+++ date ++ echo 'INFO: =================== Mon Apr 6 02:05:00 AM UTC 2026 ===================' INFO: =================== Mon Apr 6 02:05:00 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ 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 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' +++ ip addr show dev ens3 ++ 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 '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 +++ mount -t hugetlbfs ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.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.25 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25 ++ 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node CONFIG +++ 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 ++++ grep -vi host ++++ sort ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.50,10.20.0.25,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.25,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: 04/06/2026 02:05:09.154 7f03d8964e40 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/06/2026 02:05:09.383 7f03d8964e40 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/06/2026 02:05:09.398 7f03d8964e40 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/06/2026 02:05:09.398 7f03d8964e40 [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-04-06 02:05:14] "GET / HTTP/1.1" 503 181 0.000244 10.0.0.50 - - [2026-04-06 02:05:14] "GET / HTTP/1.1" 503 181 0.000296 10.0.0.50 - - [2026-04-06 02:05:14] "GET / HTTP/1.1" 200 35931 0.002037 10.0.0.50 - - [2026-04-06 02:05:14] "GET / HTTP/1.1" 200 35931 0.002014 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-04-06 02:05:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000830 10.0.0.50 - - [2026-04-06 02:05:15] "GET / HTTP/1.1" 200 45871 0.001553 10.0.0.50 - - [2026-04-06 02:05:15] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000468 10.0.0.50 - - [2026-04-06 02:05:15] "GET / HTTP/1.1" 200 45871 0.001445 10.0.0.50 - - [2026-04-06 02:05:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000362 10.0.0.50 - - [2026-04-06 02:05:15] "GET / HTTP/1.1" 200 35931 0.002188 10.0.0.50 - - [2026-04-06 02:05:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.50 - - [2026-04-06 02:05:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000605 10.0.0.50 - - [2026-04-06 02:05:16] "GET / HTTP/1.1" 200 35931 0.002447 10.0.0.50 - - [2026-04-06 02:05:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000462 10.0.0.50 - - [2026-04-06 02:05:16] "GET / HTTP/1.1" 200 35931 0.001559 10.0.0.50 - - [2026-04-06 02:05:16] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.245073 10.0.0.50 - - [2026-04-06 02:05:16] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003661 10.0.0.50 - - [2026-04-06 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.359491 10.0.0.50 - - [2026-04-06 02:05:16] "GET /global-system-config/554a9b73-0b13-4dfa-9a18-7db98ba31693?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.010904 10.0.0.50 - - [2026-04-06 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 1.614753 10.0.0.50 - - [2026-04-06 02:05:16] "GET /global-system-config/554a9b73-0b13-4dfa-9a18-7db98ba31693?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.010236 10.0.0.50 - - [2026-04-06 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 1.040839 10.0.0.50 - - [2026-04-06 02:05:17] "POST /fqname-to-id HTTP/1.1" 404 220 0.003682 10.0.0.50 - - [2026-04-06 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.50 - - [2026-04-06 02:05:17] "POST /fqname-to-id HTTP/1.1" 404 220 0.004551 10.0.0.50 - - [2026-04-06 02:05:17] "POST /config-database-nodes HTTP/1.1" 200 617 0.044470 10.0.0.50 - - [2026-04-06 02:05:17] "POST /config-nodes HTTP/1.1" 200 599 0.049414 10.0.0.50 - - [2026-04-06 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.459886 10.0.0.50 - - [2026-04-06 02:05:17] "GET /network-ipam/ac1c340d-8928-454f-876e-b1935f116d69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006793 10.0.0.50 - - [2026-04-06 02:05:17] "POST /fqname-to-id HTTP/1.1" 404 186 0.074014 10.0.0.50 - - [2026-04-06 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.50 - - [2026-04-06 02:05:17] "GET /global-system-config/554a9b73-0b13-4dfa-9a18-7db98ba31693?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008093 10.0.0.50 - - [2026-04-06 02:05:17] "GET / HTTP/1.1" 200 35931 0.001591 10.0.0.50 - - [2026-04-06 02:05:17] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000389 10.0.0.50 - - [2026-04-06 02:05:17] "POST /service-appliance-sets HTTP/1.1" 200 553 0.038522 10.0.0.50 - - [2026-04-06 02:05:17] "POST /fqname-to-id HTTP/1.1" 404 180 0.003712 10.0.0.50 - - [2026-04-06 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.010725 10.0.0.50 - - [2026-04-06 02:05:17] "GET /global-system-config/554a9b73-0b13-4dfa-9a18-7db98ba31693?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.012886 10.0.0.50 - - [2026-04-06 02:05:17] "POST /service-appliance-sets HTTP/1.1" 200 541 0.024593 10.0.0.50 - - [2026-04-06 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.50 - - [2026-04-06 02:05:17] "GET /network-ipam/ac1c340d-8928-454f-876e-b1935f116d69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004485 /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-04-06 02:05:18] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.062121 10.0.0.50 - - [2026-04-06 02:05:18] "POST /fqname-to-id HTTP/1.1" 404 225 0.003909 10.0.0.50 - - [2026-04-06 02:05:18] "POST /access-control-lists HTTP/1.1" 200 587 0.028780 10.0.0.50 - - [2026-04-06 02:05:18] "POST /fqname-to-id HTTP/1.1" 404 224 0.003438 10.0.0.50 - - [2026-04-06 02:05:18] "POST /service-templates HTTP/1.1" 200 511 0.028661 10.0.0.50 - - [2026-04-06 02:05:18] "POST /service-templates HTTP/1.1" 200 501 0.026734 10.0.0.50 - - [2026-04-06 02:05:18] "POST /access-control-lists HTTP/1.1" 200 585 0.025079 10.0.0.50 - - [2026-04-06 02:05:18] "POST /service-templates HTTP/1.1" 200 515 0.025877 10.0.0.50 - - [2026-04-06 02:05:18] "POST /route-targets HTTP/1.1" 200 327 0.016866 10.0.0.50 - - [2026-04-06 02:05:18] "POST /service-templates HTTP/1.1" 200 535 0.027878 10.0.0.50 - - [2026-04-06 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.016602 10.0.0.50 - - [2026-04-06 02:05:18] "POST /service-templates HTTP/1.1" 200 507 0.031518 10.0.0.50 - - [2026-04-06 02:05:18] "POST /route-targets HTTP/1.1" 200 327 0.020299 10.0.0.50 - - [2026-04-06 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.030759 10.0.0.50 - - [2026-04-06 02:05:18] "POST /route-targets HTTP/1.1" 200 327 0.013864 10.0.0.50 - - [2026-04-06 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.018779 10.0.0.50 - - [2026-04-06 02:05:18] "POST /route-targets HTTP/1.1" 200 327 0.012474 10.0.0.50 - - [2026-04-06 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.011466 10.0.0.50 - - [2026-04-06 02:05:18] "POST /fqname-to-id HTTP/1.1" 404 201 0.003350 10.0.0.50 - - [2026-04-06 02:05:18] "POST /access-control-lists HTTP/1.1" 200 551 0.069257 10.0.0.50 - - [2026-04-06 02:05:19] "PUT /access-control-list/da2c79f9-70e1-4111-b762-0bed00c83c1d HTTP/1.1" 200 272 0.010467 10.0.0.50 - - [2026-04-06 02:05:19] "PUT /access-control-list/3ddc0c33-d136-4370-b2cf-b70cb8e3896e HTTP/1.1" 200 272 0.012446 10.0.0.50 - - [2026-04-06 02:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.50 - - [2026-04-06 02:05:23] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.003758 10.0.0.50 - - [2026-04-06 02:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.50 - - [2026-04-06 02:05:23] "PUT /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39 HTTP/1.1" 200 276 0.009772 10.0.0.50 - - [2026-04-06 02:05:23] "GET / HTTP/1.1" 200 35931 0.001755 10.0.0.50 - - [2026-04-06 02:05:23] "POST /alarms HTTP/1.1" 401 292 0.000419 10.0.0.50 - - [2026-04-06 02:05:23] "POST /alarms HTTP/1.1" 200 581 0.048743 10.0.0.50 - - [2026-04-06 02:05:23] "POST /alarms HTTP/1.1" 200 575 0.023158 10.0.0.50 - - [2026-04-06 02:05:23] "POST /alarms HTTP/1.1" 200 575 0.024376 10.0.0.50 - - [2026-04-06 02:05:24] "POST /alarms HTTP/1.1" 200 559 0.029758 10.0.0.50 - - [2026-04-06 02:05:24] "POST /alarms HTTP/1.1" 200 555 0.019175 10.0.0.50 - - [2026-04-06 02:05:24] "POST /alarms HTTP/1.1" 200 557 0.018602 10.0.0.50 - - [2026-04-06 02:05:24] "POST /alarms HTTP/1.1" 200 565 0.023797 10.0.0.50 - - [2026-04-06 02:05:24] "POST /alarms HTTP/1.1" 200 549 0.022078 10.0.0.50 - - [2026-04-06 02:05:24] "POST /alarms HTTP/1.1" 200 557 0.023609 10.0.0.50 - - [2026-04-06 02:05:24] "POST /alarms HTTP/1.1" 200 567 0.020798 10.0.0.50 - - [2026-04-06 02:05:24] "POST /alarms HTTP/1.1" 200 555 0.031735 10.0.0.50 - - [2026-04-06 02:05:24] "POST /alarms HTTP/1.1" 200 567 0.049834 10.0.0.50 - - [2026-04-06 02:05:24] "POST /alarms HTTP/1.1" 200 575 0.063356 10.0.0.50 - - [2026-04-06 02:05:24] "POST /alarms HTTP/1.1" 200 569 0.018789 10.0.0.50 - - [2026-04-06 02:05:24] "POST /alarms HTTP/1.1" 200 561 0.017847 10.0.0.50 - - [2026-04-06 02:05:24] "POST /alarms HTTP/1.1" 200 561 0.018976 10.0.0.50 - - [2026-04-06 02:05:24] "POST /alarms HTTP/1.1" 200 561 0.029502 10.0.0.50 - - [2026-04-06 02:05:25] "POST /alarms HTTP/1.1" 200 547 0.018352 10.0.0.50 - - [2026-04-06 02:05:25] "POST /alarms HTTP/1.1" 200 595 0.017826 10.0.0.50 - - [2026-04-06 02:05:25] "POST /alarms HTTP/1.1" 200 575 0.020308 10.0.0.50 - - [2026-04-06 02:05:25] "POST /alarms HTTP/1.1" 200 571 0.019241 10.0.0.50 - - [2026-04-06 02:05:25] "POST /alarms HTTP/1.1" 200 583 0.021876 10.0.0.50 - - [2026-04-06 02:05:25] "POST /alarms HTTP/1.1" 200 609 0.022510 10.0.0.50 - - [2026-04-06 02:05:25] "GET / HTTP/1.1" 200 35931 0.001758 10.0.0.50 - - [2026-04-06 02:05:25] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000472 10.0.0.50 - - [2026-04-06 02:05:26] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.036012 10.0.0.50 - - [2026-04-06 02:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.50 - - [2026-04-06 02:05:26] "PUT /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39 HTTP/1.1" 200 276 0.009916 10.0.0.50 - - [2026-04-06 02:05:26] "GET / HTTP/1.1" 200 35931 0.001610 10.0.0.50 - - [2026-04-06 02:05:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000475 10.0.0.50 - - [2026-04-06 02:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.036366 10.0.0.50 - - [2026-04-06 02:05:26] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004234 10.0.0.50 - - [2026-04-06 02:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.50 - - [2026-04-06 02:05:26] "PUT /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39 HTTP/1.1" 200 276 0.009472 10.0.0.50 - - [2026-04-06 02:05:27] "GET / HTTP/1.1" 200 35931 0.001582 10.0.0.50 - - [2026-04-06 02:05:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457 10.0.0.50 - - [2026-04-06 02:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.033557 10.0.0.50 - - [2026-04-06 02:05:27] "GET /global-system-config/554a9b73-0b13-4dfa-9a18-7db98ba31693?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005855 10.0.0.50 - - [2026-04-06 02:05:27] "PUT /global-system-config/554a9b73-0b13-4dfa-9a18-7db98ba31693 HTTP/1.1" 200 274 0.017621 10.0.0.50 - - [2026-04-06 02:05:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.50 - - [2026-04-06 02:05:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.50 - - [2026-04-06 02:05:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.50 - - [2026-04-06 02:05:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.50 - - [2026-04-06 02:06:08] "GET / HTTP/1.1" 200 35931 0.001909 10.0.0.50 - - [2026-04-06 02:06:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.50 - - [2026-04-06 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.028340 10.0.0.50 - - [2026-04-06 02:06:08] "GET /routing-instance/f7c292b6-95f5-49e3-96c4-17c10bd1518e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004503 10.0.0.50 - - [2026-04-06 02:06:08] "POST /bgp-routers HTTP/1.1" 200 620 0.041667 10.0.0.50 - - [2026-04-06 02:06:08] "GET /bgp-router/27709ea7-8cba-4ff4-958b-56da501ac95c?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.008156 10.0.0.50 - - [2026-04-06 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005433 10.0.0.50 - - [2026-04-06 02:06:09] "GET /global-system-config/554a9b73-0b13-4dfa-9a18-7db98ba31693?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.009204 10.0.0.50 - - [2026-04-06 02:06:09] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005050 10.0.0.50 - - [2026-04-06 02:06:09] "POST /ref-update HTTP/1.1" 200 156 0.013520 10.0.0.50 - - [2026-04-06 02:06:35] "GET / HTTP/1.1" 200 35931 0.001432 10.0.0.50 - - [2026-04-06 02:06:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000522 10.0.0.50 - - [2026-04-06 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.035287 10.0.0.50 - - [2026-04-06 02:06:35] "GET /global-system-config/554a9b73-0b13-4dfa-9a18-7db98ba31693?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.010577 10.0.0.50 - - [2026-04-06 02:06:35] "POST /fqname-to-id HTTP/1.1" 404 220 0.007044 10.0.0.50 - - [2026-04-06 02:06:36] "POST /database-nodes HTTP/1.1" 200 603 0.023759 10.0.0.50 - - [2026-04-06 02:07:04] "GET / HTTP/1.1" 200 35931 0.001831 10.0.0.50 - - [2026-04-06 02:07:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000396 10.0.0.50 - - [2026-04-06 02:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.035869 10.0.0.50 - - [2026-04-06 02:07:04] "GET /global-system-config/554a9b73-0b13-4dfa-9a18-7db98ba31693?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005527 10.0.0.50 - - [2026-04-06 02:07:04] "POST /fqname-to-id HTTP/1.1" 404 220 0.003393 10.0.0.50 - - [2026-04-06 02:07:04] "POST /analytics-nodes HTTP/1.1" 200 605 0.017816 10.0.0.50 - - [2026-04-06 02:07:10] "GET / HTTP/1.1" 200 35931 0.001777 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-04-06 02:07:19] "GET /obj-perms HTTP/1.1" 200 5056 0.367433 10.0.0.50 - - [2026-04-06 02:07:20] "GET /obj-perms HTTP/1.1" 200 5056 0.060252 10.0.0.50 - - [2026-04-06 02:07:21] "GET / HTTP/1.1" 200 35931 0.001856 10.0.0.50 - - [2026-04-06 02:07:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000566 10.0.0.50 - - [2026-04-06 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.040362 10.0.0.50 - - [2026-04-06 02:07:22] "GET /global-system-config/554a9b73-0b13-4dfa-9a18-7db98ba31693?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.006861 10.0.0.50 - - [2026-04-06 02:07:22] "POST /fqname-to-id HTTP/1.1" 404 220 0.003306 10.0.0.50 - - [2026-04-06 02:07:22] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.042115 10.0.0.50 - - [2026-04-06 02:07:37] "GET / HTTP/1.1" 200 35931 0.002404 10.0.0.50 - - [2026-04-06 02:07:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000487 10.0.0.50 - - [2026-04-06 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.056134 10.0.0.50 - - [2026-04-06 02:07:38] "GET /global-system-config/554a9b73-0b13-4dfa-9a18-7db98ba31693?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.008742 10.0.0.50 - - [2026-04-06 02:07:38] "POST /fqname-to-id HTTP/1.1" 404 220 0.005600 10.0.0.50 - - [2026-04-06 02:07:38] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.025934 10.0.0.50 - - [2026-04-06 02:08:20] "GET /obj-perms HTTP/1.1" 200 5056 0.066359 10.0.0.50 - - [2026-04-06 02:08:20] "GET /obj-perms HTTP/1.1" 200 5056 0.054262 10.0.0.50 - - [2026-04-06 02:09:21] "GET /obj-perms HTTP/1.1" 200 5056 0.054672 10.0.0.50 - - [2026-04-06 02:09:21] "GET /obj-perms HTTP/1.1" 200 5056 0.050881 10.0.0.50 - - [2026-04-06 02:10:05] "GET / HTTP/1.1" 200 35931 0.001722 10.0.0.50 - - [2026-04-06 02:10:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.50 - - [2026-04-06 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.028723 10.0.0.50 - - [2026-04-06 02:10:05] "GET /global-system-config/554a9b73-0b13-4dfa-9a18-7db98ba31693?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005526 10.0.0.50 - - [2026-04-06 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.50 - - [2026-04-06 02:10:05] "GET /routing-instance/f7c292b6-95f5-49e3-96c4-17c10bd1518e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004514 10.0.0.50 - - [2026-04-06 02:10:05] "PUT /global-system-config/554a9b73-0b13-4dfa-9a18-7db98ba31693 HTTP/1.1" 200 274 0.011584 10.0.0.50 - - [2026-04-06 02:10:06] "POST /fqname-to-id HTTP/1.1" 404 218 0.003217 10.0.0.50 - - [2026-04-06 02:10:06] "POST /virtual-routers HTTP/1.1" 200 603 0.034945 10.0.0.50 - - [2026-04-06 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.50 - - [2026-04-06 02:10:06] "GET /virtual-router/d4a40b6f-2452-4b24-ba98-521591205e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.006102 10.0.0.50 - - [2026-04-06 02:10:06] "POST /fqname-to-id HTTP/1.1" 404 231 0.003499 10.0.0.50 - - [2026-04-06 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.50 - - [2026-04-06 02:10:06] "GET /virtual-network/733bc004-e391-4c7b-a1d8-829773e73116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.006579 10.0.0.50 - - [2026-04-06 02:10:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.113110 10.0.0.50 - - [2026-04-06 02:10:07] "PUT /access-control-list/6e48a8a7-8611-4c55-8863-f54285b09e2c HTTP/1.1" 200 272 0.022428 [Introspect:8084]10.0.0.50 - - [2026-04-06 02:10:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001027 [Introspect:8084]10.0.0.50 - - [2026-04-06 02:10:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000993 [Introspect:8084]10.0.0.50 - - [2026-04-06 02:10:21] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000935 [Introspect:8084]10.0.0.50 - - [2026-04-06 02:10:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000947 10.0.0.50 - - [2026-04-06 02:10:21] "GET /obj-perms HTTP/1.1" 200 5056 0.053669 10.0.0.50 - - [2026-04-06 02:10:22] "GET /obj-perms HTTP/1.1" 200 5056 0.093207 10.0.0.50 - - [2026-04-06 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.50 - - [2026-04-06 02:10:22] "GET /virtual-router/d4a40b6f-2452-4b24-ba98-521591205e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.004971 [Introspect:8084]10.0.0.50 - - [2026-04-06 02:10:23] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001012 [Introspect:8084]10.0.0.50 - - [2026-04-06 02:10:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001147 10.0.0.50 - - [2026-04-06 02:10:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.50 - - [2026-04-06 02:10:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.50 - - [2026-04-06 02:10:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000529 10.0.0.50 - - [2026-04-06 02:10:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.50 - - [2026-04-06 02:11:22] "GET /obj-perms HTTP/1.1" 200 5056 0.064800 10.0.0.50 - - [2026-04-06 02:11:23] "GET /obj-perms HTTP/1.1" 200 5056 0.055866 10.0.0.50 - - [2026-04-06 02:11:28] "GET / HTTP/1.1" 200 35931 0.002474 10.0.0.50 - - [2026-04-06 02:11:28] "GET /project/ca1a431d-5ac5-419a-99f6-f9124faaf4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000502 10.0.0.50 - - [2026-04-06 02:11:29] "GET /projects?obj_uuids=ca1a431d-5ac5-419a-99f6-f9124faaf4bf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.026085 10.0.0.50 - - [2026-04-06 02:11:29] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001863 10.0.0.50 - - [2026-04-06 02:11:29] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.040896 10.0.0.50 - - [2026-04-06 02:11:29] "POST /id-to-fqname HTTP/1.1" 200 167 0.001328 10.0.0.50 - - [2026-04-06 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 176 0.005135 10.0.0.50 - - [2026-04-06 02:11:29] "POST /security-groups HTTP/1.1" 200 568 0.068976 10.0.0.50 - - [2026-04-06 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.026953 10.0.0.50 - - [2026-04-06 02:11:29] "POST /projects HTTP/1.1" 200 539 0.244098 10.0.0.50 - - [2026-04-06 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.317064 10.0.0.50 - - [2026-04-06 02:11:29] "POST /access-control-lists HTTP/1.1" 200 573 0.060836 10.0.0.50 - - [2026-04-06 02:11:29] "GET /project/ca1a431d-5ac5-419a-99f6-f9124faaf4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.494844 10.0.0.50 - - [2026-04-06 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 206 0.004773 10.0.0.50 - - [2026-04-06 02:11:29] "POST /access-control-lists HTTP/1.1" 200 571 0.061236 [Introspect:8084]10.0.0.50 - - [2026-04-06 02:11:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001115 10.0.0.50 - - [2026-04-06 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 199 0.027609 10.0.0.50 - - [2026-04-06 02:11:30] "GET /projects?obj_uuids=86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002752 10.0.0.50 - - [2026-04-06 02:11:30] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001462 10.0.0.50 - - [2026-04-06 02:11:30] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009061 10.0.0.50 - - [2026-04-06 02:11:30] "POST /id-to-fqname HTTP/1.1" 200 201 0.002697 10.0.0.50 - - [2026-04-06 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 210 0.003690 10.0.0.50 - - [2026-04-06 02:11:30] "POST /security-groups HTTP/1.1" 200 602 0.069978 10.0.0.50 - - [2026-04-06 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 245 0.003194 10.0.0.50 - - [2026-04-06 02:11:30] "POST /projects HTTP/1.1" 200 607 0.245442 10.0.0.50 - - [2026-04-06 02:11:30] "POST /access-control-lists HTTP/1.1" 200 607 0.063561 10.0.0.50 - - [2026-04-06 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.326217 10.0.0.50 - - [2026-04-06 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 244 0.004014 10.0.0.50 - - [2026-04-06 02:11:30] "GET /project/86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.459000 10.0.0.50 - - [2026-04-06 02:11:31] "POST /access-control-lists HTTP/1.1" 200 605 0.061104 10.0.0.50 - - [2026-04-06 02:11:32] "GET / HTTP/1.1" 200 35931 0.002852 10.0.0.50 - - [2026-04-06 02:11:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000460 10.0.0.50 - - [2026-04-06 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.060271 10.0.0.50 - - [2026-04-06 02:11:33] "GET /projects?obj_uuids=86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001026 10.0.0.50 - - [2026-04-06 02:11:33] "GET /project/86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.027242 10.0.0.50 - - [2026-04-06 02:11:33] "POST /neutron/network HTTP/1.1" 200 117 0.040101 10.0.0.50 - - [2026-04-06 02:11:33] "GET /projects?obj_uuids=86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000988 10.0.0.50 - - [2026-04-06 02:11:33] "POST /neutron/network HTTP/1.1" 200 620 0.081416 10.0.0.50 - - [2026-04-06 02:11:33] "POST /route-targets HTTP/1.1" 200 327 0.016625 10.0.0.50 - - [2026-04-06 02:11:33] "POST /ref-update HTTP/1.1" 200 156 0.017866 10.0.0.50 - - [2026-04-06 02:11:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002901 10.0.0.50 - - [2026-04-06 02:11:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.191425 10.0.0.50 - - [2026-04-06 02:11:33] "POST /neutron/network HTTP/1.1" 200 840 0.005554 10.0.0.50 - - [2026-04-06 02:11:33] "POST /id-to-fqname HTTP/1.1" 200 233 0.001027 10.0.0.50 - - [2026-04-06 02:11:33] "GET /virtual-network/6123b04d-ecb4-4aee-80a4-fce1f8e6facb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004408 10.0.0.50 - - [2026-04-06 02:11:33] "POST /neutron/network HTTP/1.1" 200 840 0.008954 10.0.0.50 - - [2026-04-06 02:11:33] "GET /virtual-network/6123b04d-ecb4-4aee-80a4-fce1f8e6facb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005517 10.0.0.50 - - [2026-04-06 02:11:33] "POST /neutron/network HTTP/1.1" 200 840 0.005923 10.0.0.50 - - [2026-04-06 02:11:34] "POST /neutron/subnet HTTP/1.1" 200 729 0.007271 10.0.0.50 - - [2026-04-06 02:11:34] "GET /domains HTTP/1.1" 401 292 0.000456 10.0.0.50 - - [2026-04-06 02:11:34] "GET /domains HTTP/1.1" 200 280 0.029508 10.0.0.50 - - [2026-04-06 02:11:34] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.50 - - [2026-04-06 02:11:34] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2585 0.015418 10.0.0.50 - - [2026-04-06 02:11:34] "GET /projects?obj_uuids=86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001263 10.0.0.50 - - [2026-04-06 02:11:34] "GET /project/86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c HTTP/1.1" 200 2168 0.071947 10.0.0.50 - - [2026-04-06 02:11:34] "GET /virtual-network/6123b04d-ecb4-4aee-80a4-fce1f8e6facb HTTP/1.1" 200 2344 0.006122 10.0.0.50 - - [2026-04-06 02:11:34] "GET /virtual-network/6123b04d-ecb4-4aee-80a4-fce1f8e6facb HTTP/1.1" 200 2344 0.004592 10.0.0.50 - - [2026-04-06 02:11:34] "GET /routing-instance/84ed1af9-78b0-4ae3-83ce-e5b2a0029a9e HTTP/1.1" 200 1493 0.003366 10.0.0.50 - - [2026-04-06 02:11:34] "GET /routing-instance/84ed1af9-78b0-4ae3-83ce-e5b2a0029a9e HTTP/1.1" 200 1493 0.005735 10.0.0.50 - - [2026-04-06 02:11:34] "GET /route-target/5e393942-0e05-4ab1-b0b7-19aa68d65ab0 HTTP/1.1" 200 1219 0.003250 10.0.0.50 - - [2026-04-06 02:11:34] "GET /virtual-network/6123b04d-ecb4-4aee-80a4-fce1f8e6facb HTTP/1.1" 200 2344 0.004830 10.0.0.50 - - [2026-04-06 02:11:34] "GET /routing-instance/84ed1af9-78b0-4ae3-83ce-e5b2a0029a9e HTTP/1.1" 200 1493 0.004862 10.0.0.50 - - [2026-04-06 02:11:34] "GET /virtual-network/6123b04d-ecb4-4aee-80a4-fce1f8e6facb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005291 10.0.0.50 - - [2026-04-06 02:11:34] "GET /virtual-network/6123b04d-ecb4-4aee-80a4-fce1f8e6facb HTTP/1.1" 200 2344 0.005356 10.0.0.50 - - [2026-04-06 02:11:34] "GET /routing-instance/84ed1af9-78b0-4ae3-83ce-e5b2a0029a9e HTTP/1.1" 200 1493 0.003548 10.0.0.50 - - [2026-04-06 02:11:34] "GET /routing-instance/84ed1af9-78b0-4ae3-83ce-e5b2a0029a9e HTTP/1.1" 200 1493 0.003380 10.0.0.50 - - [2026-04-06 02:11:34] "GET /route-target/5e393942-0e05-4ab1-b0b7-19aa68d65ab0 HTTP/1.1" 200 1219 0.003596 10.0.0.50 - - [2026-04-06 02:11:34] "GET /domains HTTP/1.1" 200 280 0.002959 10.0.0.50 - - [2026-04-06 02:11:34] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.50 - - [2026-04-06 02:11:34] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2585 0.007213 10.0.0.50 - - [2026-04-06 02:11:34] "GET /projects?obj_uuids=86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000926 10.0.0.50 - - [2026-04-06 02:11:34] "GET /project/86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c HTTP/1.1" 200 2168 0.069410 10.0.0.50 - - [2026-04-06 02:11:34] "GET /virtual-network/6123b04d-ecb4-4aee-80a4-fce1f8e6facb HTTP/1.1" 200 2344 0.005393 10.0.0.50 - - [2026-04-06 02:11:34] "GET /obj-perms HTTP/1.1" 200 5052 0.051980 10.0.0.50 - - [2026-04-06 02:11:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001375 10.0.0.50 - - [2026-04-06 02:11:36] "POST /neutron/network HTTP/1.1" 200 850 0.006516 10.0.0.50 - - [2026-04-06 02:11:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000422 10.0.0.50 - - [2026-04-06 02:11:36] "GET / HTTP/1.1" 200 35931 0.001391 10.0.0.50 - - [2026-04-06 02:11:36] "GET /project/86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000479 10.0.0.50 - - [2026-04-06 02:11:37] "GET /projects?obj_uuids=86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001068 10.0.0.50 - - [2026-04-06 02:11:37] "GET /project/86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.070824 10.0.0.50 - - [2026-04-06 02:11:38] "POST /neutron/network HTTP/1.1" 200 840 0.032799 10.0.0.50 - - [2026-04-06 02:11:38] "POST /neutron/port HTTP/1.1" 200 117 0.005829 10.0.0.50 - - [2026-04-06 02:11:38] "POST /neutron/port HTTP/1.1" 200 117 0.005963 10.0.0.50 - - [2026-04-06 02:11:38] "POST /neutron/port HTTP/1.1" 200 117 0.005368 10.0.0.50 - - [2026-04-06 02:11:39] "POST /neutron/network HTTP/1.1" 200 850 0.006333 10.0.0.50 - - [2026-04-06 02:11:39] "GET /projects?obj_uuids=86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001677 10.0.0.50 - - [2026-04-06 02:11:39] "POST /neutron/port HTTP/1.1" 200 1072 0.246522 10.0.0.50 - - [2026-04-06 02:11:39] "POST /neutron/port HTTP/1.1" 200 1072 0.048248 10.0.0.50 - - [2026-04-06 02:11:39] "POST /neutron/port HTTP/1.1" 200 1072 0.011932 10.0.0.50 - - [2026-04-06 02:11:40] "POST /neutron/port HTTP/1.1" 200 1126 0.076573 10.0.0.50 - - [2026-04-06 02:11:40] "POST /neutron/port HTTP/1.1" 200 1136 0.015258 10.0.0.50 - - [2026-04-06 02:11:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003945 10.0.0.50 - - [2026-04-06 02:11:40] "POST /neutron/subnet HTTP/1.1" 200 703 0.008176 10.0.0.50 - - [2026-04-06 02:11:40] "POST /neutron/port HTTP/1.1" 200 117 0.001178 10.0.0.50 - - [2026-04-06 02:11:40] "POST /neutron/network HTTP/1.1" 200 840 0.014842 10.0.0.50 - - [2026-04-06 02:11:43] "POST /neutron/port HTTP/1.1" 200 1136 0.015117 10.0.0.50 - - [2026-04-06 02:11:43] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007509 10.0.0.50 - - [2026-04-06 02:11:48] "POST /neutron/port HTTP/1.1" 200 1136 0.016243 10.0.0.50 - - [2026-04-06 02:11:48] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006358 10.0.0.50 - - [2026-04-06 02:11:48] "GET /obj-perms HTTP/1.1" 200 5052 0.005126 10.0.0.50 - - [2026-04-06 02:11:49] "GET /obj-perms HTTP/1.1" 200 5052 0.003691 10.0.0.50 - - [2026-04-06 02:11:50] "GET /obj-perms HTTP/1.1" 200 5052 0.004178 10.0.0.50 - - [2026-04-06 02:11:51] "GET /obj-perms HTTP/1.1" 200 5052 0.003837 10.0.0.50 - - [2026-04-06 02:11:52] "GET /obj-perms HTTP/1.1" 200 5052 0.003492 10.0.0.50 - - [2026-04-06 02:11:53] "POST /neutron/network HTTP/1.1" 200 840 0.009062 10.0.0.50 - - [2026-04-06 02:11:53] "POST /neutron/network HTTP/1.1" 400 204 0.014993 10.0.0.50 - - [2026-04-06 02:11:54] "POST /neutron/port HTTP/1.1" 200 1136 0.015305 10.0.0.50 - - [2026-04-06 02:11:54] "POST /neutron/port HTTP/1.1" 200 1126 0.012000 10.0.0.50 - - [2026-04-06 02:11:54] "POST /neutron/port HTTP/1.1" 200 151 0.124984 10.0.0.50 - - [2026-04-06 02:11:55] "POST /neutron/network HTTP/1.1" 200 840 0.007024 10.0.0.50 - - [2026-04-06 02:11:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002658 10.0.0.50 - - [2026-04-06 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.50 - - [2026-04-06 02:11:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001735 10.0.0.50 - - [2026-04-06 02:11:55] "POST /neutron/network HTTP/1.1" 200 151 0.086077 10.0.0.50 - - [2026-04-06 02:11:55] "GET /routing-instance/84ed1af9-78b0-4ae3-83ce-e5b2a0029a9e HTTP/1.1" 404 171 0.002311 10.0.0.50 - - [2026-04-06 02:11:55] "GET /domains HTTP/1.1" 200 280 0.002103 10.0.0.50 - - [2026-04-06 02:11:56] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.50 - - [2026-04-06 02:11:56] "DELETE /route-target/5e393942-0e05-4ab1-b0b7-19aa68d65ab0 HTTP/1.1" 200 115 0.024372 10.0.0.50 - - [2026-04-06 02:11:56] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2585 0.050925 10.0.0.50 - - [2026-04-06 02:11:56] "GET /projects?obj_uuids=86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000951 10.0.0.50 - - [2026-04-06 02:11:56] "GET /project/86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c HTTP/1.1" 200 1918 0.076540 10.0.0.50 - - [2026-04-06 02:11:56] "GET /projects?obj_uuids=86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001031 10.0.0.50 - - [2026-04-06 02:11:56] "GET /project/86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.029911 10.0.0.50 - - [2026-04-06 02:11:56] "GET /projects?obj_uuids=86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000986 10.0.0.50 - - [2026-04-06 02:11:56] "GET /project/86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c?fields=virtual_networks HTTP/1.1" 200 1054 0.081035 10.0.0.50 - - [2026-04-06 02:11:56] "GET /projects?obj_uuids=86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001346 10.0.0.50 - - [2026-04-06 02:11:56] "GET /project/86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.032947 10.0.0.50 - - [2026-04-06 02:11:56] "GET /projects?obj_uuids=86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001014 10.0.0.50 - - [2026-04-06 02:11:56] "GET /project/86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c?fields=security_groups HTTP/1.1" 200 1291 0.030178 10.0.0.50 - - [2026-04-06 02:11:57] "GET /projects?obj_uuids=ca1a431d-5ac5-419a-99f6-f9124faaf4bf&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001124 10.0.0.50 - - [2026-04-06 02:11:57] "GET /project/ca1a431d-5ac5-419a-99f6-f9124faaf4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.037912 10.0.0.50 - - [2026-04-06 02:12:01] "GET /projects?obj_uuids=ca1a431d-5ac5-419a-99f6-f9124faaf4bf&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001381 10.0.0.50 - - [2026-04-06 02:12:01] "GET /project/ca1a431d-5ac5-419a-99f6-f9124faaf4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.029788 10.0.0.50 - - [2026-04-06 02:12:01] "GET /documentation/index.html HTTP/1.1" 200 219571 0.003580 10.0.0.50 - - [2026-04-06 02:12:02] "POST /fqname-to-id HTTP/1.1" 404 200 0.032882 10.0.0.50 - - [2026-04-06 02:12:02] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002539 10.0.0.50 - - [2026-04-06 02:12:02] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001605 10.0.0.50 - - [2026-04-06 02:12:02] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008815 10.0.0.50 - - [2026-04-06 02:12:02] "POST /id-to-fqname HTTP/1.1" 200 202 0.001385 10.0.0.50 - - [2026-04-06 02:12:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.003004 10.0.0.50 - - [2026-04-06 02:12:02] "POST /security-groups HTTP/1.1" 200 603 0.069601 10.0.0.50 - - [2026-04-06 02:12:02] "POST /fqname-to-id HTTP/1.1" 404 246 0.003174 10.0.0.50 - - [2026-04-06 02:12:02] "POST /projects HTTP/1.1" 200 609 0.234963 10.0.0.50 - - [2026-04-06 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.310381 10.0.0.50 - - [2026-04-06 02:12:02] "POST /access-control-lists HTTP/1.1" 200 608 0.065290 10.0.0.50 - - [2026-04-06 02:12:02] "POST /fqname-to-id HTTP/1.1" 404 245 0.003696 10.0.0.50 - - [2026-04-06 02:12:02] "GET /project/e8b3630a-3760-4f50-ada3-6f087699f957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.455531 10.0.0.50 - - [2026-04-06 02:12:02] "POST /access-control-lists HTTP/1.1" 200 606 0.074835 10.0.0.50 - - [2026-04-06 02:12:03] "GET / HTTP/1.1" 200 35931 0.002225 10.0.0.50 - - [2026-04-06 02:12:04] "GET /projects?obj_uuids=ca1a431d-5ac5-419a-99f6-f9124faaf4bf&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001201 10.0.0.50 - - [2026-04-06 02:12:04] "GET /project/ca1a431d-5ac5-419a-99f6-f9124faaf4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.025903 10.0.0.50 - - [2026-04-06 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.50 - - [2026-04-06 02:12:04] "GET /security-group/b2d6fbc6-9286-4212-8760-317c8635a382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.008183 10.0.0.50 - - [2026-04-06 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.50 - - [2026-04-06 02:12:05] "GET /projects?obj_uuids=ca1a431d-5ac5-419a-99f6-f9124faaf4bf&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001709 10.0.0.50 - - [2026-04-06 02:12:05] "GET /project/ca1a431d-5ac5-419a-99f6-f9124faaf4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.045985 10.0.0.50 - - [2026-04-06 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.50 - - [2026-04-06 02:12:05] "GET /security-group/b2d6fbc6-9286-4212-8760-317c8635a382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004118 10.0.0.50 - - [2026-04-06 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004924 10.0.0.50 - - [2026-04-06 02:12:05] "PUT /security-group/b2d6fbc6-9286-4212-8760-317c8635a382 HTTP/1.1" 200 262 0.016227 10.0.0.50 - - [2026-04-06 02:12:05] "PUT /access-control-list/c7ef4a1a-5a53-430f-b0bb-54ab64687814 HTTP/1.1" 200 272 0.009860 10.0.0.50 - - [2026-04-06 02:12:05] "PUT /access-control-list/b984e3bf-1fde-49c5-875e-a66d78a7b16b HTTP/1.1" 200 272 0.015248 10.0.0.50 - - [2026-04-06 02:12:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000676 10.0.0.50 - - [2026-04-06 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.061422 10.0.0.50 - - [2026-04-06 02:12:05] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000968 10.0.0.50 - - [2026-04-06 02:12:05] "GET /project/e8b3630a-3760-4f50-ada3-6f087699f957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.025313 10.0.0.50 - - [2026-04-06 02:12:06] "POST /neutron/network HTTP/1.1" 200 117 0.034199 10.0.0.50 - - [2026-04-06 02:12:06] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001060 10.0.0.50 - - [2026-04-06 02:12:06] "POST /neutron/network HTTP/1.1" 200 619 0.083775 10.0.0.50 - - [2026-04-06 02:12:06] "POST /route-targets HTTP/1.1" 200 327 0.011998 10.0.0.50 - - [2026-04-06 02:12:06] "POST /ref-update HTTP/1.1" 200 156 0.010278 10.0.0.50 - - [2026-04-06 02:12:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002532 10.0.0.50 - - [2026-04-06 02:12:06] "POST /neutron/subnet HTTP/1.1" 200 725 0.208466 10.0.0.50 - - [2026-04-06 02:12:06] "POST /neutron/network HTTP/1.1" 200 838 0.005343 10.0.0.50 - - [2026-04-06 02:12:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.001089 10.0.0.50 - - [2026-04-06 02:12:06] "GET /virtual-network/f4d4ac70-a909-4ccb-981b-052391868a8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004931 10.0.0.50 - - [2026-04-06 02:12:06] "POST /neutron/network HTTP/1.1" 200 838 0.005262 10.0.0.50 - - [2026-04-06 02:12:06] "GET /virtual-network/f4d4ac70-a909-4ccb-981b-052391868a8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005283 10.0.0.50 - - [2026-04-06 02:12:06] "POST /neutron/network HTTP/1.1" 200 838 0.005901 10.0.0.50 - - [2026-04-06 02:12:06] "POST /neutron/subnet HTTP/1.1" 200 725 0.006636 10.0.0.50 - - [2026-04-06 02:12:06] "GET /domains HTTP/1.1" 401 292 0.000491 10.0.0.50 - - [2026-04-06 02:12:06] "GET /domains HTTP/1.1" 200 280 0.031621 10.0.0.50 - - [2026-04-06 02:12:06] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001293 10.0.0.50 - - [2026-04-06 02:12:06] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2783 0.013013 10.0.0.50 - - [2026-04-06 02:12:06] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001488 10.0.0.50 - - [2026-04-06 02:12:06] "GET /project/e8b3630a-3760-4f50-ada3-6f087699f957 HTTP/1.1" 200 2175 0.092342 10.0.0.50 - - [2026-04-06 02:12:06] "GET /virtual-network/f4d4ac70-a909-4ccb-981b-052391868a8e HTTP/1.1" 200 2341 0.006943 10.0.0.50 - - [2026-04-06 02:12:07] "GET /virtual-network/f4d4ac70-a909-4ccb-981b-052391868a8e HTTP/1.1" 200 2341 0.005616 10.0.0.50 - - [2026-04-06 02:12:07] "GET /routing-instance/0d2d70fe-06b4-43a5-9541-d8e58f05fd62 HTTP/1.1" 200 1490 0.003914 10.0.0.50 - - [2026-04-06 02:12:07] "GET /routing-instance/0d2d70fe-06b4-43a5-9541-d8e58f05fd62 HTTP/1.1" 200 1490 0.009188 10.0.0.50 - - [2026-04-06 02:12:07] "GET /route-target/6a202494-bf3d-4432-849b-a9f6858d1ddb HTTP/1.1" 200 1217 0.004007 10.0.0.50 - - [2026-04-06 02:12:07] "GET /virtual-network/f4d4ac70-a909-4ccb-981b-052391868a8e HTTP/1.1" 200 2341 0.005520 10.0.0.50 - - [2026-04-06 02:12:07] "GET /routing-instance/0d2d70fe-06b4-43a5-9541-d8e58f05fd62 HTTP/1.1" 200 1490 0.004287 10.0.0.50 - - [2026-04-06 02:12:07] "GET /virtual-network/f4d4ac70-a909-4ccb-981b-052391868a8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008749 10.0.0.50 - - [2026-04-06 02:12:07] "GET /virtual-network/f4d4ac70-a909-4ccb-981b-052391868a8e HTTP/1.1" 200 2341 0.008903 10.0.0.50 - - [2026-04-06 02:12:07] "GET /routing-instance/0d2d70fe-06b4-43a5-9541-d8e58f05fd62 HTTP/1.1" 200 1490 0.004939 10.0.0.50 - - [2026-04-06 02:12:07] "GET /routing-instance/0d2d70fe-06b4-43a5-9541-d8e58f05fd62 HTTP/1.1" 200 1490 0.005278 10.0.0.50 - - [2026-04-06 02:12:07] "GET /route-target/6a202494-bf3d-4432-849b-a9f6858d1ddb HTTP/1.1" 200 1217 0.004425 10.0.0.50 - - [2026-04-06 02:12:07] "GET /domains HTTP/1.1" 200 280 0.003774 10.0.0.50 - - [2026-04-06 02:12:07] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001459 10.0.0.50 - - [2026-04-06 02:12:07] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2783 0.009827 10.0.0.50 - - [2026-04-06 02:12:07] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001454 10.0.0.50 - - [2026-04-06 02:12:07] "GET /project/e8b3630a-3760-4f50-ada3-6f087699f957 HTTP/1.1" 200 2175 0.076594 10.0.0.50 - - [2026-04-06 02:12:07] "GET /virtual-network/f4d4ac70-a909-4ccb-981b-052391868a8e HTTP/1.1" 200 2341 0.006564 10.0.0.50 - - [2026-04-06 02:12:07] "GET /obj-perms HTTP/1.1" 200 5054 0.061102 10.0.0.50 - - [2026-04-06 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.50 - - [2026-04-06 02:12:07] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001063 10.0.0.50 - - [2026-04-06 02:12:07] "GET /project/e8b3630a-3760-4f50-ada3-6f087699f957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.036949 10.0.0.50 - - [2026-04-06 02:12:07] "POST /neutron/network HTTP/1.1" 200 117 0.011105 10.0.0.50 - - [2026-04-06 02:12:07] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000970 10.0.0.50 - - [2026-04-06 02:12:07] "POST /neutron/network HTTP/1.1" 200 619 0.077982 10.0.0.50 - - [2026-04-06 02:12:07] "POST /route-targets HTTP/1.1" 200 327 0.010383 10.0.0.50 - - [2026-04-06 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.017189 10.0.0.50 - - [2026-04-06 02:12:08] "POST /useragent-kv HTTP/1.1" 200 115 0.006207 10.0.0.50 - - [2026-04-06 02:12:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.183713 10.0.0.50 - - [2026-04-06 02:12:08] "POST /neutron/network HTTP/1.1" 200 837 0.007323 10.0.0.50 - - [2026-04-06 02:12:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.002028 10.0.0.50 - - [2026-04-06 02:12:08] "GET /virtual-network/657e9510-558f-4147-be87-0018f9040ec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006263 10.0.0.50 - - [2026-04-06 02:12:08] "POST /neutron/network HTTP/1.1" 200 837 0.006207 10.0.0.50 - - [2026-04-06 02:12:08] "GET /virtual-network/657e9510-558f-4147-be87-0018f9040ec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005029 10.0.0.50 - - [2026-04-06 02:12:08] "POST /neutron/network HTTP/1.1" 200 837 0.006230 10.0.0.50 - - [2026-04-06 02:12:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.009686 10.0.0.50 - - [2026-04-06 02:12:08] "GET /domains HTTP/1.1" 200 280 0.002642 10.0.0.50 - - [2026-04-06 02:12:08] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002196 10.0.0.50 - - [2026-04-06 02:12:08] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2783 0.007856 10.0.0.50 - - [2026-04-06 02:12:08] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001035 10.0.0.50 - - [2026-04-06 02:12:08] "GET /project/e8b3630a-3760-4f50-ada3-6f087699f957 HTTP/1.1" 200 2403 0.073057 10.0.0.50 - - [2026-04-06 02:12:08] "GET /virtual-network/657e9510-558f-4147-be87-0018f9040ec1 HTTP/1.1" 200 2337 0.006858 10.0.0.50 - - [2026-04-06 02:12:08] "GET /virtual-network/657e9510-558f-4147-be87-0018f9040ec1 HTTP/1.1" 200 2337 0.004923 10.0.0.50 - - [2026-04-06 02:12:08] "GET /routing-instance/dd63853d-d770-42cd-977f-400134afe8a5 HTTP/1.1" 200 1492 0.003685 10.0.0.50 - - [2026-04-06 02:12:08] "GET /routing-instance/dd63853d-d770-42cd-977f-400134afe8a5 HTTP/1.1" 200 1492 0.003193 10.0.0.50 - - [2026-04-06 02:12:08] "GET /route-target/4132da94-f8ae-4e88-b259-141c9752f09d HTTP/1.1" 200 1218 0.003624 10.0.0.50 - - [2026-04-06 02:12:08] "GET /virtual-network/657e9510-558f-4147-be87-0018f9040ec1 HTTP/1.1" 200 2337 0.005893 10.0.0.50 - - [2026-04-06 02:12:08] "GET /routing-instance/dd63853d-d770-42cd-977f-400134afe8a5 HTTP/1.1" 200 1492 0.003267 10.0.0.50 - - [2026-04-06 02:12:08] "GET /virtual-network/657e9510-558f-4147-be87-0018f9040ec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004409 10.0.0.50 - - [2026-04-06 02:12:08] "GET /virtual-network/657e9510-558f-4147-be87-0018f9040ec1 HTTP/1.1" 200 2337 0.004836 10.0.0.50 - - [2026-04-06 02:12:08] "GET /routing-instance/dd63853d-d770-42cd-977f-400134afe8a5 HTTP/1.1" 200 1492 0.004325 10.0.0.50 - - [2026-04-06 02:12:08] "GET /routing-instance/dd63853d-d770-42cd-977f-400134afe8a5 HTTP/1.1" 200 1492 0.003488 10.0.0.50 - - [2026-04-06 02:12:08] "GET /route-target/4132da94-f8ae-4e88-b259-141c9752f09d HTTP/1.1" 200 1218 0.004021 10.0.0.50 - - [2026-04-06 02:12:08] "GET /domains HTTP/1.1" 200 280 0.003173 10.0.0.50 - - [2026-04-06 02:12:08] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001005 10.0.0.50 - - [2026-04-06 02:12:08] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2783 0.007506 10.0.0.50 - - [2026-04-06 02:12:08] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001477 10.0.0.50 - - [2026-04-06 02:12:08] "GET /project/e8b3630a-3760-4f50-ada3-6f087699f957 HTTP/1.1" 200 2403 0.069860 10.0.0.50 - - [2026-04-06 02:12:08] "GET /virtual-network/657e9510-558f-4147-be87-0018f9040ec1 HTTP/1.1" 200 2337 0.005157 10.0.0.50 - - [2026-04-06 02:12:08] "GET /obj-perms HTTP/1.1" 200 5054 0.003649 10.0.0.50 - - [2026-04-06 02:12:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001318 10.0.0.50 - - [2026-04-06 02:12:08] "POST /neutron/network HTTP/1.1" 200 847 0.006474 10.0.0.50 - - [2026-04-06 02:12:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000495 10.0.0.50 - - [2026-04-06 02:12:09] "GET / HTTP/1.1" 200 35931 0.001632 10.0.0.50 - - [2026-04-06 02:12:09] "GET /project/e8b3630a-3760-4f50-ada3-6f087699f957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000393 10.0.0.50 - - [2026-04-06 02:12:09] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001531 10.0.0.50 - - [2026-04-06 02:12:09] "GET /project/e8b3630a-3760-4f50-ada3-6f087699f957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.061580 10.0.0.50 - - [2026-04-06 02:12:09] "POST /neutron/network HTTP/1.1" 200 837 0.006922 10.0.0.50 - - [2026-04-06 02:12:09] "POST /neutron/port HTTP/1.1" 200 117 0.006366 10.0.0.50 - - [2026-04-06 02:12:09] "POST /neutron/port HTTP/1.1" 200 117 0.005205 10.0.0.50 - - [2026-04-06 02:12:09] "POST /id-to-fqname HTTP/1.1" 200 233 0.001374 10.0.0.50 - - [2026-04-06 02:12:09] "POST /neutron/port HTTP/1.1" 200 117 0.005841 10.0.0.50 - - [2026-04-06 02:12:09] "POST /neutron/network HTTP/1.1" 200 848 0.005669 10.0.0.50 - - [2026-04-06 02:12:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000472 10.0.0.50 - - [2026-04-06 02:12:10] "POST /neutron/network HTTP/1.1" 200 847 0.006739 10.0.0.50 - - [2026-04-06 02:12:10] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001232 10.0.0.50 - - [2026-04-06 02:12:10] "GET / HTTP/1.1" 200 35931 0.001904 10.0.0.50 - - [2026-04-06 02:12:10] "GET /project/e8b3630a-3760-4f50-ada3-6f087699f957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000542 10.0.0.50 - - [2026-04-06 02:12:10] "POST /neutron/port HTTP/1.1" 200 1071 0.249985 10.0.0.50 - - [2026-04-06 02:12:10] "POST /neutron/port HTTP/1.1" 200 1071 0.011428 10.0.0.50 - - [2026-04-06 02:12:10] "POST /neutron/port HTTP/1.1" 200 1071 0.009422 10.0.0.50 - - [2026-04-06 02:12:10] "POST /neutron/port HTTP/1.1" 200 1125 0.073364 10.0.0.50 - - [2026-04-06 02:12:10] "POST /neutron/port HTTP/1.1" 200 1135 0.012647 10.0.0.50 - - [2026-04-06 02:12:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005318 10.0.0.50 - - [2026-04-06 02:12:10] "POST /neutron/subnet HTTP/1.1" 200 694 0.008274 10.0.0.50 - - [2026-04-06 02:12:10] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001001 10.0.0.50 - - [2026-04-06 02:12:10] "POST /neutron/port HTTP/1.1" 200 117 0.001724 10.0.0.50 - - [2026-04-06 02:12:10] "GET /project/e8b3630a-3760-4f50-ada3-6f087699f957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.069471 10.0.0.50 - - [2026-04-06 02:12:10] "POST /neutron/network HTTP/1.1" 200 837 0.014163 10.0.0.50 - - [2026-04-06 02:12:10] "POST /neutron/network HTTP/1.1" 200 838 0.007561 10.0.0.50 - - [2026-04-06 02:12:10] "POST /neutron/port HTTP/1.1" 200 1135 0.018421 10.0.0.50 - - [2026-04-06 02:12:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009730 10.0.0.50 - - [2026-04-06 02:12:11] "POST /neutron/port HTTP/1.1" 200 117 0.004956 10.0.0.50 - - [2026-04-06 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.50 - - [2026-04-06 02:12:11] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001018 10.0.0.50 - - [2026-04-06 02:12:11] "GET /project/e8b3630a-3760-4f50-ada3-6f087699f957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.049819 10.0.0.50 - - [2026-04-06 02:12:11] "GET /virtual-network/f4d4ac70-a909-4ccb-981b-052391868a8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006322 10.0.0.50 - - [2026-04-06 02:12:11] "GET /floating-ip-pools?parent_id=f4d4ac70-a909-4ccb-981b-052391868a8e&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003683 10.0.0.50 - - [2026-04-06 02:12:11] "POST /neutron/network HTTP/1.1" 200 848 0.007624 10.0.0.50 - - [2026-04-06 02:12:11] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001380 10.0.0.50 - - [2026-04-06 02:12:11] "GET /virtual-network/f4d4ac70-a909-4ccb-981b-052391868a8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004835 10.0.0.50 - - [2026-04-06 02:12:11] "POST /floating-ip-pools HTTP/1.1" 200 609 0.033686 10.0.0.50 - - [2026-04-06 02:12:11] "POST /ref-update HTTP/1.1" 200 156 0.019922 10.0.0.50 - - [2026-04-06 02:12:11] "GET /virtual-network/f4d4ac70-a909-4ccb-981b-052391868a8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005523 10.0.0.50 - - [2026-04-06 02:12:11] "GET /domains HTTP/1.1" 200 280 0.008837 10.0.0.50 - - [2026-04-06 02:12:11] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.50 - - [2026-04-06 02:12:11] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2783 0.020285 10.0.0.50 - - [2026-04-06 02:12:11] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001069 10.0.0.50 - - [2026-04-06 02:12:11] "POST /neutron/port HTTP/1.1" 200 1072 0.333118 10.0.0.50 - - [2026-04-06 02:12:11] "GET /project/e8b3630a-3760-4f50-ada3-6f087699f957 HTTP/1.1" 200 3245 0.081023 10.0.0.50 - - [2026-04-06 02:12:11] "GET /virtual-network/f4d4ac70-a909-4ccb-981b-052391868a8e HTTP/1.1" 200 3153 0.014313 10.0.0.50 - - [2026-04-06 02:12:11] "GET /floating-ip-pool/48fef791-c826-48d2-888a-e34cefbc862f HTTP/1.1" 200 1440 0.014410 10.0.0.50 - - [2026-04-06 02:12:11] "GET /domains HTTP/1.1" 200 280 0.002583 10.0.0.50 - - [2026-04-06 02:12:11] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.50 - - [2026-04-06 02:12:11] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2783 0.016496 10.0.0.50 - - [2026-04-06 02:12:11] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002716 10.0.0.50 - - [2026-04-06 02:12:11] "POST /neutron/port HTTP/1.1" 200 1072 0.042363 10.0.0.50 - - [2026-04-06 02:12:11] "POST /neutron/port HTTP/1.1" 200 1072 0.033416 10.0.0.50 - - [2026-04-06 02:12:11] "GET /project/e8b3630a-3760-4f50-ada3-6f087699f957 HTTP/1.1" 200 3245 0.104923 10.0.0.50 - - [2026-04-06 02:12:11] "GET /virtual-network/f4d4ac70-a909-4ccb-981b-052391868a8e HTTP/1.1" 200 3153 0.005801 10.0.0.50 - - [2026-04-06 02:12:11] "GET /virtual-network/f4d4ac70-a909-4ccb-981b-052391868a8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.012981 10.0.0.50 - - [2026-04-06 02:12:11] "POST /neutron/port HTTP/1.1" 200 1126 0.126710 10.0.0.50 - - [2026-04-06 02:12:11] "POST /neutron/port HTTP/1.1" 200 1135 0.011207 10.0.0.50 - - [2026-04-06 02:12:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006106 10.0.0.50 - - [2026-04-06 02:12:11] "POST /neutron/port HTTP/1.1" 200 1136 0.012964 10.0.0.50 - - [2026-04-06 02:12:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003544 10.0.0.50 - - [2026-04-06 02:12:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.007139 10.0.0.50 - - [2026-04-06 02:12:11] "POST /neutron/port HTTP/1.1" 200 117 0.001328 10.0.0.50 - - [2026-04-06 02:12:11] "POST /neutron/network HTTP/1.1" 200 838 0.005763 10.0.0.50 - - [2026-04-06 02:12:16] "POST /neutron/port HTTP/1.1" 200 1135 0.014111 10.0.0.50 - - [2026-04-06 02:12:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007276 10.0.0.50 - - [2026-04-06 02:12:17] "POST /neutron/port HTTP/1.1" 200 1135 0.013498 10.0.0.50 - - [2026-04-06 02:12:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006560 10.0.0.50 - - [2026-04-06 02:12:17] "POST /neutron/port HTTP/1.1" 200 1135 0.014781 10.0.0.50 - - [2026-04-06 02:12:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006883 10.0.0.50 - - [2026-04-06 02:12:17] "GET /virtual-machine/d5e5c6e1-3c1b-4ece-b9cd-cb41360bf074 HTTP/1.1" 200 1305 0.005641 10.0.0.50 - - [2026-04-06 02:12:17] "GET /virtual-machine-interface/93dc86b6-9142-4972-b52a-4d6c89f7f77b HTTP/1.1" 200 3005 0.004628 10.0.0.50 - - [2026-04-06 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.50 - - [2026-04-06 02:12:17] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003989 10.0.0.50 - - [2026-04-06 02:12:17] "GET /virtual-networks?parent_id=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004123 10.0.0.50 - - [2026-04-06 02:12:17] "GET /virtual-network/657e9510-558f-4147-be87-0018f9040ec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005368 10.0.0.50 - - [2026-04-06 02:12:18] "DELETE /project/ca1a431d5ac5419a99f6f9124faaf4bf HTTP/1.1" 404 173 0.007908 10.0.0.50 - - [2026-04-06 02:12:18] "DELETE /project/e8b3630a37604f50ada36f087699f957 HTTP/1.1" 404 173 0.007948 10.0.0.50 - - [2026-04-06 02:12:18] "DELETE /project/86828d2ebeeb4d2daa44e6d7a7d16a4c HTTP/1.1" 404 173 0.006994 10.0.0.50 - - [2026-04-06 02:12:18] "GET /projects?obj_uuids=86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000890 10.0.0.50 - - [2026-04-06 02:12:18] "GET /project/86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.036891 10.0.0.50 - - [2026-04-06 02:12:18] "GET /projects?obj_uuids=86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001299 10.0.0.50 - - [2026-04-06 02:12:18] "GET /project/86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c?fields=security_groups HTTP/1.1" 200 1396 0.070702 10.0.0.50 - - [2026-04-06 02:12:18] "DELETE /security-group/590bc746-11a7-4a43-88c8-a7ff85d7cdf4 HTTP/1.1" 200 115 0.046052 10.0.0.50 - - [2026-04-06 02:12:18] "GET /projects?obj_uuids=86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001327 10.0.0.50 - - [2026-04-06 02:12:18] "DELETE /access-control-list/372cf870-2ee4-49fe-8761-c96c89bba3c4 HTTP/1.1" 200 115 0.030134 10.0.0.50 - - [2026-04-06 02:12:18] "GET /project/86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c?fields=application_policy_sets HTTP/1.1" 200 1435 0.043550 10.0.0.50 - - [2026-04-06 02:12:18] "DELETE /access-control-list/5145cac3-0ecd-4dd5-835f-718b8abdb843 HTTP/1.1" 200 115 0.033090 10.0.0.50 - - [2026-04-06 02:12:18] "DELETE /project/86828d2e-beeb-4d2d-aa44-e6d7a7d16a4c HTTP/1.1" 200 115 0.365276 10.0.0.50 - - [2026-04-06 02:12:20] "POST /neutron/port HTTP/1.1" 200 1135 0.047731 10.0.0.50 - - [2026-04-06 02:12:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006404 10.0.0.50 - - [2026-04-06 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.50 - - [2026-04-06 02:12:20] "GET /virtual-network/657e9510-558f-4147-be87-0018f9040ec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004951 10.0.0.50 - - [2026-04-06 02:12:20] "POST /neutron/port HTTP/1.1" 200 1136 0.013918 10.0.0.50 - - [2026-04-06 02:12:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005876 10.0.0.50 - - [2026-04-06 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.50 - - [2026-04-06 02:12:22] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003358 10.0.0.50 - - [2026-04-06 02:12:22] "GET /virtual-networks?parent_id=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003228 10.0.0.50 - - [2026-04-06 02:12:22] "GET /virtual-network/657e9510-558f-4147-be87-0018f9040ec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005385 10.0.0.50 - - [2026-04-06 02:12:22] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000950 10.0.0.50 - - [2026-04-06 02:12:22] "POST /neutron/floatingip HTTP/1.1" 200 530 0.073644 10.0.0.50 - - [2026-04-06 02:12:22] "POST /neutron/port HTTP/1.1" 200 1135 0.011657 10.0.0.50 - - [2026-04-06 02:12:22] "POST /neutron/floatingip HTTP/1.1" 200 530 0.005743 10.0.0.50 - - [2026-04-06 02:12:22] "POST /neutron/floatingip HTTP/1.1" 200 576 0.036205 10.0.0.50 - - [2026-04-06 02:12:22] "POST /neutron/port HTTP/1.1" 200 1136 0.014926 10.0.0.50 - - [2026-04-06 02:12:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005834 10.0.0.50 - - [2026-04-06 02:12:23] "POST /neutron/port HTTP/1.1" 200 1136 0.015009 10.0.0.50 - - [2026-04-06 02:12:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006341 10.0.0.50 - - [2026-04-06 02:12:23] "POST /neutron/port HTTP/1.1" 200 1136 0.013561 10.0.0.50 - - [2026-04-06 02:12:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009671 10.0.0.50 - - [2026-04-06 02:12:23] "GET /virtual-machine/b23440cd-4f49-4e1d-b984-612fdde179c6 HTTP/1.1" 200 1305 0.007818 10.0.0.50 - - [2026-04-06 02:12:23] "GET /virtual-machine-interface/ca96b05c-a6ed-4e62-ae32-29037ca68936 HTTP/1.1" 200 3005 0.004804 10.0.0.50 - - [2026-04-06 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.50 - - [2026-04-06 02:12:23] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003241 10.0.0.50 - - [2026-04-06 02:12:23] "GET /virtual-networks?parent_id=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003420 10.0.0.50 - - [2026-04-06 02:12:23] "GET /virtual-network/f4d4ac70-a909-4ccb-981b-052391868a8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005943 10.0.0.50 - - [2026-04-06 02:12:23] "GET /obj-perms HTTP/1.1" 200 5056 0.070629 10.0.0.50 - - [2026-04-06 02:12:23] "GET /obj-perms HTTP/1.1" 200 5056 0.061497 10.0.0.50 - - [2026-04-06 02:12:23] "POST /neutron/port HTTP/1.1" 200 1135 0.013980 10.0.0.50 - - [2026-04-06 02:12:24] "POST /neutron/port HTTP/1.1" 200 1135 0.014637 10.0.0.50 - - [2026-04-06 02:12:24] "POST /neutron/network HTTP/1.1" 200 847 0.006722 10.0.0.50 - - [2026-04-06 02:12:24] "POST /neutron/floatingip HTTP/1.1" 200 550 0.013863 10.0.0.50 - - [2026-04-06 02:12:24] "POST /neutron/subnet HTTP/1.1" 200 694 0.008410 10.0.0.50 - - [2026-04-06 02:12:24] "POST /neutron/port HTTP/1.1" 200 117 0.001688 10.0.0.50 - - [2026-04-06 02:12:24] "POST /neutron/network HTTP/1.1" 200 837 0.006974 10.0.0.50 - - [2026-04-06 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.50 - - [2026-04-06 02:12:24] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002994 10.0.0.50 - - [2026-04-06 02:12:24] "GET /virtual-networks?parent_id=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003080 10.0.0.50 - - [2026-04-06 02:12:24] "GET /virtual-network/f4d4ac70-a909-4ccb-981b-052391868a8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005427 10.0.0.50 - - [2026-04-06 02:12:24] "POST /neutron/floatingip HTTP/1.1" 200 576 0.012581 10.0.0.50 - - [2026-04-06 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.50 - - [2026-04-06 02:12:24] "GET /routing-instance/0d2d70fe-06b4-43a5-9541-d8e58f05fd62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.003397 10.0.0.50 - - [2026-04-06 02:12:24] "GET /route-target/6a202494-bf3d-4432-849b-a9f6858d1ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003732 10.0.0.50 - - [2026-04-06 02:12:24] "GET /floating-ip/e5d526db-5e94-4fc4-8202-0769e9aab041 HTTP/1.1" 200 1888 0.004645 10.0.0.50 - - [2026-04-06 02:12:27] "POST /neutron/floatingip HTTP/1.1" 200 576 0.011047 10.0.0.50 - - [2026-04-06 02:12:27] "POST /neutron/floatingip HTTP/1.1" 200 530 0.016314 10.0.0.50 - - [2026-04-06 02:12:27] "POST /neutron/floatingip HTTP/1.1" 200 530 0.005762 10.0.0.50 - - [2026-04-06 02:12:27] "POST /neutron/floatingip HTTP/1.1" 200 115 0.035477 10.0.0.50 - - [2026-04-06 02:12:27] "GET /floating-ip-pool/48fef791-c826-48d2-888a-e34cefbc862f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.003386 10.0.0.50 - - [2026-04-06 02:12:27] "POST /ref-update HTTP/1.1" 200 156 0.009529 10.0.0.50 - - [2026-04-06 02:12:27] "DELETE /floating-ip-pool/48fef791-c826-48d2-888a-e34cefbc862f HTTP/1.1" 200 115 0.020226 10.0.0.50 - - [2026-04-06 02:12:28] "POST /neutron/network HTTP/1.1" 200 837 0.012300 10.0.0.50 - - [2026-04-06 02:12:28] "POST /neutron/network HTTP/1.1" 400 204 0.009544 10.0.0.50 - - [2026-04-06 02:12:28] "POST /neutron/port HTTP/1.1" 200 1136 0.018957 10.0.0.50 - - [2026-04-06 02:12:28] "POST /neutron/port HTTP/1.1" 200 1126 0.017061 10.0.0.50 - - [2026-04-06 02:12:28] "POST /neutron/port HTTP/1.1" 200 1135 0.025025 10.0.0.50 - - [2026-04-06 02:12:28] "POST /neutron/port HTTP/1.1" 200 1125 0.012027 10.0.0.50 - - [2026-04-06 02:12:28] "POST /neutron/port HTTP/1.1" 200 151 0.155767 10.0.0.50 - - [2026-04-06 02:12:28] "POST /neutron/port HTTP/1.1" 200 151 0.167406 10.0.0.50 - - [2026-04-06 02:12:30] "POST /neutron/network HTTP/1.1" 200 837 0.006124 10.0.0.50 - - [2026-04-06 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.50 - - [2026-04-06 02:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002307 10.0.0.50 - - [2026-04-06 02:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002694 10.0.0.50 - - [2026-04-06 02:12:30] "POST /neutron/network HTTP/1.1" 200 151 0.089172 10.0.0.50 - - [2026-04-06 02:12:30] "DELETE /route-target/4132da94-f8ae-4e88-b259-141c9752f09d HTTP/1.1" 200 115 0.018256 10.0.0.50 - - [2026-04-06 02:12:30] "GET /routing-instance/dd63853d-d770-42cd-977f-400134afe8a5 HTTP/1.1" 404 171 0.003753 10.0.0.50 - - [2026-04-06 02:12:30] "GET /domains HTTP/1.1" 200 280 0.003840 10.0.0.50 - - [2026-04-06 02:12:30] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001472 10.0.0.50 - - [2026-04-06 02:12:30] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2586 0.052536 10.0.0.50 - - [2026-04-06 02:12:30] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001048 10.0.0.50 - - [2026-04-06 02:12:30] "GET /project/e8b3630a-3760-4f50-ada3-6f087699f957 HTTP/1.1" 200 2175 0.069831 10.0.0.50 - - [2026-04-06 02:12:30] "POST /neutron/network HTTP/1.1" 200 838 0.005646 10.0.0.50 - - [2026-04-06 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.50 - - [2026-04-06 02:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003064 10.0.0.50 - - [2026-04-06 02:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001960 10.0.0.50 - - [2026-04-06 02:12:30] "POST /neutron/network HTTP/1.1" 200 151 0.090514 10.0.0.50 - - [2026-04-06 02:12:30] "DELETE /route-target/6a202494-bf3d-4432-849b-a9f6858d1ddb HTTP/1.1" 200 115 0.019011 10.0.0.50 - - [2026-04-06 02:12:30] "GET /routing-instance/0d2d70fe-06b4-43a5-9541-d8e58f05fd62 HTTP/1.1" 404 171 0.002744 10.0.0.50 - - [2026-04-06 02:12:30] "GET /domains HTTP/1.1" 200 280 0.002901 10.0.0.50 - - [2026-04-06 02:12:30] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.50 - - [2026-04-06 02:12:30] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2586 0.049739 10.0.0.50 - - [2026-04-06 02:12:30] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001127 10.0.0.50 - - [2026-04-06 02:12:30] "GET /project/e8b3630a-3760-4f50-ada3-6f087699f957 HTTP/1.1" 200 1925 0.064598 10.0.0.50 - - [2026-04-06 02:12:30] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001154 10.0.0.50 - - [2026-04-06 02:12:30] "GET /project/e8b3630a-3760-4f50-ada3-6f087699f957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.027913 10.0.0.50 - - [2026-04-06 02:12:30] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001022 10.0.0.50 - - [2026-04-06 02:12:31] "GET /project/e8b3630a-3760-4f50-ada3-6f087699f957?fields=virtual_networks HTTP/1.1" 200 1057 0.067225 10.0.0.50 - - [2026-04-06 02:12:31] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001192 10.0.0.50 - - [2026-04-06 02:12:31] "GET /project/e8b3630a-3760-4f50-ada3-6f087699f957?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.028655 10.0.0.50 - - [2026-04-06 02:12:31] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001165 10.0.0.50 - - [2026-04-06 02:12:31] "GET /project/e8b3630a-3760-4f50-ada3-6f087699f957?fields=security_groups HTTP/1.1" 200 1295 0.027952 10.0.0.50 - - [2026-04-06 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 183 0.025730 10.0.0.50 - - [2026-04-06 02:12:32] "GET /projects?obj_uuids=8d4d5f21-700c-4c1b-926c-63df8c7ca167&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003736 10.0.0.50 - - [2026-04-06 02:12:32] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.50 - - [2026-04-06 02:12:32] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006283 10.0.0.50 - - [2026-04-06 02:12:32] "POST /id-to-fqname HTTP/1.1" 200 185 0.001588 10.0.0.50 - - [2026-04-06 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 194 0.004474 10.0.0.50 - - [2026-04-06 02:12:32] "POST /security-groups HTTP/1.1" 200 586 0.064952 10.0.0.50 - - [2026-04-06 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.004389 10.0.0.50 - - [2026-04-06 02:12:32] "POST /projects HTTP/1.1" 200 575 0.211678 10.0.0.50 - - [2026-04-06 02:12:32] "POST /access-control-lists HTTP/1.1" 200 591 0.057193 10.0.0.50 - - [2026-04-06 02:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.285253 10.0.0.50 - - [2026-04-06 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 228 0.003376 10.0.0.50 - - [2026-04-06 02:12:32] "GET /project/8d4d5f21-700c-4c1b-926c-63df8c7ca167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.414138 10.0.0.50 - - [2026-04-06 02:12:32] "POST /access-control-lists HTTP/1.1" 200 589 0.065210 10.0.0.50 - - [2026-04-06 02:12:33] "GET / HTTP/1.1" 200 35931 0.001913 10.0.0.50 - - [2026-04-06 02:12:34] "GET /projects?obj_uuids=8d4d5f21-700c-4c1b-926c-63df8c7ca167&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000981 10.0.0.50 - - [2026-04-06 02:12:34] "GET /project/8d4d5f21-700c-4c1b-926c-63df8c7ca167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.032875 10.0.0.50 - - [2026-04-06 02:12:34] "GET /projects?obj_uuids=8d4d5f21-700c-4c1b-926c-63df8c7ca167&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001032 10.0.0.50 - - [2026-04-06 02:12:35] "GET /project/8d4d5f21-700c-4c1b-926c-63df8c7ca167?fields=virtual_networks HTTP/1.1" 200 1023 0.070640 10.0.0.50 - - [2026-04-06 02:12:35] "GET /projects?obj_uuids=8d4d5f21-700c-4c1b-926c-63df8c7ca167&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000912 10.0.0.50 - - [2026-04-06 02:12:35] "GET /project/8d4d5f21-700c-4c1b-926c-63df8c7ca167?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.025168 10.0.0.50 - - [2026-04-06 02:12:35] "GET /projects?obj_uuids=8d4d5f21-700c-4c1b-926c-63df8c7ca167&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001429 10.0.0.50 - - [2026-04-06 02:12:35] "GET /project/8d4d5f21-700c-4c1b-926c-63df8c7ca167?fields=security_groups HTTP/1.1" 200 1244 0.024434 10.0.0.50 - - [2026-04-06 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 183 0.025964 10.0.0.50 - - [2026-04-06 02:12:36] "GET /projects?obj_uuids=de722ebe-b193-4d3a-b450-c82deeffc9ad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002131 10.0.0.50 - - [2026-04-06 02:12:36] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000981 10.0.0.50 - - [2026-04-06 02:12:36] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007102 10.0.0.50 - - [2026-04-06 02:12:36] "POST /id-to-fqname HTTP/1.1" 200 185 0.001204 10.0.0.50 - - [2026-04-06 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.001969 10.0.0.50 - - [2026-04-06 02:12:36] "POST /security-groups HTTP/1.1" 200 586 0.064482 10.0.0.50 - - [2026-04-06 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 229 0.005144 10.0.0.50 - - [2026-04-06 02:12:36] "POST /projects HTTP/1.1" 200 575 0.213114 10.0.0.50 - - [2026-04-06 02:12:36] "POST /access-control-lists HTTP/1.1" 200 591 0.060249 10.0.0.50 - - [2026-04-06 02:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.290315 10.0.0.50 - - [2026-04-06 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 228 0.002752 10.0.0.50 - - [2026-04-06 02:12:36] "GET /project/de722ebe-b193-4d3a-b450-c82deeffc9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.420419 10.0.0.50 - - [2026-04-06 02:12:36] "POST /access-control-lists HTTP/1.1" 200 589 0.069008 10.0.0.50 - - [2026-04-06 02:12:37] "GET / HTTP/1.1" 200 35931 0.001973 10.0.0.50 - - [2026-04-06 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.002769 10.0.0.50 - - [2026-04-06 02:12:38] "GET /projects?obj_uuids=ca1a431d-5ac5-419a-99f6-f9124faaf4bf&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001032 10.0.0.50 - - [2026-04-06 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 228 0.003087 10.0.0.50 - - [2026-04-06 02:12:38] "POST /access-control-lists HTTP/1.1" 200 590 0.019746 10.0.0.50 - - [2026-04-06 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 227 0.002598 10.0.0.50 - - [2026-04-06 02:12:38] "POST /access-control-lists HTTP/1.1" 200 588 0.023937 10.0.0.50 - - [2026-04-06 02:12:38] "PUT /access-control-list/8c5d990c-3d71-4109-929d-37d4c8331031 HTTP/1.1" 200 272 0.009656 10.0.0.50 - - [2026-04-06 02:12:38] "POST /neutron/security_group HTTP/1.1" 200 1364 0.321183 10.0.0.50 - - [2026-04-06 02:12:38] "PUT /access-control-list/3feddb3a-a328-4c43-8756-74841f0ed06e HTTP/1.1" 200 272 0.009434 10.0.0.50 - - [2026-04-06 02:12:38] "GET /projects?obj_uuids=ca1a431d-5ac5-419a-99f6-f9124faaf4bf&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001051 10.0.0.50 - - [2026-04-06 02:12:38] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.034246 10.0.0.50 - - [2026-04-06 02:12:38] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010623 10.0.0.50 - - [2026-04-06 02:12:38] "PUT /access-control-list/3feddb3a-a328-4c43-8756-74841f0ed06e HTTP/1.1" 200 272 0.014346 10.0.0.50 - - [2026-04-06 02:12:38] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.160560 10.0.0.50 - - [2026-04-06 02:12:38] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012913 10.0.0.50 - - [2026-04-06 02:12:38] "PUT /access-control-list/3feddb3a-a328-4c43-8756-74841f0ed06e HTTP/1.1" 200 272 0.021190 10.0.0.50 - - [2026-04-06 02:12:38] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.103685 10.0.0.50 - - [2026-04-06 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.003382 10.0.0.50 - - [2026-04-06 02:12:38] "PUT /access-control-list/3feddb3a-a328-4c43-8756-74841f0ed06e HTTP/1.1" 200 272 0.011366 10.0.0.50 - - [2026-04-06 02:12:38] "GET /projects?obj_uuids=ca1a431d-5ac5-419a-99f6-f9124faaf4bf&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000984 10.0.0.50 - - [2026-04-06 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 228 0.002393 10.0.0.50 - - [2026-04-06 02:12:38] "POST /access-control-lists HTTP/1.1" 200 590 0.023096 10.0.0.50 - - [2026-04-06 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 227 0.002788 10.0.0.50 - - [2026-04-06 02:12:39] "POST /access-control-lists HTTP/1.1" 200 588 0.014549 10.0.0.50 - - [2026-04-06 02:12:39] "POST /neutron/security_group HTTP/1.1" 200 1364 0.250424 10.0.0.50 - - [2026-04-06 02:12:39] "GET /projects?obj_uuids=ca1a431d-5ac5-419a-99f6-f9124faaf4bf&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000926 10.0.0.50 - - [2026-04-06 02:12:39] "PUT /access-control-list/2ef289de-b963-4e89-b65e-bd616c3b5620 HTTP/1.1" 200 272 0.013740 10.0.0.50 - - [2026-04-06 02:12:39] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.028397 10.0.0.50 - - [2026-04-06 02:12:39] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007615 10.0.0.50 - - [2026-04-06 02:12:39] "PUT /access-control-list/d889be9d-96e2-402a-9770-873a34edd082 HTTP/1.1" 200 272 0.011869 10.0.0.50 - - [2026-04-06 02:12:39] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.154296 10.0.0.50 - - [2026-04-06 02:12:39] "PUT /access-control-list/d889be9d-96e2-402a-9770-873a34edd082 HTTP/1.1" 200 272 0.017222 10.0.0.50 - - [2026-04-06 02:12:39] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010927 10.0.0.50 - - [2026-04-06 02:12:39] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.099893 10.0.0.50 - - [2026-04-06 02:12:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000391 10.0.0.50 - - [2026-04-06 02:12:39] "PUT /access-control-list/d889be9d-96e2-402a-9770-873a34edd082 HTTP/1.1" 200 272 0.009245 10.0.0.50 - - [2026-04-06 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 210 0.030142 10.0.0.50 - - [2026-04-06 02:12:39] "GET /projects?obj_uuids=de722ebe-b193-4d3a-b450-c82deeffc9ad&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001031 10.0.0.50 - - [2026-04-06 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 245 0.002264 10.0.0.50 - - [2026-04-06 02:12:39] "POST /access-control-lists HTTP/1.1" 200 607 0.014297 10.0.0.50 - - [2026-04-06 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 244 0.002729 10.0.0.50 - - [2026-04-06 02:12:40] "POST /access-control-lists HTTP/1.1" 200 605 0.014588 10.0.0.50 - - [2026-04-06 02:12:40] "PUT /access-control-list/7f60f3f0-8f6c-45e3-a8a9-9ea071cce79a HTTP/1.1" 200 272 0.008269 10.0.0.50 - - [2026-04-06 02:12:40] "PUT /access-control-list/cc55bd35-fac5-4af9-b8b6-ff68155306b9 HTTP/1.1" 200 272 0.011278 10.0.0.50 - - [2026-04-06 02:12:40] "POST /neutron/security_group HTTP/1.1" 200 1379 0.332058 10.0.0.50 - - [2026-04-06 02:12:40] "GET /projects?obj_uuids=de722ebe-b193-4d3a-b450-c82deeffc9ad&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001013 10.0.0.50 - - [2026-04-06 02:12:40] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.037145 10.0.0.50 - - [2026-04-06 02:12:40] "PUT /access-control-list/cc55bd35-fac5-4af9-b8b6-ff68155306b9 HTTP/1.1" 200 272 0.015809 10.0.0.50 - - [2026-04-06 02:12:40] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010538 10.0.0.50 - - [2026-04-06 02:12:40] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.115695 10.0.0.50 - - [2026-04-06 02:12:40] "PUT /access-control-list/cc55bd35-fac5-4af9-b8b6-ff68155306b9 HTTP/1.1" 200 272 0.008769 10.0.0.50 - - [2026-04-06 02:12:40] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013524 10.0.0.50 - - [2026-04-06 02:12:40] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.112209 10.0.0.50 - - [2026-04-06 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 210 0.019782 10.0.0.50 - - [2026-04-06 02:12:40] "PUT /access-control-list/cc55bd35-fac5-4af9-b8b6-ff68155306b9 HTTP/1.1" 200 272 0.027066 10.0.0.50 - - [2026-04-06 02:12:40] "GET /projects?obj_uuids=de722ebe-b193-4d3a-b450-c82deeffc9ad&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000951 10.0.0.50 - - [2026-04-06 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 245 0.002602 10.0.0.50 - - [2026-04-06 02:12:40] "POST /access-control-lists HTTP/1.1" 200 607 0.013968 10.0.0.50 - - [2026-04-06 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 244 0.002817 10.0.0.50 - - [2026-04-06 02:12:40] "POST /access-control-lists HTTP/1.1" 200 605 0.015649 10.0.0.50 - - [2026-04-06 02:12:40] "POST /neutron/security_group HTTP/1.1" 200 1379 0.238652 10.0.0.50 - - [2026-04-06 02:12:40] "PUT /access-control-list/c54d0cab-fe92-453b-97e1-7ca37ab0aae5 HTTP/1.1" 200 272 0.012111 10.0.0.50 - - [2026-04-06 02:12:40] "GET /projects?obj_uuids=de722ebe-b193-4d3a-b450-c82deeffc9ad&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001246 10.0.0.50 - - [2026-04-06 02:12:40] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.034242 10.0.0.50 - - [2026-04-06 02:12:40] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.012909 10.0.0.50 - - [2026-04-06 02:12:40] "PUT /access-control-list/3c7b3397-fbc0-45ae-94ff-7ebbf18317c8 HTTP/1.1" 200 272 0.016962 10.0.0.50 - - [2026-04-06 02:12:40] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.104625 10.0.0.50 - - [2026-04-06 02:12:40] "PUT /access-control-list/3c7b3397-fbc0-45ae-94ff-7ebbf18317c8 HTTP/1.1" 200 272 0.009511 10.0.0.50 - - [2026-04-06 02:12:40] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010874 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.103746 10.0.0.50 - - [2026-04-06 02:12:41] "PUT /access-control-list/3c7b3397-fbc0-45ae-94ff-7ebbf18317c8 HTTP/1.1" 200 272 0.008834 10.0.0.50 - - [2026-04-06 02:12:41] "GET /projects?obj_uuids=ca1a431d-5ac5-419a-99f6-f9124faaf4bf&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001164 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.048242 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.004000 10.0.0.50 - - [2026-04-06 02:12:41] "POST /route-targets HTTP/1.1" 200 327 0.012310 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.002856 10.0.0.50 - - [2026-04-06 02:12:41] "PUT /logical-router/e2f30e4d-4d58-471b-bde0-3a718f1c10ae HTTP/1.1" 200 262 0.014602 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.004121 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.003188 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.003335 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.003620 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.003584 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.003482 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.003545 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.010160 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.004623 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.003745 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.005515 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.003865 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.003768 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.004035 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.003607 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.003352 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.003633 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.003577 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.003608 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.003862 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.003664 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.004994 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.003349 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.003264 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.004799 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.004771 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.003539 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.003899 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.003240 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.003180 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.016853 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 541 0.003419 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 542 0.018849 10.0.0.50 - - [2026-04-06 02:12:41] "POST /neutron/router HTTP/1.1" 200 542 0.005186 10.0.0.50 - - [2026-04-06 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005700 10.0.0.50 - - [2026-04-06 02:12:42] "GET /logical-router/e2f30e4d-4d58-471b-bde0-3a718f1c10ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003516 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 151 0.062663 10.0.0.50 - - [2026-04-06 02:12:42] "GET /projects?obj_uuids=ca1a431d-5ac5-419a-99f6-f9124faaf4bf&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001264 10.0.0.50 - - [2026-04-06 02:12:42] "DELETE /route-target/9773ce8d-3e94-43fc-a5b8-37bbadf9f402 HTTP/1.1" 200 115 0.027815 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.047819 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.004874 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003548 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003427 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003054 10.0.0.50 - - [2026-04-06 02:12:42] "POST /route-targets HTTP/1.1" 200 327 0.041868 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003323 10.0.0.50 - - [2026-04-06 02:12:42] "PUT /logical-router/ef632074-24c1-4797-947e-33b45904b79b HTTP/1.1" 200 262 0.023900 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.006638 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003154 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003451 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003565 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003758 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003936 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003438 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003405 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003270 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003636 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003773 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003757 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.004146 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003595 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003396 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003626 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.004416 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003695 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.004195 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003919 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.004059 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003687 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003498 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003664 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003336 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003802 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003599 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.015867 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 542 0.003607 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 541 0.017534 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 541 0.004381 10.0.0.50 - - [2026-04-06 02:12:42] "GET /logical-router/ef632074-24c1-4797-947e-33b45904b79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004107 10.0.0.50 - - [2026-04-06 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 151 0.054172 10.0.0.50 - - [2026-04-06 02:12:42] "GET /projects?obj_uuids=de722ebe-b193-4d3a-b450-c82deeffc9ad&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001312 10.0.0.50 - - [2026-04-06 02:12:42] "DELETE /route-target/454bd52c-5c1a-477a-b19a-06751c3e79c6 HTTP/1.1" 200 115 0.031823 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 559 0.055836 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 559 0.003496 10.0.0.50 - - [2026-04-06 02:12:42] "POST /route-targets HTTP/1.1" 200 327 0.012874 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 559 0.003834 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 559 0.003909 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 559 0.003160 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 559 0.002937 10.0.0.50 - - [2026-04-06 02:12:42] "PUT /logical-router/3b33497a-20d2-4ac5-809d-4c8489fb634d HTTP/1.1" 200 262 0.019078 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 559 0.005307 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 559 0.003361 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 559 0.003226 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 559 0.003693 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 559 0.003345 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 559 0.003434 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 559 0.003613 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 559 0.003784 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 559 0.003308 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 559 0.003607 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 559 0.003426 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 559 0.003253 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 559 0.003920 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 559 0.003558 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 559 0.003888 10.0.0.50 - - [2026-04-06 02:12:42] "POST /neutron/router HTTP/1.1" 200 559 0.003417 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/router HTTP/1.1" 200 559 0.003635 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/router HTTP/1.1" 200 559 0.003489 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/router HTTP/1.1" 200 559 0.003385 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/router HTTP/1.1" 200 559 0.003415 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/router HTTP/1.1" 200 559 0.003430 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/router HTTP/1.1" 200 559 0.003812 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/router HTTP/1.1" 200 559 0.003254 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/router HTTP/1.1" 200 559 0.004389 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/router HTTP/1.1" 200 559 0.003257 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/router HTTP/1.1" 200 559 0.003850 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/router HTTP/1.1" 200 559 0.003150 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/router HTTP/1.1" 200 559 0.015572 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/router HTTP/1.1" 200 559 0.003801 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/router HTTP/1.1" 200 559 0.019748 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/router HTTP/1.1" 200 559 0.004091 10.0.0.50 - - [2026-04-06 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.50 - - [2026-04-06 02:12:43] "GET /logical-router/3b33497a-20d2-4ac5-809d-4c8489fb634d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005948 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/router HTTP/1.1" 200 151 0.042706 10.0.0.50 - - [2026-04-06 02:12:43] "DELETE /route-target/d2987c34-35e9-48c6-a426-d320857e2a76 HTTP/1.1" 200 115 0.016055 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 521 0.007671 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 151 0.034734 10.0.0.50 - - [2026-04-06 02:12:43] "DELETE /access-control-list/c54d0cab-fe92-453b-97e1-7ca37ab0aae5 HTTP/1.1" 200 115 0.016848 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 521 0.005543 10.0.0.50 - - [2026-04-06 02:12:43] "DELETE /access-control-list/3c7b3397-fbc0-45ae-94ff-7ebbf18317c8 HTTP/1.1" 200 115 0.034566 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 151 0.049331 10.0.0.50 - - [2026-04-06 02:12:43] "DELETE /access-control-list/7f60f3f0-8f6c-45e3-a8a9-9ea071cce79a HTTP/1.1" 200 115 0.017212 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 506 0.002706 10.0.0.50 - - [2026-04-06 02:12:43] "DELETE /access-control-list/cc55bd35-fac5-4af9-b8b6-ff68155306b9 HTTP/1.1" 200 115 0.021148 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 151 0.042828 10.0.0.50 - - [2026-04-06 02:12:43] "DELETE /access-control-list/2ef289de-b963-4e89-b65e-bd616c3b5620 HTTP/1.1" 200 115 0.026044 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 506 0.004607 10.0.0.50 - - [2026-04-06 02:12:43] "DELETE /access-control-list/d889be9d-96e2-402a-9770-873a34edd082 HTTP/1.1" 200 115 0.025026 10.0.0.50 - - [2026-04-06 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 151 0.040774 10.0.0.50 - - [2026-04-06 02:12:43] "DELETE /access-control-list/8c5d990c-3d71-4109-929d-37d4c8331031 HTTP/1.1" 200 115 0.025258 10.0.0.50 - - [2026-04-06 02:12:43] "DELETE /access-control-list/3feddb3a-a328-4c43-8756-74841f0ed06e HTTP/1.1" 200 115 0.018430 10.0.0.50 - - [2026-04-06 02:12:43] "GET /projects?obj_uuids=de722ebe-b193-4d3a-b450-c82deeffc9ad&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001115 10.0.0.50 - - [2026-04-06 02:12:43] "GET /project/de722ebe-b193-4d3a-b450-c82deeffc9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.026628 10.0.0.50 - - [2026-04-06 02:12:43] "GET /projects?obj_uuids=de722ebe-b193-4d3a-b450-c82deeffc9ad&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000872 10.0.0.50 - - [2026-04-06 02:12:43] "GET /project/de722ebe-b193-4d3a-b450-c82deeffc9ad?fields=virtual_networks HTTP/1.1" 200 1023 0.060872 10.0.0.50 - - [2026-04-06 02:12:43] "GET /projects?obj_uuids=de722ebe-b193-4d3a-b450-c82deeffc9ad&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001291 10.0.0.50 - - [2026-04-06 02:12:43] "GET /project/de722ebe-b193-4d3a-b450-c82deeffc9ad?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.022592 10.0.0.50 - - [2026-04-06 02:12:44] "GET /projects?obj_uuids=de722ebe-b193-4d3a-b450-c82deeffc9ad&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001113 10.0.0.50 - - [2026-04-06 02:12:44] "GET /project/de722ebe-b193-4d3a-b450-c82deeffc9ad?fields=security_groups HTTP/1.1" 200 1244 0.026944 10.0.0.50 - - [2026-04-06 02:12:44] "POST /fqname-to-id HTTP/1.1" 404 184 0.039106 10.0.0.50 - - [2026-04-06 02:12:45] "GET /projects?obj_uuids=7862053d-3852-4702-b70e-cef999b96791&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002469 10.0.0.50 - - [2026-04-06 02:12:45] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.50 - - [2026-04-06 02:12:45] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007561 10.0.0.50 - - [2026-04-06 02:12:45] "POST /id-to-fqname HTTP/1.1" 200 186 0.001933 10.0.0.50 - - [2026-04-06 02:12:45] "POST /fqname-to-id HTTP/1.1" 404 195 0.002016 10.0.0.50 - - [2026-04-06 02:12:45] "POST /security-groups HTTP/1.1" 200 587 0.065545 10.0.0.50 - - [2026-04-06 02:12:45] "POST /fqname-to-id HTTP/1.1" 404 230 0.002715 10.0.0.50 - - [2026-04-06 02:12:45] "POST /projects HTTP/1.1" 200 577 0.233449 10.0.0.50 - - [2026-04-06 02:12:45] "POST /access-control-lists HTTP/1.1" 200 592 0.057414 10.0.0.50 - - [2026-04-06 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.306665 10.0.0.50 - - [2026-04-06 02:12:45] "POST /fqname-to-id HTTP/1.1" 404 229 0.003773 10.0.0.50 - - [2026-04-06 02:12:45] "GET /project/7862053d-3852-4702-b70e-cef999b96791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.452870 10.0.0.50 - - [2026-04-06 02:12:45] "POST /access-control-lists HTTP/1.1" 200 590 0.065637 10.0.0.50 - - [2026-04-06 02:12:46] "GET / HTTP/1.1" 200 35931 0.002096 10.0.0.50 - - [2026-04-06 02:12:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000623 10.0.0.50 - - [2026-04-06 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.067684 10.0.0.50 - - [2026-04-06 02:12:47] "GET /projects?obj_uuids=7862053d-3852-4702-b70e-cef999b96791&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001143 10.0.0.50 - - [2026-04-06 02:12:47] "GET /project/7862053d-3852-4702-b70e-cef999b96791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.024570 10.0.0.50 - - [2026-04-06 02:12:47] "POST /neutron/network HTTP/1.1" 200 117 0.035660 10.0.0.50 - - [2026-04-06 02:12:47] "GET /projects?obj_uuids=7862053d-3852-4702-b70e-cef999b96791&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001397 10.0.0.50 - - [2026-04-06 02:12:48] "POST /neutron/network HTTP/1.1" 200 601 0.078195 10.0.0.50 - - [2026-04-06 02:12:48] "POST /route-targets HTTP/1.1" 200 327 0.009830 10.0.0.50 - - [2026-04-06 02:12:48] "POST /ref-update HTTP/1.1" 200 156 0.013624 10.0.0.50 - - [2026-04-06 02:12:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003051 10.0.0.50 - - [2026-04-06 02:12:48] "POST /neutron/subnet HTTP/1.1" 200 725 0.138091 10.0.0.50 - - [2026-04-06 02:12:48] "POST /neutron/network HTTP/1.1" 200 820 0.005886 10.0.0.50 - - [2026-04-06 02:12:48] "POST /id-to-fqname HTTP/1.1" 200 216 0.001332 10.0.0.50 - - [2026-04-06 02:12:48] "GET /virtual-network/c84cf75c-c72c-4a91-93bb-47bc65d57562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004929 10.0.0.50 - - [2026-04-06 02:12:48] "POST /neutron/network HTTP/1.1" 200 820 0.006152 10.0.0.50 - - [2026-04-06 02:12:48] "GET /virtual-network/c84cf75c-c72c-4a91-93bb-47bc65d57562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005318 10.0.0.50 - - [2026-04-06 02:12:48] "POST /neutron/network HTTP/1.1" 200 820 0.006740 10.0.0.50 - - [2026-04-06 02:12:48] "POST /neutron/subnet HTTP/1.1" 200 725 0.007908 10.0.0.50 - - [2026-04-06 02:12:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.002740 10.0.0.50 - - [2026-04-06 02:12:48] "GET /virtual-network/c84cf75c-c72c-4a91-93bb-47bc65d57562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004674 10.0.0.50 - - [2026-04-06 02:12:48] "GET /projects?obj_uuids=7862053d-3852-4702-b70e-cef999b96791&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001561 10.0.0.50 - - [2026-04-06 02:12:48] "POST /neutron/port HTTP/1.1" 200 1017 0.176057 10.0.0.50 - - [2026-04-06 02:12:48] "GET /virtual-machine-interface/0604b906-e24c-450a-b1d1-95ffb5d1f1fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.005591 10.0.0.50 - - [2026-04-06 02:12:48] "GET /virtual-machine-interface/0604b906-e24c-450a-b1d1-95ffb5d1f1fb?fields=instance_ip_back_refs HTTP/1.1" 200 1316 0.005391 10.0.0.50 - - [2026-04-06 02:12:48] "GET /instance-ip/28ffb983-b9e4-4428-bdc4-ca7d04229b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.003986 10.0.0.50 - - [2026-04-06 02:12:48] "GET /virtual-machine-interface/0604b906-e24c-450a-b1d1-95ffb5d1f1fb HTTP/1.1" 401 292 0.000619 10.0.0.50 - - [2026-04-06 02:12:49] "GET /virtual-machine-interface/0604b906-e24c-450a-b1d1-95ffb5d1f1fb HTTP/1.1" 200 2604 0.034637 10.0.0.50 - - [2026-04-06 02:12:49] "POST /neutron/port HTTP/1.1" 200 1017 0.010844 10.0.0.50 - - [2026-04-06 02:12:49] "POST /neutron/port HTTP/1.1" 200 151 0.064855 10.0.0.50 - - [2026-04-06 02:12:49] "POST /neutron/network HTTP/1.1" 200 820 0.005559 10.0.0.50 - - [2026-04-06 02:12:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003931 10.0.0.50 - - [2026-04-06 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.50 - - [2026-04-06 02:12:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003176 10.0.0.50 - - [2026-04-06 02:12:49] "POST /neutron/network HTTP/1.1" 200 151 0.082326 10.0.0.50 - - [2026-04-06 02:12:49] "DELETE /route-target/e6bcc9dc-ecdf-4a20-9748-2a2065732be4 HTTP/1.1" 200 115 0.015262 10.0.0.50 - - [2026-04-06 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.50 - - [2026-04-06 02:12:49] "GET /projects?obj_uuids=7862053d-3852-4702-b70e-cef999b96791&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001239 10.0.0.50 - - [2026-04-06 02:12:49] "GET /project/7862053d-3852-4702-b70e-cef999b96791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.026150 10.0.0.50 - - [2026-04-06 02:12:49] "POST /neutron/network HTTP/1.1" 200 117 0.011588 10.0.0.50 - - [2026-04-06 02:12:49] "GET /projects?obj_uuids=7862053d-3852-4702-b70e-cef999b96791&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001554 10.0.0.50 - - [2026-04-06 02:12:49] "POST /neutron/network HTTP/1.1" 200 603 0.065750 10.0.0.50 - - [2026-04-06 02:12:50] "POST /route-targets HTTP/1.1" 200 327 0.012446 10.0.0.50 - - [2026-04-06 02:12:50] "POST /ref-update HTTP/1.1" 200 156 0.012503 10.0.0.50 - - [2026-04-06 02:12:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004918 10.0.0.50 - - [2026-04-06 02:12:50] "POST /neutron/subnet HTTP/1.1" 200 724 0.145951 10.0.0.50 - - [2026-04-06 02:12:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003667 10.0.0.50 - - [2026-04-06 02:12:50] "POST /neutron/subnet HTTP/1.1" 200 719 0.185189 10.0.0.50 - - [2026-04-06 02:12:50] "POST /neutron/network HTTP/1.1" 200 977 0.007252 10.0.0.50 - - [2026-04-06 02:12:50] "POST /id-to-fqname HTTP/1.1" 200 217 0.001200 10.0.0.50 - - [2026-04-06 02:12:50] "GET /virtual-network/1db5ee94-e702-4da7-9235-135461fd1270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005082 10.0.0.50 - - [2026-04-06 02:12:50] "POST /neutron/network HTTP/1.1" 200 977 0.008389 10.0.0.50 - - [2026-04-06 02:12:50] "GET /virtual-network/1db5ee94-e702-4da7-9235-135461fd1270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006173 10.0.0.50 - - [2026-04-06 02:12:50] "POST /neutron/network HTTP/1.1" 200 977 0.008482 10.0.0.50 - - [2026-04-06 02:12:50] "POST /neutron/subnet HTTP/1.1" 200 724 0.007116 10.0.0.50 - - [2026-04-06 02:12:50] "POST /neutron/subnet HTTP/1.1" 200 719 0.007135 10.0.0.50 - - [2026-04-06 02:12:50] "GET /projects?obj_uuids=7862053d-3852-4702-b70e-cef999b96791&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001060 10.0.0.50 - - [2026-04-06 02:12:50] "POST /neutron/port HTTP/1.1" 200 1018 0.158349 10.0.0.50 - - [2026-04-06 02:12:50] "GET /projects?obj_uuids=7862053d-3852-4702-b70e-cef999b96791&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001051 10.0.0.50 - - [2026-04-06 02:12:50] "POST /neutron/port HTTP/1.1" 200 1017 0.164503 10.0.0.50 - - [2026-04-06 02:12:50] "POST /id-to-fqname HTTP/1.1" 200 217 0.001386 10.0.0.50 - - [2026-04-06 02:12:51] "POST /neutron/port HTTP/1.1" 200 1018 0.007979 10.0.0.50 - - [2026-04-06 02:12:51] "POST /neutron/port HTTP/1.1" 200 1018 0.010913 10.0.0.50 - - [2026-04-06 02:12:51] "POST /neutron/network HTTP/1.1" 200 977 0.006693 10.0.0.50 - - [2026-04-06 02:12:51] "POST /neutron/port HTTP/1.1" 200 1018 0.008574 10.0.0.50 - - [2026-04-06 02:12:51] "POST /neutron/port HTTP/1.1" 200 117 0.004653 10.0.0.50 - - [2026-04-06 02:12:51] "POST /neutron/port HTTP/1.1" 200 117 0.005060 10.0.0.50 - - [2026-04-06 02:12:51] "POST /id-to-fqname HTTP/1.1" 200 217 0.001226 10.0.0.50 - - [2026-04-06 02:12:51] "POST /neutron/port HTTP/1.1" 200 117 0.006304 10.0.0.50 - - [2026-04-06 02:12:51] "POST /neutron/port HTTP/1.1" 200 1017 0.010558 10.0.0.50 - - [2026-04-06 02:12:51] "POST /neutron/port HTTP/1.1" 200 1017 0.010958 10.0.0.50 - - [2026-04-06 02:12:51] "POST /neutron/network HTTP/1.1" 200 977 0.007499 10.0.0.50 - - [2026-04-06 02:12:51] "POST /neutron/port HTTP/1.1" 200 1017 0.008876 10.0.0.50 - - [2026-04-06 02:12:51] "POST /neutron/port HTTP/1.1" 200 1018 0.027303 10.0.0.50 - - [2026-04-06 02:12:51] "POST /neutron/port HTTP/1.1" 200 1017 0.009001 10.0.0.50 - - [2026-04-06 02:12:51] "POST /neutron/port HTTP/1.1" 200 117 0.014884 10.0.0.50 - - [2026-04-06 02:12:51] "POST /neutron/port HTTP/1.1" 200 117 0.005190 10.0.0.50 - - [2026-04-06 02:12:51] "POST /neutron/port HTTP/1.1" 200 117 0.006187 10.0.0.50 - - [2026-04-06 02:12:52] "POST /neutron/port HTTP/1.1" 200 1018 0.009575 10.0.0.50 - - [2026-04-06 02:12:52] "POST /neutron/network HTTP/1.1" 200 987 0.006614 10.0.0.50 - - [2026-04-06 02:12:52] "POST /neutron/port HTTP/1.1" 200 1018 0.009279 10.0.0.50 - - [2026-04-06 02:12:52] "POST /neutron/port HTTP/1.1" 200 1018 0.011266 10.0.0.50 - - [2026-04-06 02:12:52] "POST /neutron/port HTTP/1.1" 200 1110 0.070715 10.0.0.50 - - [2026-04-06 02:12:52] "POST /neutron/port HTTP/1.1" 200 1017 0.017616 10.0.0.50 - - [2026-04-06 02:12:52] "POST /neutron/network HTTP/1.1" 200 987 0.009045 10.0.0.50 - - [2026-04-06 02:12:52] "POST /neutron/port HTTP/1.1" 200 1017 0.013356 10.0.0.50 - - [2026-04-06 02:12:52] "POST /neutron/port HTTP/1.1" 200 1120 0.017045 10.0.0.50 - - [2026-04-06 02:12:52] "POST /neutron/port HTTP/1.1" 200 1017 0.009145 10.0.0.50 - - [2026-04-06 02:12:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005200 10.0.0.50 - - [2026-04-06 02:12:52] "POST /neutron/subnet HTTP/1.1" 200 698 0.019863 10.0.0.50 - - [2026-04-06 02:12:52] "POST /neutron/port HTTP/1.1" 200 1109 0.108055 10.0.0.50 - - [2026-04-06 02:12:52] "POST /neutron/port HTTP/1.1" 200 117 0.001316 10.0.0.50 - - [2026-04-06 02:12:52] "POST /neutron/network HTTP/1.1" 200 977 0.009556 10.0.0.50 - - [2026-04-06 02:12:52] "POST /neutron/port HTTP/1.1" 200 1119 0.014005 10.0.0.50 - - [2026-04-06 02:12:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003803 10.0.0.50 - - [2026-04-06 02:12:52] "POST /neutron/subnet HTTP/1.1" 200 693 0.009099 10.0.0.50 - - [2026-04-06 02:12:52] "POST /neutron/port HTTP/1.1" 200 117 0.001338 10.0.0.50 - - [2026-04-06 02:12:52] "POST /neutron/network HTTP/1.1" 200 977 0.008080 10.0.0.50 - - [2026-04-06 02:12:56] "POST /neutron/port HTTP/1.1" 200 1120 0.012171 10.0.0.50 - - [2026-04-06 02:12:56] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006133 10.0.0.50 - - [2026-04-06 02:12:56] "POST /neutron/port HTTP/1.1" 200 1120 0.012857 10.0.0.50 - - [2026-04-06 02:12:56] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008411 10.0.0.50 - - [2026-04-06 02:12:57] "POST /neutron/port HTTP/1.1" 200 1120 0.012255 10.0.0.50 - - [2026-04-06 02:12:57] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008135 10.0.0.50 - - [2026-04-06 02:12:57] "GET /virtual-machine/abdcc38d-5b91-4429-9006-51c72993d58c HTTP/1.1" 200 1285 0.010672 10.0.0.50 - - [2026-04-06 02:12:57] "GET /virtual-machine-interface/2ab982c8-0a78-45b8-b61b-f7534afd85dc HTTP/1.1" 200 2924 0.008413 10.0.0.50 - - [2026-04-06 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.50 - - [2026-04-06 02:12:57] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003477 10.0.0.50 - - [2026-04-06 02:12:57] "GET /virtual-networks?parent_id=7862053d-3852-4702-b70e-cef999b96791&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003686 10.0.0.50 - - [2026-04-06 02:12:57] "GET /virtual-network/1db5ee94-e702-4da7-9235-135461fd1270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006526 10.0.0.50 - - [2026-04-06 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.50 - - [2026-04-06 02:13:00] "GET /virtual-network/1db5ee94-e702-4da7-9235-135461fd1270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005225 10.0.0.50 - - [2026-04-06 02:13:01] "POST /neutron/port HTTP/1.1" 200 1119 0.013944 10.0.0.50 - - [2026-04-06 02:13:01] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005536 10.0.0.50 - - [2026-04-06 02:13:01] "POST /neutron/port HTTP/1.1" 200 1120 0.013457 10.0.0.50 - - [2026-04-06 02:13:01] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006042 10.0.0.50 - - [2026-04-06 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.50 - - [2026-04-06 02:13:04] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004756 10.0.0.50 - - [2026-04-06 02:13:04] "GET /virtual-networks?parent_id=7862053d-3852-4702-b70e-cef999b96791&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004878 10.0.0.50 - - [2026-04-06 02:13:04] "GET /virtual-network/1db5ee94-e702-4da7-9235-135461fd1270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.007120 10.0.0.50 - - [2026-04-06 02:13:04] "POST /neutron/port HTTP/1.1" 200 1119 0.012646 10.0.0.50 - - [2026-04-06 02:13:04] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006140 10.0.0.50 - - [2026-04-06 02:13:04] "POST /neutron/port HTTP/1.1" 200 1119 0.012560 10.0.0.50 - - [2026-04-06 02:13:04] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006002 10.0.0.50 - - [2026-04-06 02:13:05] "POST /neutron/port HTTP/1.1" 200 1119 0.013560 10.0.0.50 - - [2026-04-06 02:13:05] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006183 10.0.0.50 - - [2026-04-06 02:13:05] "GET /virtual-machine/2116cd7b-8755-47c1-b498-110e1a9607b7 HTTP/1.1" 200 1284 0.004544 10.0.0.50 - - [2026-04-06 02:13:05] "GET /virtual-machine-interface/6110183a-f22f-4b0c-9d0e-237603642fcc HTTP/1.1" 200 2924 0.004819 10.0.0.50 - - [2026-04-06 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.50 - - [2026-04-06 02:13:05] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002857 10.0.0.50 - - [2026-04-06 02:13:05] "GET /virtual-networks?parent_id=7862053d-3852-4702-b70e-cef999b96791&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003172 10.0.0.50 - - [2026-04-06 02:13:05] "GET /virtual-network/1db5ee94-e702-4da7-9235-135461fd1270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005454 10.0.0.50 - - [2026-04-06 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.50 - - [2026-04-06 02:13:06] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003586 10.0.0.50 - - [2026-04-06 02:13:06] "GET /virtual-networks?parent_id=7862053d-3852-4702-b70e-cef999b96791&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003727 10.0.0.50 - - [2026-04-06 02:13:06] "GET /virtual-network/1db5ee94-e702-4da7-9235-135461fd1270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005197 10.0.0.50 - - [2026-04-06 02:13:09] "POST /neutron/port HTTP/1.1" 200 1109 0.011839 10.0.0.50 - - [2026-04-06 02:13:09] "POST /neutron/port HTTP/1.1" 200 1109 0.010486 10.0.0.50 - - [2026-04-06 02:13:09] "POST /neutron/port HTTP/1.1" 200 151 0.096431 10.0.0.50 - - [2026-04-06 02:13:09] "POST /neutron/port HTTP/1.1" 200 1110 0.010339 10.0.0.50 - - [2026-04-06 02:13:09] "POST /neutron/port HTTP/1.1" 200 1110 0.009880 10.0.0.50 - - [2026-04-06 02:13:09] "POST /neutron/port HTTP/1.1" 200 151 0.127501 10.0.0.50 - - [2026-04-06 02:13:09] "POST /neutron/network HTTP/1.1" 200 977 0.006930 10.0.0.50 - - [2026-04-06 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.50 - - [2026-04-06 02:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003208 10.0.0.50 - - [2026-04-06 02:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004553 10.0.0.50 - - [2026-04-06 02:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001653 10.0.0.50 - - [2026-04-06 02:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001545 10.0.0.50 - - [2026-04-06 02:13:10] "POST /neutron/network HTTP/1.1" 200 151 0.112082 10.0.0.50 - - [2026-04-06 02:13:10] "DELETE /route-target/f6e3bc1b-7a52-4ddb-a4e2-21a2b38e4180 HTTP/1.1" 200 115 0.027036 10.0.0.50 - - [2026-04-06 02:13:10] "GET /projects?obj_uuids=7862053d-3852-4702-b70e-cef999b96791&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000973 10.0.0.50 - - [2026-04-06 02:13:10] "GET /project/7862053d-3852-4702-b70e-cef999b96791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.032058 10.0.0.50 - - [2026-04-06 02:13:10] "GET /projects?obj_uuids=7862053d-3852-4702-b70e-cef999b96791&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001325 10.0.0.50 - - [2026-04-06 02:13:10] "GET /project/7862053d-3852-4702-b70e-cef999b96791?fields=virtual_networks HTTP/1.1" 200 1024 0.066616 10.0.0.50 - - [2026-04-06 02:13:10] "GET /projects?obj_uuids=7862053d-3852-4702-b70e-cef999b96791&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001016 10.0.0.50 - - [2026-04-06 02:13:10] "GET /project/7862053d-3852-4702-b70e-cef999b96791?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.024548 10.0.0.50 - - [2026-04-06 02:13:10] "GET /projects?obj_uuids=7862053d-3852-4702-b70e-cef999b96791&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000995 10.0.0.50 - - [2026-04-06 02:13:10] "GET /project/7862053d-3852-4702-b70e-cef999b96791?fields=security_groups HTTP/1.1" 200 1246 0.028260 10.0.0.50 - - [2026-04-06 02:13:11] "POST /fqname-to-id HTTP/1.1" 404 186 0.037038 10.0.0.50 - - [2026-04-06 02:13:11] "GET /projects?obj_uuids=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002287 10.0.0.50 - - [2026-04-06 02:13:11] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001327 10.0.0.50 - - [2026-04-06 02:13:11] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007540 10.0.0.50 - - [2026-04-06 02:13:11] "POST /id-to-fqname HTTP/1.1" 200 188 0.001253 10.0.0.50 - - [2026-04-06 02:13:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.003303 10.0.0.50 - - [2026-04-06 02:13:11] "POST /security-groups HTTP/1.1" 200 589 0.068567 10.0.0.50 - - [2026-04-06 02:13:11] "POST /fqname-to-id HTTP/1.1" 404 232 0.002207 10.0.0.50 - - [2026-04-06 02:13:11] "POST /projects HTTP/1.1" 200 581 0.223278 10.0.0.50 - - [2026-04-06 02:13:11] "POST /access-control-lists HTTP/1.1" 200 594 0.061931 10.0.0.50 - - [2026-04-06 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.300596 10.0.0.50 - - [2026-04-06 02:13:11] "POST /fqname-to-id HTTP/1.1" 404 231 0.003106 10.0.0.50 - - [2026-04-06 02:13:11] "GET /project/94aab8ff-dd48-4da7-af74-b1a75cecb68a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.420577 10.0.0.50 - - [2026-04-06 02:13:11] "POST /access-control-lists HTTP/1.1" 200 592 0.064626 10.0.0.50 - - [2026-04-06 02:13:12] "GET / HTTP/1.1" 200 35931 0.001850 10.0.0.50 - - [2026-04-06 02:13:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000513 10.0.0.50 - - [2026-04-06 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.060684 10.0.0.50 - - [2026-04-06 02:13:14] "GET /projects?obj_uuids=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001005 10.0.0.50 - - [2026-04-06 02:13:14] "GET /project/94aab8ff-dd48-4da7-af74-b1a75cecb68a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.031644 10.0.0.50 - - [2026-04-06 02:13:14] "POST /neutron/network HTTP/1.1" 200 117 0.046658 10.0.0.50 - - [2026-04-06 02:13:14] "GET /projects?obj_uuids=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001507 10.0.0.50 - - [2026-04-06 02:13:14] "POST /neutron/network HTTP/1.1" 200 605 0.088940 10.0.0.50 - - [2026-04-06 02:13:14] "POST /route-targets HTTP/1.1" 200 327 0.013556 10.0.0.50 - - [2026-04-06 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.018693 10.0.0.50 - - [2026-04-06 02:13:14] "POST /useragent-kv HTTP/1.1" 200 115 0.006393 10.0.0.50 - - [2026-04-06 02:13:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.190722 10.0.0.50 - - [2026-04-06 02:13:14] "POST /neutron/network HTTP/1.1" 200 823 0.009200 10.0.0.50 - - [2026-04-06 02:13:14] "POST /id-to-fqname HTTP/1.1" 200 219 0.001702 10.0.0.50 - - [2026-04-06 02:13:14] "GET /virtual-network/c855cf7a-3fe6-40e1-954b-58217467d252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006854 10.0.0.50 - - [2026-04-06 02:13:14] "POST /neutron/network HTTP/1.1" 200 823 0.010587 10.0.0.50 - - [2026-04-06 02:13:14] "GET /virtual-network/c855cf7a-3fe6-40e1-954b-58217467d252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007049 10.0.0.50 - - [2026-04-06 02:13:14] "POST /neutron/network HTTP/1.1" 200 823 0.008955 10.0.0.50 - - [2026-04-06 02:13:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.008116 10.0.0.50 - - [2026-04-06 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.50 - - [2026-04-06 02:13:14] "GET /projects?obj_uuids=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000897 10.0.0.50 - - [2026-04-06 02:13:14] "POST /neutron/port HTTP/1.1" 200 117 0.007842 10.0.0.50 - - [2026-04-06 02:13:14] "GET /project/94aab8ff-dd48-4da7-af74-b1a75cecb68a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.026357 10.0.0.50 - - [2026-04-06 02:13:14] "POST /neutron/port HTTP/1.1" 400 205 0.002895 10.0.0.50 - - [2026-04-06 02:13:14] "POST /neutron/network HTTP/1.1" 200 117 0.012021 10.0.0.50 - - [2026-04-06 02:13:14] "GET /projects?obj_uuids=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001024 10.0.0.50 - - [2026-04-06 02:13:14] "POST /neutron/network HTTP/1.1" 200 605 0.075673 10.0.0.50 - - [2026-04-06 02:13:14] "POST /route-targets HTTP/1.1" 200 327 0.017406 10.0.0.50 - - [2026-04-06 02:13:14] "POST /neutron/port HTTP/1.1" 200 117 0.012603 10.0.0.50 - - [2026-04-06 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.018206 10.0.0.50 - - [2026-04-06 02:13:14] "POST /neutron/port HTTP/1.1" 400 205 0.004415 10.0.0.50 - - [2026-04-06 02:13:15] "POST /useragent-kv HTTP/1.1" 200 115 0.008965 10.0.0.50 - - [2026-04-06 02:13:15] "POST /neutron/subnet HTTP/1.1" 200 725 0.212220 10.0.0.50 - - [2026-04-06 02:13:15] "POST /neutron/network HTTP/1.1" 200 824 0.010070 10.0.0.50 - - [2026-04-06 02:13:15] "POST /id-to-fqname HTTP/1.1" 200 219 0.001535 10.0.0.50 - - [2026-04-06 02:13:15] "GET /virtual-network/7eb93655-6b49-479c-88ba-68ac323009b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004706 10.0.0.50 - - [2026-04-06 02:13:15] "POST /neutron/network HTTP/1.1" 200 824 0.007037 10.0.0.50 - - [2026-04-06 02:13:15] "GET /virtual-network/7eb93655-6b49-479c-88ba-68ac323009b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004986 10.0.0.50 - - [2026-04-06 02:13:15] "POST /neutron/network HTTP/1.1" 200 824 0.005713 10.0.0.50 - - [2026-04-06 02:13:15] "POST /neutron/subnet HTTP/1.1" 200 725 0.007410 10.0.0.50 - - [2026-04-06 02:13:15] "POST /id-to-fqname HTTP/1.1" 200 219 0.001159 10.0.0.50 - - [2026-04-06 02:13:15] "POST /neutron/network HTTP/1.1" 200 833 0.008243 10.0.0.50 - - [2026-04-06 02:13:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000451 10.0.0.50 - - [2026-04-06 02:13:16] "GET / HTTP/1.1" 200 35931 0.001529 10.0.0.50 - - [2026-04-06 02:13:16] "GET /project/94aab8ff-dd48-4da7-af74-b1a75cecb68a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000359 10.0.0.50 - - [2026-04-06 02:13:16] "GET /projects?obj_uuids=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001078 10.0.0.50 - - [2026-04-06 02:13:16] "GET /project/94aab8ff-dd48-4da7-af74-b1a75cecb68a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.049849 10.0.0.50 - - [2026-04-06 02:13:16] "POST /neutron/network HTTP/1.1" 200 823 0.006498 10.0.0.50 - - [2026-04-06 02:13:16] "POST /neutron/port HTTP/1.1" 200 117 0.005331 10.0.0.50 - - [2026-04-06 02:13:16] "POST /neutron/port HTTP/1.1" 200 117 0.005220 10.0.0.50 - - [2026-04-06 02:13:16] "POST /id-to-fqname HTTP/1.1" 200 219 0.001269 10.0.0.50 - - [2026-04-06 02:13:16] "POST /neutron/port HTTP/1.1" 200 117 0.004409 10.0.0.50 - - [2026-04-06 02:13:16] "POST /neutron/network HTTP/1.1" 200 834 0.005582 10.0.0.50 - - [2026-04-06 02:13:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000396 10.0.0.50 - - [2026-04-06 02:13:16] "POST /neutron/network HTTP/1.1" 200 833 0.005910 10.0.0.50 - - [2026-04-06 02:13:17] "GET /projects?obj_uuids=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001323 10.0.0.50 - - [2026-04-06 02:13:17] "GET / HTTP/1.1" 200 35931 0.001594 10.0.0.50 - - [2026-04-06 02:13:17] "GET /project/94aab8ff-dd48-4da7-af74-b1a75cecb68a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000520 10.0.0.50 - - [2026-04-06 02:13:17] "POST /neutron/port HTTP/1.1" 200 1057 0.225283 10.0.0.50 - - [2026-04-06 02:13:17] "POST /neutron/port HTTP/1.1" 200 1057 0.011942 10.0.0.50 - - [2026-04-06 02:13:17] "POST /neutron/port HTTP/1.1" 200 1057 0.009256 10.0.0.50 - - [2026-04-06 02:13:17] "POST /neutron/port HTTP/1.1" 200 1111 0.062922 10.0.0.50 - - [2026-04-06 02:13:17] "GET /projects?obj_uuids=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001319 10.0.0.50 - - [2026-04-06 02:13:17] "GET /project/94aab8ff-dd48-4da7-af74-b1a75cecb68a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.063745 10.0.0.50 - - [2026-04-06 02:13:17] "POST /neutron/port HTTP/1.1" 200 1121 0.026691 10.0.0.50 - - [2026-04-06 02:13:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003679 10.0.0.50 - - [2026-04-06 02:13:17] "POST /neutron/network HTTP/1.1" 200 824 0.005560 10.0.0.50 - - [2026-04-06 02:13:17] "POST /neutron/subnet HTTP/1.1" 200 694 0.009016 10.0.0.50 - - [2026-04-06 02:13:17] "POST /neutron/port HTTP/1.1" 200 117 0.001695 10.0.0.50 - - [2026-04-06 02:13:17] "POST /neutron/network HTTP/1.1" 200 823 0.005887 10.0.0.50 - - [2026-04-06 02:13:17] "POST /neutron/port HTTP/1.1" 200 1121 0.014315 10.0.0.50 - - [2026-04-06 02:13:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009547 10.0.0.50 - - [2026-04-06 02:13:17] "POST /neutron/port HTTP/1.1" 200 117 0.006408 10.0.0.50 - - [2026-04-06 02:13:17] "GET /projects?obj_uuids=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001153 10.0.0.50 - - [2026-04-06 02:13:17] "POST /neutron/router HTTP/1.1" 200 580 0.065056 10.0.0.50 - - [2026-04-06 02:13:17] "POST /neutron/router HTTP/1.1" 200 580 0.006094 10.0.0.50 - - [2026-04-06 02:13:17] "POST /route-targets HTTP/1.1" 200 327 0.027832 10.0.0.50 - - [2026-04-06 02:13:17] "GET /projects?obj_uuids=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001905 10.0.0.50 - - [2026-04-06 02:13:17] "PUT /logical-router/b60a8c8e-137b-4622-8edf-742df3169263 HTTP/1.1" 200 262 0.045550 10.0.0.50 - - [2026-04-06 02:13:18] "POST /neutron/router HTTP/1.1" 200 344 0.312331 10.0.0.50 - - [2026-04-06 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.010312 10.0.0.50 - - [2026-04-06 02:13:18] "POST /neutron/network HTTP/1.1" 200 834 0.014296 10.0.0.50 - - [2026-04-06 02:13:18] "POST /neutron/port HTTP/1.1" 200 1121 0.015736 10.0.0.50 - - [2026-04-06 02:13:18] "GET /projects?obj_uuids=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000983 10.0.0.50 - - [2026-04-06 02:13:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006812 10.0.0.50 - - [2026-04-06 02:13:18] "POST /neutron/port HTTP/1.1" 200 1058 0.273011 10.0.0.50 - - [2026-04-06 02:13:18] "POST /neutron/port HTTP/1.1" 200 1058 0.009115 10.0.0.50 - - [2026-04-06 02:13:18] "POST /neutron/port HTTP/1.1" 200 1058 0.008998 10.0.0.50 - - [2026-04-06 02:13:18] "POST /neutron/port HTTP/1.1" 200 1112 0.079238 10.0.0.50 - - [2026-04-06 02:13:18] "POST /neutron/port HTTP/1.1" 200 1122 0.014046 10.0.0.50 - - [2026-04-06 02:13:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004036 10.0.0.50 - - [2026-04-06 02:13:18] "POST /neutron/subnet HTTP/1.1" 200 699 0.008993 10.0.0.50 - - [2026-04-06 02:13:18] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.50 - - [2026-04-06 02:13:18] "POST /neutron/network HTTP/1.1" 200 824 0.006506 10.0.0.50 - - [2026-04-06 02:13:18] "DELETE /project/8d4d5f21700c4c1b926c63df8c7ca167 HTTP/1.1" 404 173 0.015068 10.0.0.50 - - [2026-04-06 02:13:18] "DELETE /project/de722ebeb1934d3ab450c82deeffc9ad HTTP/1.1" 404 173 0.012176 10.0.0.50 - - [2026-04-06 02:13:18] "DELETE /project/94aab8ffdd484da7af74b1a75cecb68a HTTP/1.1" 404 173 0.007355 10.0.0.50 - - [2026-04-06 02:13:18] "DELETE /project/7862053d38524702b70ecef999b96791 HTTP/1.1" 404 173 0.006548 10.0.0.50 - - [2026-04-06 02:13:18] "GET /projects?obj_uuids=7862053d-3852-4702-b70e-cef999b96791&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001306 10.0.0.50 - - [2026-04-06 02:13:18] "GET /projects?obj_uuids=de722ebe-b193-4d3a-b450-c82deeffc9ad&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000926 10.0.0.50 - - [2026-04-06 02:13:18] "GET /projects?obj_uuids=8d4d5f21-700c-4c1b-926c-63df8c7ca167&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000912 10.0.0.50 - - [2026-04-06 02:13:18] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000789 10.0.0.50 - - [2026-04-06 02:13:18] "GET /project/7862053d-3852-4702-b70e-cef999b96791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.056481 10.0.0.50 - - [2026-04-06 02:13:18] "GET /project/de722ebe-b193-4d3a-b450-c82deeffc9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.068778 10.0.0.50 - - [2026-04-06 02:13:18] "GET /project/8d4d5f21-700c-4c1b-926c-63df8c7ca167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.074809 10.0.0.50 - - [2026-04-06 02:13:18] "GET /project/e8b3630a-3760-4f50-ada3-6f087699f957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.084854 10.0.0.50 - - [2026-04-06 02:13:19] "GET /projects?obj_uuids=7862053d-3852-4702-b70e-cef999b96791&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001046 10.0.0.50 - - [2026-04-06 02:13:19] "GET /projects?obj_uuids=8d4d5f21-700c-4c1b-926c-63df8c7ca167&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001055 10.0.0.50 - - [2026-04-06 02:13:19] "GET /projects?obj_uuids=de722ebe-b193-4d3a-b450-c82deeffc9ad&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003994 10.0.0.50 - - [2026-04-06 02:13:19] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002044 10.0.0.50 - - [2026-04-06 02:13:19] "GET /project/7862053d-3852-4702-b70e-cef999b96791?fields=security_groups HTTP/1.1" 200 1351 0.078144 10.0.0.50 - - [2026-04-06 02:13:19] "GET /project/de722ebe-b193-4d3a-b450-c82deeffc9ad?fields=security_groups HTTP/1.1" 200 1349 0.083793 10.0.0.50 - - [2026-04-06 02:13:19] "GET /project/8d4d5f21-700c-4c1b-926c-63df8c7ca167?fields=security_groups HTTP/1.1" 200 1349 0.086624 10.0.0.50 - - [2026-04-06 02:13:19] "GET /project/e8b3630a-3760-4f50-ada3-6f087699f957?fields=security_groups HTTP/1.1" 200 1400 0.098143 10.0.0.50 - - [2026-04-06 02:13:19] "DELETE /security-group/057e7311-c2fe-411f-a26a-858e0f02a714 HTTP/1.1" 200 115 0.120869 10.0.0.50 - - [2026-04-06 02:13:19] "GET /projects?obj_uuids=7862053d-3852-4702-b70e-cef999b96791&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001004 10.0.0.50 - - [2026-04-06 02:13:19] "DELETE /access-control-list/a0a74213-babf-49fd-9283-b4446cc43a8a HTTP/1.1" 200 115 0.068221 10.0.0.50 - - [2026-04-06 02:13:19] "DELETE /security-group/cf8f25dd-8ea9-4018-94f3-18919f04e320 HTTP/1.1" 200 115 0.131575 10.0.0.50 - - [2026-04-06 02:13:19] "GET /project/7862053d-3852-4702-b70e-cef999b96791?fields=application_policy_sets HTTP/1.1" 200 1390 0.038067 10.0.0.50 - - [2026-04-06 02:13:19] "GET /projects?obj_uuids=8d4d5f21-700c-4c1b-926c-63df8c7ca167&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.004616 10.0.0.50 - - [2026-04-06 02:13:19] "DELETE /security-group/8d130b60-3331-45bc-bbc8-51d3c8339f49 HTTP/1.1" 200 115 0.160367 10.0.0.50 - - [2026-04-06 02:13:19] "DELETE /security-group/60651d3e-e692-4f55-a8c9-c56136a85f88 HTTP/1.1" 200 115 0.155614 10.0.0.50 - - [2026-04-06 02:13:19] "GET /projects?obj_uuids=de722ebe-b193-4d3a-b450-c82deeffc9ad&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001129 10.0.0.50 - - [2026-04-06 02:13:19] "DELETE /access-control-list/5960abaf-2ecb-4ff6-b968-f7c6f2c8fa03 HTTP/1.1" 200 115 0.074769 10.0.0.50 - - [2026-04-06 02:13:19] "GET /projects?obj_uuids=e8b3630a-3760-4f50-ada3-6f087699f957&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001133 10.0.0.50 - - [2026-04-06 02:13:19] "GET /project/8d4d5f21-700c-4c1b-926c-63df8c7ca167?fields=application_policy_sets HTTP/1.1" 200 1388 0.071537 10.0.0.50 - - [2026-04-06 02:13:19] "GET /project/e8b3630a-3760-4f50-ada3-6f087699f957?fields=application_policy_sets HTTP/1.1" 200 1439 0.065436 10.0.0.50 - - [2026-04-06 02:13:19] "GET /project/de722ebe-b193-4d3a-b450-c82deeffc9ad?fields=application_policy_sets HTTP/1.1" 200 1388 0.115426 10.0.0.50 - - [2026-04-06 02:13:19] "DELETE /access-control-list/818470c1-4546-4008-addb-0259378e400a HTTP/1.1" 200 115 0.100511 10.0.0.50 - - [2026-04-06 02:13:19] "DELETE /access-control-list/8c3873e6-0eed-47bf-b2fe-1708a7b3663e HTTP/1.1" 200 115 0.079762 10.0.0.50 - - [2026-04-06 02:13:19] "DELETE /project/7862053d-3852-4702-b70e-cef999b96791 HTTP/1.1" 200 115 0.675414 10.0.0.50 - - [2026-04-06 02:13:19] "DELETE /project/8d4d5f21-700c-4c1b-926c-63df8c7ca167 HTTP/1.1" 200 115 0.711301 10.0.0.50 - - [2026-04-06 02:13:19] "DELETE /access-control-list/ec401bb9-4aee-42f8-8e15-268194c6e061 HTTP/1.1" 200 115 0.068137 10.0.0.50 - - [2026-04-06 02:13:19] "DELETE /project/e8b3630a-3760-4f50-ada3-6f087699f957 HTTP/1.1" 200 115 0.711649 10.0.0.50 - - [2026-04-06 02:13:19] "DELETE /project/de722ebe-b193-4d3a-b450-c82deeffc9ad HTTP/1.1" 200 115 0.730873 10.0.0.50 - - [2026-04-06 02:13:19] "DELETE /access-control-list/158ac7e8-8703-484c-adcb-eaef4aa8fd8c HTTP/1.1" 200 115 0.013301 10.0.0.50 - - [2026-04-06 02:13:19] "DELETE /access-control-list/b2a4e2b9-5ec9-4d92-8fb0-199f2e7a4ffc HTTP/1.1" 200 115 0.037348 10.0.0.50 - - [2026-04-06 02:13:19] "DELETE /access-control-list/3a4ef3aa-8726-4069-b22e-34ea1c08026f HTTP/1.1" 200 115 0.020930 10.0.0.50 - - [2026-04-06 02:13:23] "POST /neutron/port HTTP/1.1" 200 1121 0.013072 10.0.0.50 - - [2026-04-06 02:13:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012580 10.0.0.50 - - [2026-04-06 02:13:23] "POST /neutron/port HTTP/1.1" 200 1121 0.015144 10.0.0.50 - - [2026-04-06 02:13:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011798 10.0.0.50 - - [2026-04-06 02:13:23] "POST /neutron/port HTTP/1.1" 200 1121 0.013694 10.0.0.50 - - [2026-04-06 02:13:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005924 10.0.0.50 - - [2026-04-06 02:13:23] "GET /virtual-machine/9cf1a4e9-9a9c-4d45-a483-24e33085de7c HTTP/1.1" 401 292 0.000434 10.0.0.50 - - [2026-04-06 02:13:23] "GET /virtual-machine/9cf1a4e9-9a9c-4d45-a483-24e33085de7c HTTP/1.1" 200 1291 0.031141 10.0.0.50 - - [2026-04-06 02:13:23] "GET /virtual-machine-interface/043a5791-b17e-45cf-b047-00237a2b759c HTTP/1.1" 200 2933 0.005122 10.0.0.50 - - [2026-04-06 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005625 10.0.0.50 - - [2026-04-06 02:13:23] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003572 10.0.0.50 - - [2026-04-06 02:13:24] "GET /virtual-networks?parent_id=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002803 10.0.0.50 - - [2026-04-06 02:13:24] "GET /virtual-network/c855cf7a-3fe6-40e1-954b-58217467d252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008331 10.0.0.50 - - [2026-04-06 02:13:24] "GET /obj-perms HTTP/1.1" 200 5056 0.069178 10.0.0.50 - - [2026-04-06 02:13:24] "GET /obj-perms HTTP/1.1" 200 5056 0.053228 10.0.0.50 - - [2026-04-06 02:13:26] "POST /neutron/port HTTP/1.1" 200 1121 0.012117 10.0.0.50 - - [2026-04-06 02:13:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004730 10.0.0.50 - - [2026-04-06 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.50 - - [2026-04-06 02:13:27] "GET /virtual-network/c855cf7a-3fe6-40e1-954b-58217467d252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004852 10.0.0.50 - - [2026-04-06 02:13:27] "POST /neutron/port HTTP/1.1" 200 1122 0.010914 10.0.0.50 - - [2026-04-06 02:13:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005262 10.0.0.50 - - [2026-04-06 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.50 - - [2026-04-06 02:13:29] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003161 10.0.0.50 - - [2026-04-06 02:13:29] "GET /virtual-networks?parent_id=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003500 10.0.0.50 - - [2026-04-06 02:13:29] "GET /virtual-network/c855cf7a-3fe6-40e1-954b-58217467d252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005568 10.0.0.50 - - [2026-04-06 02:13:29] "POST /neutron/port HTTP/1.1" 200 1122 0.011388 10.0.0.50 - - [2026-04-06 02:13:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005606 10.0.0.50 - - [2026-04-06 02:13:29] "POST /neutron/port HTTP/1.1" 200 1122 0.012832 10.0.0.50 - - [2026-04-06 02:13:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006075 10.0.0.50 - - [2026-04-06 02:13:29] "POST /neutron/port HTTP/1.1" 200 1122 0.014096 10.0.0.50 - - [2026-04-06 02:13:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006068 10.0.0.50 - - [2026-04-06 02:13:29] "GET /virtual-machine/ff543ea9-7e9d-4765-9581-86ee3217a611 HTTP/1.1" 200 1291 0.004559 10.0.0.50 - - [2026-04-06 02:13:29] "GET /virtual-machine-interface/2fe04f22-df39-4228-a23c-cca0b4e0b7bf HTTP/1.1" 200 2934 0.005092 10.0.0.50 - - [2026-04-06 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.50 - - [2026-04-06 02:13:29] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004288 10.0.0.50 - - [2026-04-06 02:13:29] "GET /virtual-networks?parent_id=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004701 10.0.0.50 - - [2026-04-06 02:13:30] "GET /virtual-network/7eb93655-6b49-479c-88ba-68ac323009b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005421 10.0.0.50 - - [2026-04-06 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.50 - - [2026-04-06 02:13:31] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004026 10.0.0.50 - - [2026-04-06 02:13:31] "GET /virtual-networks?parent_id=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003223 10.0.0.50 - - [2026-04-06 02:13:31] "GET /virtual-network/7eb93655-6b49-479c-88ba-68ac323009b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005353 10.0.0.50 - - [2026-04-06 02:13:36] "POST /neutron/router HTTP/1.1" 200 580 0.003799 10.0.0.50 - - [2026-04-06 02:13:36] "GET /projects?obj_uuids=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001102 10.0.0.50 - - [2026-04-06 02:13:36] "POST /neutron/router HTTP/1.1" 200 344 0.219707 10.0.0.50 - - [2026-04-06 02:13:36] "POST /neutron/port HTTP/1.1" 200 1919 0.032029 10.0.0.50 - - [2026-04-06 02:13:37] "POST /ref-update HTTP/1.1" 200 156 0.011188 10.0.0.50 - - [2026-04-06 02:13:43] "POST /neutron/router HTTP/1.1" 200 580 0.003606 10.0.0.50 - - [2026-04-06 02:13:43] "POST /ref-update HTTP/1.1" 200 156 0.010990 10.0.0.50 - - [2026-04-06 02:13:43] "POST /neutron/router HTTP/1.1" 200 344 0.095642 10.0.0.50 - - [2026-04-06 02:13:46] "POST /neutron/router HTTP/1.1" 200 580 0.005075 10.0.0.50 - - [2026-04-06 02:13:46] "GET /projects?obj_uuids=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001799 10.0.0.50 - - [2026-04-06 02:13:46] "POST /neutron/router HTTP/1.1" 200 344 0.209240 10.0.0.50 - - [2026-04-06 02:13:46] "POST /ref-update HTTP/1.1" 200 156 0.009277 10.0.0.50 - - [2026-04-06 02:13:49] "POST /neutron/router HTTP/1.1" 200 580 0.004673 10.0.0.50 - - [2026-04-06 02:13:49] "POST /ref-update HTTP/1.1" 200 156 0.015295 10.0.0.50 - - [2026-04-06 02:13:49] "POST /neutron/router HTTP/1.1" 200 344 0.109829 10.0.0.50 - - [2026-04-06 02:13:49] "POST /neutron/router HTTP/1.1" 200 580 0.004584 10.0.0.50 - - [2026-04-06 02:13:49] "POST /ref-update HTTP/1.1" 200 156 0.014534 10.0.0.50 - - [2026-04-06 02:13:49] "POST /neutron/router HTTP/1.1" 200 344 0.108210 10.0.0.50 - - [2026-04-06 02:13:49] "POST /neutron/router HTTP/1.1" 200 580 0.005234 10.0.0.50 - - [2026-04-06 02:13:49] "GET /logical-router/b60a8c8e-137b-4622-8edf-742df3169263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006484 10.0.0.50 - - [2026-04-06 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004768 10.0.0.50 - - [2026-04-06 02:13:49] "POST /neutron/router HTTP/1.1" 200 151 0.047784 10.0.0.50 - - [2026-04-06 02:13:49] "DELETE /route-target/53041d66-e746-4929-abf6-a372b90fc9cf HTTP/1.1" 200 115 0.024549 10.0.0.50 - - [2026-04-06 02:13:49] "POST /neutron/network HTTP/1.1" 200 824 0.009791 10.0.0.50 - - [2026-04-06 02:13:49] "POST /neutron/network HTTP/1.1" 400 204 0.016273 10.0.0.50 - - [2026-04-06 02:13:49] "POST /neutron/port HTTP/1.1" 200 1122 0.015309 10.0.0.50 - - [2026-04-06 02:13:49] "POST /neutron/port HTTP/1.1" 200 1112 0.010996 10.0.0.50 - - [2026-04-06 02:13:50] "POST /neutron/port HTTP/1.1" 200 1121 0.011404 10.0.0.50 - - [2026-04-06 02:13:50] "POST /neutron/port HTTP/1.1" 200 1111 0.012661 10.0.0.50 - - [2026-04-06 02:13:50] "POST /neutron/port HTTP/1.1" 200 151 0.138341 10.0.0.50 - - [2026-04-06 02:13:50] "POST /neutron/port HTTP/1.1" 200 151 0.156044 10.0.0.50 - - [2026-04-06 02:13:51] "POST /neutron/network HTTP/1.1" 200 824 0.005397 10.0.0.50 - - [2026-04-06 02:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005124 10.0.0.50 - - [2026-04-06 02:13:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002906 10.0.0.50 - - [2026-04-06 02:13:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003648 10.0.0.50 - - [2026-04-06 02:13:51] "POST /neutron/network HTTP/1.1" 200 151 0.083706 10.0.0.50 - - [2026-04-06 02:13:51] "DELETE /route-target/e2b70f1d-8f88-436c-b0d0-c2fd99352375 HTTP/1.1" 200 115 0.017315 10.0.0.50 - - [2026-04-06 02:13:51] "POST /neutron/network HTTP/1.1" 200 823 0.005164 10.0.0.50 - - [2026-04-06 02:13:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002366 10.0.0.50 - - [2026-04-06 02:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.50 - - [2026-04-06 02:13:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004901 10.0.0.50 - - [2026-04-06 02:13:51] "POST /neutron/network HTTP/1.1" 200 151 0.087911 10.0.0.50 - - [2026-04-06 02:13:51] "DELETE /route-target/e38f9fd4-9c79-4b27-901e-d914a1239f4b HTTP/1.1" 200 115 0.016083 10.0.0.50 - - [2026-04-06 02:13:52] "GET /projects?obj_uuids=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001576 10.0.0.50 - - [2026-04-06 02:13:52] "GET /project/94aab8ff-dd48-4da7-af74-b1a75cecb68a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.024484 10.0.0.50 - - [2026-04-06 02:13:52] "GET /projects?obj_uuids=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001099 10.0.0.50 - - [2026-04-06 02:13:52] "GET /project/94aab8ff-dd48-4da7-af74-b1a75cecb68a?fields=virtual_networks HTTP/1.1" 200 1029 0.071445 10.0.0.50 - - [2026-04-06 02:13:52] "GET /projects?obj_uuids=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001074 10.0.0.50 - - [2026-04-06 02:13:52] "GET /project/94aab8ff-dd48-4da7-af74-b1a75cecb68a?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.025080 10.0.0.50 - - [2026-04-06 02:13:52] "GET /projects?obj_uuids=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001115 10.0.0.50 - - [2026-04-06 02:13:52] "GET /project/94aab8ff-dd48-4da7-af74-b1a75cecb68a?fields=security_groups HTTP/1.1" 200 1253 0.027181 10.0.0.50 - - [2026-04-06 02:13:53] "POST /fqname-to-id HTTP/1.1" 404 191 0.027633 10.0.0.50 - - [2026-04-06 02:13:53] "GET /projects?obj_uuids=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002432 10.0.0.50 - - [2026-04-06 02:13:53] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001190 10.0.0.50 - - [2026-04-06 02:13:53] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007329 10.0.0.50 - - [2026-04-06 02:13:53] "POST /id-to-fqname HTTP/1.1" 200 193 0.002925 10.0.0.50 - - [2026-04-06 02:13:53] "POST /fqname-to-id HTTP/1.1" 404 202 0.004714 10.0.0.50 - - [2026-04-06 02:13:53] "POST /security-groups HTTP/1.1" 200 594 0.063386 10.0.0.50 - - [2026-04-06 02:13:53] "POST /fqname-to-id HTTP/1.1" 404 237 0.002688 10.0.0.50 - - [2026-04-06 02:13:53] "POST /projects HTTP/1.1" 200 591 0.235624 10.0.0.50 - - [2026-04-06 02:13:53] "POST /access-control-lists HTTP/1.1" 200 599 0.057496 10.0.0.50 - - [2026-04-06 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.311629 10.0.0.50 - - [2026-04-06 02:13:53] "POST /fqname-to-id HTTP/1.1" 404 236 0.002621 10.0.0.50 - - [2026-04-06 02:13:53] "GET /project/9f88729d-b50c-4573-ae79-68c04496bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.452522 10.0.0.50 - - [2026-04-06 02:13:53] "POST /access-control-lists HTTP/1.1" 200 597 0.068848 10.0.0.50 - - [2026-04-06 02:13:54] "GET / HTTP/1.1" 200 35931 0.002442 10.0.0.50 - - [2026-04-06 02:13:55] "GET /project/9f88729d-b50c-4573-ae79-68c04496bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000488 10.0.0.50 - - [2026-04-06 02:13:56] "GET /projects?obj_uuids=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001122 10.0.0.50 - - [2026-04-06 02:13:56] "GET /project/9f88729d-b50c-4573-ae79-68c04496bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.055691 10.0.0.50 - - [2026-04-06 02:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002108 10.0.0.50 - - [2026-04-06 02:13:56] "GET /security-group/88aca239-ae88-47f6-bd4f-d5ff9ac21453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.005151 10.0.0.50 - - [2026-04-06 02:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.50 - - [2026-04-06 02:13:56] "GET /projects?obj_uuids=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001482 10.0.0.50 - - [2026-04-06 02:13:56] "GET /project/9f88729d-b50c-4573-ae79-68c04496bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.027823 10.0.0.50 - - [2026-04-06 02:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.50 - - [2026-04-06 02:13:56] "GET /security-group/88aca239-ae88-47f6-bd4f-d5ff9ac21453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.005847 10.0.0.50 - - [2026-04-06 02:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.50 - - [2026-04-06 02:13:56] "PUT /security-group/88aca239-ae88-47f6-bd4f-d5ff9ac21453 HTTP/1.1" 200 262 0.014499 10.0.0.50 - - [2026-04-06 02:13:56] "PUT /access-control-list/09a27667-7f8d-4621-9438-1f7b4da3438b HTTP/1.1" 200 272 0.008846 10.0.0.50 - - [2026-04-06 02:13:56] "PUT /access-control-list/796a28fd-0146-4ae1-9805-71b9f658a1af HTTP/1.1" 200 272 0.008360 10.0.0.50 - - [2026-04-06 02:13:56] "POST /fqname-to-id HTTP/1.1" 404 202 0.003008 10.0.0.50 - - [2026-04-06 02:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.50 - - [2026-04-06 02:13:56] "GET /projects?obj_uuids=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001472 10.0.0.50 - - [2026-04-06 02:13:56] "GET /project/9f88729d-b50c-4573-ae79-68c04496bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.025637 10.0.0.50 - - [2026-04-06 02:13:56] "POST /neutron/network HTTP/1.1" 200 117 0.044686 10.0.0.50 - - [2026-04-06 02:13:56] "GET /projects?obj_uuids=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001003 10.0.0.50 - - [2026-04-06 02:13:56] "POST /neutron/network HTTP/1.1" 200 608 0.074420 10.0.0.50 - - [2026-04-06 02:13:57] "POST /route-targets HTTP/1.1" 200 327 0.013312 10.0.0.50 - - [2026-04-06 02:13:57] "POST /ref-update HTTP/1.1" 200 156 0.013542 10.0.0.50 - - [2026-04-06 02:13:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005535 10.0.0.50 - - [2026-04-06 02:13:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.142993 10.0.0.50 - - [2026-04-06 02:13:57] "POST /neutron/network HTTP/1.1" 200 827 0.006380 10.0.0.50 - - [2026-04-06 02:13:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001493 10.0.0.50 - - [2026-04-06 02:13:57] "GET /virtual-network/a3986fc8-43ef-4fdb-8965-fb226da8701a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004827 10.0.0.50 - - [2026-04-06 02:13:57] "POST /neutron/network HTTP/1.1" 200 827 0.006410 10.0.0.50 - - [2026-04-06 02:13:57] "GET /virtual-network/a3986fc8-43ef-4fdb-8965-fb226da8701a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005204 10.0.0.50 - - [2026-04-06 02:13:57] "POST /neutron/network HTTP/1.1" 200 827 0.005480 10.0.0.50 - - [2026-04-06 02:13:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.018017 10.0.0.50 - - [2026-04-06 02:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.50 - - [2026-04-06 02:13:57] "GET /projects?obj_uuids=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000919 10.0.0.50 - - [2026-04-06 02:13:57] "GET /project/9f88729d-b50c-4573-ae79-68c04496bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.027186 10.0.0.50 - - [2026-04-06 02:13:57] "POST /neutron/network HTTP/1.1" 200 117 0.011231 10.0.0.50 - - [2026-04-06 02:13:57] "GET /projects?obj_uuids=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001213 10.0.0.50 - - [2026-04-06 02:13:57] "POST /neutron/network HTTP/1.1" 200 615 0.085945 10.0.0.50 - - [2026-04-06 02:13:57] "POST /route-targets HTTP/1.1" 200 327 0.016495 10.0.0.50 - - [2026-04-06 02:13:57] "POST /ref-update HTTP/1.1" 200 156 0.012928 10.0.0.50 - - [2026-04-06 02:13:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002495 10.0.0.50 - - [2026-04-06 02:13:57] "POST /neutron/subnet HTTP/1.1" 200 724 0.143984 10.0.0.50 - - [2026-04-06 02:13:57] "POST /neutron/network HTTP/1.1" 200 834 0.005450 10.0.0.50 - - [2026-04-06 02:13:57] "POST /id-to-fqname HTTP/1.1" 200 227 0.001276 10.0.0.50 - - [2026-04-06 02:13:57] "GET /virtual-network/8a372357-815a-4043-b8a3-2ddb41f24def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005180 10.0.0.50 - - [2026-04-06 02:13:57] "POST /neutron/network HTTP/1.1" 200 834 0.005023 10.0.0.50 - - [2026-04-06 02:13:57] "GET /virtual-network/8a372357-815a-4043-b8a3-2ddb41f24def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005173 10.0.0.50 - - [2026-04-06 02:13:57] "POST /neutron/network HTTP/1.1" 200 834 0.006480 10.0.0.50 - - [2026-04-06 02:13:57] "POST /neutron/subnet HTTP/1.1" 200 724 0.007352 10.0.0.50 - - [2026-04-06 02:13:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001225 10.0.0.50 - - [2026-04-06 02:13:58] "POST /neutron/network HTTP/1.1" 200 837 0.006391 10.0.0.50 - - [2026-04-06 02:13:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000604 10.0.0.50 - - [2026-04-06 02:13:58] "GET / HTTP/1.1" 200 35931 0.001636 10.0.0.50 - - [2026-04-06 02:13:58] "GET /project/9f88729d-b50c-4573-ae79-68c04496bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000358 10.0.0.50 - - [2026-04-06 02:13:58] "GET /projects?obj_uuids=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001408 10.0.0.50 - - [2026-04-06 02:13:58] "GET /project/9f88729d-b50c-4573-ae79-68c04496bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.062450 10.0.0.50 - - [2026-04-06 02:13:58] "POST /neutron/network HTTP/1.1" 200 827 0.005305 10.0.0.50 - - [2026-04-06 02:13:58] "POST /neutron/port HTTP/1.1" 200 117 0.005028 10.0.0.50 - - [2026-04-06 02:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.005191 10.0.0.50 - - [2026-04-06 02:13:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001611 10.0.0.50 - - [2026-04-06 02:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.006043 10.0.0.50 - - [2026-04-06 02:13:59] "POST /neutron/network HTTP/1.1" 200 844 0.007484 10.0.0.50 - - [2026-04-06 02:13:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000579 10.0.0.50 - - [2026-04-06 02:13:59] "POST /neutron/network HTTP/1.1" 200 837 0.006521 10.0.0.50 - - [2026-04-06 02:13:59] "GET /projects?obj_uuids=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001782 10.0.0.50 - - [2026-04-06 02:13:59] "GET / HTTP/1.1" 200 35931 0.002080 10.0.0.50 - - [2026-04-06 02:13:59] "GET /project/9f88729d-b50c-4573-ae79-68c04496bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000407 10.0.0.50 - - [2026-04-06 02:13:59] "POST /neutron/port HTTP/1.1" 200 1063 0.219090 10.0.0.50 - - [2026-04-06 02:13:59] "POST /neutron/port HTTP/1.1" 200 1063 0.011825 10.0.0.50 - - [2026-04-06 02:13:59] "POST /neutron/port HTTP/1.1" 200 1063 0.010592 10.0.0.50 - - [2026-04-06 02:13:59] "POST /neutron/port HTTP/1.1" 200 1117 0.052406 10.0.0.50 - - [2026-04-06 02:13:59] "POST /neutron/port HTTP/1.1" 200 1127 0.018854 10.0.0.50 - - [2026-04-06 02:13:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003509 10.0.0.50 - - [2026-04-06 02:13:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.006964 10.0.0.50 - - [2026-04-06 02:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.001203 10.0.0.50 - - [2026-04-06 02:13:59] "POST /neutron/network HTTP/1.1" 200 827 0.007065 10.0.0.50 - - [2026-04-06 02:13:59] "GET /projects?obj_uuids=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001051 10.0.0.50 - - [2026-04-06 02:13:59] "GET /project/9f88729d-b50c-4573-ae79-68c04496bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.053272 10.0.0.50 - - [2026-04-06 02:14:00] "POST /neutron/network HTTP/1.1" 200 834 0.006599 10.0.0.50 - - [2026-04-06 02:14:00] "POST /neutron/port HTTP/1.1" 200 1127 0.014110 10.0.0.50 - - [2026-04-06 02:14:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010465 10.0.0.50 - - [2026-04-06 02:14:00] "POST /neutron/port HTTP/1.1" 200 117 0.007465 10.0.0.50 - - [2026-04-06 02:14:00] "GET /projects?obj_uuids=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001184 10.0.0.50 - - [2026-04-06 02:14:00] "POST /neutron/router HTTP/1.1" 200 585 0.071582 10.0.0.50 - - [2026-04-06 02:14:00] "POST /neutron/router HTTP/1.1" 200 585 0.005078 10.0.0.50 - - [2026-04-06 02:14:00] "POST /route-targets HTTP/1.1" 200 327 0.015290 10.0.0.50 - - [2026-04-06 02:14:00] "PUT /logical-router/8c977ff9-6d72-49a1-9d9d-ee7d86221f6c HTTP/1.1" 200 262 0.050371 10.0.0.50 - - [2026-04-06 02:14:00] "POST /neutron/router HTTP/1.1" 200 656 0.049545 10.0.0.50 - - [2026-04-06 02:14:00] "GET /logical-router/8c977ff9-6d72-49a1-9d9d-ee7d86221f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.004851 10.0.0.50 - - [2026-04-06 02:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.50 - - [2026-04-06 02:14:00] "POST /neutron/router HTTP/1.1" 200 656 0.003691 10.0.0.50 - - [2026-04-06 02:14:00] "GET /projects?obj_uuids=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001382 10.0.0.50 - - [2026-04-06 02:14:00] "GET /service-template/1666399d-2e53-4e16-8845-706ed0024745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.008028 10.0.0.50 - - [2026-04-06 02:14:00] "POST /fqname-to-id HTTP/1.1" 404 215 0.003362 10.0.0.50 - - [2026-04-06 02:14:00] "POST /neutron/network HTTP/1.1" 200 844 0.021979 10.0.0.50 - - [2026-04-06 02:14:00] "POST /useragent-kv HTTP/1.1" 200 115 0.007582 10.0.0.50 - - [2026-04-06 02:14:00] "POST /virtual-networks HTTP/1.1" 200 694 0.158207 10.0.0.50 - - [2026-04-06 02:14:00] "GET /projects?obj_uuids=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001072 10.0.0.50 - - [2026-04-06 02:14:00] "POST /route-targets HTTP/1.1" 200 327 0.018686 10.0.0.50 - - [2026-04-06 02:14:00] "POST /neutron/router HTTP/1.1" 200 344 0.322787 10.0.0.50 - - [2026-04-06 02:14:00] "POST /ref-update HTTP/1.1" 200 156 0.058288 10.0.0.50 - - [2026-04-06 02:14:00] "POST /neutron/port HTTP/1.1" 200 1127 0.061823 10.0.0.50 - - [2026-04-06 02:14:00] "POST /service-instances HTTP/1.1" 200 670 0.115261 10.0.0.50 - - [2026-04-06 02:14:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.026664 10.0.0.50 - - [2026-04-06 02:14:00] "POST /ref-update HTTP/1.1" 200 156 0.044682 10.0.0.50 - - [2026-04-06 02:14:01] "POST /route-tables HTTP/1.1" 200 582 0.080825 10.0.0.50 - - [2026-04-06 02:14:01] "PUT /logical-router/8c977ff9-6d72-49a1-9d9d-ee7d86221f6c HTTP/1.1" 200 262 0.023684 10.0.0.50 - - [2026-04-06 02:14:01] "POST /ref-update HTTP/1.1" 200 156 0.024427 10.0.0.50 - - [2026-04-06 02:14:01] "POST /neutron/port HTTP/1.1" 200 1063 0.454855 10.0.0.50 - - [2026-04-06 02:14:01] "POST /neutron/port HTTP/1.1" 200 1063 0.010127 10.0.0.50 - - [2026-04-06 02:14:01] "POST /neutron/port HTTP/1.1" 200 1063 0.014621 10.0.0.50 - - [2026-04-06 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.50 - - [2026-04-06 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005071 10.0.0.50 - - [2026-04-06 02:14:01] "POST /neutron/port HTTP/1.1" 200 1117 0.067120 10.0.0.50 - - [2026-04-06 02:14:01] "POST /neutron/port HTTP/1.1" 200 1127 0.012983 10.0.0.50 - - [2026-04-06 02:14:01] "POST /virtual-machines HTTP/1.1" 200 553 0.018630 10.0.0.50 - - [2026-04-06 02:14:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003352 10.0.0.50 - - [2026-04-06 02:14:01] "POST /neutron/subnet HTTP/1.1" 200 698 0.006563 10.0.0.50 - - [2026-04-06 02:14:01] "POST /neutron/port HTTP/1.1" 200 117 0.000998 10.0.0.50 - - [2026-04-06 02:14:01] "POST /neutron/network HTTP/1.1" 200 834 0.004542 10.0.0.50 - - [2026-04-06 02:14:01] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.098943 10.0.0.50 - - [2026-04-06 02:14:01] "POST /chown HTTP/1.1" 200 109 0.006798 10.0.0.50 - - [2026-04-06 02:14:01] "POST /instance-ips HTTP/1.1" 200 551 0.018422 10.0.0.50 - - [2026-04-06 02:14:01] "POST /instance-ips HTTP/1.1" 400 246 0.018115 10.0.0.50 - - [2026-04-06 02:14:01] "POST /chown HTTP/1.1" 200 109 0.014646 10.0.0.50 - - [2026-04-06 02:14:01] "PUT /virtual-machine-interface/ef25710c-36d7-4f31-96d4-89a11ddba15d HTTP/1.1" 200 284 0.011424 10.0.0.50 - - [2026-04-06 02:14:01] "PUT /instance-ip/dafad0db-82d0-49ad-92cf-6927d9de84f2 HTTP/1.1" 200 256 0.012455 10.0.0.50 - - [2026-04-06 02:14:01] "POST /ref-update HTTP/1.1" 200 156 0.012040 10.0.0.50 - - [2026-04-06 02:14:02] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.101690 10.0.0.50 - - [2026-04-06 02:14:02] "POST /chown HTTP/1.1" 200 109 0.007259 10.0.0.50 - - [2026-04-06 02:14:02] "POST /instance-ips HTTP/1.1" 200 549 0.033115 10.0.0.50 - - [2026-04-06 02:14:02] "POST /instance-ips HTTP/1.1" 400 316 0.016992 10.0.0.50 - - [2026-04-06 02:14:02] "POST /chown HTTP/1.1" 200 109 0.009840 10.0.0.50 - - [2026-04-06 02:14:02] "PUT /virtual-machine-interface/703ba970-4333-41d5-a68d-595b891b1d5a HTTP/1.1" 200 284 0.019361 10.0.0.50 - - [2026-04-06 02:14:02] "PUT /instance-ip/ce921295-2c0d-4c15-bf73-8a6a90d0e13b HTTP/1.1" 200 256 0.014846 10.0.0.50 - - [2026-04-06 02:14:02] "POST /ref-update HTTP/1.1" 200 156 0.013317 10.0.0.50 - - [2026-04-06 02:14:02] "POST /ref-update HTTP/1.1" 200 156 0.014636 10.0.0.50 - - [2026-04-06 02:14:02] "PUT /routing-instance/1f295c6f-992c-44b1-9cbb-7d29c23c8ece HTTP/1.1" 200 266 0.035097 10.0.0.50 - - [2026-04-06 02:14:02] "POST /ref-update HTTP/1.1" 200 156 0.033129 10.0.0.50 - - [2026-04-06 02:14:02] "POST /virtual-machines HTTP/1.1" 200 553 0.031773 10.0.0.50 - - [2026-04-06 02:14:02] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.106265 10.0.0.50 - - [2026-04-06 02:14:02] "POST /chown HTTP/1.1" 200 109 0.006758 10.0.0.50 - - [2026-04-06 02:14:02] "POST /instance-ips HTTP/1.1" 400 246 0.015971 10.0.0.50 - - [2026-04-06 02:14:03] "POST /chown HTTP/1.1" 200 109 0.012843 10.0.0.50 - - [2026-04-06 02:14:03] "PUT /virtual-machine-interface/96145712-6750-459d-9d0b-a9fbf6638a06 HTTP/1.1" 200 284 0.012490 10.0.0.50 - - [2026-04-06 02:14:03] "PUT /instance-ip/dafad0db-82d0-49ad-92cf-6927d9de84f2 HTTP/1.1" 200 256 0.012702 10.0.0.50 - - [2026-04-06 02:14:03] "POST /ref-update HTTP/1.1" 200 156 0.011813 10.0.0.50 - - [2026-04-06 02:14:03] "POST /ref-update HTTP/1.1" 200 156 0.023601 10.0.0.50 - - [2026-04-06 02:14:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.087094 10.0.0.50 - - [2026-04-06 02:14:03] "POST /ref-update HTTP/1.1" 200 156 0.018612 10.0.0.50 - - [2026-04-06 02:14:03] "PUT /routing-instance/1f295c6f-992c-44b1-9cbb-7d29c23c8ece HTTP/1.1" 200 266 0.011505 10.0.0.50 - - [2026-04-06 02:14:03] "POST /chown HTTP/1.1" 200 109 0.007582 10.0.0.50 - - [2026-04-06 02:14:03] "POST /instance-ips HTTP/1.1" 400 316 0.016264 10.0.0.50 - - [2026-04-06 02:14:03] "POST /chown HTTP/1.1" 200 109 0.008054 10.0.0.50 - - [2026-04-06 02:14:03] "PUT /virtual-machine-interface/b8f6c052-146f-4bda-9759-2c0d0ee46b66 HTTP/1.1" 200 284 0.010081 10.0.0.50 - - [2026-04-06 02:14:03] "PUT /instance-ip/ce921295-2c0d-4c15-bf73-8a6a90d0e13b HTTP/1.1" 200 256 0.013064 10.0.0.50 - - [2026-04-06 02:14:03] "POST /ref-update HTTP/1.1" 200 156 0.012757 10.0.0.50 - - [2026-04-06 02:14:03] "POST /ref-update HTTP/1.1" 200 156 0.014715 10.0.0.50 - - [2026-04-06 02:14:03] "POST /ref-update HTTP/1.1" 200 156 0.011527 10.0.0.50 - - [2026-04-06 02:14:03] "PUT /routing-instance/1f295c6f-992c-44b1-9cbb-7d29c23c8ece HTTP/1.1" 200 266 0.020827 10.0.0.50 - - [2026-04-06 02:14:05] "POST /neutron/port HTTP/1.1" 200 1127 0.010857 10.0.0.50 - - [2026-04-06 02:14:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005499 10.0.0.50 - - [2026-04-06 02:14:06] "POST /neutron/port HTTP/1.1" 200 1127 0.013360 10.0.0.50 - - [2026-04-06 02:14:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005785 10.0.0.50 - - [2026-04-06 02:14:06] "POST /neutron/port HTTP/1.1" 200 1127 0.012671 10.0.0.50 - - [2026-04-06 02:14:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006510 10.0.0.50 - - [2026-04-06 02:14:06] "GET /virtual-machine/41a4a1a6-7a3e-4016-9368-61a437970848 HTTP/1.1" 401 292 0.000411 10.0.0.50 - - [2026-04-06 02:14:06] "GET /virtual-machine/41a4a1a6-7a3e-4016-9368-61a437970848 HTTP/1.1" 200 1295 0.044409 10.0.0.50 - - [2026-04-06 02:14:06] "GET /virtual-machine-interface/e8bd1df4-7ee3-43f6-a26a-dfb0ab4c24eb HTTP/1.1" 200 2957 0.005297 10.0.0.50 - - [2026-04-06 02:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.50 - - [2026-04-06 02:14:06] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003307 10.0.0.50 - - [2026-04-06 02:14:06] "GET /virtual-networks?parent_id=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002937 10.0.0.50 - - [2026-04-06 02:14:06] "GET /virtual-network/a3986fc8-43ef-4fdb-8965-fb226da8701a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005507 10.0.0.50 - - [2026-04-06 02:14:08] "POST /neutron/port HTTP/1.1" 200 1127 0.011944 10.0.0.50 - - [2026-04-06 02:14:08] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005521 10.0.0.50 - - [2026-04-06 02:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.50 - - [2026-04-06 02:14:09] "GET /virtual-network/a3986fc8-43ef-4fdb-8965-fb226da8701a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004765 10.0.0.50 - - [2026-04-06 02:14:10] "POST /neutron/port HTTP/1.1" 200 1127 0.014515 10.0.0.50 - - [2026-04-06 02:14:10] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005907 10.0.0.50 - - [2026-04-06 02:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.50 - - [2026-04-06 02:14:11] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003618 10.0.0.50 - - [2026-04-06 02:14:11] "GET /virtual-networks?parent_id=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002827 10.0.0.50 - - [2026-04-06 02:14:12] "GET /virtual-network/a3986fc8-43ef-4fdb-8965-fb226da8701a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004957 10.0.0.50 - - [2026-04-06 02:14:12] "POST /neutron/port HTTP/1.1" 200 1127 0.015946 10.0.0.50 - - [2026-04-06 02:14:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007360 10.0.0.50 - - [2026-04-06 02:14:12] "POST /neutron/port HTTP/1.1" 200 1127 0.011487 10.0.0.50 - - [2026-04-06 02:14:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006417 10.0.0.50 - - [2026-04-06 02:14:12] "POST /neutron/port HTTP/1.1" 200 1127 0.011977 10.0.0.50 - - [2026-04-06 02:14:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005715 10.0.0.50 - - [2026-04-06 02:14:12] "GET /virtual-machine/47a72a2b-21db-467b-899f-bf24b223a01d HTTP/1.1" 200 1294 0.007793 10.0.0.50 - - [2026-04-06 02:14:12] "GET /virtual-machine-interface/af1ab52b-4149-4f6e-a405-df96a15d9af2 HTTP/1.1" 200 2969 0.008902 10.0.0.50 - - [2026-04-06 02:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.50 - - [2026-04-06 02:14:12] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003191 10.0.0.50 - - [2026-04-06 02:14:12] "GET /virtual-networks?parent_id=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003213 10.0.0.50 - - [2026-04-06 02:14:12] "GET /virtual-network/8a372357-815a-4043-b8a3-2ddb41f24def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005813 10.0.0.50 - - [2026-04-06 02:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.50 - - [2026-04-06 02:14:13] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003515 10.0.0.50 - - [2026-04-06 02:14:13] "GET /virtual-networks?parent_id=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002947 10.0.0.50 - - [2026-04-06 02:14:13] "GET /virtual-network/8a372357-815a-4043-b8a3-2ddb41f24def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005425 10.0.0.50 - - [2026-04-06 02:14:17] "POST /neutron/router HTTP/1.1" 200 656 0.004115 10.0.0.50 - - [2026-04-06 02:14:17] "POST /ref-update HTTP/1.1" 200 156 0.015606 10.0.0.50 - - [2026-04-06 02:14:17] "POST /neutron/router HTTP/1.1" 200 344 0.122396 10.0.0.50 - - [2026-04-06 02:14:17] "POST /neutron/router HTTP/1.1" 200 656 0.005347 10.0.0.50 - - [2026-04-06 02:14:17] "GET /logical-router/8c977ff9-6d72-49a1-9d9d-ee7d86221f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.004694 10.0.0.50 - - [2026-04-06 02:14:17] "GET /service-instance/dcb5f05e-3a85-4591-a712-09c646075c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2326 0.003070 10.0.0.50 - - [2026-04-06 02:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.50 - - [2026-04-06 02:14:18] "POST /neutron/router HTTP/1.1" 200 151 0.052005 10.0.0.50 - - [2026-04-06 02:14:18] "DELETE /route-target/0f819b7f-bf6d-4a26-9595-2d15fb619473 HTTP/1.1" 409 239 0.005723 10.0.0.50 - - [2026-04-06 02:14:18] "PUT /logical-router/8c977ff9-6d72-49a1-9d9d-ee7d86221f6c HTTP/1.1" 404 171 0.002963 10.0.0.50 - - [2026-04-06 02:14:18] "POST /ref-update HTTP/1.1" 200 156 0.019116 10.0.0.50 - - [2026-04-06 02:14:18] "DELETE /route-table/f90b60dc-0d0c-45d7-99c5-208184a91bc2 HTTP/1.1" 200 115 0.037656 10.0.0.50 - - [2026-04-06 02:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.50 - - [2026-04-06 02:14:18] "PUT /routing-instance/1f295c6f-992c-44b1-9cbb-7d29c23c8ece HTTP/1.1" 200 266 0.013722 10.0.0.50 - - [2026-04-06 02:14:18] "GET /virtual-network/5fc48c47-8b91-45b4-a51e-259fdbb4adb7?fields=virtual_machine_interface_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 2309 0.006860 10.0.0.50 - - [2026-04-06 02:14:18] "POST /neutron/network HTTP/1.1" 200 834 0.007701 10.0.0.50 - - [2026-04-06 02:14:18] "POST /neutron/network HTTP/1.1" 400 204 0.038041 10.0.0.50 - - [2026-04-06 02:14:18] "POST /ref-update HTTP/1.1" 200 156 0.011939 10.0.0.50 - - [2026-04-06 02:14:18] "POST /ref-update HTTP/1.1" 200 156 0.012641 10.0.0.50 - - [2026-04-06 02:14:18] "GET /virtual-machine-interface/703ba970-4333-41d5-a68d-595b891b1d5a?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1660 0.006303 10.0.0.50 - - [2026-04-06 02:14:18] "POST /ref-update HTTP/1.1" 200 156 0.014395 10.0.0.50 - - [2026-04-06 02:14:18] "GET /instance-ip/ce921295-2c0d-4c15-bf73-8a6a90d0e13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004997 10.0.0.50 - - [2026-04-06 02:14:18] "DELETE /virtual-machine-interface/703ba970-4333-41d5-a68d-595b891b1d5a HTTP/1.1" 200 115 0.035614 10.0.0.50 - - [2026-04-06 02:14:18] "GET /virtual-machine-interface/b8f6c052-146f-4bda-9759-2c0d0ee46b66?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1661 0.006446 10.0.0.50 - - [2026-04-06 02:14:18] "POST /ref-update HTTP/1.1" 200 156 0.015271 10.0.0.50 - - [2026-04-06 02:14:18] "POST /neutron/port HTTP/1.1" 200 1127 0.017675 10.0.0.50 - - [2026-04-06 02:14:18] "GET /instance-ip/ce921295-2c0d-4c15-bf73-8a6a90d0e13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1760 0.005576 10.0.0.50 - - [2026-04-06 02:14:18] "POST /neutron/port HTTP/1.1" 200 1117 0.016246 10.0.0.50 - - [2026-04-06 02:14:18] "POST /neutron/port HTTP/1.1" 200 1127 0.028781 10.0.0.50 - - [2026-04-06 02:14:18] "DELETE /instance-ip/ce921295-2c0d-4c15-bf73-8a6a90d0e13b HTTP/1.1" 200 115 0.069396 10.0.0.50 - - [2026-04-06 02:14:18] "POST /neutron/port HTTP/1.1" 200 1117 0.013632 10.0.0.50 - - [2026-04-06 02:14:18] "POST /neutron/port HTTP/1.1" 200 151 0.176396 10.0.0.50 - - [2026-04-06 02:14:18] "DELETE /virtual-machine-interface/b8f6c052-146f-4bda-9759-2c0d0ee46b66 HTTP/1.1" 200 115 0.072148 10.0.0.50 - - [2026-04-06 02:14:18] "DELETE /instance-ip/ce921295-2c0d-4c15-bf73-8a6a90d0e13b HTTP/1.1" 404 177 0.009982 10.0.0.50 - - [2026-04-06 02:14:18] "POST /neutron/port HTTP/1.1" 200 151 0.178361 10.0.0.50 - - [2026-04-06 02:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.50 - - [2026-04-06 02:14:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003239 10.0.0.50 - - [2026-04-06 02:14:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005015 10.0.0.50 - - [2026-04-06 02:14:19] "DELETE /virtual-network/5fc48c47-8b91-45b4-a51e-259fdbb4adb7 HTTP/1.1" 200 115 0.130255 10.0.0.50 - - [2026-04-06 02:14:19] "DELETE /route-target/5d61e14e-20c3-4921-b741-fd41400d4b4e HTTP/1.1" 200 115 0.018899 10.0.0.50 - - [2026-04-06 02:14:19] "DELETE /service-instance/dcb5f05e-3a85-4591-a712-09c646075c2b HTTP/1.1" 200 115 0.028834 10.0.0.50 - - [2026-04-06 02:14:19] "GET /logical-router/8c977ff9-6d72-49a1-9d9d-ee7d86221f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002582 10.0.0.50 - - [2026-04-06 02:14:19] "GET /service-instance/dcb5f05e-3a85-4591-a712-09c646075c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002484 10.0.0.50 - - [2026-04-06 02:14:19] "GET /virtual-machine-interface/96145712-6750-459d-9d0b-a9fbf6638a06?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1664 0.005280 10.0.0.50 - - [2026-04-06 02:14:19] "POST /ref-update HTTP/1.1" 200 156 0.013283 10.0.0.50 - - [2026-04-06 02:14:19] "GET /instance-ip/dafad0db-82d0-49ad-92cf-6927d9de84f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005285 10.0.0.50 - - [2026-04-06 02:14:19] "DELETE /virtual-machine-interface/96145712-6750-459d-9d0b-a9fbf6638a06 HTTP/1.1" 200 115 0.036947 10.0.0.50 - - [2026-04-06 02:14:19] "DELETE /virtual-machine/600f9772-b6ac-457c-bb06-d2a46a4d6363 HTTP/1.1" 200 115 0.019591 10.0.0.50 - - [2026-04-06 02:14:19] "GET /virtual-machine-interface/ef25710c-36d7-4f31-96d4-89a11ddba15d?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1664 0.005342 10.0.0.50 - - [2026-04-06 02:14:19] "POST /ref-update HTTP/1.1" 200 156 0.013818 10.0.0.50 - - [2026-04-06 02:14:19] "GET /instance-ip/dafad0db-82d0-49ad-92cf-6927d9de84f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.005335 10.0.0.50 - - [2026-04-06 02:14:19] "DELETE /instance-ip/dafad0db-82d0-49ad-92cf-6927d9de84f2 HTTP/1.1" 200 115 0.026519 10.0.0.50 - - [2026-04-06 02:14:19] "DELETE /virtual-machine-interface/ef25710c-36d7-4f31-96d4-89a11ddba15d HTTP/1.1" 200 115 0.036086 10.0.0.50 - - [2026-04-06 02:14:19] "POST /ref-update HTTP/1.1" 200 156 0.011697 10.0.0.50 - - [2026-04-06 02:14:19] "DELETE /project/9f88729db50c4573ae7968c04496bfbc HTTP/1.1" 404 173 0.006546 10.0.0.50 - - [2026-04-06 02:14:19] "GET /projects?obj_uuids=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001064 10.0.0.50 - - [2026-04-06 02:14:19] "GET /project/94aab8ff-dd48-4da7-af74-b1a75cecb68a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.025991 10.0.0.50 - - [2026-04-06 02:14:19] "GET /projects?obj_uuids=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001278 10.0.0.50 - - [2026-04-06 02:14:19] "DELETE /virtual-machine/2615cb99-e3fb-4109-b4e1-2cb01bb9c9b8 HTTP/1.1" 200 115 0.036119 10.0.0.50 - - [2026-04-06 02:14:19] "GET /project/94aab8ff-dd48-4da7-af74-b1a75cecb68a?fields=security_groups HTTP/1.1" 200 1358 0.074623 10.0.0.50 - - [2026-04-06 02:14:19] "DELETE /security-group/16f808cb-4d51-4bd8-b3d1-0111cf1054a8 HTTP/1.1" 200 115 0.037170 10.0.0.50 - - [2026-04-06 02:14:19] "GET /projects?obj_uuids=94aab8ff-dd48-4da7-af74-b1a75cecb68a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001229 10.0.0.50 - - [2026-04-06 02:14:19] "DELETE /access-control-list/1ee75ebc-221f-49de-85fc-07af2c1d0da1 HTTP/1.1" 200 115 0.030588 10.0.0.50 - - [2026-04-06 02:14:19] "GET /project/94aab8ff-dd48-4da7-af74-b1a75cecb68a?fields=application_policy_sets HTTP/1.1" 200 1397 0.037826 10.0.0.50 - - [2026-04-06 02:14:19] "DELETE /access-control-list/09cff3ee-85da-45e3-be44-e81343bae821 HTTP/1.1" 200 115 0.030106 10.0.0.50 - - [2026-04-06 02:14:20] "DELETE /project/94aab8ff-dd48-4da7-af74-b1a75cecb68a HTTP/1.1" 200 115 0.332238 10.0.0.50 - - [2026-04-06 02:14:20] "POST /neutron/network HTTP/1.1" 200 834 0.005540 10.0.0.50 - - [2026-04-06 02:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.50 - - [2026-04-06 02:14:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001926 10.0.0.50 - - [2026-04-06 02:14:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003210 10.0.0.50 - - [2026-04-06 02:14:20] "POST /neutron/network HTTP/1.1" 200 151 0.098497 10.0.0.50 - - [2026-04-06 02:14:20] "DELETE /route-target/51b4666e-c2a1-4584-a39f-3a9d7fcae0b9 HTTP/1.1" 200 115 0.015513 10.0.0.50 - - [2026-04-06 02:14:20] "POST /neutron/network HTTP/1.1" 200 827 0.006399 10.0.0.50 - - [2026-04-06 02:14:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002811 10.0.0.50 - - [2026-04-06 02:14:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002023 10.0.0.50 - - [2026-04-06 02:14:20] "POST /neutron/network HTTP/1.1" 200 151 0.074858 10.0.0.50 - - [2026-04-06 02:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.50 - - [2026-04-06 02:14:20] "DELETE /route-target/fe4e2f82-0488-4f46-92af-7d649febaaa2 HTTP/1.1" 200 115 0.016037 10.0.0.50 - - [2026-04-06 02:14:20] "GET /projects?obj_uuids=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001029 10.0.0.50 - - [2026-04-06 02:14:20] "GET /project/9f88729d-b50c-4573-ae79-68c04496bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.030199 10.0.0.50 - - [2026-04-06 02:14:20] "GET /projects?obj_uuids=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001574 10.0.0.50 - - [2026-04-06 02:14:20] "GET /project/9f88729d-b50c-4573-ae79-68c04496bfbc?fields=virtual_networks HTTP/1.1" 200 1039 0.070266 10.0.0.50 - - [2026-04-06 02:14:20] "GET /projects?obj_uuids=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001221 10.0.0.50 - - [2026-04-06 02:14:20] "GET /project/9f88729d-b50c-4573-ae79-68c04496bfbc?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.023721 10.0.0.50 - - [2026-04-06 02:14:20] "GET /projects?obj_uuids=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001029 10.0.0.50 - - [2026-04-06 02:14:20] "GET /project/9f88729d-b50c-4573-ae79-68c04496bfbc?fields=security_groups HTTP/1.1" 200 1268 0.023633 10.0.0.50 - - [2026-04-06 02:14:21] "POST /fqname-to-id HTTP/1.1" 404 196 0.033045 10.0.0.50 - - [2026-04-06 02:14:21] "GET /projects?obj_uuids=fd6e81f1-f317-4e18-8558-2bff4f3b44b7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002130 10.0.0.50 - - [2026-04-06 02:14:21] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001352 10.0.0.50 - - [2026-04-06 02:14:21] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007713 10.0.0.50 - - [2026-04-06 02:14:22] "POST /id-to-fqname HTTP/1.1" 200 198 0.002436 10.0.0.50 - - [2026-04-06 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.003308 10.0.0.50 - - [2026-04-06 02:14:22] "POST /security-groups HTTP/1.1" 200 599 0.064665 10.0.0.50 - - [2026-04-06 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 242 0.002608 10.0.0.50 - - [2026-04-06 02:14:22] "POST /projects HTTP/1.1" 200 601 0.229304 10.0.0.50 - - [2026-04-06 02:14:22] "POST /access-control-lists HTTP/1.1" 200 604 0.059368 10.0.0.50 - - [2026-04-06 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.303619 10.0.0.50 - - [2026-04-06 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 241 0.002799 10.0.0.50 - - [2026-04-06 02:14:22] "GET /project/fd6e81f1-f317-4e18-8558-2bff4f3b44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.434454 10.0.0.50 - - [2026-04-06 02:14:22] "POST /access-control-lists HTTP/1.1" 200 602 0.076001 10.0.0.50 - - [2026-04-06 02:14:23] "GET / HTTP/1.1" 200 35931 0.002112 10.0.0.50 - - [2026-04-06 02:14:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000533 10.0.0.50 - - [2026-04-06 02:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.056738 10.0.0.50 - - [2026-04-06 02:14:24] "GET /projects?obj_uuids=fd6e81f1-f317-4e18-8558-2bff4f3b44b7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000896 10.0.0.50 - - [2026-04-06 02:14:24] "GET /project/fd6e81f1-f317-4e18-8558-2bff4f3b44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.024112 10.0.0.50 - - [2026-04-06 02:14:24] "POST /neutron/network HTTP/1.1" 200 117 0.046073 10.0.0.50 - - [2026-04-06 02:14:24] "GET /projects?obj_uuids=fd6e81f1-f317-4e18-8558-2bff4f3b44b7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001308 10.0.0.50 - - [2026-04-06 02:14:24] "POST /neutron/network HTTP/1.1" 200 613 0.070944 10.0.0.50 - - [2026-04-06 02:14:24] "POST /route-targets HTTP/1.1" 200 327 0.011566 10.0.0.50 - - [2026-04-06 02:14:24] "POST /ref-update HTTP/1.1" 200 156 0.017410 10.0.0.50 - - [2026-04-06 02:14:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004889 10.0.0.50 - - [2026-04-06 02:14:24] "POST /neutron/subnet HTTP/1.1" 200 719 0.201763 10.0.0.50 - - [2026-04-06 02:14:25] "GET /obj-perms HTTP/1.1" 200 5056 0.053845 10.0.0.50 - - [2026-04-06 02:14:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000669 10.0.0.50 - - [2026-04-06 02:14:25] "POST /useragent-kv HTTP/1.1" 200 115 0.005321 10.0.0.50 - - [2026-04-06 02:14:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.142146 10.0.0.50 - - [2026-04-06 02:14:25] "POST /neutron/network HTTP/1.1" 200 1005 0.006497 10.0.0.50 - - [2026-04-06 02:14:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001156 10.0.0.50 - - [2026-04-06 02:14:25] "GET /virtual-network/7af63ba3-05bc-45b0-9b84-89280c89c20c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004578 10.0.0.50 - - [2026-04-06 02:14:25] "POST /neutron/network HTTP/1.1" 200 1005 0.007043 10.0.0.50 - - [2026-04-06 02:14:25] "GET /virtual-network/7af63ba3-05bc-45b0-9b84-89280c89c20c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004844 10.0.0.50 - - [2026-04-06 02:14:25] "POST /neutron/network HTTP/1.1" 200 1005 0.006683 10.0.0.50 - - [2026-04-06 02:14:25] "POST /neutron/subnet HTTP/1.1" 200 719 0.006850 10.0.0.50 - - [2026-04-06 02:14:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.006896 10.0.0.50 - - [2026-04-06 02:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002317 10.0.0.50 - - [2026-04-06 02:14:25] "GET /projects?obj_uuids=fd6e81f1-f317-4e18-8558-2bff4f3b44b7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000879 10.0.0.50 - - [2026-04-06 02:14:25] "GET /project/fd6e81f1-f317-4e18-8558-2bff4f3b44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.028811 10.0.0.50 - - [2026-04-06 02:14:25] "POST /neutron/network HTTP/1.1" 200 117 0.009861 10.0.0.50 - - [2026-04-06 02:14:25] "GET /projects?obj_uuids=fd6e81f1-f317-4e18-8558-2bff4f3b44b7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001029 10.0.0.50 - - [2026-04-06 02:14:25] "POST /neutron/network HTTP/1.1" 200 613 0.061405 10.0.0.50 - - [2026-04-06 02:14:25] "POST /route-targets HTTP/1.1" 200 327 0.009173 10.0.0.50 - - [2026-04-06 02:14:25] "POST /ref-update HTTP/1.1" 200 156 0.010074 10.0.0.50 - - [2026-04-06 02:14:25] "POST /useragent-kv HTTP/1.1" 200 115 0.005397 10.0.0.50 - - [2026-04-06 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.054247 10.0.0.50 - - [2026-04-06 02:14:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.179977 10.0.0.50 - - [2026-04-06 02:14:25] "GET /obj-perms HTTP/1.1" 200 5056 0.378600 10.0.0.50 - - [2026-04-06 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.003031 10.0.0.50 - - [2026-04-06 02:14:25] "POST /useragent-kv HTTP/1.1" 200 115 0.014025 10.0.0.50 - - [2026-04-06 02:14:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.219393 10.0.0.50 - - [2026-04-06 02:14:25] "POST /neutron/network HTTP/1.1" 200 1006 0.006592 10.0.0.50 - - [2026-04-06 02:14:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001325 10.0.0.50 - - [2026-04-06 02:14:25] "GET /virtual-network/b9d92c86-69ad-4ff6-92bc-f1c72bf2e321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004600 10.0.0.50 - - [2026-04-06 02:14:26] "POST /neutron/network HTTP/1.1" 200 1006 0.009589 10.0.0.50 - - [2026-04-06 02:14:26] "GET /virtual-network/b9d92c86-69ad-4ff6-92bc-f1c72bf2e321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004678 10.0.0.50 - - [2026-04-06 02:14:26] "POST /neutron/network HTTP/1.1" 200 1006 0.023543 10.0.0.50 - - [2026-04-06 02:14:26] "POST /neutron/subnet HTTP/1.1" 200 724 0.006522 10.0.0.50 - - [2026-04-06 02:14:26] "POST /neutron/subnet HTTP/1.1" 200 828 0.085549 10.0.0.50 - - [2026-04-06 02:14:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.002235 10.0.0.50 - - [2026-04-06 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002337 10.0.0.50 - - [2026-04-06 02:14:26] "GET /projects?obj_uuids=fd6e81f1-f317-4e18-8558-2bff4f3b44b7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001829 10.0.0.50 - - [2026-04-06 02:14:26] "GET /project/fd6e81f1-f317-4e18-8558-2bff4f3b44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.028999 10.0.0.50 - - [2026-04-06 02:14:26] "POST /network-policys HTTP/1.1" 200 577 0.060496 10.0.0.50 - - [2026-04-06 02:14:26] "GET /network-policy/b8154059-72c5-4a1b-86bc-8fb06a275ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004884 10.0.0.50 - - [2026-04-06 02:14:26] "POST /neutron/network HTTP/1.1" 200 1005 0.006810 10.0.0.50 - - [2026-04-06 02:14:26] "POST /fqname-to-id HTTP/1.1" 404 242 0.004815 10.0.0.50 - - [2026-04-06 02:14:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.003200 10.0.0.50 - - [2026-04-06 02:14:26] "POST /neutron/network HTTP/1.1" 200 1113 0.043577 10.0.0.50 - - [2026-04-06 02:14:26] "POST /neutron/network HTTP/1.1" 200 1113 0.041524 10.0.0.50 - - [2026-04-06 02:14:26] "POST /access-control-lists HTTP/1.1" 200 596 0.065840 10.0.0.50 - - [2026-04-06 02:14:26] "GET /virtual-network/7af63ba3-05bc-45b0-9b84-89280c89c20c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.010484 10.0.0.50 - - [2026-04-06 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002456 10.0.0.50 - - [2026-04-06 02:14:26] "GET /network-policy/b8154059-72c5-4a1b-86bc-8fb06a275ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.006304 10.0.0.50 - - [2026-04-06 02:14:26] "POST /neutron/network HTTP/1.1" 200 1006 0.007039 10.0.0.50 - - [2026-04-06 02:14:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.008273 10.0.0.50 - - [2026-04-06 02:14:26] "POST /neutron/network HTTP/1.1" 200 1114 0.083682 10.0.0.50 - - [2026-04-06 02:14:26] "PUT /access-control-list/5279dfe3-3af9-42e8-9cf0-6dd94be361a9 HTTP/1.1" 200 272 0.057903 10.0.0.50 - - [2026-04-06 02:14:26] "POST /fqname-to-id HTTP/1.1" 404 242 0.003057 10.0.0.50 - - [2026-04-06 02:14:26] "POST /neutron/network HTTP/1.1" 200 1114 0.008166 10.0.0.50 - - [2026-04-06 02:14:26] "GET /virtual-network/b9d92c86-69ad-4ff6-92bc-f1c72bf2e321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004363 10.0.0.50 - - [2026-04-06 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002205 10.0.0.50 - - [2026-04-06 02:14:26] "GET /network-policy/b8154059-72c5-4a1b-86bc-8fb06a275ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.047864 10.0.0.50 - - [2026-04-06 02:14:26] "POST /access-control-lists HTTP/1.1" 200 596 0.076690 10.0.0.50 - - [2026-04-06 02:14:27] "GET /domains HTTP/1.1" 401 292 0.000364 10.0.0.50 - - [2026-04-06 02:14:27] "POST /ref-update HTTP/1.1" 200 156 0.010239 10.0.0.50 - - [2026-04-06 02:14:27] "GET /domains HTTP/1.1" 200 280 0.028604 10.0.0.50 - - [2026-04-06 02:14:27] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001259 10.0.0.50 - - [2026-04-06 02:14:27] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2771 0.007782 10.0.0.50 - - [2026-04-06 02:14:27] "GET /projects?obj_uuids=fd6e81f1-f317-4e18-8558-2bff4f3b44b7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000858 10.0.0.50 - - [2026-04-06 02:14:27] "GET /project/fd6e81f1-f317-4e18-8558-2bff4f3b44b7 HTTP/1.1" 200 2625 0.067543 10.0.0.50 - - [2026-04-06 02:14:27] "GET /virtual-network/7af63ba3-05bc-45b0-9b84-89280c89c20c HTTP/1.1" 200 3503 0.005654 10.0.0.50 - - [2026-04-06 02:14:27] "GET /virtual-network/7af63ba3-05bc-45b0-9b84-89280c89c20c HTTP/1.1" 200 3503 0.004678 10.0.0.50 - - [2026-04-06 02:14:27] "GET /routing-instance/7cf045ed-6885-4c3e-afd7-d5581a3533d7 HTTP/1.1" 200 1795 0.004242 10.0.0.50 - - [2026-04-06 02:14:27] "GET /routing-instance/7cf045ed-6885-4c3e-afd7-d5581a3533d7 HTTP/1.1" 200 1795 0.003070 10.0.0.50 - - [2026-04-06 02:14:27] "GET /route-target/704f8c4f-49c1-4d56-a44c-103f34a682fe HTTP/1.1" 200 1212 0.002992 10.0.0.50 - - [2026-04-06 02:14:27] "GET /virtual-network/7af63ba3-05bc-45b0-9b84-89280c89c20c HTTP/1.1" 200 3503 0.004173 10.0.0.50 - - [2026-04-06 02:14:27] "GET /routing-instance/7cf045ed-6885-4c3e-afd7-d5581a3533d7 HTTP/1.1" 200 1795 0.003565 10.0.0.50 - - [2026-04-06 02:14:27] "GET /virtual-network/7af63ba3-05bc-45b0-9b84-89280c89c20c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.004719 10.0.0.50 - - [2026-04-06 02:14:27] "GET /virtual-network/7af63ba3-05bc-45b0-9b84-89280c89c20c HTTP/1.1" 200 3503 0.004271 10.0.0.50 - - [2026-04-06 02:14:27] "GET /routing-instance/7cf045ed-6885-4c3e-afd7-d5581a3533d7 HTTP/1.1" 200 1795 0.003451 10.0.0.50 - - [2026-04-06 02:14:27] "GET /routing-instance/7cf045ed-6885-4c3e-afd7-d5581a3533d7 HTTP/1.1" 200 1795 0.003698 10.0.0.50 - - [2026-04-06 02:14:27] "GET /route-target/704f8c4f-49c1-4d56-a44c-103f34a682fe HTTP/1.1" 200 1212 0.002931 10.0.0.50 - - [2026-04-06 02:14:27] "GET /domains HTTP/1.1" 200 280 0.002438 10.0.0.50 - - [2026-04-06 02:14:27] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.50 - - [2026-04-06 02:14:27] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2771 0.006309 10.0.0.50 - - [2026-04-06 02:14:27] "GET /projects?obj_uuids=fd6e81f1-f317-4e18-8558-2bff4f3b44b7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001100 10.0.0.50 - - [2026-04-06 02:14:27] "GET /project/fd6e81f1-f317-4e18-8558-2bff4f3b44b7 HTTP/1.1" 200 2625 0.065213 10.0.0.50 - - [2026-04-06 02:14:27] "GET /virtual-network/7af63ba3-05bc-45b0-9b84-89280c89c20c HTTP/1.1" 200 3503 0.004888 10.0.0.50 - - [2026-04-06 02:14:27] "GET /obj-perms HTTP/1.1" 200 5046 0.050985 10.0.0.50 - - [2026-04-06 02:14:28] "GET /domains HTTP/1.1" 200 280 0.002513 10.0.0.50 - - [2026-04-06 02:14:28] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002210 10.0.0.50 - - [2026-04-06 02:14:28] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2771 0.007611 10.0.0.50 - - [2026-04-06 02:14:28] "GET /projects?obj_uuids=fd6e81f1-f317-4e18-8558-2bff4f3b44b7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000946 10.0.0.50 - - [2026-04-06 02:14:28] "GET /project/fd6e81f1-f317-4e18-8558-2bff4f3b44b7 HTTP/1.1" 200 2625 0.069376 10.0.0.50 - - [2026-04-06 02:14:28] "GET /virtual-network/b9d92c86-69ad-4ff6-92bc-f1c72bf2e321 HTTP/1.1" 200 3507 0.008402 10.0.0.50 - - [2026-04-06 02:14:28] "GET /virtual-network/b9d92c86-69ad-4ff6-92bc-f1c72bf2e321 HTTP/1.1" 200 3507 0.009126 10.0.0.50 - - [2026-04-06 02:14:28] "GET /routing-instance/13794ee7-02d9-40ac-9427-bd714550c5f7 HTTP/1.1" 200 1795 0.005742 10.0.0.50 - - [2026-04-06 02:14:28] "GET /routing-instance/13794ee7-02d9-40ac-9427-bd714550c5f7 HTTP/1.1" 200 1795 0.004068 10.0.0.50 - - [2026-04-06 02:14:28] "GET /route-target/30b0a3d1-3861-4a99-a67f-09efab29d63c HTTP/1.1" 200 1212 0.004738 10.0.0.50 - - [2026-04-06 02:14:28] "GET /virtual-network/b9d92c86-69ad-4ff6-92bc-f1c72bf2e321 HTTP/1.1" 200 3507 0.005706 10.0.0.50 - - [2026-04-06 02:14:28] "GET /routing-instance/13794ee7-02d9-40ac-9427-bd714550c5f7 HTTP/1.1" 200 1795 0.004367 10.0.0.50 - - [2026-04-06 02:14:28] "GET /virtual-network/b9d92c86-69ad-4ff6-92bc-f1c72bf2e321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006776 10.0.0.50 - - [2026-04-06 02:14:28] "GET /virtual-network/b9d92c86-69ad-4ff6-92bc-f1c72bf2e321 HTTP/1.1" 200 3507 0.004754 10.0.0.50 - - [2026-04-06 02:14:28] "GET /routing-instance/13794ee7-02d9-40ac-9427-bd714550c5f7 HTTP/1.1" 200 1795 0.005269 10.0.0.50 - - [2026-04-06 02:14:28] "GET /routing-instance/13794ee7-02d9-40ac-9427-bd714550c5f7 HTTP/1.1" 200 1795 0.005524 10.0.0.50 - - [2026-04-06 02:14:28] "GET /route-target/30b0a3d1-3861-4a99-a67f-09efab29d63c HTTP/1.1" 200 1212 0.003557 10.0.0.50 - - [2026-04-06 02:14:28] "GET /domains HTTP/1.1" 200 280 0.002774 10.0.0.50 - - [2026-04-06 02:14:28] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001355 10.0.0.50 - - [2026-04-06 02:14:28] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2771 0.008388 10.0.0.50 - - [2026-04-06 02:14:28] "GET /projects?obj_uuids=fd6e81f1-f317-4e18-8558-2bff4f3b44b7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001025 10.0.0.50 - - [2026-04-06 02:14:28] "GET /project/fd6e81f1-f317-4e18-8558-2bff4f3b44b7 HTTP/1.1" 200 2625 0.068338 10.0.0.50 - - [2026-04-06 02:14:28] "GET /virtual-network/b9d92c86-69ad-4ff6-92bc-f1c72bf2e321 HTTP/1.1" 200 3507 0.004677 10.0.0.50 - - [2026-04-06 02:14:28] "GET /obj-perms HTTP/1.1" 200 5046 0.002877 10.0.0.50 - - [2026-04-06 02:14:28] "GET /virtual-network/b9d92c86-69ad-4ff6-92bc-f1c72bf2e321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005964 10.0.0.50 - - [2026-04-06 02:14:28] "POST /neutron/network HTTP/1.1" 200 1114 0.008686 10.0.0.50 - - [2026-04-06 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.003639 10.0.0.50 - - [2026-04-06 02:14:28] "POST /neutron/network HTTP/1.1" 200 1006 0.046397 10.0.0.50 - - [2026-04-06 02:14:28] "DELETE /access-control-list/acd56172-89a1-470a-80b5-6e46e26bfd1f HTTP/1.1" 200 115 0.034216 10.0.0.50 - - [2026-04-06 02:14:28] "POST /neutron/network HTTP/1.1" 200 1006 0.007496 10.0.0.50 - - [2026-04-06 02:14:28] "GET /virtual-network/b9d92c86-69ad-4ff6-92bc-f1c72bf2e321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005143 10.0.0.50 - - [2026-04-06 02:14:28] "POST /ref-update HTTP/1.1" 200 156 0.015764 10.0.0.50 - - [2026-04-06 02:14:28] "GET /virtual-network/7af63ba3-05bc-45b0-9b84-89280c89c20c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.008496 10.0.0.50 - - [2026-04-06 02:14:28] "POST /neutron/network HTTP/1.1" 200 1113 0.012314 10.0.0.50 - - [2026-04-06 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.003405 10.0.0.50 - - [2026-04-06 02:14:28] "POST /neutron/network HTTP/1.1" 200 1005 0.044196 10.0.0.50 - - [2026-04-06 02:14:28] "DELETE /access-control-list/5279dfe3-3af9-42e8-9cf0-6dd94be361a9 HTTP/1.1" 200 115 0.032588 10.0.0.50 - - [2026-04-06 02:14:28] "POST /neutron/network HTTP/1.1" 200 1005 0.015351 10.0.0.50 - - [2026-04-06 02:14:28] "POST /ref-update HTTP/1.1" 200 156 0.017420 10.0.0.50 - - [2026-04-06 02:14:28] "GET /virtual-network/7af63ba3-05bc-45b0-9b84-89280c89c20c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006015 10.0.0.50 - - [2026-04-06 02:14:28] "DELETE /network-policy/b8154059-72c5-4a1b-86bc-8fb06a275ff5 HTTP/1.1" 200 115 0.026971 10.0.0.50 - - [2026-04-06 02:14:28] "POST /neutron/network HTTP/1.1" 200 1006 0.009506 10.0.0.50 - - [2026-04-06 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005578 10.0.0.50 - - [2026-04-06 02:14:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004254 10.0.0.50 - - [2026-04-06 02:14:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002287 10.0.0.50 - - [2026-04-06 02:14:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002313 10.0.0.50 - - [2026-04-06 02:14:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001655 10.0.0.50 - - [2026-04-06 02:14:28] "POST /neutron/network HTTP/1.1" 200 151 0.108892 10.0.0.50 - - [2026-04-06 02:14:28] "DELETE /route-target/30b0a3d1-3861-4a99-a67f-09efab29d63c HTTP/1.1" 200 115 0.027725 10.0.0.50 - - [2026-04-06 02:14:28] "GET /routing-instance/13794ee7-02d9-40ac-9427-bd714550c5f7 HTTP/1.1" 404 171 0.006410 10.0.0.50 - - [2026-04-06 02:14:28] "GET /domains HTTP/1.1" 200 280 0.004323 10.0.0.50 - - [2026-04-06 02:14:28] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001102 10.0.0.50 - - [2026-04-06 02:14:28] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2771 0.048501 10.0.0.50 - - [2026-04-06 02:14:28] "GET /projects?obj_uuids=fd6e81f1-f317-4e18-8558-2bff4f3b44b7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.50 - - [2026-04-06 02:14:28] "GET /project/fd6e81f1-f317-4e18-8558-2bff4f3b44b7 HTTP/1.1" 200 2145 0.064258 10.0.0.50 - - [2026-04-06 02:14:29] "POST /neutron/network HTTP/1.1" 200 1005 0.009257 10.0.0.50 - - [2026-04-06 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.50 - - [2026-04-06 02:14:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003557 10.0.0.50 - - [2026-04-06 02:14:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002147 10.0.0.50 - - [2026-04-06 02:14:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002129 10.0.0.50 - - [2026-04-06 02:14:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002300 10.0.0.50 - - [2026-04-06 02:14:29] "POST /neutron/network HTTP/1.1" 200 151 0.096144 10.0.0.50 - - [2026-04-06 02:14:29] "DELETE /route-target/704f8c4f-49c1-4d56-a44c-103f34a682fe HTTP/1.1" 200 115 0.033077 10.0.0.50 - - [2026-04-06 02:14:29] "GET /routing-instance/7cf045ed-6885-4c3e-afd7-d5581a3533d7 HTTP/1.1" 404 171 0.002937 10.0.0.50 - - [2026-04-06 02:14:29] "GET /domains HTTP/1.1" 200 280 0.002495 10.0.0.50 - - [2026-04-06 02:14:29] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.50 - - [2026-04-06 02:14:29] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2771 0.050186 10.0.0.50 - - [2026-04-06 02:14:29] "GET /projects?obj_uuids=fd6e81f1-f317-4e18-8558-2bff4f3b44b7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001365 10.0.0.50 - - [2026-04-06 02:14:29] "GET /project/fd6e81f1-f317-4e18-8558-2bff4f3b44b7 HTTP/1.1" 200 1900 0.069747 10.0.0.50 - - [2026-04-06 02:14:29] "GET /projects?obj_uuids=fd6e81f1-f317-4e18-8558-2bff4f3b44b7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001515 10.0.0.50 - - [2026-04-06 02:14:29] "GET /project/fd6e81f1-f317-4e18-8558-2bff4f3b44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.028545 10.0.0.50 - - [2026-04-06 02:14:29] "GET /projects?obj_uuids=fd6e81f1-f317-4e18-8558-2bff4f3b44b7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001094 10.0.0.50 - - [2026-04-06 02:14:29] "GET /project/fd6e81f1-f317-4e18-8558-2bff4f3b44b7?fields=virtual_networks HTTP/1.1" 200 1048 0.071676 10.0.0.50 - - [2026-04-06 02:14:29] "GET /projects?obj_uuids=fd6e81f1-f317-4e18-8558-2bff4f3b44b7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001347 10.0.0.50 - - [2026-04-06 02:14:29] "GET /project/fd6e81f1-f317-4e18-8558-2bff4f3b44b7?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.028713 10.0.0.50 - - [2026-04-06 02:14:29] "GET /projects?obj_uuids=fd6e81f1-f317-4e18-8558-2bff4f3b44b7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000978 10.0.0.50 - - [2026-04-06 02:14:29] "GET /project/fd6e81f1-f317-4e18-8558-2bff4f3b44b7?fields=security_groups HTTP/1.1" 200 1282 0.025828 10.0.0.50 - - [2026-04-06 02:14:30] "POST /fqname-to-id HTTP/1.1" 404 204 0.026097 10.0.0.50 - - [2026-04-06 02:14:30] "GET /projects?obj_uuids=cc782f13-1880-485f-885d-49ae0e49fb01&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002579 10.0.0.50 - - [2026-04-06 02:14:30] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001527 10.0.0.50 - - [2026-04-06 02:14:30] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008993 10.0.0.50 - - [2026-04-06 02:14:30] "POST /id-to-fqname HTTP/1.1" 200 206 0.001684 10.0.0.50 - - [2026-04-06 02:14:30] "POST /fqname-to-id HTTP/1.1" 404 215 0.003045 10.0.0.50 - - [2026-04-06 02:14:30] "POST /security-groups HTTP/1.1" 200 607 0.060618 10.0.0.50 - - [2026-04-06 02:14:30] "POST /fqname-to-id HTTP/1.1" 404 250 0.002554 10.0.0.50 - - [2026-04-06 02:14:31] "POST /projects HTTP/1.1" 200 617 0.205621 10.0.0.50 - - [2026-04-06 02:14:31] "POST /access-control-lists HTTP/1.1" 200 612 0.059397 10.0.0.50 - - [2026-04-06 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.278507 10.0.0.50 - - [2026-04-06 02:14:31] "POST /fqname-to-id HTTP/1.1" 404 249 0.003059 10.0.0.50 - - [2026-04-06 02:14:31] "GET /project/cc782f13-1880-485f-885d-49ae0e49fb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.407847 10.0.0.50 - - [2026-04-06 02:14:31] "POST /access-control-lists HTTP/1.1" 200 610 0.068410 10.0.0.50 - - [2026-04-06 02:14:32] "GET / HTTP/1.1" 200 35931 0.001865 10.0.0.50 - - [2026-04-06 02:14:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.50 - - [2026-04-06 02:14:33] "POST /fqname-to-id HTTP/1.1" 404 233 0.059919 10.0.0.50 - - [2026-04-06 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002505 10.0.0.50 - - [2026-04-06 02:14:33] "GET /projects?obj_uuids=cc782f13-1880-485f-885d-49ae0e49fb01&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001138 10.0.0.50 - - [2026-04-06 02:14:33] "GET /project/cc782f13-1880-485f-885d-49ae0e49fb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.025319 10.0.0.50 - - [2026-04-06 02:14:33] "POST /network-policys HTTP/1.1" 200 567 0.060480 10.0.0.50 - - [2026-04-06 02:14:33] "GET /network-policy/5eb91eea-f7e7-44d7-be69-15ce1731106a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.004874 10.0.0.50 - - [2026-04-06 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.50 - - [2026-04-06 02:14:33] "GET /projects?obj_uuids=cc782f13-1880-485f-885d-49ae0e49fb01&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001071 10.0.0.50 - - [2026-04-06 02:14:33] "GET /project/cc782f13-1880-485f-885d-49ae0e49fb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.023562 10.0.0.50 - - [2026-04-06 02:14:33] "POST /neutron/network HTTP/1.1" 200 117 0.033566 10.0.0.50 - - [2026-04-06 02:14:33] "GET /projects?obj_uuids=cc782f13-1880-485f-885d-49ae0e49fb01&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000982 10.0.0.50 - - [2026-04-06 02:14:34] "POST /neutron/network HTTP/1.1" 200 623 0.066462 10.0.0.50 - - [2026-04-06 02:14:34] "POST /route-targets HTTP/1.1" 200 327 0.011055 10.0.0.50 - - [2026-04-06 02:14:34] "POST /ref-update HTTP/1.1" 200 156 0.014986 10.0.0.50 - - [2026-04-06 02:14:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003598 10.0.0.50 - - [2026-04-06 02:14:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.176650 10.0.0.50 - - [2026-04-06 02:14:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.003093 10.0.0.50 - - [2026-04-06 02:14:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004362 10.0.0.50 - - [2026-04-06 02:14:34] "POST /neutron/subnet HTTP/1.1" 200 828 0.177581 10.0.0.50 - - [2026-04-06 02:14:34] "POST /neutron/network HTTP/1.1" 200 1016 0.007663 10.0.0.50 - - [2026-04-06 02:14:34] "POST /id-to-fqname HTTP/1.1" 200 237 0.001222 10.0.0.50 - - [2026-04-06 02:14:34] "GET /virtual-network/6e18aa1a-7b89-4a9e-987f-9873a5f393ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.004790 10.0.0.50 - - [2026-04-06 02:14:34] "POST /neutron/network HTTP/1.1" 200 1016 0.007929 10.0.0.50 - - [2026-04-06 02:14:34] "GET /virtual-network/6e18aa1a-7b89-4a9e-987f-9873a5f393ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.004664 10.0.0.50 - - [2026-04-06 02:14:34] "POST /neutron/network HTTP/1.1" 200 1016 0.009541 10.0.0.50 - - [2026-04-06 02:14:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.007655 10.0.0.50 - - [2026-04-06 02:14:34] "POST /neutron/subnet HTTP/1.1" 200 828 0.009696 10.0.0.50 - - [2026-04-06 02:14:34] "POST /neutron/network HTTP/1.1" 200 1016 0.008800 10.0.0.50 - - [2026-04-06 02:14:34] "POST /fqname-to-id HTTP/1.1" 404 252 0.002940 10.0.0.50 - - [2026-04-06 02:14:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.004784 10.0.0.50 - - [2026-04-06 02:14:34] "POST /neutron/network HTTP/1.1" 200 1123 0.044453 10.0.0.50 - - [2026-04-06 02:14:34] "POST /neutron/network HTTP/1.1" 200 1123 0.047584 10.0.0.50 - - [2026-04-06 02:14:34] "GET /virtual-network/6e18aa1a-7b89-4a9e-987f-9873a5f393ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2982 0.005081 10.0.0.50 - - [2026-04-06 02:14:34] "POST /access-control-lists HTTP/1.1" 200 607 0.085021 10.0.0.50 - - [2026-04-06 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.50 - - [2026-04-06 02:14:34] "GET /network-policy/5eb91eea-f7e7-44d7-be69-15ce1731106a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.004898 10.0.0.50 - - [2026-04-06 02:14:34] "GET /domains HTTP/1.1" 401 292 0.000584 10.0.0.50 - - [2026-04-06 02:14:35] "GET /domains HTTP/1.1" 200 280 0.032864 10.0.0.50 - - [2026-04-06 02:14:35] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001092 10.0.0.50 - - [2026-04-06 02:14:35] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2973 0.007935 10.0.0.50 - - [2026-04-06 02:14:35] "GET /projects?obj_uuids=cc782f13-1880-485f-885d-49ae0e49fb01&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000911 10.0.0.50 - - [2026-04-06 02:14:35] "GET /project/cc782f13-1880-485f-885d-49ae0e49fb01 HTTP/1.1" 200 2458 0.062751 10.0.0.50 - - [2026-04-06 02:14:35] "GET /virtual-network/6e18aa1a-7b89-4a9e-987f-9873a5f393ce HTTP/1.1" 200 3544 0.006541 10.0.0.50 - - [2026-04-06 02:14:35] "GET /virtual-network/6e18aa1a-7b89-4a9e-987f-9873a5f393ce HTTP/1.1" 200 3544 0.004472 10.0.0.50 - - [2026-04-06 02:14:35] "GET /routing-instance/cf4e7b04-83e6-4695-822c-1ccbef497cf2 HTTP/1.1" 200 1495 0.003160 10.0.0.50 - - [2026-04-06 02:14:35] "GET /routing-instance/cf4e7b04-83e6-4695-822c-1ccbef497cf2 HTTP/1.1" 200 1495 0.002935 10.0.0.50 - - [2026-04-06 02:14:35] "GET /route-target/3d3c8366-7686-4492-8851-8cd0d1afb5f1 HTTP/1.1" 200 1221 0.002560 10.0.0.50 - - [2026-04-06 02:14:35] "GET /virtual-network/6e18aa1a-7b89-4a9e-987f-9873a5f393ce HTTP/1.1" 200 3544 0.004131 10.0.0.50 - - [2026-04-06 02:14:35] "GET /routing-instance/cf4e7b04-83e6-4695-822c-1ccbef497cf2 HTTP/1.1" 200 1495 0.003376 10.0.0.50 - - [2026-04-06 02:14:35] "GET /virtual-network/6e18aa1a-7b89-4a9e-987f-9873a5f393ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2982 0.004484 10.0.0.50 - - [2026-04-06 02:14:35] "GET /virtual-network/6e18aa1a-7b89-4a9e-987f-9873a5f393ce HTTP/1.1" 200 3544 0.004454 10.0.0.50 - - [2026-04-06 02:14:35] "GET /routing-instance/cf4e7b04-83e6-4695-822c-1ccbef497cf2 HTTP/1.1" 200 1495 0.003545 10.0.0.50 - - [2026-04-06 02:14:35] "GET /routing-instance/cf4e7b04-83e6-4695-822c-1ccbef497cf2 HTTP/1.1" 200 1495 0.003231 10.0.0.50 - - [2026-04-06 02:14:35] "GET /route-target/3d3c8366-7686-4492-8851-8cd0d1afb5f1 HTTP/1.1" 200 1221 0.002989 10.0.0.50 - - [2026-04-06 02:14:35] "GET /domains HTTP/1.1" 200 280 0.002618 10.0.0.50 - - [2026-04-06 02:14:35] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.50 - - [2026-04-06 02:14:35] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2973 0.008162 10.0.0.50 - - [2026-04-06 02:14:35] "GET /projects?obj_uuids=cc782f13-1880-485f-885d-49ae0e49fb01&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001237 10.0.0.50 - - [2026-04-06 02:14:35] "GET /project/cc782f13-1880-485f-885d-49ae0e49fb01 HTTP/1.1" 200 2458 0.068095 10.0.0.50 - - [2026-04-06 02:14:35] "GET /virtual-network/6e18aa1a-7b89-4a9e-987f-9873a5f393ce HTTP/1.1" 200 3544 0.005701 10.0.0.50 - - [2026-04-06 02:14:35] "GET /obj-perms HTTP/1.1" 200 5062 0.074779 10.0.0.50 - - [2026-04-06 02:14:35] "GET /domains HTTP/1.1" 200 280 0.002751 10.0.0.50 - - [2026-04-06 02:14:35] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.50 - - [2026-04-06 02:14:35] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2973 0.006657 10.0.0.50 - - [2026-04-06 02:14:35] "GET /projects?obj_uuids=cc782f13-1880-485f-885d-49ae0e49fb01&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001050 10.0.0.50 - - [2026-04-06 02:14:35] "GET /project/cc782f13-1880-485f-885d-49ae0e49fb01 HTTP/1.1" 200 2458 0.071010 10.0.0.50 - - [2026-04-06 02:14:36] "GET /network-policy/5eb91eea-f7e7-44d7-be69-15ce1731106a HTTP/1.1" 200 3479 0.011613 10.0.0.50 - - [2026-04-06 02:14:36] "DELETE /network-policy/5eb91eea-f7e7-44d7-be69-15ce1731106a HTTP/1.1" 409 238 0.006066 10.0.0.50 - - [2026-04-06 02:14:36] "POST /neutron/network HTTP/1.1" 200 1123 0.009995 10.0.0.50 - - [2026-04-06 02:14:36] "DELETE /access-control-list/998733c3-0a6d-46db-bcf6-7ee74a8d13f0 HTTP/1.1" 200 115 0.040372 10.0.0.50 - - [2026-04-06 02:14:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004307 10.0.0.50 - - [2026-04-06 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004869 10.0.0.50 - - [2026-04-06 02:14:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003801 10.0.0.50 - - [2026-04-06 02:14:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002304 10.0.0.50 - - [2026-04-06 02:14:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002021 10.0.0.50 - - [2026-04-06 02:14:36] "POST /neutron/network HTTP/1.1" 200 151 0.119828 10.0.0.50 - - [2026-04-06 02:14:36] "GET /routing-instance/cf4e7b04-83e6-4695-822c-1ccbef497cf2 HTTP/1.1" 404 171 0.004176 10.0.0.50 - - [2026-04-06 02:14:36] "GET /domains HTTP/1.1" 200 280 0.003353 10.0.0.50 - - [2026-04-06 02:14:36] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001307 10.0.0.50 - - [2026-04-06 02:14:36] "DELETE /route-target/3d3c8366-7686-4492-8851-8cd0d1afb5f1 HTTP/1.1" 200 115 0.028962 10.0.0.50 - - [2026-04-06 02:14:36] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2973 0.053989 10.0.0.50 - - [2026-04-06 02:14:36] "GET /projects?obj_uuids=cc782f13-1880-485f-885d-49ae0e49fb01&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001399 10.0.0.50 - - [2026-04-06 02:14:36] "GET /project/cc782f13-1880-485f-885d-49ae0e49fb01 HTTP/1.1" 200 2204 0.065570 10.0.0.50 - - [2026-04-06 02:14:36] "DELETE /network-policy/5eb91eea-f7e7-44d7-be69-15ce1731106a HTTP/1.1" 200 115 0.022802 10.0.0.50 - - [2026-04-06 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.50 - - [2026-04-06 02:14:36] "GET /projects?obj_uuids=cc782f13-1880-485f-885d-49ae0e49fb01&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001040 10.0.0.50 - - [2026-04-06 02:14:36] "GET /project/cc782f13-1880-485f-885d-49ae0e49fb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.024715 10.0.0.50 - - [2026-04-06 02:14:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-38153332&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004123 10.0.0.50 - - [2026-04-06 02:14:37] "GET /projects?obj_uuids=cc782f13-1880-485f-885d-49ae0e49fb01&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001671 10.0.0.50 - - [2026-04-06 02:14:37] "GET /project/cc782f13-1880-485f-885d-49ae0e49fb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.029272 10.0.0.50 - - [2026-04-06 02:14:37] "GET /projects?obj_uuids=cc782f13-1880-485f-885d-49ae0e49fb01&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001410 10.0.0.50 - - [2026-04-06 02:14:37] "GET /project/cc782f13-1880-485f-885d-49ae0e49fb01?fields=virtual_networks HTTP/1.1" 200 1064 0.071942 10.0.0.50 - - [2026-04-06 02:14:37] "GET /projects?obj_uuids=cc782f13-1880-485f-885d-49ae0e49fb01&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001372 10.0.0.50 - - [2026-04-06 02:14:37] "GET /project/cc782f13-1880-485f-885d-49ae0e49fb01?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.039322 10.0.0.50 - - [2026-04-06 02:14:37] "GET /projects?obj_uuids=cc782f13-1880-485f-885d-49ae0e49fb01&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002075 10.0.0.50 - - [2026-04-06 02:14:37] "GET /project/cc782f13-1880-485f-885d-49ae0e49fb01?fields=security_groups HTTP/1.1" 200 1306 0.038236 10.0.0.50 - - [2026-04-06 02:14:38] "POST /fqname-to-id HTTP/1.1" 404 190 0.032883 10.0.0.50 - - [2026-04-06 02:14:38] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002379 10.0.0.50 - - [2026-04-06 02:14:38] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001366 10.0.0.50 - - [2026-04-06 02:14:38] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008088 10.0.0.50 - - [2026-04-06 02:14:38] "POST /id-to-fqname HTTP/1.1" 200 192 0.001187 10.0.0.50 - - [2026-04-06 02:14:38] "POST /fqname-to-id HTTP/1.1" 404 201 0.004214 10.0.0.50 - - [2026-04-06 02:14:38] "POST /security-groups HTTP/1.1" 200 593 0.069108 10.0.0.50 - - [2026-04-06 02:14:38] "POST /fqname-to-id HTTP/1.1" 404 236 0.004419 10.0.0.50 - - [2026-04-06 02:14:38] "POST /projects HTTP/1.1" 200 589 0.221991 10.0.0.50 - - [2026-04-06 02:14:38] "POST /access-control-lists HTTP/1.1" 200 598 0.059130 10.0.0.50 - - [2026-04-06 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.300574 10.0.0.50 - - [2026-04-06 02:14:38] "POST /fqname-to-id HTTP/1.1" 404 235 0.002630 10.0.0.50 - - [2026-04-06 02:14:38] "GET /project/946e29e8-5882-4f0d-98ff-5ea5020b432b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.435223 10.0.0.50 - - [2026-04-06 02:14:38] "POST /access-control-lists HTTP/1.1" 200 596 0.078406 10.0.0.50 - - [2026-04-06 02:14:39] "GET / HTTP/1.1" 200 35931 0.001828 10.0.0.50 - - [2026-04-06 02:14:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.50 - - [2026-04-06 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.064650 10.0.0.50 - - [2026-04-06 02:14:40] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000969 10.0.0.50 - - [2026-04-06 02:14:40] "GET /project/946e29e8-5882-4f0d-98ff-5ea5020b432b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.024587 10.0.0.50 - - [2026-04-06 02:14:41] "POST /neutron/network HTTP/1.1" 200 117 0.038060 10.0.0.50 - - [2026-04-06 02:14:41] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001103 10.0.0.50 - - [2026-04-06 02:14:41] "POST /neutron/network HTTP/1.1" 200 607 0.066895 10.0.0.50 - - [2026-04-06 02:14:41] "POST /route-targets HTTP/1.1" 200 327 0.011704 10.0.0.50 - - [2026-04-06 02:14:41] "POST /ref-update HTTP/1.1" 200 156 0.009899 10.0.0.50 - - [2026-04-06 02:14:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002832 10.0.0.50 - - [2026-04-06 02:14:41] "POST /neutron/subnet HTTP/1.1" 200 729 0.136578 10.0.0.50 - - [2026-04-06 02:14:41] "POST /neutron/network HTTP/1.1" 200 827 0.005577 10.0.0.50 - - [2026-04-06 02:14:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001230 10.0.0.50 - - [2026-04-06 02:14:41] "GET /virtual-network/1f55b6d6-d7ae-4165-a986-45c168412e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005151 10.0.0.50 - - [2026-04-06 02:14:41] "POST /neutron/network HTTP/1.1" 200 827 0.005723 10.0.0.50 - - [2026-04-06 02:14:41] "GET /virtual-network/1f55b6d6-d7ae-4165-a986-45c168412e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005756 10.0.0.50 - - [2026-04-06 02:14:41] "POST /neutron/network HTTP/1.1" 200 827 0.005765 10.0.0.50 - - [2026-04-06 02:14:41] "POST /neutron/subnet HTTP/1.1" 200 729 0.006408 10.0.0.50 - - [2026-04-06 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002444 10.0.0.50 - - [2026-04-06 02:14:41] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001154 10.0.0.50 - - [2026-04-06 02:14:41] "GET /project/946e29e8-5882-4f0d-98ff-5ea5020b432b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.027015 10.0.0.50 - - [2026-04-06 02:14:41] "POST /neutron/network HTTP/1.1" 200 117 0.009848 10.0.0.50 - - [2026-04-06 02:14:41] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001087 10.0.0.50 - - [2026-04-06 02:14:41] "POST /neutron/network HTTP/1.1" 200 607 0.070620 10.0.0.50 - - [2026-04-06 02:14:41] "POST /route-targets HTTP/1.1" 200 327 0.010238 10.0.0.50 - - [2026-04-06 02:14:41] "POST /ref-update HTTP/1.1" 200 156 0.011184 10.0.0.50 - - [2026-04-06 02:14:41] "POST /useragent-kv HTTP/1.1" 200 115 0.005139 10.0.0.50 - - [2026-04-06 02:14:41] "POST /neutron/subnet HTTP/1.1" 200 720 0.206563 10.0.0.50 - - [2026-04-06 02:14:41] "POST /neutron/network HTTP/1.1" 200 825 0.005183 10.0.0.50 - - [2026-04-06 02:14:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001161 10.0.0.50 - - [2026-04-06 02:14:41] "GET /virtual-network/ac54d15e-8b6f-4ddd-8e2a-91376af5d266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004508 10.0.0.50 - - [2026-04-06 02:14:41] "POST /neutron/network HTTP/1.1" 200 825 0.006934 10.0.0.50 - - [2026-04-06 02:14:41] "GET /virtual-network/ac54d15e-8b6f-4ddd-8e2a-91376af5d266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006082 10.0.0.50 - - [2026-04-06 02:14:42] "POST /neutron/network HTTP/1.1" 200 825 0.005603 10.0.0.50 - - [2026-04-06 02:14:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.006253 10.0.0.50 - - [2026-04-06 02:14:42] "POST /fqname-to-id HTTP/1.1" 404 228 0.002292 10.0.0.50 - - [2026-04-06 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.50 - - [2026-04-06 02:14:42] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001330 10.0.0.50 - - [2026-04-06 02:14:42] "GET /project/946e29e8-5882-4f0d-98ff-5ea5020b432b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.024257 10.0.0.50 - - [2026-04-06 02:14:42] "POST /network-policys HTTP/1.1" 200 571 0.016101 10.0.0.50 - - [2026-04-06 02:14:42] "GET /network-policy/2442e2f7-bb8b-4e2e-a64d-6875b6383aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004515 10.0.0.50 - - [2026-04-06 02:14:42] "POST /neutron/network HTTP/1.1" 200 827 0.006142 10.0.0.50 - - [2026-04-06 02:14:42] "POST /fqname-to-id HTTP/1.1" 404 236 0.003431 10.0.0.50 - - [2026-04-06 02:14:42] "POST /neutron/network HTTP/1.1" 200 929 0.055898 10.0.0.50 - - [2026-04-06 02:14:42] "POST /neutron/network HTTP/1.1" 200 929 0.005817 10.0.0.50 - - [2026-04-06 02:14:42] "GET /virtual-network/1f55b6d6-d7ae-4165-a986-45c168412e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.038889 10.0.0.50 - - [2026-04-06 02:14:42] "POST /access-control-lists HTTP/1.1" 200 590 0.080667 10.0.0.50 - - [2026-04-06 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.010040 10.0.0.50 - - [2026-04-06 02:14:42] "GET /network-policy/2442e2f7-bb8b-4e2e-a64d-6875b6383aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003981 10.0.0.50 - - [2026-04-06 02:14:42] "POST /neutron/network HTTP/1.1" 200 825 0.014021 10.0.0.50 - - [2026-04-06 02:14:42] "POST /neutron/network HTTP/1.1" 200 927 0.036932 10.0.0.50 - - [2026-04-06 02:14:42] "PUT /access-control-list/91c2391b-732c-400f-b76e-95e55cad8bd7 HTTP/1.1" 200 272 0.012593 10.0.0.50 - - [2026-04-06 02:14:42] "POST /fqname-to-id HTTP/1.1" 404 236 0.003370 10.0.0.50 - - [2026-04-06 02:14:42] "POST /neutron/network HTTP/1.1" 200 927 0.006191 10.0.0.50 - - [2026-04-06 02:14:42] "GET /virtual-network/ac54d15e-8b6f-4ddd-8e2a-91376af5d266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004887 10.0.0.50 - - [2026-04-06 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.50 - - [2026-04-06 02:14:42] "GET /network-policy/2442e2f7-bb8b-4e2e-a64d-6875b6383aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.028635 10.0.0.50 - - [2026-04-06 02:14:42] "POST /access-control-lists HTTP/1.1" 200 590 0.058378 10.0.0.50 - - [2026-04-06 02:14:42] "GET /domains HTTP/1.1" 401 292 0.000453 10.0.0.50 - - [2026-04-06 02:14:42] "POST /ref-update HTTP/1.1" 200 156 0.013372 10.0.0.50 - - [2026-04-06 02:14:43] "GET /domains HTTP/1.1" 200 280 0.029168 10.0.0.50 - - [2026-04-06 02:14:43] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001048 10.0.0.50 - - [2026-04-06 02:14:43] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 3161 0.008697 10.0.0.50 - - [2026-04-06 02:14:43] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001896 10.0.0.50 - - [2026-04-06 02:14:43] "GET /project/946e29e8-5882-4f0d-98ff-5ea5020b432b HTTP/1.1" 200 2572 0.070291 10.0.0.50 - - [2026-04-06 02:14:43] "GET /virtual-network/1f55b6d6-d7ae-4165-a986-45c168412e8c HTTP/1.1" 200 2895 0.009026 10.0.0.50 - - [2026-04-06 02:14:43] "GET /virtual-network/1f55b6d6-d7ae-4165-a986-45c168412e8c HTTP/1.1" 200 2895 0.005365 10.0.0.50 - - [2026-04-06 02:14:43] "GET /routing-instance/85e234a1-82a9-4db9-b437-dc30a2b8677d HTTP/1.1" 200 1783 0.017034 10.0.0.50 - - [2026-04-06 02:14:43] "GET /routing-instance/85e234a1-82a9-4db9-b437-dc30a2b8677d HTTP/1.1" 200 1783 0.003814 10.0.0.50 - - [2026-04-06 02:14:43] "GET /route-target/e7dd315a-182c-433b-b79c-dea93851ddcf HTTP/1.1" 200 1207 0.009760 10.0.0.50 - - [2026-04-06 02:14:43] "GET /virtual-network/1f55b6d6-d7ae-4165-a986-45c168412e8c HTTP/1.1" 200 2895 0.006852 10.0.0.50 - - [2026-04-06 02:14:43] "GET /routing-instance/85e234a1-82a9-4db9-b437-dc30a2b8677d HTTP/1.1" 200 1783 0.006985 10.0.0.50 - - [2026-04-06 02:14:43] "GET /virtual-network/1f55b6d6-d7ae-4165-a986-45c168412e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006378 10.0.0.50 - - [2026-04-06 02:14:43] "GET /virtual-network/1f55b6d6-d7ae-4165-a986-45c168412e8c HTTP/1.1" 200 2895 0.006047 10.0.0.50 - - [2026-04-06 02:14:43] "GET /routing-instance/85e234a1-82a9-4db9-b437-dc30a2b8677d HTTP/1.1" 200 1783 0.004586 10.0.0.50 - - [2026-04-06 02:14:43] "GET /routing-instance/85e234a1-82a9-4db9-b437-dc30a2b8677d HTTP/1.1" 200 1783 0.003976 10.0.0.50 - - [2026-04-06 02:14:43] "GET /route-target/e7dd315a-182c-433b-b79c-dea93851ddcf HTTP/1.1" 200 1207 0.003489 10.0.0.50 - - [2026-04-06 02:14:43] "GET /domains HTTP/1.1" 200 280 0.003105 10.0.0.50 - - [2026-04-06 02:14:43] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000925 10.0.0.50 - - [2026-04-06 02:14:43] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 3161 0.006825 10.0.0.50 - - [2026-04-06 02:14:43] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000921 10.0.0.50 - - [2026-04-06 02:14:43] "GET /project/946e29e8-5882-4f0d-98ff-5ea5020b432b HTTP/1.1" 200 2572 0.065325 10.0.0.50 - - [2026-04-06 02:14:43] "GET /virtual-network/1f55b6d6-d7ae-4165-a986-45c168412e8c HTTP/1.1" 200 2895 0.004507 10.0.0.50 - - [2026-04-06 02:14:43] "GET /obj-perms HTTP/1.1" 200 5034 0.075830 10.0.0.50 - - [2026-04-06 02:14:43] "GET /domains HTTP/1.1" 200 280 0.002674 10.0.0.50 - - [2026-04-06 02:14:43] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.50 - - [2026-04-06 02:14:43] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 3161 0.007051 10.0.0.50 - - [2026-04-06 02:14:43] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001145 10.0.0.50 - - [2026-04-06 02:14:43] "GET /project/946e29e8-5882-4f0d-98ff-5ea5020b432b HTTP/1.1" 200 2572 0.064366 10.0.0.50 - - [2026-04-06 02:14:43] "GET /virtual-network/ac54d15e-8b6f-4ddd-8e2a-91376af5d266 HTTP/1.1" 200 2890 0.007727 10.0.0.50 - - [2026-04-06 02:14:43] "GET /virtual-network/ac54d15e-8b6f-4ddd-8e2a-91376af5d266 HTTP/1.1" 200 2890 0.004284 10.0.0.50 - - [2026-04-06 02:14:44] "GET /routing-instance/82674e59-e0a5-4287-99e0-072f64627e65 HTTP/1.1" 200 1783 0.003288 10.0.0.50 - - [2026-04-06 02:14:44] "GET /routing-instance/82674e59-e0a5-4287-99e0-072f64627e65 HTTP/1.1" 200 1783 0.003136 10.0.0.50 - - [2026-04-06 02:14:44] "GET /route-target/8e6a20ad-6cbf-4180-b194-824489033e66 HTTP/1.1" 200 1207 0.003213 10.0.0.50 - - [2026-04-06 02:14:44] "GET /virtual-network/ac54d15e-8b6f-4ddd-8e2a-91376af5d266 HTTP/1.1" 200 2890 0.004311 10.0.0.50 - - [2026-04-06 02:14:44] "GET /routing-instance/82674e59-e0a5-4287-99e0-072f64627e65 HTTP/1.1" 200 1783 0.003432 10.0.0.50 - - [2026-04-06 02:14:44] "GET /virtual-network/ac54d15e-8b6f-4ddd-8e2a-91376af5d266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004709 10.0.0.50 - - [2026-04-06 02:14:44] "GET /virtual-network/ac54d15e-8b6f-4ddd-8e2a-91376af5d266 HTTP/1.1" 200 2890 0.004694 10.0.0.50 - - [2026-04-06 02:14:44] "GET /routing-instance/82674e59-e0a5-4287-99e0-072f64627e65 HTTP/1.1" 200 1783 0.003446 10.0.0.50 - - [2026-04-06 02:14:44] "GET /routing-instance/82674e59-e0a5-4287-99e0-072f64627e65 HTTP/1.1" 200 1783 0.003403 10.0.0.50 - - [2026-04-06 02:14:44] "GET /route-target/8e6a20ad-6cbf-4180-b194-824489033e66 HTTP/1.1" 200 1207 0.003032 10.0.0.50 - - [2026-04-06 02:14:44] "GET /domains HTTP/1.1" 200 280 0.002880 10.0.0.50 - - [2026-04-06 02:14:44] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000961 10.0.0.50 - - [2026-04-06 02:14:44] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 3161 0.006276 10.0.0.50 - - [2026-04-06 02:14:44] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001102 10.0.0.50 - - [2026-04-06 02:14:44] "GET /project/946e29e8-5882-4f0d-98ff-5ea5020b432b HTTP/1.1" 200 2572 0.065109 10.0.0.50 - - [2026-04-06 02:14:44] "GET /virtual-network/ac54d15e-8b6f-4ddd-8e2a-91376af5d266 HTTP/1.1" 200 2890 0.004757 10.0.0.50 - - [2026-04-06 02:14:44] "GET /obj-perms HTTP/1.1" 200 5034 0.002887 10.0.0.50 - - [2026-04-06 02:14:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001500 10.0.0.50 - - [2026-04-06 02:14:44] "POST /neutron/network HTTP/1.1" 200 939 0.006118 10.0.0.50 - - [2026-04-06 02:14:44] "GET /aaa-mode HTTP/1.1" 401 292 0.000432 10.0.0.50 - - [2026-04-06 02:14:44] "GET / HTTP/1.1" 200 35931 0.001669 10.0.0.50 - - [2026-04-06 02:14:44] "GET /project/946e29e8-5882-4f0d-98ff-5ea5020b432b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000396 10.0.0.50 - - [2026-04-06 02:14:45] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001036 10.0.0.50 - - [2026-04-06 02:14:45] "GET /project/946e29e8-5882-4f0d-98ff-5ea5020b432b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.050831 10.0.0.50 - - [2026-04-06 02:14:45] "POST /neutron/network HTTP/1.1" 200 929 0.005709 10.0.0.50 - - [2026-04-06 02:14:45] "POST /neutron/port HTTP/1.1" 200 117 0.005751 10.0.0.50 - - [2026-04-06 02:14:45] "POST /neutron/port HTTP/1.1" 200 117 0.005003 10.0.0.50 - - [2026-04-06 02:14:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001330 10.0.0.50 - - [2026-04-06 02:14:45] "POST /neutron/port HTTP/1.1" 200 117 0.005080 10.0.0.50 - - [2026-04-06 02:14:45] "POST /neutron/network HTTP/1.1" 200 937 0.005779 10.0.0.50 - - [2026-04-06 02:14:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000445 10.0.0.50 - - [2026-04-06 02:14:45] "POST /neutron/network HTTP/1.1" 200 939 0.007305 10.0.0.50 - - [2026-04-06 02:14:45] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001076 10.0.0.50 - - [2026-04-06 02:14:45] "GET / HTTP/1.1" 200 35931 0.001739 10.0.0.50 - - [2026-04-06 02:14:45] "GET /project/946e29e8-5882-4f0d-98ff-5ea5020b432b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000447 10.0.0.50 - - [2026-04-06 02:14:45] "POST /neutron/port HTTP/1.1" 200 1063 0.201013 10.0.0.50 - - [2026-04-06 02:14:45] "POST /neutron/port HTTP/1.1" 200 1063 0.011349 10.0.0.50 - - [2026-04-06 02:14:46] "POST /neutron/port HTTP/1.1" 200 1063 0.011051 10.0.0.50 - - [2026-04-06 02:14:46] "POST /neutron/port HTTP/1.1" 200 1117 0.052858 10.0.0.50 - - [2026-04-06 02:14:46] "POST /neutron/port HTTP/1.1" 200 1127 0.012208 10.0.0.50 - - [2026-04-06 02:14:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003574 10.0.0.50 - - [2026-04-06 02:14:46] "POST /neutron/subnet HTTP/1.1" 200 703 0.007962 10.0.0.50 - - [2026-04-06 02:14:46] "POST /neutron/port HTTP/1.1" 200 117 0.001469 10.0.0.50 - - [2026-04-06 02:14:46] "POST /neutron/network HTTP/1.1" 200 929 0.010704 10.0.0.50 - - [2026-04-06 02:14:46] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001605 10.0.0.50 - - [2026-04-06 02:14:46] "GET /project/946e29e8-5882-4f0d-98ff-5ea5020b432b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.066552 10.0.0.50 - - [2026-04-06 02:14:46] "POST /neutron/network HTTP/1.1" 200 927 0.006388 10.0.0.50 - - [2026-04-06 02:14:46] "POST /neutron/port HTTP/1.1" 200 1127 0.014402 10.0.0.50 - - [2026-04-06 02:14:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011831 10.0.0.50 - - [2026-04-06 02:14:46] "POST /neutron/port HTTP/1.1" 200 117 0.006611 10.0.0.50 - - [2026-04-06 02:14:46] "POST /neutron/port HTTP/1.1" 200 1127 0.019899 10.0.0.50 - - [2026-04-06 02:14:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007847 10.0.0.50 - - [2026-04-06 02:14:46] "POST /neutron/network HTTP/1.1" 200 937 0.007060 10.0.0.50 - - [2026-04-06 02:14:46] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001459 10.0.0.50 - - [2026-04-06 02:14:47] "PUT /access-control-list/ec6e3a71-b20f-42b5-847a-1b8dfb13e907 HTTP/1.1" 200 272 0.013264 10.0.0.50 - - [2026-04-06 02:14:47] "POST /neutron/port HTTP/1.1" 200 1061 0.272151 10.0.0.50 - - [2026-04-06 02:14:47] "POST /neutron/port HTTP/1.1" 200 1061 0.013853 10.0.0.50 - - [2026-04-06 02:14:47] "POST /neutron/port HTTP/1.1" 200 1061 0.016176 10.0.0.50 - - [2026-04-06 02:14:47] "POST /neutron/port HTTP/1.1" 200 1115 0.082247 10.0.0.50 - - [2026-04-06 02:14:47] "POST /neutron/port HTTP/1.1" 200 1125 0.019326 10.0.0.50 - - [2026-04-06 02:14:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003649 10.0.0.50 - - [2026-04-06 02:14:47] "POST /neutron/subnet HTTP/1.1" 200 694 0.007096 10.0.0.50 - - [2026-04-06 02:14:47] "POST /neutron/port HTTP/1.1" 200 117 0.001833 10.0.0.50 - - [2026-04-06 02:14:47] "POST /neutron/network HTTP/1.1" 200 927 0.006647 10.0.0.50 - - [2026-04-06 02:14:51] "POST /neutron/port HTTP/1.1" 200 1127 0.012392 10.0.0.50 - - [2026-04-06 02:14:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006467 10.0.0.50 - - [2026-04-06 02:14:51] "POST /neutron/port HTTP/1.1" 200 1127 0.014461 10.0.0.50 - - [2026-04-06 02:14:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.014057 10.0.0.50 - - [2026-04-06 02:14:51] "POST /neutron/port HTTP/1.1" 200 1127 0.012299 10.0.0.50 - - [2026-04-06 02:14:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005973 10.0.0.50 - - [2026-04-06 02:14:51] "GET /virtual-machine/f77ff72e-e5ae-43a3-94eb-6d5abba18f23 HTTP/1.1" 200 1295 0.005015 10.0.0.50 - - [2026-04-06 02:14:51] "GET /virtual-machine-interface/12eb6da8-8bd0-487c-b0ce-15abc5780706 HTTP/1.1" 200 2951 0.005497 10.0.0.50 - - [2026-04-06 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.50 - - [2026-04-06 02:14:51] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003326 10.0.0.50 - - [2026-04-06 02:14:51] "GET /virtual-networks?parent_id=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003207 10.0.0.50 - - [2026-04-06 02:14:52] "GET /virtual-network/1f55b6d6-d7ae-4165-a986-45c168412e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005199 10.0.0.50 - - [2026-04-06 02:14:55] "POST /neutron/port HTTP/1.1" 200 1127 0.016289 10.0.0.50 - - [2026-04-06 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.50 - - [2026-04-06 02:14:55] "GET /virtual-network/1f55b6d6-d7ae-4165-a986-45c168412e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.014141 10.0.0.50 - - [2026-04-06 02:14:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010656 10.0.0.50 - - [2026-04-06 02:14:56] "POST /neutron/port HTTP/1.1" 200 1125 0.012317 10.0.0.50 - - [2026-04-06 02:14:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006377 10.0.0.50 - - [2026-04-06 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.50 - - [2026-04-06 02:14:57] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003349 10.0.0.50 - - [2026-04-06 02:14:57] "GET /virtual-networks?parent_id=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003299 10.0.0.50 - - [2026-04-06 02:14:57] "GET /virtual-network/1f55b6d6-d7ae-4165-a986-45c168412e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.007015 10.0.0.50 - - [2026-04-06 02:14:57] "POST /neutron/port HTTP/1.1" 200 1125 0.012057 10.0.0.50 - - [2026-04-06 02:14:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006791 10.0.0.50 - - [2026-04-06 02:14:57] "POST /neutron/port HTTP/1.1" 200 1125 0.015218 10.0.0.50 - - [2026-04-06 02:14:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007131 10.0.0.50 - - [2026-04-06 02:14:57] "POST /neutron/port HTTP/1.1" 200 1125 0.013120 10.0.0.50 - - [2026-04-06 02:14:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006632 10.0.0.50 - - [2026-04-06 02:14:57] "GET /virtual-machine/8efae662-6eca-4efb-9acd-752d2f8c99b1 HTTP/1.1" 200 1295 0.004966 10.0.0.50 - - [2026-04-06 02:14:57] "GET /virtual-machine-interface/f2f964df-a3ea-4ccf-918e-67523503e151 HTTP/1.1" 200 2952 0.004832 10.0.0.50 - - [2026-04-06 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.50 - - [2026-04-06 02:14:57] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004849 10.0.0.50 - - [2026-04-06 02:14:57] "GET /virtual-networks?parent_id=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004024 10.0.0.50 - - [2026-04-06 02:14:57] "GET /virtual-network/ac54d15e-8b6f-4ddd-8e2a-91376af5d266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.009168 10.0.0.50 - - [2026-04-06 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.50 - - [2026-04-06 02:14:59] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003808 10.0.0.50 - - [2026-04-06 02:14:59] "GET /virtual-networks?parent_id=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003192 10.0.0.50 - - [2026-04-06 02:14:59] "GET /virtual-network/ac54d15e-8b6f-4ddd-8e2a-91376af5d266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005117 10.0.0.50 - - [2026-04-06 02:14:59] "POST /neutron/port HTTP/1.1" 200 1125 0.013439 10.0.0.50 - - [2026-04-06 02:14:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006247 10.0.0.50 - - [2026-04-06 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.50 - - [2026-04-06 02:15:08] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001436 10.0.0.50 - - [2026-04-06 02:15:08] "GET /project/946e29e8-5882-4f0d-98ff-5ea5020b432b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.023392 10.0.0.50 - - [2026-04-06 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.50 - - [2026-04-06 02:15:08] "PUT /network-policy/2442e2f7-bb8b-4e2e-a64d-6875b6383aea HTTP/1.1" 200 262 0.010430 10.0.0.50 - - [2026-04-06 02:15:08] "PUT /access-control-list/91c2391b-732c-400f-b76e-95e55cad8bd7 HTTP/1.1" 200 272 0.053855 10.0.0.50 - - [2026-04-06 02:15:08] "POST /ref-update HTTP/1.1" 200 156 0.012781 10.0.0.50 - - [2026-04-06 02:15:08] "PUT /access-control-list/ec6e3a71-b20f-42b5-847a-1b8dfb13e907 HTTP/1.1" 200 272 0.053971 10.0.0.50 - - [2026-04-06 02:15:08] "POST /ref-update HTTP/1.1" 200 156 0.011018 10.0.0.50 - - [2026-04-06 02:15:12] "GET /virtual-network/ac54d15e-8b6f-4ddd-8e2a-91376af5d266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004806 10.0.0.50 - - [2026-04-06 02:15:12] "POST /neutron/network HTTP/1.1" 200 927 0.006124 10.0.0.50 - - [2026-04-06 02:15:12] "POST /neutron/network HTTP/1.1" 200 825 0.041381 10.0.0.50 - - [2026-04-06 02:15:12] "DELETE /access-control-list/ec6e3a71-b20f-42b5-847a-1b8dfb13e907 HTTP/1.1" 200 115 0.029929 10.0.0.50 - - [2026-04-06 02:15:12] "POST /neutron/network HTTP/1.1" 200 825 0.007418 10.0.0.50 - - [2026-04-06 02:15:12] "GET /virtual-network/ac54d15e-8b6f-4ddd-8e2a-91376af5d266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009696 10.0.0.50 - - [2026-04-06 02:15:12] "GET /virtual-network/1f55b6d6-d7ae-4165-a986-45c168412e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006000 10.0.0.50 - - [2026-04-06 02:15:12] "POST /neutron/network HTTP/1.1" 200 929 0.005771 10.0.0.50 - - [2026-04-06 02:15:12] "POST /neutron/network HTTP/1.1" 200 827 0.055716 10.0.0.50 - - [2026-04-06 02:15:12] "POST /neutron/network HTTP/1.1" 200 827 0.020422 10.0.0.50 - - [2026-04-06 02:15:12] "DELETE /access-control-list/91c2391b-732c-400f-b76e-95e55cad8bd7 HTTP/1.1" 200 115 0.059322 10.0.0.50 - - [2026-04-06 02:15:12] "GET /virtual-network/1f55b6d6-d7ae-4165-a986-45c168412e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008479 10.0.0.50 - - [2026-04-06 02:15:12] "DELETE /network-policy/2442e2f7-bb8b-4e2e-a64d-6875b6383aea HTTP/1.1" 200 115 0.028497 10.0.0.50 - - [2026-04-06 02:15:12] "POST /neutron/network HTTP/1.1" 200 825 0.013193 10.0.0.50 - - [2026-04-06 02:15:12] "POST /neutron/network HTTP/1.1" 400 204 0.014734 10.0.0.50 - - [2026-04-06 02:15:12] "POST /neutron/port HTTP/1.1" 200 1125 0.013978 10.0.0.50 - - [2026-04-06 02:15:12] "POST /neutron/port HTTP/1.1" 200 1115 0.014911 10.0.0.50 - - [2026-04-06 02:15:12] "POST /neutron/port HTTP/1.1" 200 1127 0.018602 10.0.0.50 - - [2026-04-06 02:15:12] "POST /neutron/port HTTP/1.1" 200 1117 0.010101 10.0.0.50 - - [2026-04-06 02:15:12] "POST /neutron/port HTTP/1.1" 200 151 0.145422 10.0.0.50 - - [2026-04-06 02:15:12] "POST /neutron/port HTTP/1.1" 200 151 0.127598 10.0.0.50 - - [2026-04-06 02:15:14] "POST /neutron/network HTTP/1.1" 200 825 0.005778 10.0.0.50 - - [2026-04-06 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.50 - - [2026-04-06 02:15:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003363 10.0.0.50 - - [2026-04-06 02:15:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001798 10.0.0.50 - - [2026-04-06 02:15:14] "POST /neutron/network HTTP/1.1" 200 151 0.089283 10.0.0.50 - - [2026-04-06 02:15:14] "DELETE /route-target/8e6a20ad-6cbf-4180-b194-824489033e66 HTTP/1.1" 200 115 0.021781 10.0.0.50 - - [2026-04-06 02:15:14] "GET /routing-instance/82674e59-e0a5-4287-99e0-072f64627e65 HTTP/1.1" 404 171 0.003268 10.0.0.50 - - [2026-04-06 02:15:14] "GET /domains HTTP/1.1" 200 280 0.002548 10.0.0.50 - - [2026-04-06 02:15:14] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000967 10.0.0.50 - - [2026-04-06 02:15:14] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 3161 0.050214 10.0.0.50 - - [2026-04-06 02:15:14] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001553 10.0.0.50 - - [2026-04-06 02:15:14] "GET /project/946e29e8-5882-4f0d-98ff-5ea5020b432b HTTP/1.1" 200 2104 0.072526 10.0.0.50 - - [2026-04-06 02:15:14] "POST /neutron/network HTTP/1.1" 200 827 0.005337 10.0.0.50 - - [2026-04-06 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.50 - - [2026-04-06 02:15:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001715 10.0.0.50 - - [2026-04-06 02:15:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001539 10.0.0.50 - - [2026-04-06 02:15:14] "POST /neutron/network HTTP/1.1" 200 151 0.075843 10.0.0.50 - - [2026-04-06 02:15:14] "DELETE /route-target/e7dd315a-182c-433b-b79c-dea93851ddcf HTTP/1.1" 200 115 0.017042 10.0.0.50 - - [2026-04-06 02:15:14] "GET /routing-instance/85e234a1-82a9-4db9-b437-dc30a2b8677d HTTP/1.1" 404 171 0.002697 10.0.0.50 - - [2026-04-06 02:15:14] "GET /domains HTTP/1.1" 200 280 0.002184 10.0.0.50 - - [2026-04-06 02:15:14] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000881 10.0.0.50 - - [2026-04-06 02:15:14] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 3161 0.048136 10.0.0.50 - - [2026-04-06 02:15:14] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001433 10.0.0.50 - - [2026-04-06 02:15:15] "GET /project/946e29e8-5882-4f0d-98ff-5ea5020b432b HTTP/1.1" 200 1865 0.071362 10.0.0.50 - - [2026-04-06 02:15:15] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001051 10.0.0.50 - - [2026-04-06 02:15:15] "GET /project/946e29e8-5882-4f0d-98ff-5ea5020b432b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.022918 10.0.0.50 - - [2026-04-06 02:15:15] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001006 10.0.0.50 - - [2026-04-06 02:15:15] "GET /project/946e29e8-5882-4f0d-98ff-5ea5020b432b?fields=virtual_networks HTTP/1.1" 200 1037 0.063282 10.0.0.50 - - [2026-04-06 02:15:15] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000988 10.0.0.50 - - [2026-04-06 02:15:15] "GET /project/946e29e8-5882-4f0d-98ff-5ea5020b432b?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.026758 10.0.0.50 - - [2026-04-06 02:15:15] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001035 10.0.0.50 - - [2026-04-06 02:15:15] "GET /project/946e29e8-5882-4f0d-98ff-5ea5020b432b?fields=security_groups HTTP/1.1" 200 1265 0.026466 10.0.0.50 - - [2026-04-06 02:15:16] "POST /fqname-to-id HTTP/1.1" 404 181 0.029261 10.0.0.50 - - [2026-04-06 02:15:16] "GET /projects?obj_uuids=0129f53c-8661-4d28-a1ad-7d027c455de6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002942 10.0.0.50 - - [2026-04-06 02:15:16] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001084 10.0.0.50 - - [2026-04-06 02:15:16] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010860 10.0.0.50 - - [2026-04-06 02:15:16] "POST /id-to-fqname HTTP/1.1" 200 183 0.002146 10.0.0.50 - - [2026-04-06 02:15:16] "POST /fqname-to-id HTTP/1.1" 404 192 0.003967 10.0.0.50 - - [2026-04-06 02:15:16] "POST /security-groups HTTP/1.1" 200 584 0.064242 10.0.0.50 - - [2026-04-06 02:15:16] "POST /fqname-to-id HTTP/1.1" 404 227 0.002848 10.0.0.50 - - [2026-04-06 02:15:16] "POST /projects HTTP/1.1" 200 571 0.216483 10.0.0.50 - - [2026-04-06 02:15:16] "POST /access-control-lists HTTP/1.1" 200 589 0.062240 10.0.0.50 - - [2026-04-06 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.289005 10.0.0.50 - - [2026-04-06 02:15:16] "POST /fqname-to-id HTTP/1.1" 404 226 0.002848 10.0.0.50 - - [2026-04-06 02:15:16] "GET /project/0129f53c-8661-4d28-a1ad-7d027c455de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.420051 10.0.0.50 - - [2026-04-06 02:15:17] "POST /access-control-lists HTTP/1.1" 200 587 0.077387 10.0.0.50 - - [2026-04-06 02:15:18] "GET / HTTP/1.1" 200 35931 0.002125 10.0.0.50 - - [2026-04-06 02:15:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000649 10.0.0.50 - - [2026-04-06 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.058889 10.0.0.50 - - [2026-04-06 02:15:19] "GET /projects?obj_uuids=0129f53c-8661-4d28-a1ad-7d027c455de6&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001022 10.0.0.50 - - [2026-04-06 02:15:19] "GET /project/0129f53c-8661-4d28-a1ad-7d027c455de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.024258 10.0.0.50 - - [2026-04-06 02:15:19] "POST /neutron/network HTTP/1.1" 200 117 0.033023 10.0.0.50 - - [2026-04-06 02:15:19] "GET /projects?obj_uuids=0129f53c-8661-4d28-a1ad-7d027c455de6&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001239 10.0.0.50 - - [2026-04-06 02:15:19] "POST /neutron/network HTTP/1.1" 200 612 0.057234 10.0.0.50 - - [2026-04-06 02:15:19] "POST /route-targets HTTP/1.1" 200 327 0.010456 10.0.0.50 - - [2026-04-06 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.011480 10.0.0.50 - - [2026-04-06 02:15:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002872 10.0.0.50 - - [2026-04-06 02:15:19] "POST /neutron/subnet HTTP/1.1" 200 710 0.179806 10.0.0.50 - - [2026-04-06 02:15:19] "POST /neutron/network HTTP/1.1" 200 828 0.006323 10.0.0.50 - - [2026-04-06 02:15:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001294 10.0.0.50 - - [2026-04-06 02:15:19] "GET /virtual-network/2a96ceb2-7839-4376-ad5b-794d312314e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004866 10.0.0.50 - - [2026-04-06 02:15:19] "POST /neutron/network HTTP/1.1" 200 828 0.006610 10.0.0.50 - - [2026-04-06 02:15:19] "GET /virtual-network/2a96ceb2-7839-4376-ad5b-794d312314e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006577 10.0.0.50 - - [2026-04-06 02:15:19] "POST /neutron/network HTTP/1.1" 200 828 0.005767 10.0.0.50 - - [2026-04-06 02:15:19] "POST /neutron/subnet HTTP/1.1" 200 710 0.006512 10.0.0.50 - - [2026-04-06 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.50 - - [2026-04-06 02:15:19] "GET /virtual-network/2a96ceb2-7839-4376-ad5b-794d312314e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007395 10.0.0.50 - - [2026-04-06 02:15:19] "PUT /virtual-network/2a96ceb2-7839-4376-ad5b-794d312314e7 HTTP/1.1" 200 264 0.032475 10.0.0.50 - - [2026-04-06 02:15:19] "POST /route-targets HTTP/1.1" 200 323 0.013341 10.0.0.50 - - [2026-04-06 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.008467 10.0.0.50 - - [2026-04-06 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.50 - - [2026-04-06 02:15:20] "GET /projects?obj_uuids=0129f53c-8661-4d28-a1ad-7d027c455de6&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001086 10.0.0.50 - - [2026-04-06 02:15:20] "DELETE /project/0129f53c86614d28a1ad7d027c455de6 HTTP/1.1" 404 173 0.013752 10.0.0.50 - - [2026-04-06 02:15:20] "DELETE /project/cc782f131880485f885d49ae0e49fb01 HTTP/1.1" 404 173 0.012972 10.0.0.50 - - [2026-04-06 02:15:20] "DELETE /project/fd6e81f1f3174e1885582bff4f3b44b7 HTTP/1.1" 404 173 0.008058 10.0.0.50 - - [2026-04-06 02:15:20] "DELETE /project/946e29e858824f0d98ff5ea5020b432b HTTP/1.1" 404 173 0.009399 10.0.0.50 - - [2026-04-06 02:15:20] "GET /projects?obj_uuids=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000982 10.0.0.50 - - [2026-04-06 02:15:20] "GET /projects?obj_uuids=cc782f13-1880-485f-885d-49ae0e49fb01&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000809 10.0.0.50 - - [2026-04-06 02:15:20] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000772 10.0.0.50 - - [2026-04-06 02:15:20] "GET /projects?obj_uuids=fd6e81f1-f317-4e18-8558-2bff4f3b44b7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000739 10.0.0.50 - - [2026-04-06 02:15:20] "GET /project/0129f53c-8661-4d28-a1ad-7d027c455de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.068472 10.0.0.50 - - [2026-04-06 02:15:20] "GET /project/fd6e81f1-f317-4e18-8558-2bff4f3b44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.053204 10.0.0.50 - - [2026-04-06 02:15:20] "GET /project/cc782f13-1880-485f-885d-49ae0e49fb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.053704 10.0.0.50 - - [2026-04-06 02:15:20] "GET /project/946e29e8-5882-4f0d-98ff-5ea5020b432b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.059336 10.0.0.50 - - [2026-04-06 02:15:20] "GET /project/9f88729d-b50c-4573-ae79-68c04496bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.059944 10.0.0.50 - - [2026-04-06 02:15:20] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001487 10.0.0.50 - - [2026-04-06 02:15:20] "GET /projects?obj_uuids=cc782f13-1880-485f-885d-49ae0e49fb01&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001045 10.0.0.50 - - [2026-04-06 02:15:20] "GET /projects?obj_uuids=fd6e81f1-f317-4e18-8558-2bff4f3b44b7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000794 10.0.0.50 - - [2026-04-06 02:15:20] "POST /neutron/network HTTP/1.1" 200 117 0.032082 10.0.0.50 - - [2026-04-06 02:15:20] "GET /projects?obj_uuids=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002229 10.0.0.50 - - [2026-04-06 02:15:20] "GET /project/fd6e81f1-f317-4e18-8558-2bff4f3b44b7?fields=security_groups HTTP/1.1" 200 1387 0.070616 10.0.0.50 - - [2026-04-06 02:15:20] "GET /project/cc782f13-1880-485f-885d-49ae0e49fb01?fields=security_groups HTTP/1.1" 200 1411 0.075780 10.0.0.50 - - [2026-04-06 02:15:20] "GET /project/946e29e8-5882-4f0d-98ff-5ea5020b432b?fields=security_groups HTTP/1.1" 200 1370 0.078182 10.0.0.50 - - [2026-04-06 02:15:20] "GET /projects?obj_uuids=0129f53c-8661-4d28-a1ad-7d027c455de6&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001040 10.0.0.50 - - [2026-04-06 02:15:20] "GET /project/9f88729d-b50c-4573-ae79-68c04496bfbc?fields=security_groups HTTP/1.1" 200 1373 0.061527 10.0.0.50 - - [2026-04-06 02:15:20] "DELETE /access-control-list/565e1e5b-9fd3-482a-903e-27513acdb759 HTTP/1.1" 200 115 0.065560 10.0.0.50 - - [2026-04-06 02:15:20] "DELETE /security-group/f79df793-fa8d-43f8-8b2d-96c9455e2880 HTTP/1.1" 200 115 0.118212 10.0.0.50 - - [2026-04-06 02:15:20] "GET /projects?obj_uuids=fd6e81f1-f317-4e18-8558-2bff4f3b44b7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001200 10.0.0.50 - - [2026-04-06 02:15:20] "DELETE /security-group/6f9fdbd3-e28c-4543-8112-f053aa552885 HTTP/1.1" 200 115 0.125299 10.0.0.50 - - [2026-04-06 02:15:20] "DELETE /security-group/f7694780-3176-419a-b625-40607fdd71ed HTTP/1.1" 200 115 0.141427 10.0.0.50 - - [2026-04-06 02:15:20] "GET /projects?obj_uuids=946e29e8-5882-4f0d-98ff-5ea5020b432b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001373 10.0.0.50 - - [2026-04-06 02:15:20] "GET /projects?obj_uuids=cc782f13-1880-485f-885d-49ae0e49fb01&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001575 10.0.0.50 - - [2026-04-06 02:15:20] "GET /project/fd6e81f1-f317-4e18-8558-2bff4f3b44b7?fields=application_policy_sets HTTP/1.1" 200 1426 0.063893 10.0.0.50 - - [2026-04-06 02:15:20] "DELETE /access-control-list/2f0db5a7-610f-4069-852a-f6daf76c72fe HTTP/1.1" 200 115 0.075433 10.0.0.50 - - [2026-04-06 02:15:20] "GET /project/cc782f13-1880-485f-885d-49ae0e49fb01?fields=application_policy_sets HTTP/1.1" 200 1450 0.052391 10.0.0.50 - - [2026-04-06 02:15:20] "DELETE /security-group/88aca239-ae88-47f6-bd4f-d5ff9ac21453 HTTP/1.1" 200 115 0.154772 10.0.0.50 - - [2026-04-06 02:15:20] "GET /projects?obj_uuids=9f88729d-b50c-4573-ae79-68c04496bfbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000996 10.0.0.50 - - [2026-04-06 02:15:20] "POST /neutron/network HTTP/1.1" 200 612 0.257920 10.0.0.50 - - [2026-04-06 02:15:20] "GET /project/946e29e8-5882-4f0d-98ff-5ea5020b432b?fields=application_policy_sets HTTP/1.1" 200 1409 0.107145 10.0.0.50 - - [2026-04-06 02:15:20] "DELETE /access-control-list/cd221eae-792d-4cec-8555-751f880d9079 HTTP/1.1" 200 115 0.072176 10.0.0.50 - - [2026-04-06 02:15:20] "GET /project/9f88729d-b50c-4573-ae79-68c04496bfbc?fields=application_policy_sets HTTP/1.1" 200 1412 0.103219 10.0.0.50 - - [2026-04-06 02:15:20] "DELETE /access-control-list/d3c0aba3-310f-4945-a96e-f26fb378e39e HTTP/1.1" 200 115 0.064732 10.0.0.50 - - [2026-04-06 02:15:20] "DELETE /access-control-list/4d92823f-8c3e-4997-9648-5fa3bd2c7c0b HTTP/1.1" 200 115 0.055837 10.0.0.50 - - [2026-04-06 02:15:20] "DELETE /project/fd6e81f1-f317-4e18-8558-2bff4f3b44b7 HTTP/1.1" 200 115 0.610050 10.0.0.50 - - [2026-04-06 02:15:20] "DELETE /project/cc782f13-1880-485f-885d-49ae0e49fb01 HTTP/1.1" 200 115 0.652577 10.0.0.50 - - [2026-04-06 02:15:20] "DELETE /access-control-list/31d8ed70-5d07-4a67-a4a8-0228df025e37 HTTP/1.1" 200 115 0.050141 10.0.0.50 - - [2026-04-06 02:15:20] "DELETE /project/946e29e8-5882-4f0d-98ff-5ea5020b432b HTTP/1.1" 200 115 0.673532 10.0.0.50 - - [2026-04-06 02:15:20] "DELETE /access-control-list/09a27667-7f8d-4621-9438-1f7b4da3438b HTTP/1.1" 200 115 0.024317 10.0.0.50 - - [2026-04-06 02:15:20] "DELETE /project/9f88729d-b50c-4573-ae79-68c04496bfbc HTTP/1.1" 200 115 0.701209 10.0.0.50 - - [2026-04-06 02:15:20] "DELETE /access-control-list/796a28fd-0146-4ae1-9805-71b9f658a1af HTTP/1.1" 200 115 0.024524 10.0.0.50 - - [2026-04-06 02:15:20] "POST /useragent-kv HTTP/1.1" 200 115 0.005476 10.0.0.50 - - [2026-04-06 02:15:20] "POST /route-targets HTTP/1.1" 200 327 0.020654 10.0.0.50 - - [2026-04-06 02:15:20] "POST /neutron/subnet HTTP/1.1" 200 715 0.311791 10.0.0.50 - - [2026-04-06 02:15:20] "POST /neutron/network HTTP/1.1" 200 829 0.007065 10.0.0.50 - - [2026-04-06 02:15:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001637 10.0.0.50 - - [2026-04-06 02:15:20] "GET /virtual-network/a1144f55-8314-4b83-8cef-b395944bc66b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006372 10.0.0.50 - - [2026-04-06 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.011856 10.0.0.50 - - [2026-04-06 02:15:20] "POST /neutron/network HTTP/1.1" 200 829 0.006388 10.0.0.50 - - [2026-04-06 02:15:20] "GET /virtual-network/a1144f55-8314-4b83-8cef-b395944bc66b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005971 10.0.0.50 - - [2026-04-06 02:15:21] "POST /neutron/network HTTP/1.1" 200 829 0.012466 10.0.0.50 - - [2026-04-06 02:15:21] "POST /neutron/subnet HTTP/1.1" 200 715 0.006797 10.0.0.50 - - [2026-04-06 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002586 10.0.0.50 - - [2026-04-06 02:15:21] "GET /virtual-network/a1144f55-8314-4b83-8cef-b395944bc66b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004648 10.0.0.50 - - [2026-04-06 02:15:21] "POST /ref-update HTTP/1.1" 200 156 0.013980 10.0.0.50 - - [2026-04-06 02:15:21] "PUT /virtual-network/a1144f55-8314-4b83-8cef-b395944bc66b HTTP/1.1" 200 264 0.040407 10.0.0.50 - - [2026-04-06 02:15:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001481 10.0.0.50 - - [2026-04-06 02:15:21] "POST /neutron/network HTTP/1.1" 200 838 0.005818 10.0.0.50 - - [2026-04-06 02:15:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000436 10.0.0.50 - - [2026-04-06 02:15:21] "GET / HTTP/1.1" 200 35931 0.002065 10.0.0.50 - - [2026-04-06 02:15:21] "GET /project/0129f53c-8661-4d28-a1ad-7d027c455de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000437 10.0.0.50 - - [2026-04-06 02:15:22] "GET /projects?obj_uuids=0129f53c-8661-4d28-a1ad-7d027c455de6&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001080 10.0.0.50 - - [2026-04-06 02:15:22] "GET /project/0129f53c-8661-4d28-a1ad-7d027c455de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.058115 10.0.0.50 - - [2026-04-06 02:15:22] "POST /neutron/network HTTP/1.1" 200 828 0.007357 10.0.0.50 - - [2026-04-06 02:15:22] "POST /neutron/port HTTP/1.1" 200 117 0.005685 10.0.0.50 - - [2026-04-06 02:15:22] "POST /neutron/port HTTP/1.1" 200 117 0.004849 10.0.0.50 - - [2026-04-06 02:15:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001331 10.0.0.50 - - [2026-04-06 02:15:22] "POST /neutron/port HTTP/1.1" 200 117 0.007490 10.0.0.50 - - [2026-04-06 02:15:22] "POST /neutron/network HTTP/1.1" 200 839 0.008158 10.0.0.50 - - [2026-04-06 02:15:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000545 10.0.0.50 - - [2026-04-06 02:15:22] "POST /neutron/network HTTP/1.1" 200 838 0.007553 10.0.0.50 - - [2026-04-06 02:15:22] "GET /projects?obj_uuids=0129f53c-8661-4d28-a1ad-7d027c455de6&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001180 10.0.0.50 - - [2026-04-06 02:15:22] "GET / HTTP/1.1" 200 35931 0.001644 10.0.0.50 - - [2026-04-06 02:15:22] "GET /project/0129f53c-8661-4d28-a1ad-7d027c455de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000375 10.0.0.50 - - [2026-04-06 02:15:23] "POST /neutron/port HTTP/1.1" 200 1050 0.239376 10.0.0.50 - - [2026-04-06 02:15:23] "POST /neutron/port HTTP/1.1" 200 1050 0.015519 10.0.0.50 - - [2026-04-06 02:15:23] "POST /neutron/port HTTP/1.1" 200 1050 0.009402 10.0.0.50 - - [2026-04-06 02:15:23] "POST /neutron/port HTTP/1.1" 200 1104 0.073601 10.0.0.50 - - [2026-04-06 02:15:23] "POST /neutron/port HTTP/1.1" 200 1114 0.021379 10.0.0.50 - - [2026-04-06 02:15:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005461 10.0.0.50 - - [2026-04-06 02:15:23] "GET /projects?obj_uuids=0129f53c-8661-4d28-a1ad-7d027c455de6&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000911 10.0.0.50 - - [2026-04-06 02:15:23] "GET /project/0129f53c-8661-4d28-a1ad-7d027c455de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.074798 10.0.0.50 - - [2026-04-06 02:15:23] "POST /neutron/subnet HTTP/1.1" 200 684 0.025163 10.0.0.50 - - [2026-04-06 02:15:23] "POST /neutron/port HTTP/1.1" 200 117 0.001596 10.0.0.50 - - [2026-04-06 02:15:23] "POST /neutron/network HTTP/1.1" 200 829 0.004821 10.0.0.50 - - [2026-04-06 02:15:23] "POST /neutron/network HTTP/1.1" 200 828 0.011122 10.0.0.50 - - [2026-04-06 02:15:23] "POST /neutron/port HTTP/1.1" 200 1114 0.012454 10.0.0.50 - - [2026-04-06 02:15:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007078 10.0.0.50 - - [2026-04-06 02:15:23] "POST /neutron/port HTTP/1.1" 200 117 0.011677 10.0.0.50 - - [2026-04-06 02:15:23] "POST /neutron/port HTTP/1.1" 200 1114 0.012734 10.0.0.50 - - [2026-04-06 02:15:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.011797 10.0.0.50 - - [2026-04-06 02:15:23] "POST /neutron/network HTTP/1.1" 200 839 0.005634 10.0.0.50 - - [2026-04-06 02:15:23] "GET /projects?obj_uuids=0129f53c-8661-4d28-a1ad-7d027c455de6&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001432 10.0.0.50 - - [2026-04-06 02:15:24] "POST /neutron/port HTTP/1.1" 200 1051 0.247683 10.0.0.50 - - [2026-04-06 02:15:24] "POST /neutron/port HTTP/1.1" 200 1051 0.013826 10.0.0.50 - - [2026-04-06 02:15:24] "POST /neutron/port HTTP/1.1" 200 1051 0.018398 10.0.0.50 - - [2026-04-06 02:15:24] "POST /neutron/port HTTP/1.1" 200 1105 0.118153 10.0.0.50 - - [2026-04-06 02:15:24] "POST /neutron/port HTTP/1.1" 200 1115 0.013184 10.0.0.50 - - [2026-04-06 02:15:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003936 10.0.0.50 - - [2026-04-06 02:15:24] "POST /neutron/subnet HTTP/1.1" 200 689 0.008118 10.0.0.50 - - [2026-04-06 02:15:24] "POST /neutron/port HTTP/1.1" 200 117 0.001256 10.0.0.50 - - [2026-04-06 02:15:24] "POST /neutron/network HTTP/1.1" 200 829 0.006425 10.0.0.50 - - [2026-04-06 02:15:26] "GET /obj-perms HTTP/1.1" 200 5056 0.054106 10.0.0.50 - - [2026-04-06 02:15:26] "GET /obj-perms HTTP/1.1" 200 5056 0.055453 10.0.0.50 - - [2026-04-06 02:15:27] "POST /neutron/port HTTP/1.1" 200 1114 0.011533 10.0.0.50 - - [2026-04-06 02:15:28] "POST /neutron/port HTTP/1.1" 200 1114 0.011815 10.0.0.50 - - [2026-04-06 02:15:28] "POST /neutron/network HTTP/1.1" 200 838 0.005370 10.0.0.50 - - [2026-04-06 02:15:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003611 10.0.0.50 - - [2026-04-06 02:15:28] "POST /neutron/subnet HTTP/1.1" 200 684 0.009418 10.0.0.50 - - [2026-04-06 02:15:28] "POST /neutron/port HTTP/1.1" 200 117 0.001205 10.0.0.50 - - [2026-04-06 02:15:28] "POST /neutron/network HTTP/1.1" 200 828 0.006951 10.0.0.50 - - [2026-04-06 02:15:28] "POST /neutron/port HTTP/1.1" 200 1114 0.013119 10.0.0.50 - - [2026-04-06 02:15:28] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007115 10.0.0.50 - - [2026-04-06 02:15:28] "POST /neutron/port HTTP/1.1" 200 1114 0.014122 10.0.0.50 - - [2026-04-06 02:15:28] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007293 10.0.0.50 - - [2026-04-06 02:15:28] "POST /neutron/port HTTP/1.1" 200 1114 0.012408 10.0.0.50 - - [2026-04-06 02:15:28] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006522 10.0.0.50 - - [2026-04-06 02:15:28] "GET /virtual-machine/73c96929-b63e-4396-846c-ef47de74582e HTTP/1.1" 401 292 0.000500 10.0.0.50 - - [2026-04-06 02:15:29] "GET /virtual-machine/73c96929-b63e-4396-846c-ef47de74582e HTTP/1.1" 200 1284 0.034812 10.0.0.50 - - [2026-04-06 02:15:29] "GET /virtual-machine-interface/d6288e6a-4746-4292-9236-24d3c624c962 HTTP/1.1" 200 2928 0.014890 10.0.0.50 - - [2026-04-06 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.50 - - [2026-04-06 02:15:29] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003557 10.0.0.50 - - [2026-04-06 02:15:29] "GET /virtual-networks?parent_id=0129f53c-8661-4d28-a1ad-7d027c455de6&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002982 10.0.0.50 - - [2026-04-06 02:15:29] "GET /virtual-network/2a96ceb2-7839-4376-ad5b-794d312314e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005503 10.0.0.50 - - [2026-04-06 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.50 - - [2026-04-06 02:15:32] "GET /virtual-network/2a96ceb2-7839-4376-ad5b-794d312314e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.009784 10.0.0.50 - - [2026-04-06 02:15:32] "POST /neutron/port HTTP/1.1" 200 1114 0.015407 10.0.0.50 - - [2026-04-06 02:15:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005387 10.0.0.50 - - [2026-04-06 02:15:33] "POST /neutron/port HTTP/1.1" 200 1115 0.012545 10.0.0.50 - - [2026-04-06 02:15:33] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006756 10.0.0.50 - - [2026-04-06 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.50 - - [2026-04-06 02:15:34] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003094 10.0.0.50 - - [2026-04-06 02:15:34] "GET /virtual-networks?parent_id=0129f53c-8661-4d28-a1ad-7d027c455de6&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003472 10.0.0.50 - - [2026-04-06 02:15:34] "GET /virtual-network/2a96ceb2-7839-4376-ad5b-794d312314e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005962 10.0.0.50 - - [2026-04-06 02:15:35] "POST /neutron/port HTTP/1.1" 200 1115 0.012234 10.0.0.50 - - [2026-04-06 02:15:35] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007792 10.0.0.50 - - [2026-04-06 02:15:35] "POST /neutron/port HTTP/1.1" 200 1115 0.013233 10.0.0.50 - - [2026-04-06 02:15:35] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006046 10.0.0.50 - - [2026-04-06 02:15:35] "POST /neutron/port HTTP/1.1" 200 1115 0.016126 10.0.0.50 - - [2026-04-06 02:15:35] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008941 10.0.0.50 - - [2026-04-06 02:15:35] "GET /virtual-machine/5e35b3e3-ae64-48c6-89be-6089d1135eae HTTP/1.1" 200 1284 0.004985 10.0.0.50 - - [2026-04-06 02:15:35] "GET /virtual-machine-interface/4bd687ff-1c4b-4d96-b42d-d9ef3ee57013 HTTP/1.1" 200 2927 0.004600 10.0.0.50 - - [2026-04-06 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.50 - - [2026-04-06 02:15:35] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003964 10.0.0.50 - - [2026-04-06 02:15:35] "GET /virtual-networks?parent_id=0129f53c-8661-4d28-a1ad-7d027c455de6&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003203 10.0.0.50 - - [2026-04-06 02:15:35] "GET /virtual-network/a1144f55-8314-4b83-8cef-b395944bc66b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005540 10.0.0.50 - - [2026-04-06 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.50 - - [2026-04-06 02:15:36] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003525 10.0.0.50 - - [2026-04-06 02:15:36] "GET /virtual-networks?parent_id=0129f53c-8661-4d28-a1ad-7d027c455de6&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002847 10.0.0.50 - - [2026-04-06 02:15:36] "GET /virtual-network/a1144f55-8314-4b83-8cef-b395944bc66b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.004991 10.0.0.50 - - [2026-04-06 02:15:36] "POST /routing-policys HTTP/1.1" 200 534 0.021169 10.0.0.50 - - [2026-04-06 02:15:36] "GET /virtual-network/2a96ceb2-7839-4376-ad5b-794d312314e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.008799 10.0.0.50 - - [2026-04-06 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.012473 10.0.0.50 - - [2026-04-06 02:15:36] "PUT /virtual-network/2a96ceb2-7839-4376-ad5b-794d312314e7 HTTP/1.1" 200 264 0.040574 10.0.0.50 - - [2026-04-06 02:15:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.50 - - [2026-04-06 02:15:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.50 - - [2026-04-06 02:15:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.50 - - [2026-04-06 02:15:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.50 - - [2026-04-06 02:15:40] "POST /ref-update HTTP/1.1" 200 156 0.032589 10.0.0.50 - - [2026-04-06 02:15:40] "POST /ref-update HTTP/1.1" 200 156 0.013864 10.0.0.50 - - [2026-04-06 02:15:40] "DELETE /routing-policy/40ba9469-8770-465c-972b-1d78e63b42d5 HTTP/1.1" 200 115 0.023121 10.0.0.50 - - [2026-04-06 02:15:40] "POST /neutron/network HTTP/1.1" 200 829 0.007087 10.0.0.50 - - [2026-04-06 02:15:40] "POST /neutron/network HTTP/1.1" 400 204 0.016889 10.0.0.50 - - [2026-04-06 02:15:41] "POST /neutron/port HTTP/1.1" 200 1115 0.012869 10.0.0.50 - - [2026-04-06 02:15:41] "POST /neutron/port HTTP/1.1" 200 1105 0.009736 10.0.0.50 - - [2026-04-06 02:15:41] "POST /neutron/port HTTP/1.1" 200 1114 0.022401 10.0.0.50 - - [2026-04-06 02:15:41] "POST /neutron/port HTTP/1.1" 200 151 0.132341 10.0.0.50 - - [2026-04-06 02:15:41] "POST /neutron/port HTTP/1.1" 200 1104 0.014541 10.0.0.50 - - [2026-04-06 02:15:41] "POST /neutron/port HTTP/1.1" 200 151 0.106184 10.0.0.50 - - [2026-04-06 02:15:43] "POST /neutron/network HTTP/1.1" 200 829 0.006027 10.0.0.50 - - [2026-04-06 02:15:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004431 10.0.0.50 - - [2026-04-06 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005125 10.0.0.50 - - [2026-04-06 02:15:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003734 10.0.0.50 - - [2026-04-06 02:15:43] "POST /neutron/network HTTP/1.1" 200 151 0.091210 10.0.0.50 - - [2026-04-06 02:15:43] "DELETE /route-target/39f229fb-873e-4607-addd-3547933164e7 HTTP/1.1" 200 115 0.015417 10.0.0.50 - - [2026-04-06 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.50 - - [2026-04-06 02:15:43] "POST /neutron/network HTTP/1.1" 200 828 0.006070 10.0.0.50 - - [2026-04-06 02:15:43] "DELETE /route-target/f57ab1c4-d437-4e71-8ca3-503e4ca6aa3e HTTP/1.1" 409 239 0.004519 10.0.0.50 - - [2026-04-06 02:15:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002347 10.0.0.50 - - [2026-04-06 02:15:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001980 10.0.0.50 - - [2026-04-06 02:15:43] "POST /neutron/network HTTP/1.1" 200 151 0.072854 10.0.0.50 - - [2026-04-06 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.50 - - [2026-04-06 02:15:43] "DELETE /route-target/dc4adbbd-760f-4743-8c5a-42d42252551c HTTP/1.1" 200 115 0.012688 10.0.0.50 - - [2026-04-06 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002396 10.0.0.50 - - [2026-04-06 02:15:43] "DELETE /route-target/f57ab1c4-d437-4e71-8ca3-503e4ca6aa3e HTTP/1.1" 200 115 0.016623 10.0.0.50 - - [2026-04-06 02:15:43] "GET /projects?obj_uuids=0129f53c-8661-4d28-a1ad-7d027c455de6&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001015 10.0.0.50 - - [2026-04-06 02:15:43] "GET /project/0129f53c-8661-4d28-a1ad-7d027c455de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.022231 10.0.0.50 - - [2026-04-06 02:15:43] "GET /projects?obj_uuids=0129f53c-8661-4d28-a1ad-7d027c455de6&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001092 10.0.0.50 - - [2026-04-06 02:15:43] "GET /project/0129f53c-8661-4d28-a1ad-7d027c455de6?fields=virtual_networks HTTP/1.1" 200 1016 0.071449 10.0.0.50 - - [2026-04-06 02:15:43] "GET /projects?obj_uuids=0129f53c-8661-4d28-a1ad-7d027c455de6&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001089 10.0.0.50 - - [2026-04-06 02:15:43] "GET /project/0129f53c-8661-4d28-a1ad-7d027c455de6?fields=virtual_machine_interfaces HTTP/1.1" 200 1016 0.023709 10.0.0.50 - - [2026-04-06 02:15:43] "GET /projects?obj_uuids=0129f53c-8661-4d28-a1ad-7d027c455de6&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001213 10.0.0.50 - - [2026-04-06 02:15:43] "GET /project/0129f53c-8661-4d28-a1ad-7d027c455de6?fields=security_groups HTTP/1.1" 200 1235 0.025145 10.0.0.50 - - [2026-04-06 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 186 0.034551 10.0.0.50 - - [2026-04-06 02:15:44] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003153 10.0.0.50 - - [2026-04-06 02:15:44] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001198 10.0.0.50 - - [2026-04-06 02:15:44] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006896 10.0.0.50 - - [2026-04-06 02:15:44] "POST /id-to-fqname HTTP/1.1" 200 188 0.003486 10.0.0.50 - - [2026-04-06 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.003089 10.0.0.50 - - [2026-04-06 02:15:45] "POST /security-groups HTTP/1.1" 200 589 0.072167 10.0.0.50 - - [2026-04-06 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 232 0.003998 10.0.0.50 - - [2026-04-06 02:15:45] "POST /projects HTTP/1.1" 200 581 0.241423 10.0.0.50 - - [2026-04-06 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.320876 10.0.0.50 - - [2026-04-06 02:15:45] "POST /access-control-lists HTTP/1.1" 200 594 0.062459 10.0.0.50 - - [2026-04-06 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 231 0.002733 10.0.0.50 - - [2026-04-06 02:15:45] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.452499 10.0.0.50 - - [2026-04-06 02:15:45] "POST /access-control-lists HTTP/1.1" 200 592 0.064683 10.0.0.50 - - [2026-04-06 02:15:46] "GET / HTTP/1.1" 200 35931 0.002557 10.0.0.50 - - [2026-04-06 02:15:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000599 10.0.0.50 - - [2026-04-06 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.063179 10.0.0.50 - - [2026-04-06 02:15:47] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001248 10.0.0.50 - - [2026-04-06 02:15:47] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.027237 10.0.0.50 - - [2026-04-06 02:15:47] "POST /neutron/network HTTP/1.1" 200 117 0.043173 10.0.0.50 - - [2026-04-06 02:15:47] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001398 10.0.0.50 - - [2026-04-06 02:15:47] "POST /neutron/network HTTP/1.1" 200 613 0.064385 10.0.0.50 - - [2026-04-06 02:15:47] "POST /route-targets HTTP/1.1" 200 327 0.011253 10.0.0.50 - - [2026-04-06 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.012364 10.0.0.50 - - [2026-04-06 02:15:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004294 10.0.0.50 - - [2026-04-06 02:15:47] "POST /neutron/subnet HTTP/1.1" 200 715 0.173734 10.0.0.50 - - [2026-04-06 02:15:47] "POST /neutron/network HTTP/1.1" 200 830 0.005505 10.0.0.50 - - [2026-04-06 02:15:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001313 10.0.0.50 - - [2026-04-06 02:15:47] "GET /virtual-network/a9755350-bf6c-4cf2-9a16-b80ad5bc368a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004612 10.0.0.50 - - [2026-04-06 02:15:47] "POST /neutron/network HTTP/1.1" 200 830 0.006971 10.0.0.50 - - [2026-04-06 02:15:47] "GET /virtual-network/a9755350-bf6c-4cf2-9a16-b80ad5bc368a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005164 10.0.0.50 - - [2026-04-06 02:15:47] "POST /neutron/network HTTP/1.1" 200 830 0.005564 10.0.0.50 - - [2026-04-06 02:15:47] "POST /neutron/subnet HTTP/1.1" 200 715 0.008285 10.0.0.50 - - [2026-04-06 02:15:47] "GET /domains HTTP/1.1" 401 292 0.000428 10.0.0.50 - - [2026-04-06 02:15:48] "GET /domains HTTP/1.1" 200 280 0.027886 10.0.0.50 - - [2026-04-06 02:15:48] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002777 10.0.0.50 - - [2026-04-06 02:15:48] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2751 0.009814 10.0.0.50 - - [2026-04-06 02:15:48] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001024 10.0.0.50 - - [2026-04-06 02:15:48] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530 HTTP/1.1" 200 2080 0.073202 10.0.0.50 - - [2026-04-06 02:15:48] "GET /virtual-network/a9755350-bf6c-4cf2-9a16-b80ad5bc368a HTTP/1.1" 200 2314 0.006826 10.0.0.50 - - [2026-04-06 02:15:48] "GET /virtual-network/a9755350-bf6c-4cf2-9a16-b80ad5bc368a HTTP/1.1" 200 2314 0.004946 10.0.0.50 - - [2026-04-06 02:15:48] "GET /routing-instance/59514269-bd44-46c6-9e41-c5ea2dae3431 HTTP/1.1" 200 1493 0.003850 10.0.0.50 - - [2026-04-06 02:15:48] "GET /routing-instance/59514269-bd44-46c6-9e41-c5ea2dae3431 HTTP/1.1" 200 1493 0.003548 10.0.0.50 - - [2026-04-06 02:15:48] "GET /route-target/22fe059f-251e-400d-9301-dfe04584c41a HTTP/1.1" 200 1212 0.003999 10.0.0.50 - - [2026-04-06 02:15:48] "GET /virtual-network/a9755350-bf6c-4cf2-9a16-b80ad5bc368a HTTP/1.1" 200 2314 0.004754 10.0.0.50 - - [2026-04-06 02:15:48] "GET /routing-instance/59514269-bd44-46c6-9e41-c5ea2dae3431 HTTP/1.1" 200 1493 0.003952 10.0.0.50 - - [2026-04-06 02:15:48] "GET /virtual-network/a9755350-bf6c-4cf2-9a16-b80ad5bc368a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004853 10.0.0.50 - - [2026-04-06 02:15:48] "GET /virtual-network/a9755350-bf6c-4cf2-9a16-b80ad5bc368a HTTP/1.1" 200 2314 0.004853 10.0.0.50 - - [2026-04-06 02:15:48] "GET /routing-instance/59514269-bd44-46c6-9e41-c5ea2dae3431 HTTP/1.1" 200 1493 0.003443 10.0.0.50 - - [2026-04-06 02:15:48] "GET /routing-instance/59514269-bd44-46c6-9e41-c5ea2dae3431 HTTP/1.1" 200 1493 0.003369 10.0.0.50 - - [2026-04-06 02:15:48] "GET /route-target/22fe059f-251e-400d-9301-dfe04584c41a HTTP/1.1" 200 1212 0.002793 10.0.0.50 - - [2026-04-06 02:15:48] "GET /domains HTTP/1.1" 200 280 0.003148 10.0.0.50 - - [2026-04-06 02:15:48] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.50 - - [2026-04-06 02:15:48] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2751 0.006594 10.0.0.50 - - [2026-04-06 02:15:48] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.50 - - [2026-04-06 02:15:48] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530 HTTP/1.1" 200 2080 0.069690 10.0.0.50 - - [2026-04-06 02:15:48] "GET /virtual-network/a9755350-bf6c-4cf2-9a16-b80ad5bc368a HTTP/1.1" 200 2314 0.004656 10.0.0.50 - - [2026-04-06 02:15:48] "GET /obj-perms HTTP/1.1" 200 5026 0.058197 10.0.0.50 - - [2026-04-06 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.50 - - [2026-04-06 02:15:48] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000984 10.0.0.50 - - [2026-04-06 02:15:49] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.023084 10.0.0.50 - - [2026-04-06 02:15:49] "POST /neutron/network HTTP/1.1" 200 117 0.012171 10.0.0.50 - - [2026-04-06 02:15:49] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000997 10.0.0.50 - - [2026-04-06 02:15:49] "POST /neutron/network HTTP/1.1" 200 613 0.066463 10.0.0.50 - - [2026-04-06 02:15:49] "POST /route-targets HTTP/1.1" 200 327 0.011659 10.0.0.50 - - [2026-04-06 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.013644 10.0.0.50 - - [2026-04-06 02:15:49] "POST /useragent-kv HTTP/1.1" 200 115 0.007209 10.0.0.50 - - [2026-04-06 02:15:49] "POST /neutron/subnet HTTP/1.1" 200 719 0.151469 10.0.0.50 - - [2026-04-06 02:15:49] "POST /neutron/network HTTP/1.1" 200 831 0.005787 10.0.0.50 - - [2026-04-06 02:15:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001478 10.0.0.50 - - [2026-04-06 02:15:49] "GET /virtual-network/5c8ce2e3-4b36-4359-b2a1-ed2240a2f60e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004865 10.0.0.50 - - [2026-04-06 02:15:49] "POST /neutron/network HTTP/1.1" 200 831 0.006286 10.0.0.50 - - [2026-04-06 02:15:49] "GET /virtual-network/5c8ce2e3-4b36-4359-b2a1-ed2240a2f60e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006083 10.0.0.50 - - [2026-04-06 02:15:49] "POST /neutron/network HTTP/1.1" 200 831 0.006694 10.0.0.50 - - [2026-04-06 02:15:49] "POST /neutron/subnet HTTP/1.1" 200 719 0.006574 10.0.0.50 - - [2026-04-06 02:15:49] "GET /domains HTTP/1.1" 200 280 0.002645 10.0.0.50 - - [2026-04-06 02:15:49] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001030 10.0.0.50 - - [2026-04-06 02:15:49] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2751 0.006546 10.0.0.50 - - [2026-04-06 02:15:49] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000976 10.0.0.50 - - [2026-04-06 02:15:49] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530 HTTP/1.1" 200 2298 0.064640 10.0.0.50 - - [2026-04-06 02:15:49] "GET /virtual-network/5c8ce2e3-4b36-4359-b2a1-ed2240a2f60e HTTP/1.1" 200 2316 0.005672 10.0.0.50 - - [2026-04-06 02:15:49] "GET /virtual-network/5c8ce2e3-4b36-4359-b2a1-ed2240a2f60e HTTP/1.1" 200 2316 0.004903 10.0.0.50 - - [2026-04-06 02:15:49] "GET /routing-instance/9a62099a-96a9-40b0-a9ef-27bf17f0a676 HTTP/1.1" 200 1494 0.003921 10.0.0.50 - - [2026-04-06 02:15:49] "GET /routing-instance/9a62099a-96a9-40b0-a9ef-27bf17f0a676 HTTP/1.1" 200 1494 0.003397 10.0.0.50 - - [2026-04-06 02:15:49] "GET /route-target/46ba4dd8-b40a-45cf-90cd-974af1078a66 HTTP/1.1" 200 1212 0.003138 10.0.0.50 - - [2026-04-06 02:15:49] "GET /virtual-network/5c8ce2e3-4b36-4359-b2a1-ed2240a2f60e HTTP/1.1" 200 2316 0.004614 10.0.0.50 - - [2026-04-06 02:15:49] "GET /routing-instance/9a62099a-96a9-40b0-a9ef-27bf17f0a676 HTTP/1.1" 200 1494 0.005158 10.0.0.50 - - [2026-04-06 02:15:49] "GET /virtual-network/5c8ce2e3-4b36-4359-b2a1-ed2240a2f60e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004993 10.0.0.50 - - [2026-04-06 02:15:49] "GET /virtual-network/5c8ce2e3-4b36-4359-b2a1-ed2240a2f60e HTTP/1.1" 200 2316 0.004637 10.0.0.50 - - [2026-04-06 02:15:49] "GET /routing-instance/9a62099a-96a9-40b0-a9ef-27bf17f0a676 HTTP/1.1" 200 1494 0.003660 10.0.0.50 - - [2026-04-06 02:15:49] "GET /routing-instance/9a62099a-96a9-40b0-a9ef-27bf17f0a676 HTTP/1.1" 200 1494 0.004271 10.0.0.50 - - [2026-04-06 02:15:49] "GET /route-target/46ba4dd8-b40a-45cf-90cd-974af1078a66 HTTP/1.1" 200 1212 0.003069 10.0.0.50 - - [2026-04-06 02:15:49] "GET /domains HTTP/1.1" 200 280 0.002702 10.0.0.50 - - [2026-04-06 02:15:49] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.50 - - [2026-04-06 02:15:49] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2751 0.006411 10.0.0.50 - - [2026-04-06 02:15:49] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001020 10.0.0.50 - - [2026-04-06 02:15:49] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530 HTTP/1.1" 200 2298 0.066075 10.0.0.50 - - [2026-04-06 02:15:49] "GET /virtual-network/5c8ce2e3-4b36-4359-b2a1-ed2240a2f60e HTTP/1.1" 200 2316 0.004273 10.0.0.50 - - [2026-04-06 02:15:49] "GET /obj-perms HTTP/1.1" 200 5026 0.002627 10.0.0.50 - - [2026-04-06 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.50 - - [2026-04-06 02:15:49] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001477 10.0.0.50 - - [2026-04-06 02:15:49] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.022561 10.0.0.50 - - [2026-04-06 02:15:49] "POST /neutron/network HTTP/1.1" 200 117 0.012390 10.0.0.50 - - [2026-04-06 02:15:49] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001116 10.0.0.50 - - [2026-04-06 02:15:50] "POST /neutron/network HTTP/1.1" 200 615 0.064942 10.0.0.50 - - [2026-04-06 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.010521 10.0.0.50 - - [2026-04-06 02:15:50] "POST /useragent-kv HTTP/1.1" 200 115 0.005091 10.0.0.50 - - [2026-04-06 02:15:50] "POST /neutron/subnet HTTP/1.1" 200 730 0.194554 10.0.0.50 - - [2026-04-06 02:15:50] "POST /neutron/network HTTP/1.1" 200 835 0.005445 10.0.0.50 - - [2026-04-06 02:15:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.001502 10.0.0.50 - - [2026-04-06 02:15:50] "GET /virtual-network/2a7dc0de-b4ca-4aee-8cf1-f36958453e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004971 10.0.0.50 - - [2026-04-06 02:15:50] "POST /neutron/network HTTP/1.1" 200 835 0.007210 10.0.0.50 - - [2026-04-06 02:15:50] "GET /virtual-network/2a7dc0de-b4ca-4aee-8cf1-f36958453e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006297 10.0.0.50 - - [2026-04-06 02:15:50] "POST /neutron/network HTTP/1.1" 200 835 0.005415 10.0.0.50 - - [2026-04-06 02:15:50] "POST /neutron/subnet HTTP/1.1" 200 730 0.007372 10.0.0.50 - - [2026-04-06 02:15:50] "GET /domains HTTP/1.1" 200 280 0.002459 10.0.0.50 - - [2026-04-06 02:15:50] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001135 10.0.0.50 - - [2026-04-06 02:15:50] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2751 0.006955 10.0.0.50 - - [2026-04-06 02:15:50] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001274 10.0.0.50 - - [2026-04-06 02:15:50] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530 HTTP/1.1" 200 2517 0.068202 10.0.0.50 - - [2026-04-06 02:15:50] "GET /virtual-network/2a7dc0de-b4ca-4aee-8cf1-f36958453e3b HTTP/1.1" 200 2327 0.006662 10.0.0.50 - - [2026-04-06 02:15:50] "GET /virtual-network/2a7dc0de-b4ca-4aee-8cf1-f36958453e3b HTTP/1.1" 200 2327 0.005073 10.0.0.50 - - [2026-04-06 02:15:50] "GET /routing-instance/5a4798e7-2240-4fb2-bafd-eb1791f376c8 HTTP/1.1" 200 1497 0.004671 10.0.0.50 - - [2026-04-06 02:15:50] "GET /routing-instance/5a4798e7-2240-4fb2-bafd-eb1791f376c8 HTTP/1.1" 200 1497 0.004002 10.0.0.50 - - [2026-04-06 02:15:50] "GET /route-target/0f819b7f-bf6d-4a26-9595-2d15fb619473 HTTP/1.1" 200 1214 0.003472 10.0.0.50 - - [2026-04-06 02:15:50] "GET /virtual-network/2a7dc0de-b4ca-4aee-8cf1-f36958453e3b HTTP/1.1" 200 2327 0.005138 10.0.0.50 - - [2026-04-06 02:15:50] "GET /routing-instance/5a4798e7-2240-4fb2-bafd-eb1791f376c8 HTTP/1.1" 200 1497 0.004171 10.0.0.50 - - [2026-04-06 02:15:50] "GET /virtual-network/2a7dc0de-b4ca-4aee-8cf1-f36958453e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004883 10.0.0.50 - - [2026-04-06 02:15:50] "GET /virtual-network/2a7dc0de-b4ca-4aee-8cf1-f36958453e3b HTTP/1.1" 200 2327 0.004873 10.0.0.50 - - [2026-04-06 02:15:50] "GET /routing-instance/5a4798e7-2240-4fb2-bafd-eb1791f376c8 HTTP/1.1" 200 1497 0.004068 10.0.0.50 - - [2026-04-06 02:15:50] "GET /routing-instance/5a4798e7-2240-4fb2-bafd-eb1791f376c8 HTTP/1.1" 200 1497 0.004641 10.0.0.50 - - [2026-04-06 02:15:50] "GET /route-target/0f819b7f-bf6d-4a26-9595-2d15fb619473 HTTP/1.1" 200 1214 0.004522 10.0.0.50 - - [2026-04-06 02:15:50] "GET /domains HTTP/1.1" 200 280 0.003082 10.0.0.50 - - [2026-04-06 02:15:50] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001496 10.0.0.50 - - [2026-04-06 02:15:50] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2751 0.010782 10.0.0.50 - - [2026-04-06 02:15:50] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001071 10.0.0.50 - - [2026-04-06 02:15:50] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530 HTTP/1.1" 200 2517 0.066944 10.0.0.50 - - [2026-04-06 02:15:50] "GET /virtual-network/2a7dc0de-b4ca-4aee-8cf1-f36958453e3b HTTP/1.1" 200 2327 0.005264 10.0.0.50 - - [2026-04-06 02:15:50] "GET /obj-perms HTTP/1.1" 200 5026 0.004000 10.0.0.50 - - [2026-04-06 02:15:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.001323 10.0.0.50 - - [2026-04-06 02:15:50] "POST /neutron/network HTTP/1.1" 200 841 0.006932 10.0.0.50 - - [2026-04-06 02:15:50] "GET /aaa-mode HTTP/1.1" 401 292 0.000442 10.0.0.50 - - [2026-04-06 02:15:51] "GET / HTTP/1.1" 200 35931 0.001545 10.0.0.50 - - [2026-04-06 02:15:51] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000397 10.0.0.50 - - [2026-04-06 02:15:51] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001551 10.0.0.50 - - [2026-04-06 02:15:51] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.057203 10.0.0.50 - - [2026-04-06 02:15:51] "POST /neutron/network HTTP/1.1" 200 831 0.005624 10.0.0.50 - - [2026-04-06 02:15:51] "POST /neutron/port HTTP/1.1" 200 117 0.006485 10.0.0.50 - - [2026-04-06 02:15:51] "POST /neutron/port HTTP/1.1" 200 117 0.005219 10.0.0.50 - - [2026-04-06 02:15:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.001427 10.0.0.50 - - [2026-04-06 02:15:52] "POST /neutron/port HTTP/1.1" 200 117 0.005455 10.0.0.50 - - [2026-04-06 02:15:52] "POST /neutron/network HTTP/1.1" 200 845 0.005376 10.0.0.50 - - [2026-04-06 02:15:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000459 10.0.0.50 - - [2026-04-06 02:15:52] "POST /neutron/network HTTP/1.1" 200 841 0.006829 10.0.0.50 - - [2026-04-06 02:15:52] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001335 10.0.0.50 - - [2026-04-06 02:15:52] "GET / HTTP/1.1" 200 35931 0.001727 10.0.0.50 - - [2026-04-06 02:15:52] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000469 10.0.0.50 - - [2026-04-06 02:15:52] "POST /neutron/port HTTP/1.1" 200 1057 0.229632 10.0.0.50 - - [2026-04-06 02:15:52] "POST /neutron/port HTTP/1.1" 200 1057 0.014262 10.0.0.50 - - [2026-04-06 02:15:52] "POST /neutron/port HTTP/1.1" 200 1057 0.009896 10.0.0.50 - - [2026-04-06 02:15:52] "POST /neutron/port HTTP/1.1" 200 1111 0.065356 10.0.0.50 - - [2026-04-06 02:15:52] "POST /neutron/port HTTP/1.1" 200 1121 0.020746 10.0.0.50 - - [2026-04-06 02:15:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005351 10.0.0.50 - - [2026-04-06 02:15:52] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.50 - - [2026-04-06 02:15:52] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.060372 10.0.0.50 - - [2026-04-06 02:15:52] "POST /neutron/subnet HTTP/1.1" 200 693 0.015268 10.0.0.50 - - [2026-04-06 02:15:52] "POST /neutron/network HTTP/1.1" 200 835 0.005947 10.0.0.50 - - [2026-04-06 02:15:52] "POST /neutron/port HTTP/1.1" 200 117 0.001027 10.0.0.50 - - [2026-04-06 02:15:52] "POST /neutron/network HTTP/1.1" 200 831 0.005203 10.0.0.50 - - [2026-04-06 02:15:53] "POST /neutron/port HTTP/1.1" 200 1121 0.016942 10.0.0.50 - - [2026-04-06 02:15:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.015037 10.0.0.50 - - [2026-04-06 02:15:53] "POST /neutron/port HTTP/1.1" 200 117 0.006237 10.0.0.50 - - [2026-04-06 02:15:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.002987 10.0.0.50 - - [2026-04-06 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.50 - - [2026-04-06 02:15:53] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001017 10.0.0.50 - - [2026-04-06 02:15:53] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006767 10.0.0.50 - - [2026-04-06 02:15:53] "POST /service-templates HTTP/1.1" 200 543 0.024381 10.0.0.50 - - [2026-04-06 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.50 - - [2026-04-06 02:15:53] "GET /service-template/519efe3b-97f8-4aa8-9773-3297737a7048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005438 10.0.0.50 - - [2026-04-06 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.50 - - [2026-04-06 02:15:53] "GET /service-template/519efe3b-97f8-4aa8-9773-3297737a7048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003633 10.0.0.50 - - [2026-04-06 02:15:53] "POST /neutron/network HTTP/1.1" 200 845 0.009347 10.0.0.50 - - [2026-04-06 02:15:53] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001086 10.0.0.50 - - [2026-04-06 02:15:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001598 10.0.0.50 - - [2026-04-06 02:15:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001745 10.0.0.50 - - [2026-04-06 02:15:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.002761 10.0.0.50 - - [2026-04-06 02:15:53] "POST /neutron/port HTTP/1.1" 200 1059 0.252349 10.0.0.50 - - [2026-04-06 02:15:53] "POST /neutron/port HTTP/1.1" 200 1059 0.013094 10.0.0.50 - - [2026-04-06 02:15:53] "POST /neutron/port HTTP/1.1" 200 1059 0.013507 10.0.0.50 - - [2026-04-06 02:15:53] "POST /neutron/port HTTP/1.1" 200 1113 0.112924 10.0.0.50 - - [2026-04-06 02:15:53] "POST /neutron/port HTTP/1.1" 200 2092 0.037959 10.0.0.50 - - [2026-04-06 02:15:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005899 10.0.0.50 - - [2026-04-06 02:15:54] "POST /neutron/port HTTP/1.1" 200 1123 0.013417 10.0.0.50 - - [2026-04-06 02:15:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004232 10.0.0.50 - - [2026-04-06 02:15:54] "POST /neutron/subnet HTTP/1.1" 200 704 0.009093 10.0.0.50 - - [2026-04-06 02:15:54] "POST /neutron/port HTTP/1.1" 200 117 0.001402 10.0.0.50 - - [2026-04-06 02:15:54] "POST /neutron/network HTTP/1.1" 200 835 0.006363 10.0.0.50 - - [2026-04-06 02:15:54] "POST /neutron/network HTTP/1.1" 200 2221 0.020417 10.0.0.50 - - [2026-04-06 02:15:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000429 10.0.0.50 - - [2026-04-06 02:15:55] "GET / HTTP/1.1" 200 35931 0.001779 10.0.0.50 - - [2026-04-06 02:15:55] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000365 10.0.0.50 - - [2026-04-06 02:15:55] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001255 10.0.0.50 - - [2026-04-06 02:15:55] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.067759 10.0.0.50 - - [2026-04-06 02:15:55] "POST /neutron/network HTTP/1.1" 200 830 0.006710 10.0.0.50 - - [2026-04-06 02:15:55] "POST /neutron/network HTTP/1.1" 200 831 0.005970 10.0.0.50 - - [2026-04-06 02:15:55] "POST /neutron/network HTTP/1.1" 200 835 0.006140 10.0.0.50 - - [2026-04-06 02:15:55] "POST /neutron/port HTTP/1.1" 200 2092 0.019031 10.0.0.50 - - [2026-04-06 02:15:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006286 10.0.0.50 - - [2026-04-06 02:15:55] "POST /neutron/port HTTP/1.1" 200 117 0.006929 10.0.0.50 - - [2026-04-06 02:15:55] "POST /neutron/port HTTP/1.1" 200 117 0.007360 10.0.0.50 - - [2026-04-06 02:15:56] "POST /neutron/network HTTP/1.1" 200 2221 0.015821 10.0.0.50 - - [2026-04-06 02:15:56] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001158 10.0.0.50 - - [2026-04-06 02:15:56] "POST /neutron/port HTTP/1.1" 200 1056 0.257364 10.0.0.50 - - [2026-04-06 02:15:56] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001569 10.0.0.50 - - [2026-04-06 02:15:56] "POST /neutron/port HTTP/1.1" 200 1057 0.207486 10.0.0.50 - - [2026-04-06 02:15:56] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001105 10.0.0.50 - - [2026-04-06 02:15:56] "POST /neutron/port HTTP/1.1" 200 1059 0.185535 10.0.0.50 - - [2026-04-06 02:15:56] "POST /neutron/port HTTP/1.1" 200 1056 0.012636 10.0.0.50 - - [2026-04-06 02:15:56] "POST /neutron/port HTTP/1.1" 200 1056 0.010626 10.0.0.50 - - [2026-04-06 02:15:57] "POST /neutron/port HTTP/1.1" 200 1110 0.078532 10.0.0.50 - - [2026-04-06 02:15:57] "POST /neutron/port HTTP/1.1" 200 1057 0.011658 10.0.0.50 - - [2026-04-06 02:15:57] "POST /neutron/port HTTP/1.1" 200 1057 0.010219 10.0.0.50 - - [2026-04-06 02:15:57] "POST /neutron/port HTTP/1.1" 200 1111 0.072396 10.0.0.50 - - [2026-04-06 02:15:57] "POST /neutron/port HTTP/1.1" 200 1059 0.012163 10.0.0.50 - - [2026-04-06 02:15:57] "POST /neutron/port HTTP/1.1" 200 1059 0.009788 10.0.0.50 - - [2026-04-06 02:15:57] "POST /neutron/port HTTP/1.1" 200 1113 0.080466 10.0.0.50 - - [2026-04-06 02:15:57] "POST /neutron/port HTTP/1.1" 200 3059 0.020033 10.0.0.50 - - [2026-04-06 02:15:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003817 10.0.0.50 - - [2026-04-06 02:15:57] "POST /neutron/subnet HTTP/1.1" 200 689 0.007092 10.0.0.50 - - [2026-04-06 02:15:57] "POST /neutron/port HTTP/1.1" 200 117 0.001294 10.0.0.50 - - [2026-04-06 02:15:57] "POST /neutron/network HTTP/1.1" 200 830 0.005474 10.0.0.50 - - [2026-04-06 02:15:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004189 10.0.0.50 - - [2026-04-06 02:15:57] "POST /neutron/subnet HTTP/1.1" 200 693 0.008296 10.0.0.50 - - [2026-04-06 02:15:57] "POST /neutron/port HTTP/1.1" 200 117 0.001540 10.0.0.50 - - [2026-04-06 02:15:57] "POST /neutron/network HTTP/1.1" 200 831 0.007642 10.0.0.50 - - [2026-04-06 02:15:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003784 10.0.0.50 - - [2026-04-06 02:15:57] "POST /neutron/subnet HTTP/1.1" 200 704 0.008482 10.0.0.50 - - [2026-04-06 02:15:57] "POST /neutron/port HTTP/1.1" 200 117 0.001683 10.0.0.50 - - [2026-04-06 02:15:57] "POST /neutron/network HTTP/1.1" 200 835 0.007471 10.0.0.50 - - [2026-04-06 02:16:00] "POST /neutron/port HTTP/1.1" 200 3059 0.021584 10.0.0.50 - - [2026-04-06 02:16:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009436 10.0.0.50 - - [2026-04-06 02:16:01] "POST /neutron/port HTTP/1.1" 200 3059 0.022370 10.0.0.50 - - [2026-04-06 02:16:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008259 10.0.0.50 - - [2026-04-06 02:16:01] "POST /neutron/port HTTP/1.1" 200 3059 0.028883 10.0.0.50 - - [2026-04-06 02:16:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006797 10.0.0.50 - - [2026-04-06 02:16:01] "POST /neutron/port HTTP/1.1" 200 3059 0.023358 10.0.0.50 - - [2026-04-06 02:16:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006525 10.0.0.50 - - [2026-04-06 02:16:01] "POST /neutron/port HTTP/1.1" 200 3059 0.018968 10.0.0.50 - - [2026-04-06 02:16:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007668 10.0.0.50 - - [2026-04-06 02:16:01] "GET /virtual-machine/903f8df7-787d-4aff-ab0d-9dd05e0ec0e3 HTTP/1.1" 200 1803 0.010839 10.0.0.50 - - [2026-04-06 02:16:01] "GET /virtual-machine-interface/21bd2c4b-68b0-4014-96ef-a9b5eed3fca2 HTTP/1.1" 200 2949 0.005745 10.0.0.50 - - [2026-04-06 02:16:01] "GET /virtual-machine-interface/7556ac33-de4c-410c-b6bd-e23bc4272824 HTTP/1.1" 200 2946 0.005367 10.0.0.50 - - [2026-04-06 02:16:01] "GET /virtual-machine-interface/81c31df9-5e7c-4993-84aa-fadcbe1b7c6e HTTP/1.1" 200 2945 0.005016 10.0.0.50 - - [2026-04-06 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.50 - - [2026-04-06 02:16:01] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003469 10.0.0.50 - - [2026-04-06 02:16:01] "GET /virtual-networks?parent_id=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003530 10.0.0.50 - - [2026-04-06 02:16:01] "GET /virtual-network/a9755350-bf6c-4cf2-9a16-b80ad5bc368a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005814 10.0.0.50 - - [2026-04-06 02:16:02] "POST /neutron/port HTTP/1.1" 200 1121 0.015888 10.0.0.50 - - [2026-04-06 02:16:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006134 10.0.0.50 - - [2026-04-06 02:16:03] "POST /neutron/port HTTP/1.1" 200 1123 0.011656 10.0.0.50 - - [2026-04-06 02:16:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006507 10.0.0.50 - - [2026-04-06 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.50 - - [2026-04-06 02:16:04] "GET /virtual-network/a9755350-bf6c-4cf2-9a16-b80ad5bc368a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005633 10.0.0.50 - - [2026-04-06 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.50 - - [2026-04-06 02:16:08] "GET /virtual-network/a9755350-bf6c-4cf2-9a16-b80ad5bc368a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006397 10.0.0.50 - - [2026-04-06 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.50 - - [2026-04-06 02:16:13] "GET /virtual-network/a9755350-bf6c-4cf2-9a16-b80ad5bc368a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004730 10.0.0.50 - - [2026-04-06 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.50 - - [2026-04-06 02:16:17] "GET /virtual-network/a9755350-bf6c-4cf2-9a16-b80ad5bc368a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004890 10.0.0.50 - - [2026-04-06 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.50 - - [2026-04-06 02:16:19] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003393 10.0.0.50 - - [2026-04-06 02:16:19] "GET /virtual-networks?parent_id=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003534 10.0.0.50 - - [2026-04-06 02:16:19] "GET /virtual-network/a9755350-bf6c-4cf2-9a16-b80ad5bc368a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005212 10.0.0.50 - - [2026-04-06 02:16:19] "POST /neutron/port HTTP/1.1" 200 3059 0.020200 10.0.0.50 - - [2026-04-06 02:16:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006789 10.0.0.50 - - [2026-04-06 02:16:20] "DELETE /project/21080de028ba425a932c2c6aa6e2e530 HTTP/1.1" 404 173 0.004503 10.0.0.50 - - [2026-04-06 02:16:20] "GET /projects?obj_uuids=0129f53c-8661-4d28-a1ad-7d027c455de6&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001159 10.0.0.50 - - [2026-04-06 02:16:20] "GET /project/0129f53c-8661-4d28-a1ad-7d027c455de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.027261 10.0.0.50 - - [2026-04-06 02:16:20] "GET /projects?obj_uuids=0129f53c-8661-4d28-a1ad-7d027c455de6&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000988 10.0.0.50 - - [2026-04-06 02:16:20] "GET /project/0129f53c-8661-4d28-a1ad-7d027c455de6?fields=security_groups HTTP/1.1" 200 1340 0.066699 10.0.0.50 - - [2026-04-06 02:16:21] "DELETE /security-group/d70470b4-71d6-43cb-a4ac-ee440407d6ab HTTP/1.1" 200 115 0.036012 10.0.0.50 - - [2026-04-06 02:16:21] "GET /projects?obj_uuids=0129f53c-8661-4d28-a1ad-7d027c455de6&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001117 10.0.0.50 - - [2026-04-06 02:16:21] "DELETE /access-control-list/ccb56678-5aa6-4e78-8729-fe0578c7f4d7 HTTP/1.1" 200 115 0.027535 10.0.0.50 - - [2026-04-06 02:16:21] "GET /project/0129f53c-8661-4d28-a1ad-7d027c455de6?fields=application_policy_sets HTTP/1.1" 200 1379 0.034025 10.0.0.50 - - [2026-04-06 02:16:21] "DELETE /access-control-list/6bce8518-3b59-49d4-b267-3d5d4b442a29 HTTP/1.1" 200 115 0.028746 10.0.0.50 - - [2026-04-06 02:16:21] "DELETE /project/0129f53c-8661-4d28-a1ad-7d027c455de6 HTTP/1.1" 200 115 0.312976 10.0.0.50 - - [2026-04-06 02:16:24] "POST /neutron/port HTTP/1.1" 200 3059 0.020606 10.0.0.50 - - [2026-04-06 02:16:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006017 10.0.0.50 - - [2026-04-06 02:16:26] "GET /obj-perms HTTP/1.1" 200 5056 0.055778 10.0.0.50 - - [2026-04-06 02:16:27] "GET /obj-perms HTTP/1.1" 200 5056 0.060942 10.0.0.50 - - [2026-04-06 02:16:29] "POST /neutron/port HTTP/1.1" 200 3059 0.019020 10.0.0.50 - - [2026-04-06 02:16:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005773 10.0.0.50 - - [2026-04-06 02:16:29] "POST /neutron/port HTTP/1.1" 200 3059 0.022082 10.0.0.50 - - [2026-04-06 02:16:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008953 10.0.0.50 - - [2026-04-06 02:16:35] "POST /neutron/port HTTP/1.1" 200 3059 0.019313 10.0.0.50 - - [2026-04-06 02:16:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006910 10.0.0.50 - - [2026-04-06 02:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.50 - - [2026-04-06 02:16:40] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003141 10.0.0.50 - - [2026-04-06 02:16:40] "GET /virtual-networks?parent_id=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003140 10.0.0.50 - - [2026-04-06 02:16:40] "GET /virtual-network/5c8ce2e3-4b36-4359-b2a1-ed2240a2f60e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005535 10.0.0.50 - - [2026-04-06 02:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.50 - - [2026-04-06 02:16:40] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002992 10.0.0.50 - - [2026-04-06 02:16:40] "GET /virtual-networks?parent_id=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002930 10.0.0.50 - - [2026-04-06 02:16:40] "GET /virtual-network/2a7dc0de-b4ca-4aee-8cf1-f36958453e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005360 10.0.0.50 - - [2026-04-06 02:16:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.002774 10.0.0.50 - - [2026-04-06 02:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.50 - - [2026-04-06 02:16:40] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.034474 10.0.0.50 - - [2026-04-06 02:16:40] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.060431 10.0.0.50 - - [2026-04-06 02:16:41] "POST /service-instances HTTP/1.1" 200 543 0.065562 10.0.0.50 - - [2026-04-06 02:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.50 - - [2026-04-06 02:16:41] "GET /service-instance/c88c80af-f0c0-46db-be4e-2d58540a6347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.005013 10.0.0.50 - - [2026-04-06 02:16:41] "POST /port-tuples HTTP/1.1" 200 586 0.023685 10.0.0.50 - - [2026-04-06 02:16:41] "GET /virtual-machine-interface/81c31df9-5e7c-4993-84aa-fadcbe1b7c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.005143 10.0.0.50 - - [2026-04-06 02:16:41] "PUT /virtual-machine-interface/81c31df9-5e7c-4993-84aa-fadcbe1b7c6e HTTP/1.1" 200 284 0.010784 10.0.0.50 - - [2026-04-06 02:16:41] "POST /ref-update HTTP/1.1" 200 156 0.009821 10.0.0.50 - - [2026-04-06 02:16:41] "POST /instance-ips HTTP/1.1" 200 385 0.024679 10.0.0.50 - - [2026-04-06 02:16:41] "GET /virtual-machine-interface/7556ac33-de4c-410c-b6bd-e23bc4272824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.004405 10.0.0.50 - - [2026-04-06 02:16:41] "POST /ref-update HTTP/1.1" 200 156 0.016523 10.0.0.50 - - [2026-04-06 02:16:41] "PUT /virtual-machine-interface/7556ac33-de4c-410c-b6bd-e23bc4272824 HTTP/1.1" 200 284 0.011695 10.0.0.50 - - [2026-04-06 02:16:41] "POST /ref-update HTTP/1.1" 200 156 0.008009 10.0.0.50 - - [2026-04-06 02:16:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003470 10.0.0.50 - - [2026-04-06 02:16:41] "POST /ref-update HTTP/1.1" 200 156 0.009140 10.0.0.50 - - [2026-04-06 02:16:41] "GET /virtual-machine-interface/21bd2c4b-68b0-4014-96ef-a9b5eed3fca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.005891 10.0.0.50 - - [2026-04-06 02:16:41] "POST /instance-ips HTTP/1.1" 200 385 0.024752 10.0.0.50 - - [2026-04-06 02:16:41] "PUT /virtual-machine-interface/21bd2c4b-68b0-4014-96ef-a9b5eed3fca2 HTTP/1.1" 200 284 0.011367 10.0.0.50 - - [2026-04-06 02:16:41] "POST /ref-update HTTP/1.1" 200 156 0.007561 10.0.0.50 - - [2026-04-06 02:16:41] "POST /ref-update HTTP/1.1" 200 156 0.009609 10.0.0.50 - - [2026-04-06 02:16:41] "POST /ref-update HTTP/1.1" 200 156 0.008944 10.0.0.50 - - [2026-04-06 02:16:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.011226 10.0.0.50 - - [2026-04-06 02:16:41] "POST /neutron/port HTTP/1.1" 200 1121 0.018284 10.0.0.50 - - [2026-04-06 02:16:41] "POST /instance-ips HTTP/1.1" 200 373 0.022133 10.0.0.50 - - [2026-04-06 02:16:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006103 10.0.0.50 - - [2026-04-06 02:16:41] "POST /ref-update HTTP/1.1" 200 156 0.011924 10.0.0.50 - - [2026-04-06 02:16:41] "POST /neutron/port HTTP/1.1" 200 1121 0.016821 10.0.0.50 - - [2026-04-06 02:16:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006021 10.0.0.50 - - [2026-04-06 02:16:41] "POST /ref-update HTTP/1.1" 200 156 0.008949 10.0.0.50 - - [2026-04-06 02:16:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003632 10.0.0.50 - - [2026-04-06 02:16:41] "POST /neutron/port HTTP/1.1" 200 1121 0.017869 10.0.0.50 - - [2026-04-06 02:16:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008575 10.0.0.50 - - [2026-04-06 02:16:42] "GET /virtual-machine/f4580700-41ac-47b5-8dea-bafaea82d8d7 HTTP/1.1" 200 1291 0.006122 10.0.0.50 - - [2026-04-06 02:16:42] "GET /virtual-machine-interface/f58db0e7-7cdb-4f75-94e4-94d816b82d34 HTTP/1.1" 200 2947 0.004549 10.0.0.50 - - [2026-04-06 02:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.50 - - [2026-04-06 02:16:42] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003245 10.0.0.50 - - [2026-04-06 02:16:42] "POST /instance-ips HTTP/1.1" 200 373 0.031587 10.0.0.50 - - [2026-04-06 02:16:42] "GET /virtual-networks?parent_id=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005586 10.0.0.50 - - [2026-04-06 02:16:42] "POST /ref-update HTTP/1.1" 200 156 0.008580 10.0.0.50 - - [2026-04-06 02:16:42] "GET /virtual-network/5c8ce2e3-4b36-4359-b2a1-ed2240a2f60e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004879 10.0.0.50 - - [2026-04-06 02:16:42] "POST /ref-update HTTP/1.1" 200 156 0.011935 10.0.0.50 - - [2026-04-06 02:16:42] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002863 10.0.0.50 - - [2026-04-06 02:16:42] "POST /instance-ips HTTP/1.1" 200 375 0.016929 10.0.0.50 - - [2026-04-06 02:16:42] "POST /ref-update HTTP/1.1" 200 156 0.008763 10.0.0.50 - - [2026-04-06 02:16:42] "POST /ref-update HTTP/1.1" 200 156 0.008378 10.0.0.50 - - [2026-04-06 02:16:42] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002936 10.0.0.50 - - [2026-04-06 02:16:42] "POST /instance-ips HTTP/1.1" 200 375 0.013333 10.0.0.50 - - [2026-04-06 02:16:42] "POST /ref-update HTTP/1.1" 200 156 0.009283 10.0.0.50 - - [2026-04-06 02:16:42] "POST /ref-update HTTP/1.1" 200 156 0.007736 10.0.0.50 - - [2026-04-06 02:16:42] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003074 10.0.0.50 - - [2026-04-06 02:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.50 - - [2026-04-06 02:16:43] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003288 10.0.0.50 - - [2026-04-06 02:16:43] "GET /virtual-networks?parent_id=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003201 10.0.0.50 - - [2026-04-06 02:16:43] "GET /virtual-network/5c8ce2e3-4b36-4359-b2a1-ed2240a2f60e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005126 10.0.0.50 - - [2026-04-06 02:16:43] "POST /neutron/port HTTP/1.1" 200 1123 0.014163 10.0.0.50 - - [2026-04-06 02:16:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006629 10.0.0.50 - - [2026-04-06 02:16:43] "POST /neutron/port HTTP/1.1" 200 1123 0.012062 10.0.0.50 - - [2026-04-06 02:16:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005786 10.0.0.50 - - [2026-04-06 02:16:43] "POST /neutron/port HTTP/1.1" 200 1123 0.013698 10.0.0.50 - - [2026-04-06 02:16:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006854 10.0.0.50 - - [2026-04-06 02:16:43] "GET /virtual-machine/c1dd219d-8866-4f91-a0df-98fa0556085d HTTP/1.1" 200 1291 0.004888 10.0.0.50 - - [2026-04-06 02:16:43] "GET /virtual-machine-interface/014910d4-3ea6-4e90-95fb-ce83146eac92 HTTP/1.1" 200 2947 0.004538 10.0.0.50 - - [2026-04-06 02:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.50 - - [2026-04-06 02:16:43] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003605 10.0.0.50 - - [2026-04-06 02:16:43] "GET /virtual-networks?parent_id=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003099 10.0.0.50 - - [2026-04-06 02:16:43] "GET /virtual-network/2a7dc0de-b4ca-4aee-8cf1-f36958453e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005064 10.0.0.50 - - [2026-04-06 02:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.50 - - [2026-04-06 02:16:45] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003340 10.0.0.50 - - [2026-04-06 02:16:45] "GET /virtual-networks?parent_id=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002866 10.0.0.50 - - [2026-04-06 02:16:45] "GET /virtual-network/2a7dc0de-b4ca-4aee-8cf1-f36958453e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005669 10.0.0.50 - - [2026-04-06 02:16:45] "POST /fqname-to-id HTTP/1.1" 404 211 0.003485 10.0.0.50 - - [2026-04-06 02:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.50 - - [2026-04-06 02:16:45] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001312 10.0.0.50 - - [2026-04-06 02:16:45] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.026042 10.0.0.50 - - [2026-04-06 02:16:45] "POST /network-policys HTTP/1.1" 200 547 0.016453 10.0.0.50 - - [2026-04-06 02:16:45] "GET /network-policy/04fcc526-b10d-4088-ab90-4a4a47aee518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004833 10.0.0.50 - - [2026-04-06 02:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.50 - - [2026-04-06 02:16:45] "GET /virtual-network/5c8ce2e3-4b36-4359-b2a1-ed2240a2f60e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005633 10.0.0.50 - - [2026-04-06 02:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.50 - - [2026-04-06 02:16:45] "GET /network-policy/04fcc526-b10d-4088-ab90-4a4a47aee518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003747 10.0.0.50 - - [2026-04-06 02:16:45] "POST /ref-update HTTP/1.1" 200 156 0.033034 10.0.0.50 - - [2026-04-06 02:16:45] "POST /fqname-to-id HTTP/1.1" 404 242 0.035771 10.0.0.50 - - [2026-04-06 02:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002296 10.0.0.50 - - [2026-04-06 02:16:45] "POST /access-control-lists HTTP/1.1" 200 601 0.058699 10.0.0.50 - - [2026-04-06 02:16:45] "GET /network-policy/04fcc526-b10d-4088-ab90-4a4a47aee518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003239 10.0.0.50 - - [2026-04-06 02:16:45] "POST /neutron/network HTTP/1.1" 200 919 0.007305 10.0.0.50 - - [2026-04-06 02:16:46] "GET /virtual-network/5c8ce2e3-4b36-4359-b2a1-ed2240a2f60e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005155 10.0.0.50 - - [2026-04-06 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.50 - - [2026-04-06 02:16:46] "GET /network-policy/04fcc526-b10d-4088-ab90-4a4a47aee518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004587 10.0.0.50 - - [2026-04-06 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.50 - - [2026-04-06 02:16:46] "GET /virtual-network/2a7dc0de-b4ca-4aee-8cf1-f36958453e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004797 10.0.0.50 - - [2026-04-06 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.50 - - [2026-04-06 02:16:46] "GET /network-policy/04fcc526-b10d-4088-ab90-4a4a47aee518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003379 10.0.0.50 - - [2026-04-06 02:16:46] "POST /fqname-to-id HTTP/1.1" 404 244 0.002744 10.0.0.50 - - [2026-04-06 02:16:46] "POST /ref-update HTTP/1.1" 200 156 0.028229 10.0.0.50 - - [2026-04-06 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.50 - - [2026-04-06 02:16:46] "POST /access-control-lists HTTP/1.1" 200 604 0.061087 10.0.0.50 - - [2026-04-06 02:16:46] "GET /network-policy/04fcc526-b10d-4088-ab90-4a4a47aee518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003355 10.0.0.50 - - [2026-04-06 02:16:46] "POST /routing-instances HTTP/1.1" 200 759 0.016814 10.0.0.50 - - [2026-04-06 02:16:46] "POST /neutron/network HTTP/1.1" 200 923 0.007640 10.0.0.50 - - [2026-04-06 02:16:46] "GET /virtual-network/2a7dc0de-b4ca-4aee-8cf1-f36958453e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005264 10.0.0.50 - - [2026-04-06 02:16:46] "POST /route-targets HTTP/1.1" 200 327 0.010029 10.0.0.50 - - [2026-04-06 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.50 - - [2026-04-06 02:16:46] "POST /ref-update HTTP/1.1" 200 156 0.010282 10.0.0.50 - - [2026-04-06 02:16:46] "GET /network-policy/04fcc526-b10d-4088-ab90-4a4a47aee518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003382 10.0.0.50 - - [2026-04-06 02:16:46] "GET /routing-instance/a30bd2b3-402f-446c-b66f-7a272c47a1f5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.004309 10.0.0.50 - - [2026-04-06 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.50 - - [2026-04-06 02:16:46] "GET /routing-instance/a30bd2b3-402f-446c-b66f-7a272c47a1f5?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.004215 10.0.0.50 - - [2026-04-06 02:16:46] "GET /service-template/519efe3b-97f8-4aa8-9773-3297737a7048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003746 10.0.0.50 - - [2026-04-06 02:16:46] "POST /ref-update HTTP/1.1" 200 156 0.009084 10.0.0.50 - - [2026-04-06 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.50 - - [2026-04-06 02:16:46] "POST /routing-instances HTTP/1.1" 200 760 0.015955 10.0.0.50 - - [2026-04-06 02:16:46] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001477 10.0.0.50 - - [2026-04-06 02:16:46] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.028498 10.0.0.50 - - [2026-04-06 02:16:46] "POST /route-targets HTTP/1.1" 200 327 0.010996 10.0.0.50 - - [2026-04-06 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.50 - - [2026-04-06 02:16:46] "POST /ref-update HTTP/1.1" 200 156 0.010447 10.0.0.50 - - [2026-04-06 02:16:46] "GET /service-instance/c88c80af-f0c0-46db-be4e-2d58540a6347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.005698 10.0.0.50 - - [2026-04-06 02:16:46] "GET /routing-instance/9e316bd6-e114-4cca-aac0-209f9a4a6414?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1289 0.004642 10.0.0.50 - - [2026-04-06 02:16:47] "GET /domains HTTP/1.1" 200 280 0.003624 10.0.0.50 - - [2026-04-06 02:16:47] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001591 10.0.0.50 - - [2026-04-06 02:16:47] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2772 0.009538 10.0.0.50 - - [2026-04-06 02:16:47] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001493 10.0.0.50 - - [2026-04-06 02:16:47] "GET /routing-instance/9e316bd6-e114-4cca-aac0-209f9a4a6414?fields=routing_policy_back_refs HTTP/1.1" 200 1289 0.003887 10.0.0.50 - - [2026-04-06 02:16:47] "PUT /routing-instance/a30bd2b3-402f-446c-b66f-7a272c47a1f5 HTTP/1.1" 200 266 0.014950 10.0.0.50 - - [2026-04-06 02:16:47] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530 HTTP/1.1" 200 4233 0.078846 10.0.0.50 - - [2026-04-06 02:16:47] "GET /service-instance/c88c80af-f0c0-46db-be4e-2d58540a6347 HTTP/1.1" 200 3784 0.010213 10.0.0.50 - - [2026-04-06 02:16:47] "GET /domains HTTP/1.1" 200 280 0.002787 10.0.0.50 - - [2026-04-06 02:16:47] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.50 - - [2026-04-06 02:16:47] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2772 0.006848 10.0.0.50 - - [2026-04-06 02:16:47] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001499 10.0.0.50 - - [2026-04-06 02:16:47] "PUT /routing-instance/9e316bd6-e114-4cca-aac0-209f9a4a6414 HTTP/1.1" 200 266 0.016726 10.0.0.50 - - [2026-04-06 02:16:47] "POST /ref-update HTTP/1.1" 200 156 0.015574 10.0.0.50 - - [2026-04-06 02:16:47] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530 HTTP/1.1" 200 4233 0.091045 10.0.0.50 - - [2026-04-06 02:16:47] "GET /service-instance/c88c80af-f0c0-46db-be4e-2d58540a6347 HTTP/1.1" 200 3784 0.004540 10.0.0.50 - - [2026-04-06 02:16:47] "GET /port-tuple/79f2e824-9af6-452e-8a8b-32cc3652c086 HTTP/1.1" 200 1978 0.003604 10.0.0.50 - - [2026-04-06 02:16:47] "GET /virtual-machine-interface/21bd2c4b-68b0-4014-96ef-a9b5eed3fca2 HTTP/1.1" 200 3804 0.005446 10.0.0.50 - - [2026-04-06 02:16:47] "GET /virtual-machine-interface/7556ac33-de4c-410c-b6bd-e23bc4272824 HTTP/1.1" 200 3798 0.006613 10.0.0.50 - - [2026-04-06 02:16:47] "PUT /access-control-list/75dfe38e-20bf-4cd0-811b-03b6ad3b3c84 HTTP/1.1" 200 272 0.014868 10.0.0.50 - - [2026-04-06 02:16:47] "GET /virtual-machine-interface/81c31df9-5e7c-4993-84aa-fadcbe1b7c6e HTTP/1.1" 200 3815 0.008171 10.0.0.50 - - [2026-04-06 02:16:47] "PUT /access-control-list/25940cf5-1a83-487a-9120-86b315e0ce2d HTTP/1.1" 200 272 0.012609 10.0.0.50 - - [2026-04-06 02:16:47] "POST /neutron/port HTTP/1.1" 200 3830 0.044048 10.0.0.50 - - [2026-04-06 02:16:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006088 10.0.0.50 - - [2026-04-06 02:16:47] "POST /neutron/port HTTP/1.1" 200 3830 0.030816 10.0.0.50 - - [2026-04-06 02:16:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006546 10.0.0.50 - - [2026-04-06 02:16:47] "POST /neutron/port HTTP/1.1" 200 3830 0.028079 10.0.0.50 - - [2026-04-06 02:16:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006857 10.0.0.50 - - [2026-04-06 02:16:47] "POST /neutron/port HTTP/1.1" 200 3830 0.031459 10.0.0.50 - - [2026-04-06 02:16:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006194 10.0.0.50 - - [2026-04-06 02:16:47] "POST /neutron/network HTTP/1.1" 200 893 0.012549 10.0.0.50 - - [2026-04-06 02:16:47] "POST /neutron/network HTTP/1.1" 200 919 0.005919 10.0.0.50 - - [2026-04-06 02:16:47] "POST /neutron/network HTTP/1.1" 200 804 0.014560 10.0.0.50 - - [2026-04-06 02:16:47] "POST /neutron/network HTTP/1.1" 200 830 0.006454 10.0.0.50 - - [2026-04-06 02:16:47] "POST /neutron/network HTTP/1.1" 200 897 0.012365 10.0.0.50 - - [2026-04-06 02:16:47] "POST /neutron/network HTTP/1.1" 200 923 0.005275 10.0.0.50 - - [2026-04-06 02:16:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001304 10.0.0.50 - - [2026-04-06 02:16:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001319 10.0.0.50 - - [2026-04-06 02:16:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001536 10.0.0.50 - - [2026-04-06 02:16:47] "GET /virtual-machine/903f8df7-787d-4aff-ab0d-9dd05e0ec0e3 HTTP/1.1" 200 1803 0.004657 10.0.0.50 - - [2026-04-06 02:16:47] "GET /virtual-machine-interface/21bd2c4b-68b0-4014-96ef-a9b5eed3fca2 HTTP/1.1" 200 3804 0.005589 10.0.0.50 - - [2026-04-06 02:16:47] "GET /virtual-machine-interface/7556ac33-de4c-410c-b6bd-e23bc4272824 HTTP/1.1" 200 3798 0.005010 10.0.0.50 - - [2026-04-06 02:16:47] "GET /virtual-machine-interface/81c31df9-5e7c-4993-84aa-fadcbe1b7c6e HTTP/1.1" 200 3815 0.005102 10.0.0.50 - - [2026-04-06 02:16:47] "GET /instance-ip/621cdbca-a0a6-453c-9ae3-ee88f88a84d9 HTTP/1.1" 200 1958 0.004195 10.0.0.50 - - [2026-04-06 02:16:47] "GET /instance-ip/a99f23cd-ce70-46f0-b486-943dd800a686 HTTP/1.1" 200 1624 0.004846 10.0.0.50 - - [2026-04-06 02:16:47] "GET /instance-ip/f9bc4056-9da7-4e55-8041-dedc3c29d673 HTTP/1.1" 200 1960 0.003627 10.0.0.50 - - [2026-04-06 02:16:47] "GET /instance-ip/7e530776-0524-4794-be3d-33650ec9b8a5 HTTP/1.1" 200 1956 0.004262 10.0.0.50 - - [2026-04-06 02:16:47] "GET /instance-ip/a0cf47f5-0ac6-4764-b7d6-7f028f45d9a8 HTTP/1.1" 200 1955 0.003700 10.0.0.50 - - [2026-04-06 02:16:47] "GET /instance-ip/ec84dbe1-3742-4336-a0c6-a83175b10b37 HTTP/1.1" 200 1621 0.007172 10.0.0.50 - - [2026-04-06 02:16:48] "GET /instance-ip/78c39b83-a911-4417-968b-93f36310c73b HTTP/1.1" 200 1978 0.003657 10.0.0.50 - - [2026-04-06 02:16:48] "GET /instance-ip/83116776-f041-46e9-a085-b381fd9c9c96 HTTP/1.1" 200 1619 0.005234 10.0.0.50 - - [2026-04-06 02:16:48] "GET /instance-ip/d8f80fe1-8d22-4e1f-989f-39421de74a0f HTTP/1.1" 200 1981 0.004548 10.0.0.50 - - [2026-04-06 02:16:48] "POST /neutron/port HTTP/1.1" 200 3830 0.029021 10.0.0.50 - - [2026-04-06 02:16:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006034 10.0.0.50 - - [2026-04-06 02:16:48] "POST /neutron/port HTTP/1.1" 200 3830 0.028167 10.0.0.50 - - [2026-04-06 02:16:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006116 10.0.0.50 - - [2026-04-06 02:16:48] "POST /neutron/port HTTP/1.1" 200 3830 0.032042 10.0.0.50 - - [2026-04-06 02:16:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006083 10.0.0.50 - - [2026-04-06 02:16:48] "POST /neutron/port HTTP/1.1" 200 3830 0.028046 10.0.0.50 - - [2026-04-06 02:16:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007072 10.0.0.50 - - [2026-04-06 02:16:48] "GET /virtual-machine/903f8df7-787d-4aff-ab0d-9dd05e0ec0e3 HTTP/1.1" 200 1803 0.004087 10.0.0.50 - - [2026-04-06 02:16:48] "GET /virtual-machine-interface/21bd2c4b-68b0-4014-96ef-a9b5eed3fca2 HTTP/1.1" 200 3804 0.004805 10.0.0.50 - - [2026-04-06 02:16:48] "GET /virtual-machine-interface/7556ac33-de4c-410c-b6bd-e23bc4272824 HTTP/1.1" 200 3798 0.004853 10.0.0.50 - - [2026-04-06 02:16:48] "GET /virtual-machine-interface/81c31df9-5e7c-4993-84aa-fadcbe1b7c6e HTTP/1.1" 200 3815 0.004730 10.0.0.50 - - [2026-04-06 02:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.50 - - [2026-04-06 02:16:48] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003680 10.0.0.50 - - [2026-04-06 02:16:48] "GET /virtual-networks?parent_id=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003175 10.0.0.50 - - [2026-04-06 02:16:48] "GET /virtual-network/5c8ce2e3-4b36-4359-b2a1-ed2240a2f60e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005944 10.0.0.50 - - [2026-04-06 02:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.50 - - [2026-04-06 02:16:49] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003418 10.0.0.50 - - [2026-04-06 02:16:49] "GET /virtual-networks?parent_id=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003543 10.0.0.50 - - [2026-04-06 02:16:49] "GET /virtual-network/5c8ce2e3-4b36-4359-b2a1-ed2240a2f60e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005237 10.0.0.50 - - [2026-04-06 02:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.50 - - [2026-04-06 02:16:49] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003669 10.0.0.50 - - [2026-04-06 02:16:49] "GET /virtual-networks?parent_id=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003437 10.0.0.50 - - [2026-04-06 02:16:50] "GET /virtual-network/5c8ce2e3-4b36-4359-b2a1-ed2240a2f60e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005046 10.0.0.50 - - [2026-04-06 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.50 - - [2026-04-06 02:16:50] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003788 10.0.0.50 - - [2026-04-06 02:16:50] "GET /virtual-networks?parent_id=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003518 10.0.0.50 - - [2026-04-06 02:16:50] "GET /virtual-network/5c8ce2e3-4b36-4359-b2a1-ed2240a2f60e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005766 10.0.0.50 - - [2026-04-06 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.50 - - [2026-04-06 02:16:50] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004443 10.0.0.50 - - [2026-04-06 02:16:50] "GET /virtual-networks?parent_id=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003132 10.0.0.50 - - [2026-04-06 02:16:50] "GET /virtual-network/5c8ce2e3-4b36-4359-b2a1-ed2240a2f60e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.007360 10.0.0.50 - - [2026-04-06 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.50 - - [2026-04-06 02:16:50] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003911 10.0.0.50 - - [2026-04-06 02:16:50] "GET /virtual-networks?parent_id=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003244 10.0.0.50 - - [2026-04-06 02:16:50] "GET /virtual-network/a9755350-bf6c-4cf2-9a16-b80ad5bc368a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005740 10.0.0.50 - - [2026-04-06 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.50 - - [2026-04-06 02:16:50] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004540 10.0.0.50 - - [2026-04-06 02:16:50] "GET /virtual-networks?parent_id=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004191 10.0.0.50 - - [2026-04-06 02:16:50] "GET /virtual-network/a9755350-bf6c-4cf2-9a16-b80ad5bc368a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008183 10.0.0.50 - - [2026-04-06 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.50 - - [2026-04-06 02:16:50] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004347 10.0.0.50 - - [2026-04-06 02:16:51] "GET /virtual-networks?parent_id=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003612 10.0.0.50 - - [2026-04-06 02:16:51] "GET /virtual-network/a9755350-bf6c-4cf2-9a16-b80ad5bc368a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005094 10.0.0.50 - - [2026-04-06 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.50 - - [2026-04-06 02:16:51] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004216 10.0.0.50 - - [2026-04-06 02:16:51] "GET /virtual-networks?parent_id=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003345 10.0.0.50 - - [2026-04-06 02:16:51] "GET /virtual-network/a9755350-bf6c-4cf2-9a16-b80ad5bc368a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005445 10.0.0.50 - - [2026-04-06 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.50 - - [2026-04-06 02:16:51] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003136 10.0.0.50 - - [2026-04-06 02:16:51] "GET /virtual-networks?parent_id=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003211 10.0.0.50 - - [2026-04-06 02:16:51] "GET /virtual-network/2a7dc0de-b4ca-4aee-8cf1-f36958453e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006179 10.0.0.50 - - [2026-04-06 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.50 - - [2026-04-06 02:16:51] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004419 10.0.0.50 - - [2026-04-06 02:16:51] "GET /virtual-networks?parent_id=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003040 10.0.0.50 - - [2026-04-06 02:16:51] "GET /virtual-network/2a7dc0de-b4ca-4aee-8cf1-f36958453e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005456 10.0.0.50 - - [2026-04-06 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.50 - - [2026-04-06 02:16:51] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003987 10.0.0.50 - - [2026-04-06 02:16:51] "GET /virtual-networks?parent_id=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002998 10.0.0.50 - - [2026-04-06 02:16:51] "GET /virtual-network/2a7dc0de-b4ca-4aee-8cf1-f36958453e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004998 10.0.0.50 - - [2026-04-06 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.50 - - [2026-04-06 02:16:52] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003991 10.0.0.50 - - [2026-04-06 02:16:52] "GET /virtual-networks?parent_id=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003937 10.0.0.50 - - [2026-04-06 02:16:52] "GET /virtual-network/2a7dc0de-b4ca-4aee-8cf1-f36958453e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005063 10.0.0.50 - - [2026-04-06 02:16:52] "GET /virtual-machine/903f8df7-787d-4aff-ab0d-9dd05e0ec0e3 HTTP/1.1" 200 1803 0.003934 10.0.0.50 - - [2026-04-06 02:16:52] "GET /domains HTTP/1.1" 200 280 0.002512 10.0.0.50 - - [2026-04-06 02:16:52] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001309 10.0.0.50 - - [2026-04-06 02:16:52] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2772 0.007128 10.0.0.50 - - [2026-04-06 02:16:52] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000986 10.0.0.50 - - [2026-04-06 02:16:52] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530 HTTP/1.1" 200 4233 0.071872 10.0.0.50 - - [2026-04-06 02:16:52] "GET /service-instance/c88c80af-f0c0-46db-be4e-2d58540a6347 HTTP/1.1" 200 3784 0.004024 10.0.0.50 - - [2026-04-06 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.50 - - [2026-04-06 02:16:52] "GET /routing-instance/9a62099a-96a9-40b0-a9ef-27bf17f0a676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.003494 10.0.0.50 - - [2026-04-06 02:16:52] "GET /routing-instance/9a62099a-96a9-40b0-a9ef-27bf17f0a676?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.005022 10.0.0.50 - - [2026-04-06 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.50 - - [2026-04-06 02:16:52] "GET /routing-instance/5a4798e7-2240-4fb2-bafd-eb1791f376c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.005051 10.0.0.50 - - [2026-04-06 02:16:52] "GET /routing-instance/5a4798e7-2240-4fb2-bafd-eb1791f376c8?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.006164 10.0.0.50 - - [2026-04-06 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.50 - - [2026-04-06 02:16:52] "GET /virtual-network/5c8ce2e3-4b36-4359-b2a1-ed2240a2f60e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005586 10.0.0.50 - - [2026-04-06 02:16:52] "GET /virtual-network/5c8ce2e3-4b36-4359-b2a1-ed2240a2f60e?fields=routing_instances HTTP/1.1" 200 1683 0.006855 10.0.0.50 - - [2026-04-06 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.50 - - [2026-04-06 02:16:52] "GET /virtual-network/2a7dc0de-b4ca-4aee-8cf1-f36958453e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005620 10.0.0.50 - - [2026-04-06 02:16:52] "GET /virtual-network/2a7dc0de-b4ca-4aee-8cf1-f36958453e3b?fields=routing_instances HTTP/1.1" 200 1688 0.006723 10.0.0.50 - - [2026-04-06 02:16:56] "POST /ref-update HTTP/1.1" 200 156 0.033665 10.0.0.50 - - [2026-04-06 02:16:56] "POST /neutron/network HTTP/1.1" 200 835 0.005931 10.0.0.50 - - [2026-04-06 02:16:56] "DELETE /access-control-list/25940cf5-1a83-487a-9120-86b315e0ce2d HTTP/1.1" 200 115 0.041296 10.0.0.50 - - [2026-04-06 02:16:56] "GET /virtual-network/2a7dc0de-b4ca-4aee-8cf1-f36958453e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008137 10.0.0.50 - - [2026-04-06 02:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.50 - - [2026-04-06 02:16:57] "DELETE /routing-instance/a30bd2b3-402f-446c-b66f-7a272c47a1f5 HTTP/1.1" 200 115 0.025594 10.0.0.50 - - [2026-04-06 02:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.50 - - [2026-04-06 02:16:57] "GET /network-policy/04fcc526-b10d-4088-ab90-4a4a47aee518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004357 10.0.0.50 - - [2026-04-06 02:16:57] "DELETE /route-target/b9ea50dd-4173-42c1-abdc-61f40542f411 HTTP/1.1" 200 115 0.013631 10.0.0.50 - - [2026-04-06 02:16:57] "POST /ref-update HTTP/1.1" 200 156 0.026200 10.0.0.50 - - [2026-04-06 02:16:57] "DELETE /routing-instance/9e316bd6-e114-4cca-aac0-209f9a4a6414 HTTP/1.1" 200 115 0.036353 10.0.0.50 - - [2026-04-06 02:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002627 10.0.0.50 - - [2026-04-06 02:16:57] "POST /neutron/network HTTP/1.1" 200 831 0.006957 10.0.0.50 - - [2026-04-06 02:16:57] "GET /virtual-network/5c8ce2e3-4b36-4359-b2a1-ed2240a2f60e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004359 10.0.0.50 - - [2026-04-06 02:16:57] "DELETE /route-target/799552a4-3483-4938-813c-23cf83df7d77 HTTP/1.1" 200 115 0.015560 10.0.0.50 - - [2026-04-06 02:16:57] "DELETE /access-control-list/75dfe38e-20bf-4cd0-811b-03b6ad3b3c84 HTTP/1.1" 200 115 0.022588 10.0.0.50 - - [2026-04-06 02:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.50 - - [2026-04-06 02:16:57] "GET /network-policy/04fcc526-b10d-4088-ab90-4a4a47aee518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003593 10.0.0.50 - - [2026-04-06 02:16:57] "DELETE /network-policy/04fcc526-b10d-4088-ab90-4a4a47aee518 HTTP/1.1" 200 115 0.027016 10.0.0.50 - - [2026-04-06 02:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.50 - - [2026-04-06 02:16:57] "DELETE /service-instance/c88c80af-f0c0-46db-be4e-2d58540a6347 HTTP/1.1" 200 115 0.045550 10.0.0.50 - - [2026-04-06 02:16:57] "GET /domains HTTP/1.1" 200 280 0.002927 10.0.0.50 - - [2026-04-06 02:16:57] "POST /ref-update HTTP/1.1" 200 156 0.015134 10.0.0.50 - - [2026-04-06 02:16:57] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001250 10.0.0.50 - - [2026-04-06 02:16:57] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2772 0.009151 10.0.0.50 - - [2026-04-06 02:16:57] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001411 10.0.0.50 - - [2026-04-06 02:16:57] "DELETE /instance-ip/7e530776-0524-4794-be3d-33650ec9b8a5 HTTP/1.1" 200 115 0.030677 10.0.0.50 - - [2026-04-06 02:16:57] "POST /ref-update HTTP/1.1" 200 156 0.010187 10.0.0.50 - - [2026-04-06 02:16:57] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530 HTTP/1.1" 200 3759 0.069252 10.0.0.50 - - [2026-04-06 02:16:57] "GET /virtual-machine/903f8df7-787d-4aff-ab0d-9dd05e0ec0e3 HTTP/1.1" 200 1803 0.005095 10.0.0.50 - - [2026-04-06 02:16:57] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002564 10.0.0.50 - - [2026-04-06 02:16:57] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001767 10.0.0.50 - - [2026-04-06 02:16:57] "DELETE /instance-ip/a0cf47f5-0ac6-4764-b7d6-7f028f45d9a8 HTTP/1.1" 200 115 0.026917 10.0.0.50 - - [2026-04-06 02:16:57] "POST /ref-update HTTP/1.1" 200 156 0.009770 10.0.0.50 - - [2026-04-06 02:16:57] "DELETE /instance-ip/78c39b83-a911-4417-968b-93f36310c73b HTTP/1.1" 200 115 0.028247 10.0.0.50 - - [2026-04-06 02:16:57] "POST /ref-update HTTP/1.1" 200 156 0.010746 10.0.0.50 - - [2026-04-06 02:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.50 - - [2026-04-06 02:16:57] "DELETE /service-template/519efe3b-97f8-4aa8-9773-3297737a7048 HTTP/1.1" 200 115 0.027176 10.0.0.50 - - [2026-04-06 02:16:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.009865 10.0.0.50 - - [2026-04-06 02:16:57] "DELETE /instance-ip/d8f80fe1-8d22-4e1f-989f-39421de74a0f HTTP/1.1" 200 115 0.029332 10.0.0.50 - - [2026-04-06 02:16:57] "POST /ref-update HTTP/1.1" 200 156 0.019713 10.0.0.50 - - [2026-04-06 02:16:57] "DELETE /instance-ip/621cdbca-a0a6-453c-9ae3-ee88f88a84d9 HTTP/1.1" 200 115 0.020094 10.0.0.50 - - [2026-04-06 02:16:57] "POST /ref-update HTTP/1.1" 200 156 0.010378 10.0.0.50 - - [2026-04-06 02:16:57] "DELETE /instance-ip/f9bc4056-9da7-4e55-8041-dedc3c29d673 HTTP/1.1" 200 115 0.025450 10.0.0.50 - - [2026-04-06 02:16:57] "POST /neutron/network HTTP/1.1" 200 835 0.008782 10.0.0.50 - - [2026-04-06 02:16:58] "POST /neutron/network HTTP/1.1" 400 204 0.015740 10.0.0.50 - - [2026-04-06 02:16:58] "POST /neutron/port HTTP/1.1" 200 1123 0.013191 10.0.0.50 - - [2026-04-06 02:16:58] "POST /neutron/port HTTP/1.1" 200 1113 0.014966 10.0.0.50 - - [2026-04-06 02:16:58] "POST /neutron/port HTTP/1.1" 200 1121 0.023648 10.0.0.50 - - [2026-04-06 02:16:58] "POST /neutron/port HTTP/1.1" 200 1111 0.016079 10.0.0.50 - - [2026-04-06 02:16:58] "POST /neutron/port HTTP/1.1" 200 151 0.136704 10.0.0.50 - - [2026-04-06 02:16:58] "POST /neutron/port HTTP/1.1" 200 151 0.127829 10.0.0.50 - - [2026-04-06 02:16:58] "POST /neutron/port HTTP/1.1" 200 3059 0.024910 10.0.0.50 - - [2026-04-06 02:16:58] "POST /neutron/port HTTP/1.1" 200 1111 0.015940 10.0.0.50 - - [2026-04-06 02:16:58] "POST /neutron/port HTTP/1.1" 200 151 0.118005 10.0.0.50 - - [2026-04-06 02:16:58] "POST /neutron/port HTTP/1.1" 200 1113 0.012412 10.0.0.50 - - [2026-04-06 02:16:59] "POST /neutron/port HTTP/1.1" 200 151 0.102448 10.0.0.50 - - [2026-04-06 02:16:59] "POST /neutron/port HTTP/1.1" 200 1110 0.013631 10.0.0.50 - - [2026-04-06 02:16:59] "POST /neutron/port HTTP/1.1" 200 151 0.095736 10.0.0.50 - - [2026-04-06 02:17:00] "POST /neutron/network HTTP/1.1" 200 835 0.006797 10.0.0.50 - - [2026-04-06 02:17:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003118 10.0.0.50 - - [2026-04-06 02:17:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003989 10.0.0.50 - - [2026-04-06 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.50 - - [2026-04-06 02:17:00] "POST /neutron/network HTTP/1.1" 200 151 0.084614 10.0.0.50 - - [2026-04-06 02:17:00] "GET /routing-instance/5a4798e7-2240-4fb2-bafd-eb1791f376c8 HTTP/1.1" 404 171 0.002453 10.0.0.50 - - [2026-04-06 02:17:00] "DELETE /route-target/0f819b7f-bf6d-4a26-9595-2d15fb619473 HTTP/1.1" 200 115 0.020470 10.0.0.50 - - [2026-04-06 02:17:00] "GET /domains HTTP/1.1" 200 280 0.003077 10.0.0.50 - - [2026-04-06 02:17:00] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.50 - - [2026-04-06 02:17:00] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2572 0.048219 10.0.0.50 - - [2026-04-06 02:17:00] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001051 10.0.0.50 - - [2026-04-06 02:17:00] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530 HTTP/1.1" 200 2298 0.070726 10.0.0.50 - - [2026-04-06 02:17:00] "POST /neutron/network HTTP/1.1" 200 831 0.007089 10.0.0.50 - - [2026-04-06 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.50 - - [2026-04-06 02:17:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003788 10.0.0.50 - - [2026-04-06 02:17:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001988 10.0.0.50 - - [2026-04-06 02:17:00] "POST /neutron/network HTTP/1.1" 200 151 0.090266 10.0.0.50 - - [2026-04-06 02:17:00] "DELETE /route-target/46ba4dd8-b40a-45cf-90cd-974af1078a66 HTTP/1.1" 200 115 0.021165 10.0.0.50 - - [2026-04-06 02:17:00] "GET /routing-instance/9a62099a-96a9-40b0-a9ef-27bf17f0a676 HTTP/1.1" 404 171 0.004614 10.0.0.50 - - [2026-04-06 02:17:00] "GET /domains HTTP/1.1" 200 280 0.003144 10.0.0.50 - - [2026-04-06 02:17:00] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001219 10.0.0.50 - - [2026-04-06 02:17:00] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2572 0.048233 10.0.0.50 - - [2026-04-06 02:17:00] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002578 10.0.0.50 - - [2026-04-06 02:17:00] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530 HTTP/1.1" 200 2080 0.070533 10.0.0.50 - - [2026-04-06 02:17:00] "POST /neutron/network HTTP/1.1" 200 830 0.008414 10.0.0.50 - - [2026-04-06 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004995 10.0.0.50 - - [2026-04-06 02:17:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003442 10.0.0.50 - - [2026-04-06 02:17:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003035 10.0.0.50 - - [2026-04-06 02:17:00] "POST /neutron/network HTTP/1.1" 200 151 0.086722 10.0.0.50 - - [2026-04-06 02:17:00] "DELETE /route-target/22fe059f-251e-400d-9301-dfe04584c41a HTTP/1.1" 200 115 0.023185 10.0.0.50 - - [2026-04-06 02:17:00] "GET /routing-instance/59514269-bd44-46c6-9e41-c5ea2dae3431 HTTP/1.1" 404 171 0.005424 10.0.0.50 - - [2026-04-06 02:17:00] "GET /domains HTTP/1.1" 200 280 0.002629 10.0.0.50 - - [2026-04-06 02:17:00] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.50 - - [2026-04-06 02:17:00] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2572 0.047832 10.0.0.50 - - [2026-04-06 02:17:00] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001680 10.0.0.50 - - [2026-04-06 02:17:00] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530 HTTP/1.1" 200 1840 0.071359 10.0.0.50 - - [2026-04-06 02:17:01] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001486 10.0.0.50 - - [2026-04-06 02:17:01] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.058561 10.0.0.50 - - [2026-04-06 02:17:01] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001151 10.0.0.50 - - [2026-04-06 02:17:01] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530?fields=virtual_networks HTTP/1.1" 200 1028 0.066168 10.0.0.50 - - [2026-04-06 02:17:01] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001258 10.0.0.50 - - [2026-04-06 02:17:01] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.029596 10.0.0.50 - - [2026-04-06 02:17:01] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001413 10.0.0.50 - - [2026-04-06 02:17:01] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530?fields=security_groups HTTP/1.1" 200 1252 0.027251 10.0.0.50 - - [2026-04-06 02:17:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.027754 10.0.0.50 - - [2026-04-06 02:17:02] "GET /projects?obj_uuids=91568345-bf70-4904-8407-c3d81bf429cd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002290 10.0.0.50 - - [2026-04-06 02:17:02] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001174 10.0.0.50 - - [2026-04-06 02:17:02] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048676 10.0.0.50 - - [2026-04-06 02:17:02] "POST /id-to-fqname HTTP/1.1" 200 191 0.001843 10.0.0.50 - - [2026-04-06 02:17:02] "POST /fqname-to-id HTTP/1.1" 404 200 0.002417 10.0.0.50 - - [2026-04-06 02:17:02] "POST /security-groups HTTP/1.1" 200 592 0.073699 10.0.0.50 - - [2026-04-06 02:17:02] "POST /fqname-to-id HTTP/1.1" 404 235 0.004955 10.0.0.50 - - [2026-04-06 02:17:02] "POST /projects HTTP/1.1" 200 587 0.225408 10.0.0.50 - - [2026-04-06 02:17:02] "POST /access-control-lists HTTP/1.1" 200 597 0.060966 10.0.0.50 - - [2026-04-06 02:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.296107 10.0.0.50 - - [2026-04-06 02:17:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.003052 10.0.0.50 - - [2026-04-06 02:17:02] "GET /project/91568345-bf70-4904-8407-c3d81bf429cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.464018 10.0.0.50 - - [2026-04-06 02:17:02] "POST /access-control-lists HTTP/1.1" 200 595 0.063885 10.0.0.50 - - [2026-04-06 02:17:03] "GET / HTTP/1.1" 200 35931 0.002137 10.0.0.50 - - [2026-04-06 02:17:05] "GET /project/91568345-bf70-4904-8407-c3d81bf429cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000493 10.0.0.50 - - [2026-04-06 02:17:05] "GET /projects?obj_uuids=91568345-bf70-4904-8407-c3d81bf429cd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001278 10.0.0.50 - - [2026-04-06 02:17:05] "GET /project/91568345-bf70-4904-8407-c3d81bf429cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.053920 10.0.0.50 - - [2026-04-06 02:17:05] "POST /fqname-to-id HTTP/1.1" 404 180 0.002592 10.0.0.50 - - [2026-04-06 02:17:05] "POST /virtual-DNSs HTTP/1.1" 200 507 0.020527 10.0.0.50 - - [2026-04-06 02:17:05] "GET /virtual-DNS/4eb6382f-fd7a-4e6a-beea-241d74b7fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.005873 10.0.0.50 - - [2026-04-06 02:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.50 - - [2026-04-06 02:17:05] "GET /virtual-DNS/4eb6382f-fd7a-4e6a-beea-241d74b7fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004846 10.0.0.50 - - [2026-04-06 02:17:05] "GET /domains HTTP/1.1" 401 292 0.003081 10.0.0.50 - - [2026-04-06 02:17:06] "GET /domains HTTP/1.1" 200 280 0.027906 10.0.0.50 - - [2026-04-06 02:17:06] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.50 - - [2026-04-06 02:17:06] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2959 0.007657 10.0.0.50 - - [2026-04-06 02:17:06] "GET /virtual-DNS/4eb6382f-fd7a-4e6a-beea-241d74b7fac7 HTTP/1.1" 200 1438 0.003489 10.0.0.50 - - [2026-04-06 02:17:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002278 10.0.0.50 - - [2026-04-06 02:17:06] "POST /network-ipams HTTP/1.1" 200 514 0.016641 10.0.0.50 - - [2026-04-06 02:17:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002826 10.0.0.50 - - [2026-04-06 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.50 - - [2026-04-06 02:17:06] "GET /network-ipam/5b91a5a2-2ee0-48c0-85af-5dc9f7b9000b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.004642 10.0.0.50 - - [2026-04-06 02:17:06] "PUT /network-ipam/5b91a5a2-2ee0-48c0-85af-5dc9f7b9000b HTTP/1.1" 200 258 0.013821 10.0.0.50 - - [2026-04-06 02:17:06] "POST /ref-update HTTP/1.1" 200 156 0.007755 10.0.0.50 - - [2026-04-06 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.50 - - [2026-04-06 02:17:06] "GET /projects?obj_uuids=91568345-bf70-4904-8407-c3d81bf429cd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001014 10.0.0.50 - - [2026-04-06 02:17:06] "GET /project/91568345-bf70-4904-8407-c3d81bf429cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.021930 10.0.0.50 - - [2026-04-06 02:17:06] "POST /neutron/network HTTP/1.1" 200 117 0.039998 10.0.0.50 - - [2026-04-06 02:17:06] "GET /projects?obj_uuids=91568345-bf70-4904-8407-c3d81bf429cd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001189 10.0.0.50 - - [2026-04-06 02:17:06] "POST /neutron/network HTTP/1.1" 200 618 0.064384 10.0.0.50 - - [2026-04-06 02:17:06] "POST /route-targets HTTP/1.1" 200 327 0.011453 10.0.0.50 - - [2026-04-06 02:17:06] "POST /ref-update HTTP/1.1" 200 156 0.012096 10.0.0.50 - - [2026-04-06 02:17:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002380 10.0.0.50 - - [2026-04-06 02:17:06] "POST /neutron/subnet HTTP/1.1" 200 711 0.143523 10.0.0.50 - - [2026-04-06 02:17:06] "POST /neutron/network HTTP/1.1" 200 833 0.005660 10.0.0.50 - - [2026-04-06 02:17:06] "POST /id-to-fqname HTTP/1.1" 200 227 0.001409 10.0.0.50 - - [2026-04-06 02:17:06] "GET /virtual-network/288fcfa6-cf97-4183-bc5f-cd96b8826c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004636 10.0.0.50 - - [2026-04-06 02:17:06] "POST /neutron/network HTTP/1.1" 200 833 0.005753 10.0.0.50 - - [2026-04-06 02:17:06] "GET /virtual-network/288fcfa6-cf97-4183-bc5f-cd96b8826c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004497 10.0.0.50 - - [2026-04-06 02:17:06] "POST /neutron/network HTTP/1.1" 200 833 0.005983 10.0.0.50 - - [2026-04-06 02:17:06] "POST /neutron/subnet HTTP/1.1" 200 711 0.006667 10.0.0.50 - - [2026-04-06 02:17:07] "POST /neutron/network HTTP/1.1" 200 807 0.011865 10.0.0.50 - - [2026-04-06 02:17:07] "POST /neutron/network HTTP/1.1" 200 833 0.005552 10.0.0.50 - - [2026-04-06 02:17:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001554 10.0.0.50 - - [2026-04-06 02:17:07] "POST /neutron/network HTTP/1.1" 200 843 0.006160 10.0.0.50 - - [2026-04-06 02:17:07] "GET /aaa-mode HTTP/1.1" 401 292 0.000426 10.0.0.50 - - [2026-04-06 02:17:07] "GET / HTTP/1.1" 200 35931 0.006144 10.0.0.50 - - [2026-04-06 02:17:07] "GET /project/91568345-bf70-4904-8407-c3d81bf429cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000919 10.0.0.50 - - [2026-04-06 02:17:07] "GET /projects?obj_uuids=91568345-bf70-4904-8407-c3d81bf429cd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001320 10.0.0.50 - - [2026-04-06 02:17:07] "GET /project/91568345-bf70-4904-8407-c3d81bf429cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.052029 10.0.0.50 - - [2026-04-06 02:17:08] "POST /neutron/network HTTP/1.1" 200 833 0.037009 10.0.0.50 - - [2026-04-06 02:17:08] "POST /neutron/port HTTP/1.1" 200 117 0.005726 10.0.0.50 - - [2026-04-06 02:17:08] "POST /neutron/port HTTP/1.1" 200 117 0.004987 10.0.0.50 - - [2026-04-06 02:17:08] "POST /neutron/port HTTP/1.1" 200 117 0.004712 10.0.0.50 - - [2026-04-06 02:17:08] "POST /neutron/network HTTP/1.1" 200 843 0.005815 10.0.0.50 - - [2026-04-06 02:17:08] "GET /projects?obj_uuids=91568345-bf70-4904-8407-c3d81bf429cd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001068 10.0.0.50 - - [2026-04-06 02:17:08] "POST /neutron/port HTTP/1.1" 200 1058 0.186214 10.0.0.50 - - [2026-04-06 02:17:09] "POST /neutron/port HTTP/1.1" 200 1058 0.040554 10.0.0.50 - - [2026-04-06 02:17:09] "POST /neutron/port HTTP/1.1" 200 1058 0.011874 10.0.0.50 - - [2026-04-06 02:17:09] "POST /neutron/port HTTP/1.1" 200 1112 0.057099 10.0.0.50 - - [2026-04-06 02:17:09] "POST /neutron/port HTTP/1.1" 200 1122 0.011182 10.0.0.50 - - [2026-04-06 02:17:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003234 10.0.0.50 - - [2026-04-06 02:17:09] "POST /neutron/subnet HTTP/1.1" 200 685 0.006405 10.0.0.50 - - [2026-04-06 02:17:09] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.50 - - [2026-04-06 02:17:09] "POST /neutron/network HTTP/1.1" 200 833 0.005138 10.0.0.50 - - [2026-04-06 02:17:13] "POST /neutron/port HTTP/1.1" 200 1122 0.013500 10.0.0.50 - - [2026-04-06 02:17:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007237 10.0.0.50 - - [2026-04-06 02:17:13] "POST /neutron/port HTTP/1.1" 200 1122 0.012530 10.0.0.50 - - [2026-04-06 02:17:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005471 10.0.0.50 - - [2026-04-06 02:17:13] "POST /neutron/port HTTP/1.1" 200 1122 0.012037 10.0.0.50 - - [2026-04-06 02:17:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005894 10.0.0.50 - - [2026-04-06 02:17:13] "GET /virtual-machine/891f65b5-e7b5-4054-858f-c10fb2546e62 HTTP/1.1" 200 1292 0.004999 10.0.0.50 - - [2026-04-06 02:17:13] "GET /virtual-machine-interface/48e9b04f-e7db-498f-96f6-d1e15112c1f4 HTTP/1.1" 200 2964 0.004480 10.0.0.50 - - [2026-04-06 02:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.50 - - [2026-04-06 02:17:13] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003549 10.0.0.50 - - [2026-04-06 02:17:13] "GET /virtual-networks?parent_id=91568345-bf70-4904-8407-c3d81bf429cd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002881 10.0.0.50 - - [2026-04-06 02:17:13] "GET /virtual-network/288fcfa6-cf97-4183-bc5f-cd96b8826c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005454 10.0.0.50 - - [2026-04-06 02:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.50 - - [2026-04-06 02:17:16] "GET /virtual-network/288fcfa6-cf97-4183-bc5f-cd96b8826c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004886 10.0.0.50 - - [2026-04-06 02:17:18] "POST /neutron/port HTTP/1.1" 200 1122 0.011669 10.0.0.50 - - [2026-04-06 02:17:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005083 10.0.0.50 - - [2026-04-06 02:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.50 - - [2026-04-06 02:17:20] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003375 10.0.0.50 - - [2026-04-06 02:17:20] "GET /virtual-networks?parent_id=91568345-bf70-4904-8407-c3d81bf429cd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003189 10.0.0.50 - - [2026-04-06 02:17:20] "GET /virtual-network/288fcfa6-cf97-4183-bc5f-cd96b8826c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005624 10.0.0.50 - - [2026-04-06 02:17:21] "DELETE /project/91568345bf7049048407c3d81bf429cd HTTP/1.1" 404 173 0.004003 10.0.0.50 - - [2026-04-06 02:17:21] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000846 10.0.0.50 - - [2026-04-06 02:17:21] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.024837 10.0.0.50 - - [2026-04-06 02:17:21] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001024 10.0.0.50 - - [2026-04-06 02:17:21] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530?fields=security_groups HTTP/1.1" 200 1357 0.063176 10.0.0.50 - - [2026-04-06 02:17:21] "DELETE /security-group/e21b5c47-b23a-4bd8-bf54-e79bb3ccc7d8 HTTP/1.1" 200 115 0.039165 10.0.0.50 - - [2026-04-06 02:17:21] "GET /projects?obj_uuids=21080de0-28ba-425a-932c-2c6aa6e2e530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002178 10.0.0.50 - - [2026-04-06 02:17:21] "DELETE /access-control-list/ef005835-2005-4268-89aa-44499dc0cdd3 HTTP/1.1" 200 115 0.027554 10.0.0.50 - - [2026-04-06 02:17:21] "GET /project/21080de0-28ba-425a-932c-2c6aa6e2e530?fields=application_policy_sets HTTP/1.1" 200 1396 0.031946 10.0.0.50 - - [2026-04-06 02:17:21] "DELETE /access-control-list/a1fd4b4e-a92b-4fc7-bb8c-8147afa1d820 HTTP/1.1" 200 115 0.026445 10.0.0.50 - - [2026-04-06 02:17:21] "DELETE /project/21080de0-28ba-425a-932c-2c6aa6e2e530 HTTP/1.1" 200 115 0.311126 10.0.0.50 - - [2026-04-06 02:17:25] "POST /neutron/network HTTP/1.1" 200 807 0.011050 10.0.0.50 - - [2026-04-06 02:17:25] "POST /neutron/network HTTP/1.1" 200 833 0.005499 10.0.0.50 - - [2026-04-06 02:17:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.001486 10.0.0.50 - - [2026-04-06 02:17:25] "POST /neutron/port HTTP/1.1" 200 1122 0.012786 10.0.0.50 - - [2026-04-06 02:17:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005555 10.0.0.50 - - [2026-04-06 02:17:25] "POST /neutron/network HTTP/1.1" 200 843 0.006515 10.0.0.50 - - [2026-04-06 02:17:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000411 10.0.0.50 - - [2026-04-06 02:17:26] "GET / HTTP/1.1" 200 35931 0.001869 10.0.0.50 - - [2026-04-06 02:17:26] "GET /project/91568345-bf70-4904-8407-c3d81bf429cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000443 10.0.0.50 - - [2026-04-06 02:17:26] "GET /projects?obj_uuids=91568345-bf70-4904-8407-c3d81bf429cd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001156 10.0.0.50 - - [2026-04-06 02:17:26] "GET /project/91568345-bf70-4904-8407-c3d81bf429cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.076062 10.0.0.50 - - [2026-04-06 02:17:26] "POST /neutron/network HTTP/1.1" 200 833 0.005506 10.0.0.50 - - [2026-04-06 02:17:26] "POST /neutron/port HTTP/1.1" 200 1122 0.025535 10.0.0.50 - - [2026-04-06 02:17:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006553 10.0.0.50 - - [2026-04-06 02:17:26] "POST /neutron/port HTTP/1.1" 200 117 0.005420 10.0.0.50 - - [2026-04-06 02:17:26] "POST /neutron/port HTTP/1.1" 200 117 0.005319 10.0.0.50 - - [2026-04-06 02:17:27] "POST /neutron/network HTTP/1.1" 200 843 0.007226 10.0.0.50 - - [2026-04-06 02:17:27] "GET /projects?obj_uuids=91568345-bf70-4904-8407-c3d81bf429cd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001523 10.0.0.50 - - [2026-04-06 02:17:27] "POST /neutron/port HTTP/1.1" 200 1058 0.244771 10.0.0.50 - - [2026-04-06 02:17:27] "POST /neutron/port HTTP/1.1" 200 1058 0.012407 10.0.0.50 - - [2026-04-06 02:17:27] "POST /neutron/port HTTP/1.1" 200 1058 0.010958 10.0.0.50 - - [2026-04-06 02:17:27] "POST /neutron/port HTTP/1.1" 200 1112 0.072279 10.0.0.50 - - [2026-04-06 02:17:27] "GET /obj-perms HTTP/1.1" 200 5056 0.069130 10.0.0.50 - - [2026-04-06 02:17:27] "POST /neutron/port HTTP/1.1" 200 1122 0.015544 10.0.0.50 - - [2026-04-06 02:17:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003658 10.0.0.50 - - [2026-04-06 02:17:27] "POST /neutron/subnet HTTP/1.1" 200 685 0.008075 10.0.0.50 - - [2026-04-06 02:17:27] "POST /neutron/port HTTP/1.1" 200 117 0.001591 10.0.0.50 - - [2026-04-06 02:17:27] "POST /neutron/network HTTP/1.1" 200 833 0.008299 10.0.0.50 - - [2026-04-06 02:17:27] "GET /obj-perms HTTP/1.1" 200 5056 0.059607 10.0.0.50 - - [2026-04-06 02:17:29] "POST /neutron/port HTTP/1.1" 200 1122 0.013973 10.0.0.50 - - [2026-04-06 02:17:30] "POST /neutron/port HTTP/1.1" 200 1122 0.014428 10.0.0.50 - - [2026-04-06 02:17:30] "POST /neutron/network HTTP/1.1" 200 843 0.005562 10.0.0.50 - - [2026-04-06 02:17:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003878 10.0.0.50 - - [2026-04-06 02:17:30] "POST /neutron/subnet HTTP/1.1" 200 685 0.007164 10.0.0.50 - - [2026-04-06 02:17:30] "POST /neutron/port HTTP/1.1" 200 117 0.001362 10.0.0.50 - - [2026-04-06 02:17:30] "POST /neutron/network HTTP/1.1" 200 833 0.007145 10.0.0.50 - - [2026-04-06 02:17:31] "POST /neutron/port HTTP/1.1" 200 1122 0.016356 10.0.0.50 - - [2026-04-06 02:17:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006332 10.0.0.50 - - [2026-04-06 02:17:31] "POST /neutron/port HTTP/1.1" 200 1122 0.013535 10.0.0.50 - - [2026-04-06 02:17:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006184 10.0.0.50 - - [2026-04-06 02:17:32] "POST /neutron/port HTTP/1.1" 200 1122 0.014325 10.0.0.50 - - [2026-04-06 02:17:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006639 10.0.0.50 - - [2026-04-06 02:17:32] "GET /virtual-machine/545e51d2-26f9-4e20-b882-5ddfd6f0e296 HTTP/1.1" 200 1293 0.004867 10.0.0.50 - - [2026-04-06 02:17:32] "GET /virtual-machine-interface/a2dd7085-c0f4-4fc1-b284-fa5e4a72837d HTTP/1.1" 200 2965 0.005110 10.0.0.50 - - [2026-04-06 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.50 - - [2026-04-06 02:17:32] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003889 10.0.0.50 - - [2026-04-06 02:17:32] "GET /virtual-networks?parent_id=91568345-bf70-4904-8407-c3d81bf429cd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003147 10.0.0.50 - - [2026-04-06 02:17:32] "GET /virtual-network/288fcfa6-cf97-4183-bc5f-cd96b8826c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006174 10.0.0.50 - - [2026-04-06 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.50 - - [2026-04-06 02:17:35] "GET /virtual-network/288fcfa6-cf97-4183-bc5f-cd96b8826c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004672 10.0.0.50 - - [2026-04-06 02:17:36] "POST /neutron/port HTTP/1.1" 200 1122 0.042282 10.0.0.50 - - [2026-04-06 02:17:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005175 10.0.0.50 - - [2026-04-06 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.50 - - [2026-04-06 02:17:37] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003813 10.0.0.50 - - [2026-04-06 02:17:37] "GET /virtual-networks?parent_id=91568345-bf70-4904-8407-c3d81bf429cd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002907 10.0.0.50 - - [2026-04-06 02:17:37] "GET /virtual-network/288fcfa6-cf97-4183-bc5f-cd96b8826c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006181 10.0.0.50 - - [2026-04-06 02:17:37] "POST /neutron/port HTTP/1.1" 200 1122 0.014020 10.0.0.50 - - [2026-04-06 02:17:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006911 10.0.0.50 - - [2026-04-06 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.50 - - [2026-04-06 02:17:49] "DELETE /virtual-DNS/4eb6382f-fd7a-4e6a-beea-241d74b7fac7 HTTP/1.1" 409 235 0.006301 10.0.0.50 - - [2026-04-06 02:17:49] "POST /fqname-to-id HTTP/1.1" 404 192 0.004580 10.0.0.50 - - [2026-04-06 02:17:49] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.015931 10.0.0.50 - - [2026-04-06 02:17:49] "GET /virtual-DNS-record/48e86ae1-dfde-49e6-9f74-a3ae389bc490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004629 10.0.0.50 - - [2026-04-06 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.50 - - [2026-04-06 02:17:49] "GET /virtual-DNS-record/48e86ae1-dfde-49e6-9f74-a3ae389bc490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.003255 10.0.0.50 - - [2026-04-06 02:17:49] "GET /domains HTTP/1.1" 200 280 0.002977 10.0.0.50 - - [2026-04-06 02:17:49] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001312 10.0.0.50 - - [2026-04-06 02:17:49] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2775 0.010419 10.0.0.50 - - [2026-04-06 02:17:49] "GET /virtual-DNS/4eb6382f-fd7a-4e6a-beea-241d74b7fac7 HTTP/1.1" 200 1907 0.003866 10.0.0.50 - - [2026-04-06 02:17:49] "GET /virtual-DNS-record/48e86ae1-dfde-49e6-9f74-a3ae389bc490 HTTP/1.1" 200 1336 0.003767 10.0.0.50 - - [2026-04-06 02:17:55] "DELETE /virtual-DNS-record/48e86ae1-dfde-49e6-9f74-a3ae389bc490 HTTP/1.1" 200 115 0.019195 10.0.0.50 - - [2026-04-06 02:17:55] "POST /fqname-to-id HTTP/1.1" 404 184 0.002939 10.0.0.50 - - [2026-04-06 02:17:55] "POST /neutron/network HTTP/1.1" 200 833 0.008354 10.0.0.50 - - [2026-04-06 02:17:55] "POST /neutron/network HTTP/1.1" 400 204 0.011345 10.0.0.50 - - [2026-04-06 02:17:56] "POST /neutron/port HTTP/1.1" 200 1122 0.012816 10.0.0.50 - - [2026-04-06 02:17:56] "POST /neutron/port HTTP/1.1" 200 1112 0.009605 10.0.0.50 - - [2026-04-06 02:17:56] "POST /neutron/port HTTP/1.1" 200 1122 0.018494 10.0.0.50 - - [2026-04-06 02:17:56] "POST /neutron/port HTTP/1.1" 200 151 0.096949 10.0.0.50 - - [2026-04-06 02:17:56] "POST /neutron/port HTTP/1.1" 200 1112 0.013110 10.0.0.50 - - [2026-04-06 02:17:56] "POST /neutron/port HTTP/1.1" 200 151 0.106624 10.0.0.50 - - [2026-04-06 02:17:57] "POST /neutron/network HTTP/1.1" 200 833 0.005736 10.0.0.50 - - [2026-04-06 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.50 - - [2026-04-06 02:17:57] "POST /useragent-kv HTTP/1.1" 200 115 0.024082 10.0.0.50 - - [2026-04-06 02:17:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004305 10.0.0.50 - - [2026-04-06 02:17:57] "DELETE /route-target/64234ac0-6027-4893-81d2-6f2a723d4caa HTTP/1.1" 200 115 0.035382 10.0.0.50 - - [2026-04-06 02:17:57] "POST /neutron/network HTTP/1.1" 200 151 0.239901 10.0.0.50 - - [2026-04-06 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.50 - - [2026-04-06 02:17:57] "DELETE /network-ipam/5b91a5a2-2ee0-48c0-85af-5dc9f7b9000b HTTP/1.1" 200 115 0.023911 10.0.0.50 - - [2026-04-06 02:17:58] "DELETE /virtual-DNS/4eb6382f-fd7a-4e6a-beea-241d74b7fac7 HTTP/1.1" 200 115 0.029102 10.0.0.50 - - [2026-04-06 02:17:58] "POST /fqname-to-id HTTP/1.1" 404 180 0.002673 10.0.0.50 - - [2026-04-06 02:17:58] "GET /domains HTTP/1.1" 200 280 0.003348 10.0.0.50 - - [2026-04-06 02:17:58] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001209 10.0.0.50 - - [2026-04-06 02:17:58] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2575 0.007727 10.0.0.50 - - [2026-04-06 02:17:58] "GET /projects?obj_uuids=91568345-bf70-4904-8407-c3d81bf429cd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001408 10.0.0.50 - - [2026-04-06 02:17:58] "GET /project/91568345-bf70-4904-8407-c3d81bf429cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.026588 10.0.0.50 - - [2026-04-06 02:17:58] "GET /projects?obj_uuids=91568345-bf70-4904-8407-c3d81bf429cd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001391 10.0.0.50 - - [2026-04-06 02:17:58] "GET /project/91568345-bf70-4904-8407-c3d81bf429cd?fields=virtual_networks HTTP/1.1" 200 1044 0.072548 10.0.0.50 - - [2026-04-06 02:17:58] "GET /projects?obj_uuids=91568345-bf70-4904-8407-c3d81bf429cd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001169 10.0.0.50 - - [2026-04-06 02:17:58] "GET /project/91568345-bf70-4904-8407-c3d81bf429cd?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.025603 10.0.0.50 - - [2026-04-06 02:17:58] "GET /projects?obj_uuids=91568345-bf70-4904-8407-c3d81bf429cd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001185 10.0.0.50 - - [2026-04-06 02:17:58] "GET /project/91568345-bf70-4904-8407-c3d81bf429cd?fields=security_groups HTTP/1.1" 200 1271 0.024599 10.0.0.50 - - [2026-04-06 02:17:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.034246 10.0.0.50 - - [2026-04-06 02:17:59] "GET /projects?obj_uuids=ed0bb6e4-e329-43c1-9e8f-20b2248e32bf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002267 10.0.0.50 - - [2026-04-06 02:17:59] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001134 10.0.0.50 - - [2026-04-06 02:17:59] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006863 10.0.0.50 - - [2026-04-06 02:17:59] "POST /id-to-fqname HTTP/1.1" 200 191 0.001469 10.0.0.50 - - [2026-04-06 02:17:59] "POST /fqname-to-id HTTP/1.1" 404 200 0.004866 10.0.0.50 - - [2026-04-06 02:17:59] "POST /security-groups HTTP/1.1" 200 592 0.063848 10.0.0.50 - - [2026-04-06 02:17:59] "POST /fqname-to-id HTTP/1.1" 404 235 0.002555 10.0.0.50 - - [2026-04-06 02:17:59] "POST /projects HTTP/1.1" 200 587 0.213298 10.0.0.50 - - [2026-04-06 02:17:59] "POST /access-control-lists HTTP/1.1" 200 597 0.058260 10.0.0.50 - - [2026-04-06 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.289505 10.0.0.50 - - [2026-04-06 02:17:59] "POST /fqname-to-id HTTP/1.1" 404 234 0.002823 10.0.0.50 - - [2026-04-06 02:17:59] "GET /project/ed0bb6e4-e329-43c1-9e8f-20b2248e32bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.416643 10.0.0.50 - - [2026-04-06 02:18:00] "POST /access-control-lists HTTP/1.1" 200 595 0.061440 10.0.0.50 - - [2026-04-06 02:18:01] "GET / HTTP/1.1" 200 35931 0.002854 10.0.0.50 - - [2026-04-06 02:18:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000576 10.0.0.50 - - [2026-04-06 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.069493 10.0.0.50 - - [2026-04-06 02:18:02] "GET /projects?obj_uuids=ed0bb6e4-e329-43c1-9e8f-20b2248e32bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001046 10.0.0.50 - - [2026-04-06 02:18:02] "GET /project/ed0bb6e4-e329-43c1-9e8f-20b2248e32bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.025968 10.0.0.50 - - [2026-04-06 02:18:02] "POST /neutron/network HTTP/1.1" 200 117 0.040593 10.0.0.50 - - [2026-04-06 02:18:02] "GET /projects?obj_uuids=ed0bb6e4-e329-43c1-9e8f-20b2248e32bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001341 10.0.0.50 - - [2026-04-06 02:18:02] "POST /neutron/network HTTP/1.1" 200 606 0.067544 10.0.0.50 - - [2026-04-06 02:18:02] "POST /route-targets HTTP/1.1" 200 327 0.010567 10.0.0.50 - - [2026-04-06 02:18:02] "POST /ref-update HTTP/1.1" 200 156 0.014008 10.0.0.50 - - [2026-04-06 02:18:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002954 10.0.0.50 - - [2026-04-06 02:18:02] "POST /neutron/subnet HTTP/1.1" 200 725 0.171596 10.0.0.50 - - [2026-04-06 02:18:02] "POST /neutron/network HTTP/1.1" 200 825 0.005331 10.0.0.50 - - [2026-04-06 02:18:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.001324 10.0.0.50 - - [2026-04-06 02:18:02] "GET /virtual-network/31160a22-c2a6-4141-8ccb-22072c5205d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006145 10.0.0.50 - - [2026-04-06 02:18:02] "POST /neutron/network HTTP/1.1" 200 825 0.005881 10.0.0.50 - - [2026-04-06 02:18:02] "GET /virtual-network/31160a22-c2a6-4141-8ccb-22072c5205d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004735 10.0.0.50 - - [2026-04-06 02:18:02] "POST /neutron/network HTTP/1.1" 200 825 0.005576 10.0.0.50 - - [2026-04-06 02:18:02] "POST /neutron/subnet HTTP/1.1" 200 725 0.007240 10.0.0.50 - - [2026-04-06 02:18:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.001194 10.0.0.50 - - [2026-04-06 02:18:02] "POST /neutron/network HTTP/1.1" 200 835 0.006445 10.0.0.50 - - [2026-04-06 02:18:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000422 10.0.0.50 - - [2026-04-06 02:18:03] "GET / HTTP/1.1" 200 35931 0.001758 10.0.0.50 - - [2026-04-06 02:18:03] "GET /project/ed0bb6e4-e329-43c1-9e8f-20b2248e32bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000399 10.0.0.50 - - [2026-04-06 02:18:03] "GET /projects?obj_uuids=ed0bb6e4-e329-43c1-9e8f-20b2248e32bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001110 10.0.0.50 - - [2026-04-06 02:18:03] "GET /project/ed0bb6e4-e329-43c1-9e8f-20b2248e32bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.051010 10.0.0.50 - - [2026-04-06 02:18:03] "POST /neutron/network HTTP/1.1" 200 825 0.007366 10.0.0.50 - - [2026-04-06 02:18:03] "POST /neutron/port HTTP/1.1" 200 117 0.005810 10.0.0.50 - - [2026-04-06 02:18:03] "POST /neutron/port HTTP/1.1" 200 117 0.005860 10.0.0.50 - - [2026-04-06 02:18:03] "POST /id-to-fqname HTTP/1.1" 200 221 0.001453 10.0.0.50 - - [2026-04-06 02:18:03] "POST /neutron/port HTTP/1.1" 200 117 0.010262 10.0.0.50 - - [2026-04-06 02:18:04] "POST /neutron/network HTTP/1.1" 200 835 0.005512 10.0.0.50 - - [2026-04-06 02:18:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000458 10.0.0.50 - - [2026-04-06 02:18:04] "POST /neutron/network HTTP/1.1" 200 835 0.014008 10.0.0.50 - - [2026-04-06 02:18:04] "GET /projects?obj_uuids=ed0bb6e4-e329-43c1-9e8f-20b2248e32bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001462 10.0.0.50 - - [2026-04-06 02:18:04] "GET / HTTP/1.1" 200 35931 0.001830 10.0.0.50 - - [2026-04-06 02:18:04] "GET /project/ed0bb6e4-e329-43c1-9e8f-20b2248e32bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000889 10.0.0.50 - - [2026-04-06 02:18:04] "POST /neutron/port HTTP/1.1" 200 1061 0.200880 10.0.0.50 - - [2026-04-06 02:18:04] "POST /neutron/port HTTP/1.1" 200 1061 0.010360 10.0.0.50 - - [2026-04-06 02:18:04] "POST /neutron/port HTTP/1.1" 200 1061 0.011393 10.0.0.50 - - [2026-04-06 02:18:04] "POST /neutron/port HTTP/1.1" 200 1115 0.065967 10.0.0.50 - - [2026-04-06 02:18:04] "POST /neutron/port HTTP/1.1" 200 1125 0.011135 10.0.0.50 - - [2026-04-06 02:18:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004075 10.0.0.50 - - [2026-04-06 02:18:04] "POST /neutron/subnet HTTP/1.1" 200 699 0.008171 10.0.0.50 - - [2026-04-06 02:18:04] "POST /neutron/port HTTP/1.1" 200 117 0.001526 10.0.0.50 - - [2026-04-06 02:18:04] "POST /neutron/network HTTP/1.1" 200 825 0.006621 10.0.0.50 - - [2026-04-06 02:18:04] "GET /projects?obj_uuids=ed0bb6e4-e329-43c1-9e8f-20b2248e32bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001199 10.0.0.50 - - [2026-04-06 02:18:04] "GET /project/ed0bb6e4-e329-43c1-9e8f-20b2248e32bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.057630 10.0.0.50 - - [2026-04-06 02:18:04] "POST /neutron/network HTTP/1.1" 200 825 0.005270 10.0.0.50 - - [2026-04-06 02:18:05] "POST /neutron/port HTTP/1.1" 200 1125 0.015524 10.0.0.50 - - [2026-04-06 02:18:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009265 10.0.0.50 - - [2026-04-06 02:18:05] "POST /neutron/port HTTP/1.1" 200 117 0.006171 10.0.0.50 - - [2026-04-06 02:18:05] "POST /neutron/port HTTP/1.1" 200 1125 0.015885 10.0.0.50 - - [2026-04-06 02:18:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006517 10.0.0.50 - - [2026-04-06 02:18:05] "POST /neutron/network HTTP/1.1" 200 835 0.005497 10.0.0.50 - - [2026-04-06 02:18:05] "GET /projects?obj_uuids=ed0bb6e4-e329-43c1-9e8f-20b2248e32bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001212 10.0.0.50 - - [2026-04-06 02:18:05] "POST /neutron/port HTTP/1.1" 200 1061 0.262274 10.0.0.50 - - [2026-04-06 02:18:05] "POST /neutron/port HTTP/1.1" 200 1061 0.018962 10.0.0.50 - - [2026-04-06 02:18:05] "POST /neutron/port HTTP/1.1" 200 1061 0.015712 10.0.0.50 - - [2026-04-06 02:18:05] "POST /neutron/port HTTP/1.1" 200 1115 0.079193 10.0.0.50 - - [2026-04-06 02:18:06] "POST /neutron/port HTTP/1.1" 200 1125 0.020222 10.0.0.50 - - [2026-04-06 02:18:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003618 10.0.0.50 - - [2026-04-06 02:18:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.007829 10.0.0.50 - - [2026-04-06 02:18:06] "POST /neutron/port HTTP/1.1" 200 117 0.001167 10.0.0.50 - - [2026-04-06 02:18:06] "POST /neutron/network HTTP/1.1" 200 825 0.005628 10.0.0.50 - - [2026-04-06 02:18:10] "POST /neutron/port HTTP/1.1" 200 1125 0.013051 10.0.0.50 - - [2026-04-06 02:18:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006430 10.0.0.50 - - [2026-04-06 02:18:10] "POST /neutron/port HTTP/1.1" 200 1125 0.012983 10.0.0.50 - - [2026-04-06 02:18:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007558 10.0.0.50 - - [2026-04-06 02:18:10] "POST /neutron/port HTTP/1.1" 200 1125 0.016515 10.0.0.50 - - [2026-04-06 02:18:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006256 10.0.0.50 - - [2026-04-06 02:18:10] "GET /virtual-machine/d19f1d97-6d5b-4ca5-85a2-7355ba999168 HTTP/1.1" 401 292 0.000480 10.0.0.50 - - [2026-04-06 02:18:10] "GET /virtual-machine/d19f1d97-6d5b-4ca5-85a2-7355ba999168 HTTP/1.1" 200 1293 0.032112 10.0.0.50 - - [2026-04-06 02:18:10] "GET /virtual-machine-interface/8ce68f1b-bfc6-443f-aec1-947bdc980cfe HTTP/1.1" 200 2947 0.005023 10.0.0.50 - - [2026-04-06 02:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.50 - - [2026-04-06 02:18:10] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008417 10.0.0.50 - - [2026-04-06 02:18:10] "GET /virtual-networks?parent_id=ed0bb6e4-e329-43c1-9e8f-20b2248e32bf&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003021 10.0.0.50 - - [2026-04-06 02:18:10] "GET /virtual-network/31160a22-c2a6-4141-8ccb-22072c5205d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005441 10.0.0.50 - - [2026-04-06 02:18:13] "POST /neutron/port HTTP/1.1" 200 1125 0.016946 10.0.0.50 - - [2026-04-06 02:18:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005969 10.0.0.50 - - [2026-04-06 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.50 - - [2026-04-06 02:18:14] "GET /virtual-network/31160a22-c2a6-4141-8ccb-22072c5205d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005253 10.0.0.50 - - [2026-04-06 02:18:14] "POST /neutron/port HTTP/1.1" 200 1125 0.014060 10.0.0.50 - - [2026-04-06 02:18:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007400 10.0.0.50 - - [2026-04-06 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.50 - - [2026-04-06 02:18:16] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003120 10.0.0.50 - - [2026-04-06 02:18:16] "GET /virtual-networks?parent_id=ed0bb6e4-e329-43c1-9e8f-20b2248e32bf&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003271 10.0.0.50 - - [2026-04-06 02:18:16] "GET /virtual-network/31160a22-c2a6-4141-8ccb-22072c5205d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005088 10.0.0.50 - - [2026-04-06 02:18:16] "POST /neutron/port HTTP/1.1" 200 1125 0.012707 10.0.0.50 - - [2026-04-06 02:18:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006390 10.0.0.50 - - [2026-04-06 02:18:16] "POST /neutron/port HTTP/1.1" 200 1125 0.012964 10.0.0.50 - - [2026-04-06 02:18:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006000 10.0.0.50 - - [2026-04-06 02:18:16] "POST /neutron/port HTTP/1.1" 200 1125 0.013470 10.0.0.50 - - [2026-04-06 02:18:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006169 10.0.0.50 - - [2026-04-06 02:18:16] "GET /virtual-machine/8466aa8b-44de-475e-b582-da1d00f7da96 HTTP/1.1" 200 1293 0.004926 10.0.0.50 - - [2026-04-06 02:18:16] "GET /virtual-machine-interface/83fcb786-e718-471b-bc98-271354788efa HTTP/1.1" 200 2946 0.008946 10.0.0.50 - - [2026-04-06 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.50 - - [2026-04-06 02:18:16] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003845 10.0.0.50 - - [2026-04-06 02:18:16] "GET /virtual-networks?parent_id=ed0bb6e4-e329-43c1-9e8f-20b2248e32bf&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003162 10.0.0.50 - - [2026-04-06 02:18:16] "GET /virtual-network/31160a22-c2a6-4141-8ccb-22072c5205d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005716 10.0.0.50 - - [2026-04-06 02:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.50 - - [2026-04-06 02:18:18] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003080 10.0.0.50 - - [2026-04-06 02:18:18] "GET /virtual-networks?parent_id=ed0bb6e4-e329-43c1-9e8f-20b2248e32bf&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002842 10.0.0.50 - - [2026-04-06 02:18:18] "GET /virtual-network/31160a22-c2a6-4141-8ccb-22072c5205d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006681 10.0.0.50 - - [2026-04-06 02:18:21] "DELETE /project/ed0bb6e4e32943c19e8f20b2248e32bf HTTP/1.1" 404 173 0.004129 10.0.0.50 - - [2026-04-06 02:18:21] "GET /projects?obj_uuids=91568345-bf70-4904-8407-c3d81bf429cd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000957 10.0.0.50 - - [2026-04-06 02:18:21] "GET /project/91568345-bf70-4904-8407-c3d81bf429cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.032469 10.0.0.50 - - [2026-04-06 02:18:21] "GET /projects?obj_uuids=91568345-bf70-4904-8407-c3d81bf429cd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001407 10.0.0.50 - - [2026-04-06 02:18:21] "GET /project/91568345-bf70-4904-8407-c3d81bf429cd?fields=security_groups HTTP/1.1" 200 1376 0.063587 10.0.0.50 - - [2026-04-06 02:18:21] "DELETE /security-group/ad8d5c05-9e5b-47ca-9ac8-b9402bd3ae2c HTTP/1.1" 200 115 0.041433 10.0.0.50 - - [2026-04-06 02:18:21] "GET /projects?obj_uuids=91568345-bf70-4904-8407-c3d81bf429cd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002372 10.0.0.50 - - [2026-04-06 02:18:21] "DELETE /access-control-list/39289158-c83a-4ddd-95fd-d62e2c70e3c1 HTTP/1.1" 200 115 0.032071 10.0.0.50 - - [2026-04-06 02:18:21] "GET /project/91568345-bf70-4904-8407-c3d81bf429cd?fields=application_policy_sets HTTP/1.1" 200 1415 0.034321 10.0.0.50 - - [2026-04-06 02:18:21] "DELETE /access-control-list/e0991a4e-8e0a-4afd-b793-ffd2502fb4c9 HTTP/1.1" 200 115 0.030554 10.0.0.50 - - [2026-04-06 02:18:21] "DELETE /project/91568345-bf70-4904-8407-c3d81bf429cd HTTP/1.1" 200 115 0.339874 10.0.0.50 - - [2026-04-06 02:18:22] "POST /neutron/network HTTP/1.1" 200 825 0.007355 10.0.0.50 - - [2026-04-06 02:18:22] "POST /neutron/network HTTP/1.1" 400 204 0.012004 10.0.0.50 - - [2026-04-06 02:18:23] "POST /neutron/port HTTP/1.1" 200 1125 0.017634 10.0.0.50 - - [2026-04-06 02:18:23] "POST /neutron/port HTTP/1.1" 200 1115 0.009573 10.0.0.50 - - [2026-04-06 02:18:23] "POST /neutron/port HTTP/1.1" 200 1125 0.022642 10.0.0.50 - - [2026-04-06 02:18:23] "POST /neutron/port HTTP/1.1" 200 1115 0.012243 10.0.0.50 - - [2026-04-06 02:18:23] "POST /neutron/port HTTP/1.1" 200 151 0.162414 10.0.0.50 - - [2026-04-06 02:18:23] "POST /neutron/port HTTP/1.1" 200 151 0.135372 10.0.0.50 - - [2026-04-06 02:18:24] "POST /neutron/network HTTP/1.1" 200 825 0.005949 10.0.0.50 - - [2026-04-06 02:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.50 - - [2026-04-06 02:18:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002599 10.0.0.50 - - [2026-04-06 02:18:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002629 10.0.0.50 - - [2026-04-06 02:18:24] "POST /neutron/network HTTP/1.1" 200 151 0.078193 10.0.0.50 - - [2026-04-06 02:18:24] "DELETE /route-target/1b85de1c-89b8-4cfb-a66f-729cadea3654 HTTP/1.1" 200 115 0.017221 10.0.0.50 - - [2026-04-06 02:18:25] "GET /projects?obj_uuids=ed0bb6e4-e329-43c1-9e8f-20b2248e32bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001109 10.0.0.50 - - [2026-04-06 02:18:25] "GET /project/ed0bb6e4-e329-43c1-9e8f-20b2248e32bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.027474 10.0.0.50 - - [2026-04-06 02:18:25] "GET /projects?obj_uuids=ed0bb6e4-e329-43c1-9e8f-20b2248e32bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001656 10.0.0.50 - - [2026-04-06 02:18:25] "GET /project/ed0bb6e4-e329-43c1-9e8f-20b2248e32bf?fields=virtual_networks HTTP/1.1" 200 1045 0.070317 10.0.0.50 - - [2026-04-06 02:18:25] "GET /projects?obj_uuids=ed0bb6e4-e329-43c1-9e8f-20b2248e32bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001140 10.0.0.50 - - [2026-04-06 02:18:25] "GET /project/ed0bb6e4-e329-43c1-9e8f-20b2248e32bf?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.025729 10.0.0.50 - - [2026-04-06 02:18:25] "GET /projects?obj_uuids=ed0bb6e4-e329-43c1-9e8f-20b2248e32bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001144 10.0.0.50 - - [2026-04-06 02:18:25] "GET /project/ed0bb6e4-e329-43c1-9e8f-20b2248e32bf?fields=security_groups HTTP/1.1" 200 1272 0.030942 10.0.0.50 - - [2026-04-06 02:18:26] "POST /fqname-to-id HTTP/1.1" 404 188 0.028983 10.0.0.50 - - [2026-04-06 02:18:26] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002764 10.0.0.50 - - [2026-04-06 02:18:26] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001048 10.0.0.50 - - [2026-04-06 02:18:26] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006622 10.0.0.50 - - [2026-04-06 02:18:26] "POST /id-to-fqname HTTP/1.1" 200 190 0.001217 10.0.0.50 - - [2026-04-06 02:18:26] "POST /fqname-to-id HTTP/1.1" 404 199 0.003071 10.0.0.50 - - [2026-04-06 02:18:26] "POST /security-groups HTTP/1.1" 200 591 0.060444 10.0.0.50 - - [2026-04-06 02:18:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.002352 10.0.0.50 - - [2026-04-06 02:18:26] "POST /projects HTTP/1.1" 200 585 0.200542 10.0.0.50 - - [2026-04-06 02:18:26] "POST /access-control-lists HTTP/1.1" 200 596 0.056963 10.0.0.50 - - [2026-04-06 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.274937 10.0.0.50 - - [2026-04-06 02:18:26] "POST /fqname-to-id HTTP/1.1" 404 233 0.002659 10.0.0.50 - - [2026-04-06 02:18:26] "GET /project/5f9a60f2-31a5-4b21-b1ed-595880fe5a66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.401779 10.0.0.50 - - [2026-04-06 02:18:26] "POST /access-control-lists HTTP/1.1" 200 594 0.069175 10.0.0.50 - - [2026-04-06 02:18:27] "GET / HTTP/1.1" 200 35931 0.001910 10.0.0.50 - - [2026-04-06 02:18:28] "GET /obj-perms HTTP/1.1" 200 5056 0.143236 10.0.0.50 - - [2026-04-06 02:18:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.50 - - [2026-04-06 02:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.043553 10.0.0.50 - - [2026-04-06 02:18:29] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000942 10.0.0.50 - - [2026-04-06 02:18:29] "GET /project/5f9a60f2-31a5-4b21-b1ed-595880fe5a66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.022747 10.0.0.50 - - [2026-04-06 02:18:29] "GET /obj-perms HTTP/1.1" 200 5056 0.360096 10.0.0.50 - - [2026-04-06 02:18:29] "POST /neutron/network HTTP/1.1" 200 117 0.035740 10.0.0.50 - - [2026-04-06 02:18:29] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001075 10.0.0.50 - - [2026-04-06 02:18:29] "POST /neutron/network HTTP/1.1" 200 625 0.085328 10.0.0.50 - - [2026-04-06 02:18:29] "POST /route-targets HTTP/1.1" 200 327 0.009292 10.0.0.50 - - [2026-04-06 02:18:29] "POST /ref-update HTTP/1.1" 200 156 0.012888 10.0.0.50 - - [2026-04-06 02:18:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003505 10.0.0.50 - - [2026-04-06 02:18:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.199758 10.0.0.50 - - [2026-04-06 02:18:29] "POST /neutron/network HTTP/1.1" 200 839 0.005723 10.0.0.50 - - [2026-04-06 02:18:29] "POST /id-to-fqname HTTP/1.1" 200 230 0.001379 10.0.0.50 - - [2026-04-06 02:18:29] "GET /virtual-network/4982be3d-47f2-4a85-ae9b-fdbc6673a3bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005638 10.0.0.50 - - [2026-04-06 02:18:29] "POST /neutron/network HTTP/1.1" 200 839 0.005786 10.0.0.50 - - [2026-04-06 02:18:29] "GET /virtual-network/4982be3d-47f2-4a85-ae9b-fdbc6673a3bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005594 10.0.0.50 - - [2026-04-06 02:18:29] "POST /neutron/network HTTP/1.1" 200 839 0.009299 10.0.0.50 - - [2026-04-06 02:18:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.008472 10.0.0.50 - - [2026-04-06 02:18:29] "POST /neutron/network HTTP/1.1" 200 839 0.005754 10.0.0.50 - - [2026-04-06 02:18:29] "POST /id-to-fqname HTTP/1.1" 200 230 0.001430 10.0.0.50 - - [2026-04-06 02:18:30] "POST /neutron/network HTTP/1.1" 200 849 0.005487 10.0.0.50 - - [2026-04-06 02:18:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000468 10.0.0.50 - - [2026-04-06 02:18:30] "GET / HTTP/1.1" 200 35931 0.001850 10.0.0.50 - - [2026-04-06 02:18:30] "GET /project/5f9a60f2-31a5-4b21-b1ed-595880fe5a66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000421 10.0.0.50 - - [2026-04-06 02:18:30] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001140 10.0.0.50 - - [2026-04-06 02:18:30] "GET /project/5f9a60f2-31a5-4b21-b1ed-595880fe5a66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.051879 10.0.0.50 - - [2026-04-06 02:18:30] "POST /neutron/network HTTP/1.1" 200 839 0.005606 10.0.0.50 - - [2026-04-06 02:18:30] "POST /neutron/port HTTP/1.1" 200 117 0.005562 10.0.0.50 - - [2026-04-06 02:18:30] "POST /neutron/port HTTP/1.1" 200 117 0.004723 10.0.0.50 - - [2026-04-06 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.50 - - [2026-04-06 02:18:30] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005540 10.0.0.50 - - [2026-04-06 02:18:31] "PUT /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39 HTTP/1.1" 200 276 0.010703 10.0.0.50 - - [2026-04-06 02:18:31] "POST /neutron/port HTTP/1.1" 200 117 0.004991 10.0.0.50 - - [2026-04-06 02:18:31] "POST /neutron/network HTTP/1.1" 200 849 0.005434 10.0.0.50 - - [2026-04-06 02:18:31] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001105 10.0.0.50 - - [2026-04-06 02:18:31] "POST /neutron/port HTTP/1.1" 200 1055 0.207047 10.0.0.50 - - [2026-04-06 02:18:31] "POST /neutron/port HTTP/1.1" 200 1055 0.010358 10.0.0.50 - - [2026-04-06 02:18:31] "POST /neutron/port HTTP/1.1" 200 1055 0.011030 10.0.0.50 - - [2026-04-06 02:18:31] "POST /neutron/port HTTP/1.1" 200 1109 0.052130 10.0.0.50 - - [2026-04-06 02:18:31] "POST /neutron/port HTTP/1.1" 200 1119 0.011292 10.0.0.50 - - [2026-04-06 02:18:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004224 10.0.0.50 - - [2026-04-06 02:18:31] "POST /neutron/subnet HTTP/1.1" 200 675 0.007227 10.0.0.50 - - [2026-04-06 02:18:31] "POST /neutron/port HTTP/1.1" 200 117 0.001281 10.0.0.50 - - [2026-04-06 02:18:31] "POST /neutron/network HTTP/1.1" 200 839 0.006097 10.0.0.50 - - [2026-04-06 02:18:36] "POST /neutron/port HTTP/1.1" 200 1119 0.013392 10.0.0.50 - - [2026-04-06 02:18:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006060 10.0.0.50 - - [2026-04-06 02:18:36] "POST /neutron/port HTTP/1.1" 200 1119 0.034789 10.0.0.50 - - [2026-04-06 02:18:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005866 10.0.0.50 - - [2026-04-06 02:18:36] "POST /neutron/port HTTP/1.1" 200 1119 0.012110 10.0.0.50 - - [2026-04-06 02:18:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005860 10.0.0.50 - - [2026-04-06 02:18:36] "GET /virtual-machine/70968872-1216-4033-b56d-5db00d737889 HTTP/1.1" 401 292 0.000449 10.0.0.50 - - [2026-04-06 02:18:36] "GET /virtual-machine/70968872-1216-4033-b56d-5db00d737889 HTTP/1.1" 200 1292 0.038236 10.0.0.50 - - [2026-04-06 02:18:36] "GET /virtual-machine-interface/e7693324-0af7-463f-a68e-9cc350d4a1c5 HTTP/1.1" 200 2972 0.006384 10.0.0.50 - - [2026-04-06 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.50 - - [2026-04-06 02:18:36] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003770 10.0.0.50 - - [2026-04-06 02:18:36] "GET /virtual-networks?parent_id=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002861 10.0.0.50 - - [2026-04-06 02:18:36] "GET /virtual-network/4982be3d-47f2-4a85-ae9b-fdbc6673a3bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006650 10.0.0.50 - - [2026-04-06 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.50 - - [2026-04-06 02:18:40] "GET /virtual-network/4982be3d-47f2-4a85-ae9b-fdbc6673a3bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005059 10.0.0.50 - - [2026-04-06 02:18:40] "POST /neutron/port HTTP/1.1" 200 1119 0.012986 10.0.0.50 - - [2026-04-06 02:18:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005860 10.0.0.50 - - [2026-04-06 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.50 - - [2026-04-06 02:18:42] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003132 10.0.0.50 - - [2026-04-06 02:18:42] "GET /virtual-networks?parent_id=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003208 10.0.0.50 - - [2026-04-06 02:18:42] "GET /virtual-network/4982be3d-47f2-4a85-ae9b-fdbc6673a3bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005319 10.0.0.50 - - [2026-04-06 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.50 - - [2026-04-06 02:18:44] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003407 10.0.0.50 - - [2026-04-06 02:18:44] "PUT /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39 HTTP/1.1" 200 276 0.009243 10.0.0.50 - - [2026-04-06 02:18:44] "POST /neutron/network HTTP/1.1" 200 839 0.006526 10.0.0.50 - - [2026-04-06 02:18:44] "POST /neutron/network HTTP/1.1" 400 204 0.011295 10.0.0.50 - - [2026-04-06 02:18:45] "POST /neutron/port HTTP/1.1" 200 1119 0.015052 10.0.0.50 - - [2026-04-06 02:18:45] "POST /neutron/port HTTP/1.1" 200 1109 0.011400 10.0.0.50 - - [2026-04-06 02:18:45] "POST /neutron/port HTTP/1.1" 200 151 0.101294 10.0.0.50 - - [2026-04-06 02:18:46] "POST /neutron/network HTTP/1.1" 200 839 0.005989 10.0.0.50 - - [2026-04-06 02:18:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003958 10.0.0.50 - - [2026-04-06 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.50 - - [2026-04-06 02:18:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003374 10.0.0.50 - - [2026-04-06 02:18:46] "POST /neutron/network HTTP/1.1" 200 151 0.086045 10.0.0.50 - - [2026-04-06 02:18:46] "DELETE /route-target/fc526c4e-a549-4c6b-b1e2-81f9aef94287 HTTP/1.1" 200 115 0.018638 10.0.0.50 - - [2026-04-06 02:18:47] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002752 10.0.0.50 - - [2026-04-06 02:18:47] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39 HTTP/1.1" 200 1880 0.003410 10.0.0.50 - - [2026-04-06 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.50 - - [2026-04-06 02:18:47] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001060 10.0.0.50 - - [2026-04-06 02:18:47] "GET /project/5f9a60f2-31a5-4b21-b1ed-595880fe5a66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.021492 10.0.0.50 - - [2026-04-06 02:18:47] "POST /neutron/network HTTP/1.1" 200 117 0.009480 10.0.0.50 - - [2026-04-06 02:18:47] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001080 10.0.0.50 - - [2026-04-06 02:18:47] "POST /neutron/network HTTP/1.1" 200 605 0.063766 10.0.0.50 - - [2026-04-06 02:18:47] "POST /route-targets HTTP/1.1" 200 327 0.011232 10.0.0.50 - - [2026-04-06 02:18:47] "POST /ref-update HTTP/1.1" 200 156 0.012728 10.0.0.50 - - [2026-04-06 02:18:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003361 10.0.0.50 - - [2026-04-06 02:18:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.144105 10.0.0.50 - - [2026-04-06 02:18:47] "POST /neutron/network HTTP/1.1" 200 825 0.005749 10.0.0.50 - - [2026-04-06 02:18:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001390 10.0.0.50 - - [2026-04-06 02:18:47] "GET /virtual-network/4fafdd0a-ba72-46ab-b835-5208bd22c449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005082 10.0.0.50 - - [2026-04-06 02:18:47] "POST /neutron/network HTTP/1.1" 200 825 0.006891 10.0.0.50 - - [2026-04-06 02:18:47] "GET /virtual-network/4fafdd0a-ba72-46ab-b835-5208bd22c449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005345 10.0.0.50 - - [2026-04-06 02:18:47] "POST /neutron/network HTTP/1.1" 200 825 0.009759 10.0.0.50 - - [2026-04-06 02:18:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.007659 10.0.0.50 - - [2026-04-06 02:18:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001128 10.0.0.50 - - [2026-04-06 02:18:47] "POST /neutron/network HTTP/1.1" 200 835 0.005462 10.0.0.50 - - [2026-04-06 02:18:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000458 10.0.0.50 - - [2026-04-06 02:18:48] "GET / HTTP/1.1" 200 35931 0.002398 10.0.0.50 - - [2026-04-06 02:18:48] "GET /project/5f9a60f2-31a5-4b21-b1ed-595880fe5a66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000502 10.0.0.50 - - [2026-04-06 02:18:48] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.50 - - [2026-04-06 02:18:48] "GET /project/5f9a60f2-31a5-4b21-b1ed-595880fe5a66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.055047 10.0.0.50 - - [2026-04-06 02:18:48] "POST /neutron/network HTTP/1.1" 200 825 0.005563 10.0.0.50 - - [2026-04-06 02:18:48] "POST /neutron/port HTTP/1.1" 200 117 0.005191 10.0.0.50 - - [2026-04-06 02:18:48] "POST /neutron/port HTTP/1.1" 200 117 0.005034 10.0.0.50 - - [2026-04-06 02:18:48] "POST /neutron/port HTTP/1.1" 200 117 0.005141 10.0.0.50 - - [2026-04-06 02:18:49] "POST /neutron/network HTTP/1.1" 200 835 0.005986 10.0.0.50 - - [2026-04-06 02:18:49] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001326 10.0.0.50 - - [2026-04-06 02:18:49] "POST /neutron/port HTTP/1.1" 200 1061 0.184607 10.0.0.50 - - [2026-04-06 02:18:49] "POST /neutron/port HTTP/1.1" 200 1061 0.013227 10.0.0.50 - - [2026-04-06 02:18:49] "POST /neutron/port HTTP/1.1" 200 1061 0.011021 10.0.0.50 - - [2026-04-06 02:18:49] "POST /neutron/port HTTP/1.1" 200 1115 0.065216 10.0.0.50 - - [2026-04-06 02:18:49] "POST /neutron/port HTTP/1.1" 200 1125 0.011866 10.0.0.50 - - [2026-04-06 02:18:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003591 10.0.0.50 - - [2026-04-06 02:18:49] "POST /neutron/subnet HTTP/1.1" 200 703 0.006635 10.0.0.50 - - [2026-04-06 02:18:49] "POST /neutron/port HTTP/1.1" 200 117 0.001202 10.0.0.50 - - [2026-04-06 02:18:49] "POST /neutron/network HTTP/1.1" 200 825 0.005343 10.0.0.50 - - [2026-04-06 02:18:53] "POST /neutron/port HTTP/1.1" 200 1125 0.013786 10.0.0.50 - - [2026-04-06 02:18:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005955 10.0.0.50 - - [2026-04-06 02:18:54] "POST /neutron/port HTTP/1.1" 200 1125 0.012430 10.0.0.50 - - [2026-04-06 02:18:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006469 10.0.0.50 - - [2026-04-06 02:18:54] "POST /neutron/port HTTP/1.1" 200 1125 0.015929 10.0.0.50 - - [2026-04-06 02:18:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005861 10.0.0.50 - - [2026-04-06 02:18:54] "GET /virtual-machine/3269dfd9-7602-496c-a112-9e4da11260e3 HTTP/1.1" 200 1292 0.007281 10.0.0.50 - - [2026-04-06 02:18:54] "GET /virtual-machine-interface/c7e74031-14b7-4a64-89ed-27fa603b8adf HTTP/1.1" 200 2941 0.004775 10.0.0.50 - - [2026-04-06 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.50 - - [2026-04-06 02:18:54] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003013 10.0.0.50 - - [2026-04-06 02:18:54] "GET /virtual-networks?parent_id=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003152 10.0.0.50 - - [2026-04-06 02:18:54] "GET /virtual-network/4fafdd0a-ba72-46ab-b835-5208bd22c449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005372 10.0.0.50 - - [2026-04-06 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.50 - - [2026-04-06 02:18:57] "GET /virtual-network/4fafdd0a-ba72-46ab-b835-5208bd22c449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005062 10.0.0.50 - - [2026-04-06 02:18:58] "POST /neutron/port HTTP/1.1" 200 1125 0.013403 10.0.0.50 - - [2026-04-06 02:18:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006058 10.0.0.50 - - [2026-04-06 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.50 - - [2026-04-06 02:18:59] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003111 10.0.0.50 - - [2026-04-06 02:18:59] "GET /virtual-networks?parent_id=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003025 10.0.0.50 - - [2026-04-06 02:18:59] "GET /virtual-network/4fafdd0a-ba72-46ab-b835-5208bd22c449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007240 10.0.0.50 - - [2026-04-06 02:18:59] "POST /neutron/port HTTP/1.1" 200 1125 0.016525 10.0.0.50 - - [2026-04-06 02:18:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006663 10.0.0.50 - - [2026-04-06 02:19:06] "POST /neutron/network HTTP/1.1" 200 825 0.005935 10.0.0.50 - - [2026-04-06 02:19:06] "POST /neutron/network HTTP/1.1" 400 204 0.011512 10.0.0.50 - - [2026-04-06 02:19:07] "POST /neutron/port HTTP/1.1" 200 1125 0.012807 10.0.0.50 - - [2026-04-06 02:19:07] "POST /neutron/port HTTP/1.1" 200 1115 0.014948 10.0.0.50 - - [2026-04-06 02:19:07] "POST /neutron/port HTTP/1.1" 200 151 0.099199 10.0.0.50 - - [2026-04-06 02:19:08] "POST /neutron/network HTTP/1.1" 200 825 0.006109 10.0.0.50 - - [2026-04-06 02:19:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002891 10.0.0.50 - - [2026-04-06 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.50 - - [2026-04-06 02:19:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002184 10.0.0.50 - - [2026-04-06 02:19:08] "POST /neutron/network HTTP/1.1" 200 151 0.079932 10.0.0.50 - - [2026-04-06 02:19:08] "DELETE /route-target/94f05fb0-02cb-4a16-9d19-1b29f75aada8 HTTP/1.1" 200 115 0.019504 10.0.0.50 - - [2026-04-06 02:19:09] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003031 10.0.0.50 - - [2026-04-06 02:19:09] "POST /network-ipams HTTP/1.1" 200 541 0.015922 10.0.0.50 - - [2026-04-06 02:19:09] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003171 10.0.0.50 - - [2026-04-06 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.50 - - [2026-04-06 02:19:09] "GET /network-ipam/57fc7651-599e-404b-9397-b45cfa57f19b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.005678 10.0.0.50 - - [2026-04-06 02:19:09] "PUT /network-ipam/57fc7651-599e-404b-9397-b45cfa57f19b HTTP/1.1" 200 258 0.011037 10.0.0.50 - - [2026-04-06 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.50 - - [2026-04-06 02:19:09] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001323 10.0.0.50 - - [2026-04-06 02:19:09] "GET /project/5f9a60f2-31a5-4b21-b1ed-595880fe5a66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.027890 10.0.0.50 - - [2026-04-06 02:19:09] "POST /neutron/network HTTP/1.1" 200 117 0.009863 10.0.0.50 - - [2026-04-06 02:19:09] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001246 10.0.0.50 - - [2026-04-06 02:19:09] "POST /neutron/network HTTP/1.1" 200 605 0.063625 10.0.0.50 - - [2026-04-06 02:19:09] "POST /route-targets HTTP/1.1" 200 327 0.011224 10.0.0.50 - - [2026-04-06 02:19:09] "POST /ref-update HTTP/1.1" 200 156 0.011155 10.0.0.50 - - [2026-04-06 02:19:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002195 10.0.0.50 - - [2026-04-06 02:19:10] "POST /neutron/subnet HTTP/1.1" 200 699 0.198102 10.0.0.50 - - [2026-04-06 02:19:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004153 10.0.0.50 - - [2026-04-06 02:19:10] "POST /neutron/subnet HTTP/1.1" 200 699 0.172173 10.0.0.50 - - [2026-04-06 02:19:10] "POST /neutron/network HTTP/1.1" 200 994 0.007465 10.0.0.50 - - [2026-04-06 02:19:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001447 10.0.0.50 - - [2026-04-06 02:19:10] "GET /virtual-network/6540949f-a263-457a-9cfb-db6e4432b34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005425 10.0.0.50 - - [2026-04-06 02:19:10] "POST /neutron/network HTTP/1.1" 200 994 0.009666 10.0.0.50 - - [2026-04-06 02:19:10] "GET /virtual-network/6540949f-a263-457a-9cfb-db6e4432b34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004832 10.0.0.50 - - [2026-04-06 02:19:10] "POST /neutron/network HTTP/1.1" 200 994 0.007940 10.0.0.50 - - [2026-04-06 02:19:10] "POST /neutron/subnet HTTP/1.1" 200 699 0.008963 10.0.0.50 - - [2026-04-06 02:19:10] "POST /neutron/subnet HTTP/1.1" 200 699 0.007115 10.0.0.50 - - [2026-04-06 02:19:10] "POST /neutron/network HTTP/1.1" 200 994 0.006755 10.0.0.50 - - [2026-04-06 02:19:10] "POST /neutron/subnet HTTP/1.1" 200 699 0.007190 10.0.0.50 - - [2026-04-06 02:19:10] "POST /neutron/subnet HTTP/1.1" 200 699 0.006892 10.0.0.50 - - [2026-04-06 02:19:10] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001261 10.0.0.50 - - [2026-04-06 02:19:10] "POST /neutron/port HTTP/1.1" 200 1017 0.248319 10.0.0.50 - - [2026-04-06 02:19:10] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001516 10.0.0.50 - - [2026-04-06 02:19:11] "POST /neutron/port HTTP/1.1" 200 1017 0.174791 10.0.0.50 - - [2026-04-06 02:19:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.001276 10.0.0.50 - - [2026-04-06 02:19:11] "POST /neutron/port HTTP/1.1" 200 1017 0.010050 10.0.0.50 - - [2026-04-06 02:19:11] "POST /neutron/port HTTP/1.1" 200 1017 0.010716 10.0.0.50 - - [2026-04-06 02:19:11] "POST /neutron/network HTTP/1.1" 200 994 0.009545 10.0.0.50 - - [2026-04-06 02:19:11] "POST /neutron/port HTTP/1.1" 200 1017 0.008162 10.0.0.50 - - [2026-04-06 02:19:11] "POST /neutron/port HTTP/1.1" 200 117 0.004884 10.0.0.50 - - [2026-04-06 02:19:11] "POST /neutron/port HTTP/1.1" 200 1017 0.009127 10.0.0.50 - - [2026-04-06 02:19:11] "POST /neutron/port HTTP/1.1" 200 117 0.005402 10.0.0.50 - - [2026-04-06 02:19:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.001331 10.0.0.50 - - [2026-04-06 02:19:11] "POST /neutron/port HTTP/1.1" 200 117 0.005002 10.0.0.50 - - [2026-04-06 02:19:11] "POST /neutron/port HTTP/1.1" 200 1017 0.009525 10.0.0.50 - - [2026-04-06 02:19:11] "POST /neutron/port HTTP/1.1" 200 1017 0.013086 10.0.0.50 - - [2026-04-06 02:19:11] "POST /neutron/network HTTP/1.1" 200 994 0.008036 10.0.0.50 - - [2026-04-06 02:19:11] "POST /neutron/port HTTP/1.1" 200 1017 0.010945 10.0.0.50 - - [2026-04-06 02:19:11] "POST /neutron/port HTTP/1.1" 200 1017 0.008983 10.0.0.50 - - [2026-04-06 02:19:11] "POST /neutron/port HTTP/1.1" 200 117 0.007011 10.0.0.50 - - [2026-04-06 02:19:11] "POST /neutron/port HTTP/1.1" 200 117 0.005856 10.0.0.50 - - [2026-04-06 02:19:11] "POST /neutron/port HTTP/1.1" 200 1017 0.008687 10.0.0.50 - - [2026-04-06 02:19:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.001420 10.0.0.50 - - [2026-04-06 02:19:11] "POST /neutron/network HTTP/1.1" 200 1004 0.006098 10.0.0.50 - - [2026-04-06 02:19:11] "POST /neutron/port HTTP/1.1" 200 1017 0.009515 10.0.0.50 - - [2026-04-06 02:19:12] "POST /neutron/port HTTP/1.1" 200 1017 0.012049 10.0.0.50 - - [2026-04-06 02:19:12] "POST /neutron/port HTTP/1.1" 200 117 0.016243 10.0.0.50 - - [2026-04-06 02:19:12] "POST /neutron/port HTTP/1.1" 200 1109 0.095925 10.0.0.50 - - [2026-04-06 02:19:12] "POST /neutron/port HTTP/1.1" 200 1119 0.016060 10.0.0.50 - - [2026-04-06 02:19:12] "POST /neutron/network HTTP/1.1" 200 1004 0.006390 10.0.0.50 - - [2026-04-06 02:19:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003385 10.0.0.50 - - [2026-04-06 02:19:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000507 10.0.0.50 - - [2026-04-06 02:19:12] "POST /neutron/subnet HTTP/1.1" 200 673 0.010273 10.0.0.50 - - [2026-04-06 02:19:12] "POST /neutron/port HTTP/1.1" 200 117 0.001306 10.0.0.50 - - [2026-04-06 02:19:12] "POST /neutron/network HTTP/1.1" 200 994 0.008363 10.0.0.50 - - [2026-04-06 02:19:12] "POST /neutron/port HTTP/1.1" 200 1017 0.009772 10.0.0.50 - - [2026-04-06 02:19:12] "POST /neutron/network HTTP/1.1" 200 1004 0.006038 10.0.0.50 - - [2026-04-06 02:19:12] "GET / HTTP/1.1" 200 35931 0.001527 10.0.0.50 - - [2026-04-06 02:19:12] "GET /project/5f9a60f2-31a5-4b21-b1ed-595880fe5a66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000374 10.0.0.50 - - [2026-04-06 02:19:12] "POST /neutron/port HTTP/1.1" 200 1017 0.009539 10.0.0.50 - - [2026-04-06 02:19:12] "POST /neutron/port HTTP/1.1" 200 1017 0.007757 10.0.0.50 - - [2026-04-06 02:19:12] "POST /neutron/port HTTP/1.1" 200 1109 0.082993 10.0.0.50 - - [2026-04-06 02:19:12] "POST /neutron/port HTTP/1.1" 200 1119 0.012269 10.0.0.50 - - [2026-04-06 02:19:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003483 10.0.0.50 - - [2026-04-06 02:19:12] "POST /neutron/subnet HTTP/1.1" 200 673 0.010639 10.0.0.50 - - [2026-04-06 02:19:12] "POST /neutron/port HTTP/1.1" 200 117 0.001897 10.0.0.50 - - [2026-04-06 02:19:12] "POST /neutron/network HTTP/1.1" 200 994 0.013370 10.0.0.50 - - [2026-04-06 02:19:12] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003005 10.0.0.50 - - [2026-04-06 02:19:12] "GET /project/5f9a60f2-31a5-4b21-b1ed-595880fe5a66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.066529 10.0.0.50 - - [2026-04-06 02:19:12] "POST /neutron/network HTTP/1.1" 200 994 0.009478 10.0.0.50 - - [2026-04-06 02:19:13] "POST /neutron/port HTTP/1.1" 200 2086 0.030924 10.0.0.50 - - [2026-04-06 02:19:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011566 10.0.0.50 - - [2026-04-06 02:19:13] "POST /neutron/port HTTP/1.1" 200 117 0.007099 10.0.0.50 - - [2026-04-06 02:19:13] "GET /domains HTTP/1.1" 200 280 0.002608 10.0.0.50 - - [2026-04-06 02:19:13] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000981 10.0.0.50 - - [2026-04-06 02:19:13] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2761 0.011880 10.0.0.50 - - [2026-04-06 02:19:13] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002289 10.0.0.50 - - [2026-04-06 02:19:13] "GET /project/5f9a60f2-31a5-4b21-b1ed-595880fe5a66 HTTP/1.1" 200 2852 0.107741 10.0.0.50 - - [2026-04-06 02:19:13] "GET /network-ipam/57fc7651-599e-404b-9397-b45cfa57f19b HTTP/1.1" 200 2646 0.006346 10.0.0.50 - - [2026-04-06 02:19:13] "GET /domains HTTP/1.1" 200 280 0.002994 10.0.0.50 - - [2026-04-06 02:19:13] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.50 - - [2026-04-06 02:19:13] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2761 0.006678 10.0.0.50 - - [2026-04-06 02:19:13] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001380 10.0.0.50 - - [2026-04-06 02:19:13] "GET /project/5f9a60f2-31a5-4b21-b1ed-595880fe5a66 HTTP/1.1" 200 2852 0.089559 10.0.0.50 - - [2026-04-06 02:19:13] "GET /virtual-network/6540949f-a263-457a-9cfb-db6e4432b34e HTTP/1.1" 200 3780 0.007453 10.0.0.50 - - [2026-04-06 02:19:13] "GET /virtual-network/6540949f-a263-457a-9cfb-db6e4432b34e HTTP/1.1" 200 3780 0.007135 10.0.0.50 - - [2026-04-06 02:19:13] "GET /routing-instance/cf2e2468-7a83-4f34-8488-048f4f55860d HTTP/1.1" 200 2380 0.005470 10.0.0.50 - - [2026-04-06 02:19:13] "GET /routing-instance/cf2e2468-7a83-4f34-8488-048f4f55860d HTTP/1.1" 200 2380 0.003136 10.0.0.50 - - [2026-04-06 02:19:13] "GET /route-target/ffdd2ad3-eebe-4a7b-bbd2-b0def1193ecf HTTP/1.1" 200 1205 0.003975 10.0.0.50 - - [2026-04-06 02:19:13] "GET /virtual-network/6540949f-a263-457a-9cfb-db6e4432b34e HTTP/1.1" 200 3780 0.005691 10.0.0.50 - - [2026-04-06 02:19:13] "GET /routing-instance/cf2e2468-7a83-4f34-8488-048f4f55860d HTTP/1.1" 200 2380 0.005339 10.0.0.50 - - [2026-04-06 02:19:13] "GET /virtual-network/6540949f-a263-457a-9cfb-db6e4432b34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.010785 10.0.0.50 - - [2026-04-06 02:19:13] "GET /virtual-network/6540949f-a263-457a-9cfb-db6e4432b34e HTTP/1.1" 200 3780 0.004972 10.0.0.50 - - [2026-04-06 02:19:13] "GET /routing-instance/cf2e2468-7a83-4f34-8488-048f4f55860d HTTP/1.1" 200 2380 0.003430 10.0.0.50 - - [2026-04-06 02:19:13] "GET /routing-instance/cf2e2468-7a83-4f34-8488-048f4f55860d HTTP/1.1" 200 2380 0.006327 10.0.0.50 - - [2026-04-06 02:19:13] "GET /route-target/ffdd2ad3-eebe-4a7b-bbd2-b0def1193ecf HTTP/1.1" 200 1205 0.006116 10.0.0.50 - - [2026-04-06 02:19:13] "POST /neutron/network HTTP/1.1" 200 1004 0.010920 10.0.0.50 - - [2026-04-06 02:19:13] "GET /domains HTTP/1.1" 200 280 0.002203 10.0.0.50 - - [2026-04-06 02:19:13] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000940 10.0.0.50 - - [2026-04-06 02:19:13] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2761 0.008669 10.0.0.50 - - [2026-04-06 02:19:13] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000867 10.0.0.50 - - [2026-04-06 02:19:13] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000880 10.0.0.50 - - [2026-04-06 02:19:13] "GET /project/5f9a60f2-31a5-4b21-b1ed-595880fe5a66 HTTP/1.1" 200 2852 0.099476 10.0.0.50 - - [2026-04-06 02:19:13] "GET /virtual-network/6540949f-a263-457a-9cfb-db6e4432b34e HTTP/1.1" 200 4038 0.069999 10.0.0.50 - - [2026-04-06 02:19:13] "POST /neutron/port HTTP/1.1" 200 1055 0.328340 10.0.0.50 - - [2026-04-06 02:19:14] "POST /neutron/port HTTP/1.1" 200 1055 0.011083 10.0.0.50 - - [2026-04-06 02:19:14] "POST /neutron/port HTTP/1.1" 200 1055 0.023375 10.0.0.50 - - [2026-04-06 02:19:14] "POST /neutron/port HTTP/1.1" 200 1109 0.104548 10.0.0.50 - - [2026-04-06 02:19:14] "POST /neutron/port HTTP/1.1" 200 1119 0.017626 10.0.0.50 - - [2026-04-06 02:19:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006446 10.0.0.50 - - [2026-04-06 02:19:14] "GET /obj-perms HTTP/1.1" 200 5030 0.091928 10.0.0.50 - - [2026-04-06 02:19:14] "POST /neutron/subnet HTTP/1.1" 200 673 0.009430 10.0.0.50 - - [2026-04-06 02:19:14] "POST /neutron/port HTTP/1.1" 200 117 0.001258 10.0.0.50 - - [2026-04-06 02:19:14] "POST /neutron/network HTTP/1.1" 200 994 0.008905 10.0.0.50 - - [2026-04-06 02:19:14] "POST /neutron/port HTTP/1.1" 200 1119 0.015286 10.0.0.50 - - [2026-04-06 02:19:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011512 10.0.0.50 - - [2026-04-06 02:19:14] "POST /neutron/port HTTP/1.1" 200 1119 0.013449 10.0.0.50 - - [2026-04-06 02:19:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006043 10.0.0.50 - - [2026-04-06 02:19:14] "POST /neutron/port HTTP/1.1" 200 1119 0.015970 10.0.0.50 - - [2026-04-06 02:19:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012295 10.0.0.50 - - [2026-04-06 02:19:14] "GET /virtual-machine/344a9ecb-8278-4ebf-9dcb-b3f569ca795d HTTP/1.1" 200 1288 0.005385 10.0.0.50 - - [2026-04-06 02:19:14] "GET /virtual-machine-interface/e0533787-84f8-480f-a2f3-e1255496c5c3 HTTP/1.1" 200 2942 0.006653 10.0.0.50 - - [2026-04-06 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005981 10.0.0.50 - - [2026-04-06 02:19:14] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005309 10.0.0.50 - - [2026-04-06 02:19:14] "GET /virtual-networks?parent_id=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003697 10.0.0.50 - - [2026-04-06 02:19:14] "GET /virtual-network/6540949f-a263-457a-9cfb-db6e4432b34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005339 10.0.0.50 - - [2026-04-06 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.50 - - [2026-04-06 02:19:17] "GET /virtual-network/6540949f-a263-457a-9cfb-db6e4432b34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005178 10.0.0.50 - - [2026-04-06 02:19:21] "POST /neutron/port HTTP/1.1" 200 1119 0.028085 10.0.0.50 - - [2026-04-06 02:19:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011596 10.0.0.50 - - [2026-04-06 02:19:21] "DELETE /project/5f9a60f231a54b21b1ed595880fe5a66 HTTP/1.1" 404 173 0.004121 10.0.0.50 - - [2026-04-06 02:19:21] "GET /projects?obj_uuids=ed0bb6e4-e329-43c1-9e8f-20b2248e32bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000892 10.0.0.50 - - [2026-04-06 02:19:22] "GET /project/ed0bb6e4-e329-43c1-9e8f-20b2248e32bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.044528 10.0.0.50 - - [2026-04-06 02:19:22] "GET /projects?obj_uuids=ed0bb6e4-e329-43c1-9e8f-20b2248e32bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001652 10.0.0.50 - - [2026-04-06 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005760 10.0.0.50 - - [2026-04-06 02:19:22] "POST /neutron/port HTTP/1.1" 200 1119 0.031888 10.0.0.50 - - [2026-04-06 02:19:22] "GET /virtual-network/6540949f-a263-457a-9cfb-db6e4432b34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006331 10.0.0.50 - - [2026-04-06 02:19:22] "GET /project/ed0bb6e4-e329-43c1-9e8f-20b2248e32bf?fields=security_groups HTTP/1.1" 200 1377 0.068307 10.0.0.50 - - [2026-04-06 02:19:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.013163 10.0.0.50 - - [2026-04-06 02:19:22] "DELETE /security-group/1e436050-9740-469f-adfd-b319af13d808 HTTP/1.1" 200 115 0.056921 10.0.0.50 - - [2026-04-06 02:19:22] "GET /projects?obj_uuids=ed0bb6e4-e329-43c1-9e8f-20b2248e32bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001441 10.0.0.50 - - [2026-04-06 02:19:22] "DELETE /access-control-list/6897c433-b423-4093-afce-9fcbf9d678b2 HTTP/1.1" 200 115 0.056889 10.0.0.50 - - [2026-04-06 02:19:22] "GET /project/ed0bb6e4-e329-43c1-9e8f-20b2248e32bf?fields=application_policy_sets HTTP/1.1" 200 1416 0.066031 10.0.0.50 - - [2026-04-06 02:19:22] "DELETE /access-control-list/d1d7b16b-9264-4dfb-b443-2ae7d5356dd2 HTTP/1.1" 200 115 0.067040 10.0.0.50 - - [2026-04-06 02:19:22] "DELETE /project/ed0bb6e4-e329-43c1-9e8f-20b2248e32bf HTTP/1.1" 200 115 0.432562 10.0.0.50 - - [2026-04-06 02:19:23] "POST /neutron/port HTTP/1.1" 200 1119 0.012301 10.0.0.50 - - [2026-04-06 02:19:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005877 10.0.0.50 - - [2026-04-06 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.50 - - [2026-04-06 02:19:24] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005911 10.0.0.50 - - [2026-04-06 02:19:24] "GET /virtual-networks?parent_id=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005032 10.0.0.50 - - [2026-04-06 02:19:24] "GET /virtual-network/6540949f-a263-457a-9cfb-db6e4432b34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007578 10.0.0.50 - - [2026-04-06 02:19:24] "POST /neutron/port HTTP/1.1" 200 1119 0.013308 10.0.0.50 - - [2026-04-06 02:19:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005863 10.0.0.50 - - [2026-04-06 02:19:24] "POST /neutron/port HTTP/1.1" 200 1119 0.012904 10.0.0.50 - - [2026-04-06 02:19:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006571 10.0.0.50 - - [2026-04-06 02:19:24] "POST /neutron/port HTTP/1.1" 200 1119 0.012345 10.0.0.50 - - [2026-04-06 02:19:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006106 10.0.0.50 - - [2026-04-06 02:19:24] "GET /virtual-machine/0f3c3728-c280-4255-a86d-23025c0cd821 HTTP/1.1" 200 1288 0.005044 10.0.0.50 - - [2026-04-06 02:19:24] "GET /virtual-machine-interface/805ef9d4-ca73-470c-b049-6b32ee30df04 HTTP/1.1" 200 2941 0.005529 10.0.0.50 - - [2026-04-06 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.50 - - [2026-04-06 02:19:24] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003318 10.0.0.50 - - [2026-04-06 02:19:24] "GET /virtual-networks?parent_id=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003767 10.0.0.50 - - [2026-04-06 02:19:24] "GET /virtual-network/6540949f-a263-457a-9cfb-db6e4432b34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005369 10.0.0.50 - - [2026-04-06 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.50 - - [2026-04-06 02:19:26] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003191 10.0.0.50 - - [2026-04-06 02:19:26] "GET /virtual-networks?parent_id=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003081 10.0.0.50 - - [2026-04-06 02:19:26] "GET /virtual-network/6540949f-a263-457a-9cfb-db6e4432b34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005751 10.0.0.50 - - [2026-04-06 02:19:26] "POST /neutron/port HTTP/1.1" 200 1119 0.013453 10.0.0.50 - - [2026-04-06 02:19:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006257 10.0.0.50 - - [2026-04-06 02:19:26] "POST /neutron/port HTTP/1.1" 200 1119 0.012420 10.0.0.50 - - [2026-04-06 02:19:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006337 10.0.0.50 - - [2026-04-06 02:19:26] "POST /neutron/port HTTP/1.1" 200 1119 0.012417 10.0.0.50 - - [2026-04-06 02:19:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006006 10.0.0.50 - - [2026-04-06 02:19:26] "GET /virtual-machine/84b03fa6-e2f1-4d36-bcbc-67dfb856b8b2 HTTP/1.1" 200 1292 0.004926 10.0.0.50 - - [2026-04-06 02:19:26] "GET /virtual-machine-interface/b6eef9c9-cdcb-48d4-a679-a258a10201c2 HTTP/1.1" 200 2942 0.004443 10.0.0.50 - - [2026-04-06 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.50 - - [2026-04-06 02:19:26] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010501 10.0.0.50 - - [2026-04-06 02:19:26] "GET /virtual-networks?parent_id=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002812 10.0.0.50 - - [2026-04-06 02:19:26] "GET /virtual-network/6540949f-a263-457a-9cfb-db6e4432b34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006758 10.0.0.50 - - [2026-04-06 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.50 - - [2026-04-06 02:19:27] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003273 10.0.0.50 - - [2026-04-06 02:19:27] "GET /virtual-networks?parent_id=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003194 10.0.0.50 - - [2026-04-06 02:19:27] "GET /virtual-network/6540949f-a263-457a-9cfb-db6e4432b34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005283 10.0.0.50 - - [2026-04-06 02:19:29] "GET /obj-perms HTTP/1.1" 200 5056 0.059597 10.0.0.50 - - [2026-04-06 02:19:29] "GET /obj-perms HTTP/1.1" 200 5056 0.054494 10.0.0.50 - - [2026-04-06 02:19:30] "POST /neutron/port HTTP/1.1" 200 1119 0.014504 10.0.0.50 - - [2026-04-06 02:19:31] "POST /neutron/port HTTP/1.1" 200 1119 0.012672 10.0.0.50 - - [2026-04-06 02:19:31] "POST /neutron/network HTTP/1.1" 200 1004 0.006700 10.0.0.50 - - [2026-04-06 02:19:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003736 10.0.0.50 - - [2026-04-06 02:19:31] "POST /neutron/subnet HTTP/1.1" 200 673 0.009941 10.0.0.50 - - [2026-04-06 02:19:31] "POST /neutron/port HTTP/1.1" 200 117 0.001264 10.0.0.50 - - [2026-04-06 02:19:31] "POST /neutron/network HTTP/1.1" 200 994 0.009126 10.0.0.50 - - [2026-04-06 02:19:44] "POST /neutron/port HTTP/1.1" 200 1109 0.015380 10.0.0.50 - - [2026-04-06 02:19:44] "POST /neutron/port HTTP/1.1" 200 1109 0.010730 10.0.0.50 - - [2026-04-06 02:19:44] "POST /neutron/port HTTP/1.1" 200 151 0.103233 10.0.0.50 - - [2026-04-06 02:19:44] "POST /neutron/port HTTP/1.1" 200 1109 0.013701 10.0.0.50 - - [2026-04-06 02:19:44] "POST /neutron/port HTTP/1.1" 200 1109 0.018801 10.0.0.50 - - [2026-04-06 02:19:44] "POST /neutron/port HTTP/1.1" 200 1119 0.031139 10.0.0.50 - - [2026-04-06 02:19:44] "POST /neutron/port HTTP/1.1" 200 1109 0.020732 10.0.0.50 - - [2026-04-06 02:19:44] "POST /neutron/port HTTP/1.1" 200 151 0.154569 10.0.0.50 - - [2026-04-06 02:19:44] "POST /neutron/network HTTP/1.1" 200 994 0.011476 10.0.0.50 - - [2026-04-06 02:19:44] "POST /neutron/network HTTP/1.1" 400 204 0.025138 10.0.0.50 - - [2026-04-06 02:19:44] "POST /neutron/port HTTP/1.1" 200 151 0.144011 10.0.0.50 - - [2026-04-06 02:19:46] "POST /neutron/network HTTP/1.1" 200 994 0.011018 10.0.0.50 - - [2026-04-06 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.50 - - [2026-04-06 02:19:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002413 10.0.0.50 - - [2026-04-06 02:19:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002548 10.0.0.50 - - [2026-04-06 02:19:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001677 10.0.0.50 - - [2026-04-06 02:19:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001589 10.0.0.50 - - [2026-04-06 02:19:46] "POST /neutron/network HTTP/1.1" 200 151 0.114455 10.0.0.50 - - [2026-04-06 02:19:46] "DELETE /route-target/ffdd2ad3-eebe-4a7b-bbd2-b0def1193ecf HTTP/1.1" 200 115 0.024987 10.0.0.50 - - [2026-04-06 02:19:46] "GET /routing-instance/cf2e2468-7a83-4f34-8488-048f4f55860d HTTP/1.1" 404 171 0.002710 10.0.0.50 - - [2026-04-06 02:19:46] "GET /domains HTTP/1.1" 200 280 0.002819 10.0.0.50 - - [2026-04-06 02:19:46] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001415 10.0.0.50 - - [2026-04-06 02:19:46] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 2574 0.052380 10.0.0.50 - - [2026-04-06 02:19:46] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001044 10.0.0.50 - - [2026-04-06 02:19:46] "GET /project/5f9a60f2-31a5-4b21-b1ed-595880fe5a66 HTTP/1.1" 200 2095 0.072330 10.0.0.50 - - [2026-04-06 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.50 - - [2026-04-06 02:19:46] "DELETE /network-ipam/57fc7651-599e-404b-9397-b45cfa57f19b HTTP/1.1" 200 115 0.020699 10.0.0.50 - - [2026-04-06 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 211 0.002989 10.0.0.50 - - [2026-04-06 02:19:47] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000996 10.0.0.50 - - [2026-04-06 02:19:47] "GET /project/5f9a60f2-31a5-4b21-b1ed-595880fe5a66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.029195 10.0.0.50 - - [2026-04-06 02:19:47] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.50 - - [2026-04-06 02:19:47] "GET /project/5f9a60f2-31a5-4b21-b1ed-595880fe5a66?fields=virtual_networks HTTP/1.1" 200 1042 0.084917 10.0.0.50 - - [2026-04-06 02:19:47] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001090 10.0.0.50 - - [2026-04-06 02:19:47] "GET /project/5f9a60f2-31a5-4b21-b1ed-595880fe5a66?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.054319 10.0.0.50 - - [2026-04-06 02:19:47] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003182 10.0.0.50 - - [2026-04-06 02:19:47] "GET /project/5f9a60f2-31a5-4b21-b1ed-595880fe5a66?fields=security_groups HTTP/1.1" 200 1268 0.039411 10.0.0.50 - - [2026-04-06 02:19:49] "POST /neutron/port HTTP/1.1" 200 117 0.005725 10.0.0.50 - - [2026-04-06 02:19:49] "POST /neutron/port HTTP/1.1" 400 205 0.004024 10.0.0.50 - - [2026-04-06 02:19:49] "POST /neutron/port HTTP/1.1" 200 117 0.006847 10.0.0.50 - - [2026-04-06 02:19:49] "POST /neutron/port HTTP/1.1" 400 205 0.003258 10.0.0.50 - - [2026-04-06 02:19:55] "GET / HTTP/1.1" 200 35931 0.001946 10.0.0.50 - - [2026-04-06 02:19:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000646 10.0.0.50 - - [2026-04-06 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 183 0.054070 10.0.0.50 - - [2026-04-06 02:19:56] "GET /projects?obj_uuids=02625eba-5fef-4d32-95eb-4fcde5cb9e49&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002503 10.0.0.50 - - [2026-04-06 02:19:56] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001465 10.0.0.50 - - [2026-04-06 02:19:56] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007366 10.0.0.50 - - [2026-04-06 02:19:56] "POST /id-to-fqname HTTP/1.1" 200 185 0.004051 10.0.0.50 - - [2026-04-06 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 194 0.002279 10.0.0.50 - - [2026-04-06 02:19:56] "POST /security-groups HTTP/1.1" 200 586 0.063848 10.0.0.50 - - [2026-04-06 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 229 0.002717 10.0.0.50 - - [2026-04-06 02:19:56] "POST /projects HTTP/1.1" 200 575 0.220147 10.0.0.50 - - [2026-04-06 02:19:56] "POST /access-control-lists HTTP/1.1" 200 591 0.065220 10.0.0.50 - - [2026-04-06 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.299162 10.0.0.50 - - [2026-04-06 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 228 0.003083 10.0.0.50 - - [2026-04-06 02:19:57] "GET /project/02625eba-5fef-4d32-95eb-4fcde5cb9e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.443877 10.0.0.50 - - [2026-04-06 02:19:57] "POST /access-control-lists HTTP/1.1" 200 589 0.060641 10.0.0.50 - - [2026-04-06 02:19:58] "GET / HTTP/1.1" 200 35931 0.002101 10.0.0.50 - - [2026-04-06 02:20:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000607 10.0.0.50 - - [2026-04-06 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.034113 10.0.0.50 - - [2026-04-06 02:20:00] "GET /api-access-list/78336cde-204b-438d-be6e-e76099e7acf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.006636 10.0.0.50 - - [2026-04-06 02:20:00] "GET /api-access-list/78336cde-204b-438d-be6e-e76099e7acf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005031 10.0.0.50 - - [2026-04-06 02:20:00] "GET /api-access-list/78336cde-204b-438d-be6e-e76099e7acf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004279 10.0.0.50 - - [2026-04-06 02:20:00] "PUT /api-access-list/78336cde-204b-438d-be6e-e76099e7acf0 HTTP/1.1" 200 264 0.012624 10.0.0.50 - - [2026-04-06 02:20:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000512 10.0.0.50 - - [2026-04-06 02:20:01] "GET /aaa-mode HTTP/1.1" 200 128 0.028939 10.0.0.50 - - [2026-04-06 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 183 0.032172 10.0.0.50 - - [2026-04-06 02:20:01] "GET /projects?obj_uuids=17bd0991-3182-4f8a-a03a-f5829682d298&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002859 10.0.0.50 - - [2026-04-06 02:20:01] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001544 10.0.0.50 - - [2026-04-06 02:20:01] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008828 10.0.0.50 - - [2026-04-06 02:20:02] "POST /id-to-fqname HTTP/1.1" 200 185 0.001304 10.0.0.50 - - [2026-04-06 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.005371 10.0.0.50 - - [2026-04-06 02:20:02] "POST /security-groups HTTP/1.1" 200 586 0.071465 10.0.0.50 - - [2026-04-06 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 229 0.002890 10.0.0.50 - - [2026-04-06 02:20:02] "POST /projects HTTP/1.1" 200 575 0.247094 10.0.0.50 - - [2026-04-06 02:20:02] "POST /access-control-lists HTTP/1.1" 200 591 0.060816 10.0.0.50 - - [2026-04-06 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.324756 10.0.0.50 - - [2026-04-06 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 228 0.004008 10.0.0.50 - - [2026-04-06 02:20:02] "GET /project/17bd0991-3182-4f8a-a03a-f5829682d298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.471938 10.0.0.50 - - [2026-04-06 02:20:02] "POST /access-control-lists HTTP/1.1" 200 589 0.068789 10.0.0.50 - - [2026-04-06 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.028654 10.0.0.50 - - [2026-04-06 02:20:02] "GET /projects?obj_uuids=a181defb-8dcc-4143-b513-dd639c565880&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002964 10.0.0.50 - - [2026-04-06 02:20:02] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.50 - - [2026-04-06 02:20:02] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006513 10.0.0.50 - - [2026-04-06 02:20:02] "POST /id-to-fqname HTTP/1.1" 200 185 0.001365 10.0.0.50 - - [2026-04-06 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.003265 10.0.0.50 - - [2026-04-06 02:20:03] "POST /security-groups HTTP/1.1" 200 586 0.065899 10.0.0.50 - - [2026-04-06 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.003444 10.0.0.50 - - [2026-04-06 02:20:03] "POST /projects HTTP/1.1" 200 575 0.218205 10.0.0.50 - - [2026-04-06 02:20:03] "POST /access-control-lists HTTP/1.1" 200 591 0.065296 10.0.0.50 - - [2026-04-06 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.298122 10.0.0.50 - - [2026-04-06 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 228 0.003295 10.0.0.50 - - [2026-04-06 02:20:03] "GET /project/a181defb-8dcc-4143-b513-dd639c565880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.437129 10.0.0.50 - - [2026-04-06 02:20:03] "POST /access-control-lists HTTP/1.1" 200 589 0.076451 10.0.0.50 - - [2026-04-06 02:20:03] "GET / HTTP/1.1" 200 35931 0.001995 10.0.0.50 - - [2026-04-06 02:20:04] "GET / HTTP/1.1" 200 35931 0.001547 10.0.0.50 - - [2026-04-06 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.002835 10.0.0.50 - - [2026-04-06 02:20:05] "POST /api-access-lists HTTP/1.1" 200 521 0.014400 10.0.0.50 - - [2026-04-06 02:20:05] "GET /api-access-list/573381d8-2ab1-4949-8225-e0201f9a36fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1264 0.004993 10.0.0.50 - - [2026-04-06 02:20:05] "GET /api-access-list/573381d8-2ab1-4949-8225-e0201f9a36fa HTTP/1.1" 401 292 0.000528 10.0.0.50 - - [2026-04-06 02:20:05] "GET /api-access-list/573381d8-2ab1-4949-8225-e0201f9a36fa HTTP/1.1" 200 1264 0.076474 10.0.0.50 - - [2026-04-06 02:20:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.50 - - [2026-04-06 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.070595 10.0.0.50 - - [2026-04-06 02:20:05] "GET /projects?obj_uuids=17bd0991-3182-4f8a-a03a-f5829682d298&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001881 10.0.0.50 - - [2026-04-06 02:20:05] "GET /project/17bd0991-3182-4f8a-a03a-f5829682d298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.045077 10.0.0.50 - - [2026-04-06 02:20:06] "GET /virtual-networks?parent_id=17bd0991-3182-4f8a-a03a-f5829682d298&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012763 10.0.0.50 - - [2026-04-06 02:20:06] "POST /virtual-networks HTTP/1.1" 200 568 0.081659 10.0.0.50 - - [2026-04-06 02:20:06] "POST /route-targets HTTP/1.1" 200 327 0.011818 10.0.0.50 - - [2026-04-06 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.013095 10.0.0.50 - - [2026-04-06 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.016532 10.0.0.50 - - [2026-04-06 02:20:06] "GET /network-ipam/94971759-2dae-4907-aa9f-32cfaed7b98a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.011307 10.0.0.50 - - [2026-04-06 02:20:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005095 10.0.0.50 - - [2026-04-06 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.049287 10.0.0.50 - - [2026-04-06 02:20:06] "POST /neutron/network HTTP/1.1" 200 831 0.046513 10.0.0.50 - - [2026-04-06 02:20:06] "POST /neutron/network HTTP/1.1" 200 831 0.020300 10.0.0.50 - - [2026-04-06 02:20:06] "GET /virtual-network/a24c0a4a-eb19-431a-832a-d661fa06fafc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.014752 10.0.0.50 - - [2026-04-06 02:20:06] "POST /neutron/network HTTP/1.1" 200 831 0.026697 10.0.0.50 - - [2026-04-06 02:20:06] "POST /neutron/subnet HTTP/1.1" 200 670 0.033561 10.0.0.50 - - [2026-04-06 02:20:06] "GET /virtual-network/a24c0a4a-eb19-431a-832a-d661fa06fafc HTTP/1.1" 401 292 0.000516 10.0.0.50 - - [2026-04-06 02:20:06] "GET /virtual-network/a24c0a4a-eb19-431a-832a-d661fa06fafc HTTP/1.1" 200 2262 0.045779 10.0.0.50 - - [2026-04-06 02:20:06] "GET /virtual-network/a24c0a4a-eb19-431a-832a-d661fa06fafc HTTP/1.1" 401 292 0.000414 10.0.0.50 - - [2026-04-06 02:20:07] "GET /virtual-network/a24c0a4a-eb19-431a-832a-d661fa06fafc HTTP/1.1" 200 2002 0.042103 10.0.0.50 - - [2026-04-06 02:20:07] "GET /obj-perms HTTP/1.1" 200 4915 0.066594 10.0.0.50 - - [2026-04-06 02:20:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000344 10.0.0.50 - - [2026-04-06 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.032313 10.0.0.50 - - [2026-04-06 02:20:08] "GET /virtual-network/a24c0a4a-eb19-431a-832a-d661fa06fafc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.013729 10.0.0.50 - - [2026-04-06 02:20:08] "GET /obj-perms HTTP/1.1" 200 4915 0.009830 10.0.0.50 - - [2026-04-06 02:20:08] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.016266 10.0.0.50 - - [2026-04-06 02:20:08] "GET /obj-perms HTTP/1.1" 200 4915 0.066940 10.0.0.50 - - [2026-04-06 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.50 - - [2026-04-06 02:20:08] "GET /virtual-network/a24c0a4a-eb19-431a-832a-d661fa06fafc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.012695 10.0.0.50 - - [2026-04-06 02:20:08] "GET /obj-perms HTTP/1.1" 200 4915 0.010232 10.0.0.50 - - [2026-04-06 02:20:08] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.015593 10.0.0.50 - - [2026-04-06 02:20:08] "POST /id-to-fqname HTTP/1.1" 401 292 0.000432 10.0.0.50 - - [2026-04-06 02:20:09] "POST /id-to-fqname HTTP/1.1" 200 230 0.039265 10.0.0.50 - - [2026-04-06 02:20:09] "POST /neutron/network HTTP/1.1" 200 841 0.058414 10.0.0.50 - - [2026-04-06 02:20:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000444 10.0.0.50 - - [2026-04-06 02:20:10] "GET / HTTP/1.1" 200 35931 0.001842 10.0.0.50 - - [2026-04-06 02:20:10] "GET /project/a181defb-8dcc-4143-b513-dd639c565880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000430 10.0.0.50 - - [2026-04-06 02:20:10] "GET /projects?obj_uuids=a181defb-8dcc-4143-b513-dd639c565880&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001167 10.0.0.50 - - [2026-04-06 02:20:10] "GET /project/a181defb-8dcc-4143-b513-dd639c565880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047993 10.0.0.50 - - [2026-04-06 02:20:10] "POST /neutron/network HTTP/1.1" 200 831 0.005339 10.0.0.50 - - [2026-04-06 02:20:10] "POST /neutron/port HTTP/1.1" 200 117 0.037978 10.0.0.50 - - [2026-04-06 02:20:10] "POST /neutron/port HTTP/1.1" 200 117 0.007229 10.0.0.50 - - [2026-04-06 02:20:10] "POST /neutron/port HTTP/1.1" 200 117 0.004493 10.0.0.50 - - [2026-04-06 02:20:11] "POST /neutron/network HTTP/1.1" 200 841 0.022584 10.0.0.50 - - [2026-04-06 02:20:11] "POST /neutron/network HTTP/1.1" 200 831 0.019913 10.0.0.50 - - [2026-04-06 02:20:11] "GET /projects?obj_uuids=a181defb-8dcc-4143-b513-dd639c565880&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001489 10.0.0.50 - - [2026-04-06 02:20:11] "POST /neutron/port HTTP/1.1" 200 1054 0.335530 10.0.0.50 - - [2026-04-06 02:20:11] "POST /neutron/port HTTP/1.1" 200 1054 0.012412 10.0.0.50 - - [2026-04-06 02:20:11] "POST /neutron/port HTTP/1.1" 200 1054 0.014129 10.0.0.50 - - [2026-04-06 02:20:11] "POST /neutron/port HTTP/1.1" 200 1108 0.069206 10.0.0.50 - - [2026-04-06 02:20:11] "POST /neutron/port HTTP/1.1" 200 1118 0.017071 10.0.0.50 - - [2026-04-06 02:20:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003845 10.0.0.50 - - [2026-04-06 02:20:11] "POST /neutron/subnet HTTP/1.1" 200 644 0.011811 10.0.0.50 - - [2026-04-06 02:20:11] "POST /neutron/port HTTP/1.1" 200 117 0.001315 10.0.0.50 - - [2026-04-06 02:20:11] "POST /neutron/network HTTP/1.1" 200 831 0.006566 10.0.0.50 - - [2026-04-06 02:20:15] "POST /neutron/port HTTP/1.1" 200 1118 0.015181 10.0.0.50 - - [2026-04-06 02:20:15] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006716 10.0.0.50 - - [2026-04-06 02:20:15] "POST /neutron/port HTTP/1.1" 200 1118 0.018712 10.0.0.50 - - [2026-04-06 02:20:15] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006787 10.0.0.50 - - [2026-04-06 02:20:16] "POST /neutron/port HTTP/1.1" 200 1118 0.012504 10.0.0.50 - - [2026-04-06 02:20:16] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006242 10.0.0.50 - - [2026-04-06 02:20:16] "POST /neutron/port HTTP/1.1" 200 1118 0.012094 10.0.0.50 - - [2026-04-06 02:20:16] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007120 10.0.0.50 - - [2026-04-06 02:20:16] "GET /virtual-machine/a34be62b-53e7-4ca2-bc66-2367ec195754 HTTP/1.1" 200 1288 0.014683 10.0.0.50 - - [2026-04-06 02:20:16] "GET /virtual-machine/a34be62b-53e7-4ca2-bc66-2367ec195754 HTTP/1.1" 200 1288 0.012723 10.0.0.50 - - [2026-04-06 02:20:16] "GET /virtual-machine-interface/f1ec45fe-1f9e-42a7-8811-6ad7f3ef2a25 HTTP/1.1" 200 2530 0.014660 10.0.0.50 - - [2026-04-06 02:20:16] "GET /virtual-machine/a34be62b-53e7-4ca2-bc66-2367ec195754 HTTP/1.1" 200 1288 0.010249 10.0.0.50 - - [2026-04-06 02:20:16] "GET /virtual-machine-interface/f1ec45fe-1f9e-42a7-8811-6ad7f3ef2a25 HTTP/1.1" 200 2530 0.022025 10.0.0.50 - - [2026-04-06 02:20:16] "GET /instance-ip/559cde94-b96a-4fd2-82d4-608907f3b1fe HTTP/1.1" 200 1623 0.018024 10.0.0.50 - - [2026-04-06 02:20:16] "GET /virtual-machine/a34be62b-53e7-4ca2-bc66-2367ec195754 HTTP/1.1" 200 1288 0.011867 10.0.0.50 - - [2026-04-06 02:20:16] "GET /virtual-machine-interface/f1ec45fe-1f9e-42a7-8811-6ad7f3ef2a25 HTTP/1.1" 200 2530 0.013458 10.0.0.50 - - [2026-04-06 02:20:16] "GET /instance-ip/559cde94-b96a-4fd2-82d4-608907f3b1fe HTTP/1.1" 200 1623 0.013672 10.0.0.50 - - [2026-04-06 02:20:16] "POST /fqname-to-id HTTP/1.1" 403 339 0.009695 10.0.0.50 - - [2026-04-06 02:20:16] "GET / HTTP/1.1" 200 35931 0.001810 10.0.0.50 - - [2026-04-06 02:20:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000567 10.0.0.50 - - [2026-04-06 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.033474 10.0.0.50 - - [2026-04-06 02:20:17] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003974 10.0.0.50 - - [2026-04-06 02:20:17] "GET /virtual-networks?parent_id=a181defb-8dcc-4143-b513-dd639c565880&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010594 10.0.0.50 - - [2026-04-06 02:20:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.009339 10.0.0.50 - - [2026-04-06 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006736 10.0.0.50 - - [2026-04-06 02:20:17] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007490 10.0.0.50 - - [2026-04-06 02:20:17] "GET /virtual-networks?parent_id=a181defb-8dcc-4143-b513-dd639c565880&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016055 10.0.0.50 - - [2026-04-06 02:20:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.009196 10.0.0.50 - - [2026-04-06 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.50 - - [2026-04-06 02:20:17] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004660 10.0.0.50 - - [2026-04-06 02:20:17] "GET /virtual-networks?parent_id=a181defb-8dcc-4143-b513-dd639c565880&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010068 10.0.0.50 - - [2026-04-06 02:20:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.009037 10.0.0.50 - - [2026-04-06 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.50 - - [2026-04-06 02:20:17] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003549 10.0.0.50 - - [2026-04-06 02:20:17] "GET /virtual-networks?parent_id=a181defb-8dcc-4143-b513-dd639c565880&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011901 10.0.0.50 - - [2026-04-06 02:20:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.010198 10.0.0.50 - - [2026-04-06 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.50 - - [2026-04-06 02:20:17] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004656 10.0.0.50 - - [2026-04-06 02:20:17] "GET /virtual-networks?parent_id=a181defb-8dcc-4143-b513-dd639c565880&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008922 10.0.0.50 - - [2026-04-06 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.012549 10.0.0.50 - - [2026-04-06 02:20:20] "GET /virtual-network/a24c0a4a-eb19-431a-832a-d661fa06fafc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.013177 10.0.0.50 - - [2026-04-06 02:20:21] "POST /neutron/port HTTP/1.1" 200 1118 0.013102 10.0.0.50 - - [2026-04-06 02:20:21] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006227 10.0.0.50 - - [2026-04-06 02:20:22] "DELETE /project/17bd099131824f8aa03af5829682d298 HTTP/1.1" 404 173 0.011163 10.0.0.50 - - [2026-04-06 02:20:22] "DELETE /project/a181defb8dcc4143b513dd639c565880 HTTP/1.1" 404 173 0.006614 10.0.0.50 - - [2026-04-06 02:20:22] "DELETE /project/02625eba5fef4d3295eb4fcde5cb9e49 HTTP/1.1" 404 173 0.004788 10.0.0.50 - - [2026-04-06 02:20:22] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000846 10.0.0.50 - - [2026-04-06 02:20:22] "GET /project/5f9a60f2-31a5-4b21-b1ed-595880fe5a66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.024230 10.0.0.50 - - [2026-04-06 02:20:22] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000953 10.0.0.50 - - [2026-04-06 02:20:22] "GET /project/5f9a60f2-31a5-4b21-b1ed-595880fe5a66?fields=security_groups HTTP/1.1" 200 1373 0.071045 10.0.0.50 - - [2026-04-06 02:20:22] "DELETE /security-group/ae0b31f1-d3ea-46bb-9ba8-df46c334adea HTTP/1.1" 200 115 0.035784 10.0.0.50 - - [2026-04-06 02:20:22] "GET /projects?obj_uuids=5f9a60f2-31a5-4b21-b1ed-595880fe5a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001074 10.0.0.50 - - [2026-04-06 02:20:22] "DELETE /access-control-list/df94c39b-ff0d-4a01-b115-b202aef2948b HTTP/1.1" 200 115 0.038002 10.0.0.50 - - [2026-04-06 02:20:22] "GET /project/5f9a60f2-31a5-4b21-b1ed-595880fe5a66?fields=application_policy_sets HTTP/1.1" 200 1412 0.047332 10.0.0.50 - - [2026-04-06 02:20:22] "DELETE /access-control-list/0a2253b9-704c-4b98-a754-624cec5ab1d0 HTTP/1.1" 200 115 0.036638 10.0.0.50 - - [2026-04-06 02:20:22] "DELETE /project/5f9a60f2-31a5-4b21-b1ed-595880fe5a66 HTTP/1.1" 200 115 0.337615 10.0.0.50 - - [2026-04-06 02:20:22] "POST /fqname-to-id HTTP/1.1" 403 339 0.011014 10.0.0.50 - - [2026-04-06 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002244 10.0.0.50 - - [2026-04-06 02:20:22] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002402 10.0.0.50 - - [2026-04-06 02:20:22] "GET /virtual-networks?parent_id=a181defb-8dcc-4143-b513-dd639c565880&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009924 10.0.0.50 - - [2026-04-06 02:20:23] "POST /fqname-to-id HTTP/1.1" 403 339 0.010162 10.0.0.50 - - [2026-04-06 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002189 10.0.0.50 - - [2026-04-06 02:20:23] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002795 10.0.0.50 - - [2026-04-06 02:20:23] "GET /virtual-networks?parent_id=a181defb-8dcc-4143-b513-dd639c565880&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010196 10.0.0.50 - - [2026-04-06 02:20:23] "POST /fqname-to-id HTTP/1.1" 403 361 0.009911 10.0.0.50 - - [2026-04-06 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.50 - - [2026-04-06 02:20:23] "GET /routing-instance/d234183f-d419-4df3-bf2a-9b17320bd382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003460 10.0.0.50 - - [2026-04-06 02:20:23] "GET /route-target/b82ed65f-2a06-43c9-84cd-ea96fd8dd493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010121 10.0.0.50 - - [2026-04-06 02:20:23] "GET /route-target/b82ed65f-2a06-43c9-84cd-ea96fd8dd493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002819 10.0.0.50 - - [2026-04-06 02:20:23] "POST /fqname-to-id HTTP/1.1" 403 339 0.009705 10.0.0.50 - - [2026-04-06 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002421 10.0.0.50 - - [2026-04-06 02:20:23] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003520 10.0.0.50 - - [2026-04-06 02:20:23] "GET /virtual-networks?parent_id=a181defb-8dcc-4143-b513-dd639c565880&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009260 10.0.0.50 - - [2026-04-06 02:20:23] "POST /fqname-to-id HTTP/1.1" 403 361 0.009163 10.0.0.50 - - [2026-04-06 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.50 - - [2026-04-06 02:20:23] "GET /routing-instance/d234183f-d419-4df3-bf2a-9b17320bd382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004021 10.0.0.50 - - [2026-04-06 02:20:23] "GET /route-target/b82ed65f-2a06-43c9-84cd-ea96fd8dd493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008711 10.0.0.50 - - [2026-04-06 02:20:23] "GET /route-target/b82ed65f-2a06-43c9-84cd-ea96fd8dd493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004721 10.0.0.50 - - [2026-04-06 02:20:23] "GET /obj-perms HTTP/1.1" 200 4915 0.009845 10.0.0.50 - - [2026-04-06 02:20:23] "GET /virtual-machine/a34be62b-53e7-4ca2-bc66-2367ec195754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010174 10.0.0.50 - - [2026-04-06 02:20:25] "GET /obj-perms HTTP/1.1" 200 4915 0.009939 10.0.0.50 - - [2026-04-06 02:20:25] "GET /virtual-machine/a34be62b-53e7-4ca2-bc66-2367ec195754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010538 10.0.0.50 - - [2026-04-06 02:20:27] "GET /obj-perms HTTP/1.1" 200 4915 0.009063 10.0.0.50 - - [2026-04-06 02:20:27] "GET /virtual-machine/a34be62b-53e7-4ca2-bc66-2367ec195754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009287 10.0.0.50 - - [2026-04-06 02:20:29] "GET /obj-perms HTTP/1.1" 200 4915 0.009667 10.0.0.50 - - [2026-04-06 02:20:29] "GET /virtual-machine/a34be62b-53e7-4ca2-bc66-2367ec195754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010038 10.0.0.50 - - [2026-04-06 02:20:30] "GET /obj-perms HTTP/1.1" 200 5056 0.056154 10.0.0.50 - - [2026-04-06 02:20:30] "GET /obj-perms HTTP/1.1" 200 5056 0.057140 10.0.0.50 - - [2026-04-06 02:20:31] "GET /obj-perms HTTP/1.1" 200 4915 0.010365 10.0.0.50 - - [2026-04-06 02:20:31] "GET /virtual-machine/a34be62b-53e7-4ca2-bc66-2367ec195754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009136 10.0.0.50 - - [2026-04-06 02:20:33] "GET /obj-perms HTTP/1.1" 200 4915 0.009476 10.0.0.50 - - [2026-04-06 02:20:33] "GET /virtual-machine/a34be62b-53e7-4ca2-bc66-2367ec195754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009448 10.0.0.50 - - [2026-04-06 02:20:34] "GET /obj-perms HTTP/1.1" 200 4915 0.009813 10.0.0.50 - - [2026-04-06 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.50 - - [2026-04-06 02:20:34] "GET /virtual-machine-interface/f1ec45fe-1f9e-42a7-8811-6ad7f3ef2a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.013814 10.0.0.50 - - [2026-04-06 02:20:34] "GET /obj-perms HTTP/1.1" 200 4915 0.008634 10.0.0.50 - - [2026-04-06 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.50 - - [2026-04-06 02:20:34] "GET /virtual-machine-interface/f1ec45fe-1f9e-42a7-8811-6ad7f3ef2a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.017229 10.0.0.50 - - [2026-04-06 02:20:34] "GET /obj-perms HTTP/1.1" 200 4915 0.009192 10.0.0.50 - - [2026-04-06 02:20:34] "GET /virtual-machine/a34be62b-53e7-4ca2-bc66-2367ec195754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010687 10.0.0.50 - - [2026-04-06 02:20:34] "GET /obj-perms HTTP/1.1" 200 4915 0.009632 10.0.0.50 - - [2026-04-06 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.50 - - [2026-04-06 02:20:34] "GET /virtual-machine-interface/f1ec45fe-1f9e-42a7-8811-6ad7f3ef2a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.013664 10.0.0.50 - - [2026-04-06 02:20:34] "GET /obj-perms HTTP/1.1" 200 4915 0.009760 10.0.0.50 - - [2026-04-06 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005092 10.0.0.50 - - [2026-04-06 02:20:34] "GET /virtual-network/a24c0a4a-eb19-431a-832a-d661fa06fafc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.014040 10.0.0.50 - - [2026-04-06 02:20:34] "GET /obj-perms HTTP/1.1" 200 4915 0.010580 10.0.0.50 - - [2026-04-06 02:20:34] "GET /virtual-machine/a34be62b-53e7-4ca2-bc66-2367ec195754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010256 10.0.0.50 - - [2026-04-06 02:20:34] "GET /obj-perms HTTP/1.1" 200 4915 0.008997 10.0.0.50 - - [2026-04-06 02:20:34] "GET /obj-perms HTTP/1.1" 200 4915 0.008941 10.0.0.50 - - [2026-04-06 02:20:35] "GET /obj-perms HTTP/1.1" 200 4915 0.060717 10.0.0.50 - - [2026-04-06 02:20:35] "GET /obj-perms HTTP/1.1" 200 4915 0.009877 10.0.0.50 - - [2026-04-06 02:20:35] "GET /obj-perms HTTP/1.1" 200 5020 0.058445 10.0.0.50 - - [2026-04-06 02:20:35] "GET /obj-perms HTTP/1.1" 200 5020 0.003060 10.0.0.50 - - [2026-04-06 02:20:35] "GET /obj-perms HTTP/1.1" 200 4915 0.009794 10.0.0.50 - - [2026-04-06 02:20:35] "GET /obj-perms HTTP/1.1" 200 4915 0.009624 10.0.0.50 - - [2026-04-06 02:20:36] "GET /obj-perms HTTP/1.1" 200 4915 0.066592 10.0.0.50 - - [2026-04-06 02:20:36] "GET /obj-perms HTTP/1.1" 200 4915 0.008005 10.0.0.50 - - [2026-04-06 02:20:36] "GET /obj-perms HTTP/1.1" 200 5020 0.003391 10.0.0.50 - - [2026-04-06 02:20:36] "GET /obj-perms HTTP/1.1" 200 5020 0.003053 10.0.0.50 - - [2026-04-06 02:20:36] "GET /obj-perms HTTP/1.1" 200 4915 0.009415 10.0.0.50 - - [2026-04-06 02:20:36] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.013273 10.0.0.50 - - [2026-04-06 02:20:36] "GET /virtual-machine/a34be62b-53e7-4ca2-bc66-2367ec195754 HTTP/1.1" 200 1288 0.030446 10.0.0.50 - - [2026-04-06 02:20:37] "POST /neutron/port HTTP/1.1" 200 1118 0.011821 10.0.0.50 - - [2026-04-06 02:20:37] "POST /neutron/port HTTP/1.1" 200 1108 0.010009 10.0.0.50 - - [2026-04-06 02:20:37] "POST /neutron/port HTTP/1.1" 200 151 0.082764 10.0.0.50 - - [2026-04-06 02:20:38] "GET /virtual-machine/a34be62b-53e7-4ca2-bc66-2367ec195754 HTTP/1.1" 404 171 0.010041 10.0.0.50 - - [2026-04-06 02:20:38] "GET /virtual-machine/a34be62b-53e7-4ca2-bc66-2367ec195754 HTTP/1.1" 404 171 0.009066 10.0.0.50 - - [2026-04-06 02:20:38] "GET /virtual-machine/a34be62b-53e7-4ca2-bc66-2367ec195754 HTTP/1.1" 404 171 0.006922 10.0.0.50 - - [2026-04-06 02:20:38] "POST /fqname-to-id HTTP/1.1" 403 339 0.009379 10.0.0.50 - - [2026-04-06 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002412 10.0.0.50 - - [2026-04-06 02:20:38] "GET /global-vrouter-config/16b52cba-d1d1-4707-afdc-9a9dc8483d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003520 10.0.0.50 - - [2026-04-06 02:20:39] "GET /virtual-networks?parent_id=a181defb-8dcc-4143-b513-dd639c565880&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011744 10.0.0.50 - - [2026-04-06 02:20:39] "POST /fqname-to-id HTTP/1.1" 403 361 0.009445 10.0.0.50 - - [2026-04-06 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.50 - - [2026-04-06 02:20:39] "GET /routing-instance/d234183f-d419-4df3-bf2a-9b17320bd382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003187 10.0.0.50 - - [2026-04-06 02:20:39] "GET /route-target/b82ed65f-2a06-43c9-84cd-ea96fd8dd493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009023 10.0.0.50 - - [2026-04-06 02:20:39] "GET /route-target/b82ed65f-2a06-43c9-84cd-ea96fd8dd493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002843 10.0.0.50 - - [2026-04-06 02:20:39] "GET /obj-perms HTTP/1.1" 200 4915 0.009812 10.0.0.50 - - [2026-04-06 02:20:39] "GET /obj-perms HTTP/1.1" 200 4915 0.008854 10.0.0.50 - - [2026-04-06 02:20:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.50 - - [2026-04-06 02:20:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.50 - - [2026-04-06 02:20:39] "GET /obj-perms HTTP/1.1" 200 4915 0.071075 10.0.0.50 - - [2026-04-06 02:20:39] "GET /obj-perms HTTP/1.1" 200 4915 0.008872 10.0.0.50 - - [2026-04-06 02:20:39] "GET /obj-perms HTTP/1.1" 200 5020 0.003277 10.0.0.50 - - [2026-04-06 02:20:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.50 - - [2026-04-06 02:20:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.50 - - [2026-04-06 02:20:42] "GET /obj-perms HTTP/1.1" 200 5020 0.003353 10.0.0.50 - - [2026-04-06 02:20:45] "GET /obj-perms HTTP/1.1" 200 5020 0.003558 10.0.0.50 - - [2026-04-06 02:20:48] "GET /obj-perms HTTP/1.1" 200 5020 0.003224 10.0.0.50 - - [2026-04-06 02:20:51] "GET /obj-perms HTTP/1.1" 200 5020 0.003377 10.0.0.50 - - [2026-04-06 02:20:54] "GET /obj-perms HTTP/1.1" 200 5020 0.004537 10.0.0.50 - - [2026-04-06 02:20:57] "GET /obj-perms HTTP/1.1" 200 5020 0.003447 10.0.0.50 - - [2026-04-06 02:21:00] "GET /obj-perms HTTP/1.1" 200 5020 0.003473 10.0.0.50 - - [2026-04-06 02:21:03] "GET /obj-perms HTTP/1.1" 200 5020 0.003228 10.0.0.50 - - [2026-04-06 02:21:06] "GET /obj-perms HTTP/1.1" 200 5020 0.003244 10.0.0.50 - - [2026-04-06 02:21:09] "GET /obj-perms HTTP/1.1" 200 5020 0.003193 10.0.0.50 - - [2026-04-06 02:21:12] "GET /obj-perms HTTP/1.1" 200 5020 0.003865 10.0.0.50 - - [2026-04-06 02:21:15] "GET /obj-perms HTTP/1.1" 200 5020 0.003307 10.0.0.50 - - [2026-04-06 02:21:18] "GET /obj-perms HTTP/1.1" 200 5020 0.003276 10.0.0.50 - - [2026-04-06 02:21:21] "GET /obj-perms HTTP/1.1" 200 5020 0.003567 10.0.0.50 - - [2026-04-06 02:21:24] "GET /obj-perms HTTP/1.1" 200 5020 0.006244 10.0.0.50 - - [2026-04-06 02:21:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002326 10.0.0.50 - - [2026-04-06 02:21:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002361 10.0.0.50 - - [2026-04-06 02:21:25] "DELETE /virtual-network/a24c0a4a-eb19-431a-832a-d661fa06fafc HTTP/1.1" 200 115 0.092460 10.0.0.50 - - [2026-04-06 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.50 - - [2026-04-06 02:21:25] "DELETE /route-target/b82ed65f-2a06-43c9-84cd-ea96fd8dd493 HTTP/1.1" 200 115 0.017619 10.0.0.50 - - [2026-04-06 02:21:25] "DELETE /api-access-list/573381d8-2ab1-4949-8225-e0201f9a36fa HTTP/1.1" 200 115 0.031752 10.0.0.50 - - [2026-04-06 02:21:25] "GET /api-access-list/573381d8-2ab1-4949-8225-e0201f9a36fa HTTP/1.1" 404 171 0.002344 10.0.0.50 - - [2026-04-06 02:21:25] "GET /projects?obj_uuids=a181defb-8dcc-4143-b513-dd639c565880&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001121 10.0.0.50 - - [2026-04-06 02:21:25] "GET /project/a181defb-8dcc-4143-b513-dd639c565880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.022691 10.0.0.50 - - [2026-04-06 02:21:25] "GET /projects?obj_uuids=a181defb-8dcc-4143-b513-dd639c565880&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000991 10.0.0.50 - - [2026-04-06 02:21:25] "GET /project/a181defb-8dcc-4143-b513-dd639c565880?fields=virtual_networks HTTP/1.1" 200 1033 0.063083 10.0.0.50 - - [2026-04-06 02:21:25] "GET /projects?obj_uuids=a181defb-8dcc-4143-b513-dd639c565880&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001338 10.0.0.50 - - [2026-04-06 02:21:25] "GET /project/a181defb-8dcc-4143-b513-dd639c565880?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.025837 10.0.0.50 - - [2026-04-06 02:21:25] "GET /projects?obj_uuids=a181defb-8dcc-4143-b513-dd639c565880&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001081 10.0.0.50 - - [2026-04-06 02:21:25] "GET /project/a181defb-8dcc-4143-b513-dd639c565880?fields=security_groups HTTP/1.1" 200 1254 0.025291 10.0.0.50 - - [2026-04-06 02:21:26] "GET /projects?obj_uuids=17bd0991-3182-4f8a-a03a-f5829682d298&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001029 10.0.0.50 - - [2026-04-06 02:21:26] "GET /project/17bd0991-3182-4f8a-a03a-f5829682d298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.025401 10.0.0.50 - - [2026-04-06 02:21:26] "GET /projects?obj_uuids=17bd0991-3182-4f8a-a03a-f5829682d298&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001012 10.0.0.50 - - [2026-04-06 02:21:26] "GET /project/17bd0991-3182-4f8a-a03a-f5829682d298?fields=virtual_networks HTTP/1.1" 200 1032 0.065154 10.0.0.50 - - [2026-04-06 02:21:26] "GET /projects?obj_uuids=17bd0991-3182-4f8a-a03a-f5829682d298&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001313 10.0.0.50 - - [2026-04-06 02:21:26] "GET /project/17bd0991-3182-4f8a-a03a-f5829682d298?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.030878 10.0.0.50 - - [2026-04-06 02:21:26] "GET /projects?obj_uuids=17bd0991-3182-4f8a-a03a-f5829682d298&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001237 10.0.0.50 - - [2026-04-06 02:21:26] "GET /project/17bd0991-3182-4f8a-a03a-f5829682d298?fields=security_groups HTTP/1.1" 200 1253 0.027920 10.0.0.50 - - [2026-04-06 02:21:27] "GET /api-access-list/78336cde-204b-438d-be6e-e76099e7acf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003505 10.0.0.50 - - [2026-04-06 02:21:27] "PUT /api-access-list/78336cde-204b-438d-be6e-e76099e7acf0 HTTP/1.1" 200 264 0.007725 10.0.0.50 - - [2026-04-06 02:21:27] "GET /projects?obj_uuids=02625eba-5fef-4d32-95eb-4fcde5cb9e49&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001152 10.0.0.50 - - [2026-04-06 02:21:27] "GET /project/02625eba-5fef-4d32-95eb-4fcde5cb9e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.021590 10.0.0.50 - - [2026-04-06 02:21:27] "GET /projects?obj_uuids=02625eba-5fef-4d32-95eb-4fcde5cb9e49&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001109 10.0.0.50 - - [2026-04-06 02:21:27] "GET /project/02625eba-5fef-4d32-95eb-4fcde5cb9e49?fields=virtual_networks HTTP/1.1" 200 1031 0.067830 10.0.0.50 - - [2026-04-06 02:21:27] "GET /projects?obj_uuids=02625eba-5fef-4d32-95eb-4fcde5cb9e49&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001129 10.0.0.50 - - [2026-04-06 02:21:27] "GET /project/02625eba-5fef-4d32-95eb-4fcde5cb9e49?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.023874 10.0.0.50 - - [2026-04-06 02:21:27] "GET /projects?obj_uuids=02625eba-5fef-4d32-95eb-4fcde5cb9e49&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001112 10.0.0.50 - - [2026-04-06 02:21:27] "GET /project/02625eba-5fef-4d32-95eb-4fcde5cb9e49?fields=security_groups HTTP/1.1" 200 1252 0.024249 10.0.0.50 - - [2026-04-06 02:21:28] "POST /fqname-to-id HTTP/1.1" 404 188 0.027599 10.0.0.50 - - [2026-04-06 02:21:28] "GET /projects?obj_uuids=c29f91d1-c1ac-4a83-901c-6dc029b51faa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003515 10.0.0.50 - - [2026-04-06 02:21:28] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.50 - - [2026-04-06 02:21:28] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007216 10.0.0.50 - - [2026-04-06 02:21:29] "POST /id-to-fqname HTTP/1.1" 200 190 0.001446 10.0.0.50 - - [2026-04-06 02:21:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.002436 10.0.0.50 - - [2026-04-06 02:21:29] "POST /security-groups HTTP/1.1" 200 591 0.064278 10.0.0.50 - - [2026-04-06 02:21:29] "POST /fqname-to-id HTTP/1.1" 404 234 0.003542 10.0.0.50 - - [2026-04-06 02:21:29] "POST /projects HTTP/1.1" 200 585 0.226405 10.0.0.50 - - [2026-04-06 02:21:29] "POST /access-control-lists HTTP/1.1" 200 596 0.063050 10.0.0.50 - - [2026-04-06 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.307169 10.0.0.50 - - [2026-04-06 02:21:29] "POST /fqname-to-id HTTP/1.1" 404 233 0.003379 10.0.0.50 - - [2026-04-06 02:21:29] "GET /project/c29f91d1-c1ac-4a83-901c-6dc029b51faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.445903 10.0.0.50 - - [2026-04-06 02:21:29] "POST /access-control-lists HTTP/1.1" 200 594 0.060582 10.0.0.50 - - [2026-04-06 02:21:30] "GET / HTTP/1.1" 200 35931 0.002256 10.0.0.50 - - [2026-04-06 02:21:31] "GET /obj-perms HTTP/1.1" 200 5056 0.123993 10.0.0.50 - - [2026-04-06 02:21:31] "GET /obj-perms HTTP/1.1" 200 5056 0.100854 10.0.0.50 - - [2026-04-06 02:21:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000450 10.0.0.50 - - [2026-04-06 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.030110 10.0.0.50 - - [2026-04-06 02:21:33] "GET /api-access-list/78336cde-204b-438d-be6e-e76099e7acf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004535 10.0.0.50 - - [2026-04-06 02:21:33] "GET /api-access-list/78336cde-204b-438d-be6e-e76099e7acf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003603 10.0.0.50 - - [2026-04-06 02:21:33] "GET /api-access-list/78336cde-204b-438d-be6e-e76099e7acf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004130 10.0.0.50 - - [2026-04-06 02:21:33] "PUT /api-access-list/78336cde-204b-438d-be6e-e76099e7acf0 HTTP/1.1" 200 264 0.009104 10.0.0.50 - - [2026-04-06 02:21:33] "GET /aaa-mode HTTP/1.1" 200 128 0.001357 10.0.0.50 - - [2026-04-06 02:21:33] "POST /fqname-to-id HTTP/1.1" 404 188 0.027761 10.0.0.50 - - [2026-04-06 02:21:34] "GET /projects?obj_uuids=82b81497-571e-4dad-86c0-5b49e3d1dc75&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003184 10.0.0.50 - - [2026-04-06 02:21:34] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001212 10.0.0.50 - - [2026-04-06 02:21:34] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007634 10.0.0.50 - - [2026-04-06 02:21:34] "POST /id-to-fqname HTTP/1.1" 200 190 0.002524 10.0.0.50 - - [2026-04-06 02:21:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.003162 10.0.0.50 - - [2026-04-06 02:21:34] "POST /security-groups HTTP/1.1" 200 591 0.063490 10.0.0.50 - - [2026-04-06 02:21:34] "POST /fqname-to-id HTTP/1.1" 404 234 0.002569 10.0.0.50 - - [2026-04-06 02:21:34] "POST /projects HTTP/1.1" 200 585 0.214557 10.0.0.50 - - [2026-04-06 02:21:34] "POST /access-control-lists HTTP/1.1" 200 596 0.057510 10.0.0.50 - - [2026-04-06 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.286355 10.0.0.50 - - [2026-04-06 02:21:34] "POST /fqname-to-id HTTP/1.1" 404 233 0.002858 10.0.0.50 - - [2026-04-06 02:21:34] "GET /project/82b81497-571e-4dad-86c0-5b49e3d1dc75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.420667 10.0.0.50 - - [2026-04-06 02:21:34] "POST /access-control-lists HTTP/1.1" 200 594 0.056486 10.0.0.50 - - [2026-04-06 02:21:34] "POST /fqname-to-id HTTP/1.1" 404 188 0.027770 10.0.0.50 - - [2026-04-06 02:21:34] "GET /projects?obj_uuids=641cba21-bbe5-44f7-be6a-fad662801032&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002801 10.0.0.50 - - [2026-04-06 02:21:34] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.50 - - [2026-04-06 02:21:34] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007601 10.0.0.50 - - [2026-04-06 02:21:35] "POST /id-to-fqname HTTP/1.1" 200 190 0.001726 10.0.0.50 - - [2026-04-06 02:21:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.003603 10.0.0.50 - - [2026-04-06 02:21:35] "POST /security-groups HTTP/1.1" 200 591 0.068596 10.0.0.50 - - [2026-04-06 02:21:35] "POST /fqname-to-id HTTP/1.1" 404 234 0.002879 10.0.0.50 - - [2026-04-06 02:21:35] "POST /projects HTTP/1.1" 200 585 0.218571 10.0.0.50 - - [2026-04-06 02:21:35] "POST /access-control-lists HTTP/1.1" 200 596 0.057581 10.0.0.50 - - [2026-04-06 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.292086 10.0.0.50 - - [2026-04-06 02:21:35] "POST /fqname-to-id HTTP/1.1" 404 233 0.002781 10.0.0.50 - - [2026-04-06 02:21:35] "GET /project/641cba21-bbe5-44f7-be6a-fad662801032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.411316 10.0.0.50 - - [2026-04-06 02:21:35] "POST /access-control-lists HTTP/1.1" 200 594 0.068269 10.0.0.50 - - [2026-04-06 02:21:35] "GET / HTTP/1.1" 200 35931 0.001975 10.0.0.50 - - [2026-04-06 02:21:36] "GET / HTTP/1.1" 200 35931 0.002177 10.0.0.50 - - [2026-04-06 02:21:37] "POST /fqname-to-id HTTP/1.1" 404 183 0.002809 10.0.0.50 - - [2026-04-06 02:21:37] "POST /api-access-lists HTTP/1.1" 200 521 0.012169 10.0.0.50 - - [2026-04-06 02:21:37] "GET /api-access-list/14d10b33-a263-4828-bce4-8bcc63ed812a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.004067 10.0.0.50 - - [2026-04-06 02:21:37] "GET /api-access-list/14d10b33-a263-4828-bce4-8bcc63ed812a HTTP/1.1" 401 292 0.000501 10.0.0.50 - - [2026-04-06 02:21:37] "GET /api-access-list/14d10b33-a263-4828-bce4-8bcc63ed812a HTTP/1.1" 200 1289 0.059503 10.0.0.50 - - [2026-04-06 02:21:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000860 10.0.0.50 - - [2026-04-06 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.045499 10.0.0.50 - - [2026-04-06 02:21:37] "GET /projects?obj_uuids=82b81497-571e-4dad-86c0-5b49e3d1dc75&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001143 10.0.0.50 - - [2026-04-06 02:21:37] "GET /project/82b81497-571e-4dad-86c0-5b49e3d1dc75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.030387 10.0.0.50 - - [2026-04-06 02:21:38] "GET /virtual-networks?parent_id=82b81497-571e-4dad-86c0-5b49e3d1dc75&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010329 10.0.0.50 - - [2026-04-06 02:21:38] "POST /virtual-networks HTTP/1.1" 200 583 0.054097 10.0.0.50 - - [2026-04-06 02:21:38] "POST /route-targets HTTP/1.1" 200 327 0.010361 10.0.0.50 - - [2026-04-06 02:21:38] "POST /ref-update HTTP/1.1" 200 156 0.019036 10.0.0.50 - - [2026-04-06 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.013245 10.0.0.50 - - [2026-04-06 02:21:38] "GET /network-ipam/94971759-2dae-4907-aa9f-32cfaed7b98a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.010542 10.0.0.50 - - [2026-04-06 02:21:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003990 10.0.0.50 - - [2026-04-06 02:21:38] "POST /ref-update HTTP/1.1" 200 156 0.043956 10.0.0.50 - - [2026-04-06 02:21:38] "POST /neutron/network HTTP/1.1" 200 850 0.047738 10.0.0.50 - - [2026-04-06 02:21:38] "POST /neutron/network HTTP/1.1" 200 850 0.025143 10.0.0.50 - - [2026-04-06 02:21:38] "GET /virtual-network/1fc90590-4568-40a5-8abc-8e5ad333bbe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.011874 10.0.0.50 - - [2026-04-06 02:21:38] "POST /neutron/network HTTP/1.1" 200 850 0.018774 10.0.0.50 - - [2026-04-06 02:21:38] "POST /neutron/subnet HTTP/1.1" 200 686 0.026996 10.0.0.50 - - [2026-04-06 02:21:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000484 10.0.0.50 - - [2026-04-06 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.042543 10.0.0.50 - - [2026-04-06 02:21:38] "GET /projects?obj_uuids=641cba21-bbe5-44f7-be6a-fad662801032&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001071 10.0.0.50 - - [2026-04-06 02:21:38] "GET /project/641cba21-bbe5-44f7-be6a-fad662801032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.031243 10.0.0.50 - - [2026-04-06 02:21:39] "GET /virtual-networks?parent_id=641cba21-bbe5-44f7-be6a-fad662801032&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012966 10.0.0.50 - - [2026-04-06 02:21:39] "POST /virtual-networks HTTP/1.1" 200 583 0.044431 10.0.0.50 - - [2026-04-06 02:21:39] "POST /route-targets HTTP/1.1" 200 327 0.008931 10.0.0.50 - - [2026-04-06 02:21:39] "POST /ref-update HTTP/1.1" 200 156 0.010178 10.0.0.50 - - [2026-04-06 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.010565 10.0.0.50 - - [2026-04-06 02:21:39] "GET /network-ipam/94971759-2dae-4907-aa9f-32cfaed7b98a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.011841 10.0.0.50 - - [2026-04-06 02:21:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003002 10.0.0.50 - - [2026-04-06 02:21:39] "POST /ref-update HTTP/1.1" 200 156 0.042310 10.0.0.50 - - [2026-04-06 02:21:39] "POST /neutron/network HTTP/1.1" 200 847 0.044775 10.0.0.50 - - [2026-04-06 02:21:39] "POST /neutron/network HTTP/1.1" 200 847 0.019997 10.0.0.50 - - [2026-04-06 02:21:39] "GET /virtual-network/95cb0e73-5471-42ef-82c7-015446118528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.012022 10.0.0.50 - - [2026-04-06 02:21:39] "POST /neutron/network HTTP/1.1" 200 847 0.017817 10.0.0.50 - - [2026-04-06 02:21:39] "POST /neutron/subnet HTTP/1.1" 200 671 0.026527 10.0.0.50 - - [2026-04-06 02:21:39] "GET /virtual-network/1fc90590-4568-40a5-8abc-8e5ad333bbe0 HTTP/1.1" 401 292 0.000385 10.0.0.50 - - [2026-04-06 02:21:39] "GET /virtual-network/1fc90590-4568-40a5-8abc-8e5ad333bbe0 HTTP/1.1" 200 2316 0.044858 10.0.0.50 - - [2026-04-06 02:21:39] "GET /virtual-network/1fc90590-4568-40a5-8abc-8e5ad333bbe0 HTTP/1.1" 401 292 0.000506 10.0.0.50 - - [2026-04-06 02:21:40] "GET /virtual-network/1fc90590-4568-40a5-8abc-8e5ad333bbe0 HTTP/1.1" 403 376 0.033608 10.0.0.50 - - [2026-04-06 02:21:40] "GET /virtual-network/1fc90590-4568-40a5-8abc-8e5ad333bbe0 HTTP/1.1" 200 2316 0.004667 10.0.0.50 - - [2026-04-06 02:21:40] "GET /virtual-networks HTTP/1.1" 200 371 0.016809 10.0.0.50 - - [2026-04-06 02:21:40] "GET /virtual-networks HTTP/1.1" 200 371 0.016086 10.0.0.50 - - [2026-04-06 02:21:40] "GET /obj-perms HTTP/1.1" 403 257 0.039691 10.0.0.50 - - [2026-04-06 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.50 - - [2026-04-06 02:21:40] "GET /virtual-network/1fc90590-4568-40a5-8abc-8e5ad333bbe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.013654 10.0.0.50 - - [2026-04-06 02:21:41] "GET /obj-perms HTTP/1.1" 403 257 0.039450 10.0.0.50 - - [2026-04-06 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002386 10.0.0.50 - - [2026-04-06 02:21:41] "GET /virtual-network/1fc90590-4568-40a5-8abc-8e5ad333bbe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008340 10.0.0.50 - - [2026-04-06 02:21:41] "GET /obj-perms HTTP/1.1" 200 5030 0.056390 10.0.0.50 - - [2026-04-06 02:21:41] "GET /obj-perms HTTP/1.1" 403 257 0.007422 10.0.0.50 - - [2026-04-06 02:21:41] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017355 10.0.0.50 - - [2026-04-06 02:21:41] "GET /obj-perms HTTP/1.1" 403 257 0.007663 10.0.0.50 - - [2026-04-06 02:21:41] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.016541 10.0.0.50 - - [2026-04-06 02:21:41] "GET /obj-perms HTTP/1.1" 200 5030 0.003093 10.0.0.50 - - [2026-04-06 02:21:41] "PUT /virtual-network/1fc90590-4568-40a5-8abc-8e5ad333bbe0 HTTP/1.1" 200 264 0.025688 10.0.0.50 - - [2026-04-06 02:21:41] "GET /virtual-networks HTTP/1.1" 200 132 0.017447 10.0.0.50 - - [2026-04-06 02:21:41] "GET /virtual-networks HTTP/1.1" 200 611 0.017831 10.0.0.50 - - [2026-04-06 02:21:41] "GET /virtual-networks HTTP/1.1" 200 1429 0.003004 10.0.0.50 - - [2026-04-06 02:21:41] "GET /obj-perms HTTP/1.1" 403 257 0.008315 10.0.0.50 - - [2026-04-06 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002344 10.0.0.50 - - [2026-04-06 02:21:42] "GET /virtual-network/1fc90590-4568-40a5-8abc-8e5ad333bbe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008748 10.0.0.50 - - [2026-04-06 02:21:42] "GET /obj-perms HTTP/1.1" 403 257 0.035623 10.0.0.50 - - [2026-04-06 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002263 10.0.0.50 - - [2026-04-06 02:21:42] "GET /virtual-network/1fc90590-4568-40a5-8abc-8e5ad333bbe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008881 10.0.0.50 - - [2026-04-06 02:21:42] "GET /obj-perms HTTP/1.1" 403 257 0.007442 10.0.0.50 - - [2026-04-06 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.50 - - [2026-04-06 02:21:42] "GET /virtual-network/1fc90590-4568-40a5-8abc-8e5ad333bbe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.012923 10.0.0.50 - - [2026-04-06 02:21:42] "GET /obj-perms HTTP/1.1" 200 5030 0.003056 10.0.0.50 - - [2026-04-06 02:21:42] "GET /obj-perms HTTP/1.1" 403 257 0.008760 10.0.0.50 - - [2026-04-06 02:21:42] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017843 10.0.0.50 - - [2026-04-06 02:21:42] "GET /obj-perms HTTP/1.1" 403 257 0.007728 10.0.0.50 - - [2026-04-06 02:21:42] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.018265 10.0.0.50 - - [2026-04-06 02:21:42] "GET /obj-perms HTTP/1.1" 200 5030 0.003263 10.0.0.50 - - [2026-04-06 02:21:43] "PUT /virtual-network/1fc90590-4568-40a5-8abc-8e5ad333bbe0 HTTP/1.1" 200 264 0.026189 10.0.0.50 - - [2026-04-06 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005969 10.0.0.50 - - [2026-04-06 02:21:43] "DELETE /route-target/5612c30d-f3ad-4c30-ab7f-06d1e97102e7 HTTP/1.1" 200 115 0.014647 10.0.0.50 - - [2026-04-06 02:21:43] "POST /useragent-kv HTTP/1.1" 200 115 0.034517 10.0.0.50 - - [2026-04-06 02:21:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002057 10.0.0.50 - - [2026-04-06 02:21:43] "DELETE /virtual-network/95cb0e73-5471-42ef-82c7-015446118528 HTTP/1.1" 200 115 0.103478 10.0.0.50 - - [2026-04-06 02:21:43] "POST /useragent-kv HTTP/1.1" 200 115 0.005518 10.0.0.50 - - [2026-04-06 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006147 10.0.0.50 - - [2026-04-06 02:21:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003381 10.0.0.50 - - [2026-04-06 02:21:43] "DELETE /virtual-network/1fc90590-4568-40a5-8abc-8e5ad333bbe0 HTTP/1.1" 200 115 0.082455 10.0.0.50 - - [2026-04-06 02:21:43] "DELETE /route-target/43cee9c7-1894-454c-9a84-e9abba2746fd HTTP/1.1" 200 115 0.021582 10.0.0.50 - - [2026-04-06 02:21:43] "DELETE /api-access-list/14d10b33-a263-4828-bce4-8bcc63ed812a HTTP/1.1" 200 115 0.029342 10.0.0.50 - - [2026-04-06 02:21:43] "GET /api-access-list/14d10b33-a263-4828-bce4-8bcc63ed812a HTTP/1.1" 404 171 0.002184 10.0.0.50 - - [2026-04-06 02:21:43] "GET /projects?obj_uuids=641cba21-bbe5-44f7-be6a-fad662801032&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001597 10.0.0.50 - - [2026-04-06 02:21:43] "GET /project/641cba21-bbe5-44f7-be6a-fad662801032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.025218 10.0.0.50 - - [2026-04-06 02:21:43] "GET /projects?obj_uuids=641cba21-bbe5-44f7-be6a-fad662801032&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001623 10.0.0.50 - - [2026-04-06 02:21:43] "GET /project/641cba21-bbe5-44f7-be6a-fad662801032?fields=virtual_networks HTTP/1.1" 200 1042 0.069586 10.0.0.50 - - [2026-04-06 02:21:43] "GET /projects?obj_uuids=641cba21-bbe5-44f7-be6a-fad662801032&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001069 10.0.0.50 - - [2026-04-06 02:21:43] "GET /project/641cba21-bbe5-44f7-be6a-fad662801032?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.022957 10.0.0.50 - - [2026-04-06 02:21:43] "GET /projects?obj_uuids=641cba21-bbe5-44f7-be6a-fad662801032&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001068 10.0.0.50 - - [2026-04-06 02:21:43] "GET /project/641cba21-bbe5-44f7-be6a-fad662801032?fields=security_groups HTTP/1.1" 200 1268 0.020762 10.0.0.50 - - [2026-04-06 02:21:44] "GET /projects?obj_uuids=82b81497-571e-4dad-86c0-5b49e3d1dc75&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001336 10.0.0.50 - - [2026-04-06 02:21:44] "GET /project/82b81497-571e-4dad-86c0-5b49e3d1dc75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.023381 10.0.0.50 - - [2026-04-06 02:21:44] "GET /projects?obj_uuids=82b81497-571e-4dad-86c0-5b49e3d1dc75&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001074 10.0.0.50 - - [2026-04-06 02:21:44] "GET /project/82b81497-571e-4dad-86c0-5b49e3d1dc75?fields=virtual_networks HTTP/1.1" 200 1041 0.071449 10.0.0.50 - - [2026-04-06 02:21:44] "GET /projects?obj_uuids=82b81497-571e-4dad-86c0-5b49e3d1dc75&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000995 10.0.0.50 - - [2026-04-06 02:21:44] "GET /project/82b81497-571e-4dad-86c0-5b49e3d1dc75?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.021120 10.0.0.50 - - [2026-04-06 02:21:44] "GET /projects?obj_uuids=82b81497-571e-4dad-86c0-5b49e3d1dc75&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001443 10.0.0.50 - - [2026-04-06 02:21:44] "GET /project/82b81497-571e-4dad-86c0-5b49e3d1dc75?fields=security_groups HTTP/1.1" 200 1267 0.023818 10.0.0.50 - - [2026-04-06 02:21:45] "GET /aaa-mode HTTP/1.1" 200 128 0.001184 10.0.0.50 - - [2026-04-06 02:21:45] "GET / HTTP/1.1" 200 35931 0.001556 10.0.0.50 - - [2026-04-06 02:21:46] "GET / HTTP/1.1" 200 35931 0.001691 10.0.0.50 - - [2026-04-06 02:21:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000598 10.0.0.50 - - [2026-04-06 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.086146 10.0.0.50 - - [2026-04-06 02:21:47] "GET /projects?obj_uuids=c29f91d1-c1ac-4a83-901c-6dc029b51faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001436 10.0.0.50 - - [2026-04-06 02:21:47] "GET /project/c29f91d1-c1ac-4a83-901c-6dc029b51faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.031682 10.0.0.50 - - [2026-04-06 02:21:47] "GET /virtual-networks?parent_id=c29f91d1-c1ac-4a83-901c-6dc029b51faa&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007771 10.0.0.50 - - [2026-04-06 02:21:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.008258 10.0.0.50 - - [2026-04-06 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.009607 10.0.0.50 - - [2026-04-06 02:21:47] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001176 10.0.0.50 - - [2026-04-06 02:21:47] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012743 10.0.0.50 - - [2026-04-06 02:21:47] "POST /service-templates HTTP/1.1" 403 264 0.007640 10.0.0.50 - - [2026-04-06 02:21:47] "POST /fqname-to-id HTTP/1.1" 404 215 0.002607 10.0.0.50 - - [2026-04-06 02:21:47] "POST /api-access-lists HTTP/1.1" 200 555 0.013527 10.0.0.50 - - [2026-04-06 02:21:47] "GET /api-access-list/0a3b13ee-b8a4-4713-ad07-32a88c76420d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.004622 10.0.0.50 - - [2026-04-06 02:21:48] "GET /api-access-list/0a3b13ee-b8a4-4713-ad07-32a88c76420d HTTP/1.1" 200 1322 0.003796 10.0.0.50 - - [2026-04-06 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.010277 10.0.0.50 - - [2026-04-06 02:21:48] "GET /projects?obj_uuids=c29f91d1-c1ac-4a83-901c-6dc029b51faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001163 10.0.0.50 - - [2026-04-06 02:21:48] "GET /project/c29f91d1-c1ac-4a83-901c-6dc029b51faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.035310 10.0.0.50 - - [2026-04-06 02:21:48] "GET /virtual-networks?parent_id=c29f91d1-c1ac-4a83-901c-6dc029b51faa&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011126 10.0.0.50 - - [2026-04-06 02:21:48] "POST /virtual-networks HTTP/1.1" 200 583 0.044657 10.0.0.50 - - [2026-04-06 02:21:48] "POST /route-targets HTTP/1.1" 200 327 0.034749 10.0.0.50 - - [2026-04-06 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.018746 10.0.0.50 - - [2026-04-06 02:21:48] "POST /ref-update HTTP/1.1" 200 156 0.009485 10.0.0.50 - - [2026-04-06 02:21:48] "GET /network-ipam/94971759-2dae-4907-aa9f-32cfaed7b98a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.018310 10.0.0.50 - - [2026-04-06 02:21:48] "POST /useragent-kv HTTP/1.1" 200 115 0.005863 10.0.0.50 - - [2026-04-06 02:21:48] "POST /ref-update HTTP/1.1" 200 156 0.051872 10.0.0.50 - - [2026-04-06 02:21:48] "POST /neutron/network HTTP/1.1" 200 846 0.044249 10.0.0.50 - - [2026-04-06 02:21:48] "POST /neutron/network HTTP/1.1" 200 846 0.017640 10.0.0.50 - - [2026-04-06 02:21:48] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2006 0.017824 10.0.0.50 - - [2026-04-06 02:21:48] "POST /neutron/network HTTP/1.1" 200 846 0.020950 10.0.0.50 - - [2026-04-06 02:21:48] "POST /neutron/subnet HTTP/1.1" 200 669 0.028440 10.0.0.50 - - [2026-04-06 02:21:48] "POST /neutron/network HTTP/1.1" 200 846 0.074637 10.0.0.50 - - [2026-04-06 02:21:48] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2006 0.006209 10.0.0.50 - - [2026-04-06 02:21:48] "GET /network-ipam/94971759-2dae-4907-aa9f-32cfaed7b98a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004181 10.0.0.50 - - [2026-04-06 02:21:48] "GET /domains HTTP/1.1" 200 280 0.003338 10.0.0.50 - - [2026-04-06 02:21:48] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001373 10.0.0.50 - - [2026-04-06 02:21:48] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 3489 0.007949 10.0.0.50 - - [2026-04-06 02:21:48] "GET /projects?obj_uuids=c29f91d1-c1ac-4a83-901c-6dc029b51faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000992 10.0.0.50 - - [2026-04-06 02:21:48] "GET /project/c29f91d1-c1ac-4a83-901c-6dc029b51faa HTTP/1.1" 200 2363 0.065604 10.0.0.50 - - [2026-04-06 02:21:48] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612 HTTP/1.1" 200 2306 0.005782 10.0.0.50 - - [2026-04-06 02:21:48] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612 HTTP/1.1" 200 2306 0.005775 10.0.0.50 - - [2026-04-06 02:21:48] "GET /routing-instance/663c17fd-ec60-4db5-bbb9-ea750711b12e HTTP/1.1" 200 1555 0.003456 10.0.0.50 - - [2026-04-06 02:21:48] "GET /routing-instance/663c17fd-ec60-4db5-bbb9-ea750711b12e HTTP/1.1" 200 1555 0.003199 10.0.0.50 - - [2026-04-06 02:21:48] "GET /route-target/05a656fc-39a4-492c-8931-f86fdffaeef0 HTTP/1.1" 200 1242 0.003373 10.0.0.50 - - [2026-04-06 02:21:48] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612 HTTP/1.1" 200 2306 0.004438 10.0.0.50 - - [2026-04-06 02:21:48] "GET /routing-instance/663c17fd-ec60-4db5-bbb9-ea750711b12e HTTP/1.1" 200 1555 0.003250 10.0.0.50 - - [2026-04-06 02:21:48] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2006 0.006478 10.0.0.50 - - [2026-04-06 02:21:48] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612 HTTP/1.1" 200 2306 0.004773 10.0.0.50 - - [2026-04-06 02:21:49] "GET /routing-instance/663c17fd-ec60-4db5-bbb9-ea750711b12e HTTP/1.1" 200 1555 0.003384 10.0.0.50 - - [2026-04-06 02:21:49] "GET /routing-instance/663c17fd-ec60-4db5-bbb9-ea750711b12e HTTP/1.1" 200 1555 0.003783 10.0.0.50 - - [2026-04-06 02:21:49] "GET /route-target/05a656fc-39a4-492c-8931-f86fdffaeef0 HTTP/1.1" 200 1242 0.002881 10.0.0.50 - - [2026-04-06 02:21:49] "GET /domains HTTP/1.1" 200 280 0.002505 10.0.0.50 - - [2026-04-06 02:21:49] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001346 10.0.0.50 - - [2026-04-06 02:21:49] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c HTTP/1.1" 200 3489 0.006912 10.0.0.50 - - [2026-04-06 02:21:49] "GET /projects?obj_uuids=c29f91d1-c1ac-4a83-901c-6dc029b51faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000919 10.0.0.50 - - [2026-04-06 02:21:49] "GET /project/c29f91d1-c1ac-4a83-901c-6dc029b51faa HTTP/1.1" 200 2363 0.065137 10.0.0.50 - - [2026-04-06 02:21:49] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612 HTTP/1.1" 200 2306 0.004444 10.0.0.50 - - [2026-04-06 02:21:49] "GET /obj-perms HTTP/1.1" 200 5030 0.002967 10.0.0.50 - - [2026-04-06 02:21:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.008623 10.0.0.50 - - [2026-04-06 02:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.008848 10.0.0.50 - - [2026-04-06 02:21:49] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001095 10.0.0.50 - - [2026-04-06 02:21:49] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012974 10.0.0.50 - - [2026-04-06 02:21:49] "POST /service-templates HTTP/1.1" 403 264 0.009151 10.0.0.50 - - [2026-04-06 02:21:49] "POST /fqname-to-id HTTP/1.1" 404 183 0.004192 10.0.0.50 - - [2026-04-06 02:21:49] "POST /api-access-lists HTTP/1.1" 200 521 0.014057 10.0.0.50 - - [2026-04-06 02:21:49] "GET /api-access-list/6eaaedd6-e095-45c6-a18b-19b178821091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004365 10.0.0.50 - - [2026-04-06 02:21:49] "GET /api-access-list/6eaaedd6-e095-45c6-a18b-19b178821091 HTTP/1.1" 200 1290 0.004295 10.0.0.50 - - [2026-04-06 02:21:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.013964 10.0.0.50 - - [2026-04-06 02:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.013052 10.0.0.50 - - [2026-04-06 02:21:49] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.50 - - [2026-04-06 02:21:49] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.018668 10.0.0.50 - - [2026-04-06 02:21:49] "POST /service-templates HTTP/1.1" 200 551 0.030423 10.0.0.50 - - [2026-04-06 02:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.012864 10.0.0.50 - - [2026-04-06 02:21:49] "GET /service-template/0c462702-db20-4f2b-aac5-22d33e212eec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.014193 10.0.0.50 - - [2026-04-06 02:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.011211 10.0.0.50 - - [2026-04-06 02:21:49] "GET /service-template/0c462702-db20-4f2b-aac5-22d33e212eec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.010930 10.0.0.50 - - [2026-04-06 02:21:49] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612 HTTP/1.1" 401 292 0.002114 10.0.0.50 - - [2026-04-06 02:21:50] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612 HTTP/1.1" 403 263 0.036397 10.0.0.50 - - [2026-04-06 02:21:50] "GET /service-template/0c462702-db20-4f2b-aac5-22d33e212eec HTTP/1.1" 403 264 0.007511 10.0.0.50 - - [2026-04-06 02:21:50] "GET /service-template/0c462702-db20-4f2b-aac5-22d33e212eec HTTP/1.1" 403 264 0.034268 10.0.0.50 - - [2026-04-06 02:21:50] "GET /obj-perms HTTP/1.1" 403 257 0.036504 10.0.0.50 - - [2026-04-06 02:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.50 - - [2026-04-06 02:21:50] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.009340 10.0.0.50 - - [2026-04-06 02:21:51] "GET /obj-perms HTTP/1.1" 403 257 0.008966 10.0.0.50 - - [2026-04-06 02:21:51] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.009498 10.0.0.50 - - [2026-04-06 02:21:51] "GET /api-access-list/0a3b13ee-b8a4-4713-ad07-32a88c76420d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.003215 10.0.0.50 - - [2026-04-06 02:21:51] "PUT /api-access-list/0a3b13ee-b8a4-4713-ad07-32a88c76420d HTTP/1.1" 200 264 0.008252 10.0.0.50 - - [2026-04-06 02:21:51] "GET /api-access-list/0a3b13ee-b8a4-4713-ad07-32a88c76420d HTTP/1.1" 200 1459 0.003535 10.0.0.50 - - [2026-04-06 02:21:51] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612 HTTP/1.1" 200 2306 0.013702 10.0.0.50 - - [2026-04-06 02:21:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000399 10.0.0.50 - - [2026-04-06 02:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.037751 10.0.0.50 - - [2026-04-06 02:21:51] "GET /projects?obj_uuids=c29f91d1-c1ac-4a83-901c-6dc029b51faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001091 10.0.0.50 - - [2026-04-06 02:21:51] "GET /project/c29f91d1-c1ac-4a83-901c-6dc029b51faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.032724 10.0.0.50 - - [2026-04-06 02:21:51] "GET /virtual-networks?parent_id=c29f91d1-c1ac-4a83-901c-6dc029b51faa&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.013011 10.0.0.50 - - [2026-04-06 02:21:51] "POST /virtual-networks HTTP/1.1" 403 263 0.008826 10.0.0.50 - - [2026-04-06 02:21:51] "GET /service-template/0c462702-db20-4f2b-aac5-22d33e212eec HTTP/1.1" 403 264 0.008543 10.0.0.50 - - [2026-04-06 02:21:52] "GET /service-template/0c462702-db20-4f2b-aac5-22d33e212eec HTTP/1.1" 403 264 0.040247 10.0.0.50 - - [2026-04-06 02:21:52] "GET /obj-perms HTTP/1.1" 403 257 0.007945 10.0.0.50 - - [2026-04-06 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002564 10.0.0.50 - - [2026-04-06 02:21:52] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2006 0.015028 10.0.0.50 - - [2026-04-06 02:21:52] "GET /obj-perms HTTP/1.1" 403 257 0.008975 10.0.0.50 - - [2026-04-06 02:21:52] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017475 10.0.0.50 - - [2026-04-06 02:21:52] "GET /api-access-list/6eaaedd6-e095-45c6-a18b-19b178821091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004021 10.0.0.50 - - [2026-04-06 02:21:52] "PUT /api-access-list/6eaaedd6-e095-45c6-a18b-19b178821091 HTTP/1.1" 200 264 0.008603 10.0.0.50 - - [2026-04-06 02:21:52] "GET /api-access-list/6eaaedd6-e095-45c6-a18b-19b178821091 HTTP/1.1" 200 1428 0.003711 10.0.0.50 - - [2026-04-06 02:21:52] "GET /service-template/0c462702-db20-4f2b-aac5-22d33e212eec HTTP/1.1" 200 1852 0.012859 10.0.0.50 - - [2026-04-06 02:21:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.008311 10.0.0.50 - - [2026-04-06 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.009656 10.0.0.50 - - [2026-04-06 02:21:52] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.50 - - [2026-04-06 02:21:52] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.015452 10.0.0.50 - - [2026-04-06 02:21:52] "POST /service-templates HTTP/1.1" 403 264 0.009972 10.0.0.50 - - [2026-04-06 02:21:52] "GET /api-access-list/0a3b13ee-b8a4-4713-ad07-32a88c76420d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.003708 10.0.0.50 - - [2026-04-06 02:21:52] "PUT /api-access-list/0a3b13ee-b8a4-4713-ad07-32a88c76420d HTTP/1.1" 200 264 0.008112 10.0.0.50 - - [2026-04-06 02:21:52] "GET /api-access-list/0a3b13ee-b8a4-4713-ad07-32a88c76420d HTTP/1.1" 200 1322 0.003897 10.0.0.50 - - [2026-04-06 02:21:52] "GET /api-access-list/6eaaedd6-e095-45c6-a18b-19b178821091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.003244 10.0.0.50 - - [2026-04-06 02:21:52] "PUT /api-access-list/6eaaedd6-e095-45c6-a18b-19b178821091 HTTP/1.1" 200 264 0.010665 10.0.0.50 - - [2026-04-06 02:21:52] "GET /api-access-list/6eaaedd6-e095-45c6-a18b-19b178821091 HTTP/1.1" 200 1290 0.003358 10.0.0.50 - - [2026-04-06 02:21:52] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612 HTTP/1.1" 403 263 0.008255 10.0.0.50 - - [2026-04-06 02:21:53] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612 HTTP/1.1" 403 263 0.037503 10.0.0.50 - - [2026-04-06 02:21:53] "GET /service-template/0c462702-db20-4f2b-aac5-22d33e212eec HTTP/1.1" 403 264 0.008167 10.0.0.50 - - [2026-04-06 02:21:53] "GET /service-template/0c462702-db20-4f2b-aac5-22d33e212eec HTTP/1.1" 403 264 0.040620 10.0.0.50 - - [2026-04-06 02:21:53] "GET /obj-perms HTTP/1.1" 403 257 0.008089 10.0.0.50 - - [2026-04-06 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002380 10.0.0.50 - - [2026-04-06 02:21:53] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.009883 10.0.0.50 - - [2026-04-06 02:21:53] "GET /obj-perms HTTP/1.1" 403 257 0.033028 10.0.0.50 - - [2026-04-06 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002254 10.0.0.50 - - [2026-04-06 02:21:53] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008968 10.0.0.50 - - [2026-04-06 02:21:54] "GET /obj-perms HTTP/1.1" 403 257 0.010084 10.0.0.50 - - [2026-04-06 02:21:54] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008613 10.0.0.50 - - [2026-04-06 02:21:54] "GET /api-access-list/78336cde-204b-438d-be6e-e76099e7acf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003489 10.0.0.50 - - [2026-04-06 02:21:54] "PUT /api-access-list/78336cde-204b-438d-be6e-e76099e7acf0 HTTP/1.1" 200 264 0.008013 10.0.0.50 - - [2026-04-06 02:21:54] "GET /service-template/0c462702-db20-4f2b-aac5-22d33e212eec HTTP/1.1" 200 1852 0.017482 10.0.0.50 - - [2026-04-06 02:21:54] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612 HTTP/1.1" 200 2306 0.016207 10.0.0.50 - - [2026-04-06 02:21:54] "GET /obj-perms HTTP/1.1" 403 257 0.008733 10.0.0.50 - - [2026-04-06 02:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.50 - - [2026-04-06 02:21:54] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2006 0.016469 10.0.0.50 - - [2026-04-06 02:21:54] "GET /obj-perms HTTP/1.1" 403 257 0.007582 10.0.0.50 - - [2026-04-06 02:21:54] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.016115 10.0.0.50 - - [2026-04-06 02:21:54] "DELETE /api-access-list/0a3b13ee-b8a4-4713-ad07-32a88c76420d HTTP/1.1" 200 115 0.018658 10.0.0.50 - - [2026-04-06 02:21:54] "GET /api-access-list/0a3b13ee-b8a4-4713-ad07-32a88c76420d HTTP/1.1" 404 171 0.002812 10.0.0.50 - - [2026-04-06 02:21:54] "DELETE /api-access-list/6eaaedd6-e095-45c6-a18b-19b178821091 HTTP/1.1" 200 115 0.018115 10.0.0.50 - - [2026-04-06 02:21:54] "GET /api-access-list/6eaaedd6-e095-45c6-a18b-19b178821091 HTTP/1.1" 404 171 0.003488 10.0.0.50 - - [2026-04-06 02:21:54] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612 HTTP/1.1" 401 292 0.000395 10.0.0.50 - - [2026-04-06 02:21:54] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612 HTTP/1.1" 403 263 0.043183 10.0.0.50 - - [2026-04-06 02:21:54] "GET /service-template/0c462702-db20-4f2b-aac5-22d33e212eec HTTP/1.1" 403 264 0.006355 10.0.0.50 - - [2026-04-06 02:21:55] "GET /service-template/0c462702-db20-4f2b-aac5-22d33e212eec HTTP/1.1" 403 264 0.032581 10.0.0.50 - - [2026-04-06 02:21:55] "GET /obj-perms HTTP/1.1" 403 257 0.038825 10.0.0.50 - - [2026-04-06 02:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.50 - - [2026-04-06 02:21:55] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006805 10.0.0.50 - - [2026-04-06 02:21:55] "GET /obj-perms HTTP/1.1" 403 257 0.006770 10.0.0.50 - - [2026-04-06 02:21:55] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007290 10.0.0.50 - - [2026-04-06 02:21:55] "GET /api-access-list/78336cde-204b-438d-be6e-e76099e7acf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.003846 10.0.0.50 - - [2026-04-06 02:21:55] "PUT /api-access-list/78336cde-204b-438d-be6e-e76099e7acf0 HTTP/1.1" 200 264 0.010803 10.0.0.50 - - [2026-04-06 02:21:55] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612 HTTP/1.1" 200 2306 0.013467 10.0.0.50 - - [2026-04-06 02:21:55] "GET /service-template/0c462702-db20-4f2b-aac5-22d33e212eec HTTP/1.1" 200 1852 0.008548 10.0.0.50 - - [2026-04-06 02:21:55] "GET /obj-perms HTTP/1.1" 403 257 0.006608 10.0.0.50 - - [2026-04-06 02:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002333 10.0.0.50 - - [2026-04-06 02:21:55] "GET /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2006 0.012048 10.0.0.50 - - [2026-04-06 02:21:55] "GET /obj-perms HTTP/1.1" 403 257 0.006616 10.0.0.50 - - [2026-04-06 02:21:56] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.014743 10.0.0.50 - - [2026-04-06 02:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.009292 10.0.0.50 - - [2026-04-06 02:21:56] "DELETE /service-template/0c462702-db20-4f2b-aac5-22d33e212eec HTTP/1.1" 200 115 0.032853 10.0.0.50 - - [2026-04-06 02:21:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.011998 10.0.0.50 - - [2026-04-06 02:21:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003505 10.0.0.50 - - [2026-04-06 02:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.50 - - [2026-04-06 02:21:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004571 10.0.0.50 - - [2026-04-06 02:21:56] "DELETE /virtual-network/4da18ff8-11bc-461c-84d4-a4a23c283612 HTTP/1.1" 200 115 0.069181 10.0.0.50 - - [2026-04-06 02:21:56] "DELETE /route-target/05a656fc-39a4-492c-8931-f86fdffaeef0 HTTP/1.1" 200 115 0.014511 10.0.0.50 - - [2026-04-06 02:21:56] "GET /api-access-list/78336cde-204b-438d-be6e-e76099e7acf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003997 10.0.0.50 - - [2026-04-06 02:21:56] "PUT /api-access-list/78336cde-204b-438d-be6e-e76099e7acf0 HTTP/1.1" 200 264 0.008970 10.0.0.50 - - [2026-04-06 02:21:56] "GET /api-access-list/78336cde-204b-438d-be6e-e76099e7acf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.003446 10.0.0.50 - - [2026-04-06 02:21:56] "PUT /api-access-list/78336cde-204b-438d-be6e-e76099e7acf0 HTTP/1.1" 200 264 0.011865 10.0.0.50 - - [2026-04-06 02:21:57] "GET /api-access-list/78336cde-204b-438d-be6e-e76099e7acf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003526 10.0.0.50 - - [2026-04-06 02:21:57] "PUT /api-access-list/78336cde-204b-438d-be6e-e76099e7acf0 HTTP/1.1" 200 264 0.008713 10.0.0.50 - - [2026-04-06 02:21:57] "GET /projects?obj_uuids=c29f91d1-c1ac-4a83-901c-6dc029b51faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001090 10.0.0.50 - - [2026-04-06 02:21:57] "GET /project/c29f91d1-c1ac-4a83-901c-6dc029b51faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.023922 10.0.0.50 - - [2026-04-06 02:21:57] "GET /projects?obj_uuids=c29f91d1-c1ac-4a83-901c-6dc029b51faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001138 10.0.0.50 - - [2026-04-06 02:21:57] "GET /project/c29f91d1-c1ac-4a83-901c-6dc029b51faa?fields=virtual_networks HTTP/1.1" 200 1043 0.074325 10.0.0.50 - - [2026-04-06 02:21:57] "GET /projects?obj_uuids=c29f91d1-c1ac-4a83-901c-6dc029b51faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001395 10.0.0.50 - - [2026-04-06 02:21:57] "GET /project/c29f91d1-c1ac-4a83-901c-6dc029b51faa?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.023841 10.0.0.50 - - [2026-04-06 02:21:57] "GET /projects?obj_uuids=c29f91d1-c1ac-4a83-901c-6dc029b51faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001045 10.0.0.50 - - [2026-04-06 02:21:57] "GET /project/c29f91d1-c1ac-4a83-901c-6dc029b51faa?fields=security_groups HTTP/1.1" 200 1269 0.024235 10.0.0.50 - - [2026-04-06 02:21:58] "GET /projects?obj_uuids=ca1a431d-5ac5-419a-99f6-f9124faaf4bf&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001025 10.0.0.50 - - [2026-04-06 02:21:58] "GET /project/ca1a431d-5ac5-419a-99f6-f9124faaf4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.027665 [Introspect:8084]10.0.0.50 - - [2026-04-06 02:21:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.004117 10.0.0.50 - - [2026-04-06 02:21:59] "POST /fqname-to-id HTTP/1.1" 404 184 0.036761 10.0.0.50 - - [2026-04-06 02:21:59] "GET /projects?obj_uuids=b89d354b-b0c4-4660-a5ac-e1be7e1fd4e9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002278 10.0.0.50 - - [2026-04-06 02:21:59] "GET /domains?obj_uuids=d154584e-de37-43e7-b89e-4db1b50c982c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001391 10.0.0.50 - - [2026-04-06 02:21:59] "GET /domain/d154584e-de37-43e7-b89e-4db1b50c982c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007298 10.0.0.50 - - [2026-04-06 02:21:59] "POST /id-to-fqname HTTP/1.1" 200 186 0.001140 10.0.0.50 - - [2026-04-06 02:21:59] "POST /fqname-to-id HTTP/1.1" 404 195 0.001954 10.0.0.50 - - [2026-04-06 02:21:59] "POST /security-groups HTTP/1.1" 200 587 0.064052 10.0.0.50 - - [2026-04-06 02:21:59] "POST /fqname-to-id HTTP/1.1" 404 230 0.002774 10.0.0.50 - - [2026-04-06 02:21:59] "POST /projects HTTP/1.1" 200 577 0.210590 10.0.0.50 - - [2026-04-06 02:21:59] "POST /access-control-lists HTTP/1.1" 200 592 0.056436 10.0.0.50 - - [2026-04-06 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.282711 10.0.0.50 - - [2026-04-06 02:21:59] "POST /fqname-to-id HTTP/1.1" 404 229 0.003039 10.0.0.50 - - [2026-04-06 02:21:59] "GET /project/b89d354b-b0c4-4660-a5ac-e1be7e1fd4e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.410186 10.0.0.50 - - [2026-04-06 02:21:59] "POST /access-control-lists HTTP/1.1" 200 590 0.064588 10.0.0.50 - - [2026-04-06 02:22:00] "GET / HTTP/1.1" 200 35931 0.002193 10.0.0.50 - - [2026-04-06 02:22:01] "GET /projects?obj_uuids=b89d354b-b0c4-4660-a5ac-e1be7e1fd4e9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001924 10.0.0.50 - - [2026-04-06 02:22:01] "GET /project/b89d354b-b0c4-4660-a5ac-e1be7e1fd4e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.028147 10.0.0.50 - - [2026-04-06 02:22:01] "GET /projects?obj_uuids=b89d354b-b0c4-4660-a5ac-e1be7e1fd4e9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001043 10.0.0.50 - - [2026-04-06 02:22:01] "GET /project/b89d354b-b0c4-4660-a5ac-e1be7e1fd4e9?fields=virtual_networks HTTP/1.1" 200 1035 0.066914 10.0.0.50 - - [2026-04-06 02:22:01] "GET /projects?obj_uuids=b89d354b-b0c4-4660-a5ac-e1be7e1fd4e9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001051 10.0.0.50 - - [2026-04-06 02:22:01] "GET /project/b89d354b-b0c4-4660-a5ac-e1be7e1fd4e9?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.023917 10.0.0.50 - - [2026-04-06 02:22:01] "GET /projects?obj_uuids=b89d354b-b0c4-4660-a5ac-e1be7e1fd4e9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001307 10.0.0.50 - - [2026-04-06 02:22:01] "GET /project/b89d354b-b0c4-4660-a5ac-e1be7e1fd4e9?fields=security_groups HTTP/1.1" 200 1257 0.032767 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /project/c29f91d1c1ac4a83901c6dc029b51faa HTTP/1.1" 404 173 0.046958 10.0.0.50 - - [2026-04-06 02:22:23] "GET /projects?obj_uuids=02625eba-5fef-4d32-95eb-4fcde5cb9e49&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000971 10.0.0.50 - - [2026-04-06 02:22:23] "GET /projects?obj_uuids=a181defb-8dcc-4143-b513-dd639c565880&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000878 10.0.0.50 - - [2026-04-06 02:22:23] "GET /project/02625eba-5fef-4d32-95eb-4fcde5cb9e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.030536 10.0.0.50 - - [2026-04-06 02:22:23] "GET /projects?obj_uuids=02625eba-5fef-4d32-95eb-4fcde5cb9e49&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001082 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /project/641cba21bbe544f7be6afad662801032 HTTP/1.1" 404 173 0.080947 10.0.0.50 - - [2026-04-06 02:22:23] "GET /project/a181defb-8dcc-4143-b513-dd639c565880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.038662 10.0.0.50 - - [2026-04-06 02:22:23] "GET /projects?obj_uuids=17bd0991-3182-4f8a-a03a-f5829682d298&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001298 10.0.0.50 - - [2026-04-06 02:22:23] "GET /project/17bd0991-3182-4f8a-a03a-f5829682d298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.027277 10.0.0.50 - - [2026-04-06 02:22:23] "GET /projects?obj_uuids=17bd0991-3182-4f8a-a03a-f5829682d298&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000927 10.0.0.50 - - [2026-04-06 02:22:23] "GET /projects?obj_uuids=b89d354b-b0c4-4660-a5ac-e1be7e1fd4e9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000738 10.0.0.50 - - [2026-04-06 02:22:23] "GET /projects?obj_uuids=a181defb-8dcc-4143-b513-dd639c565880&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000736 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /project/82b81497571e4dad86c05b49e3d1dc75 HTTP/1.1" 404 173 0.170695 10.0.0.50 - - [2026-04-06 02:22:23] "GET /project/02625eba-5fef-4d32-95eb-4fcde5cb9e49?fields=security_groups HTTP/1.1" 200 1357 0.098577 10.0.0.50 - - [2026-04-06 02:22:23] "GET /projects?obj_uuids=641cba21-bbe5-44f7-be6a-fad662801032&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000919 10.0.0.50 - - [2026-04-06 02:22:23] "GET /project/17bd0991-3182-4f8a-a03a-f5829682d298?fields=security_groups HTTP/1.1" 200 1358 0.059200 10.0.0.50 - - [2026-04-06 02:22:23] "GET /project/a181defb-8dcc-4143-b513-dd639c565880?fields=security_groups HTTP/1.1" 200 1359 0.066915 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /project/b89d354bb0c44660a5ace1be7e1fd4e9 HTTP/1.1" 404 173 0.226194 10.0.0.50 - - [2026-04-06 02:22:23] "GET /project/641cba21-bbe5-44f7-be6a-fad662801032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.052944 10.0.0.50 - - [2026-04-06 02:22:23] "GET /project/b89d354b-b0c4-4660-a5ac-e1be7e1fd4e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.117857 10.0.0.50 - - [2026-04-06 02:22:23] "GET /projects?obj_uuids=82b81497-571e-4dad-86c0-5b49e3d1dc75&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001550 10.0.0.50 - - [2026-04-06 02:22:23] "GET /projects?obj_uuids=641cba21-bbe5-44f7-be6a-fad662801032&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000949 10.0.0.50 - - [2026-04-06 02:22:23] "GET /projects?obj_uuids=c29f91d1-c1ac-4a83-901c-6dc029b51faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000980 10.0.0.50 - - [2026-04-06 02:22:23] "GET /projects?obj_uuids=b89d354b-b0c4-4660-a5ac-e1be7e1fd4e9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001353 10.0.0.50 - - [2026-04-06 02:22:23] "GET /project/82b81497-571e-4dad-86c0-5b49e3d1dc75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.063685 10.0.0.50 - - [2026-04-06 02:22:23] "GET /project/641cba21-bbe5-44f7-be6a-fad662801032?fields=security_groups HTTP/1.1" 200 1373 0.071274 10.0.0.50 - - [2026-04-06 02:22:23] "GET /projects?obj_uuids=82b81497-571e-4dad-86c0-5b49e3d1dc75&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001101 10.0.0.50 - - [2026-04-06 02:22:23] "GET /project/b89d354b-b0c4-4660-a5ac-e1be7e1fd4e9?fields=security_groups HTTP/1.1" 200 1362 0.072274 10.0.0.50 - - [2026-04-06 02:22:23] "GET /project/c29f91d1-c1ac-4a83-901c-6dc029b51faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.105466 10.0.0.50 - - [2026-04-06 02:22:23] "GET /projects?obj_uuids=c29f91d1-c1ac-4a83-901c-6dc029b51faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001099 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /access-control-list/cb6606ac-fe07-4759-a8bc-5f1a4e4794b5 HTTP/1.1" 200 115 0.081577 10.0.0.50 - - [2026-04-06 02:22:23] "GET /project/c29f91d1-c1ac-4a83-901c-6dc029b51faa?fields=security_groups HTTP/1.1" 200 1374 0.061386 10.0.0.50 - - [2026-04-06 02:22:23] "GET /project/82b81497-571e-4dad-86c0-5b49e3d1dc75?fields=security_groups HTTP/1.1" 200 1372 0.116064 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /security-group/c3de3f3e-e479-4ce9-b093-aefff134ebf5 HTTP/1.1" 200 115 0.241549 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /security-group/089c24d5-3505-48c4-93f2-e14a5f6c543f HTTP/1.1" 200 115 0.207441 10.0.0.50 - - [2026-04-06 02:22:23] "GET /projects?obj_uuids=02625eba-5fef-4d32-95eb-4fcde5cb9e49&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001177 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /security-group/1208bfe1-8ff3-4231-9a0a-a274059cf7b6 HTTP/1.1" 200 115 0.222230 10.0.0.50 - - [2026-04-06 02:22:23] "GET /projects?obj_uuids=a181defb-8dcc-4143-b513-dd639c565880&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001323 10.0.0.50 - - [2026-04-06 02:22:23] "GET /projects?obj_uuids=17bd0991-3182-4f8a-a03a-f5829682d298&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001077 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /access-control-list/c559fb37-702c-4fe7-b4d7-912ddd7b6d55 HTTP/1.1" 200 115 0.090714 10.0.0.50 - - [2026-04-06 02:22:23] "GET /project/02625eba-5fef-4d32-95eb-4fcde5cb9e49?fields=application_policy_sets HTTP/1.1" 200 1396 0.060951 10.0.0.50 - - [2026-04-06 02:22:23] "GET /project/17bd0991-3182-4f8a-a03a-f5829682d298?fields=application_policy_sets HTTP/1.1" 200 1397 0.082845 10.0.0.50 - - [2026-04-06 02:22:23] "GET /project/a181defb-8dcc-4143-b513-dd639c565880?fields=application_policy_sets HTTP/1.1" 200 1398 0.115500 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /security-group/2c973561-563a-493a-af8d-8b0156350b0a HTTP/1.1" 200 115 0.229692 10.0.0.50 - - [2026-04-06 02:22:23] "GET /projects?obj_uuids=641cba21-bbe5-44f7-be6a-fad662801032&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001146 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /security-group/7782aad9-4b1a-4656-b4f9-7069d482f014 HTTP/1.1" 200 115 0.181270 10.0.0.50 - - [2026-04-06 02:22:23] "GET /projects?obj_uuids=b89d354b-b0c4-4660-a5ac-e1be7e1fd4e9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001063 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /access-control-list/932d6d7a-8dd2-4621-b4a0-5570d542b0e7 HTTP/1.1" 200 115 0.118642 10.0.0.50 - - [2026-04-06 02:22:23] "GET /project/641cba21-bbe5-44f7-be6a-fad662801032?fields=application_policy_sets HTTP/1.1" 200 1412 0.097568 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /access-control-list/14fa42b2-ddac-4a2b-a55a-7da3a8e3b8e2 HTTP/1.1" 200 115 0.069398 10.0.0.50 - - [2026-04-06 02:22:23] "GET /project/b89d354b-b0c4-4660-a5ac-e1be7e1fd4e9?fields=application_policy_sets HTTP/1.1" 200 1401 0.110738 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /security-group/f266139f-1264-48d1-aa71-1ec629da69d0 HTTP/1.1" 200 115 0.230423 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /security-group/736a9485-a61d-4828-97e9-23c75c2db0d1 HTTP/1.1" 200 115 0.241493 10.0.0.50 - - [2026-04-06 02:22:23] "GET /projects?obj_uuids=82b81497-571e-4dad-86c0-5b49e3d1dc75&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001185 10.0.0.50 - - [2026-04-06 02:22:23] "GET /projects?obj_uuids=c29f91d1-c1ac-4a83-901c-6dc029b51faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001202 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /access-control-list/61996609-9c94-486a-9424-cb83eaa8ca59 HTTP/1.1" 200 115 0.081769 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /project/02625eba-5fef-4d32-95eb-4fcde5cb9e49 HTTP/1.1" 200 115 0.787760 10.0.0.50 - - [2026-04-06 02:22:23] "GET /project/82b81497-571e-4dad-86c0-5b49e3d1dc75?fields=application_policy_sets HTTP/1.1" 200 1411 0.086922 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /project/17bd0991-3182-4f8a-a03a-f5829682d298 HTTP/1.1" 200 115 0.879096 10.0.0.50 - - [2026-04-06 02:22:23] "GET /project/c29f91d1-c1ac-4a83-901c-6dc029b51faa?fields=application_policy_sets HTTP/1.1" 200 1413 0.117043 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /access-control-list/f36e3af2-2dc3-4830-9dab-cf192f7327c7 HTTP/1.1" 200 115 0.071184 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /project/a181defb-8dcc-4143-b513-dd639c565880 HTTP/1.1" 200 115 0.903000 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /project/641cba21-bbe5-44f7-be6a-fad662801032 HTTP/1.1" 200 115 0.953967 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /access-control-list/fb36170f-4d0f-4281-9015-5d5a09a2518b HTTP/1.1" 200 115 0.047153 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /project/b89d354b-b0c4-4660-a5ac-e1be7e1fd4e9 HTTP/1.1" 200 115 0.971291 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /access-control-list/cb4cadc4-660b-4ee6-b6ee-a62e54cb48cc HTTP/1.1" 200 115 0.039125 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /project/82b81497-571e-4dad-86c0-5b49e3d1dc75 HTTP/1.1" 200 115 0.997764 10.0.0.50 - - [2026-04-06 02:22:23] "DELETE /access-control-list/dcd6f826-f707-499d-a962-d439cf938950 HTTP/1.1" 200 115 0.017421 10.0.0.50 - - [2026-04-06 02:22:24] "DELETE /project/c29f91d1-c1ac-4a83-901c-6dc029b51faa HTTP/1.1" 200 115 1.032811 10.0.0.50 - - [2026-04-06 02:22:24] "DELETE /access-control-list/828451b7-2ff2-424e-ad8f-ba09e271eec8 HTTP/1.1" 200 115 0.021541 10.0.0.50 - - [2026-04-06 02:22:24] "DELETE /access-control-list/25afa386-a311-469f-8dac-7c964d3e6e55 HTTP/1.1" 200 115 0.020304 10.0.0.50 - - [2026-04-06 02:22:24] "DELETE /access-control-list/35e6e511-ebd2-459a-b784-0038812db8d6 HTTP/1.1" 200 115 0.022622 10.0.0.50 - - [2026-04-06 02:22:24] "DELETE /access-control-list/422641e5-624b-41f1-91ab-4442499447db HTTP/1.1" 200 115 0.015521 10.0.0.50 - - [2026-04-06 02:22:24] "DELETE /access-control-list/1d81fbb4-166c-4120-ba48-a0efe01f98f7 HTTP/1.1" 200 115 0.015560 10.0.0.50 - - [2026-04-06 02:22:31] "GET /obj-perms HTTP/1.1" 200 5056 0.061253 10.0.0.50 - - [2026-04-06 02:22:32] "GET /obj-perms HTTP/1.1" 200 5056 0.050899 [Introspect:8084]10.0.0.50 - - [2026-04-06 02:22:52] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000989 [Introspect:8084]10.0.0.50 - - [2026-04-06 02:22:52] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000970