+++ date ++ echo 'INFO: =================== Mon Jan 26 02:06:26 AM UTC 2026 ===================' INFO: =================== Mon Jan 26 02:06:26 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ 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.241 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.241 ++ 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 +++ find_my_ip_and_order_for_node_list 10.0.0.22 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.22 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.22,10.20.0.241,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.241,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 ++ sort ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 01/26/2026 02:06:34.959 7ff31330b240 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/26/2026 02:06:35.095 7ff31330b240 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/26/2026 02:06:35.106 7ff31330b240 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/26/2026 02:06:35.107 7ff31330b240 [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-01-26 02:06:39] "GET / HTTP/1.1" 503 181 0.000233 10.0.0.22 - - [2026-01-26 02:06:39] "GET / HTTP/1.1" 503 181 0.000139 10.0.0.22 - - [2026-01-26 02:06:40] "GET / HTTP/1.1" 200 35931 0.001437 10.0.0.22 - - [2026-01-26 02:06:40] "GET / HTTP/1.1" 200 45871 0.001242 10.0.0.22 - - [2026-01-26 02:06:40] "GET / HTTP/1.1" 200 45871 0.001325 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-01-26 02:06:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000532 10.0.0.22 - - [2026-01-26 02:06:40] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000224 10.0.0.22 - - [2026-01-26 02:06:40] "GET / HTTP/1.1" 200 35931 0.001403 10.0.0.22 - - [2026-01-26 02:06:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000399 10.0.0.22 - - [2026-01-26 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.371373 10.0.0.22 - - [2026-01-26 02:06:41] "GET /global-system-config/6fd39509-dd55-4fca-9c8c-38abf4bfc7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007710 10.0.0.22 - - [2026-01-26 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.967776 10.0.0.22 - - [2026-01-26 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.22 - - [2026-01-26 02:06:41] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.696286 10.0.0.22 - - [2026-01-26 02:06:41] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002899 10.0.0.22 - - [2026-01-26 02:06:41] "POST /fqname-to-id HTTP/1.1" 404 220 0.002851 10.0.0.22 - - [2026-01-26 02:06:41] "POST /config-nodes HTTP/1.1" 200 599 0.036192 10.0.0.22 - - [2026-01-26 02:06:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000352 10.0.0.22 - - [2026-01-26 02:06:41] "GET / HTTP/1.1" 200 35931 0.001883 10.0.0.22 - - [2026-01-26 02:06:42] "GET / HTTP/1.1" 200 35931 0.001329 10.0.0.22 - - [2026-01-26 02:06:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000397 10.0.0.22 - - [2026-01-26 02:06:42] "GET / HTTP/1.1" 200 35931 0.001312 10.0.0.22 - - [2026-01-26 02:06:42] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000499 /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-01-26 02:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.644731 10.0.0.22 - - [2026-01-26 02:06:43] "GET /network-ipam/0eaf205c-b955-4ae9-b271-598cba17e0ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004286 10.0.0.22 - - [2026-01-26 02:06:43] "POST /fqname-to-id HTTP/1.1" 404 186 0.391172 10.0.0.22 - - [2026-01-26 02:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005942 10.0.0.22 - - [2026-01-26 02:06:43] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.129926 10.0.0.22 - - [2026-01-26 02:06:43] "GET /global-system-config/6fd39509-dd55-4fca-9c8c-38abf4bfc7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.010945 10.0.0.22 - - [2026-01-26 02:06:43] "GET / HTTP/1.1" 200 35931 0.001503 10.0.0.22 - - [2026-01-26 02:06:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000344 10.0.0.22 - - [2026-01-26 02:06:43] "POST /service-appliance-sets HTTP/1.1" 200 553 0.026943 10.0.0.22 - - [2026-01-26 02:06:43] "POST /fqname-to-id HTTP/1.1" 404 180 0.002826 10.0.0.22 - - [2026-01-26 02:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.22 - - [2026-01-26 02:06:43] "GET /global-system-config/6fd39509-dd55-4fca-9c8c-38abf4bfc7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.009290 10.0.0.22 - - [2026-01-26 02:06:43] "POST /service-appliance-sets HTTP/1.1" 200 541 0.026767 10.0.0.22 - - [2026-01-26 02:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.22 - - [2026-01-26 02:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.035286 10.0.0.22 - - [2026-01-26 02:06:43] "GET /global-system-config/6fd39509-dd55-4fca-9c8c-38abf4bfc7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007010 10.0.0.22 - - [2026-01-26 02:06:43] "GET /network-ipam/0eaf205c-b955-4ae9-b271-598cba17e0ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005691 10.0.0.22 - - [2026-01-26 02:06:43] "POST /fqname-to-id HTTP/1.1" 404 220 0.004838 10.0.0.22 - - [2026-01-26 02:06:43] "POST /fqname-to-id HTTP/1.1" 404 225 0.003083 10.0.0.22 - - [2026-01-26 02:06:43] "POST /access-control-lists HTTP/1.1" 200 587 0.019076 10.0.0.22 - - [2026-01-26 02:06:43] "POST /config-database-nodes HTTP/1.1" 200 617 0.021894 10.0.0.22 - - [2026-01-26 02:06:43] "POST /fqname-to-id HTTP/1.1" 404 224 0.002580 10.0.0.22 - - [2026-01-26 02:06:43] "POST /service-templates HTTP/1.1" 200 511 0.018662 10.0.0.22 - - [2026-01-26 02:06:43] "POST /service-templates HTTP/1.1" 200 501 0.026552 10.0.0.22 - - [2026-01-26 02:06:43] "POST /access-control-lists HTTP/1.1" 200 585 0.024574 10.0.0.22 - - [2026-01-26 02:06:43] "POST /service-templates HTTP/1.1" 200 515 0.026120 10.0.0.22 - - [2026-01-26 02:06:43] "POST /route-targets HTTP/1.1" 200 327 0.013165 10.0.0.22 - - [2026-01-26 02:06:43] "POST /service-templates HTTP/1.1" 200 535 0.020417 10.0.0.22 - - [2026-01-26 02:06:44] "POST /ref-update HTTP/1.1" 200 156 0.012676 10.0.0.22 - - [2026-01-26 02:06:44] "POST /service-templates HTTP/1.1" 200 507 0.021703 10.0.0.22 - - [2026-01-26 02:06:44] "POST /route-targets HTTP/1.1" 200 327 0.012099 10.0.0.22 - - [2026-01-26 02:06:44] "POST /ref-update HTTP/1.1" 200 156 0.011766 10.0.0.22 - - [2026-01-26 02:06:44] "POST /route-targets HTTP/1.1" 200 327 0.011203 10.0.0.22 - - [2026-01-26 02:06:44] "POST /ref-update HTTP/1.1" 200 156 0.010479 10.0.0.22 - - [2026-01-26 02:06:44] "POST /route-targets HTTP/1.1" 200 327 0.010563 10.0.0.22 - - [2026-01-26 02:06:44] "POST /ref-update HTTP/1.1" 200 156 0.009031 10.0.0.22 - - [2026-01-26 02:06:44] "POST /fqname-to-id HTTP/1.1" 404 201 0.002545 10.0.0.22 - - [2026-01-26 02:06:44] "POST /access-control-lists HTTP/1.1" 200 551 0.061497 10.0.0.22 - - [2026-01-26 02:06:44] "PUT /access-control-list/843d9fb5-3ad9-425f-a120-8ec8d5c012d2 HTTP/1.1" 200 272 0.010792 10.0.0.22 - - [2026-01-26 02:06:44] "PUT /access-control-list/3474aa7a-53f8-4c1b-9afa-6750f41867fd HTTP/1.1" 200 272 0.011001 10.0.0.22 - - [2026-01-26 02:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.22 - - [2026-01-26 02:06:48] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.003583 10.0.0.22 - - [2026-01-26 02:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.22 - - [2026-01-26 02:06:48] "PUT /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26 HTTP/1.1" 200 276 0.010560 10.0.0.22 - - [2026-01-26 02:06:48] "GET / HTTP/1.1" 200 35931 0.003139 10.0.0.22 - - [2026-01-26 02:06:48] "POST /alarms HTTP/1.1" 401 292 0.000638 10.0.0.22 - - [2026-01-26 02:06:49] "POST /alarms HTTP/1.1" 200 581 0.075242 10.0.0.22 - - [2026-01-26 02:06:49] "POST /alarms HTTP/1.1" 200 575 0.018206 10.0.0.22 - - [2026-01-26 02:06:49] "POST /alarms HTTP/1.1" 200 575 0.020824 10.0.0.22 - - [2026-01-26 02:06:49] "POST /alarms HTTP/1.1" 200 559 0.024301 10.0.0.22 - - [2026-01-26 02:06:49] "POST /alarms HTTP/1.1" 200 555 0.020519 10.0.0.22 - - [2026-01-26 02:06:49] "POST /alarms HTTP/1.1" 200 557 0.019980 10.0.0.22 - - [2026-01-26 02:06:49] "POST /alarms HTTP/1.1" 200 565 0.026793 10.0.0.22 - - [2026-01-26 02:06:49] "POST /alarms HTTP/1.1" 200 549 0.024456 10.0.0.22 - - [2026-01-26 02:06:49] "POST /alarms HTTP/1.1" 200 557 0.020353 10.0.0.22 - - [2026-01-26 02:06:49] "POST /alarms HTTP/1.1" 200 567 0.020036 10.0.0.22 - - [2026-01-26 02:06:49] "POST /alarms HTTP/1.1" 200 555 0.021813 10.0.0.22 - - [2026-01-26 02:06:49] "POST /alarms HTTP/1.1" 200 567 0.033450 10.0.0.22 - - [2026-01-26 02:06:49] "POST /alarms HTTP/1.1" 200 575 0.121234 10.0.0.22 - - [2026-01-26 02:06:49] "POST /alarms HTTP/1.1" 200 569 0.017585 10.0.0.22 - - [2026-01-26 02:06:50] "POST /alarms HTTP/1.1" 200 561 0.028904 10.0.0.22 - - [2026-01-26 02:06:50] "POST /alarms HTTP/1.1" 200 561 0.019097 10.0.0.22 - - [2026-01-26 02:06:50] "POST /alarms HTTP/1.1" 200 561 0.017497 10.0.0.22 - - [2026-01-26 02:06:50] "POST /alarms HTTP/1.1" 200 547 0.020924 10.0.0.22 - - [2026-01-26 02:06:50] "POST /alarms HTTP/1.1" 200 595 0.017766 10.0.0.22 - - [2026-01-26 02:06:50] "POST /alarms HTTP/1.1" 200 575 0.031785 10.0.0.22 - - [2026-01-26 02:06:50] "POST /alarms HTTP/1.1" 200 571 0.019533 10.0.0.22 - - [2026-01-26 02:06:50] "POST /alarms HTTP/1.1" 200 583 0.023466 10.0.0.22 - - [2026-01-26 02:06:50] "POST /alarms HTTP/1.1" 200 609 0.017283 10.0.0.22 - - [2026-01-26 02:06:50] "GET / HTTP/1.1" 200 35931 0.002058 10.0.0.22 - - [2026-01-26 02:06:50] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000432 10.0.0.22 - - [2026-01-26 02:06:51] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.028270 10.0.0.22 - - [2026-01-26 02:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.22 - - [2026-01-26 02:06:51] "PUT /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26 HTTP/1.1" 200 276 0.009147 10.0.0.22 - - [2026-01-26 02:06:51] "GET / HTTP/1.1" 200 35931 0.001628 10.0.0.22 - - [2026-01-26 02:06:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000388 10.0.0.22 - - [2026-01-26 02:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.025149 10.0.0.22 - - [2026-01-26 02:06:51] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003408 10.0.0.22 - - [2026-01-26 02:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.22 - - [2026-01-26 02:06:52] "PUT /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26 HTTP/1.1" 200 276 0.008261 10.0.0.22 - - [2026-01-26 02:06:52] "GET / HTTP/1.1" 200 35931 0.001964 10.0.0.22 - - [2026-01-26 02:06:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.22 - - [2026-01-26 02:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.023654 10.0.0.22 - - [2026-01-26 02:06:52] "GET /global-system-config/6fd39509-dd55-4fca-9c8c-38abf4bfc7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.004978 10.0.0.22 - - [2026-01-26 02:06:52] "PUT /global-system-config/6fd39509-dd55-4fca-9c8c-38abf4bfc7b1 HTTP/1.1" 200 274 0.020026 10.0.0.22 - - [2026-01-26 02:07:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000516 10.0.0.22 - - [2026-01-26 02:07:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.22 - - [2026-01-26 02:07:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.22 - - [2026-01-26 02:07:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.22 - - [2026-01-26 02:07:40] "GET / HTTP/1.1" 200 35931 0.001414 10.0.0.22 - - [2026-01-26 02:07:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000500 10.0.0.22 - - [2026-01-26 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.027976 10.0.0.22 - - [2026-01-26 02:07:40] "GET /routing-instance/96a384e4-42e7-4211-a938-12fce21bc7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003803 10.0.0.22 - - [2026-01-26 02:07:40] "POST /bgp-routers HTTP/1.1" 200 620 0.022402 10.0.0.22 - - [2026-01-26 02:07:40] "GET /bgp-router/15080909-ac94-4223-845d-b8549311ec0c?fields=global_system_config_back_refs HTTP/1.1" 200 1114 0.007451 10.0.0.22 - - [2026-01-26 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.22 - - [2026-01-26 02:07:40] "GET /global-system-config/6fd39509-dd55-4fca-9c8c-38abf4bfc7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006203 10.0.0.22 - - [2026-01-26 02:07:40] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003353 10.0.0.22 - - [2026-01-26 02:07:40] "POST /ref-update HTTP/1.1" 200 156 0.007664 10.0.0.22 - - [2026-01-26 02:08:08] "GET / HTTP/1.1" 200 35931 0.001341 10.0.0.22 - - [2026-01-26 02:08:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000381 10.0.0.22 - - [2026-01-26 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.030689 10.0.0.22 - - [2026-01-26 02:08:09] "GET /global-system-config/6fd39509-dd55-4fca-9c8c-38abf4bfc7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.014222 10.0.0.22 - - [2026-01-26 02:08:09] "POST /fqname-to-id HTTP/1.1" 404 220 0.003210 10.0.0.22 - - [2026-01-26 02:08:09] "POST /database-nodes HTTP/1.1" 200 603 0.018722 10.0.0.22 - - [2026-01-26 02:08:37] "GET / HTTP/1.1" 200 35931 0.001477 10.0.0.22 - - [2026-01-26 02:08:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000370 10.0.0.22 - - [2026-01-26 02:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.027112 10.0.0.22 - - [2026-01-26 02:08:38] "GET /global-system-config/6fd39509-dd55-4fca-9c8c-38abf4bfc7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005097 10.0.0.22 - - [2026-01-26 02:08:38] "POST /fqname-to-id HTTP/1.1" 404 220 0.002775 10.0.0.22 - - [2026-01-26 02:08:38] "POST /analytics-nodes HTTP/1.1" 200 605 0.019814 10.0.0.22 - - [2026-01-26 02:08:44] "GET / HTTP/1.1" 200 35931 0.002337 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-01-26 02:08:45] "GET /obj-perms HTTP/1.1" 200 5056 0.372729 10.0.0.22 - - [2026-01-26 02:08:45] "GET /obj-perms HTTP/1.1" 200 5056 0.057990 10.0.0.22 - - [2026-01-26 02:08:54] "GET / HTTP/1.1" 200 35931 0.001780 10.0.0.22 - - [2026-01-26 02:08:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000592 10.0.0.22 - - [2026-01-26 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.041058 10.0.0.22 - - [2026-01-26 02:08:54] "GET /global-system-config/6fd39509-dd55-4fca-9c8c-38abf4bfc7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.011102 10.0.0.22 - - [2026-01-26 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 220 0.003954 10.0.0.22 - - [2026-01-26 02:08:54] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.026481 10.0.0.22 - - [2026-01-26 02:09:06] "GET / HTTP/1.1" 200 35931 0.001598 10.0.0.22 - - [2026-01-26 02:09:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.22 - - [2026-01-26 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.029754 10.0.0.22 - - [2026-01-26 02:09:07] "GET /global-system-config/6fd39509-dd55-4fca-9c8c-38abf4bfc7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.011359 10.0.0.22 - - [2026-01-26 02:09:07] "POST /fqname-to-id HTTP/1.1" 404 220 0.002768 10.0.0.22 - - [2026-01-26 02:09:07] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.021566 10.0.0.22 - - [2026-01-26 02:09:46] "GET /obj-perms HTTP/1.1" 200 5056 0.059800 10.0.0.22 - - [2026-01-26 02:09:46] "GET /obj-perms HTTP/1.1" 200 5056 0.045546 10.0.0.22 - - [2026-01-26 02:10:46] "GET /obj-perms HTTP/1.1" 200 5056 0.050942 10.0.0.22 - - [2026-01-26 02:10:47] "GET /obj-perms HTTP/1.1" 200 5056 0.052308 10.0.0.22 - - [2026-01-26 02:11:36] "GET / HTTP/1.1" 200 35931 0.001644 10.0.0.22 - - [2026-01-26 02:11:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000615 10.0.0.22 - - [2026-01-26 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.028463 10.0.0.22 - - [2026-01-26 02:11:36] "GET /global-system-config/6fd39509-dd55-4fca-9c8c-38abf4bfc7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005162 10.0.0.22 - - [2026-01-26 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.22 - - [2026-01-26 02:11:36] "GET /routing-instance/96a384e4-42e7-4211-a938-12fce21bc7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004672 10.0.0.22 - - [2026-01-26 02:11:36] "PUT /global-system-config/6fd39509-dd55-4fca-9c8c-38abf4bfc7b1 HTTP/1.1" 200 274 0.015433 10.0.0.22 - - [2026-01-26 02:11:36] "POST /fqname-to-id HTTP/1.1" 404 218 0.003043 10.0.0.22 - - [2026-01-26 02:11:36] "POST /virtual-routers HTTP/1.1" 200 603 0.017780 10.0.0.22 - - [2026-01-26 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.22 - - [2026-01-26 02:11:36] "GET /virtual-router/b03e83d7-30ea-4fca-82f8-81a2991b03ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.004824 10.0.0.22 - - [2026-01-26 02:11:36] "POST /fqname-to-id HTTP/1.1" 404 231 0.002698 10.0.0.22 - - [2026-01-26 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.22 - - [2026-01-26 02:11:37] "GET /virtual-network/d3e9bbf6-292c-471a-898d-a6250138bd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.037977 10.0.0.22 - - [2026-01-26 02:11:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.042537 10.0.0.22 - - [2026-01-26 02:11:37] "PUT /access-control-list/60a4fae6-68e6-4a33-9654-16cc61122cbe HTTP/1.1" 200 272 0.011391 [Introspect:8084]10.0.0.22 - - [2026-01-26 02:11:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000891 [Introspect:8084]10.0.0.22 - - [2026-01-26 02:11:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000774 10.0.0.22 - - [2026-01-26 02:11:47] "GET /obj-perms HTTP/1.1" 200 5056 0.052693 10.0.0.22 - - [2026-01-26 02:11:47] "GET /obj-perms HTTP/1.1" 200 5056 0.050811 10.0.0.22 - - [2026-01-26 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.22 - - [2026-01-26 02:11:47] "GET /virtual-router/b03e83d7-30ea-4fca-82f8-81a2991b03ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.003617 [Introspect:8084]10.0.0.22 - - [2026-01-26 02:11:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001089 [Introspect:8084]10.0.0.22 - - [2026-01-26 02:11:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3225 0.001272 [Introspect:8084]10.0.0.22 - - [2026-01-26 02:12:03] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000860 [Introspect:8084]10.0.0.22 - - [2026-01-26 02:12:03] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3225 0.000863 10.0.0.22 - - [2026-01-26 02:12:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.22 - - [2026-01-26 02:12:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.22 - - [2026-01-26 02:12:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.22 - - [2026-01-26 02:12:05] "GET /global-system-configs HTTP/1.1" 401 292 0.001085 [Introspect:8084]10.0.0.22 - - [2026-01-26 02:12:15] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000878 [Introspect:8084]10.0.0.22 - - [2026-01-26 02:12:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3225 0.000887 [Introspect:8084]10.0.0.22 - - [2026-01-26 02:12:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000876 [Introspect:8084]10.0.0.22 - - [2026-01-26 02:12:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3225 0.000782 [Introspect:8084]10.0.0.22 - - [2026-01-26 02:12:40] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000826 [Introspect:8084]10.0.0.22 - - [2026-01-26 02:12:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3225 0.000789 10.0.0.22 - - [2026-01-26 02:12:48] "GET /obj-perms HTTP/1.1" 200 5056 0.048355 10.0.0.22 - - [2026-01-26 02:12:48] "GET /obj-perms HTTP/1.1" 200 5056 0.061621 [Introspect:8084]10.0.0.22 - - [2026-01-26 02:12:52] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000960 [Introspect:8084]10.0.0.22 - - [2026-01-26 02:12:52] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001092 [Introspect:8084]10.0.0.22 - - [2026-01-26 02:12:54] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000863 [Introspect:8084]10.0.0.22 - - [2026-01-26 02:12:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000945 10.0.0.22 - - [2026-01-26 02:13:48] "GET /obj-perms HTTP/1.1" 200 5056 0.069677 10.0.0.22 - - [2026-01-26 02:13:49] "GET /obj-perms HTTP/1.1" 200 5056 0.053170 10.0.0.22 - - [2026-01-26 02:13:56] "GET / HTTP/1.1" 200 35931 0.001561 10.0.0.22 - - [2026-01-26 02:13:56] "GET /project/6d71603a-3d43-417f-aa0e-1134ccc15d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000507 10.0.0.22 - - [2026-01-26 02:13:57] "GET /projects?obj_uuids=6d71603a-3d43-417f-aa0e-1134ccc15d6c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.024929 10.0.0.22 - - [2026-01-26 02:13:57] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001179 10.0.0.22 - - [2026-01-26 02:13:57] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.028055 10.0.0.22 - - [2026-01-26 02:13:57] "POST /id-to-fqname HTTP/1.1" 200 167 0.002486 10.0.0.22 - - [2026-01-26 02:13:57] "POST /fqname-to-id HTTP/1.1" 404 176 0.002499 10.0.0.22 - - [2026-01-26 02:13:57] "POST /security-groups HTTP/1.1" 200 568 0.065763 10.0.0.22 - - [2026-01-26 02:13:57] "POST /projects HTTP/1.1" 200 539 0.230195 10.0.0.22 - - [2026-01-26 02:13:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.037996 10.0.0.22 - - [2026-01-26 02:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.300529 10.0.0.22 - - [2026-01-26 02:13:57] "POST /access-control-lists HTTP/1.1" 200 573 0.062896 10.0.0.22 - - [2026-01-26 02:13:57] "GET /project/6d71603a-3d43-417f-aa0e-1134ccc15d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.469790 10.0.0.22 - - [2026-01-26 02:13:57] "POST /fqname-to-id HTTP/1.1" 404 206 0.003998 10.0.0.22 - - [2026-01-26 02:13:57] "POST /access-control-lists HTTP/1.1" 200 571 0.061665 [Introspect:8084]10.0.0.22 - - [2026-01-26 02:13:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000988 10.0.0.22 - - [2026-01-26 02:13:58] "POST /fqname-to-id HTTP/1.1" 404 199 0.025837 10.0.0.22 - - [2026-01-26 02:13:58] "GET /projects?obj_uuids=10d84562-ec44-4a99-be7e-a1afa3f476a7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002393 10.0.0.22 - - [2026-01-26 02:13:58] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000870 10.0.0.22 - - [2026-01-26 02:13:58] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006054 10.0.0.22 - - [2026-01-26 02:13:58] "POST /id-to-fqname HTTP/1.1" 200 201 0.001516 10.0.0.22 - - [2026-01-26 02:13:58] "POST /fqname-to-id HTTP/1.1" 404 210 0.002463 10.0.0.22 - - [2026-01-26 02:13:58] "POST /security-groups HTTP/1.1" 200 602 0.063985 10.0.0.22 - - [2026-01-26 02:13:58] "POST /fqname-to-id HTTP/1.1" 404 245 0.002571 10.0.0.22 - - [2026-01-26 02:13:58] "POST /projects HTTP/1.1" 200 607 0.219229 10.0.0.22 - - [2026-01-26 02:13:58] "POST /access-control-lists HTTP/1.1" 200 607 0.059604 10.0.0.22 - - [2026-01-26 02:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.287618 10.0.0.22 - - [2026-01-26 02:13:58] "POST /fqname-to-id HTTP/1.1" 404 244 0.003545 10.0.0.22 - - [2026-01-26 02:13:58] "GET /project/10d84562-ec44-4a99-be7e-a1afa3f476a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.415895 10.0.0.22 - - [2026-01-26 02:13:59] "POST /access-control-lists HTTP/1.1" 200 605 0.060808 10.0.0.22 - - [2026-01-26 02:14:00] "GET / HTTP/1.1" 200 35931 0.002607 10.0.0.22 - - [2026-01-26 02:14:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.22 - - [2026-01-26 02:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.065825 10.0.0.22 - - [2026-01-26 02:14:00] "GET /projects?obj_uuids=10d84562-ec44-4a99-be7e-a1afa3f476a7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000887 10.0.0.22 - - [2026-01-26 02:14:00] "GET /project/10d84562-ec44-4a99-be7e-a1afa3f476a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.033614 10.0.0.22 - - [2026-01-26 02:14:01] "POST /neutron/network HTTP/1.1" 200 117 0.100360 10.0.0.22 - - [2026-01-26 02:14:01] "GET /projects?obj_uuids=10d84562-ec44-4a99-be7e-a1afa3f476a7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000982 10.0.0.22 - - [2026-01-26 02:14:01] "POST /neutron/network HTTP/1.1" 200 620 0.087028 10.0.0.22 - - [2026-01-26 02:14:01] "POST /route-targets HTTP/1.1" 200 327 0.009962 10.0.0.22 - - [2026-01-26 02:14:01] "POST /ref-update HTTP/1.1" 200 156 0.020356 10.0.0.22 - - [2026-01-26 02:14:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003888 10.0.0.22 - - [2026-01-26 02:14:01] "POST /neutron/subnet HTTP/1.1" 200 730 0.229314 10.0.0.22 - - [2026-01-26 02:14:01] "POST /neutron/network HTTP/1.1" 200 840 0.007629 10.0.0.22 - - [2026-01-26 02:14:01] "POST /id-to-fqname HTTP/1.1" 200 233 0.001512 10.0.0.22 - - [2026-01-26 02:14:01] "GET /virtual-network/06f283f1-44d9-4aec-a6e5-f3e9251c9d40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005219 10.0.0.22 - - [2026-01-26 02:14:01] "POST /neutron/network HTTP/1.1" 200 840 0.008615 10.0.0.22 - - [2026-01-26 02:14:01] "GET /virtual-network/06f283f1-44d9-4aec-a6e5-f3e9251c9d40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005523 10.0.0.22 - - [2026-01-26 02:14:01] "POST /neutron/network HTTP/1.1" 200 840 0.005685 10.0.0.22 - - [2026-01-26 02:14:01] "POST /neutron/subnet HTTP/1.1" 200 730 0.007165 10.0.0.22 - - [2026-01-26 02:14:01] "GET /domains HTTP/1.1" 401 292 0.000744 10.0.0.22 - - [2026-01-26 02:14:02] "GET /domains HTTP/1.1" 200 280 0.035801 10.0.0.22 - - [2026-01-26 02:14:02] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000899 10.0.0.22 - - [2026-01-26 02:14:02] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2583 0.014497 10.0.0.22 - - [2026-01-26 02:14:02] "GET /projects?obj_uuids=10d84562-ec44-4a99-be7e-a1afa3f476a7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001145 10.0.0.22 - - [2026-01-26 02:14:02] "GET /project/10d84562-ec44-4a99-be7e-a1afa3f476a7 HTTP/1.1" 200 2167 0.071656 10.0.0.22 - - [2026-01-26 02:14:02] "GET /virtual-network/06f283f1-44d9-4aec-a6e5-f3e9251c9d40 HTTP/1.1" 200 2343 0.008043 10.0.0.22 - - [2026-01-26 02:14:02] "GET /virtual-network/06f283f1-44d9-4aec-a6e5-f3e9251c9d40 HTTP/1.1" 200 2343 0.004779 10.0.0.22 - - [2026-01-26 02:14:02] "GET /routing-instance/9864b82f-6dc2-441e-839b-2e70da7ced01 HTTP/1.1" 200 1494 0.003459 10.0.0.22 - - [2026-01-26 02:14:02] "GET /routing-instance/9864b82f-6dc2-441e-839b-2e70da7ced01 HTTP/1.1" 200 1494 0.003596 10.0.0.22 - - [2026-01-26 02:14:02] "GET /route-target/ebe7097a-6847-4e1e-92af-a9147e8862e3 HTTP/1.1" 200 1220 0.002831 10.0.0.22 - - [2026-01-26 02:14:02] "GET /virtual-network/06f283f1-44d9-4aec-a6e5-f3e9251c9d40 HTTP/1.1" 200 2343 0.005294 10.0.0.22 - - [2026-01-26 02:14:02] "GET /routing-instance/9864b82f-6dc2-441e-839b-2e70da7ced01 HTTP/1.1" 200 1494 0.003220 10.0.0.22 - - [2026-01-26 02:14:02] "GET /virtual-network/06f283f1-44d9-4aec-a6e5-f3e9251c9d40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004404 10.0.0.22 - - [2026-01-26 02:14:02] "GET /virtual-network/06f283f1-44d9-4aec-a6e5-f3e9251c9d40 HTTP/1.1" 200 2343 0.006398 10.0.0.22 - - [2026-01-26 02:14:02] "GET /routing-instance/9864b82f-6dc2-441e-839b-2e70da7ced01 HTTP/1.1" 200 1494 0.003255 10.0.0.22 - - [2026-01-26 02:14:02] "GET /routing-instance/9864b82f-6dc2-441e-839b-2e70da7ced01 HTTP/1.1" 200 1494 0.003837 10.0.0.22 - - [2026-01-26 02:14:02] "GET /route-target/ebe7097a-6847-4e1e-92af-a9147e8862e3 HTTP/1.1" 200 1220 0.003420 10.0.0.22 - - [2026-01-26 02:14:02] "GET /domains HTTP/1.1" 200 280 0.002981 10.0.0.22 - - [2026-01-26 02:14:02] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000825 10.0.0.22 - - [2026-01-26 02:14:02] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2583 0.006264 10.0.0.22 - - [2026-01-26 02:14:02] "GET /projects?obj_uuids=10d84562-ec44-4a99-be7e-a1afa3f476a7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000870 10.0.0.22 - - [2026-01-26 02:14:02] "GET /project/10d84562-ec44-4a99-be7e-a1afa3f476a7 HTTP/1.1" 200 2167 0.073711 10.0.0.22 - - [2026-01-26 02:14:02] "GET /virtual-network/06f283f1-44d9-4aec-a6e5-f3e9251c9d40 HTTP/1.1" 200 2343 0.004655 10.0.0.22 - - [2026-01-26 02:14:02] "GET /obj-perms HTTP/1.1" 200 5052 0.050325 10.0.0.22 - - [2026-01-26 02:14:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.001635 10.0.0.22 - - [2026-01-26 02:14:04] "POST /neutron/network HTTP/1.1" 200 850 0.005294 10.0.0.22 - - [2026-01-26 02:14:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000369 10.0.0.22 - - [2026-01-26 02:14:04] "GET / HTTP/1.1" 200 35931 0.001352 10.0.0.22 - - [2026-01-26 02:14:04] "GET /project/10d84562-ec44-4a99-be7e-a1afa3f476a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000319 10.0.0.22 - - [2026-01-26 02:14:05] "GET /projects?obj_uuids=10d84562-ec44-4a99-be7e-a1afa3f476a7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000925 10.0.0.22 - - [2026-01-26 02:14:05] "GET /project/10d84562-ec44-4a99-be7e-a1afa3f476a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.050763 10.0.0.22 - - [2026-01-26 02:14:05] "POST /neutron/network HTTP/1.1" 200 840 0.032663 10.0.0.22 - - [2026-01-26 02:14:06] "POST /neutron/port HTTP/1.1" 200 117 0.004293 10.0.0.22 - - [2026-01-26 02:14:06] "POST /neutron/port HTTP/1.1" 200 117 0.004710 10.0.0.22 - - [2026-01-26 02:14:06] "POST /neutron/port HTTP/1.1" 200 117 0.005101 10.0.0.22 - - [2026-01-26 02:14:07] "POST /neutron/network HTTP/1.1" 200 850 0.008713 10.0.0.22 - - [2026-01-26 02:14:07] "GET /projects?obj_uuids=10d84562-ec44-4a99-be7e-a1afa3f476a7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001521 10.0.0.22 - - [2026-01-26 02:14:07] "POST /neutron/port HTTP/1.1" 200 1072 0.264275 10.0.0.22 - - [2026-01-26 02:14:07] "POST /neutron/port HTTP/1.1" 200 1072 0.034431 10.0.0.22 - - [2026-01-26 02:14:07] "POST /neutron/port HTTP/1.1" 200 1072 0.011236 10.0.0.22 - - [2026-01-26 02:14:07] "POST /neutron/port HTTP/1.1" 200 1126 0.071651 10.0.0.22 - - [2026-01-26 02:14:07] "POST /neutron/port HTTP/1.1" 200 1136 0.018852 10.0.0.22 - - [2026-01-26 02:14:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003625 10.0.0.22 - - [2026-01-26 02:14:08] "POST /neutron/subnet HTTP/1.1" 200 704 0.008651 10.0.0.22 - - [2026-01-26 02:14:08] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.22 - - [2026-01-26 02:14:08] "POST /neutron/network HTTP/1.1" 200 840 0.006791 10.0.0.22 - - [2026-01-26 02:14:11] "POST /neutron/port HTTP/1.1" 200 1136 0.011157 10.0.0.22 - - [2026-01-26 02:14:11] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009800 10.0.0.22 - - [2026-01-26 02:14:16] "POST /neutron/port HTTP/1.1" 200 1136 0.011971 10.0.0.22 - - [2026-01-26 02:14:16] "POST /neutron/security_group HTTP/1.1" 200 2069 0.005587 10.0.0.22 - - [2026-01-26 02:14:16] "GET /obj-perms HTTP/1.1" 200 5052 0.003683 10.0.0.22 - - [2026-01-26 02:14:17] "GET /obj-perms HTTP/1.1" 200 5052 0.003477 10.0.0.22 - - [2026-01-26 02:14:18] "GET /obj-perms HTTP/1.1" 200 5052 0.002888 10.0.0.22 - - [2026-01-26 02:14:19] "GET /obj-perms HTTP/1.1" 200 5052 0.003654 10.0.0.22 - - [2026-01-26 02:14:20] "GET /obj-perms HTTP/1.1" 200 5052 0.003786 10.0.0.22 - - [2026-01-26 02:14:21] "POST /neutron/network HTTP/1.1" 200 840 0.008510 10.0.0.22 - - [2026-01-26 02:14:21] "POST /neutron/network HTTP/1.1" 400 204 0.022084 10.0.0.22 - - [2026-01-26 02:14:22] "POST /neutron/port HTTP/1.1" 200 1136 0.015757 10.0.0.22 - - [2026-01-26 02:14:22] "POST /neutron/port HTTP/1.1" 200 1126 0.010670 10.0.0.22 - - [2026-01-26 02:14:22] "POST /neutron/port HTTP/1.1" 200 151 0.120398 10.0.0.22 - - [2026-01-26 02:14:22] "POST /neutron/port HTTP/1.1" 200 117 0.036284 10.0.0.22 - - [2026-01-26 02:14:23] "POST /neutron/network HTTP/1.1" 200 840 0.005388 10.0.0.22 - - [2026-01-26 02:14:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002705 10.0.0.22 - - [2026-01-26 02:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.22 - - [2026-01-26 02:14:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001901 10.0.0.22 - - [2026-01-26 02:14:23] "POST /neutron/network HTTP/1.1" 200 151 0.088849 10.0.0.22 - - [2026-01-26 02:14:23] "GET /routing-instance/9864b82f-6dc2-441e-839b-2e70da7ced01 HTTP/1.1" 404 171 0.002409 10.0.0.22 - - [2026-01-26 02:14:23] "GET /domains HTTP/1.1" 200 280 0.002644 10.0.0.22 - - [2026-01-26 02:14:23] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000864 10.0.0.22 - - [2026-01-26 02:14:23] "DELETE /route-target/ebe7097a-6847-4e1e-92af-a9147e8862e3 HTTP/1.1" 200 115 0.025636 10.0.0.22 - - [2026-01-26 02:14:23] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2583 0.047530 10.0.0.22 - - [2026-01-26 02:14:23] "GET /projects?obj_uuids=10d84562-ec44-4a99-be7e-a1afa3f476a7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000902 10.0.0.22 - - [2026-01-26 02:14:23] "GET /project/10d84562-ec44-4a99-be7e-a1afa3f476a7 HTTP/1.1" 200 1917 0.080472 10.0.0.22 - - [2026-01-26 02:14:24] "GET /projects?obj_uuids=10d84562-ec44-4a99-be7e-a1afa3f476a7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001093 10.0.0.22 - - [2026-01-26 02:14:24] "GET /project/10d84562-ec44-4a99-be7e-a1afa3f476a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.034516 10.0.0.22 - - [2026-01-26 02:14:24] "GET /projects?obj_uuids=10d84562-ec44-4a99-be7e-a1afa3f476a7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001234 10.0.0.22 - - [2026-01-26 02:14:24] "GET /project/10d84562-ec44-4a99-be7e-a1afa3f476a7?fields=virtual_networks HTTP/1.1" 200 1053 0.072752 10.0.0.22 - - [2026-01-26 02:14:24] "GET /projects?obj_uuids=10d84562-ec44-4a99-be7e-a1afa3f476a7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001118 10.0.0.22 - - [2026-01-26 02:14:24] "GET /project/10d84562-ec44-4a99-be7e-a1afa3f476a7?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.032728 10.0.0.22 - - [2026-01-26 02:14:24] "GET /projects?obj_uuids=10d84562-ec44-4a99-be7e-a1afa3f476a7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001162 10.0.0.22 - - [2026-01-26 02:14:24] "GET /project/10d84562-ec44-4a99-be7e-a1afa3f476a7?fields=security_groups HTTP/1.1" 200 1290 0.030548 10.0.0.22 - - [2026-01-26 02:14:24] "GET /projects?obj_uuids=6d71603a-3d43-417f-aa0e-1134ccc15d6c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000962 10.0.0.22 - - [2026-01-26 02:14:24] "GET /project/6d71603a-3d43-417f-aa0e-1134ccc15d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.024940 10.0.0.22 - - [2026-01-26 02:14:28] "GET /projects?obj_uuids=6d71603a-3d43-417f-aa0e-1134ccc15d6c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001225 10.0.0.22 - - [2026-01-26 02:14:28] "GET /project/6d71603a-3d43-417f-aa0e-1134ccc15d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.030792 10.0.0.22 - - [2026-01-26 02:14:29] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003375 10.0.0.22 - - [2026-01-26 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 200 0.026237 10.0.0.22 - - [2026-01-26 02:14:29] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003004 10.0.0.22 - - [2026-01-26 02:14:29] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000898 10.0.0.22 - - [2026-01-26 02:14:29] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005931 10.0.0.22 - - [2026-01-26 02:14:29] "POST /id-to-fqname HTTP/1.1" 200 202 0.001129 10.0.0.22 - - [2026-01-26 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 211 0.002913 10.0.0.22 - - [2026-01-26 02:14:29] "POST /security-groups HTTP/1.1" 200 603 0.066229 10.0.0.22 - - [2026-01-26 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 246 0.002463 10.0.0.22 - - [2026-01-26 02:14:29] "POST /projects HTTP/1.1" 200 609 0.221185 10.0.0.22 - - [2026-01-26 02:14:30] "POST /access-control-lists HTTP/1.1" 200 608 0.061606 10.0.0.22 - - [2026-01-26 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.293017 10.0.0.22 - - [2026-01-26 02:14:30] "POST /fqname-to-id HTTP/1.1" 404 245 0.002511 10.0.0.22 - - [2026-01-26 02:14:30] "GET /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.411190 10.0.0.22 - - [2026-01-26 02:14:30] "POST /access-control-lists HTTP/1.1" 200 606 0.064944 10.0.0.22 - - [2026-01-26 02:14:31] "GET / HTTP/1.1" 200 35931 0.002722 10.0.0.22 - - [2026-01-26 02:14:31] "GET /projects?obj_uuids=6d71603a-3d43-417f-aa0e-1134ccc15d6c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000874 10.0.0.22 - - [2026-01-26 02:14:31] "GET /project/6d71603a-3d43-417f-aa0e-1134ccc15d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.023039 10.0.0.22 - - [2026-01-26 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.22 - - [2026-01-26 02:14:32] "GET /security-group/ab4a4614-c74f-4de3-9862-449e912d225d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.005062 10.0.0.22 - - [2026-01-26 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.22 - - [2026-01-26 02:14:32] "GET /projects?obj_uuids=6d71603a-3d43-417f-aa0e-1134ccc15d6c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001981 10.0.0.22 - - [2026-01-26 02:14:32] "GET /project/6d71603a-3d43-417f-aa0e-1134ccc15d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.027655 10.0.0.22 - - [2026-01-26 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.22 - - [2026-01-26 02:14:32] "GET /security-group/ab4a4614-c74f-4de3-9862-449e912d225d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004519 10.0.0.22 - - [2026-01-26 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.22 - - [2026-01-26 02:14:32] "PUT /security-group/ab4a4614-c74f-4de3-9862-449e912d225d HTTP/1.1" 200 262 0.013481 10.0.0.22 - - [2026-01-26 02:14:32] "PUT /access-control-list/a3b9e6f4-3a5a-4fe8-8f3d-bf7a49400cfd HTTP/1.1" 200 272 0.008659 10.0.0.22 - - [2026-01-26 02:14:32] "PUT /access-control-list/482fa017-d5a6-48e7-bf77-b70d2b583ce5 HTTP/1.1" 200 272 0.008813 10.0.0.22 - - [2026-01-26 02:14:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000573 10.0.0.22 - - [2026-01-26 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.054358 10.0.0.22 - - [2026-01-26 02:14:33] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001245 10.0.0.22 - - [2026-01-26 02:14:33] "GET /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.025346 10.0.0.22 - - [2026-01-26 02:14:33] "POST /neutron/network HTTP/1.1" 200 117 0.033508 10.0.0.22 - - [2026-01-26 02:14:33] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001135 10.0.0.22 - - [2026-01-26 02:14:33] "POST /neutron/network HTTP/1.1" 200 619 0.071570 10.0.0.22 - - [2026-01-26 02:14:33] "POST /route-targets HTTP/1.1" 200 327 0.024036 10.0.0.22 - - [2026-01-26 02:14:33] "POST /ref-update HTTP/1.1" 200 156 0.018081 10.0.0.22 - - [2026-01-26 02:14:33] "POST /useragent-kv HTTP/1.1" 200 115 0.006113 10.0.0.22 - - [2026-01-26 02:14:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.180153 10.0.0.22 - - [2026-01-26 02:14:33] "POST /neutron/network HTTP/1.1" 200 837 0.005015 10.0.0.22 - - [2026-01-26 02:14:33] "POST /id-to-fqname HTTP/1.1" 200 233 0.001031 10.0.0.22 - - [2026-01-26 02:14:33] "GET /virtual-network/56901db1-f6ff-4a0a-a70a-f59c1f1118f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004403 10.0.0.22 - - [2026-01-26 02:14:33] "POST /neutron/network HTTP/1.1" 200 837 0.006340 10.0.0.22 - - [2026-01-26 02:14:33] "GET /virtual-network/56901db1-f6ff-4a0a-a70a-f59c1f1118f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006628 10.0.0.22 - - [2026-01-26 02:14:33] "POST /neutron/network HTTP/1.1" 200 837 0.005659 10.0.0.22 - - [2026-01-26 02:14:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.009454 10.0.0.22 - - [2026-01-26 02:14:33] "GET /domains HTTP/1.1" 401 292 0.000548 10.0.0.22 - - [2026-01-26 02:14:34] "GET /domains HTTP/1.1" 200 280 0.034385 10.0.0.22 - - [2026-01-26 02:14:34] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.22 - - [2026-01-26 02:14:34] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2781 0.009556 10.0.0.22 - - [2026-01-26 02:14:34] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153 10.0.0.22 - - [2026-01-26 02:14:34] "GET /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60 HTTP/1.1" 200 2173 0.073709 10.0.0.22 - - [2026-01-26 02:14:34] "GET /virtual-network/56901db1-f6ff-4a0a-a70a-f59c1f1118f1 HTTP/1.1" 200 2336 0.015675 10.0.0.22 - - [2026-01-26 02:14:34] "GET /virtual-network/56901db1-f6ff-4a0a-a70a-f59c1f1118f1 HTTP/1.1" 200 2336 0.005740 10.0.0.22 - - [2026-01-26 02:14:34] "GET /routing-instance/6d954250-3133-447e-a00a-22e1dfe5ac15 HTTP/1.1" 200 1491 0.003937 10.0.0.22 - - [2026-01-26 02:14:34] "GET /routing-instance/6d954250-3133-447e-a00a-22e1dfe5ac15 HTTP/1.1" 200 1491 0.003698 10.0.0.22 - - [2026-01-26 02:14:34] "GET /route-target/4c4122bc-ad68-4a20-9452-21761e392c14 HTTP/1.1" 200 1218 0.004242 10.0.0.22 - - [2026-01-26 02:14:34] "GET /virtual-network/56901db1-f6ff-4a0a-a70a-f59c1f1118f1 HTTP/1.1" 200 2336 0.006433 10.0.0.22 - - [2026-01-26 02:14:34] "GET /routing-instance/6d954250-3133-447e-a00a-22e1dfe5ac15 HTTP/1.1" 200 1491 0.004389 10.0.0.22 - - [2026-01-26 02:14:34] "GET /virtual-network/56901db1-f6ff-4a0a-a70a-f59c1f1118f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006965 10.0.0.22 - - [2026-01-26 02:14:34] "GET /virtual-network/56901db1-f6ff-4a0a-a70a-f59c1f1118f1 HTTP/1.1" 200 2336 0.005639 10.0.0.22 - - [2026-01-26 02:14:34] "GET /routing-instance/6d954250-3133-447e-a00a-22e1dfe5ac15 HTTP/1.1" 200 1491 0.004704 10.0.0.22 - - [2026-01-26 02:14:34] "GET /routing-instance/6d954250-3133-447e-a00a-22e1dfe5ac15 HTTP/1.1" 200 1491 0.003637 10.0.0.22 - - [2026-01-26 02:14:34] "GET /route-target/4c4122bc-ad68-4a20-9452-21761e392c14 HTTP/1.1" 200 1218 0.004087 10.0.0.22 - - [2026-01-26 02:14:34] "GET /domains HTTP/1.1" 200 280 0.003448 10.0.0.22 - - [2026-01-26 02:14:34] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.22 - - [2026-01-26 02:14:34] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2781 0.007395 10.0.0.22 - - [2026-01-26 02:14:34] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000895 10.0.0.22 - - [2026-01-26 02:14:34] "GET /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60 HTTP/1.1" 200 2173 0.071249 10.0.0.22 - - [2026-01-26 02:14:34] "GET /virtual-network/56901db1-f6ff-4a0a-a70a-f59c1f1118f1 HTTP/1.1" 200 2336 0.004686 10.0.0.22 - - [2026-01-26 02:14:34] "GET /obj-perms HTTP/1.1" 200 5054 0.067689 10.0.0.22 - - [2026-01-26 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.22 - - [2026-01-26 02:14:34] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000855 10.0.0.22 - - [2026-01-26 02:14:34] "GET /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.028048 10.0.0.22 - - [2026-01-26 02:14:34] "POST /neutron/network HTTP/1.1" 200 117 0.011646 10.0.0.22 - - [2026-01-26 02:14:34] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001125 10.0.0.22 - - [2026-01-26 02:14:35] "POST /neutron/network HTTP/1.1" 200 619 0.082589 10.0.0.22 - - [2026-01-26 02:14:35] "POST /route-targets HTTP/1.1" 200 327 0.008192 10.0.0.22 - - [2026-01-26 02:14:35] "POST /ref-update HTTP/1.1" 200 156 0.011943 10.0.0.22 - - [2026-01-26 02:14:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005220 10.0.0.22 - - [2026-01-26 02:14:35] "POST /neutron/subnet HTTP/1.1" 200 730 0.158970 10.0.0.22 - - [2026-01-26 02:14:35] "POST /neutron/network HTTP/1.1" 200 839 0.008385 10.0.0.22 - - [2026-01-26 02:14:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001255 10.0.0.22 - - [2026-01-26 02:14:35] "GET /virtual-network/3081c8cf-e643-49f3-bfdd-420a2a5d8159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004388 10.0.0.22 - - [2026-01-26 02:14:35] "POST /neutron/network HTTP/1.1" 200 839 0.006138 10.0.0.22 - - [2026-01-26 02:14:35] "GET /virtual-network/3081c8cf-e643-49f3-bfdd-420a2a5d8159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005007 10.0.0.22 - - [2026-01-26 02:14:35] "POST /neutron/network HTTP/1.1" 200 839 0.005120 10.0.0.22 - - [2026-01-26 02:14:35] "POST /neutron/subnet HTTP/1.1" 200 730 0.005902 10.0.0.22 - - [2026-01-26 02:14:35] "GET /domains HTTP/1.1" 200 280 0.002160 10.0.0.22 - - [2026-01-26 02:14:35] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.22 - - [2026-01-26 02:14:35] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2781 0.006167 10.0.0.22 - - [2026-01-26 02:14:35] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000808 10.0.0.22 - - [2026-01-26 02:14:35] "GET /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60 HTTP/1.1" 200 2401 0.068906 10.0.0.22 - - [2026-01-26 02:14:35] "GET /virtual-network/3081c8cf-e643-49f3-bfdd-420a2a5d8159 HTTP/1.1" 200 2342 0.006192 10.0.0.22 - - [2026-01-26 02:14:35] "GET /virtual-network/3081c8cf-e643-49f3-bfdd-420a2a5d8159 HTTP/1.1" 200 2342 0.004487 10.0.0.22 - - [2026-01-26 02:14:35] "GET /routing-instance/32da6e18-f1fe-40af-8854-8b399a7c185a HTTP/1.1" 200 1490 0.003740 10.0.0.22 - - [2026-01-26 02:14:35] "GET /routing-instance/32da6e18-f1fe-40af-8854-8b399a7c185a HTTP/1.1" 200 1490 0.003904 10.0.0.22 - - [2026-01-26 02:14:35] "GET /route-target/09a9a9d9-4a3e-4118-9f2f-8e89e40215d0 HTTP/1.1" 200 1217 0.004416 10.0.0.22 - - [2026-01-26 02:14:35] "GET /virtual-network/3081c8cf-e643-49f3-bfdd-420a2a5d8159 HTTP/1.1" 200 2342 0.004926 10.0.0.22 - - [2026-01-26 02:14:35] "GET /routing-instance/32da6e18-f1fe-40af-8854-8b399a7c185a HTTP/1.1" 200 1490 0.003313 10.0.0.22 - - [2026-01-26 02:14:35] "GET /virtual-network/3081c8cf-e643-49f3-bfdd-420a2a5d8159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004622 10.0.0.22 - - [2026-01-26 02:14:35] "GET /virtual-network/3081c8cf-e643-49f3-bfdd-420a2a5d8159 HTTP/1.1" 200 2342 0.005433 10.0.0.22 - - [2026-01-26 02:14:35] "GET /routing-instance/32da6e18-f1fe-40af-8854-8b399a7c185a HTTP/1.1" 200 1490 0.003306 10.0.0.22 - - [2026-01-26 02:14:35] "GET /routing-instance/32da6e18-f1fe-40af-8854-8b399a7c185a HTTP/1.1" 200 1490 0.003206 10.0.0.22 - - [2026-01-26 02:14:35] "GET /route-target/09a9a9d9-4a3e-4118-9f2f-8e89e40215d0 HTTP/1.1" 200 1217 0.003552 10.0.0.22 - - [2026-01-26 02:14:35] "GET /domains HTTP/1.1" 200 280 0.002773 10.0.0.22 - - [2026-01-26 02:14:35] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000792 10.0.0.22 - - [2026-01-26 02:14:35] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2781 0.006102 10.0.0.22 - - [2026-01-26 02:14:35] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000957 10.0.0.22 - - [2026-01-26 02:14:35] "GET /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60 HTTP/1.1" 200 2401 0.066661 10.0.0.22 - - [2026-01-26 02:14:35] "GET /virtual-network/3081c8cf-e643-49f3-bfdd-420a2a5d8159 HTTP/1.1" 200 2342 0.006165 10.0.0.22 - - [2026-01-26 02:14:35] "GET /obj-perms HTTP/1.1" 200 5054 0.003136 10.0.0.22 - - [2026-01-26 02:14:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001465 10.0.0.22 - - [2026-01-26 02:14:35] "POST /neutron/network HTTP/1.1" 200 849 0.005236 10.0.0.22 - - [2026-01-26 02:14:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000371 10.0.0.22 - - [2026-01-26 02:14:36] "GET / HTTP/1.1" 200 35931 0.001431 10.0.0.22 - - [2026-01-26 02:14:36] "GET /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000355 10.0.0.22 - - [2026-01-26 02:14:36] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001048 10.0.0.22 - - [2026-01-26 02:14:36] "GET /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.061000 10.0.0.22 - - [2026-01-26 02:14:36] "POST /neutron/network HTTP/1.1" 200 839 0.006700 10.0.0.22 - - [2026-01-26 02:14:36] "POST /neutron/port HTTP/1.1" 200 117 0.008122 10.0.0.22 - - [2026-01-26 02:14:36] "POST /neutron/port HTTP/1.1" 200 117 0.004540 10.0.0.22 - - [2026-01-26 02:14:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001235 10.0.0.22 - - [2026-01-26 02:14:36] "POST /neutron/port HTTP/1.1" 200 117 0.004584 10.0.0.22 - - [2026-01-26 02:14:36] "POST /neutron/network HTTP/1.1" 200 847 0.006951 10.0.0.22 - - [2026-01-26 02:14:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000447 10.0.0.22 - - [2026-01-26 02:14:37] "POST /neutron/network HTTP/1.1" 200 849 0.004987 10.0.0.22 - - [2026-01-26 02:14:37] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000899 10.0.0.22 - - [2026-01-26 02:14:37] "GET / HTTP/1.1" 200 35931 0.001408 10.0.0.22 - - [2026-01-26 02:14:37] "GET /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000364 10.0.0.22 - - [2026-01-26 02:14:37] "POST /neutron/port HTTP/1.1" 200 1073 0.195940 10.0.0.22 - - [2026-01-26 02:14:37] "POST /neutron/port HTTP/1.1" 200 1073 0.010125 10.0.0.22 - - [2026-01-26 02:14:37] "POST /neutron/port HTTP/1.1" 200 1073 0.011783 10.0.0.22 - - [2026-01-26 02:14:37] "POST /neutron/port HTTP/1.1" 200 1127 0.062932 10.0.0.22 - - [2026-01-26 02:14:37] "POST /neutron/port HTTP/1.1" 200 1137 0.010811 10.0.0.22 - - [2026-01-26 02:14:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003015 10.0.0.22 - - [2026-01-26 02:14:37] "POST /neutron/subnet HTTP/1.1" 200 704 0.005920 10.0.0.22 - - [2026-01-26 02:14:37] "POST /neutron/port HTTP/1.1" 200 117 0.001054 10.0.0.22 - - [2026-01-26 02:14:37] "POST /neutron/network HTTP/1.1" 200 839 0.007363 10.0.0.22 - - [2026-01-26 02:14:37] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000855 10.0.0.22 - - [2026-01-26 02:14:37] "GET /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.053612 10.0.0.22 - - [2026-01-26 02:14:37] "POST /neutron/network HTTP/1.1" 200 837 0.005756 10.0.0.22 - - [2026-01-26 02:14:37] "POST /neutron/port HTTP/1.1" 200 1137 0.012088 10.0.0.22 - - [2026-01-26 02:14:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006891 10.0.0.22 - - [2026-01-26 02:14:37] "POST /neutron/port HTTP/1.1" 200 117 0.004545 10.0.0.22 - - [2026-01-26 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.22 - - [2026-01-26 02:14:37] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000963 10.0.0.22 - - [2026-01-26 02:14:38] "GET /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.027175 10.0.0.22 - - [2026-01-26 02:14:38] "GET /virtual-network/56901db1-f6ff-4a0a-a70a-f59c1f1118f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004665 10.0.0.22 - - [2026-01-26 02:14:38] "GET /floating-ip-pools?parent_id=56901db1-f6ff-4a0a-a70a-f59c1f1118f1&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003078 10.0.0.22 - - [2026-01-26 02:14:38] "GET /virtual-network/56901db1-f6ff-4a0a-a70a-f59c1f1118f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004710 10.0.0.22 - - [2026-01-26 02:14:38] "POST /floating-ip-pools HTTP/1.1" 200 609 0.024966 10.0.0.22 - - [2026-01-26 02:14:38] "POST /neutron/network HTTP/1.1" 200 847 0.005321 10.0.0.22 - - [2026-01-26 02:14:38] "POST /ref-update HTTP/1.1" 200 156 0.010633 10.0.0.22 - - [2026-01-26 02:14:38] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002575 10.0.0.22 - - [2026-01-26 02:14:38] "GET /virtual-network/56901db1-f6ff-4a0a-a70a-f59c1f1118f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006640 10.0.0.22 - - [2026-01-26 02:14:38] "GET /domains HTTP/1.1" 200 280 0.005139 10.0.0.22 - - [2026-01-26 02:14:38] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000841 10.0.0.22 - - [2026-01-26 02:14:38] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2781 0.009552 10.0.0.22 - - [2026-01-26 02:14:38] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000896 10.0.0.22 - - [2026-01-26 02:14:38] "GET /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60 HTTP/1.1" 200 3243 0.082904 10.0.0.22 - - [2026-01-26 02:14:38] "GET /virtual-network/56901db1-f6ff-4a0a-a70a-f59c1f1118f1 HTTP/1.1" 200 2927 0.006865 10.0.0.22 - - [2026-01-26 02:14:38] "GET /floating-ip-pool/80454b5c-3314-4e33-a1fd-9b12c49d6e53 HTTP/1.1" 200 1440 0.004096 10.0.0.22 - - [2026-01-26 02:14:38] "GET /domains HTTP/1.1" 200 280 0.008621 10.0.0.22 - - [2026-01-26 02:14:38] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000812 10.0.0.22 - - [2026-01-26 02:14:38] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2781 0.011750 10.0.0.22 - - [2026-01-26 02:14:38] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000790 10.0.0.22 - - [2026-01-26 02:14:38] "POST /neutron/port HTTP/1.1" 200 1071 0.289198 10.0.0.22 - - [2026-01-26 02:14:38] "GET /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60 HTTP/1.1" 200 3243 0.073043 10.0.0.22 - - [2026-01-26 02:14:38] "GET /virtual-network/56901db1-f6ff-4a0a-a70a-f59c1f1118f1 HTTP/1.1" 200 3148 0.008250 10.0.0.22 - - [2026-01-26 02:14:38] "GET /virtual-network/56901db1-f6ff-4a0a-a70a-f59c1f1118f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.013088 10.0.0.22 - - [2026-01-26 02:14:38] "POST /neutron/port HTTP/1.1" 200 1071 0.043286 10.0.0.22 - - [2026-01-26 02:14:38] "POST /neutron/port HTTP/1.1" 200 1071 0.018940 10.0.0.22 - - [2026-01-26 02:14:38] "POST /neutron/port HTTP/1.1" 200 1137 0.015321 10.0.0.22 - - [2026-01-26 02:14:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009352 10.0.0.22 - - [2026-01-26 02:14:38] "POST /neutron/port HTTP/1.1" 200 1125 0.095709 10.0.0.22 - - [2026-01-26 02:14:38] "POST /neutron/port HTTP/1.1" 200 1135 0.012196 10.0.0.22 - - [2026-01-26 02:14:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003612 10.0.0.22 - - [2026-01-26 02:14:38] "POST /neutron/subnet HTTP/1.1" 200 694 0.007303 10.0.0.22 - - [2026-01-26 02:14:38] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.22 - - [2026-01-26 02:14:38] "POST /neutron/network HTTP/1.1" 200 837 0.005323 10.0.0.22 - - [2026-01-26 02:14:43] "POST /neutron/port HTTP/1.1" 200 1137 0.012160 10.0.0.22 - - [2026-01-26 02:14:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005432 10.0.0.22 - - [2026-01-26 02:14:43] "POST /neutron/port HTTP/1.1" 200 1137 0.011420 10.0.0.22 - - [2026-01-26 02:14:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005553 10.0.0.22 - - [2026-01-26 02:14:43] "POST /neutron/port HTTP/1.1" 200 1137 0.014699 10.0.0.22 - - [2026-01-26 02:14:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011227 10.0.0.22 - - [2026-01-26 02:14:44] "DELETE /project/6d71603a3d43417faa0e1134ccc15d6c HTTP/1.1" 404 173 0.009105 10.0.0.22 - - [2026-01-26 02:14:44] "DELETE /project/fe441e4b3cd544f48a9e347bebb00b60 HTTP/1.1" 404 173 0.012273 10.0.0.22 - - [2026-01-26 02:14:44] "DELETE /project/10d84562ec444a99be7ea1afa3f476a7 HTTP/1.1" 404 173 0.008592 10.0.0.22 - - [2026-01-26 02:14:44] "GET /projects?obj_uuids=10d84562-ec44-4a99-be7e-a1afa3f476a7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001109 10.0.0.22 - - [2026-01-26 02:14:44] "GET /virtual-machine/5562ba78-1a09-4128-b009-0b44351ebb9e HTTP/1.1" 200 1304 0.008027 10.0.0.22 - - [2026-01-26 02:14:44] "GET /virtual-machine-interface/9653b686-acc9-4b7f-94ad-791e2d8d17ec HTTP/1.1" 200 3004 0.005558 10.0.0.22 - - [2026-01-26 02:14:44] "GET /project/10d84562-ec44-4a99-be7e-a1afa3f476a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.041517 10.0.0.22 - - [2026-01-26 02:14:44] "GET /projects?obj_uuids=10d84562-ec44-4a99-be7e-a1afa3f476a7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000863 10.0.0.22 - - [2026-01-26 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002006 10.0.0.22 - - [2026-01-26 02:14:44] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.012414 10.0.0.22 - - [2026-01-26 02:14:44] "GET /project/10d84562-ec44-4a99-be7e-a1afa3f476a7?fields=security_groups HTTP/1.1" 200 1395 0.040817 10.0.0.22 - - [2026-01-26 02:14:44] "GET /virtual-networks?parent_id=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002648 10.0.0.22 - - [2026-01-26 02:14:44] "DELETE /security-group/e215f464-706b-4005-bd52-1485d2f069f3 HTTP/1.1" 200 115 0.038378 10.0.0.22 - - [2026-01-26 02:14:44] "GET /virtual-network/3081c8cf-e643-49f3-bfdd-420a2a5d8159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.008806 10.0.0.22 - - [2026-01-26 02:14:44] "GET /projects?obj_uuids=10d84562-ec44-4a99-be7e-a1afa3f476a7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000975 10.0.0.22 - - [2026-01-26 02:14:44] "DELETE /access-control-list/fad8ecaf-ef39-4335-9cc0-bd7a70267eac HTTP/1.1" 200 115 0.028755 10.0.0.22 - - [2026-01-26 02:14:44] "GET /project/10d84562-ec44-4a99-be7e-a1afa3f476a7?fields=application_policy_sets HTTP/1.1" 200 1434 0.032237 10.0.0.22 - - [2026-01-26 02:14:44] "DELETE /access-control-list/bd9c744d-d6c6-4d05-98aa-436666ef55e0 HTTP/1.1" 200 115 0.031271 10.0.0.22 - - [2026-01-26 02:14:44] "DELETE /project/10d84562-ec44-4a99-be7e-a1afa3f476a7 HTTP/1.1" 200 115 0.338025 10.0.0.22 - - [2026-01-26 02:14:46] "POST /neutron/port HTTP/1.1" 200 1137 0.012599 10.0.0.22 - - [2026-01-26 02:14:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005774 10.0.0.22 - - [2026-01-26 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.22 - - [2026-01-26 02:14:47] "GET /virtual-network/3081c8cf-e643-49f3-bfdd-420a2a5d8159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005095 10.0.0.22 - - [2026-01-26 02:14:47] "POST /neutron/port HTTP/1.1" 200 1135 0.015015 10.0.0.22 - - [2026-01-26 02:14:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005811 10.0.0.22 - - [2026-01-26 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002532 10.0.0.22 - - [2026-01-26 02:14:49] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002647 10.0.0.22 - - [2026-01-26 02:14:49] "GET /virtual-networks?parent_id=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002929 10.0.0.22 - - [2026-01-26 02:14:49] "GET /virtual-network/3081c8cf-e643-49f3-bfdd-420a2a5d8159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005403 10.0.0.22 - - [2026-01-26 02:14:49] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001015 10.0.0.22 - - [2026-01-26 02:14:49] "POST /neutron/floatingip HTTP/1.1" 200 529 0.122923 10.0.0.22 - - [2026-01-26 02:14:49] "POST /neutron/port HTTP/1.1" 200 1137 0.012627 10.0.0.22 - - [2026-01-26 02:14:49] "GET /obj-perms HTTP/1.1" 200 5056 0.073759 10.0.0.22 - - [2026-01-26 02:14:49] "POST /neutron/floatingip HTTP/1.1" 200 529 0.008359 10.0.0.22 - - [2026-01-26 02:14:49] "POST /neutron/floatingip HTTP/1.1" 200 577 0.040440 10.0.0.22 - - [2026-01-26 02:14:49] "POST /neutron/port HTTP/1.1" 200 1135 0.013639 10.0.0.22 - - [2026-01-26 02:14:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005926 10.0.0.22 - - [2026-01-26 02:14:49] "POST /neutron/port HTTP/1.1" 200 1135 0.016462 10.0.0.22 - - [2026-01-26 02:14:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008839 10.0.0.22 - - [2026-01-26 02:14:50] "POST /neutron/port HTTP/1.1" 200 1135 0.015890 10.0.0.22 - - [2026-01-26 02:14:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007495 10.0.0.22 - - [2026-01-26 02:14:50] "GET /virtual-machine/0000e29a-5bde-4fba-8fe0-2c8a3216c0ab HTTP/1.1" 200 1300 0.005582 10.0.0.22 - - [2026-01-26 02:14:50] "GET /virtual-machine-interface/8d232037-a24d-4d2c-acdb-f8bac7c588f6 HTTP/1.1" 200 3004 0.007334 10.0.0.22 - - [2026-01-26 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.22 - - [2026-01-26 02:14:50] "GET /obj-perms HTTP/1.1" 200 5056 0.056488 10.0.0.22 - - [2026-01-26 02:14:50] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003364 10.0.0.22 - - [2026-01-26 02:14:50] "GET /virtual-networks?parent_id=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003584 10.0.0.22 - - [2026-01-26 02:14:50] "GET /virtual-network/56901db1-f6ff-4a0a-a70a-f59c1f1118f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005881 10.0.0.22 - - [2026-01-26 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.22 - - [2026-01-26 02:14:51] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003758 10.0.0.22 - - [2026-01-26 02:14:51] "GET /virtual-networks?parent_id=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003357 10.0.0.22 - - [2026-01-26 02:14:51] "GET /virtual-network/56901db1-f6ff-4a0a-a70a-f59c1f1118f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006009 10.0.0.22 - - [2026-01-26 02:14:51] "POST /neutron/floatingip HTTP/1.1" 200 577 0.015322 10.0.0.22 - - [2026-01-26 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002465 10.0.0.22 - - [2026-01-26 02:14:51] "GET /routing-instance/6d954250-3133-447e-a00a-22e1dfe5ac15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.003192 10.0.0.22 - - [2026-01-26 02:14:51] "GET /route-target/4c4122bc-ad68-4a20-9452-21761e392c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003649 10.0.0.22 - - [2026-01-26 02:14:51] "GET /floating-ip/30626846-4701-4d05-bdef-623aeea360cf HTTP/1.1" 200 1888 0.004412 10.0.0.22 - - [2026-01-26 02:14:54] "POST /neutron/floatingip HTTP/1.1" 200 577 0.019227 10.0.0.22 - - [2026-01-26 02:14:54] "POST /neutron/floatingip HTTP/1.1" 200 529 0.019300 10.0.0.22 - - [2026-01-26 02:14:54] "POST /neutron/floatingip HTTP/1.1" 200 529 0.006968 10.0.0.22 - - [2026-01-26 02:14:54] "POST /neutron/floatingip HTTP/1.1" 200 115 0.040622 10.0.0.22 - - [2026-01-26 02:14:54] "GET /floating-ip-pool/80454b5c-3314-4e33-a1fd-9b12c49d6e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.003035 10.0.0.22 - - [2026-01-26 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.010454 10.0.0.22 - - [2026-01-26 02:14:54] "DELETE /floating-ip-pool/80454b5c-3314-4e33-a1fd-9b12c49d6e53 HTTP/1.1" 200 115 0.023522 10.0.0.22 - - [2026-01-26 02:14:55] "POST /neutron/network HTTP/1.1" 200 839 0.005747 10.0.0.22 - - [2026-01-26 02:14:55] "POST /neutron/network HTTP/1.1" 400 204 0.013541 10.0.0.22 - - [2026-01-26 02:14:55] "POST /neutron/port HTTP/1.1" 200 1135 0.013641 10.0.0.22 - - [2026-01-26 02:14:55] "POST /neutron/port HTTP/1.1" 200 1125 0.009314 10.0.0.22 - - [2026-01-26 02:14:55] "POST /neutron/port HTTP/1.1" 200 1137 0.026747 10.0.0.22 - - [2026-01-26 02:14:55] "POST /neutron/port HTTP/1.1" 200 151 0.139870 10.0.0.22 - - [2026-01-26 02:14:55] "POST /neutron/port HTTP/1.1" 200 1127 0.011490 10.0.0.22 - - [2026-01-26 02:14:55] "POST /neutron/port HTTP/1.1" 200 151 0.135604 10.0.0.22 - - [2026-01-26 02:14:57] "POST /neutron/network HTTP/1.1" 200 839 0.006536 10.0.0.22 - - [2026-01-26 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.22 - - [2026-01-26 02:14:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003473 10.0.0.22 - - [2026-01-26 02:14:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002156 10.0.0.22 - - [2026-01-26 02:14:57] "POST /neutron/network HTTP/1.1" 200 151 0.076284 10.0.0.22 - - [2026-01-26 02:14:57] "DELETE /route-target/09a9a9d9-4a3e-4118-9f2f-8e89e40215d0 HTTP/1.1" 200 115 0.019411 10.0.0.22 - - [2026-01-26 02:14:57] "GET /routing-instance/32da6e18-f1fe-40af-8854-8b399a7c185a HTTP/1.1" 404 171 0.003582 10.0.0.22 - - [2026-01-26 02:14:57] "GET /domains HTTP/1.1" 200 280 0.002820 10.0.0.22 - - [2026-01-26 02:14:57] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.22 - - [2026-01-26 02:14:57] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2584 0.048960 10.0.0.22 - - [2026-01-26 02:14:57] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001044 10.0.0.22 - - [2026-01-26 02:14:57] "GET /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60 HTTP/1.1" 200 2173 0.085660 10.0.0.22 - - [2026-01-26 02:14:57] "POST /neutron/network HTTP/1.1" 200 837 0.006271 10.0.0.22 - - [2026-01-26 02:14:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003330 10.0.0.22 - - [2026-01-26 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.22 - - [2026-01-26 02:14:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001744 10.0.0.22 - - [2026-01-26 02:14:57] "POST /neutron/network HTTP/1.1" 200 151 0.088899 10.0.0.22 - - [2026-01-26 02:14:57] "DELETE /route-target/4c4122bc-ad68-4a20-9452-21761e392c14 HTTP/1.1" 200 115 0.015656 10.0.0.22 - - [2026-01-26 02:14:57] "GET /routing-instance/6d954250-3133-447e-a00a-22e1dfe5ac15 HTTP/1.1" 404 171 0.003067 10.0.0.22 - - [2026-01-26 02:14:57] "GET /domains HTTP/1.1" 200 280 0.002292 10.0.0.22 - - [2026-01-26 02:14:57] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.22 - - [2026-01-26 02:14:57] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2584 0.048735 10.0.0.22 - - [2026-01-26 02:14:57] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001677 10.0.0.22 - - [2026-01-26 02:14:57] "GET /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60 HTTP/1.1" 200 1923 0.084821 10.0.0.22 - - [2026-01-26 02:14:57] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001085 10.0.0.22 - - [2026-01-26 02:14:57] "GET /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.026922 10.0.0.22 - - [2026-01-26 02:14:57] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000961 10.0.0.22 - - [2026-01-26 02:14:57] "GET /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60?fields=virtual_networks HTTP/1.1" 200 1055 0.071748 10.0.0.22 - - [2026-01-26 02:14:58] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000908 10.0.0.22 - - [2026-01-26 02:14:58] "GET /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.033890 10.0.0.22 - - [2026-01-26 02:14:58] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000958 10.0.0.22 - - [2026-01-26 02:14:58] "GET /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60?fields=security_groups HTTP/1.1" 200 1293 0.026937 10.0.0.22 - - [2026-01-26 02:14:58] "POST /fqname-to-id HTTP/1.1" 404 183 0.026943 10.0.0.22 - - [2026-01-26 02:14:59] "GET /projects?obj_uuids=fd111139-c8be-4048-829b-cc5b3108bc84&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002182 10.0.0.22 - - [2026-01-26 02:14:59] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001187 10.0.0.22 - - [2026-01-26 02:14:59] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007674 10.0.0.22 - - [2026-01-26 02:14:59] "POST /id-to-fqname HTTP/1.1" 200 185 0.001037 10.0.0.22 - - [2026-01-26 02:14:59] "POST /fqname-to-id HTTP/1.1" 404 194 0.002872 10.0.0.22 - - [2026-01-26 02:14:59] "POST /security-groups HTTP/1.1" 200 586 0.060591 10.0.0.22 - - [2026-01-26 02:14:59] "POST /fqname-to-id HTTP/1.1" 404 229 0.002317 10.0.0.22 - - [2026-01-26 02:14:59] "POST /projects HTTP/1.1" 200 575 0.212156 10.0.0.22 - - [2026-01-26 02:14:59] "POST /access-control-lists HTTP/1.1" 200 591 0.057357 10.0.0.22 - - [2026-01-26 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.280881 10.0.0.22 - - [2026-01-26 02:14:59] "POST /fqname-to-id HTTP/1.1" 404 228 0.002858 10.0.0.22 - - [2026-01-26 02:14:59] "GET /project/fd111139-c8be-4048-829b-cc5b3108bc84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.402918 10.0.0.22 - - [2026-01-26 02:14:59] "POST /access-control-lists HTTP/1.1" 200 589 0.072866 10.0.0.22 - - [2026-01-26 02:15:00] "GET / HTTP/1.1" 200 35931 0.002644 10.0.0.22 - - [2026-01-26 02:15:01] "GET /projects?obj_uuids=fd111139-c8be-4048-829b-cc5b3108bc84&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001099 10.0.0.22 - - [2026-01-26 02:15:01] "GET /project/fd111139-c8be-4048-829b-cc5b3108bc84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.032789 10.0.0.22 - - [2026-01-26 02:15:01] "GET /projects?obj_uuids=fd111139-c8be-4048-829b-cc5b3108bc84&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000892 10.0.0.22 - - [2026-01-26 02:15:01] "GET /project/fd111139-c8be-4048-829b-cc5b3108bc84?fields=virtual_networks HTTP/1.1" 200 1021 0.066965 10.0.0.22 - - [2026-01-26 02:15:01] "GET /projects?obj_uuids=fd111139-c8be-4048-829b-cc5b3108bc84&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001001 10.0.0.22 - - [2026-01-26 02:15:01] "GET /project/fd111139-c8be-4048-829b-cc5b3108bc84?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.026589 10.0.0.22 - - [2026-01-26 02:15:02] "GET /projects?obj_uuids=fd111139-c8be-4048-829b-cc5b3108bc84&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000998 10.0.0.22 - - [2026-01-26 02:15:02] "GET /project/fd111139-c8be-4048-829b-cc5b3108bc84?fields=security_groups HTTP/1.1" 200 1242 0.028346 10.0.0.22 - - [2026-01-26 02:15:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.031812 10.0.0.22 - - [2026-01-26 02:15:03] "GET /projects?obj_uuids=46ad2f4f-37f2-4eda-b191-4a5b3935c9f8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002586 10.0.0.22 - - [2026-01-26 02:15:03] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001090 10.0.0.22 - - [2026-01-26 02:15:03] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007787 10.0.0.22 - - [2026-01-26 02:15:03] "POST /id-to-fqname HTTP/1.1" 200 185 0.001433 10.0.0.22 - - [2026-01-26 02:15:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.005119 10.0.0.22 - - [2026-01-26 02:15:03] "POST /security-groups HTTP/1.1" 200 586 0.067940 10.0.0.22 - - [2026-01-26 02:15:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.003929 10.0.0.22 - - [2026-01-26 02:15:03] "POST /projects HTTP/1.1" 200 575 0.251474 10.0.0.22 - - [2026-01-26 02:15:03] "POST /access-control-lists HTTP/1.1" 200 591 0.061390 10.0.0.22 - - [2026-01-26 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.324200 10.0.0.22 - - [2026-01-26 02:15:03] "POST /fqname-to-id HTTP/1.1" 404 228 0.002944 10.0.0.22 - - [2026-01-26 02:15:03] "GET /project/46ad2f4f-37f2-4eda-b191-4a5b3935c9f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.467662 10.0.0.22 - - [2026-01-26 02:15:03] "POST /access-control-lists HTTP/1.1" 200 589 0.064565 10.0.0.22 - - [2026-01-26 02:15:04] "GET / HTTP/1.1" 200 35931 0.001689 10.0.0.22 - - [2026-01-26 02:15:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.003420 10.0.0.22 - - [2026-01-26 02:15:05] "GET /projects?obj_uuids=6d71603a-3d43-417f-aa0e-1134ccc15d6c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000887 10.0.0.22 - - [2026-01-26 02:15:05] "POST /fqname-to-id HTTP/1.1" 404 228 0.002299 10.0.0.22 - - [2026-01-26 02:15:05] "POST /access-control-lists HTTP/1.1" 200 590 0.013368 10.0.0.22 - - [2026-01-26 02:15:05] "POST /fqname-to-id HTTP/1.1" 404 227 0.002621 10.0.0.22 - - [2026-01-26 02:15:05] "POST /access-control-lists HTTP/1.1" 200 588 0.021225 10.0.0.22 - - [2026-01-26 02:15:05] "PUT /access-control-list/f6282355-db2b-47bb-9851-837c17ee81b7 HTTP/1.1" 200 272 0.007926 10.0.0.22 - - [2026-01-26 02:15:05] "POST /neutron/security_group HTTP/1.1" 200 1364 0.304253 10.0.0.22 - - [2026-01-26 02:15:05] "GET /projects?obj_uuids=6d71603a-3d43-417f-aa0e-1134ccc15d6c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000877 10.0.0.22 - - [2026-01-26 02:15:05] "PUT /access-control-list/cb947d38-bd3b-41e0-a1ba-b1ee77712b7d HTTP/1.1" 200 272 0.012807 10.0.0.22 - - [2026-01-26 02:15:05] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.032407 10.0.0.22 - - [2026-01-26 02:15:05] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008793 10.0.0.22 - - [2026-01-26 02:15:05] "PUT /access-control-list/cb947d38-bd3b-41e0-a1ba-b1ee77712b7d HTTP/1.1" 200 272 0.012835 10.0.0.22 - - [2026-01-26 02:15:05] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.127796 10.0.0.22 - - [2026-01-26 02:15:05] "PUT /access-control-list/cb947d38-bd3b-41e0-a1ba-b1ee77712b7d HTTP/1.1" 200 272 0.008467 10.0.0.22 - - [2026-01-26 02:15:05] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009117 10.0.0.22 - - [2026-01-26 02:15:05] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.167661 10.0.0.22 - - [2026-01-26 02:15:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.003491 10.0.0.22 - - [2026-01-26 02:15:05] "PUT /access-control-list/cb947d38-bd3b-41e0-a1ba-b1ee77712b7d HTTP/1.1" 200 272 0.012076 10.0.0.22 - - [2026-01-26 02:15:05] "GET /projects?obj_uuids=6d71603a-3d43-417f-aa0e-1134ccc15d6c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000883 10.0.0.22 - - [2026-01-26 02:15:06] "POST /fqname-to-id HTTP/1.1" 404 228 0.002855 10.0.0.22 - - [2026-01-26 02:15:06] "POST /access-control-lists HTTP/1.1" 200 590 0.014443 10.0.0.22 - - [2026-01-26 02:15:06] "POST /fqname-to-id HTTP/1.1" 404 227 0.002474 10.0.0.22 - - [2026-01-26 02:15:06] "POST /access-control-lists HTTP/1.1" 200 588 0.014175 10.0.0.22 - - [2026-01-26 02:15:06] "PUT /access-control-list/a62ad575-0afd-43e2-800e-f4474fd17c19 HTTP/1.1" 200 272 0.007657 10.0.0.22 - - [2026-01-26 02:15:06] "PUT /access-control-list/57280bd4-a45e-4ca4-94e5-1e6a476b427d HTTP/1.1" 200 272 0.007661 10.0.0.22 - - [2026-01-26 02:15:06] "POST /neutron/security_group HTTP/1.1" 200 1364 0.324314 10.0.0.22 - - [2026-01-26 02:15:06] "GET /projects?obj_uuids=6d71603a-3d43-417f-aa0e-1134ccc15d6c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001009 10.0.0.22 - - [2026-01-26 02:15:06] "PUT /access-control-list/57280bd4-a45e-4ca4-94e5-1e6a476b427d HTTP/1.1" 200 272 0.011053 10.0.0.22 - - [2026-01-26 02:15:06] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.039006 10.0.0.22 - - [2026-01-26 02:15:06] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009297 10.0.0.22 - - [2026-01-26 02:15:06] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.122974 10.0.0.22 - - [2026-01-26 02:15:06] "PUT /access-control-list/57280bd4-a45e-4ca4-94e5-1e6a476b427d HTTP/1.1" 200 272 0.009916 10.0.0.22 - - [2026-01-26 02:15:06] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012322 10.0.0.22 - - [2026-01-26 02:15:06] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.123886 10.0.0.22 - - [2026-01-26 02:15:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000373 10.0.0.22 - - [2026-01-26 02:15:06] "PUT /access-control-list/57280bd4-a45e-4ca4-94e5-1e6a476b427d HTTP/1.1" 200 272 0.017673 10.0.0.22 - - [2026-01-26 02:15:06] "POST /fqname-to-id HTTP/1.1" 404 210 0.029670 10.0.0.22 - - [2026-01-26 02:15:07] "GET /projects?obj_uuids=46ad2f4f-37f2-4eda-b191-4a5b3935c9f8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001578 10.0.0.22 - - [2026-01-26 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 245 0.002971 10.0.0.22 - - [2026-01-26 02:15:07] "POST /access-control-lists HTTP/1.1" 200 607 0.016521 10.0.0.22 - - [2026-01-26 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 244 0.003275 10.0.0.22 - - [2026-01-26 02:15:07] "POST /access-control-lists HTTP/1.1" 200 605 0.028471 10.0.0.22 - - [2026-01-26 02:15:07] "PUT /access-control-list/d27a40d4-6f84-4b0c-bc1f-82d3dcfc99a0 HTTP/1.1" 200 272 0.010457 10.0.0.22 - - [2026-01-26 02:15:07] "PUT /access-control-list/4f0697fa-b99d-45a8-b65d-ffd012891880 HTTP/1.1" 200 272 0.011034 10.0.0.22 - - [2026-01-26 02:15:07] "POST /neutron/security_group HTTP/1.1" 200 1379 0.366515 10.0.0.22 - - [2026-01-26 02:15:07] "GET /projects?obj_uuids=46ad2f4f-37f2-4eda-b191-4a5b3935c9f8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000865 10.0.0.22 - - [2026-01-26 02:15:07] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.027838 10.0.0.22 - - [2026-01-26 02:15:07] "PUT /access-control-list/4f0697fa-b99d-45a8-b65d-ffd012891880 HTTP/1.1" 200 272 0.011421 10.0.0.22 - - [2026-01-26 02:15:07] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011129 10.0.0.22 - - [2026-01-26 02:15:07] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.151198 10.0.0.22 - - [2026-01-26 02:15:07] "PUT /access-control-list/4f0697fa-b99d-45a8-b65d-ffd012891880 HTTP/1.1" 200 272 0.007620 10.0.0.22 - - [2026-01-26 02:15:07] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008539 10.0.0.22 - - [2026-01-26 02:15:07] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.095981 10.0.0.22 - - [2026-01-26 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 210 0.002007 10.0.0.22 - - [2026-01-26 02:15:07] "PUT /access-control-list/4f0697fa-b99d-45a8-b65d-ffd012891880 HTTP/1.1" 200 272 0.014046 10.0.0.22 - - [2026-01-26 02:15:07] "GET /projects?obj_uuids=46ad2f4f-37f2-4eda-b191-4a5b3935c9f8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001329 10.0.0.22 - - [2026-01-26 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 245 0.002365 10.0.0.22 - - [2026-01-26 02:15:07] "POST /access-control-lists HTTP/1.1" 200 607 0.015466 10.0.0.22 - - [2026-01-26 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 244 0.002457 10.0.0.22 - - [2026-01-26 02:15:07] "POST /access-control-lists HTTP/1.1" 200 605 0.015052 10.0.0.22 - - [2026-01-26 02:15:07] "PUT /access-control-list/cd429bb0-3ce0-43d2-a321-d7b92ad968a3 HTTP/1.1" 200 272 0.007833 10.0.0.22 - - [2026-01-26 02:15:08] "PUT /access-control-list/32d3d99e-7e51-474a-b4c1-ebbdf6cb674b HTTP/1.1" 200 272 0.008124 10.0.0.22 - - [2026-01-26 02:15:08] "POST /neutron/security_group HTTP/1.1" 200 1379 0.377793 10.0.0.22 - - [2026-01-26 02:15:08] "PUT /access-control-list/32d3d99e-7e51-474a-b4c1-ebbdf6cb674b HTTP/1.1" 200 272 0.013141 10.0.0.22 - - [2026-01-26 02:15:08] "GET /projects?obj_uuids=46ad2f4f-37f2-4eda-b191-4a5b3935c9f8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000933 10.0.0.22 - - [2026-01-26 02:15:08] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.025190 10.0.0.22 - - [2026-01-26 02:15:08] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007174 10.0.0.22 - - [2026-01-26 02:15:08] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.164556 10.0.0.22 - - [2026-01-26 02:15:08] "PUT /access-control-list/32d3d99e-7e51-474a-b4c1-ebbdf6cb674b HTTP/1.1" 200 272 0.007445 10.0.0.22 - - [2026-01-26 02:15:08] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008879 10.0.0.22 - - [2026-01-26 02:15:08] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.099506 10.0.0.22 - - [2026-01-26 02:15:08] "PUT /access-control-list/32d3d99e-7e51-474a-b4c1-ebbdf6cb674b HTTP/1.1" 200 272 0.006395 10.0.0.22 - - [2026-01-26 02:15:08] "GET /projects?obj_uuids=6d71603a-3d43-417f-aa0e-1134ccc15d6c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001047 10.0.0.22 - - [2026-01-26 02:15:08] "POST /neutron/router HTTP/1.1" 200 541 0.066420 10.0.0.22 - - [2026-01-26 02:15:08] "POST /neutron/router HTTP/1.1" 200 541 0.013601 10.0.0.22 - - [2026-01-26 02:15:08] "POST /neutron/router HTTP/1.1" 200 541 0.011110 10.0.0.22 - - [2026-01-26 02:15:08] "POST /neutron/router HTTP/1.1" 200 541 0.008562 10.0.0.22 - - [2026-01-26 02:15:08] "POST /route-targets HTTP/1.1" 200 327 0.038989 10.0.0.22 - - [2026-01-26 02:15:08] "POST /neutron/router HTTP/1.1" 200 541 0.014758 10.0.0.22 - - [2026-01-26 02:15:08] "POST /neutron/router HTTP/1.1" 200 541 0.004737 10.0.0.22 - - [2026-01-26 02:15:08] "POST /neutron/router HTTP/1.1" 200 541 0.008683 10.0.0.22 - - [2026-01-26 02:15:08] "PUT /logical-router/7ffc134b-d742-4079-9edf-8d5a4d2f2066 HTTP/1.1" 200 262 0.046860 10.0.0.22 - - [2026-01-26 02:15:08] "POST /neutron/router HTTP/1.1" 200 541 0.003822 10.0.0.22 - - [2026-01-26 02:15:08] "POST /neutron/router HTTP/1.1" 200 541 0.002954 10.0.0.22 - - [2026-01-26 02:15:08] "POST /neutron/router HTTP/1.1" 200 541 0.003052 10.0.0.22 - - [2026-01-26 02:15:08] "POST /neutron/router HTTP/1.1" 200 541 0.003374 10.0.0.22 - - [2026-01-26 02:15:08] "POST /neutron/router HTTP/1.1" 200 541 0.003081 10.0.0.22 - - [2026-01-26 02:15:08] "POST /neutron/router HTTP/1.1" 200 541 0.003191 10.0.0.22 - - [2026-01-26 02:15:08] "POST /neutron/router HTTP/1.1" 200 541 0.005425 10.0.0.22 - - [2026-01-26 02:15:08] "POST /neutron/router HTTP/1.1" 200 541 0.004094 10.0.0.22 - - [2026-01-26 02:15:08] "POST /neutron/router HTTP/1.1" 200 541 0.004246 10.0.0.22 - - [2026-01-26 02:15:08] "POST /neutron/router HTTP/1.1" 200 541 0.003001 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 541 0.002810 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 541 0.002767 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 541 0.002895 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 541 0.003936 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 541 0.002918 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 541 0.002857 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 541 0.003274 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 541 0.003342 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 541 0.004229 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 541 0.003335 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 541 0.006805 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 541 0.003223 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 541 0.007715 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 541 0.003002 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 541 0.002981 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 541 0.005451 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 541 0.018502 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 541 0.003395 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 541 0.017653 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 541 0.004100 10.0.0.22 - - [2026-01-26 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.22 - - [2026-01-26 02:15:09] "GET /logical-router/7ffc134b-d742-4079-9edf-8d5a4d2f2066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002526 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 151 0.053752 10.0.0.22 - - [2026-01-26 02:15:09] "GET /projects?obj_uuids=6d71603a-3d43-417f-aa0e-1134ccc15d6c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001862 10.0.0.22 - - [2026-01-26 02:15:09] "DELETE /route-target/40a9ac47-1296-48ef-b88f-15600c69f248 HTTP/1.1" 200 115 0.033683 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.063279 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.012702 10.0.0.22 - - [2026-01-26 02:15:09] "POST /route-targets HTTP/1.1" 200 327 0.013400 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.003488 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.005634 10.0.0.22 - - [2026-01-26 02:15:09] "PUT /logical-router/2e2d3881-64e6-4f6e-b262-57b856bc41b9 HTTP/1.1" 200 262 0.028619 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.003831 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.002834 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.002942 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.003094 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.003101 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.003018 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.003515 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.003844 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.002959 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.003041 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.002976 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.003748 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.003894 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.004471 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.005400 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.003043 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.003646 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.004119 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.003476 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.003254 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.003329 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.003029 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.002990 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.003139 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.003576 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.005208 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.006182 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.003412 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.003567 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.014088 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.003258 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.016557 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 542 0.004160 10.0.0.22 - - [2026-01-26 02:15:09] "GET /logical-router/2e2d3881-64e6-4f6e-b262-57b856bc41b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002261 10.0.0.22 - - [2026-01-26 02:15:09] "POST /neutron/router HTTP/1.1" 200 151 0.053378 10.0.0.22 - - [2026-01-26 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005674 10.0.0.22 - - [2026-01-26 02:15:10] "GET /projects?obj_uuids=46ad2f4f-37f2-4eda-b191-4a5b3935c9f8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001177 10.0.0.22 - - [2026-01-26 02:15:10] "DELETE /route-target/38c43749-5792-4c4a-bb5b-fe65072e1eef HTTP/1.1" 200 115 0.031525 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.097734 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.004130 10.0.0.22 - - [2026-01-26 02:15:10] "POST /route-targets HTTP/1.1" 200 327 0.019144 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.008334 10.0.0.22 - - [2026-01-26 02:15:10] "PUT /logical-router/76357a25-2a9a-466e-bb23-342cd2d98886 HTTP/1.1" 200 262 0.036158 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.016776 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.002993 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.004985 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003373 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003459 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003213 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003263 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.002973 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.005069 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003118 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003807 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.005246 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003068 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.004686 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003154 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003298 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003171 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003434 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003355 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003169 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003164 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003341 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003278 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003499 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003064 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003336 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003004 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003348 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003027 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003212 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.013825 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003221 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.016322 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 559 0.003424 10.0.0.22 - - [2026-01-26 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005084 10.0.0.22 - - [2026-01-26 02:15:10] "GET /logical-router/76357a25-2a9a-466e-bb23-342cd2d98886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003746 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/router HTTP/1.1" 200 151 0.045677 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/security_group HTTP/1.1" 200 521 0.003932 10.0.0.22 - - [2026-01-26 02:15:10] "DELETE /route-target/09e344bb-36dc-493b-bb85-2e2d7b3824c1 HTTP/1.1" 200 115 0.023620 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/security_group HTTP/1.1" 200 151 0.039212 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/security_group HTTP/1.1" 200 521 0.003911 10.0.0.22 - - [2026-01-26 02:15:10] "DELETE /access-control-list/cd429bb0-3ce0-43d2-a321-d7b92ad968a3 HTTP/1.1" 200 115 0.038339 10.0.0.22 - - [2026-01-26 02:15:10] "DELETE /access-control-list/32d3d99e-7e51-474a-b4c1-ebbdf6cb674b HTTP/1.1" 200 115 0.021954 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/security_group HTTP/1.1" 200 151 0.054338 10.0.0.22 - - [2026-01-26 02:15:10] "DELETE /access-control-list/d27a40d4-6f84-4b0c-bc1f-82d3dcfc99a0 HTTP/1.1" 200 115 0.022534 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/security_group HTTP/1.1" 200 506 0.002971 10.0.0.22 - - [2026-01-26 02:15:10] "DELETE /access-control-list/4f0697fa-b99d-45a8-b65d-ffd012891880 HTTP/1.1" 200 115 0.019088 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/security_group HTTP/1.1" 200 151 0.043197 10.0.0.22 - - [2026-01-26 02:15:10] "DELETE /access-control-list/a62ad575-0afd-43e2-800e-f4474fd17c19 HTTP/1.1" 200 115 0.023459 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/security_group HTTP/1.1" 200 506 0.002881 10.0.0.22 - - [2026-01-26 02:15:10] "DELETE /access-control-list/57280bd4-a45e-4ca4-94e5-1e6a476b427d HTTP/1.1" 200 115 0.033994 10.0.0.22 - - [2026-01-26 02:15:10] "POST /neutron/security_group HTTP/1.1" 200 151 0.042220 10.0.0.22 - - [2026-01-26 02:15:10] "DELETE /access-control-list/f6282355-db2b-47bb-9851-837c17ee81b7 HTTP/1.1" 200 115 0.020606 10.0.0.22 - - [2026-01-26 02:15:10] "DELETE /access-control-list/cb947d38-bd3b-41e0-a1ba-b1ee77712b7d HTTP/1.1" 200 115 0.020784 10.0.0.22 - - [2026-01-26 02:15:11] "GET /projects?obj_uuids=46ad2f4f-37f2-4eda-b191-4a5b3935c9f8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000888 10.0.0.22 - - [2026-01-26 02:15:11] "GET /project/46ad2f4f-37f2-4eda-b191-4a5b3935c9f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.024230 10.0.0.22 - - [2026-01-26 02:15:11] "GET /projects?obj_uuids=46ad2f4f-37f2-4eda-b191-4a5b3935c9f8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000874 10.0.0.22 - - [2026-01-26 02:15:11] "GET /project/46ad2f4f-37f2-4eda-b191-4a5b3935c9f8?fields=virtual_networks HTTP/1.1" 200 1021 0.068568 10.0.0.22 - - [2026-01-26 02:15:11] "GET /projects?obj_uuids=46ad2f4f-37f2-4eda-b191-4a5b3935c9f8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001172 10.0.0.22 - - [2026-01-26 02:15:11] "GET /project/46ad2f4f-37f2-4eda-b191-4a5b3935c9f8?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.023109 10.0.0.22 - - [2026-01-26 02:15:11] "GET /projects?obj_uuids=46ad2f4f-37f2-4eda-b191-4a5b3935c9f8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000978 10.0.0.22 - - [2026-01-26 02:15:11] "GET /project/46ad2f4f-37f2-4eda-b191-4a5b3935c9f8?fields=security_groups HTTP/1.1" 200 1242 0.020567 10.0.0.22 - - [2026-01-26 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 184 0.027914 10.0.0.22 - - [2026-01-26 02:15:12] "GET /projects?obj_uuids=2c6025d1-8785-4268-8cda-389376ab9456&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002139 10.0.0.22 - - [2026-01-26 02:15:12] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000843 10.0.0.22 - - [2026-01-26 02:15:12] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006639 10.0.0.22 - - [2026-01-26 02:15:12] "POST /id-to-fqname HTTP/1.1" 200 186 0.001074 10.0.0.22 - - [2026-01-26 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 195 0.002903 10.0.0.22 - - [2026-01-26 02:15:12] "POST /security-groups HTTP/1.1" 200 587 0.063972 10.0.0.22 - - [2026-01-26 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 230 0.002280 10.0.0.22 - - [2026-01-26 02:15:12] "POST /projects HTTP/1.1" 200 577 0.201453 10.0.0.22 - - [2026-01-26 02:15:12] "POST /access-control-lists HTTP/1.1" 200 592 0.061015 10.0.0.22 - - [2026-01-26 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.270249 10.0.0.22 - - [2026-01-26 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 229 0.002536 10.0.0.22 - - [2026-01-26 02:15:12] "GET /project/2c6025d1-8785-4268-8cda-389376ab9456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.393656 10.0.0.22 - - [2026-01-26 02:15:12] "POST /access-control-lists HTTP/1.1" 200 590 0.056597 10.0.0.22 - - [2026-01-26 02:15:13] "GET / HTTP/1.1" 200 35931 0.002543 10.0.0.22 - - [2026-01-26 02:15:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000481 10.0.0.22 - - [2026-01-26 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.055444 10.0.0.22 - - [2026-01-26 02:15:14] "GET /projects?obj_uuids=2c6025d1-8785-4268-8cda-389376ab9456&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002387 10.0.0.22 - - [2026-01-26 02:15:14] "GET /project/2c6025d1-8785-4268-8cda-389376ab9456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.022999 10.0.0.22 - - [2026-01-26 02:15:14] "POST /neutron/network HTTP/1.1" 200 117 0.034750 10.0.0.22 - - [2026-01-26 02:15:14] "GET /projects?obj_uuids=2c6025d1-8785-4268-8cda-389376ab9456&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001102 10.0.0.22 - - [2026-01-26 02:15:14] "POST /neutron/network HTTP/1.1" 200 601 0.059827 10.0.0.22 - - [2026-01-26 02:15:14] "POST /route-targets HTTP/1.1" 200 327 0.009298 10.0.0.22 - - [2026-01-26 02:15:14] "POST /ref-update HTTP/1.1" 200 156 0.018523 10.0.0.22 - - [2026-01-26 02:15:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002918 10.0.0.22 - - [2026-01-26 02:15:15] "POST /neutron/subnet HTTP/1.1" 200 715 0.189046 10.0.0.22 - - [2026-01-26 02:15:15] "POST /neutron/network HTTP/1.1" 200 818 0.004805 10.0.0.22 - - [2026-01-26 02:15:15] "POST /id-to-fqname HTTP/1.1" 200 216 0.001059 10.0.0.22 - - [2026-01-26 02:15:15] "GET /virtual-network/daf44c50-6506-46e2-bd0f-6d6e3d1f9cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.004187 10.0.0.22 - - [2026-01-26 02:15:15] "POST /neutron/network HTTP/1.1" 200 818 0.014372 10.0.0.22 - - [2026-01-26 02:15:15] "GET /virtual-network/daf44c50-6506-46e2-bd0f-6d6e3d1f9cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.004553 10.0.0.22 - - [2026-01-26 02:15:15] "POST /neutron/network HTTP/1.1" 200 818 0.006180 10.0.0.22 - - [2026-01-26 02:15:15] "POST /neutron/subnet HTTP/1.1" 200 715 0.006402 10.0.0.22 - - [2026-01-26 02:15:15] "POST /fqname-to-id HTTP/1.1" 404 206 0.002056 10.0.0.22 - - [2026-01-26 02:15:15] "GET /virtual-network/daf44c50-6506-46e2-bd0f-6d6e3d1f9cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.004605 10.0.0.22 - - [2026-01-26 02:15:15] "GET /projects?obj_uuids=2c6025d1-8785-4268-8cda-389376ab9456&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000900 10.0.0.22 - - [2026-01-26 02:15:15] "POST /neutron/port HTTP/1.1" 200 1015 0.155816 10.0.0.22 - - [2026-01-26 02:15:15] "GET /virtual-machine-interface/e6216ae2-28fa-46f4-8420-88f68269cc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.004117 10.0.0.22 - - [2026-01-26 02:15:15] "GET /virtual-machine-interface/e6216ae2-28fa-46f4-8420-88f68269cc9f?fields=instance_ip_back_refs HTTP/1.1" 200 1316 0.003949 10.0.0.22 - - [2026-01-26 02:15:15] "GET /instance-ip/0f5793b9-6b51-46ab-9f6f-a795a994a71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.003485 10.0.0.22 - - [2026-01-26 02:15:15] "GET /virtual-machine-interface/e6216ae2-28fa-46f4-8420-88f68269cc9f HTTP/1.1" 401 292 0.000391 10.0.0.22 - - [2026-01-26 02:15:15] "GET /virtual-machine-interface/e6216ae2-28fa-46f4-8420-88f68269cc9f HTTP/1.1" 200 2604 0.027956 10.0.0.22 - - [2026-01-26 02:15:15] "POST /neutron/port HTTP/1.1" 200 1015 0.007403 10.0.0.22 - - [2026-01-26 02:15:16] "POST /neutron/port HTTP/1.1" 200 151 0.058945 10.0.0.22 - - [2026-01-26 02:15:16] "POST /neutron/network HTTP/1.1" 200 818 0.004397 10.0.0.22 - - [2026-01-26 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.22 - - [2026-01-26 02:15:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001590 10.0.0.22 - - [2026-01-26 02:15:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002517 10.0.0.22 - - [2026-01-26 02:15:16] "POST /neutron/network HTTP/1.1" 200 151 0.070194 10.0.0.22 - - [2026-01-26 02:15:16] "DELETE /route-target/1985dd9b-41e3-4fa6-884b-157a61a65528 HTTP/1.1" 200 115 0.017097 10.0.0.22 - - [2026-01-26 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002480 10.0.0.22 - - [2026-01-26 02:15:16] "GET /projects?obj_uuids=2c6025d1-8785-4268-8cda-389376ab9456&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000866 10.0.0.22 - - [2026-01-26 02:15:16] "GET /project/2c6025d1-8785-4268-8cda-389376ab9456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.022095 10.0.0.22 - - [2026-01-26 02:15:16] "POST /neutron/network HTTP/1.1" 200 117 0.007231 10.0.0.22 - - [2026-01-26 02:15:16] "GET /projects?obj_uuids=2c6025d1-8785-4268-8cda-389376ab9456&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001288 10.0.0.22 - - [2026-01-26 02:15:16] "POST /neutron/network HTTP/1.1" 200 603 0.055141 10.0.0.22 - - [2026-01-26 02:15:16] "POST /route-targets HTTP/1.1" 200 327 0.010311 10.0.0.22 - - [2026-01-26 02:15:16] "POST /ref-update HTTP/1.1" 200 156 0.010961 10.0.0.22 - - [2026-01-26 02:15:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003826 10.0.0.22 - - [2026-01-26 02:15:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.198534 10.0.0.22 - - [2026-01-26 02:15:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003260 10.0.0.22 - - [2026-01-26 02:15:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.136520 10.0.0.22 - - [2026-01-26 02:15:17] "POST /neutron/network HTTP/1.1" 200 980 0.005908 10.0.0.22 - - [2026-01-26 02:15:17] "POST /id-to-fqname HTTP/1.1" 200 217 0.001008 10.0.0.22 - - [2026-01-26 02:15:17] "GET /virtual-network/e5f86bdf-27bf-4b92-a1ac-48cef5d8eeda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.003789 10.0.0.22 - - [2026-01-26 02:15:17] "POST /neutron/network HTTP/1.1" 200 980 0.006773 10.0.0.22 - - [2026-01-26 02:15:17] "GET /virtual-network/e5f86bdf-27bf-4b92-a1ac-48cef5d8eeda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.004929 10.0.0.22 - - [2026-01-26 02:15:17] "POST /neutron/network HTTP/1.1" 200 980 0.007524 10.0.0.22 - - [2026-01-26 02:15:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.007566 10.0.0.22 - - [2026-01-26 02:15:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.006589 10.0.0.22 - - [2026-01-26 02:15:17] "GET /projects?obj_uuids=2c6025d1-8785-4268-8cda-389376ab9456&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000924 10.0.0.22 - - [2026-01-26 02:15:17] "POST /neutron/port HTTP/1.1" 200 1019 0.148107 10.0.0.22 - - [2026-01-26 02:15:17] "GET /projects?obj_uuids=2c6025d1-8785-4268-8cda-389376ab9456&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000945 10.0.0.22 - - [2026-01-26 02:15:17] "POST /neutron/port HTTP/1.1" 200 1019 0.149194 10.0.0.22 - - [2026-01-26 02:15:17] "POST /id-to-fqname HTTP/1.1" 200 217 0.001191 10.0.0.22 - - [2026-01-26 02:15:17] "POST /neutron/port HTTP/1.1" 200 1019 0.007726 10.0.0.22 - - [2026-01-26 02:15:17] "POST /neutron/port HTTP/1.1" 200 1019 0.008240 10.0.0.22 - - [2026-01-26 02:15:17] "POST /neutron/network HTTP/1.1" 200 980 0.005586 10.0.0.22 - - [2026-01-26 02:15:17] "POST /neutron/port HTTP/1.1" 200 1019 0.007330 10.0.0.22 - - [2026-01-26 02:15:18] "POST /neutron/port HTTP/1.1" 200 117 0.005094 10.0.0.22 - - [2026-01-26 02:15:18] "POST /neutron/port HTTP/1.1" 200 117 0.005296 10.0.0.22 - - [2026-01-26 02:15:18] "POST /id-to-fqname HTTP/1.1" 200 217 0.001120 10.0.0.22 - - [2026-01-26 02:15:18] "POST /neutron/port HTTP/1.1" 200 117 0.005067 10.0.0.22 - - [2026-01-26 02:15:18] "POST /neutron/port HTTP/1.1" 200 1019 0.009718 10.0.0.22 - - [2026-01-26 02:15:18] "POST /neutron/port HTTP/1.1" 200 1019 0.011107 10.0.0.22 - - [2026-01-26 02:15:18] "POST /neutron/network HTTP/1.1" 200 980 0.006355 10.0.0.22 - - [2026-01-26 02:15:18] "POST /neutron/port HTTP/1.1" 200 1019 0.011873 10.0.0.22 - - [2026-01-26 02:15:18] "POST /neutron/port HTTP/1.1" 200 1019 0.014131 10.0.0.22 - - [2026-01-26 02:15:18] "POST /neutron/port HTTP/1.1" 200 1019 0.028289 10.0.0.22 - - [2026-01-26 02:15:18] "POST /neutron/port HTTP/1.1" 200 117 0.021247 10.0.0.22 - - [2026-01-26 02:15:18] "POST /neutron/port HTTP/1.1" 200 117 0.005366 10.0.0.22 - - [2026-01-26 02:15:18] "POST /neutron/port HTTP/1.1" 200 117 0.006848 10.0.0.22 - - [2026-01-26 02:15:19] "POST /neutron/port HTTP/1.1" 200 1019 0.012897 10.0.0.22 - - [2026-01-26 02:15:19] "POST /neutron/port HTTP/1.1" 200 1019 0.010614 10.0.0.22 - - [2026-01-26 02:15:19] "POST /neutron/network HTTP/1.1" 200 990 0.004639 10.0.0.22 - - [2026-01-26 02:15:19] "POST /neutron/network HTTP/1.1" 200 990 0.004850 10.0.0.22 - - [2026-01-26 02:15:19] "POST /neutron/port HTTP/1.1" 200 1019 0.006807 10.0.0.22 - - [2026-01-26 02:15:19] "POST /neutron/port HTTP/1.1" 200 1019 0.008541 10.0.0.22 - - [2026-01-26 02:15:19] "POST /neutron/port HTTP/1.1" 200 1019 0.007294 10.0.0.22 - - [2026-01-26 02:15:19] "POST /neutron/port HTTP/1.1" 200 1019 0.008887 10.0.0.22 - - [2026-01-26 02:15:19] "POST /neutron/port HTTP/1.1" 200 1111 0.130134 10.0.0.22 - - [2026-01-26 02:15:19] "POST /neutron/port HTTP/1.1" 200 1111 0.138484 10.0.0.22 - - [2026-01-26 02:15:19] "POST /neutron/port HTTP/1.1" 200 1121 0.013364 10.0.0.22 - - [2026-01-26 02:15:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004332 10.0.0.22 - - [2026-01-26 02:15:19] "POST /neutron/port HTTP/1.1" 200 1121 0.017766 10.0.0.22 - - [2026-01-26 02:15:19] "POST /neutron/subnet HTTP/1.1" 200 703 0.008535 10.0.0.22 - - [2026-01-26 02:15:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002491 10.0.0.22 - - [2026-01-26 02:15:19] "POST /neutron/port HTTP/1.1" 200 117 0.000954 10.0.0.22 - - [2026-01-26 02:15:19] "POST /neutron/subnet HTTP/1.1" 200 703 0.010003 10.0.0.22 - - [2026-01-26 02:15:19] "POST /neutron/network HTTP/1.1" 200 980 0.010968 10.0.0.22 - - [2026-01-26 02:15:19] "POST /neutron/port HTTP/1.1" 200 117 0.000987 10.0.0.22 - - [2026-01-26 02:15:19] "POST /neutron/network HTTP/1.1" 200 980 0.008513 10.0.0.22 - - [2026-01-26 02:15:23] "POST /neutron/port HTTP/1.1" 200 1121 0.011293 10.0.0.22 - - [2026-01-26 02:15:23] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006048 10.0.0.22 - - [2026-01-26 02:15:23] "POST /neutron/port HTTP/1.1" 200 1121 0.012301 10.0.0.22 - - [2026-01-26 02:15:23] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005734 10.0.0.22 - - [2026-01-26 02:15:23] "POST /neutron/port HTTP/1.1" 200 1121 0.013121 10.0.0.22 - - [2026-01-26 02:15:23] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010845 10.0.0.22 - - [2026-01-26 02:15:23] "GET /virtual-machine/bd376f67-a78a-47fc-803b-78bffb444c67 HTTP/1.1" 200 1284 0.004235 10.0.0.22 - - [2026-01-26 02:15:23] "GET /virtual-machine-interface/e0789589-efbc-476b-9427-a9d023109703 HTTP/1.1" 200 2924 0.004983 10.0.0.22 - - [2026-01-26 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.22 - - [2026-01-26 02:15:23] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003255 10.0.0.22 - - [2026-01-26 02:15:23] "GET /virtual-networks?parent_id=2c6025d1-8785-4268-8cda-389376ab9456&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003165 10.0.0.22 - - [2026-01-26 02:15:24] "GET /virtual-network/e5f86bdf-27bf-4b92-a1ac-48cef5d8eeda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.004843 10.0.0.22 - - [2026-01-26 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.22 - - [2026-01-26 02:15:27] "GET /virtual-network/e5f86bdf-27bf-4b92-a1ac-48cef5d8eeda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.005565 10.0.0.22 - - [2026-01-26 02:15:28] "POST /neutron/port HTTP/1.1" 200 1121 0.013032 10.0.0.22 - - [2026-01-26 02:15:28] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005526 10.0.0.22 - - [2026-01-26 02:15:28] "POST /neutron/port HTTP/1.1" 200 1121 0.011844 10.0.0.22 - - [2026-01-26 02:15:28] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005538 10.0.0.22 - - [2026-01-26 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002558 10.0.0.22 - - [2026-01-26 02:15:29] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002882 10.0.0.22 - - [2026-01-26 02:15:29] "GET /virtual-networks?parent_id=2c6025d1-8785-4268-8cda-389376ab9456&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003019 10.0.0.22 - - [2026-01-26 02:15:29] "GET /virtual-network/e5f86bdf-27bf-4b92-a1ac-48cef5d8eeda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.004627 10.0.0.22 - - [2026-01-26 02:15:29] "POST /neutron/port HTTP/1.1" 200 1121 0.016394 10.0.0.22 - - [2026-01-26 02:15:29] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006553 10.0.0.22 - - [2026-01-26 02:15:34] "POST /neutron/port HTTP/1.1" 200 1121 0.013583 10.0.0.22 - - [2026-01-26 02:15:34] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005939 10.0.0.22 - - [2026-01-26 02:15:34] "POST /neutron/port HTTP/1.1" 200 1121 0.013015 10.0.0.22 - - [2026-01-26 02:15:34] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005471 10.0.0.22 - - [2026-01-26 02:15:34] "POST /neutron/port HTTP/1.1" 200 1121 0.011773 10.0.0.22 - - [2026-01-26 02:15:34] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006570 10.0.0.22 - - [2026-01-26 02:15:34] "GET /virtual-machine/428442ff-5712-4fe2-9499-da3e72817521 HTTP/1.1" 200 1284 0.004164 10.0.0.22 - - [2026-01-26 02:15:34] "GET /virtual-machine-interface/9e6dd172-93f1-413a-9c44-526792529106 HTTP/1.1" 200 2924 0.004175 10.0.0.22 - - [2026-01-26 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002592 10.0.0.22 - - [2026-01-26 02:15:35] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003533 10.0.0.22 - - [2026-01-26 02:15:35] "GET /virtual-networks?parent_id=2c6025d1-8785-4268-8cda-389376ab9456&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002530 10.0.0.22 - - [2026-01-26 02:15:35] "GET /virtual-network/e5f86bdf-27bf-4b92-a1ac-48cef5d8eeda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.004627 10.0.0.22 - - [2026-01-26 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.22 - - [2026-01-26 02:15:36] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002684 10.0.0.22 - - [2026-01-26 02:15:36] "GET /virtual-networks?parent_id=2c6025d1-8785-4268-8cda-389376ab9456&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003262 10.0.0.22 - - [2026-01-26 02:15:36] "GET /virtual-network/e5f86bdf-27bf-4b92-a1ac-48cef5d8eeda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.004939 10.0.0.22 - - [2026-01-26 02:15:39] "POST /neutron/port HTTP/1.1" 200 1111 0.014880 10.0.0.22 - - [2026-01-26 02:15:39] "POST /neutron/port HTTP/1.1" 200 1111 0.009775 10.0.0.22 - - [2026-01-26 02:15:39] "POST /neutron/port HTTP/1.1" 200 151 0.101540 10.0.0.22 - - [2026-01-26 02:15:39] "POST /neutron/port HTTP/1.1" 200 1111 0.009589 10.0.0.22 - - [2026-01-26 02:15:39] "POST /neutron/port HTTP/1.1" 200 1111 0.009503 10.0.0.22 - - [2026-01-26 02:15:39] "POST /neutron/port HTTP/1.1" 200 151 0.123080 10.0.0.22 - - [2026-01-26 02:15:39] "POST /neutron/network HTTP/1.1" 200 980 0.008327 10.0.0.22 - - [2026-01-26 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.22 - - [2026-01-26 02:15:39] "POST /neutron/port HTTP/1.1" 200 117 0.005978 10.0.0.22 - - [2026-01-26 02:15:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002591 10.0.0.22 - - [2026-01-26 02:15:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002867 10.0.0.22 - - [2026-01-26 02:15:39] "DELETE /route-target/755eae56-1455-4476-a560-069cac18e68d HTTP/1.1" 200 115 0.022666 10.0.0.22 - - [2026-01-26 02:15:39] "POST /useragent-kv HTTP/1.1" 200 115 0.005087 10.0.0.22 - - [2026-01-26 02:15:39] "POST /neutron/port HTTP/1.1" 400 205 0.003841 10.0.0.22 - - [2026-01-26 02:15:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001750 10.0.0.22 - - [2026-01-26 02:15:39] "POST /neutron/network HTTP/1.1" 200 151 0.113279 10.0.0.22 - - [2026-01-26 02:15:40] "GET /projects?obj_uuids=2c6025d1-8785-4268-8cda-389376ab9456&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001370 10.0.0.22 - - [2026-01-26 02:15:40] "GET /project/2c6025d1-8785-4268-8cda-389376ab9456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.024131 10.0.0.22 - - [2026-01-26 02:15:40] "GET /projects?obj_uuids=2c6025d1-8785-4268-8cda-389376ab9456&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001173 10.0.0.22 - - [2026-01-26 02:15:40] "GET /project/2c6025d1-8785-4268-8cda-389376ab9456?fields=virtual_networks HTTP/1.1" 200 1023 0.090958 10.0.0.22 - - [2026-01-26 02:15:40] "GET /projects?obj_uuids=2c6025d1-8785-4268-8cda-389376ab9456&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001397 10.0.0.22 - - [2026-01-26 02:15:40] "GET /project/2c6025d1-8785-4268-8cda-389376ab9456?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.035889 10.0.0.22 - - [2026-01-26 02:15:40] "GET /projects?obj_uuids=2c6025d1-8785-4268-8cda-389376ab9456&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001718 10.0.0.22 - - [2026-01-26 02:15:40] "GET /project/2c6025d1-8785-4268-8cda-389376ab9456?fields=security_groups HTTP/1.1" 200 1245 0.042191 10.0.0.22 - - [2026-01-26 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 186 0.030029 10.0.0.22 - - [2026-01-26 02:15:41] "GET /projects?obj_uuids=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002684 10.0.0.22 - - [2026-01-26 02:15:41] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.22 - - [2026-01-26 02:15:41] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006330 10.0.0.22 - - [2026-01-26 02:15:41] "POST /id-to-fqname HTTP/1.1" 200 188 0.001135 10.0.0.22 - - [2026-01-26 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.004410 10.0.0.22 - - [2026-01-26 02:15:41] "POST /security-groups HTTP/1.1" 200 589 0.060352 10.0.0.22 - - [2026-01-26 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 232 0.002813 10.0.0.22 - - [2026-01-26 02:15:41] "POST /projects HTTP/1.1" 200 581 0.221128 10.0.0.22 - - [2026-01-26 02:15:41] "POST /access-control-lists HTTP/1.1" 200 594 0.057698 10.0.0.22 - - [2026-01-26 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.299556 10.0.0.22 - - [2026-01-26 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 231 0.002290 10.0.0.22 - - [2026-01-26 02:15:41] "GET /project/70544dbe-1394-4a93-af17-efc19a3db8dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.424778 10.0.0.22 - - [2026-01-26 02:15:41] "POST /access-control-lists HTTP/1.1" 200 592 0.071991 10.0.0.22 - - [2026-01-26 02:15:42] "GET / HTTP/1.1" 200 35931 0.002439 10.0.0.22 - - [2026-01-26 02:15:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000678 10.0.0.22 - - [2026-01-26 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.050814 10.0.0.22 - - [2026-01-26 02:15:44] "GET /projects?obj_uuids=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000964 10.0.0.22 - - [2026-01-26 02:15:44] "GET /project/70544dbe-1394-4a93-af17-efc19a3db8dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.023340 10.0.0.22 - - [2026-01-26 02:15:44] "POST /neutron/network HTTP/1.1" 200 117 0.038925 10.0.0.22 - - [2026-01-26 02:15:44] "GET /projects?obj_uuids=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001551 10.0.0.22 - - [2026-01-26 02:15:44] "POST /neutron/network HTTP/1.1" 200 605 0.090584 10.0.0.22 - - [2026-01-26 02:15:44] "POST /route-targets HTTP/1.1" 200 327 0.008898 10.0.0.22 - - [2026-01-26 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.014071 10.0.0.22 - - [2026-01-26 02:15:44] "DELETE /project/70544dbe13944a93af17efc19a3db8dd HTTP/1.1" 404 173 0.018643 10.0.0.22 - - [2026-01-26 02:15:44] "DELETE /project/fd111139c8be4048829bcc5b3108bc84 HTTP/1.1" 404 173 0.017895 10.0.0.22 - - [2026-01-26 02:15:44] "DELETE /project/46ad2f4f37f24edab1914a5b3935c9f8 HTTP/1.1" 404 173 0.008152 10.0.0.22 - - [2026-01-26 02:15:44] "DELETE /project/2c6025d1878542688cda389376ab9456 HTTP/1.1" 404 173 0.014085 10.0.0.22 - - [2026-01-26 02:15:44] "GET /projects?obj_uuids=2c6025d1-8785-4268-8cda-389376ab9456&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001168 10.0.0.22 - - [2026-01-26 02:15:44] "GET /projects?obj_uuids=46ad2f4f-37f2-4eda-b191-4a5b3935c9f8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000798 10.0.0.22 - - [2026-01-26 02:15:44] "GET /projects?obj_uuids=fd111139-c8be-4048-829b-cc5b3108bc84&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000723 10.0.0.22 - - [2026-01-26 02:15:44] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000721 10.0.0.22 - - [2026-01-26 02:15:44] "POST /useragent-kv HTTP/1.1" 200 115 0.007970 10.0.0.22 - - [2026-01-26 02:15:44] "GET /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.061387 10.0.0.22 - - [2026-01-26 02:15:44] "GET /project/46ad2f4f-37f2-4eda-b191-4a5b3935c9f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.076132 10.0.0.22 - - [2026-01-26 02:15:44] "GET /project/2c6025d1-8785-4268-8cda-389376ab9456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.086533 10.0.0.22 - - [2026-01-26 02:15:44] "GET /project/fd111139-c8be-4048-829b-cc5b3108bc84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.083556 10.0.0.22 - - [2026-01-26 02:15:44] "GET /projects?obj_uuids=fd111139-c8be-4048-829b-cc5b3108bc84&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000968 10.0.0.22 - - [2026-01-26 02:15:44] "GET /projects?obj_uuids=2c6025d1-8785-4268-8cda-389376ab9456&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001164 10.0.0.22 - - [2026-01-26 02:15:44] "GET /projects?obj_uuids=46ad2f4f-37f2-4eda-b191-4a5b3935c9f8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000902 10.0.0.22 - - [2026-01-26 02:15:44] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000888 10.0.0.22 - - [2026-01-26 02:15:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.340751 10.0.0.22 - - [2026-01-26 02:15:44] "POST /neutron/network HTTP/1.1" 200 823 0.022179 10.0.0.22 - - [2026-01-26 02:15:44] "GET /project/46ad2f4f-37f2-4eda-b191-4a5b3935c9f8?fields=security_groups HTTP/1.1" 200 1347 0.071769 10.0.0.22 - - [2026-01-26 02:15:44] "GET /project/fd111139-c8be-4048-829b-cc5b3108bc84?fields=security_groups HTTP/1.1" 200 1347 0.074633 10.0.0.22 - - [2026-01-26 02:15:44] "GET /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60?fields=security_groups HTTP/1.1" 200 1398 0.086707 10.0.0.22 - - [2026-01-26 02:15:44] "POST /id-to-fqname HTTP/1.1" 200 219 0.001700 10.0.0.22 - - [2026-01-26 02:15:44] "GET /project/2c6025d1-8785-4268-8cda-389376ab9456?fields=security_groups HTTP/1.1" 200 1350 0.097415 10.0.0.22 - - [2026-01-26 02:15:44] "GET /virtual-network/ecfe49b7-2d85-4c11-a885-a986efd1e57d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.011406 10.0.0.22 - - [2026-01-26 02:15:44] "POST /neutron/port HTTP/1.1" 200 117 0.011906 10.0.0.22 - - [2026-01-26 02:15:44] "POST /neutron/port HTTP/1.1" 400 205 0.009781 10.0.0.22 - - [2026-01-26 02:15:44] "POST /neutron/network HTTP/1.1" 200 823 0.009950 10.0.0.22 - - [2026-01-26 02:15:44] "GET /virtual-network/ecfe49b7-2d85-4c11-a885-a986efd1e57d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005195 10.0.0.22 - - [2026-01-26 02:15:44] "DELETE /access-control-list/40804edc-50a2-48de-99a1-175a2dc16363 HTTP/1.1" 200 115 0.049414 10.0.0.22 - - [2026-01-26 02:15:44] "DELETE /security-group/6581be86-9dea-4e00-a6a7-063b944660ce HTTP/1.1" 200 115 0.137910 10.0.0.22 - - [2026-01-26 02:15:44] "POST /neutron/network HTTP/1.1" 200 823 0.016049 10.0.0.22 - - [2026-01-26 02:15:44] "GET /projects?obj_uuids=46ad2f4f-37f2-4eda-b191-4a5b3935c9f8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000907 10.0.0.22 - - [2026-01-26 02:15:44] "DELETE /security-group/a42268de-3be2-4063-8491-a5d9ba51a247 HTTP/1.1" 200 115 0.164346 10.0.0.22 - - [2026-01-26 02:15:44] "GET /projects?obj_uuids=fe441e4b-3cd5-44f4-8a9e-347bebb00b60&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000932 10.0.0.22 - - [2026-01-26 02:15:44] "DELETE /security-group/05e2ea58-f2e8-4d75-a9a1-d22221610dca HTTP/1.1" 200 115 0.155375 10.0.0.22 - - [2026-01-26 02:15:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.018034 10.0.0.22 - - [2026-01-26 02:15:44] "GET /projects?obj_uuids=fd111139-c8be-4048-829b-cc5b3108bc84&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003726 10.0.0.22 - - [2026-01-26 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.009298 10.0.0.22 - - [2026-01-26 02:15:44] "DELETE /security-group/f4255c63-c946-454b-a1d5-dd88378c114e HTTP/1.1" 200 115 0.171086 10.0.0.22 - - [2026-01-26 02:15:44] "GET /project/46ad2f4f-37f2-4eda-b191-4a5b3935c9f8?fields=application_policy_sets HTTP/1.1" 200 1386 0.066544 10.0.0.22 - - [2026-01-26 02:15:44] "GET /projects?obj_uuids=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001991 10.0.0.22 - - [2026-01-26 02:15:44] "GET /projects?obj_uuids=2c6025d1-8785-4268-8cda-389376ab9456&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002934 10.0.0.22 - - [2026-01-26 02:15:44] "DELETE /access-control-list/c5015462-387d-4376-82b3-8069e468d47d HTTP/1.1" 200 115 0.100035 10.0.0.22 - - [2026-01-26 02:15:44] "GET /project/fd111139-c8be-4048-829b-cc5b3108bc84?fields=application_policy_sets HTTP/1.1" 200 1386 0.090569 10.0.0.22 - - [2026-01-26 02:15:44] "GET /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60?fields=application_policy_sets HTTP/1.1" 200 1437 0.138795 10.0.0.22 - - [2026-01-26 02:15:44] "DELETE /access-control-list/99db88ea-b5b7-4ffc-848c-2e083884c5e7 HTTP/1.1" 200 115 0.068318 10.0.0.22 - - [2026-01-26 02:15:45] "GET /project/70544dbe-1394-4a93-af17-efc19a3db8dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.157561 10.0.0.22 - - [2026-01-26 02:15:45] "GET /project/2c6025d1-8785-4268-8cda-389376ab9456?fields=application_policy_sets HTTP/1.1" 200 1389 0.151924 10.0.0.22 - - [2026-01-26 02:15:45] "DELETE /access-control-list/22eef0b1-fc92-4e0e-953a-3fb352c4d1a2 HTTP/1.1" 200 115 0.079882 10.0.0.22 - - [2026-01-26 02:15:45] "POST /neutron/network HTTP/1.1" 200 117 0.047559 10.0.0.22 - - [2026-01-26 02:15:45] "GET /projects?obj_uuids=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001224 10.0.0.22 - - [2026-01-26 02:15:45] "DELETE /access-control-list/7c5e5215-da45-44ed-8a44-6ca683ef03af HTTP/1.1" 200 115 0.079614 10.0.0.22 - - [2026-01-26 02:15:45] "DELETE /project/46ad2f4f-37f2-4eda-b191-4a5b3935c9f8 HTTP/1.1" 200 115 0.774452 10.0.0.22 - - [2026-01-26 02:15:45] "DELETE /access-control-list/69082a32-8a53-47f9-95c4-b9a4e632d77b HTTP/1.1" 200 115 0.045896 10.0.0.22 - - [2026-01-26 02:15:45] "DELETE /project/fd111139-c8be-4048-829b-cc5b3108bc84 HTTP/1.1" 200 115 0.810055 10.0.0.22 - - [2026-01-26 02:15:45] "DELETE /project/fe441e4b-3cd5-44f4-8a9e-347bebb00b60 HTTP/1.1" 200 115 0.805782 10.0.0.22 - - [2026-01-26 02:15:45] "DELETE /access-control-list/03af4257-6cd1-4bbc-a7d6-54ee741d06d7 HTTP/1.1" 200 115 0.027092 10.0.0.22 - - [2026-01-26 02:15:45] "DELETE /project/2c6025d1-8785-4268-8cda-389376ab9456 HTTP/1.1" 200 115 0.831703 10.0.0.22 - - [2026-01-26 02:15:45] "DELETE /access-control-list/7b89f2c9-434d-4be1-a646-f7c48a42e2a1 HTTP/1.1" 200 115 0.026843 10.0.0.22 - - [2026-01-26 02:15:45] "POST /neutron/network HTTP/1.1" 200 605 0.138567 10.0.0.22 - - [2026-01-26 02:15:45] "POST /route-targets HTTP/1.1" 200 327 0.009869 10.0.0.22 - - [2026-01-26 02:15:45] "POST /ref-update HTTP/1.1" 200 156 0.010710 10.0.0.22 - - [2026-01-26 02:15:45] "POST /useragent-kv HTTP/1.1" 200 115 0.007102 10.0.0.22 - - [2026-01-26 02:15:45] "POST /neutron/subnet HTTP/1.1" 200 725 0.126055 10.0.0.22 - - [2026-01-26 02:15:45] "POST /neutron/network HTTP/1.1" 200 824 0.006234 10.0.0.22 - - [2026-01-26 02:15:45] "POST /id-to-fqname HTTP/1.1" 200 219 0.001178 10.0.0.22 - - [2026-01-26 02:15:45] "GET /virtual-network/d4422cfd-a432-42d7-ba46-fa72c3aba587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005108 10.0.0.22 - - [2026-01-26 02:15:45] "POST /neutron/network HTTP/1.1" 200 824 0.005337 10.0.0.22 - - [2026-01-26 02:15:45] "GET /virtual-network/d4422cfd-a432-42d7-ba46-fa72c3aba587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005117 10.0.0.22 - - [2026-01-26 02:15:45] "POST /neutron/network HTTP/1.1" 200 824 0.006091 10.0.0.22 - - [2026-01-26 02:15:45] "POST /neutron/subnet HTTP/1.1" 200 725 0.007723 10.0.0.22 - - [2026-01-26 02:15:45] "POST /id-to-fqname HTTP/1.1" 200 219 0.001135 10.0.0.22 - - [2026-01-26 02:15:45] "POST /neutron/network HTTP/1.1" 200 833 0.004814 10.0.0.22 - - [2026-01-26 02:15:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000367 10.0.0.22 - - [2026-01-26 02:15:46] "GET / HTTP/1.1" 200 35931 0.001509 10.0.0.22 - - [2026-01-26 02:15:46] "GET /project/70544dbe-1394-4a93-af17-efc19a3db8dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000349 10.0.0.22 - - [2026-01-26 02:15:46] "GET /projects?obj_uuids=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000939 10.0.0.22 - - [2026-01-26 02:15:46] "GET /project/70544dbe-1394-4a93-af17-efc19a3db8dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.049754 10.0.0.22 - - [2026-01-26 02:15:46] "POST /neutron/network HTTP/1.1" 200 823 0.004763 10.0.0.22 - - [2026-01-26 02:15:46] "POST /neutron/port HTTP/1.1" 200 117 0.009231 10.0.0.22 - - [2026-01-26 02:15:46] "POST /neutron/port HTTP/1.1" 200 117 0.004615 10.0.0.22 - - [2026-01-26 02:15:46] "POST /id-to-fqname HTTP/1.1" 200 219 0.001170 10.0.0.22 - - [2026-01-26 02:15:46] "POST /neutron/port HTTP/1.1" 200 117 0.004260 10.0.0.22 - - [2026-01-26 02:15:46] "POST /neutron/network HTTP/1.1" 200 834 0.008993 10.0.0.22 - - [2026-01-26 02:15:46] "GET /aaa-mode HTTP/1.1" 401 292 0.000387 10.0.0.22 - - [2026-01-26 02:15:47] "GET / HTTP/1.1" 200 35931 0.001489 10.0.0.22 - - [2026-01-26 02:15:47] "GET /project/70544dbe-1394-4a93-af17-efc19a3db8dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000339 10.0.0.22 - - [2026-01-26 02:15:47] "POST /neutron/network HTTP/1.1" 200 833 0.005638 10.0.0.22 - - [2026-01-26 02:15:47] "GET /projects?obj_uuids=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001267 10.0.0.22 - - [2026-01-26 02:15:47] "POST /neutron/port HTTP/1.1" 200 1057 0.230438 10.0.0.22 - - [2026-01-26 02:15:47] "POST /neutron/port HTTP/1.1" 200 1057 0.009106 10.0.0.22 - - [2026-01-26 02:15:47] "POST /neutron/port HTTP/1.1" 200 1057 0.011044 10.0.0.22 - - [2026-01-26 02:15:47] "GET /projects?obj_uuids=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001132 10.0.0.22 - - [2026-01-26 02:15:47] "GET /project/70544dbe-1394-4a93-af17-efc19a3db8dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.066176 10.0.0.22 - - [2026-01-26 02:15:47] "POST /neutron/port HTTP/1.1" 200 1111 0.084333 10.0.0.22 - - [2026-01-26 02:15:47] "POST /neutron/network HTTP/1.1" 200 824 0.008113 10.0.0.22 - - [2026-01-26 02:15:47] "POST /neutron/port HTTP/1.1" 200 1121 0.018969 10.0.0.22 - - [2026-01-26 02:15:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004733 10.0.0.22 - - [2026-01-26 02:15:47] "POST /neutron/subnet HTTP/1.1" 200 694 0.008653 10.0.0.22 - - [2026-01-26 02:15:47] "POST /neutron/port HTTP/1.1" 200 117 0.001115 10.0.0.22 - - [2026-01-26 02:15:47] "POST /neutron/network HTTP/1.1" 200 823 0.006521 10.0.0.22 - - [2026-01-26 02:15:47] "POST /neutron/port HTTP/1.1" 200 1121 0.017998 10.0.0.22 - - [2026-01-26 02:15:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005615 10.0.0.22 - - [2026-01-26 02:15:47] "POST /neutron/port HTTP/1.1" 200 117 0.005019 10.0.0.22 - - [2026-01-26 02:15:47] "GET /projects?obj_uuids=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001528 10.0.0.22 - - [2026-01-26 02:15:47] "POST /neutron/router HTTP/1.1" 200 580 0.053984 10.0.0.22 - - [2026-01-26 02:15:47] "POST /neutron/router HTTP/1.1" 200 580 0.002592 10.0.0.22 - - [2026-01-26 02:15:47] "POST /route-targets HTTP/1.1" 200 327 0.014582 10.0.0.22 - - [2026-01-26 02:15:48] "GET /projects?obj_uuids=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001294 10.0.0.22 - - [2026-01-26 02:15:48] "PUT /logical-router/86a9f61f-6370-417d-99f0-9722befe65d8 HTTP/1.1" 200 262 0.030207 10.0.0.22 - - [2026-01-26 02:15:48] "POST /neutron/router HTTP/1.1" 200 344 0.213384 10.0.0.22 - - [2026-01-26 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.010374 10.0.0.22 - - [2026-01-26 02:15:48] "POST /neutron/port HTTP/1.1" 200 1121 0.010099 10.0.0.22 - - [2026-01-26 02:15:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010504 10.0.0.22 - - [2026-01-26 02:15:48] "POST /neutron/network HTTP/1.1" 200 834 0.007894 10.0.0.22 - - [2026-01-26 02:15:48] "GET /projects?obj_uuids=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001168 10.0.0.22 - - [2026-01-26 02:15:48] "POST /neutron/port HTTP/1.1" 200 1058 0.254527 10.0.0.22 - - [2026-01-26 02:15:48] "POST /neutron/port HTTP/1.1" 200 1058 0.010682 10.0.0.22 - - [2026-01-26 02:15:48] "POST /neutron/port HTTP/1.1" 200 1058 0.013118 10.0.0.22 - - [2026-01-26 02:15:48] "POST /neutron/port HTTP/1.1" 200 1112 0.075208 10.0.0.22 - - [2026-01-26 02:15:48] "POST /neutron/port HTTP/1.1" 200 1122 0.012826 10.0.0.22 - - [2026-01-26 02:15:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002679 10.0.0.22 - - [2026-01-26 02:15:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.006666 10.0.0.22 - - [2026-01-26 02:15:48] "POST /neutron/port HTTP/1.1" 200 117 0.000998 10.0.0.22 - - [2026-01-26 02:15:48] "POST /neutron/network HTTP/1.1" 200 824 0.005569 10.0.0.22 - - [2026-01-26 02:15:50] "GET /obj-perms HTTP/1.1" 200 5056 0.054787 10.0.0.22 - - [2026-01-26 02:15:50] "GET /obj-perms HTTP/1.1" 200 5056 0.052265 10.0.0.22 - - [2026-01-26 02:15:53] "POST /neutron/port HTTP/1.1" 200 1121 0.012834 10.0.0.22 - - [2026-01-26 02:15:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005517 10.0.0.22 - - [2026-01-26 02:15:53] "POST /neutron/port HTTP/1.1" 200 1121 0.013173 10.0.0.22 - - [2026-01-26 02:15:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006189 10.0.0.22 - - [2026-01-26 02:15:53] "POST /neutron/port HTTP/1.1" 200 1121 0.011508 10.0.0.22 - - [2026-01-26 02:15:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005808 10.0.0.22 - - [2026-01-26 02:15:53] "GET /virtual-machine/06e66a81-ad08-492d-8ba9-930b24a94c87 HTTP/1.1" 401 292 0.000402 10.0.0.22 - - [2026-01-26 02:15:53] "GET /virtual-machine/06e66a81-ad08-492d-8ba9-930b24a94c87 HTTP/1.1" 200 1289 0.029022 10.0.0.22 - - [2026-01-26 02:15:53] "GET /virtual-machine-interface/91712b4d-fe45-4d58-8a06-fc9f2be17ff8 HTTP/1.1" 200 2933 0.004857 10.0.0.22 - - [2026-01-26 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.22 - - [2026-01-26 02:15:53] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002789 10.0.0.22 - - [2026-01-26 02:15:53] "GET /virtual-networks?parent_id=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003869 10.0.0.22 - - [2026-01-26 02:15:54] "GET /virtual-network/ecfe49b7-2d85-4c11-a885-a986efd1e57d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008604 10.0.0.22 - - [2026-01-26 02:15:56] "POST /neutron/port HTTP/1.1" 200 1121 0.013321 10.0.0.22 - - [2026-01-26 02:15:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008103 10.0.0.22 - - [2026-01-26 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002567 10.0.0.22 - - [2026-01-26 02:15:57] "GET /virtual-network/ecfe49b7-2d85-4c11-a885-a986efd1e57d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005159 10.0.0.22 - - [2026-01-26 02:15:58] "POST /neutron/port HTTP/1.1" 200 1122 0.012115 10.0.0.22 - - [2026-01-26 02:15:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004947 10.0.0.22 - - [2026-01-26 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.22 - - [2026-01-26 02:15:59] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003663 10.0.0.22 - - [2026-01-26 02:15:59] "GET /virtual-networks?parent_id=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003062 10.0.0.22 - - [2026-01-26 02:15:59] "GET /virtual-network/ecfe49b7-2d85-4c11-a885-a986efd1e57d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005066 10.0.0.22 - - [2026-01-26 02:15:59] "POST /neutron/port HTTP/1.1" 200 1122 0.015254 10.0.0.22 - - [2026-01-26 02:15:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006139 10.0.0.22 - - [2026-01-26 02:15:59] "POST /neutron/port HTTP/1.1" 200 1122 0.014726 10.0.0.22 - - [2026-01-26 02:15:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005686 10.0.0.22 - - [2026-01-26 02:15:59] "POST /neutron/port HTTP/1.1" 200 1122 0.012573 10.0.0.22 - - [2026-01-26 02:15:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006518 10.0.0.22 - - [2026-01-26 02:15:59] "GET /virtual-machine/a166fbda-9b41-4557-950d-10dcc06c5a02 HTTP/1.1" 200 1291 0.004770 10.0.0.22 - - [2026-01-26 02:15:59] "GET /virtual-machine-interface/2a731586-452f-46d1-ba91-a0d486f0ff94 HTTP/1.1" 200 2933 0.004404 10.0.0.22 - - [2026-01-26 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.22 - - [2026-01-26 02:15:59] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003392 10.0.0.22 - - [2026-01-26 02:15:59] "GET /virtual-networks?parent_id=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003181 10.0.0.22 - - [2026-01-26 02:15:59] "GET /virtual-network/d4422cfd-a432-42d7-ba46-fa72c3aba587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004737 10.0.0.22 - - [2026-01-26 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.22 - - [2026-01-26 02:16:01] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002917 10.0.0.22 - - [2026-01-26 02:16:01] "GET /virtual-networks?parent_id=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003107 10.0.0.22 - - [2026-01-26 02:16:01] "GET /virtual-network/d4422cfd-a432-42d7-ba46-fa72c3aba587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005223 10.0.0.22 - - [2026-01-26 02:16:04] "POST /neutron/port HTTP/1.1" 200 1121 0.010781 10.0.0.22 - - [2026-01-26 02:16:04] "POST /neutron/port HTTP/1.1" 200 1121 0.011513 10.0.0.22 - - [2026-01-26 02:16:04] "POST /neutron/network HTTP/1.1" 200 833 0.004576 10.0.0.22 - - [2026-01-26 02:16:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003056 10.0.0.22 - - [2026-01-26 02:16:04] "POST /neutron/subnet HTTP/1.1" 200 694 0.008590 10.0.0.22 - - [2026-01-26 02:16:04] "POST /neutron/port HTTP/1.1" 200 117 0.001066 10.0.0.22 - - [2026-01-26 02:16:04] "POST /neutron/network HTTP/1.1" 200 823 0.005397 10.0.0.22 - - [2026-01-26 02:16:06] "POST /neutron/router HTTP/1.1" 200 580 0.003634 10.0.0.22 - - [2026-01-26 02:16:06] "GET /projects?obj_uuids=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001037 10.0.0.22 - - [2026-01-26 02:16:06] "POST /neutron/router HTTP/1.1" 200 344 0.194883 10.0.0.22 - - [2026-01-26 02:16:06] "POST /neutron/port HTTP/1.1" 200 1919 0.016599 10.0.0.22 - - [2026-01-26 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.008056 10.0.0.22 - - [2026-01-26 02:16:13] "POST /neutron/router HTTP/1.1" 200 580 0.003344 10.0.0.22 - - [2026-01-26 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.014217 10.0.0.22 - - [2026-01-26 02:16:13] "POST /neutron/router HTTP/1.1" 200 344 0.110122 10.0.0.22 - - [2026-01-26 02:16:16] "POST /neutron/router HTTP/1.1" 200 580 0.005569 10.0.0.22 - - [2026-01-26 02:16:16] "GET /projects?obj_uuids=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001344 10.0.0.22 - - [2026-01-26 02:16:16] "POST /neutron/router HTTP/1.1" 200 344 0.223194 10.0.0.22 - - [2026-01-26 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.009008 10.0.0.22 - - [2026-01-26 02:16:18] "POST /neutron/router HTTP/1.1" 200 580 0.004436 10.0.0.22 - - [2026-01-26 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.008868 10.0.0.22 - - [2026-01-26 02:16:18] "POST /neutron/router HTTP/1.1" 200 344 0.088077 10.0.0.22 - - [2026-01-26 02:16:18] "POST /neutron/router HTTP/1.1" 200 580 0.003954 10.0.0.22 - - [2026-01-26 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.008282 10.0.0.22 - - [2026-01-26 02:16:19] "POST /neutron/router HTTP/1.1" 200 344 0.084399 10.0.0.22 - - [2026-01-26 02:16:19] "POST /neutron/router HTTP/1.1" 200 580 0.004657 10.0.0.22 - - [2026-01-26 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002631 10.0.0.22 - - [2026-01-26 02:16:19] "GET /logical-router/86a9f61f-6370-417d-99f0-9722befe65d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.001838 10.0.0.22 - - [2026-01-26 02:16:19] "POST /neutron/router HTTP/1.1" 200 151 0.045690 10.0.0.22 - - [2026-01-26 02:16:19] "DELETE /route-target/9af5a778-562a-471c-90ff-9c79894f50d2 HTTP/1.1" 200 115 0.020917 10.0.0.22 - - [2026-01-26 02:16:19] "POST /neutron/network HTTP/1.1" 200 824 0.004949 10.0.0.22 - - [2026-01-26 02:16:19] "POST /neutron/network HTTP/1.1" 400 204 0.013193 10.0.0.22 - - [2026-01-26 02:16:19] "POST /neutron/port HTTP/1.1" 200 1122 0.011097 10.0.0.22 - - [2026-01-26 02:16:19] "POST /neutron/port HTTP/1.1" 200 1112 0.008614 10.0.0.22 - - [2026-01-26 02:16:19] "POST /neutron/port HTTP/1.1" 200 1121 0.013409 10.0.0.22 - - [2026-01-26 02:16:19] "POST /neutron/port HTTP/1.1" 200 151 0.110677 10.0.0.22 - - [2026-01-26 02:16:19] "POST /neutron/port HTTP/1.1" 200 1111 0.009022 10.0.0.22 - - [2026-01-26 02:16:19] "POST /neutron/port HTTP/1.1" 200 151 0.098414 10.0.0.22 - - [2026-01-26 02:16:21] "POST /neutron/network HTTP/1.1" 200 824 0.004667 10.0.0.22 - - [2026-01-26 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.22 - - [2026-01-26 02:16:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002578 10.0.0.22 - - [2026-01-26 02:16:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001467 10.0.0.22 - - [2026-01-26 02:16:21] "POST /neutron/network HTTP/1.1" 200 151 0.065770 10.0.0.22 - - [2026-01-26 02:16:21] "DELETE /route-target/1ba0bf40-dfb5-4d3b-9071-7f9f3cb82de8 HTTP/1.1" 200 115 0.015553 10.0.0.22 - - [2026-01-26 02:16:21] "POST /neutron/network HTTP/1.1" 200 823 0.004528 10.0.0.22 - - [2026-01-26 02:16:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002798 10.0.0.22 - - [2026-01-26 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.22 - - [2026-01-26 02:16:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001513 10.0.0.22 - - [2026-01-26 02:16:21] "POST /neutron/network HTTP/1.1" 200 151 0.066053 10.0.0.22 - - [2026-01-26 02:16:21] "DELETE /route-target/b342b767-1eb0-4c17-8108-7d9511074568 HTTP/1.1" 200 115 0.016533 10.0.0.22 - - [2026-01-26 02:16:21] "GET /projects?obj_uuids=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001127 10.0.0.22 - - [2026-01-26 02:16:21] "GET /project/70544dbe-1394-4a93-af17-efc19a3db8dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.022866 10.0.0.22 - - [2026-01-26 02:16:21] "GET /projects?obj_uuids=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000986 10.0.0.22 - - [2026-01-26 02:16:21] "GET /project/70544dbe-1394-4a93-af17-efc19a3db8dd?fields=virtual_networks HTTP/1.1" 200 1027 0.064073 10.0.0.22 - - [2026-01-26 02:16:21] "GET /projects?obj_uuids=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000945 10.0.0.22 - - [2026-01-26 02:16:21] "GET /project/70544dbe-1394-4a93-af17-efc19a3db8dd?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.023449 10.0.0.22 - - [2026-01-26 02:16:21] "GET /projects?obj_uuids=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000938 10.0.0.22 - - [2026-01-26 02:16:21] "GET /project/70544dbe-1394-4a93-af17-efc19a3db8dd?fields=security_groups HTTP/1.1" 200 1251 0.023520 10.0.0.22 - - [2026-01-26 02:16:22] "POST /fqname-to-id HTTP/1.1" 404 191 0.025077 10.0.0.22 - - [2026-01-26 02:16:22] "GET /projects?obj_uuids=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002185 10.0.0.22 - - [2026-01-26 02:16:22] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001457 10.0.0.22 - - [2026-01-26 02:16:22] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007468 10.0.0.22 - - [2026-01-26 02:16:22] "POST /id-to-fqname HTTP/1.1" 200 193 0.001101 10.0.0.22 - - [2026-01-26 02:16:22] "POST /fqname-to-id HTTP/1.1" 404 202 0.003303 10.0.0.22 - - [2026-01-26 02:16:23] "POST /security-groups HTTP/1.1" 200 594 0.063972 10.0.0.22 - - [2026-01-26 02:16:23] "POST /fqname-to-id HTTP/1.1" 404 237 0.002493 10.0.0.22 - - [2026-01-26 02:16:23] "POST /projects HTTP/1.1" 200 591 0.211049 10.0.0.22 - - [2026-01-26 02:16:23] "POST /access-control-lists HTTP/1.1" 200 599 0.063082 10.0.0.22 - - [2026-01-26 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.281206 10.0.0.22 - - [2026-01-26 02:16:23] "POST /fqname-to-id HTTP/1.1" 404 236 0.002411 10.0.0.22 - - [2026-01-26 02:16:23] "GET /project/852676a8-2e20-474a-bcda-11f3a528e14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.401331 10.0.0.22 - - [2026-01-26 02:16:23] "POST /access-control-lists HTTP/1.1" 200 597 0.067301 10.0.0.22 - - [2026-01-26 02:16:24] "GET / HTTP/1.1" 200 35931 0.002522 10.0.0.22 - - [2026-01-26 02:16:25] "GET /project/852676a8-2e20-474a-bcda-11f3a528e14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000431 10.0.0.22 - - [2026-01-26 02:16:25] "GET /projects?obj_uuids=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000891 10.0.0.22 - - [2026-01-26 02:16:25] "GET /project/852676a8-2e20-474a-bcda-11f3a528e14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.056483 10.0.0.22 - - [2026-01-26 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002333 10.0.0.22 - - [2026-01-26 02:16:25] "GET /security-group/f24944f7-2bed-4083-8645-eff9b3a5461d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.004899 10.0.0.22 - - [2026-01-26 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002555 10.0.0.22 - - [2026-01-26 02:16:25] "GET /projects?obj_uuids=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001099 10.0.0.22 - - [2026-01-26 02:16:25] "GET /project/852676a8-2e20-474a-bcda-11f3a528e14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.019135 10.0.0.22 - - [2026-01-26 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.22 - - [2026-01-26 02:16:25] "GET /security-group/f24944f7-2bed-4083-8645-eff9b3a5461d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.003848 10.0.0.22 - - [2026-01-26 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.22 - - [2026-01-26 02:16:26] "PUT /security-group/f24944f7-2bed-4083-8645-eff9b3a5461d HTTP/1.1" 200 262 0.011372 10.0.0.22 - - [2026-01-26 02:16:26] "PUT /access-control-list/0eb21d45-6198-4186-ac6f-72c068bd04f9 HTTP/1.1" 200 272 0.007640 10.0.0.22 - - [2026-01-26 02:16:26] "PUT /access-control-list/c29c2286-0606-4a61-981e-3a3967504010 HTTP/1.1" 200 272 0.007666 10.0.0.22 - - [2026-01-26 02:16:26] "POST /fqname-to-id HTTP/1.1" 404 202 0.002237 10.0.0.22 - - [2026-01-26 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.011049 10.0.0.22 - - [2026-01-26 02:16:26] "GET /projects?obj_uuids=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001349 10.0.0.22 - - [2026-01-26 02:16:26] "GET /project/852676a8-2e20-474a-bcda-11f3a528e14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.022047 10.0.0.22 - - [2026-01-26 02:16:26] "POST /neutron/network HTTP/1.1" 200 117 0.029444 10.0.0.22 - - [2026-01-26 02:16:26] "GET /projects?obj_uuids=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000856 10.0.0.22 - - [2026-01-26 02:16:26] "POST /neutron/network HTTP/1.1" 200 608 0.059699 10.0.0.22 - - [2026-01-26 02:16:26] "POST /route-targets HTTP/1.1" 200 327 0.009530 10.0.0.22 - - [2026-01-26 02:16:26] "POST /ref-update HTTP/1.1" 200 156 0.010123 10.0.0.22 - - [2026-01-26 02:16:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003522 10.0.0.22 - - [2026-01-26 02:16:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.152771 10.0.0.22 - - [2026-01-26 02:16:26] "POST /neutron/network HTTP/1.1" 200 829 0.006378 10.0.0.22 - - [2026-01-26 02:16:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001246 10.0.0.22 - - [2026-01-26 02:16:26] "GET /virtual-network/1443ddfb-fc43-4c20-ad5b-653beff1fc2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004060 10.0.0.22 - - [2026-01-26 02:16:26] "POST /neutron/network HTTP/1.1" 200 829 0.004867 10.0.0.22 - - [2026-01-26 02:16:26] "GET /virtual-network/1443ddfb-fc43-4c20-ad5b-653beff1fc2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005877 10.0.0.22 - - [2026-01-26 02:16:26] "POST /neutron/network HTTP/1.1" 200 829 0.004727 10.0.0.22 - - [2026-01-26 02:16:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.006467 10.0.0.22 - - [2026-01-26 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002061 10.0.0.22 - - [2026-01-26 02:16:26] "GET /projects?obj_uuids=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000875 10.0.0.22 - - [2026-01-26 02:16:26] "GET /project/852676a8-2e20-474a-bcda-11f3a528e14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.021999 10.0.0.22 - - [2026-01-26 02:16:26] "POST /neutron/network HTTP/1.1" 200 117 0.008574 10.0.0.22 - - [2026-01-26 02:16:26] "GET /projects?obj_uuids=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000855 10.0.0.22 - - [2026-01-26 02:16:26] "POST /neutron/network HTTP/1.1" 200 615 0.082501 10.0.0.22 - - [2026-01-26 02:16:26] "POST /route-targets HTTP/1.1" 200 327 0.013330 10.0.0.22 - - [2026-01-26 02:16:27] "POST /ref-update HTTP/1.1" 200 156 0.009684 10.0.0.22 - - [2026-01-26 02:16:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003032 10.0.0.22 - - [2026-01-26 02:16:27] "POST /neutron/subnet HTTP/1.1" 200 734 0.151142 10.0.0.22 - - [2026-01-26 02:16:27] "POST /neutron/network HTTP/1.1" 200 836 0.003923 10.0.0.22 - - [2026-01-26 02:16:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.000951 10.0.0.22 - - [2026-01-26 02:16:27] "GET /virtual-network/ea64fced-ffd2-4352-91aa-efceb31e87eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.003666 10.0.0.22 - - [2026-01-26 02:16:27] "POST /neutron/network HTTP/1.1" 200 836 0.004972 10.0.0.22 - - [2026-01-26 02:16:27] "GET /virtual-network/ea64fced-ffd2-4352-91aa-efceb31e87eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004950 10.0.0.22 - - [2026-01-26 02:16:27] "POST /neutron/network HTTP/1.1" 200 836 0.007178 10.0.0.22 - - [2026-01-26 02:16:27] "POST /neutron/subnet HTTP/1.1" 200 734 0.012733 10.0.0.22 - - [2026-01-26 02:16:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001069 10.0.0.22 - - [2026-01-26 02:16:27] "POST /neutron/network HTTP/1.1" 200 839 0.005605 10.0.0.22 - - [2026-01-26 02:16:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000398 10.0.0.22 - - [2026-01-26 02:16:27] "GET / HTTP/1.1" 200 35931 0.001649 10.0.0.22 - - [2026-01-26 02:16:27] "GET /project/852676a8-2e20-474a-bcda-11f3a528e14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000395 10.0.0.22 - - [2026-01-26 02:16:28] "GET /projects?obj_uuids=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000873 10.0.0.22 - - [2026-01-26 02:16:28] "GET /project/852676a8-2e20-474a-bcda-11f3a528e14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.047473 10.0.0.22 - - [2026-01-26 02:16:28] "POST /neutron/network HTTP/1.1" 200 829 0.005714 10.0.0.22 - - [2026-01-26 02:16:28] "POST /neutron/port HTTP/1.1" 200 117 0.007443 10.0.0.22 - - [2026-01-26 02:16:28] "POST /neutron/port HTTP/1.1" 200 117 0.006287 10.0.0.22 - - [2026-01-26 02:16:28] "POST /id-to-fqname HTTP/1.1" 200 227 0.001144 10.0.0.22 - - [2026-01-26 02:16:28] "POST /neutron/port HTTP/1.1" 200 117 0.004382 10.0.0.22 - - [2026-01-26 02:16:28] "POST /neutron/network HTTP/1.1" 200 846 0.009749 10.0.0.22 - - [2026-01-26 02:16:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000384 10.0.0.22 - - [2026-01-26 02:16:28] "POST /neutron/network HTTP/1.1" 200 839 0.005023 10.0.0.22 - - [2026-01-26 02:16:28] "GET /projects?obj_uuids=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001185 10.0.0.22 - - [2026-01-26 02:16:28] "GET / HTTP/1.1" 200 35931 0.001571 10.0.0.22 - - [2026-01-26 02:16:28] "GET /project/852676a8-2e20-474a-bcda-11f3a528e14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000378 10.0.0.22 - - [2026-01-26 02:16:28] "POST /neutron/port HTTP/1.1" 200 1065 0.183776 10.0.0.22 - - [2026-01-26 02:16:29] "POST /neutron/port HTTP/1.1" 200 1065 0.009786 10.0.0.22 - - [2026-01-26 02:16:29] "POST /neutron/port HTTP/1.1" 200 1065 0.011367 10.0.0.22 - - [2026-01-26 02:16:29] "POST /neutron/port HTTP/1.1" 200 1119 0.058594 10.0.0.22 - - [2026-01-26 02:16:29] "POST /neutron/port HTTP/1.1" 200 1129 0.011526 10.0.0.22 - - [2026-01-26 02:16:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003486 10.0.0.22 - - [2026-01-26 02:16:29] "POST /neutron/subnet HTTP/1.1" 200 708 0.007385 10.0.0.22 - - [2026-01-26 02:16:29] "POST /neutron/port HTTP/1.1" 200 117 0.001463 10.0.0.22 - - [2026-01-26 02:16:29] "POST /neutron/network HTTP/1.1" 200 829 0.006167 10.0.0.22 - - [2026-01-26 02:16:29] "GET /projects?obj_uuids=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001554 10.0.0.22 - - [2026-01-26 02:16:29] "GET /project/852676a8-2e20-474a-bcda-11f3a528e14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.086595 10.0.0.22 - - [2026-01-26 02:16:29] "POST /neutron/network HTTP/1.1" 200 836 0.005689 10.0.0.22 - - [2026-01-26 02:16:29] "POST /neutron/port HTTP/1.1" 200 1129 0.037759 10.0.0.22 - - [2026-01-26 02:16:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007799 10.0.0.22 - - [2026-01-26 02:16:29] "POST /neutron/port HTTP/1.1" 200 117 0.005388 10.0.0.22 - - [2026-01-26 02:16:29] "GET /projects?obj_uuids=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001043 10.0.0.22 - - [2026-01-26 02:16:29] "POST /neutron/router HTTP/1.1" 200 585 0.068073 10.0.0.22 - - [2026-01-26 02:16:29] "POST /neutron/router HTTP/1.1" 200 585 0.004632 10.0.0.22 - - [2026-01-26 02:16:29] "POST /route-targets HTTP/1.1" 200 327 0.016823 10.0.0.22 - - [2026-01-26 02:16:29] "POST /neutron/router HTTP/1.1" 200 656 0.032303 10.0.0.22 - - [2026-01-26 02:16:29] "PUT /logical-router/1b3eca00-b62e-490f-928f-8341aff6da32 HTTP/1.1" 200 262 0.020411 10.0.0.22 - - [2026-01-26 02:16:29] "GET /logical-router/1b3eca00-b62e-490f-928f-8341aff6da32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.006045 10.0.0.22 - - [2026-01-26 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005890 10.0.0.22 - - [2026-01-26 02:16:29] "POST /neutron/router HTTP/1.1" 200 656 0.003491 10.0.0.22 - - [2026-01-26 02:16:29] "GET /projects?obj_uuids=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001673 10.0.0.22 - - [2026-01-26 02:16:29] "GET /service-template/16686629-3dce-4a9d-8fe0-1d9ec9a5307a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004275 10.0.0.22 - - [2026-01-26 02:16:29] "POST /fqname-to-id HTTP/1.1" 404 215 0.003606 10.0.0.22 - - [2026-01-26 02:16:29] "POST /neutron/network HTTP/1.1" 200 846 0.006913 10.0.0.22 - - [2026-01-26 02:16:29] "GET /projects?obj_uuids=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001142 10.0.0.22 - - [2026-01-26 02:16:30] "POST /neutron/router HTTP/1.1" 200 344 0.310751 10.0.0.22 - - [2026-01-26 02:16:30] "POST /useragent-kv HTTP/1.1" 200 115 0.006959 10.0.0.22 - - [2026-01-26 02:16:30] "POST /virtual-networks HTTP/1.1" 200 694 0.178961 10.0.0.22 - - [2026-01-26 02:16:30] "POST /route-targets HTTP/1.1" 200 327 0.014502 10.0.0.22 - - [2026-01-26 02:16:30] "POST /ref-update HTTP/1.1" 200 156 0.022872 10.0.0.22 - - [2026-01-26 02:16:30] "POST /neutron/port HTTP/1.1" 200 1129 0.089251 10.0.0.22 - - [2026-01-26 02:16:30] "POST /ref-update HTTP/1.1" 200 156 0.041394 10.0.0.22 - - [2026-01-26 02:16:30] "POST /service-instances HTTP/1.1" 200 670 0.145777 10.0.0.22 - - [2026-01-26 02:16:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.048909 10.0.0.22 - - [2026-01-26 02:16:30] "POST /route-tables HTTP/1.1" 200 582 0.019174 10.0.0.22 - - [2026-01-26 02:16:30] "POST /neutron/port HTTP/1.1" 200 1065 0.420212 10.0.0.22 - - [2026-01-26 02:16:30] "PUT /logical-router/1b3eca00-b62e-490f-928f-8341aff6da32 HTTP/1.1" 200 262 0.032711 10.0.0.22 - - [2026-01-26 02:16:30] "POST /neutron/port HTTP/1.1" 200 1065 0.011942 10.0.0.22 - - [2026-01-26 02:16:30] "POST /neutron/port HTTP/1.1" 200 1065 0.009454 10.0.0.22 - - [2026-01-26 02:16:30] "POST /ref-update HTTP/1.1" 200 156 0.022072 10.0.0.22 - - [2026-01-26 02:16:30] "POST /neutron/port HTTP/1.1" 200 1119 0.064735 10.0.0.22 - - [2026-01-26 02:16:30] "POST /neutron/port HTTP/1.1" 200 1129 0.012376 10.0.0.22 - - [2026-01-26 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001911 10.0.0.22 - - [2026-01-26 02:16:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002834 10.0.0.22 - - [2026-01-26 02:16:30] "POST /neutron/subnet HTTP/1.1" 200 708 0.005928 10.0.0.22 - - [2026-01-26 02:16:30] "POST /neutron/port HTTP/1.1" 200 117 0.001093 10.0.0.22 - - [2026-01-26 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.017713 10.0.0.22 - - [2026-01-26 02:16:30] "POST /neutron/network HTTP/1.1" 200 836 0.005722 10.0.0.22 - - [2026-01-26 02:16:30] "POST /virtual-machines HTTP/1.1" 200 553 0.015949 10.0.0.22 - - [2026-01-26 02:16:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.085331 10.0.0.22 - - [2026-01-26 02:16:30] "POST /chown HTTP/1.1" 200 109 0.011295 10.0.0.22 - - [2026-01-26 02:16:30] "POST /instance-ips HTTP/1.1" 200 551 0.022308 10.0.0.22 - - [2026-01-26 02:16:31] "POST /instance-ips HTTP/1.1" 400 246 0.019287 10.0.0.22 - - [2026-01-26 02:16:31] "POST /chown HTTP/1.1" 200 109 0.009438 10.0.0.22 - - [2026-01-26 02:16:31] "PUT /virtual-machine-interface/4324299a-9fbc-4db5-a2aa-6ff74c29c93e HTTP/1.1" 200 284 0.011572 10.0.0.22 - - [2026-01-26 02:16:31] "PUT /instance-ip/ce614d31-05d2-4411-8b9b-520c6ac02ffc HTTP/1.1" 200 256 0.012289 10.0.0.22 - - [2026-01-26 02:16:31] "POST /ref-update HTTP/1.1" 200 156 0.012883 10.0.0.22 - - [2026-01-26 02:16:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.091295 10.0.0.22 - - [2026-01-26 02:16:31] "POST /chown HTTP/1.1" 200 109 0.007966 10.0.0.22 - - [2026-01-26 02:16:31] "POST /instance-ips HTTP/1.1" 200 549 0.031098 10.0.0.22 - - [2026-01-26 02:16:31] "POST /instance-ips HTTP/1.1" 400 316 0.016912 10.0.0.22 - - [2026-01-26 02:16:31] "POST /chown HTTP/1.1" 200 109 0.008535 10.0.0.22 - - [2026-01-26 02:16:31] "PUT /virtual-machine-interface/9f956e76-2d4a-49e8-aa3b-15c96ed5b119 HTTP/1.1" 200 284 0.014997 10.0.0.22 - - [2026-01-26 02:16:31] "PUT /instance-ip/376f1c80-d76e-43c8-8b99-726a8d365290 HTTP/1.1" 200 256 0.013787 10.0.0.22 - - [2026-01-26 02:16:31] "POST /ref-update HTTP/1.1" 200 156 0.013743 10.0.0.22 - - [2026-01-26 02:16:31] "POST /ref-update HTTP/1.1" 200 156 0.010193 10.0.0.22 - - [2026-01-26 02:16:31] "PUT /routing-instance/3a15f8a2-6979-4593-9c05-d36b7745429d HTTP/1.1" 200 266 0.011733 10.0.0.22 - - [2026-01-26 02:16:31] "POST /ref-update HTTP/1.1" 200 156 0.009878 10.0.0.22 - - [2026-01-26 02:16:31] "POST /virtual-machines HTTP/1.1" 200 553 0.012386 10.0.0.22 - - [2026-01-26 02:16:32] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.085308 10.0.0.22 - - [2026-01-26 02:16:32] "POST /chown HTTP/1.1" 200 109 0.008292 10.0.0.22 - - [2026-01-26 02:16:32] "POST /instance-ips HTTP/1.1" 400 246 0.020899 10.0.0.22 - - [2026-01-26 02:16:32] "POST /chown HTTP/1.1" 200 109 0.006603 10.0.0.22 - - [2026-01-26 02:16:32] "PUT /virtual-machine-interface/70e272f6-023a-43fd-9569-1d8079e2e27e HTTP/1.1" 200 284 0.010265 10.0.0.22 - - [2026-01-26 02:16:32] "PUT /instance-ip/ce614d31-05d2-4411-8b9b-520c6ac02ffc HTTP/1.1" 200 256 0.014318 10.0.0.22 - - [2026-01-26 02:16:32] "POST /ref-update HTTP/1.1" 200 156 0.011702 10.0.0.22 - - [2026-01-26 02:16:32] "POST /ref-update HTTP/1.1" 200 156 0.010849 10.0.0.22 - - [2026-01-26 02:16:32] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.097238 10.0.0.22 - - [2026-01-26 02:16:32] "POST /chown HTTP/1.1" 200 109 0.007894 10.0.0.22 - - [2026-01-26 02:16:32] "POST /instance-ips HTTP/1.1" 400 316 0.021260 10.0.0.22 - - [2026-01-26 02:16:32] "POST /chown HTTP/1.1" 200 109 0.006399 10.0.0.22 - - [2026-01-26 02:16:32] "PUT /virtual-machine-interface/c24fdc6d-9e95-4685-8b3a-0877ee925b2b HTTP/1.1" 200 284 0.013427 10.0.0.22 - - [2026-01-26 02:16:32] "PUT /instance-ip/376f1c80-d76e-43c8-8b99-726a8d365290 HTTP/1.1" 200 256 0.013270 10.0.0.22 - - [2026-01-26 02:16:32] "POST /ref-update HTTP/1.1" 200 156 0.010397 10.0.0.22 - - [2026-01-26 02:16:33] "POST /ref-update HTTP/1.1" 200 156 0.016172 10.0.0.22 - - [2026-01-26 02:16:35] "POST /neutron/port HTTP/1.1" 200 1129 0.010916 10.0.0.22 - - [2026-01-26 02:16:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005041 10.0.0.22 - - [2026-01-26 02:16:35] "POST /neutron/port HTTP/1.1" 200 1129 0.011560 10.0.0.22 - - [2026-01-26 02:16:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005817 10.0.0.22 - - [2026-01-26 02:16:35] "POST /neutron/port HTTP/1.1" 200 1129 0.011334 10.0.0.22 - - [2026-01-26 02:16:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004722 10.0.0.22 - - [2026-01-26 02:16:35] "GET /virtual-machine/ab121cc5-b7af-45e1-8fcb-3fb97ee4beeb HTTP/1.1" 401 292 0.000374 10.0.0.22 - - [2026-01-26 02:16:35] "GET /virtual-machine/ab121cc5-b7af-45e1-8fcb-3fb97ee4beeb HTTP/1.1" 200 1296 0.030504 10.0.0.22 - - [2026-01-26 02:16:35] "GET /virtual-machine-interface/d9bd4c6f-5f76-49a4-ba34-c95c09496d6f HTTP/1.1" 200 2956 0.004459 10.0.0.22 - - [2026-01-26 02:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002438 10.0.0.22 - - [2026-01-26 02:16:35] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002854 10.0.0.22 - - [2026-01-26 02:16:35] "GET /virtual-networks?parent_id=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002585 10.0.0.22 - - [2026-01-26 02:16:35] "GET /virtual-network/1443ddfb-fc43-4c20-ad5b-653beff1fc2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005808 10.0.0.22 - - [2026-01-26 02:16:38] "POST /neutron/port HTTP/1.1" 200 1129 0.012448 10.0.0.22 - - [2026-01-26 02:16:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004775 10.0.0.22 - - [2026-01-26 02:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.22 - - [2026-01-26 02:16:39] "GET /virtual-network/1443ddfb-fc43-4c20-ad5b-653beff1fc2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004191 10.0.0.22 - - [2026-01-26 02:16:39] "POST /neutron/port HTTP/1.1" 200 1129 0.012385 10.0.0.22 - - [2026-01-26 02:16:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005655 10.0.0.22 - - [2026-01-26 02:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.22 - - [2026-01-26 02:16:41] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002738 10.0.0.22 - - [2026-01-26 02:16:41] "GET /virtual-networks?parent_id=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002709 10.0.0.22 - - [2026-01-26 02:16:41] "GET /virtual-network/1443ddfb-fc43-4c20-ad5b-653beff1fc2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004684 10.0.0.22 - - [2026-01-26 02:16:41] "POST /neutron/port HTTP/1.1" 200 1129 0.011996 10.0.0.22 - - [2026-01-26 02:16:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004869 10.0.0.22 - - [2026-01-26 02:16:41] "POST /neutron/port HTTP/1.1" 200 1129 0.010963 10.0.0.22 - - [2026-01-26 02:16:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005402 10.0.0.22 - - [2026-01-26 02:16:41] "POST /neutron/port HTTP/1.1" 200 1129 0.011506 10.0.0.22 - - [2026-01-26 02:16:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005503 10.0.0.22 - - [2026-01-26 02:16:41] "GET /virtual-machine/bac93c21-67ad-468e-82cd-fab6624f61d1 HTTP/1.1" 200 1295 0.004136 10.0.0.22 - - [2026-01-26 02:16:41] "GET /virtual-machine-interface/71016135-26e8-42e0-8b84-0b67429edabe HTTP/1.1" 200 2967 0.004873 10.0.0.22 - - [2026-01-26 02:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002592 10.0.0.22 - - [2026-01-26 02:16:41] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002711 10.0.0.22 - - [2026-01-26 02:16:41] "GET /virtual-networks?parent_id=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002679 10.0.0.22 - - [2026-01-26 02:16:41] "GET /virtual-network/ea64fced-ffd2-4352-91aa-efceb31e87eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004595 10.0.0.22 - - [2026-01-26 02:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002558 10.0.0.22 - - [2026-01-26 02:16:42] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002850 10.0.0.22 - - [2026-01-26 02:16:43] "GET /virtual-networks?parent_id=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002613 10.0.0.22 - - [2026-01-26 02:16:43] "GET /virtual-network/ea64fced-ffd2-4352-91aa-efceb31e87eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005987 10.0.0.22 - - [2026-01-26 02:16:45] "DELETE /project/852676a82e20474abcda11f3a528e14f HTTP/1.1" 404 173 0.005314 10.0.0.22 - - [2026-01-26 02:16:45] "GET /projects?obj_uuids=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000793 10.0.0.22 - - [2026-01-26 02:16:45] "GET /project/70544dbe-1394-4a93-af17-efc19a3db8dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.023244 10.0.0.22 - - [2026-01-26 02:16:45] "GET /projects?obj_uuids=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000859 10.0.0.22 - - [2026-01-26 02:16:45] "GET /project/70544dbe-1394-4a93-af17-efc19a3db8dd?fields=security_groups HTTP/1.1" 200 1356 0.064064 10.0.0.22 - - [2026-01-26 02:16:45] "DELETE /security-group/7d345c20-0dd2-4712-a4bf-e1d1fbe958aa HTTP/1.1" 200 115 0.039237 10.0.0.22 - - [2026-01-26 02:16:45] "GET /projects?obj_uuids=70544dbe-1394-4a93-af17-efc19a3db8dd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000846 10.0.0.22 - - [2026-01-26 02:16:45] "DELETE /access-control-list/af9f7231-fd27-4834-888a-5975712d49cd HTTP/1.1" 200 115 0.025690 10.0.0.22 - - [2026-01-26 02:16:45] "GET /project/70544dbe-1394-4a93-af17-efc19a3db8dd?fields=application_policy_sets HTTP/1.1" 200 1395 0.028344 10.0.0.22 - - [2026-01-26 02:16:45] "DELETE /access-control-list/593e523d-111b-4344-b731-b0096d9c12e7 HTTP/1.1" 200 115 0.028535 10.0.0.22 - - [2026-01-26 02:16:45] "DELETE /project/70544dbe-1394-4a93-af17-efc19a3db8dd HTTP/1.1" 200 115 0.305583 10.0.0.22 - - [2026-01-26 02:16:47] "POST /neutron/router HTTP/1.1" 200 656 0.004283 10.0.0.22 - - [2026-01-26 02:16:47] "POST /ref-update HTTP/1.1" 200 156 0.009631 10.0.0.22 - - [2026-01-26 02:16:47] "POST /neutron/router HTTP/1.1" 200 344 0.098464 10.0.0.22 - - [2026-01-26 02:16:47] "POST /neutron/router HTTP/1.1" 200 656 0.004657 10.0.0.22 - - [2026-01-26 02:16:47] "GET /logical-router/1b3eca00-b62e-490f-928f-8341aff6da32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1971 0.003690 10.0.0.22 - - [2026-01-26 02:16:47] "GET /service-instance/0e23cf8d-8e5e-42e2-9a49-7f57667ae7b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.003890 10.0.0.22 - - [2026-01-26 02:16:47] "POST /neutron/router HTTP/1.1" 200 151 0.049161 10.0.0.22 - - [2026-01-26 02:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.22 - - [2026-01-26 02:16:47] "DELETE /route-target/1f6d2bda-4b99-45a9-8463-6ff5e39e5652 HTTP/1.1" 409 239 0.004567 10.0.0.22 - - [2026-01-26 02:16:47] "PUT /logical-router/1b3eca00-b62e-490f-928f-8341aff6da32 HTTP/1.1" 404 171 0.002898 10.0.0.22 - - [2026-01-26 02:16:47] "POST /ref-update HTTP/1.1" 200 156 0.009047 10.0.0.22 - - [2026-01-26 02:16:47] "DELETE /route-table/9f05bdc4-f8ba-4d31-89be-c3292ab8b6cb HTTP/1.1" 200 115 0.032577 10.0.0.22 - - [2026-01-26 02:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002205 10.0.0.22 - - [2026-01-26 02:16:47] "PUT /routing-instance/3a15f8a2-6979-4593-9c05-d36b7745429d HTTP/1.1" 200 266 0.010085 10.0.0.22 - - [2026-01-26 02:16:47] "GET /virtual-network/6ef4534f-50b0-4841-9eca-bbdf2e88665d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2133 0.005832 10.0.0.22 - - [2026-01-26 02:16:47] "POST /neutron/network HTTP/1.1" 200 836 0.008307 10.0.0.22 - - [2026-01-26 02:16:47] "POST /neutron/network HTTP/1.1" 400 204 0.038484 10.0.0.22 - - [2026-01-26 02:16:47] "POST /ref-update HTTP/1.1" 200 156 0.007401 10.0.0.22 - - [2026-01-26 02:16:47] "POST /ref-update HTTP/1.1" 200 156 0.009374 10.0.0.22 - - [2026-01-26 02:16:47] "DELETE /instance-ip/376f1c80-d76e-43c8-8b99-726a8d365290 HTTP/1.1" 200 115 0.033540 10.0.0.22 - - [2026-01-26 02:16:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002758 10.0.0.22 - - [2026-01-26 02:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.22 - - [2026-01-26 02:16:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003867 10.0.0.22 - - [2026-01-26 02:16:47] "DELETE /virtual-network/6ef4534f-50b0-4841-9eca-bbdf2e88665d HTTP/1.1" 200 115 0.159889 10.0.0.22 - - [2026-01-26 02:16:47] "DELETE /route-target/de1c2e86-6b65-406a-aed9-00f81ae621a3 HTTP/1.1" 200 115 0.023216 10.0.0.22 - - [2026-01-26 02:16:47] "DELETE /service-instance/0e23cf8d-8e5e-42e2-9a49-7f57667ae7b0 HTTP/1.1" 200 115 0.035333 10.0.0.22 - - [2026-01-26 02:16:47] "GET /logical-router/1b3eca00-b62e-490f-928f-8341aff6da32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002637 10.0.0.22 - - [2026-01-26 02:16:47] "POST /neutron/port HTTP/1.1" 200 1129 0.017622 10.0.0.22 - - [2026-01-26 02:16:47] "GET /service-instance/0e23cf8d-8e5e-42e2-9a49-7f57667ae7b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002406 10.0.0.22 - - [2026-01-26 02:16:47] "POST /neutron/port HTTP/1.1" 200 1119 0.008942 10.0.0.22 - - [2026-01-26 02:16:47] "GET /virtual-machine-interface/9f956e76-2d4a-49e8-aa3b-15c96ed5b119?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1344 0.005628 10.0.0.22 - - [2026-01-26 02:16:47] "POST /neutron/port HTTP/1.1" 200 1129 0.018802 10.0.0.22 - - [2026-01-26 02:16:47] "POST /neutron/port HTTP/1.1" 200 1119 0.008639 10.0.0.22 - - [2026-01-26 02:16:47] "POST /neutron/port HTTP/1.1" 200 151 0.121189 10.0.0.22 - - [2026-01-26 02:16:47] "DELETE /virtual-machine-interface/9f956e76-2d4a-49e8-aa3b-15c96ed5b119 HTTP/1.1" 200 115 0.040738 10.0.0.22 - - [2026-01-26 02:16:47] "GET /virtual-machine-interface/4324299a-9fbc-4db5-a2aa-6ff74c29c93e?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1663 0.006202 10.0.0.22 - - [2026-01-26 02:16:48] "POST /ref-update HTTP/1.1" 200 156 0.014622 10.0.0.22 - - [2026-01-26 02:16:48] "POST /neutron/port HTTP/1.1" 200 151 0.143953 10.0.0.22 - - [2026-01-26 02:16:48] "GET /instance-ip/ce614d31-05d2-4411-8b9b-520c6ac02ffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.003714 10.0.0.22 - - [2026-01-26 02:16:48] "DELETE /virtual-machine-interface/4324299a-9fbc-4db5-a2aa-6ff74c29c93e HTTP/1.1" 200 115 0.027190 10.0.0.22 - - [2026-01-26 02:16:48] "POST /ref-update HTTP/1.1" 200 156 0.011188 10.0.0.22 - - [2026-01-26 02:16:48] "DELETE /virtual-machine/5e12481a-c90d-4559-b349-4c217d072bbe HTTP/1.1" 200 115 0.024032 10.0.0.22 - - [2026-01-26 02:16:48] "GET /virtual-machine-interface/c24fdc6d-9e95-4685-8b3a-0877ee925b2b?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1344 0.005677 10.0.0.22 - - [2026-01-26 02:16:48] "DELETE /virtual-machine-interface/c24fdc6d-9e95-4685-8b3a-0877ee925b2b HTTP/1.1" 200 115 0.025467 10.0.0.22 - - [2026-01-26 02:16:48] "GET /virtual-machine-interface/70e272f6-023a-43fd-9569-1d8079e2e27e?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1663 0.005579 10.0.0.22 - - [2026-01-26 02:16:48] "POST /ref-update HTTP/1.1" 200 156 0.013942 10.0.0.22 - - [2026-01-26 02:16:48] "GET /instance-ip/ce614d31-05d2-4411-8b9b-520c6ac02ffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1698 0.005783 10.0.0.22 - - [2026-01-26 02:16:48] "DELETE /instance-ip/ce614d31-05d2-4411-8b9b-520c6ac02ffc HTTP/1.1" 200 115 0.028265 10.0.0.22 - - [2026-01-26 02:16:48] "DELETE /virtual-machine-interface/70e272f6-023a-43fd-9569-1d8079e2e27e HTTP/1.1" 200 115 0.028403 10.0.0.22 - - [2026-01-26 02:16:48] "DELETE /virtual-machine/44227211-a236-4dad-86de-c831252463e6 HTTP/1.1" 200 115 0.030869 10.0.0.22 - - [2026-01-26 02:16:49] "POST /neutron/network HTTP/1.1" 200 836 0.005001 10.0.0.22 - - [2026-01-26 02:16:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003360 10.0.0.22 - - [2026-01-26 02:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.22 - - [2026-01-26 02:16:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001595 10.0.0.22 - - [2026-01-26 02:16:49] "POST /neutron/network HTTP/1.1" 200 151 0.087582 10.0.0.22 - - [2026-01-26 02:16:49] "DELETE /route-target/8da890c3-da81-4e78-b1ae-93dc0383ffe2 HTTP/1.1" 200 115 0.020517 10.0.0.22 - - [2026-01-26 02:16:49] "POST /neutron/network HTTP/1.1" 200 829 0.005112 10.0.0.22 - - [2026-01-26 02:16:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002397 10.0.0.22 - - [2026-01-26 02:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.22 - - [2026-01-26 02:16:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001918 10.0.0.22 - - [2026-01-26 02:16:49] "POST /neutron/network HTTP/1.1" 200 151 0.074032 10.0.0.22 - - [2026-01-26 02:16:49] "DELETE /route-target/c8501e0f-6acc-4b1e-8b00-c0534b54e370 HTTP/1.1" 200 115 0.016436 10.0.0.22 - - [2026-01-26 02:16:49] "GET /projects?obj_uuids=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000925 10.0.0.22 - - [2026-01-26 02:16:49] "GET /project/852676a8-2e20-474a-bcda-11f3a528e14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.029921 10.0.0.22 - - [2026-01-26 02:16:49] "GET /projects?obj_uuids=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000868 10.0.0.22 - - [2026-01-26 02:16:49] "GET /project/852676a8-2e20-474a-bcda-11f3a528e14f?fields=virtual_networks HTTP/1.1" 200 1037 0.081454 10.0.0.22 - - [2026-01-26 02:16:50] "GET /projects?obj_uuids=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001216 10.0.0.22 - - [2026-01-26 02:16:50] "GET /project/852676a8-2e20-474a-bcda-11f3a528e14f?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.054591 10.0.0.22 - - [2026-01-26 02:16:50] "GET /projects?obj_uuids=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001074 10.0.0.22 - - [2026-01-26 02:16:50] "GET /project/852676a8-2e20-474a-bcda-11f3a528e14f?fields=security_groups HTTP/1.1" 200 1266 0.028162 10.0.0.22 - - [2026-01-26 02:16:51] "GET /obj-perms HTTP/1.1" 200 5056 0.078711 10.0.0.22 - - [2026-01-26 02:16:51] "GET /obj-perms HTTP/1.1" 200 5056 0.112188 10.0.0.22 - - [2026-01-26 02:16:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.043702 10.0.0.22 - - [2026-01-26 02:16:51] "GET /projects?obj_uuids=4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001997 10.0.0.22 - - [2026-01-26 02:16:51] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000881 10.0.0.22 - - [2026-01-26 02:16:51] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005674 10.0.0.22 - - [2026-01-26 02:16:51] "POST /id-to-fqname HTTP/1.1" 200 198 0.001760 10.0.0.22 - - [2026-01-26 02:16:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.001879 10.0.0.22 - - [2026-01-26 02:16:51] "POST /security-groups HTTP/1.1" 200 599 0.064194 10.0.0.22 - - [2026-01-26 02:16:51] "POST /fqname-to-id HTTP/1.1" 404 242 0.002481 10.0.0.22 - - [2026-01-26 02:16:52] "POST /projects HTTP/1.1" 200 601 0.206365 10.0.0.22 - - [2026-01-26 02:16:52] "POST /access-control-lists HTTP/1.1" 200 604 0.054356 10.0.0.22 - - [2026-01-26 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.276490 10.0.0.22 - - [2026-01-26 02:16:52] "POST /fqname-to-id HTTP/1.1" 404 241 0.002778 10.0.0.22 - - [2026-01-26 02:16:52] "GET /project/4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.398355 10.0.0.22 - - [2026-01-26 02:16:52] "POST /access-control-lists HTTP/1.1" 200 602 0.064651 10.0.0.22 - - [2026-01-26 02:16:53] "GET / HTTP/1.1" 200 35931 0.001756 10.0.0.22 - - [2026-01-26 02:16:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.22 - - [2026-01-26 02:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.055128 10.0.0.22 - - [2026-01-26 02:16:54] "GET /projects?obj_uuids=4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000880 10.0.0.22 - - [2026-01-26 02:16:54] "GET /project/4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.020906 10.0.0.22 - - [2026-01-26 02:16:54] "POST /neutron/network HTTP/1.1" 200 117 0.029276 10.0.0.22 - - [2026-01-26 02:16:54] "GET /projects?obj_uuids=4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000889 10.0.0.22 - - [2026-01-26 02:16:54] "POST /neutron/network HTTP/1.1" 200 613 0.068429 10.0.0.22 - - [2026-01-26 02:16:54] "POST /route-targets HTTP/1.1" 200 327 0.010846 10.0.0.22 - - [2026-01-26 02:16:54] "POST /ref-update HTTP/1.1" 200 156 0.013895 10.0.0.22 - - [2026-01-26 02:16:54] "POST /useragent-kv HTTP/1.1" 200 115 0.007253 10.0.0.22 - - [2026-01-26 02:16:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.185335 10.0.0.22 - - [2026-01-26 02:16:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000415 10.0.0.22 - - [2026-01-26 02:16:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004522 10.0.0.22 - - [2026-01-26 02:16:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.153198 10.0.0.22 - - [2026-01-26 02:16:54] "POST /neutron/network HTTP/1.1" 200 1006 0.006271 10.0.0.22 - - [2026-01-26 02:16:54] "POST /id-to-fqname HTTP/1.1" 200 228 0.001168 10.0.0.22 - - [2026-01-26 02:16:54] "GET /virtual-network/38773595-d8a8-4bd7-a93d-bf49f78e2ada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004543 10.0.0.22 - - [2026-01-26 02:16:54] "POST /neutron/network HTTP/1.1" 200 1006 0.007391 10.0.0.22 - - [2026-01-26 02:16:54] "GET /virtual-network/38773595-d8a8-4bd7-a93d-bf49f78e2ada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004244 10.0.0.22 - - [2026-01-26 02:16:55] "POST /neutron/network HTTP/1.1" 200 1006 0.006408 10.0.0.22 - - [2026-01-26 02:16:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.006419 10.0.0.22 - - [2026-01-26 02:16:55] "POST /neutron/subnet HTTP/1.1" 200 828 0.006594 10.0.0.22 - - [2026-01-26 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002293 10.0.0.22 - - [2026-01-26 02:16:55] "GET /projects?obj_uuids=4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000867 10.0.0.22 - - [2026-01-26 02:16:55] "GET /project/4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.020324 10.0.0.22 - - [2026-01-26 02:16:55] "POST /neutron/network HTTP/1.1" 200 117 0.010827 10.0.0.22 - - [2026-01-26 02:16:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.030410 10.0.0.22 - - [2026-01-26 02:16:55] "GET /projects?obj_uuids=4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001043 10.0.0.22 - - [2026-01-26 02:16:55] "POST /neutron/network HTTP/1.1" 200 613 0.054666 10.0.0.22 - - [2026-01-26 02:16:55] "POST /route-targets HTTP/1.1" 200 327 0.010279 10.0.0.22 - - [2026-01-26 02:16:55] "POST /ref-update HTTP/1.1" 200 156 0.009362 10.0.0.22 - - [2026-01-26 02:16:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002908 10.0.0.22 - - [2026-01-26 02:16:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.189401 10.0.0.22 - - [2026-01-26 02:16:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.003660 10.0.0.22 - - [2026-01-26 02:16:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002710 10.0.0.22 - - [2026-01-26 02:16:55] "POST /neutron/subnet HTTP/1.1" 200 823 0.175372 10.0.0.22 - - [2026-01-26 02:16:55] "POST /neutron/network HTTP/1.1" 200 1006 0.005774 10.0.0.22 - - [2026-01-26 02:16:55] "POST /id-to-fqname HTTP/1.1" 200 228 0.000960 10.0.0.22 - - [2026-01-26 02:16:55] "GET /virtual-network/08b96e65-33b1-467b-8cb8-0b87331fa211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.003744 10.0.0.22 - - [2026-01-26 02:16:55] "POST /neutron/network HTTP/1.1" 200 1006 0.006898 10.0.0.22 - - [2026-01-26 02:16:55] "GET /virtual-network/08b96e65-33b1-467b-8cb8-0b87331fa211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006402 10.0.0.22 - - [2026-01-26 02:16:55] "POST /neutron/network HTTP/1.1" 200 1006 0.006562 10.0.0.22 - - [2026-01-26 02:16:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.005733 10.0.0.22 - - [2026-01-26 02:16:55] "POST /neutron/subnet HTTP/1.1" 200 823 0.005898 10.0.0.22 - - [2026-01-26 02:16:55] "POST /fqname-to-id HTTP/1.1" 404 234 0.001837 10.0.0.22 - - [2026-01-26 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001849 10.0.0.22 - - [2026-01-26 02:16:55] "GET /projects?obj_uuids=4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000868 10.0.0.22 - - [2026-01-26 02:16:55] "GET /project/4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.022498 10.0.0.22 - - [2026-01-26 02:16:56] "POST /network-policys HTTP/1.1" 200 577 0.062698 10.0.0.22 - - [2026-01-26 02:16:56] "GET /network-policy/94961007-9884-43ad-ab2f-8f9e3230ad64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005407 10.0.0.22 - - [2026-01-26 02:16:56] "POST /neutron/network HTTP/1.1" 200 1006 0.006279 10.0.0.22 - - [2026-01-26 02:16:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.004252 10.0.0.22 - - [2026-01-26 02:16:56] "POST /fqname-to-id HTTP/1.1" 404 242 0.003309 10.0.0.22 - - [2026-01-26 02:16:56] "POST /neutron/network HTTP/1.1" 200 1114 0.044207 10.0.0.22 - - [2026-01-26 02:16:56] "POST /access-control-lists HTTP/1.1" 200 596 0.063619 10.0.0.22 - - [2026-01-26 02:16:56] "POST /neutron/network HTTP/1.1" 200 1114 0.042758 10.0.0.22 - - [2026-01-26 02:16:56] "GET /virtual-network/38773595-d8a8-4bd7-a93d-bf49f78e2ada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.004156 10.0.0.22 - - [2026-01-26 02:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002117 10.0.0.22 - - [2026-01-26 02:16:56] "GET /network-policy/94961007-9884-43ad-ab2f-8f9e3230ad64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003065 10.0.0.22 - - [2026-01-26 02:16:56] "POST /neutron/network HTTP/1.1" 200 1006 0.010586 10.0.0.22 - - [2026-01-26 02:16:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.004704 10.0.0.22 - - [2026-01-26 02:16:56] "PUT /access-control-list/adad38a2-74ad-46da-baf7-61c8a91473dc HTTP/1.1" 200 272 0.012358 10.0.0.22 - - [2026-01-26 02:16:56] "POST /neutron/network HTTP/1.1" 200 1114 0.036515 10.0.0.22 - - [2026-01-26 02:16:56] "POST /fqname-to-id HTTP/1.1" 404 242 0.001892 10.0.0.22 - - [2026-01-26 02:16:56] "POST /neutron/network HTTP/1.1" 200 1114 0.005587 10.0.0.22 - - [2026-01-26 02:16:56] "GET /virtual-network/08b96e65-33b1-467b-8cb8-0b87331fa211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.003845 10.0.0.22 - - [2026-01-26 02:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002111 10.0.0.22 - - [2026-01-26 02:16:56] "GET /network-policy/94961007-9884-43ad-ab2f-8f9e3230ad64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.032668 10.0.0.22 - - [2026-01-26 02:16:56] "POST /access-control-lists HTTP/1.1" 200 596 0.057928 10.0.0.22 - - [2026-01-26 02:16:56] "GET /domains HTTP/1.1" 401 292 0.000392 10.0.0.22 - - [2026-01-26 02:16:56] "POST /ref-update HTTP/1.1" 200 156 0.011400 10.0.0.22 - - [2026-01-26 02:16:56] "GET /domains HTTP/1.1" 200 280 0.029974 10.0.0.22 - - [2026-01-26 02:16:56] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.22 - - [2026-01-26 02:16:56] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2769 0.006959 10.0.0.22 - - [2026-01-26 02:16:56] "GET /projects?obj_uuids=4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000762 10.0.0.22 - - [2026-01-26 02:16:56] "GET /project/4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0 HTTP/1.1" 200 2624 0.063650 10.0.0.22 - - [2026-01-26 02:16:56] "GET /virtual-network/38773595-d8a8-4bd7-a93d-bf49f78e2ada HTTP/1.1" 200 3505 0.005183 10.0.0.22 - - [2026-01-26 02:16:56] "GET /virtual-network/38773595-d8a8-4bd7-a93d-bf49f78e2ada HTTP/1.1" 200 3505 0.003820 10.0.0.22 - - [2026-01-26 02:16:56] "GET /routing-instance/9cc6e45c-43c5-4c34-a6cc-3e6a96bbcd35 HTTP/1.1" 200 1796 0.002801 10.0.0.22 - - [2026-01-26 02:16:56] "GET /routing-instance/9cc6e45c-43c5-4c34-a6cc-3e6a96bbcd35 HTTP/1.1" 200 1796 0.003186 10.0.0.22 - - [2026-01-26 02:16:56] "GET /route-target/6e3e6c68-fb03-45c3-9db7-f91c4e8a042c HTTP/1.1" 200 1212 0.003456 10.0.0.22 - - [2026-01-26 02:16:56] "GET /virtual-network/38773595-d8a8-4bd7-a93d-bf49f78e2ada HTTP/1.1" 200 3505 0.004773 10.0.0.22 - - [2026-01-26 02:16:56] "GET /routing-instance/9cc6e45c-43c5-4c34-a6cc-3e6a96bbcd35 HTTP/1.1" 200 1796 0.008726 10.0.0.22 - - [2026-01-26 02:16:56] "GET /virtual-network/38773595-d8a8-4bd7-a93d-bf49f78e2ada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005769 10.0.0.22 - - [2026-01-26 02:16:57] "GET /virtual-network/38773595-d8a8-4bd7-a93d-bf49f78e2ada HTTP/1.1" 200 3505 0.005510 10.0.0.22 - - [2026-01-26 02:16:57] "GET /routing-instance/9cc6e45c-43c5-4c34-a6cc-3e6a96bbcd35 HTTP/1.1" 200 1796 0.003397 10.0.0.22 - - [2026-01-26 02:16:57] "GET /routing-instance/9cc6e45c-43c5-4c34-a6cc-3e6a96bbcd35 HTTP/1.1" 200 1796 0.003797 10.0.0.22 - - [2026-01-26 02:16:57] "GET /route-target/6e3e6c68-fb03-45c3-9db7-f91c4e8a042c HTTP/1.1" 200 1212 0.002998 10.0.0.22 - - [2026-01-26 02:16:57] "GET /domains HTTP/1.1" 200 280 0.002317 10.0.0.22 - - [2026-01-26 02:16:57] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.22 - - [2026-01-26 02:16:57] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2769 0.006082 10.0.0.22 - - [2026-01-26 02:16:57] "GET /projects?obj_uuids=4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000780 10.0.0.22 - - [2026-01-26 02:16:57] "GET /project/4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0 HTTP/1.1" 200 2624 0.069983 10.0.0.22 - - [2026-01-26 02:16:57] "GET /virtual-network/38773595-d8a8-4bd7-a93d-bf49f78e2ada HTTP/1.1" 200 3505 0.004269 10.0.0.22 - - [2026-01-26 02:16:57] "GET /obj-perms HTTP/1.1" 200 5046 0.048904 10.0.0.22 - - [2026-01-26 02:16:57] "GET /domains HTTP/1.1" 200 280 0.002248 10.0.0.22 - - [2026-01-26 02:16:57] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000815 10.0.0.22 - - [2026-01-26 02:16:57] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2769 0.005586 10.0.0.22 - - [2026-01-26 02:16:57] "GET /projects?obj_uuids=4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000757 10.0.0.22 - - [2026-01-26 02:16:57] "GET /project/4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0 HTTP/1.1" 200 2624 0.064982 10.0.0.22 - - [2026-01-26 02:16:57] "GET /virtual-network/08b96e65-33b1-467b-8cb8-0b87331fa211 HTTP/1.1" 200 3504 0.006024 10.0.0.22 - - [2026-01-26 02:16:57] "GET /virtual-network/08b96e65-33b1-467b-8cb8-0b87331fa211 HTTP/1.1" 200 3504 0.003803 10.0.0.22 - - [2026-01-26 02:16:57] "GET /routing-instance/ee60f1c6-f7c7-48c0-8067-054fca9cfa60 HTTP/1.1" 200 1795 0.003038 10.0.0.22 - - [2026-01-26 02:16:57] "GET /routing-instance/ee60f1c6-f7c7-48c0-8067-054fca9cfa60 HTTP/1.1" 200 1795 0.002536 10.0.0.22 - - [2026-01-26 02:16:57] "GET /route-target/061e5c22-d06b-4866-9052-bfedfe4d1599 HTTP/1.1" 200 1211 0.002993 10.0.0.22 - - [2026-01-26 02:16:57] "GET /virtual-network/08b96e65-33b1-467b-8cb8-0b87331fa211 HTTP/1.1" 200 3504 0.004646 10.0.0.22 - - [2026-01-26 02:16:57] "GET /routing-instance/ee60f1c6-f7c7-48c0-8067-054fca9cfa60 HTTP/1.1" 200 1795 0.003244 10.0.0.22 - - [2026-01-26 02:16:57] "GET /virtual-network/08b96e65-33b1-467b-8cb8-0b87331fa211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004494 10.0.0.22 - - [2026-01-26 02:16:57] "GET /virtual-network/08b96e65-33b1-467b-8cb8-0b87331fa211 HTTP/1.1" 200 3504 0.004081 10.0.0.22 - - [2026-01-26 02:16:57] "GET /routing-instance/ee60f1c6-f7c7-48c0-8067-054fca9cfa60 HTTP/1.1" 200 1795 0.003360 10.0.0.22 - - [2026-01-26 02:16:57] "GET /routing-instance/ee60f1c6-f7c7-48c0-8067-054fca9cfa60 HTTP/1.1" 200 1795 0.003117 10.0.0.22 - - [2026-01-26 02:16:57] "GET /route-target/061e5c22-d06b-4866-9052-bfedfe4d1599 HTTP/1.1" 200 1211 0.002465 10.0.0.22 - - [2026-01-26 02:16:57] "GET /domains HTTP/1.1" 200 280 0.002236 10.0.0.22 - - [2026-01-26 02:16:57] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000782 10.0.0.22 - - [2026-01-26 02:16:57] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2769 0.005525 10.0.0.22 - - [2026-01-26 02:16:57] "GET /projects?obj_uuids=4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000739 10.0.0.22 - - [2026-01-26 02:16:57] "GET /project/4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0 HTTP/1.1" 200 2624 0.070241 10.0.0.22 - - [2026-01-26 02:16:57] "GET /virtual-network/08b96e65-33b1-467b-8cb8-0b87331fa211 HTTP/1.1" 200 3504 0.004300 10.0.0.22 - - [2026-01-26 02:16:57] "GET /obj-perms HTTP/1.1" 200 5046 0.002270 10.0.0.22 - - [2026-01-26 02:16:57] "GET /virtual-network/08b96e65-33b1-467b-8cb8-0b87331fa211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005033 10.0.0.22 - - [2026-01-26 02:16:57] "POST /neutron/network HTTP/1.1" 200 1114 0.006855 10.0.0.22 - - [2026-01-26 02:16:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.004244 10.0.0.22 - - [2026-01-26 02:16:57] "POST /neutron/network HTTP/1.1" 200 1006 0.073841 10.0.0.22 - - [2026-01-26 02:16:57] "DELETE /access-control-list/780614fd-14c1-482d-9f67-2744deb1d0c0 HTTP/1.1" 200 115 0.033670 10.0.0.22 - - [2026-01-26 02:16:57] "POST /neutron/network HTTP/1.1" 200 1006 0.008520 10.0.0.22 - - [2026-01-26 02:16:57] "GET /virtual-network/08b96e65-33b1-467b-8cb8-0b87331fa211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004205 10.0.0.22 - - [2026-01-26 02:16:57] "POST /ref-update HTTP/1.1" 200 156 0.015997 10.0.0.22 - - [2026-01-26 02:16:57] "GET /virtual-network/38773595-d8a8-4bd7-a93d-bf49f78e2ada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.007980 10.0.0.22 - - [2026-01-26 02:16:57] "POST /neutron/network HTTP/1.1" 200 1114 0.006974 10.0.0.22 - - [2026-01-26 02:16:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.003540 10.0.0.22 - - [2026-01-26 02:16:58] "POST /neutron/network HTTP/1.1" 200 1006 0.036062 10.0.0.22 - - [2026-01-26 02:16:58] "DELETE /access-control-list/adad38a2-74ad-46da-baf7-61c8a91473dc HTTP/1.1" 200 115 0.024074 10.0.0.22 - - [2026-01-26 02:16:58] "POST /neutron/network HTTP/1.1" 200 1006 0.009029 10.0.0.22 - - [2026-01-26 02:16:58] "POST /ref-update HTTP/1.1" 200 156 0.012881 10.0.0.22 - - [2026-01-26 02:16:58] "GET /virtual-network/38773595-d8a8-4bd7-a93d-bf49f78e2ada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005020 10.0.0.22 - - [2026-01-26 02:16:58] "DELETE /network-policy/94961007-9884-43ad-ab2f-8f9e3230ad64 HTTP/1.1" 200 115 0.015250 10.0.0.22 - - [2026-01-26 02:16:58] "POST /neutron/network HTTP/1.1" 200 1006 0.005784 10.0.0.22 - - [2026-01-26 02:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001726 10.0.0.22 - - [2026-01-26 02:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005501 10.0.0.22 - - [2026-01-26 02:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002685 10.0.0.22 - - [2026-01-26 02:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001844 10.0.0.22 - - [2026-01-26 02:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001435 10.0.0.22 - - [2026-01-26 02:16:58] "POST /neutron/network HTTP/1.1" 200 151 0.085582 10.0.0.22 - - [2026-01-26 02:16:58] "DELETE /route-target/061e5c22-d06b-4866-9052-bfedfe4d1599 HTTP/1.1" 200 115 0.019080 10.0.0.22 - - [2026-01-26 02:16:58] "GET /routing-instance/ee60f1c6-f7c7-48c0-8067-054fca9cfa60 HTTP/1.1" 404 171 0.002236 10.0.0.22 - - [2026-01-26 02:16:58] "GET /domains HTTP/1.1" 200 280 0.002057 10.0.0.22 - - [2026-01-26 02:16:58] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.22 - - [2026-01-26 02:16:58] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2769 0.050850 10.0.0.22 - - [2026-01-26 02:16:58] "GET /projects?obj_uuids=4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001955 10.0.0.22 - - [2026-01-26 02:16:58] "GET /project/4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0 HTTP/1.1" 200 2144 0.075376 10.0.0.22 - - [2026-01-26 02:16:58] "POST /neutron/network HTTP/1.1" 200 1006 0.010288 10.0.0.22 - - [2026-01-26 02:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.22 - - [2026-01-26 02:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002757 10.0.0.22 - - [2026-01-26 02:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001678 10.0.0.22 - - [2026-01-26 02:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001654 10.0.0.22 - - [2026-01-26 02:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001404 10.0.0.22 - - [2026-01-26 02:16:58] "POST /neutron/network HTTP/1.1" 200 151 0.075367 10.0.0.22 - - [2026-01-26 02:16:58] "DELETE /route-target/6e3e6c68-fb03-45c3-9db7-f91c4e8a042c HTTP/1.1" 200 115 0.020632 10.0.0.22 - - [2026-01-26 02:16:58] "GET /routing-instance/9cc6e45c-43c5-4c34-a6cc-3e6a96bbcd35 HTTP/1.1" 404 171 0.002553 10.0.0.22 - - [2026-01-26 02:16:58] "GET /domains HTTP/1.1" 200 280 0.002072 10.0.0.22 - - [2026-01-26 02:16:58] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000833 10.0.0.22 - - [2026-01-26 02:16:58] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2769 0.046418 10.0.0.22 - - [2026-01-26 02:16:58] "GET /projects?obj_uuids=4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001298 10.0.0.22 - - [2026-01-26 02:16:58] "GET /project/4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0 HTTP/1.1" 200 1899 0.063977 10.0.0.22 - - [2026-01-26 02:16:58] "GET /projects?obj_uuids=4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000930 10.0.0.22 - - [2026-01-26 02:16:58] "GET /project/4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.026966 10.0.0.22 - - [2026-01-26 02:16:58] "GET /projects?obj_uuids=4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000868 10.0.0.22 - - [2026-01-26 02:16:58] "GET /project/4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0?fields=virtual_networks HTTP/1.1" 200 1047 0.062447 10.0.0.22 - - [2026-01-26 02:16:59] "GET /projects?obj_uuids=4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001188 10.0.0.22 - - [2026-01-26 02:16:59] "GET /project/4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.024580 10.0.0.22 - - [2026-01-26 02:16:59] "GET /projects?obj_uuids=4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.22 - - [2026-01-26 02:16:59] "GET /project/4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0?fields=security_groups HTTP/1.1" 200 1281 0.023076 10.0.0.22 - - [2026-01-26 02:16:59] "POST /fqname-to-id HTTP/1.1" 404 204 0.026290 10.0.0.22 - - [2026-01-26 02:16:59] "GET /projects?obj_uuids=0f92a371-d791-4743-9e22-a019448038a6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004456 10.0.0.22 - - [2026-01-26 02:17:00] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000875 10.0.0.22 - - [2026-01-26 02:17:00] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006152 10.0.0.22 - - [2026-01-26 02:17:00] "POST /id-to-fqname HTTP/1.1" 200 206 0.001899 10.0.0.22 - - [2026-01-26 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 215 0.002344 10.0.0.22 - - [2026-01-26 02:17:00] "POST /security-groups HTTP/1.1" 200 607 0.067633 10.0.0.22 - - [2026-01-26 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 250 0.002864 10.0.0.22 - - [2026-01-26 02:17:00] "POST /projects HTTP/1.1" 200 617 0.214290 10.0.0.22 - - [2026-01-26 02:17:00] "POST /access-control-lists HTTP/1.1" 200 612 0.060957 10.0.0.22 - - [2026-01-26 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.284009 10.0.0.22 - - [2026-01-26 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 249 0.002643 10.0.0.22 - - [2026-01-26 02:17:00] "GET /project/0f92a371-d791-4743-9e22-a019448038a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.415688 10.0.0.22 - - [2026-01-26 02:17:00] "POST /access-control-lists HTTP/1.1" 200 610 0.060943 10.0.0.22 - - [2026-01-26 02:17:01] "GET / HTTP/1.1" 200 35931 0.001768 10.0.0.22 - - [2026-01-26 02:17:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000556 10.0.0.22 - - [2026-01-26 02:17:02] "POST /fqname-to-id HTTP/1.1" 404 233 0.061205 10.0.0.22 - - [2026-01-26 02:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.22 - - [2026-01-26 02:17:02] "GET /projects?obj_uuids=0f92a371-d791-4743-9e22-a019448038a6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000926 10.0.0.22 - - [2026-01-26 02:17:02] "GET /project/0f92a371-d791-4743-9e22-a019448038a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.019570 10.0.0.22 - - [2026-01-26 02:17:03] "POST /network-policys HTTP/1.1" 200 567 0.056561 10.0.0.22 - - [2026-01-26 02:17:03] "GET /network-policy/121afde1-26cd-4962-8a92-7f12fef0e0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3151 0.004436 10.0.0.22 - - [2026-01-26 02:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002574 10.0.0.22 - - [2026-01-26 02:17:03] "GET /projects?obj_uuids=0f92a371-d791-4743-9e22-a019448038a6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000988 10.0.0.22 - - [2026-01-26 02:17:03] "GET /project/0f92a371-d791-4743-9e22-a019448038a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.024308 10.0.0.22 - - [2026-01-26 02:17:03] "POST /neutron/network HTTP/1.1" 200 117 0.043598 10.0.0.22 - - [2026-01-26 02:17:03] "GET /projects?obj_uuids=0f92a371-d791-4743-9e22-a019448038a6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000933 10.0.0.22 - - [2026-01-26 02:17:03] "POST /neutron/network HTTP/1.1" 200 623 0.059872 10.0.0.22 - - [2026-01-26 02:17:03] "POST /route-targets HTTP/1.1" 200 327 0.010199 10.0.0.22 - - [2026-01-26 02:17:03] "POST /ref-update HTTP/1.1" 200 156 0.011054 10.0.0.22 - - [2026-01-26 02:17:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002378 10.0.0.22 - - [2026-01-26 02:17:03] "POST /neutron/subnet HTTP/1.1" 200 725 0.198619 10.0.0.22 - - [2026-01-26 02:17:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.004990 10.0.0.22 - - [2026-01-26 02:17:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002279 10.0.0.22 - - [2026-01-26 02:17:03] "POST /neutron/subnet HTTP/1.1" 200 823 0.139358 10.0.0.22 - - [2026-01-26 02:17:03] "POST /neutron/network HTTP/1.1" 200 1015 0.006051 10.0.0.22 - - [2026-01-26 02:17:03] "POST /id-to-fqname HTTP/1.1" 200 237 0.000957 10.0.0.22 - - [2026-01-26 02:17:03] "GET /virtual-network/bd8dca6a-b703-421f-937a-53ff478f334a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.005655 10.0.0.22 - - [2026-01-26 02:17:03] "POST /neutron/network HTTP/1.1" 200 1015 0.006062 10.0.0.22 - - [2026-01-26 02:17:03] "GET /virtual-network/bd8dca6a-b703-421f-937a-53ff478f334a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.004311 10.0.0.22 - - [2026-01-26 02:17:03] "POST /neutron/network HTTP/1.1" 200 1015 0.007191 10.0.0.22 - - [2026-01-26 02:17:03] "POST /neutron/subnet HTTP/1.1" 200 725 0.005661 10.0.0.22 - - [2026-01-26 02:17:03] "POST /neutron/subnet HTTP/1.1" 200 823 0.005759 10.0.0.22 - - [2026-01-26 02:17:03] "POST /neutron/network HTTP/1.1" 200 1015 0.007576 10.0.0.22 - - [2026-01-26 02:17:04] "POST /fqname-to-id HTTP/1.1" 404 252 0.006335 10.0.0.22 - - [2026-01-26 02:17:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.006768 10.0.0.22 - - [2026-01-26 02:17:04] "POST /neutron/network HTTP/1.1" 200 1122 0.052265 10.0.0.22 - - [2026-01-26 02:17:04] "POST /access-control-lists HTTP/1.1" 200 607 0.068646 10.0.0.22 - - [2026-01-26 02:17:04] "POST /neutron/network HTTP/1.1" 200 1122 0.038596 10.0.0.22 - - [2026-01-26 02:17:04] "GET /virtual-network/bd8dca6a-b703-421f-937a-53ff478f334a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.004613 10.0.0.22 - - [2026-01-26 02:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002305 10.0.0.22 - - [2026-01-26 02:17:04] "GET /network-policy/121afde1-26cd-4962-8a92-7f12fef0e0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3151 0.004508 10.0.0.22 - - [2026-01-26 02:17:04] "GET /domains HTTP/1.1" 401 292 0.003195 10.0.0.22 - - [2026-01-26 02:17:04] "GET /domains HTTP/1.1" 200 280 0.029165 10.0.0.22 - - [2026-01-26 02:17:04] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.22 - - [2026-01-26 02:17:04] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2971 0.008459 10.0.0.22 - - [2026-01-26 02:17:04] "GET /projects?obj_uuids=0f92a371-d791-4743-9e22-a019448038a6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000854 10.0.0.22 - - [2026-01-26 02:17:04] "GET /project/0f92a371-d791-4743-9e22-a019448038a6 HTTP/1.1" 200 2457 0.070092 10.0.0.22 - - [2026-01-26 02:17:04] "GET /virtual-network/bd8dca6a-b703-421f-937a-53ff478f334a HTTP/1.1" 200 3541 0.007661 10.0.0.22 - - [2026-01-26 02:17:04] "GET /virtual-network/bd8dca6a-b703-421f-937a-53ff478f334a HTTP/1.1" 200 3541 0.004609 10.0.0.22 - - [2026-01-26 02:17:04] "GET /routing-instance/cec00540-7ccd-480c-b2f5-d42394dcd8bb HTTP/1.1" 200 1496 0.003327 10.0.0.22 - - [2026-01-26 02:17:04] "GET /routing-instance/cec00540-7ccd-480c-b2f5-d42394dcd8bb HTTP/1.1" 200 1496 0.003451 10.0.0.22 - - [2026-01-26 02:17:04] "GET /route-target/31e758dd-6131-4321-94c4-93135bb5dfaf HTTP/1.1" 200 1222 0.003221 10.0.0.22 - - [2026-01-26 02:17:04] "GET /virtual-network/bd8dca6a-b703-421f-937a-53ff478f334a HTTP/1.1" 200 3541 0.004669 10.0.0.22 - - [2026-01-26 02:17:04] "GET /routing-instance/cec00540-7ccd-480c-b2f5-d42394dcd8bb HTTP/1.1" 200 1496 0.002801 10.0.0.22 - - [2026-01-26 02:17:04] "GET /virtual-network/bd8dca6a-b703-421f-937a-53ff478f334a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.004029 10.0.0.22 - - [2026-01-26 02:17:04] "GET /virtual-network/bd8dca6a-b703-421f-937a-53ff478f334a HTTP/1.1" 200 3541 0.004634 10.0.0.22 - - [2026-01-26 02:17:04] "GET /routing-instance/cec00540-7ccd-480c-b2f5-d42394dcd8bb HTTP/1.1" 200 1496 0.003255 10.0.0.22 - - [2026-01-26 02:17:04] "GET /routing-instance/cec00540-7ccd-480c-b2f5-d42394dcd8bb HTTP/1.1" 200 1496 0.002779 10.0.0.22 - - [2026-01-26 02:17:04] "GET /route-target/31e758dd-6131-4321-94c4-93135bb5dfaf HTTP/1.1" 200 1222 0.003077 10.0.0.22 - - [2026-01-26 02:17:04] "GET /domains HTTP/1.1" 200 280 0.003738 10.0.0.22 - - [2026-01-26 02:17:04] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000910 10.0.0.22 - - [2026-01-26 02:17:04] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2971 0.005991 10.0.0.22 - - [2026-01-26 02:17:04] "GET /projects?obj_uuids=0f92a371-d791-4743-9e22-a019448038a6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000921 10.0.0.22 - - [2026-01-26 02:17:04] "GET /project/0f92a371-d791-4743-9e22-a019448038a6 HTTP/1.1" 200 2457 0.065515 10.0.0.22 - - [2026-01-26 02:17:04] "GET /virtual-network/bd8dca6a-b703-421f-937a-53ff478f334a HTTP/1.1" 200 3541 0.022679 10.0.0.22 - - [2026-01-26 02:17:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.22 - - [2026-01-26 02:17:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.22 - - [2026-01-26 02:17:05] "GET /obj-perms HTTP/1.1" 200 5062 0.072444 10.0.0.22 - - [2026-01-26 02:17:05] "GET /domains HTTP/1.1" 200 280 0.002182 10.0.0.22 - - [2026-01-26 02:17:05] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000839 10.0.0.22 - - [2026-01-26 02:17:05] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2971 0.005281 10.0.0.22 - - [2026-01-26 02:17:05] "GET /projects?obj_uuids=0f92a371-d791-4743-9e22-a019448038a6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000753 10.0.0.22 - - [2026-01-26 02:17:05] "GET /project/0f92a371-d791-4743-9e22-a019448038a6 HTTP/1.1" 200 2457 0.079469 10.0.0.22 - - [2026-01-26 02:17:05] "GET /network-policy/121afde1-26cd-4962-8a92-7f12fef0e0c2 HTTP/1.1" 200 3477 0.005025 10.0.0.22 - - [2026-01-26 02:17:05] "DELETE /network-policy/121afde1-26cd-4962-8a92-7f12fef0e0c2 HTTP/1.1" 409 238 0.005310 10.0.0.22 - - [2026-01-26 02:17:05] "POST /neutron/network HTTP/1.1" 200 1122 0.007085 10.0.0.22 - - [2026-01-26 02:17:05] "DELETE /access-control-list/6d01fc6a-0e6f-4f86-a036-e7105393e439 HTTP/1.1" 200 115 0.022683 10.0.0.22 - - [2026-01-26 02:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.22 - - [2026-01-26 02:17:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001624 10.0.0.22 - - [2026-01-26 02:17:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001433 10.0.0.22 - - [2026-01-26 02:17:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001508 10.0.0.22 - - [2026-01-26 02:17:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001351 10.0.0.22 - - [2026-01-26 02:17:05] "POST /neutron/network HTTP/1.1" 200 151 0.090307 10.0.0.22 - - [2026-01-26 02:17:05] "GET /routing-instance/cec00540-7ccd-480c-b2f5-d42394dcd8bb HTTP/1.1" 404 171 0.002151 10.0.0.22 - - [2026-01-26 02:17:05] "GET /domains HTTP/1.1" 200 280 0.001829 10.0.0.22 - - [2026-01-26 02:17:05] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001125 10.0.0.22 - - [2026-01-26 02:17:05] "DELETE /route-target/31e758dd-6131-4321-94c4-93135bb5dfaf HTTP/1.1" 200 115 0.014567 10.0.0.22 - - [2026-01-26 02:17:05] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2971 0.050423 10.0.0.22 - - [2026-01-26 02:17:05] "GET /projects?obj_uuids=0f92a371-d791-4743-9e22-a019448038a6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000907 10.0.0.22 - - [2026-01-26 02:17:05] "GET /project/0f92a371-d791-4743-9e22-a019448038a6 HTTP/1.1" 200 2203 0.068918 10.0.0.22 - - [2026-01-26 02:17:05] "DELETE /network-policy/121afde1-26cd-4962-8a92-7f12fef0e0c2 HTTP/1.1" 200 115 0.022405 10.0.0.22 - - [2026-01-26 02:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.22 - - [2026-01-26 02:17:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000543 10.0.0.22 - - [2026-01-26 02:17:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.22 - - [2026-01-26 02:17:05] "GET /projects?obj_uuids=0f92a371-d791-4743-9e22-a019448038a6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001454 10.0.0.22 - - [2026-01-26 02:17:05] "GET /project/0f92a371-d791-4743-9e22-a019448038a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.026861 10.0.0.22 - - [2026-01-26 02:17:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-06209169&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004336 10.0.0.22 - - [2026-01-26 02:17:06] "GET /projects?obj_uuids=0f92a371-d791-4743-9e22-a019448038a6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000914 10.0.0.22 - - [2026-01-26 02:17:06] "GET /project/0f92a371-d791-4743-9e22-a019448038a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.021745 10.0.0.22 - - [2026-01-26 02:17:06] "GET /projects?obj_uuids=0f92a371-d791-4743-9e22-a019448038a6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000787 10.0.0.22 - - [2026-01-26 02:17:06] "GET /project/0f92a371-d791-4743-9e22-a019448038a6?fields=virtual_networks HTTP/1.1" 200 1063 0.058666 10.0.0.22 - - [2026-01-26 02:17:06] "GET /projects?obj_uuids=0f92a371-d791-4743-9e22-a019448038a6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001157 10.0.0.22 - - [2026-01-26 02:17:06] "GET /project/0f92a371-d791-4743-9e22-a019448038a6?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.019484 10.0.0.22 - - [2026-01-26 02:17:06] "GET /projects?obj_uuids=0f92a371-d791-4743-9e22-a019448038a6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000931 10.0.0.22 - - [2026-01-26 02:17:06] "GET /project/0f92a371-d791-4743-9e22-a019448038a6?fields=security_groups HTTP/1.1" 200 1305 0.021947 10.0.0.22 - - [2026-01-26 02:17:07] "POST /fqname-to-id HTTP/1.1" 404 190 0.023149 10.0.0.22 - - [2026-01-26 02:17:07] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001951 10.0.0.22 - - [2026-01-26 02:17:07] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000841 10.0.0.22 - - [2026-01-26 02:17:07] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007786 10.0.0.22 - - [2026-01-26 02:17:07] "POST /id-to-fqname HTTP/1.1" 200 192 0.001349 10.0.0.22 - - [2026-01-26 02:17:07] "POST /fqname-to-id HTTP/1.1" 404 201 0.002895 10.0.0.22 - - [2026-01-26 02:17:07] "POST /security-groups HTTP/1.1" 200 593 0.072012 10.0.0.22 - - [2026-01-26 02:17:07] "POST /fqname-to-id HTTP/1.1" 404 236 0.002656 10.0.0.22 - - [2026-01-26 02:17:07] "POST /projects HTTP/1.1" 200 589 0.219136 10.0.0.22 - - [2026-01-26 02:17:07] "POST /access-control-lists HTTP/1.1" 200 598 0.058111 10.0.0.22 - - [2026-01-26 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.290651 10.0.0.22 - - [2026-01-26 02:17:07] "POST /fqname-to-id HTTP/1.1" 404 235 0.003591 10.0.0.22 - - [2026-01-26 02:17:07] "GET /project/b9d28eae-5c03-40f6-8846-946853bc4fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.403630 10.0.0.22 - - [2026-01-26 02:17:07] "POST /access-control-lists HTTP/1.1" 200 596 0.056438 10.0.0.22 - - [2026-01-26 02:17:08] "GET / HTTP/1.1" 200 35931 0.002666 10.0.0.22 - - [2026-01-26 02:17:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000434 10.0.0.22 - - [2026-01-26 02:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.058850 10.0.0.22 - - [2026-01-26 02:17:09] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001240 10.0.0.22 - - [2026-01-26 02:17:09] "GET /project/b9d28eae-5c03-40f6-8846-946853bc4fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.023971 10.0.0.22 - - [2026-01-26 02:17:09] "POST /neutron/network HTTP/1.1" 200 117 0.030301 10.0.0.22 - - [2026-01-26 02:17:10] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001235 10.0.0.22 - - [2026-01-26 02:17:10] "POST /neutron/network HTTP/1.1" 200 607 0.063070 10.0.0.22 - - [2026-01-26 02:17:10] "POST /route-targets HTTP/1.1" 200 327 0.009944 10.0.0.22 - - [2026-01-26 02:17:10] "POST /ref-update HTTP/1.1" 200 156 0.008958 10.0.0.22 - - [2026-01-26 02:17:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004195 10.0.0.22 - - [2026-01-26 02:17:10] "POST /neutron/subnet HTTP/1.1" 200 720 0.163787 10.0.0.22 - - [2026-01-26 02:17:10] "POST /neutron/network HTTP/1.1" 200 825 0.004406 10.0.0.22 - - [2026-01-26 02:17:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001590 10.0.0.22 - - [2026-01-26 02:17:10] "GET /virtual-network/f698cdca-fb3b-4c45-a178-0b0342c367f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008013 10.0.0.22 - - [2026-01-26 02:17:10] "POST /neutron/network HTTP/1.1" 200 825 0.006857 10.0.0.22 - - [2026-01-26 02:17:10] "GET /virtual-network/f698cdca-fb3b-4c45-a178-0b0342c367f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004633 10.0.0.22 - - [2026-01-26 02:17:10] "POST /neutron/network HTTP/1.1" 200 825 0.005037 10.0.0.22 - - [2026-01-26 02:17:10] "POST /neutron/subnet HTTP/1.1" 200 720 0.006432 10.0.0.22 - - [2026-01-26 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.22 - - [2026-01-26 02:17:10] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000875 10.0.0.22 - - [2026-01-26 02:17:10] "GET /project/b9d28eae-5c03-40f6-8846-946853bc4fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.024006 10.0.0.22 - - [2026-01-26 02:17:10] "POST /neutron/network HTTP/1.1" 200 117 0.008555 10.0.0.22 - - [2026-01-26 02:17:10] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000907 10.0.0.22 - - [2026-01-26 02:17:10] "POST /neutron/network HTTP/1.1" 200 607 0.069191 10.0.0.22 - - [2026-01-26 02:17:10] "POST /route-targets HTTP/1.1" 200 327 0.007857 10.0.0.22 - - [2026-01-26 02:17:10] "POST /ref-update HTTP/1.1" 200 156 0.009124 10.0.0.22 - - [2026-01-26 02:17:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003038 10.0.0.22 - - [2026-01-26 02:17:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.195880 10.0.0.22 - - [2026-01-26 02:17:10] "POST /neutron/network HTTP/1.1" 200 826 0.008153 10.0.0.22 - - [2026-01-26 02:17:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001357 10.0.0.22 - - [2026-01-26 02:17:10] "GET /virtual-network/67399c94-551a-4028-aec3-18d24036d348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004968 10.0.0.22 - - [2026-01-26 02:17:10] "POST /neutron/network HTTP/1.1" 200 826 0.007421 10.0.0.22 - - [2026-01-26 02:17:10] "GET /virtual-network/67399c94-551a-4028-aec3-18d24036d348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005090 10.0.0.22 - - [2026-01-26 02:17:11] "POST /neutron/network HTTP/1.1" 200 826 0.004927 10.0.0.22 - - [2026-01-26 02:17:11] "POST /neutron/subnet HTTP/1.1" 200 725 0.005978 10.0.0.22 - - [2026-01-26 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 228 0.001895 10.0.0.22 - - [2026-01-26 02:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.22 - - [2026-01-26 02:17:11] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001217 10.0.0.22 - - [2026-01-26 02:17:11] "GET /project/b9d28eae-5c03-40f6-8846-946853bc4fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.021915 10.0.0.22 - - [2026-01-26 02:17:11] "POST /network-policys HTTP/1.1" 200 571 0.013523 10.0.0.22 - - [2026-01-26 02:17:11] "GET /network-policy/4ce53689-be5a-4e41-af13-0e8667185950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.005128 10.0.0.22 - - [2026-01-26 02:17:11] "POST /neutron/network HTTP/1.1" 200 825 0.004829 10.0.0.22 - - [2026-01-26 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 236 0.004051 10.0.0.22 - - [2026-01-26 02:17:11] "POST /neutron/network HTTP/1.1" 200 927 0.042155 10.0.0.22 - - [2026-01-26 02:17:11] "POST /neutron/network HTTP/1.1" 200 927 0.044629 10.0.0.22 - - [2026-01-26 02:17:11] "POST /access-control-lists HTTP/1.1" 200 590 0.071723 10.0.0.22 - - [2026-01-26 02:17:11] "GET /virtual-network/f698cdca-fb3b-4c45-a178-0b0342c367f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004502 10.0.0.22 - - [2026-01-26 02:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.22 - - [2026-01-26 02:17:11] "GET /network-policy/4ce53689-be5a-4e41-af13-0e8667185950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.003098 10.0.0.22 - - [2026-01-26 02:17:11] "POST /neutron/network HTTP/1.1" 200 826 0.004887 10.0.0.22 - - [2026-01-26 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 236 0.003871 10.0.0.22 - - [2026-01-26 02:17:11] "POST /neutron/network HTTP/1.1" 200 928 0.046793 10.0.0.22 - - [2026-01-26 02:17:11] "POST /neutron/network HTTP/1.1" 200 928 0.043657 10.0.0.22 - - [2026-01-26 02:17:11] "POST /access-control-lists HTTP/1.1" 200 590 0.072712 10.0.0.22 - - [2026-01-26 02:17:11] "GET /virtual-network/67399c94-551a-4028-aec3-18d24036d348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004347 10.0.0.22 - - [2026-01-26 02:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002164 10.0.0.22 - - [2026-01-26 02:17:11] "POST /ref-update HTTP/1.1" 200 156 0.008053 10.0.0.22 - - [2026-01-26 02:17:11] "GET /network-policy/4ce53689-be5a-4e41-af13-0e8667185950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.002857 10.0.0.22 - - [2026-01-26 02:17:11] "GET /domains HTTP/1.1" 401 292 0.000330 10.0.0.22 - - [2026-01-26 02:17:11] "PUT /access-control-list/d02ff91d-26b1-40ea-952e-23d912c00ccb HTTP/1.1" 200 272 0.055970 10.0.0.22 - - [2026-01-26 02:17:12] "GET /domains HTTP/1.1" 200 280 0.023815 10.0.0.22 - - [2026-01-26 02:17:12] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000813 10.0.0.22 - - [2026-01-26 02:17:12] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 3159 0.006540 10.0.0.22 - - [2026-01-26 02:17:12] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000809 10.0.0.22 - - [2026-01-26 02:17:12] "GET /project/b9d28eae-5c03-40f6-8846-946853bc4fee HTTP/1.1" 200 2570 0.070993 10.0.0.22 - - [2026-01-26 02:17:12] "GET /virtual-network/f698cdca-fb3b-4c45-a178-0b0342c367f7 HTTP/1.1" 200 2889 0.005306 10.0.0.22 - - [2026-01-26 02:17:12] "GET /virtual-network/f698cdca-fb3b-4c45-a178-0b0342c367f7 HTTP/1.1" 200 2889 0.004165 10.0.0.22 - - [2026-01-26 02:17:12] "GET /routing-instance/b162bdad-1b89-44bc-97ac-f571037060c4 HTTP/1.1" 200 1784 0.003199 10.0.0.22 - - [2026-01-26 02:17:12] "GET /routing-instance/b162bdad-1b89-44bc-97ac-f571037060c4 HTTP/1.1" 200 1784 0.003477 10.0.0.22 - - [2026-01-26 02:17:12] "GET /route-target/95961238-4a55-44db-a6e0-fe1bc21f30f2 HTTP/1.1" 200 1207 0.003414 10.0.0.22 - - [2026-01-26 02:17:12] "GET /virtual-network/f698cdca-fb3b-4c45-a178-0b0342c367f7 HTTP/1.1" 200 2889 0.004289 10.0.0.22 - - [2026-01-26 02:17:12] "GET /routing-instance/b162bdad-1b89-44bc-97ac-f571037060c4 HTTP/1.1" 200 1784 0.003915 10.0.0.22 - - [2026-01-26 02:17:12] "GET /virtual-network/f698cdca-fb3b-4c45-a178-0b0342c367f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004155 10.0.0.22 - - [2026-01-26 02:17:12] "GET /virtual-network/f698cdca-fb3b-4c45-a178-0b0342c367f7 HTTP/1.1" 200 2889 0.003884 10.0.0.22 - - [2026-01-26 02:17:12] "GET /routing-instance/b162bdad-1b89-44bc-97ac-f571037060c4 HTTP/1.1" 200 1784 0.003256 10.0.0.22 - - [2026-01-26 02:17:12] "GET /routing-instance/b162bdad-1b89-44bc-97ac-f571037060c4 HTTP/1.1" 200 1784 0.002475 10.0.0.22 - - [2026-01-26 02:17:12] "GET /route-target/95961238-4a55-44db-a6e0-fe1bc21f30f2 HTTP/1.1" 200 1207 0.002608 10.0.0.22 - - [2026-01-26 02:17:12] "GET /domains HTTP/1.1" 200 280 0.002337 10.0.0.22 - - [2026-01-26 02:17:12] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000813 10.0.0.22 - - [2026-01-26 02:17:12] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 3159 0.007122 10.0.0.22 - - [2026-01-26 02:17:12] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000808 10.0.0.22 - - [2026-01-26 02:17:12] "GET /project/b9d28eae-5c03-40f6-8846-946853bc4fee HTTP/1.1" 200 2570 0.064553 10.0.0.22 - - [2026-01-26 02:17:12] "GET /virtual-network/f698cdca-fb3b-4c45-a178-0b0342c367f7 HTTP/1.1" 200 2889 0.003934 10.0.0.22 - - [2026-01-26 02:17:12] "GET /obj-perms HTTP/1.1" 200 5034 0.049323 10.0.0.22 - - [2026-01-26 02:17:12] "GET /domains HTTP/1.1" 200 280 0.002235 10.0.0.22 - - [2026-01-26 02:17:12] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000766 10.0.0.22 - - [2026-01-26 02:17:12] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 3159 0.005890 10.0.0.22 - - [2026-01-26 02:17:12] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000814 10.0.0.22 - - [2026-01-26 02:17:12] "GET /project/b9d28eae-5c03-40f6-8846-946853bc4fee HTTP/1.1" 200 2570 0.066986 10.0.0.22 - - [2026-01-26 02:17:12] "GET /virtual-network/67399c94-551a-4028-aec3-18d24036d348 HTTP/1.1" 200 2891 0.008731 10.0.0.22 - - [2026-01-26 02:17:12] "GET /virtual-network/67399c94-551a-4028-aec3-18d24036d348 HTTP/1.1" 200 2891 0.004247 10.0.0.22 - - [2026-01-26 02:17:12] "GET /routing-instance/abb953b4-3ceb-4198-8961-8af3da82b6c0 HTTP/1.1" 200 1783 0.002808 10.0.0.22 - - [2026-01-26 02:17:12] "GET /routing-instance/abb953b4-3ceb-4198-8961-8af3da82b6c0 HTTP/1.1" 200 1783 0.002572 10.0.0.22 - - [2026-01-26 02:17:12] "GET /route-target/c8e4c18b-5819-4c1f-9b83-8156fde8dc42 HTTP/1.1" 200 1207 0.002853 10.0.0.22 - - [2026-01-26 02:17:12] "GET /virtual-network/67399c94-551a-4028-aec3-18d24036d348 HTTP/1.1" 200 2891 0.003832 10.0.0.22 - - [2026-01-26 02:17:12] "GET /routing-instance/abb953b4-3ceb-4198-8961-8af3da82b6c0 HTTP/1.1" 200 1783 0.002966 10.0.0.22 - - [2026-01-26 02:17:12] "GET /virtual-network/67399c94-551a-4028-aec3-18d24036d348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003942 10.0.0.22 - - [2026-01-26 02:17:12] "GET /virtual-network/67399c94-551a-4028-aec3-18d24036d348 HTTP/1.1" 200 2891 0.003550 10.0.0.22 - - [2026-01-26 02:17:12] "GET /routing-instance/abb953b4-3ceb-4198-8961-8af3da82b6c0 HTTP/1.1" 200 1783 0.002466 10.0.0.22 - - [2026-01-26 02:17:12] "GET /routing-instance/abb953b4-3ceb-4198-8961-8af3da82b6c0 HTTP/1.1" 200 1783 0.002566 10.0.0.22 - - [2026-01-26 02:17:12] "GET /route-target/c8e4c18b-5819-4c1f-9b83-8156fde8dc42 HTTP/1.1" 200 1207 0.002145 10.0.0.22 - - [2026-01-26 02:17:12] "GET /domains HTTP/1.1" 200 280 0.002180 10.0.0.22 - - [2026-01-26 02:17:12] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000834 10.0.0.22 - - [2026-01-26 02:17:12] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 3159 0.005385 10.0.0.22 - - [2026-01-26 02:17:12] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000729 10.0.0.22 - - [2026-01-26 02:17:12] "GET /project/b9d28eae-5c03-40f6-8846-946853bc4fee HTTP/1.1" 200 2570 0.070731 10.0.0.22 - - [2026-01-26 02:17:12] "GET /virtual-network/67399c94-551a-4028-aec3-18d24036d348 HTTP/1.1" 200 2891 0.004050 10.0.0.22 - - [2026-01-26 02:17:12] "GET /obj-perms HTTP/1.1" 200 5034 0.002744 10.0.0.22 - - [2026-01-26 02:17:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001156 10.0.0.22 - - [2026-01-26 02:17:13] "POST /neutron/network HTTP/1.1" 200 937 0.005115 10.0.0.22 - - [2026-01-26 02:17:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000365 10.0.0.22 - - [2026-01-26 02:17:13] "GET / HTTP/1.1" 200 35931 0.001381 10.0.0.22 - - [2026-01-26 02:17:13] "GET /project/b9d28eae-5c03-40f6-8846-946853bc4fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000340 10.0.0.22 - - [2026-01-26 02:17:13] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000925 10.0.0.22 - - [2026-01-26 02:17:13] "GET /project/b9d28eae-5c03-40f6-8846-946853bc4fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.060116 10.0.0.22 - - [2026-01-26 02:17:13] "POST /neutron/network HTTP/1.1" 200 927 0.006567 10.0.0.22 - - [2026-01-26 02:17:14] "POST /neutron/port HTTP/1.1" 200 117 0.004459 10.0.0.22 - - [2026-01-26 02:17:14] "POST /neutron/port HTTP/1.1" 200 117 0.005206 10.0.0.22 - - [2026-01-26 02:17:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001299 10.0.0.22 - - [2026-01-26 02:17:14] "POST /neutron/port HTTP/1.1" 200 117 0.004389 10.0.0.22 - - [2026-01-26 02:17:14] "POST /neutron/network HTTP/1.1" 200 938 0.004712 10.0.0.22 - - [2026-01-26 02:17:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000396 10.0.0.22 - - [2026-01-26 02:17:14] "POST /neutron/network HTTP/1.1" 200 937 0.005183 10.0.0.22 - - [2026-01-26 02:17:14] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001090 10.0.0.22 - - [2026-01-26 02:17:14] "GET / HTTP/1.1" 200 35931 0.002048 10.0.0.22 - - [2026-01-26 02:17:14] "GET /project/b9d28eae-5c03-40f6-8846-946853bc4fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000548 10.0.0.22 - - [2026-01-26 02:17:14] "POST /neutron/port HTTP/1.1" 200 1061 0.205718 10.0.0.22 - - [2026-01-26 02:17:14] "POST /neutron/port HTTP/1.1" 200 1061 0.009248 10.0.0.22 - - [2026-01-26 02:17:14] "POST /neutron/port HTTP/1.1" 200 1061 0.009142 10.0.0.22 - - [2026-01-26 02:17:14] "POST /neutron/port HTTP/1.1" 200 1115 0.080927 10.0.0.22 - - [2026-01-26 02:17:14] "POST /neutron/port HTTP/1.1" 200 1125 0.010983 10.0.0.22 - - [2026-01-26 02:17:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003081 10.0.0.22 - - [2026-01-26 02:17:14] "POST /neutron/subnet HTTP/1.1" 200 694 0.008145 10.0.0.22 - - [2026-01-26 02:17:14] "POST /neutron/port HTTP/1.1" 200 117 0.001108 10.0.0.22 - - [2026-01-26 02:17:14] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000790 10.0.0.22 - - [2026-01-26 02:17:14] "POST /neutron/network HTTP/1.1" 200 927 0.006684 10.0.0.22 - - [2026-01-26 02:17:14] "GET /project/b9d28eae-5c03-40f6-8846-946853bc4fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.052284 10.0.0.22 - - [2026-01-26 02:17:14] "POST /neutron/network HTTP/1.1" 200 928 0.005734 10.0.0.22 - - [2026-01-26 02:17:15] "POST /neutron/port HTTP/1.1" 200 1125 0.014890 10.0.0.22 - - [2026-01-26 02:17:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005538 10.0.0.22 - - [2026-01-26 02:17:15] "POST /neutron/port HTTP/1.1" 200 117 0.004570 10.0.0.22 - - [2026-01-26 02:17:15] "POST /neutron/port HTTP/1.1" 200 1125 0.014056 10.0.0.22 - - [2026-01-26 02:17:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005407 10.0.0.22 - - [2026-01-26 02:17:15] "POST /neutron/network HTTP/1.1" 200 938 0.006364 10.0.0.22 - - [2026-01-26 02:17:15] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001220 10.0.0.22 - - [2026-01-26 02:17:15] "PUT /access-control-list/27372d21-5f13-4a0a-94f1-393311306f33 HTTP/1.1" 200 272 0.053854 10.0.0.22 - - [2026-01-26 02:17:15] "POST /neutron/port HTTP/1.1" 200 1062 0.291544 10.0.0.22 - - [2026-01-26 02:17:15] "POST /neutron/port HTTP/1.1" 200 1062 0.019514 10.0.0.22 - - [2026-01-26 02:17:15] "POST /neutron/port HTTP/1.1" 200 1062 0.012938 10.0.0.22 - - [2026-01-26 02:17:16] "POST /neutron/port HTTP/1.1" 200 1116 0.069200 10.0.0.22 - - [2026-01-26 02:17:16] "POST /neutron/port HTTP/1.1" 200 1126 0.012969 10.0.0.22 - - [2026-01-26 02:17:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003427 10.0.0.22 - - [2026-01-26 02:17:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.008113 10.0.0.22 - - [2026-01-26 02:17:16] "POST /neutron/port HTTP/1.1" 200 117 0.000970 10.0.0.22 - - [2026-01-26 02:17:16] "POST /neutron/network HTTP/1.1" 200 928 0.005961 10.0.0.22 - - [2026-01-26 02:17:20] "POST /neutron/port HTTP/1.1" 200 1125 0.010867 10.0.0.22 - - [2026-01-26 02:17:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005588 10.0.0.22 - - [2026-01-26 02:17:20] "POST /neutron/port HTTP/1.1" 200 1125 0.011765 10.0.0.22 - - [2026-01-26 02:17:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005682 10.0.0.22 - - [2026-01-26 02:17:20] "POST /neutron/port HTTP/1.1" 200 1125 0.011721 10.0.0.22 - - [2026-01-26 02:17:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005986 10.0.0.22 - - [2026-01-26 02:17:20] "GET /virtual-machine/e7a78852-a967-41f6-8022-dc715075bc1b HTTP/1.1" 200 1294 0.005044 10.0.0.22 - - [2026-01-26 02:17:20] "GET /virtual-machine-interface/f2c6a8c3-d918-4c3a-916a-0a233b0fceef HTTP/1.1" 200 2951 0.004439 10.0.0.22 - - [2026-01-26 02:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002627 10.0.0.22 - - [2026-01-26 02:17:20] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002814 10.0.0.22 - - [2026-01-26 02:17:20] "GET /virtual-networks?parent_id=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002731 10.0.0.22 - - [2026-01-26 02:17:20] "GET /virtual-network/f698cdca-fb3b-4c45-a178-0b0342c367f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004704 10.0.0.22 - - [2026-01-26 02:17:23] "POST /neutron/port HTTP/1.1" 200 1125 0.010765 10.0.0.22 - - [2026-01-26 02:17:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005615 10.0.0.22 - - [2026-01-26 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.020521 10.0.0.22 - - [2026-01-26 02:17:23] "GET /virtual-network/f698cdca-fb3b-4c45-a178-0b0342c367f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004200 10.0.0.22 - - [2026-01-26 02:17:25] "POST /neutron/port HTTP/1.1" 200 1126 0.015094 10.0.0.22 - - [2026-01-26 02:17:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006005 10.0.0.22 - - [2026-01-26 02:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.22 - - [2026-01-26 02:17:25] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002604 10.0.0.22 - - [2026-01-26 02:17:26] "GET /virtual-networks?parent_id=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003981 10.0.0.22 - - [2026-01-26 02:17:26] "GET /virtual-network/f698cdca-fb3b-4c45-a178-0b0342c367f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004510 10.0.0.22 - - [2026-01-26 02:17:26] "POST /neutron/port HTTP/1.1" 200 1126 0.016646 10.0.0.22 - - [2026-01-26 02:17:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005873 10.0.0.22 - - [2026-01-26 02:17:26] "POST /neutron/port HTTP/1.1" 200 1126 0.012900 10.0.0.22 - - [2026-01-26 02:17:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008500 10.0.0.22 - - [2026-01-26 02:17:26] "POST /neutron/port HTTP/1.1" 200 1126 0.017598 10.0.0.22 - - [2026-01-26 02:17:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005879 10.0.0.22 - - [2026-01-26 02:17:26] "GET /virtual-machine/3974c66a-d69f-45a7-bca0-42efc050dd2a HTTP/1.1" 200 1294 0.004177 10.0.0.22 - - [2026-01-26 02:17:26] "GET /virtual-machine-interface/3561c4a9-09da-4780-9db4-da24cef88c6e HTTP/1.1" 200 2950 0.009267 10.0.0.22 - - [2026-01-26 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.22 - - [2026-01-26 02:17:26] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003294 10.0.0.22 - - [2026-01-26 02:17:26] "GET /virtual-networks?parent_id=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002514 10.0.0.22 - - [2026-01-26 02:17:26] "GET /virtual-network/67399c94-551a-4028-aec3-18d24036d348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004721 10.0.0.22 - - [2026-01-26 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002342 10.0.0.22 - - [2026-01-26 02:17:27] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002936 10.0.0.22 - - [2026-01-26 02:17:27] "GET /virtual-networks?parent_id=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002547 10.0.0.22 - - [2026-01-26 02:17:27] "GET /virtual-network/67399c94-551a-4028-aec3-18d24036d348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004743 10.0.0.22 - - [2026-01-26 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.22 - - [2026-01-26 02:17:32] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001186 10.0.0.22 - - [2026-01-26 02:17:32] "GET /project/b9d28eae-5c03-40f6-8846-946853bc4fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.025406 10.0.0.22 - - [2026-01-26 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.22 - - [2026-01-26 02:17:32] "PUT /network-policy/4ce53689-be5a-4e41-af13-0e8667185950 HTTP/1.1" 200 262 0.012057 10.0.0.22 - - [2026-01-26 02:17:32] "PUT /access-control-list/d02ff91d-26b1-40ea-952e-23d912c00ccb HTTP/1.1" 200 272 0.050542 10.0.0.22 - - [2026-01-26 02:17:32] "POST /ref-update HTTP/1.1" 200 156 0.011268 10.0.0.22 - - [2026-01-26 02:17:32] "PUT /access-control-list/27372d21-5f13-4a0a-94f1-393311306f33 HTTP/1.1" 200 272 0.054503 10.0.0.22 - - [2026-01-26 02:17:32] "POST /ref-update HTTP/1.1" 200 156 0.011200 10.0.0.22 - - [2026-01-26 02:17:35] "GET /virtual-network/67399c94-551a-4028-aec3-18d24036d348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005424 10.0.0.22 - - [2026-01-26 02:17:35] "POST /neutron/network HTTP/1.1" 200 928 0.006436 10.0.0.22 - - [2026-01-26 02:17:35] "POST /neutron/network HTTP/1.1" 200 826 0.047906 10.0.0.22 - - [2026-01-26 02:17:35] "DELETE /access-control-list/27372d21-5f13-4a0a-94f1-393311306f33 HTTP/1.1" 200 115 0.030327 10.0.0.22 - - [2026-01-26 02:17:35] "POST /neutron/network HTTP/1.1" 200 826 0.006181 10.0.0.22 - - [2026-01-26 02:17:35] "GET /virtual-network/67399c94-551a-4028-aec3-18d24036d348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004455 10.0.0.22 - - [2026-01-26 02:17:35] "GET /virtual-network/f698cdca-fb3b-4c45-a178-0b0342c367f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.003954 10.0.0.22 - - [2026-01-26 02:17:35] "POST /neutron/network HTTP/1.1" 200 927 0.004968 10.0.0.22 - - [2026-01-26 02:17:35] "POST /neutron/network HTTP/1.1" 200 825 0.038644 10.0.0.22 - - [2026-01-26 02:17:35] "POST /neutron/network HTTP/1.1" 200 825 0.006773 10.0.0.22 - - [2026-01-26 02:17:35] "DELETE /access-control-list/d02ff91d-26b1-40ea-952e-23d912c00ccb HTTP/1.1" 200 115 0.046213 10.0.0.22 - - [2026-01-26 02:17:35] "GET /virtual-network/f698cdca-fb3b-4c45-a178-0b0342c367f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004447 10.0.0.22 - - [2026-01-26 02:17:35] "DELETE /network-policy/4ce53689-be5a-4e41-af13-0e8667185950 HTTP/1.1" 200 115 0.030529 10.0.0.22 - - [2026-01-26 02:17:36] "POST /neutron/network HTTP/1.1" 200 826 0.004912 10.0.0.22 - - [2026-01-26 02:17:36] "POST /neutron/network HTTP/1.1" 400 204 0.010004 10.0.0.22 - - [2026-01-26 02:17:36] "POST /neutron/port HTTP/1.1" 200 1126 0.011685 10.0.0.22 - - [2026-01-26 02:17:36] "POST /neutron/port HTTP/1.1" 200 1116 0.008610 10.0.0.22 - - [2026-01-26 02:17:36] "POST /neutron/port HTTP/1.1" 200 1125 0.013397 10.0.0.22 - - [2026-01-26 02:17:36] "POST /neutron/port HTTP/1.1" 200 1115 0.011198 10.0.0.22 - - [2026-01-26 02:17:36] "POST /neutron/port HTTP/1.1" 200 151 0.126642 10.0.0.22 - - [2026-01-26 02:17:36] "POST /neutron/port HTTP/1.1" 200 151 0.115210 10.0.0.22 - - [2026-01-26 02:17:38] "POST /neutron/network HTTP/1.1" 200 826 0.005073 10.0.0.22 - - [2026-01-26 02:17:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003260 10.0.0.22 - - [2026-01-26 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.22 - - [2026-01-26 02:17:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004131 10.0.0.22 - - [2026-01-26 02:17:38] "POST /neutron/network HTTP/1.1" 200 151 0.080687 10.0.0.22 - - [2026-01-26 02:17:38] "DELETE /route-target/c8e4c18b-5819-4c1f-9b83-8156fde8dc42 HTTP/1.1" 200 115 0.018558 10.0.0.22 - - [2026-01-26 02:17:38] "GET /routing-instance/abb953b4-3ceb-4198-8961-8af3da82b6c0 HTTP/1.1" 404 171 0.002723 10.0.0.22 - - [2026-01-26 02:17:38] "GET /domains HTTP/1.1" 200 280 0.001964 10.0.0.22 - - [2026-01-26 02:17:38] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000902 10.0.0.22 - - [2026-01-26 02:17:38] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 3159 0.048890 10.0.0.22 - - [2026-01-26 02:17:38] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000848 10.0.0.22 - - [2026-01-26 02:17:38] "GET /project/b9d28eae-5c03-40f6-8846-946853bc4fee HTTP/1.1" 200 2102 0.064412 10.0.0.22 - - [2026-01-26 02:17:38] "POST /neutron/network HTTP/1.1" 200 825 0.004496 10.0.0.22 - - [2026-01-26 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.22 - - [2026-01-26 02:17:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001534 10.0.0.22 - - [2026-01-26 02:17:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002374 10.0.0.22 - - [2026-01-26 02:17:38] "POST /neutron/network HTTP/1.1" 200 151 0.066062 10.0.0.22 - - [2026-01-26 02:17:38] "DELETE /route-target/95961238-4a55-44db-a6e0-fe1bc21f30f2 HTTP/1.1" 200 115 0.016397 10.0.0.22 - - [2026-01-26 02:17:38] "GET /routing-instance/b162bdad-1b89-44bc-97ac-f571037060c4 HTTP/1.1" 404 171 0.002369 10.0.0.22 - - [2026-01-26 02:17:38] "GET /domains HTTP/1.1" 200 280 0.002833 10.0.0.22 - - [2026-01-26 02:17:38] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000827 10.0.0.22 - - [2026-01-26 02:17:38] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 3159 0.047797 10.0.0.22 - - [2026-01-26 02:17:38] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001287 10.0.0.22 - - [2026-01-26 02:17:38] "GET /project/b9d28eae-5c03-40f6-8846-946853bc4fee HTTP/1.1" 200 1863 0.061711 10.0.0.22 - - [2026-01-26 02:17:38] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001025 10.0.0.22 - - [2026-01-26 02:17:38] "GET /project/b9d28eae-5c03-40f6-8846-946853bc4fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.022147 10.0.0.22 - - [2026-01-26 02:17:38] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000932 10.0.0.22 - - [2026-01-26 02:17:38] "GET /project/b9d28eae-5c03-40f6-8846-946853bc4fee?fields=virtual_networks HTTP/1.1" 200 1035 0.065077 10.0.0.22 - - [2026-01-26 02:17:38] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000916 10.0.0.22 - - [2026-01-26 02:17:38] "GET /project/b9d28eae-5c03-40f6-8846-946853bc4fee?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.020385 10.0.0.22 - - [2026-01-26 02:17:38] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001247 10.0.0.22 - - [2026-01-26 02:17:38] "GET /project/b9d28eae-5c03-40f6-8846-946853bc4fee?fields=security_groups HTTP/1.1" 200 1263 0.024369 10.0.0.22 - - [2026-01-26 02:17:39] "POST /fqname-to-id HTTP/1.1" 404 181 0.025936 10.0.0.22 - - [2026-01-26 02:17:39] "GET /projects?obj_uuids=b534cd1e-9e7c-4ed5-91a8-c56b8f27a734&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002050 10.0.0.22 - - [2026-01-26 02:17:39] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.22 - - [2026-01-26 02:17:39] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006409 10.0.0.22 - - [2026-01-26 02:17:39] "POST /id-to-fqname HTTP/1.1" 200 183 0.002071 10.0.0.22 - - [2026-01-26 02:17:39] "POST /fqname-to-id HTTP/1.1" 404 192 0.003550 10.0.0.22 - - [2026-01-26 02:17:40] "POST /security-groups HTTP/1.1" 200 584 0.064348 10.0.0.22 - - [2026-01-26 02:17:40] "POST /fqname-to-id HTTP/1.1" 404 227 0.003267 10.0.0.22 - - [2026-01-26 02:17:40] "POST /projects HTTP/1.1" 200 571 0.204282 10.0.0.22 - - [2026-01-26 02:17:40] "POST /access-control-lists HTTP/1.1" 200 589 0.058321 10.0.0.22 - - [2026-01-26 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.279105 10.0.0.22 - - [2026-01-26 02:17:40] "POST /fqname-to-id HTTP/1.1" 404 226 0.002416 10.0.0.22 - - [2026-01-26 02:17:40] "GET /project/b534cd1e-9e7c-4ed5-91a8-c56b8f27a734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.402159 10.0.0.22 - - [2026-01-26 02:17:40] "POST /access-control-lists HTTP/1.1" 200 587 0.065511 10.0.0.22 - - [2026-01-26 02:17:41] "GET / HTTP/1.1" 200 35931 0.001769 10.0.0.22 - - [2026-01-26 02:17:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000459 10.0.0.22 - - [2026-01-26 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.057735 10.0.0.22 - - [2026-01-26 02:17:42] "GET /projects?obj_uuids=b534cd1e-9e7c-4ed5-91a8-c56b8f27a734&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000821 10.0.0.22 - - [2026-01-26 02:17:42] "GET /project/b534cd1e-9e7c-4ed5-91a8-c56b8f27a734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.020244 10.0.0.22 - - [2026-01-26 02:17:42] "POST /neutron/network HTTP/1.1" 200 117 0.041565 10.0.0.22 - - [2026-01-26 02:17:42] "GET /projects?obj_uuids=b534cd1e-9e7c-4ed5-91a8-c56b8f27a734&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001152 10.0.0.22 - - [2026-01-26 02:17:42] "POST /neutron/network HTTP/1.1" 200 612 0.063157 10.0.0.22 - - [2026-01-26 02:17:42] "POST /route-targets HTTP/1.1" 200 327 0.011720 10.0.0.22 - - [2026-01-26 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.009864 10.0.0.22 - - [2026-01-26 02:17:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002217 10.0.0.22 - - [2026-01-26 02:17:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.142023 10.0.0.22 - - [2026-01-26 02:17:42] "POST /neutron/network HTTP/1.1" 200 832 0.004436 10.0.0.22 - - [2026-01-26 02:17:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001081 10.0.0.22 - - [2026-01-26 02:17:42] "GET /virtual-network/10233d1a-49e0-47cc-b6f9-481ab292c59f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005413 10.0.0.22 - - [2026-01-26 02:17:42] "POST /neutron/network HTTP/1.1" 200 832 0.005327 10.0.0.22 - - [2026-01-26 02:17:42] "GET /virtual-network/10233d1a-49e0-47cc-b6f9-481ab292c59f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004220 10.0.0.22 - - [2026-01-26 02:17:42] "POST /neutron/network HTTP/1.1" 200 832 0.005884 10.0.0.22 - - [2026-01-26 02:17:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.006995 10.0.0.22 - - [2026-01-26 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002324 10.0.0.22 - - [2026-01-26 02:17:42] "GET /virtual-network/10233d1a-49e0-47cc-b6f9-481ab292c59f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004315 10.0.0.22 - - [2026-01-26 02:17:42] "PUT /virtual-network/10233d1a-49e0-47cc-b6f9-481ab292c59f HTTP/1.1" 200 264 0.033683 10.0.0.22 - - [2026-01-26 02:17:42] "POST /route-targets HTTP/1.1" 200 323 0.016822 10.0.0.22 - - [2026-01-26 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.008748 10.0.0.22 - - [2026-01-26 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002507 10.0.0.22 - - [2026-01-26 02:17:43] "GET /projects?obj_uuids=b534cd1e-9e7c-4ed5-91a8-c56b8f27a734&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000952 10.0.0.22 - - [2026-01-26 02:17:43] "GET /project/b534cd1e-9e7c-4ed5-91a8-c56b8f27a734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.023218 10.0.0.22 - - [2026-01-26 02:17:43] "POST /neutron/network HTTP/1.1" 200 117 0.009217 10.0.0.22 - - [2026-01-26 02:17:43] "GET /projects?obj_uuids=b534cd1e-9e7c-4ed5-91a8-c56b8f27a734&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000861 10.0.0.22 - - [2026-01-26 02:17:43] "POST /neutron/network HTTP/1.1" 200 612 0.057363 10.0.0.22 - - [2026-01-26 02:17:43] "POST /route-targets HTTP/1.1" 200 327 0.009719 10.0.0.22 - - [2026-01-26 02:17:43] "POST /ref-update HTTP/1.1" 200 156 0.012408 10.0.0.22 - - [2026-01-26 02:17:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002870 10.0.0.22 - - [2026-01-26 02:17:43] "POST /neutron/subnet HTTP/1.1" 200 719 0.195322 10.0.0.22 - - [2026-01-26 02:17:43] "POST /neutron/network HTTP/1.1" 200 830 0.004700 10.0.0.22 - - [2026-01-26 02:17:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001004 10.0.0.22 - - [2026-01-26 02:17:43] "GET /virtual-network/8cdddcc3-7b38-4ab4-84e3-07a35860fcfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005458 10.0.0.22 - - [2026-01-26 02:17:43] "POST /neutron/network HTTP/1.1" 200 830 0.005447 10.0.0.22 - - [2026-01-26 02:17:43] "GET /virtual-network/8cdddcc3-7b38-4ab4-84e3-07a35860fcfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008428 10.0.0.22 - - [2026-01-26 02:17:43] "POST /neutron/network HTTP/1.1" 200 830 0.004765 10.0.0.22 - - [2026-01-26 02:17:43] "POST /neutron/subnet HTTP/1.1" 200 719 0.005978 10.0.0.22 - - [2026-01-26 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.22 - - [2026-01-26 02:17:43] "GET /virtual-network/8cdddcc3-7b38-4ab4-84e3-07a35860fcfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005001 10.0.0.22 - - [2026-01-26 02:17:43] "POST /ref-update HTTP/1.1" 200 156 0.010444 10.0.0.22 - - [2026-01-26 02:17:43] "PUT /virtual-network/8cdddcc3-7b38-4ab4-84e3-07a35860fcfb HTTP/1.1" 200 264 0.038915 10.0.0.22 - - [2026-01-26 02:17:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001335 10.0.0.22 - - [2026-01-26 02:17:43] "POST /neutron/network HTTP/1.1" 200 842 0.004731 10.0.0.22 - - [2026-01-26 02:17:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000376 10.0.0.22 - - [2026-01-26 02:17:44] "GET / HTTP/1.1" 200 35931 0.002211 10.0.0.22 - - [2026-01-26 02:17:44] "GET /project/b534cd1e-9e7c-4ed5-91a8-c56b8f27a734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000373 10.0.0.22 - - [2026-01-26 02:17:44] "GET /projects?obj_uuids=b534cd1e-9e7c-4ed5-91a8-c56b8f27a734&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001252 10.0.0.22 - - [2026-01-26 02:17:44] "GET /project/b534cd1e-9e7c-4ed5-91a8-c56b8f27a734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.055152 10.0.0.22 - - [2026-01-26 02:17:44] "POST /neutron/network HTTP/1.1" 200 832 0.005361 10.0.0.22 - - [2026-01-26 02:17:44] "POST /neutron/port HTTP/1.1" 200 117 0.004522 10.0.0.22 - - [2026-01-26 02:17:44] "POST /neutron/port HTTP/1.1" 200 117 0.008750 10.0.0.22 - - [2026-01-26 02:17:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001286 10.0.0.22 - - [2026-01-26 02:17:44] "POST /neutron/port HTTP/1.1" 200 117 0.004540 10.0.0.22 - - [2026-01-26 02:17:44] "POST /neutron/network HTTP/1.1" 200 840 0.004941 10.0.0.22 - - [2026-01-26 02:17:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000397 10.0.0.22 - - [2026-01-26 02:17:45] "POST /neutron/network HTTP/1.1" 200 842 0.004795 10.0.0.22 - - [2026-01-26 02:17:45] "GET /projects?obj_uuids=b534cd1e-9e7c-4ed5-91a8-c56b8f27a734&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001550 10.0.0.22 - - [2026-01-26 02:17:45] "GET / HTTP/1.1" 200 35931 0.004823 10.0.0.22 - - [2026-01-26 02:17:45] "GET /project/b534cd1e-9e7c-4ed5-91a8-c56b8f27a734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000368 10.0.0.22 - - [2026-01-26 02:17:45] "POST /neutron/port HTTP/1.1" 200 1054 0.198463 10.0.0.22 - - [2026-01-26 02:17:45] "POST /neutron/port HTTP/1.1" 200 1054 0.012944 10.0.0.22 - - [2026-01-26 02:17:45] "POST /neutron/port HTTP/1.1" 200 1054 0.010757 10.0.0.22 - - [2026-01-26 02:17:45] "POST /neutron/port HTTP/1.1" 200 1108 0.055252 10.0.0.22 - - [2026-01-26 02:17:45] "POST /neutron/port HTTP/1.1" 200 1118 0.010293 10.0.0.22 - - [2026-01-26 02:17:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004804 10.0.0.22 - - [2026-01-26 02:17:45] "POST /neutron/subnet HTTP/1.1" 200 703 0.008751 10.0.0.22 - - [2026-01-26 02:17:45] "POST /neutron/port HTTP/1.1" 200 117 0.001431 10.0.0.22 - - [2026-01-26 02:17:45] "POST /neutron/network HTTP/1.1" 200 832 0.021915 10.0.0.22 - - [2026-01-26 02:17:45] "DELETE /project/b9d28eae5c0340f68846946853bc4fee HTTP/1.1" 404 173 0.017540 10.0.0.22 - - [2026-01-26 02:17:45] "DELETE /project/b534cd1e9e7c4ed591a8c56b8f27a734 HTTP/1.1" 404 173 0.016355 10.0.0.22 - - [2026-01-26 02:17:45] "DELETE /project/4bc6c2ced7d24d64ae50e29e9a428df0 HTTP/1.1" 404 173 0.012274 10.0.0.22 - - [2026-01-26 02:17:45] "DELETE /project/0f92a371d79147439e22a019448038a6 HTTP/1.1" 404 173 0.015673 10.0.0.22 - - [2026-01-26 02:17:45] "GET /projects?obj_uuids=4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001177 10.0.0.22 - - [2026-01-26 02:17:45] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000890 10.0.0.22 - - [2026-01-26 02:17:45] "GET /projects?obj_uuids=0f92a371-d791-4743-9e22-a019448038a6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001378 10.0.0.22 - - [2026-01-26 02:17:45] "GET /projects?obj_uuids=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000730 10.0.0.22 - - [2026-01-26 02:17:45] "GET /projects?obj_uuids=b534cd1e-9e7c-4ed5-91a8-c56b8f27a734&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001193 10.0.0.22 - - [2026-01-26 02:17:45] "GET /project/852676a8-2e20-474a-bcda-11f3a528e14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.064832 10.0.0.22 - - [2026-01-26 02:17:45] "GET /project/b9d28eae-5c03-40f6-8846-946853bc4fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.070368 10.0.0.22 - - [2026-01-26 02:17:45] "GET /project/0f92a371-d791-4743-9e22-a019448038a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.076694 10.0.0.22 - - [2026-01-26 02:17:45] "GET /project/4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.078110 10.0.0.22 - - [2026-01-26 02:17:45] "GET /projects?obj_uuids=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000845 10.0.0.22 - - [2026-01-26 02:17:45] "GET /projects?obj_uuids=4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000749 10.0.0.22 - - [2026-01-26 02:17:45] "GET /projects?obj_uuids=0f92a371-d791-4743-9e22-a019448038a6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000678 10.0.0.22 - - [2026-01-26 02:17:45] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000685 10.0.0.22 - - [2026-01-26 02:17:45] "GET /project/b534cd1e-9e7c-4ed5-91a8-c56b8f27a734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.174936 10.0.0.22 - - [2026-01-26 02:17:45] "GET /project/b9d28eae-5c03-40f6-8846-946853bc4fee?fields=security_groups HTTP/1.1" 200 1368 0.069295 10.0.0.22 - - [2026-01-26 02:17:45] "GET /project/0f92a371-d791-4743-9e22-a019448038a6?fields=security_groups HTTP/1.1" 200 1410 0.074606 10.0.0.22 - - [2026-01-26 02:17:45] "GET /project/4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0?fields=security_groups HTTP/1.1" 200 1386 0.076616 10.0.0.22 - - [2026-01-26 02:17:45] "POST /neutron/network HTTP/1.1" 200 830 0.007743 10.0.0.22 - - [2026-01-26 02:17:45] "GET /project/852676a8-2e20-474a-bcda-11f3a528e14f?fields=security_groups HTTP/1.1" 200 1371 0.119950 10.0.0.22 - - [2026-01-26 02:17:46] "DELETE /security-group/6ee717ec-a9d4-4d77-9551-d1d2b08299d2 HTTP/1.1" 200 115 0.087343 10.0.0.22 - - [2026-01-26 02:17:46] "GET /projects?obj_uuids=b9d28eae-5c03-40f6-8846-946853bc4fee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000918 10.0.0.22 - - [2026-01-26 02:17:46] "DELETE /security-group/40499706-b7eb-4a95-8e6e-1d9e4fad55f0 HTTP/1.1" 200 115 0.092017 10.0.0.22 - - [2026-01-26 02:17:46] "GET /projects?obj_uuids=4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004111 10.0.0.22 - - [2026-01-26 02:17:46] "DELETE /security-group/c7031d00-968a-449b-96cf-564aee3ea04e HTTP/1.1" 200 115 0.108334 10.0.0.22 - - [2026-01-26 02:17:46] "GET /projects?obj_uuids=0f92a371-d791-4743-9e22-a019448038a6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001786 10.0.0.22 - - [2026-01-26 02:17:46] "DELETE /access-control-list/0e4ed220-12fd-4b03-877e-532ecde56ffe HTTP/1.1" 200 115 0.089344 10.0.0.22 - - [2026-01-26 02:17:46] "GET /project/b9d28eae-5c03-40f6-8846-946853bc4fee?fields=application_policy_sets HTTP/1.1" 200 1407 0.101053 10.0.0.22 - - [2026-01-26 02:17:46] "GET /project/0f92a371-d791-4743-9e22-a019448038a6?fields=application_policy_sets HTTP/1.1" 200 1449 0.096978 10.0.0.22 - - [2026-01-26 02:17:46] "GET /project/4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0?fields=application_policy_sets HTTP/1.1" 200 1425 0.160376 10.0.0.22 - - [2026-01-26 02:17:46] "POST /neutron/port HTTP/1.1" 200 1118 0.065225 10.0.0.22 - - [2026-01-26 02:17:46] "DELETE /access-control-list/e9655f22-a265-4bdc-a79c-33407f8e06b3 HTTP/1.1" 200 115 0.149654 10.0.0.22 - - [2026-01-26 02:17:46] "POST /neutron/security_group HTTP/1.1" 200 2051 0.011940 10.0.0.22 - - [2026-01-26 02:17:46] "DELETE /security-group/f24944f7-2bed-4083-8645-eff9b3a5461d HTTP/1.1" 200 115 0.268613 10.0.0.22 - - [2026-01-26 02:17:46] "POST /neutron/port HTTP/1.1" 200 117 0.009957 10.0.0.22 - - [2026-01-26 02:17:46] "GET /projects?obj_uuids=852676a8-2e20-474a-bcda-11f3a528e14f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001230 10.0.0.22 - - [2026-01-26 02:17:46] "DELETE /access-control-list/855a47b2-4956-41ed-9b0d-9f41ecc3ecfa HTTP/1.1" 200 115 0.106910 10.0.0.22 - - [2026-01-26 02:17:46] "GET /project/852676a8-2e20-474a-bcda-11f3a528e14f?fields=application_policy_sets HTTP/1.1" 200 1410 0.075403 10.0.0.22 - - [2026-01-26 02:17:46] "DELETE /access-control-list/71d482d6-ac1e-4668-84d3-355155e4cd0e HTTP/1.1" 200 115 0.083514 10.0.0.22 - - [2026-01-26 02:17:46] "DELETE /project/b9d28eae-5c03-40f6-8846-946853bc4fee HTTP/1.1" 200 115 0.728553 10.0.0.22 - - [2026-01-26 02:17:46] "POST /neutron/port HTTP/1.1" 200 1118 0.055506 10.0.0.22 - - [2026-01-26 02:17:46] "DELETE /project/0f92a371-d791-4743-9e22-a019448038a6 HTTP/1.1" 200 115 0.742522 10.0.0.22 - - [2026-01-26 02:17:46] "POST /neutron/security_group HTTP/1.1" 200 2051 0.014951 10.0.0.22 - - [2026-01-26 02:17:46] "DELETE /access-control-list/e18bfaf9-07cd-4665-a1c4-320e554c2f3c HTTP/1.1" 200 115 0.103269 10.0.0.22 - - [2026-01-26 02:17:46] "DELETE /project/4bc6c2ce-d7d2-4d64-ae50-e29e9a428df0 HTTP/1.1" 200 115 0.858323 10.0.0.22 - - [2026-01-26 02:17:46] "DELETE /access-control-list/bf104b21-bc9f-4ab4-a977-d293a1c69963 HTTP/1.1" 200 115 0.032561 10.0.0.22 - - [2026-01-26 02:17:46] "DELETE /access-control-list/0eb21d45-6198-4186-ac6f-72c068bd04f9 HTTP/1.1" 200 115 0.032324 10.0.0.22 - - [2026-01-26 02:17:46] "DELETE /project/852676a8-2e20-474a-bcda-11f3a528e14f HTTP/1.1" 200 115 0.900520 10.0.0.22 - - [2026-01-26 02:17:46] "POST /neutron/network HTTP/1.1" 200 840 0.012773 10.0.0.22 - - [2026-01-26 02:17:46] "DELETE /access-control-list/c29c2286-0606-4a61-981e-3a3967504010 HTTP/1.1" 200 115 0.031188 10.0.0.22 - - [2026-01-26 02:17:46] "GET /projects?obj_uuids=b534cd1e-9e7c-4ed5-91a8-c56b8f27a734&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.005840 10.0.0.22 - - [2026-01-26 02:17:46] "POST /neutron/port HTTP/1.1" 200 1052 0.235916 10.0.0.22 - - [2026-01-26 02:17:46] "POST /neutron/port HTTP/1.1" 200 1052 0.016933 10.0.0.22 - - [2026-01-26 02:17:46] "POST /neutron/port HTTP/1.1" 200 1052 0.009215 10.0.0.22 - - [2026-01-26 02:17:47] "POST /neutron/port HTTP/1.1" 200 1106 0.055722 10.0.0.22 - - [2026-01-26 02:17:47] "POST /neutron/port HTTP/1.1" 200 1116 0.011002 10.0.0.22 - - [2026-01-26 02:17:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004233 10.0.0.22 - - [2026-01-26 02:17:47] "POST /neutron/subnet HTTP/1.1" 200 693 0.006042 10.0.0.22 - - [2026-01-26 02:17:47] "POST /neutron/port HTTP/1.1" 200 117 0.001053 10.0.0.22 - - [2026-01-26 02:17:47] "POST /neutron/network HTTP/1.1" 200 830 0.005369 10.0.0.22 - - [2026-01-26 02:17:51] "POST /neutron/port HTTP/1.1" 200 1118 0.013623 10.0.0.22 - - [2026-01-26 02:17:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005627 10.0.0.22 - - [2026-01-26 02:17:51] "POST /neutron/port HTTP/1.1" 200 1118 0.011171 10.0.0.22 - - [2026-01-26 02:17:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005201 10.0.0.22 - - [2026-01-26 02:17:51] "POST /neutron/port HTTP/1.1" 200 1118 0.012668 10.0.0.22 - - [2026-01-26 02:17:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006261 10.0.0.22 - - [2026-01-26 02:17:51] "GET /virtual-machine/06359aa5-0b65-48b4-aa89-92b5a490f18c HTTP/1.1" 401 292 0.000513 10.0.0.22 - - [2026-01-26 02:17:52] "GET /virtual-machine/06359aa5-0b65-48b4-aa89-92b5a490f18c HTTP/1.1" 200 1284 0.046811 10.0.0.22 - - [2026-01-26 02:17:52] "GET /virtual-machine-interface/7fef6f7a-3064-406d-a5a8-9821e811ad6c HTTP/1.1" 200 2926 0.005647 10.0.0.22 - - [2026-01-26 02:17:52] "GET /obj-perms HTTP/1.1" 200 5056 0.367690 10.0.0.22 - - [2026-01-26 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005041 10.0.0.22 - - [2026-01-26 02:17:52] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002900 10.0.0.22 - - [2026-01-26 02:17:52] "GET /virtual-networks?parent_id=b534cd1e-9e7c-4ed5-91a8-c56b8f27a734&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003503 10.0.0.22 - - [2026-01-26 02:17:52] "GET /virtual-network/10233d1a-49e0-47cc-b6f9-481ab292c59f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.004626 10.0.0.22 - - [2026-01-26 02:17:52] "GET /obj-perms HTTP/1.1" 200 5056 0.053019 10.0.0.22 - - [2026-01-26 02:17:54] "POST /neutron/port HTTP/1.1" 200 1118 0.011926 10.0.0.22 - - [2026-01-26 02:17:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004737 10.0.0.22 - - [2026-01-26 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006469 10.0.0.22 - - [2026-01-26 02:17:55] "GET /virtual-network/10233d1a-49e0-47cc-b6f9-481ab292c59f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006646 10.0.0.22 - - [2026-01-26 02:17:55] "POST /neutron/port HTTP/1.1" 200 1116 0.013233 10.0.0.22 - - [2026-01-26 02:17:55] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005041 10.0.0.22 - - [2026-01-26 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.22 - - [2026-01-26 02:17:57] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002685 10.0.0.22 - - [2026-01-26 02:17:57] "GET /virtual-networks?parent_id=b534cd1e-9e7c-4ed5-91a8-c56b8f27a734&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003067 10.0.0.22 - - [2026-01-26 02:17:57] "GET /virtual-network/10233d1a-49e0-47cc-b6f9-481ab292c59f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005098 10.0.0.22 - - [2026-01-26 02:17:58] "POST /neutron/port HTTP/1.1" 200 1116 0.014605 10.0.0.22 - - [2026-01-26 02:17:58] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006420 10.0.0.22 - - [2026-01-26 02:17:58] "POST /neutron/port HTTP/1.1" 200 1116 0.010295 10.0.0.22 - - [2026-01-26 02:17:58] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006323 10.0.0.22 - - [2026-01-26 02:17:58] "POST /neutron/port HTTP/1.1" 200 1116 0.010827 10.0.0.22 - - [2026-01-26 02:17:58] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005006 10.0.0.22 - - [2026-01-26 02:17:58] "GET /virtual-machine/8aeed7db-dbe5-46f1-98a9-33eaf29a11f3 HTTP/1.1" 200 1286 0.003860 10.0.0.22 - - [2026-01-26 02:17:58] "GET /virtual-machine-interface/06920cd6-c603-454f-b06e-36409fd36156 HTTP/1.1" 200 2925 0.004390 10.0.0.22 - - [2026-01-26 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002331 10.0.0.22 - - [2026-01-26 02:17:58] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002930 10.0.0.22 - - [2026-01-26 02:17:58] "GET /virtual-networks?parent_id=b534cd1e-9e7c-4ed5-91a8-c56b8f27a734&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003059 10.0.0.22 - - [2026-01-26 02:17:58] "GET /virtual-network/8cdddcc3-7b38-4ab4-84e3-07a35860fcfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.004493 10.0.0.22 - - [2026-01-26 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.22 - - [2026-01-26 02:17:59] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002659 10.0.0.22 - - [2026-01-26 02:17:59] "GET /virtual-networks?parent_id=b534cd1e-9e7c-4ed5-91a8-c56b8f27a734&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002616 10.0.0.22 - - [2026-01-26 02:17:59] "GET /virtual-network/8cdddcc3-7b38-4ab4-84e3-07a35860fcfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005283 10.0.0.22 - - [2026-01-26 02:17:59] "POST /routing-policys HTTP/1.1" 200 534 0.015573 10.0.0.22 - - [2026-01-26 02:17:59] "GET /virtual-network/10233d1a-49e0-47cc-b6f9-481ab292c59f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006296 10.0.0.22 - - [2026-01-26 02:17:59] "POST /ref-update HTTP/1.1" 200 156 0.010261 10.0.0.22 - - [2026-01-26 02:17:59] "PUT /virtual-network/10233d1a-49e0-47cc-b6f9-481ab292c59f HTTP/1.1" 200 264 0.032987 10.0.0.22 - - [2026-01-26 02:18:03] "POST /ref-update HTTP/1.1" 200 156 0.028356 10.0.0.22 - - [2026-01-26 02:18:03] "POST /ref-update HTTP/1.1" 200 156 0.009779 10.0.0.22 - - [2026-01-26 02:18:03] "DELETE /routing-policy/3ae552dc-0005-4f15-8d1c-feb7c7f43738 HTTP/1.1" 200 115 0.027621 10.0.0.22 - - [2026-01-26 02:18:03] "POST /neutron/network HTTP/1.1" 200 830 0.010815 10.0.0.22 - - [2026-01-26 02:18:03] "POST /neutron/network HTTP/1.1" 400 204 0.010800 10.0.0.22 - - [2026-01-26 02:18:04] "POST /neutron/port HTTP/1.1" 200 1116 0.011757 10.0.0.22 - - [2026-01-26 02:18:04] "POST /neutron/port HTTP/1.1" 200 1106 0.012220 10.0.0.22 - - [2026-01-26 02:18:04] "POST /neutron/port HTTP/1.1" 200 1118 0.017582 10.0.0.22 - - [2026-01-26 02:18:04] "POST /neutron/port HTTP/1.1" 200 1108 0.011502 10.0.0.22 - - [2026-01-26 02:18:04] "POST /neutron/port HTTP/1.1" 200 151 0.127455 10.0.0.22 - - [2026-01-26 02:18:04] "POST /neutron/port HTTP/1.1" 200 151 0.112588 10.0.0.22 - - [2026-01-26 02:18:05] "POST /neutron/network HTTP/1.1" 200 830 0.006238 10.0.0.22 - - [2026-01-26 02:18:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003034 10.0.0.22 - - [2026-01-26 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.22 - - [2026-01-26 02:18:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002329 10.0.0.22 - - [2026-01-26 02:18:05] "POST /neutron/network HTTP/1.1" 200 151 0.072689 10.0.0.22 - - [2026-01-26 02:18:05] "DELETE /route-target/952d33c0-de78-4e6f-b72f-3e48f3f1e90f HTTP/1.1" 200 115 0.015048 10.0.0.22 - - [2026-01-26 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002440 10.0.0.22 - - [2026-01-26 02:18:05] "POST /neutron/network HTTP/1.1" 200 832 0.005110 10.0.0.22 - - [2026-01-26 02:18:05] "DELETE /route-target/345917b2-97ce-4014-9513-4c3246f69e34 HTTP/1.1" 409 239 0.008208 10.0.0.22 - - [2026-01-26 02:18:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002466 10.0.0.22 - - [2026-01-26 02:18:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001780 10.0.0.22 - - [2026-01-26 02:18:05] "POST /neutron/network HTTP/1.1" 200 151 0.073237 10.0.0.22 - - [2026-01-26 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.22 - - [2026-01-26 02:18:06] "DELETE /route-target/34d54b6f-50c0-4041-925b-78b7a1709d42 HTTP/1.1" 200 115 0.016751 10.0.0.22 - - [2026-01-26 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002214 10.0.0.22 - - [2026-01-26 02:18:06] "DELETE /route-target/345917b2-97ce-4014-9513-4c3246f69e34 HTTP/1.1" 200 115 0.015543 10.0.0.22 - - [2026-01-26 02:18:06] "GET /projects?obj_uuids=b534cd1e-9e7c-4ed5-91a8-c56b8f27a734&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001319 10.0.0.22 - - [2026-01-26 02:18:06] "GET /project/b534cd1e-9e7c-4ed5-91a8-c56b8f27a734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.022368 10.0.0.22 - - [2026-01-26 02:18:06] "GET /projects?obj_uuids=b534cd1e-9e7c-4ed5-91a8-c56b8f27a734&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000840 10.0.0.22 - - [2026-01-26 02:18:06] "GET /project/b534cd1e-9e7c-4ed5-91a8-c56b8f27a734?fields=virtual_networks HTTP/1.1" 200 1018 0.065143 10.0.0.22 - - [2026-01-26 02:18:06] "GET /projects?obj_uuids=b534cd1e-9e7c-4ed5-91a8-c56b8f27a734&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000917 10.0.0.22 - - [2026-01-26 02:18:06] "GET /project/b534cd1e-9e7c-4ed5-91a8-c56b8f27a734?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.020931 10.0.0.22 - - [2026-01-26 02:18:06] "GET /projects?obj_uuids=b534cd1e-9e7c-4ed5-91a8-c56b8f27a734&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000925 10.0.0.22 - - [2026-01-26 02:18:06] "GET /project/b534cd1e-9e7c-4ed5-91a8-c56b8f27a734?fields=security_groups HTTP/1.1" 200 1237 0.022461 10.0.0.22 - - [2026-01-26 02:18:07] "POST /fqname-to-id HTTP/1.1" 404 186 0.026356 10.0.0.22 - - [2026-01-26 02:18:07] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002695 10.0.0.22 - - [2026-01-26 02:18:07] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001210 10.0.0.22 - - [2026-01-26 02:18:07] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005935 10.0.0.22 - - [2026-01-26 02:18:07] "POST /id-to-fqname HTTP/1.1" 200 188 0.001860 10.0.0.22 - - [2026-01-26 02:18:07] "POST /fqname-to-id HTTP/1.1" 404 197 0.001982 10.0.0.22 - - [2026-01-26 02:18:07] "POST /security-groups HTTP/1.1" 200 589 0.060135 10.0.0.22 - - [2026-01-26 02:18:07] "POST /fqname-to-id HTTP/1.1" 404 232 0.002610 10.0.0.22 - - [2026-01-26 02:18:07] "POST /projects HTTP/1.1" 200 581 0.208299 10.0.0.22 - - [2026-01-26 02:18:07] "POST /access-control-lists HTTP/1.1" 200 594 0.058267 10.0.0.22 - - [2026-01-26 02:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.281081 10.0.0.22 - - [2026-01-26 02:18:07] "POST /fqname-to-id HTTP/1.1" 404 231 0.002453 10.0.0.22 - - [2026-01-26 02:18:07] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.402303 10.0.0.22 - - [2026-01-26 02:18:07] "POST /access-control-lists HTTP/1.1" 200 592 0.060530 10.0.0.22 - - [2026-01-26 02:18:08] "GET / HTTP/1.1" 200 35931 0.001743 10.0.0.22 - - [2026-01-26 02:18:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.22 - - [2026-01-26 02:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.057076 10.0.0.22 - - [2026-01-26 02:18:09] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000830 10.0.0.22 - - [2026-01-26 02:18:09] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.028171 10.0.0.22 - - [2026-01-26 02:18:09] "POST /neutron/network HTTP/1.1" 200 117 0.035255 10.0.0.22 - - [2026-01-26 02:18:09] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001228 10.0.0.22 - - [2026-01-26 02:18:10] "POST /neutron/network HTTP/1.1" 200 613 0.054723 10.0.0.22 - - [2026-01-26 02:18:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003098 10.0.0.22 - - [2026-01-26 02:18:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.167749 10.0.0.22 - - [2026-01-26 02:18:10] "POST /neutron/network HTTP/1.1" 200 833 0.004609 10.0.0.22 - - [2026-01-26 02:18:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001406 10.0.0.22 - - [2026-01-26 02:18:10] "GET /virtual-network/a876700d-1ad3-4cb2-84fa-5314d9a3a92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003963 10.0.0.22 - - [2026-01-26 02:18:10] "POST /neutron/network HTTP/1.1" 200 833 0.005253 10.0.0.22 - - [2026-01-26 02:18:10] "GET /virtual-network/a876700d-1ad3-4cb2-84fa-5314d9a3a92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004282 10.0.0.22 - - [2026-01-26 02:18:10] "POST /neutron/network HTTP/1.1" 200 833 0.004919 10.0.0.22 - - [2026-01-26 02:18:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.007279 10.0.0.22 - - [2026-01-26 02:18:10] "GET /domains HTTP/1.1" 401 292 0.000370 10.0.0.22 - - [2026-01-26 02:18:10] "POST /route-targets HTTP/1.1" 200 327 0.008750 10.0.0.22 - - [2026-01-26 02:18:10] "POST /ref-update HTTP/1.1" 200 156 0.009524 10.0.0.22 - - [2026-01-26 02:18:10] "GET /domains HTTP/1.1" 200 280 0.027246 10.0.0.22 - - [2026-01-26 02:18:10] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003413 10.0.0.22 - - [2026-01-26 02:18:10] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2749 0.011915 10.0.0.22 - - [2026-01-26 02:18:10] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001329 10.0.0.22 - - [2026-01-26 02:18:10] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003 HTTP/1.1" 200 2079 0.070327 10.0.0.22 - - [2026-01-26 02:18:10] "GET /virtual-network/a876700d-1ad3-4cb2-84fa-5314d9a3a92c HTTP/1.1" 200 2321 0.005052 10.0.0.22 - - [2026-01-26 02:18:10] "GET /virtual-network/a876700d-1ad3-4cb2-84fa-5314d9a3a92c HTTP/1.1" 200 2321 0.004292 10.0.0.22 - - [2026-01-26 02:18:10] "GET /routing-instance/f2893869-c2fa-4600-a383-7bd2f9187cf8 HTTP/1.1" 200 1494 0.003377 10.0.0.22 - - [2026-01-26 02:18:10] "GET /routing-instance/f2893869-c2fa-4600-a383-7bd2f9187cf8 HTTP/1.1" 200 1494 0.003303 10.0.0.22 - - [2026-01-26 02:18:10] "GET /route-target/a23de2b0-9481-4b5b-b9a9-854166f4202a HTTP/1.1" 200 1213 0.003170 10.0.0.22 - - [2026-01-26 02:18:10] "GET /virtual-network/a876700d-1ad3-4cb2-84fa-5314d9a3a92c HTTP/1.1" 200 2321 0.004143 10.0.0.22 - - [2026-01-26 02:18:10] "GET /routing-instance/f2893869-c2fa-4600-a383-7bd2f9187cf8 HTTP/1.1" 200 1494 0.002948 10.0.0.22 - - [2026-01-26 02:18:10] "GET /virtual-network/a876700d-1ad3-4cb2-84fa-5314d9a3a92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005491 10.0.0.22 - - [2026-01-26 02:18:10] "GET /virtual-network/a876700d-1ad3-4cb2-84fa-5314d9a3a92c HTTP/1.1" 200 2321 0.006980 10.0.0.22 - - [2026-01-26 02:18:10] "GET /routing-instance/f2893869-c2fa-4600-a383-7bd2f9187cf8 HTTP/1.1" 200 1494 0.003052 10.0.0.22 - - [2026-01-26 02:18:10] "GET /routing-instance/f2893869-c2fa-4600-a383-7bd2f9187cf8 HTTP/1.1" 200 1494 0.002778 10.0.0.22 - - [2026-01-26 02:18:10] "GET /route-target/a23de2b0-9481-4b5b-b9a9-854166f4202a HTTP/1.1" 200 1213 0.002772 10.0.0.22 - - [2026-01-26 02:18:10] "GET /domains HTTP/1.1" 200 280 0.002614 10.0.0.22 - - [2026-01-26 02:18:10] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000925 10.0.0.22 - - [2026-01-26 02:18:10] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2749 0.005492 10.0.0.22 - - [2026-01-26 02:18:10] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000787 10.0.0.22 - - [2026-01-26 02:18:10] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003 HTTP/1.1" 200 2079 0.067193 10.0.0.22 - - [2026-01-26 02:18:10] "GET /virtual-network/a876700d-1ad3-4cb2-84fa-5314d9a3a92c HTTP/1.1" 200 2321 0.006257 10.0.0.22 - - [2026-01-26 02:18:11] "GET /obj-perms HTTP/1.1" 200 5026 0.056210 10.0.0.22 - - [2026-01-26 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.22 - - [2026-01-26 02:18:11] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000917 10.0.0.22 - - [2026-01-26 02:18:11] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.022851 10.0.0.22 - - [2026-01-26 02:18:11] "POST /neutron/network HTTP/1.1" 200 117 0.008928 10.0.0.22 - - [2026-01-26 02:18:11] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000987 10.0.0.22 - - [2026-01-26 02:18:11] "POST /neutron/network HTTP/1.1" 200 613 0.060295 10.0.0.22 - - [2026-01-26 02:18:11] "POST /route-targets HTTP/1.1" 200 327 0.010363 10.0.0.22 - - [2026-01-26 02:18:11] "POST /ref-update HTTP/1.1" 200 156 0.010834 10.0.0.22 - - [2026-01-26 02:18:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002547 10.0.0.22 - - [2026-01-26 02:18:11] "POST /neutron/subnet HTTP/1.1" 200 730 0.157934 10.0.0.22 - - [2026-01-26 02:18:11] "POST /neutron/network HTTP/1.1" 200 833 0.004999 10.0.0.22 - - [2026-01-26 02:18:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001101 10.0.0.22 - - [2026-01-26 02:18:11] "GET /virtual-network/d256d44f-7160-4147-bbbd-dbdf166608c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004294 10.0.0.22 - - [2026-01-26 02:18:11] "POST /neutron/network HTTP/1.1" 200 833 0.007041 10.0.0.22 - - [2026-01-26 02:18:11] "GET /virtual-network/d256d44f-7160-4147-bbbd-dbdf166608c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005235 10.0.0.22 - - [2026-01-26 02:18:11] "POST /neutron/network HTTP/1.1" 200 833 0.004989 10.0.0.22 - - [2026-01-26 02:18:11] "POST /neutron/subnet HTTP/1.1" 200 730 0.005712 10.0.0.22 - - [2026-01-26 02:18:11] "GET /domains HTTP/1.1" 200 280 0.004633 10.0.0.22 - - [2026-01-26 02:18:11] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000865 10.0.0.22 - - [2026-01-26 02:18:11] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2749 0.008589 10.0.0.22 - - [2026-01-26 02:18:11] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000859 10.0.0.22 - - [2026-01-26 02:18:11] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003 HTTP/1.1" 200 2297 0.066314 10.0.0.22 - - [2026-01-26 02:18:11] "GET /virtual-network/d256d44f-7160-4147-bbbd-dbdf166608c0 HTTP/1.1" 200 2322 0.005541 10.0.0.22 - - [2026-01-26 02:18:11] "GET /virtual-network/d256d44f-7160-4147-bbbd-dbdf166608c0 HTTP/1.1" 200 2322 0.004268 10.0.0.22 - - [2026-01-26 02:18:11] "GET /routing-instance/5d29c7d3-fc05-48de-9320-9fe9c8a347e0 HTTP/1.1" 200 1493 0.003175 10.0.0.22 - - [2026-01-26 02:18:11] "GET /routing-instance/5d29c7d3-fc05-48de-9320-9fe9c8a347e0 HTTP/1.1" 200 1493 0.002940 10.0.0.22 - - [2026-01-26 02:18:11] "GET /route-target/421b48d2-9254-49a7-8264-a61d8330dd41 HTTP/1.1" 200 1211 0.002449 10.0.0.22 - - [2026-01-26 02:18:11] "GET /virtual-network/d256d44f-7160-4147-bbbd-dbdf166608c0 HTTP/1.1" 200 2322 0.003799 10.0.0.22 - - [2026-01-26 02:18:12] "GET /routing-instance/5d29c7d3-fc05-48de-9320-9fe9c8a347e0 HTTP/1.1" 200 1493 0.004079 10.0.0.22 - - [2026-01-26 02:18:12] "GET /virtual-network/d256d44f-7160-4147-bbbd-dbdf166608c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004273 10.0.0.22 - - [2026-01-26 02:18:12] "GET /virtual-network/d256d44f-7160-4147-bbbd-dbdf166608c0 HTTP/1.1" 200 2322 0.004133 10.0.0.22 - - [2026-01-26 02:18:12] "GET /routing-instance/5d29c7d3-fc05-48de-9320-9fe9c8a347e0 HTTP/1.1" 200 1493 0.002889 10.0.0.22 - - [2026-01-26 02:18:12] "GET /routing-instance/5d29c7d3-fc05-48de-9320-9fe9c8a347e0 HTTP/1.1" 200 1493 0.003310 10.0.0.22 - - [2026-01-26 02:18:12] "GET /route-target/421b48d2-9254-49a7-8264-a61d8330dd41 HTTP/1.1" 200 1211 0.002238 10.0.0.22 - - [2026-01-26 02:18:12] "GET /domains HTTP/1.1" 200 280 0.002029 10.0.0.22 - - [2026-01-26 02:18:12] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.22 - - [2026-01-26 02:18:12] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2749 0.006494 10.0.0.22 - - [2026-01-26 02:18:12] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000800 10.0.0.22 - - [2026-01-26 02:18:12] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003 HTTP/1.1" 200 2297 0.060474 10.0.0.22 - - [2026-01-26 02:18:12] "GET /virtual-network/d256d44f-7160-4147-bbbd-dbdf166608c0 HTTP/1.1" 200 2322 0.004163 10.0.0.22 - - [2026-01-26 02:18:12] "GET /obj-perms HTTP/1.1" 200 5026 0.002649 10.0.0.22 - - [2026-01-26 02:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002475 10.0.0.22 - - [2026-01-26 02:18:12] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001224 10.0.0.22 - - [2026-01-26 02:18:12] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.020539 10.0.0.22 - - [2026-01-26 02:18:12] "POST /neutron/network HTTP/1.1" 200 117 0.009056 10.0.0.22 - - [2026-01-26 02:18:12] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000871 10.0.0.22 - - [2026-01-26 02:18:12] "POST /neutron/network HTTP/1.1" 200 615 0.055685 10.0.0.22 - - [2026-01-26 02:18:12] "POST /ref-update HTTP/1.1" 200 156 0.008428 10.0.0.22 - - [2026-01-26 02:18:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003884 10.0.0.22 - - [2026-01-26 02:18:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.191180 10.0.0.22 - - [2026-01-26 02:18:12] "POST /neutron/network HTTP/1.1" 200 833 0.004873 10.0.0.22 - - [2026-01-26 02:18:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001078 10.0.0.22 - - [2026-01-26 02:18:12] "GET /virtual-network/0b9fee26-ff57-4b64-ac70-219f2e72ba4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005302 10.0.0.22 - - [2026-01-26 02:18:12] "POST /neutron/network HTTP/1.1" 200 833 0.005091 10.0.0.22 - - [2026-01-26 02:18:12] "GET /virtual-network/0b9fee26-ff57-4b64-ac70-219f2e72ba4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006582 10.0.0.22 - - [2026-01-26 02:18:12] "POST /neutron/network HTTP/1.1" 200 833 0.004854 10.0.0.22 - - [2026-01-26 02:18:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.006473 10.0.0.22 - - [2026-01-26 02:18:12] "GET /domains HTTP/1.1" 200 280 0.002254 10.0.0.22 - - [2026-01-26 02:18:12] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000878 10.0.0.22 - - [2026-01-26 02:18:12] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2749 0.010892 10.0.0.22 - - [2026-01-26 02:18:12] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000943 10.0.0.22 - - [2026-01-26 02:18:12] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003 HTTP/1.1" 200 2516 0.071476 10.0.0.22 - - [2026-01-26 02:18:12] "GET /virtual-network/0b9fee26-ff57-4b64-ac70-219f2e72ba4d HTTP/1.1" 200 2319 0.006959 10.0.0.22 - - [2026-01-26 02:18:12] "GET /virtual-network/0b9fee26-ff57-4b64-ac70-219f2e72ba4d HTTP/1.1" 200 2319 0.004145 10.0.0.22 - - [2026-01-26 02:18:12] "GET /routing-instance/dfd6ae9b-1745-4d24-9135-8e969b5a009d HTTP/1.1" 200 1498 0.003295 10.0.0.22 - - [2026-01-26 02:18:12] "GET /routing-instance/dfd6ae9b-1745-4d24-9135-8e969b5a009d HTTP/1.1" 200 1498 0.002926 10.0.0.22 - - [2026-01-26 02:18:12] "GET /route-target/1f6d2bda-4b99-45a9-8463-6ff5e39e5652 HTTP/1.1" 200 1213 0.003589 10.0.0.22 - - [2026-01-26 02:18:12] "GET /virtual-network/0b9fee26-ff57-4b64-ac70-219f2e72ba4d HTTP/1.1" 200 2319 0.004223 10.0.0.22 - - [2026-01-26 02:18:12] "GET /routing-instance/dfd6ae9b-1745-4d24-9135-8e969b5a009d HTTP/1.1" 200 1498 0.003267 10.0.0.22 - - [2026-01-26 02:18:12] "GET /virtual-network/0b9fee26-ff57-4b64-ac70-219f2e72ba4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004277 10.0.0.22 - - [2026-01-26 02:18:12] "GET /virtual-network/0b9fee26-ff57-4b64-ac70-219f2e72ba4d HTTP/1.1" 200 2319 0.004452 10.0.0.22 - - [2026-01-26 02:18:12] "GET /routing-instance/dfd6ae9b-1745-4d24-9135-8e969b5a009d HTTP/1.1" 200 1498 0.003100 10.0.0.22 - - [2026-01-26 02:18:12] "GET /routing-instance/dfd6ae9b-1745-4d24-9135-8e969b5a009d HTTP/1.1" 200 1498 0.002939 10.0.0.22 - - [2026-01-26 02:18:12] "GET /route-target/1f6d2bda-4b99-45a9-8463-6ff5e39e5652 HTTP/1.1" 200 1213 0.002816 10.0.0.22 - - [2026-01-26 02:18:12] "GET /domains HTTP/1.1" 200 280 0.002401 10.0.0.22 - - [2026-01-26 02:18:12] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.22 - - [2026-01-26 02:18:12] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2749 0.006232 10.0.0.22 - - [2026-01-26 02:18:12] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000817 10.0.0.22 - - [2026-01-26 02:18:12] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003 HTTP/1.1" 200 2516 0.065475 10.0.0.22 - - [2026-01-26 02:18:12] "GET /virtual-network/0b9fee26-ff57-4b64-ac70-219f2e72ba4d HTTP/1.1" 200 2319 0.004223 10.0.0.22 - - [2026-01-26 02:18:12] "GET /obj-perms HTTP/1.1" 200 5026 0.002354 10.0.0.22 - - [2026-01-26 02:18:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001173 10.0.0.22 - - [2026-01-26 02:18:13] "POST /neutron/network HTTP/1.1" 200 843 0.005240 10.0.0.22 - - [2026-01-26 02:18:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000418 10.0.0.22 - - [2026-01-26 02:18:13] "GET / HTTP/1.1" 200 35931 0.001350 10.0.0.22 - - [2026-01-26 02:18:13] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000331 10.0.0.22 - - [2026-01-26 02:18:13] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000901 10.0.0.22 - - [2026-01-26 02:18:13] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.048274 10.0.0.22 - - [2026-01-26 02:18:14] "POST /neutron/network HTTP/1.1" 200 833 0.005291 10.0.0.22 - - [2026-01-26 02:18:14] "POST /neutron/port HTTP/1.1" 200 117 0.008778 10.0.0.22 - - [2026-01-26 02:18:14] "POST /neutron/port HTTP/1.1" 200 117 0.006457 10.0.0.22 - - [2026-01-26 02:18:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001333 10.0.0.22 - - [2026-01-26 02:18:14] "POST /neutron/port HTTP/1.1" 200 117 0.004580 10.0.0.22 - - [2026-01-26 02:18:14] "POST /neutron/network HTTP/1.1" 200 843 0.006328 10.0.0.22 - - [2026-01-26 02:18:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000531 10.0.0.22 - - [2026-01-26 02:18:14] "POST /neutron/network HTTP/1.1" 200 843 0.004612 10.0.0.22 - - [2026-01-26 02:18:14] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000954 10.0.0.22 - - [2026-01-26 02:18:14] "GET / HTTP/1.1" 200 35931 0.001609 10.0.0.22 - - [2026-01-26 02:18:14] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000372 10.0.0.22 - - [2026-01-26 02:18:14] "POST /neutron/port HTTP/1.1" 200 1059 0.191931 10.0.0.22 - - [2026-01-26 02:18:14] "POST /neutron/port HTTP/1.1" 200 1059 0.015723 10.0.0.22 - - [2026-01-26 02:18:14] "POST /neutron/port HTTP/1.1" 200 1059 0.010417 10.0.0.22 - - [2026-01-26 02:18:14] "POST /neutron/port HTTP/1.1" 200 1113 0.055056 10.0.0.22 - - [2026-01-26 02:18:14] "POST /neutron/port HTTP/1.1" 200 1123 0.011414 10.0.0.22 - - [2026-01-26 02:18:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002851 10.0.0.22 - - [2026-01-26 02:18:14] "POST /neutron/subnet HTTP/1.1" 200 704 0.005244 10.0.0.22 - - [2026-01-26 02:18:14] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.22 - - [2026-01-26 02:18:14] "POST /neutron/network HTTP/1.1" 200 833 0.004750 10.0.0.22 - - [2026-01-26 02:18:14] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001316 10.0.0.22 - - [2026-01-26 02:18:15] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047264 10.0.0.22 - - [2026-01-26 02:18:15] "POST /neutron/network HTTP/1.1" 200 833 0.006350 10.0.0.22 - - [2026-01-26 02:18:15] "POST /neutron/port HTTP/1.1" 200 1123 0.014852 10.0.0.22 - - [2026-01-26 02:18:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007148 10.0.0.22 - - [2026-01-26 02:18:15] "POST /neutron/port HTTP/1.1" 200 117 0.004511 10.0.0.22 - - [2026-01-26 02:18:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.003091 10.0.0.22 - - [2026-01-26 02:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.22 - - [2026-01-26 02:18:15] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000933 10.0.0.22 - - [2026-01-26 02:18:15] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.005900 10.0.0.22 - - [2026-01-26 02:18:15] "POST /service-templates HTTP/1.1" 200 543 0.024490 10.0.0.22 - - [2026-01-26 02:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002565 10.0.0.22 - - [2026-01-26 02:18:15] "GET /service-template/1fbf25e2-eae0-42ef-a655-6f4b552d7f4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004262 10.0.0.22 - - [2026-01-26 02:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002389 10.0.0.22 - - [2026-01-26 02:18:15] "GET /service-template/1fbf25e2-eae0-42ef-a655-6f4b552d7f4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003087 10.0.0.22 - - [2026-01-26 02:18:15] "POST /neutron/network HTTP/1.1" 200 843 0.006529 10.0.0.22 - - [2026-01-26 02:18:15] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001337 10.0.0.22 - - [2026-01-26 02:18:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001106 10.0.0.22 - - [2026-01-26 02:18:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001218 10.0.0.22 - - [2026-01-26 02:18:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.001503 10.0.0.22 - - [2026-01-26 02:18:15] "POST /neutron/port HTTP/1.1" 200 1057 0.229433 10.0.0.22 - - [2026-01-26 02:18:15] "POST /neutron/port HTTP/1.1" 200 1057 0.015985 10.0.0.22 - - [2026-01-26 02:18:15] "POST /neutron/port HTTP/1.1" 200 2038 0.028970 10.0.0.22 - - [2026-01-26 02:18:15] "POST /neutron/port HTTP/1.1" 200 1057 0.011136 10.0.0.22 - - [2026-01-26 02:18:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008198 10.0.0.22 - - [2026-01-26 02:18:16] "POST /neutron/port HTTP/1.1" 200 1111 0.089483 10.0.0.22 - - [2026-01-26 02:18:16] "POST /neutron/port HTTP/1.1" 200 1121 0.022832 10.0.0.22 - - [2026-01-26 02:18:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003121 10.0.0.22 - - [2026-01-26 02:18:16] "POST /neutron/subnet HTTP/1.1" 200 694 0.009804 10.0.0.22 - - [2026-01-26 02:18:16] "POST /neutron/port HTTP/1.1" 200 117 0.001169 10.0.0.22 - - [2026-01-26 02:18:16] "POST /neutron/network HTTP/1.1" 200 833 0.005470 10.0.0.22 - - [2026-01-26 02:18:16] "POST /neutron/network HTTP/1.1" 200 2224 0.012849 10.0.0.22 - - [2026-01-26 02:18:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000427 10.0.0.22 - - [2026-01-26 02:18:16] "GET / HTTP/1.1" 200 35931 0.001365 10.0.0.22 - - [2026-01-26 02:18:16] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000343 10.0.0.22 - - [2026-01-26 02:18:17] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001794 10.0.0.22 - - [2026-01-26 02:18:17] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.057722 10.0.0.22 - - [2026-01-26 02:18:17] "POST /neutron/network HTTP/1.1" 200 833 0.006528 10.0.0.22 - - [2026-01-26 02:18:17] "POST /neutron/network HTTP/1.1" 200 833 0.005064 10.0.0.22 - - [2026-01-26 02:18:17] "POST /neutron/network HTTP/1.1" 200 833 0.004790 10.0.0.22 - - [2026-01-26 02:18:17] "POST /neutron/port HTTP/1.1" 200 2092 0.018857 10.0.0.22 - - [2026-01-26 02:18:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009788 10.0.0.22 - - [2026-01-26 02:18:17] "POST /neutron/port HTTP/1.1" 200 117 0.009824 10.0.0.22 - - [2026-01-26 02:18:17] "POST /neutron/port HTTP/1.1" 200 117 0.005120 10.0.0.22 - - [2026-01-26 02:18:17] "POST /neutron/network HTTP/1.1" 200 2224 0.008139 10.0.0.22 - - [2026-01-26 02:18:17] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000943 10.0.0.22 - - [2026-01-26 02:18:18] "POST /neutron/port HTTP/1.1" 200 1059 0.224548 10.0.0.22 - - [2026-01-26 02:18:18] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000914 10.0.0.22 - - [2026-01-26 02:18:18] "POST /neutron/port HTTP/1.1" 200 1059 0.174888 10.0.0.22 - - [2026-01-26 02:18:18] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001675 10.0.0.22 - - [2026-01-26 02:18:18] "POST /neutron/port HTTP/1.1" 200 1057 0.170714 10.0.0.22 - - [2026-01-26 02:18:18] "POST /neutron/port HTTP/1.1" 200 1059 0.010332 10.0.0.22 - - [2026-01-26 02:18:18] "POST /neutron/port HTTP/1.1" 200 1059 0.013042 10.0.0.22 - - [2026-01-26 02:18:18] "POST /neutron/port HTTP/1.1" 200 1113 0.053458 10.0.0.22 - - [2026-01-26 02:18:18] "POST /neutron/port HTTP/1.1" 200 1059 0.009582 10.0.0.22 - - [2026-01-26 02:18:18] "POST /neutron/port HTTP/1.1" 200 1059 0.009133 10.0.0.22 - - [2026-01-26 02:18:18] "POST /neutron/port HTTP/1.1" 200 1113 0.063597 10.0.0.22 - - [2026-01-26 02:18:18] "POST /neutron/port HTTP/1.1" 200 1057 0.009212 10.0.0.22 - - [2026-01-26 02:18:18] "POST /neutron/port HTTP/1.1" 200 1057 0.009195 10.0.0.22 - - [2026-01-26 02:18:18] "POST /neutron/port HTTP/1.1" 200 1111 0.056031 10.0.0.22 - - [2026-01-26 02:18:18] "POST /neutron/port HTTP/1.1" 200 3062 0.018735 10.0.0.22 - - [2026-01-26 02:18:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002891 10.0.0.22 - - [2026-01-26 02:18:18] "POST /neutron/subnet HTTP/1.1" 200 703 0.006283 10.0.0.22 - - [2026-01-26 02:18:18] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.22 - - [2026-01-26 02:18:18] "POST /neutron/network HTTP/1.1" 200 833 0.004927 10.0.0.22 - - [2026-01-26 02:18:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005261 10.0.0.22 - - [2026-01-26 02:18:19] "POST /neutron/subnet HTTP/1.1" 200 704 0.006946 10.0.0.22 - - [2026-01-26 02:18:19] "POST /neutron/port HTTP/1.1" 200 117 0.001267 10.0.0.22 - - [2026-01-26 02:18:19] "POST /neutron/network HTTP/1.1" 200 833 0.004708 10.0.0.22 - - [2026-01-26 02:18:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002932 10.0.0.22 - - [2026-01-26 02:18:19] "POST /neutron/subnet HTTP/1.1" 200 694 0.005892 10.0.0.22 - - [2026-01-26 02:18:19] "POST /neutron/port HTTP/1.1" 200 117 0.001163 10.0.0.22 - - [2026-01-26 02:18:19] "POST /neutron/network HTTP/1.1" 200 833 0.005327 10.0.0.22 - - [2026-01-26 02:18:22] "POST /neutron/port HTTP/1.1" 200 3062 0.017531 10.0.0.22 - - [2026-01-26 02:18:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007057 10.0.0.22 - - [2026-01-26 02:18:22] "POST /neutron/port HTTP/1.1" 200 3062 0.022866 10.0.0.22 - - [2026-01-26 02:18:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006101 10.0.0.22 - - [2026-01-26 02:18:22] "POST /neutron/port HTTP/1.1" 200 3062 0.020990 10.0.0.22 - - [2026-01-26 02:18:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006574 10.0.0.22 - - [2026-01-26 02:18:22] "POST /neutron/port HTTP/1.1" 200 3062 0.018418 10.0.0.22 - - [2026-01-26 02:18:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007276 10.0.0.22 - - [2026-01-26 02:18:23] "POST /neutron/port HTTP/1.1" 200 3062 0.017147 10.0.0.22 - - [2026-01-26 02:18:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006046 10.0.0.22 - - [2026-01-26 02:18:23] "GET /virtual-machine/522f8742-1244-46c5-a091-a0c2eb77bf8f HTTP/1.1" 200 1802 0.008004 10.0.0.22 - - [2026-01-26 02:18:23] "GET /virtual-machine-interface/0cf9cc81-20ed-4533-94e6-7dcebb399fb0 HTTP/1.1" 200 2944 0.009181 10.0.0.22 - - [2026-01-26 02:18:23] "GET /virtual-machine-interface/47383b20-17aa-4ccf-9ec6-b89fbb8b6cc1 HTTP/1.1" 200 2945 0.008962 10.0.0.22 - - [2026-01-26 02:18:23] "GET /virtual-machine-interface/56a4fcf5-21fd-495e-91e6-448bc0a83e2d HTTP/1.1" 200 2948 0.013992 10.0.0.22 - - [2026-01-26 02:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.22 - - [2026-01-26 02:18:23] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003850 10.0.0.22 - - [2026-01-26 02:18:23] "GET /virtual-networks?parent_id=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004542 10.0.0.22 - - [2026-01-26 02:18:23] "GET /virtual-network/a876700d-1ad3-4cb2-84fa-5314d9a3a92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005126 10.0.0.22 - - [2026-01-26 02:18:24] "POST /neutron/port HTTP/1.1" 200 1123 0.012149 10.0.0.22 - - [2026-01-26 02:18:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005008 10.0.0.22 - - [2026-01-26 02:18:24] "POST /neutron/port HTTP/1.1" 200 1121 0.013416 10.0.0.22 - - [2026-01-26 02:18:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004733 10.0.0.22 - - [2026-01-26 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.22 - - [2026-01-26 02:18:26] "GET /virtual-network/a876700d-1ad3-4cb2-84fa-5314d9a3a92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005515 10.0.0.22 - - [2026-01-26 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.22 - - [2026-01-26 02:18:30] "GET /virtual-network/a876700d-1ad3-4cb2-84fa-5314d9a3a92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004940 10.0.0.22 - - [2026-01-26 02:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.22 - - [2026-01-26 02:18:34] "GET /virtual-network/a876700d-1ad3-4cb2-84fa-5314d9a3a92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004180 10.0.0.22 - - [2026-01-26 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.22 - - [2026-01-26 02:18:38] "GET /virtual-network/a876700d-1ad3-4cb2-84fa-5314d9a3a92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004580 10.0.0.22 - - [2026-01-26 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002524 10.0.0.22 - - [2026-01-26 02:18:40] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003135 10.0.0.22 - - [2026-01-26 02:18:40] "GET /virtual-networks?parent_id=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002870 10.0.0.22 - - [2026-01-26 02:18:40] "GET /virtual-network/a876700d-1ad3-4cb2-84fa-5314d9a3a92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004831 10.0.0.22 - - [2026-01-26 02:18:41] "POST /neutron/port HTTP/1.1" 200 3062 0.018614 10.0.0.22 - - [2026-01-26 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005652 10.0.0.22 - - [2026-01-26 02:18:46] "POST /neutron/port HTTP/1.1" 200 3062 0.016808 10.0.0.22 - - [2026-01-26 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005008 10.0.0.22 - - [2026-01-26 02:18:46] "DELETE /project/2932cfa86d824f3fb38f9d5e545dd003 HTTP/1.1" 404 173 0.005517 10.0.0.22 - - [2026-01-26 02:18:46] "GET /projects?obj_uuids=b534cd1e-9e7c-4ed5-91a8-c56b8f27a734&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000781 10.0.0.22 - - [2026-01-26 02:18:46] "GET /project/b534cd1e-9e7c-4ed5-91a8-c56b8f27a734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.029114 10.0.0.22 - - [2026-01-26 02:18:46] "GET /projects?obj_uuids=b534cd1e-9e7c-4ed5-91a8-c56b8f27a734&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000777 10.0.0.22 - - [2026-01-26 02:18:46] "GET /project/b534cd1e-9e7c-4ed5-91a8-c56b8f27a734?fields=security_groups HTTP/1.1" 200 1342 0.059630 10.0.0.22 - - [2026-01-26 02:18:46] "DELETE /security-group/46082bd7-4466-43fb-ad2b-be64be0f4511 HTTP/1.1" 200 115 0.032623 10.0.0.22 - - [2026-01-26 02:18:46] "GET /projects?obj_uuids=b534cd1e-9e7c-4ed5-91a8-c56b8f27a734&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000856 10.0.0.22 - - [2026-01-26 02:18:46] "DELETE /access-control-list/fc9a119c-1a1d-4fb7-9e76-4b25e42081a8 HTTP/1.1" 200 115 0.020276 10.0.0.22 - - [2026-01-26 02:18:46] "GET /project/b534cd1e-9e7c-4ed5-91a8-c56b8f27a734?fields=application_policy_sets HTTP/1.1" 200 1381 0.021563 10.0.0.22 - - [2026-01-26 02:18:46] "DELETE /access-control-list/d6a6d361-af26-45c6-958f-25129a938bac HTTP/1.1" 200 115 0.022076 10.0.0.22 - - [2026-01-26 02:18:46] "DELETE /project/b534cd1e-9e7c-4ed5-91a8-c56b8f27a734 HTTP/1.1" 200 115 0.288195 10.0.0.22 - - [2026-01-26 02:18:50] "POST /neutron/port HTTP/1.1" 200 3062 0.021183 10.0.0.22 - - [2026-01-26 02:18:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006176 10.0.0.22 - - [2026-01-26 02:18:51] "POST /neutron/port HTTP/1.1" 200 3062 0.018603 10.0.0.22 - - [2026-01-26 02:18:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005047 10.0.0.22 - - [2026-01-26 02:18:53] "GET /obj-perms HTTP/1.1" 200 5056 0.063268 10.0.0.22 - - [2026-01-26 02:18:53] "GET /obj-perms HTTP/1.1" 200 5056 0.057113 10.0.0.22 - - [2026-01-26 02:18:56] "POST /neutron/port HTTP/1.1" 200 3062 0.017954 10.0.0.22 - - [2026-01-26 02:18:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007118 10.0.0.22 - - [2026-01-26 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.22 - - [2026-01-26 02:19:01] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003356 10.0.0.22 - - [2026-01-26 02:19:01] "GET /virtual-networks?parent_id=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003213 10.0.0.22 - - [2026-01-26 02:19:01] "GET /virtual-network/d256d44f-7160-4147-bbbd-dbdf166608c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005855 10.0.0.22 - - [2026-01-26 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.22 - - [2026-01-26 02:19:02] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004167 10.0.0.22 - - [2026-01-26 02:19:02] "GET /virtual-networks?parent_id=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003464 10.0.0.22 - - [2026-01-26 02:19:02] "GET /virtual-network/0b9fee26-ff57-4b64-ac70-219f2e72ba4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006693 10.0.0.22 - - [2026-01-26 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.002600 10.0.0.22 - - [2026-01-26 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002451 10.0.0.22 - - [2026-01-26 02:19:02] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.032609 10.0.0.22 - - [2026-01-26 02:19:02] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.054975 10.0.0.22 - - [2026-01-26 02:19:02] "POST /service-instances HTTP/1.1" 200 543 0.061074 10.0.0.22 - - [2026-01-26 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002709 10.0.0.22 - - [2026-01-26 02:19:02] "GET /service-instance/6b89ab2a-b609-42fd-8618-8c2a7f660007?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2133 0.004902 10.0.0.22 - - [2026-01-26 02:19:02] "POST /port-tuples HTTP/1.1" 200 586 0.020760 10.0.0.22 - - [2026-01-26 02:19:02] "GET /virtual-machine-interface/47383b20-17aa-4ccf-9ec6-b89fbb8b6cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.006381 10.0.0.22 - - [2026-01-26 02:19:02] "PUT /virtual-machine-interface/47383b20-17aa-4ccf-9ec6-b89fbb8b6cc1 HTTP/1.1" 200 284 0.009890 10.0.0.22 - - [2026-01-26 02:19:02] "POST /ref-update HTTP/1.1" 200 156 0.008175 10.0.0.22 - - [2026-01-26 02:19:02] "POST /instance-ips HTTP/1.1" 200 385 0.020996 10.0.0.22 - - [2026-01-26 02:19:02] "POST /ref-update HTTP/1.1" 200 156 0.008318 10.0.0.22 - - [2026-01-26 02:19:02] "GET /virtual-machine-interface/0cf9cc81-20ed-4533-94e6-7dcebb399fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.005382 10.0.0.22 - - [2026-01-26 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.011189 10.0.0.22 - - [2026-01-26 02:19:03] "PUT /virtual-machine-interface/0cf9cc81-20ed-4533-94e6-7dcebb399fb0 HTTP/1.1" 200 284 0.017320 10.0.0.22 - - [2026-01-26 02:19:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003529 10.0.0.22 - - [2026-01-26 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.008069 10.0.0.22 - - [2026-01-26 02:19:03] "GET /virtual-machine-interface/56a4fcf5-21fd-495e-91e6-448bc0a83e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.004961 10.0.0.22 - - [2026-01-26 02:19:03] "POST /instance-ips HTTP/1.1" 200 385 0.026412 10.0.0.22 - - [2026-01-26 02:19:03] "PUT /virtual-machine-interface/56a4fcf5-21fd-495e-91e6-448bc0a83e2d HTTP/1.1" 200 284 0.009857 10.0.0.22 - - [2026-01-26 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.013781 10.0.0.22 - - [2026-01-26 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.009636 10.0.0.22 - - [2026-01-26 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.010777 10.0.0.22 - - [2026-01-26 02:19:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003326 10.0.0.22 - - [2026-01-26 02:19:03] "POST /neutron/port HTTP/1.1" 200 1123 0.011951 10.0.0.22 - - [2026-01-26 02:19:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005801 10.0.0.22 - - [2026-01-26 02:19:03] "POST /instance-ips HTTP/1.1" 200 373 0.018723 10.0.0.22 - - [2026-01-26 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.013308 10.0.0.22 - - [2026-01-26 02:19:03] "POST /neutron/port HTTP/1.1" 200 1123 0.025626 10.0.0.22 - - [2026-01-26 02:19:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007174 10.0.0.22 - - [2026-01-26 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.007657 10.0.0.22 - - [2026-01-26 02:19:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002578 10.0.0.22 - - [2026-01-26 02:19:03] "POST /neutron/port HTTP/1.1" 200 1123 0.011149 10.0.0.22 - - [2026-01-26 02:19:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006701 10.0.0.22 - - [2026-01-26 02:19:03] "GET /virtual-machine/67a388a2-8211-4650-a0d6-1585d95d0671 HTTP/1.1" 200 1290 0.008302 10.0.0.22 - - [2026-01-26 02:19:03] "GET /virtual-machine-interface/dfba46fa-20d6-42c9-af6d-46ee998337fc HTTP/1.1" 200 2946 0.007592 10.0.0.22 - - [2026-01-26 02:19:03] "POST /instance-ips HTTP/1.1" 200 373 0.030231 10.0.0.22 - - [2026-01-26 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002479 10.0.0.22 - - [2026-01-26 02:19:03] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003293 10.0.0.22 - - [2026-01-26 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.009837 10.0.0.22 - - [2026-01-26 02:19:03] "GET /virtual-networks?parent_id=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003605 10.0.0.22 - - [2026-01-26 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.007589 10.0.0.22 - - [2026-01-26 02:19:03] "GET /virtual-network/d256d44f-7160-4147-bbbd-dbdf166608c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006214 10.0.0.22 - - [2026-01-26 02:19:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002969 10.0.0.22 - - [2026-01-26 02:19:03] "POST /instance-ips HTTP/1.1" 200 375 0.016122 10.0.0.22 - - [2026-01-26 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.008760 10.0.0.22 - - [2026-01-26 02:19:04] "POST /ref-update HTTP/1.1" 200 156 0.008575 10.0.0.22 - - [2026-01-26 02:19:04] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003078 10.0.0.22 - - [2026-01-26 02:19:04] "POST /instance-ips HTTP/1.1" 200 375 0.021693 10.0.0.22 - - [2026-01-26 02:19:04] "POST /ref-update HTTP/1.1" 200 156 0.008452 10.0.0.22 - - [2026-01-26 02:19:04] "POST /ref-update HTTP/1.1" 200 156 0.008836 10.0.0.22 - - [2026-01-26 02:19:04] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002892 10.0.0.22 - - [2026-01-26 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.22 - - [2026-01-26 02:19:04] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003126 10.0.0.22 - - [2026-01-26 02:19:04] "GET /virtual-networks?parent_id=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002688 10.0.0.22 - - [2026-01-26 02:19:04] "GET /virtual-network/d256d44f-7160-4147-bbbd-dbdf166608c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004680 10.0.0.22 - - [2026-01-26 02:19:05] "POST /neutron/port HTTP/1.1" 200 1121 0.012186 10.0.0.22 - - [2026-01-26 02:19:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006285 10.0.0.22 - - [2026-01-26 02:19:05] "POST /neutron/port HTTP/1.1" 200 1121 0.011480 10.0.0.22 - - [2026-01-26 02:19:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005632 10.0.0.22 - - [2026-01-26 02:19:05] "POST /neutron/port HTTP/1.1" 200 1121 0.011907 10.0.0.22 - - [2026-01-26 02:19:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005615 10.0.0.22 - - [2026-01-26 02:19:05] "GET /virtual-machine/2583e12d-57a3-48a3-a527-fd8b372d5cc0 HTTP/1.1" 200 1290 0.004161 10.0.0.22 - - [2026-01-26 02:19:05] "GET /virtual-machine-interface/7cfd5f85-d0c2-4844-a4eb-5934101bfa1e HTTP/1.1" 200 2948 0.004511 10.0.0.22 - - [2026-01-26 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.22 - - [2026-01-26 02:19:05] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002754 10.0.0.22 - - [2026-01-26 02:19:05] "GET /virtual-networks?parent_id=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002749 10.0.0.22 - - [2026-01-26 02:19:05] "GET /virtual-network/0b9fee26-ff57-4b64-ac70-219f2e72ba4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005600 10.0.0.22 - - [2026-01-26 02:19:05] "POST /neutron/port HTTP/1.1" 200 1123 0.015409 10.0.0.22 - - [2026-01-26 02:19:05] "POST /neutron/port HTTP/1.1" 200 1123 0.011778 10.0.0.22 - - [2026-01-26 02:19:05] "POST /neutron/network HTTP/1.1" 200 843 0.005915 10.0.0.22 - - [2026-01-26 02:19:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003097 10.0.0.22 - - [2026-01-26 02:19:05] "POST /neutron/subnet HTTP/1.1" 200 704 0.007357 10.0.0.22 - - [2026-01-26 02:19:05] "POST /neutron/port HTTP/1.1" 200 117 0.001090 10.0.0.22 - - [2026-01-26 02:19:06] "POST /neutron/network HTTP/1.1" 200 833 0.005824 10.0.0.22 - - [2026-01-26 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.22 - - [2026-01-26 02:19:06] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002579 10.0.0.22 - - [2026-01-26 02:19:06] "GET /virtual-networks?parent_id=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002978 10.0.0.22 - - [2026-01-26 02:19:06] "GET /virtual-network/0b9fee26-ff57-4b64-ac70-219f2e72ba4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005479 10.0.0.22 - - [2026-01-26 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 211 0.002777 10.0.0.22 - - [2026-01-26 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.22 - - [2026-01-26 02:19:07] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001562 10.0.0.22 - - [2026-01-26 02:19:07] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.028510 10.0.0.22 - - [2026-01-26 02:19:07] "POST /network-policys HTTP/1.1" 200 547 0.015978 10.0.0.22 - - [2026-01-26 02:19:07] "GET /network-policy/fca9fe2c-42ba-4221-9086-dadc972f4382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004483 10.0.0.22 - - [2026-01-26 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.22 - - [2026-01-26 02:19:07] "GET /virtual-network/d256d44f-7160-4147-bbbd-dbdf166608c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005139 10.0.0.22 - - [2026-01-26 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.22 - - [2026-01-26 02:19:07] "GET /network-policy/fca9fe2c-42ba-4221-9086-dadc972f4382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003254 10.0.0.22 - - [2026-01-26 02:19:07] "POST /ref-update HTTP/1.1" 200 156 0.031159 10.0.0.22 - - [2026-01-26 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 242 0.034722 10.0.0.22 - - [2026-01-26 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002129 10.0.0.22 - - [2026-01-26 02:19:07] "POST /access-control-lists HTTP/1.1" 200 601 0.057388 10.0.0.22 - - [2026-01-26 02:19:07] "GET /network-policy/fca9fe2c-42ba-4221-9086-dadc972f4382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005315 10.0.0.22 - - [2026-01-26 02:19:07] "POST /neutron/network HTTP/1.1" 200 921 0.007924 10.0.0.22 - - [2026-01-26 02:19:07] "GET /virtual-network/d256d44f-7160-4147-bbbd-dbdf166608c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005114 10.0.0.22 - - [2026-01-26 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.22 - - [2026-01-26 02:19:07] "GET /network-policy/fca9fe2c-42ba-4221-9086-dadc972f4382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004702 10.0.0.22 - - [2026-01-26 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.22 - - [2026-01-26 02:19:07] "GET /virtual-network/0b9fee26-ff57-4b64-ac70-219f2e72ba4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005779 10.0.0.22 - - [2026-01-26 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002463 10.0.0.22 - - [2026-01-26 02:19:07] "GET /network-policy/fca9fe2c-42ba-4221-9086-dadc972f4382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003369 10.0.0.22 - - [2026-01-26 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 244 0.005152 10.0.0.22 - - [2026-01-26 02:19:07] "POST /ref-update HTTP/1.1" 200 156 0.034132 10.0.0.22 - - [2026-01-26 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002536 10.0.0.22 - - [2026-01-26 02:19:08] "POST /access-control-lists HTTP/1.1" 200 604 0.062637 10.0.0.22 - - [2026-01-26 02:19:08] "GET /network-policy/fca9fe2c-42ba-4221-9086-dadc972f4382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003877 10.0.0.22 - - [2026-01-26 02:19:08] "POST /routing-instances HTTP/1.1" 200 759 0.012936 10.0.0.22 - - [2026-01-26 02:19:08] "POST /neutron/network HTTP/1.1" 200 921 0.006371 10.0.0.22 - - [2026-01-26 02:19:08] "GET /virtual-network/0b9fee26-ff57-4b64-ac70-219f2e72ba4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005033 10.0.0.22 - - [2026-01-26 02:19:08] "POST /route-targets HTTP/1.1" 200 327 0.011734 10.0.0.22 - - [2026-01-26 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007255 10.0.0.22 - - [2026-01-26 02:19:08] "POST /ref-update HTTP/1.1" 200 156 0.011170 10.0.0.22 - - [2026-01-26 02:19:08] "GET /network-policy/fca9fe2c-42ba-4221-9086-dadc972f4382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003163 10.0.0.22 - - [2026-01-26 02:19:08] "GET /routing-instance/ddfdae58-a9da-4bf7-91dd-d5f426e8d18c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.003341 10.0.0.22 - - [2026-01-26 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.22 - - [2026-01-26 02:19:08] "GET /routing-instance/ddfdae58-a9da-4bf7-91dd-d5f426e8d18c?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.003320 10.0.0.22 - - [2026-01-26 02:19:08] "GET /service-template/1fbf25e2-eae0-42ef-a655-6f4b552d7f4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003891 10.0.0.22 - - [2026-01-26 02:19:08] "POST /ref-update HTTP/1.1" 200 156 0.011368 10.0.0.22 - - [2026-01-26 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.22 - - [2026-01-26 02:19:08] "POST /routing-instances HTTP/1.1" 200 760 0.017698 10.0.0.22 - - [2026-01-26 02:19:08] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001387 10.0.0.22 - - [2026-01-26 02:19:08] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.029928 10.0.0.22 - - [2026-01-26 02:19:08] "POST /route-targets HTTP/1.1" 200 327 0.011200 10.0.0.22 - - [2026-01-26 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.22 - - [2026-01-26 02:19:08] "POST /ref-update HTTP/1.1" 200 156 0.014407 10.0.0.22 - - [2026-01-26 02:19:08] "GET /service-instance/6b89ab2a-b609-42fd-8618-8c2a7f660007?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3527 0.005753 10.0.0.22 - - [2026-01-26 02:19:08] "GET /routing-instance/53164d08-f474-45de-b590-6447c4597afc?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.003537 10.0.0.22 - - [2026-01-26 02:19:08] "GET /domains HTTP/1.1" 200 280 0.002768 10.0.0.22 - - [2026-01-26 02:19:08] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000915 10.0.0.22 - - [2026-01-26 02:19:08] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2770 0.008000 10.0.0.22 - - [2026-01-26 02:19:08] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000823 10.0.0.22 - - [2026-01-26 02:19:08] "GET /routing-instance/53164d08-f474-45de-b590-6447c4597afc?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.004133 10.0.0.22 - - [2026-01-26 02:19:08] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003 HTTP/1.1" 200 4232 0.064212 10.0.0.22 - - [2026-01-26 02:19:08] "GET /service-instance/6b89ab2a-b609-42fd-8618-8c2a7f660007 HTTP/1.1" 200 3781 0.007182 10.0.0.22 - - [2026-01-26 02:19:08] "GET /domains HTTP/1.1" 200 280 0.004285 10.0.0.22 - - [2026-01-26 02:19:08] "PUT /routing-instance/ddfdae58-a9da-4bf7-91dd-d5f426e8d18c HTTP/1.1" 200 266 0.023881 10.0.0.22 - - [2026-01-26 02:19:08] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001260 10.0.0.22 - - [2026-01-26 02:19:08] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2770 0.024509 10.0.0.22 - - [2026-01-26 02:19:08] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001027 10.0.0.22 - - [2026-01-26 02:19:08] "PUT /routing-instance/53164d08-f474-45de-b590-6447c4597afc HTTP/1.1" 200 266 0.012286 10.0.0.22 - - [2026-01-26 02:19:08] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003 HTTP/1.1" 200 4232 0.069408 10.0.0.22 - - [2026-01-26 02:19:08] "GET /service-instance/6b89ab2a-b609-42fd-8618-8c2a7f660007 HTTP/1.1" 200 3781 0.003234 10.0.0.22 - - [2026-01-26 02:19:08] "GET /port-tuple/238b6ec6-0c4a-4f7a-b422-d26a30bcee3d HTTP/1.1" 200 1978 0.002399 10.0.0.22 - - [2026-01-26 02:19:08] "POST /ref-update HTTP/1.1" 200 156 0.015034 10.0.0.22 - - [2026-01-26 02:19:08] "GET /virtual-machine-interface/0cf9cc81-20ed-4533-94e6-7dcebb399fb0 HTTP/1.1" 200 3796 0.005142 10.0.0.22 - - [2026-01-26 02:19:08] "GET /virtual-machine-interface/47383b20-17aa-4ccf-9ec6-b89fbb8b6cc1 HTTP/1.1" 200 3815 0.005416 10.0.0.22 - - [2026-01-26 02:19:08] "GET /virtual-machine-interface/56a4fcf5-21fd-495e-91e6-448bc0a83e2d HTTP/1.1" 200 3803 0.005149 10.0.0.22 - - [2026-01-26 02:19:08] "PUT /access-control-list/19e571b9-c60a-436c-8c77-a0b86470f657 HTTP/1.1" 200 272 0.011722 10.0.0.22 - - [2026-01-26 02:19:08] "POST /neutron/port HTTP/1.1" 200 3833 0.043449 10.0.0.22 - - [2026-01-26 02:19:08] "PUT /access-control-list/20a4a0fc-e4f2-4df3-a122-d52711471aca HTTP/1.1" 200 272 0.014454 10.0.0.22 - - [2026-01-26 02:19:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006387 10.0.0.22 - - [2026-01-26 02:19:09] "POST /neutron/port HTTP/1.1" 200 3833 0.029483 10.0.0.22 - - [2026-01-26 02:19:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005944 10.0.0.22 - - [2026-01-26 02:19:09] "POST /neutron/port HTTP/1.1" 200 3833 0.030777 10.0.0.22 - - [2026-01-26 02:19:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006001 10.0.0.22 - - [2026-01-26 02:19:09] "POST /neutron/port HTTP/1.1" 200 3833 0.026517 10.0.0.22 - - [2026-01-26 02:19:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006279 10.0.0.22 - - [2026-01-26 02:19:09] "POST /neutron/network HTTP/1.1" 200 895 0.010966 10.0.0.22 - - [2026-01-26 02:19:09] "POST /neutron/network HTTP/1.1" 200 921 0.005053 10.0.0.22 - - [2026-01-26 02:19:09] "POST /neutron/network HTTP/1.1" 200 807 0.014233 10.0.0.22 - - [2026-01-26 02:19:09] "POST /neutron/network HTTP/1.1" 200 833 0.007222 10.0.0.22 - - [2026-01-26 02:19:09] "POST /neutron/network HTTP/1.1" 200 895 0.009902 10.0.0.22 - - [2026-01-26 02:19:09] "POST /neutron/network HTTP/1.1" 200 921 0.004863 10.0.0.22 - - [2026-01-26 02:19:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.003251 10.0.0.22 - - [2026-01-26 02:19:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.000939 10.0.0.22 - - [2026-01-26 02:19:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.001184 10.0.0.22 - - [2026-01-26 02:19:09] "GET /virtual-machine/522f8742-1244-46c5-a091-a0c2eb77bf8f HTTP/1.1" 200 1802 0.003282 10.0.0.22 - - [2026-01-26 02:19:09] "GET /virtual-machine-interface/0cf9cc81-20ed-4533-94e6-7dcebb399fb0 HTTP/1.1" 200 3796 0.004695 10.0.0.22 - - [2026-01-26 02:19:09] "GET /virtual-machine-interface/47383b20-17aa-4ccf-9ec6-b89fbb8b6cc1 HTTP/1.1" 200 3815 0.004328 10.0.0.22 - - [2026-01-26 02:19:09] "GET /virtual-machine-interface/56a4fcf5-21fd-495e-91e6-448bc0a83e2d HTTP/1.1" 200 3803 0.005085 10.0.0.22 - - [2026-01-26 02:19:09] "GET /instance-ip/0fb78221-a18a-480f-80f2-301e3959c8ea HTTP/1.1" 200 1953 0.003151 10.0.0.22 - - [2026-01-26 02:19:09] "GET /instance-ip/30f5b347-fc85-4d33-9797-161a5a55a42c HTTP/1.1" 200 1956 0.002949 10.0.0.22 - - [2026-01-26 02:19:09] "GET /instance-ip/7d86e5d6-cde9-40cc-9e0a-3f712b727dc5 HTTP/1.1" 200 1622 0.003905 10.0.0.22 - - [2026-01-26 02:19:09] "GET /instance-ip/34121357-495e-48e1-8494-04f0a4ad6b07 HTTP/1.1" 200 1621 0.004043 10.0.0.22 - - [2026-01-26 02:19:09] "GET /instance-ip/9b89e2dc-eba5-4f4d-9421-68962c1bd408 HTTP/1.1" 200 1979 0.003560 10.0.0.22 - - [2026-01-26 02:19:09] "GET /instance-ip/d16d0da2-84b0-4ce7-a8e3-12e186db02a0 HTTP/1.1" 200 1981 0.004281 10.0.0.22 - - [2026-01-26 02:19:09] "GET /instance-ip/367254ed-3862-465a-872a-9c8d8956144c HTTP/1.1" 200 1957 0.003536 10.0.0.22 - - [2026-01-26 02:19:09] "GET /instance-ip/97dc38f6-f4b4-49d8-8a41-f70150405ea3 HTTP/1.1" 200 1621 0.004235 10.0.0.22 - - [2026-01-26 02:19:09] "GET /instance-ip/c7e9ee0f-df27-48d9-9551-307ab6db5005 HTTP/1.1" 200 1961 0.002949 10.0.0.22 - - [2026-01-26 02:19:09] "POST /neutron/port HTTP/1.1" 200 3833 0.028303 10.0.0.22 - - [2026-01-26 02:19:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005772 10.0.0.22 - - [2026-01-26 02:19:09] "POST /neutron/port HTTP/1.1" 200 3833 0.028095 10.0.0.22 - - [2026-01-26 02:19:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005554 10.0.0.22 - - [2026-01-26 02:19:09] "POST /neutron/port HTTP/1.1" 200 3833 0.030132 10.0.0.22 - - [2026-01-26 02:19:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004961 10.0.0.22 - - [2026-01-26 02:19:09] "POST /neutron/port HTTP/1.1" 200 3833 0.035105 10.0.0.22 - - [2026-01-26 02:19:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005355 10.0.0.22 - - [2026-01-26 02:19:09] "GET /virtual-machine/522f8742-1244-46c5-a091-a0c2eb77bf8f HTTP/1.1" 200 1802 0.003376 10.0.0.22 - - [2026-01-26 02:19:09] "GET /virtual-machine-interface/0cf9cc81-20ed-4533-94e6-7dcebb399fb0 HTTP/1.1" 200 3796 0.004822 10.0.0.22 - - [2026-01-26 02:19:09] "GET /virtual-machine-interface/47383b20-17aa-4ccf-9ec6-b89fbb8b6cc1 HTTP/1.1" 200 3815 0.004966 10.0.0.22 - - [2026-01-26 02:19:09] "GET /virtual-machine-interface/56a4fcf5-21fd-495e-91e6-448bc0a83e2d HTTP/1.1" 200 3803 0.005136 10.0.0.22 - - [2026-01-26 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.22 - - [2026-01-26 02:19:10] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003307 10.0.0.22 - - [2026-01-26 02:19:10] "GET /virtual-networks?parent_id=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002828 10.0.0.22 - - [2026-01-26 02:19:10] "GET /virtual-network/d256d44f-7160-4147-bbbd-dbdf166608c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005130 10.0.0.22 - - [2026-01-26 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.22 - - [2026-01-26 02:19:11] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003070 10.0.0.22 - - [2026-01-26 02:19:11] "GET /virtual-networks?parent_id=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002624 10.0.0.22 - - [2026-01-26 02:19:11] "GET /virtual-network/d256d44f-7160-4147-bbbd-dbdf166608c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005202 10.0.0.22 - - [2026-01-26 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002400 10.0.0.22 - - [2026-01-26 02:19:11] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003116 10.0.0.22 - - [2026-01-26 02:19:11] "GET /virtual-networks?parent_id=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002515 10.0.0.22 - - [2026-01-26 02:19:11] "GET /virtual-network/d256d44f-7160-4147-bbbd-dbdf166608c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004780 10.0.0.22 - - [2026-01-26 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002586 10.0.0.22 - - [2026-01-26 02:19:11] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003163 10.0.0.22 - - [2026-01-26 02:19:11] "GET /virtual-networks?parent_id=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002597 10.0.0.22 - - [2026-01-26 02:19:11] "GET /virtual-network/d256d44f-7160-4147-bbbd-dbdf166608c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004572 10.0.0.22 - - [2026-01-26 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.22 - - [2026-01-26 02:19:11] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003535 10.0.0.22 - - [2026-01-26 02:19:11] "GET /virtual-networks?parent_id=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002865 10.0.0.22 - - [2026-01-26 02:19:11] "GET /virtual-network/d256d44f-7160-4147-bbbd-dbdf166608c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005623 10.0.0.22 - - [2026-01-26 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.22 - - [2026-01-26 02:19:12] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003875 10.0.0.22 - - [2026-01-26 02:19:12] "GET /virtual-networks?parent_id=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002774 10.0.0.22 - - [2026-01-26 02:19:12] "GET /virtual-network/a876700d-1ad3-4cb2-84fa-5314d9a3a92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004610 10.0.0.22 - - [2026-01-26 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.22 - - [2026-01-26 02:19:12] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003092 10.0.0.22 - - [2026-01-26 02:19:12] "GET /virtual-networks?parent_id=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002431 10.0.0.22 - - [2026-01-26 02:19:12] "GET /virtual-network/a876700d-1ad3-4cb2-84fa-5314d9a3a92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004570 10.0.0.22 - - [2026-01-26 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.22 - - [2026-01-26 02:19:12] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003390 10.0.0.22 - - [2026-01-26 02:19:12] "GET /virtual-networks?parent_id=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002850 10.0.0.22 - - [2026-01-26 02:19:12] "GET /virtual-network/a876700d-1ad3-4cb2-84fa-5314d9a3a92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004640 10.0.0.22 - - [2026-01-26 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.22 - - [2026-01-26 02:19:12] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003267 10.0.0.22 - - [2026-01-26 02:19:12] "GET /virtual-networks?parent_id=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002556 10.0.0.22 - - [2026-01-26 02:19:12] "GET /virtual-network/a876700d-1ad3-4cb2-84fa-5314d9a3a92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004774 10.0.0.22 - - [2026-01-26 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.22 - - [2026-01-26 02:19:12] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003332 10.0.0.22 - - [2026-01-26 02:19:12] "GET /virtual-networks?parent_id=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002605 10.0.0.22 - - [2026-01-26 02:19:13] "GET /virtual-network/0b9fee26-ff57-4b64-ac70-219f2e72ba4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.004879 10.0.0.22 - - [2026-01-26 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002574 10.0.0.22 - - [2026-01-26 02:19:13] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003659 10.0.0.22 - - [2026-01-26 02:19:13] "GET /virtual-networks?parent_id=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002717 10.0.0.22 - - [2026-01-26 02:19:13] "GET /virtual-network/0b9fee26-ff57-4b64-ac70-219f2e72ba4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005801 10.0.0.22 - - [2026-01-26 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.22 - - [2026-01-26 02:19:13] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003397 10.0.0.22 - - [2026-01-26 02:19:13] "GET /virtual-networks?parent_id=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002629 10.0.0.22 - - [2026-01-26 02:19:13] "GET /virtual-network/0b9fee26-ff57-4b64-ac70-219f2e72ba4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.004889 10.0.0.22 - - [2026-01-26 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.22 - - [2026-01-26 02:19:13] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003233 10.0.0.22 - - [2026-01-26 02:19:13] "GET /virtual-networks?parent_id=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002721 10.0.0.22 - - [2026-01-26 02:19:13] "GET /virtual-network/0b9fee26-ff57-4b64-ac70-219f2e72ba4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006984 10.0.0.22 - - [2026-01-26 02:19:13] "GET /virtual-machine/522f8742-1244-46c5-a091-a0c2eb77bf8f HTTP/1.1" 200 1802 0.003741 10.0.0.22 - - [2026-01-26 02:19:13] "GET /domains HTTP/1.1" 200 280 0.002995 10.0.0.22 - - [2026-01-26 02:19:13] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002023 10.0.0.22 - - [2026-01-26 02:19:13] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2770 0.009146 10.0.0.22 - - [2026-01-26 02:19:13] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001221 10.0.0.22 - - [2026-01-26 02:19:13] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003 HTTP/1.1" 200 4232 0.073204 10.0.0.22 - - [2026-01-26 02:19:13] "GET /service-instance/6b89ab2a-b609-42fd-8618-8c2a7f660007 HTTP/1.1" 200 3781 0.003360 10.0.0.22 - - [2026-01-26 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002364 10.0.0.22 - - [2026-01-26 02:19:13] "GET /routing-instance/5d29c7d3-fc05-48de-9320-9fe9c8a347e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003349 10.0.0.22 - - [2026-01-26 02:19:13] "GET /routing-instance/5d29c7d3-fc05-48de-9320-9fe9c8a347e0?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005831 10.0.0.22 - - [2026-01-26 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.22 - - [2026-01-26 02:19:14] "GET /routing-instance/dfd6ae9b-1745-4d24-9135-8e969b5a009d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.004913 10.0.0.22 - - [2026-01-26 02:19:14] "GET /routing-instance/dfd6ae9b-1745-4d24-9135-8e969b5a009d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.005890 10.0.0.22 - - [2026-01-26 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.22 - - [2026-01-26 02:19:14] "GET /virtual-network/d256d44f-7160-4147-bbbd-dbdf166608c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004552 10.0.0.22 - - [2026-01-26 02:19:14] "GET /virtual-network/d256d44f-7160-4147-bbbd-dbdf166608c0?fields=routing_instances HTTP/1.1" 200 1683 0.006710 10.0.0.22 - - [2026-01-26 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002434 10.0.0.22 - - [2026-01-26 02:19:14] "GET /virtual-network/0b9fee26-ff57-4b64-ac70-219f2e72ba4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.004382 10.0.0.22 - - [2026-01-26 02:19:14] "GET /virtual-network/0b9fee26-ff57-4b64-ac70-219f2e72ba4d?fields=routing_instances HTTP/1.1" 200 1686 0.007059 10.0.0.22 - - [2026-01-26 02:19:18] "POST /ref-update HTTP/1.1" 200 156 0.027045 10.0.0.22 - - [2026-01-26 02:19:18] "DELETE /access-control-list/20a4a0fc-e4f2-4df3-a122-d52711471aca HTTP/1.1" 200 115 0.021561 10.0.0.22 - - [2026-01-26 02:19:18] "POST /neutron/network HTTP/1.1" 200 833 0.013705 10.0.0.22 - - [2026-01-26 02:19:18] "GET /virtual-network/0b9fee26-ff57-4b64-ac70-219f2e72ba4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004114 10.0.0.22 - - [2026-01-26 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002122 10.0.0.22 - - [2026-01-26 02:19:18] "DELETE /routing-instance/ddfdae58-a9da-4bf7-91dd-d5f426e8d18c HTTP/1.1" 200 115 0.027174 10.0.0.22 - - [2026-01-26 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.22 - - [2026-01-26 02:19:18] "GET /network-policy/fca9fe2c-42ba-4221-9086-dadc972f4382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004268 10.0.0.22 - - [2026-01-26 02:19:18] "DELETE /route-target/745650cd-d181-4563-89db-934575ecf041 HTTP/1.1" 200 115 0.013173 10.0.0.22 - - [2026-01-26 02:19:18] "POST /ref-update HTTP/1.1" 200 156 0.025546 10.0.0.22 - - [2026-01-26 02:19:18] "DELETE /routing-instance/53164d08-f474-45de-b590-6447c4597afc HTTP/1.1" 200 115 0.037770 10.0.0.22 - - [2026-01-26 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.22 - - [2026-01-26 02:19:18] "POST /neutron/network HTTP/1.1" 200 833 0.005919 10.0.0.22 - - [2026-01-26 02:19:18] "GET /virtual-network/d256d44f-7160-4147-bbbd-dbdf166608c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004300 10.0.0.22 - - [2026-01-26 02:19:18] "DELETE /route-target/163e139d-176c-470d-b4cc-9f52d64f3b66 HTTP/1.1" 200 115 0.011321 10.0.0.22 - - [2026-01-26 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002401 10.0.0.22 - - [2026-01-26 02:19:18] "GET /network-policy/fca9fe2c-42ba-4221-9086-dadc972f4382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003361 10.0.0.22 - - [2026-01-26 02:19:18] "DELETE /network-policy/fca9fe2c-42ba-4221-9086-dadc972f4382 HTTP/1.1" 200 115 0.019632 10.0.0.22 - - [2026-01-26 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.22 - - [2026-01-26 02:19:18] "DELETE /service-instance/6b89ab2a-b609-42fd-8618-8c2a7f660007 HTTP/1.1" 200 115 0.039563 10.0.0.22 - - [2026-01-26 02:19:18] "GET /domains HTTP/1.1" 200 280 0.001898 10.0.0.22 - - [2026-01-26 02:19:18] "POST /ref-update HTTP/1.1" 200 156 0.011086 10.0.0.22 - - [2026-01-26 02:19:18] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000913 10.0.0.22 - - [2026-01-26 02:19:18] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2770 0.006319 10.0.0.22 - - [2026-01-26 02:19:18] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001133 10.0.0.22 - - [2026-01-26 02:19:18] "DELETE /instance-ip/367254ed-3862-465a-872a-9c8d8956144c HTTP/1.1" 200 115 0.023280 10.0.0.22 - - [2026-01-26 02:19:18] "POST /ref-update HTTP/1.1" 200 156 0.010959 10.0.0.22 - - [2026-01-26 02:19:19] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003 HTTP/1.1" 200 3758 0.079667 10.0.0.22 - - [2026-01-26 02:19:19] "GET /virtual-machine/522f8742-1244-46c5-a091-a0c2eb77bf8f HTTP/1.1" 200 1802 0.002912 10.0.0.22 - - [2026-01-26 02:19:19] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002071 10.0.0.22 - - [2026-01-26 02:19:19] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001874 10.0.0.22 - - [2026-01-26 02:19:19] "DELETE /instance-ip/9b89e2dc-eba5-4f4d-9421-68962c1bd408 HTTP/1.1" 200 115 0.035766 10.0.0.22 - - [2026-01-26 02:19:19] "POST /ref-update HTTP/1.1" 200 156 0.009099 10.0.0.22 - - [2026-01-26 02:19:19] "DELETE /instance-ip/d16d0da2-84b0-4ce7-a8e3-12e186db02a0 HTTP/1.1" 200 115 0.018350 10.0.0.22 - - [2026-01-26 02:19:19] "POST /ref-update HTTP/1.1" 200 156 0.009406 10.0.0.22 - - [2026-01-26 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.22 - - [2026-01-26 02:19:19] "DELETE /service-template/1fbf25e2-eae0-42ef-a655-6f4b552d7f4d HTTP/1.1" 200 115 0.031624 10.0.0.22 - - [2026-01-26 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.006577 10.0.0.22 - - [2026-01-26 02:19:19] "DELETE /instance-ip/0fb78221-a18a-480f-80f2-301e3959c8ea HTTP/1.1" 200 115 0.032179 10.0.0.22 - - [2026-01-26 02:19:19] "POST /ref-update HTTP/1.1" 200 156 0.010379 10.0.0.22 - - [2026-01-26 02:19:19] "DELETE /access-control-list/19e571b9-c60a-436c-8c77-a0b86470f657 HTTP/1.1" 200 115 0.024051 10.0.0.22 - - [2026-01-26 02:19:19] "DELETE /instance-ip/30f5b347-fc85-4d33-9797-161a5a55a42c HTTP/1.1" 200 115 0.022948 10.0.0.22 - - [2026-01-26 02:19:19] "POST /ref-update HTTP/1.1" 200 156 0.009609 10.0.0.22 - - [2026-01-26 02:19:19] "DELETE /instance-ip/c7e9ee0f-df27-48d9-9551-307ab6db5005 HTTP/1.1" 200 115 0.019128 10.0.0.22 - - [2026-01-26 02:19:19] "POST /neutron/network HTTP/1.1" 200 833 0.007039 10.0.0.22 - - [2026-01-26 02:19:19] "POST /neutron/network HTTP/1.1" 400 204 0.011945 10.0.0.22 - - [2026-01-26 02:19:19] "POST /neutron/port HTTP/1.1" 200 1121 0.010247 10.0.0.22 - - [2026-01-26 02:19:19] "POST /neutron/port HTTP/1.1" 200 1111 0.009455 10.0.0.22 - - [2026-01-26 02:19:19] "POST /neutron/port HTTP/1.1" 200 1123 0.013230 10.0.0.22 - - [2026-01-26 02:19:19] "POST /neutron/port HTTP/1.1" 200 1113 0.024749 10.0.0.22 - - [2026-01-26 02:19:20] "POST /neutron/port HTTP/1.1" 200 151 0.142327 10.0.0.22 - - [2026-01-26 02:19:20] "POST /neutron/port HTTP/1.1" 200 151 0.131126 10.0.0.22 - - [2026-01-26 02:19:20] "POST /neutron/port HTTP/1.1" 200 3062 0.029645 10.0.0.22 - - [2026-01-26 02:19:20] "POST /neutron/port HTTP/1.1" 200 1111 0.014816 10.0.0.22 - - [2026-01-26 02:19:20] "POST /neutron/port HTTP/1.1" 200 151 0.095016 10.0.0.22 - - [2026-01-26 02:19:20] "POST /neutron/port HTTP/1.1" 200 1113 0.009658 10.0.0.22 - - [2026-01-26 02:19:20] "POST /neutron/port HTTP/1.1" 200 151 0.087139 10.0.0.22 - - [2026-01-26 02:19:20] "POST /neutron/port HTTP/1.1" 200 1113 0.008843 10.0.0.22 - - [2026-01-26 02:19:20] "POST /neutron/port HTTP/1.1" 200 151 0.086961 10.0.0.22 - - [2026-01-26 02:19:21] "POST /neutron/network HTTP/1.1" 200 833 0.006447 10.0.0.22 - - [2026-01-26 02:19:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003926 10.0.0.22 - - [2026-01-26 02:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.22 - - [2026-01-26 02:19:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001851 10.0.0.22 - - [2026-01-26 02:19:21] "POST /neutron/network HTTP/1.1" 200 151 0.082832 10.0.0.22 - - [2026-01-26 02:19:21] "GET /routing-instance/dfd6ae9b-1745-4d24-9135-8e969b5a009d HTTP/1.1" 404 171 0.004635 10.0.0.22 - - [2026-01-26 02:19:21] "DELETE /route-target/1f6d2bda-4b99-45a9-8463-6ff5e39e5652 HTTP/1.1" 200 115 0.015369 10.0.0.22 - - [2026-01-26 02:19:21] "GET /domains HTTP/1.1" 200 280 0.002166 10.0.0.22 - - [2026-01-26 02:19:21] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000826 10.0.0.22 - - [2026-01-26 02:19:21] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2570 0.049397 10.0.0.22 - - [2026-01-26 02:19:21] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000901 10.0.0.22 - - [2026-01-26 02:19:21] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003 HTTP/1.1" 200 2297 0.064828 10.0.0.22 - - [2026-01-26 02:19:21] "POST /neutron/network HTTP/1.1" 200 833 0.005404 10.0.0.22 - - [2026-01-26 02:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.22 - - [2026-01-26 02:19:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001818 10.0.0.22 - - [2026-01-26 02:19:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002491 10.0.0.22 - - [2026-01-26 02:19:21] "POST /neutron/network HTTP/1.1" 200 151 0.082035 10.0.0.22 - - [2026-01-26 02:19:21] "DELETE /route-target/421b48d2-9254-49a7-8264-a61d8330dd41 HTTP/1.1" 200 115 0.017103 10.0.0.22 - - [2026-01-26 02:19:21] "GET /routing-instance/5d29c7d3-fc05-48de-9320-9fe9c8a347e0 HTTP/1.1" 404 171 0.003051 10.0.0.22 - - [2026-01-26 02:19:21] "GET /domains HTTP/1.1" 200 280 0.002221 10.0.0.22 - - [2026-01-26 02:19:21] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.22 - - [2026-01-26 02:19:21] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2570 0.051408 10.0.0.22 - - [2026-01-26 02:19:21] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000861 10.0.0.22 - - [2026-01-26 02:19:21] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003 HTTP/1.1" 200 2079 0.069253 10.0.0.22 - - [2026-01-26 02:19:21] "POST /neutron/network HTTP/1.1" 200 833 0.004711 10.0.0.22 - - [2026-01-26 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.22 - - [2026-01-26 02:19:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001740 10.0.0.22 - - [2026-01-26 02:19:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002647 10.0.0.22 - - [2026-01-26 02:19:22] "POST /neutron/network HTTP/1.1" 200 151 0.067105 10.0.0.22 - - [2026-01-26 02:19:22] "DELETE /route-target/a23de2b0-9481-4b5b-b9a9-854166f4202a HTTP/1.1" 200 115 0.014001 10.0.0.22 - - [2026-01-26 02:19:22] "GET /routing-instance/f2893869-c2fa-4600-a383-7bd2f9187cf8 HTTP/1.1" 404 171 0.001973 10.0.0.22 - - [2026-01-26 02:19:22] "GET /domains HTTP/1.1" 200 280 0.002208 10.0.0.22 - - [2026-01-26 02:19:22] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000793 10.0.0.22 - - [2026-01-26 02:19:22] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2570 0.048495 10.0.0.22 - - [2026-01-26 02:19:22] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000860 10.0.0.22 - - [2026-01-26 02:19:22] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003 HTTP/1.1" 200 1839 0.062813 10.0.0.22 - - [2026-01-26 02:19:22] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000933 10.0.0.22 - - [2026-01-26 02:19:22] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.049729 10.0.0.22 - - [2026-01-26 02:19:22] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001374 10.0.0.22 - - [2026-01-26 02:19:22] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003?fields=virtual_networks HTTP/1.1" 200 1027 0.067383 10.0.0.22 - - [2026-01-26 02:19:22] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000908 10.0.0.22 - - [2026-01-26 02:19:22] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.022065 10.0.0.22 - - [2026-01-26 02:19:22] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000950 10.0.0.22 - - [2026-01-26 02:19:22] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003?fields=security_groups HTTP/1.1" 200 1251 0.023970 10.0.0.22 - - [2026-01-26 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 189 0.028459 10.0.0.22 - - [2026-01-26 02:19:23] "GET /projects?obj_uuids=f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002071 10.0.0.22 - - [2026-01-26 02:19:23] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.22 - - [2026-01-26 02:19:23] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.035405 10.0.0.22 - - [2026-01-26 02:19:23] "POST /id-to-fqname HTTP/1.1" 200 191 0.001238 10.0.0.22 - - [2026-01-26 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 200 0.002560 10.0.0.22 - - [2026-01-26 02:19:23] "POST /security-groups HTTP/1.1" 200 592 0.060395 10.0.0.22 - - [2026-01-26 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 235 0.002120 10.0.0.22 - - [2026-01-26 02:19:23] "POST /projects HTTP/1.1" 200 587 0.198472 10.0.0.22 - - [2026-01-26 02:19:23] "POST /access-control-lists HTTP/1.1" 200 597 0.062704 10.0.0.22 - - [2026-01-26 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.272666 10.0.0.22 - - [2026-01-26 02:19:24] "POST /fqname-to-id HTTP/1.1" 404 234 0.002897 10.0.0.22 - - [2026-01-26 02:19:24] "GET /project/f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.432656 10.0.0.22 - - [2026-01-26 02:19:24] "POST /access-control-lists HTTP/1.1" 200 595 0.062804 10.0.0.22 - - [2026-01-26 02:19:25] "GET / HTTP/1.1" 200 35931 0.001856 10.0.0.22 - - [2026-01-26 02:19:26] "GET /project/f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000429 10.0.0.22 - - [2026-01-26 02:19:26] "GET /projects?obj_uuids=f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001133 10.0.0.22 - - [2026-01-26 02:19:26] "GET /project/f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.048351 10.0.0.22 - - [2026-01-26 02:19:26] "POST /fqname-to-id HTTP/1.1" 404 180 0.002087 10.0.0.22 - - [2026-01-26 02:19:26] "POST /virtual-DNSs HTTP/1.1" 200 507 0.016876 10.0.0.22 - - [2026-01-26 02:19:26] "GET /virtual-DNS/9a61dbb1-80bc-40c4-af15-b175ad50d7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.005227 10.0.0.22 - - [2026-01-26 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.22 - - [2026-01-26 02:19:26] "GET /virtual-DNS/9a61dbb1-80bc-40c4-af15-b175ad50d7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.003266 10.0.0.22 - - [2026-01-26 02:19:26] "GET /domains HTTP/1.1" 401 292 0.000392 10.0.0.22 - - [2026-01-26 02:19:27] "GET /domains HTTP/1.1" 200 280 0.025536 10.0.0.22 - - [2026-01-26 02:19:27] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000852 10.0.0.22 - - [2026-01-26 02:19:27] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2957 0.006424 10.0.0.22 - - [2026-01-26 02:19:27] "GET /virtual-DNS/9a61dbb1-80bc-40c4-af15-b175ad50d7d5 HTTP/1.1" 200 1438 0.003129 10.0.0.22 - - [2026-01-26 02:19:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.001955 10.0.0.22 - - [2026-01-26 02:19:27] "POST /network-ipams HTTP/1.1" 200 514 0.014562 10.0.0.22 - - [2026-01-26 02:19:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002546 10.0.0.22 - - [2026-01-26 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.22 - - [2026-01-26 02:19:27] "GET /network-ipam/4fcd4542-7e92-4de1-ae34-1caf043c7227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.004129 10.0.0.22 - - [2026-01-26 02:19:27] "PUT /network-ipam/4fcd4542-7e92-4de1-ae34-1caf043c7227 HTTP/1.1" 200 258 0.008545 10.0.0.22 - - [2026-01-26 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.007096 10.0.0.22 - - [2026-01-26 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002591 10.0.0.22 - - [2026-01-26 02:19:27] "GET /projects?obj_uuids=f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000876 10.0.0.22 - - [2026-01-26 02:19:27] "GET /project/f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.047595 10.0.0.22 - - [2026-01-26 02:19:27] "POST /neutron/network HTTP/1.1" 200 117 0.032987 10.0.0.22 - - [2026-01-26 02:19:27] "GET /projects?obj_uuids=f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000943 10.0.0.22 - - [2026-01-26 02:19:27] "POST /neutron/network HTTP/1.1" 200 618 0.052058 10.0.0.22 - - [2026-01-26 02:19:27] "POST /route-targets HTTP/1.1" 200 327 0.009371 10.0.0.22 - - [2026-01-26 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.010230 10.0.0.22 - - [2026-01-26 02:19:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003666 10.0.0.22 - - [2026-01-26 02:19:27] "POST /neutron/subnet HTTP/1.1" 200 711 0.126217 10.0.0.22 - - [2026-01-26 02:19:27] "POST /neutron/network HTTP/1.1" 200 833 0.005954 10.0.0.22 - - [2026-01-26 02:19:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001254 10.0.0.22 - - [2026-01-26 02:19:27] "GET /virtual-network/dce78f5c-59ef-40a6-b289-66c477762687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005088 10.0.0.22 - - [2026-01-26 02:19:27] "POST /neutron/network HTTP/1.1" 200 833 0.006129 10.0.0.22 - - [2026-01-26 02:19:27] "GET /virtual-network/dce78f5c-59ef-40a6-b289-66c477762687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004191 10.0.0.22 - - [2026-01-26 02:19:28] "POST /neutron/network HTTP/1.1" 200 833 0.008969 10.0.0.22 - - [2026-01-26 02:19:28] "POST /neutron/subnet HTTP/1.1" 200 711 0.006153 10.0.0.22 - - [2026-01-26 02:19:28] "POST /neutron/network HTTP/1.1" 200 807 0.010926 10.0.0.22 - - [2026-01-26 02:19:28] "POST /neutron/network HTTP/1.1" 200 833 0.004867 10.0.0.22 - - [2026-01-26 02:19:28] "POST /id-to-fqname HTTP/1.1" 200 227 0.001100 10.0.0.22 - - [2026-01-26 02:19:28] "POST /neutron/network HTTP/1.1" 200 843 0.004970 10.0.0.22 - - [2026-01-26 02:19:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000496 10.0.0.22 - - [2026-01-26 02:19:28] "GET / HTTP/1.1" 200 35931 0.001436 10.0.0.22 - - [2026-01-26 02:19:28] "GET /project/f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000345 10.0.0.22 - - [2026-01-26 02:19:29] "GET /projects?obj_uuids=f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000973 10.0.0.22 - - [2026-01-26 02:19:29] "GET /project/f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.048241 10.0.0.22 - - [2026-01-26 02:19:29] "POST /neutron/network HTTP/1.1" 200 833 0.029206 10.0.0.22 - - [2026-01-26 02:19:29] "POST /neutron/port HTTP/1.1" 200 117 0.004804 10.0.0.22 - - [2026-01-26 02:19:29] "POST /neutron/port HTTP/1.1" 200 117 0.003989 10.0.0.22 - - [2026-01-26 02:19:29] "POST /neutron/port HTTP/1.1" 200 117 0.004269 10.0.0.22 - - [2026-01-26 02:19:29] "POST /neutron/network HTTP/1.1" 200 843 0.004915 10.0.0.22 - - [2026-01-26 02:19:29] "GET /projects?obj_uuids=f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001452 10.0.0.22 - - [2026-01-26 02:19:29] "POST /neutron/port HTTP/1.1" 200 1058 0.200636 10.0.0.22 - - [2026-01-26 02:19:30] "POST /neutron/port HTTP/1.1" 200 1058 0.042248 10.0.0.22 - - [2026-01-26 02:19:30] "POST /neutron/port HTTP/1.1" 200 1058 0.008375 10.0.0.22 - - [2026-01-26 02:19:30] "POST /neutron/port HTTP/1.1" 200 1112 0.053713 10.0.0.22 - - [2026-01-26 02:19:30] "POST /neutron/port HTTP/1.1" 200 1122 0.011526 10.0.0.22 - - [2026-01-26 02:19:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003318 10.0.0.22 - - [2026-01-26 02:19:30] "POST /neutron/subnet HTTP/1.1" 200 685 0.006230 10.0.0.22 - - [2026-01-26 02:19:30] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.22 - - [2026-01-26 02:19:30] "POST /neutron/network HTTP/1.1" 200 833 0.005033 10.0.0.22 - - [2026-01-26 02:19:34] "POST /neutron/port HTTP/1.1" 200 1122 0.011346 10.0.0.22 - - [2026-01-26 02:19:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006567 10.0.0.22 - - [2026-01-26 02:19:34] "POST /neutron/port HTTP/1.1" 200 1122 0.011161 10.0.0.22 - - [2026-01-26 02:19:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006746 10.0.0.22 - - [2026-01-26 02:19:34] "POST /neutron/port HTTP/1.1" 200 1122 0.011701 10.0.0.22 - - [2026-01-26 02:19:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009992 10.0.0.22 - - [2026-01-26 02:19:34] "GET /virtual-machine/53cad2c3-8948-45a5-ac09-874edcf921e2 HTTP/1.1" 200 1293 0.003811 10.0.0.22 - - [2026-01-26 02:19:34] "GET /virtual-machine-interface/3ffa21a1-005e-4259-9d3b-740583f40b9e HTTP/1.1" 200 2963 0.006002 10.0.0.22 - - [2026-01-26 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.009749 10.0.0.22 - - [2026-01-26 02:19:34] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003801 10.0.0.22 - - [2026-01-26 02:19:34] "GET /virtual-networks?parent_id=f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002521 10.0.0.22 - - [2026-01-26 02:19:34] "GET /virtual-network/dce78f5c-59ef-40a6-b289-66c477762687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005376 10.0.0.22 - - [2026-01-26 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002486 10.0.0.22 - - [2026-01-26 02:19:37] "GET /virtual-network/dce78f5c-59ef-40a6-b289-66c477762687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004531 10.0.0.22 - - [2026-01-26 02:19:38] "POST /neutron/port HTTP/1.1" 200 1122 0.038515 10.0.0.22 - - [2026-01-26 02:19:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004876 10.0.0.22 - - [2026-01-26 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.22 - - [2026-01-26 02:19:39] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003291 10.0.0.22 - - [2026-01-26 02:19:39] "GET /virtual-networks?parent_id=f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002531 10.0.0.22 - - [2026-01-26 02:19:40] "GET /virtual-network/dce78f5c-59ef-40a6-b289-66c477762687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005247 10.0.0.22 - - [2026-01-26 02:19:40] "POST /neutron/port HTTP/1.1" 200 1122 0.011410 10.0.0.22 - - [2026-01-26 02:19:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005676 10.0.0.22 - - [2026-01-26 02:19:47] "DELETE /project/f3672dc84cac4a92a2bf6c88ac2a7beb HTTP/1.1" 404 173 0.004507 10.0.0.22 - - [2026-01-26 02:19:47] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001077 10.0.0.22 - - [2026-01-26 02:19:47] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.022048 10.0.0.22 - - [2026-01-26 02:19:47] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000944 10.0.0.22 - - [2026-01-26 02:19:47] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003?fields=security_groups HTTP/1.1" 200 1356 0.064492 10.0.0.22 - - [2026-01-26 02:19:47] "DELETE /security-group/17d4a4b5-9426-46ed-8945-eac7daa3611b HTTP/1.1" 200 115 0.040691 10.0.0.22 - - [2026-01-26 02:19:47] "GET /projects?obj_uuids=2932cfa8-6d82-4f3f-b38f-9d5e545dd003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001056 10.0.0.22 - - [2026-01-26 02:19:47] "DELETE /access-control-list/22f0f5a5-e7ac-40a5-acc5-8f754bea489a HTTP/1.1" 200 115 0.030575 10.0.0.22 - - [2026-01-26 02:19:47] "GET /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003?fields=application_policy_sets HTTP/1.1" 200 1395 0.030576 10.0.0.22 - - [2026-01-26 02:19:47] "DELETE /access-control-list/2bbc2b40-0512-418d-a238-257c21651ad8 HTTP/1.1" 200 115 0.026288 10.0.0.22 - - [2026-01-26 02:19:47] "DELETE /project/2932cfa8-6d82-4f3f-b38f-9d5e545dd003 HTTP/1.1" 200 115 0.315701 10.0.0.22 - - [2026-01-26 02:19:49] "POST /neutron/network HTTP/1.1" 200 807 0.012232 10.0.0.22 - - [2026-01-26 02:19:49] "POST /neutron/network HTTP/1.1" 200 833 0.004594 10.0.0.22 - - [2026-01-26 02:19:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001085 10.0.0.22 - - [2026-01-26 02:19:49] "POST /neutron/port HTTP/1.1" 200 1122 0.015374 10.0.0.22 - - [2026-01-26 02:19:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006490 10.0.0.22 - - [2026-01-26 02:19:49] "POST /neutron/network HTTP/1.1" 200 843 0.004673 10.0.0.22 - - [2026-01-26 02:19:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000388 10.0.0.22 - - [2026-01-26 02:19:50] "GET / HTTP/1.1" 200 35931 0.001574 10.0.0.22 - - [2026-01-26 02:19:50] "GET /project/f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000332 10.0.0.22 - - [2026-01-26 02:19:50] "GET /projects?obj_uuids=f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000964 10.0.0.22 - - [2026-01-26 02:19:50] "GET /project/f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.053746 10.0.0.22 - - [2026-01-26 02:19:50] "POST /neutron/network HTTP/1.1" 200 833 0.006144 10.0.0.22 - - [2026-01-26 02:19:50] "POST /neutron/port HTTP/1.1" 200 1122 0.028495 10.0.0.22 - - [2026-01-26 02:19:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006180 10.0.0.22 - - [2026-01-26 02:19:50] "POST /neutron/port HTTP/1.1" 200 117 0.016076 10.0.0.22 - - [2026-01-26 02:19:50] "POST /neutron/port HTTP/1.1" 200 117 0.004222 10.0.0.22 - - [2026-01-26 02:19:51] "POST /neutron/network HTTP/1.1" 200 843 0.006542 10.0.0.22 - - [2026-01-26 02:19:51] "GET /projects?obj_uuids=f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002211 10.0.0.22 - - [2026-01-26 02:19:51] "POST /neutron/port HTTP/1.1" 200 1058 0.229685 10.0.0.22 - - [2026-01-26 02:19:51] "POST /neutron/port HTTP/1.1" 200 1058 0.012235 10.0.0.22 - - [2026-01-26 02:19:51] "POST /neutron/port HTTP/1.1" 200 1058 0.018394 10.0.0.22 - - [2026-01-26 02:19:51] "POST /neutron/port HTTP/1.1" 200 1112 0.066871 10.0.0.22 - - [2026-01-26 02:19:51] "POST /neutron/port HTTP/1.1" 200 1122 0.012692 10.0.0.22 - - [2026-01-26 02:19:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004488 10.0.0.22 - - [2026-01-26 02:19:51] "POST /neutron/subnet HTTP/1.1" 200 685 0.006029 10.0.0.22 - - [2026-01-26 02:19:51] "POST /neutron/port HTTP/1.1" 200 117 0.001105 10.0.0.22 - - [2026-01-26 02:19:51] "POST /neutron/network HTTP/1.1" 200 833 0.005284 10.0.0.22 - - [2026-01-26 02:19:53] "GET /obj-perms HTTP/1.1" 200 5056 0.053823 10.0.0.22 - - [2026-01-26 02:19:54] "GET /obj-perms HTTP/1.1" 200 5056 0.053468 10.0.0.22 - - [2026-01-26 02:19:55] "POST /neutron/port HTTP/1.1" 200 1122 0.011575 10.0.0.22 - - [2026-01-26 02:19:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004965 10.0.0.22 - - [2026-01-26 02:19:55] "POST /neutron/port HTTP/1.1" 200 1122 0.013561 10.0.0.22 - - [2026-01-26 02:19:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006377 10.0.0.22 - - [2026-01-26 02:19:56] "POST /neutron/port HTTP/1.1" 200 1122 0.012657 10.0.0.22 - - [2026-01-26 02:19:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005928 10.0.0.22 - - [2026-01-26 02:19:56] "GET /virtual-machine/2e26c662-42b0-42b3-a045-f1f7a371af92 HTTP/1.1" 200 1293 0.003852 10.0.0.22 - - [2026-01-26 02:19:56] "GET /virtual-machine-interface/a0a24ef0-3dbb-4f33-b16f-d198bb6886b8 HTTP/1.1" 200 2964 0.003947 10.0.0.22 - - [2026-01-26 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.22 - - [2026-01-26 02:19:56] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004976 10.0.0.22 - - [2026-01-26 02:19:56] "GET /virtual-networks?parent_id=f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004042 10.0.0.22 - - [2026-01-26 02:19:56] "GET /virtual-network/dce78f5c-59ef-40a6-b289-66c477762687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005031 10.0.0.22 - - [2026-01-26 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.22 - - [2026-01-26 02:19:59] "GET /virtual-network/dce78f5c-59ef-40a6-b289-66c477762687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004379 10.0.0.22 - - [2026-01-26 02:20:00] "POST /neutron/port HTTP/1.1" 200 1122 0.011612 10.0.0.22 - - [2026-01-26 02:20:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004858 10.0.0.22 - - [2026-01-26 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.22 - - [2026-01-26 02:20:01] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003114 10.0.0.22 - - [2026-01-26 02:20:01] "GET /virtual-networks?parent_id=f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003207 10.0.0.22 - - [2026-01-26 02:20:01] "GET /virtual-network/dce78f5c-59ef-40a6-b289-66c477762687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005504 10.0.0.22 - - [2026-01-26 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.22 - - [2026-01-26 02:20:08] "DELETE /virtual-DNS/9a61dbb1-80bc-40c4-af15-b175ad50d7d5 HTTP/1.1" 409 235 0.005220 10.0.0.22 - - [2026-01-26 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 192 0.002431 10.0.0.22 - - [2026-01-26 02:20:08] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.018931 10.0.0.22 - - [2026-01-26 02:20:08] "GET /virtual-DNS-record/54045cf6-125f-412d-a3b0-a58f4db2ce48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.006367 10.0.0.22 - - [2026-01-26 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.22 - - [2026-01-26 02:20:08] "GET /virtual-DNS-record/54045cf6-125f-412d-a3b0-a58f4db2ce48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003039 10.0.0.22 - - [2026-01-26 02:20:08] "GET /domains HTTP/1.1" 200 280 0.002550 10.0.0.22 - - [2026-01-26 02:20:08] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.22 - - [2026-01-26 02:20:08] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2773 0.010023 10.0.0.22 - - [2026-01-26 02:20:08] "GET /virtual-DNS/9a61dbb1-80bc-40c4-af15-b175ad50d7d5 HTTP/1.1" 200 1907 0.006572 10.0.0.22 - - [2026-01-26 02:20:08] "GET /virtual-DNS-record/54045cf6-125f-412d-a3b0-a58f4db2ce48 HTTP/1.1" 200 1335 0.002476 10.0.0.22 - - [2026-01-26 02:20:14] "DELETE /virtual-DNS-record/54045cf6-125f-412d-a3b0-a58f4db2ce48 HTTP/1.1" 200 115 0.016063 10.0.0.22 - - [2026-01-26 02:20:14] "POST /fqname-to-id HTTP/1.1" 404 184 0.002341 10.0.0.22 - - [2026-01-26 02:20:14] "POST /neutron/network HTTP/1.1" 200 833 0.005141 10.0.0.22 - - [2026-01-26 02:20:14] "POST /neutron/network HTTP/1.1" 400 204 0.007989 10.0.0.22 - - [2026-01-26 02:20:14] "POST /neutron/port HTTP/1.1" 200 1122 0.015834 10.0.0.22 - - [2026-01-26 02:20:14] "POST /neutron/port HTTP/1.1" 200 1112 0.011197 10.0.0.22 - - [2026-01-26 02:20:14] "POST /neutron/port HTTP/1.1" 200 1122 0.017009 10.0.0.22 - - [2026-01-26 02:20:14] "POST /neutron/port HTTP/1.1" 200 1112 0.016885 10.0.0.22 - - [2026-01-26 02:20:14] "POST /neutron/port HTTP/1.1" 200 151 0.124266 10.0.0.22 - - [2026-01-26 02:20:15] "POST /neutron/port HTTP/1.1" 200 151 0.118333 10.0.0.22 - - [2026-01-26 02:20:16] "POST /neutron/network HTTP/1.1" 200 833 0.005314 10.0.0.22 - - [2026-01-26 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002541 10.0.0.22 - - [2026-01-26 02:20:16] "DELETE /route-target/125a3e94-3d11-4cf8-85a9-7b0d422f4820 HTTP/1.1" 200 115 0.030312 10.0.0.22 - - [2026-01-26 02:20:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002249 10.0.0.22 - - [2026-01-26 02:20:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001535 10.0.0.22 - - [2026-01-26 02:20:16] "POST /neutron/network HTTP/1.1" 200 151 0.215021 10.0.0.22 - - [2026-01-26 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002346 10.0.0.22 - - [2026-01-26 02:20:16] "DELETE /network-ipam/4fcd4542-7e92-4de1-ae34-1caf043c7227 HTTP/1.1" 200 115 0.027078 10.0.0.22 - - [2026-01-26 02:20:16] "DELETE /virtual-DNS/9a61dbb1-80bc-40c4-af15-b175ad50d7d5 HTTP/1.1" 200 115 0.022515 10.0.0.22 - - [2026-01-26 02:20:16] "POST /fqname-to-id HTTP/1.1" 404 180 0.002076 10.0.0.22 - - [2026-01-26 02:20:16] "GET /domains HTTP/1.1" 200 280 0.003452 10.0.0.22 - - [2026-01-26 02:20:16] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000977 10.0.0.22 - - [2026-01-26 02:20:16] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2573 0.007302 10.0.0.22 - - [2026-01-26 02:20:16] "GET /projects?obj_uuids=f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000913 10.0.0.22 - - [2026-01-26 02:20:17] "GET /project/f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.020586 10.0.0.22 - - [2026-01-26 02:20:17] "GET /projects?obj_uuids=f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000843 10.0.0.22 - - [2026-01-26 02:20:17] "GET /project/f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb?fields=virtual_networks HTTP/1.1" 200 1045 0.063370 10.0.0.22 - - [2026-01-26 02:20:17] "GET /projects?obj_uuids=f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001495 10.0.0.22 - - [2026-01-26 02:20:17] "GET /project/f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.024347 10.0.0.22 - - [2026-01-26 02:20:17] "GET /projects?obj_uuids=f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000926 10.0.0.22 - - [2026-01-26 02:20:17] "GET /project/f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb?fields=security_groups HTTP/1.1" 200 1272 0.023113 10.0.0.22 - - [2026-01-26 02:20:18] "POST /fqname-to-id HTTP/1.1" 404 189 0.025185 10.0.0.22 - - [2026-01-26 02:20:18] "GET /projects?obj_uuids=48abaf1a-fda6-4051-ab85-c86ffb362cc1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002348 10.0.0.22 - - [2026-01-26 02:20:18] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000919 10.0.0.22 - - [2026-01-26 02:20:18] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006113 10.0.0.22 - - [2026-01-26 02:20:18] "POST /id-to-fqname HTTP/1.1" 200 191 0.001091 10.0.0.22 - - [2026-01-26 02:20:18] "POST /fqname-to-id HTTP/1.1" 404 200 0.003022 10.0.0.22 - - [2026-01-26 02:20:18] "POST /security-groups HTTP/1.1" 200 592 0.061319 10.0.0.22 - - [2026-01-26 02:20:18] "POST /fqname-to-id HTTP/1.1" 404 235 0.002250 10.0.0.22 - - [2026-01-26 02:20:18] "POST /projects HTTP/1.1" 200 587 0.197790 10.0.0.22 - - [2026-01-26 02:20:18] "POST /access-control-lists HTTP/1.1" 200 597 0.053730 10.0.0.22 - - [2026-01-26 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.275032 10.0.0.22 - - [2026-01-26 02:20:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.002901 10.0.0.22 - - [2026-01-26 02:20:18] "GET /project/48abaf1a-fda6-4051-ab85-c86ffb362cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.399453 10.0.0.22 - - [2026-01-26 02:20:18] "POST /access-control-lists HTTP/1.1" 200 595 0.063967 10.0.0.22 - - [2026-01-26 02:20:19] "GET / HTTP/1.1" 200 35931 0.002629 10.0.0.22 - - [2026-01-26 02:20:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000600 10.0.0.22 - - [2026-01-26 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.056467 10.0.0.22 - - [2026-01-26 02:20:20] "GET /projects?obj_uuids=48abaf1a-fda6-4051-ab85-c86ffb362cc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000909 10.0.0.22 - - [2026-01-26 02:20:20] "GET /project/48abaf1a-fda6-4051-ab85-c86ffb362cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.025043 10.0.0.22 - - [2026-01-26 02:20:20] "POST /neutron/network HTTP/1.1" 200 117 0.032880 10.0.0.22 - - [2026-01-26 02:20:20] "GET /projects?obj_uuids=48abaf1a-fda6-4051-ab85-c86ffb362cc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001359 10.0.0.22 - - [2026-01-26 02:20:20] "POST /neutron/network HTTP/1.1" 200 606 0.065763 10.0.0.22 - - [2026-01-26 02:20:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003366 10.0.0.22 - - [2026-01-26 02:20:21] "POST /neutron/subnet HTTP/1.1" 200 715 0.180182 10.0.0.22 - - [2026-01-26 02:20:21] "POST /neutron/network HTTP/1.1" 200 823 0.004556 10.0.0.22 - - [2026-01-26 02:20:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.001345 10.0.0.22 - - [2026-01-26 02:20:21] "GET /virtual-network/083ce4dd-705c-4bed-91c7-9eebf243936b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004090 10.0.0.22 - - [2026-01-26 02:20:21] "POST /neutron/network HTTP/1.1" 200 823 0.005323 10.0.0.22 - - [2026-01-26 02:20:21] "GET /virtual-network/083ce4dd-705c-4bed-91c7-9eebf243936b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004738 10.0.0.22 - - [2026-01-26 02:20:21] "POST /neutron/network HTTP/1.1" 200 823 0.004736 10.0.0.22 - - [2026-01-26 02:20:21] "POST /neutron/subnet HTTP/1.1" 200 715 0.005876 10.0.0.22 - - [2026-01-26 02:20:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.001008 10.0.0.22 - - [2026-01-26 02:20:21] "POST /route-targets HTTP/1.1" 200 327 0.008790 10.0.0.22 - - [2026-01-26 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.010342 10.0.0.22 - - [2026-01-26 02:20:21] "POST /neutron/network HTTP/1.1" 200 833 0.004563 10.0.0.22 - - [2026-01-26 02:20:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000411 10.0.0.22 - - [2026-01-26 02:20:21] "GET / HTTP/1.1" 200 35931 0.001548 10.0.0.22 - - [2026-01-26 02:20:21] "GET /project/48abaf1a-fda6-4051-ab85-c86ffb362cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000364 10.0.0.22 - - [2026-01-26 02:20:22] "GET /projects?obj_uuids=48abaf1a-fda6-4051-ab85-c86ffb362cc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.22 - - [2026-01-26 02:20:22] "GET /project/48abaf1a-fda6-4051-ab85-c86ffb362cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.052980 10.0.0.22 - - [2026-01-26 02:20:22] "POST /neutron/network HTTP/1.1" 200 823 0.004900 10.0.0.22 - - [2026-01-26 02:20:22] "POST /neutron/port HTTP/1.1" 200 117 0.004231 10.0.0.22 - - [2026-01-26 02:20:22] "POST /neutron/port HTTP/1.1" 200 117 0.004952 10.0.0.22 - - [2026-01-26 02:20:22] "POST /id-to-fqname HTTP/1.1" 200 221 0.001657 10.0.0.22 - - [2026-01-26 02:20:22] "POST /neutron/port HTTP/1.1" 200 117 0.005488 10.0.0.22 - - [2026-01-26 02:20:22] "POST /neutron/network HTTP/1.1" 200 833 0.006365 10.0.0.22 - - [2026-01-26 02:20:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000564 10.0.0.22 - - [2026-01-26 02:20:22] "POST /neutron/network HTTP/1.1" 200 833 0.006700 10.0.0.22 - - [2026-01-26 02:20:22] "GET /projects?obj_uuids=48abaf1a-fda6-4051-ab85-c86ffb362cc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001193 10.0.0.22 - - [2026-01-26 02:20:22] "GET / HTTP/1.1" 200 35931 0.003593 10.0.0.22 - - [2026-01-26 02:20:22] "GET /project/48abaf1a-fda6-4051-ab85-c86ffb362cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000441 10.0.0.22 - - [2026-01-26 02:20:22] "POST /neutron/port HTTP/1.1" 200 1059 0.201213 10.0.0.22 - - [2026-01-26 02:20:22] "POST /neutron/port HTTP/1.1" 200 1059 0.009403 10.0.0.22 - - [2026-01-26 02:20:23] "POST /neutron/port HTTP/1.1" 200 1059 0.013102 10.0.0.22 - - [2026-01-26 02:20:23] "POST /neutron/port HTTP/1.1" 200 1113 0.069628 10.0.0.22 - - [2026-01-26 02:20:23] "POST /neutron/port HTTP/1.1" 200 1123 0.012975 10.0.0.22 - - [2026-01-26 02:20:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003144 10.0.0.22 - - [2026-01-26 02:20:23] "POST /neutron/subnet HTTP/1.1" 200 689 0.009303 10.0.0.22 - - [2026-01-26 02:20:23] "POST /neutron/port HTTP/1.1" 200 117 0.001029 10.0.0.22 - - [2026-01-26 02:20:23] "POST /neutron/network HTTP/1.1" 200 823 0.004795 10.0.0.22 - - [2026-01-26 02:20:23] "GET /projects?obj_uuids=48abaf1a-fda6-4051-ab85-c86ffb362cc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001596 10.0.0.22 - - [2026-01-26 02:20:23] "GET /project/48abaf1a-fda6-4051-ab85-c86ffb362cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.072911 10.0.0.22 - - [2026-01-26 02:20:23] "POST /neutron/network HTTP/1.1" 200 823 0.006437 10.0.0.22 - - [2026-01-26 02:20:23] "POST /neutron/port HTTP/1.1" 200 1123 0.015919 10.0.0.22 - - [2026-01-26 02:20:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006540 10.0.0.22 - - [2026-01-26 02:20:23] "POST /neutron/port HTTP/1.1" 200 117 0.005035 10.0.0.22 - - [2026-01-26 02:20:23] "POST /neutron/port HTTP/1.1" 200 1123 0.014220 10.0.0.22 - - [2026-01-26 02:20:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006073 10.0.0.22 - - [2026-01-26 02:20:23] "POST /neutron/network HTTP/1.1" 200 833 0.006275 10.0.0.22 - - [2026-01-26 02:20:23] "GET /projects?obj_uuids=48abaf1a-fda6-4051-ab85-c86ffb362cc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001120 10.0.0.22 - - [2026-01-26 02:20:24] "POST /neutron/port HTTP/1.1" 200 1059 0.251774 10.0.0.22 - - [2026-01-26 02:20:24] "POST /neutron/port HTTP/1.1" 200 1059 0.012176 10.0.0.22 - - [2026-01-26 02:20:24] "POST /neutron/port HTTP/1.1" 200 1059 0.009006 10.0.0.22 - - [2026-01-26 02:20:24] "POST /neutron/port HTTP/1.1" 200 1113 0.071307 10.0.0.22 - - [2026-01-26 02:20:24] "POST /neutron/port HTTP/1.1" 200 1123 0.011532 10.0.0.22 - - [2026-01-26 02:20:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003776 10.0.0.22 - - [2026-01-26 02:20:24] "POST /neutron/subnet HTTP/1.1" 200 689 0.006608 10.0.0.22 - - [2026-01-26 02:20:24] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.22 - - [2026-01-26 02:20:24] "POST /neutron/network HTTP/1.1" 200 823 0.004573 10.0.0.22 - - [2026-01-26 02:20:28] "POST /neutron/port HTTP/1.1" 200 1123 0.010776 10.0.0.22 - - [2026-01-26 02:20:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006118 10.0.0.22 - - [2026-01-26 02:20:28] "POST /neutron/port HTTP/1.1" 200 1123 0.013142 10.0.0.22 - - [2026-01-26 02:20:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007205 10.0.0.22 - - [2026-01-26 02:20:28] "POST /neutron/port HTTP/1.1" 200 1123 0.012013 10.0.0.22 - - [2026-01-26 02:20:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005468 10.0.0.22 - - [2026-01-26 02:20:28] "GET /virtual-machine/c964ee38-b798-4b31-9b42-b1ee66c74228 HTTP/1.1" 401 292 0.000387 10.0.0.22 - - [2026-01-26 02:20:29] "GET /virtual-machine/c964ee38-b798-4b31-9b42-b1ee66c74228 HTTP/1.1" 200 1294 0.031361 10.0.0.22 - - [2026-01-26 02:20:29] "GET /virtual-machine-interface/d9c506e6-028c-4723-a1cb-226f863cd2c2 HTTP/1.1" 200 2946 0.004687 10.0.0.22 - - [2026-01-26 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.22 - - [2026-01-26 02:20:29] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003527 10.0.0.22 - - [2026-01-26 02:20:29] "GET /virtual-networks?parent_id=48abaf1a-fda6-4051-ab85-c86ffb362cc1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004275 10.0.0.22 - - [2026-01-26 02:20:29] "GET /virtual-network/083ce4dd-705c-4bed-91c7-9eebf243936b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006725 10.0.0.22 - - [2026-01-26 02:20:32] "POST /neutron/port HTTP/1.1" 200 1123 0.014010 10.0.0.22 - - [2026-01-26 02:20:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005594 10.0.0.22 - - [2026-01-26 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002548 10.0.0.22 - - [2026-01-26 02:20:32] "GET /virtual-network/083ce4dd-705c-4bed-91c7-9eebf243936b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005686 10.0.0.22 - - [2026-01-26 02:20:33] "POST /neutron/port HTTP/1.1" 200 1123 0.012349 10.0.0.22 - - [2026-01-26 02:20:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005799 10.0.0.22 - - [2026-01-26 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.22 - - [2026-01-26 02:20:34] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003009 10.0.0.22 - - [2026-01-26 02:20:34] "GET /virtual-networks?parent_id=48abaf1a-fda6-4051-ab85-c86ffb362cc1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003181 10.0.0.22 - - [2026-01-26 02:20:34] "GET /virtual-network/083ce4dd-705c-4bed-91c7-9eebf243936b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005966 10.0.0.22 - - [2026-01-26 02:20:34] "POST /neutron/port HTTP/1.1" 200 1123 0.015020 10.0.0.22 - - [2026-01-26 02:20:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006827 10.0.0.22 - - [2026-01-26 02:20:40] "POST /neutron/port HTTP/1.1" 200 1123 0.012537 10.0.0.22 - - [2026-01-26 02:20:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006586 10.0.0.22 - - [2026-01-26 02:20:40] "POST /neutron/port HTTP/1.1" 200 1123 0.010904 10.0.0.22 - - [2026-01-26 02:20:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005673 10.0.0.22 - - [2026-01-26 02:20:40] "POST /neutron/port HTTP/1.1" 200 1123 0.069354 10.0.0.22 - - [2026-01-26 02:20:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005110 10.0.0.22 - - [2026-01-26 02:20:40] "GET /virtual-machine/8137aaaa-3fc5-46a6-8f3e-4b29b4a72c05 HTTP/1.1" 200 1293 0.003891 10.0.0.22 - - [2026-01-26 02:20:40] "GET /virtual-machine-interface/b6b34d34-54a7-4d41-9c5f-4016ded991b3 HTTP/1.1" 200 2946 0.003934 10.0.0.22 - - [2026-01-26 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.22 - - [2026-01-26 02:20:40] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003371 10.0.0.22 - - [2026-01-26 02:20:40] "GET /virtual-networks?parent_id=48abaf1a-fda6-4051-ab85-c86ffb362cc1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003034 10.0.0.22 - - [2026-01-26 02:20:40] "GET /virtual-network/083ce4dd-705c-4bed-91c7-9eebf243936b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004750 10.0.0.22 - - [2026-01-26 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.22 - - [2026-01-26 02:20:41] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003239 10.0.0.22 - - [2026-01-26 02:20:41] "GET /virtual-networks?parent_id=48abaf1a-fda6-4051-ab85-c86ffb362cc1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003454 10.0.0.22 - - [2026-01-26 02:20:41] "GET /virtual-network/083ce4dd-705c-4bed-91c7-9eebf243936b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005670 10.0.0.22 - - [2026-01-26 02:20:46] "POST /neutron/network HTTP/1.1" 200 823 0.006830 10.0.0.22 - - [2026-01-26 02:20:46] "POST /neutron/network HTTP/1.1" 400 204 0.015706 10.0.0.22 - - [2026-01-26 02:20:46] "POST /neutron/port HTTP/1.1" 200 1123 0.011216 10.0.0.22 - - [2026-01-26 02:20:46] "POST /neutron/port HTTP/1.1" 200 1113 0.009386 10.0.0.22 - - [2026-01-26 02:20:46] "POST /neutron/port HTTP/1.1" 200 151 0.090078 10.0.0.22 - - [2026-01-26 02:20:46] "POST /neutron/port HTTP/1.1" 200 1123 0.010432 10.0.0.22 - - [2026-01-26 02:20:46] "POST /neutron/port HTTP/1.1" 200 1113 0.008288 10.0.0.22 - - [2026-01-26 02:20:46] "POST /neutron/port HTTP/1.1" 200 151 0.083922 10.0.0.22 - - [2026-01-26 02:20:47] "DELETE /project/48abaf1afda64051ab85c86ffb362cc1 HTTP/1.1" 404 173 0.002174 10.0.0.22 - - [2026-01-26 02:20:47] "GET /projects?obj_uuids=f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000913 10.0.0.22 - - [2026-01-26 02:20:47] "GET /project/f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.020410 10.0.0.22 - - [2026-01-26 02:20:47] "GET /projects?obj_uuids=f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001008 10.0.0.22 - - [2026-01-26 02:20:47] "GET /project/f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb?fields=security_groups HTTP/1.1" 200 1377 0.064255 10.0.0.22 - - [2026-01-26 02:20:47] "DELETE /security-group/3618758f-66a3-46a7-947b-e2a1c971bed1 HTTP/1.1" 200 115 0.032033 10.0.0.22 - - [2026-01-26 02:20:47] "GET /projects?obj_uuids=f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000963 10.0.0.22 - - [2026-01-26 02:20:47] "DELETE /access-control-list/de02d47b-0e48-4acf-9446-f3137ac59f9b HTTP/1.1" 200 115 0.030348 10.0.0.22 - - [2026-01-26 02:20:47] "GET /project/f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb?fields=application_policy_sets HTTP/1.1" 200 1416 0.031084 10.0.0.22 - - [2026-01-26 02:20:47] "DELETE /access-control-list/55c56a5f-6885-4c7d-9298-fba44434c483 HTTP/1.1" 200 115 0.024112 10.0.0.22 - - [2026-01-26 02:20:47] "DELETE /project/f3672dc8-4cac-4a92-a2bf-6c88ac2a7beb HTTP/1.1" 200 115 0.305207 10.0.0.22 - - [2026-01-26 02:20:48] "POST /neutron/network HTTP/1.1" 200 823 0.006222 10.0.0.22 - - [2026-01-26 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.22 - - [2026-01-26 02:20:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003941 10.0.0.22 - - [2026-01-26 02:20:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001935 10.0.0.22 - - [2026-01-26 02:20:48] "POST /neutron/network HTTP/1.1" 200 151 0.082037 10.0.0.22 - - [2026-01-26 02:20:48] "DELETE /route-target/f69e4eab-b2c7-4410-be28-e90bb4cd9393 HTTP/1.1" 200 115 0.023023 10.0.0.22 - - [2026-01-26 02:20:48] "GET /projects?obj_uuids=48abaf1a-fda6-4051-ab85-c86ffb362cc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000959 10.0.0.22 - - [2026-01-26 02:20:48] "GET /project/48abaf1a-fda6-4051-ab85-c86ffb362cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.023909 10.0.0.22 - - [2026-01-26 02:20:48] "GET /projects?obj_uuids=48abaf1a-fda6-4051-ab85-c86ffb362cc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001237 10.0.0.22 - - [2026-01-26 02:20:48] "GET /project/48abaf1a-fda6-4051-ab85-c86ffb362cc1?fields=virtual_networks HTTP/1.1" 200 1044 0.064180 10.0.0.22 - - [2026-01-26 02:20:48] "GET /projects?obj_uuids=48abaf1a-fda6-4051-ab85-c86ffb362cc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000871 10.0.0.22 - - [2026-01-26 02:20:48] "GET /project/48abaf1a-fda6-4051-ab85-c86ffb362cc1?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.020114 10.0.0.22 - - [2026-01-26 02:20:48] "GET /projects?obj_uuids=48abaf1a-fda6-4051-ab85-c86ffb362cc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000946 10.0.0.22 - - [2026-01-26 02:20:48] "GET /project/48abaf1a-fda6-4051-ab85-c86ffb362cc1?fields=security_groups HTTP/1.1" 200 1271 0.027649 10.0.0.22 - - [2026-01-26 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 188 0.026026 10.0.0.22 - - [2026-01-26 02:20:49] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002466 10.0.0.22 - - [2026-01-26 02:20:49] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.22 - - [2026-01-26 02:20:49] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006720 10.0.0.22 - - [2026-01-26 02:20:49] "POST /id-to-fqname HTTP/1.1" 200 190 0.001761 10.0.0.22 - - [2026-01-26 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.004252 10.0.0.22 - - [2026-01-26 02:20:49] "POST /security-groups HTTP/1.1" 200 591 0.064677 10.0.0.22 - - [2026-01-26 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 234 0.002274 10.0.0.22 - - [2026-01-26 02:20:49] "POST /projects HTTP/1.1" 200 585 0.221348 10.0.0.22 - - [2026-01-26 02:20:50] "POST /access-control-lists HTTP/1.1" 200 596 0.062272 10.0.0.22 - - [2026-01-26 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.293051 10.0.0.22 - - [2026-01-26 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 233 0.003299 10.0.0.22 - - [2026-01-26 02:20:50] "GET /project/0dfe1a27-b827-461a-9140-9be77523586a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.427567 10.0.0.22 - - [2026-01-26 02:20:50] "POST /access-control-lists HTTP/1.1" 200 594 0.065231 10.0.0.22 - - [2026-01-26 02:20:51] "GET / HTTP/1.1" 200 35931 0.002358 10.0.0.22 - - [2026-01-26 02:20:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000441 10.0.0.22 - - [2026-01-26 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.064277 10.0.0.22 - - [2026-01-26 02:20:52] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001007 10.0.0.22 - - [2026-01-26 02:20:52] "GET /project/0dfe1a27-b827-461a-9140-9be77523586a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.025839 10.0.0.22 - - [2026-01-26 02:20:52] "POST /neutron/network HTTP/1.1" 200 117 0.041189 10.0.0.22 - - [2026-01-26 02:20:52] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001189 10.0.0.22 - - [2026-01-26 02:20:52] "POST /neutron/network HTTP/1.1" 200 625 0.067557 10.0.0.22 - - [2026-01-26 02:20:52] "POST /route-targets HTTP/1.1" 200 327 0.010348 10.0.0.22 - - [2026-01-26 02:20:52] "POST /ref-update HTTP/1.1" 200 156 0.012614 10.0.0.22 - - [2026-01-26 02:20:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003693 10.0.0.22 - - [2026-01-26 02:20:52] "POST /neutron/subnet HTTP/1.1" 200 701 0.133271 10.0.0.22 - - [2026-01-26 02:20:52] "POST /neutron/network HTTP/1.1" 200 839 0.006652 10.0.0.22 - - [2026-01-26 02:20:52] "POST /id-to-fqname HTTP/1.1" 200 230 0.001190 10.0.0.22 - - [2026-01-26 02:20:52] "GET /virtual-network/3ec2889a-1818-4dcf-9d43-de40981b4207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006092 10.0.0.22 - - [2026-01-26 02:20:52] "POST /neutron/network HTTP/1.1" 200 839 0.004926 10.0.0.22 - - [2026-01-26 02:20:52] "GET /virtual-network/3ec2889a-1818-4dcf-9d43-de40981b4207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005437 10.0.0.22 - - [2026-01-26 02:20:52] "POST /neutron/network HTTP/1.1" 200 839 0.004710 10.0.0.22 - - [2026-01-26 02:20:52] "POST /neutron/subnet HTTP/1.1" 200 701 0.006396 10.0.0.22 - - [2026-01-26 02:20:52] "POST /neutron/network HTTP/1.1" 200 839 0.004455 10.0.0.22 - - [2026-01-26 02:20:52] "POST /id-to-fqname HTTP/1.1" 200 230 0.001091 10.0.0.22 - - [2026-01-26 02:20:53] "POST /neutron/network HTTP/1.1" 200 849 0.005673 10.0.0.22 - - [2026-01-26 02:20:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000495 10.0.0.22 - - [2026-01-26 02:20:53] "GET / HTTP/1.1" 200 35931 0.001605 10.0.0.22 - - [2026-01-26 02:20:53] "GET /project/0dfe1a27-b827-461a-9140-9be77523586a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000389 10.0.0.22 - - [2026-01-26 02:20:53] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000896 10.0.0.22 - - [2026-01-26 02:20:53] "GET /project/0dfe1a27-b827-461a-9140-9be77523586a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.044187 10.0.0.22 - - [2026-01-26 02:20:53] "POST /neutron/network HTTP/1.1" 200 839 0.005611 10.0.0.22 - - [2026-01-26 02:20:54] "POST /neutron/port HTTP/1.1" 200 117 0.005359 10.0.0.22 - - [2026-01-26 02:20:54] "POST /neutron/port HTTP/1.1" 200 117 0.006821 10.0.0.22 - - [2026-01-26 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.22 - - [2026-01-26 02:20:54] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002917 10.0.0.22 - - [2026-01-26 02:20:54] "PUT /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26 HTTP/1.1" 200 276 0.009283 10.0.0.22 - - [2026-01-26 02:20:54] "POST /neutron/port HTTP/1.1" 200 117 0.004574 10.0.0.22 - - [2026-01-26 02:20:54] "POST /neutron/network HTTP/1.1" 200 849 0.006037 10.0.0.22 - - [2026-01-26 02:20:54] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001370 10.0.0.22 - - [2026-01-26 02:20:54] "GET /obj-perms HTTP/1.1" 200 5056 0.068960 10.0.0.22 - - [2026-01-26 02:20:54] "POST /neutron/port HTTP/1.1" 200 1055 0.187260 10.0.0.22 - - [2026-01-26 02:20:54] "POST /neutron/port HTTP/1.1" 200 1055 0.011747 10.0.0.22 - - [2026-01-26 02:20:54] "POST /neutron/port HTTP/1.1" 200 1055 0.012641 10.0.0.22 - - [2026-01-26 02:20:54] "POST /neutron/port HTTP/1.1" 200 1109 0.057595 10.0.0.22 - - [2026-01-26 02:20:54] "POST /neutron/port HTTP/1.1" 200 1119 0.014925 10.0.0.22 - - [2026-01-26 02:20:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002857 10.0.0.22 - - [2026-01-26 02:20:54] "GET /obj-perms HTTP/1.1" 200 5056 0.051960 10.0.0.22 - - [2026-01-26 02:20:54] "POST /neutron/subnet HTTP/1.1" 200 675 0.009898 10.0.0.22 - - [2026-01-26 02:20:54] "POST /neutron/port HTTP/1.1" 200 117 0.001191 10.0.0.22 - - [2026-01-26 02:20:54] "POST /neutron/network HTTP/1.1" 200 839 0.005032 10.0.0.22 - - [2026-01-26 02:20:59] "POST /neutron/port HTTP/1.1" 200 1119 0.012505 10.0.0.22 - - [2026-01-26 02:20:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005728 10.0.0.22 - - [2026-01-26 02:20:59] "POST /neutron/port HTTP/1.1" 200 1119 0.012235 10.0.0.22 - - [2026-01-26 02:20:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006640 10.0.0.22 - - [2026-01-26 02:20:59] "POST /neutron/port HTTP/1.1" 200 1119 0.012902 10.0.0.22 - - [2026-01-26 02:20:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005478 10.0.0.22 - - [2026-01-26 02:20:59] "GET /virtual-machine/97f42fdc-8e3b-475d-960e-82645366d12c HTTP/1.1" 401 292 0.000410 10.0.0.22 - - [2026-01-26 02:20:59] "GET /virtual-machine/97f42fdc-8e3b-475d-960e-82645366d12c HTTP/1.1" 200 1293 0.029093 10.0.0.22 - - [2026-01-26 02:20:59] "GET /virtual-machine-interface/d0c29c4b-4c0f-4840-9421-d98074208f09 HTTP/1.1" 200 2971 0.006657 10.0.0.22 - - [2026-01-26 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002485 10.0.0.22 - - [2026-01-26 02:20:59] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002803 10.0.0.22 - - [2026-01-26 02:21:00] "GET /virtual-networks?parent_id=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002673 10.0.0.22 - - [2026-01-26 02:21:00] "GET /virtual-network/3ec2889a-1818-4dcf-9d43-de40981b4207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004666 10.0.0.22 - - [2026-01-26 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.22 - - [2026-01-26 02:21:03] "GET /virtual-network/3ec2889a-1818-4dcf-9d43-de40981b4207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004355 10.0.0.22 - - [2026-01-26 02:21:03] "POST /neutron/port HTTP/1.1" 200 1119 0.013056 10.0.0.22 - - [2026-01-26 02:21:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005335 10.0.0.22 - - [2026-01-26 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002585 10.0.0.22 - - [2026-01-26 02:21:05] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002941 10.0.0.22 - - [2026-01-26 02:21:05] "GET /virtual-networks?parent_id=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002599 10.0.0.22 - - [2026-01-26 02:21:05] "GET /virtual-network/3ec2889a-1818-4dcf-9d43-de40981b4207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004933 10.0.0.22 - - [2026-01-26 02:21:05] "POST /neutron/port HTTP/1.1" 200 1119 0.013266 10.0.0.22 - - [2026-01-26 02:21:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005470 10.0.0.22 - - [2026-01-26 02:21:07] "POST /neutron/port HTTP/1.1" 200 1119 0.009974 10.0.0.22 - - [2026-01-26 02:21:07] "POST /neutron/port HTTP/1.1" 200 1119 0.011514 10.0.0.22 - - [2026-01-26 02:21:07] "POST /neutron/network HTTP/1.1" 200 849 0.005834 10.0.0.22 - - [2026-01-26 02:21:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004802 10.0.0.22 - - [2026-01-26 02:21:07] "POST /neutron/subnet HTTP/1.1" 200 675 0.006265 10.0.0.22 - - [2026-01-26 02:21:07] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.22 - - [2026-01-26 02:21:07] "POST /neutron/network HTTP/1.1" 200 839 0.005047 10.0.0.22 - - [2026-01-26 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.22 - - [2026-01-26 02:21:12] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002871 10.0.0.22 - - [2026-01-26 02:21:12] "PUT /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26 HTTP/1.1" 200 276 0.009342 10.0.0.22 - - [2026-01-26 02:21:12] "POST /neutron/network HTTP/1.1" 200 839 0.005494 10.0.0.22 - - [2026-01-26 02:21:12] "POST /neutron/network HTTP/1.1" 400 204 0.011371 10.0.0.22 - - [2026-01-26 02:21:13] "POST /neutron/port HTTP/1.1" 200 1119 0.012112 10.0.0.22 - - [2026-01-26 02:21:13] "POST /neutron/port HTTP/1.1" 200 1109 0.010669 10.0.0.22 - - [2026-01-26 02:21:13] "POST /neutron/port HTTP/1.1" 200 151 0.090290 10.0.0.22 - - [2026-01-26 02:21:14] "POST /neutron/network HTTP/1.1" 200 839 0.005404 10.0.0.22 - - [2026-01-26 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.22 - - [2026-01-26 02:21:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001729 10.0.0.22 - - [2026-01-26 02:21:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003041 10.0.0.22 - - [2026-01-26 02:21:14] "POST /neutron/network HTTP/1.1" 200 151 0.079793 10.0.0.22 - - [2026-01-26 02:21:14] "DELETE /route-target/ab76fe2b-919b-4422-9e42-56283812d664 HTTP/1.1" 200 115 0.018449 10.0.0.22 - - [2026-01-26 02:21:15] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002575 10.0.0.22 - - [2026-01-26 02:21:15] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26 HTTP/1.1" 200 1880 0.002682 10.0.0.22 - - [2026-01-26 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002081 10.0.0.22 - - [2026-01-26 02:21:15] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000913 10.0.0.22 - - [2026-01-26 02:21:15] "GET /project/0dfe1a27-b827-461a-9140-9be77523586a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.019919 10.0.0.22 - - [2026-01-26 02:21:15] "POST /neutron/network HTTP/1.1" 200 117 0.007791 10.0.0.22 - - [2026-01-26 02:21:15] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001435 10.0.0.22 - - [2026-01-26 02:21:15] "POST /neutron/network HTTP/1.1" 200 605 0.060908 10.0.0.22 - - [2026-01-26 02:21:15] "POST /route-targets HTTP/1.1" 200 327 0.026513 10.0.0.22 - - [2026-01-26 02:21:15] "POST /ref-update HTTP/1.1" 200 156 0.026133 10.0.0.22 - - [2026-01-26 02:21:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002450 10.0.0.22 - - [2026-01-26 02:21:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.198329 10.0.0.22 - - [2026-01-26 02:21:15] "POST /neutron/network HTTP/1.1" 200 823 0.004830 10.0.0.22 - - [2026-01-26 02:21:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001121 10.0.0.22 - - [2026-01-26 02:21:15] "GET /virtual-network/f72c5990-35c7-44ed-a05a-ba16458e971c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004012 10.0.0.22 - - [2026-01-26 02:21:15] "POST /neutron/network HTTP/1.1" 200 823 0.005121 10.0.0.22 - - [2026-01-26 02:21:15] "GET /virtual-network/f72c5990-35c7-44ed-a05a-ba16458e971c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004318 10.0.0.22 - - [2026-01-26 02:21:15] "POST /neutron/network HTTP/1.1" 200 823 0.005161 10.0.0.22 - - [2026-01-26 02:21:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.005385 10.0.0.22 - - [2026-01-26 02:21:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001038 10.0.0.22 - - [2026-01-26 02:21:16] "POST /neutron/network HTTP/1.1" 200 833 0.004801 10.0.0.22 - - [2026-01-26 02:21:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000414 10.0.0.22 - - [2026-01-26 02:21:16] "GET / HTTP/1.1" 200 35931 0.002378 10.0.0.22 - - [2026-01-26 02:21:16] "GET /project/0dfe1a27-b827-461a-9140-9be77523586a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000463 10.0.0.22 - - [2026-01-26 02:21:16] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000942 10.0.0.22 - - [2026-01-26 02:21:16] "GET /project/0dfe1a27-b827-461a-9140-9be77523586a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.047177 10.0.0.22 - - [2026-01-26 02:21:16] "POST /neutron/network HTTP/1.1" 200 823 0.004638 10.0.0.22 - - [2026-01-26 02:21:16] "POST /neutron/port HTTP/1.1" 200 117 0.003955 10.0.0.22 - - [2026-01-26 02:21:16] "POST /neutron/port HTTP/1.1" 200 117 0.003990 10.0.0.22 - - [2026-01-26 02:21:16] "POST /neutron/port HTTP/1.1" 200 117 0.004497 10.0.0.22 - - [2026-01-26 02:21:17] "POST /neutron/network HTTP/1.1" 200 833 0.006584 10.0.0.22 - - [2026-01-26 02:21:17] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001001 10.0.0.22 - - [2026-01-26 02:21:17] "POST /neutron/port HTTP/1.1" 200 1059 0.176404 10.0.0.22 - - [2026-01-26 02:21:17] "POST /neutron/port HTTP/1.1" 200 1059 0.011900 10.0.0.22 - - [2026-01-26 02:21:17] "POST /neutron/port HTTP/1.1" 200 1059 0.012302 10.0.0.22 - - [2026-01-26 02:21:17] "POST /neutron/port HTTP/1.1" 200 1113 0.047959 10.0.0.22 - - [2026-01-26 02:21:17] "POST /neutron/port HTTP/1.1" 200 1123 0.012088 10.0.0.22 - - [2026-01-26 02:21:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002660 10.0.0.22 - - [2026-01-26 02:21:17] "POST /neutron/subnet HTTP/1.1" 200 694 0.005720 10.0.0.22 - - [2026-01-26 02:21:17] "POST /neutron/port HTTP/1.1" 200 117 0.000984 10.0.0.22 - - [2026-01-26 02:21:17] "POST /neutron/network HTTP/1.1" 200 823 0.005376 10.0.0.22 - - [2026-01-26 02:21:22] "POST /neutron/port HTTP/1.1" 200 1123 0.010873 10.0.0.22 - - [2026-01-26 02:21:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005524 10.0.0.22 - - [2026-01-26 02:21:22] "POST /neutron/port HTTP/1.1" 200 1123 0.010897 10.0.0.22 - - [2026-01-26 02:21:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005990 10.0.0.22 - - [2026-01-26 02:21:22] "POST /neutron/port HTTP/1.1" 200 1123 0.014225 10.0.0.22 - - [2026-01-26 02:21:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005765 10.0.0.22 - - [2026-01-26 02:21:22] "GET /virtual-machine/1cf57265-0656-4c34-8715-afc58ec6db43 HTTP/1.1" 200 1291 0.013870 10.0.0.22 - - [2026-01-26 02:21:22] "GET /virtual-machine-interface/abcc608d-031f-4252-bed4-6a7988461c47 HTTP/1.1" 200 2941 0.004259 10.0.0.22 - - [2026-01-26 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.22 - - [2026-01-26 02:21:22] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004097 10.0.0.22 - - [2026-01-26 02:21:22] "GET /virtual-networks?parent_id=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003760 10.0.0.22 - - [2026-01-26 02:21:22] "GET /virtual-network/f72c5990-35c7-44ed-a05a-ba16458e971c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006386 10.0.0.22 - - [2026-01-26 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.22 - - [2026-01-26 02:21:25] "GET /virtual-network/f72c5990-35c7-44ed-a05a-ba16458e971c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005010 10.0.0.22 - - [2026-01-26 02:21:26] "POST /neutron/port HTTP/1.1" 200 1123 0.015843 10.0.0.22 - - [2026-01-26 02:21:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005844 10.0.0.22 - - [2026-01-26 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.22 - - [2026-01-26 02:21:27] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002619 10.0.0.22 - - [2026-01-26 02:21:27] "GET /virtual-networks?parent_id=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002435 10.0.0.22 - - [2026-01-26 02:21:27] "GET /virtual-network/f72c5990-35c7-44ed-a05a-ba16458e971c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006046 10.0.0.22 - - [2026-01-26 02:21:29] "POST /neutron/network HTTP/1.1" 200 823 0.004989 10.0.0.22 - - [2026-01-26 02:21:29] "POST /neutron/network HTTP/1.1" 400 204 0.008574 10.0.0.22 - - [2026-01-26 02:21:30] "POST /neutron/port HTTP/1.1" 200 1123 0.010707 10.0.0.22 - - [2026-01-26 02:21:30] "POST /neutron/port HTTP/1.1" 200 1113 0.008860 10.0.0.22 - - [2026-01-26 02:21:30] "POST /neutron/port HTTP/1.1" 200 151 0.081954 10.0.0.22 - - [2026-01-26 02:21:31] "POST /neutron/network HTTP/1.1" 200 823 0.005000 10.0.0.22 - - [2026-01-26 02:21:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002325 10.0.0.22 - - [2026-01-26 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.22 - - [2026-01-26 02:21:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001679 10.0.0.22 - - [2026-01-26 02:21:31] "POST /neutron/network HTTP/1.1" 200 151 0.063029 10.0.0.22 - - [2026-01-26 02:21:31] "DELETE /route-target/44a7bd0d-3203-4129-b589-a543c28c0396 HTTP/1.1" 200 115 0.015668 10.0.0.22 - - [2026-01-26 02:21:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002428 10.0.0.22 - - [2026-01-26 02:21:32] "POST /network-ipams HTTP/1.1" 200 541 0.014037 10.0.0.22 - - [2026-01-26 02:21:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.002841 10.0.0.22 - - [2026-01-26 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002529 10.0.0.22 - - [2026-01-26 02:21:32] "GET /network-ipam/d02d81c2-45fd-4071-99c4-719f941212c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.004863 10.0.0.22 - - [2026-01-26 02:21:32] "PUT /network-ipam/d02d81c2-45fd-4071-99c4-719f941212c6 HTTP/1.1" 200 258 0.010228 10.0.0.22 - - [2026-01-26 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.22 - - [2026-01-26 02:21:32] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000893 10.0.0.22 - - [2026-01-26 02:21:32] "GET /project/0dfe1a27-b827-461a-9140-9be77523586a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.020750 10.0.0.22 - - [2026-01-26 02:21:32] "POST /neutron/network HTTP/1.1" 200 117 0.008373 10.0.0.22 - - [2026-01-26 02:21:32] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001591 10.0.0.22 - - [2026-01-26 02:21:32] "POST /neutron/network HTTP/1.1" 200 605 0.074211 10.0.0.22 - - [2026-01-26 02:21:32] "POST /route-targets HTTP/1.1" 200 327 0.011838 10.0.0.22 - - [2026-01-26 02:21:32] "POST /ref-update HTTP/1.1" 200 156 0.016240 10.0.0.22 - - [2026-01-26 02:21:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002198 10.0.0.22 - - [2026-01-26 02:21:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.164117 10.0.0.22 - - [2026-01-26 02:21:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002703 10.0.0.22 - - [2026-01-26 02:21:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.158457 10.0.0.22 - - [2026-01-26 02:21:33] "POST /neutron/network HTTP/1.1" 200 994 0.006635 10.0.0.22 - - [2026-01-26 02:21:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001026 10.0.0.22 - - [2026-01-26 02:21:33] "GET /virtual-network/73e875c8-0c98-4b3a-ae32-fbc37f82cdc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.003938 10.0.0.22 - - [2026-01-26 02:21:33] "POST /neutron/network HTTP/1.1" 200 994 0.006554 10.0.0.22 - - [2026-01-26 02:21:33] "GET /virtual-network/73e875c8-0c98-4b3a-ae32-fbc37f82cdc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005059 10.0.0.22 - - [2026-01-26 02:21:33] "POST /neutron/network HTTP/1.1" 200 994 0.006204 10.0.0.22 - - [2026-01-26 02:21:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.006747 10.0.0.22 - - [2026-01-26 02:21:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.007226 10.0.0.22 - - [2026-01-26 02:21:33] "POST /neutron/network HTTP/1.1" 200 994 0.005901 10.0.0.22 - - [2026-01-26 02:21:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.007115 10.0.0.22 - - [2026-01-26 02:21:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.006624 10.0.0.22 - - [2026-01-26 02:21:33] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000902 10.0.0.22 - - [2026-01-26 02:21:33] "POST /neutron/port HTTP/1.1" 200 1017 0.145241 10.0.0.22 - - [2026-01-26 02:21:33] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000941 10.0.0.22 - - [2026-01-26 02:21:33] "POST /neutron/port HTTP/1.1" 200 1017 0.144362 10.0.0.22 - - [2026-01-26 02:21:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001129 10.0.0.22 - - [2026-01-26 02:21:33] "POST /neutron/port HTTP/1.1" 200 1017 0.008008 10.0.0.22 - - [2026-01-26 02:21:33] "POST /neutron/port HTTP/1.1" 200 1017 0.009512 10.0.0.22 - - [2026-01-26 02:21:33] "POST /neutron/network HTTP/1.1" 200 994 0.006814 10.0.0.22 - - [2026-01-26 02:21:33] "POST /neutron/port HTTP/1.1" 200 1017 0.012326 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/port HTTP/1.1" 200 117 0.004853 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/port HTTP/1.1" 200 1017 0.008049 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/port HTTP/1.1" 200 117 0.004877 10.0.0.22 - - [2026-01-26 02:21:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001697 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/port HTTP/1.1" 200 117 0.006813 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/port HTTP/1.1" 200 1017 0.008535 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/port HTTP/1.1" 200 1017 0.008662 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/network HTTP/1.1" 200 994 0.011966 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/port HTTP/1.1" 200 1017 0.008356 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/port HTTP/1.1" 200 1017 0.010906 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/port HTTP/1.1" 200 117 0.005675 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/port HTTP/1.1" 200 117 0.004503 10.0.0.22 - - [2026-01-26 02:21:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.000973 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/port HTTP/1.1" 200 1017 0.009012 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/network HTTP/1.1" 200 1004 0.006140 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/port HTTP/1.1" 200 1017 0.009253 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/port HTTP/1.1" 200 1017 0.008108 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/port HTTP/1.1" 200 117 0.011583 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/port HTTP/1.1" 200 1109 0.104892 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/network HTTP/1.1" 200 1004 0.005306 10.0.0.22 - - [2026-01-26 02:21:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000386 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/port HTTP/1.1" 200 1119 0.011684 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004101 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/subnet HTTP/1.1" 200 673 0.007733 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/port HTTP/1.1" 200 117 0.001030 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/network HTTP/1.1" 200 994 0.005596 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/port HTTP/1.1" 200 1017 0.008917 10.0.0.22 - - [2026-01-26 02:21:34] "POST /neutron/network HTTP/1.1" 200 1004 0.004517 10.0.0.22 - - [2026-01-26 02:21:35] "POST /neutron/port HTTP/1.1" 200 1017 0.008812 10.0.0.22 - - [2026-01-26 02:21:35] "POST /neutron/port HTTP/1.1" 200 1017 0.006788 10.0.0.22 - - [2026-01-26 02:21:35] "GET / HTTP/1.1" 200 35931 0.006565 10.0.0.22 - - [2026-01-26 02:21:35] "GET /project/0dfe1a27-b827-461a-9140-9be77523586a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000511 10.0.0.22 - - [2026-01-26 02:21:35] "POST /neutron/port HTTP/1.1" 200 1109 0.093973 10.0.0.22 - - [2026-01-26 02:21:35] "POST /neutron/port HTTP/1.1" 200 1119 0.019742 10.0.0.22 - - [2026-01-26 02:21:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003046 10.0.0.22 - - [2026-01-26 02:21:35] "POST /neutron/subnet HTTP/1.1" 200 673 0.009643 10.0.0.22 - - [2026-01-26 02:21:35] "POST /neutron/port HTTP/1.1" 200 117 0.001157 10.0.0.22 - - [2026-01-26 02:21:35] "POST /neutron/network HTTP/1.1" 200 994 0.005981 10.0.0.22 - - [2026-01-26 02:21:35] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002531 10.0.0.22 - - [2026-01-26 02:21:35] "GET /project/0dfe1a27-b827-461a-9140-9be77523586a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.061426 10.0.0.22 - - [2026-01-26 02:21:35] "POST /neutron/network HTTP/1.1" 200 994 0.006381 10.0.0.22 - - [2026-01-26 02:21:35] "POST /neutron/port HTTP/1.1" 200 2086 0.022708 10.0.0.22 - - [2026-01-26 02:21:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009538 10.0.0.22 - - [2026-01-26 02:21:35] "POST /neutron/port HTTP/1.1" 200 117 0.005800 10.0.0.22 - - [2026-01-26 02:21:35] "GET /domains HTTP/1.1" 200 280 0.002954 10.0.0.22 - - [2026-01-26 02:21:35] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.22 - - [2026-01-26 02:21:35] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2759 0.008181 10.0.0.22 - - [2026-01-26 02:21:35] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000897 10.0.0.22 - - [2026-01-26 02:21:35] "GET /project/0dfe1a27-b827-461a-9140-9be77523586a HTTP/1.1" 200 2852 0.086427 10.0.0.22 - - [2026-01-26 02:21:35] "GET /network-ipam/d02d81c2-45fd-4071-99c4-719f941212c6 HTTP/1.1" 200 2646 0.004893 10.0.0.22 - - [2026-01-26 02:21:35] "GET /domains HTTP/1.1" 200 280 0.002379 10.0.0.22 - - [2026-01-26 02:21:35] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001441 10.0.0.22 - - [2026-01-26 02:21:35] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2759 0.006553 10.0.0.22 - - [2026-01-26 02:21:35] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000992 10.0.0.22 - - [2026-01-26 02:21:35] "GET /project/0dfe1a27-b827-461a-9140-9be77523586a HTTP/1.1" 200 2852 0.068265 10.0.0.22 - - [2026-01-26 02:21:36] "GET /virtual-network/73e875c8-0c98-4b3a-ae32-fbc37f82cdc5 HTTP/1.1" 200 3779 0.008166 10.0.0.22 - - [2026-01-26 02:21:36] "GET /virtual-network/73e875c8-0c98-4b3a-ae32-fbc37f82cdc5 HTTP/1.1" 200 3779 0.004069 10.0.0.22 - - [2026-01-26 02:21:36] "GET /routing-instance/7621fd0a-5d2c-40d5-bf49-e37f6a22a5a7 HTTP/1.1" 200 2380 0.003028 10.0.0.22 - - [2026-01-26 02:21:36] "GET /routing-instance/7621fd0a-5d2c-40d5-bf49-e37f6a22a5a7 HTTP/1.1" 200 2380 0.002877 10.0.0.22 - - [2026-01-26 02:21:36] "GET /route-target/48dcdc57-dbe3-4e7c-9107-d7b8420c7ebe HTTP/1.1" 200 1204 0.003094 10.0.0.22 - - [2026-01-26 02:21:36] "GET /virtual-network/73e875c8-0c98-4b3a-ae32-fbc37f82cdc5 HTTP/1.1" 200 3779 0.008219 10.0.0.22 - - [2026-01-26 02:21:36] "GET /routing-instance/7621fd0a-5d2c-40d5-bf49-e37f6a22a5a7 HTTP/1.1" 200 2380 0.002927 10.0.0.22 - - [2026-01-26 02:21:36] "GET /virtual-network/73e875c8-0c98-4b3a-ae32-fbc37f82cdc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005944 10.0.0.22 - - [2026-01-26 02:21:36] "GET /virtual-network/73e875c8-0c98-4b3a-ae32-fbc37f82cdc5 HTTP/1.1" 200 3779 0.008588 10.0.0.22 - - [2026-01-26 02:21:36] "GET /routing-instance/7621fd0a-5d2c-40d5-bf49-e37f6a22a5a7 HTTP/1.1" 200 2380 0.008356 10.0.0.22 - - [2026-01-26 02:21:36] "GET /routing-instance/7621fd0a-5d2c-40d5-bf49-e37f6a22a5a7 HTTP/1.1" 200 2380 0.009115 10.0.0.22 - - [2026-01-26 02:21:36] "GET /route-target/48dcdc57-dbe3-4e7c-9107-d7b8420c7ebe HTTP/1.1" 200 1204 0.007267 10.0.0.22 - - [2026-01-26 02:21:36] "GET /domains HTTP/1.1" 200 280 0.006302 10.0.0.22 - - [2026-01-26 02:21:36] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.22 - - [2026-01-26 02:21:36] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2759 0.007344 10.0.0.22 - - [2026-01-26 02:21:36] "POST /neutron/network HTTP/1.1" 200 1004 0.007465 10.0.0.22 - - [2026-01-26 02:21:36] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.22 - - [2026-01-26 02:21:36] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001167 10.0.0.22 - - [2026-01-26 02:21:36] "GET /project/0dfe1a27-b827-461a-9140-9be77523586a HTTP/1.1" 200 2852 0.112028 10.0.0.22 - - [2026-01-26 02:21:36] "GET /virtual-network/73e875c8-0c98-4b3a-ae32-fbc37f82cdc5 HTTP/1.1" 200 3779 0.009113 10.0.0.22 - - [2026-01-26 02:21:36] "POST /neutron/port HTTP/1.1" 200 1055 0.263394 10.0.0.22 - - [2026-01-26 02:21:36] "POST /neutron/port HTTP/1.1" 200 1055 0.019202 10.0.0.22 - - [2026-01-26 02:21:36] "POST /neutron/port HTTP/1.1" 200 1055 0.011035 10.0.0.22 - - [2026-01-26 02:21:36] "POST /neutron/port HTTP/1.1" 200 1109 0.095430 10.0.0.22 - - [2026-01-26 02:21:36] "POST /neutron/port HTTP/1.1" 200 1119 0.010101 10.0.0.22 - - [2026-01-26 02:21:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003075 10.0.0.22 - - [2026-01-26 02:21:36] "POST /neutron/subnet HTTP/1.1" 200 673 0.018937 10.0.0.22 - - [2026-01-26 02:21:36] "POST /neutron/port HTTP/1.1" 200 117 0.001322 10.0.0.22 - - [2026-01-26 02:21:36] "POST /neutron/network HTTP/1.1" 200 994 0.006353 10.0.0.22 - - [2026-01-26 02:21:36] "GET /obj-perms HTTP/1.1" 200 5030 0.063419 10.0.0.22 - - [2026-01-26 02:21:36] "POST /neutron/port HTTP/1.1" 200 1119 0.014364 10.0.0.22 - - [2026-01-26 02:21:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006185 10.0.0.22 - - [2026-01-26 02:21:36] "POST /neutron/port HTTP/1.1" 200 1119 0.011876 10.0.0.22 - - [2026-01-26 02:21:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007296 10.0.0.22 - - [2026-01-26 02:21:36] "POST /neutron/port HTTP/1.1" 200 1119 0.017120 10.0.0.22 - - [2026-01-26 02:21:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005279 10.0.0.22 - - [2026-01-26 02:21:37] "GET /virtual-machine/0f41c189-53e3-4070-a1b9-8c1a8c9cb0c4 HTTP/1.1" 200 1288 0.007190 10.0.0.22 - - [2026-01-26 02:21:37] "GET /virtual-machine-interface/31b420ed-fbf9-4270-a6e3-2344bb1c5c31 HTTP/1.1" 200 2940 0.004694 10.0.0.22 - - [2026-01-26 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.22 - - [2026-01-26 02:21:37] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004205 10.0.0.22 - - [2026-01-26 02:21:37] "GET /virtual-networks?parent_id=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002435 10.0.0.22 - - [2026-01-26 02:21:37] "GET /virtual-network/73e875c8-0c98-4b3a-ae32-fbc37f82cdc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004927 10.0.0.22 - - [2026-01-26 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.22 - - [2026-01-26 02:21:40] "GET /virtual-network/73e875c8-0c98-4b3a-ae32-fbc37f82cdc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004132 10.0.0.22 - - [2026-01-26 02:21:43] "POST /neutron/port HTTP/1.1" 200 1119 0.014171 10.0.0.22 - - [2026-01-26 02:21:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005968 10.0.0.22 - - [2026-01-26 02:21:44] "POST /neutron/port HTTP/1.1" 200 1119 0.013600 10.0.0.22 - - [2026-01-26 02:21:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005428 10.0.0.22 - - [2026-01-26 02:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002473 10.0.0.22 - - [2026-01-26 02:21:44] "GET /virtual-network/73e875c8-0c98-4b3a-ae32-fbc37f82cdc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005473 10.0.0.22 - - [2026-01-26 02:21:45] "POST /neutron/port HTTP/1.1" 200 1119 0.011694 10.0.0.22 - - [2026-01-26 02:21:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005139 10.0.0.22 - - [2026-01-26 02:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.22 - - [2026-01-26 02:21:46] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003732 10.0.0.22 - - [2026-01-26 02:21:46] "GET /virtual-networks?parent_id=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005392 10.0.0.22 - - [2026-01-26 02:21:46] "GET /virtual-network/73e875c8-0c98-4b3a-ae32-fbc37f82cdc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007840 10.0.0.22 - - [2026-01-26 02:21:46] "POST /neutron/port HTTP/1.1" 200 1119 0.013010 10.0.0.22 - - [2026-01-26 02:21:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007038 10.0.0.22 - - [2026-01-26 02:21:47] "POST /neutron/port HTTP/1.1" 200 1119 0.015203 10.0.0.22 - - [2026-01-26 02:21:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007586 10.0.0.22 - - [2026-01-26 02:21:47] "POST /neutron/port HTTP/1.1" 200 1119 0.012951 10.0.0.22 - - [2026-01-26 02:21:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006775 10.0.0.22 - - [2026-01-26 02:21:47] "GET /virtual-machine/14eb687a-20c1-441a-9338-8ed294d614e2 HTTP/1.1" 200 1288 0.006088 10.0.0.22 - - [2026-01-26 02:21:47] "GET /virtual-machine-interface/72644175-41c6-4082-8d64-ce38211a5d02 HTTP/1.1" 200 2940 0.004939 10.0.0.22 - - [2026-01-26 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.22 - - [2026-01-26 02:21:47] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002930 10.0.0.22 - - [2026-01-26 02:21:47] "GET /virtual-networks?parent_id=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003068 10.0.0.22 - - [2026-01-26 02:21:47] "GET /virtual-network/73e875c8-0c98-4b3a-ae32-fbc37f82cdc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005000 10.0.0.22 - - [2026-01-26 02:21:47] "DELETE /project/0dfe1a27b827461a91409be77523586a HTTP/1.1" 404 173 0.003636 10.0.0.22 - - [2026-01-26 02:21:47] "GET /projects?obj_uuids=48abaf1a-fda6-4051-ab85-c86ffb362cc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000803 10.0.0.22 - - [2026-01-26 02:21:47] "GET /project/48abaf1a-fda6-4051-ab85-c86ffb362cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.024605 10.0.0.22 - - [2026-01-26 02:21:47] "GET /projects?obj_uuids=48abaf1a-fda6-4051-ab85-c86ffb362cc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000822 10.0.0.22 - - [2026-01-26 02:21:47] "GET /project/48abaf1a-fda6-4051-ab85-c86ffb362cc1?fields=security_groups HTTP/1.1" 200 1376 0.067396 10.0.0.22 - - [2026-01-26 02:21:47] "DELETE /security-group/1304302a-1991-44f6-b564-eb1ef0a1435f HTTP/1.1" 200 115 0.043628 10.0.0.22 - - [2026-01-26 02:21:47] "GET /projects?obj_uuids=48abaf1a-fda6-4051-ab85-c86ffb362cc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001306 10.0.0.22 - - [2026-01-26 02:21:47] "DELETE /access-control-list/e74dfced-6206-44e3-bbc4-1e6a2267ed30 HTTP/1.1" 200 115 0.041843 10.0.0.22 - - [2026-01-26 02:21:47] "GET /project/48abaf1a-fda6-4051-ab85-c86ffb362cc1?fields=application_policy_sets HTTP/1.1" 200 1415 0.035999 10.0.0.22 - - [2026-01-26 02:21:47] "DELETE /access-control-list/ad8620f3-5286-4cc3-8847-1de5efdf214f HTTP/1.1" 200 115 0.022368 10.0.0.22 - - [2026-01-26 02:21:48] "DELETE /project/48abaf1a-fda6-4051-ab85-c86ffb362cc1 HTTP/1.1" 200 115 0.329856 10.0.0.22 - - [2026-01-26 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.22 - - [2026-01-26 02:21:48] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002814 10.0.0.22 - - [2026-01-26 02:21:48] "GET /virtual-networks?parent_id=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002846 10.0.0.22 - - [2026-01-26 02:21:48] "GET /virtual-network/73e875c8-0c98-4b3a-ae32-fbc37f82cdc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006165 10.0.0.22 - - [2026-01-26 02:21:48] "POST /neutron/port HTTP/1.1" 200 1119 0.014598 10.0.0.22 - - [2026-01-26 02:21:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006882 10.0.0.22 - - [2026-01-26 02:21:48] "POST /neutron/port HTTP/1.1" 200 1119 0.010426 10.0.0.22 - - [2026-01-26 02:21:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005424 10.0.0.22 - - [2026-01-26 02:21:48] "POST /neutron/port HTTP/1.1" 200 1119 0.011585 10.0.0.22 - - [2026-01-26 02:21:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007190 10.0.0.22 - - [2026-01-26 02:21:48] "GET /virtual-machine/d45f236c-2430-4b24-a481-83ff157439d2 HTTP/1.1" 200 1293 0.004060 10.0.0.22 - - [2026-01-26 02:21:48] "GET /virtual-machine-interface/0e6d1add-ee1f-4f52-8bae-69c973bfdc7f HTTP/1.1" 200 2940 0.004305 10.0.0.22 - - [2026-01-26 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002473 10.0.0.22 - - [2026-01-26 02:21:48] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002561 10.0.0.22 - - [2026-01-26 02:21:48] "GET /virtual-networks?parent_id=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002700 10.0.0.22 - - [2026-01-26 02:21:49] "GET /virtual-network/73e875c8-0c98-4b3a-ae32-fbc37f82cdc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004905 10.0.0.22 - - [2026-01-26 02:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.22 - - [2026-01-26 02:21:50] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003268 10.0.0.22 - - [2026-01-26 02:21:50] "GET /virtual-networks?parent_id=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002463 10.0.0.22 - - [2026-01-26 02:21:50] "GET /virtual-network/73e875c8-0c98-4b3a-ae32-fbc37f82cdc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004642 10.0.0.22 - - [2026-01-26 02:21:55] "GET /obj-perms HTTP/1.1" 200 5056 0.046987 10.0.0.22 - - [2026-01-26 02:21:55] "GET /obj-perms HTTP/1.1" 200 5056 0.055286 10.0.0.22 - - [2026-01-26 02:22:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.22 - - [2026-01-26 02:22:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000501 10.0.0.22 - - [2026-01-26 02:22:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.22 - - [2026-01-26 02:22:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.22 - - [2026-01-26 02:22:06] "POST /neutron/port HTTP/1.1" 200 1109 0.019171 10.0.0.22 - - [2026-01-26 02:22:06] "POST /neutron/port HTTP/1.1" 200 1109 0.009766 10.0.0.22 - - [2026-01-26 02:22:06] "POST /neutron/port HTTP/1.1" 200 151 0.114381 10.0.0.22 - - [2026-01-26 02:22:06] "POST /neutron/port HTTP/1.1" 200 1109 0.013239 10.0.0.22 - - [2026-01-26 02:22:06] "POST /neutron/port HTTP/1.1" 200 1109 0.010421 10.0.0.22 - - [2026-01-26 02:22:06] "POST /neutron/port HTTP/1.1" 200 151 0.109407 10.0.0.22 - - [2026-01-26 02:22:06] "POST /neutron/network HTTP/1.1" 200 994 0.005708 10.0.0.22 - - [2026-01-26 02:22:06] "POST /neutron/network HTTP/1.1" 400 204 0.013496 10.0.0.22 - - [2026-01-26 02:22:06] "POST /neutron/port HTTP/1.1" 200 1119 0.018531 10.0.0.22 - - [2026-01-26 02:22:06] "POST /neutron/port HTTP/1.1" 200 1109 0.007856 10.0.0.22 - - [2026-01-26 02:22:06] "POST /neutron/port HTTP/1.1" 200 151 0.089617 10.0.0.22 - - [2026-01-26 02:22:08] "POST /neutron/network HTTP/1.1" 200 994 0.006752 10.0.0.22 - - [2026-01-26 02:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.22 - - [2026-01-26 02:22:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001844 10.0.0.22 - - [2026-01-26 02:22:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002231 10.0.0.22 - - [2026-01-26 02:22:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001874 10.0.0.22 - - [2026-01-26 02:22:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003368 10.0.0.22 - - [2026-01-26 02:22:08] "DELETE /route-target/48dcdc57-dbe3-4e7c-9107-d7b8420c7ebe HTTP/1.1" 200 115 0.022363 10.0.0.22 - - [2026-01-26 02:22:08] "POST /neutron/network HTTP/1.1" 200 151 0.093194 10.0.0.22 - - [2026-01-26 02:22:08] "GET /routing-instance/7621fd0a-5d2c-40d5-bf49-e37f6a22a5a7 HTTP/1.1" 404 171 0.002174 10.0.0.22 - - [2026-01-26 02:22:08] "GET /domains HTTP/1.1" 200 280 0.001926 10.0.0.22 - - [2026-01-26 02:22:08] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.22 - - [2026-01-26 02:22:08] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2572 0.051873 10.0.0.22 - - [2026-01-26 02:22:08] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001377 10.0.0.22 - - [2026-01-26 02:22:08] "GET /project/0dfe1a27-b827-461a-9140-9be77523586a HTTP/1.1" 200 2095 0.071823 10.0.0.22 - - [2026-01-26 02:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.22 - - [2026-01-26 02:22:08] "DELETE /network-ipam/d02d81c2-45fd-4071-99c4-719f941212c6 HTTP/1.1" 200 115 0.027095 10.0.0.22 - - [2026-01-26 02:22:08] "POST /fqname-to-id HTTP/1.1" 404 211 0.002433 10.0.0.22 - - [2026-01-26 02:22:09] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000932 10.0.0.22 - - [2026-01-26 02:22:09] "GET /project/0dfe1a27-b827-461a-9140-9be77523586a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.025108 10.0.0.22 - - [2026-01-26 02:22:09] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000873 10.0.0.22 - - [2026-01-26 02:22:09] "GET /project/0dfe1a27-b827-461a-9140-9be77523586a?fields=virtual_networks HTTP/1.1" 200 1042 0.064836 10.0.0.22 - - [2026-01-26 02:22:09] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000921 10.0.0.22 - - [2026-01-26 02:22:09] "GET /project/0dfe1a27-b827-461a-9140-9be77523586a?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.031312 10.0.0.22 - - [2026-01-26 02:22:09] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000958 10.0.0.22 - - [2026-01-26 02:22:09] "GET /project/0dfe1a27-b827-461a-9140-9be77523586a?fields=security_groups HTTP/1.1" 200 1268 0.021832 10.0.0.22 - - [2026-01-26 02:22:11] "POST /neutron/port HTTP/1.1" 200 117 0.004478 10.0.0.22 - - [2026-01-26 02:22:11] "POST /neutron/port HTTP/1.1" 400 205 0.002751 10.0.0.22 - - [2026-01-26 02:22:11] "POST /neutron/port HTTP/1.1" 200 117 0.004469 10.0.0.22 - - [2026-01-26 02:22:11] "POST /neutron/port HTTP/1.1" 400 205 0.002998 10.0.0.22 - - [2026-01-26 02:22:16] "GET / HTTP/1.1" 200 35931 0.001688 10.0.0.22 - - [2026-01-26 02:22:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000431 10.0.0.22 - - [2026-01-26 02:22:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.050715 10.0.0.22 - - [2026-01-26 02:22:17] "GET /projects?obj_uuids=118d3032-0898-437a-a717-0399cc204374&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002079 10.0.0.22 - - [2026-01-26 02:22:17] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001957 10.0.0.22 - - [2026-01-26 02:22:17] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.012717 10.0.0.22 - - [2026-01-26 02:22:17] "POST /id-to-fqname HTTP/1.1" 200 185 0.001433 10.0.0.22 - - [2026-01-26 02:22:17] "POST /fqname-to-id HTTP/1.1" 404 194 0.002937 10.0.0.22 - - [2026-01-26 02:22:17] "POST /security-groups HTTP/1.1" 200 586 0.060225 10.0.0.22 - - [2026-01-26 02:22:17] "POST /fqname-to-id HTTP/1.1" 404 229 0.002183 10.0.0.22 - - [2026-01-26 02:22:17] "POST /projects HTTP/1.1" 200 575 0.199034 10.0.0.22 - - [2026-01-26 02:22:17] "POST /access-control-lists HTTP/1.1" 200 591 0.055376 10.0.0.22 - - [2026-01-26 02:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.271312 10.0.0.22 - - [2026-01-26 02:22:17] "POST /fqname-to-id HTTP/1.1" 404 228 0.002565 10.0.0.22 - - [2026-01-26 02:22:17] "GET /project/118d3032-0898-437a-a717-0399cc204374?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.400078 10.0.0.22 - - [2026-01-26 02:22:17] "POST /access-control-lists HTTP/1.1" 200 589 0.060093 10.0.0.22 - - [2026-01-26 02:22:18] "GET / HTTP/1.1" 200 35931 0.001662 10.0.0.22 - - [2026-01-26 02:22:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000390 10.0.0.22 - - [2026-01-26 02:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.028557 10.0.0.22 - - [2026-01-26 02:22:21] "GET /api-access-list/ddfc3a2b-54c2-40d6-be8c-3b70ca46b7b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003550 10.0.0.22 - - [2026-01-26 02:22:21] "GET /api-access-list/ddfc3a2b-54c2-40d6-be8c-3b70ca46b7b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.002805 10.0.0.22 - - [2026-01-26 02:22:21] "GET /api-access-list/ddfc3a2b-54c2-40d6-be8c-3b70ca46b7b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003312 10.0.0.22 - - [2026-01-26 02:22:21] "PUT /api-access-list/ddfc3a2b-54c2-40d6-be8c-3b70ca46b7b2 HTTP/1.1" 200 264 0.008069 10.0.0.22 - - [2026-01-26 02:22:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000405 10.0.0.22 - - [2026-01-26 02:22:21] "GET /aaa-mode HTTP/1.1" 200 128 0.027973 10.0.0.22 - - [2026-01-26 02:22:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.027277 10.0.0.22 - - [2026-01-26 02:22:22] "GET /projects?obj_uuids=36d3a667-57a2-4205-8b28-da121f35a74b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002422 10.0.0.22 - - [2026-01-26 02:22:22] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002115 10.0.0.22 - - [2026-01-26 02:22:22] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010909 10.0.0.22 - - [2026-01-26 02:22:22] "POST /id-to-fqname HTTP/1.1" 200 185 0.001682 10.0.0.22 - - [2026-01-26 02:22:22] "POST /fqname-to-id HTTP/1.1" 404 194 0.002990 10.0.0.22 - - [2026-01-26 02:22:22] "POST /security-groups HTTP/1.1" 200 586 0.064343 10.0.0.22 - - [2026-01-26 02:22:22] "POST /fqname-to-id HTTP/1.1" 404 229 0.002664 10.0.0.22 - - [2026-01-26 02:22:22] "POST /projects HTTP/1.1" 200 575 0.230227 10.0.0.22 - - [2026-01-26 02:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.264154 10.0.0.22 - - [2026-01-26 02:22:22] "POST /access-control-lists HTTP/1.1" 200 591 0.059975 10.0.0.22 - - [2026-01-26 02:22:22] "GET /project/36d3a667-57a2-4205-8b28-da121f35a74b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.401495 10.0.0.22 - - [2026-01-26 02:22:22] "POST /fqname-to-id HTTP/1.1" 404 228 0.003318 10.0.0.22 - - [2026-01-26 02:22:22] "POST /access-control-lists HTTP/1.1" 200 589 0.056927 10.0.0.22 - - [2026-01-26 02:22:23] "POST /fqname-to-id HTTP/1.1" 404 183 0.032159 10.0.0.22 - - [2026-01-26 02:22:23] "GET /projects?obj_uuids=167a4ac9-f881-47ec-baf3-3d62aa1ee09a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003062 10.0.0.22 - - [2026-01-26 02:22:23] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002065 10.0.0.22 - - [2026-01-26 02:22:23] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008766 10.0.0.22 - - [2026-01-26 02:22:23] "POST /id-to-fqname HTTP/1.1" 200 185 0.004497 10.0.0.22 - - [2026-01-26 02:22:23] "POST /fqname-to-id HTTP/1.1" 404 194 0.003664 10.0.0.22 - - [2026-01-26 02:22:23] "POST /security-groups HTTP/1.1" 200 586 0.064135 10.0.0.22 - - [2026-01-26 02:22:23] "POST /fqname-to-id HTTP/1.1" 404 229 0.003294 10.0.0.22 - - [2026-01-26 02:22:23] "POST /projects HTTP/1.1" 200 575 0.226137 10.0.0.22 - - [2026-01-26 02:22:23] "POST /access-control-lists HTTP/1.1" 200 591 0.063212 10.0.0.22 - - [2026-01-26 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.302459 10.0.0.22 - - [2026-01-26 02:22:23] "POST /fqname-to-id HTTP/1.1" 404 228 0.003518 10.0.0.22 - - [2026-01-26 02:22:23] "GET /project/167a4ac9-f881-47ec-baf3-3d62aa1ee09a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.456558 10.0.0.22 - - [2026-01-26 02:22:23] "POST /access-control-lists HTTP/1.1" 200 589 0.071116 10.0.0.22 - - [2026-01-26 02:22:24] "GET / HTTP/1.1" 200 35931 0.001835 10.0.0.22 - - [2026-01-26 02:22:25] "GET / HTTP/1.1" 200 35931 0.002212 10.0.0.22 - - [2026-01-26 02:22:25] "POST /fqname-to-id HTTP/1.1" 404 183 0.002593 10.0.0.22 - - [2026-01-26 02:22:25] "POST /api-access-lists HTTP/1.1" 200 521 0.013135 10.0.0.22 - - [2026-01-26 02:22:25] "GET /api-access-list/3b8dacf6-5df1-4b87-ae85-bcf7d5a7a4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1264 0.005527 10.0.0.22 - - [2026-01-26 02:22:25] "GET /api-access-list/3b8dacf6-5df1-4b87-ae85-bcf7d5a7a4ff HTTP/1.1" 401 292 0.000537 10.0.0.22 - - [2026-01-26 02:22:25] "GET /api-access-list/3b8dacf6-5df1-4b87-ae85-bcf7d5a7a4ff HTTP/1.1" 200 1264 0.057975 10.0.0.22 - - [2026-01-26 02:22:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000340 10.0.0.22 - - [2026-01-26 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.061043 10.0.0.22 - - [2026-01-26 02:22:26] "GET /projects?obj_uuids=36d3a667-57a2-4205-8b28-da121f35a74b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001028 10.0.0.22 - - [2026-01-26 02:22:26] "GET /project/36d3a667-57a2-4205-8b28-da121f35a74b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.036483 10.0.0.22 - - [2026-01-26 02:22:26] "GET /virtual-networks?parent_id=36d3a667-57a2-4205-8b28-da121f35a74b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012541 10.0.0.22 - - [2026-01-26 02:22:26] "POST /virtual-networks HTTP/1.1" 200 568 0.059463 10.0.0.22 - - [2026-01-26 02:22:26] "POST /route-targets HTTP/1.1" 200 327 0.009027 10.0.0.22 - - [2026-01-26 02:22:26] "POST /ref-update HTTP/1.1" 200 156 0.010752 10.0.0.22 - - [2026-01-26 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.012074 10.0.0.22 - - [2026-01-26 02:22:26] "GET /network-ipam/72c52f66-3457-4b09-93fb-e07950cf8bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.009660 10.0.0.22 - - [2026-01-26 02:22:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003724 10.0.0.22 - - [2026-01-26 02:22:26] "POST /ref-update HTTP/1.1" 200 156 0.046479 10.0.0.22 - - [2026-01-26 02:22:26] "POST /neutron/network HTTP/1.1" 200 832 0.040396 10.0.0.22 - - [2026-01-26 02:22:26] "POST /neutron/network HTTP/1.1" 200 832 0.016554 10.0.0.22 - - [2026-01-26 02:22:26] "GET /virtual-network/a3d39d48-4732-4812-bbb3-206f8180aac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1981 0.014395 10.0.0.22 - - [2026-01-26 02:22:26] "POST /neutron/network HTTP/1.1" 200 832 0.015952 10.0.0.22 - - [2026-01-26 02:22:26] "POST /neutron/subnet HTTP/1.1" 200 675 0.021956 10.0.0.22 - - [2026-01-26 02:22:26] "GET /virtual-network/a3d39d48-4732-4812-bbb3-206f8180aac1 HTTP/1.1" 401 292 0.000332 10.0.0.22 - - [2026-01-26 02:22:27] "GET /virtual-network/a3d39d48-4732-4812-bbb3-206f8180aac1 HTTP/1.1" 200 2266 0.034351 10.0.0.22 - - [2026-01-26 02:22:27] "GET /virtual-network/a3d39d48-4732-4812-bbb3-206f8180aac1 HTTP/1.1" 401 292 0.000346 10.0.0.22 - - [2026-01-26 02:22:27] "GET /virtual-network/a3d39d48-4732-4812-bbb3-206f8180aac1 HTTP/1.1" 200 2006 0.037728 10.0.0.22 - - [2026-01-26 02:22:27] "GET /obj-perms HTTP/1.1" 200 4915 0.064340 10.0.0.22 - - [2026-01-26 02:22:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000356 10.0.0.22 - - [2026-01-26 02:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.028051 10.0.0.22 - - [2026-01-26 02:22:28] "GET /virtual-network/a3d39d48-4732-4812-bbb3-206f8180aac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1981 0.013492 10.0.0.22 - - [2026-01-26 02:22:28] "GET /obj-perms HTTP/1.1" 200 4915 0.008410 10.0.0.22 - - [2026-01-26 02:22:28] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.015270 10.0.0.22 - - [2026-01-26 02:22:28] "GET /obj-perms HTTP/1.1" 200 4915 0.065263 10.0.0.22 - - [2026-01-26 02:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.22 - - [2026-01-26 02:22:28] "GET /virtual-network/a3d39d48-4732-4812-bbb3-206f8180aac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1981 0.014141 10.0.0.22 - - [2026-01-26 02:22:29] "GET /obj-perms HTTP/1.1" 200 4915 0.010252 10.0.0.22 - - [2026-01-26 02:22:29] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.015989 10.0.0.22 - - [2026-01-26 02:22:29] "POST /id-to-fqname HTTP/1.1" 401 292 0.000438 10.0.0.22 - - [2026-01-26 02:22:29] "POST /id-to-fqname HTTP/1.1" 200 230 0.032995 10.0.0.22 - - [2026-01-26 02:22:30] "POST /neutron/network HTTP/1.1" 200 842 0.040131 10.0.0.22 - - [2026-01-26 02:22:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000521 10.0.0.22 - - [2026-01-26 02:22:30] "GET / HTTP/1.1" 200 35931 0.002450 10.0.0.22 - - [2026-01-26 02:22:30] "GET /project/167a4ac9-f881-47ec-baf3-3d62aa1ee09a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000485 10.0.0.22 - - [2026-01-26 02:22:30] "GET /projects?obj_uuids=167a4ac9-f881-47ec-baf3-3d62aa1ee09a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001197 10.0.0.22 - - [2026-01-26 02:22:30] "GET /project/167a4ac9-f881-47ec-baf3-3d62aa1ee09a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.052424 10.0.0.22 - - [2026-01-26 02:22:30] "POST /neutron/network HTTP/1.1" 200 832 0.005347 10.0.0.22 - - [2026-01-26 02:22:30] "POST /neutron/port HTTP/1.1" 200 117 0.031526 10.0.0.22 - - [2026-01-26 02:22:30] "POST /neutron/port HTTP/1.1" 200 117 0.005465 10.0.0.22 - - [2026-01-26 02:22:31] "POST /neutron/port HTTP/1.1" 200 117 0.004172 10.0.0.22 - - [2026-01-26 02:22:31] "POST /neutron/network HTTP/1.1" 200 842 0.019874 10.0.0.22 - - [2026-01-26 02:22:31] "POST /neutron/network HTTP/1.1" 200 832 0.027323 10.0.0.22 - - [2026-01-26 02:22:31] "GET /projects?obj_uuids=167a4ac9-f881-47ec-baf3-3d62aa1ee09a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001000 10.0.0.22 - - [2026-01-26 02:22:31] "POST /neutron/port HTTP/1.1" 200 1055 0.313482 10.0.0.22 - - [2026-01-26 02:22:31] "POST /neutron/port HTTP/1.1" 200 1055 0.011368 10.0.0.22 - - [2026-01-26 02:22:31] "POST /neutron/port HTTP/1.1" 200 1055 0.010175 10.0.0.22 - - [2026-01-26 02:22:31] "POST /neutron/port HTTP/1.1" 200 1109 0.057392 10.0.0.22 - - [2026-01-26 02:22:31] "POST /neutron/port HTTP/1.1" 200 1119 0.010574 10.0.0.22 - - [2026-01-26 02:22:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004143 10.0.0.22 - - [2026-01-26 02:22:31] "POST /neutron/subnet HTTP/1.1" 200 649 0.008018 10.0.0.22 - - [2026-01-26 02:22:31] "POST /neutron/port HTTP/1.1" 200 117 0.001417 10.0.0.22 - - [2026-01-26 02:22:31] "POST /neutron/network HTTP/1.1" 200 832 0.006693 10.0.0.22 - - [2026-01-26 02:22:36] "POST /neutron/port HTTP/1.1" 200 1119 0.012076 10.0.0.22 - - [2026-01-26 02:22:36] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006443 10.0.0.22 - - [2026-01-26 02:22:36] "POST /neutron/port HTTP/1.1" 200 1119 0.010237 10.0.0.22 - - [2026-01-26 02:22:36] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005810 10.0.0.22 - - [2026-01-26 02:22:36] "POST /neutron/port HTTP/1.1" 200 1119 0.011254 10.0.0.22 - - [2026-01-26 02:22:36] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004790 10.0.0.22 - - [2026-01-26 02:22:36] "POST /neutron/port HTTP/1.1" 200 1119 0.011008 10.0.0.22 - - [2026-01-26 02:22:36] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005953 10.0.0.22 - - [2026-01-26 02:22:36] "GET /virtual-machine/370f2cfe-c92c-4478-96f2-94362730c76a HTTP/1.1" 200 1287 0.011337 10.0.0.22 - - [2026-01-26 02:22:36] "GET /virtual-machine/370f2cfe-c92c-4478-96f2-94362730c76a HTTP/1.1" 200 1287 0.010838 10.0.0.22 - - [2026-01-26 02:22:36] "GET /virtual-machine-interface/7220347b-7828-440f-b432-22ce22a63181 HTTP/1.1" 200 2530 0.015112 10.0.0.22 - - [2026-01-26 02:22:36] "GET /virtual-machine/370f2cfe-c92c-4478-96f2-94362730c76a HTTP/1.1" 200 1287 0.010214 10.0.0.22 - - [2026-01-26 02:22:36] "GET /virtual-machine-interface/7220347b-7828-440f-b432-22ce22a63181 HTTP/1.1" 200 2530 0.012986 10.0.0.22 - - [2026-01-26 02:22:36] "GET /instance-ip/c209ff75-170f-46a4-a572-eb008e9c028e HTTP/1.1" 200 1626 0.012316 10.0.0.22 - - [2026-01-26 02:22:36] "GET /virtual-machine/370f2cfe-c92c-4478-96f2-94362730c76a HTTP/1.1" 200 1287 0.012300 10.0.0.22 - - [2026-01-26 02:22:36] "GET /virtual-machine-interface/7220347b-7828-440f-b432-22ce22a63181 HTTP/1.1" 200 2530 0.015311 10.0.0.22 - - [2026-01-26 02:22:36] "GET /instance-ip/c209ff75-170f-46a4-a572-eb008e9c028e HTTP/1.1" 200 1626 0.014480 10.0.0.22 - - [2026-01-26 02:22:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.008577 10.0.0.22 - - [2026-01-26 02:22:36] "GET / HTTP/1.1" 200 35931 0.002368 10.0.0.22 - - [2026-01-26 02:22:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000591 10.0.0.22 - - [2026-01-26 02:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.029284 10.0.0.22 - - [2026-01-26 02:22:37] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003206 10.0.0.22 - - [2026-01-26 02:22:37] "GET /virtual-networks?parent_id=167a4ac9-f881-47ec-baf3-3d62aa1ee09a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011406 10.0.0.22 - - [2026-01-26 02:22:37] "POST /fqname-to-id HTTP/1.1" 403 339 0.012605 10.0.0.22 - - [2026-01-26 02:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.22 - - [2026-01-26 02:22:37] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003088 10.0.0.22 - - [2026-01-26 02:22:37] "GET /virtual-networks?parent_id=167a4ac9-f881-47ec-baf3-3d62aa1ee09a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012694 10.0.0.22 - - [2026-01-26 02:22:37] "POST /fqname-to-id HTTP/1.1" 403 339 0.012063 10.0.0.22 - - [2026-01-26 02:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.22 - - [2026-01-26 02:22:37] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002636 10.0.0.22 - - [2026-01-26 02:22:37] "GET /virtual-networks?parent_id=167a4ac9-f881-47ec-baf3-3d62aa1ee09a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011493 10.0.0.22 - - [2026-01-26 02:22:37] "POST /fqname-to-id HTTP/1.1" 403 339 0.014126 10.0.0.22 - - [2026-01-26 02:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.22 - - [2026-01-26 02:22:37] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004403 10.0.0.22 - - [2026-01-26 02:22:37] "GET /virtual-networks?parent_id=167a4ac9-f881-47ec-baf3-3d62aa1ee09a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011064 10.0.0.22 - - [2026-01-26 02:22:37] "POST /fqname-to-id HTTP/1.1" 403 339 0.012094 10.0.0.22 - - [2026-01-26 02:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002403 10.0.0.22 - - [2026-01-26 02:22:37] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002841 10.0.0.22 - - [2026-01-26 02:22:37] "GET /virtual-networks?parent_id=167a4ac9-f881-47ec-baf3-3d62aa1ee09a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008954 10.0.0.22 - - [2026-01-26 02:22:40] "POST /neutron/port HTTP/1.1" 200 1119 0.012165 10.0.0.22 - - [2026-01-26 02:22:40] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004439 10.0.0.22 - - [2026-01-26 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.009135 10.0.0.22 - - [2026-01-26 02:22:40] "GET /virtual-network/a3d39d48-4732-4812-bbb3-206f8180aac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1981 0.010628 10.0.0.22 - - [2026-01-26 02:22:42] "POST /fqname-to-id HTTP/1.1" 403 339 0.009563 10.0.0.22 - - [2026-01-26 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.001875 10.0.0.22 - - [2026-01-26 02:22:42] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002249 10.0.0.22 - - [2026-01-26 02:22:42] "GET /virtual-networks?parent_id=167a4ac9-f881-47ec-baf3-3d62aa1ee09a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008718 10.0.0.22 - - [2026-01-26 02:22:43] "POST /fqname-to-id HTTP/1.1" 403 339 0.009073 10.0.0.22 - - [2026-01-26 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001866 10.0.0.22 - - [2026-01-26 02:22:43] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002177 10.0.0.22 - - [2026-01-26 02:22:43] "GET /virtual-networks?parent_id=167a4ac9-f881-47ec-baf3-3d62aa1ee09a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013463 10.0.0.22 - - [2026-01-26 02:22:43] "POST /fqname-to-id HTTP/1.1" 403 361 0.009757 10.0.0.22 - - [2026-01-26 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.22 - - [2026-01-26 02:22:43] "GET /routing-instance/82c19275-c0ff-4c01-935b-c7657081abbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003054 10.0.0.22 - - [2026-01-26 02:22:43] "GET /route-target/6a94c8cf-a842-44c0-bbb2-37cf8b1494d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008043 10.0.0.22 - - [2026-01-26 02:22:43] "GET /route-target/6a94c8cf-a842-44c0-bbb2-37cf8b1494d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.009246 10.0.0.22 - - [2026-01-26 02:22:43] "POST /fqname-to-id HTTP/1.1" 403 339 0.013173 10.0.0.22 - - [2026-01-26 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.22 - - [2026-01-26 02:22:43] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003537 10.0.0.22 - - [2026-01-26 02:22:43] "GET /virtual-networks?parent_id=167a4ac9-f881-47ec-baf3-3d62aa1ee09a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009516 10.0.0.22 - - [2026-01-26 02:22:43] "POST /fqname-to-id HTTP/1.1" 403 361 0.010168 10.0.0.22 - - [2026-01-26 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002631 10.0.0.22 - - [2026-01-26 02:22:43] "GET /routing-instance/82c19275-c0ff-4c01-935b-c7657081abbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003082 10.0.0.22 - - [2026-01-26 02:22:43] "GET /route-target/6a94c8cf-a842-44c0-bbb2-37cf8b1494d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008813 10.0.0.22 - - [2026-01-26 02:22:43] "GET /route-target/6a94c8cf-a842-44c0-bbb2-37cf8b1494d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002776 10.0.0.22 - - [2026-01-26 02:22:43] "GET /obj-perms HTTP/1.1" 200 4915 0.008133 10.0.0.22 - - [2026-01-26 02:22:43] "GET /virtual-machine/370f2cfe-c92c-4478-96f2-94362730c76a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009778 10.0.0.22 - - [2026-01-26 02:22:43] "GET /obj-perms HTTP/1.1" 200 4915 0.008443 10.0.0.22 - - [2026-01-26 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002524 10.0.0.22 - - [2026-01-26 02:22:43] "GET /virtual-machine-interface/7220347b-7828-440f-b432-22ce22a63181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.014567 10.0.0.22 - - [2026-01-26 02:22:43] "GET /obj-perms HTTP/1.1" 200 4915 0.008430 10.0.0.22 - - [2026-01-26 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002567 10.0.0.22 - - [2026-01-26 02:22:44] "GET /virtual-machine-interface/7220347b-7828-440f-b432-22ce22a63181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.013628 10.0.0.22 - - [2026-01-26 02:22:44] "GET /obj-perms HTTP/1.1" 200 4915 0.008641 10.0.0.22 - - [2026-01-26 02:22:44] "GET /virtual-machine/370f2cfe-c92c-4478-96f2-94362730c76a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.010146 10.0.0.22 - - [2026-01-26 02:22:44] "GET /obj-perms HTTP/1.1" 200 4915 0.008661 10.0.0.22 - - [2026-01-26 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002358 10.0.0.22 - - [2026-01-26 02:22:44] "GET /virtual-machine-interface/7220347b-7828-440f-b432-22ce22a63181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.013158 10.0.0.22 - - [2026-01-26 02:22:44] "GET /obj-perms HTTP/1.1" 200 4915 0.008283 10.0.0.22 - - [2026-01-26 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002389 10.0.0.22 - - [2026-01-26 02:22:44] "GET /virtual-network/a3d39d48-4732-4812-bbb3-206f8180aac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1981 0.011426 10.0.0.22 - - [2026-01-26 02:22:44] "GET /obj-perms HTTP/1.1" 200 4915 0.008271 10.0.0.22 - - [2026-01-26 02:22:44] "GET /virtual-machine/370f2cfe-c92c-4478-96f2-94362730c76a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.012240 10.0.0.22 - - [2026-01-26 02:22:44] "GET /obj-perms HTTP/1.1" 200 4915 0.008299 10.0.0.22 - - [2026-01-26 02:22:44] "GET /obj-perms HTTP/1.1" 200 4915 0.008888 10.0.0.22 - - [2026-01-26 02:22:45] "GET /obj-perms HTTP/1.1" 200 4915 0.057956 10.0.0.22 - - [2026-01-26 02:22:45] "GET /obj-perms HTTP/1.1" 200 4915 0.007887 10.0.0.22 - - [2026-01-26 02:22:45] "GET /obj-perms HTTP/1.1" 200 5020 0.051771 10.0.0.22 - - [2026-01-26 02:22:45] "GET /obj-perms HTTP/1.1" 200 5020 0.002903 10.0.0.22 - - [2026-01-26 02:22:45] "GET /obj-perms HTTP/1.1" 200 4915 0.010097 10.0.0.22 - - [2026-01-26 02:22:45] "GET /obj-perms HTTP/1.1" 200 4915 0.011437 10.0.0.22 - - [2026-01-26 02:22:46] "GET /obj-perms HTTP/1.1" 200 4915 0.057029 10.0.0.22 - - [2026-01-26 02:22:46] "GET /obj-perms HTTP/1.1" 200 4915 0.008141 10.0.0.22 - - [2026-01-26 02:22:46] "GET /obj-perms HTTP/1.1" 200 5020 0.002652 10.0.0.22 - - [2026-01-26 02:22:46] "GET /obj-perms HTTP/1.1" 200 5020 0.003030 10.0.0.22 - - [2026-01-26 02:22:46] "GET /obj-perms HTTP/1.1" 200 4915 0.008030 10.0.0.22 - - [2026-01-26 02:22:46] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.008379 10.0.0.22 - - [2026-01-26 02:22:46] "GET /virtual-machine/370f2cfe-c92c-4478-96f2-94362730c76a HTTP/1.1" 200 1287 0.011580 10.0.0.22 - - [2026-01-26 02:22:46] "POST /neutron/port HTTP/1.1" 200 1119 0.010208 10.0.0.22 - - [2026-01-26 02:22:46] "POST /neutron/port HTTP/1.1" 200 1109 0.008217 10.0.0.22 - - [2026-01-26 02:22:47] "POST /neutron/port HTTP/1.1" 200 151 0.080498 10.0.0.22 - - [2026-01-26 02:22:48] "DELETE /project/118d30320898437aa7170399cc204374 HTTP/1.1" 404 173 0.007545 10.0.0.22 - - [2026-01-26 02:22:48] "DELETE /project/36d3a66757a242058b28da121f35a74b HTTP/1.1" 404 173 0.006264 10.0.0.22 - - [2026-01-26 02:22:48] "DELETE /project/167a4ac9f88147ecbaf33d62aa1ee09a HTTP/1.1" 404 173 0.005630 10.0.0.22 - - [2026-01-26 02:22:48] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000753 10.0.0.22 - - [2026-01-26 02:22:48] "GET /project/0dfe1a27-b827-461a-9140-9be77523586a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.023462 10.0.0.22 - - [2026-01-26 02:22:48] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000812 10.0.0.22 - - [2026-01-26 02:22:48] "GET /project/0dfe1a27-b827-461a-9140-9be77523586a?fields=security_groups HTTP/1.1" 200 1373 0.064761 10.0.0.22 - - [2026-01-26 02:22:48] "DELETE /security-group/9c52b0ee-b2b1-4262-a3d6-50baee243cba HTTP/1.1" 200 115 0.028750 10.0.0.22 - - [2026-01-26 02:22:48] "GET /projects?obj_uuids=0dfe1a27-b827-461a-9140-9be77523586a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000909 10.0.0.22 - - [2026-01-26 02:22:48] "GET /project/0dfe1a27-b827-461a-9140-9be77523586a?fields=application_policy_sets HTTP/1.1" 200 1412 0.026158 10.0.0.22 - - [2026-01-26 02:22:48] "DELETE /access-control-list/3ca91e35-4496-4931-b901-16de49eaa802 HTTP/1.1" 200 115 0.036442 10.0.0.22 - - [2026-01-26 02:22:48] "DELETE /access-control-list/7e2d96e2-364a-432c-87c8-1564e41ded5c HTTP/1.1" 200 115 0.016957 10.0.0.22 - - [2026-01-26 02:22:48] "DELETE /project/0dfe1a27-b827-461a-9140-9be77523586a HTTP/1.1" 200 115 0.289348 10.0.0.22 - - [2026-01-26 02:22:48] "GET /virtual-machine/370f2cfe-c92c-4478-96f2-94362730c76a HTTP/1.1" 404 171 0.009796 10.0.0.22 - - [2026-01-26 02:22:48] "GET /virtual-machine/370f2cfe-c92c-4478-96f2-94362730c76a HTTP/1.1" 404 171 0.006730 10.0.0.22 - - [2026-01-26 02:22:48] "GET /virtual-machine/370f2cfe-c92c-4478-96f2-94362730c76a HTTP/1.1" 404 171 0.007638 10.0.0.22 - - [2026-01-26 02:22:48] "POST /fqname-to-id HTTP/1.1" 403 339 0.009124 10.0.0.22 - - [2026-01-26 02:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005008 10.0.0.22 - - [2026-01-26 02:22:48] "GET /global-vrouter-config/54442c41-a36d-4a65-a76c-a105f9a80a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002702 10.0.0.22 - - [2026-01-26 02:22:48] "GET /virtual-networks?parent_id=167a4ac9-f881-47ec-baf3-3d62aa1ee09a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017180 10.0.0.22 - - [2026-01-26 02:22:48] "POST /fqname-to-id HTTP/1.1" 403 361 0.011152 10.0.0.22 - - [2026-01-26 02:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.22 - - [2026-01-26 02:22:48] "GET /routing-instance/82c19275-c0ff-4c01-935b-c7657081abbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003122 10.0.0.22 - - [2026-01-26 02:22:48] "GET /route-target/6a94c8cf-a842-44c0-bbb2-37cf8b1494d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008593 10.0.0.22 - - [2026-01-26 02:22:48] "GET /route-target/6a94c8cf-a842-44c0-bbb2-37cf8b1494d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002298 10.0.0.22 - - [2026-01-26 02:22:48] "GET /obj-perms HTTP/1.1" 200 4915 0.008373 10.0.0.22 - - [2026-01-26 02:22:48] "GET /obj-perms HTTP/1.1" 200 4915 0.007408 10.0.0.22 - - [2026-01-26 02:22:49] "GET /obj-perms HTTP/1.1" 200 4915 0.058970 10.0.0.22 - - [2026-01-26 02:22:49] "GET /obj-perms HTTP/1.1" 200 4915 0.008683 10.0.0.22 - - [2026-01-26 02:22:49] "GET /obj-perms HTTP/1.1" 200 5020 0.003097 10.0.0.22 - - [2026-01-26 02:22:52] "GET /obj-perms HTTP/1.1" 200 5020 0.003663 10.0.0.22 - - [2026-01-26 02:22:55] "GET /obj-perms HTTP/1.1" 200 5020 0.002799 10.0.0.22 - - [2026-01-26 02:22:55] "GET /obj-perms HTTP/1.1" 200 5056 0.046269 10.0.0.22 - - [2026-01-26 02:22:56] "GET /obj-perms HTTP/1.1" 200 5056 0.051029 10.0.0.22 - - [2026-01-26 02:22:58] "GET /obj-perms HTTP/1.1" 200 5020 0.002740 10.0.0.22 - - [2026-01-26 02:23:01] "GET /obj-perms HTTP/1.1" 200 5020 0.003258 10.0.0.22 - - [2026-01-26 02:23:04] "GET /obj-perms HTTP/1.1" 200 5020 0.003704 10.0.0.22 - - [2026-01-26 02:23:07] "GET /obj-perms HTTP/1.1" 200 5020 0.002966 10.0.0.22 - - [2026-01-26 02:23:10] "GET /obj-perms HTTP/1.1" 200 5020 0.003139 10.0.0.22 - - [2026-01-26 02:23:13] "GET /obj-perms HTTP/1.1" 200 5020 0.003045 10.0.0.22 - - [2026-01-26 02:23:16] "GET /obj-perms HTTP/1.1" 200 5020 0.002662 10.0.0.22 - - [2026-01-26 02:23:19] "GET /obj-perms HTTP/1.1" 200 5020 0.003205 10.0.0.22 - - [2026-01-26 02:23:22] "GET /obj-perms HTTP/1.1" 200 5020 0.002751 10.0.0.22 - - [2026-01-26 02:23:25] "GET /obj-perms HTTP/1.1" 200 5020 0.003246 10.0.0.22 - - [2026-01-26 02:23:28] "GET /obj-perms HTTP/1.1" 200 5020 0.002797 10.0.0.22 - - [2026-01-26 02:23:31] "GET /obj-perms HTTP/1.1" 200 5020 0.002723 10.0.0.22 - - [2026-01-26 02:23:34] "GET /obj-perms HTTP/1.1" 200 5020 0.002990 10.0.0.22 - - [2026-01-26 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.22 - - [2026-01-26 02:23:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002280 10.0.0.22 - - [2026-01-26 02:23:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002409 10.0.0.22 - - [2026-01-26 02:23:34] "DELETE /virtual-network/a3d39d48-4732-4812-bbb3-206f8180aac1 HTTP/1.1" 200 115 0.074090 10.0.0.22 - - [2026-01-26 02:23:34] "DELETE /route-target/6a94c8cf-a842-44c0-bbb2-37cf8b1494d3 HTTP/1.1" 200 115 0.014298 10.0.0.22 - - [2026-01-26 02:23:34] "DELETE /api-access-list/3b8dacf6-5df1-4b87-ae85-bcf7d5a7a4ff HTTP/1.1" 200 115 0.017603 10.0.0.22 - - [2026-01-26 02:23:34] "GET /api-access-list/3b8dacf6-5df1-4b87-ae85-bcf7d5a7a4ff HTTP/1.1" 404 171 0.001724 10.0.0.22 - - [2026-01-26 02:23:34] "GET /projects?obj_uuids=167a4ac9-f881-47ec-baf3-3d62aa1ee09a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000938 10.0.0.22 - - [2026-01-26 02:23:34] "GET /project/167a4ac9-f881-47ec-baf3-3d62aa1ee09a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.031092 10.0.0.22 - - [2026-01-26 02:23:34] "GET /projects?obj_uuids=167a4ac9-f881-47ec-baf3-3d62aa1ee09a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000979 10.0.0.22 - - [2026-01-26 02:23:34] "GET /project/167a4ac9-f881-47ec-baf3-3d62aa1ee09a?fields=virtual_networks HTTP/1.1" 200 1032 0.064497 10.0.0.22 - - [2026-01-26 02:23:34] "GET /projects?obj_uuids=167a4ac9-f881-47ec-baf3-3d62aa1ee09a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000962 10.0.0.22 - - [2026-01-26 02:23:34] "GET /project/167a4ac9-f881-47ec-baf3-3d62aa1ee09a?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.021487 10.0.0.22 - - [2026-01-26 02:23:35] "GET /projects?obj_uuids=167a4ac9-f881-47ec-baf3-3d62aa1ee09a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000863 10.0.0.22 - - [2026-01-26 02:23:35] "GET /project/167a4ac9-f881-47ec-baf3-3d62aa1ee09a?fields=security_groups HTTP/1.1" 200 1253 0.027586 10.0.0.22 - - [2026-01-26 02:23:35] "GET /projects?obj_uuids=36d3a667-57a2-4205-8b28-da121f35a74b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001091 10.0.0.22 - - [2026-01-26 02:23:35] "GET /project/36d3a667-57a2-4205-8b28-da121f35a74b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.021289 10.0.0.22 - - [2026-01-26 02:23:35] "GET /projects?obj_uuids=36d3a667-57a2-4205-8b28-da121f35a74b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000835 10.0.0.22 - - [2026-01-26 02:23:35] "GET /project/36d3a667-57a2-4205-8b28-da121f35a74b?fields=virtual_networks HTTP/1.1" 200 1032 0.064579 10.0.0.22 - - [2026-01-26 02:23:35] "GET /projects?obj_uuids=36d3a667-57a2-4205-8b28-da121f35a74b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000949 10.0.0.22 - - [2026-01-26 02:23:35] "GET /project/36d3a667-57a2-4205-8b28-da121f35a74b?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.023578 10.0.0.22 - - [2026-01-26 02:23:35] "GET /projects?obj_uuids=36d3a667-57a2-4205-8b28-da121f35a74b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000916 10.0.0.22 - - [2026-01-26 02:23:35] "GET /project/36d3a667-57a2-4205-8b28-da121f35a74b?fields=security_groups HTTP/1.1" 200 1253 0.020635 10.0.0.22 - - [2026-01-26 02:23:36] "GET /api-access-list/ddfc3a2b-54c2-40d6-be8c-3b70ca46b7b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003039 10.0.0.22 - - [2026-01-26 02:23:37] "PUT /api-access-list/ddfc3a2b-54c2-40d6-be8c-3b70ca46b7b2 HTTP/1.1" 200 264 0.007639 10.0.0.22 - - [2026-01-26 02:23:37] "GET /projects?obj_uuids=118d3032-0898-437a-a717-0399cc204374&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000890 10.0.0.22 - - [2026-01-26 02:23:37] "GET /project/118d3032-0898-437a-a717-0399cc204374?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.022500 10.0.0.22 - - [2026-01-26 02:23:37] "GET /projects?obj_uuids=118d3032-0898-437a-a717-0399cc204374&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000845 10.0.0.22 - - [2026-01-26 02:23:37] "GET /project/118d3032-0898-437a-a717-0399cc204374?fields=virtual_networks HTTP/1.1" 200 1032 0.065687 10.0.0.22 - - [2026-01-26 02:23:37] "GET /projects?obj_uuids=118d3032-0898-437a-a717-0399cc204374&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000921 10.0.0.22 - - [2026-01-26 02:23:37] "GET /project/118d3032-0898-437a-a717-0399cc204374?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.018291 10.0.0.22 - - [2026-01-26 02:23:37] "GET /projects?obj_uuids=118d3032-0898-437a-a717-0399cc204374&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000969 10.0.0.22 - - [2026-01-26 02:23:37] "GET /project/118d3032-0898-437a-a717-0399cc204374?fields=security_groups HTTP/1.1" 200 1253 0.026700 10.0.0.22 - - [2026-01-26 02:23:38] "POST /fqname-to-id HTTP/1.1" 404 188 0.024746 10.0.0.22 - - [2026-01-26 02:23:38] "GET /projects?obj_uuids=be500c28-9344-411f-9064-17863977873b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002069 10.0.0.22 - - [2026-01-26 02:23:38] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.22 - - [2026-01-26 02:23:38] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006018 10.0.0.22 - - [2026-01-26 02:23:38] "POST /id-to-fqname HTTP/1.1" 200 190 0.001454 10.0.0.22 - - [2026-01-26 02:23:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.002507 10.0.0.22 - - [2026-01-26 02:23:38] "POST /security-groups HTTP/1.1" 200 591 0.064339 10.0.0.22 - - [2026-01-26 02:23:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.002377 10.0.0.22 - - [2026-01-26 02:23:38] "POST /projects HTTP/1.1" 200 585 0.210249 10.0.0.22 - - [2026-01-26 02:23:38] "POST /access-control-lists HTTP/1.1" 200 596 0.056189 10.0.0.22 - - [2026-01-26 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.285674 10.0.0.22 - - [2026-01-26 02:23:38] "POST /fqname-to-id HTTP/1.1" 404 233 0.002458 10.0.0.22 - - [2026-01-26 02:23:38] "GET /project/be500c28-9344-411f-9064-17863977873b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.400010 10.0.0.22 - - [2026-01-26 02:23:38] "POST /access-control-lists HTTP/1.1" 200 594 0.056638 10.0.0.22 - - [2026-01-26 02:23:39] "GET / HTTP/1.1" 200 35931 0.001767 10.0.0.22 - - [2026-01-26 02:23:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000461 10.0.0.22 - - [2026-01-26 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.028218 10.0.0.22 - - [2026-01-26 02:23:41] "GET /api-access-list/ddfc3a2b-54c2-40d6-be8c-3b70ca46b7b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.002806 10.0.0.22 - - [2026-01-26 02:23:42] "GET /api-access-list/ddfc3a2b-54c2-40d6-be8c-3b70ca46b7b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.002872 10.0.0.22 - - [2026-01-26 02:23:42] "GET /api-access-list/ddfc3a2b-54c2-40d6-be8c-3b70ca46b7b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003212 10.0.0.22 - - [2026-01-26 02:23:42] "PUT /api-access-list/ddfc3a2b-54c2-40d6-be8c-3b70ca46b7b2 HTTP/1.1" 200 264 0.007886 10.0.0.22 - - [2026-01-26 02:23:42] "GET /aaa-mode HTTP/1.1" 200 128 0.001017 10.0.0.22 - - [2026-01-26 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 188 0.022207 10.0.0.22 - - [2026-01-26 02:23:42] "GET /projects?obj_uuids=be5881f7-2612-48c3-9cc0-ee525d25a050&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002069 10.0.0.22 - - [2026-01-26 02:23:42] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000888 10.0.0.22 - - [2026-01-26 02:23:42] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005950 10.0.0.22 - - [2026-01-26 02:23:42] "POST /id-to-fqname HTTP/1.1" 200 190 0.002263 10.0.0.22 - - [2026-01-26 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 199 0.001974 10.0.0.22 - - [2026-01-26 02:23:42] "POST /security-groups HTTP/1.1" 200 591 0.060384 10.0.0.22 - - [2026-01-26 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.002469 10.0.0.22 - - [2026-01-26 02:23:42] "POST /projects HTTP/1.1" 200 585 0.195095 10.0.0.22 - - [2026-01-26 02:23:43] "POST /access-control-lists HTTP/1.1" 200 596 0.063540 10.0.0.22 - - [2026-01-26 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.266084 10.0.0.22 - - [2026-01-26 02:23:43] "POST /fqname-to-id HTTP/1.1" 404 233 0.002390 10.0.0.22 - - [2026-01-26 02:23:43] "GET /project/be5881f7-2612-48c3-9cc0-ee525d25a050?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.378695 10.0.0.22 - - [2026-01-26 02:23:43] "POST /access-control-lists HTTP/1.1" 200 594 0.056589 10.0.0.22 - - [2026-01-26 02:23:43] "POST /fqname-to-id HTTP/1.1" 404 188 0.029964 10.0.0.22 - - [2026-01-26 02:23:43] "GET /projects?obj_uuids=42da7b71-f2e6-469a-8542-a9a8a34c2c25&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003146 10.0.0.22 - - [2026-01-26 02:23:43] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000899 10.0.0.22 - - [2026-01-26 02:23:43] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005759 10.0.0.22 - - [2026-01-26 02:23:43] "POST /id-to-fqname HTTP/1.1" 200 190 0.002481 10.0.0.22 - - [2026-01-26 02:23:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.002130 10.0.0.22 - - [2026-01-26 02:23:43] "POST /security-groups HTTP/1.1" 200 591 0.060174 10.0.0.22 - - [2026-01-26 02:23:43] "POST /fqname-to-id HTTP/1.1" 404 234 0.002387 10.0.0.22 - - [2026-01-26 02:23:43] "POST /projects HTTP/1.1" 200 585 0.211139 10.0.0.22 - - [2026-01-26 02:23:43] "POST /access-control-lists HTTP/1.1" 200 596 0.057055 10.0.0.22 - - [2026-01-26 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.281195 10.0.0.22 - - [2026-01-26 02:23:43] "POST /fqname-to-id HTTP/1.1" 404 233 0.002258 10.0.0.22 - - [2026-01-26 02:23:43] "GET /project/42da7b71-f2e6-469a-8542-a9a8a34c2c25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.398896 10.0.0.22 - - [2026-01-26 02:23:43] "POST /access-control-lists HTTP/1.1" 200 594 0.056542 10.0.0.22 - - [2026-01-26 02:23:44] "GET / HTTP/1.1" 200 35931 0.001922 10.0.0.22 - - [2026-01-26 02:23:45] "GET / HTTP/1.1" 200 35931 0.001367 10.0.0.22 - - [2026-01-26 02:23:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.002553 10.0.0.22 - - [2026-01-26 02:23:45] "POST /api-access-lists HTTP/1.1" 200 521 0.011374 10.0.0.22 - - [2026-01-26 02:23:45] "GET /api-access-list/c43ac8ac-2454-4ff7-938d-0c8209ed6511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.003954 10.0.0.22 - - [2026-01-26 02:23:45] "GET /api-access-list/c43ac8ac-2454-4ff7-938d-0c8209ed6511 HTTP/1.1" 401 292 0.000411 10.0.0.22 - - [2026-01-26 02:23:46] "GET /api-access-list/c43ac8ac-2454-4ff7-938d-0c8209ed6511 HTTP/1.1" 200 1289 0.058928 10.0.0.22 - - [2026-01-26 02:23:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000333 10.0.0.22 - - [2026-01-26 02:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.040165 10.0.0.22 - - [2026-01-26 02:23:46] "GET /projects?obj_uuids=be5881f7-2612-48c3-9cc0-ee525d25a050&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001156 10.0.0.22 - - [2026-01-26 02:23:46] "GET /project/be5881f7-2612-48c3-9cc0-ee525d25a050?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.027787 10.0.0.22 - - [2026-01-26 02:23:46] "GET /virtual-networks?parent_id=be5881f7-2612-48c3-9cc0-ee525d25a050&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009421 10.0.0.22 - - [2026-01-26 02:23:46] "POST /virtual-networks HTTP/1.1" 200 583 0.041255 10.0.0.22 - - [2026-01-26 02:23:46] "POST /route-targets HTTP/1.1" 200 327 0.008469 10.0.0.22 - - [2026-01-26 02:23:46] "POST /ref-update HTTP/1.1" 200 156 0.008383 10.0.0.22 - - [2026-01-26 02:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.010741 10.0.0.22 - - [2026-01-26 02:23:46] "GET /network-ipam/72c52f66-3457-4b09-93fb-e07950cf8bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.008733 10.0.0.22 - - [2026-01-26 02:23:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002836 10.0.0.22 - - [2026-01-26 02:23:46] "POST /ref-update HTTP/1.1" 200 156 0.038318 10.0.0.22 - - [2026-01-26 02:23:46] "POST /neutron/network HTTP/1.1" 200 845 0.040581 10.0.0.22 - - [2026-01-26 02:23:46] "POST /neutron/network HTTP/1.1" 200 845 0.015710 10.0.0.22 - - [2026-01-26 02:23:46] "GET /virtual-network/d3a8cd44-4605-4ce6-9457-63b882e5f7eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2005 0.011128 10.0.0.22 - - [2026-01-26 02:23:46] "POST /neutron/network HTTP/1.1" 200 845 0.017302 10.0.0.22 - - [2026-01-26 02:23:46] "POST /neutron/subnet HTTP/1.1" 200 664 0.024104 10.0.0.22 - - [2026-01-26 02:23:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.002150 10.0.0.22 - - [2026-01-26 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.036046 10.0.0.22 - - [2026-01-26 02:23:47] "GET /projects?obj_uuids=42da7b71-f2e6-469a-8542-a9a8a34c2c25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001049 10.0.0.22 - - [2026-01-26 02:23:47] "GET /project/42da7b71-f2e6-469a-8542-a9a8a34c2c25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.030266 10.0.0.22 - - [2026-01-26 02:23:47] "GET /virtual-networks?parent_id=42da7b71-f2e6-469a-8542-a9a8a34c2c25&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010316 10.0.0.22 - - [2026-01-26 02:23:47] "POST /virtual-networks HTTP/1.1" 200 583 0.044545 10.0.0.22 - - [2026-01-26 02:23:47] "POST /route-targets HTTP/1.1" 200 327 0.009614 10.0.0.22 - - [2026-01-26 02:23:47] "POST /ref-update HTTP/1.1" 200 156 0.009275 10.0.0.22 - - [2026-01-26 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.010503 10.0.0.22 - - [2026-01-26 02:23:47] "GET /network-ipam/72c52f66-3457-4b09-93fb-e07950cf8bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.009313 10.0.0.22 - - [2026-01-26 02:23:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002315 10.0.0.22 - - [2026-01-26 02:23:47] "POST /ref-update HTTP/1.1" 200 156 0.041247 10.0.0.22 - - [2026-01-26 02:23:47] "POST /neutron/network HTTP/1.1" 200 848 0.037846 10.0.0.22 - - [2026-01-26 02:23:47] "POST /neutron/network HTTP/1.1" 200 848 0.016087 10.0.0.22 - - [2026-01-26 02:23:47] "GET /virtual-network/9be71f7d-d85e-4595-90c7-9005986141ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.014160 10.0.0.22 - - [2026-01-26 02:23:47] "POST /neutron/network HTTP/1.1" 200 848 0.016630 10.0.0.22 - - [2026-01-26 02:23:47] "POST /neutron/subnet HTTP/1.1" 200 679 0.023828 10.0.0.22 - - [2026-01-26 02:23:47] "GET /virtual-network/d3a8cd44-4605-4ce6-9457-63b882e5f7eb HTTP/1.1" 401 292 0.000384 10.0.0.22 - - [2026-01-26 02:23:48] "GET /virtual-network/d3a8cd44-4605-4ce6-9457-63b882e5f7eb HTTP/1.1" 200 2305 0.036100 10.0.0.22 - - [2026-01-26 02:23:48] "GET /virtual-network/d3a8cd44-4605-4ce6-9457-63b882e5f7eb HTTP/1.1" 401 292 0.001807 10.0.0.22 - - [2026-01-26 02:23:48] "GET /virtual-network/d3a8cd44-4605-4ce6-9457-63b882e5f7eb HTTP/1.1" 403 376 0.042749 10.0.0.22 - - [2026-01-26 02:23:48] "GET /virtual-network/d3a8cd44-4605-4ce6-9457-63b882e5f7eb HTTP/1.1" 200 2305 0.004564 10.0.0.22 - - [2026-01-26 02:23:48] "DELETE /project/be500c289344411f906417863977873b HTTP/1.1" 404 173 0.014709 10.0.0.22 - - [2026-01-26 02:23:48] "DELETE /project/be5881f7261248c39cc0ee525d25a050 HTTP/1.1" 404 173 0.010891 10.0.0.22 - - [2026-01-26 02:23:48] "DELETE /project/42da7b71f2e6469a8542a9a8a34c2c25 HTTP/1.1" 404 173 0.007362 10.0.0.22 - - [2026-01-26 02:23:48] "GET /projects?obj_uuids=118d3032-0898-437a-a717-0399cc204374&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000854 10.0.0.22 - - [2026-01-26 02:23:48] "GET /projects?obj_uuids=167a4ac9-f881-47ec-baf3-3d62aa1ee09a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000712 10.0.0.22 - - [2026-01-26 02:23:48] "GET /projects?obj_uuids=36d3a667-57a2-4205-8b28-da121f35a74b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000693 10.0.0.22 - - [2026-01-26 02:23:48] "GET /project/36d3a667-57a2-4205-8b28-da121f35a74b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.044037 10.0.0.22 - - [2026-01-26 02:23:48] "GET /project/118d3032-0898-437a-a717-0399cc204374?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.045730 10.0.0.22 - - [2026-01-26 02:23:48] "GET /project/167a4ac9-f881-47ec-baf3-3d62aa1ee09a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.051315 10.0.0.22 - - [2026-01-26 02:23:48] "GET /virtual-networks HTTP/1.1" 200 371 0.071868 10.0.0.22 - - [2026-01-26 02:23:48] "GET /projects?obj_uuids=167a4ac9-f881-47ec-baf3-3d62aa1ee09a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000815 10.0.0.22 - - [2026-01-26 02:23:48] "GET /projects?obj_uuids=118d3032-0898-437a-a717-0399cc204374&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000689 10.0.0.22 - - [2026-01-26 02:23:48] "GET /projects?obj_uuids=36d3a667-57a2-4205-8b28-da121f35a74b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000685 10.0.0.22 - - [2026-01-26 02:23:48] "GET /project/167a4ac9-f881-47ec-baf3-3d62aa1ee09a?fields=security_groups HTTP/1.1" 200 1358 0.037458 10.0.0.22 - - [2026-01-26 02:23:48] "GET /project/36d3a667-57a2-4205-8b28-da121f35a74b?fields=security_groups HTTP/1.1" 200 1358 0.047731 10.0.0.22 - - [2026-01-26 02:23:48] "GET /project/118d3032-0898-437a-a717-0399cc204374?fields=security_groups HTTP/1.1" 200 1358 0.054693 10.0.0.22 - - [2026-01-26 02:23:48] "GET /virtual-networks HTTP/1.1" 200 371 0.056434 10.0.0.22 - - [2026-01-26 02:23:48] "DELETE /security-group/2de3b653-44aa-4d1a-95f0-5c1e69a3646c HTTP/1.1" 200 115 0.063618 10.0.0.22 - - [2026-01-26 02:23:48] "GET /projects?obj_uuids=167a4ac9-f881-47ec-baf3-3d62aa1ee09a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002826 10.0.0.22 - - [2026-01-26 02:23:48] "DELETE /access-control-list/88758fa4-414c-4f85-8072-687680b36a5e HTTP/1.1" 200 115 0.048044 10.0.0.22 - - [2026-01-26 02:23:48] "DELETE /security-group/e9a6c097-e806-4851-b638-7036139ac8bd HTTP/1.1" 200 115 0.076426 10.0.0.22 - - [2026-01-26 02:23:48] "DELETE /security-group/cf2e9d02-889c-4909-8acd-14218446a42a HTTP/1.1" 200 115 0.078650 10.0.0.22 - - [2026-01-26 02:23:48] "GET /projects?obj_uuids=36d3a667-57a2-4205-8b28-da121f35a74b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000876 10.0.0.22 - - [2026-01-26 02:23:48] "GET /projects?obj_uuids=118d3032-0898-437a-a717-0399cc204374&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000742 10.0.0.22 - - [2026-01-26 02:23:48] "GET /project/167a4ac9-f881-47ec-baf3-3d62aa1ee09a?fields=application_policy_sets HTTP/1.1" 200 1397 0.046191 10.0.0.22 - - [2026-01-26 02:23:48] "DELETE /access-control-list/24e2b6c0-3363-4be2-9a38-2f395a53ef6b HTTP/1.1" 200 115 0.040665 10.0.0.22 - - [2026-01-26 02:23:48] "GET /project/118d3032-0898-437a-a717-0399cc204374?fields=application_policy_sets HTTP/1.1" 200 1397 0.051292 10.0.0.22 - - [2026-01-26 02:23:48] "DELETE /access-control-list/6bcb7a9e-82f3-4889-b067-2d8fbea14055 HTTP/1.1" 200 115 0.044253 10.0.0.22 - - [2026-01-26 02:23:48] "GET /project/36d3a667-57a2-4205-8b28-da121f35a74b?fields=application_policy_sets HTTP/1.1" 200 1397 0.095827 10.0.0.22 - - [2026-01-26 02:23:48] "DELETE /access-control-list/9c2b5ec4-f05a-4ccf-bbe6-fa125489ddf7 HTTP/1.1" 200 115 0.063578 10.0.0.22 - - [2026-01-26 02:23:49] "DELETE /access-control-list/874d59f5-7160-4d9f-afde-40d98ae0f704 HTTP/1.1" 200 115 0.049316 10.0.0.22 - - [2026-01-26 02:23:49] "DELETE /project/167a4ac9-f881-47ec-baf3-3d62aa1ee09a HTTP/1.1" 200 115 0.491862 10.0.0.22 - - [2026-01-26 02:23:49] "DELETE /project/118d3032-0898-437a-a717-0399cc204374 HTTP/1.1" 200 115 0.499400 10.0.0.22 - - [2026-01-26 02:23:49] "DELETE /access-control-list/20dea2b3-d90a-4110-9f4a-5b10aa970f10 HTTP/1.1" 200 115 0.074713 10.0.0.22 - - [2026-01-26 02:23:49] "DELETE /project/36d3a667-57a2-4205-8b28-da121f35a74b HTTP/1.1" 200 115 0.540310 10.0.0.22 - - [2026-01-26 02:23:49] "GET /obj-perms HTTP/1.1" 403 257 0.057369 10.0.0.22 - - [2026-01-26 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002217 10.0.0.22 - - [2026-01-26 02:23:49] "GET /virtual-network/d3a8cd44-4605-4ce6-9457-63b882e5f7eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2005 0.014015 10.0.0.22 - - [2026-01-26 02:23:49] "GET /obj-perms HTTP/1.1" 403 257 0.037346 10.0.0.22 - - [2026-01-26 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002127 10.0.0.22 - - [2026-01-26 02:23:49] "GET /virtual-network/d3a8cd44-4605-4ce6-9457-63b882e5f7eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009963 10.0.0.22 - - [2026-01-26 02:23:50] "GET /obj-perms HTTP/1.1" 200 5030 0.059915 10.0.0.22 - - [2026-01-26 02:23:50] "GET /obj-perms HTTP/1.1" 403 257 0.007893 10.0.0.22 - - [2026-01-26 02:23:50] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.020181 10.0.0.22 - - [2026-01-26 02:23:50] "GET /obj-perms HTTP/1.1" 403 257 0.006346 10.0.0.22 - - [2026-01-26 02:23:50] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.018697 10.0.0.22 - - [2026-01-26 02:23:50] "GET /obj-perms HTTP/1.1" 200 5030 0.002792 10.0.0.22 - - [2026-01-26 02:23:50] "PUT /virtual-network/d3a8cd44-4605-4ce6-9457-63b882e5f7eb HTTP/1.1" 200 264 0.025326 10.0.0.22 - - [2026-01-26 02:23:50] "GET /virtual-networks HTTP/1.1" 200 132 0.016909 10.0.0.22 - - [2026-01-26 02:23:50] "GET /virtual-networks HTTP/1.1" 200 611 0.014613 10.0.0.22 - - [2026-01-26 02:23:50] "GET /virtual-networks HTTP/1.1" 200 1429 0.002337 10.0.0.22 - - [2026-01-26 02:23:50] "GET /obj-perms HTTP/1.1" 403 257 0.006098 10.0.0.22 - - [2026-01-26 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001986 10.0.0.22 - - [2026-01-26 02:23:50] "GET /virtual-network/d3a8cd44-4605-4ce6-9457-63b882e5f7eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.007642 10.0.0.22 - - [2026-01-26 02:23:50] "GET /obj-perms HTTP/1.1" 403 257 0.034222 10.0.0.22 - - [2026-01-26 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002086 10.0.0.22 - - [2026-01-26 02:23:50] "GET /virtual-network/d3a8cd44-4605-4ce6-9457-63b882e5f7eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.007894 10.0.0.22 - - [2026-01-26 02:23:51] "GET /obj-perms HTTP/1.1" 403 257 0.006933 10.0.0.22 - - [2026-01-26 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002387 10.0.0.22 - - [2026-01-26 02:23:51] "GET /virtual-network/d3a8cd44-4605-4ce6-9457-63b882e5f7eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.012816 10.0.0.22 - - [2026-01-26 02:23:51] "GET /obj-perms HTTP/1.1" 200 5030 0.002742 10.0.0.22 - - [2026-01-26 02:23:51] "GET /obj-perms HTTP/1.1" 403 257 0.007567 10.0.0.22 - - [2026-01-26 02:23:51] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016277 10.0.0.22 - - [2026-01-26 02:23:51] "GET /obj-perms HTTP/1.1" 403 257 0.006860 10.0.0.22 - - [2026-01-26 02:23:51] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.014976 10.0.0.22 - - [2026-01-26 02:23:51] "GET /obj-perms HTTP/1.1" 200 5030 0.002749 10.0.0.22 - - [2026-01-26 02:23:51] "PUT /virtual-network/d3a8cd44-4605-4ce6-9457-63b882e5f7eb HTTP/1.1" 200 264 0.030051 10.0.0.22 - - [2026-01-26 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.22 - - [2026-01-26 02:23:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001956 10.0.0.22 - - [2026-01-26 02:23:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002251 10.0.0.22 - - [2026-01-26 02:23:51] "DELETE /virtual-network/9be71f7d-d85e-4595-90c7-9005986141ee HTTP/1.1" 200 115 0.062593 10.0.0.22 - - [2026-01-26 02:23:51] "DELETE /route-target/c45eae2b-0f37-4a56-b848-086765b05047 HTTP/1.1" 200 115 0.018270 10.0.0.22 - - [2026-01-26 02:23:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002424 10.0.0.22 - - [2026-01-26 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006660 10.0.0.22 - - [2026-01-26 02:23:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002017 10.0.0.22 - - [2026-01-26 02:23:51] "DELETE /virtual-network/d3a8cd44-4605-4ce6-9457-63b882e5f7eb HTTP/1.1" 200 115 0.069643 10.0.0.22 - - [2026-01-26 02:23:51] "DELETE /route-target/73217abc-06aa-4e5b-ae86-b48d139079e4 HTTP/1.1" 200 115 0.020414 10.0.0.22 - - [2026-01-26 02:23:51] "DELETE /api-access-list/c43ac8ac-2454-4ff7-938d-0c8209ed6511 HTTP/1.1" 200 115 0.023639 10.0.0.22 - - [2026-01-26 02:23:51] "GET /api-access-list/c43ac8ac-2454-4ff7-938d-0c8209ed6511 HTTP/1.1" 404 171 0.002520 10.0.0.22 - - [2026-01-26 02:23:51] "GET /projects?obj_uuids=42da7b71-f2e6-469a-8542-a9a8a34c2c25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.22 - - [2026-01-26 02:23:51] "GET /project/42da7b71-f2e6-469a-8542-a9a8a34c2c25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.022856 10.0.0.22 - - [2026-01-26 02:23:51] "GET /projects?obj_uuids=42da7b71-f2e6-469a-8542-a9a8a34c2c25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001086 10.0.0.22 - - [2026-01-26 02:23:52] "GET /project/42da7b71-f2e6-469a-8542-a9a8a34c2c25?fields=virtual_networks HTTP/1.1" 200 1041 0.070907 10.0.0.22 - - [2026-01-26 02:23:52] "GET /projects?obj_uuids=42da7b71-f2e6-469a-8542-a9a8a34c2c25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000938 10.0.0.22 - - [2026-01-26 02:23:52] "GET /project/42da7b71-f2e6-469a-8542-a9a8a34c2c25?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.026193 10.0.0.22 - - [2026-01-26 02:23:52] "GET /projects?obj_uuids=42da7b71-f2e6-469a-8542-a9a8a34c2c25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000894 10.0.0.22 - - [2026-01-26 02:23:52] "GET /project/42da7b71-f2e6-469a-8542-a9a8a34c2c25?fields=security_groups HTTP/1.1" 200 1267 0.020548 10.0.0.22 - - [2026-01-26 02:23:52] "GET /projects?obj_uuids=be5881f7-2612-48c3-9cc0-ee525d25a050&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001311 10.0.0.22 - - [2026-01-26 02:23:52] "GET /project/be5881f7-2612-48c3-9cc0-ee525d25a050?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.024450 10.0.0.22 - - [2026-01-26 02:23:52] "GET /projects?obj_uuids=be5881f7-2612-48c3-9cc0-ee525d25a050&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000891 10.0.0.22 - - [2026-01-26 02:23:52] "GET /project/be5881f7-2612-48c3-9cc0-ee525d25a050?fields=virtual_networks HTTP/1.1" 200 1043 0.063924 10.0.0.22 - - [2026-01-26 02:23:52] "GET /projects?obj_uuids=be5881f7-2612-48c3-9cc0-ee525d25a050&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000917 10.0.0.22 - - [2026-01-26 02:23:52] "GET /project/be5881f7-2612-48c3-9cc0-ee525d25a050?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.022660 10.0.0.22 - - [2026-01-26 02:23:52] "GET /projects?obj_uuids=be5881f7-2612-48c3-9cc0-ee525d25a050&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001092 10.0.0.22 - - [2026-01-26 02:23:52] "GET /project/be5881f7-2612-48c3-9cc0-ee525d25a050?fields=security_groups HTTP/1.1" 200 1269 0.027004 10.0.0.22 - - [2026-01-26 02:23:53] "GET /aaa-mode HTTP/1.1" 200 128 0.001444 10.0.0.22 - - [2026-01-26 02:23:54] "GET / HTTP/1.1" 200 35931 0.001699 10.0.0.22 - - [2026-01-26 02:23:55] "GET / HTTP/1.1" 200 35931 0.001640 10.0.0.22 - - [2026-01-26 02:23:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000692 10.0.0.22 - - [2026-01-26 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.063333 10.0.0.22 - - [2026-01-26 02:23:55] "GET /projects?obj_uuids=be500c28-9344-411f-9064-17863977873b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001000 10.0.0.22 - - [2026-01-26 02:23:55] "GET /project/be500c28-9344-411f-9064-17863977873b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.027262 10.0.0.22 - - [2026-01-26 02:23:55] "GET /virtual-networks?parent_id=be500c28-9344-411f-9064-17863977873b&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008411 10.0.0.22 - - [2026-01-26 02:23:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.007313 10.0.0.22 - - [2026-01-26 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008230 10.0.0.22 - - [2026-01-26 02:23:56] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.22 - - [2026-01-26 02:23:56] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.013049 10.0.0.22 - - [2026-01-26 02:23:56] "POST /service-templates HTTP/1.1" 403 264 0.006061 10.0.0.22 - - [2026-01-26 02:23:56] "POST /fqname-to-id HTTP/1.1" 404 215 0.002339 10.0.0.22 - - [2026-01-26 02:23:56] "POST /api-access-lists HTTP/1.1" 200 555 0.013451 10.0.0.22 - - [2026-01-26 02:23:56] "GET /api-access-list/8f57525c-85e1-4c7a-8937-a3c7d3ab1ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.004233 10.0.0.22 - - [2026-01-26 02:23:56] "GET /api-access-list/8f57525c-85e1-4c7a-8937-a3c7d3ab1ae5 HTTP/1.1" 200 1322 0.003097 10.0.0.22 - - [2026-01-26 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.010911 10.0.0.22 - - [2026-01-26 02:23:56] "GET /projects?obj_uuids=be500c28-9344-411f-9064-17863977873b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000948 10.0.0.22 - - [2026-01-26 02:23:56] "GET /project/be500c28-9344-411f-9064-17863977873b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.026285 10.0.0.22 - - [2026-01-26 02:23:56] "GET /virtual-networks?parent_id=be500c28-9344-411f-9064-17863977873b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010073 10.0.0.22 - - [2026-01-26 02:23:56] "POST /virtual-networks HTTP/1.1" 200 583 0.041514 10.0.0.22 - - [2026-01-26 02:23:56] "POST /route-targets HTTP/1.1" 200 327 0.008868 10.0.0.22 - - [2026-01-26 02:23:56] "POST /ref-update HTTP/1.1" 200 156 0.011727 10.0.0.22 - - [2026-01-26 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.010615 10.0.0.22 - - [2026-01-26 02:23:56] "GET /network-ipam/72c52f66-3457-4b09-93fb-e07950cf8bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.011308 10.0.0.22 - - [2026-01-26 02:23:56] "GET /obj-perms HTTP/1.1" 200 5056 0.053631 10.0.0.22 - - [2026-01-26 02:23:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004943 10.0.0.22 - - [2026-01-26 02:23:56] "POST /ref-update HTTP/1.1" 200 156 0.050260 10.0.0.22 - - [2026-01-26 02:23:57] "POST /neutron/network HTTP/1.1" 200 848 0.224023 10.0.0.22 - - [2026-01-26 02:23:57] "GET /obj-perms HTTP/1.1" 200 5056 0.063142 10.0.0.22 - - [2026-01-26 02:23:57] "POST /neutron/network HTTP/1.1" 200 848 0.022789 10.0.0.22 - - [2026-01-26 02:23:57] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.012266 10.0.0.22 - - [2026-01-26 02:23:57] "POST /neutron/network HTTP/1.1" 200 848 0.015867 10.0.0.22 - - [2026-01-26 02:23:57] "POST /neutron/subnet HTTP/1.1" 200 679 0.027707 10.0.0.22 - - [2026-01-26 02:23:57] "POST /neutron/network HTTP/1.1" 200 848 0.059718 10.0.0.22 - - [2026-01-26 02:23:57] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006487 10.0.0.22 - - [2026-01-26 02:23:57] "GET /network-ipam/72c52f66-3457-4b09-93fb-e07950cf8bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003590 10.0.0.22 - - [2026-01-26 02:23:57] "GET /domains HTTP/1.1" 200 280 0.003914 10.0.0.22 - - [2026-01-26 02:23:57] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000849 10.0.0.22 - - [2026-01-26 02:23:57] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2944 0.005681 10.0.0.22 - - [2026-01-26 02:23:57] "GET /projects?obj_uuids=be500c28-9344-411f-9064-17863977873b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000896 10.0.0.22 - - [2026-01-26 02:23:57] "GET /project/be500c28-9344-411f-9064-17863977873b HTTP/1.1" 200 2363 0.068958 10.0.0.22 - - [2026-01-26 02:23:57] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77 HTTP/1.1" 200 2314 0.004925 10.0.0.22 - - [2026-01-26 02:23:57] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77 HTTP/1.1" 200 2314 0.004693 10.0.0.22 - - [2026-01-26 02:23:57] "GET /routing-instance/9a549a27-9c96-4c26-a50e-a553de461a41 HTTP/1.1" 200 1556 0.003881 10.0.0.22 - - [2026-01-26 02:23:57] "GET /routing-instance/9a549a27-9c96-4c26-a50e-a553de461a41 HTTP/1.1" 200 1556 0.002525 10.0.0.22 - - [2026-01-26 02:23:57] "GET /route-target/73bc59eb-1a3e-4434-b2c3-fc9130f4eacf HTTP/1.1" 200 1244 0.002391 10.0.0.22 - - [2026-01-26 02:23:57] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77 HTTP/1.1" 200 2314 0.003681 10.0.0.22 - - [2026-01-26 02:23:57] "GET /routing-instance/9a549a27-9c96-4c26-a50e-a553de461a41 HTTP/1.1" 200 1556 0.002362 10.0.0.22 - - [2026-01-26 02:23:57] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.004092 10.0.0.22 - - [2026-01-26 02:23:57] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77 HTTP/1.1" 200 2314 0.004893 10.0.0.22 - - [2026-01-26 02:23:57] "GET /routing-instance/9a549a27-9c96-4c26-a50e-a553de461a41 HTTP/1.1" 200 1556 0.002537 10.0.0.22 - - [2026-01-26 02:23:57] "GET /routing-instance/9a549a27-9c96-4c26-a50e-a553de461a41 HTTP/1.1" 200 1556 0.003033 10.0.0.22 - - [2026-01-26 02:23:57] "GET /route-target/73bc59eb-1a3e-4434-b2c3-fc9130f4eacf HTTP/1.1" 200 1244 0.002248 10.0.0.22 - - [2026-01-26 02:23:57] "GET /domains HTTP/1.1" 200 280 0.001932 10.0.0.22 - - [2026-01-26 02:23:57] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000792 10.0.0.22 - - [2026-01-26 02:23:57] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259 HTTP/1.1" 200 2944 0.005246 10.0.0.22 - - [2026-01-26 02:23:57] "GET /projects?obj_uuids=be500c28-9344-411f-9064-17863977873b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000804 10.0.0.22 - - [2026-01-26 02:23:57] "GET /project/be500c28-9344-411f-9064-17863977873b HTTP/1.1" 200 2363 0.068256 10.0.0.22 - - [2026-01-26 02:23:57] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77 HTTP/1.1" 200 2314 0.003993 10.0.0.22 - - [2026-01-26 02:23:57] "GET /obj-perms HTTP/1.1" 200 5030 0.002517 10.0.0.22 - - [2026-01-26 02:23:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.007970 10.0.0.22 - - [2026-01-26 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.009124 10.0.0.22 - - [2026-01-26 02:23:57] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001334 10.0.0.22 - - [2026-01-26 02:23:57] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.013672 10.0.0.22 - - [2026-01-26 02:23:57] "POST /service-templates HTTP/1.1" 403 264 0.007987 10.0.0.22 - - [2026-01-26 02:23:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.002429 10.0.0.22 - - [2026-01-26 02:23:57] "POST /api-access-lists HTTP/1.1" 200 521 0.010958 10.0.0.22 - - [2026-01-26 02:23:57] "GET /api-access-list/f0143bc5-4c57-427f-9028-49fd46824b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.003755 10.0.0.22 - - [2026-01-26 02:23:57] "GET /api-access-list/f0143bc5-4c57-427f-9028-49fd46824b73 HTTP/1.1" 200 1290 0.002780 10.0.0.22 - - [2026-01-26 02:23:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.010090 10.0.0.22 - - [2026-01-26 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.008965 10.0.0.22 - - [2026-01-26 02:23:57] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001008 10.0.0.22 - - [2026-01-26 02:23:57] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.014618 10.0.0.22 - - [2026-01-26 02:23:57] "POST /service-templates HTTP/1.1" 200 551 0.024253 10.0.0.22 - - [2026-01-26 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.013194 10.0.0.22 - - [2026-01-26 02:23:58] "GET /service-template/fb5902b7-c90b-475b-90ba-d95bb31696b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.011271 10.0.0.22 - - [2026-01-26 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.010460 10.0.0.22 - - [2026-01-26 02:23:58] "GET /service-template/fb5902b7-c90b-475b-90ba-d95bb31696b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.010994 10.0.0.22 - - [2026-01-26 02:23:58] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77 HTTP/1.1" 401 292 0.000399 10.0.0.22 - - [2026-01-26 02:23:58] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77 HTTP/1.1" 403 263 0.035745 10.0.0.22 - - [2026-01-26 02:23:58] "GET /service-template/fb5902b7-c90b-475b-90ba-d95bb31696b1 HTTP/1.1" 403 264 0.008428 10.0.0.22 - - [2026-01-26 02:23:58] "GET /service-template/fb5902b7-c90b-475b-90ba-d95bb31696b1 HTTP/1.1" 403 264 0.034608 10.0.0.22 - - [2026-01-26 02:23:59] "GET /obj-perms HTTP/1.1" 403 257 0.038683 10.0.0.22 - - [2026-01-26 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.22 - - [2026-01-26 02:23:59] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.009937 10.0.0.22 - - [2026-01-26 02:23:59] "GET /obj-perms HTTP/1.1" 403 257 0.008638 10.0.0.22 - - [2026-01-26 02:23:59] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007668 10.0.0.22 - - [2026-01-26 02:23:59] "GET /api-access-list/8f57525c-85e1-4c7a-8937-a3c7d3ab1ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.002929 10.0.0.22 - - [2026-01-26 02:23:59] "PUT /api-access-list/8f57525c-85e1-4c7a-8937-a3c7d3ab1ae5 HTTP/1.1" 200 264 0.007462 10.0.0.22 - - [2026-01-26 02:23:59] "GET /api-access-list/8f57525c-85e1-4c7a-8937-a3c7d3ab1ae5 HTTP/1.1" 200 1459 0.003049 10.0.0.22 - - [2026-01-26 02:23:59] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77 HTTP/1.1" 200 2314 0.012590 10.0.0.22 - - [2026-01-26 02:23:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000434 10.0.0.22 - - [2026-01-26 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.034238 10.0.0.22 - - [2026-01-26 02:23:59] "GET /projects?obj_uuids=be500c28-9344-411f-9064-17863977873b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001279 10.0.0.22 - - [2026-01-26 02:23:59] "GET /project/be500c28-9344-411f-9064-17863977873b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.035269 10.0.0.22 - - [2026-01-26 02:23:59] "GET /virtual-networks?parent_id=be500c28-9344-411f-9064-17863977873b&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.012808 10.0.0.22 - - [2026-01-26 02:24:00] "POST /virtual-networks HTTP/1.1" 403 263 0.008447 10.0.0.22 - - [2026-01-26 02:24:00] "GET /service-template/fb5902b7-c90b-475b-90ba-d95bb31696b1 HTTP/1.1" 403 264 0.008049 10.0.0.22 - - [2026-01-26 02:24:00] "GET /service-template/fb5902b7-c90b-475b-90ba-d95bb31696b1 HTTP/1.1" 403 264 0.036141 10.0.0.22 - - [2026-01-26 02:24:00] "GET /obj-perms HTTP/1.1" 403 257 0.007959 10.0.0.22 - - [2026-01-26 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.22 - - [2026-01-26 02:24:00] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.015288 10.0.0.22 - - [2026-01-26 02:24:00] "GET /obj-perms HTTP/1.1" 403 257 0.008199 10.0.0.22 - - [2026-01-26 02:24:00] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017498 10.0.0.22 - - [2026-01-26 02:24:00] "GET /api-access-list/f0143bc5-4c57-427f-9028-49fd46824b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.002969 10.0.0.22 - - [2026-01-26 02:24:00] "PUT /api-access-list/f0143bc5-4c57-427f-9028-49fd46824b73 HTTP/1.1" 200 264 0.006983 10.0.0.22 - - [2026-01-26 02:24:00] "GET /api-access-list/f0143bc5-4c57-427f-9028-49fd46824b73 HTTP/1.1" 200 1428 0.004053 10.0.0.22 - - [2026-01-26 02:24:00] "GET /service-template/fb5902b7-c90b-475b-90ba-d95bb31696b1 HTTP/1.1" 200 1854 0.012375 10.0.0.22 - - [2026-01-26 02:24:00] "POST /fqname-to-id HTTP/1.1" 404 197 0.009378 10.0.0.22 - - [2026-01-26 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.010491 10.0.0.22 - - [2026-01-26 02:24:00] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001730 10.0.0.22 - - [2026-01-26 02:24:00] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.019504 10.0.0.22 - - [2026-01-26 02:24:00] "POST /service-templates HTTP/1.1" 403 264 0.010061 10.0.0.22 - - [2026-01-26 02:24:00] "GET /api-access-list/8f57525c-85e1-4c7a-8937-a3c7d3ab1ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.003272 10.0.0.22 - - [2026-01-26 02:24:00] "PUT /api-access-list/8f57525c-85e1-4c7a-8937-a3c7d3ab1ae5 HTTP/1.1" 200 264 0.009876 10.0.0.22 - - [2026-01-26 02:24:00] "GET /api-access-list/8f57525c-85e1-4c7a-8937-a3c7d3ab1ae5 HTTP/1.1" 200 1322 0.003438 10.0.0.22 - - [2026-01-26 02:24:01] "GET /api-access-list/f0143bc5-4c57-427f-9028-49fd46824b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.003503 10.0.0.22 - - [2026-01-26 02:24:01] "PUT /api-access-list/f0143bc5-4c57-427f-9028-49fd46824b73 HTTP/1.1" 200 264 0.010327 10.0.0.22 - - [2026-01-26 02:24:01] "GET /api-access-list/f0143bc5-4c57-427f-9028-49fd46824b73 HTTP/1.1" 200 1290 0.003474 10.0.0.22 - - [2026-01-26 02:24:01] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77 HTTP/1.1" 403 263 0.008919 10.0.0.22 - - [2026-01-26 02:24:01] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77 HTTP/1.1" 403 263 0.038265 10.0.0.22 - - [2026-01-26 02:24:01] "GET /service-template/fb5902b7-c90b-475b-90ba-d95bb31696b1 HTTP/1.1" 403 264 0.009340 10.0.0.22 - - [2026-01-26 02:24:01] "GET /service-template/fb5902b7-c90b-475b-90ba-d95bb31696b1 HTTP/1.1" 403 264 0.042133 10.0.0.22 - - [2026-01-26 02:24:01] "GET /obj-perms HTTP/1.1" 403 257 0.007709 10.0.0.22 - - [2026-01-26 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.22 - - [2026-01-26 02:24:01] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008477 10.0.0.22 - - [2026-01-26 02:24:02] "GET /obj-perms HTTP/1.1" 403 257 0.044779 10.0.0.22 - - [2026-01-26 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002044 10.0.0.22 - - [2026-01-26 02:24:02] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.009889 10.0.0.22 - - [2026-01-26 02:24:02] "GET /obj-perms HTTP/1.1" 403 257 0.009905 10.0.0.22 - - [2026-01-26 02:24:02] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007737 10.0.0.22 - - [2026-01-26 02:24:02] "GET /api-access-list/ddfc3a2b-54c2-40d6-be8c-3b70ca46b7b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003072 10.0.0.22 - - [2026-01-26 02:24:02] "PUT /api-access-list/ddfc3a2b-54c2-40d6-be8c-3b70ca46b7b2 HTTP/1.1" 200 264 0.008413 10.0.0.22 - - [2026-01-26 02:24:02] "GET /service-template/fb5902b7-c90b-475b-90ba-d95bb31696b1 HTTP/1.1" 200 1854 0.011004 10.0.0.22 - - [2026-01-26 02:24:02] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77 HTTP/1.1" 200 2314 0.012637 10.0.0.22 - - [2026-01-26 02:24:02] "GET /obj-perms HTTP/1.1" 403 257 0.007691 10.0.0.22 - - [2026-01-26 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001965 10.0.0.22 - - [2026-01-26 02:24:02] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.012552 10.0.0.22 - - [2026-01-26 02:24:02] "GET /obj-perms HTTP/1.1" 403 257 0.008245 10.0.0.22 - - [2026-01-26 02:24:02] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.019763 10.0.0.22 - - [2026-01-26 02:24:02] "DELETE /api-access-list/8f57525c-85e1-4c7a-8937-a3c7d3ab1ae5 HTTP/1.1" 200 115 0.020200 10.0.0.22 - - [2026-01-26 02:24:02] "GET /api-access-list/8f57525c-85e1-4c7a-8937-a3c7d3ab1ae5 HTTP/1.1" 404 171 0.002332 10.0.0.22 - - [2026-01-26 02:24:02] "DELETE /api-access-list/f0143bc5-4c57-427f-9028-49fd46824b73 HTTP/1.1" 200 115 0.015500 10.0.0.22 - - [2026-01-26 02:24:02] "GET /api-access-list/f0143bc5-4c57-427f-9028-49fd46824b73 HTTP/1.1" 404 171 0.003086 10.0.0.22 - - [2026-01-26 02:24:02] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77 HTTP/1.1" 401 292 0.000608 10.0.0.22 - - [2026-01-26 02:24:03] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77 HTTP/1.1" 403 263 0.031186 10.0.0.22 - - [2026-01-26 02:24:03] "GET /service-template/fb5902b7-c90b-475b-90ba-d95bb31696b1 HTTP/1.1" 403 264 0.005047 10.0.0.22 - - [2026-01-26 02:24:03] "GET /service-template/fb5902b7-c90b-475b-90ba-d95bb31696b1 HTTP/1.1" 403 264 0.031917 10.0.0.22 - - [2026-01-26 02:24:03] "GET /obj-perms HTTP/1.1" 403 257 0.033707 10.0.0.22 - - [2026-01-26 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002345 10.0.0.22 - - [2026-01-26 02:24:03] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006300 10.0.0.22 - - [2026-01-26 02:24:04] "GET /obj-perms HTTP/1.1" 403 257 0.006775 10.0.0.22 - - [2026-01-26 02:24:04] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006192 10.0.0.22 - - [2026-01-26 02:24:04] "GET /api-access-list/ddfc3a2b-54c2-40d6-be8c-3b70ca46b7b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.003089 10.0.0.22 - - [2026-01-26 02:24:04] "PUT /api-access-list/ddfc3a2b-54c2-40d6-be8c-3b70ca46b7b2 HTTP/1.1" 200 264 0.007839 10.0.0.22 - - [2026-01-26 02:24:04] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77 HTTP/1.1" 200 2314 0.012922 10.0.0.22 - - [2026-01-26 02:24:04] "GET /service-template/fb5902b7-c90b-475b-90ba-d95bb31696b1 HTTP/1.1" 200 1854 0.008261 10.0.0.22 - - [2026-01-26 02:24:04] "GET /obj-perms HTTP/1.1" 403 257 0.006026 10.0.0.22 - - [2026-01-26 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.22 - - [2026-01-26 02:24:04] "GET /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.011281 10.0.0.22 - - [2026-01-26 02:24:04] "GET /obj-perms HTTP/1.1" 403 257 0.006524 10.0.0.22 - - [2026-01-26 02:24:04] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.018303 10.0.0.22 - - [2026-01-26 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009080 10.0.0.22 - - [2026-01-26 02:24:04] "DELETE /service-template/fb5902b7-c90b-475b-90ba-d95bb31696b1 HTTP/1.1" 200 115 0.025472 10.0.0.22 - - [2026-01-26 02:24:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.012159 10.0.0.22 - - [2026-01-26 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002408 10.0.0.22 - - [2026-01-26 02:24:04] "DELETE /route-target/73bc59eb-1a3e-4434-b2c3-fc9130f4eacf HTTP/1.1" 200 115 0.012396 10.0.0.22 - - [2026-01-26 02:24:04] "POST /useragent-kv HTTP/1.1" 200 115 0.033828 10.0.0.22 - - [2026-01-26 02:24:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001823 10.0.0.22 - - [2026-01-26 02:24:04] "DELETE /virtual-network/a2aa2c01-2600-46cb-9dde-7e57924e9f77 HTTP/1.1" 200 115 0.092051 10.0.0.22 - - [2026-01-26 02:24:04] "GET /api-access-list/ddfc3a2b-54c2-40d6-be8c-3b70ca46b7b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.002988 10.0.0.22 - - [2026-01-26 02:24:04] "PUT /api-access-list/ddfc3a2b-54c2-40d6-be8c-3b70ca46b7b2 HTTP/1.1" 200 264 0.010222 10.0.0.22 - - [2026-01-26 02:24:04] "GET /api-access-list/ddfc3a2b-54c2-40d6-be8c-3b70ca46b7b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.003274 10.0.0.22 - - [2026-01-26 02:24:04] "PUT /api-access-list/ddfc3a2b-54c2-40d6-be8c-3b70ca46b7b2 HTTP/1.1" 200 264 0.008394 10.0.0.22 - - [2026-01-26 02:24:05] "GET /api-access-list/ddfc3a2b-54c2-40d6-be8c-3b70ca46b7b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003122 10.0.0.22 - - [2026-01-26 02:24:05] "PUT /api-access-list/ddfc3a2b-54c2-40d6-be8c-3b70ca46b7b2 HTTP/1.1" 200 264 0.007289 10.0.0.22 - - [2026-01-26 02:24:05] "GET /projects?obj_uuids=be500c28-9344-411f-9064-17863977873b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000897 10.0.0.22 - - [2026-01-26 02:24:05] "GET /project/be500c28-9344-411f-9064-17863977873b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.020297 10.0.0.22 - - [2026-01-26 02:24:05] "GET /projects?obj_uuids=be500c28-9344-411f-9064-17863977873b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000991 10.0.0.22 - - [2026-01-26 02:24:05] "GET /project/be500c28-9344-411f-9064-17863977873b?fields=virtual_networks HTTP/1.1" 200 1043 0.066760 10.0.0.22 - - [2026-01-26 02:24:05] "GET /projects?obj_uuids=be500c28-9344-411f-9064-17863977873b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000896 10.0.0.22 - - [2026-01-26 02:24:05] "GET /project/be500c28-9344-411f-9064-17863977873b?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.023296 10.0.0.22 - - [2026-01-26 02:24:06] "GET /projects?obj_uuids=be500c28-9344-411f-9064-17863977873b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000950 10.0.0.22 - - [2026-01-26 02:24:06] "GET /project/be500c28-9344-411f-9064-17863977873b?fields=security_groups HTTP/1.1" 200 1269 0.030345 10.0.0.22 - - [2026-01-26 02:24:06] "GET /projects?obj_uuids=6d71603a-3d43-417f-aa0e-1134ccc15d6c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000924 10.0.0.22 - - [2026-01-26 02:24:06] "GET /project/6d71603a-3d43-417f-aa0e-1134ccc15d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.028103 [Introspect:8084]10.0.0.22 - - [2026-01-26 02:24:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001096 10.0.0.22 - - [2026-01-26 02:24:07] "POST /fqname-to-id HTTP/1.1" 404 184 0.024460 10.0.0.22 - - [2026-01-26 02:24:07] "GET /projects?obj_uuids=261e0c5e-3198-4eee-b8fe-53c5a4928ff2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002135 10.0.0.22 - - [2026-01-26 02:24:07] "GET /domains?obj_uuids=095301e9-c68f-4143-ba14-45efa741f259&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.22 - - [2026-01-26 02:24:07] "GET /domain/095301e9-c68f-4143-ba14-45efa741f259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006313 10.0.0.22 - - [2026-01-26 02:24:07] "POST /id-to-fqname HTTP/1.1" 200 186 0.002369 10.0.0.22 - - [2026-01-26 02:24:07] "POST /fqname-to-id HTTP/1.1" 404 195 0.002501 10.0.0.22 - - [2026-01-26 02:24:07] "POST /security-groups HTTP/1.1" 200 587 0.060203 10.0.0.22 - - [2026-01-26 02:24:07] "POST /fqname-to-id HTTP/1.1" 404 230 0.031119 10.0.0.22 - - [2026-01-26 02:24:07] "POST /projects HTTP/1.1" 200 577 0.204797 10.0.0.22 - - [2026-01-26 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.272288 10.0.0.22 - - [2026-01-26 02:24:07] "POST /access-control-lists HTTP/1.1" 200 592 0.057549 10.0.0.22 - - [2026-01-26 02:24:07] "GET /project/261e0c5e-3198-4eee-b8fe-53c5a4928ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.384366 10.0.0.22 - - [2026-01-26 02:24:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.002257 10.0.0.22 - - [2026-01-26 02:24:07] "POST /access-control-lists HTTP/1.1" 200 590 0.056404 10.0.0.22 - - [2026-01-26 02:24:08] "GET / HTTP/1.1" 200 35931 0.001847 10.0.0.22 - - [2026-01-26 02:24:09] "GET /projects?obj_uuids=261e0c5e-3198-4eee-b8fe-53c5a4928ff2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000914 10.0.0.22 - - [2026-01-26 02:24:09] "GET /project/261e0c5e-3198-4eee-b8fe-53c5a4928ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.025779 10.0.0.22 - - [2026-01-26 02:24:09] "GET /projects?obj_uuids=261e0c5e-3198-4eee-b8fe-53c5a4928ff2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000890 10.0.0.22 - - [2026-01-26 02:24:09] "GET /project/261e0c5e-3198-4eee-b8fe-53c5a4928ff2?fields=virtual_networks HTTP/1.1" 200 1034 0.072517 10.0.0.22 - - [2026-01-26 02:24:09] "GET /projects?obj_uuids=261e0c5e-3198-4eee-b8fe-53c5a4928ff2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001034 10.0.0.22 - - [2026-01-26 02:24:09] "GET /project/261e0c5e-3198-4eee-b8fe-53c5a4928ff2?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.027744 10.0.0.22 - - [2026-01-26 02:24:09] "GET /projects?obj_uuids=261e0c5e-3198-4eee-b8fe-53c5a4928ff2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001078 10.0.0.22 - - [2026-01-26 02:24:09] "GET /project/261e0c5e-3198-4eee-b8fe-53c5a4928ff2?fields=security_groups HTTP/1.1" 200 1256 0.020782 10.0.0.22 - - [2026-01-26 02:24:49] "GET /projects?obj_uuids=be500c28-9344-411f-9064-17863977873b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001137 10.0.0.22 - - [2026-01-26 02:24:49] "GET /project/be500c28-9344-411f-9064-17863977873b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.025898 10.0.0.22 - - [2026-01-26 02:24:49] "GET /projects?obj_uuids=261e0c5e-3198-4eee-b8fe-53c5a4928ff2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000831 10.0.0.22 - - [2026-01-26 02:24:49] "GET /projects?obj_uuids=be500c28-9344-411f-9064-17863977873b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001005 10.0.0.22 - - [2026-01-26 02:24:49] "GET /projects?obj_uuids=42da7b71-f2e6-469a-8542-a9a8a34c2c25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000815 10.0.0.22 - - [2026-01-26 02:24:49] "GET /project/261e0c5e-3198-4eee-b8fe-53c5a4928ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.033768 10.0.0.22 - - [2026-01-26 02:24:49] "GET /project/be500c28-9344-411f-9064-17863977873b?fields=security_groups HTTP/1.1" 200 1374 0.036159 10.0.0.22 - - [2026-01-26 02:24:49] "GET /projects?obj_uuids=be5881f7-2612-48c3-9cc0-ee525d25a050&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000833 10.0.0.22 - - [2026-01-26 02:24:49] "DELETE /project/261e0c5e31984eeeb8fe53c5a4928ff2 HTTP/1.1" 404 173 0.139706 10.0.0.22 - - [2026-01-26 02:24:49] "GET /projects?obj_uuids=261e0c5e-3198-4eee-b8fe-53c5a4928ff2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001140 10.0.0.22 - - [2026-01-26 02:24:49] "GET /project/be5881f7-2612-48c3-9cc0-ee525d25a050?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.058311 10.0.0.22 - - [2026-01-26 02:24:49] "GET /project/42da7b71-f2e6-469a-8542-a9a8a34c2c25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.102038 10.0.0.22 - - [2026-01-26 02:24:49] "GET /projects?obj_uuids=be5881f7-2612-48c3-9cc0-ee525d25a050&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.22 - - [2026-01-26 02:24:49] "GET /project/be5881f7-2612-48c3-9cc0-ee525d25a050?fields=security_groups HTTP/1.1" 200 1374 0.036298 10.0.0.22 - - [2026-01-26 02:24:49] "GET /project/261e0c5e-3198-4eee-b8fe-53c5a4928ff2?fields=security_groups HTTP/1.1" 200 1361 0.073369 10.0.0.22 - - [2026-01-26 02:24:49] "GET /projects?obj_uuids=42da7b71-f2e6-469a-8542-a9a8a34c2c25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001229 10.0.0.22 - - [2026-01-26 02:24:49] "DELETE /access-control-list/26d2b96b-9f61-47d2-838f-0f58ffab931f HTTP/1.1" 200 115 0.077015 10.0.0.22 - - [2026-01-26 02:24:49] "GET /project/42da7b71-f2e6-469a-8542-a9a8a34c2c25?fields=security_groups HTTP/1.1" 200 1372 0.045323 10.0.0.22 - - [2026-01-26 02:24:49] "DELETE /security-group/e67e62dd-9e62-40d0-a39f-cd57618364d0 HTTP/1.1" 200 115 0.161905 10.0.0.22 - - [2026-01-26 02:24:49] "GET /projects?obj_uuids=be500c28-9344-411f-9064-17863977873b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001101 10.0.0.22 - - [2026-01-26 02:24:49] "GET /project/be500c28-9344-411f-9064-17863977873b?fields=application_policy_sets HTTP/1.1" 200 1413 0.042704 10.0.0.22 - - [2026-01-26 02:24:49] "DELETE /access-control-list/069dfd4c-a3bc-4e58-b004-28c08856c7a9 HTTP/1.1" 200 115 0.084396 10.0.0.22 - - [2026-01-26 02:24:49] "DELETE /security-group/1fa2d657-766b-44da-b96d-e110aed597d6 HTTP/1.1" 200 115 0.116442 10.0.0.22 - - [2026-01-26 02:24:49] "GET /projects?obj_uuids=be5881f7-2612-48c3-9cc0-ee525d25a050&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000852 10.0.0.22 - - [2026-01-26 02:24:49] "GET /project/be5881f7-2612-48c3-9cc0-ee525d25a050?fields=application_policy_sets HTTP/1.1" 200 1413 0.035560 10.0.0.22 - - [2026-01-26 02:24:49] "DELETE /security-group/eab1d23e-6024-4a76-9bdb-015109965f52 HTTP/1.1" 200 115 0.148801 10.0.0.22 - - [2026-01-26 02:24:49] "GET /projects?obj_uuids=261e0c5e-3198-4eee-b8fe-53c5a4928ff2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001161 10.0.0.22 - - [2026-01-26 02:24:49] "DELETE /access-control-list/41165a71-b44a-4c75-a0a6-8a1d5dd05739 HTTP/1.1" 200 115 0.043553 10.0.0.22 - - [2026-01-26 02:24:49] "DELETE /security-group/9f1e0eb1-ebc9-4efb-a09d-b9f10ffd195c HTTP/1.1" 200 115 0.098541 10.0.0.22 - - [2026-01-26 02:24:49] "GET /projects?obj_uuids=42da7b71-f2e6-469a-8542-a9a8a34c2c25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001544 10.0.0.22 - - [2026-01-26 02:24:49] "GET /project/42da7b71-f2e6-469a-8542-a9a8a34c2c25?fields=application_policy_sets HTTP/1.1" 200 1411 0.050202 10.0.0.22 - - [2026-01-26 02:24:49] "DELETE /access-control-list/991e4ea9-ffa4-4787-b026-f278ec8c7e2b HTTP/1.1" 200 115 0.070208 10.0.0.22 - - [2026-01-26 02:24:49] "GET /project/261e0c5e-3198-4eee-b8fe-53c5a4928ff2?fields=application_policy_sets HTTP/1.1" 200 1400 0.113538 10.0.0.22 - - [2026-01-26 02:24:49] "DELETE /access-control-list/a386a5c0-841b-4e9d-8898-7ddbc1fff46c HTTP/1.1" 200 115 0.053533 10.0.0.22 - - [2026-01-26 02:24:49] "DELETE /project/be500c28-9344-411f-9064-17863977873b HTTP/1.1" 200 115 0.629549 10.0.0.22 - - [2026-01-26 02:24:49] "DELETE /access-control-list/a22d041c-2d72-4a92-add9-d0586d3a6b8b HTTP/1.1" 200 115 0.064203 10.0.0.22 - - [2026-01-26 02:24:49] "DELETE /project/be5881f7-2612-48c3-9cc0-ee525d25a050 HTTP/1.1" 200 115 0.654819 10.0.0.22 - - [2026-01-26 02:24:49] "DELETE /access-control-list/16efcb40-447e-44d5-88ed-6518dd3e75cd HTTP/1.1" 200 115 0.035474 10.0.0.22 - - [2026-01-26 02:24:49] "DELETE /project/42da7b71-f2e6-469a-8542-a9a8a34c2c25 HTTP/1.1" 200 115 0.679144 10.0.0.22 - - [2026-01-26 02:24:49] "DELETE /access-control-list/44b3a0ea-57f4-47a4-83c1-459994687b0f HTTP/1.1" 200 115 0.023061 10.0.0.22 - - [2026-01-26 02:24:49] "DELETE /project/261e0c5e-3198-4eee-b8fe-53c5a4928ff2 HTTP/1.1" 200 115 0.700895 [Introspect:8084]10.0.0.22 - - [2026-01-26 02:24:50] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001200 [Introspect:8084]10.0.0.22 - - [2026-01-26 02:24:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001424