+++ date ++ echo 'INFO: =================== Mon Mar 23 01:51:58 AM UTC 2026 ===================' INFO: =================== Mon Mar 23 01:51:58 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.22 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.22 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.22 ++ ANALYTICSDB_NODES=10.0.0.22 ++ ANALYTICS_SNMP_NODES=10.0.0.22 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ '[' -n '10.0.0.22:8081 ' ']' +++ echo 10.0.0.22:8081 ++ ANALYTICS_SERVERS=10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ '[' -n '10.0.0.22:9042 ' ']' +++ echo 10.0.0.22:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.22:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.22 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ '[' -n '10.0.0.22:8086 ' ']' +++ echo 10.0.0.22:8086 ++ COLLECTOR_SERVERS=10.0.0.22: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.22 ++ CONFIGDB_NODES=10.0.0.22 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ '[' -n '10.0.0.22:8082 ' ']' +++ echo 10.0.0.22:8082 ++ CONFIG_SERVERS=10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ '[' -n '10.0.0.22:9161 ' ']' +++ echo 10.0.0.22:9161 ++ CONFIGDB_SERVERS=10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ '[' -n '10.0.0.22:9041 ' ']' +++ echo 10.0.0.22:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.22:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.17 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.17 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.22 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ '[' -n 10.0.0.22:2181, ']' +++ echo 10.0.0.22:2181 ++ ZOOKEEPER_SERVERS=10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ '[' -n '10.0.0.22:2181 ' ']' +++ echo 10.0.0.22:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.22:2181 ++ RABBITMQ_NODES=10.0.0.22 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ '[' -n 10.0.0.22:5673, ']' +++ echo 10.0.0.22:5673 ++ RABBITMQ_SERVERS=10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ '[' -n '10.0.0.22:6379 ' ']' +++ echo 10.0.0.22:6379 ++ REDIS_SERVERS=10.0.0.22: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.22 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ '[' -n '10.0.0.22:9092 ' ']' +++ echo 10.0.0.22:9092 ++ KAFKA_SERVERS=10.0.0.22: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.22 ++ 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.22 ++ 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.22 ++ 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.22 ++ cut -d , -f 1 + local cassandra=10.0.0.22 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.22 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.22 +++ local servers=10.0.0.22 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ uniq ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.22,10.20.0.17,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.22,10.20.0.17,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ echo 10.0.0.22 1 +++ return ++ local ip=10.0.0.22 ++ [[ -z 10.0.0.22 ]] ++ echo 10.0.0.22 + host_ip=10.0.0.22 + [[ cql == \c\q\l ]] ++ echo 10.0.0.22:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.22:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.22: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__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 03/23/2026 01:52:06.642 7f3724bd0940 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/23/2026 01:52:06.795 7f3724bd0940 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/23/2026 01:52:06.810 7f3724bd0940 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/23/2026 01:52:06.810 7f3724bd0940 [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.22:8082/ Hit Ctrl-C to quit. 10.0.0.22 - - [2026-03-23 01:52:11] "GET / HTTP/1.1" 503 181 0.000366 10.0.0.22 - - [2026-03-23 01:52:11] "GET / HTTP/1.1" 503 181 0.000148 10.0.0.22 - - [2026-03-23 01:52:11] "GET / HTTP/1.1" 200 35931 0.001302 10.0.0.22 - - [2026-03-23 01:52:11] "GET / HTTP/1.1" 200 35931 0.001889 10.0.0.22 - - [2026-03-23 01:52:12] "GET / HTTP/1.1" 200 45871 0.002007 10.0.0.22 - - [2026-03-23 01:52:12] "GET / HTTP/1.1" 200 45871 0.001634 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.22 - - [2026-03-23 01:52:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000637 10.0.0.22 - - [2026-03-23 01:52:12] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000349 10.0.0.22 - - [2026-03-23 01:52:12] "GET / HTTP/1.1" 200 35931 0.001643 10.0.0.22 - - [2026-03-23 01:52:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000744 10.0.0.22 - - [2026-03-23 01:52:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.936682 10.0.0.22 - - [2026-03-23 01:52:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.22 - - [2026-03-23 01:52:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.365792 10.0.0.22 - - [2026-03-23 01:52:13] "GET /global-system-config/9c835519-e45d-42c8-ab1b-d29636d7bcd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005790 10.0.0.22 - - [2026-03-23 01:52:13] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.682373 10.0.0.22 - - [2026-03-23 01:52:13] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003062 10.0.0.22 - - [2026-03-23 01:52:13] "POST /fqname-to-id HTTP/1.1" 404 220 0.004460 10.0.0.22 - - [2026-03-23 01:52:13] "GET / HTTP/1.1" 200 35931 0.002037 10.0.0.22 - - [2026-03-23 01:52:13] "POST /config-nodes HTTP/1.1" 200 599 0.037291 10.0.0.22 - - [2026-03-23 01:52:13] "GET / HTTP/1.1" 200 35931 0.001390 10.0.0.22 - - [2026-03-23 01:52:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000416 10.0.0.22 - - [2026-03-23 01:52:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000422 10.0.0.22 - - [2026-03-23 01:52:13] "GET / HTTP/1.1" 200 35931 0.001243 10.0.0.22 - - [2026-03-23 01:52:13] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000345 /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.22 - - [2026-03-23 01:52:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000363 10.0.0.22 - - [2026-03-23 01:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.601464 10.0.0.22 - - [2026-03-23 01:52:14] "GET /global-system-config/9c835519-e45d-42c8-ab1b-d29636d7bcd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005071 10.0.0.22 - - [2026-03-23 01:52:14] "POST /fqname-to-id HTTP/1.1" 404 186 0.333739 10.0.0.22 - - [2026-03-23 01:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002338 10.0.0.22 - - [2026-03-23 01:52:14] "POST /fqname-to-id HTTP/1.1" 404 220 0.002861 10.0.0.22 - - [2026-03-23 01:52:14] "GET /global-system-config/9c835519-e45d-42c8-ab1b-d29636d7bcd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005842 10.0.0.22 - - [2026-03-23 01:52:14] "POST /config-database-nodes HTTP/1.1" 200 617 0.021517 10.0.0.22 - - [2026-03-23 01:52:14] "POST /service-appliance-sets HTTP/1.1" 200 553 0.021875 10.0.0.22 - - [2026-03-23 01:52:14] "POST /fqname-to-id HTTP/1.1" 404 180 0.002959 10.0.0.22 - - [2026-03-23 01:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.22 - - [2026-03-23 01:52:15] "GET /global-system-config/9c835519-e45d-42c8-ab1b-d29636d7bcd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006582 10.0.0.22 - - [2026-03-23 01:52:15] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.354894 10.0.0.22 - - [2026-03-23 01:52:15] "POST /service-appliance-sets HTTP/1.1" 200 541 0.023295 10.0.0.22 - - [2026-03-23 01:52:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.054969 10.0.0.22 - - [2026-03-23 01:52:15] "GET /network-ipam/099934cd-f86b-4913-9642-f8038e42680c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.004071 10.0.0.22 - - [2026-03-23 01:52:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.22 - - [2026-03-23 01:52:15] "GET /network-ipam/099934cd-f86b-4913-9642-f8038e42680c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.003145 10.0.0.22 - - [2026-03-23 01:52:15] "POST /service-templates HTTP/1.1" 200 511 0.015040 10.0.0.22 - - [2026-03-23 01:52:15] "POST /service-templates HTTP/1.1" 200 501 0.015897 10.0.0.22 - - [2026-03-23 01:52:15] "POST /service-templates HTTP/1.1" 200 515 0.016516 10.0.0.22 - - [2026-03-23 01:52:15] "POST /service-templates HTTP/1.1" 200 535 0.015399 10.0.0.22 - - [2026-03-23 01:52:15] "POST /service-templates HTTP/1.1" 200 507 0.016768 10.0.0.22 - - [2026-03-23 01:52:15] "POST /fqname-to-id HTTP/1.1" 404 225 0.002576 10.0.0.22 - - [2026-03-23 01:52:15] "POST /access-control-lists HTTP/1.1" 200 587 0.016057 10.0.0.22 - - [2026-03-23 01:52:15] "POST /fqname-to-id HTTP/1.1" 404 224 0.005252 10.0.0.22 - - [2026-03-23 01:52:15] "POST /access-control-lists HTTP/1.1" 200 585 0.021640 10.0.0.22 - - [2026-03-23 01:52:15] "POST /route-targets HTTP/1.1" 200 327 0.009850 10.0.0.22 - - [2026-03-23 01:52:16] "POST /ref-update HTTP/1.1" 200 156 0.011689 10.0.0.22 - - [2026-03-23 01:52:16] "POST /route-targets HTTP/1.1" 200 327 0.011615 10.0.0.22 - - [2026-03-23 01:52:16] "POST /ref-update HTTP/1.1" 200 156 0.009053 10.0.0.22 - - [2026-03-23 01:52:16] "POST /route-targets HTTP/1.1" 200 327 0.010141 10.0.0.22 - - [2026-03-23 01:52:16] "POST /ref-update HTTP/1.1" 200 156 0.010447 10.0.0.22 - - [2026-03-23 01:52:16] "POST /route-targets HTTP/1.1" 200 327 0.009678 10.0.0.22 - - [2026-03-23 01:52:16] "POST /ref-update HTTP/1.1" 200 156 0.009501 10.0.0.22 - - [2026-03-23 01:52:16] "POST /fqname-to-id HTTP/1.1" 404 201 0.002608 10.0.0.22 - - [2026-03-23 01:52:16] "POST /access-control-lists HTTP/1.1" 200 551 0.061656 10.0.0.22 - - [2026-03-23 01:52:16] "PUT /access-control-list/0772634a-46f4-4d4d-b2c3-57f2243480e2 HTTP/1.1" 200 272 0.009547 10.0.0.22 - - [2026-03-23 01:52:16] "PUT /access-control-list/b9fb6359-77e0-41f2-a478-09623634e351 HTTP/1.1" 200 272 0.010276 10.0.0.22 - - [2026-03-23 01:52:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.22 - - [2026-03-23 01:52:20] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.003064 10.0.0.22 - - [2026-03-23 01:52:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.22 - - [2026-03-23 01:52:20] "PUT /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9 HTTP/1.1" 200 276 0.008588 10.0.0.22 - - [2026-03-23 01:52:20] "GET / HTTP/1.1" 200 35931 0.001524 10.0.0.22 - - [2026-03-23 01:52:20] "POST /alarms HTTP/1.1" 401 292 0.000371 10.0.0.22 - - [2026-03-23 01:52:20] "POST /alarms HTTP/1.1" 200 581 0.038609 10.0.0.22 - - [2026-03-23 01:52:20] "POST /alarms HTTP/1.1" 200 575 0.014440 10.0.0.22 - - [2026-03-23 01:52:20] "POST /alarms HTTP/1.1" 200 575 0.016080 10.0.0.22 - - [2026-03-23 01:52:21] "POST /alarms HTTP/1.1" 200 559 0.015108 10.0.0.22 - - [2026-03-23 01:52:21] "POST /alarms HTTP/1.1" 200 555 0.015270 10.0.0.22 - - [2026-03-23 01:52:21] "POST /alarms HTTP/1.1" 200 557 0.016299 10.0.0.22 - - [2026-03-23 01:52:21] "POST /alarms HTTP/1.1" 200 565 0.015774 10.0.0.22 - - [2026-03-23 01:52:21] "POST /alarms HTTP/1.1" 200 549 0.017375 10.0.0.22 - - [2026-03-23 01:52:21] "POST /alarms HTTP/1.1" 200 557 0.015707 10.0.0.22 - - [2026-03-23 01:52:21] "POST /alarms HTTP/1.1" 200 567 0.016920 10.0.0.22 - - [2026-03-23 01:52:21] "POST /alarms HTTP/1.1" 200 555 0.016740 10.0.0.22 - - [2026-03-23 01:52:21] "POST /alarms HTTP/1.1" 200 567 0.018111 10.0.0.22 - - [2026-03-23 01:52:21] "POST /alarms HTTP/1.1" 200 575 0.061687 10.0.0.22 - - [2026-03-23 01:52:21] "POST /alarms HTTP/1.1" 200 569 0.016178 10.0.0.22 - - [2026-03-23 01:52:21] "POST /alarms HTTP/1.1" 200 561 0.017349 10.0.0.22 - - [2026-03-23 01:52:21] "POST /alarms HTTP/1.1" 200 561 0.016998 10.0.0.22 - - [2026-03-23 01:52:21] "POST /alarms HTTP/1.1" 200 561 0.027556 10.0.0.22 - - [2026-03-23 01:52:21] "POST /alarms HTTP/1.1" 200 547 0.015868 10.0.0.22 - - [2026-03-23 01:52:21] "POST /alarms HTTP/1.1" 200 595 0.015050 10.0.0.22 - - [2026-03-23 01:52:22] "POST /alarms HTTP/1.1" 200 575 0.015857 10.0.0.22 - - [2026-03-23 01:52:22] "POST /alarms HTTP/1.1" 200 571 0.016118 10.0.0.22 - - [2026-03-23 01:52:22] "POST /alarms HTTP/1.1" 200 583 0.016158 10.0.0.22 - - [2026-03-23 01:52:22] "POST /alarms HTTP/1.1" 200 609 0.016104 10.0.0.22 - - [2026-03-23 01:52:22] "GET / HTTP/1.1" 200 35931 0.001423 10.0.0.22 - - [2026-03-23 01:52:22] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000360 10.0.0.22 - - [2026-03-23 01:52:22] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.024813 10.0.0.22 - - [2026-03-23 01:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002190 10.0.0.22 - - [2026-03-23 01:52:22] "PUT /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9 HTTP/1.1" 200 276 0.007825 10.0.0.22 - - [2026-03-23 01:52:23] "GET / HTTP/1.1" 200 35931 0.001517 10.0.0.22 - - [2026-03-23 01:52:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000336 10.0.0.22 - - [2026-03-23 01:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.023726 10.0.0.22 - - [2026-03-23 01:52:23] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003164 10.0.0.22 - - [2026-03-23 01:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.22 - - [2026-03-23 01:52:23] "PUT /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9 HTTP/1.1" 200 276 0.009140 10.0.0.22 - - [2026-03-23 01:52:24] "GET / HTTP/1.1" 200 35931 0.002300 10.0.0.22 - - [2026-03-23 01:52:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.22 - - [2026-03-23 01:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.022761 10.0.0.22 - - [2026-03-23 01:52:24] "GET /global-system-config/9c835519-e45d-42c8-ab1b-d29636d7bcd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.004897 10.0.0.22 - - [2026-03-23 01:52:24] "PUT /global-system-config/9c835519-e45d-42c8-ab1b-d29636d7bcd4 HTTP/1.1" 200 274 0.014090 10.0.0.22 - - [2026-03-23 01:52:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000570 10.0.0.22 - - [2026-03-23 01:52:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000517 10.0.0.22 - - [2026-03-23 01:52:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.22 - - [2026-03-23 01:52:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.22 - - [2026-03-23 01:53:01] "GET / HTTP/1.1" 200 35931 0.001692 10.0.0.22 - - [2026-03-23 01:53:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000376 10.0.0.22 - - [2026-03-23 01:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.027509 10.0.0.22 - - [2026-03-23 01:53:02] "GET /routing-instance/3f2e01bb-da70-4a47-9408-a9c9fd6c4197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003766 10.0.0.22 - - [2026-03-23 01:53:02] "POST /bgp-routers HTTP/1.1" 200 620 0.024905 10.0.0.22 - - [2026-03-23 01:53:02] "GET /bgp-router/7b552134-1944-48bc-8a97-361aec70b9f1?fields=global_system_config_back_refs HTTP/1.1" 200 1115 0.006375 10.0.0.22 - - [2026-03-23 01:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.22 - - [2026-03-23 01:53:02] "GET /global-system-config/9c835519-e45d-42c8-ab1b-d29636d7bcd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005497 10.0.0.22 - - [2026-03-23 01:53:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003360 10.0.0.22 - - [2026-03-23 01:53:02] "POST /ref-update HTTP/1.1" 200 156 0.008061 10.0.0.22 - - [2026-03-23 01:53:26] "GET / HTTP/1.1" 200 35931 0.001296 10.0.0.22 - - [2026-03-23 01:53:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000377 10.0.0.22 - - [2026-03-23 01:53:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.028693 10.0.0.22 - - [2026-03-23 01:53:27] "GET /global-system-config/9c835519-e45d-42c8-ab1b-d29636d7bcd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.007219 10.0.0.22 - - [2026-03-23 01:53:27] "POST /fqname-to-id HTTP/1.1" 404 220 0.002867 10.0.0.22 - - [2026-03-23 01:53:27] "POST /database-nodes HTTP/1.1" 200 603 0.017968 10.0.0.22 - - [2026-03-23 01:54:02] "GET / HTTP/1.1" 200 35931 0.001693 10.0.0.22 - - [2026-03-23 01:54:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000424 10.0.0.22 - - [2026-03-23 01:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.027890 10.0.0.22 - - [2026-03-23 01:54:02] "GET /global-system-config/9c835519-e45d-42c8-ab1b-d29636d7bcd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006492 10.0.0.22 - - [2026-03-23 01:54:03] "POST /fqname-to-id HTTP/1.1" 404 220 0.002696 10.0.0.22 - - [2026-03-23 01:54:03] "POST /analytics-nodes HTTP/1.1" 200 605 0.016465 10.0.0.22 - - [2026-03-23 01:54:08] "GET / HTTP/1.1" 200 35931 0.001430 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.22 - - [2026-03-23 01:54:16] "GET /obj-perms HTTP/1.1" 200 5056 0.373229 10.0.0.22 - - [2026-03-23 01:54:17] "GET /obj-perms HTTP/1.1" 200 5056 0.048543 10.0.0.22 - - [2026-03-23 01:54:22] "GET / HTTP/1.1" 200 35931 0.002291 10.0.0.22 - - [2026-03-23 01:54:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000379 10.0.0.22 - - [2026-03-23 01:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.025257 10.0.0.22 - - [2026-03-23 01:54:22] "GET /global-system-config/9c835519-e45d-42c8-ab1b-d29636d7bcd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006932 10.0.0.22 - - [2026-03-23 01:54:22] "POST /fqname-to-id HTTP/1.1" 404 220 0.002887 10.0.0.22 - - [2026-03-23 01:54:22] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.024575 10.0.0.22 - - [2026-03-23 01:54:37] "GET / HTTP/1.1" 200 35931 0.001859 10.0.0.22 - - [2026-03-23 01:54:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000391 10.0.0.22 - - [2026-03-23 01:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.025282 10.0.0.22 - - [2026-03-23 01:54:37] "GET /global-system-config/9c835519-e45d-42c8-ab1b-d29636d7bcd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.007277 10.0.0.22 - - [2026-03-23 01:54:38] "POST /fqname-to-id HTTP/1.1" 404 220 0.002580 10.0.0.22 - - [2026-03-23 01:54:38] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.017801 10.0.0.22 - - [2026-03-23 01:55:17] "GET /obj-perms HTTP/1.1" 200 5056 0.050781 10.0.0.22 - - [2026-03-23 01:55:17] "GET /obj-perms HTTP/1.1" 200 5056 0.051171 10.0.0.22 - - [2026-03-23 01:56:15] "GET / HTTP/1.1" 200 35931 0.001796 10.0.0.22 - - [2026-03-23 01:56:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000442 10.0.0.22 - - [2026-03-23 01:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.030952 10.0.0.22 - - [2026-03-23 01:56:16] "GET /global-system-config/9c835519-e45d-42c8-ab1b-d29636d7bcd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006233 10.0.0.22 - - [2026-03-23 01:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.22 - - [2026-03-23 01:56:16] "GET /routing-instance/3f2e01bb-da70-4a47-9408-a9c9fd6c4197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003908 10.0.0.22 - - [2026-03-23 01:56:16] "PUT /global-system-config/9c835519-e45d-42c8-ab1b-d29636d7bcd4 HTTP/1.1" 200 274 0.024343 10.0.0.22 - - [2026-03-23 01:56:16] "POST /fqname-to-id HTTP/1.1" 404 218 0.003251 10.0.0.22 - - [2026-03-23 01:56:16] "POST /virtual-routers HTTP/1.1" 200 603 0.022499 10.0.0.22 - - [2026-03-23 01:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.22 - - [2026-03-23 01:56:16] "GET /virtual-router/32a342b1-e7f1-461e-8401-3c2f0d7fea0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.004904 10.0.0.22 - - [2026-03-23 01:56:16] "POST /fqname-to-id HTTP/1.1" 404 231 0.002796 10.0.0.22 - - [2026-03-23 01:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.22 - - [2026-03-23 01:56:16] "GET /virtual-network/09e5c8d8-0787-4934-8dd8-2d9a9e576510?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.004875 10.0.0.22 - - [2026-03-23 01:56:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.098318 10.0.0.22 - - [2026-03-23 01:56:17] "PUT /access-control-list/51eee39a-0a0b-46ed-981f-64eff5f15513 HTTP/1.1" 200 272 0.024047 10.0.0.22 - - [2026-03-23 01:56:18] "GET /obj-perms HTTP/1.1" 200 5056 0.052200 10.0.0.22 - - [2026-03-23 01:56:18] "GET /obj-perms HTTP/1.1" 200 5056 0.051559 10.0.0.22 - - [2026-03-23 01:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.22 - - [2026-03-23 01:56:18] "GET /virtual-router/32a342b1-e7f1-461e-8401-3c2f0d7fea0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.004192 [Introspect:8084]10.0.0.22 - - [2026-03-23 01:56:22] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000887 [Introspect:8084]10.0.0.22 - - [2026-03-23 01:56:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000795 [Introspect:8084]10.0.0.22 - - [2026-03-23 01:56:34] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000972 [Introspect:8084]10.0.0.22 - - [2026-03-23 01:56:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000863 [Introspect:8084]10.0.0.22 - - [2026-03-23 01:56:36] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000827 [Introspect:8084]10.0.0.22 - - [2026-03-23 01:56:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000824 10.0.0.22 - - [2026-03-23 01:57:19] "GET /obj-perms HTTP/1.1" 200 5056 0.048962 10.0.0.22 - - [2026-03-23 01:57:19] "GET /obj-perms HTTP/1.1" 200 5056 0.045012 10.0.0.22 - - [2026-03-23 01:57:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000547 10.0.0.22 - - [2026-03-23 01:57:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.22 - - [2026-03-23 01:57:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.22 - - [2026-03-23 01:57:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.22 - - [2026-03-23 01:57:50] "GET / HTTP/1.1" 200 35931 0.001667 10.0.0.22 - - [2026-03-23 01:57:50] "GET /project/e81e019b-6227-48be-831b-6f6629728978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000487 10.0.0.22 - - [2026-03-23 01:57:50] "GET /projects?obj_uuids=e81e019b-6227-48be-831b-6f6629728978&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.022564 10.0.0.22 - - [2026-03-23 01:57:50] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001101 10.0.0.22 - - [2026-03-23 01:57:51] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.065883 10.0.0.22 - - [2026-03-23 01:57:51] "POST /id-to-fqname HTTP/1.1" 200 167 0.001642 10.0.0.22 - - [2026-03-23 01:57:51] "POST /fqname-to-id HTTP/1.1" 404 176 0.002761 10.0.0.22 - - [2026-03-23 01:57:51] "POST /security-groups HTTP/1.1" 200 568 0.068218 10.0.0.22 - - [2026-03-23 01:57:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.025723 10.0.0.22 - - [2026-03-23 01:57:51] "POST /projects HTTP/1.1" 200 539 0.224339 10.0.0.22 - - [2026-03-23 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.293194 10.0.0.22 - - [2026-03-23 01:57:51] "POST /access-control-lists HTTP/1.1" 200 573 0.057996 10.0.0.22 - - [2026-03-23 01:57:51] "GET /project/e81e019b-6227-48be-831b-6f6629728978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.483651 10.0.0.22 - - [2026-03-23 01:57:51] "POST /fqname-to-id HTTP/1.1" 404 206 0.005820 10.0.0.22 - - [2026-03-23 01:57:51] "POST /access-control-lists HTTP/1.1" 200 571 0.061832 [Introspect:8084]10.0.0.22 - - [2026-03-23 01:57:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001179 10.0.0.22 - - [2026-03-23 01:57:52] "POST /fqname-to-id HTTP/1.1" 404 199 0.024794 10.0.0.22 - - [2026-03-23 01:57:52] "GET /projects?obj_uuids=c16de20a-af5b-46d3-bcff-c2157030daec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002364 10.0.0.22 - - [2026-03-23 01:57:52] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.22 - - [2026-03-23 01:57:52] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006038 10.0.0.22 - - [2026-03-23 01:57:52] "POST /id-to-fqname HTTP/1.1" 200 201 0.001063 10.0.0.22 - - [2026-03-23 01:57:52] "POST /fqname-to-id HTTP/1.1" 404 210 0.003823 10.0.0.22 - - [2026-03-23 01:57:52] "POST /security-groups HTTP/1.1" 200 602 0.061119 10.0.0.22 - - [2026-03-23 01:57:52] "POST /fqname-to-id HTTP/1.1" 404 245 0.003785 10.0.0.22 - - [2026-03-23 01:57:52] "POST /projects HTTP/1.1" 200 607 0.205477 10.0.0.22 - - [2026-03-23 01:57:52] "POST /access-control-lists HTTP/1.1" 200 607 0.060102 10.0.0.22 - - [2026-03-23 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.274379 10.0.0.22 - - [2026-03-23 01:57:52] "POST /fqname-to-id HTTP/1.1" 404 244 0.002763 10.0.0.22 - - [2026-03-23 01:57:52] "GET /project/c16de20a-af5b-46d3-bcff-c2157030daec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.392065 10.0.0.22 - - [2026-03-23 01:57:52] "POST /access-control-lists HTTP/1.1" 200 605 0.059217 10.0.0.22 - - [2026-03-23 01:57:53] "GET / HTTP/1.1" 200 35931 0.002460 10.0.0.22 - - [2026-03-23 01:57:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000430 10.0.0.22 - - [2026-03-23 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.051923 10.0.0.22 - - [2026-03-23 01:57:54] "GET /projects?obj_uuids=c16de20a-af5b-46d3-bcff-c2157030daec&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001054 10.0.0.22 - - [2026-03-23 01:57:54] "GET /project/c16de20a-af5b-46d3-bcff-c2157030daec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.023587 10.0.0.22 - - [2026-03-23 01:57:54] "POST /neutron/network HTTP/1.1" 200 117 0.038013 10.0.0.22 - - [2026-03-23 01:57:54] "GET /projects?obj_uuids=c16de20a-af5b-46d3-bcff-c2157030daec&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000929 10.0.0.22 - - [2026-03-23 01:57:54] "POST /neutron/network HTTP/1.1" 200 620 0.063324 10.0.0.22 - - [2026-03-23 01:57:54] "POST /route-targets HTTP/1.1" 200 327 0.010057 10.0.0.22 - - [2026-03-23 01:57:54] "POST /ref-update HTTP/1.1" 200 156 0.015851 10.0.0.22 - - [2026-03-23 01:57:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002202 10.0.0.22 - - [2026-03-23 01:57:55] "POST /neutron/subnet HTTP/1.1" 200 730 0.189715 10.0.0.22 - - [2026-03-23 01:57:55] "POST /neutron/network HTTP/1.1" 200 840 0.005409 10.0.0.22 - - [2026-03-23 01:57:55] "POST /id-to-fqname HTTP/1.1" 200 233 0.001083 10.0.0.22 - - [2026-03-23 01:57:55] "GET /virtual-network/aa6f6bad-c9c8-4e39-b648-9d60a804447e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004592 10.0.0.22 - - [2026-03-23 01:57:55] "POST /neutron/network HTTP/1.1" 200 840 0.005508 10.0.0.22 - - [2026-03-23 01:57:55] "GET /virtual-network/aa6f6bad-c9c8-4e39-b648-9d60a804447e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005033 10.0.0.22 - - [2026-03-23 01:57:55] "POST /neutron/network HTTP/1.1" 200 840 0.005371 10.0.0.22 - - [2026-03-23 01:57:55] "POST /neutron/subnet HTTP/1.1" 200 730 0.006746 10.0.0.22 - - [2026-03-23 01:57:55] "GET /domains HTTP/1.1" 401 292 0.000339 10.0.0.22 - - [2026-03-23 01:57:55] "GET /domains HTTP/1.1" 200 280 0.026441 10.0.0.22 - - [2026-03-23 01:57:55] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000898 10.0.0.22 - - [2026-03-23 01:57:55] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2584 0.010674 10.0.0.22 - - [2026-03-23 01:57:55] "GET /projects?obj_uuids=c16de20a-af5b-46d3-bcff-c2157030daec&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000862 10.0.0.22 - - [2026-03-23 01:57:55] "GET /project/c16de20a-af5b-46d3-bcff-c2157030daec HTTP/1.1" 200 2169 0.066832 10.0.0.22 - - [2026-03-23 01:57:55] "GET /virtual-network/aa6f6bad-c9c8-4e39-b648-9d60a804447e HTTP/1.1" 200 2346 0.006285 10.0.0.22 - - [2026-03-23 01:57:55] "GET /virtual-network/aa6f6bad-c9c8-4e39-b648-9d60a804447e HTTP/1.1" 200 2346 0.005004 10.0.0.22 - - [2026-03-23 01:57:55] "GET /routing-instance/389385a1-3bd7-4df0-a084-d846a7505972 HTTP/1.1" 200 1494 0.003338 10.0.0.22 - - [2026-03-23 01:57:55] "GET /routing-instance/389385a1-3bd7-4df0-a084-d846a7505972 HTTP/1.1" 200 1494 0.003428 10.0.0.22 - - [2026-03-23 01:57:55] "GET /route-target/7236972e-b03b-4b54-8d54-e5638d302af4 HTTP/1.1" 200 1219 0.003239 10.0.0.22 - - [2026-03-23 01:57:55] "GET /virtual-network/aa6f6bad-c9c8-4e39-b648-9d60a804447e HTTP/1.1" 200 2346 0.004434 10.0.0.22 - - [2026-03-23 01:57:55] "GET /routing-instance/389385a1-3bd7-4df0-a084-d846a7505972 HTTP/1.1" 200 1494 0.004634 10.0.0.22 - - [2026-03-23 01:57:55] "GET /virtual-network/aa6f6bad-c9c8-4e39-b648-9d60a804447e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005285 10.0.0.22 - - [2026-03-23 01:57:55] "GET /virtual-network/aa6f6bad-c9c8-4e39-b648-9d60a804447e HTTP/1.1" 200 2346 0.004415 10.0.0.22 - - [2026-03-23 01:57:55] "GET /routing-instance/389385a1-3bd7-4df0-a084-d846a7505972 HTTP/1.1" 200 1494 0.003021 10.0.0.22 - - [2026-03-23 01:57:55] "GET /routing-instance/389385a1-3bd7-4df0-a084-d846a7505972 HTTP/1.1" 200 1494 0.003052 10.0.0.22 - - [2026-03-23 01:57:55] "GET /route-target/7236972e-b03b-4b54-8d54-e5638d302af4 HTTP/1.1" 200 1219 0.002671 10.0.0.22 - - [2026-03-23 01:57:55] "GET /domains HTTP/1.1" 200 280 0.002480 10.0.0.22 - - [2026-03-23 01:57:55] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000798 10.0.0.22 - - [2026-03-23 01:57:55] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2584 0.005939 10.0.0.22 - - [2026-03-23 01:57:55] "GET /projects?obj_uuids=c16de20a-af5b-46d3-bcff-c2157030daec&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000767 10.0.0.22 - - [2026-03-23 01:57:55] "GET /project/c16de20a-af5b-46d3-bcff-c2157030daec HTTP/1.1" 200 2169 0.067083 10.0.0.22 - - [2026-03-23 01:57:55] "GET /virtual-network/aa6f6bad-c9c8-4e39-b648-9d60a804447e HTTP/1.1" 200 2346 0.004714 10.0.0.22 - - [2026-03-23 01:57:56] "GET /obj-perms HTTP/1.1" 200 5052 0.048044 10.0.0.22 - - [2026-03-23 01:57:56] "POST /id-to-fqname HTTP/1.1" 200 233 0.001297 10.0.0.22 - - [2026-03-23 01:57:57] "POST /neutron/network HTTP/1.1" 200 850 0.005818 10.0.0.22 - - [2026-03-23 01:57:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000374 10.0.0.22 - - [2026-03-23 01:57:58] "GET / HTTP/1.1" 200 35931 0.001363 10.0.0.22 - - [2026-03-23 01:57:58] "GET /project/c16de20a-af5b-46d3-bcff-c2157030daec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000379 10.0.0.22 - - [2026-03-23 01:57:58] "GET /projects?obj_uuids=c16de20a-af5b-46d3-bcff-c2157030daec&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001008 10.0.0.22 - - [2026-03-23 01:57:58] "GET /project/c16de20a-af5b-46d3-bcff-c2157030daec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.046889 10.0.0.22 - - [2026-03-23 01:57:59] "POST /neutron/network HTTP/1.1" 200 840 0.030017 10.0.0.22 - - [2026-03-23 01:57:59] "POST /neutron/port HTTP/1.1" 200 117 0.005056 10.0.0.22 - - [2026-03-23 01:57:59] "POST /neutron/port HTTP/1.1" 200 117 0.004429 10.0.0.22 - - [2026-03-23 01:57:59] "POST /neutron/port HTTP/1.1" 200 117 0.004581 10.0.0.22 - - [2026-03-23 01:58:00] "POST /neutron/network HTTP/1.1" 200 850 0.005424 10.0.0.22 - - [2026-03-23 01:58:00] "GET /projects?obj_uuids=c16de20a-af5b-46d3-bcff-c2157030daec&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001396 10.0.0.22 - - [2026-03-23 01:58:00] "POST /neutron/port HTTP/1.1" 200 1072 0.254782 10.0.0.22 - - [2026-03-23 01:58:00] "POST /neutron/port HTTP/1.1" 200 1072 0.035968 10.0.0.22 - - [2026-03-23 01:58:00] "POST /neutron/port HTTP/1.1" 200 1072 0.011296 10.0.0.22 - - [2026-03-23 01:58:00] "POST /neutron/port HTTP/1.1" 200 1126 0.064182 10.0.0.22 - - [2026-03-23 01:58:01] "POST /neutron/port HTTP/1.1" 200 1136 0.011839 10.0.0.22 - - [2026-03-23 01:58:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003494 10.0.0.22 - - [2026-03-23 01:58:01] "POST /neutron/subnet HTTP/1.1" 200 704 0.007690 10.0.0.22 - - [2026-03-23 01:58:01] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.22 - - [2026-03-23 01:58:01] "POST /neutron/network HTTP/1.1" 200 840 0.006196 10.0.0.22 - - [2026-03-23 01:58:04] "POST /neutron/port HTTP/1.1" 200 1136 0.013532 10.0.0.22 - - [2026-03-23 01:58:04] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006916 10.0.0.22 - - [2026-03-23 01:58:06] "POST /neutron/port HTTP/1.1" 200 1136 0.012602 10.0.0.22 - - [2026-03-23 01:58:06] "POST /neutron/port HTTP/1.1" 200 1136 0.014550 10.0.0.22 - - [2026-03-23 01:58:06] "POST /neutron/network HTTP/1.1" 200 850 0.005332 10.0.0.22 - - [2026-03-23 01:58:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003119 10.0.0.22 - - [2026-03-23 01:58:06] "POST /neutron/subnet HTTP/1.1" 200 704 0.006454 10.0.0.22 - - [2026-03-23 01:58:06] "POST /neutron/port HTTP/1.1" 200 117 0.001103 10.0.0.22 - - [2026-03-23 01:58:06] "POST /neutron/network HTTP/1.1" 200 840 0.005358 10.0.0.22 - - [2026-03-23 01:58:09] "POST /neutron/port HTTP/1.1" 200 1136 0.013855 10.0.0.22 - - [2026-03-23 01:58:09] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009184 10.0.0.22 - - [2026-03-23 01:58:09] "GET /obj-perms HTTP/1.1" 200 5052 0.003232 10.0.0.22 - - [2026-03-23 01:58:10] "GET /obj-perms HTTP/1.1" 200 5052 0.003069 10.0.0.22 - - [2026-03-23 01:58:11] "GET /obj-perms HTTP/1.1" 200 5052 0.003911 10.0.0.22 - - [2026-03-23 01:58:12] "GET /obj-perms HTTP/1.1" 200 5052 0.003032 10.0.0.22 - - [2026-03-23 01:58:13] "GET /obj-perms HTTP/1.1" 200 5052 0.003097 10.0.0.22 - - [2026-03-23 01:58:14] "POST /neutron/network HTTP/1.1" 200 840 0.006317 10.0.0.22 - - [2026-03-23 01:58:14] "POST /neutron/network HTTP/1.1" 400 204 0.011679 10.0.0.22 - - [2026-03-23 01:58:15] "POST /neutron/port HTTP/1.1" 200 1136 0.013772 10.0.0.22 - - [2026-03-23 01:58:15] "POST /neutron/port HTTP/1.1" 200 1126 0.011500 10.0.0.22 - - [2026-03-23 01:58:15] "DELETE /project/e81e019b622748be831b6f6629728978 HTTP/1.1" 404 173 0.003106 10.0.0.22 - - [2026-03-23 01:58:15] "DELETE /project/c16de20aaf5b46d3bcffc2157030daec HTTP/1.1" 404 173 0.002309 10.0.0.22 - - [2026-03-23 01:58:15] "POST /neutron/port HTTP/1.1" 200 151 0.129800 10.0.0.22 - - [2026-03-23 01:58:16] "POST /neutron/port HTTP/1.1" 200 117 0.038425 10.0.0.22 - - [2026-03-23 01:58:16] "POST /neutron/network HTTP/1.1" 200 840 0.005365 10.0.0.22 - - [2026-03-23 01:58:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003412 10.0.0.22 - - [2026-03-23 01:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.22 - - [2026-03-23 01:58:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003361 10.0.0.22 - - [2026-03-23 01:58:16] "POST /neutron/network HTTP/1.1" 200 151 0.083459 10.0.0.22 - - [2026-03-23 01:58:16] "GET /routing-instance/389385a1-3bd7-4df0-a084-d846a7505972 HTTP/1.1" 404 171 0.002364 10.0.0.22 - - [2026-03-23 01:58:17] "DELETE /route-target/7236972e-b03b-4b54-8d54-e5638d302af4 HTTP/1.1" 200 115 0.024217 10.0.0.22 - - [2026-03-23 01:58:17] "GET /domains HTTP/1.1" 200 280 0.003165 10.0.0.22 - - [2026-03-23 01:58:17] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001227 10.0.0.22 - - [2026-03-23 01:58:17] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2584 0.047331 10.0.0.22 - - [2026-03-23 01:58:17] "GET /projects?obj_uuids=c16de20a-af5b-46d3-bcff-c2157030daec&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000952 10.0.0.22 - - [2026-03-23 01:58:17] "GET /project/c16de20a-af5b-46d3-bcff-c2157030daec HTTP/1.1" 200 1919 0.068728 10.0.0.22 - - [2026-03-23 01:58:17] "GET /projects?obj_uuids=c16de20a-af5b-46d3-bcff-c2157030daec&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001066 10.0.0.22 - - [2026-03-23 01:58:17] "GET /project/c16de20a-af5b-46d3-bcff-c2157030daec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.028694 10.0.0.22 - - [2026-03-23 01:58:17] "GET /projects?obj_uuids=c16de20a-af5b-46d3-bcff-c2157030daec&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001235 10.0.0.22 - - [2026-03-23 01:58:17] "GET /project/c16de20a-af5b-46d3-bcff-c2157030daec?fields=virtual_networks HTTP/1.1" 200 1055 0.089698 10.0.0.22 - - [2026-03-23 01:58:17] "GET /projects?obj_uuids=c16de20a-af5b-46d3-bcff-c2157030daec&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001153 10.0.0.22 - - [2026-03-23 01:58:17] "GET /project/c16de20a-af5b-46d3-bcff-c2157030daec?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.033048 10.0.0.22 - - [2026-03-23 01:58:17] "GET /projects?obj_uuids=c16de20a-af5b-46d3-bcff-c2157030daec&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000958 10.0.0.22 - - [2026-03-23 01:58:17] "GET /project/c16de20a-af5b-46d3-bcff-c2157030daec?fields=security_groups HTTP/1.1" 200 1292 0.026298 10.0.0.22 - - [2026-03-23 01:58:18] "GET /projects?obj_uuids=e81e019b-6227-48be-831b-6f6629728978&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000909 10.0.0.22 - - [2026-03-23 01:58:18] "GET /project/e81e019b-6227-48be-831b-6f6629728978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.023722 10.0.0.22 - - [2026-03-23 01:58:19] "GET /obj-perms HTTP/1.1" 200 5056 0.052231 10.0.0.22 - - [2026-03-23 01:58:20] "GET /obj-perms HTTP/1.1" 200 5056 0.048373 10.0.0.22 - - [2026-03-23 01:58:21] "GET /projects?obj_uuids=e81e019b-6227-48be-831b-6f6629728978&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000939 10.0.0.22 - - [2026-03-23 01:58:21] "GET /project/e81e019b-6227-48be-831b-6f6629728978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.031289 10.0.0.22 - - [2026-03-23 01:58:22] "GET /documentation/index.html HTTP/1.1" 200 219571 0.003452 10.0.0.22 - - [2026-03-23 01:58:22] "POST /fqname-to-id HTTP/1.1" 404 200 0.023559 10.0.0.22 - - [2026-03-23 01:58:22] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002354 10.0.0.22 - - [2026-03-23 01:58:22] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.22 - - [2026-03-23 01:58:22] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006199 10.0.0.22 - - [2026-03-23 01:58:22] "POST /id-to-fqname HTTP/1.1" 200 202 0.001082 10.0.0.22 - - [2026-03-23 01:58:22] "POST /fqname-to-id HTTP/1.1" 404 211 0.002851 10.0.0.22 - - [2026-03-23 01:58:22] "POST /security-groups HTTP/1.1" 200 603 0.060935 10.0.0.22 - - [2026-03-23 01:58:22] "POST /fqname-to-id HTTP/1.1" 404 246 0.002745 10.0.0.22 - - [2026-03-23 01:58:22] "POST /projects HTTP/1.1" 200 609 0.216388 10.0.0.22 - - [2026-03-23 01:58:22] "POST /access-control-lists HTTP/1.1" 200 608 0.059188 10.0.0.22 - - [2026-03-23 01:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.292305 10.0.0.22 - - [2026-03-23 01:58:22] "POST /fqname-to-id HTTP/1.1" 404 245 0.002645 10.0.0.22 - - [2026-03-23 01:58:22] "GET /project/3f263ec9-b95d-435b-ba45-d11db16487d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.409786 10.0.0.22 - - [2026-03-23 01:58:23] "POST /access-control-lists HTTP/1.1" 200 606 0.061435 10.0.0.22 - - [2026-03-23 01:58:23] "GET / HTTP/1.1" 200 35931 0.003196 10.0.0.22 - - [2026-03-23 01:58:24] "GET /projects?obj_uuids=e81e019b-6227-48be-831b-6f6629728978&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000941 10.0.0.22 - - [2026-03-23 01:58:24] "GET /project/e81e019b-6227-48be-831b-6f6629728978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.022260 10.0.0.22 - - [2026-03-23 01:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.22 - - [2026-03-23 01:58:25] "GET /security-group/b99d398e-1150-4453-960f-698f37cec4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.005170 10.0.0.22 - - [2026-03-23 01:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002585 10.0.0.22 - - [2026-03-23 01:58:25] "GET /projects?obj_uuids=e81e019b-6227-48be-831b-6f6629728978&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001225 10.0.0.22 - - [2026-03-23 01:58:25] "GET /project/e81e019b-6227-48be-831b-6f6629728978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.023048 10.0.0.22 - - [2026-03-23 01:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.22 - - [2026-03-23 01:58:25] "GET /security-group/b99d398e-1150-4453-960f-698f37cec4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.003744 10.0.0.22 - - [2026-03-23 01:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.22 - - [2026-03-23 01:58:25] "PUT /security-group/b99d398e-1150-4453-960f-698f37cec4a3 HTTP/1.1" 200 262 0.013085 10.0.0.22 - - [2026-03-23 01:58:25] "PUT /access-control-list/a8ed1884-5f3c-4d2f-9226-a48e424b74e0 HTTP/1.1" 200 272 0.008017 10.0.0.22 - - [2026-03-23 01:58:25] "PUT /access-control-list/5b0820bd-a767-4134-95a0-2c90c7433203 HTTP/1.1" 200 272 0.008622 10.0.0.22 - - [2026-03-23 01:58:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000428 10.0.0.22 - - [2026-03-23 01:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.050746 10.0.0.22 - - [2026-03-23 01:58:26] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000839 10.0.0.22 - - [2026-03-23 01:58:26] "GET /project/3f263ec9-b95d-435b-ba45-d11db16487d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037858 10.0.0.22 - - [2026-03-23 01:58:26] "POST /neutron/network HTTP/1.1" 200 117 0.030958 10.0.0.22 - - [2026-03-23 01:58:26] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001092 10.0.0.22 - - [2026-03-23 01:58:26] "POST /neutron/network HTTP/1.1" 200 619 0.063761 10.0.0.22 - - [2026-03-23 01:58:26] "POST /route-targets HTTP/1.1" 200 327 0.010143 10.0.0.22 - - [2026-03-23 01:58:26] "POST /ref-update HTTP/1.1" 200 156 0.011901 10.0.0.22 - - [2026-03-23 01:58:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002728 10.0.0.22 - - [2026-03-23 01:58:26] "POST /neutron/subnet HTTP/1.1" 200 724 0.193026 10.0.0.22 - - [2026-03-23 01:58:26] "POST /neutron/network HTTP/1.1" 200 838 0.005042 10.0.0.22 - - [2026-03-23 01:58:26] "POST /id-to-fqname HTTP/1.1" 200 233 0.001052 10.0.0.22 - - [2026-03-23 01:58:26] "GET /virtual-network/6d55f33c-1c3b-4a6f-8332-fb59242d07e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004612 10.0.0.22 - - [2026-03-23 01:58:26] "POST /neutron/network HTTP/1.1" 200 838 0.005035 10.0.0.22 - - [2026-03-23 01:58:26] "GET /virtual-network/6d55f33c-1c3b-4a6f-8332-fb59242d07e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004387 10.0.0.22 - - [2026-03-23 01:58:26] "POST /neutron/network HTTP/1.1" 200 838 0.005086 10.0.0.22 - - [2026-03-23 01:58:26] "POST /neutron/subnet HTTP/1.1" 200 724 0.006887 10.0.0.22 - - [2026-03-23 01:58:26] "GET /domains HTTP/1.1" 401 292 0.000373 10.0.0.22 - - [2026-03-23 01:58:26] "GET /domains HTTP/1.1" 200 280 0.024089 10.0.0.22 - - [2026-03-23 01:58:26] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152 10.0.0.22 - - [2026-03-23 01:58:26] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2782 0.007695 10.0.0.22 - - [2026-03-23 01:58:26] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000844 10.0.0.22 - - [2026-03-23 01:58:26] "GET /project/3f263ec9-b95d-435b-ba45-d11db16487d0 HTTP/1.1" 200 2174 0.072249 10.0.0.22 - - [2026-03-23 01:58:27] "GET /virtual-network/6d55f33c-1c3b-4a6f-8332-fb59242d07e3 HTTP/1.1" 200 2339 0.014403 10.0.0.22 - - [2026-03-23 01:58:27] "GET /virtual-network/6d55f33c-1c3b-4a6f-8332-fb59242d07e3 HTTP/1.1" 200 2339 0.008161 10.0.0.22 - - [2026-03-23 01:58:27] "GET /routing-instance/0e1d83dc-f267-49a3-9a85-3cb8c40d4f9b HTTP/1.1" 200 1491 0.003693 10.0.0.22 - - [2026-03-23 01:58:27] "GET /routing-instance/0e1d83dc-f267-49a3-9a85-3cb8c40d4f9b HTTP/1.1" 200 1491 0.003205 10.0.0.22 - - [2026-03-23 01:58:27] "GET /route-target/154526f4-eb6a-4708-8f3a-1cf931b484e2 HTTP/1.1" 200 1218 0.002715 10.0.0.22 - - [2026-03-23 01:58:27] "GET /virtual-network/6d55f33c-1c3b-4a6f-8332-fb59242d07e3 HTTP/1.1" 200 2339 0.004235 10.0.0.22 - - [2026-03-23 01:58:27] "GET /routing-instance/0e1d83dc-f267-49a3-9a85-3cb8c40d4f9b HTTP/1.1" 200 1491 0.004202 10.0.0.22 - - [2026-03-23 01:58:27] "GET /virtual-network/6d55f33c-1c3b-4a6f-8332-fb59242d07e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004317 10.0.0.22 - - [2026-03-23 01:58:27] "GET /virtual-network/6d55f33c-1c3b-4a6f-8332-fb59242d07e3 HTTP/1.1" 200 2339 0.004096 10.0.0.22 - - [2026-03-23 01:58:27] "GET /routing-instance/0e1d83dc-f267-49a3-9a85-3cb8c40d4f9b HTTP/1.1" 200 1491 0.002853 10.0.0.22 - - [2026-03-23 01:58:27] "GET /routing-instance/0e1d83dc-f267-49a3-9a85-3cb8c40d4f9b HTTP/1.1" 200 1491 0.003117 10.0.0.22 - - [2026-03-23 01:58:27] "GET /route-target/154526f4-eb6a-4708-8f3a-1cf931b484e2 HTTP/1.1" 200 1218 0.002654 10.0.0.22 - - [2026-03-23 01:58:27] "GET /domains HTTP/1.1" 200 280 0.002655 10.0.0.22 - - [2026-03-23 01:58:27] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001209 10.0.0.22 - - [2026-03-23 01:58:27] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2782 0.008383 10.0.0.22 - - [2026-03-23 01:58:27] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001302 10.0.0.22 - - [2026-03-23 01:58:27] "GET /project/3f263ec9-b95d-435b-ba45-d11db16487d0 HTTP/1.1" 200 2174 0.067691 10.0.0.22 - - [2026-03-23 01:58:27] "GET /virtual-network/6d55f33c-1c3b-4a6f-8332-fb59242d07e3 HTTP/1.1" 200 2339 0.004480 10.0.0.22 - - [2026-03-23 01:58:27] "GET /obj-perms HTTP/1.1" 200 5054 0.049673 10.0.0.22 - - [2026-03-23 01:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.22 - - [2026-03-23 01:58:27] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000794 10.0.0.22 - - [2026-03-23 01:58:27] "GET /project/3f263ec9-b95d-435b-ba45-d11db16487d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.036346 10.0.0.22 - - [2026-03-23 01:58:27] "POST /neutron/network HTTP/1.1" 200 117 0.010520 10.0.0.22 - - [2026-03-23 01:58:27] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001069 10.0.0.22 - - [2026-03-23 01:58:27] "POST /neutron/network HTTP/1.1" 200 619 0.074467 10.0.0.22 - - [2026-03-23 01:58:27] "POST /route-targets HTTP/1.1" 200 327 0.010901 10.0.0.22 - - [2026-03-23 01:58:27] "POST /ref-update HTTP/1.1" 200 156 0.013203 10.0.0.22 - - [2026-03-23 01:58:27] "POST /useragent-kv HTTP/1.1" 200 115 0.009346 10.0.0.22 - - [2026-03-23 01:58:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.181167 10.0.0.22 - - [2026-03-23 01:58:27] "POST /neutron/network HTTP/1.1" 200 838 0.005006 10.0.0.22 - - [2026-03-23 01:58:27] "POST /id-to-fqname HTTP/1.1" 200 233 0.001040 10.0.0.22 - - [2026-03-23 01:58:27] "GET /virtual-network/6e861d45-2851-451c-830e-4d59c42fc514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004578 10.0.0.22 - - [2026-03-23 01:58:28] "POST /neutron/network HTTP/1.1" 200 838 0.005777 10.0.0.22 - - [2026-03-23 01:58:28] "GET /virtual-network/6e861d45-2851-451c-830e-4d59c42fc514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004710 10.0.0.22 - - [2026-03-23 01:58:28] "POST /neutron/network HTTP/1.1" 200 838 0.005751 10.0.0.22 - - [2026-03-23 01:58:28] "POST /neutron/subnet HTTP/1.1" 200 724 0.007171 10.0.0.22 - - [2026-03-23 01:58:28] "GET /domains HTTP/1.1" 200 280 0.002778 10.0.0.22 - - [2026-03-23 01:58:28] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001206 10.0.0.22 - - [2026-03-23 01:58:28] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2782 0.006526 10.0.0.22 - - [2026-03-23 01:58:28] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000848 10.0.0.22 - - [2026-03-23 01:58:28] "GET /project/3f263ec9-b95d-435b-ba45-d11db16487d0 HTTP/1.1" 200 2402 0.074902 10.0.0.22 - - [2026-03-23 01:58:28] "GET /virtual-network/6e861d45-2851-451c-830e-4d59c42fc514 HTTP/1.1" 200 2339 0.007010 10.0.0.22 - - [2026-03-23 01:58:28] "GET /virtual-network/6e861d45-2851-451c-830e-4d59c42fc514 HTTP/1.1" 200 2339 0.004399 10.0.0.22 - - [2026-03-23 01:58:28] "GET /routing-instance/edc450c5-9912-4702-be32-b39028249b35 HTTP/1.1" 200 1492 0.004116 10.0.0.22 - - [2026-03-23 01:58:28] "GET /routing-instance/edc450c5-9912-4702-be32-b39028249b35 HTTP/1.1" 200 1492 0.003276 10.0.0.22 - - [2026-03-23 01:58:28] "GET /route-target/70645032-a214-4a74-899c-6425f94818ca HTTP/1.1" 200 1217 0.003263 10.0.0.22 - - [2026-03-23 01:58:28] "GET /virtual-network/6e861d45-2851-451c-830e-4d59c42fc514 HTTP/1.1" 200 2339 0.005111 10.0.0.22 - - [2026-03-23 01:58:28] "GET /routing-instance/edc450c5-9912-4702-be32-b39028249b35 HTTP/1.1" 200 1492 0.003963 10.0.0.22 - - [2026-03-23 01:58:28] "GET /virtual-network/6e861d45-2851-451c-830e-4d59c42fc514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005973 10.0.0.22 - - [2026-03-23 01:58:28] "GET /virtual-network/6e861d45-2851-451c-830e-4d59c42fc514 HTTP/1.1" 200 2339 0.006153 10.0.0.22 - - [2026-03-23 01:58:28] "GET /routing-instance/edc450c5-9912-4702-be32-b39028249b35 HTTP/1.1" 200 1492 0.003886 10.0.0.22 - - [2026-03-23 01:58:28] "GET /routing-instance/edc450c5-9912-4702-be32-b39028249b35 HTTP/1.1" 200 1492 0.003664 10.0.0.22 - - [2026-03-23 01:58:28] "GET /route-target/70645032-a214-4a74-899c-6425f94818ca HTTP/1.1" 200 1217 0.003385 10.0.0.22 - - [2026-03-23 01:58:28] "GET /domains HTTP/1.1" 200 280 0.003370 10.0.0.22 - - [2026-03-23 01:58:28] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001239 10.0.0.22 - - [2026-03-23 01:58:28] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2782 0.007670 10.0.0.22 - - [2026-03-23 01:58:28] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001219 10.0.0.22 - - [2026-03-23 01:58:28] "GET /project/3f263ec9-b95d-435b-ba45-d11db16487d0 HTTP/1.1" 200 2402 0.063569 10.0.0.22 - - [2026-03-23 01:58:28] "GET /virtual-network/6e861d45-2851-451c-830e-4d59c42fc514 HTTP/1.1" 200 2339 0.004589 10.0.0.22 - - [2026-03-23 01:58:28] "GET /obj-perms HTTP/1.1" 200 5054 0.002775 10.0.0.22 - - [2026-03-23 01:58:28] "POST /id-to-fqname HTTP/1.1" 200 233 0.001123 10.0.0.22 - - [2026-03-23 01:58:28] "POST /neutron/network HTTP/1.1" 200 848 0.007185 10.0.0.22 - - [2026-03-23 01:58:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000396 10.0.0.22 - - [2026-03-23 01:58:28] "GET / HTTP/1.1" 200 35931 0.001341 10.0.0.22 - - [2026-03-23 01:58:28] "GET /project/3f263ec9-b95d-435b-ba45-d11db16487d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000338 10.0.0.22 - - [2026-03-23 01:58:29] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000951 10.0.0.22 - - [2026-03-23 01:58:29] "GET /project/3f263ec9-b95d-435b-ba45-d11db16487d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.051942 10.0.0.22 - - [2026-03-23 01:58:29] "POST /neutron/network HTTP/1.1" 200 838 0.007208 10.0.0.22 - - [2026-03-23 01:58:29] "POST /neutron/port HTTP/1.1" 200 117 0.045372 10.0.0.22 - - [2026-03-23 01:58:29] "POST /neutron/port HTTP/1.1" 200 117 0.004374 10.0.0.22 - - [2026-03-23 01:58:29] "POST /id-to-fqname HTTP/1.1" 200 233 0.001172 10.0.0.22 - - [2026-03-23 01:58:29] "POST /neutron/port HTTP/1.1" 200 117 0.004649 10.0.0.22 - - [2026-03-23 01:58:29] "POST /neutron/network HTTP/1.1" 200 848 0.004846 10.0.0.22 - - [2026-03-23 01:58:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000382 10.0.0.22 - - [2026-03-23 01:58:29] "POST /neutron/network HTTP/1.1" 200 848 0.004806 10.0.0.22 - - [2026-03-23 01:58:30] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001076 10.0.0.22 - - [2026-03-23 01:58:30] "GET / HTTP/1.1" 200 35931 0.001546 10.0.0.22 - - [2026-03-23 01:58:30] "GET /project/3f263ec9-b95d-435b-ba45-d11db16487d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000334 10.0.0.22 - - [2026-03-23 01:58:30] "POST /neutron/port HTTP/1.1" 200 1072 0.261988 10.0.0.22 - - [2026-03-23 01:58:30] "POST /neutron/port HTTP/1.1" 200 1072 0.032057 10.0.0.22 - - [2026-03-23 01:58:30] "POST /neutron/port HTTP/1.1" 200 1072 0.008785 10.0.0.22 - - [2026-03-23 01:58:30] "POST /neutron/port HTTP/1.1" 200 1126 0.073944 10.0.0.22 - - [2026-03-23 01:58:30] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001002 10.0.0.22 - - [2026-03-23 01:58:30] "GET /project/3f263ec9-b95d-435b-ba45-d11db16487d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.077639 10.0.0.22 - - [2026-03-23 01:58:30] "POST /neutron/port HTTP/1.1" 200 1136 0.031654 10.0.0.22 - - [2026-03-23 01:58:30] "POST /neutron/network HTTP/1.1" 200 838 0.004806 10.0.0.22 - - [2026-03-23 01:58:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006762 10.0.0.22 - - [2026-03-23 01:58:30] "POST /neutron/subnet HTTP/1.1" 200 698 0.014727 10.0.0.22 - - [2026-03-23 01:58:30] "POST /neutron/port HTTP/1.1" 200 117 0.001415 10.0.0.22 - - [2026-03-23 01:58:30] "POST /neutron/network HTTP/1.1" 200 838 0.008875 10.0.0.22 - - [2026-03-23 01:58:30] "POST /neutron/port HTTP/1.1" 200 1136 0.013608 10.0.0.22 - - [2026-03-23 01:58:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.017561 10.0.0.22 - - [2026-03-23 01:58:30] "POST /neutron/port HTTP/1.1" 200 117 0.004523 10.0.0.22 - - [2026-03-23 01:58:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002332 10.0.0.22 - - [2026-03-23 01:58:30] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000855 10.0.0.22 - - [2026-03-23 01:58:30] "GET /project/3f263ec9-b95d-435b-ba45-d11db16487d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.031783 10.0.0.22 - - [2026-03-23 01:58:30] "GET /virtual-network/6d55f33c-1c3b-4a6f-8332-fb59242d07e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005223 10.0.0.22 - - [2026-03-23 01:58:30] "GET /floating-ip-pools?parent_id=6d55f33c-1c3b-4a6f-8332-fb59242d07e3&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002787 10.0.0.22 - - [2026-03-23 01:58:30] "GET /virtual-network/6d55f33c-1c3b-4a6f-8332-fb59242d07e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005380 10.0.0.22 - - [2026-03-23 01:58:30] "POST /floating-ip-pools HTTP/1.1" 200 609 0.024628 10.0.0.22 - - [2026-03-23 01:58:30] "POST /neutron/network HTTP/1.1" 200 848 0.005883 10.0.0.22 - - [2026-03-23 01:58:31] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001043 10.0.0.22 - - [2026-03-23 01:58:31] "POST /ref-update HTTP/1.1" 200 156 0.030965 10.0.0.22 - - [2026-03-23 01:58:31] "GET /virtual-network/6d55f33c-1c3b-4a6f-8332-fb59242d07e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005049 10.0.0.22 - - [2026-03-23 01:58:31] "GET /domains HTTP/1.1" 200 280 0.012589 10.0.0.22 - - [2026-03-23 01:58:31] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001161 10.0.0.22 - - [2026-03-23 01:58:31] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2782 0.028821 10.0.0.22 - - [2026-03-23 01:58:31] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001323 10.0.0.22 - - [2026-03-23 01:58:31] "GET /project/3f263ec9-b95d-435b-ba45-d11db16487d0 HTTP/1.1" 200 3244 0.085936 10.0.0.22 - - [2026-03-23 01:58:31] "GET /virtual-network/6d55f33c-1c3b-4a6f-8332-fb59242d07e3 HTTP/1.1" 200 2930 0.012040 10.0.0.22 - - [2026-03-23 01:58:31] "GET /floating-ip-pool/26c0291e-4cde-46f8-9b04-f5bb72a01c9d HTTP/1.1" 200 1441 0.012767 10.0.0.22 - - [2026-03-23 01:58:31] "GET /domains HTTP/1.1" 200 280 0.009244 10.0.0.22 - - [2026-03-23 01:58:31] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.22 - - [2026-03-23 01:58:31] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2782 0.013767 10.0.0.22 - - [2026-03-23 01:58:31] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001114 10.0.0.22 - - [2026-03-23 01:58:31] "POST /neutron/port HTTP/1.1" 200 1072 0.391410 10.0.0.22 - - [2026-03-23 01:58:31] "POST /neutron/port HTTP/1.1" 200 1072 0.027148 10.0.0.22 - - [2026-03-23 01:58:31] "GET /project/3f263ec9-b95d-435b-ba45-d11db16487d0 HTTP/1.1" 200 3244 0.107169 10.0.0.22 - - [2026-03-23 01:58:31] "GET /virtual-network/6d55f33c-1c3b-4a6f-8332-fb59242d07e3 HTTP/1.1" 200 3151 0.006399 10.0.0.22 - - [2026-03-23 01:58:31] "POST /neutron/port HTTP/1.1" 200 1072 0.024950 10.0.0.22 - - [2026-03-23 01:58:31] "GET /virtual-network/6d55f33c-1c3b-4a6f-8332-fb59242d07e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007239 10.0.0.22 - - [2026-03-23 01:58:31] "POST /neutron/port HTTP/1.1" 200 1136 0.037482 10.0.0.22 - - [2026-03-23 01:58:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013012 10.0.0.22 - - [2026-03-23 01:58:31] "POST /neutron/port HTTP/1.1" 200 1126 0.124722 10.0.0.22 - - [2026-03-23 01:58:31] "POST /neutron/port HTTP/1.1" 200 1136 0.011426 10.0.0.22 - - [2026-03-23 01:58:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003027 10.0.0.22 - - [2026-03-23 01:58:31] "POST /neutron/subnet HTTP/1.1" 200 698 0.006051 10.0.0.22 - - [2026-03-23 01:58:31] "POST /neutron/port HTTP/1.1" 200 117 0.001473 10.0.0.22 - - [2026-03-23 01:58:31] "POST /neutron/network HTTP/1.1" 200 838 0.004713 10.0.0.22 - - [2026-03-23 01:58:36] "POST /neutron/port HTTP/1.1" 200 1136 0.011590 10.0.0.22 - - [2026-03-23 01:58:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005939 10.0.0.22 - - [2026-03-23 01:58:36] "POST /neutron/port HTTP/1.1" 200 1136 0.010571 10.0.0.22 - - [2026-03-23 01:58:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005471 10.0.0.22 - - [2026-03-23 01:58:36] "POST /neutron/port HTTP/1.1" 200 1136 0.012362 10.0.0.22 - - [2026-03-23 01:58:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005220 10.0.0.22 - - [2026-03-23 01:58:36] "GET /virtual-machine/dc774518-e706-4e47-8e30-2d89458885cf HTTP/1.1" 200 1305 0.004331 10.0.0.22 - - [2026-03-23 01:58:36] "GET /virtual-machine-interface/973ba226-d5ea-4d5a-8800-67e9457653cd HTTP/1.1" 200 3004 0.004682 10.0.0.22 - - [2026-03-23 01:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.22 - - [2026-03-23 01:58:36] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002847 10.0.0.22 - - [2026-03-23 01:58:36] "GET /virtual-networks?parent_id=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002806 10.0.0.22 - - [2026-03-23 01:58:36] "GET /virtual-network/6e861d45-2851-451c-830e-4d59c42fc514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005003 10.0.0.22 - - [2026-03-23 01:58:38] "POST /neutron/port HTTP/1.1" 200 1136 0.012103 10.0.0.22 - - [2026-03-23 01:58:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004881 10.0.0.22 - - [2026-03-23 01:58:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005107 10.0.0.22 - - [2026-03-23 01:58:40] "GET /virtual-network/6e861d45-2851-451c-830e-4d59c42fc514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.008704 10.0.0.22 - - [2026-03-23 01:58:40] "POST /neutron/port HTTP/1.1" 200 1136 0.014508 10.0.0.22 - - [2026-03-23 01:58:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006056 10.0.0.22 - - [2026-03-23 01:58:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002557 10.0.0.22 - - [2026-03-23 01:58:42] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003622 10.0.0.22 - - [2026-03-23 01:58:42] "GET /virtual-networks?parent_id=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002764 10.0.0.22 - - [2026-03-23 01:58:42] "GET /virtual-network/6e861d45-2851-451c-830e-4d59c42fc514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006476 10.0.0.22 - - [2026-03-23 01:58:42] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001246 10.0.0.22 - - [2026-03-23 01:58:42] "POST /neutron/floatingip HTTP/1.1" 200 530 0.057746 10.0.0.22 - - [2026-03-23 01:58:42] "POST /neutron/port HTTP/1.1" 200 1136 0.009887 10.0.0.22 - - [2026-03-23 01:58:42] "POST /neutron/floatingip HTTP/1.1" 200 530 0.004117 10.0.0.22 - - [2026-03-23 01:58:42] "POST /neutron/floatingip HTTP/1.1" 200 577 0.029215 10.0.0.22 - - [2026-03-23 01:58:42] "POST /neutron/port HTTP/1.1" 200 1136 0.012819 10.0.0.22 - - [2026-03-23 01:58:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005471 10.0.0.22 - - [2026-03-23 01:58:42] "POST /neutron/port HTTP/1.1" 200 1136 0.010841 10.0.0.22 - - [2026-03-23 01:58:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005686 10.0.0.22 - - [2026-03-23 01:58:42] "POST /neutron/port HTTP/1.1" 200 1136 0.011737 10.0.0.22 - - [2026-03-23 01:58:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005864 10.0.0.22 - - [2026-03-23 01:58:42] "GET /virtual-machine/4ca49e42-0d13-4678-8f45-cca596165772 HTTP/1.1" 200 1304 0.004064 10.0.0.22 - - [2026-03-23 01:58:42] "GET /virtual-machine-interface/bcd6e579-8093-456e-97ff-607d8f2f7938 HTTP/1.1" 200 3005 0.004086 10.0.0.22 - - [2026-03-23 01:58:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.22 - - [2026-03-23 01:58:42] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002902 10.0.0.22 - - [2026-03-23 01:58:42] "GET /virtual-networks?parent_id=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002875 10.0.0.22 - - [2026-03-23 01:58:42] "GET /virtual-network/6d55f33c-1c3b-4a6f-8332-fb59242d07e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005062 10.0.0.22 - - [2026-03-23 01:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.22 - - [2026-03-23 01:58:43] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003663 10.0.0.22 - - [2026-03-23 01:58:43] "GET /virtual-networks?parent_id=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003041 10.0.0.22 - - [2026-03-23 01:58:44] "GET /virtual-network/6d55f33c-1c3b-4a6f-8332-fb59242d07e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004820 10.0.0.22 - - [2026-03-23 01:58:44] "POST /neutron/floatingip HTTP/1.1" 200 577 0.009843 10.0.0.22 - - [2026-03-23 01:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002196 10.0.0.22 - - [2026-03-23 01:58:44] "GET /routing-instance/0e1d83dc-f267-49a3-9a85-3cb8c40d4f9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.002717 10.0.0.22 - - [2026-03-23 01:58:44] "GET /route-target/154526f4-eb6a-4708-8f3a-1cf931b484e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003829 10.0.0.22 - - [2026-03-23 01:58:44] "GET /floating-ip/77fb93fd-4e7b-46c3-8f3c-def417cbcded HTTP/1.1" 200 1889 0.004625 10.0.0.22 - - [2026-03-23 01:58:47] "POST /neutron/floatingip HTTP/1.1" 200 577 0.010889 10.0.0.22 - - [2026-03-23 01:58:47] "POST /neutron/floatingip HTTP/1.1" 200 530 0.014252 10.0.0.22 - - [2026-03-23 01:58:47] "POST /neutron/floatingip HTTP/1.1" 200 530 0.005316 10.0.0.22 - - [2026-03-23 01:58:47] "POST /neutron/floatingip HTTP/1.1" 200 115 0.027813 10.0.0.22 - - [2026-03-23 01:58:47] "GET /floating-ip-pool/26c0291e-4cde-46f8-9b04-f5bb72a01c9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.002771 10.0.0.22 - - [2026-03-23 01:58:47] "POST /ref-update HTTP/1.1" 200 156 0.006907 10.0.0.22 - - [2026-03-23 01:58:47] "DELETE /floating-ip-pool/26c0291e-4cde-46f8-9b04-f5bb72a01c9d HTTP/1.1" 200 115 0.017657 10.0.0.22 - - [2026-03-23 01:58:47] "POST /neutron/network HTTP/1.1" 200 838 0.006103 10.0.0.22 - - [2026-03-23 01:58:47] "POST /neutron/network HTTP/1.1" 400 204 0.008606 10.0.0.22 - - [2026-03-23 01:58:47] "POST /neutron/port HTTP/1.1" 200 1136 0.011074 10.0.0.22 - - [2026-03-23 01:58:48] "POST /neutron/port HTTP/1.1" 200 1126 0.011240 10.0.0.22 - - [2026-03-23 01:58:48] "POST /neutron/port HTTP/1.1" 200 1136 0.018684 10.0.0.22 - - [2026-03-23 01:58:48] "POST /neutron/port HTTP/1.1" 200 1126 0.011914 10.0.0.22 - - [2026-03-23 01:58:48] "POST /neutron/port HTTP/1.1" 200 151 0.144433 10.0.0.22 - - [2026-03-23 01:58:48] "POST /neutron/port HTTP/1.1" 200 151 0.142978 10.0.0.22 - - [2026-03-23 01:58:49] "POST /neutron/network HTTP/1.1" 200 838 0.005101 10.0.0.22 - - [2026-03-23 01:58:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003784 10.0.0.22 - - [2026-03-23 01:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.22 - - [2026-03-23 01:58:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002525 10.0.0.22 - - [2026-03-23 01:58:49] "POST /neutron/network HTTP/1.1" 200 151 0.068660 10.0.0.22 - - [2026-03-23 01:58:49] "DELETE /route-target/70645032-a214-4a74-899c-6425f94818ca HTTP/1.1" 200 115 0.012844 10.0.0.22 - - [2026-03-23 01:58:49] "GET /routing-instance/edc450c5-9912-4702-be32-b39028249b35 HTTP/1.1" 404 171 0.003544 10.0.0.22 - - [2026-03-23 01:58:49] "GET /domains HTTP/1.1" 200 280 0.001862 10.0.0.22 - - [2026-03-23 01:58:49] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000795 10.0.0.22 - - [2026-03-23 01:58:49] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2782 0.048055 10.0.0.22 - - [2026-03-23 01:58:49] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001154 10.0.0.22 - - [2026-03-23 01:58:49] "GET /project/3f263ec9-b95d-435b-ba45-d11db16487d0 HTTP/1.1" 200 2174 0.066817 10.0.0.22 - - [2026-03-23 01:58:49] "POST /neutron/network HTTP/1.1" 200 838 0.004877 10.0.0.22 - - [2026-03-23 01:58:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002340 10.0.0.22 - - [2026-03-23 01:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.22 - - [2026-03-23 01:58:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005084 10.0.0.22 - - [2026-03-23 01:58:49] "POST /neutron/network HTTP/1.1" 200 151 0.074830 10.0.0.22 - - [2026-03-23 01:58:49] "GET /routing-instance/0e1d83dc-f267-49a3-9a85-3cb8c40d4f9b HTTP/1.1" 404 171 0.002468 10.0.0.22 - - [2026-03-23 01:58:49] "GET /domains HTTP/1.1" 200 280 0.002537 10.0.0.22 - - [2026-03-23 01:58:49] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003052 10.0.0.22 - - [2026-03-23 01:58:49] "DELETE /route-target/154526f4-eb6a-4708-8f3a-1cf931b484e2 HTTP/1.1" 200 115 0.035306 10.0.0.22 - - [2026-03-23 01:58:50] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2782 0.050744 10.0.0.22 - - [2026-03-23 01:58:50] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000943 10.0.0.22 - - [2026-03-23 01:58:50] "GET /project/3f263ec9-b95d-435b-ba45-d11db16487d0 HTTP/1.1" 200 1924 0.069866 10.0.0.22 - - [2026-03-23 01:58:50] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001006 10.0.0.22 - - [2026-03-23 01:58:50] "GET /project/3f263ec9-b95d-435b-ba45-d11db16487d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.025162 10.0.0.22 - - [2026-03-23 01:58:50] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001001 10.0.0.22 - - [2026-03-23 01:58:50] "GET /project/3f263ec9-b95d-435b-ba45-d11db16487d0?fields=virtual_networks HTTP/1.1" 200 1056 0.068377 10.0.0.22 - - [2026-03-23 01:58:50] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000992 10.0.0.22 - - [2026-03-23 01:58:50] "GET /project/3f263ec9-b95d-435b-ba45-d11db16487d0?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.023048 10.0.0.22 - - [2026-03-23 01:58:50] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000923 10.0.0.22 - - [2026-03-23 01:58:50] "GET /project/3f263ec9-b95d-435b-ba45-d11db16487d0?fields=security_groups HTTP/1.1" 200 1294 0.024465 10.0.0.22 - - [2026-03-23 01:58:51] "POST /fqname-to-id HTTP/1.1" 404 183 0.023509 10.0.0.22 - - [2026-03-23 01:58:51] "GET /projects?obj_uuids=3cd55398-70d2-4f62-9bcf-57d054129f4a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002423 10.0.0.22 - - [2026-03-23 01:58:51] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000879 10.0.0.22 - - [2026-03-23 01:58:51] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005795 10.0.0.22 - - [2026-03-23 01:58:51] "POST /id-to-fqname HTTP/1.1" 200 185 0.001943 10.0.0.22 - - [2026-03-23 01:58:51] "POST /fqname-to-id HTTP/1.1" 404 194 0.002805 10.0.0.22 - - [2026-03-23 01:58:51] "POST /security-groups HTTP/1.1" 200 586 0.060371 10.0.0.22 - - [2026-03-23 01:58:51] "POST /fqname-to-id HTTP/1.1" 404 229 0.002379 10.0.0.22 - - [2026-03-23 01:58:51] "POST /projects HTTP/1.1" 200 575 0.202681 10.0.0.22 - - [2026-03-23 01:58:51] "POST /access-control-lists HTTP/1.1" 200 591 0.058408 10.0.0.22 - - [2026-03-23 01:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.270790 10.0.0.22 - - [2026-03-23 01:58:51] "POST /fqname-to-id HTTP/1.1" 404 228 0.002501 10.0.0.22 - - [2026-03-23 01:58:51] "GET /project/3cd55398-70d2-4f62-9bcf-57d054129f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.383174 10.0.0.22 - - [2026-03-23 01:58:51] "POST /access-control-lists HTTP/1.1" 200 589 0.056741 10.0.0.22 - - [2026-03-23 01:58:52] "GET / HTTP/1.1" 200 35931 0.001931 10.0.0.22 - - [2026-03-23 01:58:54] "GET /projects?obj_uuids=3cd55398-70d2-4f62-9bcf-57d054129f4a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001301 10.0.0.22 - - [2026-03-23 01:58:54] "GET /project/3cd55398-70d2-4f62-9bcf-57d054129f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.025283 10.0.0.22 - - [2026-03-23 01:58:54] "GET /projects?obj_uuids=3cd55398-70d2-4f62-9bcf-57d054129f4a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000925 10.0.0.22 - - [2026-03-23 01:58:54] "GET /project/3cd55398-70d2-4f62-9bcf-57d054129f4a?fields=virtual_networks HTTP/1.1" 200 1022 0.067706 10.0.0.22 - - [2026-03-23 01:58:54] "GET /projects?obj_uuids=3cd55398-70d2-4f62-9bcf-57d054129f4a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000975 10.0.0.22 - - [2026-03-23 01:58:54] "GET /project/3cd55398-70d2-4f62-9bcf-57d054129f4a?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.024206 10.0.0.22 - - [2026-03-23 01:58:54] "GET /projects?obj_uuids=3cd55398-70d2-4f62-9bcf-57d054129f4a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000903 10.0.0.22 - - [2026-03-23 01:58:54] "GET /project/3cd55398-70d2-4f62-9bcf-57d054129f4a?fields=security_groups HTTP/1.1" 200 1243 0.022820 10.0.0.22 - - [2026-03-23 01:58:55] "POST /fqname-to-id HTTP/1.1" 404 183 0.029376 10.0.0.22 - - [2026-03-23 01:58:55] "GET /projects?obj_uuids=e9dec5cd-2af5-4d54-88b1-ad09a6fd788f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002203 10.0.0.22 - - [2026-03-23 01:58:55] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001133 10.0.0.22 - - [2026-03-23 01:58:55] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007419 10.0.0.22 - - [2026-03-23 01:58:55] "POST /id-to-fqname HTTP/1.1" 200 185 0.001194 10.0.0.22 - - [2026-03-23 01:58:55] "POST /fqname-to-id HTTP/1.1" 404 194 0.003253 10.0.0.22 - - [2026-03-23 01:58:55] "POST /security-groups HTTP/1.1" 200 586 0.062078 10.0.0.22 - - [2026-03-23 01:58:55] "POST /fqname-to-id HTTP/1.1" 404 229 0.002928 10.0.0.22 - - [2026-03-23 01:58:55] "POST /projects HTTP/1.1" 200 575 0.213690 10.0.0.22 - - [2026-03-23 01:58:55] "POST /access-control-lists HTTP/1.1" 200 591 0.060169 10.0.0.22 - - [2026-03-23 01:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.280523 10.0.0.22 - - [2026-03-23 01:58:55] "POST /fqname-to-id HTTP/1.1" 404 228 0.002403 10.0.0.22 - - [2026-03-23 01:58:55] "GET /project/e9dec5cd-2af5-4d54-88b1-ad09a6fd788f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.397599 10.0.0.22 - - [2026-03-23 01:58:55] "POST /access-control-lists HTTP/1.1" 200 589 0.056445 10.0.0.22 - - [2026-03-23 01:58:56] "GET / HTTP/1.1" 200 35931 0.002289 10.0.0.22 - - [2026-03-23 01:58:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.002414 10.0.0.22 - - [2026-03-23 01:58:57] "GET /projects?obj_uuids=e81e019b-6227-48be-831b-6f6629728978&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001025 10.0.0.22 - - [2026-03-23 01:58:57] "POST /fqname-to-id HTTP/1.1" 404 228 0.002197 10.0.0.22 - - [2026-03-23 01:58:57] "POST /access-control-lists HTTP/1.1" 200 590 0.013413 10.0.0.22 - - [2026-03-23 01:58:57] "POST /fqname-to-id HTTP/1.1" 404 227 0.002384 10.0.0.22 - - [2026-03-23 01:58:57] "POST /access-control-lists HTTP/1.1" 200 588 0.018678 10.0.0.22 - - [2026-03-23 01:58:57] "PUT /access-control-list/29e3bdd7-2a36-44aa-b68c-2ac6acdd0263 HTTP/1.1" 200 272 0.007143 10.0.0.22 - - [2026-03-23 01:58:57] "PUT /access-control-list/d4eb31ac-b247-414c-8435-2142dba6d3eb HTTP/1.1" 200 272 0.007868 10.0.0.22 - - [2026-03-23 01:58:57] "POST /neutron/security_group HTTP/1.1" 200 1364 0.370094 10.0.0.22 - - [2026-03-23 01:58:57] "GET /projects?obj_uuids=e81e019b-6227-48be-831b-6f6629728978&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000881 10.0.0.22 - - [2026-03-23 01:58:57] "PUT /access-control-list/d4eb31ac-b247-414c-8435-2142dba6d3eb HTTP/1.1" 200 272 0.016123 10.0.0.22 - - [2026-03-23 01:58:57] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.024960 10.0.0.22 - - [2026-03-23 01:58:57] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009862 10.0.0.22 - - [2026-03-23 01:58:57] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.133831 10.0.0.22 - - [2026-03-23 01:58:57] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012277 10.0.0.22 - - [2026-03-23 01:58:57] "PUT /access-control-list/d4eb31ac-b247-414c-8435-2142dba6d3eb HTTP/1.1" 200 272 0.013164 10.0.0.22 - - [2026-03-23 01:58:57] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.130181 10.0.0.22 - - [2026-03-23 01:58:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.002881 10.0.0.22 - - [2026-03-23 01:58:57] "PUT /access-control-list/d4eb31ac-b247-414c-8435-2142dba6d3eb HTTP/1.1" 200 272 0.009832 10.0.0.22 - - [2026-03-23 01:58:57] "GET /projects?obj_uuids=e81e019b-6227-48be-831b-6f6629728978&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000884 10.0.0.22 - - [2026-03-23 01:58:57] "POST /fqname-to-id HTTP/1.1" 404 228 0.002639 10.0.0.22 - - [2026-03-23 01:58:57] "POST /access-control-lists HTTP/1.1" 200 590 0.012356 10.0.0.22 - - [2026-03-23 01:58:57] "POST /fqname-to-id HTTP/1.1" 404 227 0.002490 10.0.0.22 - - [2026-03-23 01:58:57] "POST /access-control-lists HTTP/1.1" 200 588 0.015403 10.0.0.22 - - [2026-03-23 01:58:57] "PUT /access-control-list/1e6126f8-df78-48a3-a32b-307ad7ace663 HTTP/1.1" 200 272 0.009318 10.0.0.22 - - [2026-03-23 01:58:57] "POST /neutron/security_group HTTP/1.1" 200 1364 0.245476 10.0.0.22 - - [2026-03-23 01:58:57] "GET /projects?obj_uuids=e81e019b-6227-48be-831b-6f6629728978&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000932 10.0.0.22 - - [2026-03-23 01:58:58] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.027344 10.0.0.22 - - [2026-03-23 01:58:58] "PUT /access-control-list/2b88dd92-a88f-413c-94e7-ba087aeb384a HTTP/1.1" 200 272 0.012948 10.0.0.22 - - [2026-03-23 01:58:58] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007097 10.0.0.22 - - [2026-03-23 01:58:58] "PUT /access-control-list/2b88dd92-a88f-413c-94e7-ba087aeb384a HTTP/1.1" 200 272 0.008125 10.0.0.22 - - [2026-03-23 01:58:58] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.104967 10.0.0.22 - - [2026-03-23 01:58:58] "PUT /access-control-list/2b88dd92-a88f-413c-94e7-ba087aeb384a HTTP/1.1" 200 272 0.008035 10.0.0.22 - - [2026-03-23 01:58:58] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009444 10.0.0.22 - - [2026-03-23 01:58:58] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.096854 10.0.0.22 - - [2026-03-23 01:58:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000366 10.0.0.22 - - [2026-03-23 01:58:58] "PUT /access-control-list/2b88dd92-a88f-413c-94e7-ba087aeb384a HTTP/1.1" 200 272 0.009536 10.0.0.22 - - [2026-03-23 01:58:58] "POST /fqname-to-id HTTP/1.1" 404 210 0.029912 10.0.0.22 - - [2026-03-23 01:58:58] "GET /projects?obj_uuids=e9dec5cd-2af5-4d54-88b1-ad09a6fd788f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000935 10.0.0.22 - - [2026-03-23 01:58:58] "POST /fqname-to-id HTTP/1.1" 404 245 0.005504 10.0.0.22 - - [2026-03-23 01:58:58] "POST /access-control-lists HTTP/1.1" 200 607 0.023522 10.0.0.22 - - [2026-03-23 01:58:58] "POST /fqname-to-id HTTP/1.1" 404 244 0.004456 10.0.0.22 - - [2026-03-23 01:58:58] "POST /access-control-lists HTTP/1.1" 200 605 0.015123 10.0.0.22 - - [2026-03-23 01:58:58] "PUT /access-control-list/eb815add-a122-41f8-8787-afb37b2eecbf HTTP/1.1" 200 272 0.007247 10.0.0.22 - - [2026-03-23 01:58:58] "PUT /access-control-list/bb0fc21e-6a33-4d8f-82bf-9da10717b46a HTTP/1.1" 200 272 0.008402 10.0.0.22 - - [2026-03-23 01:58:58] "POST /neutron/security_group HTTP/1.1" 200 1379 0.400904 10.0.0.22 - - [2026-03-23 01:58:59] "GET /projects?obj_uuids=e9dec5cd-2af5-4d54-88b1-ad09a6fd788f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000962 10.0.0.22 - - [2026-03-23 01:58:59] "PUT /access-control-list/bb0fc21e-6a33-4d8f-82bf-9da10717b46a HTTP/1.1" 200 272 0.015296 10.0.0.22 - - [2026-03-23 01:58:59] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.026747 10.0.0.22 - - [2026-03-23 01:58:59] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009329 10.0.0.22 - - [2026-03-23 01:58:59] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.133139 10.0.0.22 - - [2026-03-23 01:58:59] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008688 10.0.0.22 - - [2026-03-23 01:58:59] "PUT /access-control-list/bb0fc21e-6a33-4d8f-82bf-9da10717b46a HTTP/1.1" 200 272 0.013803 10.0.0.22 - - [2026-03-23 01:58:59] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.139008 10.0.0.22 - - [2026-03-23 01:58:59] "POST /fqname-to-id HTTP/1.1" 404 210 0.002150 10.0.0.22 - - [2026-03-23 01:58:59] "PUT /access-control-list/bb0fc21e-6a33-4d8f-82bf-9da10717b46a HTTP/1.1" 200 272 0.007095 10.0.0.22 - - [2026-03-23 01:58:59] "GET /projects?obj_uuids=e9dec5cd-2af5-4d54-88b1-ad09a6fd788f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001088 10.0.0.22 - - [2026-03-23 01:58:59] "POST /fqname-to-id HTTP/1.1" 404 245 0.002263 10.0.0.22 - - [2026-03-23 01:58:59] "POST /access-control-lists HTTP/1.1" 200 607 0.014261 10.0.0.22 - - [2026-03-23 01:58:59] "POST /fqname-to-id HTTP/1.1" 404 244 0.002653 10.0.0.22 - - [2026-03-23 01:58:59] "POST /access-control-lists HTTP/1.1" 200 605 0.019539 10.0.0.22 - - [2026-03-23 01:58:59] "PUT /access-control-list/e3cb209c-a0e5-48d7-b89f-b9a058024e38 HTTP/1.1" 200 272 0.006798 10.0.0.22 - - [2026-03-23 01:58:59] "PUT /access-control-list/c3c5b7de-78c0-46b2-85b1-660bf5bc6ee7 HTTP/1.1" 200 272 0.007631 10.0.0.22 - - [2026-03-23 01:58:59] "POST /neutron/security_group HTTP/1.1" 200 1379 0.338421 10.0.0.22 - - [2026-03-23 01:58:59] "PUT /access-control-list/c3c5b7de-78c0-46b2-85b1-660bf5bc6ee7 HTTP/1.1" 200 272 0.009942 10.0.0.22 - - [2026-03-23 01:58:59] "GET /projects?obj_uuids=e9dec5cd-2af5-4d54-88b1-ad09a6fd788f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001028 10.0.0.22 - - [2026-03-23 01:58:59] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.027781 10.0.0.22 - - [2026-03-23 01:58:59] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011020 10.0.0.22 - - [2026-03-23 01:58:59] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.138033 10.0.0.22 - - [2026-03-23 01:58:59] "PUT /access-control-list/c3c5b7de-78c0-46b2-85b1-660bf5bc6ee7 HTTP/1.1" 200 272 0.007762 10.0.0.22 - - [2026-03-23 01:58:59] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008649 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.098230 10.0.0.22 - - [2026-03-23 01:59:00] "PUT /access-control-list/c3c5b7de-78c0-46b2-85b1-660bf5bc6ee7 HTTP/1.1" 200 272 0.008206 10.0.0.22 - - [2026-03-23 01:59:00] "GET /projects?obj_uuids=e81e019b-6227-48be-831b-6f6629728978&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001302 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.041868 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.004219 10.0.0.22 - - [2026-03-23 01:59:00] "POST /route-targets HTTP/1.1" 200 327 0.020823 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003211 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003953 10.0.0.22 - - [2026-03-23 01:59:00] "PUT /logical-router/6768ef5f-eb0d-45d7-9431-d2d69573fecc HTTP/1.1" 200 262 0.019720 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.004678 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.004122 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003748 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003182 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003160 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003087 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003047 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003397 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.005427 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003800 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.006246 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003646 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003265 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003699 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003127 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003649 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003919 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003422 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003065 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003097 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003304 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003250 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003221 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003041 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.004367 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003203 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003064 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003404 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003243 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.012878 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 541 0.003245 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 542 0.014025 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 542 0.003416 10.0.0.22 - - [2026-03-23 01:59:00] "GET /logical-router/6768ef5f-eb0d-45d7-9431-d2d69573fecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004058 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 151 0.037485 10.0.0.22 - - [2026-03-23 01:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005958 10.0.0.22 - - [2026-03-23 01:59:00] "GET /projects?obj_uuids=e9dec5cd-2af5-4d54-88b1-ad09a6fd788f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001396 10.0.0.22 - - [2026-03-23 01:59:00] "DELETE /route-target/5303e8ce-452d-476a-bc1a-115e5883b164 HTTP/1.1" 200 115 0.016472 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 559 0.046627 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 559 0.003062 10.0.0.22 - - [2026-03-23 01:59:00] "POST /route-targets HTTP/1.1" 200 327 0.014008 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 559 0.003305 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 559 0.003166 10.0.0.22 - - [2026-03-23 01:59:00] "POST /neutron/router HTTP/1.1" 200 559 0.003170 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.004200 10.0.0.22 - - [2026-03-23 01:59:01] "PUT /logical-router/74a7cb90-d530-449f-bb10-d20446c26669 HTTP/1.1" 200 262 0.018537 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.006674 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.003212 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.002964 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.002965 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.002828 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.003160 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.003316 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.003693 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.003432 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.003152 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.002981 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.003230 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.003238 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.003059 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.003437 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.003284 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.003025 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.003186 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.003359 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.002988 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.003392 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.004184 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.003895 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.003798 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.003947 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.003937 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.004066 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.014515 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.004129 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.017751 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 559 0.003432 10.0.0.22 - - [2026-03-23 01:59:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.22 - - [2026-03-23 01:59:01] "GET /logical-router/74a7cb90-d530-449f-bb10-d20446c26669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002358 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 151 0.040304 10.0.0.22 - - [2026-03-23 01:59:01] "DELETE /route-target/36d5ac3a-063d-4d7e-b650-1d39317816ad HTTP/1.1" 200 115 0.014081 10.0.0.22 - - [2026-03-23 01:59:01] "GET /projects?obj_uuids=e81e019b-6227-48be-831b-6f6629728978&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000971 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.044595 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.003008 10.0.0.22 - - [2026-03-23 01:59:01] "POST /route-targets HTTP/1.1" 200 327 0.012668 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.002925 10.0.0.22 - - [2026-03-23 01:59:01] "PUT /logical-router/5a992cf7-8d4e-4f89-b87b-61bbb52a48ca HTTP/1.1" 200 262 0.020837 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.004238 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.003281 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.003052 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.003034 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.002887 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.002911 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.003387 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.003129 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.003080 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.003016 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.003237 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.003610 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.003080 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.003097 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.002854 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.003090 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.002876 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.002784 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.002920 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.002964 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.003145 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.002756 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.003023 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.003054 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.002960 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.002872 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.002957 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.003205 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.002901 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.002959 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.014166 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 541 0.003450 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 542 0.018252 10.0.0.22 - - [2026-03-23 01:59:01] "POST /neutron/router HTTP/1.1" 200 542 0.004067 10.0.0.22 - - [2026-03-23 01:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.010125 10.0.0.22 - - [2026-03-23 01:59:02] "GET /logical-router/5a992cf7-8d4e-4f89-b87b-61bbb52a48ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007269 10.0.0.22 - - [2026-03-23 01:59:02] "POST /neutron/router HTTP/1.1" 200 151 0.048397 10.0.0.22 - - [2026-03-23 01:59:02] "DELETE /route-target/547a6deb-e521-4aa9-bca8-6599efa9f3f6 HTTP/1.1" 200 115 0.015302 10.0.0.22 - - [2026-03-23 01:59:02] "POST /neutron/security_group HTTP/1.1" 200 521 0.004285 10.0.0.22 - - [2026-03-23 01:59:02] "POST /neutron/security_group HTTP/1.1" 200 151 0.030602 10.0.0.22 - - [2026-03-23 01:59:02] "DELETE /access-control-list/e3cb209c-a0e5-48d7-b89f-b9a058024e38 HTTP/1.1" 200 115 0.015848 10.0.0.22 - - [2026-03-23 01:59:02] "POST /neutron/security_group HTTP/1.1" 200 521 0.003453 10.0.0.22 - - [2026-03-23 01:59:02] "DELETE /access-control-list/c3c5b7de-78c0-46b2-85b1-660bf5bc6ee7 HTTP/1.1" 200 115 0.026420 10.0.0.22 - - [2026-03-23 01:59:02] "POST /neutron/security_group HTTP/1.1" 200 151 0.036556 10.0.0.22 - - [2026-03-23 01:59:02] "DELETE /access-control-list/eb815add-a122-41f8-8787-afb37b2eecbf HTTP/1.1" 200 115 0.018428 10.0.0.22 - - [2026-03-23 01:59:02] "POST /neutron/security_group HTTP/1.1" 200 506 0.003628 10.0.0.22 - - [2026-03-23 01:59:02] "DELETE /access-control-list/bb0fc21e-6a33-4d8f-82bf-9da10717b46a HTTP/1.1" 200 115 0.021196 10.0.0.22 - - [2026-03-23 01:59:02] "POST /neutron/security_group HTTP/1.1" 200 151 0.043991 10.0.0.22 - - [2026-03-23 01:59:02] "DELETE /access-control-list/1e6126f8-df78-48a3-a32b-307ad7ace663 HTTP/1.1" 200 115 0.025241 10.0.0.22 - - [2026-03-23 01:59:02] "POST /neutron/security_group HTTP/1.1" 200 506 0.004906 10.0.0.22 - - [2026-03-23 01:59:02] "DELETE /access-control-list/2b88dd92-a88f-413c-94e7-ba087aeb384a HTTP/1.1" 200 115 0.031512 10.0.0.22 - - [2026-03-23 01:59:02] "POST /neutron/security_group HTTP/1.1" 200 151 0.036305 10.0.0.22 - - [2026-03-23 01:59:02] "DELETE /access-control-list/29e3bdd7-2a36-44aa-b68c-2ac6acdd0263 HTTP/1.1" 200 115 0.018243 10.0.0.22 - - [2026-03-23 01:59:02] "DELETE /access-control-list/d4eb31ac-b247-414c-8435-2142dba6d3eb HTTP/1.1" 200 115 0.016126 10.0.0.22 - - [2026-03-23 01:59:02] "GET /projects?obj_uuids=e9dec5cd-2af5-4d54-88b1-ad09a6fd788f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001043 10.0.0.22 - - [2026-03-23 01:59:02] "GET /project/e9dec5cd-2af5-4d54-88b1-ad09a6fd788f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.023567 10.0.0.22 - - [2026-03-23 01:59:02] "GET /projects?obj_uuids=e9dec5cd-2af5-4d54-88b1-ad09a6fd788f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000882 10.0.0.22 - - [2026-03-23 01:59:02] "GET /project/e9dec5cd-2af5-4d54-88b1-ad09a6fd788f?fields=virtual_networks HTTP/1.1" 200 1022 0.062482 10.0.0.22 - - [2026-03-23 01:59:02] "GET /projects?obj_uuids=e9dec5cd-2af5-4d54-88b1-ad09a6fd788f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001208 10.0.0.22 - - [2026-03-23 01:59:02] "GET /project/e9dec5cd-2af5-4d54-88b1-ad09a6fd788f?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.021672 10.0.0.22 - - [2026-03-23 01:59:02] "GET /projects?obj_uuids=e9dec5cd-2af5-4d54-88b1-ad09a6fd788f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000998 10.0.0.22 - - [2026-03-23 01:59:02] "GET /project/e9dec5cd-2af5-4d54-88b1-ad09a6fd788f?fields=security_groups HTTP/1.1" 200 1243 0.022698 10.0.0.22 - - [2026-03-23 01:59:03] "POST /fqname-to-id HTTP/1.1" 404 184 0.023538 10.0.0.22 - - [2026-03-23 01:59:03] "GET /projects?obj_uuids=92cc69ea-c862-483d-89ab-d4b16009f715&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002061 10.0.0.22 - - [2026-03-23 01:59:03] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000886 10.0.0.22 - - [2026-03-23 01:59:03] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006086 10.0.0.22 - - [2026-03-23 01:59:03] "POST /id-to-fqname HTTP/1.1" 200 186 0.001222 10.0.0.22 - - [2026-03-23 01:59:03] "POST /fqname-to-id HTTP/1.1" 404 195 0.002818 10.0.0.22 - - [2026-03-23 01:59:03] "POST /security-groups HTTP/1.1" 200 587 0.060587 10.0.0.22 - - [2026-03-23 01:59:03] "POST /fqname-to-id HTTP/1.1" 404 230 0.002287 10.0.0.22 - - [2026-03-23 01:59:03] "POST /projects HTTP/1.1" 200 577 0.199810 10.0.0.22 - - [2026-03-23 01:59:03] "POST /access-control-lists HTTP/1.1" 200 592 0.058977 10.0.0.22 - - [2026-03-23 01:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.271170 10.0.0.22 - - [2026-03-23 01:59:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.002601 10.0.0.22 - - [2026-03-23 01:59:03] "GET /project/92cc69ea-c862-483d-89ab-d4b16009f715?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.387160 10.0.0.22 - - [2026-03-23 01:59:04] "POST /access-control-lists HTTP/1.1" 200 590 0.056650 10.0.0.22 - - [2026-03-23 01:59:04] "GET / HTTP/1.1" 200 35931 0.001723 10.0.0.22 - - [2026-03-23 01:59:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.22 - - [2026-03-23 01:59:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.131382 10.0.0.22 - - [2026-03-23 01:59:06] "GET /projects?obj_uuids=92cc69ea-c862-483d-89ab-d4b16009f715&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000875 10.0.0.22 - - [2026-03-23 01:59:06] "GET /project/92cc69ea-c862-483d-89ab-d4b16009f715?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.021158 10.0.0.22 - - [2026-03-23 01:59:06] "POST /neutron/network HTTP/1.1" 200 117 0.033794 10.0.0.22 - - [2026-03-23 01:59:06] "GET /projects?obj_uuids=92cc69ea-c862-483d-89ab-d4b16009f715&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001205 10.0.0.22 - - [2026-03-23 01:59:06] "POST /neutron/network HTTP/1.1" 200 601 0.077308 10.0.0.22 - - [2026-03-23 01:59:06] "POST /route-targets HTTP/1.1" 200 327 0.011467 10.0.0.22 - - [2026-03-23 01:59:06] "POST /ref-update HTTP/1.1" 200 156 0.014959 10.0.0.22 - - [2026-03-23 01:59:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002346 10.0.0.22 - - [2026-03-23 01:59:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.199530 10.0.0.22 - - [2026-03-23 01:59:06] "POST /neutron/network HTTP/1.1" 200 821 0.005452 10.0.0.22 - - [2026-03-23 01:59:06] "POST /id-to-fqname HTTP/1.1" 200 216 0.001067 10.0.0.22 - - [2026-03-23 01:59:06] "GET /virtual-network/b6bd85e1-0556-466a-9690-d8415d63001c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004293 10.0.0.22 - - [2026-03-23 01:59:06] "POST /neutron/network HTTP/1.1" 200 821 0.006573 10.0.0.22 - - [2026-03-23 01:59:06] "GET /virtual-network/b6bd85e1-0556-466a-9690-d8415d63001c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007135 10.0.0.22 - - [2026-03-23 01:59:06] "POST /neutron/network HTTP/1.1" 200 821 0.004938 10.0.0.22 - - [2026-03-23 01:59:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.006388 10.0.0.22 - - [2026-03-23 01:59:06] "POST /fqname-to-id HTTP/1.1" 404 206 0.002206 10.0.0.22 - - [2026-03-23 01:59:06] "GET /virtual-network/b6bd85e1-0556-466a-9690-d8415d63001c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004922 10.0.0.22 - - [2026-03-23 01:59:06] "GET /projects?obj_uuids=92cc69ea-c862-483d-89ab-d4b16009f715&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001015 10.0.0.22 - - [2026-03-23 01:59:06] "POST /neutron/port HTTP/1.1" 200 1018 0.153682 10.0.0.22 - - [2026-03-23 01:59:06] "GET /virtual-machine-interface/43ed17be-1074-4548-9e26-e89fc30c408e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.004941 10.0.0.22 - - [2026-03-23 01:59:06] "GET /virtual-machine-interface/43ed17be-1074-4548-9e26-e89fc30c408e?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.004366 10.0.0.22 - - [2026-03-23 01:59:06] "GET /instance-ip/bec368d0-337d-4eb9-8f8a-51058c87ae8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.003464 10.0.0.22 - - [2026-03-23 01:59:07] "GET /virtual-machine-interface/43ed17be-1074-4548-9e26-e89fc30c408e HTTP/1.1" 401 292 0.000419 10.0.0.22 - - [2026-03-23 01:59:07] "GET /virtual-machine-interface/43ed17be-1074-4548-9e26-e89fc30c408e HTTP/1.1" 200 2605 0.027627 10.0.0.22 - - [2026-03-23 01:59:07] "POST /neutron/port HTTP/1.1" 200 1018 0.008797 10.0.0.22 - - [2026-03-23 01:59:07] "POST /neutron/port HTTP/1.1" 200 151 0.056145 10.0.0.22 - - [2026-03-23 01:59:07] "POST /neutron/network HTTP/1.1" 200 821 0.004987 10.0.0.22 - - [2026-03-23 01:59:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.22 - - [2026-03-23 01:59:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003231 10.0.0.22 - - [2026-03-23 01:59:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002162 10.0.0.22 - - [2026-03-23 01:59:07] "POST /neutron/network HTTP/1.1" 200 151 0.078846 10.0.0.22 - - [2026-03-23 01:59:07] "DELETE /route-target/dc80dfbc-2e90-48ad-af9e-b884a9970d74 HTTP/1.1" 200 115 0.016399 10.0.0.22 - - [2026-03-23 01:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.22 - - [2026-03-23 01:59:08] "GET /projects?obj_uuids=92cc69ea-c862-483d-89ab-d4b16009f715&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000968 10.0.0.22 - - [2026-03-23 01:59:08] "GET /project/92cc69ea-c862-483d-89ab-d4b16009f715?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.027519 10.0.0.22 - - [2026-03-23 01:59:08] "POST /neutron/network HTTP/1.1" 200 117 0.008112 10.0.0.22 - - [2026-03-23 01:59:08] "GET /projects?obj_uuids=92cc69ea-c862-483d-89ab-d4b16009f715&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001381 10.0.0.22 - - [2026-03-23 01:59:08] "POST /neutron/network HTTP/1.1" 200 603 0.062685 10.0.0.22 - - [2026-03-23 01:59:08] "POST /route-targets HTTP/1.1" 200 327 0.009796 10.0.0.22 - - [2026-03-23 01:59:08] "POST /ref-update HTTP/1.1" 200 156 0.013207 10.0.0.22 - - [2026-03-23 01:59:08] "POST /useragent-kv HTTP/1.1" 200 115 0.007043 10.0.0.22 - - [2026-03-23 01:59:08] "POST /neutron/subnet HTTP/1.1" 200 715 0.215848 10.0.0.22 - - [2026-03-23 01:59:08] "POST /useragent-kv HTTP/1.1" 200 115 0.006837 10.0.0.22 - - [2026-03-23 01:59:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.130942 10.0.0.22 - - [2026-03-23 01:59:08] "POST /neutron/network HTTP/1.1" 200 976 0.006119 10.0.0.22 - - [2026-03-23 01:59:08] "POST /id-to-fqname HTTP/1.1" 200 217 0.000971 10.0.0.22 - - [2026-03-23 01:59:08] "GET /virtual-network/c978d3b2-b85f-4181-9946-669b132a60d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.004256 10.0.0.22 - - [2026-03-23 01:59:08] "POST /neutron/network HTTP/1.1" 200 976 0.006793 10.0.0.22 - - [2026-03-23 01:59:08] "GET /virtual-network/c978d3b2-b85f-4181-9946-669b132a60d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005768 10.0.0.22 - - [2026-03-23 01:59:08] "POST /neutron/network HTTP/1.1" 200 976 0.008560 10.0.0.22 - - [2026-03-23 01:59:08] "POST /neutron/subnet HTTP/1.1" 200 715 0.006061 10.0.0.22 - - [2026-03-23 01:59:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.006865 10.0.0.22 - - [2026-03-23 01:59:08] "GET /projects?obj_uuids=92cc69ea-c862-483d-89ab-d4b16009f715&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000916 10.0.0.22 - - [2026-03-23 01:59:08] "POST /neutron/port HTTP/1.1" 200 1016 0.155348 10.0.0.22 - - [2026-03-23 01:59:09] "GET /projects?obj_uuids=92cc69ea-c862-483d-89ab-d4b16009f715&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000938 10.0.0.22 - - [2026-03-23 01:59:09] "POST /neutron/port HTTP/1.1" 200 1018 0.157315 10.0.0.22 - - [2026-03-23 01:59:09] "POST /id-to-fqname HTTP/1.1" 200 217 0.001055 10.0.0.22 - - [2026-03-23 01:59:09] "POST /neutron/port HTTP/1.1" 200 1016 0.007478 10.0.0.22 - - [2026-03-23 01:59:09] "POST /neutron/port HTTP/1.1" 200 1016 0.007534 10.0.0.22 - - [2026-03-23 01:59:09] "POST /neutron/network HTTP/1.1" 200 976 0.007021 10.0.0.22 - - [2026-03-23 01:59:09] "POST /neutron/port HTTP/1.1" 200 1016 0.006832 10.0.0.22 - - [2026-03-23 01:59:09] "POST /neutron/port HTTP/1.1" 200 117 0.004349 10.0.0.22 - - [2026-03-23 01:59:09] "POST /neutron/port HTTP/1.1" 200 117 0.004699 10.0.0.22 - - [2026-03-23 01:59:09] "POST /id-to-fqname HTTP/1.1" 200 217 0.001147 10.0.0.22 - - [2026-03-23 01:59:09] "POST /neutron/port HTTP/1.1" 200 117 0.004766 10.0.0.22 - - [2026-03-23 01:59:09] "POST /neutron/port HTTP/1.1" 200 1018 0.009072 10.0.0.22 - - [2026-03-23 01:59:09] "POST /neutron/port HTTP/1.1" 200 1018 0.008467 10.0.0.22 - - [2026-03-23 01:59:09] "POST /neutron/network HTTP/1.1" 200 976 0.007059 10.0.0.22 - - [2026-03-23 01:59:09] "POST /neutron/port HTTP/1.1" 200 1018 0.008663 10.0.0.22 - - [2026-03-23 01:59:09] "POST /neutron/port HTTP/1.1" 200 1016 0.009881 10.0.0.22 - - [2026-03-23 01:59:09] "POST /neutron/port HTTP/1.1" 200 1018 0.008370 10.0.0.22 - - [2026-03-23 01:59:09] "POST /neutron/port HTTP/1.1" 200 117 0.005233 10.0.0.22 - - [2026-03-23 01:59:09] "POST /neutron/port HTTP/1.1" 200 117 0.004251 10.0.0.22 - - [2026-03-23 01:59:09] "POST /neutron/port HTTP/1.1" 200 117 0.004268 10.0.0.22 - - [2026-03-23 01:59:10] "POST /neutron/port HTTP/1.1" 200 1016 0.010006 10.0.0.22 - - [2026-03-23 01:59:10] "POST /neutron/network HTTP/1.1" 200 986 0.004757 10.0.0.22 - - [2026-03-23 01:59:10] "POST /neutron/port HTTP/1.1" 200 1016 0.008431 10.0.0.22 - - [2026-03-23 01:59:10] "POST /neutron/port HTTP/1.1" 200 1018 0.011301 10.0.0.22 - - [2026-03-23 01:59:10] "POST /neutron/port HTTP/1.1" 200 1016 0.010520 10.0.0.22 - - [2026-03-23 01:59:10] "POST /neutron/network HTTP/1.1" 200 986 0.015567 10.0.0.22 - - [2026-03-23 01:59:10] "POST /neutron/port HTTP/1.1" 200 1018 0.027026 10.0.0.22 - - [2026-03-23 01:59:10] "POST /neutron/port HTTP/1.1" 200 1018 0.022671 10.0.0.22 - - [2026-03-23 01:59:10] "POST /neutron/port HTTP/1.1" 200 1108 0.162310 10.0.0.22 - - [2026-03-23 01:59:10] "POST /neutron/port HTTP/1.1" 200 1110 0.146374 10.0.0.22 - - [2026-03-23 01:59:10] "POST /neutron/port HTTP/1.1" 200 1118 0.033438 10.0.0.22 - - [2026-03-23 01:59:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002932 10.0.0.22 - - [2026-03-23 01:59:10] "POST /neutron/port HTTP/1.1" 200 1120 0.013608 10.0.0.22 - - [2026-03-23 01:59:10] "POST /neutron/subnet HTTP/1.1" 200 689 0.008097 10.0.0.22 - - [2026-03-23 01:59:10] "POST /neutron/port HTTP/1.1" 200 117 0.001120 10.0.0.22 - - [2026-03-23 01:59:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003676 10.0.0.22 - - [2026-03-23 01:59:10] "POST /neutron/network HTTP/1.1" 200 976 0.009187 10.0.0.22 - - [2026-03-23 01:59:10] "POST /neutron/subnet HTTP/1.1" 200 699 0.011662 10.0.0.22 - - [2026-03-23 01:59:10] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.22 - - [2026-03-23 01:59:10] "POST /neutron/network HTTP/1.1" 200 976 0.007573 10.0.0.22 - - [2026-03-23 01:59:15] "POST /neutron/port HTTP/1.1" 200 1118 0.010692 10.0.0.22 - - [2026-03-23 01:59:15] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006641 10.0.0.22 - - [2026-03-23 01:59:15] "POST /neutron/port HTTP/1.1" 200 1118 0.017414 10.0.0.22 - - [2026-03-23 01:59:15] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006320 10.0.0.22 - - [2026-03-23 01:59:15] "POST /neutron/port HTTP/1.1" 200 1118 0.011317 10.0.0.22 - - [2026-03-23 01:59:15] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005884 10.0.0.22 - - [2026-03-23 01:59:15] "GET /virtual-machine/0946d946-8d76-41ef-b48a-7019aea028c2 HTTP/1.1" 200 1283 0.004162 10.0.0.22 - - [2026-03-23 01:59:15] "GET /virtual-machine-interface/b132df3f-6ac2-4e7b-be0d-d0b37909d24c HTTP/1.1" 200 2925 0.004511 10.0.0.22 - - [2026-03-23 01:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002678 10.0.0.22 - - [2026-03-23 01:59:15] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003214 10.0.0.22 - - [2026-03-23 01:59:15] "GET /virtual-networks?parent_id=92cc69ea-c862-483d-89ab-d4b16009f715&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002912 10.0.0.22 - - [2026-03-23 01:59:15] "GET /virtual-network/c978d3b2-b85f-4181-9946-669b132a60d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005030 10.0.0.22 - - [2026-03-23 01:59:15] "DELETE /project/3cd5539870d24f629bcf57d054129f4a HTTP/1.1" 404 173 0.025152 10.0.0.22 - - [2026-03-23 01:59:15] "DELETE /project/3f263ec9b95d435bba45d11db16487d0 HTTP/1.1" 404 173 0.018566 10.0.0.22 - - [2026-03-23 01:59:15] "DELETE /project/e9dec5cd2af54d5488b1ad09a6fd788f HTTP/1.1" 404 173 0.013991 10.0.0.22 - - [2026-03-23 01:59:15] "DELETE /project/92cc69eac862483d89abd4b16009f715 HTTP/1.1" 404 173 0.011230 10.0.0.22 - - [2026-03-23 01:59:15] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001245 10.0.0.22 - - [2026-03-23 01:59:15] "GET /projects?obj_uuids=3cd55398-70d2-4f62-9bcf-57d054129f4a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001203 10.0.0.22 - - [2026-03-23 01:59:15] "GET /projects?obj_uuids=c16de20a-af5b-46d3-bcff-c2157030daec&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001080 10.0.0.22 - - [2026-03-23 01:59:15] "GET /projects?obj_uuids=e9dec5cd-2af5-4d54-88b1-ad09a6fd788f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001302 10.0.0.22 - - [2026-03-23 01:59:15] "GET /project/3f263ec9-b95d-435b-ba45-d11db16487d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.070319 10.0.0.22 - - [2026-03-23 01:59:15] "GET /project/3cd55398-70d2-4f62-9bcf-57d054129f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.066861 10.0.0.22 - - [2026-03-23 01:59:15] "GET /project/e9dec5cd-2af5-4d54-88b1-ad09a6fd788f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.070982 10.0.0.22 - - [2026-03-23 01:59:15] "GET /project/c16de20a-af5b-46d3-bcff-c2157030daec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.075612 10.0.0.22 - - [2026-03-23 01:59:15] "GET /projects?obj_uuids=c16de20a-af5b-46d3-bcff-c2157030daec&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001550 10.0.0.22 - - [2026-03-23 01:59:15] "GET /projects?obj_uuids=e9dec5cd-2af5-4d54-88b1-ad09a6fd788f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001600 10.0.0.22 - - [2026-03-23 01:59:15] "GET /projects?obj_uuids=3cd55398-70d2-4f62-9bcf-57d054129f4a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001070 10.0.0.22 - - [2026-03-23 01:59:15] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001014 10.0.0.22 - - [2026-03-23 01:59:15] "GET /project/c16de20a-af5b-46d3-bcff-c2157030daec?fields=security_groups HTTP/1.1" 200 1397 0.076838 10.0.0.22 - - [2026-03-23 01:59:15] "GET /project/3f263ec9-b95d-435b-ba45-d11db16487d0?fields=security_groups HTTP/1.1" 200 1399 0.090114 10.0.0.22 - - [2026-03-23 01:59:15] "GET /project/e9dec5cd-2af5-4d54-88b1-ad09a6fd788f?fields=security_groups HTTP/1.1" 200 1348 0.091123 10.0.0.22 - - [2026-03-23 01:59:15] "GET /project/3cd55398-70d2-4f62-9bcf-57d054129f4a?fields=security_groups HTTP/1.1" 200 1348 0.099340 10.0.0.22 - - [2026-03-23 01:59:15] "DELETE /access-control-list/e2c66df6-945c-48ab-9b70-f3182ccec77a HTTP/1.1" 200 115 0.075325 10.0.0.22 - - [2026-03-23 01:59:15] "DELETE /security-group/fb3baaf9-c4c4-4036-a90d-aec1cb5913e3 HTTP/1.1" 200 115 0.118495 10.0.0.22 - - [2026-03-23 01:59:15] "GET /projects?obj_uuids=c16de20a-af5b-46d3-bcff-c2157030daec&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001112 10.0.0.22 - - [2026-03-23 01:59:15] "DELETE /security-group/c983cfdc-74a6-426b-9b2b-5f7dced893f8 HTTP/1.1" 200 115 0.126683 10.0.0.22 - - [2026-03-23 01:59:15] "GET /projects?obj_uuids=3f263ec9-b95d-435b-ba45-d11db16487d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001440 10.0.0.22 - - [2026-03-23 01:59:15] "DELETE /security-group/4d480f75-c2fa-4a20-9bcb-724cdeacc025 HTTP/1.1" 200 115 0.135117 10.0.0.22 - - [2026-03-23 01:59:15] "GET /projects?obj_uuids=e9dec5cd-2af5-4d54-88b1-ad09a6fd788f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001505 10.0.0.22 - - [2026-03-23 01:59:15] "DELETE /security-group/127bd9a0-c576-48cf-893e-9b3be5a02986 HTTP/1.1" 200 115 0.152115 10.0.0.22 - - [2026-03-23 01:59:15] "DELETE /access-control-list/fc3fdb7e-08cd-4d5a-b093-be08de013d4e HTTP/1.1" 200 115 0.065217 10.0.0.22 - - [2026-03-23 01:59:15] "GET /project/c16de20a-af5b-46d3-bcff-c2157030daec?fields=application_policy_sets HTTP/1.1" 200 1436 0.062944 10.0.0.22 - - [2026-03-23 01:59:15] "GET /projects?obj_uuids=3cd55398-70d2-4f62-9bcf-57d054129f4a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001287 10.0.0.22 - - [2026-03-23 01:59:15] "GET /project/e9dec5cd-2af5-4d54-88b1-ad09a6fd788f?fields=application_policy_sets HTTP/1.1" 200 1387 0.064841 10.0.0.22 - - [2026-03-23 01:59:15] "GET /project/3f263ec9-b95d-435b-ba45-d11db16487d0?fields=application_policy_sets HTTP/1.1" 200 1438 0.093793 10.0.0.22 - - [2026-03-23 01:59:15] "DELETE /access-control-list/336ded67-1b7e-4df4-aa2e-4616b99f2f20 HTTP/1.1" 200 115 0.059611 10.0.0.22 - - [2026-03-23 01:59:15] "GET /project/3cd55398-70d2-4f62-9bcf-57d054129f4a?fields=application_policy_sets HTTP/1.1" 200 1387 0.103561 10.0.0.22 - - [2026-03-23 01:59:16] "DELETE /access-control-list/7bb35e50-278a-494d-b603-10a33e1cdcfb HTTP/1.1" 200 115 0.057189 10.0.0.22 - - [2026-03-23 01:59:16] "DELETE /access-control-list/dc22908f-286a-4db1-ba9b-56bfc9a25fef HTTP/1.1" 200 115 0.081082 10.0.0.22 - - [2026-03-23 01:59:16] "DELETE /project/c16de20a-af5b-46d3-bcff-c2157030daec HTTP/1.1" 200 115 0.674659 10.0.0.22 - - [2026-03-23 01:59:16] "DELETE /access-control-list/2ba3072c-299c-4a2e-89bd-98668639d1a6 HTTP/1.1" 200 115 0.049400 10.0.0.22 - - [2026-03-23 01:59:16] "DELETE /project/e9dec5cd-2af5-4d54-88b1-ad09a6fd788f HTTP/1.1" 200 115 0.713444 10.0.0.22 - - [2026-03-23 01:59:16] "DELETE /project/3f263ec9-b95d-435b-ba45-d11db16487d0 HTTP/1.1" 200 115 0.743782 10.0.0.22 - - [2026-03-23 01:59:16] "DELETE /access-control-list/3c99cdf1-8a7e-4ed5-9afb-436dd40199e2 HTTP/1.1" 200 115 0.042408 10.0.0.22 - - [2026-03-23 01:59:16] "DELETE /project/3cd55398-70d2-4f62-9bcf-57d054129f4a HTTP/1.1" 200 115 0.766443 10.0.0.22 - - [2026-03-23 01:59:16] "DELETE /access-control-list/3ce3a5e0-ba2d-472d-b616-402a5cd78843 HTTP/1.1" 200 115 0.029228 10.0.0.22 - - [2026-03-23 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.22 - - [2026-03-23 01:59:18] "GET /virtual-network/c978d3b2-b85f-4181-9946-669b132a60d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006331 10.0.0.22 - - [2026-03-23 01:59:19] "POST /neutron/port HTTP/1.1" 200 1118 0.011263 10.0.0.22 - - [2026-03-23 01:59:19] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004403 10.0.0.22 - - [2026-03-23 01:59:19] "POST /neutron/port HTTP/1.1" 200 1120 0.010180 10.0.0.22 - - [2026-03-23 01:59:19] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005345 10.0.0.22 - - [2026-03-23 01:59:20] "GET /obj-perms HTTP/1.1" 200 5056 0.056412 10.0.0.22 - - [2026-03-23 01:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002523 10.0.0.22 - - [2026-03-23 01:59:20] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002695 10.0.0.22 - - [2026-03-23 01:59:20] "GET /virtual-networks?parent_id=92cc69ea-c862-483d-89ab-d4b16009f715&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002629 10.0.0.22 - - [2026-03-23 01:59:20] "GET /virtual-network/c978d3b2-b85f-4181-9946-669b132a60d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006447 10.0.0.22 - - [2026-03-23 01:59:20] "GET /obj-perms HTTP/1.1" 200 5056 0.055662 10.0.0.22 - - [2026-03-23 01:59:20] "POST /neutron/port HTTP/1.1" 200 1120 0.010616 10.0.0.22 - - [2026-03-23 01:59:20] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005836 10.0.0.22 - - [2026-03-23 01:59:21] "POST /neutron/port HTTP/1.1" 200 1120 0.013438 10.0.0.22 - - [2026-03-23 01:59:21] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006356 10.0.0.22 - - [2026-03-23 01:59:21] "POST /neutron/port HTTP/1.1" 200 1120 0.010374 10.0.0.22 - - [2026-03-23 01:59:21] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005106 10.0.0.22 - - [2026-03-23 01:59:21] "GET /virtual-machine/67db685d-90fc-4b07-ad1a-3e42e62d19e3 HTTP/1.1" 200 1284 0.003736 10.0.0.22 - - [2026-03-23 01:59:21] "GET /virtual-machine-interface/4842aded-6030-4b0a-9691-97fbdda3a7ba HTTP/1.1" 200 2924 0.004153 10.0.0.22 - - [2026-03-23 01:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002437 10.0.0.22 - - [2026-03-23 01:59:21] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003107 10.0.0.22 - - [2026-03-23 01:59:21] "GET /virtual-networks?parent_id=92cc69ea-c862-483d-89ab-d4b16009f715&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002613 10.0.0.22 - - [2026-03-23 01:59:21] "GET /virtual-network/c978d3b2-b85f-4181-9946-669b132a60d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.004696 10.0.0.22 - - [2026-03-23 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.22 - - [2026-03-23 01:59:22] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002923 10.0.0.22 - - [2026-03-23 01:59:22] "GET /virtual-networks?parent_id=92cc69ea-c862-483d-89ab-d4b16009f715&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002549 10.0.0.22 - - [2026-03-23 01:59:22] "GET /virtual-network/c978d3b2-b85f-4181-9946-669b132a60d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.004937 10.0.0.22 - - [2026-03-23 01:59:22] "POST /neutron/port HTTP/1.1" 200 1120 0.012632 10.0.0.22 - - [2026-03-23 01:59:22] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005445 10.0.0.22 - - [2026-03-23 01:59:30] "POST /neutron/port HTTP/1.1" 200 1110 0.013338 10.0.0.22 - - [2026-03-23 01:59:30] "POST /neutron/port HTTP/1.1" 200 1110 0.009980 10.0.0.22 - - [2026-03-23 01:59:30] "POST /neutron/port HTTP/1.1" 200 151 0.089914 10.0.0.22 - - [2026-03-23 01:59:30] "POST /neutron/port HTTP/1.1" 200 1108 0.010682 10.0.0.22 - - [2026-03-23 01:59:30] "POST /neutron/port HTTP/1.1" 200 1108 0.008998 10.0.0.22 - - [2026-03-23 01:59:30] "POST /neutron/port HTTP/1.1" 200 151 0.095078 10.0.0.22 - - [2026-03-23 01:59:30] "POST /neutron/network HTTP/1.1" 200 976 0.006132 10.0.0.22 - - [2026-03-23 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.22 - - [2026-03-23 01:59:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001833 10.0.0.22 - - [2026-03-23 01:59:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001705 10.0.0.22 - - [2026-03-23 01:59:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001457 10.0.0.22 - - [2026-03-23 01:59:31] "POST /useragent-kv HTTP/1.1" 200 115 0.005520 10.0.0.22 - - [2026-03-23 01:59:31] "DELETE /route-target/84653a98-b28e-447d-9001-d3ecec5e5f6a HTTP/1.1" 200 115 0.025134 10.0.0.22 - - [2026-03-23 01:59:31] "POST /neutron/network HTTP/1.1" 200 151 0.096470 10.0.0.22 - - [2026-03-23 01:59:31] "GET /projects?obj_uuids=92cc69ea-c862-483d-89ab-d4b16009f715&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000989 10.0.0.22 - - [2026-03-23 01:59:31] "GET /project/92cc69ea-c862-483d-89ab-d4b16009f715?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.023823 10.0.0.22 - - [2026-03-23 01:59:31] "GET /projects?obj_uuids=92cc69ea-c862-483d-89ab-d4b16009f715&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000890 10.0.0.22 - - [2026-03-23 01:59:31] "GET /project/92cc69ea-c862-483d-89ab-d4b16009f715?fields=virtual_networks HTTP/1.1" 200 1024 0.067536 10.0.0.22 - - [2026-03-23 01:59:31] "GET /projects?obj_uuids=92cc69ea-c862-483d-89ab-d4b16009f715&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000908 10.0.0.22 - - [2026-03-23 01:59:31] "GET /project/92cc69ea-c862-483d-89ab-d4b16009f715?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.023455 10.0.0.22 - - [2026-03-23 01:59:31] "GET /projects?obj_uuids=92cc69ea-c862-483d-89ab-d4b16009f715&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001053 10.0.0.22 - - [2026-03-23 01:59:31] "GET /project/92cc69ea-c862-483d-89ab-d4b16009f715?fields=security_groups HTTP/1.1" 200 1246 0.024246 10.0.0.22 - - [2026-03-23 01:59:32] "POST /fqname-to-id HTTP/1.1" 404 186 0.030501 10.0.0.22 - - [2026-03-23 01:59:32] "GET /projects?obj_uuids=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002041 10.0.0.22 - - [2026-03-23 01:59:32] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001352 10.0.0.22 - - [2026-03-23 01:59:32] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008160 10.0.0.22 - - [2026-03-23 01:59:32] "POST /id-to-fqname HTTP/1.1" 200 188 0.001549 10.0.0.22 - - [2026-03-23 01:59:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.002822 10.0.0.22 - - [2026-03-23 01:59:32] "POST /security-groups HTTP/1.1" 200 589 0.064502 10.0.0.22 - - [2026-03-23 01:59:32] "POST /fqname-to-id HTTP/1.1" 404 232 0.001975 10.0.0.22 - - [2026-03-23 01:59:32] "POST /projects HTTP/1.1" 200 581 0.228744 10.0.0.22 - - [2026-03-23 01:59:32] "POST /access-control-lists HTTP/1.1" 200 594 0.058186 10.0.0.22 - - [2026-03-23 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.300539 10.0.0.22 - - [2026-03-23 01:59:32] "POST /fqname-to-id HTTP/1.1" 404 231 0.002340 10.0.0.22 - - [2026-03-23 01:59:32] "GET /project/0add560b-fdd6-4454-9076-09fd196309f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.426322 10.0.0.22 - - [2026-03-23 01:59:32] "POST /access-control-lists HTTP/1.1" 200 592 0.056336 10.0.0.22 - - [2026-03-23 01:59:33] "GET / HTTP/1.1" 200 35931 0.002336 10.0.0.22 - - [2026-03-23 01:59:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.22 - - [2026-03-23 01:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.053029 10.0.0.22 - - [2026-03-23 01:59:34] "GET /projects?obj_uuids=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001010 10.0.0.22 - - [2026-03-23 01:59:34] "GET /project/0add560b-fdd6-4454-9076-09fd196309f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.025044 10.0.0.22 - - [2026-03-23 01:59:35] "POST /neutron/network HTTP/1.1" 200 117 0.034792 10.0.0.22 - - [2026-03-23 01:59:35] "GET /projects?obj_uuids=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001242 10.0.0.22 - - [2026-03-23 01:59:35] "POST /neutron/network HTTP/1.1" 200 605 0.060618 10.0.0.22 - - [2026-03-23 01:59:35] "POST /route-targets HTTP/1.1" 200 327 0.008730 10.0.0.22 - - [2026-03-23 01:59:35] "POST /ref-update HTTP/1.1" 200 156 0.008980 10.0.0.22 - - [2026-03-23 01:59:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004745 10.0.0.22 - - [2026-03-23 01:59:35] "POST /neutron/subnet HTTP/1.1" 200 720 0.150170 10.0.0.22 - - [2026-03-23 01:59:35] "POST /neutron/network HTTP/1.1" 200 823 0.004881 10.0.0.22 - - [2026-03-23 01:59:35] "POST /id-to-fqname HTTP/1.1" 200 219 0.001063 10.0.0.22 - - [2026-03-23 01:59:35] "GET /virtual-network/9edafd6b-4379-4521-a884-da3817a26953?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004442 10.0.0.22 - - [2026-03-23 01:59:35] "POST /neutron/network HTTP/1.1" 200 823 0.005929 10.0.0.22 - - [2026-03-23 01:59:35] "GET /virtual-network/9edafd6b-4379-4521-a884-da3817a26953?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004184 10.0.0.22 - - [2026-03-23 01:59:35] "POST /neutron/network HTTP/1.1" 200 823 0.004723 10.0.0.22 - - [2026-03-23 01:59:35] "POST /neutron/subnet HTTP/1.1" 200 720 0.006588 10.0.0.22 - - [2026-03-23 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.22 - - [2026-03-23 01:59:35] "GET /projects?obj_uuids=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000980 10.0.0.22 - - [2026-03-23 01:59:35] "GET /project/0add560b-fdd6-4454-9076-09fd196309f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.028969 10.0.0.22 - - [2026-03-23 01:59:35] "POST /neutron/network HTTP/1.1" 200 117 0.007912 10.0.0.22 - - [2026-03-23 01:59:35] "GET /projects?obj_uuids=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000936 10.0.0.22 - - [2026-03-23 01:59:35] "POST /neutron/network HTTP/1.1" 200 605 0.097722 10.0.0.22 - - [2026-03-23 01:59:35] "POST /route-targets HTTP/1.1" 200 327 0.015125 10.0.0.22 - - [2026-03-23 01:59:35] "POST /ref-update HTTP/1.1" 200 156 0.014936 10.0.0.22 - - [2026-03-23 01:59:35] "POST /useragent-kv HTTP/1.1" 200 115 0.008874 10.0.0.22 - - [2026-03-23 01:59:35] "POST /neutron/subnet HTTP/1.1" 200 720 0.193416 10.0.0.22 - - [2026-03-23 01:59:35] "POST /neutron/network HTTP/1.1" 200 823 0.011760 10.0.0.22 - - [2026-03-23 01:59:35] "POST /id-to-fqname HTTP/1.1" 200 219 0.001485 10.0.0.22 - - [2026-03-23 01:59:35] "GET /virtual-network/396d13a9-e477-466d-a922-d39d117329be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006399 10.0.0.22 - - [2026-03-23 01:59:36] "POST /neutron/port HTTP/1.1" 200 117 0.004333 10.0.0.22 - - [2026-03-23 01:59:36] "POST /neutron/port HTTP/1.1" 400 205 0.003187 10.0.0.22 - - [2026-03-23 01:59:36] "POST /neutron/network HTTP/1.1" 200 823 0.005236 10.0.0.22 - - [2026-03-23 01:59:36] "GET /virtual-network/396d13a9-e477-466d-a922-d39d117329be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004255 10.0.0.22 - - [2026-03-23 01:59:36] "POST /neutron/port HTTP/1.1" 200 117 0.004057 10.0.0.22 - - [2026-03-23 01:59:36] "POST /neutron/network HTTP/1.1" 200 823 0.004037 10.0.0.22 - - [2026-03-23 01:59:36] "POST /neutron/port HTTP/1.1" 400 205 0.002493 10.0.0.22 - - [2026-03-23 01:59:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.005534 10.0.0.22 - - [2026-03-23 01:59:36] "POST /id-to-fqname HTTP/1.1" 200 219 0.000931 10.0.0.22 - - [2026-03-23 01:59:36] "POST /neutron/port HTTP/1.1" 200 117 0.005252 10.0.0.22 - - [2026-03-23 01:59:36] "POST /neutron/network HTTP/1.1" 200 833 0.005108 10.0.0.22 - - [2026-03-23 01:59:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000369 10.0.0.22 - - [2026-03-23 01:59:36] "GET / HTTP/1.1" 200 35931 0.001641 10.0.0.22 - - [2026-03-23 01:59:36] "GET /project/0add560b-fdd6-4454-9076-09fd196309f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000373 10.0.0.22 - - [2026-03-23 01:59:37] "GET /projects?obj_uuids=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001054 10.0.0.22 - - [2026-03-23 01:59:37] "GET /project/0add560b-fdd6-4454-9076-09fd196309f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.044623 10.0.0.22 - - [2026-03-23 01:59:37] "POST /neutron/network HTTP/1.1" 200 823 0.004804 10.0.0.22 - - [2026-03-23 01:59:37] "POST /neutron/port HTTP/1.1" 200 117 0.004162 10.0.0.22 - - [2026-03-23 01:59:37] "POST /neutron/port HTTP/1.1" 200 117 0.004792 10.0.0.22 - - [2026-03-23 01:59:37] "POST /id-to-fqname HTTP/1.1" 200 219 0.001343 10.0.0.22 - - [2026-03-23 01:59:37] "POST /neutron/port HTTP/1.1" 200 117 0.004170 10.0.0.22 - - [2026-03-23 01:59:37] "POST /neutron/network HTTP/1.1" 200 833 0.004648 10.0.0.22 - - [2026-03-23 01:59:37] "GET /aaa-mode HTTP/1.1" 401 292 0.000380 10.0.0.22 - - [2026-03-23 01:59:37] "POST /neutron/network HTTP/1.1" 200 833 0.004967 10.0.0.22 - - [2026-03-23 01:59:37] "GET /projects?obj_uuids=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000938 10.0.0.22 - - [2026-03-23 01:59:37] "GET / HTTP/1.1" 200 35931 0.011153 10.0.0.22 - - [2026-03-23 01:59:37] "GET /project/0add560b-fdd6-4454-9076-09fd196309f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000980 10.0.0.22 - - [2026-03-23 01:59:37] "POST /neutron/port HTTP/1.1" 200 1057 0.238493 10.0.0.22 - - [2026-03-23 01:59:37] "POST /neutron/port HTTP/1.1" 200 1057 0.015714 10.0.0.22 - - [2026-03-23 01:59:37] "POST /neutron/port HTTP/1.1" 200 1057 0.015085 10.0.0.22 - - [2026-03-23 01:59:37] "POST /neutron/port HTTP/1.1" 200 1111 0.075320 10.0.0.22 - - [2026-03-23 01:59:38] "POST /neutron/port HTTP/1.1" 200 1121 0.011421 10.0.0.22 - - [2026-03-23 01:59:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003254 10.0.0.22 - - [2026-03-23 01:59:38] "POST /neutron/subnet HTTP/1.1" 200 694 0.006859 10.0.0.22 - - [2026-03-23 01:59:38] "POST /neutron/port HTTP/1.1" 200 117 0.001273 10.0.0.22 - - [2026-03-23 01:59:38] "POST /neutron/network HTTP/1.1" 200 823 0.005523 10.0.0.22 - - [2026-03-23 01:59:38] "GET /projects?obj_uuids=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001484 10.0.0.22 - - [2026-03-23 01:59:38] "GET /project/0add560b-fdd6-4454-9076-09fd196309f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.049537 10.0.0.22 - - [2026-03-23 01:59:38] "POST /neutron/network HTTP/1.1" 200 823 0.005204 10.0.0.22 - - [2026-03-23 01:59:38] "POST /neutron/port HTTP/1.1" 200 1121 0.016837 10.0.0.22 - - [2026-03-23 01:59:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006641 10.0.0.22 - - [2026-03-23 01:59:38] "POST /neutron/port HTTP/1.1" 200 117 0.004887 10.0.0.22 - - [2026-03-23 01:59:38] "GET /projects?obj_uuids=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001140 10.0.0.22 - - [2026-03-23 01:59:38] "POST /neutron/router HTTP/1.1" 200 580 0.051880 10.0.0.22 - - [2026-03-23 01:59:38] "POST /neutron/router HTTP/1.1" 200 580 0.008572 10.0.0.22 - - [2026-03-23 01:59:38] "POST /route-targets HTTP/1.1" 200 327 0.023863 10.0.0.22 - - [2026-03-23 01:59:38] "GET /projects?obj_uuids=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002544 10.0.0.22 - - [2026-03-23 01:59:38] "PUT /logical-router/a2c5f089-d3bc-479f-add1-17a1511e049f HTTP/1.1" 200 262 0.049524 10.0.0.22 - - [2026-03-23 01:59:38] "POST /neutron/router HTTP/1.1" 200 344 0.281841 10.0.0.22 - - [2026-03-23 01:59:38] "POST /neutron/network HTTP/1.1" 200 833 0.022200 10.0.0.22 - - [2026-03-23 01:59:38] "POST /ref-update HTTP/1.1" 200 156 0.022963 10.0.0.22 - - [2026-03-23 01:59:38] "GET /projects?obj_uuids=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000861 10.0.0.22 - - [2026-03-23 01:59:38] "POST /neutron/port HTTP/1.1" 200 1121 0.016529 10.0.0.22 - - [2026-03-23 01:59:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012178 10.0.0.22 - - [2026-03-23 01:59:39] "POST /neutron/port HTTP/1.1" 200 1057 0.238578 10.0.0.22 - - [2026-03-23 01:59:39] "POST /neutron/port HTTP/1.1" 200 1057 0.011234 10.0.0.22 - - [2026-03-23 01:59:39] "POST /neutron/port HTTP/1.1" 200 1057 0.010612 10.0.0.22 - - [2026-03-23 01:59:39] "POST /neutron/port HTTP/1.1" 200 1111 0.078371 10.0.0.22 - - [2026-03-23 01:59:39] "POST /neutron/port HTTP/1.1" 200 1121 0.011632 10.0.0.22 - - [2026-03-23 01:59:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002943 10.0.0.22 - - [2026-03-23 01:59:39] "POST /neutron/subnet HTTP/1.1" 200 694 0.006287 10.0.0.22 - - [2026-03-23 01:59:39] "POST /neutron/port HTTP/1.1" 200 117 0.001243 10.0.0.22 - - [2026-03-23 01:59:39] "POST /neutron/network HTTP/1.1" 200 823 0.005009 10.0.0.22 - - [2026-03-23 01:59:43] "POST /neutron/port HTTP/1.1" 200 1121 0.010531 10.0.0.22 - - [2026-03-23 01:59:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005127 10.0.0.22 - - [2026-03-23 01:59:44] "POST /neutron/port HTTP/1.1" 200 1121 0.011408 10.0.0.22 - - [2026-03-23 01:59:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004985 10.0.0.22 - - [2026-03-23 01:59:44] "POST /neutron/port HTTP/1.1" 200 1121 0.012203 10.0.0.22 - - [2026-03-23 01:59:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006353 10.0.0.22 - - [2026-03-23 01:59:44] "GET /virtual-machine/c14ab08a-e659-4f67-89b4-bcf119b12eec HTTP/1.1" 401 292 0.000425 10.0.0.22 - - [2026-03-23 01:59:44] "GET /virtual-machine/c14ab08a-e659-4f67-89b4-bcf119b12eec HTTP/1.1" 200 1290 0.028395 10.0.0.22 - - [2026-03-23 01:59:44] "GET /virtual-machine-interface/47bd334f-4863-42e4-a897-118ff7ad9d25 HTTP/1.1" 200 2934 0.005047 10.0.0.22 - - [2026-03-23 01:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.22 - - [2026-03-23 01:59:44] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003006 10.0.0.22 - - [2026-03-23 01:59:44] "GET /virtual-networks?parent_id=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002592 10.0.0.22 - - [2026-03-23 01:59:44] "GET /virtual-network/9edafd6b-4379-4521-a884-da3817a26953?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005179 10.0.0.22 - - [2026-03-23 01:59:46] "POST /neutron/port HTTP/1.1" 200 1121 0.012692 10.0.0.22 - - [2026-03-23 01:59:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005995 10.0.0.22 - - [2026-03-23 01:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.22 - - [2026-03-23 01:59:47] "GET /virtual-network/9edafd6b-4379-4521-a884-da3817a26953?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005006 10.0.0.22 - - [2026-03-23 01:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.22 - - [2026-03-23 01:59:51] "GET /virtual-network/9edafd6b-4379-4521-a884-da3817a26953?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004779 10.0.0.22 - - [2026-03-23 01:59:53] "POST /neutron/port HTTP/1.1" 200 1121 0.013769 10.0.0.22 - - [2026-03-23 01:59:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006148 10.0.0.22 - - [2026-03-23 01:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002535 10.0.0.22 - - [2026-03-23 01:59:53] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002726 10.0.0.22 - - [2026-03-23 01:59:54] "GET /virtual-networks?parent_id=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002521 10.0.0.22 - - [2026-03-23 01:59:54] "GET /virtual-network/9edafd6b-4379-4521-a884-da3817a26953?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004587 10.0.0.22 - - [2026-03-23 01:59:54] "POST /neutron/port HTTP/1.1" 200 1121 0.011343 10.0.0.22 - - [2026-03-23 01:59:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005290 10.0.0.22 - - [2026-03-23 01:59:54] "POST /neutron/port HTTP/1.1" 200 1121 0.012309 10.0.0.22 - - [2026-03-23 01:59:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005682 10.0.0.22 - - [2026-03-23 01:59:54] "POST /neutron/port HTTP/1.1" 200 1121 0.012505 10.0.0.22 - - [2026-03-23 01:59:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005139 10.0.0.22 - - [2026-03-23 01:59:54] "GET /virtual-machine/a44f5494-f52d-4e5e-82fa-a914adee9c91 HTTP/1.1" 200 1290 0.003895 10.0.0.22 - - [2026-03-23 01:59:54] "GET /virtual-machine-interface/a167c1fd-72af-45f6-9101-1dce181cfc81 HTTP/1.1" 200 2935 0.005562 10.0.0.22 - - [2026-03-23 01:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002577 10.0.0.22 - - [2026-03-23 01:59:54] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002684 10.0.0.22 - - [2026-03-23 01:59:54] "GET /virtual-networks?parent_id=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002711 10.0.0.22 - - [2026-03-23 01:59:54] "GET /virtual-network/396d13a9-e477-466d-a922-d39d117329be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004843 10.0.0.22 - - [2026-03-23 01:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002493 10.0.0.22 - - [2026-03-23 01:59:55] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003143 10.0.0.22 - - [2026-03-23 01:59:55] "GET /virtual-networks?parent_id=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002385 10.0.0.22 - - [2026-03-23 01:59:55] "GET /virtual-network/396d13a9-e477-466d-a922-d39d117329be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005265 10.0.0.22 - - [2026-03-23 01:59:55] "POST /neutron/port HTTP/1.1" 200 1121 0.011713 10.0.0.22 - - [2026-03-23 01:59:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.016856 10.0.0.22 - - [2026-03-23 02:00:06] "POST /neutron/router HTTP/1.1" 200 580 0.003571 10.0.0.22 - - [2026-03-23 02:00:06] "GET /projects?obj_uuids=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001257 10.0.0.22 - - [2026-03-23 02:00:06] "POST /neutron/router HTTP/1.1" 200 344 0.184333 10.0.0.22 - - [2026-03-23 02:00:06] "POST /neutron/port HTTP/1.1" 200 1918 0.015032 10.0.0.22 - - [2026-03-23 02:00:06] "POST /ref-update HTTP/1.1" 200 156 0.007420 10.0.0.22 - - [2026-03-23 02:00:09] "POST /neutron/port HTTP/1.1" 200 1121 0.016935 10.0.0.22 - - [2026-03-23 02:00:09] "POST /neutron/port HTTP/1.1" 200 1121 0.012050 10.0.0.22 - - [2026-03-23 02:00:09] "POST /neutron/network HTTP/1.1" 200 833 0.004685 10.0.0.22 - - [2026-03-23 02:00:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002960 10.0.0.22 - - [2026-03-23 02:00:09] "POST /neutron/subnet HTTP/1.1" 200 694 0.006178 10.0.0.22 - - [2026-03-23 02:00:09] "POST /neutron/port HTTP/1.1" 200 117 0.001104 10.0.0.22 - - [2026-03-23 02:00:09] "POST /neutron/network HTTP/1.1" 200 823 0.004518 10.0.0.22 - - [2026-03-23 02:00:12] "POST /neutron/router HTTP/1.1" 200 580 0.003415 10.0.0.22 - - [2026-03-23 02:00:12] "POST /ref-update HTTP/1.1" 200 156 0.009289 10.0.0.22 - - [2026-03-23 02:00:12] "POST /neutron/router HTTP/1.1" 200 344 0.088661 10.0.0.22 - - [2026-03-23 02:00:16] "POST /neutron/router HTTP/1.1" 200 580 0.004411 10.0.0.22 - - [2026-03-23 02:00:16] "GET /projects?obj_uuids=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001779 10.0.0.22 - - [2026-03-23 02:00:16] "DELETE /project/0add560bfdd64454907609fd196309f0 HTTP/1.1" 404 173 0.005937 10.0.0.22 - - [2026-03-23 02:00:16] "GET /projects?obj_uuids=92cc69ea-c862-483d-89ab-d4b16009f715&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000914 10.0.0.22 - - [2026-03-23 02:00:16] "GET /project/92cc69ea-c862-483d-89ab-d4b16009f715?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.034340 10.0.0.22 - - [2026-03-23 02:00:16] "GET /projects?obj_uuids=92cc69ea-c862-483d-89ab-d4b16009f715&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000877 10.0.0.22 - - [2026-03-23 02:00:16] "POST /neutron/router HTTP/1.1" 200 344 0.231390 10.0.0.22 - - [2026-03-23 02:00:16] "POST /ref-update HTTP/1.1" 200 156 0.011547 10.0.0.22 - - [2026-03-23 02:00:16] "GET /project/92cc69ea-c862-483d-89ab-d4b16009f715?fields=security_groups HTTP/1.1" 200 1351 0.094060 10.0.0.22 - - [2026-03-23 02:00:16] "DELETE /security-group/5249d6d3-b860-47b5-b152-c9fe476063be HTTP/1.1" 200 115 0.029763 10.0.0.22 - - [2026-03-23 02:00:16] "GET /projects?obj_uuids=92cc69ea-c862-483d-89ab-d4b16009f715&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002312 10.0.0.22 - - [2026-03-23 02:00:16] "DELETE /access-control-list/3ece2e67-e30a-47af-924e-2876af7d9214 HTTP/1.1" 200 115 0.031245 10.0.0.22 - - [2026-03-23 02:00:16] "GET /project/92cc69ea-c862-483d-89ab-d4b16009f715?fields=application_policy_sets HTTP/1.1" 200 1390 0.035907 10.0.0.22 - - [2026-03-23 02:00:16] "DELETE /access-control-list/ff62b931-6d66-4df3-99d3-9e655b8dec20 HTTP/1.1" 200 115 0.026185 10.0.0.22 - - [2026-03-23 02:00:16] "DELETE /project/92cc69ea-c862-483d-89ab-d4b16009f715 HTTP/1.1" 200 115 0.335661 10.0.0.22 - - [2026-03-23 02:00:18] "POST /neutron/router HTTP/1.1" 200 580 0.005029 10.0.0.22 - - [2026-03-23 02:00:18] "POST /ref-update HTTP/1.1" 200 156 0.011227 10.0.0.22 - - [2026-03-23 02:00:18] "POST /neutron/router HTTP/1.1" 200 344 0.104930 10.0.0.22 - - [2026-03-23 02:00:18] "POST /neutron/router HTTP/1.1" 200 580 0.005594 10.0.0.22 - - [2026-03-23 02:00:18] "POST /ref-update HTTP/1.1" 200 156 0.019065 10.0.0.22 - - [2026-03-23 02:00:18] "POST /neutron/router HTTP/1.1" 200 344 0.097685 10.0.0.22 - - [2026-03-23 02:00:18] "POST /neutron/router HTTP/1.1" 200 580 0.004721 10.0.0.22 - - [2026-03-23 02:00:18] "GET /logical-router/a2c5f089-d3bc-479f-add1-17a1511e049f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004701 10.0.0.22 - - [2026-03-23 02:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.22 - - [2026-03-23 02:00:18] "POST /neutron/router HTTP/1.1" 200 151 0.050132 10.0.0.22 - - [2026-03-23 02:00:18] "DELETE /route-target/605a88ca-70cc-45c5-8db8-c6ebb850940a HTTP/1.1" 200 115 0.024151 10.0.0.22 - - [2026-03-23 02:00:19] "POST /neutron/network HTTP/1.1" 200 823 0.009813 10.0.0.22 - - [2026-03-23 02:00:19] "POST /neutron/network HTTP/1.1" 400 204 0.012218 10.0.0.22 - - [2026-03-23 02:00:19] "POST /neutron/port HTTP/1.1" 200 1121 0.012099 10.0.0.22 - - [2026-03-23 02:00:19] "POST /neutron/port HTTP/1.1" 200 1111 0.009041 10.0.0.22 - - [2026-03-23 02:00:19] "POST /neutron/port HTTP/1.1" 200 151 0.095140 10.0.0.22 - - [2026-03-23 02:00:19] "POST /neutron/port HTTP/1.1" 200 1121 0.013819 10.0.0.22 - - [2026-03-23 02:00:19] "POST /neutron/port HTTP/1.1" 200 1111 0.009997 10.0.0.22 - - [2026-03-23 02:00:19] "POST /neutron/port HTTP/1.1" 200 151 0.094554 10.0.0.22 - - [2026-03-23 02:00:21] "POST /neutron/network HTTP/1.1" 200 823 0.006068 10.0.0.22 - - [2026-03-23 02:00:21] "GET /obj-perms HTTP/1.1" 200 5056 0.070657 10.0.0.22 - - [2026-03-23 02:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.22 - - [2026-03-23 02:00:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003664 10.0.0.22 - - [2026-03-23 02:00:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002252 10.0.0.22 - - [2026-03-23 02:00:21] "POST /neutron/network HTTP/1.1" 200 151 0.090323 10.0.0.22 - - [2026-03-23 02:00:21] "DELETE /route-target/dbf572ab-1ff9-4718-abbf-81aa8bfd3c92 HTTP/1.1" 200 115 0.021575 10.0.0.22 - - [2026-03-23 02:00:21] "POST /neutron/network HTTP/1.1" 200 823 0.006351 10.0.0.22 - - [2026-03-23 02:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005210 10.0.0.22 - - [2026-03-23 02:00:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003636 10.0.0.22 - - [2026-03-23 02:00:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002344 10.0.0.22 - - [2026-03-23 02:00:21] "POST /neutron/network HTTP/1.1" 200 151 0.115322 10.0.0.22 - - [2026-03-23 02:00:21] "DELETE /route-target/5305a38c-750a-451a-a3cc-be8661d26778 HTTP/1.1" 200 115 0.028156 10.0.0.22 - - [2026-03-23 02:00:21] "GET /obj-perms HTTP/1.1" 200 5056 0.051647 10.0.0.22 - - [2026-03-23 02:00:21] "GET /projects?obj_uuids=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000948 10.0.0.22 - - [2026-03-23 02:00:21] "GET /project/0add560b-fdd6-4454-9076-09fd196309f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.026519 10.0.0.22 - - [2026-03-23 02:00:21] "GET /projects?obj_uuids=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.22 - - [2026-03-23 02:00:21] "GET /project/0add560b-fdd6-4454-9076-09fd196309f0?fields=virtual_networks HTTP/1.1" 200 1027 0.063582 10.0.0.22 - - [2026-03-23 02:00:21] "GET /projects?obj_uuids=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000991 10.0.0.22 - - [2026-03-23 02:00:21] "GET /project/0add560b-fdd6-4454-9076-09fd196309f0?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.029033 10.0.0.22 - - [2026-03-23 02:00:21] "GET /projects?obj_uuids=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000973 10.0.0.22 - - [2026-03-23 02:00:21] "GET /project/0add560b-fdd6-4454-9076-09fd196309f0?fields=security_groups HTTP/1.1" 200 1251 0.021737 10.0.0.22 - - [2026-03-23 02:00:22] "POST /fqname-to-id HTTP/1.1" 404 191 0.025024 10.0.0.22 - - [2026-03-23 02:00:22] "GET /projects?obj_uuids=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001960 10.0.0.22 - - [2026-03-23 02:00:22] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000883 10.0.0.22 - - [2026-03-23 02:00:22] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005865 10.0.0.22 - - [2026-03-23 02:00:22] "POST /id-to-fqname HTTP/1.1" 200 193 0.001834 10.0.0.22 - - [2026-03-23 02:00:22] "POST /fqname-to-id HTTP/1.1" 404 202 0.002935 10.0.0.22 - - [2026-03-23 02:00:23] "POST /security-groups HTTP/1.1" 200 594 0.060135 10.0.0.22 - - [2026-03-23 02:00:23] "POST /fqname-to-id HTTP/1.1" 404 237 0.002225 10.0.0.22 - - [2026-03-23 02:00:23] "POST /projects HTTP/1.1" 200 591 0.201736 10.0.0.22 - - [2026-03-23 02:00:23] "POST /access-control-lists HTTP/1.1" 200 599 0.055821 10.0.0.22 - - [2026-03-23 02:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.270484 10.0.0.22 - - [2026-03-23 02:00:23] "POST /fqname-to-id HTTP/1.1" 404 236 0.002782 10.0.0.22 - - [2026-03-23 02:00:23] "GET /project/b2c06ca4-1ae6-4108-a7e4-24cca3f73223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.386717 10.0.0.22 - - [2026-03-23 02:00:23] "POST /access-control-lists HTTP/1.1" 200 597 0.060810 10.0.0.22 - - [2026-03-23 02:00:24] "GET / HTTP/1.1" 200 35931 0.002070 10.0.0.22 - - [2026-03-23 02:00:25] "GET /project/b2c06ca4-1ae6-4108-a7e4-24cca3f73223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000526 10.0.0.22 - - [2026-03-23 02:00:25] "GET /projects?obj_uuids=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001377 10.0.0.22 - - [2026-03-23 02:00:25] "GET /project/b2c06ca4-1ae6-4108-a7e4-24cca3f73223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.052928 10.0.0.22 - - [2026-03-23 02:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.22 - - [2026-03-23 02:00:25] "GET /security-group/4feba4bd-6c75-45d2-a192-72b7aab06cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004981 10.0.0.22 - - [2026-03-23 02:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002511 10.0.0.22 - - [2026-03-23 02:00:25] "GET /projects?obj_uuids=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001239 10.0.0.22 - - [2026-03-23 02:00:25] "GET /project/b2c06ca4-1ae6-4108-a7e4-24cca3f73223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.023495 10.0.0.22 - - [2026-03-23 02:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.22 - - [2026-03-23 02:00:25] "GET /security-group/4feba4bd-6c75-45d2-a192-72b7aab06cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.003433 10.0.0.22 - - [2026-03-23 02:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002450 10.0.0.22 - - [2026-03-23 02:00:25] "PUT /security-group/4feba4bd-6c75-45d2-a192-72b7aab06cf1 HTTP/1.1" 200 262 0.011419 10.0.0.22 - - [2026-03-23 02:00:25] "PUT /access-control-list/db224ebe-cbb8-4fe2-8c79-e2e6a5b7f55a HTTP/1.1" 200 272 0.008111 10.0.0.22 - - [2026-03-23 02:00:25] "PUT /access-control-list/8a7e80fa-1090-4b1c-b552-5ea69636d8e3 HTTP/1.1" 200 272 0.007795 10.0.0.22 - - [2026-03-23 02:00:26] "POST /fqname-to-id HTTP/1.1" 404 202 0.002506 10.0.0.22 - - [2026-03-23 02:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002477 10.0.0.22 - - [2026-03-23 02:00:26] "GET /projects?obj_uuids=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001337 10.0.0.22 - - [2026-03-23 02:00:26] "GET /project/b2c06ca4-1ae6-4108-a7e4-24cca3f73223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.022977 10.0.0.22 - - [2026-03-23 02:00:26] "POST /neutron/network HTTP/1.1" 200 117 0.031329 10.0.0.22 - - [2026-03-23 02:00:26] "GET /projects?obj_uuids=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001165 10.0.0.22 - - [2026-03-23 02:00:26] "POST /neutron/network HTTP/1.1" 200 608 0.082294 10.0.0.22 - - [2026-03-23 02:00:26] "POST /route-targets HTTP/1.1" 200 327 0.009642 10.0.0.22 - - [2026-03-23 02:00:26] "POST /ref-update HTTP/1.1" 200 156 0.013281 10.0.0.22 - - [2026-03-23 02:00:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002133 10.0.0.22 - - [2026-03-23 02:00:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.162303 10.0.0.22 - - [2026-03-23 02:00:26] "POST /neutron/network HTTP/1.1" 200 828 0.004579 10.0.0.22 - - [2026-03-23 02:00:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001044 10.0.0.22 - - [2026-03-23 02:00:26] "GET /virtual-network/bf6cbdb5-f86d-4e5e-8262-73e94a24e523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004058 10.0.0.22 - - [2026-03-23 02:00:26] "POST /neutron/network HTTP/1.1" 200 828 0.005084 10.0.0.22 - - [2026-03-23 02:00:26] "GET /virtual-network/bf6cbdb5-f86d-4e5e-8262-73e94a24e523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006027 10.0.0.22 - - [2026-03-23 02:00:26] "POST /neutron/network HTTP/1.1" 200 828 0.004627 10.0.0.22 - - [2026-03-23 02:00:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.005781 10.0.0.22 - - [2026-03-23 02:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002130 10.0.0.22 - - [2026-03-23 02:00:26] "GET /projects?obj_uuids=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000962 10.0.0.22 - - [2026-03-23 02:00:26] "GET /project/b2c06ca4-1ae6-4108-a7e4-24cca3f73223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.025241 10.0.0.22 - - [2026-03-23 02:00:26] "POST /neutron/network HTTP/1.1" 200 117 0.009388 10.0.0.22 - - [2026-03-23 02:00:26] "GET /projects?obj_uuids=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000950 10.0.0.22 - - [2026-03-23 02:00:26] "POST /neutron/network HTTP/1.1" 200 615 0.077642 10.0.0.22 - - [2026-03-23 02:00:26] "POST /route-targets HTTP/1.1" 200 327 0.012759 10.0.0.22 - - [2026-03-23 02:00:26] "POST /ref-update HTTP/1.1" 200 156 0.012491 10.0.0.22 - - [2026-03-23 02:00:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003495 10.0.0.22 - - [2026-03-23 02:00:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.168360 10.0.0.22 - - [2026-03-23 02:00:27] "POST /neutron/network HTTP/1.1" 200 833 0.004747 10.0.0.22 - - [2026-03-23 02:00:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001040 10.0.0.22 - - [2026-03-23 02:00:27] "GET /virtual-network/5f22a401-9a32-4df7-b417-33c4bae9d205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004347 10.0.0.22 - - [2026-03-23 02:00:27] "POST /neutron/network HTTP/1.1" 200 833 0.004740 10.0.0.22 - - [2026-03-23 02:00:27] "GET /virtual-network/5f22a401-9a32-4df7-b417-33c4bae9d205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004748 10.0.0.22 - - [2026-03-23 02:00:27] "POST /neutron/network HTTP/1.1" 200 833 0.005114 10.0.0.22 - - [2026-03-23 02:00:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.006084 10.0.0.22 - - [2026-03-23 02:00:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001262 10.0.0.22 - - [2026-03-23 02:00:27] "POST /neutron/network HTTP/1.1" 200 838 0.004919 10.0.0.22 - - [2026-03-23 02:00:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000421 10.0.0.22 - - [2026-03-23 02:00:27] "GET / HTTP/1.1" 200 35931 0.001875 10.0.0.22 - - [2026-03-23 02:00:27] "GET /project/b2c06ca4-1ae6-4108-a7e4-24cca3f73223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000367 10.0.0.22 - - [2026-03-23 02:00:28] "GET /projects?obj_uuids=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000988 10.0.0.22 - - [2026-03-23 02:00:28] "GET /project/b2c06ca4-1ae6-4108-a7e4-24cca3f73223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.047616 10.0.0.22 - - [2026-03-23 02:00:28] "POST /neutron/network HTTP/1.1" 200 828 0.005839 10.0.0.22 - - [2026-03-23 02:00:28] "POST /neutron/port HTTP/1.1" 200 117 0.004361 10.0.0.22 - - [2026-03-23 02:00:28] "POST /neutron/port HTTP/1.1" 200 117 0.005254 10.0.0.22 - - [2026-03-23 02:00:28] "POST /id-to-fqname HTTP/1.1" 200 227 0.001283 10.0.0.22 - - [2026-03-23 02:00:28] "POST /neutron/port HTTP/1.1" 200 117 0.004463 10.0.0.22 - - [2026-03-23 02:00:28] "POST /neutron/network HTTP/1.1" 200 843 0.004950 10.0.0.22 - - [2026-03-23 02:00:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000449 10.0.0.22 - - [2026-03-23 02:00:28] "POST /neutron/network HTTP/1.1" 200 838 0.004966 10.0.0.22 - - [2026-03-23 02:00:28] "GET /projects?obj_uuids=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001508 10.0.0.22 - - [2026-03-23 02:00:28] "GET / HTTP/1.1" 200 35931 0.001616 10.0.0.22 - - [2026-03-23 02:00:28] "GET /project/b2c06ca4-1ae6-4108-a7e4-24cca3f73223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000346 10.0.0.22 - - [2026-03-23 02:00:28] "POST /neutron/port HTTP/1.1" 200 1064 0.184573 10.0.0.22 - - [2026-03-23 02:00:28] "POST /neutron/port HTTP/1.1" 200 1064 0.009517 10.0.0.22 - - [2026-03-23 02:00:28] "POST /neutron/port HTTP/1.1" 200 1064 0.010007 10.0.0.22 - - [2026-03-23 02:00:29] "POST /neutron/port HTTP/1.1" 200 1118 0.061821 10.0.0.22 - - [2026-03-23 02:00:29] "POST /neutron/port HTTP/1.1" 200 1128 0.012537 10.0.0.22 - - [2026-03-23 02:00:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002884 10.0.0.22 - - [2026-03-23 02:00:29] "POST /neutron/subnet HTTP/1.1" 200 703 0.010938 10.0.0.22 - - [2026-03-23 02:00:29] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.22 - - [2026-03-23 02:00:29] "POST /neutron/network HTTP/1.1" 200 828 0.005339 10.0.0.22 - - [2026-03-23 02:00:29] "GET /projects?obj_uuids=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001386 10.0.0.22 - - [2026-03-23 02:00:29] "GET /project/b2c06ca4-1ae6-4108-a7e4-24cca3f73223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.050353 10.0.0.22 - - [2026-03-23 02:00:29] "POST /neutron/network HTTP/1.1" 200 833 0.005025 10.0.0.22 - - [2026-03-23 02:00:29] "POST /neutron/port HTTP/1.1" 200 1128 0.020982 10.0.0.22 - - [2026-03-23 02:00:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005866 10.0.0.22 - - [2026-03-23 02:00:29] "POST /neutron/port HTTP/1.1" 200 117 0.004565 10.0.0.22 - - [2026-03-23 02:00:29] "GET /projects?obj_uuids=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001166 10.0.0.22 - - [2026-03-23 02:00:29] "POST /neutron/router HTTP/1.1" 200 585 0.065500 10.0.0.22 - - [2026-03-23 02:00:29] "POST /neutron/router HTTP/1.1" 200 585 0.006459 10.0.0.22 - - [2026-03-23 02:00:29] "POST /route-targets HTTP/1.1" 200 327 0.024503 10.0.0.22 - - [2026-03-23 02:00:29] "POST /neutron/router HTTP/1.1" 200 656 0.053305 10.0.0.22 - - [2026-03-23 02:00:29] "GET /logical-router/f2259999-fc5f-45e9-b5e1-de24fb79ed91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.006203 10.0.0.22 - - [2026-03-23 02:00:29] "PUT /logical-router/f2259999-fc5f-45e9-b5e1-de24fb79ed91 HTTP/1.1" 200 262 0.044512 10.0.0.22 - - [2026-03-23 02:00:29] "POST /neutron/router HTTP/1.1" 200 656 0.008002 10.0.0.22 - - [2026-03-23 02:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.22 - - [2026-03-23 02:00:29] "GET /projects?obj_uuids=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001052 10.0.0.22 - - [2026-03-23 02:00:29] "GET /service-template/08344244-28df-4ecb-982b-0d24a6c8fa43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004249 10.0.0.22 - - [2026-03-23 02:00:29] "POST /fqname-to-id HTTP/1.1" 404 215 0.002384 10.0.0.22 - - [2026-03-23 02:00:29] "POST /neutron/network HTTP/1.1" 200 843 0.010687 10.0.0.22 - - [2026-03-23 02:00:29] "GET /projects?obj_uuids=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001014 10.0.0.22 - - [2026-03-23 02:00:30] "POST /neutron/router HTTP/1.1" 200 344 0.386450 10.0.0.22 - - [2026-03-23 02:00:30] "POST /useragent-kv HTTP/1.1" 200 115 0.014914 10.0.0.22 - - [2026-03-23 02:00:30] "POST /virtual-networks HTTP/1.1" 200 694 0.277134 10.0.0.22 - - [2026-03-23 02:00:30] "POST /ref-update HTTP/1.1" 200 156 0.031768 10.0.0.22 - - [2026-03-23 02:00:30] "POST /route-targets HTTP/1.1" 200 327 0.076190 10.0.0.22 - - [2026-03-23 02:00:30] "POST /neutron/port HTTP/1.1" 200 1128 0.084325 10.0.0.22 - - [2026-03-23 02:00:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.043602 10.0.0.22 - - [2026-03-23 02:00:30] "POST /service-instances HTTP/1.1" 200 670 0.167508 10.0.0.22 - - [2026-03-23 02:00:30] "POST /ref-update HTTP/1.1" 200 156 0.080789 10.0.0.22 - - [2026-03-23 02:00:30] "POST /route-tables HTTP/1.1" 200 582 0.043591 10.0.0.22 - - [2026-03-23 02:00:30] "POST /neutron/port HTTP/1.1" 200 1062 0.523731 10.0.0.22 - - [2026-03-23 02:00:30] "POST /neutron/port HTTP/1.1" 200 1062 0.021083 10.0.0.22 - - [2026-03-23 02:00:30] "PUT /logical-router/f2259999-fc5f-45e9-b5e1-de24fb79ed91 HTTP/1.1" 200 262 0.048705 10.0.0.22 - - [2026-03-23 02:00:30] "POST /neutron/port HTTP/1.1" 200 1062 0.035693 10.0.0.22 - - [2026-03-23 02:00:30] "POST /ref-update HTTP/1.1" 200 156 0.026746 10.0.0.22 - - [2026-03-23 02:00:30] "POST /neutron/port HTTP/1.1" 200 1116 0.098203 10.0.0.22 - - [2026-03-23 02:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.22 - - [2026-03-23 02:00:30] "POST /neutron/port HTTP/1.1" 200 1126 0.016941 10.0.0.22 - - [2026-03-23 02:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.22 - - [2026-03-23 02:00:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004385 10.0.0.22 - - [2026-03-23 02:00:30] "POST /neutron/subnet HTTP/1.1" 200 694 0.006935 10.0.0.22 - - [2026-03-23 02:00:30] "POST /neutron/port HTTP/1.1" 200 117 0.003179 10.0.0.22 - - [2026-03-23 02:00:30] "POST /virtual-machines HTTP/1.1" 200 553 0.026698 10.0.0.22 - - [2026-03-23 02:00:30] "POST /neutron/network HTTP/1.1" 200 833 0.006932 10.0.0.22 - - [2026-03-23 02:00:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.087409 10.0.0.22 - - [2026-03-23 02:00:30] "POST /chown HTTP/1.1" 200 109 0.007158 10.0.0.22 - - [2026-03-23 02:00:31] "POST /instance-ips HTTP/1.1" 200 551 0.018087 10.0.0.22 - - [2026-03-23 02:00:31] "POST /instance-ips HTTP/1.1" 400 246 0.014596 10.0.0.22 - - [2026-03-23 02:00:31] "POST /chown HTTP/1.1" 200 109 0.008963 10.0.0.22 - - [2026-03-23 02:00:31] "PUT /virtual-machine-interface/087cb7d2-a493-473e-a019-bb4ea11c42b9 HTTP/1.1" 200 284 0.009678 10.0.0.22 - - [2026-03-23 02:00:31] "PUT /instance-ip/eb96d84c-3aad-4cdf-ab26-ddb2724ad876 HTTP/1.1" 200 256 0.010333 10.0.0.22 - - [2026-03-23 02:00:31] "POST /ref-update HTTP/1.1" 200 156 0.009857 10.0.0.22 - - [2026-03-23 02:00:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.079895 10.0.0.22 - - [2026-03-23 02:00:31] "POST /chown HTTP/1.1" 200 109 0.006813 10.0.0.22 - - [2026-03-23 02:00:31] "POST /instance-ips HTTP/1.1" 200 549 0.027562 10.0.0.22 - - [2026-03-23 02:00:31] "POST /instance-ips HTTP/1.1" 400 316 0.018803 10.0.0.22 - - [2026-03-23 02:00:31] "POST /chown HTTP/1.1" 200 109 0.007989 10.0.0.22 - - [2026-03-23 02:00:31] "PUT /virtual-machine-interface/1bb87165-ed51-4aad-a0dd-0a07bd28e788 HTTP/1.1" 200 284 0.020447 10.0.0.22 - - [2026-03-23 02:00:31] "PUT /instance-ip/2edb17e4-a684-4003-b357-f6ab3d63e9fc HTTP/1.1" 200 256 0.012880 10.0.0.22 - - [2026-03-23 02:00:31] "POST /ref-update HTTP/1.1" 200 156 0.020304 10.0.0.22 - - [2026-03-23 02:00:31] "POST /ref-update HTTP/1.1" 200 156 0.010449 10.0.0.22 - - [2026-03-23 02:00:31] "PUT /routing-instance/e9e15a6c-fb84-404d-bd26-77196e6e2469 HTTP/1.1" 200 266 0.016392 10.0.0.22 - - [2026-03-23 02:00:31] "POST /ref-update HTTP/1.1" 200 156 0.018085 10.0.0.22 - - [2026-03-23 02:00:31] "POST /virtual-machines HTTP/1.1" 200 553 0.011406 10.0.0.22 - - [2026-03-23 02:00:32] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.093474 10.0.0.22 - - [2026-03-23 02:00:32] "POST /chown HTTP/1.1" 200 109 0.008131 10.0.0.22 - - [2026-03-23 02:00:32] "POST /instance-ips HTTP/1.1" 400 246 0.012661 10.0.0.22 - - [2026-03-23 02:00:32] "POST /chown HTTP/1.1" 200 109 0.008711 10.0.0.22 - - [2026-03-23 02:00:32] "PUT /virtual-machine-interface/58f4b55b-d9af-494d-bfa5-e20b21eef5bc HTTP/1.1" 200 284 0.010240 10.0.0.22 - - [2026-03-23 02:00:32] "PUT /instance-ip/eb96d84c-3aad-4cdf-ab26-ddb2724ad876 HTTP/1.1" 200 256 0.012154 10.0.0.22 - - [2026-03-23 02:00:32] "POST /ref-update HTTP/1.1" 200 156 0.011868 10.0.0.22 - - [2026-03-23 02:00:32] "POST /ref-update HTTP/1.1" 200 156 0.010010 10.0.0.22 - - [2026-03-23 02:00:32] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.090082 10.0.0.22 - - [2026-03-23 02:00:32] "POST /chown HTTP/1.1" 200 109 0.007029 10.0.0.22 - - [2026-03-23 02:00:32] "POST /instance-ips HTTP/1.1" 400 316 0.013447 10.0.0.22 - - [2026-03-23 02:00:32] "POST /chown HTTP/1.1" 200 109 0.006905 10.0.0.22 - - [2026-03-23 02:00:32] "PUT /virtual-machine-interface/d8d5afa7-4ae6-4378-88b0-fd675fedfc05 HTTP/1.1" 200 284 0.009203 10.0.0.22 - - [2026-03-23 02:00:32] "PUT /instance-ip/2edb17e4-a684-4003-b357-f6ab3d63e9fc HTTP/1.1" 200 256 0.012653 10.0.0.22 - - [2026-03-23 02:00:32] "POST /ref-update HTTP/1.1" 200 156 0.009742 10.0.0.22 - - [2026-03-23 02:00:33] "POST /ref-update HTTP/1.1" 200 156 0.012678 10.0.0.22 - - [2026-03-23 02:00:35] "POST /neutron/port HTTP/1.1" 200 1128 0.011428 10.0.0.22 - - [2026-03-23 02:00:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006088 10.0.0.22 - - [2026-03-23 02:00:35] "POST /neutron/port HTTP/1.1" 200 1128 0.010962 10.0.0.22 - - [2026-03-23 02:00:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005283 10.0.0.22 - - [2026-03-23 02:00:35] "POST /neutron/port HTTP/1.1" 200 1128 0.011343 10.0.0.22 - - [2026-03-23 02:00:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005997 10.0.0.22 - - [2026-03-23 02:00:35] "GET /virtual-machine/6cc17bb9-1d51-43c6-bbab-84042e298522 HTTP/1.1" 401 292 0.000523 10.0.0.22 - - [2026-03-23 02:00:35] "GET /virtual-machine/6cc17bb9-1d51-43c6-bbab-84042e298522 HTTP/1.1" 200 1295 0.029489 10.0.0.22 - - [2026-03-23 02:00:35] "GET /virtual-machine-interface/4e6c28eb-6129-4215-91bd-e4e9bdffd8e0 HTTP/1.1" 200 2956 0.004952 10.0.0.22 - - [2026-03-23 02:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002363 10.0.0.22 - - [2026-03-23 02:00:35] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003198 10.0.0.22 - - [2026-03-23 02:00:35] "GET /virtual-networks?parent_id=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002505 10.0.0.22 - - [2026-03-23 02:00:36] "GET /virtual-network/bf6cbdb5-f86d-4e5e-8262-73e94a24e523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004760 10.0.0.22 - - [2026-03-23 02:00:37] "POST /neutron/port HTTP/1.1" 200 1128 0.011159 10.0.0.22 - - [2026-03-23 02:00:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005219 10.0.0.22 - - [2026-03-23 02:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.22 - - [2026-03-23 02:00:39] "GET /virtual-network/bf6cbdb5-f86d-4e5e-8262-73e94a24e523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004923 10.0.0.22 - - [2026-03-23 02:00:39] "POST /neutron/port HTTP/1.1" 200 1126 0.011058 10.0.0.22 - - [2026-03-23 02:00:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004732 10.0.0.22 - - [2026-03-23 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002480 10.0.0.22 - - [2026-03-23 02:00:41] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002563 10.0.0.22 - - [2026-03-23 02:00:41] "GET /virtual-networks?parent_id=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003165 10.0.0.22 - - [2026-03-23 02:00:41] "GET /virtual-network/bf6cbdb5-f86d-4e5e-8262-73e94a24e523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005717 10.0.0.22 - - [2026-03-23 02:00:41] "POST /neutron/port HTTP/1.1" 200 1126 0.010437 10.0.0.22 - - [2026-03-23 02:00:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005146 10.0.0.22 - - [2026-03-23 02:00:41] "POST /neutron/port HTTP/1.1" 200 1126 0.010309 10.0.0.22 - - [2026-03-23 02:00:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005599 10.0.0.22 - - [2026-03-23 02:00:41] "POST /neutron/port HTTP/1.1" 200 1126 0.011947 10.0.0.22 - - [2026-03-23 02:00:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005601 10.0.0.22 - - [2026-03-23 02:00:41] "GET /virtual-machine/4c727f5b-d313-442d-ad98-d5f38105c28b HTTP/1.1" 200 1295 0.003962 10.0.0.22 - - [2026-03-23 02:00:41] "GET /virtual-machine-interface/7af3a9d6-2a68-4d7c-9f62-ebd461da650a HTTP/1.1" 200 2968 0.004179 10.0.0.22 - - [2026-03-23 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002490 10.0.0.22 - - [2026-03-23 02:00:41] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002948 10.0.0.22 - - [2026-03-23 02:00:41] "GET /virtual-networks?parent_id=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002716 10.0.0.22 - - [2026-03-23 02:00:41] "GET /virtual-network/5f22a401-9a32-4df7-b417-33c4bae9d205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004940 10.0.0.22 - - [2026-03-23 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002373 10.0.0.22 - - [2026-03-23 02:00:43] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003116 10.0.0.22 - - [2026-03-23 02:00:43] "GET /virtual-networks?parent_id=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002941 10.0.0.22 - - [2026-03-23 02:00:43] "GET /virtual-network/5f22a401-9a32-4df7-b417-33c4bae9d205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006027 10.0.0.22 - - [2026-03-23 02:00:47] "POST /neutron/router HTTP/1.1" 200 656 0.003699 10.0.0.22 - - [2026-03-23 02:00:47] "POST /ref-update HTTP/1.1" 200 156 0.007915 10.0.0.22 - - [2026-03-23 02:00:47] "POST /neutron/router HTTP/1.1" 200 344 0.083938 10.0.0.22 - - [2026-03-23 02:00:47] "POST /neutron/router HTTP/1.1" 200 656 0.004884 10.0.0.22 - - [2026-03-23 02:00:47] "GET /logical-router/f2259999-fc5f-45e9-b5e1-de24fb79ed91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.005122 10.0.0.22 - - [2026-03-23 02:00:47] "GET /service-instance/774417c0-e08f-4afa-aba8-02ccb825cc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.003211 10.0.0.22 - - [2026-03-23 02:00:47] "POST /neutron/router HTTP/1.1" 200 151 0.049312 10.0.0.22 - - [2026-03-23 02:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.22 - - [2026-03-23 02:00:47] "DELETE /route-target/74220ff4-45ec-44e2-82aa-ab57b8ed8b69 HTTP/1.1" 409 239 0.006488 10.0.0.22 - - [2026-03-23 02:00:47] "PUT /logical-router/f2259999-fc5f-45e9-b5e1-de24fb79ed91 HTTP/1.1" 404 171 0.002387 10.0.0.22 - - [2026-03-23 02:00:47] "POST /ref-update HTTP/1.1" 200 156 0.010457 10.0.0.22 - - [2026-03-23 02:00:47] "DELETE /route-table/827f2e9b-49ed-48cf-9710-bc7ce71d7f03 HTTP/1.1" 200 115 0.025285 10.0.0.22 - - [2026-03-23 02:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002401 10.0.0.22 - - [2026-03-23 02:00:47] "PUT /routing-instance/e9e15a6c-fb84-404d-bd26-77196e6e2469 HTTP/1.1" 200 266 0.009722 10.0.0.22 - - [2026-03-23 02:00:47] "GET /virtual-network/a76f7bfe-0978-492a-90bf-730aad460511?fields=instance_ip_back_refs%2Cvirtual_machine_interface_back_refs HTTP/1.1" 200 2300 0.005830 10.0.0.22 - - [2026-03-23 02:00:47] "POST /neutron/network HTTP/1.1" 200 833 0.005419 10.0.0.22 - - [2026-03-23 02:00:47] "POST /neutron/network HTTP/1.1" 400 204 0.025574 10.0.0.22 - - [2026-03-23 02:00:47] "POST /ref-update HTTP/1.1" 200 156 0.008390 10.0.0.22 - - [2026-03-23 02:00:47] "POST /ref-update HTTP/1.1" 200 156 0.008069 10.0.0.22 - - [2026-03-23 02:00:47] "GET /virtual-machine-interface/1bb87165-ed51-4aad-a0dd-0a07bd28e788?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1650 0.005241 10.0.0.22 - - [2026-03-23 02:00:47] "POST /ref-update HTTP/1.1" 200 156 0.016279 10.0.0.22 - - [2026-03-23 02:00:47] "GET /instance-ip/2edb17e4-a684-4003-b357-f6ab3d63e9fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004083 10.0.0.22 - - [2026-03-23 02:00:47] "DELETE /virtual-machine-interface/1bb87165-ed51-4aad-a0dd-0a07bd28e788 HTTP/1.1" 200 115 0.045792 10.0.0.22 - - [2026-03-23 02:00:47] "GET /virtual-machine-interface/d8d5afa7-4ae6-4378-88b0-fd675fedfc05?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1650 0.009875 10.0.0.22 - - [2026-03-23 02:00:47] "POST /neutron/port HTTP/1.1" 200 1126 0.010548 10.0.0.22 - - [2026-03-23 02:00:47] "POST /neutron/port HTTP/1.1" 200 1116 0.009743 10.0.0.22 - - [2026-03-23 02:00:47] "POST /ref-update HTTP/1.1" 200 156 0.016379 10.0.0.22 - - [2026-03-23 02:00:47] "GET /instance-ip/2edb17e4-a684-4003-b357-f6ab3d63e9fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1759 0.005176 10.0.0.22 - - [2026-03-23 02:00:47] "POST /neutron/port HTTP/1.1" 200 1128 0.011014 10.0.0.22 - - [2026-03-23 02:00:47] "POST /neutron/port HTTP/1.1" 200 1118 0.016477 10.0.0.22 - - [2026-03-23 02:00:47] "POST /neutron/port HTTP/1.1" 200 151 0.115915 10.0.0.22 - - [2026-03-23 02:00:47] "DELETE /instance-ip/2edb17e4-a684-4003-b357-f6ab3d63e9fc HTTP/1.1" 200 115 0.041037 10.0.0.22 - - [2026-03-23 02:00:47] "DELETE /virtual-machine-interface/d8d5afa7-4ae6-4378-88b0-fd675fedfc05 HTTP/1.1" 200 115 0.042211 10.0.0.22 - - [2026-03-23 02:00:47] "DELETE /instance-ip/2edb17e4-a684-4003-b357-f6ab3d63e9fc HTTP/1.1" 404 177 0.003796 10.0.0.22 - - [2026-03-23 02:00:48] "POST /neutron/port HTTP/1.1" 200 151 0.140716 10.0.0.22 - - [2026-03-23 02:00:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003057 10.0.0.22 - - [2026-03-23 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.22 - - [2026-03-23 02:00:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003004 10.0.0.22 - - [2026-03-23 02:00:48] "DELETE /virtual-network/a76f7bfe-0978-492a-90bf-730aad460511 HTTP/1.1" 200 115 0.083957 10.0.0.22 - - [2026-03-23 02:00:48] "DELETE /route-target/cd694933-0ac7-4c68-9cf7-5b4486d23433 HTTP/1.1" 200 115 0.017808 10.0.0.22 - - [2026-03-23 02:00:48] "DELETE /service-instance/774417c0-e08f-4afa-aba8-02ccb825cc31 HTTP/1.1" 200 115 0.039255 10.0.0.22 - - [2026-03-23 02:00:48] "GET /logical-router/f2259999-fc5f-45e9-b5e1-de24fb79ed91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002639 10.0.0.22 - - [2026-03-23 02:00:48] "GET /service-instance/774417c0-e08f-4afa-aba8-02ccb825cc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002402 10.0.0.22 - - [2026-03-23 02:00:48] "GET /virtual-machine-interface/087cb7d2-a493-473e-a019-bb4ea11c42b9?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1652 0.005156 10.0.0.22 - - [2026-03-23 02:00:48] "POST /ref-update HTTP/1.1" 200 156 0.011010 10.0.0.22 - - [2026-03-23 02:00:48] "GET /instance-ip/eb96d84c-3aad-4cdf-ab26-ddb2724ad876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003843 10.0.0.22 - - [2026-03-23 02:00:48] "DELETE /virtual-machine-interface/087cb7d2-a493-473e-a019-bb4ea11c42b9 HTTP/1.1" 200 115 0.025258 10.0.0.22 - - [2026-03-23 02:00:48] "POST /ref-update HTTP/1.1" 200 156 0.008307 10.0.0.22 - - [2026-03-23 02:00:48] "DELETE /virtual-machine/6b2b46f7-7f19-461f-80ef-0c45d82c9cc7 HTTP/1.1" 200 115 0.016431 10.0.0.22 - - [2026-03-23 02:00:48] "GET /virtual-machine-interface/58f4b55b-d9af-494d-bfa5-e20b21eef5bc?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.005200 10.0.0.22 - - [2026-03-23 02:00:48] "POST /ref-update HTTP/1.1" 200 156 0.011621 10.0.0.22 - - [2026-03-23 02:00:48] "GET /instance-ip/eb96d84c-3aad-4cdf-ab26-ddb2724ad876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.005131 10.0.0.22 - - [2026-03-23 02:00:48] "DELETE /instance-ip/eb96d84c-3aad-4cdf-ab26-ddb2724ad876 HTTP/1.1" 200 115 0.023854 10.0.0.22 - - [2026-03-23 02:00:48] "DELETE /virtual-machine-interface/58f4b55b-d9af-494d-bfa5-e20b21eef5bc HTTP/1.1" 200 115 0.024600 10.0.0.22 - - [2026-03-23 02:00:48] "DELETE /virtual-machine/9891fa4b-0223-4392-82cb-0d210f1b8a7c HTTP/1.1" 200 115 0.015514 10.0.0.22 - - [2026-03-23 02:00:49] "POST /neutron/network HTTP/1.1" 200 833 0.004727 10.0.0.22 - - [2026-03-23 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006121 10.0.0.22 - - [2026-03-23 02:00:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003279 10.0.0.22 - - [2026-03-23 02:00:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002197 10.0.0.22 - - [2026-03-23 02:00:49] "POST /neutron/network HTTP/1.1" 200 151 0.076337 10.0.0.22 - - [2026-03-23 02:00:49] "DELETE /route-target/e83d9677-3a7c-43d6-b61e-3f930bda4bb0 HTTP/1.1" 200 115 0.019403 10.0.0.22 - - [2026-03-23 02:00:49] "POST /neutron/network HTTP/1.1" 200 828 0.005664 10.0.0.22 - - [2026-03-23 02:00:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002967 10.0.0.22 - - [2026-03-23 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.22 - - [2026-03-23 02:00:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001563 10.0.0.22 - - [2026-03-23 02:00:49] "POST /neutron/network HTTP/1.1" 200 151 0.070260 10.0.0.22 - - [2026-03-23 02:00:49] "DELETE /route-target/c2acf860-4fb9-44b2-943e-10436d1f94da HTTP/1.1" 200 115 0.013734 10.0.0.22 - - [2026-03-23 02:00:49] "GET /projects?obj_uuids=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001170 10.0.0.22 - - [2026-03-23 02:00:49] "GET /project/b2c06ca4-1ae6-4108-a7e4-24cca3f73223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.024922 10.0.0.22 - - [2026-03-23 02:00:49] "GET /projects?obj_uuids=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001255 10.0.0.22 - - [2026-03-23 02:00:49] "GET /project/b2c06ca4-1ae6-4108-a7e4-24cca3f73223?fields=virtual_networks HTTP/1.1" 200 1039 0.066544 10.0.0.22 - - [2026-03-23 02:00:50] "GET /projects?obj_uuids=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001141 10.0.0.22 - - [2026-03-23 02:00:50] "GET /project/b2c06ca4-1ae6-4108-a7e4-24cca3f73223?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.023562 10.0.0.22 - - [2026-03-23 02:00:50] "GET /projects?obj_uuids=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001441 10.0.0.22 - - [2026-03-23 02:00:50] "GET /project/b2c06ca4-1ae6-4108-a7e4-24cca3f73223?fields=security_groups HTTP/1.1" 200 1268 0.026122 10.0.0.22 - - [2026-03-23 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 196 0.026503 10.0.0.22 - - [2026-03-23 02:00:50] "GET /projects?obj_uuids=d57e3608-28ce-40c8-aeb3-3992ec7e2103&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002109 10.0.0.22 - - [2026-03-23 02:00:51] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001000 10.0.0.22 - - [2026-03-23 02:00:51] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006279 10.0.0.22 - - [2026-03-23 02:00:51] "POST /id-to-fqname HTTP/1.1" 200 198 0.001256 10.0.0.22 - - [2026-03-23 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.003007 10.0.0.22 - - [2026-03-23 02:00:51] "POST /security-groups HTTP/1.1" 200 599 0.060030 10.0.0.22 - - [2026-03-23 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 242 0.002527 10.0.0.22 - - [2026-03-23 02:00:51] "POST /projects HTTP/1.1" 200 601 0.194252 10.0.0.22 - - [2026-03-23 02:00:51] "POST /access-control-lists HTTP/1.1" 200 604 0.055974 10.0.0.22 - - [2026-03-23 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.263685 10.0.0.22 - - [2026-03-23 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 241 0.002445 10.0.0.22 - - [2026-03-23 02:00:51] "GET /project/d57e3608-28ce-40c8-aeb3-3992ec7e2103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.382545 10.0.0.22 - - [2026-03-23 02:00:51] "POST /access-control-lists HTTP/1.1" 200 602 0.056469 10.0.0.22 - - [2026-03-23 02:00:52] "GET / HTTP/1.1" 200 35931 0.002472 10.0.0.22 - - [2026-03-23 02:00:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000434 10.0.0.22 - - [2026-03-23 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.058592 10.0.0.22 - - [2026-03-23 02:00:53] "GET /projects?obj_uuids=d57e3608-28ce-40c8-aeb3-3992ec7e2103&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000942 10.0.0.22 - - [2026-03-23 02:00:53] "GET /project/d57e3608-28ce-40c8-aeb3-3992ec7e2103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.029648 10.0.0.22 - - [2026-03-23 02:00:53] "POST /neutron/network HTTP/1.1" 200 117 0.045794 10.0.0.22 - - [2026-03-23 02:00:53] "GET /projects?obj_uuids=d57e3608-28ce-40c8-aeb3-3992ec7e2103&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002092 10.0.0.22 - - [2026-03-23 02:00:53] "POST /neutron/network HTTP/1.1" 200 613 0.092705 10.0.0.22 - - [2026-03-23 02:00:53] "POST /route-targets HTTP/1.1" 200 327 0.016466 10.0.0.22 - - [2026-03-23 02:00:53] "POST /ref-update HTTP/1.1" 200 156 0.015586 10.0.0.22 - - [2026-03-23 02:00:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004462 10.0.0.22 - - [2026-03-23 02:00:53] "POST /neutron/subnet HTTP/1.1" 200 734 0.141659 10.0.0.22 - - [2026-03-23 02:00:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000379 10.0.0.22 - - [2026-03-23 02:00:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003678 10.0.0.22 - - [2026-03-23 02:00:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.198963 10.0.0.22 - - [2026-03-23 02:00:54] "POST /neutron/network HTTP/1.1" 200 1008 0.007322 10.0.0.22 - - [2026-03-23 02:00:54] "POST /id-to-fqname HTTP/1.1" 200 228 0.001154 10.0.0.22 - - [2026-03-23 02:00:54] "GET /virtual-network/bab8f521-0f5b-43b2-bd59-c1c5a3c3428f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.004572 10.0.0.22 - - [2026-03-23 02:00:54] "POST /neutron/network HTTP/1.1" 200 1008 0.006513 10.0.0.22 - - [2026-03-23 02:00:54] "GET /virtual-network/bab8f521-0f5b-43b2-bd59-c1c5a3c3428f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005365 10.0.0.22 - - [2026-03-23 02:00:54] "POST /neutron/network HTTP/1.1" 200 1008 0.007191 10.0.0.22 - - [2026-03-23 02:00:54] "POST /neutron/subnet HTTP/1.1" 200 734 0.006272 10.0.0.22 - - [2026-03-23 02:00:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.006965 10.0.0.22 - - [2026-03-23 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002189 10.0.0.22 - - [2026-03-23 02:00:54] "GET /projects?obj_uuids=d57e3608-28ce-40c8-aeb3-3992ec7e2103&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002907 10.0.0.22 - - [2026-03-23 02:00:54] "GET /project/d57e3608-28ce-40c8-aeb3-3992ec7e2103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.023801 10.0.0.22 - - [2026-03-23 02:00:54] "POST /neutron/network HTTP/1.1" 200 117 0.011341 10.0.0.22 - - [2026-03-23 02:00:54] "GET /projects?obj_uuids=d57e3608-28ce-40c8-aeb3-3992ec7e2103&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001365 10.0.0.22 - - [2026-03-23 02:00:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.025053 10.0.0.22 - - [2026-03-23 02:00:54] "POST /neutron/network HTTP/1.1" 200 613 0.122865 10.0.0.22 - - [2026-03-23 02:00:54] "POST /route-targets HTTP/1.1" 200 327 0.010438 10.0.0.22 - - [2026-03-23 02:00:54] "POST /ref-update HTTP/1.1" 200 156 0.010569 10.0.0.22 - - [2026-03-23 02:00:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003207 10.0.0.22 - - [2026-03-23 02:00:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.149151 10.0.0.22 - - [2026-03-23 02:00:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.002744 10.0.0.22 - - [2026-03-23 02:00:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003540 10.0.0.22 - - [2026-03-23 02:00:54] "POST /neutron/subnet HTTP/1.1" 200 823 0.137245 10.0.0.22 - - [2026-03-23 02:00:54] "POST /neutron/network HTTP/1.1" 200 1006 0.006457 10.0.0.22 - - [2026-03-23 02:00:54] "POST /id-to-fqname HTTP/1.1" 200 228 0.001050 10.0.0.22 - - [2026-03-23 02:00:54] "GET /virtual-network/d9270e7c-b4ad-47f2-a447-b4e4576d497a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004237 10.0.0.22 - - [2026-03-23 02:00:54] "POST /neutron/network HTTP/1.1" 200 1006 0.007243 10.0.0.22 - - [2026-03-23 02:00:54] "GET /virtual-network/d9270e7c-b4ad-47f2-a447-b4e4576d497a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005846 10.0.0.22 - - [2026-03-23 02:00:54] "POST /neutron/network HTTP/1.1" 200 1006 0.007905 10.0.0.22 - - [2026-03-23 02:00:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.007053 10.0.0.22 - - [2026-03-23 02:00:55] "POST /neutron/subnet HTTP/1.1" 200 823 0.005906 10.0.0.22 - - [2026-03-23 02:00:55] "POST /fqname-to-id HTTP/1.1" 404 234 0.001852 10.0.0.22 - - [2026-03-23 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001882 10.0.0.22 - - [2026-03-23 02:00:55] "GET /projects?obj_uuids=d57e3608-28ce-40c8-aeb3-3992ec7e2103&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000908 10.0.0.22 - - [2026-03-23 02:00:55] "GET /project/d57e3608-28ce-40c8-aeb3-3992ec7e2103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.024670 10.0.0.22 - - [2026-03-23 02:00:55] "POST /network-policys HTTP/1.1" 200 577 0.056426 10.0.0.22 - - [2026-03-23 02:00:55] "GET /network-policy/892f81bf-a71a-42ca-8ca3-a8e3b9147387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004466 10.0.0.22 - - [2026-03-23 02:00:55] "POST /neutron/network HTTP/1.1" 200 1008 0.006777 10.0.0.22 - - [2026-03-23 02:00:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.004037 10.0.0.22 - - [2026-03-23 02:00:55] "POST /fqname-to-id HTTP/1.1" 404 242 0.002856 10.0.0.22 - - [2026-03-23 02:00:55] "POST /neutron/network HTTP/1.1" 200 1116 0.041427 10.0.0.22 - - [2026-03-23 02:00:55] "POST /access-control-lists HTTP/1.1" 200 596 0.065333 10.0.0.22 - - [2026-03-23 02:00:55] "POST /neutron/network HTTP/1.1" 200 1116 0.044157 10.0.0.22 - - [2026-03-23 02:00:55] "GET /virtual-network/bab8f521-0f5b-43b2-bd59-c1c5a3c3428f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.004992 10.0.0.22 - - [2026-03-23 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002369 10.0.0.22 - - [2026-03-23 02:00:55] "GET /network-policy/892f81bf-a71a-42ca-8ca3-a8e3b9147387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003111 10.0.0.22 - - [2026-03-23 02:00:55] "POST /neutron/network HTTP/1.1" 200 1006 0.006595 10.0.0.22 - - [2026-03-23 02:00:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.002948 10.0.0.22 - - [2026-03-23 02:00:55] "PUT /access-control-list/57d5a66d-807f-4ea2-9c26-7847e06fee99 HTTP/1.1" 200 272 0.059835 10.0.0.22 - - [2026-03-23 02:00:55] "POST /neutron/network HTTP/1.1" 200 1114 0.089747 10.0.0.22 - - [2026-03-23 02:00:55] "POST /fqname-to-id HTTP/1.1" 404 242 0.002188 10.0.0.22 - - [2026-03-23 02:00:55] "POST /neutron/network HTTP/1.1" 200 1114 0.006379 10.0.0.22 - - [2026-03-23 02:00:55] "GET /virtual-network/d9270e7c-b4ad-47f2-a447-b4e4576d497a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004345 10.0.0.22 - - [2026-03-23 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002136 10.0.0.22 - - [2026-03-23 02:00:55] "GET /network-policy/892f81bf-a71a-42ca-8ca3-a8e3b9147387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.028513 10.0.0.22 - - [2026-03-23 02:00:55] "POST /access-control-lists HTTP/1.1" 200 596 0.057751 10.0.0.22 - - [2026-03-23 02:00:55] "GET /domains HTTP/1.1" 401 292 0.000333 10.0.0.22 - - [2026-03-23 02:00:55] "POST /ref-update HTTP/1.1" 200 156 0.008375 10.0.0.22 - - [2026-03-23 02:00:56] "GET /domains HTTP/1.1" 200 280 0.025728 10.0.0.22 - - [2026-03-23 02:00:56] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001250 10.0.0.22 - - [2026-03-23 02:00:56] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2954 0.007481 10.0.0.22 - - [2026-03-23 02:00:56] "GET /projects?obj_uuids=d57e3608-28ce-40c8-aeb3-3992ec7e2103&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000911 10.0.0.22 - - [2026-03-23 02:00:56] "GET /project/d57e3608-28ce-40c8-aeb3-3992ec7e2103 HTTP/1.1" 200 2626 0.062613 10.0.0.22 - - [2026-03-23 02:00:56] "GET /virtual-network/bab8f521-0f5b-43b2-bd59-c1c5a3c3428f HTTP/1.1" 200 3513 0.006054 10.0.0.22 - - [2026-03-23 02:00:56] "GET /virtual-network/bab8f521-0f5b-43b2-bd59-c1c5a3c3428f HTTP/1.1" 200 3513 0.004308 10.0.0.22 - - [2026-03-23 02:00:56] "GET /routing-instance/9eaefa95-3e20-4bb3-9f70-7c514354ea8d HTTP/1.1" 200 1796 0.003705 10.0.0.22 - - [2026-03-23 02:00:56] "GET /routing-instance/9eaefa95-3e20-4bb3-9f70-7c514354ea8d HTTP/1.1" 200 1796 0.002987 10.0.0.22 - - [2026-03-23 02:00:56] "GET /route-target/3a0b3aa4-43e4-4f4b-9b05-dfa76d78f7e8 HTTP/1.1" 200 1212 0.002692 10.0.0.22 - - [2026-03-23 02:00:56] "GET /virtual-network/bab8f521-0f5b-43b2-bd59-c1c5a3c3428f HTTP/1.1" 200 3513 0.004296 10.0.0.22 - - [2026-03-23 02:00:56] "GET /routing-instance/9eaefa95-3e20-4bb3-9f70-7c514354ea8d HTTP/1.1" 200 1796 0.003814 10.0.0.22 - - [2026-03-23 02:00:56] "GET /virtual-network/bab8f521-0f5b-43b2-bd59-c1c5a3c3428f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.004247 10.0.0.22 - - [2026-03-23 02:00:56] "GET /virtual-network/bab8f521-0f5b-43b2-bd59-c1c5a3c3428f HTTP/1.1" 200 3513 0.004241 10.0.0.22 - - [2026-03-23 02:00:56] "GET /routing-instance/9eaefa95-3e20-4bb3-9f70-7c514354ea8d HTTP/1.1" 200 1796 0.003469 10.0.0.22 - - [2026-03-23 02:00:56] "GET /routing-instance/9eaefa95-3e20-4bb3-9f70-7c514354ea8d HTTP/1.1" 200 1796 0.002945 10.0.0.22 - - [2026-03-23 02:00:56] "GET /route-target/3a0b3aa4-43e4-4f4b-9b05-dfa76d78f7e8 HTTP/1.1" 200 1212 0.003206 10.0.0.22 - - [2026-03-23 02:00:56] "GET /domains HTTP/1.1" 200 280 0.002222 10.0.0.22 - - [2026-03-23 02:00:56] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000921 10.0.0.22 - - [2026-03-23 02:00:56] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2954 0.006141 10.0.0.22 - - [2026-03-23 02:00:56] "GET /projects?obj_uuids=d57e3608-28ce-40c8-aeb3-3992ec7e2103&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001102 10.0.0.22 - - [2026-03-23 02:00:56] "GET /project/d57e3608-28ce-40c8-aeb3-3992ec7e2103 HTTP/1.1" 200 2626 0.073913 10.0.0.22 - - [2026-03-23 02:00:56] "GET /virtual-network/bab8f521-0f5b-43b2-bd59-c1c5a3c3428f HTTP/1.1" 200 3513 0.005645 10.0.0.22 - - [2026-03-23 02:00:56] "GET /obj-perms HTTP/1.1" 200 5046 0.056679 10.0.0.22 - - [2026-03-23 02:00:56] "GET /domains HTTP/1.1" 200 280 0.003077 10.0.0.22 - - [2026-03-23 02:00:56] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001784 10.0.0.22 - - [2026-03-23 02:00:56] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2954 0.008669 10.0.0.22 - - [2026-03-23 02:00:56] "GET /projects?obj_uuids=d57e3608-28ce-40c8-aeb3-3992ec7e2103&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001264 10.0.0.22 - - [2026-03-23 02:00:56] "GET /project/d57e3608-28ce-40c8-aeb3-3992ec7e2103 HTTP/1.1" 200 2626 0.065822 10.0.0.22 - - [2026-03-23 02:00:56] "GET /virtual-network/d9270e7c-b4ad-47f2-a447-b4e4576d497a HTTP/1.1" 200 3507 0.006059 10.0.0.22 - - [2026-03-23 02:00:56] "GET /virtual-network/d9270e7c-b4ad-47f2-a447-b4e4576d497a HTTP/1.1" 200 3507 0.003733 10.0.0.22 - - [2026-03-23 02:00:56] "GET /routing-instance/636ea184-f168-4ded-8533-1f5cb9a5cbdd HTTP/1.1" 200 1794 0.003068 10.0.0.22 - - [2026-03-23 02:00:56] "GET /routing-instance/636ea184-f168-4ded-8533-1f5cb9a5cbdd HTTP/1.1" 200 1794 0.002975 10.0.0.22 - - [2026-03-23 02:00:56] "GET /route-target/a581e7f8-18e8-4b70-ae4f-0a869b167788 HTTP/1.1" 200 1213 0.002590 10.0.0.22 - - [2026-03-23 02:00:56] "GET /virtual-network/d9270e7c-b4ad-47f2-a447-b4e4576d497a HTTP/1.1" 200 3507 0.004411 10.0.0.22 - - [2026-03-23 02:00:56] "GET /routing-instance/636ea184-f168-4ded-8533-1f5cb9a5cbdd HTTP/1.1" 200 1794 0.002968 10.0.0.22 - - [2026-03-23 02:00:56] "GET /virtual-network/d9270e7c-b4ad-47f2-a447-b4e4576d497a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004008 10.0.0.22 - - [2026-03-23 02:00:56] "GET /virtual-network/d9270e7c-b4ad-47f2-a447-b4e4576d497a HTTP/1.1" 200 3507 0.004081 10.0.0.22 - - [2026-03-23 02:00:56] "GET /routing-instance/636ea184-f168-4ded-8533-1f5cb9a5cbdd HTTP/1.1" 200 1794 0.002728 10.0.0.22 - - [2026-03-23 02:00:56] "GET /routing-instance/636ea184-f168-4ded-8533-1f5cb9a5cbdd HTTP/1.1" 200 1794 0.002860 10.0.0.22 - - [2026-03-23 02:00:56] "GET /route-target/a581e7f8-18e8-4b70-ae4f-0a869b167788 HTTP/1.1" 200 1213 0.002372 10.0.0.22 - - [2026-03-23 02:00:56] "GET /domains HTTP/1.1" 200 280 0.002060 10.0.0.22 - - [2026-03-23 02:00:56] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000845 10.0.0.22 - - [2026-03-23 02:00:56] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2954 0.005914 10.0.0.22 - - [2026-03-23 02:00:56] "GET /projects?obj_uuids=d57e3608-28ce-40c8-aeb3-3992ec7e2103&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000812 10.0.0.22 - - [2026-03-23 02:00:57] "GET /project/d57e3608-28ce-40c8-aeb3-3992ec7e2103 HTTP/1.1" 200 2626 0.063458 10.0.0.22 - - [2026-03-23 02:00:57] "GET /virtual-network/d9270e7c-b4ad-47f2-a447-b4e4576d497a HTTP/1.1" 200 3507 0.004813 10.0.0.22 - - [2026-03-23 02:00:57] "GET /obj-perms HTTP/1.1" 200 5046 0.002693 10.0.0.22 - - [2026-03-23 02:00:57] "GET /virtual-network/d9270e7c-b4ad-47f2-a447-b4e4576d497a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004873 10.0.0.22 - - [2026-03-23 02:00:57] "POST /neutron/network HTTP/1.1" 200 1114 0.007167 10.0.0.22 - - [2026-03-23 02:00:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.006121 10.0.0.22 - - [2026-03-23 02:00:57] "POST /neutron/network HTTP/1.1" 200 1006 0.046587 10.0.0.22 - - [2026-03-23 02:00:57] "DELETE /access-control-list/f98430b3-fc66-4ee3-8d96-3b9e290b3ebc HTTP/1.1" 200 115 0.030260 10.0.0.22 - - [2026-03-23 02:00:57] "POST /neutron/network HTTP/1.1" 200 1006 0.013352 10.0.0.22 - - [2026-03-23 02:00:57] "POST /ref-update HTTP/1.1" 200 156 0.013554 10.0.0.22 - - [2026-03-23 02:00:57] "GET /virtual-network/d9270e7c-b4ad-47f2-a447-b4e4576d497a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007791 10.0.0.22 - - [2026-03-23 02:00:57] "GET /virtual-network/bab8f521-0f5b-43b2-bd59-c1c5a3c3428f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.007440 10.0.0.22 - - [2026-03-23 02:00:57] "POST /neutron/network HTTP/1.1" 200 1116 0.006684 10.0.0.22 - - [2026-03-23 02:00:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.004747 10.0.0.22 - - [2026-03-23 02:00:57] "POST /neutron/network HTTP/1.1" 200 1008 0.038295 10.0.0.22 - - [2026-03-23 02:00:57] "DELETE /access-control-list/57d5a66d-807f-4ea2-9c26-7847e06fee99 HTTP/1.1" 200 115 0.025038 10.0.0.22 - - [2026-03-23 02:00:57] "POST /neutron/network HTTP/1.1" 200 1008 0.008126 10.0.0.22 - - [2026-03-23 02:00:57] "GET /virtual-network/bab8f521-0f5b-43b2-bd59-c1c5a3c3428f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.004067 10.0.0.22 - - [2026-03-23 02:00:57] "POST /ref-update HTTP/1.1" 200 156 0.015228 10.0.0.22 - - [2026-03-23 02:00:57] "DELETE /network-policy/892f81bf-a71a-42ca-8ca3-a8e3b9147387 HTTP/1.1" 200 115 0.021166 10.0.0.22 - - [2026-03-23 02:00:57] "POST /neutron/network HTTP/1.1" 200 1006 0.006889 10.0.0.22 - - [2026-03-23 02:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004933 10.0.0.22 - - [2026-03-23 02:00:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002158 10.0.0.22 - - [2026-03-23 02:00:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003157 10.0.0.22 - - [2026-03-23 02:00:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001719 10.0.0.22 - - [2026-03-23 02:00:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001740 10.0.0.22 - - [2026-03-23 02:00:57] "POST /neutron/network HTTP/1.1" 200 151 0.095887 10.0.0.22 - - [2026-03-23 02:00:57] "DELETE /route-target/a581e7f8-18e8-4b70-ae4f-0a869b167788 HTTP/1.1" 200 115 0.025275 10.0.0.22 - - [2026-03-23 02:00:57] "GET /routing-instance/636ea184-f168-4ded-8533-1f5cb9a5cbdd HTTP/1.1" 404 171 0.002818 10.0.0.22 - - [2026-03-23 02:00:57] "GET /domains HTTP/1.1" 200 280 0.002468 10.0.0.22 - - [2026-03-23 02:00:57] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000789 10.0.0.22 - - [2026-03-23 02:00:57] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2954 0.049960 10.0.0.22 - - [2026-03-23 02:00:57] "GET /projects?obj_uuids=d57e3608-28ce-40c8-aeb3-3992ec7e2103&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001032 10.0.0.22 - - [2026-03-23 02:00:57] "GET /project/d57e3608-28ce-40c8-aeb3-3992ec7e2103 HTTP/1.1" 200 2146 0.066368 10.0.0.22 - - [2026-03-23 02:00:57] "POST /neutron/network HTTP/1.1" 200 1008 0.006015 10.0.0.22 - - [2026-03-23 02:00:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003044 10.0.0.22 - - [2026-03-23 02:00:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002329 10.0.0.22 - - [2026-03-23 02:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.22 - - [2026-03-23 02:00:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001840 10.0.0.22 - - [2026-03-23 02:00:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003523 10.0.0.22 - - [2026-03-23 02:00:57] "POST /neutron/network HTTP/1.1" 200 151 0.073376 10.0.0.22 - - [2026-03-23 02:00:57] "GET /routing-instance/9eaefa95-3e20-4bb3-9f70-7c514354ea8d HTTP/1.1" 404 171 0.002916 10.0.0.22 - - [2026-03-23 02:00:57] "DELETE /route-target/3a0b3aa4-43e4-4f4b-9b05-dfa76d78f7e8 HTTP/1.1" 200 115 0.022629 10.0.0.22 - - [2026-03-23 02:00:57] "GET /domains HTTP/1.1" 200 280 0.002166 10.0.0.22 - - [2026-03-23 02:00:57] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000773 10.0.0.22 - - [2026-03-23 02:00:57] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2954 0.048494 10.0.0.22 - - [2026-03-23 02:00:57] "GET /projects?obj_uuids=d57e3608-28ce-40c8-aeb3-3992ec7e2103&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000897 10.0.0.22 - - [2026-03-23 02:00:57] "GET /project/d57e3608-28ce-40c8-aeb3-3992ec7e2103 HTTP/1.1" 200 1901 0.066859 10.0.0.22 - - [2026-03-23 02:00:58] "GET /projects?obj_uuids=d57e3608-28ce-40c8-aeb3-3992ec7e2103&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000971 10.0.0.22 - - [2026-03-23 02:00:58] "GET /project/d57e3608-28ce-40c8-aeb3-3992ec7e2103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.025120 10.0.0.22 - - [2026-03-23 02:00:58] "GET /projects?obj_uuids=d57e3608-28ce-40c8-aeb3-3992ec7e2103&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001133 10.0.0.22 - - [2026-03-23 02:00:58] "GET /project/d57e3608-28ce-40c8-aeb3-3992ec7e2103?fields=virtual_networks HTTP/1.1" 200 1049 0.069512 10.0.0.22 - - [2026-03-23 02:00:58] "GET /projects?obj_uuids=d57e3608-28ce-40c8-aeb3-3992ec7e2103&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001688 10.0.0.22 - - [2026-03-23 02:00:58] "GET /project/d57e3608-28ce-40c8-aeb3-3992ec7e2103?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.023398 10.0.0.22 - - [2026-03-23 02:00:58] "GET /projects?obj_uuids=d57e3608-28ce-40c8-aeb3-3992ec7e2103&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000967 10.0.0.22 - - [2026-03-23 02:00:58] "GET /project/d57e3608-28ce-40c8-aeb3-3992ec7e2103?fields=security_groups HTTP/1.1" 200 1283 0.023362 10.0.0.22 - - [2026-03-23 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 204 0.023902 10.0.0.22 - - [2026-03-23 02:00:59] "GET /projects?obj_uuids=83b68793-f80f-4c9a-9bde-b267294218a9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002624 10.0.0.22 - - [2026-03-23 02:00:59] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000866 10.0.0.22 - - [2026-03-23 02:00:59] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005806 10.0.0.22 - - [2026-03-23 02:00:59] "POST /id-to-fqname HTTP/1.1" 200 206 0.001053 10.0.0.22 - - [2026-03-23 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 215 0.002806 10.0.0.22 - - [2026-03-23 02:00:59] "POST /security-groups HTTP/1.1" 200 607 0.060532 10.0.0.22 - - [2026-03-23 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 250 0.002880 10.0.0.22 - - [2026-03-23 02:00:59] "POST /projects HTTP/1.1" 200 617 0.200252 10.0.0.22 - - [2026-03-23 02:00:59] "POST /access-control-lists HTTP/1.1" 200 612 0.057608 10.0.0.22 - - [2026-03-23 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.270869 10.0.0.22 - - [2026-03-23 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 249 0.002339 10.0.0.22 - - [2026-03-23 02:00:59] "GET /project/83b68793-f80f-4c9a-9bde-b267294218a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.384041 10.0.0.22 - - [2026-03-23 02:00:59] "POST /access-control-lists HTTP/1.1" 200 610 0.060606 10.0.0.22 - - [2026-03-23 02:01:00] "GET / HTTP/1.1" 200 35931 0.002484 10.0.0.22 - - [2026-03-23 02:01:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000507 10.0.0.22 - - [2026-03-23 02:01:01] "POST /fqname-to-id HTTP/1.1" 404 233 0.075795 10.0.0.22 - - [2026-03-23 02:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002383 10.0.0.22 - - [2026-03-23 02:01:02] "GET /projects?obj_uuids=83b68793-f80f-4c9a-9bde-b267294218a9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001155 10.0.0.22 - - [2026-03-23 02:01:02] "GET /project/83b68793-f80f-4c9a-9bde-b267294218a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.023055 10.0.0.22 - - [2026-03-23 02:01:02] "POST /network-policys HTTP/1.1" 200 567 0.060695 10.0.0.22 - - [2026-03-23 02:01:02] "GET /network-policy/d66182f0-09d3-4c73-962f-5a46df8ad478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.004928 10.0.0.22 - - [2026-03-23 02:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.22 - - [2026-03-23 02:01:02] "GET /projects?obj_uuids=83b68793-f80f-4c9a-9bde-b267294218a9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000993 10.0.0.22 - - [2026-03-23 02:01:02] "GET /project/83b68793-f80f-4c9a-9bde-b267294218a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.020352 10.0.0.22 - - [2026-03-23 02:01:02] "POST /neutron/network HTTP/1.1" 200 117 0.031019 10.0.0.22 - - [2026-03-23 02:01:02] "GET /projects?obj_uuids=83b68793-f80f-4c9a-9bde-b267294218a9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001256 10.0.0.22 - - [2026-03-23 02:01:02] "POST /neutron/network HTTP/1.1" 200 623 0.058752 10.0.0.22 - - [2026-03-23 02:01:02] "POST /route-targets HTTP/1.1" 200 327 0.010320 10.0.0.22 - - [2026-03-23 02:01:02] "POST /ref-update HTTP/1.1" 200 156 0.013210 10.0.0.22 - - [2026-03-23 02:01:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003338 10.0.0.22 - - [2026-03-23 02:01:02] "POST /neutron/subnet HTTP/1.1" 200 715 0.155305 10.0.0.22 - - [2026-03-23 02:01:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.006348 10.0.0.22 - - [2026-03-23 02:01:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002674 10.0.0.22 - - [2026-03-23 02:01:02] "POST /neutron/subnet HTTP/1.1" 200 818 0.178661 10.0.0.22 - - [2026-03-23 02:01:02] "POST /neutron/network HTTP/1.1" 200 1012 0.006963 10.0.0.22 - - [2026-03-23 02:01:02] "POST /id-to-fqname HTTP/1.1" 200 237 0.001028 10.0.0.22 - - [2026-03-23 02:01:02] "GET /virtual-network/6b9f6c29-8f06-45b0-8b59-eafbcf673450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.004730 10.0.0.22 - - [2026-03-23 02:01:02] "POST /neutron/network HTTP/1.1" 200 1012 0.006461 10.0.0.22 - - [2026-03-23 02:01:02] "GET /virtual-network/6b9f6c29-8f06-45b0-8b59-eafbcf673450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.004391 10.0.0.22 - - [2026-03-23 02:01:02] "POST /neutron/network HTTP/1.1" 200 1012 0.008327 10.0.0.22 - - [2026-03-23 02:01:02] "POST /neutron/subnet HTTP/1.1" 200 715 0.006469 10.0.0.22 - - [2026-03-23 02:01:03] "POST /neutron/subnet HTTP/1.1" 200 818 0.006119 10.0.0.22 - - [2026-03-23 02:01:03] "POST /neutron/network HTTP/1.1" 200 1012 0.007171 10.0.0.22 - - [2026-03-23 02:01:03] "POST /fqname-to-id HTTP/1.1" 404 252 0.005026 10.0.0.22 - - [2026-03-23 02:01:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.002449 10.0.0.22 - - [2026-03-23 02:01:03] "POST /neutron/network HTTP/1.1" 200 1119 0.048883 10.0.0.22 - - [2026-03-23 02:01:03] "POST /access-control-lists HTTP/1.1" 200 607 0.069586 10.0.0.22 - - [2026-03-23 02:01:03] "POST /neutron/network HTTP/1.1" 200 1119 0.048768 10.0.0.22 - - [2026-03-23 02:01:03] "GET /virtual-network/6b9f6c29-8f06-45b0-8b59-eafbcf673450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.006121 10.0.0.22 - - [2026-03-23 02:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.22 - - [2026-03-23 02:01:03] "GET /network-policy/d66182f0-09d3-4c73-962f-5a46df8ad478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.003959 10.0.0.22 - - [2026-03-23 02:01:03] "GET /domains HTTP/1.1" 401 292 0.000669 10.0.0.22 - - [2026-03-23 02:01:03] "GET /domains HTTP/1.1" 200 280 0.029519 10.0.0.22 - - [2026-03-23 02:01:03] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001278 10.0.0.22 - - [2026-03-23 02:01:03] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 3156 0.009088 10.0.0.22 - - [2026-03-23 02:01:03] "GET /projects?obj_uuids=83b68793-f80f-4c9a-9bde-b267294218a9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001260 10.0.0.22 - - [2026-03-23 02:01:03] "GET /project/83b68793-f80f-4c9a-9bde-b267294218a9 HTTP/1.1" 200 2458 0.066482 10.0.0.22 - - [2026-03-23 02:01:03] "GET /virtual-network/6b9f6c29-8f06-45b0-8b59-eafbcf673450 HTTP/1.1" 200 3532 0.007955 10.0.0.22 - - [2026-03-23 02:01:03] "GET /virtual-network/6b9f6c29-8f06-45b0-8b59-eafbcf673450 HTTP/1.1" 200 3532 0.005090 10.0.0.22 - - [2026-03-23 02:01:03] "GET /routing-instance/c766a030-7023-4ca1-a3e4-18141fa51722 HTTP/1.1" 200 1496 0.003769 10.0.0.22 - - [2026-03-23 02:01:03] "GET /routing-instance/c766a030-7023-4ca1-a3e4-18141fa51722 HTTP/1.1" 200 1496 0.003073 10.0.0.22 - - [2026-03-23 02:01:03] "GET /route-target/1add66a6-55c8-4d93-9c43-c71c30836065 HTTP/1.1" 200 1222 0.003808 10.0.0.22 - - [2026-03-23 02:01:03] "GET /virtual-network/6b9f6c29-8f06-45b0-8b59-eafbcf673450 HTTP/1.1" 200 3532 0.006264 10.0.0.22 - - [2026-03-23 02:01:03] "GET /routing-instance/c766a030-7023-4ca1-a3e4-18141fa51722 HTTP/1.1" 200 1496 0.005644 10.0.0.22 - - [2026-03-23 02:01:03] "GET /virtual-network/6b9f6c29-8f06-45b0-8b59-eafbcf673450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.006026 10.0.0.22 - - [2026-03-23 02:01:03] "GET /virtual-network/6b9f6c29-8f06-45b0-8b59-eafbcf673450 HTTP/1.1" 200 3532 0.005829 10.0.0.22 - - [2026-03-23 02:01:03] "GET /routing-instance/c766a030-7023-4ca1-a3e4-18141fa51722 HTTP/1.1" 200 1496 0.003748 10.0.0.22 - - [2026-03-23 02:01:03] "GET /routing-instance/c766a030-7023-4ca1-a3e4-18141fa51722 HTTP/1.1" 200 1496 0.003194 10.0.0.22 - - [2026-03-23 02:01:03] "GET /route-target/1add66a6-55c8-4d93-9c43-c71c30836065 HTTP/1.1" 200 1222 0.002925 10.0.0.22 - - [2026-03-23 02:01:03] "GET /domains HTTP/1.1" 200 280 0.002513 10.0.0.22 - - [2026-03-23 02:01:03] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.22 - - [2026-03-23 02:01:03] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 3156 0.006584 10.0.0.22 - - [2026-03-23 02:01:03] "GET /projects?obj_uuids=83b68793-f80f-4c9a-9bde-b267294218a9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000845 10.0.0.22 - - [2026-03-23 02:01:03] "GET /project/83b68793-f80f-4c9a-9bde-b267294218a9 HTTP/1.1" 200 2458 0.064466 10.0.0.22 - - [2026-03-23 02:01:03] "GET /virtual-network/6b9f6c29-8f06-45b0-8b59-eafbcf673450 HTTP/1.1" 200 3532 0.005610 10.0.0.22 - - [2026-03-23 02:01:04] "GET /obj-perms HTTP/1.1" 200 5062 0.050280 10.0.0.22 - - [2026-03-23 02:01:04] "GET /domains HTTP/1.1" 200 280 0.002295 10.0.0.22 - - [2026-03-23 02:01:04] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000912 10.0.0.22 - - [2026-03-23 02:01:04] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 3156 0.006037 10.0.0.22 - - [2026-03-23 02:01:04] "GET /projects?obj_uuids=83b68793-f80f-4c9a-9bde-b267294218a9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000901 10.0.0.22 - - [2026-03-23 02:01:04] "GET /project/83b68793-f80f-4c9a-9bde-b267294218a9 HTTP/1.1" 200 2458 0.065942 10.0.0.22 - - [2026-03-23 02:01:04] "GET /network-policy/d66182f0-09d3-4c73-962f-5a46df8ad478 HTTP/1.1" 200 3480 0.004786 10.0.0.22 - - [2026-03-23 02:01:04] "DELETE /network-policy/d66182f0-09d3-4c73-962f-5a46df8ad478 HTTP/1.1" 409 238 0.006543 10.0.0.22 - - [2026-03-23 02:01:04] "POST /neutron/network HTTP/1.1" 200 1119 0.008713 10.0.0.22 - - [2026-03-23 02:01:04] "DELETE /access-control-list/9963676e-f6f4-4a2f-a0b8-2255be98f937 HTTP/1.1" 200 115 0.028060 10.0.0.22 - - [2026-03-23 02:01:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003067 10.0.0.22 - - [2026-03-23 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.22 - - [2026-03-23 02:01:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001843 10.0.0.22 - - [2026-03-23 02:01:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001883 10.0.0.22 - - [2026-03-23 02:01:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001680 10.0.0.22 - - [2026-03-23 02:01:04] "POST /neutron/network HTTP/1.1" 200 151 0.099926 10.0.0.22 - - [2026-03-23 02:01:04] "GET /routing-instance/c766a030-7023-4ca1-a3e4-18141fa51722 HTTP/1.1" 404 171 0.002782 10.0.0.22 - - [2026-03-23 02:01:04] "GET /domains HTTP/1.1" 200 280 0.003190 10.0.0.22 - - [2026-03-23 02:01:04] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001235 10.0.0.22 - - [2026-03-23 02:01:04] "DELETE /route-target/1add66a6-55c8-4d93-9c43-c71c30836065 HTTP/1.1" 200 115 0.012861 10.0.0.22 - - [2026-03-23 02:01:04] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 3156 0.049606 10.0.0.22 - - [2026-03-23 02:01:04] "GET /projects?obj_uuids=83b68793-f80f-4c9a-9bde-b267294218a9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001120 10.0.0.22 - - [2026-03-23 02:01:04] "GET /project/83b68793-f80f-4c9a-9bde-b267294218a9 HTTP/1.1" 200 2204 0.076667 10.0.0.22 - - [2026-03-23 02:01:04] "DELETE /network-policy/d66182f0-09d3-4c73-962f-5a46df8ad478 HTTP/1.1" 200 115 0.029766 10.0.0.22 - - [2026-03-23 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002552 10.0.0.22 - - [2026-03-23 02:01:04] "GET /projects?obj_uuids=83b68793-f80f-4c9a-9bde-b267294218a9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000950 10.0.0.22 - - [2026-03-23 02:01:04] "GET /project/83b68793-f80f-4c9a-9bde-b267294218a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.024499 10.0.0.22 - - [2026-03-23 02:01:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-22128087&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004007 10.0.0.22 - - [2026-03-23 02:01:05] "GET /projects?obj_uuids=83b68793-f80f-4c9a-9bde-b267294218a9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001716 10.0.0.22 - - [2026-03-23 02:01:05] "GET /project/83b68793-f80f-4c9a-9bde-b267294218a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.022984 10.0.0.22 - - [2026-03-23 02:01:05] "GET /projects?obj_uuids=83b68793-f80f-4c9a-9bde-b267294218a9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000897 10.0.0.22 - - [2026-03-23 02:01:05] "GET /project/83b68793-f80f-4c9a-9bde-b267294218a9?fields=virtual_networks HTTP/1.1" 200 1064 0.066849 10.0.0.22 - - [2026-03-23 02:01:05] "GET /projects?obj_uuids=83b68793-f80f-4c9a-9bde-b267294218a9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001043 10.0.0.22 - - [2026-03-23 02:01:05] "GET /project/83b68793-f80f-4c9a-9bde-b267294218a9?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.025010 10.0.0.22 - - [2026-03-23 02:01:05] "GET /projects?obj_uuids=83b68793-f80f-4c9a-9bde-b267294218a9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001214 10.0.0.22 - - [2026-03-23 02:01:05] "GET /project/83b68793-f80f-4c9a-9bde-b267294218a9?fields=security_groups HTTP/1.1" 200 1306 0.025993 10.0.0.22 - - [2026-03-23 02:01:06] "POST /fqname-to-id HTTP/1.1" 404 190 0.030300 10.0.0.22 - - [2026-03-23 02:01:06] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002097 10.0.0.22 - - [2026-03-23 02:01:06] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001623 10.0.0.22 - - [2026-03-23 02:01:06] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007967 10.0.0.22 - - [2026-03-23 02:01:06] "POST /id-to-fqname HTTP/1.1" 200 192 0.001110 10.0.0.22 - - [2026-03-23 02:01:06] "POST /fqname-to-id HTTP/1.1" 404 201 0.003164 10.0.0.22 - - [2026-03-23 02:01:06] "POST /security-groups HTTP/1.1" 200 593 0.060290 10.0.0.22 - - [2026-03-23 02:01:06] "POST /fqname-to-id HTTP/1.1" 404 236 0.002444 10.0.0.22 - - [2026-03-23 02:01:06] "POST /projects HTTP/1.1" 200 589 0.206315 10.0.0.22 - - [2026-03-23 02:01:06] "POST /access-control-lists HTTP/1.1" 200 598 0.057438 10.0.0.22 - - [2026-03-23 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.275751 10.0.0.22 - - [2026-03-23 02:01:06] "POST /fqname-to-id HTTP/1.1" 404 235 0.002736 10.0.0.22 - - [2026-03-23 02:01:06] "GET /project/925af656-10e2-43dc-9257-c391f68287a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.396946 10.0.0.22 - - [2026-03-23 02:01:06] "POST /access-control-lists HTTP/1.1" 200 596 0.060697 10.0.0.22 - - [2026-03-23 02:01:07] "GET / HTTP/1.1" 200 35931 0.002870 10.0.0.22 - - [2026-03-23 02:01:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.22 - - [2026-03-23 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.055473 10.0.0.22 - - [2026-03-23 02:01:08] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001219 10.0.0.22 - - [2026-03-23 02:01:08] "GET /project/925af656-10e2-43dc-9257-c391f68287a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.026726 10.0.0.22 - - [2026-03-23 02:01:09] "POST /neutron/network HTTP/1.1" 200 117 0.039821 10.0.0.22 - - [2026-03-23 02:01:09] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000980 10.0.0.22 - - [2026-03-23 02:01:09] "POST /neutron/network HTTP/1.1" 200 607 0.059291 10.0.0.22 - - [2026-03-23 02:01:09] "POST /route-targets HTTP/1.1" 200 327 0.009336 10.0.0.22 - - [2026-03-23 02:01:09] "POST /ref-update HTTP/1.1" 200 156 0.012031 10.0.0.22 - - [2026-03-23 02:01:09] "POST /useragent-kv HTTP/1.1" 200 115 0.005378 10.0.0.22 - - [2026-03-23 02:01:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.151255 10.0.0.22 - - [2026-03-23 02:01:09] "POST /neutron/network HTTP/1.1" 200 826 0.004909 10.0.0.22 - - [2026-03-23 02:01:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001274 10.0.0.22 - - [2026-03-23 02:01:09] "GET /virtual-network/4424db15-79ec-434e-967b-69db13a7928c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004653 10.0.0.22 - - [2026-03-23 02:01:09] "POST /neutron/network HTTP/1.1" 200 826 0.005328 10.0.0.22 - - [2026-03-23 02:01:09] "GET /virtual-network/4424db15-79ec-434e-967b-69db13a7928c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006249 10.0.0.22 - - [2026-03-23 02:01:09] "POST /neutron/network HTTP/1.1" 200 826 0.004838 10.0.0.22 - - [2026-03-23 02:01:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.006186 10.0.0.22 - - [2026-03-23 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002200 10.0.0.22 - - [2026-03-23 02:01:09] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000910 10.0.0.22 - - [2026-03-23 02:01:09] "GET /project/925af656-10e2-43dc-9257-c391f68287a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.022566 10.0.0.22 - - [2026-03-23 02:01:09] "POST /neutron/network HTTP/1.1" 200 117 0.008539 10.0.0.22 - - [2026-03-23 02:01:09] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000974 10.0.0.22 - - [2026-03-23 02:01:09] "POST /neutron/network HTTP/1.1" 200 607 0.063217 10.0.0.22 - - [2026-03-23 02:01:09] "POST /route-targets HTTP/1.1" 200 327 0.010759 10.0.0.22 - - [2026-03-23 02:01:09] "POST /ref-update HTTP/1.1" 200 156 0.010755 10.0.0.22 - - [2026-03-23 02:01:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004249 10.0.0.22 - - [2026-03-23 02:01:09] "POST /neutron/subnet HTTP/1.1" 200 719 0.129141 10.0.0.22 - - [2026-03-23 02:01:09] "POST /neutron/network HTTP/1.1" 200 825 0.004820 10.0.0.22 - - [2026-03-23 02:01:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001100 10.0.0.22 - - [2026-03-23 02:01:09] "GET /virtual-network/8c14b444-550d-4529-9354-2b8c4d2e9c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004492 10.0.0.22 - - [2026-03-23 02:01:09] "POST /neutron/network HTTP/1.1" 200 825 0.006593 10.0.0.22 - - [2026-03-23 02:01:09] "GET /virtual-network/8c14b444-550d-4529-9354-2b8c4d2e9c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004966 10.0.0.22 - - [2026-03-23 02:01:09] "POST /neutron/network HTTP/1.1" 200 825 0.004855 10.0.0.22 - - [2026-03-23 02:01:09] "POST /neutron/subnet HTTP/1.1" 200 719 0.005943 10.0.0.22 - - [2026-03-23 02:01:10] "POST /fqname-to-id HTTP/1.1" 404 228 0.002170 10.0.0.22 - - [2026-03-23 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002084 10.0.0.22 - - [2026-03-23 02:01:10] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001380 10.0.0.22 - - [2026-03-23 02:01:10] "GET /project/925af656-10e2-43dc-9257-c391f68287a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.036115 10.0.0.22 - - [2026-03-23 02:01:10] "POST /network-policys HTTP/1.1" 200 571 0.017445 10.0.0.22 - - [2026-03-23 02:01:10] "GET /network-policy/79582361-c9df-4343-8bee-03fb0a247d07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005248 10.0.0.22 - - [2026-03-23 02:01:10] "POST /neutron/network HTTP/1.1" 200 826 0.008891 10.0.0.22 - - [2026-03-23 02:01:10] "POST /fqname-to-id HTTP/1.1" 404 236 0.008067 10.0.0.22 - - [2026-03-23 02:01:10] "POST /neutron/network HTTP/1.1" 200 928 0.069829 10.0.0.22 - - [2026-03-23 02:01:10] "POST /neutron/network HTTP/1.1" 200 928 0.035240 10.0.0.22 - - [2026-03-23 02:01:10] "POST /access-control-lists HTTP/1.1" 200 590 0.074934 10.0.0.22 - - [2026-03-23 02:01:10] "GET /virtual-network/4424db15-79ec-434e-967b-69db13a7928c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006211 10.0.0.22 - - [2026-03-23 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002418 10.0.0.22 - - [2026-03-23 02:01:10] "GET /network-policy/79582361-c9df-4343-8bee-03fb0a247d07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003654 10.0.0.22 - - [2026-03-23 02:01:10] "POST /neutron/network HTTP/1.1" 200 825 0.005673 10.0.0.22 - - [2026-03-23 02:01:10] "POST /neutron/network HTTP/1.1" 200 927 0.040983 10.0.0.22 - - [2026-03-23 02:01:10] "PUT /access-control-list/15551dd2-1778-4242-912d-5018dbd758e5 HTTP/1.1" 200 272 0.011615 10.0.0.22 - - [2026-03-23 02:01:10] "POST /fqname-to-id HTTP/1.1" 404 236 0.002205 10.0.0.22 - - [2026-03-23 02:01:10] "POST /neutron/network HTTP/1.1" 200 927 0.004522 10.0.0.22 - - [2026-03-23 02:01:10] "GET /virtual-network/8c14b444-550d-4529-9354-2b8c4d2e9c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.003922 10.0.0.22 - - [2026-03-23 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001868 10.0.0.22 - - [2026-03-23 02:01:10] "GET /network-policy/79582361-c9df-4343-8bee-03fb0a247d07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.032316 10.0.0.22 - - [2026-03-23 02:01:10] "POST /access-control-lists HTTP/1.1" 200 590 0.057713 10.0.0.22 - - [2026-03-23 02:01:10] "GET /domains HTTP/1.1" 401 292 0.000422 10.0.0.22 - - [2026-03-23 02:01:10] "POST /ref-update HTTP/1.1" 200 156 0.009068 10.0.0.22 - - [2026-03-23 02:01:11] "GET /domains HTTP/1.1" 200 280 0.034703 10.0.0.22 - - [2026-03-23 02:01:11] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.22 - - [2026-03-23 02:01:11] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 3344 0.007473 10.0.0.22 - - [2026-03-23 02:01:11] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001249 10.0.0.22 - - [2026-03-23 02:01:11] "GET /project/925af656-10e2-43dc-9257-c391f68287a6 HTTP/1.1" 200 2572 0.068721 10.0.0.22 - - [2026-03-23 02:01:11] "GET /virtual-network/4424db15-79ec-434e-967b-69db13a7928c HTTP/1.1" 200 2892 0.005729 10.0.0.22 - - [2026-03-23 02:01:11] "GET /virtual-network/4424db15-79ec-434e-967b-69db13a7928c HTTP/1.1" 200 2892 0.004334 10.0.0.22 - - [2026-03-23 02:01:11] "GET /routing-instance/06159879-797d-42b5-a139-fcb6112421ad HTTP/1.1" 200 1782 0.003291 10.0.0.22 - - [2026-03-23 02:01:11] "GET /routing-instance/06159879-797d-42b5-a139-fcb6112421ad HTTP/1.1" 200 1782 0.003342 10.0.0.22 - - [2026-03-23 02:01:11] "GET /route-target/ea7dcbf8-9923-4326-976e-867761d7001a HTTP/1.1" 200 1207 0.003048 10.0.0.22 - - [2026-03-23 02:01:11] "GET /virtual-network/4424db15-79ec-434e-967b-69db13a7928c HTTP/1.1" 200 2892 0.004406 10.0.0.22 - - [2026-03-23 02:01:11] "GET /routing-instance/06159879-797d-42b5-a139-fcb6112421ad HTTP/1.1" 200 1782 0.003858 10.0.0.22 - - [2026-03-23 02:01:11] "GET /virtual-network/4424db15-79ec-434e-967b-69db13a7928c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005550 10.0.0.22 - - [2026-03-23 02:01:11] "GET /virtual-network/4424db15-79ec-434e-967b-69db13a7928c HTTP/1.1" 200 2892 0.005899 10.0.0.22 - - [2026-03-23 02:01:11] "GET /routing-instance/06159879-797d-42b5-a139-fcb6112421ad HTTP/1.1" 200 1782 0.002861 10.0.0.22 - - [2026-03-23 02:01:11] "GET /routing-instance/06159879-797d-42b5-a139-fcb6112421ad HTTP/1.1" 200 1782 0.002865 10.0.0.22 - - [2026-03-23 02:01:11] "GET /route-target/ea7dcbf8-9923-4326-976e-867761d7001a HTTP/1.1" 200 1207 0.002629 10.0.0.22 - - [2026-03-23 02:01:11] "GET /domains HTTP/1.1" 200 280 0.002401 10.0.0.22 - - [2026-03-23 02:01:11] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000900 10.0.0.22 - - [2026-03-23 02:01:11] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 3344 0.006253 10.0.0.22 - - [2026-03-23 02:01:11] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000856 10.0.0.22 - - [2026-03-23 02:01:11] "GET /project/925af656-10e2-43dc-9257-c391f68287a6 HTTP/1.1" 200 2572 0.065580 10.0.0.22 - - [2026-03-23 02:01:11] "GET /virtual-network/4424db15-79ec-434e-967b-69db13a7928c HTTP/1.1" 200 2892 0.004094 10.0.0.22 - - [2026-03-23 02:01:11] "GET /obj-perms HTTP/1.1" 200 5034 0.052574 10.0.0.22 - - [2026-03-23 02:01:11] "GET /domains HTTP/1.1" 200 280 0.002307 10.0.0.22 - - [2026-03-23 02:01:11] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000858 10.0.0.22 - - [2026-03-23 02:01:11] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 3344 0.005959 10.0.0.22 - - [2026-03-23 02:01:11] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000890 10.0.0.22 - - [2026-03-23 02:01:11] "GET /project/925af656-10e2-43dc-9257-c391f68287a6 HTTP/1.1" 200 2572 0.070343 10.0.0.22 - - [2026-03-23 02:01:11] "GET /virtual-network/8c14b444-550d-4529-9354-2b8c4d2e9c68 HTTP/1.1" 200 2890 0.006082 10.0.0.22 - - [2026-03-23 02:01:11] "GET /virtual-network/8c14b444-550d-4529-9354-2b8c4d2e9c68 HTTP/1.1" 200 2890 0.004821 10.0.0.22 - - [2026-03-23 02:01:11] "GET /routing-instance/8c30343a-3028-41c1-834e-7e88ff86b80f HTTP/1.1" 200 1783 0.002898 10.0.0.22 - - [2026-03-23 02:01:11] "GET /routing-instance/8c30343a-3028-41c1-834e-7e88ff86b80f HTTP/1.1" 200 1783 0.002756 10.0.0.22 - - [2026-03-23 02:01:11] "GET /route-target/1ecd54b9-9fe6-459b-b29c-147e45916c05 HTTP/1.1" 200 1206 0.003253 10.0.0.22 - - [2026-03-23 02:01:11] "GET /virtual-network/8c14b444-550d-4529-9354-2b8c4d2e9c68 HTTP/1.1" 200 2890 0.005458 10.0.0.22 - - [2026-03-23 02:01:11] "GET /routing-instance/8c30343a-3028-41c1-834e-7e88ff86b80f HTTP/1.1" 200 1783 0.003044 10.0.0.22 - - [2026-03-23 02:01:11] "GET /virtual-network/8c14b444-550d-4529-9354-2b8c4d2e9c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004783 10.0.0.22 - - [2026-03-23 02:01:11] "GET /virtual-network/8c14b444-550d-4529-9354-2b8c4d2e9c68 HTTP/1.1" 200 2890 0.004080 10.0.0.22 - - [2026-03-23 02:01:11] "GET /routing-instance/8c30343a-3028-41c1-834e-7e88ff86b80f HTTP/1.1" 200 1783 0.003513 10.0.0.22 - - [2026-03-23 02:01:11] "GET /routing-instance/8c30343a-3028-41c1-834e-7e88ff86b80f HTTP/1.1" 200 1783 0.002823 10.0.0.22 - - [2026-03-23 02:01:11] "GET /route-target/1ecd54b9-9fe6-459b-b29c-147e45916c05 HTTP/1.1" 200 1206 0.003754 10.0.0.22 - - [2026-03-23 02:01:11] "GET /domains HTTP/1.1" 200 280 0.002774 10.0.0.22 - - [2026-03-23 02:01:11] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001155 10.0.0.22 - - [2026-03-23 02:01:11] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 3344 0.007180 10.0.0.22 - - [2026-03-23 02:01:11] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001120 10.0.0.22 - - [2026-03-23 02:01:11] "GET /project/925af656-10e2-43dc-9257-c391f68287a6 HTTP/1.1" 200 2572 0.067537 10.0.0.22 - - [2026-03-23 02:01:11] "GET /virtual-network/8c14b444-550d-4529-9354-2b8c4d2e9c68 HTTP/1.1" 200 2890 0.004473 10.0.0.22 - - [2026-03-23 02:01:11] "GET /obj-perms HTTP/1.1" 200 5034 0.003426 10.0.0.22 - - [2026-03-23 02:01:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001275 10.0.0.22 - - [2026-03-23 02:01:12] "POST /neutron/network HTTP/1.1" 200 938 0.005742 10.0.0.22 - - [2026-03-23 02:01:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000427 10.0.0.22 - - [2026-03-23 02:01:12] "GET / HTTP/1.1" 200 35931 0.001431 10.0.0.22 - - [2026-03-23 02:01:12] "GET /project/925af656-10e2-43dc-9257-c391f68287a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000372 10.0.0.22 - - [2026-03-23 02:01:12] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001288 10.0.0.22 - - [2026-03-23 02:01:12] "GET /project/925af656-10e2-43dc-9257-c391f68287a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.052463 10.0.0.22 - - [2026-03-23 02:01:12] "POST /neutron/network HTTP/1.1" 200 928 0.005998 10.0.0.22 - - [2026-03-23 02:01:13] "POST /neutron/port HTTP/1.1" 200 117 0.005895 10.0.0.22 - - [2026-03-23 02:01:13] "POST /neutron/port HTTP/1.1" 200 117 0.005509 10.0.0.22 - - [2026-03-23 02:01:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001640 10.0.0.22 - - [2026-03-23 02:01:13] "POST /neutron/port HTTP/1.1" 200 117 0.004100 10.0.0.22 - - [2026-03-23 02:01:13] "POST /neutron/network HTTP/1.1" 200 937 0.004928 10.0.0.22 - - [2026-03-23 02:01:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000497 10.0.0.22 - - [2026-03-23 02:01:13] "POST /neutron/network HTTP/1.1" 200 938 0.004744 10.0.0.22 - - [2026-03-23 02:01:13] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000947 10.0.0.22 - - [2026-03-23 02:01:13] "GET / HTTP/1.1" 200 35931 0.001576 10.0.0.22 - - [2026-03-23 02:01:13] "GET /project/925af656-10e2-43dc-9257-c391f68287a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000364 10.0.0.22 - - [2026-03-23 02:01:13] "POST /neutron/port HTTP/1.1" 200 1062 0.211308 10.0.0.22 - - [2026-03-23 02:01:13] "POST /neutron/port HTTP/1.1" 200 1062 0.008148 10.0.0.22 - - [2026-03-23 02:01:13] "POST /neutron/port HTTP/1.1" 200 1062 0.010195 10.0.0.22 - - [2026-03-23 02:01:13] "POST /neutron/port HTTP/1.1" 200 1116 0.051193 10.0.0.22 - - [2026-03-23 02:01:13] "POST /neutron/port HTTP/1.1" 200 1126 0.010745 10.0.0.22 - - [2026-03-23 02:01:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002994 10.0.0.22 - - [2026-03-23 02:01:13] "POST /neutron/subnet HTTP/1.1" 200 698 0.005900 10.0.0.22 - - [2026-03-23 02:01:13] "POST /neutron/port HTTP/1.1" 200 117 0.001009 10.0.0.22 - - [2026-03-23 02:01:13] "POST /neutron/network HTTP/1.1" 200 928 0.004525 10.0.0.22 - - [2026-03-23 02:01:14] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000987 10.0.0.22 - - [2026-03-23 02:01:14] "GET /project/925af656-10e2-43dc-9257-c391f68287a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.046274 10.0.0.22 - - [2026-03-23 02:01:14] "POST /neutron/network HTTP/1.1" 200 927 0.004843 10.0.0.22 - - [2026-03-23 02:01:14] "POST /neutron/port HTTP/1.1" 200 1126 0.024213 10.0.0.22 - - [2026-03-23 02:01:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006069 10.0.0.22 - - [2026-03-23 02:01:14] "POST /neutron/port HTTP/1.1" 200 117 0.005181 10.0.0.22 - - [2026-03-23 02:01:14] "POST /neutron/port HTTP/1.1" 200 1126 0.012815 10.0.0.22 - - [2026-03-23 02:01:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005952 10.0.0.22 - - [2026-03-23 02:01:14] "POST /neutron/network HTTP/1.1" 200 937 0.004868 10.0.0.22 - - [2026-03-23 02:01:14] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000934 10.0.0.22 - - [2026-03-23 02:01:14] "PUT /access-control-list/0d14e939-30cf-4dd3-8cb3-1960089af02c HTTP/1.1" 200 272 0.055970 10.0.0.22 - - [2026-03-23 02:01:14] "POST /neutron/port HTTP/1.1" 200 1061 0.284257 10.0.0.22 - - [2026-03-23 02:01:14] "POST /neutron/port HTTP/1.1" 200 1061 0.011197 10.0.0.22 - - [2026-03-23 02:01:14] "POST /neutron/port HTTP/1.1" 200 1061 0.008392 10.0.0.22 - - [2026-03-23 02:01:14] "POST /neutron/port HTTP/1.1" 200 1115 0.078616 10.0.0.22 - - [2026-03-23 02:01:15] "POST /neutron/port HTTP/1.1" 200 1125 0.013537 10.0.0.22 - - [2026-03-23 02:01:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003843 10.0.0.22 - - [2026-03-23 02:01:15] "POST /neutron/subnet HTTP/1.1" 200 693 0.012745 10.0.0.22 - - [2026-03-23 02:01:15] "POST /neutron/port HTTP/1.1" 200 117 0.001318 10.0.0.22 - - [2026-03-23 02:01:15] "POST /neutron/network HTTP/1.1" 200 927 0.006447 10.0.0.22 - - [2026-03-23 02:01:16] "DELETE /project/d57e360828ce40c8aeb33992ec7e2103 HTTP/1.1" 404 173 0.017511 10.0.0.22 - - [2026-03-23 02:01:16] "DELETE /project/83b68793f80f4c9a9bdeb267294218a9 HTTP/1.1" 404 173 0.012250 10.0.0.22 - - [2026-03-23 02:01:16] "DELETE /project/925af65610e243dc9257c391f68287a6 HTTP/1.1" 404 173 0.011539 10.0.0.22 - - [2026-03-23 02:01:16] "DELETE /project/b2c06ca41ae64108a7e424cca3f73223 HTTP/1.1" 404 173 0.017559 10.0.0.22 - - [2026-03-23 02:01:16] "GET /projects?obj_uuids=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000933 10.0.0.22 - - [2026-03-23 02:01:16] "GET /projects?obj_uuids=83b68793-f80f-4c9a-9bde-b267294218a9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000851 10.0.0.22 - - [2026-03-23 02:01:16] "GET /projects?obj_uuids=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000754 10.0.0.22 - - [2026-03-23 02:01:16] "GET /projects?obj_uuids=d57e3608-28ce-40c8-aeb3-3992ec7e2103&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000814 10.0.0.22 - - [2026-03-23 02:01:16] "GET /project/d57e3608-28ce-40c8-aeb3-3992ec7e2103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.042623 10.0.0.22 - - [2026-03-23 02:01:16] "GET /project/83b68793-f80f-4c9a-9bde-b267294218a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.044350 10.0.0.22 - - [2026-03-23 02:01:16] "GET /project/b2c06ca4-1ae6-4108-a7e4-24cca3f73223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.050632 10.0.0.22 - - [2026-03-23 02:01:16] "GET /project/0add560b-fdd6-4454-9076-09fd196309f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.050995 10.0.0.22 - - [2026-03-23 02:01:16] "GET /projects?obj_uuids=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001294 10.0.0.22 - - [2026-03-23 02:01:16] "GET /projects?obj_uuids=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000937 10.0.0.22 - - [2026-03-23 02:01:16] "GET /projects?obj_uuids=83b68793-f80f-4c9a-9bde-b267294218a9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001217 10.0.0.22 - - [2026-03-23 02:01:16] "GET /projects?obj_uuids=d57e3608-28ce-40c8-aeb3-3992ec7e2103&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001104 10.0.0.22 - - [2026-03-23 02:01:16] "GET /project/d57e3608-28ce-40c8-aeb3-3992ec7e2103?fields=security_groups HTTP/1.1" 200 1388 0.075691 10.0.0.22 - - [2026-03-23 02:01:16] "GET /project/83b68793-f80f-4c9a-9bde-b267294218a9?fields=security_groups HTTP/1.1" 200 1411 0.078115 10.0.0.22 - - [2026-03-23 02:01:16] "GET /project/b2c06ca4-1ae6-4108-a7e4-24cca3f73223?fields=security_groups HTTP/1.1" 200 1373 0.079687 10.0.0.22 - - [2026-03-23 02:01:16] "GET /project/0add560b-fdd6-4454-9076-09fd196309f0?fields=security_groups HTTP/1.1" 200 1356 0.080261 10.0.0.22 - - [2026-03-23 02:01:16] "DELETE /access-control-list/5e3326bf-9199-4ffb-837b-e212c3c8aa9d HTTP/1.1" 200 115 0.050262 10.0.0.22 - - [2026-03-23 02:01:16] "DELETE /security-group/eed9bdf0-0c0c-4dc5-a400-497a509e593d HTTP/1.1" 200 115 0.092330 10.0.0.22 - - [2026-03-23 02:01:16] "GET /projects?obj_uuids=d57e3608-28ce-40c8-aeb3-3992ec7e2103&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001445 10.0.0.22 - - [2026-03-23 02:01:16] "DELETE /security-group/4feba4bd-6c75-45d2-a192-72b7aab06cf1 HTTP/1.1" 200 115 0.097995 10.0.0.22 - - [2026-03-23 02:01:17] "GET /projects?obj_uuids=b2c06ca4-1ae6-4108-a7e4-24cca3f73223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001040 10.0.0.22 - - [2026-03-23 02:01:17] "DELETE /security-group/4a4a2ca0-1188-465d-98a3-b568e2b47188 HTTP/1.1" 200 115 0.116225 10.0.0.22 - - [2026-03-23 02:01:17] "GET /projects?obj_uuids=83b68793-f80f-4c9a-9bde-b267294218a9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000876 10.0.0.22 - - [2026-03-23 02:01:17] "DELETE /security-group/33ad349c-48c8-48ee-8d16-af51798f99c2 HTTP/1.1" 200 115 0.115637 10.0.0.22 - - [2026-03-23 02:01:17] "GET /projects?obj_uuids=0add560b-fdd6-4454-9076-09fd196309f0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000909 10.0.0.22 - - [2026-03-23 02:01:17] "DELETE /access-control-list/1df18a1f-dec5-4fdb-be6b-fa47453adf17 HTTP/1.1" 200 115 0.064834 10.0.0.22 - - [2026-03-23 02:01:17] "GET /project/d57e3608-28ce-40c8-aeb3-3992ec7e2103?fields=application_policy_sets HTTP/1.1" 200 1427 0.069346 10.0.0.22 - - [2026-03-23 02:01:17] "GET /project/83b68793-f80f-4c9a-9bde-b267294218a9?fields=application_policy_sets HTTP/1.1" 200 1450 0.063432 10.0.0.22 - - [2026-03-23 02:01:17] "GET /project/b2c06ca4-1ae6-4108-a7e4-24cca3f73223?fields=application_policy_sets HTTP/1.1" 200 1412 0.111775 10.0.0.22 - - [2026-03-23 02:01:17] "DELETE /access-control-list/db224ebe-cbb8-4fe2-8c79-e2e6a5b7f55a HTTP/1.1" 200 115 0.060725 10.0.0.22 - - [2026-03-23 02:01:17] "GET /project/0add560b-fdd6-4454-9076-09fd196309f0?fields=application_policy_sets HTTP/1.1" 200 1395 0.114996 10.0.0.22 - - [2026-03-23 02:01:17] "DELETE /access-control-list/8a7e80fa-1090-4b1c-b552-5ea69636d8e3 HTTP/1.1" 200 115 0.065720 10.0.0.22 - - [2026-03-23 02:01:17] "DELETE /access-control-list/1edc7f14-2bd4-4880-b55b-9ce98fe3058c HTTP/1.1" 200 115 0.063398 10.0.0.22 - - [2026-03-23 02:01:17] "DELETE /access-control-list/a472dc78-08ea-44f2-ae66-a7274ef28e07 HTTP/1.1" 200 115 0.035060 10.0.0.22 - - [2026-03-23 02:01:17] "DELETE /project/d57e3608-28ce-40c8-aeb3-3992ec7e2103 HTTP/1.1" 200 115 0.594695 10.0.0.22 - - [2026-03-23 02:01:17] "DELETE /project/83b68793-f80f-4c9a-9bde-b267294218a9 HTTP/1.1" 200 115 0.625030 10.0.0.22 - - [2026-03-23 02:01:17] "DELETE /project/b2c06ca4-1ae6-4108-a7e4-24cca3f73223 HTTP/1.1" 200 115 0.629754 10.0.0.22 - - [2026-03-23 02:01:17] "DELETE /access-control-list/e120cd6f-3d2b-4c3d-a146-74add8934f82 HTTP/1.1" 200 115 0.036407 10.0.0.22 - - [2026-03-23 02:01:17] "DELETE /project/0add560b-fdd6-4454-9076-09fd196309f0 HTTP/1.1" 200 115 0.649539 10.0.0.22 - - [2026-03-23 02:01:17] "DELETE /access-control-list/ab1ce600-2851-4acf-abeb-48568b40b85d HTTP/1.1" 200 115 0.015122 10.0.0.22 - - [2026-03-23 02:01:19] "POST /neutron/port HTTP/1.1" 200 1126 0.010442 10.0.0.22 - - [2026-03-23 02:01:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006408 10.0.0.22 - - [2026-03-23 02:01:19] "POST /neutron/port HTTP/1.1" 200 1126 0.010580 10.0.0.22 - - [2026-03-23 02:01:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005636 10.0.0.22 - - [2026-03-23 02:01:19] "POST /neutron/port HTTP/1.1" 200 1126 0.015515 10.0.0.22 - - [2026-03-23 02:01:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006875 10.0.0.22 - - [2026-03-23 02:01:19] "GET /virtual-machine/0915719b-0b25-42f8-9a8f-ccc18d9b3c34 HTTP/1.1" 200 1293 0.004589 10.0.0.22 - - [2026-03-23 02:01:19] "GET /virtual-machine-interface/565aa6ae-1f34-46d8-a9b8-c2023a04b9a3 HTTP/1.1" 200 2951 0.005269 10.0.0.22 - - [2026-03-23 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.22 - - [2026-03-23 02:01:19] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003545 10.0.0.22 - - [2026-03-23 02:01:19] "GET /virtual-networks?parent_id=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003229 10.0.0.22 - - [2026-03-23 02:01:19] "GET /virtual-network/4424db15-79ec-434e-967b-69db13a7928c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004869 10.0.0.22 - - [2026-03-23 02:01:21] "GET /obj-perms HTTP/1.1" 200 5056 0.049945 10.0.0.22 - - [2026-03-23 02:01:22] "GET /obj-perms HTTP/1.1" 200 5056 0.049264 10.0.0.22 - - [2026-03-23 02:01:22] "POST /neutron/port HTTP/1.1" 200 1126 0.011129 10.0.0.22 - - [2026-03-23 02:01:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005166 10.0.0.22 - - [2026-03-23 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.22 - - [2026-03-23 02:01:22] "GET /virtual-network/4424db15-79ec-434e-967b-69db13a7928c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004878 10.0.0.22 - - [2026-03-23 02:01:23] "POST /neutron/port HTTP/1.1" 200 1125 0.010932 10.0.0.22 - - [2026-03-23 02:01:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004876 10.0.0.22 - - [2026-03-23 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002605 10.0.0.22 - - [2026-03-23 02:01:25] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002647 10.0.0.22 - - [2026-03-23 02:01:25] "GET /virtual-networks?parent_id=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002442 10.0.0.22 - - [2026-03-23 02:01:25] "GET /virtual-network/4424db15-79ec-434e-967b-69db13a7928c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006508 10.0.0.22 - - [2026-03-23 02:01:25] "POST /neutron/port HTTP/1.1" 200 1125 0.010756 10.0.0.22 - - [2026-03-23 02:01:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005178 10.0.0.22 - - [2026-03-23 02:01:25] "POST /neutron/port HTTP/1.1" 200 1125 0.011391 10.0.0.22 - - [2026-03-23 02:01:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005824 10.0.0.22 - - [2026-03-23 02:01:25] "POST /neutron/port HTTP/1.1" 200 1125 0.011074 10.0.0.22 - - [2026-03-23 02:01:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005590 10.0.0.22 - - [2026-03-23 02:01:25] "GET /virtual-machine/27ba10f9-a939-4a6e-8082-3ca4e626197c HTTP/1.1" 200 1293 0.004017 10.0.0.22 - - [2026-03-23 02:01:25] "GET /virtual-machine-interface/dc3ef666-7073-434f-9592-2dc79760a7f6 HTTP/1.1" 200 2952 0.004320 10.0.0.22 - - [2026-03-23 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.22 - - [2026-03-23 02:01:25] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002558 10.0.0.22 - - [2026-03-23 02:01:25] "GET /virtual-networks?parent_id=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002597 10.0.0.22 - - [2026-03-23 02:01:25] "GET /virtual-network/8c14b444-550d-4529-9354-2b8c4d2e9c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005263 10.0.0.22 - - [2026-03-23 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002582 10.0.0.22 - - [2026-03-23 02:01:26] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003224 10.0.0.22 - - [2026-03-23 02:01:26] "GET /virtual-networks?parent_id=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002557 10.0.0.22 - - [2026-03-23 02:01:26] "GET /virtual-network/8c14b444-550d-4529-9354-2b8c4d2e9c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005274 10.0.0.22 - - [2026-03-23 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002526 10.0.0.22 - - [2026-03-23 02:01:31] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000998 10.0.0.22 - - [2026-03-23 02:01:31] "GET /project/925af656-10e2-43dc-9257-c391f68287a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.022307 10.0.0.22 - - [2026-03-23 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002518 10.0.0.22 - - [2026-03-23 02:01:31] "PUT /network-policy/79582361-c9df-4343-8bee-03fb0a247d07 HTTP/1.1" 200 262 0.011819 10.0.0.22 - - [2026-03-23 02:01:31] "PUT /access-control-list/15551dd2-1778-4242-912d-5018dbd758e5 HTTP/1.1" 200 272 0.051995 10.0.0.22 - - [2026-03-23 02:01:31] "POST /ref-update HTTP/1.1" 200 156 0.009982 10.0.0.22 - - [2026-03-23 02:01:31] "PUT /access-control-list/0d14e939-30cf-4dd3-8cb3-1960089af02c HTTP/1.1" 200 272 0.050245 10.0.0.22 - - [2026-03-23 02:01:31] "POST /ref-update HTTP/1.1" 200 156 0.009023 10.0.0.22 - - [2026-03-23 02:01:34] "GET /virtual-network/8c14b444-550d-4529-9354-2b8c4d2e9c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004873 10.0.0.22 - - [2026-03-23 02:01:34] "POST /neutron/network HTTP/1.1" 200 927 0.009497 10.0.0.22 - - [2026-03-23 02:01:34] "POST /neutron/network HTTP/1.1" 200 825 0.033631 10.0.0.22 - - [2026-03-23 02:01:34] "DELETE /access-control-list/0d14e939-30cf-4dd3-8cb3-1960089af02c HTTP/1.1" 200 115 0.021765 10.0.0.22 - - [2026-03-23 02:01:34] "POST /neutron/network HTTP/1.1" 200 825 0.010336 10.0.0.22 - - [2026-03-23 02:01:34] "GET /virtual-network/8c14b444-550d-4529-9354-2b8c4d2e9c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006645 10.0.0.22 - - [2026-03-23 02:01:34] "GET /virtual-network/4424db15-79ec-434e-967b-69db13a7928c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004795 10.0.0.22 - - [2026-03-23 02:01:34] "POST /neutron/network HTTP/1.1" 200 928 0.005113 10.0.0.22 - - [2026-03-23 02:01:34] "POST /neutron/network HTTP/1.1" 200 826 0.064046 10.0.0.22 - - [2026-03-23 02:01:34] "POST /neutron/network HTTP/1.1" 200 826 0.014626 10.0.0.22 - - [2026-03-23 02:01:34] "DELETE /access-control-list/15551dd2-1778-4242-912d-5018dbd758e5 HTTP/1.1" 200 115 0.091873 10.0.0.22 - - [2026-03-23 02:01:34] "GET /virtual-network/4424db15-79ec-434e-967b-69db13a7928c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005136 10.0.0.22 - - [2026-03-23 02:01:35] "DELETE /network-policy/79582361-c9df-4343-8bee-03fb0a247d07 HTTP/1.1" 200 115 0.029662 10.0.0.22 - - [2026-03-23 02:01:35] "POST /neutron/network HTTP/1.1" 200 825 0.006123 10.0.0.22 - - [2026-03-23 02:01:35] "POST /neutron/network HTTP/1.1" 400 204 0.016817 10.0.0.22 - - [2026-03-23 02:01:35] "POST /neutron/port HTTP/1.1" 200 1125 0.011708 10.0.0.22 - - [2026-03-23 02:01:35] "POST /neutron/port HTTP/1.1" 200 1115 0.008818 10.0.0.22 - - [2026-03-23 02:01:35] "POST /neutron/port HTTP/1.1" 200 1126 0.017307 10.0.0.22 - - [2026-03-23 02:01:35] "POST /neutron/port HTTP/1.1" 200 1116 0.010112 10.0.0.22 - - [2026-03-23 02:01:35] "POST /neutron/port HTTP/1.1" 200 151 0.122027 10.0.0.22 - - [2026-03-23 02:01:35] "POST /neutron/port HTTP/1.1" 200 151 0.122726 10.0.0.22 - - [2026-03-23 02:01:37] "POST /neutron/network HTTP/1.1" 200 825 0.004727 10.0.0.22 - - [2026-03-23 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.22 - - [2026-03-23 02:01:37] "POST /useragent-kv HTTP/1.1" 200 115 0.007592 10.0.0.22 - - [2026-03-23 02:01:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002318 10.0.0.22 - - [2026-03-23 02:01:37] "POST /neutron/network HTTP/1.1" 200 151 0.086091 10.0.0.22 - - [2026-03-23 02:01:37] "DELETE /route-target/1ecd54b9-9fe6-459b-b29c-147e45916c05 HTTP/1.1" 200 115 0.031863 10.0.0.22 - - [2026-03-23 02:01:37] "GET /routing-instance/8c30343a-3028-41c1-834e-7e88ff86b80f HTTP/1.1" 404 171 0.003102 10.0.0.22 - - [2026-03-23 02:01:37] "GET /domains HTTP/1.1" 200 280 0.002414 10.0.0.22 - - [2026-03-23 02:01:37] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001635 10.0.0.22 - - [2026-03-23 02:01:37] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2575 0.051715 10.0.0.22 - - [2026-03-23 02:01:37] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001222 10.0.0.22 - - [2026-03-23 02:01:37] "GET /project/925af656-10e2-43dc-9257-c391f68287a6 HTTP/1.1" 200 2104 0.066047 10.0.0.22 - - [2026-03-23 02:01:37] "POST /neutron/network HTTP/1.1" 200 826 0.004693 10.0.0.22 - - [2026-03-23 02:01:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002728 10.0.0.22 - - [2026-03-23 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.22 - - [2026-03-23 02:01:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001604 10.0.0.22 - - [2026-03-23 02:01:37] "POST /neutron/network HTTP/1.1" 200 151 0.062793 10.0.0.22 - - [2026-03-23 02:01:37] "GET /routing-instance/06159879-797d-42b5-a139-fcb6112421ad HTTP/1.1" 404 171 0.002953 10.0.0.22 - - [2026-03-23 02:01:37] "DELETE /route-target/ea7dcbf8-9923-4326-976e-867761d7001a HTTP/1.1" 200 115 0.013078 10.0.0.22 - - [2026-03-23 02:01:37] "GET /domains HTTP/1.1" 200 280 0.001990 10.0.0.22 - - [2026-03-23 02:01:37] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001245 10.0.0.22 - - [2026-03-23 02:01:37] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2575 0.047826 10.0.0.22 - - [2026-03-23 02:01:37] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000934 10.0.0.22 - - [2026-03-23 02:01:37] "GET /project/925af656-10e2-43dc-9257-c391f68287a6 HTTP/1.1" 200 1865 0.066882 10.0.0.22 - - [2026-03-23 02:01:37] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001338 10.0.0.22 - - [2026-03-23 02:01:37] "GET /project/925af656-10e2-43dc-9257-c391f68287a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.023775 10.0.0.22 - - [2026-03-23 02:01:37] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001165 10.0.0.22 - - [2026-03-23 02:01:37] "GET /project/925af656-10e2-43dc-9257-c391f68287a6?fields=virtual_networks HTTP/1.1" 200 1037 0.065707 10.0.0.22 - - [2026-03-23 02:01:37] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001021 10.0.0.22 - - [2026-03-23 02:01:37] "GET /project/925af656-10e2-43dc-9257-c391f68287a6?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.021478 10.0.0.22 - - [2026-03-23 02:01:38] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001375 10.0.0.22 - - [2026-03-23 02:01:38] "GET /project/925af656-10e2-43dc-9257-c391f68287a6?fields=security_groups HTTP/1.1" 200 1265 0.025068 10.0.0.22 - - [2026-03-23 02:01:38] "POST /fqname-to-id HTTP/1.1" 404 181 0.025727 10.0.0.22 - - [2026-03-23 02:01:38] "GET /projects?obj_uuids=8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002013 10.0.0.22 - - [2026-03-23 02:01:39] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.22 - - [2026-03-23 02:01:39] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008615 10.0.0.22 - - [2026-03-23 02:01:39] "POST /id-to-fqname HTTP/1.1" 200 183 0.001981 10.0.0.22 - - [2026-03-23 02:01:39] "POST /fqname-to-id HTTP/1.1" 404 192 0.002716 10.0.0.22 - - [2026-03-23 02:01:39] "POST /security-groups HTTP/1.1" 200 584 0.060009 10.0.0.22 - - [2026-03-23 02:01:39] "POST /fqname-to-id HTTP/1.1" 404 227 0.002561 10.0.0.22 - - [2026-03-23 02:01:39] "POST /projects HTTP/1.1" 200 571 0.205729 10.0.0.22 - - [2026-03-23 02:01:39] "POST /access-control-lists HTTP/1.1" 200 589 0.055557 10.0.0.22 - - [2026-03-23 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.281031 10.0.0.22 - - [2026-03-23 02:01:39] "POST /fqname-to-id HTTP/1.1" 404 226 0.002669 10.0.0.22 - - [2026-03-23 02:01:39] "GET /project/8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.402121 10.0.0.22 - - [2026-03-23 02:01:39] "POST /access-control-lists HTTP/1.1" 200 587 0.056874 10.0.0.22 - - [2026-03-23 02:01:40] "GET / HTTP/1.1" 200 35931 0.002183 10.0.0.22 - - [2026-03-23 02:01:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000554 10.0.0.22 - - [2026-03-23 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.057293 10.0.0.22 - - [2026-03-23 02:01:41] "GET /projects?obj_uuids=8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000918 10.0.0.22 - - [2026-03-23 02:01:41] "GET /project/8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.020209 10.0.0.22 - - [2026-03-23 02:01:41] "POST /neutron/network HTTP/1.1" 200 117 0.033088 10.0.0.22 - - [2026-03-23 02:01:41] "GET /projects?obj_uuids=8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001253 10.0.0.22 - - [2026-03-23 02:01:41] "POST /neutron/network HTTP/1.1" 200 612 0.055806 10.0.0.22 - - [2026-03-23 02:01:41] "POST /route-targets HTTP/1.1" 200 327 0.008541 10.0.0.22 - - [2026-03-23 02:01:41] "POST /ref-update HTTP/1.1" 200 156 0.012158 10.0.0.22 - - [2026-03-23 02:01:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002360 10.0.0.22 - - [2026-03-23 02:01:41] "POST /neutron/subnet HTTP/1.1" 200 720 0.208461 10.0.0.22 - - [2026-03-23 02:01:41] "POST /neutron/network HTTP/1.1" 200 830 0.004728 10.0.0.22 - - [2026-03-23 02:01:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001109 10.0.0.22 - - [2026-03-23 02:01:41] "GET /virtual-network/d2dd7330-1500-43c8-bd88-6609e926e9ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004452 10.0.0.22 - - [2026-03-23 02:01:42] "POST /neutron/network HTTP/1.1" 200 830 0.005926 10.0.0.22 - - [2026-03-23 02:01:42] "GET /virtual-network/d2dd7330-1500-43c8-bd88-6609e926e9ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006610 10.0.0.22 - - [2026-03-23 02:01:42] "POST /neutron/network HTTP/1.1" 200 830 0.005696 10.0.0.22 - - [2026-03-23 02:01:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.005716 10.0.0.22 - - [2026-03-23 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002239 10.0.0.22 - - [2026-03-23 02:01:42] "GET /virtual-network/d2dd7330-1500-43c8-bd88-6609e926e9ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004733 10.0.0.22 - - [2026-03-23 02:01:42] "PUT /virtual-network/d2dd7330-1500-43c8-bd88-6609e926e9ac HTTP/1.1" 200 264 0.027163 10.0.0.22 - - [2026-03-23 02:01:42] "POST /route-targets HTTP/1.1" 200 323 0.011611 10.0.0.22 - - [2026-03-23 02:01:42] "POST /ref-update HTTP/1.1" 200 156 0.007505 10.0.0.22 - - [2026-03-23 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002588 10.0.0.22 - - [2026-03-23 02:01:42] "GET /projects?obj_uuids=8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001042 10.0.0.22 - - [2026-03-23 02:01:42] "GET /project/8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.027126 10.0.0.22 - - [2026-03-23 02:01:42] "POST /neutron/network HTTP/1.1" 200 117 0.009162 10.0.0.22 - - [2026-03-23 02:01:42] "GET /projects?obj_uuids=8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001061 10.0.0.22 - - [2026-03-23 02:01:42] "POST /neutron/network HTTP/1.1" 200 612 0.054602 10.0.0.22 - - [2026-03-23 02:01:42] "POST /route-targets HTTP/1.1" 200 327 0.010105 10.0.0.22 - - [2026-03-23 02:01:42] "POST /ref-update HTTP/1.1" 200 156 0.008710 10.0.0.22 - - [2026-03-23 02:01:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004575 10.0.0.22 - - [2026-03-23 02:01:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.171761 10.0.0.22 - - [2026-03-23 02:01:42] "POST /neutron/network HTTP/1.1" 200 830 0.004854 10.0.0.22 - - [2026-03-23 02:01:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001061 10.0.0.22 - - [2026-03-23 02:01:42] "GET /virtual-network/dcb92d87-a994-40c4-adb2-e191a73e1b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004171 10.0.0.22 - - [2026-03-23 02:01:42] "POST /neutron/network HTTP/1.1" 200 830 0.004623 10.0.0.22 - - [2026-03-23 02:01:42] "GET /virtual-network/dcb92d87-a994-40c4-adb2-e191a73e1b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005230 10.0.0.22 - - [2026-03-23 02:01:42] "POST /neutron/network HTTP/1.1" 200 830 0.004716 10.0.0.22 - - [2026-03-23 02:01:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.006984 10.0.0.22 - - [2026-03-23 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.001980 10.0.0.22 - - [2026-03-23 02:01:42] "GET /virtual-network/dcb92d87-a994-40c4-adb2-e191a73e1b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004524 10.0.0.22 - - [2026-03-23 02:01:42] "POST /ref-update HTTP/1.1" 200 156 0.009020 10.0.0.22 - - [2026-03-23 02:01:42] "PUT /virtual-network/dcb92d87-a994-40c4-adb2-e191a73e1b63 HTTP/1.1" 200 264 0.029618 10.0.0.22 - - [2026-03-23 02:01:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001279 10.0.0.22 - - [2026-03-23 02:01:43] "POST /neutron/network HTTP/1.1" 200 840 0.005049 10.0.0.22 - - [2026-03-23 02:01:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000389 10.0.0.22 - - [2026-03-23 02:01:43] "GET / HTTP/1.1" 200 35931 0.002074 10.0.0.22 - - [2026-03-23 02:01:43] "GET /project/8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000434 10.0.0.22 - - [2026-03-23 02:01:43] "GET /projects?obj_uuids=8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000947 10.0.0.22 - - [2026-03-23 02:01:43] "GET /project/8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.049411 10.0.0.22 - - [2026-03-23 02:01:43] "POST /neutron/network HTTP/1.1" 200 830 0.004812 10.0.0.22 - - [2026-03-23 02:01:44] "POST /neutron/port HTTP/1.1" 200 117 0.004439 10.0.0.22 - - [2026-03-23 02:01:44] "POST /neutron/port HTTP/1.1" 200 117 0.004524 10.0.0.22 - - [2026-03-23 02:01:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001209 10.0.0.22 - - [2026-03-23 02:01:44] "POST /neutron/port HTTP/1.1" 200 117 0.004128 10.0.0.22 - - [2026-03-23 02:01:44] "POST /neutron/network HTTP/1.1" 200 840 0.005270 10.0.0.22 - - [2026-03-23 02:01:44] "GET /aaa-mode HTTP/1.1" 401 292 0.000408 10.0.0.22 - - [2026-03-23 02:01:44] "POST /neutron/network HTTP/1.1" 200 840 0.004812 10.0.0.22 - - [2026-03-23 02:01:44] "GET /projects?obj_uuids=8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001301 10.0.0.22 - - [2026-03-23 02:01:44] "GET / HTTP/1.1" 200 35931 0.001538 10.0.0.22 - - [2026-03-23 02:01:44] "GET /project/8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000390 10.0.0.22 - - [2026-03-23 02:01:44] "POST /neutron/port HTTP/1.1" 200 1052 0.199033 10.0.0.22 - - [2026-03-23 02:01:44] "POST /neutron/port HTTP/1.1" 200 1052 0.010369 10.0.0.22 - - [2026-03-23 02:01:44] "POST /neutron/port HTTP/1.1" 200 1052 0.007992 10.0.0.22 - - [2026-03-23 02:01:44] "POST /neutron/port HTTP/1.1" 200 1106 0.057582 10.0.0.22 - - [2026-03-23 02:01:44] "POST /neutron/port HTTP/1.1" 200 1116 0.010726 10.0.0.22 - - [2026-03-23 02:01:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003408 10.0.0.22 - - [2026-03-23 02:01:44] "POST /neutron/subnet HTTP/1.1" 200 694 0.006030 10.0.0.22 - - [2026-03-23 02:01:44] "POST /neutron/port HTTP/1.1" 200 117 0.001144 10.0.0.22 - - [2026-03-23 02:01:44] "POST /neutron/network HTTP/1.1" 200 830 0.004859 10.0.0.22 - - [2026-03-23 02:01:44] "GET /projects?obj_uuids=8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001670 10.0.0.22 - - [2026-03-23 02:01:44] "GET /project/8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.056399 10.0.0.22 - - [2026-03-23 02:01:44] "POST /neutron/network HTTP/1.1" 200 830 0.005924 10.0.0.22 - - [2026-03-23 02:01:45] "POST /neutron/port HTTP/1.1" 200 1116 0.022774 10.0.0.22 - - [2026-03-23 02:01:45] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010159 10.0.0.22 - - [2026-03-23 02:01:45] "POST /neutron/port HTTP/1.1" 200 117 0.004849 10.0.0.22 - - [2026-03-23 02:01:45] "POST /neutron/port HTTP/1.1" 200 1116 0.011458 10.0.0.22 - - [2026-03-23 02:01:45] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006190 10.0.0.22 - - [2026-03-23 02:01:45] "POST /neutron/network HTTP/1.1" 200 840 0.005082 10.0.0.22 - - [2026-03-23 02:01:45] "GET /projects?obj_uuids=8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001029 10.0.0.22 - - [2026-03-23 02:01:45] "POST /neutron/port HTTP/1.1" 200 1052 0.241734 10.0.0.22 - - [2026-03-23 02:01:45] "POST /neutron/port HTTP/1.1" 200 1052 0.018315 10.0.0.22 - - [2026-03-23 02:01:45] "POST /neutron/port HTTP/1.1" 200 1052 0.015734 10.0.0.22 - - [2026-03-23 02:01:45] "POST /neutron/port HTTP/1.1" 200 1106 0.083079 10.0.0.22 - - [2026-03-23 02:01:45] "POST /neutron/port HTTP/1.1" 200 1116 0.012231 10.0.0.22 - - [2026-03-23 02:01:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003034 10.0.0.22 - - [2026-03-23 02:01:45] "POST /neutron/subnet HTTP/1.1" 200 694 0.005983 10.0.0.22 - - [2026-03-23 02:01:45] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.22 - - [2026-03-23 02:01:46] "POST /neutron/network HTTP/1.1" 200 830 0.004867 10.0.0.22 - - [2026-03-23 02:01:50] "POST /neutron/port HTTP/1.1" 200 1116 0.014137 10.0.0.22 - - [2026-03-23 02:01:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009328 10.0.0.22 - - [2026-03-23 02:01:50] "POST /neutron/port HTTP/1.1" 200 1116 0.011522 10.0.0.22 - - [2026-03-23 02:01:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005526 10.0.0.22 - - [2026-03-23 02:01:50] "POST /neutron/port HTTP/1.1" 200 1116 0.013782 10.0.0.22 - - [2026-03-23 02:01:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005502 10.0.0.22 - - [2026-03-23 02:01:50] "GET /virtual-machine/9a22831f-cfc7-4639-b8ac-aff3b4690355 HTTP/1.1" 401 292 0.000447 10.0.0.22 - - [2026-03-23 02:01:50] "GET /virtual-machine/9a22831f-cfc7-4639-b8ac-aff3b4690355 HTTP/1.1" 200 1286 0.037887 10.0.0.22 - - [2026-03-23 02:01:50] "GET /virtual-machine-interface/d714158d-9b10-4277-9ccc-6b12acb7123a HTTP/1.1" 200 2928 0.004654 10.0.0.22 - - [2026-03-23 02:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.22 - - [2026-03-23 02:01:51] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003384 10.0.0.22 - - [2026-03-23 02:01:51] "GET /virtual-networks?parent_id=8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002637 10.0.0.22 - - [2026-03-23 02:01:51] "GET /virtual-network/d2dd7330-1500-43c8-bd88-6609e926e9ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005428 10.0.0.22 - - [2026-03-23 02:01:53] "POST /neutron/port HTTP/1.1" 200 1116 0.010683 10.0.0.22 - - [2026-03-23 02:01:53] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005183 10.0.0.22 - - [2026-03-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.22 - - [2026-03-23 02:01:54] "GET /virtual-network/d2dd7330-1500-43c8-bd88-6609e926e9ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005016 10.0.0.22 - - [2026-03-23 02:01:55] "POST /neutron/port HTTP/1.1" 200 1116 0.011094 10.0.0.22 - - [2026-03-23 02:01:55] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004591 10.0.0.22 - - [2026-03-23 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.22 - - [2026-03-23 02:01:56] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003393 10.0.0.22 - - [2026-03-23 02:01:56] "GET /virtual-networks?parent_id=8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003609 10.0.0.22 - - [2026-03-23 02:01:56] "GET /virtual-network/d2dd7330-1500-43c8-bd88-6609e926e9ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.007324 10.0.0.22 - - [2026-03-23 02:01:56] "POST /neutron/port HTTP/1.1" 200 1116 0.010781 10.0.0.22 - - [2026-03-23 02:01:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005096 10.0.0.22 - - [2026-03-23 02:01:56] "POST /neutron/port HTTP/1.1" 200 1116 0.010762 10.0.0.22 - - [2026-03-23 02:01:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006142 10.0.0.22 - - [2026-03-23 02:01:56] "POST /neutron/port HTTP/1.1" 200 1116 0.011235 10.0.0.22 - - [2026-03-23 02:01:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006345 10.0.0.22 - - [2026-03-23 02:01:56] "GET /virtual-machine/96bf85f6-d77f-4851-a3e5-750f88ba176d HTTP/1.1" 200 1286 0.004449 10.0.0.22 - - [2026-03-23 02:01:56] "GET /virtual-machine-interface/b118a7f2-d987-4809-999b-21ee6bed6103 HTTP/1.1" 200 2928 0.004406 10.0.0.22 - - [2026-03-23 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.22 - - [2026-03-23 02:01:56] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003386 10.0.0.22 - - [2026-03-23 02:01:56] "GET /virtual-networks?parent_id=8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002608 10.0.0.22 - - [2026-03-23 02:01:56] "GET /virtual-network/dcb92d87-a994-40c4-adb2-e191a73e1b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005102 10.0.0.22 - - [2026-03-23 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.22 - - [2026-03-23 02:01:58] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002997 10.0.0.22 - - [2026-03-23 02:01:58] "GET /virtual-networks?parent_id=8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002777 10.0.0.22 - - [2026-03-23 02:01:58] "GET /virtual-network/dcb92d87-a994-40c4-adb2-e191a73e1b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.004836 10.0.0.22 - - [2026-03-23 02:01:58] "POST /routing-policys HTTP/1.1" 200 534 0.016087 10.0.0.22 - - [2026-03-23 02:01:58] "GET /virtual-network/d2dd7330-1500-43c8-bd88-6609e926e9ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.009991 10.0.0.22 - - [2026-03-23 02:01:58] "PUT /virtual-network/d2dd7330-1500-43c8-bd88-6609e926e9ac HTTP/1.1" 200 264 0.028641 10.0.0.22 - - [2026-03-23 02:01:58] "POST /ref-update HTTP/1.1" 200 156 0.011693 10.0.0.22 - - [2026-03-23 02:02:02] "POST /ref-update HTTP/1.1" 200 156 0.030065 10.0.0.22 - - [2026-03-23 02:02:02] "POST /ref-update HTTP/1.1" 200 156 0.016300 10.0.0.22 - - [2026-03-23 02:02:02] "DELETE /routing-policy/d4a8a177-87ef-4a00-897b-ae5f3e48c322 HTTP/1.1" 200 115 0.023733 10.0.0.22 - - [2026-03-23 02:02:02] "POST /neutron/network HTTP/1.1" 200 830 0.005373 10.0.0.22 - - [2026-03-23 02:02:02] "POST /neutron/network HTTP/1.1" 400 204 0.009011 10.0.0.22 - - [2026-03-23 02:02:02] "POST /neutron/port HTTP/1.1" 200 1116 0.010731 10.0.0.22 - - [2026-03-23 02:02:02] "POST /neutron/port HTTP/1.1" 200 1106 0.010180 10.0.0.22 - - [2026-03-23 02:02:02] "POST /neutron/port HTTP/1.1" 200 1116 0.020261 10.0.0.22 - - [2026-03-23 02:02:03] "POST /neutron/port HTTP/1.1" 200 1106 0.015703 10.0.0.22 - - [2026-03-23 02:02:03] "POST /neutron/port HTTP/1.1" 200 151 0.121108 10.0.0.22 - - [2026-03-23 02:02:03] "POST /neutron/port HTTP/1.1" 200 151 0.111038 10.0.0.22 - - [2026-03-23 02:02:04] "POST /neutron/network HTTP/1.1" 200 830 0.006406 10.0.0.22 - - [2026-03-23 02:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.22 - - [2026-03-23 02:02:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002048 10.0.0.22 - - [2026-03-23 02:02:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003033 10.0.0.22 - - [2026-03-23 02:02:04] "POST /neutron/network HTTP/1.1" 200 151 0.080786 10.0.0.22 - - [2026-03-23 02:02:04] "DELETE /route-target/c42e9808-2fb1-4202-8c6d-eefb392bfbc7 HTTP/1.1" 200 115 0.018288 10.0.0.22 - - [2026-03-23 02:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.22 - - [2026-03-23 02:02:04] "POST /neutron/network HTTP/1.1" 200 830 0.005867 10.0.0.22 - - [2026-03-23 02:02:04] "DELETE /route-target/1220dd68-5493-4a23-b92c-bf073aef77e3 HTTP/1.1" 409 239 0.005008 10.0.0.22 - - [2026-03-23 02:02:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001994 10.0.0.22 - - [2026-03-23 02:02:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001705 10.0.0.22 - - [2026-03-23 02:02:04] "POST /neutron/network HTTP/1.1" 200 151 0.066258 10.0.0.22 - - [2026-03-23 02:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.22 - - [2026-03-23 02:02:04] "DELETE /route-target/020602ed-c5b4-43ae-8e3f-f62a55686190 HTTP/1.1" 200 115 0.013910 10.0.0.22 - - [2026-03-23 02:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002322 10.0.0.22 - - [2026-03-23 02:02:04] "DELETE /route-target/1220dd68-5493-4a23-b92c-bf073aef77e3 HTTP/1.1" 200 115 0.014524 10.0.0.22 - - [2026-03-23 02:02:04] "GET /projects?obj_uuids=8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001414 10.0.0.22 - - [2026-03-23 02:02:05] "GET /project/8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.022810 10.0.0.22 - - [2026-03-23 02:02:05] "GET /projects?obj_uuids=8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001198 10.0.0.22 - - [2026-03-23 02:02:05] "GET /project/8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8?fields=virtual_networks HTTP/1.1" 200 1019 0.065616 10.0.0.22 - - [2026-03-23 02:02:05] "GET /projects?obj_uuids=8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001024 10.0.0.22 - - [2026-03-23 02:02:05] "GET /project/8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.023711 10.0.0.22 - - [2026-03-23 02:02:05] "GET /projects?obj_uuids=8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001412 10.0.0.22 - - [2026-03-23 02:02:05] "GET /project/8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8?fields=security_groups HTTP/1.1" 200 1238 0.026254 10.0.0.22 - - [2026-03-23 02:02:05] "POST /fqname-to-id HTTP/1.1" 404 186 0.025884 10.0.0.22 - - [2026-03-23 02:02:06] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002603 10.0.0.22 - - [2026-03-23 02:02:06] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001315 10.0.0.22 - - [2026-03-23 02:02:06] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007769 10.0.0.22 - - [2026-03-23 02:02:06] "POST /id-to-fqname HTTP/1.1" 200 188 0.001131 10.0.0.22 - - [2026-03-23 02:02:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.002269 10.0.0.22 - - [2026-03-23 02:02:06] "POST /security-groups HTTP/1.1" 200 589 0.059949 10.0.0.22 - - [2026-03-23 02:02:06] "POST /fqname-to-id HTTP/1.1" 404 232 0.002673 10.0.0.22 - - [2026-03-23 02:02:06] "POST /projects HTTP/1.1" 200 581 0.203109 10.0.0.22 - - [2026-03-23 02:02:06] "POST /access-control-lists HTTP/1.1" 200 594 0.053491 10.0.0.22 - - [2026-03-23 02:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.276723 10.0.0.22 - - [2026-03-23 02:02:06] "POST /fqname-to-id HTTP/1.1" 404 231 0.002251 10.0.0.22 - - [2026-03-23 02:02:06] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.397664 10.0.0.22 - - [2026-03-23 02:02:06] "POST /access-control-lists HTTP/1.1" 200 592 0.056058 10.0.0.22 - - [2026-03-23 02:02:07] "GET / HTTP/1.1" 200 35931 0.001773 10.0.0.22 - - [2026-03-23 02:02:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.22 - - [2026-03-23 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.055325 10.0.0.22 - - [2026-03-23 02:02:08] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000943 10.0.0.22 - - [2026-03-23 02:02:08] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.025930 10.0.0.22 - - [2026-03-23 02:02:08] "POST /neutron/network HTTP/1.1" 200 117 0.039122 10.0.0.22 - - [2026-03-23 02:02:08] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001218 10.0.0.22 - - [2026-03-23 02:02:08] "POST /neutron/network HTTP/1.1" 200 613 0.072709 10.0.0.22 - - [2026-03-23 02:02:08] "POST /useragent-kv HTTP/1.1" 200 115 0.012982 10.0.0.22 - - [2026-03-23 02:02:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.196528 10.0.0.22 - - [2026-03-23 02:02:08] "POST /neutron/network HTTP/1.1" 200 832 0.005180 10.0.0.22 - - [2026-03-23 02:02:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001107 10.0.0.22 - - [2026-03-23 02:02:08] "GET /virtual-network/9c1d8ca7-4a0b-4071-b1fe-8839e2e53f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004864 10.0.0.22 - - [2026-03-23 02:02:09] "POST /neutron/network HTTP/1.1" 200 832 0.004755 10.0.0.22 - - [2026-03-23 02:02:09] "GET /virtual-network/9c1d8ca7-4a0b-4071-b1fe-8839e2e53f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004800 10.0.0.22 - - [2026-03-23 02:02:09] "POST /neutron/network HTTP/1.1" 200 832 0.005033 10.0.0.22 - - [2026-03-23 02:02:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.007640 10.0.0.22 - - [2026-03-23 02:02:09] "GET /domains HTTP/1.1" 401 292 0.000378 10.0.0.22 - - [2026-03-23 02:02:09] "POST /route-targets HTTP/1.1" 200 327 0.012456 10.0.0.22 - - [2026-03-23 02:02:09] "POST /ref-update HTTP/1.1" 200 156 0.010336 10.0.0.22 - - [2026-03-23 02:02:09] "GET /domains HTTP/1.1" 200 280 0.027430 10.0.0.22 - - [2026-03-23 02:02:09] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001352 10.0.0.22 - - [2026-03-23 02:02:09] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2938 0.008314 10.0.0.22 - - [2026-03-23 02:02:09] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000891 10.0.0.22 - - [2026-03-23 02:02:09] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52 HTTP/1.1" 200 2079 0.063265 10.0.0.22 - - [2026-03-23 02:02:09] "GET /virtual-network/9c1d8ca7-4a0b-4071-b1fe-8839e2e53f63 HTTP/1.1" 200 2320 0.004788 10.0.0.22 - - [2026-03-23 02:02:09] "GET /virtual-network/9c1d8ca7-4a0b-4071-b1fe-8839e2e53f63 HTTP/1.1" 200 2320 0.004005 10.0.0.22 - - [2026-03-23 02:02:09] "GET /routing-instance/c26804e7-940c-4e27-bc4d-d659e4b5d6d5 HTTP/1.1" 200 1494 0.002677 10.0.0.22 - - [2026-03-23 02:02:09] "GET /routing-instance/c26804e7-940c-4e27-bc4d-d659e4b5d6d5 HTTP/1.1" 200 1494 0.002530 10.0.0.22 - - [2026-03-23 02:02:09] "GET /route-target/3bdcd585-45b8-46f1-ba79-2d2e91c867a4 HTTP/1.1" 200 1212 0.002595 10.0.0.22 - - [2026-03-23 02:02:09] "GET /virtual-network/9c1d8ca7-4a0b-4071-b1fe-8839e2e53f63 HTTP/1.1" 200 2320 0.003819 10.0.0.22 - - [2026-03-23 02:02:09] "GET /routing-instance/c26804e7-940c-4e27-bc4d-d659e4b5d6d5 HTTP/1.1" 200 1494 0.002505 10.0.0.22 - - [2026-03-23 02:02:09] "GET /virtual-network/9c1d8ca7-4a0b-4071-b1fe-8839e2e53f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.003908 10.0.0.22 - - [2026-03-23 02:02:09] "GET /virtual-network/9c1d8ca7-4a0b-4071-b1fe-8839e2e53f63 HTTP/1.1" 200 2320 0.003606 10.0.0.22 - - [2026-03-23 02:02:09] "GET /routing-instance/c26804e7-940c-4e27-bc4d-d659e4b5d6d5 HTTP/1.1" 200 1494 0.002462 10.0.0.22 - - [2026-03-23 02:02:09] "GET /routing-instance/c26804e7-940c-4e27-bc4d-d659e4b5d6d5 HTTP/1.1" 200 1494 0.002325 10.0.0.22 - - [2026-03-23 02:02:09] "GET /route-target/3bdcd585-45b8-46f1-ba79-2d2e91c867a4 HTTP/1.1" 200 1212 0.002178 10.0.0.22 - - [2026-03-23 02:02:09] "GET /domains HTTP/1.1" 200 280 0.002523 10.0.0.22 - - [2026-03-23 02:02:09] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.22 - - [2026-03-23 02:02:09] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2938 0.005542 10.0.0.22 - - [2026-03-23 02:02:09] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000820 10.0.0.22 - - [2026-03-23 02:02:09] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52 HTTP/1.1" 200 2079 0.062342 10.0.0.22 - - [2026-03-23 02:02:09] "GET /virtual-network/9c1d8ca7-4a0b-4071-b1fe-8839e2e53f63 HTTP/1.1" 200 2320 0.004226 10.0.0.22 - - [2026-03-23 02:02:10] "GET /obj-perms HTTP/1.1" 200 5026 0.070958 10.0.0.22 - - [2026-03-23 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.22 - - [2026-03-23 02:02:10] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001218 10.0.0.22 - - [2026-03-23 02:02:10] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.028653 10.0.0.22 - - [2026-03-23 02:02:10] "POST /neutron/network HTTP/1.1" 200 117 0.009301 10.0.0.22 - - [2026-03-23 02:02:10] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000976 10.0.0.22 - - [2026-03-23 02:02:10] "POST /neutron/network HTTP/1.1" 200 613 0.077102 10.0.0.22 - - [2026-03-23 02:02:10] "POST /route-targets HTTP/1.1" 200 327 0.009475 10.0.0.22 - - [2026-03-23 02:02:10] "POST /ref-update HTTP/1.1" 200 156 0.014849 10.0.0.22 - - [2026-03-23 02:02:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004595 10.0.0.22 - - [2026-03-23 02:02:10] "POST /neutron/subnet HTTP/1.1" 200 734 0.213097 10.0.0.22 - - [2026-03-23 02:02:10] "POST /neutron/network HTTP/1.1" 200 834 0.005497 10.0.0.22 - - [2026-03-23 02:02:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001493 10.0.0.22 - - [2026-03-23 02:02:10] "GET /virtual-network/cdb9e81d-1750-48e6-a4db-d31de3586b0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004221 10.0.0.22 - - [2026-03-23 02:02:10] "POST /neutron/network HTTP/1.1" 200 834 0.005196 10.0.0.22 - - [2026-03-23 02:02:10] "GET /virtual-network/cdb9e81d-1750-48e6-a4db-d31de3586b0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004687 10.0.0.22 - - [2026-03-23 02:02:10] "POST /neutron/network HTTP/1.1" 200 834 0.005164 10.0.0.22 - - [2026-03-23 02:02:10] "POST /neutron/subnet HTTP/1.1" 200 734 0.005551 10.0.0.22 - - [2026-03-23 02:02:10] "GET /domains HTTP/1.1" 200 280 0.002036 10.0.0.22 - - [2026-03-23 02:02:10] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000859 10.0.0.22 - - [2026-03-23 02:02:10] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2938 0.005493 10.0.0.22 - - [2026-03-23 02:02:10] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000818 10.0.0.22 - - [2026-03-23 02:02:10] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52 HTTP/1.1" 200 2297 0.062467 10.0.0.22 - - [2026-03-23 02:02:10] "GET /virtual-network/cdb9e81d-1750-48e6-a4db-d31de3586b0e HTTP/1.1" 200 2326 0.004817 10.0.0.22 - - [2026-03-23 02:02:10] "GET /virtual-network/cdb9e81d-1750-48e6-a4db-d31de3586b0e HTTP/1.1" 200 2326 0.004010 10.0.0.22 - - [2026-03-23 02:02:10] "GET /routing-instance/6edb893a-8ee1-4fd8-b52e-d3337ce47b6f HTTP/1.1" 200 1493 0.003111 10.0.0.22 - - [2026-03-23 02:02:10] "GET /routing-instance/6edb893a-8ee1-4fd8-b52e-d3337ce47b6f HTTP/1.1" 200 1493 0.002923 10.0.0.22 - - [2026-03-23 02:02:10] "GET /route-target/c8cb9bb2-23b9-4c30-b654-d1bf8b3ed0b6 HTTP/1.1" 200 1213 0.002482 10.0.0.22 - - [2026-03-23 02:02:10] "GET /virtual-network/cdb9e81d-1750-48e6-a4db-d31de3586b0e HTTP/1.1" 200 2326 0.003961 10.0.0.22 - - [2026-03-23 02:02:10] "GET /routing-instance/6edb893a-8ee1-4fd8-b52e-d3337ce47b6f HTTP/1.1" 200 1493 0.003084 10.0.0.22 - - [2026-03-23 02:02:10] "GET /virtual-network/cdb9e81d-1750-48e6-a4db-d31de3586b0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003939 10.0.0.22 - - [2026-03-23 02:02:10] "GET /virtual-network/cdb9e81d-1750-48e6-a4db-d31de3586b0e HTTP/1.1" 200 2326 0.005653 10.0.0.22 - - [2026-03-23 02:02:10] "GET /routing-instance/6edb893a-8ee1-4fd8-b52e-d3337ce47b6f HTTP/1.1" 200 1493 0.002599 10.0.0.22 - - [2026-03-23 02:02:10] "GET /routing-instance/6edb893a-8ee1-4fd8-b52e-d3337ce47b6f HTTP/1.1" 200 1493 0.003707 10.0.0.22 - - [2026-03-23 02:02:10] "GET /route-target/c8cb9bb2-23b9-4c30-b654-d1bf8b3ed0b6 HTTP/1.1" 200 1213 0.002452 10.0.0.22 - - [2026-03-23 02:02:10] "GET /domains HTTP/1.1" 200 280 0.002529 10.0.0.22 - - [2026-03-23 02:02:10] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001133 10.0.0.22 - - [2026-03-23 02:02:10] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2938 0.006654 10.0.0.22 - - [2026-03-23 02:02:10] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000949 10.0.0.22 - - [2026-03-23 02:02:10] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52 HTTP/1.1" 200 2297 0.067679 10.0.0.22 - - [2026-03-23 02:02:10] "GET /virtual-network/cdb9e81d-1750-48e6-a4db-d31de3586b0e HTTP/1.1" 200 2326 0.004726 10.0.0.22 - - [2026-03-23 02:02:10] "GET /obj-perms HTTP/1.1" 200 5026 0.002532 10.0.0.22 - - [2026-03-23 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002297 10.0.0.22 - - [2026-03-23 02:02:10] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001142 10.0.0.22 - - [2026-03-23 02:02:10] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.020389 10.0.0.22 - - [2026-03-23 02:02:11] "POST /neutron/network HTTP/1.1" 200 117 0.009405 10.0.0.22 - - [2026-03-23 02:02:11] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000966 10.0.0.22 - - [2026-03-23 02:02:11] "POST /neutron/network HTTP/1.1" 200 615 0.081833 10.0.0.22 - - [2026-03-23 02:02:11] "POST /ref-update HTTP/1.1" 200 156 0.012450 10.0.0.22 - - [2026-03-23 02:02:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004513 10.0.0.22 - - [2026-03-23 02:02:11] "POST /neutron/subnet HTTP/1.1" 200 715 0.172888 10.0.0.22 - - [2026-03-23 02:02:11] "POST /neutron/network HTTP/1.1" 200 832 0.004637 10.0.0.22 - - [2026-03-23 02:02:11] "POST /id-to-fqname HTTP/1.1" 200 224 0.001148 10.0.0.22 - - [2026-03-23 02:02:11] "GET /virtual-network/50199d44-b540-4919-a2ae-a47762ad83f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004607 10.0.0.22 - - [2026-03-23 02:02:11] "POST /neutron/network HTTP/1.1" 200 832 0.005273 10.0.0.22 - - [2026-03-23 02:02:11] "GET /virtual-network/50199d44-b540-4919-a2ae-a47762ad83f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004745 10.0.0.22 - - [2026-03-23 02:02:11] "POST /neutron/network HTTP/1.1" 200 832 0.004784 10.0.0.22 - - [2026-03-23 02:02:11] "POST /neutron/subnet HTTP/1.1" 200 715 0.006244 10.0.0.22 - - [2026-03-23 02:02:11] "GET /domains HTTP/1.1" 200 280 0.001983 10.0.0.22 - - [2026-03-23 02:02:11] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.22 - - [2026-03-23 02:02:11] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2938 0.006073 10.0.0.22 - - [2026-03-23 02:02:11] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000915 10.0.0.22 - - [2026-03-23 02:02:11] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52 HTTP/1.1" 200 2516 0.062384 10.0.0.22 - - [2026-03-23 02:02:11] "GET /virtual-network/50199d44-b540-4919-a2ae-a47762ad83f5 HTTP/1.1" 200 2318 0.005258 10.0.0.22 - - [2026-03-23 02:02:11] "GET /virtual-network/50199d44-b540-4919-a2ae-a47762ad83f5 HTTP/1.1" 200 2318 0.005035 10.0.0.22 - - [2026-03-23 02:02:11] "GET /routing-instance/19c834b8-d154-4949-b66d-41fc96dac356 HTTP/1.1" 200 1497 0.003069 10.0.0.22 - - [2026-03-23 02:02:11] "GET /routing-instance/19c834b8-d154-4949-b66d-41fc96dac356 HTTP/1.1" 200 1497 0.002874 10.0.0.22 - - [2026-03-23 02:02:11] "GET /route-target/74220ff4-45ec-44e2-82aa-ab57b8ed8b69 HTTP/1.1" 200 1213 0.002537 10.0.0.22 - - [2026-03-23 02:02:11] "GET /virtual-network/50199d44-b540-4919-a2ae-a47762ad83f5 HTTP/1.1" 200 2318 0.004485 10.0.0.22 - - [2026-03-23 02:02:11] "GET /routing-instance/19c834b8-d154-4949-b66d-41fc96dac356 HTTP/1.1" 200 1497 0.003122 10.0.0.22 - - [2026-03-23 02:02:11] "GET /virtual-network/50199d44-b540-4919-a2ae-a47762ad83f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004433 10.0.0.22 - - [2026-03-23 02:02:11] "GET /virtual-network/50199d44-b540-4919-a2ae-a47762ad83f5 HTTP/1.1" 200 2318 0.004305 10.0.0.22 - - [2026-03-23 02:02:11] "GET /routing-instance/19c834b8-d154-4949-b66d-41fc96dac356 HTTP/1.1" 200 1497 0.003173 10.0.0.22 - - [2026-03-23 02:02:11] "GET /routing-instance/19c834b8-d154-4949-b66d-41fc96dac356 HTTP/1.1" 200 1497 0.003014 10.0.0.22 - - [2026-03-23 02:02:11] "GET /route-target/74220ff4-45ec-44e2-82aa-ab57b8ed8b69 HTTP/1.1" 200 1213 0.002470 10.0.0.22 - - [2026-03-23 02:02:11] "GET /domains HTTP/1.1" 200 280 0.002536 10.0.0.22 - - [2026-03-23 02:02:11] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.22 - - [2026-03-23 02:02:11] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2938 0.005889 10.0.0.22 - - [2026-03-23 02:02:11] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001102 10.0.0.22 - - [2026-03-23 02:02:11] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52 HTTP/1.1" 200 2516 0.063785 10.0.0.22 - - [2026-03-23 02:02:11] "GET /virtual-network/50199d44-b540-4919-a2ae-a47762ad83f5 HTTP/1.1" 200 2318 0.004291 10.0.0.22 - - [2026-03-23 02:02:11] "GET /obj-perms HTTP/1.1" 200 5026 0.002773 10.0.0.22 - - [2026-03-23 02:02:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001158 10.0.0.22 - - [2026-03-23 02:02:11] "POST /neutron/network HTTP/1.1" 200 844 0.005985 10.0.0.22 - - [2026-03-23 02:02:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000524 10.0.0.22 - - [2026-03-23 02:02:12] "GET / HTTP/1.1" 200 35931 0.002306 10.0.0.22 - - [2026-03-23 02:02:12] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000430 10.0.0.22 - - [2026-03-23 02:02:12] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001308 10.0.0.22 - - [2026-03-23 02:02:12] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047563 10.0.0.22 - - [2026-03-23 02:02:12] "POST /neutron/network HTTP/1.1" 200 834 0.005797 10.0.0.22 - - [2026-03-23 02:02:12] "POST /neutron/port HTTP/1.1" 200 117 0.004076 10.0.0.22 - - [2026-03-23 02:02:12] "POST /neutron/port HTTP/1.1" 200 117 0.004305 10.0.0.22 - - [2026-03-23 02:02:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001759 10.0.0.22 - - [2026-03-23 02:02:12] "POST /neutron/port HTTP/1.1" 200 117 0.004564 10.0.0.22 - - [2026-03-23 02:02:13] "POST /neutron/network HTTP/1.1" 200 842 0.005192 10.0.0.22 - - [2026-03-23 02:02:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000441 10.0.0.22 - - [2026-03-23 02:02:13] "POST /neutron/network HTTP/1.1" 200 844 0.004764 10.0.0.22 - - [2026-03-23 02:02:13] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001278 10.0.0.22 - - [2026-03-23 02:02:13] "GET / HTTP/1.1" 200 35931 0.001944 10.0.0.22 - - [2026-03-23 02:02:13] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000396 10.0.0.22 - - [2026-03-23 02:02:13] "POST /neutron/port HTTP/1.1" 200 1060 0.175143 10.0.0.22 - - [2026-03-23 02:02:13] "POST /neutron/port HTTP/1.1" 200 1060 0.012974 10.0.0.22 - - [2026-03-23 02:02:13] "POST /neutron/port HTTP/1.1" 200 1060 0.008630 10.0.0.22 - - [2026-03-23 02:02:13] "POST /neutron/port HTTP/1.1" 200 1114 0.050422 10.0.0.22 - - [2026-03-23 02:02:13] "POST /neutron/port HTTP/1.1" 200 1124 0.011744 10.0.0.22 - - [2026-03-23 02:02:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002797 10.0.0.22 - - [2026-03-23 02:02:13] "POST /neutron/subnet HTTP/1.1" 200 708 0.006136 10.0.0.22 - - [2026-03-23 02:02:13] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.22 - - [2026-03-23 02:02:13] "POST /neutron/network HTTP/1.1" 200 834 0.004823 10.0.0.22 - - [2026-03-23 02:02:13] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002450 10.0.0.22 - - [2026-03-23 02:02:13] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.056186 10.0.0.22 - - [2026-03-23 02:02:13] "POST /neutron/network HTTP/1.1" 200 832 0.005419 10.0.0.22 - - [2026-03-23 02:02:13] "POST /neutron/port HTTP/1.1" 200 1124 0.021338 10.0.0.22 - - [2026-03-23 02:02:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006190 10.0.0.22 - - [2026-03-23 02:02:14] "POST /neutron/port HTTP/1.1" 200 117 0.004446 10.0.0.22 - - [2026-03-23 02:02:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.002275 10.0.0.22 - - [2026-03-23 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002523 10.0.0.22 - - [2026-03-23 02:02:14] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.22 - - [2026-03-23 02:02:14] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006122 10.0.0.22 - - [2026-03-23 02:02:14] "POST /service-templates HTTP/1.1" 200 543 0.022796 10.0.0.22 - - [2026-03-23 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.22 - - [2026-03-23 02:02:14] "GET /service-template/bf583303-8db0-43b1-84e7-4094fb0b104d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.018638 10.0.0.22 - - [2026-03-23 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.22 - - [2026-03-23 02:02:14] "POST /neutron/network HTTP/1.1" 200 842 0.005557 10.0.0.22 - - [2026-03-23 02:02:14] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000862 10.0.0.22 - - [2026-03-23 02:02:14] "GET /service-template/bf583303-8db0-43b1-84e7-4094fb0b104d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004196 10.0.0.22 - - [2026-03-23 02:02:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001163 10.0.0.22 - - [2026-03-23 02:02:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001189 10.0.0.22 - - [2026-03-23 02:02:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001092 10.0.0.22 - - [2026-03-23 02:02:14] "POST /neutron/port HTTP/1.1" 200 1056 0.220559 10.0.0.22 - - [2026-03-23 02:02:14] "POST /neutron/port HTTP/1.1" 200 1056 0.017177 10.0.0.22 - - [2026-03-23 02:02:14] "POST /neutron/port HTTP/1.1" 200 1056 0.009389 10.0.0.22 - - [2026-03-23 02:02:14] "POST /neutron/port HTTP/1.1" 200 2038 0.018573 10.0.0.22 - - [2026-03-23 02:02:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010026 10.0.0.22 - - [2026-03-23 02:02:14] "POST /neutron/port HTTP/1.1" 200 1110 0.069158 10.0.0.22 - - [2026-03-23 02:02:14] "POST /neutron/port HTTP/1.1" 200 1120 0.014083 10.0.0.22 - - [2026-03-23 02:02:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003499 10.0.0.22 - - [2026-03-23 02:02:14] "POST /neutron/subnet HTTP/1.1" 200 689 0.006382 10.0.0.22 - - [2026-03-23 02:02:14] "POST /neutron/port HTTP/1.1" 200 117 0.001369 10.0.0.22 - - [2026-03-23 02:02:14] "POST /neutron/network HTTP/1.1" 200 832 0.006982 10.0.0.22 - - [2026-03-23 02:02:15] "POST /neutron/network HTTP/1.1" 200 2223 0.009974 10.0.0.22 - - [2026-03-23 02:02:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000528 10.0.0.22 - - [2026-03-23 02:02:15] "GET / HTTP/1.1" 200 35931 0.001677 10.0.0.22 - - [2026-03-23 02:02:15] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000365 10.0.0.22 - - [2026-03-23 02:02:16] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001153 10.0.0.22 - - [2026-03-23 02:02:16] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.055122 10.0.0.22 - - [2026-03-23 02:02:16] "POST /neutron/network HTTP/1.1" 200 832 0.005996 10.0.0.22 - - [2026-03-23 02:02:16] "POST /neutron/network HTTP/1.1" 200 834 0.005296 10.0.0.22 - - [2026-03-23 02:02:16] "POST /neutron/network HTTP/1.1" 200 832 0.005573 10.0.0.22 - - [2026-03-23 02:02:16] "POST /neutron/port HTTP/1.1" 200 2092 0.014463 10.0.0.22 - - [2026-03-23 02:02:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006303 10.0.0.22 - - [2026-03-23 02:02:16] "POST /neutron/port HTTP/1.1" 200 117 0.004268 10.0.0.22 - - [2026-03-23 02:02:16] "POST /neutron/port HTTP/1.1" 200 117 0.004488 10.0.0.22 - - [2026-03-23 02:02:16] "POST /neutron/network HTTP/1.1" 200 2223 0.009332 10.0.0.22 - - [2026-03-23 02:02:16] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001494 10.0.0.22 - - [2026-03-23 02:02:16] "POST /neutron/port HTTP/1.1" 200 1058 0.271964 10.0.0.22 - - [2026-03-23 02:02:16] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003189 10.0.0.22 - - [2026-03-23 02:02:17] "POST /neutron/port HTTP/1.1" 200 1060 0.216007 10.0.0.22 - - [2026-03-23 02:02:17] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001409 10.0.0.22 - - [2026-03-23 02:02:17] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001378 10.0.0.22 - - [2026-03-23 02:02:17] "GET /projects?obj_uuids=8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001043 10.0.0.22 - - [2026-03-23 02:02:17] "DELETE /project/25a038c15cee4d7b8a2243ceb7ba3b52 HTTP/1.1" 404 173 0.016896 10.0.0.22 - - [2026-03-23 02:02:17] "DELETE /project/8f36c7b95f4d4dbebc9d2768b814e9e8 HTTP/1.1" 404 173 0.016201 10.0.0.22 - - [2026-03-23 02:02:17] "POST /neutron/port HTTP/1.1" 200 1056 0.229835 10.0.0.22 - - [2026-03-23 02:02:17] "GET /project/8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.060284 10.0.0.22 - - [2026-03-23 02:02:17] "GET /project/925af656-10e2-43dc-9257-c391f68287a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.063571 10.0.0.22 - - [2026-03-23 02:02:17] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001056 10.0.0.22 - - [2026-03-23 02:02:17] "GET /projects?obj_uuids=8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000849 10.0.0.22 - - [2026-03-23 02:02:17] "POST /neutron/port HTTP/1.1" 200 1058 0.019409 10.0.0.22 - - [2026-03-23 02:02:17] "GET /project/8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8?fields=security_groups HTTP/1.1" 200 1343 0.044816 10.0.0.22 - - [2026-03-23 02:02:17] "GET /project/925af656-10e2-43dc-9257-c391f68287a6?fields=security_groups HTTP/1.1" 200 1370 0.049043 10.0.0.22 - - [2026-03-23 02:02:17] "POST /neutron/port HTTP/1.1" 200 1058 0.036686 10.0.0.22 - - [2026-03-23 02:02:17] "POST /neutron/port HTTP/1.1" 200 1112 0.089099 10.0.0.22 - - [2026-03-23 02:02:17] "DELETE /security-group/0de6cd58-8b1c-4478-b08e-3b224df84f8e HTTP/1.1" 200 115 0.084924 10.0.0.22 - - [2026-03-23 02:02:17] "GET /projects?obj_uuids=8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001034 10.0.0.22 - - [2026-03-23 02:02:17] "DELETE /security-group/ea8ca6eb-d97c-48d7-8b8b-d032c0e9be2d HTTP/1.1" 200 115 0.101587 10.0.0.22 - - [2026-03-23 02:02:17] "POST /neutron/port HTTP/1.1" 200 1060 0.039067 10.0.0.22 - - [2026-03-23 02:02:17] "GET /projects?obj_uuids=925af656-10e2-43dc-9257-c391f68287a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003321 10.0.0.22 - - [2026-03-23 02:02:17] "DELETE /access-control-list/d1a9bd3d-43ff-4548-8c54-5f9da6b623c0 HTTP/1.1" 200 115 0.086116 10.0.0.22 - - [2026-03-23 02:02:17] "GET /project/8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8?fields=application_policy_sets HTTP/1.1" 200 1382 0.075328 10.0.0.22 - - [2026-03-23 02:02:17] "POST /neutron/port HTTP/1.1" 200 1060 0.020040 10.0.0.22 - - [2026-03-23 02:02:17] "GET /project/925af656-10e2-43dc-9257-c391f68287a6?fields=application_policy_sets HTTP/1.1" 200 1409 0.058565 10.0.0.22 - - [2026-03-23 02:02:17] "DELETE /access-control-list/d52d9718-7fe8-4bff-94c8-26e227950503 HTTP/1.1" 200 115 0.106817 10.0.0.22 - - [2026-03-23 02:02:17] "POST /neutron/port HTTP/1.1" 200 1114 0.133041 10.0.0.22 - - [2026-03-23 02:02:17] "DELETE /access-control-list/6aa66eed-b02a-4840-bf48-8af80382b4e4 HTTP/1.1" 200 115 0.072970 10.0.0.22 - - [2026-03-23 02:02:17] "DELETE /project/8f36c7b9-5f4d-4dbe-bc9d-2768b814e9e8 HTTP/1.1" 200 115 0.552179 10.0.0.22 - - [2026-03-23 02:02:17] "POST /neutron/port HTTP/1.1" 200 1056 0.023653 10.0.0.22 - - [2026-03-23 02:02:17] "DELETE /access-control-list/7de6ebe6-029c-474b-a568-97e097dedce9 HTTP/1.1" 200 115 0.047384 10.0.0.22 - - [2026-03-23 02:02:18] "POST /neutron/port HTTP/1.1" 200 1056 0.012380 10.0.0.22 - - [2026-03-23 02:02:18] "DELETE /project/925af656-10e2-43dc-9257-c391f68287a6 HTTP/1.1" 200 115 0.597141 10.0.0.22 - - [2026-03-23 02:02:18] "POST /neutron/port HTTP/1.1" 200 1110 0.063380 10.0.0.22 - - [2026-03-23 02:02:18] "POST /neutron/port HTTP/1.1" 200 3061 0.020780 10.0.0.22 - - [2026-03-23 02:02:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003322 10.0.0.22 - - [2026-03-23 02:02:18] "POST /neutron/subnet HTTP/1.1" 200 699 0.006546 10.0.0.22 - - [2026-03-23 02:02:18] "POST /neutron/port HTTP/1.1" 200 117 0.001156 10.0.0.22 - - [2026-03-23 02:02:18] "POST /neutron/network HTTP/1.1" 200 832 0.005059 10.0.0.22 - - [2026-03-23 02:02:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003334 10.0.0.22 - - [2026-03-23 02:02:18] "POST /neutron/subnet HTTP/1.1" 200 708 0.006721 10.0.0.22 - - [2026-03-23 02:02:18] "POST /neutron/port HTTP/1.1" 200 117 0.001120 10.0.0.22 - - [2026-03-23 02:02:18] "POST /neutron/network HTTP/1.1" 200 834 0.005029 10.0.0.22 - - [2026-03-23 02:02:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002962 10.0.0.22 - - [2026-03-23 02:02:18] "POST /neutron/subnet HTTP/1.1" 200 689 0.007827 10.0.0.22 - - [2026-03-23 02:02:18] "POST /neutron/port HTTP/1.1" 200 117 0.001082 10.0.0.22 - - [2026-03-23 02:02:18] "POST /neutron/network HTTP/1.1" 200 832 0.006029 10.0.0.22 - - [2026-03-23 02:02:21] "POST /neutron/port HTTP/1.1" 200 3061 0.018336 10.0.0.22 - - [2026-03-23 02:02:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005536 10.0.0.22 - - [2026-03-23 02:02:21] "POST /neutron/port HTTP/1.1" 200 3061 0.015677 10.0.0.22 - - [2026-03-23 02:02:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006500 10.0.0.22 - - [2026-03-23 02:02:21] "POST /neutron/port HTTP/1.1" 200 3061 0.019642 10.0.0.22 - - [2026-03-23 02:02:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005697 10.0.0.22 - - [2026-03-23 02:02:21] "POST /neutron/port HTTP/1.1" 200 3061 0.017703 10.0.0.22 - - [2026-03-23 02:02:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005564 10.0.0.22 - - [2026-03-23 02:02:21] "POST /neutron/port HTTP/1.1" 200 3061 0.017947 10.0.0.22 - - [2026-03-23 02:02:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007077 10.0.0.22 - - [2026-03-23 02:02:21] "GET /virtual-machine/ace59881-b659-4cf5-9a8b-5e6ac0eb9b22 HTTP/1.1" 200 1803 0.005945 10.0.0.22 - - [2026-03-23 02:02:21] "GET /virtual-machine-interface/75f641f2-efda-4a19-b0dd-113500e97ec9 HTTP/1.1" 200 2946 0.008993 10.0.0.22 - - [2026-03-23 02:02:21] "GET /virtual-machine-interface/b18426e8-da97-486f-bab6-2235bf3e8ab9 HTTP/1.1" 200 2947 0.008764 10.0.0.22 - - [2026-03-23 02:02:21] "GET /virtual-machine-interface/fb90edc8-b8ab-41e2-bfc8-379955e8f74e HTTP/1.1" 200 2950 0.004917 10.0.0.22 - - [2026-03-23 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.22 - - [2026-03-23 02:02:21] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003420 10.0.0.22 - - [2026-03-23 02:02:21] "GET /virtual-networks?parent_id=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003625 10.0.0.22 - - [2026-03-23 02:02:22] "GET /virtual-network/9c1d8ca7-4a0b-4071-b1fe-8839e2e53f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005563 10.0.0.22 - - [2026-03-23 02:02:22] "POST /neutron/port HTTP/1.1" 200 1124 0.015639 10.0.0.22 - - [2026-03-23 02:02:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010298 10.0.0.22 - - [2026-03-23 02:02:22] "GET /obj-perms HTTP/1.1" 200 5056 0.057774 10.0.0.22 - - [2026-03-23 02:02:23] "GET /obj-perms HTTP/1.1" 200 5056 0.063286 10.0.0.22 - - [2026-03-23 02:02:23] "POST /neutron/port HTTP/1.1" 200 1120 0.010975 10.0.0.22 - - [2026-03-23 02:02:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004648 10.0.0.22 - - [2026-03-23 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.22 - - [2026-03-23 02:02:25] "GET /virtual-network/9c1d8ca7-4a0b-4071-b1fe-8839e2e53f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004499 10.0.0.22 - - [2026-03-23 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002531 10.0.0.22 - - [2026-03-23 02:02:29] "GET /virtual-network/9c1d8ca7-4a0b-4071-b1fe-8839e2e53f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005078 10.0.0.22 - - [2026-03-23 02:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.22 - - [2026-03-23 02:02:33] "GET /virtual-network/9c1d8ca7-4a0b-4071-b1fe-8839e2e53f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005713 10.0.0.22 - - [2026-03-23 02:02:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.22 - - [2026-03-23 02:02:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.22 - - [2026-03-23 02:02:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.22 - - [2026-03-23 02:02:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.22 - - [2026-03-23 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.22 - - [2026-03-23 02:02:37] "GET /virtual-network/9c1d8ca7-4a0b-4071-b1fe-8839e2e53f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004386 10.0.0.22 - - [2026-03-23 02:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002515 10.0.0.22 - - [2026-03-23 02:02:39] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002953 10.0.0.22 - - [2026-03-23 02:02:39] "GET /virtual-networks?parent_id=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002582 10.0.0.22 - - [2026-03-23 02:02:39] "GET /virtual-network/9c1d8ca7-4a0b-4071-b1fe-8839e2e53f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004738 10.0.0.22 - - [2026-03-23 02:02:39] "POST /neutron/port HTTP/1.1" 200 3061 0.016579 10.0.0.22 - - [2026-03-23 02:02:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005364 10.0.0.22 - - [2026-03-23 02:02:45] "POST /neutron/port HTTP/1.1" 200 3061 0.017295 10.0.0.22 - - [2026-03-23 02:02:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006201 10.0.0.22 - - [2026-03-23 02:02:47] "POST /neutron/port HTTP/1.1" 200 3061 0.016625 10.0.0.22 - - [2026-03-23 02:02:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005048 10.0.0.22 - - [2026-03-23 02:02:50] "POST /neutron/port HTTP/1.1" 200 3061 0.016515 10.0.0.22 - - [2026-03-23 02:02:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005453 10.0.0.22 - - [2026-03-23 02:02:55] "POST /neutron/port HTTP/1.1" 200 3061 0.017968 10.0.0.22 - - [2026-03-23 02:02:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006189 10.0.0.22 - - [2026-03-23 02:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.22 - - [2026-03-23 02:03:00] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003015 10.0.0.22 - - [2026-03-23 02:03:00] "GET /virtual-networks?parent_id=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002524 10.0.0.22 - - [2026-03-23 02:03:00] "GET /virtual-network/cdb9e81d-1750-48e6-a4db-d31de3586b0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004665 10.0.0.22 - - [2026-03-23 02:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.22 - - [2026-03-23 02:03:00] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003246 10.0.0.22 - - [2026-03-23 02:03:00] "GET /virtual-networks?parent_id=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002950 10.0.0.22 - - [2026-03-23 02:03:00] "GET /virtual-network/50199d44-b540-4919-a2ae-a47762ad83f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006359 10.0.0.22 - - [2026-03-23 02:03:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.002958 10.0.0.22 - - [2026-03-23 02:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.22 - - [2026-03-23 02:03:01] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.031112 10.0.0.22 - - [2026-03-23 02:03:01] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.054965 10.0.0.22 - - [2026-03-23 02:03:01] "POST /service-instances HTTP/1.1" 200 543 0.060116 10.0.0.22 - - [2026-03-23 02:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.22 - - [2026-03-23 02:03:01] "GET /service-instance/d6084b43-4b84-454a-b409-59ea93a308a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.005862 10.0.0.22 - - [2026-03-23 02:03:01] "POST /port-tuples HTTP/1.1" 200 586 0.019521 10.0.0.22 - - [2026-03-23 02:03:01] "GET /virtual-machine-interface/b18426e8-da97-486f-bab6-2235bf3e8ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.005189 10.0.0.22 - - [2026-03-23 02:03:01] "PUT /virtual-machine-interface/b18426e8-da97-486f-bab6-2235bf3e8ab9 HTTP/1.1" 200 284 0.009401 10.0.0.22 - - [2026-03-23 02:03:01] "POST /ref-update HTTP/1.1" 200 156 0.008733 10.0.0.22 - - [2026-03-23 02:03:01] "POST /instance-ips HTTP/1.1" 200 385 0.025740 10.0.0.22 - - [2026-03-23 02:03:01] "GET /virtual-machine-interface/75f641f2-efda-4a19-b0dd-113500e97ec9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.006161 10.0.0.22 - - [2026-03-23 02:03:01] "POST /ref-update HTTP/1.1" 200 156 0.012685 10.0.0.22 - - [2026-03-23 02:03:01] "PUT /virtual-machine-interface/75f641f2-efda-4a19-b0dd-113500e97ec9 HTTP/1.1" 200 284 0.010864 10.0.0.22 - - [2026-03-23 02:03:01] "POST /ref-update HTTP/1.1" 200 156 0.007689 10.0.0.22 - - [2026-03-23 02:03:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003663 10.0.0.22 - - [2026-03-23 02:03:01] "POST /ref-update HTTP/1.1" 200 156 0.009567 10.0.0.22 - - [2026-03-23 02:03:01] "GET /virtual-machine-interface/fb90edc8-b8ab-41e2-bfc8-379955e8f74e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2729 0.006932 10.0.0.22 - - [2026-03-23 02:03:01] "POST /instance-ips HTTP/1.1" 200 385 0.029723 10.0.0.22 - - [2026-03-23 02:03:01] "PUT /virtual-machine-interface/fb90edc8-b8ab-41e2-bfc8-379955e8f74e HTTP/1.1" 200 284 0.009906 10.0.0.22 - - [2026-03-23 02:03:01] "POST /ref-update HTTP/1.1" 200 156 0.009765 10.0.0.22 - - [2026-03-23 02:03:01] "POST /ref-update HTTP/1.1" 200 156 0.008802 10.0.0.22 - - [2026-03-23 02:03:02] "POST /ref-update HTTP/1.1" 200 156 0.008283 10.0.0.22 - - [2026-03-23 02:03:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002805 10.0.0.22 - - [2026-03-23 02:03:02] "POST /neutron/port HTTP/1.1" 200 1124 0.014217 10.0.0.22 - - [2026-03-23 02:03:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005479 10.0.0.22 - - [2026-03-23 02:03:02] "POST /instance-ips HTTP/1.1" 200 373 0.021980 10.0.0.22 - - [2026-03-23 02:03:02] "POST /ref-update HTTP/1.1" 200 156 0.011294 10.0.0.22 - - [2026-03-23 02:03:02] "POST /neutron/port HTTP/1.1" 200 1124 0.014602 10.0.0.22 - - [2026-03-23 02:03:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005424 10.0.0.22 - - [2026-03-23 02:03:02] "POST /ref-update HTTP/1.1" 200 156 0.012292 10.0.0.22 - - [2026-03-23 02:03:02] "POST /neutron/port HTTP/1.1" 200 1124 0.010655 10.0.0.22 - - [2026-03-23 02:03:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005650 10.0.0.22 - - [2026-03-23 02:03:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002579 10.0.0.22 - - [2026-03-23 02:03:02] "GET /virtual-machine/56113ae4-61dd-4408-a896-b534899ee168 HTTP/1.1" 200 1290 0.004992 10.0.0.22 - - [2026-03-23 02:03:02] "GET /virtual-machine-interface/ef0de4c3-525a-4ffc-ba00-2fdc80b30ccb HTTP/1.1" 200 2947 0.004938 10.0.0.22 - - [2026-03-23 02:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.22 - - [2026-03-23 02:03:02] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003079 10.0.0.22 - - [2026-03-23 02:03:02] "POST /instance-ips HTTP/1.1" 200 373 0.017060 10.0.0.22 - - [2026-03-23 02:03:02] "GET /virtual-networks?parent_id=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002732 10.0.0.22 - - [2026-03-23 02:03:02] "POST /ref-update HTTP/1.1" 200 156 0.009150 10.0.0.22 - - [2026-03-23 02:03:02] "GET /virtual-network/cdb9e81d-1750-48e6-a4db-d31de3586b0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004553 10.0.0.22 - - [2026-03-23 02:03:02] "POST /ref-update HTTP/1.1" 200 156 0.007469 10.0.0.22 - - [2026-03-23 02:03:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002924 10.0.0.22 - - [2026-03-23 02:03:02] "POST /instance-ips HTTP/1.1" 200 375 0.015589 10.0.0.22 - - [2026-03-23 02:03:02] "POST /ref-update HTTP/1.1" 200 156 0.010010 10.0.0.22 - - [2026-03-23 02:03:02] "POST /ref-update HTTP/1.1" 200 156 0.007103 10.0.0.22 - - [2026-03-23 02:03:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002607 10.0.0.22 - - [2026-03-23 02:03:02] "POST /instance-ips HTTP/1.1" 200 375 0.013221 10.0.0.22 - - [2026-03-23 02:03:02] "POST /ref-update HTTP/1.1" 200 156 0.008137 10.0.0.22 - - [2026-03-23 02:03:02] "POST /ref-update HTTP/1.1" 200 156 0.008020 10.0.0.22 - - [2026-03-23 02:03:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002702 10.0.0.22 - - [2026-03-23 02:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002520 10.0.0.22 - - [2026-03-23 02:03:03] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002967 10.0.0.22 - - [2026-03-23 02:03:03] "GET /virtual-networks?parent_id=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002915 10.0.0.22 - - [2026-03-23 02:03:03] "GET /virtual-network/cdb9e81d-1750-48e6-a4db-d31de3586b0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004943 10.0.0.22 - - [2026-03-23 02:03:03] "POST /neutron/port HTTP/1.1" 200 1120 0.011124 10.0.0.22 - - [2026-03-23 02:03:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005894 10.0.0.22 - - [2026-03-23 02:03:03] "POST /neutron/port HTTP/1.1" 200 1120 0.011620 10.0.0.22 - - [2026-03-23 02:03:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005878 10.0.0.22 - - [2026-03-23 02:03:04] "POST /neutron/port HTTP/1.1" 200 1120 0.013483 10.0.0.22 - - [2026-03-23 02:03:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006521 10.0.0.22 - - [2026-03-23 02:03:04] "GET /virtual-machine/35c2e0cc-53e3-4544-910b-c3e553bb9c3e HTTP/1.1" 200 1290 0.004369 10.0.0.22 - - [2026-03-23 02:03:04] "GET /virtual-machine-interface/0cef69f6-f62b-48b7-89c7-d74ced10597f HTTP/1.1" 200 2947 0.005351 10.0.0.22 - - [2026-03-23 02:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002562 10.0.0.22 - - [2026-03-23 02:03:04] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003071 10.0.0.22 - - [2026-03-23 02:03:04] "GET /virtual-networks?parent_id=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002802 10.0.0.22 - - [2026-03-23 02:03:04] "GET /virtual-network/50199d44-b540-4919-a2ae-a47762ad83f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004470 10.0.0.22 - - [2026-03-23 02:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.22 - - [2026-03-23 02:03:05] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003351 10.0.0.22 - - [2026-03-23 02:03:05] "GET /virtual-networks?parent_id=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002661 10.0.0.22 - - [2026-03-23 02:03:05] "GET /virtual-network/50199d44-b540-4919-a2ae-a47762ad83f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005161 10.0.0.22 - - [2026-03-23 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 211 0.002628 10.0.0.22 - - [2026-03-23 02:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002136 10.0.0.22 - - [2026-03-23 02:03:05] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000963 10.0.0.22 - - [2026-03-23 02:03:05] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.025558 10.0.0.22 - - [2026-03-23 02:03:05] "POST /network-policys HTTP/1.1" 200 547 0.016500 10.0.0.22 - - [2026-03-23 02:03:05] "GET /network-policy/f81afef3-3bb2-4363-b190-536e193294e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004175 10.0.0.22 - - [2026-03-23 02:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002544 10.0.0.22 - - [2026-03-23 02:03:05] "GET /virtual-network/cdb9e81d-1750-48e6-a4db-d31de3586b0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004778 10.0.0.22 - - [2026-03-23 02:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002433 10.0.0.22 - - [2026-03-23 02:03:06] "GET /network-policy/f81afef3-3bb2-4363-b190-536e193294e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003247 10.0.0.22 - - [2026-03-23 02:03:06] "POST /ref-update HTTP/1.1" 200 156 0.027627 10.0.0.22 - - [2026-03-23 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 242 0.031446 10.0.0.22 - - [2026-03-23 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002268 10.0.0.22 - - [2026-03-23 02:03:06] "POST /access-control-lists HTTP/1.1" 200 601 0.057510 10.0.0.22 - - [2026-03-23 02:03:06] "GET /network-policy/f81afef3-3bb2-4363-b190-536e193294e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.005639 10.0.0.22 - - [2026-03-23 02:03:06] "POST /neutron/network HTTP/1.1" 200 922 0.006546 10.0.0.22 - - [2026-03-23 02:03:06] "GET /virtual-network/cdb9e81d-1750-48e6-a4db-d31de3586b0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004202 10.0.0.22 - - [2026-03-23 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002386 10.0.0.22 - - [2026-03-23 02:03:06] "GET /network-policy/f81afef3-3bb2-4363-b190-536e193294e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003310 10.0.0.22 - - [2026-03-23 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002465 10.0.0.22 - - [2026-03-23 02:03:06] "GET /virtual-network/50199d44-b540-4919-a2ae-a47762ad83f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005311 10.0.0.22 - - [2026-03-23 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.22 - - [2026-03-23 02:03:06] "GET /network-policy/f81afef3-3bb2-4363-b190-536e193294e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003341 10.0.0.22 - - [2026-03-23 02:03:06] "POST /ref-update HTTP/1.1" 200 156 0.028210 10.0.0.22 - - [2026-03-23 02:03:06] "PUT /access-control-list/50145398-ac8d-42a1-bd72-b985177143cf HTTP/1.1" 200 272 0.014573 10.0.0.22 - - [2026-03-23 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 244 0.002683 10.0.0.22 - - [2026-03-23 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002582 10.0.0.22 - - [2026-03-23 02:03:06] "GET /network-policy/f81afef3-3bb2-4363-b190-536e193294e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.026657 10.0.0.22 - - [2026-03-23 02:03:06] "POST /access-control-lists HTTP/1.1" 200 604 0.063900 10.0.0.22 - - [2026-03-23 02:03:06] "POST /neutron/network HTTP/1.1" 200 920 0.006234 10.0.0.22 - - [2026-03-23 02:03:06] "POST /routing-instances HTTP/1.1" 200 759 0.017380 10.0.0.22 - - [2026-03-23 02:03:06] "GET /virtual-network/50199d44-b540-4919-a2ae-a47762ad83f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.009289 10.0.0.22 - - [2026-03-23 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.22 - - [2026-03-23 02:03:06] "POST /route-targets HTTP/1.1" 200 327 0.010165 10.0.0.22 - - [2026-03-23 02:03:06] "GET /network-policy/f81afef3-3bb2-4363-b190-536e193294e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003079 10.0.0.22 - - [2026-03-23 02:03:06] "POST /ref-update HTTP/1.1" 200 156 0.008613 10.0.0.22 - - [2026-03-23 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.22 - - [2026-03-23 02:03:06] "GET /routing-instance/3ce246e5-4d4d-49c3-9e00-a22a892f69cc?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.003594 10.0.0.22 - - [2026-03-23 02:03:07] "GET /service-template/bf583303-8db0-43b1-84e7-4094fb0b104d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003290 10.0.0.22 - - [2026-03-23 02:03:07] "GET /routing-instance/3ce246e5-4d4d-49c3-9e00-a22a892f69cc?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.003160 10.0.0.22 - - [2026-03-23 02:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.22 - - [2026-03-23 02:03:07] "POST /ref-update HTTP/1.1" 200 156 0.008541 10.0.0.22 - - [2026-03-23 02:03:07] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001273 10.0.0.22 - - [2026-03-23 02:03:07] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.029628 10.0.0.22 - - [2026-03-23 02:03:07] "POST /routing-instances HTTP/1.1" 200 760 0.026800 10.0.0.22 - - [2026-03-23 02:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.22 - - [2026-03-23 02:03:07] "POST /route-targets HTTP/1.1" 200 327 0.010329 10.0.0.22 - - [2026-03-23 02:03:07] "GET /service-instance/d6084b43-4b84-454a-b409-59ea93a308a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.004620 10.0.0.22 - - [2026-03-23 02:03:07] "POST /ref-update HTTP/1.1" 200 156 0.008994 10.0.0.22 - - [2026-03-23 02:03:07] "GET /domains HTTP/1.1" 200 280 0.002658 10.0.0.22 - - [2026-03-23 02:03:07] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001209 10.0.0.22 - - [2026-03-23 02:03:07] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2771 0.007569 10.0.0.22 - - [2026-03-23 02:03:07] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000930 10.0.0.22 - - [2026-03-23 02:03:07] "GET /routing-instance/cd0b1e45-2adf-46ad-b2f8-d3b544c90240?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.003171 10.0.0.22 - - [2026-03-23 02:03:07] "GET /routing-instance/cd0b1e45-2adf-46ad-b2f8-d3b544c90240?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.005474 10.0.0.22 - - [2026-03-23 02:03:07] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52 HTTP/1.1" 200 4232 0.064332 10.0.0.22 - - [2026-03-23 02:03:07] "GET /service-instance/d6084b43-4b84-454a-b409-59ea93a308a3 HTTP/1.1" 200 3784 0.004255 10.0.0.22 - - [2026-03-23 02:03:07] "GET /domains HTTP/1.1" 200 280 0.002476 10.0.0.22 - - [2026-03-23 02:03:07] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001260 10.0.0.22 - - [2026-03-23 02:03:07] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2771 0.007419 10.0.0.22 - - [2026-03-23 02:03:07] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000911 10.0.0.22 - - [2026-03-23 02:03:07] "PUT /routing-instance/3ce246e5-4d4d-49c3-9e00-a22a892f69cc HTTP/1.1" 200 266 0.008435 10.0.0.22 - - [2026-03-23 02:03:07] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52 HTTP/1.1" 200 4232 0.065016 10.0.0.22 - - [2026-03-23 02:03:07] "GET /service-instance/d6084b43-4b84-454a-b409-59ea93a308a3 HTTP/1.1" 200 3784 0.003233 10.0.0.22 - - [2026-03-23 02:03:07] "PUT /routing-instance/cd0b1e45-2adf-46ad-b2f8-d3b544c90240 HTTP/1.1" 200 266 0.014728 10.0.0.22 - - [2026-03-23 02:03:07] "GET /port-tuple/9ee6a023-30af-42d3-bf9b-e7c4c74e39cf HTTP/1.1" 200 1980 0.003146 10.0.0.22 - - [2026-03-23 02:03:07] "GET /virtual-machine-interface/75f641f2-efda-4a19-b0dd-113500e97ec9 HTTP/1.1" 200 3798 0.004827 10.0.0.22 - - [2026-03-23 02:03:07] "GET /virtual-machine-interface/b18426e8-da97-486f-bab6-2235bf3e8ab9 HTTP/1.1" 200 3817 0.004598 10.0.0.22 - - [2026-03-23 02:03:07] "GET /virtual-machine-interface/fb90edc8-b8ab-41e2-bfc8-379955e8f74e HTTP/1.1" 200 3805 0.004788 10.0.0.22 - - [2026-03-23 02:03:07] "POST /ref-update HTTP/1.1" 200 156 0.009165 10.0.0.22 - - [2026-03-23 02:03:07] "POST /neutron/port HTTP/1.1" 200 3832 0.041876 10.0.0.22 - - [2026-03-23 02:03:07] "PUT /access-control-list/768cdb21-7aa3-4e59-9283-f2ed4e720fa9 HTTP/1.1" 200 272 0.014251 10.0.0.22 - - [2026-03-23 02:03:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006388 10.0.0.22 - - [2026-03-23 02:03:07] "POST /neutron/port HTTP/1.1" 200 3832 0.026622 10.0.0.22 - - [2026-03-23 02:03:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005413 10.0.0.22 - - [2026-03-23 02:03:07] "POST /neutron/port HTTP/1.1" 200 3832 0.025456 10.0.0.22 - - [2026-03-23 02:03:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005746 10.0.0.22 - - [2026-03-23 02:03:07] "POST /neutron/port HTTP/1.1" 200 3832 0.024395 10.0.0.22 - - [2026-03-23 02:03:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005540 10.0.0.22 - - [2026-03-23 02:03:07] "POST /neutron/network HTTP/1.1" 200 896 0.009446 10.0.0.22 - - [2026-03-23 02:03:07] "POST /neutron/network HTTP/1.1" 200 922 0.004520 10.0.0.22 - - [2026-03-23 02:03:07] "POST /neutron/network HTTP/1.1" 200 806 0.010337 10.0.0.22 - - [2026-03-23 02:03:07] "POST /neutron/network HTTP/1.1" 200 832 0.004782 10.0.0.22 - - [2026-03-23 02:03:07] "POST /neutron/network HTTP/1.1" 200 894 0.009994 10.0.0.22 - - [2026-03-23 02:03:07] "POST /neutron/network HTTP/1.1" 200 920 0.004828 10.0.0.22 - - [2026-03-23 02:03:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001251 10.0.0.22 - - [2026-03-23 02:03:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001023 10.0.0.22 - - [2026-03-23 02:03:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.001219 10.0.0.22 - - [2026-03-23 02:03:08] "GET /virtual-machine/ace59881-b659-4cf5-9a8b-5e6ac0eb9b22 HTTP/1.1" 200 1803 0.003328 10.0.0.22 - - [2026-03-23 02:03:08] "GET /virtual-machine-interface/75f641f2-efda-4a19-b0dd-113500e97ec9 HTTP/1.1" 200 3798 0.005470 10.0.0.22 - - [2026-03-23 02:03:08] "GET /virtual-machine-interface/b18426e8-da97-486f-bab6-2235bf3e8ab9 HTTP/1.1" 200 3817 0.005248 10.0.0.22 - - [2026-03-23 02:03:08] "GET /virtual-machine-interface/fb90edc8-b8ab-41e2-bfc8-379955e8f74e HTTP/1.1" 200 3805 0.004811 10.0.0.22 - - [2026-03-23 02:03:08] "GET /instance-ip/3a4f0013-1c7f-4dd0-99d5-6a87cd88536b HTTP/1.1" 200 1623 0.004184 10.0.0.22 - - [2026-03-23 02:03:08] "GET /instance-ip/4c9424f7-31d6-41c7-bf05-1035661726bc HTTP/1.1" 200 1956 0.003179 10.0.0.22 - - [2026-03-23 02:03:08] "GET /instance-ip/6c59a91a-07b2-46d2-83e9-a7275bf95a75 HTTP/1.1" 200 1953 0.003137 10.0.0.22 - - [2026-03-23 02:03:08] "GET /instance-ip/4f3a766b-b315-4f5c-9608-26a5dd7c59a7 HTTP/1.1" 200 1621 0.004520 10.0.0.22 - - [2026-03-23 02:03:08] "GET /instance-ip/d3bea2c2-33dc-441e-b7b3-df348ac1393b HTTP/1.1" 200 1981 0.003075 10.0.0.22 - - [2026-03-23 02:03:08] "GET /instance-ip/f0909ed7-2891-47cc-9373-f6bd6c323d31 HTTP/1.1" 200 1979 0.003282 10.0.0.22 - - [2026-03-23 02:03:08] "GET /instance-ip/2680395d-f440-4ca6-82b7-673e7692ffb1 HTTP/1.1" 200 1959 0.003244 10.0.0.22 - - [2026-03-23 02:03:08] "GET /instance-ip/2d199480-8d84-4ea0-8bbe-a2a1ca3b5c2a HTTP/1.1" 200 1620 0.004272 10.0.0.22 - - [2026-03-23 02:03:08] "GET /instance-ip/c3dbfdc8-fa2e-4d5d-a6d6-2b1a77befc94 HTTP/1.1" 200 1959 0.003064 10.0.0.22 - - [2026-03-23 02:03:08] "POST /neutron/port HTTP/1.1" 200 3832 0.024730 10.0.0.22 - - [2026-03-23 02:03:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005287 10.0.0.22 - - [2026-03-23 02:03:08] "POST /neutron/port HTTP/1.1" 200 3832 0.025725 10.0.0.22 - - [2026-03-23 02:03:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005201 10.0.0.22 - - [2026-03-23 02:03:08] "POST /neutron/port HTTP/1.1" 200 3832 0.026500 10.0.0.22 - - [2026-03-23 02:03:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005473 10.0.0.22 - - [2026-03-23 02:03:08] "POST /neutron/port HTTP/1.1" 200 3832 0.027849 10.0.0.22 - - [2026-03-23 02:03:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004963 10.0.0.22 - - [2026-03-23 02:03:08] "GET /virtual-machine/ace59881-b659-4cf5-9a8b-5e6ac0eb9b22 HTTP/1.1" 200 1803 0.003115 10.0.0.22 - - [2026-03-23 02:03:08] "GET /virtual-machine-interface/75f641f2-efda-4a19-b0dd-113500e97ec9 HTTP/1.1" 200 3798 0.004218 10.0.0.22 - - [2026-03-23 02:03:08] "GET /virtual-machine-interface/b18426e8-da97-486f-bab6-2235bf3e8ab9 HTTP/1.1" 200 3817 0.004194 10.0.0.22 - - [2026-03-23 02:03:08] "GET /virtual-machine-interface/fb90edc8-b8ab-41e2-bfc8-379955e8f74e HTTP/1.1" 200 3805 0.004576 10.0.0.22 - - [2026-03-23 02:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002481 10.0.0.22 - - [2026-03-23 02:03:08] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002979 10.0.0.22 - - [2026-03-23 02:03:08] "GET /virtual-networks?parent_id=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002529 10.0.0.22 - - [2026-03-23 02:03:08] "GET /virtual-network/cdb9e81d-1750-48e6-a4db-d31de3586b0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.007378 10.0.0.22 - - [2026-03-23 02:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.22 - - [2026-03-23 02:03:09] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002610 10.0.0.22 - - [2026-03-23 02:03:09] "GET /virtual-networks?parent_id=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002635 10.0.0.22 - - [2026-03-23 02:03:09] "GET /virtual-network/cdb9e81d-1750-48e6-a4db-d31de3586b0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004973 10.0.0.22 - - [2026-03-23 02:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.22 - - [2026-03-23 02:03:10] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003364 10.0.0.22 - - [2026-03-23 02:03:10] "GET /virtual-networks?parent_id=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004213 10.0.0.22 - - [2026-03-23 02:03:10] "GET /virtual-network/cdb9e81d-1750-48e6-a4db-d31de3586b0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004748 10.0.0.22 - - [2026-03-23 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.22 - - [2026-03-23 02:03:10] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003225 10.0.0.22 - - [2026-03-23 02:03:10] "GET /virtual-networks?parent_id=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003020 10.0.0.22 - - [2026-03-23 02:03:10] "GET /virtual-network/cdb9e81d-1750-48e6-a4db-d31de3586b0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004899 10.0.0.22 - - [2026-03-23 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002482 10.0.0.22 - - [2026-03-23 02:03:10] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002906 10.0.0.22 - - [2026-03-23 02:03:10] "GET /virtual-networks?parent_id=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002604 10.0.0.22 - - [2026-03-23 02:03:10] "GET /virtual-network/cdb9e81d-1750-48e6-a4db-d31de3586b0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005930 10.0.0.22 - - [2026-03-23 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002431 10.0.0.22 - - [2026-03-23 02:03:10] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003541 10.0.0.22 - - [2026-03-23 02:03:10] "GET /virtual-networks?parent_id=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002542 10.0.0.22 - - [2026-03-23 02:03:10] "GET /virtual-network/9c1d8ca7-4a0b-4071-b1fe-8839e2e53f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004832 10.0.0.22 - - [2026-03-23 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.22 - - [2026-03-23 02:03:10] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002898 10.0.0.22 - - [2026-03-23 02:03:10] "GET /virtual-networks?parent_id=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002570 10.0.0.22 - - [2026-03-23 02:03:10] "GET /virtual-network/9c1d8ca7-4a0b-4071-b1fe-8839e2e53f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005487 10.0.0.22 - - [2026-03-23 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.22 - - [2026-03-23 02:03:11] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003171 10.0.0.22 - - [2026-03-23 02:03:11] "GET /virtual-networks?parent_id=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003560 10.0.0.22 - - [2026-03-23 02:03:11] "GET /virtual-network/9c1d8ca7-4a0b-4071-b1fe-8839e2e53f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004750 10.0.0.22 - - [2026-03-23 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002518 10.0.0.22 - - [2026-03-23 02:03:11] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002927 10.0.0.22 - - [2026-03-23 02:03:11] "GET /virtual-networks?parent_id=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002543 10.0.0.22 - - [2026-03-23 02:03:11] "GET /virtual-network/9c1d8ca7-4a0b-4071-b1fe-8839e2e53f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004763 10.0.0.22 - - [2026-03-23 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002441 10.0.0.22 - - [2026-03-23 02:03:11] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003009 10.0.0.22 - - [2026-03-23 02:03:11] "GET /virtual-networks?parent_id=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002616 10.0.0.22 - - [2026-03-23 02:03:11] "GET /virtual-network/50199d44-b540-4919-a2ae-a47762ad83f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004994 10.0.0.22 - - [2026-03-23 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.22 - - [2026-03-23 02:03:11] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003261 10.0.0.22 - - [2026-03-23 02:03:11] "GET /virtual-networks?parent_id=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003093 10.0.0.22 - - [2026-03-23 02:03:11] "GET /virtual-network/50199d44-b540-4919-a2ae-a47762ad83f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006427 10.0.0.22 - - [2026-03-23 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002451 10.0.0.22 - - [2026-03-23 02:03:11] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003359 10.0.0.22 - - [2026-03-23 02:03:11] "GET /virtual-networks?parent_id=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002603 10.0.0.22 - - [2026-03-23 02:03:12] "GET /virtual-network/50199d44-b540-4919-a2ae-a47762ad83f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004558 10.0.0.22 - - [2026-03-23 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.22 - - [2026-03-23 02:03:12] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002987 10.0.0.22 - - [2026-03-23 02:03:12] "GET /virtual-networks?parent_id=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002861 10.0.0.22 - - [2026-03-23 02:03:12] "GET /virtual-network/50199d44-b540-4919-a2ae-a47762ad83f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004604 10.0.0.22 - - [2026-03-23 02:03:12] "GET /virtual-machine/ace59881-b659-4cf5-9a8b-5e6ac0eb9b22 HTTP/1.1" 200 1803 0.003484 10.0.0.22 - - [2026-03-23 02:03:12] "GET /domains HTTP/1.1" 200 280 0.001964 10.0.0.22 - - [2026-03-23 02:03:12] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001200 10.0.0.22 - - [2026-03-23 02:03:12] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2771 0.005922 10.0.0.22 - - [2026-03-23 02:03:12] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001062 10.0.0.22 - - [2026-03-23 02:03:12] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52 HTTP/1.1" 200 4232 0.066750 10.0.0.22 - - [2026-03-23 02:03:12] "GET /service-instance/d6084b43-4b84-454a-b409-59ea93a308a3 HTTP/1.1" 200 3784 0.003097 10.0.0.22 - - [2026-03-23 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002025 10.0.0.22 - - [2026-03-23 02:03:12] "GET /routing-instance/6edb893a-8ee1-4fd8-b52e-d3337ce47b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003081 10.0.0.22 - - [2026-03-23 02:03:12] "GET /routing-instance/6edb893a-8ee1-4fd8-b52e-d3337ce47b6f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.004650 10.0.0.22 - - [2026-03-23 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.22 - - [2026-03-23 02:03:12] "GET /routing-instance/19c834b8-d154-4949-b66d-41fc96dac356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004116 10.0.0.22 - - [2026-03-23 02:03:12] "GET /routing-instance/19c834b8-d154-4949-b66d-41fc96dac356?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.004813 10.0.0.22 - - [2026-03-23 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002655 10.0.0.22 - - [2026-03-23 02:03:12] "GET /virtual-network/cdb9e81d-1750-48e6-a4db-d31de3586b0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004575 10.0.0.22 - - [2026-03-23 02:03:12] "GET /virtual-network/cdb9e81d-1750-48e6-a4db-d31de3586b0e?fields=routing_instances HTTP/1.1" 200 1684 0.006171 10.0.0.22 - - [2026-03-23 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.22 - - [2026-03-23 02:03:12] "GET /virtual-network/50199d44-b540-4919-a2ae-a47762ad83f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004948 10.0.0.22 - - [2026-03-23 02:03:12] "GET /virtual-network/50199d44-b540-4919-a2ae-a47762ad83f5?fields=routing_instances HTTP/1.1" 200 1688 0.007805 10.0.0.22 - - [2026-03-23 02:03:13] "POST /neutron/port HTTP/1.1" 200 1124 0.039751 10.0.0.22 - - [2026-03-23 02:03:13] "POST /neutron/port HTTP/1.1" 200 1124 0.011675 10.0.0.22 - - [2026-03-23 02:03:13] "POST /neutron/network HTTP/1.1" 200 932 0.005019 10.0.0.22 - - [2026-03-23 02:03:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002847 10.0.0.22 - - [2026-03-23 02:03:13] "POST /neutron/subnet HTTP/1.1" 200 708 0.006014 10.0.0.22 - - [2026-03-23 02:03:13] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.22 - - [2026-03-23 02:03:13] "POST /neutron/network HTTP/1.1" 200 922 0.005050 10.0.0.22 - - [2026-03-23 02:03:16] "POST /ref-update HTTP/1.1" 200 156 0.026793 10.0.0.22 - - [2026-03-23 02:03:16] "POST /neutron/network HTTP/1.1" 200 832 0.005785 10.0.0.22 - - [2026-03-23 02:03:16] "GET /virtual-network/50199d44-b540-4919-a2ae-a47762ad83f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004387 10.0.0.22 - - [2026-03-23 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.22 - - [2026-03-23 02:03:17] "GET /network-policy/f81afef3-3bb2-4363-b190-536e193294e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003013 10.0.0.22 - - [2026-03-23 02:03:17] "POST /ref-update HTTP/1.1" 200 156 0.028624 10.0.0.22 - - [2026-03-23 02:03:17] "POST /neutron/network HTTP/1.1" 200 834 0.007075 10.0.0.22 - - [2026-03-23 02:03:17] "GET /virtual-network/cdb9e81d-1750-48e6-a4db-d31de3586b0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004870 10.0.0.22 - - [2026-03-23 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.22 - - [2026-03-23 02:03:17] "GET /network-policy/f81afef3-3bb2-4363-b190-536e193294e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003145 10.0.0.22 - - [2026-03-23 02:03:17] "DELETE /network-policy/f81afef3-3bb2-4363-b190-536e193294e8 HTTP/1.1" 200 115 0.019048 10.0.0.22 - - [2026-03-23 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002151 10.0.0.22 - - [2026-03-23 02:03:17] "DELETE /access-control-list/768cdb21-7aa3-4e59-9283-f2ed4e720fa9 HTTP/1.1" 200 115 0.018758 10.0.0.22 - - [2026-03-23 02:03:17] "DELETE /service-instance/d6084b43-4b84-454a-b409-59ea93a308a3 HTTP/1.1" 200 115 0.051532 10.0.0.22 - - [2026-03-23 02:03:17] "GET /domains HTTP/1.1" 200 280 0.002260 10.0.0.22 - - [2026-03-23 02:03:17] "POST /ref-update HTTP/1.1" 200 156 0.016264 10.0.0.22 - - [2026-03-23 02:03:17] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001144 10.0.0.22 - - [2026-03-23 02:03:17] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2771 0.008657 10.0.0.22 - - [2026-03-23 02:03:17] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001757 10.0.0.22 - - [2026-03-23 02:03:17] "DELETE /instance-ip/c3dbfdc8-fa2e-4d5d-a6d6-2b1a77befc94 HTTP/1.1" 200 115 0.031873 10.0.0.22 - - [2026-03-23 02:03:17] "POST /ref-update HTTP/1.1" 200 156 0.014449 10.0.0.22 - - [2026-03-23 02:03:17] "DELETE /routing-instance/3ce246e5-4d4d-49c3-9e00-a22a892f69cc HTTP/1.1" 200 115 0.031042 10.0.0.22 - - [2026-03-23 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.22 - - [2026-03-23 02:03:17] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52 HTTP/1.1" 200 3758 0.087531 10.0.0.22 - - [2026-03-23 02:03:17] "GET /virtual-machine/ace59881-b659-4cf5-9a8b-5e6ac0eb9b22 HTTP/1.1" 200 1803 0.005202 10.0.0.22 - - [2026-03-23 02:03:17] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001861 10.0.0.22 - - [2026-03-23 02:03:17] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002212 10.0.0.22 - - [2026-03-23 02:03:17] "DELETE /instance-ip/6c59a91a-07b2-46d2-83e9-a7275bf95a75 HTTP/1.1" 200 115 0.025041 10.0.0.22 - - [2026-03-23 02:03:17] "DELETE /route-target/7f4d5b56-bae1-4820-8c09-9761e409c2f9 HTTP/1.1" 200 115 0.018853 10.0.0.22 - - [2026-03-23 02:03:17] "POST /ref-update HTTP/1.1" 200 156 0.011343 10.0.0.22 - - [2026-03-23 02:03:17] "DELETE /routing-instance/cd0b1e45-2adf-46ad-b2f8-d3b544c90240 HTTP/1.1" 200 115 0.022393 10.0.0.22 - - [2026-03-23 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.22 - - [2026-03-23 02:03:17] "DELETE /instance-ip/f0909ed7-2891-47cc-9373-f6bd6c323d31 HTTP/1.1" 200 115 0.018257 10.0.0.22 - - [2026-03-23 02:03:17] "POST /ref-update HTTP/1.1" 200 156 0.008945 10.0.0.22 - - [2026-03-23 02:03:17] "DELETE /route-target/4741af31-d04c-495b-93bf-1c94792ae669 HTTP/1.1" 200 115 0.014705 10.0.0.22 - - [2026-03-23 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002417 10.0.0.22 - - [2026-03-23 02:03:17] "DELETE /access-control-list/50145398-ac8d-42a1-bd72-b985177143cf HTTP/1.1" 200 115 0.058864 10.0.0.22 - - [2026-03-23 02:03:17] "DELETE /instance-ip/d3bea2c2-33dc-441e-b7b3-df348ac1393b HTTP/1.1" 200 115 0.063679 10.0.0.22 - - [2026-03-23 02:03:17] "DELETE /service-template/bf583303-8db0-43b1-84e7-4094fb0b104d HTTP/1.1" 200 115 0.071279 10.0.0.22 - - [2026-03-23 02:03:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.006008 10.0.0.22 - - [2026-03-23 02:03:17] "POST /ref-update HTTP/1.1" 200 156 0.026780 10.0.0.22 - - [2026-03-23 02:03:17] "DELETE /instance-ip/4c9424f7-31d6-41c7-bf05-1035661726bc HTTP/1.1" 200 115 0.022698 10.0.0.22 - - [2026-03-23 02:03:17] "POST /ref-update HTTP/1.1" 200 156 0.010216 10.0.0.22 - - [2026-03-23 02:03:17] "DELETE /instance-ip/2680395d-f440-4ca6-82b7-673e7692ffb1 HTTP/1.1" 200 115 0.027959 10.0.0.22 - - [2026-03-23 02:03:18] "POST /neutron/network HTTP/1.1" 200 832 0.007593 10.0.0.22 - - [2026-03-23 02:03:18] "POST /neutron/network HTTP/1.1" 400 204 0.011987 10.0.0.22 - - [2026-03-23 02:03:18] "POST /neutron/port HTTP/1.1" 200 1120 0.011084 10.0.0.22 - - [2026-03-23 02:03:18] "POST /neutron/port HTTP/1.1" 200 1110 0.009630 10.0.0.22 - - [2026-03-23 02:03:18] "POST /neutron/port HTTP/1.1" 200 1124 0.010205 10.0.0.22 - - [2026-03-23 02:03:18] "POST /neutron/port HTTP/1.1" 200 151 0.095300 10.0.0.22 - - [2026-03-23 02:03:18] "POST /neutron/port HTTP/1.1" 200 1114 0.010233 10.0.0.22 - - [2026-03-23 02:03:18] "POST /neutron/port HTTP/1.1" 200 151 0.101918 10.0.0.22 - - [2026-03-23 02:03:18] "POST /neutron/port HTTP/1.1" 200 3061 0.023672 10.0.0.22 - - [2026-03-23 02:03:18] "POST /neutron/port HTTP/1.1" 200 1114 0.011843 10.0.0.22 - - [2026-03-23 02:03:18] "POST /neutron/port HTTP/1.1" 200 151 0.093691 10.0.0.22 - - [2026-03-23 02:03:18] "POST /neutron/port HTTP/1.1" 200 1110 0.009238 10.0.0.22 - - [2026-03-23 02:03:19] "POST /neutron/port HTTP/1.1" 200 151 0.083412 10.0.0.22 - - [2026-03-23 02:03:19] "POST /neutron/port HTTP/1.1" 200 1112 0.009136 10.0.0.22 - - [2026-03-23 02:03:19] "POST /neutron/port HTTP/1.1" 200 151 0.098379 10.0.0.22 - - [2026-03-23 02:03:20] "POST /neutron/network HTTP/1.1" 200 832 0.004980 10.0.0.22 - - [2026-03-23 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002607 10.0.0.22 - - [2026-03-23 02:03:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002942 10.0.0.22 - - [2026-03-23 02:03:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001797 10.0.0.22 - - [2026-03-23 02:03:20] "POST /neutron/network HTTP/1.1" 200 151 0.072568 10.0.0.22 - - [2026-03-23 02:03:20] "DELETE /route-target/74220ff4-45ec-44e2-82aa-ab57b8ed8b69 HTTP/1.1" 200 115 0.017897 10.0.0.22 - - [2026-03-23 02:03:20] "GET /routing-instance/19c834b8-d154-4949-b66d-41fc96dac356 HTTP/1.1" 404 171 0.002104 10.0.0.22 - - [2026-03-23 02:03:20] "GET /domains HTTP/1.1" 200 280 0.002160 10.0.0.22 - - [2026-03-23 02:03:20] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.22 - - [2026-03-23 02:03:20] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2571 0.051693 10.0.0.22 - - [2026-03-23 02:03:20] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001917 10.0.0.22 - - [2026-03-23 02:03:20] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52 HTTP/1.1" 200 2297 0.071011 10.0.0.22 - - [2026-03-23 02:03:20] "POST /neutron/network HTTP/1.1" 200 834 0.006317 10.0.0.22 - - [2026-03-23 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.22 - - [2026-03-23 02:03:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001939 10.0.0.22 - - [2026-03-23 02:03:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002334 10.0.0.22 - - [2026-03-23 02:03:20] "POST /neutron/network HTTP/1.1" 200 151 0.079463 10.0.0.22 - - [2026-03-23 02:03:20] "DELETE /route-target/c8cb9bb2-23b9-4c30-b654-d1bf8b3ed0b6 HTTP/1.1" 200 115 0.013443 10.0.0.22 - - [2026-03-23 02:03:20] "GET /routing-instance/6edb893a-8ee1-4fd8-b52e-d3337ce47b6f HTTP/1.1" 404 171 0.002770 10.0.0.22 - - [2026-03-23 02:03:20] "GET /domains HTTP/1.1" 200 280 0.003805 10.0.0.22 - - [2026-03-23 02:03:20] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001288 10.0.0.22 - - [2026-03-23 02:03:20] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2571 0.050235 10.0.0.22 - - [2026-03-23 02:03:20] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001425 10.0.0.22 - - [2026-03-23 02:03:20] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52 HTTP/1.1" 200 2079 0.062548 10.0.0.22 - - [2026-03-23 02:03:20] "POST /neutron/network HTTP/1.1" 200 832 0.005103 10.0.0.22 - - [2026-03-23 02:03:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003691 10.0.0.22 - - [2026-03-23 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.22 - - [2026-03-23 02:03:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002886 10.0.0.22 - - [2026-03-23 02:03:20] "POST /neutron/network HTTP/1.1" 200 151 0.071275 10.0.0.22 - - [2026-03-23 02:03:20] "DELETE /route-target/3bdcd585-45b8-46f1-ba79-2d2e91c867a4 HTTP/1.1" 200 115 0.015200 10.0.0.22 - - [2026-03-23 02:03:20] "GET /routing-instance/c26804e7-940c-4e27-bc4d-d659e4b5d6d5 HTTP/1.1" 404 171 0.003017 10.0.0.22 - - [2026-03-23 02:03:20] "GET /domains HTTP/1.1" 200 280 0.001833 10.0.0.22 - - [2026-03-23 02:03:20] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.22 - - [2026-03-23 02:03:20] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2571 0.047080 10.0.0.22 - - [2026-03-23 02:03:20] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001046 10.0.0.22 - - [2026-03-23 02:03:20] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52 HTTP/1.1" 200 1839 0.064216 10.0.0.22 - - [2026-03-23 02:03:21] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001007 10.0.0.22 - - [2026-03-23 02:03:21] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047280 10.0.0.22 - - [2026-03-23 02:03:21] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000997 10.0.0.22 - - [2026-03-23 02:03:21] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52?fields=virtual_networks HTTP/1.1" 200 1027 0.065881 10.0.0.22 - - [2026-03-23 02:03:21] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001028 10.0.0.22 - - [2026-03-23 02:03:21] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.019672 10.0.0.22 - - [2026-03-23 02:03:21] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001097 10.0.0.22 - - [2026-03-23 02:03:21] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52?fields=security_groups HTTP/1.1" 200 1251 0.021420 10.0.0.22 - - [2026-03-23 02:03:22] "POST /fqname-to-id HTTP/1.1" 404 189 0.029458 10.0.0.22 - - [2026-03-23 02:03:22] "GET /projects?obj_uuids=a1411e93-7713-4824-93b1-fbfe43ce9df4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002211 10.0.0.22 - - [2026-03-23 02:03:22] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001489 10.0.0.22 - - [2026-03-23 02:03:22] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036216 10.0.0.22 - - [2026-03-23 02:03:22] "POST /id-to-fqname HTTP/1.1" 200 191 0.002080 10.0.0.22 - - [2026-03-23 02:03:22] "POST /fqname-to-id HTTP/1.1" 404 200 0.002795 10.0.0.22 - - [2026-03-23 02:03:22] "POST /security-groups HTTP/1.1" 200 592 0.068090 10.0.0.22 - - [2026-03-23 02:03:22] "POST /fqname-to-id HTTP/1.1" 404 235 0.002419 10.0.0.22 - - [2026-03-23 02:03:22] "POST /projects HTTP/1.1" 200 587 0.204372 10.0.0.22 - - [2026-03-23 02:03:22] "POST /access-control-lists HTTP/1.1" 200 597 0.055854 10.0.0.22 - - [2026-03-23 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.276492 10.0.0.22 - - [2026-03-23 02:03:22] "POST /fqname-to-id HTTP/1.1" 404 234 0.002767 10.0.0.22 - - [2026-03-23 02:03:22] "GET /project/a1411e93-7713-4824-93b1-fbfe43ce9df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.424390 10.0.0.22 - - [2026-03-23 02:03:22] "POST /access-control-lists HTTP/1.1" 200 595 0.055887 10.0.0.22 - - [2026-03-23 02:03:23] "GET /obj-perms HTTP/1.1" 200 5056 0.108014 10.0.0.22 - - [2026-03-23 02:03:23] "GET /obj-perms HTTP/1.1" 200 5056 0.097505 10.0.0.22 - - [2026-03-23 02:03:24] "GET / HTTP/1.1" 200 35931 0.002082 10.0.0.22 - - [2026-03-23 02:03:25] "GET /project/a1411e93-7713-4824-93b1-fbfe43ce9df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000460 10.0.0.22 - - [2026-03-23 02:03:25] "GET /projects?obj_uuids=a1411e93-7713-4824-93b1-fbfe43ce9df4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001070 10.0.0.22 - - [2026-03-23 02:03:25] "GET /project/a1411e93-7713-4824-93b1-fbfe43ce9df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.048120 10.0.0.22 - - [2026-03-23 02:03:25] "POST /fqname-to-id HTTP/1.1" 404 180 0.002282 10.0.0.22 - - [2026-03-23 02:03:25] "POST /virtual-DNSs HTTP/1.1" 200 507 0.013266 10.0.0.22 - - [2026-03-23 02:03:25] "GET /virtual-DNS/78a3b577-4020-4fda-b8ff-8358168c29a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004210 10.0.0.22 - - [2026-03-23 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.22 - - [2026-03-23 02:03:25] "GET /virtual-DNS/78a3b577-4020-4fda-b8ff-8358168c29a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004041 10.0.0.22 - - [2026-03-23 02:03:25] "GET /domains HTTP/1.1" 401 292 0.000524 10.0.0.22 - - [2026-03-23 02:03:26] "GET /domains HTTP/1.1" 200 280 0.025879 10.0.0.22 - - [2026-03-23 02:03:26] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.22 - - [2026-03-23 02:03:26] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2958 0.006905 10.0.0.22 - - [2026-03-23 02:03:26] "GET /virtual-DNS/78a3b577-4020-4fda-b8ff-8358168c29a5 HTTP/1.1" 200 1438 0.003219 10.0.0.22 - - [2026-03-23 02:03:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.001871 10.0.0.22 - - [2026-03-23 02:03:26] "POST /network-ipams HTTP/1.1" 200 514 0.014037 10.0.0.22 - - [2026-03-23 02:03:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002697 10.0.0.22 - - [2026-03-23 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002395 10.0.0.22 - - [2026-03-23 02:03:26] "GET /network-ipam/a1a6d33c-668e-430a-afdd-9fddf8bd1106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.004296 10.0.0.22 - - [2026-03-23 02:03:26] "PUT /network-ipam/a1a6d33c-668e-430a-afdd-9fddf8bd1106 HTTP/1.1" 200 258 0.008998 10.0.0.22 - - [2026-03-23 02:03:26] "POST /ref-update HTTP/1.1" 200 156 0.007174 10.0.0.22 - - [2026-03-23 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002454 10.0.0.22 - - [2026-03-23 02:03:26] "GET /projects?obj_uuids=a1411e93-7713-4824-93b1-fbfe43ce9df4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000949 10.0.0.22 - - [2026-03-23 02:03:26] "GET /project/a1411e93-7713-4824-93b1-fbfe43ce9df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.022457 10.0.0.22 - - [2026-03-23 02:03:26] "POST /neutron/network HTTP/1.1" 200 117 0.029349 10.0.0.22 - - [2026-03-23 02:03:26] "GET /projects?obj_uuids=a1411e93-7713-4824-93b1-fbfe43ce9df4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001086 10.0.0.22 - - [2026-03-23 02:03:26] "POST /neutron/network HTTP/1.1" 200 618 0.054549 10.0.0.22 - - [2026-03-23 02:03:26] "POST /route-targets HTTP/1.1" 200 327 0.011425 10.0.0.22 - - [2026-03-23 02:03:26] "POST /ref-update HTTP/1.1" 200 156 0.009490 10.0.0.22 - - [2026-03-23 02:03:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003258 10.0.0.22 - - [2026-03-23 02:03:26] "POST /neutron/subnet HTTP/1.1" 200 711 0.141972 10.0.0.22 - - [2026-03-23 02:03:26] "POST /neutron/network HTTP/1.1" 200 833 0.004686 10.0.0.22 - - [2026-03-23 02:03:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001131 10.0.0.22 - - [2026-03-23 02:03:26] "GET /virtual-network/72f80d6e-555a-4e4b-9e1d-beba191a1c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004377 10.0.0.22 - - [2026-03-23 02:03:27] "POST /neutron/network HTTP/1.1" 200 833 0.005243 10.0.0.22 - - [2026-03-23 02:03:27] "GET /virtual-network/72f80d6e-555a-4e4b-9e1d-beba191a1c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004210 10.0.0.22 - - [2026-03-23 02:03:27] "POST /neutron/network HTTP/1.1" 200 833 0.004659 10.0.0.22 - - [2026-03-23 02:03:27] "POST /neutron/subnet HTTP/1.1" 200 711 0.005749 10.0.0.22 - - [2026-03-23 02:03:27] "POST /neutron/network HTTP/1.1" 200 807 0.008664 10.0.0.22 - - [2026-03-23 02:03:27] "POST /neutron/network HTTP/1.1" 200 833 0.004489 10.0.0.22 - - [2026-03-23 02:03:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001161 10.0.0.22 - - [2026-03-23 02:03:27] "POST /neutron/network HTTP/1.1" 200 843 0.005296 10.0.0.22 - - [2026-03-23 02:03:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000471 10.0.0.22 - - [2026-03-23 02:03:27] "GET / HTTP/1.1" 200 35931 0.001455 10.0.0.22 - - [2026-03-23 02:03:27] "GET /project/a1411e93-7713-4824-93b1-fbfe43ce9df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000387 10.0.0.22 - - [2026-03-23 02:03:28] "GET /projects?obj_uuids=a1411e93-7713-4824-93b1-fbfe43ce9df4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001090 10.0.0.22 - - [2026-03-23 02:03:28] "GET /project/a1411e93-7713-4824-93b1-fbfe43ce9df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.047988 10.0.0.22 - - [2026-03-23 02:03:28] "POST /neutron/network HTTP/1.1" 200 833 0.031897 10.0.0.22 - - [2026-03-23 02:03:28] "POST /neutron/port HTTP/1.1" 200 117 0.004717 10.0.0.22 - - [2026-03-23 02:03:28] "POST /neutron/port HTTP/1.1" 200 117 0.004421 10.0.0.22 - - [2026-03-23 02:03:28] "POST /neutron/port HTTP/1.1" 200 117 0.005351 10.0.0.22 - - [2026-03-23 02:03:28] "POST /neutron/network HTTP/1.1" 200 843 0.008243 10.0.0.22 - - [2026-03-23 02:03:28] "GET /projects?obj_uuids=a1411e93-7713-4824-93b1-fbfe43ce9df4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001797 10.0.0.22 - - [2026-03-23 02:03:28] "POST /neutron/port HTTP/1.1" 200 1058 0.198108 10.0.0.22 - - [2026-03-23 02:03:28] "POST /neutron/port HTTP/1.1" 200 1058 0.009477 10.0.0.22 - - [2026-03-23 02:03:28] "POST /neutron/port HTTP/1.1" 200 1058 0.009835 10.0.0.22 - - [2026-03-23 02:03:29] "POST /neutron/port HTTP/1.1" 200 1112 0.071637 10.0.0.22 - - [2026-03-23 02:03:29] "POST /neutron/port HTTP/1.1" 200 1122 0.010478 10.0.0.22 - - [2026-03-23 02:03:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003222 10.0.0.22 - - [2026-03-23 02:03:29] "POST /neutron/subnet HTTP/1.1" 200 685 0.006007 10.0.0.22 - - [2026-03-23 02:03:29] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.22 - - [2026-03-23 02:03:29] "POST /neutron/network HTTP/1.1" 200 833 0.004847 10.0.0.22 - - [2026-03-23 02:03:33] "POST /neutron/port HTTP/1.1" 200 1122 0.010939 10.0.0.22 - - [2026-03-23 02:03:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005858 10.0.0.22 - - [2026-03-23 02:03:33] "POST /neutron/port HTTP/1.1" 200 1122 0.011478 10.0.0.22 - - [2026-03-23 02:03:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006185 10.0.0.22 - - [2026-03-23 02:03:33] "POST /neutron/port HTTP/1.1" 200 1122 0.011514 10.0.0.22 - - [2026-03-23 02:03:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005121 10.0.0.22 - - [2026-03-23 02:03:33] "GET /virtual-machine/b78f7e10-b8bd-402e-ad58-3a2b8319f2c4 HTTP/1.1" 200 1294 0.004444 10.0.0.22 - - [2026-03-23 02:03:33] "GET /virtual-machine-interface/b818c9cc-b8fe-4b71-b3f2-d60971c29f85 HTTP/1.1" 200 2965 0.004507 10.0.0.22 - - [2026-03-23 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.22 - - [2026-03-23 02:03:33] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003164 10.0.0.22 - - [2026-03-23 02:03:33] "GET /virtual-networks?parent_id=a1411e93-7713-4824-93b1-fbfe43ce9df4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002648 10.0.0.22 - - [2026-03-23 02:03:33] "GET /virtual-network/72f80d6e-555a-4e4b-9e1d-beba191a1c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004764 10.0.0.22 - - [2026-03-23 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.22 - - [2026-03-23 02:03:36] "GET /virtual-network/72f80d6e-555a-4e4b-9e1d-beba191a1c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004843 10.0.0.22 - - [2026-03-23 02:03:37] "POST /neutron/port HTTP/1.1" 200 1122 0.039030 10.0.0.22 - - [2026-03-23 02:03:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004731 10.0.0.22 - - [2026-03-23 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.22 - - [2026-03-23 02:03:38] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003024 10.0.0.22 - - [2026-03-23 02:03:38] "GET /virtual-networks?parent_id=a1411e93-7713-4824-93b1-fbfe43ce9df4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003125 10.0.0.22 - - [2026-03-23 02:03:39] "GET /virtual-network/72f80d6e-555a-4e4b-9e1d-beba191a1c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005288 10.0.0.22 - - [2026-03-23 02:03:43] "POST /neutron/network HTTP/1.1" 200 807 0.010334 10.0.0.22 - - [2026-03-23 02:03:43] "POST /neutron/network HTTP/1.1" 200 833 0.005755 10.0.0.22 - - [2026-03-23 02:03:43] "POST /id-to-fqname HTTP/1.1" 200 227 0.001493 10.0.0.22 - - [2026-03-23 02:03:43] "POST /neutron/port HTTP/1.1" 200 1122 0.010950 10.0.0.22 - - [2026-03-23 02:03:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004874 10.0.0.22 - - [2026-03-23 02:03:43] "POST /neutron/network HTTP/1.1" 200 843 0.005369 10.0.0.22 - - [2026-03-23 02:03:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000498 10.0.0.22 - - [2026-03-23 02:03:44] "GET / HTTP/1.1" 200 35931 0.001690 10.0.0.22 - - [2026-03-23 02:03:44] "GET /project/a1411e93-7713-4824-93b1-fbfe43ce9df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000368 10.0.0.22 - - [2026-03-23 02:03:44] "GET /projects?obj_uuids=a1411e93-7713-4824-93b1-fbfe43ce9df4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001021 10.0.0.22 - - [2026-03-23 02:03:44] "GET /project/a1411e93-7713-4824-93b1-fbfe43ce9df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.046384 10.0.0.22 - - [2026-03-23 02:03:44] "POST /neutron/network HTTP/1.1" 200 833 0.005378 10.0.0.22 - - [2026-03-23 02:03:44] "POST /neutron/port HTTP/1.1" 200 1122 0.014459 10.0.0.22 - - [2026-03-23 02:03:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005508 10.0.0.22 - - [2026-03-23 02:03:44] "POST /neutron/port HTTP/1.1" 200 117 0.004205 10.0.0.22 - - [2026-03-23 02:03:44] "POST /neutron/port HTTP/1.1" 200 117 0.004169 10.0.0.22 - - [2026-03-23 02:03:44] "POST /neutron/network HTTP/1.1" 200 843 0.005783 10.0.0.22 - - [2026-03-23 02:03:44] "GET /projects?obj_uuids=a1411e93-7713-4824-93b1-fbfe43ce9df4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001501 10.0.0.22 - - [2026-03-23 02:03:45] "POST /neutron/port HTTP/1.1" 200 1058 0.174583 10.0.0.22 - - [2026-03-23 02:03:45] "POST /neutron/port HTTP/1.1" 200 1058 0.009136 10.0.0.22 - - [2026-03-23 02:03:45] "POST /neutron/port HTTP/1.1" 200 1058 0.010590 10.0.0.22 - - [2026-03-23 02:03:45] "POST /neutron/port HTTP/1.1" 200 1112 0.056934 10.0.0.22 - - [2026-03-23 02:03:45] "POST /neutron/port HTTP/1.1" 200 1122 0.010807 10.0.0.22 - - [2026-03-23 02:03:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002883 10.0.0.22 - - [2026-03-23 02:03:45] "POST /neutron/subnet HTTP/1.1" 200 685 0.005575 10.0.0.22 - - [2026-03-23 02:03:45] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.22 - - [2026-03-23 02:03:45] "POST /neutron/network HTTP/1.1" 200 833 0.004733 10.0.0.22 - - [2026-03-23 02:03:49] "POST /neutron/port HTTP/1.1" 200 1122 0.011088 10.0.0.22 - - [2026-03-23 02:03:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006027 10.0.0.22 - - [2026-03-23 02:03:49] "POST /neutron/port HTTP/1.1" 200 1122 0.010055 10.0.0.22 - - [2026-03-23 02:03:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005280 10.0.0.22 - - [2026-03-23 02:03:49] "POST /neutron/port HTTP/1.1" 200 1122 0.012220 10.0.0.22 - - [2026-03-23 02:03:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005130 10.0.0.22 - - [2026-03-23 02:03:49] "GET /virtual-machine/96f40076-a851-46b3-8e40-872a8d5cb23b HTTP/1.1" 200 1294 0.004019 10.0.0.22 - - [2026-03-23 02:03:49] "GET /virtual-machine-interface/7a4c7f4c-cad9-44b9-85de-518cfaaf0d56 HTTP/1.1" 200 2963 0.004622 10.0.0.22 - - [2026-03-23 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.22 - - [2026-03-23 02:03:49] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002925 10.0.0.22 - - [2026-03-23 02:03:49] "GET /virtual-networks?parent_id=a1411e93-7713-4824-93b1-fbfe43ce9df4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002604 10.0.0.22 - - [2026-03-23 02:03:50] "GET /virtual-network/72f80d6e-555a-4e4b-9e1d-beba191a1c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005020 10.0.0.22 - - [2026-03-23 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.22 - - [2026-03-23 02:03:53] "GET /virtual-network/72f80d6e-555a-4e4b-9e1d-beba191a1c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004942 10.0.0.22 - - [2026-03-23 02:03:53] "POST /neutron/port HTTP/1.1" 200 1122 0.011572 10.0.0.22 - - [2026-03-23 02:03:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004715 10.0.0.22 - - [2026-03-23 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.22 - - [2026-03-23 02:03:55] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002659 10.0.0.22 - - [2026-03-23 02:03:55] "GET /virtual-networks?parent_id=a1411e93-7713-4824-93b1-fbfe43ce9df4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002710 10.0.0.22 - - [2026-03-23 02:03:55] "GET /virtual-network/72f80d6e-555a-4e4b-9e1d-beba191a1c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005627 10.0.0.22 - - [2026-03-23 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.22 - - [2026-03-23 02:04:02] "DELETE /virtual-DNS/78a3b577-4020-4fda-b8ff-8358168c29a5 HTTP/1.1" 409 235 0.006306 10.0.0.22 - - [2026-03-23 02:04:02] "POST /fqname-to-id HTTP/1.1" 404 192 0.002706 10.0.0.22 - - [2026-03-23 02:04:02] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.014750 10.0.0.22 - - [2026-03-23 02:04:02] "GET /virtual-DNS-record/e6236aff-3774-4fc0-b5c4-87a7f176de61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004246 10.0.0.22 - - [2026-03-23 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.22 - - [2026-03-23 02:04:02] "GET /virtual-DNS-record/e6236aff-3774-4fc0-b5c4-87a7f176de61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003260 10.0.0.22 - - [2026-03-23 02:04:02] "GET /domains HTTP/1.1" 200 280 0.002777 10.0.0.22 - - [2026-03-23 02:04:02] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000950 10.0.0.22 - - [2026-03-23 02:04:02] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2958 0.006020 10.0.0.22 - - [2026-03-23 02:04:02] "GET /virtual-DNS/78a3b577-4020-4fda-b8ff-8358168c29a5 HTTP/1.1" 200 1907 0.003607 10.0.0.22 - - [2026-03-23 02:04:02] "GET /virtual-DNS-record/e6236aff-3774-4fc0-b5c4-87a7f176de61 HTTP/1.1" 200 1337 0.002374 10.0.0.22 - - [2026-03-23 02:04:07] "DELETE /virtual-DNS-record/e6236aff-3774-4fc0-b5c4-87a7f176de61 HTTP/1.1" 200 115 0.025634 10.0.0.22 - - [2026-03-23 02:04:07] "POST /fqname-to-id HTTP/1.1" 404 184 0.002406 10.0.0.22 - - [2026-03-23 02:04:08] "POST /neutron/network HTTP/1.1" 200 833 0.006981 10.0.0.22 - - [2026-03-23 02:04:08] "POST /neutron/network HTTP/1.1" 400 204 0.009726 10.0.0.22 - - [2026-03-23 02:04:08] "POST /neutron/port HTTP/1.1" 200 1122 0.010679 10.0.0.22 - - [2026-03-23 02:04:08] "POST /neutron/port HTTP/1.1" 200 1112 0.010422 10.0.0.22 - - [2026-03-23 02:04:08] "POST /neutron/port HTTP/1.1" 200 1122 0.016008 10.0.0.22 - - [2026-03-23 02:04:08] "POST /neutron/port HTTP/1.1" 200 1112 0.015774 10.0.0.22 - - [2026-03-23 02:04:08] "POST /neutron/port HTTP/1.1" 200 151 0.116595 10.0.0.22 - - [2026-03-23 02:04:08] "POST /neutron/port HTTP/1.1" 200 151 0.143361 10.0.0.22 - - [2026-03-23 02:04:10] "POST /neutron/network HTTP/1.1" 200 833 0.005134 10.0.0.22 - - [2026-03-23 02:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.22 - - [2026-03-23 02:04:10] "POST /useragent-kv HTTP/1.1" 200 115 0.029554 10.0.0.22 - - [2026-03-23 02:04:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003289 10.0.0.22 - - [2026-03-23 02:04:10] "DELETE /route-target/afab91a2-5150-4057-80a8-68a1756246cd HTTP/1.1" 200 115 0.052670 10.0.0.22 - - [2026-03-23 02:04:10] "POST /neutron/network HTTP/1.1" 200 151 0.187909 10.0.0.22 - - [2026-03-23 02:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002285 10.0.0.22 - - [2026-03-23 02:04:10] "DELETE /network-ipam/a1a6d33c-668e-430a-afdd-9fddf8bd1106 HTTP/1.1" 200 115 0.024288 10.0.0.22 - - [2026-03-23 02:04:10] "DELETE /virtual-DNS/78a3b577-4020-4fda-b8ff-8358168c29a5 HTTP/1.1" 200 115 0.023584 10.0.0.22 - - [2026-03-23 02:04:10] "POST /fqname-to-id HTTP/1.1" 404 180 0.002247 10.0.0.22 - - [2026-03-23 02:04:10] "GET /domains HTTP/1.1" 200 280 0.002986 10.0.0.22 - - [2026-03-23 02:04:10] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.22 - - [2026-03-23 02:04:10] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2758 0.010340 10.0.0.22 - - [2026-03-23 02:04:10] "GET /projects?obj_uuids=a1411e93-7713-4824-93b1-fbfe43ce9df4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001059 10.0.0.22 - - [2026-03-23 02:04:10] "GET /project/a1411e93-7713-4824-93b1-fbfe43ce9df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.022600 10.0.0.22 - - [2026-03-23 02:04:10] "GET /projects?obj_uuids=a1411e93-7713-4824-93b1-fbfe43ce9df4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000829 10.0.0.22 - - [2026-03-23 02:04:10] "GET /project/a1411e93-7713-4824-93b1-fbfe43ce9df4?fields=virtual_networks HTTP/1.1" 200 1035 0.058939 10.0.0.22 - - [2026-03-23 02:04:10] "GET /projects?obj_uuids=a1411e93-7713-4824-93b1-fbfe43ce9df4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001202 10.0.0.22 - - [2026-03-23 02:04:10] "GET /project/a1411e93-7713-4824-93b1-fbfe43ce9df4?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.021646 10.0.0.22 - - [2026-03-23 02:04:10] "GET /projects?obj_uuids=a1411e93-7713-4824-93b1-fbfe43ce9df4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001083 10.0.0.22 - - [2026-03-23 02:04:10] "GET /project/a1411e93-7713-4824-93b1-fbfe43ce9df4?fields=security_groups HTTP/1.1" 200 1262 0.021326 10.0.0.22 - - [2026-03-23 02:04:11] "POST /fqname-to-id HTTP/1.1" 404 189 0.024474 10.0.0.22 - - [2026-03-23 02:04:11] "GET /projects?obj_uuids=c17da901-ace5-4f1c-9358-9561d7aa8798&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002111 10.0.0.22 - - [2026-03-23 02:04:11] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000877 10.0.0.22 - - [2026-03-23 02:04:11] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005590 10.0.0.22 - - [2026-03-23 02:04:11] "POST /id-to-fqname HTTP/1.1" 200 191 0.001601 10.0.0.22 - - [2026-03-23 02:04:11] "POST /fqname-to-id HTTP/1.1" 404 200 0.002211 10.0.0.22 - - [2026-03-23 02:04:11] "POST /security-groups HTTP/1.1" 200 592 0.064343 10.0.0.22 - - [2026-03-23 02:04:12] "POST /fqname-to-id HTTP/1.1" 404 235 0.002082 10.0.0.22 - - [2026-03-23 02:04:12] "POST /projects HTTP/1.1" 200 587 0.206491 10.0.0.22 - - [2026-03-23 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.276062 10.0.0.22 - - [2026-03-23 02:04:12] "POST /access-control-lists HTTP/1.1" 200 597 0.057112 10.0.0.22 - - [2026-03-23 02:04:12] "GET /project/c17da901-ace5-4f1c-9358-9561d7aa8798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.387900 10.0.0.22 - - [2026-03-23 02:04:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.002379 10.0.0.22 - - [2026-03-23 02:04:12] "POST /access-control-lists HTTP/1.1" 200 595 0.056508 10.0.0.22 - - [2026-03-23 02:04:13] "GET / HTTP/1.1" 200 35931 0.001802 10.0.0.22 - - [2026-03-23 02:04:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000557 10.0.0.22 - - [2026-03-23 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.049941 10.0.0.22 - - [2026-03-23 02:04:14] "GET /projects?obj_uuids=c17da901-ace5-4f1c-9358-9561d7aa8798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000862 10.0.0.22 - - [2026-03-23 02:04:14] "GET /project/c17da901-ace5-4f1c-9358-9561d7aa8798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.018666 10.0.0.22 - - [2026-03-23 02:04:14] "POST /neutron/network HTTP/1.1" 200 117 0.031155 10.0.0.22 - - [2026-03-23 02:04:14] "GET /projects?obj_uuids=c17da901-ace5-4f1c-9358-9561d7aa8798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001209 10.0.0.22 - - [2026-03-23 02:04:14] "POST /neutron/network HTTP/1.1" 200 606 0.048032 10.0.0.22 - - [2026-03-23 02:04:14] "POST /route-targets HTTP/1.1" 200 327 0.011295 10.0.0.22 - - [2026-03-23 02:04:14] "POST /ref-update HTTP/1.1" 200 156 0.009733 10.0.0.22 - - [2026-03-23 02:04:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003379 10.0.0.22 - - [2026-03-23 02:04:14] "POST /neutron/subnet HTTP/1.1" 200 734 0.197238 10.0.0.22 - - [2026-03-23 02:04:14] "POST /neutron/network HTTP/1.1" 200 827 0.004707 10.0.0.22 - - [2026-03-23 02:04:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001017 10.0.0.22 - - [2026-03-23 02:04:14] "GET /virtual-network/c59f50d8-24ff-4331-b0ad-40bd8d11a8d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004274 10.0.0.22 - - [2026-03-23 02:04:14] "POST /neutron/network HTTP/1.1" 200 827 0.005085 10.0.0.22 - - [2026-03-23 02:04:14] "GET /virtual-network/c59f50d8-24ff-4331-b0ad-40bd8d11a8d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004167 10.0.0.22 - - [2026-03-23 02:04:14] "POST /neutron/network HTTP/1.1" 200 827 0.005779 10.0.0.22 - - [2026-03-23 02:04:14] "POST /neutron/subnet HTTP/1.1" 200 734 0.006233 10.0.0.22 - - [2026-03-23 02:04:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001004 10.0.0.22 - - [2026-03-23 02:04:14] "POST /neutron/network HTTP/1.1" 200 837 0.004722 10.0.0.22 - - [2026-03-23 02:04:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000370 10.0.0.22 - - [2026-03-23 02:04:15] "GET / HTTP/1.1" 200 35931 0.001593 10.0.0.22 - - [2026-03-23 02:04:15] "GET /project/c17da901-ace5-4f1c-9358-9561d7aa8798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000339 10.0.0.22 - - [2026-03-23 02:04:15] "GET /projects?obj_uuids=c17da901-ace5-4f1c-9358-9561d7aa8798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001101 10.0.0.22 - - [2026-03-23 02:04:15] "GET /project/c17da901-ace5-4f1c-9358-9561d7aa8798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.041744 10.0.0.22 - - [2026-03-23 02:04:15] "POST /neutron/network HTTP/1.1" 200 827 0.005012 10.0.0.22 - - [2026-03-23 02:04:15] "POST /neutron/port HTTP/1.1" 200 117 0.004488 10.0.0.22 - - [2026-03-23 02:04:15] "POST /neutron/port HTTP/1.1" 200 117 0.004907 10.0.0.22 - - [2026-03-23 02:04:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.001246 10.0.0.22 - - [2026-03-23 02:04:15] "POST /neutron/port HTTP/1.1" 200 117 0.004554 10.0.0.22 - - [2026-03-23 02:04:15] "POST /neutron/network HTTP/1.1" 200 837 0.005158 10.0.0.22 - - [2026-03-23 02:04:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000384 10.0.0.22 - - [2026-03-23 02:04:16] "POST /neutron/network HTTP/1.1" 200 837 0.005064 10.0.0.22 - - [2026-03-23 02:04:16] "GET /projects?obj_uuids=c17da901-ace5-4f1c-9358-9561d7aa8798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001371 10.0.0.22 - - [2026-03-23 02:04:16] "GET / HTTP/1.1" 200 35931 0.001754 10.0.0.22 - - [2026-03-23 02:04:16] "GET /project/c17da901-ace5-4f1c-9358-9561d7aa8798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000340 10.0.0.22 - - [2026-03-23 02:04:16] "POST /neutron/port HTTP/1.1" 200 1063 0.178433 10.0.0.22 - - [2026-03-23 02:04:16] "POST /neutron/port HTTP/1.1" 200 1063 0.010003 10.0.0.22 - - [2026-03-23 02:04:16] "POST /neutron/port HTTP/1.1" 200 1063 0.008807 10.0.0.22 - - [2026-03-23 02:04:16] "POST /neutron/port HTTP/1.1" 200 1117 0.052692 10.0.0.22 - - [2026-03-23 02:04:16] "POST /neutron/port HTTP/1.1" 200 1127 0.010274 10.0.0.22 - - [2026-03-23 02:04:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002937 10.0.0.22 - - [2026-03-23 02:04:16] "POST /neutron/subnet HTTP/1.1" 200 708 0.005946 10.0.0.22 - - [2026-03-23 02:04:16] "POST /neutron/port HTTP/1.1" 200 117 0.001113 10.0.0.22 - - [2026-03-23 02:04:16] "POST /neutron/network HTTP/1.1" 200 827 0.005078 10.0.0.22 - - [2026-03-23 02:04:16] "GET /projects?obj_uuids=c17da901-ace5-4f1c-9358-9561d7aa8798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001267 10.0.0.22 - - [2026-03-23 02:04:16] "GET /project/c17da901-ace5-4f1c-9358-9561d7aa8798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.048079 10.0.0.22 - - [2026-03-23 02:04:16] "POST /neutron/network HTTP/1.1" 200 827 0.004787 10.0.0.22 - - [2026-03-23 02:04:16] "POST /neutron/port HTTP/1.1" 200 1127 0.014336 10.0.0.22 - - [2026-03-23 02:04:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006630 10.0.0.22 - - [2026-03-23 02:04:16] "POST /neutron/port HTTP/1.1" 200 117 0.004504 10.0.0.22 - - [2026-03-23 02:04:16] "POST /neutron/port HTTP/1.1" 200 1127 0.012547 10.0.0.22 - - [2026-03-23 02:04:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011745 10.0.0.22 - - [2026-03-23 02:04:17] "POST /neutron/network HTTP/1.1" 200 837 0.005434 10.0.0.22 - - [2026-03-23 02:04:17] "GET /projects?obj_uuids=c17da901-ace5-4f1c-9358-9561d7aa8798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001024 10.0.0.22 - - [2026-03-23 02:04:17] "POST /neutron/port HTTP/1.1" 200 1063 0.182996 10.0.0.22 - - [2026-03-23 02:04:17] "POST /neutron/port HTTP/1.1" 200 1063 0.014787 10.0.0.22 - - [2026-03-23 02:04:17] "POST /neutron/port HTTP/1.1" 200 1063 0.009376 10.0.0.22 - - [2026-03-23 02:04:17] "POST /neutron/port HTTP/1.1" 200 1117 0.071952 10.0.0.22 - - [2026-03-23 02:04:17] "POST /neutron/port HTTP/1.1" 200 1127 0.015736 10.0.0.22 - - [2026-03-23 02:04:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003444 10.0.0.22 - - [2026-03-23 02:04:17] "POST /neutron/subnet HTTP/1.1" 200 708 0.006231 10.0.0.22 - - [2026-03-23 02:04:17] "POST /neutron/port HTTP/1.1" 200 117 0.001152 10.0.0.22 - - [2026-03-23 02:04:17] "POST /neutron/network HTTP/1.1" 200 827 0.004483 10.0.0.22 - - [2026-03-23 02:04:18] "DELETE /project/a1411e937713482493b1fbfe43ce9df4 HTTP/1.1" 404 173 0.009843 10.0.0.22 - - [2026-03-23 02:04:18] "DELETE /project/c17da901ace54f1c93589561d7aa8798 HTTP/1.1" 404 173 0.005755 10.0.0.22 - - [2026-03-23 02:04:18] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000770 10.0.0.22 - - [2026-03-23 02:04:18] "GET /projects?obj_uuids=a1411e93-7713-4824-93b1-fbfe43ce9df4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000697 10.0.0.22 - - [2026-03-23 02:04:18] "GET /project/a1411e93-7713-4824-93b1-fbfe43ce9df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.032649 10.0.0.22 - - [2026-03-23 02:04:18] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.038953 10.0.0.22 - - [2026-03-23 02:04:18] "GET /projects?obj_uuids=a1411e93-7713-4824-93b1-fbfe43ce9df4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000835 10.0.0.22 - - [2026-03-23 02:04:18] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000731 10.0.0.22 - - [2026-03-23 02:04:18] "GET /project/a1411e93-7713-4824-93b1-fbfe43ce9df4?fields=security_groups HTTP/1.1" 200 1367 0.026186 10.0.0.22 - - [2026-03-23 02:04:18] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52?fields=security_groups HTTP/1.1" 200 1356 0.034717 10.0.0.22 - - [2026-03-23 02:04:18] "DELETE /security-group/e511d0dd-3498-40db-adff-57477709af42 HTTP/1.1" 200 115 0.040624 10.0.0.22 - - [2026-03-23 02:04:18] "GET /projects?obj_uuids=a1411e93-7713-4824-93b1-fbfe43ce9df4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000892 10.0.0.22 - - [2026-03-23 02:04:18] "DELETE /access-control-list/90e0ab7d-82f6-42ba-b2bf-e384a90ff9e1 HTTP/1.1" 200 115 0.041476 10.0.0.22 - - [2026-03-23 02:04:18] "DELETE /security-group/56ddc987-fdbb-4ad7-8ecc-b87b0ca4ed4b HTTP/1.1" 200 115 0.070828 10.0.0.22 - - [2026-03-23 02:04:18] "GET /project/a1411e93-7713-4824-93b1-fbfe43ce9df4?fields=application_policy_sets HTTP/1.1" 200 1406 0.052411 10.0.0.22 - - [2026-03-23 02:04:18] "GET /projects?obj_uuids=25a038c1-5cee-4d7b-8a22-43ceb7ba3b52&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.22 - - [2026-03-23 02:04:18] "DELETE /access-control-list/238cb34c-3885-4894-8057-f46c6a17465b HTTP/1.1" 200 115 0.053658 10.0.0.22 - - [2026-03-23 02:04:18] "GET /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52?fields=application_policy_sets HTTP/1.1" 200 1395 0.045770 10.0.0.22 - - [2026-03-23 02:04:18] "DELETE /access-control-list/eb2a664d-af5d-4c66-ac6b-5bbc918dc212 HTTP/1.1" 200 115 0.051049 10.0.0.22 - - [2026-03-23 02:04:18] "DELETE /access-control-list/4510bf43-998c-487f-aaa8-1b568bc21385 HTTP/1.1" 200 115 0.078189 10.0.0.22 - - [2026-03-23 02:04:18] "DELETE /project/a1411e93-7713-4824-93b1-fbfe43ce9df4 HTTP/1.1" 200 115 0.478184 10.0.0.22 - - [2026-03-23 02:04:18] "DELETE /project/25a038c1-5cee-4d7b-8a22-43ceb7ba3b52 HTTP/1.1" 200 115 0.496740 10.0.0.22 - - [2026-03-23 02:04:21] "POST /neutron/port HTTP/1.1" 200 1127 0.010596 10.0.0.22 - - [2026-03-23 02:04:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005287 10.0.0.22 - - [2026-03-23 02:04:22] "POST /neutron/port HTTP/1.1" 200 1127 0.010929 10.0.0.22 - - [2026-03-23 02:04:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005507 10.0.0.22 - - [2026-03-23 02:04:22] "POST /neutron/port HTTP/1.1" 200 1127 0.012411 10.0.0.22 - - [2026-03-23 02:04:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006305 10.0.0.22 - - [2026-03-23 02:04:22] "GET /virtual-machine/a799f511-13be-40f2-8041-6cd2666e5f08 HTTP/1.1" 401 292 0.000404 10.0.0.22 - - [2026-03-23 02:04:22] "GET /virtual-machine/a799f511-13be-40f2-8041-6cd2666e5f08 HTTP/1.1" 200 1293 0.032283 10.0.0.22 - - [2026-03-23 02:04:22] "GET /virtual-machine-interface/5d0fc29c-f3f8-4cc0-b2a8-3fd6e947479f HTTP/1.1" 200 2946 0.005590 10.0.0.22 - - [2026-03-23 02:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.22 - - [2026-03-23 02:04:22] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003221 10.0.0.22 - - [2026-03-23 02:04:22] "GET /virtual-networks?parent_id=c17da901-ace5-4f1c-9358-9561d7aa8798&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002970 10.0.0.22 - - [2026-03-23 02:04:22] "GET /virtual-network/c59f50d8-24ff-4331-b0ad-40bd8d11a8d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006846 10.0.0.22 - - [2026-03-23 02:04:24] "GET /obj-perms HTTP/1.1" 200 5056 0.048355 10.0.0.22 - - [2026-03-23 02:04:24] "GET /obj-perms HTTP/1.1" 200 5056 0.045449 10.0.0.22 - - [2026-03-23 02:04:24] "POST /neutron/port HTTP/1.1" 200 1127 0.009977 10.0.0.22 - - [2026-03-23 02:04:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004416 10.0.0.22 - - [2026-03-23 02:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.22 - - [2026-03-23 02:04:25] "GET /virtual-network/c59f50d8-24ff-4331-b0ad-40bd8d11a8d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004373 10.0.0.22 - - [2026-03-23 02:04:25] "POST /neutron/port HTTP/1.1" 200 1127 0.011680 10.0.0.22 - - [2026-03-23 02:04:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004286 10.0.0.22 - - [2026-03-23 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002481 10.0.0.22 - - [2026-03-23 02:04:27] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002522 10.0.0.22 - - [2026-03-23 02:04:27] "GET /virtual-networks?parent_id=c17da901-ace5-4f1c-9358-9561d7aa8798&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002688 10.0.0.22 - - [2026-03-23 02:04:27] "GET /virtual-network/c59f50d8-24ff-4331-b0ad-40bd8d11a8d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004738 10.0.0.22 - - [2026-03-23 02:04:28] "POST /neutron/port HTTP/1.1" 200 1127 0.010166 10.0.0.22 - - [2026-03-23 02:04:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005178 10.0.0.22 - - [2026-03-23 02:04:28] "POST /neutron/port HTTP/1.1" 200 1127 0.010455 10.0.0.22 - - [2026-03-23 02:04:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004900 10.0.0.22 - - [2026-03-23 02:04:28] "POST /neutron/port HTTP/1.1" 200 1127 0.011435 10.0.0.22 - - [2026-03-23 02:04:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005245 10.0.0.22 - - [2026-03-23 02:04:28] "GET /virtual-machine/43250092-30b5-42a0-90ef-b040af965b14 HTTP/1.1" 200 1293 0.004118 10.0.0.22 - - [2026-03-23 02:04:28] "GET /virtual-machine-interface/9a311a8e-0948-49f1-a994-1dd30f773259 HTTP/1.1" 200 2947 0.004104 10.0.0.22 - - [2026-03-23 02:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002566 10.0.0.22 - - [2026-03-23 02:04:28] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002641 10.0.0.22 - - [2026-03-23 02:04:28] "GET /virtual-networks?parent_id=c17da901-ace5-4f1c-9358-9561d7aa8798&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002495 10.0.0.22 - - [2026-03-23 02:04:28] "GET /virtual-network/c59f50d8-24ff-4331-b0ad-40bd8d11a8d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004938 10.0.0.22 - - [2026-03-23 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.22 - - [2026-03-23 02:04:29] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003344 10.0.0.22 - - [2026-03-23 02:04:29] "GET /virtual-networks?parent_id=c17da901-ace5-4f1c-9358-9561d7aa8798&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002558 10.0.0.22 - - [2026-03-23 02:04:29] "GET /virtual-network/c59f50d8-24ff-4331-b0ad-40bd8d11a8d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005016 10.0.0.22 - - [2026-03-23 02:04:34] "POST /neutron/network HTTP/1.1" 200 827 0.005275 10.0.0.22 - - [2026-03-23 02:04:34] "POST /neutron/network HTTP/1.1" 400 204 0.008924 10.0.0.22 - - [2026-03-23 02:04:34] "POST /neutron/port HTTP/1.1" 200 1127 0.013682 10.0.0.22 - - [2026-03-23 02:04:34] "POST /neutron/port HTTP/1.1" 200 1117 0.010079 10.0.0.22 - - [2026-03-23 02:04:34] "POST /neutron/port HTTP/1.1" 200 1127 0.015682 10.0.0.22 - - [2026-03-23 02:04:34] "POST /neutron/port HTTP/1.1" 200 1117 0.011109 10.0.0.22 - - [2026-03-23 02:04:34] "POST /neutron/port HTTP/1.1" 200 151 0.106504 10.0.0.22 - - [2026-03-23 02:04:34] "POST /neutron/port HTTP/1.1" 200 151 0.111978 10.0.0.22 - - [2026-03-23 02:04:36] "POST /neutron/network HTTP/1.1" 200 827 0.005065 10.0.0.22 - - [2026-03-23 02:04:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002857 10.0.0.22 - - [2026-03-23 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.22 - - [2026-03-23 02:04:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001663 10.0.0.22 - - [2026-03-23 02:04:36] "POST /neutron/network HTTP/1.1" 200 151 0.066076 10.0.0.22 - - [2026-03-23 02:04:36] "DELETE /route-target/2c6e254d-f0b1-4569-bd29-5b321ff6425b HTTP/1.1" 200 115 0.010912 10.0.0.22 - - [2026-03-23 02:04:36] "GET /projects?obj_uuids=c17da901-ace5-4f1c-9358-9561d7aa8798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000918 10.0.0.22 - - [2026-03-23 02:04:36] "GET /project/c17da901-ace5-4f1c-9358-9561d7aa8798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.018386 10.0.0.22 - - [2026-03-23 02:04:36] "GET /projects?obj_uuids=c17da901-ace5-4f1c-9358-9561d7aa8798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001248 10.0.0.22 - - [2026-03-23 02:04:36] "GET /project/c17da901-ace5-4f1c-9358-9561d7aa8798?fields=virtual_networks HTTP/1.1" 200 1035 0.064654 10.0.0.22 - - [2026-03-23 02:04:36] "GET /projects?obj_uuids=c17da901-ace5-4f1c-9358-9561d7aa8798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000924 10.0.0.22 - - [2026-03-23 02:04:36] "GET /project/c17da901-ace5-4f1c-9358-9561d7aa8798?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.020847 10.0.0.22 - - [2026-03-23 02:04:36] "GET /projects?obj_uuids=c17da901-ace5-4f1c-9358-9561d7aa8798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000960 10.0.0.22 - - [2026-03-23 02:04:36] "GET /project/c17da901-ace5-4f1c-9358-9561d7aa8798?fields=security_groups HTTP/1.1" 200 1262 0.022589 10.0.0.22 - - [2026-03-23 02:04:37] "POST /fqname-to-id HTTP/1.1" 404 188 0.027706 10.0.0.22 - - [2026-03-23 02:04:37] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004057 10.0.0.22 - - [2026-03-23 02:04:37] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.22 - - [2026-03-23 02:04:37] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005952 10.0.0.22 - - [2026-03-23 02:04:37] "POST /id-to-fqname HTTP/1.1" 200 190 0.001637 10.0.0.22 - - [2026-03-23 02:04:37] "POST /fqname-to-id HTTP/1.1" 404 199 0.002305 10.0.0.22 - - [2026-03-23 02:04:37] "POST /security-groups HTTP/1.1" 200 591 0.060360 10.0.0.22 - - [2026-03-23 02:04:37] "POST /fqname-to-id HTTP/1.1" 404 234 0.002194 10.0.0.22 - - [2026-03-23 02:04:37] "POST /projects HTTP/1.1" 200 585 0.205841 10.0.0.22 - - [2026-03-23 02:04:38] "POST /access-control-lists HTTP/1.1" 200 596 0.058683 10.0.0.22 - - [2026-03-23 02:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.274609 10.0.0.22 - - [2026-03-23 02:04:38] "POST /fqname-to-id HTTP/1.1" 404 233 0.002580 10.0.0.22 - - [2026-03-23 02:04:38] "GET /project/ab0e08e4-60b1-4b96-9552-e1e21f8583db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.402155 10.0.0.22 - - [2026-03-23 02:04:38] "POST /access-control-lists HTTP/1.1" 200 594 0.055938 10.0.0.22 - - [2026-03-23 02:04:39] "GET / HTTP/1.1" 200 35931 0.002754 10.0.0.22 - - [2026-03-23 02:04:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000645 10.0.0.22 - - [2026-03-23 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.052139 10.0.0.22 - - [2026-03-23 02:04:40] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001059 10.0.0.22 - - [2026-03-23 02:04:40] "GET /project/ab0e08e4-60b1-4b96-9552-e1e21f8583db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.024944 10.0.0.22 - - [2026-03-23 02:04:40] "POST /neutron/network HTTP/1.1" 200 117 0.028581 10.0.0.22 - - [2026-03-23 02:04:40] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001214 10.0.0.22 - - [2026-03-23 02:04:40] "POST /neutron/network HTTP/1.1" 200 625 0.053534 10.0.0.22 - - [2026-03-23 02:04:40] "POST /route-targets HTTP/1.1" 200 327 0.009588 10.0.0.22 - - [2026-03-23 02:04:40] "POST /ref-update HTTP/1.1" 200 156 0.011786 10.0.0.22 - - [2026-03-23 02:04:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003116 10.0.0.22 - - [2026-03-23 02:04:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.136614 10.0.0.22 - - [2026-03-23 02:04:40] "POST /neutron/network HTTP/1.1" 200 839 0.005125 10.0.0.22 - - [2026-03-23 02:04:40] "POST /id-to-fqname HTTP/1.1" 200 230 0.001059 10.0.0.22 - - [2026-03-23 02:04:40] "GET /virtual-network/2d5a7dff-97f1-4acf-a673-58f00436c955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004018 10.0.0.22 - - [2026-03-23 02:04:40] "POST /neutron/network HTTP/1.1" 200 839 0.006760 10.0.0.22 - - [2026-03-23 02:04:40] "GET /virtual-network/2d5a7dff-97f1-4acf-a673-58f00436c955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004753 10.0.0.22 - - [2026-03-23 02:04:40] "POST /neutron/network HTTP/1.1" 200 839 0.004813 10.0.0.22 - - [2026-03-23 02:04:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.005348 10.0.0.22 - - [2026-03-23 02:04:40] "POST /neutron/network HTTP/1.1" 200 839 0.004871 10.0.0.22 - - [2026-03-23 02:04:40] "POST /id-to-fqname HTTP/1.1" 200 230 0.000978 10.0.0.22 - - [2026-03-23 02:04:40] "POST /neutron/network HTTP/1.1" 200 849 0.004723 10.0.0.22 - - [2026-03-23 02:04:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000393 10.0.0.22 - - [2026-03-23 02:04:41] "GET / HTTP/1.1" 200 35931 0.001861 10.0.0.22 - - [2026-03-23 02:04:41] "GET /project/ab0e08e4-60b1-4b96-9552-e1e21f8583db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000412 10.0.0.22 - - [2026-03-23 02:04:41] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001006 10.0.0.22 - - [2026-03-23 02:04:41] "GET /project/ab0e08e4-60b1-4b96-9552-e1e21f8583db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.048406 10.0.0.22 - - [2026-03-23 02:04:41] "POST /neutron/network HTTP/1.1" 200 839 0.004534 10.0.0.22 - - [2026-03-23 02:04:41] "POST /neutron/port HTTP/1.1" 200 117 0.003906 10.0.0.22 - - [2026-03-23 02:04:41] "POST /neutron/port HTTP/1.1" 200 117 0.004560 10.0.0.22 - - [2026-03-23 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002561 10.0.0.22 - - [2026-03-23 02:04:41] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002709 10.0.0.22 - - [2026-03-23 02:04:41] "PUT /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9 HTTP/1.1" 200 276 0.007414 10.0.0.22 - - [2026-03-23 02:04:41] "POST /neutron/port HTTP/1.1" 200 117 0.004064 10.0.0.22 - - [2026-03-23 02:04:42] "POST /neutron/network HTTP/1.1" 200 849 0.004900 10.0.0.22 - - [2026-03-23 02:04:42] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001073 10.0.0.22 - - [2026-03-23 02:04:42] "POST /neutron/port HTTP/1.1" 200 1055 0.168321 10.0.0.22 - - [2026-03-23 02:04:42] "POST /neutron/port HTTP/1.1" 200 1055 0.009845 10.0.0.22 - - [2026-03-23 02:04:42] "POST /neutron/port HTTP/1.1" 200 1055 0.008254 10.0.0.22 - - [2026-03-23 02:04:42] "POST /neutron/port HTTP/1.1" 200 1109 0.050441 10.0.0.22 - - [2026-03-23 02:04:42] "POST /neutron/port HTTP/1.1" 200 1119 0.011271 10.0.0.22 - - [2026-03-23 02:04:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003248 10.0.0.22 - - [2026-03-23 02:04:42] "POST /neutron/subnet HTTP/1.1" 200 675 0.007279 10.0.0.22 - - [2026-03-23 02:04:42] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.22 - - [2026-03-23 02:04:42] "POST /neutron/network HTTP/1.1" 200 839 0.004659 10.0.0.22 - - [2026-03-23 02:04:46] "POST /neutron/port HTTP/1.1" 200 1119 0.011790 10.0.0.22 - - [2026-03-23 02:04:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005615 10.0.0.22 - - [2026-03-23 02:04:47] "POST /neutron/port HTTP/1.1" 200 1119 0.010612 10.0.0.22 - - [2026-03-23 02:04:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005063 10.0.0.22 - - [2026-03-23 02:04:47] "POST /neutron/port HTTP/1.1" 200 1119 0.010044 10.0.0.22 - - [2026-03-23 02:04:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005553 10.0.0.22 - - [2026-03-23 02:04:47] "GET /virtual-machine/d294b67c-89ce-4f8c-b9c0-deae96fdc224 HTTP/1.1" 401 292 0.000489 10.0.0.22 - - [2026-03-23 02:04:47] "GET /virtual-machine/d294b67c-89ce-4f8c-b9c0-deae96fdc224 HTTP/1.1" 200 1293 0.033724 10.0.0.22 - - [2026-03-23 02:04:47] "GET /virtual-machine-interface/098b4d4a-94dc-472a-92bc-ceca971779d5 HTTP/1.1" 200 2970 0.004284 10.0.0.22 - - [2026-03-23 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.22 - - [2026-03-23 02:04:47] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003751 10.0.0.22 - - [2026-03-23 02:04:47] "GET /virtual-networks?parent_id=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003249 10.0.0.22 - - [2026-03-23 02:04:47] "GET /virtual-network/2d5a7dff-97f1-4acf-a673-58f00436c955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005257 10.0.0.22 - - [2026-03-23 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.22 - - [2026-03-23 02:04:50] "GET /virtual-network/2d5a7dff-97f1-4acf-a673-58f00436c955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004310 10.0.0.22 - - [2026-03-23 02:04:50] "POST /neutron/port HTTP/1.1" 200 1119 0.011861 10.0.0.22 - - [2026-03-23 02:04:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004706 10.0.0.22 - - [2026-03-23 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.22 - - [2026-03-23 02:04:52] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003104 10.0.0.22 - - [2026-03-23 02:04:52] "GET /virtual-networks?parent_id=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002582 10.0.0.22 - - [2026-03-23 02:04:52] "GET /virtual-network/2d5a7dff-97f1-4acf-a673-58f00436c955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004691 10.0.0.22 - - [2026-03-23 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.22 - - [2026-03-23 02:04:54] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003201 10.0.0.22 - - [2026-03-23 02:04:55] "PUT /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9 HTTP/1.1" 200 276 0.009215 10.0.0.22 - - [2026-03-23 02:04:55] "POST /neutron/network HTTP/1.1" 200 839 0.004979 10.0.0.22 - - [2026-03-23 02:04:55] "POST /neutron/network HTTP/1.1" 400 204 0.009197 10.0.0.22 - - [2026-03-23 02:04:55] "POST /neutron/port HTTP/1.1" 200 1119 0.010511 10.0.0.22 - - [2026-03-23 02:04:55] "POST /neutron/port HTTP/1.1" 200 1109 0.009208 10.0.0.22 - - [2026-03-23 02:04:55] "POST /neutron/port HTTP/1.1" 200 151 0.081867 10.0.0.22 - - [2026-03-23 02:04:57] "POST /neutron/network HTTP/1.1" 200 839 0.005057 10.0.0.22 - - [2026-03-23 02:04:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002073 10.0.0.22 - - [2026-03-23 02:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.22 - - [2026-03-23 02:04:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001777 10.0.0.22 - - [2026-03-23 02:04:57] "POST /neutron/network HTTP/1.1" 200 151 0.060168 10.0.0.22 - - [2026-03-23 02:04:57] "DELETE /route-target/c019a3e3-f338-4657-abae-5545b5f37f5a HTTP/1.1" 200 115 0.010893 10.0.0.22 - - [2026-03-23 02:04:57] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002432 10.0.0.22 - - [2026-03-23 02:04:57] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9 HTTP/1.1" 200 1880 0.003221 10.0.0.22 - - [2026-03-23 02:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002263 10.0.0.22 - - [2026-03-23 02:04:57] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000894 10.0.0.22 - - [2026-03-23 02:04:57] "GET /project/ab0e08e4-60b1-4b96-9552-e1e21f8583db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.020947 10.0.0.22 - - [2026-03-23 02:04:57] "POST /neutron/network HTTP/1.1" 200 117 0.006756 10.0.0.22 - - [2026-03-23 02:04:57] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000925 10.0.0.22 - - [2026-03-23 02:04:57] "POST /neutron/network HTTP/1.1" 200 605 0.058379 10.0.0.22 - - [2026-03-23 02:04:58] "POST /route-targets HTTP/1.1" 200 327 0.011282 10.0.0.22 - - [2026-03-23 02:04:58] "POST /ref-update HTTP/1.1" 200 156 0.009705 10.0.0.22 - - [2026-03-23 02:04:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003991 10.0.0.22 - - [2026-03-23 02:04:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.183244 10.0.0.22 - - [2026-03-23 02:04:58] "POST /neutron/network HTTP/1.1" 200 823 0.005639 10.0.0.22 - - [2026-03-23 02:04:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001209 10.0.0.22 - - [2026-03-23 02:04:58] "GET /virtual-network/ac90114e-eb11-442f-a4a0-d8ddc8bbb972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004492 10.0.0.22 - - [2026-03-23 02:04:58] "POST /neutron/network HTTP/1.1" 200 823 0.006094 10.0.0.22 - - [2026-03-23 02:04:58] "GET /virtual-network/ac90114e-eb11-442f-a4a0-d8ddc8bbb972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004719 10.0.0.22 - - [2026-03-23 02:04:58] "POST /neutron/network HTTP/1.1" 200 823 0.004936 10.0.0.22 - - [2026-03-23 02:04:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.006274 10.0.0.22 - - [2026-03-23 02:04:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001102 10.0.0.22 - - [2026-03-23 02:04:58] "POST /neutron/network HTTP/1.1" 200 833 0.004818 10.0.0.22 - - [2026-03-23 02:04:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000382 10.0.0.22 - - [2026-03-23 02:04:58] "GET / HTTP/1.1" 200 35931 0.001649 10.0.0.22 - - [2026-03-23 02:04:58] "GET /project/ab0e08e4-60b1-4b96-9552-e1e21f8583db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000355 10.0.0.22 - - [2026-03-23 02:04:59] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001088 10.0.0.22 - - [2026-03-23 02:04:59] "GET /project/ab0e08e4-60b1-4b96-9552-e1e21f8583db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.052266 10.0.0.22 - - [2026-03-23 02:04:59] "POST /neutron/network HTTP/1.1" 200 823 0.005273 10.0.0.22 - - [2026-03-23 02:04:59] "POST /neutron/port HTTP/1.1" 200 117 0.004734 10.0.0.22 - - [2026-03-23 02:04:59] "POST /neutron/port HTTP/1.1" 200 117 0.005769 10.0.0.22 - - [2026-03-23 02:04:59] "POST /neutron/port HTTP/1.1" 200 117 0.004630 10.0.0.22 - - [2026-03-23 02:04:59] "POST /neutron/network HTTP/1.1" 200 833 0.004655 10.0.0.22 - - [2026-03-23 02:04:59] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001036 10.0.0.22 - - [2026-03-23 02:04:59] "POST /neutron/port HTTP/1.1" 200 1059 0.241919 10.0.0.22 - - [2026-03-23 02:04:59] "POST /neutron/port HTTP/1.1" 200 1059 0.008633 10.0.0.22 - - [2026-03-23 02:04:59] "POST /neutron/port HTTP/1.1" 200 1059 0.007881 10.0.0.22 - - [2026-03-23 02:05:00] "POST /neutron/port HTTP/1.1" 200 1113 0.048566 10.0.0.22 - - [2026-03-23 02:05:00] "POST /neutron/port HTTP/1.1" 200 1123 0.011245 10.0.0.22 - - [2026-03-23 02:05:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002910 10.0.0.22 - - [2026-03-23 02:05:00] "POST /neutron/subnet HTTP/1.1" 200 694 0.006112 10.0.0.22 - - [2026-03-23 02:05:00] "POST /neutron/port HTTP/1.1" 200 117 0.001332 10.0.0.22 - - [2026-03-23 02:05:00] "POST /neutron/network HTTP/1.1" 200 823 0.005186 10.0.0.22 - - [2026-03-23 02:05:04] "POST /neutron/port HTTP/1.1" 200 1123 0.010620 10.0.0.22 - - [2026-03-23 02:05:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005792 10.0.0.22 - - [2026-03-23 02:05:04] "POST /neutron/port HTTP/1.1" 200 1123 0.010507 10.0.0.22 - - [2026-03-23 02:05:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006092 10.0.0.22 - - [2026-03-23 02:05:04] "POST /neutron/port HTTP/1.1" 200 1123 0.010817 10.0.0.22 - - [2026-03-23 02:05:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004976 10.0.0.22 - - [2026-03-23 02:05:04] "GET /virtual-machine/cd18eebd-087a-47dc-a847-5377f4b6cb69 HTTP/1.1" 200 1293 0.004849 10.0.0.22 - - [2026-03-23 02:05:04] "GET /virtual-machine-interface/8cdd34e1-bd72-4cf1-8bd7-bf5c001e66af HTTP/1.1" 200 2942 0.005877 10.0.0.22 - - [2026-03-23 02:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.22 - - [2026-03-23 02:05:04] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003232 10.0.0.22 - - [2026-03-23 02:05:04] "GET /virtual-networks?parent_id=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002955 10.0.0.22 - - [2026-03-23 02:05:04] "GET /virtual-network/ac90114e-eb11-442f-a4a0-d8ddc8bbb972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005966 10.0.0.22 - - [2026-03-23 02:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.22 - - [2026-03-23 02:05:07] "GET /virtual-network/ac90114e-eb11-442f-a4a0-d8ddc8bbb972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004239 10.0.0.22 - - [2026-03-23 02:05:08] "POST /neutron/port HTTP/1.1" 200 1123 0.010714 10.0.0.22 - - [2026-03-23 02:05:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004528 10.0.0.22 - - [2026-03-23 02:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.22 - - [2026-03-23 02:05:09] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003263 10.0.0.22 - - [2026-03-23 02:05:10] "GET /virtual-networks?parent_id=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002430 10.0.0.22 - - [2026-03-23 02:05:10] "GET /virtual-network/ac90114e-eb11-442f-a4a0-d8ddc8bbb972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004674 10.0.0.22 - - [2026-03-23 02:05:11] "POST /neutron/network HTTP/1.1" 200 823 0.005013 10.0.0.22 - - [2026-03-23 02:05:12] "POST /neutron/network HTTP/1.1" 400 204 0.008606 10.0.0.22 - - [2026-03-23 02:05:12] "POST /neutron/port HTTP/1.1" 200 1123 0.010204 10.0.0.22 - - [2026-03-23 02:05:12] "POST /neutron/port HTTP/1.1" 200 1113 0.008911 10.0.0.22 - - [2026-03-23 02:05:12] "POST /neutron/port HTTP/1.1" 200 151 0.074645 10.0.0.22 - - [2026-03-23 02:05:14] "POST /neutron/network HTTP/1.1" 200 823 0.004418 10.0.0.22 - - [2026-03-23 02:05:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002134 10.0.0.22 - - [2026-03-23 02:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.22 - - [2026-03-23 02:05:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001982 10.0.0.22 - - [2026-03-23 02:05:14] "POST /neutron/network HTTP/1.1" 200 151 0.073644 10.0.0.22 - - [2026-03-23 02:05:14] "DELETE /route-target/23bd61a2-0dca-4544-9cf2-073c06846e65 HTTP/1.1" 200 115 0.014533 10.0.0.22 - - [2026-03-23 02:05:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002454 10.0.0.22 - - [2026-03-23 02:05:14] "POST /network-ipams HTTP/1.1" 200 541 0.013692 10.0.0.22 - - [2026-03-23 02:05:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.002634 10.0.0.22 - - [2026-03-23 02:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.22 - - [2026-03-23 02:05:14] "GET /network-ipam/10b43274-7a79-4bf8-86bd-05dedd64d382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1328 0.004426 10.0.0.22 - - [2026-03-23 02:05:14] "PUT /network-ipam/10b43274-7a79-4bf8-86bd-05dedd64d382 HTTP/1.1" 200 258 0.009390 10.0.0.22 - - [2026-03-23 02:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.22 - - [2026-03-23 02:05:14] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001023 10.0.0.22 - - [2026-03-23 02:05:14] "GET /project/ab0e08e4-60b1-4b96-9552-e1e21f8583db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.020502 10.0.0.22 - - [2026-03-23 02:05:15] "POST /neutron/network HTTP/1.1" 200 117 0.006963 10.0.0.22 - - [2026-03-23 02:05:15] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000898 10.0.0.22 - - [2026-03-23 02:05:15] "POST /neutron/network HTTP/1.1" 200 605 0.065169 10.0.0.22 - - [2026-03-23 02:05:15] "POST /route-targets HTTP/1.1" 200 327 0.010375 10.0.0.22 - - [2026-03-23 02:05:15] "POST /ref-update HTTP/1.1" 200 156 0.009254 10.0.0.22 - - [2026-03-23 02:05:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003263 10.0.0.22 - - [2026-03-23 02:05:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.180722 10.0.0.22 - - [2026-03-23 02:05:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004109 10.0.0.22 - - [2026-03-23 02:05:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.146643 10.0.0.22 - - [2026-03-23 02:05:15] "POST /neutron/network HTTP/1.1" 200 994 0.006171 10.0.0.22 - - [2026-03-23 02:05:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001174 10.0.0.22 - - [2026-03-23 02:05:15] "GET /virtual-network/28b9a987-6746-40fb-95a6-30fa3bb5390e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004444 10.0.0.22 - - [2026-03-23 02:05:15] "POST /neutron/network HTTP/1.1" 200 994 0.005633 10.0.0.22 - - [2026-03-23 02:05:15] "GET /virtual-network/28b9a987-6746-40fb-95a6-30fa3bb5390e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004107 10.0.0.22 - - [2026-03-23 02:05:15] "POST /neutron/network HTTP/1.1" 200 994 0.007246 10.0.0.22 - - [2026-03-23 02:05:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.005649 10.0.0.22 - - [2026-03-23 02:05:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.005991 10.0.0.22 - - [2026-03-23 02:05:15] "POST /neutron/network HTTP/1.1" 200 994 0.006159 10.0.0.22 - - [2026-03-23 02:05:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.005414 10.0.0.22 - - [2026-03-23 02:05:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.006731 10.0.0.22 - - [2026-03-23 02:05:15] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001199 10.0.0.22 - - [2026-03-23 02:05:15] "POST /neutron/port HTTP/1.1" 200 1017 0.153368 10.0.0.22 - - [2026-03-23 02:05:15] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001695 10.0.0.22 - - [2026-03-23 02:05:16] "POST /neutron/port HTTP/1.1" 200 1017 0.192882 10.0.0.22 - - [2026-03-23 02:05:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001834 10.0.0.22 - - [2026-03-23 02:05:16] "POST /neutron/port HTTP/1.1" 200 1017 0.007844 10.0.0.22 - - [2026-03-23 02:05:16] "POST /neutron/port HTTP/1.1" 200 1017 0.007244 10.0.0.22 - - [2026-03-23 02:05:16] "POST /neutron/network HTTP/1.1" 200 994 0.006353 10.0.0.22 - - [2026-03-23 02:05:16] "POST /neutron/port HTTP/1.1" 200 1017 0.008393 10.0.0.22 - - [2026-03-23 02:05:16] "POST /neutron/port HTTP/1.1" 200 117 0.004602 10.0.0.22 - - [2026-03-23 02:05:16] "POST /neutron/port HTTP/1.1" 200 1017 0.007899 10.0.0.22 - - [2026-03-23 02:05:16] "POST /neutron/port HTTP/1.1" 200 117 0.003725 10.0.0.22 - - [2026-03-23 02:05:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001160 10.0.0.22 - - [2026-03-23 02:05:16] "POST /neutron/port HTTP/1.1" 200 117 0.003988 10.0.0.22 - - [2026-03-23 02:05:16] "POST /neutron/port HTTP/1.1" 200 1017 0.009080 10.0.0.22 - - [2026-03-23 02:05:16] "POST /neutron/port HTTP/1.1" 200 1017 0.009134 10.0.0.22 - - [2026-03-23 02:05:16] "POST /neutron/network HTTP/1.1" 200 994 0.006111 10.0.0.22 - - [2026-03-23 02:05:16] "POST /neutron/port HTTP/1.1" 200 1017 0.008555 10.0.0.22 - - [2026-03-23 02:05:16] "POST /neutron/port HTTP/1.1" 200 1017 0.014709 10.0.0.22 - - [2026-03-23 02:05:16] "POST /neutron/port HTTP/1.1" 200 117 0.005437 10.0.0.22 - - [2026-03-23 02:05:16] "POST /neutron/port HTTP/1.1" 200 117 0.004112 10.0.0.22 - - [2026-03-23 02:05:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001209 10.0.0.22 - - [2026-03-23 02:05:16] "POST /neutron/port HTTP/1.1" 200 1017 0.009626 10.0.0.22 - - [2026-03-23 02:05:16] "POST /neutron/network HTTP/1.1" 200 1004 0.004843 10.0.0.22 - - [2026-03-23 02:05:16] "POST /neutron/port HTTP/1.1" 200 1017 0.012839 10.0.0.22 - - [2026-03-23 02:05:16] "POST /neutron/port HTTP/1.1" 200 117 0.007317 10.0.0.22 - - [2026-03-23 02:05:16] "POST /neutron/port HTTP/1.1" 200 1017 0.009599 10.0.0.22 - - [2026-03-23 02:05:17] "POST /neutron/port HTTP/1.1" 200 1109 0.099709 10.0.0.22 - - [2026-03-23 02:05:17] "POST /neutron/network HTTP/1.1" 200 1004 0.006197 10.0.0.22 - - [2026-03-23 02:05:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000403 10.0.0.22 - - [2026-03-23 02:05:17] "POST /neutron/port HTTP/1.1" 200 1119 0.010832 10.0.0.22 - - [2026-03-23 02:05:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002904 10.0.0.22 - - [2026-03-23 02:05:17] "POST /neutron/subnet HTTP/1.1" 200 673 0.008000 10.0.0.22 - - [2026-03-23 02:05:17] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.22 - - [2026-03-23 02:05:17] "POST /neutron/network HTTP/1.1" 200 994 0.006060 10.0.0.22 - - [2026-03-23 02:05:17] "GET / HTTP/1.1" 200 35931 0.001300 10.0.0.22 - - [2026-03-23 02:05:17] "GET /project/ab0e08e4-60b1-4b96-9552-e1e21f8583db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000297 10.0.0.22 - - [2026-03-23 02:05:17] "POST /neutron/port HTTP/1.1" 200 1017 0.008915 10.0.0.22 - - [2026-03-23 02:05:17] "POST /neutron/network HTTP/1.1" 200 1004 0.004372 10.0.0.22 - - [2026-03-23 02:05:17] "POST /neutron/port HTTP/1.1" 200 1017 0.009496 10.0.0.22 - - [2026-03-23 02:05:17] "POST /neutron/port HTTP/1.1" 200 1017 0.009171 10.0.0.22 - - [2026-03-23 02:05:17] "POST /neutron/port HTTP/1.1" 200 1109 0.085809 10.0.0.22 - - [2026-03-23 02:05:17] "POST /neutron/port HTTP/1.1" 200 1119 0.010723 10.0.0.22 - - [2026-03-23 02:05:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005407 10.0.0.22 - - [2026-03-23 02:05:17] "POST /neutron/subnet HTTP/1.1" 200 673 0.008765 10.0.0.22 - - [2026-03-23 02:05:17] "POST /neutron/port HTTP/1.1" 200 117 0.001528 10.0.0.22 - - [2026-03-23 02:05:17] "POST /neutron/network HTTP/1.1" 200 994 0.008350 10.0.0.22 - - [2026-03-23 02:05:17] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000969 10.0.0.22 - - [2026-03-23 02:05:17] "GET /project/ab0e08e4-60b1-4b96-9552-e1e21f8583db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.059204 10.0.0.22 - - [2026-03-23 02:05:17] "POST /neutron/network HTTP/1.1" 200 994 0.007730 10.0.0.22 - - [2026-03-23 02:05:18] "POST /neutron/port HTTP/1.1" 200 2086 0.022390 10.0.0.22 - - [2026-03-23 02:05:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008062 10.0.0.22 - - [2026-03-23 02:05:18] "POST /neutron/port HTTP/1.1" 200 117 0.004673 10.0.0.22 - - [2026-03-23 02:05:18] "GET /domains HTTP/1.1" 200 280 0.003577 10.0.0.22 - - [2026-03-23 02:05:18] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001450 10.0.0.22 - - [2026-03-23 02:05:18] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2760 0.011917 10.0.0.22 - - [2026-03-23 02:05:18] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001593 10.0.0.22 - - [2026-03-23 02:05:18] "GET /project/ab0e08e4-60b1-4b96-9552-e1e21f8583db HTTP/1.1" 200 2843 0.076594 10.0.0.22 - - [2026-03-23 02:05:18] "GET /network-ipam/10b43274-7a79-4bf8-86bd-05dedd64d382 HTTP/1.1" 200 2645 0.004701 10.0.0.22 - - [2026-03-23 02:05:18] "GET /domains HTTP/1.1" 200 280 0.002442 10.0.0.22 - - [2026-03-23 02:05:18] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001064 10.0.0.22 - - [2026-03-23 02:05:18] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2760 0.010518 10.0.0.22 - - [2026-03-23 02:05:18] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001471 10.0.0.22 - - [2026-03-23 02:05:18] "GET /project/ab0e08e4-60b1-4b96-9552-e1e21f8583db HTTP/1.1" 200 2843 0.072089 10.0.0.22 - - [2026-03-23 02:05:18] "GET /virtual-network/28b9a987-6746-40fb-95a6-30fa3bb5390e HTTP/1.1" 200 3780 0.006460 10.0.0.22 - - [2026-03-23 02:05:18] "GET /virtual-network/28b9a987-6746-40fb-95a6-30fa3bb5390e HTTP/1.1" 200 3780 0.007792 10.0.0.22 - - [2026-03-23 02:05:18] "GET /routing-instance/25fc9333-21b3-42ff-aae9-ab44107a4dfe HTTP/1.1" 200 2380 0.004940 10.0.0.22 - - [2026-03-23 02:05:18] "GET /routing-instance/25fc9333-21b3-42ff-aae9-ab44107a4dfe HTTP/1.1" 200 2380 0.008158 10.0.0.22 - - [2026-03-23 02:05:18] "GET /route-target/e7176e7e-67c4-4d62-b935-45ecb4888a69 HTTP/1.1" 200 1205 0.006083 10.0.0.22 - - [2026-03-23 02:05:18] "GET /virtual-network/28b9a987-6746-40fb-95a6-30fa3bb5390e HTTP/1.1" 200 3780 0.014625 10.0.0.22 - - [2026-03-23 02:05:18] "GET /routing-instance/25fc9333-21b3-42ff-aae9-ab44107a4dfe HTTP/1.1" 200 2380 0.004364 10.0.0.22 - - [2026-03-23 02:05:18] "GET /virtual-network/28b9a987-6746-40fb-95a6-30fa3bb5390e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005677 10.0.0.22 - - [2026-03-23 02:05:18] "GET /virtual-network/28b9a987-6746-40fb-95a6-30fa3bb5390e HTTP/1.1" 200 3780 0.004363 10.0.0.22 - - [2026-03-23 02:05:18] "GET /routing-instance/25fc9333-21b3-42ff-aae9-ab44107a4dfe HTTP/1.1" 200 2380 0.003063 10.0.0.22 - - [2026-03-23 02:05:18] "GET /routing-instance/25fc9333-21b3-42ff-aae9-ab44107a4dfe HTTP/1.1" 200 2380 0.003429 10.0.0.22 - - [2026-03-23 02:05:18] "GET /route-target/e7176e7e-67c4-4d62-b935-45ecb4888a69 HTTP/1.1" 200 1205 0.003887 10.0.0.22 - - [2026-03-23 02:05:18] "GET /domains HTTP/1.1" 200 280 0.002242 10.0.0.22 - - [2026-03-23 02:05:18] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.22 - - [2026-03-23 02:05:18] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2760 0.006608 10.0.0.22 - - [2026-03-23 02:05:18] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000978 10.0.0.22 - - [2026-03-23 02:05:18] "POST /neutron/network HTTP/1.1" 200 1004 0.009705 10.0.0.22 - - [2026-03-23 02:05:18] "GET /project/ab0e08e4-60b1-4b96-9552-e1e21f8583db HTTP/1.1" 200 2843 0.084208 10.0.0.22 - - [2026-03-23 02:05:18] "GET /virtual-network/28b9a987-6746-40fb-95a6-30fa3bb5390e HTTP/1.1" 200 3780 0.009388 10.0.0.22 - - [2026-03-23 02:05:18] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001362 10.0.0.22 - - [2026-03-23 02:05:18] "POST /neutron/port HTTP/1.1" 200 1055 0.244690 10.0.0.22 - - [2026-03-23 02:05:18] "POST /neutron/port HTTP/1.1" 200 1055 0.019394 10.0.0.22 - - [2026-03-23 02:05:18] "POST /neutron/port HTTP/1.1" 200 1055 0.017191 10.0.0.22 - - [2026-03-23 02:05:18] "POST /neutron/port HTTP/1.1" 200 1109 0.076410 10.0.0.22 - - [2026-03-23 02:05:19] "POST /neutron/port HTTP/1.1" 200 1119 0.012823 10.0.0.22 - - [2026-03-23 02:05:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002998 10.0.0.22 - - [2026-03-23 02:05:19] "POST /neutron/subnet HTTP/1.1" 200 673 0.012013 10.0.0.22 - - [2026-03-23 02:05:19] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.22 - - [2026-03-23 02:05:19] "DELETE /project/ab0e08e460b14b969552e1e21f8583db HTTP/1.1" 404 173 0.002556 10.0.0.22 - - [2026-03-23 02:05:19] "GET /projects?obj_uuids=c17da901-ace5-4f1c-9358-9561d7aa8798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001288 10.0.0.22 - - [2026-03-23 02:05:19] "GET /obj-perms HTTP/1.1" 200 5030 0.108451 10.0.0.22 - - [2026-03-23 02:05:19] "POST /neutron/network HTTP/1.1" 200 994 0.022417 10.0.0.22 - - [2026-03-23 02:05:19] "GET /project/c17da901-ace5-4f1c-9358-9561d7aa8798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.059079 10.0.0.22 - - [2026-03-23 02:05:19] "GET /projects?obj_uuids=c17da901-ace5-4f1c-9358-9561d7aa8798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001513 10.0.0.22 - - [2026-03-23 02:05:19] "POST /neutron/port HTTP/1.1" 200 1119 0.019847 10.0.0.22 - - [2026-03-23 02:05:19] "GET /project/c17da901-ace5-4f1c-9358-9561d7aa8798?fields=security_groups HTTP/1.1" 200 1367 0.038500 10.0.0.22 - - [2026-03-23 02:05:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007640 10.0.0.22 - - [2026-03-23 02:05:19] "POST /neutron/port HTTP/1.1" 200 1119 0.035592 10.0.0.22 - - [2026-03-23 02:05:19] "DELETE /security-group/de322d83-30b2-4920-8139-f8d13c3c0f9a HTTP/1.1" 200 115 0.074116 10.0.0.22 - - [2026-03-23 02:05:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005462 10.0.0.22 - - [2026-03-23 02:05:19] "GET /projects?obj_uuids=c17da901-ace5-4f1c-9358-9561d7aa8798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001280 10.0.0.22 - - [2026-03-23 02:05:19] "DELETE /access-control-list/758be097-eab4-4deb-8a45-fb0b9b2bd9ae HTTP/1.1" 200 115 0.042241 10.0.0.22 - - [2026-03-23 02:05:19] "GET /project/c17da901-ace5-4f1c-9358-9561d7aa8798?fields=application_policy_sets HTTP/1.1" 200 1406 0.064452 10.0.0.22 - - [2026-03-23 02:05:19] "DELETE /access-control-list/0e118919-3016-4638-a83c-8aff45bd1106 HTTP/1.1" 200 115 0.051466 10.0.0.22 - - [2026-03-23 02:05:19] "POST /neutron/port HTTP/1.1" 200 1119 0.019583 10.0.0.22 - - [2026-03-23 02:05:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005580 10.0.0.22 - - [2026-03-23 02:05:19] "GET /virtual-machine/c4777e5c-40d7-4508-b059-6b1d767cea10 HTTP/1.1" 200 1289 0.003971 10.0.0.22 - - [2026-03-23 02:05:19] "GET /virtual-machine-interface/727110df-e225-457a-a4a8-45e5eb5bf11c HTTP/1.1" 200 2941 0.006103 10.0.0.22 - - [2026-03-23 02:05:19] "DELETE /project/c17da901-ace5-4f1c-9358-9561d7aa8798 HTTP/1.1" 200 115 0.437088 10.0.0.22 - - [2026-03-23 02:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.22 - - [2026-03-23 02:05:19] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004739 10.0.0.22 - - [2026-03-23 02:05:19] "GET /virtual-networks?parent_id=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002357 10.0.0.22 - - [2026-03-23 02:05:19] "GET /virtual-network/28b9a987-6746-40fb-95a6-30fa3bb5390e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005230 10.0.0.22 - - [2026-03-23 02:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.22 - - [2026-03-23 02:05:22] "GET /virtual-network/28b9a987-6746-40fb-95a6-30fa3bb5390e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004799 10.0.0.22 - - [2026-03-23 02:05:24] "GET /obj-perms HTTP/1.1" 200 5056 0.056210 10.0.0.22 - - [2026-03-23 02:05:25] "GET /obj-perms HTTP/1.1" 200 5056 0.044548 10.0.0.22 - - [2026-03-23 02:05:26] "POST /neutron/port HTTP/1.1" 200 1119 0.011506 10.0.0.22 - - [2026-03-23 02:05:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005062 10.0.0.22 - - [2026-03-23 02:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.22 - - [2026-03-23 02:05:26] "GET /virtual-network/28b9a987-6746-40fb-95a6-30fa3bb5390e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004344 10.0.0.22 - - [2026-03-23 02:05:26] "POST /neutron/port HTTP/1.1" 200 1119 0.014785 10.0.0.22 - - [2026-03-23 02:05:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005754 10.0.0.22 - - [2026-03-23 02:05:27] "POST /neutron/port HTTP/1.1" 200 1119 0.014351 10.0.0.22 - - [2026-03-23 02:05:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005024 10.0.0.22 - - [2026-03-23 02:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002483 10.0.0.22 - - [2026-03-23 02:05:29] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002731 10.0.0.22 - - [2026-03-23 02:05:29] "GET /virtual-networks?parent_id=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002702 10.0.0.22 - - [2026-03-23 02:05:29] "GET /virtual-network/28b9a987-6746-40fb-95a6-30fa3bb5390e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004839 10.0.0.22 - - [2026-03-23 02:05:29] "POST /neutron/port HTTP/1.1" 200 1119 0.013279 10.0.0.22 - - [2026-03-23 02:05:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006942 10.0.0.22 - - [2026-03-23 02:05:29] "POST /neutron/port HTTP/1.1" 200 1119 0.011031 10.0.0.22 - - [2026-03-23 02:05:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005124 10.0.0.22 - - [2026-03-23 02:05:29] "POST /neutron/port HTTP/1.1" 200 1119 0.012784 10.0.0.22 - - [2026-03-23 02:05:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005372 10.0.0.22 - - [2026-03-23 02:05:29] "GET /virtual-machine/f76d0d96-cd82-47a9-8f3f-239e74617280 HTTP/1.1" 200 1289 0.003969 10.0.0.22 - - [2026-03-23 02:05:29] "GET /virtual-machine-interface/b257f677-f392-4f06-94fc-2f72647c2d51 HTTP/1.1" 200 2942 0.003982 10.0.0.22 - - [2026-03-23 02:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002311 10.0.0.22 - - [2026-03-23 02:05:29] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002673 10.0.0.22 - - [2026-03-23 02:05:29] "GET /virtual-networks?parent_id=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002485 10.0.0.22 - - [2026-03-23 02:05:29] "GET /virtual-network/28b9a987-6746-40fb-95a6-30fa3bb5390e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004948 10.0.0.22 - - [2026-03-23 02:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002450 10.0.0.22 - - [2026-03-23 02:05:30] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002774 10.0.0.22 - - [2026-03-23 02:05:30] "GET /virtual-networks?parent_id=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002617 10.0.0.22 - - [2026-03-23 02:05:30] "GET /virtual-network/28b9a987-6746-40fb-95a6-30fa3bb5390e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004658 10.0.0.22 - - [2026-03-23 02:05:31] "POST /neutron/port HTTP/1.1" 200 1119 0.011499 10.0.0.22 - - [2026-03-23 02:05:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006423 10.0.0.22 - - [2026-03-23 02:05:31] "POST /neutron/port HTTP/1.1" 200 1119 0.011693 10.0.0.22 - - [2026-03-23 02:05:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005253 10.0.0.22 - - [2026-03-23 02:05:31] "POST /neutron/port HTTP/1.1" 200 1119 0.010281 10.0.0.22 - - [2026-03-23 02:05:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005011 10.0.0.22 - - [2026-03-23 02:05:31] "GET /virtual-machine/bbc3b63d-8ea0-4561-badf-efeec4fb505a HTTP/1.1" 200 1293 0.003677 10.0.0.22 - - [2026-03-23 02:05:31] "GET /virtual-machine-interface/cefe4f81-b44c-4b62-bfb9-bcda921b7a69 HTTP/1.1" 200 2942 0.003908 10.0.0.22 - - [2026-03-23 02:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002416 10.0.0.22 - - [2026-03-23 02:05:31] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002921 10.0.0.22 - - [2026-03-23 02:05:31] "GET /virtual-networks?parent_id=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002568 10.0.0.22 - - [2026-03-23 02:05:31] "GET /virtual-network/28b9a987-6746-40fb-95a6-30fa3bb5390e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004688 10.0.0.22 - - [2026-03-23 02:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.22 - - [2026-03-23 02:05:32] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002754 10.0.0.22 - - [2026-03-23 02:05:32] "GET /virtual-networks?parent_id=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002444 10.0.0.22 - - [2026-03-23 02:05:32] "GET /virtual-network/28b9a987-6746-40fb-95a6-30fa3bb5390e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004719 10.0.0.22 - - [2026-03-23 02:05:48] "POST /neutron/port HTTP/1.1" 200 1109 0.011872 10.0.0.22 - - [2026-03-23 02:05:48] "POST /neutron/port HTTP/1.1" 200 1109 0.009254 10.0.0.22 - - [2026-03-23 02:05:48] "POST /neutron/port HTTP/1.1" 200 151 0.120585 10.0.0.22 - - [2026-03-23 02:05:48] "POST /neutron/port HTTP/1.1" 200 1109 0.010139 10.0.0.22 - - [2026-03-23 02:05:48] "POST /neutron/port HTTP/1.1" 200 1109 0.012414 10.0.0.22 - - [2026-03-23 02:05:48] "POST /neutron/port HTTP/1.1" 200 1119 0.016717 10.0.0.22 - - [2026-03-23 02:05:48] "POST /neutron/port HTTP/1.1" 200 1109 0.010955 10.0.0.22 - - [2026-03-23 02:05:48] "POST /neutron/port HTTP/1.1" 200 151 0.135299 10.0.0.22 - - [2026-03-23 02:05:48] "POST /neutron/network HTTP/1.1" 200 994 0.006519 10.0.0.22 - - [2026-03-23 02:05:48] "POST /neutron/network HTTP/1.1" 400 204 0.008843 10.0.0.22 - - [2026-03-23 02:05:48] "POST /neutron/port HTTP/1.1" 200 151 0.108176 10.0.0.22 - - [2026-03-23 02:05:50] "POST /neutron/network HTTP/1.1" 200 994 0.005985 10.0.0.22 - - [2026-03-23 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.22 - - [2026-03-23 02:05:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003321 10.0.0.22 - - [2026-03-23 02:05:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002099 10.0.0.22 - - [2026-03-23 02:05:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001698 10.0.0.22 - - [2026-03-23 02:05:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005545 10.0.0.22 - - [2026-03-23 02:05:51] "DELETE /route-target/e7176e7e-67c4-4d62-b935-45ecb4888a69 HTTP/1.1" 200 115 0.033993 10.0.0.22 - - [2026-03-23 02:05:51] "POST /neutron/network HTTP/1.1" 200 151 0.105393 10.0.0.22 - - [2026-03-23 02:05:51] "GET /routing-instance/25fc9333-21b3-42ff-aae9-ab44107a4dfe HTTP/1.1" 404 171 0.002230 10.0.0.22 - - [2026-03-23 02:05:51] "GET /domains HTTP/1.1" 200 280 0.001904 10.0.0.22 - - [2026-03-23 02:05:51] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000852 10.0.0.22 - - [2026-03-23 02:05:51] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 2573 0.053675 10.0.0.22 - - [2026-03-23 02:05:51] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000892 10.0.0.22 - - [2026-03-23 02:05:51] "GET /project/ab0e08e4-60b1-4b96-9552-e1e21f8583db HTTP/1.1" 200 2086 0.068870 10.0.0.22 - - [2026-03-23 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.22 - - [2026-03-23 02:05:51] "DELETE /network-ipam/10b43274-7a79-4bf8-86bd-05dedd64d382 HTTP/1.1" 200 115 0.023851 10.0.0.22 - - [2026-03-23 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.001986 10.0.0.22 - - [2026-03-23 02:05:51] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000969 10.0.0.22 - - [2026-03-23 02:05:51] "GET /project/ab0e08e4-60b1-4b96-9552-e1e21f8583db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.029720 10.0.0.22 - - [2026-03-23 02:05:51] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001326 10.0.0.22 - - [2026-03-23 02:05:51] "GET /project/ab0e08e4-60b1-4b96-9552-e1e21f8583db?fields=virtual_networks HTTP/1.1" 200 1033 0.065998 10.0.0.22 - - [2026-03-23 02:05:51] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001094 10.0.0.22 - - [2026-03-23 02:05:51] "GET /project/ab0e08e4-60b1-4b96-9552-e1e21f8583db?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.025489 10.0.0.22 - - [2026-03-23 02:05:51] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001260 10.0.0.22 - - [2026-03-23 02:05:51] "GET /project/ab0e08e4-60b1-4b96-9552-e1e21f8583db?fields=security_groups HTTP/1.1" 200 1259 0.021570 10.0.0.22 - - [2026-03-23 02:05:53] "POST /neutron/port HTTP/1.1" 200 117 0.004530 10.0.0.22 - - [2026-03-23 02:05:53] "POST /neutron/port HTTP/1.1" 400 205 0.003057 10.0.0.22 - - [2026-03-23 02:05:53] "POST /neutron/port HTTP/1.1" 200 117 0.004649 10.0.0.22 - - [2026-03-23 02:05:53] "POST /neutron/port HTTP/1.1" 400 205 0.003036 10.0.0.22 - - [2026-03-23 02:05:59] "GET / HTTP/1.1" 200 35931 0.001871 10.0.0.22 - - [2026-03-23 02:05:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000419 10.0.0.22 - - [2026-03-23 02:06:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.053125 10.0.0.22 - - [2026-03-23 02:06:00] "GET /projects?obj_uuids=c1333ea4-dc5a-444a-b454-1ec47872ec41&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002151 10.0.0.22 - - [2026-03-23 02:06:00] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001279 10.0.0.22 - - [2026-03-23 02:06:00] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006597 10.0.0.22 - - [2026-03-23 02:06:00] "POST /id-to-fqname HTTP/1.1" 200 185 0.001786 10.0.0.22 - - [2026-03-23 02:06:00] "POST /fqname-to-id HTTP/1.1" 404 194 0.002489 10.0.0.22 - - [2026-03-23 02:06:00] "POST /security-groups HTTP/1.1" 200 586 0.064306 10.0.0.22 - - [2026-03-23 02:06:00] "POST /fqname-to-id HTTP/1.1" 404 229 0.002614 10.0.0.22 - - [2026-03-23 02:06:00] "POST /projects HTTP/1.1" 200 575 0.212413 10.0.0.22 - - [2026-03-23 02:06:00] "POST /access-control-lists HTTP/1.1" 200 591 0.055521 10.0.0.22 - - [2026-03-23 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.284317 10.0.0.22 - - [2026-03-23 02:06:00] "POST /fqname-to-id HTTP/1.1" 404 228 0.002430 10.0.0.22 - - [2026-03-23 02:06:00] "GET /project/c1333ea4-dc5a-444a-b454-1ec47872ec41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.399584 10.0.0.22 - - [2026-03-23 02:06:00] "POST /access-control-lists HTTP/1.1" 200 589 0.060664 10.0.0.22 - - [2026-03-23 02:06:01] "GET / HTTP/1.1" 200 35931 0.001885 10.0.0.22 - - [2026-03-23 02:06:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.22 - - [2026-03-23 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.025630 10.0.0.22 - - [2026-03-23 02:06:04] "GET /api-access-list/7e5f81a4-3dc6-4012-b7df-a597deb5b319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003910 10.0.0.22 - - [2026-03-23 02:06:04] "GET /api-access-list/7e5f81a4-3dc6-4012-b7df-a597deb5b319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002979 10.0.0.22 - - [2026-03-23 02:06:04] "GET /api-access-list/7e5f81a4-3dc6-4012-b7df-a597deb5b319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002854 10.0.0.22 - - [2026-03-23 02:06:04] "PUT /api-access-list/7e5f81a4-3dc6-4012-b7df-a597deb5b319 HTTP/1.1" 200 264 0.010005 10.0.0.22 - - [2026-03-23 02:06:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000420 10.0.0.22 - - [2026-03-23 02:06:04] "GET /aaa-mode HTTP/1.1" 200 128 0.026960 10.0.0.22 - - [2026-03-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.026849 10.0.0.22 - - [2026-03-23 02:06:05] "GET /projects?obj_uuids=1c2ae5fb-de9f-4247-8036-06621677480f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002074 10.0.0.22 - - [2026-03-23 02:06:05] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001190 10.0.0.22 - - [2026-03-23 02:06:05] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006252 10.0.0.22 - - [2026-03-23 02:06:05] "POST /id-to-fqname HTTP/1.1" 200 185 0.001256 10.0.0.22 - - [2026-03-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 404 194 0.004268 10.0.0.22 - - [2026-03-23 02:06:05] "POST /security-groups HTTP/1.1" 200 586 0.063499 10.0.0.22 - - [2026-03-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.002332 10.0.0.22 - - [2026-03-23 02:06:05] "POST /projects HTTP/1.1" 200 575 0.206662 10.0.0.22 - - [2026-03-23 02:06:05] "POST /access-control-lists HTTP/1.1" 200 591 0.057207 10.0.0.22 - - [2026-03-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.278875 10.0.0.22 - - [2026-03-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 404 228 0.002448 10.0.0.22 - - [2026-03-23 02:06:05] "GET /project/1c2ae5fb-de9f-4247-8036-06621677480f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.392127 10.0.0.22 - - [2026-03-23 02:06:05] "POST /access-control-lists HTTP/1.1" 200 589 0.056532 10.0.0.22 - - [2026-03-23 02:06:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.022519 10.0.0.22 - - [2026-03-23 02:06:06] "GET /projects?obj_uuids=ea94e00a-ec54-4091-a88a-13fa285d5d99&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002560 10.0.0.22 - - [2026-03-23 02:06:06] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.22 - - [2026-03-23 02:06:06] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006292 10.0.0.22 - - [2026-03-23 02:06:06] "POST /id-to-fqname HTTP/1.1" 200 185 0.001180 10.0.0.22 - - [2026-03-23 02:06:06] "POST /fqname-to-id HTTP/1.1" 404 194 0.003040 10.0.0.22 - - [2026-03-23 02:06:06] "POST /security-groups HTTP/1.1" 200 586 0.060498 10.0.0.22 - - [2026-03-23 02:06:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.002456 10.0.0.22 - - [2026-03-23 02:06:06] "POST /projects HTTP/1.1" 200 575 0.206267 10.0.0.22 - - [2026-03-23 02:06:06] "POST /access-control-lists HTTP/1.1" 200 591 0.058141 10.0.0.22 - - [2026-03-23 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.281493 10.0.0.22 - - [2026-03-23 02:06:06] "POST /fqname-to-id HTTP/1.1" 404 228 0.002470 10.0.0.22 - - [2026-03-23 02:06:06] "GET /project/ea94e00a-ec54-4091-a88a-13fa285d5d99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.399364 10.0.0.22 - - [2026-03-23 02:06:06] "POST /access-control-lists HTTP/1.1" 200 589 0.064569 10.0.0.22 - - [2026-03-23 02:06:06] "GET / HTTP/1.1" 200 35931 0.001958 10.0.0.22 - - [2026-03-23 02:06:07] "GET / HTTP/1.1" 200 35931 0.001485 10.0.0.22 - - [2026-03-23 02:06:08] "POST /fqname-to-id HTTP/1.1" 404 183 0.002989 10.0.0.22 - - [2026-03-23 02:06:08] "POST /api-access-lists HTTP/1.1" 200 521 0.014294 10.0.0.22 - - [2026-03-23 02:06:08] "GET /api-access-list/485b1a5b-a42c-4941-9d48-70d5f4c7da70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.004625 10.0.0.22 - - [2026-03-23 02:06:08] "GET /api-access-list/485b1a5b-a42c-4941-9d48-70d5f4c7da70 HTTP/1.1" 401 292 0.000425 10.0.0.22 - - [2026-03-23 02:06:08] "GET /api-access-list/485b1a5b-a42c-4941-9d48-70d5f4c7da70 HTTP/1.1" 200 1265 0.056546 10.0.0.22 - - [2026-03-23 02:06:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000329 10.0.0.22 - - [2026-03-23 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.059461 10.0.0.22 - - [2026-03-23 02:06:09] "GET /projects?obj_uuids=1c2ae5fb-de9f-4247-8036-06621677480f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001100 10.0.0.22 - - [2026-03-23 02:06:09] "GET /project/1c2ae5fb-de9f-4247-8036-06621677480f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.034195 10.0.0.22 - - [2026-03-23 02:06:09] "GET /virtual-networks?parent_id=1c2ae5fb-de9f-4247-8036-06621677480f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011571 10.0.0.22 - - [2026-03-23 02:06:09] "POST /virtual-networks HTTP/1.1" 200 568 0.059124 10.0.0.22 - - [2026-03-23 02:06:09] "POST /route-targets HTTP/1.1" 200 327 0.010003 10.0.0.22 - - [2026-03-23 02:06:09] "POST /ref-update HTTP/1.1" 200 156 0.011286 10.0.0.22 - - [2026-03-23 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.011915 10.0.0.22 - - [2026-03-23 02:06:09] "GET /network-ipam/e1774c10-14a9-41d1-859c-fc26fa428f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.009943 10.0.0.22 - - [2026-03-23 02:06:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004082 10.0.0.22 - - [2026-03-23 02:06:09] "POST /ref-update HTTP/1.1" 200 156 0.049365 10.0.0.22 - - [2026-03-23 02:06:09] "POST /neutron/network HTTP/1.1" 200 833 0.037896 10.0.0.22 - - [2026-03-23 02:06:09] "POST /neutron/network HTTP/1.1" 200 833 0.016777 10.0.0.22 - - [2026-03-23 02:06:09] "GET /virtual-network/4430e9ba-42e9-46b7-b6d5-a45e1a0ce400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.011423 10.0.0.22 - - [2026-03-23 02:06:09] "POST /neutron/network HTTP/1.1" 200 833 0.030514 10.0.0.22 - - [2026-03-23 02:06:09] "POST /neutron/subnet HTTP/1.1" 200 680 0.022931 10.0.0.22 - - [2026-03-23 02:06:09] "GET /virtual-network/4430e9ba-42e9-46b7-b6d5-a45e1a0ce400 HTTP/1.1" 401 292 0.000433 10.0.0.22 - - [2026-03-23 02:06:09] "GET /virtual-network/4430e9ba-42e9-46b7-b6d5-a45e1a0ce400 HTTP/1.1" 200 2268 0.038019 10.0.0.22 - - [2026-03-23 02:06:09] "GET /virtual-network/4430e9ba-42e9-46b7-b6d5-a45e1a0ce400 HTTP/1.1" 401 292 0.000350 10.0.0.22 - - [2026-03-23 02:06:10] "GET /virtual-network/4430e9ba-42e9-46b7-b6d5-a45e1a0ce400 HTTP/1.1" 200 2008 0.036913 10.0.0.22 - - [2026-03-23 02:06:10] "GET /obj-perms HTTP/1.1" 200 4915 0.058168 10.0.0.22 - - [2026-03-23 02:06:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000330 10.0.0.22 - - [2026-03-23 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.025773 10.0.0.22 - - [2026-03-23 02:06:11] "GET /virtual-network/4430e9ba-42e9-46b7-b6d5-a45e1a0ce400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.012452 10.0.0.22 - - [2026-03-23 02:06:11] "GET /obj-perms HTTP/1.1" 200 4915 0.008441 10.0.0.22 - - [2026-03-23 02:06:11] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.014072 10.0.0.22 - - [2026-03-23 02:06:11] "GET /obj-perms HTTP/1.1" 200 4915 0.061858 10.0.0.22 - - [2026-03-23 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002468 10.0.0.22 - - [2026-03-23 02:06:11] "GET /virtual-network/4430e9ba-42e9-46b7-b6d5-a45e1a0ce400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.019460 10.0.0.22 - - [2026-03-23 02:06:11] "GET /obj-perms HTTP/1.1" 200 4915 0.008192 10.0.0.22 - - [2026-03-23 02:06:11] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.014042 10.0.0.22 - - [2026-03-23 02:06:11] "POST /id-to-fqname HTTP/1.1" 401 292 0.000421 10.0.0.22 - - [2026-03-23 02:06:12] "POST /id-to-fqname HTTP/1.1" 200 230 0.033800 10.0.0.22 - - [2026-03-23 02:06:12] "POST /neutron/network HTTP/1.1" 200 843 0.043433 10.0.0.22 - - [2026-03-23 02:06:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000375 10.0.0.22 - - [2026-03-23 02:06:13] "GET / HTTP/1.1" 200 35931 0.001659 10.0.0.22 - - [2026-03-23 02:06:13] "GET /project/ea94e00a-ec54-4091-a88a-13fa285d5d99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000379 10.0.0.22 - - [2026-03-23 02:06:13] "GET /projects?obj_uuids=ea94e00a-ec54-4091-a88a-13fa285d5d99&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001001 10.0.0.22 - - [2026-03-23 02:06:13] "GET /project/ea94e00a-ec54-4091-a88a-13fa285d5d99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.047234 10.0.0.22 - - [2026-03-23 02:06:13] "POST /neutron/network HTTP/1.1" 200 833 0.005566 10.0.0.22 - - [2026-03-23 02:06:13] "POST /neutron/port HTTP/1.1" 200 117 0.026126 10.0.0.22 - - [2026-03-23 02:06:13] "POST /neutron/port HTTP/1.1" 200 117 0.005534 10.0.0.22 - - [2026-03-23 02:06:13] "POST /neutron/port HTTP/1.1" 200 117 0.004299 10.0.0.22 - - [2026-03-23 02:06:14] "POST /neutron/network HTTP/1.1" 200 843 0.018310 10.0.0.22 - - [2026-03-23 02:06:14] "POST /neutron/network HTTP/1.1" 200 833 0.017187 10.0.0.22 - - [2026-03-23 02:06:14] "GET /projects?obj_uuids=ea94e00a-ec54-4091-a88a-13fa285d5d99&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001464 10.0.0.22 - - [2026-03-23 02:06:14] "POST /neutron/port HTTP/1.1" 200 1056 0.336281 10.0.0.22 - - [2026-03-23 02:06:14] "POST /neutron/port HTTP/1.1" 200 1056 0.008824 10.0.0.22 - - [2026-03-23 02:06:14] "POST /neutron/port HTTP/1.1" 200 1056 0.008191 10.0.0.22 - - [2026-03-23 02:06:14] "POST /neutron/port HTTP/1.1" 200 1110 0.058619 10.0.0.22 - - [2026-03-23 02:06:14] "POST /neutron/port HTTP/1.1" 200 1120 0.013059 10.0.0.22 - - [2026-03-23 02:06:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003632 10.0.0.22 - - [2026-03-23 02:06:14] "POST /neutron/subnet HTTP/1.1" 200 654 0.006975 10.0.0.22 - - [2026-03-23 02:06:14] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.22 - - [2026-03-23 02:06:14] "POST /neutron/network HTTP/1.1" 200 833 0.005355 10.0.0.22 - - [2026-03-23 02:06:16] "POST /neutron/port HTTP/1.1" 200 1120 0.011360 10.0.0.22 - - [2026-03-23 02:06:16] "POST /neutron/port HTTP/1.1" 200 1120 0.012283 10.0.0.22 - - [2026-03-23 02:06:16] "POST /neutron/network HTTP/1.1" 200 843 0.005072 10.0.0.22 - - [2026-03-23 02:06:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002927 10.0.0.22 - - [2026-03-23 02:06:16] "POST /neutron/subnet HTTP/1.1" 200 654 0.006729 10.0.0.22 - - [2026-03-23 02:06:16] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.22 - - [2026-03-23 02:06:16] "POST /neutron/network HTTP/1.1" 200 833 0.004931 10.0.0.22 - - [2026-03-23 02:06:18] "POST /neutron/port HTTP/1.1" 200 1120 0.010247 10.0.0.22 - - [2026-03-23 02:06:18] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005389 10.0.0.22 - - [2026-03-23 02:06:18] "POST /neutron/port HTTP/1.1" 200 1120 0.010580 10.0.0.22 - - [2026-03-23 02:06:18] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005342 10.0.0.22 - - [2026-03-23 02:06:18] "POST /neutron/port HTTP/1.1" 200 1120 0.013522 10.0.0.22 - - [2026-03-23 02:06:18] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007153 10.0.0.22 - - [2026-03-23 02:06:18] "POST /neutron/port HTTP/1.1" 200 1120 0.014397 10.0.0.22 - - [2026-03-23 02:06:18] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005063 10.0.0.22 - - [2026-03-23 02:06:19] "GET /virtual-machine/2136f324-ecea-4b8f-b0ea-77970cb7895d HTTP/1.1" 200 1287 0.010444 10.0.0.22 - - [2026-03-23 02:06:19] "GET /virtual-machine/2136f324-ecea-4b8f-b0ea-77970cb7895d HTTP/1.1" 200 1287 0.009357 10.0.0.22 - - [2026-03-23 02:06:19] "GET /virtual-machine-interface/d92f8afa-56b1-4063-9e0c-d92ab3e50863 HTTP/1.1" 200 2531 0.012952 10.0.0.22 - - [2026-03-23 02:06:19] "GET /virtual-machine/2136f324-ecea-4b8f-b0ea-77970cb7895d HTTP/1.1" 200 1287 0.009817 10.0.0.22 - - [2026-03-23 02:06:19] "GET /virtual-machine-interface/d92f8afa-56b1-4063-9e0c-d92ab3e50863 HTTP/1.1" 200 2531 0.015001 10.0.0.22 - - [2026-03-23 02:06:19] "GET /instance-ip/941fdf7c-2637-4f8d-a840-d3cd29238e0d HTTP/1.1" 200 1627 0.011664 10.0.0.22 - - [2026-03-23 02:06:19] "GET /virtual-machine/2136f324-ecea-4b8f-b0ea-77970cb7895d HTTP/1.1" 200 1287 0.008859 10.0.0.22 - - [2026-03-23 02:06:19] "GET /virtual-machine-interface/d92f8afa-56b1-4063-9e0c-d92ab3e50863 HTTP/1.1" 200 2531 0.012263 10.0.0.22 - - [2026-03-23 02:06:19] "GET /instance-ip/941fdf7c-2637-4f8d-a840-d3cd29238e0d HTTP/1.1" 200 1627 0.009441 10.0.0.22 - - [2026-03-23 02:06:19] "POST /fqname-to-id HTTP/1.1" 403 339 0.008400 10.0.0.22 - - [2026-03-23 02:06:19] "GET / HTTP/1.1" 200 35931 0.001766 10.0.0.22 - - [2026-03-23 02:06:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000428 10.0.0.22 - - [2026-03-23 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.035557 10.0.0.22 - - [2026-03-23 02:06:19] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003708 10.0.0.22 - - [2026-03-23 02:06:19] "DELETE /project/ea94e00aec544091a88a13fa285d5d99 HTTP/1.1" 404 173 0.007643 10.0.0.22 - - [2026-03-23 02:06:19] "DELETE /project/c1333ea4dc5a444ab4541ec47872ec41 HTTP/1.1" 404 173 0.003802 10.0.0.22 - - [2026-03-23 02:06:19] "DELETE /project/1c2ae5fbde9f4247803606621677480f HTTP/1.1" 404 173 0.007071 10.0.0.22 - - [2026-03-23 02:06:19] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000889 10.0.0.22 - - [2026-03-23 02:06:19] "GET /project/ab0e08e4-60b1-4b96-9552-e1e21f8583db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.022166 10.0.0.22 - - [2026-03-23 02:06:19] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000810 10.0.0.22 - - [2026-03-23 02:06:19] "GET /virtual-networks?parent_id=ea94e00a-ec54-4091-a88a-13fa285d5d99&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011548 10.0.0.22 - - [2026-03-23 02:06:19] "POST /fqname-to-id HTTP/1.1" 403 339 0.007733 10.0.0.22 - - [2026-03-23 02:06:19] "GET /project/ab0e08e4-60b1-4b96-9552-e1e21f8583db?fields=security_groups HTTP/1.1" 200 1364 0.060118 10.0.0.22 - - [2026-03-23 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002248 10.0.0.22 - - [2026-03-23 02:06:19] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002311 10.0.0.22 - - [2026-03-23 02:06:19] "GET /virtual-networks?parent_id=ea94e00a-ec54-4091-a88a-13fa285d5d99&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015900 10.0.0.22 - - [2026-03-23 02:06:20] "DELETE /security-group/a0182d70-58ae-46c2-856f-740954387c43 HTTP/1.1" 200 115 0.046169 10.0.0.22 - - [2026-03-23 02:06:20] "DELETE /access-control-list/49482656-5a02-41fc-a4d7-cebfa07f404f HTTP/1.1" 200 115 0.029399 10.0.0.22 - - [2026-03-23 02:06:20] "GET /projects?obj_uuids=ab0e08e4-60b1-4b96-9552-e1e21f8583db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000903 10.0.0.22 - - [2026-03-23 02:06:20] "GET /project/ab0e08e4-60b1-4b96-9552-e1e21f8583db?fields=application_policy_sets HTTP/1.1" 200 1403 0.025471 10.0.0.22 - - [2026-03-23 02:06:20] "POST /fqname-to-id HTTP/1.1" 403 339 0.018100 10.0.0.22 - - [2026-03-23 02:06:20] "DELETE /access-control-list/b147a92e-87f1-4d78-95bf-1c697e7f3226 HTTP/1.1" 200 115 0.028572 10.0.0.22 - - [2026-03-23 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.001963 10.0.0.22 - - [2026-03-23 02:06:20] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005943 10.0.0.22 - - [2026-03-23 02:06:20] "DELETE /project/ab0e08e4-60b1-4b96-9552-e1e21f8583db HTTP/1.1" 200 115 0.296104 10.0.0.22 - - [2026-03-23 02:06:20] "GET /virtual-networks?parent_id=ea94e00a-ec54-4091-a88a-13fa285d5d99&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009465 10.0.0.22 - - [2026-03-23 02:06:20] "POST /fqname-to-id HTTP/1.1" 403 339 0.008652 10.0.0.22 - - [2026-03-23 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002473 10.0.0.22 - - [2026-03-23 02:06:20] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002726 10.0.0.22 - - [2026-03-23 02:06:20] "GET /virtual-networks?parent_id=ea94e00a-ec54-4091-a88a-13fa285d5d99&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009393 10.0.0.22 - - [2026-03-23 02:06:20] "POST /fqname-to-id HTTP/1.1" 403 339 0.010058 10.0.0.22 - - [2026-03-23 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002588 10.0.0.22 - - [2026-03-23 02:06:20] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002861 10.0.0.22 - - [2026-03-23 02:06:20] "GET /virtual-networks?parent_id=ea94e00a-ec54-4091-a88a-13fa285d5d99&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008881 10.0.0.22 - - [2026-03-23 02:06:23] "POST /neutron/port HTTP/1.1" 200 1120 0.011054 10.0.0.22 - - [2026-03-23 02:06:23] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004755 10.0.0.22 - - [2026-03-23 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.009155 10.0.0.22 - - [2026-03-23 02:06:23] "GET /virtual-network/4430e9ba-42e9-46b7-b6d5-a45e1a0ce400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.011150 10.0.0.22 - - [2026-03-23 02:06:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.009119 10.0.0.22 - - [2026-03-23 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.22 - - [2026-03-23 02:06:25] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002534 10.0.0.22 - - [2026-03-23 02:06:25] "GET /obj-perms HTTP/1.1" 200 5056 0.051097 10.0.0.22 - - [2026-03-23 02:06:25] "GET /virtual-networks?parent_id=ea94e00a-ec54-4091-a88a-13fa285d5d99&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010007 10.0.0.22 - - [2026-03-23 02:06:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.009276 10.0.0.22 - - [2026-03-23 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.001866 10.0.0.22 - - [2026-03-23 02:06:25] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002216 10.0.0.22 - - [2026-03-23 02:06:25] "GET /virtual-networks?parent_id=ea94e00a-ec54-4091-a88a-13fa285d5d99&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010204 10.0.0.22 - - [2026-03-23 02:06:25] "POST /fqname-to-id HTTP/1.1" 403 361 0.009447 10.0.0.22 - - [2026-03-23 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.22 - - [2026-03-23 02:06:25] "GET /routing-instance/c2c4ac29-b587-4c3b-addb-befb3e77c2da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004195 10.0.0.22 - - [2026-03-23 02:06:25] "GET /route-target/d3d7189a-21eb-47ee-9c49-1069c4a9bca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008690 10.0.0.22 - - [2026-03-23 02:06:25] "GET /route-target/d3d7189a-21eb-47ee-9c49-1069c4a9bca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006832 10.0.0.22 - - [2026-03-23 02:06:25] "GET /obj-perms HTTP/1.1" 200 5056 0.056469 10.0.0.22 - - [2026-03-23 02:06:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.009883 10.0.0.22 - - [2026-03-23 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002376 10.0.0.22 - - [2026-03-23 02:06:26] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003963 10.0.0.22 - - [2026-03-23 02:06:26] "GET /virtual-networks?parent_id=ea94e00a-ec54-4091-a88a-13fa285d5d99&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010434 10.0.0.22 - - [2026-03-23 02:06:26] "POST /fqname-to-id HTTP/1.1" 403 361 0.008774 10.0.0.22 - - [2026-03-23 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.22 - - [2026-03-23 02:06:26] "GET /routing-instance/c2c4ac29-b587-4c3b-addb-befb3e77c2da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003085 10.0.0.22 - - [2026-03-23 02:06:26] "GET /route-target/d3d7189a-21eb-47ee-9c49-1069c4a9bca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008219 10.0.0.22 - - [2026-03-23 02:06:26] "GET /route-target/d3d7189a-21eb-47ee-9c49-1069c4a9bca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002477 10.0.0.22 - - [2026-03-23 02:06:26] "GET /obj-perms HTTP/1.1" 200 4915 0.008844 10.0.0.22 - - [2026-03-23 02:06:26] "GET /virtual-machine/2136f324-ecea-4b8f-b0ea-77970cb7895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.008861 10.0.0.22 - - [2026-03-23 02:06:26] "GET /obj-perms HTTP/1.1" 200 4915 0.008602 10.0.0.22 - - [2026-03-23 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002541 10.0.0.22 - - [2026-03-23 02:06:26] "GET /virtual-machine-interface/d92f8afa-56b1-4063-9e0c-d92ab3e50863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.012899 10.0.0.22 - - [2026-03-23 02:06:26] "GET /obj-perms HTTP/1.1" 200 4915 0.008215 10.0.0.22 - - [2026-03-23 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002476 10.0.0.22 - - [2026-03-23 02:06:26] "GET /virtual-machine-interface/d92f8afa-56b1-4063-9e0c-d92ab3e50863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.012318 10.0.0.22 - - [2026-03-23 02:06:26] "GET /obj-perms HTTP/1.1" 200 4915 0.008958 10.0.0.22 - - [2026-03-23 02:06:26] "GET /virtual-machine/2136f324-ecea-4b8f-b0ea-77970cb7895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009552 10.0.0.22 - - [2026-03-23 02:06:26] "GET /obj-perms HTTP/1.1" 200 4915 0.009312 10.0.0.22 - - [2026-03-23 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002431 10.0.0.22 - - [2026-03-23 02:06:26] "GET /virtual-machine-interface/d92f8afa-56b1-4063-9e0c-d92ab3e50863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.014638 10.0.0.22 - - [2026-03-23 02:06:26] "GET /obj-perms HTTP/1.1" 200 4915 0.008447 10.0.0.22 - - [2026-03-23 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002405 10.0.0.22 - - [2026-03-23 02:06:27] "GET /virtual-network/4430e9ba-42e9-46b7-b6d5-a45e1a0ce400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.013229 10.0.0.22 - - [2026-03-23 02:06:27] "GET /obj-perms HTTP/1.1" 200 4915 0.008086 10.0.0.22 - - [2026-03-23 02:06:27] "GET /virtual-machine/2136f324-ecea-4b8f-b0ea-77970cb7895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009533 10.0.0.22 - - [2026-03-23 02:06:27] "GET /obj-perms HTTP/1.1" 200 4915 0.008417 10.0.0.22 - - [2026-03-23 02:06:27] "GET /obj-perms HTTP/1.1" 200 4915 0.009851 10.0.0.22 - - [2026-03-23 02:06:27] "GET /obj-perms HTTP/1.1" 200 4915 0.061329 10.0.0.22 - - [2026-03-23 02:06:27] "GET /obj-perms HTTP/1.1" 200 4915 0.008069 10.0.0.22 - - [2026-03-23 02:06:28] "GET /obj-perms HTTP/1.1" 200 5020 0.047222 10.0.0.22 - - [2026-03-23 02:06:28] "GET /obj-perms HTTP/1.1" 200 5020 0.003272 10.0.0.22 - - [2026-03-23 02:06:28] "GET /obj-perms HTTP/1.1" 200 4915 0.009447 10.0.0.22 - - [2026-03-23 02:06:28] "GET /obj-perms HTTP/1.1" 200 4915 0.007642 10.0.0.22 - - [2026-03-23 02:06:28] "GET /obj-perms HTTP/1.1" 200 4915 0.055231 10.0.0.22 - - [2026-03-23 02:06:28] "GET /obj-perms HTTP/1.1" 200 4915 0.007444 10.0.0.22 - - [2026-03-23 02:06:28] "GET /obj-perms HTTP/1.1" 200 5020 0.002639 10.0.0.22 - - [2026-03-23 02:06:28] "GET /obj-perms HTTP/1.1" 200 5020 0.004987 10.0.0.22 - - [2026-03-23 02:06:28] "GET /obj-perms HTTP/1.1" 200 4915 0.010391 10.0.0.22 - - [2026-03-23 02:06:28] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.011829 10.0.0.22 - - [2026-03-23 02:06:29] "GET /virtual-machine/2136f324-ecea-4b8f-b0ea-77970cb7895d HTTP/1.1" 200 1287 0.025902 10.0.0.22 - - [2026-03-23 02:06:29] "POST /neutron/port HTTP/1.1" 200 1120 0.010627 10.0.0.22 - - [2026-03-23 02:06:29] "POST /neutron/port HTTP/1.1" 200 1110 0.008448 10.0.0.22 - - [2026-03-23 02:06:29] "POST /neutron/port HTTP/1.1" 200 151 0.077997 10.0.0.22 - - [2026-03-23 02:06:31] "GET /virtual-machine/2136f324-ecea-4b8f-b0ea-77970cb7895d HTTP/1.1" 404 171 0.008034 10.0.0.22 - - [2026-03-23 02:06:31] "GET /virtual-machine/2136f324-ecea-4b8f-b0ea-77970cb7895d HTTP/1.1" 404 171 0.006627 10.0.0.22 - - [2026-03-23 02:06:31] "GET /virtual-machine/2136f324-ecea-4b8f-b0ea-77970cb7895d HTTP/1.1" 404 171 0.007053 10.0.0.22 - - [2026-03-23 02:06:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.008339 10.0.0.22 - - [2026-03-23 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001967 10.0.0.22 - - [2026-03-23 02:06:31] "GET /global-vrouter-config/b7d8e7bf-c01f-4dd9-84fc-84030ac7cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002265 10.0.0.22 - - [2026-03-23 02:06:31] "GET /virtual-networks?parent_id=ea94e00a-ec54-4091-a88a-13fa285d5d99&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008131 10.0.0.22 - - [2026-03-23 02:06:31] "POST /fqname-to-id HTTP/1.1" 403 361 0.007606 10.0.0.22 - - [2026-03-23 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.22 - - [2026-03-23 02:06:31] "GET /routing-instance/c2c4ac29-b587-4c3b-addb-befb3e77c2da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003101 10.0.0.22 - - [2026-03-23 02:06:31] "GET /route-target/d3d7189a-21eb-47ee-9c49-1069c4a9bca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008261 10.0.0.22 - - [2026-03-23 02:06:31] "GET /route-target/d3d7189a-21eb-47ee-9c49-1069c4a9bca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002471 10.0.0.22 - - [2026-03-23 02:06:31] "GET /obj-perms HTTP/1.1" 200 4915 0.008161 10.0.0.22 - - [2026-03-23 02:06:31] "GET /obj-perms HTTP/1.1" 200 4915 0.007546 10.0.0.22 - - [2026-03-23 02:06:31] "GET /obj-perms HTTP/1.1" 200 4915 0.067824 10.0.0.22 - - [2026-03-23 02:06:31] "GET /obj-perms HTTP/1.1" 200 4915 0.008196 10.0.0.22 - - [2026-03-23 02:06:31] "GET /obj-perms HTTP/1.1" 200 5020 0.002825 10.0.0.22 - - [2026-03-23 02:06:34] "GET /obj-perms HTTP/1.1" 200 5020 0.003043 10.0.0.22 - - [2026-03-23 02:06:37] "GET /obj-perms HTTP/1.1" 200 5020 0.003550 10.0.0.22 - - [2026-03-23 02:06:40] "GET /obj-perms HTTP/1.1" 200 5020 0.003506 10.0.0.22 - - [2026-03-23 02:06:43] "GET /obj-perms HTTP/1.1" 200 5020 0.003186 10.0.0.22 - - [2026-03-23 02:06:46] "GET /obj-perms HTTP/1.1" 200 5020 0.002926 10.0.0.22 - - [2026-03-23 02:06:49] "GET /obj-perms HTTP/1.1" 200 5020 0.002736 10.0.0.22 - - [2026-03-23 02:06:52] "GET /obj-perms HTTP/1.1" 200 5020 0.002833 10.0.0.22 - - [2026-03-23 02:06:56] "GET /obj-perms HTTP/1.1" 200 5020 0.002825 10.0.0.22 - - [2026-03-23 02:06:59] "GET /obj-perms HTTP/1.1" 200 5020 0.003308 10.0.0.22 - - [2026-03-23 02:07:02] "GET /obj-perms HTTP/1.1" 200 5020 0.002992 10.0.0.22 - - [2026-03-23 02:07:05] "GET /obj-perms HTTP/1.1" 200 5020 0.002789 10.0.0.22 - - [2026-03-23 02:07:08] "GET /obj-perms HTTP/1.1" 200 5020 0.002895 10.0.0.22 - - [2026-03-23 02:07:11] "GET /obj-perms HTTP/1.1" 200 5020 0.002913 10.0.0.22 - - [2026-03-23 02:07:14] "GET /obj-perms HTTP/1.1" 200 5020 0.003447 10.0.0.22 - - [2026-03-23 02:07:17] "GET /obj-perms HTTP/1.1" 200 5020 0.003254 10.0.0.22 - - [2026-03-23 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.22 - - [2026-03-23 02:07:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002617 10.0.0.22 - - [2026-03-23 02:07:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001699 10.0.0.22 - - [2026-03-23 02:07:17] "DELETE /virtual-network/4430e9ba-42e9-46b7-b6d5-a45e1a0ce400 HTTP/1.1" 200 115 0.070445 10.0.0.22 - - [2026-03-23 02:07:17] "DELETE /route-target/d3d7189a-21eb-47ee-9c49-1069c4a9bca6 HTTP/1.1" 200 115 0.019516 10.0.0.22 - - [2026-03-23 02:07:17] "DELETE /api-access-list/485b1a5b-a42c-4941-9d48-70d5f4c7da70 HTTP/1.1" 200 115 0.019297 10.0.0.22 - - [2026-03-23 02:07:17] "GET /api-access-list/485b1a5b-a42c-4941-9d48-70d5f4c7da70 HTTP/1.1" 404 171 0.001981 10.0.0.22 - - [2026-03-23 02:07:17] "GET /projects?obj_uuids=ea94e00a-ec54-4091-a88a-13fa285d5d99&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000949 10.0.0.22 - - [2026-03-23 02:07:17] "GET /project/ea94e00a-ec54-4091-a88a-13fa285d5d99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.019480 10.0.0.22 - - [2026-03-23 02:07:17] "GET /projects?obj_uuids=ea94e00a-ec54-4091-a88a-13fa285d5d99&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000991 10.0.0.22 - - [2026-03-23 02:07:17] "GET /project/ea94e00a-ec54-4091-a88a-13fa285d5d99?fields=virtual_networks HTTP/1.1" 200 1023 0.061883 10.0.0.22 - - [2026-03-23 02:07:17] "GET /projects?obj_uuids=ea94e00a-ec54-4091-a88a-13fa285d5d99&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000952 10.0.0.22 - - [2026-03-23 02:07:17] "GET /project/ea94e00a-ec54-4091-a88a-13fa285d5d99?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.025083 10.0.0.22 - - [2026-03-23 02:07:17] "GET /projects?obj_uuids=ea94e00a-ec54-4091-a88a-13fa285d5d99&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000952 10.0.0.22 - - [2026-03-23 02:07:17] "GET /project/ea94e00a-ec54-4091-a88a-13fa285d5d99?fields=security_groups HTTP/1.1" 200 1244 0.019433 10.0.0.22 - - [2026-03-23 02:07:18] "GET /projects?obj_uuids=1c2ae5fb-de9f-4247-8036-06621677480f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001001 10.0.0.22 - - [2026-03-23 02:07:18] "GET /project/1c2ae5fb-de9f-4247-8036-06621677480f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.023973 10.0.0.22 - - [2026-03-23 02:07:18] "GET /projects?obj_uuids=1c2ae5fb-de9f-4247-8036-06621677480f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000938 10.0.0.22 - - [2026-03-23 02:07:18] "GET /project/1c2ae5fb-de9f-4247-8036-06621677480f?fields=virtual_networks HTTP/1.1" 200 1021 0.064843 10.0.0.22 - - [2026-03-23 02:07:18] "GET /projects?obj_uuids=1c2ae5fb-de9f-4247-8036-06621677480f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000926 10.0.0.22 - - [2026-03-23 02:07:18] "GET /project/1c2ae5fb-de9f-4247-8036-06621677480f?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.019766 10.0.0.22 - - [2026-03-23 02:07:18] "GET /projects?obj_uuids=1c2ae5fb-de9f-4247-8036-06621677480f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000991 10.0.0.22 - - [2026-03-23 02:07:18] "GET /project/1c2ae5fb-de9f-4247-8036-06621677480f?fields=security_groups HTTP/1.1" 200 1242 0.021562 10.0.0.22 - - [2026-03-23 02:07:19] "GET /api-access-list/7e5f81a4-3dc6-4012-b7df-a597deb5b319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003260 10.0.0.22 - - [2026-03-23 02:07:19] "PUT /api-access-list/7e5f81a4-3dc6-4012-b7df-a597deb5b319 HTTP/1.1" 200 264 0.008023 10.0.0.22 - - [2026-03-23 02:07:19] "GET /projects?obj_uuids=c1333ea4-dc5a-444a-b454-1ec47872ec41&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000966 10.0.0.22 - - [2026-03-23 02:07:19] "GET /project/c1333ea4-dc5a-444a-b454-1ec47872ec41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.023316 10.0.0.22 - - [2026-03-23 02:07:19] "GET /projects?obj_uuids=c1333ea4-dc5a-444a-b454-1ec47872ec41&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000912 10.0.0.22 - - [2026-03-23 02:07:19] "GET /project/c1333ea4-dc5a-444a-b454-1ec47872ec41?fields=virtual_networks HTTP/1.1" 200 1023 0.061987 10.0.0.22 - - [2026-03-23 02:07:19] "GET /projects?obj_uuids=c1333ea4-dc5a-444a-b454-1ec47872ec41&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001036 10.0.0.22 - - [2026-03-23 02:07:19] "GET /project/c1333ea4-dc5a-444a-b454-1ec47872ec41?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.019445 10.0.0.22 - - [2026-03-23 02:07:19] "GET /projects?obj_uuids=c1333ea4-dc5a-444a-b454-1ec47872ec41&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000952 10.0.0.22 - - [2026-03-23 02:07:19] "GET /project/c1333ea4-dc5a-444a-b454-1ec47872ec41?fields=security_groups HTTP/1.1" 200 1244 0.024175 10.0.0.22 - - [2026-03-23 02:07:20] "GET /projects?obj_uuids=1c2ae5fb-de9f-4247-8036-06621677480f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000878 10.0.0.22 - - [2026-03-23 02:07:20] "GET /projects?obj_uuids=ea94e00a-ec54-4091-a88a-13fa285d5d99&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000738 10.0.0.22 - - [2026-03-23 02:07:20] "GET /project/ea94e00a-ec54-4091-a88a-13fa285d5d99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.033884 10.0.0.22 - - [2026-03-23 02:07:20] "GET /project/1c2ae5fb-de9f-4247-8036-06621677480f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.037989 10.0.0.22 - - [2026-03-23 02:07:20] "GET /projects?obj_uuids=1c2ae5fb-de9f-4247-8036-06621677480f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001163 10.0.0.22 - - [2026-03-23 02:07:20] "GET /projects?obj_uuids=ea94e00a-ec54-4091-a88a-13fa285d5d99&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001032 10.0.0.22 - - [2026-03-23 02:07:20] "GET /project/ea94e00a-ec54-4091-a88a-13fa285d5d99?fields=security_groups HTTP/1.1" 200 1349 0.035360 10.0.0.22 - - [2026-03-23 02:07:20] "GET /project/1c2ae5fb-de9f-4247-8036-06621677480f?fields=security_groups HTTP/1.1" 200 1347 0.042260 10.0.0.22 - - [2026-03-23 02:07:20] "DELETE /security-group/f9c67496-aeb8-4d92-a8c9-30a0808974a2 HTTP/1.1" 200 115 0.051579 10.0.0.22 - - [2026-03-23 02:07:20] "GET /projects?obj_uuids=ea94e00a-ec54-4091-a88a-13fa285d5d99&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000986 10.0.0.22 - - [2026-03-23 02:07:20] "DELETE /access-control-list/caab98ae-2087-4de0-ba67-694a4fd199f6 HTTP/1.1" 200 115 0.042648 10.0.0.22 - - [2026-03-23 02:07:20] "DELETE /security-group/3e83bd78-d65d-4281-9b1a-2f0b318bccc9 HTTP/1.1" 200 115 0.070998 10.0.0.22 - - [2026-03-23 02:07:20] "GET /project/ea94e00a-ec54-4091-a88a-13fa285d5d99?fields=application_policy_sets HTTP/1.1" 200 1388 0.045494 10.0.0.22 - - [2026-03-23 02:07:20] "GET /projects?obj_uuids=1c2ae5fb-de9f-4247-8036-06621677480f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001040 10.0.0.22 - - [2026-03-23 02:07:20] "DELETE /access-control-list/15d77c09-9d0e-4d7c-ac02-0277510f8b5e HTTP/1.1" 200 115 0.045015 10.0.0.22 - - [2026-03-23 02:07:20] "GET /project/1c2ae5fb-de9f-4247-8036-06621677480f?fields=application_policy_sets HTTP/1.1" 200 1386 0.049976 10.0.0.22 - - [2026-03-23 02:07:20] "DELETE /access-control-list/082c47b9-1f75-412a-a36c-2639067663f3 HTTP/1.1" 200 115 0.037273 10.0.0.22 - - [2026-03-23 02:07:20] "DELETE /access-control-list/700abf08-eb25-4bca-9f00-1cdf1c33a187 HTTP/1.1" 200 115 0.032568 10.0.0.22 - - [2026-03-23 02:07:20] "DELETE /project/ea94e00a-ec54-4091-a88a-13fa285d5d99 HTTP/1.1" 200 115 0.354884 10.0.0.22 - - [2026-03-23 02:07:20] "DELETE /project/1c2ae5fb-de9f-4247-8036-06621677480f HTTP/1.1" 200 115 0.383621 10.0.0.22 - - [2026-03-23 02:07:20] "POST /fqname-to-id HTTP/1.1" 404 188 0.028218 10.0.0.22 - - [2026-03-23 02:07:20] "GET /projects?obj_uuids=a0890db3-8945-4e99-b050-efc1ff5d8597&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001945 10.0.0.22 - - [2026-03-23 02:07:20] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.22 - - [2026-03-23 02:07:20] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006240 10.0.0.22 - - [2026-03-23 02:07:20] "POST /id-to-fqname HTTP/1.1" 200 190 0.002775 10.0.0.22 - - [2026-03-23 02:07:20] "POST /fqname-to-id HTTP/1.1" 404 199 0.005110 10.0.0.22 - - [2026-03-23 02:07:20] "POST /security-groups HTTP/1.1" 200 591 0.059610 10.0.0.22 - - [2026-03-23 02:07:21] "POST /fqname-to-id HTTP/1.1" 404 234 0.002271 10.0.0.22 - - [2026-03-23 02:07:21] "POST /projects HTTP/1.1" 200 585 0.208123 10.0.0.22 - - [2026-03-23 02:07:21] "POST /access-control-lists HTTP/1.1" 200 596 0.054756 10.0.0.22 - - [2026-03-23 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.281573 10.0.0.22 - - [2026-03-23 02:07:21] "POST /fqname-to-id HTTP/1.1" 404 233 0.002443 10.0.0.22 - - [2026-03-23 02:07:21] "GET /project/a0890db3-8945-4e99-b050-efc1ff5d8597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.404365 10.0.0.22 - - [2026-03-23 02:07:21] "POST /access-control-lists HTTP/1.1" 200 594 0.056871 10.0.0.22 - - [2026-03-23 02:07:22] "GET / HTTP/1.1" 200 35931 0.001905 10.0.0.22 - - [2026-03-23 02:07:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000409 10.0.0.22 - - [2026-03-23 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.030172 10.0.0.22 - - [2026-03-23 02:07:24] "GET /api-access-list/7e5f81a4-3dc6-4012-b7df-a597deb5b319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002458 10.0.0.22 - - [2026-03-23 02:07:24] "GET /api-access-list/7e5f81a4-3dc6-4012-b7df-a597deb5b319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002892 10.0.0.22 - - [2026-03-23 02:07:24] "GET /api-access-list/7e5f81a4-3dc6-4012-b7df-a597deb5b319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002959 10.0.0.22 - - [2026-03-23 02:07:24] "PUT /api-access-list/7e5f81a4-3dc6-4012-b7df-a597deb5b319 HTTP/1.1" 200 264 0.007541 10.0.0.22 - - [2026-03-23 02:07:24] "GET /aaa-mode HTTP/1.1" 200 128 0.001018 10.0.0.22 - - [2026-03-23 02:07:25] "POST /fqname-to-id HTTP/1.1" 404 188 0.022599 10.0.0.22 - - [2026-03-23 02:07:25] "GET /projects?obj_uuids=ad3cfa23-d352-498a-8bd8-d14f31eeecb8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002019 10.0.0.22 - - [2026-03-23 02:07:25] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.22 - - [2026-03-23 02:07:25] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006444 10.0.0.22 - - [2026-03-23 02:07:25] "POST /id-to-fqname HTTP/1.1" 200 190 0.001073 10.0.0.22 - - [2026-03-23 02:07:25] "POST /fqname-to-id HTTP/1.1" 404 199 0.001966 10.0.0.22 - - [2026-03-23 02:07:25] "POST /security-groups HTTP/1.1" 200 591 0.064098 10.0.0.22 - - [2026-03-23 02:07:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.002125 10.0.0.22 - - [2026-03-23 02:07:25] "POST /projects HTTP/1.1" 200 585 0.202232 10.0.0.22 - - [2026-03-23 02:07:25] "POST /access-control-lists HTTP/1.1" 200 596 0.055910 10.0.0.22 - - [2026-03-23 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.271649 10.0.0.22 - - [2026-03-23 02:07:25] "POST /fqname-to-id HTTP/1.1" 404 233 0.003012 10.0.0.22 - - [2026-03-23 02:07:25] "GET /project/ad3cfa23-d352-498a-8bd8-d14f31eeecb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.382454 10.0.0.22 - - [2026-03-23 02:07:25] "POST /access-control-lists HTTP/1.1" 200 594 0.060347 10.0.0.22 - - [2026-03-23 02:07:25] "POST /fqname-to-id HTTP/1.1" 404 188 0.020752 10.0.0.22 - - [2026-03-23 02:07:25] "GET /projects?obj_uuids=860bd86e-8566-4e0c-951a-d4e4ceb61ba9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001937 10.0.0.22 - - [2026-03-23 02:07:26] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.22 - - [2026-03-23 02:07:26] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005729 10.0.0.22 - - [2026-03-23 02:07:26] "GET /obj-perms HTTP/1.1" 200 5056 0.068431 10.0.0.22 - - [2026-03-23 02:07:26] "POST /id-to-fqname HTTP/1.1" 200 190 0.001926 10.0.0.22 - - [2026-03-23 02:07:26] "POST /fqname-to-id HTTP/1.1" 404 199 0.002337 10.0.0.22 - - [2026-03-23 02:07:26] "POST /security-groups HTTP/1.1" 200 591 0.059921 10.0.0.22 - - [2026-03-23 02:07:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.002499 10.0.0.22 - - [2026-03-23 02:07:26] "POST /projects HTTP/1.1" 200 585 0.210260 10.0.0.22 - - [2026-03-23 02:07:26] "POST /access-control-lists HTTP/1.1" 200 596 0.058178 10.0.0.22 - - [2026-03-23 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.281753 10.0.0.22 - - [2026-03-23 02:07:26] "POST /fqname-to-id HTTP/1.1" 404 233 0.002302 10.0.0.22 - - [2026-03-23 02:07:26] "GET /project/860bd86e-8566-4e0c-951a-d4e4ceb61ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.665348 10.0.0.22 - - [2026-03-23 02:07:26] "GET /obj-perms HTTP/1.1" 200 5056 0.065457 10.0.0.22 - - [2026-03-23 02:07:26] "POST /access-control-lists HTTP/1.1" 200 594 0.056945 10.0.0.22 - - [2026-03-23 02:07:27] "GET / HTTP/1.1" 200 35931 0.001806 10.0.0.22 - - [2026-03-23 02:07:27] "GET / HTTP/1.1" 200 35931 0.001452 10.0.0.22 - - [2026-03-23 02:07:28] "POST /fqname-to-id HTTP/1.1" 404 183 0.002518 10.0.0.22 - - [2026-03-23 02:07:28] "POST /api-access-lists HTTP/1.1" 200 521 0.012081 10.0.0.22 - - [2026-03-23 02:07:28] "GET /api-access-list/4e349987-f3bf-433c-a328-f81f7d8c26c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.003652 10.0.0.22 - - [2026-03-23 02:07:28] "GET /api-access-list/4e349987-f3bf-433c-a328-f81f7d8c26c7 HTTP/1.1" 401 292 0.000385 10.0.0.22 - - [2026-03-23 02:07:28] "GET /api-access-list/4e349987-f3bf-433c-a328-f81f7d8c26c7 HTTP/1.1" 200 1289 0.057583 10.0.0.22 - - [2026-03-23 02:07:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000355 10.0.0.22 - - [2026-03-23 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.039255 10.0.0.22 - - [2026-03-23 02:07:29] "GET /projects?obj_uuids=ad3cfa23-d352-498a-8bd8-d14f31eeecb8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001020 10.0.0.22 - - [2026-03-23 02:07:29] "GET /project/ad3cfa23-d352-498a-8bd8-d14f31eeecb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.037179 10.0.0.22 - - [2026-03-23 02:07:29] "GET /virtual-networks?parent_id=ad3cfa23-d352-498a-8bd8-d14f31eeecb8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010045 10.0.0.22 - - [2026-03-23 02:07:29] "POST /virtual-networks HTTP/1.1" 200 583 0.047613 10.0.0.22 - - [2026-03-23 02:07:29] "POST /route-targets HTTP/1.1" 200 327 0.009025 10.0.0.22 - - [2026-03-23 02:07:29] "POST /ref-update HTTP/1.1" 200 156 0.010643 10.0.0.22 - - [2026-03-23 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.010648 10.0.0.22 - - [2026-03-23 02:07:29] "GET /network-ipam/e1774c10-14a9-41d1-859c-fc26fa428f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.009444 10.0.0.22 - - [2026-03-23 02:07:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003111 10.0.0.22 - - [2026-03-23 02:07:29] "POST /ref-update HTTP/1.1" 200 156 0.044720 10.0.0.22 - - [2026-03-23 02:07:29] "POST /neutron/network HTTP/1.1" 200 846 0.041536 10.0.0.22 - - [2026-03-23 02:07:29] "POST /neutron/network HTTP/1.1" 200 846 0.015743 10.0.0.22 - - [2026-03-23 02:07:29] "GET /virtual-network/6f63f85b-055e-477a-8a88-b14b6b4d311a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2006 0.014419 10.0.0.22 - - [2026-03-23 02:07:29] "POST /neutron/network HTTP/1.1" 200 846 0.017582 10.0.0.22 - - [2026-03-23 02:07:29] "POST /neutron/subnet HTTP/1.1" 200 669 0.023978 10.0.0.22 - - [2026-03-23 02:07:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.22 - - [2026-03-23 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.034117 10.0.0.22 - - [2026-03-23 02:07:30] "GET /projects?obj_uuids=860bd86e-8566-4e0c-951a-d4e4ceb61ba9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001050 10.0.0.22 - - [2026-03-23 02:07:30] "GET /project/860bd86e-8566-4e0c-951a-d4e4ceb61ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.041799 10.0.0.22 - - [2026-03-23 02:07:30] "GET /virtual-networks?parent_id=860bd86e-8566-4e0c-951a-d4e4ceb61ba9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011821 10.0.0.22 - - [2026-03-23 02:07:30] "POST /virtual-networks HTTP/1.1" 200 583 0.065256 10.0.0.22 - - [2026-03-23 02:07:30] "POST /route-targets HTTP/1.1" 200 327 0.011707 10.0.0.22 - - [2026-03-23 02:07:30] "POST /ref-update HTTP/1.1" 200 156 0.013361 10.0.0.22 - - [2026-03-23 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.022850 10.0.0.22 - - [2026-03-23 02:07:30] "GET /network-ipam/e1774c10-14a9-41d1-859c-fc26fa428f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.010517 10.0.0.22 - - [2026-03-23 02:07:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003194 10.0.0.22 - - [2026-03-23 02:07:30] "POST /ref-update HTTP/1.1" 200 156 0.042443 10.0.0.22 - - [2026-03-23 02:07:30] "POST /neutron/network HTTP/1.1" 200 847 0.042480 10.0.0.22 - - [2026-03-23 02:07:30] "POST /neutron/network HTTP/1.1" 200 847 0.017906 10.0.0.22 - - [2026-03-23 02:07:30] "GET /virtual-network/0da7c7fa-b393-4ceb-be3d-802a64ff8c09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.011728 10.0.0.22 - - [2026-03-23 02:07:30] "POST /neutron/network HTTP/1.1" 200 847 0.016132 10.0.0.22 - - [2026-03-23 02:07:30] "POST /neutron/subnet HTTP/1.1" 200 674 0.021145 10.0.0.22 - - [2026-03-23 02:07:30] "GET /virtual-network/6f63f85b-055e-477a-8a88-b14b6b4d311a HTTP/1.1" 401 292 0.000429 10.0.0.22 - - [2026-03-23 02:07:31] "GET /virtual-network/6f63f85b-055e-477a-8a88-b14b6b4d311a HTTP/1.1" 200 2306 0.036316 10.0.0.22 - - [2026-03-23 02:07:31] "GET /virtual-network/6f63f85b-055e-477a-8a88-b14b6b4d311a HTTP/1.1" 401 292 0.000370 10.0.0.22 - - [2026-03-23 02:07:31] "GET /virtual-network/6f63f85b-055e-477a-8a88-b14b6b4d311a HTTP/1.1" 403 376 0.031791 10.0.0.22 - - [2026-03-23 02:07:31] "GET /virtual-network/6f63f85b-055e-477a-8a88-b14b6b4d311a HTTP/1.1" 200 2306 0.004472 10.0.0.22 - - [2026-03-23 02:07:31] "GET /virtual-networks HTTP/1.1" 200 371 0.015211 10.0.0.22 - - [2026-03-23 02:07:31] "GET /virtual-networks HTTP/1.1" 200 371 0.013625 10.0.0.22 - - [2026-03-23 02:07:31] "GET /obj-perms HTTP/1.1" 403 257 0.031244 10.0.0.22 - - [2026-03-23 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002283 10.0.0.22 - - [2026-03-23 02:07:31] "GET /virtual-network/6f63f85b-055e-477a-8a88-b14b6b4d311a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2006 0.012611 10.0.0.22 - - [2026-03-23 02:07:32] "GET /obj-perms HTTP/1.1" 403 257 0.034957 10.0.0.22 - - [2026-03-23 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002106 10.0.0.22 - - [2026-03-23 02:07:32] "GET /virtual-network/6f63f85b-055e-477a-8a88-b14b6b4d311a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.007323 10.0.0.22 - - [2026-03-23 02:07:32] "GET /obj-perms HTTP/1.1" 200 5030 0.046362 10.0.0.22 - - [2026-03-23 02:07:32] "GET /obj-perms HTTP/1.1" 403 257 0.007588 10.0.0.22 - - [2026-03-23 02:07:32] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017361 10.0.0.22 - - [2026-03-23 02:07:32] "GET /obj-perms HTTP/1.1" 403 257 0.007770 10.0.0.22 - - [2026-03-23 02:07:32] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.016904 10.0.0.22 - - [2026-03-23 02:07:32] "GET /obj-perms HTTP/1.1" 200 5030 0.003377 10.0.0.22 - - [2026-03-23 02:07:32] "PUT /virtual-network/6f63f85b-055e-477a-8a88-b14b6b4d311a HTTP/1.1" 200 264 0.026893 10.0.0.22 - - [2026-03-23 02:07:32] "GET /virtual-networks HTTP/1.1" 200 132 0.016676 10.0.0.22 - - [2026-03-23 02:07:33] "GET /virtual-networks HTTP/1.1" 200 611 0.013504 10.0.0.22 - - [2026-03-23 02:07:33] "GET /virtual-networks HTTP/1.1" 200 1429 0.002226 10.0.0.22 - - [2026-03-23 02:07:33] "GET /obj-perms HTTP/1.1" 403 257 0.005729 10.0.0.22 - - [2026-03-23 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002136 10.0.0.22 - - [2026-03-23 02:07:33] "GET /virtual-network/6f63f85b-055e-477a-8a88-b14b6b4d311a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009578 10.0.0.22 - - [2026-03-23 02:07:33] "GET /obj-perms HTTP/1.1" 403 257 0.028441 10.0.0.22 - - [2026-03-23 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002147 10.0.0.22 - - [2026-03-23 02:07:33] "GET /virtual-network/6f63f85b-055e-477a-8a88-b14b6b4d311a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009112 10.0.0.22 - - [2026-03-23 02:07:33] "GET /obj-perms HTTP/1.1" 403 257 0.007342 10.0.0.22 - - [2026-03-23 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.22 - - [2026-03-23 02:07:33] "GET /virtual-network/6f63f85b-055e-477a-8a88-b14b6b4d311a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.012546 10.0.0.22 - - [2026-03-23 02:07:33] "GET /obj-perms HTTP/1.1" 200 5030 0.003025 10.0.0.22 - - [2026-03-23 02:07:33] "GET /obj-perms HTTP/1.1" 403 257 0.006540 10.0.0.22 - - [2026-03-23 02:07:33] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016214 10.0.0.22 - - [2026-03-23 02:07:33] "GET /obj-perms HTTP/1.1" 403 257 0.007149 10.0.0.22 - - [2026-03-23 02:07:33] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.017078 10.0.0.22 - - [2026-03-23 02:07:34] "GET /obj-perms HTTP/1.1" 200 5030 0.003366 10.0.0.22 - - [2026-03-23 02:07:34] "PUT /virtual-network/6f63f85b-055e-477a-8a88-b14b6b4d311a HTTP/1.1" 200 264 0.026323 10.0.0.22 - - [2026-03-23 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002404 10.0.0.22 - - [2026-03-23 02:07:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003180 10.0.0.22 - - [2026-03-23 02:07:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001817 10.0.0.22 - - [2026-03-23 02:07:34] "DELETE /virtual-network/0da7c7fa-b393-4ceb-be3d-802a64ff8c09 HTTP/1.1" 200 115 0.070030 10.0.0.22 - - [2026-03-23 02:07:34] "DELETE /route-target/4f9ea240-3832-4302-aa2d-b29ef409db40 HTTP/1.1" 200 115 0.019259 10.0.0.22 - - [2026-03-23 02:07:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003447 10.0.0.22 - - [2026-03-23 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.22 - - [2026-03-23 02:07:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001388 10.0.0.22 - - [2026-03-23 02:07:34] "DELETE /virtual-network/6f63f85b-055e-477a-8a88-b14b6b4d311a HTTP/1.1" 200 115 0.071780 10.0.0.22 - - [2026-03-23 02:07:34] "DELETE /route-target/c5dd2604-6275-4de7-b2fc-c9e525fd6aca HTTP/1.1" 200 115 0.016882 10.0.0.22 - - [2026-03-23 02:07:34] "DELETE /api-access-list/4e349987-f3bf-433c-a328-f81f7d8c26c7 HTTP/1.1" 200 115 0.022442 10.0.0.22 - - [2026-03-23 02:07:34] "GET /api-access-list/4e349987-f3bf-433c-a328-f81f7d8c26c7 HTTP/1.1" 404 171 0.003968 10.0.0.22 - - [2026-03-23 02:07:34] "GET /projects?obj_uuids=860bd86e-8566-4e0c-951a-d4e4ceb61ba9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001063 10.0.0.22 - - [2026-03-23 02:07:34] "GET /project/860bd86e-8566-4e0c-951a-d4e4ceb61ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.020966 10.0.0.22 - - [2026-03-23 02:07:34] "GET /projects?obj_uuids=860bd86e-8566-4e0c-951a-d4e4ceb61ba9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000874 10.0.0.22 - - [2026-03-23 02:07:34] "GET /project/860bd86e-8566-4e0c-951a-d4e4ceb61ba9?fields=virtual_networks HTTP/1.1" 200 1032 0.061540 10.0.0.22 - - [2026-03-23 02:07:34] "GET /projects?obj_uuids=860bd86e-8566-4e0c-951a-d4e4ceb61ba9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001231 10.0.0.22 - - [2026-03-23 02:07:34] "GET /project/860bd86e-8566-4e0c-951a-d4e4ceb61ba9?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.020920 10.0.0.22 - - [2026-03-23 02:07:34] "GET /projects?obj_uuids=860bd86e-8566-4e0c-951a-d4e4ceb61ba9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000962 10.0.0.22 - - [2026-03-23 02:07:34] "GET /project/860bd86e-8566-4e0c-951a-d4e4ceb61ba9?fields=security_groups HTTP/1.1" 200 1258 0.024884 10.0.0.22 - - [2026-03-23 02:07:35] "GET /projects?obj_uuids=ad3cfa23-d352-498a-8bd8-d14f31eeecb8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000929 10.0.0.22 - - [2026-03-23 02:07:35] "GET /project/ad3cfa23-d352-498a-8bd8-d14f31eeecb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.021609 10.0.0.22 - - [2026-03-23 02:07:35] "GET /projects?obj_uuids=ad3cfa23-d352-498a-8bd8-d14f31eeecb8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.22 - - [2026-03-23 02:07:35] "GET /project/ad3cfa23-d352-498a-8bd8-d14f31eeecb8?fields=virtual_networks HTTP/1.1" 200 1033 0.063743 10.0.0.22 - - [2026-03-23 02:07:35] "GET /projects?obj_uuids=ad3cfa23-d352-498a-8bd8-d14f31eeecb8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000918 10.0.0.22 - - [2026-03-23 02:07:35] "GET /project/ad3cfa23-d352-498a-8bd8-d14f31eeecb8?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.025828 10.0.0.22 - - [2026-03-23 02:07:35] "GET /projects?obj_uuids=ad3cfa23-d352-498a-8bd8-d14f31eeecb8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000936 10.0.0.22 - - [2026-03-23 02:07:35] "GET /project/ad3cfa23-d352-498a-8bd8-d14f31eeecb8?fields=security_groups HTTP/1.1" 200 1259 0.030975 10.0.0.22 - - [2026-03-23 02:07:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.22 - - [2026-03-23 02:07:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.22 - - [2026-03-23 02:07:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.22 - - [2026-03-23 02:07:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.22 - - [2026-03-23 02:07:36] "GET /aaa-mode HTTP/1.1" 200 128 0.001005 10.0.0.22 - - [2026-03-23 02:07:36] "GET / HTTP/1.1" 200 35931 0.001662 10.0.0.22 - - [2026-03-23 02:07:37] "GET / HTTP/1.1" 200 35931 0.002255 10.0.0.22 - - [2026-03-23 02:07:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.22 - - [2026-03-23 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.060540 10.0.0.22 - - [2026-03-23 02:07:38] "GET /projects?obj_uuids=a0890db3-8945-4e99-b050-efc1ff5d8597&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000946 10.0.0.22 - - [2026-03-23 02:07:38] "GET /project/a0890db3-8945-4e99-b050-efc1ff5d8597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.031523 10.0.0.22 - - [2026-03-23 02:07:38] "GET /virtual-networks?parent_id=a0890db3-8945-4e99-b050-efc1ff5d8597&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007668 10.0.0.22 - - [2026-03-23 02:07:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.008613 10.0.0.22 - - [2026-03-23 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007217 10.0.0.22 - - [2026-03-23 02:07:38] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.22 - - [2026-03-23 02:07:38] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010976 10.0.0.22 - - [2026-03-23 02:07:38] "POST /service-templates HTTP/1.1" 403 264 0.006097 10.0.0.22 - - [2026-03-23 02:07:38] "POST /fqname-to-id HTTP/1.1" 404 215 0.002462 10.0.0.22 - - [2026-03-23 02:07:38] "POST /api-access-lists HTTP/1.1" 200 555 0.014462 10.0.0.22 - - [2026-03-23 02:07:38] "GET /api-access-list/fa24cfeb-502e-41db-8204-e6a188045bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.004528 10.0.0.22 - - [2026-03-23 02:07:38] "GET /api-access-list/fa24cfeb-502e-41db-8204-e6a188045bd8 HTTP/1.1" 200 1323 0.003063 10.0.0.22 - - [2026-03-23 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.010542 10.0.0.22 - - [2026-03-23 02:07:38] "GET /projects?obj_uuids=a0890db3-8945-4e99-b050-efc1ff5d8597&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001537 10.0.0.22 - - [2026-03-23 02:07:38] "GET /project/a0890db3-8945-4e99-b050-efc1ff5d8597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.033523 10.0.0.22 - - [2026-03-23 02:07:38] "GET /virtual-networks?parent_id=a0890db3-8945-4e99-b050-efc1ff5d8597&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011923 10.0.0.22 - - [2026-03-23 02:07:38] "POST /virtual-networks HTTP/1.1" 200 583 0.038633 10.0.0.22 - - [2026-03-23 02:07:38] "POST /route-targets HTTP/1.1" 200 327 0.010291 10.0.0.22 - - [2026-03-23 02:07:38] "POST /ref-update HTTP/1.1" 200 156 0.008610 10.0.0.22 - - [2026-03-23 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.008708 10.0.0.22 - - [2026-03-23 02:07:38] "GET /network-ipam/e1774c10-14a9-41d1-859c-fc26fa428f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.008960 10.0.0.22 - - [2026-03-23 02:07:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002234 10.0.0.22 - - [2026-03-23 02:07:39] "POST /ref-update HTTP/1.1" 200 156 0.038383 10.0.0.22 - - [2026-03-23 02:07:39] "POST /neutron/network HTTP/1.1" 200 849 0.041267 10.0.0.22 - - [2026-03-23 02:07:39] "POST /neutron/network HTTP/1.1" 200 849 0.016556 10.0.0.22 - - [2026-03-23 02:07:39] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.012130 10.0.0.22 - - [2026-03-23 02:07:39] "POST /neutron/network HTTP/1.1" 200 849 0.016240 10.0.0.22 - - [2026-03-23 02:07:39] "POST /neutron/subnet HTTP/1.1" 200 681 0.022608 10.0.0.22 - - [2026-03-23 02:07:39] "POST /neutron/network HTTP/1.1" 200 849 0.056564 10.0.0.22 - - [2026-03-23 02:07:39] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.004406 10.0.0.22 - - [2026-03-23 02:07:39] "GET /network-ipam/e1774c10-14a9-41d1-859c-fc26fa428f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.002620 10.0.0.22 - - [2026-03-23 02:07:39] "GET /domains HTTP/1.1" 200 280 0.002387 10.0.0.22 - - [2026-03-23 02:07:39] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000905 10.0.0.22 - - [2026-03-23 02:07:39] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 3126 0.005844 10.0.0.22 - - [2026-03-23 02:07:39] "GET /projects?obj_uuids=a0890db3-8945-4e99-b050-efc1ff5d8597&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000912 10.0.0.22 - - [2026-03-23 02:07:39] "GET /project/a0890db3-8945-4e99-b050-efc1ff5d8597 HTTP/1.1" 200 2353 0.065606 10.0.0.22 - - [2026-03-23 02:07:39] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8 HTTP/1.1" 200 2314 0.005254 10.0.0.22 - - [2026-03-23 02:07:39] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8 HTTP/1.1" 200 2314 0.004218 10.0.0.22 - - [2026-03-23 02:07:39] "GET /routing-instance/6fcb5a0f-bb69-4e8e-9ee3-0460de210dc5 HTTP/1.1" 200 1555 0.003155 10.0.0.22 - - [2026-03-23 02:07:39] "GET /routing-instance/6fcb5a0f-bb69-4e8e-9ee3-0460de210dc5 HTTP/1.1" 200 1555 0.002877 10.0.0.22 - - [2026-03-23 02:07:39] "GET /route-target/817fa301-37f8-4dcc-9aa7-89e0284763bd HTTP/1.1" 200 1244 0.002529 10.0.0.22 - - [2026-03-23 02:07:39] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8 HTTP/1.1" 200 2314 0.004059 10.0.0.22 - - [2026-03-23 02:07:39] "GET /routing-instance/6fcb5a0f-bb69-4e8e-9ee3-0460de210dc5 HTTP/1.1" 200 1555 0.002709 10.0.0.22 - - [2026-03-23 02:07:39] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.004436 10.0.0.22 - - [2026-03-23 02:07:39] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8 HTTP/1.1" 200 2314 0.004317 10.0.0.22 - - [2026-03-23 02:07:39] "GET /routing-instance/6fcb5a0f-bb69-4e8e-9ee3-0460de210dc5 HTTP/1.1" 200 1555 0.002716 10.0.0.22 - - [2026-03-23 02:07:39] "GET /routing-instance/6fcb5a0f-bb69-4e8e-9ee3-0460de210dc5 HTTP/1.1" 200 1555 0.002863 10.0.0.22 - - [2026-03-23 02:07:39] "GET /route-target/817fa301-37f8-4dcc-9aa7-89e0284763bd HTTP/1.1" 200 1244 0.002519 10.0.0.22 - - [2026-03-23 02:07:39] "GET /domains HTTP/1.1" 200 280 0.002577 10.0.0.22 - - [2026-03-23 02:07:39] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001105 10.0.0.22 - - [2026-03-23 02:07:39] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e HTTP/1.1" 200 3126 0.005784 10.0.0.22 - - [2026-03-23 02:07:39] "GET /projects?obj_uuids=a0890db3-8945-4e99-b050-efc1ff5d8597&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000841 10.0.0.22 - - [2026-03-23 02:07:39] "GET /project/a0890db3-8945-4e99-b050-efc1ff5d8597 HTTP/1.1" 200 2353 0.064458 10.0.0.22 - - [2026-03-23 02:07:39] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8 HTTP/1.1" 200 2314 0.004127 10.0.0.22 - - [2026-03-23 02:07:39] "GET /obj-perms HTTP/1.1" 200 5030 0.002402 10.0.0.22 - - [2026-03-23 02:07:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.006906 10.0.0.22 - - [2026-03-23 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008816 10.0.0.22 - - [2026-03-23 02:07:39] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.22 - - [2026-03-23 02:07:39] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012535 10.0.0.22 - - [2026-03-23 02:07:39] "POST /service-templates HTTP/1.1" 403 264 0.007157 10.0.0.22 - - [2026-03-23 02:07:39] "POST /fqname-to-id HTTP/1.1" 404 183 0.002521 10.0.0.22 - - [2026-03-23 02:07:39] "POST /api-access-lists HTTP/1.1" 200 521 0.010727 10.0.0.22 - - [2026-03-23 02:07:39] "GET /api-access-list/bd22419c-5b7d-4f5e-a618-2317b22eb6a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004385 10.0.0.22 - - [2026-03-23 02:07:39] "GET /api-access-list/bd22419c-5b7d-4f5e-a618-2317b22eb6a8 HTTP/1.1" 200 1291 0.002782 10.0.0.22 - - [2026-03-23 02:07:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.009321 10.0.0.22 - - [2026-03-23 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008593 10.0.0.22 - - [2026-03-23 02:07:39] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.22 - - [2026-03-23 02:07:39] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.011850 10.0.0.22 - - [2026-03-23 02:07:40] "POST /service-templates HTTP/1.1" 200 551 0.018942 10.0.0.22 - - [2026-03-23 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.012547 10.0.0.22 - - [2026-03-23 02:07:40] "GET /service-template/89cb2b3c-963d-4439-83ed-812338bb8a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.009545 10.0.0.22 - - [2026-03-23 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.009067 10.0.0.22 - - [2026-03-23 02:07:40] "GET /service-template/89cb2b3c-963d-4439-83ed-812338bb8a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.009808 10.0.0.22 - - [2026-03-23 02:07:40] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8 HTTP/1.1" 401 292 0.000403 10.0.0.22 - - [2026-03-23 02:07:40] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8 HTTP/1.1" 403 263 0.033196 10.0.0.22 - - [2026-03-23 02:07:40] "GET /service-template/89cb2b3c-963d-4439-83ed-812338bb8a7b HTTP/1.1" 403 264 0.006842 10.0.0.22 - - [2026-03-23 02:07:40] "GET /service-template/89cb2b3c-963d-4439-83ed-812338bb8a7b HTTP/1.1" 403 264 0.028342 10.0.0.22 - - [2026-03-23 02:07:41] "GET /obj-perms HTTP/1.1" 403 257 0.029210 10.0.0.22 - - [2026-03-23 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.001900 10.0.0.22 - - [2026-03-23 02:07:41] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008178 10.0.0.22 - - [2026-03-23 02:07:41] "GET /obj-perms HTTP/1.1" 403 257 0.007212 10.0.0.22 - - [2026-03-23 02:07:41] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008475 10.0.0.22 - - [2026-03-23 02:07:41] "GET /api-access-list/fa24cfeb-502e-41db-8204-e6a188045bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.003050 10.0.0.22 - - [2026-03-23 02:07:41] "PUT /api-access-list/fa24cfeb-502e-41db-8204-e6a188045bd8 HTTP/1.1" 200 264 0.008119 10.0.0.22 - - [2026-03-23 02:07:41] "GET /api-access-list/fa24cfeb-502e-41db-8204-e6a188045bd8 HTTP/1.1" 200 1460 0.002999 10.0.0.22 - - [2026-03-23 02:07:41] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8 HTTP/1.1" 200 2314 0.011549 10.0.0.22 - - [2026-03-23 02:07:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000365 10.0.0.22 - - [2026-03-23 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.030269 10.0.0.22 - - [2026-03-23 02:07:41] "GET /projects?obj_uuids=a0890db3-8945-4e99-b050-efc1ff5d8597&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001314 10.0.0.22 - - [2026-03-23 02:07:41] "GET /project/a0890db3-8945-4e99-b050-efc1ff5d8597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.031074 10.0.0.22 - - [2026-03-23 02:07:41] "GET /virtual-networks?parent_id=a0890db3-8945-4e99-b050-efc1ff5d8597&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.011110 10.0.0.22 - - [2026-03-23 02:07:42] "POST /virtual-networks HTTP/1.1" 403 263 0.007584 10.0.0.22 - - [2026-03-23 02:07:42] "GET /service-template/89cb2b3c-963d-4439-83ed-812338bb8a7b HTTP/1.1" 403 264 0.007298 10.0.0.22 - - [2026-03-23 02:07:42] "GET /service-template/89cb2b3c-963d-4439-83ed-812338bb8a7b HTTP/1.1" 403 264 0.037302 10.0.0.22 - - [2026-03-23 02:07:42] "GET /obj-perms HTTP/1.1" 403 257 0.007244 10.0.0.22 - - [2026-03-23 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002476 10.0.0.22 - - [2026-03-23 02:07:42] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.012437 10.0.0.22 - - [2026-03-23 02:07:42] "GET /obj-perms HTTP/1.1" 403 257 0.007698 10.0.0.22 - - [2026-03-23 02:07:42] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.014257 10.0.0.22 - - [2026-03-23 02:07:42] "GET /api-access-list/bd22419c-5b7d-4f5e-a618-2317b22eb6a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.002797 10.0.0.22 - - [2026-03-23 02:07:42] "PUT /api-access-list/bd22419c-5b7d-4f5e-a618-2317b22eb6a8 HTTP/1.1" 200 264 0.006691 10.0.0.22 - - [2026-03-23 02:07:42] "GET /api-access-list/bd22419c-5b7d-4f5e-a618-2317b22eb6a8 HTTP/1.1" 200 1429 0.003323 10.0.0.22 - - [2026-03-23 02:07:42] "GET /service-template/89cb2b3c-963d-4439-83ed-812338bb8a7b HTTP/1.1" 200 1852 0.012044 10.0.0.22 - - [2026-03-23 02:07:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.007194 10.0.0.22 - - [2026-03-23 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.010102 10.0.0.22 - - [2026-03-23 02:07:42] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.22 - - [2026-03-23 02:07:42] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.013063 10.0.0.22 - - [2026-03-23 02:07:42] "POST /service-templates HTTP/1.1" 403 264 0.007725 10.0.0.22 - - [2026-03-23 02:07:42] "GET /api-access-list/fa24cfeb-502e-41db-8204-e6a188045bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.002851 10.0.0.22 - - [2026-03-23 02:07:42] "PUT /api-access-list/fa24cfeb-502e-41db-8204-e6a188045bd8 HTTP/1.1" 200 264 0.007547 10.0.0.22 - - [2026-03-23 02:07:42] "GET /api-access-list/fa24cfeb-502e-41db-8204-e6a188045bd8 HTTP/1.1" 200 1323 0.003011 10.0.0.22 - - [2026-03-23 02:07:42] "GET /api-access-list/bd22419c-5b7d-4f5e-a618-2317b22eb6a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.002900 10.0.0.22 - - [2026-03-23 02:07:43] "PUT /api-access-list/bd22419c-5b7d-4f5e-a618-2317b22eb6a8 HTTP/1.1" 200 264 0.007312 10.0.0.22 - - [2026-03-23 02:07:43] "GET /api-access-list/bd22419c-5b7d-4f5e-a618-2317b22eb6a8 HTTP/1.1" 200 1291 0.002977 10.0.0.22 - - [2026-03-23 02:07:43] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8 HTTP/1.1" 403 263 0.007037 10.0.0.22 - - [2026-03-23 02:07:43] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8 HTTP/1.1" 403 263 0.030281 10.0.0.22 - - [2026-03-23 02:07:43] "GET /service-template/89cb2b3c-963d-4439-83ed-812338bb8a7b HTTP/1.1" 403 264 0.006891 10.0.0.22 - - [2026-03-23 02:07:43] "GET /service-template/89cb2b3c-963d-4439-83ed-812338bb8a7b HTTP/1.1" 403 264 0.032520 10.0.0.22 - - [2026-03-23 02:07:43] "GET /obj-perms HTTP/1.1" 403 257 0.007582 10.0.0.22 - - [2026-03-23 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002019 10.0.0.22 - - [2026-03-23 02:07:43] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007987 10.0.0.22 - - [2026-03-23 02:07:44] "GET /obj-perms HTTP/1.1" 403 257 0.030435 10.0.0.22 - - [2026-03-23 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002211 10.0.0.22 - - [2026-03-23 02:07:44] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007640 10.0.0.22 - - [2026-03-23 02:07:44] "GET /obj-perms HTTP/1.1" 403 257 0.007917 10.0.0.22 - - [2026-03-23 02:07:44] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007944 10.0.0.22 - - [2026-03-23 02:07:44] "GET /api-access-list/7e5f81a4-3dc6-4012-b7df-a597deb5b319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.002890 10.0.0.22 - - [2026-03-23 02:07:44] "PUT /api-access-list/7e5f81a4-3dc6-4012-b7df-a597deb5b319 HTTP/1.1" 200 264 0.006778 10.0.0.22 - - [2026-03-23 02:07:44] "GET /service-template/89cb2b3c-963d-4439-83ed-812338bb8a7b HTTP/1.1" 200 1852 0.009606 10.0.0.22 - - [2026-03-23 02:07:44] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8 HTTP/1.1" 200 2314 0.011033 10.0.0.22 - - [2026-03-23 02:07:44] "GET /obj-perms HTTP/1.1" 403 257 0.006541 10.0.0.22 - - [2026-03-23 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001795 10.0.0.22 - - [2026-03-23 02:07:44] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.013329 10.0.0.22 - - [2026-03-23 02:07:44] "GET /obj-perms HTTP/1.1" 403 257 0.008933 10.0.0.22 - - [2026-03-23 02:07:44] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.013810 10.0.0.22 - - [2026-03-23 02:07:44] "DELETE /api-access-list/fa24cfeb-502e-41db-8204-e6a188045bd8 HTTP/1.1" 200 115 0.019115 10.0.0.22 - - [2026-03-23 02:07:44] "GET /api-access-list/fa24cfeb-502e-41db-8204-e6a188045bd8 HTTP/1.1" 404 171 0.002604 10.0.0.22 - - [2026-03-23 02:07:44] "DELETE /api-access-list/bd22419c-5b7d-4f5e-a618-2317b22eb6a8 HTTP/1.1" 200 115 0.015202 10.0.0.22 - - [2026-03-23 02:07:44] "GET /api-access-list/bd22419c-5b7d-4f5e-a618-2317b22eb6a8 HTTP/1.1" 404 171 0.002426 10.0.0.22 - - [2026-03-23 02:07:44] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8 HTTP/1.1" 401 292 0.000423 10.0.0.22 - - [2026-03-23 02:07:45] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8 HTTP/1.1" 403 263 0.030679 10.0.0.22 - - [2026-03-23 02:07:45] "GET /service-template/89cb2b3c-963d-4439-83ed-812338bb8a7b HTTP/1.1" 403 264 0.005356 10.0.0.22 - - [2026-03-23 02:07:45] "GET /service-template/89cb2b3c-963d-4439-83ed-812338bb8a7b HTTP/1.1" 403 264 0.030414 10.0.0.22 - - [2026-03-23 02:07:45] "GET /obj-perms HTTP/1.1" 403 257 0.029359 10.0.0.22 - - [2026-03-23 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001948 10.0.0.22 - - [2026-03-23 02:07:45] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.005644 10.0.0.22 - - [2026-03-23 02:07:45] "GET /obj-perms HTTP/1.1" 403 257 0.005768 10.0.0.22 - - [2026-03-23 02:07:45] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.005748 10.0.0.22 - - [2026-03-23 02:07:45] "GET /api-access-list/7e5f81a4-3dc6-4012-b7df-a597deb5b319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.003067 10.0.0.22 - - [2026-03-23 02:07:45] "PUT /api-access-list/7e5f81a4-3dc6-4012-b7df-a597deb5b319 HTTP/1.1" 200 264 0.007919 10.0.0.22 - - [2026-03-23 02:07:45] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8 HTTP/1.1" 200 2314 0.011356 10.0.0.22 - - [2026-03-23 02:07:46] "GET /service-template/89cb2b3c-963d-4439-83ed-812338bb8a7b HTTP/1.1" 200 1852 0.008332 10.0.0.22 - - [2026-03-23 02:07:46] "GET /obj-perms HTTP/1.1" 403 257 0.006135 10.0.0.22 - - [2026-03-23 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002370 10.0.0.22 - - [2026-03-23 02:07:46] "GET /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.010907 10.0.0.22 - - [2026-03-23 02:07:46] "GET /obj-perms HTTP/1.1" 403 257 0.006648 10.0.0.22 - - [2026-03-23 02:07:46] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017318 10.0.0.22 - - [2026-03-23 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.009480 10.0.0.22 - - [2026-03-23 02:07:46] "DELETE /service-template/89cb2b3c-963d-4439-83ed-812338bb8a7b HTTP/1.1" 200 115 0.021526 10.0.0.22 - - [2026-03-23 02:07:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.008666 10.0.0.22 - - [2026-03-23 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002456 10.0.0.22 - - [2026-03-23 02:07:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001706 10.0.0.22 - - [2026-03-23 02:07:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001895 10.0.0.22 - - [2026-03-23 02:07:46] "DELETE /virtual-network/2160f6e3-8045-4778-aed1-b95730f317e8 HTTP/1.1" 200 115 0.059537 10.0.0.22 - - [2026-03-23 02:07:46] "DELETE /route-target/817fa301-37f8-4dcc-9aa7-89e0284763bd HTTP/1.1" 200 115 0.015751 10.0.0.22 - - [2026-03-23 02:07:46] "GET /api-access-list/7e5f81a4-3dc6-4012-b7df-a597deb5b319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003181 10.0.0.22 - - [2026-03-23 02:07:46] "PUT /api-access-list/7e5f81a4-3dc6-4012-b7df-a597deb5b319 HTTP/1.1" 200 264 0.007235 10.0.0.22 - - [2026-03-23 02:07:46] "GET /api-access-list/7e5f81a4-3dc6-4012-b7df-a597deb5b319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.003265 10.0.0.22 - - [2026-03-23 02:07:46] "PUT /api-access-list/7e5f81a4-3dc6-4012-b7df-a597deb5b319 HTTP/1.1" 200 264 0.008657 10.0.0.22 - - [2026-03-23 02:07:47] "GET /api-access-list/7e5f81a4-3dc6-4012-b7df-a597deb5b319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003717 10.0.0.22 - - [2026-03-23 02:07:47] "PUT /api-access-list/7e5f81a4-3dc6-4012-b7df-a597deb5b319 HTTP/1.1" 200 264 0.008652 10.0.0.22 - - [2026-03-23 02:07:47] "GET /projects?obj_uuids=a0890db3-8945-4e99-b050-efc1ff5d8597&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001178 10.0.0.22 - - [2026-03-23 02:07:47] "GET /project/a0890db3-8945-4e99-b050-efc1ff5d8597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.023885 10.0.0.22 - - [2026-03-23 02:07:47] "GET /projects?obj_uuids=a0890db3-8945-4e99-b050-efc1ff5d8597&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001386 10.0.0.22 - - [2026-03-23 02:07:47] "GET /project/a0890db3-8945-4e99-b050-efc1ff5d8597?fields=virtual_networks HTTP/1.1" 200 1033 0.068372 10.0.0.22 - - [2026-03-23 02:07:47] "GET /projects?obj_uuids=a0890db3-8945-4e99-b050-efc1ff5d8597&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001328 10.0.0.22 - - [2026-03-23 02:07:47] "GET /project/a0890db3-8945-4e99-b050-efc1ff5d8597?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.025217 10.0.0.22 - - [2026-03-23 02:07:47] "GET /projects?obj_uuids=a0890db3-8945-4e99-b050-efc1ff5d8597&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001386 10.0.0.22 - - [2026-03-23 02:07:47] "GET /project/a0890db3-8945-4e99-b050-efc1ff5d8597?fields=security_groups HTTP/1.1" 200 1259 0.023509 10.0.0.22 - - [2026-03-23 02:07:48] "GET /projects?obj_uuids=e81e019b-6227-48be-831b-6f6629728978&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000918 10.0.0.22 - - [2026-03-23 02:07:48] "GET /project/e81e019b-6227-48be-831b-6f6629728978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.026529 [Introspect:8084]10.0.0.22 - - [2026-03-23 02:07:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001085 10.0.0.22 - - [2026-03-23 02:07:49] "POST /fqname-to-id HTTP/1.1" 404 184 0.025207 10.0.0.22 - - [2026-03-23 02:07:49] "GET /projects?obj_uuids=813934da-d4d8-4f42-b6dc-776836286abc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001959 10.0.0.22 - - [2026-03-23 02:07:49] "GET /domains?obj_uuids=6e20ab88-e9c6-4558-b109-7f218696be1e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001279 10.0.0.22 - - [2026-03-23 02:07:49] "GET /domain/6e20ab88-e9c6-4558-b109-7f218696be1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006086 10.0.0.22 - - [2026-03-23 02:07:49] "POST /id-to-fqname HTTP/1.1" 200 186 0.001383 10.0.0.22 - - [2026-03-23 02:07:49] "POST /fqname-to-id HTTP/1.1" 404 195 0.003270 10.0.0.22 - - [2026-03-23 02:07:49] "POST /security-groups HTTP/1.1" 200 587 0.060255 10.0.0.22 - - [2026-03-23 02:07:49] "POST /fqname-to-id HTTP/1.1" 404 230 0.002064 10.0.0.22 - - [2026-03-23 02:07:49] "POST /projects HTTP/1.1" 200 577 0.201739 10.0.0.22 - - [2026-03-23 02:07:49] "POST /access-control-lists HTTP/1.1" 200 592 0.055974 10.0.0.22 - - [2026-03-23 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.274684 10.0.0.22 - - [2026-03-23 02:07:49] "POST /fqname-to-id HTTP/1.1" 404 229 0.002518 10.0.0.22 - - [2026-03-23 02:07:49] "GET /project/813934da-d4d8-4f42-b6dc-776836286abc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.397220 10.0.0.22 - - [2026-03-23 02:07:49] "POST /access-control-lists HTTP/1.1" 200 590 0.060364 10.0.0.22 - - [2026-03-23 02:07:50] "GET / HTTP/1.1" 200 35931 0.001929 10.0.0.22 - - [2026-03-23 02:07:50] "GET /projects?obj_uuids=813934da-d4d8-4f42-b6dc-776836286abc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000950 10.0.0.22 - - [2026-03-23 02:07:50] "GET /project/813934da-d4d8-4f42-b6dc-776836286abc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.024785 10.0.0.22 - - [2026-03-23 02:07:50] "GET /projects?obj_uuids=813934da-d4d8-4f42-b6dc-776836286abc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000877 10.0.0.22 - - [2026-03-23 02:07:51] "GET /project/813934da-d4d8-4f42-b6dc-776836286abc?fields=virtual_networks HTTP/1.1" 200 1024 0.060894 10.0.0.22 - - [2026-03-23 02:07:51] "GET /projects?obj_uuids=813934da-d4d8-4f42-b6dc-776836286abc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000909 10.0.0.22 - - [2026-03-23 02:07:51] "GET /project/813934da-d4d8-4f42-b6dc-776836286abc?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.020963 10.0.0.22 - - [2026-03-23 02:07:51] "GET /projects?obj_uuids=813934da-d4d8-4f42-b6dc-776836286abc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000933 10.0.0.22 - - [2026-03-23 02:07:51] "GET /project/813934da-d4d8-4f42-b6dc-776836286abc?fields=security_groups HTTP/1.1" 200 1246 0.019728 10.0.0.22 - - [2026-03-23 02:08:20] "DELETE /project/ad3cfa23d352498a8bd8d14f31eeecb8 HTTP/1.1" 404 173 0.020362 10.0.0.22 - - [2026-03-23 02:08:20] "DELETE /project/813934dad4d84f42b6dc776836286abc HTTP/1.1" 404 173 0.017167 10.0.0.22 - - [2026-03-23 02:08:20] "DELETE /project/a0890db389454e99b050efc1ff5d8597 HTTP/1.1" 404 173 0.016596 10.0.0.22 - - [2026-03-23 02:08:20] "DELETE /project/860bd86e85664e0c951ad4e4ceb61ba9 HTTP/1.1" 404 173 0.016103 10.0.0.22 - - [2026-03-23 02:08:20] "GET /projects?obj_uuids=a0890db3-8945-4e99-b050-efc1ff5d8597&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001005 10.0.0.22 - - [2026-03-23 02:08:20] "GET /project/a0890db3-8945-4e99-b050-efc1ff5d8597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.070313 10.0.0.22 - - [2026-03-23 02:08:20] "GET /projects?obj_uuids=813934da-d4d8-4f42-b6dc-776836286abc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000934 10.0.0.22 - - [2026-03-23 02:08:20] "GET /projects?obj_uuids=a0890db3-8945-4e99-b050-efc1ff5d8597&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000807 10.0.0.22 - - [2026-03-23 02:08:20] "GET /project/a0890db3-8945-4e99-b050-efc1ff5d8597?fields=security_groups HTTP/1.1" 200 1364 0.029726 10.0.0.22 - - [2026-03-23 02:08:20] "GET /projects?obj_uuids=860bd86e-8566-4e0c-951a-d4e4ceb61ba9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001028 10.0.0.22 - - [2026-03-23 02:08:20] "GET /projects?obj_uuids=ad3cfa23-d352-498a-8bd8-d14f31eeecb8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000933 10.0.0.22 - - [2026-03-23 02:08:20] "GET /project/813934da-d4d8-4f42-b6dc-776836286abc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.136802 10.0.0.22 - - [2026-03-23 02:08:20] "GET /projects?obj_uuids=813934da-d4d8-4f42-b6dc-776836286abc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001179 10.0.0.22 - - [2026-03-23 02:08:20] "GET /projects?obj_uuids=c1333ea4-dc5a-444a-b454-1ec47872ec41&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001109 10.0.0.22 - - [2026-03-23 02:08:20] "GET /project/860bd86e-8566-4e0c-951a-d4e4ceb61ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.197600 10.0.0.22 - - [2026-03-23 02:08:20] "GET /project/813934da-d4d8-4f42-b6dc-776836286abc?fields=security_groups HTTP/1.1" 200 1351 0.060366 10.0.0.22 - - [2026-03-23 02:08:20] "GET /project/c1333ea4-dc5a-444a-b454-1ec47872ec41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.201282 10.0.0.22 - - [2026-03-23 02:08:20] "GET /projects?obj_uuids=c1333ea4-dc5a-444a-b454-1ec47872ec41&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000959 10.0.0.22 - - [2026-03-23 02:08:20] "GET /projects?obj_uuids=860bd86e-8566-4e0c-951a-d4e4ceb61ba9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000809 10.0.0.22 - - [2026-03-23 02:08:20] "GET /project/ad3cfa23-d352-498a-8bd8-d14f31eeecb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.263805 10.0.0.22 - - [2026-03-23 02:08:20] "GET /project/860bd86e-8566-4e0c-951a-d4e4ceb61ba9?fields=security_groups HTTP/1.1" 200 1363 0.070731 10.0.0.22 - - [2026-03-23 02:08:20] "GET /project/c1333ea4-dc5a-444a-b454-1ec47872ec41?fields=security_groups HTTP/1.1" 200 1349 0.072507 10.0.0.22 - - [2026-03-23 02:08:20] "GET /projects?obj_uuids=ad3cfa23-d352-498a-8bd8-d14f31eeecb8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000970 10.0.0.22 - - [2026-03-23 02:08:20] "DELETE /security-group/bff7e16e-4d5c-40e2-b67e-5c346dbfdf16 HTTP/1.1" 200 115 0.166664 10.0.0.22 - - [2026-03-23 02:08:20] "GET /projects?obj_uuids=a0890db3-8945-4e99-b050-efc1ff5d8597&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000903 10.0.0.22 - - [2026-03-23 02:08:20] "DELETE /access-control-list/c401ccd5-4a9f-4c81-800a-08904d5d3d60 HTTP/1.1" 200 115 0.088267 10.0.0.22 - - [2026-03-23 02:08:21] "GET /project/ad3cfa23-d352-498a-8bd8-d14f31eeecb8?fields=security_groups HTTP/1.1" 200 1364 0.071421 10.0.0.22 - - [2026-03-23 02:08:21] "DELETE /security-group/1d4e7050-02b8-424d-84bc-95d4130cb0b1 HTTP/1.1" 200 115 0.121874 10.0.0.22 - - [2026-03-23 02:08:21] "GET /projects?obj_uuids=813934da-d4d8-4f42-b6dc-776836286abc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001981 10.0.0.22 - - [2026-03-23 02:08:21] "DELETE /access-control-list/47513ea9-6e24-43bf-b3d7-7292a0243ee6 HTTP/1.1" 200 115 0.050413 10.0.0.22 - - [2026-03-23 02:08:21] "GET /project/a0890db3-8945-4e99-b050-efc1ff5d8597?fields=application_policy_sets HTTP/1.1" 200 1403 0.097151 10.0.0.22 - - [2026-03-23 02:08:21] "DELETE /access-control-list/b651f8b6-4be7-432d-a4e0-ff9944721aa0 HTTP/1.1" 200 115 0.057731 10.0.0.22 - - [2026-03-23 02:08:21] "GET /project/813934da-d4d8-4f42-b6dc-776836286abc?fields=application_policy_sets HTTP/1.1" 200 1390 0.090805 10.0.0.22 - - [2026-03-23 02:08:21] "DELETE /security-group/0f5e76c7-709e-49df-8eee-87d2f19d18ec HTTP/1.1" 200 115 0.114446 10.0.0.22 - - [2026-03-23 02:08:21] "GET /projects?obj_uuids=860bd86e-8566-4e0c-951a-d4e4ceb61ba9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000915 10.0.0.22 - - [2026-03-23 02:08:21] "DELETE /security-group/cc5e1800-36df-468e-8940-c22f628bff3c HTTP/1.1" 200 115 0.125440 10.0.0.22 - - [2026-03-23 02:08:21] "GET /projects?obj_uuids=c1333ea4-dc5a-444a-b454-1ec47872ec41&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001362 10.0.0.22 - - [2026-03-23 02:08:21] "DELETE /security-group/fa08e7db-25f4-49c0-86eb-e29228abecc8 HTTP/1.1" 200 115 0.118373 10.0.0.22 - - [2026-03-23 02:08:21] "DELETE /access-control-list/7c94e090-fc2c-46b7-a31d-bec0e4c2ebbf HTTP/1.1" 200 115 0.051751 10.0.0.22 - - [2026-03-23 02:08:21] "GET /projects?obj_uuids=ad3cfa23-d352-498a-8bd8-d14f31eeecb8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001286 10.0.0.22 - - [2026-03-23 02:08:21] "GET /project/c1333ea4-dc5a-444a-b454-1ec47872ec41?fields=application_policy_sets HTTP/1.1" 200 1388 0.050036 10.0.0.22 - - [2026-03-23 02:08:21] "GET /project/860bd86e-8566-4e0c-951a-d4e4ceb61ba9?fields=application_policy_sets HTTP/1.1" 200 1402 0.090155 10.0.0.22 - - [2026-03-23 02:08:21] "DELETE /access-control-list/4f7881c3-43e2-4bf9-a382-0b153e01d9e6 HTTP/1.1" 200 115 0.052275 10.0.0.22 - - [2026-03-23 02:08:21] "GET /project/ad3cfa23-d352-498a-8bd8-d14f31eeecb8?fields=application_policy_sets HTTP/1.1" 200 1403 0.087018 10.0.0.22 - - [2026-03-23 02:08:21] "DELETE /project/a0890db3-8945-4e99-b050-efc1ff5d8597 HTTP/1.1" 200 115 0.631237 10.0.0.22 - - [2026-03-23 02:08:21] "DELETE /access-control-list/d7d76eef-acee-49ca-9d60-bd23bad0b9fa HTTP/1.1" 200 115 0.048097 10.0.0.22 - - [2026-03-23 02:08:21] "DELETE /project/813934da-d4d8-4f42-b6dc-776836286abc HTTP/1.1" 200 115 0.681967 10.0.0.22 - - [2026-03-23 02:08:21] "DELETE /access-control-list/c2283603-d49f-4b2a-ac87-b36b8096d424 HTTP/1.1" 200 115 0.044441 10.0.0.22 - - [2026-03-23 02:08:21] "DELETE /project/c1333ea4-dc5a-444a-b454-1ec47872ec41 HTTP/1.1" 200 115 0.702933 10.0.0.22 - - [2026-03-23 02:08:21] "DELETE /access-control-list/7a1d144a-5f26-49e3-b43e-b979b4e80319 HTTP/1.1" 200 115 0.034780 10.0.0.22 - - [2026-03-23 02:08:21] "DELETE /project/860bd86e-8566-4e0c-951a-d4e4ceb61ba9 HTTP/1.1" 200 115 0.765898 10.0.0.22 - - [2026-03-23 02:08:21] "DELETE /access-control-list/93a3e439-68f6-4e1c-812a-b99f291f0724 HTTP/1.1" 200 115 0.026892 10.0.0.22 - - [2026-03-23 02:08:21] "DELETE /project/ad3cfa23-d352-498a-8bd8-d14f31eeecb8 HTTP/1.1" 200 115 0.786984 10.0.0.22 - - [2026-03-23 02:08:21] "DELETE /access-control-list/45a4fe32-241b-492a-87b5-19c7aa4542e5 HTTP/1.1" 200 115 0.016571 10.0.0.22 - - [2026-03-23 02:08:27] "GET /obj-perms HTTP/1.1" 200 5056 0.047969 10.0.0.22 - - [2026-03-23 02:08:27] "GET /obj-perms HTTP/1.1" 200 5056 0.049291 [Introspect:8084]10.0.0.22 - - [2026-03-23 02:08:32] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000921 [Introspect:8084]10.0.0.22 - - [2026-03-23 02:08:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000938