+++ date ++ echo 'INFO: =================== Thu Mar 19 02:14:53 AM UTC 2026 ===================' INFO: =================== Thu Mar 19 02:14:53 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ 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.50 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.50 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.50 ++ ANALYTICSDB_NODES=10.0.0.50 ++ ANALYTICS_SNMP_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ '[' -n '10.0.0.50:8081 ' ']' +++ echo 10.0.0.50:8081 ++ ANALYTICS_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ '[' -n '10.0.0.50:9042 ' ']' +++ echo 10.0.0.50:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.50:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ '[' -n '10.0.0.50:8086 ' ']' +++ echo 10.0.0.50:8086 ++ COLLECTOR_SERVERS=10.0.0.50: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.50 ++ CONFIGDB_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ '[' -n '10.0.0.50:8082 ' ']' +++ echo 10.0.0.50:8082 ++ CONFIG_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ '[' -n '10.0.0.50:9161 ' ']' +++ echo 10.0.0.50:9161 ++ CONFIGDB_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ '[' -n '10.0.0.50:9041 ' ']' +++ echo 10.0.0.50:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.50: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.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ '[' -n 10.0.0.50:2181, ']' +++ echo 10.0.0.50:2181 ++ ZOOKEEPER_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ '[' -n '10.0.0.50:2181 ' ']' +++ echo 10.0.0.50:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.50:2181 ++ RABBITMQ_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ '[' -n 10.0.0.50:5673, ']' +++ echo 10.0.0.50:5673 ++ RABBITMQ_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ '[' -n '10.0.0.50:6379 ' ']' +++ echo 10.0.0.50:6379 ++ REDIS_SERVERS=10.0.0.50: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.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ '[' -n '10.0.0.50:9092 ' ']' +++ echo 10.0.0.50:9092 ++ KAFKA_SERVERS=10.0.0.50: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.50 ++ 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.50 ++ 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.50 ++ 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.50 ++ cut -d , -f 1 + local cassandra=10.0.0.50 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.50 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 +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.50 +++ local servers=10.0.0.50 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq ++++ sort +++ local local_ips=,10.0.0.50,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.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.50,10.20.0.17,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ echo 10.0.0.50 1 +++ return ++ local ip=10.0.0.50 ++ [[ -z 10.0.0.50 ]] ++ echo 10.0.0.50 + host_ip=10.0.0.50 + [[ cql == \c\q\l ]] ++ echo 10.0.0.50:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.50:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.50:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 03/19/2026 02:15:02.559 7f1ee9e0d280 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/19/2026 02:15:02.739 7f1ee9e0d280 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/19/2026 02:15:02.752 7f1ee9e0d280 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/19/2026 02:15:02.752 7f1ee9e0d280 [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.50:8082/ Hit Ctrl-C to quit. 10.0.0.50 - - [2026-03-19 02:15:07] "GET / HTTP/1.1" 503 181 0.000244 10.0.0.50 - - [2026-03-19 02:15:07] "GET / HTTP/1.1" 503 181 0.000144 10.0.0.50 - - [2026-03-19 02:15:08] "GET / HTTP/1.1" 200 35931 0.001539 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.50 - - [2026-03-19 02:15:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000912 10.0.0.50 - - [2026-03-19 02:15:08] "GET / HTTP/1.1" 200 35931 0.001548 10.0.0.50 - - [2026-03-19 02:15:08] "GET / HTTP/1.1" 200 45871 0.001430 10.0.0.50 - - [2026-03-19 02:15:08] "GET / HTTP/1.1" 200 45871 0.001195 10.0.0.50 - - [2026-03-19 02:15:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000390 10.0.0.50 - - [2026-03-19 02:15:08] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000237 10.0.0.50 - - [2026-03-19 02:15:09] "GET / HTTP/1.1" 200 35931 0.001911 10.0.0.50 - - [2026-03-19 02:15:09] "GET / HTTP/1.1" 200 35931 0.001402 10.0.0.50 - - [2026-03-19 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.996385 10.0.0.50 - - [2026-03-19 02:15:09] "GET /global-system-config/1c53ea0a-420d-46a8-b18e-64a6fc4b9c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.010467 10.0.0.50 - - [2026-03-19 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.418721 10.0.0.50 - - [2026-03-19 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.50 - - [2026-03-19 02:15:09] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.758132 10.0.0.50 - - [2026-03-19 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 220 0.006082 10.0.0.50 - - [2026-03-19 02:15:09] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004911 10.0.0.50 - - [2026-03-19 02:15:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000644 10.0.0.50 - - [2026-03-19 02:15:09] "POST /config-nodes HTTP/1.1" 200 599 0.032583 10.0.0.50 - - [2026-03-19 02:15:10] "GET / HTTP/1.1" 200 35931 0.001835 10.0.0.50 - - [2026-03-19 02:15:10] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000508 10.0.0.50 - - [2026-03-19 02:15:10] "POST /fqname-to-id HTTP/1.1" 404 186 0.369904 10.0.0.50 - - [2026-03-19 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005307 10.0.0.50 - - [2026-03-19 02:15:10] "GET /global-system-config/1c53ea0a-420d-46a8-b18e-64a6fc4b9c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.014615 10.0.0.50 - - [2026-03-19 02:15:10] "POST /service-appliance-sets HTTP/1.1" 200 553 0.032872 10.0.0.50 - - [2026-03-19 02:15:10] "POST /fqname-to-id HTTP/1.1" 404 180 0.004013 10.0.0.50 - - [2026-03-19 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008341 10.0.0.50 - - [2026-03-19 02:15:10] "GET /global-system-config/1c53ea0a-420d-46a8-b18e-64a6fc4b9c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007801 /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.50 - - [2026-03-19 02:15:10] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.074520 10.0.0.50 - - [2026-03-19 02:15:10] "POST /service-appliance-sets HTTP/1.1" 200 541 0.045231 10.0.0.50 - - [2026-03-19 02:15:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000550 10.0.0.50 - - [2026-03-19 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008158 10.0.0.50 - - [2026-03-19 02:15:11] "GET /network-ipam/1565d71d-3923-41de-a69d-fd747fae55d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006088 10.0.0.50 - - [2026-03-19 02:15:11] "POST /service-templates HTTP/1.1" 200 511 0.034359 10.0.0.50 - - [2026-03-19 02:15:11] "POST /service-templates HTTP/1.1" 200 501 0.041264 10.0.0.50 - - [2026-03-19 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.062961 10.0.0.50 - - [2026-03-19 02:15:11] "GET /network-ipam/1565d71d-3923-41de-a69d-fd747fae55d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004725 10.0.0.50 - - [2026-03-19 02:15:11] "POST /service-templates HTTP/1.1" 200 515 0.034171 10.0.0.50 - - [2026-03-19 02:15:11] "POST /service-templates HTTP/1.1" 200 535 0.025084 10.0.0.50 - - [2026-03-19 02:15:11] "POST /service-templates HTTP/1.1" 200 507 0.026333 10.0.0.50 - - [2026-03-19 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 225 0.003676 10.0.0.50 - - [2026-03-19 02:15:11] "POST /access-control-lists HTTP/1.1" 200 587 0.031254 10.0.0.50 - - [2026-03-19 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 224 0.004433 10.0.0.50 - - [2026-03-19 02:15:12] "POST /access-control-lists HTTP/1.1" 200 585 0.029701 10.0.0.50 - - [2026-03-19 02:15:12] "POST /route-targets HTTP/1.1" 200 327 0.016510 10.0.0.50 - - [2026-03-19 02:15:12] "POST /ref-update HTTP/1.1" 200 156 0.020279 10.0.0.50 - - [2026-03-19 02:15:12] "POST /route-targets HTTP/1.1" 200 327 0.016045 10.0.0.50 - - [2026-03-19 02:15:12] "POST /ref-update HTTP/1.1" 200 156 0.017302 10.0.0.50 - - [2026-03-19 02:15:12] "POST /route-targets HTTP/1.1" 200 327 0.017179 10.0.0.50 - - [2026-03-19 02:15:12] "POST /ref-update HTTP/1.1" 200 156 0.023336 10.0.0.50 - - [2026-03-19 02:15:12] "POST /route-targets HTTP/1.1" 200 327 0.018298 10.0.0.50 - - [2026-03-19 02:15:12] "POST /ref-update HTTP/1.1" 200 156 0.019035 10.0.0.50 - - [2026-03-19 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 201 0.003926 10.0.0.50 - - [2026-03-19 02:15:12] "POST /access-control-lists HTTP/1.1" 200 551 0.162146 10.0.0.50 - - [2026-03-19 02:15:13] "PUT /access-control-list/180171a9-d034-43b3-9832-3fbb5445fb56 HTTP/1.1" 200 272 0.015005 10.0.0.50 - - [2026-03-19 02:15:13] "PUT /access-control-list/c6a377a8-056a-438f-8cc5-b99c58c12335 HTTP/1.1" 200 272 0.014517 10.0.0.50 - - [2026-03-19 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.50 - - [2026-03-19 02:15:15] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.004232 10.0.0.50 - - [2026-03-19 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.50 - - [2026-03-19 02:15:16] "PUT /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45 HTTP/1.1" 200 276 0.010690 10.0.0.50 - - [2026-03-19 02:15:16] "GET / HTTP/1.1" 200 35931 0.002583 10.0.0.50 - - [2026-03-19 02:15:16] "POST /alarms HTTP/1.1" 401 292 0.000580 10.0.0.50 - - [2026-03-19 02:15:16] "POST /alarms HTTP/1.1" 200 581 0.049898 10.0.0.50 - - [2026-03-19 02:15:16] "POST /alarms HTTP/1.1" 200 575 0.023213 10.0.0.50 - - [2026-03-19 02:15:16] "POST /alarms HTTP/1.1" 200 575 0.025422 10.0.0.50 - - [2026-03-19 02:15:16] "POST /alarms HTTP/1.1" 200 559 0.025279 10.0.0.50 - - [2026-03-19 02:15:16] "POST /alarms HTTP/1.1" 200 555 0.022901 10.0.0.50 - - [2026-03-19 02:15:17] "POST /alarms HTTP/1.1" 200 557 0.024380 10.0.0.50 - - [2026-03-19 02:15:17] "POST /alarms HTTP/1.1" 200 565 0.028695 10.0.0.50 - - [2026-03-19 02:15:17] "POST /alarms HTTP/1.1" 200 549 0.022469 10.0.0.50 - - [2026-03-19 02:15:17] "POST /alarms HTTP/1.1" 200 557 0.025775 10.0.0.50 - - [2026-03-19 02:15:17] "POST /alarms HTTP/1.1" 200 567 0.024221 10.0.0.50 - - [2026-03-19 02:15:17] "POST /alarms HTTP/1.1" 200 555 0.024731 10.0.0.50 - - [2026-03-19 02:15:17] "POST /alarms HTTP/1.1" 200 567 0.038708 10.0.0.50 - - [2026-03-19 02:15:17] "POST /alarms HTTP/1.1" 200 575 0.071289 10.0.0.50 - - [2026-03-19 02:15:17] "POST /alarms HTTP/1.1" 200 569 0.032702 10.0.0.50 - - [2026-03-19 02:15:17] "POST /alarms HTTP/1.1" 200 561 0.026342 10.0.0.50 - - [2026-03-19 02:15:17] "POST /alarms HTTP/1.1" 200 561 0.029099 10.0.0.50 - - [2026-03-19 02:15:17] "POST /alarms HTTP/1.1" 200 561 0.024217 10.0.0.50 - - [2026-03-19 02:15:17] "POST /alarms HTTP/1.1" 200 547 0.028814 10.0.0.50 - - [2026-03-19 02:15:18] "GET / HTTP/1.1" 200 35931 0.001859 10.0.0.50 - - [2026-03-19 02:15:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.50 - - [2026-03-19 02:15:18] "POST /alarms HTTP/1.1" 200 595 0.023172 10.0.0.50 - - [2026-03-19 02:15:18] "POST /alarms HTTP/1.1" 200 575 0.025334 10.0.0.50 - - [2026-03-19 02:15:18] "POST /alarms HTTP/1.1" 200 571 0.023154 10.0.0.50 - - [2026-03-19 02:15:18] "POST /alarms HTTP/1.1" 200 583 0.024742 10.0.0.50 - - [2026-03-19 02:15:18] "POST /alarms HTTP/1.1" 200 609 0.050607 10.0.0.50 - - [2026-03-19 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.038813 10.0.0.50 - - [2026-03-19 02:15:18] "GET /global-system-config/1c53ea0a-420d-46a8-b18e-64a6fc4b9c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007332 10.0.0.50 - - [2026-03-19 02:15:18] "POST /fqname-to-id HTTP/1.1" 404 220 0.005707 10.0.0.50 - - [2026-03-19 02:15:18] "POST /config-database-nodes HTTP/1.1" 200 617 0.032676 10.0.0.50 - - [2026-03-19 02:15:18] "GET / HTTP/1.1" 200 35931 0.001663 10.0.0.50 - - [2026-03-19 02:15:18] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000509 10.0.0.50 - - [2026-03-19 02:15:19] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.039509 10.0.0.50 - - [2026-03-19 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.50 - - [2026-03-19 02:15:19] "PUT /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45 HTTP/1.1" 200 276 0.012620 10.0.0.50 - - [2026-03-19 02:15:19] "GET / HTTP/1.1" 200 35931 0.001843 10.0.0.50 - - [2026-03-19 02:15:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.50 - - [2026-03-19 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.030727 10.0.0.50 - - [2026-03-19 02:15:20] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005201 10.0.0.50 - - [2026-03-19 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.50 - - [2026-03-19 02:15:20] "PUT /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45 HTTP/1.1" 200 276 0.011125 10.0.0.50 - - [2026-03-19 02:15:20] "GET / HTTP/1.1" 200 35931 0.001850 10.0.0.50 - - [2026-03-19 02:15:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.50 - - [2026-03-19 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.045329 10.0.0.50 - - [2026-03-19 02:15:20] "GET /global-system-config/1c53ea0a-420d-46a8-b18e-64a6fc4b9c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008655 10.0.0.50 - - [2026-03-19 02:15:20] "PUT /global-system-config/1c53ea0a-420d-46a8-b18e-64a6fc4b9c81 HTTP/1.1" 200 274 0.024069 10.0.0.50 - - [2026-03-19 02:15:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000689 10.0.0.50 - - [2026-03-19 02:15:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000501 10.0.0.50 - - [2026-03-19 02:15:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000592 10.0.0.50 - - [2026-03-19 02:15:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 10.0.0.50 - - [2026-03-19 02:16:07] "GET / HTTP/1.1" 200 35931 0.001600 10.0.0.50 - - [2026-03-19 02:16:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000436 10.0.0.50 - - [2026-03-19 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.032243 10.0.0.50 - - [2026-03-19 02:16:07] "GET /routing-instance/2049c498-293a-4da0-bcb2-3a132250fd66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004150 10.0.0.50 - - [2026-03-19 02:16:07] "POST /bgp-routers HTTP/1.1" 200 620 0.026190 10.0.0.50 - - [2026-03-19 02:16:07] "GET /bgp-router/c60b0f87-0f1c-4783-8c0e-191d88436c24?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.008325 10.0.0.50 - - [2026-03-19 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.50 - - [2026-03-19 02:16:08] "GET /global-system-config/1c53ea0a-420d-46a8-b18e-64a6fc4b9c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006582 10.0.0.50 - - [2026-03-19 02:16:08] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003896 10.0.0.50 - - [2026-03-19 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.010229 10.0.0.50 - - [2026-03-19 02:16:35] "GET / HTTP/1.1" 200 35931 0.002853 10.0.0.50 - - [2026-03-19 02:16:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000627 10.0.0.50 - - [2026-03-19 02:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.035332 10.0.0.50 - - [2026-03-19 02:16:36] "GET /global-system-config/1c53ea0a-420d-46a8-b18e-64a6fc4b9c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.008455 10.0.0.50 - - [2026-03-19 02:16:36] "POST /fqname-to-id HTTP/1.1" 404 220 0.004002 10.0.0.50 - - [2026-03-19 02:16:36] "POST /database-nodes HTTP/1.1" 200 603 0.029505 10.0.0.50 - - [2026-03-19 02:17:07] "GET / HTTP/1.1" 200 35931 0.003043 10.0.0.50 - - [2026-03-19 02:17:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000702 10.0.0.50 - - [2026-03-19 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.036255 10.0.0.50 - - [2026-03-19 02:17:07] "GET /global-system-config/1c53ea0a-420d-46a8-b18e-64a6fc4b9c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.018379 10.0.0.50 - - [2026-03-19 02:17:07] "POST /fqname-to-id HTTP/1.1" 404 220 0.003667 10.0.0.50 - - [2026-03-19 02:17:07] "POST /analytics-nodes HTTP/1.1" 200 605 0.024361 10.0.0.50 - - [2026-03-19 02:17:13] "GET / HTTP/1.1" 200 35931 0.002066 10.0.0.50 - - [2026-03-19 02:17:26] "GET / HTTP/1.1" 200 35931 0.001400 10.0.0.50 - - [2026-03-19 02:17:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000808 10.0.0.50 - - [2026-03-19 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.038665 10.0.0.50 - - [2026-03-19 02:17:26] "GET /global-system-config/1c53ea0a-420d-46a8-b18e-64a6fc4b9c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.007987 10.0.0.50 - - [2026-03-19 02:17:26] "POST /fqname-to-id HTTP/1.1" 404 220 0.004079 10.0.0.50 - - [2026-03-19 02:17:26] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.037684 10.0.0.50 - - [2026-03-19 02:17:45] "GET / HTTP/1.1" 200 35931 0.004789 10.0.0.50 - - [2026-03-19 02:17:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.001858 10.0.0.50 - - [2026-03-19 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.039709 10.0.0.50 - - [2026-03-19 02:17:46] "GET /global-system-config/1c53ea0a-420d-46a8-b18e-64a6fc4b9c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.011201 10.0.0.50 - - [2026-03-19 02:17:46] "POST /fqname-to-id HTTP/1.1" 404 220 0.003582 10.0.0.50 - - [2026-03-19 02:17:46] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.034283 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.50 - - [2026-03-19 02:18:13] "GET /obj-perms HTTP/1.1" 200 5056 0.411411 10.0.0.50 - - [2026-03-19 02:18:13] "GET /obj-perms HTTP/1.1" 200 5056 0.079717 10.0.0.50 - - [2026-03-19 02:19:14] "GET /obj-perms HTTP/1.1" 200 5056 0.056438 10.0.0.50 - - [2026-03-19 02:19:14] "GET /obj-perms HTTP/1.1" 200 5056 0.062271 10.0.0.50 - - [2026-03-19 02:20:14] "GET /obj-perms HTTP/1.1" 200 5056 0.062610 10.0.0.50 - - [2026-03-19 02:20:15] "GET /obj-perms HTTP/1.1" 200 5056 0.054449 10.0.0.50 - - [2026-03-19 02:20:15] "GET / HTTP/1.1" 200 35931 0.001441 10.0.0.50 - - [2026-03-19 02:20:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000393 10.0.0.50 - - [2026-03-19 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.032892 10.0.0.50 - - [2026-03-19 02:20:15] "GET /global-system-config/1c53ea0a-420d-46a8-b18e-64a6fc4b9c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.006450 10.0.0.50 - - [2026-03-19 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.50 - - [2026-03-19 02:20:15] "GET /routing-instance/2049c498-293a-4da0-bcb2-3a132250fd66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004266 10.0.0.50 - - [2026-03-19 02:20:15] "PUT /global-system-config/1c53ea0a-420d-46a8-b18e-64a6fc4b9c81 HTTP/1.1" 200 274 0.015496 10.0.0.50 - - [2026-03-19 02:20:15] "POST /fqname-to-id HTTP/1.1" 404 218 0.003338 10.0.0.50 - - [2026-03-19 02:20:15] "POST /virtual-routers HTTP/1.1" 200 603 0.023360 10.0.0.50 - - [2026-03-19 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.50 - - [2026-03-19 02:20:16] "GET /virtual-router/2c83917e-2da5-4aa9-9a3b-9cd4e4eda833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.006163 10.0.0.50 - - [2026-03-19 02:20:16] "POST /fqname-to-id HTTP/1.1" 404 231 0.003461 10.0.0.50 - - [2026-03-19 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.50 - - [2026-03-19 02:20:16] "GET /virtual-network/c39b5790-a915-4d3d-8b60-991282be2c9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.006665 10.0.0.50 - - [2026-03-19 02:20:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.040674 10.0.0.50 - - [2026-03-19 02:20:16] "PUT /access-control-list/f6dfd042-7f40-454e-ac0e-8908387d4766 HTTP/1.1" 200 272 0.036775 [Introspect:8084]10.0.0.50 - - [2026-03-19 02:20:18] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001152 [Introspect:8084]10.0.0.50 - - [2026-03-19 02:20:18] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001341 [Introspect:8084]10.0.0.50 - - [2026-03-19 02:20:31] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001078 [Introspect:8084]10.0.0.50 - - [2026-03-19 02:20:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001129 [Introspect:8084]10.0.0.50 - - [2026-03-19 02:20:34] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000969 [Introspect:8084]10.0.0.50 - - [2026-03-19 02:20:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001028 10.0.0.50 - - [2026-03-19 02:20:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000527 10.0.0.50 - - [2026-03-19 02:20:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.50 - - [2026-03-19 02:20:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.50 - - [2026-03-19 02:20:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.50 - - [2026-03-19 02:21:15] "GET /obj-perms HTTP/1.1" 200 5056 0.051563 10.0.0.50 - - [2026-03-19 02:21:15] "GET /obj-perms HTTP/1.1" 200 5056 0.060518 10.0.0.50 - - [2026-03-19 02:21:56] "GET / HTTP/1.1" 200 35931 0.002562 10.0.0.50 - - [2026-03-19 02:21:58] "GET /project/d147974b-cd09-4cd9-9b69-945831e71d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000686 10.0.0.50 - - [2026-03-19 02:21:58] "GET /projects?obj_uuids=d147974b-cd09-4cd9-9b69-945831e71d36&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.026163 10.0.0.50 - - [2026-03-19 02:21:58] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.50 - - [2026-03-19 02:21:58] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.034353 10.0.0.50 - - [2026-03-19 02:21:58] "POST /id-to-fqname HTTP/1.1" 200 167 0.001794 10.0.0.50 - - [2026-03-19 02:21:58] "POST /fqname-to-id HTTP/1.1" 404 176 0.005957 10.0.0.50 - - [2026-03-19 02:21:58] "POST /security-groups HTTP/1.1" 200 568 0.066862 10.0.0.50 - - [2026-03-19 02:21:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.004107 10.0.0.50 - - [2026-03-19 02:21:58] "POST /projects HTTP/1.1" 200 539 0.236958 10.0.0.50 - - [2026-03-19 02:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.345383 10.0.0.50 - - [2026-03-19 02:21:58] "POST /access-control-lists HTTP/1.1" 200 573 0.066059 10.0.0.50 - - [2026-03-19 02:21:58] "GET /project/d147974b-cd09-4cd9-9b69-945831e71d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.529812 10.0.0.50 - - [2026-03-19 02:21:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.003323 10.0.0.50 - - [2026-03-19 02:21:59] "POST /access-control-lists HTTP/1.1" 200 571 0.061396 [Introspect:8084]10.0.0.50 - - [2026-03-19 02:21:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001445 10.0.0.50 - - [2026-03-19 02:21:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.027359 10.0.0.50 - - [2026-03-19 02:21:59] "GET /projects?obj_uuids=048aa08d-2c81-417c-a6a4-4d5ec1645ba0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003105 10.0.0.50 - - [2026-03-19 02:21:59] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001660 10.0.0.50 - - [2026-03-19 02:21:59] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009534 10.0.0.50 - - [2026-03-19 02:22:00] "POST /id-to-fqname HTTP/1.1" 200 201 0.001560 10.0.0.50 - - [2026-03-19 02:22:00] "POST /fqname-to-id HTTP/1.1" 404 210 0.003837 10.0.0.50 - - [2026-03-19 02:22:00] "POST /security-groups HTTP/1.1" 200 602 0.073849 10.0.0.50 - - [2026-03-19 02:22:00] "POST /fqname-to-id HTTP/1.1" 404 245 0.004504 10.0.0.50 - - [2026-03-19 02:22:00] "POST /projects HTTP/1.1" 200 607 0.246965 10.0.0.50 - - [2026-03-19 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.323031 10.0.0.50 - - [2026-03-19 02:22:00] "POST /access-control-lists HTTP/1.1" 200 607 0.075459 10.0.0.50 - - [2026-03-19 02:22:00] "POST /fqname-to-id HTTP/1.1" 404 244 0.003582 10.0.0.50 - - [2026-03-19 02:22:00] "GET /project/048aa08d-2c81-417c-a6a4-4d5ec1645ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.466015 10.0.0.50 - - [2026-03-19 02:22:00] "POST /access-control-lists HTTP/1.1" 200 605 0.073166 10.0.0.50 - - [2026-03-19 02:22:01] "GET / HTTP/1.1" 200 35931 0.002088 10.0.0.50 - - [2026-03-19 02:22:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000553 10.0.0.50 - - [2026-03-19 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.067238 10.0.0.50 - - [2026-03-19 02:22:02] "GET /projects?obj_uuids=048aa08d-2c81-417c-a6a4-4d5ec1645ba0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001182 10.0.0.50 - - [2026-03-19 02:22:02] "GET /project/048aa08d-2c81-417c-a6a4-4d5ec1645ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.034550 10.0.0.50 - - [2026-03-19 02:22:02] "POST /neutron/network HTTP/1.1" 200 117 0.049441 10.0.0.50 - - [2026-03-19 02:22:02] "GET /projects?obj_uuids=048aa08d-2c81-417c-a6a4-4d5ec1645ba0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001040 10.0.0.50 - - [2026-03-19 02:22:02] "POST /neutron/network HTTP/1.1" 200 620 0.081733 10.0.0.50 - - [2026-03-19 02:22:02] "POST /route-targets HTTP/1.1" 200 327 0.016793 10.0.0.50 - - [2026-03-19 02:22:02] "POST /ref-update HTTP/1.1" 200 156 0.018604 10.0.0.50 - - [2026-03-19 02:22:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004544 10.0.0.50 - - [2026-03-19 02:22:03] "POST /neutron/subnet HTTP/1.1" 200 730 0.146719 10.0.0.50 - - [2026-03-19 02:22:03] "POST /neutron/network HTTP/1.1" 200 840 0.007004 10.0.0.50 - - [2026-03-19 02:22:03] "POST /id-to-fqname HTTP/1.1" 200 233 0.001590 10.0.0.50 - - [2026-03-19 02:22:03] "GET /virtual-network/e5286122-a41b-48c5-8c0c-37c78aa69882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006557 10.0.0.50 - - [2026-03-19 02:22:03] "POST /neutron/network HTTP/1.1" 200 840 0.006687 10.0.0.50 - - [2026-03-19 02:22:03] "GET /virtual-network/e5286122-a41b-48c5-8c0c-37c78aa69882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005635 10.0.0.50 - - [2026-03-19 02:22:03] "POST /neutron/network HTTP/1.1" 200 840 0.007571 10.0.0.50 - - [2026-03-19 02:22:03] "POST /neutron/subnet HTTP/1.1" 200 730 0.010835 10.0.0.50 - - [2026-03-19 02:22:03] "GET /domains HTTP/1.1" 401 292 0.000494 10.0.0.50 - - [2026-03-19 02:22:03] "GET /domains HTTP/1.1" 200 280 0.029071 10.0.0.50 - - [2026-03-19 02:22:03] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.50 - - [2026-03-19 02:22:03] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2583 0.016769 10.0.0.50 - - [2026-03-19 02:22:03] "GET /projects?obj_uuids=048aa08d-2c81-417c-a6a4-4d5ec1645ba0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001579 10.0.0.50 - - [2026-03-19 02:22:03] "GET /project/048aa08d-2c81-417c-a6a4-4d5ec1645ba0 HTTP/1.1" 200 2167 0.075542 10.0.0.50 - - [2026-03-19 02:22:03] "GET /virtual-network/e5286122-a41b-48c5-8c0c-37c78aa69882 HTTP/1.1" 200 2346 0.006749 10.0.0.50 - - [2026-03-19 02:22:03] "GET /virtual-network/e5286122-a41b-48c5-8c0c-37c78aa69882 HTTP/1.1" 200 2346 0.005397 10.0.0.50 - - [2026-03-19 02:22:03] "GET /routing-instance/ad585ec2-00f0-47b4-8151-8ee792afddcf HTTP/1.1" 200 1494 0.004340 10.0.0.50 - - [2026-03-19 02:22:03] "GET /routing-instance/ad585ec2-00f0-47b4-8151-8ee792afddcf HTTP/1.1" 200 1494 0.004376 10.0.0.50 - - [2026-03-19 02:22:03] "GET /route-target/20f365a4-ded1-4b8f-b9af-d2f573a3f26d HTTP/1.1" 200 1219 0.004196 10.0.0.50 - - [2026-03-19 02:22:03] "GET /virtual-network/e5286122-a41b-48c5-8c0c-37c78aa69882 HTTP/1.1" 200 2346 0.006537 10.0.0.50 - - [2026-03-19 02:22:03] "GET /routing-instance/ad585ec2-00f0-47b4-8151-8ee792afddcf HTTP/1.1" 200 1494 0.005218 10.0.0.50 - - [2026-03-19 02:22:03] "GET /virtual-network/e5286122-a41b-48c5-8c0c-37c78aa69882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.007027 10.0.0.50 - - [2026-03-19 02:22:03] "GET /virtual-network/e5286122-a41b-48c5-8c0c-37c78aa69882 HTTP/1.1" 200 2346 0.005624 10.0.0.50 - - [2026-03-19 02:22:03] "GET /routing-instance/ad585ec2-00f0-47b4-8151-8ee792afddcf HTTP/1.1" 200 1494 0.004302 10.0.0.50 - - [2026-03-19 02:22:03] "GET /routing-instance/ad585ec2-00f0-47b4-8151-8ee792afddcf HTTP/1.1" 200 1494 0.003907 10.0.0.50 - - [2026-03-19 02:22:03] "GET /route-target/20f365a4-ded1-4b8f-b9af-d2f573a3f26d HTTP/1.1" 200 1219 0.003745 10.0.0.50 - - [2026-03-19 02:22:03] "GET /domains HTTP/1.1" 200 280 0.003138 10.0.0.50 - - [2026-03-19 02:22:03] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.50 - - [2026-03-19 02:22:03] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2583 0.007239 10.0.0.50 - - [2026-03-19 02:22:03] "GET /projects?obj_uuids=048aa08d-2c81-417c-a6a4-4d5ec1645ba0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001438 10.0.0.50 - - [2026-03-19 02:22:03] "GET /project/048aa08d-2c81-417c-a6a4-4d5ec1645ba0 HTTP/1.1" 200 2167 0.077734 10.0.0.50 - - [2026-03-19 02:22:03] "GET /virtual-network/e5286122-a41b-48c5-8c0c-37c78aa69882 HTTP/1.1" 200 2346 0.006910 10.0.0.50 - - [2026-03-19 02:22:04] "GET /obj-perms HTTP/1.1" 200 5052 0.069976 10.0.0.50 - - [2026-03-19 02:22:04] "POST /id-to-fqname HTTP/1.1" 200 233 0.001452 10.0.0.50 - - [2026-03-19 02:22:05] "POST /neutron/network HTTP/1.1" 200 850 0.007950 10.0.0.50 - - [2026-03-19 02:22:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000512 10.0.0.50 - - [2026-03-19 02:22:06] "GET / HTTP/1.1" 200 35931 0.001838 10.0.0.50 - - [2026-03-19 02:22:06] "GET /project/048aa08d-2c81-417c-a6a4-4d5ec1645ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000707 10.0.0.50 - - [2026-03-19 02:22:06] "GET /projects?obj_uuids=048aa08d-2c81-417c-a6a4-4d5ec1645ba0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001514 10.0.0.50 - - [2026-03-19 02:22:06] "GET /project/048aa08d-2c81-417c-a6a4-4d5ec1645ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.058651 10.0.0.50 - - [2026-03-19 02:22:07] "POST /neutron/network HTTP/1.1" 200 840 0.042114 10.0.0.50 - - [2026-03-19 02:22:07] "POST /neutron/port HTTP/1.1" 200 117 0.005208 10.0.0.50 - - [2026-03-19 02:22:07] "POST /neutron/port HTTP/1.1" 200 117 0.006521 10.0.0.50 - - [2026-03-19 02:22:07] "POST /neutron/port HTTP/1.1" 200 117 0.006026 10.0.0.50 - - [2026-03-19 02:22:08] "POST /neutron/network HTTP/1.1" 200 850 0.005973 10.0.0.50 - - [2026-03-19 02:22:08] "GET /projects?obj_uuids=048aa08d-2c81-417c-a6a4-4d5ec1645ba0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002614 10.0.0.50 - - [2026-03-19 02:22:09] "POST /neutron/port HTTP/1.1" 200 1072 0.232875 10.0.0.50 - - [2026-03-19 02:22:09] "POST /neutron/port HTTP/1.1" 200 1072 0.053461 10.0.0.50 - - [2026-03-19 02:22:09] "POST /neutron/port HTTP/1.1" 200 1072 0.017048 10.0.0.50 - - [2026-03-19 02:22:09] "POST /neutron/port HTTP/1.1" 200 1126 0.077893 10.0.0.50 - - [2026-03-19 02:22:09] "POST /neutron/port HTTP/1.1" 200 1136 0.016835 10.0.0.50 - - [2026-03-19 02:22:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003901 10.0.0.50 - - [2026-03-19 02:22:09] "POST /neutron/subnet HTTP/1.1" 200 704 0.009897 10.0.0.50 - - [2026-03-19 02:22:09] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.50 - - [2026-03-19 02:22:09] "POST /neutron/network HTTP/1.1" 200 840 0.006627 10.0.0.50 - - [2026-03-19 02:22:11] "DELETE /project/048aa08d2c81417ca6a44d5ec1645ba0 HTTP/1.1" 404 173 0.005565 10.0.0.50 - - [2026-03-19 02:22:11] "DELETE /project/d147974bcd094cd99b69945831e71d36 HTTP/1.1" 404 173 0.003665 10.0.0.50 - - [2026-03-19 02:22:12] "POST /neutron/port HTTP/1.1" 200 1136 0.012922 10.0.0.50 - - [2026-03-19 02:22:12] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007101 10.0.0.50 - - [2026-03-19 02:22:16] "GET /obj-perms HTTP/1.1" 200 5056 0.054078 10.0.0.50 - - [2026-03-19 02:22:16] "GET /obj-perms HTTP/1.1" 200 5056 0.060484 10.0.0.50 - - [2026-03-19 02:22:17] "POST /neutron/port HTTP/1.1" 200 1136 0.020937 10.0.0.50 - - [2026-03-19 02:22:17] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008251 10.0.0.50 - - [2026-03-19 02:22:18] "GET /obj-perms HTTP/1.1" 200 5052 0.003625 10.0.0.50 - - [2026-03-19 02:22:19] "GET /obj-perms HTTP/1.1" 200 5052 0.025178 10.0.0.50 - - [2026-03-19 02:22:20] "GET /obj-perms HTTP/1.1" 200 5052 0.004857 10.0.0.50 - - [2026-03-19 02:22:21] "GET /obj-perms HTTP/1.1" 200 5052 0.004059 10.0.0.50 - - [2026-03-19 02:22:22] "GET /obj-perms HTTP/1.1" 200 5052 0.003688 10.0.0.50 - - [2026-03-19 02:22:23] "POST /neutron/network HTTP/1.1" 200 840 0.012352 10.0.0.50 - - [2026-03-19 02:22:23] "POST /neutron/network HTTP/1.1" 400 204 0.017034 10.0.0.50 - - [2026-03-19 02:22:23] "POST /neutron/port HTTP/1.1" 200 1136 0.022266 10.0.0.50 - - [2026-03-19 02:22:23] "POST /neutron/port HTTP/1.1" 200 1126 0.019814 10.0.0.50 - - [2026-03-19 02:22:24] "POST /neutron/port HTTP/1.1" 200 151 0.157890 10.0.0.50 - - [2026-03-19 02:22:25] "POST /neutron/network HTTP/1.1" 200 840 0.007243 10.0.0.50 - - [2026-03-19 02:22:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004827 10.0.0.50 - - [2026-03-19 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.50 - - [2026-03-19 02:22:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003097 10.0.0.50 - - [2026-03-19 02:22:25] "POST /neutron/network HTTP/1.1" 200 151 0.094606 10.0.0.50 - - [2026-03-19 02:22:25] "DELETE /route-target/20f365a4-ded1-4b8f-b9af-d2f573a3f26d HTTP/1.1" 200 115 0.019488 10.0.0.50 - - [2026-03-19 02:22:25] "GET /routing-instance/ad585ec2-00f0-47b4-8151-8ee792afddcf HTTP/1.1" 404 171 0.003516 10.0.0.50 - - [2026-03-19 02:22:25] "GET /domains HTTP/1.1" 200 280 0.003596 10.0.0.50 - - [2026-03-19 02:22:25] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000948 10.0.0.50 - - [2026-03-19 02:22:25] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2583 0.051792 10.0.0.50 - - [2026-03-19 02:22:25] "GET /projects?obj_uuids=048aa08d-2c81-417c-a6a4-4d5ec1645ba0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002246 10.0.0.50 - - [2026-03-19 02:22:25] "GET /project/048aa08d-2c81-417c-a6a4-4d5ec1645ba0 HTTP/1.1" 200 1917 0.079817 10.0.0.50 - - [2026-03-19 02:22:25] "GET /projects?obj_uuids=048aa08d-2c81-417c-a6a4-4d5ec1645ba0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001087 10.0.0.50 - - [2026-03-19 02:22:25] "GET /project/048aa08d-2c81-417c-a6a4-4d5ec1645ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.031126 10.0.0.50 - - [2026-03-19 02:22:25] "GET /projects?obj_uuids=048aa08d-2c81-417c-a6a4-4d5ec1645ba0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001262 10.0.0.50 - - [2026-03-19 02:22:25] "GET /project/048aa08d-2c81-417c-a6a4-4d5ec1645ba0?fields=virtual_networks HTTP/1.1" 200 1053 0.069931 10.0.0.50 - - [2026-03-19 02:22:25] "GET /projects?obj_uuids=048aa08d-2c81-417c-a6a4-4d5ec1645ba0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001378 10.0.0.50 - - [2026-03-19 02:22:26] "GET /project/048aa08d-2c81-417c-a6a4-4d5ec1645ba0?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.028659 10.0.0.50 - - [2026-03-19 02:22:26] "GET /projects?obj_uuids=048aa08d-2c81-417c-a6a4-4d5ec1645ba0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001014 10.0.0.50 - - [2026-03-19 02:22:26] "GET /project/048aa08d-2c81-417c-a6a4-4d5ec1645ba0?fields=security_groups HTTP/1.1" 200 1290 0.038318 10.0.0.50 - - [2026-03-19 02:22:26] "GET /projects?obj_uuids=d147974b-cd09-4cd9-9b69-945831e71d36&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001129 10.0.0.50 - - [2026-03-19 02:22:26] "GET /project/d147974b-cd09-4cd9-9b69-945831e71d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.035133 10.0.0.50 - - [2026-03-19 02:22:30] "GET /projects?obj_uuids=d147974b-cd09-4cd9-9b69-945831e71d36&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002137 10.0.0.50 - - [2026-03-19 02:22:30] "GET /project/d147974b-cd09-4cd9-9b69-945831e71d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.038349 10.0.0.50 - - [2026-03-19 02:22:31] "GET /documentation/index.html HTTP/1.1" 200 219571 0.003224 10.0.0.50 - - [2026-03-19 02:22:31] "POST /fqname-to-id HTTP/1.1" 404 200 0.033380 10.0.0.50 - - [2026-03-19 02:22:31] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003313 10.0.0.50 - - [2026-03-19 02:22:31] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001185 10.0.0.50 - - [2026-03-19 02:22:31] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007966 10.0.0.50 - - [2026-03-19 02:22:31] "POST /id-to-fqname HTTP/1.1" 200 202 0.003018 10.0.0.50 - - [2026-03-19 02:22:31] "POST /fqname-to-id HTTP/1.1" 404 211 0.006792 10.0.0.50 - - [2026-03-19 02:22:32] "POST /security-groups HTTP/1.1" 200 603 0.073487 10.0.0.50 - - [2026-03-19 02:22:32] "POST /fqname-to-id HTTP/1.1" 404 246 0.003605 10.0.0.50 - - [2026-03-19 02:22:32] "POST /projects HTTP/1.1" 200 609 0.264611 10.0.0.50 - - [2026-03-19 02:22:32] "POST /access-control-lists HTTP/1.1" 200 608 0.065311 10.0.0.50 - - [2026-03-19 02:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.343313 10.0.0.50 - - [2026-03-19 02:22:32] "POST /fqname-to-id HTTP/1.1" 404 245 0.003404 10.0.0.50 - - [2026-03-19 02:22:32] "GET /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.474229 10.0.0.50 - - [2026-03-19 02:22:32] "POST /access-control-lists HTTP/1.1" 200 606 0.065693 10.0.0.50 - - [2026-03-19 02:22:33] "GET / HTTP/1.1" 200 35931 0.003021 10.0.0.50 - - [2026-03-19 02:22:33] "GET /projects?obj_uuids=d147974b-cd09-4cd9-9b69-945831e71d36&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001257 10.0.0.50 - - [2026-03-19 02:22:33] "GET /project/d147974b-cd09-4cd9-9b69-945831e71d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.032223 10.0.0.50 - - [2026-03-19 02:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.50 - - [2026-03-19 02:22:34] "GET /security-group/835ea869-07c5-4374-8c47-aadfc6653171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.005357 10.0.0.50 - - [2026-03-19 02:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.50 - - [2026-03-19 02:22:34] "GET /projects?obj_uuids=d147974b-cd09-4cd9-9b69-945831e71d36&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002053 10.0.0.50 - - [2026-03-19 02:22:34] "GET /project/d147974b-cd09-4cd9-9b69-945831e71d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.036037 10.0.0.50 - - [2026-03-19 02:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.50 - - [2026-03-19 02:22:34] "GET /security-group/835ea869-07c5-4374-8c47-aadfc6653171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.005109 10.0.0.50 - - [2026-03-19 02:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.50 - - [2026-03-19 02:22:35] "PUT /security-group/835ea869-07c5-4374-8c47-aadfc6653171 HTTP/1.1" 200 262 0.016296 10.0.0.50 - - [2026-03-19 02:22:35] "PUT /access-control-list/24fbc41d-1985-4fa2-9011-5bc6aadd2b1e HTTP/1.1" 200 272 0.009254 10.0.0.50 - - [2026-03-19 02:22:35] "PUT /access-control-list/543c7fc4-55c3-4b53-a215-4e9c133708da HTTP/1.1" 200 272 0.010411 10.0.0.50 - - [2026-03-19 02:22:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000785 10.0.0.50 - - [2026-03-19 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.068997 10.0.0.50 - - [2026-03-19 02:22:35] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001189 10.0.0.50 - - [2026-03-19 02:22:35] "GET /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.033322 10.0.0.50 - - [2026-03-19 02:22:35] "POST /neutron/network HTTP/1.1" 200 117 0.049357 10.0.0.50 - - [2026-03-19 02:22:35] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001705 10.0.0.50 - - [2026-03-19 02:22:35] "POST /neutron/network HTTP/1.1" 200 619 0.090436 10.0.0.50 - - [2026-03-19 02:22:35] "POST /route-targets HTTP/1.1" 200 327 0.012483 10.0.0.50 - - [2026-03-19 02:22:35] "POST /ref-update HTTP/1.1" 200 156 0.014452 10.0.0.50 - - [2026-03-19 02:22:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004253 10.0.0.50 - - [2026-03-19 02:22:36] "POST /neutron/subnet HTTP/1.1" 200 734 0.217783 10.0.0.50 - - [2026-03-19 02:22:36] "POST /neutron/network HTTP/1.1" 200 840 0.007704 10.0.0.50 - - [2026-03-19 02:22:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001560 10.0.0.50 - - [2026-03-19 02:22:36] "GET /virtual-network/ed77c92a-aed0-4f28-83a5-bda0ac9468b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008398 10.0.0.50 - - [2026-03-19 02:22:36] "POST /neutron/network HTTP/1.1" 200 840 0.007137 10.0.0.50 - - [2026-03-19 02:22:36] "GET /virtual-network/ed77c92a-aed0-4f28-83a5-bda0ac9468b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005891 10.0.0.50 - - [2026-03-19 02:22:36] "POST /neutron/network HTTP/1.1" 200 840 0.006784 10.0.0.50 - - [2026-03-19 02:22:36] "POST /neutron/subnet HTTP/1.1" 200 734 0.008449 10.0.0.50 - - [2026-03-19 02:22:36] "GET /domains HTTP/1.1" 401 292 0.000466 10.0.0.50 - - [2026-03-19 02:22:36] "GET /domains HTTP/1.1" 200 280 0.033027 10.0.0.50 - - [2026-03-19 02:22:36] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.50 - - [2026-03-19 02:22:36] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2781 0.008229 10.0.0.50 - - [2026-03-19 02:22:36] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000940 10.0.0.50 - - [2026-03-19 02:22:36] "GET /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5 HTTP/1.1" 200 2174 0.080239 10.0.0.50 - - [2026-03-19 02:22:36] "GET /virtual-network/ed77c92a-aed0-4f28-83a5-bda0ac9468b9 HTTP/1.1" 200 2346 0.016558 10.0.0.50 - - [2026-03-19 02:22:36] "GET /virtual-network/ed77c92a-aed0-4f28-83a5-bda0ac9468b9 HTTP/1.1" 200 2346 0.006681 10.0.0.50 - - [2026-03-19 02:22:36] "GET /routing-instance/5e40537c-2050-4e7f-9dd1-15becfcb4189 HTTP/1.1" 200 1491 0.004378 10.0.0.50 - - [2026-03-19 02:22:36] "GET /routing-instance/5e40537c-2050-4e7f-9dd1-15becfcb4189 HTTP/1.1" 200 1491 0.006367 10.0.0.50 - - [2026-03-19 02:22:36] "GET /route-target/fd716e07-4a29-4ae8-baaf-8f4f05b7e403 HTTP/1.1" 200 1219 0.005970 10.0.0.50 - - [2026-03-19 02:22:36] "GET /virtual-network/ed77c92a-aed0-4f28-83a5-bda0ac9468b9 HTTP/1.1" 200 2346 0.007654 10.0.0.50 - - [2026-03-19 02:22:36] "GET /routing-instance/5e40537c-2050-4e7f-9dd1-15becfcb4189 HTTP/1.1" 200 1491 0.004806 10.0.0.50 - - [2026-03-19 02:22:36] "GET /virtual-network/ed77c92a-aed0-4f28-83a5-bda0ac9468b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005689 10.0.0.50 - - [2026-03-19 02:22:36] "GET /virtual-network/ed77c92a-aed0-4f28-83a5-bda0ac9468b9 HTTP/1.1" 200 2346 0.006866 10.0.0.50 - - [2026-03-19 02:22:36] "GET /routing-instance/5e40537c-2050-4e7f-9dd1-15becfcb4189 HTTP/1.1" 200 1491 0.004169 10.0.0.50 - - [2026-03-19 02:22:36] "GET /routing-instance/5e40537c-2050-4e7f-9dd1-15becfcb4189 HTTP/1.1" 200 1491 0.004923 10.0.0.50 - - [2026-03-19 02:22:36] "GET /route-target/fd716e07-4a29-4ae8-baaf-8f4f05b7e403 HTTP/1.1" 200 1219 0.004986 10.0.0.50 - - [2026-03-19 02:22:36] "GET /domains HTTP/1.1" 200 280 0.003667 10.0.0.50 - - [2026-03-19 02:22:36] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.50 - - [2026-03-19 02:22:36] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2781 0.007842 10.0.0.50 - - [2026-03-19 02:22:36] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001010 10.0.0.50 - - [2026-03-19 02:22:36] "GET /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5 HTTP/1.1" 200 2174 0.070222 10.0.0.50 - - [2026-03-19 02:22:36] "GET /virtual-network/ed77c92a-aed0-4f28-83a5-bda0ac9468b9 HTTP/1.1" 200 2346 0.005233 10.0.0.50 - - [2026-03-19 02:22:37] "GET /obj-perms HTTP/1.1" 200 5054 0.067539 10.0.0.50 - - [2026-03-19 02:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.50 - - [2026-03-19 02:22:37] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001129 10.0.0.50 - - [2026-03-19 02:22:37] "GET /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.034983 10.0.0.50 - - [2026-03-19 02:22:37] "POST /neutron/network HTTP/1.1" 200 117 0.010478 10.0.0.50 - - [2026-03-19 02:22:37] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001053 10.0.0.50 - - [2026-03-19 02:22:37] "POST /neutron/network HTTP/1.1" 200 619 0.073245 10.0.0.50 - - [2026-03-19 02:22:37] "POST /route-targets HTTP/1.1" 200 327 0.013323 10.0.0.50 - - [2026-03-19 02:22:37] "POST /ref-update HTTP/1.1" 200 156 0.012894 10.0.0.50 - - [2026-03-19 02:22:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004748 10.0.0.50 - - [2026-03-19 02:22:37] "POST /neutron/subnet HTTP/1.1" 200 734 0.175701 10.0.0.50 - - [2026-03-19 02:22:37] "POST /neutron/network HTTP/1.1" 200 840 0.006046 10.0.0.50 - - [2026-03-19 02:22:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001304 10.0.0.50 - - [2026-03-19 02:22:37] "GET /virtual-network/c6fdd24d-e8c4-42fd-8404-6e9e09d99142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005108 10.0.0.50 - - [2026-03-19 02:22:37] "POST /neutron/network HTTP/1.1" 200 840 0.007313 10.0.0.50 - - [2026-03-19 02:22:37] "GET /virtual-network/c6fdd24d-e8c4-42fd-8404-6e9e09d99142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005854 10.0.0.50 - - [2026-03-19 02:22:37] "POST /neutron/network HTTP/1.1" 200 840 0.005872 10.0.0.50 - - [2026-03-19 02:22:38] "POST /neutron/subnet HTTP/1.1" 200 734 0.009294 10.0.0.50 - - [2026-03-19 02:22:38] "GET /domains HTTP/1.1" 200 280 0.002725 10.0.0.50 - - [2026-03-19 02:22:38] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001185 10.0.0.50 - - [2026-03-19 02:22:38] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2781 0.007016 10.0.0.50 - - [2026-03-19 02:22:38] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001134 10.0.0.50 - - [2026-03-19 02:22:38] "GET /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5 HTTP/1.1" 200 2402 0.071389 10.0.0.50 - - [2026-03-19 02:22:38] "GET /virtual-network/c6fdd24d-e8c4-42fd-8404-6e9e09d99142 HTTP/1.1" 200 2346 0.008235 10.0.0.50 - - [2026-03-19 02:22:38] "GET /virtual-network/c6fdd24d-e8c4-42fd-8404-6e9e09d99142 HTTP/1.1" 200 2346 0.005200 10.0.0.50 - - [2026-03-19 02:22:38] "GET /routing-instance/07b46643-acdf-488b-89ff-d7fed6615d20 HTTP/1.1" 200 1489 0.004022 10.0.0.50 - - [2026-03-19 02:22:38] "GET /routing-instance/07b46643-acdf-488b-89ff-d7fed6615d20 HTTP/1.1" 200 1489 0.003396 10.0.0.50 - - [2026-03-19 02:22:38] "GET /route-target/1d1f2745-a4c9-46a2-afe4-e3fd0b01cf71 HTTP/1.1" 200 1218 0.003738 10.0.0.50 - - [2026-03-19 02:22:38] "GET /virtual-network/c6fdd24d-e8c4-42fd-8404-6e9e09d99142 HTTP/1.1" 200 2346 0.004868 10.0.0.50 - - [2026-03-19 02:22:38] "GET /routing-instance/07b46643-acdf-488b-89ff-d7fed6615d20 HTTP/1.1" 200 1489 0.003866 10.0.0.50 - - [2026-03-19 02:22:38] "GET /virtual-network/c6fdd24d-e8c4-42fd-8404-6e9e09d99142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004966 10.0.0.50 - - [2026-03-19 02:22:38] "GET /virtual-network/c6fdd24d-e8c4-42fd-8404-6e9e09d99142 HTTP/1.1" 200 2346 0.004729 10.0.0.50 - - [2026-03-19 02:22:38] "GET /routing-instance/07b46643-acdf-488b-89ff-d7fed6615d20 HTTP/1.1" 200 1489 0.003509 10.0.0.50 - - [2026-03-19 02:22:38] "GET /routing-instance/07b46643-acdf-488b-89ff-d7fed6615d20 HTTP/1.1" 200 1489 0.004058 10.0.0.50 - - [2026-03-19 02:22:38] "GET /route-target/1d1f2745-a4c9-46a2-afe4-e3fd0b01cf71 HTTP/1.1" 200 1218 0.003286 10.0.0.50 - - [2026-03-19 02:22:38] "GET /domains HTTP/1.1" 200 280 0.003446 10.0.0.50 - - [2026-03-19 02:22:38] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.50 - - [2026-03-19 02:22:38] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2781 0.007290 10.0.0.50 - - [2026-03-19 02:22:38] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001132 10.0.0.50 - - [2026-03-19 02:22:38] "GET /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5 HTTP/1.1" 200 2402 0.090821 10.0.0.50 - - [2026-03-19 02:22:38] "GET /virtual-network/c6fdd24d-e8c4-42fd-8404-6e9e09d99142 HTTP/1.1" 200 2346 0.009962 10.0.0.50 - - [2026-03-19 02:22:38] "GET /obj-perms HTTP/1.1" 200 5054 0.003150 10.0.0.50 - - [2026-03-19 02:22:38] "POST /id-to-fqname HTTP/1.1" 200 233 0.001549 10.0.0.50 - - [2026-03-19 02:22:38] "POST /neutron/network HTTP/1.1" 200 850 0.008332 10.0.0.50 - - [2026-03-19 02:22:38] "GET /aaa-mode HTTP/1.1" 401 292 0.000477 10.0.0.50 - - [2026-03-19 02:22:38] "GET / HTTP/1.1" 200 35931 0.001384 10.0.0.50 - - [2026-03-19 02:22:38] "GET /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000350 10.0.0.50 - - [2026-03-19 02:22:39] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001058 10.0.0.50 - - [2026-03-19 02:22:39] "GET /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.065942 10.0.0.50 - - [2026-03-19 02:22:39] "POST /neutron/network HTTP/1.1" 200 840 0.011939 10.0.0.50 - - [2026-03-19 02:22:39] "POST /neutron/port HTTP/1.1" 200 117 0.008188 10.0.0.50 - - [2026-03-19 02:22:39] "POST /neutron/port HTTP/1.1" 200 117 0.005952 10.0.0.50 - - [2026-03-19 02:22:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.001451 10.0.0.50 - - [2026-03-19 02:22:39] "POST /neutron/port HTTP/1.1" 200 117 0.009113 10.0.0.50 - - [2026-03-19 02:22:39] "POST /neutron/network HTTP/1.1" 200 850 0.006203 10.0.0.50 - - [2026-03-19 02:22:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000478 10.0.0.50 - - [2026-03-19 02:22:40] "POST /neutron/network HTTP/1.1" 200 850 0.005847 10.0.0.50 - - [2026-03-19 02:22:40] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001121 10.0.0.50 - - [2026-03-19 02:22:40] "GET / HTTP/1.1" 200 35931 0.001738 10.0.0.50 - - [2026-03-19 02:22:40] "GET /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000366 10.0.0.50 - - [2026-03-19 02:22:40] "POST /neutron/port HTTP/1.1" 200 1074 0.258988 10.0.0.50 - - [2026-03-19 02:22:40] "POST /neutron/port HTTP/1.1" 200 1074 0.011657 10.0.0.50 - - [2026-03-19 02:22:40] "POST /neutron/port HTTP/1.1" 200 1074 0.011897 10.0.0.50 - - [2026-03-19 02:22:40] "POST /neutron/port HTTP/1.1" 200 1128 0.073795 10.0.0.50 - - [2026-03-19 02:22:40] "POST /neutron/port HTTP/1.1" 200 1138 0.013101 10.0.0.50 - - [2026-03-19 02:22:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006663 10.0.0.50 - - [2026-03-19 02:22:40] "POST /neutron/subnet HTTP/1.1" 200 708 0.009477 10.0.0.50 - - [2026-03-19 02:22:40] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001051 10.0.0.50 - - [2026-03-19 02:22:40] "POST /neutron/port HTTP/1.1" 200 117 0.001415 10.0.0.50 - - [2026-03-19 02:22:40] "GET /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.079278 10.0.0.50 - - [2026-03-19 02:22:40] "POST /neutron/network HTTP/1.1" 200 840 0.014498 10.0.0.50 - - [2026-03-19 02:22:40] "POST /neutron/network HTTP/1.1" 200 840 0.020833 10.0.0.50 - - [2026-03-19 02:22:40] "POST /neutron/port HTTP/1.1" 200 1138 0.019015 10.0.0.50 - - [2026-03-19 02:22:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009857 10.0.0.50 - - [2026-03-19 02:22:40] "POST /neutron/port HTTP/1.1" 200 117 0.007001 10.0.0.50 - - [2026-03-19 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.50 - - [2026-03-19 02:22:40] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001032 10.0.0.50 - - [2026-03-19 02:22:40] "GET /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.026567 10.0.0.50 - - [2026-03-19 02:22:40] "GET /virtual-network/ed77c92a-aed0-4f28-83a5-bda0ac9468b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005453 10.0.0.50 - - [2026-03-19 02:22:41] "GET /floating-ip-pools?parent_id=ed77c92a-aed0-4f28-83a5-bda0ac9468b9&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003017 10.0.0.50 - - [2026-03-19 02:22:41] "GET /virtual-network/ed77c92a-aed0-4f28-83a5-bda0ac9468b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005947 10.0.0.50 - - [2026-03-19 02:22:41] "POST /floating-ip-pools HTTP/1.1" 200 609 0.038642 10.0.0.50 - - [2026-03-19 02:22:41] "POST /ref-update HTTP/1.1" 200 156 0.009329 10.0.0.50 - - [2026-03-19 02:22:41] "GET /virtual-network/ed77c92a-aed0-4f28-83a5-bda0ac9468b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.009457 10.0.0.50 - - [2026-03-19 02:22:41] "POST /neutron/network HTTP/1.1" 200 850 0.009227 10.0.0.50 - - [2026-03-19 02:22:41] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002470 10.0.0.50 - - [2026-03-19 02:22:41] "GET /domains HTTP/1.1" 200 280 0.012574 10.0.0.50 - - [2026-03-19 02:22:41] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001822 10.0.0.50 - - [2026-03-19 02:22:41] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2781 0.059463 10.0.0.50 - - [2026-03-19 02:22:41] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000905 10.0.0.50 - - [2026-03-19 02:22:41] "GET /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5 HTTP/1.1" 200 3244 0.128629 10.0.0.50 - - [2026-03-19 02:22:41] "GET /virtual-network/ed77c92a-aed0-4f28-83a5-bda0ac9468b9 HTTP/1.1" 200 2937 0.015329 10.0.0.50 - - [2026-03-19 02:22:41] "GET /floating-ip-pool/40e7c9f4-53ca-4dee-a8c9-b39d5c0511a5 HTTP/1.1" 200 1441 0.013704 10.0.0.50 - - [2026-03-19 02:22:41] "GET /domains HTTP/1.1" 200 280 0.004326 10.0.0.50 - - [2026-03-19 02:22:41] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.50 - - [2026-03-19 02:22:41] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2781 0.008682 10.0.0.50 - - [2026-03-19 02:22:41] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000943 10.0.0.50 - - [2026-03-19 02:22:41] "POST /neutron/port HTTP/1.1" 200 1074 0.356816 10.0.0.50 - - [2026-03-19 02:22:41] "GET /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5 HTTP/1.1" 200 3244 0.091522 10.0.0.50 - - [2026-03-19 02:22:41] "GET /virtual-network/ed77c92a-aed0-4f28-83a5-bda0ac9468b9 HTTP/1.1" 200 3158 0.018645 10.0.0.50 - - [2026-03-19 02:22:41] "POST /neutron/port HTTP/1.1" 200 1074 0.031507 10.0.0.50 - - [2026-03-19 02:22:41] "GET /virtual-network/ed77c92a-aed0-4f28-83a5-bda0ac9468b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007574 10.0.0.50 - - [2026-03-19 02:22:41] "POST /neutron/port HTTP/1.1" 200 1074 0.015072 10.0.0.50 - - [2026-03-19 02:22:41] "POST /neutron/port HTTP/1.1" 200 1138 0.053792 10.0.0.50 - - [2026-03-19 02:22:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.022609 10.0.0.50 - - [2026-03-19 02:22:41] "POST /neutron/port HTTP/1.1" 200 1128 0.152627 10.0.0.50 - - [2026-03-19 02:22:41] "POST /neutron/port HTTP/1.1" 200 1138 0.013272 10.0.0.50 - - [2026-03-19 02:22:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004780 10.0.0.50 - - [2026-03-19 02:22:42] "POST /neutron/subnet HTTP/1.1" 200 708 0.014151 10.0.0.50 - - [2026-03-19 02:22:42] "POST /neutron/port HTTP/1.1" 200 117 0.001406 10.0.0.50 - - [2026-03-19 02:22:42] "POST /neutron/network HTTP/1.1" 200 840 0.006812 10.0.0.50 - - [2026-03-19 02:22:46] "POST /neutron/port HTTP/1.1" 200 1138 0.014544 10.0.0.50 - - [2026-03-19 02:22:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007005 10.0.0.50 - - [2026-03-19 02:22:47] "POST /neutron/port HTTP/1.1" 200 1138 0.012640 10.0.0.50 - - [2026-03-19 02:22:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006623 10.0.0.50 - - [2026-03-19 02:22:47] "POST /neutron/port HTTP/1.1" 200 1138 0.013617 10.0.0.50 - - [2026-03-19 02:22:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007048 10.0.0.50 - - [2026-03-19 02:22:47] "GET /virtual-machine/1ae2d7f3-0f76-4f36-b78f-c8eee13a449d HTTP/1.1" 200 1304 0.008781 10.0.0.50 - - [2026-03-19 02:22:47] "GET /virtual-machine-interface/f62e199a-cf10-4690-8f67-96606ac857e1 HTTP/1.1" 200 3005 0.009797 10.0.0.50 - - [2026-03-19 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.50 - - [2026-03-19 02:22:47] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004009 10.0.0.50 - - [2026-03-19 02:22:47] "GET /virtual-networks?parent_id=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005150 10.0.0.50 - - [2026-03-19 02:22:47] "GET /virtual-network/c6fdd24d-e8c4-42fd-8404-6e9e09d99142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007930 10.0.0.50 - - [2026-03-19 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.50 - - [2026-03-19 02:22:50] "GET /virtual-network/c6fdd24d-e8c4-42fd-8404-6e9e09d99142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005105 10.0.0.50 - - [2026-03-19 02:22:50] "POST /neutron/port HTTP/1.1" 200 1138 0.048481 10.0.0.50 - - [2026-03-19 02:22:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005955 10.0.0.50 - - [2026-03-19 02:22:51] "POST /neutron/port HTTP/1.1" 200 1138 0.014817 10.0.0.50 - - [2026-03-19 02:22:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005725 10.0.0.50 - - [2026-03-19 02:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.50 - - [2026-03-19 02:22:52] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003222 10.0.0.50 - - [2026-03-19 02:22:52] "GET /virtual-networks?parent_id=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003523 10.0.0.50 - - [2026-03-19 02:22:52] "GET /virtual-network/c6fdd24d-e8c4-42fd-8404-6e9e09d99142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005247 10.0.0.50 - - [2026-03-19 02:22:52] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001285 10.0.0.50 - - [2026-03-19 02:22:52] "POST /neutron/floatingip HTTP/1.1" 200 532 0.070178 10.0.0.50 - - [2026-03-19 02:22:52] "POST /neutron/port HTTP/1.1" 200 1138 0.013338 10.0.0.50 - - [2026-03-19 02:22:52] "POST /neutron/floatingip HTTP/1.1" 200 532 0.005440 10.0.0.50 - - [2026-03-19 02:22:52] "POST /neutron/floatingip HTTP/1.1" 200 581 0.039045 10.0.0.50 - - [2026-03-19 02:22:52] "POST /neutron/port HTTP/1.1" 200 1138 0.019258 10.0.0.50 - - [2026-03-19 02:22:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007143 10.0.0.50 - - [2026-03-19 02:22:53] "POST /neutron/port HTTP/1.1" 200 1138 0.012328 10.0.0.50 - - [2026-03-19 02:22:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007310 10.0.0.50 - - [2026-03-19 02:22:53] "POST /neutron/port HTTP/1.1" 200 1138 0.013889 10.0.0.50 - - [2026-03-19 02:22:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007190 10.0.0.50 - - [2026-03-19 02:22:53] "GET /virtual-machine/dca76c90-de1e-4e1b-9941-14cb418d2215 HTTP/1.1" 200 1305 0.005540 10.0.0.50 - - [2026-03-19 02:22:53] "GET /virtual-machine-interface/6374e4f8-5ca8-4425-9ca6-14d964c69e51 HTTP/1.1" 200 3004 0.005040 10.0.0.50 - - [2026-03-19 02:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.50 - - [2026-03-19 02:22:53] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003324 10.0.0.50 - - [2026-03-19 02:22:53] "GET /virtual-networks?parent_id=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002850 10.0.0.50 - - [2026-03-19 02:22:53] "GET /virtual-network/ed77c92a-aed0-4f28-83a5-bda0ac9468b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005412 10.0.0.50 - - [2026-03-19 02:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.50 - - [2026-03-19 02:22:54] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003284 10.0.0.50 - - [2026-03-19 02:22:54] "GET /virtual-networks?parent_id=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002916 10.0.0.50 - - [2026-03-19 02:22:54] "GET /virtual-network/ed77c92a-aed0-4f28-83a5-bda0ac9468b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005675 10.0.0.50 - - [2026-03-19 02:22:54] "POST /neutron/floatingip HTTP/1.1" 200 581 0.012455 10.0.0.50 - - [2026-03-19 02:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002417 10.0.0.50 - - [2026-03-19 02:22:54] "GET /routing-instance/5e40537c-2050-4e7f-9dd1-15becfcb4189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.004609 10.0.0.50 - - [2026-03-19 02:22:54] "GET /route-target/fd716e07-4a29-4ae8-baaf-8f4f05b7e403?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.009357 10.0.0.50 - - [2026-03-19 02:22:54] "GET /floating-ip/7b6fe909-cd8e-4d89-b1d5-c6140e397d0f HTTP/1.1" 200 1893 0.004949 10.0.0.50 - - [2026-03-19 02:22:57] "POST /neutron/floatingip HTTP/1.1" 200 581 0.013313 10.0.0.50 - - [2026-03-19 02:22:57] "POST /neutron/floatingip HTTP/1.1" 200 532 0.020230 10.0.0.50 - - [2026-03-19 02:22:57] "POST /neutron/floatingip HTTP/1.1" 200 532 0.006589 10.0.0.50 - - [2026-03-19 02:22:58] "POST /neutron/floatingip HTTP/1.1" 200 115 0.061952 10.0.0.50 - - [2026-03-19 02:22:58] "GET /floating-ip-pool/40e7c9f4-53ca-4dee-a8c9-b39d5c0511a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.003588 10.0.0.50 - - [2026-03-19 02:22:58] "POST /ref-update HTTP/1.1" 200 156 0.008885 10.0.0.50 - - [2026-03-19 02:22:58] "DELETE /floating-ip-pool/40e7c9f4-53ca-4dee-a8c9-b39d5c0511a5 HTTP/1.1" 200 115 0.033252 10.0.0.50 - - [2026-03-19 02:22:58] "POST /neutron/network HTTP/1.1" 200 840 0.005883 10.0.0.50 - - [2026-03-19 02:22:58] "POST /neutron/network HTTP/1.1" 400 204 0.012455 10.0.0.50 - - [2026-03-19 02:22:58] "POST /neutron/port HTTP/1.1" 200 1138 0.015677 10.0.0.50 - - [2026-03-19 02:22:58] "POST /neutron/port HTTP/1.1" 200 1128 0.014884 10.0.0.50 - - [2026-03-19 02:22:58] "POST /neutron/port HTTP/1.1" 200 1138 0.020015 10.0.0.50 - - [2026-03-19 02:22:58] "POST /neutron/port HTTP/1.1" 200 1128 0.018023 10.0.0.50 - - [2026-03-19 02:22:58] "POST /neutron/port HTTP/1.1" 200 151 0.153630 10.0.0.50 - - [2026-03-19 02:22:59] "POST /neutron/port HTTP/1.1" 200 151 0.162336 10.0.0.50 - - [2026-03-19 02:23:00] "POST /neutron/network HTTP/1.1" 200 840 0.006331 10.0.0.50 - - [2026-03-19 02:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.50 - - [2026-03-19 02:23:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002869 10.0.0.50 - - [2026-03-19 02:23:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002075 10.0.0.50 - - [2026-03-19 02:23:00] "POST /neutron/network HTTP/1.1" 200 151 0.088466 10.0.0.50 - - [2026-03-19 02:23:00] "DELETE /route-target/1d1f2745-a4c9-46a2-afe4-e3fd0b01cf71 HTTP/1.1" 200 115 0.023210 10.0.0.50 - - [2026-03-19 02:23:00] "GET /routing-instance/07b46643-acdf-488b-89ff-d7fed6615d20 HTTP/1.1" 404 171 0.003715 10.0.0.50 - - [2026-03-19 02:23:00] "GET /domains HTTP/1.1" 200 280 0.002578 10.0.0.50 - - [2026-03-19 02:23:00] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.50 - - [2026-03-19 02:23:00] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2781 0.048387 10.0.0.50 - - [2026-03-19 02:23:00] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001389 10.0.0.50 - - [2026-03-19 02:23:00] "GET /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5 HTTP/1.1" 200 2174 0.078130 10.0.0.50 - - [2026-03-19 02:23:00] "POST /neutron/network HTTP/1.1" 200 840 0.009996 10.0.0.50 - - [2026-03-19 02:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.50 - - [2026-03-19 02:23:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004651 10.0.0.50 - - [2026-03-19 02:23:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002328 10.0.0.50 - - [2026-03-19 02:23:00] "POST /neutron/network HTTP/1.1" 200 151 0.112519 10.0.0.50 - - [2026-03-19 02:23:00] "DELETE /route-target/fd716e07-4a29-4ae8-baaf-8f4f05b7e403 HTTP/1.1" 200 115 0.031044 10.0.0.50 - - [2026-03-19 02:23:00] "GET /routing-instance/5e40537c-2050-4e7f-9dd1-15becfcb4189 HTTP/1.1" 404 171 0.002475 10.0.0.50 - - [2026-03-19 02:23:00] "GET /domains HTTP/1.1" 200 280 0.004106 10.0.0.50 - - [2026-03-19 02:23:00] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001561 10.0.0.50 - - [2026-03-19 02:23:00] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2781 0.049182 10.0.0.50 - - [2026-03-19 02:23:00] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001204 10.0.0.50 - - [2026-03-19 02:23:00] "GET /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5 HTTP/1.1" 200 1924 0.079260 10.0.0.50 - - [2026-03-19 02:23:01] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000900 10.0.0.50 - - [2026-03-19 02:23:01] "GET /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.034539 10.0.0.50 - - [2026-03-19 02:23:01] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000990 10.0.0.50 - - [2026-03-19 02:23:01] "GET /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5?fields=virtual_networks HTTP/1.1" 200 1056 0.076246 10.0.0.50 - - [2026-03-19 02:23:01] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000956 10.0.0.50 - - [2026-03-19 02:23:01] "GET /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.025985 10.0.0.50 - - [2026-03-19 02:23:01] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001103 10.0.0.50 - - [2026-03-19 02:23:01] "GET /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5?fields=security_groups HTTP/1.1" 200 1294 0.027916 10.0.0.50 - - [2026-03-19 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.039424 10.0.0.50 - - [2026-03-19 02:23:02] "GET /projects?obj_uuids=9bff6129-535c-42a7-bd7f-d25e46d8d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002207 10.0.0.50 - - [2026-03-19 02:23:02] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001267 10.0.0.50 - - [2026-03-19 02:23:02] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007692 10.0.0.50 - - [2026-03-19 02:23:02] "POST /id-to-fqname HTTP/1.1" 200 185 0.001097 10.0.0.50 - - [2026-03-19 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.002863 10.0.0.50 - - [2026-03-19 02:23:02] "POST /security-groups HTTP/1.1" 200 586 0.064188 10.0.0.50 - - [2026-03-19 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 229 0.002433 10.0.0.50 - - [2026-03-19 02:23:02] "POST /projects HTTP/1.1" 200 575 0.219593 10.0.0.50 - - [2026-03-19 02:23:02] "POST /access-control-lists HTTP/1.1" 200 591 0.058239 10.0.0.50 - - [2026-03-19 02:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.291135 10.0.0.50 - - [2026-03-19 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 228 0.002831 10.0.0.50 - - [2026-03-19 02:23:02] "GET /project/9bff6129-535c-42a7-bd7f-d25e46d8d6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.421166 10.0.0.50 - - [2026-03-19 02:23:03] "POST /access-control-lists HTTP/1.1" 200 589 0.069401 10.0.0.50 - - [2026-03-19 02:23:04] "GET / HTTP/1.1" 200 35931 0.002800 10.0.0.50 - - [2026-03-19 02:23:05] "GET /projects?obj_uuids=9bff6129-535c-42a7-bd7f-d25e46d8d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001230 10.0.0.50 - - [2026-03-19 02:23:05] "GET /project/9bff6129-535c-42a7-bd7f-d25e46d8d6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.035861 10.0.0.50 - - [2026-03-19 02:23:05] "GET /projects?obj_uuids=9bff6129-535c-42a7-bd7f-d25e46d8d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000977 10.0.0.50 - - [2026-03-19 02:23:05] "GET /project/9bff6129-535c-42a7-bd7f-d25e46d8d6f5?fields=virtual_networks HTTP/1.1" 200 1023 0.071558 10.0.0.50 - - [2026-03-19 02:23:05] "GET /projects?obj_uuids=9bff6129-535c-42a7-bd7f-d25e46d8d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001044 10.0.0.50 - - [2026-03-19 02:23:05] "GET /project/9bff6129-535c-42a7-bd7f-d25e46d8d6f5?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.029073 10.0.0.50 - - [2026-03-19 02:23:05] "GET /projects?obj_uuids=9bff6129-535c-42a7-bd7f-d25e46d8d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001063 10.0.0.50 - - [2026-03-19 02:23:05] "GET /project/9bff6129-535c-42a7-bd7f-d25e46d8d6f5?fields=security_groups HTTP/1.1" 200 1244 0.029728 10.0.0.50 - - [2026-03-19 02:23:06] "POST /fqname-to-id HTTP/1.1" 404 183 0.030069 10.0.0.50 - - [2026-03-19 02:23:06] "GET /projects?obj_uuids=7a0924e2-87dd-405e-8849-4ea2f0b1e072&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002520 10.0.0.50 - - [2026-03-19 02:23:06] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.50 - - [2026-03-19 02:23:06] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007029 10.0.0.50 - - [2026-03-19 02:23:06] "POST /id-to-fqname HTTP/1.1" 200 185 0.002854 10.0.0.50 - - [2026-03-19 02:23:06] "POST /fqname-to-id HTTP/1.1" 404 194 0.002450 10.0.0.50 - - [2026-03-19 02:23:07] "POST /security-groups HTTP/1.1" 200 586 0.072598 10.0.0.50 - - [2026-03-19 02:23:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.003070 10.0.0.50 - - [2026-03-19 02:23:07] "POST /projects HTTP/1.1" 200 575 0.251242 10.0.0.50 - - [2026-03-19 02:23:07] "POST /access-control-lists HTTP/1.1" 200 591 0.065760 10.0.0.50 - - [2026-03-19 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.330592 10.0.0.50 - - [2026-03-19 02:23:07] "POST /fqname-to-id HTTP/1.1" 404 228 0.003813 10.0.0.50 - - [2026-03-19 02:23:07] "GET /project/7a0924e2-87dd-405e-8849-4ea2f0b1e072?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.485137 10.0.0.50 - - [2026-03-19 02:23:07] "POST /access-control-lists HTTP/1.1" 200 589 0.072302 10.0.0.50 - - [2026-03-19 02:23:08] "GET / HTTP/1.1" 200 35931 0.001960 10.0.0.50 - - [2026-03-19 02:23:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.002673 10.0.0.50 - - [2026-03-19 02:23:08] "GET /projects?obj_uuids=d147974b-cd09-4cd9-9b69-945831e71d36&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001665 10.0.0.50 - - [2026-03-19 02:23:08] "POST /fqname-to-id HTTP/1.1" 404 228 0.003108 10.0.0.50 - - [2026-03-19 02:23:08] "POST /access-control-lists HTTP/1.1" 200 590 0.017556 10.0.0.50 - - [2026-03-19 02:23:09] "POST /fqname-to-id HTTP/1.1" 404 227 0.003309 10.0.0.50 - - [2026-03-19 02:23:09] "POST /access-control-lists HTTP/1.1" 200 588 0.018559 10.0.0.50 - - [2026-03-19 02:23:09] "PUT /access-control-list/6effaa92-9d3e-47ec-aea2-38526886e0fd HTTP/1.1" 200 272 0.009883 10.0.0.50 - - [2026-03-19 02:23:09] "PUT /access-control-list/5ca8adde-daad-4e9a-a154-88050f089f9e HTTP/1.1" 200 272 0.011906 10.0.0.50 - - [2026-03-19 02:23:09] "POST /neutron/security_group HTTP/1.1" 200 1364 0.403536 10.0.0.50 - - [2026-03-19 02:23:09] "PUT /access-control-list/5ca8adde-daad-4e9a-a154-88050f089f9e HTTP/1.1" 200 272 0.015324 10.0.0.50 - - [2026-03-19 02:23:09] "GET /projects?obj_uuids=d147974b-cd09-4cd9-9b69-945831e71d36&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001101 10.0.0.50 - - [2026-03-19 02:23:09] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.033504 10.0.0.50 - - [2026-03-19 02:23:09] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011739 10.0.0.50 - - [2026-03-19 02:23:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.096842 10.0.0.50 - - [2026-03-19 02:23:09] "PUT /access-control-list/5ca8adde-daad-4e9a-a154-88050f089f9e HTTP/1.1" 200 272 0.011033 10.0.0.50 - - [2026-03-19 02:23:09] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010441 10.0.0.50 - - [2026-03-19 02:23:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.186854 10.0.0.50 - - [2026-03-19 02:23:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.002367 10.0.0.50 - - [2026-03-19 02:23:09] "PUT /access-control-list/5ca8adde-daad-4e9a-a154-88050f089f9e HTTP/1.1" 200 272 0.011859 10.0.0.50 - - [2026-03-19 02:23:09] "GET /projects?obj_uuids=d147974b-cd09-4cd9-9b69-945831e71d36&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001105 10.0.0.50 - - [2026-03-19 02:23:09] "POST /fqname-to-id HTTP/1.1" 404 228 0.002649 10.0.0.50 - - [2026-03-19 02:23:09] "POST /access-control-lists HTTP/1.1" 200 590 0.015106 10.0.0.50 - - [2026-03-19 02:23:09] "POST /fqname-to-id HTTP/1.1" 404 227 0.002823 10.0.0.50 - - [2026-03-19 02:23:09] "POST /access-control-lists HTTP/1.1" 200 588 0.017531 10.0.0.50 - - [2026-03-19 02:23:09] "PUT /access-control-list/1e6ba496-e24a-4d4a-b7f4-d599bbebeb5f HTTP/1.1" 200 272 0.009461 10.0.0.50 - - [2026-03-19 02:23:09] "POST /neutron/security_group HTTP/1.1" 200 1364 0.299016 10.0.0.50 - - [2026-03-19 02:23:09] "PUT /access-control-list/e53728fa-03c6-4bf9-b509-f2734a46de30 HTTP/1.1" 200 272 0.017413 10.0.0.50 - - [2026-03-19 02:23:09] "GET /projects?obj_uuids=d147974b-cd09-4cd9-9b69-945831e71d36&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001117 10.0.0.50 - - [2026-03-19 02:23:10] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.030231 10.0.0.50 - - [2026-03-19 02:23:10] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008364 10.0.0.50 - - [2026-03-19 02:23:10] "PUT /access-control-list/e53728fa-03c6-4bf9-b509-f2734a46de30 HTTP/1.1" 200 272 0.011854 10.0.0.50 - - [2026-03-19 02:23:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.150690 10.0.0.50 - - [2026-03-19 02:23:10] "PUT /access-control-list/e53728fa-03c6-4bf9-b509-f2734a46de30 HTTP/1.1" 200 272 0.011471 10.0.0.50 - - [2026-03-19 02:23:10] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012178 10.0.0.50 - - [2026-03-19 02:23:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.133423 10.0.0.50 - - [2026-03-19 02:23:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000416 10.0.0.50 - - [2026-03-19 02:23:10] "PUT /access-control-list/e53728fa-03c6-4bf9-b509-f2734a46de30 HTTP/1.1" 200 272 0.014781 10.0.0.50 - - [2026-03-19 02:23:10] "POST /fqname-to-id HTTP/1.1" 404 210 0.034657 10.0.0.50 - - [2026-03-19 02:23:10] "GET /projects?obj_uuids=7a0924e2-87dd-405e-8849-4ea2f0b1e072&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001350 10.0.0.50 - - [2026-03-19 02:23:10] "POST /fqname-to-id HTTP/1.1" 404 245 0.004066 10.0.0.50 - - [2026-03-19 02:23:10] "POST /access-control-lists HTTP/1.1" 200 607 0.018471 10.0.0.50 - - [2026-03-19 02:23:10] "POST /fqname-to-id HTTP/1.1" 404 244 0.002989 10.0.0.50 - - [2026-03-19 02:23:10] "POST /access-control-lists HTTP/1.1" 200 605 0.024790 10.0.0.50 - - [2026-03-19 02:23:10] "PUT /access-control-list/68f30d0a-c126-4517-b389-31b643744eaa HTTP/1.1" 200 272 0.009034 10.0.0.50 - - [2026-03-19 02:23:11] "PUT /access-control-list/9cb846d9-2440-4471-a728-509bb432d67a HTTP/1.1" 200 272 0.011018 10.0.0.50 - - [2026-03-19 02:23:11] "POST /neutron/security_group HTTP/1.1" 200 1379 0.377279 10.0.0.50 - - [2026-03-19 02:23:11] "GET /projects?obj_uuids=7a0924e2-87dd-405e-8849-4ea2f0b1e072&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001139 10.0.0.50 - - [2026-03-19 02:23:11] "PUT /access-control-list/9cb846d9-2440-4471-a728-509bb432d67a HTTP/1.1" 200 272 0.013147 10.0.0.50 - - [2026-03-19 02:23:11] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.035483 10.0.0.50 - - [2026-03-19 02:23:11] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.013079 10.0.0.50 - - [2026-03-19 02:23:11] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.101260 10.0.0.50 - - [2026-03-19 02:23:11] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009147 10.0.0.50 - - [2026-03-19 02:23:11] "PUT /access-control-list/9cb846d9-2440-4471-a728-509bb432d67a HTTP/1.1" 200 272 0.020387 10.0.0.50 - - [2026-03-19 02:23:11] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.168908 10.0.0.50 - - [2026-03-19 02:23:11] "POST /fqname-to-id HTTP/1.1" 404 210 0.003847 10.0.0.50 - - [2026-03-19 02:23:11] "PUT /access-control-list/9cb846d9-2440-4471-a728-509bb432d67a HTTP/1.1" 200 272 0.016174 10.0.0.50 - - [2026-03-19 02:23:11] "GET /projects?obj_uuids=7a0924e2-87dd-405e-8849-4ea2f0b1e072&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001158 10.0.0.50 - - [2026-03-19 02:23:11] "POST /fqname-to-id HTTP/1.1" 404 245 0.004704 10.0.0.50 - - [2026-03-19 02:23:11] "POST /access-control-lists HTTP/1.1" 200 607 0.028050 10.0.0.50 - - [2026-03-19 02:23:11] "POST /fqname-to-id HTTP/1.1" 404 244 0.002936 10.0.0.50 - - [2026-03-19 02:23:11] "POST /access-control-lists HTTP/1.1" 200 605 0.016252 10.0.0.50 - - [2026-03-19 02:23:11] "PUT /access-control-list/d8ac6e2b-a704-431b-b563-b84e7e236e9a HTTP/1.1" 200 272 0.008756 10.0.0.50 - - [2026-03-19 02:23:11] "PUT /access-control-list/1ed04088-2e4a-4b62-8e15-c3c25eb1947e HTTP/1.1" 200 272 0.025070 10.0.0.50 - - [2026-03-19 02:23:11] "DELETE /project/9bff6129535c42a7bd7fd25e46d8d6f5 HTTP/1.1" 404 173 0.009337 10.0.0.50 - - [2026-03-19 02:23:11] "DELETE /project/7a0924e287dd405e88494ea2f0b1e072 HTTP/1.1" 404 173 0.006815 10.0.0.50 - - [2026-03-19 02:23:11] "DELETE /project/1a8daa3789f647c8bacd9746bb7941d5 HTTP/1.1" 404 173 0.008274 10.0.0.50 - - [2026-03-19 02:23:11] "GET /projects?obj_uuids=9bff6129-535c-42a7-bd7f-d25e46d8d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000964 10.0.0.50 - - [2026-03-19 02:23:11] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000919 10.0.0.50 - - [2026-03-19 02:23:11] "GET /projects?obj_uuids=048aa08d-2c81-417c-a6a4-4d5ec1645ba0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000789 10.0.0.50 - - [2026-03-19 02:23:11] "POST /neutron/security_group HTTP/1.1" 200 1379 0.368094 10.0.0.50 - - [2026-03-19 02:23:11] "GET /project/9bff6129-535c-42a7-bd7f-d25e46d8d6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.055778 10.0.0.50 - - [2026-03-19 02:23:11] "PUT /access-control-list/1ed04088-2e4a-4b62-8e15-c3c25eb1947e HTTP/1.1" 200 272 0.027820 10.0.0.50 - - [2026-03-19 02:23:11] "GET /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.062372 10.0.0.50 - - [2026-03-19 02:23:11] "GET /project/048aa08d-2c81-417c-a6a4-4d5ec1645ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.065257 10.0.0.50 - - [2026-03-19 02:23:11] "GET /projects?obj_uuids=7a0924e2-87dd-405e-8849-4ea2f0b1e072&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001035 10.0.0.50 - - [2026-03-19 02:23:11] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000863 10.0.0.50 - - [2026-03-19 02:23:11] "GET /projects?obj_uuids=9bff6129-535c-42a7-bd7f-d25e46d8d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000734 10.0.0.50 - - [2026-03-19 02:23:11] "GET /projects?obj_uuids=048aa08d-2c81-417c-a6a4-4d5ec1645ba0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000717 10.0.0.50 - - [2026-03-19 02:23:11] "GET /project/9bff6129-535c-42a7-bd7f-d25e46d8d6f5?fields=security_groups HTTP/1.1" 200 1349 0.038134 10.0.0.50 - - [2026-03-19 02:23:11] "GET /project/048aa08d-2c81-417c-a6a4-4d5ec1645ba0?fields=security_groups HTTP/1.1" 200 1395 0.040468 10.0.0.50 - - [2026-03-19 02:23:11] "GET /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5?fields=security_groups HTTP/1.1" 200 1399 0.046263 10.0.0.50 - - [2026-03-19 02:23:11] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.111729 10.0.0.50 - - [2026-03-19 02:23:12] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.017088 10.0.0.50 - - [2026-03-19 02:23:12] "DELETE /security-group/7d13caad-35dc-436d-808f-a9a4424a790c HTTP/1.1" 200 115 0.088389 10.0.0.50 - - [2026-03-19 02:23:12] "GET /projects?obj_uuids=9bff6129-535c-42a7-bd7f-d25e46d8d6f5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000997 10.0.0.50 - - [2026-03-19 02:23:12] "DELETE /security-group/3d609797-ee5e-4d6e-8634-b47f6de18e74 HTTP/1.1" 200 115 0.092112 10.0.0.50 - - [2026-03-19 02:23:12] "GET /projects?obj_uuids=048aa08d-2c81-417c-a6a4-4d5ec1645ba0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001161 10.0.0.50 - - [2026-03-19 02:23:12] "DELETE /access-control-list/f14eefac-bb56-441b-97e8-8ba15e211700 HTTP/1.1" 200 115 0.061267 10.0.0.50 - - [2026-03-19 02:23:12] "DELETE /security-group/ed283261-cad2-46b0-bdf0-66f69eff383f HTTP/1.1" 200 115 0.100897 10.0.0.50 - - [2026-03-19 02:23:12] "GET /projects?obj_uuids=1a8daa37-89f6-47c8-bacd-9746bb7941d5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001050 10.0.0.50 - - [2026-03-19 02:23:12] "GET /project/9bff6129-535c-42a7-bd7f-d25e46d8d6f5?fields=application_policy_sets HTTP/1.1" 200 1388 0.046567 10.0.0.50 - - [2026-03-19 02:23:12] "DELETE /access-control-list/6283dda0-2549-45d9-9997-eb88cb0aa551 HTTP/1.1" 200 115 0.042259 10.0.0.50 - - [2026-03-19 02:23:12] "GET /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5?fields=application_policy_sets HTTP/1.1" 200 1438 0.046848 10.0.0.50 - - [2026-03-19 02:23:12] "GET /project/048aa08d-2c81-417c-a6a4-4d5ec1645ba0?fields=application_policy_sets HTTP/1.1" 200 1434 0.093400 10.0.0.50 - - [2026-03-19 02:23:12] "DELETE /access-control-list/2728ca25-2481-497b-a85b-d673675eee55 HTTP/1.1" 200 115 0.048119 10.0.0.50 - - [2026-03-19 02:23:12] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.184422 10.0.0.50 - - [2026-03-19 02:23:12] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.015352 10.0.0.50 - - [2026-03-19 02:23:12] "DELETE /access-control-list/2e6cb5c7-15ba-4234-bd4f-8a8842a98e6a HTTP/1.1" 200 115 0.083778 10.0.0.50 - - [2026-03-19 02:23:12] "DELETE /project/9bff6129-535c-42a7-bd7f-d25e46d8d6f5 HTTP/1.1" 200 115 0.511459 10.0.0.50 - - [2026-03-19 02:23:12] "DELETE /access-control-list/e644cb13-f65a-4a66-a5dd-4dbcc4b03feb HTTP/1.1" 200 115 0.038455 10.0.0.50 - - [2026-03-19 02:23:12] "DELETE /project/1a8daa37-89f6-47c8-bacd-9746bb7941d5 HTTP/1.1" 200 115 0.538055 10.0.0.50 - - [2026-03-19 02:23:12] "DELETE /project/048aa08d-2c81-417c-a6a4-4d5ec1645ba0 HTTP/1.1" 200 115 0.539884 10.0.0.50 - - [2026-03-19 02:23:12] "DELETE /access-control-list/43708067-fd08-48fe-b876-84130ee5a228 HTTP/1.1" 200 115 0.045912 10.0.0.50 - - [2026-03-19 02:23:12] "PUT /access-control-list/1ed04088-2e4a-4b62-8e15-c3c25eb1947e HTTP/1.1" 200 272 0.010289 10.0.0.50 - - [2026-03-19 02:23:12] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.181410 10.0.0.50 - - [2026-03-19 02:23:12] "PUT /access-control-list/1ed04088-2e4a-4b62-8e15-c3c25eb1947e HTTP/1.1" 200 272 0.016696 10.0.0.50 - - [2026-03-19 02:23:12] "GET /projects?obj_uuids=d147974b-cd09-4cd9-9b69-945831e71d36&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001194 10.0.0.50 - - [2026-03-19 02:23:12] "POST /neutron/router HTTP/1.1" 200 541 0.048833 10.0.0.50 - - [2026-03-19 02:23:12] "POST /route-targets HTTP/1.1" 200 327 0.014980 10.0.0.50 - - [2026-03-19 02:23:12] "PUT /logical-router/857d7a2f-ea18-4d18-8588-9ae2877e9155 HTTP/1.1" 200 262 0.014436 10.0.0.50 - - [2026-03-19 02:23:12] "POST /neutron/router HTTP/1.1" 200 541 0.004947 10.0.0.50 - - [2026-03-19 02:23:12] "POST /neutron/router HTTP/1.1" 200 541 0.006064 10.0.0.50 - - [2026-03-19 02:23:12] "POST /neutron/router HTTP/1.1" 200 541 0.003391 10.0.0.50 - - [2026-03-19 02:23:12] "POST /neutron/router HTTP/1.1" 200 541 0.003685 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.004304 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.004225 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.003631 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.003769 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.003602 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.004611 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.004298 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.003879 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.005410 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.003417 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.004326 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.003423 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.003813 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.004032 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.003166 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.004242 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.004559 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.003710 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.003582 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.003937 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.003562 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.005135 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.003862 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.003789 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.003806 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.004642 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.007019 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.003746 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.023143 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 541 0.003945 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 542 0.018890 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 542 0.003651 10.0.0.50 - - [2026-03-19 02:23:13] "GET /logical-router/857d7a2f-ea18-4d18-8588-9ae2877e9155?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002666 10.0.0.50 - - [2026-03-19 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 151 0.049287 10.0.0.50 - - [2026-03-19 02:23:13] "GET /projects?obj_uuids=7a0924e2-87dd-405e-8849-4ea2f0b1e072&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001565 10.0.0.50 - - [2026-03-19 02:23:13] "DELETE /route-target/dfbf151f-3de9-4472-a279-8b2c86cffbf6 HTTP/1.1" 200 115 0.028864 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 559 0.060622 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 559 0.003390 10.0.0.50 - - [2026-03-19 02:23:13] "POST /route-targets HTTP/1.1" 200 327 0.016735 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 559 0.008328 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 559 0.003671 10.0.0.50 - - [2026-03-19 02:23:13] "PUT /logical-router/93954f56-7a05-4a82-9e29-33423530c65e HTTP/1.1" 200 262 0.035609 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 559 0.008731 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 559 0.003649 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 559 0.003996 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 559 0.004380 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 559 0.005875 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 559 0.012513 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 559 0.005195 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 559 0.004113 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 559 0.004092 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 559 0.004791 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 559 0.005399 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 559 0.004495 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 559 0.004042 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 559 0.003814 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 559 0.003986 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 559 0.003579 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 559 0.004213 10.0.0.50 - - [2026-03-19 02:23:13] "POST /neutron/router HTTP/1.1" 200 559 0.004171 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 559 0.003409 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 559 0.004289 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 559 0.003233 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 559 0.003643 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 559 0.003479 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 559 0.003946 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 559 0.004249 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 559 0.004437 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 559 0.003546 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 559 0.003697 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 559 0.004279 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 559 0.031608 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 559 0.003573 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 560 0.021157 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 560 0.003571 10.0.0.50 - - [2026-03-19 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002529 10.0.0.50 - - [2026-03-19 02:23:14] "GET /logical-router/93954f56-7a05-4a82-9e29-33423530c65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004655 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 151 0.047841 10.0.0.50 - - [2026-03-19 02:23:14] "GET /projects?obj_uuids=d147974b-cd09-4cd9-9b69-945831e71d36&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.003156 10.0.0.50 - - [2026-03-19 02:23:14] "DELETE /route-target/b400cb30-e3fb-42d5-8339-c7dbf69fc0d3 HTTP/1.1" 200 115 0.031985 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.067551 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003049 10.0.0.50 - - [2026-03-19 02:23:14] "POST /route-targets HTTP/1.1" 200 327 0.016275 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.004817 10.0.0.50 - - [2026-03-19 02:23:14] "PUT /logical-router/290674fa-8222-4504-9074-bccc8849a5b5 HTTP/1.1" 200 262 0.033009 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.009613 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003476 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003298 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003283 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.004190 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003302 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003140 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003783 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003408 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003276 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003834 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003637 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003668 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003819 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.004098 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003777 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003555 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003636 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003598 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003695 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003944 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003699 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003630 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.005677 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003937 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.005402 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003496 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003919 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.004122 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.005131 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.019300 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.004248 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.018319 10.0.0.50 - - [2026-03-19 02:23:14] "POST /neutron/router HTTP/1.1" 200 541 0.003507 10.0.0.50 - - [2026-03-19 02:23:15] "GET /logical-router/290674fa-8222-4504-9074-bccc8849a5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003889 10.0.0.50 - - [2026-03-19 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.50 - - [2026-03-19 02:23:15] "POST /neutron/router HTTP/1.1" 200 151 0.048559 10.0.0.50 - - [2026-03-19 02:23:15] "POST /neutron/security_group HTTP/1.1" 200 521 0.005474 10.0.0.50 - - [2026-03-19 02:23:15] "DELETE /route-target/f87a5233-fbf9-4fa1-a206-d82bee3b4ae1 HTTP/1.1" 200 115 0.018172 10.0.0.50 - - [2026-03-19 02:23:15] "POST /neutron/security_group HTTP/1.1" 200 151 0.040769 10.0.0.50 - - [2026-03-19 02:23:15] "DELETE /access-control-list/d8ac6e2b-a704-431b-b563-b84e7e236e9a HTTP/1.1" 200 115 0.037418 10.0.0.50 - - [2026-03-19 02:23:15] "POST /neutron/security_group HTTP/1.1" 200 521 0.003748 10.0.0.50 - - [2026-03-19 02:23:15] "DELETE /access-control-list/1ed04088-2e4a-4b62-8e15-c3c25eb1947e HTTP/1.1" 200 115 0.033104 10.0.0.50 - - [2026-03-19 02:23:15] "DELETE /access-control-list/68f30d0a-c126-4517-b389-31b643744eaa HTTP/1.1" 200 115 0.025461 10.0.0.50 - - [2026-03-19 02:23:15] "POST /neutron/security_group HTTP/1.1" 200 151 0.064366 10.0.0.50 - - [2026-03-19 02:23:15] "POST /neutron/security_group HTTP/1.1" 200 506 0.004553 10.0.0.50 - - [2026-03-19 02:23:15] "DELETE /access-control-list/9cb846d9-2440-4471-a728-509bb432d67a HTTP/1.1" 200 115 0.024719 10.0.0.50 - - [2026-03-19 02:23:15] "POST /neutron/security_group HTTP/1.1" 200 151 0.039930 10.0.0.50 - - [2026-03-19 02:23:15] "DELETE /access-control-list/1e6ba496-e24a-4d4a-b7f4-d599bbebeb5f HTTP/1.1" 200 115 0.021140 10.0.0.50 - - [2026-03-19 02:23:15] "POST /neutron/security_group HTTP/1.1" 200 506 0.003544 10.0.0.50 - - [2026-03-19 02:23:15] "DELETE /access-control-list/e53728fa-03c6-4bf9-b509-f2734a46de30 HTTP/1.1" 200 115 0.019228 10.0.0.50 - - [2026-03-19 02:23:15] "POST /neutron/security_group HTTP/1.1" 200 151 0.050949 10.0.0.50 - - [2026-03-19 02:23:15] "DELETE /access-control-list/6effaa92-9d3e-47ec-aea2-38526886e0fd HTTP/1.1" 200 115 0.028563 10.0.0.50 - - [2026-03-19 02:23:15] "DELETE /access-control-list/5ca8adde-daad-4e9a-a154-88050f089f9e HTTP/1.1" 200 115 0.022352 10.0.0.50 - - [2026-03-19 02:23:15] "GET /projects?obj_uuids=7a0924e2-87dd-405e-8849-4ea2f0b1e072&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001108 10.0.0.50 - - [2026-03-19 02:23:15] "GET /project/7a0924e2-87dd-405e-8849-4ea2f0b1e072?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.021574 10.0.0.50 - - [2026-03-19 02:23:15] "GET /projects?obj_uuids=7a0924e2-87dd-405e-8849-4ea2f0b1e072&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001270 10.0.0.50 - - [2026-03-19 02:23:15] "GET /project/7a0924e2-87dd-405e-8849-4ea2f0b1e072?fields=virtual_networks HTTP/1.1" 200 1021 0.099174 10.0.0.50 - - [2026-03-19 02:23:15] "GET /projects?obj_uuids=7a0924e2-87dd-405e-8849-4ea2f0b1e072&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001436 10.0.0.50 - - [2026-03-19 02:23:15] "GET /project/7a0924e2-87dd-405e-8849-4ea2f0b1e072?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.031678 10.0.0.50 - - [2026-03-19 02:23:15] "GET /projects?obj_uuids=7a0924e2-87dd-405e-8849-4ea2f0b1e072&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001045 10.0.0.50 - - [2026-03-19 02:23:15] "GET /project/7a0924e2-87dd-405e-8849-4ea2f0b1e072?fields=security_groups HTTP/1.1" 200 1242 0.032511 10.0.0.50 - - [2026-03-19 02:23:17] "GET /obj-perms HTTP/1.1" 200 5056 0.138484 10.0.0.50 - - [2026-03-19 02:23:17] "POST /fqname-to-id HTTP/1.1" 404 184 0.050162 10.0.0.50 - - [2026-03-19 02:23:17] "GET /projects?obj_uuids=720cae50-3d9e-4752-8ef0-89ebba1f58a8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003212 10.0.0.50 - - [2026-03-19 02:23:17] "GET /obj-perms HTTP/1.1" 200 5056 0.164289 10.0.0.50 - - [2026-03-19 02:23:17] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001196 10.0.0.50 - - [2026-03-19 02:23:17] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006618 10.0.0.50 - - [2026-03-19 02:23:17] "POST /id-to-fqname HTTP/1.1" 200 186 0.001092 10.0.0.50 - - [2026-03-19 02:23:17] "POST /fqname-to-id HTTP/1.1" 404 195 0.005125 10.0.0.50 - - [2026-03-19 02:23:17] "POST /security-groups HTTP/1.1" 200 587 0.068093 10.0.0.50 - - [2026-03-19 02:23:17] "POST /fqname-to-id HTTP/1.1" 404 230 0.002613 10.0.0.50 - - [2026-03-19 02:23:17] "POST /projects HTTP/1.1" 200 577 0.224055 10.0.0.50 - - [2026-03-19 02:23:17] "POST /access-control-lists HTTP/1.1" 200 592 0.059239 10.0.0.50 - - [2026-03-19 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.306062 10.0.0.50 - - [2026-03-19 02:23:17] "POST /fqname-to-id HTTP/1.1" 404 229 0.003491 10.0.0.50 - - [2026-03-19 02:23:18] "GET /project/720cae50-3d9e-4752-8ef0-89ebba1f58a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.486122 10.0.0.50 - - [2026-03-19 02:23:18] "POST /access-control-lists HTTP/1.1" 200 590 0.061724 10.0.0.50 - - [2026-03-19 02:23:19] "GET / HTTP/1.1" 200 35931 0.002125 10.0.0.50 - - [2026-03-19 02:23:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000601 10.0.0.50 - - [2026-03-19 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.068741 10.0.0.50 - - [2026-03-19 02:23:20] "GET /projects?obj_uuids=720cae50-3d9e-4752-8ef0-89ebba1f58a8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000991 10.0.0.50 - - [2026-03-19 02:23:20] "GET /project/720cae50-3d9e-4752-8ef0-89ebba1f58a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.024443 10.0.0.50 - - [2026-03-19 02:23:20] "POST /neutron/network HTTP/1.1" 200 117 0.047146 10.0.0.50 - - [2026-03-19 02:23:20] "GET /projects?obj_uuids=720cae50-3d9e-4752-8ef0-89ebba1f58a8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001426 10.0.0.50 - - [2026-03-19 02:23:20] "POST /neutron/network HTTP/1.1" 200 601 0.073717 10.0.0.50 - - [2026-03-19 02:23:20] "POST /route-targets HTTP/1.1" 200 327 0.011630 10.0.0.50 - - [2026-03-19 02:23:20] "POST /ref-update HTTP/1.1" 200 156 0.028622 10.0.0.50 - - [2026-03-19 02:23:20] "POST /useragent-kv HTTP/1.1" 200 115 0.005239 10.0.0.50 - - [2026-03-19 02:23:20] "POST /neutron/subnet HTTP/1.1" 200 715 0.176362 10.0.0.50 - - [2026-03-19 02:23:20] "POST /neutron/network HTTP/1.1" 200 818 0.006390 10.0.0.50 - - [2026-03-19 02:23:20] "POST /id-to-fqname HTTP/1.1" 200 216 0.002043 10.0.0.50 - - [2026-03-19 02:23:20] "GET /virtual-network/32cb5787-8f2a-4cf8-aae8-11de85d2536b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.005443 10.0.0.50 - - [2026-03-19 02:23:20] "POST /neutron/network HTTP/1.1" 200 818 0.006333 10.0.0.50 - - [2026-03-19 02:23:21] "GET /virtual-network/32cb5787-8f2a-4cf8-aae8-11de85d2536b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.004733 10.0.0.50 - - [2026-03-19 02:23:21] "POST /neutron/network HTTP/1.1" 200 818 0.005046 10.0.0.50 - - [2026-03-19 02:23:21] "POST /neutron/subnet HTTP/1.1" 200 715 0.006966 10.0.0.50 - - [2026-03-19 02:23:21] "POST /fqname-to-id HTTP/1.1" 404 206 0.003047 10.0.0.50 - - [2026-03-19 02:23:21] "GET /virtual-network/32cb5787-8f2a-4cf8-aae8-11de85d2536b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.004930 10.0.0.50 - - [2026-03-19 02:23:21] "GET /projects?obj_uuids=720cae50-3d9e-4752-8ef0-89ebba1f58a8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001156 10.0.0.50 - - [2026-03-19 02:23:21] "POST /neutron/port HTTP/1.1" 200 1015 0.178060 10.0.0.50 - - [2026-03-19 02:23:21] "GET /virtual-machine-interface/35eecb12-a3a5-445a-a3c3-8b6d32e2e784?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.005267 10.0.0.50 - - [2026-03-19 02:23:21] "GET /virtual-machine-interface/35eecb12-a3a5-445a-a3c3-8b6d32e2e784?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.005920 10.0.0.50 - - [2026-03-19 02:23:21] "GET /instance-ip/9ecec2a8-c6c3-4495-8b4b-a7d1d43235d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.003939 10.0.0.50 - - [2026-03-19 02:23:21] "GET /virtual-machine-interface/35eecb12-a3a5-445a-a3c3-8b6d32e2e784 HTTP/1.1" 401 292 0.000602 10.0.0.50 - - [2026-03-19 02:23:21] "GET /virtual-machine-interface/35eecb12-a3a5-445a-a3c3-8b6d32e2e784 HTTP/1.1" 200 2605 0.037658 10.0.0.50 - - [2026-03-19 02:23:21] "POST /neutron/port HTTP/1.1" 200 1015 0.008790 10.0.0.50 - - [2026-03-19 02:23:21] "POST /neutron/port HTTP/1.1" 200 151 0.074102 10.0.0.50 - - [2026-03-19 02:23:21] "POST /neutron/network HTTP/1.1" 200 818 0.006236 10.0.0.50 - - [2026-03-19 02:23:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003700 10.0.0.50 - - [2026-03-19 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.50 - - [2026-03-19 02:23:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002017 10.0.0.50 - - [2026-03-19 02:23:22] "POST /neutron/network HTTP/1.1" 200 151 0.084752 10.0.0.50 - - [2026-03-19 02:23:22] "DELETE /route-target/9b9a44be-e5c5-4686-8cde-014e8476dfe4 HTTP/1.1" 200 115 0.018994 10.0.0.50 - - [2026-03-19 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.50 - - [2026-03-19 02:23:22] "GET /projects?obj_uuids=720cae50-3d9e-4752-8ef0-89ebba1f58a8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001165 10.0.0.50 - - [2026-03-19 02:23:22] "GET /project/720cae50-3d9e-4752-8ef0-89ebba1f58a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.028642 10.0.0.50 - - [2026-03-19 02:23:22] "POST /neutron/network HTTP/1.1" 200 117 0.009514 10.0.0.50 - - [2026-03-19 02:23:22] "GET /projects?obj_uuids=720cae50-3d9e-4752-8ef0-89ebba1f58a8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001416 10.0.0.50 - - [2026-03-19 02:23:22] "POST /neutron/network HTTP/1.1" 200 603 0.073686 10.0.0.50 - - [2026-03-19 02:23:22] "POST /route-targets HTTP/1.1" 200 327 0.013967 10.0.0.50 - - [2026-03-19 02:23:22] "POST /ref-update HTTP/1.1" 200 156 0.012112 10.0.0.50 - - [2026-03-19 02:23:22] "POST /useragent-kv HTTP/1.1" 200 115 0.005448 10.0.0.50 - - [2026-03-19 02:23:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.146743 10.0.0.50 - - [2026-03-19 02:23:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003100 10.0.0.50 - - [2026-03-19 02:23:23] "POST /neutron/subnet HTTP/1.1" 200 734 0.147947 10.0.0.50 - - [2026-03-19 02:23:23] "POST /neutron/network HTTP/1.1" 200 980 0.007808 10.0.0.50 - - [2026-03-19 02:23:23] "POST /id-to-fqname HTTP/1.1" 200 217 0.003392 10.0.0.50 - - [2026-03-19 02:23:23] "GET /virtual-network/c12374e0-644f-4171-813a-05fa88414b5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.005884 10.0.0.50 - - [2026-03-19 02:23:23] "POST /neutron/network HTTP/1.1" 200 980 0.009164 10.0.0.50 - - [2026-03-19 02:23:23] "GET /virtual-network/c12374e0-644f-4171-813a-05fa88414b5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.005292 10.0.0.50 - - [2026-03-19 02:23:23] "POST /neutron/network HTTP/1.1" 200 980 0.009293 10.0.0.50 - - [2026-03-19 02:23:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.008463 10.0.0.50 - - [2026-03-19 02:23:23] "POST /neutron/subnet HTTP/1.1" 200 734 0.007970 10.0.0.50 - - [2026-03-19 02:23:23] "GET /projects?obj_uuids=720cae50-3d9e-4752-8ef0-89ebba1f58a8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001201 10.0.0.50 - - [2026-03-19 02:23:23] "POST /neutron/port HTTP/1.1" 200 1018 0.170015 10.0.0.50 - - [2026-03-19 02:23:23] "GET /projects?obj_uuids=720cae50-3d9e-4752-8ef0-89ebba1f58a8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001157 10.0.0.50 - - [2026-03-19 02:23:23] "POST /neutron/port HTTP/1.1" 200 1020 0.172200 10.0.0.50 - - [2026-03-19 02:23:23] "POST /id-to-fqname HTTP/1.1" 200 217 0.001451 10.0.0.50 - - [2026-03-19 02:23:23] "POST /neutron/port HTTP/1.1" 200 1018 0.009783 10.0.0.50 - - [2026-03-19 02:23:23] "POST /neutron/port HTTP/1.1" 200 1018 0.010245 10.0.0.50 - - [2026-03-19 02:23:23] "POST /neutron/network HTTP/1.1" 200 980 0.007408 10.0.0.50 - - [2026-03-19 02:23:24] "POST /neutron/port HTTP/1.1" 200 1018 0.011420 10.0.0.50 - - [2026-03-19 02:23:24] "POST /neutron/port HTTP/1.1" 200 117 0.006724 10.0.0.50 - - [2026-03-19 02:23:24] "POST /neutron/port HTTP/1.1" 200 117 0.006235 10.0.0.50 - - [2026-03-19 02:23:24] "POST /id-to-fqname HTTP/1.1" 200 217 0.001344 10.0.0.50 - - [2026-03-19 02:23:24] "POST /neutron/port HTTP/1.1" 200 117 0.005018 10.0.0.50 - - [2026-03-19 02:23:24] "POST /neutron/port HTTP/1.1" 200 1020 0.008964 10.0.0.50 - - [2026-03-19 02:23:24] "POST /neutron/port HTTP/1.1" 200 1020 0.010905 10.0.0.50 - - [2026-03-19 02:23:24] "POST /neutron/network HTTP/1.1" 200 980 0.010997 10.0.0.50 - - [2026-03-19 02:23:24] "POST /neutron/port HTTP/1.1" 200 1020 0.010137 10.0.0.50 - - [2026-03-19 02:23:24] "POST /neutron/port HTTP/1.1" 200 1018 0.010490 10.0.0.50 - - [2026-03-19 02:23:24] "POST /neutron/port HTTP/1.1" 200 1020 0.010358 10.0.0.50 - - [2026-03-19 02:23:24] "POST /neutron/port HTTP/1.1" 200 117 0.005012 10.0.0.50 - - [2026-03-19 02:23:24] "POST /neutron/port HTTP/1.1" 200 117 0.004890 10.0.0.50 - - [2026-03-19 02:23:24] "POST /neutron/port HTTP/1.1" 200 117 0.006546 10.0.0.50 - - [2026-03-19 02:23:25] "POST /neutron/port HTTP/1.1" 200 1018 0.012157 10.0.0.50 - - [2026-03-19 02:23:25] "POST /neutron/network HTTP/1.1" 200 990 0.005085 10.0.0.50 - - [2026-03-19 02:23:25] "POST /neutron/port HTTP/1.1" 200 1018 0.008672 10.0.0.50 - - [2026-03-19 02:23:25] "POST /neutron/port HTTP/1.1" 200 1018 0.012300 10.0.0.50 - - [2026-03-19 02:23:25] "POST /neutron/port HTTP/1.1" 200 1020 0.011534 10.0.0.50 - - [2026-03-19 02:23:25] "POST /neutron/network HTTP/1.1" 200 990 0.007636 10.0.0.50 - - [2026-03-19 02:23:25] "POST /neutron/port HTTP/1.1" 200 1020 0.018834 10.0.0.50 - - [2026-03-19 02:23:25] "POST /neutron/port HTTP/1.1" 200 1020 0.019480 10.0.0.50 - - [2026-03-19 02:23:25] "POST /neutron/port HTTP/1.1" 200 1110 0.139963 10.0.0.50 - - [2026-03-19 02:23:25] "POST /neutron/port HTTP/1.1" 200 1112 0.107140 10.0.0.50 - - [2026-03-19 02:23:25] "POST /neutron/port HTTP/1.1" 200 1120 0.016046 10.0.0.50 - - [2026-03-19 02:23:25] "POST /neutron/port HTTP/1.1" 200 1122 0.014849 10.0.0.50 - - [2026-03-19 02:23:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003346 10.0.0.50 - - [2026-03-19 02:23:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004415 10.0.0.50 - - [2026-03-19 02:23:25] "POST /neutron/subnet HTTP/1.1" 200 708 0.013944 10.0.0.50 - - [2026-03-19 02:23:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.010641 10.0.0.50 - - [2026-03-19 02:23:25] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.50 - - [2026-03-19 02:23:25] "POST /neutron/port HTTP/1.1" 200 117 0.001420 10.0.0.50 - - [2026-03-19 02:23:25] "POST /neutron/network HTTP/1.1" 200 980 0.010335 10.0.0.50 - - [2026-03-19 02:23:25] "POST /neutron/network HTTP/1.1" 200 980 0.009183 10.0.0.50 - - [2026-03-19 02:23:29] "POST /neutron/port HTTP/1.1" 200 1120 0.015205 10.0.0.50 - - [2026-03-19 02:23:29] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005945 10.0.0.50 - - [2026-03-19 02:23:29] "POST /neutron/port HTTP/1.1" 200 1120 0.011810 10.0.0.50 - - [2026-03-19 02:23:29] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006240 10.0.0.50 - - [2026-03-19 02:23:29] "POST /neutron/port HTTP/1.1" 200 1120 0.012172 10.0.0.50 - - [2026-03-19 02:23:29] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005709 10.0.0.50 - - [2026-03-19 02:23:29] "GET /virtual-machine/bebc48d4-dd49-44ad-b143-617820beb233 HTTP/1.1" 200 1285 0.004300 10.0.0.50 - - [2026-03-19 02:23:29] "GET /virtual-machine-interface/59c7f4c7-6c23-471a-af3e-8dd09efb7a35 HTTP/1.1" 200 2924 0.004431 10.0.0.50 - - [2026-03-19 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.50 - - [2026-03-19 02:23:30] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003931 10.0.0.50 - - [2026-03-19 02:23:30] "GET /virtual-networks?parent_id=720cae50-3d9e-4752-8ef0-89ebba1f58a8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003354 10.0.0.50 - - [2026-03-19 02:23:30] "GET /virtual-network/c12374e0-644f-4171-813a-05fa88414b5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.005513 10.0.0.50 - - [2026-03-19 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.50 - - [2026-03-19 02:23:33] "GET /virtual-network/c12374e0-644f-4171-813a-05fa88414b5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.005238 10.0.0.50 - - [2026-03-19 02:23:35] "POST /neutron/port HTTP/1.1" 200 1120 0.014047 10.0.0.50 - - [2026-03-19 02:23:35] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006094 10.0.0.50 - - [2026-03-19 02:23:35] "POST /neutron/port HTTP/1.1" 200 1122 0.014021 10.0.0.50 - - [2026-03-19 02:23:35] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005489 10.0.0.50 - - [2026-03-19 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.50 - - [2026-03-19 02:23:37] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003983 10.0.0.50 - - [2026-03-19 02:23:37] "GET /virtual-networks?parent_id=720cae50-3d9e-4752-8ef0-89ebba1f58a8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003885 10.0.0.50 - - [2026-03-19 02:23:37] "GET /virtual-network/c12374e0-644f-4171-813a-05fa88414b5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.005765 10.0.0.50 - - [2026-03-19 02:23:37] "POST /neutron/port HTTP/1.1" 200 1122 0.014337 10.0.0.50 - - [2026-03-19 02:23:37] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007498 10.0.0.50 - - [2026-03-19 02:23:37] "POST /neutron/port HTTP/1.1" 200 1122 0.014946 10.0.0.50 - - [2026-03-19 02:23:37] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005938 10.0.0.50 - - [2026-03-19 02:23:37] "POST /neutron/port HTTP/1.1" 200 1122 0.014036 10.0.0.50 - - [2026-03-19 02:23:37] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007125 10.0.0.50 - - [2026-03-19 02:23:37] "GET /virtual-machine/ad394d53-5374-40ad-b8dd-c80ca2559299 HTTP/1.1" 200 1285 0.004519 10.0.0.50 - - [2026-03-19 02:23:37] "GET /virtual-machine-interface/87778a8c-d864-4b45-98a1-72feac1d818e HTTP/1.1" 200 2924 0.004941 10.0.0.50 - - [2026-03-19 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.50 - - [2026-03-19 02:23:38] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003982 10.0.0.50 - - [2026-03-19 02:23:38] "GET /virtual-networks?parent_id=720cae50-3d9e-4752-8ef0-89ebba1f58a8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003482 10.0.0.50 - - [2026-03-19 02:23:38] "GET /virtual-network/c12374e0-644f-4171-813a-05fa88414b5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.005445 10.0.0.50 - - [2026-03-19 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.50 - - [2026-03-19 02:23:39] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004807 10.0.0.50 - - [2026-03-19 02:23:39] "GET /virtual-networks?parent_id=720cae50-3d9e-4752-8ef0-89ebba1f58a8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003476 10.0.0.50 - - [2026-03-19 02:23:39] "GET /virtual-network/c12374e0-644f-4171-813a-05fa88414b5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.005865 10.0.0.50 - - [2026-03-19 02:23:42] "POST /neutron/port HTTP/1.1" 200 1112 0.018788 10.0.0.50 - - [2026-03-19 02:23:42] "POST /neutron/port HTTP/1.1" 200 1112 0.012242 10.0.0.50 - - [2026-03-19 02:23:42] "POST /neutron/port HTTP/1.1" 200 151 0.148680 10.0.0.50 - - [2026-03-19 02:23:42] "POST /neutron/port HTTP/1.1" 200 1110 0.012535 10.0.0.50 - - [2026-03-19 02:23:42] "POST /neutron/port HTTP/1.1" 200 1110 0.011258 10.0.0.50 - - [2026-03-19 02:23:42] "POST /neutron/port HTTP/1.1" 200 151 0.157858 10.0.0.50 - - [2026-03-19 02:23:42] "POST /neutron/network HTTP/1.1" 200 980 0.006748 10.0.0.50 - - [2026-03-19 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.50 - - [2026-03-19 02:23:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002427 10.0.0.50 - - [2026-03-19 02:23:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002734 10.0.0.50 - - [2026-03-19 02:23:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002235 10.0.0.50 - - [2026-03-19 02:23:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002601 10.0.0.50 - - [2026-03-19 02:23:43] "DELETE /route-target/ee4e3c22-cafe-4e7e-bdeb-f4dfb18fbf76 HTTP/1.1" 200 115 0.031244 10.0.0.50 - - [2026-03-19 02:23:43] "POST /neutron/network HTTP/1.1" 200 151 0.146054 10.0.0.50 - - [2026-03-19 02:23:43] "GET /projects?obj_uuids=720cae50-3d9e-4752-8ef0-89ebba1f58a8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000962 10.0.0.50 - - [2026-03-19 02:23:43] "GET /project/720cae50-3d9e-4752-8ef0-89ebba1f58a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.028869 10.0.0.50 - - [2026-03-19 02:23:43] "GET /projects?obj_uuids=720cae50-3d9e-4752-8ef0-89ebba1f58a8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001032 10.0.0.50 - - [2026-03-19 02:23:43] "GET /project/720cae50-3d9e-4752-8ef0-89ebba1f58a8?fields=virtual_networks HTTP/1.1" 200 1024 0.070821 10.0.0.50 - - [2026-03-19 02:23:43] "GET /projects?obj_uuids=720cae50-3d9e-4752-8ef0-89ebba1f58a8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001019 10.0.0.50 - - [2026-03-19 02:23:43] "GET /project/720cae50-3d9e-4752-8ef0-89ebba1f58a8?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.035306 10.0.0.50 - - [2026-03-19 02:23:43] "GET /projects?obj_uuids=720cae50-3d9e-4752-8ef0-89ebba1f58a8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001094 10.0.0.50 - - [2026-03-19 02:23:43] "GET /project/720cae50-3d9e-4752-8ef0-89ebba1f58a8?fields=security_groups HTTP/1.1" 200 1246 0.037691 10.0.0.50 - - [2026-03-19 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 186 0.030078 10.0.0.50 - - [2026-03-19 02:23:44] "GET /projects?obj_uuids=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002647 10.0.0.50 - - [2026-03-19 02:23:44] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.50 - - [2026-03-19 02:23:44] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006957 10.0.0.50 - - [2026-03-19 02:23:44] "POST /id-to-fqname HTTP/1.1" 200 188 0.003208 10.0.0.50 - - [2026-03-19 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.003253 10.0.0.50 - - [2026-03-19 02:23:44] "POST /security-groups HTTP/1.1" 200 589 0.063879 10.0.0.50 - - [2026-03-19 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 232 0.002993 10.0.0.50 - - [2026-03-19 02:23:44] "POST /projects HTTP/1.1" 200 581 0.237226 10.0.0.50 - - [2026-03-19 02:23:45] "POST /access-control-lists HTTP/1.1" 200 594 0.062221 10.0.0.50 - - [2026-03-19 02:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.323167 10.0.0.50 - - [2026-03-19 02:23:45] "POST /fqname-to-id HTTP/1.1" 404 231 0.002688 10.0.0.50 - - [2026-03-19 02:23:45] "GET /project/eb25249d-1442-44aa-b8c4-f6cce1013e47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.459626 10.0.0.50 - - [2026-03-19 02:23:45] "POST /access-control-lists HTTP/1.1" 200 592 0.061487 10.0.0.50 - - [2026-03-19 02:23:46] "GET / HTTP/1.1" 200 35931 0.002465 10.0.0.50 - - [2026-03-19 02:23:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000689 10.0.0.50 - - [2026-03-19 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.070710 10.0.0.50 - - [2026-03-19 02:23:47] "GET /projects?obj_uuids=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.50 - - [2026-03-19 02:23:47] "GET /project/eb25249d-1442-44aa-b8c4-f6cce1013e47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.032436 10.0.0.50 - - [2026-03-19 02:23:47] "POST /neutron/network HTTP/1.1" 200 117 0.048471 10.0.0.50 - - [2026-03-19 02:23:47] "GET /projects?obj_uuids=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003970 10.0.0.50 - - [2026-03-19 02:23:47] "POST /neutron/network HTTP/1.1" 200 605 0.122324 10.0.0.50 - - [2026-03-19 02:23:47] "POST /route-targets HTTP/1.1" 200 327 0.019620 10.0.0.50 - - [2026-03-19 02:23:47] "POST /ref-update HTTP/1.1" 200 156 0.020166 10.0.0.50 - - [2026-03-19 02:23:47] "POST /neutron/port HTTP/1.1" 200 117 0.008555 10.0.0.50 - - [2026-03-19 02:23:47] "POST /neutron/port HTTP/1.1" 400 205 0.004395 10.0.0.50 - - [2026-03-19 02:23:47] "POST /useragent-kv HTTP/1.1" 200 115 0.007050 10.0.0.50 - - [2026-03-19 02:23:47] "POST /neutron/subnet HTTP/1.1" 200 715 0.202794 10.0.0.50 - - [2026-03-19 02:23:47] "POST /neutron/network HTTP/1.1" 200 822 0.007731 10.0.0.50 - - [2026-03-19 02:23:47] "POST /neutron/port HTTP/1.1" 200 117 0.006412 10.0.0.50 - - [2026-03-19 02:23:47] "POST /id-to-fqname HTTP/1.1" 200 219 0.001252 10.0.0.50 - - [2026-03-19 02:23:47] "GET /virtual-network/987f6656-4427-4f44-8157-7bffbad544f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005496 10.0.0.50 - - [2026-03-19 02:23:47] "POST /neutron/port HTTP/1.1" 400 205 0.004941 10.0.0.50 - - [2026-03-19 02:23:48] "POST /neutron/network HTTP/1.1" 200 822 0.007978 10.0.0.50 - - [2026-03-19 02:23:48] "GET /virtual-network/987f6656-4427-4f44-8157-7bffbad544f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.010631 10.0.0.50 - - [2026-03-19 02:23:48] "POST /neutron/network HTTP/1.1" 200 822 0.007476 10.0.0.50 - - [2026-03-19 02:23:48] "POST /neutron/subnet HTTP/1.1" 200 715 0.009918 10.0.0.50 - - [2026-03-19 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.50 - - [2026-03-19 02:23:48] "GET /projects?obj_uuids=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001088 10.0.0.50 - - [2026-03-19 02:23:48] "GET /project/eb25249d-1442-44aa-b8c4-f6cce1013e47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.032989 10.0.0.50 - - [2026-03-19 02:23:48] "POST /neutron/network HTTP/1.1" 200 117 0.010704 10.0.0.50 - - [2026-03-19 02:23:48] "GET /projects?obj_uuids=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001112 10.0.0.50 - - [2026-03-19 02:23:48] "POST /neutron/network HTTP/1.1" 200 605 0.083606 10.0.0.50 - - [2026-03-19 02:23:48] "POST /route-targets HTTP/1.1" 200 327 0.013149 10.0.0.50 - - [2026-03-19 02:23:48] "POST /ref-update HTTP/1.1" 200 156 0.011940 10.0.0.50 - - [2026-03-19 02:23:48] "POST /useragent-kv HTTP/1.1" 200 115 0.007885 10.0.0.50 - - [2026-03-19 02:23:48] "POST /neutron/subnet HTTP/1.1" 200 715 0.187811 10.0.0.50 - - [2026-03-19 02:23:48] "POST /neutron/network HTTP/1.1" 200 822 0.005508 10.0.0.50 - - [2026-03-19 02:23:48] "POST /id-to-fqname HTTP/1.1" 200 219 0.001492 10.0.0.50 - - [2026-03-19 02:23:48] "GET /virtual-network/c7ba601b-7976-4dd0-bd03-c1ab95c0513f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005635 10.0.0.50 - - [2026-03-19 02:23:48] "POST /neutron/network HTTP/1.1" 200 822 0.006705 10.0.0.50 - - [2026-03-19 02:23:48] "GET /virtual-network/c7ba601b-7976-4dd0-bd03-c1ab95c0513f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005830 10.0.0.50 - - [2026-03-19 02:23:48] "POST /neutron/network HTTP/1.1" 200 822 0.008399 10.0.0.50 - - [2026-03-19 02:23:48] "POST /neutron/subnet HTTP/1.1" 200 715 0.007179 10.0.0.50 - - [2026-03-19 02:23:48] "POST /id-to-fqname HTTP/1.1" 200 219 0.001246 10.0.0.50 - - [2026-03-19 02:23:49] "POST /neutron/network HTTP/1.1" 200 832 0.007134 10.0.0.50 - - [2026-03-19 02:23:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000501 10.0.0.50 - - [2026-03-19 02:23:49] "GET / HTTP/1.1" 200 35931 0.001771 10.0.0.50 - - [2026-03-19 02:23:49] "GET /project/eb25249d-1442-44aa-b8c4-f6cce1013e47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000475 10.0.0.50 - - [2026-03-19 02:23:49] "GET /projects?obj_uuids=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001350 10.0.0.50 - - [2026-03-19 02:23:49] "GET /project/eb25249d-1442-44aa-b8c4-f6cce1013e47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.054948 10.0.0.50 - - [2026-03-19 02:23:49] "POST /neutron/network HTTP/1.1" 200 822 0.007767 10.0.0.50 - - [2026-03-19 02:23:49] "POST /neutron/port HTTP/1.1" 200 117 0.005845 10.0.0.50 - - [2026-03-19 02:23:50] "POST /neutron/port HTTP/1.1" 200 117 0.006376 10.0.0.50 - - [2026-03-19 02:23:50] "POST /id-to-fqname HTTP/1.1" 200 219 0.001571 10.0.0.50 - - [2026-03-19 02:23:50] "POST /neutron/port HTTP/1.1" 200 117 0.006454 10.0.0.50 - - [2026-03-19 02:23:50] "POST /neutron/network HTTP/1.1" 200 832 0.006503 10.0.0.50 - - [2026-03-19 02:23:50] "GET /aaa-mode HTTP/1.1" 401 292 0.000516 10.0.0.50 - - [2026-03-19 02:23:50] "POST /neutron/network HTTP/1.1" 200 832 0.005756 10.0.0.50 - - [2026-03-19 02:23:50] "GET /projects?obj_uuids=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001136 10.0.0.50 - - [2026-03-19 02:23:50] "GET / HTTP/1.1" 200 35931 0.001528 10.0.0.50 - - [2026-03-19 02:23:50] "GET /project/eb25249d-1442-44aa-b8c4-f6cce1013e47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000455 10.0.0.50 - - [2026-03-19 02:23:50] "POST /neutron/port HTTP/1.1" 200 1056 0.264873 10.0.0.50 - - [2026-03-19 02:23:50] "POST /neutron/port HTTP/1.1" 200 1056 0.010265 10.0.0.50 - - [2026-03-19 02:23:50] "POST /neutron/port HTTP/1.1" 200 1056 0.010104 10.0.0.50 - - [2026-03-19 02:23:50] "POST /neutron/port HTTP/1.1" 200 1110 0.061608 10.0.0.50 - - [2026-03-19 02:23:50] "POST /neutron/port HTTP/1.1" 200 1120 0.012544 10.0.0.50 - - [2026-03-19 02:23:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003282 10.0.0.50 - - [2026-03-19 02:23:50] "GET /projects?obj_uuids=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.50 - - [2026-03-19 02:23:50] "POST /neutron/subnet HTTP/1.1" 200 689 0.014154 10.0.0.50 - - [2026-03-19 02:23:50] "GET /project/eb25249d-1442-44aa-b8c4-f6cce1013e47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.065010 10.0.0.50 - - [2026-03-19 02:23:50] "POST /neutron/port HTTP/1.1" 200 117 0.001996 10.0.0.50 - - [2026-03-19 02:23:51] "POST /neutron/network HTTP/1.1" 200 822 0.005998 10.0.0.50 - - [2026-03-19 02:23:51] "POST /neutron/network HTTP/1.1" 200 822 0.006488 10.0.0.50 - - [2026-03-19 02:23:51] "POST /neutron/port HTTP/1.1" 200 1120 0.018375 10.0.0.50 - - [2026-03-19 02:23:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008788 10.0.0.50 - - [2026-03-19 02:23:51] "POST /neutron/port HTTP/1.1" 200 117 0.005628 10.0.0.50 - - [2026-03-19 02:23:51] "GET /projects?obj_uuids=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003041 10.0.0.50 - - [2026-03-19 02:23:51] "POST /neutron/router HTTP/1.1" 200 580 0.070147 10.0.0.50 - - [2026-03-19 02:23:51] "POST /neutron/router HTTP/1.1" 200 580 0.004264 10.0.0.50 - - [2026-03-19 02:23:51] "POST /route-targets HTTP/1.1" 200 327 0.017137 10.0.0.50 - - [2026-03-19 02:23:51] "GET /projects?obj_uuids=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001523 10.0.0.50 - - [2026-03-19 02:23:51] "PUT /logical-router/67a663c1-dbf6-4290-a885-7e7116b9c05d HTTP/1.1" 200 262 0.028614 10.0.0.50 - - [2026-03-19 02:23:51] "POST /neutron/router HTTP/1.1" 200 344 0.299204 10.0.0.50 - - [2026-03-19 02:23:51] "POST /ref-update HTTP/1.1" 200 156 0.018843 10.0.0.50 - - [2026-03-19 02:23:51] "POST /neutron/network HTTP/1.1" 200 832 0.019385 10.0.0.50 - - [2026-03-19 02:23:51] "GET /projects?obj_uuids=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000926 10.0.0.50 - - [2026-03-19 02:23:51] "POST /neutron/port HTTP/1.1" 200 1120 0.031994 10.0.0.50 - - [2026-03-19 02:23:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013729 10.0.0.50 - - [2026-03-19 02:23:52] "POST /neutron/port HTTP/1.1" 200 1056 0.289249 10.0.0.50 - - [2026-03-19 02:23:52] "POST /neutron/port HTTP/1.1" 200 1056 0.010565 10.0.0.50 - - [2026-03-19 02:23:52] "POST /neutron/port HTTP/1.1" 200 1056 0.010936 10.0.0.50 - - [2026-03-19 02:23:52] "POST /neutron/port HTTP/1.1" 200 1110 0.083311 10.0.0.50 - - [2026-03-19 02:23:52] "POST /neutron/port HTTP/1.1" 200 1120 0.012186 10.0.0.50 - - [2026-03-19 02:23:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003817 10.0.0.50 - - [2026-03-19 02:23:52] "POST /neutron/subnet HTTP/1.1" 200 689 0.008650 10.0.0.50 - - [2026-03-19 02:23:52] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.50 - - [2026-03-19 02:23:52] "POST /neutron/network HTTP/1.1" 200 822 0.005881 10.0.0.50 - - [2026-03-19 02:23:56] "POST /neutron/port HTTP/1.1" 200 1120 0.012424 10.0.0.50 - - [2026-03-19 02:23:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007016 10.0.0.50 - - [2026-03-19 02:23:56] "POST /neutron/port HTTP/1.1" 200 1120 0.012092 10.0.0.50 - - [2026-03-19 02:23:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009648 10.0.0.50 - - [2026-03-19 02:23:57] "POST /neutron/port HTTP/1.1" 200 1120 0.016140 10.0.0.50 - - [2026-03-19 02:23:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006952 10.0.0.50 - - [2026-03-19 02:23:57] "GET /virtual-machine/bbca39a9-515e-48e4-b99f-e0de1c019470 HTTP/1.1" 401 292 0.000774 10.0.0.50 - - [2026-03-19 02:23:57] "GET /virtual-machine/bbca39a9-515e-48e4-b99f-e0de1c019470 HTTP/1.1" 200 1291 0.039437 10.0.0.50 - - [2026-03-19 02:23:57] "GET /virtual-machine-interface/29f3669a-6a68-46b6-8783-3ed25128423c HTTP/1.1" 200 2933 0.010088 10.0.0.50 - - [2026-03-19 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.50 - - [2026-03-19 02:23:57] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003386 10.0.0.50 - - [2026-03-19 02:23:57] "GET /virtual-networks?parent_id=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003337 10.0.0.50 - - [2026-03-19 02:23:57] "GET /virtual-network/987f6656-4427-4f44-8157-7bffbad544f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005215 10.0.0.50 - - [2026-03-19 02:24:00] "POST /neutron/port HTTP/1.1" 200 1120 0.011382 10.0.0.50 - - [2026-03-19 02:24:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005047 10.0.0.50 - - [2026-03-19 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.50 - - [2026-03-19 02:24:00] "GET /virtual-network/987f6656-4427-4f44-8157-7bffbad544f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005298 10.0.0.50 - - [2026-03-19 02:24:01] "POST /neutron/port HTTP/1.1" 200 1120 0.011923 10.0.0.50 - - [2026-03-19 02:24:01] "POST /neutron/port HTTP/1.1" 200 1120 0.017902 10.0.0.50 - - [2026-03-19 02:24:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009067 10.0.0.50 - - [2026-03-19 02:24:01] "POST /neutron/port HTTP/1.1" 200 1120 0.018173 10.0.0.50 - - [2026-03-19 02:24:01] "POST /neutron/network HTTP/1.1" 200 832 0.006423 10.0.0.50 - - [2026-03-19 02:24:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002995 10.0.0.50 - - [2026-03-19 02:24:01] "POST /neutron/subnet HTTP/1.1" 200 689 0.007066 10.0.0.50 - - [2026-03-19 02:24:01] "POST /neutron/port HTTP/1.1" 200 117 0.001917 10.0.0.50 - - [2026-03-19 02:24:01] "POST /neutron/network HTTP/1.1" 200 822 0.006444 10.0.0.50 - - [2026-03-19 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004724 10.0.0.50 - - [2026-03-19 02:24:02] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003125 10.0.0.50 - - [2026-03-19 02:24:02] "GET /virtual-networks?parent_id=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002954 10.0.0.50 - - [2026-03-19 02:24:03] "GET /virtual-network/987f6656-4427-4f44-8157-7bffbad544f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005217 10.0.0.50 - - [2026-03-19 02:24:03] "POST /neutron/port HTTP/1.1" 200 1120 0.016044 10.0.0.50 - - [2026-03-19 02:24:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013723 10.0.0.50 - - [2026-03-19 02:24:08] "POST /neutron/port HTTP/1.1" 200 1120 0.011745 10.0.0.50 - - [2026-03-19 02:24:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008092 10.0.0.50 - - [2026-03-19 02:24:08] "POST /neutron/port HTTP/1.1" 200 1120 0.013172 10.0.0.50 - - [2026-03-19 02:24:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006377 10.0.0.50 - - [2026-03-19 02:24:08] "POST /neutron/port HTTP/1.1" 200 1120 0.012734 10.0.0.50 - - [2026-03-19 02:24:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006563 10.0.0.50 - - [2026-03-19 02:24:08] "GET /virtual-machine/616b477d-fe1d-41fe-b886-69c47fb70aaa HTTP/1.1" 200 1290 0.004717 10.0.0.50 - - [2026-03-19 02:24:08] "GET /virtual-machine-interface/b3a94d24-4c34-465a-927e-a4a1fb7ddcdd HTTP/1.1" 200 2935 0.005190 10.0.0.50 - - [2026-03-19 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.50 - - [2026-03-19 02:24:08] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004061 10.0.0.50 - - [2026-03-19 02:24:08] "GET /virtual-networks?parent_id=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004349 10.0.0.50 - - [2026-03-19 02:24:08] "GET /virtual-network/c7ba601b-7976-4dd0-bd03-c1ab95c0513f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006921 10.0.0.50 - - [2026-03-19 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.50 - - [2026-03-19 02:24:09] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003879 10.0.0.50 - - [2026-03-19 02:24:09] "GET /virtual-networks?parent_id=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003247 10.0.0.50 - - [2026-03-19 02:24:10] "GET /virtual-network/c7ba601b-7976-4dd0-bd03-c1ab95c0513f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005816 10.0.0.50 - - [2026-03-19 02:24:12] "DELETE /project/720cae503d9e47528ef089ebba1f58a8 HTTP/1.1" 404 173 0.013390 10.0.0.50 - - [2026-03-19 02:24:12] "DELETE /project/eb25249d144244aab8c4f6cce1013e47 HTTP/1.1" 404 173 0.009060 10.0.0.50 - - [2026-03-19 02:24:12] "GET /projects?obj_uuids=7a0924e2-87dd-405e-8849-4ea2f0b1e072&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001409 10.0.0.50 - - [2026-03-19 02:24:12] "GET /projects?obj_uuids=720cae50-3d9e-4752-8ef0-89ebba1f58a8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001141 10.0.0.50 - - [2026-03-19 02:24:12] "GET /project/720cae50-3d9e-4752-8ef0-89ebba1f58a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.045821 10.0.0.50 - - [2026-03-19 02:24:12] "GET /project/7a0924e2-87dd-405e-8849-4ea2f0b1e072?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.047944 10.0.0.50 - - [2026-03-19 02:24:12] "GET /projects?obj_uuids=7a0924e2-87dd-405e-8849-4ea2f0b1e072&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001386 10.0.0.50 - - [2026-03-19 02:24:12] "GET /projects?obj_uuids=720cae50-3d9e-4752-8ef0-89ebba1f58a8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001299 10.0.0.50 - - [2026-03-19 02:24:12] "GET /project/720cae50-3d9e-4752-8ef0-89ebba1f58a8?fields=security_groups HTTP/1.1" 200 1351 0.032338 10.0.0.50 - - [2026-03-19 02:24:12] "GET /project/7a0924e2-87dd-405e-8849-4ea2f0b1e072?fields=security_groups HTTP/1.1" 200 1347 0.034902 10.0.0.50 - - [2026-03-19 02:24:12] "DELETE /security-group/148a5f85-93a9-4ed8-80d3-e5fc7744811c HTTP/1.1" 200 115 0.057481 10.0.0.50 - - [2026-03-19 02:24:12] "DELETE /security-group/b0677e61-c885-4a76-b4f3-65aa842489f5 HTTP/1.1" 200 115 0.061407 10.0.0.50 - - [2026-03-19 02:24:12] "GET /projects?obj_uuids=720cae50-3d9e-4752-8ef0-89ebba1f58a8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001413 10.0.0.50 - - [2026-03-19 02:24:12] "GET /projects?obj_uuids=7a0924e2-87dd-405e-8849-4ea2f0b1e072&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001878 10.0.0.50 - - [2026-03-19 02:24:12] "DELETE /access-control-list/71f03d47-c415-4255-bd91-4dea127b3a0c HTTP/1.1" 200 115 0.053349 10.0.0.50 - - [2026-03-19 02:24:12] "GET /project/720cae50-3d9e-4752-8ef0-89ebba1f58a8?fields=application_policy_sets HTTP/1.1" 200 1390 0.056291 10.0.0.50 - - [2026-03-19 02:24:12] "DELETE /access-control-list/1e1203f4-a8d1-4244-ab56-d63f1a0fdce9 HTTP/1.1" 200 115 0.053695 10.0.0.50 - - [2026-03-19 02:24:12] "GET /project/7a0924e2-87dd-405e-8849-4ea2f0b1e072?fields=application_policy_sets HTTP/1.1" 200 1386 0.087600 10.0.0.50 - - [2026-03-19 02:24:12] "DELETE /access-control-list/32d24b83-c4b8-4e73-8bf7-d8a63a259aee HTTP/1.1" 200 115 0.025038 10.0.0.50 - - [2026-03-19 02:24:12] "DELETE /access-control-list/173442cc-97d0-4fa5-85da-abc799805db5 HTTP/1.1" 200 115 0.036911 10.0.0.50 - - [2026-03-19 02:24:12] "DELETE /project/720cae50-3d9e-4752-8ef0-89ebba1f58a8 HTTP/1.1" 200 115 0.439734 10.0.0.50 - - [2026-03-19 02:24:12] "DELETE /project/7a0924e2-87dd-405e-8849-4ea2f0b1e072 HTTP/1.1" 200 115 0.470868 10.0.0.50 - - [2026-03-19 02:24:14] "POST /neutron/router HTTP/1.1" 200 580 0.004281 10.0.0.50 - - [2026-03-19 02:24:14] "GET /projects?obj_uuids=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001632 10.0.0.50 - - [2026-03-19 02:24:15] "POST /neutron/router HTTP/1.1" 200 344 0.204217 10.0.0.50 - - [2026-03-19 02:24:15] "POST /neutron/port HTTP/1.1" 200 1916 0.019518 10.0.0.50 - - [2026-03-19 02:24:15] "POST /ref-update HTTP/1.1" 200 156 0.009851 10.0.0.50 - - [2026-03-19 02:24:17] "GET /obj-perms HTTP/1.1" 200 5056 0.057390 10.0.0.50 - - [2026-03-19 02:24:18] "GET /obj-perms HTTP/1.1" 200 5056 0.065062 10.0.0.50 - - [2026-03-19 02:24:21] "POST /neutron/router HTTP/1.1" 200 580 0.004200 10.0.0.50 - - [2026-03-19 02:24:21] "POST /ref-update HTTP/1.1" 200 156 0.014202 10.0.0.50 - - [2026-03-19 02:24:21] "POST /neutron/router HTTP/1.1" 200 344 0.097758 10.0.0.50 - - [2026-03-19 02:24:24] "POST /neutron/router HTTP/1.1" 200 580 0.006061 10.0.0.50 - - [2026-03-19 02:24:25] "GET /projects?obj_uuids=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001195 10.0.0.50 - - [2026-03-19 02:24:25] "POST /neutron/router HTTP/1.1" 200 344 0.205631 10.0.0.50 - - [2026-03-19 02:24:25] "POST /ref-update HTTP/1.1" 200 156 0.010062 10.0.0.50 - - [2026-03-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 580 0.005763 10.0.0.50 - - [2026-03-19 02:24:27] "POST /ref-update HTTP/1.1" 200 156 0.013664 10.0.0.50 - - [2026-03-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 344 0.100265 10.0.0.50 - - [2026-03-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 580 0.005351 10.0.0.50 - - [2026-03-19 02:24:27] "POST /ref-update HTTP/1.1" 200 156 0.014465 10.0.0.50 - - [2026-03-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 344 0.113066 10.0.0.50 - - [2026-03-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 580 0.005103 10.0.0.50 - - [2026-03-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 151 0.043204 10.0.0.50 - - [2026-03-19 02:24:27] "GET /logical-router/67a663c1-dbf6-4290-a885-7e7116b9c05d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.008047 10.0.0.50 - - [2026-03-19 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.50 - - [2026-03-19 02:24:27] "DELETE /route-target/63aa53f6-dd69-46ca-b4b1-52b2e135f1b1 HTTP/1.1" 200 115 0.015211 10.0.0.50 - - [2026-03-19 02:24:27] "POST /neutron/network HTTP/1.1" 200 822 0.008683 10.0.0.50 - - [2026-03-19 02:24:27] "POST /neutron/network HTTP/1.1" 400 204 0.015693 10.0.0.50 - - [2026-03-19 02:24:28] "POST /neutron/port HTTP/1.1" 200 1120 0.017625 10.0.0.50 - - [2026-03-19 02:24:28] "POST /neutron/port HTTP/1.1" 200 1110 0.014290 10.0.0.50 - - [2026-03-19 02:24:28] "POST /neutron/port HTTP/1.1" 200 1120 0.011930 10.0.0.50 - - [2026-03-19 02:24:28] "POST /neutron/port HTTP/1.1" 200 1110 0.022918 10.0.0.50 - - [2026-03-19 02:24:28] "POST /neutron/port HTTP/1.1" 200 151 0.164305 10.0.0.50 - - [2026-03-19 02:24:28] "POST /neutron/port HTTP/1.1" 200 151 0.155250 10.0.0.50 - - [2026-03-19 02:24:29] "POST /neutron/network HTTP/1.1" 200 822 0.007584 10.0.0.50 - - [2026-03-19 02:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006620 10.0.0.50 - - [2026-03-19 02:24:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003697 10.0.0.50 - - [2026-03-19 02:24:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002444 10.0.0.50 - - [2026-03-19 02:24:30] "POST /neutron/network HTTP/1.1" 200 151 0.101286 10.0.0.50 - - [2026-03-19 02:24:30] "DELETE /route-target/bb5fa867-39cc-4c44-b386-86bd608dbcf5 HTTP/1.1" 200 115 0.021168 10.0.0.50 - - [2026-03-19 02:24:30] "POST /neutron/network HTTP/1.1" 200 822 0.007084 10.0.0.50 - - [2026-03-19 02:24:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002984 10.0.0.50 - - [2026-03-19 02:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.50 - - [2026-03-19 02:24:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002873 10.0.0.50 - - [2026-03-19 02:24:30] "POST /neutron/network HTTP/1.1" 200 151 0.095853 10.0.0.50 - - [2026-03-19 02:24:30] "DELETE /route-target/5ea2381f-ef8b-46b5-bd6b-6ec111d43d8e HTTP/1.1" 200 115 0.014365 10.0.0.50 - - [2026-03-19 02:24:30] "GET /projects?obj_uuids=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001249 10.0.0.50 - - [2026-03-19 02:24:30] "GET /project/eb25249d-1442-44aa-b8c4-f6cce1013e47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.031933 10.0.0.50 - - [2026-03-19 02:24:30] "GET /projects?obj_uuids=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001177 10.0.0.50 - - [2026-03-19 02:24:30] "GET /project/eb25249d-1442-44aa-b8c4-f6cce1013e47?fields=virtual_networks HTTP/1.1" 200 1029 0.067541 10.0.0.50 - - [2026-03-19 02:24:30] "GET /projects?obj_uuids=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001149 10.0.0.50 - - [2026-03-19 02:24:30] "GET /project/eb25249d-1442-44aa-b8c4-f6cce1013e47?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.030192 10.0.0.50 - - [2026-03-19 02:24:30] "GET /projects?obj_uuids=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001292 10.0.0.50 - - [2026-03-19 02:24:30] "GET /project/eb25249d-1442-44aa-b8c4-f6cce1013e47?fields=security_groups HTTP/1.1" 200 1253 0.025481 10.0.0.50 - - [2026-03-19 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 191 0.038391 10.0.0.50 - - [2026-03-19 02:24:31] "GET /projects?obj_uuids=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003232 10.0.0.50 - - [2026-03-19 02:24:31] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001298 10.0.0.50 - - [2026-03-19 02:24:31] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007077 10.0.0.50 - - [2026-03-19 02:24:31] "POST /id-to-fqname HTTP/1.1" 200 193 0.003229 10.0.0.50 - - [2026-03-19 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 202 0.004470 10.0.0.50 - - [2026-03-19 02:24:31] "POST /security-groups HTTP/1.1" 200 594 0.065399 10.0.0.50 - - [2026-03-19 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 237 0.002436 10.0.0.50 - - [2026-03-19 02:24:32] "POST /projects HTTP/1.1" 200 591 0.221868 10.0.0.50 - - [2026-03-19 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.261958 10.0.0.50 - - [2026-03-19 02:24:32] "POST /access-control-lists HTTP/1.1" 200 599 0.063736 10.0.0.50 - - [2026-03-19 02:24:32] "GET /project/8bcd7f25-ed3e-448c-a8d2-890ee238a8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.403854 10.0.0.50 - - [2026-03-19 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 236 0.003270 10.0.0.50 - - [2026-03-19 02:24:32] "POST /access-control-lists HTTP/1.1" 200 597 0.068376 10.0.0.50 - - [2026-03-19 02:24:33] "GET / HTTP/1.1" 200 35931 0.002209 10.0.0.50 - - [2026-03-19 02:24:34] "GET /project/8bcd7f25-ed3e-448c-a8d2-890ee238a8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000516 10.0.0.50 - - [2026-03-19 02:24:34] "GET /projects?obj_uuids=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001137 10.0.0.50 - - [2026-03-19 02:24:34] "GET /project/8bcd7f25-ed3e-448c-a8d2-890ee238a8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.057939 10.0.0.50 - - [2026-03-19 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.50 - - [2026-03-19 02:24:34] "GET /security-group/a1a78e23-51de-4f3a-94a8-3e28a9e68319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.005945 10.0.0.50 - - [2026-03-19 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.50 - - [2026-03-19 02:24:34] "GET /projects?obj_uuids=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001700 10.0.0.50 - - [2026-03-19 02:24:34] "GET /project/8bcd7f25-ed3e-448c-a8d2-890ee238a8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.031119 10.0.0.50 - - [2026-03-19 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.50 - - [2026-03-19 02:24:35] "GET /security-group/a1a78e23-51de-4f3a-94a8-3e28a9e68319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.006189 10.0.0.50 - - [2026-03-19 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.50 - - [2026-03-19 02:24:35] "PUT /security-group/a1a78e23-51de-4f3a-94a8-3e28a9e68319 HTTP/1.1" 200 262 0.015845 10.0.0.50 - - [2026-03-19 02:24:35] "PUT /access-control-list/104b7315-c515-4f33-83da-440325a90a29 HTTP/1.1" 200 272 0.009660 10.0.0.50 - - [2026-03-19 02:24:35] "PUT /access-control-list/7655a935-83bb-43e5-bc38-a98505b233cf HTTP/1.1" 200 272 0.013894 10.0.0.50 - - [2026-03-19 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 202 0.003307 10.0.0.50 - - [2026-03-19 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.50 - - [2026-03-19 02:24:35] "GET /projects?obj_uuids=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001536 10.0.0.50 - - [2026-03-19 02:24:35] "GET /project/8bcd7f25-ed3e-448c-a8d2-890ee238a8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.029340 10.0.0.50 - - [2026-03-19 02:24:35] "POST /neutron/network HTTP/1.1" 200 117 0.033103 10.0.0.50 - - [2026-03-19 02:24:35] "GET /projects?obj_uuids=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001208 10.0.0.50 - - [2026-03-19 02:24:35] "POST /neutron/network HTTP/1.1" 200 608 0.069310 10.0.0.50 - - [2026-03-19 02:24:35] "POST /route-targets HTTP/1.1" 200 327 0.012074 10.0.0.50 - - [2026-03-19 02:24:35] "POST /ref-update HTTP/1.1" 200 156 0.011422 10.0.0.50 - - [2026-03-19 02:24:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002968 10.0.0.50 - - [2026-03-19 02:24:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.183791 10.0.0.50 - - [2026-03-19 02:24:35] "POST /neutron/network HTTP/1.1" 200 827 0.006138 10.0.0.50 - - [2026-03-19 02:24:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.001920 10.0.0.50 - - [2026-03-19 02:24:35] "GET /virtual-network/3f490420-4cef-4225-95bb-2b0f16891822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008467 10.0.0.50 - - [2026-03-19 02:24:35] "POST /neutron/network HTTP/1.1" 200 827 0.005165 10.0.0.50 - - [2026-03-19 02:24:35] "GET /virtual-network/3f490420-4cef-4225-95bb-2b0f16891822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004864 10.0.0.50 - - [2026-03-19 02:24:35] "POST /neutron/network HTTP/1.1" 200 827 0.006519 10.0.0.50 - - [2026-03-19 02:24:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.006906 10.0.0.50 - - [2026-03-19 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002466 10.0.0.50 - - [2026-03-19 02:24:35] "GET /projects?obj_uuids=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001031 10.0.0.50 - - [2026-03-19 02:24:35] "GET /project/8bcd7f25-ed3e-448c-a8d2-890ee238a8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.028646 10.0.0.50 - - [2026-03-19 02:24:35] "POST /neutron/network HTTP/1.1" 200 117 0.011897 10.0.0.50 - - [2026-03-19 02:24:35] "GET /projects?obj_uuids=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001659 10.0.0.50 - - [2026-03-19 02:24:36] "POST /neutron/network HTTP/1.1" 200 615 0.115088 10.0.0.50 - - [2026-03-19 02:24:36] "POST /route-targets HTTP/1.1" 200 327 0.019788 10.0.0.50 - - [2026-03-19 02:24:36] "POST /ref-update HTTP/1.1" 200 156 0.026447 10.0.0.50 - - [2026-03-19 02:24:36] "POST /useragent-kv HTTP/1.1" 200 115 0.007972 10.0.0.50 - - [2026-03-19 02:24:36] "POST /neutron/subnet HTTP/1.1" 200 729 0.213236 10.0.0.50 - - [2026-03-19 02:24:36] "POST /neutron/network HTTP/1.1" 200 835 0.006820 10.0.0.50 - - [2026-03-19 02:24:36] "POST /id-to-fqname HTTP/1.1" 200 227 0.001413 10.0.0.50 - - [2026-03-19 02:24:36] "GET /virtual-network/5273e84b-7645-4dad-8c43-a84186307c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004979 10.0.0.50 - - [2026-03-19 02:24:36] "POST /neutron/network HTTP/1.1" 200 835 0.006939 10.0.0.50 - - [2026-03-19 02:24:36] "GET /virtual-network/5273e84b-7645-4dad-8c43-a84186307c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005514 10.0.0.50 - - [2026-03-19 02:24:36] "POST /neutron/network HTTP/1.1" 200 835 0.005804 10.0.0.50 - - [2026-03-19 02:24:36] "POST /neutron/subnet HTTP/1.1" 200 729 0.010240 10.0.0.50 - - [2026-03-19 02:24:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.002033 10.0.0.50 - - [2026-03-19 02:24:36] "POST /neutron/network HTTP/1.1" 200 837 0.005922 10.0.0.50 - - [2026-03-19 02:24:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000431 10.0.0.50 - - [2026-03-19 02:24:37] "GET / HTTP/1.1" 200 35931 0.002035 10.0.0.50 - - [2026-03-19 02:24:37] "GET /project/8bcd7f25-ed3e-448c-a8d2-890ee238a8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000413 10.0.0.50 - - [2026-03-19 02:24:37] "GET /projects?obj_uuids=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001031 10.0.0.50 - - [2026-03-19 02:24:37] "GET /project/8bcd7f25-ed3e-448c-a8d2-890ee238a8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.055191 10.0.0.50 - - [2026-03-19 02:24:37] "POST /neutron/network HTTP/1.1" 200 827 0.005973 10.0.0.50 - - [2026-03-19 02:24:37] "POST /neutron/port HTTP/1.1" 200 117 0.005394 10.0.0.50 - - [2026-03-19 02:24:37] "POST /neutron/port HTTP/1.1" 200 117 0.006368 10.0.0.50 - - [2026-03-19 02:24:37] "POST /id-to-fqname HTTP/1.1" 200 227 0.001397 10.0.0.50 - - [2026-03-19 02:24:37] "POST /neutron/port HTTP/1.1" 200 117 0.005710 10.0.0.50 - - [2026-03-19 02:24:37] "POST /neutron/network HTTP/1.1" 200 845 0.005905 10.0.0.50 - - [2026-03-19 02:24:37] "GET /aaa-mode HTTP/1.1" 401 292 0.000535 10.0.0.50 - - [2026-03-19 02:24:38] "POST /neutron/network HTTP/1.1" 200 837 0.006318 10.0.0.50 - - [2026-03-19 02:24:38] "GET /projects?obj_uuids=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001595 10.0.0.50 - - [2026-03-19 02:24:38] "GET / HTTP/1.1" 200 35931 0.001800 10.0.0.50 - - [2026-03-19 02:24:38] "GET /project/8bcd7f25-ed3e-448c-a8d2-890ee238a8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000429 10.0.0.50 - - [2026-03-19 02:24:38] "POST /neutron/port HTTP/1.1" 200 1063 0.214234 10.0.0.50 - - [2026-03-19 02:24:38] "POST /neutron/port HTTP/1.1" 200 1063 0.013750 10.0.0.50 - - [2026-03-19 02:24:38] "POST /neutron/port HTTP/1.1" 200 1063 0.008923 10.0.0.50 - - [2026-03-19 02:24:38] "POST /neutron/port HTTP/1.1" 200 1117 0.064660 10.0.0.50 - - [2026-03-19 02:24:38] "POST /neutron/port HTTP/1.1" 200 1127 0.016514 10.0.0.50 - - [2026-03-19 02:24:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004106 10.0.0.50 - - [2026-03-19 02:24:38] "POST /neutron/subnet HTTP/1.1" 200 698 0.010674 10.0.0.50 - - [2026-03-19 02:24:38] "POST /neutron/port HTTP/1.1" 200 117 0.001480 10.0.0.50 - - [2026-03-19 02:24:38] "GET /projects?obj_uuids=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001345 10.0.0.50 - - [2026-03-19 02:24:38] "POST /neutron/network HTTP/1.1" 200 827 0.006307 10.0.0.50 - - [2026-03-19 02:24:38] "GET /project/8bcd7f25-ed3e-448c-a8d2-890ee238a8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.068460 10.0.0.50 - - [2026-03-19 02:24:38] "POST /neutron/network HTTP/1.1" 200 835 0.008152 10.0.0.50 - - [2026-03-19 02:24:38] "POST /neutron/port HTTP/1.1" 200 1127 0.017923 10.0.0.50 - - [2026-03-19 02:24:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010115 10.0.0.50 - - [2026-03-19 02:24:38] "POST /neutron/port HTTP/1.1" 200 117 0.010113 10.0.0.50 - - [2026-03-19 02:24:38] "GET /projects?obj_uuids=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001122 10.0.0.50 - - [2026-03-19 02:24:39] "POST /neutron/router HTTP/1.1" 200 585 0.078337 10.0.0.50 - - [2026-03-19 02:24:39] "POST /neutron/router HTTP/1.1" 200 585 0.004565 10.0.0.50 - - [2026-03-19 02:24:39] "POST /route-targets HTTP/1.1" 200 327 0.015653 10.0.0.50 - - [2026-03-19 02:24:39] "PUT /logical-router/b28192b6-a2fe-41ae-ad7a-90f614fd84eb HTTP/1.1" 200 262 0.034909 10.0.0.50 - - [2026-03-19 02:24:39] "POST /neutron/router HTTP/1.1" 200 656 0.062828 10.0.0.50 - - [2026-03-19 02:24:39] "GET /logical-router/b28192b6-a2fe-41ae-ad7a-90f614fd84eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.010014 10.0.0.50 - - [2026-03-19 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.50 - - [2026-03-19 02:24:39] "POST /neutron/router HTTP/1.1" 200 656 0.006880 10.0.0.50 - - [2026-03-19 02:24:39] "GET /projects?obj_uuids=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001265 10.0.0.50 - - [2026-03-19 02:24:39] "GET /service-template/d2284b85-22e5-43bc-afab-be370a0744e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.006853 10.0.0.50 - - [2026-03-19 02:24:39] "POST /fqname-to-id HTTP/1.1" 404 215 0.003180 10.0.0.50 - - [2026-03-19 02:24:39] "POST /neutron/router HTTP/1.1" 200 344 0.291950 10.0.0.50 - - [2026-03-19 02:24:39] "POST /neutron/network HTTP/1.1" 200 845 0.012784 10.0.0.50 - - [2026-03-19 02:24:39] "POST /useragent-kv HTTP/1.1" 200 115 0.007279 10.0.0.50 - - [2026-03-19 02:24:39] "POST /virtual-networks HTTP/1.1" 200 694 0.178850 10.0.0.50 - - [2026-03-19 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.042506 10.0.0.50 - - [2026-03-19 02:24:39] "GET /projects?obj_uuids=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002244 10.0.0.50 - - [2026-03-19 02:24:39] "POST /neutron/port HTTP/1.1" 200 1127 0.039366 10.0.0.50 - - [2026-03-19 02:24:39] "POST /route-targets HTTP/1.1" 200 327 0.031102 10.0.0.50 - - [2026-03-19 02:24:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.049883 10.0.0.50 - - [2026-03-19 02:24:39] "POST /service-instances HTTP/1.1" 200 670 0.093916 10.0.0.50 - - [2026-03-19 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.080273 10.0.0.50 - - [2026-03-19 02:24:39] "POST /route-tables HTTP/1.1" 200 582 0.069092 10.0.0.50 - - [2026-03-19 02:24:39] "PUT /logical-router/b28192b6-a2fe-41ae-ad7a-90f614fd84eb HTTP/1.1" 200 262 0.055119 10.0.0.50 - - [2026-03-19 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.033345 10.0.0.50 - - [2026-03-19 02:24:40] "POST /neutron/port HTTP/1.1" 200 1064 0.528483 10.0.0.50 - - [2026-03-19 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005541 10.0.0.50 - - [2026-03-19 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.50 - - [2026-03-19 02:24:40] "POST /neutron/port HTTP/1.1" 200 1064 0.009514 10.0.0.50 - - [2026-03-19 02:24:40] "POST /neutron/port HTTP/1.1" 200 1064 0.025331 10.0.0.50 - - [2026-03-19 02:24:40] "POST /virtual-machines HTTP/1.1" 200 553 0.021973 10.0.0.50 - - [2026-03-19 02:24:40] "POST /neutron/port HTTP/1.1" 200 1118 0.070238 10.0.0.50 - - [2026-03-19 02:24:40] "POST /neutron/port HTTP/1.1" 200 1128 0.040531 10.0.0.50 - - [2026-03-19 02:24:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.091499 10.0.0.50 - - [2026-03-19 02:24:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003900 10.0.0.50 - - [2026-03-19 02:24:40] "POST /neutron/subnet HTTP/1.1" 200 703 0.009037 10.0.0.50 - - [2026-03-19 02:24:40] "POST /chown HTTP/1.1" 200 109 0.008734 10.0.0.50 - - [2026-03-19 02:24:40] "POST /neutron/port HTTP/1.1" 200 117 0.001857 10.0.0.50 - - [2026-03-19 02:24:40] "POST /neutron/network HTTP/1.1" 200 835 0.005597 10.0.0.50 - - [2026-03-19 02:24:40] "POST /instance-ips HTTP/1.1" 200 551 0.021676 10.0.0.50 - - [2026-03-19 02:24:40] "POST /instance-ips HTTP/1.1" 400 246 0.016019 10.0.0.50 - - [2026-03-19 02:24:40] "POST /chown HTTP/1.1" 200 109 0.008729 10.0.0.50 - - [2026-03-19 02:24:40] "PUT /virtual-machine-interface/e68453e8-fa7b-4a0b-96b9-471c9ca404b8 HTTP/1.1" 200 284 0.010955 10.0.0.50 - - [2026-03-19 02:24:40] "PUT /instance-ip/d4edd14b-f5d7-489c-ae79-93ee42ac6ef0 HTTP/1.1" 200 256 0.019672 10.0.0.50 - - [2026-03-19 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.016491 10.0.0.50 - - [2026-03-19 02:24:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.088306 10.0.0.50 - - [2026-03-19 02:24:40] "POST /chown HTTP/1.1" 200 109 0.008494 10.0.0.50 - - [2026-03-19 02:24:40] "POST /instance-ips HTTP/1.1" 200 549 0.038006 10.0.0.50 - - [2026-03-19 02:24:41] "POST /instance-ips HTTP/1.1" 400 316 0.029039 10.0.0.50 - - [2026-03-19 02:24:41] "POST /chown HTTP/1.1" 200 109 0.010062 10.0.0.50 - - [2026-03-19 02:24:41] "PUT /virtual-machine-interface/7ab4629f-789f-4996-bccf-9c23d51def11 HTTP/1.1" 200 284 0.014347 10.0.0.50 - - [2026-03-19 02:24:41] "PUT /instance-ip/6b816676-52a3-4ae4-9b11-71fc217107f9 HTTP/1.1" 200 256 0.013204 10.0.0.50 - - [2026-03-19 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.012032 10.0.0.50 - - [2026-03-19 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.011317 10.0.0.50 - - [2026-03-19 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.018306 10.0.0.50 - - [2026-03-19 02:24:41] "PUT /routing-instance/4ff54ab9-d358-4bf8-9a02-76a770aeb5b7 HTTP/1.1" 200 266 0.027662 10.0.0.50 - - [2026-03-19 02:24:41] "POST /virtual-machines HTTP/1.1" 200 553 0.020113 10.0.0.50 - - [2026-03-19 02:24:41] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.105173 10.0.0.50 - - [2026-03-19 02:24:41] "POST /chown HTTP/1.1" 200 109 0.008937 10.0.0.50 - - [2026-03-19 02:24:41] "POST /instance-ips HTTP/1.1" 400 246 0.018919 10.0.0.50 - - [2026-03-19 02:24:41] "POST /chown HTTP/1.1" 200 109 0.008349 10.0.0.50 - - [2026-03-19 02:24:41] "PUT /virtual-machine-interface/476db49a-430b-458d-92fd-e56ffe6ddb63 HTTP/1.1" 200 284 0.011273 10.0.0.50 - - [2026-03-19 02:24:41] "PUT /instance-ip/d4edd14b-f5d7-489c-ae79-93ee42ac6ef0 HTTP/1.1" 200 256 0.013139 10.0.0.50 - - [2026-03-19 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.013512 10.0.0.50 - - [2026-03-19 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.010741 10.0.0.50 - - [2026-03-19 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.015917 10.0.0.50 - - [2026-03-19 02:24:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.096945 10.0.0.50 - - [2026-03-19 02:24:42] "PUT /routing-instance/4ff54ab9-d358-4bf8-9a02-76a770aeb5b7 HTTP/1.1" 200 266 0.022990 10.0.0.50 - - [2026-03-19 02:24:42] "POST /chown HTTP/1.1" 200 109 0.011212 10.0.0.50 - - [2026-03-19 02:24:42] "POST /instance-ips HTTP/1.1" 400 316 0.013428 10.0.0.50 - - [2026-03-19 02:24:42] "POST /chown HTTP/1.1" 200 109 0.009214 10.0.0.50 - - [2026-03-19 02:24:42] "PUT /virtual-machine-interface/1f61e8b6-a25b-4656-9607-7150baf542dc HTTP/1.1" 200 284 0.017543 10.0.0.50 - - [2026-03-19 02:24:42] "PUT /instance-ip/6b816676-52a3-4ae4-9b11-71fc217107f9 HTTP/1.1" 200 256 0.014468 10.0.0.50 - - [2026-03-19 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.015471 10.0.0.50 - - [2026-03-19 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.008688 10.0.0.50 - - [2026-03-19 02:24:42] "PUT /routing-instance/4ff54ab9-d358-4bf8-9a02-76a770aeb5b7 HTTP/1.1" 200 266 0.009998 10.0.0.50 - - [2026-03-19 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.014285 10.0.0.50 - - [2026-03-19 02:24:44] "POST /neutron/port HTTP/1.1" 200 1127 0.011827 10.0.0.50 - - [2026-03-19 02:24:44] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006573 10.0.0.50 - - [2026-03-19 02:24:44] "POST /neutron/port HTTP/1.1" 200 1127 0.014415 10.0.0.50 - - [2026-03-19 02:24:44] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006118 10.0.0.50 - - [2026-03-19 02:24:44] "POST /neutron/port HTTP/1.1" 200 1127 0.013945 10.0.0.50 - - [2026-03-19 02:24:44] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006668 10.0.0.50 - - [2026-03-19 02:24:44] "GET /virtual-machine/416003a1-edff-48f7-9422-4fd48626119f HTTP/1.1" 401 292 0.000567 10.0.0.50 - - [2026-03-19 02:24:45] "GET /virtual-machine/416003a1-edff-48f7-9422-4fd48626119f HTTP/1.1" 200 1295 0.030210 10.0.0.50 - - [2026-03-19 02:24:45] "GET /virtual-machine-interface/4396b85b-19fe-42df-a7db-352bf71b8ab4 HTTP/1.1" 200 2956 0.005248 10.0.0.50 - - [2026-03-19 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.50 - - [2026-03-19 02:24:45] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004210 10.0.0.50 - - [2026-03-19 02:24:45] "GET /virtual-networks?parent_id=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003205 10.0.0.50 - - [2026-03-19 02:24:45] "GET /virtual-network/3f490420-4cef-4225-95bb-2b0f16891822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005364 10.0.0.50 - - [2026-03-19 02:24:47] "POST /neutron/port HTTP/1.1" 200 1127 0.014645 10.0.0.50 - - [2026-03-19 02:24:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005981 10.0.0.50 - - [2026-03-19 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.50 - - [2026-03-19 02:24:48] "GET /virtual-network/3f490420-4cef-4225-95bb-2b0f16891822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006999 10.0.0.50 - - [2026-03-19 02:24:49] "POST /neutron/port HTTP/1.1" 200 1128 0.014162 10.0.0.50 - - [2026-03-19 02:24:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008576 10.0.0.50 - - [2026-03-19 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.50 - - [2026-03-19 02:24:50] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003784 10.0.0.50 - - [2026-03-19 02:24:50] "GET /virtual-networks?parent_id=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003299 10.0.0.50 - - [2026-03-19 02:24:50] "GET /virtual-network/3f490420-4cef-4225-95bb-2b0f16891822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005538 10.0.0.50 - - [2026-03-19 02:24:50] "POST /neutron/port HTTP/1.1" 200 1128 0.012925 10.0.0.50 - - [2026-03-19 02:24:50] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006395 10.0.0.50 - - [2026-03-19 02:24:51] "POST /neutron/port HTTP/1.1" 200 1128 0.014952 10.0.0.50 - - [2026-03-19 02:24:51] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006982 10.0.0.50 - - [2026-03-19 02:24:51] "POST /neutron/port HTTP/1.1" 200 1128 0.016382 10.0.0.50 - - [2026-03-19 02:24:51] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009985 10.0.0.50 - - [2026-03-19 02:24:51] "GET /virtual-machine/6ceea4e4-0ade-4bef-89ad-da3b6688916b HTTP/1.1" 200 1294 0.005906 10.0.0.50 - - [2026-03-19 02:24:51] "GET /virtual-machine-interface/85adfed6-b106-4086-8696-0274c272bb71 HTTP/1.1" 200 2967 0.005976 10.0.0.50 - - [2026-03-19 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.50 - - [2026-03-19 02:24:51] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003788 10.0.0.50 - - [2026-03-19 02:24:51] "GET /virtual-networks?parent_id=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002883 10.0.0.50 - - [2026-03-19 02:24:51] "GET /virtual-network/5273e84b-7645-4dad-8c43-a84186307c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006552 10.0.0.50 - - [2026-03-19 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.50 - - [2026-03-19 02:24:52] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004163 10.0.0.50 - - [2026-03-19 02:24:52] "GET /virtual-networks?parent_id=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003645 10.0.0.50 - - [2026-03-19 02:24:52] "GET /virtual-network/5273e84b-7645-4dad-8c43-a84186307c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006191 10.0.0.50 - - [2026-03-19 02:24:56] "POST /neutron/router HTTP/1.1" 200 656 0.004252 10.0.0.50 - - [2026-03-19 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.012894 10.0.0.50 - - [2026-03-19 02:24:56] "POST /neutron/router HTTP/1.1" 200 344 0.100113 10.0.0.50 - - [2026-03-19 02:24:56] "POST /neutron/router HTTP/1.1" 200 656 0.005272 10.0.0.50 - - [2026-03-19 02:24:57] "GET /logical-router/b28192b6-a2fe-41ae-ad7a-90f614fd84eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.003737 10.0.0.50 - - [2026-03-19 02:24:57] "GET /service-instance/a5b5aa8b-5c18-4adc-b22c-2e90c00ec5e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.003541 10.0.0.50 - - [2026-03-19 02:24:57] "POST /neutron/router HTTP/1.1" 200 151 0.052572 10.0.0.50 - - [2026-03-19 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.50 - - [2026-03-19 02:24:57] "DELETE /route-target/03b71b0b-d91c-45f0-a92f-e9061bd57f69 HTTP/1.1" 409 239 0.006452 10.0.0.50 - - [2026-03-19 02:24:57] "PUT /logical-router/b28192b6-a2fe-41ae-ad7a-90f614fd84eb HTTP/1.1" 404 171 0.002887 10.0.0.50 - - [2026-03-19 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.017658 10.0.0.50 - - [2026-03-19 02:24:57] "DELETE /route-table/54b768ac-28d8-4018-9356-e1dac81d078d HTTP/1.1" 200 115 0.043653 10.0.0.50 - - [2026-03-19 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.50 - - [2026-03-19 02:24:57] "PUT /routing-instance/4ff54ab9-d358-4bf8-9a02-76a770aeb5b7 HTTP/1.1" 200 266 0.014030 10.0.0.50 - - [2026-03-19 02:24:57] "GET /virtual-network/1003fe01-916a-4d42-abe1-eb35c1a66aee?fields=virtual_machine_interface_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 2299 0.005758 10.0.0.50 - - [2026-03-19 02:24:57] "POST /neutron/network HTTP/1.1" 200 835 0.013109 10.0.0.50 - - [2026-03-19 02:24:57] "POST /neutron/network HTTP/1.1" 400 204 0.037523 10.0.0.50 - - [2026-03-19 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.015778 10.0.0.50 - - [2026-03-19 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.011091 10.0.0.50 - - [2026-03-19 02:24:57] "GET /virtual-machine-interface/1f61e8b6-a25b-4656-9607-7150baf542dc?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1650 0.006548 10.0.0.50 - - [2026-03-19 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.021371 10.0.0.50 - - [2026-03-19 02:24:57] "GET /instance-ip/6b816676-52a3-4ae4-9b11-71fc217107f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006725 10.0.0.50 - - [2026-03-19 02:24:57] "DELETE /virtual-machine-interface/1f61e8b6-a25b-4656-9607-7150baf542dc HTTP/1.1" 200 115 0.041159 10.0.0.50 - - [2026-03-19 02:24:57] "GET /virtual-machine-interface/7ab4629f-789f-4996-bccf-9c23d51def11?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1650 0.009698 10.0.0.50 - - [2026-03-19 02:24:57] "POST /neutron/port HTTP/1.1" 200 1128 0.020337 10.0.0.50 - - [2026-03-19 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.019404 10.0.0.50 - - [2026-03-19 02:24:57] "POST /neutron/port HTTP/1.1" 200 1118 0.015826 10.0.0.50 - - [2026-03-19 02:24:57] "GET /instance-ip/6b816676-52a3-4ae4-9b11-71fc217107f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1759 0.011596 10.0.0.50 - - [2026-03-19 02:24:57] "POST /neutron/port HTTP/1.1" 200 1127 0.017496 10.0.0.50 - - [2026-03-19 02:24:57] "DELETE /instance-ip/6b816676-52a3-4ae4-9b11-71fc217107f9 HTTP/1.1" 200 115 0.075459 10.0.0.50 - - [2026-03-19 02:24:57] "POST /neutron/port HTTP/1.1" 200 1117 0.018952 10.0.0.50 - - [2026-03-19 02:24:57] "DELETE /virtual-machine-interface/7ab4629f-789f-4996-bccf-9c23d51def11 HTTP/1.1" 200 115 0.069018 10.0.0.50 - - [2026-03-19 02:24:57] "POST /neutron/port HTTP/1.1" 200 151 0.206271 10.0.0.50 - - [2026-03-19 02:24:57] "DELETE /instance-ip/6b816676-52a3-4ae4-9b11-71fc217107f9 HTTP/1.1" 404 177 0.003728 10.0.0.50 - - [2026-03-19 02:24:57] "POST /neutron/port HTTP/1.1" 200 151 0.150580 10.0.0.50 - - [2026-03-19 02:24:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003250 10.0.0.50 - - [2026-03-19 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.50 - - [2026-03-19 02:24:58] "POST /useragent-kv HTTP/1.1" 200 115 0.006325 10.0.0.50 - - [2026-03-19 02:24:58] "DELETE /virtual-network/1003fe01-916a-4d42-abe1-eb35c1a66aee HTTP/1.1" 200 115 0.097590 10.0.0.50 - - [2026-03-19 02:24:58] "DELETE /route-target/f21156cb-6ac4-4ff6-af88-720b7087a5b2 HTTP/1.1" 200 115 0.019609 10.0.0.50 - - [2026-03-19 02:24:58] "DELETE /service-instance/a5b5aa8b-5c18-4adc-b22c-2e90c00ec5e7 HTTP/1.1" 200 115 0.036119 10.0.0.50 - - [2026-03-19 02:24:58] "GET /logical-router/b28192b6-a2fe-41ae-ad7a-90f614fd84eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007225 10.0.0.50 - - [2026-03-19 02:24:58] "GET /service-instance/a5b5aa8b-5c18-4adc-b22c-2e90c00ec5e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002822 10.0.0.50 - - [2026-03-19 02:24:58] "GET /virtual-machine-interface/e68453e8-fa7b-4a0b-96b9-471c9ca404b8?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1654 0.005384 10.0.0.50 - - [2026-03-19 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.015675 10.0.0.50 - - [2026-03-19 02:24:58] "GET /instance-ip/d4edd14b-f5d7-489c-ae79-93ee42ac6ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004654 10.0.0.50 - - [2026-03-19 02:24:58] "DELETE /virtual-machine-interface/e68453e8-fa7b-4a0b-96b9-471c9ca404b8 HTTP/1.1" 200 115 0.035016 10.0.0.50 - - [2026-03-19 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.010012 10.0.0.50 - - [2026-03-19 02:24:58] "DELETE /virtual-machine/c5de4573-7110-40de-a2a3-3fea21207caf HTTP/1.1" 200 115 0.018563 10.0.0.50 - - [2026-03-19 02:24:58] "GET /virtual-machine-interface/476db49a-430b-458d-92fd-e56ffe6ddb63?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1653 0.005916 10.0.0.50 - - [2026-03-19 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.013619 10.0.0.50 - - [2026-03-19 02:24:58] "GET /instance-ip/d4edd14b-f5d7-489c-ae79-93ee42ac6ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.004994 10.0.0.50 - - [2026-03-19 02:24:58] "DELETE /instance-ip/d4edd14b-f5d7-489c-ae79-93ee42ac6ef0 HTTP/1.1" 200 115 0.033543 10.0.0.50 - - [2026-03-19 02:24:58] "DELETE /virtual-machine-interface/476db49a-430b-458d-92fd-e56ffe6ddb63 HTTP/1.1" 200 115 0.039944 10.0.0.50 - - [2026-03-19 02:24:58] "DELETE /virtual-machine/6a83d881-30a8-486d-a931-9e7026b054c5 HTTP/1.1" 200 115 0.023600 10.0.0.50 - - [2026-03-19 02:24:59] "POST /neutron/network HTTP/1.1" 200 835 0.006771 10.0.0.50 - - [2026-03-19 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005315 10.0.0.50 - - [2026-03-19 02:24:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003590 10.0.0.50 - - [2026-03-19 02:24:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002700 10.0.0.50 - - [2026-03-19 02:24:59] "POST /neutron/network HTTP/1.1" 200 151 0.092899 10.0.0.50 - - [2026-03-19 02:24:59] "DELETE /route-target/4060d3f3-ce6d-4c0a-8dde-78a61bba2fb7 HTTP/1.1" 200 115 0.022219 10.0.0.50 - - [2026-03-19 02:24:59] "POST /neutron/network HTTP/1.1" 200 827 0.007022 10.0.0.50 - - [2026-03-19 02:24:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003022 10.0.0.50 - - [2026-03-19 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.50 - - [2026-03-19 02:24:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002077 10.0.0.50 - - [2026-03-19 02:24:59] "POST /neutron/network HTTP/1.1" 200 151 0.083512 10.0.0.50 - - [2026-03-19 02:24:59] "DELETE /route-target/429baefe-f7df-4627-b89f-74c6a1f9b9c9 HTTP/1.1" 200 115 0.015451 10.0.0.50 - - [2026-03-19 02:24:59] "GET /projects?obj_uuids=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001108 10.0.0.50 - - [2026-03-19 02:24:59] "GET /project/8bcd7f25-ed3e-448c-a8d2-890ee238a8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.031003 10.0.0.50 - - [2026-03-19 02:24:59] "GET /projects?obj_uuids=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001591 10.0.0.50 - - [2026-03-19 02:24:59] "GET /project/8bcd7f25-ed3e-448c-a8d2-890ee238a8d7?fields=virtual_networks HTTP/1.1" 200 1039 0.070267 10.0.0.50 - - [2026-03-19 02:24:59] "GET /projects?obj_uuids=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001710 10.0.0.50 - - [2026-03-19 02:24:59] "GET /project/8bcd7f25-ed3e-448c-a8d2-890ee238a8d7?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.025205 10.0.0.50 - - [2026-03-19 02:24:59] "GET /projects?obj_uuids=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001281 10.0.0.50 - - [2026-03-19 02:25:00] "GET /project/8bcd7f25-ed3e-448c-a8d2-890ee238a8d7?fields=security_groups HTTP/1.1" 200 1268 0.027030 10.0.0.50 - - [2026-03-19 02:25:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.027655 10.0.0.50 - - [2026-03-19 02:25:00] "GET /projects?obj_uuids=475e97a7-a3e4-4152-827d-7d1d5f4f7799&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.008155 10.0.0.50 - - [2026-03-19 02:25:01] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001248 10.0.0.50 - - [2026-03-19 02:25:01] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007281 10.0.0.50 - - [2026-03-19 02:25:01] "POST /id-to-fqname HTTP/1.1" 200 198 0.001878 10.0.0.50 - - [2026-03-19 02:25:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.003716 10.0.0.50 - - [2026-03-19 02:25:01] "POST /security-groups HTTP/1.1" 200 599 0.068589 10.0.0.50 - - [2026-03-19 02:25:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.003083 10.0.0.50 - - [2026-03-19 02:25:01] "POST /projects HTTP/1.1" 200 601 0.223830 10.0.0.50 - - [2026-03-19 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.262323 10.0.0.50 - - [2026-03-19 02:25:01] "POST /access-control-lists HTTP/1.1" 200 604 0.062555 10.0.0.50 - - [2026-03-19 02:25:01] "GET /project/475e97a7-a3e4-4152-827d-7d1d5f4f7799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.396470 10.0.0.50 - - [2026-03-19 02:25:01] "POST /fqname-to-id HTTP/1.1" 404 241 0.003230 10.0.0.50 - - [2026-03-19 02:25:01] "POST /access-control-lists HTTP/1.1" 200 602 0.060788 10.0.0.50 - - [2026-03-19 02:25:02] "GET / HTTP/1.1" 200 35931 0.002190 10.0.0.50 - - [2026-03-19 02:25:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000535 10.0.0.50 - - [2026-03-19 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.069720 10.0.0.50 - - [2026-03-19 02:25:03] "GET /projects?obj_uuids=475e97a7-a3e4-4152-827d-7d1d5f4f7799&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001269 10.0.0.50 - - [2026-03-19 02:25:03] "GET /project/475e97a7-a3e4-4152-827d-7d1d5f4f7799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039081 10.0.0.50 - - [2026-03-19 02:25:03] "POST /neutron/network HTTP/1.1" 200 117 0.042281 10.0.0.50 - - [2026-03-19 02:25:03] "GET /projects?obj_uuids=475e97a7-a3e4-4152-827d-7d1d5f4f7799&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001461 10.0.0.50 - - [2026-03-19 02:25:03] "POST /neutron/network HTTP/1.1" 200 613 0.094436 10.0.0.50 - - [2026-03-19 02:25:03] "POST /route-targets HTTP/1.1" 200 327 0.017131 10.0.0.50 - - [2026-03-19 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.016226 10.0.0.50 - - [2026-03-19 02:25:04] "POST /useragent-kv HTTP/1.1" 200 115 0.006396 10.0.0.50 - - [2026-03-19 02:25:04] "POST /neutron/subnet HTTP/1.1" 200 729 0.205065 10.0.0.50 - - [2026-03-19 02:25:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.50 - - [2026-03-19 02:25:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005068 10.0.0.50 - - [2026-03-19 02:25:04] "POST /neutron/subnet HTTP/1.1" 200 823 0.158983 10.0.0.50 - - [2026-03-19 02:25:04] "POST /neutron/network HTTP/1.1" 200 1006 0.008974 10.0.0.50 - - [2026-03-19 02:25:04] "POST /id-to-fqname HTTP/1.1" 200 228 0.001435 10.0.0.50 - - [2026-03-19 02:25:04] "GET /virtual-network/8c6fe592-07a8-4113-a3b2-468fa8ae5b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005417 10.0.0.50 - - [2026-03-19 02:25:04] "POST /neutron/network HTTP/1.1" 200 1006 0.007948 10.0.0.50 - - [2026-03-19 02:25:04] "GET /virtual-network/8c6fe592-07a8-4113-a3b2-468fa8ae5b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005688 10.0.0.50 - - [2026-03-19 02:25:04] "POST /neutron/network HTTP/1.1" 200 1006 0.008551 10.0.0.50 - - [2026-03-19 02:25:04] "POST /neutron/subnet HTTP/1.1" 200 729 0.007191 10.0.0.50 - - [2026-03-19 02:25:04] "POST /neutron/subnet HTTP/1.1" 200 823 0.007115 10.0.0.50 - - [2026-03-19 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.50 - - [2026-03-19 02:25:04] "GET /projects?obj_uuids=475e97a7-a3e4-4152-827d-7d1d5f4f7799&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001784 10.0.0.50 - - [2026-03-19 02:25:04] "GET /project/475e97a7-a3e4-4152-827d-7d1d5f4f7799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.037746 10.0.0.50 - - [2026-03-19 02:25:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.043920 10.0.0.50 - - [2026-03-19 02:25:04] "POST /neutron/network HTTP/1.1" 200 117 0.010373 10.0.0.50 - - [2026-03-19 02:25:04] "GET /projects?obj_uuids=475e97a7-a3e4-4152-827d-7d1d5f4f7799&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001218 10.0.0.50 - - [2026-03-19 02:25:04] "POST /neutron/network HTTP/1.1" 200 613 0.071686 10.0.0.50 - - [2026-03-19 02:25:04] "POST /route-targets HTTP/1.1" 200 327 0.011923 10.0.0.50 - - [2026-03-19 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.014043 10.0.0.50 - - [2026-03-19 02:25:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004407 10.0.0.50 - - [2026-03-19 02:25:04] "POST /neutron/subnet HTTP/1.1" 200 734 0.216284 10.0.0.50 - - [2026-03-19 02:25:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.005507 10.0.0.50 - - [2026-03-19 02:25:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005379 10.0.0.50 - - [2026-03-19 02:25:05] "POST /neutron/subnet HTTP/1.1" 200 828 0.152032 10.0.0.50 - - [2026-03-19 02:25:05] "POST /neutron/network HTTP/1.1" 200 1008 0.008656 10.0.0.50 - - [2026-03-19 02:25:05] "POST /id-to-fqname HTTP/1.1" 200 228 0.002007 10.0.0.50 - - [2026-03-19 02:25:05] "GET /virtual-network/9d3d1dd5-ac4e-4999-a5ea-87a612ec9322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006867 10.0.0.50 - - [2026-03-19 02:25:05] "POST /neutron/network HTTP/1.1" 200 1008 0.008656 10.0.0.50 - - [2026-03-19 02:25:05] "GET /virtual-network/9d3d1dd5-ac4e-4999-a5ea-87a612ec9322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007368 10.0.0.50 - - [2026-03-19 02:25:05] "POST /neutron/network HTTP/1.1" 200 1008 0.010257 10.0.0.50 - - [2026-03-19 02:25:05] "POST /neutron/subnet HTTP/1.1" 200 734 0.006801 10.0.0.50 - - [2026-03-19 02:25:05] "POST /neutron/subnet HTTP/1.1" 200 828 0.007916 10.0.0.50 - - [2026-03-19 02:25:05] "POST /fqname-to-id HTTP/1.1" 404 234 0.002484 10.0.0.50 - - [2026-03-19 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002486 10.0.0.50 - - [2026-03-19 02:25:05] "GET /projects?obj_uuids=475e97a7-a3e4-4152-827d-7d1d5f4f7799&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001088 10.0.0.50 - - [2026-03-19 02:25:05] "GET /project/475e97a7-a3e4-4152-827d-7d1d5f4f7799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.026111 10.0.0.50 - - [2026-03-19 02:25:05] "POST /network-policys HTTP/1.1" 200 577 0.062269 10.0.0.50 - - [2026-03-19 02:25:05] "GET /network-policy/0685cbb8-df96-4def-8cf1-ce741fbd614a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.006406 10.0.0.50 - - [2026-03-19 02:25:05] "POST /neutron/network HTTP/1.1" 200 1006 0.009754 10.0.0.50 - - [2026-03-19 02:25:05] "POST /fqname-to-id HTTP/1.1" 404 242 0.009454 10.0.0.50 - - [2026-03-19 02:25:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.004819 10.0.0.50 - - [2026-03-19 02:25:05] "POST /neutron/network HTTP/1.1" 200 1114 0.050471 10.0.0.50 - - [2026-03-19 02:25:05] "POST /access-control-lists HTTP/1.1" 200 596 0.078134 10.0.0.50 - - [2026-03-19 02:25:05] "POST /neutron/network HTTP/1.1" 200 1114 0.061099 10.0.0.50 - - [2026-03-19 02:25:05] "GET /virtual-network/8c6fe592-07a8-4113-a3b2-468fa8ae5b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005666 10.0.0.50 - - [2026-03-19 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.50 - - [2026-03-19 02:25:05] "GET /network-policy/0685cbb8-df96-4def-8cf1-ce741fbd614a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004003 10.0.0.50 - - [2026-03-19 02:25:05] "POST /neutron/network HTTP/1.1" 200 1008 0.007990 10.0.0.50 - - [2026-03-19 02:25:06] "POST /fqname-to-id HTTP/1.1" 404 242 0.008482 10.0.0.50 - - [2026-03-19 02:25:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.007193 10.0.0.50 - - [2026-03-19 02:25:06] "POST /neutron/network HTTP/1.1" 200 1116 0.155693 10.0.0.50 - - [2026-03-19 02:25:06] "POST /neutron/network HTTP/1.1" 200 1116 0.042874 10.0.0.50 - - [2026-03-19 02:25:06] "POST /access-control-lists HTTP/1.1" 200 596 0.075761 10.0.0.50 - - [2026-03-19 02:25:06] "GET /virtual-network/9d3d1dd5-ac4e-4999-a5ea-87a612ec9322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.015607 10.0.0.50 - - [2026-03-19 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.50 - - [2026-03-19 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.010684 10.0.0.50 - - [2026-03-19 02:25:06] "GET /network-policy/0685cbb8-df96-4def-8cf1-ce741fbd614a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004376 10.0.0.50 - - [2026-03-19 02:25:06] "GET /domains HTTP/1.1" 401 292 0.000494 10.0.0.50 - - [2026-03-19 02:25:06] "PUT /access-control-list/787c62dd-8f53-44f6-a712-5cd3328311ce HTTP/1.1" 200 272 0.057847 10.0.0.50 - - [2026-03-19 02:25:06] "GET /domains HTTP/1.1" 200 280 0.035622 10.0.0.50 - - [2026-03-19 02:25:06] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.50 - - [2026-03-19 02:25:06] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2953 0.008001 10.0.0.50 - - [2026-03-19 02:25:06] "GET /projects?obj_uuids=475e97a7-a3e4-4152-827d-7d1d5f4f7799&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001217 10.0.0.50 - - [2026-03-19 02:25:06] "GET /project/475e97a7-a3e4-4152-827d-7d1d5f4f7799 HTTP/1.1" 200 2624 0.068939 10.0.0.50 - - [2026-03-19 02:25:06] "GET /virtual-network/8c6fe592-07a8-4113-a3b2-468fa8ae5b39 HTTP/1.1" 200 3507 0.007256 10.0.0.50 - - [2026-03-19 02:25:06] "GET /virtual-network/8c6fe592-07a8-4113-a3b2-468fa8ae5b39 HTTP/1.1" 200 3507 0.006049 10.0.0.50 - - [2026-03-19 02:25:06] "GET /routing-instance/aedf019e-bbbd-4056-b293-edb38a7ce723 HTTP/1.1" 200 1796 0.003965 10.0.0.50 - - [2026-03-19 02:25:06] "GET /routing-instance/aedf019e-bbbd-4056-b293-edb38a7ce723 HTTP/1.1" 200 1796 0.004669 10.0.0.50 - - [2026-03-19 02:25:06] "GET /route-target/850c54e4-95eb-40ba-939d-781f75465ba8 HTTP/1.1" 200 1212 0.004235 10.0.0.50 - - [2026-03-19 02:25:06] "GET /virtual-network/8c6fe592-07a8-4113-a3b2-468fa8ae5b39 HTTP/1.1" 200 3507 0.005435 10.0.0.50 - - [2026-03-19 02:25:06] "GET /routing-instance/aedf019e-bbbd-4056-b293-edb38a7ce723 HTTP/1.1" 200 1796 0.004460 10.0.0.50 - - [2026-03-19 02:25:06] "GET /virtual-network/8c6fe592-07a8-4113-a3b2-468fa8ae5b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005160 10.0.0.50 - - [2026-03-19 02:25:06] "GET /virtual-network/8c6fe592-07a8-4113-a3b2-468fa8ae5b39 HTTP/1.1" 200 3507 0.005691 10.0.0.50 - - [2026-03-19 02:25:06] "GET /routing-instance/aedf019e-bbbd-4056-b293-edb38a7ce723 HTTP/1.1" 200 1796 0.004801 10.0.0.50 - - [2026-03-19 02:25:06] "GET /routing-instance/aedf019e-bbbd-4056-b293-edb38a7ce723 HTTP/1.1" 200 1796 0.003675 10.0.0.50 - - [2026-03-19 02:25:06] "GET /route-target/850c54e4-95eb-40ba-939d-781f75465ba8 HTTP/1.1" 200 1212 0.002797 10.0.0.50 - - [2026-03-19 02:25:06] "GET /domains HTTP/1.1" 200 280 0.002637 10.0.0.50 - - [2026-03-19 02:25:06] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000877 10.0.0.50 - - [2026-03-19 02:25:06] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2953 0.006533 10.0.0.50 - - [2026-03-19 02:25:06] "GET /projects?obj_uuids=475e97a7-a3e4-4152-827d-7d1d5f4f7799&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000990 10.0.0.50 - - [2026-03-19 02:25:06] "GET /project/475e97a7-a3e4-4152-827d-7d1d5f4f7799 HTTP/1.1" 200 2624 0.073115 10.0.0.50 - - [2026-03-19 02:25:06] "GET /virtual-network/8c6fe592-07a8-4113-a3b2-468fa8ae5b39 HTTP/1.1" 200 3507 0.005388 10.0.0.50 - - [2026-03-19 02:25:07] "GET /obj-perms HTTP/1.1" 200 5046 0.075245 10.0.0.50 - - [2026-03-19 02:25:07] "GET /domains HTTP/1.1" 200 280 0.003681 10.0.0.50 - - [2026-03-19 02:25:07] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001660 10.0.0.50 - - [2026-03-19 02:25:07] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2953 0.010430 10.0.0.50 - - [2026-03-19 02:25:07] "GET /projects?obj_uuids=475e97a7-a3e4-4152-827d-7d1d5f4f7799&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001639 10.0.0.50 - - [2026-03-19 02:25:07] "GET /project/475e97a7-a3e4-4152-827d-7d1d5f4f7799 HTTP/1.1" 200 2624 0.068468 10.0.0.50 - - [2026-03-19 02:25:07] "GET /virtual-network/9d3d1dd5-ac4e-4999-a5ea-87a612ec9322 HTTP/1.1" 200 3513 0.006995 10.0.0.50 - - [2026-03-19 02:25:07] "GET /virtual-network/9d3d1dd5-ac4e-4999-a5ea-87a612ec9322 HTTP/1.1" 200 3513 0.006796 10.0.0.50 - - [2026-03-19 02:25:07] "GET /routing-instance/8141cbfc-aa83-497f-9fdc-0f53ef5bf53e HTTP/1.1" 200 1795 0.003498 10.0.0.50 - - [2026-03-19 02:25:07] "GET /routing-instance/8141cbfc-aa83-497f-9fdc-0f53ef5bf53e HTTP/1.1" 200 1795 0.003733 10.0.0.50 - - [2026-03-19 02:25:07] "GET /route-target/063c56d2-d71f-4d29-a8c1-6cfe88ad1fde HTTP/1.1" 200 1211 0.004364 10.0.0.50 - - [2026-03-19 02:25:07] "GET /virtual-network/9d3d1dd5-ac4e-4999-a5ea-87a612ec9322 HTTP/1.1" 200 3513 0.005331 10.0.0.50 - - [2026-03-19 02:25:07] "GET /routing-instance/8141cbfc-aa83-497f-9fdc-0f53ef5bf53e HTTP/1.1" 200 1795 0.003822 10.0.0.50 - - [2026-03-19 02:25:07] "GET /virtual-network/9d3d1dd5-ac4e-4999-a5ea-87a612ec9322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006881 10.0.0.50 - - [2026-03-19 02:25:07] "GET /virtual-network/9d3d1dd5-ac4e-4999-a5ea-87a612ec9322 HTTP/1.1" 200 3513 0.007478 10.0.0.50 - - [2026-03-19 02:25:07] "GET /routing-instance/8141cbfc-aa83-497f-9fdc-0f53ef5bf53e HTTP/1.1" 200 1795 0.003709 10.0.0.50 - - [2026-03-19 02:25:07] "GET /routing-instance/8141cbfc-aa83-497f-9fdc-0f53ef5bf53e HTTP/1.1" 200 1795 0.004166 10.0.0.50 - - [2026-03-19 02:25:07] "GET /route-target/063c56d2-d71f-4d29-a8c1-6cfe88ad1fde HTTP/1.1" 200 1211 0.003935 10.0.0.50 - - [2026-03-19 02:25:07] "GET /domains HTTP/1.1" 200 280 0.002997 10.0.0.50 - - [2026-03-19 02:25:07] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.50 - - [2026-03-19 02:25:07] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2953 0.007916 10.0.0.50 - - [2026-03-19 02:25:07] "GET /projects?obj_uuids=475e97a7-a3e4-4152-827d-7d1d5f4f7799&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001152 10.0.0.50 - - [2026-03-19 02:25:07] "GET /project/475e97a7-a3e4-4152-827d-7d1d5f4f7799 HTTP/1.1" 200 2624 0.072116 10.0.0.50 - - [2026-03-19 02:25:07] "GET /virtual-network/9d3d1dd5-ac4e-4999-a5ea-87a612ec9322 HTTP/1.1" 200 3513 0.005682 10.0.0.50 - - [2026-03-19 02:25:07] "GET /obj-perms HTTP/1.1" 200 5046 0.003711 10.0.0.50 - - [2026-03-19 02:25:07] "GET /virtual-network/9d3d1dd5-ac4e-4999-a5ea-87a612ec9322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006123 10.0.0.50 - - [2026-03-19 02:25:07] "POST /neutron/network HTTP/1.1" 200 1116 0.007377 10.0.0.50 - - [2026-03-19 02:25:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.008152 10.0.0.50 - - [2026-03-19 02:25:07] "POST /neutron/network HTTP/1.1" 200 1008 0.056803 10.0.0.50 - - [2026-03-19 02:25:07] "DELETE /access-control-list/ba2fdf97-e85e-41ae-a09f-1c4d238acb40 HTTP/1.1" 200 115 0.035232 10.0.0.50 - - [2026-03-19 02:25:07] "POST /neutron/network HTTP/1.1" 200 1008 0.006723 10.0.0.50 - - [2026-03-19 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.016138 10.0.0.50 - - [2026-03-19 02:25:07] "GET /virtual-network/9d3d1dd5-ac4e-4999-a5ea-87a612ec9322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.008747 10.0.0.50 - - [2026-03-19 02:25:07] "GET /virtual-network/8c6fe592-07a8-4113-a3b2-468fa8ae5b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.008426 10.0.0.50 - - [2026-03-19 02:25:07] "POST /neutron/network HTTP/1.1" 200 1114 0.010731 10.0.0.50 - - [2026-03-19 02:25:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.002671 10.0.0.50 - - [2026-03-19 02:25:07] "POST /neutron/network HTTP/1.1" 200 1006 0.044460 10.0.0.50 - - [2026-03-19 02:25:08] "DELETE /access-control-list/787c62dd-8f53-44f6-a712-5cd3328311ce HTTP/1.1" 200 115 0.034125 10.0.0.50 - - [2026-03-19 02:25:08] "POST /neutron/network HTTP/1.1" 200 1006 0.011029 10.0.0.50 - - [2026-03-19 02:25:08] "GET /virtual-network/8c6fe592-07a8-4113-a3b2-468fa8ae5b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005228 10.0.0.50 - - [2026-03-19 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.017790 10.0.0.50 - - [2026-03-19 02:25:08] "DELETE /network-policy/0685cbb8-df96-4def-8cf1-ce741fbd614a HTTP/1.1" 200 115 0.027864 10.0.0.50 - - [2026-03-19 02:25:08] "POST /neutron/network HTTP/1.1" 200 1008 0.007892 10.0.0.50 - - [2026-03-19 02:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003053 10.0.0.50 - - [2026-03-19 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.50 - - [2026-03-19 02:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002819 10.0.0.50 - - [2026-03-19 02:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001717 10.0.0.50 - - [2026-03-19 02:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001624 10.0.0.50 - - [2026-03-19 02:25:08] "POST /neutron/network HTTP/1.1" 200 151 0.089924 10.0.0.50 - - [2026-03-19 02:25:08] "DELETE /route-target/063c56d2-d71f-4d29-a8c1-6cfe88ad1fde HTTP/1.1" 200 115 0.019400 10.0.0.50 - - [2026-03-19 02:25:08] "GET /routing-instance/8141cbfc-aa83-497f-9fdc-0f53ef5bf53e HTTP/1.1" 404 171 0.004034 10.0.0.50 - - [2026-03-19 02:25:08] "GET /domains HTTP/1.1" 200 280 0.003689 10.0.0.50 - - [2026-03-19 02:25:08] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001491 10.0.0.50 - - [2026-03-19 02:25:08] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2953 0.051695 10.0.0.50 - - [2026-03-19 02:25:08] "GET /projects?obj_uuids=475e97a7-a3e4-4152-827d-7d1d5f4f7799&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.50 - - [2026-03-19 02:25:08] "GET /project/475e97a7-a3e4-4152-827d-7d1d5f4f7799 HTTP/1.1" 200 2144 0.072094 10.0.0.50 - - [2026-03-19 02:25:08] "POST /neutron/network HTTP/1.1" 200 1006 0.010344 10.0.0.50 - - [2026-03-19 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005094 10.0.0.50 - - [2026-03-19 02:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002128 10.0.0.50 - - [2026-03-19 02:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002928 10.0.0.50 - - [2026-03-19 02:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002033 10.0.0.50 - - [2026-03-19 02:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001943 10.0.0.50 - - [2026-03-19 02:25:08] "POST /neutron/network HTTP/1.1" 200 151 0.099488 10.0.0.50 - - [2026-03-19 02:25:08] "DELETE /route-target/850c54e4-95eb-40ba-939d-781f75465ba8 HTTP/1.1" 200 115 0.021680 10.0.0.50 - - [2026-03-19 02:25:08] "GET /routing-instance/aedf019e-bbbd-4056-b293-edb38a7ce723 HTTP/1.1" 404 171 0.002374 10.0.0.50 - - [2026-03-19 02:25:08] "GET /domains HTTP/1.1" 200 280 0.002513 10.0.0.50 - - [2026-03-19 02:25:08] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.50 - - [2026-03-19 02:25:08] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2953 0.048038 10.0.0.50 - - [2026-03-19 02:25:08] "GET /projects?obj_uuids=475e97a7-a3e4-4152-827d-7d1d5f4f7799&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001748 10.0.0.50 - - [2026-03-19 02:25:08] "GET /project/475e97a7-a3e4-4152-827d-7d1d5f4f7799 HTTP/1.1" 200 1899 0.071136 10.0.0.50 - - [2026-03-19 02:25:08] "GET /projects?obj_uuids=475e97a7-a3e4-4152-827d-7d1d5f4f7799&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001261 10.0.0.50 - - [2026-03-19 02:25:08] "GET /project/475e97a7-a3e4-4152-827d-7d1d5f4f7799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.027982 10.0.0.50 - - [2026-03-19 02:25:08] "GET /projects?obj_uuids=475e97a7-a3e4-4152-827d-7d1d5f4f7799&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000987 10.0.0.50 - - [2026-03-19 02:25:09] "GET /project/475e97a7-a3e4-4152-827d-7d1d5f4f7799?fields=virtual_networks HTTP/1.1" 200 1047 0.071012 10.0.0.50 - - [2026-03-19 02:25:09] "GET /projects?obj_uuids=475e97a7-a3e4-4152-827d-7d1d5f4f7799&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.50 - - [2026-03-19 02:25:09] "GET /project/475e97a7-a3e4-4152-827d-7d1d5f4f7799?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.023494 10.0.0.50 - - [2026-03-19 02:25:09] "GET /projects?obj_uuids=475e97a7-a3e4-4152-827d-7d1d5f4f7799&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001285 10.0.0.50 - - [2026-03-19 02:25:09] "GET /project/475e97a7-a3e4-4152-827d-7d1d5f4f7799?fields=security_groups HTTP/1.1" 200 1281 0.025800 10.0.0.50 - - [2026-03-19 02:25:10] "POST /fqname-to-id HTTP/1.1" 404 204 0.034595 10.0.0.50 - - [2026-03-19 02:25:10] "GET /projects?obj_uuids=93c1e297-02e4-4fc4-b48e-45ee99ca586f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002341 10.0.0.50 - - [2026-03-19 02:25:10] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000924 10.0.0.50 - - [2026-03-19 02:25:10] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006049 10.0.0.50 - - [2026-03-19 02:25:10] "POST /id-to-fqname HTTP/1.1" 200 206 0.001911 10.0.0.50 - - [2026-03-19 02:25:10] "POST /fqname-to-id HTTP/1.1" 404 215 0.003429 10.0.0.50 - - [2026-03-19 02:25:10] "POST /security-groups HTTP/1.1" 200 607 0.064599 10.0.0.50 - - [2026-03-19 02:25:10] "POST /fqname-to-id HTTP/1.1" 404 250 0.002728 10.0.0.50 - - [2026-03-19 02:25:10] "POST /projects HTTP/1.1" 200 617 0.211335 10.0.0.50 - - [2026-03-19 02:25:10] "POST /access-control-lists HTTP/1.1" 200 612 0.057667 10.0.0.50 - - [2026-03-19 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.290585 10.0.0.50 - - [2026-03-19 02:25:10] "POST /fqname-to-id HTTP/1.1" 404 249 0.003314 10.0.0.50 - - [2026-03-19 02:25:10] "GET /project/93c1e297-02e4-4fc4-b48e-45ee99ca586f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.410957 10.0.0.50 - - [2026-03-19 02:25:10] "POST /access-control-lists HTTP/1.1" 200 610 0.065424 10.0.0.50 - - [2026-03-19 02:25:11] "GET / HTTP/1.1" 200 35931 0.001931 10.0.0.50 - - [2026-03-19 02:25:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.50 - - [2026-03-19 02:25:13] "POST /fqname-to-id HTTP/1.1" 404 233 0.093708 10.0.0.50 - - [2026-03-19 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.50 - - [2026-03-19 02:25:13] "DELETE /project/8bcd7f25ed3e448ca8d2890ee238a8d7 HTTP/1.1" 404 173 0.013069 10.0.0.50 - - [2026-03-19 02:25:13] "DELETE /project/475e97a7a3e44152827d7d1d5f4f7799 HTTP/1.1" 404 173 0.009341 10.0.0.50 - - [2026-03-19 02:25:13] "DELETE /project/93c1e29702e44fc4b48e45ee99ca586f HTTP/1.1" 404 173 0.008453 10.0.0.50 - - [2026-03-19 02:25:13] "GET /projects?obj_uuids=475e97a7-a3e4-4152-827d-7d1d5f4f7799&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.50 - - [2026-03-19 02:25:13] "GET /projects?obj_uuids=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000771 10.0.0.50 - - [2026-03-19 02:25:13] "GET /projects?obj_uuids=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000751 10.0.0.50 - - [2026-03-19 02:25:13] "GET /projects?obj_uuids=93c1e297-02e4-4fc4-b48e-45ee99ca586f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000715 10.0.0.50 - - [2026-03-19 02:25:13] "GET /project/8bcd7f25-ed3e-448c-a8d2-890ee238a8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.051087 10.0.0.50 - - [2026-03-19 02:25:13] "GET /projects?obj_uuids=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002195 10.0.0.50 - - [2026-03-19 02:25:13] "GET /project/93c1e297-02e4-4fc4-b48e-45ee99ca586f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.059885 10.0.0.50 - - [2026-03-19 02:25:13] "GET /project/eb25249d-1442-44aa-b8c4-f6cce1013e47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.067817 10.0.0.50 - - [2026-03-19 02:25:13] "GET /project/475e97a7-a3e4-4152-827d-7d1d5f4f7799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.075350 10.0.0.50 - - [2026-03-19 02:25:13] "GET /projects?obj_uuids=475e97a7-a3e4-4152-827d-7d1d5f4f7799&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000964 10.0.0.50 - - [2026-03-19 02:25:13] "GET /projects?obj_uuids=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000705 10.0.0.50 - - [2026-03-19 02:25:13] "GET /project/8bcd7f25-ed3e-448c-a8d2-890ee238a8d7?fields=security_groups HTTP/1.1" 200 1373 0.071940 10.0.0.50 - - [2026-03-19 02:25:13] "GET /project/475e97a7-a3e4-4152-827d-7d1d5f4f7799?fields=security_groups HTTP/1.1" 200 1386 0.058507 10.0.0.50 - - [2026-03-19 02:25:13] "POST /network-policys HTTP/1.1" 200 567 0.091484 10.0.0.50 - - [2026-03-19 02:25:13] "GET /project/eb25249d-1442-44aa-b8c4-f6cce1013e47?fields=security_groups HTTP/1.1" 200 1358 0.136863 10.0.0.50 - - [2026-03-19 02:25:13] "GET /network-policy/4b832e5d-e354-48f4-8a2d-1870ef1c1435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.008940 10.0.0.50 - - [2026-03-19 02:25:13] "DELETE /security-group/a1a78e23-51de-4f3a-94a8-3e28a9e68319 HTTP/1.1" 200 115 0.092271 10.0.0.50 - - [2026-03-19 02:25:13] "DELETE /security-group/50baf0e1-7239-422c-8110-a448e03f9530 HTTP/1.1" 200 115 0.082355 10.0.0.50 - - [2026-03-19 02:25:13] "GET /projects?obj_uuids=8bcd7f25-ed3e-448c-a8d2-890ee238a8d7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000967 10.0.0.50 - - [2026-03-19 02:25:13] "GET /projects?obj_uuids=475e97a7-a3e4-4152-827d-7d1d5f4f7799&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001347 10.0.0.50 - - [2026-03-19 02:25:13] "DELETE /access-control-list/104b7315-c515-4f33-83da-440325a90a29 HTTP/1.1" 200 115 0.047794 10.0.0.50 - - [2026-03-19 02:25:13] "GET /project/8bcd7f25-ed3e-448c-a8d2-890ee238a8d7?fields=application_policy_sets HTTP/1.1" 200 1412 0.050239 10.0.0.50 - - [2026-03-19 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.016952 10.0.0.50 - - [2026-03-19 02:25:13] "GET /project/475e97a7-a3e4-4152-827d-7d1d5f4f7799?fields=application_policy_sets HTTP/1.1" 200 1425 0.060135 10.0.0.50 - - [2026-03-19 02:25:13] "DELETE /access-control-list/7655a935-83bb-43e5-bc38-a98505b233cf HTTP/1.1" 200 115 0.056967 10.0.0.50 - - [2026-03-19 02:25:13] "GET /projects?obj_uuids=93c1e297-02e4-4fc4-b48e-45ee99ca586f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001245 10.0.0.50 - - [2026-03-19 02:25:13] "DELETE /security-group/ea20358d-e309-4d6f-a183-b3c179e84b2c HTTP/1.1" 200 115 0.114448 10.0.0.50 - - [2026-03-19 02:25:13] "GET /projects?obj_uuids=eb25249d-1442-44aa-b8c4-f6cce1013e47&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001152 10.0.0.50 - - [2026-03-19 02:25:13] "DELETE /access-control-list/a777172d-e152-4db4-93c1-ec1dff478d34 HTTP/1.1" 200 115 0.062816 10.0.0.50 - - [2026-03-19 02:25:13] "GET /project/93c1e297-02e4-4fc4-b48e-45ee99ca586f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.105326 10.0.0.50 - - [2026-03-19 02:25:13] "GET /project/eb25249d-1442-44aa-b8c4-f6cce1013e47?fields=application_policy_sets HTTP/1.1" 200 1397 0.112544 10.0.0.50 - - [2026-03-19 02:25:13] "DELETE /access-control-list/31231be3-7094-40ee-864f-48e00bf59b20 HTTP/1.1" 200 115 0.081880 10.0.0.50 - - [2026-03-19 02:25:13] "DELETE /project/8bcd7f25-ed3e-448c-a8d2-890ee238a8d7 HTTP/1.1" 200 115 0.550441 10.0.0.50 - - [2026-03-19 02:25:13] "DELETE /access-control-list/d1845ef4-8cc2-4c25-b5c9-a9069382d235 HTTP/1.1" 200 115 0.046118 10.0.0.50 - - [2026-03-19 02:25:13] "DELETE /project/475e97a7-a3e4-4152-827d-7d1d5f4f7799 HTTP/1.1" 200 115 0.585078 10.0.0.50 - - [2026-03-19 02:25:13] "POST /neutron/network HTTP/1.1" 200 117 0.064159 10.0.0.50 - - [2026-03-19 02:25:13] "DELETE /access-control-list/f5237a28-c19c-42be-817e-54db54eb2448 HTTP/1.1" 200 115 0.034733 10.0.0.50 - - [2026-03-19 02:25:13] "GET /projects?obj_uuids=93c1e297-02e4-4fc4-b48e-45ee99ca586f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001743 10.0.0.50 - - [2026-03-19 02:25:13] "DELETE /project/eb25249d-1442-44aa-b8c4-f6cce1013e47 HTTP/1.1" 200 115 0.660699 10.0.0.50 - - [2026-03-19 02:25:13] "POST /neutron/network HTTP/1.1" 200 623 0.082933 10.0.0.50 - - [2026-03-19 02:25:14] "POST /route-targets HTTP/1.1" 200 327 0.018868 10.0.0.50 - - [2026-03-19 02:25:14] "POST /ref-update HTTP/1.1" 200 156 0.010124 10.0.0.50 - - [2026-03-19 02:25:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004648 10.0.0.50 - - [2026-03-19 02:25:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.223678 10.0.0.50 - - [2026-03-19 02:25:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.003177 10.0.0.50 - - [2026-03-19 02:25:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004117 10.0.0.50 - - [2026-03-19 02:25:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.191526 10.0.0.50 - - [2026-03-19 02:25:14] "POST /neutron/network HTTP/1.1" 200 1015 0.006235 10.0.0.50 - - [2026-03-19 02:25:14] "POST /id-to-fqname HTTP/1.1" 200 237 0.001047 10.0.0.50 - - [2026-03-19 02:25:14] "GET /virtual-network/b2f14c8a-1e91-4fdb-bdba-86f3c7c9e422?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2657 0.004563 10.0.0.50 - - [2026-03-19 02:25:14] "POST /neutron/network HTTP/1.1" 200 1015 0.007399 10.0.0.50 - - [2026-03-19 02:25:14] "GET /virtual-network/b2f14c8a-1e91-4fdb-bdba-86f3c7c9e422?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2657 0.004542 10.0.0.50 - - [2026-03-19 02:25:14] "POST /neutron/network HTTP/1.1" 200 1015 0.007050 10.0.0.50 - - [2026-03-19 02:25:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.006456 10.0.0.50 - - [2026-03-19 02:25:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.007260 10.0.0.50 - - [2026-03-19 02:25:14] "POST /neutron/network HTTP/1.1" 200 1015 0.011270 10.0.0.50 - - [2026-03-19 02:25:14] "POST /fqname-to-id HTTP/1.1" 404 252 0.005726 10.0.0.50 - - [2026-03-19 02:25:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.002679 10.0.0.50 - - [2026-03-19 02:25:14] "POST /neutron/network HTTP/1.1" 200 1122 0.052175 10.0.0.50 - - [2026-03-19 02:25:14] "POST /access-control-lists HTTP/1.1" 200 607 0.075716 10.0.0.50 - - [2026-03-19 02:25:14] "POST /neutron/network HTTP/1.1" 200 1122 0.060828 10.0.0.50 - - [2026-03-19 02:25:14] "GET /virtual-network/b2f14c8a-1e91-4fdb-bdba-86f3c7c9e422?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2980 0.005371 10.0.0.50 - - [2026-03-19 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.50 - - [2026-03-19 02:25:14] "GET /network-policy/4b832e5d-e354-48f4-8a2d-1870ef1c1435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.003680 10.0.0.50 - - [2026-03-19 02:25:14] "GET /domains HTTP/1.1" 401 292 0.000543 10.0.0.50 - - [2026-03-19 02:25:15] "GET /domains HTTP/1.1" 200 280 0.033495 10.0.0.50 - - [2026-03-19 02:25:15] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001384 10.0.0.50 - - [2026-03-19 02:25:15] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2588 0.008214 10.0.0.50 - - [2026-03-19 02:25:15] "GET /projects?obj_uuids=93c1e297-02e4-4fc4-b48e-45ee99ca586f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000966 10.0.0.50 - - [2026-03-19 02:25:15] "GET /project/93c1e297-02e4-4fc4-b48e-45ee99ca586f HTTP/1.1" 200 2459 0.068979 10.0.0.50 - - [2026-03-19 02:25:15] "GET /virtual-network/b2f14c8a-1e91-4fdb-bdba-86f3c7c9e422 HTTP/1.1" 200 3542 0.007668 10.0.0.50 - - [2026-03-19 02:25:15] "GET /virtual-network/b2f14c8a-1e91-4fdb-bdba-86f3c7c9e422 HTTP/1.1" 200 3542 0.005129 10.0.0.50 - - [2026-03-19 02:25:15] "GET /routing-instance/8d555eeb-1483-41a8-8c89-012befeed2a8 HTTP/1.1" 200 1496 0.004140 10.0.0.50 - - [2026-03-19 02:25:15] "GET /routing-instance/8d555eeb-1483-41a8-8c89-012befeed2a8 HTTP/1.1" 200 1496 0.003114 10.0.0.50 - - [2026-03-19 02:25:15] "GET /route-target/cdaa4bb4-79bb-4272-8313-cc5727d63871 HTTP/1.1" 200 1222 0.003661 10.0.0.50 - - [2026-03-19 02:25:15] "GET /virtual-network/b2f14c8a-1e91-4fdb-bdba-86f3c7c9e422 HTTP/1.1" 200 3542 0.004691 10.0.0.50 - - [2026-03-19 02:25:15] "GET /routing-instance/8d555eeb-1483-41a8-8c89-012befeed2a8 HTTP/1.1" 200 1496 0.003491 10.0.0.50 - - [2026-03-19 02:25:15] "GET /virtual-network/b2f14c8a-1e91-4fdb-bdba-86f3c7c9e422?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2980 0.006966 10.0.0.50 - - [2026-03-19 02:25:15] "GET /virtual-network/b2f14c8a-1e91-4fdb-bdba-86f3c7c9e422 HTTP/1.1" 200 3542 0.005702 10.0.0.50 - - [2026-03-19 02:25:15] "GET /routing-instance/8d555eeb-1483-41a8-8c89-012befeed2a8 HTTP/1.1" 200 1496 0.003572 10.0.0.50 - - [2026-03-19 02:25:15] "GET /routing-instance/8d555eeb-1483-41a8-8c89-012befeed2a8 HTTP/1.1" 200 1496 0.003237 10.0.0.50 - - [2026-03-19 02:25:15] "GET /route-target/cdaa4bb4-79bb-4272-8313-cc5727d63871 HTTP/1.1" 200 1222 0.003078 10.0.0.50 - - [2026-03-19 02:25:15] "GET /domains HTTP/1.1" 200 280 0.005229 10.0.0.50 - - [2026-03-19 02:25:15] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000819 10.0.0.50 - - [2026-03-19 02:25:15] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2588 0.005799 10.0.0.50 - - [2026-03-19 02:25:15] "GET /projects?obj_uuids=93c1e297-02e4-4fc4-b48e-45ee99ca586f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000769 10.0.0.50 - - [2026-03-19 02:25:15] "GET /project/93c1e297-02e4-4fc4-b48e-45ee99ca586f HTTP/1.1" 200 2459 0.063935 10.0.0.50 - - [2026-03-19 02:25:15] "GET /virtual-network/b2f14c8a-1e91-4fdb-bdba-86f3c7c9e422 HTTP/1.1" 200 3542 0.005054 10.0.0.50 - - [2026-03-19 02:25:15] "GET /obj-perms HTTP/1.1" 200 5062 0.058923 10.0.0.50 - - [2026-03-19 02:25:15] "GET /domains HTTP/1.1" 200 280 0.002545 10.0.0.50 - - [2026-03-19 02:25:15] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000875 10.0.0.50 - - [2026-03-19 02:25:15] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2588 0.005999 10.0.0.50 - - [2026-03-19 02:25:15] "GET /projects?obj_uuids=93c1e297-02e4-4fc4-b48e-45ee99ca586f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000867 10.0.0.50 - - [2026-03-19 02:25:16] "GET /project/93c1e297-02e4-4fc4-b48e-45ee99ca586f HTTP/1.1" 200 2459 0.070292 10.0.0.50 - - [2026-03-19 02:25:16] "GET /network-policy/4b832e5d-e354-48f4-8a2d-1870ef1c1435 HTTP/1.1" 200 3478 0.004262 10.0.0.50 - - [2026-03-19 02:25:16] "DELETE /network-policy/4b832e5d-e354-48f4-8a2d-1870ef1c1435 HTTP/1.1" 409 238 0.004695 10.0.0.50 - - [2026-03-19 02:25:16] "POST /neutron/network HTTP/1.1" 200 1122 0.006967 10.0.0.50 - - [2026-03-19 02:25:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003575 10.0.0.50 - - [2026-03-19 02:25:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001983 10.0.0.50 - - [2026-03-19 02:25:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002050 10.0.0.50 - - [2026-03-19 02:25:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001650 10.0.0.50 - - [2026-03-19 02:25:16] "POST /neutron/network HTTP/1.1" 200 151 0.090760 10.0.0.50 - - [2026-03-19 02:25:16] "DELETE /access-control-list/73503868-c770-49ec-aec9-d340d96bd3f6 HTTP/1.1" 200 115 0.062295 10.0.0.50 - - [2026-03-19 02:25:16] "GET /routing-instance/8d555eeb-1483-41a8-8c89-012befeed2a8 HTTP/1.1" 404 171 0.002295 10.0.0.50 - - [2026-03-19 02:25:16] "GET /domains HTTP/1.1" 200 280 0.002312 10.0.0.50 - - [2026-03-19 02:25:16] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000900 10.0.0.50 - - [2026-03-19 02:25:16] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2588 0.048694 10.0.0.50 - - [2026-03-19 02:25:16] "GET /projects?obj_uuids=93c1e297-02e4-4fc4-b48e-45ee99ca586f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001421 10.0.0.50 - - [2026-03-19 02:25:16] "GET /project/93c1e297-02e4-4fc4-b48e-45ee99ca586f HTTP/1.1" 200 2205 0.067920 10.0.0.50 - - [2026-03-19 02:25:16] "DELETE /network-policy/4b832e5d-e354-48f4-8a2d-1870ef1c1435 HTTP/1.1" 200 115 0.021829 10.0.0.50 - - [2026-03-19 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002267 10.0.0.50 - - [2026-03-19 02:25:16] "GET /projects?obj_uuids=93c1e297-02e4-4fc4-b48e-45ee99ca586f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001052 10.0.0.50 - - [2026-03-19 02:25:16] "GET /project/93c1e297-02e4-4fc4-b48e-45ee99ca586f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.022353 10.0.0.50 - - [2026-03-19 02:25:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-28792100&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004197 10.0.0.50 - - [2026-03-19 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.50 - - [2026-03-19 02:25:16] "DELETE /route-target/cdaa4bb4-79bb-4272-8313-cc5727d63871 HTTP/1.1" 200 115 0.013571 10.0.0.50 - - [2026-03-19 02:25:17] "GET /projects?obj_uuids=93c1e297-02e4-4fc4-b48e-45ee99ca586f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000999 10.0.0.50 - - [2026-03-19 02:25:17] "GET /project/93c1e297-02e4-4fc4-b48e-45ee99ca586f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.024309 10.0.0.50 - - [2026-03-19 02:25:17] "GET /projects?obj_uuids=93c1e297-02e4-4fc4-b48e-45ee99ca586f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001102 10.0.0.50 - - [2026-03-19 02:25:17] "GET /project/93c1e297-02e4-4fc4-b48e-45ee99ca586f?fields=virtual_networks HTTP/1.1" 200 1065 0.070305 10.0.0.50 - - [2026-03-19 02:25:17] "GET /projects?obj_uuids=93c1e297-02e4-4fc4-b48e-45ee99ca586f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001319 10.0.0.50 - - [2026-03-19 02:25:17] "GET /project/93c1e297-02e4-4fc4-b48e-45ee99ca586f?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.027034 10.0.0.50 - - [2026-03-19 02:25:17] "GET /projects?obj_uuids=93c1e297-02e4-4fc4-b48e-45ee99ca586f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001205 10.0.0.50 - - [2026-03-19 02:25:17] "GET /project/93c1e297-02e4-4fc4-b48e-45ee99ca586f?fields=security_groups HTTP/1.1" 200 1307 0.025670 10.0.0.50 - - [2026-03-19 02:25:18] "POST /fqname-to-id HTTP/1.1" 404 190 0.030846 10.0.0.50 - - [2026-03-19 02:25:18] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003038 10.0.0.50 - - [2026-03-19 02:25:18] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001047 10.0.0.50 - - [2026-03-19 02:25:18] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007018 10.0.0.50 - - [2026-03-19 02:25:18] "POST /id-to-fqname HTTP/1.1" 200 192 0.001416 10.0.0.50 - - [2026-03-19 02:25:18] "POST /fqname-to-id HTTP/1.1" 404 201 0.008011 10.0.0.50 - - [2026-03-19 02:25:18] "GET /obj-perms HTTP/1.1" 200 5056 0.101113 10.0.0.50 - - [2026-03-19 02:25:18] "POST /security-groups HTTP/1.1" 200 593 0.064075 10.0.0.50 - - [2026-03-19 02:25:18] "POST /fqname-to-id HTTP/1.1" 404 236 0.002652 10.0.0.50 - - [2026-03-19 02:25:18] "POST /projects HTTP/1.1" 200 589 0.225523 10.0.0.50 - - [2026-03-19 02:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.541789 10.0.0.50 - - [2026-03-19 02:25:18] "POST /access-control-lists HTTP/1.1" 200 598 0.059599 10.0.0.50 - - [2026-03-19 02:25:18] "GET /project/27cab045-3aab-4325-a762-841adb966c04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.665322 10.0.0.50 - - [2026-03-19 02:25:18] "POST /fqname-to-id HTTP/1.1" 404 235 0.004946 10.0.0.50 - - [2026-03-19 02:25:19] "POST /access-control-lists HTTP/1.1" 200 596 0.062372 10.0.0.50 - - [2026-03-19 02:25:19] "GET /obj-perms HTTP/1.1" 200 5056 0.091714 10.0.0.50 - - [2026-03-19 02:25:20] "GET / HTTP/1.1" 200 35931 0.003318 10.0.0.50 - - [2026-03-19 02:25:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000467 10.0.0.50 - - [2026-03-19 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.066477 10.0.0.50 - - [2026-03-19 02:25:21] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001453 10.0.0.50 - - [2026-03-19 02:25:21] "GET /project/27cab045-3aab-4325-a762-841adb966c04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.024944 10.0.0.50 - - [2026-03-19 02:25:21] "POST /neutron/network HTTP/1.1" 200 117 0.039768 10.0.0.50 - - [2026-03-19 02:25:21] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000948 10.0.0.50 - - [2026-03-19 02:25:21] "POST /neutron/network HTTP/1.1" 200 607 0.064062 10.0.0.50 - - [2026-03-19 02:25:21] "POST /route-targets HTTP/1.1" 200 327 0.018198 10.0.0.50 - - [2026-03-19 02:25:21] "POST /ref-update HTTP/1.1" 200 156 0.013157 10.0.0.50 - - [2026-03-19 02:25:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004948 10.0.0.50 - - [2026-03-19 02:25:21] "POST /neutron/subnet HTTP/1.1" 200 720 0.196681 10.0.0.50 - - [2026-03-19 02:25:21] "POST /neutron/network HTTP/1.1" 200 825 0.005161 10.0.0.50 - - [2026-03-19 02:25:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001138 10.0.0.50 - - [2026-03-19 02:25:21] "GET /virtual-network/9da06a0b-2ed9-4653-a42c-1b09908f953e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004858 10.0.0.50 - - [2026-03-19 02:25:21] "POST /neutron/network HTTP/1.1" 200 825 0.005782 10.0.0.50 - - [2026-03-19 02:25:21] "GET /virtual-network/9da06a0b-2ed9-4653-a42c-1b09908f953e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004900 10.0.0.50 - - [2026-03-19 02:25:21] "POST /neutron/network HTTP/1.1" 200 825 0.007481 10.0.0.50 - - [2026-03-19 02:25:21] "POST /neutron/subnet HTTP/1.1" 200 720 0.006510 10.0.0.50 - - [2026-03-19 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002394 10.0.0.50 - - [2026-03-19 02:25:21] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000957 10.0.0.50 - - [2026-03-19 02:25:22] "GET /project/27cab045-3aab-4325-a762-841adb966c04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.024252 10.0.0.50 - - [2026-03-19 02:25:22] "POST /neutron/network HTTP/1.1" 200 117 0.009426 10.0.0.50 - - [2026-03-19 02:25:22] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.50 - - [2026-03-19 02:25:22] "POST /neutron/network HTTP/1.1" 200 607 0.066913 10.0.0.50 - - [2026-03-19 02:25:22] "POST /route-targets HTTP/1.1" 200 327 0.010790 10.0.0.50 - - [2026-03-19 02:25:22] "POST /ref-update HTTP/1.1" 200 156 0.015234 10.0.0.50 - - [2026-03-19 02:25:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003617 10.0.0.50 - - [2026-03-19 02:25:22] "POST /neutron/subnet HTTP/1.1" 200 729 0.139822 10.0.0.50 - - [2026-03-19 02:25:22] "POST /neutron/network HTTP/1.1" 200 827 0.005608 10.0.0.50 - - [2026-03-19 02:25:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001201 10.0.0.50 - - [2026-03-19 02:25:22] "GET /virtual-network/5b5c42b8-b236-4d9b-8e5b-6a51d5d578ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005180 10.0.0.50 - - [2026-03-19 02:25:22] "POST /neutron/network HTTP/1.1" 200 827 0.005947 10.0.0.50 - - [2026-03-19 02:25:22] "GET /virtual-network/5b5c42b8-b236-4d9b-8e5b-6a51d5d578ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005437 10.0.0.50 - - [2026-03-19 02:25:22] "POST /neutron/network HTTP/1.1" 200 827 0.006480 10.0.0.50 - - [2026-03-19 02:25:22] "POST /neutron/subnet HTTP/1.1" 200 729 0.007079 10.0.0.50 - - [2026-03-19 02:25:22] "POST /fqname-to-id HTTP/1.1" 404 228 0.002386 10.0.0.50 - - [2026-03-19 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002222 10.0.0.50 - - [2026-03-19 02:25:22] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001299 10.0.0.50 - - [2026-03-19 02:25:22] "GET /project/27cab045-3aab-4325-a762-841adb966c04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.024605 10.0.0.50 - - [2026-03-19 02:25:22] "POST /network-policys HTTP/1.1" 200 571 0.017511 10.0.0.50 - - [2026-03-19 02:25:22] "GET /network-policy/a968e091-36e8-4fba-912e-bafcd5f82a89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.005865 10.0.0.50 - - [2026-03-19 02:25:22] "POST /neutron/network HTTP/1.1" 200 825 0.006058 10.0.0.50 - - [2026-03-19 02:25:22] "POST /fqname-to-id HTTP/1.1" 404 236 0.006415 10.0.0.50 - - [2026-03-19 02:25:22] "POST /neutron/network HTTP/1.1" 200 927 0.047390 10.0.0.50 - - [2026-03-19 02:25:22] "POST /neutron/network HTTP/1.1" 200 927 0.041726 10.0.0.50 - - [2026-03-19 02:25:22] "POST /access-control-lists HTTP/1.1" 200 590 0.066768 10.0.0.50 - - [2026-03-19 02:25:22] "GET /virtual-network/9da06a0b-2ed9-4653-a42c-1b09908f953e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005291 10.0.0.50 - - [2026-03-19 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002480 10.0.0.50 - - [2026-03-19 02:25:22] "GET /network-policy/a968e091-36e8-4fba-912e-bafcd5f82a89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003612 10.0.0.50 - - [2026-03-19 02:25:22] "POST /neutron/network HTTP/1.1" 200 827 0.006447 10.0.0.50 - - [2026-03-19 02:25:23] "POST /neutron/network HTTP/1.1" 200 929 0.100468 10.0.0.50 - - [2026-03-19 02:25:23] "PUT /access-control-list/690078c2-74a9-4fad-9656-9ec1b11103bd HTTP/1.1" 200 272 0.064035 10.0.0.50 - - [2026-03-19 02:25:23] "POST /fqname-to-id HTTP/1.1" 404 236 0.003207 10.0.0.50 - - [2026-03-19 02:25:23] "POST /neutron/network HTTP/1.1" 200 929 0.005425 10.0.0.50 - - [2026-03-19 02:25:23] "GET /virtual-network/5b5c42b8-b236-4d9b-8e5b-6a51d5d578ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005091 10.0.0.50 - - [2026-03-19 02:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002203 10.0.0.50 - - [2026-03-19 02:25:23] "GET /network-policy/a968e091-36e8-4fba-912e-bafcd5f82a89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.036869 10.0.0.50 - - [2026-03-19 02:25:23] "POST /access-control-lists HTTP/1.1" 200 590 0.061093 10.0.0.50 - - [2026-03-19 02:25:23] "GET /domains HTTP/1.1" 401 292 0.000410 10.0.0.50 - - [2026-03-19 02:25:23] "POST /ref-update HTTP/1.1" 200 156 0.010353 10.0.0.50 - - [2026-03-19 02:25:23] "GET /domains HTTP/1.1" 200 280 0.033074 10.0.0.50 - - [2026-03-19 02:25:23] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.50 - - [2026-03-19 02:25:23] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2776 0.007568 10.0.0.50 - - [2026-03-19 02:25:23] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001225 10.0.0.50 - - [2026-03-19 02:25:23] "GET /project/27cab045-3aab-4325-a762-841adb966c04 HTTP/1.1" 200 2571 0.073083 10.0.0.50 - - [2026-03-19 02:25:23] "GET /virtual-network/9da06a0b-2ed9-4653-a42c-1b09908f953e HTTP/1.1" 200 2890 0.006684 10.0.0.50 - - [2026-03-19 02:25:23] "GET /virtual-network/9da06a0b-2ed9-4653-a42c-1b09908f953e HTTP/1.1" 200 2890 0.005140 10.0.0.50 - - [2026-03-19 02:25:23] "GET /routing-instance/57f26c90-6c6c-4dee-9e84-687695da3c1c HTTP/1.1" 200 1783 0.003818 10.0.0.50 - - [2026-03-19 02:25:23] "GET /routing-instance/57f26c90-6c6c-4dee-9e84-687695da3c1c HTTP/1.1" 200 1783 0.004354 10.0.0.50 - - [2026-03-19 02:25:23] "GET /route-target/335c31bb-2c12-44e7-9d27-14ff20004b2e HTTP/1.1" 200 1206 0.003484 10.0.0.50 - - [2026-03-19 02:25:23] "GET /virtual-network/9da06a0b-2ed9-4653-a42c-1b09908f953e HTTP/1.1" 200 2890 0.005494 10.0.0.50 - - [2026-03-19 02:25:23] "GET /routing-instance/57f26c90-6c6c-4dee-9e84-687695da3c1c HTTP/1.1" 200 1783 0.003984 10.0.0.50 - - [2026-03-19 02:25:23] "GET /virtual-network/9da06a0b-2ed9-4653-a42c-1b09908f953e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006187 10.0.0.50 - - [2026-03-19 02:25:23] "GET /virtual-network/9da06a0b-2ed9-4653-a42c-1b09908f953e HTTP/1.1" 200 2890 0.005391 10.0.0.50 - - [2026-03-19 02:25:23] "GET /routing-instance/57f26c90-6c6c-4dee-9e84-687695da3c1c HTTP/1.1" 200 1783 0.003310 10.0.0.50 - - [2026-03-19 02:25:23] "GET /routing-instance/57f26c90-6c6c-4dee-9e84-687695da3c1c HTTP/1.1" 200 1783 0.003340 10.0.0.50 - - [2026-03-19 02:25:23] "GET /route-target/335c31bb-2c12-44e7-9d27-14ff20004b2e HTTP/1.1" 200 1206 0.002956 10.0.0.50 - - [2026-03-19 02:25:23] "GET /domains HTTP/1.1" 200 280 0.002808 10.0.0.50 - - [2026-03-19 02:25:23] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.50 - - [2026-03-19 02:25:23] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2776 0.006566 10.0.0.50 - - [2026-03-19 02:25:23] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001146 10.0.0.50 - - [2026-03-19 02:25:23] "GET /project/27cab045-3aab-4325-a762-841adb966c04 HTTP/1.1" 200 2571 0.068877 10.0.0.50 - - [2026-03-19 02:25:23] "GET /virtual-network/9da06a0b-2ed9-4653-a42c-1b09908f953e HTTP/1.1" 200 2890 0.005157 10.0.0.50 - - [2026-03-19 02:25:24] "GET /obj-perms HTTP/1.1" 200 5034 0.065276 10.0.0.50 - - [2026-03-19 02:25:24] "GET /domains HTTP/1.1" 200 280 0.002964 10.0.0.50 - - [2026-03-19 02:25:24] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.50 - - [2026-03-19 02:25:24] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2776 0.007245 10.0.0.50 - - [2026-03-19 02:25:24] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001424 10.0.0.50 - - [2026-03-19 02:25:24] "GET /project/27cab045-3aab-4325-a762-841adb966c04 HTTP/1.1" 200 2571 0.070906 10.0.0.50 - - [2026-03-19 02:25:24] "GET /virtual-network/5b5c42b8-b236-4d9b-8e5b-6a51d5d578ab HTTP/1.1" 200 2895 0.008055 10.0.0.50 - - [2026-03-19 02:25:24] "GET /virtual-network/5b5c42b8-b236-4d9b-8e5b-6a51d5d578ab HTTP/1.1" 200 2895 0.006259 10.0.0.50 - - [2026-03-19 02:25:24] "GET /routing-instance/24dd7d6d-07b6-4bf1-8123-12b8726bdfe8 HTTP/1.1" 200 1782 0.004048 10.0.0.50 - - [2026-03-19 02:25:24] "GET /routing-instance/24dd7d6d-07b6-4bf1-8123-12b8726bdfe8 HTTP/1.1" 200 1782 0.003796 10.0.0.50 - - [2026-03-19 02:25:24] "GET /route-target/72e00107-126b-459c-b2cc-ec7ee5c62649 HTTP/1.1" 200 1206 0.003750 10.0.0.50 - - [2026-03-19 02:25:24] "GET /virtual-network/5b5c42b8-b236-4d9b-8e5b-6a51d5d578ab HTTP/1.1" 200 2895 0.005268 10.0.0.50 - - [2026-03-19 02:25:24] "GET /routing-instance/24dd7d6d-07b6-4bf1-8123-12b8726bdfe8 HTTP/1.1" 200 1782 0.003891 10.0.0.50 - - [2026-03-19 02:25:24] "GET /virtual-network/5b5c42b8-b236-4d9b-8e5b-6a51d5d578ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005229 10.0.0.50 - - [2026-03-19 02:25:24] "GET /virtual-network/5b5c42b8-b236-4d9b-8e5b-6a51d5d578ab HTTP/1.1" 200 2895 0.006127 10.0.0.50 - - [2026-03-19 02:25:24] "GET /routing-instance/24dd7d6d-07b6-4bf1-8123-12b8726bdfe8 HTTP/1.1" 200 1782 0.005197 10.0.0.50 - - [2026-03-19 02:25:24] "GET /routing-instance/24dd7d6d-07b6-4bf1-8123-12b8726bdfe8 HTTP/1.1" 200 1782 0.003865 10.0.0.50 - - [2026-03-19 02:25:24] "GET /route-target/72e00107-126b-459c-b2cc-ec7ee5c62649 HTTP/1.1" 200 1206 0.003230 10.0.0.50 - - [2026-03-19 02:25:24] "GET /domains HTTP/1.1" 200 280 0.003167 10.0.0.50 - - [2026-03-19 02:25:24] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001305 10.0.0.50 - - [2026-03-19 02:25:24] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2776 0.006867 10.0.0.50 - - [2026-03-19 02:25:24] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.50 - - [2026-03-19 02:25:24] "GET /project/27cab045-3aab-4325-a762-841adb966c04 HTTP/1.1" 200 2571 0.072152 10.0.0.50 - - [2026-03-19 02:25:24] "GET /virtual-network/5b5c42b8-b236-4d9b-8e5b-6a51d5d578ab HTTP/1.1" 200 2895 0.005134 10.0.0.50 - - [2026-03-19 02:25:24] "GET /obj-perms HTTP/1.1" 200 5034 0.002828 10.0.0.50 - - [2026-03-19 02:25:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001530 10.0.0.50 - - [2026-03-19 02:25:24] "POST /neutron/network HTTP/1.1" 200 937 0.006494 10.0.0.50 - - [2026-03-19 02:25:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000531 10.0.0.50 - - [2026-03-19 02:25:25] "GET / HTTP/1.1" 200 35931 0.001526 10.0.0.50 - - [2026-03-19 02:25:25] "GET /project/27cab045-3aab-4325-a762-841adb966c04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000615 10.0.0.50 - - [2026-03-19 02:25:25] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001609 10.0.0.50 - - [2026-03-19 02:25:25] "GET /project/27cab045-3aab-4325-a762-841adb966c04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.061548 10.0.0.50 - - [2026-03-19 02:25:25] "POST /neutron/network HTTP/1.1" 200 927 0.005414 10.0.0.50 - - [2026-03-19 02:25:25] "POST /neutron/port HTTP/1.1" 200 117 0.006666 10.0.0.50 - - [2026-03-19 02:25:25] "POST /neutron/port HTTP/1.1" 200 117 0.005975 10.0.0.50 - - [2026-03-19 02:25:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001427 10.0.0.50 - - [2026-03-19 02:25:25] "POST /neutron/port HTTP/1.1" 200 117 0.005102 10.0.0.50 - - [2026-03-19 02:25:26] "POST /neutron/network HTTP/1.1" 200 939 0.006318 10.0.0.50 - - [2026-03-19 02:25:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000462 10.0.0.50 - - [2026-03-19 02:25:26] "POST /neutron/network HTTP/1.1" 200 937 0.006321 10.0.0.50 - - [2026-03-19 02:25:26] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001217 10.0.0.50 - - [2026-03-19 02:25:26] "GET / HTTP/1.1" 200 35931 0.001809 10.0.0.50 - - [2026-03-19 02:25:26] "GET /project/27cab045-3aab-4325-a762-841adb966c04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000512 10.0.0.50 - - [2026-03-19 02:25:26] "POST /neutron/port HTTP/1.1" 200 1061 0.223496 10.0.0.50 - - [2026-03-19 02:25:26] "POST /neutron/port HTTP/1.1" 200 1061 0.015722 10.0.0.50 - - [2026-03-19 02:25:26] "POST /neutron/port HTTP/1.1" 200 1061 0.012923 10.0.0.50 - - [2026-03-19 02:25:26] "POST /neutron/port HTTP/1.1" 200 1115 0.054398 10.0.0.50 - - [2026-03-19 02:25:26] "POST /neutron/port HTTP/1.1" 200 1125 0.015757 10.0.0.50 - - [2026-03-19 02:25:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005335 10.0.0.50 - - [2026-03-19 02:25:26] "POST /neutron/subnet HTTP/1.1" 200 694 0.007524 10.0.0.50 - - [2026-03-19 02:25:26] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.50 - - [2026-03-19 02:25:26] "POST /neutron/network HTTP/1.1" 200 927 0.012964 10.0.0.50 - - [2026-03-19 02:25:26] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001085 10.0.0.50 - - [2026-03-19 02:25:26] "GET /project/27cab045-3aab-4325-a762-841adb966c04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.059915 10.0.0.50 - - [2026-03-19 02:25:26] "POST /neutron/network HTTP/1.1" 200 929 0.005932 10.0.0.50 - - [2026-03-19 02:25:27] "POST /neutron/port HTTP/1.1" 200 1125 0.015543 10.0.0.50 - - [2026-03-19 02:25:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009768 10.0.0.50 - - [2026-03-19 02:25:27] "POST /neutron/port HTTP/1.1" 200 117 0.004880 10.0.0.50 - - [2026-03-19 02:25:27] "POST /neutron/port HTTP/1.1" 200 1125 0.015953 10.0.0.50 - - [2026-03-19 02:25:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009115 10.0.0.50 - - [2026-03-19 02:25:27] "POST /neutron/network HTTP/1.1" 200 939 0.005032 10.0.0.50 - - [2026-03-19 02:25:27] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001529 10.0.0.50 - - [2026-03-19 02:25:27] "PUT /access-control-list/12ed3d9c-17b2-4497-9486-e0dba8bd0d3e HTTP/1.1" 200 272 0.065478 10.0.0.50 - - [2026-03-19 02:25:27] "POST /neutron/port HTTP/1.1" 200 1063 0.270152 10.0.0.50 - - [2026-03-19 02:25:27] "POST /neutron/port HTTP/1.1" 200 1063 0.011107 10.0.0.50 - - [2026-03-19 02:25:27] "POST /neutron/port HTTP/1.1" 200 1063 0.012245 10.0.0.50 - - [2026-03-19 02:25:27] "POST /neutron/port HTTP/1.1" 200 1117 0.094162 10.0.0.50 - - [2026-03-19 02:25:28] "POST /neutron/port HTTP/1.1" 200 1127 0.027479 10.0.0.50 - - [2026-03-19 02:25:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004139 10.0.0.50 - - [2026-03-19 02:25:28] "POST /neutron/subnet HTTP/1.1" 200 703 0.023353 10.0.0.50 - - [2026-03-19 02:25:28] "POST /neutron/port HTTP/1.1" 200 117 0.001156 10.0.0.50 - - [2026-03-19 02:25:28] "POST /neutron/network HTTP/1.1" 200 929 0.005819 10.0.0.50 - - [2026-03-19 02:25:32] "POST /neutron/port HTTP/1.1" 200 1125 0.013443 10.0.0.50 - - [2026-03-19 02:25:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006827 10.0.0.50 - - [2026-03-19 02:25:32] "POST /neutron/port HTTP/1.1" 200 1125 0.012065 10.0.0.50 - - [2026-03-19 02:25:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008593 10.0.0.50 - - [2026-03-19 02:25:32] "POST /neutron/port HTTP/1.1" 200 1125 0.014071 10.0.0.50 - - [2026-03-19 02:25:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006369 10.0.0.50 - - [2026-03-19 02:25:32] "GET /virtual-machine/667699a2-b909-4b0e-9724-4b0e1c826fad HTTP/1.1" 200 1294 0.005041 10.0.0.50 - - [2026-03-19 02:25:32] "GET /virtual-machine-interface/c3399b17-1f31-49d8-bd9d-3b7b19ad6438 HTTP/1.1" 200 2952 0.004663 10.0.0.50 - - [2026-03-19 02:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.50 - - [2026-03-19 02:25:32] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003083 10.0.0.50 - - [2026-03-19 02:25:32] "GET /virtual-networks?parent_id=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003063 10.0.0.50 - - [2026-03-19 02:25:32] "GET /virtual-network/9da06a0b-2ed9-4653-a42c-1b09908f953e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005533 10.0.0.50 - - [2026-03-19 02:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.50 - - [2026-03-19 02:25:35] "GET /virtual-network/9da06a0b-2ed9-4653-a42c-1b09908f953e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007987 10.0.0.50 - - [2026-03-19 02:25:36] "POST /neutron/port HTTP/1.1" 200 1125 0.012486 10.0.0.50 - - [2026-03-19 02:25:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008679 10.0.0.50 - - [2026-03-19 02:25:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.50 - - [2026-03-19 02:25:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.50 - - [2026-03-19 02:25:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.50 - - [2026-03-19 02:25:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000545 10.0.0.50 - - [2026-03-19 02:25:37] "POST /neutron/port HTTP/1.1" 200 1127 0.014301 10.0.0.50 - - [2026-03-19 02:25:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009668 10.0.0.50 - - [2026-03-19 02:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.50 - - [2026-03-19 02:25:37] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004790 10.0.0.50 - - [2026-03-19 02:25:37] "GET /virtual-networks?parent_id=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002864 10.0.0.50 - - [2026-03-19 02:25:38] "GET /virtual-network/9da06a0b-2ed9-4653-a42c-1b09908f953e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004815 10.0.0.50 - - [2026-03-19 02:25:38] "POST /neutron/port HTTP/1.1" 200 1127 0.020495 10.0.0.50 - - [2026-03-19 02:25:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008295 10.0.0.50 - - [2026-03-19 02:25:38] "POST /neutron/port HTTP/1.1" 200 1127 0.014932 10.0.0.50 - - [2026-03-19 02:25:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008449 10.0.0.50 - - [2026-03-19 02:25:38] "POST /neutron/port HTTP/1.1" 200 1127 0.013107 10.0.0.50 - - [2026-03-19 02:25:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006159 10.0.0.50 - - [2026-03-19 02:25:38] "GET /virtual-machine/617abb25-912c-4e38-b03e-c2765a3204aa HTTP/1.1" 200 1294 0.004764 10.0.0.50 - - [2026-03-19 02:25:38] "GET /virtual-machine-interface/3283ac73-5b4d-4c27-95b6-e9f877b46052 HTTP/1.1" 200 2951 0.004910 10.0.0.50 - - [2026-03-19 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.50 - - [2026-03-19 02:25:38] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004182 10.0.0.50 - - [2026-03-19 02:25:38] "GET /virtual-networks?parent_id=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002923 10.0.0.50 - - [2026-03-19 02:25:38] "GET /virtual-network/5b5c42b8-b236-4d9b-8e5b-6a51d5d578ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005332 10.0.0.50 - - [2026-03-19 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.50 - - [2026-03-19 02:25:39] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004189 10.0.0.50 - - [2026-03-19 02:25:39] "GET /virtual-networks?parent_id=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002870 10.0.0.50 - - [2026-03-19 02:25:39] "GET /virtual-network/5b5c42b8-b236-4d9b-8e5b-6a51d5d578ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006474 10.0.0.50 - - [2026-03-19 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.50 - - [2026-03-19 02:25:43] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001153 10.0.0.50 - - [2026-03-19 02:25:43] "GET /project/27cab045-3aab-4325-a762-841adb966c04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.027586 10.0.0.50 - - [2026-03-19 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.50 - - [2026-03-19 02:25:44] "PUT /network-policy/a968e091-36e8-4fba-912e-bafcd5f82a89 HTTP/1.1" 200 262 0.015561 10.0.0.50 - - [2026-03-19 02:25:44] "PUT /access-control-list/690078c2-74a9-4fad-9656-9ec1b11103bd HTTP/1.1" 200 272 0.053926 10.0.0.50 - - [2026-03-19 02:25:44] "POST /ref-update HTTP/1.1" 200 156 0.012946 10.0.0.50 - - [2026-03-19 02:25:44] "PUT /access-control-list/12ed3d9c-17b2-4497-9486-e0dba8bd0d3e HTTP/1.1" 200 272 0.053123 10.0.0.50 - - [2026-03-19 02:25:44] "POST /ref-update HTTP/1.1" 200 156 0.011035 10.0.0.50 - - [2026-03-19 02:25:47] "GET /virtual-network/5b5c42b8-b236-4d9b-8e5b-6a51d5d578ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005587 10.0.0.50 - - [2026-03-19 02:25:47] "POST /neutron/network HTTP/1.1" 200 929 0.005956 10.0.0.50 - - [2026-03-19 02:25:47] "POST /neutron/network HTTP/1.1" 200 827 0.043478 10.0.0.50 - - [2026-03-19 02:25:47] "DELETE /access-control-list/12ed3d9c-17b2-4497-9486-e0dba8bd0d3e HTTP/1.1" 200 115 0.031304 10.0.0.50 - - [2026-03-19 02:25:47] "POST /neutron/network HTTP/1.1" 200 827 0.005975 10.0.0.50 - - [2026-03-19 02:25:47] "GET /virtual-network/5b5c42b8-b236-4d9b-8e5b-6a51d5d578ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005941 10.0.0.50 - - [2026-03-19 02:25:47] "GET /virtual-network/9da06a0b-2ed9-4653-a42c-1b09908f953e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004990 10.0.0.50 - - [2026-03-19 02:25:47] "POST /neutron/network HTTP/1.1" 200 927 0.007193 10.0.0.50 - - [2026-03-19 02:25:47] "POST /neutron/network HTTP/1.1" 200 825 0.093121 10.0.0.50 - - [2026-03-19 02:25:47] "DELETE /access-control-list/690078c2-74a9-4fad-9656-9ec1b11103bd HTTP/1.1" 200 115 0.074312 10.0.0.50 - - [2026-03-19 02:25:47] "POST /neutron/network HTTP/1.1" 200 825 0.010641 10.0.0.50 - - [2026-03-19 02:25:47] "GET /virtual-network/9da06a0b-2ed9-4653-a42c-1b09908f953e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005290 10.0.0.50 - - [2026-03-19 02:25:47] "DELETE /network-policy/a968e091-36e8-4fba-912e-bafcd5f82a89 HTTP/1.1" 200 115 0.024812 10.0.0.50 - - [2026-03-19 02:25:47] "POST /neutron/network HTTP/1.1" 200 827 0.006201 10.0.0.50 - - [2026-03-19 02:25:47] "POST /neutron/network HTTP/1.1" 400 204 0.012109 10.0.0.50 - - [2026-03-19 02:25:47] "POST /neutron/port HTTP/1.1" 200 1127 0.013137 10.0.0.50 - - [2026-03-19 02:25:47] "POST /neutron/port HTTP/1.1" 200 1117 0.010730 10.0.0.50 - - [2026-03-19 02:25:48] "POST /neutron/port HTTP/1.1" 200 1125 0.016715 10.0.0.50 - - [2026-03-19 02:25:48] "POST /neutron/port HTTP/1.1" 200 1115 0.013313 10.0.0.50 - - [2026-03-19 02:25:48] "POST /neutron/port HTTP/1.1" 200 151 0.131686 10.0.0.50 - - [2026-03-19 02:25:48] "POST /neutron/port HTTP/1.1" 200 151 0.141900 10.0.0.50 - - [2026-03-19 02:25:49] "POST /neutron/network HTTP/1.1" 200 827 0.006019 10.0.0.50 - - [2026-03-19 02:25:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002599 10.0.0.50 - - [2026-03-19 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005649 10.0.0.50 - - [2026-03-19 02:25:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004284 10.0.0.50 - - [2026-03-19 02:25:50] "POST /neutron/network HTTP/1.1" 200 151 0.096968 10.0.0.50 - - [2026-03-19 02:25:50] "GET /routing-instance/24dd7d6d-07b6-4bf1-8123-12b8726bdfe8 HTTP/1.1" 404 171 0.002653 10.0.0.50 - - [2026-03-19 02:25:50] "DELETE /route-target/72e00107-126b-459c-b2cc-ec7ee5c62649 HTTP/1.1" 200 115 0.027505 10.0.0.50 - - [2026-03-19 02:25:50] "GET /domains HTTP/1.1" 200 280 0.003755 10.0.0.50 - - [2026-03-19 02:25:50] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001302 10.0.0.50 - - [2026-03-19 02:25:50] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2776 0.052910 10.0.0.50 - - [2026-03-19 02:25:50] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001053 10.0.0.50 - - [2026-03-19 02:25:50] "GET /project/27cab045-3aab-4325-a762-841adb966c04 HTTP/1.1" 200 2103 0.069419 10.0.0.50 - - [2026-03-19 02:25:50] "POST /neutron/network HTTP/1.1" 200 825 0.006248 10.0.0.50 - - [2026-03-19 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.50 - - [2026-03-19 02:25:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002390 10.0.0.50 - - [2026-03-19 02:25:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003081 10.0.0.50 - - [2026-03-19 02:25:50] "POST /neutron/network HTTP/1.1" 200 151 0.089794 10.0.0.50 - - [2026-03-19 02:25:50] "DELETE /route-target/335c31bb-2c12-44e7-9d27-14ff20004b2e HTTP/1.1" 200 115 0.019425 10.0.0.50 - - [2026-03-19 02:25:50] "GET /routing-instance/57f26c90-6c6c-4dee-9e84-687695da3c1c HTTP/1.1" 404 171 0.002363 10.0.0.50 - - [2026-03-19 02:25:50] "GET /domains HTTP/1.1" 200 280 0.002673 10.0.0.50 - - [2026-03-19 02:25:50] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001236 10.0.0.50 - - [2026-03-19 02:25:50] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2776 0.057183 10.0.0.50 - - [2026-03-19 02:25:50] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002149 10.0.0.50 - - [2026-03-19 02:25:50] "GET /project/27cab045-3aab-4325-a762-841adb966c04 HTTP/1.1" 200 1864 0.078441 10.0.0.50 - - [2026-03-19 02:25:50] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001132 10.0.0.50 - - [2026-03-19 02:25:50] "GET /project/27cab045-3aab-4325-a762-841adb966c04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.026709 10.0.0.50 - - [2026-03-19 02:25:50] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001138 10.0.0.50 - - [2026-03-19 02:25:50] "GET /project/27cab045-3aab-4325-a762-841adb966c04?fields=virtual_networks HTTP/1.1" 200 1036 0.081164 10.0.0.50 - - [2026-03-19 02:25:50] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001347 10.0.0.50 - - [2026-03-19 02:25:50] "GET /project/27cab045-3aab-4325-a762-841adb966c04?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.028055 10.0.0.50 - - [2026-03-19 02:25:51] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001247 10.0.0.50 - - [2026-03-19 02:25:51] "GET /project/27cab045-3aab-4325-a762-841adb966c04?fields=security_groups HTTP/1.1" 200 1264 0.030790 10.0.0.50 - - [2026-03-19 02:25:52] "POST /fqname-to-id HTTP/1.1" 404 181 0.034353 10.0.0.50 - - [2026-03-19 02:25:52] "GET /projects?obj_uuids=7e4e5508-619d-4fca-9086-80b0fdfc801b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003681 10.0.0.50 - - [2026-03-19 02:25:52] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001243 10.0.0.50 - - [2026-03-19 02:25:52] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007351 10.0.0.50 - - [2026-03-19 02:25:52] "POST /id-to-fqname HTTP/1.1" 200 183 0.001173 10.0.0.50 - - [2026-03-19 02:25:52] "POST /fqname-to-id HTTP/1.1" 404 192 0.004105 10.0.0.50 - - [2026-03-19 02:25:52] "POST /security-groups HTTP/1.1" 200 584 0.068472 10.0.0.50 - - [2026-03-19 02:25:52] "POST /fqname-to-id HTTP/1.1" 404 227 0.002486 10.0.0.50 - - [2026-03-19 02:25:52] "POST /projects HTTP/1.1" 200 571 0.218990 10.0.0.50 - - [2026-03-19 02:25:52] "POST /access-control-lists HTTP/1.1" 200 589 0.059113 10.0.0.50 - - [2026-03-19 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.300629 10.0.0.50 - - [2026-03-19 02:25:52] "POST /fqname-to-id HTTP/1.1" 404 226 0.003129 10.0.0.50 - - [2026-03-19 02:25:52] "GET /project/7e4e5508-619d-4fca-9086-80b0fdfc801b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.435812 10.0.0.50 - - [2026-03-19 02:25:52] "POST /access-control-lists HTTP/1.1" 200 587 0.065078 10.0.0.50 - - [2026-03-19 02:25:53] "GET / HTTP/1.1" 200 35931 0.003469 10.0.0.50 - - [2026-03-19 02:25:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.50 - - [2026-03-19 02:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.077521 10.0.0.50 - - [2026-03-19 02:25:55] "GET /projects?obj_uuids=7e4e5508-619d-4fca-9086-80b0fdfc801b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001212 10.0.0.50 - - [2026-03-19 02:25:55] "GET /project/7e4e5508-619d-4fca-9086-80b0fdfc801b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.032629 10.0.0.50 - - [2026-03-19 02:25:55] "POST /neutron/network HTTP/1.1" 200 117 0.037533 10.0.0.50 - - [2026-03-19 02:25:55] "GET /projects?obj_uuids=7e4e5508-619d-4fca-9086-80b0fdfc801b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001320 10.0.0.50 - - [2026-03-19 02:25:55] "POST /neutron/network HTTP/1.1" 200 612 0.068721 10.0.0.50 - - [2026-03-19 02:25:55] "POST /route-targets HTTP/1.1" 200 327 0.011016 10.0.0.50 - - [2026-03-19 02:25:55] "POST /ref-update HTTP/1.1" 200 156 0.013046 10.0.0.50 - - [2026-03-19 02:25:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002893 10.0.0.50 - - [2026-03-19 02:25:55] "POST /neutron/subnet HTTP/1.1" 200 730 0.130470 10.0.0.50 - - [2026-03-19 02:25:55] "POST /neutron/network HTTP/1.1" 200 832 0.006184 10.0.0.50 - - [2026-03-19 02:25:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.001401 10.0.0.50 - - [2026-03-19 02:25:55] "GET /virtual-network/213e7068-0df3-4fde-b946-f7c377627de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005784 10.0.0.50 - - [2026-03-19 02:25:55] "POST /neutron/network HTTP/1.1" 200 832 0.006959 10.0.0.50 - - [2026-03-19 02:25:55] "GET /virtual-network/213e7068-0df3-4fde-b946-f7c377627de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005405 10.0.0.50 - - [2026-03-19 02:25:55] "POST /neutron/network HTTP/1.1" 200 832 0.005550 10.0.0.50 - - [2026-03-19 02:25:55] "POST /neutron/subnet HTTP/1.1" 200 730 0.007292 10.0.0.50 - - [2026-03-19 02:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.50 - - [2026-03-19 02:25:55] "GET /virtual-network/213e7068-0df3-4fde-b946-f7c377627de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004691 10.0.0.50 - - [2026-03-19 02:25:55] "PUT /virtual-network/213e7068-0df3-4fde-b946-f7c377627de2 HTTP/1.1" 200 264 0.035679 10.0.0.50 - - [2026-03-19 02:25:55] "POST /route-targets HTTP/1.1" 200 323 0.017573 10.0.0.50 - - [2026-03-19 02:25:55] "POST /ref-update HTTP/1.1" 200 156 0.011885 10.0.0.50 - - [2026-03-19 02:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.50 - - [2026-03-19 02:25:55] "GET /projects?obj_uuids=7e4e5508-619d-4fca-9086-80b0fdfc801b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001063 10.0.0.50 - - [2026-03-19 02:25:55] "GET /project/7e4e5508-619d-4fca-9086-80b0fdfc801b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.024230 10.0.0.50 - - [2026-03-19 02:25:55] "POST /neutron/network HTTP/1.1" 200 117 0.011027 10.0.0.50 - - [2026-03-19 02:25:55] "GET /projects?obj_uuids=7e4e5508-619d-4fca-9086-80b0fdfc801b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001254 10.0.0.50 - - [2026-03-19 02:25:55] "POST /neutron/network HTTP/1.1" 200 612 0.058194 10.0.0.50 - - [2026-03-19 02:25:55] "POST /route-targets HTTP/1.1" 200 327 0.011124 10.0.0.50 - - [2026-03-19 02:25:55] "POST /ref-update HTTP/1.1" 200 156 0.011353 10.0.0.50 - - [2026-03-19 02:25:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003268 10.0.0.50 - - [2026-03-19 02:25:56] "POST /neutron/subnet HTTP/1.1" 200 715 0.144959 10.0.0.50 - - [2026-03-19 02:25:56] "POST /neutron/network HTTP/1.1" 200 829 0.005253 10.0.0.50 - - [2026-03-19 02:25:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001425 10.0.0.50 - - [2026-03-19 02:25:56] "GET /virtual-network/a48be382-2946-402b-a6d1-50a4b80e3082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005033 10.0.0.50 - - [2026-03-19 02:25:56] "POST /neutron/network HTTP/1.1" 200 829 0.005933 10.0.0.50 - - [2026-03-19 02:25:56] "GET /virtual-network/a48be382-2946-402b-a6d1-50a4b80e3082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007580 10.0.0.50 - - [2026-03-19 02:25:56] "POST /neutron/network HTTP/1.1" 200 829 0.005665 10.0.0.50 - - [2026-03-19 02:25:56] "POST /neutron/subnet HTTP/1.1" 200 715 0.006974 10.0.0.50 - - [2026-03-19 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002554 10.0.0.50 - - [2026-03-19 02:25:56] "GET /virtual-network/a48be382-2946-402b-a6d1-50a4b80e3082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004990 10.0.0.50 - - [2026-03-19 02:25:56] "PUT /virtual-network/a48be382-2946-402b-a6d1-50a4b80e3082 HTTP/1.1" 200 264 0.036545 10.0.0.50 - - [2026-03-19 02:25:56] "POST /ref-update HTTP/1.1" 200 156 0.011255 10.0.0.50 - - [2026-03-19 02:25:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001385 10.0.0.50 - - [2026-03-19 02:25:56] "POST /neutron/network HTTP/1.1" 200 842 0.005499 10.0.0.50 - - [2026-03-19 02:25:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000430 10.0.0.50 - - [2026-03-19 02:25:56] "GET / HTTP/1.1" 200 35931 0.001949 10.0.0.50 - - [2026-03-19 02:25:56] "GET /project/7e4e5508-619d-4fca-9086-80b0fdfc801b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000570 10.0.0.50 - - [2026-03-19 02:25:57] "GET /projects?obj_uuids=7e4e5508-619d-4fca-9086-80b0fdfc801b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000988 10.0.0.50 - - [2026-03-19 02:25:57] "GET /project/7e4e5508-619d-4fca-9086-80b0fdfc801b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.057611 10.0.0.50 - - [2026-03-19 02:25:57] "POST /neutron/network HTTP/1.1" 200 832 0.005323 10.0.0.50 - - [2026-03-19 02:25:57] "POST /neutron/port HTTP/1.1" 200 117 0.005003 10.0.0.50 - - [2026-03-19 02:25:57] "POST /neutron/port HTTP/1.1" 200 117 0.006605 10.0.0.50 - - [2026-03-19 02:25:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001507 10.0.0.50 - - [2026-03-19 02:25:57] "POST /neutron/port HTTP/1.1" 200 117 0.006205 10.0.0.50 - - [2026-03-19 02:25:57] "POST /neutron/network HTTP/1.1" 200 839 0.014097 10.0.0.50 - - [2026-03-19 02:25:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000391 10.0.0.50 - - [2026-03-19 02:25:58] "POST /neutron/network HTTP/1.1" 200 842 0.007877 10.0.0.50 - - [2026-03-19 02:25:58] "GET /projects?obj_uuids=7e4e5508-619d-4fca-9086-80b0fdfc801b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001209 10.0.0.50 - - [2026-03-19 02:25:58] "GET / HTTP/1.1" 200 35931 0.001889 10.0.0.50 - - [2026-03-19 02:25:58] "GET /project/7e4e5508-619d-4fca-9086-80b0fdfc801b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000429 10.0.0.50 - - [2026-03-19 02:25:58] "POST /neutron/port HTTP/1.1" 200 1054 0.224642 10.0.0.50 - - [2026-03-19 02:25:58] "POST /neutron/port HTTP/1.1" 200 1054 0.011325 10.0.0.50 - - [2026-03-19 02:25:58] "POST /neutron/port HTTP/1.1" 200 1054 0.012634 10.0.0.50 - - [2026-03-19 02:25:58] "POST /neutron/port HTTP/1.1" 200 1108 0.067548 10.0.0.50 - - [2026-03-19 02:25:58] "POST /neutron/port HTTP/1.1" 200 1118 0.016569 10.0.0.50 - - [2026-03-19 02:25:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003370 10.0.0.50 - - [2026-03-19 02:25:58] "POST /neutron/subnet HTTP/1.1" 200 704 0.007849 10.0.0.50 - - [2026-03-19 02:25:58] "POST /neutron/port HTTP/1.1" 200 117 0.001187 10.0.0.50 - - [2026-03-19 02:25:58] "GET /projects?obj_uuids=7e4e5508-619d-4fca-9086-80b0fdfc801b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001013 10.0.0.50 - - [2026-03-19 02:25:58] "POST /neutron/network HTTP/1.1" 200 832 0.013261 10.0.0.50 - - [2026-03-19 02:25:58] "GET /project/7e4e5508-619d-4fca-9086-80b0fdfc801b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.070774 10.0.0.50 - - [2026-03-19 02:25:58] "POST /neutron/network HTTP/1.1" 200 829 0.008157 10.0.0.50 - - [2026-03-19 02:25:58] "POST /neutron/port HTTP/1.1" 200 1118 0.020441 10.0.0.50 - - [2026-03-19 02:25:58] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006519 10.0.0.50 - - [2026-03-19 02:25:58] "POST /neutron/port HTTP/1.1" 200 117 0.005142 10.0.0.50 - - [2026-03-19 02:25:58] "POST /neutron/port HTTP/1.1" 200 1118 0.018046 10.0.0.50 - - [2026-03-19 02:25:58] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008512 10.0.0.50 - - [2026-03-19 02:25:59] "POST /neutron/network HTTP/1.1" 200 839 0.005254 10.0.0.50 - - [2026-03-19 02:25:59] "GET /projects?obj_uuids=7e4e5508-619d-4fca-9086-80b0fdfc801b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.005295 10.0.0.50 - - [2026-03-19 02:25:59] "POST /neutron/port HTTP/1.1" 200 1051 0.252657 10.0.0.50 - - [2026-03-19 02:25:59] "POST /neutron/port HTTP/1.1" 200 1051 0.016227 10.0.0.50 - - [2026-03-19 02:25:59] "POST /neutron/port HTTP/1.1" 200 1051 0.011117 10.0.0.50 - - [2026-03-19 02:25:59] "POST /neutron/port HTTP/1.1" 200 1105 0.103312 10.0.0.50 - - [2026-03-19 02:25:59] "POST /neutron/port HTTP/1.1" 200 1115 0.020228 10.0.0.50 - - [2026-03-19 02:25:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004604 10.0.0.50 - - [2026-03-19 02:25:59] "POST /neutron/subnet HTTP/1.1" 200 689 0.007184 10.0.0.50 - - [2026-03-19 02:25:59] "POST /neutron/port HTTP/1.1" 200 117 0.001449 10.0.0.50 - - [2026-03-19 02:25:59] "POST /neutron/network HTTP/1.1" 200 829 0.007156 10.0.0.50 - - [2026-03-19 02:26:01] "POST /neutron/port HTTP/1.1" 200 1118 0.014347 10.0.0.50 - - [2026-03-19 02:26:01] "POST /neutron/port HTTP/1.1" 200 1118 0.011362 10.0.0.50 - - [2026-03-19 02:26:01] "POST /neutron/network HTTP/1.1" 200 842 0.005843 10.0.0.50 - - [2026-03-19 02:26:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003720 10.0.0.50 - - [2026-03-19 02:26:01] "POST /neutron/subnet HTTP/1.1" 200 704 0.008072 10.0.0.50 - - [2026-03-19 02:26:01] "POST /neutron/port HTTP/1.1" 200 117 0.001514 10.0.0.50 - - [2026-03-19 02:26:01] "POST /neutron/network HTTP/1.1" 200 832 0.006133 10.0.0.50 - - [2026-03-19 02:26:04] "POST /neutron/port HTTP/1.1" 200 1118 0.015981 10.0.0.50 - - [2026-03-19 02:26:04] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006698 10.0.0.50 - - [2026-03-19 02:26:04] "POST /neutron/port HTTP/1.1" 200 1118 0.014636 10.0.0.50 - - [2026-03-19 02:26:04] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007159 10.0.0.50 - - [2026-03-19 02:26:04] "POST /neutron/port HTTP/1.1" 200 1118 0.011949 10.0.0.50 - - [2026-03-19 02:26:04] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006131 10.0.0.50 - - [2026-03-19 02:26:04] "GET /virtual-machine/ce35bb69-b398-42fb-bf8d-463c66ea1d46 HTTP/1.1" 401 292 0.000447 10.0.0.50 - - [2026-03-19 02:26:04] "GET /virtual-machine/ce35bb69-b398-42fb-bf8d-463c66ea1d46 HTTP/1.1" 200 1286 0.037768 10.0.0.50 - - [2026-03-19 02:26:04] "GET /virtual-machine-interface/838a1e68-bdd5-4564-a6e1-853b87befbce HTTP/1.1" 200 2927 0.005206 10.0.0.50 - - [2026-03-19 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.50 - - [2026-03-19 02:26:04] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003218 10.0.0.50 - - [2026-03-19 02:26:04] "GET /virtual-networks?parent_id=7e4e5508-619d-4fca-9086-80b0fdfc801b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002943 10.0.0.50 - - [2026-03-19 02:26:04] "GET /virtual-network/213e7068-0df3-4fde-b946-f7c377627de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005288 10.0.0.50 - - [2026-03-19 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.50 - - [2026-03-19 02:26:07] "GET /virtual-network/213e7068-0df3-4fde-b946-f7c377627de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005999 10.0.0.50 - - [2026-03-19 02:26:08] "POST /neutron/port HTTP/1.1" 200 1118 0.013411 10.0.0.50 - - [2026-03-19 02:26:08] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007847 10.0.0.50 - - [2026-03-19 02:26:09] "POST /neutron/port HTTP/1.1" 200 1115 0.012411 10.0.0.50 - - [2026-03-19 02:26:09] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006184 10.0.0.50 - - [2026-03-19 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.50 - - [2026-03-19 02:26:10] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003233 10.0.0.50 - - [2026-03-19 02:26:10] "GET /virtual-networks?parent_id=7e4e5508-619d-4fca-9086-80b0fdfc801b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003098 10.0.0.50 - - [2026-03-19 02:26:10] "GET /virtual-network/213e7068-0df3-4fde-b946-f7c377627de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005199 10.0.0.50 - - [2026-03-19 02:26:10] "POST /neutron/port HTTP/1.1" 200 1115 0.013242 10.0.0.50 - - [2026-03-19 02:26:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006543 10.0.0.50 - - [2026-03-19 02:26:10] "POST /neutron/port HTTP/1.1" 200 1115 0.017397 10.0.0.50 - - [2026-03-19 02:26:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006488 10.0.0.50 - - [2026-03-19 02:26:10] "POST /neutron/port HTTP/1.1" 200 1115 0.012945 10.0.0.50 - - [2026-03-19 02:26:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005867 10.0.0.50 - - [2026-03-19 02:26:10] "GET /virtual-machine/a8edd9ff-409c-4af4-9f63-36ce886ce887 HTTP/1.1" 200 1286 0.004560 10.0.0.50 - - [2026-03-19 02:26:10] "GET /virtual-machine-interface/24114131-c37e-42fa-ae78-bee50aacf87b HTTP/1.1" 200 2927 0.005029 10.0.0.50 - - [2026-03-19 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.50 - - [2026-03-19 02:26:10] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003170 10.0.0.50 - - [2026-03-19 02:26:10] "GET /virtual-networks?parent_id=7e4e5508-619d-4fca-9086-80b0fdfc801b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003048 10.0.0.50 - - [2026-03-19 02:26:10] "GET /virtual-network/a48be382-2946-402b-a6d1-50a4b80e3082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.010612 10.0.0.50 - - [2026-03-19 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.50 - - [2026-03-19 02:26:11] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005709 10.0.0.50 - - [2026-03-19 02:26:11] "GET /virtual-networks?parent_id=7e4e5508-619d-4fca-9086-80b0fdfc801b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002978 10.0.0.50 - - [2026-03-19 02:26:12] "GET /virtual-network/a48be382-2946-402b-a6d1-50a4b80e3082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006910 10.0.0.50 - - [2026-03-19 02:26:12] "POST /routing-policys HTTP/1.1" 200 534 0.020461 10.0.0.50 - - [2026-03-19 02:26:12] "GET /virtual-network/213e7068-0df3-4fde-b946-f7c377627de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.008266 10.0.0.50 - - [2026-03-19 02:26:12] "POST /ref-update HTTP/1.1" 200 156 0.013301 10.0.0.50 - - [2026-03-19 02:26:12] "PUT /virtual-network/213e7068-0df3-4fde-b946-f7c377627de2 HTTP/1.1" 200 264 0.039314 10.0.0.50 - - [2026-03-19 02:26:14] "DELETE /project/27cab0453aab4325a762841adb966c04 HTTP/1.1" 404 173 0.012127 10.0.0.50 - - [2026-03-19 02:26:14] "DELETE /project/7e4e5508619d4fca908680b0fdfc801b HTTP/1.1" 404 173 0.008472 10.0.0.50 - - [2026-03-19 02:26:14] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000890 10.0.0.50 - - [2026-03-19 02:26:14] "GET /projects?obj_uuids=93c1e297-02e4-4fc4-b48e-45ee99ca586f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000763 10.0.0.50 - - [2026-03-19 02:26:14] "GET /project/93c1e297-02e4-4fc4-b48e-45ee99ca586f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.051718 10.0.0.50 - - [2026-03-19 02:26:14] "GET /project/27cab045-3aab-4325-a762-841adb966c04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.057054 10.0.0.50 - - [2026-03-19 02:26:14] "GET /projects?obj_uuids=93c1e297-02e4-4fc4-b48e-45ee99ca586f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001111 10.0.0.50 - - [2026-03-19 02:26:14] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001603 10.0.0.50 - - [2026-03-19 02:26:14] "GET /project/27cab045-3aab-4325-a762-841adb966c04?fields=security_groups HTTP/1.1" 200 1369 0.050804 10.0.0.50 - - [2026-03-19 02:26:14] "GET /project/93c1e297-02e4-4fc4-b48e-45ee99ca586f?fields=security_groups HTTP/1.1" 200 1412 0.062526 10.0.0.50 - - [2026-03-19 02:26:14] "DELETE /security-group/55821873-5158-4319-b427-29a7cb107402 HTTP/1.1" 200 115 0.084164 10.0.0.50 - - [2026-03-19 02:26:14] "DELETE /access-control-list/8d0dd8c7-54e4-4604-af17-110b5c8cb5c4 HTTP/1.1" 200 115 0.053663 10.0.0.50 - - [2026-03-19 02:26:14] "GET /projects?obj_uuids=27cab045-3aab-4325-a762-841adb966c04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001408 10.0.0.50 - - [2026-03-19 02:26:14] "DELETE /security-group/54530e47-3614-4cd2-937d-4156466a1942 HTTP/1.1" 200 115 0.090368 10.0.0.50 - - [2026-03-19 02:26:14] "GET /projects?obj_uuids=93c1e297-02e4-4fc4-b48e-45ee99ca586f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001326 10.0.0.50 - - [2026-03-19 02:26:14] "GET /project/27cab045-3aab-4325-a762-841adb966c04?fields=application_policy_sets HTTP/1.1" 200 1408 0.051977 10.0.0.50 - - [2026-03-19 02:26:14] "DELETE /access-control-list/ee3a08d9-1eea-43f0-88c4-a1379aee1160 HTTP/1.1" 200 115 0.048349 10.0.0.50 - - [2026-03-19 02:26:14] "GET /project/93c1e297-02e4-4fc4-b48e-45ee99ca586f?fields=application_policy_sets HTTP/1.1" 200 1451 0.085585 10.0.0.50 - - [2026-03-19 02:26:14] "DELETE /access-control-list/bca30565-d45a-46c7-9633-002be526c5ff HTTP/1.1" 200 115 0.052164 10.0.0.50 - - [2026-03-19 02:26:14] "DELETE /access-control-list/954fa7fe-c697-407d-9791-62eac8968d72 HTTP/1.1" 200 115 0.027944 10.0.0.50 - - [2026-03-19 02:26:14] "DELETE /project/27cab045-3aab-4325-a762-841adb966c04 HTTP/1.1" 200 115 0.462705 10.0.0.50 - - [2026-03-19 02:26:14] "DELETE /project/93c1e297-02e4-4fc4-b48e-45ee99ca586f HTTP/1.1" 200 115 0.490866 10.0.0.50 - - [2026-03-19 02:26:16] "POST /ref-update HTTP/1.1" 200 156 0.031576 10.0.0.50 - - [2026-03-19 02:26:16] "POST /ref-update HTTP/1.1" 200 156 0.013724 10.0.0.50 - - [2026-03-19 02:26:16] "DELETE /routing-policy/054b99f6-7534-4242-af14-96391e2025f8 HTTP/1.1" 200 115 0.021349 10.0.0.50 - - [2026-03-19 02:26:16] "POST /neutron/network HTTP/1.1" 200 829 0.006115 10.0.0.50 - - [2026-03-19 02:26:16] "POST /neutron/network HTTP/1.1" 400 204 0.010452 10.0.0.50 - - [2026-03-19 02:26:17] "POST /neutron/port HTTP/1.1" 200 1115 0.013876 10.0.0.50 - - [2026-03-19 02:26:17] "POST /neutron/port HTTP/1.1" 200 1105 0.010455 10.0.0.50 - - [2026-03-19 02:26:17] "POST /neutron/port HTTP/1.1" 200 1118 0.012803 10.0.0.50 - - [2026-03-19 02:26:17] "POST /neutron/port HTTP/1.1" 200 1108 0.023098 10.0.0.50 - - [2026-03-19 02:26:17] "POST /neutron/port HTTP/1.1" 200 151 0.128507 10.0.0.50 - - [2026-03-19 02:26:17] "POST /neutron/port HTTP/1.1" 200 151 0.109508 10.0.0.50 - - [2026-03-19 02:26:18] "POST /neutron/network HTTP/1.1" 200 829 0.005496 10.0.0.50 - - [2026-03-19 02:26:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002803 10.0.0.50 - - [2026-03-19 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.50 - - [2026-03-19 02:26:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001702 10.0.0.50 - - [2026-03-19 02:26:18] "POST /neutron/network HTTP/1.1" 200 151 0.078594 10.0.0.50 - - [2026-03-19 02:26:18] "DELETE /route-target/9395bf49-0691-4eed-95d2-faa086ffd836 HTTP/1.1" 200 115 0.017413 10.0.0.50 - - [2026-03-19 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004901 10.0.0.50 - - [2026-03-19 02:26:18] "POST /neutron/network HTTP/1.1" 200 832 0.005987 10.0.0.50 - - [2026-03-19 02:26:18] "DELETE /route-target/06e7b914-c3a9-4b0b-952b-0b95513821de HTTP/1.1" 409 239 0.005394 10.0.0.50 - - [2026-03-19 02:26:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004022 10.0.0.50 - - [2026-03-19 02:26:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002030 10.0.0.50 - - [2026-03-19 02:26:18] "POST /neutron/network HTTP/1.1" 200 151 0.079766 10.0.0.50 - - [2026-03-19 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.50 - - [2026-03-19 02:26:19] "DELETE /route-target/6235fa5d-e033-4a88-a884-7194afee1720 HTTP/1.1" 200 115 0.017640 10.0.0.50 - - [2026-03-19 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.50 - - [2026-03-19 02:26:19] "DELETE /route-target/06e7b914-c3a9-4b0b-952b-0b95513821de HTTP/1.1" 200 115 0.015153 10.0.0.50 - - [2026-03-19 02:26:19] "GET /projects?obj_uuids=7e4e5508-619d-4fca-9086-80b0fdfc801b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002965 10.0.0.50 - - [2026-03-19 02:26:19] "GET /project/7e4e5508-619d-4fca-9086-80b0fdfc801b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.026467 10.0.0.50 - - [2026-03-19 02:26:19] "GET /projects?obj_uuids=7e4e5508-619d-4fca-9086-80b0fdfc801b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001020 10.0.0.50 - - [2026-03-19 02:26:19] "GET /project/7e4e5508-619d-4fca-9086-80b0fdfc801b?fields=virtual_networks HTTP/1.1" 200 1018 0.067053 10.0.0.50 - - [2026-03-19 02:26:19] "GET /projects?obj_uuids=7e4e5508-619d-4fca-9086-80b0fdfc801b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001035 10.0.0.50 - - [2026-03-19 02:26:19] "GET /project/7e4e5508-619d-4fca-9086-80b0fdfc801b?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.026136 10.0.0.50 - - [2026-03-19 02:26:19] "GET /projects?obj_uuids=7e4e5508-619d-4fca-9086-80b0fdfc801b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001197 10.0.0.50 - - [2026-03-19 02:26:19] "GET /project/7e4e5508-619d-4fca-9086-80b0fdfc801b?fields=security_groups HTTP/1.1" 200 1237 0.035710 10.0.0.50 - - [2026-03-19 02:26:19] "GET /obj-perms HTTP/1.1" 200 5056 0.059029 10.0.0.50 - - [2026-03-19 02:26:20] "GET /obj-perms HTTP/1.1" 200 5056 0.070151 10.0.0.50 - - [2026-03-19 02:26:20] "POST /fqname-to-id HTTP/1.1" 404 186 0.040698 10.0.0.50 - - [2026-03-19 02:26:20] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003002 10.0.0.50 - - [2026-03-19 02:26:20] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.50 - - [2026-03-19 02:26:20] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006507 10.0.0.50 - - [2026-03-19 02:26:21] "POST /id-to-fqname HTTP/1.1" 200 188 0.001447 10.0.0.50 - - [2026-03-19 02:26:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.003879 10.0.0.50 - - [2026-03-19 02:26:21] "POST /security-groups HTTP/1.1" 200 589 0.060610 10.0.0.50 - - [2026-03-19 02:26:21] "POST /fqname-to-id HTTP/1.1" 404 232 0.003851 10.0.0.50 - - [2026-03-19 02:26:21] "POST /projects HTTP/1.1" 200 581 0.203698 10.0.0.50 - - [2026-03-19 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.240442 10.0.0.50 - - [2026-03-19 02:26:21] "POST /access-control-lists HTTP/1.1" 200 594 0.059948 10.0.0.50 - - [2026-03-19 02:26:21] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.380347 10.0.0.50 - - [2026-03-19 02:26:21] "POST /fqname-to-id HTTP/1.1" 404 231 0.003190 10.0.0.50 - - [2026-03-19 02:26:21] "POST /access-control-lists HTTP/1.1" 200 592 0.064973 10.0.0.50 - - [2026-03-19 02:26:22] "GET / HTTP/1.1" 200 35931 0.001812 10.0.0.50 - - [2026-03-19 02:26:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000550 10.0.0.50 - - [2026-03-19 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.071131 10.0.0.50 - - [2026-03-19 02:26:23] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001119 10.0.0.50 - - [2026-03-19 02:26:23] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.024156 10.0.0.50 - - [2026-03-19 02:26:23] "POST /neutron/network HTTP/1.1" 200 117 0.037073 10.0.0.50 - - [2026-03-19 02:26:23] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001403 10.0.0.50 - - [2026-03-19 02:26:23] "POST /neutron/network HTTP/1.1" 200 613 0.067736 10.0.0.50 - - [2026-03-19 02:26:23] "POST /route-targets HTTP/1.1" 200 327 0.015551 10.0.0.50 - - [2026-03-19 02:26:23] "POST /ref-update HTTP/1.1" 200 156 0.011389 10.0.0.50 - - [2026-03-19 02:26:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004622 10.0.0.50 - - [2026-03-19 02:26:23] "POST /neutron/subnet HTTP/1.1" 200 719 0.184922 10.0.0.50 - - [2026-03-19 02:26:23] "POST /neutron/network HTTP/1.1" 200 831 0.004913 10.0.0.50 - - [2026-03-19 02:26:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001144 10.0.0.50 - - [2026-03-19 02:26:23] "GET /virtual-network/3b8bdf6a-8aee-4d5a-a34b-aaabab70fea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005077 10.0.0.50 - - [2026-03-19 02:26:24] "POST /neutron/network HTTP/1.1" 200 831 0.006386 10.0.0.50 - - [2026-03-19 02:26:24] "GET /virtual-network/3b8bdf6a-8aee-4d5a-a34b-aaabab70fea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006164 10.0.0.50 - - [2026-03-19 02:26:24] "POST /neutron/network HTTP/1.1" 200 831 0.005485 10.0.0.50 - - [2026-03-19 02:26:24] "POST /neutron/subnet HTTP/1.1" 200 719 0.007718 10.0.0.50 - - [2026-03-19 02:26:24] "GET /domains HTTP/1.1" 401 292 0.000386 10.0.0.50 - - [2026-03-19 02:26:24] "GET /domains HTTP/1.1" 200 280 0.032340 10.0.0.50 - - [2026-03-19 02:26:24] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002835 10.0.0.50 - - [2026-03-19 02:26:24] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2749 0.009805 10.0.0.50 - - [2026-03-19 02:26:24] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000989 10.0.0.50 - - [2026-03-19 02:26:24] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5 HTTP/1.1" 200 2081 0.069451 10.0.0.50 - - [2026-03-19 02:26:24] "GET /virtual-network/3b8bdf6a-8aee-4d5a-a34b-aaabab70fea8 HTTP/1.1" 200 2316 0.005761 10.0.0.50 - - [2026-03-19 02:26:24] "GET /virtual-network/3b8bdf6a-8aee-4d5a-a34b-aaabab70fea8 HTTP/1.1" 200 2316 0.005426 10.0.0.50 - - [2026-03-19 02:26:24] "GET /routing-instance/ead777b8-37bf-4c93-a81e-9fc8d193b4dd HTTP/1.1" 200 1494 0.004039 10.0.0.50 - - [2026-03-19 02:26:24] "GET /routing-instance/ead777b8-37bf-4c93-a81e-9fc8d193b4dd HTTP/1.1" 200 1494 0.003942 10.0.0.50 - - [2026-03-19 02:26:24] "GET /route-target/7d2f1452-d9d2-4b8e-b8fb-f689f4450e4e HTTP/1.1" 200 1212 0.003567 10.0.0.50 - - [2026-03-19 02:26:24] "GET /virtual-network/3b8bdf6a-8aee-4d5a-a34b-aaabab70fea8 HTTP/1.1" 200 2316 0.004445 10.0.0.50 - - [2026-03-19 02:26:24] "GET /routing-instance/ead777b8-37bf-4c93-a81e-9fc8d193b4dd HTTP/1.1" 200 1494 0.003285 10.0.0.50 - - [2026-03-19 02:26:24] "GET /virtual-network/3b8bdf6a-8aee-4d5a-a34b-aaabab70fea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005929 10.0.0.50 - - [2026-03-19 02:26:24] "GET /virtual-network/3b8bdf6a-8aee-4d5a-a34b-aaabab70fea8 HTTP/1.1" 200 2316 0.004660 10.0.0.50 - - [2026-03-19 02:26:24] "GET /routing-instance/ead777b8-37bf-4c93-a81e-9fc8d193b4dd HTTP/1.1" 200 1494 0.003803 10.0.0.50 - - [2026-03-19 02:26:24] "GET /routing-instance/ead777b8-37bf-4c93-a81e-9fc8d193b4dd HTTP/1.1" 200 1494 0.003325 10.0.0.50 - - [2026-03-19 02:26:24] "GET /route-target/7d2f1452-d9d2-4b8e-b8fb-f689f4450e4e HTTP/1.1" 200 1212 0.003511 10.0.0.50 - - [2026-03-19 02:26:24] "GET /domains HTTP/1.1" 200 280 0.002934 10.0.0.50 - - [2026-03-19 02:26:24] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.50 - - [2026-03-19 02:26:24] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2749 0.006427 10.0.0.50 - - [2026-03-19 02:26:24] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000854 10.0.0.50 - - [2026-03-19 02:26:24] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5 HTTP/1.1" 200 2081 0.067468 10.0.0.50 - - [2026-03-19 02:26:24] "GET /virtual-network/3b8bdf6a-8aee-4d5a-a34b-aaabab70fea8 HTTP/1.1" 200 2316 0.005773 10.0.0.50 - - [2026-03-19 02:26:25] "GET /obj-perms HTTP/1.1" 200 5026 0.066795 10.0.0.50 - - [2026-03-19 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.50 - - [2026-03-19 02:26:25] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001011 10.0.0.50 - - [2026-03-19 02:26:25] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.023937 10.0.0.50 - - [2026-03-19 02:26:25] "POST /neutron/network HTTP/1.1" 200 117 0.010416 10.0.0.50 - - [2026-03-19 02:26:25] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001158 10.0.0.50 - - [2026-03-19 02:26:25] "POST /neutron/network HTTP/1.1" 200 613 0.067397 10.0.0.50 - - [2026-03-19 02:26:25] "POST /route-targets HTTP/1.1" 200 327 0.011464 10.0.0.50 - - [2026-03-19 02:26:25] "POST /ref-update HTTP/1.1" 200 156 0.011941 10.0.0.50 - - [2026-03-19 02:26:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004329 10.0.0.50 - - [2026-03-19 02:26:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.155912 10.0.0.50 - - [2026-03-19 02:26:25] "POST /neutron/network HTTP/1.1" 200 833 0.006803 10.0.0.50 - - [2026-03-19 02:26:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001408 10.0.0.50 - - [2026-03-19 02:26:25] "GET /virtual-network/ae12b6ae-dd4c-42e5-9daf-e1f3e00e8f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006152 10.0.0.50 - - [2026-03-19 02:26:25] "POST /neutron/network HTTP/1.1" 200 833 0.006101 10.0.0.50 - - [2026-03-19 02:26:25] "GET /virtual-network/ae12b6ae-dd4c-42e5-9daf-e1f3e00e8f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004719 10.0.0.50 - - [2026-03-19 02:26:25] "POST /neutron/network HTTP/1.1" 200 833 0.005766 10.0.0.50 - - [2026-03-19 02:26:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.006463 10.0.0.50 - - [2026-03-19 02:26:25] "GET /domains HTTP/1.1" 200 280 0.002271 10.0.0.50 - - [2026-03-19 02:26:25] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000899 10.0.0.50 - - [2026-03-19 02:26:25] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2749 0.007148 10.0.0.50 - - [2026-03-19 02:26:25] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000921 10.0.0.50 - - [2026-03-19 02:26:25] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5 HTTP/1.1" 200 2299 0.069014 10.0.0.50 - - [2026-03-19 02:26:25] "GET /virtual-network/ae12b6ae-dd4c-42e5-9daf-e1f3e00e8f5f HTTP/1.1" 200 2323 0.005917 10.0.0.50 - - [2026-03-19 02:26:25] "GET /virtual-network/ae12b6ae-dd4c-42e5-9daf-e1f3e00e8f5f HTTP/1.1" 200 2323 0.006014 10.0.0.50 - - [2026-03-19 02:26:25] "GET /routing-instance/6c2a18c8-bfe2-4ddc-9fdd-a45feab36424 HTTP/1.1" 200 1493 0.003611 10.0.0.50 - - [2026-03-19 02:26:25] "GET /routing-instance/6c2a18c8-bfe2-4ddc-9fdd-a45feab36424 HTTP/1.1" 200 1493 0.003247 10.0.0.50 - - [2026-03-19 02:26:25] "GET /route-target/6fafa663-2c58-44ca-9e96-f8e35f1c0484 HTTP/1.1" 200 1212 0.003099 10.0.0.50 - - [2026-03-19 02:26:25] "GET /virtual-network/ae12b6ae-dd4c-42e5-9daf-e1f3e00e8f5f HTTP/1.1" 200 2323 0.006076 10.0.0.50 - - [2026-03-19 02:26:25] "GET /routing-instance/6c2a18c8-bfe2-4ddc-9fdd-a45feab36424 HTTP/1.1" 200 1493 0.004267 10.0.0.50 - - [2026-03-19 02:26:25] "GET /virtual-network/ae12b6ae-dd4c-42e5-9daf-e1f3e00e8f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004415 10.0.0.50 - - [2026-03-19 02:26:25] "GET /virtual-network/ae12b6ae-dd4c-42e5-9daf-e1f3e00e8f5f HTTP/1.1" 200 2323 0.004736 10.0.0.50 - - [2026-03-19 02:26:25] "GET /routing-instance/6c2a18c8-bfe2-4ddc-9fdd-a45feab36424 HTTP/1.1" 200 1493 0.003381 10.0.0.50 - - [2026-03-19 02:26:25] "GET /routing-instance/6c2a18c8-bfe2-4ddc-9fdd-a45feab36424 HTTP/1.1" 200 1493 0.003487 10.0.0.50 - - [2026-03-19 02:26:25] "GET /route-target/6fafa663-2c58-44ca-9e96-f8e35f1c0484 HTTP/1.1" 200 1212 0.003397 10.0.0.50 - - [2026-03-19 02:26:25] "GET /domains HTTP/1.1" 200 280 0.003557 10.0.0.50 - - [2026-03-19 02:26:25] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001203 10.0.0.50 - - [2026-03-19 02:26:25] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2749 0.007510 10.0.0.50 - - [2026-03-19 02:26:25] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000907 10.0.0.50 - - [2026-03-19 02:26:26] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5 HTTP/1.1" 200 2299 0.067050 10.0.0.50 - - [2026-03-19 02:26:26] "GET /virtual-network/ae12b6ae-dd4c-42e5-9daf-e1f3e00e8f5f HTTP/1.1" 200 2323 0.005010 10.0.0.50 - - [2026-03-19 02:26:26] "GET /obj-perms HTTP/1.1" 200 5026 0.003052 10.0.0.50 - - [2026-03-19 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.50 - - [2026-03-19 02:26:26] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001399 10.0.0.50 - - [2026-03-19 02:26:26] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.027297 10.0.0.50 - - [2026-03-19 02:26:26] "POST /neutron/network HTTP/1.1" 200 117 0.011699 10.0.0.50 - - [2026-03-19 02:26:26] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.50 - - [2026-03-19 02:26:26] "POST /neutron/network HTTP/1.1" 200 615 0.071776 10.0.0.50 - - [2026-03-19 02:26:26] "POST /ref-update HTTP/1.1" 200 156 0.011867 10.0.0.50 - - [2026-03-19 02:26:26] "POST /useragent-kv HTTP/1.1" 200 115 0.009660 10.0.0.50 - - [2026-03-19 02:26:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.140747 10.0.0.50 - - [2026-03-19 02:26:26] "POST /neutron/network HTTP/1.1" 200 836 0.005697 10.0.0.50 - - [2026-03-19 02:26:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.001427 10.0.0.50 - - [2026-03-19 02:26:26] "GET /virtual-network/c075b9dc-4c52-4779-a9f0-e1ed7d67e525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006056 10.0.0.50 - - [2026-03-19 02:26:26] "POST /neutron/network HTTP/1.1" 200 836 0.006983 10.0.0.50 - - [2026-03-19 02:26:26] "GET /virtual-network/c075b9dc-4c52-4779-a9f0-e1ed7d67e525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005007 10.0.0.50 - - [2026-03-19 02:26:26] "POST /neutron/network HTTP/1.1" 200 836 0.005827 10.0.0.50 - - [2026-03-19 02:26:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.007339 10.0.0.50 - - [2026-03-19 02:26:26] "GET /domains HTTP/1.1" 200 280 0.002936 10.0.0.50 - - [2026-03-19 02:26:26] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001382 10.0.0.50 - - [2026-03-19 02:26:26] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2749 0.008702 10.0.0.50 - - [2026-03-19 02:26:26] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.50 - - [2026-03-19 02:26:26] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5 HTTP/1.1" 200 2518 0.069011 10.0.0.50 - - [2026-03-19 02:26:26] "GET /virtual-network/c075b9dc-4c52-4779-a9f0-e1ed7d67e525 HTTP/1.1" 200 2331 0.008144 10.0.0.50 - - [2026-03-19 02:26:26] "GET /virtual-network/c075b9dc-4c52-4779-a9f0-e1ed7d67e525 HTTP/1.1" 200 2331 0.005223 10.0.0.50 - - [2026-03-19 02:26:26] "GET /routing-instance/651001f1-bee1-407d-ad83-0faa6be06269 HTTP/1.1" 200 1497 0.005219 10.0.0.50 - - [2026-03-19 02:26:26] "GET /routing-instance/651001f1-bee1-407d-ad83-0faa6be06269 HTTP/1.1" 200 1497 0.004655 10.0.0.50 - - [2026-03-19 02:26:26] "GET /route-target/03b71b0b-d91c-45f0-a92f-e9061bd57f69 HTTP/1.1" 200 1213 0.003521 10.0.0.50 - - [2026-03-19 02:26:26] "GET /virtual-network/c075b9dc-4c52-4779-a9f0-e1ed7d67e525 HTTP/1.1" 200 2331 0.005285 10.0.0.50 - - [2026-03-19 02:26:26] "GET /routing-instance/651001f1-bee1-407d-ad83-0faa6be06269 HTTP/1.1" 200 1497 0.004207 10.0.0.50 - - [2026-03-19 02:26:26] "GET /virtual-network/c075b9dc-4c52-4779-a9f0-e1ed7d67e525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005162 10.0.0.50 - - [2026-03-19 02:26:26] "GET /virtual-network/c075b9dc-4c52-4779-a9f0-e1ed7d67e525 HTTP/1.1" 200 2331 0.005165 10.0.0.50 - - [2026-03-19 02:26:26] "GET /routing-instance/651001f1-bee1-407d-ad83-0faa6be06269 HTTP/1.1" 200 1497 0.004187 10.0.0.50 - - [2026-03-19 02:26:26] "GET /routing-instance/651001f1-bee1-407d-ad83-0faa6be06269 HTTP/1.1" 200 1497 0.003852 10.0.0.50 - - [2026-03-19 02:26:26] "GET /route-target/03b71b0b-d91c-45f0-a92f-e9061bd57f69 HTTP/1.1" 200 1213 0.003397 10.0.0.50 - - [2026-03-19 02:26:26] "GET /domains HTTP/1.1" 200 280 0.002517 10.0.0.50 - - [2026-03-19 02:26:26] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.50 - - [2026-03-19 02:26:26] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2749 0.007140 10.0.0.50 - - [2026-03-19 02:26:26] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001096 10.0.0.50 - - [2026-03-19 02:26:26] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5 HTTP/1.1" 200 2518 0.069978 10.0.0.50 - - [2026-03-19 02:26:26] "GET /virtual-network/c075b9dc-4c52-4779-a9f0-e1ed7d67e525 HTTP/1.1" 200 2331 0.006040 10.0.0.50 - - [2026-03-19 02:26:26] "GET /obj-perms HTTP/1.1" 200 5026 0.003764 10.0.0.50 - - [2026-03-19 02:26:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001537 10.0.0.50 - - [2026-03-19 02:26:27] "POST /neutron/network HTTP/1.1" 200 843 0.006161 10.0.0.50 - - [2026-03-19 02:26:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000483 10.0.0.50 - - [2026-03-19 02:26:27] "GET / HTTP/1.1" 200 35931 0.001831 10.0.0.50 - - [2026-03-19 02:26:27] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000363 10.0.0.50 - - [2026-03-19 02:26:27] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001349 10.0.0.50 - - [2026-03-19 02:26:27] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.057434 10.0.0.50 - - [2026-03-19 02:26:27] "POST /neutron/network HTTP/1.1" 200 833 0.005907 10.0.0.50 - - [2026-03-19 02:26:28] "POST /neutron/port HTTP/1.1" 200 117 0.004983 10.0.0.50 - - [2026-03-19 02:26:28] "POST /neutron/port HTTP/1.1" 200 117 0.005227 10.0.0.50 - - [2026-03-19 02:26:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001304 10.0.0.50 - - [2026-03-19 02:26:28] "POST /neutron/port HTTP/1.1" 200 117 0.005537 10.0.0.50 - - [2026-03-19 02:26:28] "POST /neutron/network HTTP/1.1" 200 846 0.005406 10.0.0.50 - - [2026-03-19 02:26:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000473 10.0.0.50 - - [2026-03-19 02:26:28] "POST /neutron/network HTTP/1.1" 200 843 0.005941 10.0.0.50 - - [2026-03-19 02:26:28] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001099 10.0.0.50 - - [2026-03-19 02:26:28] "GET / HTTP/1.1" 200 35931 0.001506 10.0.0.50 - - [2026-03-19 02:26:28] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000364 10.0.0.50 - - [2026-03-19 02:26:28] "POST /neutron/port HTTP/1.1" 200 1059 0.234748 10.0.0.50 - - [2026-03-19 02:26:28] "POST /neutron/port HTTP/1.1" 200 1059 0.015436 10.0.0.50 - - [2026-03-19 02:26:28] "POST /neutron/port HTTP/1.1" 200 1059 0.015823 10.0.0.50 - - [2026-03-19 02:26:29] "POST /neutron/port HTTP/1.1" 200 1113 0.071003 10.0.0.50 - - [2026-03-19 02:26:29] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000953 10.0.0.50 - - [2026-03-19 02:26:29] "POST /neutron/port HTTP/1.1" 200 1123 0.018803 10.0.0.50 - - [2026-03-19 02:26:29] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.067154 10.0.0.50 - - [2026-03-19 02:26:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003062 10.0.0.50 - - [2026-03-19 02:26:29] "POST /neutron/subnet HTTP/1.1" 200 703 0.007225 10.0.0.50 - - [2026-03-19 02:26:29] "POST /neutron/network HTTP/1.1" 200 836 0.004865 10.0.0.50 - - [2026-03-19 02:26:29] "POST /neutron/port HTTP/1.1" 200 117 0.001247 10.0.0.50 - - [2026-03-19 02:26:29] "POST /neutron/network HTTP/1.1" 200 833 0.006122 10.0.0.50 - - [2026-03-19 02:26:29] "POST /neutron/port HTTP/1.1" 200 1123 0.018259 10.0.0.50 - - [2026-03-19 02:26:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009650 10.0.0.50 - - [2026-03-19 02:26:29] "POST /neutron/port HTTP/1.1" 200 117 0.005387 10.0.0.50 - - [2026-03-19 02:26:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.002782 10.0.0.50 - - [2026-03-19 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.50 - - [2026-03-19 02:26:29] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001596 10.0.0.50 - - [2026-03-19 02:26:29] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008144 10.0.0.50 - - [2026-03-19 02:26:29] "POST /service-templates HTTP/1.1" 200 543 0.030573 10.0.0.50 - - [2026-03-19 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005197 10.0.0.50 - - [2026-03-19 02:26:29] "GET /service-template/0e259113-6916-45ff-9c68-bbf15b6e7417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004940 10.0.0.50 - - [2026-03-19 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004958 10.0.0.50 - - [2026-03-19 02:26:29] "GET /service-template/0e259113-6916-45ff-9c68-bbf15b6e7417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003566 10.0.0.50 - - [2026-03-19 02:26:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001292 10.0.0.50 - - [2026-03-19 02:26:29] "POST /neutron/network HTTP/1.1" 200 846 0.010164 10.0.0.50 - - [2026-03-19 02:26:29] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001769 10.0.0.50 - - [2026-03-19 02:26:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001543 10.0.0.50 - - [2026-03-19 02:26:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001546 10.0.0.50 - - [2026-03-19 02:26:30] "POST /neutron/port HTTP/1.1" 200 1955 0.037801 10.0.0.50 - - [2026-03-19 02:26:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006085 10.0.0.50 - - [2026-03-19 02:26:30] "POST /neutron/port HTTP/1.1" 200 1060 0.313979 10.0.0.50 - - [2026-03-19 02:26:30] "POST /neutron/port HTTP/1.1" 200 1060 0.016855 10.0.0.50 - - [2026-03-19 02:26:30] "POST /neutron/port HTTP/1.1" 200 1060 0.010905 10.0.0.50 - - [2026-03-19 02:26:30] "POST /neutron/port HTTP/1.1" 200 1114 0.071639 10.0.0.50 - - [2026-03-19 02:26:30] "POST /neutron/port HTTP/1.1" 200 1124 0.014156 10.0.0.50 - - [2026-03-19 02:26:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003488 10.0.0.50 - - [2026-03-19 02:26:30] "POST /neutron/subnet HTTP/1.1" 200 708 0.008066 10.0.0.50 - - [2026-03-19 02:26:30] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.50 - - [2026-03-19 02:26:30] "POST /neutron/network HTTP/1.1" 200 836 0.005698 10.0.0.50 - - [2026-03-19 02:26:30] "POST /neutron/network HTTP/1.1" 200 2225 0.010190 10.0.0.50 - - [2026-03-19 02:26:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000406 10.0.0.50 - - [2026-03-19 02:26:31] "GET / HTTP/1.1" 200 35931 0.002131 10.0.0.50 - - [2026-03-19 02:26:31] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000503 10.0.0.50 - - [2026-03-19 02:26:31] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001539 10.0.0.50 - - [2026-03-19 02:26:31] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.058543 10.0.0.50 - - [2026-03-19 02:26:31] "POST /neutron/network HTTP/1.1" 200 831 0.009786 10.0.0.50 - - [2026-03-19 02:26:31] "POST /neutron/network HTTP/1.1" 200 833 0.007061 10.0.0.50 - - [2026-03-19 02:26:31] "POST /neutron/network HTTP/1.1" 200 836 0.007459 10.0.0.50 - - [2026-03-19 02:26:31] "POST /neutron/port HTTP/1.1" 200 2095 0.018045 10.0.0.50 - - [2026-03-19 02:26:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007047 10.0.0.50 - - [2026-03-19 02:26:31] "POST /neutron/port HTTP/1.1" 200 117 0.004708 10.0.0.50 - - [2026-03-19 02:26:32] "POST /neutron/port HTTP/1.1" 200 117 0.005931 10.0.0.50 - - [2026-03-19 02:26:32] "POST /neutron/network HTTP/1.1" 200 2225 0.010826 10.0.0.50 - - [2026-03-19 02:26:32] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001072 10.0.0.50 - - [2026-03-19 02:26:32] "POST /neutron/port HTTP/1.1" 200 1057 0.294297 10.0.0.50 - - [2026-03-19 02:26:32] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001553 10.0.0.50 - - [2026-03-19 02:26:32] "POST /neutron/port HTTP/1.1" 200 1059 0.211254 10.0.0.50 - - [2026-03-19 02:26:32] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001212 10.0.0.50 - - [2026-03-19 02:26:33] "POST /neutron/port HTTP/1.1" 200 1060 0.199190 10.0.0.50 - - [2026-03-19 02:26:33] "POST /neutron/port HTTP/1.1" 200 1057 0.017157 10.0.0.50 - - [2026-03-19 02:26:33] "POST /neutron/port HTTP/1.1" 200 1057 0.011009 10.0.0.50 - - [2026-03-19 02:26:33] "POST /neutron/port HTTP/1.1" 200 1111 0.102009 10.0.0.50 - - [2026-03-19 02:26:33] "POST /neutron/port HTTP/1.1" 200 1059 0.010669 10.0.0.50 - - [2026-03-19 02:26:33] "POST /neutron/port HTTP/1.1" 200 1059 0.011007 10.0.0.50 - - [2026-03-19 02:26:33] "POST /neutron/port HTTP/1.1" 200 1113 0.081220 10.0.0.50 - - [2026-03-19 02:26:33] "POST /neutron/port HTTP/1.1" 200 1060 0.009520 10.0.0.50 - - [2026-03-19 02:26:33] "POST /neutron/port HTTP/1.1" 200 1060 0.013440 10.0.0.50 - - [2026-03-19 02:26:33] "POST /neutron/port HTTP/1.1" 200 1114 0.069758 10.0.0.50 - - [2026-03-19 02:26:33] "POST /neutron/port HTTP/1.1" 200 3063 0.018839 10.0.0.50 - - [2026-03-19 02:26:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003710 10.0.0.50 - - [2026-03-19 02:26:33] "POST /neutron/subnet HTTP/1.1" 200 693 0.006741 10.0.0.50 - - [2026-03-19 02:26:33] "POST /neutron/port HTTP/1.1" 200 117 0.001277 10.0.0.50 - - [2026-03-19 02:26:33] "POST /neutron/network HTTP/1.1" 200 831 0.005700 10.0.0.50 - - [2026-03-19 02:26:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003713 10.0.0.50 - - [2026-03-19 02:26:33] "POST /neutron/subnet HTTP/1.1" 200 703 0.007000 10.0.0.50 - - [2026-03-19 02:26:33] "POST /neutron/port HTTP/1.1" 200 117 0.001163 10.0.0.50 - - [2026-03-19 02:26:33] "POST /neutron/network HTTP/1.1" 200 833 0.006351 10.0.0.50 - - [2026-03-19 02:26:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003498 10.0.0.50 - - [2026-03-19 02:26:33] "POST /neutron/subnet HTTP/1.1" 200 708 0.006721 10.0.0.50 - - [2026-03-19 02:26:33] "POST /neutron/port HTTP/1.1" 200 117 0.001330 10.0.0.50 - - [2026-03-19 02:26:33] "POST /neutron/network HTTP/1.1" 200 836 0.006324 10.0.0.50 - - [2026-03-19 02:26:37] "POST /neutron/port HTTP/1.1" 200 3063 0.020459 10.0.0.50 - - [2026-03-19 02:26:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006864 10.0.0.50 - - [2026-03-19 02:26:37] "POST /neutron/port HTTP/1.1" 200 3063 0.021773 10.0.0.50 - - [2026-03-19 02:26:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007140 10.0.0.50 - - [2026-03-19 02:26:37] "POST /neutron/port HTTP/1.1" 200 3063 0.022157 10.0.0.50 - - [2026-03-19 02:26:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010296 10.0.0.50 - - [2026-03-19 02:26:37] "POST /neutron/port HTTP/1.1" 200 3063 0.024996 10.0.0.50 - - [2026-03-19 02:26:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009288 10.0.0.50 - - [2026-03-19 02:26:37] "POST /neutron/port HTTP/1.1" 200 3063 0.024738 10.0.0.50 - - [2026-03-19 02:26:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010792 10.0.0.50 - - [2026-03-19 02:26:37] "GET /virtual-machine/5811ecae-8525-4425-b06e-5fb3aaf141a6 HTTP/1.1" 200 1802 0.005710 10.0.0.50 - - [2026-03-19 02:26:37] "GET /virtual-machine-interface/69342f94-aab2-47a2-916d-48a27d6fee69 HTTP/1.1" 200 2946 0.005195 10.0.0.50 - - [2026-03-19 02:26:37] "GET /virtual-machine-interface/b3563de5-9395-40a4-9318-a5501c746b78 HTTP/1.1" 200 2947 0.016096 10.0.0.50 - - [2026-03-19 02:26:37] "GET /virtual-machine-interface/f0012b13-2a8c-4551-94c6-38f85587f32e HTTP/1.1" 200 2950 0.012577 10.0.0.50 - - [2026-03-19 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.50 - - [2026-03-19 02:26:37] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004081 10.0.0.50 - - [2026-03-19 02:26:37] "GET /virtual-networks?parent_id=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003664 10.0.0.50 - - [2026-03-19 02:26:37] "GET /virtual-network/3b8bdf6a-8aee-4d5a-a34b-aaabab70fea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006314 10.0.0.50 - - [2026-03-19 02:26:39] "POST /neutron/port HTTP/1.1" 200 1123 0.014420 10.0.0.50 - - [2026-03-19 02:26:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006276 10.0.0.50 - - [2026-03-19 02:26:40] "POST /neutron/port HTTP/1.1" 200 1124 0.013936 10.0.0.50 - - [2026-03-19 02:26:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005756 10.0.0.50 - - [2026-03-19 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.50 - - [2026-03-19 02:26:41] "GET /virtual-network/3b8bdf6a-8aee-4d5a-a34b-aaabab70fea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005254 10.0.0.50 - - [2026-03-19 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.50 - - [2026-03-19 02:26:45] "GET /virtual-network/3b8bdf6a-8aee-4d5a-a34b-aaabab70fea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006787 10.0.0.50 - - [2026-03-19 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.50 - - [2026-03-19 02:26:49] "GET /virtual-network/3b8bdf6a-8aee-4d5a-a34b-aaabab70fea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005426 10.0.0.50 - - [2026-03-19 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.50 - - [2026-03-19 02:26:53] "GET /virtual-network/3b8bdf6a-8aee-4d5a-a34b-aaabab70fea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006514 10.0.0.50 - - [2026-03-19 02:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.50 - - [2026-03-19 02:26:55] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003307 10.0.0.50 - - [2026-03-19 02:26:55] "GET /virtual-networks?parent_id=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003066 10.0.0.50 - - [2026-03-19 02:26:55] "GET /virtual-network/3b8bdf6a-8aee-4d5a-a34b-aaabab70fea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005145 10.0.0.50 - - [2026-03-19 02:26:55] "POST /neutron/port HTTP/1.1" 200 3063 0.021822 10.0.0.50 - - [2026-03-19 02:26:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006196 10.0.0.50 - - [2026-03-19 02:27:00] "POST /neutron/port HTTP/1.1" 200 3063 0.038994 10.0.0.50 - - [2026-03-19 02:27:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008045 10.0.0.50 - - [2026-03-19 02:27:06] "POST /neutron/port HTTP/1.1" 200 3063 0.022486 10.0.0.50 - - [2026-03-19 02:27:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006314 10.0.0.50 - - [2026-03-19 02:27:06] "POST /neutron/port HTTP/1.1" 200 3063 0.022399 10.0.0.50 - - [2026-03-19 02:27:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005865 10.0.0.50 - - [2026-03-19 02:27:11] "POST /neutron/port HTTP/1.1" 200 3063 0.020512 10.0.0.50 - - [2026-03-19 02:27:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007865 10.0.0.50 - - [2026-03-19 02:27:14] "DELETE /project/e2d8a18ab9014243bc77a67bd7948dc5 HTTP/1.1" 404 173 0.083127 10.0.0.50 - - [2026-03-19 02:27:14] "GET /projects?obj_uuids=7e4e5508-619d-4fca-9086-80b0fdfc801b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001102 10.0.0.50 - - [2026-03-19 02:27:14] "GET /project/7e4e5508-619d-4fca-9086-80b0fdfc801b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.098029 10.0.0.50 - - [2026-03-19 02:27:14] "GET /projects?obj_uuids=7e4e5508-619d-4fca-9086-80b0fdfc801b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001072 10.0.0.50 - - [2026-03-19 02:27:14] "GET /project/7e4e5508-619d-4fca-9086-80b0fdfc801b?fields=security_groups HTTP/1.1" 200 1342 0.065603 10.0.0.50 - - [2026-03-19 02:27:14] "DELETE /security-group/bf3aeb81-f86e-461a-bdd0-bda5aebfa5ba HTTP/1.1" 200 115 0.040173 10.0.0.50 - - [2026-03-19 02:27:14] "GET /projects?obj_uuids=7e4e5508-619d-4fca-9086-80b0fdfc801b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001420 10.0.0.50 - - [2026-03-19 02:27:14] "DELETE /access-control-list/2c009c6b-675a-415c-ab71-f571429db59e HTTP/1.1" 200 115 0.031174 10.0.0.50 - - [2026-03-19 02:27:14] "GET /project/7e4e5508-619d-4fca-9086-80b0fdfc801b?fields=application_policy_sets HTTP/1.1" 200 1381 0.032122 10.0.0.50 - - [2026-03-19 02:27:14] "DELETE /access-control-list/755fb39d-4bd5-4c01-ac03-4474b525c414 HTTP/1.1" 200 115 0.025199 10.0.0.50 - - [2026-03-19 02:27:15] "DELETE /project/7e4e5508-619d-4fca-9086-80b0fdfc801b HTTP/1.1" 200 115 0.436886 10.0.0.50 - - [2026-03-19 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.50 - - [2026-03-19 02:27:16] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003426 10.0.0.50 - - [2026-03-19 02:27:16] "GET /virtual-networks?parent_id=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002754 10.0.0.50 - - [2026-03-19 02:27:16] "GET /virtual-network/ae12b6ae-dd4c-42e5-9daf-e1f3e00e8f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006368 10.0.0.50 - - [2026-03-19 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.50 - - [2026-03-19 02:27:16] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003691 10.0.0.50 - - [2026-03-19 02:27:16] "GET /virtual-networks?parent_id=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004678 10.0.0.50 - - [2026-03-19 02:27:17] "GET /virtual-network/c075b9dc-4c52-4779-a9f0-e1ed7d67e525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005595 10.0.0.50 - - [2026-03-19 02:27:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.003204 10.0.0.50 - - [2026-03-19 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.50 - - [2026-03-19 02:27:17] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001328 10.0.0.50 - - [2026-03-19 02:27:17] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025366 10.0.0.50 - - [2026-03-19 02:27:17] "POST /service-instances HTTP/1.1" 200 543 0.064400 10.0.0.50 - - [2026-03-19 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.50 - - [2026-03-19 02:27:17] "GET /service-instance/ffd6f3e7-2090-444f-8bf7-7cbcc576cb80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.005764 10.0.0.50 - - [2026-03-19 02:27:17] "POST /port-tuples HTTP/1.1" 200 586 0.027467 10.0.0.50 - - [2026-03-19 02:27:17] "GET /virtual-machine-interface/b3563de5-9395-40a4-9318-a5501c746b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.006847 10.0.0.50 - - [2026-03-19 02:27:17] "PUT /virtual-machine-interface/b3563de5-9395-40a4-9318-a5501c746b78 HTTP/1.1" 200 284 0.010609 10.0.0.50 - - [2026-03-19 02:27:17] "POST /ref-update HTTP/1.1" 200 156 0.009786 10.0.0.50 - - [2026-03-19 02:27:17] "POST /instance-ips HTTP/1.1" 200 385 0.025376 10.0.0.50 - - [2026-03-19 02:27:17] "POST /ref-update HTTP/1.1" 200 156 0.010226 10.0.0.50 - - [2026-03-19 02:27:17] "GET /virtual-machine-interface/69342f94-aab2-47a2-916d-48a27d6fee69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005350 10.0.0.50 - - [2026-03-19 02:27:17] "POST /ref-update HTTP/1.1" 200 156 0.011550 10.0.0.50 - - [2026-03-19 02:27:17] "PUT /virtual-machine-interface/69342f94-aab2-47a2-916d-48a27d6fee69 HTTP/1.1" 200 284 0.014267 10.0.0.50 - - [2026-03-19 02:27:17] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002855 10.0.0.50 - - [2026-03-19 02:27:17] "POST /ref-update HTTP/1.1" 200 156 0.008582 10.0.0.50 - - [2026-03-19 02:27:17] "GET /virtual-machine-interface/f0012b13-2a8c-4551-94c6-38f85587f32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2729 0.004658 10.0.0.50 - - [2026-03-19 02:27:17] "POST /instance-ips HTTP/1.1" 200 385 0.031841 10.0.0.50 - - [2026-03-19 02:27:18] "PUT /virtual-machine-interface/f0012b13-2a8c-4551-94c6-38f85587f32e HTTP/1.1" 200 284 0.011493 10.0.0.50 - - [2026-03-19 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.008281 10.0.0.50 - - [2026-03-19 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.010095 10.0.0.50 - - [2026-03-19 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.009278 10.0.0.50 - - [2026-03-19 02:27:18] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003307 10.0.0.50 - - [2026-03-19 02:27:18] "POST /neutron/port HTTP/1.1" 200 1123 0.012746 10.0.0.50 - - [2026-03-19 02:27:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009343 10.0.0.50 - - [2026-03-19 02:27:18] "POST /instance-ips HTTP/1.1" 200 373 0.018468 10.0.0.50 - - [2026-03-19 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.010176 10.0.0.50 - - [2026-03-19 02:27:18] "POST /neutron/port HTTP/1.1" 200 1123 0.020350 10.0.0.50 - - [2026-03-19 02:27:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007749 10.0.0.50 - - [2026-03-19 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.009648 10.0.0.50 - - [2026-03-19 02:27:18] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003046 10.0.0.50 - - [2026-03-19 02:27:18] "POST /neutron/port HTTP/1.1" 200 1123 0.015498 10.0.0.50 - - [2026-03-19 02:27:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005868 10.0.0.50 - - [2026-03-19 02:27:18] "GET /virtual-machine/428c7ea1-9bfd-4fc8-8953-6bbfa01fbd1c HTTP/1.1" 200 1289 0.007555 10.0.0.50 - - [2026-03-19 02:27:18] "GET /virtual-machine-interface/3cbd80c9-db5d-40b4-85c2-60ba2ebb0bcd HTTP/1.1" 200 2945 0.007839 10.0.0.50 - - [2026-03-19 02:27:18] "POST /instance-ips HTTP/1.1" 200 373 0.027619 10.0.0.50 - - [2026-03-19 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.50 - - [2026-03-19 02:27:18] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003741 10.0.0.50 - - [2026-03-19 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.010139 10.0.0.50 - - [2026-03-19 02:27:18] "GET /virtual-networks?parent_id=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005430 10.0.0.50 - - [2026-03-19 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.011004 10.0.0.50 - - [2026-03-19 02:27:18] "GET /virtual-network/ae12b6ae-dd4c-42e5-9daf-e1f3e00e8f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006082 10.0.0.50 - - [2026-03-19 02:27:18] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003376 10.0.0.50 - - [2026-03-19 02:27:18] "POST /instance-ips HTTP/1.1" 200 375 0.021176 10.0.0.50 - - [2026-03-19 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.013678 10.0.0.50 - - [2026-03-19 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.011022 10.0.0.50 - - [2026-03-19 02:27:18] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003065 10.0.0.50 - - [2026-03-19 02:27:18] "POST /instance-ips HTTP/1.1" 200 375 0.017346 10.0.0.50 - - [2026-03-19 02:27:19] "POST /ref-update HTTP/1.1" 200 156 0.011879 10.0.0.50 - - [2026-03-19 02:27:19] "POST /ref-update HTTP/1.1" 200 156 0.009199 10.0.0.50 - - [2026-03-19 02:27:19] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003079 10.0.0.50 - - [2026-03-19 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.50 - - [2026-03-19 02:27:19] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003265 10.0.0.50 - - [2026-03-19 02:27:19] "GET /virtual-networks?parent_id=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004101 10.0.0.50 - - [2026-03-19 02:27:19] "GET /virtual-network/ae12b6ae-dd4c-42e5-9daf-e1f3e00e8f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006037 10.0.0.50 - - [2026-03-19 02:27:20] "POST /neutron/port HTTP/1.1" 200 1124 0.014252 10.0.0.50 - - [2026-03-19 02:27:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008425 10.0.0.50 - - [2026-03-19 02:27:20] "POST /neutron/port HTTP/1.1" 200 1124 0.016046 10.0.0.50 - - [2026-03-19 02:27:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008028 10.0.0.50 - - [2026-03-19 02:27:20] "POST /neutron/port HTTP/1.1" 200 1124 0.013603 10.0.0.50 - - [2026-03-19 02:27:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007421 10.0.0.50 - - [2026-03-19 02:27:20] "GET /virtual-machine/0b853c53-847d-474a-a547-1e4d6b283ccd HTTP/1.1" 200 1289 0.004845 10.0.0.50 - - [2026-03-19 02:27:20] "GET /virtual-machine-interface/94898b9c-e554-4943-991e-46ec2361db02 HTTP/1.1" 200 2950 0.005330 10.0.0.50 - - [2026-03-19 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.50 - - [2026-03-19 02:27:20] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003534 10.0.0.50 - - [2026-03-19 02:27:20] "GET /virtual-networks?parent_id=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003380 10.0.0.50 - - [2026-03-19 02:27:20] "GET /virtual-network/c075b9dc-4c52-4779-a9f0-e1ed7d67e525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007683 10.0.0.50 - - [2026-03-19 02:27:20] "GET /obj-perms HTTP/1.1" 200 5056 0.064728 10.0.0.50 - - [2026-03-19 02:27:21] "GET /obj-perms HTTP/1.1" 200 5056 0.055624 10.0.0.50 - - [2026-03-19 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.50 - - [2026-03-19 02:27:21] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003419 10.0.0.50 - - [2026-03-19 02:27:21] "GET /virtual-networks?parent_id=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003675 10.0.0.50 - - [2026-03-19 02:27:21] "GET /virtual-network/c075b9dc-4c52-4779-a9f0-e1ed7d67e525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007397 10.0.0.50 - - [2026-03-19 02:27:21] "POST /fqname-to-id HTTP/1.1" 404 211 0.003339 10.0.0.50 - - [2026-03-19 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.50 - - [2026-03-19 02:27:21] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001046 10.0.0.50 - - [2026-03-19 02:27:21] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.027706 10.0.0.50 - - [2026-03-19 02:27:22] "POST /network-policys HTTP/1.1" 200 547 0.020296 10.0.0.50 - - [2026-03-19 02:27:22] "GET /network-policy/ef09f388-8876-4104-a803-c7c5874e0e9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004809 10.0.0.50 - - [2026-03-19 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.50 - - [2026-03-19 02:27:22] "GET /virtual-network/ae12b6ae-dd4c-42e5-9daf-e1f3e00e8f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005368 10.0.0.50 - - [2026-03-19 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.50 - - [2026-03-19 02:27:22] "GET /network-policy/ef09f388-8876-4104-a803-c7c5874e0e9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004169 10.0.0.50 - - [2026-03-19 02:27:22] "POST /fqname-to-id HTTP/1.1" 404 242 0.002526 10.0.0.50 - - [2026-03-19 02:27:22] "POST /ref-update HTTP/1.1" 200 156 0.031851 10.0.0.50 - - [2026-03-19 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.50 - - [2026-03-19 02:27:22] "POST /access-control-lists HTTP/1.1" 200 601 0.065345 10.0.0.50 - - [2026-03-19 02:27:22] "GET /network-policy/ef09f388-8876-4104-a803-c7c5874e0e9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003696 10.0.0.50 - - [2026-03-19 02:27:22] "POST /neutron/network HTTP/1.1" 200 921 0.007550 10.0.0.50 - - [2026-03-19 02:27:22] "GET /virtual-network/ae12b6ae-dd4c-42e5-9daf-e1f3e00e8f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005409 10.0.0.50 - - [2026-03-19 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.50 - - [2026-03-19 02:27:22] "GET /network-policy/ef09f388-8876-4104-a803-c7c5874e0e9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003975 10.0.0.50 - - [2026-03-19 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.50 - - [2026-03-19 02:27:22] "GET /virtual-network/c075b9dc-4c52-4779-a9f0-e1ed7d67e525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008690 10.0.0.50 - - [2026-03-19 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.50 - - [2026-03-19 02:27:22] "GET /network-policy/ef09f388-8876-4104-a803-c7c5874e0e9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004208 10.0.0.50 - - [2026-03-19 02:27:22] "POST /ref-update HTTP/1.1" 200 156 0.035172 10.0.0.50 - - [2026-03-19 02:27:22] "PUT /access-control-list/f0244fd9-1252-4d2e-be52-e472c0bf4107 HTTP/1.1" 200 272 0.016749 10.0.0.50 - - [2026-03-19 02:27:22] "POST /fqname-to-id HTTP/1.1" 404 244 0.006451 10.0.0.50 - - [2026-03-19 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.50 - - [2026-03-19 02:27:23] "GET /network-policy/ef09f388-8876-4104-a803-c7c5874e0e9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.036209 10.0.0.50 - - [2026-03-19 02:27:23] "POST /access-control-lists HTTP/1.1" 200 604 0.069620 10.0.0.50 - - [2026-03-19 02:27:23] "POST /neutron/network HTTP/1.1" 200 924 0.008683 10.0.0.50 - - [2026-03-19 02:27:23] "POST /routing-instances HTTP/1.1" 200 759 0.028071 10.0.0.50 - - [2026-03-19 02:27:23] "GET /virtual-network/c075b9dc-4c52-4779-a9f0-e1ed7d67e525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005202 10.0.0.50 - - [2026-03-19 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.010275 10.0.0.50 - - [2026-03-19 02:27:23] "POST /route-targets HTTP/1.1" 200 327 0.012599 10.0.0.50 - - [2026-03-19 02:27:23] "GET /network-policy/ef09f388-8876-4104-a803-c7c5874e0e9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003746 10.0.0.50 - - [2026-03-19 02:27:23] "POST /ref-update HTTP/1.1" 200 156 0.010165 10.0.0.50 - - [2026-03-19 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.50 - - [2026-03-19 02:27:23] "GET /routing-instance/c30eb4de-cfcb-4612-b634-8d1af5ae658f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.004321 10.0.0.50 - - [2026-03-19 02:27:23] "GET /service-template/0e259113-6916-45ff-9c68-bbf15b6e7417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004447 10.0.0.50 - - [2026-03-19 02:27:23] "GET /routing-instance/c30eb4de-cfcb-4612-b634-8d1af5ae658f?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.003930 10.0.0.50 - - [2026-03-19 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.50 - - [2026-03-19 02:27:23] "POST /ref-update HTTP/1.1" 200 156 0.010138 10.0.0.50 - - [2026-03-19 02:27:23] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001148 10.0.0.50 - - [2026-03-19 02:27:23] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.026846 10.0.0.50 - - [2026-03-19 02:27:23] "POST /routing-instances HTTP/1.1" 200 760 0.016508 10.0.0.50 - - [2026-03-19 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.50 - - [2026-03-19 02:27:23] "POST /route-targets HTTP/1.1" 200 327 0.010200 10.0.0.50 - - [2026-03-19 02:27:23] "GET /service-instance/ffd6f3e7-2090-444f-8bf7-7cbcc576cb80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.005591 10.0.0.50 - - [2026-03-19 02:27:23] "POST /ref-update HTTP/1.1" 200 156 0.012486 10.0.0.50 - - [2026-03-19 02:27:23] "GET /domains HTTP/1.1" 200 280 0.003039 10.0.0.50 - - [2026-03-19 02:27:23] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002314 10.0.0.50 - - [2026-03-19 02:27:23] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2770 0.010449 10.0.0.50 - - [2026-03-19 02:27:23] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001113 10.0.0.50 - - [2026-03-19 02:27:23] "GET /routing-instance/aa4349eb-d769-449e-860a-2fe566518174?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.003955 10.0.0.50 - - [2026-03-19 02:27:23] "GET /routing-instance/aa4349eb-d769-449e-860a-2fe566518174?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.002852 10.0.0.50 - - [2026-03-19 02:27:23] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5 HTTP/1.1" 200 4234 0.077031 10.0.0.50 - - [2026-03-19 02:27:23] "GET /service-instance/ffd6f3e7-2090-444f-8bf7-7cbcc576cb80 HTTP/1.1" 200 3784 0.005558 10.0.0.50 - - [2026-03-19 02:27:23] "GET /domains HTTP/1.1" 200 280 0.002867 10.0.0.50 - - [2026-03-19 02:27:23] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.50 - - [2026-03-19 02:27:23] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2770 0.008287 10.0.0.50 - - [2026-03-19 02:27:23] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.50 - - [2026-03-19 02:27:23] "PUT /routing-instance/c30eb4de-cfcb-4612-b634-8d1af5ae658f HTTP/1.1" 200 266 0.014198 10.0.0.50 - - [2026-03-19 02:27:23] "PUT /routing-instance/aa4349eb-d769-449e-860a-2fe566518174 HTTP/1.1" 200 266 0.019457 10.0.0.50 - - [2026-03-19 02:27:23] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5 HTTP/1.1" 200 4234 0.082996 10.0.0.50 - - [2026-03-19 02:27:23] "GET /service-instance/ffd6f3e7-2090-444f-8bf7-7cbcc576cb80 HTTP/1.1" 200 3784 0.005400 10.0.0.50 - - [2026-03-19 02:27:23] "GET /port-tuple/b1a8c486-2ed1-4fa5-952e-effbd39e4990 HTTP/1.1" 200 1980 0.003995 10.0.0.50 - - [2026-03-19 02:27:23] "GET /virtual-machine-interface/69342f94-aab2-47a2-916d-48a27d6fee69 HTTP/1.1" 200 3798 0.005094 10.0.0.50 - - [2026-03-19 02:27:23] "GET /virtual-machine-interface/b3563de5-9395-40a4-9318-a5501c746b78 HTTP/1.1" 200 3817 0.005180 10.0.0.50 - - [2026-03-19 02:27:23] "GET /virtual-machine-interface/f0012b13-2a8c-4551-94c6-38f85587f32e HTTP/1.1" 200 3805 0.005589 10.0.0.50 - - [2026-03-19 02:27:23] "POST /ref-update HTTP/1.1" 200 156 0.016105 10.0.0.50 - - [2026-03-19 02:27:23] "PUT /access-control-list/d5768677-2d9f-491c-8935-471fb8f8c20a HTTP/1.1" 200 272 0.011850 10.0.0.50 - - [2026-03-19 02:27:23] "POST /neutron/port HTTP/1.1" 200 3834 0.048503 10.0.0.50 - - [2026-03-19 02:27:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.019072 10.0.0.50 - - [2026-03-19 02:27:24] "POST /neutron/port HTTP/1.1" 200 3834 0.028545 10.0.0.50 - - [2026-03-19 02:27:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005848 10.0.0.50 - - [2026-03-19 02:27:24] "POST /neutron/port HTTP/1.1" 200 3834 0.033654 10.0.0.50 - - [2026-03-19 02:27:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006620 10.0.0.50 - - [2026-03-19 02:27:24] "POST /neutron/port HTTP/1.1" 200 3834 0.030534 10.0.0.50 - - [2026-03-19 02:27:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006707 10.0.0.50 - - [2026-03-19 02:27:24] "POST /neutron/network HTTP/1.1" 200 895 0.011842 10.0.0.50 - - [2026-03-19 02:27:24] "POST /neutron/network HTTP/1.1" 200 921 0.007058 10.0.0.50 - - [2026-03-19 02:27:24] "POST /neutron/network HTTP/1.1" 200 805 0.011794 10.0.0.50 - - [2026-03-19 02:27:24] "POST /neutron/network HTTP/1.1" 200 831 0.005245 10.0.0.50 - - [2026-03-19 02:27:24] "POST /neutron/network HTTP/1.1" 200 898 0.013486 10.0.0.50 - - [2026-03-19 02:27:24] "POST /neutron/network HTTP/1.1" 200 924 0.004743 10.0.0.50 - - [2026-03-19 02:27:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001071 10.0.0.50 - - [2026-03-19 02:27:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001344 10.0.0.50 - - [2026-03-19 02:27:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.002124 10.0.0.50 - - [2026-03-19 02:27:24] "GET /virtual-machine/5811ecae-8525-4425-b06e-5fb3aaf141a6 HTTP/1.1" 200 1802 0.003806 10.0.0.50 - - [2026-03-19 02:27:24] "GET /virtual-machine-interface/69342f94-aab2-47a2-916d-48a27d6fee69 HTTP/1.1" 200 3798 0.005358 10.0.0.50 - - [2026-03-19 02:27:24] "GET /virtual-machine-interface/b3563de5-9395-40a4-9318-a5501c746b78 HTTP/1.1" 200 3817 0.005616 10.0.0.50 - - [2026-03-19 02:27:24] "GET /virtual-machine-interface/f0012b13-2a8c-4551-94c6-38f85587f32e HTTP/1.1" 200 3805 0.004951 10.0.0.50 - - [2026-03-19 02:27:24] "GET /instance-ip/70c1f644-07a8-43e8-9a3e-97800d518f5e HTTP/1.1" 200 1956 0.004045 10.0.0.50 - - [2026-03-19 02:27:24] "GET /instance-ip/c1ff0f2b-4f0a-4208-a28a-180b89ac7eb0 HTTP/1.1" 200 1623 0.005552 10.0.0.50 - - [2026-03-19 02:27:24] "GET /instance-ip/c833911e-ddad-434c-9af7-321e51bcc49c HTTP/1.1" 200 1955 0.004155 10.0.0.50 - - [2026-03-19 02:27:24] "GET /instance-ip/ac3c586b-6372-4ca8-b4fb-6c254a2d871e HTTP/1.1" 200 1979 0.003869 10.0.0.50 - - [2026-03-19 02:27:24] "GET /instance-ip/e58c6544-b7ec-48b1-bf96-332574366e09 HTTP/1.1" 200 1981 0.004221 10.0.0.50 - - [2026-03-19 02:27:24] "GET /instance-ip/ee88069b-c836-46cf-9506-9b8a006410b2 HTTP/1.1" 200 1621 0.005310 10.0.0.50 - - [2026-03-19 02:27:24] "GET /instance-ip/07e09502-b185-40b7-86e4-fb7310b02155 HTTP/1.1" 200 1622 0.004360 10.0.0.50 - - [2026-03-19 02:27:24] "GET /instance-ip/1a4e2c1c-2728-4872-8665-d6866e64121c HTTP/1.1" 200 1957 0.003603 10.0.0.50 - - [2026-03-19 02:27:24] "GET /instance-ip/521556bc-987a-45c3-8bad-5ef28f3e89cf HTTP/1.1" 200 1960 0.003538 10.0.0.50 - - [2026-03-19 02:27:24] "POST /neutron/port HTTP/1.1" 200 3834 0.032315 10.0.0.50 - - [2026-03-19 02:27:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006068 10.0.0.50 - - [2026-03-19 02:27:24] "POST /neutron/port HTTP/1.1" 200 3834 0.031665 10.0.0.50 - - [2026-03-19 02:27:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006024 10.0.0.50 - - [2026-03-19 02:27:24] "POST /neutron/port HTTP/1.1" 200 3834 0.031672 10.0.0.50 - - [2026-03-19 02:27:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006099 10.0.0.50 - - [2026-03-19 02:27:25] "POST /neutron/port HTTP/1.1" 200 3834 0.034015 10.0.0.50 - - [2026-03-19 02:27:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006215 10.0.0.50 - - [2026-03-19 02:27:25] "GET /virtual-machine/5811ecae-8525-4425-b06e-5fb3aaf141a6 HTTP/1.1" 200 1802 0.004400 10.0.0.50 - - [2026-03-19 02:27:25] "GET /virtual-machine-interface/69342f94-aab2-47a2-916d-48a27d6fee69 HTTP/1.1" 200 3798 0.005655 10.0.0.50 - - [2026-03-19 02:27:25] "GET /virtual-machine-interface/b3563de5-9395-40a4-9318-a5501c746b78 HTTP/1.1" 200 3817 0.005782 10.0.0.50 - - [2026-03-19 02:27:25] "GET /virtual-machine-interface/f0012b13-2a8c-4551-94c6-38f85587f32e HTTP/1.1" 200 3805 0.005291 10.0.0.50 - - [2026-03-19 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.50 - - [2026-03-19 02:27:25] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003272 10.0.0.50 - - [2026-03-19 02:27:25] "GET /virtual-networks?parent_id=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002777 10.0.0.50 - - [2026-03-19 02:27:25] "GET /virtual-network/ae12b6ae-dd4c-42e5-9daf-e1f3e00e8f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006337 10.0.0.50 - - [2026-03-19 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.50 - - [2026-03-19 02:27:26] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003241 10.0.0.50 - - [2026-03-19 02:27:26] "GET /virtual-networks?parent_id=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002956 10.0.0.50 - - [2026-03-19 02:27:26] "GET /virtual-network/ae12b6ae-dd4c-42e5-9daf-e1f3e00e8f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005459 10.0.0.50 - - [2026-03-19 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.50 - - [2026-03-19 02:27:26] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005891 10.0.0.50 - - [2026-03-19 02:27:26] "GET /virtual-networks?parent_id=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002961 10.0.0.50 - - [2026-03-19 02:27:26] "GET /virtual-network/ae12b6ae-dd4c-42e5-9daf-e1f3e00e8f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006839 10.0.0.50 - - [2026-03-19 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.50 - - [2026-03-19 02:27:26] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003479 10.0.0.50 - - [2026-03-19 02:27:26] "GET /virtual-networks?parent_id=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003342 10.0.0.50 - - [2026-03-19 02:27:26] "GET /virtual-network/ae12b6ae-dd4c-42e5-9daf-e1f3e00e8f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005577 10.0.0.50 - - [2026-03-19 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.50 - - [2026-03-19 02:27:27] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003303 10.0.0.50 - - [2026-03-19 02:27:27] "GET /virtual-networks?parent_id=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003051 10.0.0.50 - - [2026-03-19 02:27:27] "GET /virtual-network/ae12b6ae-dd4c-42e5-9daf-e1f3e00e8f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005480 10.0.0.50 - - [2026-03-19 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.50 - - [2026-03-19 02:27:27] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003861 10.0.0.50 - - [2026-03-19 02:27:27] "GET /virtual-networks?parent_id=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003250 10.0.0.50 - - [2026-03-19 02:27:27] "GET /virtual-network/3b8bdf6a-8aee-4d5a-a34b-aaabab70fea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004966 10.0.0.50 - - [2026-03-19 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.50 - - [2026-03-19 02:27:27] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004197 10.0.0.50 - - [2026-03-19 02:27:27] "GET /virtual-networks?parent_id=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003575 10.0.0.50 - - [2026-03-19 02:27:27] "GET /virtual-network/3b8bdf6a-8aee-4d5a-a34b-aaabab70fea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005739 10.0.0.50 - - [2026-03-19 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.50 - - [2026-03-19 02:27:27] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003758 10.0.0.50 - - [2026-03-19 02:27:27] "GET /virtual-networks?parent_id=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004044 10.0.0.50 - - [2026-03-19 02:27:27] "GET /virtual-network/3b8bdf6a-8aee-4d5a-a34b-aaabab70fea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005425 10.0.0.50 - - [2026-03-19 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.50 - - [2026-03-19 02:27:27] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003589 10.0.0.50 - - [2026-03-19 02:27:27] "GET /virtual-networks?parent_id=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003305 10.0.0.50 - - [2026-03-19 02:27:27] "GET /virtual-network/3b8bdf6a-8aee-4d5a-a34b-aaabab70fea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006778 10.0.0.50 - - [2026-03-19 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.50 - - [2026-03-19 02:27:28] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003317 10.0.0.50 - - [2026-03-19 02:27:28] "GET /virtual-networks?parent_id=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003052 10.0.0.50 - - [2026-03-19 02:27:28] "GET /virtual-network/c075b9dc-4c52-4779-a9f0-e1ed7d67e525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006627 10.0.0.50 - - [2026-03-19 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.50 - - [2026-03-19 02:27:28] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004228 10.0.0.50 - - [2026-03-19 02:27:28] "GET /virtual-networks?parent_id=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003013 10.0.0.50 - - [2026-03-19 02:27:28] "GET /virtual-network/c075b9dc-4c52-4779-a9f0-e1ed7d67e525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005957 10.0.0.50 - - [2026-03-19 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.50 - - [2026-03-19 02:27:28] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003708 10.0.0.50 - - [2026-03-19 02:27:28] "GET /virtual-networks?parent_id=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003550 10.0.0.50 - - [2026-03-19 02:27:28] "GET /virtual-network/c075b9dc-4c52-4779-a9f0-e1ed7d67e525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005860 10.0.0.50 - - [2026-03-19 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.50 - - [2026-03-19 02:27:28] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003446 10.0.0.50 - - [2026-03-19 02:27:28] "GET /virtual-networks?parent_id=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004103 10.0.0.50 - - [2026-03-19 02:27:28] "GET /virtual-network/c075b9dc-4c52-4779-a9f0-e1ed7d67e525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005402 10.0.0.50 - - [2026-03-19 02:27:28] "GET /virtual-machine/5811ecae-8525-4425-b06e-5fb3aaf141a6 HTTP/1.1" 200 1802 0.004237 10.0.0.50 - - [2026-03-19 02:27:28] "GET /domains HTTP/1.1" 200 280 0.002441 10.0.0.50 - - [2026-03-19 02:27:28] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001822 10.0.0.50 - - [2026-03-19 02:27:28] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2770 0.008889 10.0.0.50 - - [2026-03-19 02:27:28] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001054 10.0.0.50 - - [2026-03-19 02:27:28] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5 HTTP/1.1" 200 4234 0.064441 10.0.0.50 - - [2026-03-19 02:27:28] "GET /service-instance/ffd6f3e7-2090-444f-8bf7-7cbcc576cb80 HTTP/1.1" 200 3784 0.003236 10.0.0.50 - - [2026-03-19 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002178 10.0.0.50 - - [2026-03-19 02:27:29] "GET /routing-instance/6c2a18c8-bfe2-4ddc-9fdd-a45feab36424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003181 10.0.0.50 - - [2026-03-19 02:27:29] "GET /routing-instance/6c2a18c8-bfe2-4ddc-9fdd-a45feab36424?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.006700 10.0.0.50 - - [2026-03-19 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.50 - - [2026-03-19 02:27:29] "GET /routing-instance/651001f1-bee1-407d-ad83-0faa6be06269?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004313 10.0.0.50 - - [2026-03-19 02:27:29] "GET /routing-instance/651001f1-bee1-407d-ad83-0faa6be06269?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.005367 10.0.0.50 - - [2026-03-19 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.50 - - [2026-03-19 02:27:29] "GET /virtual-network/ae12b6ae-dd4c-42e5-9daf-e1f3e00e8f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007373 10.0.0.50 - - [2026-03-19 02:27:29] "GET /virtual-network/ae12b6ae-dd4c-42e5-9daf-e1f3e00e8f5f?fields=routing_instances HTTP/1.1" 200 1684 0.007710 10.0.0.50 - - [2026-03-19 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.50 - - [2026-03-19 02:27:29] "GET /virtual-network/c075b9dc-4c52-4779-a9f0-e1ed7d67e525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.008865 10.0.0.50 - - [2026-03-19 02:27:29] "GET /virtual-network/c075b9dc-4c52-4779-a9f0-e1ed7d67e525?fields=routing_instances HTTP/1.1" 200 1689 0.012615 10.0.0.50 - - [2026-03-19 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.031498 10.0.0.50 - - [2026-03-19 02:27:33] "DELETE /access-control-list/d5768677-2d9f-491c-8935-471fb8f8c20a HTTP/1.1" 200 115 0.031308 10.0.0.50 - - [2026-03-19 02:27:33] "POST /neutron/network HTTP/1.1" 200 836 0.009312 10.0.0.50 - - [2026-03-19 02:27:33] "GET /virtual-network/c075b9dc-4c52-4779-a9f0-e1ed7d67e525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.009943 10.0.0.50 - - [2026-03-19 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002464 10.0.0.50 - - [2026-03-19 02:27:33] "GET /network-policy/ef09f388-8876-4104-a803-c7c5874e0e9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.010119 10.0.0.50 - - [2026-03-19 02:27:33] "DELETE /routing-instance/c30eb4de-cfcb-4612-b634-8d1af5ae658f HTTP/1.1" 200 115 0.031338 10.0.0.50 - - [2026-03-19 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.50 - - [2026-03-19 02:27:33] "DELETE /route-target/b08ee297-9df6-4b93-bcd0-b36e04a2b9d2 HTTP/1.1" 200 115 0.017601 10.0.0.50 - - [2026-03-19 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.027264 10.0.0.50 - - [2026-03-19 02:27:33] "DELETE /routing-instance/aa4349eb-d769-449e-860a-2fe566518174 HTTP/1.1" 200 115 0.026597 10.0.0.50 - - [2026-03-19 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.50 - - [2026-03-19 02:27:33] "POST /neutron/network HTTP/1.1" 200 833 0.006176 10.0.0.50 - - [2026-03-19 02:27:33] "GET /virtual-network/ae12b6ae-dd4c-42e5-9daf-e1f3e00e8f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004873 10.0.0.50 - - [2026-03-19 02:27:33] "DELETE /route-target/6f503f18-9f50-4d4e-b0a3-8a1cad0d8a29 HTTP/1.1" 200 115 0.014152 10.0.0.50 - - [2026-03-19 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002367 10.0.0.50 - - [2026-03-19 02:27:34] "DELETE /access-control-list/f0244fd9-1252-4d2e-be52-e472c0bf4107 HTTP/1.1" 200 115 0.029041 10.0.0.50 - - [2026-03-19 02:27:34] "GET /network-policy/ef09f388-8876-4104-a803-c7c5874e0e9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004496 10.0.0.50 - - [2026-03-19 02:27:34] "DELETE /network-policy/ef09f388-8876-4104-a803-c7c5874e0e9b HTTP/1.1" 200 115 0.021445 10.0.0.50 - - [2026-03-19 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.50 - - [2026-03-19 02:27:34] "DELETE /service-instance/ffd6f3e7-2090-444f-8bf7-7cbcc576cb80 HTTP/1.1" 200 115 0.049552 10.0.0.50 - - [2026-03-19 02:27:34] "GET /domains HTTP/1.1" 200 280 0.003306 10.0.0.50 - - [2026-03-19 02:27:34] "POST /ref-update HTTP/1.1" 200 156 0.021134 10.0.0.50 - - [2026-03-19 02:27:34] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002933 10.0.0.50 - - [2026-03-19 02:27:34] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2770 0.016677 10.0.0.50 - - [2026-03-19 02:27:34] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001000 10.0.0.50 - - [2026-03-19 02:27:34] "DELETE /instance-ip/c833911e-ddad-434c-9af7-321e51bcc49c HTTP/1.1" 200 115 0.034357 10.0.0.50 - - [2026-03-19 02:27:34] "POST /ref-update HTTP/1.1" 200 156 0.009876 10.0.0.50 - - [2026-03-19 02:27:34] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5 HTTP/1.1" 200 3760 0.066319 10.0.0.50 - - [2026-03-19 02:27:34] "GET /virtual-machine/5811ecae-8525-4425-b06e-5fb3aaf141a6 HTTP/1.1" 200 1802 0.003557 10.0.0.50 - - [2026-03-19 02:27:34] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002503 10.0.0.50 - - [2026-03-19 02:27:34] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002043 10.0.0.50 - - [2026-03-19 02:27:34] "DELETE /instance-ip/1a4e2c1c-2728-4872-8665-d6866e64121c HTTP/1.1" 200 115 0.023489 10.0.0.50 - - [2026-03-19 02:27:34] "POST /ref-update HTTP/1.1" 200 156 0.011098 10.0.0.50 - - [2026-03-19 02:27:34] "DELETE /instance-ip/e58c6544-b7ec-48b1-bf96-332574366e09 HTTP/1.1" 200 115 0.031466 10.0.0.50 - - [2026-03-19 02:27:34] "POST /ref-update HTTP/1.1" 200 156 0.011092 10.0.0.50 - - [2026-03-19 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.50 - - [2026-03-19 02:27:34] "DELETE /service-template/0e259113-6916-45ff-9c68-bbf15b6e7417 HTTP/1.1" 200 115 0.036464 10.0.0.50 - - [2026-03-19 02:27:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.009256 10.0.0.50 - - [2026-03-19 02:27:34] "DELETE /instance-ip/521556bc-987a-45c3-8bad-5ef28f3e89cf HTTP/1.1" 200 115 0.043879 10.0.0.50 - - [2026-03-19 02:27:34] "POST /ref-update HTTP/1.1" 200 156 0.021770 10.0.0.50 - - [2026-03-19 02:27:34] "DELETE /instance-ip/ac3c586b-6372-4ca8-b4fb-6c254a2d871e HTTP/1.1" 200 115 0.034592 10.0.0.50 - - [2026-03-19 02:27:34] "POST /ref-update HTTP/1.1" 200 156 0.010006 10.0.0.50 - - [2026-03-19 02:27:34] "DELETE /instance-ip/70c1f644-07a8-43e8-9a3e-97800d518f5e HTTP/1.1" 200 115 0.025248 10.0.0.50 - - [2026-03-19 02:27:34] "POST /neutron/network HTTP/1.1" 200 836 0.007924 10.0.0.50 - - [2026-03-19 02:27:34] "POST /neutron/network HTTP/1.1" 400 204 0.016034 10.0.0.50 - - [2026-03-19 02:27:35] "POST /neutron/port HTTP/1.1" 200 1124 0.016350 10.0.0.50 - - [2026-03-19 02:27:35] "POST /neutron/port HTTP/1.1" 200 1114 0.010374 10.0.0.50 - - [2026-03-19 02:27:35] "POST /neutron/port HTTP/1.1" 200 1123 0.013481 10.0.0.50 - - [2026-03-19 02:27:35] "POST /neutron/port HTTP/1.1" 200 1113 0.010730 10.0.0.50 - - [2026-03-19 02:27:35] "POST /neutron/port HTTP/1.1" 200 151 0.151683 10.0.0.50 - - [2026-03-19 02:27:35] "POST /neutron/port HTTP/1.1" 200 151 0.150748 10.0.0.50 - - [2026-03-19 02:27:35] "POST /neutron/port HTTP/1.1" 200 3063 0.022806 10.0.0.50 - - [2026-03-19 02:27:35] "POST /neutron/port HTTP/1.1" 200 1111 0.014687 10.0.0.50 - - [2026-03-19 02:27:35] "POST /neutron/port HTTP/1.1" 200 151 0.144355 10.0.0.50 - - [2026-03-19 02:27:35] "POST /neutron/port HTTP/1.1" 200 1114 0.019538 10.0.0.50 - - [2026-03-19 02:27:35] "POST /neutron/port HTTP/1.1" 200 151 0.116024 10.0.0.50 - - [2026-03-19 02:27:35] "POST /neutron/port HTTP/1.1" 200 1113 0.010971 10.0.0.50 - - [2026-03-19 02:27:36] "POST /neutron/port HTTP/1.1" 200 151 0.133396 10.0.0.50 - - [2026-03-19 02:27:36] "POST /neutron/network HTTP/1.1" 200 836 0.005578 10.0.0.50 - - [2026-03-19 02:27:36] "POST /useragent-kv HTTP/1.1" 200 115 0.006386 10.0.0.50 - - [2026-03-19 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.50 - - [2026-03-19 02:27:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001966 10.0.0.50 - - [2026-03-19 02:27:36] "POST /neutron/network HTTP/1.1" 200 151 0.092675 10.0.0.50 - - [2026-03-19 02:27:36] "GET /routing-instance/651001f1-bee1-407d-ad83-0faa6be06269 HTTP/1.1" 404 171 0.004281 10.0.0.50 - - [2026-03-19 02:27:36] "DELETE /route-target/03b71b0b-d91c-45f0-a92f-e9061bd57f69 HTTP/1.1" 200 115 0.025153 10.0.0.50 - - [2026-03-19 02:27:36] "GET /domains HTTP/1.1" 200 280 0.004330 10.0.0.50 - - [2026-03-19 02:27:36] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.50 - - [2026-03-19 02:27:37] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2570 0.054919 10.0.0.50 - - [2026-03-19 02:27:37] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001543 10.0.0.50 - - [2026-03-19 02:27:37] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5 HTTP/1.1" 200 2299 0.073816 10.0.0.50 - - [2026-03-19 02:27:37] "POST /neutron/network HTTP/1.1" 200 833 0.005269 10.0.0.50 - - [2026-03-19 02:27:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003491 10.0.0.50 - - [2026-03-19 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.50 - - [2026-03-19 02:27:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002752 10.0.0.50 - - [2026-03-19 02:27:37] "POST /neutron/network HTTP/1.1" 200 151 0.081703 10.0.0.50 - - [2026-03-19 02:27:37] "DELETE /route-target/6fafa663-2c58-44ca-9e96-f8e35f1c0484 HTTP/1.1" 200 115 0.016526 10.0.0.50 - - [2026-03-19 02:27:37] "GET /routing-instance/6c2a18c8-bfe2-4ddc-9fdd-a45feab36424 HTTP/1.1" 404 171 0.002859 10.0.0.50 - - [2026-03-19 02:27:37] "GET /domains HTTP/1.1" 200 280 0.002578 10.0.0.50 - - [2026-03-19 02:27:37] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001253 10.0.0.50 - - [2026-03-19 02:27:37] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2570 0.050185 10.0.0.50 - - [2026-03-19 02:27:37] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001791 10.0.0.50 - - [2026-03-19 02:27:37] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5 HTTP/1.1" 200 2081 0.071465 10.0.0.50 - - [2026-03-19 02:27:37] "POST /neutron/network HTTP/1.1" 200 831 0.005523 10.0.0.50 - - [2026-03-19 02:27:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003082 10.0.0.50 - - [2026-03-19 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.50 - - [2026-03-19 02:27:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001955 10.0.0.50 - - [2026-03-19 02:27:37] "POST /neutron/network HTTP/1.1" 200 151 0.075134 10.0.0.50 - - [2026-03-19 02:27:37] "GET /routing-instance/ead777b8-37bf-4c93-a81e-9fc8d193b4dd HTTP/1.1" 404 171 0.002782 10.0.0.50 - - [2026-03-19 02:27:37] "GET /domains HTTP/1.1" 200 280 0.006033 10.0.0.50 - - [2026-03-19 02:27:37] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001369 10.0.0.50 - - [2026-03-19 02:27:37] "DELETE /route-target/7d2f1452-d9d2-4b8e-b8fb-f689f4450e4e HTTP/1.1" 200 115 0.032431 10.0.0.50 - - [2026-03-19 02:27:37] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2570 0.055634 10.0.0.50 - - [2026-03-19 02:27:37] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001870 10.0.0.50 - - [2026-03-19 02:27:37] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5 HTTP/1.1" 200 1841 0.069805 10.0.0.50 - - [2026-03-19 02:27:38] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001460 10.0.0.50 - - [2026-03-19 02:27:38] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.081560 10.0.0.50 - - [2026-03-19 02:27:38] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001656 10.0.0.50 - - [2026-03-19 02:27:38] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5?fields=virtual_networks HTTP/1.1" 200 1029 0.028678 10.0.0.50 - - [2026-03-19 02:27:38] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001143 10.0.0.50 - - [2026-03-19 02:27:38] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.029922 10.0.0.50 - - [2026-03-19 02:27:38] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001085 10.0.0.50 - - [2026-03-19 02:27:38] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5?fields=security_groups HTTP/1.1" 200 1253 0.025072 10.0.0.50 - - [2026-03-19 02:27:39] "POST /fqname-to-id HTTP/1.1" 404 189 0.032156 10.0.0.50 - - [2026-03-19 02:27:39] "GET /projects?obj_uuids=c39d7b00-25e3-4ec1-a58d-06222db43748&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002419 10.0.0.50 - - [2026-03-19 02:27:39] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001069 10.0.0.50 - - [2026-03-19 02:27:39] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007595 10.0.0.50 - - [2026-03-19 02:27:39] "POST /id-to-fqname HTTP/1.1" 200 191 0.001336 10.0.0.50 - - [2026-03-19 02:27:39] "POST /fqname-to-id HTTP/1.1" 404 200 0.003446 10.0.0.50 - - [2026-03-19 02:27:39] "POST /security-groups HTTP/1.1" 200 592 0.064991 10.0.0.50 - - [2026-03-19 02:27:39] "POST /fqname-to-id HTTP/1.1" 404 235 0.003297 10.0.0.50 - - [2026-03-19 02:27:39] "POST /projects HTTP/1.1" 200 587 0.221994 10.0.0.50 - - [2026-03-19 02:27:39] "POST /access-control-lists HTTP/1.1" 200 597 0.061518 10.0.0.50 - - [2026-03-19 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.298800 10.0.0.50 - - [2026-03-19 02:27:39] "POST /fqname-to-id HTTP/1.1" 404 234 0.003192 10.0.0.50 - - [2026-03-19 02:27:39] "GET /project/c39d7b00-25e3-4ec1-a58d-06222db43748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.436358 10.0.0.50 - - [2026-03-19 02:27:39] "POST /access-control-lists HTTP/1.1" 200 595 0.060859 10.0.0.50 - - [2026-03-19 02:27:40] "GET / HTTP/1.1" 200 35931 0.001802 10.0.0.50 - - [2026-03-19 02:27:42] "GET /project/c39d7b00-25e3-4ec1-a58d-06222db43748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000613 10.0.0.50 - - [2026-03-19 02:27:42] "GET /projects?obj_uuids=c39d7b00-25e3-4ec1-a58d-06222db43748&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001366 10.0.0.50 - - [2026-03-19 02:27:42] "GET /project/c39d7b00-25e3-4ec1-a58d-06222db43748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.060578 10.0.0.50 - - [2026-03-19 02:27:42] "POST /fqname-to-id HTTP/1.1" 404 180 0.002845 10.0.0.50 - - [2026-03-19 02:27:42] "POST /virtual-DNSs HTTP/1.1" 200 507 0.016782 10.0.0.50 - - [2026-03-19 02:27:42] "GET /virtual-DNS/e79e38ea-df3b-4f32-beb6-17f4a36cbf8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004944 10.0.0.50 - - [2026-03-19 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.50 - - [2026-03-19 02:27:42] "GET /virtual-DNS/e79e38ea-df3b-4f32-beb6-17f4a36cbf8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004807 10.0.0.50 - - [2026-03-19 02:27:42] "GET /domains HTTP/1.1" 401 292 0.000514 10.0.0.50 - - [2026-03-19 02:27:43] "GET /domains HTTP/1.1" 200 280 0.034091 10.0.0.50 - - [2026-03-19 02:27:43] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001573 10.0.0.50 - - [2026-03-19 02:27:43] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2957 0.009875 10.0.0.50 - - [2026-03-19 02:27:43] "GET /virtual-DNS/e79e38ea-df3b-4f32-beb6-17f4a36cbf8b HTTP/1.1" 200 1439 0.004470 10.0.0.50 - - [2026-03-19 02:27:43] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002384 10.0.0.50 - - [2026-03-19 02:27:43] "POST /network-ipams HTTP/1.1" 200 514 0.017920 10.0.0.50 - - [2026-03-19 02:27:43] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002492 10.0.0.50 - - [2026-03-19 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.50 - - [2026-03-19 02:27:43] "GET /network-ipam/a35f4084-7e38-4ab8-a15a-06bc9ba674d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.004448 10.0.0.50 - - [2026-03-19 02:27:43] "PUT /network-ipam/a35f4084-7e38-4ab8-a15a-06bc9ba674d3 HTTP/1.1" 200 258 0.009209 10.0.0.50 - - [2026-03-19 02:27:43] "POST /ref-update HTTP/1.1" 200 156 0.008866 10.0.0.50 - - [2026-03-19 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.50 - - [2026-03-19 02:27:43] "GET /projects?obj_uuids=c39d7b00-25e3-4ec1-a58d-06222db43748&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001200 10.0.0.50 - - [2026-03-19 02:27:43] "GET /project/c39d7b00-25e3-4ec1-a58d-06222db43748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.024750 10.0.0.50 - - [2026-03-19 02:27:43] "POST /neutron/network HTTP/1.1" 200 117 0.040386 10.0.0.50 - - [2026-03-19 02:27:43] "GET /projects?obj_uuids=c39d7b00-25e3-4ec1-a58d-06222db43748&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001032 10.0.0.50 - - [2026-03-19 02:27:43] "POST /neutron/network HTTP/1.1" 200 618 0.065245 10.0.0.50 - - [2026-03-19 02:27:43] "POST /route-targets HTTP/1.1" 200 327 0.011057 10.0.0.50 - - [2026-03-19 02:27:43] "POST /ref-update HTTP/1.1" 200 156 0.016680 10.0.0.50 - - [2026-03-19 02:27:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003227 10.0.0.50 - - [2026-03-19 02:27:43] "POST /neutron/subnet HTTP/1.1" 200 711 0.212655 10.0.0.50 - - [2026-03-19 02:27:43] "POST /neutron/network HTTP/1.1" 200 833 0.005369 10.0.0.50 - - [2026-03-19 02:27:43] "POST /id-to-fqname HTTP/1.1" 200 227 0.001095 10.0.0.50 - - [2026-03-19 02:27:43] "GET /virtual-network/e55c6e82-0969-441f-a4f0-4a6aaa2d751d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005733 10.0.0.50 - - [2026-03-19 02:27:43] "POST /neutron/network HTTP/1.1" 200 833 0.006943 10.0.0.50 - - [2026-03-19 02:27:43] "GET /virtual-network/e55c6e82-0969-441f-a4f0-4a6aaa2d751d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005021 10.0.0.50 - - [2026-03-19 02:27:44] "POST /neutron/network HTTP/1.1" 200 833 0.005959 10.0.0.50 - - [2026-03-19 02:27:44] "POST /neutron/subnet HTTP/1.1" 200 711 0.007149 10.0.0.50 - - [2026-03-19 02:27:44] "POST /neutron/network HTTP/1.1" 200 807 0.010220 10.0.0.50 - - [2026-03-19 02:27:44] "POST /neutron/network HTTP/1.1" 200 833 0.005616 10.0.0.50 - - [2026-03-19 02:27:44] "POST /id-to-fqname HTTP/1.1" 200 227 0.001818 10.0.0.50 - - [2026-03-19 02:27:44] "POST /neutron/network HTTP/1.1" 200 843 0.009045 10.0.0.50 - - [2026-03-19 02:27:44] "GET /aaa-mode HTTP/1.1" 401 292 0.000459 10.0.0.50 - - [2026-03-19 02:27:44] "GET / HTTP/1.1" 200 35931 0.002635 10.0.0.50 - - [2026-03-19 02:27:44] "GET /project/c39d7b00-25e3-4ec1-a58d-06222db43748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000532 10.0.0.50 - - [2026-03-19 02:27:45] "GET /projects?obj_uuids=c39d7b00-25e3-4ec1-a58d-06222db43748&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001361 10.0.0.50 - - [2026-03-19 02:27:45] "GET /project/c39d7b00-25e3-4ec1-a58d-06222db43748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.063639 10.0.0.50 - - [2026-03-19 02:27:45] "POST /neutron/network HTTP/1.1" 200 833 0.038884 10.0.0.50 - - [2026-03-19 02:27:45] "POST /neutron/port HTTP/1.1" 200 117 0.007686 10.0.0.50 - - [2026-03-19 02:27:45] "POST /neutron/port HTTP/1.1" 200 117 0.005411 10.0.0.50 - - [2026-03-19 02:27:45] "POST /neutron/port HTTP/1.1" 200 117 0.005659 10.0.0.50 - - [2026-03-19 02:27:45] "POST /neutron/network HTTP/1.1" 200 843 0.005668 10.0.0.50 - - [2026-03-19 02:27:45] "GET /projects?obj_uuids=c39d7b00-25e3-4ec1-a58d-06222db43748&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001102 10.0.0.50 - - [2026-03-19 02:27:46] "POST /neutron/port HTTP/1.1" 200 1058 0.222714 10.0.0.50 - - [2026-03-19 02:27:46] "POST /neutron/port HTTP/1.1" 200 1058 0.041053 10.0.0.50 - - [2026-03-19 02:27:46] "POST /neutron/port HTTP/1.1" 200 1058 0.011467 10.0.0.50 - - [2026-03-19 02:27:46] "POST /neutron/port HTTP/1.1" 200 1112 0.060562 10.0.0.50 - - [2026-03-19 02:27:46] "POST /neutron/port HTTP/1.1" 200 1122 0.013187 10.0.0.50 - - [2026-03-19 02:27:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003552 10.0.0.50 - - [2026-03-19 02:27:46] "POST /neutron/subnet HTTP/1.1" 200 685 0.007926 10.0.0.50 - - [2026-03-19 02:27:46] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.50 - - [2026-03-19 02:27:46] "POST /neutron/network HTTP/1.1" 200 833 0.005946 10.0.0.50 - - [2026-03-19 02:27:50] "POST /neutron/port HTTP/1.1" 200 1122 0.014305 10.0.0.50 - - [2026-03-19 02:27:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007439 10.0.0.50 - - [2026-03-19 02:27:50] "POST /neutron/port HTTP/1.1" 200 1122 0.014911 10.0.0.50 - - [2026-03-19 02:27:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006875 10.0.0.50 - - [2026-03-19 02:27:50] "POST /neutron/port HTTP/1.1" 200 1122 0.015151 10.0.0.50 - - [2026-03-19 02:27:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006969 10.0.0.50 - - [2026-03-19 02:27:50] "GET /virtual-machine/d9745344-adcd-4c62-98f5-81e498a79962 HTTP/1.1" 200 1294 0.005038 10.0.0.50 - - [2026-03-19 02:27:50] "GET /virtual-machine-interface/b1177008-47d3-4481-a744-51755a626c08 HTTP/1.1" 200 2965 0.004866 10.0.0.50 - - [2026-03-19 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.50 - - [2026-03-19 02:27:50] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004220 10.0.0.50 - - [2026-03-19 02:27:50] "GET /virtual-networks?parent_id=c39d7b00-25e3-4ec1-a58d-06222db43748&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003141 10.0.0.50 - - [2026-03-19 02:27:50] "GET /virtual-network/e55c6e82-0969-441f-a4f0-4a6aaa2d751d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006755 10.0.0.50 - - [2026-03-19 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.50 - - [2026-03-19 02:27:54] "GET /virtual-network/e55c6e82-0969-441f-a4f0-4a6aaa2d751d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006786 10.0.0.50 - - [2026-03-19 02:27:56] "POST /neutron/port HTTP/1.1" 200 1122 0.044567 10.0.0.50 - - [2026-03-19 02:27:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005453 10.0.0.50 - - [2026-03-19 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.50 - - [2026-03-19 02:27:58] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002915 10.0.0.50 - - [2026-03-19 02:27:58] "GET /virtual-networks?parent_id=c39d7b00-25e3-4ec1-a58d-06222db43748&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003156 10.0.0.50 - - [2026-03-19 02:27:58] "GET /virtual-network/e55c6e82-0969-441f-a4f0-4a6aaa2d751d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005594 10.0.0.50 - - [2026-03-19 02:28:02] "POST /neutron/network HTTP/1.1" 200 807 0.010782 10.0.0.50 - - [2026-03-19 02:28:02] "POST /neutron/network HTTP/1.1" 200 833 0.005225 10.0.0.50 - - [2026-03-19 02:28:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.001218 10.0.0.50 - - [2026-03-19 02:28:02] "POST /neutron/port HTTP/1.1" 200 1122 0.012102 10.0.0.50 - - [2026-03-19 02:28:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006396 10.0.0.50 - - [2026-03-19 02:28:03] "POST /neutron/network HTTP/1.1" 200 843 0.007349 10.0.0.50 - - [2026-03-19 02:28:03] "GET /aaa-mode HTTP/1.1" 401 292 0.000458 10.0.0.50 - - [2026-03-19 02:28:03] "GET / HTTP/1.1" 200 35931 0.001709 10.0.0.50 - - [2026-03-19 02:28:03] "GET /project/c39d7b00-25e3-4ec1-a58d-06222db43748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000398 10.0.0.50 - - [2026-03-19 02:28:03] "GET /projects?obj_uuids=c39d7b00-25e3-4ec1-a58d-06222db43748&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001337 10.0.0.50 - - [2026-03-19 02:28:03] "GET /project/c39d7b00-25e3-4ec1-a58d-06222db43748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.053695 10.0.0.50 - - [2026-03-19 02:28:03] "POST /neutron/network HTTP/1.1" 200 833 0.005240 10.0.0.50 - - [2026-03-19 02:28:03] "POST /neutron/port HTTP/1.1" 200 1122 0.015998 10.0.0.50 - - [2026-03-19 02:28:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007260 10.0.0.50 - - [2026-03-19 02:28:04] "POST /neutron/port HTTP/1.1" 200 117 0.008275 10.0.0.50 - - [2026-03-19 02:28:04] "POST /neutron/port HTTP/1.1" 200 117 0.005184 10.0.0.50 - - [2026-03-19 02:28:04] "POST /neutron/network HTTP/1.1" 200 843 0.008147 10.0.0.50 - - [2026-03-19 02:28:04] "GET /projects?obj_uuids=c39d7b00-25e3-4ec1-a58d-06222db43748&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001748 10.0.0.50 - - [2026-03-19 02:28:04] "POST /neutron/port HTTP/1.1" 200 1058 0.230418 10.0.0.50 - - [2026-03-19 02:28:04] "POST /neutron/port HTTP/1.1" 200 1058 0.014368 10.0.0.50 - - [2026-03-19 02:28:04] "POST /neutron/port HTTP/1.1" 200 1058 0.011743 10.0.0.50 - - [2026-03-19 02:28:04] "POST /neutron/port HTTP/1.1" 200 1112 0.070818 10.0.0.50 - - [2026-03-19 02:28:04] "POST /neutron/port HTTP/1.1" 200 1122 0.024569 10.0.0.50 - - [2026-03-19 02:28:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005604 10.0.0.50 - - [2026-03-19 02:28:04] "POST /neutron/subnet HTTP/1.1" 200 685 0.007370 10.0.0.50 - - [2026-03-19 02:28:04] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.50 - - [2026-03-19 02:28:04] "POST /neutron/network HTTP/1.1" 200 833 0.005204 10.0.0.50 - - [2026-03-19 02:28:05] "POST /neutron/port HTTP/1.1" 200 1122 0.015658 10.0.0.50 - - [2026-03-19 02:28:05] "POST /neutron/port HTTP/1.1" 200 1122 0.013928 10.0.0.50 - - [2026-03-19 02:28:05] "POST /neutron/network HTTP/1.1" 200 843 0.013691 10.0.0.50 - - [2026-03-19 02:28:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003373 10.0.0.50 - - [2026-03-19 02:28:05] "POST /neutron/subnet HTTP/1.1" 200 685 0.007528 10.0.0.50 - - [2026-03-19 02:28:05] "POST /neutron/port HTTP/1.1" 200 117 0.001344 10.0.0.50 - - [2026-03-19 02:28:05] "POST /neutron/network HTTP/1.1" 200 833 0.006108 10.0.0.50 - - [2026-03-19 02:28:09] "POST /neutron/port HTTP/1.1" 200 1122 0.014300 10.0.0.50 - - [2026-03-19 02:28:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006718 10.0.0.50 - - [2026-03-19 02:28:09] "POST /neutron/port HTTP/1.1" 200 1122 0.014012 10.0.0.50 - - [2026-03-19 02:28:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006897 10.0.0.50 - - [2026-03-19 02:28:09] "POST /neutron/port HTTP/1.1" 200 1122 0.014494 10.0.0.50 - - [2026-03-19 02:28:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006309 10.0.0.50 - - [2026-03-19 02:28:09] "GET /virtual-machine/6ce03a8e-e007-45f6-a9cb-a952bece4842 HTTP/1.1" 200 1293 0.005245 10.0.0.50 - - [2026-03-19 02:28:09] "GET /virtual-machine-interface/61d3cd7b-f733-4c01-97d0-2eaba7bc9f70 HTTP/1.1" 200 2964 0.004803 10.0.0.50 - - [2026-03-19 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.50 - - [2026-03-19 02:28:09] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003270 10.0.0.50 - - [2026-03-19 02:28:09] "GET /virtual-networks?parent_id=c39d7b00-25e3-4ec1-a58d-06222db43748&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003148 10.0.0.50 - - [2026-03-19 02:28:09] "GET /virtual-network/e55c6e82-0969-441f-a4f0-4a6aaa2d751d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005416 10.0.0.50 - - [2026-03-19 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.50 - - [2026-03-19 02:28:12] "GET /virtual-network/e55c6e82-0969-441f-a4f0-4a6aaa2d751d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006725 10.0.0.50 - - [2026-03-19 02:28:14] "POST /neutron/port HTTP/1.1" 200 1122 0.013202 10.0.0.50 - - [2026-03-19 02:28:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005619 10.0.0.50 - - [2026-03-19 02:28:15] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001435 10.0.0.50 - - [2026-03-19 02:28:15] "DELETE /project/c39d7b0025e34ec1a58d06222db43748 HTTP/1.1" 404 173 0.007039 10.0.0.50 - - [2026-03-19 02:28:15] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.023969 10.0.0.50 - - [2026-03-19 02:28:15] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001398 10.0.0.50 - - [2026-03-19 02:28:15] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5?fields=security_groups HTTP/1.1" 200 1358 0.069493 10.0.0.50 - - [2026-03-19 02:28:15] "DELETE /security-group/0299c0e4-3de2-4978-8d7f-52f23f0ef45f HTTP/1.1" 200 115 0.050272 10.0.0.50 - - [2026-03-19 02:28:15] "GET /projects?obj_uuids=e2d8a18a-b901-4243-bc77-a67bd7948dc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.50 - - [2026-03-19 02:28:15] "GET /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5?fields=application_policy_sets HTTP/1.1" 200 1397 0.030149 10.0.0.50 - - [2026-03-19 02:28:15] "DELETE /access-control-list/08a475f8-93b1-4a2c-bdc9-4872868c8c1e HTTP/1.1" 200 115 0.048387 10.0.0.50 - - [2026-03-19 02:28:15] "DELETE /access-control-list/e61a8e0f-f736-42c4-943c-ba4c25247949 HTTP/1.1" 200 115 0.017543 10.0.0.50 - - [2026-03-19 02:28:15] "DELETE /project/e2d8a18a-b901-4243-bc77-a67bd7948dc5 HTTP/1.1" 200 115 0.354650 10.0.0.50 - - [2026-03-19 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.50 - - [2026-03-19 02:28:16] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003291 10.0.0.50 - - [2026-03-19 02:28:16] "GET /virtual-networks?parent_id=c39d7b00-25e3-4ec1-a58d-06222db43748&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003125 10.0.0.50 - - [2026-03-19 02:28:16] "GET /virtual-network/e55c6e82-0969-441f-a4f0-4a6aaa2d751d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005801 10.0.0.50 - - [2026-03-19 02:28:17] "POST /neutron/port HTTP/1.1" 200 1122 0.013865 10.0.0.50 - - [2026-03-19 02:28:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006920 10.0.0.50 - - [2026-03-19 02:28:21] "GET /obj-perms HTTP/1.1" 200 5056 0.080027 10.0.0.50 - - [2026-03-19 02:28:21] "GET /obj-perms HTTP/1.1" 200 5056 0.062605 10.0.0.50 - - [2026-03-19 02:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.50 - - [2026-03-19 02:28:29] "DELETE /virtual-DNS/e79e38ea-df3b-4f32-beb6-17f4a36cbf8b HTTP/1.1" 409 235 0.006387 10.0.0.50 - - [2026-03-19 02:28:29] "POST /fqname-to-id HTTP/1.1" 404 192 0.003270 10.0.0.50 - - [2026-03-19 02:28:29] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.016337 10.0.0.50 - - [2026-03-19 02:28:29] "GET /virtual-DNS-record/961027c0-5c32-408f-a49d-af7dc3ee2f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004522 10.0.0.50 - - [2026-03-19 02:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.50 - - [2026-03-19 02:28:29] "GET /virtual-DNS-record/961027c0-5c32-408f-a49d-af7dc3ee2f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003639 10.0.0.50 - - [2026-03-19 02:28:29] "GET /domains HTTP/1.1" 200 280 0.003040 10.0.0.50 - - [2026-03-19 02:28:29] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.50 - - [2026-03-19 02:28:29] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2773 0.009811 10.0.0.50 - - [2026-03-19 02:28:29] "GET /virtual-DNS/e79e38ea-df3b-4f32-beb6-17f4a36cbf8b HTTP/1.1" 200 1908 0.004487 10.0.0.50 - - [2026-03-19 02:28:29] "GET /virtual-DNS-record/961027c0-5c32-408f-a49d-af7dc3ee2f84 HTTP/1.1" 200 1337 0.003374 10.0.0.50 - - [2026-03-19 02:28:34] "DELETE /virtual-DNS-record/961027c0-5c32-408f-a49d-af7dc3ee2f84 HTTP/1.1" 200 115 0.020733 10.0.0.50 - - [2026-03-19 02:28:34] "POST /fqname-to-id HTTP/1.1" 404 184 0.002948 10.0.0.50 - - [2026-03-19 02:28:35] "POST /neutron/network HTTP/1.1" 200 833 0.008260 10.0.0.50 - - [2026-03-19 02:28:35] "POST /neutron/network HTTP/1.1" 400 204 0.010685 10.0.0.50 - - [2026-03-19 02:28:35] "POST /neutron/port HTTP/1.1" 200 1122 0.014539 10.0.0.50 - - [2026-03-19 02:28:35] "POST /neutron/port HTTP/1.1" 200 1112 0.012962 10.0.0.50 - - [2026-03-19 02:28:35] "POST /neutron/port HTTP/1.1" 200 1122 0.011469 10.0.0.50 - - [2026-03-19 02:28:35] "POST /neutron/port HTTP/1.1" 200 1112 0.011329 10.0.0.50 - - [2026-03-19 02:28:35] "POST /neutron/port HTTP/1.1" 200 151 0.115655 10.0.0.50 - - [2026-03-19 02:28:35] "POST /neutron/port HTTP/1.1" 200 151 0.112981 10.0.0.50 - - [2026-03-19 02:28:37] "POST /neutron/network HTTP/1.1" 200 833 0.006070 10.0.0.50 - - [2026-03-19 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.50 - - [2026-03-19 02:28:37] "DELETE /route-target/8d7dba21-590c-4753-8ef4-c3893d3f6a87 HTTP/1.1" 200 115 0.044930 10.0.0.50 - - [2026-03-19 02:28:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003049 10.0.0.50 - - [2026-03-19 02:28:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002848 10.0.0.50 - - [2026-03-19 02:28:37] "POST /neutron/network HTTP/1.1" 200 151 0.195767 10.0.0.50 - - [2026-03-19 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002613 10.0.0.50 - - [2026-03-19 02:28:37] "DELETE /network-ipam/a35f4084-7e38-4ab8-a15a-06bc9ba674d3 HTTP/1.1" 200 115 0.028136 10.0.0.50 - - [2026-03-19 02:28:37] "DELETE /virtual-DNS/e79e38ea-df3b-4f32-beb6-17f4a36cbf8b HTTP/1.1" 200 115 0.030314 10.0.0.50 - - [2026-03-19 02:28:37] "POST /fqname-to-id HTTP/1.1" 404 180 0.006443 10.0.0.50 - - [2026-03-19 02:28:37] "GET /domains HTTP/1.1" 200 280 0.003448 10.0.0.50 - - [2026-03-19 02:28:37] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001074 10.0.0.50 - - [2026-03-19 02:28:37] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2573 0.008566 10.0.0.50 - - [2026-03-19 02:28:37] "GET /projects?obj_uuids=c39d7b00-25e3-4ec1-a58d-06222db43748&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001145 10.0.0.50 - - [2026-03-19 02:28:37] "GET /project/c39d7b00-25e3-4ec1-a58d-06222db43748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.027532 10.0.0.50 - - [2026-03-19 02:28:37] "GET /projects?obj_uuids=c39d7b00-25e3-4ec1-a58d-06222db43748&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001047 10.0.0.50 - - [2026-03-19 02:28:38] "GET /project/c39d7b00-25e3-4ec1-a58d-06222db43748?fields=virtual_networks HTTP/1.1" 200 1035 0.072195 10.0.0.50 - - [2026-03-19 02:28:38] "GET /projects?obj_uuids=c39d7b00-25e3-4ec1-a58d-06222db43748&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001075 10.0.0.50 - - [2026-03-19 02:28:38] "GET /project/c39d7b00-25e3-4ec1-a58d-06222db43748?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.029097 10.0.0.50 - - [2026-03-19 02:28:38] "GET /projects?obj_uuids=c39d7b00-25e3-4ec1-a58d-06222db43748&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001091 10.0.0.50 - - [2026-03-19 02:28:38] "GET /project/c39d7b00-25e3-4ec1-a58d-06222db43748?fields=security_groups HTTP/1.1" 200 1262 0.025803 10.0.0.50 - - [2026-03-19 02:28:39] "POST /fqname-to-id HTTP/1.1" 404 189 0.043208 10.0.0.50 - - [2026-03-19 02:28:39] "GET /projects?obj_uuids=59134745-fc67-46bb-8d8b-498914a8e210&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002174 10.0.0.50 - - [2026-03-19 02:28:39] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.50 - - [2026-03-19 02:28:39] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006710 10.0.0.50 - - [2026-03-19 02:28:39] "POST /id-to-fqname HTTP/1.1" 200 191 0.003110 10.0.0.50 - - [2026-03-19 02:28:39] "POST /fqname-to-id HTTP/1.1" 404 200 0.002975 10.0.0.50 - - [2026-03-19 02:28:39] "POST /security-groups HTTP/1.1" 200 592 0.072104 10.0.0.50 - - [2026-03-19 02:28:39] "POST /fqname-to-id HTTP/1.1" 404 235 0.002549 10.0.0.50 - - [2026-03-19 02:28:39] "POST /projects HTTP/1.1" 200 587 0.227270 10.0.0.50 - - [2026-03-19 02:28:39] "POST /access-control-lists HTTP/1.1" 200 597 0.059146 10.0.0.50 - - [2026-03-19 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.308157 10.0.0.50 - - [2026-03-19 02:28:39] "POST /fqname-to-id HTTP/1.1" 404 234 0.003078 10.0.0.50 - - [2026-03-19 02:28:39] "GET /project/59134745-fc67-46bb-8d8b-498914a8e210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.440981 10.0.0.50 - - [2026-03-19 02:28:39] "POST /access-control-lists HTTP/1.1" 200 595 0.060731 10.0.0.50 - - [2026-03-19 02:28:40] "GET / HTTP/1.1" 200 35931 0.002064 10.0.0.50 - - [2026-03-19 02:28:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000530 10.0.0.50 - - [2026-03-19 02:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.073344 10.0.0.50 - - [2026-03-19 02:28:41] "GET /projects?obj_uuids=59134745-fc67-46bb-8d8b-498914a8e210&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000931 10.0.0.50 - - [2026-03-19 02:28:41] "GET /project/59134745-fc67-46bb-8d8b-498914a8e210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.025948 10.0.0.50 - - [2026-03-19 02:28:42] "POST /neutron/network HTTP/1.1" 200 117 0.038894 10.0.0.50 - - [2026-03-19 02:28:42] "GET /projects?obj_uuids=59134745-fc67-46bb-8d8b-498914a8e210&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001484 10.0.0.50 - - [2026-03-19 02:28:42] "POST /neutron/network HTTP/1.1" 200 606 0.068627 10.0.0.50 - - [2026-03-19 02:28:42] "POST /route-targets HTTP/1.1" 200 327 0.013591 10.0.0.50 - - [2026-03-19 02:28:42] "POST /ref-update HTTP/1.1" 200 156 0.013776 10.0.0.50 - - [2026-03-19 02:28:42] "POST /useragent-kv HTTP/1.1" 200 115 0.005678 10.0.0.50 - - [2026-03-19 02:28:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.197900 10.0.0.50 - - [2026-03-19 02:28:42] "POST /neutron/network HTTP/1.1" 200 824 0.005448 10.0.0.50 - - [2026-03-19 02:28:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.001374 10.0.0.50 - - [2026-03-19 02:28:42] "GET /virtual-network/095884de-227d-4f30-b327-2a93361d2264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004745 10.0.0.50 - - [2026-03-19 02:28:42] "POST /neutron/network HTTP/1.1" 200 824 0.006049 10.0.0.50 - - [2026-03-19 02:28:42] "GET /virtual-network/095884de-227d-4f30-b327-2a93361d2264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005141 10.0.0.50 - - [2026-03-19 02:28:42] "POST /neutron/network HTTP/1.1" 200 824 0.006151 10.0.0.50 - - [2026-03-19 02:28:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.008521 10.0.0.50 - - [2026-03-19 02:28:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.001510 10.0.0.50 - - [2026-03-19 02:28:42] "POST /neutron/network HTTP/1.1" 200 834 0.005103 10.0.0.50 - - [2026-03-19 02:28:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000397 10.0.0.50 - - [2026-03-19 02:28:43] "GET / HTTP/1.1" 200 35931 0.002081 10.0.0.50 - - [2026-03-19 02:28:43] "GET /project/59134745-fc67-46bb-8d8b-498914a8e210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000493 10.0.0.50 - - [2026-03-19 02:28:43] "GET /projects?obj_uuids=59134745-fc67-46bb-8d8b-498914a8e210&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001065 10.0.0.50 - - [2026-03-19 02:28:43] "GET /project/59134745-fc67-46bb-8d8b-498914a8e210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.052500 10.0.0.50 - - [2026-03-19 02:28:43] "POST /neutron/network HTTP/1.1" 200 824 0.004966 10.0.0.50 - - [2026-03-19 02:28:43] "POST /neutron/port HTTP/1.1" 200 117 0.005331 10.0.0.50 - - [2026-03-19 02:28:43] "POST /neutron/port HTTP/1.1" 200 117 0.005846 10.0.0.50 - - [2026-03-19 02:28:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.001444 10.0.0.50 - - [2026-03-19 02:28:43] "POST /neutron/port HTTP/1.1" 200 117 0.004676 10.0.0.50 - - [2026-03-19 02:28:43] "POST /neutron/network HTTP/1.1" 200 834 0.006682 10.0.0.50 - - [2026-03-19 02:28:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000408 10.0.0.50 - - [2026-03-19 02:28:44] "POST /neutron/network HTTP/1.1" 200 834 0.007904 10.0.0.50 - - [2026-03-19 02:28:44] "GET /projects?obj_uuids=59134745-fc67-46bb-8d8b-498914a8e210&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001842 10.0.0.50 - - [2026-03-19 02:28:44] "GET / HTTP/1.1" 200 35931 0.002497 10.0.0.50 - - [2026-03-19 02:28:44] "GET /project/59134745-fc67-46bb-8d8b-498914a8e210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000586 10.0.0.50 - - [2026-03-19 02:28:44] "POST /neutron/port HTTP/1.1" 200 1060 0.219724 10.0.0.50 - - [2026-03-19 02:28:44] "POST /neutron/port HTTP/1.1" 200 1060 0.011849 10.0.0.50 - - [2026-03-19 02:28:44] "POST /neutron/port HTTP/1.1" 200 1060 0.013598 10.0.0.50 - - [2026-03-19 02:28:44] "POST /neutron/port HTTP/1.1" 200 1114 0.074102 10.0.0.50 - - [2026-03-19 02:28:44] "POST /neutron/port HTTP/1.1" 200 1124 0.014530 10.0.0.50 - - [2026-03-19 02:28:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004667 10.0.0.50 - - [2026-03-19 02:28:44] "POST /neutron/subnet HTTP/1.1" 200 694 0.007192 10.0.0.50 - - [2026-03-19 02:28:44] "POST /neutron/port HTTP/1.1" 200 117 0.001169 10.0.0.50 - - [2026-03-19 02:28:44] "GET /projects?obj_uuids=59134745-fc67-46bb-8d8b-498914a8e210&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002560 10.0.0.50 - - [2026-03-19 02:28:44] "GET /project/59134745-fc67-46bb-8d8b-498914a8e210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.063185 10.0.0.50 - - [2026-03-19 02:28:44] "POST /neutron/network HTTP/1.1" 200 824 0.009981 10.0.0.50 - - [2026-03-19 02:28:44] "POST /neutron/network HTTP/1.1" 200 824 0.005545 10.0.0.50 - - [2026-03-19 02:28:44] "POST /neutron/port HTTP/1.1" 200 1124 0.021112 10.0.0.50 - - [2026-03-19 02:28:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007085 10.0.0.50 - - [2026-03-19 02:28:44] "POST /neutron/port HTTP/1.1" 200 117 0.007394 10.0.0.50 - - [2026-03-19 02:28:44] "POST /neutron/port HTTP/1.1" 200 1124 0.014447 10.0.0.50 - - [2026-03-19 02:28:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013801 10.0.0.50 - - [2026-03-19 02:28:45] "POST /neutron/network HTTP/1.1" 200 834 0.005667 10.0.0.50 - - [2026-03-19 02:28:45] "GET /projects?obj_uuids=59134745-fc67-46bb-8d8b-498914a8e210&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001523 10.0.0.50 - - [2026-03-19 02:28:45] "POST /neutron/port HTTP/1.1" 200 1060 0.210683 10.0.0.50 - - [2026-03-19 02:28:45] "POST /neutron/port HTTP/1.1" 200 1060 0.012218 10.0.0.50 - - [2026-03-19 02:28:45] "POST /neutron/port HTTP/1.1" 200 1060 0.013576 10.0.0.50 - - [2026-03-19 02:28:45] "POST /neutron/port HTTP/1.1" 200 1114 0.072670 10.0.0.50 - - [2026-03-19 02:28:45] "POST /neutron/port HTTP/1.1" 200 1124 0.012740 10.0.0.50 - - [2026-03-19 02:28:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003160 10.0.0.50 - - [2026-03-19 02:28:45] "POST /neutron/subnet HTTP/1.1" 200 694 0.009589 10.0.0.50 - - [2026-03-19 02:28:45] "POST /neutron/port HTTP/1.1" 200 117 0.001585 10.0.0.50 - - [2026-03-19 02:28:45] "POST /neutron/network HTTP/1.1" 200 824 0.005754 10.0.0.50 - - [2026-03-19 02:28:50] "POST /neutron/port HTTP/1.1" 200 1124 0.017401 10.0.0.50 - - [2026-03-19 02:28:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006644 10.0.0.50 - - [2026-03-19 02:28:50] "POST /neutron/port HTTP/1.1" 200 1124 0.013305 10.0.0.50 - - [2026-03-19 02:28:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006671 10.0.0.50 - - [2026-03-19 02:28:50] "POST /neutron/port HTTP/1.1" 200 1124 0.014659 10.0.0.50 - - [2026-03-19 02:28:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007295 10.0.0.50 - - [2026-03-19 02:28:50] "GET /virtual-machine/0a9c0f38-5c6b-45ed-a360-dd2b3a98866e HTTP/1.1" 401 292 0.000470 10.0.0.50 - - [2026-03-19 02:28:50] "GET /virtual-machine/0a9c0f38-5c6b-45ed-a360-dd2b3a98866e HTTP/1.1" 200 1292 0.040837 10.0.0.50 - - [2026-03-19 02:28:50] "GET /virtual-machine-interface/e3a02222-d02e-46be-baf3-e74b09e280e5 HTTP/1.1" 200 2947 0.007416 10.0.0.50 - - [2026-03-19 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.50 - - [2026-03-19 02:28:50] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003222 10.0.0.50 - - [2026-03-19 02:28:50] "GET /virtual-networks?parent_id=59134745-fc67-46bb-8d8b-498914a8e210&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002766 10.0.0.50 - - [2026-03-19 02:28:50] "GET /virtual-network/095884de-227d-4f30-b327-2a93361d2264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005547 10.0.0.50 - - [2026-03-19 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.50 - - [2026-03-19 02:28:53] "GET /virtual-network/095884de-227d-4f30-b327-2a93361d2264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004764 10.0.0.50 - - [2026-03-19 02:28:54] "POST /neutron/port HTTP/1.1" 200 1124 0.017053 10.0.0.50 - - [2026-03-19 02:28:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007336 10.0.0.50 - - [2026-03-19 02:28:55] "POST /neutron/port HTTP/1.1" 200 1124 0.014105 10.0.0.50 - - [2026-03-19 02:28:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006757 10.0.0.50 - - [2026-03-19 02:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.50 - - [2026-03-19 02:28:56] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002836 10.0.0.50 - - [2026-03-19 02:28:56] "GET /virtual-networks?parent_id=59134745-fc67-46bb-8d8b-498914a8e210&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003355 10.0.0.50 - - [2026-03-19 02:28:56] "GET /virtual-network/095884de-227d-4f30-b327-2a93361d2264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006532 10.0.0.50 - - [2026-03-19 02:28:56] "POST /neutron/port HTTP/1.1" 200 1124 0.018735 10.0.0.50 - - [2026-03-19 02:28:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008676 10.0.0.50 - - [2026-03-19 02:28:56] "POST /neutron/port HTTP/1.1" 200 1124 0.011330 10.0.0.50 - - [2026-03-19 02:28:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006588 10.0.0.50 - - [2026-03-19 02:28:56] "POST /neutron/port HTTP/1.1" 200 1124 0.013434 10.0.0.50 - - [2026-03-19 02:28:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006072 10.0.0.50 - - [2026-03-19 02:28:56] "GET /virtual-machine/fac3a460-b7f7-4e27-863f-69ed57e1b9b3 HTTP/1.1" 200 1293 0.007891 10.0.0.50 - - [2026-03-19 02:28:56] "GET /virtual-machine-interface/6b286e6d-e757-457b-9a1c-ab83d6b4c376 HTTP/1.1" 200 2946 0.005403 10.0.0.50 - - [2026-03-19 02:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.50 - - [2026-03-19 02:28:56] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003224 10.0.0.50 - - [2026-03-19 02:28:56] "GET /virtual-networks?parent_id=59134745-fc67-46bb-8d8b-498914a8e210&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002759 10.0.0.50 - - [2026-03-19 02:28:56] "GET /virtual-network/095884de-227d-4f30-b327-2a93361d2264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005919 10.0.0.50 - - [2026-03-19 02:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.50 - - [2026-03-19 02:28:57] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003678 10.0.0.50 - - [2026-03-19 02:28:57] "GET /virtual-networks?parent_id=59134745-fc67-46bb-8d8b-498914a8e210&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002756 10.0.0.50 - - [2026-03-19 02:28:58] "GET /virtual-network/095884de-227d-4f30-b327-2a93361d2264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005617 10.0.0.50 - - [2026-03-19 02:28:58] "POST /neutron/port HTTP/1.1" 200 1124 0.013172 10.0.0.50 - - [2026-03-19 02:28:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005950 10.0.0.50 - - [2026-03-19 02:29:05] "POST /neutron/port HTTP/1.1" 200 1124 0.016432 10.0.0.50 - - [2026-03-19 02:29:05] "POST /neutron/port HTTP/1.1" 200 1124 0.015285 10.0.0.50 - - [2026-03-19 02:29:05] "POST /neutron/network HTTP/1.1" 200 834 0.006257 10.0.0.50 - - [2026-03-19 02:29:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004213 10.0.0.50 - - [2026-03-19 02:29:05] "POST /neutron/subnet HTTP/1.1" 200 694 0.007865 10.0.0.50 - - [2026-03-19 02:29:05] "POST /neutron/port HTTP/1.1" 200 117 0.001629 10.0.0.50 - - [2026-03-19 02:29:05] "POST /neutron/network HTTP/1.1" 200 824 0.006060 10.0.0.50 - - [2026-03-19 02:29:07] "POST /neutron/network HTTP/1.1" 200 824 0.009702 10.0.0.50 - - [2026-03-19 02:29:07] "POST /neutron/network HTTP/1.1" 400 204 0.017843 10.0.0.50 - - [2026-03-19 02:29:08] "POST /neutron/port HTTP/1.1" 200 1124 0.013174 10.0.0.50 - - [2026-03-19 02:29:08] "POST /neutron/port HTTP/1.1" 200 1114 0.010586 10.0.0.50 - - [2026-03-19 02:29:08] "POST /neutron/port HTTP/1.1" 200 1124 0.019843 10.0.0.50 - - [2026-03-19 02:29:08] "POST /neutron/port HTTP/1.1" 200 1114 0.009701 10.0.0.50 - - [2026-03-19 02:29:08] "POST /neutron/port HTTP/1.1" 200 151 0.122917 10.0.0.50 - - [2026-03-19 02:29:08] "POST /neutron/port HTTP/1.1" 200 151 0.135878 10.0.0.50 - - [2026-03-19 02:29:09] "POST /neutron/network HTTP/1.1" 200 824 0.007631 10.0.0.50 - - [2026-03-19 02:29:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002846 10.0.0.50 - - [2026-03-19 02:29:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002215 10.0.0.50 - - [2026-03-19 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002276 10.0.0.50 - - [2026-03-19 02:29:09] "POST /neutron/network HTTP/1.1" 200 151 0.071577 10.0.0.50 - - [2026-03-19 02:29:09] "DELETE /route-target/3636fc2c-f281-47b2-87e3-b95c309cae28 HTTP/1.1" 200 115 0.017152 10.0.0.50 - - [2026-03-19 02:29:10] "GET /projects?obj_uuids=59134745-fc67-46bb-8d8b-498914a8e210&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000980 10.0.0.50 - - [2026-03-19 02:29:10] "GET /project/59134745-fc67-46bb-8d8b-498914a8e210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.024052 10.0.0.50 - - [2026-03-19 02:29:10] "GET /projects?obj_uuids=59134745-fc67-46bb-8d8b-498914a8e210&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001101 10.0.0.50 - - [2026-03-19 02:29:10] "GET /project/59134745-fc67-46bb-8d8b-498914a8e210?fields=virtual_networks HTTP/1.1" 200 1034 0.068981 10.0.0.50 - - [2026-03-19 02:29:10] "GET /projects?obj_uuids=59134745-fc67-46bb-8d8b-498914a8e210&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001013 10.0.0.50 - - [2026-03-19 02:29:10] "GET /project/59134745-fc67-46bb-8d8b-498914a8e210?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.024009 10.0.0.50 - - [2026-03-19 02:29:10] "GET /projects?obj_uuids=59134745-fc67-46bb-8d8b-498914a8e210&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001028 10.0.0.50 - - [2026-03-19 02:29:10] "GET /project/59134745-fc67-46bb-8d8b-498914a8e210?fields=security_groups HTTP/1.1" 200 1261 0.030612 10.0.0.50 - - [2026-03-19 02:29:11] "POST /fqname-to-id HTTP/1.1" 404 188 0.032275 10.0.0.50 - - [2026-03-19 02:29:11] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002277 10.0.0.50 - - [2026-03-19 02:29:11] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.50 - - [2026-03-19 02:29:11] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006779 10.0.0.50 - - [2026-03-19 02:29:11] "POST /id-to-fqname HTTP/1.1" 200 190 0.002077 10.0.0.50 - - [2026-03-19 02:29:11] "POST /fqname-to-id HTTP/1.1" 404 199 0.003122 10.0.0.50 - - [2026-03-19 02:29:11] "POST /security-groups HTTP/1.1" 200 591 0.064936 10.0.0.50 - - [2026-03-19 02:29:11] "POST /fqname-to-id HTTP/1.1" 404 234 0.002368 10.0.0.50 - - [2026-03-19 02:29:11] "POST /projects HTTP/1.1" 200 585 0.205991 10.0.0.50 - - [2026-03-19 02:29:11] "POST /access-control-lists HTTP/1.1" 200 596 0.057311 10.0.0.50 - - [2026-03-19 02:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.282104 10.0.0.50 - - [2026-03-19 02:29:11] "POST /fqname-to-id HTTP/1.1" 404 233 0.002696 10.0.0.50 - - [2026-03-19 02:29:11] "GET /project/f01c63e8-464e-49e1-830e-e7d3142c1a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.412363 10.0.0.50 - - [2026-03-19 02:29:12] "POST /access-control-lists HTTP/1.1" 200 594 0.064697 10.0.0.50 - - [2026-03-19 02:29:13] "GET / HTTP/1.1" 200 35931 0.002106 10.0.0.50 - - [2026-03-19 02:29:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000464 10.0.0.50 - - [2026-03-19 02:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.066080 10.0.0.50 - - [2026-03-19 02:29:14] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000989 10.0.0.50 - - [2026-03-19 02:29:14] "GET /project/f01c63e8-464e-49e1-830e-e7d3142c1a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.029039 10.0.0.50 - - [2026-03-19 02:29:14] "POST /neutron/network HTTP/1.1" 200 117 0.042881 10.0.0.50 - - [2026-03-19 02:29:14] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002909 10.0.0.50 - - [2026-03-19 02:29:14] "POST /neutron/network HTTP/1.1" 200 625 0.080392 10.0.0.50 - - [2026-03-19 02:29:14] "POST /route-targets HTTP/1.1" 200 327 0.011103 10.0.0.50 - - [2026-03-19 02:29:14] "POST /ref-update HTTP/1.1" 200 156 0.015788 10.0.0.50 - - [2026-03-19 02:29:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003150 10.0.0.50 - - [2026-03-19 02:29:14] "POST /neutron/subnet HTTP/1.1" 200 701 0.207592 10.0.0.50 - - [2026-03-19 02:29:14] "POST /neutron/network HTTP/1.1" 200 839 0.007035 10.0.0.50 - - [2026-03-19 02:29:14] "POST /id-to-fqname HTTP/1.1" 200 230 0.001558 10.0.0.50 - - [2026-03-19 02:29:14] "GET /virtual-network/bf9ef8e0-e7bf-426e-b491-9a305b5959a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005111 10.0.0.50 - - [2026-03-19 02:29:14] "POST /neutron/network HTTP/1.1" 200 839 0.007946 10.0.0.50 - - [2026-03-19 02:29:14] "GET /virtual-network/bf9ef8e0-e7bf-426e-b491-9a305b5959a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005123 10.0.0.50 - - [2026-03-19 02:29:14] "POST /neutron/network HTTP/1.1" 200 839 0.005316 10.0.0.50 - - [2026-03-19 02:29:14] "POST /neutron/subnet HTTP/1.1" 200 701 0.007170 10.0.0.50 - - [2026-03-19 02:29:14] "POST /neutron/network HTTP/1.1" 200 839 0.005792 10.0.0.50 - - [2026-03-19 02:29:14] "POST /id-to-fqname HTTP/1.1" 200 230 0.001901 10.0.0.50 - - [2026-03-19 02:29:15] "POST /neutron/network HTTP/1.1" 200 849 0.005985 10.0.0.50 - - [2026-03-19 02:29:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000421 10.0.0.50 - - [2026-03-19 02:29:15] "GET / HTTP/1.1" 200 35931 0.001954 10.0.0.50 - - [2026-03-19 02:29:15] "GET /project/f01c63e8-464e-49e1-830e-e7d3142c1a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000426 10.0.0.50 - - [2026-03-19 02:29:15] "DELETE /project/f01c63e8464e49e1830ee7d3142c1a8b HTTP/1.1" 404 173 0.014413 10.0.0.50 - - [2026-03-19 02:29:15] "DELETE /project/59134745fc6746bb8d8b498914a8e210 HTTP/1.1" 404 173 0.008738 10.0.0.50 - - [2026-03-19 02:29:15] "GET /projects?obj_uuids=59134745-fc67-46bb-8d8b-498914a8e210&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001090 10.0.0.50 - - [2026-03-19 02:29:15] "GET /projects?obj_uuids=c39d7b00-25e3-4ec1-a58d-06222db43748&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000840 10.0.0.50 - - [2026-03-19 02:29:15] "GET /project/c39d7b00-25e3-4ec1-a58d-06222db43748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.036517 10.0.0.50 - - [2026-03-19 02:29:15] "GET /project/59134745-fc67-46bb-8d8b-498914a8e210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.041573 10.0.0.50 - - [2026-03-19 02:29:15] "GET /projects?obj_uuids=c39d7b00-25e3-4ec1-a58d-06222db43748&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001344 10.0.0.50 - - [2026-03-19 02:29:15] "GET /projects?obj_uuids=59134745-fc67-46bb-8d8b-498914a8e210&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001873 10.0.0.50 - - [2026-03-19 02:29:15] "GET /project/c39d7b00-25e3-4ec1-a58d-06222db43748?fields=security_groups HTTP/1.1" 200 1367 0.047882 10.0.0.50 - - [2026-03-19 02:29:15] "GET /project/59134745-fc67-46bb-8d8b-498914a8e210?fields=security_groups HTTP/1.1" 200 1366 0.049210 10.0.0.50 - - [2026-03-19 02:29:15] "DELETE /security-group/4462e713-8a1f-4f8d-a4ca-f8e9eac92ac1 HTTP/1.1" 200 115 0.049960 10.0.0.50 - - [2026-03-19 02:29:15] "GET /projects?obj_uuids=c39d7b00-25e3-4ec1-a58d-06222db43748&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001127 10.0.0.50 - - [2026-03-19 02:29:15] "DELETE /security-group/7a50c8e8-8a22-4e43-a8af-2b8d4e44e5f4 HTTP/1.1" 200 115 0.057935 10.0.0.50 - - [2026-03-19 02:29:15] "GET /projects?obj_uuids=59134745-fc67-46bb-8d8b-498914a8e210&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001228 10.0.0.50 - - [2026-03-19 02:29:15] "DELETE /access-control-list/cfc99257-a880-4a17-9fa8-2143e05b99a5 HTTP/1.1" 200 115 0.050556 10.0.0.50 - - [2026-03-19 02:29:15] "GET /project/c39d7b00-25e3-4ec1-a58d-06222db43748?fields=application_policy_sets HTTP/1.1" 200 1406 0.049640 10.0.0.50 - - [2026-03-19 02:29:15] "DELETE /access-control-list/4c5f698c-9316-4c3a-ae51-c1ed12126625 HTTP/1.1" 200 115 0.031411 10.0.0.50 - - [2026-03-19 02:29:15] "GET /project/59134745-fc67-46bb-8d8b-498914a8e210?fields=application_policy_sets HTTP/1.1" 200 1405 0.079663 10.0.0.50 - - [2026-03-19 02:29:15] "DELETE /access-control-list/a1927170-0cda-4f5f-b3a8-26c73ca80622 HTTP/1.1" 200 115 0.031813 10.0.0.50 - - [2026-03-19 02:29:15] "DELETE /access-control-list/0667598b-dcf6-4111-8f81-2223c300caf9 HTTP/1.1" 200 115 0.035500 10.0.0.50 - - [2026-03-19 02:29:15] "DELETE /project/c39d7b00-25e3-4ec1-a58d-06222db43748 HTTP/1.1" 200 115 0.391370 10.0.0.50 - - [2026-03-19 02:29:15] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001120 10.0.0.50 - - [2026-03-19 02:29:15] "DELETE /project/59134745-fc67-46bb-8d8b-498914a8e210 HTTP/1.1" 200 115 0.422930 10.0.0.50 - - [2026-03-19 02:29:15] "GET /project/f01c63e8-464e-49e1-830e-e7d3142c1a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.079252 10.0.0.50 - - [2026-03-19 02:29:15] "POST /neutron/network HTTP/1.1" 200 839 0.005842 10.0.0.50 - - [2026-03-19 02:29:16] "POST /neutron/port HTTP/1.1" 200 117 0.005785 10.0.0.50 - - [2026-03-19 02:29:16] "POST /neutron/port HTTP/1.1" 200 117 0.005978 10.0.0.50 - - [2026-03-19 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.50 - - [2026-03-19 02:29:16] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003739 10.0.0.50 - - [2026-03-19 02:29:16] "PUT /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45 HTTP/1.1" 200 276 0.010245 10.0.0.50 - - [2026-03-19 02:29:16] "POST /neutron/port HTTP/1.1" 200 117 0.005317 10.0.0.50 - - [2026-03-19 02:29:16] "POST /neutron/network HTTP/1.1" 200 849 0.005497 10.0.0.50 - - [2026-03-19 02:29:16] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001308 10.0.0.50 - - [2026-03-19 02:29:16] "POST /neutron/port HTTP/1.1" 200 1055 0.189330 10.0.0.50 - - [2026-03-19 02:29:16] "POST /neutron/port HTTP/1.1" 200 1055 0.023045 10.0.0.50 - - [2026-03-19 02:29:16] "POST /neutron/port HTTP/1.1" 200 1055 0.013319 10.0.0.50 - - [2026-03-19 02:29:16] "POST /neutron/port HTTP/1.1" 200 1109 0.066127 10.0.0.50 - - [2026-03-19 02:29:16] "POST /neutron/port HTTP/1.1" 200 1119 0.011551 10.0.0.50 - - [2026-03-19 02:29:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003755 10.0.0.50 - - [2026-03-19 02:29:16] "POST /neutron/subnet HTTP/1.1" 200 675 0.007298 10.0.0.50 - - [2026-03-19 02:29:16] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.50 - - [2026-03-19 02:29:17] "POST /neutron/network HTTP/1.1" 200 839 0.005154 10.0.0.50 - - [2026-03-19 02:29:21] "POST /neutron/port HTTP/1.1" 200 1119 0.016514 10.0.0.50 - - [2026-03-19 02:29:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007157 10.0.0.50 - - [2026-03-19 02:29:21] "POST /neutron/port HTTP/1.1" 200 1119 0.016661 10.0.0.50 - - [2026-03-19 02:29:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006988 10.0.0.50 - - [2026-03-19 02:29:21] "POST /neutron/port HTTP/1.1" 200 1119 0.012287 10.0.0.50 - - [2026-03-19 02:29:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006338 10.0.0.50 - - [2026-03-19 02:29:21] "GET /virtual-machine/8de128e8-fe27-4c25-a3a9-f844044f9a82 HTTP/1.1" 401 292 0.001065 10.0.0.50 - - [2026-03-19 02:29:22] "GET /virtual-machine/8de128e8-fe27-4c25-a3a9-f844044f9a82 HTTP/1.1" 200 1293 0.335380 10.0.0.50 - - [2026-03-19 02:29:22] "GET /virtual-machine-interface/aa9b73af-d77e-42c5-8033-af38a9ed94ce HTTP/1.1" 200 2971 0.006702 10.0.0.50 - - [2026-03-19 02:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005074 10.0.0.50 - - [2026-03-19 02:29:22] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003766 10.0.0.50 - - [2026-03-19 02:29:22] "GET /obj-perms HTTP/1.1" 200 5056 0.099145 10.0.0.50 - - [2026-03-19 02:29:22] "GET /virtual-networks?parent_id=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003348 10.0.0.50 - - [2026-03-19 02:29:22] "GET /virtual-network/bf9ef8e0-e7bf-426e-b491-9a305b5959a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006974 10.0.0.50 - - [2026-03-19 02:29:22] "GET /obj-perms HTTP/1.1" 200 5056 0.057750 10.0.0.50 - - [2026-03-19 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.50 - - [2026-03-19 02:29:25] "GET /virtual-network/bf9ef8e0-e7bf-426e-b491-9a305b5959a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007599 10.0.0.50 - - [2026-03-19 02:29:26] "POST /neutron/port HTTP/1.1" 200 1119 0.015883 10.0.0.50 - - [2026-03-19 02:29:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006078 10.0.0.50 - - [2026-03-19 02:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.50 - - [2026-03-19 02:29:27] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003350 10.0.0.50 - - [2026-03-19 02:29:27] "GET /virtual-networks?parent_id=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003815 10.0.0.50 - - [2026-03-19 02:29:27] "GET /virtual-network/bf9ef8e0-e7bf-426e-b491-9a305b5959a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005256 10.0.0.50 - - [2026-03-19 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.50 - - [2026-03-19 02:29:29] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004648 10.0.0.50 - - [2026-03-19 02:29:29] "PUT /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45 HTTP/1.1" 200 276 0.009752 10.0.0.50 - - [2026-03-19 02:29:30] "POST /neutron/network HTTP/1.1" 200 839 0.005704 10.0.0.50 - - [2026-03-19 02:29:30] "POST /neutron/network HTTP/1.1" 400 204 0.018733 10.0.0.50 - - [2026-03-19 02:29:30] "POST /neutron/port HTTP/1.1" 200 1119 0.011864 10.0.0.50 - - [2026-03-19 02:29:30] "POST /neutron/port HTTP/1.1" 200 1109 0.012196 10.0.0.50 - - [2026-03-19 02:29:30] "POST /neutron/port HTTP/1.1" 200 151 0.104173 10.0.0.50 - - [2026-03-19 02:29:32] "POST /neutron/network HTTP/1.1" 200 839 0.005686 10.0.0.50 - - [2026-03-19 02:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.50 - - [2026-03-19 02:29:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002513 10.0.0.50 - - [2026-03-19 02:29:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001785 10.0.0.50 - - [2026-03-19 02:29:32] "POST /neutron/network HTTP/1.1" 200 151 0.092382 10.0.0.50 - - [2026-03-19 02:29:32] "DELETE /route-target/c56513f9-99b9-4025-9995-410818c94c57 HTTP/1.1" 200 115 0.020581 10.0.0.50 - - [2026-03-19 02:29:32] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.003567 10.0.0.50 - - [2026-03-19 02:29:32] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45 HTTP/1.1" 200 1880 0.003407 10.0.0.50 - - [2026-03-19 02:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002391 10.0.0.50 - - [2026-03-19 02:29:32] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000921 10.0.0.50 - - [2026-03-19 02:29:32] "GET /project/f01c63e8-464e-49e1-830e-e7d3142c1a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.027010 10.0.0.50 - - [2026-03-19 02:29:32] "POST /neutron/network HTTP/1.1" 200 117 0.007720 10.0.0.50 - - [2026-03-19 02:29:32] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001272 10.0.0.50 - - [2026-03-19 02:29:33] "POST /neutron/network HTTP/1.1" 200 605 0.067425 10.0.0.50 - - [2026-03-19 02:29:33] "POST /route-targets HTTP/1.1" 200 327 0.016720 10.0.0.50 - - [2026-03-19 02:29:33] "POST /ref-update HTTP/1.1" 200 156 0.021104 10.0.0.50 - - [2026-03-19 02:29:33] "POST /useragent-kv HTTP/1.1" 200 115 0.007731 10.0.0.50 - - [2026-03-19 02:29:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.214350 10.0.0.50 - - [2026-03-19 02:29:33] "POST /neutron/network HTTP/1.1" 200 825 0.004824 10.0.0.50 - - [2026-03-19 02:29:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001361 10.0.0.50 - - [2026-03-19 02:29:33] "GET /virtual-network/18f071c3-b8e3-4c4d-b29b-9d49383a07b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004588 10.0.0.50 - - [2026-03-19 02:29:33] "POST /neutron/network HTTP/1.1" 200 825 0.007972 10.0.0.50 - - [2026-03-19 02:29:33] "GET /virtual-network/18f071c3-b8e3-4c4d-b29b-9d49383a07b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005247 10.0.0.50 - - [2026-03-19 02:29:33] "POST /neutron/network HTTP/1.1" 200 825 0.005064 10.0.0.50 - - [2026-03-19 02:29:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.008214 10.0.0.50 - - [2026-03-19 02:29:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001258 10.0.0.50 - - [2026-03-19 02:29:33] "POST /neutron/network HTTP/1.1" 200 835 0.005524 10.0.0.50 - - [2026-03-19 02:29:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000441 10.0.0.50 - - [2026-03-19 02:29:34] "GET / HTTP/1.1" 200 35931 0.079463 10.0.0.50 - - [2026-03-19 02:29:34] "GET /project/f01c63e8-464e-49e1-830e-e7d3142c1a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000365 10.0.0.50 - - [2026-03-19 02:29:34] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001302 10.0.0.50 - - [2026-03-19 02:29:34] "GET /project/f01c63e8-464e-49e1-830e-e7d3142c1a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.064831 10.0.0.50 - - [2026-03-19 02:29:34] "POST /neutron/network HTTP/1.1" 200 825 0.005636 10.0.0.50 - - [2026-03-19 02:29:34] "POST /neutron/port HTTP/1.1" 200 117 0.004801 10.0.0.50 - - [2026-03-19 02:29:34] "POST /neutron/port HTTP/1.1" 200 117 0.004942 10.0.0.50 - - [2026-03-19 02:29:34] "POST /neutron/port HTTP/1.1" 200 117 0.004810 10.0.0.50 - - [2026-03-19 02:29:35] "POST /neutron/network HTTP/1.1" 200 835 0.005589 10.0.0.50 - - [2026-03-19 02:29:35] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001689 10.0.0.50 - - [2026-03-19 02:29:35] "POST /neutron/port HTTP/1.1" 200 1061 0.233274 10.0.0.50 - - [2026-03-19 02:29:35] "POST /neutron/port HTTP/1.1" 200 1061 0.012786 10.0.0.50 - - [2026-03-19 02:29:35] "POST /neutron/port HTTP/1.1" 200 1061 0.013043 10.0.0.50 - - [2026-03-19 02:29:35] "POST /neutron/port HTTP/1.1" 200 1115 0.073381 10.0.0.50 - - [2026-03-19 02:29:35] "POST /neutron/port HTTP/1.1" 200 1125 0.013851 10.0.0.50 - - [2026-03-19 02:29:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003482 10.0.0.50 - - [2026-03-19 02:29:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.006977 10.0.0.50 - - [2026-03-19 02:29:35] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.50 - - [2026-03-19 02:29:35] "POST /neutron/network HTTP/1.1" 200 825 0.006336 10.0.0.50 - - [2026-03-19 02:29:39] "POST /neutron/port HTTP/1.1" 200 1125 0.014554 10.0.0.50 - - [2026-03-19 02:29:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008332 10.0.0.50 - - [2026-03-19 02:29:39] "POST /neutron/port HTTP/1.1" 200 1125 0.013259 10.0.0.50 - - [2026-03-19 02:29:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007830 10.0.0.50 - - [2026-03-19 02:29:39] "POST /neutron/port HTTP/1.1" 200 1125 0.012948 10.0.0.50 - - [2026-03-19 02:29:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006103 10.0.0.50 - - [2026-03-19 02:29:39] "GET /virtual-machine/d5d290ab-de8f-44f1-8625-f3d9e5c35788 HTTP/1.1" 200 1292 0.005145 10.0.0.50 - - [2026-03-19 02:29:39] "GET /virtual-machine-interface/a5778a00-4f43-4e87-afe7-852354a2192d HTTP/1.1" 200 2942 0.005458 10.0.0.50 - - [2026-03-19 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.50 - - [2026-03-19 02:29:39] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003478 10.0.0.50 - - [2026-03-19 02:29:40] "GET /virtual-networks?parent_id=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003752 10.0.0.50 - - [2026-03-19 02:29:40] "GET /virtual-network/18f071c3-b8e3-4c4d-b29b-9d49383a07b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005437 10.0.0.50 - - [2026-03-19 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.50 - - [2026-03-19 02:29:43] "GET /virtual-network/18f071c3-b8e3-4c4d-b29b-9d49383a07b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004908 10.0.0.50 - - [2026-03-19 02:29:44] "POST /neutron/port HTTP/1.1" 200 1125 0.011356 10.0.0.50 - - [2026-03-19 02:29:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005965 10.0.0.50 - - [2026-03-19 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.50 - - [2026-03-19 02:29:47] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003314 10.0.0.50 - - [2026-03-19 02:29:47] "GET /virtual-networks?parent_id=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003486 10.0.0.50 - - [2026-03-19 02:29:47] "GET /virtual-network/18f071c3-b8e3-4c4d-b29b-9d49383a07b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006524 10.0.0.50 - - [2026-03-19 02:29:49] "POST /neutron/network HTTP/1.1" 200 825 0.007605 10.0.0.50 - - [2026-03-19 02:29:49] "POST /neutron/network HTTP/1.1" 400 204 0.011086 10.0.0.50 - - [2026-03-19 02:29:49] "POST /neutron/port HTTP/1.1" 200 1125 0.012715 10.0.0.50 - - [2026-03-19 02:29:49] "POST /neutron/port HTTP/1.1" 200 1115 0.009314 10.0.0.50 - - [2026-03-19 02:29:50] "POST /neutron/port HTTP/1.1" 200 151 0.106756 10.0.0.50 - - [2026-03-19 02:29:51] "POST /neutron/network HTTP/1.1" 200 825 0.006724 10.0.0.50 - - [2026-03-19 02:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.50 - - [2026-03-19 02:29:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003990 10.0.0.50 - - [2026-03-19 02:29:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002273 10.0.0.50 - - [2026-03-19 02:29:51] "POST /neutron/network HTTP/1.1" 200 151 0.093328 10.0.0.50 - - [2026-03-19 02:29:51] "DELETE /route-target/5ef13d6a-9df4-4344-97b6-dd53536e8761 HTTP/1.1" 200 115 0.021136 10.0.0.50 - - [2026-03-19 02:29:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002659 10.0.0.50 - - [2026-03-19 02:29:52] "POST /network-ipams HTTP/1.1" 200 541 0.018120 10.0.0.50 - - [2026-03-19 02:29:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.002767 10.0.0.50 - - [2026-03-19 02:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.50 - - [2026-03-19 02:29:52] "GET /network-ipam/94713c97-2e86-4343-9bf4-33ea044a5aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.004827 10.0.0.50 - - [2026-03-19 02:29:52] "PUT /network-ipam/94713c97-2e86-4343-9bf4-33ea044a5aa3 HTTP/1.1" 200 258 0.010689 10.0.0.50 - - [2026-03-19 02:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.50 - - [2026-03-19 02:29:52] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001236 10.0.0.50 - - [2026-03-19 02:29:52] "GET /project/f01c63e8-464e-49e1-830e-e7d3142c1a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.025579 10.0.0.50 - - [2026-03-19 02:29:52] "POST /neutron/network HTTP/1.1" 200 117 0.010497 10.0.0.50 - - [2026-03-19 02:29:52] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001029 10.0.0.50 - - [2026-03-19 02:29:52] "POST /neutron/network HTTP/1.1" 200 605 0.062093 10.0.0.50 - - [2026-03-19 02:29:52] "POST /route-targets HTTP/1.1" 200 327 0.012958 10.0.0.50 - - [2026-03-19 02:29:52] "POST /ref-update HTTP/1.1" 200 156 0.012276 10.0.0.50 - - [2026-03-19 02:29:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003211 10.0.0.50 - - [2026-03-19 02:29:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.162138 10.0.0.50 - - [2026-03-19 02:29:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004026 10.0.0.50 - - [2026-03-19 02:29:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.150009 10.0.0.50 - - [2026-03-19 02:29:53] "POST /neutron/network HTTP/1.1" 200 994 0.007347 10.0.0.50 - - [2026-03-19 02:29:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001132 10.0.0.50 - - [2026-03-19 02:29:53] "GET /virtual-network/2685fdc0-7adf-4ad6-913d-cc4eefe2d64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005099 10.0.0.50 - - [2026-03-19 02:29:53] "POST /neutron/network HTTP/1.1" 200 994 0.008480 10.0.0.50 - - [2026-03-19 02:29:53] "GET /virtual-network/2685fdc0-7adf-4ad6-913d-cc4eefe2d64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005473 10.0.0.50 - - [2026-03-19 02:29:53] "POST /neutron/network HTTP/1.1" 200 994 0.007359 10.0.0.50 - - [2026-03-19 02:29:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.006250 10.0.0.50 - - [2026-03-19 02:29:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.006732 10.0.0.50 - - [2026-03-19 02:29:53] "POST /neutron/network HTTP/1.1" 200 994 0.006268 10.0.0.50 - - [2026-03-19 02:29:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.009130 10.0.0.50 - - [2026-03-19 02:29:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.008232 10.0.0.50 - - [2026-03-19 02:29:53] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001064 10.0.0.50 - - [2026-03-19 02:29:53] "POST /neutron/port HTTP/1.1" 200 1017 0.163877 10.0.0.50 - - [2026-03-19 02:29:53] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001283 10.0.0.50 - - [2026-03-19 02:29:53] "POST /neutron/port HTTP/1.1" 200 1017 0.163408 10.0.0.50 - - [2026-03-19 02:29:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001463 10.0.0.50 - - [2026-03-19 02:29:53] "POST /neutron/port HTTP/1.1" 200 1017 0.012640 10.0.0.50 - - [2026-03-19 02:29:53] "POST /neutron/port HTTP/1.1" 200 1017 0.009150 10.0.0.50 - - [2026-03-19 02:29:53] "POST /neutron/network HTTP/1.1" 200 994 0.009732 10.0.0.50 - - [2026-03-19 02:29:53] "POST /neutron/port HTTP/1.1" 200 1017 0.010315 10.0.0.50 - - [2026-03-19 02:29:54] "POST /neutron/port HTTP/1.1" 200 117 0.005150 10.0.0.50 - - [2026-03-19 02:29:54] "POST /neutron/port HTTP/1.1" 200 1017 0.008495 10.0.0.50 - - [2026-03-19 02:29:54] "POST /neutron/port HTTP/1.1" 200 117 0.005801 10.0.0.50 - - [2026-03-19 02:29:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001282 10.0.0.50 - - [2026-03-19 02:29:54] "POST /neutron/port HTTP/1.1" 200 117 0.005070 10.0.0.50 - - [2026-03-19 02:29:54] "POST /neutron/port HTTP/1.1" 200 1017 0.009634 10.0.0.50 - - [2026-03-19 02:29:54] "POST /neutron/port HTTP/1.1" 200 1017 0.009454 10.0.0.50 - - [2026-03-19 02:29:54] "POST /neutron/network HTTP/1.1" 200 994 0.006975 10.0.0.50 - - [2026-03-19 02:29:54] "POST /neutron/port HTTP/1.1" 200 1017 0.011268 10.0.0.50 - - [2026-03-19 02:29:54] "POST /neutron/port HTTP/1.1" 200 1017 0.008939 10.0.0.50 - - [2026-03-19 02:29:54] "POST /neutron/port HTTP/1.1" 200 117 0.006229 10.0.0.50 - - [2026-03-19 02:29:54] "POST /neutron/port HTTP/1.1" 200 117 0.006891 10.0.0.50 - - [2026-03-19 02:29:54] "POST /neutron/port HTTP/1.1" 200 1017 0.013927 10.0.0.50 - - [2026-03-19 02:29:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001287 10.0.0.50 - - [2026-03-19 02:29:54] "POST /neutron/network HTTP/1.1" 200 1004 0.006333 10.0.0.50 - - [2026-03-19 02:29:54] "POST /neutron/port HTTP/1.1" 200 1017 0.008550 10.0.0.50 - - [2026-03-19 02:29:54] "POST /neutron/port HTTP/1.1" 200 1017 0.010891 10.0.0.50 - - [2026-03-19 02:29:54] "POST /neutron/port HTTP/1.1" 200 117 0.009271 10.0.0.50 - - [2026-03-19 02:29:54] "POST /neutron/port HTTP/1.1" 200 1109 0.103837 10.0.0.50 - - [2026-03-19 02:29:54] "POST /neutron/network HTTP/1.1" 200 1004 0.005795 10.0.0.50 - - [2026-03-19 02:29:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000486 10.0.0.50 - - [2026-03-19 02:29:55] "POST /neutron/port HTTP/1.1" 200 1119 0.020823 10.0.0.50 - - [2026-03-19 02:29:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003611 10.0.0.50 - - [2026-03-19 02:29:55] "POST /neutron/subnet HTTP/1.1" 200 673 0.008157 10.0.0.50 - - [2026-03-19 02:29:55] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.50 - - [2026-03-19 02:29:55] "POST /neutron/network HTTP/1.1" 200 994 0.007418 10.0.0.50 - - [2026-03-19 02:29:55] "GET / HTTP/1.1" 200 35931 0.002070 10.0.0.50 - - [2026-03-19 02:29:55] "GET /project/f01c63e8-464e-49e1-830e-e7d3142c1a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000421 10.0.0.50 - - [2026-03-19 02:29:55] "POST /neutron/port HTTP/1.1" 200 1017 0.009032 10.0.0.50 - - [2026-03-19 02:29:55] "POST /neutron/network HTTP/1.1" 200 1004 0.006526 10.0.0.50 - - [2026-03-19 02:29:55] "POST /neutron/port HTTP/1.1" 200 1017 0.012962 10.0.0.50 - - [2026-03-19 02:29:55] "POST /neutron/port HTTP/1.1" 200 1017 0.009446 10.0.0.50 - - [2026-03-19 02:29:55] "POST /neutron/port HTTP/1.1" 200 1109 0.076931 10.0.0.50 - - [2026-03-19 02:29:55] "POST /neutron/port HTTP/1.1" 200 1119 0.014576 10.0.0.50 - - [2026-03-19 02:29:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003888 10.0.0.50 - - [2026-03-19 02:29:55] "POST /neutron/subnet HTTP/1.1" 200 673 0.012134 10.0.0.50 - - [2026-03-19 02:29:55] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.50 - - [2026-03-19 02:29:55] "POST /neutron/network HTTP/1.1" 200 994 0.011095 10.0.0.50 - - [2026-03-19 02:29:55] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096 10.0.0.50 - - [2026-03-19 02:29:55] "GET /project/f01c63e8-464e-49e1-830e-e7d3142c1a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.062790 10.0.0.50 - - [2026-03-19 02:29:55] "POST /neutron/network HTTP/1.1" 200 994 0.007274 10.0.0.50 - - [2026-03-19 02:29:55] "POST /neutron/port HTTP/1.1" 200 2086 0.029127 10.0.0.50 - - [2026-03-19 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006219 10.0.0.50 - - [2026-03-19 02:29:55] "POST /neutron/port HTTP/1.1" 200 117 0.004811 10.0.0.50 - - [2026-03-19 02:29:55] "GET /domains HTTP/1.1" 200 280 0.003083 10.0.0.50 - - [2026-03-19 02:29:55] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002056 10.0.0.50 - - [2026-03-19 02:29:55] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2572 0.013864 10.0.0.50 - - [2026-03-19 02:29:55] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002023 10.0.0.50 - - [2026-03-19 02:29:56] "GET /project/f01c63e8-464e-49e1-830e-e7d3142c1a8b HTTP/1.1" 200 2842 0.085775 10.0.0.50 - - [2026-03-19 02:29:56] "GET /network-ipam/94713c97-2e86-4343-9bf4-33ea044a5aa3 HTTP/1.1" 200 2647 0.007430 10.0.0.50 - - [2026-03-19 02:29:56] "GET /domains HTTP/1.1" 200 280 0.002808 10.0.0.50 - - [2026-03-19 02:29:56] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001796 10.0.0.50 - - [2026-03-19 02:29:56] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2572 0.010396 10.0.0.50 - - [2026-03-19 02:29:56] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001087 10.0.0.50 - - [2026-03-19 02:29:56] "GET /project/f01c63e8-464e-49e1-830e-e7d3142c1a8b HTTP/1.1" 200 2842 0.086993 10.0.0.50 - - [2026-03-19 02:29:56] "GET /virtual-network/2685fdc0-7adf-4ad6-913d-cc4eefe2d64d HTTP/1.1" 200 3780 0.005762 10.0.0.50 - - [2026-03-19 02:29:56] "GET /virtual-network/2685fdc0-7adf-4ad6-913d-cc4eefe2d64d HTTP/1.1" 200 3780 0.005589 10.0.0.50 - - [2026-03-19 02:29:56] "GET /routing-instance/494a118b-f429-47bd-8b19-5b60e6e910ca HTTP/1.1" 200 2380 0.005440 10.0.0.50 - - [2026-03-19 02:29:56] "GET /routing-instance/494a118b-f429-47bd-8b19-5b60e6e910ca HTTP/1.1" 200 2380 0.004064 10.0.0.50 - - [2026-03-19 02:29:56] "GET /route-target/1904d19a-69b0-4e57-96f5-69c064bb78e1 HTTP/1.1" 200 1204 0.004015 10.0.0.50 - - [2026-03-19 02:29:56] "GET /virtual-network/2685fdc0-7adf-4ad6-913d-cc4eefe2d64d HTTP/1.1" 200 3780 0.005592 10.0.0.50 - - [2026-03-19 02:29:56] "GET /routing-instance/494a118b-f429-47bd-8b19-5b60e6e910ca HTTP/1.1" 200 2380 0.003736 10.0.0.50 - - [2026-03-19 02:29:56] "GET /virtual-network/2685fdc0-7adf-4ad6-913d-cc4eefe2d64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006703 10.0.0.50 - - [2026-03-19 02:29:56] "GET /virtual-network/2685fdc0-7adf-4ad6-913d-cc4eefe2d64d HTTP/1.1" 200 3780 0.007514 10.0.0.50 - - [2026-03-19 02:29:56] "GET /routing-instance/494a118b-f429-47bd-8b19-5b60e6e910ca HTTP/1.1" 200 2380 0.005416 10.0.0.50 - - [2026-03-19 02:29:56] "GET /routing-instance/494a118b-f429-47bd-8b19-5b60e6e910ca HTTP/1.1" 200 2380 0.003961 10.0.0.50 - - [2026-03-19 02:29:56] "GET /route-target/1904d19a-69b0-4e57-96f5-69c064bb78e1 HTTP/1.1" 200 1204 0.004267 10.0.0.50 - - [2026-03-19 02:29:56] "GET /domains HTTP/1.1" 200 280 0.004151 10.0.0.50 - - [2026-03-19 02:29:56] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001429 10.0.0.50 - - [2026-03-19 02:29:56] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2572 0.009497 10.0.0.50 - - [2026-03-19 02:29:56] "POST /neutron/network HTTP/1.1" 200 1004 0.011461 10.0.0.50 - - [2026-03-19 02:29:56] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001381 10.0.0.50 - - [2026-03-19 02:29:56] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001465 10.0.0.50 - - [2026-03-19 02:29:56] "GET /project/f01c63e8-464e-49e1-830e-e7d3142c1a8b HTTP/1.1" 200 2842 0.127161 10.0.0.50 - - [2026-03-19 02:29:56] "GET /virtual-network/2685fdc0-7adf-4ad6-913d-cc4eefe2d64d HTTP/1.1" 200 3780 0.010223 10.0.0.50 - - [2026-03-19 02:29:56] "POST /neutron/port HTTP/1.1" 200 1055 0.295156 10.0.0.50 - - [2026-03-19 02:29:56] "POST /neutron/port HTTP/1.1" 200 1055 0.023915 10.0.0.50 - - [2026-03-19 02:29:56] "POST /neutron/port HTTP/1.1" 200 1055 0.013904 10.0.0.50 - - [2026-03-19 02:29:56] "GET /obj-perms HTTP/1.1" 200 5030 0.109113 10.0.0.50 - - [2026-03-19 02:29:56] "POST /neutron/port HTTP/1.1" 200 1109 0.102500 10.0.0.50 - - [2026-03-19 02:29:57] "POST /neutron/port HTTP/1.1" 200 1119 0.019474 10.0.0.50 - - [2026-03-19 02:29:57] "POST /neutron/port HTTP/1.1" 200 1119 0.017948 10.0.0.50 - - [2026-03-19 02:29:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005770 10.0.0.50 - - [2026-03-19 02:29:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011922 10.0.0.50 - - [2026-03-19 02:29:57] "POST /neutron/subnet HTTP/1.1" 200 673 0.007681 10.0.0.50 - - [2026-03-19 02:29:57] "POST /neutron/port HTTP/1.1" 200 117 0.001196 10.0.0.50 - - [2026-03-19 02:29:57] "POST /neutron/port HTTP/1.1" 200 1119 0.016060 10.0.0.50 - - [2026-03-19 02:29:57] "POST /neutron/network HTTP/1.1" 200 994 0.007739 10.0.0.50 - - [2026-03-19 02:29:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009661 10.0.0.50 - - [2026-03-19 02:29:57] "POST /neutron/port HTTP/1.1" 200 1119 0.011984 10.0.0.50 - - [2026-03-19 02:29:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005628 10.0.0.50 - - [2026-03-19 02:29:57] "GET /virtual-machine/2ccf8bbc-0825-4e6b-9aa6-31c619b9ba53 HTTP/1.1" 200 1288 0.004942 10.0.0.50 - - [2026-03-19 02:29:57] "GET /virtual-machine-interface/b7c99d4d-b6e8-4337-93be-ddb020106105 HTTP/1.1" 200 2942 0.004764 10.0.0.50 - - [2026-03-19 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002585 10.0.0.50 - - [2026-03-19 02:29:57] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003426 10.0.0.50 - - [2026-03-19 02:29:57] "GET /virtual-networks?parent_id=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002668 10.0.0.50 - - [2026-03-19 02:29:57] "GET /virtual-network/2685fdc0-7adf-4ad6-913d-cc4eefe2d64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005234 10.0.0.50 - - [2026-03-19 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.50 - - [2026-03-19 02:30:00] "GET /virtual-network/2685fdc0-7adf-4ad6-913d-cc4eefe2d64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005348 10.0.0.50 - - [2026-03-19 02:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.50 - - [2026-03-19 02:30:04] "GET /virtual-network/2685fdc0-7adf-4ad6-913d-cc4eefe2d64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007028 10.0.0.50 - - [2026-03-19 02:30:05] "POST /neutron/port HTTP/1.1" 200 1119 0.012619 10.0.0.50 - - [2026-03-19 02:30:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005452 10.0.0.50 - - [2026-03-19 02:30:05] "POST /neutron/port HTTP/1.1" 200 1119 0.012336 10.0.0.50 - - [2026-03-19 02:30:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005658 10.0.0.50 - - [2026-03-19 02:30:06] "POST /neutron/port HTTP/1.1" 200 1119 0.016110 10.0.0.50 - - [2026-03-19 02:30:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005742 10.0.0.50 - - [2026-03-19 02:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.50 - - [2026-03-19 02:30:06] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003587 10.0.0.50 - - [2026-03-19 02:30:06] "GET /virtual-networks?parent_id=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003412 10.0.0.50 - - [2026-03-19 02:30:06] "GET /virtual-network/2685fdc0-7adf-4ad6-913d-cc4eefe2d64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005003 10.0.0.50 - - [2026-03-19 02:30:07] "POST /neutron/port HTTP/1.1" 200 1119 0.026771 10.0.0.50 - - [2026-03-19 02:30:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007662 10.0.0.50 - - [2026-03-19 02:30:07] "POST /neutron/port HTTP/1.1" 200 1119 0.019673 10.0.0.50 - - [2026-03-19 02:30:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010016 10.0.0.50 - - [2026-03-19 02:30:07] "POST /neutron/port HTTP/1.1" 200 1119 0.012794 10.0.0.50 - - [2026-03-19 02:30:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006394 10.0.0.50 - - [2026-03-19 02:30:07] "GET /virtual-machine/4c85181d-f09b-46c1-a802-05c311182762 HTTP/1.1" 200 1288 0.007121 10.0.0.50 - - [2026-03-19 02:30:07] "GET /virtual-machine-interface/caa8cf20-e2a8-42f1-bb59-a0baf07c370e HTTP/1.1" 200 2942 0.008187 10.0.0.50 - - [2026-03-19 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006925 10.0.0.50 - - [2026-03-19 02:30:07] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003577 10.0.0.50 - - [2026-03-19 02:30:07] "GET /virtual-networks?parent_id=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003058 10.0.0.50 - - [2026-03-19 02:30:07] "GET /virtual-network/2685fdc0-7adf-4ad6-913d-cc4eefe2d64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008153 10.0.0.50 - - [2026-03-19 02:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.50 - - [2026-03-19 02:30:08] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003839 10.0.0.50 - - [2026-03-19 02:30:08] "GET /virtual-networks?parent_id=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003406 10.0.0.50 - - [2026-03-19 02:30:08] "GET /virtual-network/2685fdc0-7adf-4ad6-913d-cc4eefe2d64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007176 10.0.0.50 - - [2026-03-19 02:30:09] "POST /neutron/port HTTP/1.1" 200 1119 0.012815 10.0.0.50 - - [2026-03-19 02:30:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006287 10.0.0.50 - - [2026-03-19 02:30:09] "POST /neutron/port HTTP/1.1" 200 1119 0.017014 10.0.0.50 - - [2026-03-19 02:30:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007684 10.0.0.50 - - [2026-03-19 02:30:09] "POST /neutron/port HTTP/1.1" 200 1119 0.017124 10.0.0.50 - - [2026-03-19 02:30:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006663 10.0.0.50 - - [2026-03-19 02:30:09] "GET /virtual-machine/70c76a6c-75cc-4705-a023-2cc92a87e4ad HTTP/1.1" 200 1292 0.005553 10.0.0.50 - - [2026-03-19 02:30:09] "GET /virtual-machine-interface/edbab968-726c-4405-b231-2d94988cbf7d HTTP/1.1" 200 2942 0.014380 10.0.0.50 - - [2026-03-19 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.50 - - [2026-03-19 02:30:09] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004218 10.0.0.50 - - [2026-03-19 02:30:09] "GET /virtual-networks?parent_id=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003837 10.0.0.50 - - [2026-03-19 02:30:09] "GET /virtual-network/2685fdc0-7adf-4ad6-913d-cc4eefe2d64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005693 10.0.0.50 - - [2026-03-19 02:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.50 - - [2026-03-19 02:30:10] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004352 10.0.0.50 - - [2026-03-19 02:30:10] "GET /virtual-networks?parent_id=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003956 10.0.0.50 - - [2026-03-19 02:30:10] "GET /virtual-network/2685fdc0-7adf-4ad6-913d-cc4eefe2d64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006994 10.0.0.50 - - [2026-03-19 02:30:23] "GET /obj-perms HTTP/1.1" 200 5056 0.059917 10.0.0.50 - - [2026-03-19 02:30:23] "GET /obj-perms HTTP/1.1" 200 5056 0.071433 10.0.0.50 - - [2026-03-19 02:30:26] "POST /neutron/port HTTP/1.1" 200 1109 0.016214 10.0.0.50 - - [2026-03-19 02:30:27] "POST /neutron/port HTTP/1.1" 200 1109 0.010450 10.0.0.50 - - [2026-03-19 02:30:27] "POST /neutron/port HTTP/1.1" 200 151 0.110103 10.0.0.50 - - [2026-03-19 02:30:27] "POST /neutron/port HTTP/1.1" 200 1109 0.013853 10.0.0.50 - - [2026-03-19 02:30:27] "POST /neutron/port HTTP/1.1" 200 1109 0.016054 10.0.0.50 - - [2026-03-19 02:30:27] "POST /neutron/port HTTP/1.1" 200 1119 0.016441 10.0.0.50 - - [2026-03-19 02:30:27] "POST /neutron/port HTTP/1.1" 200 1109 0.013085 10.0.0.50 - - [2026-03-19 02:30:27] "POST /neutron/port HTTP/1.1" 200 151 0.155435 10.0.0.50 - - [2026-03-19 02:30:27] "POST /neutron/network HTTP/1.1" 200 994 0.013687 10.0.0.50 - - [2026-03-19 02:30:27] "POST /neutron/network HTTP/1.1" 400 204 0.015992 10.0.0.50 - - [2026-03-19 02:30:27] "POST /neutron/port HTTP/1.1" 200 151 0.165845 10.0.0.50 - - [2026-03-19 02:30:29] "POST /neutron/network HTTP/1.1" 200 994 0.007381 10.0.0.50 - - [2026-03-19 02:30:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003728 10.0.0.50 - - [2026-03-19 02:30:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004709 10.0.0.50 - - [2026-03-19 02:30:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001843 10.0.0.50 - - [2026-03-19 02:30:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002892 10.0.0.50 - - [2026-03-19 02:30:29] "POST /neutron/network HTTP/1.1" 200 151 0.108335 10.0.0.50 - - [2026-03-19 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.032186 10.0.0.50 - - [2026-03-19 02:30:29] "GET /routing-instance/494a118b-f429-47bd-8b19-5b60e6e910ca HTTP/1.1" 404 171 0.006433 10.0.0.50 - - [2026-03-19 02:30:29] "GET /domains HTTP/1.1" 200 280 0.002545 10.0.0.50 - - [2026-03-19 02:30:29] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.50 - - [2026-03-19 02:30:29] "DELETE /route-target/1904d19a-69b0-4e57-96f5-69c064bb78e1 HTTP/1.1" 200 115 0.020471 10.0.0.50 - - [2026-03-19 02:30:29] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2572 0.049451 10.0.0.50 - - [2026-03-19 02:30:29] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001183 10.0.0.50 - - [2026-03-19 02:30:29] "GET /project/f01c63e8-464e-49e1-830e-e7d3142c1a8b HTTP/1.1" 200 2085 0.067035 10.0.0.50 - - [2026-03-19 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.50 - - [2026-03-19 02:30:29] "DELETE /network-ipam/94713c97-2e86-4343-9bf4-33ea044a5aa3 HTTP/1.1" 200 115 0.019302 10.0.0.50 - - [2026-03-19 02:30:29] "POST /fqname-to-id HTTP/1.1" 404 211 0.003248 10.0.0.50 - - [2026-03-19 02:30:30] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001050 10.0.0.50 - - [2026-03-19 02:30:30] "GET /project/f01c63e8-464e-49e1-830e-e7d3142c1a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.025905 10.0.0.50 - - [2026-03-19 02:30:30] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000918 10.0.0.50 - - [2026-03-19 02:30:30] "GET /project/f01c63e8-464e-49e1-830e-e7d3142c1a8b?fields=virtual_networks HTTP/1.1" 200 1032 0.063535 10.0.0.50 - - [2026-03-19 02:30:30] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001092 10.0.0.50 - - [2026-03-19 02:30:30] "GET /project/f01c63e8-464e-49e1-830e-e7d3142c1a8b?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.027247 10.0.0.50 - - [2026-03-19 02:30:30] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001057 10.0.0.50 - - [2026-03-19 02:30:30] "GET /project/f01c63e8-464e-49e1-830e-e7d3142c1a8b?fields=security_groups HTTP/1.1" 200 1258 0.028133 10.0.0.50 - - [2026-03-19 02:30:32] "POST /neutron/port HTTP/1.1" 200 117 0.007419 10.0.0.50 - - [2026-03-19 02:30:32] "POST /neutron/port HTTP/1.1" 400 205 0.003350 10.0.0.50 - - [2026-03-19 02:30:32] "POST /neutron/port HTTP/1.1" 200 117 0.005320 10.0.0.50 - - [2026-03-19 02:30:32] "POST /neutron/port HTTP/1.1" 400 205 0.004698 10.0.0.50 - - [2026-03-19 02:30:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.50 - - [2026-03-19 02:30:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.50 - - [2026-03-19 02:30:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.50 - - [2026-03-19 02:30:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.50 - - [2026-03-19 02:30:38] "GET / HTTP/1.1" 200 35931 0.002366 10.0.0.50 - - [2026-03-19 02:30:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000410 10.0.0.50 - - [2026-03-19 02:30:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.052829 10.0.0.50 - - [2026-03-19 02:30:40] "GET /projects?obj_uuids=52db6e43-51d7-4ea4-93d5-5dc0b9699290&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002485 10.0.0.50 - - [2026-03-19 02:30:40] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001349 10.0.0.50 - - [2026-03-19 02:30:40] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007000 10.0.0.50 - - [2026-03-19 02:30:40] "POST /id-to-fqname HTTP/1.1" 200 185 0.001191 10.0.0.50 - - [2026-03-19 02:30:40] "POST /fqname-to-id HTTP/1.1" 404 194 0.002941 10.0.0.50 - - [2026-03-19 02:30:40] "POST /security-groups HTTP/1.1" 200 586 0.068801 10.0.0.50 - - [2026-03-19 02:30:40] "POST /fqname-to-id HTTP/1.1" 404 229 0.002439 10.0.0.50 - - [2026-03-19 02:30:40] "POST /projects HTTP/1.1" 200 575 0.220621 10.0.0.50 - - [2026-03-19 02:30:40] "POST /access-control-lists HTTP/1.1" 200 591 0.063348 10.0.0.50 - - [2026-03-19 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.305562 10.0.0.50 - - [2026-03-19 02:30:40] "POST /fqname-to-id HTTP/1.1" 404 228 0.003030 10.0.0.50 - - [2026-03-19 02:30:40] "GET /project/52db6e43-51d7-4ea4-93d5-5dc0b9699290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.436309 10.0.0.50 - - [2026-03-19 02:30:40] "POST /access-control-lists HTTP/1.1" 200 589 0.066542 10.0.0.50 - - [2026-03-19 02:30:41] "GET / HTTP/1.1" 200 35931 0.001867 10.0.0.50 - - [2026-03-19 02:30:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000701 10.0.0.50 - - [2026-03-19 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.041257 10.0.0.50 - - [2026-03-19 02:30:44] "GET /api-access-list/cfac79cc-ebcb-43c7-81bf-20db0a4903ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005604 10.0.0.50 - - [2026-03-19 02:30:44] "GET /api-access-list/cfac79cc-ebcb-43c7-81bf-20db0a4903ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003455 10.0.0.50 - - [2026-03-19 02:30:44] "GET /api-access-list/cfac79cc-ebcb-43c7-81bf-20db0a4903ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004205 10.0.0.50 - - [2026-03-19 02:30:44] "PUT /api-access-list/cfac79cc-ebcb-43c7-81bf-20db0a4903ee HTTP/1.1" 200 264 0.009519 10.0.0.50 - - [2026-03-19 02:30:44] "GET /aaa-mode HTTP/1.1" 401 292 0.000507 10.0.0.50 - - [2026-03-19 02:30:45] "GET /aaa-mode HTTP/1.1" 200 128 0.031408 10.0.0.50 - - [2026-03-19 02:30:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.032596 10.0.0.50 - - [2026-03-19 02:30:45] "GET /projects?obj_uuids=9294506c-e453-479d-81f2-229def94be5f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002497 10.0.0.50 - - [2026-03-19 02:30:45] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002091 10.0.0.50 - - [2026-03-19 02:30:45] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008206 10.0.0.50 - - [2026-03-19 02:30:45] "POST /id-to-fqname HTTP/1.1" 200 185 0.001649 10.0.0.50 - - [2026-03-19 02:30:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.002143 10.0.0.50 - - [2026-03-19 02:30:45] "POST /security-groups HTTP/1.1" 200 586 0.064381 10.0.0.50 - - [2026-03-19 02:30:45] "POST /fqname-to-id HTTP/1.1" 404 229 0.002465 10.0.0.50 - - [2026-03-19 02:30:45] "POST /projects HTTP/1.1" 200 575 0.220027 10.0.0.50 - - [2026-03-19 02:30:46] "POST /access-control-lists HTTP/1.1" 200 591 0.056549 10.0.0.50 - - [2026-03-19 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.293296 10.0.0.50 - - [2026-03-19 02:30:46] "POST /fqname-to-id HTTP/1.1" 404 228 0.002582 10.0.0.50 - - [2026-03-19 02:30:46] "GET /project/9294506c-e453-479d-81f2-229def94be5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.424302 10.0.0.50 - - [2026-03-19 02:30:46] "POST /access-control-lists HTTP/1.1" 200 589 0.060446 10.0.0.50 - - [2026-03-19 02:30:46] "POST /fqname-to-id HTTP/1.1" 404 183 0.031097 10.0.0.50 - - [2026-03-19 02:30:46] "GET /projects?obj_uuids=c0041371-6c5e-451a-8b5c-2a3a5158b7e2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003145 10.0.0.50 - - [2026-03-19 02:30:46] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.50 - - [2026-03-19 02:30:46] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008223 10.0.0.50 - - [2026-03-19 02:30:46] "POST /id-to-fqname HTTP/1.1" 200 185 0.001277 10.0.0.50 - - [2026-03-19 02:30:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.003771 10.0.0.50 - - [2026-03-19 02:30:46] "POST /security-groups HTTP/1.1" 200 586 0.067981 10.0.0.50 - - [2026-03-19 02:30:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.002926 10.0.0.50 - - [2026-03-19 02:30:46] "POST /projects HTTP/1.1" 200 575 0.220610 10.0.0.50 - - [2026-03-19 02:30:46] "POST /access-control-lists HTTP/1.1" 200 591 0.061131 10.0.0.50 - - [2026-03-19 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.305707 10.0.0.50 - - [2026-03-19 02:30:46] "POST /fqname-to-id HTTP/1.1" 404 228 0.004516 10.0.0.50 - - [2026-03-19 02:30:46] "GET /project/c0041371-6c5e-451a-8b5c-2a3a5158b7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.438521 10.0.0.50 - - [2026-03-19 02:30:47] "POST /access-control-lists HTTP/1.1" 200 589 0.064286 10.0.0.50 - - [2026-03-19 02:30:47] "GET / HTTP/1.1" 200 35931 0.002004 10.0.0.50 - - [2026-03-19 02:30:48] "GET / HTTP/1.1" 200 35931 0.001693 10.0.0.50 - - [2026-03-19 02:30:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.003192 10.0.0.50 - - [2026-03-19 02:30:48] "POST /api-access-lists HTTP/1.1" 200 521 0.016349 10.0.0.50 - - [2026-03-19 02:30:48] "GET /api-access-list/cff66921-f759-4928-8a30-53f4b206c320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.004706 10.0.0.50 - - [2026-03-19 02:30:49] "GET /api-access-list/cff66921-f759-4928-8a30-53f4b206c320 HTTP/1.1" 401 292 0.000529 10.0.0.50 - - [2026-03-19 02:30:49] "GET /api-access-list/cff66921-f759-4928-8a30-53f4b206c320 HTTP/1.1" 200 1265 0.067454 10.0.0.50 - - [2026-03-19 02:30:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000377 10.0.0.50 - - [2026-03-19 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.074238 10.0.0.50 - - [2026-03-19 02:30:49] "GET /projects?obj_uuids=9294506c-e453-479d-81f2-229def94be5f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001552 10.0.0.50 - - [2026-03-19 02:30:49] "GET /project/9294506c-e453-479d-81f2-229def94be5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.041272 10.0.0.50 - - [2026-03-19 02:30:49] "GET /virtual-networks?parent_id=9294506c-e453-479d-81f2-229def94be5f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012334 10.0.0.50 - - [2026-03-19 02:30:50] "POST /virtual-networks HTTP/1.1" 200 568 0.070678 10.0.0.50 - - [2026-03-19 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.015408 10.0.0.50 - - [2026-03-19 02:30:50] "POST /route-targets HTTP/1.1" 200 327 0.024304 10.0.0.50 - - [2026-03-19 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.015239 10.0.0.50 - - [2026-03-19 02:30:50] "GET /network-ipam/1100683d-c1f2-428f-98cf-993f9cb0bbed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.012952 10.0.0.50 - - [2026-03-19 02:30:50] "POST /useragent-kv HTTP/1.1" 200 115 0.006597 10.0.0.50 - - [2026-03-19 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.062967 10.0.0.50 - - [2026-03-19 02:30:50] "POST /neutron/network HTTP/1.1" 200 832 0.053811 10.0.0.50 - - [2026-03-19 02:30:50] "POST /neutron/network HTTP/1.1" 200 832 0.020609 10.0.0.50 - - [2026-03-19 02:30:50] "GET /virtual-network/4017f467-8265-4810-a123-d2d57b1bf002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.013065 10.0.0.50 - - [2026-03-19 02:30:50] "POST /neutron/network HTTP/1.1" 200 832 0.020293 10.0.0.50 - - [2026-03-19 02:30:50] "POST /neutron/subnet HTTP/1.1" 200 678 0.030201 10.0.0.50 - - [2026-03-19 02:30:50] "GET /virtual-network/4017f467-8265-4810-a123-d2d57b1bf002 HTTP/1.1" 401 292 0.000419 10.0.0.50 - - [2026-03-19 02:30:50] "GET /virtual-network/4017f467-8265-4810-a123-d2d57b1bf002 HTTP/1.1" 200 2267 0.045837 10.0.0.50 - - [2026-03-19 02:30:50] "GET /virtual-network/4017f467-8265-4810-a123-d2d57b1bf002 HTTP/1.1" 401 292 0.000529 10.0.0.50 - - [2026-03-19 02:30:51] "GET /virtual-network/4017f467-8265-4810-a123-d2d57b1bf002 HTTP/1.1" 200 2007 0.052560 10.0.0.50 - - [2026-03-19 02:30:51] "GET /obj-perms HTTP/1.1" 200 4915 0.078652 10.0.0.50 - - [2026-03-19 02:30:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000379 10.0.0.50 - - [2026-03-19 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.031253 10.0.0.50 - - [2026-03-19 02:30:52] "GET /virtual-network/4017f467-8265-4810-a123-d2d57b1bf002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.015382 10.0.0.50 - - [2026-03-19 02:30:52] "GET /obj-perms HTTP/1.1" 200 4915 0.010562 10.0.0.50 - - [2026-03-19 02:30:52] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.017521 10.0.0.50 - - [2026-03-19 02:30:52] "GET /obj-perms HTTP/1.1" 200 4915 0.070473 10.0.0.50 - - [2026-03-19 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002455 10.0.0.50 - - [2026-03-19 02:30:52] "GET /virtual-network/4017f467-8265-4810-a123-d2d57b1bf002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.014840 10.0.0.50 - - [2026-03-19 02:30:52] "GET /obj-perms HTTP/1.1" 200 4915 0.010664 10.0.0.50 - - [2026-03-19 02:30:52] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.015552 10.0.0.50 - - [2026-03-19 02:30:52] "POST /id-to-fqname HTTP/1.1" 401 292 0.000572 10.0.0.50 - - [2026-03-19 02:30:53] "POST /id-to-fqname HTTP/1.1" 200 230 0.051644 10.0.0.50 - - [2026-03-19 02:30:53] "POST /neutron/network HTTP/1.1" 200 842 0.049156 10.0.0.50 - - [2026-03-19 02:30:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000546 10.0.0.50 - - [2026-03-19 02:30:54] "GET / HTTP/1.1" 200 35931 0.001851 10.0.0.50 - - [2026-03-19 02:30:54] "GET /project/c0041371-6c5e-451a-8b5c-2a3a5158b7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000372 10.0.0.50 - - [2026-03-19 02:30:54] "GET /projects?obj_uuids=c0041371-6c5e-451a-8b5c-2a3a5158b7e2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001365 10.0.0.50 - - [2026-03-19 02:30:54] "GET /project/c0041371-6c5e-451a-8b5c-2a3a5158b7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.055983 10.0.0.50 - - [2026-03-19 02:30:54] "POST /neutron/network HTTP/1.1" 200 832 0.006169 10.0.0.50 - - [2026-03-19 02:30:54] "POST /neutron/port HTTP/1.1" 200 117 0.039474 10.0.0.50 - - [2026-03-19 02:30:54] "POST /neutron/port HTTP/1.1" 200 117 0.004979 10.0.0.50 - - [2026-03-19 02:30:54] "POST /neutron/port HTTP/1.1" 200 117 0.007502 10.0.0.50 - - [2026-03-19 02:30:55] "POST /neutron/network HTTP/1.1" 200 842 0.023928 10.0.0.50 - - [2026-03-19 02:30:55] "POST /neutron/network HTTP/1.1" 200 832 0.020699 10.0.0.50 - - [2026-03-19 02:30:55] "GET /projects?obj_uuids=c0041371-6c5e-451a-8b5c-2a3a5158b7e2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001233 10.0.0.50 - - [2026-03-19 02:30:55] "POST /neutron/port HTTP/1.1" 200 1056 0.354111 10.0.0.50 - - [2026-03-19 02:30:55] "POST /neutron/port HTTP/1.1" 200 1056 0.009072 10.0.0.50 - - [2026-03-19 02:30:55] "POST /neutron/port HTTP/1.1" 200 1056 0.009433 10.0.0.50 - - [2026-03-19 02:30:55] "POST /neutron/port HTTP/1.1" 200 1110 0.052608 10.0.0.50 - - [2026-03-19 02:30:55] "POST /neutron/port HTTP/1.1" 200 1120 0.011680 10.0.0.50 - - [2026-03-19 02:30:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003390 10.0.0.50 - - [2026-03-19 02:30:55] "POST /neutron/subnet HTTP/1.1" 200 652 0.006497 10.0.0.50 - - [2026-03-19 02:30:55] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.50 - - [2026-03-19 02:30:55] "POST /neutron/network HTTP/1.1" 200 832 0.005239 10.0.0.50 - - [2026-03-19 02:30:59] "POST /neutron/port HTTP/1.1" 200 1120 0.012679 10.0.0.50 - - [2026-03-19 02:31:00] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007577 10.0.0.50 - - [2026-03-19 02:31:00] "POST /neutron/port HTTP/1.1" 200 1120 0.014592 10.0.0.50 - - [2026-03-19 02:31:00] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007876 10.0.0.50 - - [2026-03-19 02:31:00] "POST /neutron/port HTTP/1.1" 200 1120 0.013461 10.0.0.50 - - [2026-03-19 02:31:00] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007463 10.0.0.50 - - [2026-03-19 02:31:00] "POST /neutron/port HTTP/1.1" 200 1120 0.012819 10.0.0.50 - - [2026-03-19 02:31:00] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006858 10.0.0.50 - - [2026-03-19 02:31:00] "GET /virtual-machine/7fb136e9-05a1-4c02-9e2c-e76b61330902 HTTP/1.1" 200 1287 0.013381 10.0.0.50 - - [2026-03-19 02:31:00] "GET /virtual-machine/7fb136e9-05a1-4c02-9e2c-e76b61330902 HTTP/1.1" 200 1287 0.011417 10.0.0.50 - - [2026-03-19 02:31:00] "GET /virtual-machine-interface/095047ae-71c0-4d12-9f23-a13ac5ccc0ae HTTP/1.1" 200 2529 0.014551 10.0.0.50 - - [2026-03-19 02:31:00] "GET /virtual-machine/7fb136e9-05a1-4c02-9e2c-e76b61330902 HTTP/1.1" 200 1287 0.011942 10.0.0.50 - - [2026-03-19 02:31:00] "GET /virtual-machine-interface/095047ae-71c0-4d12-9f23-a13ac5ccc0ae HTTP/1.1" 200 2529 0.017198 10.0.0.50 - - [2026-03-19 02:31:00] "GET /instance-ip/122c331c-cee6-4908-a9fe-96ad704d136b HTTP/1.1" 200 1626 0.012372 10.0.0.50 - - [2026-03-19 02:31:00] "GET /virtual-machine/7fb136e9-05a1-4c02-9e2c-e76b61330902 HTTP/1.1" 200 1287 0.009622 10.0.0.50 - - [2026-03-19 02:31:00] "GET /virtual-machine-interface/095047ae-71c0-4d12-9f23-a13ac5ccc0ae HTTP/1.1" 200 2529 0.016994 10.0.0.50 - - [2026-03-19 02:31:00] "GET /instance-ip/122c331c-cee6-4908-a9fe-96ad704d136b HTTP/1.1" 200 1626 0.013388 10.0.0.50 - - [2026-03-19 02:31:00] "POST /fqname-to-id HTTP/1.1" 403 339 0.010565 10.0.0.50 - - [2026-03-19 02:31:00] "GET / HTTP/1.1" 200 35931 0.002745 10.0.0.50 - - [2026-03-19 02:31:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000596 10.0.0.50 - - [2026-03-19 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.033021 10.0.0.50 - - [2026-03-19 02:31:01] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003621 10.0.0.50 - - [2026-03-19 02:31:01] "GET /virtual-networks?parent_id=c0041371-6c5e-451a-8b5c-2a3a5158b7e2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011026 10.0.0.50 - - [2026-03-19 02:31:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.012186 10.0.0.50 - - [2026-03-19 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.50 - - [2026-03-19 02:31:01] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003593 10.0.0.50 - - [2026-03-19 02:31:01] "GET /virtual-networks?parent_id=c0041371-6c5e-451a-8b5c-2a3a5158b7e2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010859 10.0.0.50 - - [2026-03-19 02:31:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.010849 10.0.0.50 - - [2026-03-19 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.50 - - [2026-03-19 02:31:01] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003301 10.0.0.50 - - [2026-03-19 02:31:01] "GET /virtual-networks?parent_id=c0041371-6c5e-451a-8b5c-2a3a5158b7e2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009244 10.0.0.50 - - [2026-03-19 02:31:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.010780 10.0.0.50 - - [2026-03-19 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.50 - - [2026-03-19 02:31:01] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003385 10.0.0.50 - - [2026-03-19 02:31:01] "GET /virtual-networks?parent_id=c0041371-6c5e-451a-8b5c-2a3a5158b7e2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012881 10.0.0.50 - - [2026-03-19 02:31:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.010654 10.0.0.50 - - [2026-03-19 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.50 - - [2026-03-19 02:31:01] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003823 10.0.0.50 - - [2026-03-19 02:31:01] "GET /virtual-networks?parent_id=c0041371-6c5e-451a-8b5c-2a3a5158b7e2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011236 10.0.0.50 - - [2026-03-19 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.010298 10.0.0.50 - - [2026-03-19 02:31:04] "GET /virtual-network/4017f467-8265-4810-a123-d2d57b1bf002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.012624 10.0.0.50 - - [2026-03-19 02:31:05] "POST /neutron/port HTTP/1.1" 200 1120 0.012251 10.0.0.50 - - [2026-03-19 02:31:05] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005369 10.0.0.50 - - [2026-03-19 02:31:06] "POST /fqname-to-id HTTP/1.1" 403 339 0.015430 10.0.0.50 - - [2026-03-19 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002454 10.0.0.50 - - [2026-03-19 02:31:06] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002756 10.0.0.50 - - [2026-03-19 02:31:07] "GET /virtual-networks?parent_id=c0041371-6c5e-451a-8b5c-2a3a5158b7e2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011069 10.0.0.50 - - [2026-03-19 02:31:07] "POST /fqname-to-id HTTP/1.1" 403 339 0.010754 10.0.0.50 - - [2026-03-19 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002277 10.0.0.50 - - [2026-03-19 02:31:07] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002997 10.0.0.50 - - [2026-03-19 02:31:07] "GET /virtual-networks?parent_id=c0041371-6c5e-451a-8b5c-2a3a5158b7e2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012021 10.0.0.50 - - [2026-03-19 02:31:07] "POST /neutron/port HTTP/1.1" 200 1120 0.014909 10.0.0.50 - - [2026-03-19 02:31:07] "POST /fqname-to-id HTTP/1.1" 403 361 0.014390 10.0.0.50 - - [2026-03-19 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002438 10.0.0.50 - - [2026-03-19 02:31:07] "GET /routing-instance/f7686dbd-0976-4437-b9c4-b3e37f6d4eda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003458 10.0.0.50 - - [2026-03-19 02:31:07] "POST /neutron/port HTTP/1.1" 200 1120 0.015010 10.0.0.50 - - [2026-03-19 02:31:07] "POST /neutron/network HTTP/1.1" 200 842 0.005801 10.0.0.50 - - [2026-03-19 02:31:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003067 10.0.0.50 - - [2026-03-19 02:31:07] "GET /route-target/5de3b171-2ee1-491b-be08-178163389728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.016679 10.0.0.50 - - [2026-03-19 02:31:07] "GET /route-target/5de3b171-2ee1-491b-be08-178163389728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003166 10.0.0.50 - - [2026-03-19 02:31:07] "POST /neutron/subnet HTTP/1.1" 200 652 0.007006 10.0.0.50 - - [2026-03-19 02:31:07] "POST /neutron/port HTTP/1.1" 200 117 0.001501 10.0.0.50 - - [2026-03-19 02:31:07] "POST /neutron/network HTTP/1.1" 200 832 0.006952 10.0.0.50 - - [2026-03-19 02:31:07] "POST /fqname-to-id HTTP/1.1" 403 339 0.011960 10.0.0.50 - - [2026-03-19 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.50 - - [2026-03-19 02:31:07] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003895 10.0.0.50 - - [2026-03-19 02:31:07] "GET /virtual-networks?parent_id=c0041371-6c5e-451a-8b5c-2a3a5158b7e2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011209 10.0.0.50 - - [2026-03-19 02:31:07] "POST /fqname-to-id HTTP/1.1" 403 361 0.009771 10.0.0.50 - - [2026-03-19 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.50 - - [2026-03-19 02:31:07] "GET /routing-instance/f7686dbd-0976-4437-b9c4-b3e37f6d4eda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003907 10.0.0.50 - - [2026-03-19 02:31:07] "GET /route-target/5de3b171-2ee1-491b-be08-178163389728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.016978 10.0.0.50 - - [2026-03-19 02:31:07] "GET /route-target/5de3b171-2ee1-491b-be08-178163389728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003205 10.0.0.50 - - [2026-03-19 02:31:07] "GET /obj-perms HTTP/1.1" 200 4915 0.009952 10.0.0.50 - - [2026-03-19 02:31:07] "GET /virtual-machine/7fb136e9-05a1-4c02-9e2c-e76b61330902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.013385 10.0.0.50 - - [2026-03-19 02:31:09] "GET /obj-perms HTTP/1.1" 200 4915 0.009676 10.0.0.50 - - [2026-03-19 02:31:09] "GET /virtual-machine/7fb136e9-05a1-4c02-9e2c-e76b61330902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.011688 10.0.0.50 - - [2026-03-19 02:31:11] "GET /obj-perms HTTP/1.1" 200 4915 0.010319 10.0.0.50 - - [2026-03-19 02:31:11] "GET /virtual-machine/7fb136e9-05a1-4c02-9e2c-e76b61330902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009879 10.0.0.50 - - [2026-03-19 02:31:13] "GET /obj-perms HTTP/1.1" 200 4915 0.008802 10.0.0.50 - - [2026-03-19 02:31:14] "GET /virtual-machine/7fb136e9-05a1-4c02-9e2c-e76b61330902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009913 10.0.0.50 - - [2026-03-19 02:31:14] "GET /obj-perms HTTP/1.1" 200 4915 0.011765 10.0.0.50 - - [2026-03-19 02:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.50 - - [2026-03-19 02:31:14] "GET /virtual-machine-interface/095047ae-71c0-4d12-9f23-a13ac5ccc0ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2308 0.015059 10.0.0.50 - - [2026-03-19 02:31:14] "GET /obj-perms HTTP/1.1" 200 4915 0.009424 10.0.0.50 - - [2026-03-19 02:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.50 - - [2026-03-19 02:31:14] "GET /virtual-machine-interface/095047ae-71c0-4d12-9f23-a13ac5ccc0ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2308 0.017191 10.0.0.50 - - [2026-03-19 02:31:14] "GET /obj-perms HTTP/1.1" 200 4915 0.014027 10.0.0.50 - - [2026-03-19 02:31:14] "GET /virtual-machine/7fb136e9-05a1-4c02-9e2c-e76b61330902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.011051 10.0.0.50 - - [2026-03-19 02:31:14] "GET /obj-perms HTTP/1.1" 200 4915 0.012807 10.0.0.50 - - [2026-03-19 02:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.50 - - [2026-03-19 02:31:14] "GET /virtual-machine-interface/095047ae-71c0-4d12-9f23-a13ac5ccc0ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2308 0.019624 10.0.0.50 - - [2026-03-19 02:31:14] "GET /obj-perms HTTP/1.1" 200 4915 0.013898 10.0.0.50 - - [2026-03-19 02:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.50 - - [2026-03-19 02:31:14] "GET /virtual-network/4017f467-8265-4810-a123-d2d57b1bf002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.014873 10.0.0.50 - - [2026-03-19 02:31:14] "GET /obj-perms HTTP/1.1" 200 4915 0.011185 10.0.0.50 - - [2026-03-19 02:31:14] "GET /virtual-machine/7fb136e9-05a1-4c02-9e2c-e76b61330902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.011914 10.0.0.50 - - [2026-03-19 02:31:15] "GET /obj-perms HTTP/1.1" 200 4915 0.012532 10.0.0.50 - - [2026-03-19 02:31:15] "GET /obj-perms HTTP/1.1" 200 4915 0.012129 10.0.0.50 - - [2026-03-19 02:31:15] "GET /obj-perms HTTP/1.1" 200 4915 0.073117 10.0.0.50 - - [2026-03-19 02:31:15] "GET /obj-perms HTTP/1.1" 200 4915 0.011691 10.0.0.50 - - [2026-03-19 02:31:15] "GET /obj-perms HTTP/1.1" 200 5020 0.068791 10.0.0.50 - - [2026-03-19 02:31:15] "GET /obj-perms HTTP/1.1" 200 5020 0.003117 10.0.0.50 - - [2026-03-19 02:31:16] "DELETE /project/52db6e4351d74ea493d55dc0b9699290 HTTP/1.1" 404 173 0.009552 10.0.0.50 - - [2026-03-19 02:31:16] "DELETE /project/c00413716c5e451a8b5c2a3a5158b7e2 HTTP/1.1" 404 173 0.008696 10.0.0.50 - - [2026-03-19 02:31:16] "DELETE /project/9294506ce453479d81f2229def94be5f HTTP/1.1" 404 173 0.008000 10.0.0.50 - - [2026-03-19 02:31:16] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000868 10.0.0.50 - - [2026-03-19 02:31:16] "GET /obj-perms HTTP/1.1" 200 4915 0.014199 10.0.0.50 - - [2026-03-19 02:31:16] "GET /project/f01c63e8-464e-49e1-830e-e7d3142c1a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.029523 10.0.0.50 - - [2026-03-19 02:31:16] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001062 10.0.0.50 - - [2026-03-19 02:31:16] "GET /obj-perms HTTP/1.1" 200 4915 0.009018 10.0.0.50 - - [2026-03-19 02:31:16] "GET /project/f01c63e8-464e-49e1-830e-e7d3142c1a8b?fields=security_groups HTTP/1.1" 200 1363 0.066555 10.0.0.50 - - [2026-03-19 02:31:16] "DELETE /security-group/bd95fdc5-2e66-4830-8af1-947db5e37e1d HTTP/1.1" 200 115 0.053816 10.0.0.50 - - [2026-03-19 02:31:16] "DELETE /access-control-list/e6cc74ee-af84-47a0-b62c-4ba9ee77090e HTTP/1.1" 200 115 0.033007 10.0.0.50 - - [2026-03-19 02:31:16] "GET /projects?obj_uuids=f01c63e8-464e-49e1-830e-e7d3142c1a8b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001232 10.0.0.50 - - [2026-03-19 02:31:16] "GET /project/f01c63e8-464e-49e1-830e-e7d3142c1a8b?fields=application_policy_sets HTTP/1.1" 200 1402 0.029440 10.0.0.50 - - [2026-03-19 02:31:16] "DELETE /access-control-list/01d16e1a-4cc3-41c3-85e6-4eab8cdf9c1b HTTP/1.1" 200 115 0.033395 10.0.0.50 - - [2026-03-19 02:31:16] "DELETE /project/f01c63e8-464e-49e1-830e-e7d3142c1a8b HTTP/1.1" 200 115 0.334131 10.0.0.50 - - [2026-03-19 02:31:16] "GET /obj-perms HTTP/1.1" 200 4915 0.078326 10.0.0.50 - - [2026-03-19 02:31:16] "GET /obj-perms HTTP/1.1" 200 4915 0.008517 10.0.0.50 - - [2026-03-19 02:31:16] "GET /obj-perms HTTP/1.1" 200 5020 0.003273 10.0.0.50 - - [2026-03-19 02:31:16] "GET /obj-perms HTTP/1.1" 200 5020 0.004615 10.0.0.50 - - [2026-03-19 02:31:16] "GET /obj-perms HTTP/1.1" 200 4915 0.009148 10.0.0.50 - - [2026-03-19 02:31:16] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.011831 10.0.0.50 - - [2026-03-19 02:31:16] "GET /virtual-machine/7fb136e9-05a1-4c02-9e2c-e76b61330902 HTTP/1.1" 200 1287 0.011270 10.0.0.50 - - [2026-03-19 02:31:17] "POST /neutron/port HTTP/1.1" 200 1120 0.014803 10.0.0.50 - - [2026-03-19 02:31:17] "POST /neutron/port HTTP/1.1" 200 1110 0.013910 10.0.0.50 - - [2026-03-19 02:31:17] "POST /neutron/port HTTP/1.1" 200 151 0.107866 10.0.0.50 - - [2026-03-19 02:31:19] "GET /virtual-machine/7fb136e9-05a1-4c02-9e2c-e76b61330902 HTTP/1.1" 404 171 0.009553 10.0.0.50 - - [2026-03-19 02:31:19] "GET /virtual-machine/7fb136e9-05a1-4c02-9e2c-e76b61330902 HTTP/1.1" 404 171 0.008339 10.0.0.50 - - [2026-03-19 02:31:19] "GET /virtual-machine/7fb136e9-05a1-4c02-9e2c-e76b61330902 HTTP/1.1" 404 171 0.008307 10.0.0.50 - - [2026-03-19 02:31:19] "POST /fqname-to-id HTTP/1.1" 403 339 0.010505 10.0.0.50 - - [2026-03-19 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002463 10.0.0.50 - - [2026-03-19 02:31:19] "GET /global-vrouter-config/576f3a83-92fe-4de6-bba6-8e3e4ad04e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003505 10.0.0.50 - - [2026-03-19 02:31:19] "GET /virtual-networks?parent_id=c0041371-6c5e-451a-8b5c-2a3a5158b7e2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010820 10.0.0.50 - - [2026-03-19 02:31:19] "POST /fqname-to-id HTTP/1.1" 403 361 0.008438 10.0.0.50 - - [2026-03-19 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.50 - - [2026-03-19 02:31:19] "GET /routing-instance/f7686dbd-0976-4437-b9c4-b3e37f6d4eda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003366 10.0.0.50 - - [2026-03-19 02:31:19] "GET /route-target/5de3b171-2ee1-491b-be08-178163389728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008637 10.0.0.50 - - [2026-03-19 02:31:19] "GET /route-target/5de3b171-2ee1-491b-be08-178163389728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002585 10.0.0.50 - - [2026-03-19 02:31:19] "GET /obj-perms HTTP/1.1" 200 4915 0.011465 10.0.0.50 - - [2026-03-19 02:31:19] "GET /obj-perms HTTP/1.1" 200 4915 0.012687 10.0.0.50 - - [2026-03-19 02:31:19] "GET /obj-perms HTTP/1.1" 200 4915 0.067444 10.0.0.50 - - [2026-03-19 02:31:19] "GET /obj-perms HTTP/1.1" 200 4915 0.009663 10.0.0.50 - - [2026-03-19 02:31:19] "GET /obj-perms HTTP/1.1" 200 5020 0.003821 10.0.0.50 - - [2026-03-19 02:31:22] "GET /obj-perms HTTP/1.1" 200 5020 0.004042 10.0.0.50 - - [2026-03-19 02:31:23] "GET /obj-perms HTTP/1.1" 200 5056 0.053054 10.0.0.50 - - [2026-03-19 02:31:24] "GET /obj-perms HTTP/1.1" 200 5056 0.051387 10.0.0.50 - - [2026-03-19 02:31:25] "GET /obj-perms HTTP/1.1" 200 5020 0.003627 10.0.0.50 - - [2026-03-19 02:31:28] "GET /obj-perms HTTP/1.1" 200 5020 0.003538 10.0.0.50 - - [2026-03-19 02:31:31] "GET /obj-perms HTTP/1.1" 200 5020 0.003374 10.0.0.50 - - [2026-03-19 02:31:34] "GET /obj-perms HTTP/1.1" 200 5020 0.003585 10.0.0.50 - - [2026-03-19 02:31:38] "GET /obj-perms HTTP/1.1" 200 5020 0.003824 10.0.0.50 - - [2026-03-19 02:31:41] "GET /obj-perms HTTP/1.1" 200 5020 0.004502 10.0.0.50 - - [2026-03-19 02:31:44] "GET /obj-perms HTTP/1.1" 200 5020 0.003528 10.0.0.50 - - [2026-03-19 02:31:47] "GET /obj-perms HTTP/1.1" 200 5020 0.003511 10.0.0.50 - - [2026-03-19 02:31:50] "GET /obj-perms HTTP/1.1" 200 5020 0.003396 10.0.0.50 - - [2026-03-19 02:31:53] "GET /obj-perms HTTP/1.1" 200 5020 0.003257 10.0.0.50 - - [2026-03-19 02:31:56] "GET /obj-perms HTTP/1.1" 200 5020 0.004450 10.0.0.50 - - [2026-03-19 02:31:59] "GET /obj-perms HTTP/1.1" 200 5020 0.003495 10.0.0.50 - - [2026-03-19 02:32:02] "GET /obj-perms HTTP/1.1" 200 5020 0.003752 10.0.0.50 - - [2026-03-19 02:32:05] "GET /obj-perms HTTP/1.1" 200 5020 0.003775 10.0.0.50 - - [2026-03-19 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.50 - - [2026-03-19 02:32:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001990 10.0.0.50 - - [2026-03-19 02:32:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003760 10.0.0.50 - - [2026-03-19 02:32:05] "DELETE /virtual-network/4017f467-8265-4810-a123-d2d57b1bf002 HTTP/1.1" 200 115 0.084490 10.0.0.50 - - [2026-03-19 02:32:05] "DELETE /route-target/5de3b171-2ee1-491b-be08-178163389728 HTTP/1.1" 200 115 0.022966 10.0.0.50 - - [2026-03-19 02:32:05] "DELETE /api-access-list/cff66921-f759-4928-8a30-53f4b206c320 HTTP/1.1" 200 115 0.025729 10.0.0.50 - - [2026-03-19 02:32:05] "GET /api-access-list/cff66921-f759-4928-8a30-53f4b206c320 HTTP/1.1" 404 171 0.002406 10.0.0.50 - - [2026-03-19 02:32:05] "GET /projects?obj_uuids=c0041371-6c5e-451a-8b5c-2a3a5158b7e2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001343 10.0.0.50 - - [2026-03-19 02:32:05] "GET /project/c0041371-6c5e-451a-8b5c-2a3a5158b7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.029196 10.0.0.50 - - [2026-03-19 02:32:05] "GET /projects?obj_uuids=c0041371-6c5e-451a-8b5c-2a3a5158b7e2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000998 10.0.0.50 - - [2026-03-19 02:32:05] "GET /project/c0041371-6c5e-451a-8b5c-2a3a5158b7e2?fields=virtual_networks HTTP/1.1" 200 1023 0.065619 10.0.0.50 - - [2026-03-19 02:32:05] "GET /projects?obj_uuids=c0041371-6c5e-451a-8b5c-2a3a5158b7e2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000946 10.0.0.50 - - [2026-03-19 02:32:05] "GET /project/c0041371-6c5e-451a-8b5c-2a3a5158b7e2?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.028313 10.0.0.50 - - [2026-03-19 02:32:05] "GET /projects?obj_uuids=c0041371-6c5e-451a-8b5c-2a3a5158b7e2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001411 10.0.0.50 - - [2026-03-19 02:32:05] "GET /project/c0041371-6c5e-451a-8b5c-2a3a5158b7e2?fields=security_groups HTTP/1.1" 200 1244 0.027306 10.0.0.50 - - [2026-03-19 02:32:06] "GET /projects?obj_uuids=9294506c-e453-479d-81f2-229def94be5f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001213 10.0.0.50 - - [2026-03-19 02:32:06] "GET /project/9294506c-e453-479d-81f2-229def94be5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.028568 10.0.0.50 - - [2026-03-19 02:32:06] "GET /projects?obj_uuids=9294506c-e453-479d-81f2-229def94be5f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001102 10.0.0.50 - - [2026-03-19 02:32:06] "GET /project/9294506c-e453-479d-81f2-229def94be5f?fields=virtual_networks HTTP/1.1" 200 1022 0.085951 10.0.0.50 - - [2026-03-19 02:32:06] "GET /projects?obj_uuids=9294506c-e453-479d-81f2-229def94be5f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000945 10.0.0.50 - - [2026-03-19 02:32:06] "GET /project/9294506c-e453-479d-81f2-229def94be5f?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.029123 10.0.0.50 - - [2026-03-19 02:32:06] "GET /projects?obj_uuids=9294506c-e453-479d-81f2-229def94be5f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001340 10.0.0.50 - - [2026-03-19 02:32:06] "GET /project/9294506c-e453-479d-81f2-229def94be5f?fields=security_groups HTTP/1.1" 200 1243 0.028819 10.0.0.50 - - [2026-03-19 02:32:07] "GET /api-access-list/cfac79cc-ebcb-43c7-81bf-20db0a4903ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004604 10.0.0.50 - - [2026-03-19 02:32:08] "PUT /api-access-list/cfac79cc-ebcb-43c7-81bf-20db0a4903ee HTTP/1.1" 200 264 0.009884 10.0.0.50 - - [2026-03-19 02:32:08] "GET /projects?obj_uuids=52db6e43-51d7-4ea4-93d5-5dc0b9699290&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001178 10.0.0.50 - - [2026-03-19 02:32:08] "GET /project/52db6e43-51d7-4ea4-93d5-5dc0b9699290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.027442 10.0.0.50 - - [2026-03-19 02:32:08] "GET /projects?obj_uuids=52db6e43-51d7-4ea4-93d5-5dc0b9699290&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001105 10.0.0.50 - - [2026-03-19 02:32:08] "GET /project/52db6e43-51d7-4ea4-93d5-5dc0b9699290?fields=virtual_networks HTTP/1.1" 200 1022 0.077596 10.0.0.50 - - [2026-03-19 02:32:08] "GET /projects?obj_uuids=52db6e43-51d7-4ea4-93d5-5dc0b9699290&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001534 10.0.0.50 - - [2026-03-19 02:32:08] "GET /project/52db6e43-51d7-4ea4-93d5-5dc0b9699290?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.035326 10.0.0.50 - - [2026-03-19 02:32:08] "GET /projects?obj_uuids=52db6e43-51d7-4ea4-93d5-5dc0b9699290&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001494 10.0.0.50 - - [2026-03-19 02:32:08] "GET /project/52db6e43-51d7-4ea4-93d5-5dc0b9699290?fields=security_groups HTTP/1.1" 200 1243 0.031801 10.0.0.50 - - [2026-03-19 02:32:09] "POST /fqname-to-id HTTP/1.1" 404 188 0.041933 10.0.0.50 - - [2026-03-19 02:32:09] "GET /projects?obj_uuids=a4d8d6d2-5458-40c5-8402-84136bd4bdbe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002474 10.0.0.50 - - [2026-03-19 02:32:09] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001445 10.0.0.50 - - [2026-03-19 02:32:09] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007041 10.0.0.50 - - [2026-03-19 02:32:09] "POST /id-to-fqname HTTP/1.1" 200 190 0.001623 10.0.0.50 - - [2026-03-19 02:32:09] "POST /fqname-to-id HTTP/1.1" 404 199 0.002165 10.0.0.50 - - [2026-03-19 02:32:09] "POST /security-groups HTTP/1.1" 200 591 0.064182 10.0.0.50 - - [2026-03-19 02:32:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.002565 10.0.0.50 - - [2026-03-19 02:32:09] "POST /projects HTTP/1.1" 200 585 0.217352 10.0.0.50 - - [2026-03-19 02:32:09] "POST /access-control-lists HTTP/1.1" 200 596 0.060314 10.0.0.50 - - [2026-03-19 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.294088 10.0.0.50 - - [2026-03-19 02:32:09] "POST /fqname-to-id HTTP/1.1" 404 233 0.002881 10.0.0.50 - - [2026-03-19 02:32:09] "GET /project/a4d8d6d2-5458-40c5-8402-84136bd4bdbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.425874 10.0.0.50 - - [2026-03-19 02:32:09] "POST /access-control-lists HTTP/1.1" 200 594 0.060235 10.0.0.50 - - [2026-03-19 02:32:10] "GET / HTTP/1.1" 200 35931 0.001904 10.0.0.50 - - [2026-03-19 02:32:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.50 - - [2026-03-19 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.040805 10.0.0.50 - - [2026-03-19 02:32:13] "GET /api-access-list/cfac79cc-ebcb-43c7-81bf-20db0a4903ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003315 10.0.0.50 - - [2026-03-19 02:32:13] "GET /api-access-list/cfac79cc-ebcb-43c7-81bf-20db0a4903ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003176 10.0.0.50 - - [2026-03-19 02:32:13] "GET /api-access-list/cfac79cc-ebcb-43c7-81bf-20db0a4903ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003701 10.0.0.50 - - [2026-03-19 02:32:13] "PUT /api-access-list/cfac79cc-ebcb-43c7-81bf-20db0a4903ee HTTP/1.1" 200 264 0.011879 10.0.0.50 - - [2026-03-19 02:32:13] "GET /aaa-mode HTTP/1.1" 200 128 0.001683 10.0.0.50 - - [2026-03-19 02:32:14] "POST /fqname-to-id HTTP/1.1" 404 188 0.030719 10.0.0.50 - - [2026-03-19 02:32:14] "GET /projects?obj_uuids=8d507775-7a9d-45c6-94fb-1edf138aaaf7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.069730 10.0.0.50 - - [2026-03-19 02:32:14] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001279 10.0.0.50 - - [2026-03-19 02:32:14] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.038746 10.0.0.50 - - [2026-03-19 02:32:14] "POST /id-to-fqname HTTP/1.1" 200 190 0.001216 10.0.0.50 - - [2026-03-19 02:32:14] "POST /fqname-to-id HTTP/1.1" 404 199 0.003465 10.0.0.50 - - [2026-03-19 02:32:14] "POST /security-groups HTTP/1.1" 200 591 0.063914 10.0.0.50 - - [2026-03-19 02:32:14] "POST /fqname-to-id HTTP/1.1" 404 234 0.004432 10.0.0.50 - - [2026-03-19 02:32:14] "POST /projects HTTP/1.1" 200 585 0.225504 10.0.0.50 - - [2026-03-19 02:32:14] "POST /access-control-lists HTTP/1.1" 200 596 0.061866 10.0.0.50 - - [2026-03-19 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.303472 10.0.0.50 - - [2026-03-19 02:32:14] "POST /fqname-to-id HTTP/1.1" 404 233 0.002817 10.0.0.50 - - [2026-03-19 02:32:14] "GET /project/8d507775-7a9d-45c6-94fb-1edf138aaaf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.503470 10.0.0.50 - - [2026-03-19 02:32:14] "POST /access-control-lists HTTP/1.1" 200 594 0.061512 10.0.0.50 - - [2026-03-19 02:32:15] "POST /fqname-to-id HTTP/1.1" 404 188 0.026181 10.0.0.50 - - [2026-03-19 02:32:15] "GET /projects?obj_uuids=2744e064-6063-4570-b67d-9080085c4fd0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003323 10.0.0.50 - - [2026-03-19 02:32:15] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.50 - - [2026-03-19 02:32:15] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007012 10.0.0.50 - - [2026-03-19 02:32:15] "POST /id-to-fqname HTTP/1.1" 200 190 0.001805 10.0.0.50 - - [2026-03-19 02:32:15] "POST /fqname-to-id HTTP/1.1" 404 199 0.004211 10.0.0.50 - - [2026-03-19 02:32:15] "POST /security-groups HTTP/1.1" 200 591 0.065198 10.0.0.50 - - [2026-03-19 02:32:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.003162 10.0.0.50 - - [2026-03-19 02:32:15] "POST /projects HTTP/1.1" 200 585 0.223425 10.0.0.50 - - [2026-03-19 02:32:15] "POST /access-control-lists HTTP/1.1" 200 596 0.061001 10.0.0.50 - - [2026-03-19 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.295743 10.0.0.50 - - [2026-03-19 02:32:15] "POST /fqname-to-id HTTP/1.1" 404 233 0.003013 10.0.0.50 - - [2026-03-19 02:32:15] "GET /project/2744e064-6063-4570-b67d-9080085c4fd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.425711 10.0.0.50 - - [2026-03-19 02:32:15] "POST /access-control-lists HTTP/1.1" 200 594 0.077183 10.0.0.50 - - [2026-03-19 02:32:16] "GET / HTTP/1.1" 200 35931 0.002556 10.0.0.50 - - [2026-03-19 02:32:16] "DELETE /project/8d5077757a9d45c694fb1edf138aaaf7 HTTP/1.1" 404 173 0.015791 10.0.0.50 - - [2026-03-19 02:32:16] "DELETE /project/2744e06460634570b67d9080085c4fd0 HTTP/1.1" 404 173 0.014840 10.0.0.50 - - [2026-03-19 02:32:16] "DELETE /project/a4d8d6d2545840c5840284136bd4bdbe HTTP/1.1" 404 173 0.008827 10.0.0.50 - - [2026-03-19 02:32:16] "GET /projects?obj_uuids=52db6e43-51d7-4ea4-93d5-5dc0b9699290&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000959 10.0.0.50 - - [2026-03-19 02:32:16] "GET /projects?obj_uuids=9294506c-e453-479d-81f2-229def94be5f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000818 10.0.0.50 - - [2026-03-19 02:32:16] "GET /projects?obj_uuids=c0041371-6c5e-451a-8b5c-2a3a5158b7e2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000777 10.0.0.50 - - [2026-03-19 02:32:16] "GET /project/c0041371-6c5e-451a-8b5c-2a3a5158b7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.045458 10.0.0.50 - - [2026-03-19 02:32:16] "GET /project/9294506c-e453-479d-81f2-229def94be5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.049167 10.0.0.50 - - [2026-03-19 02:32:16] "GET /project/52db6e43-51d7-4ea4-93d5-5dc0b9699290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.056115 10.0.0.50 - - [2026-03-19 02:32:16] "GET /projects?obj_uuids=52db6e43-51d7-4ea4-93d5-5dc0b9699290&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001066 10.0.0.50 - - [2026-03-19 02:32:16] "GET /projects?obj_uuids=9294506c-e453-479d-81f2-229def94be5f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000793 10.0.0.50 - - [2026-03-19 02:32:16] "GET /projects?obj_uuids=c0041371-6c5e-451a-8b5c-2a3a5158b7e2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000772 10.0.0.50 - - [2026-03-19 02:32:16] "GET /project/c0041371-6c5e-451a-8b5c-2a3a5158b7e2?fields=security_groups HTTP/1.1" 200 1349 0.037774 10.0.0.50 - - [2026-03-19 02:32:16] "GET /project/9294506c-e453-479d-81f2-229def94be5f?fields=security_groups HTTP/1.1" 200 1348 0.043570 10.0.0.50 - - [2026-03-19 02:32:16] "GET /project/52db6e43-51d7-4ea4-93d5-5dc0b9699290?fields=security_groups HTTP/1.1" 200 1348 0.048300 10.0.0.50 - - [2026-03-19 02:32:17] "DELETE /security-group/6ddcb491-9053-48e5-a21a-8fd50f09bc74 HTTP/1.1" 200 115 0.063009 10.0.0.50 - - [2026-03-19 02:32:17] "GET /projects?obj_uuids=c0041371-6c5e-451a-8b5c-2a3a5158b7e2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001176 10.0.0.50 - - [2026-03-19 02:32:17] "DELETE /security-group/56796aa9-0913-4490-96be-03daced42096 HTTP/1.1" 200 115 0.074845 10.0.0.50 - - [2026-03-19 02:32:17] "GET /projects?obj_uuids=9294506c-e453-479d-81f2-229def94be5f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000989 10.0.0.50 - - [2026-03-19 02:32:17] "DELETE /access-control-list/fa708f64-5819-41ce-95cd-9597d67b95c6 HTTP/1.1" 200 115 0.060761 10.0.0.50 - - [2026-03-19 02:32:17] "DELETE /security-group/97052c15-8004-4214-ab60-a7fda55e1e4d HTTP/1.1" 200 115 0.085356 10.0.0.50 - - [2026-03-19 02:32:17] "GET /projects?obj_uuids=52db6e43-51d7-4ea4-93d5-5dc0b9699290&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000976 10.0.0.50 - - [2026-03-19 02:32:17] "GET /project/c0041371-6c5e-451a-8b5c-2a3a5158b7e2?fields=application_policy_sets HTTP/1.1" 200 1388 0.057896 10.0.0.50 - - [2026-03-19 02:32:17] "GET /project/52db6e43-51d7-4ea4-93d5-5dc0b9699290?fields=application_policy_sets HTTP/1.1" 200 1387 0.050098 10.0.0.50 - - [2026-03-19 02:32:17] "DELETE /access-control-list/cb10958d-41e6-43fc-97e5-d47e010ed7f0 HTTP/1.1" 200 115 0.056364 10.0.0.50 - - [2026-03-19 02:32:17] "GET /project/9294506c-e453-479d-81f2-229def94be5f?fields=application_policy_sets HTTP/1.1" 200 1387 0.090029 10.0.0.50 - - [2026-03-19 02:32:17] "DELETE /access-control-list/bfaeb514-b799-4317-84d4-9140a9f0fb27 HTTP/1.1" 200 115 0.032562 10.0.0.50 - - [2026-03-19 02:32:17] "DELETE /access-control-list/22a89906-22d6-437e-b101-333a6590c90d HTTP/1.1" 200 115 0.031750 10.0.0.50 - - [2026-03-19 02:32:17] "DELETE /access-control-list/4881ae76-eaa4-40c8-8dfb-883e43e2f388 HTTP/1.1" 200 115 0.052439 10.0.0.50 - - [2026-03-19 02:32:17] "DELETE /project/c0041371-6c5e-451a-8b5c-2a3a5158b7e2 HTTP/1.1" 200 115 0.471999 10.0.0.50 - - [2026-03-19 02:32:17] "DELETE /project/52db6e43-51d7-4ea4-93d5-5dc0b9699290 HTTP/1.1" 200 115 0.489009 10.0.0.50 - - [2026-03-19 02:32:17] "GET / HTTP/1.1" 200 35931 0.001758 10.0.0.50 - - [2026-03-19 02:32:17] "DELETE /access-control-list/47e4f011-a597-4d5e-886a-838a52f0924f HTTP/1.1" 200 115 0.045903 10.0.0.50 - - [2026-03-19 02:32:17] "DELETE /project/9294506c-e453-479d-81f2-229def94be5f HTTP/1.1" 200 115 0.513426 10.0.0.50 - - [2026-03-19 02:32:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.002934 10.0.0.50 - - [2026-03-19 02:32:17] "POST /api-access-lists HTTP/1.1" 200 521 0.014037 10.0.0.50 - - [2026-03-19 02:32:17] "GET /api-access-list/43c74dae-cd23-434c-a458-4a1f3a13625a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.005409 10.0.0.50 - - [2026-03-19 02:32:17] "GET /api-access-list/43c74dae-cd23-434c-a458-4a1f3a13625a HTTP/1.1" 401 292 0.000556 10.0.0.50 - - [2026-03-19 02:32:18] "GET /api-access-list/43c74dae-cd23-434c-a458-4a1f3a13625a HTTP/1.1" 200 1289 0.039629 10.0.0.50 - - [2026-03-19 02:32:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000358 10.0.0.50 - - [2026-03-19 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.048789 10.0.0.50 - - [2026-03-19 02:32:18] "GET /projects?obj_uuids=8d507775-7a9d-45c6-94fb-1edf138aaaf7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001059 10.0.0.50 - - [2026-03-19 02:32:18] "GET /project/8d507775-7a9d-45c6-94fb-1edf138aaaf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.037128 10.0.0.50 - - [2026-03-19 02:32:18] "GET /virtual-networks?parent_id=8d507775-7a9d-45c6-94fb-1edf138aaaf7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014236 10.0.0.50 - - [2026-03-19 02:32:18] "POST /virtual-networks HTTP/1.1" 200 583 0.063468 10.0.0.50 - - [2026-03-19 02:32:18] "POST /route-targets HTTP/1.1" 200 327 0.010375 10.0.0.50 - - [2026-03-19 02:32:18] "POST /ref-update HTTP/1.1" 200 156 0.011730 10.0.0.50 - - [2026-03-19 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.013340 10.0.0.50 - - [2026-03-19 02:32:18] "GET /network-ipam/1100683d-c1f2-428f-98cf-993f9cb0bbed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.011983 10.0.0.50 - - [2026-03-19 02:32:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003300 10.0.0.50 - - [2026-03-19 02:32:19] "POST /ref-update HTTP/1.1" 200 156 0.049392 10.0.0.50 - - [2026-03-19 02:32:19] "POST /neutron/network HTTP/1.1" 200 848 0.052222 10.0.0.50 - - [2026-03-19 02:32:19] "POST /neutron/network HTTP/1.1" 200 848 0.021197 10.0.0.50 - - [2026-03-19 02:32:19] "GET /virtual-network/b0b39e48-6441-4de5-904f-b5540ceb4448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.015449 10.0.0.50 - - [2026-03-19 02:32:19] "POST /neutron/network HTTP/1.1" 200 848 0.021893 10.0.0.50 - - [2026-03-19 02:32:19] "POST /neutron/subnet HTTP/1.1" 200 679 0.043758 10.0.0.50 - - [2026-03-19 02:32:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.003365 10.0.0.50 - - [2026-03-19 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.041013 10.0.0.50 - - [2026-03-19 02:32:19] "GET /projects?obj_uuids=2744e064-6063-4570-b67d-9080085c4fd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001448 10.0.0.50 - - [2026-03-19 02:32:19] "GET /project/2744e064-6063-4570-b67d-9080085c4fd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.032642 10.0.0.50 - - [2026-03-19 02:32:19] "GET /virtual-networks?parent_id=2744e064-6063-4570-b67d-9080085c4fd0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012407 10.0.0.50 - - [2026-03-19 02:32:19] "POST /virtual-networks HTTP/1.1" 200 583 0.053149 10.0.0.50 - - [2026-03-19 02:32:19] "POST /route-targets HTTP/1.1" 200 327 0.010600 10.0.0.50 - - [2026-03-19 02:32:19] "POST /ref-update HTTP/1.1" 200 156 0.012339 10.0.0.50 - - [2026-03-19 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.014341 10.0.0.50 - - [2026-03-19 02:32:19] "GET /network-ipam/1100683d-c1f2-428f-98cf-993f9cb0bbed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.012075 10.0.0.50 - - [2026-03-19 02:32:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003937 10.0.0.50 - - [2026-03-19 02:32:20] "POST /ref-update HTTP/1.1" 200 156 0.049201 10.0.0.50 - - [2026-03-19 02:32:20] "POST /neutron/network HTTP/1.1" 200 849 0.049879 10.0.0.50 - - [2026-03-19 02:32:20] "POST /neutron/network HTTP/1.1" 200 849 0.025281 10.0.0.50 - - [2026-03-19 02:32:20] "GET /virtual-network/74adda8d-8574-4295-9511-579e06972b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.013508 10.0.0.50 - - [2026-03-19 02:32:20] "POST /neutron/network HTTP/1.1" 200 849 0.021703 10.0.0.50 - - [2026-03-19 02:32:20] "POST /neutron/subnet HTTP/1.1" 200 681 0.030572 10.0.0.50 - - [2026-03-19 02:32:20] "GET /virtual-network/b0b39e48-6441-4de5-904f-b5540ceb4448 HTTP/1.1" 401 292 0.000435 10.0.0.50 - - [2026-03-19 02:32:20] "GET /virtual-network/b0b39e48-6441-4de5-904f-b5540ceb4448 HTTP/1.1" 200 2314 0.044482 10.0.0.50 - - [2026-03-19 02:32:20] "GET /virtual-network/b0b39e48-6441-4de5-904f-b5540ceb4448 HTTP/1.1" 401 292 0.000383 10.0.0.50 - - [2026-03-19 02:32:20] "GET /virtual-network/b0b39e48-6441-4de5-904f-b5540ceb4448 HTTP/1.1" 403 376 0.045085 10.0.0.50 - - [2026-03-19 02:32:20] "GET /virtual-network/b0b39e48-6441-4de5-904f-b5540ceb4448 HTTP/1.1" 200 2314 0.005071 10.0.0.50 - - [2026-03-19 02:32:20] "GET /virtual-networks HTTP/1.1" 200 371 0.021046 10.0.0.50 - - [2026-03-19 02:32:21] "GET /virtual-networks HTTP/1.1" 200 371 0.017975 10.0.0.50 - - [2026-03-19 02:32:21] "GET /obj-perms HTTP/1.1" 403 257 0.038985 10.0.0.50 - - [2026-03-19 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.50 - - [2026-03-19 02:32:21] "GET /virtual-network/b0b39e48-6441-4de5-904f-b5540ceb4448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.014555 10.0.0.50 - - [2026-03-19 02:32:21] "GET /obj-perms HTTP/1.1" 403 257 0.038389 10.0.0.50 - - [2026-03-19 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.50 - - [2026-03-19 02:32:21] "GET /virtual-network/b0b39e48-6441-4de5-904f-b5540ceb4448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.010665 10.0.0.50 - - [2026-03-19 02:32:22] "GET /obj-perms HTTP/1.1" 200 5030 0.065246 10.0.0.50 - - [2026-03-19 02:32:22] "GET /obj-perms HTTP/1.1" 403 257 0.008581 10.0.0.50 - - [2026-03-19 02:32:22] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017510 10.0.0.50 - - [2026-03-19 02:32:22] "GET /obj-perms HTTP/1.1" 403 257 0.008539 10.0.0.50 - - [2026-03-19 02:32:22] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.022047 10.0.0.50 - - [2026-03-19 02:32:22] "GET /obj-perms HTTP/1.1" 200 5030 0.003212 10.0.0.50 - - [2026-03-19 02:32:22] "PUT /virtual-network/b0b39e48-6441-4de5-904f-b5540ceb4448 HTTP/1.1" 200 264 0.032724 10.0.0.50 - - [2026-03-19 02:32:22] "GET /virtual-networks HTTP/1.1" 200 132 0.023608 10.0.0.50 - - [2026-03-19 02:32:22] "GET /virtual-networks HTTP/1.1" 200 611 0.017177 10.0.0.50 - - [2026-03-19 02:32:22] "GET /virtual-networks HTTP/1.1" 200 1429 0.002423 10.0.0.50 - - [2026-03-19 02:32:22] "GET /obj-perms HTTP/1.1" 403 257 0.007088 10.0.0.50 - - [2026-03-19 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002399 10.0.0.50 - - [2026-03-19 02:32:22] "GET /virtual-network/b0b39e48-6441-4de5-904f-b5540ceb4448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009823 10.0.0.50 - - [2026-03-19 02:32:23] "GET /obj-perms HTTP/1.1" 403 257 0.040713 10.0.0.50 - - [2026-03-19 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.50 - - [2026-03-19 02:32:23] "GET /virtual-network/b0b39e48-6441-4de5-904f-b5540ceb4448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008814 10.0.0.50 - - [2026-03-19 02:32:23] "GET /obj-perms HTTP/1.1" 403 257 0.008738 10.0.0.50 - - [2026-03-19 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.50 - - [2026-03-19 02:32:23] "GET /virtual-network/b0b39e48-6441-4de5-904f-b5540ceb4448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.013035 10.0.0.50 - - [2026-03-19 02:32:23] "GET /obj-perms HTTP/1.1" 200 5030 0.003132 10.0.0.50 - - [2026-03-19 02:32:23] "GET /obj-perms HTTP/1.1" 403 257 0.009029 10.0.0.50 - - [2026-03-19 02:32:23] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018299 10.0.0.50 - - [2026-03-19 02:32:23] "GET /obj-perms HTTP/1.1" 403 257 0.007879 10.0.0.50 - - [2026-03-19 02:32:23] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.017204 10.0.0.50 - - [2026-03-19 02:32:23] "GET /obj-perms HTTP/1.1" 200 5030 0.003186 10.0.0.50 - - [2026-03-19 02:32:23] "PUT /virtual-network/b0b39e48-6441-4de5-904f-b5540ceb4448 HTTP/1.1" 200 264 0.026897 10.0.0.50 - - [2026-03-19 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.50 - - [2026-03-19 02:32:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005872 10.0.0.50 - - [2026-03-19 02:32:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002467 10.0.0.50 - - [2026-03-19 02:32:23] "DELETE /virtual-network/74adda8d-8574-4295-9511-579e06972b62 HTTP/1.1" 200 115 0.080719 10.0.0.50 - - [2026-03-19 02:32:23] "DELETE /route-target/0654212a-c0d3-450c-b2c4-f88b0827b63e HTTP/1.1" 200 115 0.023737 10.0.0.50 - - [2026-03-19 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.50 - - [2026-03-19 02:32:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002491 10.0.0.50 - - [2026-03-19 02:32:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001630 10.0.0.50 - - [2026-03-19 02:32:24] "DELETE /virtual-network/b0b39e48-6441-4de5-904f-b5540ceb4448 HTTP/1.1" 200 115 0.090950 10.0.0.50 - - [2026-03-19 02:32:24] "DELETE /route-target/a5413a0a-eac7-487f-9d86-54113f0314ff HTTP/1.1" 200 115 0.023171 10.0.0.50 - - [2026-03-19 02:32:24] "DELETE /api-access-list/43c74dae-cd23-434c-a458-4a1f3a13625a HTTP/1.1" 200 115 0.021048 10.0.0.50 - - [2026-03-19 02:32:24] "GET /api-access-list/43c74dae-cd23-434c-a458-4a1f3a13625a HTTP/1.1" 404 171 0.002793 10.0.0.50 - - [2026-03-19 02:32:24] "GET /projects?obj_uuids=2744e064-6063-4570-b67d-9080085c4fd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000996 10.0.0.50 - - [2026-03-19 02:32:24] "GET /project/2744e064-6063-4570-b67d-9080085c4fd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.025579 10.0.0.50 - - [2026-03-19 02:32:24] "GET /projects?obj_uuids=2744e064-6063-4570-b67d-9080085c4fd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001251 10.0.0.50 - - [2026-03-19 02:32:24] "GET /project/2744e064-6063-4570-b67d-9080085c4fd0?fields=virtual_networks HTTP/1.1" 200 1032 0.078735 10.0.0.50 - - [2026-03-19 02:32:24] "GET /obj-perms HTTP/1.1" 200 5056 0.137347 10.0.0.50 - - [2026-03-19 02:32:24] "GET /projects?obj_uuids=2744e064-6063-4570-b67d-9080085c4fd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001214 10.0.0.50 - - [2026-03-19 02:32:24] "GET /project/2744e064-6063-4570-b67d-9080085c4fd0?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.023072 10.0.0.50 - - [2026-03-19 02:32:24] "GET /projects?obj_uuids=2744e064-6063-4570-b67d-9080085c4fd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.50 - - [2026-03-19 02:32:24] "GET /project/2744e064-6063-4570-b67d-9080085c4fd0?fields=security_groups HTTP/1.1" 200 1258 0.026537 10.0.0.50 - - [2026-03-19 02:32:25] "GET /obj-perms HTTP/1.1" 200 5056 0.349308 10.0.0.50 - - [2026-03-19 02:32:25] "GET /projects?obj_uuids=8d507775-7a9d-45c6-94fb-1edf138aaaf7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001087 10.0.0.50 - - [2026-03-19 02:32:25] "GET /project/8d507775-7a9d-45c6-94fb-1edf138aaaf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.025824 10.0.0.50 - - [2026-03-19 02:32:25] "GET /projects?obj_uuids=8d507775-7a9d-45c6-94fb-1edf138aaaf7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001023 10.0.0.50 - - [2026-03-19 02:32:25] "GET /project/8d507775-7a9d-45c6-94fb-1edf138aaaf7?fields=virtual_networks HTTP/1.1" 200 1033 0.069683 10.0.0.50 - - [2026-03-19 02:32:25] "GET /projects?obj_uuids=8d507775-7a9d-45c6-94fb-1edf138aaaf7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001120 10.0.0.50 - - [2026-03-19 02:32:25] "GET /project/8d507775-7a9d-45c6-94fb-1edf138aaaf7?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.026228 10.0.0.50 - - [2026-03-19 02:32:25] "GET /projects?obj_uuids=8d507775-7a9d-45c6-94fb-1edf138aaaf7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001076 10.0.0.50 - - [2026-03-19 02:32:25] "GET /project/8d507775-7a9d-45c6-94fb-1edf138aaaf7?fields=security_groups HTTP/1.1" 200 1259 0.068152 10.0.0.50 - - [2026-03-19 02:32:26] "GET /aaa-mode HTTP/1.1" 200 128 0.001270 10.0.0.50 - - [2026-03-19 02:32:27] "GET / HTTP/1.1" 200 35931 0.002064 10.0.0.50 - - [2026-03-19 02:32:28] "GET / HTTP/1.1" 200 35931 0.001938 10.0.0.50 - - [2026-03-19 02:32:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.50 - - [2026-03-19 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.083344 10.0.0.50 - - [2026-03-19 02:32:28] "GET /projects?obj_uuids=a4d8d6d2-5458-40c5-8402-84136bd4bdbe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001036 10.0.0.50 - - [2026-03-19 02:32:28] "GET /project/a4d8d6d2-5458-40c5-8402-84136bd4bdbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.035554 10.0.0.50 - - [2026-03-19 02:32:28] "GET /virtual-networks?parent_id=a4d8d6d2-5458-40c5-8402-84136bd4bdbe&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008468 10.0.0.50 - - [2026-03-19 02:32:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.009179 10.0.0.50 - - [2026-03-19 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.009218 10.0.0.50 - - [2026-03-19 02:32:29] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001246 10.0.0.50 - - [2026-03-19 02:32:29] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.014021 10.0.0.50 - - [2026-03-19 02:32:29] "POST /service-templates HTTP/1.1" 403 264 0.007128 10.0.0.50 - - [2026-03-19 02:32:29] "POST /fqname-to-id HTTP/1.1" 404 215 0.002869 10.0.0.50 - - [2026-03-19 02:32:29] "POST /api-access-lists HTTP/1.1" 200 555 0.014856 10.0.0.50 - - [2026-03-19 02:32:29] "GET /api-access-list/c7ba9eae-22f9-44b1-bdb5-67b972e2f6ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.005056 10.0.0.50 - - [2026-03-19 02:32:29] "GET /api-access-list/c7ba9eae-22f9-44b1-bdb5-67b972e2f6ed HTTP/1.1" 200 1324 0.003535 10.0.0.50 - - [2026-03-19 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.012629 10.0.0.50 - - [2026-03-19 02:32:29] "GET /projects?obj_uuids=a4d8d6d2-5458-40c5-8402-84136bd4bdbe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001060 10.0.0.50 - - [2026-03-19 02:32:29] "GET /project/a4d8d6d2-5458-40c5-8402-84136bd4bdbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.034802 10.0.0.50 - - [2026-03-19 02:32:29] "GET /virtual-networks?parent_id=a4d8d6d2-5458-40c5-8402-84136bd4bdbe&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012164 10.0.0.50 - - [2026-03-19 02:32:29] "POST /virtual-networks HTTP/1.1" 200 583 0.051229 10.0.0.50 - - [2026-03-19 02:32:29] "POST /route-targets HTTP/1.1" 200 327 0.010900 10.0.0.50 - - [2026-03-19 02:32:29] "POST /ref-update HTTP/1.1" 200 156 0.009926 10.0.0.50 - - [2026-03-19 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.014122 10.0.0.50 - - [2026-03-19 02:32:29] "GET /network-ipam/1100683d-c1f2-428f-98cf-993f9cb0bbed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.010803 10.0.0.50 - - [2026-03-19 02:32:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003543 10.0.0.50 - - [2026-03-19 02:32:29] "POST /ref-update HTTP/1.1" 200 156 0.049897 10.0.0.50 - - [2026-03-19 02:32:29] "POST /neutron/network HTTP/1.1" 200 847 0.050019 10.0.0.50 - - [2026-03-19 02:32:29] "POST /neutron/network HTTP/1.1" 200 847 0.019038 10.0.0.50 - - [2026-03-19 02:32:29] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.014263 10.0.0.50 - - [2026-03-19 02:32:29] "POST /neutron/network HTTP/1.1" 200 847 0.018844 10.0.0.50 - - [2026-03-19 02:32:29] "POST /neutron/subnet HTTP/1.1" 200 671 0.027887 10.0.0.50 - - [2026-03-19 02:32:30] "POST /neutron/network HTTP/1.1" 200 847 0.076546 10.0.0.50 - - [2026-03-19 02:32:30] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.005653 10.0.0.50 - - [2026-03-19 02:32:30] "GET /network-ipam/1100683d-c1f2-428f-98cf-993f9cb0bbed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003290 10.0.0.50 - - [2026-03-19 02:32:30] "GET /domains HTTP/1.1" 200 280 0.002634 10.0.0.50 - - [2026-03-19 02:32:30] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.50 - - [2026-03-19 02:32:30] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2944 0.007015 10.0.0.50 - - [2026-03-19 02:32:30] "GET /projects?obj_uuids=a4d8d6d2-5458-40c5-8402-84136bd4bdbe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001058 10.0.0.50 - - [2026-03-19 02:32:30] "GET /project/a4d8d6d2-5458-40c5-8402-84136bd4bdbe HTTP/1.1" 200 2352 0.069826 10.0.0.50 - - [2026-03-19 02:32:30] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8 HTTP/1.1" 200 2308 0.005675 10.0.0.50 - - [2026-03-19 02:32:30] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8 HTTP/1.1" 200 2308 0.005421 10.0.0.50 - - [2026-03-19 02:32:30] "GET /routing-instance/4e2754ab-75d6-4dc8-b5e2-c424b5716220 HTTP/1.1" 200 1555 0.003687 10.0.0.50 - - [2026-03-19 02:32:30] "GET /routing-instance/4e2754ab-75d6-4dc8-b5e2-c424b5716220 HTTP/1.1" 200 1555 0.003634 10.0.0.50 - - [2026-03-19 02:32:30] "GET /route-target/2ffc336b-902b-4d92-8329-86633825c765 HTTP/1.1" 200 1243 0.003057 10.0.0.50 - - [2026-03-19 02:32:30] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8 HTTP/1.1" 200 2308 0.005660 10.0.0.50 - - [2026-03-19 02:32:30] "GET /routing-instance/4e2754ab-75d6-4dc8-b5e2-c424b5716220 HTTP/1.1" 200 1555 0.004061 10.0.0.50 - - [2026-03-19 02:32:30] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.007137 10.0.0.50 - - [2026-03-19 02:32:30] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8 HTTP/1.1" 200 2308 0.005512 10.0.0.50 - - [2026-03-19 02:32:30] "GET /routing-instance/4e2754ab-75d6-4dc8-b5e2-c424b5716220 HTTP/1.1" 200 1555 0.004398 10.0.0.50 - - [2026-03-19 02:32:30] "GET /routing-instance/4e2754ab-75d6-4dc8-b5e2-c424b5716220 HTTP/1.1" 200 1555 0.004001 10.0.0.50 - - [2026-03-19 02:32:30] "GET /route-target/2ffc336b-902b-4d92-8329-86633825c765 HTTP/1.1" 200 1243 0.003476 10.0.0.50 - - [2026-03-19 02:32:30] "GET /domains HTTP/1.1" 200 280 0.002720 10.0.0.50 - - [2026-03-19 02:32:30] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001316 10.0.0.50 - - [2026-03-19 02:32:30] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e HTTP/1.1" 200 2944 0.006989 10.0.0.50 - - [2026-03-19 02:32:30] "GET /projects?obj_uuids=a4d8d6d2-5458-40c5-8402-84136bd4bdbe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001166 10.0.0.50 - - [2026-03-19 02:32:30] "GET /project/a4d8d6d2-5458-40c5-8402-84136bd4bdbe HTTP/1.1" 200 2352 0.065348 10.0.0.50 - - [2026-03-19 02:32:30] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8 HTTP/1.1" 200 2308 0.004277 10.0.0.50 - - [2026-03-19 02:32:30] "GET /obj-perms HTTP/1.1" 200 5030 0.003725 10.0.0.50 - - [2026-03-19 02:32:30] "POST /fqname-to-id HTTP/1.1" 404 197 0.009466 10.0.0.50 - - [2026-03-19 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.010538 10.0.0.50 - - [2026-03-19 02:32:30] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.50 - - [2026-03-19 02:32:30] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.012686 10.0.0.50 - - [2026-03-19 02:32:30] "POST /service-templates HTTP/1.1" 403 264 0.008759 10.0.0.50 - - [2026-03-19 02:32:30] "POST /fqname-to-id HTTP/1.1" 404 183 0.002839 10.0.0.50 - - [2026-03-19 02:32:30] "POST /api-access-lists HTTP/1.1" 200 521 0.013176 10.0.0.50 - - [2026-03-19 02:32:30] "GET /api-access-list/babebd7d-15d3-42cb-b24e-7bb107ac1961?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004842 10.0.0.50 - - [2026-03-19 02:32:30] "GET /api-access-list/babebd7d-15d3-42cb-b24e-7bb107ac1961 HTTP/1.1" 200 1291 0.003752 10.0.0.50 - - [2026-03-19 02:32:30] "POST /fqname-to-id HTTP/1.1" 404 197 0.012161 10.0.0.50 - - [2026-03-19 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.011024 10.0.0.50 - - [2026-03-19 02:32:30] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001078 10.0.0.50 - - [2026-03-19 02:32:30] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.014372 10.0.0.50 - - [2026-03-19 02:32:30] "POST /service-templates HTTP/1.1" 200 551 0.034460 10.0.0.50 - - [2026-03-19 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.015481 10.0.0.50 - - [2026-03-19 02:32:31] "GET /service-template/b0a75347-905b-462a-a678-db2f169268b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.012536 10.0.0.50 - - [2026-03-19 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.011571 10.0.0.50 - - [2026-03-19 02:32:31] "GET /service-template/b0a75347-905b-462a-a678-db2f169268b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.011806 10.0.0.50 - - [2026-03-19 02:32:31] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8 HTTP/1.1" 401 292 0.000489 10.0.0.50 - - [2026-03-19 02:32:31] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8 HTTP/1.1" 403 263 0.044113 10.0.0.50 - - [2026-03-19 02:32:31] "GET /service-template/b0a75347-905b-462a-a678-db2f169268b6 HTTP/1.1" 403 264 0.009770 10.0.0.50 - - [2026-03-19 02:32:31] "GET /service-template/b0a75347-905b-462a-a678-db2f169268b6 HTTP/1.1" 403 264 0.039271 10.0.0.50 - - [2026-03-19 02:32:32] "GET /obj-perms HTTP/1.1" 403 257 0.035666 10.0.0.50 - - [2026-03-19 02:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.50 - - [2026-03-19 02:32:32] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008110 10.0.0.50 - - [2026-03-19 02:32:32] "GET /obj-perms HTTP/1.1" 403 257 0.009116 10.0.0.50 - - [2026-03-19 02:32:32] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008670 10.0.0.50 - - [2026-03-19 02:32:32] "GET /api-access-list/c7ba9eae-22f9-44b1-bdb5-67b972e2f6ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.003612 10.0.0.50 - - [2026-03-19 02:32:32] "PUT /api-access-list/c7ba9eae-22f9-44b1-bdb5-67b972e2f6ed HTTP/1.1" 200 264 0.009412 10.0.0.50 - - [2026-03-19 02:32:32] "GET /api-access-list/c7ba9eae-22f9-44b1-bdb5-67b972e2f6ed HTTP/1.1" 200 1461 0.003686 10.0.0.50 - - [2026-03-19 02:32:32] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8 HTTP/1.1" 200 2308 0.017254 10.0.0.50 - - [2026-03-19 02:32:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000419 10.0.0.50 - - [2026-03-19 02:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.039021 10.0.0.50 - - [2026-03-19 02:32:32] "GET /projects?obj_uuids=a4d8d6d2-5458-40c5-8402-84136bd4bdbe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001663 10.0.0.50 - - [2026-03-19 02:32:32] "GET /project/a4d8d6d2-5458-40c5-8402-84136bd4bdbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.033849 10.0.0.50 - - [2026-03-19 02:32:32] "GET /virtual-networks?parent_id=a4d8d6d2-5458-40c5-8402-84136bd4bdbe&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.013198 10.0.0.50 - - [2026-03-19 02:32:33] "POST /virtual-networks HTTP/1.1" 403 263 0.010048 10.0.0.50 - - [2026-03-19 02:32:33] "GET /service-template/b0a75347-905b-462a-a678-db2f169268b6 HTTP/1.1" 403 264 0.009910 10.0.0.50 - - [2026-03-19 02:32:33] "GET /service-template/b0a75347-905b-462a-a678-db2f169268b6 HTTP/1.1" 403 264 0.051897 10.0.0.50 - - [2026-03-19 02:32:33] "GET /obj-perms HTTP/1.1" 403 257 0.011679 10.0.0.50 - - [2026-03-19 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002411 10.0.0.50 - - [2026-03-19 02:32:33] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.014418 10.0.0.50 - - [2026-03-19 02:32:33] "GET /obj-perms HTTP/1.1" 403 257 0.010345 10.0.0.50 - - [2026-03-19 02:32:33] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.016649 10.0.0.50 - - [2026-03-19 02:32:33] "GET /api-access-list/babebd7d-15d3-42cb-b24e-7bb107ac1961?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004091 10.0.0.50 - - [2026-03-19 02:32:33] "PUT /api-access-list/babebd7d-15d3-42cb-b24e-7bb107ac1961 HTTP/1.1" 200 264 0.011185 10.0.0.50 - - [2026-03-19 02:32:33] "GET /api-access-list/babebd7d-15d3-42cb-b24e-7bb107ac1961 HTTP/1.1" 200 1429 0.003606 10.0.0.50 - - [2026-03-19 02:32:33] "GET /service-template/b0a75347-905b-462a-a678-db2f169268b6 HTTP/1.1" 200 1854 0.013146 10.0.0.50 - - [2026-03-19 02:32:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.008881 10.0.0.50 - - [2026-03-19 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.010970 10.0.0.50 - - [2026-03-19 02:32:33] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001288 10.0.0.50 - - [2026-03-19 02:32:33] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.018291 10.0.0.50 - - [2026-03-19 02:32:33] "POST /service-templates HTTP/1.1" 403 264 0.009838 10.0.0.50 - - [2026-03-19 02:32:33] "GET /api-access-list/c7ba9eae-22f9-44b1-bdb5-67b972e2f6ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.003496 10.0.0.50 - - [2026-03-19 02:32:34] "PUT /api-access-list/c7ba9eae-22f9-44b1-bdb5-67b972e2f6ed HTTP/1.1" 200 264 0.009396 10.0.0.50 - - [2026-03-19 02:32:34] "GET /api-access-list/c7ba9eae-22f9-44b1-bdb5-67b972e2f6ed HTTP/1.1" 200 1324 0.003783 10.0.0.50 - - [2026-03-19 02:32:34] "GET /api-access-list/babebd7d-15d3-42cb-b24e-7bb107ac1961?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.003227 10.0.0.50 - - [2026-03-19 02:32:34] "PUT /api-access-list/babebd7d-15d3-42cb-b24e-7bb107ac1961 HTTP/1.1" 200 264 0.011452 10.0.0.50 - - [2026-03-19 02:32:34] "GET /api-access-list/babebd7d-15d3-42cb-b24e-7bb107ac1961 HTTP/1.1" 200 1291 0.004103 10.0.0.50 - - [2026-03-19 02:32:34] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8 HTTP/1.1" 403 263 0.009487 10.0.0.50 - - [2026-03-19 02:32:34] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8 HTTP/1.1" 403 263 0.045441 10.0.0.50 - - [2026-03-19 02:32:34] "GET /service-template/b0a75347-905b-462a-a678-db2f169268b6 HTTP/1.1" 403 264 0.009486 10.0.0.50 - - [2026-03-19 02:32:34] "GET /service-template/b0a75347-905b-462a-a678-db2f169268b6 HTTP/1.1" 403 264 0.041498 10.0.0.50 - - [2026-03-19 02:32:34] "GET /obj-perms HTTP/1.1" 403 257 0.008700 10.0.0.50 - - [2026-03-19 02:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002388 10.0.0.50 - - [2026-03-19 02:32:34] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008595 10.0.0.50 - - [2026-03-19 02:32:35] "GET /obj-perms HTTP/1.1" 403 257 0.041822 10.0.0.50 - - [2026-03-19 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002373 10.0.0.50 - - [2026-03-19 02:32:35] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.009002 10.0.0.50 - - [2026-03-19 02:32:35] "GET /obj-perms HTTP/1.1" 403 257 0.011512 10.0.0.50 - - [2026-03-19 02:32:35] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008295 10.0.0.50 - - [2026-03-19 02:32:35] "GET /api-access-list/cfac79cc-ebcb-43c7-81bf-20db0a4903ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003605 10.0.0.50 - - [2026-03-19 02:32:35] "PUT /api-access-list/cfac79cc-ebcb-43c7-81bf-20db0a4903ee HTTP/1.1" 200 264 0.009312 10.0.0.50 - - [2026-03-19 02:32:35] "GET /service-template/b0a75347-905b-462a-a678-db2f169268b6 HTTP/1.1" 200 1854 0.012384 10.0.0.50 - - [2026-03-19 02:32:35] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8 HTTP/1.1" 200 2308 0.014490 10.0.0.50 - - [2026-03-19 02:32:35] "GET /obj-perms HTTP/1.1" 403 257 0.009329 10.0.0.50 - - [2026-03-19 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.50 - - [2026-03-19 02:32:35] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.013467 10.0.0.50 - - [2026-03-19 02:32:35] "GET /obj-perms HTTP/1.1" 403 257 0.009174 10.0.0.50 - - [2026-03-19 02:32:35] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017032 10.0.0.50 - - [2026-03-19 02:32:35] "DELETE /api-access-list/c7ba9eae-22f9-44b1-bdb5-67b972e2f6ed HTTP/1.1" 200 115 0.019774 10.0.0.50 - - [2026-03-19 02:32:35] "GET /api-access-list/c7ba9eae-22f9-44b1-bdb5-67b972e2f6ed HTTP/1.1" 404 171 0.002590 10.0.0.50 - - [2026-03-19 02:32:35] "DELETE /api-access-list/babebd7d-15d3-42cb-b24e-7bb107ac1961 HTTP/1.1" 200 115 0.019834 10.0.0.50 - - [2026-03-19 02:32:35] "GET /api-access-list/babebd7d-15d3-42cb-b24e-7bb107ac1961 HTTP/1.1" 404 171 0.002477 10.0.0.50 - - [2026-03-19 02:32:35] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8 HTTP/1.1" 401 292 0.000341 10.0.0.50 - - [2026-03-19 02:32:36] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8 HTTP/1.1" 403 263 0.042160 10.0.0.50 - - [2026-03-19 02:32:36] "GET /service-template/b0a75347-905b-462a-a678-db2f169268b6 HTTP/1.1" 403 264 0.006393 10.0.0.50 - - [2026-03-19 02:32:36] "GET /service-template/b0a75347-905b-462a-a678-db2f169268b6 HTTP/1.1" 403 264 0.052762 10.0.0.50 - - [2026-03-19 02:32:37] "GET /obj-perms HTTP/1.1" 403 257 0.037340 10.0.0.50 - - [2026-03-19 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002388 10.0.0.50 - - [2026-03-19 02:32:37] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007113 10.0.0.50 - - [2026-03-19 02:32:37] "GET /obj-perms HTTP/1.1" 403 257 0.008594 10.0.0.50 - - [2026-03-19 02:32:37] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007666 10.0.0.50 - - [2026-03-19 02:32:37] "GET /api-access-list/cfac79cc-ebcb-43c7-81bf-20db0a4903ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.003433 10.0.0.50 - - [2026-03-19 02:32:37] "PUT /api-access-list/cfac79cc-ebcb-43c7-81bf-20db0a4903ee HTTP/1.1" 200 264 0.008055 10.0.0.50 - - [2026-03-19 02:32:37] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8 HTTP/1.1" 200 2308 0.012445 10.0.0.50 - - [2026-03-19 02:32:37] "GET /service-template/b0a75347-905b-462a-a678-db2f169268b6 HTTP/1.1" 200 1854 0.008737 10.0.0.50 - - [2026-03-19 02:32:37] "GET /obj-perms HTTP/1.1" 403 257 0.006248 10.0.0.50 - - [2026-03-19 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.50 - - [2026-03-19 02:32:37] "GET /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.025592 10.0.0.50 - - [2026-03-19 02:32:37] "GET /obj-perms HTTP/1.1" 403 257 0.007252 10.0.0.50 - - [2026-03-19 02:32:37] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.015622 10.0.0.50 - - [2026-03-19 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.009134 10.0.0.50 - - [2026-03-19 02:32:37] "DELETE /service-template/b0a75347-905b-462a-a678-db2f169268b6 HTTP/1.1" 200 115 0.027626 10.0.0.50 - - [2026-03-19 02:32:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.009705 10.0.0.50 - - [2026-03-19 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004982 10.0.0.50 - - [2026-03-19 02:32:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002683 10.0.0.50 - - [2026-03-19 02:32:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003827 10.0.0.50 - - [2026-03-19 02:32:37] "DELETE /virtual-network/3e4f4c14-b34a-44f1-9e71-f2637d17a1f8 HTTP/1.1" 200 115 0.082799 10.0.0.50 - - [2026-03-19 02:32:37] "DELETE /route-target/2ffc336b-902b-4d92-8329-86633825c765 HTTP/1.1" 200 115 0.020952 10.0.0.50 - - [2026-03-19 02:32:38] "GET /api-access-list/cfac79cc-ebcb-43c7-81bf-20db0a4903ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003620 10.0.0.50 - - [2026-03-19 02:32:38] "PUT /api-access-list/cfac79cc-ebcb-43c7-81bf-20db0a4903ee HTTP/1.1" 200 264 0.026780 10.0.0.50 - - [2026-03-19 02:32:38] "GET /api-access-list/cfac79cc-ebcb-43c7-81bf-20db0a4903ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.003687 10.0.0.50 - - [2026-03-19 02:32:38] "PUT /api-access-list/cfac79cc-ebcb-43c7-81bf-20db0a4903ee HTTP/1.1" 200 264 0.009146 10.0.0.50 - - [2026-03-19 02:32:39] "GET /api-access-list/cfac79cc-ebcb-43c7-81bf-20db0a4903ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004055 10.0.0.50 - - [2026-03-19 02:32:39] "PUT /api-access-list/cfac79cc-ebcb-43c7-81bf-20db0a4903ee HTTP/1.1" 200 264 0.010624 10.0.0.50 - - [2026-03-19 02:32:39] "GET /projects?obj_uuids=a4d8d6d2-5458-40c5-8402-84136bd4bdbe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001362 10.0.0.50 - - [2026-03-19 02:32:39] "GET /project/a4d8d6d2-5458-40c5-8402-84136bd4bdbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.027529 10.0.0.50 - - [2026-03-19 02:32:39] "GET /projects?obj_uuids=a4d8d6d2-5458-40c5-8402-84136bd4bdbe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001148 10.0.0.50 - - [2026-03-19 02:32:39] "GET /project/a4d8d6d2-5458-40c5-8402-84136bd4bdbe?fields=virtual_networks HTTP/1.1" 200 1032 0.067915 10.0.0.50 - - [2026-03-19 02:32:39] "GET /projects?obj_uuids=a4d8d6d2-5458-40c5-8402-84136bd4bdbe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001075 10.0.0.50 - - [2026-03-19 02:32:39] "GET /project/a4d8d6d2-5458-40c5-8402-84136bd4bdbe?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.025206 10.0.0.50 - - [2026-03-19 02:32:39] "GET /projects?obj_uuids=a4d8d6d2-5458-40c5-8402-84136bd4bdbe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001181 10.0.0.50 - - [2026-03-19 02:32:39] "GET /project/a4d8d6d2-5458-40c5-8402-84136bd4bdbe?fields=security_groups HTTP/1.1" 200 1258 0.021399 10.0.0.50 - - [2026-03-19 02:32:40] "GET /projects?obj_uuids=d147974b-cd09-4cd9-9b69-945831e71d36&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001134 10.0.0.50 - - [2026-03-19 02:32:40] "GET /project/d147974b-cd09-4cd9-9b69-945831e71d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.023041 [Introspect:8084]10.0.0.50 - - [2026-03-19 02:32:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001139 10.0.0.50 - - [2026-03-19 02:32:40] "POST /fqname-to-id HTTP/1.1" 404 184 0.031193 10.0.0.50 - - [2026-03-19 02:32:40] "GET /projects?obj_uuids=45a8741f-2b63-414b-8b36-8b4b482b80da&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002730 10.0.0.50 - - [2026-03-19 02:32:40] "GET /domains?obj_uuids=0e38e307-e4ed-44db-8467-c997848bb41e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.50 - - [2026-03-19 02:32:40] "GET /domain/0e38e307-e4ed-44db-8467-c997848bb41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006939 10.0.0.50 - - [2026-03-19 02:32:41] "POST /id-to-fqname HTTP/1.1" 200 186 0.001315 10.0.0.50 - - [2026-03-19 02:32:41] "POST /fqname-to-id HTTP/1.1" 404 195 0.005075 10.0.0.50 - - [2026-03-19 02:32:41] "POST /security-groups HTTP/1.1" 200 587 0.064629 10.0.0.50 - - [2026-03-19 02:32:41] "POST /fqname-to-id HTTP/1.1" 404 230 0.003251 10.0.0.50 - - [2026-03-19 02:32:41] "POST /projects HTTP/1.1" 200 577 0.211422 10.0.0.50 - - [2026-03-19 02:32:41] "POST /access-control-lists HTTP/1.1" 200 592 0.059171 10.0.0.50 - - [2026-03-19 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.290924 10.0.0.50 - - [2026-03-19 02:32:41] "POST /fqname-to-id HTTP/1.1" 404 229 0.002805 10.0.0.50 - - [2026-03-19 02:32:41] "GET /project/45a8741f-2b63-414b-8b36-8b4b482b80da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.425364 10.0.0.50 - - [2026-03-19 02:32:41] "POST /access-control-lists HTTP/1.1" 200 590 0.064929 10.0.0.50 - - [2026-03-19 02:32:42] "GET / HTTP/1.1" 200 35931 0.002146 10.0.0.50 - - [2026-03-19 02:32:42] "GET /projects?obj_uuids=45a8741f-2b63-414b-8b36-8b4b482b80da&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000994 10.0.0.50 - - [2026-03-19 02:32:43] "GET /project/45a8741f-2b63-414b-8b36-8b4b482b80da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.023283 10.0.0.50 - - [2026-03-19 02:32:43] "GET /projects?obj_uuids=45a8741f-2b63-414b-8b36-8b4b482b80da&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000995 10.0.0.50 - - [2026-03-19 02:32:43] "GET /project/45a8741f-2b63-414b-8b36-8b4b482b80da?fields=virtual_networks HTTP/1.1" 200 1024 0.071504 10.0.0.50 - - [2026-03-19 02:32:43] "GET /projects?obj_uuids=45a8741f-2b63-414b-8b36-8b4b482b80da&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001035 10.0.0.50 - - [2026-03-19 02:32:43] "GET /project/45a8741f-2b63-414b-8b36-8b4b482b80da?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.026284 10.0.0.50 - - [2026-03-19 02:32:43] "GET /projects?obj_uuids=45a8741f-2b63-414b-8b36-8b4b482b80da&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001103 10.0.0.50 - - [2026-03-19 02:32:43] "GET /project/45a8741f-2b63-414b-8b36-8b4b482b80da?fields=security_groups HTTP/1.1" 200 1246 0.025838 10.0.0.50 - - [2026-03-19 02:33:17] "DELETE /project/45a8741f2b63414b8b368b4b482b80da HTTP/1.1" 404 173 0.016662 10.0.0.50 - - [2026-03-19 02:33:17] "GET /projects?obj_uuids=45a8741f-2b63-414b-8b36-8b4b482b80da&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000956 10.0.0.50 - - [2026-03-19 02:33:17] "GET /projects?obj_uuids=2744e064-6063-4570-b67d-9080085c4fd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000831 10.0.0.50 - - [2026-03-19 02:33:17] "GET /projects?obj_uuids=a4d8d6d2-5458-40c5-8402-84136bd4bdbe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000767 10.0.0.50 - - [2026-03-19 02:33:17] "GET /projects?obj_uuids=8d507775-7a9d-45c6-94fb-1edf138aaaf7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001224 10.0.0.50 - - [2026-03-19 02:33:17] "GET /project/a4d8d6d2-5458-40c5-8402-84136bd4bdbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.051380 10.0.0.50 - - [2026-03-19 02:33:17] "GET /project/2744e064-6063-4570-b67d-9080085c4fd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.053680 10.0.0.50 - - [2026-03-19 02:33:17] "GET /project/45a8741f-2b63-414b-8b36-8b4b482b80da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.055941 10.0.0.50 - - [2026-03-19 02:33:17] "GET /project/8d507775-7a9d-45c6-94fb-1edf138aaaf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.058093 10.0.0.50 - - [2026-03-19 02:33:17] "GET /projects?obj_uuids=8d507775-7a9d-45c6-94fb-1edf138aaaf7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001397 10.0.0.50 - - [2026-03-19 02:33:17] "GET /projects?obj_uuids=45a8741f-2b63-414b-8b36-8b4b482b80da&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000989 10.0.0.50 - - [2026-03-19 02:33:17] "GET /projects?obj_uuids=2744e064-6063-4570-b67d-9080085c4fd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000765 10.0.0.50 - - [2026-03-19 02:33:17] "GET /projects?obj_uuids=a4d8d6d2-5458-40c5-8402-84136bd4bdbe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001128 10.0.0.50 - - [2026-03-19 02:33:17] "GET /project/45a8741f-2b63-414b-8b36-8b4b482b80da?fields=security_groups HTTP/1.1" 200 1351 0.057814 10.0.0.50 - - [2026-03-19 02:33:17] "GET /project/8d507775-7a9d-45c6-94fb-1edf138aaaf7?fields=security_groups HTTP/1.1" 200 1364 0.060051 10.0.0.50 - - [2026-03-19 02:33:17] "GET /project/2744e064-6063-4570-b67d-9080085c4fd0?fields=security_groups HTTP/1.1" 200 1363 0.074252 10.0.0.50 - - [2026-03-19 02:33:17] "GET /project/a4d8d6d2-5458-40c5-8402-84136bd4bdbe?fields=security_groups HTTP/1.1" 200 1363 0.082781 10.0.0.50 - - [2026-03-19 02:33:17] "DELETE /security-group/7d35af14-3278-434b-9ace-e2b9fc9681f6 HTTP/1.1" 200 115 0.092317 10.0.0.50 - - [2026-03-19 02:33:17] "GET /projects?obj_uuids=45a8741f-2b63-414b-8b36-8b4b482b80da&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001068 10.0.0.50 - - [2026-03-19 02:33:17] "DELETE /access-control-list/f6802f6c-c8a3-43ab-848a-de113ad56b20 HTTP/1.1" 200 115 0.063526 10.0.0.50 - - [2026-03-19 02:33:17] "DELETE /security-group/dfb16920-7645-45e0-b49f-6986d4448aa9 HTTP/1.1" 200 115 0.108352 10.0.0.50 - - [2026-03-19 02:33:17] "DELETE /security-group/cb621b41-1a2f-4a0f-b24c-483fd64ce065 HTTP/1.1" 200 115 0.106387 10.0.0.50 - - [2026-03-19 02:33:17] "GET /projects?obj_uuids=8d507775-7a9d-45c6-94fb-1edf138aaaf7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.50 - - [2026-03-19 02:33:17] "GET /projects?obj_uuids=2744e064-6063-4570-b67d-9080085c4fd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000969 10.0.0.50 - - [2026-03-19 02:33:17] "DELETE /security-group/61e7da19-c70a-458e-828f-b288be533d7d HTTP/1.1" 200 115 0.117113 10.0.0.50 - - [2026-03-19 02:33:17] "GET /project/45a8741f-2b63-414b-8b36-8b4b482b80da?fields=application_policy_sets HTTP/1.1" 200 1390 0.054009 10.0.0.50 - - [2026-03-19 02:33:17] "GET /projects?obj_uuids=a4d8d6d2-5458-40c5-8402-84136bd4bdbe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001195 10.0.0.50 - - [2026-03-19 02:33:17] "DELETE /access-control-list/56fd0f85-04e0-4cf1-a79f-f5187b07614d HTTP/1.1" 200 115 0.051651 10.0.0.50 - - [2026-03-19 02:33:17] "GET /project/2744e064-6063-4570-b67d-9080085c4fd0?fields=application_policy_sets HTTP/1.1" 200 1402 0.045069 10.0.0.50 - - [2026-03-19 02:33:17] "GET /project/8d507775-7a9d-45c6-94fb-1edf138aaaf7?fields=application_policy_sets HTTP/1.1" 200 1403 0.079818 10.0.0.50 - - [2026-03-19 02:33:17] "DELETE /access-control-list/80264f2b-6313-4ed3-bbaa-96a9d547ad02 HTTP/1.1" 200 115 0.038565 10.0.0.50 - - [2026-03-19 02:33:17] "GET /project/a4d8d6d2-5458-40c5-8402-84136bd4bdbe?fields=application_policy_sets HTTP/1.1" 200 1402 0.089522 10.0.0.50 - - [2026-03-19 02:33:17] "DELETE /access-control-list/8dde00f7-cc37-4664-9bb9-044b51dd7857 HTTP/1.1" 200 115 0.055409 10.0.0.50 - - [2026-03-19 02:33:17] "DELETE /access-control-list/a7f90328-f009-4658-92f3-731a6776b7ba HTTP/1.1" 200 115 0.045479 10.0.0.50 - - [2026-03-19 02:33:17] "DELETE /project/45a8741f-2b63-414b-8b36-8b4b482b80da HTTP/1.1" 200 115 0.556808 10.0.0.50 - - [2026-03-19 02:33:17] "DELETE /access-control-list/d5d601ef-97d3-4f8a-8896-6ba156f0e49a HTTP/1.1" 200 115 0.060936 10.0.0.50 - - [2026-03-19 02:33:17] "DELETE /project/2744e064-6063-4570-b67d-9080085c4fd0 HTTP/1.1" 200 115 0.566442 10.0.0.50 - - [2026-03-19 02:33:17] "DELETE /project/8d507775-7a9d-45c6-94fb-1edf138aaaf7 HTTP/1.1" 200 115 0.588038 10.0.0.50 - - [2026-03-19 02:33:18] "DELETE /access-control-list/b5279078-a55e-4e60-b9f6-627d06d0de74 HTTP/1.1" 200 115 0.029673 10.0.0.50 - - [2026-03-19 02:33:18] "DELETE /project/a4d8d6d2-5458-40c5-8402-84136bd4bdbe HTTP/1.1" 200 115 0.605422 10.0.0.50 - - [2026-03-19 02:33:18] "DELETE /access-control-list/cdea4d6d-abae-49f4-895a-70d33292c2c5 HTTP/1.1" 200 115 0.013898 10.0.0.50 - - [2026-03-19 02:33:25] "GET /obj-perms HTTP/1.1" 200 5056 0.063336 10.0.0.50 - - [2026-03-19 02:33:26] "GET /obj-perms HTTP/1.1" 200 5056 0.055278 [Introspect:8084]10.0.0.50 - - [2026-03-19 02:33:34] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001095 [Introspect:8084]10.0.0.50 - - [2026-03-19 02:33:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001067