+++ date ++ echo 'INFO: =================== Mon Apr 27 02:21:32 AM UTC 2026 ===================' INFO: =================== Mon Apr 27 02:21:32 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ 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 '' ]] +++ tail -n 1 +++ mount -t hugetlbfs +++ 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.38 +++ local servers=10.0.0.38 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ grep -vi host +++ 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 ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' + 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/27/2026 02:21:41.580 7f7130697ac0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/27/2026 02:21:41.726 7f7130697ac0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/27/2026 02:21:41.738 7f7130697ac0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/27/2026 02:21:41.738 7f7130697ac0 [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-27 02:21:46] "GET / HTTP/1.1" 503 181 0.000207 10.0.0.38 - - [2026-04-27 02:21:46] "GET / HTTP/1.1" 503 181 0.000159 10.0.0.38 - - [2026-04-27 02:21:46] "GET / HTTP/1.1" 200 35931 0.001319 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-27 02:21:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000543 10.0.0.38 - - [2026-04-27 02:21:47] "GET / HTTP/1.1" 200 45871 0.001364 10.0.0.38 - - [2026-04-27 02:21:47] "GET / HTTP/1.1" 200 45871 0.001009 10.0.0.38 - - [2026-04-27 02:21:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000281 10.0.0.38 - - [2026-04-27 02:21:47] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000270 10.0.0.38 - - [2026-04-27 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.359840 10.0.0.38 - - [2026-04-27 02:21:47] "GET /global-system-config/266d26d0-5cd1-436d-9587-6d1e474ed203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007220 10.0.0.38 - - [2026-04-27 02:21:47] "POST /fqname-to-id HTTP/1.1" 404 220 0.003834 10.0.0.38 - - [2026-04-27 02:21:47] "POST /config-nodes HTTP/1.1" 200 599 0.061424 10.0.0.38 - - [2026-04-27 02:21:48] "GET / HTTP/1.1" 200 35931 0.002715 10.0.0.38 - - [2026-04-27 02:21:48] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000384 10.0.0.38 - - [2026-04-27 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.323141 10.0.0.38 - - [2026-04-27 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.38 - - [2026-04-27 02:21:48] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.344605 10.0.0.38 - - [2026-04-27 02:21:48] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003048 10.0.0.38 - - [2026-04-27 02:21:48] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.051392 10.0.0.38 - - [2026-04-27 02:21:48] "GET / HTTP/1.1" 200 35931 0.001992 /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-27 02:21:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000529 10.0.0.38 - - [2026-04-27 02:21:49] "GET / HTTP/1.1" 200 35931 0.001378 10.0.0.38 - - [2026-04-27 02:21:49] "GET / HTTP/1.1" 200 35931 0.001487 10.0.0.38 - - [2026-04-27 02:21:49] "POST /fqname-to-id HTTP/1.1" 404 186 0.040740 10.0.0.38 - - [2026-04-27 02:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.38 - - [2026-04-27 02:21:49] "GET /global-system-config/266d26d0-5cd1-436d-9587-6d1e474ed203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006929 10.0.0.38 - - [2026-04-27 02:21:49] "POST /service-appliance-sets HTTP/1.1" 200 553 0.029985 10.0.0.38 - - [2026-04-27 02:21:49] "POST /fqname-to-id HTTP/1.1" 404 180 0.003767 10.0.0.38 - - [2026-04-27 02:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.38 - - [2026-04-27 02:21:49] "GET /global-system-config/266d26d0-5cd1-436d-9587-6d1e474ed203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007048 10.0.0.38 - - [2026-04-27 02:21:49] "POST /service-appliance-sets HTTP/1.1" 200 541 0.023111 10.0.0.38 - - [2026-04-27 02:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.38 - - [2026-04-27 02:21:49] "GET /network-ipam/0d7cfc0b-db42-4366-881f-daa1a18cca76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005308 10.0.0.38 - - [2026-04-27 02:21:50] "POST /service-templates HTTP/1.1" 200 511 0.045271 10.0.0.38 - - [2026-04-27 02:21:50] "POST /service-templates HTTP/1.1" 200 501 0.023008 10.0.0.38 - - [2026-04-27 02:21:50] "POST /service-templates HTTP/1.1" 200 515 0.025238 10.0.0.38 - - [2026-04-27 02:21:50] "POST /service-templates HTTP/1.1" 200 535 0.026468 10.0.0.38 - - [2026-04-27 02:21:50] "POST /service-templates HTTP/1.1" 200 507 0.023019 10.0.0.38 - - [2026-04-27 02:21:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000419 10.0.0.38 - - [2026-04-27 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.035078 10.0.0.38 - - [2026-04-27 02:21:53] "GET /network-ipam/0d7cfc0b-db42-4366-881f-daa1a18cca76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.003565 10.0.0.38 - - [2026-04-27 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.38 - - [2026-04-27 02:21:53] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.003895 10.0.0.38 - - [2026-04-27 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.38 - - [2026-04-27 02:21:53] "POST /fqname-to-id HTTP/1.1" 404 225 0.003062 10.0.0.38 - - [2026-04-27 02:21:53] "PUT /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59 HTTP/1.1" 200 276 0.015771 10.0.0.38 - - [2026-04-27 02:21:53] "POST /access-control-lists HTTP/1.1" 200 587 0.029383 10.0.0.38 - - [2026-04-27 02:21:53] "POST /fqname-to-id HTTP/1.1" 404 224 0.003172 10.0.0.38 - - [2026-04-27 02:21:53] "POST /access-control-lists HTTP/1.1" 200 585 0.021647 10.0.0.38 - - [2026-04-27 02:21:53] "POST /route-targets HTTP/1.1" 200 327 0.023474 10.0.0.38 - - [2026-04-27 02:21:54] "POST /ref-update HTTP/1.1" 200 156 0.012094 10.0.0.38 - - [2026-04-27 02:21:54] "GET / HTTP/1.1" 200 35931 0.001527 10.0.0.38 - - [2026-04-27 02:21:54] "POST /alarms HTTP/1.1" 401 292 0.000381 10.0.0.38 - - [2026-04-27 02:21:54] "POST /route-targets HTTP/1.1" 200 327 0.011138 10.0.0.38 - - [2026-04-27 02:21:54] "POST /ref-update HTTP/1.1" 200 156 0.010623 10.0.0.38 - - [2026-04-27 02:21:54] "POST /route-targets HTTP/1.1" 200 327 0.012691 10.0.0.38 - - [2026-04-27 02:21:54] "POST /ref-update HTTP/1.1" 200 156 0.010607 10.0.0.38 - - [2026-04-27 02:21:54] "POST /route-targets HTTP/1.1" 200 327 0.013473 10.0.0.38 - - [2026-04-27 02:21:54] "POST /ref-update HTTP/1.1" 200 156 0.014037 10.0.0.38 - - [2026-04-27 02:21:54] "POST /alarms HTTP/1.1" 200 581 0.054825 10.0.0.38 - - [2026-04-27 02:21:54] "POST /alarms HTTP/1.1" 200 575 0.025110 10.0.0.38 - - [2026-04-27 02:21:54] "POST /fqname-to-id HTTP/1.1" 404 201 0.004114 10.0.0.38 - - [2026-04-27 02:21:54] "POST /alarms HTTP/1.1" 200 575 0.023239 10.0.0.38 - - [2026-04-27 02:21:54] "POST /access-control-lists HTTP/1.1" 200 551 0.069586 10.0.0.38 - - [2026-04-27 02:21:54] "POST /alarms HTTP/1.1" 200 559 0.034853 10.0.0.38 - - [2026-04-27 02:21:54] "POST /alarms HTTP/1.1" 200 555 0.023135 10.0.0.38 - - [2026-04-27 02:21:54] "POST /alarms HTTP/1.1" 200 557 0.020539 10.0.0.38 - - [2026-04-27 02:21:54] "POST /alarms HTTP/1.1" 200 565 0.031518 10.0.0.38 - - [2026-04-27 02:21:54] "POST /alarms HTTP/1.1" 200 549 0.019579 10.0.0.38 - - [2026-04-27 02:21:54] "POST /alarms HTTP/1.1" 200 557 0.024447 10.0.0.38 - - [2026-04-27 02:21:55] "POST /alarms HTTP/1.1" 200 567 0.019399 10.0.0.38 - - [2026-04-27 02:21:55] "POST /alarms HTTP/1.1" 200 555 0.032825 10.0.0.38 - - [2026-04-27 02:21:55] "POST /alarms HTTP/1.1" 200 567 0.022657 10.0.0.38 - - [2026-04-27 02:21:55] "POST /alarms HTTP/1.1" 200 575 0.068335 10.0.0.38 - - [2026-04-27 02:21:55] "POST /alarms HTTP/1.1" 200 569 0.021905 10.0.0.38 - - [2026-04-27 02:21:55] "POST /alarms HTTP/1.1" 200 561 0.022506 10.0.0.38 - - [2026-04-27 02:21:55] "POST /alarms HTTP/1.1" 200 561 0.032768 10.0.0.38 - - [2026-04-27 02:21:55] "POST /alarms HTTP/1.1" 200 561 0.020955 10.0.0.38 - - [2026-04-27 02:21:55] "POST /alarms HTTP/1.1" 200 547 0.026081 10.0.0.38 - - [2026-04-27 02:21:55] "POST /alarms HTTP/1.1" 200 595 0.024877 10.0.0.38 - - [2026-04-27 02:21:55] "POST /alarms HTTP/1.1" 200 575 0.018653 10.0.0.38 - - [2026-04-27 02:21:55] "POST /alarms HTTP/1.1" 200 571 0.018692 10.0.0.38 - - [2026-04-27 02:21:55] "POST /alarms HTTP/1.1" 200 583 0.043870 10.0.0.38 - - [2026-04-27 02:21:56] "POST /alarms HTTP/1.1" 200 609 0.033442 10.0.0.38 - - [2026-04-27 02:21:56] "GET / HTTP/1.1" 200 35931 0.001546 10.0.0.38 - - [2026-04-27 02:21:56] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000371 10.0.0.38 - - [2026-04-27 02:21:56] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.030548 10.0.0.38 - - [2026-04-27 02:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.38 - - [2026-04-27 02:21:56] "PUT /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59 HTTP/1.1" 200 276 0.010721 10.0.0.38 - - [2026-04-27 02:21:57] "GET / HTTP/1.1" 200 35931 0.001450 10.0.0.38 - - [2026-04-27 02:21:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000341 10.0.0.38 - - [2026-04-27 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.033382 10.0.0.38 - - [2026-04-27 02:21:57] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004301 10.0.0.38 - - [2026-04-27 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.38 - - [2026-04-27 02:21:57] "PUT /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59 HTTP/1.1" 200 276 0.013596 10.0.0.38 - - [2026-04-27 02:21:57] "GET / HTTP/1.1" 200 35931 0.002058 10.0.0.38 - - [2026-04-27 02:21:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.38 - - [2026-04-27 02:21:57] "GET / HTTP/1.1" 200 35931 0.001948 10.0.0.38 - - [2026-04-27 02:21:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000507 10.0.0.38 - - [2026-04-27 02:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.343278 10.0.0.38 - - [2026-04-27 02:21:58] "GET /global-system-config/266d26d0-5cd1-436d-9587-6d1e474ed203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007035 10.0.0.38 - - [2026-04-27 02:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.043140 10.0.0.38 - - [2026-04-27 02:21:58] "GET /global-system-config/266d26d0-5cd1-436d-9587-6d1e474ed203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005297 10.0.0.38 - - [2026-04-27 02:21:58] "POST /fqname-to-id HTTP/1.1" 404 220 0.002932 10.0.0.38 - - [2026-04-27 02:21:58] "PUT /global-system-config/266d26d0-5cd1-436d-9587-6d1e474ed203 HTTP/1.1" 200 274 0.018016 10.0.0.38 - - [2026-04-27 02:21:58] "POST /config-database-nodes HTTP/1.1" 200 617 0.022940 10.0.0.38 - - [2026-04-27 02:22:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.38 - - [2026-04-27 02:22:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.38 - - [2026-04-27 02:22:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.38 - - [2026-04-27 02:22:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.38 - - [2026-04-27 02:22:42] "GET / HTTP/1.1" 200 35931 0.001964 10.0.0.38 - - [2026-04-27 02:22:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000371 10.0.0.38 - - [2026-04-27 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.026557 10.0.0.38 - - [2026-04-27 02:22:42] "GET /routing-instance/bc567853-002c-4765-a9a1-6d0240b502ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003628 10.0.0.38 - - [2026-04-27 02:22:42] "POST /bgp-routers HTTP/1.1" 200 620 0.023293 10.0.0.38 - - [2026-04-27 02:22:42] "GET /bgp-router/69e78ff5-5c67-497b-9723-6e4bad390822?fields=global_system_config_back_refs HTTP/1.1" 200 1115 0.006027 10.0.0.38 - - [2026-04-27 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.38 - - [2026-04-27 02:22:42] "GET /global-system-config/266d26d0-5cd1-436d-9587-6d1e474ed203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006678 10.0.0.38 - - [2026-04-27 02:22:42] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003520 10.0.0.38 - - [2026-04-27 02:22:42] "POST /ref-update HTTP/1.1" 200 156 0.009585 10.0.0.38 - - [2026-04-27 02:23:09] "GET / HTTP/1.1" 200 35931 0.001570 10.0.0.38 - - [2026-04-27 02:23:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000666 10.0.0.38 - - [2026-04-27 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.037224 10.0.0.38 - - [2026-04-27 02:23:09] "GET /global-system-config/266d26d0-5cd1-436d-9587-6d1e474ed203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.011918 10.0.0.38 - - [2026-04-27 02:23:10] "POST /fqname-to-id HTTP/1.1" 404 220 0.004366 10.0.0.38 - - [2026-04-27 02:23:10] "POST /database-nodes HTTP/1.1" 200 603 0.019205 10.0.0.38 - - [2026-04-27 02:23:38] "GET / HTTP/1.1" 200 35931 0.001741 10.0.0.38 - - [2026-04-27 02:23:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000459 10.0.0.38 - - [2026-04-27 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.030910 10.0.0.38 - - [2026-04-27 02:23:38] "GET /global-system-config/266d26d0-5cd1-436d-9587-6d1e474ed203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.006251 10.0.0.38 - - [2026-04-27 02:23:38] "POST /fqname-to-id HTTP/1.1" 404 220 0.003214 10.0.0.38 - - [2026-04-27 02:23:38] "POST /analytics-nodes HTTP/1.1" 200 605 0.023776 10.0.0.38 - - [2026-04-27 02:23:44] "GET / HTTP/1.1" 200 35931 0.002025 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-27 02:23:51] "GET /obj-perms HTTP/1.1" 200 5056 0.369983 10.0.0.38 - - [2026-04-27 02:23:52] "GET /obj-perms HTTP/1.1" 200 5056 0.058410 10.0.0.38 - - [2026-04-27 02:23:56] "GET / HTTP/1.1" 200 35931 0.001799 10.0.0.38 - - [2026-04-27 02:23:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000533 10.0.0.38 - - [2026-04-27 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.032864 10.0.0.38 - - [2026-04-27 02:23:57] "GET /global-system-config/266d26d0-5cd1-436d-9587-6d1e474ed203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.008284 10.0.0.38 - - [2026-04-27 02:23:57] "POST /fqname-to-id HTTP/1.1" 404 220 0.002979 10.0.0.38 - - [2026-04-27 02:23:57] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.026809 10.0.0.38 - - [2026-04-27 02:24:14] "GET / HTTP/1.1" 200 35931 0.001798 10.0.0.38 - - [2026-04-27 02:24:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000436 10.0.0.38 - - [2026-04-27 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.027308 10.0.0.38 - - [2026-04-27 02:24:14] "GET /global-system-config/266d26d0-5cd1-436d-9587-6d1e474ed203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005374 10.0.0.38 - - [2026-04-27 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 220 0.002711 10.0.0.38 - - [2026-04-27 02:24:14] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.036883 10.0.0.38 - - [2026-04-27 02:24:52] "GET /obj-perms HTTP/1.1" 200 5056 0.055421 10.0.0.38 - - [2026-04-27 02:24:52] "GET /obj-perms HTTP/1.1" 200 5056 0.063253 10.0.0.38 - - [2026-04-27 02:25:53] "GET /obj-perms HTTP/1.1" 200 5056 0.067253 10.0.0.38 - - [2026-04-27 02:25:53] "GET /obj-perms HTTP/1.1" 200 5056 0.053861 10.0.0.38 - - [2026-04-27 02:26:43] "GET / HTTP/1.1" 200 35931 0.001720 10.0.0.38 - - [2026-04-27 02:26:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.38 - - [2026-04-27 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.028098 10.0.0.38 - - [2026-04-27 02:26:44] "GET /global-system-config/266d26d0-5cd1-436d-9587-6d1e474ed203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.006593 10.0.0.38 - - [2026-04-27 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.38 - - [2026-04-27 02:26:44] "GET /routing-instance/bc567853-002c-4765-a9a1-6d0240b502ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004329 10.0.0.38 - - [2026-04-27 02:26:44] "PUT /global-system-config/266d26d0-5cd1-436d-9587-6d1e474ed203 HTTP/1.1" 200 274 0.028280 10.0.0.38 - - [2026-04-27 02:26:44] "POST /fqname-to-id HTTP/1.1" 404 218 0.002913 10.0.0.38 - - [2026-04-27 02:26:44] "POST /virtual-routers HTTP/1.1" 200 603 0.036097 10.0.0.38 - - [2026-04-27 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.38 - - [2026-04-27 02:26:44] "GET /virtual-router/f8b01c70-a42c-44c8-a6b2-7b1e47a6763d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.005410 10.0.0.38 - - [2026-04-27 02:26:44] "POST /fqname-to-id HTTP/1.1" 404 231 0.002679 10.0.0.38 - - [2026-04-27 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.38 - - [2026-04-27 02:26:44] "GET /virtual-network/24b3af88-e420-4c14-8fac-ceb3b539dfd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.005528 10.0.0.38 - - [2026-04-27 02:26:44] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.045315 [Introspect:8084]10.0.0.38 - - [2026-04-27 02:26:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001048 [Introspect:8084]10.0.0.38 - - [2026-04-27 02:26:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000989 10.0.0.38 - - [2026-04-27 02:26:53] "GET /obj-perms HTTP/1.1" 200 5056 0.058864 10.0.0.38 - - [2026-04-27 02:26:54] "GET /obj-perms HTTP/1.1" 200 5056 0.048828 10.0.0.38 - - [2026-04-27 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.38 - - [2026-04-27 02:26:54] "GET /virtual-router/f8b01c70-a42c-44c8-a6b2-7b1e47a6763d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.003417 [Introspect:8084]10.0.0.38 - - [2026-04-27 02:26:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000878 [Introspect:8084]10.0.0.38 - - [2026-04-27 02:26:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000796 [Introspect:8084]10.0.0.38 - - [2026-04-27 02:27:02] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000829 [Introspect:8084]10.0.0.38 - - [2026-04-27 02:27:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001195 10.0.0.38 - - [2026-04-27 02:27:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000542 10.0.0.38 - - [2026-04-27 02:27:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.38 - - [2026-04-27 02:27:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.38 - - [2026-04-27 02:27:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000582 10.0.0.38 - - [2026-04-27 02:27:54] "GET /obj-perms HTTP/1.1" 200 5056 0.075300 10.0.0.38 - - [2026-04-27 02:27:55] "GET /obj-perms HTTP/1.1" 200 5056 0.066899 10.0.0.38 - - [2026-04-27 02:28:05] "GET / HTTP/1.1" 200 35931 0.001442 10.0.0.38 - - [2026-04-27 02:28:05] "GET /project/26bc6bed-aa9f-4cd6-b5bd-2c80fee81a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000469 10.0.0.38 - - [2026-04-27 02:28:06] "GET /projects?obj_uuids=26bc6bed-aa9f-4cd6-b5bd-2c80fee81a7a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.031089 10.0.0.38 - - [2026-04-27 02:28:06] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.38 - - [2026-04-27 02:28:06] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040917 10.0.0.38 - - [2026-04-27 02:28:06] "POST /id-to-fqname HTTP/1.1" 200 167 0.002980 10.0.0.38 - - [2026-04-27 02:28:06] "POST /fqname-to-id HTTP/1.1" 404 176 0.003621 10.0.0.38 - - [2026-04-27 02:28:06] "POST /security-groups HTTP/1.1" 200 568 0.065880 10.0.0.38 - - [2026-04-27 02:28:06] "POST /projects HTTP/1.1" 200 539 0.223226 10.0.0.38 - - [2026-04-27 02:28:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.033820 10.0.0.38 - - [2026-04-27 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.295796 10.0.0.38 - - [2026-04-27 02:28:06] "POST /access-control-lists HTTP/1.1" 200 573 0.061321 10.0.0.38 - - [2026-04-27 02:28:06] "GET /project/26bc6bed-aa9f-4cd6-b5bd-2c80fee81a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.488820 10.0.0.38 - - [2026-04-27 02:28:06] "POST /fqname-to-id HTTP/1.1" 404 206 0.007711 10.0.0.38 - - [2026-04-27 02:28:06] "POST /access-control-lists HTTP/1.1" 200 571 0.062896 [Introspect:8084]10.0.0.38 - - [2026-04-27 02:28:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001371 10.0.0.38 - - [2026-04-27 02:28:07] "POST /fqname-to-id HTTP/1.1" 404 199 0.030032 10.0.0.38 - - [2026-04-27 02:28:07] "GET /projects?obj_uuids=c220dc4c-e91a-4e76-a8a7-d5f32ce6127a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002737 10.0.0.38 - - [2026-04-27 02:28:07] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.38 - - [2026-04-27 02:28:07] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007613 10.0.0.38 - - [2026-04-27 02:28:07] "POST /id-to-fqname HTTP/1.1" 200 201 0.001446 10.0.0.38 - - [2026-04-27 02:28:07] "POST /fqname-to-id HTTP/1.1" 404 210 0.003157 10.0.0.38 - - [2026-04-27 02:28:07] "POST /security-groups HTTP/1.1" 200 602 0.064645 10.0.0.38 - - [2026-04-27 02:28:07] "POST /fqname-to-id HTTP/1.1" 404 245 0.002776 10.0.0.38 - - [2026-04-27 02:28:08] "POST /projects HTTP/1.1" 200 607 0.236938 10.0.0.38 - - [2026-04-27 02:28:08] "POST /access-control-lists HTTP/1.1" 200 607 0.058732 10.0.0.38 - - [2026-04-27 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.311773 10.0.0.38 - - [2026-04-27 02:28:08] "POST /fqname-to-id HTTP/1.1" 404 244 0.002922 10.0.0.38 - - [2026-04-27 02:28:08] "GET /project/c220dc4c-e91a-4e76-a8a7-d5f32ce6127a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.443699 10.0.0.38 - - [2026-04-27 02:28:08] "POST /access-control-lists HTTP/1.1" 200 605 0.073834 10.0.0.38 - - [2026-04-27 02:28:09] "GET / HTTP/1.1" 200 35931 0.001903 10.0.0.38 - - [2026-04-27 02:28:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000530 10.0.0.38 - - [2026-04-27 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.092359 10.0.0.38 - - [2026-04-27 02:28:10] "GET /projects?obj_uuids=c220dc4c-e91a-4e76-a8a7-d5f32ce6127a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001343 10.0.0.38 - - [2026-04-27 02:28:10] "GET /project/c220dc4c-e91a-4e76-a8a7-d5f32ce6127a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.036078 10.0.0.38 - - [2026-04-27 02:28:10] "POST /neutron/network HTTP/1.1" 200 117 0.047785 10.0.0.38 - - [2026-04-27 02:28:10] "GET /projects?obj_uuids=c220dc4c-e91a-4e76-a8a7-d5f32ce6127a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000948 10.0.0.38 - - [2026-04-27 02:28:10] "POST /neutron/network HTTP/1.1" 200 620 0.073983 10.0.0.38 - - [2026-04-27 02:28:10] "POST /route-targets HTTP/1.1" 200 327 0.012141 10.0.0.38 - - [2026-04-27 02:28:10] "POST /ref-update HTTP/1.1" 200 156 0.018216 10.0.0.38 - - [2026-04-27 02:28:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003749 10.0.0.38 - - [2026-04-27 02:28:11] "POST /neutron/subnet HTTP/1.1" 200 729 0.189661 10.0.0.38 - - [2026-04-27 02:28:11] "POST /neutron/network HTTP/1.1" 200 840 0.009573 10.0.0.38 - - [2026-04-27 02:28:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.002061 10.0.0.38 - - [2026-04-27 02:28:11] "GET /virtual-network/2b8093f3-f8af-41a2-8f24-cf119721c775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.010530 10.0.0.38 - - [2026-04-27 02:28:11] "POST /neutron/network HTTP/1.1" 200 840 0.005697 10.0.0.38 - - [2026-04-27 02:28:11] "GET /virtual-network/2b8093f3-f8af-41a2-8f24-cf119721c775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006084 10.0.0.38 - - [2026-04-27 02:28:11] "POST /neutron/network HTTP/1.1" 200 840 0.005865 10.0.0.38 - - [2026-04-27 02:28:11] "POST /neutron/subnet HTTP/1.1" 200 729 0.008709 10.0.0.38 - - [2026-04-27 02:28:11] "GET /domains HTTP/1.1" 401 292 0.000370 10.0.0.38 - - [2026-04-27 02:28:11] "GET /domains HTTP/1.1" 200 280 0.029602 10.0.0.38 - - [2026-04-27 02:28:11] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001293 10.0.0.38 - - [2026-04-27 02:28:11] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2584 0.014205 10.0.0.38 - - [2026-04-27 02:28:11] "GET /projects?obj_uuids=c220dc4c-e91a-4e76-a8a7-d5f32ce6127a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000885 10.0.0.38 - - [2026-04-27 02:28:11] "GET /project/c220dc4c-e91a-4e76-a8a7-d5f32ce6127a HTTP/1.1" 200 2168 0.085476 10.0.0.38 - - [2026-04-27 02:28:11] "GET /virtual-network/2b8093f3-f8af-41a2-8f24-cf119721c775 HTTP/1.1" 200 2344 0.010655 10.0.0.38 - - [2026-04-27 02:28:11] "GET /virtual-network/2b8093f3-f8af-41a2-8f24-cf119721c775 HTTP/1.1" 200 2344 0.006614 10.0.0.38 - - [2026-04-27 02:28:11] "GET /routing-instance/f4a22036-33fa-4951-8d51-35590ae45c41 HTTP/1.1" 200 1495 0.004511 10.0.0.38 - - [2026-04-27 02:28:11] "GET /routing-instance/f4a22036-33fa-4951-8d51-35590ae45c41 HTTP/1.1" 200 1495 0.004346 10.0.0.38 - - [2026-04-27 02:28:11] "GET /route-target/bb670cd3-2297-4c35-ac19-157fc18d3344 HTTP/1.1" 200 1220 0.003288 10.0.0.38 - - [2026-04-27 02:28:11] "GET /virtual-network/2b8093f3-f8af-41a2-8f24-cf119721c775 HTTP/1.1" 200 2344 0.004717 10.0.0.38 - - [2026-04-27 02:28:11] "GET /routing-instance/f4a22036-33fa-4951-8d51-35590ae45c41 HTTP/1.1" 200 1495 0.003775 10.0.0.38 - - [2026-04-27 02:28:11] "GET /virtual-network/2b8093f3-f8af-41a2-8f24-cf119721c775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005522 10.0.0.38 - - [2026-04-27 02:28:11] "GET /virtual-network/2b8093f3-f8af-41a2-8f24-cf119721c775 HTTP/1.1" 200 2344 0.004696 10.0.0.38 - - [2026-04-27 02:28:11] "GET /routing-instance/f4a22036-33fa-4951-8d51-35590ae45c41 HTTP/1.1" 200 1495 0.003291 10.0.0.38 - - [2026-04-27 02:28:11] "GET /routing-instance/f4a22036-33fa-4951-8d51-35590ae45c41 HTTP/1.1" 200 1495 0.005575 10.0.0.38 - - [2026-04-27 02:28:11] "GET /route-target/bb670cd3-2297-4c35-ac19-157fc18d3344 HTTP/1.1" 200 1220 0.003350 10.0.0.38 - - [2026-04-27 02:28:11] "GET /domains HTTP/1.1" 200 280 0.003158 10.0.0.38 - - [2026-04-27 02:28:11] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000870 10.0.0.38 - - [2026-04-27 02:28:11] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2584 0.006933 10.0.0.38 - - [2026-04-27 02:28:11] "GET /projects?obj_uuids=c220dc4c-e91a-4e76-a8a7-d5f32ce6127a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000929 10.0.0.38 - - [2026-04-27 02:28:11] "GET /project/c220dc4c-e91a-4e76-a8a7-d5f32ce6127a HTTP/1.1" 200 2168 0.073606 10.0.0.38 - - [2026-04-27 02:28:11] "GET /virtual-network/2b8093f3-f8af-41a2-8f24-cf119721c775 HTTP/1.1" 200 2344 0.007449 10.0.0.38 - - [2026-04-27 02:28:12] "GET /obj-perms HTTP/1.1" 200 5052 0.058107 10.0.0.38 - - [2026-04-27 02:28:12] "POST /id-to-fqname HTTP/1.1" 200 233 0.001266 10.0.0.38 - - [2026-04-27 02:28:13] "POST /neutron/network HTTP/1.1" 200 850 0.006816 10.0.0.38 - - [2026-04-27 02:28:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000379 10.0.0.38 - - [2026-04-27 02:28:14] "GET / HTTP/1.1" 200 35931 0.001406 10.0.0.38 - - [2026-04-27 02:28:14] "GET /project/c220dc4c-e91a-4e76-a8a7-d5f32ce6127a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000378 10.0.0.38 - - [2026-04-27 02:28:14] "GET /projects?obj_uuids=c220dc4c-e91a-4e76-a8a7-d5f32ce6127a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000921 10.0.0.38 - - [2026-04-27 02:28:14] "GET /project/c220dc4c-e91a-4e76-a8a7-d5f32ce6127a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.054986 10.0.0.38 - - [2026-04-27 02:28:15] "POST /neutron/network HTTP/1.1" 200 840 0.041174 10.0.0.38 - - [2026-04-27 02:28:15] "POST /neutron/port HTTP/1.1" 200 117 0.005111 10.0.0.38 - - [2026-04-27 02:28:15] "POST /neutron/port HTTP/1.1" 200 117 0.008142 10.0.0.38 - - [2026-04-27 02:28:15] "POST /neutron/port HTTP/1.1" 200 117 0.004947 10.0.0.38 - - [2026-04-27 02:28:16] "POST /neutron/network HTTP/1.1" 200 850 0.006624 10.0.0.38 - - [2026-04-27 02:28:16] "GET /projects?obj_uuids=c220dc4c-e91a-4e76-a8a7-d5f32ce6127a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001864 10.0.0.38 - - [2026-04-27 02:28:16] "POST /neutron/port HTTP/1.1" 200 1072 0.252013 10.0.0.38 - - [2026-04-27 02:28:17] "POST /neutron/port HTTP/1.1" 200 1072 0.036758 10.0.0.38 - - [2026-04-27 02:28:17] "POST /neutron/port HTTP/1.1" 200 1072 0.011263 10.0.0.38 - - [2026-04-27 02:28:17] "POST /neutron/port HTTP/1.1" 200 1126 0.067263 10.0.0.38 - - [2026-04-27 02:28:17] "POST /neutron/port HTTP/1.1" 200 1136 0.015306 10.0.0.38 - - [2026-04-27 02:28:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004598 10.0.0.38 - - [2026-04-27 02:28:17] "POST /neutron/subnet HTTP/1.1" 200 703 0.008509 10.0.0.38 - - [2026-04-27 02:28:17] "POST /neutron/port HTTP/1.1" 200 117 0.001120 10.0.0.38 - - [2026-04-27 02:28:17] "POST /neutron/network HTTP/1.1" 200 840 0.005967 10.0.0.38 - - [2026-04-27 02:28:20] "POST /neutron/port HTTP/1.1" 200 1136 0.019639 10.0.0.38 - - [2026-04-27 02:28:20] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008299 10.0.0.38 - - [2026-04-27 02:28:25] "POST /neutron/port HTTP/1.1" 200 1136 0.014036 10.0.0.38 - - [2026-04-27 02:28:25] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006540 10.0.0.38 - - [2026-04-27 02:28:25] "GET /obj-perms HTTP/1.1" 200 5052 0.003509 10.0.0.38 - - [2026-04-27 02:28:26] "GET /obj-perms HTTP/1.1" 200 5052 0.003968 10.0.0.38 - - [2026-04-27 02:28:28] "GET /obj-perms HTTP/1.1" 200 5052 0.003231 10.0.0.38 - - [2026-04-27 02:28:29] "GET /obj-perms HTTP/1.1" 200 5052 0.003626 10.0.0.38 - - [2026-04-27 02:28:30] "GET /obj-perms HTTP/1.1" 200 5052 0.003727 10.0.0.38 - - [2026-04-27 02:28:31] "POST /neutron/network HTTP/1.1" 200 840 0.008738 10.0.0.38 - - [2026-04-27 02:28:31] "POST /neutron/network HTTP/1.1" 400 204 0.010939 10.0.0.38 - - [2026-04-27 02:28:31] "POST /neutron/port HTTP/1.1" 200 1136 0.013551 10.0.0.38 - - [2026-04-27 02:28:31] "POST /neutron/port HTTP/1.1" 200 1126 0.012605 10.0.0.38 - - [2026-04-27 02:28:31] "POST /neutron/port HTTP/1.1" 200 151 0.120254 10.0.0.38 - - [2026-04-27 02:28:33] "POST /neutron/network HTTP/1.1" 200 840 0.007254 10.0.0.38 - - [2026-04-27 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.38 - - [2026-04-27 02:28:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003442 10.0.0.38 - - [2026-04-27 02:28:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002008 10.0.0.38 - - [2026-04-27 02:28:33] "POST /neutron/network HTTP/1.1" 200 151 0.108691 10.0.0.38 - - [2026-04-27 02:28:33] "DELETE /route-target/bb670cd3-2297-4c35-ac19-157fc18d3344 HTTP/1.1" 200 115 0.017381 10.0.0.38 - - [2026-04-27 02:28:33] "GET /routing-instance/f4a22036-33fa-4951-8d51-35590ae45c41 HTTP/1.1" 404 171 0.003463 10.0.0.38 - - [2026-04-27 02:28:33] "GET /domains HTTP/1.1" 200 280 0.002356 10.0.0.38 - - [2026-04-27 02:28:33] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.38 - - [2026-04-27 02:28:33] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2584 0.048056 10.0.0.38 - - [2026-04-27 02:28:33] "GET /projects?obj_uuids=c220dc4c-e91a-4e76-a8a7-d5f32ce6127a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001460 10.0.0.38 - - [2026-04-27 02:28:33] "GET /project/c220dc4c-e91a-4e76-a8a7-d5f32ce6127a HTTP/1.1" 200 1918 0.067556 10.0.0.38 - - [2026-04-27 02:28:33] "GET /projects?obj_uuids=c220dc4c-e91a-4e76-a8a7-d5f32ce6127a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000981 10.0.0.38 - - [2026-04-27 02:28:33] "GET /project/c220dc4c-e91a-4e76-a8a7-d5f32ce6127a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.026495 10.0.0.38 - - [2026-04-27 02:28:33] "GET /projects?obj_uuids=c220dc4c-e91a-4e76-a8a7-d5f32ce6127a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000975 10.0.0.38 - - [2026-04-27 02:28:33] "GET /project/c220dc4c-e91a-4e76-a8a7-d5f32ce6127a?fields=virtual_networks HTTP/1.1" 200 1054 0.071499 10.0.0.38 - - [2026-04-27 02:28:33] "GET /projects?obj_uuids=c220dc4c-e91a-4e76-a8a7-d5f32ce6127a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001239 10.0.0.38 - - [2026-04-27 02:28:33] "GET /project/c220dc4c-e91a-4e76-a8a7-d5f32ce6127a?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.025663 10.0.0.38 - - [2026-04-27 02:28:33] "GET /projects?obj_uuids=c220dc4c-e91a-4e76-a8a7-d5f32ce6127a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001052 10.0.0.38 - - [2026-04-27 02:28:33] "GET /project/c220dc4c-e91a-4e76-a8a7-d5f32ce6127a?fields=security_groups HTTP/1.1" 200 1291 0.031316 10.0.0.38 - - [2026-04-27 02:28:34] "GET /projects?obj_uuids=26bc6bed-aa9f-4cd6-b5bd-2c80fee81a7a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000920 10.0.0.38 - - [2026-04-27 02:28:34] "GET /project/26bc6bed-aa9f-4cd6-b5bd-2c80fee81a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.036283 10.0.0.38 - - [2026-04-27 02:28:38] "GET /projects?obj_uuids=26bc6bed-aa9f-4cd6-b5bd-2c80fee81a7a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002310 10.0.0.38 - - [2026-04-27 02:28:38] "GET /project/26bc6bed-aa9f-4cd6-b5bd-2c80fee81a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.027810 10.0.0.38 - - [2026-04-27 02:28:39] "GET /documentation/index.html HTTP/1.1" 200 219571 0.003614 10.0.0.38 - - [2026-04-27 02:28:39] "POST /fqname-to-id HTTP/1.1" 404 200 0.027385 10.0.0.38 - - [2026-04-27 02:28:39] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002270 10.0.0.38 - - [2026-04-27 02:28:39] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001026 10.0.0.38 - - [2026-04-27 02:28:39] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.019768 10.0.0.38 - - [2026-04-27 02:28:39] "POST /id-to-fqname HTTP/1.1" 200 202 0.001413 10.0.0.38 - - [2026-04-27 02:28:39] "POST /fqname-to-id HTTP/1.1" 404 211 0.003248 10.0.0.38 - - [2026-04-27 02:28:40] "POST /security-groups HTTP/1.1" 200 603 0.072568 10.0.0.38 - - [2026-04-27 02:28:40] "POST /fqname-to-id HTTP/1.1" 404 246 0.002940 10.0.0.38 - - [2026-04-27 02:28:40] "POST /projects HTTP/1.1" 200 609 0.230813 10.0.0.38 - - [2026-04-27 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.265694 10.0.0.38 - - [2026-04-27 02:28:40] "POST /access-control-lists HTTP/1.1" 200 608 0.087377 10.0.0.38 - - [2026-04-27 02:28:40] "GET /project/bc88b543-f315-4321-bc9e-86cf8f774440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.429422 10.0.0.38 - - [2026-04-27 02:28:40] "POST /fqname-to-id HTTP/1.1" 404 245 0.002763 10.0.0.38 - - [2026-04-27 02:28:40] "POST /access-control-lists HTTP/1.1" 200 606 0.061039 10.0.0.38 - - [2026-04-27 02:28:41] "GET / HTTP/1.1" 200 35931 0.002038 10.0.0.38 - - [2026-04-27 02:28:41] "GET /projects?obj_uuids=26bc6bed-aa9f-4cd6-b5bd-2c80fee81a7a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001030 10.0.0.38 - - [2026-04-27 02:28:41] "GET /project/26bc6bed-aa9f-4cd6-b5bd-2c80fee81a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.032357 10.0.0.38 - - [2026-04-27 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.38 - - [2026-04-27 02:28:42] "GET /security-group/4f4845ce-ddff-4851-b374-6de65f5cf2f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.005223 10.0.0.38 - - [2026-04-27 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.38 - - [2026-04-27 02:28:42] "GET /projects?obj_uuids=26bc6bed-aa9f-4cd6-b5bd-2c80fee81a7a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002857 10.0.0.38 - - [2026-04-27 02:28:42] "GET /project/26bc6bed-aa9f-4cd6-b5bd-2c80fee81a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.030596 10.0.0.38 - - [2026-04-27 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.38 - - [2026-04-27 02:28:42] "GET /security-group/4f4845ce-ddff-4851-b374-6de65f5cf2f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.004572 10.0.0.38 - - [2026-04-27 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.38 - - [2026-04-27 02:28:43] "PUT /security-group/4f4845ce-ddff-4851-b374-6de65f5cf2f7 HTTP/1.1" 200 262 0.018085 10.0.0.38 - - [2026-04-27 02:28:43] "PUT /access-control-list/f445daa9-7928-41bf-b252-7bc6ad08e0af HTTP/1.1" 200 272 0.010715 10.0.0.38 - - [2026-04-27 02:28:43] "PUT /access-control-list/4538ad72-8442-4184-b358-2647a4e44d60 HTTP/1.1" 200 272 0.016640 10.0.0.38 - - [2026-04-27 02:28:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000691 10.0.0.38 - - [2026-04-27 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.081172 10.0.0.38 - - [2026-04-27 02:28:43] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000984 10.0.0.38 - - [2026-04-27 02:28:43] "GET /project/bc88b543-f315-4321-bc9e-86cf8f774440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046678 10.0.0.38 - - [2026-04-27 02:28:43] "POST /neutron/network HTTP/1.1" 200 117 0.036991 10.0.0.38 - - [2026-04-27 02:28:43] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001268 10.0.0.38 - - [2026-04-27 02:28:43] "POST /neutron/network HTTP/1.1" 200 619 0.074928 10.0.0.38 - - [2026-04-27 02:28:43] "POST /route-targets HTTP/1.1" 200 327 0.021293 10.0.0.38 - - [2026-04-27 02:28:44] "POST /ref-update HTTP/1.1" 200 156 0.015862 10.0.0.38 - - [2026-04-27 02:28:44] "POST /useragent-kv HTTP/1.1" 200 115 0.005184 10.0.0.38 - - [2026-04-27 02:28:44] "POST /neutron/subnet HTTP/1.1" 200 719 0.196987 10.0.0.38 - - [2026-04-27 02:28:44] "POST /neutron/network HTTP/1.1" 200 837 0.005515 10.0.0.38 - - [2026-04-27 02:28:44] "POST /id-to-fqname HTTP/1.1" 200 233 0.001240 10.0.0.38 - - [2026-04-27 02:28:44] "GET /virtual-network/a1f3d912-89d8-4aff-93fc-4487d11db37e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006345 10.0.0.38 - - [2026-04-27 02:28:44] "POST /neutron/network HTTP/1.1" 200 837 0.005998 10.0.0.38 - - [2026-04-27 02:28:44] "GET /virtual-network/a1f3d912-89d8-4aff-93fc-4487d11db37e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004903 10.0.0.38 - - [2026-04-27 02:28:44] "POST /neutron/network HTTP/1.1" 200 837 0.006849 10.0.0.38 - - [2026-04-27 02:28:44] "POST /neutron/subnet HTTP/1.1" 200 719 0.007143 10.0.0.38 - - [2026-04-27 02:28:44] "GET /domains HTTP/1.1" 401 292 0.000893 10.0.0.38 - - [2026-04-27 02:28:44] "GET /domains HTTP/1.1" 200 280 0.027253 10.0.0.38 - - [2026-04-27 02:28:44] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000939 10.0.0.38 - - [2026-04-27 02:28:44] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2782 0.007749 10.0.0.38 - - [2026-04-27 02:28:44] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000856 10.0.0.38 - - [2026-04-27 02:28:44] "GET /project/bc88b543-f315-4321-bc9e-86cf8f774440 HTTP/1.1" 200 2174 0.083137 10.0.0.38 - - [2026-04-27 02:28:44] "GET /virtual-network/a1f3d912-89d8-4aff-93fc-4487d11db37e HTTP/1.1" 200 2337 0.008311 10.0.0.38 - - [2026-04-27 02:28:44] "GET /virtual-network/a1f3d912-89d8-4aff-93fc-4487d11db37e HTTP/1.1" 200 2337 0.004812 10.0.0.38 - - [2026-04-27 02:28:44] "GET /routing-instance/c838d62a-aa41-4057-bf9b-c118bb3b7691 HTTP/1.1" 200 1492 0.003878 10.0.0.38 - - [2026-04-27 02:28:44] "GET /routing-instance/c838d62a-aa41-4057-bf9b-c118bb3b7691 HTTP/1.1" 200 1492 0.003858 10.0.0.38 - - [2026-04-27 02:28:44] "GET /route-target/17462c96-b592-4439-a322-175b656af643 HTTP/1.1" 200 1218 0.002704 10.0.0.38 - - [2026-04-27 02:28:44] "GET /virtual-network/a1f3d912-89d8-4aff-93fc-4487d11db37e HTTP/1.1" 200 2337 0.006336 10.0.0.38 - - [2026-04-27 02:28:44] "GET /routing-instance/c838d62a-aa41-4057-bf9b-c118bb3b7691 HTTP/1.1" 200 1492 0.003522 10.0.0.38 - - [2026-04-27 02:28:44] "GET /virtual-network/a1f3d912-89d8-4aff-93fc-4487d11db37e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004726 10.0.0.38 - - [2026-04-27 02:28:44] "GET /virtual-network/a1f3d912-89d8-4aff-93fc-4487d11db37e HTTP/1.1" 200 2337 0.004929 10.0.0.38 - - [2026-04-27 02:28:44] "GET /routing-instance/c838d62a-aa41-4057-bf9b-c118bb3b7691 HTTP/1.1" 200 1492 0.003410 10.0.0.38 - - [2026-04-27 02:28:44] "GET /routing-instance/c838d62a-aa41-4057-bf9b-c118bb3b7691 HTTP/1.1" 200 1492 0.003387 10.0.0.38 - - [2026-04-27 02:28:44] "GET /route-target/17462c96-b592-4439-a322-175b656af643 HTTP/1.1" 200 1218 0.002847 10.0.0.38 - - [2026-04-27 02:28:44] "GET /domains HTTP/1.1" 200 280 0.004365 10.0.0.38 - - [2026-04-27 02:28:44] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001408 10.0.0.38 - - [2026-04-27 02:28:44] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2782 0.008973 10.0.0.38 - - [2026-04-27 02:28:44] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001115 10.0.0.38 - - [2026-04-27 02:28:44] "GET /project/bc88b543-f315-4321-bc9e-86cf8f774440 HTTP/1.1" 200 2174 0.077006 10.0.0.38 - - [2026-04-27 02:28:44] "GET /virtual-network/a1f3d912-89d8-4aff-93fc-4487d11db37e HTTP/1.1" 200 2337 0.005989 10.0.0.38 - - [2026-04-27 02:28:45] "GET /obj-perms HTTP/1.1" 200 5054 0.071511 10.0.0.38 - - [2026-04-27 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.38 - - [2026-04-27 02:28:45] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001661 10.0.0.38 - - [2026-04-27 02:28:45] "GET /project/bc88b543-f315-4321-bc9e-86cf8f774440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.030087 10.0.0.38 - - [2026-04-27 02:28:45] "POST /neutron/network HTTP/1.1" 200 117 0.011197 10.0.0.38 - - [2026-04-27 02:28:45] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001133 10.0.0.38 - - [2026-04-27 02:28:45] "POST /neutron/network HTTP/1.1" 200 619 0.086624 10.0.0.38 - - [2026-04-27 02:28:45] "POST /route-targets HTTP/1.1" 200 327 0.011857 10.0.0.38 - - [2026-04-27 02:28:45] "POST /ref-update HTTP/1.1" 200 156 0.013470 10.0.0.38 - - [2026-04-27 02:28:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003088 10.0.0.38 - - [2026-04-27 02:28:45] "POST /neutron/subnet HTTP/1.1" 200 734 0.145937 10.0.0.38 - - [2026-04-27 02:28:45] "POST /neutron/network HTTP/1.1" 200 840 0.005701 10.0.0.38 - - [2026-04-27 02:28:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.001281 10.0.0.38 - - [2026-04-27 02:28:45] "GET /virtual-network/10ff5c69-bcd7-470a-a7bc-eaff0e449407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.007764 10.0.0.38 - - [2026-04-27 02:28:45] "POST /neutron/network HTTP/1.1" 200 840 0.006725 10.0.0.38 - - [2026-04-27 02:28:45] "GET /virtual-network/10ff5c69-bcd7-470a-a7bc-eaff0e449407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005756 10.0.0.38 - - [2026-04-27 02:28:45] "POST /neutron/network HTTP/1.1" 200 840 0.007163 10.0.0.38 - - [2026-04-27 02:28:45] "POST /neutron/subnet HTTP/1.1" 200 734 0.008684 10.0.0.38 - - [2026-04-27 02:28:45] "GET /domains HTTP/1.1" 200 280 0.003342 10.0.0.38 - - [2026-04-27 02:28:45] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.38 - - [2026-04-27 02:28:45] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2782 0.007036 10.0.0.38 - - [2026-04-27 02:28:45] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000937 10.0.0.38 - - [2026-04-27 02:28:46] "GET /project/bc88b543-f315-4321-bc9e-86cf8f774440 HTTP/1.1" 200 2402 0.067060 10.0.0.38 - - [2026-04-27 02:28:46] "GET /virtual-network/10ff5c69-bcd7-470a-a7bc-eaff0e449407 HTTP/1.1" 200 2345 0.008530 10.0.0.38 - - [2026-04-27 02:28:46] "GET /virtual-network/10ff5c69-bcd7-470a-a7bc-eaff0e449407 HTTP/1.1" 200 2345 0.004587 10.0.0.38 - - [2026-04-27 02:28:46] "GET /routing-instance/197133f2-9d9e-436e-87fa-0a6af4b85703 HTTP/1.1" 200 1490 0.003568 10.0.0.38 - - [2026-04-27 02:28:46] "GET /routing-instance/197133f2-9d9e-436e-87fa-0a6af4b85703 HTTP/1.1" 200 1490 0.003376 10.0.0.38 - - [2026-04-27 02:28:46] "GET /route-target/de2f87d5-3733-43b2-a076-8421b4ff022d HTTP/1.1" 200 1219 0.003376 10.0.0.38 - - [2026-04-27 02:28:46] "GET /virtual-network/10ff5c69-bcd7-470a-a7bc-eaff0e449407 HTTP/1.1" 200 2345 0.006220 10.0.0.38 - - [2026-04-27 02:28:46] "GET /routing-instance/197133f2-9d9e-436e-87fa-0a6af4b85703 HTTP/1.1" 200 1490 0.003437 10.0.0.38 - - [2026-04-27 02:28:46] "GET /virtual-network/10ff5c69-bcd7-470a-a7bc-eaff0e449407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005221 10.0.0.38 - - [2026-04-27 02:28:46] "GET /virtual-network/10ff5c69-bcd7-470a-a7bc-eaff0e449407 HTTP/1.1" 200 2345 0.004878 10.0.0.38 - - [2026-04-27 02:28:46] "GET /routing-instance/197133f2-9d9e-436e-87fa-0a6af4b85703 HTTP/1.1" 200 1490 0.003439 10.0.0.38 - - [2026-04-27 02:28:46] "GET /routing-instance/197133f2-9d9e-436e-87fa-0a6af4b85703 HTTP/1.1" 200 1490 0.005232 10.0.0.38 - - [2026-04-27 02:28:46] "GET /route-target/de2f87d5-3733-43b2-a076-8421b4ff022d HTTP/1.1" 200 1219 0.004329 10.0.0.38 - - [2026-04-27 02:28:46] "GET /domains HTTP/1.1" 200 280 0.004277 10.0.0.38 - - [2026-04-27 02:28:46] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001179 10.0.0.38 - - [2026-04-27 02:28:46] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2782 0.008854 10.0.0.38 - - [2026-04-27 02:28:46] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000846 10.0.0.38 - - [2026-04-27 02:28:46] "GET /project/bc88b543-f315-4321-bc9e-86cf8f774440 HTTP/1.1" 200 2402 0.083800 10.0.0.38 - - [2026-04-27 02:28:46] "GET /virtual-network/10ff5c69-bcd7-470a-a7bc-eaff0e449407 HTTP/1.1" 200 2345 0.006180 10.0.0.38 - - [2026-04-27 02:28:46] "GET /obj-perms HTTP/1.1" 200 5054 0.003312 10.0.0.38 - - [2026-04-27 02:28:46] "POST /id-to-fqname HTTP/1.1" 200 233 0.001273 10.0.0.38 - - [2026-04-27 02:28:46] "POST /neutron/network HTTP/1.1" 200 850 0.005472 10.0.0.38 - - [2026-04-27 02:28:46] "GET /aaa-mode HTTP/1.1" 401 292 0.000361 10.0.0.38 - - [2026-04-27 02:28:46] "GET / HTTP/1.1" 200 35931 0.001500 10.0.0.38 - - [2026-04-27 02:28:46] "GET /project/bc88b543-f315-4321-bc9e-86cf8f774440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000325 10.0.0.38 - - [2026-04-27 02:28:47] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001137 10.0.0.38 - - [2026-04-27 02:28:47] "GET /project/bc88b543-f315-4321-bc9e-86cf8f774440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.072840 10.0.0.38 - - [2026-04-27 02:28:47] "POST /neutron/network HTTP/1.1" 200 840 0.006014 10.0.0.38 - - [2026-04-27 02:28:47] "POST /neutron/port HTTP/1.1" 200 117 0.009871 10.0.0.38 - - [2026-04-27 02:28:47] "POST /neutron/port HTTP/1.1" 200 117 0.005753 10.0.0.38 - - [2026-04-27 02:28:47] "POST /id-to-fqname HTTP/1.1" 200 233 0.001226 10.0.0.38 - - [2026-04-27 02:28:47] "POST /neutron/port HTTP/1.1" 200 117 0.005368 10.0.0.38 - - [2026-04-27 02:28:47] "POST /neutron/network HTTP/1.1" 200 847 0.007684 10.0.0.38 - - [2026-04-27 02:28:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000530 10.0.0.38 - - [2026-04-27 02:28:47] "POST /neutron/network HTTP/1.1" 200 850 0.009237 10.0.0.38 - - [2026-04-27 02:28:47] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.38 - - [2026-04-27 02:28:48] "GET / HTTP/1.1" 200 35931 0.001917 10.0.0.38 - - [2026-04-27 02:28:48] "GET /project/bc88b543-f315-4321-bc9e-86cf8f774440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000532 10.0.0.38 - - [2026-04-27 02:28:48] "POST /neutron/port HTTP/1.1" 200 1074 0.241231 10.0.0.38 - - [2026-04-27 02:28:48] "POST /neutron/port HTTP/1.1" 200 1074 0.013027 10.0.0.38 - - [2026-04-27 02:28:48] "POST /neutron/port HTTP/1.1" 200 1074 0.010426 10.0.0.38 - - [2026-04-27 02:28:48] "POST /neutron/port HTTP/1.1" 200 1128 0.069625 10.0.0.38 - - [2026-04-27 02:28:48] "POST /neutron/port HTTP/1.1" 200 1138 0.013957 10.0.0.38 - - [2026-04-27 02:28:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008335 10.0.0.38 - - [2026-04-27 02:28:48] "POST /neutron/subnet HTTP/1.1" 200 708 0.013149 10.0.0.38 - - [2026-04-27 02:28:48] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001011 10.0.0.38 - - [2026-04-27 02:28:48] "GET /project/bc88b543-f315-4321-bc9e-86cf8f774440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.055812 10.0.0.38 - - [2026-04-27 02:28:48] "POST /neutron/port HTTP/1.1" 200 117 0.001671 10.0.0.38 - - [2026-04-27 02:28:48] "POST /neutron/network HTTP/1.1" 200 840 0.006445 10.0.0.38 - - [2026-04-27 02:28:48] "POST /neutron/network HTTP/1.1" 200 837 0.015421 10.0.0.38 - - [2026-04-27 02:28:48] "POST /neutron/port HTTP/1.1" 200 1138 0.027275 10.0.0.38 - - [2026-04-27 02:28:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006776 10.0.0.38 - - [2026-04-27 02:28:48] "POST /neutron/port HTTP/1.1" 200 117 0.006230 10.0.0.38 - - [2026-04-27 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.38 - - [2026-04-27 02:28:48] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001020 10.0.0.38 - - [2026-04-27 02:28:48] "GET /project/bc88b543-f315-4321-bc9e-86cf8f774440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039177 10.0.0.38 - - [2026-04-27 02:28:48] "GET /virtual-network/a1f3d912-89d8-4aff-93fc-4487d11db37e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007045 10.0.0.38 - - [2026-04-27 02:28:49] "GET /floating-ip-pools?parent_id=a1f3d912-89d8-4aff-93fc-4487d11db37e&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003625 10.0.0.38 - - [2026-04-27 02:28:49] "GET /virtual-network/a1f3d912-89d8-4aff-93fc-4487d11db37e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005115 10.0.0.38 - - [2026-04-27 02:28:49] "POST /floating-ip-pools HTTP/1.1" 200 609 0.034098 10.0.0.38 - - [2026-04-27 02:28:49] "POST /neutron/network HTTP/1.1" 200 847 0.012665 10.0.0.38 - - [2026-04-27 02:28:49] "POST /ref-update HTTP/1.1" 200 156 0.023576 10.0.0.38 - - [2026-04-27 02:28:49] "GET /virtual-network/a1f3d912-89d8-4aff-93fc-4487d11db37e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005584 10.0.0.38 - - [2026-04-27 02:28:49] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001763 10.0.0.38 - - [2026-04-27 02:28:49] "GET /domains HTTP/1.1" 200 280 0.007924 10.0.0.38 - - [2026-04-27 02:28:49] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001480 10.0.0.38 - - [2026-04-27 02:28:49] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2782 0.021521 10.0.0.38 - - [2026-04-27 02:28:49] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000979 10.0.0.38 - - [2026-04-27 02:28:49] "DELETE /project/bc88b543f3154321bc9e86cf8f774440 HTTP/1.1" 404 173 0.011216 10.0.0.38 - - [2026-04-27 02:28:49] "DELETE /project/26bc6bedaa9f4cd6b5bd2c80fee81a7a HTTP/1.1" 404 173 0.008417 10.0.0.38 - - [2026-04-27 02:28:49] "DELETE /project/c220dc4ce91a4e76a8a7d5f32ce6127a HTTP/1.1" 404 173 0.007337 10.0.0.38 - - [2026-04-27 02:28:49] "GET /projects?obj_uuids=c220dc4c-e91a-4e76-a8a7-d5f32ce6127a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001614 10.0.0.38 - - [2026-04-27 02:28:49] "GET /project/bc88b543-f315-4321-bc9e-86cf8f774440 HTTP/1.1" 200 3244 0.135543 10.0.0.38 - - [2026-04-27 02:28:49] "GET /virtual-network/a1f3d912-89d8-4aff-93fc-4487d11db37e HTTP/1.1" 200 2928 0.030562 10.0.0.38 - - [2026-04-27 02:28:49] "GET /project/c220dc4c-e91a-4e76-a8a7-d5f32ce6127a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.094353 10.0.0.38 - - [2026-04-27 02:28:49] "GET /floating-ip-pool/21439976-20dc-467a-aadc-16101b9dbaa9 HTTP/1.1" 200 1440 0.009248 10.0.0.38 - - [2026-04-27 02:28:49] "GET /domains HTTP/1.1" 200 280 0.007913 10.0.0.38 - - [2026-04-27 02:28:49] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.38 - - [2026-04-27 02:28:49] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2782 0.019102 10.0.0.38 - - [2026-04-27 02:28:49] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001431 10.0.0.38 - - [2026-04-27 02:28:49] "GET /projects?obj_uuids=c220dc4c-e91a-4e76-a8a7-d5f32ce6127a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001312 10.0.0.38 - - [2026-04-27 02:28:49] "GET /project/c220dc4c-e91a-4e76-a8a7-d5f32ce6127a?fields=security_groups HTTP/1.1" 200 1396 0.062829 10.0.0.38 - - [2026-04-27 02:28:49] "POST /neutron/port HTTP/1.1" 200 1071 0.423031 10.0.0.38 - - [2026-04-27 02:28:49] "GET /project/bc88b543-f315-4321-bc9e-86cf8f774440 HTTP/1.1" 200 3244 0.139513 10.0.0.38 - - [2026-04-27 02:28:49] "POST /neutron/port HTTP/1.1" 200 1071 0.027834 10.0.0.38 - - [2026-04-27 02:28:49] "GET /virtual-network/a1f3d912-89d8-4aff-93fc-4487d11db37e HTTP/1.1" 200 3149 0.017852 10.0.0.38 - - [2026-04-27 02:28:49] "GET /virtual-network/a1f3d912-89d8-4aff-93fc-4487d11db37e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005905 10.0.0.38 - - [2026-04-27 02:28:49] "POST /neutron/port HTTP/1.1" 200 1071 0.029088 10.0.0.38 - - [2026-04-27 02:28:49] "DELETE /security-group/ca940f96-23ba-4ecf-bbae-a8fc2d16e83d HTTP/1.1" 200 115 0.120930 10.0.0.38 - - [2026-04-27 02:28:49] "GET /projects?obj_uuids=c220dc4c-e91a-4e76-a8a7-d5f32ce6127a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002264 10.0.0.38 - - [2026-04-27 02:28:49] "POST /neutron/port HTTP/1.1" 200 1138 0.050689 10.0.0.38 - - [2026-04-27 02:28:49] "DELETE /access-control-list/8574d761-82d6-4a26-86c7-58d7052867c1 HTTP/1.1" 200 115 0.097055 10.0.0.38 - - [2026-04-27 02:28:49] "GET /project/c220dc4c-e91a-4e76-a8a7-d5f32ce6127a?fields=application_policy_sets HTTP/1.1" 200 1435 0.080978 10.0.0.38 - - [2026-04-27 02:28:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013505 10.0.0.38 - - [2026-04-27 02:28:49] "DELETE /access-control-list/8d3966e8-f5ea-40ca-9fda-c733cce06408 HTTP/1.1" 200 115 0.062709 10.0.0.38 - - [2026-04-27 02:28:49] "POST /neutron/port HTTP/1.1" 200 1125 0.205957 10.0.0.38 - - [2026-04-27 02:28:50] "POST /neutron/port HTTP/1.1" 200 1135 0.021440 10.0.0.38 - - [2026-04-27 02:28:50] "DELETE /project/c220dc4c-e91a-4e76-a8a7-d5f32ce6127a HTTP/1.1" 200 115 0.631166 10.0.0.38 - - [2026-04-27 02:28:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005528 10.0.0.38 - - [2026-04-27 02:28:50] "POST /neutron/subnet HTTP/1.1" 200 693 0.008837 10.0.0.38 - - [2026-04-27 02:28:50] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.38 - - [2026-04-27 02:28:50] "POST /neutron/network HTTP/1.1" 200 837 0.006366 10.0.0.38 - - [2026-04-27 02:28:55] "POST /neutron/port HTTP/1.1" 200 1138 0.013066 10.0.0.38 - - [2026-04-27 02:28:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006454 10.0.0.38 - - [2026-04-27 02:28:55] "POST /neutron/port HTTP/1.1" 200 1138 0.017112 10.0.0.38 - - [2026-04-27 02:28:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005549 10.0.0.38 - - [2026-04-27 02:28:55] "POST /neutron/port HTTP/1.1" 200 1138 0.017148 10.0.0.38 - - [2026-04-27 02:28:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009149 10.0.0.38 - - [2026-04-27 02:28:55] "GET /virtual-machine/fbd4b324-ddb8-4320-92bf-c3ea9fc9755d HTTP/1.1" 200 1305 0.005450 10.0.0.38 - - [2026-04-27 02:28:55] "GET /virtual-machine-interface/0b56b6b6-95ea-49c2-aca9-350c07919f8e HTTP/1.1" 200 3002 0.005504 10.0.0.38 - - [2026-04-27 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002515 10.0.0.38 - - [2026-04-27 02:28:55] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003926 10.0.0.38 - - [2026-04-27 02:28:55] "GET /virtual-networks?parent_id=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002928 10.0.0.38 - - [2026-04-27 02:28:55] "GET /virtual-network/10ff5c69-bcd7-470a-a7bc-eaff0e449407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006042 10.0.0.38 - - [2026-04-27 02:28:55] "GET /obj-perms HTTP/1.1" 200 5056 0.060039 10.0.0.38 - - [2026-04-27 02:28:55] "GET /obj-perms HTTP/1.1" 200 5056 0.068089 10.0.0.38 - - [2026-04-27 02:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.38 - - [2026-04-27 02:28:58] "GET /virtual-network/10ff5c69-bcd7-470a-a7bc-eaff0e449407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006130 10.0.0.38 - - [2026-04-27 02:28:58] "POST /neutron/port HTTP/1.1" 200 1138 0.052591 10.0.0.38 - - [2026-04-27 02:28:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005708 10.0.0.38 - - [2026-04-27 02:28:59] "POST /neutron/port HTTP/1.1" 200 1135 0.014901 10.0.0.38 - - [2026-04-27 02:28:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005319 10.0.0.38 - - [2026-04-27 02:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.008505 10.0.0.38 - - [2026-04-27 02:29:00] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010253 10.0.0.38 - - [2026-04-27 02:29:00] "GET /virtual-networks?parent_id=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003792 10.0.0.38 - - [2026-04-27 02:29:00] "GET /virtual-network/10ff5c69-bcd7-470a-a7bc-eaff0e449407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.008296 10.0.0.38 - - [2026-04-27 02:29:00] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001557 10.0.0.38 - - [2026-04-27 02:29:00] "POST /neutron/floatingip HTTP/1.1" 200 529 0.115740 10.0.0.38 - - [2026-04-27 02:29:00] "POST /neutron/port HTTP/1.1" 200 1138 0.023324 10.0.0.38 - - [2026-04-27 02:29:00] "POST /neutron/floatingip HTTP/1.1" 200 529 0.007249 10.0.0.38 - - [2026-04-27 02:29:01] "POST /neutron/floatingip HTTP/1.1" 200 578 0.065454 10.0.0.38 - - [2026-04-27 02:29:01] "POST /neutron/port HTTP/1.1" 200 1135 0.032201 10.0.0.38 - - [2026-04-27 02:29:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.016205 10.0.0.38 - - [2026-04-27 02:29:01] "POST /neutron/port HTTP/1.1" 200 1135 0.028391 10.0.0.38 - - [2026-04-27 02:29:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012152 10.0.0.38 - - [2026-04-27 02:29:01] "POST /neutron/port HTTP/1.1" 200 1135 0.028090 10.0.0.38 - - [2026-04-27 02:29:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009317 10.0.0.38 - - [2026-04-27 02:29:01] "GET /virtual-machine/93e0b43a-f665-4db1-b22e-d87900d5f398 HTTP/1.1" 200 1305 0.005791 10.0.0.38 - - [2026-04-27 02:29:01] "GET /virtual-machine-interface/1ff72fb0-904a-4bd1-abbe-c2e57dbdecdb HTTP/1.1" 200 3003 0.006062 10.0.0.38 - - [2026-04-27 02:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.38 - - [2026-04-27 02:29:01] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004774 10.0.0.38 - - [2026-04-27 02:29:01] "GET /virtual-networks?parent_id=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003834 10.0.0.38 - - [2026-04-27 02:29:01] "GET /virtual-network/a1f3d912-89d8-4aff-93fc-4487d11db37e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006401 10.0.0.38 - - [2026-04-27 02:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.38 - - [2026-04-27 02:29:02] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003828 10.0.0.38 - - [2026-04-27 02:29:02] "GET /virtual-networks?parent_id=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002985 10.0.0.38 - - [2026-04-27 02:29:02] "GET /virtual-network/a1f3d912-89d8-4aff-93fc-4487d11db37e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005311 10.0.0.38 - - [2026-04-27 02:29:02] "POST /neutron/floatingip HTTP/1.1" 200 578 0.013180 10.0.0.38 - - [2026-04-27 02:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.38 - - [2026-04-27 02:29:02] "GET /routing-instance/c838d62a-aa41-4057-bf9b-c118bb3b7691?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.003734 10.0.0.38 - - [2026-04-27 02:29:02] "GET /route-target/17462c96-b592-4439-a322-175b656af643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003648 10.0.0.38 - - [2026-04-27 02:29:03] "GET /floating-ip/87fa9095-a504-4a8b-8206-23c37980ea08 HTTP/1.1" 200 1888 0.004930 10.0.0.38 - - [2026-04-27 02:29:03] "POST /neutron/port HTTP/1.1" 200 1138 0.019711 10.0.0.38 - - [2026-04-27 02:29:03] "POST /neutron/port HTTP/1.1" 200 1138 0.020072 10.0.0.38 - - [2026-04-27 02:29:03] "POST /neutron/network HTTP/1.1" 200 850 0.006116 10.0.0.38 - - [2026-04-27 02:29:03] "POST /neutron/floatingip HTTP/1.1" 200 552 0.013835 10.0.0.38 - - [2026-04-27 02:29:03] "POST /neutron/subnet HTTP/1.1" 200 708 0.008391 10.0.0.38 - - [2026-04-27 02:29:03] "POST /neutron/port HTTP/1.1" 200 117 0.001505 10.0.0.38 - - [2026-04-27 02:29:03] "POST /neutron/network HTTP/1.1" 200 840 0.006188 10.0.0.38 - - [2026-04-27 02:29:06] "POST /neutron/floatingip HTTP/1.1" 200 578 0.010645 10.0.0.38 - - [2026-04-27 02:29:06] "POST /neutron/floatingip HTTP/1.1" 200 529 0.018855 10.0.0.38 - - [2026-04-27 02:29:06] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005846 10.0.0.38 - - [2026-04-27 02:29:06] "POST /neutron/floatingip HTTP/1.1" 200 115 0.045164 10.0.0.38 - - [2026-04-27 02:29:06] "GET /floating-ip-pool/21439976-20dc-467a-aadc-16101b9dbaa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.004028 10.0.0.38 - - [2026-04-27 02:29:06] "POST /ref-update HTTP/1.1" 200 156 0.009326 10.0.0.38 - - [2026-04-27 02:29:06] "DELETE /floating-ip-pool/21439976-20dc-467a-aadc-16101b9dbaa9 HTTP/1.1" 200 115 0.021657 10.0.0.38 - - [2026-04-27 02:29:06] "POST /neutron/network HTTP/1.1" 200 840 0.007666 10.0.0.38 - - [2026-04-27 02:29:06] "POST /neutron/network HTTP/1.1" 400 204 0.015064 10.0.0.38 - - [2026-04-27 02:29:06] "POST /neutron/port HTTP/1.1" 200 1135 0.013443 10.0.0.38 - - [2026-04-27 02:29:07] "POST /neutron/port HTTP/1.1" 200 1125 0.010846 10.0.0.38 - - [2026-04-27 02:29:07] "POST /neutron/port HTTP/1.1" 200 1138 0.019766 10.0.0.38 - - [2026-04-27 02:29:07] "POST /neutron/port HTTP/1.1" 200 1128 0.017435 10.0.0.38 - - [2026-04-27 02:29:07] "POST /neutron/port HTTP/1.1" 200 151 0.167759 10.0.0.38 - - [2026-04-27 02:29:07] "POST /neutron/port HTTP/1.1" 200 151 0.125552 10.0.0.38 - - [2026-04-27 02:29:08] "POST /neutron/network HTTP/1.1" 200 840 0.005285 10.0.0.38 - - [2026-04-27 02:29:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003095 10.0.0.38 - - [2026-04-27 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.38 - - [2026-04-27 02:29:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002266 10.0.0.38 - - [2026-04-27 02:29:08] "POST /neutron/network HTTP/1.1" 200 151 0.080490 10.0.0.38 - - [2026-04-27 02:29:08] "GET /routing-instance/197133f2-9d9e-436e-87fa-0a6af4b85703 HTTP/1.1" 404 171 0.002727 10.0.0.38 - - [2026-04-27 02:29:08] "DELETE /route-target/de2f87d5-3733-43b2-a076-8421b4ff022d HTTP/1.1" 200 115 0.020129 10.0.0.38 - - [2026-04-27 02:29:08] "GET /domains HTTP/1.1" 200 280 0.002748 10.0.0.38 - - [2026-04-27 02:29:08] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001216 10.0.0.38 - - [2026-04-27 02:29:08] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2585 0.049814 10.0.0.38 - - [2026-04-27 02:29:08] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000930 10.0.0.38 - - [2026-04-27 02:29:08] "GET /project/bc88b543-f315-4321-bc9e-86cf8f774440 HTTP/1.1" 200 2174 0.066258 10.0.0.38 - - [2026-04-27 02:29:08] "POST /neutron/network HTTP/1.1" 200 837 0.005363 10.0.0.38 - - [2026-04-27 02:29:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002799 10.0.0.38 - - [2026-04-27 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.38 - - [2026-04-27 02:29:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002195 10.0.0.38 - - [2026-04-27 02:29:08] "POST /neutron/network HTTP/1.1" 200 151 0.082044 10.0.0.38 - - [2026-04-27 02:29:08] "GET /routing-instance/c838d62a-aa41-4057-bf9b-c118bb3b7691 HTTP/1.1" 404 171 0.001909 10.0.0.38 - - [2026-04-27 02:29:08] "GET /domains HTTP/1.1" 200 280 0.004757 10.0.0.38 - - [2026-04-27 02:29:08] "DELETE /route-target/17462c96-b592-4439-a322-175b656af643 HTTP/1.1" 200 115 0.021544 10.0.0.38 - - [2026-04-27 02:29:08] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000990 10.0.0.38 - - [2026-04-27 02:29:09] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2585 0.050767 10.0.0.38 - - [2026-04-27 02:29:09] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000899 10.0.0.38 - - [2026-04-27 02:29:09] "GET /project/bc88b543-f315-4321-bc9e-86cf8f774440 HTTP/1.1" 200 1924 0.070293 10.0.0.38 - - [2026-04-27 02:29:09] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000895 10.0.0.38 - - [2026-04-27 02:29:09] "GET /project/bc88b543-f315-4321-bc9e-86cf8f774440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.028178 10.0.0.38 - - [2026-04-27 02:29:09] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001014 10.0.0.38 - - [2026-04-27 02:29:09] "GET /project/bc88b543-f315-4321-bc9e-86cf8f774440?fields=virtual_networks HTTP/1.1" 200 1056 0.076699 10.0.0.38 - - [2026-04-27 02:29:09] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001289 10.0.0.38 - - [2026-04-27 02:29:09] "GET /project/bc88b543-f315-4321-bc9e-86cf8f774440?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.026423 10.0.0.38 - - [2026-04-27 02:29:09] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001215 10.0.0.38 - - [2026-04-27 02:29:09] "GET /project/bc88b543-f315-4321-bc9e-86cf8f774440?fields=security_groups HTTP/1.1" 200 1294 0.032984 10.0.0.38 - - [2026-04-27 02:29:10] "POST /fqname-to-id HTTP/1.1" 404 183 0.031894 10.0.0.38 - - [2026-04-27 02:29:10] "GET /projects?obj_uuids=eb283ded-69aa-4419-aba8-9ebdebe41b5b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003536 10.0.0.38 - - [2026-04-27 02:29:10] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000977 10.0.0.38 - - [2026-04-27 02:29:10] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006922 10.0.0.38 - - [2026-04-27 02:29:10] "POST /id-to-fqname HTTP/1.1" 200 185 0.004246 10.0.0.38 - - [2026-04-27 02:29:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.003274 10.0.0.38 - - [2026-04-27 02:29:10] "POST /security-groups HTTP/1.1" 200 586 0.063983 10.0.0.38 - - [2026-04-27 02:29:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.002397 10.0.0.38 - - [2026-04-27 02:29:10] "POST /projects HTTP/1.1" 200 575 0.236313 10.0.0.38 - - [2026-04-27 02:29:11] "POST /access-control-lists HTTP/1.1" 200 591 0.057654 10.0.0.38 - - [2026-04-27 02:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.308201 10.0.0.38 - - [2026-04-27 02:29:11] "POST /fqname-to-id HTTP/1.1" 404 228 0.003078 10.0.0.38 - - [2026-04-27 02:29:11] "GET /project/eb283ded-69aa-4419-aba8-9ebdebe41b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.459340 10.0.0.38 - - [2026-04-27 02:29:11] "POST /access-control-lists HTTP/1.1" 200 589 0.075850 10.0.0.38 - - [2026-04-27 02:29:12] "GET / HTTP/1.1" 200 35931 0.001884 10.0.0.38 - - [2026-04-27 02:29:13] "GET /projects?obj_uuids=eb283ded-69aa-4419-aba8-9ebdebe41b5b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001133 10.0.0.38 - - [2026-04-27 02:29:13] "GET /project/eb283ded-69aa-4419-aba8-9ebdebe41b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.024452 10.0.0.38 - - [2026-04-27 02:29:13] "GET /projects?obj_uuids=eb283ded-69aa-4419-aba8-9ebdebe41b5b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000998 10.0.0.38 - - [2026-04-27 02:29:13] "GET /project/eb283ded-69aa-4419-aba8-9ebdebe41b5b?fields=virtual_networks HTTP/1.1" 200 1022 0.069201 10.0.0.38 - - [2026-04-27 02:29:13] "GET /projects?obj_uuids=eb283ded-69aa-4419-aba8-9ebdebe41b5b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000816 10.0.0.38 - - [2026-04-27 02:29:13] "GET /project/eb283ded-69aa-4419-aba8-9ebdebe41b5b?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.065448 10.0.0.38 - - [2026-04-27 02:29:13] "GET /projects?obj_uuids=eb283ded-69aa-4419-aba8-9ebdebe41b5b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000976 10.0.0.38 - - [2026-04-27 02:29:13] "GET /project/eb283ded-69aa-4419-aba8-9ebdebe41b5b?fields=security_groups HTTP/1.1" 200 1243 0.032628 10.0.0.38 - - [2026-04-27 02:29:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.031014 10.0.0.38 - - [2026-04-27 02:29:14] "GET /projects?obj_uuids=f215b7cb-a4dd-4a64-8a18-98f3eec896c5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002774 10.0.0.38 - - [2026-04-27 02:29:14] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.38 - - [2026-04-27 02:29:14] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006975 10.0.0.38 - - [2026-04-27 02:29:14] "POST /id-to-fqname HTTP/1.1" 200 185 0.001494 10.0.0.38 - - [2026-04-27 02:29:14] "POST /fqname-to-id HTTP/1.1" 404 194 0.003993 10.0.0.38 - - [2026-04-27 02:29:15] "POST /security-groups HTTP/1.1" 200 586 0.065070 10.0.0.38 - - [2026-04-27 02:29:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.004424 10.0.0.38 - - [2026-04-27 02:29:15] "POST /projects HTTP/1.1" 200 575 0.233583 10.0.0.38 - - [2026-04-27 02:29:15] "POST /access-control-lists HTTP/1.1" 200 591 0.058853 10.0.0.38 - - [2026-04-27 02:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.307937 10.0.0.38 - - [2026-04-27 02:29:15] "POST /fqname-to-id HTTP/1.1" 404 228 0.003017 10.0.0.38 - - [2026-04-27 02:29:15] "GET /project/f215b7cb-a4dd-4a64-8a18-98f3eec896c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.435551 10.0.0.38 - - [2026-04-27 02:29:15] "POST /access-control-lists HTTP/1.1" 200 589 0.068711 10.0.0.38 - - [2026-04-27 02:29:16] "GET / HTTP/1.1" 200 35931 0.001987 10.0.0.38 - - [2026-04-27 02:29:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.002593 10.0.0.38 - - [2026-04-27 02:29:17] "GET /projects?obj_uuids=26bc6bed-aa9f-4cd6-b5bd-2c80fee81a7a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001037 10.0.0.38 - - [2026-04-27 02:29:17] "POST /fqname-to-id HTTP/1.1" 404 228 0.002548 10.0.0.38 - - [2026-04-27 02:29:17] "POST /access-control-lists HTTP/1.1" 200 590 0.021513 10.0.0.38 - - [2026-04-27 02:29:17] "POST /fqname-to-id HTTP/1.1" 404 227 0.003300 10.0.0.38 - - [2026-04-27 02:29:17] "POST /access-control-lists HTTP/1.1" 200 588 0.024095 10.0.0.38 - - [2026-04-27 02:29:17] "PUT /access-control-list/ada9aa71-23ce-442a-b492-21ab2ae7e995 HTTP/1.1" 200 272 0.011451 10.0.0.38 - - [2026-04-27 02:29:17] "POST /neutron/security_group HTTP/1.1" 200 1364 0.374902 10.0.0.38 - - [2026-04-27 02:29:17] "PUT /access-control-list/ada9aa71-23ce-442a-b492-21ab2ae7e995 HTTP/1.1" 200 272 0.009053 10.0.0.38 - - [2026-04-27 02:29:17] "GET /projects?obj_uuids=26bc6bed-aa9f-4cd6-b5bd-2c80fee81a7a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000984 10.0.0.38 - - [2026-04-27 02:29:17] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.028874 10.0.0.38 - - [2026-04-27 02:29:17] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011280 10.0.0.38 - - [2026-04-27 02:29:17] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.139929 10.0.0.38 - - [2026-04-27 02:29:17] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010517 10.0.0.38 - - [2026-04-27 02:29:17] "PUT /access-control-list/ada9aa71-23ce-442a-b492-21ab2ae7e995 HTTP/1.1" 200 272 0.018391 10.0.0.38 - - [2026-04-27 02:29:17] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.134241 10.0.0.38 - - [2026-04-27 02:29:17] "PUT /access-control-list/ada9aa71-23ce-442a-b492-21ab2ae7e995 HTTP/1.1" 200 272 0.010694 10.0.0.38 - - [2026-04-27 02:29:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.003822 10.0.0.38 - - [2026-04-27 02:29:17] "GET /projects?obj_uuids=26bc6bed-aa9f-4cd6-b5bd-2c80fee81a7a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001069 10.0.0.38 - - [2026-04-27 02:29:17] "POST /fqname-to-id HTTP/1.1" 404 228 0.004302 10.0.0.38 - - [2026-04-27 02:29:17] "POST /access-control-lists HTTP/1.1" 200 590 0.023098 10.0.0.38 - - [2026-04-27 02:29:17] "POST /fqname-to-id HTTP/1.1" 404 227 0.002617 10.0.0.38 - - [2026-04-27 02:29:17] "POST /access-control-lists HTTP/1.1" 200 588 0.017562 10.0.0.38 - - [2026-04-27 02:29:18] "PUT /access-control-list/d4be2a01-216d-4ec1-9130-e7ed4dc0e371 HTTP/1.1" 200 272 0.010004 10.0.0.38 - - [2026-04-27 02:29:18] "POST /neutron/security_group HTTP/1.1" 200 1364 0.304113 10.0.0.38 - - [2026-04-27 02:29:18] "GET /projects?obj_uuids=26bc6bed-aa9f-4cd6-b5bd-2c80fee81a7a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001156 10.0.0.38 - - [2026-04-27 02:29:18] "PUT /access-control-list/d4be2a01-216d-4ec1-9130-e7ed4dc0e371 HTTP/1.1" 200 272 0.012765 10.0.0.38 - - [2026-04-27 02:29:18] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.039239 10.0.0.38 - - [2026-04-27 02:29:18] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007478 10.0.0.38 - - [2026-04-27 02:29:18] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.136403 10.0.0.38 - - [2026-04-27 02:29:18] "PUT /access-control-list/d4be2a01-216d-4ec1-9130-e7ed4dc0e371 HTTP/1.1" 200 272 0.012041 10.0.0.38 - - [2026-04-27 02:29:18] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013201 10.0.0.38 - - [2026-04-27 02:29:18] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.107151 10.0.0.38 - - [2026-04-27 02:29:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000392 10.0.0.38 - - [2026-04-27 02:29:18] "PUT /access-control-list/d4be2a01-216d-4ec1-9130-e7ed4dc0e371 HTTP/1.1" 200 272 0.009879 10.0.0.38 - - [2026-04-27 02:29:18] "POST /fqname-to-id HTTP/1.1" 404 210 0.030200 10.0.0.38 - - [2026-04-27 02:29:18] "GET /projects?obj_uuids=f215b7cb-a4dd-4a64-8a18-98f3eec896c5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001152 10.0.0.38 - - [2026-04-27 02:29:18] "POST /fqname-to-id HTTP/1.1" 404 245 0.002753 10.0.0.38 - - [2026-04-27 02:29:18] "POST /access-control-lists HTTP/1.1" 200 607 0.016483 10.0.0.38 - - [2026-04-27 02:29:18] "POST /fqname-to-id HTTP/1.1" 404 244 0.005505 10.0.0.38 - - [2026-04-27 02:29:18] "POST /access-control-lists HTTP/1.1" 200 605 0.016125 10.0.0.38 - - [2026-04-27 02:29:19] "PUT /access-control-list/654c197c-044f-4e03-bb67-d0a2d8911e07 HTTP/1.1" 200 272 0.015506 10.0.0.38 - - [2026-04-27 02:29:19] "POST /neutron/security_group HTTP/1.1" 200 1379 0.297800 10.0.0.38 - - [2026-04-27 02:29:19] "GET /projects?obj_uuids=f215b7cb-a4dd-4a64-8a18-98f3eec896c5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000924 10.0.0.38 - - [2026-04-27 02:29:19] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.031194 10.0.0.38 - - [2026-04-27 02:29:19] "PUT /access-control-list/654c197c-044f-4e03-bb67-d0a2d8911e07 HTTP/1.1" 200 272 0.012005 10.0.0.38 - - [2026-04-27 02:29:19] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009285 10.0.0.38 - - [2026-04-27 02:29:19] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.139478 10.0.0.38 - - [2026-04-27 02:29:19] "PUT /access-control-list/654c197c-044f-4e03-bb67-d0a2d8911e07 HTTP/1.1" 200 272 0.008000 10.0.0.38 - - [2026-04-27 02:29:19] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010519 10.0.0.38 - - [2026-04-27 02:29:19] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.159244 10.0.0.38 - - [2026-04-27 02:29:19] "POST /fqname-to-id HTTP/1.1" 404 210 0.002647 10.0.0.38 - - [2026-04-27 02:29:19] "PUT /access-control-list/654c197c-044f-4e03-bb67-d0a2d8911e07 HTTP/1.1" 200 272 0.012535 10.0.0.38 - - [2026-04-27 02:29:19] "GET /projects?obj_uuids=f215b7cb-a4dd-4a64-8a18-98f3eec896c5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000970 10.0.0.38 - - [2026-04-27 02:29:19] "POST /fqname-to-id HTTP/1.1" 404 245 0.003408 10.0.0.38 - - [2026-04-27 02:29:19] "POST /access-control-lists HTTP/1.1" 200 607 0.032800 10.0.0.38 - - [2026-04-27 02:29:19] "POST /fqname-to-id HTTP/1.1" 404 244 0.003210 10.0.0.38 - - [2026-04-27 02:29:19] "POST /access-control-lists HTTP/1.1" 200 605 0.020270 10.0.0.38 - - [2026-04-27 02:29:19] "PUT /access-control-list/55b47f83-79a4-4ff9-939d-0e95a73f4339 HTTP/1.1" 200 272 0.011328 10.0.0.38 - - [2026-04-27 02:29:19] "POST /neutron/security_group HTTP/1.1" 200 1379 0.305839 10.0.0.38 - - [2026-04-27 02:29:19] "GET /projects?obj_uuids=f215b7cb-a4dd-4a64-8a18-98f3eec896c5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001770 10.0.0.38 - - [2026-04-27 02:29:19] "PUT /access-control-list/55b47f83-79a4-4ff9-939d-0e95a73f4339 HTTP/1.1" 200 272 0.012031 10.0.0.38 - - [2026-04-27 02:29:19] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.041274 10.0.0.38 - - [2026-04-27 02:29:19] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010940 10.0.0.38 - - [2026-04-27 02:29:19] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.119034 10.0.0.38 - - [2026-04-27 02:29:19] "PUT /access-control-list/55b47f83-79a4-4ff9-939d-0e95a73f4339 HTTP/1.1" 200 272 0.010277 10.0.0.38 - - [2026-04-27 02:29:19] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013534 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.147458 10.0.0.38 - - [2026-04-27 02:29:20] "PUT /access-control-list/55b47f83-79a4-4ff9-939d-0e95a73f4339 HTTP/1.1" 200 272 0.010413 10.0.0.38 - - [2026-04-27 02:29:20] "GET /projects?obj_uuids=26bc6bed-aa9f-4cd6-b5bd-2c80fee81a7a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002070 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.066881 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.008792 10.0.0.38 - - [2026-04-27 02:29:20] "POST /route-targets HTTP/1.1" 200 327 0.025703 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.009558 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.004197 10.0.0.38 - - [2026-04-27 02:29:20] "PUT /logical-router/868d63ef-26b7-4f94-9f4c-ecd637dd326a HTTP/1.1" 200 262 0.043238 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.005947 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.004537 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.003682 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.004398 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.004474 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.003537 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.003325 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.003782 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.003494 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.003355 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.003551 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.003102 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.004010 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.003494 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.003565 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.004324 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.004141 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.004699 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.005632 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.004329 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.004352 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.004668 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.003537 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.004326 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.005080 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.003616 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.003283 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.003763 10.0.0.38 - - [2026-04-27 02:29:20] "POST /neutron/router HTTP/1.1" 200 541 0.003280 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 541 0.020532 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 541 0.004278 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 541 0.023732 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 541 0.003457 10.0.0.38 - - [2026-04-27 02:29:21] "GET /logical-router/868d63ef-26b7-4f94-9f4c-ecd637dd326a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003787 10.0.0.38 - - [2026-04-27 02:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 151 0.042470 10.0.0.38 - - [2026-04-27 02:29:21] "GET /projects?obj_uuids=26bc6bed-aa9f-4cd6-b5bd-2c80fee81a7a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001285 10.0.0.38 - - [2026-04-27 02:29:21] "DELETE /route-target/8b6e4fa4-eb35-494b-a2c9-664a854d6cfe HTTP/1.1" 200 115 0.019283 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.049579 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.004792 10.0.0.38 - - [2026-04-27 02:29:21] "POST /route-targets HTTP/1.1" 200 327 0.013080 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.003693 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.004715 10.0.0.38 - - [2026-04-27 02:29:21] "PUT /logical-router/267ff6c7-bdd3-40c5-9216-307994f6d633 HTTP/1.1" 200 262 0.029029 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.005373 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.003564 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.003729 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.003879 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.003786 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.003823 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.003846 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.003252 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.003200 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.003859 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.003037 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.004549 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.004035 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.004904 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.004359 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.004422 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.003493 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.003371 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.003471 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.003552 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.004112 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.003451 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.003131 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.003496 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.003301 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.004318 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.003772 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.004064 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.003761 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.013557 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.003695 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.016778 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 542 0.005116 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 151 0.043077 10.0.0.38 - - [2026-04-27 02:29:21] "GET /logical-router/267ff6c7-bdd3-40c5-9216-307994f6d633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005070 10.0.0.38 - - [2026-04-27 02:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.38 - - [2026-04-27 02:29:21] "GET /projects?obj_uuids=f215b7cb-a4dd-4a64-8a18-98f3eec896c5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001241 10.0.0.38 - - [2026-04-27 02:29:21] "DELETE /route-target/001150e8-f50b-4baf-9765-f1012d10c6e9 HTTP/1.1" 200 115 0.025302 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 559 0.068250 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 559 0.005031 10.0.0.38 - - [2026-04-27 02:29:21] "POST /route-targets HTTP/1.1" 200 327 0.015267 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 559 0.007969 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 559 0.003448 10.0.0.38 - - [2026-04-27 02:29:21] "PUT /logical-router/2ce1f2f4-718e-43ff-81e1-fcf808d4dd0e HTTP/1.1" 200 262 0.023910 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 559 0.006974 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 559 0.003676 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 559 0.003397 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 559 0.004367 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 559 0.003726 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 559 0.003528 10.0.0.38 - - [2026-04-27 02:29:21] "POST /neutron/router HTTP/1.1" 200 559 0.003347 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.003586 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.003709 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.003682 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.003592 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.003309 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.003265 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.003262 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.003232 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.003077 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.003304 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.003567 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.003329 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.003442 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.004134 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.003273 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.003332 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.003112 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.003131 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.003693 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.004015 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.002972 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.003274 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.018389 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.003844 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.018356 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 559 0.003191 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/router HTTP/1.1" 200 151 0.041356 10.0.0.38 - - [2026-04-27 02:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.38 - - [2026-04-27 02:29:22] "GET /logical-router/2ce1f2f4-718e-43ff-81e1-fcf808d4dd0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002768 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/security_group HTTP/1.1" 200 521 0.004458 10.0.0.38 - - [2026-04-27 02:29:22] "DELETE /route-target/e1a3bcef-195b-4c66-a720-51e93a0532ae HTTP/1.1" 200 115 0.023382 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/security_group HTTP/1.1" 200 151 0.043603 10.0.0.38 - - [2026-04-27 02:29:22] "DELETE /access-control-list/c8b901dd-63bf-4df9-b964-1b26113982ae HTTP/1.1" 200 115 0.018999 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/security_group HTTP/1.1" 200 521 0.002612 10.0.0.38 - - [2026-04-27 02:29:22] "DELETE /access-control-list/55b47f83-79a4-4ff9-939d-0e95a73f4339 HTTP/1.1" 200 115 0.027142 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/security_group HTTP/1.1" 200 151 0.039575 10.0.0.38 - - [2026-04-27 02:29:22] "DELETE /access-control-list/7edcbfbe-2de6-4b55-8525-d5bbcadf660b HTTP/1.1" 200 115 0.019462 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/security_group HTTP/1.1" 200 506 0.003954 10.0.0.38 - - [2026-04-27 02:29:22] "DELETE /access-control-list/654c197c-044f-4e03-bb67-d0a2d8911e07 HTTP/1.1" 200 115 0.024429 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/security_group HTTP/1.1" 200 151 0.047000 10.0.0.38 - - [2026-04-27 02:29:22] "DELETE /access-control-list/17ab2ecd-8d0d-4033-a7dc-1dca81df4b19 HTTP/1.1" 200 115 0.023314 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/security_group HTTP/1.1" 200 506 0.002675 10.0.0.38 - - [2026-04-27 02:29:22] "DELETE /access-control-list/d4be2a01-216d-4ec1-9130-e7ed4dc0e371 HTTP/1.1" 200 115 0.021924 10.0.0.38 - - [2026-04-27 02:29:22] "POST /neutron/security_group HTTP/1.1" 200 151 0.038483 10.0.0.38 - - [2026-04-27 02:29:22] "DELETE /access-control-list/3370c702-b595-46c8-9127-21858cc75bb8 HTTP/1.1" 200 115 0.023622 10.0.0.38 - - [2026-04-27 02:29:22] "DELETE /access-control-list/ada9aa71-23ce-442a-b492-21ab2ae7e995 HTTP/1.1" 200 115 0.018080 10.0.0.38 - - [2026-04-27 02:29:22] "GET /projects?obj_uuids=f215b7cb-a4dd-4a64-8a18-98f3eec896c5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001429 10.0.0.38 - - [2026-04-27 02:29:22] "GET /project/f215b7cb-a4dd-4a64-8a18-98f3eec896c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.025913 10.0.0.38 - - [2026-04-27 02:29:22] "GET /projects?obj_uuids=f215b7cb-a4dd-4a64-8a18-98f3eec896c5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000895 10.0.0.38 - - [2026-04-27 02:29:23] "GET /project/f215b7cb-a4dd-4a64-8a18-98f3eec896c5?fields=virtual_networks HTTP/1.1" 200 1021 0.068733 10.0.0.38 - - [2026-04-27 02:29:23] "GET /projects?obj_uuids=f215b7cb-a4dd-4a64-8a18-98f3eec896c5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001121 10.0.0.38 - - [2026-04-27 02:29:23] "GET /project/f215b7cb-a4dd-4a64-8a18-98f3eec896c5?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.025153 10.0.0.38 - - [2026-04-27 02:29:23] "GET /projects?obj_uuids=f215b7cb-a4dd-4a64-8a18-98f3eec896c5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000924 10.0.0.38 - - [2026-04-27 02:29:23] "GET /project/f215b7cb-a4dd-4a64-8a18-98f3eec896c5?fields=security_groups HTTP/1.1" 200 1242 0.022604 10.0.0.38 - - [2026-04-27 02:29:24] "POST /fqname-to-id HTTP/1.1" 404 184 0.027367 10.0.0.38 - - [2026-04-27 02:29:24] "GET /projects?obj_uuids=d701e746-38dd-4584-9a83-0baea0c1259a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002837 10.0.0.38 - - [2026-04-27 02:29:24] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000875 10.0.0.38 - - [2026-04-27 02:29:24] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006168 10.0.0.38 - - [2026-04-27 02:29:24] "POST /id-to-fqname HTTP/1.1" 200 186 0.001423 10.0.0.38 - - [2026-04-27 02:29:24] "POST /fqname-to-id HTTP/1.1" 404 195 0.003109 10.0.0.38 - - [2026-04-27 02:29:24] "POST /security-groups HTTP/1.1" 200 587 0.060835 10.0.0.38 - - [2026-04-27 02:29:24] "POST /fqname-to-id HTTP/1.1" 404 230 0.002370 10.0.0.38 - - [2026-04-27 02:29:24] "POST /projects HTTP/1.1" 200 577 0.241193 10.0.0.38 - - [2026-04-27 02:29:24] "POST /access-control-lists HTTP/1.1" 200 592 0.066391 10.0.0.38 - - [2026-04-27 02:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.315651 10.0.0.38 - - [2026-04-27 02:29:24] "POST /fqname-to-id HTTP/1.1" 404 229 0.003231 10.0.0.38 - - [2026-04-27 02:29:24] "GET /project/d701e746-38dd-4584-9a83-0baea0c1259a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.442124 10.0.0.38 - - [2026-04-27 02:29:24] "POST /access-control-lists HTTP/1.1" 200 590 0.064870 10.0.0.38 - - [2026-04-27 02:29:25] "GET / HTTP/1.1" 200 35931 0.001885 10.0.0.38 - - [2026-04-27 02:29:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000565 10.0.0.38 - - [2026-04-27 02:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.062570 10.0.0.38 - - [2026-04-27 02:29:26] "GET /projects?obj_uuids=d701e746-38dd-4584-9a83-0baea0c1259a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000988 10.0.0.38 - - [2026-04-27 02:29:26] "GET /project/d701e746-38dd-4584-9a83-0baea0c1259a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.024563 10.0.0.38 - - [2026-04-27 02:29:26] "POST /neutron/network HTTP/1.1" 200 117 0.039666 10.0.0.38 - - [2026-04-27 02:29:26] "GET /projects?obj_uuids=d701e746-38dd-4584-9a83-0baea0c1259a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001251 10.0.0.38 - - [2026-04-27 02:29:26] "POST /neutron/network HTTP/1.1" 200 601 0.066957 10.0.0.38 - - [2026-04-27 02:29:27] "POST /route-targets HTTP/1.1" 200 327 0.009490 10.0.0.38 - - [2026-04-27 02:29:27] "POST /ref-update HTTP/1.1" 200 156 0.010053 10.0.0.38 - - [2026-04-27 02:29:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002374 10.0.0.38 - - [2026-04-27 02:29:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.186381 10.0.0.38 - - [2026-04-27 02:29:27] "POST /neutron/network HTTP/1.1" 200 821 0.005316 10.0.0.38 - - [2026-04-27 02:29:27] "POST /id-to-fqname HTTP/1.1" 200 216 0.001295 10.0.0.38 - - [2026-04-27 02:29:27] "GET /virtual-network/af4b3333-b702-4571-bbe9-6df9bb8c3892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007643 10.0.0.38 - - [2026-04-27 02:29:27] "POST /neutron/network HTTP/1.1" 200 821 0.006303 10.0.0.38 - - [2026-04-27 02:29:27] "GET /virtual-network/af4b3333-b702-4571-bbe9-6df9bb8c3892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006433 10.0.0.38 - - [2026-04-27 02:29:27] "POST /neutron/network HTTP/1.1" 200 821 0.006711 10.0.0.38 - - [2026-04-27 02:29:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.007336 10.0.0.38 - - [2026-04-27 02:29:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.002464 10.0.0.38 - - [2026-04-27 02:29:27] "GET /virtual-network/af4b3333-b702-4571-bbe9-6df9bb8c3892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004560 10.0.0.38 - - [2026-04-27 02:29:27] "GET /projects?obj_uuids=d701e746-38dd-4584-9a83-0baea0c1259a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001016 10.0.0.38 - - [2026-04-27 02:29:27] "POST /neutron/port HTTP/1.1" 200 1018 0.189098 10.0.0.38 - - [2026-04-27 02:29:27] "GET /virtual-machine-interface/a14fb40b-015d-4fa5-9305-d39b39becb4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.004648 10.0.0.38 - - [2026-04-27 02:29:27] "GET /virtual-machine-interface/a14fb40b-015d-4fa5-9305-d39b39becb4f?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.005724 10.0.0.38 - - [2026-04-27 02:29:27] "GET /instance-ip/617996f2-1117-4374-a7a5-c899313f6f60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.003715 10.0.0.38 - - [2026-04-27 02:29:27] "GET /virtual-machine-interface/a14fb40b-015d-4fa5-9305-d39b39becb4f HTTP/1.1" 401 292 0.000602 10.0.0.38 - - [2026-04-27 02:29:28] "GET /virtual-machine-interface/a14fb40b-015d-4fa5-9305-d39b39becb4f HTTP/1.1" 200 2605 0.040794 10.0.0.38 - - [2026-04-27 02:29:28] "POST /neutron/port HTTP/1.1" 200 1018 0.009663 10.0.0.38 - - [2026-04-27 02:29:28] "POST /neutron/port HTTP/1.1" 200 151 0.074403 10.0.0.38 - - [2026-04-27 02:29:28] "POST /neutron/network HTTP/1.1" 200 821 0.011113 10.0.0.38 - - [2026-04-27 02:29:28] "POST /useragent-kv HTTP/1.1" 200 115 0.007133 10.0.0.38 - - [2026-04-27 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.38 - - [2026-04-27 02:29:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004874 10.0.0.38 - - [2026-04-27 02:29:28] "POST /neutron/network HTTP/1.1" 200 151 0.114345 10.0.0.38 - - [2026-04-27 02:29:28] "DELETE /route-target/0863cf51-c819-4828-8776-0cd85ad47f14 HTTP/1.1" 200 115 0.018209 10.0.0.38 - - [2026-04-27 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.38 - - [2026-04-27 02:29:28] "GET /projects?obj_uuids=d701e746-38dd-4584-9a83-0baea0c1259a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000989 10.0.0.38 - - [2026-04-27 02:29:28] "GET /project/d701e746-38dd-4584-9a83-0baea0c1259a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.021282 10.0.0.38 - - [2026-04-27 02:29:28] "POST /neutron/network HTTP/1.1" 200 117 0.008408 10.0.0.38 - - [2026-04-27 02:29:29] "GET /projects?obj_uuids=d701e746-38dd-4584-9a83-0baea0c1259a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001324 10.0.0.38 - - [2026-04-27 02:29:29] "POST /neutron/network HTTP/1.1" 200 603 0.076655 10.0.0.38 - - [2026-04-27 02:29:29] "POST /route-targets HTTP/1.1" 200 327 0.010432 10.0.0.38 - - [2026-04-27 02:29:29] "POST /ref-update HTTP/1.1" 200 156 0.012871 10.0.0.38 - - [2026-04-27 02:29:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003800 10.0.0.38 - - [2026-04-27 02:29:29] "POST /neutron/subnet HTTP/1.1" 200 710 0.147266 10.0.0.38 - - [2026-04-27 02:29:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003466 10.0.0.38 - - [2026-04-27 02:29:29] "POST /neutron/subnet HTTP/1.1" 200 734 0.175455 10.0.0.38 - - [2026-04-27 02:29:29] "POST /neutron/network HTTP/1.1" 200 977 0.007510 10.0.0.38 - - [2026-04-27 02:29:29] "POST /id-to-fqname HTTP/1.1" 200 217 0.001095 10.0.0.38 - - [2026-04-27 02:29:29] "GET /virtual-network/2c12bc2a-faf9-48c7-9a33-b019b63dc9e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.004326 10.0.0.38 - - [2026-04-27 02:29:29] "POST /neutron/network HTTP/1.1" 200 977 0.010011 10.0.0.38 - - [2026-04-27 02:29:29] "GET /virtual-network/2c12bc2a-faf9-48c7-9a33-b019b63dc9e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005371 10.0.0.38 - - [2026-04-27 02:29:29] "POST /neutron/network HTTP/1.1" 200 977 0.007484 10.0.0.38 - - [2026-04-27 02:29:29] "POST /neutron/subnet HTTP/1.1" 200 710 0.007573 10.0.0.38 - - [2026-04-27 02:29:29] "POST /neutron/subnet HTTP/1.1" 200 734 0.008752 10.0.0.38 - - [2026-04-27 02:29:29] "GET /projects?obj_uuids=d701e746-38dd-4584-9a83-0baea0c1259a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001062 10.0.0.38 - - [2026-04-27 02:29:29] "POST /neutron/port HTTP/1.1" 200 1015 0.162966 10.0.0.38 - - [2026-04-27 02:29:29] "GET /projects?obj_uuids=d701e746-38dd-4584-9a83-0baea0c1259a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000935 10.0.0.38 - - [2026-04-27 02:29:30] "POST /neutron/port HTTP/1.1" 200 1020 0.163315 10.0.0.38 - - [2026-04-27 02:29:30] "POST /id-to-fqname HTTP/1.1" 200 217 0.001148 10.0.0.38 - - [2026-04-27 02:29:30] "POST /neutron/port HTTP/1.1" 200 1015 0.010838 10.0.0.38 - - [2026-04-27 02:29:30] "POST /neutron/port HTTP/1.1" 200 1015 0.009079 10.0.0.38 - - [2026-04-27 02:29:30] "POST /neutron/network HTTP/1.1" 200 977 0.006854 10.0.0.38 - - [2026-04-27 02:29:30] "POST /neutron/port HTTP/1.1" 200 1015 0.008509 10.0.0.38 - - [2026-04-27 02:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.004566 10.0.0.38 - - [2026-04-27 02:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.010086 10.0.0.38 - - [2026-04-27 02:29:30] "POST /id-to-fqname HTTP/1.1" 200 217 0.001297 10.0.0.38 - - [2026-04-27 02:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.004645 10.0.0.38 - - [2026-04-27 02:29:30] "POST /neutron/port HTTP/1.1" 200 1020 0.009559 10.0.0.38 - - [2026-04-27 02:29:30] "POST /neutron/port HTTP/1.1" 200 1020 0.011697 10.0.0.38 - - [2026-04-27 02:29:30] "POST /neutron/network HTTP/1.1" 200 977 0.006297 10.0.0.38 - - [2026-04-27 02:29:30] "POST /neutron/port HTTP/1.1" 200 1020 0.009966 10.0.0.38 - - [2026-04-27 02:29:30] "POST /neutron/port HTTP/1.1" 200 1015 0.009508 10.0.0.38 - - [2026-04-27 02:29:30] "POST /neutron/port HTTP/1.1" 200 1020 0.011535 10.0.0.38 - - [2026-04-27 02:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.005060 10.0.0.38 - - [2026-04-27 02:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.005374 10.0.0.38 - - [2026-04-27 02:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.005384 10.0.0.38 - - [2026-04-27 02:29:31] "POST /neutron/port HTTP/1.1" 200 1015 0.012475 10.0.0.38 - - [2026-04-27 02:29:31] "POST /neutron/network HTTP/1.1" 200 987 0.005685 10.0.0.38 - - [2026-04-27 02:29:31] "POST /neutron/port HTTP/1.1" 200 1015 0.014786 10.0.0.38 - - [2026-04-27 02:29:31] "POST /neutron/port HTTP/1.1" 200 1015 0.010351 10.0.0.38 - - [2026-04-27 02:29:31] "POST /neutron/port HTTP/1.1" 200 1020 0.008412 10.0.0.38 - - [2026-04-27 02:29:31] "POST /neutron/network HTTP/1.1" 200 987 0.008403 10.0.0.38 - - [2026-04-27 02:29:31] "POST /neutron/port HTTP/1.1" 200 1107 0.096075 10.0.0.38 - - [2026-04-27 02:29:31] "POST /neutron/port HTTP/1.1" 200 1020 0.011896 10.0.0.38 - - [2026-04-27 02:29:31] "POST /neutron/port HTTP/1.1" 200 1020 0.009409 10.0.0.38 - - [2026-04-27 02:29:31] "POST /neutron/port HTTP/1.1" 200 1112 0.087310 10.0.0.38 - - [2026-04-27 02:29:31] "POST /neutron/port HTTP/1.1" 200 1122 0.012881 10.0.0.38 - - [2026-04-27 02:29:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004368 10.0.0.38 - - [2026-04-27 02:29:31] "POST /neutron/port HTTP/1.1" 200 1117 0.016453 10.0.0.38 - - [2026-04-27 02:29:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004111 10.0.0.38 - - [2026-04-27 02:29:31] "POST /neutron/subnet HTTP/1.1" 200 708 0.012247 10.0.0.38 - - [2026-04-27 02:29:31] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.38 - - [2026-04-27 02:29:31] "POST /neutron/subnet HTTP/1.1" 200 684 0.013124 10.0.0.38 - - [2026-04-27 02:29:31] "POST /neutron/network HTTP/1.1" 200 977 0.007851 10.0.0.38 - - [2026-04-27 02:29:31] "POST /neutron/port HTTP/1.1" 200 117 0.001578 10.0.0.38 - - [2026-04-27 02:29:31] "POST /neutron/network HTTP/1.1" 200 977 0.006276 10.0.0.38 - - [2026-04-27 02:29:36] "POST /neutron/port HTTP/1.1" 200 1117 0.015636 10.0.0.38 - - [2026-04-27 02:29:36] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005811 10.0.0.38 - - [2026-04-27 02:29:36] "POST /neutron/port HTTP/1.1" 200 1117 0.013873 10.0.0.38 - - [2026-04-27 02:29:36] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005565 10.0.0.38 - - [2026-04-27 02:29:36] "POST /neutron/port HTTP/1.1" 200 1117 0.011481 10.0.0.38 - - [2026-04-27 02:29:36] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005878 10.0.0.38 - - [2026-04-27 02:29:36] "GET /virtual-machine/38d79740-3100-408c-a4b7-45d8ddc2836b HTTP/1.1" 200 1284 0.004094 10.0.0.38 - - [2026-04-27 02:29:36] "GET /virtual-machine-interface/befa056d-13c7-41fa-97fe-3f152d5848f8 HTTP/1.1" 200 2924 0.004432 10.0.0.38 - - [2026-04-27 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002486 10.0.0.38 - - [2026-04-27 02:29:36] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004302 10.0.0.38 - - [2026-04-27 02:29:36] "GET /virtual-networks?parent_id=d701e746-38dd-4584-9a83-0baea0c1259a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003889 10.0.0.38 - - [2026-04-27 02:29:36] "GET /virtual-network/2c12bc2a-faf9-48c7-9a33-b019b63dc9e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005172 10.0.0.38 - - [2026-04-27 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.38 - - [2026-04-27 02:29:39] "GET /virtual-network/2c12bc2a-faf9-48c7-9a33-b019b63dc9e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.006151 10.0.0.38 - - [2026-04-27 02:29:41] "POST /neutron/port HTTP/1.1" 200 1122 0.013227 10.0.0.38 - - [2026-04-27 02:29:41] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010366 10.0.0.38 - - [2026-04-27 02:29:41] "POST /neutron/port HTTP/1.1" 200 1117 0.012287 10.0.0.38 - - [2026-04-27 02:29:41] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005136 10.0.0.38 - - [2026-04-27 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.38 - - [2026-04-27 02:29:43] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003147 10.0.0.38 - - [2026-04-27 02:29:43] "GET /virtual-networks?parent_id=d701e746-38dd-4584-9a83-0baea0c1259a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002515 10.0.0.38 - - [2026-04-27 02:29:43] "GET /virtual-network/2c12bc2a-faf9-48c7-9a33-b019b63dc9e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.008364 10.0.0.38 - - [2026-04-27 02:29:44] "POST /neutron/port HTTP/1.1" 200 1122 0.012124 10.0.0.38 - - [2026-04-27 02:29:44] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005293 10.0.0.38 - - [2026-04-27 02:29:44] "POST /neutron/port HTTP/1.1" 200 1122 0.011855 10.0.0.38 - - [2026-04-27 02:29:44] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005961 10.0.0.38 - - [2026-04-27 02:29:44] "POST /neutron/port HTTP/1.1" 200 1122 0.018702 10.0.0.38 - - [2026-04-27 02:29:44] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006943 10.0.0.38 - - [2026-04-27 02:29:44] "GET /virtual-machine/ddca13a0-f665-42dc-8f7b-0fe7f16d32db HTTP/1.1" 200 1285 0.005196 10.0.0.38 - - [2026-04-27 02:29:44] "GET /virtual-machine-interface/7f703231-f126-4e63-932d-4b0023ac461b HTTP/1.1" 200 2923 0.005271 10.0.0.38 - - [2026-04-27 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.38 - - [2026-04-27 02:29:44] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003191 10.0.0.38 - - [2026-04-27 02:29:44] "GET /virtual-networks?parent_id=d701e746-38dd-4584-9a83-0baea0c1259a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002866 10.0.0.38 - - [2026-04-27 02:29:44] "GET /virtual-network/2c12bc2a-faf9-48c7-9a33-b019b63dc9e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005968 10.0.0.38 - - [2026-04-27 02:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002626 10.0.0.38 - - [2026-04-27 02:29:45] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002946 10.0.0.38 - - [2026-04-27 02:29:45] "GET /virtual-networks?parent_id=d701e746-38dd-4584-9a83-0baea0c1259a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002983 10.0.0.38 - - [2026-04-27 02:29:45] "GET /virtual-network/2c12bc2a-faf9-48c7-9a33-b019b63dc9e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.006082 10.0.0.38 - - [2026-04-27 02:29:48] "POST /neutron/port HTTP/1.1" 200 1112 0.013403 10.0.0.38 - - [2026-04-27 02:29:48] "POST /neutron/port HTTP/1.1" 200 1112 0.009209 10.0.0.38 - - [2026-04-27 02:29:48] "POST /neutron/port HTTP/1.1" 200 151 0.109905 10.0.0.38 - - [2026-04-27 02:29:48] "POST /neutron/port HTTP/1.1" 200 1107 0.010695 10.0.0.38 - - [2026-04-27 02:29:48] "POST /neutron/port HTTP/1.1" 200 1107 0.009965 10.0.0.38 - - [2026-04-27 02:29:49] "POST /neutron/port HTTP/1.1" 200 151 0.130971 10.0.0.38 - - [2026-04-27 02:29:49] "POST /neutron/network HTTP/1.1" 200 977 0.006795 10.0.0.38 - - [2026-04-27 02:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005976 10.0.0.38 - - [2026-04-27 02:29:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002334 10.0.0.38 - - [2026-04-27 02:29:49] "POST /neutron/port HTTP/1.1" 200 117 0.014604 10.0.0.38 - - [2026-04-27 02:29:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002511 10.0.0.38 - - [2026-04-27 02:29:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001950 10.0.0.38 - - [2026-04-27 02:29:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002707 10.0.0.38 - - [2026-04-27 02:29:49] "POST /neutron/port HTTP/1.1" 400 205 0.007783 10.0.0.38 - - [2026-04-27 02:29:49] "POST /neutron/network HTTP/1.1" 200 151 0.132014 10.0.0.38 - - [2026-04-27 02:29:49] "DELETE /route-target/d9e88a4c-4a85-4c03-8f28-94207c593d8f HTTP/1.1" 200 115 0.032772 10.0.0.38 - - [2026-04-27 02:29:49] "GET /projects?obj_uuids=d701e746-38dd-4584-9a83-0baea0c1259a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001041 10.0.0.38 - - [2026-04-27 02:29:49] "GET /project/d701e746-38dd-4584-9a83-0baea0c1259a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.028953 10.0.0.38 - - [2026-04-27 02:29:49] "GET /projects?obj_uuids=d701e746-38dd-4584-9a83-0baea0c1259a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001515 10.0.0.38 - - [2026-04-27 02:29:49] "GET /project/d701e746-38dd-4584-9a83-0baea0c1259a?fields=virtual_networks HTTP/1.1" 200 1024 0.071568 10.0.0.38 - - [2026-04-27 02:29:49] "GET /projects?obj_uuids=d701e746-38dd-4584-9a83-0baea0c1259a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001154 10.0.0.38 - - [2026-04-27 02:29:49] "GET /project/d701e746-38dd-4584-9a83-0baea0c1259a?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.029323 10.0.0.38 - - [2026-04-27 02:29:49] "GET /projects?obj_uuids=d701e746-38dd-4584-9a83-0baea0c1259a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000943 10.0.0.38 - - [2026-04-27 02:29:49] "GET /project/d701e746-38dd-4584-9a83-0baea0c1259a?fields=security_groups HTTP/1.1" 200 1246 0.025353 10.0.0.38 - - [2026-04-27 02:29:50] "DELETE /project/f215b7cba4dd4a648a1898f3eec896c5 HTTP/1.1" 404 173 0.018262 10.0.0.38 - - [2026-04-27 02:29:50] "DELETE /project/eb283ded69aa4419aba89ebdebe41b5b HTTP/1.1" 404 173 0.014447 10.0.0.38 - - [2026-04-27 02:29:50] "DELETE /project/d701e74638dd45849a830baea0c1259a HTTP/1.1" 404 173 0.007040 10.0.0.38 - - [2026-04-27 02:29:50] "GET /projects?obj_uuids=f215b7cb-a4dd-4a64-8a18-98f3eec896c5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001237 10.0.0.38 - - [2026-04-27 02:29:50] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000974 10.0.0.38 - - [2026-04-27 02:29:50] "GET /projects?obj_uuids=eb283ded-69aa-4419-aba8-9ebdebe41b5b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000773 10.0.0.38 - - [2026-04-27 02:29:50] "GET /project/bc88b543-f315-4321-bc9e-86cf8f774440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.048617 10.0.0.38 - - [2026-04-27 02:29:50] "GET /project/f215b7cb-a4dd-4a64-8a18-98f3eec896c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.060203 10.0.0.38 - - [2026-04-27 02:29:50] "GET /project/eb283ded-69aa-4419-aba8-9ebdebe41b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.060591 10.0.0.38 - - [2026-04-27 02:29:50] "GET /projects?obj_uuids=eb283ded-69aa-4419-aba8-9ebdebe41b5b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000864 10.0.0.38 - - [2026-04-27 02:29:50] "GET /projects?obj_uuids=f215b7cb-a4dd-4a64-8a18-98f3eec896c5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000787 10.0.0.38 - - [2026-04-27 02:29:50] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000813 10.0.0.38 - - [2026-04-27 02:29:50] "GET /project/f215b7cb-a4dd-4a64-8a18-98f3eec896c5?fields=security_groups HTTP/1.1" 200 1347 0.054989 10.0.0.38 - - [2026-04-27 02:29:50] "GET /project/bc88b543-f315-4321-bc9e-86cf8f774440?fields=security_groups HTTP/1.1" 200 1399 0.062154 10.0.0.38 - - [2026-04-27 02:29:50] "GET /project/eb283ded-69aa-4419-aba8-9ebdebe41b5b?fields=security_groups HTTP/1.1" 200 1348 0.064802 10.0.0.38 - - [2026-04-27 02:29:50] "DELETE /security-group/fda8b37e-3f0b-45b7-9b6b-c0e78eb28bd3 HTTP/1.1" 200 115 0.083582 10.0.0.38 - - [2026-04-27 02:29:50] "DELETE /security-group/7ffda5e8-68da-4fdc-9270-4c31c5a185ff HTTP/1.1" 200 115 0.089035 10.0.0.38 - - [2026-04-27 02:29:50] "GET /projects?obj_uuids=f215b7cb-a4dd-4a64-8a18-98f3eec896c5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001050 10.0.0.38 - - [2026-04-27 02:29:50] "GET /projects?obj_uuids=bc88b543-f315-4321-bc9e-86cf8f774440&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001829 10.0.0.38 - - [2026-04-27 02:29:50] "DELETE /access-control-list/64d247ca-da2f-416b-9822-3bf435e98c8d HTTP/1.1" 200 115 0.066073 10.0.0.38 - - [2026-04-27 02:29:50] "DELETE /security-group/97290e3d-2ab0-4c51-8f93-a8e6557e6ee6 HTTP/1.1" 200 115 0.108234 10.0.0.38 - - [2026-04-27 02:29:50] "GET /projects?obj_uuids=eb283ded-69aa-4419-aba8-9ebdebe41b5b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000996 10.0.0.38 - - [2026-04-27 02:29:50] "GET /project/f215b7cb-a4dd-4a64-8a18-98f3eec896c5?fields=application_policy_sets HTTP/1.1" 200 1386 0.055465 10.0.0.38 - - [2026-04-27 02:29:50] "DELETE /access-control-list/68a20826-bb4d-46f7-a04b-5797835ddc38 HTTP/1.1" 200 115 0.043828 10.0.0.38 - - [2026-04-27 02:29:50] "GET /project/eb283ded-69aa-4419-aba8-9ebdebe41b5b?fields=application_policy_sets HTTP/1.1" 200 1387 0.050831 10.0.0.38 - - [2026-04-27 02:29:50] "GET /project/bc88b543-f315-4321-bc9e-86cf8f774440?fields=application_policy_sets HTTP/1.1" 200 1438 0.112146 10.0.0.38 - - [2026-04-27 02:29:50] "DELETE /access-control-list/5ef28f03-7d3f-46c7-b2b7-93e8fca97cdd HTTP/1.1" 200 115 0.084704 10.0.0.38 - - [2026-04-27 02:29:50] "DELETE /access-control-list/5eb44b64-56bf-44f2-ba50-0dde3dbc4c7d HTTP/1.1" 200 115 0.069727 10.0.0.38 - - [2026-04-27 02:29:50] "DELETE /access-control-list/17414875-c1f2-409f-9bc6-83e082b4c7ac HTTP/1.1" 200 115 0.044034 10.0.0.38 - - [2026-04-27 02:29:50] "DELETE /project/f215b7cb-a4dd-4a64-8a18-98f3eec896c5 HTTP/1.1" 200 115 0.581525 10.0.0.38 - - [2026-04-27 02:29:50] "DELETE /project/eb283ded-69aa-4419-aba8-9ebdebe41b5b HTTP/1.1" 200 115 0.588245 10.0.0.38 - - [2026-04-27 02:29:50] "DELETE /access-control-list/1fd801ea-821c-4d30-9b63-84bfbb754b24 HTTP/1.1" 200 115 0.037000 10.0.0.38 - - [2026-04-27 02:29:50] "DELETE /project/bc88b543-f315-4321-bc9e-86cf8f774440 HTTP/1.1" 200 115 0.618030 10.0.0.38 - - [2026-04-27 02:29:50] "POST /fqname-to-id HTTP/1.1" 404 186 0.030330 10.0.0.38 - - [2026-04-27 02:29:50] "GET /projects?obj_uuids=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002065 10.0.0.38 - - [2026-04-27 02:29:50] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001479 10.0.0.38 - - [2026-04-27 02:29:50] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009465 10.0.0.38 - - [2026-04-27 02:29:51] "POST /id-to-fqname HTTP/1.1" 200 188 0.001588 10.0.0.38 - - [2026-04-27 02:29:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.005022 10.0.0.38 - - [2026-04-27 02:29:51] "POST /security-groups HTTP/1.1" 200 589 0.063702 10.0.0.38 - - [2026-04-27 02:29:51] "POST /fqname-to-id HTTP/1.1" 404 232 0.002461 10.0.0.38 - - [2026-04-27 02:29:51] "POST /projects HTTP/1.1" 200 581 0.214742 10.0.0.38 - - [2026-04-27 02:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.248911 10.0.0.38 - - [2026-04-27 02:29:51] "POST /access-control-lists HTTP/1.1" 200 594 0.059988 10.0.0.38 - - [2026-04-27 02:29:51] "GET /project/4176a311-08a4-4dc2-8377-659b36f5a535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.393799 10.0.0.38 - - [2026-04-27 02:29:51] "POST /fqname-to-id HTTP/1.1" 404 231 0.005234 10.0.0.38 - - [2026-04-27 02:29:51] "POST /access-control-lists HTTP/1.1" 200 592 0.061203 10.0.0.38 - - [2026-04-27 02:29:52] "GET / HTTP/1.1" 200 35931 0.001931 10.0.0.38 - - [2026-04-27 02:29:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000570 10.0.0.38 - - [2026-04-27 02:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.064834 10.0.0.38 - - [2026-04-27 02:29:53] "GET /projects?obj_uuids=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000981 10.0.0.38 - - [2026-04-27 02:29:53] "GET /project/4176a311-08a4-4dc2-8377-659b36f5a535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.030125 10.0.0.38 - - [2026-04-27 02:29:53] "POST /neutron/network HTTP/1.1" 200 117 0.054673 10.0.0.38 - - [2026-04-27 02:29:53] "GET /projects?obj_uuids=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001389 10.0.0.38 - - [2026-04-27 02:29:53] "POST /neutron/network HTTP/1.1" 200 605 0.077952 10.0.0.38 - - [2026-04-27 02:29:53] "POST /route-targets HTTP/1.1" 200 327 0.014007 10.0.0.38 - - [2026-04-27 02:29:53] "POST /ref-update HTTP/1.1" 200 156 0.017414 10.0.0.38 - - [2026-04-27 02:29:54] "POST /neutron/port HTTP/1.1" 200 117 0.014924 10.0.0.38 - - [2026-04-27 02:29:54] "POST /neutron/port HTTP/1.1" 400 205 0.003240 10.0.0.38 - - [2026-04-27 02:29:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004364 10.0.0.38 - - [2026-04-27 02:29:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.206180 10.0.0.38 - - [2026-04-27 02:29:54] "POST /neutron/network HTTP/1.1" 200 823 0.005922 10.0.0.38 - - [2026-04-27 02:29:54] "POST /id-to-fqname HTTP/1.1" 200 219 0.001091 10.0.0.38 - - [2026-04-27 02:29:54] "GET /virtual-network/385d5164-3d40-4ad6-8152-35a0cf30ee69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006869 10.0.0.38 - - [2026-04-27 02:29:54] "POST /neutron/network HTTP/1.1" 200 823 0.005119 10.0.0.38 - - [2026-04-27 02:29:54] "GET /virtual-network/385d5164-3d40-4ad6-8152-35a0cf30ee69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005765 10.0.0.38 - - [2026-04-27 02:29:54] "POST /neutron/network HTTP/1.1" 200 823 0.005261 10.0.0.38 - - [2026-04-27 02:29:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.006802 10.0.0.38 - - [2026-04-27 02:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.38 - - [2026-04-27 02:29:54] "GET /projects?obj_uuids=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001212 10.0.0.38 - - [2026-04-27 02:29:54] "GET /project/4176a311-08a4-4dc2-8377-659b36f5a535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.048524 10.0.0.38 - - [2026-04-27 02:29:54] "POST /neutron/network HTTP/1.1" 200 117 0.009841 10.0.0.38 - - [2026-04-27 02:29:54] "GET /projects?obj_uuids=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.38 - - [2026-04-27 02:29:54] "POST /neutron/network HTTP/1.1" 200 605 0.082668 10.0.0.38 - - [2026-04-27 02:29:54] "POST /route-targets HTTP/1.1" 200 327 0.013040 10.0.0.38 - - [2026-04-27 02:29:54] "POST /ref-update HTTP/1.1" 200 156 0.014215 10.0.0.38 - - [2026-04-27 02:29:54] "POST /useragent-kv HTTP/1.1" 200 115 0.012635 10.0.0.38 - - [2026-04-27 02:29:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.219285 10.0.0.38 - - [2026-04-27 02:29:54] "POST /neutron/network HTTP/1.1" 200 824 0.005448 10.0.0.38 - - [2026-04-27 02:29:54] "POST /id-to-fqname HTTP/1.1" 200 219 0.001175 10.0.0.38 - - [2026-04-27 02:29:54] "GET /virtual-network/138e224b-adfc-4b41-b795-b445ad2fbce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004646 10.0.0.38 - - [2026-04-27 02:29:54] "POST /neutron/network HTTP/1.1" 200 824 0.006923 10.0.0.38 - - [2026-04-27 02:29:54] "GET /virtual-network/138e224b-adfc-4b41-b795-b445ad2fbce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005146 10.0.0.38 - - [2026-04-27 02:29:54] "POST /neutron/network HTTP/1.1" 200 824 0.006199 10.0.0.38 - - [2026-04-27 02:29:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.007491 10.0.0.38 - - [2026-04-27 02:29:54] "POST /id-to-fqname HTTP/1.1" 200 219 0.001103 10.0.0.38 - - [2026-04-27 02:29:55] "POST /neutron/network HTTP/1.1" 200 833 0.005724 10.0.0.38 - - [2026-04-27 02:29:55] "GET /aaa-mode HTTP/1.1" 401 292 0.000393 10.0.0.38 - - [2026-04-27 02:29:55] "GET / HTTP/1.1" 200 35931 0.001725 10.0.0.38 - - [2026-04-27 02:29:55] "GET /project/4176a311-08a4-4dc2-8377-659b36f5a535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000368 10.0.0.38 - - [2026-04-27 02:29:55] "GET /projects?obj_uuids=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001650 10.0.0.38 - - [2026-04-27 02:29:56] "GET /project/4176a311-08a4-4dc2-8377-659b36f5a535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.052554 10.0.0.38 - - [2026-04-27 02:29:56] "POST /neutron/network HTTP/1.1" 200 823 0.009641 10.0.0.38 - - [2026-04-27 02:29:56] "POST /neutron/port HTTP/1.1" 200 117 0.005695 10.0.0.38 - - [2026-04-27 02:29:56] "POST /neutron/port HTTP/1.1" 200 117 0.006035 10.0.0.38 - - [2026-04-27 02:29:56] "POST /id-to-fqname HTTP/1.1" 200 219 0.001160 10.0.0.38 - - [2026-04-27 02:29:56] "POST /neutron/port HTTP/1.1" 200 117 0.007251 10.0.0.38 - - [2026-04-27 02:29:56] "GET /obj-perms HTTP/1.1" 200 5056 0.071088 10.0.0.38 - - [2026-04-27 02:29:56] "POST /neutron/network HTTP/1.1" 200 834 0.005644 10.0.0.38 - - [2026-04-27 02:29:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000447 10.0.0.38 - - [2026-04-27 02:29:56] "POST /neutron/network HTTP/1.1" 200 833 0.005873 10.0.0.38 - - [2026-04-27 02:29:56] "GET /projects?obj_uuids=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001144 10.0.0.38 - - [2026-04-27 02:29:56] "GET / HTTP/1.1" 200 35931 0.001468 10.0.0.38 - - [2026-04-27 02:29:56] "GET /project/4176a311-08a4-4dc2-8377-659b36f5a535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000358 10.0.0.38 - - [2026-04-27 02:29:56] "GET /obj-perms HTTP/1.1" 200 5056 0.073568 10.0.0.38 - - [2026-04-27 02:29:56] "POST /neutron/port HTTP/1.1" 200 1057 0.210475 10.0.0.38 - - [2026-04-27 02:29:56] "POST /neutron/port HTTP/1.1" 200 1057 0.014350 10.0.0.38 - - [2026-04-27 02:29:56] "POST /neutron/port HTTP/1.1" 200 1057 0.011628 10.0.0.38 - - [2026-04-27 02:29:56] "POST /neutron/port HTTP/1.1" 200 1111 0.065797 10.0.0.38 - - [2026-04-27 02:29:57] "POST /neutron/port HTTP/1.1" 200 1121 0.012875 10.0.0.38 - - [2026-04-27 02:29:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003685 10.0.0.38 - - [2026-04-27 02:29:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.007587 10.0.0.38 - - [2026-04-27 02:29:57] "POST /neutron/port HTTP/1.1" 200 117 0.001291 10.0.0.38 - - [2026-04-27 02:29:57] "POST /neutron/network HTTP/1.1" 200 823 0.005175 10.0.0.38 - - [2026-04-27 02:29:57] "GET /projects?obj_uuids=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001474 10.0.0.38 - - [2026-04-27 02:29:57] "GET /project/4176a311-08a4-4dc2-8377-659b36f5a535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.059314 10.0.0.38 - - [2026-04-27 02:29:57] "POST /neutron/network HTTP/1.1" 200 824 0.005301 10.0.0.38 - - [2026-04-27 02:29:57] "POST /neutron/port HTTP/1.1" 200 1121 0.014061 10.0.0.38 - - [2026-04-27 02:29:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009201 10.0.0.38 - - [2026-04-27 02:29:57] "POST /neutron/port HTTP/1.1" 200 117 0.004914 10.0.0.38 - - [2026-04-27 02:29:57] "GET /projects?obj_uuids=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001531 10.0.0.38 - - [2026-04-27 02:29:57] "POST /neutron/router HTTP/1.1" 200 580 0.060547 10.0.0.38 - - [2026-04-27 02:29:57] "POST /neutron/router HTTP/1.1" 200 580 0.007912 10.0.0.38 - - [2026-04-27 02:29:57] "POST /route-targets HTTP/1.1" 200 327 0.021166 10.0.0.38 - - [2026-04-27 02:29:57] "GET /projects?obj_uuids=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001162 10.0.0.38 - - [2026-04-27 02:29:57] "PUT /logical-router/a11956c7-af97-45e1-ab88-6a01eafa4885 HTTP/1.1" 200 262 0.028626 10.0.0.38 - - [2026-04-27 02:29:57] "POST /neutron/router HTTP/1.1" 200 344 0.262897 10.0.0.38 - - [2026-04-27 02:29:57] "POST /ref-update HTTP/1.1" 200 156 0.014487 10.0.0.38 - - [2026-04-27 02:29:57] "POST /neutron/port HTTP/1.1" 200 1121 0.028161 10.0.0.38 - - [2026-04-27 02:29:57] "POST /neutron/network HTTP/1.1" 200 834 0.028093 10.0.0.38 - - [2026-04-27 02:29:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007616 10.0.0.38 - - [2026-04-27 02:29:57] "GET /projects?obj_uuids=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001134 10.0.0.38 - - [2026-04-27 02:29:58] "POST /neutron/port HTTP/1.1" 200 1058 0.213590 10.0.0.38 - - [2026-04-27 02:29:58] "POST /neutron/port HTTP/1.1" 200 1058 0.015697 10.0.0.38 - - [2026-04-27 02:29:58] "POST /neutron/port HTTP/1.1" 200 1058 0.017244 10.0.0.38 - - [2026-04-27 02:29:58] "POST /neutron/port HTTP/1.1" 200 1112 0.066900 10.0.0.38 - - [2026-04-27 02:29:58] "POST /neutron/port HTTP/1.1" 200 1122 0.011734 10.0.0.38 - - [2026-04-27 02:29:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004443 10.0.0.38 - - [2026-04-27 02:29:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.006882 10.0.0.38 - - [2026-04-27 02:29:58] "POST /neutron/port HTTP/1.1" 200 117 0.001016 10.0.0.38 - - [2026-04-27 02:29:58] "POST /neutron/network HTTP/1.1" 200 824 0.008504 10.0.0.38 - - [2026-04-27 02:30:02] "POST /neutron/port HTTP/1.1" 200 1121 0.015833 10.0.0.38 - - [2026-04-27 02:30:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009432 10.0.0.38 - - [2026-04-27 02:30:03] "POST /neutron/port HTTP/1.1" 200 1121 0.026378 10.0.0.38 - - [2026-04-27 02:30:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010168 10.0.0.38 - - [2026-04-27 02:30:03] "POST /neutron/port HTTP/1.1" 200 1121 0.021056 10.0.0.38 - - [2026-04-27 02:30:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009863 10.0.0.38 - - [2026-04-27 02:30:03] "GET /virtual-machine/8d10c79a-0326-4490-9be1-c908240860c2 HTTP/1.1" 401 292 0.000599 10.0.0.38 - - [2026-04-27 02:30:03] "GET /virtual-machine/8d10c79a-0326-4490-9be1-c908240860c2 HTTP/1.1" 200 1291 0.029167 10.0.0.38 - - [2026-04-27 02:30:03] "GET /virtual-machine-interface/42700cd0-f874-4330-9826-f448cfe3e842 HTTP/1.1" 200 2933 0.004963 10.0.0.38 - - [2026-04-27 02:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005078 10.0.0.38 - - [2026-04-27 02:30:03] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004764 10.0.0.38 - - [2026-04-27 02:30:03] "GET /virtual-networks?parent_id=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003861 10.0.0.38 - - [2026-04-27 02:30:03] "GET /virtual-network/385d5164-3d40-4ad6-8152-35a0cf30ee69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007416 10.0.0.38 - - [2026-04-27 02:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.38 - - [2026-04-27 02:30:06] "GET /virtual-network/385d5164-3d40-4ad6-8152-35a0cf30ee69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006091 10.0.0.38 - - [2026-04-27 02:30:07] "POST /neutron/port HTTP/1.1" 200 1121 0.014819 10.0.0.38 - - [2026-04-27 02:30:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005173 10.0.0.38 - - [2026-04-27 02:30:08] "POST /neutron/port HTTP/1.1" 200 1122 0.013134 10.0.0.38 - - [2026-04-27 02:30:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005517 10.0.0.38 - - [2026-04-27 02:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.38 - - [2026-04-27 02:30:08] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003504 10.0.0.38 - - [2026-04-27 02:30:09] "GET /virtual-networks?parent_id=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002992 10.0.0.38 - - [2026-04-27 02:30:09] "GET /virtual-network/385d5164-3d40-4ad6-8152-35a0cf30ee69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006592 10.0.0.38 - - [2026-04-27 02:30:09] "POST /neutron/port HTTP/1.1" 200 1122 0.011772 10.0.0.38 - - [2026-04-27 02:30:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010569 10.0.0.38 - - [2026-04-27 02:30:09] "POST /neutron/port HTTP/1.1" 200 1122 0.011822 10.0.0.38 - - [2026-04-27 02:30:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007943 10.0.0.38 - - [2026-04-27 02:30:09] "POST /neutron/port HTTP/1.1" 200 1122 0.016259 10.0.0.38 - - [2026-04-27 02:30:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006130 10.0.0.38 - - [2026-04-27 02:30:09] "GET /virtual-machine/fd5bed07-226f-47fc-92e9-2125ba1a8aad HTTP/1.1" 200 1291 0.004562 10.0.0.38 - - [2026-04-27 02:30:09] "GET /virtual-machine-interface/279c6a91-f054-43ef-98ed-6c3a5b116b24 HTTP/1.1" 200 2933 0.004577 10.0.0.38 - - [2026-04-27 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.38 - - [2026-04-27 02:30:09] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003370 10.0.0.38 - - [2026-04-27 02:30:09] "GET /virtual-networks?parent_id=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003110 10.0.0.38 - - [2026-04-27 02:30:09] "GET /virtual-network/138e224b-adfc-4b41-b795-b445ad2fbce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005176 10.0.0.38 - - [2026-04-27 02:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.38 - - [2026-04-27 02:30:10] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003802 10.0.0.38 - - [2026-04-27 02:30:10] "GET /virtual-networks?parent_id=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002914 10.0.0.38 - - [2026-04-27 02:30:10] "GET /virtual-network/138e224b-adfc-4b41-b795-b445ad2fbce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006185 10.0.0.38 - - [2026-04-27 02:30:16] "POST /neutron/router HTTP/1.1" 200 580 0.004223 10.0.0.38 - - [2026-04-27 02:30:16] "GET /projects?obj_uuids=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.38 - - [2026-04-27 02:30:16] "POST /neutron/router HTTP/1.1" 200 344 0.224978 10.0.0.38 - - [2026-04-27 02:30:16] "POST /neutron/port HTTP/1.1" 200 1919 0.025538 10.0.0.38 - - [2026-04-27 02:30:16] "POST /ref-update HTTP/1.1" 200 156 0.009403 10.0.0.38 - - [2026-04-27 02:30:22] "POST /neutron/router HTTP/1.1" 200 580 0.003916 10.0.0.38 - - [2026-04-27 02:30:23] "POST /ref-update HTTP/1.1" 200 156 0.013003 10.0.0.38 - - [2026-04-27 02:30:23] "POST /neutron/router HTTP/1.1" 200 344 0.120798 10.0.0.38 - - [2026-04-27 02:30:26] "POST /neutron/router HTTP/1.1" 200 580 0.005258 10.0.0.38 - - [2026-04-27 02:30:26] "GET /projects?obj_uuids=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002808 10.0.0.38 - - [2026-04-27 02:30:26] "POST /neutron/router HTTP/1.1" 200 344 0.225302 10.0.0.38 - - [2026-04-27 02:30:26] "POST /ref-update HTTP/1.1" 200 156 0.018187 10.0.0.38 - - [2026-04-27 02:30:28] "POST /neutron/router HTTP/1.1" 200 580 0.006407 10.0.0.38 - - [2026-04-27 02:30:28] "POST /ref-update HTTP/1.1" 200 156 0.012580 10.0.0.38 - - [2026-04-27 02:30:28] "POST /neutron/router HTTP/1.1" 200 344 0.131563 10.0.0.38 - - [2026-04-27 02:30:29] "POST /neutron/router HTTP/1.1" 200 580 0.005595 10.0.0.38 - - [2026-04-27 02:30:29] "POST /ref-update HTTP/1.1" 200 156 0.011048 10.0.0.38 - - [2026-04-27 02:30:29] "POST /neutron/router HTTP/1.1" 200 344 0.113884 10.0.0.38 - - [2026-04-27 02:30:29] "POST /neutron/router HTTP/1.1" 200 580 0.004541 10.0.0.38 - - [2026-04-27 02:30:29] "GET /logical-router/a11956c7-af97-45e1-ab88-6a01eafa4885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003905 10.0.0.38 - - [2026-04-27 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.38 - - [2026-04-27 02:30:29] "POST /neutron/router HTTP/1.1" 200 151 0.043984 10.0.0.38 - - [2026-04-27 02:30:29] "DELETE /route-target/98a820ec-186c-4e47-ac5a-90051d8c7d48 HTTP/1.1" 200 115 0.018670 10.0.0.38 - - [2026-04-27 02:30:29] "POST /neutron/network HTTP/1.1" 200 824 0.007535 10.0.0.38 - - [2026-04-27 02:30:29] "POST /neutron/network HTTP/1.1" 400 204 0.009932 10.0.0.38 - - [2026-04-27 02:30:29] "POST /neutron/port HTTP/1.1" 200 1122 0.012785 10.0.0.38 - - [2026-04-27 02:30:29] "POST /neutron/port HTTP/1.1" 200 1112 0.012597 10.0.0.38 - - [2026-04-27 02:30:29] "POST /neutron/port HTTP/1.1" 200 1121 0.026087 10.0.0.38 - - [2026-04-27 02:30:29] "POST /neutron/port HTTP/1.1" 200 1111 0.015558 10.0.0.38 - - [2026-04-27 02:30:29] "POST /neutron/port HTTP/1.1" 200 151 0.167491 10.0.0.38 - - [2026-04-27 02:30:30] "POST /neutron/port HTTP/1.1" 200 151 0.138515 10.0.0.38 - - [2026-04-27 02:30:31] "POST /neutron/network HTTP/1.1" 200 824 0.007202 10.0.0.38 - - [2026-04-27 02:30:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003149 10.0.0.38 - - [2026-04-27 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.38 - - [2026-04-27 02:30:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001695 10.0.0.38 - - [2026-04-27 02:30:31] "POST /neutron/network HTTP/1.1" 200 151 0.082363 10.0.0.38 - - [2026-04-27 02:30:31] "DELETE /route-target/6fac56ac-9955-43cd-b285-5390e3ef1675 HTTP/1.1" 200 115 0.020287 10.0.0.38 - - [2026-04-27 02:30:31] "POST /neutron/network HTTP/1.1" 200 823 0.005254 10.0.0.38 - - [2026-04-27 02:30:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003386 10.0.0.38 - - [2026-04-27 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.38 - - [2026-04-27 02:30:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001774 10.0.0.38 - - [2026-04-27 02:30:31] "POST /neutron/network HTTP/1.1" 200 151 0.082958 10.0.0.38 - - [2026-04-27 02:30:31] "DELETE /route-target/db2c9adb-57ea-44ef-a77c-dcbfaa753108 HTTP/1.1" 200 115 0.015065 10.0.0.38 - - [2026-04-27 02:30:31] "GET /projects?obj_uuids=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001125 10.0.0.38 - - [2026-04-27 02:30:31] "GET /project/4176a311-08a4-4dc2-8377-659b36f5a535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.028033 10.0.0.38 - - [2026-04-27 02:30:31] "GET /projects?obj_uuids=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001217 10.0.0.38 - - [2026-04-27 02:30:31] "GET /project/4176a311-08a4-4dc2-8377-659b36f5a535?fields=virtual_networks HTTP/1.1" 200 1026 0.067798 10.0.0.38 - - [2026-04-27 02:30:32] "GET /projects?obj_uuids=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001166 10.0.0.38 - - [2026-04-27 02:30:32] "GET /project/4176a311-08a4-4dc2-8377-659b36f5a535?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.036472 10.0.0.38 - - [2026-04-27 02:30:32] "GET /projects?obj_uuids=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001255 10.0.0.38 - - [2026-04-27 02:30:32] "GET /project/4176a311-08a4-4dc2-8377-659b36f5a535?fields=security_groups HTTP/1.1" 200 1250 0.022640 10.0.0.38 - - [2026-04-27 02:30:33] "POST /fqname-to-id HTTP/1.1" 404 191 0.027734 10.0.0.38 - - [2026-04-27 02:30:33] "GET /projects?obj_uuids=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002176 10.0.0.38 - - [2026-04-27 02:30:33] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.38 - - [2026-04-27 02:30:33] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006898 10.0.0.38 - - [2026-04-27 02:30:33] "POST /id-to-fqname HTTP/1.1" 200 193 0.002584 10.0.0.38 - - [2026-04-27 02:30:33] "POST /fqname-to-id HTTP/1.1" 404 202 0.003328 10.0.0.38 - - [2026-04-27 02:30:33] "POST /security-groups HTTP/1.1" 200 594 0.068072 10.0.0.38 - - [2026-04-27 02:30:33] "POST /fqname-to-id HTTP/1.1" 404 237 0.002575 10.0.0.38 - - [2026-04-27 02:30:33] "POST /projects HTTP/1.1" 200 591 0.223215 10.0.0.38 - - [2026-04-27 02:30:33] "POST /access-control-lists HTTP/1.1" 200 599 0.057368 10.0.0.38 - - [2026-04-27 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.304431 10.0.0.38 - - [2026-04-27 02:30:33] "POST /fqname-to-id HTTP/1.1" 404 236 0.002372 10.0.0.38 - - [2026-04-27 02:30:33] "GET /project/4138dec5-08a6-48f4-aaa7-020fa71dc0af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.441230 10.0.0.38 - - [2026-04-27 02:30:33] "POST /access-control-lists HTTP/1.1" 200 597 0.062903 10.0.0.38 - - [2026-04-27 02:30:34] "GET / HTTP/1.1" 200 35931 0.002043 10.0.0.38 - - [2026-04-27 02:30:35] "GET /project/4138dec5-08a6-48f4-aaa7-020fa71dc0af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000497 10.0.0.38 - - [2026-04-27 02:30:36] "GET /projects?obj_uuids=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001385 10.0.0.38 - - [2026-04-27 02:30:36] "GET /project/4138dec5-08a6-48f4-aaa7-020fa71dc0af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.052920 10.0.0.38 - - [2026-04-27 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.38 - - [2026-04-27 02:30:36] "GET /security-group/28babd11-1f6f-42ff-9818-03c3783708ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.005042 10.0.0.38 - - [2026-04-27 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.38 - - [2026-04-27 02:30:36] "GET /projects?obj_uuids=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001369 10.0.0.38 - - [2026-04-27 02:30:36] "GET /project/4138dec5-08a6-48f4-aaa7-020fa71dc0af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.028274 10.0.0.38 - - [2026-04-27 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.38 - - [2026-04-27 02:30:36] "GET /security-group/28babd11-1f6f-42ff-9818-03c3783708ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.003791 10.0.0.38 - - [2026-04-27 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.38 - - [2026-04-27 02:30:36] "PUT /security-group/28babd11-1f6f-42ff-9818-03c3783708ed HTTP/1.1" 200 262 0.013594 10.0.0.38 - - [2026-04-27 02:30:36] "PUT /access-control-list/cd38ad6b-3406-4b9d-a7fc-3493cecaff4a HTTP/1.1" 200 272 0.009218 10.0.0.38 - - [2026-04-27 02:30:36] "PUT /access-control-list/f4c26bfe-c45a-4761-a37d-c99e9f56fd2b HTTP/1.1" 200 272 0.013432 10.0.0.38 - - [2026-04-27 02:30:36] "POST /fqname-to-id HTTP/1.1" 404 202 0.002390 10.0.0.38 - - [2026-04-27 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002709 10.0.0.38 - - [2026-04-27 02:30:36] "GET /projects?obj_uuids=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001507 10.0.0.38 - - [2026-04-27 02:30:36] "GET /project/4138dec5-08a6-48f4-aaa7-020fa71dc0af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.031646 10.0.0.38 - - [2026-04-27 02:30:36] "POST /neutron/network HTTP/1.1" 200 117 0.033365 10.0.0.38 - - [2026-04-27 02:30:36] "GET /projects?obj_uuids=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001081 10.0.0.38 - - [2026-04-27 02:30:36] "POST /neutron/network HTTP/1.1" 200 608 0.062715 10.0.0.38 - - [2026-04-27 02:30:36] "POST /route-targets HTTP/1.1" 200 327 0.008921 10.0.0.38 - - [2026-04-27 02:30:36] "POST /ref-update HTTP/1.1" 200 156 0.012268 10.0.0.38 - - [2026-04-27 02:30:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002749 10.0.0.38 - - [2026-04-27 02:30:37] "POST /neutron/subnet HTTP/1.1" 200 730 0.150347 10.0.0.38 - - [2026-04-27 02:30:37] "POST /neutron/network HTTP/1.1" 200 828 0.005388 10.0.0.38 - - [2026-04-27 02:30:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001167 10.0.0.38 - - [2026-04-27 02:30:37] "GET /virtual-network/d3991da5-9477-4354-b64e-8f70b4a1f21d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005056 10.0.0.38 - - [2026-04-27 02:30:37] "POST /neutron/network HTTP/1.1" 200 828 0.005804 10.0.0.38 - - [2026-04-27 02:30:37] "GET /virtual-network/d3991da5-9477-4354-b64e-8f70b4a1f21d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008337 10.0.0.38 - - [2026-04-27 02:30:37] "POST /neutron/network HTTP/1.1" 200 828 0.005142 10.0.0.38 - - [2026-04-27 02:30:37] "POST /neutron/subnet HTTP/1.1" 200 730 0.006490 10.0.0.38 - - [2026-04-27 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002126 10.0.0.38 - - [2026-04-27 02:30:37] "GET /projects?obj_uuids=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000868 10.0.0.38 - - [2026-04-27 02:30:37] "GET /project/4138dec5-08a6-48f4-aaa7-020fa71dc0af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.020215 10.0.0.38 - - [2026-04-27 02:30:37] "POST /neutron/network HTTP/1.1" 200 117 0.010219 10.0.0.38 - - [2026-04-27 02:30:37] "GET /projects?obj_uuids=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001052 10.0.0.38 - - [2026-04-27 02:30:37] "POST /neutron/network HTTP/1.1" 200 615 0.091438 10.0.0.38 - - [2026-04-27 02:30:37] "POST /route-targets HTTP/1.1" 200 327 0.013626 10.0.0.38 - - [2026-04-27 02:30:37] "POST /ref-update HTTP/1.1" 200 156 0.016552 10.0.0.38 - - [2026-04-27 02:30:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003538 10.0.0.38 - - [2026-04-27 02:30:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.214559 10.0.0.38 - - [2026-04-27 02:30:37] "POST /neutron/network HTTP/1.1" 200 833 0.005276 10.0.0.38 - - [2026-04-27 02:30:37] "POST /id-to-fqname HTTP/1.1" 200 227 0.001333 10.0.0.38 - - [2026-04-27 02:30:37] "GET /virtual-network/35023b8f-4685-4aa1-81ee-4af371bae2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005451 10.0.0.38 - - [2026-04-27 02:30:37] "POST /neutron/network HTTP/1.1" 200 833 0.006586 10.0.0.38 - - [2026-04-27 02:30:37] "GET /virtual-network/35023b8f-4685-4aa1-81ee-4af371bae2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004839 10.0.0.38 - - [2026-04-27 02:30:37] "POST /neutron/network HTTP/1.1" 200 833 0.006490 10.0.0.38 - - [2026-04-27 02:30:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.007239 10.0.0.38 - - [2026-04-27 02:30:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001166 10.0.0.38 - - [2026-04-27 02:30:38] "POST /neutron/network HTTP/1.1" 200 838 0.005535 10.0.0.38 - - [2026-04-27 02:30:38] "GET /aaa-mode HTTP/1.1" 401 292 0.000489 10.0.0.38 - - [2026-04-27 02:30:38] "GET / HTTP/1.1" 200 35931 0.002377 10.0.0.38 - - [2026-04-27 02:30:38] "GET /project/4138dec5-08a6-48f4-aaa7-020fa71dc0af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000399 10.0.0.38 - - [2026-04-27 02:30:38] "GET /projects?obj_uuids=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001163 10.0.0.38 - - [2026-04-27 02:30:38] "GET /project/4138dec5-08a6-48f4-aaa7-020fa71dc0af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.059006 10.0.0.38 - - [2026-04-27 02:30:38] "POST /neutron/network HTTP/1.1" 200 828 0.005008 10.0.0.38 - - [2026-04-27 02:30:38] "POST /neutron/port HTTP/1.1" 200 117 0.004557 10.0.0.38 - - [2026-04-27 02:30:38] "POST /neutron/port HTTP/1.1" 200 117 0.006076 10.0.0.38 - - [2026-04-27 02:30:39] "POST /id-to-fqname HTTP/1.1" 200 227 0.001201 10.0.0.38 - - [2026-04-27 02:30:39] "POST /neutron/port HTTP/1.1" 200 117 0.004463 10.0.0.38 - - [2026-04-27 02:30:39] "POST /neutron/network HTTP/1.1" 200 843 0.006604 10.0.0.38 - - [2026-04-27 02:30:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000406 10.0.0.38 - - [2026-04-27 02:30:39] "POST /neutron/network HTTP/1.1" 200 838 0.006034 10.0.0.38 - - [2026-04-27 02:30:39] "GET /projects?obj_uuids=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001233 10.0.0.38 - - [2026-04-27 02:30:39] "GET / HTTP/1.1" 200 35931 0.008522 10.0.0.38 - - [2026-04-27 02:30:39] "GET /project/4138dec5-08a6-48f4-aaa7-020fa71dc0af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000503 10.0.0.38 - - [2026-04-27 02:30:39] "POST /neutron/port HTTP/1.1" 200 1064 0.211977 10.0.0.38 - - [2026-04-27 02:30:39] "POST /neutron/port HTTP/1.1" 200 1064 0.010469 10.0.0.38 - - [2026-04-27 02:30:39] "POST /neutron/port HTTP/1.1" 200 1064 0.009723 10.0.0.38 - - [2026-04-27 02:30:39] "POST /neutron/port HTTP/1.1" 200 1118 0.064112 10.0.0.38 - - [2026-04-27 02:30:39] "POST /neutron/port HTTP/1.1" 200 1128 0.012485 10.0.0.38 - - [2026-04-27 02:30:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003703 10.0.0.38 - - [2026-04-27 02:30:39] "POST /neutron/subnet HTTP/1.1" 200 704 0.007334 10.0.0.38 - - [2026-04-27 02:30:39] "POST /neutron/port HTTP/1.1" 200 117 0.001403 10.0.0.38 - - [2026-04-27 02:30:39] "POST /neutron/network HTTP/1.1" 200 828 0.005648 10.0.0.38 - - [2026-04-27 02:30:39] "GET /projects?obj_uuids=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001293 10.0.0.38 - - [2026-04-27 02:30:39] "GET /project/4138dec5-08a6-48f4-aaa7-020fa71dc0af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.069799 10.0.0.38 - - [2026-04-27 02:30:40] "POST /neutron/network HTTP/1.1" 200 833 0.019082 10.0.0.38 - - [2026-04-27 02:30:40] "POST /neutron/port HTTP/1.1" 200 1128 0.017480 10.0.0.38 - - [2026-04-27 02:30:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009670 10.0.0.38 - - [2026-04-27 02:30:40] "POST /neutron/port HTTP/1.1" 200 117 0.011637 10.0.0.38 - - [2026-04-27 02:30:40] "GET /projects?obj_uuids=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000956 10.0.0.38 - - [2026-04-27 02:30:40] "POST /neutron/router HTTP/1.1" 200 585 0.044881 10.0.0.38 - - [2026-04-27 02:30:40] "POST /neutron/router HTTP/1.1" 200 585 0.004329 10.0.0.38 - - [2026-04-27 02:30:40] "POST /route-targets HTTP/1.1" 200 327 0.016974 10.0.0.38 - - [2026-04-27 02:30:40] "PUT /logical-router/27ec070a-d2fe-4abe-8a5e-b13755e347df HTTP/1.1" 200 262 0.039804 10.0.0.38 - - [2026-04-27 02:30:40] "POST /neutron/router HTTP/1.1" 200 656 0.056132 10.0.0.38 - - [2026-04-27 02:30:40] "GET /logical-router/27ec070a-d2fe-4abe-8a5e-b13755e347df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.007667 10.0.0.38 - - [2026-04-27 02:30:40] "POST /neutron/router HTTP/1.1" 200 656 0.013492 10.0.0.38 - - [2026-04-27 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.38 - - [2026-04-27 02:30:40] "GET /projects?obj_uuids=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001365 10.0.0.38 - - [2026-04-27 02:30:40] "GET /service-template/dd011de6-d348-4308-93cf-418aa588df37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.003886 10.0.0.38 - - [2026-04-27 02:30:40] "POST /fqname-to-id HTTP/1.1" 404 215 0.002669 10.0.0.38 - - [2026-04-27 02:30:40] "POST /useragent-kv HTTP/1.1" 200 115 0.008737 10.0.0.38 - - [2026-04-27 02:30:40] "POST /virtual-networks HTTP/1.1" 200 694 0.113191 10.0.0.38 - - [2026-04-27 02:30:40] "POST /neutron/router HTTP/1.1" 200 344 0.276138 10.0.0.38 - - [2026-04-27 02:30:40] "POST /neutron/network HTTP/1.1" 200 843 0.013060 10.0.0.38 - - [2026-04-27 02:30:40] "POST /route-targets HTTP/1.1" 200 327 0.056854 10.0.0.38 - - [2026-04-27 02:30:40] "GET /projects?obj_uuids=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001432 10.0.0.38 - - [2026-04-27 02:30:40] "POST /service-instances HTTP/1.1" 200 670 0.076272 10.0.0.38 - - [2026-04-27 02:30:40] "POST /neutron/port HTTP/1.1" 200 1128 0.051527 10.0.0.38 - - [2026-04-27 02:30:40] "POST /ref-update HTTP/1.1" 200 156 0.046961 10.0.0.38 - - [2026-04-27 02:30:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.027232 10.0.0.38 - - [2026-04-27 02:30:40] "POST /ref-update HTTP/1.1" 200 156 0.018310 10.0.0.38 - - [2026-04-27 02:30:40] "POST /route-tables HTTP/1.1" 200 582 0.060049 10.0.0.38 - - [2026-04-27 02:30:40] "PUT /logical-router/27ec070a-d2fe-4abe-8a5e-b13755e347df HTTP/1.1" 200 262 0.021579 10.0.0.38 - - [2026-04-27 02:30:41] "POST /ref-update HTTP/1.1" 200 156 0.026556 10.0.0.38 - - [2026-04-27 02:30:41] "POST /neutron/port HTTP/1.1" 200 1062 0.345637 10.0.0.38 - - [2026-04-27 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.38 - - [2026-04-27 02:30:41] "POST /neutron/port HTTP/1.1" 200 1062 0.015958 10.0.0.38 - - [2026-04-27 02:30:41] "POST /neutron/port HTTP/1.1" 200 1062 0.015704 10.0.0.38 - - [2026-04-27 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005224 10.0.0.38 - - [2026-04-27 02:30:41] "POST /neutron/port HTTP/1.1" 200 1116 0.072886 10.0.0.38 - - [2026-04-27 02:30:41] "POST /virtual-machines HTTP/1.1" 200 553 0.016639 10.0.0.38 - - [2026-04-27 02:30:41] "POST /neutron/port HTTP/1.1" 200 1126 0.015482 10.0.0.38 - - [2026-04-27 02:30:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006054 10.0.0.38 - - [2026-04-27 02:30:41] "POST /neutron/subnet HTTP/1.1" 200 694 0.007946 10.0.0.38 - - [2026-04-27 02:30:41] "POST /neutron/port HTTP/1.1" 200 117 0.001085 10.0.0.38 - - [2026-04-27 02:30:41] "POST /neutron/network HTTP/1.1" 200 833 0.016745 10.0.0.38 - - [2026-04-27 02:30:41] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.130544 10.0.0.38 - - [2026-04-27 02:30:41] "POST /chown HTTP/1.1" 200 109 0.009525 10.0.0.38 - - [2026-04-27 02:30:41] "POST /instance-ips HTTP/1.1" 200 551 0.019901 10.0.0.38 - - [2026-04-27 02:30:41] "POST /instance-ips HTTP/1.1" 400 246 0.015388 10.0.0.38 - - [2026-04-27 02:30:41] "POST /chown HTTP/1.1" 200 109 0.015814 10.0.0.38 - - [2026-04-27 02:30:41] "PUT /virtual-machine-interface/cbf4949f-4377-4e7f-9bfe-a4d3ee7ef9c0 HTTP/1.1" 200 284 0.014617 10.0.0.38 - - [2026-04-27 02:30:41] "PUT /instance-ip/e9c0df68-2fa7-419c-ae32-c02c0aa8374d HTTP/1.1" 200 256 0.012920 10.0.0.38 - - [2026-04-27 02:30:41] "POST /ref-update HTTP/1.1" 200 156 0.014023 10.0.0.38 - - [2026-04-27 02:30:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.108150 10.0.0.38 - - [2026-04-27 02:30:42] "POST /chown HTTP/1.1" 200 109 0.008025 10.0.0.38 - - [2026-04-27 02:30:42] "POST /instance-ips HTTP/1.1" 200 549 0.028916 10.0.0.38 - - [2026-04-27 02:30:42] "POST /instance-ips HTTP/1.1" 400 316 0.017973 10.0.0.38 - - [2026-04-27 02:30:42] "POST /chown HTTP/1.1" 200 109 0.008331 10.0.0.38 - - [2026-04-27 02:30:42] "PUT /virtual-machine-interface/85288dd3-7ca1-4b5f-8669-7b134f6e3437 HTTP/1.1" 200 284 0.008668 10.0.0.38 - - [2026-04-27 02:30:42] "PUT /instance-ip/13eb7d8d-17d1-4966-8290-280fef414769 HTTP/1.1" 200 256 0.018515 10.0.0.38 - - [2026-04-27 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.011522 10.0.0.38 - - [2026-04-27 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.021192 10.0.0.38 - - [2026-04-27 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.017895 10.0.0.38 - - [2026-04-27 02:30:42] "PUT /routing-instance/6fcef282-1a2b-4b03-b007-e91729da448e HTTP/1.1" 200 266 0.024506 10.0.0.38 - - [2026-04-27 02:30:42] "POST /virtual-machines HTTP/1.1" 200 553 0.023364 10.0.0.38 - - [2026-04-27 02:30:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.092158 10.0.0.38 - - [2026-04-27 02:30:42] "POST /chown HTTP/1.1" 200 109 0.007457 10.0.0.38 - - [2026-04-27 02:30:42] "POST /instance-ips HTTP/1.1" 400 246 0.018359 10.0.0.38 - - [2026-04-27 02:30:42] "POST /chown HTTP/1.1" 200 109 0.009110 10.0.0.38 - - [2026-04-27 02:30:42] "PUT /virtual-machine-interface/5795e629-5032-426c-b465-86cfdd9fa83d HTTP/1.1" 200 284 0.011094 10.0.0.38 - - [2026-04-27 02:30:43] "PUT /instance-ip/e9c0df68-2fa7-419c-ae32-c02c0aa8374d HTTP/1.1" 200 256 0.011392 10.0.0.38 - - [2026-04-27 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.012974 10.0.0.38 - - [2026-04-27 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.010795 10.0.0.38 - - [2026-04-27 02:30:43] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.095661 10.0.0.38 - - [2026-04-27 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.015304 10.0.0.38 - - [2026-04-27 02:30:43] "PUT /routing-instance/6fcef282-1a2b-4b03-b007-e91729da448e HTTP/1.1" 200 266 0.016975 10.0.0.38 - - [2026-04-27 02:30:43] "POST /chown HTTP/1.1" 200 109 0.010321 10.0.0.38 - - [2026-04-27 02:30:43] "POST /instance-ips HTTP/1.1" 400 316 0.015735 10.0.0.38 - - [2026-04-27 02:30:43] "POST /chown HTTP/1.1" 200 109 0.007437 10.0.0.38 - - [2026-04-27 02:30:43] "PUT /virtual-machine-interface/e0027330-f2ac-44af-b044-a7627913ceae HTTP/1.1" 200 284 0.010482 10.0.0.38 - - [2026-04-27 02:30:43] "PUT /instance-ip/13eb7d8d-17d1-4966-8290-280fef414769 HTTP/1.1" 200 256 0.013981 10.0.0.38 - - [2026-04-27 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.012251 10.0.0.38 - - [2026-04-27 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.012936 10.0.0.38 - - [2026-04-27 02:30:43] "PUT /routing-instance/6fcef282-1a2b-4b03-b007-e91729da448e HTTP/1.1" 200 266 0.010393 10.0.0.38 - - [2026-04-27 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.014743 10.0.0.38 - - [2026-04-27 02:30:45] "POST /neutron/port HTTP/1.1" 200 1128 0.012856 10.0.0.38 - - [2026-04-27 02:30:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007547 10.0.0.38 - - [2026-04-27 02:30:46] "POST /neutron/port HTTP/1.1" 200 1128 0.011100 10.0.0.38 - - [2026-04-27 02:30:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006289 10.0.0.38 - - [2026-04-27 02:30:46] "POST /neutron/port HTTP/1.1" 200 1128 0.011512 10.0.0.38 - - [2026-04-27 02:30:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006647 10.0.0.38 - - [2026-04-27 02:30:46] "GET /virtual-machine/bd83bb73-b55e-4bb2-94c8-9e6129afa1d5 HTTP/1.1" 401 292 0.000495 10.0.0.38 - - [2026-04-27 02:30:46] "GET /virtual-machine/bd83bb73-b55e-4bb2-94c8-9e6129afa1d5 HTTP/1.1" 200 1296 0.032235 10.0.0.38 - - [2026-04-27 02:30:46] "GET /virtual-machine-interface/bfcdb5b4-9c6e-4e15-8a63-5053dada7119 HTTP/1.1" 200 2955 0.007379 10.0.0.38 - - [2026-04-27 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.38 - - [2026-04-27 02:30:46] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003901 10.0.0.38 - - [2026-04-27 02:30:46] "GET /virtual-networks?parent_id=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002656 10.0.0.38 - - [2026-04-27 02:30:46] "GET /virtual-network/d3991da5-9477-4354-b64e-8f70b4a1f21d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006592 10.0.0.38 - - [2026-04-27 02:30:49] "POST /neutron/port HTTP/1.1" 200 1128 0.012332 10.0.0.38 - - [2026-04-27 02:30:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005336 10.0.0.38 - - [2026-04-27 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.38 - - [2026-04-27 02:30:49] "GET /virtual-network/d3991da5-9477-4354-b64e-8f70b4a1f21d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005674 10.0.0.38 - - [2026-04-27 02:30:50] "DELETE /project/4176a31108a44dc28377659b36f5a535 HTTP/1.1" 404 173 0.011394 10.0.0.38 - - [2026-04-27 02:30:50] "DELETE /project/4138dec508a648f4aaa7020fa71dc0af HTTP/1.1" 404 173 0.006099 10.0.0.38 - - [2026-04-27 02:30:50] "GET /projects?obj_uuids=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000809 10.0.0.38 - - [2026-04-27 02:30:50] "GET /projects?obj_uuids=d701e746-38dd-4584-9a83-0baea0c1259a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001039 10.0.0.38 - - [2026-04-27 02:30:50] "GET /project/d701e746-38dd-4584-9a83-0baea0c1259a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.038605 10.0.0.38 - - [2026-04-27 02:30:50] "GET /project/4176a311-08a4-4dc2-8377-659b36f5a535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.054096 10.0.0.38 - - [2026-04-27 02:30:50] "GET /projects?obj_uuids=d701e746-38dd-4584-9a83-0baea0c1259a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000837 10.0.0.38 - - [2026-04-27 02:30:50] "GET /projects?obj_uuids=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000710 10.0.0.38 - - [2026-04-27 02:30:50] "GET /project/d701e746-38dd-4584-9a83-0baea0c1259a?fields=security_groups HTTP/1.1" 200 1351 0.034320 10.0.0.38 - - [2026-04-27 02:30:50] "GET /project/4176a311-08a4-4dc2-8377-659b36f5a535?fields=security_groups HTTP/1.1" 200 1355 0.038050 10.0.0.38 - - [2026-04-27 02:30:51] "DELETE /security-group/0a79c8ca-6063-4870-aeb3-811c4a02ba78 HTTP/1.1" 200 115 0.077315 10.0.0.38 - - [2026-04-27 02:30:51] "DELETE /security-group/1c720e8f-da1b-4437-a326-c6333c5eab88 HTTP/1.1" 200 115 0.077503 10.0.0.38 - - [2026-04-27 02:30:51] "GET /projects?obj_uuids=d701e746-38dd-4584-9a83-0baea0c1259a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000900 10.0.0.38 - - [2026-04-27 02:30:51] "DELETE /access-control-list/5f83f40a-84c1-4dc8-853a-6d5b3900ebc5 HTTP/1.1" 200 115 0.055765 10.0.0.38 - - [2026-04-27 02:30:51] "GET /projects?obj_uuids=4176a311-08a4-4dc2-8377-659b36f5a535&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000806 10.0.0.38 - - [2026-04-27 02:30:51] "GET /project/d701e746-38dd-4584-9a83-0baea0c1259a?fields=application_policy_sets HTTP/1.1" 200 1390 0.033531 10.0.0.38 - - [2026-04-27 02:30:51] "DELETE /access-control-list/7d52e5ce-4ff8-4417-9bcb-c15ce8d392e1 HTTP/1.1" 200 115 0.034361 10.0.0.38 - - [2026-04-27 02:30:51] "GET /project/4176a311-08a4-4dc2-8377-659b36f5a535?fields=application_policy_sets HTTP/1.1" 200 1394 0.072488 10.0.0.38 - - [2026-04-27 02:30:51] "DELETE /access-control-list/f7f5a97a-0dbf-4edf-9862-2ad6a47f90c5 HTTP/1.1" 200 115 0.045183 10.0.0.38 - - [2026-04-27 02:30:51] "DELETE /access-control-list/172f4438-5786-4c71-8ca0-e3018cb9f2c5 HTTP/1.1" 200 115 0.040030 10.0.0.38 - - [2026-04-27 02:30:51] "POST /neutron/port HTTP/1.1" 200 1126 0.026491 10.0.0.38 - - [2026-04-27 02:30:51] "POST /neutron/security_group HTTP/1.1" 200 2002 0.021562 10.0.0.38 - - [2026-04-27 02:30:51] "DELETE /project/d701e746-38dd-4584-9a83-0baea0c1259a HTTP/1.1" 200 115 0.477405 10.0.0.38 - - [2026-04-27 02:30:51] "DELETE /project/4176a311-08a4-4dc2-8377-659b36f5a535 HTTP/1.1" 200 115 0.509214 10.0.0.38 - - [2026-04-27 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.38 - - [2026-04-27 02:30:51] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003049 10.0.0.38 - - [2026-04-27 02:30:51] "GET /virtual-networks?parent_id=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002894 10.0.0.38 - - [2026-04-27 02:30:52] "GET /virtual-network/d3991da5-9477-4354-b64e-8f70b4a1f21d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006199 10.0.0.38 - - [2026-04-27 02:30:52] "POST /neutron/port HTTP/1.1" 200 1126 0.014146 10.0.0.38 - - [2026-04-27 02:30:52] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008061 10.0.0.38 - - [2026-04-27 02:30:52] "POST /neutron/port HTTP/1.1" 200 1126 0.015151 10.0.0.38 - - [2026-04-27 02:30:52] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006988 10.0.0.38 - - [2026-04-27 02:30:52] "POST /neutron/port HTTP/1.1" 200 1126 0.014970 10.0.0.38 - - [2026-04-27 02:30:52] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005993 10.0.0.38 - - [2026-04-27 02:30:52] "GET /virtual-machine/7443260f-f1fe-4331-9123-bcba051aed12 HTTP/1.1" 200 1295 0.005324 10.0.0.38 - - [2026-04-27 02:30:52] "GET /virtual-machine-interface/f66838d2-11c7-4cd8-9265-0194a058e06a HTTP/1.1" 200 2968 0.006024 10.0.0.38 - - [2026-04-27 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.38 - - [2026-04-27 02:30:52] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003253 10.0.0.38 - - [2026-04-27 02:30:52] "GET /virtual-networks?parent_id=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003889 10.0.0.38 - - [2026-04-27 02:30:52] "GET /virtual-network/35023b8f-4685-4aa1-81ee-4af371bae2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005642 10.0.0.38 - - [2026-04-27 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.38 - - [2026-04-27 02:30:53] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003638 10.0.0.38 - - [2026-04-27 02:30:53] "GET /virtual-networks?parent_id=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003382 10.0.0.38 - - [2026-04-27 02:30:53] "GET /virtual-network/35023b8f-4685-4aa1-81ee-4af371bae2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005951 10.0.0.38 - - [2026-04-27 02:30:57] "GET /obj-perms HTTP/1.1" 200 5056 0.063147 10.0.0.38 - - [2026-04-27 02:30:57] "GET /obj-perms HTTP/1.1" 200 5056 0.061409 10.0.0.38 - - [2026-04-27 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.38 - - [2026-04-27 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002518 10.0.0.38 - - [2026-04-27 02:30:57] "POST /chown HTTP/1.1" 200 109 0.009459 10.0.0.38 - - [2026-04-27 02:30:57] "POST /instance-ips HTTP/1.1" 400 246 0.018602 10.0.0.38 - - [2026-04-27 02:30:57] "POST /chown HTTP/1.1" 200 109 0.009727 10.0.0.38 - - [2026-04-27 02:30:57] "POST /chown HTTP/1.1" 200 109 0.009329 10.0.0.38 - - [2026-04-27 02:30:57] "POST /instance-ips HTTP/1.1" 400 316 0.022202 10.0.0.38 - - [2026-04-27 02:30:57] "POST /neutron/router HTTP/1.1" 200 656 0.004416 10.0.0.38 - - [2026-04-27 02:30:57] "POST /chown HTTP/1.1" 200 109 0.011480 10.0.0.38 - - [2026-04-27 02:30:57] "POST /ref-update HTTP/1.1" 200 156 0.013887 10.0.0.38 - - [2026-04-27 02:30:57] "POST /chown HTTP/1.1" 200 109 0.009827 10.0.0.38 - - [2026-04-27 02:30:57] "POST /neutron/router HTTP/1.1" 200 344 0.134789 10.0.0.38 - - [2026-04-27 02:30:58] "POST /instance-ips HTTP/1.1" 400 246 0.021878 10.0.0.38 - - [2026-04-27 02:30:58] "POST /neutron/router HTTP/1.1" 200 656 0.007471 10.0.0.38 - - [2026-04-27 02:30:58] "GET /logical-router/27ec070a-d2fe-4abe-8a5e-b13755e347df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1970 0.004099 10.0.0.38 - - [2026-04-27 02:30:58] "GET /service-instance/fc916720-b687-4f53-b6ee-2b76a797cc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.005393 10.0.0.38 - - [2026-04-27 02:30:58] "POST /chown HTTP/1.1" 200 109 0.009434 10.0.0.38 - - [2026-04-27 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.38 - - [2026-04-27 02:30:58] "POST /neutron/router HTTP/1.1" 200 151 0.074211 10.0.0.38 - - [2026-04-27 02:30:58] "DELETE /route-target/eb6b8ed2-6c63-479a-bd48-e83d73cf5412 HTTP/1.1" 409 239 0.006974 10.0.0.38 - - [2026-04-27 02:30:58] "PUT /logical-router/27ec070a-d2fe-4abe-8a5e-b13755e347df HTTP/1.1" 404 171 0.002907 10.0.0.38 - - [2026-04-27 02:30:58] "POST /chown HTTP/1.1" 200 109 0.008596 10.0.0.38 - - [2026-04-27 02:30:58] "POST /ref-update HTTP/1.1" 200 156 0.025368 10.0.0.38 - - [2026-04-27 02:30:58] "POST /instance-ips HTTP/1.1" 400 316 0.039596 10.0.0.38 - - [2026-04-27 02:30:58] "DELETE /route-table/4fc50721-cf24-4f53-8622-66c6672c5260 HTTP/1.1" 200 115 0.059959 10.0.0.38 - - [2026-04-27 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007637 10.0.0.38 - - [2026-04-27 02:30:58] "PUT /routing-instance/6fcef282-1a2b-4b03-b007-e91729da448e HTTP/1.1" 200 266 0.018700 10.0.0.38 - - [2026-04-27 02:30:58] "POST /chown HTTP/1.1" 200 109 0.007100 10.0.0.38 - - [2026-04-27 02:30:58] "GET /virtual-network/1c659688-6019-4b2b-b3e3-7cf26e391710?fields=virtual_machine_interface_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 2299 0.006663 10.0.0.38 - - [2026-04-27 02:30:58] "POST /neutron/network HTTP/1.1" 200 833 0.011484 10.0.0.38 - - [2026-04-27 02:30:58] "POST /ref-update HTTP/1.1" 200 156 0.010252 10.0.0.38 - - [2026-04-27 02:30:58] "POST /neutron/network HTTP/1.1" 400 204 0.050449 10.0.0.38 - - [2026-04-27 02:30:58] "POST /ref-update HTTP/1.1" 200 156 0.010093 10.0.0.38 - - [2026-04-27 02:30:58] "GET /virtual-machine-interface/85288dd3-7ca1-4b5f-8669-7b134f6e3437?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1649 0.006568 10.0.0.38 - - [2026-04-27 02:30:58] "POST /ref-update HTTP/1.1" 200 156 0.012773 10.0.0.38 - - [2026-04-27 02:30:58] "GET /instance-ip/13eb7d8d-17d1-4966-8290-280fef414769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.009547 10.0.0.38 - - [2026-04-27 02:30:58] "DELETE /virtual-machine-interface/85288dd3-7ca1-4b5f-8669-7b134f6e3437 HTTP/1.1" 200 115 0.046969 10.0.0.38 - - [2026-04-27 02:30:58] "GET /virtual-machine-interface/e0027330-f2ac-44af-b044-a7627913ceae?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1651 0.006400 10.0.0.38 - - [2026-04-27 02:30:58] "POST /ref-update HTTP/1.1" 200 156 0.018140 10.0.0.38 - - [2026-04-27 02:30:58] "POST /neutron/port HTTP/1.1" 200 1126 0.023428 10.0.0.38 - - [2026-04-27 02:30:58] "GET /instance-ip/13eb7d8d-17d1-4966-8290-280fef414769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1758 0.007338 10.0.0.38 - - [2026-04-27 02:30:58] "POST /neutron/port HTTP/1.1" 200 1116 0.023654 10.0.0.38 - - [2026-04-27 02:30:58] "DELETE /instance-ip/13eb7d8d-17d1-4966-8290-280fef414769 HTTP/1.1" 200 115 0.047370 10.0.0.38 - - [2026-04-27 02:30:58] "POST /neutron/port HTTP/1.1" 200 1128 0.025950 10.0.0.38 - - [2026-04-27 02:30:58] "POST /neutron/port HTTP/1.1" 200 1118 0.009268 10.0.0.38 - - [2026-04-27 02:30:58] "DELETE /virtual-machine-interface/e0027330-f2ac-44af-b044-a7627913ceae HTTP/1.1" 200 115 0.050249 10.0.0.38 - - [2026-04-27 02:30:58] "DELETE /instance-ip/13eb7d8d-17d1-4966-8290-280fef414769 HTTP/1.1" 404 177 0.002993 10.0.0.38 - - [2026-04-27 02:30:58] "POST /neutron/port HTTP/1.1" 200 151 0.149568 10.0.0.38 - - [2026-04-27 02:30:59] "POST /neutron/port HTTP/1.1" 200 151 0.127017 10.0.0.38 - - [2026-04-27 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.38 - - [2026-04-27 02:30:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002503 10.0.0.38 - - [2026-04-27 02:30:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001861 10.0.0.38 - - [2026-04-27 02:30:59] "DELETE /virtual-network/1c659688-6019-4b2b-b3e3-7cf26e391710 HTTP/1.1" 200 115 0.095277 10.0.0.38 - - [2026-04-27 02:30:59] "DELETE /route-target/6b1e3720-4a03-4b84-aaeb-31d3f04defee HTTP/1.1" 200 115 0.025195 10.0.0.38 - - [2026-04-27 02:30:59] "DELETE /service-instance/fc916720-b687-4f53-b6ee-2b76a797cc94 HTTP/1.1" 200 115 0.031130 10.0.0.38 - - [2026-04-27 02:30:59] "GET /logical-router/27ec070a-d2fe-4abe-8a5e-b13755e347df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002434 10.0.0.38 - - [2026-04-27 02:30:59] "GET /service-instance/fc916720-b687-4f53-b6ee-2b76a797cc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002922 10.0.0.38 - - [2026-04-27 02:30:59] "GET /virtual-machine-interface/5795e629-5032-426c-b465-86cfdd9fa83d?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1653 0.005373 10.0.0.38 - - [2026-04-27 02:30:59] "POST /ref-update HTTP/1.1" 200 156 0.012416 10.0.0.38 - - [2026-04-27 02:30:59] "GET /instance-ip/e9c0df68-2fa7-419c-ae32-c02c0aa8374d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007288 10.0.0.38 - - [2026-04-27 02:30:59] "DELETE /virtual-machine-interface/5795e629-5032-426c-b465-86cfdd9fa83d HTTP/1.1" 200 115 0.035524 10.0.0.38 - - [2026-04-27 02:30:59] "DELETE /virtual-machine/eef1ea76-0dff-4b9d-aaf7-96c24d0c2567 HTTP/1.1" 200 115 0.030189 10.0.0.38 - - [2026-04-27 02:30:59] "GET /virtual-machine-interface/cbf4949f-4377-4e7f-9bfe-a4d3ee7ef9c0?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1654 0.005384 10.0.0.38 - - [2026-04-27 02:30:59] "POST /ref-update HTTP/1.1" 200 156 0.013061 10.0.0.38 - - [2026-04-27 02:30:59] "GET /instance-ip/e9c0df68-2fa7-419c-ae32-c02c0aa8374d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.006029 10.0.0.38 - - [2026-04-27 02:30:59] "DELETE /instance-ip/e9c0df68-2fa7-419c-ae32-c02c0aa8374d HTTP/1.1" 200 115 0.026507 10.0.0.38 - - [2026-04-27 02:30:59] "DELETE /virtual-machine-interface/cbf4949f-4377-4e7f-9bfe-a4d3ee7ef9c0 HTTP/1.1" 200 115 0.040589 10.0.0.38 - - [2026-04-27 02:30:59] "POST /ref-update HTTP/1.1" 200 156 0.009745 10.0.0.38 - - [2026-04-27 02:30:59] "DELETE /virtual-machine/f72602e3-1396-4b1e-86c0-d26f1b56f7bf HTTP/1.1" 200 115 0.018828 10.0.0.38 - - [2026-04-27 02:31:00] "POST /neutron/network HTTP/1.1" 200 833 0.082324 10.0.0.38 - - [2026-04-27 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004855 10.0.0.38 - - [2026-04-27 02:31:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004059 10.0.0.38 - - [2026-04-27 02:31:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002196 10.0.0.38 - - [2026-04-27 02:31:00] "POST /neutron/network HTTP/1.1" 200 151 0.112671 10.0.0.38 - - [2026-04-27 02:31:00] "DELETE /route-target/c93390d5-a37d-471a-a3da-bd4ccee627d0 HTTP/1.1" 200 115 0.024697 10.0.0.38 - - [2026-04-27 02:31:00] "POST /neutron/network HTTP/1.1" 200 828 0.007035 10.0.0.38 - - [2026-04-27 02:31:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002835 10.0.0.38 - - [2026-04-27 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.38 - - [2026-04-27 02:31:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002478 10.0.0.38 - - [2026-04-27 02:31:00] "POST /neutron/network HTTP/1.1" 200 151 0.121645 10.0.0.38 - - [2026-04-27 02:31:00] "DELETE /route-target/ead49e3b-428a-4116-9ae8-bf688937fc44 HTTP/1.1" 200 115 0.020271 10.0.0.38 - - [2026-04-27 02:31:01] "GET /projects?obj_uuids=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001953 10.0.0.38 - - [2026-04-27 02:31:01] "GET /project/4138dec5-08a6-48f4-aaa7-020fa71dc0af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.039856 10.0.0.38 - - [2026-04-27 02:31:01] "GET /projects?obj_uuids=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001532 10.0.0.38 - - [2026-04-27 02:31:01] "GET /project/4138dec5-08a6-48f4-aaa7-020fa71dc0af?fields=virtual_networks HTTP/1.1" 200 1037 0.041275 10.0.0.38 - - [2026-04-27 02:31:01] "GET /projects?obj_uuids=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001776 10.0.0.38 - - [2026-04-27 02:31:01] "GET /project/4138dec5-08a6-48f4-aaa7-020fa71dc0af?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.036419 10.0.0.38 - - [2026-04-27 02:31:01] "GET /projects?obj_uuids=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001406 10.0.0.38 - - [2026-04-27 02:31:01] "GET /project/4138dec5-08a6-48f4-aaa7-020fa71dc0af?fields=security_groups HTTP/1.1" 200 1266 0.046396 10.0.0.38 - - [2026-04-27 02:31:02] "POST /fqname-to-id HTTP/1.1" 404 196 0.033295 10.0.0.38 - - [2026-04-27 02:31:02] "GET /projects?obj_uuids=25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002649 10.0.0.38 - - [2026-04-27 02:31:02] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001374 10.0.0.38 - - [2026-04-27 02:31:02] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008051 10.0.0.38 - - [2026-04-27 02:31:02] "POST /id-to-fqname HTTP/1.1" 200 198 0.001470 10.0.0.38 - - [2026-04-27 02:31:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.012336 10.0.0.38 - - [2026-04-27 02:31:02] "POST /security-groups HTTP/1.1" 200 599 0.090357 10.0.0.38 - - [2026-04-27 02:31:02] "POST /fqname-to-id HTTP/1.1" 404 242 0.003342 10.0.0.38 - - [2026-04-27 02:31:02] "POST /projects HTTP/1.1" 200 601 0.252395 10.0.0.38 - - [2026-04-27 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.327185 10.0.0.38 - - [2026-04-27 02:31:02] "POST /access-control-lists HTTP/1.1" 200 604 0.059866 10.0.0.38 - - [2026-04-27 02:31:02] "POST /fqname-to-id HTTP/1.1" 404 241 0.005258 10.0.0.38 - - [2026-04-27 02:31:02] "GET /project/25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.463472 10.0.0.38 - - [2026-04-27 02:31:02] "POST /access-control-lists HTTP/1.1" 200 602 0.069488 10.0.0.38 - - [2026-04-27 02:31:04] "GET / HTTP/1.1" 200 35931 0.002289 10.0.0.38 - - [2026-04-27 02:31:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000491 10.0.0.38 - - [2026-04-27 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.067820 10.0.0.38 - - [2026-04-27 02:31:05] "GET /projects?obj_uuids=25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.38 - - [2026-04-27 02:31:05] "GET /project/25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.026319 10.0.0.38 - - [2026-04-27 02:31:05] "POST /neutron/network HTTP/1.1" 200 117 0.036481 10.0.0.38 - - [2026-04-27 02:31:05] "GET /projects?obj_uuids=25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001025 10.0.0.38 - - [2026-04-27 02:31:05] "POST /neutron/network HTTP/1.1" 200 613 0.065184 10.0.0.38 - - [2026-04-27 02:31:05] "POST /route-targets HTTP/1.1" 200 327 0.012594 10.0.0.38 - - [2026-04-27 02:31:05] "POST /ref-update HTTP/1.1" 200 156 0.020538 10.0.0.38 - - [2026-04-27 02:31:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002487 10.0.0.38 - - [2026-04-27 02:31:05] "POST /neutron/subnet HTTP/1.1" 200 724 0.216108 10.0.0.38 - - [2026-04-27 02:31:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.38 - - [2026-04-27 02:31:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004697 10.0.0.38 - - [2026-04-27 02:31:05] "POST /neutron/subnet HTTP/1.1" 200 828 0.196148 10.0.0.38 - - [2026-04-27 02:31:05] "POST /neutron/network HTTP/1.1" 200 1006 0.007073 10.0.0.38 - - [2026-04-27 02:31:05] "POST /id-to-fqname HTTP/1.1" 200 228 0.001489 10.0.0.38 - - [2026-04-27 02:31:05] "GET /virtual-network/4c3953c2-2cc8-4c2e-8b9c-c81527b73663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004784 10.0.0.38 - - [2026-04-27 02:31:05] "POST /neutron/network HTTP/1.1" 200 1006 0.009655 10.0.0.38 - - [2026-04-27 02:31:05] "GET /virtual-network/4c3953c2-2cc8-4c2e-8b9c-c81527b73663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005830 10.0.0.38 - - [2026-04-27 02:31:05] "POST /neutron/network HTTP/1.1" 200 1006 0.007857 10.0.0.38 - - [2026-04-27 02:31:05] "POST /neutron/subnet HTTP/1.1" 200 724 0.008132 10.0.0.38 - - [2026-04-27 02:31:05] "POST /neutron/subnet HTTP/1.1" 200 828 0.007693 10.0.0.38 - - [2026-04-27 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.38 - - [2026-04-27 02:31:06] "GET /projects?obj_uuids=25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.38 - - [2026-04-27 02:31:06] "GET /project/25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.033823 10.0.0.38 - - [2026-04-27 02:31:06] "POST /neutron/network HTTP/1.1" 200 117 0.011299 10.0.0.38 - - [2026-04-27 02:31:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.035961 10.0.0.38 - - [2026-04-27 02:31:06] "GET /projects?obj_uuids=25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.38 - - [2026-04-27 02:31:06] "POST /neutron/network HTTP/1.1" 200 613 0.069031 10.0.0.38 - - [2026-04-27 02:31:06] "POST /route-targets HTTP/1.1" 200 327 0.013134 10.0.0.38 - - [2026-04-27 02:31:06] "POST /ref-update HTTP/1.1" 200 156 0.014069 10.0.0.38 - - [2026-04-27 02:31:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002529 10.0.0.38 - - [2026-04-27 02:31:06] "POST /neutron/subnet HTTP/1.1" 200 725 0.204283 10.0.0.38 - - [2026-04-27 02:31:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.003726 10.0.0.38 - - [2026-04-27 02:31:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003165 10.0.0.38 - - [2026-04-27 02:31:06] "POST /neutron/subnet HTTP/1.1" 200 828 0.190634 10.0.0.38 - - [2026-04-27 02:31:06] "POST /neutron/network HTTP/1.1" 200 1006 0.008800 10.0.0.38 - - [2026-04-27 02:31:06] "POST /id-to-fqname HTTP/1.1" 200 228 0.001172 10.0.0.38 - - [2026-04-27 02:31:06] "GET /virtual-network/25d6edbf-67cb-4edb-9d08-e702b881fa6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005030 10.0.0.38 - - [2026-04-27 02:31:06] "POST /neutron/network HTTP/1.1" 200 1006 0.008680 10.0.0.38 - - [2026-04-27 02:31:06] "GET /virtual-network/25d6edbf-67cb-4edb-9d08-e702b881fa6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005154 10.0.0.38 - - [2026-04-27 02:31:06] "POST /neutron/network HTTP/1.1" 200 1006 0.008703 10.0.0.38 - - [2026-04-27 02:31:06] "POST /neutron/subnet HTTP/1.1" 200 725 0.006885 10.0.0.38 - - [2026-04-27 02:31:06] "POST /neutron/subnet HTTP/1.1" 200 828 0.008084 10.0.0.38 - - [2026-04-27 02:31:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.002708 10.0.0.38 - - [2026-04-27 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.38 - - [2026-04-27 02:31:06] "GET /projects?obj_uuids=25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001411 10.0.0.38 - - [2026-04-27 02:31:06] "GET /project/25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.030822 10.0.0.38 - - [2026-04-27 02:31:07] "POST /network-policys HTTP/1.1" 200 577 0.060536 10.0.0.38 - - [2026-04-27 02:31:07] "GET /network-policy/2409c89f-b759-484e-a19b-773c4893d56b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.007067 10.0.0.38 - - [2026-04-27 02:31:07] "POST /neutron/network HTTP/1.1" 200 1006 0.009968 10.0.0.38 - - [2026-04-27 02:31:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.007019 10.0.0.38 - - [2026-04-27 02:31:07] "POST /fqname-to-id HTTP/1.1" 404 242 0.006278 10.0.0.38 - - [2026-04-27 02:31:07] "POST /neutron/network HTTP/1.1" 200 1114 0.058475 10.0.0.38 - - [2026-04-27 02:31:07] "POST /access-control-lists HTTP/1.1" 200 596 0.069452 10.0.0.38 - - [2026-04-27 02:31:07] "POST /neutron/network HTTP/1.1" 200 1114 0.046447 10.0.0.38 - - [2026-04-27 02:31:07] "GET /virtual-network/4c3953c2-2cc8-4c2e-8b9c-c81527b73663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.008228 10.0.0.38 - - [2026-04-27 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.38 - - [2026-04-27 02:31:07] "GET /network-policy/2409c89f-b759-484e-a19b-773c4893d56b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004817 10.0.0.38 - - [2026-04-27 02:31:07] "POST /neutron/network HTTP/1.1" 200 1006 0.007604 10.0.0.38 - - [2026-04-27 02:31:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.005912 10.0.0.38 - - [2026-04-27 02:31:07] "POST /fqname-to-id HTTP/1.1" 404 242 0.004941 10.0.0.38 - - [2026-04-27 02:31:07] "POST /neutron/network HTTP/1.1" 200 1114 0.049108 10.0.0.38 - - [2026-04-27 02:31:07] "POST /access-control-lists HTTP/1.1" 200 596 0.067613 10.0.0.38 - - [2026-04-27 02:31:07] "POST /neutron/network HTTP/1.1" 200 1114 0.039844 10.0.0.38 - - [2026-04-27 02:31:07] "GET /virtual-network/25d6edbf-67cb-4edb-9d08-e702b881fa6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006761 10.0.0.38 - - [2026-04-27 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.38 - - [2026-04-27 02:31:07] "POST /ref-update HTTP/1.1" 200 156 0.011099 10.0.0.38 - - [2026-04-27 02:31:07] "GET /network-policy/2409c89f-b759-484e-a19b-773c4893d56b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003542 10.0.0.38 - - [2026-04-27 02:31:07] "GET /domains HTTP/1.1" 401 292 0.000529 10.0.0.38 - - [2026-04-27 02:31:07] "GET /domains HTTP/1.1" 200 280 0.035133 10.0.0.38 - - [2026-04-27 02:31:07] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.38 - - [2026-04-27 02:31:07] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2770 0.008813 10.0.0.38 - - [2026-04-27 02:31:07] "GET /projects?obj_uuids=25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001015 10.0.0.38 - - [2026-04-27 02:31:08] "GET /project/25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f HTTP/1.1" 200 2624 0.084062 10.0.0.38 - - [2026-04-27 02:31:08] "GET /virtual-network/4c3953c2-2cc8-4c2e-8b9c-c81527b73663 HTTP/1.1" 200 3505 0.009242 10.0.0.38 - - [2026-04-27 02:31:08] "GET /virtual-network/4c3953c2-2cc8-4c2e-8b9c-c81527b73663 HTTP/1.1" 200 3505 0.006356 10.0.0.38 - - [2026-04-27 02:31:08] "GET /routing-instance/beca99f8-3345-43d8-9af6-191ac6f25263 HTTP/1.1" 200 1796 0.007473 10.0.0.38 - - [2026-04-27 02:31:08] "GET /routing-instance/beca99f8-3345-43d8-9af6-191ac6f25263 HTTP/1.1" 200 1796 0.004061 10.0.0.38 - - [2026-04-27 02:31:08] "GET /route-target/b9ecbef0-86cc-4abf-9e30-f8eb136c76cf HTTP/1.1" 200 1213 0.002993 10.0.0.38 - - [2026-04-27 02:31:08] "GET /virtual-network/4c3953c2-2cc8-4c2e-8b9c-c81527b73663 HTTP/1.1" 200 3505 0.005022 10.0.0.38 - - [2026-04-27 02:31:08] "GET /routing-instance/beca99f8-3345-43d8-9af6-191ac6f25263 HTTP/1.1" 200 1796 0.003560 10.0.0.38 - - [2026-04-27 02:31:08] "GET /virtual-network/4c3953c2-2cc8-4c2e-8b9c-c81527b73663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005952 10.0.0.38 - - [2026-04-27 02:31:08] "GET /virtual-network/4c3953c2-2cc8-4c2e-8b9c-c81527b73663 HTTP/1.1" 200 3505 0.007960 10.0.0.38 - - [2026-04-27 02:31:08] "GET /routing-instance/beca99f8-3345-43d8-9af6-191ac6f25263 HTTP/1.1" 200 1796 0.003998 10.0.0.38 - - [2026-04-27 02:31:08] "GET /routing-instance/beca99f8-3345-43d8-9af6-191ac6f25263 HTTP/1.1" 200 1796 0.003039 10.0.0.38 - - [2026-04-27 02:31:08] "GET /route-target/b9ecbef0-86cc-4abf-9e30-f8eb136c76cf HTTP/1.1" 200 1213 0.003335 10.0.0.38 - - [2026-04-27 02:31:08] "GET /domains HTTP/1.1" 200 280 0.002872 10.0.0.38 - - [2026-04-27 02:31:08] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.38 - - [2026-04-27 02:31:08] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2770 0.006766 10.0.0.38 - - [2026-04-27 02:31:08] "GET /projects?obj_uuids=25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001142 10.0.0.38 - - [2026-04-27 02:31:08] "GET /project/25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f HTTP/1.1" 200 2624 0.070764 10.0.0.38 - - [2026-04-27 02:31:08] "GET /virtual-network/4c3953c2-2cc8-4c2e-8b9c-c81527b73663 HTTP/1.1" 200 3505 0.004872 10.0.0.38 - - [2026-04-27 02:31:08] "GET /obj-perms HTTP/1.1" 200 5046 0.061642 10.0.0.38 - - [2026-04-27 02:31:08] "GET /domains HTTP/1.1" 200 280 0.003361 10.0.0.38 - - [2026-04-27 02:31:08] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001909 10.0.0.38 - - [2026-04-27 02:31:08] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2770 0.010934 10.0.0.38 - - [2026-04-27 02:31:08] "GET /projects?obj_uuids=25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001308 10.0.0.38 - - [2026-04-27 02:31:08] "GET /project/25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f HTTP/1.1" 200 2624 0.067442 10.0.0.38 - - [2026-04-27 02:31:08] "GET /virtual-network/25d6edbf-67cb-4edb-9d08-e702b881fa6c HTTP/1.1" 200 3505 0.010169 10.0.0.38 - - [2026-04-27 02:31:08] "GET /virtual-network/25d6edbf-67cb-4edb-9d08-e702b881fa6c HTTP/1.1" 200 3505 0.005440 10.0.0.38 - - [2026-04-27 02:31:08] "GET /routing-instance/787f9bc2-29fe-44a3-b88d-cc7cc024d6f8 HTTP/1.1" 200 1795 0.003861 10.0.0.38 - - [2026-04-27 02:31:08] "GET /routing-instance/787f9bc2-29fe-44a3-b88d-cc7cc024d6f8 HTTP/1.1" 200 1795 0.003506 10.0.0.38 - - [2026-04-27 02:31:08] "GET /route-target/71abad4c-9574-4975-a1db-9aee357593b7 HTTP/1.1" 200 1212 0.004650 10.0.0.38 - - [2026-04-27 02:31:08] "GET /virtual-network/25d6edbf-67cb-4edb-9d08-e702b881fa6c HTTP/1.1" 200 3505 0.005373 10.0.0.38 - - [2026-04-27 02:31:08] "GET /routing-instance/787f9bc2-29fe-44a3-b88d-cc7cc024d6f8 HTTP/1.1" 200 1795 0.004140 10.0.0.38 - - [2026-04-27 02:31:08] "GET /virtual-network/25d6edbf-67cb-4edb-9d08-e702b881fa6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005412 10.0.0.38 - - [2026-04-27 02:31:08] "GET /virtual-network/25d6edbf-67cb-4edb-9d08-e702b881fa6c HTTP/1.1" 200 3505 0.005483 10.0.0.38 - - [2026-04-27 02:31:08] "GET /routing-instance/787f9bc2-29fe-44a3-b88d-cc7cc024d6f8 HTTP/1.1" 200 1795 0.003910 10.0.0.38 - - [2026-04-27 02:31:08] "GET /routing-instance/787f9bc2-29fe-44a3-b88d-cc7cc024d6f8 HTTP/1.1" 200 1795 0.003689 10.0.0.38 - - [2026-04-27 02:31:08] "GET /route-target/71abad4c-9574-4975-a1db-9aee357593b7 HTTP/1.1" 200 1212 0.004281 10.0.0.38 - - [2026-04-27 02:31:08] "GET /domains HTTP/1.1" 200 280 0.002949 10.0.0.38 - - [2026-04-27 02:31:08] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001150 10.0.0.38 - - [2026-04-27 02:31:08] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2770 0.007669 10.0.0.38 - - [2026-04-27 02:31:08] "GET /projects?obj_uuids=25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001671 10.0.0.38 - - [2026-04-27 02:31:09] "GET /project/25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f HTTP/1.1" 200 2624 0.073909 10.0.0.38 - - [2026-04-27 02:31:09] "GET /virtual-network/25d6edbf-67cb-4edb-9d08-e702b881fa6c HTTP/1.1" 200 3505 0.005768 10.0.0.38 - - [2026-04-27 02:31:09] "GET /obj-perms HTTP/1.1" 200 5046 0.004273 10.0.0.38 - - [2026-04-27 02:31:09] "GET /virtual-network/25d6edbf-67cb-4edb-9d08-e702b881fa6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.007311 10.0.0.38 - - [2026-04-27 02:31:09] "POST /neutron/network HTTP/1.1" 200 1114 0.007959 10.0.0.38 - - [2026-04-27 02:31:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.006234 10.0.0.38 - - [2026-04-27 02:31:09] "POST /neutron/network HTTP/1.1" 200 1006 0.051961 10.0.0.38 - - [2026-04-27 02:31:09] "DELETE /access-control-list/a480540e-3d80-4457-b9d0-0e7282ec34fb HTTP/1.1" 200 115 0.041297 10.0.0.38 - - [2026-04-27 02:31:09] "POST /neutron/network HTTP/1.1" 200 1006 0.009128 10.0.0.38 - - [2026-04-27 02:31:09] "GET /virtual-network/25d6edbf-67cb-4edb-9d08-e702b881fa6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004282 10.0.0.38 - - [2026-04-27 02:31:09] "POST /ref-update HTTP/1.1" 200 156 0.018191 10.0.0.38 - - [2026-04-27 02:31:09] "GET /virtual-network/4c3953c2-2cc8-4c2e-8b9c-c81527b73663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005542 10.0.0.38 - - [2026-04-27 02:31:09] "POST /neutron/network HTTP/1.1" 200 1114 0.008164 10.0.0.38 - - [2026-04-27 02:31:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.003291 10.0.0.38 - - [2026-04-27 02:31:09] "POST /neutron/network HTTP/1.1" 200 1006 0.047716 10.0.0.38 - - [2026-04-27 02:31:09] "DELETE /access-control-list/a787db50-b92a-46bc-9238-53c673263fca HTTP/1.1" 200 115 0.031579 10.0.0.38 - - [2026-04-27 02:31:09] "POST /neutron/network HTTP/1.1" 200 1006 0.014292 10.0.0.38 - - [2026-04-27 02:31:09] "GET /virtual-network/4c3953c2-2cc8-4c2e-8b9c-c81527b73663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005557 10.0.0.38 - - [2026-04-27 02:31:09] "POST /ref-update HTTP/1.1" 200 156 0.021728 10.0.0.38 - - [2026-04-27 02:31:09] "DELETE /network-policy/2409c89f-b759-484e-a19b-773c4893d56b HTTP/1.1" 200 115 0.023893 10.0.0.38 - - [2026-04-27 02:31:09] "POST /neutron/network HTTP/1.1" 200 1006 0.008273 10.0.0.38 - - [2026-04-27 02:31:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003031 10.0.0.38 - - [2026-04-27 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.38 - - [2026-04-27 02:31:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001952 10.0.0.38 - - [2026-04-27 02:31:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002248 10.0.0.38 - - [2026-04-27 02:31:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002079 10.0.0.38 - - [2026-04-27 02:31:09] "POST /neutron/network HTTP/1.1" 200 151 0.081622 10.0.0.38 - - [2026-04-27 02:31:09] "DELETE /route-target/71abad4c-9574-4975-a1db-9aee357593b7 HTTP/1.1" 200 115 0.017089 10.0.0.38 - - [2026-04-27 02:31:09] "GET /routing-instance/787f9bc2-29fe-44a3-b88d-cc7cc024d6f8 HTTP/1.1" 404 171 0.002203 10.0.0.38 - - [2026-04-27 02:31:09] "GET /domains HTTP/1.1" 200 280 0.002482 10.0.0.38 - - [2026-04-27 02:31:09] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.38 - - [2026-04-27 02:31:09] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2770 0.050349 10.0.0.38 - - [2026-04-27 02:31:09] "GET /projects?obj_uuids=25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001706 10.0.0.38 - - [2026-04-27 02:31:09] "GET /project/25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f HTTP/1.1" 200 2144 0.073896 10.0.0.38 - - [2026-04-27 02:31:09] "POST /neutron/network HTTP/1.1" 200 1006 0.007030 10.0.0.38 - - [2026-04-27 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.38 - - [2026-04-27 02:31:09] "POST /useragent-kv HTTP/1.1" 200 115 0.006186 10.0.0.38 - - [2026-04-27 02:31:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002821 10.0.0.38 - - [2026-04-27 02:31:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003189 10.0.0.38 - - [2026-04-27 02:31:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001530 10.0.0.38 - - [2026-04-27 02:31:09] "POST /neutron/network HTTP/1.1" 200 151 0.089748 10.0.0.38 - - [2026-04-27 02:31:09] "DELETE /route-target/b9ecbef0-86cc-4abf-9e30-f8eb136c76cf HTTP/1.1" 200 115 0.023873 10.0.0.38 - - [2026-04-27 02:31:09] "GET /routing-instance/beca99f8-3345-43d8-9af6-191ac6f25263 HTTP/1.1" 404 171 0.002270 10.0.0.38 - - [2026-04-27 02:31:09] "GET /domains HTTP/1.1" 200 280 0.002066 10.0.0.38 - - [2026-04-27 02:31:09] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.38 - - [2026-04-27 02:31:09] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2770 0.049525 10.0.0.38 - - [2026-04-27 02:31:09] "GET /projects?obj_uuids=25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001511 10.0.0.38 - - [2026-04-27 02:31:09] "GET /project/25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f HTTP/1.1" 200 1899 0.066817 10.0.0.38 - - [2026-04-27 02:31:10] "GET /projects?obj_uuids=25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001047 10.0.0.38 - - [2026-04-27 02:31:10] "GET /project/25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.027037 10.0.0.38 - - [2026-04-27 02:31:10] "GET /projects?obj_uuids=25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001016 10.0.0.38 - - [2026-04-27 02:31:10] "GET /project/25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f?fields=virtual_networks HTTP/1.1" 200 1047 0.065431 10.0.0.38 - - [2026-04-27 02:31:10] "GET /projects?obj_uuids=25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004116 10.0.0.38 - - [2026-04-27 02:31:10] "GET /project/25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.029654 10.0.0.38 - - [2026-04-27 02:31:10] "GET /projects?obj_uuids=25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001236 10.0.0.38 - - [2026-04-27 02:31:10] "GET /project/25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f?fields=security_groups HTTP/1.1" 200 1281 0.035180 10.0.0.38 - - [2026-04-27 02:31:11] "POST /fqname-to-id HTTP/1.1" 404 204 0.032625 10.0.0.38 - - [2026-04-27 02:31:11] "GET /projects?obj_uuids=8c8e9092-e4c4-4e3e-985a-be2d25439f68&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002695 10.0.0.38 - - [2026-04-27 02:31:11] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001247 10.0.0.38 - - [2026-04-27 02:31:11] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009630 10.0.0.38 - - [2026-04-27 02:31:11] "POST /id-to-fqname HTTP/1.1" 200 206 0.003353 10.0.0.38 - - [2026-04-27 02:31:11] "POST /fqname-to-id HTTP/1.1" 404 215 0.002661 10.0.0.38 - - [2026-04-27 02:31:11] "POST /security-groups HTTP/1.1" 200 607 0.069154 10.0.0.38 - - [2026-04-27 02:31:11] "POST /fqname-to-id HTTP/1.1" 404 250 0.003859 10.0.0.38 - - [2026-04-27 02:31:11] "POST /projects HTTP/1.1" 200 617 0.224931 10.0.0.38 - - [2026-04-27 02:31:11] "POST /access-control-lists HTTP/1.1" 200 612 0.060112 10.0.0.38 - - [2026-04-27 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.300436 10.0.0.38 - - [2026-04-27 02:31:11] "POST /fqname-to-id HTTP/1.1" 404 249 0.003173 10.0.0.38 - - [2026-04-27 02:31:11] "GET /project/8c8e9092-e4c4-4e3e-985a-be2d25439f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.433878 10.0.0.38 - - [2026-04-27 02:31:12] "POST /access-control-lists HTTP/1.1" 200 610 0.061490 10.0.0.38 - - [2026-04-27 02:31:13] "GET / HTTP/1.1" 200 35931 0.002241 10.0.0.38 - - [2026-04-27 02:31:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.38 - - [2026-04-27 02:31:14] "POST /fqname-to-id HTTP/1.1" 404 233 0.076890 10.0.0.38 - - [2026-04-27 02:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.38 - - [2026-04-27 02:31:14] "GET /projects?obj_uuids=8c8e9092-e4c4-4e3e-985a-be2d25439f68&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000943 10.0.0.38 - - [2026-04-27 02:31:14] "GET /project/8c8e9092-e4c4-4e3e-985a-be2d25439f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.028227 10.0.0.38 - - [2026-04-27 02:31:14] "POST /network-policys HTTP/1.1" 200 567 0.061162 10.0.0.38 - - [2026-04-27 02:31:14] "GET /network-policy/cfa1a31e-5567-40ab-a622-6dcaa03786ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.005867 10.0.0.38 - - [2026-04-27 02:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.38 - - [2026-04-27 02:31:14] "GET /projects?obj_uuids=8c8e9092-e4c4-4e3e-985a-be2d25439f68&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001117 10.0.0.38 - - [2026-04-27 02:31:14] "GET /project/8c8e9092-e4c4-4e3e-985a-be2d25439f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.024413 10.0.0.38 - - [2026-04-27 02:31:15] "POST /neutron/network HTTP/1.1" 200 117 0.039719 10.0.0.38 - - [2026-04-27 02:31:15] "GET /projects?obj_uuids=8c8e9092-e4c4-4e3e-985a-be2d25439f68&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001028 10.0.0.38 - - [2026-04-27 02:31:15] "POST /neutron/network HTTP/1.1" 200 623 0.058994 10.0.0.38 - - [2026-04-27 02:31:15] "POST /route-targets HTTP/1.1" 200 327 0.010191 10.0.0.38 - - [2026-04-27 02:31:15] "POST /ref-update HTTP/1.1" 200 156 0.011756 10.0.0.38 - - [2026-04-27 02:31:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002852 10.0.0.38 - - [2026-04-27 02:31:15] "POST /neutron/subnet HTTP/1.1" 200 725 0.181538 10.0.0.38 - - [2026-04-27 02:31:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.006006 10.0.0.38 - - [2026-04-27 02:31:15] "POST /useragent-kv HTTP/1.1" 200 115 0.005801 10.0.0.38 - - [2026-04-27 02:31:15] "POST /neutron/subnet HTTP/1.1" 200 813 0.180463 10.0.0.38 - - [2026-04-27 02:31:15] "POST /neutron/network HTTP/1.1" 200 1013 0.008778 10.0.0.38 - - [2026-04-27 02:31:15] "POST /id-to-fqname HTTP/1.1" 200 237 0.001484 10.0.0.38 - - [2026-04-27 02:31:15] "GET /virtual-network/b8322d35-1fa3-434c-892d-c627e3b98b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006308 10.0.0.38 - - [2026-04-27 02:31:15] "POST /neutron/network HTTP/1.1" 200 1013 0.007111 10.0.0.38 - - [2026-04-27 02:31:15] "GET /virtual-network/b8322d35-1fa3-434c-892d-c627e3b98b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.004936 10.0.0.38 - - [2026-04-27 02:31:15] "POST /neutron/network HTTP/1.1" 200 1013 0.006457 10.0.0.38 - - [2026-04-27 02:31:15] "POST /neutron/subnet HTTP/1.1" 200 725 0.006874 10.0.0.38 - - [2026-04-27 02:31:15] "POST /neutron/subnet HTTP/1.1" 200 813 0.006533 10.0.0.38 - - [2026-04-27 02:31:15] "POST /neutron/network HTTP/1.1" 200 1013 0.007767 10.0.0.38 - - [2026-04-27 02:31:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.005279 10.0.0.38 - - [2026-04-27 02:31:15] "POST /fqname-to-id HTTP/1.1" 404 252 0.004942 10.0.0.38 - - [2026-04-27 02:31:15] "POST /neutron/network HTTP/1.1" 200 1120 0.052908 10.0.0.38 - - [2026-04-27 02:31:15] "POST /neutron/network HTTP/1.1" 200 1120 0.041814 10.0.0.38 - - [2026-04-27 02:31:15] "POST /access-control-lists HTTP/1.1" 200 607 0.067817 10.0.0.38 - - [2026-04-27 02:31:15] "GET /virtual-network/b8322d35-1fa3-434c-892d-c627e3b98b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2972 0.007222 10.0.0.38 - - [2026-04-27 02:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.38 - - [2026-04-27 02:31:15] "GET /network-policy/cfa1a31e-5567-40ab-a622-6dcaa03786ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.004358 10.0.0.38 - - [2026-04-27 02:31:15] "GET /domains HTTP/1.1" 401 292 0.000434 10.0.0.38 - - [2026-04-27 02:31:16] "GET /domains HTTP/1.1" 200 280 0.035876 10.0.0.38 - - [2026-04-27 02:31:16] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.38 - - [2026-04-27 02:31:16] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2972 0.007969 10.0.0.38 - - [2026-04-27 02:31:16] "GET /projects?obj_uuids=8c8e9092-e4c4-4e3e-985a-be2d25439f68&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001406 10.0.0.38 - - [2026-04-27 02:31:16] "GET /project/8c8e9092-e4c4-4e3e-985a-be2d25439f68 HTTP/1.1" 200 2458 0.075450 10.0.0.38 - - [2026-04-27 02:31:16] "GET /virtual-network/b8322d35-1fa3-434c-892d-c627e3b98b88 HTTP/1.1" 200 3534 0.007324 10.0.0.38 - - [2026-04-27 02:31:16] "GET /virtual-network/b8322d35-1fa3-434c-892d-c627e3b98b88 HTTP/1.1" 200 3534 0.004671 10.0.0.38 - - [2026-04-27 02:31:16] "GET /routing-instance/57a2aa78-2ed9-496d-a628-43900c22b4ec HTTP/1.1" 200 1495 0.003209 10.0.0.38 - - [2026-04-27 02:31:16] "GET /routing-instance/57a2aa78-2ed9-496d-a628-43900c22b4ec HTTP/1.1" 200 1495 0.003314 10.0.0.38 - - [2026-04-27 02:31:16] "GET /route-target/c14b9de4-f607-4544-aeeb-5d61afff3af2 HTTP/1.1" 200 1223 0.002826 10.0.0.38 - - [2026-04-27 02:31:16] "GET /virtual-network/b8322d35-1fa3-434c-892d-c627e3b98b88 HTTP/1.1" 200 3534 0.004964 10.0.0.38 - - [2026-04-27 02:31:16] "GET /routing-instance/57a2aa78-2ed9-496d-a628-43900c22b4ec HTTP/1.1" 200 1495 0.004375 10.0.0.38 - - [2026-04-27 02:31:16] "GET /virtual-network/b8322d35-1fa3-434c-892d-c627e3b98b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2972 0.004914 10.0.0.38 - - [2026-04-27 02:31:16] "GET /virtual-network/b8322d35-1fa3-434c-892d-c627e3b98b88 HTTP/1.1" 200 3534 0.005413 10.0.0.38 - - [2026-04-27 02:31:16] "GET /routing-instance/57a2aa78-2ed9-496d-a628-43900c22b4ec HTTP/1.1" 200 1495 0.003557 10.0.0.38 - - [2026-04-27 02:31:16] "GET /routing-instance/57a2aa78-2ed9-496d-a628-43900c22b4ec HTTP/1.1" 200 1495 0.005597 10.0.0.38 - - [2026-04-27 02:31:16] "GET /route-target/c14b9de4-f607-4544-aeeb-5d61afff3af2 HTTP/1.1" 200 1223 0.003709 10.0.0.38 - - [2026-04-27 02:31:16] "GET /domains HTTP/1.1" 200 280 0.002539 10.0.0.38 - - [2026-04-27 02:31:16] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001048 10.0.0.38 - - [2026-04-27 02:31:16] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2972 0.006614 10.0.0.38 - - [2026-04-27 02:31:16] "GET /projects?obj_uuids=8c8e9092-e4c4-4e3e-985a-be2d25439f68&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001025 10.0.0.38 - - [2026-04-27 02:31:16] "GET /project/8c8e9092-e4c4-4e3e-985a-be2d25439f68 HTTP/1.1" 200 2458 0.074624 10.0.0.38 - - [2026-04-27 02:31:16] "GET /virtual-network/b8322d35-1fa3-434c-892d-c627e3b98b88 HTTP/1.1" 200 3534 0.010190 10.0.0.38 - - [2026-04-27 02:31:17] "GET /obj-perms HTTP/1.1" 200 5062 0.077090 10.0.0.38 - - [2026-04-27 02:31:17] "GET /domains HTTP/1.1" 200 280 0.002424 10.0.0.38 - - [2026-04-27 02:31:17] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.38 - - [2026-04-27 02:31:17] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2972 0.007785 10.0.0.38 - - [2026-04-27 02:31:17] "GET /projects?obj_uuids=8c8e9092-e4c4-4e3e-985a-be2d25439f68&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000930 10.0.0.38 - - [2026-04-27 02:31:17] "GET /project/8c8e9092-e4c4-4e3e-985a-be2d25439f68 HTTP/1.1" 200 2458 0.073332 10.0.0.38 - - [2026-04-27 02:31:17] "GET /network-policy/cfa1a31e-5567-40ab-a622-6dcaa03786ea HTTP/1.1" 200 3479 0.004992 10.0.0.38 - - [2026-04-27 02:31:17] "DELETE /network-policy/cfa1a31e-5567-40ab-a622-6dcaa03786ea HTTP/1.1" 409 238 0.007720 10.0.0.38 - - [2026-04-27 02:31:17] "POST /neutron/network HTTP/1.1" 200 1120 0.008943 10.0.0.38 - - [2026-04-27 02:31:17] "DELETE /access-control-list/65bd1448-e810-4025-a79f-6d6f2ff79c03 HTTP/1.1" 200 115 0.029997 10.0.0.38 - - [2026-04-27 02:31:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003221 10.0.0.38 - - [2026-04-27 02:31:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002577 10.0.0.38 - - [2026-04-27 02:31:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002472 10.0.0.38 - - [2026-04-27 02:31:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002001 10.0.0.38 - - [2026-04-27 02:31:17] "POST /neutron/network HTTP/1.1" 200 151 0.137353 10.0.0.38 - - [2026-04-27 02:31:17] "GET /routing-instance/57a2aa78-2ed9-496d-a628-43900c22b4ec HTTP/1.1" 404 171 0.002585 10.0.0.38 - - [2026-04-27 02:31:17] "GET /domains HTTP/1.1" 200 280 0.003175 10.0.0.38 - - [2026-04-27 02:31:17] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001092 10.0.0.38 - - [2026-04-27 02:31:17] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2972 0.052304 10.0.0.38 - - [2026-04-27 02:31:17] "GET /projects?obj_uuids=8c8e9092-e4c4-4e3e-985a-be2d25439f68&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000976 10.0.0.38 - - [2026-04-27 02:31:17] "GET /project/8c8e9092-e4c4-4e3e-985a-be2d25439f68 HTTP/1.1" 200 2204 0.070851 10.0.0.38 - - [2026-04-27 02:31:17] "DELETE /network-policy/cfa1a31e-5567-40ab-a622-6dcaa03786ea HTTP/1.1" 200 115 0.028670 10.0.0.38 - - [2026-04-27 02:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.38 - - [2026-04-27 02:31:17] "GET /projects?obj_uuids=8c8e9092-e4c4-4e3e-985a-be2d25439f68&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001362 10.0.0.38 - - [2026-04-27 02:31:17] "GET /project/8c8e9092-e4c4-4e3e-985a-be2d25439f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.025102 10.0.0.38 - - [2026-04-27 02:31:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-31304745&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005010 10.0.0.38 - - [2026-04-27 02:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.38 - - [2026-04-27 02:31:17] "DELETE /route-target/c14b9de4-f607-4544-aeeb-5d61afff3af2 HTTP/1.1" 200 115 0.018181 10.0.0.38 - - [2026-04-27 02:31:18] "GET /projects?obj_uuids=8c8e9092-e4c4-4e3e-985a-be2d25439f68&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001227 10.0.0.38 - - [2026-04-27 02:31:18] "GET /project/8c8e9092-e4c4-4e3e-985a-be2d25439f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.027205 10.0.0.38 - - [2026-04-27 02:31:18] "GET /projects?obj_uuids=8c8e9092-e4c4-4e3e-985a-be2d25439f68&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001515 10.0.0.38 - - [2026-04-27 02:31:18] "GET /project/8c8e9092-e4c4-4e3e-985a-be2d25439f68?fields=virtual_networks HTTP/1.1" 200 1064 0.072670 10.0.0.38 - - [2026-04-27 02:31:18] "GET /projects?obj_uuids=8c8e9092-e4c4-4e3e-985a-be2d25439f68&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001180 10.0.0.38 - - [2026-04-27 02:31:18] "GET /project/8c8e9092-e4c4-4e3e-985a-be2d25439f68?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.031544 10.0.0.38 - - [2026-04-27 02:31:18] "GET /projects?obj_uuids=8c8e9092-e4c4-4e3e-985a-be2d25439f68&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001172 10.0.0.38 - - [2026-04-27 02:31:18] "GET /project/8c8e9092-e4c4-4e3e-985a-be2d25439f68?fields=security_groups HTTP/1.1" 200 1306 0.026217 10.0.0.38 - - [2026-04-27 02:31:19] "POST /fqname-to-id HTTP/1.1" 404 190 0.031310 10.0.0.38 - - [2026-04-27 02:31:19] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002135 10.0.0.38 - - [2026-04-27 02:31:19] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001158 10.0.0.38 - - [2026-04-27 02:31:19] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007180 10.0.0.38 - - [2026-04-27 02:31:19] "POST /id-to-fqname HTTP/1.1" 200 192 0.001404 10.0.0.38 - - [2026-04-27 02:31:19] "POST /fqname-to-id HTTP/1.1" 404 201 0.006895 10.0.0.38 - - [2026-04-27 02:31:19] "POST /security-groups HTTP/1.1" 200 593 0.072298 10.0.0.38 - - [2026-04-27 02:31:19] "POST /fqname-to-id HTTP/1.1" 404 236 0.004008 10.0.0.38 - - [2026-04-27 02:31:19] "POST /projects HTTP/1.1" 200 589 0.232174 10.0.0.38 - - [2026-04-27 02:31:19] "POST /access-control-lists HTTP/1.1" 200 598 0.065429 10.0.0.38 - - [2026-04-27 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.315249 10.0.0.38 - - [2026-04-27 02:31:19] "POST /fqname-to-id HTTP/1.1" 404 235 0.002528 10.0.0.38 - - [2026-04-27 02:31:19] "GET /project/55c86cc0-f3db-43df-a9ae-3bac0cd24419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.453085 10.0.0.38 - - [2026-04-27 02:31:20] "POST /access-control-lists HTTP/1.1" 200 596 0.060526 10.0.0.38 - - [2026-04-27 02:31:21] "GET / HTTP/1.1" 200 35931 0.002047 10.0.0.38 - - [2026-04-27 02:31:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474 10.0.0.38 - - [2026-04-27 02:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.062140 10.0.0.38 - - [2026-04-27 02:31:22] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000969 10.0.0.38 - - [2026-04-27 02:31:22] "GET /project/55c86cc0-f3db-43df-a9ae-3bac0cd24419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.024050 10.0.0.38 - - [2026-04-27 02:31:22] "POST /neutron/network HTTP/1.1" 200 117 0.038729 10.0.0.38 - - [2026-04-27 02:31:22] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001352 10.0.0.38 - - [2026-04-27 02:31:22] "POST /neutron/network HTTP/1.1" 200 607 0.063790 10.0.0.38 - - [2026-04-27 02:31:22] "POST /route-targets HTTP/1.1" 200 327 0.016770 10.0.0.38 - - [2026-04-27 02:31:22] "POST /ref-update HTTP/1.1" 200 156 0.009519 10.0.0.38 - - [2026-04-27 02:31:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003779 10.0.0.38 - - [2026-04-27 02:31:22] "POST /neutron/subnet HTTP/1.1" 200 720 0.143835 10.0.0.38 - - [2026-04-27 02:31:22] "POST /neutron/network HTTP/1.1" 200 825 0.006272 10.0.0.38 - - [2026-04-27 02:31:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001610 10.0.0.38 - - [2026-04-27 02:31:22] "GET /virtual-network/cdab599a-dfda-4874-ab7a-40ee13dd3368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004573 10.0.0.38 - - [2026-04-27 02:31:22] "POST /neutron/network HTTP/1.1" 200 825 0.004947 10.0.0.38 - - [2026-04-27 02:31:22] "GET /virtual-network/cdab599a-dfda-4874-ab7a-40ee13dd3368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005582 10.0.0.38 - - [2026-04-27 02:31:22] "POST /neutron/network HTTP/1.1" 200 825 0.006811 10.0.0.38 - - [2026-04-27 02:31:22] "POST /neutron/subnet HTTP/1.1" 200 720 0.007234 10.0.0.38 - - [2026-04-27 02:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002627 10.0.0.38 - - [2026-04-27 02:31:22] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001310 10.0.0.38 - - [2026-04-27 02:31:22] "GET /project/55c86cc0-f3db-43df-a9ae-3bac0cd24419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.027975 10.0.0.38 - - [2026-04-27 02:31:22] "POST /neutron/network HTTP/1.1" 200 117 0.011666 10.0.0.38 - - [2026-04-27 02:31:22] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001131 10.0.0.38 - - [2026-04-27 02:31:22] "POST /neutron/network HTTP/1.1" 200 607 0.066375 10.0.0.38 - - [2026-04-27 02:31:23] "POST /route-targets HTTP/1.1" 200 327 0.010036 10.0.0.38 - - [2026-04-27 02:31:23] "POST /ref-update HTTP/1.1" 200 156 0.012222 10.0.0.38 - - [2026-04-27 02:31:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003092 10.0.0.38 - - [2026-04-27 02:31:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.184138 10.0.0.38 - - [2026-04-27 02:31:23] "POST /neutron/network HTTP/1.1" 200 827 0.005539 10.0.0.38 - - [2026-04-27 02:31:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001502 10.0.0.38 - - [2026-04-27 02:31:23] "GET /virtual-network/bf88b685-d865-4424-82f1-1663f32d67e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006181 10.0.0.38 - - [2026-04-27 02:31:23] "POST /neutron/network HTTP/1.1" 200 827 0.006439 10.0.0.38 - - [2026-04-27 02:31:23] "GET /virtual-network/bf88b685-d865-4424-82f1-1663f32d67e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005143 10.0.0.38 - - [2026-04-27 02:31:23] "POST /neutron/network HTTP/1.1" 200 827 0.005852 10.0.0.38 - - [2026-04-27 02:31:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.006431 10.0.0.38 - - [2026-04-27 02:31:23] "POST /fqname-to-id HTTP/1.1" 404 228 0.001909 10.0.0.38 - - [2026-04-27 02:31:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002149 10.0.0.38 - - [2026-04-27 02:31:23] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001022 10.0.0.38 - - [2026-04-27 02:31:23] "GET /project/55c86cc0-f3db-43df-a9ae-3bac0cd24419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.023975 10.0.0.38 - - [2026-04-27 02:31:23] "POST /network-policys HTTP/1.1" 200 571 0.018308 10.0.0.38 - - [2026-04-27 02:31:23] "GET /network-policy/24f41f97-c79d-465c-8068-f5d5504ff18c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.005300 10.0.0.38 - - [2026-04-27 02:31:23] "POST /neutron/network HTTP/1.1" 200 825 0.005502 10.0.0.38 - - [2026-04-27 02:31:23] "POST /fqname-to-id HTTP/1.1" 404 236 0.003261 10.0.0.38 - - [2026-04-27 02:31:23] "POST /neutron/network HTTP/1.1" 200 927 0.045721 10.0.0.38 - - [2026-04-27 02:31:23] "POST /neutron/network HTTP/1.1" 200 927 0.040408 10.0.0.38 - - [2026-04-27 02:31:23] "POST /access-control-lists HTTP/1.1" 200 590 0.066559 10.0.0.38 - - [2026-04-27 02:31:23] "GET /virtual-network/cdab599a-dfda-4874-ab7a-40ee13dd3368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005756 10.0.0.38 - - [2026-04-27 02:31:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.38 - - [2026-04-27 02:31:23] "GET /network-policy/24f41f97-c79d-465c-8068-f5d5504ff18c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.003399 10.0.0.38 - - [2026-04-27 02:31:23] "POST /neutron/network HTTP/1.1" 200 827 0.006230 10.0.0.38 - - [2026-04-27 02:31:23] "POST /fqname-to-id HTTP/1.1" 404 236 0.003586 10.0.0.38 - - [2026-04-27 02:31:23] "POST /neutron/network HTTP/1.1" 200 929 0.037742 10.0.0.38 - - [2026-04-27 02:31:23] "POST /neutron/network HTTP/1.1" 200 929 0.042230 10.0.0.38 - - [2026-04-27 02:31:23] "POST /access-control-lists HTTP/1.1" 200 590 0.065502 10.0.0.38 - - [2026-04-27 02:31:23] "GET /virtual-network/bf88b685-d865-4424-82f1-1663f32d67e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005853 10.0.0.38 - - [2026-04-27 02:31:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002407 10.0.0.38 - - [2026-04-27 02:31:24] "POST /ref-update HTTP/1.1" 200 156 0.012101 10.0.0.38 - - [2026-04-27 02:31:24] "GET /network-policy/24f41f97-c79d-465c-8068-f5d5504ff18c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.004732 10.0.0.38 - - [2026-04-27 02:31:24] "GET /domains HTTP/1.1" 401 292 0.000506 10.0.0.38 - - [2026-04-27 02:31:24] "GET /domains HTTP/1.1" 200 280 0.031130 10.0.0.38 - - [2026-04-27 02:31:24] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001278 10.0.0.38 - - [2026-04-27 02:31:24] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 3160 0.008401 10.0.0.38 - - [2026-04-27 02:31:24] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001595 10.0.0.38 - - [2026-04-27 02:31:24] "GET /project/55c86cc0-f3db-43df-a9ae-3bac0cd24419 HTTP/1.1" 200 2570 0.073241 10.0.0.38 - - [2026-04-27 02:31:24] "GET /virtual-network/cdab599a-dfda-4874-ab7a-40ee13dd3368 HTTP/1.1" 200 2889 0.007091 10.0.0.38 - - [2026-04-27 02:31:24] "GET /virtual-network/cdab599a-dfda-4874-ab7a-40ee13dd3368 HTTP/1.1" 200 2889 0.006915 10.0.0.38 - - [2026-04-27 02:31:24] "GET /routing-instance/768bec46-193c-4920-8b0e-54373b2cdd4c HTTP/1.1" 200 1783 0.003473 10.0.0.38 - - [2026-04-27 02:31:24] "GET /routing-instance/768bec46-193c-4920-8b0e-54373b2cdd4c HTTP/1.1" 200 1783 0.003453 10.0.0.38 - - [2026-04-27 02:31:24] "GET /route-target/7402d075-f6a4-4f44-b665-4437716a1b52 HTTP/1.1" 200 1206 0.003281 10.0.0.38 - - [2026-04-27 02:31:24] "GET /virtual-network/cdab599a-dfda-4874-ab7a-40ee13dd3368 HTTP/1.1" 200 2889 0.006006 10.0.0.38 - - [2026-04-27 02:31:24] "GET /routing-instance/768bec46-193c-4920-8b0e-54373b2cdd4c HTTP/1.1" 200 1783 0.003710 10.0.0.38 - - [2026-04-27 02:31:24] "GET /virtual-network/cdab599a-dfda-4874-ab7a-40ee13dd3368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004715 10.0.0.38 - - [2026-04-27 02:31:24] "GET /virtual-network/cdab599a-dfda-4874-ab7a-40ee13dd3368 HTTP/1.1" 200 2889 0.008257 10.0.0.38 - - [2026-04-27 02:31:24] "GET /routing-instance/768bec46-193c-4920-8b0e-54373b2cdd4c HTTP/1.1" 200 1783 0.003502 10.0.0.38 - - [2026-04-27 02:31:24] "GET /routing-instance/768bec46-193c-4920-8b0e-54373b2cdd4c HTTP/1.1" 200 1783 0.003732 10.0.0.38 - - [2026-04-27 02:31:24] "GET /route-target/7402d075-f6a4-4f44-b665-4437716a1b52 HTTP/1.1" 200 1206 0.003073 10.0.0.38 - - [2026-04-27 02:31:24] "GET /domains HTTP/1.1" 200 280 0.002978 10.0.0.38 - - [2026-04-27 02:31:24] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001047 10.0.0.38 - - [2026-04-27 02:31:24] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 3160 0.007106 10.0.0.38 - - [2026-04-27 02:31:24] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000957 10.0.0.38 - - [2026-04-27 02:31:24] "GET /project/55c86cc0-f3db-43df-a9ae-3bac0cd24419 HTTP/1.1" 200 2570 0.070462 10.0.0.38 - - [2026-04-27 02:31:24] "GET /virtual-network/cdab599a-dfda-4874-ab7a-40ee13dd3368 HTTP/1.1" 200 2889 0.006298 10.0.0.38 - - [2026-04-27 02:31:25] "GET /obj-perms HTTP/1.1" 200 5034 0.079476 10.0.0.38 - - [2026-04-27 02:31:25] "GET /domains HTTP/1.1" 200 280 0.004295 10.0.0.38 - - [2026-04-27 02:31:25] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001605 10.0.0.38 - - [2026-04-27 02:31:25] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 3160 0.009643 10.0.0.38 - - [2026-04-27 02:31:25] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001294 10.0.0.38 - - [2026-04-27 02:31:25] "GET /project/55c86cc0-f3db-43df-a9ae-3bac0cd24419 HTTP/1.1" 200 2570 0.070689 10.0.0.38 - - [2026-04-27 02:31:25] "GET /virtual-network/bf88b685-d865-4424-82f1-1663f32d67e9 HTTP/1.1" 200 2894 0.007563 10.0.0.38 - - [2026-04-27 02:31:25] "GET /virtual-network/bf88b685-d865-4424-82f1-1663f32d67e9 HTTP/1.1" 200 2894 0.004962 10.0.0.38 - - [2026-04-27 02:31:25] "GET /routing-instance/86291037-fe67-4b6f-8df4-fb4821d839b3 HTTP/1.1" 200 1783 0.003664 10.0.0.38 - - [2026-04-27 02:31:25] "GET /routing-instance/86291037-fe67-4b6f-8df4-fb4821d839b3 HTTP/1.1" 200 1783 0.003665 10.0.0.38 - - [2026-04-27 02:31:25] "GET /route-target/3f4f959e-131f-495b-8620-2f62af0a9625 HTTP/1.1" 200 1205 0.004730 10.0.0.38 - - [2026-04-27 02:31:25] "GET /virtual-network/bf88b685-d865-4424-82f1-1663f32d67e9 HTTP/1.1" 200 2894 0.006170 10.0.0.38 - - [2026-04-27 02:31:25] "GET /routing-instance/86291037-fe67-4b6f-8df4-fb4821d839b3 HTTP/1.1" 200 1783 0.003852 10.0.0.38 - - [2026-04-27 02:31:25] "GET /virtual-network/bf88b685-d865-4424-82f1-1663f32d67e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005378 10.0.0.38 - - [2026-04-27 02:31:25] "GET /virtual-network/bf88b685-d865-4424-82f1-1663f32d67e9 HTTP/1.1" 200 2894 0.004747 10.0.0.38 - - [2026-04-27 02:31:25] "GET /routing-instance/86291037-fe67-4b6f-8df4-fb4821d839b3 HTTP/1.1" 200 1783 0.003816 10.0.0.38 - - [2026-04-27 02:31:25] "GET /routing-instance/86291037-fe67-4b6f-8df4-fb4821d839b3 HTTP/1.1" 200 1783 0.007573 10.0.0.38 - - [2026-04-27 02:31:25] "GET /route-target/3f4f959e-131f-495b-8620-2f62af0a9625 HTTP/1.1" 200 1205 0.003195 10.0.0.38 - - [2026-04-27 02:31:25] "GET /domains HTTP/1.1" 200 280 0.002774 10.0.0.38 - - [2026-04-27 02:31:25] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.38 - - [2026-04-27 02:31:25] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 3160 0.006280 10.0.0.38 - - [2026-04-27 02:31:25] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000965 10.0.0.38 - - [2026-04-27 02:31:25] "GET /project/55c86cc0-f3db-43df-a9ae-3bac0cd24419 HTTP/1.1" 200 2570 0.067661 10.0.0.38 - - [2026-04-27 02:31:25] "GET /virtual-network/bf88b685-d865-4424-82f1-1663f32d67e9 HTTP/1.1" 200 2894 0.005145 10.0.0.38 - - [2026-04-27 02:31:25] "GET /obj-perms HTTP/1.1" 200 5034 0.003716 10.0.0.38 - - [2026-04-27 02:31:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001369 10.0.0.38 - - [2026-04-27 02:31:25] "POST /neutron/network HTTP/1.1" 200 937 0.005461 10.0.0.38 - - [2026-04-27 02:31:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000560 10.0.0.38 - - [2026-04-27 02:31:26] "GET / HTTP/1.1" 200 35931 0.001755 10.0.0.38 - - [2026-04-27 02:31:26] "GET /project/55c86cc0-f3db-43df-a9ae-3bac0cd24419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000361 10.0.0.38 - - [2026-04-27 02:31:26] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001110 10.0.0.38 - - [2026-04-27 02:31:26] "GET /project/55c86cc0-f3db-43df-a9ae-3bac0cd24419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.059668 10.0.0.38 - - [2026-04-27 02:31:26] "POST /neutron/network HTTP/1.1" 200 927 0.005254 10.0.0.38 - - [2026-04-27 02:31:26] "POST /neutron/port HTTP/1.1" 200 117 0.005609 10.0.0.38 - - [2026-04-27 02:31:26] "POST /neutron/port HTTP/1.1" 200 117 0.006454 10.0.0.38 - - [2026-04-27 02:31:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001167 10.0.0.38 - - [2026-04-27 02:31:26] "POST /neutron/port HTTP/1.1" 200 117 0.006069 10.0.0.38 - - [2026-04-27 02:31:26] "POST /neutron/network HTTP/1.1" 200 939 0.005651 10.0.0.38 - - [2026-04-27 02:31:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000400 10.0.0.38 - - [2026-04-27 02:31:27] "POST /neutron/network HTTP/1.1" 200 937 0.005753 10.0.0.38 - - [2026-04-27 02:31:27] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001022 10.0.0.38 - - [2026-04-27 02:31:27] "GET / HTTP/1.1" 200 35931 0.003496 10.0.0.38 - - [2026-04-27 02:31:27] "GET /project/55c86cc0-f3db-43df-a9ae-3bac0cd24419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000486 10.0.0.38 - - [2026-04-27 02:31:27] "POST /neutron/port HTTP/1.1" 200 1061 0.218947 10.0.0.38 - - [2026-04-27 02:31:27] "POST /neutron/port HTTP/1.1" 200 1061 0.013811 10.0.0.38 - - [2026-04-27 02:31:27] "POST /neutron/port HTTP/1.1" 200 1061 0.012364 10.0.0.38 - - [2026-04-27 02:31:27] "POST /neutron/port HTTP/1.1" 200 1115 0.069539 10.0.0.38 - - [2026-04-27 02:31:27] "POST /neutron/port HTTP/1.1" 200 1125 0.013235 10.0.0.38 - - [2026-04-27 02:31:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003160 10.0.0.38 - - [2026-04-27 02:31:27] "POST /neutron/subnet HTTP/1.1" 200 694 0.006430 10.0.0.38 - - [2026-04-27 02:31:27] "POST /neutron/port HTTP/1.1" 200 117 0.001190 10.0.0.38 - - [2026-04-27 02:31:27] "POST /neutron/network HTTP/1.1" 200 927 0.006203 10.0.0.38 - - [2026-04-27 02:31:27] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001003 10.0.0.38 - - [2026-04-27 02:31:27] "GET /project/55c86cc0-f3db-43df-a9ae-3bac0cd24419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.062521 10.0.0.38 - - [2026-04-27 02:31:27] "POST /neutron/network HTTP/1.1" 200 929 0.007032 10.0.0.38 - - [2026-04-27 02:31:27] "POST /neutron/port HTTP/1.1" 200 1125 0.016940 10.0.0.38 - - [2026-04-27 02:31:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008150 10.0.0.38 - - [2026-04-27 02:31:27] "POST /neutron/port HTTP/1.1" 200 117 0.007426 10.0.0.38 - - [2026-04-27 02:31:27] "POST /neutron/port HTTP/1.1" 200 1125 0.016721 10.0.0.38 - - [2026-04-27 02:31:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006449 10.0.0.38 - - [2026-04-27 02:31:28] "POST /neutron/network HTTP/1.1" 200 939 0.005446 10.0.0.38 - - [2026-04-27 02:31:28] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001160 10.0.0.38 - - [2026-04-27 02:31:28] "POST /neutron/port HTTP/1.1" 200 1063 0.274695 10.0.0.38 - - [2026-04-27 02:31:28] "POST /neutron/port HTTP/1.1" 200 1063 0.010946 10.0.0.38 - - [2026-04-27 02:31:28] "POST /neutron/port HTTP/1.1" 200 1063 0.016080 10.0.0.38 - - [2026-04-27 02:31:28] "POST /neutron/port HTTP/1.1" 200 1117 0.075733 10.0.0.38 - - [2026-04-27 02:31:28] "POST /neutron/port HTTP/1.1" 200 1127 0.012223 10.0.0.38 - - [2026-04-27 02:31:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003772 10.0.0.38 - - [2026-04-27 02:31:28] "POST /neutron/subnet HTTP/1.1" 200 703 0.011788 10.0.0.38 - - [2026-04-27 02:31:28] "POST /neutron/port HTTP/1.1" 200 117 0.001200 10.0.0.38 - - [2026-04-27 02:31:28] "POST /neutron/network HTTP/1.1" 200 929 0.007385 10.0.0.38 - - [2026-04-27 02:31:33] "POST /neutron/port HTTP/1.1" 200 1125 0.016365 10.0.0.38 - - [2026-04-27 02:31:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006735 10.0.0.38 - - [2026-04-27 02:31:33] "POST /neutron/port HTTP/1.1" 200 1125 0.015276 10.0.0.38 - - [2026-04-27 02:31:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006195 10.0.0.38 - - [2026-04-27 02:31:33] "POST /neutron/port HTTP/1.1" 200 1125 0.013119 10.0.0.38 - - [2026-04-27 02:31:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005812 10.0.0.38 - - [2026-04-27 02:31:33] "GET /virtual-machine/000875d4-a892-48c1-b64a-5341e68fa23e HTTP/1.1" 200 1291 0.006142 10.0.0.38 - - [2026-04-27 02:31:33] "GET /virtual-machine-interface/14875ba3-2015-43b3-a9fc-5f422af253a4 HTTP/1.1" 200 2950 0.004888 10.0.0.38 - - [2026-04-27 02:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.38 - - [2026-04-27 02:31:33] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003355 10.0.0.38 - - [2026-04-27 02:31:33] "GET /virtual-networks?parent_id=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003394 10.0.0.38 - - [2026-04-27 02:31:33] "GET /virtual-network/cdab599a-dfda-4874-ab7a-40ee13dd3368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005880 10.0.0.38 - - [2026-04-27 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.38 - - [2026-04-27 02:31:36] "GET /virtual-network/cdab599a-dfda-4874-ab7a-40ee13dd3368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.008065 10.0.0.38 - - [2026-04-27 02:31:37] "POST /neutron/port HTTP/1.1" 200 1125 0.014284 10.0.0.38 - - [2026-04-27 02:31:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005737 10.0.0.38 - - [2026-04-27 02:31:38] "POST /neutron/port HTTP/1.1" 200 1127 0.016423 10.0.0.38 - - [2026-04-27 02:31:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005589 10.0.0.38 - - [2026-04-27 02:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.38 - - [2026-04-27 02:31:38] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003841 10.0.0.38 - - [2026-04-27 02:31:38] "GET /virtual-networks?parent_id=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003965 10.0.0.38 - - [2026-04-27 02:31:38] "GET /virtual-network/cdab599a-dfda-4874-ab7a-40ee13dd3368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005541 10.0.0.38 - - [2026-04-27 02:31:38] "POST /neutron/port HTTP/1.1" 200 1125 0.012241 10.0.0.38 - - [2026-04-27 02:31:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006914 10.0.0.38 - - [2026-04-27 02:31:44] "POST /neutron/port HTTP/1.1" 200 1127 0.017546 10.0.0.38 - - [2026-04-27 02:31:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007109 10.0.0.38 - - [2026-04-27 02:31:44] "POST /neutron/port HTTP/1.1" 200 1127 0.016160 10.0.0.38 - - [2026-04-27 02:31:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005944 10.0.0.38 - - [2026-04-27 02:31:44] "POST /neutron/port HTTP/1.1" 200 1127 0.012615 10.0.0.38 - - [2026-04-27 02:31:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006239 10.0.0.38 - - [2026-04-27 02:31:44] "GET /virtual-machine/2093e103-6a1c-4bc1-8f36-17e3779d1ce9 HTTP/1.1" 200 1294 0.004575 10.0.0.38 - - [2026-04-27 02:31:44] "GET /virtual-machine-interface/8879bd68-5462-4f72-9d06-4053d8671a5a HTTP/1.1" 200 2950 0.005103 10.0.0.38 - - [2026-04-27 02:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.38 - - [2026-04-27 02:31:44] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002897 10.0.0.38 - - [2026-04-27 02:31:44] "GET /virtual-networks?parent_id=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002892 10.0.0.38 - - [2026-04-27 02:31:44] "GET /virtual-network/bf88b685-d865-4424-82f1-1663f32d67e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005454 10.0.0.38 - - [2026-04-27 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.38 - - [2026-04-27 02:31:45] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003875 10.0.0.38 - - [2026-04-27 02:31:45] "GET /virtual-networks?parent_id=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004337 10.0.0.38 - - [2026-04-27 02:31:45] "GET /virtual-network/bf88b685-d865-4424-82f1-1663f32d67e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005191 10.0.0.38 - - [2026-04-27 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.38 - - [2026-04-27 02:31:50] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001082 10.0.0.38 - - [2026-04-27 02:31:50] "GET /project/55c86cc0-f3db-43df-a9ae-3bac0cd24419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.025056 10.0.0.38 - - [2026-04-27 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.38 - - [2026-04-27 02:31:50] "PUT /network-policy/24f41f97-c79d-465c-8068-f5d5504ff18c HTTP/1.1" 200 262 0.010479 10.0.0.38 - - [2026-04-27 02:31:50] "PUT /access-control-list/9497e186-c7a8-44a9-8363-347ef20cb4c9 HTTP/1.1" 200 272 0.052612 10.0.0.38 - - [2026-04-27 02:31:50] "POST /ref-update HTTP/1.1" 200 156 0.011371 10.0.0.38 - - [2026-04-27 02:31:50] "PUT /access-control-list/02df688a-b889-467a-81d6-d5cecc96fee4 HTTP/1.1" 200 272 0.053850 10.0.0.38 - - [2026-04-27 02:31:50] "POST /ref-update HTTP/1.1" 200 156 0.012882 10.0.0.38 - - [2026-04-27 02:31:51] "DELETE /project/25e2ef33c99e48e89fcd16f8b9e4f43f HTTP/1.1" 404 173 0.014043 10.0.0.38 - - [2026-04-27 02:31:51] "DELETE /project/8c8e9092e4c44e3e985abe2d25439f68 HTTP/1.1" 404 173 0.013249 10.0.0.38 - - [2026-04-27 02:31:51] "DELETE /project/55c86cc0f3db43dfa9ae3bac0cd24419 HTTP/1.1" 404 173 0.010251 10.0.0.38 - - [2026-04-27 02:31:51] "GET /projects?obj_uuids=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001049 10.0.0.38 - - [2026-04-27 02:31:51] "GET /projects?obj_uuids=8c8e9092-e4c4-4e3e-985a-be2d25439f68&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000818 10.0.0.38 - - [2026-04-27 02:31:51] "GET /projects?obj_uuids=25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000758 10.0.0.38 - - [2026-04-27 02:31:51] "GET /project/25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.043744 10.0.0.38 - - [2026-04-27 02:31:51] "GET /project/4138dec5-08a6-48f4-aaa7-020fa71dc0af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.046973 10.0.0.38 - - [2026-04-27 02:31:51] "GET /project/8c8e9092-e4c4-4e3e-985a-be2d25439f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.055473 10.0.0.38 - - [2026-04-27 02:31:51] "GET /projects?obj_uuids=8c8e9092-e4c4-4e3e-985a-be2d25439f68&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000917 10.0.0.38 - - [2026-04-27 02:31:51] "GET /projects?obj_uuids=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001083 10.0.0.38 - - [2026-04-27 02:31:51] "GET /projects?obj_uuids=25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000685 10.0.0.38 - - [2026-04-27 02:31:51] "GET /project/25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f?fields=security_groups HTTP/1.1" 200 1386 0.040479 10.0.0.38 - - [2026-04-27 02:31:51] "GET /project/4138dec5-08a6-48f4-aaa7-020fa71dc0af?fields=security_groups HTTP/1.1" 200 1371 0.043097 10.0.0.38 - - [2026-04-27 02:31:51] "GET /project/8c8e9092-e4c4-4e3e-985a-be2d25439f68?fields=security_groups HTTP/1.1" 200 1411 0.047332 10.0.0.38 - - [2026-04-27 02:31:51] "DELETE /security-group/28babd11-1f6f-42ff-9818-03c3783708ed HTTP/1.1" 200 115 0.090558 10.0.0.38 - - [2026-04-27 02:31:51] "DELETE /security-group/13ebc198-4d99-4b48-98e6-502e7d22bd9e HTTP/1.1" 200 115 0.104988 10.0.0.38 - - [2026-04-27 02:31:51] "GET /projects?obj_uuids=4138dec5-08a6-48f4-aaa7-020fa71dc0af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002208 10.0.0.38 - - [2026-04-27 02:31:51] "DELETE /security-group/0daa15de-93e6-4004-8caf-42d89ed230af HTTP/1.1" 200 115 0.108372 10.0.0.38 - - [2026-04-27 02:31:51] "GET /projects?obj_uuids=25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001191 10.0.0.38 - - [2026-04-27 02:31:51] "GET /projects?obj_uuids=8c8e9092-e4c4-4e3e-985a-be2d25439f68&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000890 10.0.0.38 - - [2026-04-27 02:31:51] "DELETE /access-control-list/cd38ad6b-3406-4b9d-a7fc-3493cecaff4a HTTP/1.1" 200 115 0.068357 10.0.0.38 - - [2026-04-27 02:31:51] "GET /project/4138dec5-08a6-48f4-aaa7-020fa71dc0af?fields=application_policy_sets HTTP/1.1" 200 1410 0.046646 10.0.0.38 - - [2026-04-27 02:31:51] "GET /project/8c8e9092-e4c4-4e3e-985a-be2d25439f68?fields=application_policy_sets HTTP/1.1" 200 1450 0.039727 10.0.0.38 - - [2026-04-27 02:31:51] "DELETE /access-control-list/f4c26bfe-c45a-4761-a37d-c99e9f56fd2b HTTP/1.1" 200 115 0.041528 10.0.0.38 - - [2026-04-27 02:31:51] "GET /project/25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f?fields=application_policy_sets HTTP/1.1" 200 1425 0.079705 10.0.0.38 - - [2026-04-27 02:31:51] "DELETE /access-control-list/10153e1c-e69a-453f-bcd7-fe9e85f57c9d HTTP/1.1" 200 115 0.034002 10.0.0.38 - - [2026-04-27 02:31:51] "DELETE /access-control-list/872de142-78d9-4e62-9188-e5867bf34ea6 HTTP/1.1" 200 115 0.047273 10.0.0.38 - - [2026-04-27 02:31:51] "DELETE /access-control-list/947ef3c6-167b-4d99-9153-650aa13b1713 HTTP/1.1" 200 115 0.038743 10.0.0.38 - - [2026-04-27 02:31:51] "DELETE /project/4138dec5-08a6-48f4-aaa7-020fa71dc0af HTTP/1.1" 200 115 0.496372 10.0.0.38 - - [2026-04-27 02:31:51] "DELETE /project/8c8e9092-e4c4-4e3e-985a-be2d25439f68 HTTP/1.1" 200 115 0.494578 10.0.0.38 - - [2026-04-27 02:31:51] "DELETE /access-control-list/2a99f4bf-bf2c-4ecc-bb75-31ded6fead1e HTTP/1.1" 200 115 0.028496 10.0.0.38 - - [2026-04-27 02:31:51] "DELETE /project/25e2ef33-c99e-48e8-9fcd-16f8b9e4f43f HTTP/1.1" 200 115 0.508155 10.0.0.38 - - [2026-04-27 02:31:53] "GET /virtual-network/bf88b685-d865-4424-82f1-1663f32d67e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005396 10.0.0.38 - - [2026-04-27 02:31:53] "POST /neutron/network HTTP/1.1" 200 929 0.005851 10.0.0.38 - - [2026-04-27 02:31:53] "POST /neutron/network HTTP/1.1" 200 827 0.062077 10.0.0.38 - - [2026-04-27 02:31:53] "DELETE /access-control-list/02df688a-b889-467a-81d6-d5cecc96fee4 HTTP/1.1" 200 115 0.058634 10.0.0.38 - - [2026-04-27 02:31:53] "POST /neutron/network HTTP/1.1" 200 827 0.018638 10.0.0.38 - - [2026-04-27 02:31:53] "GET /virtual-network/bf88b685-d865-4424-82f1-1663f32d67e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.013052 10.0.0.38 - - [2026-04-27 02:31:53] "GET /virtual-network/cdab599a-dfda-4874-ab7a-40ee13dd3368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.009985 10.0.0.38 - - [2026-04-27 02:31:53] "POST /neutron/network HTTP/1.1" 200 927 0.012242 10.0.0.38 - - [2026-04-27 02:31:53] "POST /neutron/network HTTP/1.1" 200 825 0.075953 10.0.0.38 - - [2026-04-27 02:31:53] "DELETE /access-control-list/9497e186-c7a8-44a9-8363-347ef20cb4c9 HTTP/1.1" 200 115 0.067039 10.0.0.38 - - [2026-04-27 02:31:53] "POST /neutron/network HTTP/1.1" 200 825 0.010532 10.0.0.38 - - [2026-04-27 02:31:54] "GET /virtual-network/cdab599a-dfda-4874-ab7a-40ee13dd3368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006897 10.0.0.38 - - [2026-04-27 02:31:54] "DELETE /network-policy/24f41f97-c79d-465c-8068-f5d5504ff18c HTTP/1.1" 200 115 0.021499 10.0.0.38 - - [2026-04-27 02:31:54] "POST /neutron/network HTTP/1.1" 200 827 0.011816 10.0.0.38 - - [2026-04-27 02:31:54] "POST /neutron/network HTTP/1.1" 400 204 0.012907 10.0.0.38 - - [2026-04-27 02:31:54] "POST /neutron/port HTTP/1.1" 200 1127 0.017060 10.0.0.38 - - [2026-04-27 02:31:54] "POST /neutron/port HTTP/1.1" 200 1117 0.021962 10.0.0.38 - - [2026-04-27 02:31:54] "POST /neutron/port HTTP/1.1" 200 1125 0.015723 10.0.0.38 - - [2026-04-27 02:31:54] "POST /neutron/port HTTP/1.1" 200 1115 0.009946 10.0.0.38 - - [2026-04-27 02:31:54] "POST /neutron/port HTTP/1.1" 200 151 0.161474 10.0.0.38 - - [2026-04-27 02:31:54] "POST /neutron/port HTTP/1.1" 200 151 0.144183 10.0.0.38 - - [2026-04-27 02:31:56] "POST /neutron/network HTTP/1.1" 200 827 0.005467 10.0.0.38 - - [2026-04-27 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.38 - - [2026-04-27 02:31:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002433 10.0.0.38 - - [2026-04-27 02:31:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001774 10.0.0.38 - - [2026-04-27 02:31:56] "POST /neutron/network HTTP/1.1" 200 151 0.077693 10.0.0.38 - - [2026-04-27 02:31:56] "DELETE /route-target/3f4f959e-131f-495b-8620-2f62af0a9625 HTTP/1.1" 200 115 0.029892 10.0.0.38 - - [2026-04-27 02:31:56] "GET /routing-instance/86291037-fe67-4b6f-8df4-fb4821d839b3 HTTP/1.1" 404 171 0.004088 10.0.0.38 - - [2026-04-27 02:31:56] "GET /domains HTTP/1.1" 200 280 0.002102 10.0.0.38 - - [2026-04-27 02:31:56] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001347 10.0.0.38 - - [2026-04-27 02:31:56] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2575 0.050853 10.0.0.38 - - [2026-04-27 02:31:56] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001164 10.0.0.38 - - [2026-04-27 02:31:56] "GET /project/55c86cc0-f3db-43df-a9ae-3bac0cd24419 HTTP/1.1" 200 2102 0.071960 10.0.0.38 - - [2026-04-27 02:31:56] "POST /neutron/network HTTP/1.1" 200 825 0.005778 10.0.0.38 - - [2026-04-27 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.38 - - [2026-04-27 02:31:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002112 10.0.0.38 - - [2026-04-27 02:31:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002414 10.0.0.38 - - [2026-04-27 02:31:56] "POST /neutron/network HTTP/1.1" 200 151 0.095034 10.0.0.38 - - [2026-04-27 02:31:56] "DELETE /route-target/7402d075-f6a4-4f44-b665-4437716a1b52 HTTP/1.1" 200 115 0.014506 10.0.0.38 - - [2026-04-27 02:31:56] "GET /routing-instance/768bec46-193c-4920-8b0e-54373b2cdd4c HTTP/1.1" 404 171 0.002435 10.0.0.38 - - [2026-04-27 02:31:56] "GET /domains HTTP/1.1" 200 280 0.002802 10.0.0.38 - - [2026-04-27 02:31:56] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001248 10.0.0.38 - - [2026-04-27 02:31:56] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2575 0.047072 10.0.0.38 - - [2026-04-27 02:31:56] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000835 10.0.0.38 - - [2026-04-27 02:31:56] "GET /project/55c86cc0-f3db-43df-a9ae-3bac0cd24419 HTTP/1.1" 200 1863 0.069238 10.0.0.38 - - [2026-04-27 02:31:56] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000894 10.0.0.38 - - [2026-04-27 02:31:56] "GET /project/55c86cc0-f3db-43df-a9ae-3bac0cd24419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.022030 10.0.0.38 - - [2026-04-27 02:31:56] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000888 10.0.0.38 - - [2026-04-27 02:31:57] "GET /project/55c86cc0-f3db-43df-a9ae-3bac0cd24419?fields=virtual_networks HTTP/1.1" 200 1035 0.085769 10.0.0.38 - - [2026-04-27 02:31:57] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001797 10.0.0.38 - - [2026-04-27 02:31:57] "GET /project/55c86cc0-f3db-43df-a9ae-3bac0cd24419?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.029887 10.0.0.38 - - [2026-04-27 02:31:57] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000933 10.0.0.38 - - [2026-04-27 02:31:57] "GET /project/55c86cc0-f3db-43df-a9ae-3bac0cd24419?fields=security_groups HTTP/1.1" 200 1263 0.020862 10.0.0.38 - - [2026-04-27 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 181 0.029127 10.0.0.38 - - [2026-04-27 02:31:58] "GET /projects?obj_uuids=9bcb87c7-7145-426c-92b5-13b036e91ac5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002646 10.0.0.38 - - [2026-04-27 02:31:58] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000866 10.0.0.38 - - [2026-04-27 02:31:58] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005570 10.0.0.38 - - [2026-04-27 02:31:58] "POST /id-to-fqname HTTP/1.1" 200 183 0.002194 10.0.0.38 - - [2026-04-27 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 192 0.004219 10.0.0.38 - - [2026-04-27 02:31:58] "POST /security-groups HTTP/1.1" 200 584 0.063516 10.0.0.38 - - [2026-04-27 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 227 0.002125 10.0.0.38 - - [2026-04-27 02:31:58] "POST /projects HTTP/1.1" 200 571 0.211868 10.0.0.38 - - [2026-04-27 02:31:58] "POST /access-control-lists HTTP/1.1" 200 589 0.058680 10.0.0.38 - - [2026-04-27 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.289011 10.0.0.38 - - [2026-04-27 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 226 0.002473 10.0.0.38 - - [2026-04-27 02:31:58] "GET /project/9bcb87c7-7145-426c-92b5-13b036e91ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.421486 10.0.0.38 - - [2026-04-27 02:31:58] "POST /access-control-lists HTTP/1.1" 200 587 0.056820 10.0.0.38 - - [2026-04-27 02:31:58] "GET /obj-perms HTTP/1.1" 200 5056 0.094153 10.0.0.38 - - [2026-04-27 02:31:59] "GET /obj-perms HTTP/1.1" 200 5056 0.083254 10.0.0.38 - - [2026-04-27 02:32:00] "GET / HTTP/1.1" 200 35931 0.002386 10.0.0.38 - - [2026-04-27 02:32:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000591 10.0.0.38 - - [2026-04-27 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.091254 10.0.0.38 - - [2026-04-27 02:32:01] "GET /projects?obj_uuids=9bcb87c7-7145-426c-92b5-13b036e91ac5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001314 10.0.0.38 - - [2026-04-27 02:32:01] "GET /project/9bcb87c7-7145-426c-92b5-13b036e91ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.041617 10.0.0.38 - - [2026-04-27 02:32:01] "POST /neutron/network HTTP/1.1" 200 117 0.048763 10.0.0.38 - - [2026-04-27 02:32:01] "GET /projects?obj_uuids=9bcb87c7-7145-426c-92b5-13b036e91ac5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001250 10.0.0.38 - - [2026-04-27 02:32:01] "POST /neutron/network HTTP/1.1" 200 612 0.073678 10.0.0.38 - - [2026-04-27 02:32:01] "POST /route-targets HTTP/1.1" 200 327 0.013753 10.0.0.38 - - [2026-04-27 02:32:01] "POST /ref-update HTTP/1.1" 200 156 0.013110 10.0.0.38 - - [2026-04-27 02:32:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005834 10.0.0.38 - - [2026-04-27 02:32:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.202363 10.0.0.38 - - [2026-04-27 02:32:01] "POST /neutron/network HTTP/1.1" 200 831 0.005779 10.0.0.38 - - [2026-04-27 02:32:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.001203 10.0.0.38 - - [2026-04-27 02:32:01] "GET /virtual-network/f4cf8405-72db-4510-8121-a2354da6e163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005553 10.0.0.38 - - [2026-04-27 02:32:02] "POST /neutron/network HTTP/1.1" 200 831 0.007693 10.0.0.38 - - [2026-04-27 02:32:02] "GET /virtual-network/f4cf8405-72db-4510-8121-a2354da6e163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004760 10.0.0.38 - - [2026-04-27 02:32:02] "POST /neutron/network HTTP/1.1" 200 831 0.007017 10.0.0.38 - - [2026-04-27 02:32:02] "POST /neutron/subnet HTTP/1.1" 200 725 0.007927 10.0.0.38 - - [2026-04-27 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002384 10.0.0.38 - - [2026-04-27 02:32:02] "GET /virtual-network/f4cf8405-72db-4510-8121-a2354da6e163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004718 10.0.0.38 - - [2026-04-27 02:32:02] "PUT /virtual-network/f4cf8405-72db-4510-8121-a2354da6e163 HTTP/1.1" 200 264 0.037495 10.0.0.38 - - [2026-04-27 02:32:02] "POST /route-targets HTTP/1.1" 200 323 0.017008 10.0.0.38 - - [2026-04-27 02:32:02] "POST /ref-update HTTP/1.1" 200 156 0.011482 10.0.0.38 - - [2026-04-27 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.38 - - [2026-04-27 02:32:02] "GET /projects?obj_uuids=9bcb87c7-7145-426c-92b5-13b036e91ac5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001029 10.0.0.38 - - [2026-04-27 02:32:02] "GET /project/9bcb87c7-7145-426c-92b5-13b036e91ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.021426 10.0.0.38 - - [2026-04-27 02:32:02] "POST /neutron/network HTTP/1.1" 200 117 0.017505 10.0.0.38 - - [2026-04-27 02:32:02] "GET /projects?obj_uuids=9bcb87c7-7145-426c-92b5-13b036e91ac5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001046 10.0.0.38 - - [2026-04-27 02:32:02] "POST /neutron/network HTTP/1.1" 200 612 0.078892 10.0.0.38 - - [2026-04-27 02:32:02] "POST /route-targets HTTP/1.1" 200 327 0.013921 10.0.0.38 - - [2026-04-27 02:32:02] "POST /ref-update HTTP/1.1" 200 156 0.011621 10.0.0.38 - - [2026-04-27 02:32:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004162 10.0.0.38 - - [2026-04-27 02:32:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.140396 10.0.0.38 - - [2026-04-27 02:32:02] "POST /neutron/network HTTP/1.1" 200 831 0.005866 10.0.0.38 - - [2026-04-27 02:32:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001331 10.0.0.38 - - [2026-04-27 02:32:02] "GET /virtual-network/a3c34857-53f2-48a2-95e1-f897599b4a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005860 10.0.0.38 - - [2026-04-27 02:32:02] "POST /neutron/network HTTP/1.1" 200 831 0.007609 10.0.0.38 - - [2026-04-27 02:32:02] "GET /virtual-network/a3c34857-53f2-48a2-95e1-f897599b4a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004943 10.0.0.38 - - [2026-04-27 02:32:02] "POST /neutron/network HTTP/1.1" 200 831 0.005537 10.0.0.38 - - [2026-04-27 02:32:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.010774 10.0.0.38 - - [2026-04-27 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.38 - - [2026-04-27 02:32:02] "GET /virtual-network/a3c34857-53f2-48a2-95e1-f897599b4a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004965 10.0.0.38 - - [2026-04-27 02:32:02] "POST /ref-update HTTP/1.1" 200 156 0.012532 10.0.0.38 - - [2026-04-27 02:32:02] "PUT /virtual-network/a3c34857-53f2-48a2-95e1-f897599b4a52 HTTP/1.1" 200 264 0.040100 10.0.0.38 - - [2026-04-27 02:32:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.002062 10.0.0.38 - - [2026-04-27 02:32:03] "POST /neutron/network HTTP/1.1" 200 841 0.005359 10.0.0.38 - - [2026-04-27 02:32:03] "GET /aaa-mode HTTP/1.1" 401 292 0.000501 10.0.0.38 - - [2026-04-27 02:32:03] "GET / HTTP/1.1" 200 35931 0.001689 10.0.0.38 - - [2026-04-27 02:32:03] "GET /project/9bcb87c7-7145-426c-92b5-13b036e91ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000362 10.0.0.38 - - [2026-04-27 02:32:03] "GET /projects?obj_uuids=9bcb87c7-7145-426c-92b5-13b036e91ac5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001703 10.0.0.38 - - [2026-04-27 02:32:03] "GET /project/9bcb87c7-7145-426c-92b5-13b036e91ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.064633 10.0.0.38 - - [2026-04-27 02:32:03] "POST /neutron/network HTTP/1.1" 200 831 0.006949 10.0.0.38 - - [2026-04-27 02:32:04] "POST /neutron/port HTTP/1.1" 200 117 0.006027 10.0.0.38 - - [2026-04-27 02:32:04] "POST /neutron/port HTTP/1.1" 200 117 0.007286 10.0.0.38 - - [2026-04-27 02:32:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001632 10.0.0.38 - - [2026-04-27 02:32:04] "POST /neutron/port HTTP/1.1" 200 117 0.005238 10.0.0.38 - - [2026-04-27 02:32:04] "POST /neutron/network HTTP/1.1" 200 841 0.010336 10.0.0.38 - - [2026-04-27 02:32:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000430 10.0.0.38 - - [2026-04-27 02:32:04] "POST /neutron/network HTTP/1.1" 200 841 0.005241 10.0.0.38 - - [2026-04-27 02:32:04] "GET /projects?obj_uuids=9bcb87c7-7145-426c-92b5-13b036e91ac5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001831 10.0.0.38 - - [2026-04-27 02:32:04] "GET / HTTP/1.1" 200 35931 0.002149 10.0.0.38 - - [2026-04-27 02:32:04] "GET /project/9bcb87c7-7145-426c-92b5-13b036e91ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000446 10.0.0.38 - - [2026-04-27 02:32:04] "POST /neutron/port HTTP/1.1" 200 1053 0.220876 10.0.0.38 - - [2026-04-27 02:32:04] "POST /neutron/port HTTP/1.1" 200 1053 0.012604 10.0.0.38 - - [2026-04-27 02:32:04] "POST /neutron/port HTTP/1.1" 200 1053 0.009879 10.0.0.38 - - [2026-04-27 02:32:04] "POST /neutron/port HTTP/1.1" 200 1107 0.059199 10.0.0.38 - - [2026-04-27 02:32:04] "POST /neutron/port HTTP/1.1" 200 1117 0.011997 10.0.0.38 - - [2026-04-27 02:32:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002995 10.0.0.38 - - [2026-04-27 02:32:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.008198 10.0.0.38 - - [2026-04-27 02:32:05] "POST /neutron/port HTTP/1.1" 200 117 0.001288 10.0.0.38 - - [2026-04-27 02:32:05] "POST /neutron/network HTTP/1.1" 200 831 0.009680 10.0.0.38 - - [2026-04-27 02:32:05] "GET /projects?obj_uuids=9bcb87c7-7145-426c-92b5-13b036e91ac5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000947 10.0.0.38 - - [2026-04-27 02:32:05] "GET /project/9bcb87c7-7145-426c-92b5-13b036e91ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.066224 10.0.0.38 - - [2026-04-27 02:32:05] "POST /neutron/network HTTP/1.1" 200 831 0.007893 10.0.0.38 - - [2026-04-27 02:32:05] "POST /neutron/port HTTP/1.1" 200 1117 0.019562 10.0.0.38 - - [2026-04-27 02:32:05] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007123 10.0.0.38 - - [2026-04-27 02:32:05] "POST /neutron/port HTTP/1.1" 200 117 0.008152 10.0.0.38 - - [2026-04-27 02:32:05] "POST /neutron/port HTTP/1.1" 200 1117 0.016526 10.0.0.38 - - [2026-04-27 02:32:05] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006272 10.0.0.38 - - [2026-04-27 02:32:05] "POST /neutron/network HTTP/1.1" 200 841 0.006174 10.0.0.38 - - [2026-04-27 02:32:05] "GET /projects?obj_uuids=9bcb87c7-7145-426c-92b5-13b036e91ac5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001556 10.0.0.38 - - [2026-04-27 02:32:06] "POST /neutron/port HTTP/1.1" 200 1053 0.282986 10.0.0.38 - - [2026-04-27 02:32:06] "POST /neutron/port HTTP/1.1" 200 1053 0.009193 10.0.0.38 - - [2026-04-27 02:32:06] "POST /neutron/port HTTP/1.1" 200 1053 0.011889 10.0.0.38 - - [2026-04-27 02:32:06] "POST /neutron/port HTTP/1.1" 200 1107 0.092937 10.0.0.38 - - [2026-04-27 02:32:06] "POST /neutron/port HTTP/1.1" 200 1117 0.014117 10.0.0.38 - - [2026-04-27 02:32:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003305 10.0.0.38 - - [2026-04-27 02:32:06] "POST /neutron/subnet HTTP/1.1" 200 698 0.010286 10.0.0.38 - - [2026-04-27 02:32:06] "POST /neutron/port HTTP/1.1" 200 117 0.001306 10.0.0.38 - - [2026-04-27 02:32:06] "POST /neutron/network HTTP/1.1" 200 831 0.006922 10.0.0.38 - - [2026-04-27 02:32:10] "POST /neutron/port HTTP/1.1" 200 1117 0.015137 10.0.0.38 - - [2026-04-27 02:32:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005459 10.0.0.38 - - [2026-04-27 02:32:10] "POST /neutron/port HTTP/1.1" 200 1117 0.014770 10.0.0.38 - - [2026-04-27 02:32:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007591 10.0.0.38 - - [2026-04-27 02:32:10] "POST /neutron/port HTTP/1.1" 200 1117 0.014296 10.0.0.38 - - [2026-04-27 02:32:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005500 10.0.0.38 - - [2026-04-27 02:32:10] "GET /virtual-machine/332299c1-04cc-4de3-a312-542df4f1b822 HTTP/1.1" 401 292 0.000412 10.0.0.38 - - [2026-04-27 02:32:11] "GET /virtual-machine/332299c1-04cc-4de3-a312-542df4f1b822 HTTP/1.1" 200 1285 0.035683 10.0.0.38 - - [2026-04-27 02:32:11] "GET /virtual-machine-interface/fde903db-fe5f-40ba-b132-e473688049f5 HTTP/1.1" 200 2927 0.004718 10.0.0.38 - - [2026-04-27 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.38 - - [2026-04-27 02:32:11] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004649 10.0.0.38 - - [2026-04-27 02:32:11] "GET /virtual-networks?parent_id=9bcb87c7-7145-426c-92b5-13b036e91ac5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003277 10.0.0.38 - - [2026-04-27 02:32:11] "GET /virtual-network/f4cf8405-72db-4510-8121-a2354da6e163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005190 10.0.0.38 - - [2026-04-27 02:32:13] "GET /global-system-configs HTTP/1.1" 401 292 0.001360 10.0.0.38 - - [2026-04-27 02:32:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.38 - - [2026-04-27 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.38 - - [2026-04-27 02:32:14] "GET /virtual-network/f4cf8405-72db-4510-8121-a2354da6e163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.007838 10.0.0.38 - - [2026-04-27 02:32:14] "POST /neutron/port HTTP/1.1" 200 1117 0.012574 10.0.0.38 - - [2026-04-27 02:32:14] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004665 10.0.0.38 - - [2026-04-27 02:32:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.38 - - [2026-04-27 02:32:14] "GET /global-system-configs HTTP/1.1" 401 292 0.001743 10.0.0.38 - - [2026-04-27 02:32:16] "POST /neutron/port HTTP/1.1" 200 1117 0.012847 10.0.0.38 - - [2026-04-27 02:32:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007984 10.0.0.38 - - [2026-04-27 02:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.38 - - [2026-04-27 02:32:16] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003794 10.0.0.38 - - [2026-04-27 02:32:16] "GET /virtual-networks?parent_id=9bcb87c7-7145-426c-92b5-13b036e91ac5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003779 10.0.0.38 - - [2026-04-27 02:32:16] "GET /virtual-network/f4cf8405-72db-4510-8121-a2354da6e163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005384 10.0.0.38 - - [2026-04-27 02:32:17] "POST /neutron/port HTTP/1.1" 200 1117 0.015236 10.0.0.38 - - [2026-04-27 02:32:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007299 10.0.0.38 - - [2026-04-27 02:32:17] "POST /neutron/port HTTP/1.1" 200 1117 0.014535 10.0.0.38 - - [2026-04-27 02:32:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007007 10.0.0.38 - - [2026-04-27 02:32:17] "POST /neutron/port HTTP/1.1" 200 1117 0.015781 10.0.0.38 - - [2026-04-27 02:32:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006659 10.0.0.38 - - [2026-04-27 02:32:17] "GET /virtual-machine/f02b0235-893e-4393-bdd5-e7f234a684bc HTTP/1.1" 200 1286 0.004600 10.0.0.38 - - [2026-04-27 02:32:17] "GET /virtual-machine-interface/3b298720-e95e-4afd-8ed9-1a112627cea5 HTTP/1.1" 200 2926 0.006193 10.0.0.38 - - [2026-04-27 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.38 - - [2026-04-27 02:32:17] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003258 10.0.0.38 - - [2026-04-27 02:32:17] "GET /virtual-networks?parent_id=9bcb87c7-7145-426c-92b5-13b036e91ac5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004136 10.0.0.38 - - [2026-04-27 02:32:17] "GET /virtual-network/a3c34857-53f2-48a2-95e1-f897599b4a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005679 10.0.0.38 - - [2026-04-27 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.38 - - [2026-04-27 02:32:18] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005144 10.0.0.38 - - [2026-04-27 02:32:18] "GET /virtual-networks?parent_id=9bcb87c7-7145-426c-92b5-13b036e91ac5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002730 10.0.0.38 - - [2026-04-27 02:32:18] "GET /virtual-network/a3c34857-53f2-48a2-95e1-f897599b4a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005770 10.0.0.38 - - [2026-04-27 02:32:18] "POST /neutron/port HTTP/1.1" 200 1117 0.014533 10.0.0.38 - - [2026-04-27 02:32:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005883 10.0.0.38 - - [2026-04-27 02:32:23] "POST /routing-policys HTTP/1.1" 200 534 0.019763 10.0.0.38 - - [2026-04-27 02:32:23] "GET /virtual-network/f4cf8405-72db-4510-8121-a2354da6e163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005783 10.0.0.38 - - [2026-04-27 02:32:24] "PUT /virtual-network/f4cf8405-72db-4510-8121-a2354da6e163 HTTP/1.1" 200 264 0.026847 10.0.0.38 - - [2026-04-27 02:32:24] "POST /ref-update HTTP/1.1" 200 156 0.008690 10.0.0.38 - - [2026-04-27 02:32:28] "POST /ref-update HTTP/1.1" 200 156 0.037256 10.0.0.38 - - [2026-04-27 02:32:28] "POST /ref-update HTTP/1.1" 200 156 0.012757 10.0.0.38 - - [2026-04-27 02:32:28] "DELETE /routing-policy/7790862c-8d3a-4d4b-b2ef-380f7f032e4f HTTP/1.1" 200 115 0.029935 10.0.0.38 - - [2026-04-27 02:32:29] "POST /neutron/network HTTP/1.1" 200 831 0.008297 10.0.0.38 - - [2026-04-27 02:32:29] "POST /neutron/network HTTP/1.1" 400 204 0.013380 10.0.0.38 - - [2026-04-27 02:32:29] "POST /neutron/port HTTP/1.1" 200 1117 0.014567 10.0.0.38 - - [2026-04-27 02:32:29] "POST /neutron/port HTTP/1.1" 200 1107 0.009805 10.0.0.38 - - [2026-04-27 02:32:29] "POST /neutron/port HTTP/1.1" 200 1117 0.017957 10.0.0.38 - - [2026-04-27 02:32:29] "POST /neutron/port HTTP/1.1" 200 1107 0.019952 10.0.0.38 - - [2026-04-27 02:32:29] "POST /neutron/port HTTP/1.1" 200 151 0.138901 10.0.0.38 - - [2026-04-27 02:32:29] "POST /neutron/port HTTP/1.1" 200 151 0.123936 10.0.0.38 - - [2026-04-27 02:32:31] "POST /neutron/network HTTP/1.1" 200 831 0.006722 10.0.0.38 - - [2026-04-27 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.38 - - [2026-04-27 02:32:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001699 10.0.0.38 - - [2026-04-27 02:32:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002655 10.0.0.38 - - [2026-04-27 02:32:31] "POST /neutron/network HTTP/1.1" 200 151 0.084138 10.0.0.38 - - [2026-04-27 02:32:31] "DELETE /route-target/d865728e-dd77-41e1-bf94-5d0ce13e5847 HTTP/1.1" 200 115 0.025767 10.0.0.38 - - [2026-04-27 02:32:31] "POST /neutron/network HTTP/1.1" 200 831 0.006418 10.0.0.38 - - [2026-04-27 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002047 10.0.0.38 - - [2026-04-27 02:32:31] "DELETE /route-target/74e65e6d-cf43-4573-8935-3387e2639f91 HTTP/1.1" 409 239 0.004396 10.0.0.38 - - [2026-04-27 02:32:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001990 10.0.0.38 - - [2026-04-27 02:32:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002100 10.0.0.38 - - [2026-04-27 02:32:31] "POST /neutron/network HTTP/1.1" 200 151 0.076904 10.0.0.38 - - [2026-04-27 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.38 - - [2026-04-27 02:32:31] "DELETE /route-target/fa5df6c0-947f-47d0-8717-6927674cd366 HTTP/1.1" 200 115 0.020807 10.0.0.38 - - [2026-04-27 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.38 - - [2026-04-27 02:32:31] "DELETE /route-target/74e65e6d-cf43-4573-8935-3387e2639f91 HTTP/1.1" 200 115 0.017720 10.0.0.38 - - [2026-04-27 02:32:31] "GET /projects?obj_uuids=9bcb87c7-7145-426c-92b5-13b036e91ac5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000920 10.0.0.38 - - [2026-04-27 02:32:31] "GET /project/9bcb87c7-7145-426c-92b5-13b036e91ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.022390 10.0.0.38 - - [2026-04-27 02:32:31] "GET /projects?obj_uuids=9bcb87c7-7145-426c-92b5-13b036e91ac5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001038 10.0.0.38 - - [2026-04-27 02:32:31] "GET /project/9bcb87c7-7145-426c-92b5-13b036e91ac5?fields=virtual_networks HTTP/1.1" 200 1018 0.069636 10.0.0.38 - - [2026-04-27 02:32:31] "GET /projects?obj_uuids=9bcb87c7-7145-426c-92b5-13b036e91ac5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001002 10.0.0.38 - - [2026-04-27 02:32:31] "GET /project/9bcb87c7-7145-426c-92b5-13b036e91ac5?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.022492 10.0.0.38 - - [2026-04-27 02:32:31] "GET /projects?obj_uuids=9bcb87c7-7145-426c-92b5-13b036e91ac5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001195 10.0.0.38 - - [2026-04-27 02:32:31] "GET /project/9bcb87c7-7145-426c-92b5-13b036e91ac5?fields=security_groups HTTP/1.1" 200 1237 0.026343 10.0.0.38 - - [2026-04-27 02:32:32] "POST /fqname-to-id HTTP/1.1" 404 186 0.028353 10.0.0.38 - - [2026-04-27 02:32:32] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002505 10.0.0.38 - - [2026-04-27 02:32:32] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001236 10.0.0.38 - - [2026-04-27 02:32:32] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007879 10.0.0.38 - - [2026-04-27 02:32:32] "POST /id-to-fqname HTTP/1.1" 200 188 0.002324 10.0.0.38 - - [2026-04-27 02:32:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.002347 10.0.0.38 - - [2026-04-27 02:32:33] "POST /security-groups HTTP/1.1" 200 589 0.060214 10.0.0.38 - - [2026-04-27 02:32:33] "POST /fqname-to-id HTTP/1.1" 404 232 0.004278 10.0.0.38 - - [2026-04-27 02:32:33] "POST /projects HTTP/1.1" 200 581 0.210944 10.0.0.38 - - [2026-04-27 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.283440 10.0.0.38 - - [2026-04-27 02:32:33] "POST /access-control-lists HTTP/1.1" 200 594 0.058934 10.0.0.38 - - [2026-04-27 02:32:33] "POST /fqname-to-id HTTP/1.1" 404 231 0.003048 10.0.0.38 - - [2026-04-27 02:32:33] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.416854 10.0.0.38 - - [2026-04-27 02:32:33] "POST /access-control-lists HTTP/1.1" 200 592 0.064075 10.0.0.38 - - [2026-04-27 02:32:34] "GET / HTTP/1.1" 200 35931 0.001842 10.0.0.38 - - [2026-04-27 02:32:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.38 - - [2026-04-27 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.075866 10.0.0.38 - - [2026-04-27 02:32:35] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001151 10.0.0.38 - - [2026-04-27 02:32:35] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.026010 10.0.0.38 - - [2026-04-27 02:32:35] "POST /neutron/network HTTP/1.1" 200 117 0.037230 10.0.0.38 - - [2026-04-27 02:32:35] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001241 10.0.0.38 - - [2026-04-27 02:32:35] "POST /neutron/network HTTP/1.1" 200 613 0.060367 10.0.0.38 - - [2026-04-27 02:32:35] "POST /route-targets HTTP/1.1" 200 327 0.011960 10.0.0.38 - - [2026-04-27 02:32:35] "POST /ref-update HTTP/1.1" 200 156 0.013054 10.0.0.38 - - [2026-04-27 02:32:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004104 10.0.0.38 - - [2026-04-27 02:32:35] "POST /neutron/subnet HTTP/1.1" 200 734 0.139730 10.0.0.38 - - [2026-04-27 02:32:35] "POST /neutron/network HTTP/1.1" 200 834 0.005570 10.0.0.38 - - [2026-04-27 02:32:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.001561 10.0.0.38 - - [2026-04-27 02:32:35] "GET /virtual-network/c972cac3-b210-4199-b5b9-323ee254af6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005201 10.0.0.38 - - [2026-04-27 02:32:35] "POST /neutron/network HTTP/1.1" 200 834 0.005671 10.0.0.38 - - [2026-04-27 02:32:35] "GET /virtual-network/c972cac3-b210-4199-b5b9-323ee254af6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005661 10.0.0.38 - - [2026-04-27 02:32:36] "POST /neutron/network HTTP/1.1" 200 834 0.005054 10.0.0.38 - - [2026-04-27 02:32:36] "POST /neutron/subnet HTTP/1.1" 200 734 0.007062 10.0.0.38 - - [2026-04-27 02:32:36] "GET /domains HTTP/1.1" 401 292 0.000526 10.0.0.38 - - [2026-04-27 02:32:36] "GET /domains HTTP/1.1" 200 280 0.028625 10.0.0.38 - - [2026-04-27 02:32:36] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001248 10.0.0.38 - - [2026-04-27 02:32:36] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2938 0.007984 10.0.0.38 - - [2026-04-27 02:32:36] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001021 10.0.0.38 - - [2026-04-27 02:32:36] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95 HTTP/1.1" 200 2080 0.066308 10.0.0.38 - - [2026-04-27 02:32:36] "GET /virtual-network/c972cac3-b210-4199-b5b9-323ee254af6b HTTP/1.1" 200 2325 0.005543 10.0.0.38 - - [2026-04-27 02:32:36] "GET /virtual-network/c972cac3-b210-4199-b5b9-323ee254af6b HTTP/1.1" 200 2325 0.004537 10.0.0.38 - - [2026-04-27 02:32:36] "GET /routing-instance/0cb73a05-6367-4eca-bcb3-bac531448556 HTTP/1.1" 200 1492 0.003632 10.0.0.38 - - [2026-04-27 02:32:36] "GET /routing-instance/0cb73a05-6367-4eca-bcb3-bac531448556 HTTP/1.1" 200 1492 0.003837 10.0.0.38 - - [2026-04-27 02:32:36] "GET /route-target/7960618e-34c2-49a9-bed8-6ddff6d499a6 HTTP/1.1" 200 1212 0.003589 10.0.0.38 - - [2026-04-27 02:32:36] "GET /virtual-network/c972cac3-b210-4199-b5b9-323ee254af6b HTTP/1.1" 200 2325 0.004475 10.0.0.38 - - [2026-04-27 02:32:36] "GET /routing-instance/0cb73a05-6367-4eca-bcb3-bac531448556 HTTP/1.1" 200 1492 0.002926 10.0.0.38 - - [2026-04-27 02:32:36] "GET /virtual-network/c972cac3-b210-4199-b5b9-323ee254af6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004300 10.0.0.38 - - [2026-04-27 02:32:36] "GET /virtual-network/c972cac3-b210-4199-b5b9-323ee254af6b HTTP/1.1" 200 2325 0.004380 10.0.0.38 - - [2026-04-27 02:32:36] "GET /routing-instance/0cb73a05-6367-4eca-bcb3-bac531448556 HTTP/1.1" 200 1492 0.002968 10.0.0.38 - - [2026-04-27 02:32:36] "GET /routing-instance/0cb73a05-6367-4eca-bcb3-bac531448556 HTTP/1.1" 200 1492 0.003546 10.0.0.38 - - [2026-04-27 02:32:36] "GET /route-target/7960618e-34c2-49a9-bed8-6ddff6d499a6 HTTP/1.1" 200 1212 0.002681 10.0.0.38 - - [2026-04-27 02:32:36] "GET /domains HTTP/1.1" 200 280 0.002764 10.0.0.38 - - [2026-04-27 02:32:36] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.38 - - [2026-04-27 02:32:36] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2938 0.007124 10.0.0.38 - - [2026-04-27 02:32:36] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000852 10.0.0.38 - - [2026-04-27 02:32:36] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95 HTTP/1.1" 200 2080 0.067795 10.0.0.38 - - [2026-04-27 02:32:36] "GET /virtual-network/c972cac3-b210-4199-b5b9-323ee254af6b HTTP/1.1" 200 2325 0.004984 10.0.0.38 - - [2026-04-27 02:32:37] "GET /obj-perms HTTP/1.1" 200 5026 0.062083 10.0.0.38 - - [2026-04-27 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.38 - - [2026-04-27 02:32:37] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001164 10.0.0.38 - - [2026-04-27 02:32:37] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.023768 10.0.0.38 - - [2026-04-27 02:32:37] "POST /neutron/network HTTP/1.1" 200 117 0.009582 10.0.0.38 - - [2026-04-27 02:32:37] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001090 10.0.0.38 - - [2026-04-27 02:32:37] "POST /neutron/network HTTP/1.1" 200 613 0.064525 10.0.0.38 - - [2026-04-27 02:32:37] "POST /route-targets HTTP/1.1" 200 327 0.010772 10.0.0.38 - - [2026-04-27 02:32:37] "POST /ref-update HTTP/1.1" 200 156 0.012195 10.0.0.38 - - [2026-04-27 02:32:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002287 10.0.0.38 - - [2026-04-27 02:32:37] "POST /neutron/subnet HTTP/1.1" 200 715 0.134758 10.0.0.38 - - [2026-04-27 02:32:37] "POST /neutron/network HTTP/1.1" 200 830 0.006788 10.0.0.38 - - [2026-04-27 02:32:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001420 10.0.0.38 - - [2026-04-27 02:32:37] "GET /virtual-network/cc2fd94c-d75a-47c5-ae58-f6bcad65f3c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005959 10.0.0.38 - - [2026-04-27 02:32:37] "POST /neutron/network HTTP/1.1" 200 830 0.007386 10.0.0.38 - - [2026-04-27 02:32:37] "GET /virtual-network/cc2fd94c-d75a-47c5-ae58-f6bcad65f3c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006121 10.0.0.38 - - [2026-04-27 02:32:37] "POST /neutron/network HTTP/1.1" 200 830 0.007327 10.0.0.38 - - [2026-04-27 02:32:37] "POST /neutron/subnet HTTP/1.1" 200 715 0.007197 10.0.0.38 - - [2026-04-27 02:32:37] "GET /domains HTTP/1.1" 200 280 0.002494 10.0.0.38 - - [2026-04-27 02:32:37] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.38 - - [2026-04-27 02:32:37] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2938 0.006501 10.0.0.38 - - [2026-04-27 02:32:37] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000896 10.0.0.38 - - [2026-04-27 02:32:37] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95 HTTP/1.1" 200 2298 0.069929 10.0.0.38 - - [2026-04-27 02:32:37] "GET /virtual-network/cc2fd94c-d75a-47c5-ae58-f6bcad65f3c7 HTTP/1.1" 200 2313 0.006897 10.0.0.38 - - [2026-04-27 02:32:37] "GET /virtual-network/cc2fd94c-d75a-47c5-ae58-f6bcad65f3c7 HTTP/1.1" 200 2313 0.005980 10.0.0.38 - - [2026-04-27 02:32:37] "GET /routing-instance/b49e682e-37fe-46e1-b462-5f0c27619795 HTTP/1.1" 200 1494 0.004258 10.0.0.38 - - [2026-04-27 02:32:37] "GET /routing-instance/b49e682e-37fe-46e1-b462-5f0c27619795 HTTP/1.1" 200 1494 0.004829 10.0.0.38 - - [2026-04-27 02:32:37] "GET /route-target/4643ee2b-e7b2-4668-8a94-fe56e7d4e7c3 HTTP/1.1" 200 1211 0.004325 10.0.0.38 - - [2026-04-27 02:32:37] "GET /virtual-network/cc2fd94c-d75a-47c5-ae58-f6bcad65f3c7 HTTP/1.1" 200 2313 0.006260 10.0.0.38 - - [2026-04-27 02:32:37] "GET /routing-instance/b49e682e-37fe-46e1-b462-5f0c27619795 HTTP/1.1" 200 1494 0.004840 10.0.0.38 - - [2026-04-27 02:32:37] "GET /virtual-network/cc2fd94c-d75a-47c5-ae58-f6bcad65f3c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005236 10.0.0.38 - - [2026-04-27 02:32:37] "GET /virtual-network/cc2fd94c-d75a-47c5-ae58-f6bcad65f3c7 HTTP/1.1" 200 2313 0.005567 10.0.0.38 - - [2026-04-27 02:32:37] "GET /routing-instance/b49e682e-37fe-46e1-b462-5f0c27619795 HTTP/1.1" 200 1494 0.004699 10.0.0.38 - - [2026-04-27 02:32:37] "GET /routing-instance/b49e682e-37fe-46e1-b462-5f0c27619795 HTTP/1.1" 200 1494 0.004011 10.0.0.38 - - [2026-04-27 02:32:37] "GET /route-target/4643ee2b-e7b2-4668-8a94-fe56e7d4e7c3 HTTP/1.1" 200 1211 0.004000 10.0.0.38 - - [2026-04-27 02:32:37] "GET /domains HTTP/1.1" 200 280 0.003214 10.0.0.38 - - [2026-04-27 02:32:37] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001231 10.0.0.38 - - [2026-04-27 02:32:37] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2938 0.007549 10.0.0.38 - - [2026-04-27 02:32:37] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001090 10.0.0.38 - - [2026-04-27 02:32:37] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95 HTTP/1.1" 200 2298 0.069747 10.0.0.38 - - [2026-04-27 02:32:37] "GET /virtual-network/cc2fd94c-d75a-47c5-ae58-f6bcad65f3c7 HTTP/1.1" 200 2313 0.005054 10.0.0.38 - - [2026-04-27 02:32:37] "GET /obj-perms HTTP/1.1" 200 5026 0.003385 10.0.0.38 - - [2026-04-27 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.38 - - [2026-04-27 02:32:37] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002726 10.0.0.38 - - [2026-04-27 02:32:38] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.027299 10.0.0.38 - - [2026-04-27 02:32:38] "POST /neutron/network HTTP/1.1" 200 117 0.012275 10.0.0.38 - - [2026-04-27 02:32:38] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001137 10.0.0.38 - - [2026-04-27 02:32:38] "POST /neutron/network HTTP/1.1" 200 615 0.079308 10.0.0.38 - - [2026-04-27 02:32:38] "POST /ref-update HTTP/1.1" 200 156 0.013755 10.0.0.38 - - [2026-04-27 02:32:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003376 10.0.0.38 - - [2026-04-27 02:32:38] "POST /neutron/subnet HTTP/1.1" 200 730 0.156144 10.0.0.38 - - [2026-04-27 02:32:38] "POST /neutron/network HTTP/1.1" 200 835 0.007541 10.0.0.38 - - [2026-04-27 02:32:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001905 10.0.0.38 - - [2026-04-27 02:32:38] "GET /virtual-network/9a277c0d-2ab5-48be-98dc-ec27dafb1f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005360 10.0.0.38 - - [2026-04-27 02:32:38] "POST /neutron/network HTTP/1.1" 200 835 0.006257 10.0.0.38 - - [2026-04-27 02:32:38] "GET /virtual-network/9a277c0d-2ab5-48be-98dc-ec27dafb1f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004936 10.0.0.38 - - [2026-04-27 02:32:38] "POST /neutron/network HTTP/1.1" 200 835 0.007356 10.0.0.38 - - [2026-04-27 02:32:38] "POST /neutron/subnet HTTP/1.1" 200 730 0.006718 10.0.0.38 - - [2026-04-27 02:32:38] "GET /domains HTTP/1.1" 200 280 0.002201 10.0.0.38 - - [2026-04-27 02:32:38] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000858 10.0.0.38 - - [2026-04-27 02:32:38] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2938 0.005579 10.0.0.38 - - [2026-04-27 02:32:38] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001192 10.0.0.38 - - [2026-04-27 02:32:38] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95 HTTP/1.1" 200 2517 0.074762 10.0.0.38 - - [2026-04-27 02:32:38] "GET /virtual-network/9a277c0d-2ab5-48be-98dc-ec27dafb1f24 HTTP/1.1" 200 2327 0.006898 10.0.0.38 - - [2026-04-27 02:32:38] "GET /virtual-network/9a277c0d-2ab5-48be-98dc-ec27dafb1f24 HTTP/1.1" 200 2327 0.004951 10.0.0.38 - - [2026-04-27 02:32:38] "GET /routing-instance/3957a1a7-e0fe-425e-a570-5c9de3efa908 HTTP/1.1" 200 1497 0.003818 10.0.0.38 - - [2026-04-27 02:32:38] "GET /routing-instance/3957a1a7-e0fe-425e-a570-5c9de3efa908 HTTP/1.1" 200 1497 0.003452 10.0.0.38 - - [2026-04-27 02:32:38] "GET /route-target/eb6b8ed2-6c63-479a-bd48-e83d73cf5412 HTTP/1.1" 200 1215 0.002707 10.0.0.38 - - [2026-04-27 02:32:38] "GET /virtual-network/9a277c0d-2ab5-48be-98dc-ec27dafb1f24 HTTP/1.1" 200 2327 0.004563 10.0.0.38 - - [2026-04-27 02:32:38] "GET /routing-instance/3957a1a7-e0fe-425e-a570-5c9de3efa908 HTTP/1.1" 200 1497 0.004488 10.0.0.38 - - [2026-04-27 02:32:38] "GET /virtual-network/9a277c0d-2ab5-48be-98dc-ec27dafb1f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007178 10.0.0.38 - - [2026-04-27 02:32:38] "GET /virtual-network/9a277c0d-2ab5-48be-98dc-ec27dafb1f24 HTTP/1.1" 200 2327 0.004691 10.0.0.38 - - [2026-04-27 02:32:38] "GET /routing-instance/3957a1a7-e0fe-425e-a570-5c9de3efa908 HTTP/1.1" 200 1497 0.003595 10.0.0.38 - - [2026-04-27 02:32:38] "GET /routing-instance/3957a1a7-e0fe-425e-a570-5c9de3efa908 HTTP/1.1" 200 1497 0.003266 10.0.0.38 - - [2026-04-27 02:32:38] "GET /route-target/eb6b8ed2-6c63-479a-bd48-e83d73cf5412 HTTP/1.1" 200 1215 0.003241 10.0.0.38 - - [2026-04-27 02:32:38] "GET /domains HTTP/1.1" 200 280 0.002684 10.0.0.38 - - [2026-04-27 02:32:38] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000900 10.0.0.38 - - [2026-04-27 02:32:38] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2938 0.006608 10.0.0.38 - - [2026-04-27 02:32:38] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000888 10.0.0.38 - - [2026-04-27 02:32:38] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95 HTTP/1.1" 200 2517 0.067818 10.0.0.38 - - [2026-04-27 02:32:38] "GET /virtual-network/9a277c0d-2ab5-48be-98dc-ec27dafb1f24 HTTP/1.1" 200 2327 0.005263 10.0.0.38 - - [2026-04-27 02:32:38] "GET /obj-perms HTTP/1.1" 200 5026 0.002856 10.0.0.38 - - [2026-04-27 02:32:38] "POST /id-to-fqname HTTP/1.1" 200 223 0.001341 10.0.0.38 - - [2026-04-27 02:32:39] "POST /neutron/network HTTP/1.1" 200 840 0.006958 10.0.0.38 - - [2026-04-27 02:32:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000486 10.0.0.38 - - [2026-04-27 02:32:39] "GET / HTTP/1.1" 200 35931 0.001836 10.0.0.38 - - [2026-04-27 02:32:39] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000626 10.0.0.38 - - [2026-04-27 02:32:39] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001545 10.0.0.38 - - [2026-04-27 02:32:39] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.055729 10.0.0.38 - - [2026-04-27 02:32:39] "POST /neutron/network HTTP/1.1" 200 830 0.006023 10.0.0.38 - - [2026-04-27 02:32:40] "POST /neutron/port HTTP/1.1" 200 117 0.005980 10.0.0.38 - - [2026-04-27 02:32:40] "POST /neutron/port HTTP/1.1" 200 117 0.005348 10.0.0.38 - - [2026-04-27 02:32:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.001440 10.0.0.38 - - [2026-04-27 02:32:40] "POST /neutron/port HTTP/1.1" 200 117 0.004952 10.0.0.38 - - [2026-04-27 02:32:40] "POST /neutron/network HTTP/1.1" 200 845 0.005227 10.0.0.38 - - [2026-04-27 02:32:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000482 10.0.0.38 - - [2026-04-27 02:32:40] "POST /neutron/network HTTP/1.1" 200 840 0.005183 10.0.0.38 - - [2026-04-27 02:32:40] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000992 10.0.0.38 - - [2026-04-27 02:32:40] "GET / HTTP/1.1" 200 35931 0.001900 10.0.0.38 - - [2026-04-27 02:32:40] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000411 10.0.0.38 - - [2026-04-27 02:32:40] "POST /neutron/port HTTP/1.1" 200 1056 0.220614 10.0.0.38 - - [2026-04-27 02:32:40] "POST /neutron/port HTTP/1.1" 200 1056 0.013699 10.0.0.38 - - [2026-04-27 02:32:40] "POST /neutron/port HTTP/1.1" 200 1056 0.011159 10.0.0.38 - - [2026-04-27 02:32:40] "POST /neutron/port HTTP/1.1" 200 1110 0.057469 10.0.0.38 - - [2026-04-27 02:32:40] "POST /neutron/port HTTP/1.1" 200 1120 0.011266 10.0.0.38 - - [2026-04-27 02:32:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003594 10.0.0.38 - - [2026-04-27 02:32:40] "POST /neutron/subnet HTTP/1.1" 200 689 0.007823 10.0.0.38 - - [2026-04-27 02:32:40] "POST /neutron/port HTTP/1.1" 200 117 0.001503 10.0.0.38 - - [2026-04-27 02:32:40] "POST /neutron/network HTTP/1.1" 200 830 0.004730 10.0.0.38 - - [2026-04-27 02:32:40] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.005649 10.0.0.38 - - [2026-04-27 02:32:41] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.074554 10.0.0.38 - - [2026-04-27 02:32:41] "POST /neutron/network HTTP/1.1" 200 835 0.006289 10.0.0.38 - - [2026-04-27 02:32:41] "POST /neutron/port HTTP/1.1" 200 1120 0.026136 10.0.0.38 - - [2026-04-27 02:32:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008876 10.0.0.38 - - [2026-04-27 02:32:41] "POST /neutron/port HTTP/1.1" 200 117 0.006470 10.0.0.38 - - [2026-04-27 02:32:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.002381 10.0.0.38 - - [2026-04-27 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.38 - - [2026-04-27 02:32:41] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.38 - - [2026-04-27 02:32:41] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007859 10.0.0.38 - - [2026-04-27 02:32:41] "POST /service-templates HTTP/1.1" 200 543 0.050441 10.0.0.38 - - [2026-04-27 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.38 - - [2026-04-27 02:32:41] "GET /service-template/da5e717b-98fa-4113-8556-a19afc09daf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004828 10.0.0.38 - - [2026-04-27 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.007869 10.0.0.38 - - [2026-04-27 02:32:41] "POST /neutron/network HTTP/1.1" 200 845 0.006335 10.0.0.38 - - [2026-04-27 02:32:41] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001236 10.0.0.38 - - [2026-04-27 02:32:41] "GET /service-template/da5e717b-98fa-4113-8556-a19afc09daf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.007269 10.0.0.38 - - [2026-04-27 02:32:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001489 10.0.0.38 - - [2026-04-27 02:32:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001501 10.0.0.38 - - [2026-04-27 02:32:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001532 10.0.0.38 - - [2026-04-27 02:32:41] "POST /neutron/port HTTP/1.1" 200 1059 0.260379 10.0.0.38 - - [2026-04-27 02:32:41] "POST /neutron/port HTTP/1.1" 200 1059 0.016124 10.0.0.38 - - [2026-04-27 02:32:41] "POST /neutron/port HTTP/1.1" 200 1059 0.012630 10.0.0.38 - - [2026-04-27 02:32:42] "POST /neutron/port HTTP/1.1" 200 2037 0.035920 10.0.0.38 - - [2026-04-27 02:32:42] "POST /neutron/port HTTP/1.1" 200 1113 0.107833 10.0.0.38 - - [2026-04-27 02:32:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008750 10.0.0.38 - - [2026-04-27 02:32:42] "POST /neutron/port HTTP/1.1" 200 1123 0.017150 10.0.0.38 - - [2026-04-27 02:32:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006048 10.0.0.38 - - [2026-04-27 02:32:42] "POST /neutron/subnet HTTP/1.1" 200 704 0.010383 10.0.0.38 - - [2026-04-27 02:32:42] "POST /neutron/port HTTP/1.1" 200 117 0.001391 10.0.0.38 - - [2026-04-27 02:32:42] "POST /neutron/network HTTP/1.1" 200 835 0.005954 10.0.0.38 - - [2026-04-27 02:32:42] "POST /neutron/network HTTP/1.1" 200 2224 0.011925 10.0.0.38 - - [2026-04-27 02:32:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000433 10.0.0.38 - - [2026-04-27 02:32:43] "GET / HTTP/1.1" 200 35931 0.001478 10.0.0.38 - - [2026-04-27 02:32:43] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000388 10.0.0.38 - - [2026-04-27 02:32:43] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001178 10.0.0.38 - - [2026-04-27 02:32:43] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.074276 10.0.0.38 - - [2026-04-27 02:32:43] "POST /neutron/network HTTP/1.1" 200 834 0.007719 10.0.0.38 - - [2026-04-27 02:32:43] "POST /neutron/network HTTP/1.1" 200 830 0.006629 10.0.0.38 - - [2026-04-27 02:32:43] "POST /neutron/network HTTP/1.1" 200 835 0.006384 10.0.0.38 - - [2026-04-27 02:32:43] "POST /neutron/port HTTP/1.1" 200 2091 0.021933 10.0.0.38 - - [2026-04-27 02:32:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008174 10.0.0.38 - - [2026-04-27 02:32:43] "POST /neutron/port HTTP/1.1" 200 117 0.004395 10.0.0.38 - - [2026-04-27 02:32:43] "POST /neutron/port HTTP/1.1" 200 117 0.006157 10.0.0.38 - - [2026-04-27 02:32:44] "POST /neutron/network HTTP/1.1" 200 2224 0.009361 10.0.0.38 - - [2026-04-27 02:32:44] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000971 10.0.0.38 - - [2026-04-27 02:32:44] "POST /neutron/port HTTP/1.1" 200 1060 0.279327 10.0.0.38 - - [2026-04-27 02:32:44] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000991 10.0.0.38 - - [2026-04-27 02:32:44] "POST /neutron/port HTTP/1.1" 200 1056 0.189778 10.0.0.38 - - [2026-04-27 02:32:44] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001822 10.0.0.38 - - [2026-04-27 02:32:45] "POST /neutron/port HTTP/1.1" 200 1059 0.191118 10.0.0.38 - - [2026-04-27 02:32:45] "POST /neutron/port HTTP/1.1" 200 1060 0.014192 10.0.0.38 - - [2026-04-27 02:32:45] "POST /neutron/port HTTP/1.1" 200 1060 0.011674 10.0.0.38 - - [2026-04-27 02:32:45] "POST /neutron/port HTTP/1.1" 200 1114 0.071783 10.0.0.38 - - [2026-04-27 02:32:45] "POST /neutron/port HTTP/1.1" 200 1056 0.013002 10.0.0.38 - - [2026-04-27 02:32:45] "POST /neutron/port HTTP/1.1" 200 1056 0.013196 10.0.0.38 - - [2026-04-27 02:32:45] "POST /neutron/port HTTP/1.1" 200 1110 0.066113 10.0.0.38 - - [2026-04-27 02:32:45] "POST /neutron/port HTTP/1.1" 200 1059 0.011280 10.0.0.38 - - [2026-04-27 02:32:45] "POST /neutron/port HTTP/1.1" 200 1059 0.015302 10.0.0.38 - - [2026-04-27 02:32:45] "POST /neutron/port HTTP/1.1" 200 1113 0.079648 10.0.0.38 - - [2026-04-27 02:32:45] "POST /neutron/port HTTP/1.1" 200 3062 0.028362 10.0.0.38 - - [2026-04-27 02:32:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005896 10.0.0.38 - - [2026-04-27 02:32:45] "POST /neutron/subnet HTTP/1.1" 200 708 0.009528 10.0.0.38 - - [2026-04-27 02:32:45] "POST /neutron/port HTTP/1.1" 200 117 0.001040 10.0.0.38 - - [2026-04-27 02:32:45] "POST /neutron/network HTTP/1.1" 200 834 0.005045 10.0.0.38 - - [2026-04-27 02:32:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003965 10.0.0.38 - - [2026-04-27 02:32:45] "POST /neutron/subnet HTTP/1.1" 200 689 0.009120 10.0.0.38 - - [2026-04-27 02:32:45] "POST /neutron/port HTTP/1.1" 200 117 0.001514 10.0.0.38 - - [2026-04-27 02:32:45] "POST /neutron/network HTTP/1.1" 200 830 0.005313 10.0.0.38 - - [2026-04-27 02:32:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010234 10.0.0.38 - - [2026-04-27 02:32:45] "POST /neutron/subnet HTTP/1.1" 200 704 0.014313 10.0.0.38 - - [2026-04-27 02:32:45] "POST /neutron/port HTTP/1.1" 200 117 0.001167 10.0.0.38 - - [2026-04-27 02:32:45] "POST /neutron/network HTTP/1.1" 200 835 0.007085 10.0.0.38 - - [2026-04-27 02:32:49] "POST /neutron/port HTTP/1.1" 200 3062 0.022210 10.0.0.38 - - [2026-04-27 02:32:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009012 10.0.0.38 - - [2026-04-27 02:32:49] "POST /neutron/port HTTP/1.1" 200 3062 0.018876 10.0.0.38 - - [2026-04-27 02:32:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006194 10.0.0.38 - - [2026-04-27 02:32:49] "POST /neutron/port HTTP/1.1" 200 3062 0.028957 10.0.0.38 - - [2026-04-27 02:32:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006982 10.0.0.38 - - [2026-04-27 02:32:49] "POST /neutron/port HTTP/1.1" 200 3062 0.024117 10.0.0.38 - - [2026-04-27 02:32:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006803 10.0.0.38 - - [2026-04-27 02:32:49] "POST /neutron/port HTTP/1.1" 200 3062 0.021010 10.0.0.38 - - [2026-04-27 02:32:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006347 10.0.0.38 - - [2026-04-27 02:32:49] "GET /virtual-machine/e4fb8f64-30a4-42cc-87ee-17a80ba82550 HTTP/1.1" 200 1802 0.008230 10.0.0.38 - - [2026-04-27 02:32:49] "GET /virtual-machine-interface/367b71d8-b583-4868-97eb-4618596d94f7 HTTP/1.1" 200 2948 0.007982 10.0.0.38 - - [2026-04-27 02:32:49] "GET /virtual-machine-interface/421a8c9a-a030-4af8-ba66-f61271d0b2e3 HTTP/1.1" 200 2945 0.007458 10.0.0.38 - - [2026-04-27 02:32:49] "GET /virtual-machine-interface/4bc18035-f7d8-46a1-9c59-5c3ed313d620 HTTP/1.1" 200 2945 0.004845 10.0.0.38 - - [2026-04-27 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.38 - - [2026-04-27 02:32:49] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003094 10.0.0.38 - - [2026-04-27 02:32:49] "GET /virtual-networks?parent_id=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004018 10.0.0.38 - - [2026-04-27 02:32:49] "GET /virtual-network/c972cac3-b210-4199-b5b9-323ee254af6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005368 10.0.0.38 - - [2026-04-27 02:32:50] "POST /neutron/port HTTP/1.1" 200 1120 0.013477 10.0.0.38 - - [2026-04-27 02:32:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005489 10.0.0.38 - - [2026-04-27 02:32:52] "DELETE /project/9bcb87c77145426c92b513b036e91ac5 HTTP/1.1" 404 173 0.008459 10.0.0.38 - - [2026-04-27 02:32:52] "DELETE /project/f3b425cbe34d410a9db0be7d52ca0a95 HTTP/1.1" 404 173 0.006139 10.0.0.38 - - [2026-04-27 02:32:52] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001024 10.0.0.38 - - [2026-04-27 02:32:52] "GET /projects?obj_uuids=9bcb87c7-7145-426c-92b5-13b036e91ac5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000909 10.0.0.38 - - [2026-04-27 02:32:52] "GET /project/9bcb87c7-7145-426c-92b5-13b036e91ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.028803 10.0.0.38 - - [2026-04-27 02:32:52] "GET /project/55c86cc0-f3db-43df-a9ae-3bac0cd24419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.036942 10.0.0.38 - - [2026-04-27 02:32:52] "GET /projects?obj_uuids=9bcb87c7-7145-426c-92b5-13b036e91ac5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001158 10.0.0.38 - - [2026-04-27 02:32:52] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000860 10.0.0.38 - - [2026-04-27 02:32:52] "GET /project/55c86cc0-f3db-43df-a9ae-3bac0cd24419?fields=security_groups HTTP/1.1" 200 1368 0.032435 10.0.0.38 - - [2026-04-27 02:32:52] "GET /project/9bcb87c7-7145-426c-92b5-13b036e91ac5?fields=security_groups HTTP/1.1" 200 1342 0.042006 10.0.0.38 - - [2026-04-27 02:32:52] "DELETE /security-group/846a31b4-9f7b-423e-b7e4-1d370953d645 HTTP/1.1" 200 115 0.091274 10.0.0.38 - - [2026-04-27 02:32:52] "POST /neutron/port HTTP/1.1" 200 1123 0.032846 10.0.0.38 - - [2026-04-27 02:32:52] "GET /projects?obj_uuids=55c86cc0-f3db-43df-a9ae-3bac0cd24419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001052 10.0.0.38 - - [2026-04-27 02:32:52] "DELETE /access-control-list/4c94204c-fb97-42bd-b697-07461d115f68 HTTP/1.1" 200 115 0.075862 10.0.0.38 - - [2026-04-27 02:32:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007461 10.0.0.38 - - [2026-04-27 02:32:52] "DELETE /security-group/9a43964e-2606-4918-8ecd-75d97e5bcc6c HTTP/1.1" 200 115 0.126074 10.0.0.38 - - [2026-04-27 02:32:52] "GET /project/55c86cc0-f3db-43df-a9ae-3bac0cd24419?fields=application_policy_sets HTTP/1.1" 200 1407 0.054600 10.0.0.38 - - [2026-04-27 02:32:52] "GET /projects?obj_uuids=9bcb87c7-7145-426c-92b5-13b036e91ac5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001052 10.0.0.38 - - [2026-04-27 02:32:52] "DELETE /access-control-list/0da7d752-fa78-4a00-a22b-9dc89af7c281 HTTP/1.1" 200 115 0.050463 10.0.0.38 - - [2026-04-27 02:32:52] "DELETE /access-control-list/41c28a18-1b8e-4fd3-b3f4-837ee56da25f HTTP/1.1" 200 115 0.042378 10.0.0.38 - - [2026-04-27 02:32:52] "GET /project/9bcb87c7-7145-426c-92b5-13b036e91ac5?fields=application_policy_sets HTTP/1.1" 200 1381 0.118125 10.0.0.38 - - [2026-04-27 02:32:52] "DELETE /access-control-list/2f5d635a-56b2-4a57-b1b7-e6b6433b5137 HTTP/1.1" 200 115 0.051115 10.0.0.38 - - [2026-04-27 02:32:52] "DELETE /project/55c86cc0-f3db-43df-a9ae-3bac0cd24419 HTTP/1.1" 200 115 0.499158 10.0.0.38 - - [2026-04-27 02:32:52] "DELETE /project/9bcb87c7-7145-426c-92b5-13b036e91ac5 HTTP/1.1" 200 115 0.535225 10.0.0.38 - - [2026-04-27 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005613 10.0.0.38 - - [2026-04-27 02:32:52] "GET /virtual-network/c972cac3-b210-4199-b5b9-323ee254af6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.011238 10.0.0.38 - - [2026-04-27 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.38 - - [2026-04-27 02:32:56] "GET /virtual-network/c972cac3-b210-4199-b5b9-323ee254af6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004712 10.0.0.38 - - [2026-04-27 02:32:59] "GET /obj-perms HTTP/1.1" 200 5056 0.069021 10.0.0.38 - - [2026-04-27 02:33:00] "GET /obj-perms HTTP/1.1" 200 5056 0.074834 10.0.0.38 - - [2026-04-27 02:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.38 - - [2026-04-27 02:33:01] "GET /virtual-network/c972cac3-b210-4199-b5b9-323ee254af6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007213 10.0.0.38 - - [2026-04-27 02:33:04] "POST /neutron/port HTTP/1.1" 200 1120 0.016644 10.0.0.38 - - [2026-04-27 02:33:04] "POST /neutron/port HTTP/1.1" 200 1120 0.016250 10.0.0.38 - - [2026-04-27 02:33:04] "POST /neutron/network HTTP/1.1" 200 840 0.005888 10.0.0.38 - - [2026-04-27 02:33:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003753 10.0.0.38 - - [2026-04-27 02:33:04] "POST /neutron/subnet HTTP/1.1" 200 689 0.007505 10.0.0.38 - - [2026-04-27 02:33:04] "POST /neutron/port HTTP/1.1" 200 117 0.003634 10.0.0.38 - - [2026-04-27 02:33:04] "POST /neutron/network HTTP/1.1" 200 830 0.005826 10.0.0.38 - - [2026-04-27 02:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002506 10.0.0.38 - - [2026-04-27 02:33:05] "GET /virtual-network/c972cac3-b210-4199-b5b9-323ee254af6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004448 10.0.0.38 - - [2026-04-27 02:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.38 - - [2026-04-27 02:33:07] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004509 10.0.0.38 - - [2026-04-27 02:33:07] "GET /virtual-networks?parent_id=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003390 10.0.0.38 - - [2026-04-27 02:33:07] "GET /virtual-network/c972cac3-b210-4199-b5b9-323ee254af6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007381 10.0.0.38 - - [2026-04-27 02:33:07] "POST /neutron/port HTTP/1.1" 200 3062 0.023019 10.0.0.38 - - [2026-04-27 02:33:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009420 10.0.0.38 - - [2026-04-27 02:33:12] "POST /neutron/port HTTP/1.1" 200 3062 0.024814 10.0.0.38 - - [2026-04-27 02:33:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007332 10.0.0.38 - - [2026-04-27 02:33:17] "POST /neutron/port HTTP/1.1" 200 3062 0.022499 10.0.0.38 - - [2026-04-27 02:33:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006454 10.0.0.38 - - [2026-04-27 02:33:19] "POST /neutron/port HTTP/1.1" 200 3062 0.025977 10.0.0.38 - - [2026-04-27 02:33:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009592 10.0.0.38 - - [2026-04-27 02:33:23] "POST /neutron/port HTTP/1.1" 200 3062 0.022272 10.0.0.38 - - [2026-04-27 02:33:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006729 10.0.0.38 - - [2026-04-27 02:33:28] "POST /neutron/port HTTP/1.1" 200 3062 0.020373 10.0.0.38 - - [2026-04-27 02:33:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006242 10.0.0.38 - - [2026-04-27 02:33:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.38 - - [2026-04-27 02:33:33] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002512 10.0.0.38 - - [2026-04-27 02:33:33] "GET /virtual-networks?parent_id=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002866 10.0.0.38 - - [2026-04-27 02:33:33] "GET /virtual-network/cc2fd94c-d75a-47c5-ae58-f6bcad65f3c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005468 10.0.0.38 - - [2026-04-27 02:33:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.38 - - [2026-04-27 02:33:33] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002767 10.0.0.38 - - [2026-04-27 02:33:33] "GET /virtual-networks?parent_id=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002749 10.0.0.38 - - [2026-04-27 02:33:33] "GET /virtual-network/9a277c0d-2ab5-48be-98dc-ec27dafb1f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006594 10.0.0.38 - - [2026-04-27 02:33:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.003028 10.0.0.38 - - [2026-04-27 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002299 10.0.0.38 - - [2026-04-27 02:33:34] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.034581 10.0.0.38 - - [2026-04-27 02:33:34] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.058780 10.0.0.38 - - [2026-04-27 02:33:34] "POST /service-instances HTTP/1.1" 200 543 0.060411 10.0.0.38 - - [2026-04-27 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002532 10.0.0.38 - - [2026-04-27 02:33:34] "GET /service-instance/43d520e4-2f05-45b5-baa8-9d08d2e9071b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.006835 10.0.0.38 - - [2026-04-27 02:33:34] "POST /port-tuples HTTP/1.1" 200 586 0.024309 10.0.0.38 - - [2026-04-27 02:33:34] "GET /virtual-machine-interface/421a8c9a-a030-4af8-ba66-f61271d0b2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.005924 10.0.0.38 - - [2026-04-27 02:33:34] "PUT /virtual-machine-interface/421a8c9a-a030-4af8-ba66-f61271d0b2e3 HTTP/1.1" 200 284 0.009318 10.0.0.38 - - [2026-04-27 02:33:34] "POST /ref-update HTTP/1.1" 200 156 0.010923 10.0.0.38 - - [2026-04-27 02:33:34] "POST /instance-ips HTTP/1.1" 200 385 0.025169 10.0.0.38 - - [2026-04-27 02:33:34] "GET /virtual-machine-interface/4bc18035-f7d8-46a1-9c59-5c3ed313d620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.005819 10.0.0.38 - - [2026-04-27 02:33:34] "POST /ref-update HTTP/1.1" 200 156 0.015733 10.0.0.38 - - [2026-04-27 02:33:34] "PUT /virtual-machine-interface/4bc18035-f7d8-46a1-9c59-5c3ed313d620 HTTP/1.1" 200 284 0.011295 10.0.0.38 - - [2026-04-27 02:33:34] "POST /ref-update HTTP/1.1" 200 156 0.013064 10.0.0.38 - - [2026-04-27 02:33:34] "POST /ref-update HTTP/1.1" 200 156 0.009476 10.0.0.38 - - [2026-04-27 02:33:34] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.007103 10.0.0.38 - - [2026-04-27 02:33:34] "GET /virtual-machine-interface/367b71d8-b583-4868-97eb-4618596d94f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.005486 10.0.0.38 - - [2026-04-27 02:33:34] "POST /instance-ips HTTP/1.1" 200 385 0.022159 10.0.0.38 - - [2026-04-27 02:33:34] "PUT /virtual-machine-interface/367b71d8-b583-4868-97eb-4618596d94f7 HTTP/1.1" 200 284 0.012425 10.0.0.38 - - [2026-04-27 02:33:35] "POST /ref-update HTTP/1.1" 200 156 0.008104 10.0.0.38 - - [2026-04-27 02:33:35] "POST /ref-update HTTP/1.1" 200 156 0.009006 10.0.0.38 - - [2026-04-27 02:33:35] "POST /ref-update HTTP/1.1" 200 156 0.010004 10.0.0.38 - - [2026-04-27 02:33:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003821 10.0.0.38 - - [2026-04-27 02:33:35] "POST /neutron/port HTTP/1.1" 200 1120 0.011068 10.0.0.38 - - [2026-04-27 02:33:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006294 10.0.0.38 - - [2026-04-27 02:33:35] "POST /instance-ips HTTP/1.1" 200 373 0.022162 10.0.0.38 - - [2026-04-27 02:33:35] "POST /neutron/port HTTP/1.1" 200 1120 0.019837 10.0.0.38 - - [2026-04-27 02:33:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008787 10.0.0.38 - - [2026-04-27 02:33:35] "POST /ref-update HTTP/1.1" 200 156 0.010882 10.0.0.38 - - [2026-04-27 02:33:35] "POST /ref-update HTTP/1.1" 200 156 0.008087 10.0.0.38 - - [2026-04-27 02:33:35] "POST /neutron/port HTTP/1.1" 200 1120 0.020461 10.0.0.38 - - [2026-04-27 02:33:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003393 10.0.0.38 - - [2026-04-27 02:33:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009801 10.0.0.38 - - [2026-04-27 02:33:35] "GET /virtual-machine/74cd877b-7585-4a31-a985-9c73190b7c22 HTTP/1.1" 200 1290 0.005808 10.0.0.38 - - [2026-04-27 02:33:35] "GET /virtual-machine-interface/ea47302a-cf4f-4a9b-b652-013bca48e650 HTTP/1.1" 200 2946 0.005532 10.0.0.38 - - [2026-04-27 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.38 - - [2026-04-27 02:33:35] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003931 10.0.0.38 - - [2026-04-27 02:33:35] "POST /instance-ips HTTP/1.1" 200 373 0.020495 10.0.0.38 - - [2026-04-27 02:33:35] "GET /virtual-networks?parent_id=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003133 10.0.0.38 - - [2026-04-27 02:33:35] "POST /ref-update HTTP/1.1" 200 156 0.010295 10.0.0.38 - - [2026-04-27 02:33:35] "GET /virtual-network/cc2fd94c-d75a-47c5-ae58-f6bcad65f3c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005293 10.0.0.38 - - [2026-04-27 02:33:35] "POST /ref-update HTTP/1.1" 200 156 0.008996 10.0.0.38 - - [2026-04-27 02:33:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002786 10.0.0.38 - - [2026-04-27 02:33:35] "POST /instance-ips HTTP/1.1" 200 375 0.018514 10.0.0.38 - - [2026-04-27 02:33:35] "POST /ref-update HTTP/1.1" 200 156 0.009125 10.0.0.38 - - [2026-04-27 02:33:35] "POST /ref-update HTTP/1.1" 200 156 0.008857 10.0.0.38 - - [2026-04-27 02:33:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003789 10.0.0.38 - - [2026-04-27 02:33:35] "POST /instance-ips HTTP/1.1" 200 375 0.018661 10.0.0.38 - - [2026-04-27 02:33:35] "POST /ref-update HTTP/1.1" 200 156 0.009484 10.0.0.38 - - [2026-04-27 02:33:36] "POST /ref-update HTTP/1.1" 200 156 0.009827 10.0.0.38 - - [2026-04-27 02:33:36] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004176 10.0.0.38 - - [2026-04-27 02:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.38 - - [2026-04-27 02:33:36] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003451 10.0.0.38 - - [2026-04-27 02:33:36] "GET /virtual-networks?parent_id=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003234 10.0.0.38 - - [2026-04-27 02:33:36] "GET /virtual-network/cc2fd94c-d75a-47c5-ae58-f6bcad65f3c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005805 10.0.0.38 - - [2026-04-27 02:33:37] "POST /neutron/port HTTP/1.1" 200 1123 0.015527 10.0.0.38 - - [2026-04-27 02:33:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007244 10.0.0.38 - - [2026-04-27 02:33:37] "POST /neutron/port HTTP/1.1" 200 1123 0.018044 10.0.0.38 - - [2026-04-27 02:33:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008683 10.0.0.38 - - [2026-04-27 02:33:37] "POST /neutron/port HTTP/1.1" 200 1123 0.012832 10.0.0.38 - - [2026-04-27 02:33:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007300 10.0.0.38 - - [2026-04-27 02:33:37] "GET /virtual-machine/8c936a85-578f-42ea-874c-b32ff4a9f094 HTTP/1.1" 200 1290 0.005392 10.0.0.38 - - [2026-04-27 02:33:37] "GET /virtual-machine-interface/8d9dfd45-9d34-4c4f-9503-9192bfa92380 HTTP/1.1" 200 2949 0.005729 10.0.0.38 - - [2026-04-27 02:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.38 - - [2026-04-27 02:33:37] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004385 10.0.0.38 - - [2026-04-27 02:33:37] "GET /virtual-networks?parent_id=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002894 10.0.0.38 - - [2026-04-27 02:33:37] "GET /virtual-network/9a277c0d-2ab5-48be-98dc-ec27dafb1f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005511 10.0.0.38 - - [2026-04-27 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.38 - - [2026-04-27 02:33:38] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004602 10.0.0.38 - - [2026-04-27 02:33:38] "GET /virtual-networks?parent_id=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003885 10.0.0.38 - - [2026-04-27 02:33:38] "GET /virtual-network/9a277c0d-2ab5-48be-98dc-ec27dafb1f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007125 10.0.0.38 - - [2026-04-27 02:33:38] "POST /fqname-to-id HTTP/1.1" 404 211 0.002990 10.0.0.38 - - [2026-04-27 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002025 10.0.0.38 - - [2026-04-27 02:33:38] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001149 10.0.0.38 - - [2026-04-27 02:33:38] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.026403 10.0.0.38 - - [2026-04-27 02:33:38] "POST /network-policys HTTP/1.1" 200 547 0.016595 10.0.0.38 - - [2026-04-27 02:33:38] "GET /network-policy/67d51f2f-6840-4773-9ae0-dc9c946a2667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004373 10.0.0.38 - - [2026-04-27 02:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.38 - - [2026-04-27 02:33:39] "GET /virtual-network/cc2fd94c-d75a-47c5-ae58-f6bcad65f3c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006047 10.0.0.38 - - [2026-04-27 02:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.38 - - [2026-04-27 02:33:39] "GET /network-policy/67d51f2f-6840-4773-9ae0-dc9c946a2667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003868 10.0.0.38 - - [2026-04-27 02:33:39] "POST /ref-update HTTP/1.1" 200 156 0.036981 10.0.0.38 - - [2026-04-27 02:33:39] "POST /fqname-to-id HTTP/1.1" 404 242 0.039208 10.0.0.38 - - [2026-04-27 02:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002299 10.0.0.38 - - [2026-04-27 02:33:39] "POST /access-control-lists HTTP/1.1" 200 601 0.060966 10.0.0.38 - - [2026-04-27 02:33:39] "GET /network-policy/67d51f2f-6840-4773-9ae0-dc9c946a2667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003513 10.0.0.38 - - [2026-04-27 02:33:39] "POST /neutron/network HTTP/1.1" 200 918 0.007542 10.0.0.38 - - [2026-04-27 02:33:39] "GET /virtual-network/cc2fd94c-d75a-47c5-ae58-f6bcad65f3c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.004480 10.0.0.38 - - [2026-04-27 02:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.38 - - [2026-04-27 02:33:39] "GET /network-policy/67d51f2f-6840-4773-9ae0-dc9c946a2667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003624 10.0.0.38 - - [2026-04-27 02:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.38 - - [2026-04-27 02:33:39] "GET /virtual-network/9a277c0d-2ab5-48be-98dc-ec27dafb1f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005452 10.0.0.38 - - [2026-04-27 02:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.38 - - [2026-04-27 02:33:39] "GET /network-policy/67d51f2f-6840-4773-9ae0-dc9c946a2667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003758 10.0.0.38 - - [2026-04-27 02:33:39] "POST /fqname-to-id HTTP/1.1" 404 244 0.002278 10.0.0.38 - - [2026-04-27 02:33:39] "POST /ref-update HTTP/1.1" 200 156 0.030729 10.0.0.38 - - [2026-04-27 02:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.38 - - [2026-04-27 02:33:39] "POST /access-control-lists HTTP/1.1" 200 604 0.063219 10.0.0.38 - - [2026-04-27 02:33:39] "GET /network-policy/67d51f2f-6840-4773-9ae0-dc9c946a2667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003916 10.0.0.38 - - [2026-04-27 02:33:39] "POST /routing-instances HTTP/1.1" 200 759 0.018850 10.0.0.38 - - [2026-04-27 02:33:39] "POST /neutron/network HTTP/1.1" 200 923 0.006679 10.0.0.38 - - [2026-04-27 02:33:39] "GET /virtual-network/9a277c0d-2ab5-48be-98dc-ec27dafb1f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004836 10.0.0.38 - - [2026-04-27 02:33:39] "POST /route-targets HTTP/1.1" 200 327 0.010112 10.0.0.38 - - [2026-04-27 02:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.38 - - [2026-04-27 02:33:40] "POST /ref-update HTTP/1.1" 200 156 0.010186 10.0.0.38 - - [2026-04-27 02:33:40] "GET /network-policy/67d51f2f-6840-4773-9ae0-dc9c946a2667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003346 10.0.0.38 - - [2026-04-27 02:33:40] "GET /routing-instance/99a31a1a-6678-4fb9-9b8b-0bd57b381227?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.003960 10.0.0.38 - - [2026-04-27 02:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.38 - - [2026-04-27 02:33:40] "GET /routing-instance/99a31a1a-6678-4fb9-9b8b-0bd57b381227?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.004220 10.0.0.38 - - [2026-04-27 02:33:40] "GET /service-template/da5e717b-98fa-4113-8556-a19afc09daf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003722 10.0.0.38 - - [2026-04-27 02:33:40] "POST /ref-update HTTP/1.1" 200 156 0.010006 10.0.0.38 - - [2026-04-27 02:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002489 10.0.0.38 - - [2026-04-27 02:33:40] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001228 10.0.0.38 - - [2026-04-27 02:33:40] "POST /routing-instances HTTP/1.1" 200 760 0.022853 10.0.0.38 - - [2026-04-27 02:33:40] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.032419 10.0.0.38 - - [2026-04-27 02:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002113 10.0.0.38 - - [2026-04-27 02:33:40] "POST /route-targets HTTP/1.1" 200 327 0.013691 10.0.0.38 - - [2026-04-27 02:33:40] "GET /service-instance/43d520e4-2f05-45b5-baa8-9d08d2e9071b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.009397 10.0.0.38 - - [2026-04-27 02:33:40] "POST /ref-update HTTP/1.1" 200 156 0.013940 10.0.0.38 - - [2026-04-27 02:33:40] "GET /domains HTTP/1.1" 200 280 0.002464 10.0.0.38 - - [2026-04-27 02:33:40] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000836 10.0.0.38 - - [2026-04-27 02:33:40] "GET /routing-instance/f94ab6aa-a1e6-40af-a562-89b5f1433fce?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.005473 10.0.0.38 - - [2026-04-27 02:33:40] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2771 0.012586 10.0.0.38 - - [2026-04-27 02:33:40] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000909 10.0.0.38 - - [2026-04-27 02:33:40] "GET /routing-instance/f94ab6aa-a1e6-40af-a562-89b5f1433fce?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.004285 10.0.0.38 - - [2026-04-27 02:33:40] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95 HTTP/1.1" 200 4233 0.074694 10.0.0.38 - - [2026-04-27 02:33:40] "GET /service-instance/43d520e4-2f05-45b5-baa8-9d08d2e9071b HTTP/1.1" 200 3782 0.004578 10.0.0.38 - - [2026-04-27 02:33:40] "GET /domains HTTP/1.1" 200 280 0.003415 10.0.0.38 - - [2026-04-27 02:33:40] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000921 10.0.0.38 - - [2026-04-27 02:33:40] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2771 0.006503 10.0.0.38 - - [2026-04-27 02:33:40] "PUT /routing-instance/99a31a1a-6678-4fb9-9b8b-0bd57b381227 HTTP/1.1" 200 266 0.014315 10.0.0.38 - - [2026-04-27 02:33:40] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001210 10.0.0.38 - - [2026-04-27 02:33:40] "PUT /routing-instance/f94ab6aa-a1e6-40af-a562-89b5f1433fce HTTP/1.1" 200 266 0.011813 10.0.0.38 - - [2026-04-27 02:33:40] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95 HTTP/1.1" 200 4233 0.071422 10.0.0.38 - - [2026-04-27 02:33:40] "GET /service-instance/43d520e4-2f05-45b5-baa8-9d08d2e9071b HTTP/1.1" 200 3782 0.003870 10.0.0.38 - - [2026-04-27 02:33:40] "GET /port-tuple/f4450a36-e160-45a3-b716-8bbd9cc6754b HTTP/1.1" 200 1979 0.003876 10.0.0.38 - - [2026-04-27 02:33:40] "GET /virtual-machine-interface/367b71d8-b583-4868-97eb-4618596d94f7 HTTP/1.1" 200 3803 0.010193 10.0.0.38 - - [2026-04-27 02:33:40] "GET /virtual-machine-interface/421a8c9a-a030-4af8-ba66-f61271d0b2e3 HTTP/1.1" 200 3815 0.006224 10.0.0.38 - - [2026-04-27 02:33:40] "POST /ref-update HTTP/1.1" 200 156 0.020785 10.0.0.38 - - [2026-04-27 02:33:40] "GET /virtual-machine-interface/4bc18035-f7d8-46a1-9c59-5c3ed313d620 HTTP/1.1" 200 3797 0.008880 10.0.0.38 - - [2026-04-27 02:33:40] "POST /neutron/port HTTP/1.1" 200 3833 0.058425 10.0.0.38 - - [2026-04-27 02:33:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006182 10.0.0.38 - - [2026-04-27 02:33:40] "POST /neutron/port HTTP/1.1" 200 3833 0.032838 10.0.0.38 - - [2026-04-27 02:33:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006025 10.0.0.38 - - [2026-04-27 02:33:40] "POST /neutron/port HTTP/1.1" 200 3833 0.033146 10.0.0.38 - - [2026-04-27 02:33:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006136 10.0.0.38 - - [2026-04-27 02:33:41] "POST /neutron/port HTTP/1.1" 200 3833 0.041302 10.0.0.38 - - [2026-04-27 02:33:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006191 10.0.0.38 - - [2026-04-27 02:33:41] "POST /neutron/network HTTP/1.1" 200 892 0.012021 10.0.0.38 - - [2026-04-27 02:33:41] "POST /neutron/network HTTP/1.1" 200 918 0.005756 10.0.0.38 - - [2026-04-27 02:33:41] "POST /neutron/network HTTP/1.1" 200 808 0.010865 10.0.0.38 - - [2026-04-27 02:33:41] "POST /neutron/network HTTP/1.1" 200 834 0.005550 10.0.0.38 - - [2026-04-27 02:33:41] "POST /neutron/network HTTP/1.1" 200 897 0.013365 10.0.0.38 - - [2026-04-27 02:33:41] "POST /neutron/network HTTP/1.1" 200 923 0.005382 10.0.0.38 - - [2026-04-27 02:33:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001275 10.0.0.38 - - [2026-04-27 02:33:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.000885 10.0.0.38 - - [2026-04-27 02:33:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001661 10.0.0.38 - - [2026-04-27 02:33:41] "GET /virtual-machine/e4fb8f64-30a4-42cc-87ee-17a80ba82550 HTTP/1.1" 200 1802 0.003489 10.0.0.38 - - [2026-04-27 02:33:41] "GET /virtual-machine-interface/367b71d8-b583-4868-97eb-4618596d94f7 HTTP/1.1" 200 3803 0.005106 10.0.0.38 - - [2026-04-27 02:33:41] "GET /virtual-machine-interface/421a8c9a-a030-4af8-ba66-f61271d0b2e3 HTTP/1.1" 200 3815 0.004779 10.0.0.38 - - [2026-04-27 02:33:41] "GET /virtual-machine-interface/4bc18035-f7d8-46a1-9c59-5c3ed313d620 HTTP/1.1" 200 3797 0.004805 10.0.0.38 - - [2026-04-27 02:33:41] "GET /instance-ip/27136f2a-d321-4138-8d7a-467a1ba4254e HTTP/1.1" 200 1623 0.006632 10.0.0.38 - - [2026-04-27 02:33:41] "GET /instance-ip/3a997efd-8fa2-4580-90ae-6a17fd8d3189 HTTP/1.1" 200 1960 0.004379 10.0.0.38 - - [2026-04-27 02:33:41] "GET /instance-ip/90b40704-605d-43bb-83ae-cb902ff02ed6 HTTP/1.1" 200 1958 0.003648 10.0.0.38 - - [2026-04-27 02:33:41] "GET /instance-ip/3048f458-4cff-48d7-8811-514f5a44404f HTTP/1.1" 200 1622 0.004601 10.0.0.38 - - [2026-04-27 02:33:41] "GET /instance-ip/58434d3a-b1e0-484e-9a55-e7dfb895f183 HTTP/1.1" 200 1980 0.004499 10.0.0.38 - - [2026-04-27 02:33:41] "GET /instance-ip/5e857dd3-622e-4316-8333-5fa8ded12b2d HTTP/1.1" 200 1977 0.003404 10.0.0.38 - - [2026-04-27 02:33:41] "GET /instance-ip/1f74ed4b-810c-4abf-9fa6-37d172b0dae8 HTTP/1.1" 200 1954 0.005933 10.0.0.38 - - [2026-04-27 02:33:41] "GET /instance-ip/27cb1a11-a20d-4a9d-93cd-09400c694c8b HTTP/1.1" 200 1956 0.002965 10.0.0.38 - - [2026-04-27 02:33:41] "GET /instance-ip/dec8a5f8-07d4-4a0f-af4e-7933579a7a6f HTTP/1.1" 200 1620 0.004164 10.0.0.38 - - [2026-04-27 02:33:41] "POST /neutron/port HTTP/1.1" 200 3833 0.029832 10.0.0.38 - - [2026-04-27 02:33:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006667 10.0.0.38 - - [2026-04-27 02:33:41] "POST /neutron/port HTTP/1.1" 200 3833 0.029104 10.0.0.38 - - [2026-04-27 02:33:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006072 10.0.0.38 - - [2026-04-27 02:33:41] "POST /neutron/port HTTP/1.1" 200 3833 0.029734 10.0.0.38 - - [2026-04-27 02:33:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005670 10.0.0.38 - - [2026-04-27 02:33:41] "POST /neutron/port HTTP/1.1" 200 3833 0.032371 10.0.0.38 - - [2026-04-27 02:33:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005903 10.0.0.38 - - [2026-04-27 02:33:41] "GET /virtual-machine/e4fb8f64-30a4-42cc-87ee-17a80ba82550 HTTP/1.1" 200 1802 0.003177 10.0.0.38 - - [2026-04-27 02:33:41] "GET /virtual-machine-interface/367b71d8-b583-4868-97eb-4618596d94f7 HTTP/1.1" 200 3803 0.004716 10.0.0.38 - - [2026-04-27 02:33:41] "GET /virtual-machine-interface/421a8c9a-a030-4af8-ba66-f61271d0b2e3 HTTP/1.1" 200 3815 0.005180 10.0.0.38 - - [2026-04-27 02:33:41] "GET /virtual-machine-interface/4bc18035-f7d8-46a1-9c59-5c3ed313d620 HTTP/1.1" 200 3797 0.005534 10.0.0.38 - - [2026-04-27 02:33:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.38 - - [2026-04-27 02:33:41] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002607 10.0.0.38 - - [2026-04-27 02:33:41] "GET /virtual-networks?parent_id=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002653 10.0.0.38 - - [2026-04-27 02:33:42] "GET /virtual-network/cc2fd94c-d75a-47c5-ae58-f6bcad65f3c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.007724 10.0.0.38 - - [2026-04-27 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.38 - - [2026-04-27 02:33:43] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003278 10.0.0.38 - - [2026-04-27 02:33:43] "GET /virtual-networks?parent_id=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002889 10.0.0.38 - - [2026-04-27 02:33:43] "GET /virtual-network/cc2fd94c-d75a-47c5-ae58-f6bcad65f3c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005296 10.0.0.38 - - [2026-04-27 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.38 - - [2026-04-27 02:33:43] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003751 10.0.0.38 - - [2026-04-27 02:33:43] "GET /virtual-networks?parent_id=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003094 10.0.0.38 - - [2026-04-27 02:33:43] "GET /virtual-network/cc2fd94c-d75a-47c5-ae58-f6bcad65f3c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005995 10.0.0.38 - - [2026-04-27 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.38 - - [2026-04-27 02:33:43] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003112 10.0.0.38 - - [2026-04-27 02:33:43] "GET /virtual-networks?parent_id=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002768 10.0.0.38 - - [2026-04-27 02:33:43] "GET /virtual-network/cc2fd94c-d75a-47c5-ae58-f6bcad65f3c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.006314 10.0.0.38 - - [2026-04-27 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.38 - - [2026-04-27 02:33:43] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003611 10.0.0.38 - - [2026-04-27 02:33:43] "GET /virtual-networks?parent_id=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003177 10.0.0.38 - - [2026-04-27 02:33:43] "GET /virtual-network/cc2fd94c-d75a-47c5-ae58-f6bcad65f3c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005721 10.0.0.38 - - [2026-04-27 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.38 - - [2026-04-27 02:33:44] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003999 10.0.0.38 - - [2026-04-27 02:33:44] "GET /virtual-networks?parent_id=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003041 10.0.0.38 - - [2026-04-27 02:33:44] "GET /virtual-network/c972cac3-b210-4199-b5b9-323ee254af6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006007 10.0.0.38 - - [2026-04-27 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.38 - - [2026-04-27 02:33:44] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003256 10.0.0.38 - - [2026-04-27 02:33:44] "GET /virtual-networks?parent_id=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004179 10.0.0.38 - - [2026-04-27 02:33:44] "GET /virtual-network/c972cac3-b210-4199-b5b9-323ee254af6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004680 10.0.0.38 - - [2026-04-27 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.38 - - [2026-04-27 02:33:44] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003312 10.0.0.38 - - [2026-04-27 02:33:44] "GET /virtual-networks?parent_id=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003029 10.0.0.38 - - [2026-04-27 02:33:44] "GET /virtual-network/c972cac3-b210-4199-b5b9-323ee254af6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005413 10.0.0.38 - - [2026-04-27 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.38 - - [2026-04-27 02:33:44] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004145 10.0.0.38 - - [2026-04-27 02:33:44] "GET /virtual-networks?parent_id=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002809 10.0.0.38 - - [2026-04-27 02:33:44] "GET /virtual-network/c972cac3-b210-4199-b5b9-323ee254af6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005278 10.0.0.38 - - [2026-04-27 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.38 - - [2026-04-27 02:33:44] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004228 10.0.0.38 - - [2026-04-27 02:33:45] "GET /virtual-networks?parent_id=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002915 10.0.0.38 - - [2026-04-27 02:33:45] "GET /virtual-network/9a277c0d-2ab5-48be-98dc-ec27dafb1f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005563 10.0.0.38 - - [2026-04-27 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.38 - - [2026-04-27 02:33:45] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003450 10.0.0.38 - - [2026-04-27 02:33:45] "GET /virtual-networks?parent_id=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003213 10.0.0.38 - - [2026-04-27 02:33:45] "GET /virtual-network/9a277c0d-2ab5-48be-98dc-ec27dafb1f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005910 10.0.0.38 - - [2026-04-27 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.38 - - [2026-04-27 02:33:45] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004430 10.0.0.38 - - [2026-04-27 02:33:45] "GET /virtual-networks?parent_id=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003017 10.0.0.38 - - [2026-04-27 02:33:45] "GET /virtual-network/9a277c0d-2ab5-48be-98dc-ec27dafb1f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005192 10.0.0.38 - - [2026-04-27 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.38 - - [2026-04-27 02:33:45] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003430 10.0.0.38 - - [2026-04-27 02:33:45] "GET /virtual-networks?parent_id=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002944 10.0.0.38 - - [2026-04-27 02:33:45] "GET /virtual-network/9a277c0d-2ab5-48be-98dc-ec27dafb1f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005713 10.0.0.38 - - [2026-04-27 02:33:45] "GET /virtual-machine/e4fb8f64-30a4-42cc-87ee-17a80ba82550 HTTP/1.1" 200 1802 0.003481 10.0.0.38 - - [2026-04-27 02:33:45] "GET /domains HTTP/1.1" 200 280 0.002618 10.0.0.38 - - [2026-04-27 02:33:45] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001555 10.0.0.38 - - [2026-04-27 02:33:45] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2771 0.008832 10.0.0.38 - - [2026-04-27 02:33:45] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000833 10.0.0.38 - - [2026-04-27 02:33:45] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95 HTTP/1.1" 200 4233 0.068945 10.0.0.38 - - [2026-04-27 02:33:45] "GET /service-instance/43d520e4-2f05-45b5-baa8-9d08d2e9071b HTTP/1.1" 200 3782 0.004014 10.0.0.38 - - [2026-04-27 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002420 10.0.0.38 - - [2026-04-27 02:33:45] "GET /routing-instance/b49e682e-37fe-46e1-b462-5f0c27619795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.004473 10.0.0.38 - - [2026-04-27 02:33:45] "GET /routing-instance/b49e682e-37fe-46e1-b462-5f0c27619795?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.004900 10.0.0.38 - - [2026-04-27 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.38 - - [2026-04-27 02:33:46] "GET /routing-instance/3957a1a7-e0fe-425e-a570-5c9de3efa908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004692 10.0.0.38 - - [2026-04-27 02:33:46] "GET /routing-instance/3957a1a7-e0fe-425e-a570-5c9de3efa908?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.005475 10.0.0.38 - - [2026-04-27 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.38 - - [2026-04-27 02:33:46] "GET /virtual-network/cc2fd94c-d75a-47c5-ae58-f6bcad65f3c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005363 10.0.0.38 - - [2026-04-27 02:33:46] "GET /virtual-network/cc2fd94c-d75a-47c5-ae58-f6bcad65f3c7?fields=routing_instances HTTP/1.1" 200 1683 0.007765 10.0.0.38 - - [2026-04-27 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.38 - - [2026-04-27 02:33:46] "GET /virtual-network/9a277c0d-2ab5-48be-98dc-ec27dafb1f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006072 10.0.0.38 - - [2026-04-27 02:33:46] "GET /virtual-network/9a277c0d-2ab5-48be-98dc-ec27dafb1f24?fields=routing_instances HTTP/1.1" 200 1688 0.008313 10.0.0.38 - - [2026-04-27 02:33:50] "POST /ref-update HTTP/1.1" 200 156 0.032479 10.0.0.38 - - [2026-04-27 02:33:50] "DELETE /access-control-list/40b2d257-3cdd-4252-b6cd-9482f152408a HTTP/1.1" 200 115 0.027878 10.0.0.38 - - [2026-04-27 02:33:50] "POST /neutron/network HTTP/1.1" 200 835 0.006954 10.0.0.38 - - [2026-04-27 02:33:50] "GET /virtual-network/9a277c0d-2ab5-48be-98dc-ec27dafb1f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004995 10.0.0.38 - - [2026-04-27 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.38 - - [2026-04-27 02:33:50] "DELETE /routing-instance/99a31a1a-6678-4fb9-9b8b-0bd57b381227 HTTP/1.1" 200 115 0.025045 10.0.0.38 - - [2026-04-27 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.38 - - [2026-04-27 02:33:50] "GET /network-policy/67d51f2f-6840-4773-9ae0-dc9c946a2667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004334 10.0.0.38 - - [2026-04-27 02:33:50] "DELETE /route-target/c888b9ff-ac32-45f8-86f4-becf4f743528 HTTP/1.1" 200 115 0.020343 10.0.0.38 - - [2026-04-27 02:33:50] "POST /ref-update HTTP/1.1" 200 156 0.037745 10.0.0.38 - - [2026-04-27 02:33:50] "DELETE /routing-instance/f94ab6aa-a1e6-40af-a562-89b5f1433fce HTTP/1.1" 200 115 0.045268 10.0.0.38 - - [2026-04-27 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.38 - - [2026-04-27 02:33:50] "POST /neutron/network HTTP/1.1" 200 830 0.006577 10.0.0.38 - - [2026-04-27 02:33:50] "GET /virtual-network/cc2fd94c-d75a-47c5-ae58-f6bcad65f3c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004441 10.0.0.38 - - [2026-04-27 02:33:50] "DELETE /route-target/5602af35-3b47-42e0-b0cd-a93dd2e8d2bf HTTP/1.1" 200 115 0.011619 10.0.0.38 - - [2026-04-27 02:33:50] "DELETE /access-control-list/6f5d3d8e-eb66-4a67-a40e-298b83590c9f HTTP/1.1" 200 115 0.026539 10.0.0.38 - - [2026-04-27 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004874 10.0.0.38 - - [2026-04-27 02:33:50] "GET /network-policy/67d51f2f-6840-4773-9ae0-dc9c946a2667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003407 10.0.0.38 - - [2026-04-27 02:33:51] "DELETE /network-policy/67d51f2f-6840-4773-9ae0-dc9c946a2667 HTTP/1.1" 200 115 0.027671 10.0.0.38 - - [2026-04-27 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002325 10.0.0.38 - - [2026-04-27 02:33:51] "DELETE /service-instance/43d520e4-2f05-45b5-baa8-9d08d2e9071b HTTP/1.1" 200 115 0.047342 10.0.0.38 - - [2026-04-27 02:33:51] "GET /domains HTTP/1.1" 200 280 0.002192 10.0.0.38 - - [2026-04-27 02:33:51] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001135 10.0.0.38 - - [2026-04-27 02:33:51] "POST /ref-update HTTP/1.1" 200 156 0.020449 10.0.0.38 - - [2026-04-27 02:33:51] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2771 0.012498 10.0.0.38 - - [2026-04-27 02:33:51] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001582 10.0.0.38 - - [2026-04-27 02:33:51] "DELETE /instance-ip/27cb1a11-a20d-4a9d-93cd-09400c694c8b HTTP/1.1" 200 115 0.029504 10.0.0.38 - - [2026-04-27 02:33:51] "POST /ref-update HTTP/1.1" 200 156 0.010315 10.0.0.38 - - [2026-04-27 02:33:51] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95 HTTP/1.1" 200 3759 0.067071 10.0.0.38 - - [2026-04-27 02:33:51] "GET /virtual-machine/e4fb8f64-30a4-42cc-87ee-17a80ba82550 HTTP/1.1" 200 1802 0.003388 10.0.0.38 - - [2026-04-27 02:33:51] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002185 10.0.0.38 - - [2026-04-27 02:33:51] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003577 10.0.0.38 - - [2026-04-27 02:33:51] "DELETE /instance-ip/5e857dd3-622e-4316-8333-5fa8ded12b2d HTTP/1.1" 200 115 0.019293 10.0.0.38 - - [2026-04-27 02:33:51] "POST /ref-update HTTP/1.1" 200 156 0.010631 10.0.0.38 - - [2026-04-27 02:33:51] "DELETE /instance-ip/90b40704-605d-43bb-83ae-cb902ff02ed6 HTTP/1.1" 200 115 0.021130 10.0.0.38 - - [2026-04-27 02:33:51] "POST /ref-update HTTP/1.1" 200 156 0.011201 10.0.0.38 - - [2026-04-27 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.38 - - [2026-04-27 02:33:51] "DELETE /service-template/da5e717b-98fa-4113-8556-a19afc09daf1 HTTP/1.1" 200 115 0.021915 10.0.0.38 - - [2026-04-27 02:33:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.002055 10.0.0.38 - - [2026-04-27 02:33:51] "DELETE /instance-ip/3a997efd-8fa2-4580-90ae-6a17fd8d3189 HTTP/1.1" 200 115 0.027809 10.0.0.38 - - [2026-04-27 02:33:51] "POST /ref-update HTTP/1.1" 200 156 0.013849 10.0.0.38 - - [2026-04-27 02:33:51] "DELETE /instance-ip/1f74ed4b-810c-4abf-9fa6-37d172b0dae8 HTTP/1.1" 200 115 0.030845 10.0.0.38 - - [2026-04-27 02:33:51] "POST /ref-update HTTP/1.1" 200 156 0.011039 10.0.0.38 - - [2026-04-27 02:33:51] "DELETE /instance-ip/58434d3a-b1e0-484e-9a55-e7dfb895f183 HTTP/1.1" 200 115 0.025904 10.0.0.38 - - [2026-04-27 02:33:51] "POST /neutron/network HTTP/1.1" 200 835 0.005169 10.0.0.38 - - [2026-04-27 02:33:51] "POST /neutron/network HTTP/1.1" 400 204 0.014084 10.0.0.38 - - [2026-04-27 02:33:52] "POST /neutron/port HTTP/1.1" 200 1123 0.011223 10.0.0.38 - - [2026-04-27 02:33:52] "POST /neutron/port HTTP/1.1" 200 1113 0.011327 10.0.0.38 - - [2026-04-27 02:33:52] "POST /neutron/port HTTP/1.1" 200 1120 0.019740 10.0.0.38 - - [2026-04-27 02:33:52] "POST /neutron/port HTTP/1.1" 200 1110 0.009481 10.0.0.38 - - [2026-04-27 02:33:52] "POST /neutron/port HTTP/1.1" 200 151 0.146987 10.0.0.38 - - [2026-04-27 02:33:52] "POST /neutron/port HTTP/1.1" 200 151 0.111962 10.0.0.38 - - [2026-04-27 02:33:52] "POST /neutron/port HTTP/1.1" 200 3062 0.022495 10.0.0.38 - - [2026-04-27 02:33:52] "POST /neutron/port HTTP/1.1" 200 1114 0.025401 10.0.0.38 - - [2026-04-27 02:33:52] "POST /neutron/port HTTP/1.1" 200 151 0.116802 10.0.0.38 - - [2026-04-27 02:33:52] "POST /neutron/port HTTP/1.1" 200 1110 0.014533 10.0.0.38 - - [2026-04-27 02:33:52] "POST /neutron/port HTTP/1.1" 200 151 0.101341 10.0.0.38 - - [2026-04-27 02:33:52] "POST /neutron/port HTTP/1.1" 200 1113 0.010359 10.0.0.38 - - [2026-04-27 02:33:52] "POST /neutron/port HTTP/1.1" 200 151 0.110981 10.0.0.38 - - [2026-04-27 02:33:53] "POST /neutron/network HTTP/1.1" 200 835 0.006163 10.0.0.38 - - [2026-04-27 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.38 - - [2026-04-27 02:33:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001918 10.0.0.38 - - [2026-04-27 02:33:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002487 10.0.0.38 - - [2026-04-27 02:33:53] "POST /neutron/network HTTP/1.1" 200 151 0.082724 10.0.0.38 - - [2026-04-27 02:33:53] "GET /routing-instance/3957a1a7-e0fe-425e-a570-5c9de3efa908 HTTP/1.1" 404 171 0.007794 10.0.0.38 - - [2026-04-27 02:33:53] "DELETE /route-target/eb6b8ed2-6c63-479a-bd48-e83d73cf5412 HTTP/1.1" 200 115 0.025229 10.0.0.38 - - [2026-04-27 02:33:53] "GET /domains HTTP/1.1" 200 280 0.003321 10.0.0.38 - - [2026-04-27 02:33:53] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.38 - - [2026-04-27 02:33:53] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2571 0.048547 10.0.0.38 - - [2026-04-27 02:33:53] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001441 10.0.0.38 - - [2026-04-27 02:33:53] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95 HTTP/1.1" 200 2298 0.078704 10.0.0.38 - - [2026-04-27 02:33:53] "POST /neutron/network HTTP/1.1" 200 830 0.004688 10.0.0.38 - - [2026-04-27 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006002 10.0.0.38 - - [2026-04-27 02:33:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002017 10.0.0.38 - - [2026-04-27 02:33:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001655 10.0.0.38 - - [2026-04-27 02:33:54] "POST /neutron/network HTTP/1.1" 200 151 0.091459 10.0.0.38 - - [2026-04-27 02:33:54] "DELETE /route-target/4643ee2b-e7b2-4668-8a94-fe56e7d4e7c3 HTTP/1.1" 200 115 0.024135 10.0.0.38 - - [2026-04-27 02:33:54] "GET /routing-instance/b49e682e-37fe-46e1-b462-5f0c27619795 HTTP/1.1" 404 171 0.003209 10.0.0.38 - - [2026-04-27 02:33:54] "GET /domains HTTP/1.1" 200 280 0.002966 10.0.0.38 - - [2026-04-27 02:33:54] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001056 10.0.0.38 - - [2026-04-27 02:33:54] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2571 0.050473 10.0.0.38 - - [2026-04-27 02:33:54] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002470 10.0.0.38 - - [2026-04-27 02:33:54] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95 HTTP/1.1" 200 2080 0.068684 10.0.0.38 - - [2026-04-27 02:33:54] "POST /neutron/network HTTP/1.1" 200 834 0.005436 10.0.0.38 - - [2026-04-27 02:33:54] "POST /useragent-kv HTTP/1.1" 200 115 0.007081 10.0.0.38 - - [2026-04-27 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007791 10.0.0.38 - - [2026-04-27 02:33:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002588 10.0.0.38 - - [2026-04-27 02:33:54] "POST /neutron/network HTTP/1.1" 200 151 0.095484 10.0.0.38 - - [2026-04-27 02:33:54] "GET /routing-instance/0cb73a05-6367-4eca-bcb3-bac531448556 HTTP/1.1" 404 171 0.002753 10.0.0.38 - - [2026-04-27 02:33:54] "GET /domains HTTP/1.1" 200 280 0.002693 10.0.0.38 - - [2026-04-27 02:33:54] "DELETE /route-target/7960618e-34c2-49a9-bed8-6ddff6d499a6 HTTP/1.1" 200 115 0.026898 10.0.0.38 - - [2026-04-27 02:33:54] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001119 10.0.0.38 - - [2026-04-27 02:33:54] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2571 0.051069 10.0.0.38 - - [2026-04-27 02:33:54] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001443 10.0.0.38 - - [2026-04-27 02:33:54] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95 HTTP/1.1" 200 1840 0.075119 10.0.0.38 - - [2026-04-27 02:33:54] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000905 10.0.0.38 - - [2026-04-27 02:33:54] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.062765 10.0.0.38 - - [2026-04-27 02:33:54] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001119 10.0.0.38 - - [2026-04-27 02:33:54] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95?fields=virtual_networks HTTP/1.1" 200 1028 0.066785 10.0.0.38 - - [2026-04-27 02:33:54] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.38 - - [2026-04-27 02:33:54] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.024410 10.0.0.38 - - [2026-04-27 02:33:55] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001006 10.0.0.38 - - [2026-04-27 02:33:55] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95?fields=security_groups HTTP/1.1" 200 1252 0.028118 10.0.0.38 - - [2026-04-27 02:33:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.033381 10.0.0.38 - - [2026-04-27 02:33:55] "GET /projects?obj_uuids=a47bbd6b-065c-4714-ab57-9421279e6bad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003314 10.0.0.38 - - [2026-04-27 02:33:56] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001067 10.0.0.38 - - [2026-04-27 02:33:56] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035503 10.0.0.38 - - [2026-04-27 02:33:56] "POST /id-to-fqname HTTP/1.1" 200 191 0.001577 10.0.0.38 - - [2026-04-27 02:33:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.002356 10.0.0.38 - - [2026-04-27 02:33:56] "POST /security-groups HTTP/1.1" 200 592 0.063734 10.0.0.38 - - [2026-04-27 02:33:56] "POST /fqname-to-id HTTP/1.1" 404 235 0.003129 10.0.0.38 - - [2026-04-27 02:33:56] "POST /projects HTTP/1.1" 200 587 0.231409 10.0.0.38 - - [2026-04-27 02:33:56] "POST /access-control-lists HTTP/1.1" 200 597 0.059838 10.0.0.38 - - [2026-04-27 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.307317 10.0.0.38 - - [2026-04-27 02:33:56] "POST /fqname-to-id HTTP/1.1" 404 234 0.002875 10.0.0.38 - - [2026-04-27 02:33:56] "GET /project/a47bbd6b-065c-4714-ab57-9421279e6bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.474866 10.0.0.38 - - [2026-04-27 02:33:56] "POST /access-control-lists HTTP/1.1" 200 595 0.068825 10.0.0.38 - - [2026-04-27 02:33:57] "GET / HTTP/1.1" 200 35931 0.003320 10.0.0.38 - - [2026-04-27 02:33:58] "GET /project/a47bbd6b-065c-4714-ab57-9421279e6bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000651 10.0.0.38 - - [2026-04-27 02:33:59] "GET /projects?obj_uuids=a47bbd6b-065c-4714-ab57-9421279e6bad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001200 10.0.0.38 - - [2026-04-27 02:33:59] "GET /project/a47bbd6b-065c-4714-ab57-9421279e6bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.058590 10.0.0.38 - - [2026-04-27 02:33:59] "POST /fqname-to-id HTTP/1.1" 404 180 0.002857 10.0.0.38 - - [2026-04-27 02:33:59] "POST /virtual-DNSs HTTP/1.1" 200 507 0.022466 10.0.0.38 - - [2026-04-27 02:33:59] "GET /virtual-DNS/bf916c8c-ed05-4e62-ac15-b6852ca6ddb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004539 10.0.0.38 - - [2026-04-27 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.38 - - [2026-04-27 02:33:59] "GET /virtual-DNS/bf916c8c-ed05-4e62-ac15-b6852ca6ddb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.003100 10.0.0.38 - - [2026-04-27 02:33:59] "GET /domains HTTP/1.1" 401 292 0.000417 10.0.0.38 - - [2026-04-27 02:33:59] "GET /domains HTTP/1.1" 200 280 0.033505 10.0.0.38 - - [2026-04-27 02:33:59] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001126 10.0.0.38 - - [2026-04-27 02:33:59] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2958 0.008840 10.0.0.38 - - [2026-04-27 02:33:59] "GET /virtual-DNS/bf916c8c-ed05-4e62-ac15-b6852ca6ddb6 HTTP/1.1" 200 1438 0.003931 10.0.0.38 - - [2026-04-27 02:33:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002189 10.0.0.38 - - [2026-04-27 02:33:59] "POST /network-ipams HTTP/1.1" 200 514 0.015231 10.0.0.38 - - [2026-04-27 02:33:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002929 10.0.0.38 - - [2026-04-27 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.38 - - [2026-04-27 02:33:59] "GET /network-ipam/a4e3fd2a-a209-4a96-8582-4a3df16c5f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.004781 10.0.0.38 - - [2026-04-27 02:33:59] "PUT /network-ipam/a4e3fd2a-a209-4a96-8582-4a3df16c5f20 HTTP/1.1" 200 258 0.011271 10.0.0.38 - - [2026-04-27 02:34:00] "POST /ref-update HTTP/1.1" 200 156 0.010143 10.0.0.38 - - [2026-04-27 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.38 - - [2026-04-27 02:34:00] "GET /projects?obj_uuids=a47bbd6b-065c-4714-ab57-9421279e6bad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001027 10.0.0.38 - - [2026-04-27 02:34:00] "GET /project/a47bbd6b-065c-4714-ab57-9421279e6bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.026620 10.0.0.38 - - [2026-04-27 02:34:00] "POST /neutron/network HTTP/1.1" 200 117 0.041817 10.0.0.38 - - [2026-04-27 02:34:00] "GET /projects?obj_uuids=a47bbd6b-065c-4714-ab57-9421279e6bad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001384 10.0.0.38 - - [2026-04-27 02:34:00] "POST /neutron/network HTTP/1.1" 200 618 0.092216 10.0.0.38 - - [2026-04-27 02:34:00] "POST /route-targets HTTP/1.1" 200 327 0.013594 10.0.0.38 - - [2026-04-27 02:34:00] "POST /ref-update HTTP/1.1" 200 156 0.019125 10.0.0.38 - - [2026-04-27 02:34:00] "POST /useragent-kv HTTP/1.1" 200 115 0.006229 10.0.0.38 - - [2026-04-27 02:34:00] "POST /neutron/subnet HTTP/1.1" 200 711 0.163431 10.0.0.38 - - [2026-04-27 02:34:00] "POST /neutron/network HTTP/1.1" 200 833 0.011269 10.0.0.38 - - [2026-04-27 02:34:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.002872 10.0.0.38 - - [2026-04-27 02:34:00] "GET /virtual-network/9b87d5e0-e843-457d-9b7a-dc6c9231507f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010107 10.0.0.38 - - [2026-04-27 02:34:00] "POST /neutron/network HTTP/1.1" 200 833 0.014475 10.0.0.38 - - [2026-04-27 02:34:00] "GET /virtual-network/9b87d5e0-e843-457d-9b7a-dc6c9231507f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008135 10.0.0.38 - - [2026-04-27 02:34:00] "GET /obj-perms HTTP/1.1" 200 5056 0.093621 10.0.0.38 - - [2026-04-27 02:34:00] "POST /neutron/network HTTP/1.1" 200 833 0.007549 10.0.0.38 - - [2026-04-27 02:34:00] "POST /neutron/subnet HTTP/1.1" 200 711 0.009258 10.0.0.38 - - [2026-04-27 02:34:00] "POST /neutron/network HTTP/1.1" 200 807 0.014551 10.0.0.38 - - [2026-04-27 02:34:00] "POST /neutron/network HTTP/1.1" 200 833 0.008534 10.0.0.38 - - [2026-04-27 02:34:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001691 10.0.0.38 - - [2026-04-27 02:34:01] "GET /obj-perms HTTP/1.1" 200 5056 0.068038 10.0.0.38 - - [2026-04-27 02:34:01] "POST /neutron/network HTTP/1.1" 200 843 0.008415 10.0.0.38 - - [2026-04-27 02:34:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000697 10.0.0.38 - - [2026-04-27 02:34:01] "GET / HTTP/1.1" 200 35931 0.002102 10.0.0.38 - - [2026-04-27 02:34:01] "GET /project/a47bbd6b-065c-4714-ab57-9421279e6bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000429 10.0.0.38 - - [2026-04-27 02:34:01] "GET /projects?obj_uuids=a47bbd6b-065c-4714-ab57-9421279e6bad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001079 10.0.0.38 - - [2026-04-27 02:34:01] "GET /project/a47bbd6b-065c-4714-ab57-9421279e6bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.070655 10.0.0.38 - - [2026-04-27 02:34:01] "POST /neutron/network HTTP/1.1" 200 833 0.038225 10.0.0.38 - - [2026-04-27 02:34:02] "POST /neutron/port HTTP/1.1" 200 117 0.006115 10.0.0.38 - - [2026-04-27 02:34:02] "POST /neutron/port HTTP/1.1" 200 117 0.006150 10.0.0.38 - - [2026-04-27 02:34:02] "POST /neutron/port HTTP/1.1" 200 117 0.004270 10.0.0.38 - - [2026-04-27 02:34:02] "POST /neutron/network HTTP/1.1" 200 843 0.005612 10.0.0.38 - - [2026-04-27 02:34:02] "GET /projects?obj_uuids=a47bbd6b-065c-4714-ab57-9421279e6bad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000977 10.0.0.38 - - [2026-04-27 02:34:02] "POST /neutron/port HTTP/1.1" 200 1058 0.206846 10.0.0.38 - - [2026-04-27 02:34:03] "POST /neutron/port HTTP/1.1" 200 1058 0.041542 10.0.0.38 - - [2026-04-27 02:34:03] "POST /neutron/port HTTP/1.1" 200 1058 0.011259 10.0.0.38 - - [2026-04-27 02:34:03] "POST /neutron/port HTTP/1.1" 200 1112 0.063974 10.0.0.38 - - [2026-04-27 02:34:03] "POST /neutron/port HTTP/1.1" 200 1122 0.013894 10.0.0.38 - - [2026-04-27 02:34:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003201 10.0.0.38 - - [2026-04-27 02:34:03] "POST /neutron/subnet HTTP/1.1" 200 685 0.008627 10.0.0.38 - - [2026-04-27 02:34:03] "POST /neutron/port HTTP/1.1" 200 117 0.001702 10.0.0.38 - - [2026-04-27 02:34:03] "POST /neutron/network HTTP/1.1" 200 833 0.006098 10.0.0.38 - - [2026-04-27 02:34:07] "POST /neutron/port HTTP/1.1" 200 1122 0.013759 10.0.0.38 - - [2026-04-27 02:34:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009029 10.0.0.38 - - [2026-04-27 02:34:07] "POST /neutron/port HTTP/1.1" 200 1122 0.013763 10.0.0.38 - - [2026-04-27 02:34:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006293 10.0.0.38 - - [2026-04-27 02:34:07] "POST /neutron/port HTTP/1.1" 200 1122 0.014686 10.0.0.38 - - [2026-04-27 02:34:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010130 10.0.0.38 - - [2026-04-27 02:34:07] "GET /virtual-machine/cb0deba8-2f1f-4717-bc1a-99f8527c93e1 HTTP/1.1" 200 1294 0.004866 10.0.0.38 - - [2026-04-27 02:34:07] "GET /virtual-machine-interface/f12ac67c-41e3-457c-8904-7df3940fc503 HTTP/1.1" 200 2963 0.005710 10.0.0.38 - - [2026-04-27 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005333 10.0.0.38 - - [2026-04-27 02:34:07] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004243 10.0.0.38 - - [2026-04-27 02:34:07] "GET /virtual-networks?parent_id=a47bbd6b-065c-4714-ab57-9421279e6bad&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003164 10.0.0.38 - - [2026-04-27 02:34:07] "GET /virtual-network/9b87d5e0-e843-457d-9b7a-dc6c9231507f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006385 10.0.0.38 - - [2026-04-27 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.38 - - [2026-04-27 02:34:10] "GET /virtual-network/9b87d5e0-e843-457d-9b7a-dc6c9231507f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004426 10.0.0.38 - - [2026-04-27 02:34:12] "POST /neutron/port HTTP/1.1" 200 1122 0.042082 10.0.0.38 - - [2026-04-27 02:34:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005297 10.0.0.38 - - [2026-04-27 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.38 - - [2026-04-27 02:34:14] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002824 10.0.0.38 - - [2026-04-27 02:34:14] "GET /virtual-networks?parent_id=a47bbd6b-065c-4714-ab57-9421279e6bad&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002844 10.0.0.38 - - [2026-04-27 02:34:15] "GET /virtual-network/9b87d5e0-e843-457d-9b7a-dc6c9231507f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005405 10.0.0.38 - - [2026-04-27 02:34:19] "POST /neutron/network HTTP/1.1" 200 807 0.011456 10.0.0.38 - - [2026-04-27 02:34:19] "POST /neutron/network HTTP/1.1" 200 833 0.006625 10.0.0.38 - - [2026-04-27 02:34:19] "POST /id-to-fqname HTTP/1.1" 200 227 0.001354 10.0.0.38 - - [2026-04-27 02:34:19] "POST /neutron/port HTTP/1.1" 200 1122 0.014472 10.0.0.38 - - [2026-04-27 02:34:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005974 10.0.0.38 - - [2026-04-27 02:34:19] "POST /neutron/network HTTP/1.1" 200 843 0.008278 10.0.0.38 - - [2026-04-27 02:34:19] "GET /aaa-mode HTTP/1.1" 401 292 0.000597 10.0.0.38 - - [2026-04-27 02:34:20] "GET / HTTP/1.1" 200 35931 0.002130 10.0.0.38 - - [2026-04-27 02:34:20] "GET /project/a47bbd6b-065c-4714-ab57-9421279e6bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000424 10.0.0.38 - - [2026-04-27 02:34:20] "GET /projects?obj_uuids=a47bbd6b-065c-4714-ab57-9421279e6bad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001717 10.0.0.38 - - [2026-04-27 02:34:20] "GET /project/a47bbd6b-065c-4714-ab57-9421279e6bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.062326 10.0.0.38 - - [2026-04-27 02:34:20] "POST /neutron/network HTTP/1.1" 200 833 0.005306 10.0.0.38 - - [2026-04-27 02:34:20] "POST /neutron/port HTTP/1.1" 200 1122 0.017493 10.0.0.38 - - [2026-04-27 02:34:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006388 10.0.0.38 - - [2026-04-27 02:34:20] "POST /neutron/port HTTP/1.1" 200 117 0.005888 10.0.0.38 - - [2026-04-27 02:34:20] "POST /neutron/port HTTP/1.1" 200 117 0.006396 10.0.0.38 - - [2026-04-27 02:34:21] "POST /neutron/network HTTP/1.1" 200 843 0.005814 10.0.0.38 - - [2026-04-27 02:34:21] "GET /projects?obj_uuids=a47bbd6b-065c-4714-ab57-9421279e6bad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001225 10.0.0.38 - - [2026-04-27 02:34:21] "POST /neutron/port HTTP/1.1" 200 1058 0.183305 10.0.0.38 - - [2026-04-27 02:34:21] "POST /neutron/port HTTP/1.1" 200 1058 0.010674 10.0.0.38 - - [2026-04-27 02:34:21] "POST /neutron/port HTTP/1.1" 200 1058 0.009887 10.0.0.38 - - [2026-04-27 02:34:21] "POST /neutron/port HTTP/1.1" 200 1112 0.059775 10.0.0.38 - - [2026-04-27 02:34:21] "POST /neutron/port HTTP/1.1" 200 1122 0.011718 10.0.0.38 - - [2026-04-27 02:34:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003172 10.0.0.38 - - [2026-04-27 02:34:21] "POST /neutron/subnet HTTP/1.1" 200 685 0.008653 10.0.0.38 - - [2026-04-27 02:34:21] "POST /neutron/port HTTP/1.1" 200 117 0.001140 10.0.0.38 - - [2026-04-27 02:34:21] "POST /neutron/network HTTP/1.1" 200 833 0.005637 10.0.0.38 - - [2026-04-27 02:34:26] "POST /neutron/port HTTP/1.1" 200 1122 0.014371 10.0.0.38 - - [2026-04-27 02:34:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007038 10.0.0.38 - - [2026-04-27 02:34:26] "POST /neutron/port HTTP/1.1" 200 1122 0.012656 10.0.0.38 - - [2026-04-27 02:34:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007386 10.0.0.38 - - [2026-04-27 02:34:26] "POST /neutron/port HTTP/1.1" 200 1122 0.013124 10.0.0.38 - - [2026-04-27 02:34:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006593 10.0.0.38 - - [2026-04-27 02:34:26] "GET /virtual-machine/0f530451-7567-4bbc-aa17-4150ea27068a HTTP/1.1" 200 1293 0.005261 10.0.0.38 - - [2026-04-27 02:34:26] "GET /virtual-machine-interface/f569847a-352a-427f-bbe0-15e6b61ed789 HTTP/1.1" 200 2964 0.005389 10.0.0.38 - - [2026-04-27 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.38 - - [2026-04-27 02:34:26] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003259 10.0.0.38 - - [2026-04-27 02:34:26] "GET /virtual-networks?parent_id=a47bbd6b-065c-4714-ab57-9421279e6bad&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003566 10.0.0.38 - - [2026-04-27 02:34:26] "GET /virtual-network/9b87d5e0-e843-457d-9b7a-dc6c9231507f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005686 10.0.0.38 - - [2026-04-27 02:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.38 - - [2026-04-27 02:34:29] "GET /virtual-network/9b87d5e0-e843-457d-9b7a-dc6c9231507f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005220 10.0.0.38 - - [2026-04-27 02:34:30] "POST /neutron/port HTTP/1.1" 200 1122 0.014609 10.0.0.38 - - [2026-04-27 02:34:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005759 10.0.0.38 - - [2026-04-27 02:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.38 - - [2026-04-27 02:34:31] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003121 10.0.0.38 - - [2026-04-27 02:34:31] "GET /virtual-networks?parent_id=a47bbd6b-065c-4714-ab57-9421279e6bad&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003573 10.0.0.38 - - [2026-04-27 02:34:31] "GET /virtual-network/9b87d5e0-e843-457d-9b7a-dc6c9231507f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005241 10.0.0.38 - - [2026-04-27 02:34:31] "POST /neutron/port HTTP/1.1" 200 1122 0.013947 10.0.0.38 - - [2026-04-27 02:34:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007522 10.0.0.38 - - [2026-04-27 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.38 - - [2026-04-27 02:34:43] "DELETE /virtual-DNS/bf916c8c-ed05-4e62-ac15-b6852ca6ddb6 HTTP/1.1" 409 235 0.006752 10.0.0.38 - - [2026-04-27 02:34:43] "POST /fqname-to-id HTTP/1.1" 404 192 0.003287 10.0.0.38 - - [2026-04-27 02:34:44] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.022233 10.0.0.38 - - [2026-04-27 02:34:44] "GET /virtual-DNS-record/5da18890-90db-4011-a675-2a6011c4c039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004986 10.0.0.38 - - [2026-04-27 02:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.38 - - [2026-04-27 02:34:44] "GET /virtual-DNS-record/5da18890-90db-4011-a675-2a6011c4c039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003552 10.0.0.38 - - [2026-04-27 02:34:44] "GET /domains HTTP/1.1" 200 280 0.002550 10.0.0.38 - - [2026-04-27 02:34:44] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.38 - - [2026-04-27 02:34:44] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2958 0.006889 10.0.0.38 - - [2026-04-27 02:34:44] "GET /virtual-DNS/bf916c8c-ed05-4e62-ac15-b6852ca6ddb6 HTTP/1.1" 200 1907 0.003658 10.0.0.38 - - [2026-04-27 02:34:44] "GET /virtual-DNS-record/5da18890-90db-4011-a675-2a6011c4c039 HTTP/1.1" 200 1335 0.002524 10.0.0.38 - - [2026-04-27 02:34:49] "DELETE /virtual-DNS-record/5da18890-90db-4011-a675-2a6011c4c039 HTTP/1.1" 200 115 0.027175 10.0.0.38 - - [2026-04-27 02:34:49] "POST /fqname-to-id HTTP/1.1" 404 184 0.002267 10.0.0.38 - - [2026-04-27 02:34:49] "POST /neutron/network HTTP/1.1" 200 833 0.006671 10.0.0.38 - - [2026-04-27 02:34:49] "POST /neutron/network HTTP/1.1" 400 204 0.011436 10.0.0.38 - - [2026-04-27 02:34:50] "POST /neutron/port HTTP/1.1" 200 1122 0.013953 10.0.0.38 - - [2026-04-27 02:34:50] "POST /neutron/port HTTP/1.1" 200 1112 0.010779 10.0.0.38 - - [2026-04-27 02:34:50] "POST /neutron/port HTTP/1.1" 200 1122 0.015837 10.0.0.38 - - [2026-04-27 02:34:50] "POST /neutron/port HTTP/1.1" 200 1112 0.011837 10.0.0.38 - - [2026-04-27 02:34:50] "POST /neutron/port HTTP/1.1" 200 151 0.142607 10.0.0.38 - - [2026-04-27 02:34:50] "POST /neutron/port HTTP/1.1" 200 151 0.126304 10.0.0.38 - - [2026-04-27 02:34:51] "POST /neutron/network HTTP/1.1" 200 833 0.007347 10.0.0.38 - - [2026-04-27 02:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004463 10.0.0.38 - - [2026-04-27 02:34:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001898 10.0.0.38 - - [2026-04-27 02:34:52] "POST /useragent-kv HTTP/1.1" 200 115 0.013166 10.0.0.38 - - [2026-04-27 02:34:52] "POST /neutron/network HTTP/1.1" 200 151 0.216305 10.0.0.38 - - [2026-04-27 02:34:52] "DELETE /route-target/decd0c18-e5f7-468d-9580-e51b7179719e HTTP/1.1" 200 115 0.040492 10.0.0.38 - - [2026-04-27 02:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.38 - - [2026-04-27 02:34:52] "DELETE /network-ipam/a4e3fd2a-a209-4a96-8582-4a3df16c5f20 HTTP/1.1" 200 115 0.027557 10.0.0.38 - - [2026-04-27 02:34:52] "DELETE /virtual-DNS/bf916c8c-ed05-4e62-ac15-b6852ca6ddb6 HTTP/1.1" 200 115 0.022322 10.0.0.38 - - [2026-04-27 02:34:52] "POST /fqname-to-id HTTP/1.1" 404 180 0.002531 10.0.0.38 - - [2026-04-27 02:34:52] "GET /domains HTTP/1.1" 200 280 0.003494 10.0.0.38 - - [2026-04-27 02:34:52] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001095 10.0.0.38 - - [2026-04-27 02:34:52] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2758 0.007874 10.0.0.38 - - [2026-04-27 02:34:52] "GET /projects?obj_uuids=a47bbd6b-065c-4714-ab57-9421279e6bad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001132 10.0.0.38 - - [2026-04-27 02:34:52] "GET /project/a47bbd6b-065c-4714-ab57-9421279e6bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.025915 10.0.0.38 - - [2026-04-27 02:34:52] "GET /projects?obj_uuids=a47bbd6b-065c-4714-ab57-9421279e6bad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001409 10.0.0.38 - - [2026-04-27 02:34:52] "GET /project/a47bbd6b-065c-4714-ab57-9421279e6bad?fields=virtual_networks HTTP/1.1" 200 1035 0.081647 10.0.0.38 - - [2026-04-27 02:34:52] "DELETE /project/a47bbd6b065c4714ab579421279e6bad HTTP/1.1" 404 173 0.003751 10.0.0.38 - - [2026-04-27 02:34:52] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001535 10.0.0.38 - - [2026-04-27 02:34:52] "GET /projects?obj_uuids=a47bbd6b-065c-4714-ab57-9421279e6bad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001008 10.0.0.38 - - [2026-04-27 02:34:52] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.030890 10.0.0.38 - - [2026-04-27 02:34:52] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001073 10.0.0.38 - - [2026-04-27 02:34:52] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95?fields=security_groups HTTP/1.1" 200 1357 0.026574 10.0.0.38 - - [2026-04-27 02:34:52] "GET /project/a47bbd6b-065c-4714-ab57-9421279e6bad?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.071290 10.0.0.38 - - [2026-04-27 02:34:52] "GET /projects?obj_uuids=a47bbd6b-065c-4714-ab57-9421279e6bad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001107 10.0.0.38 - - [2026-04-27 02:34:52] "GET /project/a47bbd6b-065c-4714-ab57-9421279e6bad?fields=security_groups HTTP/1.1" 200 1262 0.040465 10.0.0.38 - - [2026-04-27 02:34:52] "DELETE /security-group/63692565-300a-48cc-ad98-c9eac7a9961a HTTP/1.1" 200 115 0.077295 10.0.0.38 - - [2026-04-27 02:34:52] "GET /projects?obj_uuids=f3b425cb-e34d-410a-9db0-be7d52ca0a95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001319 10.0.0.38 - - [2026-04-27 02:34:52] "DELETE /access-control-list/23619c19-e064-4063-b326-0ddf35ebca77 HTTP/1.1" 200 115 0.035139 10.0.0.38 - - [2026-04-27 02:34:52] "GET /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95?fields=application_policy_sets HTTP/1.1" 200 1396 0.043128 10.0.0.38 - - [2026-04-27 02:34:52] "DELETE /access-control-list/2be531d8-0302-4028-a12a-f6c210716810 HTTP/1.1" 200 115 0.033485 10.0.0.38 - - [2026-04-27 02:34:53] "DELETE /project/f3b425cb-e34d-410a-9db0-be7d52ca0a95 HTTP/1.1" 200 115 0.348158 10.0.0.38 - - [2026-04-27 02:34:53] "POST /fqname-to-id HTTP/1.1" 404 189 0.031779 10.0.0.38 - - [2026-04-27 02:34:53] "GET /projects?obj_uuids=6e6732bb-452a-4eee-92d6-032a3ab3ec33&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004719 10.0.0.38 - - [2026-04-27 02:34:53] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001129 10.0.0.38 - - [2026-04-27 02:34:53] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007805 10.0.0.38 - - [2026-04-27 02:34:54] "POST /id-to-fqname HTTP/1.1" 200 191 0.001617 10.0.0.38 - - [2026-04-27 02:34:54] "POST /fqname-to-id HTTP/1.1" 404 200 0.002592 10.0.0.38 - - [2026-04-27 02:34:54] "POST /security-groups HTTP/1.1" 200 592 0.064082 10.0.0.38 - - [2026-04-27 02:34:54] "POST /fqname-to-id HTTP/1.1" 404 235 0.002748 10.0.0.38 - - [2026-04-27 02:34:54] "POST /projects HTTP/1.1" 200 587 0.222885 10.0.0.38 - - [2026-04-27 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.260186 10.0.0.38 - - [2026-04-27 02:34:54] "POST /access-control-lists HTTP/1.1" 200 597 0.061628 10.0.0.38 - - [2026-04-27 02:34:54] "GET /project/6e6732bb-452a-4eee-92d6-032a3ab3ec33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.407690 10.0.0.38 - - [2026-04-27 02:34:54] "POST /fqname-to-id HTTP/1.1" 404 234 0.003906 10.0.0.38 - - [2026-04-27 02:34:54] "POST /access-control-lists HTTP/1.1" 200 595 0.064314 10.0.0.38 - - [2026-04-27 02:34:55] "GET / HTTP/1.1" 200 35931 0.002030 10.0.0.38 - - [2026-04-27 02:34:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000551 10.0.0.38 - - [2026-04-27 02:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.066484 10.0.0.38 - - [2026-04-27 02:34:56] "GET /projects?obj_uuids=6e6732bb-452a-4eee-92d6-032a3ab3ec33&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000840 10.0.0.38 - - [2026-04-27 02:34:56] "GET /project/6e6732bb-452a-4eee-92d6-032a3ab3ec33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.021363 10.0.0.38 - - [2026-04-27 02:34:56] "POST /neutron/network HTTP/1.1" 200 117 0.035363 10.0.0.38 - - [2026-04-27 02:34:56] "GET /projects?obj_uuids=6e6732bb-452a-4eee-92d6-032a3ab3ec33&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001260 10.0.0.38 - - [2026-04-27 02:34:56] "POST /neutron/network HTTP/1.1" 200 606 0.062413 10.0.0.38 - - [2026-04-27 02:34:56] "POST /route-targets HTTP/1.1" 200 327 0.010347 10.0.0.38 - - [2026-04-27 02:34:56] "POST /ref-update HTTP/1.1" 200 156 0.011654 10.0.0.38 - - [2026-04-27 02:34:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003458 10.0.0.38 - - [2026-04-27 02:34:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.203611 10.0.0.38 - - [2026-04-27 02:34:57] "POST /neutron/network HTTP/1.1" 200 824 0.006452 10.0.0.38 - - [2026-04-27 02:34:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.003613 10.0.0.38 - - [2026-04-27 02:34:57] "GET /virtual-network/37bf00df-3cb4-4fb7-a31d-b932a4b45cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005994 10.0.0.38 - - [2026-04-27 02:34:57] "POST /neutron/network HTTP/1.1" 200 824 0.006255 10.0.0.38 - - [2026-04-27 02:34:57] "GET /virtual-network/37bf00df-3cb4-4fb7-a31d-b932a4b45cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004717 10.0.0.38 - - [2026-04-27 02:34:57] "POST /neutron/network HTTP/1.1" 200 824 0.006634 10.0.0.38 - - [2026-04-27 02:34:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.006373 10.0.0.38 - - [2026-04-27 02:34:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.001139 10.0.0.38 - - [2026-04-27 02:34:57] "POST /neutron/network HTTP/1.1" 200 834 0.005740 10.0.0.38 - - [2026-04-27 02:34:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000437 10.0.0.38 - - [2026-04-27 02:34:57] "GET / HTTP/1.1" 200 35931 0.002124 10.0.0.38 - - [2026-04-27 02:34:57] "GET /project/6e6732bb-452a-4eee-92d6-032a3ab3ec33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000464 10.0.0.38 - - [2026-04-27 02:34:58] "GET /projects?obj_uuids=6e6732bb-452a-4eee-92d6-032a3ab3ec33&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001169 10.0.0.38 - - [2026-04-27 02:34:58] "GET /project/6e6732bb-452a-4eee-92d6-032a3ab3ec33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.056542 10.0.0.38 - - [2026-04-27 02:34:58] "POST /neutron/network HTTP/1.1" 200 824 0.004694 10.0.0.38 - - [2026-04-27 02:34:58] "POST /neutron/port HTTP/1.1" 200 117 0.005980 10.0.0.38 - - [2026-04-27 02:34:58] "POST /neutron/port HTTP/1.1" 200 117 0.005990 10.0.0.38 - - [2026-04-27 02:34:58] "POST /id-to-fqname HTTP/1.1" 200 221 0.004128 10.0.0.38 - - [2026-04-27 02:34:58] "POST /neutron/port HTTP/1.1" 200 117 0.005056 10.0.0.38 - - [2026-04-27 02:34:58] "POST /neutron/network HTTP/1.1" 200 834 0.004844 10.0.0.38 - - [2026-04-27 02:34:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000430 10.0.0.38 - - [2026-04-27 02:34:58] "POST /neutron/network HTTP/1.1" 200 834 0.005575 10.0.0.38 - - [2026-04-27 02:34:58] "GET /projects?obj_uuids=6e6732bb-452a-4eee-92d6-032a3ab3ec33&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001061 10.0.0.38 - - [2026-04-27 02:34:58] "GET / HTTP/1.1" 200 35931 0.001541 10.0.0.38 - - [2026-04-27 02:34:58] "GET /project/6e6732bb-452a-4eee-92d6-032a3ab3ec33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000498 10.0.0.38 - - [2026-04-27 02:34:58] "POST /neutron/port HTTP/1.1" 200 1060 0.204959 10.0.0.38 - - [2026-04-27 02:34:58] "POST /neutron/port HTTP/1.1" 200 1060 0.011420 10.0.0.38 - - [2026-04-27 02:34:59] "POST /neutron/port HTTP/1.1" 200 1060 0.009391 10.0.0.38 - - [2026-04-27 02:34:59] "POST /neutron/port HTTP/1.1" 200 1114 0.061796 10.0.0.38 - - [2026-04-27 02:34:59] "POST /neutron/port HTTP/1.1" 200 1124 0.013391 10.0.0.38 - - [2026-04-27 02:34:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003516 10.0.0.38 - - [2026-04-27 02:34:59] "POST /neutron/subnet HTTP/1.1" 200 694 0.006519 10.0.0.38 - - [2026-04-27 02:34:59] "POST /neutron/port HTTP/1.1" 200 117 0.001325 10.0.0.38 - - [2026-04-27 02:34:59] "POST /neutron/network HTTP/1.1" 200 824 0.005069 10.0.0.38 - - [2026-04-27 02:34:59] "GET /projects?obj_uuids=6e6732bb-452a-4eee-92d6-032a3ab3ec33&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001147 10.0.0.38 - - [2026-04-27 02:34:59] "GET /project/6e6732bb-452a-4eee-92d6-032a3ab3ec33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.063887 10.0.0.38 - - [2026-04-27 02:34:59] "POST /neutron/network HTTP/1.1" 200 824 0.006341 10.0.0.38 - - [2026-04-27 02:34:59] "POST /neutron/port HTTP/1.1" 200 1124 0.015333 10.0.0.38 - - [2026-04-27 02:34:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008358 10.0.0.38 - - [2026-04-27 02:34:59] "POST /neutron/port HTTP/1.1" 200 117 0.005749 10.0.0.38 - - [2026-04-27 02:34:59] "POST /neutron/port HTTP/1.1" 200 1124 0.014366 10.0.0.38 - - [2026-04-27 02:34:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007682 10.0.0.38 - - [2026-04-27 02:34:59] "POST /neutron/network HTTP/1.1" 200 834 0.006239 10.0.0.38 - - [2026-04-27 02:34:59] "GET /projects?obj_uuids=6e6732bb-452a-4eee-92d6-032a3ab3ec33&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001070 10.0.0.38 - - [2026-04-27 02:35:00] "POST /neutron/port HTTP/1.1" 200 1060 0.234689 10.0.0.38 - - [2026-04-27 02:35:00] "POST /neutron/port HTTP/1.1" 200 1060 0.018037 10.0.0.38 - - [2026-04-27 02:35:00] "POST /neutron/port HTTP/1.1" 200 1060 0.017520 10.0.0.38 - - [2026-04-27 02:35:00] "POST /neutron/port HTTP/1.1" 200 1114 0.088788 10.0.0.38 - - [2026-04-27 02:35:00] "POST /neutron/port HTTP/1.1" 200 1124 0.016536 10.0.0.38 - - [2026-04-27 02:35:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008063 10.0.0.38 - - [2026-04-27 02:35:00] "POST /neutron/subnet HTTP/1.1" 200 694 0.012936 10.0.0.38 - - [2026-04-27 02:35:00] "POST /neutron/port HTTP/1.1" 200 117 0.001795 10.0.0.38 - - [2026-04-27 02:35:00] "POST /neutron/network HTTP/1.1" 200 824 0.007603 10.0.0.38 - - [2026-04-27 02:35:01] "GET /obj-perms HTTP/1.1" 200 5056 0.077308 10.0.0.38 - - [2026-04-27 02:35:01] "GET /obj-perms HTTP/1.1" 200 5056 0.074629 10.0.0.38 - - [2026-04-27 02:35:04] "POST /neutron/port HTTP/1.1" 200 1124 0.017141 10.0.0.38 - - [2026-04-27 02:35:04] "POST /neutron/port HTTP/1.1" 200 1124 0.017059 10.0.0.38 - - [2026-04-27 02:35:04] "POST /neutron/network HTTP/1.1" 200 834 0.007051 10.0.0.38 - - [2026-04-27 02:35:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005920 10.0.0.38 - - [2026-04-27 02:35:04] "POST /neutron/subnet HTTP/1.1" 200 694 0.009453 10.0.0.38 - - [2026-04-27 02:35:04] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.38 - - [2026-04-27 02:35:04] "POST /neutron/network HTTP/1.1" 200 824 0.006335 10.0.0.38 - - [2026-04-27 02:35:04] "POST /neutron/port HTTP/1.1" 200 1124 0.013273 10.0.0.38 - - [2026-04-27 02:35:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005682 10.0.0.38 - - [2026-04-27 02:35:04] "POST /neutron/port HTTP/1.1" 200 1124 0.013531 10.0.0.38 - - [2026-04-27 02:35:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006604 10.0.0.38 - - [2026-04-27 02:35:04] "POST /neutron/port HTTP/1.1" 200 1124 0.014794 10.0.0.38 - - [2026-04-27 02:35:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010067 10.0.0.38 - - [2026-04-27 02:35:04] "GET /virtual-machine/f5abfd67-b474-4033-8a43-8428b157a58e HTTP/1.1" 401 292 0.000425 10.0.0.38 - - [2026-04-27 02:35:05] "GET /virtual-machine/f5abfd67-b474-4033-8a43-8428b157a58e HTTP/1.1" 200 1293 0.032918 10.0.0.38 - - [2026-04-27 02:35:05] "GET /virtual-machine-interface/14190320-e8ef-45dd-b1e0-da308a8804d8 HTTP/1.1" 200 2945 0.009968 10.0.0.38 - - [2026-04-27 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.38 - - [2026-04-27 02:35:05] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003419 10.0.0.38 - - [2026-04-27 02:35:05] "GET /virtual-networks?parent_id=6e6732bb-452a-4eee-92d6-032a3ab3ec33&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002712 10.0.0.38 - - [2026-04-27 02:35:05] "GET /virtual-network/37bf00df-3cb4-4fb7-a31d-b932a4b45cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005735 10.0.0.38 - - [2026-04-27 02:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.38 - - [2026-04-27 02:35:08] "GET /virtual-network/37bf00df-3cb4-4fb7-a31d-b932a4b45cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005787 10.0.0.38 - - [2026-04-27 02:35:09] "POST /neutron/port HTTP/1.1" 200 1124 0.014829 10.0.0.38 - - [2026-04-27 02:35:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006270 10.0.0.38 - - [2026-04-27 02:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.38 - - [2026-04-27 02:35:10] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003728 10.0.0.38 - - [2026-04-27 02:35:10] "GET /virtual-networks?parent_id=6e6732bb-452a-4eee-92d6-032a3ab3ec33&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002950 10.0.0.38 - - [2026-04-27 02:35:10] "GET /virtual-network/37bf00df-3cb4-4fb7-a31d-b932a4b45cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.012446 10.0.0.38 - - [2026-04-27 02:35:10] "POST /neutron/port HTTP/1.1" 200 1124 0.015326 10.0.0.38 - - [2026-04-27 02:35:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005565 10.0.0.38 - - [2026-04-27 02:35:11] "POST /neutron/port HTTP/1.1" 200 1124 0.020854 10.0.0.38 - - [2026-04-27 02:35:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015617 10.0.0.38 - - [2026-04-27 02:35:16] "POST /neutron/port HTTP/1.1" 200 1124 0.013492 10.0.0.38 - - [2026-04-27 02:35:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005326 10.0.0.38 - - [2026-04-27 02:35:16] "POST /neutron/port HTTP/1.1" 200 1124 0.013535 10.0.0.38 - - [2026-04-27 02:35:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005885 10.0.0.38 - - [2026-04-27 02:35:16] "POST /neutron/port HTTP/1.1" 200 1124 0.011751 10.0.0.38 - - [2026-04-27 02:35:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006846 10.0.0.38 - - [2026-04-27 02:35:16] "GET /virtual-machine/fbed61e0-b5bd-4892-ae94-c1854cfeadc3 HTTP/1.1" 200 1294 0.004243 10.0.0.38 - - [2026-04-27 02:35:16] "GET /virtual-machine-interface/845543df-02ec-4916-b106-6a63b62e5dcc HTTP/1.1" 200 2945 0.006652 10.0.0.38 - - [2026-04-27 02:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.38 - - [2026-04-27 02:35:16] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003158 10.0.0.38 - - [2026-04-27 02:35:16] "GET /virtual-networks?parent_id=6e6732bb-452a-4eee-92d6-032a3ab3ec33&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003359 10.0.0.38 - - [2026-04-27 02:35:16] "GET /virtual-network/37bf00df-3cb4-4fb7-a31d-b932a4b45cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005815 10.0.0.38 - - [2026-04-27 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.38 - - [2026-04-27 02:35:17] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004472 10.0.0.38 - - [2026-04-27 02:35:17] "GET /virtual-networks?parent_id=6e6732bb-452a-4eee-92d6-032a3ab3ec33&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004199 10.0.0.38 - - [2026-04-27 02:35:17] "GET /virtual-network/37bf00df-3cb4-4fb7-a31d-b932a4b45cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006080 10.0.0.38 - - [2026-04-27 02:35:22] "POST /neutron/network HTTP/1.1" 200 824 0.006861 10.0.0.38 - - [2026-04-27 02:35:22] "POST /neutron/network HTTP/1.1" 400 204 0.012114 10.0.0.38 - - [2026-04-27 02:35:23] "POST /neutron/port HTTP/1.1" 200 1124 0.012444 10.0.0.38 - - [2026-04-27 02:35:23] "POST /neutron/port HTTP/1.1" 200 1124 0.028076 10.0.0.38 - - [2026-04-27 02:35:23] "POST /neutron/port HTTP/1.1" 200 1114 0.022000 10.0.0.38 - - [2026-04-27 02:35:23] "POST /neutron/port HTTP/1.1" 200 1114 0.013738 10.0.0.38 - - [2026-04-27 02:35:23] "POST /neutron/port HTTP/1.1" 200 151 0.131894 10.0.0.38 - - [2026-04-27 02:35:23] "POST /neutron/port HTTP/1.1" 200 151 0.129214 10.0.0.38 - - [2026-04-27 02:35:24] "POST /neutron/network HTTP/1.1" 200 824 0.007451 10.0.0.38 - - [2026-04-27 02:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.38 - - [2026-04-27 02:35:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004175 10.0.0.38 - - [2026-04-27 02:35:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001937 10.0.0.38 - - [2026-04-27 02:35:24] "POST /neutron/network HTTP/1.1" 200 151 0.087415 10.0.0.38 - - [2026-04-27 02:35:24] "DELETE /route-target/8fde1137-1b44-43c8-b988-36286aa5c15e HTTP/1.1" 200 115 0.016433 10.0.0.38 - - [2026-04-27 02:35:25] "GET /projects?obj_uuids=6e6732bb-452a-4eee-92d6-032a3ab3ec33&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001432 10.0.0.38 - - [2026-04-27 02:35:25] "GET /project/6e6732bb-452a-4eee-92d6-032a3ab3ec33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.038944 10.0.0.38 - - [2026-04-27 02:35:25] "GET /projects?obj_uuids=6e6732bb-452a-4eee-92d6-032a3ab3ec33&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000975 10.0.0.38 - - [2026-04-27 02:35:25] "GET /project/6e6732bb-452a-4eee-92d6-032a3ab3ec33?fields=virtual_networks HTTP/1.1" 200 1034 0.072262 10.0.0.38 - - [2026-04-27 02:35:25] "GET /projects?obj_uuids=6e6732bb-452a-4eee-92d6-032a3ab3ec33&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001539 10.0.0.38 - - [2026-04-27 02:35:25] "GET /project/6e6732bb-452a-4eee-92d6-032a3ab3ec33?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.028814 10.0.0.38 - - [2026-04-27 02:35:25] "GET /projects?obj_uuids=6e6732bb-452a-4eee-92d6-032a3ab3ec33&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000996 10.0.0.38 - - [2026-04-27 02:35:25] "GET /project/6e6732bb-452a-4eee-92d6-032a3ab3ec33?fields=security_groups HTTP/1.1" 200 1261 0.030323 10.0.0.38 - - [2026-04-27 02:35:26] "POST /fqname-to-id HTTP/1.1" 404 188 0.029377 10.0.0.38 - - [2026-04-27 02:35:26] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002204 10.0.0.38 - - [2026-04-27 02:35:26] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.38 - - [2026-04-27 02:35:26] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007350 10.0.0.38 - - [2026-04-27 02:35:26] "POST /id-to-fqname HTTP/1.1" 200 190 0.001060 10.0.0.38 - - [2026-04-27 02:35:26] "POST /fqname-to-id HTTP/1.1" 404 199 0.002853 10.0.0.38 - - [2026-04-27 02:35:26] "POST /security-groups HTTP/1.1" 200 591 0.070587 10.0.0.38 - - [2026-04-27 02:35:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.002301 10.0.0.38 - - [2026-04-27 02:35:26] "POST /projects HTTP/1.1" 200 585 0.214059 10.0.0.38 - - [2026-04-27 02:35:26] "POST /access-control-lists HTTP/1.1" 200 596 0.060562 10.0.0.38 - - [2026-04-27 02:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.286530 10.0.0.38 - - [2026-04-27 02:35:26] "POST /fqname-to-id HTTP/1.1" 404 233 0.002838 10.0.0.38 - - [2026-04-27 02:35:26] "GET /project/0ebee5fe-58fa-4866-aadf-3b1e41a0784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.412148 10.0.0.38 - - [2026-04-27 02:35:26] "POST /access-control-lists HTTP/1.1" 200 594 0.058887 10.0.0.38 - - [2026-04-27 02:35:27] "GET / HTTP/1.1" 200 35931 0.001947 10.0.0.38 - - [2026-04-27 02:35:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000506 10.0.0.38 - - [2026-04-27 02:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.066321 10.0.0.38 - - [2026-04-27 02:35:29] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000873 10.0.0.38 - - [2026-04-27 02:35:29] "GET /project/0ebee5fe-58fa-4866-aadf-3b1e41a0784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.022890 10.0.0.38 - - [2026-04-27 02:35:29] "POST /neutron/network HTTP/1.1" 200 117 0.035442 10.0.0.38 - - [2026-04-27 02:35:29] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001307 10.0.0.38 - - [2026-04-27 02:35:29] "POST /neutron/network HTTP/1.1" 200 625 0.065398 10.0.0.38 - - [2026-04-27 02:35:29] "POST /route-targets HTTP/1.1" 200 327 0.012575 10.0.0.38 - - [2026-04-27 02:35:29] "POST /ref-update HTTP/1.1" 200 156 0.010298 10.0.0.38 - - [2026-04-27 02:35:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002594 10.0.0.38 - - [2026-04-27 02:35:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.144476 10.0.0.38 - - [2026-04-27 02:35:29] "POST /neutron/network HTTP/1.1" 200 839 0.005018 10.0.0.38 - - [2026-04-27 02:35:29] "POST /id-to-fqname HTTP/1.1" 200 230 0.001905 10.0.0.38 - - [2026-04-27 02:35:29] "GET /virtual-network/54505a9b-8c77-4f6b-99c1-115569a9b9dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004797 10.0.0.38 - - [2026-04-27 02:35:29] "POST /neutron/network HTTP/1.1" 200 839 0.006771 10.0.0.38 - - [2026-04-27 02:35:29] "GET /virtual-network/54505a9b-8c77-4f6b-99c1-115569a9b9dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005060 10.0.0.38 - - [2026-04-27 02:35:29] "POST /neutron/network HTTP/1.1" 200 839 0.006574 10.0.0.38 - - [2026-04-27 02:35:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.008991 10.0.0.38 - - [2026-04-27 02:35:29] "POST /neutron/network HTTP/1.1" 200 839 0.005376 10.0.0.38 - - [2026-04-27 02:35:29] "POST /id-to-fqname HTTP/1.1" 200 230 0.001416 10.0.0.38 - - [2026-04-27 02:35:29] "POST /neutron/network HTTP/1.1" 200 849 0.005190 10.0.0.38 - - [2026-04-27 02:35:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000388 10.0.0.38 - - [2026-04-27 02:35:30] "GET / HTTP/1.1" 200 35931 0.001576 10.0.0.38 - - [2026-04-27 02:35:30] "GET /project/0ebee5fe-58fa-4866-aadf-3b1e41a0784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000344 10.0.0.38 - - [2026-04-27 02:35:30] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001234 10.0.0.38 - - [2026-04-27 02:35:30] "GET /project/0ebee5fe-58fa-4866-aadf-3b1e41a0784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.059128 10.0.0.38 - - [2026-04-27 02:35:30] "POST /neutron/network HTTP/1.1" 200 839 0.005315 10.0.0.38 - - [2026-04-27 02:35:30] "POST /neutron/port HTTP/1.1" 200 117 0.010480 10.0.0.38 - - [2026-04-27 02:35:30] "POST /neutron/port HTTP/1.1" 200 117 0.005711 10.0.0.38 - - [2026-04-27 02:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.38 - - [2026-04-27 02:35:30] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003883 10.0.0.38 - - [2026-04-27 02:35:30] "PUT /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59 HTTP/1.1" 200 276 0.008953 10.0.0.38 - - [2026-04-27 02:35:30] "POST /neutron/port HTTP/1.1" 200 117 0.005130 10.0.0.38 - - [2026-04-27 02:35:31] "POST /neutron/network HTTP/1.1" 200 849 0.004978 10.0.0.38 - - [2026-04-27 02:35:31] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001254 10.0.0.38 - - [2026-04-27 02:35:31] "POST /neutron/port HTTP/1.1" 200 1055 0.201041 10.0.0.38 - - [2026-04-27 02:35:31] "POST /neutron/port HTTP/1.1" 200 1055 0.011955 10.0.0.38 - - [2026-04-27 02:35:31] "POST /neutron/port HTTP/1.1" 200 1055 0.009957 10.0.0.38 - - [2026-04-27 02:35:31] "POST /neutron/port HTTP/1.1" 200 1109 0.060063 10.0.0.38 - - [2026-04-27 02:35:31] "POST /neutron/port HTTP/1.1" 200 1119 0.011140 10.0.0.38 - - [2026-04-27 02:35:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003260 10.0.0.38 - - [2026-04-27 02:35:31] "POST /neutron/subnet HTTP/1.1" 200 675 0.006400 10.0.0.38 - - [2026-04-27 02:35:31] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.38 - - [2026-04-27 02:35:31] "POST /neutron/network HTTP/1.1" 200 839 0.005655 10.0.0.38 - - [2026-04-27 02:35:36] "POST /neutron/port HTTP/1.1" 200 1119 0.015723 10.0.0.38 - - [2026-04-27 02:35:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006479 10.0.0.38 - - [2026-04-27 02:35:36] "POST /neutron/port HTTP/1.1" 200 1119 0.011961 10.0.0.38 - - [2026-04-27 02:35:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006771 10.0.0.38 - - [2026-04-27 02:35:36] "POST /neutron/port HTTP/1.1" 200 1119 0.015426 10.0.0.38 - - [2026-04-27 02:35:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006567 10.0.0.38 - - [2026-04-27 02:35:36] "GET /virtual-machine/7eff6228-00e8-4455-9720-df371b65630b HTTP/1.1" 401 292 0.000403 10.0.0.38 - - [2026-04-27 02:35:36] "GET /virtual-machine/7eff6228-00e8-4455-9720-df371b65630b HTTP/1.1" 200 1292 0.039552 10.0.0.38 - - [2026-04-27 02:35:36] "GET /virtual-machine-interface/1d887a5a-fc34-42ee-85eb-877b38867d5d HTTP/1.1" 200 2969 0.004838 10.0.0.38 - - [2026-04-27 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.38 - - [2026-04-27 02:35:36] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004067 10.0.0.38 - - [2026-04-27 02:35:36] "GET /virtual-networks?parent_id=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004253 10.0.0.38 - - [2026-04-27 02:35:36] "GET /virtual-network/54505a9b-8c77-4f6b-99c1-115569a9b9dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006021 10.0.0.38 - - [2026-04-27 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005805 10.0.0.38 - - [2026-04-27 02:35:40] "GET /virtual-network/54505a9b-8c77-4f6b-99c1-115569a9b9dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005179 10.0.0.38 - - [2026-04-27 02:35:41] "POST /neutron/port HTTP/1.1" 200 1119 0.012493 10.0.0.38 - - [2026-04-27 02:35:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005984 10.0.0.38 - - [2026-04-27 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.38 - - [2026-04-27 02:35:42] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003113 10.0.0.38 - - [2026-04-27 02:35:42] "GET /virtual-networks?parent_id=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002831 10.0.0.38 - - [2026-04-27 02:35:42] "GET /virtual-network/54505a9b-8c77-4f6b-99c1-115569a9b9dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005717 10.0.0.38 - - [2026-04-27 02:35:42] "POST /neutron/port HTTP/1.1" 200 1119 0.012861 10.0.0.38 - - [2026-04-27 02:35:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005097 10.0.0.38 - - [2026-04-27 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.38 - - [2026-04-27 02:35:49] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003417 10.0.0.38 - - [2026-04-27 02:35:49] "PUT /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59 HTTP/1.1" 200 276 0.008521 10.0.0.38 - - [2026-04-27 02:35:49] "POST /neutron/network HTTP/1.1" 200 839 0.012697 10.0.0.38 - - [2026-04-27 02:35:49] "POST /neutron/network HTTP/1.1" 400 204 0.011490 10.0.0.38 - - [2026-04-27 02:35:50] "POST /neutron/port HTTP/1.1" 200 1119 0.011022 10.0.0.38 - - [2026-04-27 02:35:50] "POST /neutron/port HTTP/1.1" 200 1109 0.010514 10.0.0.38 - - [2026-04-27 02:35:50] "POST /neutron/port HTTP/1.1" 200 151 0.102615 10.0.0.38 - - [2026-04-27 02:35:51] "POST /neutron/network HTTP/1.1" 200 839 0.005456 10.0.0.38 - - [2026-04-27 02:35:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003124 10.0.0.38 - - [2026-04-27 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.38 - - [2026-04-27 02:35:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001995 10.0.0.38 - - [2026-04-27 02:35:51] "POST /neutron/network HTTP/1.1" 200 151 0.086483 10.0.0.38 - - [2026-04-27 02:35:51] "DELETE /route-target/dd7ded68-fd05-496d-84cf-ae5641389c96 HTTP/1.1" 200 115 0.013300 10.0.0.38 - - [2026-04-27 02:35:52] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002788 10.0.0.38 - - [2026-04-27 02:35:52] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59 HTTP/1.1" 200 1881 0.003611 10.0.0.38 - - [2026-04-27 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002466 10.0.0.38 - - [2026-04-27 02:35:52] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000847 10.0.0.38 - - [2026-04-27 02:35:52] "GET /project/0ebee5fe-58fa-4866-aadf-3b1e41a0784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.020220 10.0.0.38 - - [2026-04-27 02:35:52] "POST /neutron/network HTTP/1.1" 200 117 0.009439 10.0.0.38 - - [2026-04-27 02:35:52] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001175 10.0.0.38 - - [2026-04-27 02:35:52] "POST /neutron/network HTTP/1.1" 200 605 0.078502 10.0.0.38 - - [2026-04-27 02:35:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003644 10.0.0.38 - - [2026-04-27 02:35:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.151624 10.0.0.38 - - [2026-04-27 02:35:52] "POST /neutron/network HTTP/1.1" 200 824 0.005965 10.0.0.38 - - [2026-04-27 02:35:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001687 10.0.0.38 - - [2026-04-27 02:35:52] "GET /virtual-network/40a5d041-63ed-434b-a552-b8f8828d3ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004884 10.0.0.38 - - [2026-04-27 02:35:52] "POST /neutron/network HTTP/1.1" 200 824 0.013888 10.0.0.38 - - [2026-04-27 02:35:52] "GET /virtual-network/40a5d041-63ed-434b-a552-b8f8828d3ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010709 10.0.0.38 - - [2026-04-27 02:35:52] "POST /neutron/network HTTP/1.1" 200 824 0.005306 10.0.0.38 - - [2026-04-27 02:35:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.009905 10.0.0.38 - - [2026-04-27 02:35:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001630 10.0.0.38 - - [2026-04-27 02:35:53] "POST /route-targets HTTP/1.1" 200 327 0.010307 10.0.0.38 - - [2026-04-27 02:35:53] "POST /neutron/network HTTP/1.1" 200 834 0.010199 10.0.0.38 - - [2026-04-27 02:35:53] "POST /ref-update HTTP/1.1" 200 156 0.020586 10.0.0.38 - - [2026-04-27 02:35:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000491 10.0.0.38 - - [2026-04-27 02:35:53] "DELETE /project/6e6732bb452a4eee92d6032a3ab3ec33 HTTP/1.1" 404 173 0.020082 10.0.0.38 - - [2026-04-27 02:35:53] "DELETE /project/0ebee5fe58fa4866aadf3b1e41a0784e HTTP/1.1" 404 173 0.018438 10.0.0.38 - - [2026-04-27 02:35:53] "GET /projects?obj_uuids=6e6732bb-452a-4eee-92d6-032a3ab3ec33&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000979 10.0.0.38 - - [2026-04-27 02:35:53] "GET /projects?obj_uuids=a47bbd6b-065c-4714-ab57-9421279e6bad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000988 10.0.0.38 - - [2026-04-27 02:35:53] "GET /project/a47bbd6b-065c-4714-ab57-9421279e6bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.038548 10.0.0.38 - - [2026-04-27 02:35:53] "GET /project/6e6732bb-452a-4eee-92d6-032a3ab3ec33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.044792 10.0.0.38 - - [2026-04-27 02:35:53] "GET /projects?obj_uuids=a47bbd6b-065c-4714-ab57-9421279e6bad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001300 10.0.0.38 - - [2026-04-27 02:35:53] "GET /projects?obj_uuids=6e6732bb-452a-4eee-92d6-032a3ab3ec33&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000985 10.0.0.38 - - [2026-04-27 02:35:53] "GET /project/a47bbd6b-065c-4714-ab57-9421279e6bad?fields=security_groups HTTP/1.1" 200 1367 0.038133 10.0.0.38 - - [2026-04-27 02:35:53] "GET /project/6e6732bb-452a-4eee-92d6-032a3ab3ec33?fields=security_groups HTTP/1.1" 200 1366 0.046736 10.0.0.38 - - [2026-04-27 02:35:53] "DELETE /security-group/dbe46f1d-ff51-457b-806c-cfd9310ee81a HTTP/1.1" 200 115 0.110057 10.0.0.38 - - [2026-04-27 02:35:53] "GET /projects?obj_uuids=a47bbd6b-065c-4714-ab57-9421279e6bad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000941 10.0.0.38 - - [2026-04-27 02:35:53] "DELETE /access-control-list/3b1ae42f-6c22-4c98-9394-870dd28bda91 HTTP/1.1" 200 115 0.100815 10.0.0.38 - - [2026-04-27 02:35:53] "DELETE /security-group/6445304d-8e11-44f0-b8dc-dbd4d0034e05 HTTP/1.1" 200 115 0.124354 10.0.0.38 - - [2026-04-27 02:35:53] "GET /projects?obj_uuids=6e6732bb-452a-4eee-92d6-032a3ab3ec33&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000935 10.0.0.38 - - [2026-04-27 02:35:53] "GET /project/a47bbd6b-065c-4714-ab57-9421279e6bad?fields=application_policy_sets HTTP/1.1" 200 1406 0.048802 10.0.0.38 - - [2026-04-27 02:35:53] "GET / HTTP/1.1" 200 35931 0.001535 10.0.0.38 - - [2026-04-27 02:35:53] "DELETE /access-control-list/18641328-e669-4906-8fd4-bf4740a418a1 HTTP/1.1" 200 115 0.042384 10.0.0.38 - - [2026-04-27 02:35:53] "GET /project/0ebee5fe-58fa-4866-aadf-3b1e41a0784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000335 10.0.0.38 - - [2026-04-27 02:35:53] "GET /project/6e6732bb-452a-4eee-92d6-032a3ab3ec33?fields=application_policy_sets HTTP/1.1" 200 1405 0.085396 10.0.0.38 - - [2026-04-27 02:35:53] "DELETE /access-control-list/e9b9cea8-fb84-4a79-86ac-9c723eebd530 HTTP/1.1" 200 115 0.049774 10.0.0.38 - - [2026-04-27 02:35:53] "DELETE /access-control-list/4619a947-b56f-4434-b9d1-5e0fd9169ed9 HTTP/1.1" 200 115 0.037941 10.0.0.38 - - [2026-04-27 02:35:53] "DELETE /project/a47bbd6b-065c-4714-ab57-9421279e6bad HTTP/1.1" 200 115 0.463747 10.0.0.38 - - [2026-04-27 02:35:53] "DELETE /project/6e6732bb-452a-4eee-92d6-032a3ab3ec33 HTTP/1.1" 200 115 0.497175 10.0.0.38 - - [2026-04-27 02:35:53] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001283 10.0.0.38 - - [2026-04-27 02:35:53] "GET /project/0ebee5fe-58fa-4866-aadf-3b1e41a0784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.056828 10.0.0.38 - - [2026-04-27 02:35:53] "POST /neutron/network HTTP/1.1" 200 824 0.005675 10.0.0.38 - - [2026-04-27 02:35:53] "POST /neutron/port HTTP/1.1" 200 117 0.007236 10.0.0.38 - - [2026-04-27 02:35:54] "POST /neutron/port HTTP/1.1" 200 117 0.004975 10.0.0.38 - - [2026-04-27 02:35:54] "POST /neutron/port HTTP/1.1" 200 117 0.005810 10.0.0.38 - - [2026-04-27 02:35:54] "POST /neutron/network HTTP/1.1" 200 834 0.011229 10.0.0.38 - - [2026-04-27 02:35:54] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001265 10.0.0.38 - - [2026-04-27 02:35:54] "POST /neutron/port HTTP/1.1" 200 1060 0.242050 10.0.0.38 - - [2026-04-27 02:35:54] "POST /neutron/port HTTP/1.1" 200 1060 0.010526 10.0.0.38 - - [2026-04-27 02:35:54] "POST /neutron/port HTTP/1.1" 200 1060 0.011221 10.0.0.38 - - [2026-04-27 02:35:54] "POST /neutron/port HTTP/1.1" 200 1114 0.075387 10.0.0.38 - - [2026-04-27 02:35:54] "POST /neutron/port HTTP/1.1" 200 1124 0.012252 10.0.0.38 - - [2026-04-27 02:35:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004923 10.0.0.38 - - [2026-04-27 02:35:54] "POST /neutron/subnet HTTP/1.1" 200 698 0.007771 10.0.0.38 - - [2026-04-27 02:35:54] "POST /neutron/port HTTP/1.1" 200 117 0.001199 10.0.0.38 - - [2026-04-27 02:35:54] "POST /neutron/network HTTP/1.1" 200 824 0.005439 10.0.0.38 - - [2026-04-27 02:35:59] "POST /neutron/port HTTP/1.1" 200 1124 0.012539 10.0.0.38 - - [2026-04-27 02:35:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006033 10.0.0.38 - - [2026-04-27 02:35:59] "POST /neutron/port HTTP/1.1" 200 1124 0.012373 10.0.0.38 - - [2026-04-27 02:35:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006790 10.0.0.38 - - [2026-04-27 02:35:59] "POST /neutron/port HTTP/1.1" 200 1124 0.014984 10.0.0.38 - - [2026-04-27 02:35:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006307 10.0.0.38 - - [2026-04-27 02:35:59] "GET /virtual-machine/0756f3d2-e678-4a00-aa42-f4a648abf3a5 HTTP/1.1" 200 1291 0.004195 10.0.0.38 - - [2026-04-27 02:35:59] "GET /virtual-machine-interface/5565aaaf-740d-444c-b222-c6371a6e966f HTTP/1.1" 200 2940 0.005304 10.0.0.38 - - [2026-04-27 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.38 - - [2026-04-27 02:35:59] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002851 10.0.0.38 - - [2026-04-27 02:35:59] "GET /virtual-networks?parent_id=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003573 10.0.0.38 - - [2026-04-27 02:35:59] "GET /virtual-network/40a5d041-63ed-434b-a552-b8f8828d3ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004947 10.0.0.38 - - [2026-04-27 02:36:02] "GET /obj-perms HTTP/1.1" 200 5056 0.069725 10.0.0.38 - - [2026-04-27 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.38 - - [2026-04-27 02:36:02] "GET /virtual-network/40a5d041-63ed-434b-a552-b8f8828d3ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005934 10.0.0.38 - - [2026-04-27 02:36:02] "GET /obj-perms HTTP/1.1" 200 5056 0.060040 10.0.0.38 - - [2026-04-27 02:36:04] "POST /neutron/port HTTP/1.1" 200 1124 0.015541 10.0.0.38 - - [2026-04-27 02:36:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005071 10.0.0.38 - - [2026-04-27 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.38 - - [2026-04-27 02:36:06] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003486 10.0.0.38 - - [2026-04-27 02:36:06] "GET /virtual-networks?parent_id=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002956 10.0.0.38 - - [2026-04-27 02:36:06] "GET /virtual-network/40a5d041-63ed-434b-a552-b8f8828d3ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006213 10.0.0.38 - - [2026-04-27 02:36:08] "POST /neutron/network HTTP/1.1" 200 824 0.005138 10.0.0.38 - - [2026-04-27 02:36:08] "POST /neutron/network HTTP/1.1" 400 204 0.014925 10.0.0.38 - - [2026-04-27 02:36:09] "POST /neutron/port HTTP/1.1" 200 1124 0.012033 10.0.0.38 - - [2026-04-27 02:36:09] "POST /neutron/port HTTP/1.1" 200 1114 0.010427 10.0.0.38 - - [2026-04-27 02:36:09] "POST /neutron/port HTTP/1.1" 200 151 0.086722 10.0.0.38 - - [2026-04-27 02:36:10] "POST /neutron/network HTTP/1.1" 200 824 0.007805 10.0.0.38 - - [2026-04-27 02:36:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004035 10.0.0.38 - - [2026-04-27 02:36:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003839 10.0.0.38 - - [2026-04-27 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006274 10.0.0.38 - - [2026-04-27 02:36:10] "POST /neutron/network HTTP/1.1" 200 151 0.100890 10.0.0.38 - - [2026-04-27 02:36:11] "DELETE /route-target/ac6a4668-b08f-4346-bdeb-a627abd88506 HTTP/1.1" 200 115 0.025754 10.0.0.38 - - [2026-04-27 02:36:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002878 10.0.0.38 - - [2026-04-27 02:36:11] "POST /network-ipams HTTP/1.1" 200 541 0.019927 10.0.0.38 - - [2026-04-27 02:36:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.002998 10.0.0.38 - - [2026-04-27 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.38 - - [2026-04-27 02:36:11] "GET /network-ipam/a297760d-b45d-46f9-b623-377ef70c1215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.005396 10.0.0.38 - - [2026-04-27 02:36:11] "PUT /network-ipam/a297760d-b45d-46f9-b623-377ef70c1215 HTTP/1.1" 200 258 0.010561 10.0.0.38 - - [2026-04-27 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.38 - - [2026-04-27 02:36:11] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001527 10.0.0.38 - - [2026-04-27 02:36:11] "GET /project/0ebee5fe-58fa-4866-aadf-3b1e41a0784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.033609 10.0.0.38 - - [2026-04-27 02:36:11] "POST /neutron/network HTTP/1.1" 200 117 0.007897 10.0.0.38 - - [2026-04-27 02:36:11] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001140 10.0.0.38 - - [2026-04-27 02:36:12] "POST /neutron/network HTTP/1.1" 200 605 0.076576 10.0.0.38 - - [2026-04-27 02:36:12] "POST /route-targets HTTP/1.1" 200 327 0.010709 10.0.0.38 - - [2026-04-27 02:36:12] "POST /ref-update HTTP/1.1" 200 156 0.012546 10.0.0.38 - - [2026-04-27 02:36:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003825 10.0.0.38 - - [2026-04-27 02:36:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.171928 10.0.0.38 - - [2026-04-27 02:36:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002285 10.0.0.38 - - [2026-04-27 02:36:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.172429 10.0.0.38 - - [2026-04-27 02:36:12] "POST /neutron/network HTTP/1.1" 200 994 0.010643 10.0.0.38 - - [2026-04-27 02:36:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001724 10.0.0.38 - - [2026-04-27 02:36:12] "GET /virtual-network/cd2767c8-6d3e-474f-b15f-8ed81356a2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004601 10.0.0.38 - - [2026-04-27 02:36:12] "POST /neutron/network HTTP/1.1" 200 994 0.006300 10.0.0.38 - - [2026-04-27 02:36:12] "GET /virtual-network/cd2767c8-6d3e-474f-b15f-8ed81356a2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004864 10.0.0.38 - - [2026-04-27 02:36:12] "POST /neutron/network HTTP/1.1" 200 994 0.008455 10.0.0.38 - - [2026-04-27 02:36:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.007136 10.0.0.38 - - [2026-04-27 02:36:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.008373 10.0.0.38 - - [2026-04-27 02:36:12] "POST /neutron/network HTTP/1.1" 200 994 0.008745 10.0.0.38 - - [2026-04-27 02:36:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.008463 10.0.0.38 - - [2026-04-27 02:36:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.020360 10.0.0.38 - - [2026-04-27 02:36:12] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001064 10.0.0.38 - - [2026-04-27 02:36:12] "POST /neutron/port HTTP/1.1" 200 1017 0.158097 10.0.0.38 - - [2026-04-27 02:36:12] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001016 10.0.0.38 - - [2026-04-27 02:36:13] "POST /neutron/port HTTP/1.1" 200 1017 0.165411 10.0.0.38 - - [2026-04-27 02:36:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001205 10.0.0.38 - - [2026-04-27 02:36:13] "POST /neutron/port HTTP/1.1" 200 1017 0.013612 10.0.0.38 - - [2026-04-27 02:36:13] "POST /neutron/port HTTP/1.1" 200 1017 0.010660 10.0.0.38 - - [2026-04-27 02:36:13] "POST /neutron/network HTTP/1.1" 200 994 0.007070 10.0.0.38 - - [2026-04-27 02:36:13] "POST /neutron/port HTTP/1.1" 200 1017 0.008888 10.0.0.38 - - [2026-04-27 02:36:13] "POST /neutron/port HTTP/1.1" 200 117 0.005909 10.0.0.38 - - [2026-04-27 02:36:13] "POST /neutron/port HTTP/1.1" 200 1017 0.012403 10.0.0.38 - - [2026-04-27 02:36:13] "POST /neutron/port HTTP/1.1" 200 117 0.004819 10.0.0.38 - - [2026-04-27 02:36:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001228 10.0.0.38 - - [2026-04-27 02:36:13] "POST /neutron/port HTTP/1.1" 200 117 0.004867 10.0.0.38 - - [2026-04-27 02:36:13] "POST /neutron/port HTTP/1.1" 200 1017 0.011271 10.0.0.38 - - [2026-04-27 02:36:13] "POST /neutron/port HTTP/1.1" 200 1017 0.008934 10.0.0.38 - - [2026-04-27 02:36:13] "POST /neutron/network HTTP/1.1" 200 994 0.007618 10.0.0.38 - - [2026-04-27 02:36:13] "POST /neutron/port HTTP/1.1" 200 1017 0.010725 10.0.0.38 - - [2026-04-27 02:36:13] "POST /neutron/port HTTP/1.1" 200 1017 0.009923 10.0.0.38 - - [2026-04-27 02:36:13] "POST /neutron/port HTTP/1.1" 200 117 0.006641 10.0.0.38 - - [2026-04-27 02:36:14] "POST /neutron/port HTTP/1.1" 200 117 0.006418 10.0.0.38 - - [2026-04-27 02:36:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001389 10.0.0.38 - - [2026-04-27 02:36:14] "POST /neutron/port HTTP/1.1" 200 1017 0.012560 10.0.0.38 - - [2026-04-27 02:36:14] "POST /neutron/network HTTP/1.1" 200 1004 0.005854 10.0.0.38 - - [2026-04-27 02:36:14] "POST /neutron/port HTTP/1.1" 200 1017 0.010432 10.0.0.38 - - [2026-04-27 02:36:14] "POST /neutron/port HTTP/1.1" 200 1017 0.008620 10.0.0.38 - - [2026-04-27 02:36:14] "POST /neutron/port HTTP/1.1" 200 117 0.009183 10.0.0.38 - - [2026-04-27 02:36:14] "POST /neutron/port HTTP/1.1" 200 1109 0.104997 10.0.0.38 - - [2026-04-27 02:36:14] "POST /neutron/network HTTP/1.1" 200 1004 0.007067 10.0.0.38 - - [2026-04-27 02:36:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000350 10.0.0.38 - - [2026-04-27 02:36:14] "POST /neutron/port HTTP/1.1" 200 1119 0.019836 10.0.0.38 - - [2026-04-27 02:36:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003227 10.0.0.38 - - [2026-04-27 02:36:14] "POST /neutron/subnet HTTP/1.1" 200 673 0.009907 10.0.0.38 - - [2026-04-27 02:36:14] "POST /neutron/port HTTP/1.1" 200 117 0.001196 10.0.0.38 - - [2026-04-27 02:36:14] "POST /neutron/network HTTP/1.1" 200 994 0.006883 10.0.0.38 - - [2026-04-27 02:36:14] "POST /neutron/port HTTP/1.1" 200 1017 0.008885 10.0.0.38 - - [2026-04-27 02:36:14] "POST /neutron/network HTTP/1.1" 200 1004 0.006345 10.0.0.38 - - [2026-04-27 02:36:14] "POST /neutron/port HTTP/1.1" 200 1017 0.012345 10.0.0.38 - - [2026-04-27 02:36:14] "POST /neutron/port HTTP/1.1" 200 1017 0.010463 10.0.0.38 - - [2026-04-27 02:36:14] "GET / HTTP/1.1" 200 35931 0.001454 10.0.0.38 - - [2026-04-27 02:36:14] "GET /project/0ebee5fe-58fa-4866-aadf-3b1e41a0784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000453 10.0.0.38 - - [2026-04-27 02:36:14] "POST /neutron/port HTTP/1.1" 200 1109 0.086053 10.0.0.38 - - [2026-04-27 02:36:14] "POST /neutron/port HTTP/1.1" 200 1119 0.015597 10.0.0.38 - - [2026-04-27 02:36:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006881 10.0.0.38 - - [2026-04-27 02:36:14] "POST /neutron/subnet HTTP/1.1" 200 673 0.009165 10.0.0.38 - - [2026-04-27 02:36:14] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.38 - - [2026-04-27 02:36:14] "POST /neutron/network HTTP/1.1" 200 994 0.018837 10.0.0.38 - - [2026-04-27 02:36:15] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001317 10.0.0.38 - - [2026-04-27 02:36:15] "GET /project/0ebee5fe-58fa-4866-aadf-3b1e41a0784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.069473 10.0.0.38 - - [2026-04-27 02:36:15] "POST /neutron/network HTTP/1.1" 200 994 0.008839 10.0.0.38 - - [2026-04-27 02:36:15] "POST /neutron/port HTTP/1.1" 200 2086 0.026048 10.0.0.38 - - [2026-04-27 02:36:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006213 10.0.0.38 - - [2026-04-27 02:36:15] "POST /neutron/port HTTP/1.1" 200 117 0.004674 10.0.0.38 - - [2026-04-27 02:36:15] "GET /domains HTTP/1.1" 200 280 0.002336 10.0.0.38 - - [2026-04-27 02:36:15] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001421 10.0.0.38 - - [2026-04-27 02:36:15] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2573 0.015355 10.0.0.38 - - [2026-04-27 02:36:15] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001655 10.0.0.38 - - [2026-04-27 02:36:15] "GET /project/0ebee5fe-58fa-4866-aadf-3b1e41a0784e HTTP/1.1" 200 2842 0.087355 10.0.0.38 - - [2026-04-27 02:36:15] "GET /network-ipam/a297760d-b45d-46f9-b623-377ef70c1215 HTTP/1.1" 200 2646 0.004450 10.0.0.38 - - [2026-04-27 02:36:15] "GET /domains HTTP/1.1" 200 280 0.002938 10.0.0.38 - - [2026-04-27 02:36:15] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.38 - - [2026-04-27 02:36:15] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2573 0.007378 10.0.0.38 - - [2026-04-27 02:36:15] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001298 10.0.0.38 - - [2026-04-27 02:36:15] "GET /project/0ebee5fe-58fa-4866-aadf-3b1e41a0784e HTTP/1.1" 200 2842 0.081873 10.0.0.38 - - [2026-04-27 02:36:15] "GET /virtual-network/cd2767c8-6d3e-474f-b15f-8ed81356a2bc HTTP/1.1" 200 3780 0.006947 10.0.0.38 - - [2026-04-27 02:36:15] "GET /virtual-network/cd2767c8-6d3e-474f-b15f-8ed81356a2bc HTTP/1.1" 200 3780 0.006763 10.0.0.38 - - [2026-04-27 02:36:15] "GET /routing-instance/c2c8b564-7831-4802-80e1-747185f08911 HTTP/1.1" 200 2380 0.020804 10.0.0.38 - - [2026-04-27 02:36:15] "GET /routing-instance/c2c8b564-7831-4802-80e1-747185f08911 HTTP/1.1" 200 2380 0.003688 10.0.0.38 - - [2026-04-27 02:36:15] "GET /route-target/1aaaa5a6-83b7-4ff5-8042-7266a6bb05c4 HTTP/1.1" 200 1203 0.005144 10.0.0.38 - - [2026-04-27 02:36:15] "GET /virtual-network/cd2767c8-6d3e-474f-b15f-8ed81356a2bc HTTP/1.1" 200 3780 0.009213 10.0.0.38 - - [2026-04-27 02:36:15] "GET /routing-instance/c2c8b564-7831-4802-80e1-747185f08911 HTTP/1.1" 200 2380 0.004032 10.0.0.38 - - [2026-04-27 02:36:15] "GET /virtual-network/cd2767c8-6d3e-474f-b15f-8ed81356a2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004801 10.0.0.38 - - [2026-04-27 02:36:15] "GET /virtual-network/cd2767c8-6d3e-474f-b15f-8ed81356a2bc HTTP/1.1" 200 3780 0.007489 10.0.0.38 - - [2026-04-27 02:36:15] "GET /routing-instance/c2c8b564-7831-4802-80e1-747185f08911 HTTP/1.1" 200 2380 0.007342 10.0.0.38 - - [2026-04-27 02:36:15] "GET /routing-instance/c2c8b564-7831-4802-80e1-747185f08911 HTTP/1.1" 200 2380 0.004395 10.0.0.38 - - [2026-04-27 02:36:15] "GET /route-target/1aaaa5a6-83b7-4ff5-8042-7266a6bb05c4 HTTP/1.1" 200 1203 0.003644 10.0.0.38 - - [2026-04-27 02:36:15] "GET /domains HTTP/1.1" 200 280 0.006266 10.0.0.38 - - [2026-04-27 02:36:15] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001347 10.0.0.38 - - [2026-04-27 02:36:15] "POST /neutron/network HTTP/1.1" 200 1004 0.018335 10.0.0.38 - - [2026-04-27 02:36:15] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2573 0.017474 10.0.0.38 - - [2026-04-27 02:36:15] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001603 10.0.0.38 - - [2026-04-27 02:36:15] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001412 10.0.0.38 - - [2026-04-27 02:36:15] "GET /project/0ebee5fe-58fa-4866-aadf-3b1e41a0784e HTTP/1.1" 200 2842 0.104425 10.0.0.38 - - [2026-04-27 02:36:15] "GET /virtual-network/cd2767c8-6d3e-474f-b15f-8ed81356a2bc HTTP/1.1" 200 3780 0.010138 10.0.0.38 - - [2026-04-27 02:36:16] "POST /neutron/port HTTP/1.1" 200 1055 0.258435 10.0.0.38 - - [2026-04-27 02:36:16] "POST /neutron/port HTTP/1.1" 200 1055 0.011442 10.0.0.38 - - [2026-04-27 02:36:16] "POST /neutron/port HTTP/1.1" 200 1055 0.016380 10.0.0.38 - - [2026-04-27 02:36:16] "POST /neutron/port HTTP/1.1" 200 1109 0.062533 10.0.0.38 - - [2026-04-27 02:36:16] "POST /neutron/port HTTP/1.1" 200 1119 0.010280 10.0.0.38 - - [2026-04-27 02:36:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003760 10.0.0.38 - - [2026-04-27 02:36:16] "POST /neutron/subnet HTTP/1.1" 200 673 0.026803 10.0.0.38 - - [2026-04-27 02:36:16] "POST /neutron/port HTTP/1.1" 200 117 0.001530 10.0.0.38 - - [2026-04-27 02:36:16] "POST /neutron/network HTTP/1.1" 200 994 0.007545 10.0.0.38 - - [2026-04-27 02:36:16] "GET /obj-perms HTTP/1.1" 200 5030 0.084390 10.0.0.38 - - [2026-04-27 02:36:16] "POST /neutron/port HTTP/1.1" 200 1119 0.015378 10.0.0.38 - - [2026-04-27 02:36:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007898 10.0.0.38 - - [2026-04-27 02:36:16] "POST /neutron/port HTTP/1.1" 200 1119 0.015128 10.0.0.38 - - [2026-04-27 02:36:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005849 10.0.0.38 - - [2026-04-27 02:36:16] "POST /neutron/port HTTP/1.1" 200 1119 0.018238 10.0.0.38 - - [2026-04-27 02:36:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006487 10.0.0.38 - - [2026-04-27 02:36:16] "GET /virtual-machine/8a0349d2-28e4-4ee3-81ee-5877288031e4 HTTP/1.1" 200 1287 0.009639 10.0.0.38 - - [2026-04-27 02:36:16] "GET /virtual-machine-interface/dfe737c5-b676-407e-b940-db7db6004914 HTTP/1.1" 200 2941 0.013729 10.0.0.38 - - [2026-04-27 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.38 - - [2026-04-27 02:36:16] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003318 10.0.0.38 - - [2026-04-27 02:36:16] "GET /virtual-networks?parent_id=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002859 10.0.0.38 - - [2026-04-27 02:36:16] "GET /virtual-network/cd2767c8-6d3e-474f-b15f-8ed81356a2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006062 10.0.0.38 - - [2026-04-27 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.38 - - [2026-04-27 02:36:20] "GET /virtual-network/cd2767c8-6d3e-474f-b15f-8ed81356a2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005427 10.0.0.38 - - [2026-04-27 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.38 - - [2026-04-27 02:36:24] "GET /virtual-network/cd2767c8-6d3e-474f-b15f-8ed81356a2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007655 10.0.0.38 - - [2026-04-27 02:36:24] "POST /neutron/port HTTP/1.1" 200 1119 0.013291 10.0.0.38 - - [2026-04-27 02:36:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006419 10.0.0.38 - - [2026-04-27 02:36:24] "POST /neutron/port HTTP/1.1" 200 1119 0.017439 10.0.0.38 - - [2026-04-27 02:36:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007388 10.0.0.38 - - [2026-04-27 02:36:25] "POST /neutron/port HTTP/1.1" 200 1119 0.012909 10.0.0.38 - - [2026-04-27 02:36:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006158 10.0.0.38 - - [2026-04-27 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.38 - - [2026-04-27 02:36:26] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004648 10.0.0.38 - - [2026-04-27 02:36:26] "GET /virtual-networks?parent_id=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003784 10.0.0.38 - - [2026-04-27 02:36:26] "GET /virtual-network/cd2767c8-6d3e-474f-b15f-8ed81356a2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006545 10.0.0.38 - - [2026-04-27 02:36:26] "POST /neutron/port HTTP/1.1" 200 1119 0.017208 10.0.0.38 - - [2026-04-27 02:36:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006363 10.0.0.38 - - [2026-04-27 02:36:31] "POST /neutron/port HTTP/1.1" 200 1119 0.013184 10.0.0.38 - - [2026-04-27 02:36:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006214 10.0.0.38 - - [2026-04-27 02:36:31] "POST /neutron/port HTTP/1.1" 200 1119 0.013242 10.0.0.38 - - [2026-04-27 02:36:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006546 10.0.0.38 - - [2026-04-27 02:36:31] "POST /neutron/port HTTP/1.1" 200 1119 0.013494 10.0.0.38 - - [2026-04-27 02:36:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006541 10.0.0.38 - - [2026-04-27 02:36:32] "GET /virtual-machine/b367da14-fecf-4c46-8e28-f706e4f78adb HTTP/1.1" 200 1289 0.004770 10.0.0.38 - - [2026-04-27 02:36:32] "GET /virtual-machine-interface/4b4d778a-c2b4-4d2e-a38e-8e0658bfc714 HTTP/1.1" 200 2940 0.004512 10.0.0.38 - - [2026-04-27 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.38 - - [2026-04-27 02:36:32] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003977 10.0.0.38 - - [2026-04-27 02:36:32] "GET /virtual-networks?parent_id=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004470 10.0.0.38 - - [2026-04-27 02:36:32] "GET /virtual-network/cd2767c8-6d3e-474f-b15f-8ed81356a2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008203 10.0.0.38 - - [2026-04-27 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.38 - - [2026-04-27 02:36:33] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004052 10.0.0.38 - - [2026-04-27 02:36:33] "GET /virtual-networks?parent_id=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002879 10.0.0.38 - - [2026-04-27 02:36:33] "GET /virtual-network/cd2767c8-6d3e-474f-b15f-8ed81356a2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006908 10.0.0.38 - - [2026-04-27 02:36:33] "POST /neutron/port HTTP/1.1" 200 1119 0.011646 10.0.0.38 - - [2026-04-27 02:36:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007389 10.0.0.38 - - [2026-04-27 02:36:33] "POST /neutron/port HTTP/1.1" 200 1119 0.021304 10.0.0.38 - - [2026-04-27 02:36:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006353 10.0.0.38 - - [2026-04-27 02:36:33] "POST /neutron/port HTTP/1.1" 200 1119 0.012501 10.0.0.38 - - [2026-04-27 02:36:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007697 10.0.0.38 - - [2026-04-27 02:36:33] "GET /virtual-machine/2faff202-6987-4218-bea3-c4a05a671b63 HTTP/1.1" 200 1292 0.006006 10.0.0.38 - - [2026-04-27 02:36:33] "GET /virtual-machine-interface/3dce1ef3-17e1-4021-a664-854cb42de884 HTTP/1.1" 200 2940 0.005662 10.0.0.38 - - [2026-04-27 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.38 - - [2026-04-27 02:36:33] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003226 10.0.0.38 - - [2026-04-27 02:36:33] "GET /virtual-networks?parent_id=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003188 10.0.0.38 - - [2026-04-27 02:36:34] "GET /virtual-network/cd2767c8-6d3e-474f-b15f-8ed81356a2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007127 10.0.0.38 - - [2026-04-27 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.38 - - [2026-04-27 02:36:35] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002770 10.0.0.38 - - [2026-04-27 02:36:35] "GET /virtual-networks?parent_id=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002490 10.0.0.38 - - [2026-04-27 02:36:35] "GET /virtual-network/cd2767c8-6d3e-474f-b15f-8ed81356a2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007070 10.0.0.38 - - [2026-04-27 02:36:51] "POST /neutron/port HTTP/1.1" 200 1109 0.014937 10.0.0.38 - - [2026-04-27 02:36:51] "POST /neutron/port HTTP/1.1" 200 1109 0.012369 10.0.0.38 - - [2026-04-27 02:36:51] "POST /neutron/port HTTP/1.1" 200 151 0.138657 10.0.0.38 - - [2026-04-27 02:36:51] "POST /neutron/port HTTP/1.1" 200 1109 0.013792 10.0.0.38 - - [2026-04-27 02:36:51] "POST /neutron/port HTTP/1.1" 200 1109 0.013163 10.0.0.38 - - [2026-04-27 02:36:51] "POST /neutron/port HTTP/1.1" 200 1119 0.022839 10.0.0.38 - - [2026-04-27 02:36:51] "POST /neutron/port HTTP/1.1" 200 1109 0.008898 10.0.0.38 - - [2026-04-27 02:36:51] "POST /neutron/port HTTP/1.1" 200 151 0.164696 10.0.0.38 - - [2026-04-27 02:36:51] "POST /neutron/network HTTP/1.1" 200 994 0.031441 10.0.0.38 - - [2026-04-27 02:36:51] "POST /neutron/network HTTP/1.1" 400 204 0.010794 10.0.0.38 - - [2026-04-27 02:36:51] "POST /neutron/port HTTP/1.1" 200 151 0.175364 10.0.0.38 - - [2026-04-27 02:36:53] "POST /neutron/network HTTP/1.1" 200 994 0.008732 10.0.0.38 - - [2026-04-27 02:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007237 10.0.0.38 - - [2026-04-27 02:36:54] "POST /useragent-kv HTTP/1.1" 200 115 0.007143 10.0.0.38 - - [2026-04-27 02:36:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001734 10.0.0.38 - - [2026-04-27 02:36:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002390 10.0.0.38 - - [2026-04-27 02:36:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001541 10.0.0.38 - - [2026-04-27 02:36:54] "POST /neutron/network HTTP/1.1" 200 151 0.108869 10.0.0.38 - - [2026-04-27 02:36:54] "DELETE /route-target/1aaaa5a6-83b7-4ff5-8042-7266a6bb05c4 HTTP/1.1" 200 115 0.022770 10.0.0.38 - - [2026-04-27 02:36:54] "GET /routing-instance/c2c8b564-7831-4802-80e1-747185f08911 HTTP/1.1" 404 171 0.005500 10.0.0.38 - - [2026-04-27 02:36:54] "GET /domains HTTP/1.1" 200 280 0.002340 10.0.0.38 - - [2026-04-27 02:36:54] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001390 10.0.0.38 - - [2026-04-27 02:36:54] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2573 0.050523 10.0.0.38 - - [2026-04-27 02:36:54] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000986 10.0.0.38 - - [2026-04-27 02:36:54] "GET /project/0ebee5fe-58fa-4866-aadf-3b1e41a0784e HTTP/1.1" 200 2085 0.067673 10.0.0.38 - - [2026-04-27 02:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.38 - - [2026-04-27 02:36:54] "DELETE /network-ipam/a297760d-b45d-46f9-b623-377ef70c1215 HTTP/1.1" 200 115 0.025334 10.0.0.38 - - [2026-04-27 02:36:54] "POST /fqname-to-id HTTP/1.1" 404 211 0.003444 10.0.0.38 - - [2026-04-27 02:36:54] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001385 10.0.0.38 - - [2026-04-27 02:36:54] "GET /project/0ebee5fe-58fa-4866-aadf-3b1e41a0784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.030239 10.0.0.38 - - [2026-04-27 02:36:54] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001484 10.0.0.38 - - [2026-04-27 02:36:54] "GET /project/0ebee5fe-58fa-4866-aadf-3b1e41a0784e?fields=virtual_networks HTTP/1.1" 200 1032 0.083748 10.0.0.38 - - [2026-04-27 02:36:54] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001354 10.0.0.38 - - [2026-04-27 02:36:54] "GET /project/0ebee5fe-58fa-4866-aadf-3b1e41a0784e?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.031750 10.0.0.38 - - [2026-04-27 02:36:54] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001397 10.0.0.38 - - [2026-04-27 02:36:54] "GET /project/0ebee5fe-58fa-4866-aadf-3b1e41a0784e?fields=security_groups HTTP/1.1" 200 1258 0.034975 10.0.0.38 - - [2026-04-27 02:36:56] "POST /neutron/port HTTP/1.1" 200 117 0.007876 10.0.0.38 - - [2026-04-27 02:36:56] "POST /neutron/port HTTP/1.1" 400 205 0.004451 10.0.0.38 - - [2026-04-27 02:36:56] "POST /neutron/port HTTP/1.1" 200 117 0.008216 10.0.0.38 - - [2026-04-27 02:36:56] "POST /neutron/port HTTP/1.1" 400 205 0.003458 10.0.0.38 - - [2026-04-27 02:37:03] "GET / HTTP/1.1" 200 35931 0.001945 10.0.0.38 - - [2026-04-27 02:37:03] "GET /obj-perms HTTP/1.1" 200 5056 0.362247 10.0.0.38 - - [2026-04-27 02:37:04] "GET /obj-perms HTTP/1.1" 200 5056 0.093574 10.0.0.38 - - [2026-04-27 02:37:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000530 10.0.0.38 - - [2026-04-27 02:37:04] "POST /fqname-to-id HTTP/1.1" 404 183 0.058796 10.0.0.38 - - [2026-04-27 02:37:05] "GET /projects?obj_uuids=f842ff39-9823-4120-b6dd-5784f44541a3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003173 10.0.0.38 - - [2026-04-27 02:37:05] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.38 - - [2026-04-27 02:37:05] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006291 10.0.0.38 - - [2026-04-27 02:37:05] "POST /id-to-fqname HTTP/1.1" 200 185 0.001259 10.0.0.38 - - [2026-04-27 02:37:05] "POST /fqname-to-id HTTP/1.1" 404 194 0.002249 10.0.0.38 - - [2026-04-27 02:37:05] "POST /security-groups HTTP/1.1" 200 586 0.063823 10.0.0.38 - - [2026-04-27 02:37:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.002628 10.0.0.38 - - [2026-04-27 02:37:05] "POST /projects HTTP/1.1" 200 575 0.216419 10.0.0.38 - - [2026-04-27 02:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.291211 10.0.0.38 - - [2026-04-27 02:37:05] "POST /access-control-lists HTTP/1.1" 200 591 0.060715 10.0.0.38 - - [2026-04-27 02:37:05] "POST /fqname-to-id HTTP/1.1" 404 228 0.002131 10.0.0.38 - - [2026-04-27 02:37:05] "GET /project/f842ff39-9823-4120-b6dd-5784f44541a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.423820 10.0.0.38 - - [2026-04-27 02:37:05] "POST /access-control-lists HTTP/1.1" 200 589 0.063648 10.0.0.38 - - [2026-04-27 02:37:06] "GET / HTTP/1.1" 200 35931 0.001772 10.0.0.38 - - [2026-04-27 02:37:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457 10.0.0.38 - - [2026-04-27 02:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.032596 10.0.0.38 - - [2026-04-27 02:37:09] "GET /api-access-list/2a275c75-90eb-4868-b30a-c0f9d1b7b878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004359 10.0.0.38 - - [2026-04-27 02:37:09] "GET /api-access-list/2a275c75-90eb-4868-b30a-c0f9d1b7b878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003307 10.0.0.38 - - [2026-04-27 02:37:09] "GET /api-access-list/2a275c75-90eb-4868-b30a-c0f9d1b7b878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003356 10.0.0.38 - - [2026-04-27 02:37:09] "PUT /api-access-list/2a275c75-90eb-4868-b30a-c0f9d1b7b878 HTTP/1.1" 200 264 0.009564 10.0.0.38 - - [2026-04-27 02:37:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000505 10.0.0.38 - - [2026-04-27 02:37:09] "GET /aaa-mode HTTP/1.1" 200 128 0.026974 10.0.0.38 - - [2026-04-27 02:37:10] "POST /fqname-to-id HTTP/1.1" 404 183 0.032987 10.0.0.38 - - [2026-04-27 02:37:10] "GET /projects?obj_uuids=fe751540-b7d7-4800-82a4-a6514ad3ca3f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002653 10.0.0.38 - - [2026-04-27 02:37:10] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.38 - - [2026-04-27 02:37:10] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005978 10.0.0.38 - - [2026-04-27 02:37:10] "POST /id-to-fqname HTTP/1.1" 200 185 0.003197 10.0.0.38 - - [2026-04-27 02:37:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.002097 10.0.0.38 - - [2026-04-27 02:37:10] "POST /security-groups HTTP/1.1" 200 586 0.062865 10.0.0.38 - - [2026-04-27 02:37:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.003013 10.0.0.38 - - [2026-04-27 02:37:10] "POST /projects HTTP/1.1" 200 575 0.228523 10.0.0.38 - - [2026-04-27 02:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.301359 10.0.0.38 - - [2026-04-27 02:37:10] "POST /access-control-lists HTTP/1.1" 200 591 0.068473 10.0.0.38 - - [2026-04-27 02:37:10] "POST /fqname-to-id HTTP/1.1" 404 228 0.002191 10.0.0.38 - - [2026-04-27 02:37:10] "GET /project/fe751540-b7d7-4800-82a4-a6514ad3ca3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.456805 10.0.0.38 - - [2026-04-27 02:37:10] "POST /access-control-lists HTTP/1.1" 200 589 0.061242 10.0.0.38 - - [2026-04-27 02:37:11] "POST /fqname-to-id HTTP/1.1" 404 183 0.025712 10.0.0.38 - - [2026-04-27 02:37:11] "GET /projects?obj_uuids=fbf497d8-2066-4e79-8484-7ceffda0bb3c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002270 10.0.0.38 - - [2026-04-27 02:37:11] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.38 - - [2026-04-27 02:37:11] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006177 10.0.0.38 - - [2026-04-27 02:37:11] "POST /id-to-fqname HTTP/1.1" 200 185 0.001889 10.0.0.38 - - [2026-04-27 02:37:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.004443 10.0.0.38 - - [2026-04-27 02:37:11] "POST /security-groups HTTP/1.1" 200 586 0.068557 10.0.0.38 - - [2026-04-27 02:37:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.002778 10.0.0.38 - - [2026-04-27 02:37:11] "POST /projects HTTP/1.1" 200 575 0.227982 10.0.0.38 - - [2026-04-27 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.266096 10.0.0.38 - - [2026-04-27 02:37:11] "POST /access-control-lists HTTP/1.1" 200 591 0.058670 10.0.0.38 - - [2026-04-27 02:37:11] "GET /project/fbf497d8-2066-4e79-8484-7ceffda0bb3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.404945 10.0.0.38 - - [2026-04-27 02:37:11] "POST /fqname-to-id HTTP/1.1" 404 228 0.003191 10.0.0.38 - - [2026-04-27 02:37:11] "POST /access-control-lists HTTP/1.1" 200 589 0.056278 10.0.0.38 - - [2026-04-27 02:37:12] "GET / HTTP/1.1" 200 35931 0.001967 10.0.0.38 - - [2026-04-27 02:37:13] "GET / HTTP/1.1" 200 35931 0.001622 10.0.0.38 - - [2026-04-27 02:37:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000485 10.0.0.38 - - [2026-04-27 02:37:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.38 - - [2026-04-27 02:37:13] "POST /fqname-to-id HTTP/1.1" 404 183 0.002917 10.0.0.38 - - [2026-04-27 02:37:13] "POST /api-access-lists HTTP/1.1" 200 521 0.016104 10.0.0.38 - - [2026-04-27 02:37:13] "GET /api-access-list/7947c95e-befe-4ea5-8db8-7b34e9af2488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1264 0.005245 10.0.0.38 - - [2026-04-27 02:37:13] "GET /api-access-list/7947c95e-befe-4ea5-8db8-7b34e9af2488 HTTP/1.1" 401 292 0.000533 10.0.0.38 - - [2026-04-27 02:37:14] "GET /api-access-list/7947c95e-befe-4ea5-8db8-7b34e9af2488 HTTP/1.1" 200 1264 0.064381 10.0.0.38 - - [2026-04-27 02:37:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000425 10.0.0.38 - - [2026-04-27 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.064449 10.0.0.38 - - [2026-04-27 02:37:14] "GET /projects?obj_uuids=fe751540-b7d7-4800-82a4-a6514ad3ca3f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001045 10.0.0.38 - - [2026-04-27 02:37:14] "GET /project/fe751540-b7d7-4800-82a4-a6514ad3ca3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.035434 10.0.0.38 - - [2026-04-27 02:37:14] "GET /virtual-networks?parent_id=fe751540-b7d7-4800-82a4-a6514ad3ca3f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010511 10.0.0.38 - - [2026-04-27 02:37:14] "POST /virtual-networks HTTP/1.1" 200 568 0.057233 10.0.0.38 - - [2026-04-27 02:37:14] "POST /route-targets HTTP/1.1" 200 327 0.012086 10.0.0.38 - - [2026-04-27 02:37:14] "POST /ref-update HTTP/1.1" 200 156 0.019260 10.0.0.38 - - [2026-04-27 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.018051 10.0.0.38 - - [2026-04-27 02:37:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.38 - - [2026-04-27 02:37:14] "GET /network-ipam/d448f541-43a7-40e7-9001-7c466b07f9f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.015084 10.0.0.38 - - [2026-04-27 02:37:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000333 10.0.0.38 - - [2026-04-27 02:37:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002816 10.0.0.38 - - [2026-04-27 02:37:14] "POST /ref-update HTTP/1.1" 200 156 0.041940 10.0.0.38 - - [2026-04-27 02:37:14] "POST /neutron/network HTTP/1.1" 200 833 0.052735 10.0.0.38 - - [2026-04-27 02:37:14] "POST /neutron/network HTTP/1.1" 200 833 0.017140 10.0.0.38 - - [2026-04-27 02:37:14] "GET /virtual-network/532ba887-0630-4d2c-a3c8-9829e587575a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.012855 10.0.0.38 - - [2026-04-27 02:37:15] "POST /neutron/network HTTP/1.1" 200 833 0.025871 10.0.0.38 - - [2026-04-27 02:37:15] "POST /neutron/subnet HTTP/1.1" 200 680 0.027518 10.0.0.38 - - [2026-04-27 02:37:15] "GET /virtual-network/532ba887-0630-4d2c-a3c8-9829e587575a HTTP/1.1" 401 292 0.000386 10.0.0.38 - - [2026-04-27 02:37:15] "GET /virtual-network/532ba887-0630-4d2c-a3c8-9829e587575a HTTP/1.1" 200 2268 0.043021 10.0.0.38 - - [2026-04-27 02:37:15] "GET /virtual-network/532ba887-0630-4d2c-a3c8-9829e587575a HTTP/1.1" 401 292 0.000879 10.0.0.38 - - [2026-04-27 02:37:15] "GET /virtual-network/532ba887-0630-4d2c-a3c8-9829e587575a HTTP/1.1" 200 2008 0.049817 10.0.0.38 - - [2026-04-27 02:37:16] "GET /obj-perms HTTP/1.1" 200 4915 0.069474 10.0.0.38 - - [2026-04-27 02:37:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000351 10.0.0.38 - - [2026-04-27 02:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.032039 10.0.0.38 - - [2026-04-27 02:37:16] "GET /virtual-network/532ba887-0630-4d2c-a3c8-9829e587575a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.017100 10.0.0.38 - - [2026-04-27 02:37:16] "GET /obj-perms HTTP/1.1" 200 4915 0.008668 10.0.0.38 - - [2026-04-27 02:37:16] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.016933 10.0.0.38 - - [2026-04-27 02:37:17] "GET /obj-perms HTTP/1.1" 200 4915 0.068882 10.0.0.38 - - [2026-04-27 02:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002251 10.0.0.38 - - [2026-04-27 02:37:17] "GET /virtual-network/532ba887-0630-4d2c-a3c8-9829e587575a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.014034 10.0.0.38 - - [2026-04-27 02:37:17] "GET /obj-perms HTTP/1.1" 200 4915 0.010224 10.0.0.38 - - [2026-04-27 02:37:17] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.020015 10.0.0.38 - - [2026-04-27 02:37:17] "POST /id-to-fqname HTTP/1.1" 401 292 0.000391 10.0.0.38 - - [2026-04-27 02:37:17] "POST /id-to-fqname HTTP/1.1" 200 230 0.038121 10.0.0.38 - - [2026-04-27 02:37:18] "POST /neutron/network HTTP/1.1" 200 843 0.057643 10.0.0.38 - - [2026-04-27 02:37:18] "GET /aaa-mode HTTP/1.1" 401 292 0.000461 10.0.0.38 - - [2026-04-27 02:37:18] "GET / HTTP/1.1" 200 35931 0.001803 10.0.0.38 - - [2026-04-27 02:37:18] "GET /project/fbf497d8-2066-4e79-8484-7ceffda0bb3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000736 10.0.0.38 - - [2026-04-27 02:37:19] "GET /projects?obj_uuids=fbf497d8-2066-4e79-8484-7ceffda0bb3c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001202 10.0.0.38 - - [2026-04-27 02:37:19] "GET /project/fbf497d8-2066-4e79-8484-7ceffda0bb3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.057168 10.0.0.38 - - [2026-04-27 02:37:19] "POST /neutron/network HTTP/1.1" 200 833 0.005920 10.0.0.38 - - [2026-04-27 02:37:19] "POST /neutron/port HTTP/1.1" 200 117 0.038503 10.0.0.38 - - [2026-04-27 02:37:19] "POST /neutron/port HTTP/1.1" 200 117 0.006645 10.0.0.38 - - [2026-04-27 02:37:19] "POST /neutron/port HTTP/1.1" 200 117 0.006969 10.0.0.38 - - [2026-04-27 02:37:19] "POST /neutron/network HTTP/1.1" 200 843 0.024676 10.0.0.38 - - [2026-04-27 02:37:19] "POST /neutron/network HTTP/1.1" 200 833 0.025633 10.0.0.38 - - [2026-04-27 02:37:19] "GET /projects?obj_uuids=fbf497d8-2066-4e79-8484-7ceffda0bb3c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001248 10.0.0.38 - - [2026-04-27 02:37:20] "POST /neutron/port HTTP/1.1" 200 1056 0.346753 10.0.0.38 - - [2026-04-27 02:37:20] "POST /neutron/port HTTP/1.1" 200 1056 0.011524 10.0.0.38 - - [2026-04-27 02:37:20] "POST /neutron/port HTTP/1.1" 200 1056 0.013211 10.0.0.38 - - [2026-04-27 02:37:20] "POST /neutron/port HTTP/1.1" 200 1110 0.062256 10.0.0.38 - - [2026-04-27 02:37:20] "POST /neutron/port HTTP/1.1" 200 1120 0.017355 10.0.0.38 - - [2026-04-27 02:37:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003815 10.0.0.38 - - [2026-04-27 02:37:20] "POST /neutron/subnet HTTP/1.1" 200 654 0.007929 10.0.0.38 - - [2026-04-27 02:37:20] "POST /neutron/port HTTP/1.1" 200 117 0.001261 10.0.0.38 - - [2026-04-27 02:37:20] "POST /neutron/network HTTP/1.1" 200 833 0.005616 10.0.0.38 - - [2026-04-27 02:37:24] "POST /neutron/port HTTP/1.1" 200 1120 0.016401 10.0.0.38 - - [2026-04-27 02:37:24] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007459 10.0.0.38 - - [2026-04-27 02:37:24] "POST /neutron/port HTTP/1.1" 200 1120 0.013953 10.0.0.38 - - [2026-04-27 02:37:24] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006754 10.0.0.38 - - [2026-04-27 02:37:24] "POST /neutron/port HTTP/1.1" 200 1120 0.012780 10.0.0.38 - - [2026-04-27 02:37:24] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005864 10.0.0.38 - - [2026-04-27 02:37:24] "POST /neutron/port HTTP/1.1" 200 1120 0.012112 10.0.0.38 - - [2026-04-27 02:37:24] "POST /neutron/security_group HTTP/1.1" 200 2053 0.010346 10.0.0.38 - - [2026-04-27 02:37:24] "GET /virtual-machine/2ede001e-df45-4929-beb8-c2a13ea8fdf3 HTTP/1.1" 200 1287 0.013164 10.0.0.38 - - [2026-04-27 02:37:24] "GET /virtual-machine/2ede001e-df45-4929-beb8-c2a13ea8fdf3 HTTP/1.1" 200 1287 0.012496 10.0.0.38 - - [2026-04-27 02:37:24] "GET /virtual-machine-interface/0de5f265-75e9-4302-bc47-20062c83208f HTTP/1.1" 200 2530 0.018383 10.0.0.38 - - [2026-04-27 02:37:24] "GET /virtual-machine/2ede001e-df45-4929-beb8-c2a13ea8fdf3 HTTP/1.1" 200 1287 0.010855 10.0.0.38 - - [2026-04-27 02:37:24] "GET /virtual-machine-interface/0de5f265-75e9-4302-bc47-20062c83208f HTTP/1.1" 200 2530 0.015419 10.0.0.38 - - [2026-04-27 02:37:24] "GET /instance-ip/f2c8b01c-51f8-4b10-bc79-4e1c66a4a0a3 HTTP/1.1" 200 1627 0.013232 10.0.0.38 - - [2026-04-27 02:37:24] "GET /virtual-machine/2ede001e-df45-4929-beb8-c2a13ea8fdf3 HTTP/1.1" 200 1287 0.010414 10.0.0.38 - - [2026-04-27 02:37:24] "GET /virtual-machine-interface/0de5f265-75e9-4302-bc47-20062c83208f HTTP/1.1" 200 2530 0.015324 10.0.0.38 - - [2026-04-27 02:37:24] "GET /instance-ip/f2c8b01c-51f8-4b10-bc79-4e1c66a4a0a3 HTTP/1.1" 200 1627 0.012728 10.0.0.38 - - [2026-04-27 02:37:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.010188 10.0.0.38 - - [2026-04-27 02:37:25] "GET / HTTP/1.1" 200 35931 0.001817 10.0.0.38 - - [2026-04-27 02:37:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.38 - - [2026-04-27 02:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.028860 10.0.0.38 - - [2026-04-27 02:37:25] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003450 10.0.0.38 - - [2026-04-27 02:37:25] "GET /virtual-networks?parent_id=fbf497d8-2066-4e79-8484-7ceffda0bb3c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011901 10.0.0.38 - - [2026-04-27 02:37:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.010733 10.0.0.38 - - [2026-04-27 02:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.38 - - [2026-04-27 02:37:25] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003331 10.0.0.38 - - [2026-04-27 02:37:25] "GET /virtual-networks?parent_id=fbf497d8-2066-4e79-8484-7ceffda0bb3c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011838 10.0.0.38 - - [2026-04-27 02:37:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.012583 10.0.0.38 - - [2026-04-27 02:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.38 - - [2026-04-27 02:37:25] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003223 10.0.0.38 - - [2026-04-27 02:37:26] "GET /virtual-networks?parent_id=fbf497d8-2066-4e79-8484-7ceffda0bb3c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011127 10.0.0.38 - - [2026-04-27 02:37:26] "POST /fqname-to-id HTTP/1.1" 403 339 0.011589 10.0.0.38 - - [2026-04-27 02:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.38 - - [2026-04-27 02:37:26] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002810 10.0.0.38 - - [2026-04-27 02:37:26] "GET /virtual-networks?parent_id=fbf497d8-2066-4e79-8484-7ceffda0bb3c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013024 10.0.0.38 - - [2026-04-27 02:37:26] "POST /fqname-to-id HTTP/1.1" 403 339 0.013383 10.0.0.38 - - [2026-04-27 02:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.38 - - [2026-04-27 02:37:26] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004080 10.0.0.38 - - [2026-04-27 02:37:26] "GET /virtual-networks?parent_id=fbf497d8-2066-4e79-8484-7ceffda0bb3c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011102 10.0.0.38 - - [2026-04-27 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.010477 10.0.0.38 - - [2026-04-27 02:37:29] "GET /virtual-network/532ba887-0630-4d2c-a3c8-9829e587575a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.013929 10.0.0.38 - - [2026-04-27 02:37:29] "POST /neutron/port HTTP/1.1" 200 1120 0.011750 10.0.0.38 - - [2026-04-27 02:37:29] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005002 10.0.0.38 - - [2026-04-27 02:37:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.009767 10.0.0.38 - - [2026-04-27 02:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002361 10.0.0.38 - - [2026-04-27 02:37:31] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003165 10.0.0.38 - - [2026-04-27 02:37:31] "GET /virtual-networks?parent_id=fbf497d8-2066-4e79-8484-7ceffda0bb3c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012331 10.0.0.38 - - [2026-04-27 02:37:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.009616 10.0.0.38 - - [2026-04-27 02:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002599 10.0.0.38 - - [2026-04-27 02:37:31] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004166 10.0.0.38 - - [2026-04-27 02:37:31] "GET /virtual-networks?parent_id=fbf497d8-2066-4e79-8484-7ceffda0bb3c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010552 10.0.0.38 - - [2026-04-27 02:37:31] "POST /fqname-to-id HTTP/1.1" 403 361 0.010337 10.0.0.38 - - [2026-04-27 02:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.38 - - [2026-04-27 02:37:31] "GET /routing-instance/ff7038b2-b44f-4069-ad89-12b661348658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004382 10.0.0.38 - - [2026-04-27 02:37:31] "GET /route-target/73af3fbc-d946-4eb2-a82b-71fc135b317f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009401 10.0.0.38 - - [2026-04-27 02:37:31] "GET /route-target/73af3fbc-d946-4eb2-a82b-71fc135b317f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002657 10.0.0.38 - - [2026-04-27 02:37:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.011187 10.0.0.38 - - [2026-04-27 02:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002615 10.0.0.38 - - [2026-04-27 02:37:31] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003828 10.0.0.38 - - [2026-04-27 02:37:32] "GET /virtual-networks?parent_id=fbf497d8-2066-4e79-8484-7ceffda0bb3c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010291 10.0.0.38 - - [2026-04-27 02:37:32] "POST /fqname-to-id HTTP/1.1" 403 361 0.012183 10.0.0.38 - - [2026-04-27 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.38 - - [2026-04-27 02:37:32] "GET /routing-instance/ff7038b2-b44f-4069-ad89-12b661348658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003331 10.0.0.38 - - [2026-04-27 02:37:32] "GET /route-target/73af3fbc-d946-4eb2-a82b-71fc135b317f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010015 10.0.0.38 - - [2026-04-27 02:37:32] "GET /route-target/73af3fbc-d946-4eb2-a82b-71fc135b317f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003366 10.0.0.38 - - [2026-04-27 02:37:32] "GET /obj-perms HTTP/1.1" 200 4915 0.015857 10.0.0.38 - - [2026-04-27 02:37:32] "GET /virtual-machine/2ede001e-df45-4929-beb8-c2a13ea8fdf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.010918 10.0.0.38 - - [2026-04-27 02:37:34] "GET /obj-perms HTTP/1.1" 200 4915 0.021897 10.0.0.38 - - [2026-04-27 02:37:34] "GET /virtual-machine/2ede001e-df45-4929-beb8-c2a13ea8fdf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.011148 10.0.0.38 - - [2026-04-27 02:37:36] "GET /obj-perms HTTP/1.1" 200 4915 0.009135 10.0.0.38 - - [2026-04-27 02:37:36] "GET /virtual-machine/2ede001e-df45-4929-beb8-c2a13ea8fdf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.021118 10.0.0.38 - - [2026-04-27 02:37:38] "GET /obj-perms HTTP/1.1" 200 4915 0.011551 10.0.0.38 - - [2026-04-27 02:37:38] "GET /virtual-machine/2ede001e-df45-4929-beb8-c2a13ea8fdf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.013021 10.0.0.38 - - [2026-04-27 02:37:40] "GET /obj-perms HTTP/1.1" 200 4915 0.010398 10.0.0.38 - - [2026-04-27 02:37:40] "GET /virtual-machine/2ede001e-df45-4929-beb8-c2a13ea8fdf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.014092 10.0.0.38 - - [2026-04-27 02:37:42] "GET /obj-perms HTTP/1.1" 200 4915 0.009854 10.0.0.38 - - [2026-04-27 02:37:42] "GET /virtual-machine/2ede001e-df45-4929-beb8-c2a13ea8fdf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.010327 10.0.0.38 - - [2026-04-27 02:37:42] "GET /obj-perms HTTP/1.1" 200 4915 0.009191 10.0.0.38 - - [2026-04-27 02:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002611 10.0.0.38 - - [2026-04-27 02:37:42] "GET /virtual-machine-interface/0de5f265-75e9-4302-bc47-20062c83208f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.014065 10.0.0.38 - - [2026-04-27 02:37:42] "GET /obj-perms HTTP/1.1" 200 4915 0.011106 10.0.0.38 - - [2026-04-27 02:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.38 - - [2026-04-27 02:37:42] "GET /virtual-machine-interface/0de5f265-75e9-4302-bc47-20062c83208f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.015503 10.0.0.38 - - [2026-04-27 02:37:43] "GET /obj-perms HTTP/1.1" 200 4915 0.011378 10.0.0.38 - - [2026-04-27 02:37:43] "GET /virtual-machine/2ede001e-df45-4929-beb8-c2a13ea8fdf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.011905 10.0.0.38 - - [2026-04-27 02:37:43] "GET /obj-perms HTTP/1.1" 200 4915 0.010255 10.0.0.38 - - [2026-04-27 02:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.38 - - [2026-04-27 02:37:43] "GET /virtual-machine-interface/0de5f265-75e9-4302-bc47-20062c83208f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.016129 10.0.0.38 - - [2026-04-27 02:37:43] "GET /obj-perms HTTP/1.1" 200 4915 0.009411 10.0.0.38 - - [2026-04-27 02:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.38 - - [2026-04-27 02:37:43] "GET /virtual-network/532ba887-0630-4d2c-a3c8-9829e587575a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.014987 10.0.0.38 - - [2026-04-27 02:37:43] "GET /obj-perms HTTP/1.1" 200 4915 0.010351 10.0.0.38 - - [2026-04-27 02:37:43] "GET /virtual-machine/2ede001e-df45-4929-beb8-c2a13ea8fdf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009251 10.0.0.38 - - [2026-04-27 02:37:43] "GET /obj-perms HTTP/1.1" 200 4915 0.009429 10.0.0.38 - - [2026-04-27 02:37:43] "GET /obj-perms HTTP/1.1" 200 4915 0.012436 10.0.0.38 - - [2026-04-27 02:37:44] "GET /obj-perms HTTP/1.1" 200 4915 0.065917 10.0.0.38 - - [2026-04-27 02:37:44] "GET /obj-perms HTTP/1.1" 200 4915 0.009568 10.0.0.38 - - [2026-04-27 02:37:44] "GET /obj-perms HTTP/1.1" 200 5020 0.059176 10.0.0.38 - - [2026-04-27 02:37:44] "GET /obj-perms HTTP/1.1" 200 5020 0.003237 10.0.0.38 - - [2026-04-27 02:37:44] "GET /obj-perms HTTP/1.1" 200 4915 0.010844 10.0.0.38 - - [2026-04-27 02:37:44] "GET /obj-perms HTTP/1.1" 200 4915 0.010972 10.0.0.38 - - [2026-04-27 02:37:45] "GET /obj-perms HTTP/1.1" 200 4915 0.068098 10.0.0.38 - - [2026-04-27 02:37:45] "GET /obj-perms HTTP/1.1" 200 4915 0.011672 10.0.0.38 - - [2026-04-27 02:37:45] "GET /obj-perms HTTP/1.1" 200 5020 0.003220 10.0.0.38 - - [2026-04-27 02:37:45] "GET /obj-perms HTTP/1.1" 200 5020 0.003280 10.0.0.38 - - [2026-04-27 02:37:45] "GET /obj-perms HTTP/1.1" 200 4915 0.009895 10.0.0.38 - - [2026-04-27 02:37:45] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.010000 10.0.0.38 - - [2026-04-27 02:37:45] "GET /virtual-machine/2ede001e-df45-4929-beb8-c2a13ea8fdf3 HTTP/1.1" 200 1287 0.021256 10.0.0.38 - - [2026-04-27 02:37:46] "POST /neutron/port HTTP/1.1" 200 1120 0.012246 10.0.0.38 - - [2026-04-27 02:37:46] "POST /neutron/port HTTP/1.1" 200 1110 0.012981 10.0.0.38 - - [2026-04-27 02:37:46] "POST /neutron/port HTTP/1.1" 200 151 0.100169 10.0.0.38 - - [2026-04-27 02:37:47] "GET /virtual-machine/2ede001e-df45-4929-beb8-c2a13ea8fdf3 HTTP/1.1" 404 171 0.010087 10.0.0.38 - - [2026-04-27 02:37:47] "GET /virtual-machine/2ede001e-df45-4929-beb8-c2a13ea8fdf3 HTTP/1.1" 404 171 0.007888 10.0.0.38 - - [2026-04-27 02:37:47] "GET /virtual-machine/2ede001e-df45-4929-beb8-c2a13ea8fdf3 HTTP/1.1" 404 171 0.007612 10.0.0.38 - - [2026-04-27 02:37:47] "POST /fqname-to-id HTTP/1.1" 403 339 0.010092 10.0.0.38 - - [2026-04-27 02:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002189 10.0.0.38 - - [2026-04-27 02:37:47] "GET /global-vrouter-config/99f8ae74-d5d4-47ee-9bad-9a1ae0e46a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002892 10.0.0.38 - - [2026-04-27 02:37:47] "GET /virtual-networks?parent_id=fbf497d8-2066-4e79-8484-7ceffda0bb3c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010127 10.0.0.38 - - [2026-04-27 02:37:47] "POST /fqname-to-id HTTP/1.1" 403 361 0.009613 10.0.0.38 - - [2026-04-27 02:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.38 - - [2026-04-27 02:37:47] "GET /routing-instance/ff7038b2-b44f-4069-ad89-12b661348658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003972 10.0.0.38 - - [2026-04-27 02:37:47] "GET /route-target/73af3fbc-d946-4eb2-a82b-71fc135b317f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009248 10.0.0.38 - - [2026-04-27 02:37:47] "GET /route-target/73af3fbc-d946-4eb2-a82b-71fc135b317f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002469 10.0.0.38 - - [2026-04-27 02:37:47] "GET /obj-perms HTTP/1.1" 200 4915 0.009512 10.0.0.38 - - [2026-04-27 02:37:47] "GET /obj-perms HTTP/1.1" 200 4915 0.008145 10.0.0.38 - - [2026-04-27 02:37:48] "GET /obj-perms HTTP/1.1" 200 4915 0.068197 10.0.0.38 - - [2026-04-27 02:37:48] "GET /obj-perms HTTP/1.1" 200 4915 0.009108 10.0.0.38 - - [2026-04-27 02:37:48] "GET /obj-perms HTTP/1.1" 200 5020 0.003200 10.0.0.38 - - [2026-04-27 02:37:51] "GET /obj-perms HTTP/1.1" 200 5020 0.003607 10.0.0.38 - - [2026-04-27 02:37:53] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001281 10.0.0.38 - - [2026-04-27 02:37:53] "DELETE /project/fe751540b7d7480082a4a6514ad3ca3f HTTP/1.1" 404 173 0.008001 10.0.0.38 - - [2026-04-27 02:37:53] "DELETE /project/fbf497d820664e7984847ceffda0bb3c HTTP/1.1" 404 173 0.007201 10.0.0.38 - - [2026-04-27 02:37:53] "DELETE /project/f842ff3998234120b6dd5784f44541a3 HTTP/1.1" 404 173 0.006582 10.0.0.38 - - [2026-04-27 02:37:53] "GET /project/0ebee5fe-58fa-4866-aadf-3b1e41a0784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.029191 10.0.0.38 - - [2026-04-27 02:37:53] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001401 10.0.0.38 - - [2026-04-27 02:37:53] "GET /project/0ebee5fe-58fa-4866-aadf-3b1e41a0784e?fields=security_groups HTTP/1.1" 200 1363 0.065311 10.0.0.38 - - [2026-04-27 02:37:53] "DELETE /security-group/15a8ba8d-4515-406a-a8cf-3c8a068140d7 HTTP/1.1" 200 115 0.038625 10.0.0.38 - - [2026-04-27 02:37:53] "GET /projects?obj_uuids=0ebee5fe-58fa-4866-aadf-3b1e41a0784e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001021 10.0.0.38 - - [2026-04-27 02:37:53] "DELETE /access-control-list/27a50b3a-66c1-4367-87bd-22b666f736b6 HTTP/1.1" 200 115 0.033583 10.0.0.38 - - [2026-04-27 02:37:53] "GET /project/0ebee5fe-58fa-4866-aadf-3b1e41a0784e?fields=application_policy_sets HTTP/1.1" 200 1402 0.041043 10.0.0.38 - - [2026-04-27 02:37:53] "DELETE /access-control-list/757d8dcb-2704-4a01-85df-9ffacee87be7 HTTP/1.1" 200 115 0.036048 10.0.0.38 - - [2026-04-27 02:37:54] "DELETE /project/0ebee5fe-58fa-4866-aadf-3b1e41a0784e HTTP/1.1" 200 115 0.341907 10.0.0.38 - - [2026-04-27 02:37:54] "GET /obj-perms HTTP/1.1" 200 5020 0.003512 10.0.0.38 - - [2026-04-27 02:37:57] "GET /obj-perms HTTP/1.1" 200 5020 0.002946 10.0.0.38 - - [2026-04-27 02:38:00] "GET /obj-perms HTTP/1.1" 200 5020 0.005333 10.0.0.38 - - [2026-04-27 02:38:03] "GET /obj-perms HTTP/1.1" 200 5020 0.003593 10.0.0.38 - - [2026-04-27 02:38:04] "GET /obj-perms HTTP/1.1" 200 5056 0.067760 10.0.0.38 - - [2026-04-27 02:38:04] "GET /obj-perms HTTP/1.1" 200 5056 0.065341 10.0.0.38 - - [2026-04-27 02:38:06] "GET /obj-perms HTTP/1.1" 200 5020 0.003437 10.0.0.38 - - [2026-04-27 02:38:09] "GET /obj-perms HTTP/1.1" 200 5020 0.003639 10.0.0.38 - - [2026-04-27 02:38:12] "GET /obj-perms HTTP/1.1" 200 5020 0.003320 10.0.0.38 - - [2026-04-27 02:38:15] "GET /obj-perms HTTP/1.1" 200 5020 0.003388 10.0.0.38 - - [2026-04-27 02:38:18] "GET /obj-perms HTTP/1.1" 200 5020 0.003869 10.0.0.38 - - [2026-04-27 02:38:21] "GET /obj-perms HTTP/1.1" 200 5020 0.004092 10.0.0.38 - - [2026-04-27 02:38:24] "GET /obj-perms HTTP/1.1" 200 5020 0.003146 10.0.0.38 - - [2026-04-27 02:38:27] "GET /obj-perms HTTP/1.1" 200 5020 0.003055 10.0.0.38 - - [2026-04-27 02:38:30] "GET /obj-perms HTTP/1.1" 200 5020 0.002939 10.0.0.38 - - [2026-04-27 02:38:33] "GET /obj-perms HTTP/1.1" 200 5020 0.005173 10.0.0.38 - - [2026-04-27 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.38 - - [2026-04-27 02:38:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002570 10.0.0.38 - - [2026-04-27 02:38:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002179 10.0.0.38 - - [2026-04-27 02:38:33] "DELETE /virtual-network/532ba887-0630-4d2c-a3c8-9829e587575a HTTP/1.1" 200 115 0.077775 10.0.0.38 - - [2026-04-27 02:38:33] "DELETE /route-target/73af3fbc-d946-4eb2-a82b-71fc135b317f HTTP/1.1" 200 115 0.021601 10.0.0.38 - - [2026-04-27 02:38:33] "DELETE /api-access-list/7947c95e-befe-4ea5-8db8-7b34e9af2488 HTTP/1.1" 200 115 0.022373 10.0.0.38 - - [2026-04-27 02:38:33] "GET /api-access-list/7947c95e-befe-4ea5-8db8-7b34e9af2488 HTTP/1.1" 404 171 0.002292 10.0.0.38 - - [2026-04-27 02:38:34] "GET /projects?obj_uuids=fbf497d8-2066-4e79-8484-7ceffda0bb3c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.063962 10.0.0.38 - - [2026-04-27 02:38:34] "GET /project/fbf497d8-2066-4e79-8484-7ceffda0bb3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.088659 10.0.0.38 - - [2026-04-27 02:38:34] "GET /projects?obj_uuids=fbf497d8-2066-4e79-8484-7ceffda0bb3c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000929 10.0.0.38 - - [2026-04-27 02:38:34] "GET /project/fbf497d8-2066-4e79-8484-7ceffda0bb3c?fields=virtual_networks HTTP/1.1" 200 1022 0.068460 10.0.0.38 - - [2026-04-27 02:38:34] "GET /projects?obj_uuids=fbf497d8-2066-4e79-8484-7ceffda0bb3c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001193 10.0.0.38 - - [2026-04-27 02:38:34] "GET /project/fbf497d8-2066-4e79-8484-7ceffda0bb3c?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.028940 10.0.0.38 - - [2026-04-27 02:38:34] "GET /projects?obj_uuids=fbf497d8-2066-4e79-8484-7ceffda0bb3c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001140 10.0.0.38 - - [2026-04-27 02:38:34] "GET /project/fbf497d8-2066-4e79-8484-7ceffda0bb3c?fields=security_groups HTTP/1.1" 200 1243 0.024467 10.0.0.38 - - [2026-04-27 02:38:34] "GET /projects?obj_uuids=fe751540-b7d7-4800-82a4-a6514ad3ca3f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000902 10.0.0.38 - - [2026-04-27 02:38:34] "GET /project/fe751540-b7d7-4800-82a4-a6514ad3ca3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.026800 10.0.0.38 - - [2026-04-27 02:38:34] "GET /projects?obj_uuids=fe751540-b7d7-4800-82a4-a6514ad3ca3f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000891 10.0.0.38 - - [2026-04-27 02:38:34] "GET /project/fe751540-b7d7-4800-82a4-a6514ad3ca3f?fields=virtual_networks HTTP/1.1" 200 1022 0.066713 10.0.0.38 - - [2026-04-27 02:38:34] "GET /projects?obj_uuids=fe751540-b7d7-4800-82a4-a6514ad3ca3f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001008 10.0.0.38 - - [2026-04-27 02:38:34] "GET /project/fe751540-b7d7-4800-82a4-a6514ad3ca3f?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.022156 10.0.0.38 - - [2026-04-27 02:38:35] "GET /projects?obj_uuids=fe751540-b7d7-4800-82a4-a6514ad3ca3f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000958 10.0.0.38 - - [2026-04-27 02:38:35] "GET /project/fe751540-b7d7-4800-82a4-a6514ad3ca3f?fields=security_groups HTTP/1.1" 200 1243 0.026038 10.0.0.38 - - [2026-04-27 02:38:36] "GET /api-access-list/2a275c75-90eb-4868-b30a-c0f9d1b7b878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003968 10.0.0.38 - - [2026-04-27 02:38:36] "PUT /api-access-list/2a275c75-90eb-4868-b30a-c0f9d1b7b878 HTTP/1.1" 200 264 0.008021 10.0.0.38 - - [2026-04-27 02:38:36] "GET /projects?obj_uuids=f842ff39-9823-4120-b6dd-5784f44541a3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000932 10.0.0.38 - - [2026-04-27 02:38:36] "GET /project/f842ff39-9823-4120-b6dd-5784f44541a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.028127 10.0.0.38 - - [2026-04-27 02:38:36] "GET /projects?obj_uuids=f842ff39-9823-4120-b6dd-5784f44541a3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000922 10.0.0.38 - - [2026-04-27 02:38:36] "GET /project/f842ff39-9823-4120-b6dd-5784f44541a3?fields=virtual_networks HTTP/1.1" 200 1023 0.075872 10.0.0.38 - - [2026-04-27 02:38:36] "GET /projects?obj_uuids=f842ff39-9823-4120-b6dd-5784f44541a3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001146 10.0.0.38 - - [2026-04-27 02:38:36] "GET /project/f842ff39-9823-4120-b6dd-5784f44541a3?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.025132 10.0.0.38 - - [2026-04-27 02:38:36] "GET /projects?obj_uuids=f842ff39-9823-4120-b6dd-5784f44541a3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001013 10.0.0.38 - - [2026-04-27 02:38:36] "GET /project/f842ff39-9823-4120-b6dd-5784f44541a3?fields=security_groups HTTP/1.1" 200 1244 0.026133 10.0.0.38 - - [2026-04-27 02:38:37] "POST /fqname-to-id HTTP/1.1" 404 188 0.034215 10.0.0.38 - - [2026-04-27 02:38:37] "GET /projects?obj_uuids=e7025d92-d765-4596-be00-180c974211f9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002775 10.0.0.38 - - [2026-04-27 02:38:37] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001312 10.0.0.38 - - [2026-04-27 02:38:37] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006709 10.0.0.38 - - [2026-04-27 02:38:37] "POST /id-to-fqname HTTP/1.1" 200 190 0.001476 10.0.0.38 - - [2026-04-27 02:38:37] "POST /fqname-to-id HTTP/1.1" 404 199 0.002172 10.0.0.38 - - [2026-04-27 02:38:38] "POST /security-groups HTTP/1.1" 200 591 0.064410 10.0.0.38 - - [2026-04-27 02:38:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.002930 10.0.0.38 - - [2026-04-27 02:38:38] "POST /projects HTTP/1.1" 200 585 0.214738 10.0.0.38 - - [2026-04-27 02:38:38] "POST /access-control-lists HTTP/1.1" 200 596 0.056854 10.0.0.38 - - [2026-04-27 02:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.289293 10.0.0.38 - - [2026-04-27 02:38:38] "POST /fqname-to-id HTTP/1.1" 404 233 0.002690 10.0.0.38 - - [2026-04-27 02:38:38] "GET /project/e7025d92-d765-4596-be00-180c974211f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.427269 10.0.0.38 - - [2026-04-27 02:38:38] "POST /access-control-lists HTTP/1.1" 200 594 0.061403 10.0.0.38 - - [2026-04-27 02:38:39] "GET / HTTP/1.1" 200 35931 0.001794 10.0.0.38 - - [2026-04-27 02:38:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000464 10.0.0.38 - - [2026-04-27 02:38:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.033078 10.0.0.38 - - [2026-04-27 02:38:41] "GET /api-access-list/2a275c75-90eb-4868-b30a-c0f9d1b7b878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003085 10.0.0.38 - - [2026-04-27 02:38:41] "GET /api-access-list/2a275c75-90eb-4868-b30a-c0f9d1b7b878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003954 10.0.0.38 - - [2026-04-27 02:38:42] "GET /api-access-list/2a275c75-90eb-4868-b30a-c0f9d1b7b878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003392 10.0.0.38 - - [2026-04-27 02:38:42] "PUT /api-access-list/2a275c75-90eb-4868-b30a-c0f9d1b7b878 HTTP/1.1" 200 264 0.009272 10.0.0.38 - - [2026-04-27 02:38:42] "GET /aaa-mode HTTP/1.1" 200 128 0.001053 10.0.0.38 - - [2026-04-27 02:38:42] "POST /fqname-to-id HTTP/1.1" 404 188 0.023566 10.0.0.38 - - [2026-04-27 02:38:42] "GET /projects?obj_uuids=a71afa8c-3882-44de-b391-6651a4e89b1e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002962 10.0.0.38 - - [2026-04-27 02:38:42] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001064 10.0.0.38 - - [2026-04-27 02:38:42] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007615 10.0.0.38 - - [2026-04-27 02:38:42] "POST /id-to-fqname HTTP/1.1" 200 190 0.001415 10.0.0.38 - - [2026-04-27 02:38:42] "POST /fqname-to-id HTTP/1.1" 404 199 0.004545 10.0.0.38 - - [2026-04-27 02:38:42] "POST /security-groups HTTP/1.1" 200 591 0.060278 10.0.0.38 - - [2026-04-27 02:38:42] "POST /projects HTTP/1.1" 200 585 0.209070 10.0.0.38 - - [2026-04-27 02:38:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.034185 10.0.0.38 - - [2026-04-27 02:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.283313 10.0.0.38 - - [2026-04-27 02:38:43] "POST /access-control-lists HTTP/1.1" 200 596 0.058778 10.0.0.38 - - [2026-04-27 02:38:43] "GET /project/a71afa8c-3882-44de-b391-6651a4e89b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.416411 10.0.0.38 - - [2026-04-27 02:38:43] "POST /fqname-to-id HTTP/1.1" 404 233 0.002800 10.0.0.38 - - [2026-04-27 02:38:43] "POST /access-control-lists HTTP/1.1" 200 594 0.062256 10.0.0.38 - - [2026-04-27 02:38:43] "POST /fqname-to-id HTTP/1.1" 404 188 0.030432 10.0.0.38 - - [2026-04-27 02:38:43] "GET /projects?obj_uuids=90aa8e7f-cfba-496f-aa04-18ae15564609&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002765 10.0.0.38 - - [2026-04-27 02:38:43] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001711 10.0.0.38 - - [2026-04-27 02:38:43] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008205 10.0.0.38 - - [2026-04-27 02:38:43] "POST /id-to-fqname HTTP/1.1" 200 190 0.001138 10.0.0.38 - - [2026-04-27 02:38:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.003044 10.0.0.38 - - [2026-04-27 02:38:43] "POST /security-groups HTTP/1.1" 200 591 0.061268 10.0.0.38 - - [2026-04-27 02:38:43] "POST /fqname-to-id HTTP/1.1" 404 234 0.002481 10.0.0.38 - - [2026-04-27 02:38:43] "POST /projects HTTP/1.1" 200 585 0.204327 10.0.0.38 - - [2026-04-27 02:38:43] "POST /access-control-lists HTTP/1.1" 200 596 0.055737 10.0.0.38 - - [2026-04-27 02:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.281671 10.0.0.38 - - [2026-04-27 02:38:43] "POST /fqname-to-id HTTP/1.1" 404 233 0.002700 10.0.0.38 - - [2026-04-27 02:38:43] "GET /project/90aa8e7f-cfba-496f-aa04-18ae15564609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.410423 10.0.0.38 - - [2026-04-27 02:38:44] "POST /access-control-lists HTTP/1.1" 200 594 0.060844 10.0.0.38 - - [2026-04-27 02:38:44] "GET / HTTP/1.1" 200 35931 0.002284 10.0.0.38 - - [2026-04-27 02:38:45] "GET / HTTP/1.1" 200 35931 0.001755 10.0.0.38 - - [2026-04-27 02:38:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.003394 10.0.0.38 - - [2026-04-27 02:38:45] "POST /api-access-lists HTTP/1.1" 200 521 0.015504 10.0.0.38 - - [2026-04-27 02:38:45] "GET /api-access-list/df182bce-5813-4e26-8585-e40298cd3442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.005037 10.0.0.38 - - [2026-04-27 02:38:45] "GET /api-access-list/df182bce-5813-4e26-8585-e40298cd3442 HTTP/1.1" 401 292 0.000644 10.0.0.38 - - [2026-04-27 02:38:46] "GET /api-access-list/df182bce-5813-4e26-8585-e40298cd3442 HTTP/1.1" 200 1288 0.061348 10.0.0.38 - - [2026-04-27 02:38:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000378 10.0.0.38 - - [2026-04-27 02:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.044401 10.0.0.38 - - [2026-04-27 02:38:46] "GET /projects?obj_uuids=a71afa8c-3882-44de-b391-6651a4e89b1e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001696 10.0.0.38 - - [2026-04-27 02:38:46] "GET /project/a71afa8c-3882-44de-b391-6651a4e89b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.037945 10.0.0.38 - - [2026-04-27 02:38:46] "GET /virtual-networks?parent_id=a71afa8c-3882-44de-b391-6651a4e89b1e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012282 10.0.0.38 - - [2026-04-27 02:38:46] "POST /virtual-networks HTTP/1.1" 200 583 0.054519 10.0.0.38 - - [2026-04-27 02:38:46] "POST /route-targets HTTP/1.1" 200 327 0.011429 10.0.0.38 - - [2026-04-27 02:38:46] "POST /ref-update HTTP/1.1" 200 156 0.029783 10.0.0.38 - - [2026-04-27 02:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.031181 10.0.0.38 - - [2026-04-27 02:38:46] "GET /network-ipam/d448f541-43a7-40e7-9001-7c466b07f9f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.015399 10.0.0.38 - - [2026-04-27 02:38:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003201 10.0.0.38 - - [2026-04-27 02:38:47] "POST /ref-update HTTP/1.1" 200 156 0.049856 10.0.0.38 - - [2026-04-27 02:38:47] "POST /neutron/network HTTP/1.1" 200 849 0.048237 10.0.0.38 - - [2026-04-27 02:38:47] "POST /neutron/network HTTP/1.1" 200 849 0.018448 10.0.0.38 - - [2026-04-27 02:38:47] "GET /virtual-network/0c28daaa-032b-48c4-a17a-b95eb3e90123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.011801 10.0.0.38 - - [2026-04-27 02:38:47] "POST /neutron/network HTTP/1.1" 200 849 0.018335 10.0.0.38 - - [2026-04-27 02:38:47] "POST /neutron/subnet HTTP/1.1" 200 681 0.026180 10.0.0.38 - - [2026-04-27 02:38:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.38 - - [2026-04-27 02:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.038136 10.0.0.38 - - [2026-04-27 02:38:47] "GET /projects?obj_uuids=90aa8e7f-cfba-496f-aa04-18ae15564609&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000993 10.0.0.38 - - [2026-04-27 02:38:47] "GET /project/90aa8e7f-cfba-496f-aa04-18ae15564609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.030953 10.0.0.38 - - [2026-04-27 02:38:47] "GET /virtual-networks?parent_id=90aa8e7f-cfba-496f-aa04-18ae15564609&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014293 10.0.0.38 - - [2026-04-27 02:38:47] "POST /virtual-networks HTTP/1.1" 200 583 0.050225 10.0.0.38 - - [2026-04-27 02:38:47] "POST /route-targets HTTP/1.1" 200 327 0.009617 10.0.0.38 - - [2026-04-27 02:38:47] "POST /ref-update HTTP/1.1" 200 156 0.009680 10.0.0.38 - - [2026-04-27 02:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.014415 10.0.0.38 - - [2026-04-27 02:38:47] "GET /network-ipam/d448f541-43a7-40e7-9001-7c466b07f9f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.012327 10.0.0.38 - - [2026-04-27 02:38:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004001 10.0.0.38 - - [2026-04-27 02:38:48] "POST /ref-update HTTP/1.1" 200 156 0.052663 10.0.0.38 - - [2026-04-27 02:38:48] "POST /neutron/network HTTP/1.1" 200 849 0.052406 10.0.0.38 - - [2026-04-27 02:38:48] "POST /neutron/network HTTP/1.1" 200 849 0.025895 10.0.0.38 - - [2026-04-27 02:38:48] "GET /virtual-network/b320a152-1b26-4ab0-ab25-b1f9a0ea2614?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.016253 10.0.0.38 - - [2026-04-27 02:38:48] "POST /neutron/network HTTP/1.1" 200 849 0.018680 10.0.0.38 - - [2026-04-27 02:38:48] "POST /neutron/subnet HTTP/1.1" 200 681 0.025297 10.0.0.38 - - [2026-04-27 02:38:48] "GET /virtual-network/0c28daaa-032b-48c4-a17a-b95eb3e90123 HTTP/1.1" 401 292 0.000372 10.0.0.38 - - [2026-04-27 02:38:48] "GET /virtual-network/0c28daaa-032b-48c4-a17a-b95eb3e90123 HTTP/1.1" 200 2313 0.046001 10.0.0.38 - - [2026-04-27 02:38:48] "GET /virtual-network/0c28daaa-032b-48c4-a17a-b95eb3e90123 HTTP/1.1" 401 292 0.000327 10.0.0.38 - - [2026-04-27 02:38:49] "GET /virtual-network/0c28daaa-032b-48c4-a17a-b95eb3e90123 HTTP/1.1" 403 376 0.038316 10.0.0.38 - - [2026-04-27 02:38:49] "GET /virtual-network/0c28daaa-032b-48c4-a17a-b95eb3e90123 HTTP/1.1" 200 2313 0.004530 10.0.0.38 - - [2026-04-27 02:38:49] "GET /virtual-networks HTTP/1.1" 200 371 0.019686 10.0.0.38 - - [2026-04-27 02:38:49] "GET /virtual-networks HTTP/1.1" 200 371 0.018629 10.0.0.38 - - [2026-04-27 02:38:49] "GET /obj-perms HTTP/1.1" 403 257 0.053868 10.0.0.38 - - [2026-04-27 02:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002313 10.0.0.38 - - [2026-04-27 02:38:49] "GET /virtual-network/0c28daaa-032b-48c4-a17a-b95eb3e90123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.012172 10.0.0.38 - - [2026-04-27 02:38:49] "GET /obj-perms HTTP/1.1" 403 257 0.042471 10.0.0.38 - - [2026-04-27 02:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002359 10.0.0.38 - - [2026-04-27 02:38:49] "GET /virtual-network/0c28daaa-032b-48c4-a17a-b95eb3e90123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.010952 10.0.0.38 - - [2026-04-27 02:38:50] "GET /obj-perms HTTP/1.1" 200 5030 0.065356 10.0.0.38 - - [2026-04-27 02:38:50] "GET /obj-perms HTTP/1.1" 403 257 0.009598 10.0.0.38 - - [2026-04-27 02:38:50] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.018282 10.0.0.38 - - [2026-04-27 02:38:50] "GET /obj-perms HTTP/1.1" 403 257 0.007520 10.0.0.38 - - [2026-04-27 02:38:50] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.018268 10.0.0.38 - - [2026-04-27 02:38:50] "GET /obj-perms HTTP/1.1" 200 5030 0.003051 10.0.0.38 - - [2026-04-27 02:38:50] "PUT /virtual-network/0c28daaa-032b-48c4-a17a-b95eb3e90123 HTTP/1.1" 200 264 0.032817 10.0.0.38 - - [2026-04-27 02:38:50] "GET /virtual-networks HTTP/1.1" 200 132 0.023541 10.0.0.38 - - [2026-04-27 02:38:50] "GET /virtual-networks HTTP/1.1" 200 611 0.018409 10.0.0.38 - - [2026-04-27 02:38:50] "GET /virtual-networks HTTP/1.1" 200 1429 0.002937 10.0.0.38 - - [2026-04-27 02:38:50] "GET /obj-perms HTTP/1.1" 403 257 0.007796 10.0.0.38 - - [2026-04-27 02:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.38 - - [2026-04-27 02:38:50] "GET /virtual-network/0c28daaa-032b-48c4-a17a-b95eb3e90123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009099 10.0.0.38 - - [2026-04-27 02:38:51] "GET /obj-perms HTTP/1.1" 403 257 0.041869 10.0.0.38 - - [2026-04-27 02:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002238 10.0.0.38 - - [2026-04-27 02:38:51] "GET /virtual-network/0c28daaa-032b-48c4-a17a-b95eb3e90123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.010345 10.0.0.38 - - [2026-04-27 02:38:51] "GET /obj-perms HTTP/1.1" 403 257 0.009222 10.0.0.38 - - [2026-04-27 02:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.38 - - [2026-04-27 02:38:51] "GET /virtual-network/0c28daaa-032b-48c4-a17a-b95eb3e90123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.012383 10.0.0.38 - - [2026-04-27 02:38:51] "GET /obj-perms HTTP/1.1" 200 5030 0.003033 10.0.0.38 - - [2026-04-27 02:38:51] "GET /obj-perms HTTP/1.1" 403 257 0.009548 10.0.0.38 - - [2026-04-27 02:38:51] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019831 10.0.0.38 - - [2026-04-27 02:38:51] "GET /obj-perms HTTP/1.1" 403 257 0.006963 10.0.0.38 - - [2026-04-27 02:38:51] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021259 10.0.0.38 - - [2026-04-27 02:38:51] "GET /obj-perms HTTP/1.1" 200 5030 0.003635 10.0.0.38 - - [2026-04-27 02:38:51] "PUT /virtual-network/0c28daaa-032b-48c4-a17a-b95eb3e90123 HTTP/1.1" 200 264 0.028548 10.0.0.38 - - [2026-04-27 02:38:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004541 10.0.0.38 - - [2026-04-27 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.38 - - [2026-04-27 02:38:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002570 10.0.0.38 - - [2026-04-27 02:38:52] "DELETE /virtual-network/b320a152-1b26-4ab0-ab25-b1f9a0ea2614 HTTP/1.1" 200 115 0.094917 10.0.0.38 - - [2026-04-27 02:38:52] "DELETE /route-target/bb3e2744-0ee8-4a73-987e-22c01efb2a0a HTTP/1.1" 200 115 0.021701 10.0.0.38 - - [2026-04-27 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004690 10.0.0.38 - - [2026-04-27 02:38:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003578 10.0.0.38 - - [2026-04-27 02:38:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002176 10.0.0.38 - - [2026-04-27 02:38:52] "DELETE /virtual-network/0c28daaa-032b-48c4-a17a-b95eb3e90123 HTTP/1.1" 200 115 0.091416 10.0.0.38 - - [2026-04-27 02:38:52] "DELETE /route-target/232b0103-636f-4d06-873d-d5477aebf077 HTTP/1.1" 200 115 0.023098 10.0.0.38 - - [2026-04-27 02:38:52] "DELETE /api-access-list/df182bce-5813-4e26-8585-e40298cd3442 HTTP/1.1" 200 115 0.025531 10.0.0.38 - - [2026-04-27 02:38:52] "GET /api-access-list/df182bce-5813-4e26-8585-e40298cd3442 HTTP/1.1" 404 171 0.003152 10.0.0.38 - - [2026-04-27 02:38:52] "GET /projects?obj_uuids=90aa8e7f-cfba-496f-aa04-18ae15564609&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001058 10.0.0.38 - - [2026-04-27 02:38:52] "GET /project/90aa8e7f-cfba-496f-aa04-18ae15564609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.027515 10.0.0.38 - - [2026-04-27 02:38:52] "GET /projects?obj_uuids=90aa8e7f-cfba-496f-aa04-18ae15564609&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000992 10.0.0.38 - - [2026-04-27 02:38:52] "GET /project/90aa8e7f-cfba-496f-aa04-18ae15564609?fields=virtual_networks HTTP/1.1" 200 1033 0.070200 10.0.0.38 - - [2026-04-27 02:38:52] "GET /projects?obj_uuids=90aa8e7f-cfba-496f-aa04-18ae15564609&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001133 10.0.0.38 - - [2026-04-27 02:38:52] "GET /project/90aa8e7f-cfba-496f-aa04-18ae15564609?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.027157 10.0.0.38 - - [2026-04-27 02:38:52] "GET /projects?obj_uuids=90aa8e7f-cfba-496f-aa04-18ae15564609&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.38 - - [2026-04-27 02:38:52] "GET /project/90aa8e7f-cfba-496f-aa04-18ae15564609?fields=security_groups HTTP/1.1" 200 1259 0.036656 10.0.0.38 - - [2026-04-27 02:38:53] "GET /projects?obj_uuids=a71afa8c-3882-44de-b391-6651a4e89b1e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001284 10.0.0.38 - - [2026-04-27 02:38:53] "GET /project/a71afa8c-3882-44de-b391-6651a4e89b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.037513 10.0.0.38 - - [2026-04-27 02:38:53] "GET /projects?obj_uuids=a71afa8c-3882-44de-b391-6651a4e89b1e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001169 10.0.0.38 - - [2026-04-27 02:38:53] "GET /project/a71afa8c-3882-44de-b391-6651a4e89b1e?fields=virtual_networks HTTP/1.1" 200 1033 0.076417 10.0.0.38 - - [2026-04-27 02:38:53] "GET /projects?obj_uuids=a71afa8c-3882-44de-b391-6651a4e89b1e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001037 10.0.0.38 - - [2026-04-27 02:38:53] "GET /project/a71afa8c-3882-44de-b391-6651a4e89b1e?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.024625 10.0.0.38 - - [2026-04-27 02:38:53] "GET /projects?obj_uuids=a71afa8c-3882-44de-b391-6651a4e89b1e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000870 10.0.0.38 - - [2026-04-27 02:38:53] "GET /project/a71afa8c-3882-44de-b391-6651a4e89b1e?fields=security_groups HTTP/1.1" 200 1259 0.069949 10.0.0.38 - - [2026-04-27 02:38:54] "DELETE /project/90aa8e7fcfba496faa0418ae15564609 HTTP/1.1" 404 173 0.020282 10.0.0.38 - - [2026-04-27 02:38:54] "DELETE /project/e7025d92d7654596be00180c974211f9 HTTP/1.1" 404 173 0.019525 10.0.0.38 - - [2026-04-27 02:38:54] "DELETE /project/a71afa8c388244deb3916651a4e89b1e HTTP/1.1" 404 173 0.016104 10.0.0.38 - - [2026-04-27 02:38:54] "GET /projects?obj_uuids=f842ff39-9823-4120-b6dd-5784f44541a3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000972 10.0.0.38 - - [2026-04-27 02:38:54] "GET /projects?obj_uuids=fbf497d8-2066-4e79-8484-7ceffda0bb3c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001073 10.0.0.38 - - [2026-04-27 02:38:54] "GET /projects?obj_uuids=90aa8e7f-cfba-496f-aa04-18ae15564609&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000750 10.0.0.38 - - [2026-04-27 02:38:54] "GET /projects?obj_uuids=fe751540-b7d7-4800-82a4-a6514ad3ca3f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000914 10.0.0.38 - - [2026-04-27 02:38:54] "GET /projects?obj_uuids=a71afa8c-3882-44de-b391-6651a4e89b1e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000873 10.0.0.38 - - [2026-04-27 02:38:54] "GET /project/f842ff39-9823-4120-b6dd-5784f44541a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.082228 10.0.0.38 - - [2026-04-27 02:38:54] "GET /project/90aa8e7f-cfba-496f-aa04-18ae15564609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.087861 10.0.0.38 - - [2026-04-27 02:38:54] "GET /project/fbf497d8-2066-4e79-8484-7ceffda0bb3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.096893 10.0.0.38 - - [2026-04-27 02:38:54] "GET /project/a71afa8c-3882-44de-b391-6651a4e89b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.092960 10.0.0.38 - - [2026-04-27 02:38:54] "GET /project/fe751540-b7d7-4800-82a4-a6514ad3ca3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.100642 10.0.0.38 - - [2026-04-27 02:38:54] "GET /aaa-mode HTTP/1.1" 200 128 0.004015 10.0.0.38 - - [2026-04-27 02:38:54] "GET /projects?obj_uuids=fe751540-b7d7-4800-82a4-a6514ad3ca3f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001657 10.0.0.38 - - [2026-04-27 02:38:54] "GET /projects?obj_uuids=a71afa8c-3882-44de-b391-6651a4e89b1e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000837 10.0.0.38 - - [2026-04-27 02:38:54] "GET /projects?obj_uuids=fbf497d8-2066-4e79-8484-7ceffda0bb3c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000913 10.0.0.38 - - [2026-04-27 02:38:54] "GET /projects?obj_uuids=90aa8e7f-cfba-496f-aa04-18ae15564609&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001194 10.0.0.38 - - [2026-04-27 02:38:54] "GET /projects?obj_uuids=f842ff39-9823-4120-b6dd-5784f44541a3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000753 10.0.0.38 - - [2026-04-27 02:38:54] "GET /project/f842ff39-9823-4120-b6dd-5784f44541a3?fields=security_groups HTTP/1.1" 200 1349 0.072210 10.0.0.38 - - [2026-04-27 02:38:54] "GET /project/fe751540-b7d7-4800-82a4-a6514ad3ca3f?fields=security_groups HTTP/1.1" 200 1348 0.070126 10.0.0.38 - - [2026-04-27 02:38:54] "GET /project/90aa8e7f-cfba-496f-aa04-18ae15564609?fields=security_groups HTTP/1.1" 200 1364 0.082100 10.0.0.38 - - [2026-04-27 02:38:54] "GET /project/fbf497d8-2066-4e79-8484-7ceffda0bb3c?fields=security_groups HTTP/1.1" 200 1348 0.085451 10.0.0.38 - - [2026-04-27 02:38:54] "GET /project/a71afa8c-3882-44de-b391-6651a4e89b1e?fields=security_groups HTTP/1.1" 200 1364 0.088648 10.0.0.38 - - [2026-04-27 02:38:54] "DELETE /security-group/fd7edf0c-e0b1-4821-a522-938982fcf3be HTTP/1.1" 200 115 0.116132 10.0.0.38 - - [2026-04-27 02:38:54] "GET /projects?obj_uuids=f842ff39-9823-4120-b6dd-5784f44541a3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001865 10.0.0.38 - - [2026-04-27 02:38:54] "DELETE /access-control-list/ea2476bc-6f3c-4673-bc5a-5190211127d8 HTTP/1.1" 200 115 0.077702 10.0.0.38 - - [2026-04-27 02:38:54] "DELETE /security-group/48af431d-bf75-43b5-8ed0-1a617b2c25d2 HTTP/1.1" 200 115 0.132817 10.0.0.38 - - [2026-04-27 02:38:54] "GET /projects?obj_uuids=fe751540-b7d7-4800-82a4-a6514ad3ca3f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001547 10.0.0.38 - - [2026-04-27 02:38:54] "DELETE /security-group/caab06ba-5834-46bd-a925-53c2f971c84f HTTP/1.1" 200 115 0.144905 10.0.0.38 - - [2026-04-27 02:38:54] "GET /projects?obj_uuids=90aa8e7f-cfba-496f-aa04-18ae15564609&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001909 10.0.0.38 - - [2026-04-27 02:38:54] "GET /project/f842ff39-9823-4120-b6dd-5784f44541a3?fields=application_policy_sets HTTP/1.1" 200 1388 0.079426 10.0.0.38 - - [2026-04-27 02:38:54] "DELETE /security-group/f8124795-da8d-431f-97c4-5ddb4e678189 HTTP/1.1" 200 115 0.178972 10.0.0.38 - - [2026-04-27 02:38:54] "GET /projects?obj_uuids=fbf497d8-2066-4e79-8484-7ceffda0bb3c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001117 10.0.0.38 - - [2026-04-27 02:38:54] "DELETE /security-group/b4a28d4b-89cd-41d7-b965-18f59158e2e9 HTTP/1.1" 200 115 0.175153 10.0.0.38 - - [2026-04-27 02:38:54] "DELETE /access-control-list/5914b23a-cca2-41c0-8398-711ac54a8a5b HTTP/1.1" 200 115 0.091375 10.0.0.38 - - [2026-04-27 02:38:54] "GET /projects?obj_uuids=a71afa8c-3882-44de-b391-6651a4e89b1e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001078 10.0.0.38 - - [2026-04-27 02:38:54] "GET /project/fe751540-b7d7-4800-82a4-a6514ad3ca3f?fields=application_policy_sets HTTP/1.1" 200 1387 0.089660 10.0.0.38 - - [2026-04-27 02:38:54] "GET /project/fbf497d8-2066-4e79-8484-7ceffda0bb3c?fields=application_policy_sets HTTP/1.1" 200 1387 0.059623 10.0.0.38 - - [2026-04-27 02:38:54] "GET /project/90aa8e7f-cfba-496f-aa04-18ae15564609?fields=application_policy_sets HTTP/1.1" 200 1403 0.121818 10.0.0.38 - - [2026-04-27 02:38:54] "DELETE /access-control-list/e65a225e-9968-4895-9201-f22bb71d3005 HTTP/1.1" 200 115 0.073631 10.0.0.38 - - [2026-04-27 02:38:54] "GET /project/a71afa8c-3882-44de-b391-6651a4e89b1e?fields=application_policy_sets HTTP/1.1" 200 1403 0.124827 10.0.0.38 - - [2026-04-27 02:38:54] "DELETE /access-control-list/e5f8f471-6756-4d66-b490-5d9433453666 HTTP/1.1" 200 115 0.079755 10.0.0.38 - - [2026-04-27 02:38:54] "DELETE /access-control-list/23363dd3-b871-4ca5-87a1-59e0f84a8aaa HTTP/1.1" 200 115 0.058799 10.0.0.38 - - [2026-04-27 02:38:54] "DELETE /project/f842ff39-9823-4120-b6dd-5784f44541a3 HTTP/1.1" 200 115 0.749357 10.0.0.38 - - [2026-04-27 02:38:54] "DELETE /project/fe751540-b7d7-4800-82a4-a6514ad3ca3f HTTP/1.1" 200 115 0.765504 10.0.0.38 - - [2026-04-27 02:38:54] "DELETE /access-control-list/c3924b0b-adf7-497a-8121-d68f4eed0e2b HTTP/1.1" 200 115 0.050622 10.0.0.38 - - [2026-04-27 02:38:54] "DELETE /project/fbf497d8-2066-4e79-8484-7ceffda0bb3c HTTP/1.1" 200 115 0.797511 10.0.0.38 - - [2026-04-27 02:38:54] "DELETE /project/90aa8e7f-cfba-496f-aa04-18ae15564609 HTTP/1.1" 200 115 0.803387 10.0.0.38 - - [2026-04-27 02:38:54] "DELETE /project/a71afa8c-3882-44de-b391-6651a4e89b1e HTTP/1.1" 200 115 0.812567 10.0.0.38 - - [2026-04-27 02:38:55] "DELETE /access-control-list/792a1e9f-7473-42cd-b05c-00b119116f74 HTTP/1.1" 200 115 0.029274 10.0.0.38 - - [2026-04-27 02:38:55] "DELETE /access-control-list/d734c7af-2a8d-4211-bd32-c55d31c603a5 HTTP/1.1" 200 115 0.020556 10.0.0.38 - - [2026-04-27 02:38:55] "GET / HTTP/1.1" 200 35931 0.004380 10.0.0.38 - - [2026-04-27 02:38:55] "DELETE /access-control-list/8f3c3806-20cf-4fa1-8fcb-c41542987151 HTTP/1.1" 200 115 0.034334 10.0.0.38 - - [2026-04-27 02:38:55] "DELETE /access-control-list/d7ba2ad6-153e-4b54-9125-1ec3b563a961 HTTP/1.1" 200 115 0.015687 10.0.0.38 - - [2026-04-27 02:38:55] "GET / HTTP/1.1" 200 35931 0.001690 10.0.0.38 - - [2026-04-27 02:38:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000534 10.0.0.38 - - [2026-04-27 02:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.076895 10.0.0.38 - - [2026-04-27 02:38:56] "GET /projects?obj_uuids=e7025d92-d765-4596-be00-180c974211f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.38 - - [2026-04-27 02:38:56] "GET /project/e7025d92-d765-4596-be00-180c974211f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.030729 10.0.0.38 - - [2026-04-27 02:38:56] "GET /virtual-networks?parent_id=e7025d92-d765-4596-be00-180c974211f9&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008350 10.0.0.38 - - [2026-04-27 02:38:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.008572 10.0.0.38 - - [2026-04-27 02:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.010550 10.0.0.38 - - [2026-04-27 02:38:56] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001377 10.0.0.38 - - [2026-04-27 02:38:56] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.015806 10.0.0.38 - - [2026-04-27 02:38:56] "POST /service-templates HTTP/1.1" 403 264 0.006860 10.0.0.38 - - [2026-04-27 02:38:57] "POST /fqname-to-id HTTP/1.1" 404 215 0.003195 10.0.0.38 - - [2026-04-27 02:38:57] "POST /api-access-lists HTTP/1.1" 200 555 0.016330 10.0.0.38 - - [2026-04-27 02:38:57] "GET /api-access-list/41dfa7b2-aefb-4029-8038-6dca8a5d414b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.004300 10.0.0.38 - - [2026-04-27 02:38:57] "GET /api-access-list/41dfa7b2-aefb-4029-8038-6dca8a5d414b HTTP/1.1" 200 1321 0.003722 10.0.0.38 - - [2026-04-27 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.011335 10.0.0.38 - - [2026-04-27 02:38:57] "GET /projects?obj_uuids=e7025d92-d765-4596-be00-180c974211f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001145 10.0.0.38 - - [2026-04-27 02:38:57] "GET /project/e7025d92-d765-4596-be00-180c974211f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.037455 10.0.0.38 - - [2026-04-27 02:38:57] "GET /virtual-networks?parent_id=e7025d92-d765-4596-be00-180c974211f9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012551 10.0.0.38 - - [2026-04-27 02:38:57] "POST /virtual-networks HTTP/1.1" 200 583 0.054522 10.0.0.38 - - [2026-04-27 02:38:57] "POST /route-targets HTTP/1.1" 200 327 0.010301 10.0.0.38 - - [2026-04-27 02:38:57] "POST /ref-update HTTP/1.1" 200 156 0.012111 10.0.0.38 - - [2026-04-27 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.016047 10.0.0.38 - - [2026-04-27 02:38:57] "GET /network-ipam/d448f541-43a7-40e7-9001-7c466b07f9f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.012751 10.0.0.38 - - [2026-04-27 02:38:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003207 10.0.0.38 - - [2026-04-27 02:38:57] "POST /ref-update HTTP/1.1" 200 156 0.052029 10.0.0.38 - - [2026-04-27 02:38:57] "POST /neutron/network HTTP/1.1" 200 848 0.056427 10.0.0.38 - - [2026-04-27 02:38:57] "POST /neutron/network HTTP/1.1" 200 848 0.019420 10.0.0.38 - - [2026-04-27 02:38:57] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.014137 10.0.0.38 - - [2026-04-27 02:38:57] "POST /neutron/network HTTP/1.1" 200 848 0.022938 10.0.0.38 - - [2026-04-27 02:38:57] "POST /neutron/subnet HTTP/1.1" 200 676 0.029313 10.0.0.38 - - [2026-04-27 02:38:57] "POST /neutron/network HTTP/1.1" 200 848 0.064934 10.0.0.38 - - [2026-04-27 02:38:57] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005436 10.0.0.38 - - [2026-04-27 02:38:57] "GET /network-ipam/d448f541-43a7-40e7-9001-7c466b07f9f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.003700 10.0.0.38 - - [2026-04-27 02:38:57] "GET /domains HTTP/1.1" 200 280 0.002478 10.0.0.38 - - [2026-04-27 02:38:57] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001125 10.0.0.38 - - [2026-04-27 02:38:57] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2573 0.006331 10.0.0.38 - - [2026-04-27 02:38:57] "GET /projects?obj_uuids=e7025d92-d765-4596-be00-180c974211f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001414 10.0.0.38 - - [2026-04-27 02:38:58] "GET /project/e7025d92-d765-4596-be00-180c974211f9 HTTP/1.1" 200 2353 0.067355 10.0.0.38 - - [2026-04-27 02:38:58] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345 HTTP/1.1" 200 2312 0.006018 10.0.0.38 - - [2026-04-27 02:38:58] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345 HTTP/1.1" 200 2312 0.005830 10.0.0.38 - - [2026-04-27 02:38:58] "GET /routing-instance/c8b34317-ea9e-4069-b715-bbafad2b64b7 HTTP/1.1" 200 1556 0.003188 10.0.0.38 - - [2026-04-27 02:38:58] "GET /routing-instance/c8b34317-ea9e-4069-b715-bbafad2b64b7 HTTP/1.1" 200 1556 0.004425 10.0.0.38 - - [2026-04-27 02:38:58] "GET /route-target/248315a0-a7d8-45d8-885f-d7d29cb4d82a HTTP/1.1" 200 1243 0.004246 10.0.0.38 - - [2026-04-27 02:38:58] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345 HTTP/1.1" 200 2312 0.005673 10.0.0.38 - - [2026-04-27 02:38:58] "GET /routing-instance/c8b34317-ea9e-4069-b715-bbafad2b64b7 HTTP/1.1" 200 1556 0.003528 10.0.0.38 - - [2026-04-27 02:38:58] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.004943 10.0.0.38 - - [2026-04-27 02:38:58] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345 HTTP/1.1" 200 2312 0.004763 10.0.0.38 - - [2026-04-27 02:38:58] "GET /routing-instance/c8b34317-ea9e-4069-b715-bbafad2b64b7 HTTP/1.1" 200 1556 0.003473 10.0.0.38 - - [2026-04-27 02:38:58] "GET /routing-instance/c8b34317-ea9e-4069-b715-bbafad2b64b7 HTTP/1.1" 200 1556 0.003506 10.0.0.38 - - [2026-04-27 02:38:58] "GET /route-target/248315a0-a7d8-45d8-885f-d7d29cb4d82a HTTP/1.1" 200 1243 0.003356 10.0.0.38 - - [2026-04-27 02:38:58] "GET /domains HTTP/1.1" 200 280 0.002521 10.0.0.38 - - [2026-04-27 02:38:58] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000928 10.0.0.38 - - [2026-04-27 02:38:58] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91 HTTP/1.1" 200 2573 0.007052 10.0.0.38 - - [2026-04-27 02:38:58] "GET /projects?obj_uuids=e7025d92-d765-4596-be00-180c974211f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001108 10.0.0.38 - - [2026-04-27 02:38:58] "GET /project/e7025d92-d765-4596-be00-180c974211f9 HTTP/1.1" 200 2353 0.070218 10.0.0.38 - - [2026-04-27 02:38:58] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345 HTTP/1.1" 200 2312 0.004786 10.0.0.38 - - [2026-04-27 02:38:58] "GET /obj-perms HTTP/1.1" 200 5030 0.003860 10.0.0.38 - - [2026-04-27 02:38:58] "POST /fqname-to-id HTTP/1.1" 404 197 0.009604 10.0.0.38 - - [2026-04-27 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.009890 10.0.0.38 - - [2026-04-27 02:38:58] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001485 10.0.0.38 - - [2026-04-27 02:38:58] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.016192 10.0.0.38 - - [2026-04-27 02:38:58] "POST /service-templates HTTP/1.1" 403 264 0.010150 10.0.0.38 - - [2026-04-27 02:38:58] "POST /fqname-to-id HTTP/1.1" 404 183 0.003448 10.0.0.38 - - [2026-04-27 02:38:58] "POST /api-access-lists HTTP/1.1" 200 521 0.014578 10.0.0.38 - - [2026-04-27 02:38:58] "GET /api-access-list/4ce4eedb-d0d3-4567-8753-050cf83d2d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.005990 10.0.0.38 - - [2026-04-27 02:38:58] "GET /api-access-list/4ce4eedb-d0d3-4567-8753-050cf83d2d88 HTTP/1.1" 200 1288 0.003747 10.0.0.38 - - [2026-04-27 02:38:58] "POST /fqname-to-id HTTP/1.1" 404 197 0.010988 10.0.0.38 - - [2026-04-27 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.012056 10.0.0.38 - - [2026-04-27 02:38:58] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.38 - - [2026-04-27 02:38:58] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.014440 10.0.0.38 - - [2026-04-27 02:38:58] "POST /service-templates HTTP/1.1" 200 551 0.027061 10.0.0.38 - - [2026-04-27 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.011212 10.0.0.38 - - [2026-04-27 02:38:58] "GET /service-template/73897832-9032-4e99-a438-626debafa7bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.013697 10.0.0.38 - - [2026-04-27 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.013232 10.0.0.38 - - [2026-04-27 02:38:58] "GET /service-template/73897832-9032-4e99-a438-626debafa7bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.013009 10.0.0.38 - - [2026-04-27 02:38:59] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345 HTTP/1.1" 401 292 0.000595 10.0.0.38 - - [2026-04-27 02:38:59] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345 HTTP/1.1" 403 263 0.045010 10.0.0.38 - - [2026-04-27 02:38:59] "GET /service-template/73897832-9032-4e99-a438-626debafa7bf HTTP/1.1" 403 264 0.008699 10.0.0.38 - - [2026-04-27 02:38:59] "GET /service-template/73897832-9032-4e99-a438-626debafa7bf HTTP/1.1" 403 264 0.040288 10.0.0.38 - - [2026-04-27 02:39:00] "GET /obj-perms HTTP/1.1" 403 257 0.041404 10.0.0.38 - - [2026-04-27 02:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.38 - - [2026-04-27 02:39:00] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.011625 10.0.0.38 - - [2026-04-27 02:39:00] "GET /obj-perms HTTP/1.1" 403 257 0.012395 10.0.0.38 - - [2026-04-27 02:39:00] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.009727 10.0.0.38 - - [2026-04-27 02:39:00] "GET /api-access-list/41dfa7b2-aefb-4029-8038-6dca8a5d414b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.004053 10.0.0.38 - - [2026-04-27 02:39:00] "PUT /api-access-list/41dfa7b2-aefb-4029-8038-6dca8a5d414b HTTP/1.1" 200 264 0.010725 10.0.0.38 - - [2026-04-27 02:39:00] "GET /api-access-list/41dfa7b2-aefb-4029-8038-6dca8a5d414b HTTP/1.1" 200 1458 0.004394 10.0.0.38 - - [2026-04-27 02:39:00] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345 HTTP/1.1" 200 2312 0.019207 10.0.0.38 - - [2026-04-27 02:39:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000487 10.0.0.38 - - [2026-04-27 02:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.056193 10.0.0.38 - - [2026-04-27 02:39:00] "GET /projects?obj_uuids=e7025d92-d765-4596-be00-180c974211f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001194 10.0.0.38 - - [2026-04-27 02:39:00] "GET /project/e7025d92-d765-4596-be00-180c974211f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.042349 10.0.0.38 - - [2026-04-27 02:39:00] "GET /virtual-networks?parent_id=e7025d92-d765-4596-be00-180c974211f9&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.022078 10.0.0.38 - - [2026-04-27 02:39:00] "POST /virtual-networks HTTP/1.1" 403 263 0.012161 10.0.0.38 - - [2026-04-27 02:39:01] "GET /service-template/73897832-9032-4e99-a438-626debafa7bf HTTP/1.1" 403 264 0.011143 10.0.0.38 - - [2026-04-27 02:39:01] "GET /service-template/73897832-9032-4e99-a438-626debafa7bf HTTP/1.1" 403 264 0.051300 10.0.0.38 - - [2026-04-27 02:39:01] "GET /obj-perms HTTP/1.1" 403 257 0.015132 10.0.0.38 - - [2026-04-27 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.38 - - [2026-04-27 02:39:01] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.019674 10.0.0.38 - - [2026-04-27 02:39:01] "GET /obj-perms HTTP/1.1" 403 257 0.011736 10.0.0.38 - - [2026-04-27 02:39:01] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.019410 10.0.0.38 - - [2026-04-27 02:39:01] "GET /api-access-list/4ce4eedb-d0d3-4567-8753-050cf83d2d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.003223 10.0.0.38 - - [2026-04-27 02:39:01] "PUT /api-access-list/4ce4eedb-d0d3-4567-8753-050cf83d2d88 HTTP/1.1" 200 264 0.009845 10.0.0.38 - - [2026-04-27 02:39:01] "GET /api-access-list/4ce4eedb-d0d3-4567-8753-050cf83d2d88 HTTP/1.1" 200 1426 0.007501 10.0.0.38 - - [2026-04-27 02:39:01] "GET /service-template/73897832-9032-4e99-a438-626debafa7bf HTTP/1.1" 200 1853 0.017756 10.0.0.38 - - [2026-04-27 02:39:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.010369 10.0.0.38 - - [2026-04-27 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.012067 10.0.0.38 - - [2026-04-27 02:39:01] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001494 10.0.0.38 - - [2026-04-27 02:39:01] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.020952 10.0.0.38 - - [2026-04-27 02:39:01] "POST /service-templates HTTP/1.1" 403 264 0.011400 10.0.0.38 - - [2026-04-27 02:39:01] "GET /api-access-list/41dfa7b2-aefb-4029-8038-6dca8a5d414b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.003610 10.0.0.38 - - [2026-04-27 02:39:01] "PUT /api-access-list/41dfa7b2-aefb-4029-8038-6dca8a5d414b HTTP/1.1" 200 264 0.009676 10.0.0.38 - - [2026-04-27 02:39:02] "GET /api-access-list/41dfa7b2-aefb-4029-8038-6dca8a5d414b HTTP/1.1" 200 1321 0.004530 10.0.0.38 - - [2026-04-27 02:39:02] "GET /api-access-list/4ce4eedb-d0d3-4567-8753-050cf83d2d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.003566 10.0.0.38 - - [2026-04-27 02:39:02] "PUT /api-access-list/4ce4eedb-d0d3-4567-8753-050cf83d2d88 HTTP/1.1" 200 264 0.018906 10.0.0.38 - - [2026-04-27 02:39:02] "GET /api-access-list/4ce4eedb-d0d3-4567-8753-050cf83d2d88 HTTP/1.1" 200 1288 0.003842 10.0.0.38 - - [2026-04-27 02:39:02] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345 HTTP/1.1" 403 263 0.012068 10.0.0.38 - - [2026-04-27 02:39:02] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345 HTTP/1.1" 403 263 0.041461 10.0.0.38 - - [2026-04-27 02:39:02] "GET /service-template/73897832-9032-4e99-a438-626debafa7bf HTTP/1.1" 403 264 0.009454 10.0.0.38 - - [2026-04-27 02:39:02] "GET /service-template/73897832-9032-4e99-a438-626debafa7bf HTTP/1.1" 403 264 0.043749 10.0.0.38 - - [2026-04-27 02:39:02] "GET /obj-perms HTTP/1.1" 403 257 0.008372 10.0.0.38 - - [2026-04-27 02:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.38 - - [2026-04-27 02:39:02] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.011730 10.0.0.38 - - [2026-04-27 02:39:03] "GET /obj-perms HTTP/1.1" 403 257 0.044332 10.0.0.38 - - [2026-04-27 02:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002451 10.0.0.38 - - [2026-04-27 02:39:03] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.011163 10.0.0.38 - - [2026-04-27 02:39:03] "GET /obj-perms HTTP/1.1" 403 257 0.010976 10.0.0.38 - - [2026-04-27 02:39:03] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.011846 10.0.0.38 - - [2026-04-27 02:39:03] "GET /api-access-list/2a275c75-90eb-4868-b30a-c0f9d1b7b878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004344 10.0.0.38 - - [2026-04-27 02:39:03] "PUT /api-access-list/2a275c75-90eb-4868-b30a-c0f9d1b7b878 HTTP/1.1" 200 264 0.008116 10.0.0.38 - - [2026-04-27 02:39:03] "GET /service-template/73897832-9032-4e99-a438-626debafa7bf HTTP/1.1" 200 1853 0.011792 10.0.0.38 - - [2026-04-27 02:39:03] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345 HTTP/1.1" 200 2312 0.014505 10.0.0.38 - - [2026-04-27 02:39:03] "GET /obj-perms HTTP/1.1" 403 257 0.009323 10.0.0.38 - - [2026-04-27 02:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.38 - - [2026-04-27 02:39:03] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.033337 10.0.0.38 - - [2026-04-27 02:39:03] "GET /obj-perms HTTP/1.1" 403 257 0.011100 10.0.0.38 - - [2026-04-27 02:39:03] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.021367 10.0.0.38 - - [2026-04-27 02:39:03] "DELETE /api-access-list/41dfa7b2-aefb-4029-8038-6dca8a5d414b HTTP/1.1" 200 115 0.023688 10.0.0.38 - - [2026-04-27 02:39:03] "GET /api-access-list/41dfa7b2-aefb-4029-8038-6dca8a5d414b HTTP/1.1" 404 171 0.003339 10.0.0.38 - - [2026-04-27 02:39:04] "DELETE /api-access-list/4ce4eedb-d0d3-4567-8753-050cf83d2d88 HTTP/1.1" 200 115 0.018490 10.0.0.38 - - [2026-04-27 02:39:04] "GET /api-access-list/4ce4eedb-d0d3-4567-8753-050cf83d2d88 HTTP/1.1" 404 171 0.002549 10.0.0.38 - - [2026-04-27 02:39:04] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345 HTTP/1.1" 401 292 0.001122 10.0.0.38 - - [2026-04-27 02:39:04] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345 HTTP/1.1" 403 263 0.049865 10.0.0.38 - - [2026-04-27 02:39:04] "GET /service-template/73897832-9032-4e99-a438-626debafa7bf HTTP/1.1" 403 264 0.008456 10.0.0.38 - - [2026-04-27 02:39:04] "GET /service-template/73897832-9032-4e99-a438-626debafa7bf HTTP/1.1" 403 264 0.035940 10.0.0.38 - - [2026-04-27 02:39:05] "GET /obj-perms HTTP/1.1" 403 257 0.343529 10.0.0.38 - - [2026-04-27 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005610 10.0.0.38 - - [2026-04-27 02:39:05] "GET /obj-perms HTTP/1.1" 200 5056 0.086732 10.0.0.38 - - [2026-04-27 02:39:05] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.013477 10.0.0.38 - - [2026-04-27 02:39:05] "GET /obj-perms HTTP/1.1" 403 257 0.006499 10.0.0.38 - - [2026-04-27 02:39:05] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.010817 10.0.0.38 - - [2026-04-27 02:39:05] "GET /api-access-list/2a275c75-90eb-4868-b30a-c0f9d1b7b878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.005309 10.0.0.38 - - [2026-04-27 02:39:05] "PUT /api-access-list/2a275c75-90eb-4868-b30a-c0f9d1b7b878 HTTP/1.1" 200 264 0.010532 10.0.0.38 - - [2026-04-27 02:39:05] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345 HTTP/1.1" 200 2312 0.015171 10.0.0.38 - - [2026-04-27 02:39:05] "GET /service-template/73897832-9032-4e99-a438-626debafa7bf HTTP/1.1" 200 1853 0.009942 10.0.0.38 - - [2026-04-27 02:39:05] "GET /obj-perms HTTP/1.1" 403 257 0.007278 10.0.0.38 - - [2026-04-27 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.38 - - [2026-04-27 02:39:05] "GET /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.020393 10.0.0.38 - - [2026-04-27 02:39:05] "GET /obj-perms HTTP/1.1" 200 5056 0.062459 10.0.0.38 - - [2026-04-27 02:39:05] "GET /obj-perms HTTP/1.1" 403 257 0.009095 10.0.0.38 - - [2026-04-27 02:39:05] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.019586 10.0.0.38 - - [2026-04-27 02:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.009516 10.0.0.38 - - [2026-04-27 02:39:06] "DELETE /service-template/73897832-9032-4e99-a438-626debafa7bf HTTP/1.1" 200 115 0.026115 10.0.0.38 - - [2026-04-27 02:39:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.011006 10.0.0.38 - - [2026-04-27 02:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.38 - - [2026-04-27 02:39:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002163 10.0.0.38 - - [2026-04-27 02:39:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002797 10.0.0.38 - - [2026-04-27 02:39:06] "DELETE /virtual-network/cfb65b00-8bf2-403e-a578-6f1695158345 HTTP/1.1" 200 115 0.078102 10.0.0.38 - - [2026-04-27 02:39:06] "DELETE /route-target/248315a0-a7d8-45d8-885f-d7d29cb4d82a HTTP/1.1" 200 115 0.020410 10.0.0.38 - - [2026-04-27 02:39:06] "GET /api-access-list/2a275c75-90eb-4868-b30a-c0f9d1b7b878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003450 10.0.0.38 - - [2026-04-27 02:39:06] "PUT /api-access-list/2a275c75-90eb-4868-b30a-c0f9d1b7b878 HTTP/1.1" 200 264 0.007734 10.0.0.38 - - [2026-04-27 02:39:06] "GET /api-access-list/2a275c75-90eb-4868-b30a-c0f9d1b7b878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.003567 10.0.0.38 - - [2026-04-27 02:39:06] "PUT /api-access-list/2a275c75-90eb-4868-b30a-c0f9d1b7b878 HTTP/1.1" 200 264 0.008711 10.0.0.38 - - [2026-04-27 02:39:07] "GET /api-access-list/2a275c75-90eb-4868-b30a-c0f9d1b7b878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003675 10.0.0.38 - - [2026-04-27 02:39:07] "PUT /api-access-list/2a275c75-90eb-4868-b30a-c0f9d1b7b878 HTTP/1.1" 200 264 0.009676 10.0.0.38 - - [2026-04-27 02:39:07] "GET /projects?obj_uuids=e7025d92-d765-4596-be00-180c974211f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001165 10.0.0.38 - - [2026-04-27 02:39:07] "GET /project/e7025d92-d765-4596-be00-180c974211f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.031187 10.0.0.38 - - [2026-04-27 02:39:07] "GET /projects?obj_uuids=e7025d92-d765-4596-be00-180c974211f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001060 10.0.0.38 - - [2026-04-27 02:39:07] "GET /project/e7025d92-d765-4596-be00-180c974211f9?fields=virtual_networks HTTP/1.1" 200 1033 0.071135 10.0.0.38 - - [2026-04-27 02:39:07] "GET /projects?obj_uuids=e7025d92-d765-4596-be00-180c974211f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001395 10.0.0.38 - - [2026-04-27 02:39:07] "GET /project/e7025d92-d765-4596-be00-180c974211f9?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.031870 10.0.0.38 - - [2026-04-27 02:39:07] "GET /projects?obj_uuids=e7025d92-d765-4596-be00-180c974211f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001177 10.0.0.38 - - [2026-04-27 02:39:07] "GET /project/e7025d92-d765-4596-be00-180c974211f9?fields=security_groups HTTP/1.1" 200 1259 0.027072 10.0.0.38 - - [2026-04-27 02:39:08] "GET /projects?obj_uuids=26bc6bed-aa9f-4cd6-b5bd-2c80fee81a7a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001041 10.0.0.38 - - [2026-04-27 02:39:08] "GET /project/26bc6bed-aa9f-4cd6-b5bd-2c80fee81a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.030186 [Introspect:8084]10.0.0.38 - - [2026-04-27 02:39:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001476 10.0.0.38 - - [2026-04-27 02:39:09] "POST /fqname-to-id HTTP/1.1" 404 184 0.026698 10.0.0.38 - - [2026-04-27 02:39:09] "GET /projects?obj_uuids=992e4607-39e0-48d5-bf74-64274f87aea4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002285 10.0.0.38 - - [2026-04-27 02:39:09] "GET /domains?obj_uuids=6ef95ec9-b962-4488-9cea-6cb40a0a8a91&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.38 - - [2026-04-27 02:39:09] "GET /domain/6ef95ec9-b962-4488-9cea-6cb40a0a8a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.043465 10.0.0.38 - - [2026-04-27 02:39:09] "POST /id-to-fqname HTTP/1.1" 200 186 0.001437 10.0.0.38 - - [2026-04-27 02:39:09] "POST /fqname-to-id HTTP/1.1" 404 195 0.003732 10.0.0.38 - - [2026-04-27 02:39:09] "POST /security-groups HTTP/1.1" 200 587 0.064170 10.0.0.38 - - [2026-04-27 02:39:09] "POST /fqname-to-id HTTP/1.1" 404 230 0.004277 10.0.0.38 - - [2026-04-27 02:39:09] "POST /projects HTTP/1.1" 200 577 0.205153 10.0.0.38 - - [2026-04-27 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.278986 10.0.0.38 - - [2026-04-27 02:39:09] "POST /access-control-lists HTTP/1.1" 200 592 0.065324 10.0.0.38 - - [2026-04-27 02:39:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.003819 10.0.0.38 - - [2026-04-27 02:39:09] "GET /project/992e4607-39e0-48d5-bf74-64274f87aea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.454393 10.0.0.38 - - [2026-04-27 02:39:09] "POST /access-control-lists HTTP/1.1" 200 590 0.060009 10.0.0.38 - - [2026-04-27 02:39:11] "GET / HTTP/1.1" 200 35931 0.002463 10.0.0.38 - - [2026-04-27 02:39:11] "GET /projects?obj_uuids=992e4607-39e0-48d5-bf74-64274f87aea4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001137 10.0.0.38 - - [2026-04-27 02:39:11] "GET /project/992e4607-39e0-48d5-bf74-64274f87aea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.028108 10.0.0.38 - - [2026-04-27 02:39:11] "GET /projects?obj_uuids=992e4607-39e0-48d5-bf74-64274f87aea4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000946 10.0.0.38 - - [2026-04-27 02:39:11] "GET /project/992e4607-39e0-48d5-bf74-64274f87aea4?fields=virtual_networks HTTP/1.1" 200 1025 0.073798 10.0.0.38 - - [2026-04-27 02:39:11] "GET /projects?obj_uuids=992e4607-39e0-48d5-bf74-64274f87aea4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001149 10.0.0.38 - - [2026-04-27 02:39:11] "GET /project/992e4607-39e0-48d5-bf74-64274f87aea4?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.028187 10.0.0.38 - - [2026-04-27 02:39:11] "GET /projects?obj_uuids=992e4607-39e0-48d5-bf74-64274f87aea4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000965 10.0.0.38 - - [2026-04-27 02:39:11] "GET /project/992e4607-39e0-48d5-bf74-64274f87aea4?fields=security_groups HTTP/1.1" 200 1247 0.027699 [Introspect:8084]10.0.0.38 - - [2026-04-27 02:39:48] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001147 [Introspect:8084]10.0.0.38 - - [2026-04-27 02:39:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000935 10.0.0.38 - - [2026-04-27 02:39:55] "DELETE /project/992e460739e048d5bf7464274f87aea4 HTTP/1.1" 404 173 0.012279 10.0.0.38 - - [2026-04-27 02:39:55] "GET /projects?obj_uuids=992e4607-39e0-48d5-bf74-64274f87aea4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001044 10.0.0.38 - - [2026-04-27 02:39:55] "GET /projects?obj_uuids=e7025d92-d765-4596-be00-180c974211f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000849 10.0.0.38 - - [2026-04-27 02:39:55] "GET /project/e7025d92-d765-4596-be00-180c974211f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.035830 10.0.0.38 - - [2026-04-27 02:39:55] "GET /project/992e4607-39e0-48d5-bf74-64274f87aea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.038925 10.0.0.38 - - [2026-04-27 02:39:55] "GET /projects?obj_uuids=992e4607-39e0-48d5-bf74-64274f87aea4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001001 10.0.0.38 - - [2026-04-27 02:39:55] "GET /projects?obj_uuids=e7025d92-d765-4596-be00-180c974211f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001124 10.0.0.38 - - [2026-04-27 02:39:55] "GET /project/e7025d92-d765-4596-be00-180c974211f9?fields=security_groups HTTP/1.1" 200 1364 0.035530 10.0.0.38 - - [2026-04-27 02:39:55] "GET /project/992e4607-39e0-48d5-bf74-64274f87aea4?fields=security_groups HTTP/1.1" 200 1352 0.040126