+++ date ++ echo 'INFO: =================== Mon Jan 19 02:16:44 AM UTC 2026 ===================' INFO: =================== Mon Jan 19 02:16:44 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.22 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.22 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.22 ++ ANALYTICSDB_NODES=10.0.0.22 ++ ANALYTICS_SNMP_NODES=10.0.0.22 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ '[' -n '10.0.0.22:8081 ' ']' +++ echo 10.0.0.22:8081 ++ ANALYTICS_SERVERS=10.0.0.22:8081 +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ '[' -n '10.0.0.22:9042 ' ']' +++ echo 10.0.0.22:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.22:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.22 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ '[' -n '10.0.0.22:8086 ' ']' +++ echo 10.0.0.22:8086 ++ COLLECTOR_SERVERS=10.0.0.22:8086 ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.22 ++ CONFIGDB_NODES=10.0.0.22 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ '[' -n '10.0.0.22:8082 ' ']' +++ echo 10.0.0.22:8082 ++ CONFIG_SERVERS=10.0.0.22:8082 +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ '[' -n '10.0.0.22:9161 ' ']' +++ echo 10.0.0.22:9161 ++ CONFIGDB_SERVERS=10.0.0.22:9161 +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ '[' -n '10.0.0.22:9041 ' ']' +++ echo 10.0.0.22:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.22:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129 ++ 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 +++ local servers=10.0.0.22 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.22,10.20.0.129,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.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ echo 10.0.0.22 1 +++ return ++ local ip=10.0.0.22 ++ [[ -z 10.0.0.22 ]] ++ echo 10.0.0.22 + host_ip=10.0.0.22 + [[ cql == \c\q\l ]] ++ echo 10.0.0.22:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.22:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.22:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 01/19/2026 02:16:52.974 7f4c9ae20100 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/19/2026 02:16:53.131 7f4c9ae20100 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/19/2026 02:16:53.145 7f4c9ae20100 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/19/2026 02:16:53.145 7f4c9ae20100 [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-19 02:16:57] "GET / HTTP/1.1" 503 181 0.000331 10.0.0.22 - - [2026-01-19 02:16:57] "GET / HTTP/1.1" 503 181 0.000224 10.0.0.22 - - [2026-01-19 02:16:58] "GET / HTTP/1.1" 200 35931 0.001523 10.0.0.22 - - [2026-01-19 02:16:58] "GET / HTTP/1.1" 200 45871 0.001371 10.0.0.22 - - [2026-01-19 02:16:58] "GET / HTTP/1.1" 200 45871 0.001143 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-19 02:16:58] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000538 10.0.0.22 - - [2026-01-19 02:16:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000284 10.0.0.22 - - [2026-01-19 02:16:58] "GET / HTTP/1.1" 200 35931 0.001533 10.0.0.22 - - [2026-01-19 02:16:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000396 10.0.0.22 - - [2026-01-19 02:16:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000466 10.0.0.22 - - [2026-01-19 02:17:00] "GET / HTTP/1.1" 200 35931 0.001563 10.0.0.22 - - [2026-01-19 02:17:00] "GET / HTTP/1.1" 200 35931 0.001059 10.0.0.22 - - [2026-01-19 02:17:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000445 10.0.0.22 - - [2026-01-19 02:17:00] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.535297 10.0.0.22 - - [2026-01-19 02:17:00] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003242 10.0.0.22 - - [2026-01-19 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 1.269823 10.0.0.22 - - [2026-01-19 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.22 - - [2026-01-19 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 1.010074 10.0.0.22 - - [2026-01-19 02:17:00] "GET /global-system-config/84123177-82f2-4b35-a5cc-6623d2f04f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007009 10.0.0.22 - - [2026-01-19 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.449599 10.0.0.22 - - [2026-01-19 02:17:00] "GET /network-ipam/3ccdf496-71c9-40de-9714-fd02c67797ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.008151 10.0.0.22 - - [2026-01-19 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 220 0.003113 10.0.0.22 - - [2026-01-19 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 186 0.190979 10.0.0.22 - - [2026-01-19 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.22 - - [2026-01-19 02:17:00] "GET /global-system-config/84123177-82f2-4b35-a5cc-6623d2f04f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.012339 10.0.0.22 - - [2026-01-19 02:17:00] "POST /config-nodes HTTP/1.1" 200 599 0.050702 10.0.0.22 - - [2026-01-19 02:17:00] "POST /service-appliance-sets HTTP/1.1" 200 553 0.030777 10.0.0.22 - - [2026-01-19 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 180 0.003989 10.0.0.22 - - [2026-01-19 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.22 - - [2026-01-19 02:17:01] "GET /global-system-config/84123177-82f2-4b35-a5cc-6623d2f04f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.014490 /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-19 02:17:01] "GET / HTTP/1.1" 200 35931 0.001585 10.0.0.22 - - [2026-01-19 02:17:01] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000375 10.0.0.22 - - [2026-01-19 02:17:01] "POST /service-appliance-sets HTTP/1.1" 200 541 0.038643 10.0.0.22 - - [2026-01-19 02:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.22 - - [2026-01-19 02:17:01] "GET /network-ipam/3ccdf496-71c9-40de-9714-fd02c67797ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004446 10.0.0.22 - - [2026-01-19 02:17:01] "POST /fqname-to-id HTTP/1.1" 404 225 0.003000 10.0.0.22 - - [2026-01-19 02:17:01] "POST /access-control-lists HTTP/1.1" 200 587 0.030815 10.0.0.22 - - [2026-01-19 02:17:01] "POST /service-templates HTTP/1.1" 200 511 0.037621 10.0.0.22 - - [2026-01-19 02:17:01] "POST /fqname-to-id HTTP/1.1" 404 224 0.004408 10.0.0.22 - - [2026-01-19 02:17:01] "POST /service-templates HTTP/1.1" 200 501 0.021297 10.0.0.22 - - [2026-01-19 02:17:01] "POST /access-control-lists HTTP/1.1" 200 585 0.043292 10.0.0.22 - - [2026-01-19 02:17:01] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.037267 10.0.0.22 - - [2026-01-19 02:17:01] "POST /service-templates HTTP/1.1" 200 515 0.041058 10.0.0.22 - - [2026-01-19 02:17:01] "POST /service-templates HTTP/1.1" 200 535 0.027006 10.0.0.22 - - [2026-01-19 02:17:01] "POST /route-targets HTTP/1.1" 200 327 0.011155 10.0.0.22 - - [2026-01-19 02:17:01] "POST /ref-update HTTP/1.1" 200 156 0.013628 10.0.0.22 - - [2026-01-19 02:17:01] "POST /service-templates HTTP/1.1" 200 507 0.034039 10.0.0.22 - - [2026-01-19 02:17:01] "POST /route-targets HTTP/1.1" 200 327 0.104778 10.0.0.22 - - [2026-01-19 02:17:01] "POST /ref-update HTTP/1.1" 200 156 0.019295 10.0.0.22 - - [2026-01-19 02:17:01] "POST /route-targets HTTP/1.1" 200 327 0.014754 10.0.0.22 - - [2026-01-19 02:17:01] "POST /ref-update HTTP/1.1" 200 156 0.016827 10.0.0.22 - - [2026-01-19 02:17:02] "POST /route-targets HTTP/1.1" 200 327 0.012957 10.0.0.22 - - [2026-01-19 02:17:02] "POST /ref-update HTTP/1.1" 200 156 0.023408 10.0.0.22 - - [2026-01-19 02:17:02] "GET / HTTP/1.1" 200 35931 0.001380 10.0.0.22 - - [2026-01-19 02:17:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000421 10.0.0.22 - - [2026-01-19 02:17:02] "POST /fqname-to-id HTTP/1.1" 404 201 0.003324 10.0.0.22 - - [2026-01-19 02:17:02] "POST /access-control-lists HTTP/1.1" 200 551 0.069208 10.0.0.22 - - [2026-01-19 02:17:02] "PUT /access-control-list/eba342bb-fed4-4be8-9de2-f359acc4b79d HTTP/1.1" 200 272 0.011841 10.0.0.22 - - [2026-01-19 02:17:02] "PUT /access-control-list/8c05a9a1-a2cb-40a2-ba17-4fb9de145ca1 HTTP/1.1" 200 272 0.010303 10.0.0.22 - - [2026-01-19 02:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.029070 10.0.0.22 - - [2026-01-19 02:17:02] "GET /global-system-config/84123177-82f2-4b35-a5cc-6623d2f04f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005926 10.0.0.22 - - [2026-01-19 02:17:02] "POST /fqname-to-id HTTP/1.1" 404 220 0.003221 10.0.0.22 - - [2026-01-19 02:17:02] "POST /config-database-nodes HTTP/1.1" 200 617 0.026465 10.0.0.22 - - [2026-01-19 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.22 - - [2026-01-19 02:17:06] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.003963 10.0.0.22 - - [2026-01-19 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.22 - - [2026-01-19 02:17:06] "PUT /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b HTTP/1.1" 200 276 0.010780 10.0.0.22 - - [2026-01-19 02:17:06] "GET / HTTP/1.1" 200 35931 0.001796 10.0.0.22 - - [2026-01-19 02:17:06] "POST /alarms HTTP/1.1" 401 292 0.000429 10.0.0.22 - - [2026-01-19 02:17:07] "POST /alarms HTTP/1.1" 200 581 0.043894 10.0.0.22 - - [2026-01-19 02:17:07] "POST /alarms HTTP/1.1" 200 575 0.019193 10.0.0.22 - - [2026-01-19 02:17:07] "POST /alarms HTTP/1.1" 200 575 0.032795 10.0.0.22 - - [2026-01-19 02:17:07] "POST /alarms HTTP/1.1" 200 559 0.030332 10.0.0.22 - - [2026-01-19 02:17:07] "POST /alarms HTTP/1.1" 200 555 0.027435 10.0.0.22 - - [2026-01-19 02:17:07] "POST /alarms HTTP/1.1" 200 557 0.021829 10.0.0.22 - - [2026-01-19 02:17:07] "POST /alarms HTTP/1.1" 200 565 0.025123 10.0.0.22 - - [2026-01-19 02:17:07] "POST /alarms HTTP/1.1" 200 549 0.019096 10.0.0.22 - - [2026-01-19 02:17:07] "POST /alarms HTTP/1.1" 200 557 0.020192 10.0.0.22 - - [2026-01-19 02:17:07] "POST /alarms HTTP/1.1" 200 567 0.019726 10.0.0.22 - - [2026-01-19 02:17:07] "POST /alarms HTTP/1.1" 200 555 0.020039 10.0.0.22 - - [2026-01-19 02:17:07] "POST /alarms HTTP/1.1" 200 567 0.020348 10.0.0.22 - - [2026-01-19 02:17:08] "POST /alarms HTTP/1.1" 200 575 0.066175 10.0.0.22 - - [2026-01-19 02:17:08] "POST /alarms HTTP/1.1" 200 569 0.021477 10.0.0.22 - - [2026-01-19 02:17:08] "POST /alarms HTTP/1.1" 200 561 0.018915 10.0.0.22 - - [2026-01-19 02:17:08] "POST /alarms HTTP/1.1" 200 561 0.024547 10.0.0.22 - - [2026-01-19 02:17:08] "POST /alarms HTTP/1.1" 200 561 0.023072 10.0.0.22 - - [2026-01-19 02:17:08] "POST /alarms HTTP/1.1" 200 547 0.020357 10.0.0.22 - - [2026-01-19 02:17:08] "POST /alarms HTTP/1.1" 200 595 0.021983 10.0.0.22 - - [2026-01-19 02:17:08] "POST /alarms HTTP/1.1" 200 575 0.026957 10.0.0.22 - - [2026-01-19 02:17:08] "POST /alarms HTTP/1.1" 200 571 0.028900 10.0.0.22 - - [2026-01-19 02:17:08] "POST /alarms HTTP/1.1" 200 583 0.019079 10.0.0.22 - - [2026-01-19 02:17:08] "POST /alarms HTTP/1.1" 200 609 0.034812 10.0.0.22 - - [2026-01-19 02:17:09] "GET / HTTP/1.1" 200 35931 0.002179 10.0.0.22 - - [2026-01-19 02:17:09] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000550 10.0.0.22 - - [2026-01-19 02:17:09] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.033294 10.0.0.22 - - [2026-01-19 02:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002565 10.0.0.22 - - [2026-01-19 02:17:09] "PUT /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b HTTP/1.1" 200 276 0.009909 10.0.0.22 - - [2026-01-19 02:17:09] "GET / HTTP/1.1" 200 35931 0.001687 10.0.0.22 - - [2026-01-19 02:17:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000394 10.0.0.22 - - [2026-01-19 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.027352 10.0.0.22 - - [2026-01-19 02:17:10] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004176 10.0.0.22 - - [2026-01-19 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.22 - - [2026-01-19 02:17:10] "PUT /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b HTTP/1.1" 200 276 0.010645 10.0.0.22 - - [2026-01-19 02:17:10] "GET / HTTP/1.1" 200 35931 0.001550 10.0.0.22 - - [2026-01-19 02:17:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.22 - - [2026-01-19 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.029026 10.0.0.22 - - [2026-01-19 02:17:10] "GET /global-system-config/84123177-82f2-4b35-a5cc-6623d2f04f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006264 10.0.0.22 - - [2026-01-19 02:17:10] "PUT /global-system-config/84123177-82f2-4b35-a5cc-6623d2f04f3f HTTP/1.1" 200 274 0.018012 10.0.0.22 - - [2026-01-19 02:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.22 - - [2026-01-19 02:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.22 - - [2026-01-19 02:17:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.22 - - [2026-01-19 02:17:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.22 - - [2026-01-19 02:17:57] "GET / HTTP/1.1" 200 35931 0.002294 10.0.0.22 - - [2026-01-19 02:17:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000374 10.0.0.22 - - [2026-01-19 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.027197 10.0.0.22 - - [2026-01-19 02:17:57] "GET /routing-instance/863b3485-9f29-4020-9fe5-4d514d7ce82e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003940 10.0.0.22 - - [2026-01-19 02:17:57] "POST /bgp-routers HTTP/1.1" 200 620 0.024392 10.0.0.22 - - [2026-01-19 02:17:57] "GET /bgp-router/64d38a29-1aa6-44e3-a824-626f83b78752?fields=global_system_config_back_refs HTTP/1.1" 200 1126 0.006953 10.0.0.22 - - [2026-01-19 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.22 - - [2026-01-19 02:17:57] "GET /global-system-config/84123177-82f2-4b35-a5cc-6623d2f04f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006419 10.0.0.22 - - [2026-01-19 02:17:57] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004237 10.0.0.22 - - [2026-01-19 02:17:57] "POST /ref-update HTTP/1.1" 200 156 0.013860 10.0.0.22 - - [2026-01-19 02:18:24] "GET / HTTP/1.1" 200 35931 0.001835 10.0.0.22 - - [2026-01-19 02:18:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000395 10.0.0.22 - - [2026-01-19 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.027733 10.0.0.22 - - [2026-01-19 02:18:25] "GET /global-system-config/84123177-82f2-4b35-a5cc-6623d2f04f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.008364 10.0.0.22 - - [2026-01-19 02:18:25] "POST /fqname-to-id HTTP/1.1" 404 220 0.003076 10.0.0.22 - - [2026-01-19 02:18:25] "POST /database-nodes HTTP/1.1" 200 603 0.021917 10.0.0.22 - - [2026-01-19 02:18:54] "GET / HTTP/1.1" 200 35931 0.002274 10.0.0.22 - - [2026-01-19 02:18:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000497 10.0.0.22 - - [2026-01-19 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.030115 10.0.0.22 - - [2026-01-19 02:18:55] "GET /global-system-config/84123177-82f2-4b35-a5cc-6623d2f04f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.007340 10.0.0.22 - - [2026-01-19 02:18:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.003548 10.0.0.22 - - [2026-01-19 02:18:55] "POST /analytics-nodes HTTP/1.1" 200 605 0.018270 10.0.0.22 - - [2026-01-19 02:19:00] "GET / HTTP/1.1" 200 35931 0.002481 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-19 02:19:03] "GET /obj-perms HTTP/1.1" 200 5056 0.384732 10.0.0.22 - - [2026-01-19 02:19:03] "GET /obj-perms HTTP/1.1" 200 5056 0.061372 10.0.0.22 - - [2026-01-19 02:19:10] "GET / HTTP/1.1" 200 35931 0.001967 10.0.0.22 - - [2026-01-19 02:19:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000539 10.0.0.22 - - [2026-01-19 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.032739 10.0.0.22 - - [2026-01-19 02:19:10] "GET /global-system-config/84123177-82f2-4b35-a5cc-6623d2f04f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.008402 10.0.0.22 - - [2026-01-19 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 220 0.003213 10.0.0.22 - - [2026-01-19 02:19:10] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.040740 10.0.0.22 - - [2026-01-19 02:19:23] "GET / HTTP/1.1" 200 35931 0.002462 10.0.0.22 - - [2026-01-19 02:19:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000502 10.0.0.22 - - [2026-01-19 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.032678 10.0.0.22 - - [2026-01-19 02:19:24] "GET /global-system-config/84123177-82f2-4b35-a5cc-6623d2f04f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.008425 10.0.0.22 - - [2026-01-19 02:19:24] "POST /fqname-to-id HTTP/1.1" 404 220 0.003651 10.0.0.22 - - [2026-01-19 02:19:24] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.018181 10.0.0.22 - - [2026-01-19 02:20:03] "GET /obj-perms HTTP/1.1" 200 5056 0.070482 10.0.0.22 - - [2026-01-19 02:20:04] "GET /obj-perms HTTP/1.1" 200 5056 0.050033 10.0.0.22 - - [2026-01-19 02:21:04] "GET /obj-perms HTTP/1.1" 200 5056 0.051488 10.0.0.22 - - [2026-01-19 02:21:04] "GET /obj-perms HTTP/1.1" 200 5056 0.053689 10.0.0.22 - - [2026-01-19 02:21:51] "GET / HTTP/1.1" 200 35931 0.001501 10.0.0.22 - - [2026-01-19 02:21:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.22 - - [2026-01-19 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.029647 10.0.0.22 - - [2026-01-19 02:21:52] "GET /global-system-config/84123177-82f2-4b35-a5cc-6623d2f04f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.007286 10.0.0.22 - - [2026-01-19 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.22 - - [2026-01-19 02:21:52] "GET /routing-instance/863b3485-9f29-4020-9fe5-4d514d7ce82e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.005147 10.0.0.22 - - [2026-01-19 02:21:52] "PUT /global-system-config/84123177-82f2-4b35-a5cc-6623d2f04f3f HTTP/1.1" 200 274 0.009760 10.0.0.22 - - [2026-01-19 02:21:52] "POST /fqname-to-id HTTP/1.1" 404 218 0.003270 10.0.0.22 - - [2026-01-19 02:21:52] "POST /virtual-routers HTTP/1.1" 200 603 0.049957 10.0.0.22 - - [2026-01-19 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.22 - - [2026-01-19 02:21:52] "GET /virtual-router/59fa5247-468a-4957-88f0-9f8215342db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.006157 10.0.0.22 - - [2026-01-19 02:21:52] "POST /fqname-to-id HTTP/1.1" 404 231 0.002908 10.0.0.22 - - [2026-01-19 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.22 - - [2026-01-19 02:21:52] "GET /virtual-network/9f6a0045-bff0-426f-aba3-15ef56521f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.007194 10.0.0.22 - - [2026-01-19 02:21:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.043268 10.0.0.22 - - [2026-01-19 02:21:53] "PUT /access-control-list/72364117-5930-4300-aba7-af322e47722c HTTP/1.1" 200 272 0.012291 [Introspect:8084]10.0.0.22 - - [2026-01-19 02:21:55] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001082 [Introspect:8084]10.0.0.22 - - [2026-01-19 02:21:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001012 10.0.0.22 - - [2026-01-19 02:22:05] "GET /obj-perms HTTP/1.1" 200 5056 0.060554 10.0.0.22 - - [2026-01-19 02:22:05] "GET /obj-perms HTTP/1.1" 200 5056 0.053488 10.0.0.22 - - [2026-01-19 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.22 - - [2026-01-19 02:22:05] "GET /virtual-router/59fa5247-468a-4957-88f0-9f8215342db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.010736 [Introspect:8084]10.0.0.22 - - [2026-01-19 02:22:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000894 [Introspect:8084]10.0.0.22 - - [2026-01-19 02:22:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000982 [Introspect:8084]10.0.0.22 - - [2026-01-19 02:22:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001052 [Introspect:8084]10.0.0.22 - - [2026-01-19 02:22:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001030 10.0.0.22 - - [2026-01-19 02:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.22 - - [2026-01-19 02:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.22 - - [2026-01-19 02:22:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.22 - - [2026-01-19 02:22:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.22 - - [2026-01-19 02:23:06] "GET /obj-perms HTTP/1.1" 200 5056 0.055795 10.0.0.22 - - [2026-01-19 02:23:06] "GET /obj-perms HTTP/1.1" 200 5056 0.056513 10.0.0.22 - - [2026-01-19 02:23:12] "GET / HTTP/1.1" 200 35931 0.001430 10.0.0.22 - - [2026-01-19 02:23:13] "GET /project/21c0ac45-c9f5-4779-b435-31a726e81ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000402 10.0.0.22 - - [2026-01-19 02:23:13] "GET /projects?obj_uuids=21c0ac45-c9f5-4779-b435-31a726e81ae4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.032957 10.0.0.22 - - [2026-01-19 02:23:13] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001695 10.0.0.22 - - [2026-01-19 02:23:13] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.042501 10.0.0.22 - - [2026-01-19 02:23:14] "POST /id-to-fqname HTTP/1.1" 200 167 0.001288 10.0.0.22 - - [2026-01-19 02:23:14] "POST /fqname-to-id HTTP/1.1" 404 176 0.003340 10.0.0.22 - - [2026-01-19 02:23:14] "POST /security-groups HTTP/1.1" 200 568 0.069229 10.0.0.22 - - [2026-01-19 02:23:14] "POST /projects HTTP/1.1" 200 539 0.237933 10.0.0.22 - - [2026-01-19 02:23:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.029880 10.0.0.22 - - [2026-01-19 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.311441 10.0.0.22 - - [2026-01-19 02:23:14] "POST /access-control-lists HTTP/1.1" 200 573 0.062151 10.0.0.22 - - [2026-01-19 02:23:14] "GET /project/21c0ac45-c9f5-4779-b435-31a726e81ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.509998 10.0.0.22 - - [2026-01-19 02:23:14] "POST /fqname-to-id HTTP/1.1" 404 206 0.002996 10.0.0.22 - - [2026-01-19 02:23:14] "POST /access-control-lists HTTP/1.1" 200 571 0.063588 [Introspect:8084]10.0.0.22 - - [2026-01-19 02:23:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001132 10.0.0.22 - - [2026-01-19 02:23:15] "POST /fqname-to-id HTTP/1.1" 404 199 0.028710 10.0.0.22 - - [2026-01-19 02:23:15] "GET /projects?obj_uuids=e5257238-57e1-480d-9d8a-12128c1d1bde&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002491 10.0.0.22 - - [2026-01-19 02:23:15] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.22 - - [2026-01-19 02:23:15] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006791 10.0.0.22 - - [2026-01-19 02:23:15] "POST /id-to-fqname HTTP/1.1" 200 201 0.002700 10.0.0.22 - - [2026-01-19 02:23:15] "POST /fqname-to-id HTTP/1.1" 404 210 0.003839 10.0.0.22 - - [2026-01-19 02:23:15] "POST /security-groups HTTP/1.1" 200 602 0.071140 10.0.0.22 - - [2026-01-19 02:23:15] "POST /fqname-to-id HTTP/1.1" 404 245 0.002985 10.0.0.22 - - [2026-01-19 02:23:15] "POST /projects HTTP/1.1" 200 607 0.254333 10.0.0.22 - - [2026-01-19 02:23:15] "POST /access-control-lists HTTP/1.1" 200 607 0.065393 10.0.0.22 - - [2026-01-19 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.327263 10.0.0.22 - - [2026-01-19 02:23:15] "POST /fqname-to-id HTTP/1.1" 404 244 0.003370 10.0.0.22 - - [2026-01-19 02:23:15] "GET /project/e5257238-57e1-480d-9d8a-12128c1d1bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.450745 10.0.0.22 - - [2026-01-19 02:23:15] "POST /access-control-lists HTTP/1.1" 200 605 0.061274 10.0.0.22 - - [2026-01-19 02:23:16] "GET / HTTP/1.1" 200 35931 0.001916 10.0.0.22 - - [2026-01-19 02:23:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000594 10.0.0.22 - - [2026-01-19 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.060803 10.0.0.22 - - [2026-01-19 02:23:17] "GET /projects?obj_uuids=e5257238-57e1-480d-9d8a-12128c1d1bde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000954 10.0.0.22 - - [2026-01-19 02:23:17] "GET /project/e5257238-57e1-480d-9d8a-12128c1d1bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.028051 10.0.0.22 - - [2026-01-19 02:23:17] "POST /neutron/network HTTP/1.1" 200 117 0.108443 10.0.0.22 - - [2026-01-19 02:23:18] "GET /projects?obj_uuids=e5257238-57e1-480d-9d8a-12128c1d1bde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001218 10.0.0.22 - - [2026-01-19 02:23:18] "POST /neutron/network HTTP/1.1" 200 620 0.075340 10.0.0.22 - - [2026-01-19 02:23:18] "POST /route-targets HTTP/1.1" 200 327 0.013612 10.0.0.22 - - [2026-01-19 02:23:18] "POST /ref-update HTTP/1.1" 200 156 0.020394 10.0.0.22 - - [2026-01-19 02:23:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002797 10.0.0.22 - - [2026-01-19 02:23:18] "POST /neutron/subnet HTTP/1.1" 200 729 0.193070 10.0.0.22 - - [2026-01-19 02:23:18] "POST /neutron/network HTTP/1.1" 200 840 0.007626 10.0.0.22 - - [2026-01-19 02:23:18] "POST /id-to-fqname HTTP/1.1" 200 233 0.001696 10.0.0.22 - - [2026-01-19 02:23:18] "GET /virtual-network/cefb7985-776d-4832-894f-515452fa1482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006012 10.0.0.22 - - [2026-01-19 02:23:18] "POST /neutron/network HTTP/1.1" 200 840 0.007270 10.0.0.22 - - [2026-01-19 02:23:18] "GET /virtual-network/cefb7985-776d-4832-894f-515452fa1482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007087 10.0.0.22 - - [2026-01-19 02:23:18] "POST /neutron/network HTTP/1.1" 200 840 0.006621 10.0.0.22 - - [2026-01-19 02:23:18] "POST /neutron/subnet HTTP/1.1" 200 729 0.009218 10.0.0.22 - - [2026-01-19 02:23:18] "GET /domains HTTP/1.1" 401 292 0.000462 10.0.0.22 - - [2026-01-19 02:23:18] "GET /domains HTTP/1.1" 200 280 0.028780 10.0.0.22 - - [2026-01-19 02:23:18] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001036 10.0.0.22 - - [2026-01-19 02:23:18] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2583 0.017294 10.0.0.22 - - [2026-01-19 02:23:18] "GET /projects?obj_uuids=e5257238-57e1-480d-9d8a-12128c1d1bde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001279 10.0.0.22 - - [2026-01-19 02:23:19] "GET /project/e5257238-57e1-480d-9d8a-12128c1d1bde HTTP/1.1" 200 2179 0.070170 10.0.0.22 - - [2026-01-19 02:23:19] "GET /virtual-network/cefb7985-776d-4832-894f-515452fa1482 HTTP/1.1" 200 2345 0.006700 10.0.0.22 - - [2026-01-19 02:23:19] "GET /virtual-network/cefb7985-776d-4832-894f-515452fa1482 HTTP/1.1" 200 2345 0.004939 10.0.0.22 - - [2026-01-19 02:23:19] "GET /routing-instance/9d2174f5-e23c-4553-813f-ddb87510e5f9 HTTP/1.1" 200 1494 0.003981 10.0.0.22 - - [2026-01-19 02:23:19] "GET /routing-instance/9d2174f5-e23c-4553-813f-ddb87510e5f9 HTTP/1.1" 200 1494 0.003925 10.0.0.22 - - [2026-01-19 02:23:19] "GET /route-target/072c3e4c-b692-4b64-a2c3-f84e99e28425 HTTP/1.1" 200 1218 0.003586 10.0.0.22 - - [2026-01-19 02:23:19] "GET /virtual-network/cefb7985-776d-4832-894f-515452fa1482 HTTP/1.1" 200 2345 0.005208 10.0.0.22 - - [2026-01-19 02:23:19] "GET /routing-instance/9d2174f5-e23c-4553-813f-ddb87510e5f9 HTTP/1.1" 200 1494 0.003707 10.0.0.22 - - [2026-01-19 02:23:19] "GET /virtual-network/cefb7985-776d-4832-894f-515452fa1482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004857 10.0.0.22 - - [2026-01-19 02:23:19] "GET /virtual-network/cefb7985-776d-4832-894f-515452fa1482 HTTP/1.1" 200 2345 0.005296 10.0.0.22 - - [2026-01-19 02:23:19] "GET /routing-instance/9d2174f5-e23c-4553-813f-ddb87510e5f9 HTTP/1.1" 200 1494 0.003872 10.0.0.22 - - [2026-01-19 02:23:19] "GET /routing-instance/9d2174f5-e23c-4553-813f-ddb87510e5f9 HTTP/1.1" 200 1494 0.003569 10.0.0.22 - - [2026-01-19 02:23:19] "GET /route-target/072c3e4c-b692-4b64-a2c3-f84e99e28425 HTTP/1.1" 200 1218 0.003344 10.0.0.22 - - [2026-01-19 02:23:19] "GET /domains HTTP/1.1" 200 280 0.002843 10.0.0.22 - - [2026-01-19 02:23:19] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001074 10.0.0.22 - - [2026-01-19 02:23:19] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2583 0.008255 10.0.0.22 - - [2026-01-19 02:23:19] "GET /projects?obj_uuids=e5257238-57e1-480d-9d8a-12128c1d1bde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000888 10.0.0.22 - - [2026-01-19 02:23:19] "GET /project/e5257238-57e1-480d-9d8a-12128c1d1bde HTTP/1.1" 200 2179 0.068696 10.0.0.22 - - [2026-01-19 02:23:19] "GET /virtual-network/cefb7985-776d-4832-894f-515452fa1482 HTTP/1.1" 200 2345 0.005453 10.0.0.22 - - [2026-01-19 02:23:19] "GET /obj-perms HTTP/1.1" 200 5052 0.060323 10.0.0.22 - - [2026-01-19 02:23:19] "POST /id-to-fqname HTTP/1.1" 200 233 0.001373 10.0.0.22 - - [2026-01-19 02:23:21] "POST /neutron/network HTTP/1.1" 200 850 0.006935 10.0.0.22 - - [2026-01-19 02:23:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000516 10.0.0.22 - - [2026-01-19 02:23:21] "GET / HTTP/1.1" 200 35931 0.001355 10.0.0.22 - - [2026-01-19 02:23:21] "GET /project/e5257238-57e1-480d-9d8a-12128c1d1bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000370 10.0.0.22 - - [2026-01-19 02:23:21] "GET /projects?obj_uuids=e5257238-57e1-480d-9d8a-12128c1d1bde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001097 10.0.0.22 - - [2026-01-19 02:23:22] "GET /project/e5257238-57e1-480d-9d8a-12128c1d1bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.062932 10.0.0.22 - - [2026-01-19 02:23:22] "POST /neutron/network HTTP/1.1" 200 840 0.037455 10.0.0.22 - - [2026-01-19 02:23:22] "POST /neutron/port HTTP/1.1" 200 117 0.005947 10.0.0.22 - - [2026-01-19 02:23:22] "POST /neutron/port HTTP/1.1" 200 117 0.006397 10.0.0.22 - - [2026-01-19 02:23:22] "POST /neutron/port HTTP/1.1" 200 117 0.005373 10.0.0.22 - - [2026-01-19 02:23:24] "POST /neutron/network HTTP/1.1" 200 850 0.026342 10.0.0.22 - - [2026-01-19 02:23:24] "GET /projects?obj_uuids=e5257238-57e1-480d-9d8a-12128c1d1bde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001602 10.0.0.22 - - [2026-01-19 02:23:24] "POST /neutron/port HTTP/1.1" 200 1072 0.239586 10.0.0.22 - - [2026-01-19 02:23:24] "POST /neutron/port HTTP/1.1" 200 1072 0.054211 10.0.0.22 - - [2026-01-19 02:23:24] "POST /neutron/port HTTP/1.1" 200 1072 0.016276 10.0.0.22 - - [2026-01-19 02:23:24] "POST /neutron/port HTTP/1.1" 200 1126 0.088231 10.0.0.22 - - [2026-01-19 02:23:24] "POST /neutron/port HTTP/1.1" 200 1136 0.015184 10.0.0.22 - - [2026-01-19 02:23:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003799 10.0.0.22 - - [2026-01-19 02:23:24] "POST /neutron/subnet HTTP/1.1" 200 703 0.009627 10.0.0.22 - - [2026-01-19 02:23:25] "POST /neutron/port HTTP/1.1" 200 117 0.001298 10.0.0.22 - - [2026-01-19 02:23:25] "POST /neutron/network HTTP/1.1" 200 840 0.006471 10.0.0.22 - - [2026-01-19 02:23:28] "POST /neutron/port HTTP/1.1" 200 1136 0.013579 10.0.0.22 - - [2026-01-19 02:23:28] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008660 10.0.0.22 - - [2026-01-19 02:23:33] "POST /neutron/port HTTP/1.1" 200 1136 0.013936 10.0.0.22 - - [2026-01-19 02:23:33] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006459 10.0.0.22 - - [2026-01-19 02:23:33] "GET /obj-perms HTTP/1.1" 200 5052 0.003734 10.0.0.22 - - [2026-01-19 02:23:34] "GET /obj-perms HTTP/1.1" 200 5052 0.003848 10.0.0.22 - - [2026-01-19 02:23:35] "GET /obj-perms HTTP/1.1" 200 5052 0.003711 10.0.0.22 - - [2026-01-19 02:23:36] "GET /obj-perms HTTP/1.1" 200 5052 0.003947 10.0.0.22 - - [2026-01-19 02:23:37] "GET /obj-perms HTTP/1.1" 200 5052 0.003618 10.0.0.22 - - [2026-01-19 02:23:38] "POST /neutron/network HTTP/1.1" 200 840 0.009205 10.0.0.22 - - [2026-01-19 02:23:38] "POST /neutron/network HTTP/1.1" 400 204 0.026196 10.0.0.22 - - [2026-01-19 02:23:39] "POST /neutron/port HTTP/1.1" 200 1136 0.015738 10.0.0.22 - - [2026-01-19 02:23:39] "POST /neutron/port HTTP/1.1" 200 1126 0.012784 10.0.0.22 - - [2026-01-19 02:23:39] "POST /neutron/port HTTP/1.1" 200 151 0.134844 10.0.0.22 - - [2026-01-19 02:23:40] "POST /neutron/network HTTP/1.1" 200 840 0.006794 10.0.0.22 - - [2026-01-19 02:23:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003067 10.0.0.22 - - [2026-01-19 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.22 - - [2026-01-19 02:23:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003109 10.0.0.22 - - [2026-01-19 02:23:40] "POST /neutron/network HTTP/1.1" 200 151 0.084511 10.0.0.22 - - [2026-01-19 02:23:40] "GET /routing-instance/9d2174f5-e23c-4553-813f-ddb87510e5f9 HTTP/1.1" 404 171 0.002403 10.0.0.22 - - [2026-01-19 02:23:40] "GET /domains HTTP/1.1" 200 280 0.004498 10.0.0.22 - - [2026-01-19 02:23:40] "DELETE /route-target/072c3e4c-b692-4b64-a2c3-f84e99e28425 HTTP/1.1" 200 115 0.022500 10.0.0.22 - - [2026-01-19 02:23:40] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.22 - - [2026-01-19 02:23:40] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2583 0.048702 10.0.0.22 - - [2026-01-19 02:23:40] "GET /projects?obj_uuids=e5257238-57e1-480d-9d8a-12128c1d1bde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002191 10.0.0.22 - - [2026-01-19 02:23:40] "GET /project/e5257238-57e1-480d-9d8a-12128c1d1bde HTTP/1.1" 200 1929 0.072067 10.0.0.22 - - [2026-01-19 02:23:40] "GET /projects?obj_uuids=e5257238-57e1-480d-9d8a-12128c1d1bde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000997 10.0.0.22 - - [2026-01-19 02:23:41] "GET /project/e5257238-57e1-480d-9d8a-12128c1d1bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.027516 10.0.0.22 - - [2026-01-19 02:23:41] "GET /projects?obj_uuids=e5257238-57e1-480d-9d8a-12128c1d1bde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001005 10.0.0.22 - - [2026-01-19 02:23:41] "GET /project/e5257238-57e1-480d-9d8a-12128c1d1bde?fields=virtual_networks HTTP/1.1" 200 1065 0.072867 10.0.0.22 - - [2026-01-19 02:23:41] "GET /projects?obj_uuids=e5257238-57e1-480d-9d8a-12128c1d1bde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001024 10.0.0.22 - - [2026-01-19 02:23:41] "GET /project/e5257238-57e1-480d-9d8a-12128c1d1bde?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.025612 10.0.0.22 - - [2026-01-19 02:23:41] "GET /projects?obj_uuids=e5257238-57e1-480d-9d8a-12128c1d1bde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001338 10.0.0.22 - - [2026-01-19 02:23:41] "GET /project/e5257238-57e1-480d-9d8a-12128c1d1bde?fields=security_groups HTTP/1.1" 200 1302 0.029304 10.0.0.22 - - [2026-01-19 02:23:41] "GET /projects?obj_uuids=21c0ac45-c9f5-4779-b435-31a726e81ae4&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001098 10.0.0.22 - - [2026-01-19 02:23:41] "GET /project/21c0ac45-c9f5-4779-b435-31a726e81ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.029743 10.0.0.22 - - [2026-01-19 02:23:45] "GET /projects?obj_uuids=21c0ac45-c9f5-4779-b435-31a726e81ae4&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001013 10.0.0.22 - - [2026-01-19 02:23:45] "GET /project/21c0ac45-c9f5-4779-b435-31a726e81ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.027111 10.0.0.22 - - [2026-01-19 02:23:46] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003434 10.0.0.22 - - [2026-01-19 02:23:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.033462 10.0.0.22 - - [2026-01-19 02:23:46] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002681 10.0.0.22 - - [2026-01-19 02:23:46] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000995 10.0.0.22 - - [2026-01-19 02:23:46] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007078 10.0.0.22 - - [2026-01-19 02:23:46] "POST /id-to-fqname HTTP/1.1" 200 202 0.001259 10.0.0.22 - - [2026-01-19 02:23:46] "POST /fqname-to-id HTTP/1.1" 404 211 0.002612 10.0.0.22 - - [2026-01-19 02:23:46] "POST /security-groups HTTP/1.1" 200 603 0.064788 10.0.0.22 - - [2026-01-19 02:23:46] "POST /fqname-to-id HTTP/1.1" 404 246 0.002746 10.0.0.22 - - [2026-01-19 02:23:47] "POST /projects HTTP/1.1" 200 609 0.236473 10.0.0.22 - - [2026-01-19 02:23:47] "POST /access-control-lists HTTP/1.1" 200 608 0.060871 10.0.0.22 - - [2026-01-19 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.308985 10.0.0.22 - - [2026-01-19 02:23:47] "POST /fqname-to-id HTTP/1.1" 404 245 0.003102 10.0.0.22 - - [2026-01-19 02:23:47] "GET /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.452312 10.0.0.22 - - [2026-01-19 02:23:47] "POST /access-control-lists HTTP/1.1" 200 606 0.061681 10.0.0.22 - - [2026-01-19 02:23:48] "GET / HTTP/1.1" 200 35931 0.002689 10.0.0.22 - - [2026-01-19 02:23:48] "GET /projects?obj_uuids=21c0ac45-c9f5-4779-b435-31a726e81ae4&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001026 10.0.0.22 - - [2026-01-19 02:23:48] "GET /project/21c0ac45-c9f5-4779-b435-31a726e81ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.030418 10.0.0.22 - - [2026-01-19 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.22 - - [2026-01-19 02:23:49] "GET /security-group/b45305f6-b8f8-4ea1-8e4c-65a5a6c2da19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3696 0.005514 10.0.0.22 - - [2026-01-19 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.22 - - [2026-01-19 02:23:49] "GET /projects?obj_uuids=21c0ac45-c9f5-4779-b435-31a726e81ae4&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001321 10.0.0.22 - - [2026-01-19 02:23:49] "GET /project/21c0ac45-c9f5-4779-b435-31a726e81ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.038788 10.0.0.22 - - [2026-01-19 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.22 - - [2026-01-19 02:23:49] "GET /security-group/b45305f6-b8f8-4ea1-8e4c-65a5a6c2da19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3696 0.004179 10.0.0.22 - - [2026-01-19 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.22 - - [2026-01-19 02:23:49] "PUT /security-group/b45305f6-b8f8-4ea1-8e4c-65a5a6c2da19 HTTP/1.1" 200 262 0.014822 10.0.0.22 - - [2026-01-19 02:23:49] "PUT /access-control-list/c7c3292d-9130-4f05-b12d-536192626e5e HTTP/1.1" 200 272 0.009052 10.0.0.22 - - [2026-01-19 02:23:49] "PUT /access-control-list/2d96e2a8-03d3-4e9b-97fc-38177e1eac4c HTTP/1.1" 200 272 0.013245 10.0.0.22 - - [2026-01-19 02:23:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000599 10.0.0.22 - - [2026-01-19 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.061872 10.0.0.22 - - [2026-01-19 02:23:50] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001039 10.0.0.22 - - [2026-01-19 02:23:50] "GET /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.032383 10.0.0.22 - - [2026-01-19 02:23:50] "POST /neutron/network HTTP/1.1" 200 117 0.038870 10.0.0.22 - - [2026-01-19 02:23:50] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001045 10.0.0.22 - - [2026-01-19 02:23:50] "POST /neutron/network HTTP/1.1" 200 619 0.071952 10.0.0.22 - - [2026-01-19 02:23:50] "POST /route-targets HTTP/1.1" 200 327 0.014185 10.0.0.22 - - [2026-01-19 02:23:50] "POST /ref-update HTTP/1.1" 200 156 0.017057 10.0.0.22 - - [2026-01-19 02:23:50] "POST /useragent-kv HTTP/1.1" 200 115 0.005346 10.0.0.22 - - [2026-01-19 02:23:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.159029 10.0.0.22 - - [2026-01-19 02:23:50] "POST /neutron/network HTTP/1.1" 200 839 0.005723 10.0.0.22 - - [2026-01-19 02:23:50] "POST /id-to-fqname HTTP/1.1" 200 233 0.001221 10.0.0.22 - - [2026-01-19 02:23:50] "GET /virtual-network/8635e3ae-6cdc-4ea1-b27b-eb773c64f9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005968 10.0.0.22 - - [2026-01-19 02:23:50] "POST /neutron/network HTTP/1.1" 200 839 0.006253 10.0.0.22 - - [2026-01-19 02:23:50] "GET /virtual-network/8635e3ae-6cdc-4ea1-b27b-eb773c64f9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005046 10.0.0.22 - - [2026-01-19 02:23:50] "POST /neutron/network HTTP/1.1" 200 839 0.006096 10.0.0.22 - - [2026-01-19 02:23:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.008347 10.0.0.22 - - [2026-01-19 02:23:51] "GET /domains HTTP/1.1" 401 292 0.000396 10.0.0.22 - - [2026-01-19 02:23:51] "GET /domains HTTP/1.1" 200 280 0.035743 10.0.0.22 - - [2026-01-19 02:23:51] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001105 10.0.0.22 - - [2026-01-19 02:23:51] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2781 0.008422 10.0.0.22 - - [2026-01-19 02:23:51] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001059 10.0.0.22 - - [2026-01-19 02:23:51] "GET /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0 HTTP/1.1" 200 2184 0.083795 10.0.0.22 - - [2026-01-19 02:23:51] "GET /virtual-network/8635e3ae-6cdc-4ea1-b27b-eb773c64f9e6 HTTP/1.1" 200 2343 0.005608 10.0.0.22 - - [2026-01-19 02:23:51] "GET /virtual-network/8635e3ae-6cdc-4ea1-b27b-eb773c64f9e6 HTTP/1.1" 200 2343 0.005370 10.0.0.22 - - [2026-01-19 02:23:51] "GET /routing-instance/5ebb28aa-fee8-41f7-8220-6e138cf4ea47 HTTP/1.1" 200 1490 0.004216 10.0.0.22 - - [2026-01-19 02:23:51] "GET /routing-instance/5ebb28aa-fee8-41f7-8220-6e138cf4ea47 HTTP/1.1" 200 1490 0.003503 10.0.0.22 - - [2026-01-19 02:23:51] "GET /route-target/5c39f022-05b4-4b21-9ac9-880146019f6f HTTP/1.1" 200 1218 0.003980 10.0.0.22 - - [2026-01-19 02:23:51] "GET /virtual-network/8635e3ae-6cdc-4ea1-b27b-eb773c64f9e6 HTTP/1.1" 200 2343 0.004752 10.0.0.22 - - [2026-01-19 02:23:51] "GET /routing-instance/5ebb28aa-fee8-41f7-8220-6e138cf4ea47 HTTP/1.1" 200 1490 0.003652 10.0.0.22 - - [2026-01-19 02:23:51] "GET /virtual-network/8635e3ae-6cdc-4ea1-b27b-eb773c64f9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004671 10.0.0.22 - - [2026-01-19 02:23:51] "GET /virtual-network/8635e3ae-6cdc-4ea1-b27b-eb773c64f9e6 HTTP/1.1" 200 2343 0.005641 10.0.0.22 - - [2026-01-19 02:23:51] "GET /routing-instance/5ebb28aa-fee8-41f7-8220-6e138cf4ea47 HTTP/1.1" 200 1490 0.005071 10.0.0.22 - - [2026-01-19 02:23:51] "GET /routing-instance/5ebb28aa-fee8-41f7-8220-6e138cf4ea47 HTTP/1.1" 200 1490 0.003340 10.0.0.22 - - [2026-01-19 02:23:51] "GET /route-target/5c39f022-05b4-4b21-9ac9-880146019f6f HTTP/1.1" 200 1218 0.003247 10.0.0.22 - - [2026-01-19 02:23:51] "GET /domains HTTP/1.1" 200 280 0.003570 10.0.0.22 - - [2026-01-19 02:23:51] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001535 10.0.0.22 - - [2026-01-19 02:23:51] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2781 0.007731 10.0.0.22 - - [2026-01-19 02:23:51] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001013 10.0.0.22 - - [2026-01-19 02:23:51] "GET /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0 HTTP/1.1" 200 2184 0.084699 10.0.0.22 - - [2026-01-19 02:23:51] "GET /virtual-network/8635e3ae-6cdc-4ea1-b27b-eb773c64f9e6 HTTP/1.1" 200 2343 0.005078 10.0.0.22 - - [2026-01-19 02:23:52] "GET /obj-perms HTTP/1.1" 200 5054 0.060192 10.0.0.22 - - [2026-01-19 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.22 - - [2026-01-19 02:23:52] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001065 10.0.0.22 - - [2026-01-19 02:23:52] "GET /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.025885 10.0.0.22 - - [2026-01-19 02:23:52] "POST /neutron/network HTTP/1.1" 200 117 0.011627 10.0.0.22 - - [2026-01-19 02:23:52] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001038 10.0.0.22 - - [2026-01-19 02:23:52] "POST /neutron/network HTTP/1.1" 200 619 0.071762 10.0.0.22 - - [2026-01-19 02:23:52] "POST /route-targets HTTP/1.1" 200 327 0.010328 10.0.0.22 - - [2026-01-19 02:23:52] "POST /ref-update HTTP/1.1" 200 156 0.016292 10.0.0.22 - - [2026-01-19 02:23:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003941 10.0.0.22 - - [2026-01-19 02:23:52] "POST /neutron/subnet HTTP/1.1" 200 734 0.175461 10.0.0.22 - - [2026-01-19 02:23:52] "POST /neutron/network HTTP/1.1" 200 840 0.005513 10.0.0.22 - - [2026-01-19 02:23:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.001117 10.0.0.22 - - [2026-01-19 02:23:52] "GET /virtual-network/b4729a2a-cc1a-4f44-b948-5db70e54993a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004740 10.0.0.22 - - [2026-01-19 02:23:52] "POST /neutron/network HTTP/1.1" 200 840 0.006711 10.0.0.22 - - [2026-01-19 02:23:52] "GET /virtual-network/b4729a2a-cc1a-4f44-b948-5db70e54993a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006048 10.0.0.22 - - [2026-01-19 02:23:52] "POST /neutron/network HTTP/1.1" 200 840 0.006897 10.0.0.22 - - [2026-01-19 02:23:52] "POST /neutron/subnet HTTP/1.1" 200 734 0.011666 10.0.0.22 - - [2026-01-19 02:23:52] "GET /domains HTTP/1.1" 200 280 0.002975 10.0.0.22 - - [2026-01-19 02:23:52] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001177 10.0.0.22 - - [2026-01-19 02:23:52] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2781 0.006761 10.0.0.22 - - [2026-01-19 02:23:52] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001087 10.0.0.22 - - [2026-01-19 02:23:52] "GET /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0 HTTP/1.1" 200 2412 0.069508 10.0.0.22 - - [2026-01-19 02:23:52] "GET /virtual-network/b4729a2a-cc1a-4f44-b948-5db70e54993a HTTP/1.1" 200 2347 0.006814 10.0.0.22 - - [2026-01-19 02:23:52] "GET /virtual-network/b4729a2a-cc1a-4f44-b948-5db70e54993a HTTP/1.1" 200 2347 0.005189 10.0.0.22 - - [2026-01-19 02:23:52] "GET /routing-instance/4e5533ab-221a-410b-9d88-5237be2ccb59 HTTP/1.1" 200 1491 0.003962 10.0.0.22 - - [2026-01-19 02:23:52] "GET /routing-instance/4e5533ab-221a-410b-9d88-5237be2ccb59 HTTP/1.1" 200 1491 0.003605 10.0.0.22 - - [2026-01-19 02:23:52] "GET /route-target/fba1476f-efff-4143-97c6-cbd4c37b3ddb HTTP/1.1" 200 1219 0.003412 10.0.0.22 - - [2026-01-19 02:23:52] "GET /virtual-network/b4729a2a-cc1a-4f44-b948-5db70e54993a HTTP/1.1" 200 2347 0.005554 10.0.0.22 - - [2026-01-19 02:23:52] "GET /routing-instance/4e5533ab-221a-410b-9d88-5237be2ccb59 HTTP/1.1" 200 1491 0.003530 10.0.0.22 - - [2026-01-19 02:23:52] "GET /virtual-network/b4729a2a-cc1a-4f44-b948-5db70e54993a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004852 10.0.0.22 - - [2026-01-19 02:23:52] "GET /virtual-network/b4729a2a-cc1a-4f44-b948-5db70e54993a HTTP/1.1" 200 2347 0.004872 10.0.0.22 - - [2026-01-19 02:23:52] "GET /routing-instance/4e5533ab-221a-410b-9d88-5237be2ccb59 HTTP/1.1" 200 1491 0.003990 10.0.0.22 - - [2026-01-19 02:23:52] "GET /routing-instance/4e5533ab-221a-410b-9d88-5237be2ccb59 HTTP/1.1" 200 1491 0.004736 10.0.0.22 - - [2026-01-19 02:23:52] "GET /route-target/fba1476f-efff-4143-97c6-cbd4c37b3ddb HTTP/1.1" 200 1219 0.003472 10.0.0.22 - - [2026-01-19 02:23:52] "GET /domains HTTP/1.1" 200 280 0.006155 10.0.0.22 - - [2026-01-19 02:23:52] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001356 10.0.0.22 - - [2026-01-19 02:23:52] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2781 0.007995 10.0.0.22 - - [2026-01-19 02:23:52] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000860 10.0.0.22 - - [2026-01-19 02:23:52] "GET /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0 HTTP/1.1" 200 2412 0.070709 10.0.0.22 - - [2026-01-19 02:23:52] "GET /virtual-network/b4729a2a-cc1a-4f44-b948-5db70e54993a HTTP/1.1" 200 2347 0.005293 10.0.0.22 - - [2026-01-19 02:23:52] "GET /obj-perms HTTP/1.1" 200 5054 0.003165 10.0.0.22 - - [2026-01-19 02:23:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.001298 10.0.0.22 - - [2026-01-19 02:23:53] "POST /neutron/network HTTP/1.1" 200 850 0.005950 10.0.0.22 - - [2026-01-19 02:23:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000429 10.0.0.22 - - [2026-01-19 02:23:53] "GET / HTTP/1.1" 200 35931 0.001502 10.0.0.22 - - [2026-01-19 02:23:53] "GET /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000389 10.0.0.22 - - [2026-01-19 02:23:53] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001051 10.0.0.22 - - [2026-01-19 02:23:53] "GET /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.054071 10.0.0.22 - - [2026-01-19 02:23:53] "POST /neutron/network HTTP/1.1" 200 840 0.005475 10.0.0.22 - - [2026-01-19 02:23:53] "POST /neutron/port HTTP/1.1" 200 117 0.006186 10.0.0.22 - - [2026-01-19 02:23:54] "POST /neutron/port HTTP/1.1" 200 117 0.010561 10.0.0.22 - - [2026-01-19 02:23:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.001446 10.0.0.22 - - [2026-01-19 02:23:54] "POST /neutron/port HTTP/1.1" 200 117 0.005167 10.0.0.22 - - [2026-01-19 02:23:54] "POST /neutron/network HTTP/1.1" 200 849 0.006793 10.0.0.22 - - [2026-01-19 02:23:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000477 10.0.0.22 - - [2026-01-19 02:23:54] "POST /neutron/network HTTP/1.1" 200 850 0.005673 10.0.0.22 - - [2026-01-19 02:23:54] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001076 10.0.0.22 - - [2026-01-19 02:23:54] "GET / HTTP/1.1" 200 35931 0.001660 10.0.0.22 - - [2026-01-19 02:23:54] "GET /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000478 10.0.0.22 - - [2026-01-19 02:23:54] "POST /neutron/port HTTP/1.1" 200 1074 0.215980 10.0.0.22 - - [2026-01-19 02:23:54] "POST /neutron/port HTTP/1.1" 200 1074 0.020648 10.0.0.22 - - [2026-01-19 02:23:54] "POST /neutron/port HTTP/1.1" 200 1074 0.012178 10.0.0.22 - - [2026-01-19 02:23:54] "POST /neutron/port HTTP/1.1" 200 1128 0.079581 10.0.0.22 - - [2026-01-19 02:23:54] "POST /neutron/port HTTP/1.1" 200 1138 0.021466 10.0.0.22 - - [2026-01-19 02:23:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003716 10.0.0.22 - - [2026-01-19 02:23:54] "POST /neutron/subnet HTTP/1.1" 200 708 0.009355 10.0.0.22 - - [2026-01-19 02:23:54] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001160 10.0.0.22 - - [2026-01-19 02:23:54] "GET /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.057216 10.0.0.22 - - [2026-01-19 02:23:55] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.22 - - [2026-01-19 02:23:55] "POST /neutron/network HTTP/1.1" 200 840 0.006295 10.0.0.22 - - [2026-01-19 02:23:55] "POST /neutron/network HTTP/1.1" 200 839 0.011110 10.0.0.22 - - [2026-01-19 02:23:55] "POST /neutron/port HTTP/1.1" 200 1138 0.014259 10.0.0.22 - - [2026-01-19 02:23:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006677 10.0.0.22 - - [2026-01-19 02:23:55] "POST /neutron/port HTTP/1.1" 200 117 0.005322 10.0.0.22 - - [2026-01-19 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004630 10.0.0.22 - - [2026-01-19 02:23:55] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001216 10.0.0.22 - - [2026-01-19 02:23:55] "GET /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.042862 10.0.0.22 - - [2026-01-19 02:23:55] "GET /virtual-network/8635e3ae-6cdc-4ea1-b27b-eb773c64f9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005217 10.0.0.22 - - [2026-01-19 02:23:55] "GET /floating-ip-pools?parent_id=8635e3ae-6cdc-4ea1-b27b-eb773c64f9e6&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003423 10.0.0.22 - - [2026-01-19 02:23:55] "GET /virtual-network/8635e3ae-6cdc-4ea1-b27b-eb773c64f9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005782 10.0.0.22 - - [2026-01-19 02:23:55] "POST /floating-ip-pools HTTP/1.1" 200 609 0.037073 10.0.0.22 - - [2026-01-19 02:23:55] "POST /neutron/network HTTP/1.1" 200 849 0.006501 10.0.0.22 - - [2026-01-19 02:23:55] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001078 10.0.0.22 - - [2026-01-19 02:23:55] "POST /ref-update HTTP/1.1" 200 156 0.013414 10.0.0.22 - - [2026-01-19 02:23:55] "GET /virtual-network/8635e3ae-6cdc-4ea1-b27b-eb773c64f9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.029999 10.0.0.22 - - [2026-01-19 02:23:55] "GET /domains HTTP/1.1" 200 280 0.004297 10.0.0.22 - - [2026-01-19 02:23:55] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001304 10.0.0.22 - - [2026-01-19 02:23:55] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2781 0.013213 10.0.0.22 - - [2026-01-19 02:23:55] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001627 10.0.0.22 - - [2026-01-19 02:23:56] "GET /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0 HTTP/1.1" 200 3254 0.102190 10.0.0.22 - - [2026-01-19 02:23:56] "GET /virtual-network/8635e3ae-6cdc-4ea1-b27b-eb773c64f9e6 HTTP/1.1" 200 3155 0.008218 10.0.0.22 - - [2026-01-19 02:23:56] "GET /floating-ip-pool/2b1bcf49-10c6-4e0e-af73-0b487dacaee2 HTTP/1.1" 200 1441 0.019006 10.0.0.22 - - [2026-01-19 02:23:56] "GET /domains HTTP/1.1" 200 280 0.003096 10.0.0.22 - - [2026-01-19 02:23:56] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001141 10.0.0.22 - - [2026-01-19 02:23:56] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2781 0.007622 10.0.0.22 - - [2026-01-19 02:23:56] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001386 10.0.0.22 - - [2026-01-19 02:23:56] "POST /neutron/port HTTP/1.1" 200 1073 0.387444 10.0.0.22 - - [2026-01-19 02:23:56] "POST /neutron/port HTTP/1.1" 200 1073 0.023368 10.0.0.22 - - [2026-01-19 02:23:56] "GET /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0 HTTP/1.1" 200 3254 0.107071 10.0.0.22 - - [2026-01-19 02:23:56] "POST /neutron/port HTTP/1.1" 200 1073 0.041806 10.0.0.22 - - [2026-01-19 02:23:56] "GET /virtual-network/8635e3ae-6cdc-4ea1-b27b-eb773c64f9e6 HTTP/1.1" 200 3155 0.009894 10.0.0.22 - - [2026-01-19 02:23:56] "GET /virtual-network/8635e3ae-6cdc-4ea1-b27b-eb773c64f9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005136 10.0.0.22 - - [2026-01-19 02:23:56] "POST /neutron/port HTTP/1.1" 200 1127 0.094100 10.0.0.22 - - [2026-01-19 02:23:56] "POST /neutron/port HTTP/1.1" 200 1138 0.020383 10.0.0.22 - - [2026-01-19 02:23:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006750 10.0.0.22 - - [2026-01-19 02:23:56] "POST /neutron/port HTTP/1.1" 200 1137 0.012847 10.0.0.22 - - [2026-01-19 02:23:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004047 10.0.0.22 - - [2026-01-19 02:23:56] "POST /neutron/subnet HTTP/1.1" 200 703 0.007347 10.0.0.22 - - [2026-01-19 02:23:56] "POST /neutron/port HTTP/1.1" 200 117 0.001273 10.0.0.22 - - [2026-01-19 02:23:56] "POST /neutron/network HTTP/1.1" 200 839 0.009555 10.0.0.22 - - [2026-01-19 02:24:01] "POST /neutron/port HTTP/1.1" 200 1138 0.013013 10.0.0.22 - - [2026-01-19 02:24:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008267 10.0.0.22 - - [2026-01-19 02:24:01] "POST /neutron/port HTTP/1.1" 200 1138 0.019162 10.0.0.22 - - [2026-01-19 02:24:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.018054 10.0.0.22 - - [2026-01-19 02:24:01] "DELETE /project/e525723857e1480d9d8a12128c1d1bde HTTP/1.1" 404 173 0.009633 10.0.0.22 - - [2026-01-19 02:24:01] "DELETE /project/6b9b88c9353e49548dedb3a6fadd27b0 HTTP/1.1" 404 173 0.009424 10.0.0.22 - - [2026-01-19 02:24:01] "DELETE /project/21c0ac45c9f54779b43531a726e81ae4 HTTP/1.1" 404 173 0.007969 10.0.0.22 - - [2026-01-19 02:24:01] "GET /projects?obj_uuids=e5257238-57e1-480d-9d8a-12128c1d1bde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002020 10.0.0.22 - - [2026-01-19 02:24:01] "GET /project/e5257238-57e1-480d-9d8a-12128c1d1bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.041536 10.0.0.22 - - [2026-01-19 02:24:01] "GET /projects?obj_uuids=e5257238-57e1-480d-9d8a-12128c1d1bde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001153 10.0.0.22 - - [2026-01-19 02:24:01] "POST /neutron/port HTTP/1.1" 200 1138 0.021436 10.0.0.22 - - [2026-01-19 02:24:01] "GET /project/e5257238-57e1-480d-9d8a-12128c1d1bde?fields=security_groups HTTP/1.1" 200 1407 0.060033 10.0.0.22 - - [2026-01-19 02:24:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.020245 10.0.0.22 - - [2026-01-19 02:24:01] "GET /virtual-machine/e3205f12-5800-4a11-955b-ae226e0573a2 HTTP/1.1" 200 1305 0.006276 10.0.0.22 - - [2026-01-19 02:24:01] "GET /virtual-machine-interface/96f00931-be6a-4509-937b-2038e08eee18 HTTP/1.1" 200 3005 0.006203 10.0.0.22 - - [2026-01-19 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.22 - - [2026-01-19 02:24:01] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004142 10.0.0.22 - - [2026-01-19 02:24:01] "DELETE /security-group/81db8c16-b8de-4395-892e-00dd59c524db HTTP/1.1" 200 115 0.052221 10.0.0.22 - - [2026-01-19 02:24:01] "GET /projects?obj_uuids=e5257238-57e1-480d-9d8a-12128c1d1bde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001591 10.0.0.22 - - [2026-01-19 02:24:01] "GET /virtual-networks?parent_id=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.008077 10.0.0.22 - - [2026-01-19 02:24:01] "DELETE /access-control-list/14d81449-d863-4fb2-a8cd-1897eb7b004e HTTP/1.1" 200 115 0.044794 10.0.0.22 - - [2026-01-19 02:24:01] "GET /project/e5257238-57e1-480d-9d8a-12128c1d1bde?fields=application_policy_sets HTTP/1.1" 200 1446 0.075501 10.0.0.22 - - [2026-01-19 02:24:01] "GET /virtual-network/b4729a2a-cc1a-4f44-b948-5db70e54993a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.015733 10.0.0.22 - - [2026-01-19 02:24:01] "DELETE /access-control-list/48b60447-1828-4052-bdd0-6945c202f4cb HTTP/1.1" 200 115 0.065465 10.0.0.22 - - [2026-01-19 02:24:01] "DELETE /project/e5257238-57e1-480d-9d8a-12128c1d1bde HTTP/1.1" 200 115 0.411455 10.0.0.22 - - [2026-01-19 02:24:04] "POST /neutron/port HTTP/1.1" 200 1138 0.044995 10.0.0.22 - - [2026-01-19 02:24:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006457 10.0.0.22 - - [2026-01-19 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.22 - - [2026-01-19 02:24:04] "GET /virtual-network/b4729a2a-cc1a-4f44-b948-5db70e54993a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005437 10.0.0.22 - - [2026-01-19 02:24:05] "POST /neutron/port HTTP/1.1" 200 1137 0.024739 10.0.0.22 - - [2026-01-19 02:24:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005610 10.0.0.22 - - [2026-01-19 02:24:06] "GET /obj-perms HTTP/1.1" 200 5056 0.068320 10.0.0.22 - - [2026-01-19 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.22 - - [2026-01-19 02:24:07] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003390 10.0.0.22 - - [2026-01-19 02:24:07] "GET /virtual-networks?parent_id=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004738 10.0.0.22 - - [2026-01-19 02:24:07] "GET /virtual-network/b4729a2a-cc1a-4f44-b948-5db70e54993a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005834 10.0.0.22 - - [2026-01-19 02:24:07] "GET /obj-perms HTTP/1.1" 200 5056 0.065390 10.0.0.22 - - [2026-01-19 02:24:07] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001081 10.0.0.22 - - [2026-01-19 02:24:07] "POST /neutron/floatingip HTTP/1.1" 200 531 0.089960 10.0.0.22 - - [2026-01-19 02:24:07] "POST /neutron/port HTTP/1.1" 200 1138 0.014576 10.0.0.22 - - [2026-01-19 02:24:07] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005402 10.0.0.22 - - [2026-01-19 02:24:07] "POST /neutron/floatingip HTTP/1.1" 200 580 0.038554 10.0.0.22 - - [2026-01-19 02:24:07] "POST /neutron/port HTTP/1.1" 200 1137 0.015828 10.0.0.22 - - [2026-01-19 02:24:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006871 10.0.0.22 - - [2026-01-19 02:24:07] "POST /neutron/port HTTP/1.1" 200 1137 0.012990 10.0.0.22 - - [2026-01-19 02:24:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006851 10.0.0.22 - - [2026-01-19 02:24:07] "POST /neutron/port HTTP/1.1" 200 1137 0.012917 10.0.0.22 - - [2026-01-19 02:24:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007136 10.0.0.22 - - [2026-01-19 02:24:07] "GET /virtual-machine/eeb6e5f2-157b-4a3a-a367-9b779bca657c HTTP/1.1" 200 1305 0.005245 10.0.0.22 - - [2026-01-19 02:24:07] "GET /virtual-machine-interface/5a26fb9a-39a7-4241-a2f7-bf0f1d0ff164 HTTP/1.1" 200 3004 0.005244 10.0.0.22 - - [2026-01-19 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.22 - - [2026-01-19 02:24:07] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003091 10.0.0.22 - - [2026-01-19 02:24:07] "GET /virtual-networks?parent_id=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003531 10.0.0.22 - - [2026-01-19 02:24:07] "GET /virtual-network/8635e3ae-6cdc-4ea1-b27b-eb773c64f9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005131 10.0.0.22 - - [2026-01-19 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.22 - - [2026-01-19 02:24:08] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004576 10.0.0.22 - - [2026-01-19 02:24:08] "GET /virtual-networks?parent_id=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.006269 10.0.0.22 - - [2026-01-19 02:24:09] "GET /virtual-network/8635e3ae-6cdc-4ea1-b27b-eb773c64f9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005529 10.0.0.22 - - [2026-01-19 02:24:09] "POST /neutron/floatingip HTTP/1.1" 200 580 0.017853 10.0.0.22 - - [2026-01-19 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.22 - - [2026-01-19 02:24:09] "GET /routing-instance/5ebb28aa-fee8-41f7-8220-6e138cf4ea47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.004014 10.0.0.22 - - [2026-01-19 02:24:09] "GET /route-target/5c39f022-05b4-4b21-9ac9-880146019f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003947 10.0.0.22 - - [2026-01-19 02:24:09] "GET /floating-ip/22a0764c-0589-495a-8a22-2dbe8536f927 HTTP/1.1" 200 1891 0.005196 10.0.0.22 - - [2026-01-19 02:24:12] "POST /neutron/floatingip HTTP/1.1" 200 580 0.028620 10.0.0.22 - - [2026-01-19 02:24:12] "POST /neutron/floatingip HTTP/1.1" 200 531 0.027429 10.0.0.22 - - [2026-01-19 02:24:12] "POST /neutron/floatingip HTTP/1.1" 200 531 0.007328 10.0.0.22 - - [2026-01-19 02:24:12] "POST /neutron/floatingip HTTP/1.1" 200 115 0.036749 10.0.0.22 - - [2026-01-19 02:24:12] "GET /floating-ip-pool/2b1bcf49-10c6-4e0e-af73-0b487dacaee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.005599 10.0.0.22 - - [2026-01-19 02:24:12] "POST /ref-update HTTP/1.1" 200 156 0.008920 10.0.0.22 - - [2026-01-19 02:24:12] "DELETE /floating-ip-pool/2b1bcf49-10c6-4e0e-af73-0b487dacaee2 HTTP/1.1" 200 115 0.023992 10.0.0.22 - - [2026-01-19 02:24:12] "POST /neutron/network HTTP/1.1" 200 840 0.009585 10.0.0.22 - - [2026-01-19 02:24:12] "POST /neutron/network HTTP/1.1" 400 204 0.010326 10.0.0.22 - - [2026-01-19 02:24:13] "POST /neutron/port HTTP/1.1" 200 1137 0.011900 10.0.0.22 - - [2026-01-19 02:24:13] "POST /neutron/port HTTP/1.1" 200 1127 0.017861 10.0.0.22 - - [2026-01-19 02:24:13] "POST /neutron/port HTTP/1.1" 200 1138 0.015412 10.0.0.22 - - [2026-01-19 02:24:13] "POST /neutron/port HTTP/1.1" 200 1128 0.008626 10.0.0.22 - - [2026-01-19 02:24:13] "POST /neutron/port HTTP/1.1" 200 151 0.146496 10.0.0.22 - - [2026-01-19 02:24:13] "POST /neutron/port HTTP/1.1" 200 151 0.151700 10.0.0.22 - - [2026-01-19 02:24:14] "POST /neutron/network HTTP/1.1" 200 840 0.005730 10.0.0.22 - - [2026-01-19 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005100 10.0.0.22 - - [2026-01-19 02:24:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002086 10.0.0.22 - - [2026-01-19 02:24:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002873 10.0.0.22 - - [2026-01-19 02:24:14] "POST /neutron/network HTTP/1.1" 200 151 0.095522 10.0.0.22 - - [2026-01-19 02:24:14] "DELETE /route-target/fba1476f-efff-4143-97c6-cbd4c37b3ddb HTTP/1.1" 200 115 0.022904 10.0.0.22 - - [2026-01-19 02:24:14] "GET /routing-instance/4e5533ab-221a-410b-9d88-5237be2ccb59 HTTP/1.1" 404 171 0.004903 10.0.0.22 - - [2026-01-19 02:24:14] "GET /domains HTTP/1.1" 200 280 0.003827 10.0.0.22 - - [2026-01-19 02:24:14] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001064 10.0.0.22 - - [2026-01-19 02:24:14] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2584 0.050927 10.0.0.22 - - [2026-01-19 02:24:14] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001584 10.0.0.22 - - [2026-01-19 02:24:14] "GET /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0 HTTP/1.1" 200 2184 0.075170 10.0.0.22 - - [2026-01-19 02:24:15] "POST /neutron/network HTTP/1.1" 200 839 0.005498 10.0.0.22 - - [2026-01-19 02:24:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003993 10.0.0.22 - - [2026-01-19 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004887 10.0.0.22 - - [2026-01-19 02:24:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002980 10.0.0.22 - - [2026-01-19 02:24:15] "POST /neutron/network HTTP/1.1" 200 151 0.103633 10.0.0.22 - - [2026-01-19 02:24:15] "GET /routing-instance/5ebb28aa-fee8-41f7-8220-6e138cf4ea47 HTTP/1.1" 404 171 0.002253 10.0.0.22 - - [2026-01-19 02:24:15] "GET /domains HTTP/1.1" 200 280 0.002251 10.0.0.22 - - [2026-01-19 02:24:15] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.22 - - [2026-01-19 02:24:15] "DELETE /route-target/5c39f022-05b4-4b21-9ac9-880146019f6f HTTP/1.1" 200 115 0.027954 10.0.0.22 - - [2026-01-19 02:24:15] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2584 0.048855 10.0.0.22 - - [2026-01-19 02:24:15] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001421 10.0.0.22 - - [2026-01-19 02:24:15] "GET /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0 HTTP/1.1" 200 1934 0.066733 10.0.0.22 - - [2026-01-19 02:24:15] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.22 - - [2026-01-19 02:24:15] "GET /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.042622 10.0.0.22 - - [2026-01-19 02:24:15] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000987 10.0.0.22 - - [2026-01-19 02:24:15] "GET /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0?fields=virtual_networks HTTP/1.1" 200 1066 0.033823 10.0.0.22 - - [2026-01-19 02:24:15] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001315 10.0.0.22 - - [2026-01-19 02:24:15] "GET /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.022506 10.0.0.22 - - [2026-01-19 02:24:15] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000962 10.0.0.22 - - [2026-01-19 02:24:15] "GET /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0?fields=security_groups HTTP/1.1" 200 1304 0.026968 10.0.0.22 - - [2026-01-19 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 183 0.028643 10.0.0.22 - - [2026-01-19 02:24:16] "GET /projects?obj_uuids=09298e19-0826-40b6-a92a-8b575ce3d680&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002692 10.0.0.22 - - [2026-01-19 02:24:16] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001094 10.0.0.22 - - [2026-01-19 02:24:16] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008088 10.0.0.22 - - [2026-01-19 02:24:16] "POST /id-to-fqname HTTP/1.1" 200 185 0.002354 10.0.0.22 - - [2026-01-19 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 194 0.002004 10.0.0.22 - - [2026-01-19 02:24:16] "POST /security-groups HTTP/1.1" 200 586 0.068834 10.0.0.22 - - [2026-01-19 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 229 0.002222 10.0.0.22 - - [2026-01-19 02:24:17] "POST /projects HTTP/1.1" 200 575 0.222989 10.0.0.22 - - [2026-01-19 02:24:17] "POST /access-control-lists HTTP/1.1" 200 591 0.061527 10.0.0.22 - - [2026-01-19 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.302361 10.0.0.22 - - [2026-01-19 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 228 0.007105 10.0.0.22 - - [2026-01-19 02:24:17] "GET /project/09298e19-0826-40b6-a92a-8b575ce3d680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.437572 10.0.0.22 - - [2026-01-19 02:24:17] "POST /access-control-lists HTTP/1.1" 200 589 0.068891 10.0.0.22 - - [2026-01-19 02:24:18] "GET / HTTP/1.1" 200 35931 0.002140 10.0.0.22 - - [2026-01-19 02:24:19] "GET /projects?obj_uuids=09298e19-0826-40b6-a92a-8b575ce3d680&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001025 10.0.0.22 - - [2026-01-19 02:24:19] "GET /project/09298e19-0826-40b6-a92a-8b575ce3d680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.032287 10.0.0.22 - - [2026-01-19 02:24:19] "GET /projects?obj_uuids=09298e19-0826-40b6-a92a-8b575ce3d680&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000991 10.0.0.22 - - [2026-01-19 02:24:19] "GET /project/09298e19-0826-40b6-a92a-8b575ce3d680?fields=virtual_networks HTTP/1.1" 200 1031 0.073267 10.0.0.22 - - [2026-01-19 02:24:19] "GET /projects?obj_uuids=09298e19-0826-40b6-a92a-8b575ce3d680&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001050 10.0.0.22 - - [2026-01-19 02:24:19] "GET /project/09298e19-0826-40b6-a92a-8b575ce3d680?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.078161 10.0.0.22 - - [2026-01-19 02:24:19] "GET /projects?obj_uuids=09298e19-0826-40b6-a92a-8b575ce3d680&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001137 10.0.0.22 - - [2026-01-19 02:24:19] "GET /project/09298e19-0826-40b6-a92a-8b575ce3d680?fields=security_groups HTTP/1.1" 200 1252 0.037930 10.0.0.22 - - [2026-01-19 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 183 0.029621 10.0.0.22 - - [2026-01-19 02:24:20] "GET /projects?obj_uuids=6339b412-3ad6-4801-be26-826a6e8cf1cd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002662 10.0.0.22 - - [2026-01-19 02:24:20] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.22 - - [2026-01-19 02:24:20] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007349 10.0.0.22 - - [2026-01-19 02:24:20] "POST /id-to-fqname HTTP/1.1" 200 185 0.001150 10.0.0.22 - - [2026-01-19 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 194 0.004428 10.0.0.22 - - [2026-01-19 02:24:20] "POST /security-groups HTTP/1.1" 200 586 0.064310 10.0.0.22 - - [2026-01-19 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 229 0.003121 10.0.0.22 - - [2026-01-19 02:24:21] "POST /projects HTTP/1.1" 200 575 0.229695 10.0.0.22 - - [2026-01-19 02:24:21] "POST /access-control-lists HTTP/1.1" 200 591 0.068664 10.0.0.22 - - [2026-01-19 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.305455 10.0.0.22 - - [2026-01-19 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 228 0.002741 10.0.0.22 - - [2026-01-19 02:24:21] "GET /project/6339b412-3ad6-4801-be26-826a6e8cf1cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.435774 10.0.0.22 - - [2026-01-19 02:24:21] "POST /access-control-lists HTTP/1.1" 200 589 0.068782 10.0.0.22 - - [2026-01-19 02:24:22] "GET / HTTP/1.1" 200 35931 0.001958 10.0.0.22 - - [2026-01-19 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.003267 10.0.0.22 - - [2026-01-19 02:24:22] "GET /projects?obj_uuids=21c0ac45-c9f5-4779-b435-31a726e81ae4&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001254 10.0.0.22 - - [2026-01-19 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 228 0.003505 10.0.0.22 - - [2026-01-19 02:24:23] "POST /access-control-lists HTTP/1.1" 200 590 0.016162 10.0.0.22 - - [2026-01-19 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 227 0.003050 10.0.0.22 - - [2026-01-19 02:24:23] "POST /access-control-lists HTTP/1.1" 200 588 0.016630 10.0.0.22 - - [2026-01-19 02:24:23] "PUT /access-control-list/f9644806-c73e-4b19-ae3e-d24647f3c358 HTTP/1.1" 200 272 0.008239 10.0.0.22 - - [2026-01-19 02:24:23] "PUT /access-control-list/6c663a8d-464c-41a9-bfa1-9e2ecfcbc271 HTTP/1.1" 200 272 0.012435 10.0.0.22 - - [2026-01-19 02:24:23] "POST /neutron/security_group HTTP/1.1" 200 1364 0.369878 10.0.0.22 - - [2026-01-19 02:24:23] "GET /projects?obj_uuids=21c0ac45-c9f5-4779-b435-31a726e81ae4&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001108 10.0.0.22 - - [2026-01-19 02:24:23] "PUT /access-control-list/6c663a8d-464c-41a9-bfa1-9e2ecfcbc271 HTTP/1.1" 200 272 0.019127 10.0.0.22 - - [2026-01-19 02:24:23] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.042031 10.0.0.22 - - [2026-01-19 02:24:23] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009201 10.0.0.22 - - [2026-01-19 02:24:23] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.099629 10.0.0.22 - - [2026-01-19 02:24:23] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.007008 10.0.0.22 - - [2026-01-19 02:24:23] "PUT /access-control-list/6c663a8d-464c-41a9-bfa1-9e2ecfcbc271 HTTP/1.1" 200 272 0.012700 10.0.0.22 - - [2026-01-19 02:24:23] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.167427 10.0.0.22 - - [2026-01-19 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.002231 10.0.0.22 - - [2026-01-19 02:24:23] "PUT /access-control-list/6c663a8d-464c-41a9-bfa1-9e2ecfcbc271 HTTP/1.1" 200 272 0.015406 10.0.0.22 - - [2026-01-19 02:24:23] "GET /projects?obj_uuids=21c0ac45-c9f5-4779-b435-31a726e81ae4&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001160 10.0.0.22 - - [2026-01-19 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 228 0.003124 10.0.0.22 - - [2026-01-19 02:24:23] "POST /access-control-lists HTTP/1.1" 200 590 0.015651 10.0.0.22 - - [2026-01-19 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 227 0.002860 10.0.0.22 - - [2026-01-19 02:24:23] "POST /access-control-lists HTTP/1.1" 200 588 0.024168 10.0.0.22 - - [2026-01-19 02:24:23] "PUT /access-control-list/8daf07db-c7c6-4f06-9625-9f0d55933e9e HTTP/1.1" 200 272 0.009160 10.0.0.22 - - [2026-01-19 02:24:24] "PUT /access-control-list/b8508966-f28f-47e3-a391-4c5a49e23193 HTTP/1.1" 200 272 0.008706 10.0.0.22 - - [2026-01-19 02:24:24] "POST /neutron/security_group HTTP/1.1" 200 1364 0.360023 10.0.0.22 - - [2026-01-19 02:24:24] "GET /projects?obj_uuids=21c0ac45-c9f5-4779-b435-31a726e81ae4&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000982 10.0.0.22 - - [2026-01-19 02:24:24] "PUT /access-control-list/b8508966-f28f-47e3-a391-4c5a49e23193 HTTP/1.1" 200 272 0.014586 10.0.0.22 - - [2026-01-19 02:24:24] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.039465 10.0.0.22 - - [2026-01-19 02:24:24] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011641 10.0.0.22 - - [2026-01-19 02:24:24] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.157121 10.0.0.22 - - [2026-01-19 02:24:24] "PUT /access-control-list/b8508966-f28f-47e3-a391-4c5a49e23193 HTTP/1.1" 200 272 0.008036 10.0.0.22 - - [2026-01-19 02:24:24] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009640 10.0.0.22 - - [2026-01-19 02:24:24] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.128741 10.0.0.22 - - [2026-01-19 02:24:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000377 10.0.0.22 - - [2026-01-19 02:24:24] "PUT /access-control-list/b8508966-f28f-47e3-a391-4c5a49e23193 HTTP/1.1" 200 272 0.009063 10.0.0.22 - - [2026-01-19 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 210 0.030347 10.0.0.22 - - [2026-01-19 02:24:24] "GET /projects?obj_uuids=6339b412-3ad6-4801-be26-826a6e8cf1cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001094 10.0.0.22 - - [2026-01-19 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 245 0.003473 10.0.0.22 - - [2026-01-19 02:24:24] "POST /access-control-lists HTTP/1.1" 200 607 0.015711 10.0.0.22 - - [2026-01-19 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 244 0.002661 10.0.0.22 - - [2026-01-19 02:24:25] "POST /access-control-lists HTTP/1.1" 200 605 0.014546 10.0.0.22 - - [2026-01-19 02:24:25] "PUT /access-control-list/c2986be2-4710-4071-a58b-dbb4c5b8b591 HTTP/1.1" 200 272 0.011979 10.0.0.22 - - [2026-01-19 02:24:25] "POST /neutron/security_group HTTP/1.1" 200 1379 0.316422 10.0.0.22 - - [2026-01-19 02:24:25] "GET /projects?obj_uuids=6339b412-3ad6-4801-be26-826a6e8cf1cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001069 10.0.0.22 - - [2026-01-19 02:24:25] "PUT /access-control-list/da6be27f-65c8-405e-b1ba-0a264d87fc56 HTTP/1.1" 200 272 0.010431 10.0.0.22 - - [2026-01-19 02:24:25] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.037661 10.0.0.22 - - [2026-01-19 02:24:25] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009073 10.0.0.22 - - [2026-01-19 02:24:25] "PUT /access-control-list/da6be27f-65c8-405e-b1ba-0a264d87fc56 HTTP/1.1" 200 272 0.009664 10.0.0.22 - - [2026-01-19 02:24:25] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.163116 10.0.0.22 - - [2026-01-19 02:24:25] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009663 10.0.0.22 - - [2026-01-19 02:24:25] "PUT /access-control-list/da6be27f-65c8-405e-b1ba-0a264d87fc56 HTTP/1.1" 200 272 0.018250 10.0.0.22 - - [2026-01-19 02:24:25] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.159407 10.0.0.22 - - [2026-01-19 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 210 0.002711 10.0.0.22 - - [2026-01-19 02:24:25] "PUT /access-control-list/da6be27f-65c8-405e-b1ba-0a264d87fc56 HTTP/1.1" 200 272 0.013514 10.0.0.22 - - [2026-01-19 02:24:25] "GET /projects?obj_uuids=6339b412-3ad6-4801-be26-826a6e8cf1cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001294 10.0.0.22 - - [2026-01-19 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 245 0.003425 10.0.0.22 - - [2026-01-19 02:24:25] "POST /access-control-lists HTTP/1.1" 200 607 0.017136 10.0.0.22 - - [2026-01-19 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 244 0.002653 10.0.0.22 - - [2026-01-19 02:24:25] "POST /access-control-lists HTTP/1.1" 200 605 0.015635 10.0.0.22 - - [2026-01-19 02:24:25] "PUT /access-control-list/726584da-0d89-490b-92c3-e2012ac53659 HTTP/1.1" 200 272 0.008701 10.0.0.22 - - [2026-01-19 02:24:25] "PUT /access-control-list/1a842b6a-dad9-4737-89cb-9da0717b0006 HTTP/1.1" 200 272 0.009313 10.0.0.22 - - [2026-01-19 02:24:25] "POST /neutron/security_group HTTP/1.1" 200 1379 0.389637 10.0.0.22 - - [2026-01-19 02:24:25] "PUT /access-control-list/1a842b6a-dad9-4737-89cb-9da0717b0006 HTTP/1.1" 200 272 0.011456 10.0.0.22 - - [2026-01-19 02:24:25] "GET /projects?obj_uuids=6339b412-3ad6-4801-be26-826a6e8cf1cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002017 10.0.0.22 - - [2026-01-19 02:24:25] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.033355 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007531 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.107764 10.0.0.22 - - [2026-01-19 02:24:26] "PUT /access-control-list/1a842b6a-dad9-4737-89cb-9da0717b0006 HTTP/1.1" 200 272 0.018464 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010587 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.172478 10.0.0.22 - - [2026-01-19 02:24:26] "PUT /access-control-list/1a842b6a-dad9-4737-89cb-9da0717b0006 HTTP/1.1" 200 272 0.011928 10.0.0.22 - - [2026-01-19 02:24:26] "GET /projects?obj_uuids=21c0ac45-c9f5-4779-b435-31a726e81ae4&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000980 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.048945 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.005232 10.0.0.22 - - [2026-01-19 02:24:26] "POST /route-targets HTTP/1.1" 200 327 0.018129 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.005927 10.0.0.22 - - [2026-01-19 02:24:26] "PUT /logical-router/58b91e8c-3c18-46cb-8930-442b8031477e HTTP/1.1" 200 262 0.016290 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.005730 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.004413 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.003625 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.004325 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.005253 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.004518 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.004882 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.004672 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.003446 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.003525 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.003933 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.004910 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.006927 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.003299 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.003808 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.003872 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.003773 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.003549 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.003660 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.003254 10.0.0.22 - - [2026-01-19 02:24:26] "POST /neutron/router HTTP/1.1" 200 541 0.003901 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003487 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.004431 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.004098 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003701 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.004090 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003803 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003818 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003571 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.004328 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.021148 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.004747 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.034009 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.032803 10.0.0.22 - - [2026-01-19 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.22 - - [2026-01-19 02:24:27] "GET /logical-router/58b91e8c-3c18-46cb-8930-442b8031477e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005858 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 151 0.064507 10.0.0.22 - - [2026-01-19 02:24:27] "GET /projects?obj_uuids=21c0ac45-c9f5-4779-b435-31a726e81ae4&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001546 10.0.0.22 - - [2026-01-19 02:24:27] "DELETE /route-target/2e4e5fd3-8839-4d6b-968d-2180405bec19 HTTP/1.1" 200 115 0.038902 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.053332 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.004134 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003393 10.0.0.22 - - [2026-01-19 02:24:27] "POST /route-targets HTTP/1.1" 200 327 0.014689 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.004893 10.0.0.22 - - [2026-01-19 02:24:27] "PUT /logical-router/52ab6868-a69e-4db7-b05a-6815847524fe HTTP/1.1" 200 262 0.021965 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.005237 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003788 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.004313 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.004231 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003468 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003751 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.004238 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.005915 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003947 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.004289 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003580 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.004102 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003363 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.004313 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003557 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.004133 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003640 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003484 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003601 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003527 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003644 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003824 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003812 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003872 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003791 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003974 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003598 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.004128 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.003620 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.016111 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 541 0.005106 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 542 0.019561 10.0.0.22 - - [2026-01-19 02:24:27] "POST /neutron/router HTTP/1.1" 200 542 0.004009 10.0.0.22 - - [2026-01-19 02:24:28] "GET /logical-router/52ab6868-a69e-4db7-b05a-6815847524fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004135 10.0.0.22 - - [2026-01-19 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 151 0.043131 10.0.0.22 - - [2026-01-19 02:24:28] "GET /projects?obj_uuids=6339b412-3ad6-4801-be26-826a6e8cf1cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001450 10.0.0.22 - - [2026-01-19 02:24:28] "DELETE /route-target/de694373-d429-4a29-9fc9-1c00dccc3b3e HTTP/1.1" 200 115 0.022687 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.055237 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.004937 10.0.0.22 - - [2026-01-19 02:24:28] "POST /route-targets HTTP/1.1" 200 327 0.015161 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.006553 10.0.0.22 - - [2026-01-19 02:24:28] "PUT /logical-router/8fea359c-40e4-4be3-96b7-134aa27cc53e HTTP/1.1" 200 262 0.022572 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.007208 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.004258 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.003743 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.004286 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.004206 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.004273 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.003797 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.005024 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.003794 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.004376 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.003818 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.003835 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.003654 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.005056 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.003787 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.003825 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.003764 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.003753 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.004101 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.003846 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.004282 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.003714 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.003752 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.003316 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.003590 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.004155 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.003443 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.004645 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.004831 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.003531 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.015957 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 559 0.004032 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 560 0.016920 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 560 0.003709 10.0.0.22 - - [2026-01-19 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005323 10.0.0.22 - - [2026-01-19 02:24:28] "GET /logical-router/8fea359c-40e4-4be3-96b7-134aa27cc53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002771 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/router HTTP/1.1" 200 151 0.047006 10.0.0.22 - - [2026-01-19 02:24:28] "DELETE /route-target/7a43d212-be05-473f-9cc3-79b267e249af HTTP/1.1" 200 115 0.018383 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/security_group HTTP/1.1" 200 521 0.003554 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/security_group HTTP/1.1" 200 151 0.038353 10.0.0.22 - - [2026-01-19 02:24:28] "DELETE /access-control-list/726584da-0d89-490b-92c3-e2012ac53659 HTTP/1.1" 200 115 0.025136 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/security_group HTTP/1.1" 200 521 0.009648 10.0.0.22 - - [2026-01-19 02:24:28] "DELETE /access-control-list/1a842b6a-dad9-4737-89cb-9da0717b0006 HTTP/1.1" 200 115 0.037509 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/security_group HTTP/1.1" 200 151 0.066185 10.0.0.22 - - [2026-01-19 02:24:28] "DELETE /access-control-list/c2986be2-4710-4071-a58b-dbb4c5b8b591 HTTP/1.1" 200 115 0.033862 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/security_group HTTP/1.1" 200 506 0.002953 10.0.0.22 - - [2026-01-19 02:24:28] "DELETE /access-control-list/da6be27f-65c8-405e-b1ba-0a264d87fc56 HTTP/1.1" 200 115 0.027014 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/security_group HTTP/1.1" 200 151 0.053375 10.0.0.22 - - [2026-01-19 02:24:28] "DELETE /access-control-list/8daf07db-c7c6-4f06-9625-9f0d55933e9e HTTP/1.1" 200 115 0.025414 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/security_group HTTP/1.1" 200 506 0.003133 10.0.0.22 - - [2026-01-19 02:24:28] "DELETE /access-control-list/b8508966-f28f-47e3-a391-4c5a49e23193 HTTP/1.1" 200 115 0.029835 10.0.0.22 - - [2026-01-19 02:24:28] "POST /neutron/security_group HTTP/1.1" 200 151 0.046344 10.0.0.22 - - [2026-01-19 02:24:28] "DELETE /access-control-list/f9644806-c73e-4b19-ae3e-d24647f3c358 HTTP/1.1" 200 115 0.025876 10.0.0.22 - - [2026-01-19 02:24:29] "DELETE /access-control-list/6c663a8d-464c-41a9-bfa1-9e2ecfcbc271 HTTP/1.1" 200 115 0.026421 10.0.0.22 - - [2026-01-19 02:24:29] "GET /projects?obj_uuids=6339b412-3ad6-4801-be26-826a6e8cf1cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001021 10.0.0.22 - - [2026-01-19 02:24:29] "GET /project/6339b412-3ad6-4801-be26-826a6e8cf1cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.020865 10.0.0.22 - - [2026-01-19 02:24:29] "GET /projects?obj_uuids=6339b412-3ad6-4801-be26-826a6e8cf1cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000992 10.0.0.22 - - [2026-01-19 02:24:29] "GET /project/6339b412-3ad6-4801-be26-826a6e8cf1cd?fields=virtual_networks HTTP/1.1" 200 1032 0.066304 10.0.0.22 - - [2026-01-19 02:24:29] "GET /projects?obj_uuids=6339b412-3ad6-4801-be26-826a6e8cf1cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002421 10.0.0.22 - - [2026-01-19 02:24:29] "GET /project/6339b412-3ad6-4801-be26-826a6e8cf1cd?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.022437 10.0.0.22 - - [2026-01-19 02:24:29] "GET /projects?obj_uuids=6339b412-3ad6-4801-be26-826a6e8cf1cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001186 10.0.0.22 - - [2026-01-19 02:24:29] "GET /project/6339b412-3ad6-4801-be26-826a6e8cf1cd?fields=security_groups HTTP/1.1" 200 1253 0.027749 10.0.0.22 - - [2026-01-19 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 184 0.028919 10.0.0.22 - - [2026-01-19 02:24:30] "GET /projects?obj_uuids=3a10358f-7f1d-4054-87ce-690e881225d3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002520 10.0.0.22 - - [2026-01-19 02:24:30] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001503 10.0.0.22 - - [2026-01-19 02:24:30] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008719 10.0.0.22 - - [2026-01-19 02:24:30] "POST /id-to-fqname HTTP/1.1" 200 186 0.002335 10.0.0.22 - - [2026-01-19 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 195 0.003789 10.0.0.22 - - [2026-01-19 02:24:30] "POST /security-groups HTTP/1.1" 200 587 0.065131 10.0.0.22 - - [2026-01-19 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 230 0.004818 10.0.0.22 - - [2026-01-19 02:24:30] "POST /projects HTTP/1.1" 200 577 0.218788 10.0.0.22 - - [2026-01-19 02:24:30] "POST /access-control-lists HTTP/1.1" 200 592 0.058000 10.0.0.22 - - [2026-01-19 02:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.310371 10.0.0.22 - - [2026-01-19 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.002776 10.0.0.22 - - [2026-01-19 02:24:30] "GET /project/3a10358f-7f1d-4054-87ce-690e881225d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.436577 10.0.0.22 - - [2026-01-19 02:24:30] "POST /access-control-lists HTTP/1.1" 200 590 0.062563 10.0.0.22 - - [2026-01-19 02:24:32] "GET / HTTP/1.1" 200 35931 0.001933 10.0.0.22 - - [2026-01-19 02:24:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000725 10.0.0.22 - - [2026-01-19 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.061550 10.0.0.22 - - [2026-01-19 02:24:33] "GET /projects?obj_uuids=3a10358f-7f1d-4054-87ce-690e881225d3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000994 10.0.0.22 - - [2026-01-19 02:24:33] "GET /project/3a10358f-7f1d-4054-87ce-690e881225d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.031088 10.0.0.22 - - [2026-01-19 02:24:33] "POST /neutron/network HTTP/1.1" 200 117 0.034038 10.0.0.22 - - [2026-01-19 02:24:33] "GET /projects?obj_uuids=3a10358f-7f1d-4054-87ce-690e881225d3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002261 10.0.0.22 - - [2026-01-19 02:24:33] "POST /neutron/network HTTP/1.1" 200 601 0.070953 10.0.0.22 - - [2026-01-19 02:24:33] "POST /route-targets HTTP/1.1" 200 327 0.010376 10.0.0.22 - - [2026-01-19 02:24:33] "POST /ref-update HTTP/1.1" 200 156 0.009959 10.0.0.22 - - [2026-01-19 02:24:33] "POST /useragent-kv HTTP/1.1" 200 115 0.005359 10.0.0.22 - - [2026-01-19 02:24:33] "POST /neutron/subnet HTTP/1.1" 200 715 0.182863 10.0.0.22 - - [2026-01-19 02:24:33] "POST /neutron/network HTTP/1.1" 200 818 0.005785 10.0.0.22 - - [2026-01-19 02:24:33] "POST /id-to-fqname HTTP/1.1" 200 216 0.001171 10.0.0.22 - - [2026-01-19 02:24:33] "GET /virtual-network/635a1807-635e-4302-97a7-909c2d6eecc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.005309 10.0.0.22 - - [2026-01-19 02:24:33] "POST /neutron/network HTTP/1.1" 200 818 0.007764 10.0.0.22 - - [2026-01-19 02:24:33] "GET /virtual-network/635a1807-635e-4302-97a7-909c2d6eecc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.005856 10.0.0.22 - - [2026-01-19 02:24:33] "POST /neutron/network HTTP/1.1" 200 818 0.006452 10.0.0.22 - - [2026-01-19 02:24:33] "POST /neutron/subnet HTTP/1.1" 200 715 0.006730 10.0.0.22 - - [2026-01-19 02:24:33] "POST /fqname-to-id HTTP/1.1" 404 206 0.002316 10.0.0.22 - - [2026-01-19 02:24:33] "GET /virtual-network/635a1807-635e-4302-97a7-909c2d6eecc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.004343 10.0.0.22 - - [2026-01-19 02:24:33] "GET /projects?obj_uuids=3a10358f-7f1d-4054-87ce-690e881225d3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001105 10.0.0.22 - - [2026-01-19 02:24:33] "POST /neutron/port HTTP/1.1" 200 1015 0.169943 10.0.0.22 - - [2026-01-19 02:24:33] "GET /virtual-machine-interface/d216bece-f9f1-4e4c-b1c9-e35f9746fd2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.004415 10.0.0.22 - - [2026-01-19 02:24:33] "GET /virtual-machine-interface/d216bece-f9f1-4e4c-b1c9-e35f9746fd2d?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.004295 10.0.0.22 - - [2026-01-19 02:24:34] "GET /instance-ip/a0f07dbf-e5fc-4e46-9c5d-d681fd7b70e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.004286 10.0.0.22 - - [2026-01-19 02:24:34] "GET /virtual-machine-interface/d216bece-f9f1-4e4c-b1c9-e35f9746fd2d HTTP/1.1" 401 292 0.000453 10.0.0.22 - - [2026-01-19 02:24:34] "GET /virtual-machine-interface/d216bece-f9f1-4e4c-b1c9-e35f9746fd2d HTTP/1.1" 200 2606 0.029319 10.0.0.22 - - [2026-01-19 02:24:34] "POST /neutron/port HTTP/1.1" 200 1015 0.009152 10.0.0.22 - - [2026-01-19 02:24:34] "POST /neutron/port HTTP/1.1" 200 151 0.064343 10.0.0.22 - - [2026-01-19 02:24:34] "POST /neutron/network HTTP/1.1" 200 818 0.005182 10.0.0.22 - - [2026-01-19 02:24:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003605 10.0.0.22 - - [2026-01-19 02:24:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002845 10.0.0.22 - - [2026-01-19 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.22 - - [2026-01-19 02:24:34] "POST /neutron/network HTTP/1.1" 200 151 0.073606 10.0.0.22 - - [2026-01-19 02:24:34] "DELETE /route-target/e6518986-fc9d-484d-a266-6fd89a9dde07 HTTP/1.1" 200 115 0.018357 10.0.0.22 - - [2026-01-19 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.22 - - [2026-01-19 02:24:35] "GET /projects?obj_uuids=3a10358f-7f1d-4054-87ce-690e881225d3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000934 10.0.0.22 - - [2026-01-19 02:24:35] "GET /project/3a10358f-7f1d-4054-87ce-690e881225d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.020891 10.0.0.22 - - [2026-01-19 02:24:35] "POST /neutron/network HTTP/1.1" 200 117 0.012638 10.0.0.22 - - [2026-01-19 02:24:35] "GET /projects?obj_uuids=3a10358f-7f1d-4054-87ce-690e881225d3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001033 10.0.0.22 - - [2026-01-19 02:24:35] "POST /neutron/network HTTP/1.1" 200 603 0.080178 10.0.0.22 - - [2026-01-19 02:24:35] "POST /route-targets HTTP/1.1" 200 327 0.012514 10.0.0.22 - - [2026-01-19 02:24:35] "POST /ref-update HTTP/1.1" 200 156 0.016305 10.0.0.22 - - [2026-01-19 02:24:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002853 10.0.0.22 - - [2026-01-19 02:24:35] "POST /neutron/subnet HTTP/1.1" 200 720 0.194377 10.0.0.22 - - [2026-01-19 02:24:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003148 10.0.0.22 - - [2026-01-19 02:24:35] "POST /neutron/subnet HTTP/1.1" 200 725 0.145761 10.0.0.22 - - [2026-01-19 02:24:35] "POST /neutron/network HTTP/1.1" 200 977 0.007219 10.0.0.22 - - [2026-01-19 02:24:35] "POST /id-to-fqname HTTP/1.1" 200 217 0.001158 10.0.0.22 - - [2026-01-19 02:24:35] "GET /virtual-network/e1cf448e-94b8-4247-98fe-8ca9c81bca98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.004857 10.0.0.22 - - [2026-01-19 02:24:35] "POST /neutron/network HTTP/1.1" 200 977 0.006977 10.0.0.22 - - [2026-01-19 02:24:35] "GET /virtual-network/e1cf448e-94b8-4247-98fe-8ca9c81bca98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.004493 10.0.0.22 - - [2026-01-19 02:24:35] "POST /neutron/network HTTP/1.1" 200 977 0.006548 10.0.0.22 - - [2026-01-19 02:24:35] "POST /neutron/subnet HTTP/1.1" 200 720 0.005974 10.0.0.22 - - [2026-01-19 02:24:35] "POST /neutron/subnet HTTP/1.1" 200 725 0.006708 10.0.0.22 - - [2026-01-19 02:24:35] "GET /projects?obj_uuids=3a10358f-7f1d-4054-87ce-690e881225d3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001092 10.0.0.22 - - [2026-01-19 02:24:36] "POST /neutron/port HTTP/1.1" 200 1017 0.158589 10.0.0.22 - - [2026-01-19 02:24:36] "GET /projects?obj_uuids=3a10358f-7f1d-4054-87ce-690e881225d3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001065 10.0.0.22 - - [2026-01-19 02:24:36] "POST /neutron/port HTTP/1.1" 200 1018 0.169693 10.0.0.22 - - [2026-01-19 02:24:36] "POST /id-to-fqname HTTP/1.1" 200 217 0.001342 10.0.0.22 - - [2026-01-19 02:24:36] "POST /neutron/port HTTP/1.1" 200 1017 0.009635 10.0.0.22 - - [2026-01-19 02:24:36] "POST /neutron/port HTTP/1.1" 200 1017 0.009094 10.0.0.22 - - [2026-01-19 02:24:36] "POST /neutron/network HTTP/1.1" 200 977 0.006132 10.0.0.22 - - [2026-01-19 02:24:36] "POST /neutron/port HTTP/1.1" 200 1017 0.007609 10.0.0.22 - - [2026-01-19 02:24:36] "POST /neutron/port HTTP/1.1" 200 117 0.005680 10.0.0.22 - - [2026-01-19 02:24:36] "POST /neutron/port HTTP/1.1" 200 117 0.004905 10.0.0.22 - - [2026-01-19 02:24:36] "POST /id-to-fqname HTTP/1.1" 200 217 0.003030 10.0.0.22 - - [2026-01-19 02:24:36] "POST /neutron/port HTTP/1.1" 200 117 0.006196 10.0.0.22 - - [2026-01-19 02:24:36] "POST /neutron/port HTTP/1.1" 200 1018 0.008724 10.0.0.22 - - [2026-01-19 02:24:36] "POST /neutron/port HTTP/1.1" 200 1018 0.008259 10.0.0.22 - - [2026-01-19 02:24:36] "POST /neutron/network HTTP/1.1" 200 977 0.006949 10.0.0.22 - - [2026-01-19 02:24:36] "POST /neutron/port HTTP/1.1" 200 1018 0.009698 10.0.0.22 - - [2026-01-19 02:24:36] "POST /neutron/port HTTP/1.1" 200 1017 0.009608 10.0.0.22 - - [2026-01-19 02:24:37] "POST /neutron/port HTTP/1.1" 200 1018 0.011289 10.0.0.22 - - [2026-01-19 02:24:37] "POST /neutron/port HTTP/1.1" 200 117 0.007259 10.0.0.22 - - [2026-01-19 02:24:37] "POST /neutron/port HTTP/1.1" 200 117 0.004472 10.0.0.22 - - [2026-01-19 02:24:37] "POST /neutron/port HTTP/1.1" 200 117 0.005415 10.0.0.22 - - [2026-01-19 02:24:37] "POST /neutron/port HTTP/1.1" 200 1017 0.013925 10.0.0.22 - - [2026-01-19 02:24:37] "POST /neutron/network HTTP/1.1" 200 987 0.013159 10.0.0.22 - - [2026-01-19 02:24:37] "POST /neutron/port HTTP/1.1" 200 1018 0.018196 10.0.0.22 - - [2026-01-19 02:24:37] "POST /neutron/port HTTP/1.1" 200 1017 0.013018 10.0.0.22 - - [2026-01-19 02:24:37] "POST /neutron/network HTTP/1.1" 200 987 0.005475 10.0.0.22 - - [2026-01-19 02:24:37] "POST /neutron/port HTTP/1.1" 200 1017 0.014374 10.0.0.22 - - [2026-01-19 02:24:37] "POST /neutron/port HTTP/1.1" 200 1018 0.011745 10.0.0.22 - - [2026-01-19 02:24:37] "POST /neutron/port HTTP/1.1" 200 1018 0.021177 10.0.0.22 - - [2026-01-19 02:24:37] "POST /neutron/port HTTP/1.1" 200 1109 0.088926 10.0.0.22 - - [2026-01-19 02:24:37] "POST /neutron/port HTTP/1.1" 200 1110 0.104315 10.0.0.22 - - [2026-01-19 02:24:37] "POST /neutron/port HTTP/1.1" 200 1119 0.015707 10.0.0.22 - - [2026-01-19 02:24:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004462 10.0.0.22 - - [2026-01-19 02:24:37] "POST /neutron/port HTTP/1.1" 200 1120 0.013572 10.0.0.22 - - [2026-01-19 02:24:37] "POST /neutron/subnet HTTP/1.1" 200 694 0.007424 10.0.0.22 - - [2026-01-19 02:24:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003606 10.0.0.22 - - [2026-01-19 02:24:37] "POST /neutron/port HTTP/1.1" 200 117 0.001155 10.0.0.22 - - [2026-01-19 02:24:38] "POST /neutron/network HTTP/1.1" 200 977 0.011117 10.0.0.22 - - [2026-01-19 02:24:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.010120 10.0.0.22 - - [2026-01-19 02:24:38] "POST /neutron/port HTTP/1.1" 200 117 0.001500 10.0.0.22 - - [2026-01-19 02:24:38] "POST /neutron/network HTTP/1.1" 200 977 0.013274 10.0.0.22 - - [2026-01-19 02:24:42] "POST /neutron/port HTTP/1.1" 200 1119 0.012942 10.0.0.22 - - [2026-01-19 02:24:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005959 10.0.0.22 - - [2026-01-19 02:24:42] "POST /neutron/port HTTP/1.1" 200 1119 0.013975 10.0.0.22 - - [2026-01-19 02:24:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008224 10.0.0.22 - - [2026-01-19 02:24:42] "POST /neutron/port HTTP/1.1" 200 1119 0.011476 10.0.0.22 - - [2026-01-19 02:24:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006390 10.0.0.22 - - [2026-01-19 02:24:42] "GET /virtual-machine/68d4842b-c15a-4da6-8334-4d781fd4ef00 HTTP/1.1" 200 1283 0.004357 10.0.0.22 - - [2026-01-19 02:24:42] "GET /virtual-machine-interface/a500b61b-d41b-47ae-9888-446159f5ae93 HTTP/1.1" 200 2925 0.004618 10.0.0.22 - - [2026-01-19 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.22 - - [2026-01-19 02:24:42] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003485 10.0.0.22 - - [2026-01-19 02:24:42] "GET /virtual-networks?parent_id=3a10358f-7f1d-4054-87ce-690e881225d3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003051 10.0.0.22 - - [2026-01-19 02:24:42] "GET /virtual-network/e1cf448e-94b8-4247-98fe-8ca9c81bca98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005504 10.0.0.22 - - [2026-01-19 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.22 - - [2026-01-19 02:24:45] "GET /virtual-network/e1cf448e-94b8-4247-98fe-8ca9c81bca98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.004950 10.0.0.22 - - [2026-01-19 02:24:46] "POST /neutron/port HTTP/1.1" 200 1119 0.014248 10.0.0.22 - - [2026-01-19 02:24:46] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005518 10.0.0.22 - - [2026-01-19 02:24:47] "POST /neutron/port HTTP/1.1" 200 1120 0.012138 10.0.0.22 - - [2026-01-19 02:24:47] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006473 10.0.0.22 - - [2026-01-19 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.22 - - [2026-01-19 02:24:47] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003198 10.0.0.22 - - [2026-01-19 02:24:47] "GET /virtual-networks?parent_id=3a10358f-7f1d-4054-87ce-690e881225d3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003102 10.0.0.22 - - [2026-01-19 02:24:47] "GET /virtual-network/e1cf448e-94b8-4247-98fe-8ca9c81bca98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005656 10.0.0.22 - - [2026-01-19 02:24:48] "POST /neutron/port HTTP/1.1" 200 1119 0.013301 10.0.0.22 - - [2026-01-19 02:24:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006416 10.0.0.22 - - [2026-01-19 02:24:53] "POST /neutron/port HTTP/1.1" 200 1120 0.011294 10.0.0.22 - - [2026-01-19 02:24:53] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005801 10.0.0.22 - - [2026-01-19 02:24:53] "POST /neutron/port HTTP/1.1" 200 1120 0.012651 10.0.0.22 - - [2026-01-19 02:24:53] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006002 10.0.0.22 - - [2026-01-19 02:24:53] "POST /neutron/port HTTP/1.1" 200 1120 0.011628 10.0.0.22 - - [2026-01-19 02:24:53] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005885 10.0.0.22 - - [2026-01-19 02:24:53] "GET /virtual-machine/9d095749-1ba9-430b-9817-4805c751643a HTTP/1.1" 200 1285 0.004593 10.0.0.22 - - [2026-01-19 02:24:53] "GET /virtual-machine-interface/c4fa8be1-4a10-4411-9b37-6ad0a2683752 HTTP/1.1" 200 2925 0.004558 10.0.0.22 - - [2026-01-19 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.22 - - [2026-01-19 02:24:53] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003278 10.0.0.22 - - [2026-01-19 02:24:53] "GET /virtual-networks?parent_id=3a10358f-7f1d-4054-87ce-690e881225d3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003399 10.0.0.22 - - [2026-01-19 02:24:53] "GET /virtual-network/e1cf448e-94b8-4247-98fe-8ca9c81bca98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005427 10.0.0.22 - - [2026-01-19 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.22 - - [2026-01-19 02:24:54] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003330 10.0.0.22 - - [2026-01-19 02:24:54] "GET /virtual-networks?parent_id=3a10358f-7f1d-4054-87ce-690e881225d3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003529 10.0.0.22 - - [2026-01-19 02:24:54] "GET /virtual-network/e1cf448e-94b8-4247-98fe-8ca9c81bca98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005448 10.0.0.22 - - [2026-01-19 02:24:58] "POST /neutron/port HTTP/1.1" 200 1110 0.015650 10.0.0.22 - - [2026-01-19 02:24:58] "POST /neutron/port HTTP/1.1" 200 1110 0.013433 10.0.0.22 - - [2026-01-19 02:24:58] "POST /neutron/port HTTP/1.1" 200 151 0.123085 10.0.0.22 - - [2026-01-19 02:24:58] "POST /neutron/port HTTP/1.1" 200 1109 0.012064 10.0.0.22 - - [2026-01-19 02:24:58] "POST /neutron/port HTTP/1.1" 200 1109 0.011261 10.0.0.22 - - [2026-01-19 02:24:58] "POST /neutron/port HTTP/1.1" 200 151 0.126670 10.0.0.22 - - [2026-01-19 02:24:58] "POST /neutron/network HTTP/1.1" 200 977 0.006867 10.0.0.22 - - [2026-01-19 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.22 - - [2026-01-19 02:24:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002813 10.0.0.22 - - [2026-01-19 02:24:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001997 10.0.0.22 - - [2026-01-19 02:24:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001817 10.0.0.22 - - [2026-01-19 02:24:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001586 10.0.0.22 - - [2026-01-19 02:24:58] "POST /neutron/network HTTP/1.1" 200 151 0.117552 10.0.0.22 - - [2026-01-19 02:24:58] "DELETE /route-target/a883076a-58ce-4dd9-8531-1128aa15d266 HTTP/1.1" 200 115 0.027988 10.0.0.22 - - [2026-01-19 02:24:58] "GET /projects?obj_uuids=3a10358f-7f1d-4054-87ce-690e881225d3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001167 10.0.0.22 - - [2026-01-19 02:24:58] "GET /project/3a10358f-7f1d-4054-87ce-690e881225d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.028270 10.0.0.22 - - [2026-01-19 02:24:58] "GET /projects?obj_uuids=3a10358f-7f1d-4054-87ce-690e881225d3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001495 10.0.0.22 - - [2026-01-19 02:24:58] "GET /project/3a10358f-7f1d-4054-87ce-690e881225d3?fields=virtual_networks HTTP/1.1" 200 1033 0.069661 10.0.0.22 - - [2026-01-19 02:24:58] "GET /projects?obj_uuids=3a10358f-7f1d-4054-87ce-690e881225d3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000973 10.0.0.22 - - [2026-01-19 02:24:58] "GET /project/3a10358f-7f1d-4054-87ce-690e881225d3?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.023522 10.0.0.22 - - [2026-01-19 02:24:59] "GET /projects?obj_uuids=3a10358f-7f1d-4054-87ce-690e881225d3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001452 10.0.0.22 - - [2026-01-19 02:24:59] "GET /project/3a10358f-7f1d-4054-87ce-690e881225d3?fields=security_groups HTTP/1.1" 200 1255 0.033460 10.0.0.22 - - [2026-01-19 02:24:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.025456 10.0.0.22 - - [2026-01-19 02:24:59] "GET /projects?obj_uuids=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002595 10.0.0.22 - - [2026-01-19 02:25:00] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001355 10.0.0.22 - - [2026-01-19 02:25:00] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007982 10.0.0.22 - - [2026-01-19 02:25:00] "POST /id-to-fqname HTTP/1.1" 200 188 0.001247 10.0.0.22 - - [2026-01-19 02:25:00] "POST /fqname-to-id HTTP/1.1" 404 197 0.004419 10.0.0.22 - - [2026-01-19 02:25:00] "POST /security-groups HTTP/1.1" 200 589 0.064635 10.0.0.22 - - [2026-01-19 02:25:00] "POST /fqname-to-id HTTP/1.1" 404 232 0.003769 10.0.0.22 - - [2026-01-19 02:25:00] "POST /projects HTTP/1.1" 200 581 0.226147 10.0.0.22 - - [2026-01-19 02:25:00] "POST /access-control-lists HTTP/1.1" 200 594 0.059523 10.0.0.22 - - [2026-01-19 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.300758 10.0.0.22 - - [2026-01-19 02:25:00] "POST /fqname-to-id HTTP/1.1" 404 231 0.002930 10.0.0.22 - - [2026-01-19 02:25:00] "GET /project/bbf58573-0e01-48b5-8a29-1dbcb1bd4b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.425456 10.0.0.22 - - [2026-01-19 02:25:00] "POST /access-control-lists HTTP/1.1" 200 592 0.060436 10.0.0.22 - - [2026-01-19 02:25:01] "GET / HTTP/1.1" 200 35931 0.001777 10.0.0.22 - - [2026-01-19 02:25:02] "DELETE /project/09298e19082640b6a92a8b575ce3d680 HTTP/1.1" 404 173 0.019441 10.0.0.22 - - [2026-01-19 02:25:02] "DELETE /project/3a10358f7f1d405487ce690e881225d3 HTTP/1.1" 404 173 0.015945 10.0.0.22 - - [2026-01-19 02:25:02] "DELETE /project/6339b4123ad64801be26826a6e8cf1cd HTTP/1.1" 404 173 0.015146 10.0.0.22 - - [2026-01-19 02:25:02] "DELETE /project/bbf585730e0148b58a291dbcb1bd4b89 HTTP/1.1" 404 173 0.011045 10.0.0.22 - - [2026-01-19 02:25:02] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001057 10.0.0.22 - - [2026-01-19 02:25:02] "GET /projects?obj_uuids=6339b412-3ad6-4801-be26-826a6e8cf1cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001031 10.0.0.22 - - [2026-01-19 02:25:02] "GET /projects?obj_uuids=09298e19-0826-40b6-a92a-8b575ce3d680&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000941 10.0.0.22 - - [2026-01-19 02:25:02] "GET /projects?obj_uuids=3a10358f-7f1d-4054-87ce-690e881225d3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000858 10.0.0.22 - - [2026-01-19 02:25:02] "GET /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.059879 10.0.0.22 - - [2026-01-19 02:25:02] "GET /project/6339b412-3ad6-4801-be26-826a6e8cf1cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.063412 10.0.0.22 - - [2026-01-19 02:25:02] "GET /project/3a10358f-7f1d-4054-87ce-690e881225d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.064437 10.0.0.22 - - [2026-01-19 02:25:02] "GET /project/09298e19-0826-40b6-a92a-8b575ce3d680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.071492 10.0.0.22 - - [2026-01-19 02:25:02] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001547 10.0.0.22 - - [2026-01-19 02:25:02] "GET /projects?obj_uuids=09298e19-0826-40b6-a92a-8b575ce3d680&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000963 10.0.0.22 - - [2026-01-19 02:25:02] "GET /projects?obj_uuids=3a10358f-7f1d-4054-87ce-690e881225d3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000819 10.0.0.22 - - [2026-01-19 02:25:02] "GET /projects?obj_uuids=6339b412-3ad6-4801-be26-826a6e8cf1cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000891 10.0.0.22 - - [2026-01-19 02:25:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000680 10.0.0.22 - - [2026-01-19 02:25:02] "GET /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0?fields=security_groups HTTP/1.1" 200 1409 0.082075 10.0.0.22 - - [2026-01-19 02:25:02] "GET /project/3a10358f-7f1d-4054-87ce-690e881225d3?fields=security_groups HTTP/1.1" 200 1360 0.080592 10.0.0.22 - - [2026-01-19 02:25:02] "GET /project/6339b412-3ad6-4801-be26-826a6e8cf1cd?fields=security_groups HTTP/1.1" 200 1358 0.088996 10.0.0.22 - - [2026-01-19 02:25:02] "GET /project/09298e19-0826-40b6-a92a-8b575ce3d680?fields=security_groups HTTP/1.1" 200 1357 0.096172 10.0.0.22 - - [2026-01-19 02:25:02] "DELETE /security-group/6de50515-baab-4f26-9c2a-665411fdd849 HTTP/1.1" 200 115 0.092870 10.0.0.22 - - [2026-01-19 02:25:02] "DELETE /security-group/b563610d-2468-4093-84ae-42942f0f0f26 HTTP/1.1" 200 115 0.089821 10.0.0.22 - - [2026-01-19 02:25:02] "GET /projects?obj_uuids=6b9b88c9-353e-4954-8ded-b3a6fadd27b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001447 10.0.0.22 - - [2026-01-19 02:25:02] "GET /projects?obj_uuids=3a10358f-7f1d-4054-87ce-690e881225d3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001064 10.0.0.22 - - [2026-01-19 02:25:02] "DELETE /access-control-list/d80f6d48-744c-43e1-9d7d-050e6e53542b HTTP/1.1" 200 115 0.080963 10.0.0.22 - - [2026-01-19 02:25:02] "DELETE /security-group/7fcad13e-79d5-46bc-93cf-6a9ac01cbbd8 HTTP/1.1" 200 115 0.114011 10.0.0.22 - - [2026-01-19 02:25:02] "GET /projects?obj_uuids=6339b412-3ad6-4801-be26-826a6e8cf1cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001105 10.0.0.22 - - [2026-01-19 02:25:02] "DELETE /security-group/a27b61b8-dbd4-4ad0-a40c-14f395ab35ce HTTP/1.1" 200 115 0.135812 10.0.0.22 - - [2026-01-19 02:25:02] "GET /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0?fields=application_policy_sets HTTP/1.1" 200 1448 0.079153 10.0.0.22 - - [2026-01-19 02:25:02] "GET /project/3a10358f-7f1d-4054-87ce-690e881225d3?fields=application_policy_sets HTTP/1.1" 200 1399 0.082883 10.0.0.22 - - [2026-01-19 02:25:02] "GET /projects?obj_uuids=09298e19-0826-40b6-a92a-8b575ce3d680&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001174 10.0.0.22 - - [2026-01-19 02:25:02] "DELETE /access-control-list/a9a7c86e-6c74-45ed-97e2-372cda6b6299 HTTP/1.1" 200 115 0.083252 10.0.0.22 - - [2026-01-19 02:25:02] "GET /project/6339b412-3ad6-4801-be26-826a6e8cf1cd?fields=application_policy_sets HTTP/1.1" 200 1397 0.093969 10.0.0.22 - - [2026-01-19 02:25:02] "DELETE /access-control-list/d9c264cf-3724-4407-8be6-1e912359bcb0 HTTP/1.1" 200 115 0.041627 10.0.0.22 - - [2026-01-19 02:25:02] "GET /project/09298e19-0826-40b6-a92a-8b575ce3d680?fields=application_policy_sets HTTP/1.1" 200 1396 0.112720 10.0.0.22 - - [2026-01-19 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.066689 10.0.0.22 - - [2026-01-19 02:25:02] "GET /projects?obj_uuids=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001119 10.0.0.22 - - [2026-01-19 02:25:02] "DELETE /access-control-list/26a01cc5-eddf-47f3-b51e-a2007498486e HTTP/1.1" 200 115 0.072706 10.0.0.22 - - [2026-01-19 02:25:02] "GET /project/bbf58573-0e01-48b5-8a29-1dbcb1bd4b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.077441 10.0.0.22 - - [2026-01-19 02:25:02] "DELETE /access-control-list/3b3f670b-c6e2-451a-88a7-de9a4376a17c HTTP/1.1" 200 115 0.058348 10.0.0.22 - - [2026-01-19 02:25:02] "DELETE /project/6b9b88c9-353e-4954-8ded-b3a6fadd27b0 HTTP/1.1" 200 115 0.669444 10.0.0.22 - - [2026-01-19 02:25:02] "DELETE /project/3a10358f-7f1d-4054-87ce-690e881225d3 HTTP/1.1" 200 115 0.658756 10.0.0.22 - - [2026-01-19 02:25:02] "DELETE /access-control-list/28e0a769-c357-47a7-8bf6-d6b18ee5088c HTTP/1.1" 200 115 0.045375 10.0.0.22 - - [2026-01-19 02:25:02] "DELETE /project/6339b412-3ad6-4801-be26-826a6e8cf1cd HTTP/1.1" 200 115 0.701081 10.0.0.22 - - [2026-01-19 02:25:02] "POST /neutron/network HTTP/1.1" 200 117 0.045644 10.0.0.22 - - [2026-01-19 02:25:02] "GET /projects?obj_uuids=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002562 10.0.0.22 - - [2026-01-19 02:25:02] "DELETE /project/09298e19-0826-40b6-a92a-8b575ce3d680 HTTP/1.1" 200 115 0.768093 10.0.0.22 - - [2026-01-19 02:25:02] "DELETE /access-control-list/6a869342-4fe4-4005-b8b1-98ffd6a27588 HTTP/1.1" 200 115 0.096024 10.0.0.22 - - [2026-01-19 02:25:02] "DELETE /access-control-list/593b91de-d56d-4e59-a80f-63d120ef20ec HTTP/1.1" 200 115 0.040387 10.0.0.22 - - [2026-01-19 02:25:02] "POST /neutron/network HTTP/1.1" 200 605 0.153204 10.0.0.22 - - [2026-01-19 02:25:03] "POST /route-targets HTTP/1.1" 200 327 0.019590 10.0.0.22 - - [2026-01-19 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.021647 10.0.0.22 - - [2026-01-19 02:25:03] "POST /useragent-kv HTTP/1.1" 200 115 0.010347 10.0.0.22 - - [2026-01-19 02:25:03] "POST /neutron/subnet HTTP/1.1" 200 734 0.241668 10.0.0.22 - - [2026-01-19 02:25:03] "POST /neutron/network HTTP/1.1" 200 826 0.006673 10.0.0.22 - - [2026-01-19 02:25:03] "POST /id-to-fqname HTTP/1.1" 200 219 0.001639 10.0.0.22 - - [2026-01-19 02:25:03] "GET /virtual-network/9bdd3410-eee1-44a2-9748-1102cbd37b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005671 10.0.0.22 - - [2026-01-19 02:25:03] "POST /neutron/network HTTP/1.1" 200 826 0.006987 10.0.0.22 - - [2026-01-19 02:25:03] "GET /virtual-network/9bdd3410-eee1-44a2-9748-1102cbd37b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005595 10.0.0.22 - - [2026-01-19 02:25:03] "POST /neutron/port HTTP/1.1" 200 117 0.005996 10.0.0.22 - - [2026-01-19 02:25:03] "POST /neutron/port HTTP/1.1" 400 205 0.003508 10.0.0.22 - - [2026-01-19 02:25:03] "POST /neutron/network HTTP/1.1" 200 826 0.005275 10.0.0.22 - - [2026-01-19 02:25:03] "POST /neutron/subnet HTTP/1.1" 200 734 0.007630 10.0.0.22 - - [2026-01-19 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002346 10.0.0.22 - - [2026-01-19 02:25:03] "POST /neutron/port HTTP/1.1" 200 117 0.009332 10.0.0.22 - - [2026-01-19 02:25:03] "GET /projects?obj_uuids=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000983 10.0.0.22 - - [2026-01-19 02:25:03] "POST /neutron/port HTTP/1.1" 400 205 0.004113 10.0.0.22 - - [2026-01-19 02:25:03] "GET /project/bbf58573-0e01-48b5-8a29-1dbcb1bd4b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.041489 10.0.0.22 - - [2026-01-19 02:25:03] "POST /neutron/network HTTP/1.1" 200 117 0.011941 10.0.0.22 - - [2026-01-19 02:25:03] "GET /projects?obj_uuids=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000991 10.0.0.22 - - [2026-01-19 02:25:03] "POST /neutron/network HTTP/1.1" 200 605 0.099173 10.0.0.22 - - [2026-01-19 02:25:03] "POST /route-targets HTTP/1.1" 200 327 0.013732 10.0.0.22 - - [2026-01-19 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.016248 10.0.0.22 - - [2026-01-19 02:25:03] "POST /useragent-kv HTTP/1.1" 200 115 0.006857 10.0.0.22 - - [2026-01-19 02:25:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.215989 10.0.0.22 - - [2026-01-19 02:25:03] "POST /neutron/network HTTP/1.1" 200 824 0.005394 10.0.0.22 - - [2026-01-19 02:25:03] "POST /id-to-fqname HTTP/1.1" 200 219 0.001330 10.0.0.22 - - [2026-01-19 02:25:03] "GET /virtual-network/7d8bd675-98c8-4750-a51e-2df3dce5d770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004936 10.0.0.22 - - [2026-01-19 02:25:03] "POST /neutron/network HTTP/1.1" 200 824 0.008335 10.0.0.22 - - [2026-01-19 02:25:04] "GET /virtual-network/7d8bd675-98c8-4750-a51e-2df3dce5d770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005263 10.0.0.22 - - [2026-01-19 02:25:04] "POST /neutron/network HTTP/1.1" 200 824 0.005858 10.0.0.22 - - [2026-01-19 02:25:04] "POST /neutron/subnet HTTP/1.1" 200 724 0.011038 10.0.0.22 - - [2026-01-19 02:25:04] "POST /id-to-fqname HTTP/1.1" 200 219 0.001781 10.0.0.22 - - [2026-01-19 02:25:04] "POST /neutron/network HTTP/1.1" 200 836 0.005690 10.0.0.22 - - [2026-01-19 02:25:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000458 10.0.0.22 - - [2026-01-19 02:25:04] "GET / HTTP/1.1" 200 35931 0.002097 10.0.0.22 - - [2026-01-19 02:25:04] "GET /project/bbf58573-0e01-48b5-8a29-1dbcb1bd4b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000473 10.0.0.22 - - [2026-01-19 02:25:05] "GET /projects?obj_uuids=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002772 10.0.0.22 - - [2026-01-19 02:25:05] "GET /project/bbf58573-0e01-48b5-8a29-1dbcb1bd4b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.055042 10.0.0.22 - - [2026-01-19 02:25:05] "POST /neutron/network HTTP/1.1" 200 826 0.005202 10.0.0.22 - - [2026-01-19 02:25:05] "POST /neutron/port HTTP/1.1" 200 117 0.004927 10.0.0.22 - - [2026-01-19 02:25:05] "POST /neutron/port HTTP/1.1" 200 117 0.005732 10.0.0.22 - - [2026-01-19 02:25:05] "POST /id-to-fqname HTTP/1.1" 200 219 0.001259 10.0.0.22 - - [2026-01-19 02:25:05] "POST /neutron/port HTTP/1.1" 200 117 0.005219 10.0.0.22 - - [2026-01-19 02:25:05] "POST /neutron/network HTTP/1.1" 200 834 0.005894 10.0.0.22 - - [2026-01-19 02:25:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000428 10.0.0.22 - - [2026-01-19 02:25:05] "GET / HTTP/1.1" 200 35931 0.001559 10.0.0.22 - - [2026-01-19 02:25:05] "POST /neutron/network HTTP/1.1" 200 836 0.006890 10.0.0.22 - - [2026-01-19 02:25:05] "GET /project/bbf58573-0e01-48b5-8a29-1dbcb1bd4b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000445 10.0.0.22 - - [2026-01-19 02:25:05] "GET /projects?obj_uuids=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001636 10.0.0.22 - - [2026-01-19 02:25:06] "POST /neutron/port HTTP/1.1" 200 1060 0.254469 10.0.0.22 - - [2026-01-19 02:25:06] "POST /neutron/port HTTP/1.1" 200 1060 0.011665 10.0.0.22 - - [2026-01-19 02:25:06] "POST /neutron/port HTTP/1.1" 200 1060 0.007998 10.0.0.22 - - [2026-01-19 02:25:06] "POST /neutron/port HTTP/1.1" 200 1114 0.082440 10.0.0.22 - - [2026-01-19 02:25:06] "GET /projects?obj_uuids=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001010 10.0.0.22 - - [2026-01-19 02:25:06] "GET /project/bbf58573-0e01-48b5-8a29-1dbcb1bd4b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.063355 10.0.0.22 - - [2026-01-19 02:25:06] "POST /neutron/port HTTP/1.1" 200 1124 0.013789 10.0.0.22 - - [2026-01-19 02:25:06] "POST /neutron/network HTTP/1.1" 200 824 0.005903 10.0.0.22 - - [2026-01-19 02:25:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005302 10.0.0.22 - - [2026-01-19 02:25:06] "POST /neutron/subnet HTTP/1.1" 200 708 0.007102 10.0.0.22 - - [2026-01-19 02:25:06] "POST /neutron/port HTTP/1.1" 200 117 0.001165 10.0.0.22 - - [2026-01-19 02:25:06] "POST /neutron/network HTTP/1.1" 200 826 0.009012 10.0.0.22 - - [2026-01-19 02:25:06] "POST /neutron/port HTTP/1.1" 200 1124 0.013079 10.0.0.22 - - [2026-01-19 02:25:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005861 10.0.0.22 - - [2026-01-19 02:25:06] "POST /neutron/port HTTP/1.1" 200 117 0.004926 10.0.0.22 - - [2026-01-19 02:25:06] "GET /projects?obj_uuids=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000977 10.0.0.22 - - [2026-01-19 02:25:06] "POST /neutron/router HTTP/1.1" 200 580 0.046210 10.0.0.22 - - [2026-01-19 02:25:06] "POST /neutron/router HTTP/1.1" 200 580 0.003383 10.0.0.22 - - [2026-01-19 02:25:06] "POST /route-targets HTTP/1.1" 200 327 0.014731 10.0.0.22 - - [2026-01-19 02:25:06] "GET /projects?obj_uuids=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001010 10.0.0.22 - - [2026-01-19 02:25:06] "PUT /logical-router/c54e70d6-45a5-4a0c-9a63-aec34fd9a62f HTTP/1.1" 200 262 0.026362 10.0.0.22 - - [2026-01-19 02:25:06] "POST /neutron/router HTTP/1.1" 200 344 0.263852 10.0.0.22 - - [2026-01-19 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.015999 10.0.0.22 - - [2026-01-19 02:25:06] "POST /neutron/port HTTP/1.1" 200 1124 0.022864 10.0.0.22 - - [2026-01-19 02:25:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005655 10.0.0.22 - - [2026-01-19 02:25:07] "POST /neutron/network HTTP/1.1" 200 834 0.006588 10.0.0.22 - - [2026-01-19 02:25:07] "GET /projects?obj_uuids=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001232 10.0.0.22 - - [2026-01-19 02:25:07] "POST /neutron/port HTTP/1.1" 200 1058 0.233759 10.0.0.22 - - [2026-01-19 02:25:07] "POST /neutron/port HTTP/1.1" 200 1058 0.018313 10.0.0.22 - - [2026-01-19 02:25:07] "POST /neutron/port HTTP/1.1" 200 1058 0.015498 10.0.0.22 - - [2026-01-19 02:25:07] "POST /neutron/port HTTP/1.1" 200 1112 0.076393 10.0.0.22 - - [2026-01-19 02:25:07] "POST /neutron/port HTTP/1.1" 200 1122 0.019873 10.0.0.22 - - [2026-01-19 02:25:07] "GET /obj-perms HTTP/1.1" 200 5056 0.060833 10.0.0.22 - - [2026-01-19 02:25:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003065 10.0.0.22 - - [2026-01-19 02:25:07] "POST /neutron/subnet HTTP/1.1" 200 698 0.006779 10.0.0.22 - - [2026-01-19 02:25:07] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.22 - - [2026-01-19 02:25:07] "POST /neutron/network HTTP/1.1" 200 824 0.006220 10.0.0.22 - - [2026-01-19 02:25:07] "GET /obj-perms HTTP/1.1" 200 5056 0.057235 10.0.0.22 - - [2026-01-19 02:25:12] "POST /neutron/port HTTP/1.1" 200 1124 0.012494 10.0.0.22 - - [2026-01-19 02:25:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006507 10.0.0.22 - - [2026-01-19 02:25:12] "POST /neutron/port HTTP/1.1" 200 1124 0.015675 10.0.0.22 - - [2026-01-19 02:25:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006454 10.0.0.22 - - [2026-01-19 02:25:12] "POST /neutron/port HTTP/1.1" 200 1124 0.013118 10.0.0.22 - - [2026-01-19 02:25:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006706 10.0.0.22 - - [2026-01-19 02:25:12] "GET /virtual-machine/23b7fde9-617e-43ae-b5be-670d4fe512c9 HTTP/1.1" 401 292 0.000439 10.0.0.22 - - [2026-01-19 02:25:12] "GET /virtual-machine/23b7fde9-617e-43ae-b5be-670d4fe512c9 HTTP/1.1" 200 1290 0.030825 10.0.0.22 - - [2026-01-19 02:25:12] "GET /virtual-machine-interface/b42040af-868d-4fd9-8a2b-9633588e1465 HTTP/1.1" 200 2934 0.004656 10.0.0.22 - - [2026-01-19 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.22 - - [2026-01-19 02:25:12] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003285 10.0.0.22 - - [2026-01-19 02:25:12] "GET /virtual-networks?parent_id=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003028 10.0.0.22 - - [2026-01-19 02:25:12] "GET /virtual-network/9bdd3410-eee1-44a2-9748-1102cbd37b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006232 10.0.0.22 - - [2026-01-19 02:25:15] "POST /neutron/port HTTP/1.1" 200 1124 0.012560 10.0.0.22 - - [2026-01-19 02:25:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005867 10.0.0.22 - - [2026-01-19 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.22 - - [2026-01-19 02:25:15] "GET /virtual-network/9bdd3410-eee1-44a2-9748-1102cbd37b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004990 10.0.0.22 - - [2026-01-19 02:25:16] "POST /neutron/port HTTP/1.1" 200 1122 0.016048 10.0.0.22 - - [2026-01-19 02:25:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006063 10.0.0.22 - - [2026-01-19 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.22 - - [2026-01-19 02:25:17] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003560 10.0.0.22 - - [2026-01-19 02:25:18] "GET /virtual-networks?parent_id=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002950 10.0.0.22 - - [2026-01-19 02:25:18] "GET /virtual-network/9bdd3410-eee1-44a2-9748-1102cbd37b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006029 10.0.0.22 - - [2026-01-19 02:25:18] "POST /neutron/port HTTP/1.1" 200 1122 0.014173 10.0.0.22 - - [2026-01-19 02:25:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006933 10.0.0.22 - - [2026-01-19 02:25:18] "POST /neutron/port HTTP/1.1" 200 1122 0.014696 10.0.0.22 - - [2026-01-19 02:25:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007269 10.0.0.22 - - [2026-01-19 02:25:18] "POST /neutron/port HTTP/1.1" 200 1122 0.017211 10.0.0.22 - - [2026-01-19 02:25:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006948 10.0.0.22 - - [2026-01-19 02:25:18] "GET /virtual-machine/1e2903c5-2680-4aaa-85de-e810f1f086b7 HTTP/1.1" 200 1289 0.004475 10.0.0.22 - - [2026-01-19 02:25:18] "GET /virtual-machine-interface/91cf50de-3c01-4aca-a981-28250746878e HTTP/1.1" 200 2935 0.005904 10.0.0.22 - - [2026-01-19 02:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.22 - - [2026-01-19 02:25:18] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003860 10.0.0.22 - - [2026-01-19 02:25:18] "GET /virtual-networks?parent_id=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003665 10.0.0.22 - - [2026-01-19 02:25:18] "GET /virtual-network/7d8bd675-98c8-4750-a51e-2df3dce5d770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005325 10.0.0.22 - - [2026-01-19 02:25:19] "POST /neutron/port HTTP/1.1" 200 1124 0.014076 10.0.0.22 - - [2026-01-19 02:25:19] "POST /neutron/port HTTP/1.1" 200 1124 0.017128 10.0.0.22 - - [2026-01-19 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005092 10.0.0.22 - - [2026-01-19 02:25:19] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003213 10.0.0.22 - - [2026-01-19 02:25:19] "POST /neutron/network HTTP/1.1" 200 836 0.005885 10.0.0.22 - - [2026-01-19 02:25:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004036 10.0.0.22 - - [2026-01-19 02:25:19] "GET /virtual-networks?parent_id=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003207 10.0.0.22 - - [2026-01-19 02:25:19] "POST /neutron/subnet HTTP/1.1" 200 708 0.007684 10.0.0.22 - - [2026-01-19 02:25:19] "POST /neutron/port HTTP/1.1" 200 117 0.001642 10.0.0.22 - - [2026-01-19 02:25:19] "GET /virtual-network/7d8bd675-98c8-4750-a51e-2df3dce5d770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007622 10.0.0.22 - - [2026-01-19 02:25:19] "POST /neutron/network HTTP/1.1" 200 826 0.005885 10.0.0.22 - - [2026-01-19 02:25:25] "POST /neutron/router HTTP/1.1" 200 580 0.004341 10.0.0.22 - - [2026-01-19 02:25:25] "GET /projects?obj_uuids=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001301 10.0.0.22 - - [2026-01-19 02:25:25] "POST /neutron/router HTTP/1.1" 200 344 0.231662 10.0.0.22 - - [2026-01-19 02:25:25] "POST /neutron/port HTTP/1.1" 200 1922 0.019344 10.0.0.22 - - [2026-01-19 02:25:25] "POST /ref-update HTTP/1.1" 200 156 0.008129 10.0.0.22 - - [2026-01-19 02:25:31] "POST /neutron/router HTTP/1.1" 200 580 0.004183 10.0.0.22 - - [2026-01-19 02:25:31] "POST /ref-update HTTP/1.1" 200 156 0.008538 10.0.0.22 - - [2026-01-19 02:25:31] "POST /neutron/router HTTP/1.1" 200 344 0.101130 10.0.0.22 - - [2026-01-19 02:25:35] "POST /neutron/router HTTP/1.1" 200 580 0.005098 10.0.0.22 - - [2026-01-19 02:25:35] "GET /projects?obj_uuids=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001131 10.0.0.22 - - [2026-01-19 02:25:35] "POST /neutron/router HTTP/1.1" 200 344 0.195709 10.0.0.22 - - [2026-01-19 02:25:35] "POST /ref-update HTTP/1.1" 200 156 0.014332 10.0.0.22 - - [2026-01-19 02:25:37] "POST /neutron/router HTTP/1.1" 200 580 0.005183 10.0.0.22 - - [2026-01-19 02:25:37] "POST /ref-update HTTP/1.1" 200 156 0.010989 10.0.0.22 - - [2026-01-19 02:25:37] "POST /neutron/router HTTP/1.1" 200 344 0.092389 10.0.0.22 - - [2026-01-19 02:25:37] "POST /neutron/router HTTP/1.1" 200 580 0.007306 10.0.0.22 - - [2026-01-19 02:25:37] "POST /ref-update HTTP/1.1" 200 156 0.012206 10.0.0.22 - - [2026-01-19 02:25:37] "POST /neutron/router HTTP/1.1" 200 344 0.099169 10.0.0.22 - - [2026-01-19 02:25:37] "POST /neutron/router HTTP/1.1" 200 580 0.006563 10.0.0.22 - - [2026-01-19 02:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.22 - - [2026-01-19 02:25:37] "GET /logical-router/c54e70d6-45a5-4a0c-9a63-aec34fd9a62f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005919 10.0.0.22 - - [2026-01-19 02:25:37] "POST /neutron/router HTTP/1.1" 200 151 0.044156 10.0.0.22 - - [2026-01-19 02:25:37] "DELETE /route-target/53a83b96-cb26-498d-b998-75cf9c8af353 HTTP/1.1" 200 115 0.024997 10.0.0.22 - - [2026-01-19 02:25:38] "POST /neutron/network HTTP/1.1" 200 824 0.009261 10.0.0.22 - - [2026-01-19 02:25:38] "POST /neutron/network HTTP/1.1" 400 204 0.012393 10.0.0.22 - - [2026-01-19 02:25:38] "POST /neutron/port HTTP/1.1" 200 1122 0.012564 10.0.0.22 - - [2026-01-19 02:25:38] "POST /neutron/port HTTP/1.1" 200 1112 0.011139 10.0.0.22 - - [2026-01-19 02:25:38] "POST /neutron/port HTTP/1.1" 200 1124 0.015300 10.0.0.22 - - [2026-01-19 02:25:38] "POST /neutron/port HTTP/1.1" 200 1114 0.009085 10.0.0.22 - - [2026-01-19 02:25:38] "POST /neutron/port HTTP/1.1" 200 151 0.114057 10.0.0.22 - - [2026-01-19 02:25:38] "POST /neutron/port HTTP/1.1" 200 151 0.118395 10.0.0.22 - - [2026-01-19 02:25:40] "POST /neutron/network HTTP/1.1" 200 824 0.006362 10.0.0.22 - - [2026-01-19 02:25:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004852 10.0.0.22 - - [2026-01-19 02:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.22 - - [2026-01-19 02:25:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002762 10.0.0.22 - - [2026-01-19 02:25:40] "POST /neutron/network HTTP/1.1" 200 151 0.076732 10.0.0.22 - - [2026-01-19 02:25:40] "DELETE /route-target/067449b1-7349-40a8-9558-b186bda9a904 HTTP/1.1" 200 115 0.014460 10.0.0.22 - - [2026-01-19 02:25:40] "POST /neutron/network HTTP/1.1" 200 826 0.005231 10.0.0.22 - - [2026-01-19 02:25:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002696 10.0.0.22 - - [2026-01-19 02:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.22 - - [2026-01-19 02:25:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001847 10.0.0.22 - - [2026-01-19 02:25:40] "POST /neutron/network HTTP/1.1" 200 151 0.076996 10.0.0.22 - - [2026-01-19 02:25:40] "DELETE /route-target/6096b22a-a66c-46ca-93e3-610aa8c4de03 HTTP/1.1" 200 115 0.014636 10.0.0.22 - - [2026-01-19 02:25:40] "GET /projects?obj_uuids=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001234 10.0.0.22 - - [2026-01-19 02:25:40] "GET /project/bbf58573-0e01-48b5-8a29-1dbcb1bd4b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.025228 10.0.0.22 - - [2026-01-19 02:25:40] "GET /projects?obj_uuids=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000959 10.0.0.22 - - [2026-01-19 02:25:40] "GET /project/bbf58573-0e01-48b5-8a29-1dbcb1bd4b89?fields=virtual_networks HTTP/1.1" 200 1038 0.071386 10.0.0.22 - - [2026-01-19 02:25:40] "GET /projects?obj_uuids=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001398 10.0.0.22 - - [2026-01-19 02:25:40] "GET /project/bbf58573-0e01-48b5-8a29-1dbcb1bd4b89?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.026147 10.0.0.22 - - [2026-01-19 02:25:40] "GET /projects?obj_uuids=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001255 10.0.0.22 - - [2026-01-19 02:25:40] "GET /project/bbf58573-0e01-48b5-8a29-1dbcb1bd4b89?fields=security_groups HTTP/1.1" 200 1262 0.027158 10.0.0.22 - - [2026-01-19 02:25:41] "POST /fqname-to-id HTTP/1.1" 404 191 0.028261 10.0.0.22 - - [2026-01-19 02:25:41] "GET /projects?obj_uuids=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002347 10.0.0.22 - - [2026-01-19 02:25:41] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.22 - - [2026-01-19 02:25:41] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006727 10.0.0.22 - - [2026-01-19 02:25:41] "POST /id-to-fqname HTTP/1.1" 200 193 0.001152 10.0.0.22 - - [2026-01-19 02:25:41] "POST /fqname-to-id HTTP/1.1" 404 202 0.003772 10.0.0.22 - - [2026-01-19 02:25:42] "POST /security-groups HTTP/1.1" 200 594 0.064204 10.0.0.22 - - [2026-01-19 02:25:42] "POST /fqname-to-id HTTP/1.1" 404 237 0.002506 10.0.0.22 - - [2026-01-19 02:25:42] "POST /projects HTTP/1.1" 200 591 0.210850 10.0.0.22 - - [2026-01-19 02:25:42] "POST /access-control-lists HTTP/1.1" 200 599 0.062332 10.0.0.22 - - [2026-01-19 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.283801 10.0.0.22 - - [2026-01-19 02:25:42] "POST /fqname-to-id HTTP/1.1" 404 236 0.002920 10.0.0.22 - - [2026-01-19 02:25:42] "GET /project/aeda7772-d6a5-4981-8cfd-a1775a136913?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.409417 10.0.0.22 - - [2026-01-19 02:25:42] "POST /access-control-lists HTTP/1.1" 200 597 0.060886 10.0.0.22 - - [2026-01-19 02:25:43] "GET / HTTP/1.1" 200 35931 0.002902 10.0.0.22 - - [2026-01-19 02:25:44] "GET /project/aeda7772-d6a5-4981-8cfd-a1775a136913?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000505 10.0.0.22 - - [2026-01-19 02:25:44] "GET /projects?obj_uuids=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001052 10.0.0.22 - - [2026-01-19 02:25:44] "GET /project/aeda7772-d6a5-4981-8cfd-a1775a136913?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.057174 10.0.0.22 - - [2026-01-19 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.22 - - [2026-01-19 02:25:44] "GET /security-group/c767b617-69cd-4f40-9fc0-083b16f8cb8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.005300 10.0.0.22 - - [2026-01-19 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.22 - - [2026-01-19 02:25:44] "GET /projects?obj_uuids=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001312 10.0.0.22 - - [2026-01-19 02:25:44] "GET /project/aeda7772-d6a5-4981-8cfd-a1775a136913?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.045397 10.0.0.22 - - [2026-01-19 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.22 - - [2026-01-19 02:25:45] "GET /security-group/c767b617-69cd-4f40-9fc0-083b16f8cb8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.005233 10.0.0.22 - - [2026-01-19 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.22 - - [2026-01-19 02:25:45] "PUT /security-group/c767b617-69cd-4f40-9fc0-083b16f8cb8e HTTP/1.1" 200 262 0.013585 10.0.0.22 - - [2026-01-19 02:25:45] "PUT /access-control-list/4d668622-a34c-430e-9572-eda50178c660 HTTP/1.1" 200 272 0.009314 10.0.0.22 - - [2026-01-19 02:25:45] "PUT /access-control-list/eff1178d-e83b-4793-a594-2288436df1df HTTP/1.1" 200 272 0.009937 10.0.0.22 - - [2026-01-19 02:25:45] "POST /fqname-to-id HTTP/1.1" 404 202 0.003159 10.0.0.22 - - [2026-01-19 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.22 - - [2026-01-19 02:25:45] "GET /projects?obj_uuids=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001883 10.0.0.22 - - [2026-01-19 02:25:45] "GET /project/aeda7772-d6a5-4981-8cfd-a1775a136913?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.027754 10.0.0.22 - - [2026-01-19 02:25:45] "POST /neutron/network HTTP/1.1" 200 117 0.035353 10.0.0.22 - - [2026-01-19 02:25:45] "GET /projects?obj_uuids=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001199 10.0.0.22 - - [2026-01-19 02:25:45] "POST /neutron/network HTTP/1.1" 200 608 0.065603 10.0.0.22 - - [2026-01-19 02:25:45] "POST /route-targets HTTP/1.1" 200 327 0.010227 10.0.0.22 - - [2026-01-19 02:25:45] "POST /ref-update HTTP/1.1" 200 156 0.011509 10.0.0.22 - - [2026-01-19 02:25:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003170 10.0.0.22 - - [2026-01-19 02:25:45] "POST /neutron/subnet HTTP/1.1" 200 719 0.191409 10.0.0.22 - - [2026-01-19 02:25:45] "POST /neutron/network HTTP/1.1" 200 826 0.004919 10.0.0.22 - - [2026-01-19 02:25:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001394 10.0.0.22 - - [2026-01-19 02:25:45] "GET /virtual-network/e1839aa7-a233-4965-a926-beda5a25f068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004849 10.0.0.22 - - [2026-01-19 02:25:45] "POST /neutron/network HTTP/1.1" 200 826 0.006827 10.0.0.22 - - [2026-01-19 02:25:45] "GET /virtual-network/e1839aa7-a233-4965-a926-beda5a25f068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005939 10.0.0.22 - - [2026-01-19 02:25:45] "POST /neutron/network HTTP/1.1" 200 826 0.008576 10.0.0.22 - - [2026-01-19 02:25:45] "POST /neutron/subnet HTTP/1.1" 200 719 0.006857 10.0.0.22 - - [2026-01-19 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002505 10.0.0.22 - - [2026-01-19 02:25:45] "GET /projects?obj_uuids=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000900 10.0.0.22 - - [2026-01-19 02:25:45] "GET /project/aeda7772-d6a5-4981-8cfd-a1775a136913?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.025244 10.0.0.22 - - [2026-01-19 02:25:45] "POST /neutron/network HTTP/1.1" 200 117 0.010869 10.0.0.22 - - [2026-01-19 02:25:46] "GET /projects?obj_uuids=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001070 10.0.0.22 - - [2026-01-19 02:25:46] "POST /neutron/network HTTP/1.1" 200 615 0.089944 10.0.0.22 - - [2026-01-19 02:25:46] "POST /route-targets HTTP/1.1" 200 327 0.012153 10.0.0.22 - - [2026-01-19 02:25:46] "POST /ref-update HTTP/1.1" 200 156 0.015083 10.0.0.22 - - [2026-01-19 02:25:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004404 10.0.0.22 - - [2026-01-19 02:25:46] "POST /neutron/subnet HTTP/1.1" 200 724 0.181620 10.0.0.22 - - [2026-01-19 02:25:46] "POST /neutron/network HTTP/1.1" 200 834 0.005047 10.0.0.22 - - [2026-01-19 02:25:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001244 10.0.0.22 - - [2026-01-19 02:25:46] "GET /virtual-network/a290128e-a92b-4524-85c9-27570e60796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004811 10.0.0.22 - - [2026-01-19 02:25:46] "POST /neutron/network HTTP/1.1" 200 834 0.005180 10.0.0.22 - - [2026-01-19 02:25:46] "GET /virtual-network/a290128e-a92b-4524-85c9-27570e60796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004988 10.0.0.22 - - [2026-01-19 02:25:46] "POST /neutron/network HTTP/1.1" 200 834 0.005997 10.0.0.22 - - [2026-01-19 02:25:46] "POST /neutron/subnet HTTP/1.1" 200 724 0.007816 10.0.0.22 - - [2026-01-19 02:25:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001505 10.0.0.22 - - [2026-01-19 02:25:46] "POST /neutron/network HTTP/1.1" 200 836 0.005604 10.0.0.22 - - [2026-01-19 02:25:46] "GET /aaa-mode HTTP/1.1" 401 292 0.000601 10.0.0.22 - - [2026-01-19 02:25:47] "GET / HTTP/1.1" 200 35931 0.002246 10.0.0.22 - - [2026-01-19 02:25:47] "GET /project/aeda7772-d6a5-4981-8cfd-a1775a136913?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000412 10.0.0.22 - - [2026-01-19 02:25:47] "GET /projects?obj_uuids=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001175 10.0.0.22 - - [2026-01-19 02:25:47] "GET /project/aeda7772-d6a5-4981-8cfd-a1775a136913?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.048394 10.0.0.22 - - [2026-01-19 02:25:47] "POST /neutron/network HTTP/1.1" 200 826 0.005410 10.0.0.22 - - [2026-01-19 02:25:47] "POST /neutron/port HTTP/1.1" 200 117 0.004811 10.0.0.22 - - [2026-01-19 02:25:47] "POST /neutron/port HTTP/1.1" 200 117 0.006515 10.0.0.22 - - [2026-01-19 02:25:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.001312 10.0.0.22 - - [2026-01-19 02:25:47] "POST /neutron/port HTTP/1.1" 200 117 0.005302 10.0.0.22 - - [2026-01-19 02:25:47] "POST /neutron/network HTTP/1.1" 200 844 0.005684 10.0.0.22 - - [2026-01-19 02:25:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000509 10.0.0.22 - - [2026-01-19 02:25:48] "POST /neutron/network HTTP/1.1" 200 836 0.006789 10.0.0.22 - - [2026-01-19 02:25:48] "GET /projects?obj_uuids=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001416 10.0.0.22 - - [2026-01-19 02:25:48] "GET / HTTP/1.1" 200 35931 0.002629 10.0.0.22 - - [2026-01-19 02:25:48] "GET /project/aeda7772-d6a5-4981-8cfd-a1775a136913?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.002113 10.0.0.22 - - [2026-01-19 02:25:48] "POST /neutron/port HTTP/1.1" 200 1062 0.242797 10.0.0.22 - - [2026-01-19 02:25:48] "POST /neutron/port HTTP/1.1" 200 1062 0.015642 10.0.0.22 - - [2026-01-19 02:25:48] "POST /neutron/port HTTP/1.1" 200 1062 0.013211 10.0.0.22 - - [2026-01-19 02:25:48] "POST /neutron/port HTTP/1.1" 200 1116 0.072912 10.0.0.22 - - [2026-01-19 02:25:48] "POST /neutron/port HTTP/1.1" 200 1126 0.011624 10.0.0.22 - - [2026-01-19 02:25:48] "GET /projects?obj_uuids=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001107 10.0.0.22 - - [2026-01-19 02:25:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002735 10.0.0.22 - - [2026-01-19 02:25:48] "GET /project/aeda7772-d6a5-4981-8cfd-a1775a136913?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.071994 10.0.0.22 - - [2026-01-19 02:25:48] "POST /neutron/subnet HTTP/1.1" 200 693 0.012336 10.0.0.22 - - [2026-01-19 02:25:48] "POST /neutron/network HTTP/1.1" 200 834 0.006757 10.0.0.22 - - [2026-01-19 02:25:48] "POST /neutron/port HTTP/1.1" 200 117 0.001536 10.0.0.22 - - [2026-01-19 02:25:48] "POST /neutron/network HTTP/1.1" 200 826 0.005965 10.0.0.22 - - [2026-01-19 02:25:48] "POST /neutron/port HTTP/1.1" 200 1126 0.017383 10.0.0.22 - - [2026-01-19 02:25:48] "POST /neutron/security_group HTTP/1.1" 200 2002 0.012027 10.0.0.22 - - [2026-01-19 02:25:48] "POST /neutron/port HTTP/1.1" 200 117 0.005978 10.0.0.22 - - [2026-01-19 02:25:48] "GET /projects?obj_uuids=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001131 10.0.0.22 - - [2026-01-19 02:25:48] "POST /neutron/router HTTP/1.1" 200 585 0.065410 10.0.0.22 - - [2026-01-19 02:25:48] "POST /neutron/router HTTP/1.1" 200 585 0.008633 10.0.0.22 - - [2026-01-19 02:25:48] "POST /route-targets HTTP/1.1" 200 327 0.021912 10.0.0.22 - - [2026-01-19 02:25:48] "PUT /logical-router/0ff143bd-2cc5-4368-9b1a-dd0d28f34296 HTTP/1.1" 200 262 0.029840 10.0.0.22 - - [2026-01-19 02:25:48] "POST /neutron/router HTTP/1.1" 200 656 0.043210 10.0.0.22 - - [2026-01-19 02:25:48] "GET /logical-router/0ff143bd-2cc5-4368-9b1a-dd0d28f34296?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.023917 10.0.0.22 - - [2026-01-19 02:25:48] "POST /neutron/router HTTP/1.1" 200 656 0.016453 10.0.0.22 - - [2026-01-19 02:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002413 10.0.0.22 - - [2026-01-19 02:25:49] "GET /projects?obj_uuids=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001226 10.0.0.22 - - [2026-01-19 02:25:49] "GET /service-template/a81789d4-60de-46e5-ac7b-3b36fc337c97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1692 0.004977 10.0.0.22 - - [2026-01-19 02:25:49] "POST /fqname-to-id HTTP/1.1" 404 215 0.002417 10.0.0.22 - - [2026-01-19 02:25:49] "POST /neutron/network HTTP/1.1" 200 844 0.014685 10.0.0.22 - - [2026-01-19 02:25:49] "GET /projects?obj_uuids=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001140 10.0.0.22 - - [2026-01-19 02:25:49] "POST /neutron/router HTTP/1.1" 200 344 0.285881 10.0.0.22 - - [2026-01-19 02:25:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002544 10.0.0.22 - - [2026-01-19 02:25:49] "POST /virtual-networks HTTP/1.1" 200 694 0.175593 10.0.0.22 - - [2026-01-19 02:25:49] "POST /ref-update HTTP/1.1" 200 156 0.038837 10.0.0.22 - - [2026-01-19 02:25:49] "POST /neutron/port HTTP/1.1" 200 1126 0.044093 10.0.0.22 - - [2026-01-19 02:25:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.011286 10.0.0.22 - - [2026-01-19 02:25:49] "POST /route-targets HTTP/1.1" 200 327 0.050472 10.0.0.22 - - [2026-01-19 02:25:49] "POST /service-instances HTTP/1.1" 200 670 0.104989 10.0.0.22 - - [2026-01-19 02:25:49] "POST /ref-update HTTP/1.1" 200 156 0.052523 10.0.0.22 - - [2026-01-19 02:25:49] "POST /route-tables HTTP/1.1" 200 582 0.045951 10.0.0.22 - - [2026-01-19 02:25:49] "PUT /logical-router/0ff143bd-2cc5-4368-9b1a-dd0d28f34296 HTTP/1.1" 200 262 0.030444 10.0.0.22 - - [2026-01-19 02:25:49] "POST /neutron/port HTTP/1.1" 200 1063 0.391360 10.0.0.22 - - [2026-01-19 02:25:49] "POST /neutron/port HTTP/1.1" 200 1063 0.015464 10.0.0.22 - - [2026-01-19 02:25:49] "POST /neutron/port HTTP/1.1" 200 1063 0.013346 10.0.0.22 - - [2026-01-19 02:25:49] "POST /ref-update HTTP/1.1" 200 156 0.025641 10.0.0.22 - - [2026-01-19 02:25:49] "POST /neutron/port HTTP/1.1" 200 1117 0.079073 10.0.0.22 - - [2026-01-19 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.22 - - [2026-01-19 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.22 - - [2026-01-19 02:25:49] "POST /neutron/port HTTP/1.1" 200 1127 0.012038 10.0.0.22 - - [2026-01-19 02:25:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004170 10.0.0.22 - - [2026-01-19 02:25:49] "POST /virtual-machines HTTP/1.1" 200 553 0.016284 10.0.0.22 - - [2026-01-19 02:25:49] "POST /neutron/subnet HTTP/1.1" 200 698 0.006997 10.0.0.22 - - [2026-01-19 02:25:49] "POST /neutron/port HTTP/1.1" 200 117 0.001300 10.0.0.22 - - [2026-01-19 02:25:49] "POST /neutron/network HTTP/1.1" 200 834 0.006354 10.0.0.22 - - [2026-01-19 02:25:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.098125 10.0.0.22 - - [2026-01-19 02:25:50] "POST /chown HTTP/1.1" 200 109 0.007854 10.0.0.22 - - [2026-01-19 02:25:50] "POST /instance-ips HTTP/1.1" 200 551 0.018018 10.0.0.22 - - [2026-01-19 02:25:50] "POST /instance-ips HTTP/1.1" 400 246 0.019690 10.0.0.22 - - [2026-01-19 02:25:50] "POST /chown HTTP/1.1" 200 109 0.009530 10.0.0.22 - - [2026-01-19 02:25:50] "PUT /virtual-machine-interface/e4eca159-a538-4527-8b62-1d61fdbf160a HTTP/1.1" 200 284 0.009716 10.0.0.22 - - [2026-01-19 02:25:50] "PUT /instance-ip/d9c3d57c-cb9b-4273-a9bf-1d63101c9590 HTTP/1.1" 200 256 0.015204 10.0.0.22 - - [2026-01-19 02:25:50] "POST /ref-update HTTP/1.1" 200 156 0.013530 10.0.0.22 - - [2026-01-19 02:25:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.086964 10.0.0.22 - - [2026-01-19 02:25:50] "POST /chown HTTP/1.1" 200 109 0.007315 10.0.0.22 - - [2026-01-19 02:25:50] "POST /instance-ips HTTP/1.1" 200 549 0.050721 10.0.0.22 - - [2026-01-19 02:25:50] "POST /instance-ips HTTP/1.1" 400 316 0.014948 10.0.0.22 - - [2026-01-19 02:25:50] "POST /chown HTTP/1.1" 200 109 0.017460 10.0.0.22 - - [2026-01-19 02:25:50] "PUT /virtual-machine-interface/6a07c03f-5d90-47b9-bbb9-fb4c5c630a81 HTTP/1.1" 200 284 0.013356 10.0.0.22 - - [2026-01-19 02:25:50] "PUT /instance-ip/6ad7a8ca-63ee-49e5-afe0-f193c77bcefa HTTP/1.1" 200 256 0.014276 10.0.0.22 - - [2026-01-19 02:25:50] "POST /ref-update HTTP/1.1" 200 156 0.012982 10.0.0.22 - - [2026-01-19 02:25:51] "POST /ref-update HTTP/1.1" 200 156 0.008610 10.0.0.22 - - [2026-01-19 02:25:51] "PUT /routing-instance/eba35435-8017-420d-9aac-ce19ce9772b1 HTTP/1.1" 200 266 0.021897 10.0.0.22 - - [2026-01-19 02:25:51] "POST /ref-update HTTP/1.1" 200 156 0.024438 10.0.0.22 - - [2026-01-19 02:25:51] "POST /virtual-machines HTTP/1.1" 200 553 0.014082 10.0.0.22 - - [2026-01-19 02:25:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.085155 10.0.0.22 - - [2026-01-19 02:25:51] "POST /chown HTTP/1.1" 200 109 0.006838 10.0.0.22 - - [2026-01-19 02:25:51] "POST /instance-ips HTTP/1.1" 400 246 0.016747 10.0.0.22 - - [2026-01-19 02:25:51] "POST /chown HTTP/1.1" 200 109 0.007231 10.0.0.22 - - [2026-01-19 02:25:51] "PUT /virtual-machine-interface/2613c0c1-ca00-4c46-83ea-6b2bc7955179 HTTP/1.1" 200 284 0.012273 10.0.0.22 - - [2026-01-19 02:25:51] "PUT /instance-ip/d9c3d57c-cb9b-4273-a9bf-1d63101c9590 HTTP/1.1" 200 256 0.013781 10.0.0.22 - - [2026-01-19 02:25:51] "POST /ref-update HTTP/1.1" 200 156 0.010385 10.0.0.22 - - [2026-01-19 02:25:51] "POST /ref-update HTTP/1.1" 200 156 0.011337 10.0.0.22 - - [2026-01-19 02:25:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.092175 10.0.0.22 - - [2026-01-19 02:25:51] "POST /chown HTTP/1.1" 200 109 0.007149 10.0.0.22 - - [2026-01-19 02:25:51] "POST /instance-ips HTTP/1.1" 400 316 0.016959 10.0.0.22 - - [2026-01-19 02:25:51] "POST /chown HTTP/1.1" 200 109 0.007899 10.0.0.22 - - [2026-01-19 02:25:52] "PUT /virtual-machine-interface/6e8130e3-65bf-41b5-ae7c-562c83bd9414 HTTP/1.1" 200 284 0.010718 10.0.0.22 - - [2026-01-19 02:25:52] "PUT /instance-ip/6ad7a8ca-63ee-49e5-afe0-f193c77bcefa HTTP/1.1" 200 256 0.012546 10.0.0.22 - - [2026-01-19 02:25:52] "POST /ref-update HTTP/1.1" 200 156 0.013841 10.0.0.22 - - [2026-01-19 02:25:52] "POST /ref-update HTTP/1.1" 200 156 0.012571 10.0.0.22 - - [2026-01-19 02:25:54] "POST /neutron/port HTTP/1.1" 200 1126 0.015543 10.0.0.22 - - [2026-01-19 02:25:54] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006716 10.0.0.22 - - [2026-01-19 02:25:54] "POST /neutron/port HTTP/1.1" 200 1126 0.015553 10.0.0.22 - - [2026-01-19 02:25:54] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005727 10.0.0.22 - - [2026-01-19 02:25:54] "POST /neutron/port HTTP/1.1" 200 1126 0.015599 10.0.0.22 - - [2026-01-19 02:25:54] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008431 10.0.0.22 - - [2026-01-19 02:25:54] "GET /virtual-machine/270969b5-0364-4f30-84cf-08b70c6521aa HTTP/1.1" 401 292 0.000473 10.0.0.22 - - [2026-01-19 02:25:55] "GET /virtual-machine/270969b5-0364-4f30-84cf-08b70c6521aa HTTP/1.1" 200 1294 0.030936 10.0.0.22 - - [2026-01-19 02:25:55] "GET /virtual-machine-interface/078a48c8-6242-423d-9aa2-a5803e949871 HTTP/1.1" 200 2955 0.009098 10.0.0.22 - - [2026-01-19 02:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.22 - - [2026-01-19 02:25:55] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003175 10.0.0.22 - - [2026-01-19 02:25:55] "GET /virtual-networks?parent_id=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002671 10.0.0.22 - - [2026-01-19 02:25:55] "GET /virtual-network/e1839aa7-a233-4965-a926-beda5a25f068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005290 10.0.0.22 - - [2026-01-19 02:25:57] "POST /neutron/port HTTP/1.1" 200 1126 0.012691 10.0.0.22 - - [2026-01-19 02:25:57] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006525 10.0.0.22 - - [2026-01-19 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.22 - - [2026-01-19 02:25:58] "GET /virtual-network/e1839aa7-a233-4965-a926-beda5a25f068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005086 10.0.0.22 - - [2026-01-19 02:25:58] "POST /neutron/port HTTP/1.1" 200 1127 0.013220 10.0.0.22 - - [2026-01-19 02:25:58] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007520 10.0.0.22 - - [2026-01-19 02:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.22 - - [2026-01-19 02:26:00] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003446 10.0.0.22 - - [2026-01-19 02:26:00] "GET /virtual-networks?parent_id=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003686 10.0.0.22 - - [2026-01-19 02:26:00] "GET /virtual-network/e1839aa7-a233-4965-a926-beda5a25f068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006388 10.0.0.22 - - [2026-01-19 02:26:00] "POST /neutron/port HTTP/1.1" 200 1127 0.010635 10.0.0.22 - - [2026-01-19 02:26:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005576 10.0.0.22 - - [2026-01-19 02:26:00] "POST /neutron/port HTTP/1.1" 200 1127 0.013988 10.0.0.22 - - [2026-01-19 02:26:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006319 10.0.0.22 - - [2026-01-19 02:26:00] "POST /neutron/port HTTP/1.1" 200 1127 0.011761 10.0.0.22 - - [2026-01-19 02:26:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006649 10.0.0.22 - - [2026-01-19 02:26:00] "GET /virtual-machine/07880707-8898-49d2-8e19-5ef59954a3fe HTTP/1.1" 200 1294 0.004864 10.0.0.22 - - [2026-01-19 02:26:00] "GET /virtual-machine-interface/ca18d7b1-8fce-45b2-9284-8baea29734fe HTTP/1.1" 200 2969 0.004617 10.0.0.22 - - [2026-01-19 02:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.22 - - [2026-01-19 02:26:00] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004440 10.0.0.22 - - [2026-01-19 02:26:01] "GET /virtual-networks?parent_id=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003209 10.0.0.22 - - [2026-01-19 02:26:01] "GET /virtual-network/a290128e-a92b-4524-85c9-27570e60796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005397 10.0.0.22 - - [2026-01-19 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.22 - - [2026-01-19 02:26:02] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002888 10.0.0.22 - - [2026-01-19 02:26:02] "GET /virtual-networks?parent_id=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003040 10.0.0.22 - - [2026-01-19 02:26:02] "GET /virtual-network/a290128e-a92b-4524-85c9-27570e60796e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005260 10.0.0.22 - - [2026-01-19 02:26:02] "DELETE /project/aeda7772d6a549818cfda1775a136913 HTTP/1.1" 404 173 0.006691 10.0.0.22 - - [2026-01-19 02:26:02] "GET /projects?obj_uuids=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000945 10.0.0.22 - - [2026-01-19 02:26:02] "GET /project/bbf58573-0e01-48b5-8a29-1dbcb1bd4b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.022166 10.0.0.22 - - [2026-01-19 02:26:02] "GET /projects?obj_uuids=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001185 10.0.0.22 - - [2026-01-19 02:26:02] "GET /project/bbf58573-0e01-48b5-8a29-1dbcb1bd4b89?fields=security_groups HTTP/1.1" 200 1367 0.070319 10.0.0.22 - - [2026-01-19 02:26:03] "DELETE /security-group/4267e447-971d-46f9-b768-b7cb8438eeed HTTP/1.1" 200 115 0.034319 10.0.0.22 - - [2026-01-19 02:26:03] "GET /projects?obj_uuids=bbf58573-0e01-48b5-8a29-1dbcb1bd4b89&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002469 10.0.0.22 - - [2026-01-19 02:26:03] "DELETE /access-control-list/5b68b7ef-db05-4872-a20f-23791a90bc81 HTTP/1.1" 200 115 0.029241 10.0.0.22 - - [2026-01-19 02:26:03] "GET /project/bbf58573-0e01-48b5-8a29-1dbcb1bd4b89?fields=application_policy_sets HTTP/1.1" 200 1406 0.036120 10.0.0.22 - - [2026-01-19 02:26:03] "DELETE /access-control-list/c81be28a-4142-48e3-9655-1400b6f06ea3 HTTP/1.1" 200 115 0.031236 10.0.0.22 - - [2026-01-19 02:26:03] "DELETE /project/bbf58573-0e01-48b5-8a29-1dbcb1bd4b89 HTTP/1.1" 200 115 0.311560 10.0.0.22 - - [2026-01-19 02:26:06] "POST /neutron/router HTTP/1.1" 200 656 0.004414 10.0.0.22 - - [2026-01-19 02:26:06] "POST /ref-update HTTP/1.1" 200 156 0.010807 10.0.0.22 - - [2026-01-19 02:26:06] "POST /neutron/router HTTP/1.1" 200 344 0.090916 10.0.0.22 - - [2026-01-19 02:26:06] "POST /neutron/router HTTP/1.1" 200 656 0.004999 10.0.0.22 - - [2026-01-19 02:26:06] "GET /logical-router/0ff143bd-2cc5-4368-9b1a-dd0d28f34296?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.007631 10.0.0.22 - - [2026-01-19 02:26:06] "GET /service-instance/990bd2c3-65f3-47f5-9c09-cabf62454a03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.002948 10.0.0.22 - - [2026-01-19 02:26:06] "POST /neutron/router HTTP/1.1" 200 151 0.056455 10.0.0.22 - - [2026-01-19 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.22 - - [2026-01-19 02:26:06] "DELETE /route-target/158f1629-f65b-48de-bf60-9837892e2f18 HTTP/1.1" 409 239 0.005651 10.0.0.22 - - [2026-01-19 02:26:06] "PUT /logical-router/0ff143bd-2cc5-4368-9b1a-dd0d28f34296 HTTP/1.1" 404 171 0.002830 10.0.0.22 - - [2026-01-19 02:26:06] "POST /ref-update HTTP/1.1" 200 156 0.018310 10.0.0.22 - - [2026-01-19 02:26:06] "DELETE /route-table/2511789c-833a-4f6d-ad19-c3d2a137e92d HTTP/1.1" 200 115 0.026113 10.0.0.22 - - [2026-01-19 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002504 10.0.0.22 - - [2026-01-19 02:26:06] "PUT /routing-instance/eba35435-8017-420d-9aac-ce19ce9772b1 HTTP/1.1" 200 266 0.012218 10.0.0.22 - - [2026-01-19 02:26:06] "GET /virtual-network/dd7900e6-43b4-41c1-b165-b858a037d751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.006609 10.0.0.22 - - [2026-01-19 02:26:06] "POST /neutron/network HTTP/1.1" 200 834 0.007415 10.0.0.22 - - [2026-01-19 02:26:06] "POST /neutron/network HTTP/1.1" 400 204 0.036268 10.0.0.22 - - [2026-01-19 02:26:06] "POST /ref-update HTTP/1.1" 200 156 0.008816 10.0.0.22 - - [2026-01-19 02:26:06] "POST /ref-update HTTP/1.1" 200 156 0.011701 10.0.0.22 - - [2026-01-19 02:26:06] "DELETE /instance-ip/6ad7a8ca-63ee-49e5-afe0-f193c77bcefa HTTP/1.1" 200 115 0.033231 10.0.0.22 - - [2026-01-19 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007329 10.0.0.22 - - [2026-01-19 02:26:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002458 10.0.0.22 - - [2026-01-19 02:26:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005485 10.0.0.22 - - [2026-01-19 02:26:06] "DELETE /virtual-network/dd7900e6-43b4-41c1-b165-b858a037d751 HTTP/1.1" 200 115 0.127973 10.0.0.22 - - [2026-01-19 02:26:06] "DELETE /route-target/5f559921-4a31-4c96-af59-a01c1a07965d HTTP/1.1" 200 115 0.027085 10.0.0.22 - - [2026-01-19 02:26:06] "DELETE /service-instance/990bd2c3-65f3-47f5-9c09-cabf62454a03 HTTP/1.1" 200 115 0.032584 10.0.0.22 - - [2026-01-19 02:26:06] "GET /logical-router/0ff143bd-2cc5-4368-9b1a-dd0d28f34296?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004287 10.0.0.22 - - [2026-01-19 02:26:06] "GET /service-instance/990bd2c3-65f3-47f5-9c09-cabf62454a03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002368 10.0.0.22 - - [2026-01-19 02:26:06] "POST /neutron/port HTTP/1.1" 200 1127 0.014430 10.0.0.22 - - [2026-01-19 02:26:07] "GET /virtual-machine-interface/2613c0c1-ca00-4c46-83ea-6b2bc7955179?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1652 0.006348 10.0.0.22 - - [2026-01-19 02:26:07] "POST /neutron/port HTTP/1.1" 200 1117 0.017074 10.0.0.22 - - [2026-01-19 02:26:07] "POST /ref-update HTTP/1.1" 200 156 0.020817 10.0.0.22 - - [2026-01-19 02:26:07] "POST /neutron/port HTTP/1.1" 200 1126 0.021259 10.0.0.22 - - [2026-01-19 02:26:07] "POST /neutron/port HTTP/1.1" 200 1116 0.010184 10.0.0.22 - - [2026-01-19 02:26:07] "GET /instance-ip/d9c3d57c-cb9b-4273-a9bf-1d63101c9590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004217 10.0.0.22 - - [2026-01-19 02:26:07] "POST /neutron/port HTTP/1.1" 200 151 0.137727 10.0.0.22 - - [2026-01-19 02:26:07] "DELETE /virtual-machine-interface/2613c0c1-ca00-4c46-83ea-6b2bc7955179 HTTP/1.1" 200 115 0.054045 10.0.0.22 - - [2026-01-19 02:26:07] "GET /virtual-machine-interface/6e8130e3-65bf-41b5-ae7c-562c83bd9414?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1333 0.005331 10.0.0.22 - - [2026-01-19 02:26:07] "POST /neutron/port HTTP/1.1" 200 151 0.145314 10.0.0.22 - - [2026-01-19 02:26:07] "DELETE /virtual-machine-interface/6e8130e3-65bf-41b5-ae7c-562c83bd9414 HTTP/1.1" 200 115 0.029266 10.0.0.22 - - [2026-01-19 02:26:07] "DELETE /virtual-machine/c42953ec-0953-449a-9a2c-e11aad6c033a HTTP/1.1" 200 115 0.016173 10.0.0.22 - - [2026-01-19 02:26:07] "GET /virtual-machine-interface/e4eca159-a538-4527-8b62-1d61fdbf160a?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1654 0.006467 10.0.0.22 - - [2026-01-19 02:26:07] "POST /ref-update HTTP/1.1" 200 156 0.012596 10.0.0.22 - - [2026-01-19 02:26:07] "GET /instance-ip/d9c3d57c-cb9b-4273-a9bf-1d63101c9590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.004975 10.0.0.22 - - [2026-01-19 02:26:07] "DELETE /instance-ip/d9c3d57c-cb9b-4273-a9bf-1d63101c9590 HTTP/1.1" 200 115 0.025844 10.0.0.22 - - [2026-01-19 02:26:07] "DELETE /virtual-machine-interface/e4eca159-a538-4527-8b62-1d61fdbf160a HTTP/1.1" 200 115 0.035116 10.0.0.22 - - [2026-01-19 02:26:07] "GET /virtual-machine-interface/6a07c03f-5d90-47b9-bbb9-fb4c5c630a81?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1333 0.005385 10.0.0.22 - - [2026-01-19 02:26:07] "DELETE /virtual-machine-interface/6a07c03f-5d90-47b9-bbb9-fb4c5c630a81 HTTP/1.1" 200 115 0.025802 10.0.0.22 - - [2026-01-19 02:26:07] "POST /ref-update HTTP/1.1" 200 156 0.009437 10.0.0.22 - - [2026-01-19 02:26:07] "DELETE /virtual-machine/ba661a7c-1a75-40c8-bcb2-489e040c6bac HTTP/1.1" 200 115 0.017548 10.0.0.22 - - [2026-01-19 02:26:08] "GET /obj-perms HTTP/1.1" 200 5056 0.061742 10.0.0.22 - - [2026-01-19 02:26:08] "POST /neutron/network HTTP/1.1" 200 834 0.005487 10.0.0.22 - - [2026-01-19 02:26:08] "GET /obj-perms HTTP/1.1" 200 5056 0.057609 10.0.0.22 - - [2026-01-19 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.22 - - [2026-01-19 02:26:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002011 10.0.0.22 - - [2026-01-19 02:26:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002109 10.0.0.22 - - [2026-01-19 02:26:08] "POST /neutron/network HTTP/1.1" 200 151 0.100634 10.0.0.22 - - [2026-01-19 02:26:08] "DELETE /route-target/3aff9f7c-766d-4334-b875-a67b11242184 HTTP/1.1" 200 115 0.021241 10.0.0.22 - - [2026-01-19 02:26:08] "POST /neutron/network HTTP/1.1" 200 826 0.005398 10.0.0.22 - - [2026-01-19 02:26:08] "POST /useragent-kv HTTP/1.1" 200 115 0.005363 10.0.0.22 - - [2026-01-19 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005525 10.0.0.22 - - [2026-01-19 02:26:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003897 10.0.0.22 - - [2026-01-19 02:26:08] "POST /neutron/network HTTP/1.1" 200 151 0.079710 10.0.0.22 - - [2026-01-19 02:26:08] "DELETE /route-target/9d4611fd-b88f-4a7a-9c83-819e179c735e HTTP/1.1" 200 115 0.023716 10.0.0.22 - - [2026-01-19 02:26:09] "GET /projects?obj_uuids=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001164 10.0.0.22 - - [2026-01-19 02:26:09] "GET /project/aeda7772-d6a5-4981-8cfd-a1775a136913?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.025996 10.0.0.22 - - [2026-01-19 02:26:09] "GET /projects?obj_uuids=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001164 10.0.0.22 - - [2026-01-19 02:26:09] "GET /project/aeda7772-d6a5-4981-8cfd-a1775a136913?fields=virtual_networks HTTP/1.1" 200 1049 0.093052 10.0.0.22 - - [2026-01-19 02:26:09] "GET /projects?obj_uuids=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001140 10.0.0.22 - - [2026-01-19 02:26:09] "GET /project/aeda7772-d6a5-4981-8cfd-a1775a136913?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.029038 10.0.0.22 - - [2026-01-19 02:26:09] "GET /projects?obj_uuids=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001471 10.0.0.22 - - [2026-01-19 02:26:09] "GET /project/aeda7772-d6a5-4981-8cfd-a1775a136913?fields=security_groups HTTP/1.1" 200 1278 0.026899 10.0.0.22 - - [2026-01-19 02:26:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.027669 10.0.0.22 - - [2026-01-19 02:26:10] "GET /projects?obj_uuids=8f30da10-56ac-44c4-b471-b9a609b60ef2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002276 10.0.0.22 - - [2026-01-19 02:26:10] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001101 10.0.0.22 - - [2026-01-19 02:26:10] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007770 10.0.0.22 - - [2026-01-19 02:26:10] "POST /id-to-fqname HTTP/1.1" 200 198 0.001261 10.0.0.22 - - [2026-01-19 02:26:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.006525 10.0.0.22 - - [2026-01-19 02:26:10] "POST /security-groups HTTP/1.1" 200 599 0.068251 10.0.0.22 - - [2026-01-19 02:26:10] "POST /fqname-to-id HTTP/1.1" 404 242 0.002601 10.0.0.22 - - [2026-01-19 02:26:10] "POST /projects HTTP/1.1" 200 601 0.235906 10.0.0.22 - - [2026-01-19 02:26:10] "POST /access-control-lists HTTP/1.1" 200 604 0.060469 10.0.0.22 - - [2026-01-19 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.310568 10.0.0.22 - - [2026-01-19 02:26:10] "POST /fqname-to-id HTTP/1.1" 404 241 0.002568 10.0.0.22 - - [2026-01-19 02:26:10] "GET /project/8f30da10-56ac-44c4-b471-b9a609b60ef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.433724 10.0.0.22 - - [2026-01-19 02:26:10] "POST /access-control-lists HTTP/1.1" 200 602 0.064675 10.0.0.22 - - [2026-01-19 02:26:11] "GET / HTTP/1.1" 200 35931 0.001959 10.0.0.22 - - [2026-01-19 02:26:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.22 - - [2026-01-19 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.073640 10.0.0.22 - - [2026-01-19 02:26:12] "GET /projects?obj_uuids=8f30da10-56ac-44c4-b471-b9a609b60ef2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001451 10.0.0.22 - - [2026-01-19 02:26:12] "GET /project/8f30da10-56ac-44c4-b471-b9a609b60ef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.027374 10.0.0.22 - - [2026-01-19 02:26:13] "POST /neutron/network HTTP/1.1" 200 117 0.034378 10.0.0.22 - - [2026-01-19 02:26:13] "GET /projects?obj_uuids=8f30da10-56ac-44c4-b471-b9a609b60ef2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001518 10.0.0.22 - - [2026-01-19 02:26:13] "POST /neutron/network HTTP/1.1" 200 613 0.063582 10.0.0.22 - - [2026-01-19 02:26:13] "POST /route-targets HTTP/1.1" 200 327 0.011837 10.0.0.22 - - [2026-01-19 02:26:13] "POST /ref-update HTTP/1.1" 200 156 0.013420 10.0.0.22 - - [2026-01-19 02:26:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004577 10.0.0.22 - - [2026-01-19 02:26:13] "POST /neutron/subnet HTTP/1.1" 200 734 0.197676 10.0.0.22 - - [2026-01-19 02:26:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000444 10.0.0.22 - - [2026-01-19 02:26:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003825 10.0.0.22 - - [2026-01-19 02:26:13] "POST /neutron/subnet HTTP/1.1" 200 828 0.150573 10.0.0.22 - - [2026-01-19 02:26:13] "POST /neutron/network HTTP/1.1" 200 1008 0.009137 10.0.0.22 - - [2026-01-19 02:26:13] "POST /id-to-fqname HTTP/1.1" 200 228 0.001121 10.0.0.22 - - [2026-01-19 02:26:13] "GET /virtual-network/c6e0ad6a-2e0c-4019-bd17-069f66ac1934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.004874 10.0.0.22 - - [2026-01-19 02:26:13] "POST /neutron/network HTTP/1.1" 200 1008 0.007194 10.0.0.22 - - [2026-01-19 02:26:13] "GET /virtual-network/c6e0ad6a-2e0c-4019-bd17-069f66ac1934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.004501 10.0.0.22 - - [2026-01-19 02:26:13] "POST /neutron/network HTTP/1.1" 200 1008 0.007829 10.0.0.22 - - [2026-01-19 02:26:13] "POST /neutron/subnet HTTP/1.1" 200 734 0.006359 10.0.0.22 - - [2026-01-19 02:26:13] "POST /neutron/subnet HTTP/1.1" 200 828 0.006784 10.0.0.22 - - [2026-01-19 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.22 - - [2026-01-19 02:26:13] "GET /projects?obj_uuids=8f30da10-56ac-44c4-b471-b9a609b60ef2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001315 10.0.0.22 - - [2026-01-19 02:26:13] "GET /project/8f30da10-56ac-44c4-b471-b9a609b60ef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.026321 10.0.0.22 - - [2026-01-19 02:26:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.025960 10.0.0.22 - - [2026-01-19 02:26:13] "POST /neutron/network HTTP/1.1" 200 117 0.011914 10.0.0.22 - - [2026-01-19 02:26:13] "GET /projects?obj_uuids=8f30da10-56ac-44c4-b471-b9a609b60ef2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001031 10.0.0.22 - - [2026-01-19 02:26:13] "POST /neutron/network HTTP/1.1" 200 613 0.062780 10.0.0.22 - - [2026-01-19 02:26:13] "POST /route-targets HTTP/1.1" 200 327 0.012649 10.0.0.22 - - [2026-01-19 02:26:13] "POST /ref-update HTTP/1.1" 200 156 0.014160 10.0.0.22 - - [2026-01-19 02:26:14] "POST /useragent-kv HTTP/1.1" 200 115 0.006315 10.0.0.22 - - [2026-01-19 02:26:14] "POST /neutron/subnet HTTP/1.1" 200 734 0.208701 10.0.0.22 - - [2026-01-19 02:26:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.003230 10.0.0.22 - - [2026-01-19 02:26:14] "POST /useragent-kv HTTP/1.1" 200 115 0.006549 10.0.0.22 - - [2026-01-19 02:26:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.153185 10.0.0.22 - - [2026-01-19 02:26:14] "POST /neutron/network HTTP/1.1" 200 1008 0.009045 10.0.0.22 - - [2026-01-19 02:26:14] "POST /id-to-fqname HTTP/1.1" 200 228 0.001561 10.0.0.22 - - [2026-01-19 02:26:14] "GET /virtual-network/213d6f58-b37f-4029-895d-de7dde8bf252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005612 10.0.0.22 - - [2026-01-19 02:26:14] "POST /neutron/network HTTP/1.1" 200 1008 0.008892 10.0.0.22 - - [2026-01-19 02:26:14] "GET /virtual-network/213d6f58-b37f-4029-895d-de7dde8bf252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004981 10.0.0.22 - - [2026-01-19 02:26:14] "POST /neutron/network HTTP/1.1" 200 1008 0.008220 10.0.0.22 - - [2026-01-19 02:26:14] "POST /neutron/subnet HTTP/1.1" 200 734 0.006533 10.0.0.22 - - [2026-01-19 02:26:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.006790 10.0.0.22 - - [2026-01-19 02:26:14] "POST /fqname-to-id HTTP/1.1" 404 234 0.002226 10.0.0.22 - - [2026-01-19 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002116 10.0.0.22 - - [2026-01-19 02:26:14] "GET /projects?obj_uuids=8f30da10-56ac-44c4-b471-b9a609b60ef2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001035 10.0.0.22 - - [2026-01-19 02:26:14] "GET /project/8f30da10-56ac-44c4-b471-b9a609b60ef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.024215 10.0.0.22 - - [2026-01-19 02:26:14] "POST /network-policys HTTP/1.1" 200 577 0.070743 10.0.0.22 - - [2026-01-19 02:26:14] "GET /network-policy/8f5ef4ad-e6e7-47a1-92d4-e4aca229a180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005077 10.0.0.22 - - [2026-01-19 02:26:14] "POST /neutron/network HTTP/1.1" 200 1008 0.028139 10.0.0.22 - - [2026-01-19 02:26:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.004681 10.0.0.22 - - [2026-01-19 02:26:14] "POST /fqname-to-id HTTP/1.1" 404 242 0.005945 10.0.0.22 - - [2026-01-19 02:26:14] "POST /neutron/network HTTP/1.1" 200 1116 0.055450 10.0.0.22 - - [2026-01-19 02:26:14] "POST /access-control-lists HTTP/1.1" 200 596 0.075316 10.0.0.22 - - [2026-01-19 02:26:14] "POST /neutron/network HTTP/1.1" 200 1116 0.053431 10.0.0.22 - - [2026-01-19 02:26:14] "GET /virtual-network/c6e0ad6a-2e0c-4019-bd17-069f66ac1934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005264 10.0.0.22 - - [2026-01-19 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.22 - - [2026-01-19 02:26:15] "GET /network-policy/8f5ef4ad-e6e7-47a1-92d4-e4aca229a180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004810 10.0.0.22 - - [2026-01-19 02:26:15] "POST /neutron/network HTTP/1.1" 200 1008 0.007948 10.0.0.22 - - [2026-01-19 02:26:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.002529 10.0.0.22 - - [2026-01-19 02:26:15] "POST /neutron/network HTTP/1.1" 200 1116 0.043819 10.0.0.22 - - [2026-01-19 02:26:15] "PUT /access-control-list/fa81097c-4d4d-403e-b1c6-a603017d15d4 HTTP/1.1" 200 272 0.058655 10.0.0.22 - - [2026-01-19 02:26:15] "POST /neutron/network HTTP/1.1" 200 1116 0.036365 10.0.0.22 - - [2026-01-19 02:26:15] "POST /fqname-to-id HTTP/1.1" 404 242 0.005634 10.0.0.22 - - [2026-01-19 02:26:15] "GET /virtual-network/213d6f58-b37f-4029-895d-de7dde8bf252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004773 10.0.0.22 - - [2026-01-19 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.22 - - [2026-01-19 02:26:15] "GET /network-policy/8f5ef4ad-e6e7-47a1-92d4-e4aca229a180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003445 10.0.0.22 - - [2026-01-19 02:26:15] "GET /domains HTTP/1.1" 401 292 0.000637 10.0.0.22 - - [2026-01-19 02:26:15] "POST /access-control-lists HTTP/1.1" 200 596 0.065329 10.0.0.22 - - [2026-01-19 02:26:15] "POST /ref-update HTTP/1.1" 200 156 0.085868 10.0.0.22 - - [2026-01-19 02:26:15] "GET /domains HTTP/1.1" 200 280 0.026446 10.0.0.22 - - [2026-01-19 02:26:15] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.22 - - [2026-01-19 02:26:15] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2769 0.007928 10.0.0.22 - - [2026-01-19 02:26:15] "GET /projects?obj_uuids=8f30da10-56ac-44c4-b471-b9a609b60ef2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001013 10.0.0.22 - - [2026-01-19 02:26:15] "GET /project/8f30da10-56ac-44c4-b471-b9a609b60ef2 HTTP/1.1" 200 2636 0.066559 10.0.0.22 - - [2026-01-19 02:26:15] "GET /virtual-network/c6e0ad6a-2e0c-4019-bd17-069f66ac1934 HTTP/1.1" 200 3513 0.006020 10.0.0.22 - - [2026-01-19 02:26:15] "GET /virtual-network/c6e0ad6a-2e0c-4019-bd17-069f66ac1934 HTTP/1.1" 200 3513 0.004093 10.0.0.22 - - [2026-01-19 02:26:15] "GET /routing-instance/f3db2707-dcd4-420e-9e25-7f1c5841d3f4 HTTP/1.1" 200 1796 0.003110 10.0.0.22 - - [2026-01-19 02:26:15] "GET /routing-instance/f3db2707-dcd4-420e-9e25-7f1c5841d3f4 HTTP/1.1" 200 1796 0.002898 10.0.0.22 - - [2026-01-19 02:26:15] "GET /route-target/f7c097b6-6b0e-4d26-b42e-63387edc564e HTTP/1.1" 200 1213 0.002770 10.0.0.22 - - [2026-01-19 02:26:15] "GET /virtual-network/c6e0ad6a-2e0c-4019-bd17-069f66ac1934 HTTP/1.1" 200 3513 0.004534 10.0.0.22 - - [2026-01-19 02:26:15] "GET /routing-instance/f3db2707-dcd4-420e-9e25-7f1c5841d3f4 HTTP/1.1" 200 1796 0.003330 10.0.0.22 - - [2026-01-19 02:26:15] "GET /virtual-network/c6e0ad6a-2e0c-4019-bd17-069f66ac1934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.004826 10.0.0.22 - - [2026-01-19 02:26:15] "GET /virtual-network/c6e0ad6a-2e0c-4019-bd17-069f66ac1934 HTTP/1.1" 200 3513 0.004345 10.0.0.22 - - [2026-01-19 02:26:15] "GET /routing-instance/f3db2707-dcd4-420e-9e25-7f1c5841d3f4 HTTP/1.1" 200 1796 0.003235 10.0.0.22 - - [2026-01-19 02:26:15] "GET /routing-instance/f3db2707-dcd4-420e-9e25-7f1c5841d3f4 HTTP/1.1" 200 1796 0.003370 10.0.0.22 - - [2026-01-19 02:26:15] "GET /route-target/f7c097b6-6b0e-4d26-b42e-63387edc564e HTTP/1.1" 200 1213 0.003801 10.0.0.22 - - [2026-01-19 02:26:15] "GET /domains HTTP/1.1" 200 280 0.002658 10.0.0.22 - - [2026-01-19 02:26:15] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.22 - - [2026-01-19 02:26:15] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2769 0.006503 10.0.0.22 - - [2026-01-19 02:26:15] "GET /projects?obj_uuids=8f30da10-56ac-44c4-b471-b9a609b60ef2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000929 10.0.0.22 - - [2026-01-19 02:26:15] "GET /project/8f30da10-56ac-44c4-b471-b9a609b60ef2 HTTP/1.1" 200 2636 0.068876 10.0.0.22 - - [2026-01-19 02:26:15] "GET /virtual-network/c6e0ad6a-2e0c-4019-bd17-069f66ac1934 HTTP/1.1" 200 3513 0.005988 10.0.0.22 - - [2026-01-19 02:26:16] "GET /obj-perms HTTP/1.1" 200 5046 0.065218 10.0.0.22 - - [2026-01-19 02:26:16] "GET /domains HTTP/1.1" 200 280 0.002930 10.0.0.22 - - [2026-01-19 02:26:16] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000979 10.0.0.22 - - [2026-01-19 02:26:16] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2769 0.006680 10.0.0.22 - - [2026-01-19 02:26:16] "GET /projects?obj_uuids=8f30da10-56ac-44c4-b471-b9a609b60ef2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001125 10.0.0.22 - - [2026-01-19 02:26:16] "GET /project/8f30da10-56ac-44c4-b471-b9a609b60ef2 HTTP/1.1" 200 2636 0.067009 10.0.0.22 - - [2026-01-19 02:26:16] "GET /virtual-network/213d6f58-b37f-4029-895d-de7dde8bf252 HTTP/1.1" 200 3511 0.008154 10.0.0.22 - - [2026-01-19 02:26:16] "GET /virtual-network/213d6f58-b37f-4029-895d-de7dde8bf252 HTTP/1.1" 200 3511 0.005444 10.0.0.22 - - [2026-01-19 02:26:16] "GET /routing-instance/b179d16c-e6d4-4394-b311-cf7be60d9f6b HTTP/1.1" 200 1796 0.003888 10.0.0.22 - - [2026-01-19 02:26:16] "GET /routing-instance/b179d16c-e6d4-4394-b311-cf7be60d9f6b HTTP/1.1" 200 1796 0.003151 10.0.0.22 - - [2026-01-19 02:26:16] "GET /route-target/302216db-5263-43b8-9f1b-4e81008478d1 HTTP/1.1" 200 1212 0.003068 10.0.0.22 - - [2026-01-19 02:26:16] "GET /virtual-network/213d6f58-b37f-4029-895d-de7dde8bf252 HTTP/1.1" 200 3511 0.005876 10.0.0.22 - - [2026-01-19 02:26:16] "GET /routing-instance/b179d16c-e6d4-4394-b311-cf7be60d9f6b HTTP/1.1" 200 1796 0.003985 10.0.0.22 - - [2026-01-19 02:26:16] "GET /virtual-network/213d6f58-b37f-4029-895d-de7dde8bf252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004836 10.0.0.22 - - [2026-01-19 02:26:16] "GET /virtual-network/213d6f58-b37f-4029-895d-de7dde8bf252 HTTP/1.1" 200 3511 0.005090 10.0.0.22 - - [2026-01-19 02:26:16] "GET /routing-instance/b179d16c-e6d4-4394-b311-cf7be60d9f6b HTTP/1.1" 200 1796 0.003343 10.0.0.22 - - [2026-01-19 02:26:16] "GET /routing-instance/b179d16c-e6d4-4394-b311-cf7be60d9f6b HTTP/1.1" 200 1796 0.003247 10.0.0.22 - - [2026-01-19 02:26:16] "GET /route-target/302216db-5263-43b8-9f1b-4e81008478d1 HTTP/1.1" 200 1212 0.003433 10.0.0.22 - - [2026-01-19 02:26:16] "GET /domains HTTP/1.1" 200 280 0.002455 10.0.0.22 - - [2026-01-19 02:26:16] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.22 - - [2026-01-19 02:26:16] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2769 0.013166 10.0.0.22 - - [2026-01-19 02:26:16] "GET /projects?obj_uuids=8f30da10-56ac-44c4-b471-b9a609b60ef2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001355 10.0.0.22 - - [2026-01-19 02:26:16] "GET /project/8f30da10-56ac-44c4-b471-b9a609b60ef2 HTTP/1.1" 200 2636 0.075690 10.0.0.22 - - [2026-01-19 02:26:16] "GET /virtual-network/213d6f58-b37f-4029-895d-de7dde8bf252 HTTP/1.1" 200 3511 0.004972 10.0.0.22 - - [2026-01-19 02:26:16] "GET /obj-perms HTTP/1.1" 200 5046 0.002851 10.0.0.22 - - [2026-01-19 02:26:16] "GET /virtual-network/213d6f58-b37f-4029-895d-de7dde8bf252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.006923 10.0.0.22 - - [2026-01-19 02:26:16] "POST /neutron/network HTTP/1.1" 200 1116 0.008404 10.0.0.22 - - [2026-01-19 02:26:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.007253 10.0.0.22 - - [2026-01-19 02:26:16] "POST /neutron/network HTTP/1.1" 200 1008 0.047023 10.0.0.22 - - [2026-01-19 02:26:16] "DELETE /access-control-list/3a860078-4c88-4199-9b57-ff40136dcd92 HTTP/1.1" 200 115 0.025792 10.0.0.22 - - [2026-01-19 02:26:16] "POST /neutron/network HTTP/1.1" 200 1008 0.009152 10.0.0.22 - - [2026-01-19 02:26:16] "POST /ref-update HTTP/1.1" 200 156 0.020776 10.0.0.22 - - [2026-01-19 02:26:16] "GET /virtual-network/213d6f58-b37f-4029-895d-de7dde8bf252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005234 10.0.0.22 - - [2026-01-19 02:26:16] "GET /virtual-network/c6e0ad6a-2e0c-4019-bd17-069f66ac1934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.004474 10.0.0.22 - - [2026-01-19 02:26:16] "POST /neutron/network HTTP/1.1" 200 1116 0.007353 10.0.0.22 - - [2026-01-19 02:26:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.004151 10.0.0.22 - - [2026-01-19 02:26:16] "POST /neutron/network HTTP/1.1" 200 1008 0.044748 10.0.0.22 - - [2026-01-19 02:26:16] "DELETE /access-control-list/fa81097c-4d4d-403e-b1c6-a603017d15d4 HTTP/1.1" 200 115 0.034102 10.0.0.22 - - [2026-01-19 02:26:16] "POST /neutron/network HTTP/1.1" 200 1008 0.007964 10.0.0.22 - - [2026-01-19 02:26:16] "POST /ref-update HTTP/1.1" 200 156 0.014631 10.0.0.22 - - [2026-01-19 02:26:16] "GET /virtual-network/c6e0ad6a-2e0c-4019-bd17-069f66ac1934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006142 10.0.0.22 - - [2026-01-19 02:26:16] "DELETE /network-policy/8f5ef4ad-e6e7-47a1-92d4-e4aca229a180 HTTP/1.1" 200 115 0.022693 10.0.0.22 - - [2026-01-19 02:26:16] "POST /neutron/network HTTP/1.1" 200 1008 0.008111 10.0.0.22 - - [2026-01-19 02:26:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002172 10.0.0.22 - - [2026-01-19 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.22 - - [2026-01-19 02:26:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001699 10.0.0.22 - - [2026-01-19 02:26:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002545 10.0.0.22 - - [2026-01-19 02:26:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001645 10.0.0.22 - - [2026-01-19 02:26:17] "POST /neutron/network HTTP/1.1" 200 151 0.078864 10.0.0.22 - - [2026-01-19 02:26:17] "DELETE /route-target/302216db-5263-43b8-9f1b-4e81008478d1 HTTP/1.1" 200 115 0.016602 10.0.0.22 - - [2026-01-19 02:26:17] "GET /routing-instance/b179d16c-e6d4-4394-b311-cf7be60d9f6b HTTP/1.1" 404 171 0.003361 10.0.0.22 - - [2026-01-19 02:26:17] "GET /domains HTTP/1.1" 200 280 0.002406 10.0.0.22 - - [2026-01-19 02:26:17] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001085 10.0.0.22 - - [2026-01-19 02:26:17] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2769 0.049298 10.0.0.22 - - [2026-01-19 02:26:17] "GET /projects?obj_uuids=8f30da10-56ac-44c4-b471-b9a609b60ef2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001554 10.0.0.22 - - [2026-01-19 02:26:17] "GET /project/8f30da10-56ac-44c4-b471-b9a609b60ef2 HTTP/1.1" 200 2156 0.079623 10.0.0.22 - - [2026-01-19 02:26:17] "POST /neutron/network HTTP/1.1" 200 1008 0.008384 10.0.0.22 - - [2026-01-19 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.22 - - [2026-01-19 02:26:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003894 10.0.0.22 - - [2026-01-19 02:26:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002710 10.0.0.22 - - [2026-01-19 02:26:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002205 10.0.0.22 - - [2026-01-19 02:26:17] "POST /useragent-kv HTTP/1.1" 200 115 0.007438 10.0.0.22 - - [2026-01-19 02:26:17] "DELETE /route-target/f7c097b6-6b0e-4d26-b42e-63387edc564e HTTP/1.1" 200 115 0.035497 10.0.0.22 - - [2026-01-19 02:26:17] "POST /neutron/network HTTP/1.1" 200 151 0.125144 10.0.0.22 - - [2026-01-19 02:26:17] "GET /routing-instance/f3db2707-dcd4-420e-9e25-7f1c5841d3f4 HTTP/1.1" 404 171 0.002942 10.0.0.22 - - [2026-01-19 02:26:17] "GET /domains HTTP/1.1" 200 280 0.003587 10.0.0.22 - - [2026-01-19 02:26:17] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001310 10.0.0.22 - - [2026-01-19 02:26:17] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2769 0.050283 10.0.0.22 - - [2026-01-19 02:26:17] "GET /projects?obj_uuids=8f30da10-56ac-44c4-b471-b9a609b60ef2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001493 10.0.0.22 - - [2026-01-19 02:26:17] "GET /project/8f30da10-56ac-44c4-b471-b9a609b60ef2 HTTP/1.1" 200 1911 0.069094 10.0.0.22 - - [2026-01-19 02:26:17] "GET /projects?obj_uuids=8f30da10-56ac-44c4-b471-b9a609b60ef2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002131 10.0.0.22 - - [2026-01-19 02:26:17] "GET /project/8f30da10-56ac-44c4-b471-b9a609b60ef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.025358 10.0.0.22 - - [2026-01-19 02:26:17] "GET /projects?obj_uuids=8f30da10-56ac-44c4-b471-b9a609b60ef2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.22 - - [2026-01-19 02:26:17] "GET /project/8f30da10-56ac-44c4-b471-b9a609b60ef2?fields=virtual_networks HTTP/1.1" 200 1059 0.067832 10.0.0.22 - - [2026-01-19 02:26:17] "GET /projects?obj_uuids=8f30da10-56ac-44c4-b471-b9a609b60ef2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001107 10.0.0.22 - - [2026-01-19 02:26:17] "GET /project/8f30da10-56ac-44c4-b471-b9a609b60ef2?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.025382 10.0.0.22 - - [2026-01-19 02:26:18] "GET /projects?obj_uuids=8f30da10-56ac-44c4-b471-b9a609b60ef2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000983 10.0.0.22 - - [2026-01-19 02:26:18] "GET /project/8f30da10-56ac-44c4-b471-b9a609b60ef2?fields=security_groups HTTP/1.1" 200 1293 0.027528 10.0.0.22 - - [2026-01-19 02:26:18] "POST /fqname-to-id HTTP/1.1" 404 204 0.026733 10.0.0.22 - - [2026-01-19 02:26:19] "GET /projects?obj_uuids=a3eec026-962d-448a-93f1-86a729bb6067&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002479 10.0.0.22 - - [2026-01-19 02:26:19] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000919 10.0.0.22 - - [2026-01-19 02:26:19] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006147 10.0.0.22 - - [2026-01-19 02:26:19] "POST /id-to-fqname HTTP/1.1" 200 206 0.001823 10.0.0.22 - - [2026-01-19 02:26:19] "POST /fqname-to-id HTTP/1.1" 404 215 0.002990 10.0.0.22 - - [2026-01-19 02:26:19] "POST /security-groups HTTP/1.1" 200 607 0.066234 10.0.0.22 - - [2026-01-19 02:26:19] "POST /fqname-to-id HTTP/1.1" 404 250 0.003149 10.0.0.22 - - [2026-01-19 02:26:19] "POST /projects HTTP/1.1" 200 617 0.210450 10.0.0.22 - - [2026-01-19 02:26:19] "POST /access-control-lists HTTP/1.1" 200 612 0.059229 10.0.0.22 - - [2026-01-19 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.280159 10.0.0.22 - - [2026-01-19 02:26:19] "POST /fqname-to-id HTTP/1.1" 404 249 0.002919 10.0.0.22 - - [2026-01-19 02:26:19] "GET /project/a3eec026-962d-448a-93f1-86a729bb6067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.404843 10.0.0.22 - - [2026-01-19 02:26:19] "POST /access-control-lists HTTP/1.1" 200 610 0.064630 10.0.0.22 - - [2026-01-19 02:26:20] "GET / HTTP/1.1" 200 35931 0.001935 10.0.0.22 - - [2026-01-19 02:26:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.22 - - [2026-01-19 02:26:21] "POST /fqname-to-id HTTP/1.1" 404 233 0.062528 10.0.0.22 - - [2026-01-19 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.22 - - [2026-01-19 02:26:21] "GET /projects?obj_uuids=a3eec026-962d-448a-93f1-86a729bb6067&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001056 10.0.0.22 - - [2026-01-19 02:26:21] "GET /project/a3eec026-962d-448a-93f1-86a729bb6067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.030635 10.0.0.22 - - [2026-01-19 02:26:22] "POST /network-policys HTTP/1.1" 200 567 0.064255 10.0.0.22 - - [2026-01-19 02:26:22] "GET /network-policy/eb5dbf9f-32ef-4a63-8e58-14f2c0eac6ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.005897 10.0.0.22 - - [2026-01-19 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.22 - - [2026-01-19 02:26:22] "GET /projects?obj_uuids=a3eec026-962d-448a-93f1-86a729bb6067&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001489 10.0.0.22 - - [2026-01-19 02:26:22] "GET /project/a3eec026-962d-448a-93f1-86a729bb6067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.028265 10.0.0.22 - - [2026-01-19 02:26:22] "POST /neutron/network HTTP/1.1" 200 117 0.042948 10.0.0.22 - - [2026-01-19 02:26:22] "GET /projects?obj_uuids=a3eec026-962d-448a-93f1-86a729bb6067&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001233 10.0.0.22 - - [2026-01-19 02:26:22] "POST /neutron/network HTTP/1.1" 200 623 0.062994 10.0.0.22 - - [2026-01-19 02:26:22] "POST /route-targets HTTP/1.1" 200 327 0.010317 10.0.0.22 - - [2026-01-19 02:26:22] "POST /ref-update HTTP/1.1" 200 156 0.013586 10.0.0.22 - - [2026-01-19 02:26:22] "POST /useragent-kv HTTP/1.1" 200 115 0.005298 10.0.0.22 - - [2026-01-19 02:26:22] "POST /neutron/subnet HTTP/1.1" 200 720 0.158368 10.0.0.22 - - [2026-01-19 02:26:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.003074 10.0.0.22 - - [2026-01-19 02:26:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003070 10.0.0.22 - - [2026-01-19 02:26:22] "POST /neutron/subnet HTTP/1.1" 200 823 0.186990 10.0.0.22 - - [2026-01-19 02:26:22] "POST /neutron/network HTTP/1.1" 200 1014 0.006998 10.0.0.22 - - [2026-01-19 02:26:22] "POST /id-to-fqname HTTP/1.1" 200 237 0.001150 10.0.0.22 - - [2026-01-19 02:26:22] "GET /virtual-network/2a436f8d-16b3-4ac4-88b8-f5b813bd07bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.005038 10.0.0.22 - - [2026-01-19 02:26:22] "POST /neutron/network HTTP/1.1" 200 1014 0.008888 10.0.0.22 - - [2026-01-19 02:26:22] "GET /virtual-network/2a436f8d-16b3-4ac4-88b8-f5b813bd07bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.005197 10.0.0.22 - - [2026-01-19 02:26:22] "POST /neutron/network HTTP/1.1" 200 1014 0.007821 10.0.0.22 - - [2026-01-19 02:26:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.007156 10.0.0.22 - - [2026-01-19 02:26:23] "POST /neutron/subnet HTTP/1.1" 200 823 0.007722 10.0.0.22 - - [2026-01-19 02:26:23] "POST /neutron/network HTTP/1.1" 200 1014 0.007415 10.0.0.22 - - [2026-01-19 02:26:23] "POST /fqname-to-id HTTP/1.1" 404 252 0.004004 10.0.0.22 - - [2026-01-19 02:26:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.003323 10.0.0.22 - - [2026-01-19 02:26:23] "POST /neutron/network HTTP/1.1" 200 1121 0.039894 10.0.0.22 - - [2026-01-19 02:26:23] "POST /access-control-lists HTTP/1.1" 200 607 0.064916 10.0.0.22 - - [2026-01-19 02:26:23] "POST /neutron/network HTTP/1.1" 200 1121 0.039448 10.0.0.22 - - [2026-01-19 02:26:23] "GET /virtual-network/2a436f8d-16b3-4ac4-88b8-f5b813bd07bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.006342 10.0.0.22 - - [2026-01-19 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002417 10.0.0.22 - - [2026-01-19 02:26:23] "GET /network-policy/eb5dbf9f-32ef-4a63-8e58-14f2c0eac6ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.006447 10.0.0.22 - - [2026-01-19 02:26:23] "GET /domains HTTP/1.1" 401 292 0.000571 10.0.0.22 - - [2026-01-19 02:26:23] "GET /domains HTTP/1.1" 200 280 0.031105 10.0.0.22 - - [2026-01-19 02:26:23] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002465 10.0.0.22 - - [2026-01-19 02:26:23] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2971 0.009138 10.0.0.22 - - [2026-01-19 02:26:23] "GET /projects?obj_uuids=a3eec026-962d-448a-93f1-86a729bb6067&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000906 10.0.0.22 - - [2026-01-19 02:26:23] "GET /project/a3eec026-962d-448a-93f1-86a729bb6067 HTTP/1.1" 200 2469 0.066947 10.0.0.22 - - [2026-01-19 02:26:23] "GET /virtual-network/2a436f8d-16b3-4ac4-88b8-f5b813bd07bc HTTP/1.1" 200 3537 0.007179 10.0.0.22 - - [2026-01-19 02:26:23] "GET /virtual-network/2a436f8d-16b3-4ac4-88b8-f5b813bd07bc HTTP/1.1" 200 3537 0.005034 10.0.0.22 - - [2026-01-19 02:26:23] "GET /routing-instance/908a6651-94db-4714-9427-ca7c692ff676 HTTP/1.1" 200 1496 0.003808 10.0.0.22 - - [2026-01-19 02:26:23] "GET /routing-instance/908a6651-94db-4714-9427-ca7c692ff676 HTTP/1.1" 200 1496 0.004219 10.0.0.22 - - [2026-01-19 02:26:23] "GET /route-target/fc2957a8-35e2-4daa-9950-b983c86da62f HTTP/1.1" 200 1223 0.004015 10.0.0.22 - - [2026-01-19 02:26:23] "GET /virtual-network/2a436f8d-16b3-4ac4-88b8-f5b813bd07bc HTTP/1.1" 200 3537 0.005035 10.0.0.22 - - [2026-01-19 02:26:23] "GET /routing-instance/908a6651-94db-4714-9427-ca7c692ff676 HTTP/1.1" 200 1496 0.003882 10.0.0.22 - - [2026-01-19 02:26:23] "GET /virtual-network/2a436f8d-16b3-4ac4-88b8-f5b813bd07bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.005131 10.0.0.22 - - [2026-01-19 02:26:23] "GET /virtual-network/2a436f8d-16b3-4ac4-88b8-f5b813bd07bc HTTP/1.1" 200 3537 0.004951 10.0.0.22 - - [2026-01-19 02:26:23] "GET /routing-instance/908a6651-94db-4714-9427-ca7c692ff676 HTTP/1.1" 200 1496 0.003573 10.0.0.22 - - [2026-01-19 02:26:23] "GET /routing-instance/908a6651-94db-4714-9427-ca7c692ff676 HTTP/1.1" 200 1496 0.003906 10.0.0.22 - - [2026-01-19 02:26:23] "GET /route-target/fc2957a8-35e2-4daa-9950-b983c86da62f HTTP/1.1" 200 1223 0.003390 10.0.0.22 - - [2026-01-19 02:26:23] "GET /domains HTTP/1.1" 200 280 0.003188 10.0.0.22 - - [2026-01-19 02:26:23] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.22 - - [2026-01-19 02:26:23] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2971 0.006636 10.0.0.22 - - [2026-01-19 02:26:23] "GET /projects?obj_uuids=a3eec026-962d-448a-93f1-86a729bb6067&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001485 10.0.0.22 - - [2026-01-19 02:26:23] "GET /project/a3eec026-962d-448a-93f1-86a729bb6067 HTTP/1.1" 200 2469 0.067384 10.0.0.22 - - [2026-01-19 02:26:23] "GET /virtual-network/2a436f8d-16b3-4ac4-88b8-f5b813bd07bc HTTP/1.1" 200 3537 0.004425 10.0.0.22 - - [2026-01-19 02:26:24] "GET /obj-perms HTTP/1.1" 200 5062 0.058299 10.0.0.22 - - [2026-01-19 02:26:24] "GET /domains HTTP/1.1" 200 280 0.002592 10.0.0.22 - - [2026-01-19 02:26:24] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001007 10.0.0.22 - - [2026-01-19 02:26:24] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2971 0.006430 10.0.0.22 - - [2026-01-19 02:26:24] "GET /projects?obj_uuids=a3eec026-962d-448a-93f1-86a729bb6067&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000934 10.0.0.22 - - [2026-01-19 02:26:24] "GET /project/a3eec026-962d-448a-93f1-86a729bb6067 HTTP/1.1" 200 2469 0.065145 10.0.0.22 - - [2026-01-19 02:26:24] "GET /network-policy/eb5dbf9f-32ef-4a63-8e58-14f2c0eac6ba HTTP/1.1" 200 3480 0.004451 10.0.0.22 - - [2026-01-19 02:26:24] "DELETE /network-policy/eb5dbf9f-32ef-4a63-8e58-14f2c0eac6ba HTTP/1.1" 409 238 0.004925 10.0.0.22 - - [2026-01-19 02:26:24] "POST /neutron/network HTTP/1.1" 200 1121 0.006933 10.0.0.22 - - [2026-01-19 02:26:24] "DELETE /access-control-list/12ab4d92-35b4-4a0b-a705-9fb9c0f2277a HTTP/1.1" 200 115 0.020612 10.0.0.22 - - [2026-01-19 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.22 - - [2026-01-19 02:26:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001917 10.0.0.22 - - [2026-01-19 02:26:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001812 10.0.0.22 - - [2026-01-19 02:26:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001752 10.0.0.22 - - [2026-01-19 02:26:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001570 10.0.0.22 - - [2026-01-19 02:26:24] "POST /neutron/network HTTP/1.1" 200 151 0.093194 10.0.0.22 - - [2026-01-19 02:26:24] "GET /routing-instance/908a6651-94db-4714-9427-ca7c692ff676 HTTP/1.1" 404 171 0.002168 10.0.0.22 - - [2026-01-19 02:26:24] "GET /domains HTTP/1.1" 200 280 0.001926 10.0.0.22 - - [2026-01-19 02:26:24] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000821 10.0.0.22 - - [2026-01-19 02:26:24] "DELETE /route-target/fc2957a8-35e2-4daa-9950-b983c86da62f HTTP/1.1" 200 115 0.014799 10.0.0.22 - - [2026-01-19 02:26:24] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2971 0.046691 10.0.0.22 - - [2026-01-19 02:26:24] "GET /projects?obj_uuids=a3eec026-962d-448a-93f1-86a729bb6067&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000974 10.0.0.22 - - [2026-01-19 02:26:24] "GET /project/a3eec026-962d-448a-93f1-86a729bb6067 HTTP/1.1" 200 2215 0.066421 10.0.0.22 - - [2026-01-19 02:26:24] "DELETE /network-policy/eb5dbf9f-32ef-4a63-8e58-14f2c0eac6ba HTTP/1.1" 200 115 0.019946 10.0.0.22 - - [2026-01-19 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002585 10.0.0.22 - - [2026-01-19 02:26:24] "GET /projects?obj_uuids=a3eec026-962d-448a-93f1-86a729bb6067&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001417 10.0.0.22 - - [2026-01-19 02:26:24] "GET /project/a3eec026-962d-448a-93f1-86a729bb6067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.026440 10.0.0.22 - - [2026-01-19 02:26:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-32766732&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004772 10.0.0.22 - - [2026-01-19 02:26:25] "GET /projects?obj_uuids=a3eec026-962d-448a-93f1-86a729bb6067&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001487 10.0.0.22 - - [2026-01-19 02:26:25] "GET /project/a3eec026-962d-448a-93f1-86a729bb6067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.027785 10.0.0.22 - - [2026-01-19 02:26:25] "GET /projects?obj_uuids=a3eec026-962d-448a-93f1-86a729bb6067&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000977 10.0.0.22 - - [2026-01-19 02:26:25] "GET /project/a3eec026-962d-448a-93f1-86a729bb6067?fields=virtual_networks HTTP/1.1" 200 1075 0.065904 10.0.0.22 - - [2026-01-19 02:26:25] "GET /projects?obj_uuids=a3eec026-962d-448a-93f1-86a729bb6067&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001757 10.0.0.22 - - [2026-01-19 02:26:25] "GET /project/a3eec026-962d-448a-93f1-86a729bb6067?fields=virtual_machine_interfaces HTTP/1.1" 200 1075 0.033465 10.0.0.22 - - [2026-01-19 02:26:25] "GET /projects?obj_uuids=a3eec026-962d-448a-93f1-86a729bb6067&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001195 10.0.0.22 - - [2026-01-19 02:26:25] "GET /project/a3eec026-962d-448a-93f1-86a729bb6067?fields=security_groups HTTP/1.1" 200 1317 0.024395 10.0.0.22 - - [2026-01-19 02:26:26] "POST /fqname-to-id HTTP/1.1" 404 190 0.027284 10.0.0.22 - - [2026-01-19 02:26:26] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002370 10.0.0.22 - - [2026-01-19 02:26:26] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000913 10.0.0.22 - - [2026-01-19 02:26:26] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006831 10.0.0.22 - - [2026-01-19 02:26:26] "POST /id-to-fqname HTTP/1.1" 200 192 0.001893 10.0.0.22 - - [2026-01-19 02:26:26] "POST /fqname-to-id HTTP/1.1" 404 201 0.002461 10.0.0.22 - - [2026-01-19 02:26:26] "POST /security-groups HTTP/1.1" 200 593 0.063709 10.0.0.22 - - [2026-01-19 02:26:26] "POST /fqname-to-id HTTP/1.1" 404 236 0.002794 10.0.0.22 - - [2026-01-19 02:26:26] "POST /projects HTTP/1.1" 200 589 0.224193 10.0.0.22 - - [2026-01-19 02:26:26] "POST /access-control-lists HTTP/1.1" 200 598 0.057781 10.0.0.22 - - [2026-01-19 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.302053 10.0.0.22 - - [2026-01-19 02:26:26] "POST /fqname-to-id HTTP/1.1" 404 235 0.003006 10.0.0.22 - - [2026-01-19 02:26:26] "GET /project/8d368890-e9e0-4a64-99cd-fa761820b646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.422048 10.0.0.22 - - [2026-01-19 02:26:27] "POST /access-control-lists HTTP/1.1" 200 596 0.060718 10.0.0.22 - - [2026-01-19 02:26:28] "GET / HTTP/1.1" 200 35931 0.001920 10.0.0.22 - - [2026-01-19 02:26:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.22 - - [2026-01-19 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.064372 10.0.0.22 - - [2026-01-19 02:26:29] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001073 10.0.0.22 - - [2026-01-19 02:26:29] "GET /project/8d368890-e9e0-4a64-99cd-fa761820b646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.022996 10.0.0.22 - - [2026-01-19 02:26:29] "POST /neutron/network HTTP/1.1" 200 117 0.034468 10.0.0.22 - - [2026-01-19 02:26:29] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001068 10.0.0.22 - - [2026-01-19 02:26:29] "POST /neutron/network HTTP/1.1" 200 607 0.068007 10.0.0.22 - - [2026-01-19 02:26:29] "POST /route-targets HTTP/1.1" 200 327 0.011972 10.0.0.22 - - [2026-01-19 02:26:29] "POST /ref-update HTTP/1.1" 200 156 0.010904 10.0.0.22 - - [2026-01-19 02:26:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004704 10.0.0.22 - - [2026-01-19 02:26:29] "POST /neutron/subnet HTTP/1.1" 200 724 0.182249 10.0.0.22 - - [2026-01-19 02:26:29] "POST /neutron/network HTTP/1.1" 200 826 0.005103 10.0.0.22 - - [2026-01-19 02:26:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001282 10.0.0.22 - - [2026-01-19 02:26:29] "GET /virtual-network/108fe63a-8e1f-4892-a58e-ac03f4421fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004698 10.0.0.22 - - [2026-01-19 02:26:29] "POST /neutron/network HTTP/1.1" 200 826 0.006186 10.0.0.22 - - [2026-01-19 02:26:29] "GET /virtual-network/108fe63a-8e1f-4892-a58e-ac03f4421fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007032 10.0.0.22 - - [2026-01-19 02:26:29] "POST /neutron/network HTTP/1.1" 200 826 0.005679 10.0.0.22 - - [2026-01-19 02:26:29] "POST /neutron/subnet HTTP/1.1" 200 724 0.007008 10.0.0.22 - - [2026-01-19 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002387 10.0.0.22 - - [2026-01-19 02:26:29] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000956 10.0.0.22 - - [2026-01-19 02:26:29] "GET /project/8d368890-e9e0-4a64-99cd-fa761820b646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.024082 10.0.0.22 - - [2026-01-19 02:26:29] "POST /neutron/network HTTP/1.1" 200 117 0.010617 10.0.0.22 - - [2026-01-19 02:26:29] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001026 10.0.0.22 - - [2026-01-19 02:26:29] "POST /neutron/network HTTP/1.1" 200 607 0.060760 10.0.0.22 - - [2026-01-19 02:26:29] "POST /route-targets HTTP/1.1" 200 327 0.010134 10.0.0.22 - - [2026-01-19 02:26:29] "POST /ref-update HTTP/1.1" 200 156 0.010762 10.0.0.22 - - [2026-01-19 02:26:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003938 10.0.0.22 - - [2026-01-19 02:26:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.194241 10.0.0.22 - - [2026-01-19 02:26:30] "POST /neutron/network HTTP/1.1" 200 827 0.005991 10.0.0.22 - - [2026-01-19 02:26:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001193 10.0.0.22 - - [2026-01-19 02:26:30] "GET /virtual-network/bf493f17-6fe3-464d-90e1-72e51f8f722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005348 10.0.0.22 - - [2026-01-19 02:26:30] "POST /neutron/network HTTP/1.1" 200 827 0.006439 10.0.0.22 - - [2026-01-19 02:26:30] "GET /virtual-network/bf493f17-6fe3-464d-90e1-72e51f8f722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005886 10.0.0.22 - - [2026-01-19 02:26:30] "POST /neutron/network HTTP/1.1" 200 827 0.006374 10.0.0.22 - - [2026-01-19 02:26:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.008466 10.0.0.22 - - [2026-01-19 02:26:30] "POST /fqname-to-id HTTP/1.1" 404 228 0.003325 10.0.0.22 - - [2026-01-19 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002492 10.0.0.22 - - [2026-01-19 02:26:30] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001392 10.0.0.22 - - [2026-01-19 02:26:30] "GET /project/8d368890-e9e0-4a64-99cd-fa761820b646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.025409 10.0.0.22 - - [2026-01-19 02:26:30] "POST /network-policys HTTP/1.1" 200 571 0.018087 10.0.0.22 - - [2026-01-19 02:26:30] "GET /network-policy/1cad06a0-0509-4d70-9e81-b9085c82da02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.017663 10.0.0.22 - - [2026-01-19 02:26:30] "POST /neutron/network HTTP/1.1" 200 826 0.005300 10.0.0.22 - - [2026-01-19 02:26:30] "POST /fqname-to-id HTTP/1.1" 404 236 0.007198 10.0.0.22 - - [2026-01-19 02:26:30] "POST /neutron/network HTTP/1.1" 200 928 0.069532 10.0.0.22 - - [2026-01-19 02:26:30] "POST /neutron/network HTTP/1.1" 200 928 0.038709 10.0.0.22 - - [2026-01-19 02:26:30] "POST /access-control-lists HTTP/1.1" 200 590 0.077316 10.0.0.22 - - [2026-01-19 02:26:30] "GET /virtual-network/108fe63a-8e1f-4892-a58e-ac03f4421fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.008281 10.0.0.22 - - [2026-01-19 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002548 10.0.0.22 - - [2026-01-19 02:26:30] "GET /network-policy/1cad06a0-0509-4d70-9e81-b9085c82da02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005641 10.0.0.22 - - [2026-01-19 02:26:30] "POST /neutron/network HTTP/1.1" 200 827 0.005872 10.0.0.22 - - [2026-01-19 02:26:30] "POST /fqname-to-id HTTP/1.1" 404 236 0.004279 10.0.0.22 - - [2026-01-19 02:26:30] "POST /neutron/network HTTP/1.1" 200 929 0.039866 10.0.0.22 - - [2026-01-19 02:26:30] "POST /neutron/network HTTP/1.1" 200 929 0.007993 10.0.0.22 - - [2026-01-19 02:26:30] "GET /virtual-network/bf493f17-6fe3-464d-90e1-72e51f8f722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.048958 10.0.0.22 - - [2026-01-19 02:26:30] "POST /access-control-lists HTTP/1.1" 200 590 0.085356 10.0.0.22 - - [2026-01-19 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.010513 10.0.0.22 - - [2026-01-19 02:26:31] "POST /ref-update HTTP/1.1" 200 156 0.009549 10.0.0.22 - - [2026-01-19 02:26:31] "GET /network-policy/1cad06a0-0509-4d70-9e81-b9085c82da02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003285 10.0.0.22 - - [2026-01-19 02:26:31] "GET /domains HTTP/1.1" 401 292 0.000429 10.0.0.22 - - [2026-01-19 02:26:31] "PUT /access-control-list/aee9ee01-e30c-42a8-b39a-b71b89c47c08 HTTP/1.1" 200 272 0.051110 10.0.0.22 - - [2026-01-19 02:26:31] "GET /domains HTTP/1.1" 200 280 0.030833 10.0.0.22 - - [2026-01-19 02:26:31] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001604 10.0.0.22 - - [2026-01-19 02:26:31] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 3159 0.010486 10.0.0.22 - - [2026-01-19 02:26:31] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001040 10.0.0.22 - - [2026-01-19 02:26:31] "GET /project/8d368890-e9e0-4a64-99cd-fa761820b646 HTTP/1.1" 200 2582 0.066785 10.0.0.22 - - [2026-01-19 02:26:31] "GET /virtual-network/108fe63a-8e1f-4892-a58e-ac03f4421fd8 HTTP/1.1" 200 2892 0.007985 10.0.0.22 - - [2026-01-19 02:26:31] "GET /virtual-network/108fe63a-8e1f-4892-a58e-ac03f4421fd8 HTTP/1.1" 200 2892 0.005229 10.0.0.22 - - [2026-01-19 02:26:31] "GET /routing-instance/1f90ee88-1769-48dc-8702-fe707e62896d HTTP/1.1" 200 1782 0.003691 10.0.0.22 - - [2026-01-19 02:26:31] "GET /routing-instance/1f90ee88-1769-48dc-8702-fe707e62896d HTTP/1.1" 200 1782 0.003554 10.0.0.22 - - [2026-01-19 02:26:31] "GET /route-target/3c491e91-ac99-423f-ba3b-85dd32c31c71 HTTP/1.1" 200 1206 0.003262 10.0.0.22 - - [2026-01-19 02:26:31] "GET /virtual-network/108fe63a-8e1f-4892-a58e-ac03f4421fd8 HTTP/1.1" 200 2892 0.006325 10.0.0.22 - - [2026-01-19 02:26:31] "GET /routing-instance/1f90ee88-1769-48dc-8702-fe707e62896d HTTP/1.1" 200 1782 0.003798 10.0.0.22 - - [2026-01-19 02:26:31] "GET /virtual-network/108fe63a-8e1f-4892-a58e-ac03f4421fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004785 10.0.0.22 - - [2026-01-19 02:26:31] "GET /virtual-network/108fe63a-8e1f-4892-a58e-ac03f4421fd8 HTTP/1.1" 200 2892 0.004849 10.0.0.22 - - [2026-01-19 02:26:31] "GET /routing-instance/1f90ee88-1769-48dc-8702-fe707e62896d HTTP/1.1" 200 1782 0.003874 10.0.0.22 - - [2026-01-19 02:26:31] "GET /routing-instance/1f90ee88-1769-48dc-8702-fe707e62896d HTTP/1.1" 200 1782 0.003984 10.0.0.22 - - [2026-01-19 02:26:31] "GET /route-target/3c491e91-ac99-423f-ba3b-85dd32c31c71 HTTP/1.1" 200 1206 0.003103 10.0.0.22 - - [2026-01-19 02:26:31] "GET /domains HTTP/1.1" 200 280 0.002480 10.0.0.22 - - [2026-01-19 02:26:31] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.22 - - [2026-01-19 02:26:31] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 3159 0.007005 10.0.0.22 - - [2026-01-19 02:26:31] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000939 10.0.0.22 - - [2026-01-19 02:26:31] "GET /project/8d368890-e9e0-4a64-99cd-fa761820b646 HTTP/1.1" 200 2582 0.065830 10.0.0.22 - - [2026-01-19 02:26:31] "GET /virtual-network/108fe63a-8e1f-4892-a58e-ac03f4421fd8 HTTP/1.1" 200 2892 0.004653 10.0.0.22 - - [2026-01-19 02:26:32] "GET /obj-perms HTTP/1.1" 200 5034 0.064107 10.0.0.22 - - [2026-01-19 02:26:32] "GET /domains HTTP/1.1" 200 280 0.002712 10.0.0.22 - - [2026-01-19 02:26:32] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001026 10.0.0.22 - - [2026-01-19 02:26:32] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 3159 0.006671 10.0.0.22 - - [2026-01-19 02:26:32] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000897 10.0.0.22 - - [2026-01-19 02:26:32] "GET /project/8d368890-e9e0-4a64-99cd-fa761820b646 HTTP/1.1" 200 2582 0.069822 10.0.0.22 - - [2026-01-19 02:26:32] "GET /virtual-network/bf493f17-6fe3-464d-90e1-72e51f8f722c HTTP/1.1" 200 2896 0.007049 10.0.0.22 - - [2026-01-19 02:26:32] "GET /virtual-network/bf493f17-6fe3-464d-90e1-72e51f8f722c HTTP/1.1" 200 2896 0.004642 10.0.0.22 - - [2026-01-19 02:26:32] "GET /routing-instance/c108063a-1402-4121-b43e-57b93ce16d78 HTTP/1.1" 200 1784 0.003710 10.0.0.22 - - [2026-01-19 02:26:32] "GET /routing-instance/c108063a-1402-4121-b43e-57b93ce16d78 HTTP/1.1" 200 1784 0.003400 10.0.0.22 - - [2026-01-19 02:26:32] "GET /route-target/34759014-60f0-4e1a-a5f2-e117b7c68e49 HTTP/1.1" 200 1206 0.004043 10.0.0.22 - - [2026-01-19 02:26:32] "GET /virtual-network/bf493f17-6fe3-464d-90e1-72e51f8f722c HTTP/1.1" 200 2896 0.004880 10.0.0.22 - - [2026-01-19 02:26:32] "GET /routing-instance/c108063a-1402-4121-b43e-57b93ce16d78 HTTP/1.1" 200 1784 0.003597 10.0.0.22 - - [2026-01-19 02:26:32] "GET /virtual-network/bf493f17-6fe3-464d-90e1-72e51f8f722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004538 10.0.0.22 - - [2026-01-19 02:26:32] "GET /virtual-network/bf493f17-6fe3-464d-90e1-72e51f8f722c HTTP/1.1" 200 2896 0.004336 10.0.0.22 - - [2026-01-19 02:26:32] "GET /routing-instance/c108063a-1402-4121-b43e-57b93ce16d78 HTTP/1.1" 200 1784 0.003028 10.0.0.22 - - [2026-01-19 02:26:32] "GET /routing-instance/c108063a-1402-4121-b43e-57b93ce16d78 HTTP/1.1" 200 1784 0.003975 10.0.0.22 - - [2026-01-19 02:26:32] "GET /route-target/34759014-60f0-4e1a-a5f2-e117b7c68e49 HTTP/1.1" 200 1206 0.002831 10.0.0.22 - - [2026-01-19 02:26:32] "GET /domains HTTP/1.1" 200 280 0.002852 10.0.0.22 - - [2026-01-19 02:26:32] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.22 - - [2026-01-19 02:26:32] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 3159 0.006370 10.0.0.22 - - [2026-01-19 02:26:32] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000962 10.0.0.22 - - [2026-01-19 02:26:32] "GET /project/8d368890-e9e0-4a64-99cd-fa761820b646 HTTP/1.1" 200 2582 0.073828 10.0.0.22 - - [2026-01-19 02:26:32] "GET /virtual-network/bf493f17-6fe3-464d-90e1-72e51f8f722c HTTP/1.1" 200 2896 0.004715 10.0.0.22 - - [2026-01-19 02:26:32] "GET /obj-perms HTTP/1.1" 200 5034 0.004354 10.0.0.22 - - [2026-01-19 02:26:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001366 10.0.0.22 - - [2026-01-19 02:26:32] "POST /neutron/network HTTP/1.1" 200 938 0.006547 10.0.0.22 - - [2026-01-19 02:26:32] "GET /aaa-mode HTTP/1.1" 401 292 0.000495 10.0.0.22 - - [2026-01-19 02:26:32] "GET / HTTP/1.1" 200 35931 0.002225 10.0.0.22 - - [2026-01-19 02:26:32] "GET /project/8d368890-e9e0-4a64-99cd-fa761820b646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000675 10.0.0.22 - - [2026-01-19 02:26:33] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001469 10.0.0.22 - - [2026-01-19 02:26:33] "GET /project/8d368890-e9e0-4a64-99cd-fa761820b646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.067323 10.0.0.22 - - [2026-01-19 02:26:33] "POST /neutron/network HTTP/1.1" 200 928 0.005572 10.0.0.22 - - [2026-01-19 02:26:33] "POST /neutron/port HTTP/1.1" 200 117 0.005113 10.0.0.22 - - [2026-01-19 02:26:33] "POST /neutron/port HTTP/1.1" 200 117 0.005124 10.0.0.22 - - [2026-01-19 02:26:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.002023 10.0.0.22 - - [2026-01-19 02:26:33] "POST /neutron/port HTTP/1.1" 200 117 0.005304 10.0.0.22 - - [2026-01-19 02:26:33] "POST /neutron/network HTTP/1.1" 200 939 0.005755 10.0.0.22 - - [2026-01-19 02:26:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000492 10.0.0.22 - - [2026-01-19 02:26:34] "POST /neutron/network HTTP/1.1" 200 938 0.005487 10.0.0.22 - - [2026-01-19 02:26:34] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001060 10.0.0.22 - - [2026-01-19 02:26:34] "GET / HTTP/1.1" 200 35931 0.003445 10.0.0.22 - - [2026-01-19 02:26:34] "GET /project/8d368890-e9e0-4a64-99cd-fa761820b646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000428 10.0.0.22 - - [2026-01-19 02:26:34] "POST /neutron/port HTTP/1.1" 200 1062 0.203756 10.0.0.22 - - [2026-01-19 02:26:34] "POST /neutron/port HTTP/1.1" 200 1062 0.010544 10.0.0.22 - - [2026-01-19 02:26:34] "POST /neutron/port HTTP/1.1" 200 1062 0.009917 10.0.0.22 - - [2026-01-19 02:26:34] "POST /neutron/port HTTP/1.1" 200 1116 0.056220 10.0.0.22 - - [2026-01-19 02:26:34] "POST /neutron/port HTTP/1.1" 200 1126 0.012758 10.0.0.22 - - [2026-01-19 02:26:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003611 10.0.0.22 - - [2026-01-19 02:26:34] "POST /neutron/subnet HTTP/1.1" 200 698 0.009818 10.0.0.22 - - [2026-01-19 02:26:34] "POST /neutron/port HTTP/1.1" 200 117 0.001228 10.0.0.22 - - [2026-01-19 02:26:34] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002092 10.0.0.22 - - [2026-01-19 02:26:34] "POST /neutron/network HTTP/1.1" 200 928 0.005194 10.0.0.22 - - [2026-01-19 02:26:34] "GET /project/8d368890-e9e0-4a64-99cd-fa761820b646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.063455 10.0.0.22 - - [2026-01-19 02:26:34] "POST /neutron/network HTTP/1.1" 200 929 0.005522 10.0.0.22 - - [2026-01-19 02:26:34] "POST /neutron/port HTTP/1.1" 200 1126 0.014205 10.0.0.22 - - [2026-01-19 02:26:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010448 10.0.0.22 - - [2026-01-19 02:26:34] "POST /neutron/port HTTP/1.1" 200 117 0.005040 10.0.0.22 - - [2026-01-19 02:26:34] "POST /neutron/port HTTP/1.1" 200 1126 0.017294 10.0.0.22 - - [2026-01-19 02:26:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006445 10.0.0.22 - - [2026-01-19 02:26:35] "POST /neutron/network HTTP/1.1" 200 939 0.005131 10.0.0.22 - - [2026-01-19 02:26:35] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001147 10.0.0.22 - - [2026-01-19 02:26:35] "PUT /access-control-list/fab68ba4-94a5-4cb8-840f-de5b431e618e HTTP/1.1" 200 272 0.054411 10.0.0.22 - - [2026-01-19 02:26:35] "POST /neutron/port HTTP/1.1" 200 1063 0.280502 10.0.0.22 - - [2026-01-19 02:26:35] "POST /neutron/port HTTP/1.1" 200 1063 0.012126 10.0.0.22 - - [2026-01-19 02:26:35] "POST /neutron/port HTTP/1.1" 200 1063 0.015089 10.0.0.22 - - [2026-01-19 02:26:35] "POST /neutron/port HTTP/1.1" 200 1117 0.097974 10.0.0.22 - - [2026-01-19 02:26:35] "POST /neutron/port HTTP/1.1" 200 1127 0.015926 10.0.0.22 - - [2026-01-19 02:26:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004085 10.0.0.22 - - [2026-01-19 02:26:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.007319 10.0.0.22 - - [2026-01-19 02:26:35] "POST /neutron/port HTTP/1.1" 200 117 0.001151 10.0.0.22 - - [2026-01-19 02:26:35] "POST /neutron/network HTTP/1.1" 200 929 0.005712 10.0.0.22 - - [2026-01-19 02:26:39] "POST /neutron/port HTTP/1.1" 200 1126 0.012390 10.0.0.22 - - [2026-01-19 02:26:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005800 10.0.0.22 - - [2026-01-19 02:26:39] "POST /neutron/port HTTP/1.1" 200 1126 0.013045 10.0.0.22 - - [2026-01-19 02:26:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006293 10.0.0.22 - - [2026-01-19 02:26:40] "POST /neutron/port HTTP/1.1" 200 1126 0.015188 10.0.0.22 - - [2026-01-19 02:26:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006905 10.0.0.22 - - [2026-01-19 02:26:40] "GET /virtual-machine/e5e834bc-797a-43e7-91fa-c746301b9555 HTTP/1.1" 200 1295 0.004574 10.0.0.22 - - [2026-01-19 02:26:40] "GET /virtual-machine-interface/564cf3bf-7e3a-4133-a7b7-3b08438505ad HTTP/1.1" 200 2951 0.004814 10.0.0.22 - - [2026-01-19 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.22 - - [2026-01-19 02:26:40] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005616 10.0.0.22 - - [2026-01-19 02:26:40] "GET /virtual-networks?parent_id=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002796 10.0.0.22 - - [2026-01-19 02:26:40] "GET /virtual-network/108fe63a-8e1f-4892-a58e-ac03f4421fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007751 10.0.0.22 - - [2026-01-19 02:26:43] "POST /neutron/port HTTP/1.1" 200 1126 0.014194 10.0.0.22 - - [2026-01-19 02:26:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007346 10.0.0.22 - - [2026-01-19 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.22 - - [2026-01-19 02:26:43] "GET /virtual-network/108fe63a-8e1f-4892-a58e-ac03f4421fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004822 10.0.0.22 - - [2026-01-19 02:26:44] "POST /neutron/port HTTP/1.1" 200 1127 0.013350 10.0.0.22 - - [2026-01-19 02:26:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006275 10.0.0.22 - - [2026-01-19 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.22 - - [2026-01-19 02:26:45] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003347 10.0.0.22 - - [2026-01-19 02:26:45] "GET /virtual-networks?parent_id=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004040 10.0.0.22 - - [2026-01-19 02:26:45] "GET /virtual-network/108fe63a-8e1f-4892-a58e-ac03f4421fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005057 10.0.0.22 - - [2026-01-19 02:26:45] "POST /neutron/port HTTP/1.1" 200 1127 0.018319 10.0.0.22 - - [2026-01-19 02:26:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.013829 10.0.0.22 - - [2026-01-19 02:26:45] "POST /neutron/port HTTP/1.1" 200 1127 0.015541 10.0.0.22 - - [2026-01-19 02:26:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010153 10.0.0.22 - - [2026-01-19 02:26:46] "POST /neutron/port HTTP/1.1" 200 1127 0.013188 10.0.0.22 - - [2026-01-19 02:26:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007462 10.0.0.22 - - [2026-01-19 02:26:46] "GET /virtual-machine/7f7058bd-21c3-4317-a8ca-28ec43de582f HTTP/1.1" 200 1294 0.006088 10.0.0.22 - - [2026-01-19 02:26:46] "GET /virtual-machine-interface/d3d28382-4985-482c-8e10-248efab7c428 HTTP/1.1" 200 2952 0.006535 10.0.0.22 - - [2026-01-19 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.22 - - [2026-01-19 02:26:46] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003592 10.0.0.22 - - [2026-01-19 02:26:46] "GET /virtual-networks?parent_id=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003128 10.0.0.22 - - [2026-01-19 02:26:46] "GET /virtual-network/bf493f17-6fe3-464d-90e1-72e51f8f722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005240 10.0.0.22 - - [2026-01-19 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.22 - - [2026-01-19 02:26:47] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003248 10.0.0.22 - - [2026-01-19 02:26:47] "GET /virtual-networks?parent_id=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003111 10.0.0.22 - - [2026-01-19 02:26:47] "GET /virtual-network/bf493f17-6fe3-464d-90e1-72e51f8f722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005022 10.0.0.22 - - [2026-01-19 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.22 - - [2026-01-19 02:26:51] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001368 10.0.0.22 - - [2026-01-19 02:26:51] "GET /project/8d368890-e9e0-4a64-99cd-fa761820b646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.021016 10.0.0.22 - - [2026-01-19 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.22 - - [2026-01-19 02:26:51] "PUT /network-policy/1cad06a0-0509-4d70-9e81-b9085c82da02 HTTP/1.1" 200 262 0.009685 10.0.0.22 - - [2026-01-19 02:26:51] "PUT /access-control-list/fab68ba4-94a5-4cb8-840f-de5b431e618e HTTP/1.1" 200 272 0.050904 10.0.0.22 - - [2026-01-19 02:26:51] "POST /ref-update HTTP/1.1" 200 156 0.013105 10.0.0.22 - - [2026-01-19 02:26:52] "PUT /access-control-list/aee9ee01-e30c-42a8-b39a-b71b89c47c08 HTTP/1.1" 200 272 0.057691 10.0.0.22 - - [2026-01-19 02:26:52] "POST /ref-update HTTP/1.1" 200 156 0.010625 10.0.0.22 - - [2026-01-19 02:26:55] "GET /virtual-network/bf493f17-6fe3-464d-90e1-72e51f8f722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005213 10.0.0.22 - - [2026-01-19 02:26:55] "POST /neutron/network HTTP/1.1" 200 929 0.008148 10.0.0.22 - - [2026-01-19 02:26:55] "POST /neutron/network HTTP/1.1" 200 827 0.041198 10.0.0.22 - - [2026-01-19 02:26:55] "DELETE /access-control-list/fab68ba4-94a5-4cb8-840f-de5b431e618e HTTP/1.1" 200 115 0.036296 10.0.0.22 - - [2026-01-19 02:26:55] "POST /neutron/network HTTP/1.1" 200 827 0.006388 10.0.0.22 - - [2026-01-19 02:26:55] "GET /virtual-network/bf493f17-6fe3-464d-90e1-72e51f8f722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.014021 10.0.0.22 - - [2026-01-19 02:26:55] "GET /virtual-network/108fe63a-8e1f-4892-a58e-ac03f4421fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006911 10.0.0.22 - - [2026-01-19 02:26:55] "POST /neutron/network HTTP/1.1" 200 928 0.005905 10.0.0.22 - - [2026-01-19 02:26:55] "POST /neutron/network HTTP/1.1" 200 826 0.055178 10.0.0.22 - - [2026-01-19 02:26:55] "POST /neutron/network HTTP/1.1" 200 826 0.007947 10.0.0.22 - - [2026-01-19 02:26:55] "DELETE /access-control-list/aee9ee01-e30c-42a8-b39a-b71b89c47c08 HTTP/1.1" 200 115 0.057481 10.0.0.22 - - [2026-01-19 02:26:55] "GET /virtual-network/108fe63a-8e1f-4892-a58e-ac03f4421fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007135 10.0.0.22 - - [2026-01-19 02:26:55] "DELETE /network-policy/1cad06a0-0509-4d70-9e81-b9085c82da02 HTTP/1.1" 200 115 0.026228 10.0.0.22 - - [2026-01-19 02:26:55] "POST /neutron/network HTTP/1.1" 200 827 0.006891 10.0.0.22 - - [2026-01-19 02:26:55] "POST /neutron/network HTTP/1.1" 400 204 0.010658 10.0.0.22 - - [2026-01-19 02:26:55] "POST /neutron/port HTTP/1.1" 200 1127 0.014044 10.0.0.22 - - [2026-01-19 02:26:55] "POST /neutron/port HTTP/1.1" 200 1117 0.011667 10.0.0.22 - - [2026-01-19 02:26:55] "POST /neutron/port HTTP/1.1" 200 1126 0.010625 10.0.0.22 - - [2026-01-19 02:26:55] "POST /neutron/port HTTP/1.1" 200 1116 0.011011 10.0.0.22 - - [2026-01-19 02:26:55] "POST /neutron/port HTTP/1.1" 200 151 0.124913 10.0.0.22 - - [2026-01-19 02:26:56] "POST /neutron/port HTTP/1.1" 200 151 0.120731 10.0.0.22 - - [2026-01-19 02:26:57] "POST /neutron/network HTTP/1.1" 200 827 0.006324 10.0.0.22 - - [2026-01-19 02:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005041 10.0.0.22 - - [2026-01-19 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.22 - - [2026-01-19 02:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002142 10.0.0.22 - - [2026-01-19 02:26:57] "POST /neutron/network HTTP/1.1" 200 151 0.076950 10.0.0.22 - - [2026-01-19 02:26:57] "GET /routing-instance/c108063a-1402-4121-b43e-57b93ce16d78 HTTP/1.1" 404 171 0.002084 10.0.0.22 - - [2026-01-19 02:26:57] "GET /domains HTTP/1.1" 200 280 0.003153 10.0.0.22 - - [2026-01-19 02:26:57] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001115 10.0.0.22 - - [2026-01-19 02:26:57] "DELETE /route-target/34759014-60f0-4e1a-a5f2-e117b7c68e49 HTTP/1.1" 200 115 0.027019 10.0.0.22 - - [2026-01-19 02:26:57] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 3159 0.048182 10.0.0.22 - - [2026-01-19 02:26:57] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001075 10.0.0.22 - - [2026-01-19 02:26:57] "GET /project/8d368890-e9e0-4a64-99cd-fa761820b646 HTTP/1.1" 200 2114 0.073031 10.0.0.22 - - [2026-01-19 02:26:57] "POST /neutron/network HTTP/1.1" 200 826 0.005937 10.0.0.22 - - [2026-01-19 02:26:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003150 10.0.0.22 - - [2026-01-19 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.22 - - [2026-01-19 02:26:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001788 10.0.0.22 - - [2026-01-19 02:26:58] "POST /neutron/network HTTP/1.1" 200 151 0.077817 10.0.0.22 - - [2026-01-19 02:26:58] "DELETE /route-target/3c491e91-ac99-423f-ba3b-85dd32c31c71 HTTP/1.1" 200 115 0.015783 10.0.0.22 - - [2026-01-19 02:26:58] "GET /routing-instance/1f90ee88-1769-48dc-8702-fe707e62896d HTTP/1.1" 404 171 0.003863 10.0.0.22 - - [2026-01-19 02:26:58] "GET /domains HTTP/1.1" 200 280 0.002292 10.0.0.22 - - [2026-01-19 02:26:58] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.22 - - [2026-01-19 02:26:58] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 3159 0.046656 10.0.0.22 - - [2026-01-19 02:26:58] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001602 10.0.0.22 - - [2026-01-19 02:26:58] "GET /project/8d368890-e9e0-4a64-99cd-fa761820b646 HTTP/1.1" 200 1875 0.066294 10.0.0.22 - - [2026-01-19 02:26:58] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001086 10.0.0.22 - - [2026-01-19 02:26:58] "GET /project/8d368890-e9e0-4a64-99cd-fa761820b646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.022089 10.0.0.22 - - [2026-01-19 02:26:58] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001004 10.0.0.22 - - [2026-01-19 02:26:58] "GET /project/8d368890-e9e0-4a64-99cd-fa761820b646?fields=virtual_networks HTTP/1.1" 200 1047 0.063918 10.0.0.22 - - [2026-01-19 02:26:58] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001110 10.0.0.22 - - [2026-01-19 02:26:58] "GET /project/8d368890-e9e0-4a64-99cd-fa761820b646?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.025524 10.0.0.22 - - [2026-01-19 02:26:58] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001097 10.0.0.22 - - [2026-01-19 02:26:58] "GET /project/8d368890-e9e0-4a64-99cd-fa761820b646?fields=security_groups HTTP/1.1" 200 1275 0.026821 10.0.0.22 - - [2026-01-19 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 181 0.032294 10.0.0.22 - - [2026-01-19 02:26:59] "GET /projects?obj_uuids=367ace39-ba2b-4f90-953d-1bd340443b11&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002185 10.0.0.22 - - [2026-01-19 02:26:59] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001012 10.0.0.22 - - [2026-01-19 02:26:59] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006781 10.0.0.22 - - [2026-01-19 02:26:59] "POST /id-to-fqname HTTP/1.1" 200 183 0.001545 10.0.0.22 - - [2026-01-19 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 192 0.003369 10.0.0.22 - - [2026-01-19 02:26:59] "POST /security-groups HTTP/1.1" 200 584 0.067977 10.0.0.22 - - [2026-01-19 02:27:00] "POST /fqname-to-id HTTP/1.1" 404 227 0.006639 10.0.0.22 - - [2026-01-19 02:27:00] "POST /projects HTTP/1.1" 200 571 0.218589 10.0.0.22 - - [2026-01-19 02:27:00] "POST /access-control-lists HTTP/1.1" 200 589 0.059368 10.0.0.22 - - [2026-01-19 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.290085 10.0.0.22 - - [2026-01-19 02:27:00] "POST /fqname-to-id HTTP/1.1" 404 226 0.002920 10.0.0.22 - - [2026-01-19 02:27:00] "GET /project/367ace39-ba2b-4f90-953d-1bd340443b11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.416584 10.0.0.22 - - [2026-01-19 02:27:00] "POST /access-control-lists HTTP/1.1" 200 587 0.063907 10.0.0.22 - - [2026-01-19 02:27:01] "GET / HTTP/1.1" 200 35931 0.001988 10.0.0.22 - - [2026-01-19 02:27:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000588 10.0.0.22 - - [2026-01-19 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.065382 10.0.0.22 - - [2026-01-19 02:27:02] "GET /projects?obj_uuids=367ace39-ba2b-4f90-953d-1bd340443b11&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000992 10.0.0.22 - - [2026-01-19 02:27:02] "GET /project/367ace39-ba2b-4f90-953d-1bd340443b11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.026027 10.0.0.22 - - [2026-01-19 02:27:02] "POST /neutron/network HTTP/1.1" 200 117 0.035426 10.0.0.22 - - [2026-01-19 02:27:02] "GET /projects?obj_uuids=367ace39-ba2b-4f90-953d-1bd340443b11&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001521 10.0.0.22 - - [2026-01-19 02:27:02] "POST /neutron/network HTTP/1.1" 200 612 0.063265 10.0.0.22 - - [2026-01-19 02:27:02] "POST /route-targets HTTP/1.1" 200 327 0.010051 10.0.0.22 - - [2026-01-19 02:27:02] "POST /ref-update HTTP/1.1" 200 156 0.012658 10.0.0.22 - - [2026-01-19 02:27:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004553 10.0.0.22 - - [2026-01-19 02:27:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.208653 10.0.0.22 - - [2026-01-19 02:27:02] "POST /neutron/network HTTP/1.1" 200 832 0.007078 10.0.0.22 - - [2026-01-19 02:27:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001538 10.0.0.22 - - [2026-01-19 02:27:02] "GET /virtual-network/8f71082b-c1f0-41e2-86a4-96e284b69e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005273 10.0.0.22 - - [2026-01-19 02:27:02] "POST /neutron/network HTTP/1.1" 200 832 0.006811 10.0.0.22 - - [2026-01-19 02:27:02] "GET /virtual-network/8f71082b-c1f0-41e2-86a4-96e284b69e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006351 10.0.0.22 - - [2026-01-19 02:27:02] "POST /neutron/network HTTP/1.1" 200 832 0.006065 10.0.0.22 - - [2026-01-19 02:27:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.007547 10.0.0.22 - - [2026-01-19 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.22 - - [2026-01-19 02:27:03] "GET /virtual-network/8f71082b-c1f0-41e2-86a4-96e284b69e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004803 10.0.0.22 - - [2026-01-19 02:27:03] "PUT /virtual-network/8f71082b-c1f0-41e2-86a4-96e284b69e79 HTTP/1.1" 200 264 0.034789 10.0.0.22 - - [2026-01-19 02:27:03] "POST /route-targets HTTP/1.1" 200 323 0.013769 10.0.0.22 - - [2026-01-19 02:27:03] "POST /ref-update HTTP/1.1" 200 156 0.011047 10.0.0.22 - - [2026-01-19 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.22 - - [2026-01-19 02:27:03] "GET /projects?obj_uuids=367ace39-ba2b-4f90-953d-1bd340443b11&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001143 10.0.0.22 - - [2026-01-19 02:27:03] "GET /project/367ace39-ba2b-4f90-953d-1bd340443b11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.025605 10.0.0.22 - - [2026-01-19 02:27:03] "DELETE /project/367ace39ba2b4f90953d1bd340443b11 HTTP/1.1" 404 173 0.015018 10.0.0.22 - - [2026-01-19 02:27:03] "DELETE /project/a3eec026962d448a93f186a729bb6067 HTTP/1.1" 404 173 0.012107 10.0.0.22 - - [2026-01-19 02:27:03] "DELETE /project/8f30da1056ac44c4b471b9a609b60ef2 HTTP/1.1" 404 173 0.011114 10.0.0.22 - - [2026-01-19 02:27:03] "DELETE /project/8d368890e9e04a6499cdfa761820b646 HTTP/1.1" 404 173 0.005035 10.0.0.22 - - [2026-01-19 02:27:03] "GET /projects?obj_uuids=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001021 10.0.0.22 - - [2026-01-19 02:27:03] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000834 10.0.0.22 - - [2026-01-19 02:27:03] "GET /projects?obj_uuids=8f30da10-56ac-44c4-b471-b9a609b60ef2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000756 10.0.0.22 - - [2026-01-19 02:27:03] "GET /projects?obj_uuids=a3eec026-962d-448a-93f1-86a729bb6067&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000780 10.0.0.22 - - [2026-01-19 02:27:03] "POST /neutron/network HTTP/1.1" 200 117 0.045634 10.0.0.22 - - [2026-01-19 02:27:03] "GET /project/a3eec026-962d-448a-93f1-86a729bb6067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1543 0.055775 10.0.0.22 - - [2026-01-19 02:27:03] "GET /project/8f30da10-56ac-44c4-b471-b9a609b60ef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.059218 10.0.0.22 - - [2026-01-19 02:27:03] "GET /project/8d368890-e9e0-4a64-99cd-fa761820b646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.062061 10.0.0.22 - - [2026-01-19 02:27:03] "GET /project/aeda7772-d6a5-4981-8cfd-a1775a136913?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.064474 10.0.0.22 - - [2026-01-19 02:27:03] "GET /projects?obj_uuids=367ace39-ba2b-4f90-953d-1bd340443b11&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001224 10.0.0.22 - - [2026-01-19 02:27:03] "GET /projects?obj_uuids=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000992 10.0.0.22 - - [2026-01-19 02:27:03] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000844 10.0.0.22 - - [2026-01-19 02:27:03] "GET /projects?obj_uuids=8f30da10-56ac-44c4-b471-b9a609b60ef2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000715 10.0.0.22 - - [2026-01-19 02:27:03] "GET /projects?obj_uuids=a3eec026-962d-448a-93f1-86a729bb6067&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000697 10.0.0.22 - - [2026-01-19 02:27:03] "GET /project/8f30da10-56ac-44c4-b471-b9a609b60ef2?fields=security_groups HTTP/1.1" 200 1398 0.059513 10.0.0.22 - - [2026-01-19 02:27:03] "GET /project/8d368890-e9e0-4a64-99cd-fa761820b646?fields=security_groups HTTP/1.1" 200 1380 0.061215 10.0.0.22 - - [2026-01-19 02:27:03] "GET /project/aeda7772-d6a5-4981-8cfd-a1775a136913?fields=security_groups HTTP/1.1" 200 1383 0.073857 10.0.0.22 - - [2026-01-19 02:27:03] "GET /project/a3eec026-962d-448a-93f1-86a729bb6067?fields=security_groups HTTP/1.1" 200 1422 0.102442 10.0.0.22 - - [2026-01-19 02:27:03] "POST /neutron/network HTTP/1.1" 200 612 0.197611 10.0.0.22 - - [2026-01-19 02:27:03] "POST /route-targets HTTP/1.1" 200 327 0.029131 10.0.0.22 - - [2026-01-19 02:27:03] "DELETE /security-group/e5b338d7-31a4-4d13-b01f-17ddc6fcdd89 HTTP/1.1" 200 115 0.097801 10.0.0.22 - - [2026-01-19 02:27:03] "DELETE /security-group/eb17b996-f880-4586-959e-4de426cb779f HTTP/1.1" 200 115 0.109242 10.0.0.22 - - [2026-01-19 02:27:03] "GET /projects?obj_uuids=8d368890-e9e0-4a64-99cd-fa761820b646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001013 10.0.0.22 - - [2026-01-19 02:27:03] "GET /projects?obj_uuids=8f30da10-56ac-44c4-b471-b9a609b60ef2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001316 10.0.0.22 - - [2026-01-19 02:27:03] "POST /ref-update HTTP/1.1" 200 156 0.035070 10.0.0.22 - - [2026-01-19 02:27:03] "DELETE /security-group/c767b617-69cd-4f40-9fc0-083b16f8cb8e HTTP/1.1" 200 115 0.119823 10.0.0.22 - - [2026-01-19 02:27:03] "GET /project/8d368890-e9e0-4a64-99cd-fa761820b646?fields=application_policy_sets HTTP/1.1" 200 1419 0.056420 10.0.0.22 - - [2026-01-19 02:27:03] "GET /projects?obj_uuids=aeda7772-d6a5-4981-8cfd-a1775a136913&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001445 10.0.0.22 - - [2026-01-19 02:27:03] "DELETE /security-group/df85c6a7-7b1f-4ab3-a848-06fe7152408f HTTP/1.1" 200 115 0.140603 10.0.0.22 - - [2026-01-19 02:27:03] "GET /projects?obj_uuids=a3eec026-962d-448a-93f1-86a729bb6067&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001249 10.0.0.22 - - [2026-01-19 02:27:03] "GET /project/aeda7772-d6a5-4981-8cfd-a1775a136913?fields=application_policy_sets HTTP/1.1" 200 1422 0.053173 10.0.0.22 - - [2026-01-19 02:27:03] "GET /project/8f30da10-56ac-44c4-b471-b9a609b60ef2?fields=application_policy_sets HTTP/1.1" 200 1437 0.093826 10.0.0.22 - - [2026-01-19 02:27:03] "DELETE /access-control-list/216ceef1-64f9-4fe9-bf21-b64b10474e44 HTTP/1.1" 200 115 0.039838 10.0.0.22 - - [2026-01-19 02:27:03] "GET /project/a3eec026-962d-448a-93f1-86a729bb6067?fields=application_policy_sets HTTP/1.1" 200 1461 0.074944 10.0.0.22 - - [2026-01-19 02:27:03] "DELETE /access-control-list/b1ff93d1-0a0d-41aa-b40f-fee9fa211366 HTTP/1.1" 200 115 0.043902 10.0.0.22 - - [2026-01-19 02:27:03] "DELETE /access-control-list/661e11a5-0cbc-4863-8ca4-af251b0e3ba5 HTTP/1.1" 200 115 0.055184 10.0.0.22 - - [2026-01-19 02:27:03] "DELETE /project/8d368890-e9e0-4a64-99cd-fa761820b646 HTTP/1.1" 200 115 0.557689 10.0.0.22 - - [2026-01-19 02:27:03] "POST /useragent-kv HTTP/1.1" 200 115 0.009765 10.0.0.22 - - [2026-01-19 02:27:03] "DELETE /access-control-list/ed4ebbb0-f5ff-4f63-8718-991fa40d2bb6 HTTP/1.1" 200 115 0.067780 10.0.0.22 - - [2026-01-19 02:27:03] "DELETE /project/aeda7772-d6a5-4981-8cfd-a1775a136913 HTTP/1.1" 200 115 0.636845 10.0.0.22 - - [2026-01-19 02:27:03] "DELETE /project/8f30da10-56ac-44c4-b471-b9a609b60ef2 HTTP/1.1" 200 115 0.636838 10.0.0.22 - - [2026-01-19 02:27:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.374252 10.0.0.22 - - [2026-01-19 02:27:03] "DELETE /access-control-list/4d668622-a34c-430e-9572-eda50178c660 HTTP/1.1" 200 115 0.026493 10.0.0.22 - - [2026-01-19 02:27:03] "POST /neutron/network HTTP/1.1" 200 832 0.008495 10.0.0.22 - - [2026-01-19 02:27:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001890 10.0.0.22 - - [2026-01-19 02:27:03] "DELETE /project/a3eec026-962d-448a-93f1-86a729bb6067 HTTP/1.1" 200 115 0.681251 10.0.0.22 - - [2026-01-19 02:27:03] "GET /virtual-network/47a44e0b-9ed0-46b2-8ee8-9dc73454175b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006014 10.0.0.22 - - [2026-01-19 02:27:03] "DELETE /access-control-list/eff1178d-e83b-4793-a594-2288436df1df HTTP/1.1" 200 115 0.039006 10.0.0.22 - - [2026-01-19 02:27:03] "DELETE /access-control-list/4ae2f40f-b321-4553-9124-56a6d640d1a7 HTTP/1.1" 200 115 0.015442 10.0.0.22 - - [2026-01-19 02:27:04] "DELETE /access-control-list/6b7615f9-f781-4583-9b06-c78b1d96740f HTTP/1.1" 200 115 0.022582 10.0.0.22 - - [2026-01-19 02:27:04] "POST /neutron/network HTTP/1.1" 200 832 0.006732 10.0.0.22 - - [2026-01-19 02:27:04] "GET /virtual-network/47a44e0b-9ed0-46b2-8ee8-9dc73454175b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005548 10.0.0.22 - - [2026-01-19 02:27:04] "POST /neutron/network HTTP/1.1" 200 832 0.005574 10.0.0.22 - - [2026-01-19 02:27:04] "POST /neutron/subnet HTTP/1.1" 200 729 0.007332 10.0.0.22 - - [2026-01-19 02:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.22 - - [2026-01-19 02:27:04] "GET /virtual-network/47a44e0b-9ed0-46b2-8ee8-9dc73454175b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005267 10.0.0.22 - - [2026-01-19 02:27:04] "PUT /virtual-network/47a44e0b-9ed0-46b2-8ee8-9dc73454175b HTTP/1.1" 200 264 0.031200 10.0.0.22 - - [2026-01-19 02:27:04] "POST /ref-update HTTP/1.1" 200 156 0.008840 10.0.0.22 - - [2026-01-19 02:27:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001384 10.0.0.22 - - [2026-01-19 02:27:04] "POST /neutron/network HTTP/1.1" 200 842 0.006062 10.0.0.22 - - [2026-01-19 02:27:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000470 10.0.0.22 - - [2026-01-19 02:27:04] "GET / HTTP/1.1" 200 35931 0.002556 10.0.0.22 - - [2026-01-19 02:27:04] "GET /project/367ace39-ba2b-4f90-953d-1bd340443b11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000430 10.0.0.22 - - [2026-01-19 02:27:05] "GET /projects?obj_uuids=367ace39-ba2b-4f90-953d-1bd340443b11&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001198 10.0.0.22 - - [2026-01-19 02:27:05] "GET /project/367ace39-ba2b-4f90-953d-1bd340443b11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.053200 10.0.0.22 - - [2026-01-19 02:27:05] "POST /neutron/network HTTP/1.1" 200 832 0.005434 10.0.0.22 - - [2026-01-19 02:27:05] "POST /neutron/port HTTP/1.1" 200 117 0.005055 10.0.0.22 - - [2026-01-19 02:27:05] "POST /neutron/port HTTP/1.1" 200 117 0.005238 10.0.0.22 - - [2026-01-19 02:27:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001259 10.0.0.22 - - [2026-01-19 02:27:05] "POST /neutron/port HTTP/1.1" 200 117 0.006532 10.0.0.22 - - [2026-01-19 02:27:05] "POST /neutron/network HTTP/1.1" 200 842 0.005563 10.0.0.22 - - [2026-01-19 02:27:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000473 10.0.0.22 - - [2026-01-19 02:27:05] "POST /neutron/network HTTP/1.1" 200 842 0.005601 10.0.0.22 - - [2026-01-19 02:27:05] "GET /projects?obj_uuids=367ace39-ba2b-4f90-953d-1bd340443b11&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001504 10.0.0.22 - - [2026-01-19 02:27:05] "GET / HTTP/1.1" 200 35931 0.001541 10.0.0.22 - - [2026-01-19 02:27:05] "GET /project/367ace39-ba2b-4f90-953d-1bd340443b11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000401 10.0.0.22 - - [2026-01-19 02:27:06] "POST /neutron/port HTTP/1.1" 200 1054 0.211670 10.0.0.22 - - [2026-01-19 02:27:06] "POST /neutron/port HTTP/1.1" 200 1054 0.012188 10.0.0.22 - - [2026-01-19 02:27:06] "POST /neutron/port HTTP/1.1" 200 1054 0.010122 10.0.0.22 - - [2026-01-19 02:27:06] "POST /neutron/port HTTP/1.1" 200 1108 0.066615 10.0.0.22 - - [2026-01-19 02:27:06] "POST /neutron/port HTTP/1.1" 200 1118 0.012173 10.0.0.22 - - [2026-01-19 02:27:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003328 10.0.0.22 - - [2026-01-19 02:27:06] "POST /neutron/subnet HTTP/1.1" 200 703 0.011470 10.0.0.22 - - [2026-01-19 02:27:06] "POST /neutron/port HTTP/1.1" 200 117 0.001212 10.0.0.22 - - [2026-01-19 02:27:06] "GET /projects?obj_uuids=367ace39-ba2b-4f90-953d-1bd340443b11&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001039 10.0.0.22 - - [2026-01-19 02:27:06] "POST /neutron/network HTTP/1.1" 200 832 0.006519 10.0.0.22 - - [2026-01-19 02:27:06] "GET /project/367ace39-ba2b-4f90-953d-1bd340443b11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.064294 10.0.0.22 - - [2026-01-19 02:27:06] "POST /neutron/network HTTP/1.1" 200 832 0.009973 10.0.0.22 - - [2026-01-19 02:27:06] "POST /neutron/port HTTP/1.1" 200 1118 0.013472 10.0.0.22 - - [2026-01-19 02:27:06] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007087 10.0.0.22 - - [2026-01-19 02:27:06] "POST /neutron/port HTTP/1.1" 200 117 0.007301 10.0.0.22 - - [2026-01-19 02:27:06] "POST /neutron/port HTTP/1.1" 200 1118 0.014229 10.0.0.22 - - [2026-01-19 02:27:06] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007983 10.0.0.22 - - [2026-01-19 02:27:06] "POST /neutron/network HTTP/1.1" 200 842 0.005557 10.0.0.22 - - [2026-01-19 02:27:06] "GET /projects?obj_uuids=367ace39-ba2b-4f90-953d-1bd340443b11&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001064 10.0.0.22 - - [2026-01-19 02:27:07] "POST /neutron/port HTTP/1.1" 200 1054 0.237243 10.0.0.22 - - [2026-01-19 02:27:07] "POST /neutron/port HTTP/1.1" 200 1054 0.014892 10.0.0.22 - - [2026-01-19 02:27:07] "POST /neutron/port HTTP/1.1" 200 1054 0.013205 10.0.0.22 - - [2026-01-19 02:27:07] "POST /neutron/port HTTP/1.1" 200 1108 0.084021 10.0.0.22 - - [2026-01-19 02:27:07] "POST /neutron/port HTTP/1.1" 200 1118 0.015465 10.0.0.22 - - [2026-01-19 02:27:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003609 10.0.0.22 - - [2026-01-19 02:27:07] "POST /neutron/subnet HTTP/1.1" 200 703 0.007055 10.0.0.22 - - [2026-01-19 02:27:07] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.22 - - [2026-01-19 02:27:07] "POST /neutron/network HTTP/1.1" 200 832 0.006029 10.0.0.22 - - [2026-01-19 02:27:09] "GET /obj-perms HTTP/1.1" 200 5056 0.064368 10.0.0.22 - - [2026-01-19 02:27:09] "GET /obj-perms HTTP/1.1" 200 5056 0.051005 10.0.0.22 - - [2026-01-19 02:27:11] "POST /neutron/port HTTP/1.1" 200 1118 0.013072 10.0.0.22 - - [2026-01-19 02:27:11] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006900 10.0.0.22 - - [2026-01-19 02:27:11] "POST /neutron/port HTTP/1.1" 200 1118 0.013667 10.0.0.22 - - [2026-01-19 02:27:11] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007354 10.0.0.22 - - [2026-01-19 02:27:11] "POST /neutron/port HTTP/1.1" 200 1118 0.013052 10.0.0.22 - - [2026-01-19 02:27:11] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006708 10.0.0.22 - - [2026-01-19 02:27:11] "GET /virtual-machine/93b762f2-b41e-4687-9f49-a89ff1718279 HTTP/1.1" 401 292 0.000425 10.0.0.22 - - [2026-01-19 02:27:12] "GET /virtual-machine/93b762f2-b41e-4687-9f49-a89ff1718279 HTTP/1.1" 200 1286 0.031628 10.0.0.22 - - [2026-01-19 02:27:12] "GET /virtual-machine-interface/186ad9ac-5b09-4694-b154-b59318c7759d HTTP/1.1" 200 2927 0.004725 10.0.0.22 - - [2026-01-19 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.22 - - [2026-01-19 02:27:12] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003810 10.0.0.22 - - [2026-01-19 02:27:12] "GET /virtual-networks?parent_id=367ace39-ba2b-4f90-953d-1bd340443b11&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003406 10.0.0.22 - - [2026-01-19 02:27:12] "GET /virtual-network/8f71082b-c1f0-41e2-86a4-96e284b69e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005283 10.0.0.22 - - [2026-01-19 02:27:15] "POST /neutron/port HTTP/1.1" 200 1118 0.018253 10.0.0.22 - - [2026-01-19 02:27:15] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007874 10.0.0.22 - - [2026-01-19 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.22 - - [2026-01-19 02:27:15] "GET /virtual-network/8f71082b-c1f0-41e2-86a4-96e284b69e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.004868 10.0.0.22 - - [2026-01-19 02:27:16] "POST /neutron/port HTTP/1.1" 200 1118 0.031600 10.0.0.22 - - [2026-01-19 02:27:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008106 10.0.0.22 - - [2026-01-19 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.22 - - [2026-01-19 02:27:17] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003346 10.0.0.22 - - [2026-01-19 02:27:17] "GET /virtual-networks?parent_id=367ace39-ba2b-4f90-953d-1bd340443b11&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002790 10.0.0.22 - - [2026-01-19 02:27:17] "GET /virtual-network/8f71082b-c1f0-41e2-86a4-96e284b69e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.010359 10.0.0.22 - - [2026-01-19 02:27:17] "POST /neutron/port HTTP/1.1" 200 1118 0.013069 10.0.0.22 - - [2026-01-19 02:27:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006928 10.0.0.22 - - [2026-01-19 02:27:18] "POST /neutron/port HTTP/1.1" 200 1118 0.012058 10.0.0.22 - - [2026-01-19 02:27:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006310 10.0.0.22 - - [2026-01-19 02:27:18] "POST /neutron/port HTTP/1.1" 200 1118 0.012640 10.0.0.22 - - [2026-01-19 02:27:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007305 10.0.0.22 - - [2026-01-19 02:27:18] "GET /virtual-machine/03f5a7b3-db2a-49dc-9641-3e8b88df45cc HTTP/1.1" 200 1284 0.004761 10.0.0.22 - - [2026-01-19 02:27:18] "GET /virtual-machine-interface/b81b8cfa-0b06-4231-a583-647310c0b5dc HTTP/1.1" 200 2928 0.005534 10.0.0.22 - - [2026-01-19 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.22 - - [2026-01-19 02:27:18] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003140 10.0.0.22 - - [2026-01-19 02:27:18] "GET /virtual-networks?parent_id=367ace39-ba2b-4f90-953d-1bd340443b11&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003031 10.0.0.22 - - [2026-01-19 02:27:18] "GET /virtual-network/47a44e0b-9ed0-46b2-8ee8-9dc73454175b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005210 10.0.0.22 - - [2026-01-19 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.22 - - [2026-01-19 02:27:19] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003361 10.0.0.22 - - [2026-01-19 02:27:19] "GET /virtual-networks?parent_id=367ace39-ba2b-4f90-953d-1bd340443b11&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002856 10.0.0.22 - - [2026-01-19 02:27:19] "GET /virtual-network/47a44e0b-9ed0-46b2-8ee8-9dc73454175b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005395 10.0.0.22 - - [2026-01-19 02:27:19] "POST /routing-policys HTTP/1.1" 200 534 0.016147 10.0.0.22 - - [2026-01-19 02:27:19] "GET /virtual-network/8f71082b-c1f0-41e2-86a4-96e284b69e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006480 10.0.0.22 - - [2026-01-19 02:27:19] "POST /ref-update HTTP/1.1" 200 156 0.010987 10.0.0.22 - - [2026-01-19 02:27:19] "PUT /virtual-network/8f71082b-c1f0-41e2-86a4-96e284b69e79 HTTP/1.1" 200 264 0.031847 10.0.0.22 - - [2026-01-19 02:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.22 - - [2026-01-19 02:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.22 - - [2026-01-19 02:27:22] "POST /neutron/port HTTP/1.1" 200 1118 0.014168 10.0.0.22 - - [2026-01-19 02:27:22] "POST /neutron/port HTTP/1.1" 200 1118 0.011647 10.0.0.22 - - [2026-01-19 02:27:22] "POST /neutron/network HTTP/1.1" 200 842 0.006091 10.0.0.22 - - [2026-01-19 02:27:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005152 10.0.0.22 - - [2026-01-19 02:27:22] "POST /neutron/subnet HTTP/1.1" 200 703 0.007790 10.0.0.22 - - [2026-01-19 02:27:22] "POST /neutron/port HTTP/1.1" 200 117 0.001319 10.0.0.22 - - [2026-01-19 02:27:22] "POST /neutron/network HTTP/1.1" 200 832 0.006477 10.0.0.22 - - [2026-01-19 02:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.22 - - [2026-01-19 02:27:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000558 10.0.0.22 - - [2026-01-19 02:27:23] "POST /ref-update HTTP/1.1" 200 156 0.013786 10.0.0.22 - - [2026-01-19 02:27:23] "POST /ref-update HTTP/1.1" 200 156 0.035483 10.0.0.22 - - [2026-01-19 02:27:23] "DELETE /routing-policy/8ba33b30-a001-429b-86ab-d9b19739ee97 HTTP/1.1" 200 115 0.022686 10.0.0.22 - - [2026-01-19 02:27:23] "POST /neutron/network HTTP/1.1" 200 832 0.006525 10.0.0.22 - - [2026-01-19 02:27:23] "POST /neutron/network HTTP/1.1" 400 204 0.026770 10.0.0.22 - - [2026-01-19 02:27:24] "POST /neutron/port HTTP/1.1" 200 1118 0.013351 10.0.0.22 - - [2026-01-19 02:27:24] "POST /neutron/port HTTP/1.1" 200 1108 0.011868 10.0.0.22 - - [2026-01-19 02:27:24] "POST /neutron/port HTTP/1.1" 200 1118 0.012638 10.0.0.22 - - [2026-01-19 02:27:24] "POST /neutron/port HTTP/1.1" 200 1108 0.009893 10.0.0.22 - - [2026-01-19 02:27:24] "POST /neutron/port HTTP/1.1" 200 151 0.116146 10.0.0.22 - - [2026-01-19 02:27:24] "POST /neutron/port HTTP/1.1" 200 151 0.113751 10.0.0.22 - - [2026-01-19 02:27:25] "POST /neutron/network HTTP/1.1" 200 832 0.005722 10.0.0.22 - - [2026-01-19 02:27:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003808 10.0.0.22 - - [2026-01-19 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.22 - - [2026-01-19 02:27:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002981 10.0.0.22 - - [2026-01-19 02:27:25] "POST /neutron/network HTTP/1.1" 200 151 0.076763 10.0.0.22 - - [2026-01-19 02:27:25] "DELETE /route-target/4e2fc105-a34b-4af0-8883-a90d0647db6e HTTP/1.1" 200 115 0.021946 10.0.0.22 - - [2026-01-19 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.22 - - [2026-01-19 02:27:25] "POST /neutron/network HTTP/1.1" 200 832 0.005637 10.0.0.22 - - [2026-01-19 02:27:26] "DELETE /route-target/8cd81238-231f-4037-8f23-67e21adb009b HTTP/1.1" 409 239 0.005685 10.0.0.22 - - [2026-01-19 02:27:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002413 10.0.0.22 - - [2026-01-19 02:27:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002450 10.0.0.22 - - [2026-01-19 02:27:26] "POST /neutron/network HTTP/1.1" 200 151 0.086754 10.0.0.22 - - [2026-01-19 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.22 - - [2026-01-19 02:27:26] "DELETE /route-target/eba6f448-773c-4b02-ab65-f12f521797ef HTTP/1.1" 200 115 0.019979 10.0.0.22 - - [2026-01-19 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.22 - - [2026-01-19 02:27:26] "DELETE /route-target/8cd81238-231f-4037-8f23-67e21adb009b HTTP/1.1" 200 115 0.017695 10.0.0.22 - - [2026-01-19 02:27:26] "GET /projects?obj_uuids=367ace39-ba2b-4f90-953d-1bd340443b11&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001592 10.0.0.22 - - [2026-01-19 02:27:26] "GET /project/367ace39-ba2b-4f90-953d-1bd340443b11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.028210 10.0.0.22 - - [2026-01-19 02:27:26] "GET /projects?obj_uuids=367ace39-ba2b-4f90-953d-1bd340443b11&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001140 10.0.0.22 - - [2026-01-19 02:27:26] "GET /project/367ace39-ba2b-4f90-953d-1bd340443b11?fields=virtual_networks HTTP/1.1" 200 1028 0.062958 10.0.0.22 - - [2026-01-19 02:27:26] "GET /projects?obj_uuids=367ace39-ba2b-4f90-953d-1bd340443b11&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001090 10.0.0.22 - - [2026-01-19 02:27:26] "GET /project/367ace39-ba2b-4f90-953d-1bd340443b11?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.026747 10.0.0.22 - - [2026-01-19 02:27:26] "GET /projects?obj_uuids=367ace39-ba2b-4f90-953d-1bd340443b11&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001416 10.0.0.22 - - [2026-01-19 02:27:26] "GET /project/367ace39-ba2b-4f90-953d-1bd340443b11?fields=security_groups HTTP/1.1" 200 1247 0.025415 10.0.0.22 - - [2026-01-19 02:27:27] "POST /fqname-to-id HTTP/1.1" 404 186 0.029481 10.0.0.22 - - [2026-01-19 02:27:27] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002470 10.0.0.22 - - [2026-01-19 02:27:27] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001412 10.0.0.22 - - [2026-01-19 02:27:27] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008384 10.0.0.22 - - [2026-01-19 02:27:27] "POST /id-to-fqname HTTP/1.1" 200 188 0.001282 10.0.0.22 - - [2026-01-19 02:27:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.004058 10.0.0.22 - - [2026-01-19 02:27:27] "POST /security-groups HTTP/1.1" 200 589 0.060845 10.0.0.22 - - [2026-01-19 02:27:27] "POST /fqname-to-id HTTP/1.1" 404 232 0.002942 10.0.0.22 - - [2026-01-19 02:27:27] "POST /projects HTTP/1.1" 200 581 0.216425 10.0.0.22 - - [2026-01-19 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.249371 10.0.0.22 - - [2026-01-19 02:27:27] "POST /access-control-lists HTTP/1.1" 200 594 0.059680 10.0.0.22 - - [2026-01-19 02:27:27] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.380620 10.0.0.22 - - [2026-01-19 02:27:27] "POST /fqname-to-id HTTP/1.1" 404 231 0.002902 10.0.0.22 - - [2026-01-19 02:27:28] "POST /access-control-lists HTTP/1.1" 200 592 0.060535 10.0.0.22 - - [2026-01-19 02:27:29] "GET / HTTP/1.1" 200 35931 0.002724 10.0.0.22 - - [2026-01-19 02:27:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000674 10.0.0.22 - - [2026-01-19 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.063321 10.0.0.22 - - [2026-01-19 02:27:30] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001112 10.0.0.22 - - [2026-01-19 02:27:30] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.023330 10.0.0.22 - - [2026-01-19 02:27:30] "POST /neutron/network HTTP/1.1" 200 117 0.038707 10.0.0.22 - - [2026-01-19 02:27:30] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001193 10.0.0.22 - - [2026-01-19 02:27:30] "POST /neutron/network HTTP/1.1" 200 613 0.060661 10.0.0.22 - - [2026-01-19 02:27:30] "POST /route-targets HTTP/1.1" 200 327 0.011585 10.0.0.22 - - [2026-01-19 02:27:30] "POST /ref-update HTTP/1.1" 200 156 0.011258 10.0.0.22 - - [2026-01-19 02:27:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003009 10.0.0.22 - - [2026-01-19 02:27:30] "POST /neutron/subnet HTTP/1.1" 200 725 0.148398 10.0.0.22 - - [2026-01-19 02:27:30] "POST /neutron/network HTTP/1.1" 200 832 0.005570 10.0.0.22 - - [2026-01-19 02:27:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.002133 10.0.0.22 - - [2026-01-19 02:27:30] "GET /virtual-network/53de51a4-a9ee-48b4-b0b6-dc4c02d5a838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006153 10.0.0.22 - - [2026-01-19 02:27:30] "POST /neutron/network HTTP/1.1" 200 832 0.006716 10.0.0.22 - - [2026-01-19 02:27:30] "GET /virtual-network/53de51a4-a9ee-48b4-b0b6-dc4c02d5a838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005174 10.0.0.22 - - [2026-01-19 02:27:30] "POST /neutron/network HTTP/1.1" 200 832 0.006637 10.0.0.22 - - [2026-01-19 02:27:30] "POST /neutron/subnet HTTP/1.1" 200 725 0.006642 10.0.0.22 - - [2026-01-19 02:27:30] "GET /domains HTTP/1.1" 401 292 0.000375 10.0.0.22 - - [2026-01-19 02:27:31] "GET /domains HTTP/1.1" 200 280 0.029657 10.0.0.22 - - [2026-01-19 02:27:31] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001525 10.0.0.22 - - [2026-01-19 02:27:31] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2749 0.008379 10.0.0.22 - - [2026-01-19 02:27:31] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001141 10.0.0.22 - - [2026-01-19 02:27:31] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1 HTTP/1.1" 200 2090 0.066527 10.0.0.22 - - [2026-01-19 02:27:31] "GET /virtual-network/53de51a4-a9ee-48b4-b0b6-dc4c02d5a838 HTTP/1.1" 200 2319 0.005913 10.0.0.22 - - [2026-01-19 02:27:31] "GET /virtual-network/53de51a4-a9ee-48b4-b0b6-dc4c02d5a838 HTTP/1.1" 200 2319 0.004305 10.0.0.22 - - [2026-01-19 02:27:31] "GET /routing-instance/c372b954-ac1b-437d-9fe9-f8ed7ddb480b HTTP/1.1" 200 1494 0.003253 10.0.0.22 - - [2026-01-19 02:27:31] "GET /routing-instance/c372b954-ac1b-437d-9fe9-f8ed7ddb480b HTTP/1.1" 200 1494 0.004050 10.0.0.22 - - [2026-01-19 02:27:31] "GET /route-target/3f0f2e87-3e73-47df-a5e2-5ac372a04e96 HTTP/1.1" 200 1212 0.003520 10.0.0.22 - - [2026-01-19 02:27:31] "GET /virtual-network/53de51a4-a9ee-48b4-b0b6-dc4c02d5a838 HTTP/1.1" 200 2319 0.004356 10.0.0.22 - - [2026-01-19 02:27:31] "GET /routing-instance/c372b954-ac1b-437d-9fe9-f8ed7ddb480b HTTP/1.1" 200 1494 0.003554 10.0.0.22 - - [2026-01-19 02:27:31] "GET /virtual-network/53de51a4-a9ee-48b4-b0b6-dc4c02d5a838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005797 10.0.0.22 - - [2026-01-19 02:27:31] "GET /virtual-network/53de51a4-a9ee-48b4-b0b6-dc4c02d5a838 HTTP/1.1" 200 2319 0.004615 10.0.0.22 - - [2026-01-19 02:27:31] "GET /routing-instance/c372b954-ac1b-437d-9fe9-f8ed7ddb480b HTTP/1.1" 200 1494 0.003264 10.0.0.22 - - [2026-01-19 02:27:31] "GET /routing-instance/c372b954-ac1b-437d-9fe9-f8ed7ddb480b HTTP/1.1" 200 1494 0.005534 10.0.0.22 - - [2026-01-19 02:27:31] "GET /route-target/3f0f2e87-3e73-47df-a5e2-5ac372a04e96 HTTP/1.1" 200 1212 0.003079 10.0.0.22 - - [2026-01-19 02:27:31] "GET /domains HTTP/1.1" 200 280 0.003270 10.0.0.22 - - [2026-01-19 02:27:31] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.22 - - [2026-01-19 02:27:31] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2749 0.007127 10.0.0.22 - - [2026-01-19 02:27:31] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001000 10.0.0.22 - - [2026-01-19 02:27:31] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1 HTTP/1.1" 200 2090 0.068138 10.0.0.22 - - [2026-01-19 02:27:31] "GET /virtual-network/53de51a4-a9ee-48b4-b0b6-dc4c02d5a838 HTTP/1.1" 200 2319 0.004833 10.0.0.22 - - [2026-01-19 02:27:31] "GET /obj-perms HTTP/1.1" 200 5026 0.059276 10.0.0.22 - - [2026-01-19 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.22 - - [2026-01-19 02:27:31] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001158 10.0.0.22 - - [2026-01-19 02:27:31] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.022477 10.0.0.22 - - [2026-01-19 02:27:31] "POST /neutron/network HTTP/1.1" 200 117 0.009808 10.0.0.22 - - [2026-01-19 02:27:31] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001050 10.0.0.22 - - [2026-01-19 02:27:31] "POST /neutron/network HTTP/1.1" 200 613 0.063910 10.0.0.22 - - [2026-01-19 02:27:31] "POST /route-targets HTTP/1.1" 200 327 0.009961 10.0.0.22 - - [2026-01-19 02:27:31] "POST /ref-update HTTP/1.1" 200 156 0.016030 10.0.0.22 - - [2026-01-19 02:27:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002433 10.0.0.22 - - [2026-01-19 02:27:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.184836 10.0.0.22 - - [2026-01-19 02:27:32] "POST /neutron/network HTTP/1.1" 200 832 0.005060 10.0.0.22 - - [2026-01-19 02:27:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001379 10.0.0.22 - - [2026-01-19 02:27:32] "GET /virtual-network/01eb787b-150e-4c81-9deb-0911ff1d842d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004377 10.0.0.22 - - [2026-01-19 02:27:32] "POST /neutron/network HTTP/1.1" 200 832 0.006317 10.0.0.22 - - [2026-01-19 02:27:32] "GET /virtual-network/01eb787b-150e-4c81-9deb-0911ff1d842d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008309 10.0.0.22 - - [2026-01-19 02:27:32] "POST /neutron/network HTTP/1.1" 200 832 0.006204 10.0.0.22 - - [2026-01-19 02:27:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.006665 10.0.0.22 - - [2026-01-19 02:27:32] "GET /domains HTTP/1.1" 200 280 0.002487 10.0.0.22 - - [2026-01-19 02:27:32] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.22 - - [2026-01-19 02:27:32] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2749 0.006300 10.0.0.22 - - [2026-01-19 02:27:32] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001148 10.0.0.22 - - [2026-01-19 02:27:32] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1 HTTP/1.1" 200 2308 0.070010 10.0.0.22 - - [2026-01-19 02:27:32] "GET /virtual-network/01eb787b-150e-4c81-9deb-0911ff1d842d HTTP/1.1" 200 2318 0.006309 10.0.0.22 - - [2026-01-19 02:27:32] "GET /virtual-network/01eb787b-150e-4c81-9deb-0911ff1d842d HTTP/1.1" 200 2318 0.005172 10.0.0.22 - - [2026-01-19 02:27:32] "GET /routing-instance/0f1e8cb9-4dff-461e-ac9a-32127a17548b HTTP/1.1" 200 1493 0.003868 10.0.0.22 - - [2026-01-19 02:27:32] "GET /routing-instance/0f1e8cb9-4dff-461e-ac9a-32127a17548b HTTP/1.1" 200 1493 0.003607 10.0.0.22 - - [2026-01-19 02:27:32] "GET /route-target/41d40dfe-8f1d-46b2-bbf0-79ff238d7eb9 HTTP/1.1" 200 1212 0.004041 10.0.0.22 - - [2026-01-19 02:27:32] "GET /virtual-network/01eb787b-150e-4c81-9deb-0911ff1d842d HTTP/1.1" 200 2318 0.004636 10.0.0.22 - - [2026-01-19 02:27:32] "GET /routing-instance/0f1e8cb9-4dff-461e-ac9a-32127a17548b HTTP/1.1" 200 1493 0.005068 10.0.0.22 - - [2026-01-19 02:27:32] "GET /virtual-network/01eb787b-150e-4c81-9deb-0911ff1d842d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005740 10.0.0.22 - - [2026-01-19 02:27:32] "GET /virtual-network/01eb787b-150e-4c81-9deb-0911ff1d842d HTTP/1.1" 200 2318 0.005084 10.0.0.22 - - [2026-01-19 02:27:32] "GET /routing-instance/0f1e8cb9-4dff-461e-ac9a-32127a17548b HTTP/1.1" 200 1493 0.003328 10.0.0.22 - - [2026-01-19 02:27:32] "GET /routing-instance/0f1e8cb9-4dff-461e-ac9a-32127a17548b HTTP/1.1" 200 1493 0.003228 10.0.0.22 - - [2026-01-19 02:27:32] "GET /route-target/41d40dfe-8f1d-46b2-bbf0-79ff238d7eb9 HTTP/1.1" 200 1212 0.003223 10.0.0.22 - - [2026-01-19 02:27:32] "GET /domains HTTP/1.1" 200 280 0.002496 10.0.0.22 - - [2026-01-19 02:27:32] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001047 10.0.0.22 - - [2026-01-19 02:27:32] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2749 0.006814 10.0.0.22 - - [2026-01-19 02:27:32] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000969 10.0.0.22 - - [2026-01-19 02:27:32] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1 HTTP/1.1" 200 2308 0.070038 10.0.0.22 - - [2026-01-19 02:27:32] "GET /virtual-network/01eb787b-150e-4c81-9deb-0911ff1d842d HTTP/1.1" 200 2318 0.004721 10.0.0.22 - - [2026-01-19 02:27:32] "GET /obj-perms HTTP/1.1" 200 5026 0.002912 10.0.0.22 - - [2026-01-19 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.22 - - [2026-01-19 02:27:32] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001877 10.0.0.22 - - [2026-01-19 02:27:32] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.030936 10.0.0.22 - - [2026-01-19 02:27:32] "POST /neutron/network HTTP/1.1" 200 117 0.010190 10.0.0.22 - - [2026-01-19 02:27:32] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001450 10.0.0.22 - - [2026-01-19 02:27:32] "POST /neutron/network HTTP/1.1" 200 615 0.068306 10.0.0.22 - - [2026-01-19 02:27:32] "POST /ref-update HTTP/1.1" 200 156 0.011611 10.0.0.22 - - [2026-01-19 02:27:33] "POST /useragent-kv HTTP/1.1" 200 115 0.007151 10.0.0.22 - - [2026-01-19 02:27:33] "POST /neutron/subnet HTTP/1.1" 200 725 0.195413 10.0.0.22 - - [2026-01-19 02:27:33] "POST /neutron/network HTTP/1.1" 200 834 0.005748 10.0.0.22 - - [2026-01-19 02:27:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001251 10.0.0.22 - - [2026-01-19 02:27:33] "GET /virtual-network/af19afad-9111-469e-9392-3bd9b06bc133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005035 10.0.0.22 - - [2026-01-19 02:27:33] "POST /neutron/network HTTP/1.1" 200 834 0.010713 10.0.0.22 - - [2026-01-19 02:27:33] "GET /virtual-network/af19afad-9111-469e-9392-3bd9b06bc133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007129 10.0.0.22 - - [2026-01-19 02:27:33] "POST /neutron/network HTTP/1.1" 200 834 0.005889 10.0.0.22 - - [2026-01-19 02:27:33] "POST /neutron/subnet HTTP/1.1" 200 725 0.008107 10.0.0.22 - - [2026-01-19 02:27:33] "GET /domains HTTP/1.1" 200 280 0.002724 10.0.0.22 - - [2026-01-19 02:27:33] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000970 10.0.0.22 - - [2026-01-19 02:27:33] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2749 0.006362 10.0.0.22 - - [2026-01-19 02:27:33] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001101 10.0.0.22 - - [2026-01-19 02:27:33] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1 HTTP/1.1" 200 2527 0.070154 10.0.0.22 - - [2026-01-19 02:27:33] "GET /virtual-network/af19afad-9111-469e-9392-3bd9b06bc133 HTTP/1.1" 200 2325 0.006078 10.0.0.22 - - [2026-01-19 02:27:33] "GET /virtual-network/af19afad-9111-469e-9392-3bd9b06bc133 HTTP/1.1" 200 2325 0.004869 10.0.0.22 - - [2026-01-19 02:27:33] "GET /routing-instance/9845a74d-d521-4667-bd7d-948d22414c8b HTTP/1.1" 200 1498 0.004063 10.0.0.22 - - [2026-01-19 02:27:33] "GET /routing-instance/9845a74d-d521-4667-bd7d-948d22414c8b HTTP/1.1" 200 1498 0.003458 10.0.0.22 - - [2026-01-19 02:27:33] "GET /route-target/158f1629-f65b-48de-bf60-9837892e2f18 HTTP/1.1" 200 1214 0.003461 10.0.0.22 - - [2026-01-19 02:27:33] "GET /virtual-network/af19afad-9111-469e-9392-3bd9b06bc133 HTTP/1.1" 200 2325 0.005667 10.0.0.22 - - [2026-01-19 02:27:33] "GET /routing-instance/9845a74d-d521-4667-bd7d-948d22414c8b HTTP/1.1" 200 1498 0.004525 10.0.0.22 - - [2026-01-19 02:27:33] "GET /virtual-network/af19afad-9111-469e-9392-3bd9b06bc133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004748 10.0.0.22 - - [2026-01-19 02:27:33] "GET /virtual-network/af19afad-9111-469e-9392-3bd9b06bc133 HTTP/1.1" 200 2325 0.005366 10.0.0.22 - - [2026-01-19 02:27:33] "GET /routing-instance/9845a74d-d521-4667-bd7d-948d22414c8b HTTP/1.1" 200 1498 0.003560 10.0.0.22 - - [2026-01-19 02:27:33] "GET /routing-instance/9845a74d-d521-4667-bd7d-948d22414c8b HTTP/1.1" 200 1498 0.003959 10.0.0.22 - - [2026-01-19 02:27:33] "GET /route-target/158f1629-f65b-48de-bf60-9837892e2f18 HTTP/1.1" 200 1214 0.003268 10.0.0.22 - - [2026-01-19 02:27:33] "GET /domains HTTP/1.1" 200 280 0.002602 10.0.0.22 - - [2026-01-19 02:27:33] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.22 - - [2026-01-19 02:27:33] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2749 0.006830 10.0.0.22 - - [2026-01-19 02:27:33] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000912 10.0.0.22 - - [2026-01-19 02:27:33] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1 HTTP/1.1" 200 2527 0.064821 10.0.0.22 - - [2026-01-19 02:27:33] "GET /virtual-network/af19afad-9111-469e-9392-3bd9b06bc133 HTTP/1.1" 200 2325 0.004713 10.0.0.22 - - [2026-01-19 02:27:33] "GET /obj-perms HTTP/1.1" 200 5026 0.002899 10.0.0.22 - - [2026-01-19 02:27:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001362 10.0.0.22 - - [2026-01-19 02:27:33] "POST /neutron/network HTTP/1.1" 200 842 0.006032 10.0.0.22 - - [2026-01-19 02:27:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000374 10.0.0.22 - - [2026-01-19 02:27:34] "GET / HTTP/1.1" 200 35931 0.001798 10.0.0.22 - - [2026-01-19 02:27:34] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000376 10.0.0.22 - - [2026-01-19 02:27:34] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001095 10.0.0.22 - - [2026-01-19 02:27:34] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.051368 10.0.0.22 - - [2026-01-19 02:27:34] "POST /neutron/network HTTP/1.1" 200 832 0.005137 10.0.0.22 - - [2026-01-19 02:27:34] "POST /neutron/port HTTP/1.1" 200 117 0.006331 10.0.0.22 - - [2026-01-19 02:27:34] "POST /neutron/port HTTP/1.1" 200 117 0.005000 10.0.0.22 - - [2026-01-19 02:27:34] "POST /id-to-fqname HTTP/1.1" 200 224 0.001728 10.0.0.22 - - [2026-01-19 02:27:34] "POST /neutron/port HTTP/1.1" 200 117 0.004855 10.0.0.22 - - [2026-01-19 02:27:34] "POST /neutron/network HTTP/1.1" 200 844 0.005694 10.0.0.22 - - [2026-01-19 02:27:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000483 10.0.0.22 - - [2026-01-19 02:27:35] "POST /neutron/network HTTP/1.1" 200 842 0.004886 10.0.0.22 - - [2026-01-19 02:27:35] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001133 10.0.0.22 - - [2026-01-19 02:27:35] "GET / HTTP/1.1" 200 35931 0.002655 10.0.0.22 - - [2026-01-19 02:27:35] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000356 10.0.0.22 - - [2026-01-19 02:27:35] "POST /neutron/port HTTP/1.1" 200 1058 0.225255 10.0.0.22 - - [2026-01-19 02:27:35] "POST /neutron/port HTTP/1.1" 200 1058 0.010334 10.0.0.22 - - [2026-01-19 02:27:35] "POST /neutron/port HTTP/1.1" 200 1058 0.010626 10.0.0.22 - - [2026-01-19 02:27:35] "POST /neutron/port HTTP/1.1" 200 1112 0.052353 10.0.0.22 - - [2026-01-19 02:27:35] "POST /neutron/port HTTP/1.1" 200 1122 0.011284 10.0.0.22 - - [2026-01-19 02:27:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003645 10.0.0.22 - - [2026-01-19 02:27:35] "POST /neutron/subnet HTTP/1.1" 200 699 0.009146 10.0.0.22 - - [2026-01-19 02:27:35] "POST /neutron/port HTTP/1.1" 200 117 0.001734 10.0.0.22 - - [2026-01-19 02:27:35] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001461 10.0.0.22 - - [2026-01-19 02:27:35] "POST /neutron/network HTTP/1.1" 200 832 0.006695 10.0.0.22 - - [2026-01-19 02:27:35] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.062923 10.0.0.22 - - [2026-01-19 02:27:35] "POST /neutron/network HTTP/1.1" 200 834 0.008754 10.0.0.22 - - [2026-01-19 02:27:35] "POST /neutron/port HTTP/1.1" 200 1122 0.018285 10.0.0.22 - - [2026-01-19 02:27:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006045 10.0.0.22 - - [2026-01-19 02:27:35] "POST /neutron/port HTTP/1.1" 200 117 0.005254 10.0.0.22 - - [2026-01-19 02:27:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.009198 10.0.0.22 - - [2026-01-19 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.22 - - [2026-01-19 02:27:35] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001133 10.0.0.22 - - [2026-01-19 02:27:35] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.009381 10.0.0.22 - - [2026-01-19 02:27:35] "POST /service-templates HTTP/1.1" 200 543 0.016544 10.0.0.22 - - [2026-01-19 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.22 - - [2026-01-19 02:27:36] "GET /service-template/51a7008c-43e8-40f8-9609-88ff080be4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.011047 10.0.0.22 - - [2026-01-19 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.22 - - [2026-01-19 02:27:36] "GET /service-template/51a7008c-43e8-40f8-9609-88ff080be4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003958 10.0.0.22 - - [2026-01-19 02:27:36] "POST /neutron/network HTTP/1.1" 200 844 0.005491 10.0.0.22 - - [2026-01-19 02:27:36] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001229 10.0.0.22 - - [2026-01-19 02:27:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001326 10.0.0.22 - - [2026-01-19 02:27:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001332 10.0.0.22 - - [2026-01-19 02:27:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001456 10.0.0.22 - - [2026-01-19 02:27:36] "POST /neutron/port HTTP/1.1" 200 1058 0.230045 10.0.0.22 - - [2026-01-19 02:27:36] "POST /neutron/port HTTP/1.1" 200 1058 0.014063 10.0.0.22 - - [2026-01-19 02:27:36] "POST /neutron/port HTTP/1.1" 200 1058 0.010301 10.0.0.22 - - [2026-01-19 02:27:36] "POST /neutron/port HTTP/1.1" 200 2092 0.058901 10.0.0.22 - - [2026-01-19 02:27:36] "POST /neutron/port HTTP/1.1" 200 1112 0.137764 10.0.0.22 - - [2026-01-19 02:27:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008343 10.0.0.22 - - [2026-01-19 02:27:36] "POST /neutron/port HTTP/1.1" 200 1122 0.012129 10.0.0.22 - - [2026-01-19 02:27:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003549 10.0.0.22 - - [2026-01-19 02:27:36] "POST /neutron/subnet HTTP/1.1" 200 699 0.009200 10.0.0.22 - - [2026-01-19 02:27:36] "POST /neutron/port HTTP/1.1" 200 117 0.001490 10.0.0.22 - - [2026-01-19 02:27:36] "POST /neutron/network HTTP/1.1" 200 834 0.006518 10.0.0.22 - - [2026-01-19 02:27:37] "POST /neutron/network HTTP/1.1" 200 2223 0.009593 10.0.0.22 - - [2026-01-19 02:27:37] "GET /aaa-mode HTTP/1.1" 401 292 0.000446 10.0.0.22 - - [2026-01-19 02:27:37] "GET / HTTP/1.1" 200 35931 0.001662 10.0.0.22 - - [2026-01-19 02:27:37] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000373 10.0.0.22 - - [2026-01-19 02:27:37] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001592 10.0.0.22 - - [2026-01-19 02:27:38] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.060709 10.0.0.22 - - [2026-01-19 02:27:38] "POST /neutron/network HTTP/1.1" 200 832 0.007011 10.0.0.22 - - [2026-01-19 02:27:38] "POST /neutron/network HTTP/1.1" 200 832 0.005797 10.0.0.22 - - [2026-01-19 02:27:38] "POST /neutron/network HTTP/1.1" 200 834 0.007455 10.0.0.22 - - [2026-01-19 02:27:38] "POST /neutron/port HTTP/1.1" 200 2092 0.021974 10.0.0.22 - - [2026-01-19 02:27:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006484 10.0.0.22 - - [2026-01-19 02:27:38] "POST /neutron/port HTTP/1.1" 200 117 0.009064 10.0.0.22 - - [2026-01-19 02:27:38] "POST /neutron/port HTTP/1.1" 200 117 0.006177 10.0.0.22 - - [2026-01-19 02:27:38] "POST /neutron/network HTTP/1.1" 200 2223 0.010105 10.0.0.22 - - [2026-01-19 02:27:38] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001328 10.0.0.22 - - [2026-01-19 02:27:38] "POST /neutron/port HTTP/1.1" 200 1058 0.266820 10.0.0.22 - - [2026-01-19 02:27:38] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001157 10.0.0.22 - - [2026-01-19 02:27:39] "POST /neutron/port HTTP/1.1" 200 1058 0.201287 10.0.0.22 - - [2026-01-19 02:27:39] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001204 10.0.0.22 - - [2026-01-19 02:27:39] "POST /neutron/port HTTP/1.1" 200 1058 0.189305 10.0.0.22 - - [2026-01-19 02:27:39] "POST /neutron/port HTTP/1.1" 200 1058 0.009571 10.0.0.22 - - [2026-01-19 02:27:39] "POST /neutron/port HTTP/1.1" 200 1058 0.008942 10.0.0.22 - - [2026-01-19 02:27:39] "POST /neutron/port HTTP/1.1" 200 1112 0.062098 10.0.0.22 - - [2026-01-19 02:27:39] "POST /neutron/port HTTP/1.1" 200 1058 0.011050 10.0.0.22 - - [2026-01-19 02:27:39] "POST /neutron/port HTTP/1.1" 200 1058 0.009444 10.0.0.22 - - [2026-01-19 02:27:39] "POST /neutron/port HTTP/1.1" 200 1112 0.079021 10.0.0.22 - - [2026-01-19 02:27:39] "POST /neutron/port HTTP/1.1" 200 1058 0.010609 10.0.0.22 - - [2026-01-19 02:27:39] "POST /neutron/port HTTP/1.1" 200 1058 0.013558 10.0.0.22 - - [2026-01-19 02:27:39] "POST /neutron/port HTTP/1.1" 200 1112 0.068831 10.0.0.22 - - [2026-01-19 02:27:39] "POST /neutron/port HTTP/1.1" 200 3061 0.019852 10.0.0.22 - - [2026-01-19 02:27:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003844 10.0.0.22 - - [2026-01-19 02:27:39] "POST /neutron/subnet HTTP/1.1" 200 699 0.006605 10.0.0.22 - - [2026-01-19 02:27:39] "POST /neutron/port HTTP/1.1" 200 117 0.001246 10.0.0.22 - - [2026-01-19 02:27:39] "POST /neutron/network HTTP/1.1" 200 832 0.005544 10.0.0.22 - - [2026-01-19 02:27:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003469 10.0.0.22 - - [2026-01-19 02:27:39] "POST /neutron/subnet HTTP/1.1" 200 699 0.006755 10.0.0.22 - - [2026-01-19 02:27:39] "POST /neutron/port HTTP/1.1" 200 117 0.001263 10.0.0.22 - - [2026-01-19 02:27:39] "POST /neutron/network HTTP/1.1" 200 832 0.006716 10.0.0.22 - - [2026-01-19 02:27:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004386 10.0.0.22 - - [2026-01-19 02:27:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.007581 10.0.0.22 - - [2026-01-19 02:27:40] "POST /neutron/port HTTP/1.1" 200 117 0.001161 10.0.0.22 - - [2026-01-19 02:27:40] "POST /neutron/network HTTP/1.1" 200 834 0.005601 10.0.0.22 - - [2026-01-19 02:27:43] "POST /neutron/port HTTP/1.1" 200 3061 0.024114 10.0.0.22 - - [2026-01-19 02:27:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006629 10.0.0.22 - - [2026-01-19 02:27:43] "POST /neutron/port HTTP/1.1" 200 3061 0.019266 10.0.0.22 - - [2026-01-19 02:27:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006077 10.0.0.22 - - [2026-01-19 02:27:43] "POST /neutron/port HTTP/1.1" 200 3061 0.019068 10.0.0.22 - - [2026-01-19 02:27:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007246 10.0.0.22 - - [2026-01-19 02:27:43] "POST /neutron/port HTTP/1.1" 200 3061 0.017979 10.0.0.22 - - [2026-01-19 02:27:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005156 10.0.0.22 - - [2026-01-19 02:27:43] "POST /neutron/port HTTP/1.1" 200 3061 0.018786 10.0.0.22 - - [2026-01-19 02:27:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006929 10.0.0.22 - - [2026-01-19 02:27:43] "GET /virtual-machine/9d1d1b72-02b3-4eae-b1d7-0326a7efdbc7 HTTP/1.1" 200 1803 0.006021 10.0.0.22 - - [2026-01-19 02:27:43] "GET /virtual-machine-interface/6162fddc-bace-4ff8-bf2a-39acdcd5784d HTTP/1.1" 200 2949 0.004768 10.0.0.22 - - [2026-01-19 02:27:43] "GET /virtual-machine-interface/6fc477bb-5461-4479-957a-cd58296a4b00 HTTP/1.1" 200 2946 0.005091 10.0.0.22 - - [2026-01-19 02:27:43] "GET /virtual-machine-interface/c5b70ecc-1149-4be3-8b92-b0e73710c891 HTTP/1.1" 200 2947 0.004589 10.0.0.22 - - [2026-01-19 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.22 - - [2026-01-19 02:27:43] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003088 10.0.0.22 - - [2026-01-19 02:27:43] "GET /virtual-networks?parent_id=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003573 10.0.0.22 - - [2026-01-19 02:27:43] "GET /virtual-network/53de51a4-a9ee-48b4-b0b6-dc4c02d5a838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007210 10.0.0.22 - - [2026-01-19 02:27:44] "POST /neutron/port HTTP/1.1" 200 1122 0.012302 10.0.0.22 - - [2026-01-19 02:27:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005165 10.0.0.22 - - [2026-01-19 02:27:45] "POST /neutron/port HTTP/1.1" 200 1122 0.011377 10.0.0.22 - - [2026-01-19 02:27:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005247 10.0.0.22 - - [2026-01-19 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.22 - - [2026-01-19 02:27:47] "GET /virtual-network/53de51a4-a9ee-48b4-b0b6-dc4c02d5a838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005312 10.0.0.22 - - [2026-01-19 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.22 - - [2026-01-19 02:27:51] "GET /virtual-network/53de51a4-a9ee-48b4-b0b6-dc4c02d5a838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004981 10.0.0.22 - - [2026-01-19 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.22 - - [2026-01-19 02:27:55] "GET /virtual-network/53de51a4-a9ee-48b4-b0b6-dc4c02d5a838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004764 10.0.0.22 - - [2026-01-19 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.22 - - [2026-01-19 02:27:59] "GET /virtual-network/53de51a4-a9ee-48b4-b0b6-dc4c02d5a838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004722 10.0.0.22 - - [2026-01-19 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.22 - - [2026-01-19 02:28:01] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003065 10.0.0.22 - - [2026-01-19 02:28:01] "GET /virtual-networks?parent_id=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004090 10.0.0.22 - - [2026-01-19 02:28:01] "GET /virtual-network/53de51a4-a9ee-48b4-b0b6-dc4c02d5a838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005017 10.0.0.22 - - [2026-01-19 02:28:01] "POST /neutron/port HTTP/1.1" 200 3061 0.020977 10.0.0.22 - - [2026-01-19 02:28:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006939 10.0.0.22 - - [2026-01-19 02:28:04] "DELETE /project/6e2a2a765f7042c19b8213d6681f4db1 HTTP/1.1" 404 173 0.004382 10.0.0.22 - - [2026-01-19 02:28:04] "GET /projects?obj_uuids=367ace39-ba2b-4f90-953d-1bd340443b11&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000853 10.0.0.22 - - [2026-01-19 02:28:04] "GET /project/367ace39-ba2b-4f90-953d-1bd340443b11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.022385 10.0.0.22 - - [2026-01-19 02:28:04] "GET /projects?obj_uuids=367ace39-ba2b-4f90-953d-1bd340443b11&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001093 10.0.0.22 - - [2026-01-19 02:28:04] "GET /project/367ace39-ba2b-4f90-953d-1bd340443b11?fields=security_groups HTTP/1.1" 200 1352 0.066391 10.0.0.22 - - [2026-01-19 02:28:04] "DELETE /security-group/77b56671-f9ef-4f78-ba83-6c226c796d0f HTTP/1.1" 200 115 0.035501 10.0.0.22 - - [2026-01-19 02:28:04] "GET /projects?obj_uuids=367ace39-ba2b-4f90-953d-1bd340443b11&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000978 10.0.0.22 - - [2026-01-19 02:28:04] "DELETE /access-control-list/a06953d7-0c40-43ec-b295-e040aa0a022f HTTP/1.1" 200 115 0.031025 10.0.0.22 - - [2026-01-19 02:28:04] "GET /project/367ace39-ba2b-4f90-953d-1bd340443b11?fields=application_policy_sets HTTP/1.1" 200 1391 0.027789 10.0.0.22 - - [2026-01-19 02:28:04] "DELETE /access-control-list/8b73dc80-be85-451f-ac50-f309d53aee36 HTTP/1.1" 200 115 0.023262 10.0.0.22 - - [2026-01-19 02:28:04] "DELETE /project/367ace39-ba2b-4f90-953d-1bd340443b11 HTTP/1.1" 200 115 0.300247 10.0.0.22 - - [2026-01-19 02:28:07] "POST /neutron/port HTTP/1.1" 200 3061 0.021343 10.0.0.22 - - [2026-01-19 02:28:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006225 10.0.0.22 - - [2026-01-19 02:28:09] "GET /obj-perms HTTP/1.1" 200 5056 0.055629 10.0.0.22 - - [2026-01-19 02:28:10] "GET /obj-perms HTTP/1.1" 200 5056 0.064648 10.0.0.22 - - [2026-01-19 02:28:10] "POST /neutron/port HTTP/1.1" 200 3061 0.016860 10.0.0.22 - - [2026-01-19 02:28:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005628 10.0.0.22 - - [2026-01-19 02:28:12] "POST /neutron/port HTTP/1.1" 200 3061 0.024496 10.0.0.22 - - [2026-01-19 02:28:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007078 10.0.0.22 - - [2026-01-19 02:28:17] "POST /neutron/port HTTP/1.1" 200 3061 0.018635 10.0.0.22 - - [2026-01-19 02:28:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005820 10.0.0.22 - - [2026-01-19 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.22 - - [2026-01-19 02:28:22] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003262 10.0.0.22 - - [2026-01-19 02:28:22] "GET /virtual-networks?parent_id=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002782 10.0.0.22 - - [2026-01-19 02:28:22] "GET /virtual-network/01eb787b-150e-4c81-9deb-0911ff1d842d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005564 10.0.0.22 - - [2026-01-19 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.22 - - [2026-01-19 02:28:22] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004484 10.0.0.22 - - [2026-01-19 02:28:22] "GET /virtual-networks?parent_id=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003542 10.0.0.22 - - [2026-01-19 02:28:22] "GET /virtual-network/af19afad-9111-469e-9392-3bd9b06bc133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006233 10.0.0.22 - - [2026-01-19 02:28:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.003883 10.0.0.22 - - [2026-01-19 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.22 - - [2026-01-19 02:28:23] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.038155 10.0.0.22 - - [2026-01-19 02:28:23] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.061148 10.0.0.22 - - [2026-01-19 02:28:23] "POST /service-instances HTTP/1.1" 200 543 0.064356 10.0.0.22 - - [2026-01-19 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.22 - - [2026-01-19 02:28:23] "GET /service-instance/9f996c94-e79d-4abb-a91e-c887190a98dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.005335 10.0.0.22 - - [2026-01-19 02:28:23] "POST /port-tuples HTTP/1.1" 200 586 0.025000 10.0.0.22 - - [2026-01-19 02:28:23] "GET /virtual-machine-interface/6fc477bb-5461-4479-957a-cd58296a4b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005010 10.0.0.22 - - [2026-01-19 02:28:23] "PUT /virtual-machine-interface/6fc477bb-5461-4479-957a-cd58296a4b00 HTTP/1.1" 200 284 0.011123 10.0.0.22 - - [2026-01-19 02:28:23] "POST /ref-update HTTP/1.1" 200 156 0.010996 10.0.0.22 - - [2026-01-19 02:28:23] "POST /instance-ips HTTP/1.1" 200 385 0.021011 10.0.0.22 - - [2026-01-19 02:28:23] "POST /ref-update HTTP/1.1" 200 156 0.009897 10.0.0.22 - - [2026-01-19 02:28:23] "GET /virtual-machine-interface/c5b70ecc-1149-4be3-8b92-b0e73710c891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.004474 10.0.0.22 - - [2026-01-19 02:28:23] "POST /ref-update HTTP/1.1" 200 156 0.007951 10.0.0.22 - - [2026-01-19 02:28:23] "PUT /virtual-machine-interface/c5b70ecc-1149-4be3-8b92-b0e73710c891 HTTP/1.1" 200 284 0.012313 10.0.0.22 - - [2026-01-19 02:28:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003095 10.0.0.22 - - [2026-01-19 02:28:23] "POST /ref-update HTTP/1.1" 200 156 0.009763 10.0.0.22 - - [2026-01-19 02:28:23] "GET /virtual-machine-interface/6162fddc-bace-4ff8-bf2a-39acdcd5784d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.008119 10.0.0.22 - - [2026-01-19 02:28:23] "POST /instance-ips HTTP/1.1" 200 385 0.034736 10.0.0.22 - - [2026-01-19 02:28:24] "PUT /virtual-machine-interface/6162fddc-bace-4ff8-bf2a-39acdcd5784d HTTP/1.1" 200 284 0.015650 10.0.0.22 - - [2026-01-19 02:28:24] "POST /ref-update HTTP/1.1" 200 156 0.013675 10.0.0.22 - - [2026-01-19 02:28:24] "POST /ref-update HTTP/1.1" 200 156 0.034549 10.0.0.22 - - [2026-01-19 02:28:24] "POST /ref-update HTTP/1.1" 200 156 0.021244 10.0.0.22 - - [2026-01-19 02:28:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004886 10.0.0.22 - - [2026-01-19 02:28:24] "POST /instance-ips HTTP/1.1" 200 373 0.027162 10.0.0.22 - - [2026-01-19 02:28:24] "POST /neutron/port HTTP/1.1" 200 1122 0.021854 10.0.0.22 - - [2026-01-19 02:28:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008954 10.0.0.22 - - [2026-01-19 02:28:24] "POST /ref-update HTTP/1.1" 200 156 0.011636 10.0.0.22 - - [2026-01-19 02:28:24] "POST /neutron/port HTTP/1.1" 200 1122 0.013606 10.0.0.22 - - [2026-01-19 02:28:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005513 10.0.0.22 - - [2026-01-19 02:28:24] "POST /ref-update HTTP/1.1" 200 156 0.013270 10.0.0.22 - - [2026-01-19 02:28:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003739 10.0.0.22 - - [2026-01-19 02:28:24] "POST /neutron/port HTTP/1.1" 200 1122 0.013835 10.0.0.22 - - [2026-01-19 02:28:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008732 10.0.0.22 - - [2026-01-19 02:28:24] "GET /virtual-machine/04b371ac-c170-4bcf-8c74-d5a4f6fdce29 HTTP/1.1" 200 1289 0.009697 10.0.0.22 - - [2026-01-19 02:28:24] "GET /virtual-machine-interface/6d250667-1e7f-4824-964f-9d904f481400 HTTP/1.1" 200 2946 0.004554 10.0.0.22 - - [2026-01-19 02:28:24] "POST /instance-ips HTTP/1.1" 200 373 0.023615 10.0.0.22 - - [2026-01-19 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.22 - - [2026-01-19 02:28:24] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003057 10.0.0.22 - - [2026-01-19 02:28:24] "POST /ref-update HTTP/1.1" 200 156 0.008587 10.0.0.22 - - [2026-01-19 02:28:24] "GET /virtual-networks?parent_id=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003568 10.0.0.22 - - [2026-01-19 02:28:24] "POST /ref-update HTTP/1.1" 200 156 0.009000 10.0.0.22 - - [2026-01-19 02:28:24] "GET /virtual-network/01eb787b-150e-4c81-9deb-0911ff1d842d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005239 10.0.0.22 - - [2026-01-19 02:28:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003590 10.0.0.22 - - [2026-01-19 02:28:24] "POST /instance-ips HTTP/1.1" 200 375 0.019268 10.0.0.22 - - [2026-01-19 02:28:24] "POST /ref-update HTTP/1.1" 200 156 0.008161 10.0.0.22 - - [2026-01-19 02:28:24] "POST /ref-update HTTP/1.1" 200 156 0.007720 10.0.0.22 - - [2026-01-19 02:28:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.009827 10.0.0.22 - - [2026-01-19 02:28:24] "POST /instance-ips HTTP/1.1" 200 375 0.020695 10.0.0.22 - - [2026-01-19 02:28:25] "POST /ref-update HTTP/1.1" 200 156 0.007587 10.0.0.22 - - [2026-01-19 02:28:25] "POST /ref-update HTTP/1.1" 200 156 0.008634 10.0.0.22 - - [2026-01-19 02:28:25] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005341 10.0.0.22 - - [2026-01-19 02:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.22 - - [2026-01-19 02:28:25] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003347 10.0.0.22 - - [2026-01-19 02:28:25] "GET /virtual-networks?parent_id=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003349 10.0.0.22 - - [2026-01-19 02:28:25] "GET /virtual-network/01eb787b-150e-4c81-9deb-0911ff1d842d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005611 10.0.0.22 - - [2026-01-19 02:28:26] "POST /neutron/port HTTP/1.1" 200 1122 0.011835 10.0.0.22 - - [2026-01-19 02:28:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007325 10.0.0.22 - - [2026-01-19 02:28:26] "POST /neutron/port HTTP/1.1" 200 1122 0.014630 10.0.0.22 - - [2026-01-19 02:28:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006201 10.0.0.22 - - [2026-01-19 02:28:26] "POST /neutron/port HTTP/1.1" 200 1122 0.010865 10.0.0.22 - - [2026-01-19 02:28:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006614 10.0.0.22 - - [2026-01-19 02:28:26] "GET /virtual-machine/aa94ce0c-581c-4319-9032-2c6e4f95c957 HTTP/1.1" 200 1291 0.007623 10.0.0.22 - - [2026-01-19 02:28:26] "GET /virtual-machine-interface/9af7458b-b98f-4939-8d00-e96892fc429b HTTP/1.1" 200 2950 0.008909 10.0.0.22 - - [2026-01-19 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005292 10.0.0.22 - - [2026-01-19 02:28:26] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004821 10.0.0.22 - - [2026-01-19 02:28:26] "GET /virtual-networks?parent_id=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003036 10.0.0.22 - - [2026-01-19 02:28:26] "GET /virtual-network/af19afad-9111-469e-9392-3bd9b06bc133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005710 10.0.0.22 - - [2026-01-19 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.22 - - [2026-01-19 02:28:27] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002993 10.0.0.22 - - [2026-01-19 02:28:27] "GET /virtual-networks?parent_id=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003032 10.0.0.22 - - [2026-01-19 02:28:27] "GET /virtual-network/af19afad-9111-469e-9392-3bd9b06bc133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006116 10.0.0.22 - - [2026-01-19 02:28:27] "POST /fqname-to-id HTTP/1.1" 404 211 0.002971 10.0.0.22 - - [2026-01-19 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.22 - - [2026-01-19 02:28:27] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001021 10.0.0.22 - - [2026-01-19 02:28:27] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.025214 10.0.0.22 - - [2026-01-19 02:28:28] "POST /network-policys HTTP/1.1" 200 547 0.017638 10.0.0.22 - - [2026-01-19 02:28:28] "GET /network-policy/d97a743f-254f-4fe5-b6d7-b89d08fcc598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.005163 10.0.0.22 - - [2026-01-19 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.22 - - [2026-01-19 02:28:28] "GET /virtual-network/01eb787b-150e-4c81-9deb-0911ff1d842d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005744 10.0.0.22 - - [2026-01-19 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.22 - - [2026-01-19 02:28:28] "GET /network-policy/d97a743f-254f-4fe5-b6d7-b89d08fcc598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003640 10.0.0.22 - - [2026-01-19 02:28:28] "POST /ref-update HTTP/1.1" 200 156 0.034969 10.0.0.22 - - [2026-01-19 02:28:28] "POST /fqname-to-id HTTP/1.1" 404 242 0.035685 10.0.0.22 - - [2026-01-19 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002398 10.0.0.22 - - [2026-01-19 02:28:28] "POST /access-control-lists HTTP/1.1" 200 601 0.068603 10.0.0.22 - - [2026-01-19 02:28:28] "GET /network-policy/d97a743f-254f-4fe5-b6d7-b89d08fcc598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.005709 10.0.0.22 - - [2026-01-19 02:28:28] "POST /neutron/network HTTP/1.1" 200 920 0.007814 10.0.0.22 - - [2026-01-19 02:28:28] "GET /virtual-network/01eb787b-150e-4c81-9deb-0911ff1d842d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005022 10.0.0.22 - - [2026-01-19 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.22 - - [2026-01-19 02:28:28] "GET /network-policy/d97a743f-254f-4fe5-b6d7-b89d08fcc598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003982 10.0.0.22 - - [2026-01-19 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.22 - - [2026-01-19 02:28:28] "GET /virtual-network/af19afad-9111-469e-9392-3bd9b06bc133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005334 10.0.0.22 - - [2026-01-19 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.22 - - [2026-01-19 02:28:28] "GET /network-policy/d97a743f-254f-4fe5-b6d7-b89d08fcc598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003674 10.0.0.22 - - [2026-01-19 02:28:28] "POST /ref-update HTTP/1.1" 200 156 0.037133 10.0.0.22 - - [2026-01-19 02:28:28] "PUT /access-control-list/d70ff046-a52a-4650-870c-6eab015c58bd HTTP/1.1" 200 272 0.019203 10.0.0.22 - - [2026-01-19 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.22 - - [2026-01-19 02:28:29] "GET /network-policy/d97a743f-254f-4fe5-b6d7-b89d08fcc598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004320 10.0.0.22 - - [2026-01-19 02:28:29] "POST /neutron/network HTTP/1.1" 200 922 0.007886 10.0.0.22 - - [2026-01-19 02:28:29] "GET /virtual-network/af19afad-9111-469e-9392-3bd9b06bc133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005075 10.0.0.22 - - [2026-01-19 02:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.22 - - [2026-01-19 02:28:29] "GET /network-policy/d97a743f-254f-4fe5-b6d7-b89d08fcc598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003489 10.0.0.22 - - [2026-01-19 02:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.22 - - [2026-01-19 02:28:29] "GET /service-template/51a7008c-43e8-40f8-9609-88ff080be4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004633 10.0.0.22 - - [2026-01-19 02:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.22 - - [2026-01-19 02:28:29] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001109 10.0.0.22 - - [2026-01-19 02:28:29] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.022585 10.0.0.22 - - [2026-01-19 02:28:29] "POST /fqname-to-id HTTP/1.1" 404 244 0.002988 10.0.0.22 - - [2026-01-19 02:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.22 - - [2026-01-19 02:28:29] "POST /access-control-lists HTTP/1.1" 200 604 0.062475 10.0.0.22 - - [2026-01-19 02:28:29] "GET /service-instance/9f996c94-e79d-4abb-a91e-c887190a98dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.011139 10.0.0.22 - - [2026-01-19 02:28:29] "GET /domains HTTP/1.1" 200 280 0.003602 10.0.0.22 - - [2026-01-19 02:28:29] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001459 10.0.0.22 - - [2026-01-19 02:28:29] "POST /routing-instances HTTP/1.1" 200 759 0.021591 10.0.0.22 - - [2026-01-19 02:28:29] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2770 0.012470 10.0.0.22 - - [2026-01-19 02:28:29] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001031 10.0.0.22 - - [2026-01-19 02:28:29] "POST /route-targets HTTP/1.1" 200 327 0.012457 10.0.0.22 - - [2026-01-19 02:28:29] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1 HTTP/1.1" 200 4243 0.071120 10.0.0.22 - - [2026-01-19 02:28:29] "GET /service-instance/9f996c94-e79d-4abb-a91e-c887190a98dc HTTP/1.1" 200 3784 0.005369 10.0.0.22 - - [2026-01-19 02:28:29] "GET /domains HTTP/1.1" 200 280 0.002400 10.0.0.22 - - [2026-01-19 02:28:29] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000913 10.0.0.22 - - [2026-01-19 02:28:29] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2770 0.006455 10.0.0.22 - - [2026-01-19 02:28:29] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000959 10.0.0.22 - - [2026-01-19 02:28:29] "POST /ref-update HTTP/1.1" 200 156 0.009431 10.0.0.22 - - [2026-01-19 02:28:29] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1 HTTP/1.1" 200 4243 0.062792 10.0.0.22 - - [2026-01-19 02:28:29] "GET /routing-instance/a0bb5adb-a8c0-423e-8038-faaad0c05a2a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.003041 10.0.0.22 - - [2026-01-19 02:28:29] "GET /service-instance/9f996c94-e79d-4abb-a91e-c887190a98dc HTTP/1.1" 200 3784 0.002975 10.0.0.22 - - [2026-01-19 02:28:29] "GET /port-tuple/b3ae3419-345b-4226-b023-13010235098a HTTP/1.1" 200 1980 0.002689 10.0.0.22 - - [2026-01-19 02:28:29] "GET /virtual-machine-interface/6162fddc-bace-4ff8-bf2a-39acdcd5784d HTTP/1.1" 200 3804 0.004562 10.0.0.22 - - [2026-01-19 02:28:29] "GET /virtual-machine-interface/6fc477bb-5461-4479-957a-cd58296a4b00 HTTP/1.1" 200 3816 0.008001 10.0.0.22 - - [2026-01-19 02:28:29] "GET /virtual-machine-interface/c5b70ecc-1149-4be3-8b92-b0e73710c891 HTTP/1.1" 200 3799 0.006143 10.0.0.22 - - [2026-01-19 02:28:29] "GET /routing-instance/a0bb5adb-a8c0-423e-8038-faaad0c05a2a?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.004104 10.0.0.22 - - [2026-01-19 02:28:29] "POST /ref-update HTTP/1.1" 200 156 0.016751 10.0.0.22 - - [2026-01-19 02:28:29] "POST /neutron/port HTTP/1.1" 200 3832 0.053531 10.0.0.22 - - [2026-01-19 02:28:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011391 10.0.0.22 - - [2026-01-19 02:28:29] "POST /routing-instances HTTP/1.1" 200 760 0.024290 10.0.0.22 - - [2026-01-19 02:28:29] "POST /route-targets HTTP/1.1" 200 327 0.012756 10.0.0.22 - - [2026-01-19 02:28:29] "POST /neutron/port HTTP/1.1" 200 3832 0.035687 10.0.0.22 - - [2026-01-19 02:28:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006467 10.0.0.22 - - [2026-01-19 02:28:30] "POST /ref-update HTTP/1.1" 200 156 0.013238 10.0.0.22 - - [2026-01-19 02:28:30] "GET /routing-instance/1d63cd8c-2a5d-44c0-90f3-583c12fa89b6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.008787 10.0.0.22 - - [2026-01-19 02:28:30] "POST /neutron/port HTTP/1.1" 200 3832 0.046386 10.0.0.22 - - [2026-01-19 02:28:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005903 10.0.0.22 - - [2026-01-19 02:28:30] "GET /routing-instance/1d63cd8c-2a5d-44c0-90f3-583c12fa89b6?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.005314 10.0.0.22 - - [2026-01-19 02:28:30] "PUT /routing-instance/a0bb5adb-a8c0-423e-8038-faaad0c05a2a HTTP/1.1" 200 266 0.018682 10.0.0.22 - - [2026-01-19 02:28:30] "POST /neutron/port HTTP/1.1" 200 3832 0.054637 10.0.0.22 - - [2026-01-19 02:28:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010427 10.0.0.22 - - [2026-01-19 02:28:30] "PUT /routing-instance/1d63cd8c-2a5d-44c0-90f3-583c12fa89b6 HTTP/1.1" 200 266 0.013149 10.0.0.22 - - [2026-01-19 02:28:30] "POST /neutron/network HTTP/1.1" 200 894 0.012668 10.0.0.22 - - [2026-01-19 02:28:30] "POST /neutron/network HTTP/1.1" 200 920 0.005757 10.0.0.22 - - [2026-01-19 02:28:30] "POST /ref-update HTTP/1.1" 200 156 0.012367 10.0.0.22 - - [2026-01-19 02:28:30] "POST /neutron/network HTTP/1.1" 200 806 0.015903 10.0.0.22 - - [2026-01-19 02:28:30] "POST /neutron/network HTTP/1.1" 200 832 0.006225 10.0.0.22 - - [2026-01-19 02:28:30] "PUT /access-control-list/120f9977-0cdb-4517-b34f-62f45ee81865 HTTP/1.1" 200 272 0.011343 10.0.0.22 - - [2026-01-19 02:28:30] "POST /neutron/network HTTP/1.1" 200 896 0.014646 10.0.0.22 - - [2026-01-19 02:28:30] "POST /neutron/network HTTP/1.1" 200 922 0.006645 10.0.0.22 - - [2026-01-19 02:28:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001302 10.0.0.22 - - [2026-01-19 02:28:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001212 10.0.0.22 - - [2026-01-19 02:28:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.001569 10.0.0.22 - - [2026-01-19 02:28:30] "GET /virtual-machine/9d1d1b72-02b3-4eae-b1d7-0326a7efdbc7 HTTP/1.1" 200 1803 0.004170 10.0.0.22 - - [2026-01-19 02:28:30] "GET /virtual-machine-interface/6162fddc-bace-4ff8-bf2a-39acdcd5784d HTTP/1.1" 200 3804 0.007162 10.0.0.22 - - [2026-01-19 02:28:30] "GET /virtual-machine-interface/6fc477bb-5461-4479-957a-cd58296a4b00 HTTP/1.1" 200 3816 0.007011 10.0.0.22 - - [2026-01-19 02:28:30] "GET /virtual-machine-interface/c5b70ecc-1149-4be3-8b92-b0e73710c891 HTTP/1.1" 200 3799 0.005649 10.0.0.22 - - [2026-01-19 02:28:30] "GET /instance-ip/491cd9cd-29cc-416f-bcff-b5ea3900ab27 HTTP/1.1" 200 1960 0.004905 10.0.0.22 - - [2026-01-19 02:28:30] "GET /instance-ip/8ec335f0-fb05-4a03-865b-2f6dc2c50d6d HTTP/1.1" 200 1622 0.005886 10.0.0.22 - - [2026-01-19 02:28:30] "GET /instance-ip/c8fb4e6e-fecf-4985-90a4-2b63ed5da74c HTTP/1.1" 200 1959 0.003698 10.0.0.22 - - [2026-01-19 02:28:30] "GET /instance-ip/2d81f1e7-0b52-44ec-bf5d-669467fa168c HTTP/1.1" 200 1978 0.003847 10.0.0.22 - - [2026-01-19 02:28:30] "GET /instance-ip/c771d685-ab9f-4ebb-a13c-d40bf33cd853 HTTP/1.1" 200 1622 0.006585 10.0.0.22 - - [2026-01-19 02:28:30] "GET /instance-ip/e392ea90-e655-48e8-83a6-7a38d074d823 HTTP/1.1" 200 1980 0.003753 10.0.0.22 - - [2026-01-19 02:28:30] "GET /instance-ip/07b8153d-7255-4ea9-9cf5-62c832826a79 HTTP/1.1" 200 1955 0.004080 10.0.0.22 - - [2026-01-19 02:28:30] "GET /instance-ip/2519cd9c-a7fb-4a18-b254-4208d1b13433 HTTP/1.1" 200 1954 0.004144 10.0.0.22 - - [2026-01-19 02:28:30] "GET /instance-ip/ebc1dfa3-e0fa-4775-858f-c398cf677600 HTTP/1.1" 200 1621 0.005189 10.0.0.22 - - [2026-01-19 02:28:30] "POST /neutron/port HTTP/1.1" 200 3832 0.032029 10.0.0.22 - - [2026-01-19 02:28:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007277 10.0.0.22 - - [2026-01-19 02:28:30] "POST /neutron/port HTTP/1.1" 200 3832 0.028813 10.0.0.22 - - [2026-01-19 02:28:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006297 10.0.0.22 - - [2026-01-19 02:28:30] "POST /neutron/port HTTP/1.1" 200 3832 0.027130 10.0.0.22 - - [2026-01-19 02:28:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005544 10.0.0.22 - - [2026-01-19 02:28:31] "POST /neutron/port HTTP/1.1" 200 3832 0.030221 10.0.0.22 - - [2026-01-19 02:28:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006296 10.0.0.22 - - [2026-01-19 02:28:31] "GET /virtual-machine/9d1d1b72-02b3-4eae-b1d7-0326a7efdbc7 HTTP/1.1" 200 1803 0.004518 10.0.0.22 - - [2026-01-19 02:28:31] "GET /virtual-machine-interface/6162fddc-bace-4ff8-bf2a-39acdcd5784d HTTP/1.1" 200 3804 0.005379 10.0.0.22 - - [2026-01-19 02:28:31] "GET /virtual-machine-interface/6fc477bb-5461-4479-957a-cd58296a4b00 HTTP/1.1" 200 3816 0.004875 10.0.0.22 - - [2026-01-19 02:28:31] "GET /virtual-machine-interface/c5b70ecc-1149-4be3-8b92-b0e73710c891 HTTP/1.1" 200 3799 0.006368 10.0.0.22 - - [2026-01-19 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.22 - - [2026-01-19 02:28:31] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003700 10.0.0.22 - - [2026-01-19 02:28:31] "GET /virtual-networks?parent_id=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003482 10.0.0.22 - - [2026-01-19 02:28:31] "GET /virtual-network/01eb787b-150e-4c81-9deb-0911ff1d842d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005733 10.0.0.22 - - [2026-01-19 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.22 - - [2026-01-19 02:28:32] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004262 10.0.0.22 - - [2026-01-19 02:28:32] "GET /virtual-networks?parent_id=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003334 10.0.0.22 - - [2026-01-19 02:28:32] "GET /virtual-network/01eb787b-150e-4c81-9deb-0911ff1d842d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005560 10.0.0.22 - - [2026-01-19 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.22 - - [2026-01-19 02:28:32] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003923 10.0.0.22 - - [2026-01-19 02:28:32] "GET /virtual-networks?parent_id=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003416 10.0.0.22 - - [2026-01-19 02:28:32] "GET /virtual-network/01eb787b-150e-4c81-9deb-0911ff1d842d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006903 10.0.0.22 - - [2026-01-19 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.22 - - [2026-01-19 02:28:32] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003386 10.0.0.22 - - [2026-01-19 02:28:32] "GET /virtual-networks?parent_id=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002944 10.0.0.22 - - [2026-01-19 02:28:32] "GET /virtual-network/01eb787b-150e-4c81-9deb-0911ff1d842d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005345 10.0.0.22 - - [2026-01-19 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.22 - - [2026-01-19 02:28:33] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004491 10.0.0.22 - - [2026-01-19 02:28:33] "GET /virtual-networks?parent_id=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003677 10.0.0.22 - - [2026-01-19 02:28:33] "GET /virtual-network/01eb787b-150e-4c81-9deb-0911ff1d842d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005357 10.0.0.22 - - [2026-01-19 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.22 - - [2026-01-19 02:28:33] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003860 10.0.0.22 - - [2026-01-19 02:28:33] "GET /virtual-networks?parent_id=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003118 10.0.0.22 - - [2026-01-19 02:28:33] "GET /virtual-network/53de51a4-a9ee-48b4-b0b6-dc4c02d5a838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006881 10.0.0.22 - - [2026-01-19 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.22 - - [2026-01-19 02:28:33] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003549 10.0.0.22 - - [2026-01-19 02:28:33] "GET /virtual-networks?parent_id=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002998 10.0.0.22 - - [2026-01-19 02:28:33] "GET /virtual-network/53de51a4-a9ee-48b4-b0b6-dc4c02d5a838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005240 10.0.0.22 - - [2026-01-19 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.22 - - [2026-01-19 02:28:33] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004146 10.0.0.22 - - [2026-01-19 02:28:33] "GET /virtual-networks?parent_id=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002873 10.0.0.22 - - [2026-01-19 02:28:33] "GET /virtual-network/53de51a4-a9ee-48b4-b0b6-dc4c02d5a838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005350 10.0.0.22 - - [2026-01-19 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.22 - - [2026-01-19 02:28:33] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003277 10.0.0.22 - - [2026-01-19 02:28:33] "GET /virtual-networks?parent_id=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003007 10.0.0.22 - - [2026-01-19 02:28:33] "GET /virtual-network/53de51a4-a9ee-48b4-b0b6-dc4c02d5a838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005368 10.0.0.22 - - [2026-01-19 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.22 - - [2026-01-19 02:28:34] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003868 10.0.0.22 - - [2026-01-19 02:28:34] "GET /virtual-networks?parent_id=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003243 10.0.0.22 - - [2026-01-19 02:28:34] "GET /virtual-network/af19afad-9111-469e-9392-3bd9b06bc133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007726 10.0.0.22 - - [2026-01-19 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.22 - - [2026-01-19 02:28:34] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004395 10.0.0.22 - - [2026-01-19 02:28:34] "GET /virtual-networks?parent_id=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003551 10.0.0.22 - - [2026-01-19 02:28:34] "GET /virtual-network/af19afad-9111-469e-9392-3bd9b06bc133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005179 10.0.0.22 - - [2026-01-19 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.22 - - [2026-01-19 02:28:34] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003477 10.0.0.22 - - [2026-01-19 02:28:34] "GET /virtual-networks?parent_id=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003054 10.0.0.22 - - [2026-01-19 02:28:34] "GET /virtual-network/af19afad-9111-469e-9392-3bd9b06bc133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005599 10.0.0.22 - - [2026-01-19 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.22 - - [2026-01-19 02:28:34] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003618 10.0.0.22 - - [2026-01-19 02:28:34] "GET /virtual-networks?parent_id=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003074 10.0.0.22 - - [2026-01-19 02:28:34] "GET /virtual-network/af19afad-9111-469e-9392-3bd9b06bc133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005897 10.0.0.22 - - [2026-01-19 02:28:34] "GET /virtual-machine/9d1d1b72-02b3-4eae-b1d7-0326a7efdbc7 HTTP/1.1" 200 1803 0.003595 10.0.0.22 - - [2026-01-19 02:28:34] "GET /domains HTTP/1.1" 200 280 0.002200 10.0.0.22 - - [2026-01-19 02:28:34] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000928 10.0.0.22 - - [2026-01-19 02:28:34] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2770 0.006460 10.0.0.22 - - [2026-01-19 02:28:34] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001034 10.0.0.22 - - [2026-01-19 02:28:34] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1 HTTP/1.1" 200 4243 0.064499 10.0.0.22 - - [2026-01-19 02:28:34] "GET /service-instance/9f996c94-e79d-4abb-a91e-c887190a98dc HTTP/1.1" 200 3784 0.003146 10.0.0.22 - - [2026-01-19 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002213 10.0.0.22 - - [2026-01-19 02:28:34] "GET /routing-instance/0f1e8cb9-4dff-461e-ac9a-32127a17548b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.002991 10.0.0.22 - - [2026-01-19 02:28:35] "GET /routing-instance/0f1e8cb9-4dff-461e-ac9a-32127a17548b?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005276 10.0.0.22 - - [2026-01-19 02:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.22 - - [2026-01-19 02:28:35] "GET /routing-instance/9845a74d-d521-4667-bd7d-948d22414c8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.004639 10.0.0.22 - - [2026-01-19 02:28:35] "GET /routing-instance/9845a74d-d521-4667-bd7d-948d22414c8b?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.005211 10.0.0.22 - - [2026-01-19 02:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.22 - - [2026-01-19 02:28:35] "GET /virtual-network/01eb787b-150e-4c81-9deb-0911ff1d842d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005583 10.0.0.22 - - [2026-01-19 02:28:35] "GET /virtual-network/01eb787b-150e-4c81-9deb-0911ff1d842d?fields=routing_instances HTTP/1.1" 200 1682 0.006673 10.0.0.22 - - [2026-01-19 02:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.22 - - [2026-01-19 02:28:35] "GET /virtual-network/af19afad-9111-469e-9392-3bd9b06bc133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005210 10.0.0.22 - - [2026-01-19 02:28:35] "GET /virtual-network/af19afad-9111-469e-9392-3bd9b06bc133?fields=routing_instances HTTP/1.1" 200 1689 0.006855 10.0.0.22 - - [2026-01-19 02:28:39] "POST /ref-update HTTP/1.1" 200 156 0.031529 10.0.0.22 - - [2026-01-19 02:28:39] "DELETE /access-control-list/120f9977-0cdb-4517-b34f-62f45ee81865 HTTP/1.1" 200 115 0.023910 10.0.0.22 - - [2026-01-19 02:28:39] "POST /neutron/network HTTP/1.1" 200 834 0.008912 10.0.0.22 - - [2026-01-19 02:28:39] "GET /virtual-network/af19afad-9111-469e-9392-3bd9b06bc133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007647 10.0.0.22 - - [2026-01-19 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002388 10.0.0.22 - - [2026-01-19 02:28:39] "DELETE /routing-instance/a0bb5adb-a8c0-423e-8038-faaad0c05a2a HTTP/1.1" 200 115 0.031060 10.0.0.22 - - [2026-01-19 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.22 - - [2026-01-19 02:28:39] "GET /network-policy/d97a743f-254f-4fe5-b6d7-b89d08fcc598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004385 10.0.0.22 - - [2026-01-19 02:28:39] "DELETE /route-target/4b15f4ee-7ddf-407f-8d96-c68c2d769608 HTTP/1.1" 200 115 0.014228 10.0.0.22 - - [2026-01-19 02:28:39] "POST /ref-update HTTP/1.1" 200 156 0.028496 10.0.0.22 - - [2026-01-19 02:28:39] "DELETE /routing-instance/1d63cd8c-2a5d-44c0-90f3-583c12fa89b6 HTTP/1.1" 200 115 0.037959 10.0.0.22 - - [2026-01-19 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.22 - - [2026-01-19 02:28:39] "POST /neutron/network HTTP/1.1" 200 832 0.007736 10.0.0.22 - - [2026-01-19 02:28:39] "GET /virtual-network/01eb787b-150e-4c81-9deb-0911ff1d842d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005347 10.0.0.22 - - [2026-01-19 02:28:39] "DELETE /route-target/1f3e9239-8ea0-4c9b-b5a7-d837cd7093b6 HTTP/1.1" 200 115 0.015949 10.0.0.22 - - [2026-01-19 02:28:39] "DELETE /access-control-list/d70ff046-a52a-4650-870c-6eab015c58bd HTTP/1.1" 200 115 0.023627 10.0.0.22 - - [2026-01-19 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.22 - - [2026-01-19 02:28:39] "GET /network-policy/d97a743f-254f-4fe5-b6d7-b89d08fcc598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003922 10.0.0.22 - - [2026-01-19 02:28:40] "DELETE /network-policy/d97a743f-254f-4fe5-b6d7-b89d08fcc598 HTTP/1.1" 200 115 0.020144 10.0.0.22 - - [2026-01-19 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.22 - - [2026-01-19 02:28:40] "DELETE /service-instance/9f996c94-e79d-4abb-a91e-c887190a98dc HTTP/1.1" 200 115 0.034879 10.0.0.22 - - [2026-01-19 02:28:40] "GET /domains HTTP/1.1" 200 280 0.004549 10.0.0.22 - - [2026-01-19 02:28:40] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.22 - - [2026-01-19 02:28:40] "POST /ref-update HTTP/1.1" 200 156 0.015620 10.0.0.22 - - [2026-01-19 02:28:40] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2770 0.006689 10.0.0.22 - - [2026-01-19 02:28:40] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000995 10.0.0.22 - - [2026-01-19 02:28:40] "DELETE /instance-ip/491cd9cd-29cc-416f-bcff-b5ea3900ab27 HTTP/1.1" 200 115 0.021788 10.0.0.22 - - [2026-01-19 02:28:40] "POST /ref-update HTTP/1.1" 200 156 0.009845 10.0.0.22 - - [2026-01-19 02:28:40] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1 HTTP/1.1" 200 3769 0.064106 10.0.0.22 - - [2026-01-19 02:28:40] "GET /virtual-machine/9d1d1b72-02b3-4eae-b1d7-0326a7efdbc7 HTTP/1.1" 200 1803 0.002939 10.0.0.22 - - [2026-01-19 02:28:40] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003235 10.0.0.22 - - [2026-01-19 02:28:40] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001832 10.0.0.22 - - [2026-01-19 02:28:40] "DELETE /instance-ip/2d81f1e7-0b52-44ec-bf5d-669467fa168c HTTP/1.1" 200 115 0.023869 10.0.0.22 - - [2026-01-19 02:28:40] "POST /ref-update HTTP/1.1" 200 156 0.009176 10.0.0.22 - - [2026-01-19 02:28:40] "DELETE /instance-ip/c8fb4e6e-fecf-4985-90a4-2b63ed5da74c HTTP/1.1" 200 115 0.027134 10.0.0.22 - - [2026-01-19 02:28:40] "POST /ref-update HTTP/1.1" 200 156 0.009083 10.0.0.22 - - [2026-01-19 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.22 - - [2026-01-19 02:28:40] "DELETE /service-template/51a7008c-43e8-40f8-9609-88ff080be4e0 HTTP/1.1" 200 115 0.036777 10.0.0.22 - - [2026-01-19 02:28:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.013522 10.0.0.22 - - [2026-01-19 02:28:40] "DELETE /instance-ip/e392ea90-e655-48e8-83a6-7a38d074d823 HTTP/1.1" 200 115 0.047216 10.0.0.22 - - [2026-01-19 02:28:40] "POST /ref-update HTTP/1.1" 200 156 0.012394 10.0.0.22 - - [2026-01-19 02:28:40] "DELETE /instance-ip/2519cd9c-a7fb-4a18-b254-4208d1b13433 HTTP/1.1" 200 115 0.019369 10.0.0.22 - - [2026-01-19 02:28:40] "POST /ref-update HTTP/1.1" 200 156 0.009161 10.0.0.22 - - [2026-01-19 02:28:40] "DELETE /instance-ip/07b8153d-7255-4ea9-9cf5-62c832826a79 HTTP/1.1" 200 115 0.029705 10.0.0.22 - - [2026-01-19 02:28:40] "POST /neutron/network HTTP/1.1" 200 834 0.005803 10.0.0.22 - - [2026-01-19 02:28:40] "POST /neutron/network HTTP/1.1" 400 204 0.015326 10.0.0.22 - - [2026-01-19 02:28:41] "POST /neutron/port HTTP/1.1" 200 1122 0.013934 10.0.0.22 - - [2026-01-19 02:28:41] "POST /neutron/port HTTP/1.1" 200 1122 0.012969 10.0.0.22 - - [2026-01-19 02:28:41] "POST /neutron/port HTTP/1.1" 200 1112 0.019673 10.0.0.22 - - [2026-01-19 02:28:41] "POST /neutron/port HTTP/1.1" 200 1112 0.018717 10.0.0.22 - - [2026-01-19 02:28:41] "POST /neutron/port HTTP/1.1" 200 3061 0.024045 10.0.0.22 - - [2026-01-19 02:28:41] "POST /neutron/port HTTP/1.1" 200 1112 0.014462 10.0.0.22 - - [2026-01-19 02:28:41] "POST /neutron/port HTTP/1.1" 200 151 0.154510 10.0.0.22 - - [2026-01-19 02:28:41] "POST /neutron/port HTTP/1.1" 200 151 0.165011 10.0.0.22 - - [2026-01-19 02:28:41] "POST /neutron/port HTTP/1.1" 200 151 0.116884 10.0.0.22 - - [2026-01-19 02:28:41] "POST /neutron/port HTTP/1.1" 200 1112 0.013600 10.0.0.22 - - [2026-01-19 02:28:41] "POST /neutron/port HTTP/1.1" 200 151 0.133662 10.0.0.22 - - [2026-01-19 02:28:41] "POST /neutron/port HTTP/1.1" 200 1112 0.015647 10.0.0.22 - - [2026-01-19 02:28:41] "POST /neutron/port HTTP/1.1" 200 151 0.102867 10.0.0.22 - - [2026-01-19 02:28:42] "POST /neutron/network HTTP/1.1" 200 834 0.005763 10.0.0.22 - - [2026-01-19 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.22 - - [2026-01-19 02:28:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002711 10.0.0.22 - - [2026-01-19 02:28:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001871 10.0.0.22 - - [2026-01-19 02:28:42] "POST /neutron/network HTTP/1.1" 200 151 0.071945 10.0.0.22 - - [2026-01-19 02:28:42] "DELETE /route-target/158f1629-f65b-48de-bf60-9837892e2f18 HTTP/1.1" 200 115 0.019335 10.0.0.22 - - [2026-01-19 02:28:42] "GET /routing-instance/9845a74d-d521-4667-bd7d-948d22414c8b HTTP/1.1" 404 171 0.002797 10.0.0.22 - - [2026-01-19 02:28:42] "GET /domains HTTP/1.1" 200 280 0.002593 10.0.0.22 - - [2026-01-19 02:28:42] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001209 10.0.0.22 - - [2026-01-19 02:28:42] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2570 0.050134 10.0.0.22 - - [2026-01-19 02:28:42] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001422 10.0.0.22 - - [2026-01-19 02:28:42] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1 HTTP/1.1" 200 2308 0.070449 10.0.0.22 - - [2026-01-19 02:28:42] "POST /neutron/network HTTP/1.1" 200 832 0.005606 10.0.0.22 - - [2026-01-19 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.22 - - [2026-01-19 02:28:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001818 10.0.0.22 - - [2026-01-19 02:28:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002357 10.0.0.22 - - [2026-01-19 02:28:42] "POST /neutron/network HTTP/1.1" 200 151 0.072029 10.0.0.22 - - [2026-01-19 02:28:43] "DELETE /route-target/41d40dfe-8f1d-46b2-bbf0-79ff238d7eb9 HTTP/1.1" 200 115 0.014825 10.0.0.22 - - [2026-01-19 02:28:43] "GET /routing-instance/0f1e8cb9-4dff-461e-ac9a-32127a17548b HTTP/1.1" 404 171 0.003119 10.0.0.22 - - [2026-01-19 02:28:43] "GET /domains HTTP/1.1" 200 280 0.003079 10.0.0.22 - - [2026-01-19 02:28:43] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.22 - - [2026-01-19 02:28:43] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2570 0.048670 10.0.0.22 - - [2026-01-19 02:28:43] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001816 10.0.0.22 - - [2026-01-19 02:28:43] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1 HTTP/1.1" 200 2090 0.072389 10.0.0.22 - - [2026-01-19 02:28:43] "POST /neutron/network HTTP/1.1" 200 832 0.006288 10.0.0.22 - - [2026-01-19 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.22 - - [2026-01-19 02:28:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002925 10.0.0.22 - - [2026-01-19 02:28:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001998 10.0.0.22 - - [2026-01-19 02:28:43] "POST /neutron/network HTTP/1.1" 200 151 0.084698 10.0.0.22 - - [2026-01-19 02:28:43] "DELETE /route-target/3f0f2e87-3e73-47df-a5e2-5ac372a04e96 HTTP/1.1" 200 115 0.018293 10.0.0.22 - - [2026-01-19 02:28:43] "GET /routing-instance/c372b954-ac1b-437d-9fe9-f8ed7ddb480b HTTP/1.1" 404 171 0.002522 10.0.0.22 - - [2026-01-19 02:28:43] "GET /domains HTTP/1.1" 200 280 0.002458 10.0.0.22 - - [2026-01-19 02:28:43] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000977 10.0.0.22 - - [2026-01-19 02:28:43] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2570 0.049607 10.0.0.22 - - [2026-01-19 02:28:43] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001593 10.0.0.22 - - [2026-01-19 02:28:43] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1 HTTP/1.1" 200 1850 0.066775 10.0.0.22 - - [2026-01-19 02:28:43] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001143 10.0.0.22 - - [2026-01-19 02:28:43] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.057507 10.0.0.22 - - [2026-01-19 02:28:43] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001584 10.0.0.22 - - [2026-01-19 02:28:43] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1?fields=virtual_networks HTTP/1.1" 200 1038 0.069271 10.0.0.22 - - [2026-01-19 02:28:43] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001566 10.0.0.22 - - [2026-01-19 02:28:43] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.032258 10.0.0.22 - - [2026-01-19 02:28:43] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001123 10.0.0.22 - - [2026-01-19 02:28:43] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1?fields=security_groups HTTP/1.1" 200 1262 0.020911 10.0.0.22 - - [2026-01-19 02:28:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.030204 10.0.0.22 - - [2026-01-19 02:28:44] "GET /projects?obj_uuids=c0293275-394e-414d-b451-955fe7c2df29&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002373 10.0.0.22 - - [2026-01-19 02:28:45] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001513 10.0.0.22 - - [2026-01-19 02:28:45] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.042202 10.0.0.22 - - [2026-01-19 02:28:45] "POST /id-to-fqname HTTP/1.1" 200 191 0.001204 10.0.0.22 - - [2026-01-19 02:28:45] "POST /fqname-to-id HTTP/1.1" 404 200 0.002673 10.0.0.22 - - [2026-01-19 02:28:45] "POST /security-groups HTTP/1.1" 200 592 0.064392 10.0.0.22 - - [2026-01-19 02:28:45] "POST /fqname-to-id HTTP/1.1" 404 235 0.003815 10.0.0.22 - - [2026-01-19 02:28:45] "POST /projects HTTP/1.1" 200 587 0.234203 10.0.0.22 - - [2026-01-19 02:28:45] "POST /access-control-lists HTTP/1.1" 200 597 0.058159 10.0.0.22 - - [2026-01-19 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.311567 10.0.0.22 - - [2026-01-19 02:28:45] "POST /fqname-to-id HTTP/1.1" 404 234 0.003167 10.0.0.22 - - [2026-01-19 02:28:45] "GET /project/c0293275-394e-414d-b451-955fe7c2df29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.499721 10.0.0.22 - - [2026-01-19 02:28:45] "POST /access-control-lists HTTP/1.1" 200 595 0.060652 10.0.0.22 - - [2026-01-19 02:28:46] "GET / HTTP/1.1" 200 35931 0.001913 10.0.0.22 - - [2026-01-19 02:28:47] "GET /project/c0293275-394e-414d-b451-955fe7c2df29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000530 10.0.0.22 - - [2026-01-19 02:28:47] "GET /projects?obj_uuids=c0293275-394e-414d-b451-955fe7c2df29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001115 10.0.0.22 - - [2026-01-19 02:28:47] "GET /project/c0293275-394e-414d-b451-955fe7c2df29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.046643 10.0.0.22 - - [2026-01-19 02:28:47] "POST /fqname-to-id HTTP/1.1" 404 180 0.002539 10.0.0.22 - - [2026-01-19 02:28:48] "POST /virtual-DNSs HTTP/1.1" 200 507 0.017575 10.0.0.22 - - [2026-01-19 02:28:48] "GET /virtual-DNS/8ca8584e-f61c-4ee7-8b96-ec0a2875c86a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004480 10.0.0.22 - - [2026-01-19 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.22 - - [2026-01-19 02:28:48] "GET /virtual-DNS/8ca8584e-f61c-4ee7-8b96-ec0a2875c86a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003619 10.0.0.22 - - [2026-01-19 02:28:48] "GET /domains HTTP/1.1" 401 292 0.000456 10.0.0.22 - - [2026-01-19 02:28:48] "GET /domains HTTP/1.1" 200 280 0.029084 10.0.0.22 - - [2026-01-19 02:28:48] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001074 10.0.0.22 - - [2026-01-19 02:28:48] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2957 0.008621 10.0.0.22 - - [2026-01-19 02:28:48] "GET /virtual-DNS/8ca8584e-f61c-4ee7-8b96-ec0a2875c86a HTTP/1.1" 200 1439 0.004137 10.0.0.22 - - [2026-01-19 02:28:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003838 10.0.0.22 - - [2026-01-19 02:28:48] "POST /network-ipams HTTP/1.1" 200 514 0.019858 10.0.0.22 - - [2026-01-19 02:28:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003548 10.0.0.22 - - [2026-01-19 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.22 - - [2026-01-19 02:28:48] "GET /network-ipam/cd2cf252-4a96-4bfb-ae4e-35ab7174258d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.004344 10.0.0.22 - - [2026-01-19 02:28:48] "PUT /network-ipam/cd2cf252-4a96-4bfb-ae4e-35ab7174258d HTTP/1.1" 200 258 0.009638 10.0.0.22 - - [2026-01-19 02:28:48] "POST /ref-update HTTP/1.1" 200 156 0.013991 10.0.0.22 - - [2026-01-19 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.22 - - [2026-01-19 02:28:48] "GET /projects?obj_uuids=c0293275-394e-414d-b451-955fe7c2df29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001026 10.0.0.22 - - [2026-01-19 02:28:49] "GET /project/c0293275-394e-414d-b451-955fe7c2df29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.026779 10.0.0.22 - - [2026-01-19 02:28:49] "POST /neutron/network HTTP/1.1" 200 117 0.031852 10.0.0.22 - - [2026-01-19 02:28:49] "GET /projects?obj_uuids=c0293275-394e-414d-b451-955fe7c2df29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001117 10.0.0.22 - - [2026-01-19 02:28:49] "POST /neutron/network HTTP/1.1" 200 618 0.070259 10.0.0.22 - - [2026-01-19 02:28:49] "POST /route-targets HTTP/1.1" 200 327 0.011129 10.0.0.22 - - [2026-01-19 02:28:49] "POST /ref-update HTTP/1.1" 200 156 0.010099 10.0.0.22 - - [2026-01-19 02:28:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005450 10.0.0.22 - - [2026-01-19 02:28:49] "POST /neutron/subnet HTTP/1.1" 200 711 0.201764 10.0.0.22 - - [2026-01-19 02:28:49] "POST /neutron/network HTTP/1.1" 200 833 0.005679 10.0.0.22 - - [2026-01-19 02:28:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001223 10.0.0.22 - - [2026-01-19 02:28:49] "GET /virtual-network/3f6d31fb-5dd5-4739-bac1-d4ca43ac754c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006026 10.0.0.22 - - [2026-01-19 02:28:49] "POST /neutron/network HTTP/1.1" 200 833 0.006525 10.0.0.22 - - [2026-01-19 02:28:49] "GET /virtual-network/3f6d31fb-5dd5-4739-bac1-d4ca43ac754c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004652 10.0.0.22 - - [2026-01-19 02:28:49] "POST /neutron/network HTTP/1.1" 200 833 0.005369 10.0.0.22 - - [2026-01-19 02:28:49] "POST /neutron/subnet HTTP/1.1" 200 711 0.006897 10.0.0.22 - - [2026-01-19 02:28:49] "POST /neutron/network HTTP/1.1" 200 807 0.010554 10.0.0.22 - - [2026-01-19 02:28:49] "POST /neutron/network HTTP/1.1" 200 833 0.005295 10.0.0.22 - - [2026-01-19 02:28:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001306 10.0.0.22 - - [2026-01-19 02:28:49] "POST /neutron/network HTTP/1.1" 200 843 0.005973 10.0.0.22 - - [2026-01-19 02:28:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000432 10.0.0.22 - - [2026-01-19 02:28:50] "GET / HTTP/1.1" 200 35931 0.001584 10.0.0.22 - - [2026-01-19 02:28:50] "GET /project/c0293275-394e-414d-b451-955fe7c2df29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000500 10.0.0.22 - - [2026-01-19 02:28:50] "GET /projects?obj_uuids=c0293275-394e-414d-b451-955fe7c2df29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001096 10.0.0.22 - - [2026-01-19 02:28:50] "GET /project/c0293275-394e-414d-b451-955fe7c2df29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.066347 10.0.0.22 - - [2026-01-19 02:28:50] "POST /neutron/network HTTP/1.1" 200 833 0.043511 10.0.0.22 - - [2026-01-19 02:28:50] "POST /neutron/port HTTP/1.1" 200 117 0.005506 10.0.0.22 - - [2026-01-19 02:28:50] "POST /neutron/port HTTP/1.1" 200 117 0.006442 10.0.0.22 - - [2026-01-19 02:28:50] "POST /neutron/port HTTP/1.1" 200 117 0.005133 10.0.0.22 - - [2026-01-19 02:28:51] "POST /neutron/network HTTP/1.1" 200 843 0.005205 10.0.0.22 - - [2026-01-19 02:28:51] "GET /projects?obj_uuids=c0293275-394e-414d-b451-955fe7c2df29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001007 10.0.0.22 - - [2026-01-19 02:28:51] "POST /neutron/port HTTP/1.1" 200 1058 0.188399 10.0.0.22 - - [2026-01-19 02:28:51] "POST /neutron/port HTTP/1.1" 200 1058 0.038053 10.0.0.22 - - [2026-01-19 02:28:51] "POST /neutron/port HTTP/1.1" 200 1058 0.010262 10.0.0.22 - - [2026-01-19 02:28:51] "POST /neutron/port HTTP/1.1" 200 1112 0.050766 10.0.0.22 - - [2026-01-19 02:28:51] "POST /neutron/port HTTP/1.1" 200 1122 0.015605 10.0.0.22 - - [2026-01-19 02:28:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004152 10.0.0.22 - - [2026-01-19 02:28:51] "POST /neutron/subnet HTTP/1.1" 200 685 0.007178 10.0.0.22 - - [2026-01-19 02:28:51] "POST /neutron/port HTTP/1.1" 200 117 0.001166 10.0.0.22 - - [2026-01-19 02:28:51] "POST /neutron/network HTTP/1.1" 200 833 0.006025 10.0.0.22 - - [2026-01-19 02:28:55] "POST /neutron/port HTTP/1.1" 200 1122 0.013801 10.0.0.22 - - [2026-01-19 02:28:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007048 10.0.0.22 - - [2026-01-19 02:28:56] "POST /neutron/port HTTP/1.1" 200 1122 0.011362 10.0.0.22 - - [2026-01-19 02:28:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005456 10.0.0.22 - - [2026-01-19 02:28:56] "POST /neutron/port HTTP/1.1" 200 1122 0.013100 10.0.0.22 - - [2026-01-19 02:28:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005797 10.0.0.22 - - [2026-01-19 02:28:56] "GET /virtual-machine/b9eaad6b-5e36-48f2-9726-f6f351527fe8 HTTP/1.1" 200 1294 0.005576 10.0.0.22 - - [2026-01-19 02:28:56] "GET /virtual-machine-interface/f9b26860-6927-47fc-b983-f3d9a71e479d HTTP/1.1" 200 2965 0.005156 10.0.0.22 - - [2026-01-19 02:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.22 - - [2026-01-19 02:28:56] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003865 10.0.0.22 - - [2026-01-19 02:28:56] "GET /virtual-networks?parent_id=c0293275-394e-414d-b451-955fe7c2df29&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002802 10.0.0.22 - - [2026-01-19 02:28:56] "GET /virtual-network/3f6d31fb-5dd5-4739-bac1-d4ca43ac754c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006151 10.0.0.22 - - [2026-01-19 02:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.22 - - [2026-01-19 02:28:59] "GET /virtual-network/3f6d31fb-5dd5-4739-bac1-d4ca43ac754c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006973 10.0.0.22 - - [2026-01-19 02:29:00] "POST /neutron/port HTTP/1.1" 200 1122 0.013010 10.0.0.22 - - [2026-01-19 02:29:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005747 10.0.0.22 - - [2026-01-19 02:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.22 - - [2026-01-19 02:29:01] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003471 10.0.0.22 - - [2026-01-19 02:29:01] "GET /virtual-networks?parent_id=c0293275-394e-414d-b451-955fe7c2df29&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003376 10.0.0.22 - - [2026-01-19 02:29:01] "GET /virtual-network/3f6d31fb-5dd5-4739-bac1-d4ca43ac754c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005244 10.0.0.22 - - [2026-01-19 02:29:01] "POST /neutron/port HTTP/1.1" 200 1122 0.012699 10.0.0.22 - - [2026-01-19 02:29:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005840 10.0.0.22 - - [2026-01-19 02:29:04] "DELETE /project/c0293275394e414db451955fe7c2df29 HTTP/1.1" 404 173 0.006638 10.0.0.22 - - [2026-01-19 02:29:04] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000855 10.0.0.22 - - [2026-01-19 02:29:04] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.021039 10.0.0.22 - - [2026-01-19 02:29:04] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.22 - - [2026-01-19 02:29:04] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1?fields=security_groups HTTP/1.1" 200 1367 0.063818 10.0.0.22 - - [2026-01-19 02:29:04] "DELETE /security-group/dcb4e3f6-e769-40ca-a4d8-ef2be1b1c113 HTTP/1.1" 200 115 0.033308 10.0.0.22 - - [2026-01-19 02:29:04] "GET /projects?obj_uuids=6e2a2a76-5f70-42c1-9b82-13d6681f4db1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001001 10.0.0.22 - - [2026-01-19 02:29:04] "DELETE /access-control-list/0b66d0f2-e5b5-468d-ab9a-4b413216a872 HTTP/1.1" 200 115 0.027714 10.0.0.22 - - [2026-01-19 02:29:04] "GET /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1?fields=application_policy_sets HTTP/1.1" 200 1406 0.028378 10.0.0.22 - - [2026-01-19 02:29:04] "DELETE /access-control-list/c93c0c8f-deea-4926-966d-bf1ec95bb6e3 HTTP/1.1" 200 115 0.026216 10.0.0.22 - - [2026-01-19 02:29:04] "DELETE /project/6e2a2a76-5f70-42c1-9b82-13d6681f4db1 HTTP/1.1" 200 115 0.300814 10.0.0.22 - - [2026-01-19 02:29:10] "GET /obj-perms HTTP/1.1" 200 5056 0.063769 10.0.0.22 - - [2026-01-19 02:29:10] "GET /obj-perms HTTP/1.1" 200 5056 0.057010 10.0.0.22 - - [2026-01-19 02:29:11] "POST /neutron/network HTTP/1.1" 200 807 0.011766 10.0.0.22 - - [2026-01-19 02:29:11] "POST /neutron/network HTTP/1.1" 200 833 0.006032 10.0.0.22 - - [2026-01-19 02:29:11] "POST /id-to-fqname HTTP/1.1" 200 227 0.001636 10.0.0.22 - - [2026-01-19 02:29:11] "POST /neutron/port HTTP/1.1" 200 1122 0.012927 10.0.0.22 - - [2026-01-19 02:29:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006069 10.0.0.22 - - [2026-01-19 02:29:11] "POST /neutron/network HTTP/1.1" 200 843 0.005045 10.0.0.22 - - [2026-01-19 02:29:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000424 10.0.0.22 - - [2026-01-19 02:29:11] "GET / HTTP/1.1" 200 35931 0.001783 10.0.0.22 - - [2026-01-19 02:29:11] "GET /project/c0293275-394e-414d-b451-955fe7c2df29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000413 10.0.0.22 - - [2026-01-19 02:29:12] "GET /projects?obj_uuids=c0293275-394e-414d-b451-955fe7c2df29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001204 10.0.0.22 - - [2026-01-19 02:29:12] "GET /project/c0293275-394e-414d-b451-955fe7c2df29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.055931 10.0.0.22 - - [2026-01-19 02:29:12] "POST /neutron/network HTTP/1.1" 200 833 0.005414 10.0.0.22 - - [2026-01-19 02:29:12] "POST /neutron/port HTTP/1.1" 200 1122 0.018861 10.0.0.22 - - [2026-01-19 02:29:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005958 10.0.0.22 - - [2026-01-19 02:29:12] "POST /neutron/port HTTP/1.1" 200 117 0.004922 10.0.0.22 - - [2026-01-19 02:29:12] "POST /neutron/port HTTP/1.1" 200 117 0.004648 10.0.0.22 - - [2026-01-19 02:29:12] "POST /neutron/network HTTP/1.1" 200 843 0.005309 10.0.0.22 - - [2026-01-19 02:29:12] "GET /projects?obj_uuids=c0293275-394e-414d-b451-955fe7c2df29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001338 10.0.0.22 - - [2026-01-19 02:29:13] "POST /neutron/port HTTP/1.1" 200 1058 0.187392 10.0.0.22 - - [2026-01-19 02:29:13] "POST /neutron/port HTTP/1.1" 200 1058 0.011080 10.0.0.22 - - [2026-01-19 02:29:13] "POST /neutron/port HTTP/1.1" 200 1058 0.009440 10.0.0.22 - - [2026-01-19 02:29:13] "POST /neutron/port HTTP/1.1" 200 1112 0.051959 10.0.0.22 - - [2026-01-19 02:29:13] "POST /neutron/port HTTP/1.1" 200 1122 0.010596 10.0.0.22 - - [2026-01-19 02:29:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003244 10.0.0.22 - - [2026-01-19 02:29:13] "POST /neutron/subnet HTTP/1.1" 200 685 0.007302 10.0.0.22 - - [2026-01-19 02:29:13] "POST /neutron/port HTTP/1.1" 200 117 0.001494 10.0.0.22 - - [2026-01-19 02:29:13] "POST /neutron/network HTTP/1.1" 200 833 0.005409 10.0.0.22 - - [2026-01-19 02:29:17] "POST /neutron/port HTTP/1.1" 200 1122 0.013101 10.0.0.22 - - [2026-01-19 02:29:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006217 10.0.0.22 - - [2026-01-19 02:29:17] "POST /neutron/port HTTP/1.1" 200 1122 0.012842 10.0.0.22 - - [2026-01-19 02:29:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006308 10.0.0.22 - - [2026-01-19 02:29:17] "POST /neutron/port HTTP/1.1" 200 1122 0.015224 10.0.0.22 - - [2026-01-19 02:29:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007651 10.0.0.22 - - [2026-01-19 02:29:17] "GET /virtual-machine/b1eb0692-dfdf-4f30-8741-338102750056 HTTP/1.1" 200 1293 0.005841 10.0.0.22 - - [2026-01-19 02:29:17] "GET /virtual-machine-interface/6fd30d61-0ebc-4188-babd-78ab3c718333 HTTP/1.1" 200 2964 0.008813 10.0.0.22 - - [2026-01-19 02:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.22 - - [2026-01-19 02:29:17] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003981 10.0.0.22 - - [2026-01-19 02:29:17] "GET /virtual-networks?parent_id=c0293275-394e-414d-b451-955fe7c2df29&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003193 10.0.0.22 - - [2026-01-19 02:29:17] "GET /virtual-network/3f6d31fb-5dd5-4739-bac1-d4ca43ac754c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006190 10.0.0.22 - - [2026-01-19 02:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.22 - - [2026-01-19 02:29:21] "GET /virtual-network/3f6d31fb-5dd5-4739-bac1-d4ca43ac754c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005442 10.0.0.22 - - [2026-01-19 02:29:22] "POST /neutron/port HTTP/1.1" 200 1122 0.041405 10.0.0.22 - - [2026-01-19 02:29:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006707 10.0.0.22 - - [2026-01-19 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.22 - - [2026-01-19 02:29:23] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003358 10.0.0.22 - - [2026-01-19 02:29:23] "GET /virtual-networks?parent_id=c0293275-394e-414d-b451-955fe7c2df29&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002829 10.0.0.22 - - [2026-01-19 02:29:23] "GET /virtual-network/3f6d31fb-5dd5-4739-bac1-d4ca43ac754c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005242 10.0.0.22 - - [2026-01-19 02:29:23] "POST /neutron/port HTTP/1.1" 200 1122 0.014365 10.0.0.22 - - [2026-01-19 02:29:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010191 10.0.0.22 - - [2026-01-19 02:29:23] "POST /neutron/port HTTP/1.1" 200 1122 0.012215 10.0.0.22 - - [2026-01-19 02:29:23] "POST /neutron/port HTTP/1.1" 200 1122 0.011487 10.0.0.22 - - [2026-01-19 02:29:23] "POST /neutron/network HTTP/1.1" 200 843 0.005432 10.0.0.22 - - [2026-01-19 02:29:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003698 10.0.0.22 - - [2026-01-19 02:29:23] "POST /neutron/subnet HTTP/1.1" 200 685 0.006474 10.0.0.22 - - [2026-01-19 02:29:23] "POST /neutron/port HTTP/1.1" 200 117 0.001233 10.0.0.22 - - [2026-01-19 02:29:23] "POST /neutron/network HTTP/1.1" 200 833 0.005702 10.0.0.22 - - [2026-01-19 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.22 - - [2026-01-19 02:29:35] "DELETE /virtual-DNS/8ca8584e-f61c-4ee7-8b96-ec0a2875c86a HTTP/1.1" 409 235 0.006578 10.0.0.22 - - [2026-01-19 02:29:35] "POST /fqname-to-id HTTP/1.1" 404 192 0.002792 10.0.0.22 - - [2026-01-19 02:29:35] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.016463 10.0.0.22 - - [2026-01-19 02:29:35] "GET /virtual-DNS-record/04affcf4-63a8-4c63-bf85-fafed5f043ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.005326 10.0.0.22 - - [2026-01-19 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.22 - - [2026-01-19 02:29:35] "GET /virtual-DNS-record/04affcf4-63a8-4c63-bf85-fafed5f043ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003316 10.0.0.22 - - [2026-01-19 02:29:35] "GET /domains HTTP/1.1" 200 280 0.002666 10.0.0.22 - - [2026-01-19 02:29:35] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001338 10.0.0.22 - - [2026-01-19 02:29:35] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2773 0.009062 10.0.0.22 - - [2026-01-19 02:29:35] "GET /virtual-DNS/8ca8584e-f61c-4ee7-8b96-ec0a2875c86a HTTP/1.1" 200 1908 0.003422 10.0.0.22 - - [2026-01-19 02:29:35] "GET /virtual-DNS-record/04affcf4-63a8-4c63-bf85-fafed5f043ec HTTP/1.1" 200 1335 0.002617 10.0.0.22 - - [2026-01-19 02:29:41] "DELETE /virtual-DNS-record/04affcf4-63a8-4c63-bf85-fafed5f043ec HTTP/1.1" 200 115 0.017277 10.0.0.22 - - [2026-01-19 02:29:41] "POST /fqname-to-id HTTP/1.1" 404 184 0.002661 10.0.0.22 - - [2026-01-19 02:29:41] "POST /neutron/network HTTP/1.1" 200 833 0.007679 10.0.0.22 - - [2026-01-19 02:29:41] "POST /neutron/network HTTP/1.1" 400 204 0.009343 10.0.0.22 - - [2026-01-19 02:29:41] "POST /neutron/port HTTP/1.1" 200 1122 0.012389 10.0.0.22 - - [2026-01-19 02:29:41] "POST /neutron/port HTTP/1.1" 200 1112 0.009189 10.0.0.22 - - [2026-01-19 02:29:41] "POST /neutron/port HTTP/1.1" 200 1122 0.014771 10.0.0.22 - - [2026-01-19 02:29:41] "POST /neutron/port HTTP/1.1" 200 1112 0.012906 10.0.0.22 - - [2026-01-19 02:29:41] "POST /neutron/port HTTP/1.1" 200 151 0.108480 10.0.0.22 - - [2026-01-19 02:29:41] "POST /neutron/port HTTP/1.1" 200 151 0.106128 10.0.0.22 - - [2026-01-19 02:29:43] "POST /neutron/network HTTP/1.1" 200 833 0.005454 10.0.0.22 - - [2026-01-19 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.22 - - [2026-01-19 02:29:43] "DELETE /route-target/d7b4430a-0efe-49a5-8169-f2dd0dc4a312 HTTP/1.1" 200 115 0.044648 10.0.0.22 - - [2026-01-19 02:29:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002370 10.0.0.22 - - [2026-01-19 02:29:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002232 10.0.0.22 - - [2026-01-19 02:29:43] "POST /neutron/network HTTP/1.1" 200 151 0.212214 10.0.0.22 - - [2026-01-19 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002392 10.0.0.22 - - [2026-01-19 02:29:43] "DELETE /network-ipam/cd2cf252-4a96-4bfb-ae4e-35ab7174258d HTTP/1.1" 200 115 0.028979 10.0.0.22 - - [2026-01-19 02:29:43] "DELETE /virtual-DNS/8ca8584e-f61c-4ee7-8b96-ec0a2875c86a HTTP/1.1" 200 115 0.021313 10.0.0.22 - - [2026-01-19 02:29:43] "POST /fqname-to-id HTTP/1.1" 404 180 0.002429 10.0.0.22 - - [2026-01-19 02:29:43] "GET /domains HTTP/1.1" 200 280 0.003030 10.0.0.22 - - [2026-01-19 02:29:43] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.22 - - [2026-01-19 02:29:43] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2573 0.007117 10.0.0.22 - - [2026-01-19 02:29:43] "GET /projects?obj_uuids=c0293275-394e-414d-b451-955fe7c2df29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001237 10.0.0.22 - - [2026-01-19 02:29:43] "GET /project/c0293275-394e-414d-b451-955fe7c2df29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.025498 10.0.0.22 - - [2026-01-19 02:29:43] "GET /projects?obj_uuids=c0293275-394e-414d-b451-955fe7c2df29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001484 10.0.0.22 - - [2026-01-19 02:29:44] "GET /project/c0293275-394e-414d-b451-955fe7c2df29?fields=virtual_networks HTTP/1.1" 200 1035 0.075505 10.0.0.22 - - [2026-01-19 02:29:44] "GET /projects?obj_uuids=c0293275-394e-414d-b451-955fe7c2df29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001557 10.0.0.22 - - [2026-01-19 02:29:44] "GET /project/c0293275-394e-414d-b451-955fe7c2df29?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.028801 10.0.0.22 - - [2026-01-19 02:29:44] "GET /projects?obj_uuids=c0293275-394e-414d-b451-955fe7c2df29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000991 10.0.0.22 - - [2026-01-19 02:29:44] "GET /project/c0293275-394e-414d-b451-955fe7c2df29?fields=security_groups HTTP/1.1" 200 1262 0.027726 10.0.0.22 - - [2026-01-19 02:29:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.026886 10.0.0.22 - - [2026-01-19 02:29:45] "GET /projects?obj_uuids=e97e0033-60a1-45a2-bb65-9b5946823437&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002410 10.0.0.22 - - [2026-01-19 02:29:45] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.22 - - [2026-01-19 02:29:45] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006132 10.0.0.22 - - [2026-01-19 02:29:45] "POST /id-to-fqname HTTP/1.1" 200 191 0.001974 10.0.0.22 - - [2026-01-19 02:29:45] "POST /fqname-to-id HTTP/1.1" 404 200 0.003055 10.0.0.22 - - [2026-01-19 02:29:45] "POST /security-groups HTTP/1.1" 200 592 0.060292 10.0.0.22 - - [2026-01-19 02:29:45] "POST /fqname-to-id HTTP/1.1" 404 235 0.002671 10.0.0.22 - - [2026-01-19 02:29:45] "POST /projects HTTP/1.1" 200 587 0.201408 10.0.0.22 - - [2026-01-19 02:29:45] "POST /access-control-lists HTTP/1.1" 200 597 0.057229 10.0.0.22 - - [2026-01-19 02:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.271823 10.0.0.22 - - [2026-01-19 02:29:45] "POST /fqname-to-id HTTP/1.1" 404 234 0.002714 10.0.0.22 - - [2026-01-19 02:29:45] "GET /project/e97e0033-60a1-45a2-bb65-9b5946823437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.392972 10.0.0.22 - - [2026-01-19 02:29:45] "POST /access-control-lists HTTP/1.1" 200 595 0.061278 10.0.0.22 - - [2026-01-19 02:29:46] "GET / HTTP/1.1" 200 35931 0.002295 10.0.0.22 - - [2026-01-19 02:29:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.22 - - [2026-01-19 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.067480 10.0.0.22 - - [2026-01-19 02:29:47] "GET /projects?obj_uuids=e97e0033-60a1-45a2-bb65-9b5946823437&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001737 10.0.0.22 - - [2026-01-19 02:29:47] "GET /project/e97e0033-60a1-45a2-bb65-9b5946823437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.025261 10.0.0.22 - - [2026-01-19 02:29:47] "POST /neutron/network HTTP/1.1" 200 117 0.035603 10.0.0.22 - - [2026-01-19 02:29:47] "GET /projects?obj_uuids=e97e0033-60a1-45a2-bb65-9b5946823437&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001268 10.0.0.22 - - [2026-01-19 02:29:47] "POST /neutron/network HTTP/1.1" 200 606 0.061029 10.0.0.22 - - [2026-01-19 02:29:48] "POST /route-targets HTTP/1.1" 200 327 0.012542 10.0.0.22 - - [2026-01-19 02:29:48] "POST /ref-update HTTP/1.1" 200 156 0.011209 10.0.0.22 - - [2026-01-19 02:29:48] "POST /useragent-kv HTTP/1.1" 200 115 0.005278 10.0.0.22 - - [2026-01-19 02:29:48] "POST /neutron/subnet HTTP/1.1" 200 720 0.191089 10.0.0.22 - - [2026-01-19 02:29:48] "POST /neutron/network HTTP/1.1" 200 824 0.006983 10.0.0.22 - - [2026-01-19 02:29:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.001225 10.0.0.22 - - [2026-01-19 02:29:48] "GET /virtual-network/e60b51bc-1f63-411c-a87d-6063e3818d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004346 10.0.0.22 - - [2026-01-19 02:29:48] "POST /neutron/network HTTP/1.1" 200 824 0.005759 10.0.0.22 - - [2026-01-19 02:29:48] "GET /virtual-network/e60b51bc-1f63-411c-a87d-6063e3818d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004812 10.0.0.22 - - [2026-01-19 02:29:48] "POST /neutron/network HTTP/1.1" 200 824 0.005517 10.0.0.22 - - [2026-01-19 02:29:48] "POST /neutron/subnet HTTP/1.1" 200 720 0.008165 10.0.0.22 - - [2026-01-19 02:29:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.001214 10.0.0.22 - - [2026-01-19 02:29:48] "POST /neutron/network HTTP/1.1" 200 834 0.005630 10.0.0.22 - - [2026-01-19 02:29:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000422 10.0.0.22 - - [2026-01-19 02:29:48] "GET / HTTP/1.1" 200 35931 0.001649 10.0.0.22 - - [2026-01-19 02:29:48] "GET /project/e97e0033-60a1-45a2-bb65-9b5946823437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000415 10.0.0.22 - - [2026-01-19 02:29:49] "GET /projects?obj_uuids=e97e0033-60a1-45a2-bb65-9b5946823437&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001317 10.0.0.22 - - [2026-01-19 02:29:49] "GET /project/e97e0033-60a1-45a2-bb65-9b5946823437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.059588 10.0.0.22 - - [2026-01-19 02:29:49] "POST /neutron/network HTTP/1.1" 200 824 0.005187 10.0.0.22 - - [2026-01-19 02:29:49] "POST /neutron/port HTTP/1.1" 200 117 0.005681 10.0.0.22 - - [2026-01-19 02:29:49] "POST /neutron/port HTTP/1.1" 200 117 0.006803 10.0.0.22 - - [2026-01-19 02:29:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.001324 10.0.0.22 - - [2026-01-19 02:29:49] "POST /neutron/port HTTP/1.1" 200 117 0.008201 10.0.0.22 - - [2026-01-19 02:29:49] "POST /neutron/network HTTP/1.1" 200 834 0.005254 10.0.0.22 - - [2026-01-19 02:29:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000428 10.0.0.22 - - [2026-01-19 02:29:49] "POST /neutron/network HTTP/1.1" 200 834 0.006031 10.0.0.22 - - [2026-01-19 02:29:49] "GET /projects?obj_uuids=e97e0033-60a1-45a2-bb65-9b5946823437&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001382 10.0.0.22 - - [2026-01-19 02:29:50] "GET / HTTP/1.1" 200 35931 0.001734 10.0.0.22 - - [2026-01-19 02:29:50] "GET /project/e97e0033-60a1-45a2-bb65-9b5946823437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.002779 10.0.0.22 - - [2026-01-19 02:29:50] "POST /neutron/port HTTP/1.1" 200 1060 0.181728 10.0.0.22 - - [2026-01-19 02:29:50] "POST /neutron/port HTTP/1.1" 200 1060 0.009221 10.0.0.22 - - [2026-01-19 02:29:50] "POST /neutron/port HTTP/1.1" 200 1060 0.008441 10.0.0.22 - - [2026-01-19 02:29:50] "POST /neutron/port HTTP/1.1" 200 1114 0.054111 10.0.0.22 - - [2026-01-19 02:29:50] "POST /neutron/port HTTP/1.1" 200 1124 0.012308 10.0.0.22 - - [2026-01-19 02:29:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003541 10.0.0.22 - - [2026-01-19 02:29:50] "POST /neutron/subnet HTTP/1.1" 200 694 0.007537 10.0.0.22 - - [2026-01-19 02:29:50] "POST /neutron/port HTTP/1.1" 200 117 0.001535 10.0.0.22 - - [2026-01-19 02:29:50] "POST /neutron/network HTTP/1.1" 200 824 0.005324 10.0.0.22 - - [2026-01-19 02:29:50] "GET /projects?obj_uuids=e97e0033-60a1-45a2-bb65-9b5946823437&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001409 10.0.0.22 - - [2026-01-19 02:29:50] "GET /project/e97e0033-60a1-45a2-bb65-9b5946823437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.053929 10.0.0.22 - - [2026-01-19 02:29:50] "POST /neutron/network HTTP/1.1" 200 824 0.008075 10.0.0.22 - - [2026-01-19 02:29:50] "POST /neutron/port HTTP/1.1" 200 1124 0.017108 10.0.0.22 - - [2026-01-19 02:29:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005706 10.0.0.22 - - [2026-01-19 02:29:50] "POST /neutron/port HTTP/1.1" 200 117 0.005377 10.0.0.22 - - [2026-01-19 02:29:50] "POST /neutron/port HTTP/1.1" 200 1124 0.012506 10.0.0.22 - - [2026-01-19 02:29:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005520 10.0.0.22 - - [2026-01-19 02:29:50] "POST /neutron/network HTTP/1.1" 200 834 0.005413 10.0.0.22 - - [2026-01-19 02:29:50] "GET /projects?obj_uuids=e97e0033-60a1-45a2-bb65-9b5946823437&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001360 10.0.0.22 - - [2026-01-19 02:29:51] "POST /neutron/port HTTP/1.1" 200 1060 0.217290 10.0.0.22 - - [2026-01-19 02:29:51] "POST /neutron/port HTTP/1.1" 200 1060 0.012902 10.0.0.22 - - [2026-01-19 02:29:51] "POST /neutron/port HTTP/1.1" 200 1060 0.012608 10.0.0.22 - - [2026-01-19 02:29:51] "POST /neutron/port HTTP/1.1" 200 1114 0.084496 10.0.0.22 - - [2026-01-19 02:29:51] "POST /neutron/port HTTP/1.1" 200 1124 0.012308 10.0.0.22 - - [2026-01-19 02:29:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003551 10.0.0.22 - - [2026-01-19 02:29:51] "POST /neutron/subnet HTTP/1.1" 200 694 0.006741 10.0.0.22 - - [2026-01-19 02:29:51] "POST /neutron/port HTTP/1.1" 200 117 0.001249 10.0.0.22 - - [2026-01-19 02:29:51] "POST /neutron/network HTTP/1.1" 200 824 0.005405 10.0.0.22 - - [2026-01-19 02:29:55] "POST /neutron/port HTTP/1.1" 200 1124 0.011145 10.0.0.22 - - [2026-01-19 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010247 10.0.0.22 - - [2026-01-19 02:29:55] "POST /neutron/port HTTP/1.1" 200 1124 0.015318 10.0.0.22 - - [2026-01-19 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006093 10.0.0.22 - - [2026-01-19 02:29:55] "POST /neutron/port HTTP/1.1" 200 1124 0.011935 10.0.0.22 - - [2026-01-19 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005695 10.0.0.22 - - [2026-01-19 02:29:55] "GET /virtual-machine/e6501e11-96ac-4011-9046-4c31d9266d0f HTTP/1.1" 401 292 0.000503 10.0.0.22 - - [2026-01-19 02:29:56] "GET /virtual-machine/e6501e11-96ac-4011-9046-4c31d9266d0f HTTP/1.1" 200 1294 0.031802 10.0.0.22 - - [2026-01-19 02:29:56] "GET /virtual-machine-interface/e1af09d3-22fe-44cc-b793-eae6ba773e26 HTTP/1.1" 200 2947 0.005535 10.0.0.22 - - [2026-01-19 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.22 - - [2026-01-19 02:29:56] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002892 10.0.0.22 - - [2026-01-19 02:29:56] "GET /virtual-networks?parent_id=e97e0033-60a1-45a2-bb65-9b5946823437&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003640 10.0.0.22 - - [2026-01-19 02:29:56] "GET /virtual-network/e60b51bc-1f63-411c-a87d-6063e3818d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007926 10.0.0.22 - - [2026-01-19 02:29:59] "POST /neutron/port HTTP/1.1" 200 1124 0.013511 10.0.0.22 - - [2026-01-19 02:29:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005096 10.0.0.22 - - [2026-01-19 02:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.22 - - [2026-01-19 02:29:59] "GET /virtual-network/e60b51bc-1f63-411c-a87d-6063e3818d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004813 10.0.0.22 - - [2026-01-19 02:30:00] "POST /neutron/port HTTP/1.1" 200 1124 0.013045 10.0.0.22 - - [2026-01-19 02:30:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005766 10.0.0.22 - - [2026-01-19 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.22 - - [2026-01-19 02:30:01] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004812 10.0.0.22 - - [2026-01-19 02:30:01] "GET /virtual-networks?parent_id=e97e0033-60a1-45a2-bb65-9b5946823437&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004425 10.0.0.22 - - [2026-01-19 02:30:01] "GET /virtual-network/e60b51bc-1f63-411c-a87d-6063e3818d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006394 10.0.0.22 - - [2026-01-19 02:30:02] "POST /neutron/port HTTP/1.1" 200 1124 0.011312 10.0.0.22 - - [2026-01-19 02:30:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007563 10.0.0.22 - - [2026-01-19 02:30:02] "POST /neutron/port HTTP/1.1" 200 1124 0.015206 10.0.0.22 - - [2026-01-19 02:30:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007643 10.0.0.22 - - [2026-01-19 02:30:02] "POST /neutron/port HTTP/1.1" 200 1124 0.012430 10.0.0.22 - - [2026-01-19 02:30:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010484 10.0.0.22 - - [2026-01-19 02:30:02] "GET /virtual-machine/a53e09df-8f86-452d-858a-290185e6d707 HTTP/1.1" 200 1293 0.005049 10.0.0.22 - - [2026-01-19 02:30:02] "GET /virtual-machine-interface/5312bcb9-1496-4b52-abf7-f046397525ec HTTP/1.1" 200 2946 0.004672 10.0.0.22 - - [2026-01-19 02:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.22 - - [2026-01-19 02:30:02] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003505 10.0.0.22 - - [2026-01-19 02:30:02] "GET /virtual-networks?parent_id=e97e0033-60a1-45a2-bb65-9b5946823437&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002894 10.0.0.22 - - [2026-01-19 02:30:02] "GET /virtual-network/e60b51bc-1f63-411c-a87d-6063e3818d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006315 10.0.0.22 - - [2026-01-19 02:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.22 - - [2026-01-19 02:30:03] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003942 10.0.0.22 - - [2026-01-19 02:30:03] "GET /virtual-networks?parent_id=e97e0033-60a1-45a2-bb65-9b5946823437&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003197 10.0.0.22 - - [2026-01-19 02:30:03] "GET /virtual-network/e60b51bc-1f63-411c-a87d-6063e3818d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004767 10.0.0.22 - - [2026-01-19 02:30:04] "DELETE /project/e97e003360a145a2bb659b5946823437 HTTP/1.1" 404 173 0.003974 10.0.0.22 - - [2026-01-19 02:30:04] "GET /projects?obj_uuids=c0293275-394e-414d-b451-955fe7c2df29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001010 10.0.0.22 - - [2026-01-19 02:30:04] "GET /project/c0293275-394e-414d-b451-955fe7c2df29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.027815 10.0.0.22 - - [2026-01-19 02:30:04] "GET /projects?obj_uuids=c0293275-394e-414d-b451-955fe7c2df29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000990 10.0.0.22 - - [2026-01-19 02:30:04] "GET /project/c0293275-394e-414d-b451-955fe7c2df29?fields=security_groups HTTP/1.1" 200 1367 0.067883 10.0.0.22 - - [2026-01-19 02:30:04] "DELETE /security-group/98ee9e4e-6bc6-4403-afc8-a6324576634b HTTP/1.1" 200 115 0.036270 10.0.0.22 - - [2026-01-19 02:30:04] "GET /projects?obj_uuids=c0293275-394e-414d-b451-955fe7c2df29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001446 10.0.0.22 - - [2026-01-19 02:30:04] "DELETE /access-control-list/b3683a00-35a2-4ee6-b274-e3e4e7b3d612 HTTP/1.1" 200 115 0.036846 10.0.0.22 - - [2026-01-19 02:30:04] "GET /project/c0293275-394e-414d-b451-955fe7c2df29?fields=application_policy_sets HTTP/1.1" 200 1406 0.042370 10.0.0.22 - - [2026-01-19 02:30:04] "DELETE /access-control-list/a2c6f547-4661-4312-a1cc-e1a9ffdc16e9 HTTP/1.1" 200 115 0.032223 10.0.0.22 - - [2026-01-19 02:30:05] "DELETE /project/c0293275-394e-414d-b451-955fe7c2df29 HTTP/1.1" 200 115 0.341148 10.0.0.22 - - [2026-01-19 02:30:08] "POST /neutron/network HTTP/1.1" 200 824 0.006721 10.0.0.22 - - [2026-01-19 02:30:08] "POST /neutron/network HTTP/1.1" 400 204 0.011375 10.0.0.22 - - [2026-01-19 02:30:08] "POST /neutron/port HTTP/1.1" 200 1124 0.015272 10.0.0.22 - - [2026-01-19 02:30:08] "POST /neutron/port HTTP/1.1" 200 1114 0.012596 10.0.0.22 - - [2026-01-19 02:30:08] "POST /neutron/port HTTP/1.1" 200 1124 0.012708 10.0.0.22 - - [2026-01-19 02:30:08] "POST /neutron/port HTTP/1.1" 200 1114 0.013480 10.0.0.22 - - [2026-01-19 02:30:08] "POST /neutron/port HTTP/1.1" 200 151 0.170651 10.0.0.22 - - [2026-01-19 02:30:08] "POST /neutron/port HTTP/1.1" 200 151 0.165138 10.0.0.22 - - [2026-01-19 02:30:10] "POST /neutron/network HTTP/1.1" 200 824 0.006486 10.0.0.22 - - [2026-01-19 02:30:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002138 10.0.0.22 - - [2026-01-19 02:30:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003776 10.0.0.22 - - [2026-01-19 02:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.22 - - [2026-01-19 02:30:10] "POST /neutron/network HTTP/1.1" 200 151 0.089256 10.0.0.22 - - [2026-01-19 02:30:10] "DELETE /route-target/5584ec49-991c-4369-9bcb-e8c5f8f51318 HTTP/1.1" 200 115 0.016156 10.0.0.22 - - [2026-01-19 02:30:10] "GET /projects?obj_uuids=e97e0033-60a1-45a2-bb65-9b5946823437&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001626 10.0.0.22 - - [2026-01-19 02:30:10] "GET /project/e97e0033-60a1-45a2-bb65-9b5946823437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.024867 10.0.0.22 - - [2026-01-19 02:30:10] "GET /projects?obj_uuids=e97e0033-60a1-45a2-bb65-9b5946823437&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000932 10.0.0.22 - - [2026-01-19 02:30:10] "GET /project/e97e0033-60a1-45a2-bb65-9b5946823437?fields=virtual_networks HTTP/1.1" 200 1035 0.081705 10.0.0.22 - - [2026-01-19 02:30:10] "GET /projects?obj_uuids=e97e0033-60a1-45a2-bb65-9b5946823437&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001656 10.0.0.22 - - [2026-01-19 02:30:10] "GET /project/e97e0033-60a1-45a2-bb65-9b5946823437?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.029594 10.0.0.22 - - [2026-01-19 02:30:10] "GET /projects?obj_uuids=e97e0033-60a1-45a2-bb65-9b5946823437&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001375 10.0.0.22 - - [2026-01-19 02:30:10] "GET /project/e97e0033-60a1-45a2-bb65-9b5946823437?fields=security_groups HTTP/1.1" 200 1262 0.022722 10.0.0.22 - - [2026-01-19 02:30:11] "GET /obj-perms HTTP/1.1" 200 5056 0.347129 10.0.0.22 - - [2026-01-19 02:30:11] "GET /obj-perms HTTP/1.1" 200 5056 0.184497 10.0.0.22 - - [2026-01-19 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 188 0.031001 10.0.0.22 - - [2026-01-19 02:30:12] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002479 10.0.0.22 - - [2026-01-19 02:30:12] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001077 10.0.0.22 - - [2026-01-19 02:30:12] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007182 10.0.0.22 - - [2026-01-19 02:30:12] "POST /id-to-fqname HTTP/1.1" 200 190 0.001243 10.0.0.22 - - [2026-01-19 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 199 0.003812 10.0.0.22 - - [2026-01-19 02:30:12] "POST /security-groups HTTP/1.1" 200 591 0.060156 10.0.0.22 - - [2026-01-19 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.002407 10.0.0.22 - - [2026-01-19 02:30:12] "POST /projects HTTP/1.1" 200 585 0.213003 10.0.0.22 - - [2026-01-19 02:30:12] "POST /access-control-lists HTTP/1.1" 200 596 0.058139 10.0.0.22 - - [2026-01-19 02:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.283298 10.0.0.22 - - [2026-01-19 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 233 0.002858 10.0.0.22 - - [2026-01-19 02:30:12] "GET /project/407e1f5c-6a57-4b12-9954-99a24b4abb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.419969 10.0.0.22 - - [2026-01-19 02:30:12] "POST /access-control-lists HTTP/1.1" 200 594 0.060471 10.0.0.22 - - [2026-01-19 02:30:14] "GET / HTTP/1.1" 200 35931 0.002050 10.0.0.22 - - [2026-01-19 02:30:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000531 10.0.0.22 - - [2026-01-19 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.065542 10.0.0.22 - - [2026-01-19 02:30:15] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000998 10.0.0.22 - - [2026-01-19 02:30:15] "GET /project/407e1f5c-6a57-4b12-9954-99a24b4abb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.021671 10.0.0.22 - - [2026-01-19 02:30:15] "POST /neutron/network HTTP/1.1" 200 117 0.033472 10.0.0.22 - - [2026-01-19 02:30:15] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001388 10.0.0.22 - - [2026-01-19 02:30:15] "POST /neutron/network HTTP/1.1" 200 625 0.066681 10.0.0.22 - - [2026-01-19 02:30:15] "POST /route-targets HTTP/1.1" 200 327 0.010334 10.0.0.22 - - [2026-01-19 02:30:15] "POST /ref-update HTTP/1.1" 200 156 0.009963 10.0.0.22 - - [2026-01-19 02:30:15] "POST /useragent-kv HTTP/1.1" 200 115 0.005128 10.0.0.22 - - [2026-01-19 02:30:15] "POST /neutron/subnet HTTP/1.1" 200 701 0.138353 10.0.0.22 - - [2026-01-19 02:30:15] "POST /neutron/network HTTP/1.1" 200 839 0.005226 10.0.0.22 - - [2026-01-19 02:30:15] "POST /id-to-fqname HTTP/1.1" 200 230 0.001295 10.0.0.22 - - [2026-01-19 02:30:15] "GET /virtual-network/22e5cdc8-3bda-447b-8167-b422de964fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004891 10.0.0.22 - - [2026-01-19 02:30:15] "POST /neutron/network HTTP/1.1" 200 839 0.006004 10.0.0.22 - - [2026-01-19 02:30:15] "GET /virtual-network/22e5cdc8-3bda-447b-8167-b422de964fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004952 10.0.0.22 - - [2026-01-19 02:30:15] "POST /neutron/network HTTP/1.1" 200 839 0.005549 10.0.0.22 - - [2026-01-19 02:30:15] "POST /neutron/subnet HTTP/1.1" 200 701 0.012353 10.0.0.22 - - [2026-01-19 02:30:15] "POST /neutron/network HTTP/1.1" 200 839 0.005299 10.0.0.22 - - [2026-01-19 02:30:15] "POST /id-to-fqname HTTP/1.1" 200 230 0.001155 10.0.0.22 - - [2026-01-19 02:30:15] "POST /neutron/network HTTP/1.1" 200 849 0.006022 10.0.0.22 - - [2026-01-19 02:30:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000628 10.0.0.22 - - [2026-01-19 02:30:16] "GET / HTTP/1.1" 200 35931 0.001919 10.0.0.22 - - [2026-01-19 02:30:16] "GET /project/407e1f5c-6a57-4b12-9954-99a24b4abb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000379 10.0.0.22 - - [2026-01-19 02:30:16] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001306 10.0.0.22 - - [2026-01-19 02:30:16] "GET /project/407e1f5c-6a57-4b12-9954-99a24b4abb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.053826 10.0.0.22 - - [2026-01-19 02:30:16] "POST /neutron/network HTTP/1.1" 200 839 0.005885 10.0.0.22 - - [2026-01-19 02:30:16] "POST /neutron/port HTTP/1.1" 200 117 0.005374 10.0.0.22 - - [2026-01-19 02:30:16] "POST /neutron/port HTTP/1.1" 200 117 0.005321 10.0.0.22 - - [2026-01-19 02:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.22 - - [2026-01-19 02:30:16] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003048 10.0.0.22 - - [2026-01-19 02:30:16] "PUT /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b HTTP/1.1" 200 276 0.009857 10.0.0.22 - - [2026-01-19 02:30:16] "POST /neutron/port HTTP/1.1" 200 117 0.004925 10.0.0.22 - - [2026-01-19 02:30:17] "POST /neutron/network HTTP/1.1" 200 849 0.005250 10.0.0.22 - - [2026-01-19 02:30:17] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001060 10.0.0.22 - - [2026-01-19 02:30:17] "POST /neutron/port HTTP/1.1" 200 1055 0.185640 10.0.0.22 - - [2026-01-19 02:30:17] "POST /neutron/port HTTP/1.1" 200 1055 0.010540 10.0.0.22 - - [2026-01-19 02:30:17] "POST /neutron/port HTTP/1.1" 200 1055 0.009857 10.0.0.22 - - [2026-01-19 02:30:17] "POST /neutron/port HTTP/1.1" 200 1109 0.128896 10.0.0.22 - - [2026-01-19 02:30:17] "POST /neutron/port HTTP/1.1" 200 1119 0.014245 10.0.0.22 - - [2026-01-19 02:30:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003508 10.0.0.22 - - [2026-01-19 02:30:17] "POST /neutron/subnet HTTP/1.1" 200 675 0.006672 10.0.0.22 - - [2026-01-19 02:30:17] "POST /neutron/port HTTP/1.1" 200 117 0.001171 10.0.0.22 - - [2026-01-19 02:30:17] "POST /neutron/network HTTP/1.1" 200 839 0.005824 10.0.0.22 - - [2026-01-19 02:30:21] "POST /neutron/port HTTP/1.1" 200 1119 0.013313 10.0.0.22 - - [2026-01-19 02:30:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005991 10.0.0.22 - - [2026-01-19 02:30:22] "POST /neutron/port HTTP/1.1" 200 1119 0.014083 10.0.0.22 - - [2026-01-19 02:30:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006930 10.0.0.22 - - [2026-01-19 02:30:22] "POST /neutron/port HTTP/1.1" 200 1119 0.014069 10.0.0.22 - - [2026-01-19 02:30:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007081 10.0.0.22 - - [2026-01-19 02:30:22] "GET /virtual-machine/6f9bfd90-d1c5-4e80-bc39-072365bbe298 HTTP/1.1" 401 292 0.000450 10.0.0.22 - - [2026-01-19 02:30:22] "GET /virtual-machine/6f9bfd90-d1c5-4e80-bc39-072365bbe298 HTTP/1.1" 200 1292 0.038023 10.0.0.22 - - [2026-01-19 02:30:22] "GET /virtual-machine-interface/d48fdaeb-9132-461f-be80-71039dbe0080 HTTP/1.1" 200 2972 0.005390 10.0.0.22 - - [2026-01-19 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.22 - - [2026-01-19 02:30:22] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003587 10.0.0.22 - - [2026-01-19 02:30:22] "GET /virtual-networks?parent_id=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003213 10.0.0.22 - - [2026-01-19 02:30:22] "GET /virtual-network/22e5cdc8-3bda-447b-8167-b422de964fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005777 10.0.0.22 - - [2026-01-19 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.22 - - [2026-01-19 02:30:25] "GET /virtual-network/22e5cdc8-3bda-447b-8167-b422de964fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006525 10.0.0.22 - - [2026-01-19 02:30:26] "POST /neutron/port HTTP/1.1" 200 1119 0.012481 10.0.0.22 - - [2026-01-19 02:30:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006660 10.0.0.22 - - [2026-01-19 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.22 - - [2026-01-19 02:30:28] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003072 10.0.0.22 - - [2026-01-19 02:30:28] "GET /virtual-networks?parent_id=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003341 10.0.0.22 - - [2026-01-19 02:30:28] "GET /virtual-network/22e5cdc8-3bda-447b-8167-b422de964fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005401 10.0.0.22 - - [2026-01-19 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.22 - - [2026-01-19 02:30:30] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003565 10.0.0.22 - - [2026-01-19 02:30:30] "PUT /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b HTTP/1.1" 200 276 0.010689 10.0.0.22 - - [2026-01-19 02:30:30] "POST /neutron/network HTTP/1.1" 200 839 0.006426 10.0.0.22 - - [2026-01-19 02:30:30] "POST /neutron/network HTTP/1.1" 400 204 0.011248 10.0.0.22 - - [2026-01-19 02:30:30] "POST /neutron/port HTTP/1.1" 200 1119 0.012737 10.0.0.22 - - [2026-01-19 02:30:30] "POST /neutron/port HTTP/1.1" 200 1109 0.010818 10.0.0.22 - - [2026-01-19 02:30:30] "POST /neutron/port HTTP/1.1" 200 151 0.092562 10.0.0.22 - - [2026-01-19 02:30:32] "POST /neutron/network HTTP/1.1" 200 839 0.006108 10.0.0.22 - - [2026-01-19 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.22 - - [2026-01-19 02:30:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001886 10.0.0.22 - - [2026-01-19 02:30:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001975 10.0.0.22 - - [2026-01-19 02:30:32] "POST /neutron/network HTTP/1.1" 200 151 0.083210 10.0.0.22 - - [2026-01-19 02:30:32] "DELETE /route-target/5b191b75-e55f-4938-8ef6-4be08a80de77 HTTP/1.1" 200 115 0.020033 10.0.0.22 - - [2026-01-19 02:30:33] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002796 10.0.0.22 - - [2026-01-19 02:30:33] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b HTTP/1.1" 200 1880 0.004660 10.0.0.22 - - [2026-01-19 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.22 - - [2026-01-19 02:30:33] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001465 10.0.0.22 - - [2026-01-19 02:30:33] "GET /project/407e1f5c-6a57-4b12-9954-99a24b4abb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.028702 10.0.0.22 - - [2026-01-19 02:30:33] "POST /neutron/network HTTP/1.1" 200 117 0.007975 10.0.0.22 - - [2026-01-19 02:30:33] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001128 10.0.0.22 - - [2026-01-19 02:30:33] "POST /neutron/network HTTP/1.1" 200 605 0.058419 10.0.0.22 - - [2026-01-19 02:30:33] "POST /route-targets HTTP/1.1" 200 327 0.011977 10.0.0.22 - - [2026-01-19 02:30:33] "POST /ref-update HTTP/1.1" 200 156 0.011747 10.0.0.22 - - [2026-01-19 02:30:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004818 10.0.0.22 - - [2026-01-19 02:30:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.140114 10.0.0.22 - - [2026-01-19 02:30:33] "POST /neutron/network HTTP/1.1" 200 825 0.006767 10.0.0.22 - - [2026-01-19 02:30:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001349 10.0.0.22 - - [2026-01-19 02:30:33] "GET /virtual-network/1f6665ec-a2f2-48b7-8710-42a541b897c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004862 10.0.0.22 - - [2026-01-19 02:30:33] "POST /neutron/network HTTP/1.1" 200 825 0.006009 10.0.0.22 - - [2026-01-19 02:30:33] "GET /virtual-network/1f6665ec-a2f2-48b7-8710-42a541b897c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005049 10.0.0.22 - - [2026-01-19 02:30:33] "POST /neutron/network HTTP/1.1" 200 825 0.005394 10.0.0.22 - - [2026-01-19 02:30:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.006875 10.0.0.22 - - [2026-01-19 02:30:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001414 10.0.0.22 - - [2026-01-19 02:30:33] "POST /neutron/network HTTP/1.1" 200 835 0.005504 10.0.0.22 - - [2026-01-19 02:30:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000417 10.0.0.22 - - [2026-01-19 02:30:34] "GET / HTTP/1.1" 200 35931 0.001687 10.0.0.22 - - [2026-01-19 02:30:34] "GET /project/407e1f5c-6a57-4b12-9954-99a24b4abb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000368 10.0.0.22 - - [2026-01-19 02:30:34] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001152 10.0.0.22 - - [2026-01-19 02:30:34] "GET /project/407e1f5c-6a57-4b12-9954-99a24b4abb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.051457 10.0.0.22 - - [2026-01-19 02:30:34] "POST /neutron/network HTTP/1.1" 200 825 0.005219 10.0.0.22 - - [2026-01-19 02:30:34] "POST /neutron/port HTTP/1.1" 200 117 0.005327 10.0.0.22 - - [2026-01-19 02:30:34] "POST /neutron/port HTTP/1.1" 200 117 0.004803 10.0.0.22 - - [2026-01-19 02:30:34] "POST /neutron/port HTTP/1.1" 200 117 0.004939 10.0.0.22 - - [2026-01-19 02:30:34] "POST /neutron/network HTTP/1.1" 200 835 0.005264 10.0.0.22 - - [2026-01-19 02:30:34] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.22 - - [2026-01-19 02:30:35] "POST /neutron/port HTTP/1.1" 200 1061 0.210251 10.0.0.22 - - [2026-01-19 02:30:35] "POST /neutron/port HTTP/1.1" 200 1061 0.009325 10.0.0.22 - - [2026-01-19 02:30:35] "POST /neutron/port HTTP/1.1" 200 1061 0.009711 10.0.0.22 - - [2026-01-19 02:30:35] "POST /neutron/port HTTP/1.1" 200 1115 0.056967 10.0.0.22 - - [2026-01-19 02:30:35] "POST /neutron/port HTTP/1.1" 200 1125 0.011438 10.0.0.22 - - [2026-01-19 02:30:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003223 10.0.0.22 - - [2026-01-19 02:30:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.006885 10.0.0.22 - - [2026-01-19 02:30:35] "POST /neutron/port HTTP/1.1" 200 117 0.001156 10.0.0.22 - - [2026-01-19 02:30:35] "POST /neutron/network HTTP/1.1" 200 825 0.005730 10.0.0.22 - - [2026-01-19 02:30:39] "POST /neutron/port HTTP/1.1" 200 1125 0.015210 10.0.0.22 - - [2026-01-19 02:30:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006372 10.0.0.22 - - [2026-01-19 02:30:39] "POST /neutron/port HTTP/1.1" 200 1125 0.015304 10.0.0.22 - - [2026-01-19 02:30:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006147 10.0.0.22 - - [2026-01-19 02:30:39] "POST /neutron/port HTTP/1.1" 200 1125 0.012218 10.0.0.22 - - [2026-01-19 02:30:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008585 10.0.0.22 - - [2026-01-19 02:30:39] "GET /virtual-machine/6097dd69-eae4-47c1-8352-fd747f194594 HTTP/1.1" 200 1291 0.004295 10.0.0.22 - - [2026-01-19 02:30:39] "GET /virtual-machine-interface/3ae42341-d6ce-41a3-b44c-a75ec4a15f1e HTTP/1.1" 200 2941 0.004374 10.0.0.22 - - [2026-01-19 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.22 - - [2026-01-19 02:30:39] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003669 10.0.0.22 - - [2026-01-19 02:30:39] "GET /virtual-networks?parent_id=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003115 10.0.0.22 - - [2026-01-19 02:30:40] "GET /virtual-network/1f6665ec-a2f2-48b7-8710-42a541b897c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004827 10.0.0.22 - - [2026-01-19 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.22 - - [2026-01-19 02:30:43] "GET /virtual-network/1f6665ec-a2f2-48b7-8710-42a541b897c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004636 10.0.0.22 - - [2026-01-19 02:30:44] "POST /neutron/port HTTP/1.1" 200 1125 0.011553 10.0.0.22 - - [2026-01-19 02:30:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005621 10.0.0.22 - - [2026-01-19 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.22 - - [2026-01-19 02:30:45] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002816 10.0.0.22 - - [2026-01-19 02:30:45] "GET /virtual-networks?parent_id=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002847 10.0.0.22 - - [2026-01-19 02:30:45] "GET /virtual-network/1f6665ec-a2f2-48b7-8710-42a541b897c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005615 10.0.0.22 - - [2026-01-19 02:30:45] "POST /neutron/port HTTP/1.1" 200 1125 0.014666 10.0.0.22 - - [2026-01-19 02:30:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007347 10.0.0.22 - - [2026-01-19 02:30:52] "POST /neutron/network HTTP/1.1" 200 825 0.007692 10.0.0.22 - - [2026-01-19 02:30:52] "POST /neutron/network HTTP/1.1" 400 204 0.011354 10.0.0.22 - - [2026-01-19 02:30:53] "POST /neutron/port HTTP/1.1" 200 1125 0.015193 10.0.0.22 - - [2026-01-19 02:30:53] "POST /neutron/port HTTP/1.1" 200 1115 0.011364 10.0.0.22 - - [2026-01-19 02:30:53] "POST /neutron/port HTTP/1.1" 200 151 0.106144 10.0.0.22 - - [2026-01-19 02:30:54] "POST /neutron/network HTTP/1.1" 200 825 0.005394 10.0.0.22 - - [2026-01-19 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.22 - - [2026-01-19 02:30:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001948 10.0.0.22 - - [2026-01-19 02:30:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002069 10.0.0.22 - - [2026-01-19 02:30:54] "POST /neutron/network HTTP/1.1" 200 151 0.089082 10.0.0.22 - - [2026-01-19 02:30:54] "DELETE /route-target/df1cd1e5-c645-4e79-a03a-902a5595ebb7 HTTP/1.1" 200 115 0.020923 10.0.0.22 - - [2026-01-19 02:30:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003159 10.0.0.22 - - [2026-01-19 02:30:55] "POST /network-ipams HTTP/1.1" 200 541 0.016347 10.0.0.22 - - [2026-01-19 02:30:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003107 10.0.0.22 - - [2026-01-19 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.22 - - [2026-01-19 02:30:55] "GET /network-ipam/6aaf8f6f-bb96-4469-bd54-d4de645ce2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.004710 10.0.0.22 - - [2026-01-19 02:30:55] "PUT /network-ipam/6aaf8f6f-bb96-4469-bd54-d4de645ce2f0 HTTP/1.1" 200 258 0.009047 10.0.0.22 - - [2026-01-19 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.22 - - [2026-01-19 02:30:55] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001063 10.0.0.22 - - [2026-01-19 02:30:55] "GET /project/407e1f5c-6a57-4b12-9954-99a24b4abb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.028060 10.0.0.22 - - [2026-01-19 02:30:55] "POST /neutron/network HTTP/1.1" 200 117 0.008725 10.0.0.22 - - [2026-01-19 02:30:55] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001041 10.0.0.22 - - [2026-01-19 02:30:55] "POST /neutron/network HTTP/1.1" 200 605 0.086268 10.0.0.22 - - [2026-01-19 02:30:55] "POST /route-targets HTTP/1.1" 200 327 0.013015 10.0.0.22 - - [2026-01-19 02:30:55] "POST /ref-update HTTP/1.1" 200 156 0.015371 10.0.0.22 - - [2026-01-19 02:30:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004266 10.0.0.22 - - [2026-01-19 02:30:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.199711 10.0.0.22 - - [2026-01-19 02:30:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004854 10.0.0.22 - - [2026-01-19 02:30:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.162018 10.0.0.22 - - [2026-01-19 02:30:56] "POST /neutron/network HTTP/1.1" 200 994 0.007749 10.0.0.22 - - [2026-01-19 02:30:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001779 10.0.0.22 - - [2026-01-19 02:30:56] "GET /virtual-network/06b03e92-30df-4dcd-8d14-21458481f52a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004952 10.0.0.22 - - [2026-01-19 02:30:56] "POST /neutron/network HTTP/1.1" 200 994 0.008186 10.0.0.22 - - [2026-01-19 02:30:56] "GET /virtual-network/06b03e92-30df-4dcd-8d14-21458481f52a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005313 10.0.0.22 - - [2026-01-19 02:30:56] "POST /neutron/network HTTP/1.1" 200 994 0.007108 10.0.0.22 - - [2026-01-19 02:30:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.006786 10.0.0.22 - - [2026-01-19 02:30:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.008414 10.0.0.22 - - [2026-01-19 02:30:56] "POST /neutron/network HTTP/1.1" 200 994 0.008505 10.0.0.22 - - [2026-01-19 02:30:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.007964 10.0.0.22 - - [2026-01-19 02:30:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.007010 10.0.0.22 - - [2026-01-19 02:30:56] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001097 10.0.0.22 - - [2026-01-19 02:30:56] "POST /neutron/port HTTP/1.1" 200 1017 0.159415 10.0.0.22 - - [2026-01-19 02:30:56] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001099 10.0.0.22 - - [2026-01-19 02:30:56] "POST /neutron/port HTTP/1.1" 200 1017 0.157344 10.0.0.22 - - [2026-01-19 02:30:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001492 10.0.0.22 - - [2026-01-19 02:30:56] "POST /neutron/port HTTP/1.1" 200 1017 0.009593 10.0.0.22 - - [2026-01-19 02:30:56] "POST /neutron/port HTTP/1.1" 200 1017 0.008514 10.0.0.22 - - [2026-01-19 02:30:56] "POST /neutron/network HTTP/1.1" 200 994 0.007552 10.0.0.22 - - [2026-01-19 02:30:56] "POST /neutron/port HTTP/1.1" 200 1017 0.009251 10.0.0.22 - - [2026-01-19 02:30:57] "POST /neutron/port HTTP/1.1" 200 117 0.004843 10.0.0.22 - - [2026-01-19 02:30:57] "POST /neutron/port HTTP/1.1" 200 1017 0.009015 10.0.0.22 - - [2026-01-19 02:30:57] "POST /neutron/port HTTP/1.1" 200 117 0.005072 10.0.0.22 - - [2026-01-19 02:30:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001604 10.0.0.22 - - [2026-01-19 02:30:57] "POST /neutron/port HTTP/1.1" 200 117 0.006024 10.0.0.22 - - [2026-01-19 02:30:57] "POST /neutron/port HTTP/1.1" 200 1017 0.008947 10.0.0.22 - - [2026-01-19 02:30:57] "POST /neutron/port HTTP/1.1" 200 1017 0.012596 10.0.0.22 - - [2026-01-19 02:30:57] "POST /neutron/network HTTP/1.1" 200 994 0.008299 10.0.0.22 - - [2026-01-19 02:30:57] "POST /neutron/port HTTP/1.1" 200 1017 0.008129 10.0.0.22 - - [2026-01-19 02:30:57] "POST /neutron/port HTTP/1.1" 200 1017 0.010342 10.0.0.22 - - [2026-01-19 02:30:57] "POST /neutron/port HTTP/1.1" 200 117 0.006464 10.0.0.22 - - [2026-01-19 02:30:57] "POST /neutron/port HTTP/1.1" 200 117 0.005366 10.0.0.22 - - [2026-01-19 02:30:57] "POST /neutron/port HTTP/1.1" 200 1017 0.009648 10.0.0.22 - - [2026-01-19 02:30:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001346 10.0.0.22 - - [2026-01-19 02:30:57] "POST /neutron/network HTTP/1.1" 200 1004 0.005491 10.0.0.22 - - [2026-01-19 02:30:57] "POST /neutron/port HTTP/1.1" 200 1017 0.009862 10.0.0.22 - - [2026-01-19 02:30:57] "POST /neutron/port HTTP/1.1" 200 1017 0.010984 10.0.0.22 - - [2026-01-19 02:30:57] "POST /neutron/port HTTP/1.1" 200 117 0.013019 10.0.0.22 - - [2026-01-19 02:30:57] "POST /neutron/port HTTP/1.1" 200 1109 0.107559 10.0.0.22 - - [2026-01-19 02:30:57] "POST /neutron/network HTTP/1.1" 200 1004 0.006189 10.0.0.22 - - [2026-01-19 02:30:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000523 10.0.0.22 - - [2026-01-19 02:30:57] "POST /neutron/port HTTP/1.1" 200 1119 0.015795 10.0.0.22 - - [2026-01-19 02:30:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003551 10.0.0.22 - - [2026-01-19 02:30:57] "POST /neutron/subnet HTTP/1.1" 200 673 0.015966 10.0.0.22 - - [2026-01-19 02:30:57] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.22 - - [2026-01-19 02:30:57] "POST /neutron/network HTTP/1.1" 200 994 0.007791 10.0.0.22 - - [2026-01-19 02:30:58] "POST /neutron/port HTTP/1.1" 200 1017 0.011450 10.0.0.22 - - [2026-01-19 02:30:58] "POST /neutron/network HTTP/1.1" 200 1004 0.005844 10.0.0.22 - - [2026-01-19 02:30:58] "POST /neutron/port HTTP/1.1" 200 1017 0.008845 10.0.0.22 - - [2026-01-19 02:30:58] "POST /neutron/port HTTP/1.1" 200 1017 0.010689 10.0.0.22 - - [2026-01-19 02:30:58] "GET / HTTP/1.1" 200 35931 0.002537 10.0.0.22 - - [2026-01-19 02:30:58] "GET /project/407e1f5c-6a57-4b12-9954-99a24b4abb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001128 10.0.0.22 - - [2026-01-19 02:30:58] "POST /neutron/port HTTP/1.1" 200 1109 0.084525 10.0.0.22 - - [2026-01-19 02:30:58] "POST /neutron/port HTTP/1.1" 200 1119 0.011320 10.0.0.22 - - [2026-01-19 02:30:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003919 10.0.0.22 - - [2026-01-19 02:30:58] "POST /neutron/subnet HTTP/1.1" 200 673 0.012684 10.0.0.22 - - [2026-01-19 02:30:58] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.22 - - [2026-01-19 02:30:58] "POST /neutron/network HTTP/1.1" 200 994 0.009353 10.0.0.22 - - [2026-01-19 02:30:58] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001222 10.0.0.22 - - [2026-01-19 02:30:58] "GET /project/407e1f5c-6a57-4b12-9954-99a24b4abb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.058060 10.0.0.22 - - [2026-01-19 02:30:58] "POST /neutron/network HTTP/1.1" 200 994 0.009838 10.0.0.22 - - [2026-01-19 02:30:58] "POST /neutron/port HTTP/1.1" 200 2086 0.022779 10.0.0.22 - - [2026-01-19 02:30:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006352 10.0.0.22 - - [2026-01-19 02:30:58] "POST /neutron/port HTTP/1.1" 200 117 0.004891 10.0.0.22 - - [2026-01-19 02:30:58] "GET /domains HTTP/1.1" 200 280 0.003020 10.0.0.22 - - [2026-01-19 02:30:58] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001597 10.0.0.22 - - [2026-01-19 02:30:58] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2759 0.010860 10.0.0.22 - - [2026-01-19 02:30:58] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001271 10.0.0.22 - - [2026-01-19 02:30:58] "GET /project/407e1f5c-6a57-4b12-9954-99a24b4abb81 HTTP/1.1" 200 2842 0.082921 10.0.0.22 - - [2026-01-19 02:30:58] "GET /network-ipam/6aaf8f6f-bb96-4469-bd54-d4de645ce2f0 HTTP/1.1" 200 2646 0.004997 10.0.0.22 - - [2026-01-19 02:30:58] "GET /domains HTTP/1.1" 200 280 0.002449 10.0.0.22 - - [2026-01-19 02:30:59] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.22 - - [2026-01-19 02:30:59] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2759 0.007284 10.0.0.22 - - [2026-01-19 02:30:59] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001229 10.0.0.22 - - [2026-01-19 02:30:59] "GET /project/407e1f5c-6a57-4b12-9954-99a24b4abb81 HTTP/1.1" 200 2842 0.071533 10.0.0.22 - - [2026-01-19 02:30:59] "GET /virtual-network/06b03e92-30df-4dcd-8d14-21458481f52a HTTP/1.1" 200 3779 0.011644 10.0.0.22 - - [2026-01-19 02:30:59] "GET /virtual-network/06b03e92-30df-4dcd-8d14-21458481f52a HTTP/1.1" 200 3779 0.006047 10.0.0.22 - - [2026-01-19 02:30:59] "GET /routing-instance/3d3b7b2e-c742-4dee-bbc0-5a285cb76db7 HTTP/1.1" 200 2380 0.004680 10.0.0.22 - - [2026-01-19 02:30:59] "GET /routing-instance/3d3b7b2e-c742-4dee-bbc0-5a285cb76db7 HTTP/1.1" 200 2380 0.004515 10.0.0.22 - - [2026-01-19 02:30:59] "GET /route-target/8d4a4dd1-87f8-4fd5-b101-4c825b58fc7b HTTP/1.1" 200 1205 0.004506 10.0.0.22 - - [2026-01-19 02:30:59] "GET /virtual-network/06b03e92-30df-4dcd-8d14-21458481f52a HTTP/1.1" 200 3779 0.004669 10.0.0.22 - - [2026-01-19 02:30:59] "GET /routing-instance/3d3b7b2e-c742-4dee-bbc0-5a285cb76db7 HTTP/1.1" 200 2380 0.003800 10.0.0.22 - - [2026-01-19 02:30:59] "GET /virtual-network/06b03e92-30df-4dcd-8d14-21458481f52a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004615 10.0.0.22 - - [2026-01-19 02:30:59] "GET /virtual-network/06b03e92-30df-4dcd-8d14-21458481f52a HTTP/1.1" 200 3779 0.005180 10.0.0.22 - - [2026-01-19 02:30:59] "GET /routing-instance/3d3b7b2e-c742-4dee-bbc0-5a285cb76db7 HTTP/1.1" 200 2380 0.004024 10.0.0.22 - - [2026-01-19 02:30:59] "GET /routing-instance/3d3b7b2e-c742-4dee-bbc0-5a285cb76db7 HTTP/1.1" 200 2380 0.003671 10.0.0.22 - - [2026-01-19 02:30:59] "GET /route-target/8d4a4dd1-87f8-4fd5-b101-4c825b58fc7b HTTP/1.1" 200 1205 0.003504 10.0.0.22 - - [2026-01-19 02:30:59] "GET /domains HTTP/1.1" 200 280 0.002523 10.0.0.22 - - [2026-01-19 02:30:59] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.22 - - [2026-01-19 02:30:59] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2759 0.006984 10.0.0.22 - - [2026-01-19 02:30:59] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001001 10.0.0.22 - - [2026-01-19 02:30:59] "GET /project/407e1f5c-6a57-4b12-9954-99a24b4abb81 HTTP/1.1" 200 2842 0.083952 10.0.0.22 - - [2026-01-19 02:30:59] "GET /virtual-network/06b03e92-30df-4dcd-8d14-21458481f52a HTTP/1.1" 200 3779 0.017781 10.0.0.22 - - [2026-01-19 02:30:59] "POST /neutron/network HTTP/1.1" 200 1004 0.006499 10.0.0.22 - - [2026-01-19 02:30:59] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001084 10.0.0.22 - - [2026-01-19 02:30:59] "POST /neutron/port HTTP/1.1" 200 1055 0.256017 10.0.0.22 - - [2026-01-19 02:30:59] "POST /neutron/port HTTP/1.1" 200 1055 0.027037 10.0.0.22 - - [2026-01-19 02:30:59] "POST /neutron/port HTTP/1.1" 200 1055 0.019704 10.0.0.22 - - [2026-01-19 02:30:59] "GET /obj-perms HTTP/1.1" 200 5030 0.087473 10.0.0.22 - - [2026-01-19 02:30:59] "POST /neutron/port HTTP/1.1" 200 1109 0.108605 10.0.0.22 - - [2026-01-19 02:30:59] "POST /neutron/port HTTP/1.1" 200 1119 0.019415 10.0.0.22 - - [2026-01-19 02:30:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005683 10.0.0.22 - - [2026-01-19 02:31:00] "POST /neutron/port HTTP/1.1" 200 1119 0.022644 10.0.0.22 - - [2026-01-19 02:31:00] "POST /neutron/port HTTP/1.1" 200 1119 0.015463 10.0.0.22 - - [2026-01-19 02:31:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008347 10.0.0.22 - - [2026-01-19 02:31:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004097 10.0.0.22 - - [2026-01-19 02:31:00] "POST /neutron/subnet HTTP/1.1" 200 673 0.010773 10.0.0.22 - - [2026-01-19 02:31:00] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.22 - - [2026-01-19 02:31:00] "POST /neutron/port HTTP/1.1" 200 1119 0.014823 10.0.0.22 - - [2026-01-19 02:31:00] "POST /neutron/network HTTP/1.1" 200 994 0.006606 10.0.0.22 - - [2026-01-19 02:31:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009340 10.0.0.22 - - [2026-01-19 02:31:00] "GET /virtual-machine/dccda64c-b8ea-4b25-8228-f82e80000e9a HTTP/1.1" 200 1288 0.005320 10.0.0.22 - - [2026-01-19 02:31:00] "GET /virtual-machine-interface/5bd08007-305c-4b77-ac1f-ee276a3b4f54 HTTP/1.1" 200 2941 0.009212 10.0.0.22 - - [2026-01-19 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.22 - - [2026-01-19 02:31:00] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004405 10.0.0.22 - - [2026-01-19 02:31:00] "GET /virtual-networks?parent_id=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002941 10.0.0.22 - - [2026-01-19 02:31:00] "GET /virtual-network/06b03e92-30df-4dcd-8d14-21458481f52a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004896 10.0.0.22 - - [2026-01-19 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.22 - - [2026-01-19 02:31:03] "GET /virtual-network/06b03e92-30df-4dcd-8d14-21458481f52a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004609 10.0.0.22 - - [2026-01-19 02:31:05] "DELETE /project/407e1f5c6a574b12995499a24b4abb81 HTTP/1.1" 404 173 0.003370 10.0.0.22 - - [2026-01-19 02:31:05] "GET /projects?obj_uuids=e97e0033-60a1-45a2-bb65-9b5946823437&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002723 10.0.0.22 - - [2026-01-19 02:31:05] "GET /project/e97e0033-60a1-45a2-bb65-9b5946823437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.036833 10.0.0.22 - - [2026-01-19 02:31:05] "GET /projects?obj_uuids=e97e0033-60a1-45a2-bb65-9b5946823437&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001197 10.0.0.22 - - [2026-01-19 02:31:05] "GET /project/e97e0033-60a1-45a2-bb65-9b5946823437?fields=security_groups HTTP/1.1" 200 1367 0.071555 10.0.0.22 - - [2026-01-19 02:31:05] "DELETE /security-group/772b0900-548d-43ad-a476-2fae25094c15 HTTP/1.1" 200 115 0.037288 10.0.0.22 - - [2026-01-19 02:31:05] "GET /projects?obj_uuids=e97e0033-60a1-45a2-bb65-9b5946823437&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001903 10.0.0.22 - - [2026-01-19 02:31:05] "DELETE /access-control-list/73d7c17e-299d-4ebc-84f8-04d186226d4a HTTP/1.1" 200 115 0.048691 10.0.0.22 - - [2026-01-19 02:31:05] "GET /project/e97e0033-60a1-45a2-bb65-9b5946823437?fields=application_policy_sets HTTP/1.1" 200 1406 0.052625 10.0.0.22 - - [2026-01-19 02:31:05] "DELETE /access-control-list/3b01e895-8503-4a68-aad1-b9dbcc156e7b HTTP/1.1" 200 115 0.034540 10.0.0.22 - - [2026-01-19 02:31:05] "DELETE /project/e97e0033-60a1-45a2-bb65-9b5946823437 HTTP/1.1" 200 115 0.387238 10.0.0.22 - - [2026-01-19 02:31:07] "POST /neutron/port HTTP/1.1" 200 1119 0.012499 10.0.0.22 - - [2026-01-19 02:31:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005156 10.0.0.22 - - [2026-01-19 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.22 - - [2026-01-19 02:31:07] "GET /virtual-network/06b03e92-30df-4dcd-8d14-21458481f52a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005170 10.0.0.22 - - [2026-01-19 02:31:07] "POST /neutron/port HTTP/1.1" 200 1119 0.011417 10.0.0.22 - - [2026-01-19 02:31:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012052 10.0.0.22 - - [2026-01-19 02:31:09] "POST /neutron/port HTTP/1.1" 200 1119 0.012847 10.0.0.22 - - [2026-01-19 02:31:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005276 10.0.0.22 - - [2026-01-19 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.22 - - [2026-01-19 02:31:09] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003328 10.0.0.22 - - [2026-01-19 02:31:09] "GET /virtual-networks?parent_id=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002952 10.0.0.22 - - [2026-01-19 02:31:09] "GET /virtual-network/06b03e92-30df-4dcd-8d14-21458481f52a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005417 10.0.0.22 - - [2026-01-19 02:31:10] "POST /neutron/port HTTP/1.1" 200 1119 0.012305 10.0.0.22 - - [2026-01-19 02:31:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006085 10.0.0.22 - - [2026-01-19 02:31:10] "POST /neutron/port HTTP/1.1" 200 1119 0.012915 10.0.0.22 - - [2026-01-19 02:31:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006953 10.0.0.22 - - [2026-01-19 02:31:10] "POST /neutron/port HTTP/1.1" 200 1119 0.013806 10.0.0.22 - - [2026-01-19 02:31:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005811 10.0.0.22 - - [2026-01-19 02:31:10] "GET /virtual-machine/d728d2f3-bd7a-47ff-8cdf-fe0983ae6930 HTTP/1.1" 200 1289 0.006457 10.0.0.22 - - [2026-01-19 02:31:10] "GET /virtual-machine-interface/86928b7a-6dce-4257-a5ab-096d30028e98 HTTP/1.1" 200 2941 0.006501 10.0.0.22 - - [2026-01-19 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.22 - - [2026-01-19 02:31:10] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005335 10.0.0.22 - - [2026-01-19 02:31:10] "GET /virtual-networks?parent_id=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003883 10.0.0.22 - - [2026-01-19 02:31:10] "GET /virtual-network/06b03e92-30df-4dcd-8d14-21458481f52a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006978 10.0.0.22 - - [2026-01-19 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.22 - - [2026-01-19 02:31:11] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003234 10.0.0.22 - - [2026-01-19 02:31:11] "GET /virtual-networks?parent_id=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002738 10.0.0.22 - - [2026-01-19 02:31:11] "GET /virtual-network/06b03e92-30df-4dcd-8d14-21458481f52a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006288 10.0.0.22 - - [2026-01-19 02:31:11] "POST /neutron/port HTTP/1.1" 200 1119 0.011467 10.0.0.22 - - [2026-01-19 02:31:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006108 10.0.0.22 - - [2026-01-19 02:31:11] "POST /neutron/port HTTP/1.1" 200 1119 0.012883 10.0.0.22 - - [2026-01-19 02:31:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006309 10.0.0.22 - - [2026-01-19 02:31:12] "POST /neutron/port HTTP/1.1" 200 1119 0.012542 10.0.0.22 - - [2026-01-19 02:31:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007393 10.0.0.22 - - [2026-01-19 02:31:12] "GET /virtual-machine/efe05ba0-9c85-42fd-a7fa-4bd478253c58 HTTP/1.1" 200 1293 0.004397 10.0.0.22 - - [2026-01-19 02:31:12] "GET /virtual-machine-interface/b2317b6c-ca38-4b58-8812-8b4cd3b9c57b HTTP/1.1" 200 2941 0.004587 10.0.0.22 - - [2026-01-19 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.22 - - [2026-01-19 02:31:12] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003546 10.0.0.22 - - [2026-01-19 02:31:12] "GET /virtual-networks?parent_id=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003188 10.0.0.22 - - [2026-01-19 02:31:12] "GET /virtual-network/06b03e92-30df-4dcd-8d14-21458481f52a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005898 10.0.0.22 - - [2026-01-19 02:31:12] "GET /obj-perms HTTP/1.1" 200 5056 0.062857 10.0.0.22 - - [2026-01-19 02:31:12] "GET /obj-perms HTTP/1.1" 200 5056 0.070294 10.0.0.22 - - [2026-01-19 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.22 - - [2026-01-19 02:31:13] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004155 10.0.0.22 - - [2026-01-19 02:31:13] "GET /virtual-networks?parent_id=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003323 10.0.0.22 - - [2026-01-19 02:31:13] "GET /virtual-network/06b03e92-30df-4dcd-8d14-21458481f52a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005120 10.0.0.22 - - [2026-01-19 02:31:25] "POST /neutron/port HTTP/1.1" 200 1119 0.011912 10.0.0.22 - - [2026-01-19 02:31:25] "POST /neutron/port HTTP/1.1" 200 1119 0.014535 10.0.0.22 - - [2026-01-19 02:31:25] "POST /neutron/network HTTP/1.1" 200 1004 0.005961 10.0.0.22 - - [2026-01-19 02:31:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003749 10.0.0.22 - - [2026-01-19 02:31:25] "POST /neutron/subnet HTTP/1.1" 200 673 0.010204 10.0.0.22 - - [2026-01-19 02:31:25] "POST /neutron/port HTTP/1.1" 200 117 0.001811 10.0.0.22 - - [2026-01-19 02:31:25] "POST /neutron/network HTTP/1.1" 200 994 0.008564 10.0.0.22 - - [2026-01-19 02:31:29] "POST /neutron/port HTTP/1.1" 200 1109 0.016686 10.0.0.22 - - [2026-01-19 02:31:29] "POST /neutron/port HTTP/1.1" 200 1109 0.011684 10.0.0.22 - - [2026-01-19 02:31:29] "POST /neutron/port HTTP/1.1" 200 151 0.111348 10.0.0.22 - - [2026-01-19 02:31:29] "POST /neutron/port HTTP/1.1" 200 1109 0.016699 10.0.0.22 - - [2026-01-19 02:31:29] "POST /neutron/port HTTP/1.1" 200 1109 0.023349 10.0.0.22 - - [2026-01-19 02:31:29] "POST /neutron/port HTTP/1.1" 200 1119 0.013711 10.0.0.22 - - [2026-01-19 02:31:29] "POST /neutron/port HTTP/1.1" 200 1109 0.009974 10.0.0.22 - - [2026-01-19 02:31:29] "POST /neutron/port HTTP/1.1" 200 151 0.135306 10.0.0.22 - - [2026-01-19 02:31:29] "POST /neutron/network HTTP/1.1" 200 994 0.009033 10.0.0.22 - - [2026-01-19 02:31:29] "POST /neutron/network HTTP/1.1" 400 204 0.013910 10.0.0.22 - - [2026-01-19 02:31:29] "POST /neutron/port HTTP/1.1" 200 151 0.150458 10.0.0.22 - - [2026-01-19 02:31:31] "POST /neutron/network HTTP/1.1" 200 994 0.012327 10.0.0.22 - - [2026-01-19 02:31:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002995 10.0.0.22 - - [2026-01-19 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.22 - - [2026-01-19 02:31:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002901 10.0.0.22 - - [2026-01-19 02:31:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001991 10.0.0.22 - - [2026-01-19 02:31:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001863 10.0.0.22 - - [2026-01-19 02:31:32] "POST /neutron/network HTTP/1.1" 200 151 0.096392 10.0.0.22 - - [2026-01-19 02:31:32] "DELETE /route-target/8d4a4dd1-87f8-4fd5-b101-4c825b58fc7b HTTP/1.1" 200 115 0.020612 10.0.0.22 - - [2026-01-19 02:31:32] "GET /routing-instance/3d3b7b2e-c742-4dee-bbc0-5a285cb76db7 HTTP/1.1" 404 171 0.002518 10.0.0.22 - - [2026-01-19 02:31:32] "GET /domains HTTP/1.1" 200 280 0.002152 10.0.0.22 - - [2026-01-19 02:31:32] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000961 10.0.0.22 - - [2026-01-19 02:31:32] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 2572 0.049068 10.0.0.22 - - [2026-01-19 02:31:32] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001047 10.0.0.22 - - [2026-01-19 02:31:32] "GET /project/407e1f5c-6a57-4b12-9954-99a24b4abb81 HTTP/1.1" 200 2085 0.078882 10.0.0.22 - - [2026-01-19 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.22 - - [2026-01-19 02:31:32] "DELETE /network-ipam/6aaf8f6f-bb96-4469-bd54-d4de645ce2f0 HTTP/1.1" 200 115 0.026505 10.0.0.22 - - [2026-01-19 02:31:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.002657 10.0.0.22 - - [2026-01-19 02:31:32] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001086 10.0.0.22 - - [2026-01-19 02:31:32] "GET /project/407e1f5c-6a57-4b12-9954-99a24b4abb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.028556 10.0.0.22 - - [2026-01-19 02:31:32] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.22 - - [2026-01-19 02:31:32] "GET /project/407e1f5c-6a57-4b12-9954-99a24b4abb81?fields=virtual_networks HTTP/1.1" 200 1032 0.065352 10.0.0.22 - - [2026-01-19 02:31:32] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001088 10.0.0.22 - - [2026-01-19 02:31:32] "GET /project/407e1f5c-6a57-4b12-9954-99a24b4abb81?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.026022 10.0.0.22 - - [2026-01-19 02:31:32] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001766 10.0.0.22 - - [2026-01-19 02:31:32] "GET /project/407e1f5c-6a57-4b12-9954-99a24b4abb81?fields=security_groups HTTP/1.1" 200 1258 0.032787 10.0.0.22 - - [2026-01-19 02:31:34] "POST /neutron/port HTTP/1.1" 200 117 0.004863 10.0.0.22 - - [2026-01-19 02:31:34] "POST /neutron/port HTTP/1.1" 400 205 0.003749 10.0.0.22 - - [2026-01-19 02:31:34] "POST /neutron/port HTTP/1.1" 200 117 0.004860 10.0.0.22 - - [2026-01-19 02:31:34] "POST /neutron/port HTTP/1.1" 400 205 0.003318 10.0.0.22 - - [2026-01-19 02:31:40] "GET / HTTP/1.1" 200 35931 0.001843 10.0.0.22 - - [2026-01-19 02:31:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000631 10.0.0.22 - - [2026-01-19 02:31:41] "POST /fqname-to-id HTTP/1.1" 404 183 0.061535 10.0.0.22 - - [2026-01-19 02:31:41] "GET /projects?obj_uuids=88a34c4f-5584-4998-9a27-652ce2c927c2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002519 10.0.0.22 - - [2026-01-19 02:31:41] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001356 10.0.0.22 - - [2026-01-19 02:31:41] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007288 10.0.0.22 - - [2026-01-19 02:31:41] "POST /id-to-fqname HTTP/1.1" 200 185 0.001234 10.0.0.22 - - [2026-01-19 02:31:41] "POST /fqname-to-id HTTP/1.1" 404 194 0.004721 10.0.0.22 - - [2026-01-19 02:31:41] "POST /security-groups HTTP/1.1" 200 586 0.068029 10.0.0.22 - - [2026-01-19 02:31:41] "POST /fqname-to-id HTTP/1.1" 404 229 0.003583 10.0.0.22 - - [2026-01-19 02:31:41] "POST /projects HTTP/1.1" 200 575 0.218016 10.0.0.22 - - [2026-01-19 02:31:41] "POST /access-control-lists HTTP/1.1" 200 591 0.059393 10.0.0.22 - - [2026-01-19 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.291941 10.0.0.22 - - [2026-01-19 02:31:41] "POST /fqname-to-id HTTP/1.1" 404 228 0.002881 10.0.0.22 - - [2026-01-19 02:31:41] "GET /project/88a34c4f-5584-4998-9a27-652ce2c927c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.432429 10.0.0.22 - - [2026-01-19 02:31:41] "POST /access-control-lists HTTP/1.1" 200 589 0.056344 10.0.0.22 - - [2026-01-19 02:31:42] "GET / HTTP/1.1" 200 35931 0.002068 10.0.0.22 - - [2026-01-19 02:31:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000637 10.0.0.22 - - [2026-01-19 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.031708 10.0.0.22 - - [2026-01-19 02:31:45] "GET /api-access-list/a05b6a9c-63cc-45cc-a22d-7c096f2ae801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004602 10.0.0.22 - - [2026-01-19 02:31:45] "GET /api-access-list/a05b6a9c-63cc-45cc-a22d-7c096f2ae801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003306 10.0.0.22 - - [2026-01-19 02:31:45] "GET /api-access-list/a05b6a9c-63cc-45cc-a22d-7c096f2ae801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003710 10.0.0.22 - - [2026-01-19 02:31:45] "PUT /api-access-list/a05b6a9c-63cc-45cc-a22d-7c096f2ae801 HTTP/1.1" 200 264 0.009118 10.0.0.22 - - [2026-01-19 02:31:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000437 10.0.0.22 - - [2026-01-19 02:31:46] "GET /aaa-mode HTTP/1.1" 200 128 0.025653 10.0.0.22 - - [2026-01-19 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 183 0.026258 10.0.0.22 - - [2026-01-19 02:31:46] "GET /projects?obj_uuids=46f85e8f-32f0-4adc-9e61-8c43b0973bdc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003044 10.0.0.22 - - [2026-01-19 02:31:46] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.22 - - [2026-01-19 02:31:46] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.011519 10.0.0.22 - - [2026-01-19 02:31:46] "POST /id-to-fqname HTTP/1.1" 200 185 0.003349 10.0.0.22 - - [2026-01-19 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.004457 10.0.0.22 - - [2026-01-19 02:31:46] "POST /security-groups HTTP/1.1" 200 586 0.067393 10.0.0.22 - - [2026-01-19 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.002639 10.0.0.22 - - [2026-01-19 02:31:46] "POST /projects HTTP/1.1" 200 575 0.230405 10.0.0.22 - - [2026-01-19 02:31:46] "POST /access-control-lists HTTP/1.1" 200 591 0.060324 10.0.0.22 - - [2026-01-19 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.304270 10.0.0.22 - - [2026-01-19 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 228 0.003477 10.0.0.22 - - [2026-01-19 02:31:47] "GET /project/46f85e8f-32f0-4adc-9e61-8c43b0973bdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.448349 10.0.0.22 - - [2026-01-19 02:31:47] "POST /access-control-lists HTTP/1.1" 200 589 0.077557 10.0.0.22 - - [2026-01-19 02:31:47] "POST /fqname-to-id HTTP/1.1" 404 183 0.028213 10.0.0.22 - - [2026-01-19 02:31:47] "GET /projects?obj_uuids=909aff23-d334-4bb9-93aa-089037a7b5ec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002954 10.0.0.22 - - [2026-01-19 02:31:47] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001393 10.0.0.22 - - [2026-01-19 02:31:47] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007013 10.0.0.22 - - [2026-01-19 02:31:47] "POST /id-to-fqname HTTP/1.1" 200 185 0.001558 10.0.0.22 - - [2026-01-19 02:31:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.004574 10.0.0.22 - - [2026-01-19 02:31:47] "POST /security-groups HTTP/1.1" 200 586 0.064207 10.0.0.22 - - [2026-01-19 02:31:47] "POST /fqname-to-id HTTP/1.1" 404 229 0.003524 10.0.0.22 - - [2026-01-19 02:31:47] "POST /projects HTTP/1.1" 200 575 0.231259 10.0.0.22 - - [2026-01-19 02:31:47] "POST /access-control-lists HTTP/1.1" 200 591 0.061201 10.0.0.22 - - [2026-01-19 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.308328 10.0.0.22 - - [2026-01-19 02:31:47] "POST /fqname-to-id HTTP/1.1" 404 228 0.002789 10.0.0.22 - - [2026-01-19 02:31:47] "GET /project/909aff23-d334-4bb9-93aa-089037a7b5ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.434769 10.0.0.22 - - [2026-01-19 02:31:47] "POST /access-control-lists HTTP/1.1" 200 589 0.072583 10.0.0.22 - - [2026-01-19 02:31:48] "GET / HTTP/1.1" 200 35931 0.002431 10.0.0.22 - - [2026-01-19 02:31:49] "GET / HTTP/1.1" 200 35931 0.001458 10.0.0.22 - - [2026-01-19 02:31:49] "POST /fqname-to-id HTTP/1.1" 404 183 0.003045 10.0.0.22 - - [2026-01-19 02:31:49] "POST /api-access-lists HTTP/1.1" 200 521 0.017394 10.0.0.22 - - [2026-01-19 02:31:49] "GET /api-access-list/67bea428-92aa-488a-bd40-636c603d01f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.004530 10.0.0.22 - - [2026-01-19 02:31:49] "GET /api-access-list/67bea428-92aa-488a-bd40-636c603d01f8 HTTP/1.1" 401 292 0.000456 10.0.0.22 - - [2026-01-19 02:31:50] "GET /api-access-list/67bea428-92aa-488a-bd40-636c603d01f8 HTTP/1.1" 200 1265 0.058643 10.0.0.22 - - [2026-01-19 02:31:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000389 10.0.0.22 - - [2026-01-19 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.063095 10.0.0.22 - - [2026-01-19 02:31:50] "GET /projects?obj_uuids=46f85e8f-32f0-4adc-9e61-8c43b0973bdc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001122 10.0.0.22 - - [2026-01-19 02:31:50] "GET /project/46f85e8f-32f0-4adc-9e61-8c43b0973bdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.038601 10.0.0.22 - - [2026-01-19 02:31:50] "GET /virtual-networks?parent_id=46f85e8f-32f0-4adc-9e61-8c43b0973bdc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010241 10.0.0.22 - - [2026-01-19 02:31:50] "POST /virtual-networks HTTP/1.1" 200 568 0.054782 10.0.0.22 - - [2026-01-19 02:31:50] "POST /route-targets HTTP/1.1" 200 327 0.013608 10.0.0.22 - - [2026-01-19 02:31:50] "POST /ref-update HTTP/1.1" 200 156 0.010543 10.0.0.22 - - [2026-01-19 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.012666 10.0.0.22 - - [2026-01-19 02:31:50] "GET /network-ipam/7c5e6940-6c32-462a-ae91-27bb05919da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.010662 10.0.0.22 - - [2026-01-19 02:31:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004305 10.0.0.22 - - [2026-01-19 02:31:50] "POST /ref-update HTTP/1.1" 200 156 0.056742 10.0.0.22 - - [2026-01-19 02:31:51] "POST /neutron/network HTTP/1.1" 200 830 0.048591 10.0.0.22 - - [2026-01-19 02:31:51] "POST /neutron/network HTTP/1.1" 200 830 0.019558 10.0.0.22 - - [2026-01-19 02:31:51] "GET /virtual-network/b82584c3-75f1-4e65-9f96-ea9f35e2d7b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.012807 10.0.0.22 - - [2026-01-19 02:31:51] "POST /neutron/network HTTP/1.1" 200 830 0.016914 10.0.0.22 - - [2026-01-19 02:31:51] "POST /neutron/subnet HTTP/1.1" 200 668 0.025461 10.0.0.22 - - [2026-01-19 02:31:51] "GET /virtual-network/b82584c3-75f1-4e65-9f96-ea9f35e2d7b8 HTTP/1.1" 401 292 0.000556 10.0.0.22 - - [2026-01-19 02:31:51] "GET /virtual-network/b82584c3-75f1-4e65-9f96-ea9f35e2d7b8 HTTP/1.1" 200 2262 0.042693 10.0.0.22 - - [2026-01-19 02:31:51] "GET /virtual-network/b82584c3-75f1-4e65-9f96-ea9f35e2d7b8 HTTP/1.1" 401 292 0.000590 10.0.0.22 - - [2026-01-19 02:31:51] "GET /virtual-network/b82584c3-75f1-4e65-9f96-ea9f35e2d7b8 HTTP/1.1" 200 2002 0.042514 10.0.0.22 - - [2026-01-19 02:31:52] "GET /obj-perms HTTP/1.1" 200 4915 0.074633 10.0.0.22 - - [2026-01-19 02:31:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.22 - - [2026-01-19 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.028942 10.0.0.22 - - [2026-01-19 02:31:52] "GET /virtual-network/b82584c3-75f1-4e65-9f96-ea9f35e2d7b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.011637 10.0.0.22 - - [2026-01-19 02:31:52] "GET /obj-perms HTTP/1.1" 200 4915 0.009687 10.0.0.22 - - [2026-01-19 02:31:52] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.015845 10.0.0.22 - - [2026-01-19 02:31:53] "GET /obj-perms HTTP/1.1" 200 4915 0.064575 10.0.0.22 - - [2026-01-19 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.22 - - [2026-01-19 02:31:53] "GET /virtual-network/b82584c3-75f1-4e65-9f96-ea9f35e2d7b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.013772 10.0.0.22 - - [2026-01-19 02:31:53] "GET /obj-perms HTTP/1.1" 200 4915 0.009535 10.0.0.22 - - [2026-01-19 02:31:53] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.017018 10.0.0.22 - - [2026-01-19 02:31:53] "POST /id-to-fqname HTTP/1.1" 401 292 0.000445 10.0.0.22 - - [2026-01-19 02:31:53] "POST /id-to-fqname HTTP/1.1" 200 230 0.038647 10.0.0.22 - - [2026-01-19 02:31:54] "POST /neutron/network HTTP/1.1" 200 840 0.050027 10.0.0.22 - - [2026-01-19 02:31:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000442 10.0.0.22 - - [2026-01-19 02:31:54] "GET / HTTP/1.1" 200 35931 0.002405 10.0.0.22 - - [2026-01-19 02:31:54] "GET /project/909aff23-d334-4bb9-93aa-089037a7b5ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000445 10.0.0.22 - - [2026-01-19 02:31:55] "GET /projects?obj_uuids=909aff23-d334-4bb9-93aa-089037a7b5ec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001070 10.0.0.22 - - [2026-01-19 02:31:55] "GET /project/909aff23-d334-4bb9-93aa-089037a7b5ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.048005 10.0.0.22 - - [2026-01-19 02:31:55] "POST /neutron/network HTTP/1.1" 200 830 0.005509 10.0.0.22 - - [2026-01-19 02:31:55] "POST /neutron/port HTTP/1.1" 200 117 0.050454 10.0.0.22 - - [2026-01-19 02:31:55] "POST /neutron/port HTTP/1.1" 200 117 0.005942 10.0.0.22 - - [2026-01-19 02:31:55] "POST /neutron/port HTTP/1.1" 200 117 0.004978 10.0.0.22 - - [2026-01-19 02:31:55] "POST /neutron/network HTTP/1.1" 200 840 0.021947 10.0.0.22 - - [2026-01-19 02:31:55] "POST /neutron/network HTTP/1.1" 200 830 0.019813 10.0.0.22 - - [2026-01-19 02:31:55] "GET /projects?obj_uuids=909aff23-d334-4bb9-93aa-089037a7b5ec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001077 10.0.0.22 - - [2026-01-19 02:31:56] "POST /neutron/port HTTP/1.1" 200 1054 0.299733 10.0.0.22 - - [2026-01-19 02:31:56] "POST /neutron/port HTTP/1.1" 200 1054 0.010904 10.0.0.22 - - [2026-01-19 02:31:56] "POST /neutron/port HTTP/1.1" 200 1054 0.011709 10.0.0.22 - - [2026-01-19 02:31:56] "POST /neutron/port HTTP/1.1" 200 1108 0.057451 10.0.0.22 - - [2026-01-19 02:31:56] "POST /neutron/port HTTP/1.1" 200 1118 0.013638 10.0.0.22 - - [2026-01-19 02:31:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003549 10.0.0.22 - - [2026-01-19 02:31:56] "POST /neutron/subnet HTTP/1.1" 200 642 0.006668 10.0.0.22 - - [2026-01-19 02:31:56] "POST /neutron/port HTTP/1.1" 200 117 0.001278 10.0.0.22 - - [2026-01-19 02:31:56] "POST /neutron/network HTTP/1.1" 200 830 0.006114 10.0.0.22 - - [2026-01-19 02:32:00] "POST /neutron/port HTTP/1.1" 200 1118 0.013167 10.0.0.22 - - [2026-01-19 02:32:00] "POST /neutron/security_group HTTP/1.1" 200 2053 0.009073 10.0.0.22 - - [2026-01-19 02:32:00] "POST /neutron/port HTTP/1.1" 200 1118 0.013641 10.0.0.22 - - [2026-01-19 02:32:00] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007516 10.0.0.22 - - [2026-01-19 02:32:00] "POST /neutron/port HTTP/1.1" 200 1118 0.013296 10.0.0.22 - - [2026-01-19 02:32:00] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007014 10.0.0.22 - - [2026-01-19 02:32:00] "POST /neutron/port HTTP/1.1" 200 1118 0.012787 10.0.0.22 - - [2026-01-19 02:32:00] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006066 10.0.0.22 - - [2026-01-19 02:32:00] "GET /virtual-machine/d54b2673-3f08-4eca-9dcd-284b49e0b7c9 HTTP/1.1" 200 1288 0.013220 10.0.0.22 - - [2026-01-19 02:32:00] "GET /virtual-machine/d54b2673-3f08-4eca-9dcd-284b49e0b7c9 HTTP/1.1" 200 1288 0.012461 10.0.0.22 - - [2026-01-19 02:32:00] "GET /virtual-machine-interface/063ab83b-08e2-4fe5-8a1e-8db906b6ea5a HTTP/1.1" 200 2528 0.015459 10.0.0.22 - - [2026-01-19 02:32:00] "GET /virtual-machine/d54b2673-3f08-4eca-9dcd-284b49e0b7c9 HTTP/1.1" 200 1288 0.013021 10.0.0.22 - - [2026-01-19 02:32:00] "GET /virtual-machine-interface/063ab83b-08e2-4fe5-8a1e-8db906b6ea5a HTTP/1.1" 200 2528 0.013558 10.0.0.22 - - [2026-01-19 02:32:00] "GET /instance-ip/abd0b4dd-16a1-4553-8df5-4ee3469a0376 HTTP/1.1" 200 1625 0.018099 10.0.0.22 - - [2026-01-19 02:32:00] "GET /virtual-machine/d54b2673-3f08-4eca-9dcd-284b49e0b7c9 HTTP/1.1" 200 1288 0.012153 10.0.0.22 - - [2026-01-19 02:32:00] "GET /virtual-machine-interface/063ab83b-08e2-4fe5-8a1e-8db906b6ea5a HTTP/1.1" 200 2528 0.013496 10.0.0.22 - - [2026-01-19 02:32:00] "GET /instance-ip/abd0b4dd-16a1-4553-8df5-4ee3469a0376 HTTP/1.1" 200 1625 0.011102 10.0.0.22 - - [2026-01-19 02:32:00] "POST /fqname-to-id HTTP/1.1" 403 339 0.011315 10.0.0.22 - - [2026-01-19 02:32:00] "GET / HTTP/1.1" 200 35931 0.002430 10.0.0.22 - - [2026-01-19 02:32:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.22 - - [2026-01-19 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.036654 10.0.0.22 - - [2026-01-19 02:32:01] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004042 10.0.0.22 - - [2026-01-19 02:32:01] "GET /virtual-networks?parent_id=909aff23-d334-4bb9-93aa-089037a7b5ec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016063 10.0.0.22 - - [2026-01-19 02:32:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.013537 10.0.0.22 - - [2026-01-19 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.22 - - [2026-01-19 02:32:01] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003791 10.0.0.22 - - [2026-01-19 02:32:01] "GET /virtual-networks?parent_id=909aff23-d334-4bb9-93aa-089037a7b5ec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.024640 10.0.0.22 - - [2026-01-19 02:32:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.012282 10.0.0.22 - - [2026-01-19 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.22 - - [2026-01-19 02:32:01] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003546 10.0.0.22 - - [2026-01-19 02:32:01] "GET /virtual-networks?parent_id=909aff23-d334-4bb9-93aa-089037a7b5ec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010052 10.0.0.22 - - [2026-01-19 02:32:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.010266 10.0.0.22 - - [2026-01-19 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.22 - - [2026-01-19 02:32:02] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003833 10.0.0.22 - - [2026-01-19 02:32:02] "GET /virtual-networks?parent_id=909aff23-d334-4bb9-93aa-089037a7b5ec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012438 10.0.0.22 - - [2026-01-19 02:32:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.010849 10.0.0.22 - - [2026-01-19 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.22 - - [2026-01-19 02:32:02] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002965 10.0.0.22 - - [2026-01-19 02:32:02] "GET /virtual-networks?parent_id=909aff23-d334-4bb9-93aa-089037a7b5ec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011208 10.0.0.22 - - [2026-01-19 02:32:05] "POST /neutron/port HTTP/1.1" 200 1118 0.019985 10.0.0.22 - - [2026-01-19 02:32:05] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006032 10.0.0.22 - - [2026-01-19 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.011987 10.0.0.22 - - [2026-01-19 02:32:05] "GET /virtual-network/b82584c3-75f1-4e65-9f96-ea9f35e2d7b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.011973 10.0.0.22 - - [2026-01-19 02:32:05] "DELETE /project/88a34c4f558449989a27652ce2c927c2 HTTP/1.1" 404 173 0.005842 10.0.0.22 - - [2026-01-19 02:32:05] "DELETE /project/46f85e8f32f04adc9e618c43b0973bdc HTTP/1.1" 404 173 0.004764 10.0.0.22 - - [2026-01-19 02:32:05] "DELETE /project/909aff23d3344bb993aa089037a7b5ec HTTP/1.1" 404 173 0.004139 10.0.0.22 - - [2026-01-19 02:32:05] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000819 10.0.0.22 - - [2026-01-19 02:32:05] "GET /project/407e1f5c-6a57-4b12-9954-99a24b4abb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.029127 10.0.0.22 - - [2026-01-19 02:32:05] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001373 10.0.0.22 - - [2026-01-19 02:32:05] "GET /project/407e1f5c-6a57-4b12-9954-99a24b4abb81?fields=security_groups HTTP/1.1" 200 1363 0.078224 10.0.0.22 - - [2026-01-19 02:32:05] "DELETE /security-group/5d63fb37-2926-4810-a839-295f6d3eb774 HTTP/1.1" 200 115 0.033680 10.0.0.22 - - [2026-01-19 02:32:05] "GET /projects?obj_uuids=407e1f5c-6a57-4b12-9954-99a24b4abb81&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001444 10.0.0.22 - - [2026-01-19 02:32:05] "DELETE /access-control-list/9d60ca37-ba9f-47cf-a4d0-af07cb41bc5e HTTP/1.1" 200 115 0.028661 10.0.0.22 - - [2026-01-19 02:32:05] "GET /project/407e1f5c-6a57-4b12-9954-99a24b4abb81?fields=application_policy_sets HTTP/1.1" 200 1402 0.030677 10.0.0.22 - - [2026-01-19 02:32:05] "DELETE /access-control-list/d99deed6-a919-4720-a744-d35dac82fbd7 HTTP/1.1" 200 115 0.024965 10.0.0.22 - - [2026-01-19 02:32:05] "DELETE /project/407e1f5c-6a57-4b12-9954-99a24b4abb81 HTTP/1.1" 200 115 0.327042 10.0.0.22 - - [2026-01-19 02:32:07] "POST /fqname-to-id HTTP/1.1" 403 339 0.011254 10.0.0.22 - - [2026-01-19 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002404 10.0.0.22 - - [2026-01-19 02:32:07] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002820 10.0.0.22 - - [2026-01-19 02:32:07] "GET /virtual-networks?parent_id=909aff23-d334-4bb9-93aa-089037a7b5ec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010046 10.0.0.22 - - [2026-01-19 02:32:07] "POST /fqname-to-id HTTP/1.1" 403 339 0.009399 10.0.0.22 - - [2026-01-19 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002211 10.0.0.22 - - [2026-01-19 02:32:07] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003277 10.0.0.22 - - [2026-01-19 02:32:07] "GET /virtual-networks?parent_id=909aff23-d334-4bb9-93aa-089037a7b5ec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010131 10.0.0.22 - - [2026-01-19 02:32:07] "POST /fqname-to-id HTTP/1.1" 403 361 0.008877 10.0.0.22 - - [2026-01-19 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.22 - - [2026-01-19 02:32:07] "GET /routing-instance/f0d9cb94-252b-47a0-a83e-53e3c4d01310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003804 10.0.0.22 - - [2026-01-19 02:32:07] "GET /route-target/b823186f-aa6b-4f7a-b4d2-a091d18fbab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010556 10.0.0.22 - - [2026-01-19 02:32:07] "GET /route-target/b823186f-aa6b-4f7a-b4d2-a091d18fbab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003226 10.0.0.22 - - [2026-01-19 02:32:07] "POST /fqname-to-id HTTP/1.1" 403 339 0.011271 10.0.0.22 - - [2026-01-19 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002409 10.0.0.22 - - [2026-01-19 02:32:07] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004048 10.0.0.22 - - [2026-01-19 02:32:07] "GET /virtual-networks?parent_id=909aff23-d334-4bb9-93aa-089037a7b5ec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010186 10.0.0.22 - - [2026-01-19 02:32:07] "POST /fqname-to-id HTTP/1.1" 403 361 0.009268 10.0.0.22 - - [2026-01-19 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.22 - - [2026-01-19 02:32:07] "GET /routing-instance/f0d9cb94-252b-47a0-a83e-53e3c4d01310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003200 10.0.0.22 - - [2026-01-19 02:32:08] "GET /route-target/b823186f-aa6b-4f7a-b4d2-a091d18fbab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009745 10.0.0.22 - - [2026-01-19 02:32:08] "GET /route-target/b823186f-aa6b-4f7a-b4d2-a091d18fbab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003457 10.0.0.22 - - [2026-01-19 02:32:08] "GET /obj-perms HTTP/1.1" 200 4915 0.011359 10.0.0.22 - - [2026-01-19 02:32:08] "GET /virtual-machine/d54b2673-3f08-4eca-9dcd-284b49e0b7c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.011318 10.0.0.22 - - [2026-01-19 02:32:10] "GET /obj-perms HTTP/1.1" 200 4915 0.009215 10.0.0.22 - - [2026-01-19 02:32:10] "GET /virtual-machine/d54b2673-3f08-4eca-9dcd-284b49e0b7c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010402 10.0.0.22 - - [2026-01-19 02:32:12] "GET /obj-perms HTTP/1.1" 200 4915 0.009495 10.0.0.22 - - [2026-01-19 02:32:12] "GET /virtual-machine/d54b2673-3f08-4eca-9dcd-284b49e0b7c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010863 10.0.0.22 - - [2026-01-19 02:32:13] "GET /obj-perms HTTP/1.1" 200 5056 0.066250 10.0.0.22 - - [2026-01-19 02:32:13] "GET /obj-perms HTTP/1.1" 200 5056 0.056905 10.0.0.22 - - [2026-01-19 02:32:14] "GET /obj-perms HTTP/1.1" 200 4915 0.011598 10.0.0.22 - - [2026-01-19 02:32:14] "GET /virtual-machine/d54b2673-3f08-4eca-9dcd-284b49e0b7c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010733 10.0.0.22 - - [2026-01-19 02:32:16] "GET /obj-perms HTTP/1.1" 200 4915 0.009523 10.0.0.22 - - [2026-01-19 02:32:16] "GET /virtual-machine/d54b2673-3f08-4eca-9dcd-284b49e0b7c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008944 10.0.0.22 - - [2026-01-19 02:32:18] "GET /obj-perms HTTP/1.1" 200 4915 0.009825 10.0.0.22 - - [2026-01-19 02:32:18] "GET /virtual-machine/d54b2673-3f08-4eca-9dcd-284b49e0b7c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009758 10.0.0.22 - - [2026-01-19 02:32:20] "GET /obj-perms HTTP/1.1" 200 4915 0.009490 10.0.0.22 - - [2026-01-19 02:32:20] "GET /virtual-machine/d54b2673-3f08-4eca-9dcd-284b49e0b7c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009735 10.0.0.22 - - [2026-01-19 02:32:20] "GET /obj-perms HTTP/1.1" 200 4915 0.009892 10.0.0.22 - - [2026-01-19 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.22 - - [2026-01-19 02:32:20] "GET /virtual-machine-interface/063ab83b-08e2-4fe5-8a1e-8db906b6ea5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2307 0.014971 10.0.0.22 - - [2026-01-19 02:32:20] "GET /obj-perms HTTP/1.1" 200 4915 0.008935 10.0.0.22 - - [2026-01-19 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.22 - - [2026-01-19 02:32:20] "GET /virtual-machine-interface/063ab83b-08e2-4fe5-8a1e-8db906b6ea5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2307 0.015676 10.0.0.22 - - [2026-01-19 02:32:20] "GET /obj-perms HTTP/1.1" 200 4915 0.009428 10.0.0.22 - - [2026-01-19 02:32:21] "GET /virtual-machine/d54b2673-3f08-4eca-9dcd-284b49e0b7c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010742 10.0.0.22 - - [2026-01-19 02:32:21] "GET /obj-perms HTTP/1.1" 200 4915 0.009020 10.0.0.22 - - [2026-01-19 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.22 - - [2026-01-19 02:32:21] "GET /virtual-machine-interface/063ab83b-08e2-4fe5-8a1e-8db906b6ea5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2307 0.014851 10.0.0.22 - - [2026-01-19 02:32:21] "GET /obj-perms HTTP/1.1" 200 4915 0.013235 10.0.0.22 - - [2026-01-19 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.22 - - [2026-01-19 02:32:21] "GET /virtual-network/b82584c3-75f1-4e65-9f96-ea9f35e2d7b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.014576 10.0.0.22 - - [2026-01-19 02:32:21] "GET /obj-perms HTTP/1.1" 200 4915 0.010736 10.0.0.22 - - [2026-01-19 02:32:21] "GET /virtual-machine/d54b2673-3f08-4eca-9dcd-284b49e0b7c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010117 10.0.0.22 - - [2026-01-19 02:32:21] "GET /obj-perms HTTP/1.1" 200 4915 0.009431 10.0.0.22 - - [2026-01-19 02:32:21] "GET /obj-perms HTTP/1.1" 200 4915 0.018218 10.0.0.22 - - [2026-01-19 02:32:22] "GET /obj-perms HTTP/1.1" 200 4915 0.067088 10.0.0.22 - - [2026-01-19 02:32:22] "GET /obj-perms HTTP/1.1" 200 4915 0.009108 10.0.0.22 - - [2026-01-19 02:32:22] "GET /obj-perms HTTP/1.1" 200 5020 0.057326 10.0.0.22 - - [2026-01-19 02:32:22] "GET /obj-perms HTTP/1.1" 200 5020 0.003188 10.0.0.22 - - [2026-01-19 02:32:22] "GET /obj-perms HTTP/1.1" 200 4915 0.010105 10.0.0.22 - - [2026-01-19 02:32:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.22 - - [2026-01-19 02:32:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000710 10.0.0.22 - - [2026-01-19 02:32:22] "GET /obj-perms HTTP/1.1" 200 4915 0.010404 10.0.0.22 - - [2026-01-19 02:32:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.22 - - [2026-01-19 02:32:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.22 - - [2026-01-19 02:32:23] "GET /obj-perms HTTP/1.1" 200 4915 0.079300 10.0.0.22 - - [2026-01-19 02:32:23] "GET /obj-perms HTTP/1.1" 200 4915 0.010098 10.0.0.22 - - [2026-01-19 02:32:23] "GET /obj-perms HTTP/1.1" 200 5020 0.003341 10.0.0.22 - - [2026-01-19 02:32:23] "GET /obj-perms HTTP/1.1" 200 5020 0.003774 10.0.0.22 - - [2026-01-19 02:32:23] "GET /obj-perms HTTP/1.1" 200 4915 0.009945 10.0.0.22 - - [2026-01-19 02:32:23] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.010345 10.0.0.22 - - [2026-01-19 02:32:23] "GET /virtual-machine/d54b2673-3f08-4eca-9dcd-284b49e0b7c9 HTTP/1.1" 200 1288 0.013512 10.0.0.22 - - [2026-01-19 02:32:24] "POST /neutron/port HTTP/1.1" 200 1118 0.012170 10.0.0.22 - - [2026-01-19 02:32:24] "POST /neutron/port HTTP/1.1" 200 1108 0.010719 10.0.0.22 - - [2026-01-19 02:32:24] "POST /neutron/port HTTP/1.1" 200 151 0.088558 10.0.0.22 - - [2026-01-19 02:32:25] "GET /virtual-machine/d54b2673-3f08-4eca-9dcd-284b49e0b7c9 HTTP/1.1" 404 171 0.011033 10.0.0.22 - - [2026-01-19 02:32:25] "GET /virtual-machine/d54b2673-3f08-4eca-9dcd-284b49e0b7c9 HTTP/1.1" 404 171 0.013933 10.0.0.22 - - [2026-01-19 02:32:25] "GET /virtual-machine/d54b2673-3f08-4eca-9dcd-284b49e0b7c9 HTTP/1.1" 404 171 0.008322 10.0.0.22 - - [2026-01-19 02:32:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.009921 10.0.0.22 - - [2026-01-19 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002125 10.0.0.22 - - [2026-01-19 02:32:25] "GET /global-vrouter-config/4197eac7-2d35-4c97-a7fd-f8f5c154a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002864 10.0.0.22 - - [2026-01-19 02:32:25] "GET /virtual-networks?parent_id=909aff23-d334-4bb9-93aa-089037a7b5ec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011475 10.0.0.22 - - [2026-01-19 02:32:25] "POST /fqname-to-id HTTP/1.1" 403 361 0.008863 10.0.0.22 - - [2026-01-19 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.22 - - [2026-01-19 02:32:25] "GET /routing-instance/f0d9cb94-252b-47a0-a83e-53e3c4d01310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003787 10.0.0.22 - - [2026-01-19 02:32:25] "GET /route-target/b823186f-aa6b-4f7a-b4d2-a091d18fbab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009357 10.0.0.22 - - [2026-01-19 02:32:25] "GET /route-target/b823186f-aa6b-4f7a-b4d2-a091d18fbab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002772 10.0.0.22 - - [2026-01-19 02:32:25] "GET /obj-perms HTTP/1.1" 200 4915 0.008982 10.0.0.22 - - [2026-01-19 02:32:25] "GET /obj-perms HTTP/1.1" 200 4915 0.008331 10.0.0.22 - - [2026-01-19 02:32:26] "GET /obj-perms HTTP/1.1" 200 4915 0.063477 10.0.0.22 - - [2026-01-19 02:32:26] "GET /obj-perms HTTP/1.1" 200 4915 0.009326 10.0.0.22 - - [2026-01-19 02:32:26] "GET /obj-perms HTTP/1.1" 200 5020 0.003314 10.0.0.22 - - [2026-01-19 02:32:29] "GET /obj-perms HTTP/1.1" 200 5020 0.003058 10.0.0.22 - - [2026-01-19 02:32:32] "GET /obj-perms HTTP/1.1" 200 5020 0.003005 10.0.0.22 - - [2026-01-19 02:32:35] "GET /obj-perms HTTP/1.1" 200 5020 0.003223 10.0.0.22 - - [2026-01-19 02:32:38] "GET /obj-perms HTTP/1.1" 200 5020 0.003615 10.0.0.22 - - [2026-01-19 02:32:41] "GET /obj-perms HTTP/1.1" 200 5020 0.003206 10.0.0.22 - - [2026-01-19 02:32:44] "GET /obj-perms HTTP/1.1" 200 5020 0.004020 10.0.0.22 - - [2026-01-19 02:32:47] "GET /obj-perms HTTP/1.1" 200 5020 0.003242 10.0.0.22 - - [2026-01-19 02:32:50] "GET /obj-perms HTTP/1.1" 200 5020 0.003212 10.0.0.22 - - [2026-01-19 02:32:53] "GET /obj-perms HTTP/1.1" 200 5020 0.003551 10.0.0.22 - - [2026-01-19 02:32:56] "GET /obj-perms HTTP/1.1" 200 5020 0.003402 10.0.0.22 - - [2026-01-19 02:32:59] "GET /obj-perms HTTP/1.1" 200 5020 0.003026 10.0.0.22 - - [2026-01-19 02:33:02] "GET /obj-perms HTTP/1.1" 200 5020 0.003112 10.0.0.22 - - [2026-01-19 02:33:05] "GET /obj-perms HTTP/1.1" 200 5020 0.003634 10.0.0.22 - - [2026-01-19 02:33:08] "GET /obj-perms HTTP/1.1" 200 5020 0.003621 10.0.0.22 - - [2026-01-19 02:33:11] "GET /obj-perms HTTP/1.1" 200 5020 0.003376 10.0.0.22 - - [2026-01-19 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.22 - - [2026-01-19 02:33:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001972 10.0.0.22 - - [2026-01-19 02:33:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002410 10.0.0.22 - - [2026-01-19 02:33:11] "DELETE /virtual-network/b82584c3-75f1-4e65-9f96-ea9f35e2d7b8 HTTP/1.1" 200 115 0.072482 10.0.0.22 - - [2026-01-19 02:33:11] "DELETE /route-target/b823186f-aa6b-4f7a-b4d2-a091d18fbab0 HTTP/1.1" 200 115 0.016334 10.0.0.22 - - [2026-01-19 02:33:11] "DELETE /api-access-list/67bea428-92aa-488a-bd40-636c603d01f8 HTTP/1.1" 200 115 0.021072 10.0.0.22 - - [2026-01-19 02:33:11] "GET /api-access-list/67bea428-92aa-488a-bd40-636c603d01f8 HTTP/1.1" 404 171 0.002676 10.0.0.22 - - [2026-01-19 02:33:11] "GET /projects?obj_uuids=909aff23-d334-4bb9-93aa-089037a7b5ec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001323 10.0.0.22 - - [2026-01-19 02:33:11] "GET /project/909aff23-d334-4bb9-93aa-089037a7b5ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.022995 10.0.0.22 - - [2026-01-19 02:33:11] "GET /projects?obj_uuids=909aff23-d334-4bb9-93aa-089037a7b5ec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000952 10.0.0.22 - - [2026-01-19 02:33:12] "GET /project/909aff23-d334-4bb9-93aa-089037a7b5ec?fields=virtual_networks HTTP/1.1" 200 1023 0.062477 10.0.0.22 - - [2026-01-19 02:33:12] "GET /projects?obj_uuids=909aff23-d334-4bb9-93aa-089037a7b5ec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001046 10.0.0.22 - - [2026-01-19 02:33:12] "GET /project/909aff23-d334-4bb9-93aa-089037a7b5ec?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.025165 10.0.0.22 - - [2026-01-19 02:33:12] "GET /projects?obj_uuids=909aff23-d334-4bb9-93aa-089037a7b5ec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001151 10.0.0.22 - - [2026-01-19 02:33:12] "GET /project/909aff23-d334-4bb9-93aa-089037a7b5ec?fields=security_groups HTTP/1.1" 200 1244 0.024534 10.0.0.22 - - [2026-01-19 02:33:12] "GET /projects?obj_uuids=46f85e8f-32f0-4adc-9e61-8c43b0973bdc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001044 10.0.0.22 - - [2026-01-19 02:33:12] "GET /project/46f85e8f-32f0-4adc-9e61-8c43b0973bdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.031814 10.0.0.22 - - [2026-01-19 02:33:12] "GET /projects?obj_uuids=46f85e8f-32f0-4adc-9e61-8c43b0973bdc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001033 10.0.0.22 - - [2026-01-19 02:33:12] "GET /project/46f85e8f-32f0-4adc-9e61-8c43b0973bdc?fields=virtual_networks HTTP/1.1" 200 1022 0.067424 10.0.0.22 - - [2026-01-19 02:33:12] "GET /projects?obj_uuids=46f85e8f-32f0-4adc-9e61-8c43b0973bdc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001005 10.0.0.22 - - [2026-01-19 02:33:12] "GET /project/46f85e8f-32f0-4adc-9e61-8c43b0973bdc?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.025787 10.0.0.22 - - [2026-01-19 02:33:12] "GET /projects?obj_uuids=46f85e8f-32f0-4adc-9e61-8c43b0973bdc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001083 10.0.0.22 - - [2026-01-19 02:33:12] "GET /project/46f85e8f-32f0-4adc-9e61-8c43b0973bdc?fields=security_groups HTTP/1.1" 200 1243 0.024792 10.0.0.22 - - [2026-01-19 02:33:13] "GET /obj-perms HTTP/1.1" 200 5056 0.184430 10.0.0.22 - - [2026-01-19 02:33:14] "GET /obj-perms HTTP/1.1" 200 5056 0.197979 10.0.0.22 - - [2026-01-19 02:33:14] "GET /api-access-list/a05b6a9c-63cc-45cc-a22d-7c096f2ae801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003784 10.0.0.22 - - [2026-01-19 02:33:14] "PUT /api-access-list/a05b6a9c-63cc-45cc-a22d-7c096f2ae801 HTTP/1.1" 200 264 0.009518 10.0.0.22 - - [2026-01-19 02:33:14] "GET /projects?obj_uuids=88a34c4f-5584-4998-9a27-652ce2c927c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001423 10.0.0.22 - - [2026-01-19 02:33:14] "GET /project/88a34c4f-5584-4998-9a27-652ce2c927c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.027701 10.0.0.22 - - [2026-01-19 02:33:14] "GET /projects?obj_uuids=88a34c4f-5584-4998-9a27-652ce2c927c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001009 10.0.0.22 - - [2026-01-19 02:33:15] "GET /project/88a34c4f-5584-4998-9a27-652ce2c927c2?fields=virtual_networks HTTP/1.1" 200 1022 0.077138 10.0.0.22 - - [2026-01-19 02:33:15] "GET /projects?obj_uuids=88a34c4f-5584-4998-9a27-652ce2c927c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001133 10.0.0.22 - - [2026-01-19 02:33:15] "GET /project/88a34c4f-5584-4998-9a27-652ce2c927c2?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.021312 10.0.0.22 - - [2026-01-19 02:33:15] "GET /projects?obj_uuids=88a34c4f-5584-4998-9a27-652ce2c927c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001025 10.0.0.22 - - [2026-01-19 02:33:15] "GET /project/88a34c4f-5584-4998-9a27-652ce2c927c2?fields=security_groups HTTP/1.1" 200 1243 0.023219 10.0.0.22 - - [2026-01-19 02:33:16] "POST /fqname-to-id HTTP/1.1" 404 188 0.029903 10.0.0.22 - - [2026-01-19 02:33:16] "GET /projects?obj_uuids=7fffd751-3a32-494e-b920-0b0faaf1bc7f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002756 10.0.0.22 - - [2026-01-19 02:33:16] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.22 - - [2026-01-19 02:33:16] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006810 10.0.0.22 - - [2026-01-19 02:33:16] "POST /id-to-fqname HTTP/1.1" 200 190 0.002030 10.0.0.22 - - [2026-01-19 02:33:16] "POST /fqname-to-id HTTP/1.1" 404 199 0.001996 10.0.0.22 - - [2026-01-19 02:33:16] "POST /security-groups HTTP/1.1" 200 591 0.063596 10.0.0.22 - - [2026-01-19 02:33:16] "POST /fqname-to-id HTTP/1.1" 404 234 0.002435 10.0.0.22 - - [2026-01-19 02:33:16] "POST /projects HTTP/1.1" 200 585 0.204000 10.0.0.22 - - [2026-01-19 02:33:16] "POST /access-control-lists HTTP/1.1" 200 596 0.058207 10.0.0.22 - - [2026-01-19 02:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.280510 10.0.0.22 - - [2026-01-19 02:33:16] "POST /fqname-to-id HTTP/1.1" 404 233 0.003161 10.0.0.22 - - [2026-01-19 02:33:16] "GET /project/7fffd751-3a32-494e-b920-0b0faaf1bc7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.407188 10.0.0.22 - - [2026-01-19 02:33:16] "POST /access-control-lists HTTP/1.1" 200 594 0.068785 10.0.0.22 - - [2026-01-19 02:33:17] "GET / HTTP/1.1" 200 35931 0.002464 10.0.0.22 - - [2026-01-19 02:33:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457 10.0.0.22 - - [2026-01-19 02:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.028032 10.0.0.22 - - [2026-01-19 02:33:20] "GET /api-access-list/a05b6a9c-63cc-45cc-a22d-7c096f2ae801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003095 10.0.0.22 - - [2026-01-19 02:33:20] "GET /api-access-list/a05b6a9c-63cc-45cc-a22d-7c096f2ae801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003775 10.0.0.22 - - [2026-01-19 02:33:20] "GET /api-access-list/a05b6a9c-63cc-45cc-a22d-7c096f2ae801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003492 10.0.0.22 - - [2026-01-19 02:33:20] "PUT /api-access-list/a05b6a9c-63cc-45cc-a22d-7c096f2ae801 HTTP/1.1" 200 264 0.008734 10.0.0.22 - - [2026-01-19 02:33:20] "GET /aaa-mode HTTP/1.1" 200 128 0.001095 10.0.0.22 - - [2026-01-19 02:33:20] "POST /fqname-to-id HTTP/1.1" 404 188 0.025867 10.0.0.22 - - [2026-01-19 02:33:20] "GET /projects?obj_uuids=5144d595-6230-4744-b127-0c96a787e857&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003248 10.0.0.22 - - [2026-01-19 02:33:20] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001048 10.0.0.22 - - [2026-01-19 02:33:20] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007267 10.0.0.22 - - [2026-01-19 02:33:21] "POST /id-to-fqname HTTP/1.1" 200 190 0.001578 10.0.0.22 - - [2026-01-19 02:33:21] "POST /fqname-to-id HTTP/1.1" 404 199 0.006974 10.0.0.22 - - [2026-01-19 02:33:21] "POST /security-groups HTTP/1.1" 200 591 0.068040 10.0.0.22 - - [2026-01-19 02:33:21] "POST /fqname-to-id HTTP/1.1" 404 234 0.004952 10.0.0.22 - - [2026-01-19 02:33:21] "POST /projects HTTP/1.1" 200 585 0.230819 10.0.0.22 - - [2026-01-19 02:33:21] "POST /access-control-lists HTTP/1.1" 200 596 0.064446 10.0.0.22 - - [2026-01-19 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.309907 10.0.0.22 - - [2026-01-19 02:33:21] "POST /fqname-to-id HTTP/1.1" 404 233 0.003530 10.0.0.22 - - [2026-01-19 02:33:21] "GET /project/5144d595-6230-4744-b127-0c96a787e857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.440348 10.0.0.22 - - [2026-01-19 02:33:21] "POST /access-control-lists HTTP/1.1" 200 594 0.060508 10.0.0.22 - - [2026-01-19 02:33:21] "POST /fqname-to-id HTTP/1.1" 404 188 0.029405 10.0.0.22 - - [2026-01-19 02:33:21] "GET /projects?obj_uuids=c8abe88c-0627-41dc-a979-82d9d88185e1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002963 10.0.0.22 - - [2026-01-19 02:33:21] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001103 10.0.0.22 - - [2026-01-19 02:33:21] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007042 10.0.0.22 - - [2026-01-19 02:33:21] "POST /id-to-fqname HTTP/1.1" 200 190 0.002575 10.0.0.22 - - [2026-01-19 02:33:21] "POST /fqname-to-id HTTP/1.1" 404 199 0.004109 10.0.0.22 - - [2026-01-19 02:33:22] "POST /security-groups HTTP/1.1" 200 591 0.064154 10.0.0.22 - - [2026-01-19 02:33:22] "POST /fqname-to-id HTTP/1.1" 404 234 0.002516 10.0.0.22 - - [2026-01-19 02:33:22] "POST /projects HTTP/1.1" 200 585 0.234127 10.0.0.22 - - [2026-01-19 02:33:22] "POST /access-control-lists HTTP/1.1" 200 596 0.056736 10.0.0.22 - - [2026-01-19 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.305234 10.0.0.22 - - [2026-01-19 02:33:22] "POST /fqname-to-id HTTP/1.1" 404 233 0.003049 10.0.0.22 - - [2026-01-19 02:33:22] "GET /project/c8abe88c-0627-41dc-a979-82d9d88185e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.434356 10.0.0.22 - - [2026-01-19 02:33:22] "POST /access-control-lists HTTP/1.1" 200 594 0.060604 10.0.0.22 - - [2026-01-19 02:33:22] "GET / HTTP/1.1" 200 35931 0.002627 10.0.0.22 - - [2026-01-19 02:33:23] "GET / HTTP/1.1" 200 35931 0.001652 10.0.0.22 - - [2026-01-19 02:33:23] "POST /fqname-to-id HTTP/1.1" 404 183 0.003291 10.0.0.22 - - [2026-01-19 02:33:23] "POST /api-access-lists HTTP/1.1" 200 521 0.014478 10.0.0.22 - - [2026-01-19 02:33:24] "GET /api-access-list/38968a4e-604d-4ad9-8a7f-920cf7eb755c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.004837 10.0.0.22 - - [2026-01-19 02:33:24] "GET /api-access-list/38968a4e-604d-4ad9-8a7f-920cf7eb755c HTTP/1.1" 401 292 0.000515 10.0.0.22 - - [2026-01-19 02:33:24] "GET /api-access-list/38968a4e-604d-4ad9-8a7f-920cf7eb755c HTTP/1.1" 200 1288 0.057373 10.0.0.22 - - [2026-01-19 02:33:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.22 - - [2026-01-19 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.037742 10.0.0.22 - - [2026-01-19 02:33:24] "GET /projects?obj_uuids=5144d595-6230-4744-b127-0c96a787e857&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.029077 10.0.0.22 - - [2026-01-19 02:33:24] "GET /project/5144d595-6230-4744-b127-0c96a787e857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.058246 10.0.0.22 - - [2026-01-19 02:33:24] "GET /virtual-networks?parent_id=5144d595-6230-4744-b127-0c96a787e857&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011965 10.0.0.22 - - [2026-01-19 02:33:25] "POST /virtual-networks HTTP/1.1" 200 583 0.056583 10.0.0.22 - - [2026-01-19 02:33:25] "POST /route-targets HTTP/1.1" 200 327 0.013793 10.0.0.22 - - [2026-01-19 02:33:25] "POST /ref-update HTTP/1.1" 200 156 0.008326 10.0.0.22 - - [2026-01-19 02:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.013439 10.0.0.22 - - [2026-01-19 02:33:25] "GET /network-ipam/7c5e6940-6c32-462a-ae91-27bb05919da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.011720 10.0.0.22 - - [2026-01-19 02:33:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003695 10.0.0.22 - - [2026-01-19 02:33:25] "POST /ref-update HTTP/1.1" 200 156 0.052073 10.0.0.22 - - [2026-01-19 02:33:25] "POST /neutron/network HTTP/1.1" 200 850 0.049163 10.0.0.22 - - [2026-01-19 02:33:25] "POST /neutron/network HTTP/1.1" 200 850 0.016237 10.0.0.22 - - [2026-01-19 02:33:25] "GET /virtual-network/63653f12-31de-4a44-8410-a5a66f4f4477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.022787 10.0.0.22 - - [2026-01-19 02:33:25] "POST /neutron/network HTTP/1.1" 200 850 0.018641 10.0.0.22 - - [2026-01-19 02:33:25] "POST /neutron/subnet HTTP/1.1" 200 686 0.027322 10.0.0.22 - - [2026-01-19 02:33:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.22 - - [2026-01-19 02:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.044997 10.0.0.22 - - [2026-01-19 02:33:25] "GET /projects?obj_uuids=c8abe88c-0627-41dc-a979-82d9d88185e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001183 10.0.0.22 - - [2026-01-19 02:33:25] "GET /project/c8abe88c-0627-41dc-a979-82d9d88185e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.038466 10.0.0.22 - - [2026-01-19 02:33:25] "GET /virtual-networks?parent_id=c8abe88c-0627-41dc-a979-82d9d88185e1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010895 10.0.0.22 - - [2026-01-19 02:33:26] "POST /virtual-networks HTTP/1.1" 200 583 0.051245 10.0.0.22 - - [2026-01-19 02:33:26] "POST /route-targets HTTP/1.1" 200 327 0.009210 10.0.0.22 - - [2026-01-19 02:33:26] "POST /ref-update HTTP/1.1" 200 156 0.010473 10.0.0.22 - - [2026-01-19 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.012769 10.0.0.22 - - [2026-01-19 02:33:26] "GET /network-ipam/7c5e6940-6c32-462a-ae91-27bb05919da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.008983 10.0.0.22 - - [2026-01-19 02:33:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004132 10.0.0.22 - - [2026-01-19 02:33:26] "POST /ref-update HTTP/1.1" 200 156 0.050809 10.0.0.22 - - [2026-01-19 02:33:26] "POST /neutron/network HTTP/1.1" 200 850 0.046523 10.0.0.22 - - [2026-01-19 02:33:26] "POST /neutron/network HTTP/1.1" 200 850 0.016411 10.0.0.22 - - [2026-01-19 02:33:26] "GET /virtual-network/a9049f4c-4a94-47d6-95c9-0c05fe31606c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.016107 10.0.0.22 - - [2026-01-19 02:33:26] "POST /neutron/network HTTP/1.1" 200 850 0.017347 10.0.0.22 - - [2026-01-19 02:33:26] "POST /neutron/subnet HTTP/1.1" 200 686 0.024806 10.0.0.22 - - [2026-01-19 02:33:26] "GET /virtual-network/63653f12-31de-4a44-8410-a5a66f4f4477 HTTP/1.1" 401 292 0.000780 10.0.0.22 - - [2026-01-19 02:33:26] "GET /virtual-network/63653f12-31de-4a44-8410-a5a66f4f4477 HTTP/1.1" 200 2316 0.046638 10.0.0.22 - - [2026-01-19 02:33:26] "GET /virtual-network/63653f12-31de-4a44-8410-a5a66f4f4477 HTTP/1.1" 401 292 0.000369 10.0.0.22 - - [2026-01-19 02:33:27] "GET /virtual-network/63653f12-31de-4a44-8410-a5a66f4f4477 HTTP/1.1" 403 376 0.039643 10.0.0.22 - - [2026-01-19 02:33:27] "GET /virtual-network/63653f12-31de-4a44-8410-a5a66f4f4477 HTTP/1.1" 200 2316 0.006225 10.0.0.22 - - [2026-01-19 02:33:27] "GET /virtual-networks HTTP/1.1" 200 371 0.016510 10.0.0.22 - - [2026-01-19 02:33:27] "GET /virtual-networks HTTP/1.1" 200 371 0.017759 10.0.0.22 - - [2026-01-19 02:33:27] "GET /obj-perms HTTP/1.1" 403 257 0.038871 10.0.0.22 - - [2026-01-19 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.22 - - [2026-01-19 02:33:27] "GET /virtual-network/63653f12-31de-4a44-8410-a5a66f4f4477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.013999 10.0.0.22 - - [2026-01-19 02:33:28] "GET /obj-perms HTTP/1.1" 403 257 0.039415 10.0.0.22 - - [2026-01-19 02:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.22 - - [2026-01-19 02:33:28] "GET /virtual-network/63653f12-31de-4a44-8410-a5a66f4f4477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008636 10.0.0.22 - - [2026-01-19 02:33:28] "GET /obj-perms HTTP/1.1" 200 5030 0.060471 10.0.0.22 - - [2026-01-19 02:33:28] "GET /obj-perms HTTP/1.1" 403 257 0.007622 10.0.0.22 - - [2026-01-19 02:33:28] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.018540 10.0.0.22 - - [2026-01-19 02:33:28] "GET /obj-perms HTTP/1.1" 403 257 0.008031 10.0.0.22 - - [2026-01-19 02:33:28] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.018111 10.0.0.22 - - [2026-01-19 02:33:28] "GET /obj-perms HTTP/1.1" 200 5030 0.003536 10.0.0.22 - - [2026-01-19 02:33:28] "PUT /virtual-network/63653f12-31de-4a44-8410-a5a66f4f4477 HTTP/1.1" 200 264 0.026015 10.0.0.22 - - [2026-01-19 02:33:28] "GET /virtual-networks HTTP/1.1" 200 132 0.024589 10.0.0.22 - - [2026-01-19 02:33:28] "GET /virtual-networks HTTP/1.1" 200 611 0.016619 10.0.0.22 - - [2026-01-19 02:33:28] "GET /virtual-networks HTTP/1.1" 200 1429 0.002405 10.0.0.22 - - [2026-01-19 02:33:28] "GET /obj-perms HTTP/1.1" 403 257 0.008238 10.0.0.22 - - [2026-01-19 02:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002367 10.0.0.22 - - [2026-01-19 02:33:28] "GET /virtual-network/63653f12-31de-4a44-8410-a5a66f4f4477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.011057 10.0.0.22 - - [2026-01-19 02:33:29] "GET /obj-perms HTTP/1.1" 403 257 0.040811 10.0.0.22 - - [2026-01-19 02:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002235 10.0.0.22 - - [2026-01-19 02:33:29] "GET /virtual-network/63653f12-31de-4a44-8410-a5a66f4f4477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008938 10.0.0.22 - - [2026-01-19 02:33:29] "GET /obj-perms HTTP/1.1" 403 257 0.008107 10.0.0.22 - - [2026-01-19 02:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.22 - - [2026-01-19 02:33:29] "GET /virtual-network/63653f12-31de-4a44-8410-a5a66f4f4477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.013500 10.0.0.22 - - [2026-01-19 02:33:29] "GET /obj-perms HTTP/1.1" 200 5030 0.003413 10.0.0.22 - - [2026-01-19 02:33:29] "GET /obj-perms HTTP/1.1" 403 257 0.008326 10.0.0.22 - - [2026-01-19 02:33:29] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016877 10.0.0.22 - - [2026-01-19 02:33:29] "GET /obj-perms HTTP/1.1" 403 257 0.007604 10.0.0.22 - - [2026-01-19 02:33:29] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.015879 10.0.0.22 - - [2026-01-19 02:33:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004049 10.0.0.22 - - [2026-01-19 02:33:29] "PUT /virtual-network/63653f12-31de-4a44-8410-a5a66f4f4477 HTTP/1.1" 200 264 0.024825 10.0.0.22 - - [2026-01-19 02:33:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002418 10.0.0.22 - - [2026-01-19 02:33:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002406 10.0.0.22 - - [2026-01-19 02:33:30] "DELETE /virtual-network/a9049f4c-4a94-47d6-95c9-0c05fe31606c HTTP/1.1" 200 115 0.075930 10.0.0.22 - - [2026-01-19 02:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.032226 10.0.0.22 - - [2026-01-19 02:33:30] "DELETE /route-target/00c4157a-0dc3-40e6-b9f7-560226253b45 HTTP/1.1" 200 115 0.022204 10.0.0.22 - - [2026-01-19 02:33:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002433 10.0.0.22 - - [2026-01-19 02:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004435 10.0.0.22 - - [2026-01-19 02:33:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001960 10.0.0.22 - - [2026-01-19 02:33:30] "DELETE /virtual-network/63653f12-31de-4a44-8410-a5a66f4f4477 HTTP/1.1" 200 115 0.088139 10.0.0.22 - - [2026-01-19 02:33:30] "DELETE /api-access-list/38968a4e-604d-4ad9-8a7f-920cf7eb755c HTTP/1.1" 200 115 0.017697 10.0.0.22 - - [2026-01-19 02:33:30] "GET /api-access-list/38968a4e-604d-4ad9-8a7f-920cf7eb755c HTTP/1.1" 404 171 0.004713 10.0.0.22 - - [2026-01-19 02:33:30] "DELETE /route-target/2fc40d27-7547-48c0-85cc-d41be702b13a HTTP/1.1" 200 115 0.016643 10.0.0.22 - - [2026-01-19 02:33:30] "GET /projects?obj_uuids=c8abe88c-0627-41dc-a979-82d9d88185e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001205 10.0.0.22 - - [2026-01-19 02:33:30] "GET /project/c8abe88c-0627-41dc-a979-82d9d88185e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.031474 10.0.0.22 - - [2026-01-19 02:33:30] "GET /projects?obj_uuids=c8abe88c-0627-41dc-a979-82d9d88185e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000976 10.0.0.22 - - [2026-01-19 02:33:30] "GET /project/c8abe88c-0627-41dc-a979-82d9d88185e1?fields=virtual_networks HTTP/1.1" 200 1033 0.063925 10.0.0.22 - - [2026-01-19 02:33:30] "GET /projects?obj_uuids=c8abe88c-0627-41dc-a979-82d9d88185e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001190 10.0.0.22 - - [2026-01-19 02:33:30] "GET /project/c8abe88c-0627-41dc-a979-82d9d88185e1?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.022576 10.0.0.22 - - [2026-01-19 02:33:30] "GET /projects?obj_uuids=c8abe88c-0627-41dc-a979-82d9d88185e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001264 10.0.0.22 - - [2026-01-19 02:33:30] "GET /project/c8abe88c-0627-41dc-a979-82d9d88185e1?fields=security_groups HTTP/1.1" 200 1259 0.027096 10.0.0.22 - - [2026-01-19 02:33:31] "GET /projects?obj_uuids=5144d595-6230-4744-b127-0c96a787e857&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001080 10.0.0.22 - - [2026-01-19 02:33:31] "GET /project/5144d595-6230-4744-b127-0c96a787e857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.022358 10.0.0.22 - - [2026-01-19 02:33:31] "GET /projects?obj_uuids=5144d595-6230-4744-b127-0c96a787e857&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000930 10.0.0.22 - - [2026-01-19 02:33:31] "GET /project/5144d595-6230-4744-b127-0c96a787e857?fields=virtual_networks HTTP/1.1" 200 1032 0.062568 10.0.0.22 - - [2026-01-19 02:33:31] "GET /projects?obj_uuids=5144d595-6230-4744-b127-0c96a787e857&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000995 10.0.0.22 - - [2026-01-19 02:33:31] "GET /project/5144d595-6230-4744-b127-0c96a787e857?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.022228 10.0.0.22 - - [2026-01-19 02:33:31] "GET /projects?obj_uuids=5144d595-6230-4744-b127-0c96a787e857&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001525 10.0.0.22 - - [2026-01-19 02:33:31] "GET /project/5144d595-6230-4744-b127-0c96a787e857?fields=security_groups HTTP/1.1" 200 1258 0.065827 10.0.0.22 - - [2026-01-19 02:33:32] "GET /aaa-mode HTTP/1.1" 200 128 0.001190 10.0.0.22 - - [2026-01-19 02:33:32] "GET / HTTP/1.1" 200 35931 0.001836 10.0.0.22 - - [2026-01-19 02:33:33] "GET / HTTP/1.1" 200 35931 0.001517 10.0.0.22 - - [2026-01-19 02:33:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.22 - - [2026-01-19 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.069277 10.0.0.22 - - [2026-01-19 02:33:34] "GET /projects?obj_uuids=7fffd751-3a32-494e-b920-0b0faaf1bc7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001581 10.0.0.22 - - [2026-01-19 02:33:34] "GET /project/7fffd751-3a32-494e-b920-0b0faaf1bc7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.034506 10.0.0.22 - - [2026-01-19 02:33:34] "GET /virtual-networks?parent_id=7fffd751-3a32-494e-b920-0b0faaf1bc7f&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007347 10.0.0.22 - - [2026-01-19 02:33:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.009108 10.0.0.22 - - [2026-01-19 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008771 10.0.0.22 - - [2026-01-19 02:33:34] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001253 10.0.0.22 - - [2026-01-19 02:33:34] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.014018 10.0.0.22 - - [2026-01-19 02:33:34] "POST /service-templates HTTP/1.1" 403 264 0.007095 10.0.0.22 - - [2026-01-19 02:33:34] "POST /fqname-to-id HTTP/1.1" 404 215 0.002833 10.0.0.22 - - [2026-01-19 02:33:34] "POST /api-access-lists HTTP/1.1" 200 555 0.015539 10.0.0.22 - - [2026-01-19 02:33:34] "GET /api-access-list/48f084aa-9f0f-4fd8-8a3c-477f6303533c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.004576 10.0.0.22 - - [2026-01-19 02:33:34] "GET /api-access-list/48f084aa-9f0f-4fd8-8a3c-477f6303533c HTTP/1.1" 200 1322 0.003207 10.0.0.22 - - [2026-01-19 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.009880 10.0.0.22 - - [2026-01-19 02:33:34] "GET /projects?obj_uuids=7fffd751-3a32-494e-b920-0b0faaf1bc7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001154 10.0.0.22 - - [2026-01-19 02:33:34] "GET /project/7fffd751-3a32-494e-b920-0b0faaf1bc7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.031083 10.0.0.22 - - [2026-01-19 02:33:34] "GET /virtual-networks?parent_id=7fffd751-3a32-494e-b920-0b0faaf1bc7f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011099 10.0.0.22 - - [2026-01-19 02:33:35] "POST /virtual-networks HTTP/1.1" 200 583 0.047038 10.0.0.22 - - [2026-01-19 02:33:35] "POST /route-targets HTTP/1.1" 200 327 0.010457 10.0.0.22 - - [2026-01-19 02:33:35] "POST /ref-update HTTP/1.1" 200 156 0.011048 10.0.0.22 - - [2026-01-19 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.011474 10.0.0.22 - - [2026-01-19 02:33:35] "GET /network-ipam/7c5e6940-6c32-462a-ae91-27bb05919da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.010127 10.0.0.22 - - [2026-01-19 02:33:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003072 10.0.0.22 - - [2026-01-19 02:33:35] "POST /ref-update HTTP/1.1" 200 156 0.041677 10.0.0.22 - - [2026-01-19 02:33:35] "POST /neutron/network HTTP/1.1" 200 848 0.052413 10.0.0.22 - - [2026-01-19 02:33:35] "POST /neutron/network HTTP/1.1" 200 848 0.019172 10.0.0.22 - - [2026-01-19 02:33:35] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.013822 10.0.0.22 - - [2026-01-19 02:33:35] "POST /neutron/network HTTP/1.1" 200 848 0.019392 10.0.0.22 - - [2026-01-19 02:33:35] "POST /neutron/subnet HTTP/1.1" 200 676 0.024467 10.0.0.22 - - [2026-01-19 02:33:35] "POST /neutron/network HTTP/1.1" 200 848 0.068143 10.0.0.22 - - [2026-01-19 02:33:35] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006498 10.0.0.22 - - [2026-01-19 02:33:35] "GET /network-ipam/7c5e6940-6c32-462a-ae91-27bb05919da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003156 10.0.0.22 - - [2026-01-19 02:33:35] "GET /domains HTTP/1.1" 200 280 0.002560 10.0.0.22 - - [2026-01-19 02:33:35] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.22 - - [2026-01-19 02:33:35] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 3487 0.005960 10.0.0.22 - - [2026-01-19 02:33:35] "GET /projects?obj_uuids=7fffd751-3a32-494e-b920-0b0faaf1bc7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000793 10.0.0.22 - - [2026-01-19 02:33:35] "GET /project/7fffd751-3a32-494e-b920-0b0faaf1bc7f HTTP/1.1" 200 2352 0.069776 10.0.0.22 - - [2026-01-19 02:33:35] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7 HTTP/1.1" 200 2312 0.005049 10.0.0.22 - - [2026-01-19 02:33:35] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7 HTTP/1.1" 200 2312 0.004188 10.0.0.22 - - [2026-01-19 02:33:35] "GET /routing-instance/cc6f2cc3-f641-4ac0-88f7-4c3bcd70b33a HTTP/1.1" 200 1555 0.003370 10.0.0.22 - - [2026-01-19 02:33:35] "GET /routing-instance/cc6f2cc3-f641-4ac0-88f7-4c3bcd70b33a HTTP/1.1" 200 1555 0.004911 10.0.0.22 - - [2026-01-19 02:33:35] "GET /route-target/640d7e98-c925-4ab5-943a-d88a589cd281 HTTP/1.1" 200 1244 0.003090 10.0.0.22 - - [2026-01-19 02:33:35] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7 HTTP/1.1" 200 2312 0.004188 10.0.0.22 - - [2026-01-19 02:33:35] "GET /routing-instance/cc6f2cc3-f641-4ac0-88f7-4c3bcd70b33a HTTP/1.1" 200 1555 0.002924 10.0.0.22 - - [2026-01-19 02:33:35] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.004941 10.0.0.22 - - [2026-01-19 02:33:35] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7 HTTP/1.1" 200 2312 0.004893 10.0.0.22 - - [2026-01-19 02:33:35] "GET /routing-instance/cc6f2cc3-f641-4ac0-88f7-4c3bcd70b33a HTTP/1.1" 200 1555 0.003093 10.0.0.22 - - [2026-01-19 02:33:35] "GET /routing-instance/cc6f2cc3-f641-4ac0-88f7-4c3bcd70b33a HTTP/1.1" 200 1555 0.002975 10.0.0.22 - - [2026-01-19 02:33:35] "GET /route-target/640d7e98-c925-4ab5-943a-d88a589cd281 HTTP/1.1" 200 1244 0.003011 10.0.0.22 - - [2026-01-19 02:33:35] "GET /domains HTTP/1.1" 200 280 0.002605 10.0.0.22 - - [2026-01-19 02:33:35] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002449 10.0.0.22 - - [2026-01-19 02:33:35] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64 HTTP/1.1" 200 3487 0.007857 10.0.0.22 - - [2026-01-19 02:33:35] "GET /projects?obj_uuids=7fffd751-3a32-494e-b920-0b0faaf1bc7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001293 10.0.0.22 - - [2026-01-19 02:33:35] "GET /project/7fffd751-3a32-494e-b920-0b0faaf1bc7f HTTP/1.1" 200 2352 0.070274 10.0.0.22 - - [2026-01-19 02:33:35] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7 HTTP/1.1" 200 2312 0.004864 10.0.0.22 - - [2026-01-19 02:33:35] "GET /obj-perms HTTP/1.1" 200 5030 0.002962 10.0.0.22 - - [2026-01-19 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.011385 10.0.0.22 - - [2026-01-19 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.009810 10.0.0.22 - - [2026-01-19 02:33:35] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001416 10.0.0.22 - - [2026-01-19 02:33:36] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.019182 10.0.0.22 - - [2026-01-19 02:33:36] "POST /service-templates HTTP/1.1" 403 264 0.008642 10.0.0.22 - - [2026-01-19 02:33:36] "POST /fqname-to-id HTTP/1.1" 404 183 0.002848 10.0.0.22 - - [2026-01-19 02:33:36] "POST /api-access-lists HTTP/1.1" 200 521 0.014098 10.0.0.22 - - [2026-01-19 02:33:36] "GET /api-access-list/2949d0a2-920c-426f-a0f3-823b2ed4cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.005257 10.0.0.22 - - [2026-01-19 02:33:36] "GET /api-access-list/2949d0a2-920c-426f-a0f3-823b2ed4cbdc HTTP/1.1" 200 1290 0.003206 10.0.0.22 - - [2026-01-19 02:33:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.011106 10.0.0.22 - - [2026-01-19 02:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.010115 10.0.0.22 - - [2026-01-19 02:33:36] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001510 10.0.0.22 - - [2026-01-19 02:33:36] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.024293 10.0.0.22 - - [2026-01-19 02:33:36] "POST /service-templates HTTP/1.1" 200 551 0.055992 10.0.0.22 - - [2026-01-19 02:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.012660 10.0.0.22 - - [2026-01-19 02:33:36] "GET /service-template/78a4a8c0-29ea-4d2b-b86b-db57a72bdfca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.010773 10.0.0.22 - - [2026-01-19 02:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.011062 10.0.0.22 - - [2026-01-19 02:33:36] "GET /service-template/78a4a8c0-29ea-4d2b-b86b-db57a72bdfca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.013782 10.0.0.22 - - [2026-01-19 02:33:36] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7 HTTP/1.1" 401 292 0.000668 10.0.0.22 - - [2026-01-19 02:33:37] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7 HTTP/1.1" 403 263 0.037920 10.0.0.22 - - [2026-01-19 02:33:37] "GET /service-template/78a4a8c0-29ea-4d2b-b86b-db57a72bdfca HTTP/1.1" 403 264 0.009087 10.0.0.22 - - [2026-01-19 02:33:37] "GET /service-template/78a4a8c0-29ea-4d2b-b86b-db57a72bdfca HTTP/1.1" 403 264 0.039795 10.0.0.22 - - [2026-01-19 02:33:37] "GET /obj-perms HTTP/1.1" 403 257 0.039671 10.0.0.22 - - [2026-01-19 02:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.22 - - [2026-01-19 02:33:37] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.009123 10.0.0.22 - - [2026-01-19 02:33:37] "GET /obj-perms HTTP/1.1" 403 257 0.009037 10.0.0.22 - - [2026-01-19 02:33:37] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.009763 10.0.0.22 - - [2026-01-19 02:33:37] "GET /api-access-list/48f084aa-9f0f-4fd8-8a3c-477f6303533c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.003468 10.0.0.22 - - [2026-01-19 02:33:37] "PUT /api-access-list/48f084aa-9f0f-4fd8-8a3c-477f6303533c HTTP/1.1" 200 264 0.009006 10.0.0.22 - - [2026-01-19 02:33:37] "GET /api-access-list/48f084aa-9f0f-4fd8-8a3c-477f6303533c HTTP/1.1" 200 1459 0.004283 10.0.0.22 - - [2026-01-19 02:33:38] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7 HTTP/1.1" 200 2312 0.016623 10.0.0.22 - - [2026-01-19 02:33:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000539 10.0.0.22 - - [2026-01-19 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.044981 10.0.0.22 - - [2026-01-19 02:33:38] "GET /projects?obj_uuids=7fffd751-3a32-494e-b920-0b0faaf1bc7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001841 10.0.0.22 - - [2026-01-19 02:33:38] "GET /project/7fffd751-3a32-494e-b920-0b0faaf1bc7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.033431 10.0.0.22 - - [2026-01-19 02:33:38] "GET /virtual-networks?parent_id=7fffd751-3a32-494e-b920-0b0faaf1bc7f&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.014827 10.0.0.22 - - [2026-01-19 02:33:38] "POST /virtual-networks HTTP/1.1" 403 263 0.010502 10.0.0.22 - - [2026-01-19 02:33:38] "GET /service-template/78a4a8c0-29ea-4d2b-b86b-db57a72bdfca HTTP/1.1" 403 264 0.009374 10.0.0.22 - - [2026-01-19 02:33:38] "GET /service-template/78a4a8c0-29ea-4d2b-b86b-db57a72bdfca HTTP/1.1" 403 264 0.038942 10.0.0.22 - - [2026-01-19 02:33:38] "GET /obj-perms HTTP/1.1" 403 257 0.008450 10.0.0.22 - - [2026-01-19 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.22 - - [2026-01-19 02:33:38] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.014525 10.0.0.22 - - [2026-01-19 02:33:39] "GET /obj-perms HTTP/1.1" 403 257 0.008989 10.0.0.22 - - [2026-01-19 02:33:39] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.020664 10.0.0.22 - - [2026-01-19 02:33:39] "GET /api-access-list/2949d0a2-920c-426f-a0f3-823b2ed4cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.003341 10.0.0.22 - - [2026-01-19 02:33:39] "PUT /api-access-list/2949d0a2-920c-426f-a0f3-823b2ed4cbdc HTTP/1.1" 200 264 0.007394 10.0.0.22 - - [2026-01-19 02:33:39] "GET /api-access-list/2949d0a2-920c-426f-a0f3-823b2ed4cbdc HTTP/1.1" 200 1428 0.003564 10.0.0.22 - - [2026-01-19 02:33:39] "GET /service-template/78a4a8c0-29ea-4d2b-b86b-db57a72bdfca HTTP/1.1" 200 1853 0.012974 10.0.0.22 - - [2026-01-19 02:33:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.009979 10.0.0.22 - - [2026-01-19 02:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.009978 10.0.0.22 - - [2026-01-19 02:33:39] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001279 10.0.0.22 - - [2026-01-19 02:33:39] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.017149 10.0.0.22 - - [2026-01-19 02:33:39] "POST /service-templates HTTP/1.1" 403 264 0.010039 10.0.0.22 - - [2026-01-19 02:33:39] "GET /api-access-list/48f084aa-9f0f-4fd8-8a3c-477f6303533c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.003293 10.0.0.22 - - [2026-01-19 02:33:39] "PUT /api-access-list/48f084aa-9f0f-4fd8-8a3c-477f6303533c HTTP/1.1" 200 264 0.008349 10.0.0.22 - - [2026-01-19 02:33:39] "GET /api-access-list/48f084aa-9f0f-4fd8-8a3c-477f6303533c HTTP/1.1" 200 1322 0.003394 10.0.0.22 - - [2026-01-19 02:33:39] "GET /api-access-list/2949d0a2-920c-426f-a0f3-823b2ed4cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.002965 10.0.0.22 - - [2026-01-19 02:33:39] "PUT /api-access-list/2949d0a2-920c-426f-a0f3-823b2ed4cbdc HTTP/1.1" 200 264 0.009738 10.0.0.22 - - [2026-01-19 02:33:39] "GET /api-access-list/2949d0a2-920c-426f-a0f3-823b2ed4cbdc HTTP/1.1" 200 1290 0.003939 10.0.0.22 - - [2026-01-19 02:33:39] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7 HTTP/1.1" 403 263 0.008420 10.0.0.22 - - [2026-01-19 02:33:39] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7 HTTP/1.1" 403 263 0.033123 10.0.0.22 - - [2026-01-19 02:33:39] "GET /service-template/78a4a8c0-29ea-4d2b-b86b-db57a72bdfca HTTP/1.1" 403 264 0.009142 10.0.0.22 - - [2026-01-19 02:33:40] "GET /service-template/78a4a8c0-29ea-4d2b-b86b-db57a72bdfca HTTP/1.1" 403 264 0.037569 10.0.0.22 - - [2026-01-19 02:33:40] "GET /obj-perms HTTP/1.1" 403 257 0.007650 10.0.0.22 - - [2026-01-19 02:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002425 10.0.0.22 - - [2026-01-19 02:33:40] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007886 10.0.0.22 - - [2026-01-19 02:33:40] "GET /obj-perms HTTP/1.1" 403 257 0.035427 10.0.0.22 - - [2026-01-19 02:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.22 - - [2026-01-19 02:33:40] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008649 10.0.0.22 - - [2026-01-19 02:33:40] "GET /obj-perms HTTP/1.1" 403 257 0.008619 10.0.0.22 - - [2026-01-19 02:33:40] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008271 10.0.0.22 - - [2026-01-19 02:33:40] "GET /api-access-list/a05b6a9c-63cc-45cc-a22d-7c096f2ae801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003402 10.0.0.22 - - [2026-01-19 02:33:40] "PUT /api-access-list/a05b6a9c-63cc-45cc-a22d-7c096f2ae801 HTTP/1.1" 200 264 0.010412 10.0.0.22 - - [2026-01-19 02:33:41] "GET /service-template/78a4a8c0-29ea-4d2b-b86b-db57a72bdfca HTTP/1.1" 200 1853 0.012610 10.0.0.22 - - [2026-01-19 02:33:41] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7 HTTP/1.1" 200 2312 0.012843 10.0.0.22 - - [2026-01-19 02:33:41] "GET /obj-perms HTTP/1.1" 403 257 0.007670 10.0.0.22 - - [2026-01-19 02:33:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002301 10.0.0.22 - - [2026-01-19 02:33:41] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.013681 10.0.0.22 - - [2026-01-19 02:33:41] "GET /obj-perms HTTP/1.1" 403 257 0.008697 10.0.0.22 - - [2026-01-19 02:33:41] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017210 10.0.0.22 - - [2026-01-19 02:33:41] "DELETE /api-access-list/48f084aa-9f0f-4fd8-8a3c-477f6303533c HTTP/1.1" 200 115 0.019874 10.0.0.22 - - [2026-01-19 02:33:41] "GET /api-access-list/48f084aa-9f0f-4fd8-8a3c-477f6303533c HTTP/1.1" 404 171 0.002560 10.0.0.22 - - [2026-01-19 02:33:41] "DELETE /api-access-list/2949d0a2-920c-426f-a0f3-823b2ed4cbdc HTTP/1.1" 200 115 0.017527 10.0.0.22 - - [2026-01-19 02:33:41] "GET /api-access-list/2949d0a2-920c-426f-a0f3-823b2ed4cbdc HTTP/1.1" 404 171 0.002967 10.0.0.22 - - [2026-01-19 02:33:41] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7 HTTP/1.1" 401 292 0.000397 10.0.0.22 - - [2026-01-19 02:33:41] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7 HTTP/1.1" 403 263 0.041024 10.0.0.22 - - [2026-01-19 02:33:41] "GET /service-template/78a4a8c0-29ea-4d2b-b86b-db57a72bdfca HTTP/1.1" 403 264 0.006053 10.0.0.22 - - [2026-01-19 02:33:41] "GET /service-template/78a4a8c0-29ea-4d2b-b86b-db57a72bdfca HTTP/1.1" 403 264 0.039189 10.0.0.22 - - [2026-01-19 02:33:42] "GET /obj-perms HTTP/1.1" 403 257 0.031712 10.0.0.22 - - [2026-01-19 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.22 - - [2026-01-19 02:33:42] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007775 10.0.0.22 - - [2026-01-19 02:33:42] "GET /obj-perms HTTP/1.1" 403 257 0.007830 10.0.0.22 - - [2026-01-19 02:33:42] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008698 10.0.0.22 - - [2026-01-19 02:33:42] "GET /api-access-list/a05b6a9c-63cc-45cc-a22d-7c096f2ae801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.003487 10.0.0.22 - - [2026-01-19 02:33:42] "PUT /api-access-list/a05b6a9c-63cc-45cc-a22d-7c096f2ae801 HTTP/1.1" 200 264 0.008650 10.0.0.22 - - [2026-01-19 02:33:42] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7 HTTP/1.1" 200 2312 0.012991 10.0.0.22 - - [2026-01-19 02:33:42] "GET /service-template/78a4a8c0-29ea-4d2b-b86b-db57a72bdfca HTTP/1.1" 200 1853 0.009560 10.0.0.22 - - [2026-01-19 02:33:42] "GET /obj-perms HTTP/1.1" 403 257 0.009234 10.0.0.22 - - [2026-01-19 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.22 - - [2026-01-19 02:33:42] "GET /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.012148 10.0.0.22 - - [2026-01-19 02:33:42] "GET /obj-perms HTTP/1.1" 403 257 0.006716 10.0.0.22 - - [2026-01-19 02:33:42] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.016380 10.0.0.22 - - [2026-01-19 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.009744 10.0.0.22 - - [2026-01-19 02:33:42] "DELETE /service-template/78a4a8c0-29ea-4d2b-b86b-db57a72bdfca HTTP/1.1" 200 115 0.023350 10.0.0.22 - - [2026-01-19 02:33:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.009165 10.0.0.22 - - [2026-01-19 02:33:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003626 10.0.0.22 - - [2026-01-19 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.22 - - [2026-01-19 02:33:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001767 10.0.0.22 - - [2026-01-19 02:33:43] "DELETE /virtual-network/b996d7e6-820b-4e0d-a3c4-299fddf365f7 HTTP/1.1" 200 115 0.072254 10.0.0.22 - - [2026-01-19 02:33:43] "DELETE /route-target/640d7e98-c925-4ab5-943a-d88a589cd281 HTTP/1.1" 200 115 0.014212 10.0.0.22 - - [2026-01-19 02:33:43] "GET /api-access-list/a05b6a9c-63cc-45cc-a22d-7c096f2ae801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.003703 10.0.0.22 - - [2026-01-19 02:33:43] "PUT /api-access-list/a05b6a9c-63cc-45cc-a22d-7c096f2ae801 HTTP/1.1" 200 264 0.009741 10.0.0.22 - - [2026-01-19 02:33:43] "GET /api-access-list/a05b6a9c-63cc-45cc-a22d-7c096f2ae801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.003765 10.0.0.22 - - [2026-01-19 02:33:43] "PUT /api-access-list/a05b6a9c-63cc-45cc-a22d-7c096f2ae801 HTTP/1.1" 200 264 0.010433 10.0.0.22 - - [2026-01-19 02:33:44] "GET /api-access-list/a05b6a9c-63cc-45cc-a22d-7c096f2ae801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004350 10.0.0.22 - - [2026-01-19 02:33:44] "PUT /api-access-list/a05b6a9c-63cc-45cc-a22d-7c096f2ae801 HTTP/1.1" 200 264 0.007519 10.0.0.22 - - [2026-01-19 02:33:44] "GET /projects?obj_uuids=7fffd751-3a32-494e-b920-0b0faaf1bc7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001793 10.0.0.22 - - [2026-01-19 02:33:44] "GET /project/7fffd751-3a32-494e-b920-0b0faaf1bc7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.026149 10.0.0.22 - - [2026-01-19 02:33:44] "GET /projects?obj_uuids=7fffd751-3a32-494e-b920-0b0faaf1bc7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000956 10.0.0.22 - - [2026-01-19 02:33:44] "GET /project/7fffd751-3a32-494e-b920-0b0faaf1bc7f?fields=virtual_networks HTTP/1.1" 200 1032 0.065573 10.0.0.22 - - [2026-01-19 02:33:44] "GET /projects?obj_uuids=7fffd751-3a32-494e-b920-0b0faaf1bc7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001343 10.0.0.22 - - [2026-01-19 02:33:44] "GET /project/7fffd751-3a32-494e-b920-0b0faaf1bc7f?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.027280 10.0.0.22 - - [2026-01-19 02:33:44] "GET /projects?obj_uuids=7fffd751-3a32-494e-b920-0b0faaf1bc7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000966 10.0.0.22 - - [2026-01-19 02:33:44] "GET /project/7fffd751-3a32-494e-b920-0b0faaf1bc7f?fields=security_groups HTTP/1.1" 200 1258 0.023528 10.0.0.22 - - [2026-01-19 02:33:45] "GET /projects?obj_uuids=21c0ac45-c9f5-4779-b435-31a726e81ae4&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001028 10.0.0.22 - - [2026-01-19 02:33:45] "GET /project/21c0ac45-c9f5-4779-b435-31a726e81ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.023538 [Introspect:8084]10.0.0.22 - - [2026-01-19 02:33:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001229 10.0.0.22 - - [2026-01-19 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 184 0.028961 10.0.0.22 - - [2026-01-19 02:33:46] "GET /projects?obj_uuids=e19dfcbd-1cfd-4c1f-9f99-fc491255df06&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002247 10.0.0.22 - - [2026-01-19 02:33:46] "GET /domains?obj_uuids=76718538-3a2d-4dc3-87c2-1b0a55c17d64&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001139 10.0.0.22 - - [2026-01-19 02:33:46] "GET /domain/76718538-3a2d-4dc3-87c2-1b0a55c17d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.042084 10.0.0.22 - - [2026-01-19 02:33:46] "POST /id-to-fqname HTTP/1.1" 200 186 0.001171 10.0.0.22 - - [2026-01-19 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 195 0.002992 10.0.0.22 - - [2026-01-19 02:33:46] "POST /security-groups HTTP/1.1" 200 587 0.074273 10.0.0.22 - - [2026-01-19 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 230 0.002687 10.0.0.22 - - [2026-01-19 02:33:46] "POST /projects HTTP/1.1" 200 577 0.218124 10.0.0.22 - - [2026-01-19 02:33:46] "POST /access-control-lists HTTP/1.1" 200 592 0.062238 10.0.0.22 - - [2026-01-19 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.292018 10.0.0.22 - - [2026-01-19 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.002645 10.0.0.22 - - [2026-01-19 02:33:46] "GET /project/e19dfcbd-1cfd-4c1f-9f99-fc491255df06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.452158 10.0.0.22 - - [2026-01-19 02:33:46] "POST /access-control-lists HTTP/1.1" 200 590 0.060551 10.0.0.22 - - [2026-01-19 02:33:47] "GET / HTTP/1.1" 200 35931 0.003481 10.0.0.22 - - [2026-01-19 02:33:48] "GET /projects?obj_uuids=e19dfcbd-1cfd-4c1f-9f99-fc491255df06&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001128 10.0.0.22 - - [2026-01-19 02:33:48] "GET /project/e19dfcbd-1cfd-4c1f-9f99-fc491255df06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.031276 10.0.0.22 - - [2026-01-19 02:33:48] "GET /projects?obj_uuids=e19dfcbd-1cfd-4c1f-9f99-fc491255df06&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001008 10.0.0.22 - - [2026-01-19 02:33:48] "GET /project/e19dfcbd-1cfd-4c1f-9f99-fc491255df06?fields=virtual_networks HTTP/1.1" 200 1025 0.066748 10.0.0.22 - - [2026-01-19 02:33:48] "GET /projects?obj_uuids=e19dfcbd-1cfd-4c1f-9f99-fc491255df06&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001238 10.0.0.22 - - [2026-01-19 02:33:48] "GET /project/e19dfcbd-1cfd-4c1f-9f99-fc491255df06?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.027493 10.0.0.22 - - [2026-01-19 02:33:48] "GET /projects?obj_uuids=e19dfcbd-1cfd-4c1f-9f99-fc491255df06&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001198 10.0.0.22 - - [2026-01-19 02:33:48] "GET /project/e19dfcbd-1cfd-4c1f-9f99-fc491255df06?fields=security_groups HTTP/1.1" 200 1247 0.027243 10.0.0.22 - - [2026-01-19 02:34:06] "DELETE /project/c8abe88c062741dca97982d9d88185e1 HTTP/1.1" 404 173 0.026718 10.0.0.22 - - [2026-01-19 02:34:06] "DELETE /project/7fffd7513a32494eb9200b0faaf1bc7f HTTP/1.1" 404 173 0.023818 10.0.0.22 - - [2026-01-19 02:34:06] "DELETE /project/5144d59562304744b1270c96a787e857 HTTP/1.1" 404 173 0.017812 10.0.0.22 - - [2026-01-19 02:34:06] "DELETE /project/e19dfcbd1cfd4c1f9f99fc491255df06 HTTP/1.1" 404 173 0.013305 10.0.0.22 - - [2026-01-19 02:34:06] "GET /projects?obj_uuids=7fffd751-3a32-494e-b920-0b0faaf1bc7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001066 10.0.0.22 - - [2026-01-19 02:34:06] "GET /projects?obj_uuids=46f85e8f-32f0-4adc-9e61-8c43b0973bdc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001094 10.0.0.22 - - [2026-01-19 02:34:06] "GET /projects?obj_uuids=5144d595-6230-4744-b127-0c96a787e857&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000736 10.0.0.22 - - [2026-01-19 02:34:06] "GET /projects?obj_uuids=c8abe88c-0627-41dc-a979-82d9d88185e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000694 10.0.0.22 - - [2026-01-19 02:34:06] "GET /projects?obj_uuids=88a34c4f-5584-4998-9a27-652ce2c927c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001080 10.0.0.22 - - [2026-01-19 02:34:06] "GET /projects?obj_uuids=909aff23-d334-4bb9-93aa-089037a7b5ec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001114 10.0.0.22 - - [2026-01-19 02:34:06] "GET /projects?obj_uuids=e19dfcbd-1cfd-4c1f-9f99-fc491255df06&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001430 10.0.0.22 - - [2026-01-19 02:34:06] "GET /project/88a34c4f-5584-4998-9a27-652ce2c927c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.065243 10.0.0.22 - - [2026-01-19 02:34:06] "GET /project/5144d595-6230-4744-b127-0c96a787e857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.073776 10.0.0.22 - - [2026-01-19 02:34:06] "GET /project/46f85e8f-32f0-4adc-9e61-8c43b0973bdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.082998 10.0.0.22 - - [2026-01-19 02:34:06] "GET /project/c8abe88c-0627-41dc-a979-82d9d88185e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.082531 10.0.0.22 - - [2026-01-19 02:34:06] "GET /project/7fffd751-3a32-494e-b920-0b0faaf1bc7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.091988 10.0.0.22 - - [2026-01-19 02:34:06] "GET /project/909aff23-d334-4bb9-93aa-089037a7b5ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.083722 10.0.0.22 - - [2026-01-19 02:34:06] "GET /projects?obj_uuids=909aff23-d334-4bb9-93aa-089037a7b5ec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003120 10.0.0.22 - - [2026-01-19 02:34:06] "GET /projects?obj_uuids=7fffd751-3a32-494e-b920-0b0faaf1bc7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000928 10.0.0.22 - - [2026-01-19 02:34:06] "GET /projects?obj_uuids=c8abe88c-0627-41dc-a979-82d9d88185e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000759 10.0.0.22 - - [2026-01-19 02:34:06] "GET /projects?obj_uuids=46f85e8f-32f0-4adc-9e61-8c43b0973bdc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000728 10.0.0.22 - - [2026-01-19 02:34:06] "GET /projects?obj_uuids=5144d595-6230-4744-b127-0c96a787e857&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000706 10.0.0.22 - - [2026-01-19 02:34:06] "GET /projects?obj_uuids=88a34c4f-5584-4998-9a27-652ce2c927c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000702 10.0.0.22 - - [2026-01-19 02:34:06] "GET /project/e19dfcbd-1cfd-4c1f-9f99-fc491255df06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.145814 10.0.0.22 - - [2026-01-19 02:34:06] "GET /project/5144d595-6230-4744-b127-0c96a787e857?fields=security_groups HTTP/1.1" 200 1363 0.086172 10.0.0.22 - - [2026-01-19 02:34:06] "GET /project/46f85e8f-32f0-4adc-9e61-8c43b0973bdc?fields=security_groups HTTP/1.1" 200 1348 0.089777 10.0.0.22 - - [2026-01-19 02:34:06] "GET /project/909aff23-d334-4bb9-93aa-089037a7b5ec?fields=security_groups HTTP/1.1" 200 1349 0.090832 10.0.0.22 - - [2026-01-19 02:34:06] "GET /project/7fffd751-3a32-494e-b920-0b0faaf1bc7f?fields=security_groups HTTP/1.1" 200 1363 0.097819 10.0.0.22 - - [2026-01-19 02:34:06] "GET /project/c8abe88c-0627-41dc-a979-82d9d88185e1?fields=security_groups HTTP/1.1" 200 1364 0.108963 10.0.0.22 - - [2026-01-19 02:34:06] "GET /projects?obj_uuids=e19dfcbd-1cfd-4c1f-9f99-fc491255df06&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001828 10.0.0.22 - - [2026-01-19 02:34:06] "GET /project/88a34c4f-5584-4998-9a27-652ce2c927c2?fields=security_groups HTTP/1.1" 200 1348 0.176243 10.0.0.22 - - [2026-01-19 02:34:06] "GET /project/e19dfcbd-1cfd-4c1f-9f99-fc491255df06?fields=security_groups HTTP/1.1" 200 1352 0.074593 10.0.0.22 - - [2026-01-19 02:34:06] "DELETE /access-control-list/6b6326c4-3e1d-4dbf-a49b-ce2df85143dc HTTP/1.1" 200 115 0.055464 10.0.0.22 - - [2026-01-19 02:34:06] "DELETE /security-group/9d4ce19f-2ef8-4bd3-ac77-6428254dd6d4 HTTP/1.1" 200 115 0.144139 10.0.0.22 - - [2026-01-19 02:34:06] "DELETE /security-group/d33be2c0-76af-48e3-895d-096304c1d516 HTTP/1.1" 200 115 0.133136 10.0.0.22 - - [2026-01-19 02:34:06] "GET /projects?obj_uuids=5144d595-6230-4744-b127-0c96a787e857&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001290 10.0.0.22 - - [2026-01-19 02:34:06] "GET /projects?obj_uuids=46f85e8f-32f0-4adc-9e61-8c43b0973bdc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001047 10.0.0.22 - - [2026-01-19 02:34:06] "DELETE /security-group/4bb7c7ed-8d35-4041-9d67-a30d86fdf352 HTTP/1.1" 200 115 0.153128 10.0.0.22 - - [2026-01-19 02:34:06] "GET /projects?obj_uuids=909aff23-d334-4bb9-93aa-089037a7b5ec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001050 10.0.0.22 - - [2026-01-19 02:34:06] "GET /project/5144d595-6230-4744-b127-0c96a787e857?fields=application_policy_sets HTTP/1.1" 200 1402 0.055490 10.0.0.22 - - [2026-01-19 02:34:06] "GET /project/909aff23-d334-4bb9-93aa-089037a7b5ec?fields=application_policy_sets HTTP/1.1" 200 1388 0.033892 10.0.0.22 - - [2026-01-19 02:34:06] "GET /project/46f85e8f-32f0-4adc-9e61-8c43b0973bdc?fields=application_policy_sets HTTP/1.1" 200 1387 0.198419 10.0.0.22 - - [2026-01-19 02:34:06] "DELETE /security-group/15fa7626-cd1f-41a7-aa59-5469f8175efb HTTP/1.1" 200 115 0.379956 10.0.0.22 - - [2026-01-19 02:34:06] "DELETE /security-group/fcdb7325-2269-482b-9fba-a9ff6886ea7a HTTP/1.1" 200 115 0.386111 10.0.0.22 - - [2026-01-19 02:34:06] "GET /projects?obj_uuids=7fffd751-3a32-494e-b920-0b0faaf1bc7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001057 10.0.0.22 - - [2026-01-19 02:34:06] "DELETE /access-control-list/bb508360-9073-4f7e-9e98-4d4aa57ab3df HTTP/1.1" 200 115 0.298753 10.0.0.22 - - [2026-01-19 02:34:06] "GET /projects?obj_uuids=c8abe88c-0627-41dc-a979-82d9d88185e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001001 10.0.0.22 - - [2026-01-19 02:34:06] "DELETE /security-group/0ae7e064-dc77-4fbd-a673-c527e49520db HTTP/1.1" 200 115 0.391917 10.0.0.22 - - [2026-01-19 02:34:06] "GET /project/c8abe88c-0627-41dc-a979-82d9d88185e1?fields=application_policy_sets HTTP/1.1" 200 1403 0.045791 10.0.0.22 - - [2026-01-19 02:34:06] "GET /projects?obj_uuids=88a34c4f-5584-4998-9a27-652ce2c927c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001107 10.0.0.22 - - [2026-01-19 02:34:06] "DELETE /security-group/68fa660c-1cb8-4198-a87e-65fe68f55352 HTTP/1.1" 200 115 0.413442 10.0.0.22 - - [2026-01-19 02:34:06] "GET /projects?obj_uuids=e19dfcbd-1cfd-4c1f-9f99-fc491255df06&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000986 10.0.0.22 - - [2026-01-19 02:34:06] "DELETE /access-control-list/76981506-eb13-4aef-927d-004976dc72ec HTTP/1.1" 200 115 0.069277 10.0.0.22 - - [2026-01-19 02:34:06] "GET /project/7fffd751-3a32-494e-b920-0b0faaf1bc7f?fields=application_policy_sets HTTP/1.1" 200 1402 0.098496 10.0.0.22 - - [2026-01-19 02:34:06] "GET /project/e19dfcbd-1cfd-4c1f-9f99-fc491255df06?fields=application_policy_sets HTTP/1.1" 200 1391 0.061170 10.0.0.22 - - [2026-01-19 02:34:06] "DELETE /project/909aff23-d334-4bb9-93aa-089037a7b5ec HTTP/1.1" 200 115 0.862265 10.0.0.22 - - [2026-01-19 02:34:06] "DELETE /project/5144d595-6230-4744-b127-0c96a787e857 HTTP/1.1" 200 115 0.871177 10.0.0.22 - - [2026-01-19 02:34:06] "GET /project/88a34c4f-5584-4998-9a27-652ce2c927c2?fields=application_policy_sets HTTP/1.1" 200 1387 0.153874 10.0.0.22 - - [2026-01-19 02:34:07] "DELETE /access-control-list/66201bcc-efea-42ef-988b-1f19d1b17ffb HTTP/1.1" 200 115 0.141821 10.0.0.22 - - [2026-01-19 02:34:07] "DELETE /project/46f85e8f-32f0-4adc-9e61-8c43b0973bdc HTTP/1.1" 200 115 1.079987 10.0.0.22 - - [2026-01-19 02:34:07] "DELETE /access-control-list/7d0ea296-a3ef-4567-94ef-c42be6127d89 HTTP/1.1" 200 115 0.141609 10.0.0.22 - - [2026-01-19 02:34:07] "DELETE /project/c8abe88c-0627-41dc-a979-82d9d88185e1 HTTP/1.1" 200 115 1.132229 10.0.0.22 - - [2026-01-19 02:34:07] "DELETE /access-control-list/34690b0d-eed8-41d0-af07-757857d60fa0 HTTP/1.1" 200 115 0.049949 10.0.0.22 - - [2026-01-19 02:34:07] "DELETE /project/7fffd751-3a32-494e-b920-0b0faaf1bc7f HTTP/1.1" 200 115 1.146204 10.0.0.22 - - [2026-01-19 02:34:07] "DELETE /project/e19dfcbd-1cfd-4c1f-9f99-fc491255df06 HTTP/1.1" 200 115 1.121389 10.0.0.22 - - [2026-01-19 02:34:07] "DELETE /project/88a34c4f-5584-4998-9a27-652ce2c927c2 HTTP/1.1" 200 115 1.171469 10.0.0.22 - - [2026-01-19 02:34:07] "DELETE /access-control-list/c56d0f75-cd33-4744-bc94-759400da321c HTTP/1.1" 200 115 0.025142 10.0.0.22 - - [2026-01-19 02:34:07] "DELETE /access-control-list/efc05d35-eb19-4e0a-ad88-4414ea9d43b3 HTTP/1.1" 200 115 0.025417 10.0.0.22 - - [2026-01-19 02:34:07] "DELETE /access-control-list/513c88b1-2526-4ca0-8a59-796d42f5c15e HTTP/1.1" 200 115 0.023828 10.0.0.22 - - [2026-01-19 02:34:07] "DELETE /access-control-list/14a4ca62-d419-430a-a467-1f18484d6950 HTTP/1.1" 200 115 0.015429 10.0.0.22 - - [2026-01-19 02:34:07] "DELETE /access-control-list/be7a2e20-da38-4b80-92cd-4379577758dc HTTP/1.1" 200 115 0.015937 10.0.0.22 - - [2026-01-19 02:34:07] "DELETE /access-control-list/1cb0d357-8665-492d-ba6a-1212f3a28271 HTTP/1.1" 200 115 0.022817 10.0.0.22 - - [2026-01-19 02:34:07] "DELETE /access-control-list/09527ac0-0a21-497d-a98a-04556af8ffd8 HTTP/1.1" 200 115 0.025513 10.0.0.22 - - [2026-01-19 02:34:07] "DELETE /access-control-list/bde66a00-6bd6-496c-9177-89915a89955f HTTP/1.1" 200 115 0.020224 10.0.0.22 - - [2026-01-19 02:34:14] "GET /obj-perms HTTP/1.1" 200 5056 0.059222 10.0.0.22 - - [2026-01-19 02:34:15] "GET /obj-perms HTTP/1.1" 200 5056 0.052559 [Introspect:8084]10.0.0.22 - - [2026-01-19 02:34:25] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000988 [Introspect:8084]10.0.0.22 - - [2026-01-19 02:34:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001069