+++ date ++ echo 'INFO: =================== Thu Nov 6 01:56:18 AM UTC 2025 ===================' INFO: =================== Thu Nov 6 01:56:18 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ awk '{print $2}' +++ ip addr show dev ens3 +++ grep 'inet ' +++ 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.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.22 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ '[' -n 10.0.0.22:2181, ']' +++ echo 10.0.0.22:2181 ++ ZOOKEEPER_SERVERS=10.0.0.22:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ '[' -n '10.0.0.22:2181 ' ']' +++ echo 10.0.0.22:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.22:2181 ++ RABBITMQ_NODES=10.0.0.22 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ '[' -n 10.0.0.22:5673, ']' +++ echo 10.0.0.22:5673 ++ RABBITMQ_SERVERS=10.0.0.22:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ '[' -n '10.0.0.22:6379 ' ']' +++ echo 10.0.0.22:6379 ++ REDIS_SERVERS=10.0.0.22:6379 ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.22 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ '[' -n '10.0.0.22:9092 ' ']' +++ echo 10.0.0.22:9092 ++ KAFKA_SERVERS=10.0.0.22:9092 ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.22 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.22 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.22 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.22 ++ cut -d , -f 1 + local cassandra=10.0.0.22 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.22 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.22 +++ local servers=10.0.0.22 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.22,10.20.0.18,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.18,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 ++ cut -d = -f 1 ++ sort ++ grep '^API__.*__.*=.*$' ++ 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: 11/06/2025 01:56:26.361 7f76856ca240 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/06/2025 01:56:26.493 7f76856ca240 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 11/06/2025 01:56:26.504 7f76856ca240 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/06/2025 01:56:26.504 7f76856ca240 [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 - - [2025-11-06 01:56:30] "GET / HTTP/1.1" 503 181 0.000302 10.0.0.22 - - [2025-11-06 01:56:30] "GET / HTTP/1.1" 503 181 0.000231 10.0.0.22 - - [2025-11-06 01:56:31] "GET / HTTP/1.1" 200 45871 0.001414 10.0.0.22 - - [2025-11-06 01:56:31] "GET / HTTP/1.1" 200 45871 0.001059 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 - - [2025-11-06 01:56:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000522 10.0.0.22 - - [2025-11-06 01:56:31] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000241 10.0.0.22 - - [2025-11-06 01:56:31] "GET / HTTP/1.1" 200 35931 0.001355 10.0.0.22 - - [2025-11-06 01:56:32] "GET / HTTP/1.1" 200 35931 0.002046 10.0.0.22 - - [2025-11-06 01:56:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000336 10.0.0.22 - - [2025-11-06 01:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.927243 10.0.0.22 - - [2025-11-06 01:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.22 - - [2025-11-06 01:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.341005 10.0.0.22 - - [2025-11-06 01:56:33] "GET /global-system-config/d39391b5-f88f-41ff-87a5-87ebe8697f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.009684 10.0.0.22 - - [2025-11-06 01:56:33] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.656384 10.0.0.22 - - [2025-11-06 01:56:33] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002512 10.0.0.22 - - [2025-11-06 01:56:33] "POST /fqname-to-id HTTP/1.1" 404 220 0.003289 10.0.0.22 - - [2025-11-06 01:56:33] "POST /config-nodes HTTP/1.1" 200 599 0.025979 10.0.0.22 - - [2025-11-06 01:56:33] "GET / HTTP/1.1" 200 35931 0.003031 10.0.0.22 - - [2025-11-06 01:56:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000388 10.0.0.22 - - [2025-11-06 01:56:33] "GET / HTTP/1.1" 200 35931 0.001344 10.0.0.22 - - [2025-11-06 01:56:33] "GET / HTTP/1.1" 200 35931 0.001361 10.0.0.22 - - [2025-11-06 01:56:33] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000344 10.0.0.22 - - [2025-11-06 01:56:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000364 /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 - - [2025-11-06 01:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.604943 10.0.0.22 - - [2025-11-06 01:56:34] "GET /network-ipam/f021c33c-45da-480a-91ff-43d3473758b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004077 10.0.0.22 - - [2025-11-06 01:56:34] "POST /fqname-to-id HTTP/1.1" 404 186 0.335526 10.0.0.22 - - [2025-11-06 01:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.22 - - [2025-11-06 01:56:34] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.071634 10.0.0.22 - - [2025-11-06 01:56:34] "GET /global-system-config/d39391b5-f88f-41ff-87a5-87ebe8697f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.009816 10.0.0.22 - - [2025-11-06 01:56:34] "POST /service-appliance-sets HTTP/1.1" 200 553 0.023022 10.0.0.22 - - [2025-11-06 01:56:34] "POST /fqname-to-id HTTP/1.1" 404 180 0.002828 10.0.0.22 - - [2025-11-06 01:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008857 10.0.0.22 - - [2025-11-06 01:56:34] "GET /global-system-config/d39391b5-f88f-41ff-87a5-87ebe8697f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.065206 10.0.0.22 - - [2025-11-06 01:56:34] "POST /service-appliance-sets HTTP/1.1" 200 541 0.017334 10.0.0.22 - - [2025-11-06 01:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.22 - - [2025-11-06 01:56:34] "GET /network-ipam/f021c33c-45da-480a-91ff-43d3473758b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.006071 10.0.0.22 - - [2025-11-06 01:56:34] "POST /fqname-to-id HTTP/1.1" 404 225 0.002785 10.0.0.22 - - [2025-11-06 01:56:34] "POST /access-control-lists HTTP/1.1" 200 587 0.025552 10.0.0.22 - - [2025-11-06 01:56:35] "POST /fqname-to-id HTTP/1.1" 404 224 0.002109 10.0.0.22 - - [2025-11-06 01:56:35] "POST /service-templates HTTP/1.1" 200 511 0.016880 10.0.0.22 - - [2025-11-06 01:56:35] "POST /service-templates HTTP/1.1" 200 501 0.033176 10.0.0.22 - - [2025-11-06 01:56:35] "POST /access-control-lists HTTP/1.1" 200 585 0.016386 10.0.0.22 - - [2025-11-06 01:56:35] "POST /service-templates HTTP/1.1" 200 515 0.016738 10.0.0.22 - - [2025-11-06 01:56:35] "POST /route-targets HTTP/1.1" 200 327 0.012857 10.0.0.22 - - [2025-11-06 01:56:35] "POST /service-templates HTTP/1.1" 200 535 0.017430 10.0.0.22 - - [2025-11-06 01:56:35] "POST /ref-update HTTP/1.1" 200 156 0.010112 10.0.0.22 - - [2025-11-06 01:56:35] "POST /service-templates HTTP/1.1" 200 507 0.016905 10.0.0.22 - - [2025-11-06 01:56:35] "POST /route-targets HTTP/1.1" 200 327 0.010298 10.0.0.22 - - [2025-11-06 01:56:35] "POST /ref-update HTTP/1.1" 200 156 0.015938 10.0.0.22 - - [2025-11-06 01:56:35] "POST /route-targets HTTP/1.1" 200 327 0.012337 10.0.0.22 - - [2025-11-06 01:56:35] "POST /ref-update HTTP/1.1" 200 156 0.009660 10.0.0.22 - - [2025-11-06 01:56:35] "POST /route-targets HTTP/1.1" 200 327 0.011655 10.0.0.22 - - [2025-11-06 01:56:35] "POST /ref-update HTTP/1.1" 200 156 0.009938 10.0.0.22 - - [2025-11-06 01:56:35] "POST /fqname-to-id HTTP/1.1" 404 201 0.002525 10.0.0.22 - - [2025-11-06 01:56:35] "POST /access-control-lists HTTP/1.1" 200 551 0.062988 10.0.0.22 - - [2025-11-06 01:56:35] "PUT /access-control-list/a3cbcc46-886c-47eb-a087-fc0172bfd52e HTTP/1.1" 200 272 0.008816 10.0.0.22 - - [2025-11-06 01:56:35] "PUT /access-control-list/cd1a46e9-2b63-4192-9c5c-8997e0ebe86f HTTP/1.1" 200 272 0.010731 10.0.0.22 - - [2025-11-06 01:56:37] "GET / HTTP/1.1" 200 35931 0.001314 10.0.0.22 - - [2025-11-06 01:56:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000376 10.0.0.22 - - [2025-11-06 01:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.020641 10.0.0.22 - - [2025-11-06 01:56:38] "GET /global-system-config/d39391b5-f88f-41ff-87a5-87ebe8697f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005351 10.0.0.22 - - [2025-11-06 01:56:38] "POST /fqname-to-id HTTP/1.1" 404 220 0.002734 10.0.0.22 - - [2025-11-06 01:56:38] "POST /config-database-nodes HTTP/1.1" 200 617 0.015703 10.0.0.22 - - [2025-11-06 01:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.22 - - [2025-11-06 01:56:39] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.005379 10.0.0.22 - - [2025-11-06 01:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.22 - - [2025-11-06 01:56:39] "PUT /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50 HTTP/1.1" 200 276 0.013533 10.0.0.22 - - [2025-11-06 01:56:39] "GET / HTTP/1.1" 200 35931 0.001428 10.0.0.22 - - [2025-11-06 01:56:39] "POST /alarms HTTP/1.1" 401 292 0.000361 10.0.0.22 - - [2025-11-06 01:56:40] "POST /alarms HTTP/1.1" 200 581 0.036957 10.0.0.22 - - [2025-11-06 01:56:40] "POST /alarms HTTP/1.1" 200 575 0.022091 10.0.0.22 - - [2025-11-06 01:56:40] "POST /alarms HTTP/1.1" 200 575 0.016933 10.0.0.22 - - [2025-11-06 01:56:40] "POST /alarms HTTP/1.1" 200 559 0.029813 10.0.0.22 - - [2025-11-06 01:56:40] "POST /alarms HTTP/1.1" 200 555 0.017881 10.0.0.22 - - [2025-11-06 01:56:40] "POST /alarms HTTP/1.1" 200 557 0.018220 10.0.0.22 - - [2025-11-06 01:56:40] "POST /alarms HTTP/1.1" 200 565 0.018457 10.0.0.22 - - [2025-11-06 01:56:40] "POST /alarms HTTP/1.1" 200 549 0.015850 10.0.0.22 - - [2025-11-06 01:56:40] "POST /alarms HTTP/1.1" 200 557 0.017406 10.0.0.22 - - [2025-11-06 01:56:40] "POST /alarms HTTP/1.1" 200 567 0.029635 10.0.0.22 - - [2025-11-06 01:56:40] "POST /alarms HTTP/1.1" 200 555 0.025244 10.0.0.22 - - [2025-11-06 01:56:40] "POST /alarms HTTP/1.1" 200 567 0.017475 10.0.0.22 - - [2025-11-06 01:56:40] "POST /alarms HTTP/1.1" 200 575 0.063063 10.0.0.22 - - [2025-11-06 01:56:41] "POST /alarms HTTP/1.1" 200 569 0.020909 10.0.0.22 - - [2025-11-06 01:56:41] "POST /alarms HTTP/1.1" 200 561 0.021676 10.0.0.22 - - [2025-11-06 01:56:41] "POST /alarms HTTP/1.1" 200 561 0.016573 10.0.0.22 - - [2025-11-06 01:56:41] "POST /alarms HTTP/1.1" 200 561 0.017076 10.0.0.22 - - [2025-11-06 01:56:41] "POST /alarms HTTP/1.1" 200 547 0.021174 10.0.0.22 - - [2025-11-06 01:56:41] "POST /alarms HTTP/1.1" 200 595 0.015742 10.0.0.22 - - [2025-11-06 01:56:41] "POST /alarms HTTP/1.1" 200 575 0.016929 10.0.0.22 - - [2025-11-06 01:56:41] "POST /alarms HTTP/1.1" 200 571 0.018321 10.0.0.22 - - [2025-11-06 01:56:41] "POST /alarms HTTP/1.1" 200 583 0.015889 10.0.0.22 - - [2025-11-06 01:56:41] "POST /alarms HTTP/1.1" 200 609 0.038895 10.0.0.22 - - [2025-11-06 01:56:41] "GET / HTTP/1.1" 200 35931 0.001476 10.0.0.22 - - [2025-11-06 01:56:41] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000352 10.0.0.22 - - [2025-11-06 01:56:42] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.020352 10.0.0.22 - - [2025-11-06 01:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002244 10.0.0.22 - - [2025-11-06 01:56:42] "PUT /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50 HTTP/1.1" 200 276 0.008950 10.0.0.22 - - [2025-11-06 01:56:42] "GET / HTTP/1.1" 200 35931 0.001408 10.0.0.22 - - [2025-11-06 01:56:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000348 10.0.0.22 - - [2025-11-06 01:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.025489 10.0.0.22 - - [2025-11-06 01:56:42] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002984 10.0.0.22 - - [2025-11-06 01:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.22 - - [2025-11-06 01:56:42] "PUT /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50 HTTP/1.1" 200 276 0.007918 10.0.0.22 - - [2025-11-06 01:56:43] "GET / HTTP/1.1" 200 35931 0.001654 10.0.0.22 - - [2025-11-06 01:56:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000347 10.0.0.22 - - [2025-11-06 01:56:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.021122 10.0.0.22 - - [2025-11-06 01:56:43] "GET /global-system-config/d39391b5-f88f-41ff-87a5-87ebe8697f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005055 10.0.0.22 - - [2025-11-06 01:56:43] "PUT /global-system-config/d39391b5-f88f-41ff-87a5-87ebe8697f20 HTTP/1.1" 200 274 0.015476 10.0.0.22 - - [2025-11-06 01:56:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.22 - - [2025-11-06 01:56:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.22 - - [2025-11-06 01:56:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.22 - - [2025-11-06 01:56:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.22 - - [2025-11-06 01:57:25] "GET / HTTP/1.1" 200 35931 0.001678 10.0.0.22 - - [2025-11-06 01:57:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000329 10.0.0.22 - - [2025-11-06 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.024439 10.0.0.22 - - [2025-11-06 01:57:26] "GET /routing-instance/8719538a-bcb9-46c6-b54f-1c9e90384156?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003717 10.0.0.22 - - [2025-11-06 01:57:26] "POST /bgp-routers HTTP/1.1" 200 620 0.029823 10.0.0.22 - - [2025-11-06 01:57:26] "GET /bgp-router/f36c0bd5-e1c0-408f-8b1a-5966141c2528?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.005310 10.0.0.22 - - [2025-11-06 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.22 - - [2025-11-06 01:57:26] "GET /global-system-config/d39391b5-f88f-41ff-87a5-87ebe8697f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005849 10.0.0.22 - - [2025-11-06 01:57:26] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003380 10.0.0.22 - - [2025-11-06 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.008698 10.0.0.22 - - [2025-11-06 01:57:51] "GET / HTTP/1.1" 200 35931 0.001392 10.0.0.22 - - [2025-11-06 01:57:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000384 10.0.0.22 - - [2025-11-06 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.026197 10.0.0.22 - - [2025-11-06 01:57:51] "GET /global-system-config/d39391b5-f88f-41ff-87a5-87ebe8697f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.006826 10.0.0.22 - - [2025-11-06 01:57:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.002618 10.0.0.22 - - [2025-11-06 01:57:51] "POST /database-nodes HTTP/1.1" 200 603 0.015745 10.0.0.22 - - [2025-11-06 01:58:18] "GET / HTTP/1.1" 200 35931 0.001873 10.0.0.22 - - [2025-11-06 01:58:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.22 - - [2025-11-06 01:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.021701 10.0.0.22 - - [2025-11-06 01:58:19] "GET /global-system-config/d39391b5-f88f-41ff-87a5-87ebe8697f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.004804 10.0.0.22 - - [2025-11-06 01:58:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.002529 10.0.0.22 - - [2025-11-06 01:58:19] "POST /analytics-nodes HTTP/1.1" 200 605 0.017404 10.0.0.22 - - [2025-11-06 01:58:25] "GET / HTTP/1.1" 200 35931 0.001605 10.0.0.22 - - [2025-11-06 01:58:33] "GET / HTTP/1.1" 200 35931 0.001305 10.0.0.22 - - [2025-11-06 01:58:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.22 - - [2025-11-06 01:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.021827 10.0.0.22 - - [2025-11-06 01:58:33] "GET /global-system-config/d39391b5-f88f-41ff-87a5-87ebe8697f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005461 10.0.0.22 - - [2025-11-06 01:58:33] "POST /fqname-to-id HTTP/1.1" 404 220 0.002609 10.0.0.22 - - [2025-11-06 01:58:33] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.022773 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 - - [2025-11-06 01:58:36] "GET /obj-perms HTTP/1.1" 200 5056 0.347052 10.0.0.22 - - [2025-11-06 01:58:36] "GET /obj-perms HTTP/1.1" 200 5056 0.044178 10.0.0.22 - - [2025-11-06 01:58:46] "GET / HTTP/1.1" 200 35931 0.001450 10.0.0.22 - - [2025-11-06 01:58:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000386 10.0.0.22 - - [2025-11-06 01:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.023795 10.0.0.22 - - [2025-11-06 01:58:46] "GET /global-system-config/d39391b5-f88f-41ff-87a5-87ebe8697f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.006761 10.0.0.22 - - [2025-11-06 01:58:46] "POST /fqname-to-id HTTP/1.1" 404 220 0.003128 10.0.0.22 - - [2025-11-06 01:58:46] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.023850 10.0.0.22 - - [2025-11-06 01:59:37] "GET /obj-perms HTTP/1.1" 200 5056 0.050456 10.0.0.22 - - [2025-11-06 01:59:37] "GET /obj-perms HTTP/1.1" 200 5056 0.043507 10.0.0.22 - - [2025-11-06 02:00:19] "GET / HTTP/1.1" 200 35931 0.001380 10.0.0.22 - - [2025-11-06 02:00:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000385 10.0.0.22 - - [2025-11-06 02:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.028114 10.0.0.22 - - [2025-11-06 02:00:19] "GET /global-system-config/d39391b5-f88f-41ff-87a5-87ebe8697f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.004846 10.0.0.22 - - [2025-11-06 02:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.22 - - [2025-11-06 02:00:19] "GET /routing-instance/8719538a-bcb9-46c6-b54f-1c9e90384156?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004019 10.0.0.22 - - [2025-11-06 02:00:20] "PUT /global-system-config/d39391b5-f88f-41ff-87a5-87ebe8697f20 HTTP/1.1" 200 274 0.009738 10.0.0.22 - - [2025-11-06 02:00:20] "POST /fqname-to-id HTTP/1.1" 404 218 0.003251 10.0.0.22 - - [2025-11-06 02:00:20] "POST /virtual-routers HTTP/1.1" 200 603 0.016397 10.0.0.22 - - [2025-11-06 02:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.22 - - [2025-11-06 02:00:20] "GET /virtual-router/06842880-9cb7-4180-aff5-a735628d24c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.006125 10.0.0.22 - - [2025-11-06 02:00:20] "POST /fqname-to-id HTTP/1.1" 404 231 0.002953 10.0.0.22 - - [2025-11-06 02:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.22 - - [2025-11-06 02:00:20] "GET /virtual-network/cf97c321-5843-444d-9876-f264f0460b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.005483 10.0.0.22 - - [2025-11-06 02:00:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.055826 10.0.0.22 - - [2025-11-06 02:00:20] "PUT /access-control-list/a2edd1b0-d416-4497-8dd7-62df1dab1af5 HTTP/1.1" 200 272 0.010462 [Introspect:8084]10.0.0.22 - - [2025-11-06 02:00:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000987 [Introspect:8084]10.0.0.22 - - [2025-11-06 02:00:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000965 [Introspect:8084]10.0.0.22 - - [2025-11-06 02:00:29] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000930 [Introspect:8084]10.0.0.22 - - [2025-11-06 02:00:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000914 10.0.0.22 - - [2025-11-06 02:00:37] "GET /obj-perms HTTP/1.1" 200 5056 0.041545 10.0.0.22 - - [2025-11-06 02:00:38] "GET /obj-perms HTTP/1.1" 200 5056 0.045725 10.0.0.22 - - [2025-11-06 02:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.22 - - [2025-11-06 02:00:38] "GET /virtual-router/06842880-9cb7-4180-aff5-a735628d24c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.003045 10.0.0.22 - - [2025-11-06 02:01:24] "GET / HTTP/1.1" 200 35931 0.001227 10.0.0.22 - - [2025-11-06 02:01:25] "GET /project/b3bb1c34-242f-4595-a099-ebbcacbf94b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000456 10.0.0.22 - - [2025-11-06 02:01:25] "GET /projects?obj_uuids=b3bb1c34-242f-4595-a099-ebbcacbf94b8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002765 10.0.0.22 - - [2025-11-06 02:01:25] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001089 10.0.0.22 - - [2025-11-06 02:01:25] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050812 10.0.0.22 - - [2025-11-06 02:01:25] "POST /id-to-fqname HTTP/1.1" 200 167 0.001137 10.0.0.22 - - [2025-11-06 02:01:25] "POST /fqname-to-id HTTP/1.1" 404 176 0.004165 10.0.0.22 - - [2025-11-06 02:01:26] "POST /security-groups HTTP/1.1" 200 568 0.073408 10.0.0.22 - - [2025-11-06 02:01:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.002534 10.0.0.22 - - [2025-11-06 02:01:26] "POST /projects HTTP/1.1" 200 539 0.216596 10.0.0.22 - - [2025-11-06 02:01:26] "POST /access-control-lists HTTP/1.1" 200 573 0.060181 10.0.0.22 - - [2025-11-06 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.288086 10.0.0.22 - - [2025-11-06 02:01:26] "POST /fqname-to-id HTTP/1.1" 404 206 0.002712 10.0.0.22 - - [2025-11-06 02:01:26] "GET /project/b3bb1c34-242f-4595-a099-ebbcacbf94b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.443995 10.0.0.22 - - [2025-11-06 02:01:26] "POST /access-control-lists HTTP/1.1" 200 571 0.060656 [Introspect:8084]10.0.0.22 - - [2025-11-06 02:01:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001023 10.0.0.22 - - [2025-11-06 02:01:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.020155 10.0.0.22 - - [2025-11-06 02:01:27] "GET /projects?obj_uuids=867fdb47-c2e0-46af-a3c7-7f54568ca78c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002617 10.0.0.22 - - [2025-11-06 02:01:27] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000817 10.0.0.22 - - [2025-11-06 02:01:27] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005806 10.0.0.22 - - [2025-11-06 02:01:27] "POST /id-to-fqname HTTP/1.1" 200 201 0.001172 10.0.0.22 - - [2025-11-06 02:01:27] "POST /fqname-to-id HTTP/1.1" 404 210 0.002929 10.0.0.22 - - [2025-11-06 02:01:27] "POST /security-groups HTTP/1.1" 200 602 0.065596 10.0.0.22 - - [2025-11-06 02:01:27] "POST /fqname-to-id HTTP/1.1" 404 245 0.003337 10.0.0.22 - - [2025-11-06 02:01:27] "POST /projects HTTP/1.1" 200 607 0.212991 10.0.0.22 - - [2025-11-06 02:01:27] "POST /access-control-lists HTTP/1.1" 200 607 0.064018 10.0.0.22 - - [2025-11-06 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.281852 10.0.0.22 - - [2025-11-06 02:01:27] "POST /fqname-to-id HTTP/1.1" 404 244 0.002676 10.0.0.22 - - [2025-11-06 02:01:27] "GET /project/867fdb47-c2e0-46af-a3c7-7f54568ca78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.397569 10.0.0.22 - - [2025-11-06 02:01:27] "POST /access-control-lists HTTP/1.1" 200 605 0.069020 10.0.0.22 - - [2025-11-06 02:01:28] "GET / HTTP/1.1" 200 35931 0.002179 10.0.0.22 - - [2025-11-06 02:01:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000405 10.0.0.22 - - [2025-11-06 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.048241 10.0.0.22 - - [2025-11-06 02:01:29] "GET /projects?obj_uuids=867fdb47-c2e0-46af-a3c7-7f54568ca78c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000821 10.0.0.22 - - [2025-11-06 02:01:29] "GET /project/867fdb47-c2e0-46af-a3c7-7f54568ca78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.024859 10.0.0.22 - - [2025-11-06 02:01:29] "POST /neutron/network HTTP/1.1" 200 117 0.078954 10.0.0.22 - - [2025-11-06 02:01:29] "GET /projects?obj_uuids=867fdb47-c2e0-46af-a3c7-7f54568ca78c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000923 10.0.0.22 - - [2025-11-06 02:01:29] "POST /neutron/network HTTP/1.1" 200 620 0.065971 10.0.0.22 - - [2025-11-06 02:01:29] "POST /route-targets HTTP/1.1" 200 327 0.009104 10.0.0.22 - - [2025-11-06 02:01:29] "POST /ref-update HTTP/1.1" 200 156 0.011061 10.0.0.22 - - [2025-11-06 02:01:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002689 10.0.0.22 - - [2025-11-06 02:01:30] "POST /neutron/subnet HTTP/1.1" 200 714 0.210083 10.0.0.22 - - [2025-11-06 02:01:30] "POST /neutron/network HTTP/1.1" 200 837 0.005867 10.0.0.22 - - [2025-11-06 02:01:30] "POST /id-to-fqname HTTP/1.1" 200 233 0.001580 10.0.0.22 - - [2025-11-06 02:01:30] "GET /virtual-network/13a85e49-2c3c-45a3-9b68-b678b4d31e5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004770 10.0.0.22 - - [2025-11-06 02:01:30] "POST /neutron/network HTTP/1.1" 200 837 0.005776 10.0.0.22 - - [2025-11-06 02:01:30] "GET /virtual-network/13a85e49-2c3c-45a3-9b68-b678b4d31e5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005045 10.0.0.22 - - [2025-11-06 02:01:30] "POST /neutron/network HTTP/1.1" 200 837 0.005439 10.0.0.22 - - [2025-11-06 02:01:30] "POST /neutron/subnet HTTP/1.1" 200 714 0.008064 10.0.0.22 - - [2025-11-06 02:01:30] "GET /domains HTTP/1.1" 401 292 0.000369 10.0.0.22 - - [2025-11-06 02:01:30] "GET /domains HTTP/1.1" 200 280 0.023136 10.0.0.22 - - [2025-11-06 02:01:30] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.22 - - [2025-11-06 02:01:30] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2584 0.013321 10.0.0.22 - - [2025-11-06 02:01:30] "GET /projects?obj_uuids=867fdb47-c2e0-46af-a3c7-7f54568ca78c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001096 10.0.0.22 - - [2025-11-06 02:01:30] "GET /project/867fdb47-c2e0-46af-a3c7-7f54568ca78c HTTP/1.1" 200 2168 0.081283 10.0.0.22 - - [2025-11-06 02:01:30] "GET /virtual-network/13a85e49-2c3c-45a3-9b68-b678b4d31e5c HTTP/1.1" 200 2336 0.006179 10.0.0.22 - - [2025-11-06 02:01:30] "GET /virtual-network/13a85e49-2c3c-45a3-9b68-b678b4d31e5c HTTP/1.1" 200 2336 0.004707 10.0.0.22 - - [2025-11-06 02:01:30] "GET /routing-instance/cdf16739-4fe2-4a04-bd83-de6ba8c93d21 HTTP/1.1" 200 1495 0.003220 10.0.0.22 - - [2025-11-06 02:01:30] "GET /routing-instance/cdf16739-4fe2-4a04-bd83-de6ba8c93d21 HTTP/1.1" 200 1495 0.003086 10.0.0.22 - - [2025-11-06 02:01:30] "GET /route-target/e0e0e22e-6a6f-4540-80d8-91fcd74680da HTTP/1.1" 200 1219 0.002701 10.0.0.22 - - [2025-11-06 02:01:30] "GET /virtual-network/13a85e49-2c3c-45a3-9b68-b678b4d31e5c HTTP/1.1" 200 2336 0.004358 10.0.0.22 - - [2025-11-06 02:01:30] "GET /routing-instance/cdf16739-4fe2-4a04-bd83-de6ba8c93d21 HTTP/1.1" 200 1495 0.003099 10.0.0.22 - - [2025-11-06 02:01:30] "GET /virtual-network/13a85e49-2c3c-45a3-9b68-b678b4d31e5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004031 10.0.0.22 - - [2025-11-06 02:01:30] "GET /virtual-network/13a85e49-2c3c-45a3-9b68-b678b4d31e5c HTTP/1.1" 200 2336 0.004235 10.0.0.22 - - [2025-11-06 02:01:30] "GET /routing-instance/cdf16739-4fe2-4a04-bd83-de6ba8c93d21 HTTP/1.1" 200 1495 0.002585 10.0.0.22 - - [2025-11-06 02:01:30] "GET /routing-instance/cdf16739-4fe2-4a04-bd83-de6ba8c93d21 HTTP/1.1" 200 1495 0.002644 10.0.0.22 - - [2025-11-06 02:01:30] "GET /route-target/e0e0e22e-6a6f-4540-80d8-91fcd74680da HTTP/1.1" 200 1219 0.002527 10.0.0.22 - - [2025-11-06 02:01:30] "GET /domains HTTP/1.1" 200 280 0.003583 10.0.0.22 - - [2025-11-06 02:01:30] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000857 10.0.0.22 - - [2025-11-06 02:01:30] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2584 0.006452 10.0.0.22 - - [2025-11-06 02:01:30] "GET /projects?obj_uuids=867fdb47-c2e0-46af-a3c7-7f54568ca78c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000841 10.0.0.22 - - [2025-11-06 02:01:30] "GET /project/867fdb47-c2e0-46af-a3c7-7f54568ca78c HTTP/1.1" 200 2168 0.067278 10.0.0.22 - - [2025-11-06 02:01:30] "GET /virtual-network/13a85e49-2c3c-45a3-9b68-b678b4d31e5c HTTP/1.1" 200 2336 0.004819 10.0.0.22 - - [2025-11-06 02:01:31] "GET /obj-perms HTTP/1.1" 200 5052 0.041145 10.0.0.22 - - [2025-11-06 02:01:31] "POST /id-to-fqname HTTP/1.1" 200 233 0.001570 10.0.0.22 - - [2025-11-06 02:01:32] "POST /neutron/network HTTP/1.1" 200 847 0.005407 10.0.0.22 - - [2025-11-06 02:01:32] "GET /aaa-mode HTTP/1.1" 401 292 0.000355 10.0.0.22 - - [2025-11-06 02:01:32] "GET / HTTP/1.1" 200 35931 0.001452 10.0.0.22 - - [2025-11-06 02:01:32] "GET /project/867fdb47-c2e0-46af-a3c7-7f54568ca78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000356 10.0.0.22 - - [2025-11-06 02:01:33] "GET /projects?obj_uuids=867fdb47-c2e0-46af-a3c7-7f54568ca78c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.022215 10.0.0.22 - - [2025-11-06 02:01:33] "GET /project/867fdb47-c2e0-46af-a3c7-7f54568ca78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.070689 10.0.0.22 - - [2025-11-06 02:01:34] "POST /neutron/network HTTP/1.1" 200 837 0.025498 10.0.0.22 - - [2025-11-06 02:01:34] "POST /neutron/port HTTP/1.1" 200 117 0.005310 10.0.0.22 - - [2025-11-06 02:01:34] "POST /neutron/port HTTP/1.1" 200 117 0.004711 10.0.0.22 - - [2025-11-06 02:01:34] "POST /neutron/port HTTP/1.1" 200 117 0.004722 10.0.0.22 - - [2025-11-06 02:01:34] "DELETE /project/867fdb47c2e046afa3c77f54568ca78c HTTP/1.1" 404 173 0.025201 10.0.0.22 - - [2025-11-06 02:01:34] "DELETE /project/b3bb1c34242f4595a099ebbcacbf94b8 HTTP/1.1" 404 173 0.039147 10.0.0.22 - - [2025-11-06 02:01:35] "POST /neutron/network HTTP/1.1" 200 847 0.007183 10.0.0.22 - - [2025-11-06 02:01:35] "GET /projects?obj_uuids=867fdb47-c2e0-46af-a3c7-7f54568ca78c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000958 10.0.0.22 - - [2025-11-06 02:01:35] "POST /neutron/port HTTP/1.1" 200 1069 0.214907 10.0.0.22 - - [2025-11-06 02:01:35] "POST /neutron/port HTTP/1.1" 200 1069 0.029962 10.0.0.22 - - [2025-11-06 02:01:35] "POST /neutron/port HTTP/1.1" 200 1069 0.007442 10.0.0.22 - - [2025-11-06 02:01:35] "POST /neutron/port HTTP/1.1" 200 1123 0.071717 10.0.0.22 - - [2025-11-06 02:01:35] "POST /neutron/port HTTP/1.1" 200 1097 0.012123 10.0.0.22 - - [2025-11-06 02:01:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003428 10.0.0.22 - - [2025-11-06 02:01:35] "POST /neutron/subnet HTTP/1.1" 200 688 0.006918 10.0.0.22 - - [2025-11-06 02:01:35] "POST /neutron/port HTTP/1.1" 200 117 0.000981 10.0.0.22 - - [2025-11-06 02:01:35] "POST /neutron/network HTTP/1.1" 200 837 0.005386 10.0.0.22 - - [2025-11-06 02:01:38] "GET /obj-perms HTTP/1.1" 200 5056 0.047389 10.0.0.22 - - [2025-11-06 02:01:38] "GET /obj-perms HTTP/1.1" 200 5056 0.046269 10.0.0.22 - - [2025-11-06 02:01:39] "POST /neutron/port HTTP/1.1" 200 1097 0.011272 10.0.0.22 - - [2025-11-06 02:01:39] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007211 10.0.0.22 - - [2025-11-06 02:01:44] "POST /neutron/port HTTP/1.1" 200 1097 0.014665 10.0.0.22 - - [2025-11-06 02:01:44] "POST /neutron/security_group HTTP/1.1" 200 2069 0.005698 10.0.0.22 - - [2025-11-06 02:01:44] "GET /obj-perms HTTP/1.1" 200 5052 0.002887 10.0.0.22 - - [2025-11-06 02:01:45] "GET /obj-perms HTTP/1.1" 200 5052 0.003119 10.0.0.22 - - [2025-11-06 02:01:46] "GET /obj-perms HTTP/1.1" 200 5052 0.002912 10.0.0.22 - - [2025-11-06 02:01:47] "GET /obj-perms HTTP/1.1" 200 5052 0.003318 10.0.0.22 - - [2025-11-06 02:01:48] "GET /obj-perms HTTP/1.1" 200 5052 0.003076 10.0.0.22 - - [2025-11-06 02:01:49] "POST /neutron/network HTTP/1.1" 200 837 0.005883 10.0.0.22 - - [2025-11-06 02:01:49] "POST /neutron/network HTTP/1.1" 400 204 0.019440 10.0.0.22 - - [2025-11-06 02:01:50] "POST /neutron/port HTTP/1.1" 200 1097 0.029947 10.0.0.22 - - [2025-11-06 02:01:50] "POST /neutron/security_group HTTP/1.1" 200 2069 0.005090 10.0.0.22 - - [2025-11-06 02:01:50] "POST /neutron/port HTTP/1.1" 200 1097 0.010711 10.0.0.22 - - [2025-11-06 02:01:50] "POST /neutron/port HTTP/1.1" 200 1123 0.008162 10.0.0.22 - - [2025-11-06 02:01:50] "POST /neutron/port HTTP/1.1" 200 151 0.100713 10.0.0.22 - - [2025-11-06 02:01:51] "POST /neutron/network HTTP/1.1" 200 837 0.005475 10.0.0.22 - - [2025-11-06 02:01:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002779 10.0.0.22 - - [2025-11-06 02:01:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001690 10.0.0.22 - - [2025-11-06 02:01:51] "POST /neutron/network HTTP/1.1" 200 151 0.113220 10.0.0.22 - - [2025-11-06 02:01:51] "GET /routing-instance/cdf16739-4fe2-4a04-bd83-de6ba8c93d21 HTTP/1.1" 404 171 0.010072 10.0.0.22 - - [2025-11-06 02:01:51] "GET /domains HTTP/1.1" 200 280 0.005562 10.0.0.22 - - [2025-11-06 02:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.026381 10.0.0.22 - - [2025-11-06 02:01:51] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.22 - - [2025-11-06 02:01:51] "DELETE /route-target/e0e0e22e-6a6f-4540-80d8-91fcd74680da HTTP/1.1" 200 115 0.019747 10.0.0.22 - - [2025-11-06 02:01:51] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2584 0.059506 10.0.0.22 - - [2025-11-06 02:01:51] "GET /projects?obj_uuids=867fdb47-c2e0-46af-a3c7-7f54568ca78c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001357 10.0.0.22 - - [2025-11-06 02:01:51] "GET /project/867fdb47-c2e0-46af-a3c7-7f54568ca78c HTTP/1.1" 200 1918 0.081749 10.0.0.22 - - [2025-11-06 02:01:52] "GET /projects?obj_uuids=867fdb47-c2e0-46af-a3c7-7f54568ca78c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001006 10.0.0.22 - - [2025-11-06 02:01:52] "GET /project/867fdb47-c2e0-46af-a3c7-7f54568ca78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.025614 10.0.0.22 - - [2025-11-06 02:01:52] "GET /projects?obj_uuids=867fdb47-c2e0-46af-a3c7-7f54568ca78c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000879 10.0.0.22 - - [2025-11-06 02:01:52] "GET /project/867fdb47-c2e0-46af-a3c7-7f54568ca78c?fields=virtual_networks HTTP/1.1" 200 1054 0.068586 10.0.0.22 - - [2025-11-06 02:01:52] "GET /projects?obj_uuids=867fdb47-c2e0-46af-a3c7-7f54568ca78c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000938 10.0.0.22 - - [2025-11-06 02:01:52] "GET /project/867fdb47-c2e0-46af-a3c7-7f54568ca78c?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.036060 10.0.0.22 - - [2025-11-06 02:01:52] "GET /projects?obj_uuids=867fdb47-c2e0-46af-a3c7-7f54568ca78c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000899 10.0.0.22 - - [2025-11-06 02:01:52] "GET /project/867fdb47-c2e0-46af-a3c7-7f54568ca78c?fields=security_groups HTTP/1.1" 200 1291 0.023745 10.0.0.22 - - [2025-11-06 02:01:53] "GET /projects?obj_uuids=b3bb1c34-242f-4595-a099-ebbcacbf94b8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000986 10.0.0.22 - - [2025-11-06 02:01:53] "GET /project/b3bb1c34-242f-4595-a099-ebbcacbf94b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.027320 10.0.0.22 - - [2025-11-06 02:01:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.22 - - [2025-11-06 02:01:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.22 - - [2025-11-06 02:01:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.22 - - [2025-11-06 02:01:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.22 - - [2025-11-06 02:01:56] "GET /projects?obj_uuids=b3bb1c34-242f-4595-a099-ebbcacbf94b8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001027 10.0.0.22 - - [2025-11-06 02:01:56] "GET /project/b3bb1c34-242f-4595-a099-ebbcacbf94b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.025965 10.0.0.22 - - [2025-11-06 02:01:56] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003571 10.0.0.22 - - [2025-11-06 02:01:57] "POST /fqname-to-id HTTP/1.1" 404 200 0.023272 10.0.0.22 - - [2025-11-06 02:01:57] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002594 10.0.0.22 - - [2025-11-06 02:01:57] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000839 10.0.0.22 - - [2025-11-06 02:01:57] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006207 10.0.0.22 - - [2025-11-06 02:01:57] "POST /id-to-fqname HTTP/1.1" 200 202 0.001060 10.0.0.22 - - [2025-11-06 02:01:57] "POST /fqname-to-id HTTP/1.1" 404 211 0.003600 10.0.0.22 - - [2025-11-06 02:01:57] "POST /security-groups HTTP/1.1" 200 603 0.062800 10.0.0.22 - - [2025-11-06 02:01:57] "POST /fqname-to-id HTTP/1.1" 404 246 0.002405 10.0.0.22 - - [2025-11-06 02:01:57] "POST /projects HTTP/1.1" 200 609 0.218622 10.0.0.22 - - [2025-11-06 02:01:57] "POST /access-control-lists HTTP/1.1" 200 608 0.056811 10.0.0.22 - - [2025-11-06 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.291294 10.0.0.22 - - [2025-11-06 02:01:57] "POST /fqname-to-id HTTP/1.1" 404 245 0.002439 10.0.0.22 - - [2025-11-06 02:01:57] "GET /project/1f0b2afb-d586-48df-b9f7-0d61f5206431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.407982 10.0.0.22 - - [2025-11-06 02:01:57] "POST /access-control-lists HTTP/1.1" 200 606 0.056768 10.0.0.22 - - [2025-11-06 02:01:58] "GET / HTTP/1.1" 200 35931 0.002045 10.0.0.22 - - [2025-11-06 02:01:59] "GET /projects?obj_uuids=b3bb1c34-242f-4595-a099-ebbcacbf94b8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001080 10.0.0.22 - - [2025-11-06 02:01:59] "GET /project/b3bb1c34-242f-4595-a099-ebbcacbf94b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.029146 10.0.0.22 - - [2025-11-06 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.22 - - [2025-11-06 02:01:59] "GET /security-group/2227dd8f-4e6a-437c-9f00-f630f487a0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.005690 10.0.0.22 - - [2025-11-06 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.22 - - [2025-11-06 02:02:00] "GET /projects?obj_uuids=b3bb1c34-242f-4595-a099-ebbcacbf94b8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001160 10.0.0.22 - - [2025-11-06 02:02:00] "GET /project/b3bb1c34-242f-4595-a099-ebbcacbf94b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.025784 10.0.0.22 - - [2025-11-06 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.22 - - [2025-11-06 02:02:00] "GET /security-group/2227dd8f-4e6a-437c-9f00-f630f487a0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.003500 10.0.0.22 - - [2025-11-06 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.22 - - [2025-11-06 02:02:00] "PUT /security-group/2227dd8f-4e6a-437c-9f00-f630f487a0cb HTTP/1.1" 200 262 0.027228 10.0.0.22 - - [2025-11-06 02:02:00] "PUT /access-control-list/7a9a2f34-659f-46be-863b-cf6cfeea5c77 HTTP/1.1" 200 272 0.007502 10.0.0.22 - - [2025-11-06 02:02:00] "PUT /access-control-list/4023e3d0-d1d2-4eb7-9cef-a4cb54568cf1 HTTP/1.1" 200 272 0.011161 10.0.0.22 - - [2025-11-06 02:02:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.22 - - [2025-11-06 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.048488 10.0.0.22 - - [2025-11-06 02:02:00] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000885 10.0.0.22 - - [2025-11-06 02:02:00] "GET /project/1f0b2afb-d586-48df-b9f7-0d61f5206431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.031486 10.0.0.22 - - [2025-11-06 02:02:01] "POST /neutron/network HTTP/1.1" 200 117 0.031415 10.0.0.22 - - [2025-11-06 02:02:01] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001065 10.0.0.22 - - [2025-11-06 02:02:01] "POST /neutron/network HTTP/1.1" 200 619 0.059990 10.0.0.22 - - [2025-11-06 02:02:01] "POST /route-targets HTTP/1.1" 200 327 0.016691 10.0.0.22 - - [2025-11-06 02:02:01] "POST /ref-update HTTP/1.1" 200 156 0.010460 10.0.0.22 - - [2025-11-06 02:02:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003252 10.0.0.22 - - [2025-11-06 02:02:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.150051 10.0.0.22 - - [2025-11-06 02:02:01] "POST /neutron/network HTTP/1.1" 200 839 0.005379 10.0.0.22 - - [2025-11-06 02:02:01] "POST /id-to-fqname HTTP/1.1" 200 233 0.001082 10.0.0.22 - - [2025-11-06 02:02:01] "GET /virtual-network/35df6848-8443-4493-80e1-881beacaf945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006021 10.0.0.22 - - [2025-11-06 02:02:01] "POST /neutron/network HTTP/1.1" 200 839 0.023152 10.0.0.22 - - [2025-11-06 02:02:01] "GET /virtual-network/35df6848-8443-4493-80e1-881beacaf945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004858 10.0.0.22 - - [2025-11-06 02:02:01] "POST /neutron/network HTTP/1.1" 200 839 0.005590 10.0.0.22 - - [2025-11-06 02:02:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.005934 10.0.0.22 - - [2025-11-06 02:02:01] "GET /domains HTTP/1.1" 401 292 0.000316 10.0.0.22 - - [2025-11-06 02:02:01] "GET /domains HTTP/1.1" 200 280 0.023216 10.0.0.22 - - [2025-11-06 02:02:01] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000871 10.0.0.22 - - [2025-11-06 02:02:01] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2782 0.007766 10.0.0.22 - - [2025-11-06 02:02:01] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001116 10.0.0.22 - - [2025-11-06 02:02:01] "GET /project/1f0b2afb-d586-48df-b9f7-0d61f5206431 HTTP/1.1" 200 2174 0.069979 10.0.0.22 - - [2025-11-06 02:02:01] "GET /virtual-network/35df6848-8443-4493-80e1-881beacaf945 HTTP/1.1" 200 2342 0.005488 10.0.0.22 - - [2025-11-06 02:02:01] "GET /virtual-network/35df6848-8443-4493-80e1-881beacaf945 HTTP/1.1" 200 2342 0.004506 10.0.0.22 - - [2025-11-06 02:02:01] "GET /routing-instance/756a3925-12cf-434e-91ff-8032119dae7e HTTP/1.1" 200 1491 0.002961 10.0.0.22 - - [2025-11-06 02:02:01] "GET /routing-instance/756a3925-12cf-434e-91ff-8032119dae7e HTTP/1.1" 200 1491 0.004109 10.0.0.22 - - [2025-11-06 02:02:01] "GET /route-target/a40a2a9d-871a-4b44-8f68-7c8984ba8ed6 HTTP/1.1" 200 1219 0.003116 10.0.0.22 - - [2025-11-06 02:02:01] "GET /virtual-network/35df6848-8443-4493-80e1-881beacaf945 HTTP/1.1" 200 2342 0.006356 10.0.0.22 - - [2025-11-06 02:02:01] "GET /routing-instance/756a3925-12cf-434e-91ff-8032119dae7e HTTP/1.1" 200 1491 0.003192 10.0.0.22 - - [2025-11-06 02:02:01] "GET /virtual-network/35df6848-8443-4493-80e1-881beacaf945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006246 10.0.0.22 - - [2025-11-06 02:02:01] "GET /virtual-network/35df6848-8443-4493-80e1-881beacaf945 HTTP/1.1" 200 2342 0.005106 10.0.0.22 - - [2025-11-06 02:02:01] "GET /routing-instance/756a3925-12cf-434e-91ff-8032119dae7e HTTP/1.1" 200 1491 0.003692 10.0.0.22 - - [2025-11-06 02:02:01] "GET /routing-instance/756a3925-12cf-434e-91ff-8032119dae7e HTTP/1.1" 200 1491 0.004156 10.0.0.22 - - [2025-11-06 02:02:01] "GET /route-target/a40a2a9d-871a-4b44-8f68-7c8984ba8ed6 HTTP/1.1" 200 1219 0.003731 10.0.0.22 - - [2025-11-06 02:02:01] "GET /domains HTTP/1.1" 200 280 0.002686 10.0.0.22 - - [2025-11-06 02:02:01] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.22 - - [2025-11-06 02:02:01] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2782 0.008389 10.0.0.22 - - [2025-11-06 02:02:01] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000863 10.0.0.22 - - [2025-11-06 02:02:02] "GET /project/1f0b2afb-d586-48df-b9f7-0d61f5206431 HTTP/1.1" 200 2174 0.070048 10.0.0.22 - - [2025-11-06 02:02:02] "GET /virtual-network/35df6848-8443-4493-80e1-881beacaf945 HTTP/1.1" 200 2342 0.004689 10.0.0.22 - - [2025-11-06 02:02:02] "GET /obj-perms HTTP/1.1" 200 5054 0.052586 10.0.0.22 - - [2025-11-06 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.22 - - [2025-11-06 02:02:02] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001277 10.0.0.22 - - [2025-11-06 02:02:02] "GET /project/1f0b2afb-d586-48df-b9f7-0d61f5206431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.031908 10.0.0.22 - - [2025-11-06 02:02:02] "POST /neutron/network HTTP/1.1" 200 117 0.014365 10.0.0.22 - - [2025-11-06 02:02:02] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001084 10.0.0.22 - - [2025-11-06 02:02:02] "POST /neutron/network HTTP/1.1" 200 619 0.094968 10.0.0.22 - - [2025-11-06 02:02:02] "POST /route-targets HTTP/1.1" 200 327 0.011937 10.0.0.22 - - [2025-11-06 02:02:02] "POST /ref-update HTTP/1.1" 200 156 0.014268 10.0.0.22 - - [2025-11-06 02:02:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004688 10.0.0.22 - - [2025-11-06 02:02:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.169624 10.0.0.22 - - [2025-11-06 02:02:02] "POST /neutron/network HTTP/1.1" 200 839 0.004811 10.0.0.22 - - [2025-11-06 02:02:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.001026 10.0.0.22 - - [2025-11-06 02:02:02] "GET /virtual-network/7395edba-b212-4a30-96ce-fc4aa7345e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004418 10.0.0.22 - - [2025-11-06 02:02:02] "POST /neutron/network HTTP/1.1" 200 839 0.005162 10.0.0.22 - - [2025-11-06 02:02:02] "GET /virtual-network/7395edba-b212-4a30-96ce-fc4aa7345e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005977 10.0.0.22 - - [2025-11-06 02:02:02] "POST /neutron/network HTTP/1.1" 200 839 0.005071 10.0.0.22 - - [2025-11-06 02:02:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.006164 10.0.0.22 - - [2025-11-06 02:02:03] "GET /domains HTTP/1.1" 200 280 0.002364 10.0.0.22 - - [2025-11-06 02:02:03] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001147 10.0.0.22 - - [2025-11-06 02:02:03] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2782 0.006054 10.0.0.22 - - [2025-11-06 02:02:03] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000854 10.0.0.22 - - [2025-11-06 02:02:03] "GET /project/1f0b2afb-d586-48df-b9f7-0d61f5206431 HTTP/1.1" 200 2402 0.064966 10.0.0.22 - - [2025-11-06 02:02:03] "GET /virtual-network/7395edba-b212-4a30-96ce-fc4aa7345e32 HTTP/1.1" 200 2343 0.005376 10.0.0.22 - - [2025-11-06 02:02:03] "GET /virtual-network/7395edba-b212-4a30-96ce-fc4aa7345e32 HTTP/1.1" 200 2343 0.004472 10.0.0.22 - - [2025-11-06 02:02:03] "GET /routing-instance/4b3b2618-fc71-42f9-a5e3-57ad7140ccf6 HTTP/1.1" 200 1491 0.003732 10.0.0.22 - - [2025-11-06 02:02:03] "GET /routing-instance/4b3b2618-fc71-42f9-a5e3-57ad7140ccf6 HTTP/1.1" 200 1491 0.003154 10.0.0.22 - - [2025-11-06 02:02:03] "GET /route-target/c7392467-08e1-41d2-921b-187e34aae724 HTTP/1.1" 200 1219 0.003080 10.0.0.22 - - [2025-11-06 02:02:03] "GET /virtual-network/7395edba-b212-4a30-96ce-fc4aa7345e32 HTTP/1.1" 200 2343 0.004220 10.0.0.22 - - [2025-11-06 02:02:03] "GET /routing-instance/4b3b2618-fc71-42f9-a5e3-57ad7140ccf6 HTTP/1.1" 200 1491 0.002740 10.0.0.22 - - [2025-11-06 02:02:03] "GET /virtual-network/7395edba-b212-4a30-96ce-fc4aa7345e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004359 10.0.0.22 - - [2025-11-06 02:02:03] "GET /virtual-network/7395edba-b212-4a30-96ce-fc4aa7345e32 HTTP/1.1" 200 2343 0.004560 10.0.0.22 - - [2025-11-06 02:02:03] "GET /routing-instance/4b3b2618-fc71-42f9-a5e3-57ad7140ccf6 HTTP/1.1" 200 1491 0.003112 10.0.0.22 - - [2025-11-06 02:02:03] "GET /routing-instance/4b3b2618-fc71-42f9-a5e3-57ad7140ccf6 HTTP/1.1" 200 1491 0.003044 10.0.0.22 - - [2025-11-06 02:02:03] "GET /route-target/c7392467-08e1-41d2-921b-187e34aae724 HTTP/1.1" 200 1219 0.002761 10.0.0.22 - - [2025-11-06 02:02:03] "GET /domains HTTP/1.1" 200 280 0.002661 10.0.0.22 - - [2025-11-06 02:02:03] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000829 10.0.0.22 - - [2025-11-06 02:02:03] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2782 0.005644 10.0.0.22 - - [2025-11-06 02:02:03] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000906 10.0.0.22 - - [2025-11-06 02:02:03] "GET /project/1f0b2afb-d586-48df-b9f7-0d61f5206431 HTTP/1.1" 200 2402 0.066997 10.0.0.22 - - [2025-11-06 02:02:03] "GET /virtual-network/7395edba-b212-4a30-96ce-fc4aa7345e32 HTTP/1.1" 200 2343 0.004358 10.0.0.22 - - [2025-11-06 02:02:03] "GET /obj-perms HTTP/1.1" 200 5054 0.002674 10.0.0.22 - - [2025-11-06 02:02:03] "POST /id-to-fqname HTTP/1.1" 200 233 0.001149 10.0.0.22 - - [2025-11-06 02:02:03] "POST /neutron/network HTTP/1.1" 200 849 0.006175 10.0.0.22 - - [2025-11-06 02:02:03] "GET /aaa-mode HTTP/1.1" 401 292 0.000548 10.0.0.22 - - [2025-11-06 02:02:03] "GET / HTTP/1.1" 200 35931 0.001387 10.0.0.22 - - [2025-11-06 02:02:03] "GET /project/1f0b2afb-d586-48df-b9f7-0d61f5206431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000350 10.0.0.22 - - [2025-11-06 02:02:04] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001012 10.0.0.22 - - [2025-11-06 02:02:04] "GET /project/1f0b2afb-d586-48df-b9f7-0d61f5206431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045490 10.0.0.22 - - [2025-11-06 02:02:04] "POST /neutron/network HTTP/1.1" 200 839 0.004997 10.0.0.22 - - [2025-11-06 02:02:04] "POST /neutron/port HTTP/1.1" 200 117 0.004819 10.0.0.22 - - [2025-11-06 02:02:04] "POST /neutron/port HTTP/1.1" 200 117 0.005547 10.0.0.22 - - [2025-11-06 02:02:04] "POST /id-to-fqname HTTP/1.1" 200 233 0.001176 10.0.0.22 - - [2025-11-06 02:02:04] "POST /neutron/port HTTP/1.1" 200 117 0.005470 10.0.0.22 - - [2025-11-06 02:02:04] "POST /neutron/network HTTP/1.1" 200 849 0.013970 10.0.0.22 - - [2025-11-06 02:02:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000427 10.0.0.22 - - [2025-11-06 02:02:04] "POST /neutron/network HTTP/1.1" 200 849 0.004719 10.0.0.22 - - [2025-11-06 02:02:04] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000926 10.0.0.22 - - [2025-11-06 02:02:04] "GET / HTTP/1.1" 200 35931 0.001562 10.0.0.22 - - [2025-11-06 02:02:04] "GET /project/1f0b2afb-d586-48df-b9f7-0d61f5206431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000371 10.0.0.22 - - [2025-11-06 02:02:04] "POST /neutron/port HTTP/1.1" 200 1073 0.219855 10.0.0.22 - - [2025-11-06 02:02:04] "POST /neutron/port HTTP/1.1" 200 1073 0.008931 10.0.0.22 - - [2025-11-06 02:02:04] "POST /neutron/port HTTP/1.1" 200 1073 0.007207 10.0.0.22 - - [2025-11-06 02:02:05] "POST /neutron/port HTTP/1.1" 200 1127 0.066850 10.0.0.22 - - [2025-11-06 02:02:05] "POST /neutron/port HTTP/1.1" 200 1101 0.010030 10.0.0.22 - - [2025-11-06 02:02:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003500 10.0.0.22 - - [2025-11-06 02:02:05] "POST /neutron/subnet HTTP/1.1" 200 703 0.006061 10.0.0.22 - - [2025-11-06 02:02:05] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.22 - - [2025-11-06 02:02:05] "POST /neutron/network HTTP/1.1" 200 839 0.010830 10.0.0.22 - - [2025-11-06 02:02:05] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000963 10.0.0.22 - - [2025-11-06 02:02:05] "GET /project/1f0b2afb-d586-48df-b9f7-0d61f5206431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.070788 10.0.0.22 - - [2025-11-06 02:02:05] "POST /neutron/network HTTP/1.1" 200 839 0.007150 10.0.0.22 - - [2025-11-06 02:02:05] "POST /neutron/port HTTP/1.1" 200 1101 0.013650 10.0.0.22 - - [2025-11-06 02:02:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008286 10.0.0.22 - - [2025-11-06 02:02:05] "POST /neutron/port HTTP/1.1" 200 117 0.005796 10.0.0.22 - - [2025-11-06 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002429 10.0.0.22 - - [2025-11-06 02:02:05] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000929 10.0.0.22 - - [2025-11-06 02:02:05] "GET /project/1f0b2afb-d586-48df-b9f7-0d61f5206431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.026926 10.0.0.22 - - [2025-11-06 02:02:05] "GET /virtual-network/35df6848-8443-4493-80e1-881beacaf945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005339 10.0.0.22 - - [2025-11-06 02:02:05] "GET /floating-ip-pools?parent_id=35df6848-8443-4493-80e1-881beacaf945&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002692 10.0.0.22 - - [2025-11-06 02:02:05] "GET /virtual-network/35df6848-8443-4493-80e1-881beacaf945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004571 10.0.0.22 - - [2025-11-06 02:02:05] "POST /floating-ip-pools HTTP/1.1" 200 609 0.023240 10.0.0.22 - - [2025-11-06 02:02:05] "POST /neutron/network HTTP/1.1" 200 849 0.009368 10.0.0.22 - - [2025-11-06 02:02:05] "POST /ref-update HTTP/1.1" 200 156 0.016822 10.0.0.22 - - [2025-11-06 02:02:05] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001325 10.0.0.22 - - [2025-11-06 02:02:05] "GET /virtual-network/35df6848-8443-4493-80e1-881beacaf945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.012302 10.0.0.22 - - [2025-11-06 02:02:05] "GET /domains HTTP/1.1" 200 280 0.002673 10.0.0.22 - - [2025-11-06 02:02:05] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001300 10.0.0.22 - - [2025-11-06 02:02:05] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2782 0.012852 10.0.0.22 - - [2025-11-06 02:02:05] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000914 10.0.0.22 - - [2025-11-06 02:02:06] "GET /project/1f0b2afb-d586-48df-b9f7-0d61f5206431 HTTP/1.1" 200 3244 0.126196 10.0.0.22 - - [2025-11-06 02:02:06] "GET /virtual-network/35df6848-8443-4493-80e1-881beacaf945 HTTP/1.1" 200 2933 0.021983 10.0.0.22 - - [2025-11-06 02:02:06] "GET /floating-ip-pool/19bf04e4-d9fa-4691-89a9-a76aebecadfe HTTP/1.1" 200 1440 0.004133 10.0.0.22 - - [2025-11-06 02:02:06] "GET /domains HTTP/1.1" 200 280 0.002569 10.0.0.22 - - [2025-11-06 02:02:06] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001428 10.0.0.22 - - [2025-11-06 02:02:06] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2782 0.009872 10.0.0.22 - - [2025-11-06 02:02:06] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002338 10.0.0.22 - - [2025-11-06 02:02:06] "POST /neutron/port HTTP/1.1" 200 1073 0.364734 10.0.0.22 - - [2025-11-06 02:02:06] "GET /project/1f0b2afb-d586-48df-b9f7-0d61f5206431 HTTP/1.1" 200 3244 0.083212 10.0.0.22 - - [2025-11-06 02:02:06] "GET /virtual-network/35df6848-8443-4493-80e1-881beacaf945 HTTP/1.1" 200 3154 0.015470 10.0.0.22 - - [2025-11-06 02:02:06] "GET /virtual-network/35df6848-8443-4493-80e1-881beacaf945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.009871 10.0.0.22 - - [2025-11-06 02:02:06] "POST /neutron/port HTTP/1.1" 200 1073 0.024721 10.0.0.22 - - [2025-11-06 02:02:06] "POST /neutron/port HTTP/1.1" 200 1073 0.009116 10.0.0.22 - - [2025-11-06 02:02:06] "POST /neutron/port HTTP/1.1" 200 1101 0.013988 10.0.0.22 - - [2025-11-06 02:02:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.017401 10.0.0.22 - - [2025-11-06 02:02:06] "POST /neutron/port HTTP/1.1" 200 1127 0.080623 10.0.0.22 - - [2025-11-06 02:02:06] "POST /neutron/port HTTP/1.1" 200 1101 0.009917 10.0.0.22 - - [2025-11-06 02:02:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003252 10.0.0.22 - - [2025-11-06 02:02:06] "POST /neutron/subnet HTTP/1.1" 200 703 0.008469 10.0.0.22 - - [2025-11-06 02:02:06] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.22 - - [2025-11-06 02:02:06] "POST /neutron/network HTTP/1.1" 200 839 0.005875 10.0.0.22 - - [2025-11-06 02:02:11] "POST /neutron/port HTTP/1.1" 200 1101 0.009718 10.0.0.22 - - [2025-11-06 02:02:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005448 10.0.0.22 - - [2025-11-06 02:02:11] "POST /neutron/port HTTP/1.1" 200 1101 0.011555 10.0.0.22 - - [2025-11-06 02:02:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006493 10.0.0.22 - - [2025-11-06 02:02:11] "POST /neutron/port HTTP/1.1" 200 1101 0.010378 10.0.0.22 - - [2025-11-06 02:02:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005275 10.0.0.22 - - [2025-11-06 02:02:11] "GET /virtual-machine/e6916302-46b9-4693-8947-7c0cdbaf3480 HTTP/1.1" 200 1304 0.004052 10.0.0.22 - - [2025-11-06 02:02:11] "GET /virtual-machine-interface/af717e58-25b2-45b5-bb4a-7158161bf2b2 HTTP/1.1" 200 3005 0.004140 10.0.0.22 - - [2025-11-06 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.22 - - [2025-11-06 02:02:11] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003137 10.0.0.22 - - [2025-11-06 02:02:11] "GET /virtual-networks?parent_id=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003023 10.0.0.22 - - [2025-11-06 02:02:11] "GET /virtual-network/7395edba-b212-4a30-96ce-fc4aa7345e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004585 10.0.0.22 - - [2025-11-06 02:02:13] "POST /neutron/port HTTP/1.1" 200 1101 0.011203 10.0.0.22 - - [2025-11-06 02:02:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004957 10.0.0.22 - - [2025-11-06 02:02:14] "POST /neutron/port HTTP/1.1" 200 1101 0.013017 10.0.0.22 - - [2025-11-06 02:02:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004884 10.0.0.22 - - [2025-11-06 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.22 - - [2025-11-06 02:02:14] "GET /virtual-network/7395edba-b212-4a30-96ce-fc4aa7345e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004755 10.0.0.22 - - [2025-11-06 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.22 - - [2025-11-06 02:02:16] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003777 10.0.0.22 - - [2025-11-06 02:02:16] "GET /virtual-networks?parent_id=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002728 10.0.0.22 - - [2025-11-06 02:02:16] "GET /virtual-network/7395edba-b212-4a30-96ce-fc4aa7345e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004644 10.0.0.22 - - [2025-11-06 02:02:17] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.22 - - [2025-11-06 02:02:17] "POST /neutron/floatingip HTTP/1.1" 200 531 0.073433 10.0.0.22 - - [2025-11-06 02:02:17] "POST /neutron/port HTTP/1.1" 200 1101 0.009785 10.0.0.22 - - [2025-11-06 02:02:17] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005689 10.0.0.22 - - [2025-11-06 02:02:17] "POST /neutron/floatingip HTTP/1.1" 200 579 0.028060 10.0.0.22 - - [2025-11-06 02:02:17] "POST /neutron/port HTTP/1.1" 200 1101 0.009985 10.0.0.22 - - [2025-11-06 02:02:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011188 10.0.0.22 - - [2025-11-06 02:02:17] "POST /neutron/port HTTP/1.1" 200 1101 0.010892 10.0.0.22 - - [2025-11-06 02:02:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004651 10.0.0.22 - - [2025-11-06 02:02:17] "POST /neutron/port HTTP/1.1" 200 1101 0.010235 10.0.0.22 - - [2025-11-06 02:02:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005844 10.0.0.22 - - [2025-11-06 02:02:17] "GET /virtual-machine/9259157b-44b6-4851-ba6f-8e2e329466fa HTTP/1.1" 200 1305 0.003817 10.0.0.22 - - [2025-11-06 02:02:17] "GET /virtual-machine-interface/24790f4b-0dd9-4b3b-9751-b5f9af02323d HTTP/1.1" 200 3004 0.004064 10.0.0.22 - - [2025-11-06 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002292 10.0.0.22 - - [2025-11-06 02:02:17] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002535 10.0.0.22 - - [2025-11-06 02:02:17] "GET /virtual-networks?parent_id=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002550 10.0.0.22 - - [2025-11-06 02:02:17] "GET /virtual-network/35df6848-8443-4493-80e1-881beacaf945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004721 10.0.0.22 - - [2025-11-06 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.22 - - [2025-11-06 02:02:18] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002937 10.0.0.22 - - [2025-11-06 02:02:18] "GET /virtual-networks?parent_id=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002506 10.0.0.22 - - [2025-11-06 02:02:18] "GET /virtual-network/35df6848-8443-4493-80e1-881beacaf945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004741 10.0.0.22 - - [2025-11-06 02:02:18] "POST /neutron/floatingip HTTP/1.1" 200 579 0.007889 10.0.0.22 - - [2025-11-06 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001950 10.0.0.22 - - [2025-11-06 02:02:18] "GET /routing-instance/756a3925-12cf-434e-91ff-8032119dae7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.002534 10.0.0.22 - - [2025-11-06 02:02:18] "GET /route-target/a40a2a9d-871a-4b44-8f68-7c8984ba8ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003125 10.0.0.22 - - [2025-11-06 02:02:18] "GET /floating-ip/da78c617-2ef7-4d6d-bc83-08562348d239 HTTP/1.1" 200 1892 0.004726 10.0.0.22 - - [2025-11-06 02:02:21] "POST /neutron/floatingip HTTP/1.1" 200 579 0.008908 10.0.0.22 - - [2025-11-06 02:02:21] "POST /neutron/floatingip HTTP/1.1" 200 531 0.015244 10.0.0.22 - - [2025-11-06 02:02:21] "POST /neutron/floatingip HTTP/1.1" 200 531 0.004905 10.0.0.22 - - [2025-11-06 02:02:21] "POST /neutron/floatingip HTTP/1.1" 200 115 0.032184 10.0.0.22 - - [2025-11-06 02:02:21] "GET /floating-ip-pool/19bf04e4-d9fa-4691-89a9-a76aebecadfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.002785 10.0.0.22 - - [2025-11-06 02:02:21] "POST /ref-update HTTP/1.1" 200 156 0.007679 10.0.0.22 - - [2025-11-06 02:02:21] "DELETE /floating-ip-pool/19bf04e4-d9fa-4691-89a9-a76aebecadfe HTTP/1.1" 200 115 0.017934 10.0.0.22 - - [2025-11-06 02:02:21] "POST /neutron/network HTTP/1.1" 200 839 0.005906 10.0.0.22 - - [2025-11-06 02:02:21] "POST /neutron/network HTTP/1.1" 400 204 0.009823 10.0.0.22 - - [2025-11-06 02:02:22] "POST /neutron/port HTTP/1.1" 200 1101 0.010804 10.0.0.22 - - [2025-11-06 02:02:22] "POST /neutron/port HTTP/1.1" 200 1127 0.009872 10.0.0.22 - - [2025-11-06 02:02:22] "POST /neutron/port HTTP/1.1" 200 1101 0.010958 10.0.0.22 - - [2025-11-06 02:02:22] "POST /neutron/port HTTP/1.1" 200 1127 0.009409 10.0.0.22 - - [2025-11-06 02:02:22] "POST /neutron/port HTTP/1.1" 200 151 0.130989 10.0.0.22 - - [2025-11-06 02:02:22] "POST /neutron/port HTTP/1.1" 200 151 0.116757 10.0.0.22 - - [2025-11-06 02:02:23] "POST /neutron/network HTTP/1.1" 200 839 0.005144 10.0.0.22 - - [2025-11-06 02:02:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002909 10.0.0.22 - - [2025-11-06 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.22 - - [2025-11-06 02:02:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002635 10.0.0.22 - - [2025-11-06 02:02:24] "POST /neutron/network HTTP/1.1" 200 151 0.073162 10.0.0.22 - - [2025-11-06 02:02:24] "GET /routing-instance/4b3b2618-fc71-42f9-a5e3-57ad7140ccf6 HTTP/1.1" 404 171 0.002759 10.0.0.22 - - [2025-11-06 02:02:24] "GET /domains HTTP/1.1" 200 280 0.004740 10.0.0.22 - - [2025-11-06 02:02:24] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002921 10.0.0.22 - - [2025-11-06 02:02:24] "DELETE /route-target/c7392467-08e1-41d2-921b-187e34aae724 HTTP/1.1" 200 115 0.032211 10.0.0.22 - - [2025-11-06 02:02:24] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2782 0.049768 10.0.0.22 - - [2025-11-06 02:02:24] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000932 10.0.0.22 - - [2025-11-06 02:02:24] "GET /project/1f0b2afb-d586-48df-b9f7-0d61f5206431 HTTP/1.1" 200 2174 0.068183 10.0.0.22 - - [2025-11-06 02:02:24] "POST /neutron/network HTTP/1.1" 200 839 0.005805 10.0.0.22 - - [2025-11-06 02:02:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002517 10.0.0.22 - - [2025-11-06 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.22 - - [2025-11-06 02:02:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001409 10.0.0.22 - - [2025-11-06 02:02:24] "POST /neutron/network HTTP/1.1" 200 151 0.083659 10.0.0.22 - - [2025-11-06 02:02:24] "GET /routing-instance/756a3925-12cf-434e-91ff-8032119dae7e HTTP/1.1" 404 171 0.004486 10.0.0.22 - - [2025-11-06 02:02:24] "DELETE /route-target/a40a2a9d-871a-4b44-8f68-7c8984ba8ed6 HTTP/1.1" 200 115 0.020450 10.0.0.22 - - [2025-11-06 02:02:24] "GET /domains HTTP/1.1" 200 280 0.002726 10.0.0.22 - - [2025-11-06 02:02:24] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.22 - - [2025-11-06 02:02:24] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2782 0.047788 10.0.0.22 - - [2025-11-06 02:02:24] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000822 10.0.0.22 - - [2025-11-06 02:02:24] "GET /project/1f0b2afb-d586-48df-b9f7-0d61f5206431 HTTP/1.1" 200 1924 0.065827 10.0.0.22 - - [2025-11-06 02:02:24] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000864 10.0.0.22 - - [2025-11-06 02:02:24] "GET /project/1f0b2afb-d586-48df-b9f7-0d61f5206431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.023020 10.0.0.22 - - [2025-11-06 02:02:24] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000880 10.0.0.22 - - [2025-11-06 02:02:24] "GET /project/1f0b2afb-d586-48df-b9f7-0d61f5206431?fields=virtual_networks HTTP/1.1" 200 1056 0.063089 10.0.0.22 - - [2025-11-06 02:02:24] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000922 10.0.0.22 - - [2025-11-06 02:02:24] "GET /project/1f0b2afb-d586-48df-b9f7-0d61f5206431?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.023531 10.0.0.22 - - [2025-11-06 02:02:24] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000885 10.0.0.22 - - [2025-11-06 02:02:24] "GET /project/1f0b2afb-d586-48df-b9f7-0d61f5206431?fields=security_groups HTTP/1.1" 200 1294 0.023134 10.0.0.22 - - [2025-11-06 02:02:25] "POST /fqname-to-id HTTP/1.1" 404 183 0.020187 10.0.0.22 - - [2025-11-06 02:02:25] "GET /projects?obj_uuids=cfd3ab8d-14f5-4d76-8cf6-55e75ef6d995&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002073 10.0.0.22 - - [2025-11-06 02:02:25] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000830 10.0.0.22 - - [2025-11-06 02:02:25] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005788 10.0.0.22 - - [2025-11-06 02:02:25] "POST /id-to-fqname HTTP/1.1" 200 185 0.001183 10.0.0.22 - - [2025-11-06 02:02:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.003426 10.0.0.22 - - [2025-11-06 02:02:25] "POST /security-groups HTTP/1.1" 200 586 0.061921 10.0.0.22 - - [2025-11-06 02:02:25] "POST /fqname-to-id HTTP/1.1" 404 229 0.002203 10.0.0.22 - - [2025-11-06 02:02:26] "POST /projects HTTP/1.1" 200 575 0.201859 10.0.0.22 - - [2025-11-06 02:02:26] "POST /access-control-lists HTTP/1.1" 200 591 0.057438 10.0.0.22 - - [2025-11-06 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.271290 10.0.0.22 - - [2025-11-06 02:02:26] "POST /fqname-to-id HTTP/1.1" 404 228 0.002526 10.0.0.22 - - [2025-11-06 02:02:26] "GET /project/cfd3ab8d-14f5-4d76-8cf6-55e75ef6d995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.393935 10.0.0.22 - - [2025-11-06 02:02:26] "POST /access-control-lists HTTP/1.1" 200 589 0.059952 10.0.0.22 - - [2025-11-06 02:02:27] "GET / HTTP/1.1" 200 35931 0.001765 10.0.0.22 - - [2025-11-06 02:02:28] "GET /projects?obj_uuids=cfd3ab8d-14f5-4d76-8cf6-55e75ef6d995&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000975 10.0.0.22 - - [2025-11-06 02:02:28] "GET /project/cfd3ab8d-14f5-4d76-8cf6-55e75ef6d995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.027668 10.0.0.22 - - [2025-11-06 02:02:28] "GET /projects?obj_uuids=cfd3ab8d-14f5-4d76-8cf6-55e75ef6d995&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000849 10.0.0.22 - - [2025-11-06 02:02:28] "GET /project/cfd3ab8d-14f5-4d76-8cf6-55e75ef6d995?fields=virtual_networks HTTP/1.1" 200 1023 0.067055 10.0.0.22 - - [2025-11-06 02:02:28] "GET /projects?obj_uuids=cfd3ab8d-14f5-4d76-8cf6-55e75ef6d995&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000883 10.0.0.22 - - [2025-11-06 02:02:28] "GET /project/cfd3ab8d-14f5-4d76-8cf6-55e75ef6d995?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.018862 10.0.0.22 - - [2025-11-06 02:02:28] "GET /projects?obj_uuids=cfd3ab8d-14f5-4d76-8cf6-55e75ef6d995&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001324 10.0.0.22 - - [2025-11-06 02:02:28] "GET /project/cfd3ab8d-14f5-4d76-8cf6-55e75ef6d995?fields=security_groups HTTP/1.1" 200 1244 0.030309 10.0.0.22 - - [2025-11-06 02:02:29] "POST /fqname-to-id HTTP/1.1" 404 183 0.022337 10.0.0.22 - - [2025-11-06 02:02:29] "GET /projects?obj_uuids=51d9c018-2f48-4612-9a98-576e441415f4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001947 10.0.0.22 - - [2025-11-06 02:02:29] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000806 10.0.0.22 - - [2025-11-06 02:02:29] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005732 10.0.0.22 - - [2025-11-06 02:02:29] "POST /id-to-fqname HTTP/1.1" 200 185 0.001350 10.0.0.22 - - [2025-11-06 02:02:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.001728 10.0.0.22 - - [2025-11-06 02:02:29] "POST /security-groups HTTP/1.1" 200 586 0.060887 10.0.0.22 - - [2025-11-06 02:02:29] "POST /fqname-to-id HTTP/1.1" 404 229 0.002460 10.0.0.22 - - [2025-11-06 02:02:29] "POST /projects HTTP/1.1" 200 575 0.198892 10.0.0.22 - - [2025-11-06 02:02:29] "POST /access-control-lists HTTP/1.1" 200 591 0.055571 10.0.0.22 - - [2025-11-06 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.268452 10.0.0.22 - - [2025-11-06 02:02:29] "POST /fqname-to-id HTTP/1.1" 404 228 0.002310 10.0.0.22 - - [2025-11-06 02:02:29] "GET /project/51d9c018-2f48-4612-9a98-576e441415f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.376409 10.0.0.22 - - [2025-11-06 02:02:29] "POST /access-control-lists HTTP/1.1" 200 589 0.057015 10.0.0.22 - - [2025-11-06 02:02:30] "GET / HTTP/1.1" 200 35931 0.001885 10.0.0.22 - - [2025-11-06 02:02:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.002450 10.0.0.22 - - [2025-11-06 02:02:31] "GET /projects?obj_uuids=b3bb1c34-242f-4595-a099-ebbcacbf94b8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000887 10.0.0.22 - - [2025-11-06 02:02:31] "POST /fqname-to-id HTTP/1.1" 404 228 0.002156 10.0.0.22 - - [2025-11-06 02:02:31] "POST /access-control-lists HTTP/1.1" 200 590 0.015675 10.0.0.22 - - [2025-11-06 02:02:31] "POST /fqname-to-id HTTP/1.1" 404 227 0.016520 10.0.0.22 - - [2025-11-06 02:02:31] "POST /access-control-lists HTTP/1.1" 200 588 0.021848 10.0.0.22 - - [2025-11-06 02:02:31] "PUT /access-control-list/ac1ac16f-35bf-4585-bf49-4e025c159d85 HTTP/1.1" 200 272 0.007575 10.0.0.22 - - [2025-11-06 02:02:31] "PUT /access-control-list/73d7a413-8d47-4482-beb7-715ec6ff190e HTTP/1.1" 200 272 0.008693 10.0.0.22 - - [2025-11-06 02:02:31] "POST /neutron/security_group HTTP/1.1" 200 1364 0.354243 10.0.0.22 - - [2025-11-06 02:02:31] "GET /projects?obj_uuids=b3bb1c34-242f-4595-a099-ebbcacbf94b8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000903 10.0.0.22 - - [2025-11-06 02:02:31] "PUT /access-control-list/73d7a413-8d47-4482-beb7-715ec6ff190e HTTP/1.1" 200 272 0.008081 10.0.0.22 - - [2025-11-06 02:02:31] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.034948 10.0.0.22 - - [2025-11-06 02:02:31] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010056 10.0.0.22 - - [2025-11-06 02:02:31] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.121189 10.0.0.22 - - [2025-11-06 02:02:31] "PUT /access-control-list/73d7a413-8d47-4482-beb7-715ec6ff190e HTTP/1.1" 200 272 0.009640 10.0.0.22 - - [2025-11-06 02:02:31] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008151 10.0.0.22 - - [2025-11-06 02:02:31] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.127937 10.0.0.22 - - [2025-11-06 02:02:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.001959 10.0.0.22 - - [2025-11-06 02:02:31] "PUT /access-control-list/73d7a413-8d47-4482-beb7-715ec6ff190e HTTP/1.1" 200 272 0.008718 10.0.0.22 - - [2025-11-06 02:02:31] "GET /projects?obj_uuids=b3bb1c34-242f-4595-a099-ebbcacbf94b8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000896 10.0.0.22 - - [2025-11-06 02:02:32] "POST /fqname-to-id HTTP/1.1" 404 228 0.003410 10.0.0.22 - - [2025-11-06 02:02:32] "POST /access-control-lists HTTP/1.1" 200 590 0.014322 10.0.0.22 - - [2025-11-06 02:02:32] "POST /fqname-to-id HTTP/1.1" 404 227 0.002360 10.0.0.22 - - [2025-11-06 02:02:32] "POST /access-control-lists HTTP/1.1" 200 588 0.015357 10.0.0.22 - - [2025-11-06 02:02:32] "PUT /access-control-list/52e0decc-7dbe-4ad1-bee2-58a7c8059dd2 HTTP/1.1" 200 272 0.007092 10.0.0.22 - - [2025-11-06 02:02:32] "PUT /access-control-list/bf5a1f04-3451-4cc3-8247-614028a41dcf HTTP/1.1" 200 272 0.008637 10.0.0.22 - - [2025-11-06 02:02:32] "POST /neutron/security_group HTTP/1.1" 200 1364 0.318292 10.0.0.22 - - [2025-11-06 02:02:32] "GET /projects?obj_uuids=b3bb1c34-242f-4595-a099-ebbcacbf94b8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000878 10.0.0.22 - - [2025-11-06 02:02:32] "PUT /access-control-list/bf5a1f04-3451-4cc3-8247-614028a41dcf HTTP/1.1" 200 272 0.013710 10.0.0.22 - - [2025-11-06 02:02:32] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.044097 10.0.0.22 - - [2025-11-06 02:02:32] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.014720 10.0.0.22 - - [2025-11-06 02:02:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.155494 10.0.0.22 - - [2025-11-06 02:02:32] "PUT /access-control-list/bf5a1f04-3451-4cc3-8247-614028a41dcf HTTP/1.1" 200 272 0.009341 10.0.0.22 - - [2025-11-06 02:02:32] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012900 10.0.0.22 - - [2025-11-06 02:02:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.132360 10.0.0.22 - - [2025-11-06 02:02:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000462 10.0.0.22 - - [2025-11-06 02:02:32] "PUT /access-control-list/bf5a1f04-3451-4cc3-8247-614028a41dcf HTTP/1.1" 200 272 0.010184 10.0.0.22 - - [2025-11-06 02:02:33] "POST /fqname-to-id HTTP/1.1" 404 210 0.023404 10.0.0.22 - - [2025-11-06 02:02:33] "GET /projects?obj_uuids=51d9c018-2f48-4612-9a98-576e441415f4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001045 10.0.0.22 - - [2025-11-06 02:02:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.002446 10.0.0.22 - - [2025-11-06 02:02:33] "POST /access-control-lists HTTP/1.1" 200 607 0.013653 10.0.0.22 - - [2025-11-06 02:02:33] "POST /fqname-to-id HTTP/1.1" 404 244 0.002349 10.0.0.22 - - [2025-11-06 02:02:33] "POST /access-control-lists HTTP/1.1" 200 605 0.016693 10.0.0.22 - - [2025-11-06 02:02:33] "PUT /access-control-list/26218f28-9c1b-4714-a185-f04015cc18b8 HTTP/1.1" 200 272 0.011154 10.0.0.22 - - [2025-11-06 02:02:33] "PUT /access-control-list/06c4803a-591e-4c2a-a3eb-1b72627cef0e HTTP/1.1" 200 272 0.008329 10.0.0.22 - - [2025-11-06 02:02:33] "POST /neutron/security_group HTTP/1.1" 200 1379 0.393342 10.0.0.22 - - [2025-11-06 02:02:33] "PUT /access-control-list/06c4803a-591e-4c2a-a3eb-1b72627cef0e HTTP/1.1" 200 272 0.012215 10.0.0.22 - - [2025-11-06 02:02:33] "GET /projects?obj_uuids=51d9c018-2f48-4612-9a98-576e441415f4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001062 10.0.0.22 - - [2025-11-06 02:02:33] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.029530 10.0.0.22 - - [2025-11-06 02:02:33] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010027 10.0.0.22 - - [2025-11-06 02:02:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.156792 10.0.0.22 - - [2025-11-06 02:02:33] "PUT /access-control-list/06c4803a-591e-4c2a-a3eb-1b72627cef0e HTTP/1.1" 200 272 0.013188 10.0.0.22 - - [2025-11-06 02:02:33] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014677 10.0.0.22 - - [2025-11-06 02:02:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.122338 10.0.0.22 - - [2025-11-06 02:02:33] "POST /fqname-to-id HTTP/1.1" 404 210 0.002037 10.0.0.22 - - [2025-11-06 02:02:33] "PUT /access-control-list/06c4803a-591e-4c2a-a3eb-1b72627cef0e HTTP/1.1" 200 272 0.008181 10.0.0.22 - - [2025-11-06 02:02:33] "GET /projects?obj_uuids=51d9c018-2f48-4612-9a98-576e441415f4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000954 10.0.0.22 - - [2025-11-06 02:02:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.002632 10.0.0.22 - - [2025-11-06 02:02:33] "POST /access-control-lists HTTP/1.1" 200 607 0.014309 10.0.0.22 - - [2025-11-06 02:02:33] "POST /fqname-to-id HTTP/1.1" 404 244 0.002412 10.0.0.22 - - [2025-11-06 02:02:33] "POST /access-control-lists HTTP/1.1" 200 605 0.014449 10.0.0.22 - - [2025-11-06 02:02:34] "PUT /access-control-list/73d96ad7-7490-45fb-a630-a833a43371e7 HTTP/1.1" 200 272 0.007506 10.0.0.22 - - [2025-11-06 02:02:34] "PUT /access-control-list/89b06095-9406-4c11-b87f-8023f83796d3 HTTP/1.1" 200 272 0.008315 10.0.0.22 - - [2025-11-06 02:02:34] "POST /neutron/security_group HTTP/1.1" 200 1379 0.319336 10.0.0.22 - - [2025-11-06 02:02:34] "GET /projects?obj_uuids=51d9c018-2f48-4612-9a98-576e441415f4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000917 10.0.0.22 - - [2025-11-06 02:02:34] "PUT /access-control-list/89b06095-9406-4c11-b87f-8023f83796d3 HTTP/1.1" 200 272 0.009759 10.0.0.22 - - [2025-11-06 02:02:34] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.033315 10.0.0.22 - - [2025-11-06 02:02:34] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007711 10.0.0.22 - - [2025-11-06 02:02:34] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.120884 10.0.0.22 - - [2025-11-06 02:02:34] "PUT /access-control-list/89b06095-9406-4c11-b87f-8023f83796d3 HTTP/1.1" 200 272 0.012580 10.0.0.22 - - [2025-11-06 02:02:34] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014922 10.0.0.22 - - [2025-11-06 02:02:34] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.125612 10.0.0.22 - - [2025-11-06 02:02:34] "PUT /access-control-list/89b06095-9406-4c11-b87f-8023f83796d3 HTTP/1.1" 200 272 0.007251 10.0.0.22 - - [2025-11-06 02:02:34] "DELETE /project/51d9c0182f4846129a98576e441415f4 HTTP/1.1" 404 173 0.017425 10.0.0.22 - - [2025-11-06 02:02:34] "DELETE /project/cfd3ab8d14f54d768cf655e75ef6d995 HTTP/1.1" 404 173 0.010538 10.0.0.22 - - [2025-11-06 02:02:34] "DELETE /project/1f0b2afbd58648dfb9f70d61f5206431 HTTP/1.1" 404 173 0.008430 10.0.0.22 - - [2025-11-06 02:02:34] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000875 10.0.0.22 - - [2025-11-06 02:02:34] "GET /projects?obj_uuids=cfd3ab8d-14f5-4d76-8cf6-55e75ef6d995&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000812 10.0.0.22 - - [2025-11-06 02:02:34] "GET /projects?obj_uuids=867fdb47-c2e0-46af-a3c7-7f54568ca78c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000701 10.0.0.22 - - [2025-11-06 02:02:34] "GET /projects?obj_uuids=b3bb1c34-242f-4595-a099-ebbcacbf94b8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001111 10.0.0.22 - - [2025-11-06 02:02:34] "GET /project/867fdb47-c2e0-46af-a3c7-7f54568ca78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.039877 10.0.0.22 - - [2025-11-06 02:02:34] "GET /project/1f0b2afb-d586-48df-b9f7-0d61f5206431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.050178 10.0.0.22 - - [2025-11-06 02:02:34] "GET /project/cfd3ab8d-14f5-4d76-8cf6-55e75ef6d995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.054272 10.0.0.22 - - [2025-11-06 02:02:34] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001109 10.0.0.22 - - [2025-11-06 02:02:34] "GET /projects?obj_uuids=867fdb47-c2e0-46af-a3c7-7f54568ca78c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000758 10.0.0.22 - - [2025-11-06 02:02:34] "GET /projects?obj_uuids=cfd3ab8d-14f5-4d76-8cf6-55e75ef6d995&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000734 10.0.0.22 - - [2025-11-06 02:02:34] "GET /project/867fdb47-c2e0-46af-a3c7-7f54568ca78c?fields=security_groups HTTP/1.1" 200 1396 0.053113 10.0.0.22 - - [2025-11-06 02:02:34] "GET /project/1f0b2afb-d586-48df-b9f7-0d61f5206431?fields=security_groups HTTP/1.1" 200 1399 0.055425 10.0.0.22 - - [2025-11-06 02:02:34] "GET /project/cfd3ab8d-14f5-4d76-8cf6-55e75ef6d995?fields=security_groups HTTP/1.1" 200 1349 0.058422 10.0.0.22 - - [2025-11-06 02:02:34] "POST /neutron/router HTTP/1.1" 200 541 0.141333 10.0.0.22 - - [2025-11-06 02:02:34] "POST /neutron/router HTTP/1.1" 200 541 0.005271 10.0.0.22 - - [2025-11-06 02:02:34] "POST /route-targets HTTP/1.1" 200 327 0.026060 10.0.0.22 - - [2025-11-06 02:02:34] "POST /neutron/router HTTP/1.1" 200 541 0.005328 10.0.0.22 - - [2025-11-06 02:02:34] "POST /neutron/router HTTP/1.1" 200 541 0.002981 10.0.0.22 - - [2025-11-06 02:02:34] "PUT /logical-router/d203bee0-a0b2-44fe-b467-d896de4581df HTTP/1.1" 200 262 0.031533 10.0.0.22 - - [2025-11-06 02:02:34] "POST /neutron/router HTTP/1.1" 200 541 0.013422 10.0.0.22 - - [2025-11-06 02:02:34] "DELETE /security-group/319014fb-20d2-4957-8204-9e0d8516fcc9 HTTP/1.1" 200 115 0.088895 10.0.0.22 - - [2025-11-06 02:02:34] "POST /neutron/router HTTP/1.1" 200 541 0.005173 10.0.0.22 - - [2025-11-06 02:02:34] "GET /projects?obj_uuids=867fdb47-c2e0-46af-a3c7-7f54568ca78c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000890 10.0.0.22 - - [2025-11-06 02:02:34] "DELETE /security-group/18afa7bf-0e8d-4e7a-a066-f34daf53c14e HTTP/1.1" 200 115 0.092391 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.005768 10.0.0.22 - - [2025-11-06 02:02:35] "GET /projects?obj_uuids=1f0b2afb-d586-48df-b9f7-0d61f5206431&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000828 10.0.0.22 - - [2025-11-06 02:02:35] "DELETE /security-group/762b3560-5730-4204-8d0a-4076f1e877f2 HTTP/1.1" 200 115 0.101049 10.0.0.22 - - [2025-11-06 02:02:35] "GET /projects?obj_uuids=cfd3ab8d-14f5-4d76-8cf6-55e75ef6d995&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000895 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.003269 10.0.0.22 - - [2025-11-06 02:02:35] "GET /project/867fdb47-c2e0-46af-a3c7-7f54568ca78c?fields=application_policy_sets HTTP/1.1" 200 1435 0.048252 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.002898 10.0.0.22 - - [2025-11-06 02:02:35] "GET /project/cfd3ab8d-14f5-4d76-8cf6-55e75ef6d995?fields=application_policy_sets HTTP/1.1" 200 1388 0.046870 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.008398 10.0.0.22 - - [2025-11-06 02:02:35] "DELETE /access-control-list/297c49dd-57cb-4f9b-a36c-5d9bfed5b78b HTTP/1.1" 200 115 0.056020 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.010726 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.003015 10.0.0.22 - - [2025-11-06 02:02:35] "GET /project/1f0b2afb-d586-48df-b9f7-0d61f5206431?fields=application_policy_sets HTTP/1.1" 200 1438 0.099655 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.004310 10.0.0.22 - - [2025-11-06 02:02:35] "DELETE /access-control-list/3e23942d-8717-4dd9-87ec-a2f58cd596b4 HTTP/1.1" 200 115 0.055470 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.003881 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.003803 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.003535 10.0.0.22 - - [2025-11-06 02:02:35] "DELETE /access-control-list/c119d904-c029-4189-8147-a5f17d6c75eb HTTP/1.1" 200 115 0.041128 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.009233 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.005293 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.005289 10.0.0.22 - - [2025-11-06 02:02:35] "DELETE /access-control-list/01ad1276-1533-4dd5-8c58-5271ac895bf8 HTTP/1.1" 200 115 0.060491 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.004169 10.0.0.22 - - [2025-11-06 02:02:35] "DELETE /project/867fdb47-c2e0-46af-a3c7-7f54568ca78c HTTP/1.1" 200 115 0.529696 10.0.0.22 - - [2025-11-06 02:02:35] "DELETE /project/cfd3ab8d-14f5-4d76-8cf6-55e75ef6d995 HTTP/1.1" 200 115 0.535878 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.002835 10.0.0.22 - - [2025-11-06 02:02:35] "DELETE /access-control-list/92aa7c3a-5d07-43f7-be50-271418c01d46 HTTP/1.1" 200 115 0.029518 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.004503 10.0.0.22 - - [2025-11-06 02:02:35] "DELETE /project/1f0b2afb-d586-48df-b9f7-0d61f5206431 HTTP/1.1" 200 115 0.560912 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.003912 10.0.0.22 - - [2025-11-06 02:02:35] "DELETE /access-control-list/8831f602-6e70-401b-a106-55ad195355ed HTTP/1.1" 200 115 0.028336 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.006681 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.003054 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.002928 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.003316 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.004538 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.003911 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.003599 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.003839 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.003173 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.003111 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.016770 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.003110 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.018817 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 541 0.003089 10.0.0.22 - - [2025-11-06 02:02:35] "GET /logical-router/d203bee0-a0b2-44fe-b467-d896de4581df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003989 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 151 0.043307 10.0.0.22 - - [2025-11-06 02:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.22 - - [2025-11-06 02:02:35] "GET /projects?obj_uuids=51d9c018-2f48-4612-9a98-576e441415f4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002031 10.0.0.22 - - [2025-11-06 02:02:35] "DELETE /route-target/c3aa43c7-2496-4f31-a067-34e77e0bd038 HTTP/1.1" 200 115 0.018674 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.047172 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.005788 10.0.0.22 - - [2025-11-06 02:02:35] "POST /route-targets HTTP/1.1" 200 327 0.017449 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.002789 10.0.0.22 - - [2025-11-06 02:02:35] "PUT /logical-router/d9b346c2-dc6e-4765-aefd-660e1db66f1c HTTP/1.1" 200 262 0.019038 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.003646 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.005713 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.003458 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.002829 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.002795 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.003225 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.002964 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.002765 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.004125 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.004051 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.004067 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.003188 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.003176 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.003096 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.002656 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.004148 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.003490 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.003244 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.002760 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.002677 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.002879 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.002860 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.002811 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.002669 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.002861 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.002978 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.003162 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.003222 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.002995 10.0.0.22 - - [2025-11-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 559 0.003149 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 559 0.016602 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 559 0.003042 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 559 0.017075 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 559 0.003341 10.0.0.22 - - [2025-11-06 02:02:36] "GET /logical-router/d9b346c2-dc6e-4765-aefd-660e1db66f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.008807 10.0.0.22 - - [2025-11-06 02:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005500 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 151 0.063210 10.0.0.22 - - [2025-11-06 02:02:36] "GET /projects?obj_uuids=b3bb1c34-242f-4595-a099-ebbcacbf94b8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001222 10.0.0.22 - - [2025-11-06 02:02:36] "DELETE /route-target/b07a9621-86f0-448d-a9cc-f58f093b93a5 HTTP/1.1" 200 115 0.027374 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.065655 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.002794 10.0.0.22 - - [2025-11-06 02:02:36] "POST /route-targets HTTP/1.1" 200 327 0.010491 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.003577 10.0.0.22 - - [2025-11-06 02:02:36] "PUT /logical-router/c86774e1-16cb-4859-a10c-9fe4b40e007d HTTP/1.1" 200 262 0.017568 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.004143 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.004278 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.002805 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.003064 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.002885 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.002710 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.003228 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.002536 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.007995 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.003125 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.003306 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.002987 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.003684 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.004018 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.008215 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.002959 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.002956 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.002916 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.002939 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.002861 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.003510 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.002882 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.002959 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.002565 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.002579 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.002924 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.002836 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.003079 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.002929 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.002890 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.011537 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 542 0.003443 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 541 0.013902 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 541 0.003221 10.0.0.22 - - [2025-11-06 02:02:36] "GET /logical-router/c86774e1-16cb-4859-a10c-9fe4b40e007d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003315 10.0.0.22 - - [2025-11-06 02:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/router HTTP/1.1" 200 151 0.035412 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/security_group HTTP/1.1" 200 521 0.004483 10.0.0.22 - - [2025-11-06 02:02:36] "DELETE /route-target/66436f78-a0e5-4c90-93cb-030f1f7f8108 HTTP/1.1" 200 115 0.030028 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/security_group HTTP/1.1" 200 151 0.036114 10.0.0.22 - - [2025-11-06 02:02:36] "DELETE /access-control-list/73d96ad7-7490-45fb-a630-a833a43371e7 HTTP/1.1" 200 115 0.013476 10.0.0.22 - - [2025-11-06 02:02:36] "DELETE /access-control-list/89b06095-9406-4c11-b87f-8023f83796d3 HTTP/1.1" 200 115 0.044167 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/security_group HTTP/1.1" 200 521 0.003237 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/security_group HTTP/1.1" 200 151 0.031478 10.0.0.22 - - [2025-11-06 02:02:36] "DELETE /access-control-list/26218f28-9c1b-4714-a185-f04015cc18b8 HTTP/1.1" 200 115 0.017948 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/security_group HTTP/1.1" 200 506 0.003914 10.0.0.22 - - [2025-11-06 02:02:36] "DELETE /access-control-list/06c4803a-591e-4c2a-a3eb-1b72627cef0e HTTP/1.1" 200 115 0.019951 10.0.0.22 - - [2025-11-06 02:02:36] "POST /neutron/security_group HTTP/1.1" 200 151 0.036824 10.0.0.22 - - [2025-11-06 02:02:36] "DELETE /access-control-list/52e0decc-7dbe-4ad1-bee2-58a7c8059dd2 HTTP/1.1" 200 115 0.019959 10.0.0.22 - - [2025-11-06 02:02:37] "POST /neutron/security_group HTTP/1.1" 200 506 0.005053 10.0.0.22 - - [2025-11-06 02:02:37] "DELETE /access-control-list/bf5a1f04-3451-4cc3-8247-614028a41dcf HTTP/1.1" 200 115 0.026187 10.0.0.22 - - [2025-11-06 02:02:37] "POST /neutron/security_group HTTP/1.1" 200 151 0.046296 10.0.0.22 - - [2025-11-06 02:02:37] "DELETE /access-control-list/ac1ac16f-35bf-4585-bf49-4e025c159d85 HTTP/1.1" 200 115 0.027566 10.0.0.22 - - [2025-11-06 02:02:37] "DELETE /access-control-list/73d7a413-8d47-4482-beb7-715ec6ff190e HTTP/1.1" 200 115 0.016910 10.0.0.22 - - [2025-11-06 02:02:37] "GET /projects?obj_uuids=51d9c018-2f48-4612-9a98-576e441415f4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000937 10.0.0.22 - - [2025-11-06 02:02:37] "GET /project/51d9c018-2f48-4612-9a98-576e441415f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.024014 10.0.0.22 - - [2025-11-06 02:02:37] "GET /projects?obj_uuids=51d9c018-2f48-4612-9a98-576e441415f4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000864 10.0.0.22 - - [2025-11-06 02:02:37] "GET /project/51d9c018-2f48-4612-9a98-576e441415f4?fields=virtual_networks HTTP/1.1" 200 1022 0.060518 10.0.0.22 - - [2025-11-06 02:02:37] "GET /projects?obj_uuids=51d9c018-2f48-4612-9a98-576e441415f4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001419 10.0.0.22 - - [2025-11-06 02:02:37] "GET /project/51d9c018-2f48-4612-9a98-576e441415f4?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.024582 10.0.0.22 - - [2025-11-06 02:02:37] "GET /projects?obj_uuids=51d9c018-2f48-4612-9a98-576e441415f4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001000 10.0.0.22 - - [2025-11-06 02:02:37] "GET /project/51d9c018-2f48-4612-9a98-576e441415f4?fields=security_groups HTTP/1.1" 200 1243 0.026392 10.0.0.22 - - [2025-11-06 02:02:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.023484 10.0.0.22 - - [2025-11-06 02:02:38] "GET /projects?obj_uuids=3058dc41-a5cf-4ee2-aa5d-4a913a998da8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002170 10.0.0.22 - - [2025-11-06 02:02:38] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.22 - - [2025-11-06 02:02:38] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006295 10.0.0.22 - - [2025-11-06 02:02:38] "POST /id-to-fqname HTTP/1.1" 200 186 0.001083 10.0.0.22 - - [2025-11-06 02:02:38] "POST /fqname-to-id HTTP/1.1" 404 195 0.002703 10.0.0.22 - - [2025-11-06 02:02:38] "POST /security-groups HTTP/1.1" 200 587 0.060479 10.0.0.22 - - [2025-11-06 02:02:38] "POST /fqname-to-id HTTP/1.1" 404 230 0.002239 10.0.0.22 - - [2025-11-06 02:02:38] "POST /projects HTTP/1.1" 200 577 0.202847 10.0.0.22 - - [2025-11-06 02:02:38] "POST /access-control-lists HTTP/1.1" 200 592 0.060483 10.0.0.22 - - [2025-11-06 02:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.272367 10.0.0.22 - - [2025-11-06 02:02:38] "POST /fqname-to-id HTTP/1.1" 404 229 0.002800 10.0.0.22 - - [2025-11-06 02:02:38] "GET /project/3058dc41-a5cf-4ee2-aa5d-4a913a998da8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.389767 10.0.0.22 - - [2025-11-06 02:02:38] "POST /access-control-lists HTTP/1.1" 200 590 0.060167 10.0.0.22 - - [2025-11-06 02:02:39] "GET /obj-perms HTTP/1.1" 200 5056 0.061770 10.0.0.22 - - [2025-11-06 02:02:39] "GET /obj-perms HTTP/1.1" 200 5056 0.101379 10.0.0.22 - - [2025-11-06 02:02:40] "GET / HTTP/1.1" 200 35931 0.001757 10.0.0.22 - - [2025-11-06 02:02:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000433 10.0.0.22 - - [2025-11-06 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.052318 10.0.0.22 - - [2025-11-06 02:02:41] "GET /projects?obj_uuids=3058dc41-a5cf-4ee2-aa5d-4a913a998da8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000883 10.0.0.22 - - [2025-11-06 02:02:41] "GET /project/3058dc41-a5cf-4ee2-aa5d-4a913a998da8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.022875 10.0.0.22 - - [2025-11-06 02:02:41] "POST /neutron/network HTTP/1.1" 200 117 0.026550 10.0.0.22 - - [2025-11-06 02:02:41] "GET /projects?obj_uuids=3058dc41-a5cf-4ee2-aa5d-4a913a998da8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001195 10.0.0.22 - - [2025-11-06 02:02:41] "POST /neutron/network HTTP/1.1" 200 601 0.057359 10.0.0.22 - - [2025-11-06 02:02:41] "POST /route-targets HTTP/1.1" 200 327 0.009435 10.0.0.22 - - [2025-11-06 02:02:41] "POST /ref-update HTTP/1.1" 200 156 0.010410 10.0.0.22 - - [2025-11-06 02:02:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002636 10.0.0.22 - - [2025-11-06 02:02:41] "POST /neutron/subnet HTTP/1.1" 200 734 0.132422 10.0.0.22 - - [2025-11-06 02:02:41] "POST /neutron/network HTTP/1.1" 200 822 0.004962 10.0.0.22 - - [2025-11-06 02:02:41] "POST /id-to-fqname HTTP/1.1" 200 216 0.000991 10.0.0.22 - - [2025-11-06 02:02:41] "GET /virtual-network/a3462ff1-b12d-4390-be0b-4643d64d810e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004038 10.0.0.22 - - [2025-11-06 02:02:41] "POST /neutron/network HTTP/1.1" 200 822 0.005092 10.0.0.22 - - [2025-11-06 02:02:41] "GET /virtual-network/a3462ff1-b12d-4390-be0b-4643d64d810e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005988 10.0.0.22 - - [2025-11-06 02:02:41] "POST /neutron/network HTTP/1.1" 200 822 0.013028 10.0.0.22 - - [2025-11-06 02:02:41] "POST /neutron/subnet HTTP/1.1" 200 734 0.005635 10.0.0.22 - - [2025-11-06 02:02:41] "POST /fqname-to-id HTTP/1.1" 404 206 0.001847 10.0.0.22 - - [2025-11-06 02:02:41] "GET /virtual-network/a3462ff1-b12d-4390-be0b-4643d64d810e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.003809 10.0.0.22 - - [2025-11-06 02:02:41] "GET /projects?obj_uuids=3058dc41-a5cf-4ee2-aa5d-4a913a998da8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000983 10.0.0.22 - - [2025-11-06 02:02:42] "POST /neutron/port HTTP/1.1" 200 1019 0.155008 10.0.0.22 - - [2025-11-06 02:02:42] "GET /virtual-machine-interface/333b5d37-bd80-4f3b-b5b1-1092c3c1a382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.004337 10.0.0.22 - - [2025-11-06 02:02:42] "GET /virtual-machine-interface/333b5d37-bd80-4f3b-b5b1-1092c3c1a382?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.004046 10.0.0.22 - - [2025-11-06 02:02:42] "GET /instance-ip/42db7b20-7bdd-4a44-86d3-1d65ac11ea9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.003408 10.0.0.22 - - [2025-11-06 02:02:42] "GET /virtual-machine-interface/333b5d37-bd80-4f3b-b5b1-1092c3c1a382 HTTP/1.1" 401 292 0.000536 10.0.0.22 - - [2025-11-06 02:02:42] "GET /virtual-machine-interface/333b5d37-bd80-4f3b-b5b1-1092c3c1a382 HTTP/1.1" 200 2605 0.022908 10.0.0.22 - - [2025-11-06 02:02:42] "POST /neutron/port HTTP/1.1" 200 1019 0.006498 10.0.0.22 - - [2025-11-06 02:02:42] "POST /neutron/port HTTP/1.1" 200 151 0.058459 10.0.0.22 - - [2025-11-06 02:02:42] "POST /neutron/network HTTP/1.1" 200 822 0.005054 10.0.0.22 - - [2025-11-06 02:02:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001774 10.0.0.22 - - [2025-11-06 02:02:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001375 10.0.0.22 - - [2025-11-06 02:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.22 - - [2025-11-06 02:02:42] "POST /neutron/network HTTP/1.1" 200 151 0.069042 10.0.0.22 - - [2025-11-06 02:02:42] "DELETE /route-target/fcfecd8c-c311-41f7-bd8f-42f00aa9e316 HTTP/1.1" 200 115 0.011710 10.0.0.22 - - [2025-11-06 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002548 10.0.0.22 - - [2025-11-06 02:02:43] "GET /projects?obj_uuids=3058dc41-a5cf-4ee2-aa5d-4a913a998da8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001212 10.0.0.22 - - [2025-11-06 02:02:43] "GET /project/3058dc41-a5cf-4ee2-aa5d-4a913a998da8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.022856 10.0.0.22 - - [2025-11-06 02:02:43] "POST /neutron/network HTTP/1.1" 200 117 0.007107 10.0.0.22 - - [2025-11-06 02:02:43] "GET /projects?obj_uuids=3058dc41-a5cf-4ee2-aa5d-4a913a998da8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000843 10.0.0.22 - - [2025-11-06 02:02:43] "POST /neutron/network HTTP/1.1" 200 603 0.051178 10.0.0.22 - - [2025-11-06 02:02:43] "POST /route-targets HTTP/1.1" 200 327 0.008638 10.0.0.22 - - [2025-11-06 02:02:43] "POST /ref-update HTTP/1.1" 200 156 0.009233 10.0.0.22 - - [2025-11-06 02:02:43] "POST /useragent-kv HTTP/1.1" 200 115 0.005654 10.0.0.22 - - [2025-11-06 02:02:43] "POST /neutron/subnet HTTP/1.1" 200 720 0.191330 10.0.0.22 - - [2025-11-06 02:02:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004483 10.0.0.22 - - [2025-11-06 02:02:43] "POST /neutron/subnet HTTP/1.1" 200 715 0.180898 10.0.0.22 - - [2025-11-06 02:02:43] "POST /neutron/network HTTP/1.1" 200 975 0.006184 10.0.0.22 - - [2025-11-06 02:02:43] "POST /id-to-fqname HTTP/1.1" 200 217 0.001050 10.0.0.22 - - [2025-11-06 02:02:43] "GET /virtual-network/d4042dd5-2703-4130-93de-7dfa2d670623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.004224 10.0.0.22 - - [2025-11-06 02:02:43] "POST /neutron/network HTTP/1.1" 200 975 0.006571 10.0.0.22 - - [2025-11-06 02:02:43] "GET /virtual-network/d4042dd5-2703-4130-93de-7dfa2d670623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.004497 10.0.0.22 - - [2025-11-06 02:02:43] "POST /neutron/network HTTP/1.1" 200 975 0.009649 10.0.0.22 - - [2025-11-06 02:02:43] "POST /neutron/subnet HTTP/1.1" 200 720 0.005486 10.0.0.22 - - [2025-11-06 02:02:43] "POST /neutron/subnet HTTP/1.1" 200 715 0.005003 10.0.0.22 - - [2025-11-06 02:02:43] "GET /projects?obj_uuids=3058dc41-a5cf-4ee2-aa5d-4a913a998da8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000934 10.0.0.22 - - [2025-11-06 02:02:44] "POST /neutron/port HTTP/1.1" 200 1017 0.160473 10.0.0.22 - - [2025-11-06 02:02:44] "GET /projects?obj_uuids=3058dc41-a5cf-4ee2-aa5d-4a913a998da8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001006 10.0.0.22 - - [2025-11-06 02:02:44] "POST /neutron/port HTTP/1.1" 200 1016 0.153853 10.0.0.22 - - [2025-11-06 02:02:44] "POST /id-to-fqname HTTP/1.1" 200 217 0.002178 10.0.0.22 - - [2025-11-06 02:02:44] "POST /neutron/port HTTP/1.1" 200 1017 0.006624 10.0.0.22 - - [2025-11-06 02:02:44] "POST /neutron/port HTTP/1.1" 200 1017 0.006777 10.0.0.22 - - [2025-11-06 02:02:44] "POST /neutron/network HTTP/1.1" 200 975 0.005921 10.0.0.22 - - [2025-11-06 02:02:44] "POST /neutron/port HTTP/1.1" 200 1017 0.008559 10.0.0.22 - - [2025-11-06 02:02:44] "POST /neutron/port HTTP/1.1" 200 117 0.004381 10.0.0.22 - - [2025-11-06 02:02:44] "POST /neutron/port HTTP/1.1" 200 117 0.004476 10.0.0.22 - - [2025-11-06 02:02:44] "POST /id-to-fqname HTTP/1.1" 200 217 0.001153 10.0.0.22 - - [2025-11-06 02:02:44] "POST /neutron/port HTTP/1.1" 200 117 0.004312 10.0.0.22 - - [2025-11-06 02:02:44] "POST /neutron/port HTTP/1.1" 200 1016 0.006389 10.0.0.22 - - [2025-11-06 02:02:44] "POST /neutron/port HTTP/1.1" 200 1016 0.008603 10.0.0.22 - - [2025-11-06 02:02:44] "POST /neutron/network HTTP/1.1" 200 975 0.006039 10.0.0.22 - - [2025-11-06 02:02:44] "POST /neutron/port HTTP/1.1" 200 1016 0.008739 10.0.0.22 - - [2025-11-06 02:02:45] "POST /neutron/port HTTP/1.1" 200 1017 0.007583 10.0.0.22 - - [2025-11-06 02:02:45] "POST /neutron/port HTTP/1.1" 200 1016 0.006466 10.0.0.22 - - [2025-11-06 02:02:45] "POST /neutron/port HTTP/1.1" 200 117 0.005181 10.0.0.22 - - [2025-11-06 02:02:45] "POST /neutron/port HTTP/1.1" 200 117 0.004682 10.0.0.22 - - [2025-11-06 02:02:45] "POST /neutron/port HTTP/1.1" 200 117 0.005033 10.0.0.22 - - [2025-11-06 02:02:45] "POST /neutron/port HTTP/1.1" 200 1017 0.009114 10.0.0.22 - - [2025-11-06 02:02:45] "POST /neutron/port HTTP/1.1" 200 1016 0.008663 10.0.0.22 - - [2025-11-06 02:02:45] "POST /neutron/network HTTP/1.1" 200 985 0.005948 10.0.0.22 - - [2025-11-06 02:02:45] "POST /neutron/network HTTP/1.1" 200 985 0.005653 10.0.0.22 - - [2025-11-06 02:02:45] "POST /neutron/port HTTP/1.1" 200 1017 0.007993 10.0.0.22 - - [2025-11-06 02:02:45] "POST /neutron/port HTTP/1.1" 200 1016 0.011512 10.0.0.22 - - [2025-11-06 02:02:45] "POST /neutron/port HTTP/1.1" 200 1017 0.010748 10.0.0.22 - - [2025-11-06 02:02:45] "POST /neutron/port HTTP/1.1" 200 1016 0.008607 10.0.0.22 - - [2025-11-06 02:02:45] "POST /neutron/port HTTP/1.1" 200 1109 0.105580 10.0.0.22 - - [2025-11-06 02:02:45] "POST /neutron/port HTTP/1.1" 200 1108 0.127512 10.0.0.22 - - [2025-11-06 02:02:45] "POST /neutron/port HTTP/1.1" 200 1083 0.012901 10.0.0.22 - - [2025-11-06 02:02:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003068 10.0.0.22 - - [2025-11-06 02:02:45] "POST /neutron/port HTTP/1.1" 200 1082 0.010150 10.0.0.22 - - [2025-11-06 02:02:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002732 10.0.0.22 - - [2025-11-06 02:02:45] "POST /neutron/subnet HTTP/1.1" 200 694 0.013911 10.0.0.22 - - [2025-11-06 02:02:45] "POST /neutron/port HTTP/1.1" 200 117 0.000927 10.0.0.22 - - [2025-11-06 02:02:45] "POST /neutron/subnet HTTP/1.1" 200 689 0.018425 10.0.0.22 - - [2025-11-06 02:02:46] "POST /neutron/port HTTP/1.1" 200 117 0.000958 10.0.0.22 - - [2025-11-06 02:02:46] "POST /neutron/network HTTP/1.1" 200 975 0.010607 10.0.0.22 - - [2025-11-06 02:02:46] "POST /neutron/network HTTP/1.1" 200 975 0.007324 10.0.0.22 - - [2025-11-06 02:02:50] "POST /neutron/port HTTP/1.1" 200 1083 0.009697 10.0.0.22 - - [2025-11-06 02:02:50] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005454 10.0.0.22 - - [2025-11-06 02:02:50] "POST /neutron/port HTTP/1.1" 200 1083 0.010463 10.0.0.22 - - [2025-11-06 02:02:50] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006247 10.0.0.22 - - [2025-11-06 02:02:50] "POST /neutron/port HTTP/1.1" 200 1083 0.013829 10.0.0.22 - - [2025-11-06 02:02:50] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007634 10.0.0.22 - - [2025-11-06 02:02:50] "GET /virtual-machine/2c8391a8-39f8-4cba-af37-f5e825d46a52 HTTP/1.1" 200 1284 0.007921 10.0.0.22 - - [2025-11-06 02:02:50] "GET /virtual-machine-interface/444de60e-f1a5-4b1e-87e4-b3bc7861863f HTTP/1.1" 200 2923 0.005028 10.0.0.22 - - [2025-11-06 02:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.22 - - [2025-11-06 02:02:50] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003076 10.0.0.22 - - [2025-11-06 02:02:50] "GET /virtual-networks?parent_id=3058dc41-a5cf-4ee2-aa5d-4a913a998da8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002675 10.0.0.22 - - [2025-11-06 02:02:50] "GET /virtual-network/d4042dd5-2703-4130-93de-7dfa2d670623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.005572 10.0.0.22 - - [2025-11-06 02:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002507 10.0.0.22 - - [2025-11-06 02:02:53] "GET /virtual-network/d4042dd5-2703-4130-93de-7dfa2d670623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.004920 10.0.0.22 - - [2025-11-06 02:02:54] "POST /neutron/port HTTP/1.1" 200 1083 0.010089 10.0.0.22 - - [2025-11-06 02:02:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007037 10.0.0.22 - - [2025-11-06 02:02:54] "POST /neutron/port HTTP/1.1" 200 1082 0.014511 10.0.0.22 - - [2025-11-06 02:02:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004648 10.0.0.22 - - [2025-11-06 02:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002348 10.0.0.22 - - [2025-11-06 02:02:55] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002635 10.0.0.22 - - [2025-11-06 02:02:55] "GET /virtual-networks?parent_id=3058dc41-a5cf-4ee2-aa5d-4a913a998da8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002824 10.0.0.22 - - [2025-11-06 02:02:55] "GET /virtual-network/d4042dd5-2703-4130-93de-7dfa2d670623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.004841 10.0.0.22 - - [2025-11-06 02:02:56] "POST /neutron/port HTTP/1.1" 200 1082 0.011984 10.0.0.22 - - [2025-11-06 02:02:56] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006770 10.0.0.22 - - [2025-11-06 02:02:56] "POST /neutron/port HTTP/1.1" 200 1082 0.010360 10.0.0.22 - - [2025-11-06 02:02:56] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005327 10.0.0.22 - - [2025-11-06 02:02:56] "POST /neutron/port HTTP/1.1" 200 1082 0.009470 10.0.0.22 - - [2025-11-06 02:02:56] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005033 10.0.0.22 - - [2025-11-06 02:02:56] "GET /virtual-machine/fc1b8828-221e-46e0-aacc-6a3aca7c9a33 HTTP/1.1" 200 1285 0.004552 10.0.0.22 - - [2025-11-06 02:02:56] "GET /virtual-machine-interface/06dc2779-76c2-4ac9-b1df-79ef8c9b7853 HTTP/1.1" 200 2923 0.004541 10.0.0.22 - - [2025-11-06 02:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002407 10.0.0.22 - - [2025-11-06 02:02:56] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002538 10.0.0.22 - - [2025-11-06 02:02:56] "GET /virtual-networks?parent_id=3058dc41-a5cf-4ee2-aa5d-4a913a998da8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002799 10.0.0.22 - - [2025-11-06 02:02:56] "GET /virtual-network/d4042dd5-2703-4130-93de-7dfa2d670623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.005105 10.0.0.22 - - [2025-11-06 02:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.22 - - [2025-11-06 02:02:57] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002639 10.0.0.22 - - [2025-11-06 02:02:57] "GET /virtual-networks?parent_id=3058dc41-a5cf-4ee2-aa5d-4a913a998da8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002765 10.0.0.22 - - [2025-11-06 02:02:57] "GET /virtual-network/d4042dd5-2703-4130-93de-7dfa2d670623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.004608 10.0.0.22 - - [2025-11-06 02:03:02] "POST /neutron/port HTTP/1.1" 200 1108 0.009904 10.0.0.22 - - [2025-11-06 02:03:02] "POST /neutron/port HTTP/1.1" 200 1108 0.008656 10.0.0.22 - - [2025-11-06 02:03:02] "POST /neutron/port HTTP/1.1" 200 151 0.104339 10.0.0.22 - - [2025-11-06 02:03:02] "POST /neutron/port HTTP/1.1" 200 1109 0.009557 10.0.0.22 - - [2025-11-06 02:03:02] "POST /neutron/port HTTP/1.1" 200 1109 0.008415 10.0.0.22 - - [2025-11-06 02:03:02] "POST /neutron/port HTTP/1.1" 200 151 0.100898 10.0.0.22 - - [2025-11-06 02:03:02] "POST /neutron/network HTTP/1.1" 200 975 0.006411 10.0.0.22 - - [2025-11-06 02:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.22 - - [2025-11-06 02:03:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002574 10.0.0.22 - - [2025-11-06 02:03:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002591 10.0.0.22 - - [2025-11-06 02:03:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001496 10.0.0.22 - - [2025-11-06 02:03:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001575 10.0.0.22 - - [2025-11-06 02:03:02] "POST /neutron/network HTTP/1.1" 200 151 0.096929 10.0.0.22 - - [2025-11-06 02:03:02] "DELETE /route-target/b9da8c7d-3bb5-4844-97b6-8831ce339128 HTTP/1.1" 200 115 0.020745 10.0.0.22 - - [2025-11-06 02:03:02] "POST /neutron/port HTTP/1.1" 200 117 0.004272 10.0.0.22 - - [2025-11-06 02:03:02] "POST /neutron/port HTTP/1.1" 400 205 0.003072 10.0.0.22 - - [2025-11-06 02:03:02] "GET /projects?obj_uuids=3058dc41-a5cf-4ee2-aa5d-4a913a998da8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001325 10.0.0.22 - - [2025-11-06 02:03:02] "GET /project/3058dc41-a5cf-4ee2-aa5d-4a913a998da8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.031644 10.0.0.22 - - [2025-11-06 02:03:02] "GET /projects?obj_uuids=3058dc41-a5cf-4ee2-aa5d-4a913a998da8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001315 10.0.0.22 - - [2025-11-06 02:03:02] "GET /project/3058dc41-a5cf-4ee2-aa5d-4a913a998da8?fields=virtual_networks HTTP/1.1" 200 1024 0.077417 10.0.0.22 - - [2025-11-06 02:03:02] "GET /projects?obj_uuids=3058dc41-a5cf-4ee2-aa5d-4a913a998da8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000881 10.0.0.22 - - [2025-11-06 02:03:02] "GET /project/3058dc41-a5cf-4ee2-aa5d-4a913a998da8?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.021423 10.0.0.22 - - [2025-11-06 02:03:02] "GET /projects?obj_uuids=3058dc41-a5cf-4ee2-aa5d-4a913a998da8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000979 10.0.0.22 - - [2025-11-06 02:03:02] "GET /project/3058dc41-a5cf-4ee2-aa5d-4a913a998da8?fields=security_groups HTTP/1.1" 200 1246 0.025934 10.0.0.22 - - [2025-11-06 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 186 0.023649 10.0.0.22 - - [2025-11-06 02:03:03] "GET /projects?obj_uuids=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002108 10.0.0.22 - - [2025-11-06 02:03:03] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.22 - - [2025-11-06 02:03:03] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006116 10.0.0.22 - - [2025-11-06 02:03:03] "POST /id-to-fqname HTTP/1.1" 200 188 0.001542 10.0.0.22 - - [2025-11-06 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 197 0.003522 10.0.0.22 - - [2025-11-06 02:03:04] "POST /security-groups HTTP/1.1" 200 589 0.060376 10.0.0.22 - - [2025-11-06 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 232 0.002658 10.0.0.22 - - [2025-11-06 02:03:04] "POST /projects HTTP/1.1" 200 581 0.218786 10.0.0.22 - - [2025-11-06 02:03:04] "POST /access-control-lists HTTP/1.1" 200 594 0.053260 10.0.0.22 - - [2025-11-06 02:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.290259 10.0.0.22 - - [2025-11-06 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 231 0.002642 10.0.0.22 - - [2025-11-06 02:03:04] "GET /project/d1d9f3c8-bf45-4736-b2a2-7946348086e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.409518 10.0.0.22 - - [2025-11-06 02:03:04] "POST /access-control-lists HTTP/1.1" 200 592 0.063838 10.0.0.22 - - [2025-11-06 02:03:05] "GET / HTTP/1.1" 200 35931 0.001980 10.0.0.22 - - [2025-11-06 02:03:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000560 10.0.0.22 - - [2025-11-06 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.065994 10.0.0.22 - - [2025-11-06 02:03:06] "GET /projects?obj_uuids=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000887 10.0.0.22 - - [2025-11-06 02:03:06] "GET /project/d1d9f3c8-bf45-4736-b2a2-7946348086e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.026263 10.0.0.22 - - [2025-11-06 02:03:06] "POST /neutron/network HTTP/1.1" 200 117 0.030609 10.0.0.22 - - [2025-11-06 02:03:06] "GET /projects?obj_uuids=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001111 10.0.0.22 - - [2025-11-06 02:03:06] "POST /neutron/network HTTP/1.1" 200 605 0.081352 10.0.0.22 - - [2025-11-06 02:03:06] "POST /route-targets HTTP/1.1" 200 327 0.018810 10.0.0.22 - - [2025-11-06 02:03:06] "POST /ref-update HTTP/1.1" 200 156 0.009989 10.0.0.22 - - [2025-11-06 02:03:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005693 10.0.0.22 - - [2025-11-06 02:03:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.142616 10.0.0.22 - - [2025-11-06 02:03:06] "POST /neutron/network HTTP/1.1" 200 825 0.004307 10.0.0.22 - - [2025-11-06 02:03:06] "POST /id-to-fqname HTTP/1.1" 200 219 0.000993 10.0.0.22 - - [2025-11-06 02:03:06] "GET /virtual-network/aedb2e1e-72d4-4af9-9a8f-444ac2112aff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003832 10.0.0.22 - - [2025-11-06 02:03:06] "POST /neutron/network HTTP/1.1" 200 825 0.005963 10.0.0.22 - - [2025-11-06 02:03:06] "GET /virtual-network/aedb2e1e-72d4-4af9-9a8f-444ac2112aff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004356 10.0.0.22 - - [2025-11-06 02:03:06] "POST /neutron/network HTTP/1.1" 200 825 0.004649 10.0.0.22 - - [2025-11-06 02:03:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.005225 10.0.0.22 - - [2025-11-06 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001815 10.0.0.22 - - [2025-11-06 02:03:06] "GET /projects?obj_uuids=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000940 10.0.0.22 - - [2025-11-06 02:03:06] "GET /project/d1d9f3c8-bf45-4736-b2a2-7946348086e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.021459 10.0.0.22 - - [2025-11-06 02:03:06] "POST /neutron/network HTTP/1.1" 200 117 0.008721 10.0.0.22 - - [2025-11-06 02:03:06] "GET /projects?obj_uuids=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000880 10.0.0.22 - - [2025-11-06 02:03:07] "POST /neutron/network HTTP/1.1" 200 605 0.072701 10.0.0.22 - - [2025-11-06 02:03:07] "POST /route-targets HTTP/1.1" 200 327 0.012315 10.0.0.22 - - [2025-11-06 02:03:07] "POST /ref-update HTTP/1.1" 200 156 0.014815 10.0.0.22 - - [2025-11-06 02:03:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005763 10.0.0.22 - - [2025-11-06 02:03:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.180311 10.0.0.22 - - [2025-11-06 02:03:07] "POST /neutron/network HTTP/1.1" 200 823 0.004532 10.0.0.22 - - [2025-11-06 02:03:07] "POST /id-to-fqname HTTP/1.1" 200 219 0.001105 10.0.0.22 - - [2025-11-06 02:03:07] "GET /virtual-network/e614ea0b-0c36-4735-a506-e234074c65f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004676 10.0.0.22 - - [2025-11-06 02:03:07] "POST /neutron/port HTTP/1.1" 200 117 0.005859 10.0.0.22 - - [2025-11-06 02:03:07] "POST /neutron/network HTTP/1.1" 200 823 0.005551 10.0.0.22 - - [2025-11-06 02:03:07] "POST /neutron/port HTTP/1.1" 400 205 0.004289 10.0.0.22 - - [2025-11-06 02:03:07] "GET /virtual-network/e614ea0b-0c36-4735-a506-e234074c65f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007478 10.0.0.22 - - [2025-11-06 02:03:07] "POST /neutron/network HTTP/1.1" 200 823 0.004718 10.0.0.22 - - [2025-11-06 02:03:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.005125 10.0.0.22 - - [2025-11-06 02:03:07] "POST /id-to-fqname HTTP/1.1" 200 219 0.000903 10.0.0.22 - - [2025-11-06 02:03:07] "POST /neutron/port HTTP/1.1" 200 117 0.004641 10.0.0.22 - - [2025-11-06 02:03:07] "POST /neutron/network HTTP/1.1" 200 835 0.005777 10.0.0.22 - - [2025-11-06 02:03:07] "GET /aaa-mode HTTP/1.1" 401 292 0.000384 10.0.0.22 - - [2025-11-06 02:03:08] "GET / HTTP/1.1" 200 35931 0.001519 10.0.0.22 - - [2025-11-06 02:03:08] "GET /project/d1d9f3c8-bf45-4736-b2a2-7946348086e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000337 10.0.0.22 - - [2025-11-06 02:03:08] "GET /projects?obj_uuids=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001092 10.0.0.22 - - [2025-11-06 02:03:08] "GET /project/d1d9f3c8-bf45-4736-b2a2-7946348086e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.045547 10.0.0.22 - - [2025-11-06 02:03:08] "POST /neutron/network HTTP/1.1" 200 825 0.005074 10.0.0.22 - - [2025-11-06 02:03:08] "POST /neutron/port HTTP/1.1" 200 117 0.005015 10.0.0.22 - - [2025-11-06 02:03:08] "POST /neutron/port HTTP/1.1" 200 117 0.005033 10.0.0.22 - - [2025-11-06 02:03:08] "POST /id-to-fqname HTTP/1.1" 200 219 0.001162 10.0.0.22 - - [2025-11-06 02:03:08] "POST /neutron/port HTTP/1.1" 200 117 0.004672 10.0.0.22 - - [2025-11-06 02:03:08] "POST /neutron/network HTTP/1.1" 200 833 0.005003 10.0.0.22 - - [2025-11-06 02:03:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000535 10.0.0.22 - - [2025-11-06 02:03:09] "POST /neutron/network HTTP/1.1" 200 835 0.004653 10.0.0.22 - - [2025-11-06 02:03:09] "GET /projects?obj_uuids=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001152 10.0.0.22 - - [2025-11-06 02:03:09] "GET / HTTP/1.1" 200 35931 0.001482 10.0.0.22 - - [2025-11-06 02:03:09] "GET /project/d1d9f3c8-bf45-4736-b2a2-7946348086e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000368 10.0.0.22 - - [2025-11-06 02:03:09] "POST /neutron/port HTTP/1.1" 200 1059 0.183826 10.0.0.22 - - [2025-11-06 02:03:09] "POST /neutron/port HTTP/1.1" 200 1059 0.008281 10.0.0.22 - - [2025-11-06 02:03:09] "POST /neutron/port HTTP/1.1" 200 1059 0.006404 10.0.0.22 - - [2025-11-06 02:03:09] "POST /neutron/port HTTP/1.1" 200 1113 0.059116 10.0.0.22 - - [2025-11-06 02:03:09] "POST /neutron/port HTTP/1.1" 200 1087 0.008811 10.0.0.22 - - [2025-11-06 02:03:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002796 10.0.0.22 - - [2025-11-06 02:03:09] "POST /neutron/subnet HTTP/1.1" 200 703 0.006659 10.0.0.22 - - [2025-11-06 02:03:09] "POST /neutron/port HTTP/1.1" 200 117 0.001185 10.0.0.22 - - [2025-11-06 02:03:09] "POST /neutron/network HTTP/1.1" 200 825 0.005078 10.0.0.22 - - [2025-11-06 02:03:09] "GET /projects?obj_uuids=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001189 10.0.0.22 - - [2025-11-06 02:03:09] "GET /project/d1d9f3c8-bf45-4736-b2a2-7946348086e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.046024 10.0.0.22 - - [2025-11-06 02:03:09] "POST /neutron/network HTTP/1.1" 200 823 0.004882 10.0.0.22 - - [2025-11-06 02:03:09] "POST /neutron/port HTTP/1.1" 200 1087 0.011018 10.0.0.22 - - [2025-11-06 02:03:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006907 10.0.0.22 - - [2025-11-06 02:03:09] "POST /neutron/port HTTP/1.1" 200 117 0.004928 10.0.0.22 - - [2025-11-06 02:03:09] "GET /projects?obj_uuids=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000931 10.0.0.22 - - [2025-11-06 02:03:09] "POST /neutron/router HTTP/1.1" 200 580 0.066867 10.0.0.22 - - [2025-11-06 02:03:09] "POST /neutron/router HTTP/1.1" 200 580 0.003836 10.0.0.22 - - [2025-11-06 02:03:09] "GET /projects?obj_uuids=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000940 10.0.0.22 - - [2025-11-06 02:03:09] "POST /route-targets HTTP/1.1" 200 327 0.020488 10.0.0.22 - - [2025-11-06 02:03:09] "PUT /logical-router/363dca68-1719-4ebf-ac15-cbb5504c1ac4 HTTP/1.1" 200 262 0.025057 10.0.0.22 - - [2025-11-06 02:03:10] "POST /neutron/network HTTP/1.1" 200 833 0.012787 10.0.0.22 - - [2025-11-06 02:03:10] "GET /projects?obj_uuids=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001171 10.0.0.22 - - [2025-11-06 02:03:10] "POST /neutron/router HTTP/1.1" 200 344 0.262683 10.0.0.22 - - [2025-11-06 02:03:10] "POST /ref-update HTTP/1.1" 200 156 0.030974 10.0.0.22 - - [2025-11-06 02:03:10] "POST /neutron/port HTTP/1.1" 200 1087 0.067111 10.0.0.22 - - [2025-11-06 02:03:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.016500 10.0.0.22 - - [2025-11-06 02:03:10] "POST /neutron/port HTTP/1.1" 200 1057 0.278399 10.0.0.22 - - [2025-11-06 02:03:10] "POST /neutron/port HTTP/1.1" 200 1057 0.008675 10.0.0.22 - - [2025-11-06 02:03:10] "POST /neutron/port HTTP/1.1" 200 1057 0.006238 10.0.0.22 - - [2025-11-06 02:03:10] "POST /neutron/port HTTP/1.1" 200 1111 0.063661 10.0.0.22 - - [2025-11-06 02:03:10] "POST /neutron/port HTTP/1.1" 200 1085 0.010648 10.0.0.22 - - [2025-11-06 02:03:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002893 10.0.0.22 - - [2025-11-06 02:03:10] "POST /neutron/subnet HTTP/1.1" 200 694 0.011107 10.0.0.22 - - [2025-11-06 02:03:10] "POST /neutron/port HTTP/1.1" 200 117 0.001015 10.0.0.22 - - [2025-11-06 02:03:10] "POST /neutron/network HTTP/1.1" 200 823 0.004664 10.0.0.22 - - [2025-11-06 02:03:15] "POST /neutron/port HTTP/1.1" 200 1087 0.010638 10.0.0.22 - - [2025-11-06 02:03:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005584 10.0.0.22 - - [2025-11-06 02:03:15] "POST /neutron/port HTTP/1.1" 200 1087 0.012885 10.0.0.22 - - [2025-11-06 02:03:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006190 10.0.0.22 - - [2025-11-06 02:03:15] "POST /neutron/port HTTP/1.1" 200 1087 0.009349 10.0.0.22 - - [2025-11-06 02:03:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004716 10.0.0.22 - - [2025-11-06 02:03:15] "GET /virtual-machine/45173630-017c-46b2-871f-5b6f23d689b6 HTTP/1.1" 401 292 0.000379 10.0.0.22 - - [2025-11-06 02:03:15] "GET /virtual-machine/45173630-017c-46b2-871f-5b6f23d689b6 HTTP/1.1" 200 1289 0.025053 10.0.0.22 - - [2025-11-06 02:03:15] "GET /virtual-machine-interface/d13c4d45-606f-45ae-b26a-401c9f796f00 HTTP/1.1" 200 2935 0.004245 10.0.0.22 - - [2025-11-06 02:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.22 - - [2025-11-06 02:03:15] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002905 10.0.0.22 - - [2025-11-06 02:03:15] "GET /virtual-networks?parent_id=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002658 10.0.0.22 - - [2025-11-06 02:03:16] "GET /virtual-network/aedb2e1e-72d4-4af9-9a8f-444ac2112aff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004997 10.0.0.22 - - [2025-11-06 02:03:17] "POST /neutron/port HTTP/1.1" 200 1087 0.010618 10.0.0.22 - - [2025-11-06 02:03:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004611 10.0.0.22 - - [2025-11-06 02:03:18] "POST /neutron/port HTTP/1.1" 200 1085 0.011039 10.0.0.22 - - [2025-11-06 02:03:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005956 10.0.0.22 - - [2025-11-06 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002584 10.0.0.22 - - [2025-11-06 02:03:19] "GET /virtual-network/aedb2e1e-72d4-4af9-9a8f-444ac2112aff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006309 10.0.0.22 - - [2025-11-06 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.22 - - [2025-11-06 02:03:21] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002656 10.0.0.22 - - [2025-11-06 02:03:21] "GET /virtual-networks?parent_id=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002730 10.0.0.22 - - [2025-11-06 02:03:21] "GET /virtual-network/aedb2e1e-72d4-4af9-9a8f-444ac2112aff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004850 10.0.0.22 - - [2025-11-06 02:03:21] "POST /neutron/port HTTP/1.1" 200 1085 0.018527 10.0.0.22 - - [2025-11-06 02:03:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005827 10.0.0.22 - - [2025-11-06 02:03:21] "POST /neutron/port HTTP/1.1" 200 1085 0.012221 10.0.0.22 - - [2025-11-06 02:03:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007917 10.0.0.22 - - [2025-11-06 02:03:21] "POST /neutron/port HTTP/1.1" 200 1085 0.009204 10.0.0.22 - - [2025-11-06 02:03:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005446 10.0.0.22 - - [2025-11-06 02:03:21] "GET /virtual-machine/5518cc36-06cb-4983-b237-a5d60a01f901 HTTP/1.1" 200 1290 0.003955 10.0.0.22 - - [2025-11-06 02:03:21] "GET /virtual-machine-interface/9936e539-2942-4e86-bffd-383858e56d6a HTTP/1.1" 200 2935 0.004888 10.0.0.22 - - [2025-11-06 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002505 10.0.0.22 - - [2025-11-06 02:03:21] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002394 10.0.0.22 - - [2025-11-06 02:03:21] "GET /virtual-networks?parent_id=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002602 10.0.0.22 - - [2025-11-06 02:03:21] "GET /virtual-network/e614ea0b-0c36-4735-a506-e234074c65f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005214 10.0.0.22 - - [2025-11-06 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002520 10.0.0.22 - - [2025-11-06 02:03:23] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002476 10.0.0.22 - - [2025-11-06 02:03:23] "GET /virtual-networks?parent_id=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002602 10.0.0.22 - - [2025-11-06 02:03:23] "GET /virtual-network/e614ea0b-0c36-4735-a506-e234074c65f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004830 10.0.0.22 - - [2025-11-06 02:03:28] "POST /neutron/router HTTP/1.1" 200 580 0.004141 10.0.0.22 - - [2025-11-06 02:03:28] "GET /projects?obj_uuids=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001118 10.0.0.22 - - [2025-11-06 02:03:28] "POST /neutron/router HTTP/1.1" 200 344 0.191376 10.0.0.22 - - [2025-11-06 02:03:28] "POST /ref-update HTTP/1.1" 200 156 0.011171 10.0.0.22 - - [2025-11-06 02:03:28] "POST /neutron/port HTTP/1.1" 200 1884 0.020437 10.0.0.22 - - [2025-11-06 02:03:30] "POST /neutron/router HTTP/1.1" 200 580 0.003815 10.0.0.22 - - [2025-11-06 02:03:30] "POST /ref-update HTTP/1.1" 200 156 0.011597 10.0.0.22 - - [2025-11-06 02:03:30] "POST /neutron/router HTTP/1.1" 200 344 0.094988 10.0.0.22 - - [2025-11-06 02:03:33] "POST /neutron/router HTTP/1.1" 200 580 0.004851 10.0.0.22 - - [2025-11-06 02:03:33] "GET /projects?obj_uuids=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001297 10.0.0.22 - - [2025-11-06 02:03:33] "POST /neutron/router HTTP/1.1" 200 344 0.179146 10.0.0.22 - - [2025-11-06 02:03:33] "POST /ref-update HTTP/1.1" 200 156 0.015034 10.0.0.22 - - [2025-11-06 02:03:35] "DELETE /project/3058dc41a5cf4ee2aa5d4a913a998da8 HTTP/1.1" 404 173 0.007505 10.0.0.22 - - [2025-11-06 02:03:35] "DELETE /project/d1d9f3c8bf454736b2a27946348086e7 HTTP/1.1" 404 173 0.005363 10.0.0.22 - - [2025-11-06 02:03:35] "GET /projects?obj_uuids=51d9c018-2f48-4612-9a98-576e441415f4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000751 10.0.0.22 - - [2025-11-06 02:03:35] "GET /projects?obj_uuids=3058dc41-a5cf-4ee2-aa5d-4a913a998da8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000696 10.0.0.22 - - [2025-11-06 02:03:35] "GET /project/3058dc41-a5cf-4ee2-aa5d-4a913a998da8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.022036 10.0.0.22 - - [2025-11-06 02:03:35] "GET /project/51d9c018-2f48-4612-9a98-576e441415f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.027233 10.0.0.22 - - [2025-11-06 02:03:35] "GET /projects?obj_uuids=3058dc41-a5cf-4ee2-aa5d-4a913a998da8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000884 10.0.0.22 - - [2025-11-06 02:03:35] "GET /projects?obj_uuids=51d9c018-2f48-4612-9a98-576e441415f4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000777 10.0.0.22 - - [2025-11-06 02:03:35] "GET /project/3058dc41-a5cf-4ee2-aa5d-4a913a998da8?fields=security_groups HTTP/1.1" 200 1351 0.071954 10.0.0.22 - - [2025-11-06 02:03:35] "GET /project/51d9c018-2f48-4612-9a98-576e441415f4?fields=security_groups HTTP/1.1" 200 1348 0.080162 10.0.0.22 - - [2025-11-06 02:03:35] "DELETE /security-group/c41fde02-a6d9-4e98-a4b1-68258cb7716a HTTP/1.1" 200 115 0.061309 10.0.0.22 - - [2025-11-06 02:03:35] "GET /projects?obj_uuids=3058dc41-a5cf-4ee2-aa5d-4a913a998da8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001179 10.0.0.22 - - [2025-11-06 02:03:35] "DELETE /access-control-list/054e0941-e5d3-4cdb-9e31-6862bc49cc2b HTTP/1.1" 200 115 0.047613 10.0.0.22 - - [2025-11-06 02:03:35] "DELETE /security-group/885556fc-5c91-48b1-a0fb-0e2b010c4fe8 HTTP/1.1" 200 115 0.075713 10.0.0.22 - - [2025-11-06 02:03:35] "GET /projects?obj_uuids=51d9c018-2f48-4612-9a98-576e441415f4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001626 10.0.0.22 - - [2025-11-06 02:03:35] "GET /project/3058dc41-a5cf-4ee2-aa5d-4a913a998da8?fields=application_policy_sets HTTP/1.1" 200 1390 0.042265 10.0.0.22 - - [2025-11-06 02:03:35] "DELETE /access-control-list/b835b951-2702-4a24-bbf4-62f4281bb4a6 HTTP/1.1" 200 115 0.042530 10.0.0.22 - - [2025-11-06 02:03:35] "DELETE /access-control-list/804331b4-752f-49d8-a4bb-8e60ccad16bf HTTP/1.1" 200 115 0.028682 10.0.0.22 - - [2025-11-06 02:03:35] "GET /project/51d9c018-2f48-4612-9a98-576e441415f4?fields=application_policy_sets HTTP/1.1" 200 1387 0.089139 10.0.0.22 - - [2025-11-06 02:03:35] "DELETE /access-control-list/fb89a424-3b10-412c-affe-43d7c46559a3 HTTP/1.1" 200 115 0.034039 10.0.0.22 - - [2025-11-06 02:03:35] "DELETE /project/3058dc41-a5cf-4ee2-aa5d-4a913a998da8 HTTP/1.1" 200 115 0.389617 10.0.0.22 - - [2025-11-06 02:03:35] "DELETE /project/51d9c018-2f48-4612-9a98-576e441415f4 HTTP/1.1" 200 115 0.448320 10.0.0.22 - - [2025-11-06 02:03:36] "POST /neutron/router HTTP/1.1" 200 580 0.005180 10.0.0.22 - - [2025-11-06 02:03:36] "POST /ref-update HTTP/1.1" 200 156 0.012526 10.0.0.22 - - [2025-11-06 02:03:36] "POST /neutron/router HTTP/1.1" 200 344 0.125122 10.0.0.22 - - [2025-11-06 02:03:36] "POST /neutron/router HTTP/1.1" 200 580 0.006702 10.0.0.22 - - [2025-11-06 02:03:36] "POST /ref-update HTTP/1.1" 200 156 0.014640 10.0.0.22 - - [2025-11-06 02:03:36] "POST /neutron/router HTTP/1.1" 200 344 0.096810 10.0.0.22 - - [2025-11-06 02:03:36] "POST /neutron/router HTTP/1.1" 200 580 0.005196 10.0.0.22 - - [2025-11-06 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004993 10.0.0.22 - - [2025-11-06 02:03:36] "GET /logical-router/363dca68-1719-4ebf-ac15-cbb5504c1ac4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003147 10.0.0.22 - - [2025-11-06 02:03:36] "POST /neutron/router HTTP/1.1" 200 151 0.050102 10.0.0.22 - - [2025-11-06 02:03:36] "DELETE /route-target/f30799bf-da07-4996-9e61-0214729ba4fd HTTP/1.1" 200 115 0.013540 10.0.0.22 - - [2025-11-06 02:03:36] "POST /neutron/network HTTP/1.1" 200 823 0.006574 10.0.0.22 - - [2025-11-06 02:03:36] "POST /neutron/network HTTP/1.1" 400 204 0.009130 10.0.0.22 - - [2025-11-06 02:03:37] "POST /neutron/port HTTP/1.1" 200 1085 0.011020 10.0.0.22 - - [2025-11-06 02:03:37] "POST /neutron/port HTTP/1.1" 200 1111 0.010814 10.0.0.22 - - [2025-11-06 02:03:37] "POST /neutron/port HTTP/1.1" 200 1087 0.014833 10.0.0.22 - - [2025-11-06 02:03:37] "POST /neutron/port HTTP/1.1" 200 1113 0.012330 10.0.0.22 - - [2025-11-06 02:03:37] "POST /neutron/port HTTP/1.1" 200 151 0.121988 10.0.0.22 - - [2025-11-06 02:03:37] "POST /neutron/port HTTP/1.1" 200 151 0.113634 10.0.0.22 - - [2025-11-06 02:03:38] "POST /neutron/network HTTP/1.1" 200 823 0.007270 10.0.0.22 - - [2025-11-06 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.22 - - [2025-11-06 02:03:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003494 10.0.0.22 - - [2025-11-06 02:03:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001680 10.0.0.22 - - [2025-11-06 02:03:38] "POST /neutron/network HTTP/1.1" 200 151 0.084330 10.0.0.22 - - [2025-11-06 02:03:38] "DELETE /route-target/df49e231-72d4-4b9b-9919-7844cc226ca9 HTTP/1.1" 200 115 0.019492 10.0.0.22 - - [2025-11-06 02:03:38] "POST /neutron/network HTTP/1.1" 200 825 0.006319 10.0.0.22 - - [2025-11-06 02:03:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003526 10.0.0.22 - - [2025-11-06 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.22 - - [2025-11-06 02:03:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002410 10.0.0.22 - - [2025-11-06 02:03:38] "POST /neutron/network HTTP/1.1" 200 151 0.071632 10.0.0.22 - - [2025-11-06 02:03:38] "DELETE /route-target/4448f305-6581-4871-b4dd-4c4980af9e18 HTTP/1.1" 200 115 0.014640 10.0.0.22 - - [2025-11-06 02:03:39] "GET /projects?obj_uuids=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000924 10.0.0.22 - - [2025-11-06 02:03:39] "GET /project/d1d9f3c8-bf45-4736-b2a2-7946348086e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.023538 10.0.0.22 - - [2025-11-06 02:03:39] "GET /projects?obj_uuids=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000870 10.0.0.22 - - [2025-11-06 02:03:39] "GET /project/d1d9f3c8-bf45-4736-b2a2-7946348086e7?fields=virtual_networks HTTP/1.1" 200 1029 0.064376 10.0.0.22 - - [2025-11-06 02:03:39] "GET /projects?obj_uuids=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001207 10.0.0.22 - - [2025-11-06 02:03:39] "GET /project/d1d9f3c8-bf45-4736-b2a2-7946348086e7?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.024928 10.0.0.22 - - [2025-11-06 02:03:39] "GET /projects?obj_uuids=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000892 10.0.0.22 - - [2025-11-06 02:03:39] "GET /project/d1d9f3c8-bf45-4736-b2a2-7946348086e7?fields=security_groups HTTP/1.1" 200 1253 0.023064 10.0.0.22 - - [2025-11-06 02:03:40] "GET /obj-perms HTTP/1.1" 200 5056 0.152661 10.0.0.22 - - [2025-11-06 02:03:40] "GET /obj-perms HTTP/1.1" 200 5056 0.052742 10.0.0.22 - - [2025-11-06 02:03:40] "POST /fqname-to-id HTTP/1.1" 404 191 0.020581 10.0.0.22 - - [2025-11-06 02:03:40] "GET /projects?obj_uuids=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002198 10.0.0.22 - - [2025-11-06 02:03:40] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.22 - - [2025-11-06 02:03:40] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006015 10.0.0.22 - - [2025-11-06 02:03:40] "POST /id-to-fqname HTTP/1.1" 200 193 0.000985 10.0.0.22 - - [2025-11-06 02:03:40] "POST /fqname-to-id HTTP/1.1" 404 202 0.003042 10.0.0.22 - - [2025-11-06 02:03:41] "POST /security-groups HTTP/1.1" 200 594 0.060499 10.0.0.22 - - [2025-11-06 02:03:41] "POST /fqname-to-id HTTP/1.1" 404 237 0.002030 10.0.0.22 - - [2025-11-06 02:03:41] "POST /projects HTTP/1.1" 200 591 0.196981 10.0.0.22 - - [2025-11-06 02:03:41] "POST /access-control-lists HTTP/1.1" 200 599 0.069393 10.0.0.22 - - [2025-11-06 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.265810 10.0.0.22 - - [2025-11-06 02:03:41] "POST /fqname-to-id HTTP/1.1" 404 236 0.002244 10.0.0.22 - - [2025-11-06 02:03:41] "GET /project/fd6056e2-c107-4aee-8ca0-827368495294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.378572 10.0.0.22 - - [2025-11-06 02:03:41] "POST /access-control-lists HTTP/1.1" 200 597 0.060542 10.0.0.22 - - [2025-11-06 02:03:42] "GET / HTTP/1.1" 200 35931 0.002564 10.0.0.22 - - [2025-11-06 02:03:43] "GET /project/fd6056e2-c107-4aee-8ca0-827368495294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000407 10.0.0.22 - - [2025-11-06 02:03:43] "GET /projects?obj_uuids=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000906 10.0.0.22 - - [2025-11-06 02:03:43] "GET /project/fd6056e2-c107-4aee-8ca0-827368495294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.046590 10.0.0.22 - - [2025-11-06 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.22 - - [2025-11-06 02:03:43] "GET /security-group/5d1e4983-1fc5-4606-bb73-ff8015bbd7be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.005777 10.0.0.22 - - [2025-11-06 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.22 - - [2025-11-06 02:03:43] "GET /projects?obj_uuids=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001294 10.0.0.22 - - [2025-11-06 02:03:43] "GET /project/fd6056e2-c107-4aee-8ca0-827368495294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.028120 10.0.0.22 - - [2025-11-06 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.22 - - [2025-11-06 02:03:43] "GET /security-group/5d1e4983-1fc5-4606-bb73-ff8015bbd7be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.003814 10.0.0.22 - - [2025-11-06 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002476 10.0.0.22 - - [2025-11-06 02:03:43] "PUT /security-group/5d1e4983-1fc5-4606-bb73-ff8015bbd7be HTTP/1.1" 200 262 0.013051 10.0.0.22 - - [2025-11-06 02:03:43] "PUT /access-control-list/3d563cf5-4ab4-4f88-8061-a03621add682 HTTP/1.1" 200 272 0.008471 10.0.0.22 - - [2025-11-06 02:03:43] "PUT /access-control-list/4d65c7bd-bc00-450f-be56-cb548907c32b HTTP/1.1" 200 272 0.008708 10.0.0.22 - - [2025-11-06 02:03:43] "POST /fqname-to-id HTTP/1.1" 404 202 0.002037 10.0.0.22 - - [2025-11-06 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002291 10.0.0.22 - - [2025-11-06 02:03:44] "GET /projects?obj_uuids=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001312 10.0.0.22 - - [2025-11-06 02:03:44] "GET /project/fd6056e2-c107-4aee-8ca0-827368495294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.024662 10.0.0.22 - - [2025-11-06 02:03:44] "POST /neutron/network HTTP/1.1" 200 117 0.034367 10.0.0.22 - - [2025-11-06 02:03:44] "GET /projects?obj_uuids=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000836 10.0.0.22 - - [2025-11-06 02:03:44] "POST /neutron/network HTTP/1.1" 200 608 0.062103 10.0.0.22 - - [2025-11-06 02:03:44] "POST /route-targets HTTP/1.1" 200 327 0.012461 10.0.0.22 - - [2025-11-06 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.010840 10.0.0.22 - - [2025-11-06 02:03:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003442 10.0.0.22 - - [2025-11-06 02:03:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.200207 10.0.0.22 - - [2025-11-06 02:03:44] "POST /neutron/network HTTP/1.1" 200 826 0.004869 10.0.0.22 - - [2025-11-06 02:03:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001080 10.0.0.22 - - [2025-11-06 02:03:44] "GET /virtual-network/276bd6d2-24fe-47f2-a4fa-0db1a132f0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003814 10.0.0.22 - - [2025-11-06 02:03:44] "POST /neutron/network HTTP/1.1" 200 826 0.004616 10.0.0.22 - - [2025-11-06 02:03:44] "GET /virtual-network/276bd6d2-24fe-47f2-a4fa-0db1a132f0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004928 10.0.0.22 - - [2025-11-06 02:03:44] "POST /neutron/network HTTP/1.1" 200 826 0.007774 10.0.0.22 - - [2025-11-06 02:03:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.006555 10.0.0.22 - - [2025-11-06 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001901 10.0.0.22 - - [2025-11-06 02:03:44] "GET /projects?obj_uuids=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001139 10.0.0.22 - - [2025-11-06 02:03:44] "GET /project/fd6056e2-c107-4aee-8ca0-827368495294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.025712 10.0.0.22 - - [2025-11-06 02:03:44] "POST /neutron/network HTTP/1.1" 200 117 0.008104 10.0.0.22 - - [2025-11-06 02:03:44] "GET /projects?obj_uuids=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000946 10.0.0.22 - - [2025-11-06 02:03:44] "POST /neutron/network HTTP/1.1" 200 615 0.091068 10.0.0.22 - - [2025-11-06 02:03:44] "POST /route-targets HTTP/1.1" 200 327 0.014071 10.0.0.22 - - [2025-11-06 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.012950 10.0.0.22 - - [2025-11-06 02:03:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002864 10.0.0.22 - - [2025-11-06 02:03:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.166026 10.0.0.22 - - [2025-11-06 02:03:44] "POST /neutron/network HTTP/1.1" 200 835 0.004128 10.0.0.22 - - [2025-11-06 02:03:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.000984 10.0.0.22 - - [2025-11-06 02:03:45] "GET /virtual-network/1f485d9e-6eb0-4e33-a9d9-4b053a1eaedd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003934 10.0.0.22 - - [2025-11-06 02:03:45] "POST /neutron/network HTTP/1.1" 200 835 0.004375 10.0.0.22 - - [2025-11-06 02:03:45] "GET /virtual-network/1f485d9e-6eb0-4e33-a9d9-4b053a1eaedd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003944 10.0.0.22 - - [2025-11-06 02:03:45] "POST /neutron/network HTTP/1.1" 200 835 0.004392 10.0.0.22 - - [2025-11-06 02:03:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.008452 10.0.0.22 - - [2025-11-06 02:03:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.000954 10.0.0.22 - - [2025-11-06 02:03:45] "POST /neutron/network HTTP/1.1" 200 836 0.005898 10.0.0.22 - - [2025-11-06 02:03:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000369 10.0.0.22 - - [2025-11-06 02:03:45] "GET / HTTP/1.1" 200 35931 0.001441 10.0.0.22 - - [2025-11-06 02:03:45] "GET /project/fd6056e2-c107-4aee-8ca0-827368495294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000321 10.0.0.22 - - [2025-11-06 02:03:46] "GET /projects?obj_uuids=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000942 10.0.0.22 - - [2025-11-06 02:03:46] "GET /project/fd6056e2-c107-4aee-8ca0-827368495294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.041604 10.0.0.22 - - [2025-11-06 02:03:46] "POST /neutron/network HTTP/1.1" 200 826 0.004648 10.0.0.22 - - [2025-11-06 02:03:46] "POST /neutron/port HTTP/1.1" 200 117 0.004155 10.0.0.22 - - [2025-11-06 02:03:46] "POST /neutron/port HTTP/1.1" 200 117 0.004520 10.0.0.22 - - [2025-11-06 02:03:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001092 10.0.0.22 - - [2025-11-06 02:03:46] "POST /neutron/port HTTP/1.1" 200 117 0.004944 10.0.0.22 - - [2025-11-06 02:03:46] "POST /neutron/network HTTP/1.1" 200 845 0.005131 10.0.0.22 - - [2025-11-06 02:03:46] "GET /aaa-mode HTTP/1.1" 401 292 0.000383 10.0.0.22 - - [2025-11-06 02:03:46] "POST /neutron/network HTTP/1.1" 200 836 0.005144 10.0.0.22 - - [2025-11-06 02:03:46] "GET /projects?obj_uuids=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001200 10.0.0.22 - - [2025-11-06 02:03:46] "GET / HTTP/1.1" 200 35931 0.002295 10.0.0.22 - - [2025-11-06 02:03:46] "GET /project/fd6056e2-c107-4aee-8ca0-827368495294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000369 10.0.0.22 - - [2025-11-06 02:03:46] "POST /neutron/port HTTP/1.1" 200 1062 0.210555 10.0.0.22 - - [2025-11-06 02:03:46] "POST /neutron/port HTTP/1.1" 200 1062 0.008286 10.0.0.22 - - [2025-11-06 02:03:46] "POST /neutron/port HTTP/1.1" 200 1062 0.010319 10.0.0.22 - - [2025-11-06 02:03:46] "POST /neutron/port HTTP/1.1" 200 1116 0.061053 10.0.0.22 - - [2025-11-06 02:03:46] "POST /neutron/port HTTP/1.1" 200 1090 0.008925 10.0.0.22 - - [2025-11-06 02:03:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003201 10.0.0.22 - - [2025-11-06 02:03:46] "POST /neutron/subnet HTTP/1.1" 200 694 0.005286 10.0.0.22 - - [2025-11-06 02:03:46] "POST /neutron/port HTTP/1.1" 200 117 0.001143 10.0.0.22 - - [2025-11-06 02:03:46] "POST /neutron/network HTTP/1.1" 200 826 0.004517 10.0.0.22 - - [2025-11-06 02:03:47] "GET /projects?obj_uuids=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001185 10.0.0.22 - - [2025-11-06 02:03:47] "GET /project/fd6056e2-c107-4aee-8ca0-827368495294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.036847 10.0.0.22 - - [2025-11-06 02:03:47] "POST /neutron/network HTTP/1.1" 200 835 0.005553 10.0.0.22 - - [2025-11-06 02:03:47] "POST /neutron/port HTTP/1.1" 200 1090 0.014983 10.0.0.22 - - [2025-11-06 02:03:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.012707 10.0.0.22 - - [2025-11-06 02:03:47] "POST /neutron/port HTTP/1.1" 200 117 0.004906 10.0.0.22 - - [2025-11-06 02:03:47] "GET /projects?obj_uuids=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001307 10.0.0.22 - - [2025-11-06 02:03:47] "POST /neutron/router HTTP/1.1" 200 585 0.058055 10.0.0.22 - - [2025-11-06 02:03:47] "POST /neutron/router HTTP/1.1" 200 585 0.003183 10.0.0.22 - - [2025-11-06 02:03:47] "POST /route-targets HTTP/1.1" 200 327 0.016401 10.0.0.22 - - [2025-11-06 02:03:47] "POST /neutron/router HTTP/1.1" 200 656 0.037003 10.0.0.22 - - [2025-11-06 02:03:47] "PUT /logical-router/043fd7c6-81a5-4259-885c-9500dbc61666 HTTP/1.1" 200 262 0.030986 10.0.0.22 - - [2025-11-06 02:03:47] "POST /neutron/router HTTP/1.1" 200 656 0.009172 10.0.0.22 - - [2025-11-06 02:03:47] "GET /logical-router/043fd7c6-81a5-4259-885c-9500dbc61666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.011111 10.0.0.22 - - [2025-11-06 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001775 10.0.0.22 - - [2025-11-06 02:03:47] "GET /projects?obj_uuids=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001224 10.0.0.22 - - [2025-11-06 02:03:47] "GET /service-template/4fdb432e-bd1b-482f-87ce-69dd060cde0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.002559 10.0.0.22 - - [2025-11-06 02:03:47] "POST /fqname-to-id HTTP/1.1" 404 215 0.004300 10.0.0.22 - - [2025-11-06 02:03:47] "POST /neutron/router HTTP/1.1" 200 344 0.247029 10.0.0.22 - - [2025-11-06 02:03:47] "POST /neutron/network HTTP/1.1" 200 845 0.025320 10.0.0.22 - - [2025-11-06 02:03:47] "POST /ref-update HTTP/1.1" 200 156 0.019857 10.0.0.22 - - [2025-11-06 02:03:47] "GET /projects?obj_uuids=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004810 10.0.0.22 - - [2025-11-06 02:03:47] "POST /neutron/port HTTP/1.1" 200 1090 0.023467 10.0.0.22 - - [2025-11-06 02:03:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.011516 10.0.0.22 - - [2025-11-06 02:03:47] "POST /useragent-kv HTTP/1.1" 200 115 0.009461 10.0.0.22 - - [2025-11-06 02:03:47] "POST /virtual-networks HTTP/1.1" 200 694 0.195892 10.0.0.22 - - [2025-11-06 02:03:47] "POST /route-targets HTTP/1.1" 200 327 0.026248 10.0.0.22 - - [2025-11-06 02:03:47] "POST /ref-update HTTP/1.1" 200 156 0.026979 10.0.0.22 - - [2025-11-06 02:03:47] "POST /service-instances HTTP/1.1" 200 670 0.081236 10.0.0.22 - - [2025-11-06 02:03:48] "POST /route-tables HTTP/1.1" 200 582 0.044375 10.0.0.22 - - [2025-11-06 02:03:48] "POST /neutron/port HTTP/1.1" 200 1064 0.338082 10.0.0.22 - - [2025-11-06 02:03:48] "POST /neutron/port HTTP/1.1" 200 1064 0.010263 10.0.0.22 - - [2025-11-06 02:03:48] "PUT /logical-router/043fd7c6-81a5-4259-885c-9500dbc61666 HTTP/1.1" 200 262 0.028994 10.0.0.22 - - [2025-11-06 02:03:48] "POST /neutron/port HTTP/1.1" 200 1064 0.014406 10.0.0.22 - - [2025-11-06 02:03:48] "POST /neutron/port HTTP/1.1" 200 1118 0.049395 10.0.0.22 - - [2025-11-06 02:03:48] "POST /ref-update HTTP/1.1" 200 156 0.042505 10.0.0.22 - - [2025-11-06 02:03:48] "POST /neutron/port HTTP/1.1" 200 1092 0.011057 10.0.0.22 - - [2025-11-06 02:03:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002822 10.0.0.22 - - [2025-11-06 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.22 - - [2025-11-06 02:03:48] "POST /neutron/subnet HTTP/1.1" 200 703 0.006725 10.0.0.22 - - [2025-11-06 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001540 10.0.0.22 - - [2025-11-06 02:03:48] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.22 - - [2025-11-06 02:03:48] "POST /neutron/network HTTP/1.1" 200 835 0.005937 10.0.0.22 - - [2025-11-06 02:03:48] "POST /virtual-machines HTTP/1.1" 200 553 0.012952 10.0.0.22 - - [2025-11-06 02:03:48] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.083581 10.0.0.22 - - [2025-11-06 02:03:48] "POST /chown HTTP/1.1" 200 109 0.007509 10.0.0.22 - - [2025-11-06 02:03:48] "POST /instance-ips HTTP/1.1" 200 551 0.038531 10.0.0.22 - - [2025-11-06 02:03:48] "POST /instance-ips HTTP/1.1" 400 246 0.015990 10.0.0.22 - - [2025-11-06 02:03:48] "POST /chown HTTP/1.1" 200 109 0.008148 10.0.0.22 - - [2025-11-06 02:03:48] "PUT /virtual-machine-interface/82e6c96f-6778-49f3-9d6f-b7287a7331d7 HTTP/1.1" 200 284 0.012222 10.0.0.22 - - [2025-11-06 02:03:48] "PUT /instance-ip/42768479-e4f3-492a-8a7b-567d18049564 HTTP/1.1" 200 256 0.012182 10.0.0.22 - - [2025-11-06 02:03:48] "POST /ref-update HTTP/1.1" 200 156 0.012330 10.0.0.22 - - [2025-11-06 02:03:48] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.079445 10.0.0.22 - - [2025-11-06 02:03:49] "POST /chown HTTP/1.1" 200 109 0.007771 10.0.0.22 - - [2025-11-06 02:03:49] "POST /instance-ips HTTP/1.1" 200 549 0.039094 10.0.0.22 - - [2025-11-06 02:03:49] "POST /instance-ips HTTP/1.1" 400 316 0.017134 10.0.0.22 - - [2025-11-06 02:03:49] "POST /chown HTTP/1.1" 200 109 0.007386 10.0.0.22 - - [2025-11-06 02:03:49] "PUT /virtual-machine-interface/198889ba-9572-447f-b900-5c98ede4b30b HTTP/1.1" 200 284 0.008602 10.0.0.22 - - [2025-11-06 02:03:49] "PUT /instance-ip/c33154e8-f695-4f82-baf7-df5563d5659c HTTP/1.1" 200 256 0.010778 10.0.0.22 - - [2025-11-06 02:03:49] "POST /ref-update HTTP/1.1" 200 156 0.011780 10.0.0.22 - - [2025-11-06 02:03:49] "POST /ref-update HTTP/1.1" 200 156 0.012178 10.0.0.22 - - [2025-11-06 02:03:49] "PUT /routing-instance/10867fd6-510d-47f1-a6eb-ca7d4170c5e3 HTTP/1.1" 200 266 0.012595 10.0.0.22 - - [2025-11-06 02:03:49] "POST /ref-update HTTP/1.1" 200 156 0.015621 10.0.0.22 - - [2025-11-06 02:03:49] "POST /virtual-machines HTTP/1.1" 200 553 0.019781 10.0.0.22 - - [2025-11-06 02:03:49] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.093274 10.0.0.22 - - [2025-11-06 02:03:49] "POST /chown HTTP/1.1" 200 109 0.006873 10.0.0.22 - - [2025-11-06 02:03:49] "POST /instance-ips HTTP/1.1" 400 246 0.012540 10.0.0.22 - - [2025-11-06 02:03:49] "POST /chown HTTP/1.1" 200 109 0.006451 10.0.0.22 - - [2025-11-06 02:03:49] "PUT /virtual-machine-interface/28172400-bbd7-44a6-a966-67012766b841 HTTP/1.1" 200 284 0.009516 10.0.0.22 - - [2025-11-06 02:03:49] "PUT /instance-ip/42768479-e4f3-492a-8a7b-567d18049564 HTTP/1.1" 200 256 0.012376 10.0.0.22 - - [2025-11-06 02:03:50] "POST /ref-update HTTP/1.1" 200 156 0.010050 10.0.0.22 - - [2025-11-06 02:03:50] "POST /ref-update HTTP/1.1" 200 156 0.011576 10.0.0.22 - - [2025-11-06 02:03:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.097909 10.0.0.22 - - [2025-11-06 02:03:50] "POST /ref-update HTTP/1.1" 200 156 0.015036 10.0.0.22 - - [2025-11-06 02:03:50] "PUT /routing-instance/10867fd6-510d-47f1-a6eb-ca7d4170c5e3 HTTP/1.1" 200 266 0.012465 10.0.0.22 - - [2025-11-06 02:03:50] "POST /chown HTTP/1.1" 200 109 0.007004 10.0.0.22 - - [2025-11-06 02:03:50] "POST /instance-ips HTTP/1.1" 400 316 0.015570 10.0.0.22 - - [2025-11-06 02:03:50] "POST /chown HTTP/1.1" 200 109 0.006196 10.0.0.22 - - [2025-11-06 02:03:50] "PUT /virtual-machine-interface/4fd71b3b-035d-4ae1-a2b6-0fb32f7f266b HTTP/1.1" 200 284 0.009950 10.0.0.22 - - [2025-11-06 02:03:50] "PUT /instance-ip/c33154e8-f695-4f82-baf7-df5563d5659c HTTP/1.1" 200 256 0.010227 10.0.0.22 - - [2025-11-06 02:03:50] "POST /ref-update HTTP/1.1" 200 156 0.015299 10.0.0.22 - - [2025-11-06 02:03:50] "POST /ref-update HTTP/1.1" 200 156 0.021214 10.0.0.22 - - [2025-11-06 02:03:50] "PUT /routing-instance/10867fd6-510d-47f1-a6eb-ca7d4170c5e3 HTTP/1.1" 200 266 0.033417 10.0.0.22 - - [2025-11-06 02:03:50] "POST /ref-update HTTP/1.1" 200 156 0.029751 10.0.0.22 - - [2025-11-06 02:03:52] "POST /neutron/port HTTP/1.1" 200 1090 0.010447 10.0.0.22 - - [2025-11-06 02:03:52] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005743 10.0.0.22 - - [2025-11-06 02:03:52] "POST /neutron/port HTTP/1.1" 200 1090 0.010019 10.0.0.22 - - [2025-11-06 02:03:52] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005583 10.0.0.22 - - [2025-11-06 02:03:52] "POST /neutron/port HTTP/1.1" 200 1090 0.011928 10.0.0.22 - - [2025-11-06 02:03:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005665 10.0.0.22 - - [2025-11-06 02:03:53] "GET /virtual-machine/86d1bf60-dedf-43ed-88ad-9b6734dcbf66 HTTP/1.1" 401 292 0.000408 10.0.0.22 - - [2025-11-06 02:03:53] "GET /virtual-machine/86d1bf60-dedf-43ed-88ad-9b6734dcbf66 HTTP/1.1" 200 1294 0.028023 10.0.0.22 - - [2025-11-06 02:03:53] "GET /virtual-machine-interface/9e454ad7-1836-49b2-9a04-0565ad34c197 HTTP/1.1" 200 2957 0.007049 10.0.0.22 - - [2025-11-06 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.22 - - [2025-11-06 02:03:53] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003018 10.0.0.22 - - [2025-11-06 02:03:53] "GET /virtual-networks?parent_id=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002735 10.0.0.22 - - [2025-11-06 02:03:53] "GET /virtual-network/276bd6d2-24fe-47f2-a4fa-0db1a132f0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006511 10.0.0.22 - - [2025-11-06 02:03:55] "POST /neutron/port HTTP/1.1" 200 1090 0.011403 10.0.0.22 - - [2025-11-06 02:03:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004507 10.0.0.22 - - [2025-11-06 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002449 10.0.0.22 - - [2025-11-06 02:03:56] "GET /virtual-network/276bd6d2-24fe-47f2-a4fa-0db1a132f0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005507 10.0.0.22 - - [2025-11-06 02:03:56] "POST /neutron/port HTTP/1.1" 200 1092 0.016241 10.0.0.22 - - [2025-11-06 02:03:56] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006463 10.0.0.22 - - [2025-11-06 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.22 - - [2025-11-06 02:03:58] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002714 10.0.0.22 - - [2025-11-06 02:03:58] "GET /virtual-networks?parent_id=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002465 10.0.0.22 - - [2025-11-06 02:03:58] "GET /virtual-network/276bd6d2-24fe-47f2-a4fa-0db1a132f0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004526 10.0.0.22 - - [2025-11-06 02:03:59] "POST /neutron/port HTTP/1.1" 200 1092 0.009831 10.0.0.22 - - [2025-11-06 02:03:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005372 10.0.0.22 - - [2025-11-06 02:03:59] "POST /neutron/port HTTP/1.1" 200 1092 0.010515 10.0.0.22 - - [2025-11-06 02:03:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006067 10.0.0.22 - - [2025-11-06 02:03:59] "POST /neutron/port HTTP/1.1" 200 1092 0.012456 10.0.0.22 - - [2025-11-06 02:03:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005551 10.0.0.22 - - [2025-11-06 02:03:59] "GET /virtual-machine/3e47ab1f-b22b-4b2d-96ff-5864cf4598cb HTTP/1.1" 200 1295 0.003759 10.0.0.22 - - [2025-11-06 02:03:59] "GET /virtual-machine-interface/2d768126-8bcc-43df-a68f-d9ea94b89f33 HTTP/1.1" 200 2968 0.004584 10.0.0.22 - - [2025-11-06 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.22 - - [2025-11-06 02:03:59] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002866 10.0.0.22 - - [2025-11-06 02:03:59] "GET /virtual-networks?parent_id=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002801 10.0.0.22 - - [2025-11-06 02:03:59] "GET /virtual-network/1f485d9e-6eb0-4e33-a9d9-4b053a1eaedd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004941 10.0.0.22 - - [2025-11-06 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.22 - - [2025-11-06 02:04:00] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002945 10.0.0.22 - - [2025-11-06 02:04:00] "GET /virtual-networks?parent_id=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003163 10.0.0.22 - - [2025-11-06 02:04:00] "GET /virtual-network/1f485d9e-6eb0-4e33-a9d9-4b053a1eaedd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005251 10.0.0.22 - - [2025-11-06 02:04:04] "POST /neutron/router HTTP/1.1" 200 656 0.003509 10.0.0.22 - - [2025-11-06 02:04:04] "POST /ref-update HTTP/1.1" 200 156 0.010039 10.0.0.22 - - [2025-11-06 02:04:04] "POST /neutron/router HTTP/1.1" 200 344 0.076863 10.0.0.22 - - [2025-11-06 02:04:04] "POST /neutron/router HTTP/1.1" 200 656 0.004158 10.0.0.22 - - [2025-11-06 02:04:04] "GET /logical-router/043fd7c6-81a5-4259-885c-9500dbc61666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1970 0.004651 10.0.0.22 - - [2025-11-06 02:04:04] "GET /service-instance/cb1ab5fa-7277-4bc6-a371-22c35f6ad49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.002887 10.0.0.22 - - [2025-11-06 02:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002223 10.0.0.22 - - [2025-11-06 02:04:04] "POST /neutron/router HTTP/1.1" 200 151 0.046844 10.0.0.22 - - [2025-11-06 02:04:04] "DELETE /route-target/d28d8049-2932-4324-9c8a-70776c77d38f HTTP/1.1" 409 239 0.005263 10.0.0.22 - - [2025-11-06 02:04:04] "PUT /logical-router/043fd7c6-81a5-4259-885c-9500dbc61666 HTTP/1.1" 404 171 0.002511 10.0.0.22 - - [2025-11-06 02:04:04] "POST /ref-update HTTP/1.1" 200 156 0.009248 10.0.0.22 - - [2025-11-06 02:04:05] "DELETE /route-table/5e947b5b-52ee-4f20-8d57-d3e38d9eba6e HTTP/1.1" 200 115 0.024211 10.0.0.22 - - [2025-11-06 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.22 - - [2025-11-06 02:04:05] "PUT /routing-instance/10867fd6-510d-47f1-a6eb-ca7d4170c5e3 HTTP/1.1" 200 266 0.008705 10.0.0.22 - - [2025-11-06 02:04:05] "POST /neutron/network HTTP/1.1" 200 835 0.004698 10.0.0.22 - - [2025-11-06 02:04:05] "GET /virtual-network/547134a7-da61-4bdb-9841-6705369b1952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.010510 10.0.0.22 - - [2025-11-06 02:04:05] "POST /neutron/network HTTP/1.1" 400 204 0.029692 10.0.0.22 - - [2025-11-06 02:04:05] "POST /ref-update HTTP/1.1" 200 156 0.008144 10.0.0.22 - - [2025-11-06 02:04:05] "POST /ref-update HTTP/1.1" 200 156 0.008679 10.0.0.22 - - [2025-11-06 02:04:05] "DELETE /instance-ip/c33154e8-f695-4f82-baf7-df5563d5659c HTTP/1.1" 200 115 0.043618 10.0.0.22 - - [2025-11-06 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.22 - - [2025-11-06 02:04:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005455 10.0.0.22 - - [2025-11-06 02:04:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003534 10.0.0.22 - - [2025-11-06 02:04:05] "DELETE /virtual-network/547134a7-da61-4bdb-9841-6705369b1952 HTTP/1.1" 200 115 0.109524 10.0.0.22 - - [2025-11-06 02:04:05] "DELETE /route-target/2b3203cd-5f81-4771-964f-b1005ee37811 HTTP/1.1" 200 115 0.023510 10.0.0.22 - - [2025-11-06 02:04:05] "DELETE /service-instance/cb1ab5fa-7277-4bc6-a371-22c35f6ad49e HTTP/1.1" 200 115 0.027525 10.0.0.22 - - [2025-11-06 02:04:05] "GET /logical-router/043fd7c6-81a5-4259-885c-9500dbc61666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002838 10.0.0.22 - - [2025-11-06 02:04:05] "GET /service-instance/cb1ab5fa-7277-4bc6-a371-22c35f6ad49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002228 10.0.0.22 - - [2025-11-06 02:04:05] "POST /neutron/port HTTP/1.1" 200 1092 0.011029 10.0.0.22 - - [2025-11-06 02:04:05] "POST /neutron/port HTTP/1.1" 200 1118 0.010911 10.0.0.22 - - [2025-11-06 02:04:05] "GET /virtual-machine-interface/82e6c96f-6778-49f3-9d6f-b7287a7331d7?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1653 0.005445 10.0.0.22 - - [2025-11-06 02:04:05] "POST /neutron/port HTTP/1.1" 200 1090 0.021493 10.0.0.22 - - [2025-11-06 02:04:05] "POST /neutron/port HTTP/1.1" 200 1116 0.011016 10.0.0.22 - - [2025-11-06 02:04:05] "POST /ref-update HTTP/1.1" 200 156 0.030406 10.0.0.22 - - [2025-11-06 02:04:05] "POST /neutron/port HTTP/1.1" 200 151 0.127472 10.0.0.22 - - [2025-11-06 02:04:05] "GET /instance-ip/42768479-e4f3-492a-8a7b-567d18049564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.008552 10.0.0.22 - - [2025-11-06 02:04:05] "POST /neutron/port HTTP/1.1" 200 151 0.119535 10.0.0.22 - - [2025-11-06 02:04:05] "DELETE /virtual-machine-interface/82e6c96f-6778-49f3-9d6f-b7287a7331d7 HTTP/1.1" 200 115 0.044835 10.0.0.22 - - [2025-11-06 02:04:05] "GET /virtual-machine-interface/198889ba-9572-447f-b900-5c98ede4b30b?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1333 0.005045 10.0.0.22 - - [2025-11-06 02:04:05] "DELETE /virtual-machine-interface/198889ba-9572-447f-b900-5c98ede4b30b HTTP/1.1" 200 115 0.028139 10.0.0.22 - - [2025-11-06 02:04:05] "POST /ref-update HTTP/1.1" 200 156 0.008973 10.0.0.22 - - [2025-11-06 02:04:05] "DELETE /virtual-machine/93e9bfc3-dc15-494d-b617-345f5a01e433 HTTP/1.1" 200 115 0.015732 10.0.0.22 - - [2025-11-06 02:04:05] "GET /virtual-machine-interface/4fd71b3b-035d-4ae1-a2b6-0fb32f7f266b?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1333 0.004982 10.0.0.22 - - [2025-11-06 02:04:06] "DELETE /virtual-machine-interface/4fd71b3b-035d-4ae1-a2b6-0fb32f7f266b HTTP/1.1" 200 115 0.023458 10.0.0.22 - - [2025-11-06 02:04:06] "GET /virtual-machine-interface/28172400-bbd7-44a6-a966-67012766b841?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1653 0.004839 10.0.0.22 - - [2025-11-06 02:04:06] "POST /ref-update HTTP/1.1" 200 156 0.009802 10.0.0.22 - - [2025-11-06 02:04:06] "GET /instance-ip/42768479-e4f3-492a-8a7b-567d18049564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.004341 10.0.0.22 - - [2025-11-06 02:04:06] "DELETE /instance-ip/42768479-e4f3-492a-8a7b-567d18049564 HTTP/1.1" 200 115 0.023738 10.0.0.22 - - [2025-11-06 02:04:06] "DELETE /virtual-machine-interface/28172400-bbd7-44a6-a966-67012766b841 HTTP/1.1" 200 115 0.026369 10.0.0.22 - - [2025-11-06 02:04:06] "DELETE /virtual-machine/0eeca833-cab0-4c58-8c57-5631e08cfd1c HTTP/1.1" 200 115 0.016384 10.0.0.22 - - [2025-11-06 02:04:07] "POST /neutron/network HTTP/1.1" 200 835 0.005554 10.0.0.22 - - [2025-11-06 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.22 - - [2025-11-06 02:04:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002153 10.0.0.22 - - [2025-11-06 02:04:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002650 10.0.0.22 - - [2025-11-06 02:04:07] "POST /neutron/network HTTP/1.1" 200 151 0.075393 10.0.0.22 - - [2025-11-06 02:04:07] "DELETE /route-target/9cf2ec58-398e-435e-9c01-f2c7c055466c HTTP/1.1" 200 115 0.012523 10.0.0.22 - - [2025-11-06 02:04:07] "POST /neutron/network HTTP/1.1" 200 826 0.004625 10.0.0.22 - - [2025-11-06 02:04:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005487 10.0.0.22 - - [2025-11-06 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.22 - - [2025-11-06 02:04:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002809 10.0.0.22 - - [2025-11-06 02:04:07] "POST /neutron/network HTTP/1.1" 200 151 0.098480 10.0.0.22 - - [2025-11-06 02:04:07] "DELETE /route-target/83af0688-42da-49c5-bba5-c6faa67d37f9 HTTP/1.1" 200 115 0.018949 10.0.0.22 - - [2025-11-06 02:04:07] "GET /projects?obj_uuids=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000923 10.0.0.22 - - [2025-11-06 02:04:07] "GET /project/fd6056e2-c107-4aee-8ca0-827368495294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.018270 10.0.0.22 - - [2025-11-06 02:04:07] "GET /projects?obj_uuids=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000939 10.0.0.22 - - [2025-11-06 02:04:07] "GET /project/fd6056e2-c107-4aee-8ca0-827368495294?fields=virtual_networks HTTP/1.1" 200 1039 0.066500 10.0.0.22 - - [2025-11-06 02:04:07] "GET /projects?obj_uuids=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000901 10.0.0.22 - - [2025-11-06 02:04:07] "GET /project/fd6056e2-c107-4aee-8ca0-827368495294?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.022286 10.0.0.22 - - [2025-11-06 02:04:07] "GET /projects?obj_uuids=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000913 10.0.0.22 - - [2025-11-06 02:04:07] "GET /project/fd6056e2-c107-4aee-8ca0-827368495294?fields=security_groups HTTP/1.1" 200 1268 0.023787 10.0.0.22 - - [2025-11-06 02:04:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.022285 10.0.0.22 - - [2025-11-06 02:04:08] "GET /projects?obj_uuids=ee62857e-48fe-4900-924d-dc3a55b1c14e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001967 10.0.0.22 - - [2025-11-06 02:04:08] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.22 - - [2025-11-06 02:04:08] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005816 10.0.0.22 - - [2025-11-06 02:04:08] "POST /id-to-fqname HTTP/1.1" 200 198 0.001007 10.0.0.22 - - [2025-11-06 02:04:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.002564 10.0.0.22 - - [2025-11-06 02:04:08] "POST /security-groups HTTP/1.1" 200 599 0.064358 10.0.0.22 - - [2025-11-06 02:04:08] "POST /fqname-to-id HTTP/1.1" 404 242 0.002738 10.0.0.22 - - [2025-11-06 02:04:08] "POST /projects HTTP/1.1" 200 601 0.197355 10.0.0.22 - - [2025-11-06 02:04:08] "POST /access-control-lists HTTP/1.1" 200 604 0.058511 10.0.0.22 - - [2025-11-06 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.266234 10.0.0.22 - - [2025-11-06 02:04:08] "POST /fqname-to-id HTTP/1.1" 404 241 0.002486 10.0.0.22 - - [2025-11-06 02:04:09] "GET /project/ee62857e-48fe-4900-924d-dc3a55b1c14e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.374466 10.0.0.22 - - [2025-11-06 02:04:09] "POST /access-control-lists HTTP/1.1" 200 602 0.060679 10.0.0.22 - - [2025-11-06 02:04:10] "GET / HTTP/1.1" 200 35931 0.001733 10.0.0.22 - - [2025-11-06 02:04:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.22 - - [2025-11-06 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.060308 10.0.0.22 - - [2025-11-06 02:04:11] "GET /projects?obj_uuids=ee62857e-48fe-4900-924d-dc3a55b1c14e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000896 10.0.0.22 - - [2025-11-06 02:04:11] "GET /project/ee62857e-48fe-4900-924d-dc3a55b1c14e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.022526 10.0.0.22 - - [2025-11-06 02:04:11] "POST /neutron/network HTTP/1.1" 200 117 0.031197 10.0.0.22 - - [2025-11-06 02:04:11] "GET /projects?obj_uuids=ee62857e-48fe-4900-924d-dc3a55b1c14e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001264 10.0.0.22 - - [2025-11-06 02:04:11] "POST /neutron/network HTTP/1.1" 200 613 0.072480 10.0.0.22 - - [2025-11-06 02:04:11] "POST /route-targets HTTP/1.1" 200 327 0.009464 10.0.0.22 - - [2025-11-06 02:04:11] "POST /ref-update HTTP/1.1" 200 156 0.011141 10.0.0.22 - - [2025-11-06 02:04:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003389 10.0.0.22 - - [2025-11-06 02:04:11] "POST /neutron/subnet HTTP/1.1" 200 729 0.182854 10.0.0.22 - - [2025-11-06 02:04:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000347 10.0.0.22 - - [2025-11-06 02:04:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002251 10.0.0.22 - - [2025-11-06 02:04:11] "POST /neutron/subnet HTTP/1.1" 200 823 0.180875 10.0.0.22 - - [2025-11-06 02:04:11] "POST /neutron/network HTTP/1.1" 200 1006 0.005889 10.0.0.22 - - [2025-11-06 02:04:11] "POST /id-to-fqname HTTP/1.1" 200 228 0.000969 10.0.0.22 - - [2025-11-06 02:04:11] "GET /virtual-network/ada39c68-96d3-4726-a0eb-8b93576afae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.003829 10.0.0.22 - - [2025-11-06 02:04:11] "POST /neutron/network HTTP/1.1" 200 1006 0.005757 10.0.0.22 - - [2025-11-06 02:04:11] "GET /virtual-network/ada39c68-96d3-4726-a0eb-8b93576afae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004153 10.0.0.22 - - [2025-11-06 02:04:11] "POST /neutron/network HTTP/1.1" 200 1006 0.008064 10.0.0.22 - - [2025-11-06 02:04:11] "POST /neutron/subnet HTTP/1.1" 200 729 0.005898 10.0.0.22 - - [2025-11-06 02:04:11] "POST /neutron/subnet HTTP/1.1" 200 823 0.006424 10.0.0.22 - - [2025-11-06 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001807 10.0.0.22 - - [2025-11-06 02:04:11] "GET /projects?obj_uuids=ee62857e-48fe-4900-924d-dc3a55b1c14e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001123 10.0.0.22 - - [2025-11-06 02:04:11] "GET /project/ee62857e-48fe-4900-924d-dc3a55b1c14e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.021715 10.0.0.22 - - [2025-11-06 02:04:11] "POST /neutron/network HTTP/1.1" 200 117 0.008455 10.0.0.22 - - [2025-11-06 02:04:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.025689 10.0.0.22 - - [2025-11-06 02:04:11] "GET /projects?obj_uuids=ee62857e-48fe-4900-924d-dc3a55b1c14e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000865 10.0.0.22 - - [2025-11-06 02:04:11] "POST /neutron/network HTTP/1.1" 200 613 0.054812 10.0.0.22 - - [2025-11-06 02:04:11] "POST /route-targets HTTP/1.1" 200 327 0.011646 10.0.0.22 - - [2025-11-06 02:04:12] "POST /ref-update HTTP/1.1" 200 156 0.009686 10.0.0.22 - - [2025-11-06 02:04:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002886 10.0.0.22 - - [2025-11-06 02:04:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.192349 10.0.0.22 - - [2025-11-06 02:04:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.005683 10.0.0.22 - - [2025-11-06 02:04:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003882 10.0.0.22 - - [2025-11-06 02:04:12] "POST /neutron/subnet HTTP/1.1" 200 828 0.178201 10.0.0.22 - - [2025-11-06 02:04:12] "POST /neutron/network HTTP/1.1" 200 1007 0.006245 10.0.0.22 - - [2025-11-06 02:04:12] "POST /id-to-fqname HTTP/1.1" 200 228 0.000996 10.0.0.22 - - [2025-11-06 02:04:12] "GET /virtual-network/14283315-ab29-4f15-99b7-59c82f8ae898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004061 10.0.0.22 - - [2025-11-06 02:04:12] "POST /neutron/network HTTP/1.1" 200 1007 0.007324 10.0.0.22 - - [2025-11-06 02:04:12] "GET /virtual-network/14283315-ab29-4f15-99b7-59c82f8ae898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004683 10.0.0.22 - - [2025-11-06 02:04:12] "POST /neutron/network HTTP/1.1" 200 1007 0.007763 10.0.0.22 - - [2025-11-06 02:04:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.005408 10.0.0.22 - - [2025-11-06 02:04:12] "POST /neutron/subnet HTTP/1.1" 200 828 0.005699 10.0.0.22 - - [2025-11-06 02:04:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.001865 10.0.0.22 - - [2025-11-06 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001707 10.0.0.22 - - [2025-11-06 02:04:12] "GET /projects?obj_uuids=ee62857e-48fe-4900-924d-dc3a55b1c14e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000885 10.0.0.22 - - [2025-11-06 02:04:12] "GET /project/ee62857e-48fe-4900-924d-dc3a55b1c14e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.021112 10.0.0.22 - - [2025-11-06 02:04:12] "POST /network-policys HTTP/1.1" 200 577 0.055997 10.0.0.22 - - [2025-11-06 02:04:12] "GET /network-policy/1e77c722-54f7-4092-a386-9d87442b71e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004508 10.0.0.22 - - [2025-11-06 02:04:12] "POST /neutron/network HTTP/1.1" 200 1006 0.006024 10.0.0.22 - - [2025-11-06 02:04:12] "POST /fqname-to-id HTTP/1.1" 404 242 0.004778 10.0.0.22 - - [2025-11-06 02:04:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.003812 10.0.0.22 - - [2025-11-06 02:04:12] "POST /neutron/network HTTP/1.1" 200 1114 0.044979 10.0.0.22 - - [2025-11-06 02:04:12] "POST /access-control-lists HTTP/1.1" 200 596 0.061057 10.0.0.22 - - [2025-11-06 02:04:12] "POST /neutron/network HTTP/1.1" 200 1114 0.036789 10.0.0.22 - - [2025-11-06 02:04:12] "GET /virtual-network/ada39c68-96d3-4726-a0eb-8b93576afae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005037 10.0.0.22 - - [2025-11-06 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002348 10.0.0.22 - - [2025-11-06 02:04:13] "GET /network-policy/1e77c722-54f7-4092-a386-9d87442b71e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003014 10.0.0.22 - - [2025-11-06 02:04:13] "POST /neutron/network HTTP/1.1" 200 1007 0.006016 10.0.0.22 - - [2025-11-06 02:04:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.004317 10.0.0.22 - - [2025-11-06 02:04:13] "POST /fqname-to-id HTTP/1.1" 404 242 0.002017 10.0.0.22 - - [2025-11-06 02:04:13] "POST /neutron/network HTTP/1.1" 200 1115 0.042454 10.0.0.22 - - [2025-11-06 02:04:13] "POST /access-control-lists HTTP/1.1" 200 596 0.065080 10.0.0.22 - - [2025-11-06 02:04:13] "POST /neutron/network HTTP/1.1" 200 1115 0.041292 10.0.0.22 - - [2025-11-06 02:04:13] "GET /virtual-network/14283315-ab29-4f15-99b7-59c82f8ae898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006674 10.0.0.22 - - [2025-11-06 02:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.22 - - [2025-11-06 02:04:13] "POST /ref-update HTTP/1.1" 200 156 0.008186 10.0.0.22 - - [2025-11-06 02:04:13] "GET /network-policy/1e77c722-54f7-4092-a386-9d87442b71e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003791 10.0.0.22 - - [2025-11-06 02:04:13] "GET /domains HTTP/1.1" 401 292 0.000436 10.0.0.22 - - [2025-11-06 02:04:13] "PUT /access-control-list/784bea8e-2b27-4630-ba83-dfed24a8bd7e HTTP/1.1" 200 272 0.051333 10.0.0.22 - - [2025-11-06 02:04:13] "GET /domains HTTP/1.1" 200 280 0.023685 10.0.0.22 - - [2025-11-06 02:04:13] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000833 10.0.0.22 - - [2025-11-06 02:04:13] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2954 0.006563 10.0.0.22 - - [2025-11-06 02:04:13] "GET /projects?obj_uuids=ee62857e-48fe-4900-924d-dc3a55b1c14e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000838 10.0.0.22 - - [2025-11-06 02:04:13] "GET /project/ee62857e-48fe-4900-924d-dc3a55b1c14e HTTP/1.1" 200 2626 0.072159 10.0.0.22 - - [2025-11-06 02:04:13] "GET /virtual-network/ada39c68-96d3-4726-a0eb-8b93576afae2 HTTP/1.1" 200 3507 0.006716 10.0.0.22 - - [2025-11-06 02:04:13] "GET /virtual-network/ada39c68-96d3-4726-a0eb-8b93576afae2 HTTP/1.1" 200 3507 0.004281 10.0.0.22 - - [2025-11-06 02:04:13] "GET /routing-instance/a0db33c8-b6ef-4fa1-bdc2-7262f2ed06d4 HTTP/1.1" 200 1796 0.003647 10.0.0.22 - - [2025-11-06 02:04:13] "GET /routing-instance/a0db33c8-b6ef-4fa1-bdc2-7262f2ed06d4 HTTP/1.1" 200 1796 0.002904 10.0.0.22 - - [2025-11-06 02:04:13] "GET /route-target/54130b27-a20a-4b69-9ec6-d90e3d21598a HTTP/1.1" 200 1212 0.002682 10.0.0.22 - - [2025-11-06 02:04:13] "GET /virtual-network/ada39c68-96d3-4726-a0eb-8b93576afae2 HTTP/1.1" 200 3507 0.004159 10.0.0.22 - - [2025-11-06 02:04:13] "GET /routing-instance/a0db33c8-b6ef-4fa1-bdc2-7262f2ed06d4 HTTP/1.1" 200 1796 0.002859 10.0.0.22 - - [2025-11-06 02:04:13] "GET /virtual-network/ada39c68-96d3-4726-a0eb-8b93576afae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.003611 10.0.0.22 - - [2025-11-06 02:04:13] "GET /virtual-network/ada39c68-96d3-4726-a0eb-8b93576afae2 HTTP/1.1" 200 3507 0.003647 10.0.0.22 - - [2025-11-06 02:04:13] "GET /routing-instance/a0db33c8-b6ef-4fa1-bdc2-7262f2ed06d4 HTTP/1.1" 200 1796 0.002546 10.0.0.22 - - [2025-11-06 02:04:13] "GET /routing-instance/a0db33c8-b6ef-4fa1-bdc2-7262f2ed06d4 HTTP/1.1" 200 1796 0.002280 10.0.0.22 - - [2025-11-06 02:04:13] "GET /route-target/54130b27-a20a-4b69-9ec6-d90e3d21598a HTTP/1.1" 200 1212 0.002414 10.0.0.22 - - [2025-11-06 02:04:13] "GET /domains HTTP/1.1" 200 280 0.001975 10.0.0.22 - - [2025-11-06 02:04:13] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000767 10.0.0.22 - - [2025-11-06 02:04:13] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2954 0.005491 10.0.0.22 - - [2025-11-06 02:04:13] "GET /projects?obj_uuids=ee62857e-48fe-4900-924d-dc3a55b1c14e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000793 10.0.0.22 - - [2025-11-06 02:04:13] "GET /project/ee62857e-48fe-4900-924d-dc3a55b1c14e HTTP/1.1" 200 2626 0.066906 10.0.0.22 - - [2025-11-06 02:04:13] "GET /virtual-network/ada39c68-96d3-4726-a0eb-8b93576afae2 HTTP/1.1" 200 3507 0.003662 10.0.0.22 - - [2025-11-06 02:04:14] "GET /obj-perms HTTP/1.1" 200 5046 0.049385 10.0.0.22 - - [2025-11-06 02:04:14] "GET /domains HTTP/1.1" 200 280 0.002362 10.0.0.22 - - [2025-11-06 02:04:14] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001180 10.0.0.22 - - [2025-11-06 02:04:14] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2954 0.008603 10.0.0.22 - - [2025-11-06 02:04:14] "GET /projects?obj_uuids=ee62857e-48fe-4900-924d-dc3a55b1c14e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000839 10.0.0.22 - - [2025-11-06 02:04:14] "GET /project/ee62857e-48fe-4900-924d-dc3a55b1c14e HTTP/1.1" 200 2626 0.061819 10.0.0.22 - - [2025-11-06 02:04:14] "GET /virtual-network/14283315-ab29-4f15-99b7-59c82f8ae898 HTTP/1.1" 200 3509 0.006120 10.0.0.22 - - [2025-11-06 02:04:14] "GET /virtual-network/14283315-ab29-4f15-99b7-59c82f8ae898 HTTP/1.1" 200 3509 0.005539 10.0.0.22 - - [2025-11-06 02:04:14] "GET /routing-instance/4009ecdb-beea-4a29-9f06-1032a4a7bec4 HTTP/1.1" 200 1795 0.003738 10.0.0.22 - - [2025-11-06 02:04:14] "GET /routing-instance/4009ecdb-beea-4a29-9f06-1032a4a7bec4 HTTP/1.1" 200 1795 0.002903 10.0.0.22 - - [2025-11-06 02:04:14] "GET /route-target/3f172cf6-c1dd-477e-83ff-80232669b044 HTTP/1.1" 200 1211 0.002800 10.0.0.22 - - [2025-11-06 02:04:14] "GET /virtual-network/14283315-ab29-4f15-99b7-59c82f8ae898 HTTP/1.1" 200 3509 0.003627 10.0.0.22 - - [2025-11-06 02:04:14] "GET /routing-instance/4009ecdb-beea-4a29-9f06-1032a4a7bec4 HTTP/1.1" 200 1795 0.002544 10.0.0.22 - - [2025-11-06 02:04:14] "GET /virtual-network/14283315-ab29-4f15-99b7-59c82f8ae898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.003985 10.0.0.22 - - [2025-11-06 02:04:14] "GET /virtual-network/14283315-ab29-4f15-99b7-59c82f8ae898 HTTP/1.1" 200 3509 0.003844 10.0.0.22 - - [2025-11-06 02:04:14] "GET /routing-instance/4009ecdb-beea-4a29-9f06-1032a4a7bec4 HTTP/1.1" 200 1795 0.002588 10.0.0.22 - - [2025-11-06 02:04:14] "GET /routing-instance/4009ecdb-beea-4a29-9f06-1032a4a7bec4 HTTP/1.1" 200 1795 0.003061 10.0.0.22 - - [2025-11-06 02:04:14] "GET /route-target/3f172cf6-c1dd-477e-83ff-80232669b044 HTTP/1.1" 200 1211 0.002777 10.0.0.22 - - [2025-11-06 02:04:14] "GET /domains HTTP/1.1" 200 280 0.002350 10.0.0.22 - - [2025-11-06 02:04:14] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000864 10.0.0.22 - - [2025-11-06 02:04:14] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2954 0.005679 10.0.0.22 - - [2025-11-06 02:04:14] "GET /projects?obj_uuids=ee62857e-48fe-4900-924d-dc3a55b1c14e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000799 10.0.0.22 - - [2025-11-06 02:04:14] "GET /project/ee62857e-48fe-4900-924d-dc3a55b1c14e HTTP/1.1" 200 2626 0.073401 10.0.0.22 - - [2025-11-06 02:04:14] "GET /virtual-network/14283315-ab29-4f15-99b7-59c82f8ae898 HTTP/1.1" 200 3509 0.004165 10.0.0.22 - - [2025-11-06 02:04:14] "GET /obj-perms HTTP/1.1" 200 5046 0.002420 10.0.0.22 - - [2025-11-06 02:04:14] "GET /virtual-network/14283315-ab29-4f15-99b7-59c82f8ae898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004477 10.0.0.22 - - [2025-11-06 02:04:14] "POST /neutron/network HTTP/1.1" 200 1115 0.006212 10.0.0.22 - - [2025-11-06 02:04:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.009305 10.0.0.22 - - [2025-11-06 02:04:14] "POST /neutron/network HTTP/1.1" 200 1007 0.040021 10.0.0.22 - - [2025-11-06 02:04:14] "DELETE /access-control-list/79a78c14-a289-4ebc-bfad-3266a6da117c HTTP/1.1" 200 115 0.025403 10.0.0.22 - - [2025-11-06 02:04:14] "POST /neutron/network HTTP/1.1" 200 1007 0.006918 10.0.0.22 - - [2025-11-06 02:04:14] "POST /ref-update HTTP/1.1" 200 156 0.012036 10.0.0.22 - - [2025-11-06 02:04:14] "GET /virtual-network/14283315-ab29-4f15-99b7-59c82f8ae898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006119 10.0.0.22 - - [2025-11-06 02:04:14] "GET /virtual-network/ada39c68-96d3-4726-a0eb-8b93576afae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004777 10.0.0.22 - - [2025-11-06 02:04:14] "POST /neutron/network HTTP/1.1" 200 1114 0.006029 10.0.0.22 - - [2025-11-06 02:04:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.004642 10.0.0.22 - - [2025-11-06 02:04:14] "POST /neutron/network HTTP/1.1" 200 1006 0.034505 10.0.0.22 - - [2025-11-06 02:04:14] "DELETE /access-control-list/784bea8e-2b27-4630-ba83-dfed24a8bd7e HTTP/1.1" 200 115 0.016772 10.0.0.22 - - [2025-11-06 02:04:14] "POST /neutron/network HTTP/1.1" 200 1006 0.014000 10.0.0.22 - - [2025-11-06 02:04:14] "POST /ref-update HTTP/1.1" 200 156 0.018079 10.0.0.22 - - [2025-11-06 02:04:14] "GET /virtual-network/ada39c68-96d3-4726-a0eb-8b93576afae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005761 10.0.0.22 - - [2025-11-06 02:04:14] "DELETE /network-policy/1e77c722-54f7-4092-a386-9d87442b71e1 HTTP/1.1" 200 115 0.020388 10.0.0.22 - - [2025-11-06 02:04:14] "POST /neutron/network HTTP/1.1" 200 1007 0.014343 10.0.0.22 - - [2025-11-06 02:04:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003089 10.0.0.22 - - [2025-11-06 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.22 - - [2025-11-06 02:04:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002580 10.0.0.22 - - [2025-11-06 02:04:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001684 10.0.0.22 - - [2025-11-06 02:04:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001403 10.0.0.22 - - [2025-11-06 02:04:14] "POST /neutron/network HTTP/1.1" 200 151 0.074011 10.0.0.22 - - [2025-11-06 02:04:14] "DELETE /route-target/3f172cf6-c1dd-477e-83ff-80232669b044 HTTP/1.1" 200 115 0.017461 10.0.0.22 - - [2025-11-06 02:04:14] "GET /routing-instance/4009ecdb-beea-4a29-9f06-1032a4a7bec4 HTTP/1.1" 404 171 0.002058 10.0.0.22 - - [2025-11-06 02:04:14] "GET /domains HTTP/1.1" 200 280 0.002526 10.0.0.22 - - [2025-11-06 02:04:14] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.22 - - [2025-11-06 02:04:14] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2954 0.050042 10.0.0.22 - - [2025-11-06 02:04:14] "GET /projects?obj_uuids=ee62857e-48fe-4900-924d-dc3a55b1c14e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001309 10.0.0.22 - - [2025-11-06 02:04:15] "GET /project/ee62857e-48fe-4900-924d-dc3a55b1c14e HTTP/1.1" 200 2146 0.063901 10.0.0.22 - - [2025-11-06 02:04:15] "POST /neutron/network HTTP/1.1" 200 1006 0.005780 10.0.0.22 - - [2025-11-06 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002473 10.0.0.22 - - [2025-11-06 02:04:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001941 10.0.0.22 - - [2025-11-06 02:04:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001455 10.0.0.22 - - [2025-11-06 02:04:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001645 10.0.0.22 - - [2025-11-06 02:04:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001301 10.0.0.22 - - [2025-11-06 02:04:15] "POST /neutron/network HTTP/1.1" 200 151 0.082982 10.0.0.22 - - [2025-11-06 02:04:15] "DELETE /route-target/54130b27-a20a-4b69-9ec6-d90e3d21598a HTTP/1.1" 200 115 0.019714 10.0.0.22 - - [2025-11-06 02:04:15] "GET /routing-instance/a0db33c8-b6ef-4fa1-bdc2-7262f2ed06d4 HTTP/1.1" 404 171 0.002649 10.0.0.22 - - [2025-11-06 02:04:15] "GET /domains HTTP/1.1" 200 280 0.001990 10.0.0.22 - - [2025-11-06 02:04:15] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000814 10.0.0.22 - - [2025-11-06 02:04:15] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2954 0.048510 10.0.0.22 - - [2025-11-06 02:04:15] "GET /projects?obj_uuids=ee62857e-48fe-4900-924d-dc3a55b1c14e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001307 10.0.0.22 - - [2025-11-06 02:04:15] "GET /project/ee62857e-48fe-4900-924d-dc3a55b1c14e HTTP/1.1" 200 1901 0.064225 10.0.0.22 - - [2025-11-06 02:04:15] "GET /projects?obj_uuids=ee62857e-48fe-4900-924d-dc3a55b1c14e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001359 10.0.0.22 - - [2025-11-06 02:04:15] "GET /project/ee62857e-48fe-4900-924d-dc3a55b1c14e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.024703 10.0.0.22 - - [2025-11-06 02:04:15] "GET /projects?obj_uuids=ee62857e-48fe-4900-924d-dc3a55b1c14e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.22 - - [2025-11-06 02:04:15] "GET /project/ee62857e-48fe-4900-924d-dc3a55b1c14e?fields=virtual_networks HTTP/1.1" 200 1049 0.062214 10.0.0.22 - - [2025-11-06 02:04:15] "GET /projects?obj_uuids=ee62857e-48fe-4900-924d-dc3a55b1c14e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000916 10.0.0.22 - - [2025-11-06 02:04:15] "GET /project/ee62857e-48fe-4900-924d-dc3a55b1c14e?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.023144 10.0.0.22 - - [2025-11-06 02:04:15] "GET /projects?obj_uuids=ee62857e-48fe-4900-924d-dc3a55b1c14e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000908 10.0.0.22 - - [2025-11-06 02:04:15] "GET /project/ee62857e-48fe-4900-924d-dc3a55b1c14e?fields=security_groups HTTP/1.1" 200 1283 0.021039 10.0.0.22 - - [2025-11-06 02:04:16] "POST /fqname-to-id HTTP/1.1" 404 204 0.021990 10.0.0.22 - - [2025-11-06 02:04:16] "GET /projects?obj_uuids=dbb90d7b-3367-4b6c-9d79-b36eb987e31f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001970 10.0.0.22 - - [2025-11-06 02:04:16] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000845 10.0.0.22 - - [2025-11-06 02:04:16] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005844 10.0.0.22 - - [2025-11-06 02:04:16] "POST /id-to-fqname HTTP/1.1" 200 206 0.001247 10.0.0.22 - - [2025-11-06 02:04:16] "POST /fqname-to-id HTTP/1.1" 404 215 0.014728 10.0.0.22 - - [2025-11-06 02:04:16] "POST /security-groups HTTP/1.1" 200 607 0.060362 10.0.0.22 - - [2025-11-06 02:04:16] "POST /fqname-to-id HTTP/1.1" 404 250 0.002360 10.0.0.22 - - [2025-11-06 02:04:16] "POST /projects HTTP/1.1" 200 617 0.209119 10.0.0.22 - - [2025-11-06 02:04:16] "POST /access-control-lists HTTP/1.1" 200 612 0.056253 10.0.0.22 - - [2025-11-06 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.271730 10.0.0.22 - - [2025-11-06 02:04:16] "POST /fqname-to-id HTTP/1.1" 404 249 0.002671 10.0.0.22 - - [2025-11-06 02:04:16] "GET /project/dbb90d7b-3367-4b6c-9d79-b36eb987e31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.381551 10.0.0.22 - - [2025-11-06 02:04:16] "POST /access-control-lists HTTP/1.1" 200 610 0.056898 10.0.0.22 - - [2025-11-06 02:04:17] "GET / HTTP/1.1" 200 35931 0.001713 10.0.0.22 - - [2025-11-06 02:04:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.22 - - [2025-11-06 02:04:19] "POST /fqname-to-id HTTP/1.1" 404 233 0.048852 10.0.0.22 - - [2025-11-06 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001822 10.0.0.22 - - [2025-11-06 02:04:19] "GET /projects?obj_uuids=dbb90d7b-3367-4b6c-9d79-b36eb987e31f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000883 10.0.0.22 - - [2025-11-06 02:04:19] "GET /project/dbb90d7b-3367-4b6c-9d79-b36eb987e31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.019856 10.0.0.22 - - [2025-11-06 02:04:19] "POST /network-policys HTTP/1.1" 200 567 0.056005 10.0.0.22 - - [2025-11-06 02:04:19] "GET /network-policy/993f90c5-e098-47ae-9d60-250df634a2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.005481 10.0.0.22 - - [2025-11-06 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002357 10.0.0.22 - - [2025-11-06 02:04:19] "GET /projects?obj_uuids=dbb90d7b-3367-4b6c-9d79-b36eb987e31f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000936 10.0.0.22 - - [2025-11-06 02:04:19] "GET /project/dbb90d7b-3367-4b6c-9d79-b36eb987e31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.025319 10.0.0.22 - - [2025-11-06 02:04:19] "POST /neutron/network HTTP/1.1" 200 117 0.029668 10.0.0.22 - - [2025-11-06 02:04:19] "GET /projects?obj_uuids=dbb90d7b-3367-4b6c-9d79-b36eb987e31f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.053386 10.0.0.22 - - [2025-11-06 02:04:19] "POST /neutron/network HTTP/1.1" 200 623 0.117744 10.0.0.22 - - [2025-11-06 02:04:19] "POST /route-targets HTTP/1.1" 200 327 0.008955 10.0.0.22 - - [2025-11-06 02:04:19] "POST /ref-update HTTP/1.1" 200 156 0.010302 10.0.0.22 - - [2025-11-06 02:04:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003567 10.0.0.22 - - [2025-11-06 02:04:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.138923 10.0.0.22 - - [2025-11-06 02:04:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.002838 10.0.0.22 - - [2025-11-06 02:04:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002591 10.0.0.22 - - [2025-11-06 02:04:20] "POST /neutron/subnet HTTP/1.1" 200 828 0.172951 10.0.0.22 - - [2025-11-06 02:04:20] "POST /neutron/network HTTP/1.1" 200 1016 0.006377 10.0.0.22 - - [2025-11-06 02:04:20] "POST /id-to-fqname HTTP/1.1" 200 237 0.000947 10.0.0.22 - - [2025-11-06 02:04:20] "GET /virtual-network/f76592c6-bbcc-48d1-a161-465ca2b08a7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2660 0.003847 10.0.0.22 - - [2025-11-06 02:04:20] "POST /neutron/network HTTP/1.1" 200 1016 0.005634 10.0.0.22 - - [2025-11-06 02:04:20] "GET /virtual-network/f76592c6-bbcc-48d1-a161-465ca2b08a7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2660 0.003812 10.0.0.22 - - [2025-11-06 02:04:20] "POST /neutron/network HTTP/1.1" 200 1016 0.007545 10.0.0.22 - - [2025-11-06 02:04:20] "POST /neutron/subnet HTTP/1.1" 200 724 0.005035 10.0.0.22 - - [2025-11-06 02:04:20] "POST /neutron/subnet HTTP/1.1" 200 828 0.005138 10.0.0.22 - - [2025-11-06 02:04:20] "POST /neutron/network HTTP/1.1" 200 1016 0.005043 10.0.0.22 - - [2025-11-06 02:04:20] "POST /fqname-to-id HTTP/1.1" 404 252 0.003434 10.0.0.22 - - [2025-11-06 02:04:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.005260 10.0.0.22 - - [2025-11-06 02:04:20] "POST /neutron/network HTTP/1.1" 200 1123 0.040883 10.0.0.22 - - [2025-11-06 02:04:20] "POST /access-control-lists HTTP/1.1" 200 607 0.064215 10.0.0.22 - - [2025-11-06 02:04:20] "POST /neutron/network HTTP/1.1" 200 1123 0.051543 10.0.0.22 - - [2025-11-06 02:04:20] "GET /virtual-network/f76592c6-bbcc-48d1-a161-465ca2b08a7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.004555 10.0.0.22 - - [2025-11-06 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002058 10.0.0.22 - - [2025-11-06 02:04:20] "GET /network-policy/993f90c5-e098-47ae-9d60-250df634a2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.003246 10.0.0.22 - - [2025-11-06 02:04:20] "GET /domains HTTP/1.1" 401 292 0.000401 10.0.0.22 - - [2025-11-06 02:04:20] "GET /domains HTTP/1.1" 200 280 0.021729 10.0.0.22 - - [2025-11-06 02:04:20] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001167 10.0.0.22 - - [2025-11-06 02:04:20] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 3156 0.006522 10.0.0.22 - - [2025-11-06 02:04:20] "GET /projects?obj_uuids=dbb90d7b-3367-4b6c-9d79-b36eb987e31f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000756 10.0.0.22 - - [2025-11-06 02:04:20] "GET /project/dbb90d7b-3367-4b6c-9d79-b36eb987e31f HTTP/1.1" 200 2459 0.067683 10.0.0.22 - - [2025-11-06 02:04:20] "GET /virtual-network/f76592c6-bbcc-48d1-a161-465ca2b08a7f HTTP/1.1" 200 3545 0.005677 10.0.0.22 - - [2025-11-06 02:04:20] "GET /virtual-network/f76592c6-bbcc-48d1-a161-465ca2b08a7f HTTP/1.1" 200 3545 0.003789 10.0.0.22 - - [2025-11-06 02:04:20] "GET /routing-instance/2ce3ea83-864c-40cc-8acd-fcfce10cd0e9 HTTP/1.1" 200 1495 0.002777 10.0.0.22 - - [2025-11-06 02:04:20] "GET /routing-instance/2ce3ea83-864c-40cc-8acd-fcfce10cd0e9 HTTP/1.1" 200 1495 0.002788 10.0.0.22 - - [2025-11-06 02:04:20] "GET /route-target/d17d4175-c8eb-4849-adca-62a77c525ec7 HTTP/1.1" 200 1223 0.002381 10.0.0.22 - - [2025-11-06 02:04:20] "GET /virtual-network/f76592c6-bbcc-48d1-a161-465ca2b08a7f HTTP/1.1" 200 3545 0.004034 10.0.0.22 - - [2025-11-06 02:04:20] "GET /routing-instance/2ce3ea83-864c-40cc-8acd-fcfce10cd0e9 HTTP/1.1" 200 1495 0.004698 10.0.0.22 - - [2025-11-06 02:04:20] "GET /virtual-network/f76592c6-bbcc-48d1-a161-465ca2b08a7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.004184 10.0.0.22 - - [2025-11-06 02:04:20] "GET /virtual-network/f76592c6-bbcc-48d1-a161-465ca2b08a7f HTTP/1.1" 200 3545 0.003872 10.0.0.22 - - [2025-11-06 02:04:20] "GET /routing-instance/2ce3ea83-864c-40cc-8acd-fcfce10cd0e9 HTTP/1.1" 200 1495 0.002416 10.0.0.22 - - [2025-11-06 02:04:20] "GET /routing-instance/2ce3ea83-864c-40cc-8acd-fcfce10cd0e9 HTTP/1.1" 200 1495 0.003268 10.0.0.22 - - [2025-11-06 02:04:20] "GET /route-target/d17d4175-c8eb-4849-adca-62a77c525ec7 HTTP/1.1" 200 1223 0.002486 10.0.0.22 - - [2025-11-06 02:04:20] "GET /domains HTTP/1.1" 200 280 0.001788 10.0.0.22 - - [2025-11-06 02:04:20] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000754 10.0.0.22 - - [2025-11-06 02:04:20] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 3156 0.005116 10.0.0.22 - - [2025-11-06 02:04:20] "GET /projects?obj_uuids=dbb90d7b-3367-4b6c-9d79-b36eb987e31f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000716 10.0.0.22 - - [2025-11-06 02:04:21] "GET /project/dbb90d7b-3367-4b6c-9d79-b36eb987e31f HTTP/1.1" 200 2459 0.066679 10.0.0.22 - - [2025-11-06 02:04:21] "GET /virtual-network/f76592c6-bbcc-48d1-a161-465ca2b08a7f HTTP/1.1" 200 3545 0.004355 10.0.0.22 - - [2025-11-06 02:04:21] "GET /obj-perms HTTP/1.1" 200 5062 0.040319 10.0.0.22 - - [2025-11-06 02:04:21] "GET /domains HTTP/1.1" 200 280 0.002201 10.0.0.22 - - [2025-11-06 02:04:21] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000820 10.0.0.22 - - [2025-11-06 02:04:21] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 3156 0.005401 10.0.0.22 - - [2025-11-06 02:04:21] "GET /projects?obj_uuids=dbb90d7b-3367-4b6c-9d79-b36eb987e31f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000699 10.0.0.22 - - [2025-11-06 02:04:21] "GET /project/dbb90d7b-3367-4b6c-9d79-b36eb987e31f HTTP/1.1" 200 2459 0.065566 10.0.0.22 - - [2025-11-06 02:04:21] "GET /network-policy/993f90c5-e098-47ae-9d60-250df634a2a5 HTTP/1.1" 200 3480 0.003667 10.0.0.22 - - [2025-11-06 02:04:21] "DELETE /network-policy/993f90c5-e098-47ae-9d60-250df634a2a5 HTTP/1.1" 409 238 0.004117 10.0.0.22 - - [2025-11-06 02:04:21] "POST /neutron/network HTTP/1.1" 200 1123 0.005565 10.0.0.22 - - [2025-11-06 02:04:21] "DELETE /access-control-list/f914c4db-c025-428a-8a08-105b02a03e1a HTTP/1.1" 200 115 0.022488 10.0.0.22 - - [2025-11-06 02:04:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002322 10.0.0.22 - - [2025-11-06 02:04:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003635 10.0.0.22 - - [2025-11-06 02:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.22 - - [2025-11-06 02:04:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001305 10.0.0.22 - - [2025-11-06 02:04:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001236 10.0.0.22 - - [2025-11-06 02:04:21] "POST /neutron/network HTTP/1.1" 200 151 0.075398 10.0.0.22 - - [2025-11-06 02:04:21] "GET /routing-instance/2ce3ea83-864c-40cc-8acd-fcfce10cd0e9 HTTP/1.1" 404 171 0.001664 10.0.0.22 - - [2025-11-06 02:04:21] "GET /domains HTTP/1.1" 200 280 0.001578 10.0.0.22 - - [2025-11-06 02:04:21] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000722 10.0.0.22 - - [2025-11-06 02:04:21] "DELETE /route-target/d17d4175-c8eb-4849-adca-62a77c525ec7 HTTP/1.1" 200 115 0.016723 10.0.0.22 - - [2025-11-06 02:04:21] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 3156 0.048648 10.0.0.22 - - [2025-11-06 02:04:21] "GET /projects?obj_uuids=dbb90d7b-3367-4b6c-9d79-b36eb987e31f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000814 10.0.0.22 - - [2025-11-06 02:04:21] "GET /project/dbb90d7b-3367-4b6c-9d79-b36eb987e31f HTTP/1.1" 200 2205 0.064716 10.0.0.22 - - [2025-11-06 02:04:21] "DELETE /network-policy/993f90c5-e098-47ae-9d60-250df634a2a5 HTTP/1.1" 200 115 0.022756 10.0.0.22 - - [2025-11-06 02:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002420 10.0.0.22 - - [2025-11-06 02:04:21] "GET /projects?obj_uuids=dbb90d7b-3367-4b6c-9d79-b36eb987e31f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000897 10.0.0.22 - - [2025-11-06 02:04:21] "GET /project/dbb90d7b-3367-4b6c-9d79-b36eb987e31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.023913 10.0.0.22 - - [2025-11-06 02:04:21] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-69097329&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003579 10.0.0.22 - - [2025-11-06 02:04:22] "GET /projects?obj_uuids=dbb90d7b-3367-4b6c-9d79-b36eb987e31f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000926 10.0.0.22 - - [2025-11-06 02:04:22] "GET /project/dbb90d7b-3367-4b6c-9d79-b36eb987e31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.030386 10.0.0.22 - - [2025-11-06 02:04:22] "GET /projects?obj_uuids=dbb90d7b-3367-4b6c-9d79-b36eb987e31f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001465 10.0.0.22 - - [2025-11-06 02:04:22] "GET /project/dbb90d7b-3367-4b6c-9d79-b36eb987e31f?fields=virtual_networks HTTP/1.1" 200 1065 0.065059 10.0.0.22 - - [2025-11-06 02:04:22] "GET /projects?obj_uuids=dbb90d7b-3367-4b6c-9d79-b36eb987e31f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000965 10.0.0.22 - - [2025-11-06 02:04:22] "GET /project/dbb90d7b-3367-4b6c-9d79-b36eb987e31f?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.021099 10.0.0.22 - - [2025-11-06 02:04:22] "GET /projects?obj_uuids=dbb90d7b-3367-4b6c-9d79-b36eb987e31f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000900 10.0.0.22 - - [2025-11-06 02:04:22] "GET /project/dbb90d7b-3367-4b6c-9d79-b36eb987e31f?fields=security_groups HTTP/1.1" 200 1307 0.022817 10.0.0.22 - - [2025-11-06 02:04:23] "POST /fqname-to-id HTTP/1.1" 404 190 0.021724 10.0.0.22 - - [2025-11-06 02:04:23] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001951 10.0.0.22 - - [2025-11-06 02:04:23] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000838 10.0.0.22 - - [2025-11-06 02:04:23] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005498 10.0.0.22 - - [2025-11-06 02:04:23] "POST /id-to-fqname HTTP/1.1" 200 192 0.001207 10.0.0.22 - - [2025-11-06 02:04:23] "POST /fqname-to-id HTTP/1.1" 404 201 0.002630 10.0.0.22 - - [2025-11-06 02:04:23] "POST /security-groups HTTP/1.1" 200 593 0.060394 10.0.0.22 - - [2025-11-06 02:04:23] "POST /fqname-to-id HTTP/1.1" 404 236 0.002103 10.0.0.22 - - [2025-11-06 02:04:23] "POST /projects HTTP/1.1" 200 589 0.198225 10.0.0.22 - - [2025-11-06 02:04:23] "POST /access-control-lists HTTP/1.1" 200 598 0.057351 10.0.0.22 - - [2025-11-06 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.263481 10.0.0.22 - - [2025-11-06 02:04:23] "POST /fqname-to-id HTTP/1.1" 404 235 0.002466 10.0.0.22 - - [2025-11-06 02:04:23] "GET /project/daa07341-314f-49e3-809b-8abf411c0462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.372905 10.0.0.22 - - [2025-11-06 02:04:23] "POST /access-control-lists HTTP/1.1" 200 596 0.056451 10.0.0.22 - - [2025-11-06 02:04:24] "GET / HTTP/1.1" 200 35931 0.002514 10.0.0.22 - - [2025-11-06 02:04:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.22 - - [2025-11-06 02:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.053424 10.0.0.22 - - [2025-11-06 02:04:25] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000818 10.0.0.22 - - [2025-11-06 02:04:25] "GET /project/daa07341-314f-49e3-809b-8abf411c0462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.021375 10.0.0.22 - - [2025-11-06 02:04:25] "POST /neutron/network HTTP/1.1" 200 117 0.028455 10.0.0.22 - - [2025-11-06 02:04:25] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000906 10.0.0.22 - - [2025-11-06 02:04:26] "POST /neutron/network HTTP/1.1" 200 607 0.065560 10.0.0.22 - - [2025-11-06 02:04:26] "POST /route-targets HTTP/1.1" 200 327 0.013997 10.0.0.22 - - [2025-11-06 02:04:26] "POST /ref-update HTTP/1.1" 200 156 0.012264 10.0.0.22 - - [2025-11-06 02:04:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004637 10.0.0.22 - - [2025-11-06 02:04:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.149819 10.0.0.22 - - [2025-11-06 02:04:26] "POST /neutron/network HTTP/1.1" 200 825 0.004532 10.0.0.22 - - [2025-11-06 02:04:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.000990 10.0.0.22 - - [2025-11-06 02:04:26] "GET /virtual-network/1372eac9-dc04-4353-8ad7-da0943bfd954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004731 10.0.0.22 - - [2025-11-06 02:04:26] "POST /neutron/network HTTP/1.1" 200 825 0.005120 10.0.0.22 - - [2025-11-06 02:04:26] "GET /virtual-network/1372eac9-dc04-4353-8ad7-da0943bfd954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.003863 10.0.0.22 - - [2025-11-06 02:04:26] "POST /neutron/network HTTP/1.1" 200 825 0.004626 10.0.0.22 - - [2025-11-06 02:04:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.005572 10.0.0.22 - - [2025-11-06 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002079 10.0.0.22 - - [2025-11-06 02:04:26] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000995 10.0.0.22 - - [2025-11-06 02:04:26] "GET /project/daa07341-314f-49e3-809b-8abf411c0462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.024599 10.0.0.22 - - [2025-11-06 02:04:26] "POST /neutron/network HTTP/1.1" 200 117 0.010489 10.0.0.22 - - [2025-11-06 02:04:26] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001343 10.0.0.22 - - [2025-11-06 02:04:26] "POST /neutron/network HTTP/1.1" 200 607 0.068630 10.0.0.22 - - [2025-11-06 02:04:26] "POST /route-targets HTTP/1.1" 200 327 0.007905 10.0.0.22 - - [2025-11-06 02:04:26] "POST /ref-update HTTP/1.1" 200 156 0.011318 10.0.0.22 - - [2025-11-06 02:04:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002747 10.0.0.22 - - [2025-11-06 02:04:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.130835 10.0.0.22 - - [2025-11-06 02:04:26] "POST /neutron/network HTTP/1.1" 200 828 0.004372 10.0.0.22 - - [2025-11-06 02:04:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.000993 10.0.0.22 - - [2025-11-06 02:04:26] "GET /virtual-network/d7cd2718-8847-46fb-af81-1a30e582d04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004296 10.0.0.22 - - [2025-11-06 02:04:26] "POST /neutron/network HTTP/1.1" 200 828 0.004757 10.0.0.22 - - [2025-11-06 02:04:26] "GET /virtual-network/d7cd2718-8847-46fb-af81-1a30e582d04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003923 10.0.0.22 - - [2025-11-06 02:04:26] "POST /neutron/network HTTP/1.1" 200 828 0.004845 10.0.0.22 - - [2025-11-06 02:04:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.005412 10.0.0.22 - - [2025-11-06 02:04:26] "POST /fqname-to-id HTTP/1.1" 404 228 0.001845 10.0.0.22 - - [2025-11-06 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002356 10.0.0.22 - - [2025-11-06 02:04:26] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001145 10.0.0.22 - - [2025-11-06 02:04:26] "GET /project/daa07341-314f-49e3-809b-8abf411c0462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.022065 10.0.0.22 - - [2025-11-06 02:04:27] "POST /network-policys HTTP/1.1" 200 571 0.014316 10.0.0.22 - - [2025-11-06 02:04:27] "GET /network-policy/c617c3b0-06f8-4b67-8339-d6bf376666de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004079 10.0.0.22 - - [2025-11-06 02:04:27] "POST /neutron/network HTTP/1.1" 200 825 0.004802 10.0.0.22 - - [2025-11-06 02:04:27] "POST /fqname-to-id HTTP/1.1" 404 236 0.003418 10.0.0.22 - - [2025-11-06 02:04:27] "POST /neutron/network HTTP/1.1" 200 927 0.036526 10.0.0.22 - - [2025-11-06 02:04:27] "POST /access-control-lists HTTP/1.1" 200 590 0.063856 10.0.0.22 - - [2025-11-06 02:04:27] "POST /neutron/network HTTP/1.1" 200 927 0.045457 10.0.0.22 - - [2025-11-06 02:04:27] "GET /virtual-network/1372eac9-dc04-4353-8ad7-da0943bfd954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004274 10.0.0.22 - - [2025-11-06 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001827 10.0.0.22 - - [2025-11-06 02:04:27] "GET /network-policy/c617c3b0-06f8-4b67-8339-d6bf376666de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003377 10.0.0.22 - - [2025-11-06 02:04:27] "POST /neutron/network HTTP/1.1" 200 828 0.004810 10.0.0.22 - - [2025-11-06 02:04:27] "POST /neutron/network HTTP/1.1" 200 930 0.079058 10.0.0.22 - - [2025-11-06 02:04:27] "PUT /access-control-list/dc12a934-9aaa-4d71-9905-b5e83ee27927 HTTP/1.1" 200 272 0.058721 10.0.0.22 - - [2025-11-06 02:04:27] "POST /fqname-to-id HTTP/1.1" 404 236 0.002388 10.0.0.22 - - [2025-11-06 02:04:27] "POST /neutron/network HTTP/1.1" 200 930 0.004518 10.0.0.22 - - [2025-11-06 02:04:27] "GET /virtual-network/d7cd2718-8847-46fb-af81-1a30e582d04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004156 10.0.0.22 - - [2025-11-06 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.22 - - [2025-11-06 02:04:27] "GET /network-policy/c617c3b0-06f8-4b67-8339-d6bf376666de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.033014 10.0.0.22 - - [2025-11-06 02:04:27] "POST /access-control-lists HTTP/1.1" 200 590 0.057849 10.0.0.22 - - [2025-11-06 02:04:27] "GET /domains HTTP/1.1" 401 292 0.000400 10.0.0.22 - - [2025-11-06 02:04:27] "POST /ref-update HTTP/1.1" 200 156 0.009250 10.0.0.22 - - [2025-11-06 02:04:27] "GET /domains HTTP/1.1" 200 280 0.023904 10.0.0.22 - - [2025-11-06 02:04:27] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.22 - - [2025-11-06 02:04:27] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 3344 0.007254 10.0.0.22 - - [2025-11-06 02:04:27] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001017 10.0.0.22 - - [2025-11-06 02:04:28] "GET /project/daa07341-314f-49e3-809b-8abf411c0462 HTTP/1.1" 200 2571 0.068885 10.0.0.22 - - [2025-11-06 02:04:28] "GET /virtual-network/1372eac9-dc04-4353-8ad7-da0943bfd954 HTTP/1.1" 200 2889 0.005866 10.0.0.22 - - [2025-11-06 02:04:28] "GET /virtual-network/1372eac9-dc04-4353-8ad7-da0943bfd954 HTTP/1.1" 200 2889 0.003767 10.0.0.22 - - [2025-11-06 02:04:28] "GET /routing-instance/4cf63731-cf6a-4d8d-9ef6-d07eba5c1ee3 HTTP/1.1" 200 1783 0.003253 10.0.0.22 - - [2025-11-06 02:04:28] "GET /routing-instance/4cf63731-cf6a-4d8d-9ef6-d07eba5c1ee3 HTTP/1.1" 200 1783 0.002924 10.0.0.22 - - [2025-11-06 02:04:28] "GET /route-target/dd0336fd-5843-4616-97c3-651b9c8d0fd6 HTTP/1.1" 200 1207 0.002582 10.0.0.22 - - [2025-11-06 02:04:28] "GET /virtual-network/1372eac9-dc04-4353-8ad7-da0943bfd954 HTTP/1.1" 200 2889 0.004901 10.0.0.22 - - [2025-11-06 02:04:28] "GET /routing-instance/4cf63731-cf6a-4d8d-9ef6-d07eba5c1ee3 HTTP/1.1" 200 1783 0.003405 10.0.0.22 - - [2025-11-06 02:04:28] "GET /virtual-network/1372eac9-dc04-4353-8ad7-da0943bfd954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.003860 10.0.0.22 - - [2025-11-06 02:04:28] "GET /virtual-network/1372eac9-dc04-4353-8ad7-da0943bfd954 HTTP/1.1" 200 2889 0.003768 10.0.0.22 - - [2025-11-06 02:04:28] "GET /routing-instance/4cf63731-cf6a-4d8d-9ef6-d07eba5c1ee3 HTTP/1.1" 200 1783 0.002709 10.0.0.22 - - [2025-11-06 02:04:28] "GET /routing-instance/4cf63731-cf6a-4d8d-9ef6-d07eba5c1ee3 HTTP/1.1" 200 1783 0.002521 10.0.0.22 - - [2025-11-06 02:04:28] "GET /route-target/dd0336fd-5843-4616-97c3-651b9c8d0fd6 HTTP/1.1" 200 1207 0.002205 10.0.0.22 - - [2025-11-06 02:04:28] "GET /domains HTTP/1.1" 200 280 0.002155 10.0.0.22 - - [2025-11-06 02:04:28] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000823 10.0.0.22 - - [2025-11-06 02:04:28] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 3344 0.005767 10.0.0.22 - - [2025-11-06 02:04:28] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000857 10.0.0.22 - - [2025-11-06 02:04:28] "GET /project/daa07341-314f-49e3-809b-8abf411c0462 HTTP/1.1" 200 2571 0.061673 10.0.0.22 - - [2025-11-06 02:04:28] "GET /virtual-network/1372eac9-dc04-4353-8ad7-da0943bfd954 HTTP/1.1" 200 2889 0.003860 10.0.0.22 - - [2025-11-06 02:04:28] "GET /obj-perms HTTP/1.1" 200 5034 0.044175 10.0.0.22 - - [2025-11-06 02:04:28] "GET /domains HTTP/1.1" 200 280 0.002340 10.0.0.22 - - [2025-11-06 02:04:28] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000832 10.0.0.22 - - [2025-11-06 02:04:28] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 3344 0.006395 10.0.0.22 - - [2025-11-06 02:04:28] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000801 10.0.0.22 - - [2025-11-06 02:04:28] "GET /project/daa07341-314f-49e3-809b-8abf411c0462 HTTP/1.1" 200 2571 0.066880 10.0.0.22 - - [2025-11-06 02:04:28] "GET /virtual-network/d7cd2718-8847-46fb-af81-1a30e582d04b HTTP/1.1" 200 2899 0.005867 10.0.0.22 - - [2025-11-06 02:04:28] "GET /virtual-network/d7cd2718-8847-46fb-af81-1a30e582d04b HTTP/1.1" 200 2899 0.003868 10.0.0.22 - - [2025-11-06 02:04:28] "GET /routing-instance/9e0324c4-b8c1-451b-bfff-e50f5015e3f5 HTTP/1.1" 200 1784 0.003027 10.0.0.22 - - [2025-11-06 02:04:28] "GET /routing-instance/9e0324c4-b8c1-451b-bfff-e50f5015e3f5 HTTP/1.1" 200 1784 0.004050 10.0.0.22 - - [2025-11-06 02:04:28] "GET /route-target/587d5117-4445-4f3a-b7c9-a997cd701713 HTTP/1.1" 200 1206 0.002951 10.0.0.22 - - [2025-11-06 02:04:28] "GET /virtual-network/d7cd2718-8847-46fb-af81-1a30e582d04b HTTP/1.1" 200 2899 0.003784 10.0.0.22 - - [2025-11-06 02:04:28] "GET /routing-instance/9e0324c4-b8c1-451b-bfff-e50f5015e3f5 HTTP/1.1" 200 1784 0.002820 10.0.0.22 - - [2025-11-06 02:04:28] "GET /virtual-network/d7cd2718-8847-46fb-af81-1a30e582d04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.003983 10.0.0.22 - - [2025-11-06 02:04:28] "GET /virtual-network/d7cd2718-8847-46fb-af81-1a30e582d04b HTTP/1.1" 200 2899 0.004887 10.0.0.22 - - [2025-11-06 02:04:28] "GET /routing-instance/9e0324c4-b8c1-451b-bfff-e50f5015e3f5 HTTP/1.1" 200 1784 0.002425 10.0.0.22 - - [2025-11-06 02:04:28] "GET /routing-instance/9e0324c4-b8c1-451b-bfff-e50f5015e3f5 HTTP/1.1" 200 1784 0.002533 10.0.0.22 - - [2025-11-06 02:04:28] "GET /route-target/587d5117-4445-4f3a-b7c9-a997cd701713 HTTP/1.1" 200 1206 0.002257 10.0.0.22 - - [2025-11-06 02:04:28] "GET /domains HTTP/1.1" 200 280 0.002356 10.0.0.22 - - [2025-11-06 02:04:28] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000824 10.0.0.22 - - [2025-11-06 02:04:28] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 3344 0.005398 10.0.0.22 - - [2025-11-06 02:04:28] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000787 10.0.0.22 - - [2025-11-06 02:04:28] "GET /project/daa07341-314f-49e3-809b-8abf411c0462 HTTP/1.1" 200 2571 0.059790 10.0.0.22 - - [2025-11-06 02:04:28] "GET /virtual-network/d7cd2718-8847-46fb-af81-1a30e582d04b HTTP/1.1" 200 2899 0.003920 10.0.0.22 - - [2025-11-06 02:04:28] "GET /obj-perms HTTP/1.1" 200 5034 0.002391 10.0.0.22 - - [2025-11-06 02:04:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001058 10.0.0.22 - - [2025-11-06 02:04:28] "POST /neutron/network HTTP/1.1" 200 937 0.005065 10.0.0.22 - - [2025-11-06 02:04:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000349 10.0.0.22 - - [2025-11-06 02:04:29] "GET / HTTP/1.1" 200 35931 0.001381 10.0.0.22 - - [2025-11-06 02:04:29] "GET /project/daa07341-314f-49e3-809b-8abf411c0462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000377 10.0.0.22 - - [2025-11-06 02:04:29] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000953 10.0.0.22 - - [2025-11-06 02:04:29] "GET /project/daa07341-314f-49e3-809b-8abf411c0462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.045846 10.0.0.22 - - [2025-11-06 02:04:29] "POST /neutron/network HTTP/1.1" 200 927 0.005099 10.0.0.22 - - [2025-11-06 02:04:29] "POST /neutron/port HTTP/1.1" 200 117 0.004379 10.0.0.22 - - [2025-11-06 02:04:29] "POST /neutron/port HTTP/1.1" 200 117 0.004076 10.0.0.22 - - [2025-11-06 02:04:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001107 10.0.0.22 - - [2025-11-06 02:04:29] "POST /neutron/port HTTP/1.1" 200 117 0.004534 10.0.0.22 - - [2025-11-06 02:04:30] "POST /neutron/network HTTP/1.1" 200 940 0.005180 10.0.0.22 - - [2025-11-06 02:04:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000348 10.0.0.22 - - [2025-11-06 02:04:30] "POST /neutron/network HTTP/1.1" 200 937 0.004750 10.0.0.22 - - [2025-11-06 02:04:30] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000953 10.0.0.22 - - [2025-11-06 02:04:30] "GET / HTTP/1.1" 200 35931 0.002427 10.0.0.22 - - [2025-11-06 02:04:30] "GET /project/daa07341-314f-49e3-809b-8abf411c0462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000682 10.0.0.22 - - [2025-11-06 02:04:30] "POST /neutron/port HTTP/1.1" 200 1061 0.182605 10.0.0.22 - - [2025-11-06 02:04:30] "POST /neutron/port HTTP/1.1" 200 1061 0.008110 10.0.0.22 - - [2025-11-06 02:04:30] "POST /neutron/port HTTP/1.1" 200 1061 0.007228 10.0.0.22 - - [2025-11-06 02:04:30] "POST /neutron/port HTTP/1.1" 200 1115 0.054205 10.0.0.22 - - [2025-11-06 02:04:30] "POST /neutron/port HTTP/1.1" 200 1089 0.008654 10.0.0.22 - - [2025-11-06 02:04:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003804 10.0.0.22 - - [2025-11-06 02:04:30] "POST /neutron/subnet HTTP/1.1" 200 694 0.005458 10.0.0.22 - - [2025-11-06 02:04:30] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.22 - - [2025-11-06 02:04:30] "POST /neutron/network HTTP/1.1" 200 927 0.004616 10.0.0.22 - - [2025-11-06 02:04:30] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001167 10.0.0.22 - - [2025-11-06 02:04:30] "GET /project/daa07341-314f-49e3-809b-8abf411c0462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.044122 10.0.0.22 - - [2025-11-06 02:04:30] "POST /neutron/network HTTP/1.1" 200 930 0.004730 10.0.0.22 - - [2025-11-06 02:04:30] "POST /neutron/port HTTP/1.1" 200 1089 0.014858 10.0.0.22 - - [2025-11-06 02:04:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006006 10.0.0.22 - - [2025-11-06 02:04:30] "POST /neutron/port HTTP/1.1" 200 117 0.004707 10.0.0.22 - - [2025-11-06 02:04:30] "POST /neutron/port HTTP/1.1" 200 1089 0.010661 10.0.0.22 - - [2025-11-06 02:04:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005488 10.0.0.22 - - [2025-11-06 02:04:31] "POST /neutron/network HTTP/1.1" 200 940 0.005385 10.0.0.22 - - [2025-11-06 02:04:31] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001178 10.0.0.22 - - [2025-11-06 02:04:31] "POST /neutron/port HTTP/1.1" 200 1064 0.209695 10.0.0.22 - - [2025-11-06 02:04:31] "POST /neutron/port HTTP/1.1" 200 1064 0.010816 10.0.0.22 - - [2025-11-06 02:04:31] "POST /neutron/port HTTP/1.1" 200 1064 0.010111 10.0.0.22 - - [2025-11-06 02:04:31] "POST /neutron/port HTTP/1.1" 200 1118 0.059804 10.0.0.22 - - [2025-11-06 02:04:31] "POST /neutron/port HTTP/1.1" 200 1092 0.011127 10.0.0.22 - - [2025-11-06 02:04:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004047 10.0.0.22 - - [2025-11-06 02:04:31] "POST /neutron/subnet HTTP/1.1" 200 708 0.006994 10.0.0.22 - - [2025-11-06 02:04:31] "POST /neutron/port HTTP/1.1" 200 117 0.001094 10.0.0.22 - - [2025-11-06 02:04:31] "POST /neutron/network HTTP/1.1" 200 930 0.004689 10.0.0.22 - - [2025-11-06 02:04:31] "PUT /access-control-list/47242ffc-cda1-4f7c-8ff7-8284da1bc498 HTTP/1.1" 200 272 0.048614 10.0.0.22 - - [2025-11-06 02:04:35] "DELETE /project/dbb90d7b33674b6c9d79b36eb987e31f HTTP/1.1" 404 173 0.015825 10.0.0.22 - - [2025-11-06 02:04:35] "DELETE /project/ee62857e48fe4900924ddc3a55b1c14e HTTP/1.1" 404 173 0.013383 10.0.0.22 - - [2025-11-06 02:04:35] "DELETE /project/fd6056e2c1074aee8ca0827368495294 HTTP/1.1" 404 173 0.010581 10.0.0.22 - - [2025-11-06 02:04:35] "DELETE /project/daa07341314f49e3809b8abf411c0462 HTTP/1.1" 404 173 0.006927 10.0.0.22 - - [2025-11-06 02:04:35] "GET /projects?obj_uuids=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000801 10.0.0.22 - - [2025-11-06 02:04:35] "GET /projects?obj_uuids=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000716 10.0.0.22 - - [2025-11-06 02:04:35] "GET /projects?obj_uuids=dbb90d7b-3367-4b6c-9d79-b36eb987e31f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000684 10.0.0.22 - - [2025-11-06 02:04:35] "GET /projects?obj_uuids=ee62857e-48fe-4900-924d-dc3a55b1c14e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000739 10.0.0.22 - - [2025-11-06 02:04:35] "GET /project/dbb90d7b-3367-4b6c-9d79-b36eb987e31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.042336 10.0.0.22 - - [2025-11-06 02:04:35] "GET /project/d1d9f3c8-bf45-4736-b2a2-7946348086e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.044074 10.0.0.22 - - [2025-11-06 02:04:35] "GET /project/ee62857e-48fe-4900-924d-dc3a55b1c14e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.043332 10.0.0.22 - - [2025-11-06 02:04:35] "GET /project/fd6056e2-c107-4aee-8ca0-827368495294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.052949 10.0.0.22 - - [2025-11-06 02:04:35] "GET /projects?obj_uuids=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000906 10.0.0.22 - - [2025-11-06 02:04:35] "GET /projects?obj_uuids=ee62857e-48fe-4900-924d-dc3a55b1c14e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001681 10.0.0.22 - - [2025-11-06 02:04:35] "GET /projects?obj_uuids=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000724 10.0.0.22 - - [2025-11-06 02:04:35] "GET /projects?obj_uuids=dbb90d7b-3367-4b6c-9d79-b36eb987e31f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000676 10.0.0.22 - - [2025-11-06 02:04:35] "GET /project/dbb90d7b-3367-4b6c-9d79-b36eb987e31f?fields=security_groups HTTP/1.1" 200 1412 0.056880 10.0.0.22 - - [2025-11-06 02:04:35] "GET /project/fd6056e2-c107-4aee-8ca0-827368495294?fields=security_groups HTTP/1.1" 200 1373 0.055733 10.0.0.22 - - [2025-11-06 02:04:35] "GET /project/ee62857e-48fe-4900-924d-dc3a55b1c14e?fields=security_groups HTTP/1.1" 200 1388 0.062913 10.0.0.22 - - [2025-11-06 02:04:35] "GET /project/d1d9f3c8-bf45-4736-b2a2-7946348086e7?fields=security_groups HTTP/1.1" 200 1358 0.070616 10.0.0.22 - - [2025-11-06 02:04:36] "DELETE /security-group/5ae4d6e4-051f-4dfd-821b-ef82c3d5ad3f HTTP/1.1" 200 115 0.081510 10.0.0.22 - - [2025-11-06 02:04:36] "POST /neutron/port HTTP/1.1" 200 1089 0.019155 10.0.0.22 - - [2025-11-06 02:04:36] "DELETE /security-group/5d1e4983-1fc5-4606-bb73-ff8015bbd7be HTTP/1.1" 200 115 0.088505 10.0.0.22 - - [2025-11-06 02:04:36] "GET /projects?obj_uuids=dbb90d7b-3367-4b6c-9d79-b36eb987e31f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002325 10.0.0.22 - - [2025-11-06 02:04:36] "GET /projects?obj_uuids=fd6056e2-c107-4aee-8ca0-827368495294&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000777 10.0.0.22 - - [2025-11-06 02:04:36] "DELETE /security-group/aac3ae45-6675-4c51-b439-e1f0ce896e94 HTTP/1.1" 200 115 0.088328 10.0.0.22 - - [2025-11-06 02:04:36] "GET /projects?obj_uuids=ee62857e-48fe-4900-924d-dc3a55b1c14e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001255 10.0.0.22 - - [2025-11-06 02:04:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009668 10.0.0.22 - - [2025-11-06 02:04:36] "DELETE /access-control-list/3d563cf5-4ab4-4f88-8061-a03621add682 HTTP/1.1" 200 115 0.071132 10.0.0.22 - - [2025-11-06 02:04:36] "GET /project/dbb90d7b-3367-4b6c-9d79-b36eb987e31f?fields=application_policy_sets HTTP/1.1" 200 1451 0.050991 10.0.0.22 - - [2025-11-06 02:04:36] "DELETE /security-group/9aaa7bb5-39ae-4ffd-8a94-e435610f33c8 HTTP/1.1" 200 115 0.113190 10.0.0.22 - - [2025-11-06 02:04:36] "GET /project/ee62857e-48fe-4900-924d-dc3a55b1c14e?fields=application_policy_sets HTTP/1.1" 200 1427 0.051346 10.0.0.22 - - [2025-11-06 02:04:36] "GET /projects?obj_uuids=d1d9f3c8-bf45-4736-b2a2-7946348086e7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002018 10.0.0.22 - - [2025-11-06 02:04:36] "POST /neutron/port HTTP/1.1" 200 1089 0.026676 10.0.0.22 - - [2025-11-06 02:04:36] "GET /project/fd6056e2-c107-4aee-8ca0-827368495294?fields=application_policy_sets HTTP/1.1" 200 1412 0.105572 10.0.0.22 - - [2025-11-06 02:04:36] "DELETE /access-control-list/4d65c7bd-bc00-450f-be56-cb548907c32b HTTP/1.1" 200 115 0.082018 10.0.0.22 - - [2025-11-06 02:04:36] "GET /project/d1d9f3c8-bf45-4736-b2a2-7946348086e7?fields=application_policy_sets HTTP/1.1" 200 1397 0.067523 10.0.0.22 - - [2025-11-06 02:04:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.013195 10.0.0.22 - - [2025-11-06 02:04:36] "DELETE /access-control-list/11e57073-3ccd-467d-9465-46d617933e96 HTTP/1.1" 200 115 0.048306 10.0.0.22 - - [2025-11-06 02:04:36] "DELETE /access-control-list/7bce459b-4eb6-44f7-b3c1-8e320726796a HTTP/1.1" 200 115 0.050920 10.0.0.22 - - [2025-11-06 02:04:36] "POST /neutron/port HTTP/1.1" 200 1089 0.040705 10.0.0.22 - - [2025-11-06 02:04:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.017109 10.0.0.22 - - [2025-11-06 02:04:36] "DELETE /access-control-list/acd645a3-e5d9-46aa-8ca7-f85a5d326693 HTTP/1.1" 200 115 0.080039 10.0.0.22 - - [2025-11-06 02:04:36] "DELETE /project/dbb90d7b-3367-4b6c-9d79-b36eb987e31f HTTP/1.1" 200 115 0.587409 10.0.0.22 - - [2025-11-06 02:04:36] "DELETE /project/ee62857e-48fe-4900-924d-dc3a55b1c14e HTTP/1.1" 200 115 0.584104 10.0.0.22 - - [2025-11-06 02:04:36] "GET /virtual-machine/3eadb4ec-5679-483e-8e0e-44e28506914f HTTP/1.1" 200 1294 0.005977 10.0.0.22 - - [2025-11-06 02:04:36] "GET /virtual-machine-interface/d16905df-daa7-42ef-aa79-eed0b5764ca3 HTTP/1.1" 200 2952 0.004140 10.0.0.22 - - [2025-11-06 02:04:36] "DELETE /access-control-list/751b9c32-7b39-4128-8cc9-0f0bc5aaa484 HTTP/1.1" 200 115 0.040037 10.0.0.22 - - [2025-11-06 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004794 10.0.0.22 - - [2025-11-06 02:04:36] "DELETE /project/d1d9f3c8-bf45-4736-b2a2-7946348086e7 HTTP/1.1" 200 115 0.643969 10.0.0.22 - - [2025-11-06 02:04:36] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003396 10.0.0.22 - - [2025-11-06 02:04:36] "DELETE /project/fd6056e2-c107-4aee-8ca0-827368495294 HTTP/1.1" 200 115 0.649003 10.0.0.22 - - [2025-11-06 02:04:36] "DELETE /access-control-list/21ef5206-731a-44d0-adac-56cb283429b0 HTTP/1.1" 200 115 0.033081 10.0.0.22 - - [2025-11-06 02:04:36] "DELETE /access-control-list/a13dc225-cab4-4c13-ad48-b2ecf5f6b61a HTTP/1.1" 200 115 0.014115 10.0.0.22 - - [2025-11-06 02:04:36] "GET /virtual-networks?parent_id=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002692 10.0.0.22 - - [2025-11-06 02:04:36] "GET /virtual-network/1372eac9-dc04-4353-8ad7-da0943bfd954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004485 10.0.0.22 - - [2025-11-06 02:04:37] "POST /neutron/port HTTP/1.1" 200 1089 0.009268 10.0.0.22 - - [2025-11-06 02:04:37] "POST /neutron/port HTTP/1.1" 200 1089 0.011060 10.0.0.22 - - [2025-11-06 02:04:37] "POST /neutron/network HTTP/1.1" 200 937 0.004875 10.0.0.22 - - [2025-11-06 02:04:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002820 10.0.0.22 - - [2025-11-06 02:04:37] "POST /neutron/subnet HTTP/1.1" 200 694 0.005986 10.0.0.22 - - [2025-11-06 02:04:37] "POST /neutron/port HTTP/1.1" 200 117 0.000969 10.0.0.22 - - [2025-11-06 02:04:37] "POST /neutron/network HTTP/1.1" 200 927 0.004484 10.0.0.22 - - [2025-11-06 02:04:38] "POST /neutron/port HTTP/1.1" 200 1089 0.009645 10.0.0.22 - - [2025-11-06 02:04:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004414 10.0.0.22 - - [2025-11-06 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.22 - - [2025-11-06 02:04:39] "GET /virtual-network/1372eac9-dc04-4353-8ad7-da0943bfd954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004144 10.0.0.22 - - [2025-11-06 02:04:39] "POST /neutron/port HTTP/1.1" 200 1092 0.010783 10.0.0.22 - - [2025-11-06 02:04:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004599 10.0.0.22 - - [2025-11-06 02:04:41] "GET /obj-perms HTTP/1.1" 200 5056 0.042549 10.0.0.22 - - [2025-11-06 02:04:41] "GET /obj-perms HTTP/1.1" 200 5056 0.041085 10.0.0.22 - - [2025-11-06 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.22 - - [2025-11-06 02:04:41] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002654 10.0.0.22 - - [2025-11-06 02:04:41] "GET /virtual-networks?parent_id=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002613 10.0.0.22 - - [2025-11-06 02:04:41] "GET /virtual-network/1372eac9-dc04-4353-8ad7-da0943bfd954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004470 10.0.0.22 - - [2025-11-06 02:04:42] "POST /neutron/port HTTP/1.1" 200 1092 0.011445 10.0.0.22 - - [2025-11-06 02:04:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006454 10.0.0.22 - - [2025-11-06 02:04:42] "POST /neutron/port HTTP/1.1" 200 1092 0.009068 10.0.0.22 - - [2025-11-06 02:04:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005448 10.0.0.22 - - [2025-11-06 02:04:42] "POST /neutron/port HTTP/1.1" 200 1092 0.010521 10.0.0.22 - - [2025-11-06 02:04:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005279 10.0.0.22 - - [2025-11-06 02:04:42] "GET /virtual-machine/afaf75d3-a1a0-4389-83fd-6edf1adedde9 HTTP/1.1" 200 1294 0.003644 10.0.0.22 - - [2025-11-06 02:04:42] "GET /virtual-machine-interface/a855c705-eb16-4b76-bbdb-71e7530175f2 HTTP/1.1" 200 2952 0.004254 10.0.0.22 - - [2025-11-06 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.22 - - [2025-11-06 02:04:42] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002656 10.0.0.22 - - [2025-11-06 02:04:42] "GET /virtual-networks?parent_id=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002739 10.0.0.22 - - [2025-11-06 02:04:42] "GET /virtual-network/d7cd2718-8847-46fb-af81-1a30e582d04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004597 10.0.0.22 - - [2025-11-06 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.22 - - [2025-11-06 02:04:43] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002645 10.0.0.22 - - [2025-11-06 02:04:43] "GET /virtual-networks?parent_id=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002779 10.0.0.22 - - [2025-11-06 02:04:43] "GET /virtual-network/d7cd2718-8847-46fb-af81-1a30e582d04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004690 10.0.0.22 - - [2025-11-06 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.22 - - [2025-11-06 02:04:47] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000888 10.0.0.22 - - [2025-11-06 02:04:47] "GET /project/daa07341-314f-49e3-809b-8abf411c0462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.024297 10.0.0.22 - - [2025-11-06 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002385 10.0.0.22 - - [2025-11-06 02:04:47] "PUT /network-policy/c617c3b0-06f8-4b67-8339-d6bf376666de HTTP/1.1" 200 262 0.010984 10.0.0.22 - - [2025-11-06 02:04:47] "PUT /access-control-list/dc12a934-9aaa-4d71-9905-b5e83ee27927 HTTP/1.1" 200 272 0.048701 10.0.0.22 - - [2025-11-06 02:04:47] "POST /ref-update HTTP/1.1" 200 156 0.009934 10.0.0.22 - - [2025-11-06 02:04:47] "PUT /access-control-list/47242ffc-cda1-4f7c-8ff7-8284da1bc498 HTTP/1.1" 200 272 0.050174 10.0.0.22 - - [2025-11-06 02:04:47] "POST /ref-update HTTP/1.1" 200 156 0.009021 10.0.0.22 - - [2025-11-06 02:04:51] "GET /virtual-network/d7cd2718-8847-46fb-af81-1a30e582d04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005596 10.0.0.22 - - [2025-11-06 02:04:51] "POST /neutron/network HTTP/1.1" 200 930 0.007953 10.0.0.22 - - [2025-11-06 02:04:51] "POST /neutron/network HTTP/1.1" 200 828 0.035730 10.0.0.22 - - [2025-11-06 02:04:51] "DELETE /access-control-list/47242ffc-cda1-4f7c-8ff7-8284da1bc498 HTTP/1.1" 200 115 0.032779 10.0.0.22 - - [2025-11-06 02:04:51] "POST /neutron/network HTTP/1.1" 200 828 0.006624 10.0.0.22 - - [2025-11-06 02:04:51] "GET /virtual-network/d7cd2718-8847-46fb-af81-1a30e582d04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004224 10.0.0.22 - - [2025-11-06 02:04:51] "GET /virtual-network/1372eac9-dc04-4353-8ad7-da0943bfd954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004368 10.0.0.22 - - [2025-11-06 02:04:51] "POST /neutron/network HTTP/1.1" 200 927 0.010602 10.0.0.22 - - [2025-11-06 02:04:51] "POST /neutron/network HTTP/1.1" 200 825 0.054916 10.0.0.22 - - [2025-11-06 02:04:51] "POST /neutron/network HTTP/1.1" 200 825 0.007779 10.0.0.22 - - [2025-11-06 02:04:51] "DELETE /access-control-list/dc12a934-9aaa-4d71-9905-b5e83ee27927 HTTP/1.1" 200 115 0.053339 10.0.0.22 - - [2025-11-06 02:04:51] "GET /virtual-network/1372eac9-dc04-4353-8ad7-da0943bfd954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007193 10.0.0.22 - - [2025-11-06 02:04:51] "DELETE /network-policy/c617c3b0-06f8-4b67-8339-d6bf376666de HTTP/1.1" 200 115 0.030486 10.0.0.22 - - [2025-11-06 02:04:51] "POST /neutron/network HTTP/1.1" 200 828 0.006883 10.0.0.22 - - [2025-11-06 02:04:51] "POST /neutron/network HTTP/1.1" 400 204 0.010513 10.0.0.22 - - [2025-11-06 02:04:51] "POST /neutron/port HTTP/1.1" 200 1092 0.022549 10.0.0.22 - - [2025-11-06 02:04:51] "POST /neutron/port HTTP/1.1" 200 1118 0.007624 10.0.0.22 - - [2025-11-06 02:04:51] "POST /neutron/port HTTP/1.1" 200 1089 0.009845 10.0.0.22 - - [2025-11-06 02:04:51] "POST /neutron/port HTTP/1.1" 200 1115 0.010998 10.0.0.22 - - [2025-11-06 02:04:51] "POST /neutron/port HTTP/1.1" 200 151 0.112126 10.0.0.22 - - [2025-11-06 02:04:51] "POST /neutron/port HTTP/1.1" 200 151 0.103496 10.0.0.22 - - [2025-11-06 02:04:53] "POST /neutron/network HTTP/1.1" 200 828 0.005569 10.0.0.22 - - [2025-11-06 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004882 10.0.0.22 - - [2025-11-06 02:04:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003037 10.0.0.22 - - [2025-11-06 02:04:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001604 10.0.0.22 - - [2025-11-06 02:04:53] "POST /neutron/network HTTP/1.1" 200 151 0.080888 10.0.0.22 - - [2025-11-06 02:04:53] "GET /routing-instance/9e0324c4-b8c1-451b-bfff-e50f5015e3f5 HTTP/1.1" 404 171 0.002361 10.0.0.22 - - [2025-11-06 02:04:53] "DELETE /route-target/587d5117-4445-4f3a-b7c9-a997cd701713 HTTP/1.1" 200 115 0.020700 10.0.0.22 - - [2025-11-06 02:04:53] "GET /domains HTTP/1.1" 200 280 0.001705 10.0.0.22 - - [2025-11-06 02:04:53] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000813 10.0.0.22 - - [2025-11-06 02:04:53] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2575 0.047914 10.0.0.22 - - [2025-11-06 02:04:53] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002032 10.0.0.22 - - [2025-11-06 02:04:53] "GET /project/daa07341-314f-49e3-809b-8abf411c0462 HTTP/1.1" 200 2103 0.063857 10.0.0.22 - - [2025-11-06 02:04:53] "POST /neutron/network HTTP/1.1" 200 825 0.005646 10.0.0.22 - - [2025-11-06 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.22 - - [2025-11-06 02:04:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001755 10.0.0.22 - - [2025-11-06 02:04:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001323 10.0.0.22 - - [2025-11-06 02:04:53] "POST /neutron/network HTTP/1.1" 200 151 0.078536 10.0.0.22 - - [2025-11-06 02:04:53] "DELETE /route-target/dd0336fd-5843-4616-97c3-651b9c8d0fd6 HTTP/1.1" 200 115 0.019439 10.0.0.22 - - [2025-11-06 02:04:53] "GET /routing-instance/4cf63731-cf6a-4d8d-9ef6-d07eba5c1ee3 HTTP/1.1" 404 171 0.001796 10.0.0.22 - - [2025-11-06 02:04:53] "GET /domains HTTP/1.1" 200 280 0.001691 10.0.0.22 - - [2025-11-06 02:04:53] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000887 10.0.0.22 - - [2025-11-06 02:04:53] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2575 0.048570 10.0.0.22 - - [2025-11-06 02:04:53] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001262 10.0.0.22 - - [2025-11-06 02:04:53] "GET /project/daa07341-314f-49e3-809b-8abf411c0462 HTTP/1.1" 200 1864 0.070740 10.0.0.22 - - [2025-11-06 02:04:54] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001082 10.0.0.22 - - [2025-11-06 02:04:54] "GET /project/daa07341-314f-49e3-809b-8abf411c0462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.023817 10.0.0.22 - - [2025-11-06 02:04:54] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001026 10.0.0.22 - - [2025-11-06 02:04:54] "GET /project/daa07341-314f-49e3-809b-8abf411c0462?fields=virtual_networks HTTP/1.1" 200 1036 0.061996 10.0.0.22 - - [2025-11-06 02:04:54] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001038 10.0.0.22 - - [2025-11-06 02:04:54] "GET /project/daa07341-314f-49e3-809b-8abf411c0462?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.023195 10.0.0.22 - - [2025-11-06 02:04:54] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001020 10.0.0.22 - - [2025-11-06 02:04:54] "GET /project/daa07341-314f-49e3-809b-8abf411c0462?fields=security_groups HTTP/1.1" 200 1264 0.021132 10.0.0.22 - - [2025-11-06 02:04:55] "POST /fqname-to-id HTTP/1.1" 404 181 0.019997 10.0.0.22 - - [2025-11-06 02:04:55] "GET /projects?obj_uuids=b8a6579d-92c9-4225-a973-15b4118fc82d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002221 10.0.0.22 - - [2025-11-06 02:04:55] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001220 10.0.0.22 - - [2025-11-06 02:04:55] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008043 10.0.0.22 - - [2025-11-06 02:04:55] "POST /id-to-fqname HTTP/1.1" 200 183 0.001436 10.0.0.22 - - [2025-11-06 02:04:55] "POST /fqname-to-id HTTP/1.1" 404 192 0.002585 10.0.0.22 - - [2025-11-06 02:04:55] "POST /security-groups HTTP/1.1" 200 584 0.060136 10.0.0.22 - - [2025-11-06 02:04:55] "POST /fqname-to-id HTTP/1.1" 404 227 0.002754 10.0.0.22 - - [2025-11-06 02:04:55] "POST /projects HTTP/1.1" 200 571 0.208379 10.0.0.22 - - [2025-11-06 02:04:55] "POST /access-control-lists HTTP/1.1" 200 589 0.053683 10.0.0.22 - - [2025-11-06 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.278425 10.0.0.22 - - [2025-11-06 02:04:55] "POST /fqname-to-id HTTP/1.1" 404 226 0.002428 10.0.0.22 - - [2025-11-06 02:04:55] "GET /project/b8a6579d-92c9-4225-a973-15b4118fc82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.407417 10.0.0.22 - - [2025-11-06 02:04:55] "POST /access-control-lists HTTP/1.1" 200 587 0.060808 10.0.0.22 - - [2025-11-06 02:04:56] "GET / HTTP/1.1" 200 35931 0.001822 10.0.0.22 - - [2025-11-06 02:04:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.22 - - [2025-11-06 02:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.063824 10.0.0.22 - - [2025-11-06 02:04:57] "GET /projects?obj_uuids=b8a6579d-92c9-4225-a973-15b4118fc82d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000953 10.0.0.22 - - [2025-11-06 02:04:57] "GET /project/b8a6579d-92c9-4225-a973-15b4118fc82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.022484 10.0.0.22 - - [2025-11-06 02:04:57] "POST /neutron/network HTTP/1.1" 200 117 0.027924 10.0.0.22 - - [2025-11-06 02:04:57] "GET /projects?obj_uuids=b8a6579d-92c9-4225-a973-15b4118fc82d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001243 10.0.0.22 - - [2025-11-06 02:04:57] "POST /neutron/network HTTP/1.1" 200 612 0.061551 10.0.0.22 - - [2025-11-06 02:04:57] "POST /route-targets HTTP/1.1" 200 327 0.012855 10.0.0.22 - - [2025-11-06 02:04:57] "POST /ref-update HTTP/1.1" 200 156 0.015368 10.0.0.22 - - [2025-11-06 02:04:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004064 10.0.0.22 - - [2025-11-06 02:04:57] "POST /neutron/subnet HTTP/1.1" 200 715 0.154741 10.0.0.22 - - [2025-11-06 02:04:58] "POST /neutron/network HTTP/1.1" 200 829 0.004543 10.0.0.22 - - [2025-11-06 02:04:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.000935 10.0.0.22 - - [2025-11-06 02:04:58] "GET /virtual-network/91e945ef-332a-4acb-a997-2bc7e458a01a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003924 10.0.0.22 - - [2025-11-06 02:04:58] "POST /neutron/network HTTP/1.1" 200 829 0.005213 10.0.0.22 - - [2025-11-06 02:04:58] "GET /virtual-network/91e945ef-332a-4acb-a997-2bc7e458a01a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005803 10.0.0.22 - - [2025-11-06 02:04:58] "POST /neutron/network HTTP/1.1" 200 829 0.006217 10.0.0.22 - - [2025-11-06 02:04:58] "POST /neutron/subnet HTTP/1.1" 200 715 0.006344 10.0.0.22 - - [2025-11-06 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001875 10.0.0.22 - - [2025-11-06 02:04:58] "GET /virtual-network/91e945ef-332a-4acb-a997-2bc7e458a01a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004481 10.0.0.22 - - [2025-11-06 02:04:58] "PUT /virtual-network/91e945ef-332a-4acb-a997-2bc7e458a01a HTTP/1.1" 200 264 0.028728 10.0.0.22 - - [2025-11-06 02:04:58] "POST /route-targets HTTP/1.1" 200 323 0.013088 10.0.0.22 - - [2025-11-06 02:04:58] "POST /ref-update HTTP/1.1" 200 156 0.011281 10.0.0.22 - - [2025-11-06 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002410 10.0.0.22 - - [2025-11-06 02:04:58] "GET /projects?obj_uuids=b8a6579d-92c9-4225-a973-15b4118fc82d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000910 10.0.0.22 - - [2025-11-06 02:04:58] "GET /project/b8a6579d-92c9-4225-a973-15b4118fc82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.020368 10.0.0.22 - - [2025-11-06 02:04:58] "POST /neutron/network HTTP/1.1" 200 117 0.008732 10.0.0.22 - - [2025-11-06 02:04:58] "GET /projects?obj_uuids=b8a6579d-92c9-4225-a973-15b4118fc82d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000904 10.0.0.22 - - [2025-11-06 02:04:58] "POST /neutron/network HTTP/1.1" 200 612 0.051634 10.0.0.22 - - [2025-11-06 02:04:58] "POST /route-targets HTTP/1.1" 200 327 0.012192 10.0.0.22 - - [2025-11-06 02:04:58] "POST /ref-update HTTP/1.1" 200 156 0.009400 10.0.0.22 - - [2025-11-06 02:04:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003609 10.0.0.22 - - [2025-11-06 02:04:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.125149 10.0.0.22 - - [2025-11-06 02:04:58] "POST /neutron/network HTTP/1.1" 200 831 0.004111 10.0.0.22 - - [2025-11-06 02:04:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.000997 10.0.0.22 - - [2025-11-06 02:04:58] "GET /virtual-network/780fa01e-edd1-45b1-808f-3a30ec1d8e6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004172 10.0.0.22 - - [2025-11-06 02:04:58] "POST /neutron/network HTTP/1.1" 200 831 0.005244 10.0.0.22 - - [2025-11-06 02:04:58] "GET /virtual-network/780fa01e-edd1-45b1-808f-3a30ec1d8e6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004945 10.0.0.22 - - [2025-11-06 02:04:58] "POST /neutron/network HTTP/1.1" 200 831 0.005549 10.0.0.22 - - [2025-11-06 02:04:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.006288 10.0.0.22 - - [2025-11-06 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001934 10.0.0.22 - - [2025-11-06 02:04:58] "GET /virtual-network/780fa01e-edd1-45b1-808f-3a30ec1d8e6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004502 10.0.0.22 - - [2025-11-06 02:04:58] "POST /ref-update HTTP/1.1" 200 156 0.009576 10.0.0.22 - - [2025-11-06 02:04:58] "PUT /virtual-network/780fa01e-edd1-45b1-808f-3a30ec1d8e6e HTTP/1.1" 200 264 0.033630 10.0.0.22 - - [2025-11-06 02:04:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001184 10.0.0.22 - - [2025-11-06 02:04:59] "POST /neutron/network HTTP/1.1" 200 839 0.004462 10.0.0.22 - - [2025-11-06 02:04:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000382 10.0.0.22 - - [2025-11-06 02:04:59] "GET / HTTP/1.1" 200 35931 0.001774 10.0.0.22 - - [2025-11-06 02:04:59] "GET /project/b8a6579d-92c9-4225-a973-15b4118fc82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000318 10.0.0.22 - - [2025-11-06 02:04:59] "GET /projects?obj_uuids=b8a6579d-92c9-4225-a973-15b4118fc82d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000901 10.0.0.22 - - [2025-11-06 02:04:59] "GET /project/b8a6579d-92c9-4225-a973-15b4118fc82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.039346 10.0.0.22 - - [2025-11-06 02:04:59] "POST /neutron/network HTTP/1.1" 200 829 0.006643 10.0.0.22 - - [2025-11-06 02:05:00] "POST /neutron/port HTTP/1.1" 200 117 0.004761 10.0.0.22 - - [2025-11-06 02:05:00] "POST /neutron/port HTTP/1.1" 200 117 0.004596 10.0.0.22 - - [2025-11-06 02:05:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001223 10.0.0.22 - - [2025-11-06 02:05:00] "POST /neutron/port HTTP/1.1" 200 117 0.004497 10.0.0.22 - - [2025-11-06 02:05:00] "POST /neutron/network HTTP/1.1" 200 841 0.004934 10.0.0.22 - - [2025-11-06 02:05:00] "GET /aaa-mode HTTP/1.1" 401 292 0.000383 10.0.0.22 - - [2025-11-06 02:05:00] "POST /neutron/network HTTP/1.1" 200 839 0.004650 10.0.0.22 - - [2025-11-06 02:05:00] "GET /projects?obj_uuids=b8a6579d-92c9-4225-a973-15b4118fc82d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000978 10.0.0.22 - - [2025-11-06 02:05:00] "GET / HTTP/1.1" 200 35931 0.004491 10.0.0.22 - - [2025-11-06 02:05:00] "GET /project/b8a6579d-92c9-4225-a973-15b4118fc82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000307 10.0.0.22 - - [2025-11-06 02:05:00] "POST /neutron/port HTTP/1.1" 200 1051 0.201610 10.0.0.22 - - [2025-11-06 02:05:00] "POST /neutron/port HTTP/1.1" 200 1051 0.011047 10.0.0.22 - - [2025-11-06 02:05:00] "POST /neutron/port HTTP/1.1" 200 1051 0.009432 10.0.0.22 - - [2025-11-06 02:05:00] "POST /neutron/port HTTP/1.1" 200 1105 0.056088 10.0.0.22 - - [2025-11-06 02:05:00] "POST /neutron/port HTTP/1.1" 200 1079 0.009314 10.0.0.22 - - [2025-11-06 02:05:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002966 10.0.0.22 - - [2025-11-06 02:05:00] "POST /neutron/subnet HTTP/1.1" 200 689 0.006600 10.0.0.22 - - [2025-11-06 02:05:00] "POST /neutron/port HTTP/1.1" 200 117 0.000871 10.0.0.22 - - [2025-11-06 02:05:00] "GET /projects?obj_uuids=b8a6579d-92c9-4225-a973-15b4118fc82d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001997 10.0.0.22 - - [2025-11-06 02:05:00] "GET /project/b8a6579d-92c9-4225-a973-15b4118fc82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.049010 10.0.0.22 - - [2025-11-06 02:05:00] "POST /neutron/network HTTP/1.1" 200 829 0.008981 10.0.0.22 - - [2025-11-06 02:05:00] "POST /neutron/network HTTP/1.1" 200 831 0.009525 10.0.0.22 - - [2025-11-06 02:05:01] "POST /neutron/port HTTP/1.1" 200 1079 0.010824 10.0.0.22 - - [2025-11-06 02:05:01] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005624 10.0.0.22 - - [2025-11-06 02:05:01] "POST /neutron/port HTTP/1.1" 200 117 0.008240 10.0.0.22 - - [2025-11-06 02:05:01] "POST /neutron/port HTTP/1.1" 200 1079 0.010690 10.0.0.22 - - [2025-11-06 02:05:01] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005011 10.0.0.22 - - [2025-11-06 02:05:01] "POST /neutron/network HTTP/1.1" 200 841 0.004538 10.0.0.22 - - [2025-11-06 02:05:01] "GET /projects?obj_uuids=b8a6579d-92c9-4225-a973-15b4118fc82d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000983 10.0.0.22 - - [2025-11-06 02:05:01] "POST /neutron/port HTTP/1.1" 200 1053 0.209115 10.0.0.22 - - [2025-11-06 02:05:01] "POST /neutron/port HTTP/1.1" 200 1053 0.009133 10.0.0.22 - - [2025-11-06 02:05:01] "POST /neutron/port HTTP/1.1" 200 1053 0.007324 10.0.0.22 - - [2025-11-06 02:05:01] "POST /neutron/port HTTP/1.1" 200 1107 0.086345 10.0.0.22 - - [2025-11-06 02:05:01] "POST /neutron/port HTTP/1.1" 200 1081 0.009775 10.0.0.22 - - [2025-11-06 02:05:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002910 10.0.0.22 - - [2025-11-06 02:05:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.007362 10.0.0.22 - - [2025-11-06 02:05:01] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.22 - - [2025-11-06 02:05:01] "POST /neutron/network HTTP/1.1" 200 831 0.005074 10.0.0.22 - - [2025-11-06 02:05:06] "POST /neutron/port HTTP/1.1" 200 1079 0.009219 10.0.0.22 - - [2025-11-06 02:05:06] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005139 10.0.0.22 - - [2025-11-06 02:05:06] "POST /neutron/port HTTP/1.1" 200 1079 0.011172 10.0.0.22 - - [2025-11-06 02:05:06] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005249 10.0.0.22 - - [2025-11-06 02:05:06] "POST /neutron/port HTTP/1.1" 200 1079 0.010387 10.0.0.22 - - [2025-11-06 02:05:06] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006054 10.0.0.22 - - [2025-11-06 02:05:06] "GET /virtual-machine/e345b5fd-0a49-4fe8-bba6-193d71520020 HTTP/1.1" 401 292 0.000341 10.0.0.22 - - [2025-11-06 02:05:06] "GET /virtual-machine/e345b5fd-0a49-4fe8-bba6-193d71520020 HTTP/1.1" 200 1286 0.024646 10.0.0.22 - - [2025-11-06 02:05:06] "GET /virtual-machine-interface/4aa5982f-ee88-49a5-907c-6d29e2c4ece8 HTTP/1.1" 200 2927 0.004905 10.0.0.22 - - [2025-11-06 02:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002370 10.0.0.22 - - [2025-11-06 02:05:06] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002331 10.0.0.22 - - [2025-11-06 02:05:06] "GET /virtual-networks?parent_id=b8a6579d-92c9-4225-a973-15b4118fc82d&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002331 10.0.0.22 - - [2025-11-06 02:05:06] "GET /virtual-network/91e945ef-332a-4acb-a997-2bc7e458a01a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.004467 10.0.0.22 - - [2025-11-06 02:05:09] "POST /neutron/port HTTP/1.1" 200 1079 0.011431 10.0.0.22 - - [2025-11-06 02:05:09] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005335 10.0.0.22 - - [2025-11-06 02:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.22 - - [2025-11-06 02:05:09] "GET /virtual-network/91e945ef-332a-4acb-a997-2bc7e458a01a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.004152 10.0.0.22 - - [2025-11-06 02:05:10] "POST /neutron/port HTTP/1.1" 200 1081 0.028130 10.0.0.22 - - [2025-11-06 02:05:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004203 10.0.0.22 - - [2025-11-06 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002452 10.0.0.22 - - [2025-11-06 02:05:12] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002429 10.0.0.22 - - [2025-11-06 02:05:12] "GET /virtual-networks?parent_id=b8a6579d-92c9-4225-a973-15b4118fc82d&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002951 10.0.0.22 - - [2025-11-06 02:05:12] "GET /virtual-network/91e945ef-332a-4acb-a997-2bc7e458a01a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.004467 10.0.0.22 - - [2025-11-06 02:05:12] "POST /neutron/port HTTP/1.1" 200 1081 0.008995 10.0.0.22 - - [2025-11-06 02:05:12] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004952 10.0.0.22 - - [2025-11-06 02:05:12] "POST /neutron/port HTTP/1.1" 200 1081 0.008741 10.0.0.22 - - [2025-11-06 02:05:12] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005690 10.0.0.22 - - [2025-11-06 02:05:12] "POST /neutron/port HTTP/1.1" 200 1081 0.009240 10.0.0.22 - - [2025-11-06 02:05:12] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005433 10.0.0.22 - - [2025-11-06 02:05:12] "GET /virtual-machine/47ea4167-ebc5-4fc6-b476-0b1054c03bec HTTP/1.1" 200 1285 0.004098 10.0.0.22 - - [2025-11-06 02:05:12] "GET /virtual-machine-interface/c8a0227d-34c1-45fd-a0c7-8ef4b54aa350 HTTP/1.1" 200 2928 0.003936 10.0.0.22 - - [2025-11-06 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002396 10.0.0.22 - - [2025-11-06 02:05:12] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003126 10.0.0.22 - - [2025-11-06 02:05:12] "GET /virtual-networks?parent_id=b8a6579d-92c9-4225-a973-15b4118fc82d&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002457 10.0.0.22 - - [2025-11-06 02:05:12] "GET /virtual-network/780fa01e-edd1-45b1-808f-3a30ec1d8e6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.004824 10.0.0.22 - - [2025-11-06 02:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.22 - - [2025-11-06 02:05:13] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002718 10.0.0.22 - - [2025-11-06 02:05:13] "GET /virtual-networks?parent_id=b8a6579d-92c9-4225-a973-15b4118fc82d&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002778 10.0.0.22 - - [2025-11-06 02:05:13] "GET /virtual-network/780fa01e-edd1-45b1-808f-3a30ec1d8e6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006651 10.0.0.22 - - [2025-11-06 02:05:14] "POST /routing-policys HTTP/1.1" 200 534 0.017400 10.0.0.22 - - [2025-11-06 02:05:14] "GET /virtual-network/91e945ef-332a-4acb-a997-2bc7e458a01a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.004061 10.0.0.22 - - [2025-11-06 02:05:14] "POST /ref-update HTTP/1.1" 200 156 0.008695 10.0.0.22 - - [2025-11-06 02:05:14] "PUT /virtual-network/91e945ef-332a-4acb-a997-2bc7e458a01a HTTP/1.1" 200 264 0.027854 10.0.0.22 - - [2025-11-06 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.026928 10.0.0.22 - - [2025-11-06 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.012200 10.0.0.22 - - [2025-11-06 02:05:18] "DELETE /routing-policy/b3218cd7-104e-4e07-afbd-5431fb5779ce HTTP/1.1" 200 115 0.025125 10.0.0.22 - - [2025-11-06 02:05:18] "POST /neutron/network HTTP/1.1" 200 831 0.005052 10.0.0.22 - - [2025-11-06 02:05:18] "POST /neutron/network HTTP/1.1" 400 204 0.007977 10.0.0.22 - - [2025-11-06 02:05:18] "POST /neutron/port HTTP/1.1" 200 1081 0.010880 10.0.0.22 - - [2025-11-06 02:05:18] "POST /neutron/port HTTP/1.1" 200 1107 0.006904 10.0.0.22 - - [2025-11-06 02:05:18] "POST /neutron/port HTTP/1.1" 200 1079 0.009712 10.0.0.22 - - [2025-11-06 02:05:18] "POST /neutron/port HTTP/1.1" 200 1105 0.011912 10.0.0.22 - - [2025-11-06 02:05:19] "POST /neutron/port HTTP/1.1" 200 151 0.125001 10.0.0.22 - - [2025-11-06 02:05:19] "POST /neutron/port HTTP/1.1" 200 151 0.115625 10.0.0.22 - - [2025-11-06 02:05:20] "POST /neutron/network HTTP/1.1" 200 831 0.005312 10.0.0.22 - - [2025-11-06 02:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.22 - - [2025-11-06 02:05:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001715 10.0.0.22 - - [2025-11-06 02:05:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002096 10.0.0.22 - - [2025-11-06 02:05:20] "POST /neutron/network HTTP/1.1" 200 151 0.083148 10.0.0.22 - - [2025-11-06 02:05:20] "DELETE /route-target/82419445-dc32-45cb-818c-0a13daa7cec3 HTTP/1.1" 200 115 0.011702 10.0.0.22 - - [2025-11-06 02:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.001789 10.0.0.22 - - [2025-11-06 02:05:20] "POST /neutron/network HTTP/1.1" 200 829 0.004124 10.0.0.22 - - [2025-11-06 02:05:20] "DELETE /route-target/1f99c1c3-4bb9-4e9b-8914-08c027e9e428 HTTP/1.1" 409 239 0.007017 10.0.0.22 - - [2025-11-06 02:05:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001909 10.0.0.22 - - [2025-11-06 02:05:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001714 10.0.0.22 - - [2025-11-06 02:05:20] "POST /neutron/network HTTP/1.1" 200 151 0.071842 10.0.0.22 - - [2025-11-06 02:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002203 10.0.0.22 - - [2025-11-06 02:05:20] "DELETE /route-target/9813f2ed-c2b9-49a0-a4fe-2f30c7d47c58 HTTP/1.1" 200 115 0.016188 10.0.0.22 - - [2025-11-06 02:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002077 10.0.0.22 - - [2025-11-06 02:05:20] "DELETE /route-target/1f99c1c3-4bb9-4e9b-8914-08c027e9e428 HTTP/1.1" 200 115 0.013305 10.0.0.22 - - [2025-11-06 02:05:20] "GET /projects?obj_uuids=b8a6579d-92c9-4225-a973-15b4118fc82d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001349 10.0.0.22 - - [2025-11-06 02:05:20] "GET /project/b8a6579d-92c9-4225-a973-15b4118fc82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.023500 10.0.0.22 - - [2025-11-06 02:05:20] "GET /projects?obj_uuids=b8a6579d-92c9-4225-a973-15b4118fc82d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000936 10.0.0.22 - - [2025-11-06 02:05:21] "GET /project/b8a6579d-92c9-4225-a973-15b4118fc82d?fields=virtual_networks HTTP/1.1" 200 1019 0.063260 10.0.0.22 - - [2025-11-06 02:05:21] "GET /projects?obj_uuids=b8a6579d-92c9-4225-a973-15b4118fc82d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000919 10.0.0.22 - - [2025-11-06 02:05:21] "GET /project/b8a6579d-92c9-4225-a973-15b4118fc82d?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.021935 10.0.0.22 - - [2025-11-06 02:05:21] "GET /projects?obj_uuids=b8a6579d-92c9-4225-a973-15b4118fc82d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000906 10.0.0.22 - - [2025-11-06 02:05:21] "GET /project/b8a6579d-92c9-4225-a973-15b4118fc82d?fields=security_groups HTTP/1.1" 200 1238 0.022476 10.0.0.22 - - [2025-11-06 02:05:21] "POST /fqname-to-id HTTP/1.1" 404 186 0.021473 10.0.0.22 - - [2025-11-06 02:05:21] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001893 10.0.0.22 - - [2025-11-06 02:05:21] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000848 10.0.0.22 - - [2025-11-06 02:05:21] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005751 10.0.0.22 - - [2025-11-06 02:05:22] "POST /id-to-fqname HTTP/1.1" 200 188 0.001431 10.0.0.22 - - [2025-11-06 02:05:22] "POST /fqname-to-id HTTP/1.1" 404 197 0.003271 10.0.0.22 - - [2025-11-06 02:05:22] "POST /security-groups HTTP/1.1" 200 589 0.060012 10.0.0.22 - - [2025-11-06 02:05:22] "POST /fqname-to-id HTTP/1.1" 404 232 0.002279 10.0.0.22 - - [2025-11-06 02:05:22] "POST /projects HTTP/1.1" 200 581 0.193847 10.0.0.22 - - [2025-11-06 02:05:22] "POST /access-control-lists HTTP/1.1" 200 594 0.058097 10.0.0.22 - - [2025-11-06 02:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.262086 10.0.0.22 - - [2025-11-06 02:05:22] "POST /fqname-to-id HTTP/1.1" 404 231 0.002999 10.0.0.22 - - [2025-11-06 02:05:22] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.371205 10.0.0.22 - - [2025-11-06 02:05:22] "POST /access-control-lists HTTP/1.1" 200 592 0.064034 10.0.0.22 - - [2025-11-06 02:05:23] "GET / HTTP/1.1" 200 35931 0.002439 10.0.0.22 - - [2025-11-06 02:05:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000410 10.0.0.22 - - [2025-11-06 02:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.055624 10.0.0.22 - - [2025-11-06 02:05:24] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000977 10.0.0.22 - - [2025-11-06 02:05:24] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.044100 10.0.0.22 - - [2025-11-06 02:05:24] "POST /neutron/network HTTP/1.1" 200 117 0.029185 10.0.0.22 - - [2025-11-06 02:05:24] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001245 10.0.0.22 - - [2025-11-06 02:05:24] "POST /neutron/network HTTP/1.1" 200 613 0.056914 10.0.0.22 - - [2025-11-06 02:05:24] "POST /route-targets HTTP/1.1" 200 327 0.008537 10.0.0.22 - - [2025-11-06 02:05:24] "POST /ref-update HTTP/1.1" 200 156 0.010862 10.0.0.22 - - [2025-11-06 02:05:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002294 10.0.0.22 - - [2025-11-06 02:05:24] "POST /neutron/subnet HTTP/1.1" 200 725 0.185481 10.0.0.22 - - [2025-11-06 02:05:24] "POST /neutron/network HTTP/1.1" 200 832 0.004325 10.0.0.22 - - [2025-11-06 02:05:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001340 10.0.0.22 - - [2025-11-06 02:05:24] "GET /virtual-network/b2086f12-e015-4946-8aff-a2ec85bb5310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005181 10.0.0.22 - - [2025-11-06 02:05:24] "POST /neutron/network HTTP/1.1" 200 832 0.006465 10.0.0.22 - - [2025-11-06 02:05:24] "GET /virtual-network/b2086f12-e015-4946-8aff-a2ec85bb5310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005031 10.0.0.22 - - [2025-11-06 02:05:24] "POST /neutron/network HTTP/1.1" 200 832 0.005146 10.0.0.22 - - [2025-11-06 02:05:24] "POST /neutron/subnet HTTP/1.1" 200 725 0.006658 10.0.0.22 - - [2025-11-06 02:05:24] "GET /domains HTTP/1.1" 401 292 0.000350 10.0.0.22 - - [2025-11-06 02:05:25] "GET /domains HTTP/1.1" 200 280 0.022454 10.0.0.22 - - [2025-11-06 02:05:25] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001162 10.0.0.22 - - [2025-11-06 02:05:25] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2938 0.006923 10.0.0.22 - - [2025-11-06 02:05:25] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000864 10.0.0.22 - - [2025-11-06 02:05:25] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd HTTP/1.1" 200 2081 0.066241 10.0.0.22 - - [2025-11-06 02:05:25] "GET /virtual-network/b2086f12-e015-4946-8aff-a2ec85bb5310 HTTP/1.1" 200 2320 0.006020 10.0.0.22 - - [2025-11-06 02:05:25] "GET /virtual-network/b2086f12-e015-4946-8aff-a2ec85bb5310 HTTP/1.1" 200 2320 0.004307 10.0.0.22 - - [2025-11-06 02:05:25] "GET /routing-instance/c0e38026-4835-4f7e-a205-4f51a24f2755 HTTP/1.1" 200 1494 0.003145 10.0.0.22 - - [2025-11-06 02:05:25] "GET /routing-instance/c0e38026-4835-4f7e-a205-4f51a24f2755 HTTP/1.1" 200 1494 0.004032 10.0.0.22 - - [2025-11-06 02:05:25] "GET /route-target/56352ff8-7505-4ec2-9ba9-d0379d7cebab HTTP/1.1" 200 1212 0.002861 10.0.0.22 - - [2025-11-06 02:05:25] "GET /virtual-network/b2086f12-e015-4946-8aff-a2ec85bb5310 HTTP/1.1" 200 2320 0.003741 10.0.0.22 - - [2025-11-06 02:05:25] "GET /routing-instance/c0e38026-4835-4f7e-a205-4f51a24f2755 HTTP/1.1" 200 1494 0.002526 10.0.0.22 - - [2025-11-06 02:05:25] "GET /virtual-network/b2086f12-e015-4946-8aff-a2ec85bb5310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.003631 10.0.0.22 - - [2025-11-06 02:05:25] "GET /virtual-network/b2086f12-e015-4946-8aff-a2ec85bb5310 HTTP/1.1" 200 2320 0.003859 10.0.0.22 - - [2025-11-06 02:05:25] "GET /routing-instance/c0e38026-4835-4f7e-a205-4f51a24f2755 HTTP/1.1" 200 1494 0.002631 10.0.0.22 - - [2025-11-06 02:05:25] "GET /routing-instance/c0e38026-4835-4f7e-a205-4f51a24f2755 HTTP/1.1" 200 1494 0.002337 10.0.0.22 - - [2025-11-06 02:05:25] "GET /route-target/56352ff8-7505-4ec2-9ba9-d0379d7cebab HTTP/1.1" 200 1212 0.002075 10.0.0.22 - - [2025-11-06 02:05:25] "GET /domains HTTP/1.1" 200 280 0.002235 10.0.0.22 - - [2025-11-06 02:05:25] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000842 10.0.0.22 - - [2025-11-06 02:05:25] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2938 0.005507 10.0.0.22 - - [2025-11-06 02:05:25] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000830 10.0.0.22 - - [2025-11-06 02:05:25] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd HTTP/1.1" 200 2081 0.060471 10.0.0.22 - - [2025-11-06 02:05:25] "GET /virtual-network/b2086f12-e015-4946-8aff-a2ec85bb5310 HTTP/1.1" 200 2320 0.004019 10.0.0.22 - - [2025-11-06 02:05:25] "GET /obj-perms HTTP/1.1" 200 5026 0.044021 10.0.0.22 - - [2025-11-06 02:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.22 - - [2025-11-06 02:05:25] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000901 10.0.0.22 - - [2025-11-06 02:05:25] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.020363 10.0.0.22 - - [2025-11-06 02:05:25] "POST /neutron/network HTTP/1.1" 200 117 0.008003 10.0.0.22 - - [2025-11-06 02:05:25] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000882 10.0.0.22 - - [2025-11-06 02:05:25] "POST /neutron/network HTTP/1.1" 200 613 0.062283 10.0.0.22 - - [2025-11-06 02:05:25] "POST /route-targets HTTP/1.1" 200 327 0.008662 10.0.0.22 - - [2025-11-06 02:05:25] "POST /ref-update HTTP/1.1" 200 156 0.011685 10.0.0.22 - - [2025-11-06 02:05:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002912 10.0.0.22 - - [2025-11-06 02:05:26] "POST /neutron/subnet HTTP/1.1" 200 730 0.135586 10.0.0.22 - - [2025-11-06 02:05:26] "POST /neutron/network HTTP/1.1" 200 833 0.004675 10.0.0.22 - - [2025-11-06 02:05:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001041 10.0.0.22 - - [2025-11-06 02:05:26] "GET /virtual-network/709412bb-f9d2-40b2-99f1-caec6826d7a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004021 10.0.0.22 - - [2025-11-06 02:05:26] "POST /neutron/network HTTP/1.1" 200 833 0.004929 10.0.0.22 - - [2025-11-06 02:05:26] "GET /virtual-network/709412bb-f9d2-40b2-99f1-caec6826d7a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004648 10.0.0.22 - - [2025-11-06 02:05:26] "POST /neutron/network HTTP/1.1" 200 833 0.005218 10.0.0.22 - - [2025-11-06 02:05:26] "POST /neutron/subnet HTTP/1.1" 200 730 0.005621 10.0.0.22 - - [2025-11-06 02:05:26] "GET /domains HTTP/1.1" 200 280 0.002020 10.0.0.22 - - [2025-11-06 02:05:26] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000873 10.0.0.22 - - [2025-11-06 02:05:26] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2938 0.005593 10.0.0.22 - - [2025-11-06 02:05:26] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000948 10.0.0.22 - - [2025-11-06 02:05:26] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd HTTP/1.1" 200 2299 0.062501 10.0.0.22 - - [2025-11-06 02:05:26] "GET /virtual-network/709412bb-f9d2-40b2-99f1-caec6826d7a4 HTTP/1.1" 200 2322 0.004925 10.0.0.22 - - [2025-11-06 02:05:26] "GET /virtual-network/709412bb-f9d2-40b2-99f1-caec6826d7a4 HTTP/1.1" 200 2322 0.004211 10.0.0.22 - - [2025-11-06 02:05:26] "GET /routing-instance/593a858b-3a45-4571-98db-6aaa81adb62f HTTP/1.1" 200 1493 0.003148 10.0.0.22 - - [2025-11-06 02:05:26] "GET /routing-instance/593a858b-3a45-4571-98db-6aaa81adb62f HTTP/1.1" 200 1493 0.002882 10.0.0.22 - - [2025-11-06 02:05:26] "GET /route-target/c4be9891-03b2-41e5-8ca7-80daafe2db81 HTTP/1.1" 200 1213 0.002507 10.0.0.22 - - [2025-11-06 02:05:26] "GET /virtual-network/709412bb-f9d2-40b2-99f1-caec6826d7a4 HTTP/1.1" 200 2322 0.005133 10.0.0.22 - - [2025-11-06 02:05:26] "GET /routing-instance/593a858b-3a45-4571-98db-6aaa81adb62f HTTP/1.1" 200 1493 0.004871 10.0.0.22 - - [2025-11-06 02:05:26] "GET /virtual-network/709412bb-f9d2-40b2-99f1-caec6826d7a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004234 10.0.0.22 - - [2025-11-06 02:05:26] "GET /virtual-network/709412bb-f9d2-40b2-99f1-caec6826d7a4 HTTP/1.1" 200 2322 0.004345 10.0.0.22 - - [2025-11-06 02:05:26] "GET /routing-instance/593a858b-3a45-4571-98db-6aaa81adb62f HTTP/1.1" 200 1493 0.003175 10.0.0.22 - - [2025-11-06 02:05:26] "GET /routing-instance/593a858b-3a45-4571-98db-6aaa81adb62f HTTP/1.1" 200 1493 0.002855 10.0.0.22 - - [2025-11-06 02:05:26] "GET /route-target/c4be9891-03b2-41e5-8ca7-80daafe2db81 HTTP/1.1" 200 1213 0.002422 10.0.0.22 - - [2025-11-06 02:05:26] "GET /domains HTTP/1.1" 200 280 0.002397 10.0.0.22 - - [2025-11-06 02:05:26] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000857 10.0.0.22 - - [2025-11-06 02:05:26] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2938 0.005843 10.0.0.22 - - [2025-11-06 02:05:26] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000782 10.0.0.22 - - [2025-11-06 02:05:26] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd HTTP/1.1" 200 2299 0.065284 10.0.0.22 - - [2025-11-06 02:05:26] "GET /virtual-network/709412bb-f9d2-40b2-99f1-caec6826d7a4 HTTP/1.1" 200 2322 0.004281 10.0.0.22 - - [2025-11-06 02:05:26] "GET /obj-perms HTTP/1.1" 200 5026 0.002232 10.0.0.22 - - [2025-11-06 02:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002049 10.0.0.22 - - [2025-11-06 02:05:26] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.22 - - [2025-11-06 02:05:26] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.024484 10.0.0.22 - - [2025-11-06 02:05:26] "POST /neutron/network HTTP/1.1" 200 117 0.008983 10.0.0.22 - - [2025-11-06 02:05:26] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000851 10.0.0.22 - - [2025-11-06 02:05:26] "POST /neutron/network HTTP/1.1" 200 615 0.056885 10.0.0.22 - - [2025-11-06 02:05:26] "POST /ref-update HTTP/1.1" 200 156 0.009493 10.0.0.22 - - [2025-11-06 02:05:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003177 10.0.0.22 - - [2025-11-06 02:05:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.150482 10.0.0.22 - - [2025-11-06 02:05:26] "POST /neutron/network HTTP/1.1" 200 836 0.004228 10.0.0.22 - - [2025-11-06 02:05:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.000990 10.0.0.22 - - [2025-11-06 02:05:26] "GET /virtual-network/a649da35-5e74-4eaa-9497-893f4f5c7dc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.003854 10.0.0.22 - - [2025-11-06 02:05:26] "POST /neutron/network HTTP/1.1" 200 836 0.004691 10.0.0.22 - - [2025-11-06 02:05:26] "GET /virtual-network/a649da35-5e74-4eaa-9497-893f4f5c7dc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005388 10.0.0.22 - - [2025-11-06 02:05:27] "POST /neutron/network HTTP/1.1" 200 836 0.005093 10.0.0.22 - - [2025-11-06 02:05:27] "POST /neutron/subnet HTTP/1.1" 200 734 0.005884 10.0.0.22 - - [2025-11-06 02:05:27] "GET /domains HTTP/1.1" 200 280 0.001642 10.0.0.22 - - [2025-11-06 02:05:27] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000769 10.0.0.22 - - [2025-11-06 02:05:27] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2938 0.004901 10.0.0.22 - - [2025-11-06 02:05:27] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000777 10.0.0.22 - - [2025-11-06 02:05:27] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd HTTP/1.1" 200 2518 0.066036 10.0.0.22 - - [2025-11-06 02:05:27] "GET /virtual-network/a649da35-5e74-4eaa-9497-893f4f5c7dc8 HTTP/1.1" 200 2331 0.004896 10.0.0.22 - - [2025-11-06 02:05:27] "GET /virtual-network/a649da35-5e74-4eaa-9497-893f4f5c7dc8 HTTP/1.1" 200 2331 0.003689 10.0.0.22 - - [2025-11-06 02:05:27] "GET /routing-instance/6ff76a62-e6d6-4d7c-94ac-a1e6c1877a47 HTTP/1.1" 200 1497 0.002698 10.0.0.22 - - [2025-11-06 02:05:27] "GET /routing-instance/6ff76a62-e6d6-4d7c-94ac-a1e6c1877a47 HTTP/1.1" 200 1497 0.002657 10.0.0.22 - - [2025-11-06 02:05:27] "GET /route-target/d28d8049-2932-4324-9c8a-70776c77d38f HTTP/1.1" 200 1215 0.002904 10.0.0.22 - - [2025-11-06 02:05:27] "GET /virtual-network/a649da35-5e74-4eaa-9497-893f4f5c7dc8 HTTP/1.1" 200 2331 0.003721 10.0.0.22 - - [2025-11-06 02:05:27] "GET /routing-instance/6ff76a62-e6d6-4d7c-94ac-a1e6c1877a47 HTTP/1.1" 200 1497 0.002782 10.0.0.22 - - [2025-11-06 02:05:27] "GET /virtual-network/a649da35-5e74-4eaa-9497-893f4f5c7dc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004029 10.0.0.22 - - [2025-11-06 02:05:27] "GET /virtual-network/a649da35-5e74-4eaa-9497-893f4f5c7dc8 HTTP/1.1" 200 2331 0.003612 10.0.0.22 - - [2025-11-06 02:05:27] "GET /routing-instance/6ff76a62-e6d6-4d7c-94ac-a1e6c1877a47 HTTP/1.1" 200 1497 0.002599 10.0.0.22 - - [2025-11-06 02:05:27] "GET /routing-instance/6ff76a62-e6d6-4d7c-94ac-a1e6c1877a47 HTTP/1.1" 200 1497 0.002487 10.0.0.22 - - [2025-11-06 02:05:27] "GET /route-target/d28d8049-2932-4324-9c8a-70776c77d38f HTTP/1.1" 200 1215 0.002034 10.0.0.22 - - [2025-11-06 02:05:27] "GET /domains HTTP/1.1" 200 280 0.001925 10.0.0.22 - - [2025-11-06 02:05:27] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000774 10.0.0.22 - - [2025-11-06 02:05:27] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2938 0.005484 10.0.0.22 - - [2025-11-06 02:05:27] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000831 10.0.0.22 - - [2025-11-06 02:05:27] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd HTTP/1.1" 200 2518 0.063973 10.0.0.22 - - [2025-11-06 02:05:27] "GET /virtual-network/a649da35-5e74-4eaa-9497-893f4f5c7dc8 HTTP/1.1" 200 2331 0.003928 10.0.0.22 - - [2025-11-06 02:05:27] "GET /obj-perms HTTP/1.1" 200 5026 0.002318 10.0.0.22 - - [2025-11-06 02:05:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001055 10.0.0.22 - - [2025-11-06 02:05:27] "POST /neutron/network HTTP/1.1" 200 843 0.004782 10.0.0.22 - - [2025-11-06 02:05:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000362 10.0.0.22 - - [2025-11-06 02:05:27] "GET / HTTP/1.1" 200 35931 0.001358 10.0.0.22 - - [2025-11-06 02:05:27] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000334 10.0.0.22 - - [2025-11-06 02:05:28] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000936 10.0.0.22 - - [2025-11-06 02:05:28] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.040042 10.0.0.22 - - [2025-11-06 02:05:28] "POST /neutron/network HTTP/1.1" 200 833 0.004359 10.0.0.22 - - [2025-11-06 02:05:28] "POST /neutron/port HTTP/1.1" 200 117 0.004471 10.0.0.22 - - [2025-11-06 02:05:28] "POST /neutron/port HTTP/1.1" 200 117 0.009087 10.0.0.22 - - [2025-11-06 02:05:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001785 10.0.0.22 - - [2025-11-06 02:05:28] "POST /neutron/port HTTP/1.1" 200 117 0.004619 10.0.0.22 - - [2025-11-06 02:05:28] "POST /neutron/network HTTP/1.1" 200 846 0.004629 10.0.0.22 - - [2025-11-06 02:05:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000361 10.0.0.22 - - [2025-11-06 02:05:28] "POST /neutron/network HTTP/1.1" 200 843 0.005141 10.0.0.22 - - [2025-11-06 02:05:28] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000916 10.0.0.22 - - [2025-11-06 02:05:28] "GET / HTTP/1.1" 200 35931 0.003341 10.0.0.22 - - [2025-11-06 02:05:28] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000336 10.0.0.22 - - [2025-11-06 02:05:28] "POST /neutron/port HTTP/1.1" 200 1059 0.188126 10.0.0.22 - - [2025-11-06 02:05:28] "POST /neutron/port HTTP/1.1" 200 1059 0.010905 10.0.0.22 - - [2025-11-06 02:05:28] "POST /neutron/port HTTP/1.1" 200 1059 0.009502 10.0.0.22 - - [2025-11-06 02:05:28] "POST /neutron/port HTTP/1.1" 200 1113 0.059061 10.0.0.22 - - [2025-11-06 02:05:29] "POST /neutron/port HTTP/1.1" 200 1087 0.009819 10.0.0.22 - - [2025-11-06 02:05:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002674 10.0.0.22 - - [2025-11-06 02:05:29] "POST /neutron/subnet HTTP/1.1" 200 704 0.005741 10.0.0.22 - - [2025-11-06 02:05:29] "POST /neutron/port HTTP/1.1" 200 117 0.001110 10.0.0.22 - - [2025-11-06 02:05:29] "POST /neutron/network HTTP/1.1" 200 833 0.005576 10.0.0.22 - - [2025-11-06 02:05:29] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001285 10.0.0.22 - - [2025-11-06 02:05:29] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.041352 10.0.0.22 - - [2025-11-06 02:05:29] "POST /neutron/network HTTP/1.1" 200 836 0.005116 10.0.0.22 - - [2025-11-06 02:05:29] "POST /neutron/port HTTP/1.1" 200 1087 0.014492 10.0.0.22 - - [2025-11-06 02:05:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005280 10.0.0.22 - - [2025-11-06 02:05:29] "POST /neutron/port HTTP/1.1" 200 117 0.008022 10.0.0.22 - - [2025-11-06 02:05:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.002111 10.0.0.22 - - [2025-11-06 02:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.22 - - [2025-11-06 02:05:29] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000931 10.0.0.22 - - [2025-11-06 02:05:29] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006196 10.0.0.22 - - [2025-11-06 02:05:29] "POST /service-templates HTTP/1.1" 200 543 0.019835 10.0.0.22 - - [2025-11-06 02:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.22 - - [2025-11-06 02:05:29] "GET /service-template/74ca81a0-7d66-4e41-af7f-72a7fdfc5b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005312 10.0.0.22 - - [2025-11-06 02:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002458 10.0.0.22 - - [2025-11-06 02:05:29] "POST /neutron/network HTTP/1.1" 200 846 0.005599 10.0.0.22 - - [2025-11-06 02:05:29] "GET /service-template/74ca81a0-7d66-4e41-af7f-72a7fdfc5b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004392 10.0.0.22 - - [2025-11-06 02:05:29] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000868 10.0.0.22 - - [2025-11-06 02:05:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001284 10.0.0.22 - - [2025-11-06 02:05:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001477 10.0.0.22 - - [2025-11-06 02:05:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.002017 10.0.0.22 - - [2025-11-06 02:05:29] "POST /neutron/port HTTP/1.1" 200 1060 0.231306 10.0.0.22 - - [2025-11-06 02:05:29] "POST /neutron/port HTTP/1.1" 200 1060 0.015279 10.0.0.22 - - [2025-11-06 02:05:30] "POST /neutron/port HTTP/1.1" 200 1060 0.007739 10.0.0.22 - - [2025-11-06 02:05:30] "POST /neutron/port HTTP/1.1" 200 2005 0.031468 10.0.0.22 - - [2025-11-06 02:05:30] "POST /neutron/port HTTP/1.1" 200 1114 0.070421 10.0.0.22 - - [2025-11-06 02:05:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007423 10.0.0.22 - - [2025-11-06 02:05:30] "POST /neutron/port HTTP/1.1" 200 1088 0.008830 10.0.0.22 - - [2025-11-06 02:05:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003137 10.0.0.22 - - [2025-11-06 02:05:30] "POST /neutron/subnet HTTP/1.1" 200 708 0.006877 10.0.0.22 - - [2025-11-06 02:05:30] "POST /neutron/port HTTP/1.1" 200 117 0.000964 10.0.0.22 - - [2025-11-06 02:05:30] "POST /neutron/network HTTP/1.1" 200 836 0.004613 10.0.0.22 - - [2025-11-06 02:05:30] "POST /neutron/network HTTP/1.1" 200 2226 0.012791 10.0.0.22 - - [2025-11-06 02:05:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000375 10.0.0.22 - - [2025-11-06 02:05:31] "GET / HTTP/1.1" 200 35931 0.001486 10.0.0.22 - - [2025-11-06 02:05:31] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000305 10.0.0.22 - - [2025-11-06 02:05:31] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000941 10.0.0.22 - - [2025-11-06 02:05:31] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.054488 10.0.0.22 - - [2025-11-06 02:05:31] "POST /neutron/network HTTP/1.1" 200 832 0.004247 10.0.0.22 - - [2025-11-06 02:05:31] "POST /neutron/network HTTP/1.1" 200 833 0.004487 10.0.0.22 - - [2025-11-06 02:05:31] "POST /neutron/network HTTP/1.1" 200 836 0.005835 10.0.0.22 - - [2025-11-06 02:05:31] "POST /neutron/port HTTP/1.1" 200 2059 0.015707 10.0.0.22 - - [2025-11-06 02:05:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004856 10.0.0.22 - - [2025-11-06 02:05:31] "POST /neutron/port HTTP/1.1" 200 117 0.003810 10.0.0.22 - - [2025-11-06 02:05:31] "POST /neutron/port HTTP/1.1" 200 117 0.003939 10.0.0.22 - - [2025-11-06 02:05:32] "POST /neutron/network HTTP/1.1" 200 2226 0.011177 10.0.0.22 - - [2025-11-06 02:05:32] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001369 10.0.0.22 - - [2025-11-06 02:05:32] "POST /neutron/port HTTP/1.1" 200 1058 0.208577 10.0.0.22 - - [2025-11-06 02:05:32] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001513 10.0.0.22 - - [2025-11-06 02:05:32] "POST /neutron/port HTTP/1.1" 200 1059 0.189445 10.0.0.22 - - [2025-11-06 02:05:32] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001733 10.0.0.22 - - [2025-11-06 02:05:32] "POST /neutron/port HTTP/1.1" 200 1060 0.176329 10.0.0.22 - - [2025-11-06 02:05:32] "POST /neutron/port HTTP/1.1" 200 1058 0.008230 10.0.0.22 - - [2025-11-06 02:05:32] "POST /neutron/port HTTP/1.1" 200 1058 0.012694 10.0.0.22 - - [2025-11-06 02:05:32] "POST /neutron/port HTTP/1.1" 200 1112 0.052583 10.0.0.22 - - [2025-11-06 02:05:32] "POST /neutron/port HTTP/1.1" 200 1059 0.014150 10.0.0.22 - - [2025-11-06 02:05:32] "POST /neutron/port HTTP/1.1" 200 1059 0.015661 10.0.0.22 - - [2025-11-06 02:05:33] "POST /neutron/port HTTP/1.1" 200 1113 0.079918 10.0.0.22 - - [2025-11-06 02:05:33] "POST /neutron/port HTTP/1.1" 200 1060 0.015348 10.0.0.22 - - [2025-11-06 02:05:33] "POST /neutron/port HTTP/1.1" 200 1060 0.009578 10.0.0.22 - - [2025-11-06 02:05:33] "POST /neutron/port HTTP/1.1" 200 1114 0.080245 10.0.0.22 - - [2025-11-06 02:05:33] "POST /neutron/port HTTP/1.1" 200 3028 0.014208 10.0.0.22 - - [2025-11-06 02:05:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003836 10.0.0.22 - - [2025-11-06 02:05:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.007698 10.0.0.22 - - [2025-11-06 02:05:33] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.22 - - [2025-11-06 02:05:33] "POST /neutron/network HTTP/1.1" 200 832 0.004750 10.0.0.22 - - [2025-11-06 02:05:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003249 10.0.0.22 - - [2025-11-06 02:05:33] "POST /neutron/subnet HTTP/1.1" 200 704 0.007397 10.0.0.22 - - [2025-11-06 02:05:33] "POST /neutron/port HTTP/1.1" 200 117 0.001429 10.0.0.22 - - [2025-11-06 02:05:33] "POST /neutron/network HTTP/1.1" 200 833 0.004565 10.0.0.22 - - [2025-11-06 02:05:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002611 10.0.0.22 - - [2025-11-06 02:05:33] "POST /neutron/subnet HTTP/1.1" 200 708 0.006152 10.0.0.22 - - [2025-11-06 02:05:33] "POST /neutron/port HTTP/1.1" 200 117 0.001019 10.0.0.22 - - [2025-11-06 02:05:33] "POST /neutron/network HTTP/1.1" 200 836 0.004728 10.0.0.22 - - [2025-11-06 02:05:36] "DELETE /project/b8a6579d92c94225a97315b4118fc82d HTTP/1.1" 404 173 0.007844 10.0.0.22 - - [2025-11-06 02:05:36] "DELETE /project/ab55b2e57f8043458ad1aa31ccc701cd HTTP/1.1" 404 173 0.004698 10.0.0.22 - - [2025-11-06 02:05:36] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000953 10.0.0.22 - - [2025-11-06 02:05:36] "GET /projects?obj_uuids=b8a6579d-92c9-4225-a973-15b4118fc82d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000716 10.0.0.22 - - [2025-11-06 02:05:36] "GET /project/b8a6579d-92c9-4225-a973-15b4118fc82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.034451 10.0.0.22 - - [2025-11-06 02:05:36] "GET /project/daa07341-314f-49e3-809b-8abf411c0462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.039002 10.0.0.22 - - [2025-11-06 02:05:36] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000807 10.0.0.22 - - [2025-11-06 02:05:36] "GET /projects?obj_uuids=b8a6579d-92c9-4225-a973-15b4118fc82d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000714 10.0.0.22 - - [2025-11-06 02:05:36] "GET /project/b8a6579d-92c9-4225-a973-15b4118fc82d?fields=security_groups HTTP/1.1" 200 1343 0.034946 10.0.0.22 - - [2025-11-06 02:05:36] "GET /project/daa07341-314f-49e3-809b-8abf411c0462?fields=security_groups HTTP/1.1" 200 1369 0.045637 10.0.0.22 - - [2025-11-06 02:05:36] "DELETE /security-group/505bac13-e07c-452a-8054-0e7f43d7ac95 HTTP/1.1" 200 115 0.068590 10.0.0.22 - - [2025-11-06 02:05:36] "DELETE /access-control-list/d02eb2e4-bd0d-4686-b569-c07859da46b6 HTTP/1.1" 200 115 0.036477 10.0.0.22 - - [2025-11-06 02:05:36] "GET /projects?obj_uuids=b8a6579d-92c9-4225-a973-15b4118fc82d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001019 10.0.0.22 - - [2025-11-06 02:05:36] "DELETE /security-group/18139d65-d563-4562-84d4-d838c9f668ee HTTP/1.1" 200 115 0.073480 10.0.0.22 - - [2025-11-06 02:05:36] "GET /projects?obj_uuids=daa07341-314f-49e3-809b-8abf411c0462&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001416 10.0.0.22 - - [2025-11-06 02:05:36] "GET /project/b8a6579d-92c9-4225-a973-15b4118fc82d?fields=application_policy_sets HTTP/1.1" 200 1382 0.047861 10.0.0.22 - - [2025-11-06 02:05:36] "DELETE /access-control-list/3cceaa48-8ffc-4d41-8d2a-7db0e4ade1a4 HTTP/1.1" 200 115 0.053410 10.0.0.22 - - [2025-11-06 02:05:36] "DELETE /access-control-list/7b19fc15-e2f3-4d45-8650-d8ec7305f992 HTTP/1.1" 200 115 0.033278 10.0.0.22 - - [2025-11-06 02:05:36] "GET /project/daa07341-314f-49e3-809b-8abf411c0462?fields=application_policy_sets HTTP/1.1" 200 1408 0.083318 10.0.0.22 - - [2025-11-06 02:05:36] "DELETE /access-control-list/15b49ec6-73a9-4110-98ba-a11e240a8244 HTTP/1.1" 200 115 0.036105 10.0.0.22 - - [2025-11-06 02:05:36] "DELETE /project/b8a6579d-92c9-4225-a973-15b4118fc82d HTTP/1.1" 200 115 0.407671 10.0.0.22 - - [2025-11-06 02:05:36] "DELETE /project/daa07341-314f-49e3-809b-8abf411c0462 HTTP/1.1" 200 115 0.437427 10.0.0.22 - - [2025-11-06 02:05:37] "POST /neutron/port HTTP/1.1" 200 3028 0.015842 10.0.0.22 - - [2025-11-06 02:05:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009370 10.0.0.22 - - [2025-11-06 02:05:37] "POST /neutron/port HTTP/1.1" 200 3028 0.014451 10.0.0.22 - - [2025-11-06 02:05:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006062 10.0.0.22 - - [2025-11-06 02:05:37] "POST /neutron/port HTTP/1.1" 200 3028 0.011296 10.0.0.22 - - [2025-11-06 02:05:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007997 10.0.0.22 - - [2025-11-06 02:05:37] "POST /neutron/port HTTP/1.1" 200 3028 0.016430 10.0.0.22 - - [2025-11-06 02:05:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005380 10.0.0.22 - - [2025-11-06 02:05:37] "POST /neutron/port HTTP/1.1" 200 3028 0.013257 10.0.0.22 - - [2025-11-06 02:05:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005293 10.0.0.22 - - [2025-11-06 02:05:37] "GET /virtual-machine/7e2a943a-1060-4641-9dbe-c891b6717602 HTTP/1.1" 200 1802 0.004158 10.0.0.22 - - [2025-11-06 02:05:37] "GET /virtual-machine-interface/2d13fe6f-0bee-4576-9444-d8354f2a7f94 HTTP/1.1" 200 2946 0.004221 10.0.0.22 - - [2025-11-06 02:05:37] "GET /virtual-machine-interface/87fe3d02-f61c-48ad-8a53-30b200ab535e HTTP/1.1" 200 2948 0.005628 10.0.0.22 - - [2025-11-06 02:05:37] "GET /virtual-machine-interface/bdd85c02-5a2c-44f9-b799-f560f42cfb74 HTTP/1.1" 200 2947 0.004577 10.0.0.22 - - [2025-11-06 02:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.22 - - [2025-11-06 02:05:37] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003594 10.0.0.22 - - [2025-11-06 02:05:37] "GET /virtual-networks?parent_id=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002802 10.0.0.22 - - [2025-11-06 02:05:37] "GET /virtual-network/b2086f12-e015-4946-8aff-a2ec85bb5310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005585 10.0.0.22 - - [2025-11-06 02:05:37] "POST /neutron/port HTTP/1.1" 200 1087 0.011448 10.0.0.22 - - [2025-11-06 02:05:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004239 10.0.0.22 - - [2025-11-06 02:05:38] "POST /neutron/port HTTP/1.1" 200 1088 0.009436 10.0.0.22 - - [2025-11-06 02:05:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004519 10.0.0.22 - - [2025-11-06 02:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.22 - - [2025-11-06 02:05:40] "GET /virtual-network/b2086f12-e015-4946-8aff-a2ec85bb5310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004289 10.0.0.22 - - [2025-11-06 02:05:41] "GET /obj-perms HTTP/1.1" 200 5056 0.044524 10.0.0.22 - - [2025-11-06 02:05:42] "GET /obj-perms HTTP/1.1" 200 5056 0.045623 10.0.0.22 - - [2025-11-06 02:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.22 - - [2025-11-06 02:05:44] "GET /virtual-network/b2086f12-e015-4946-8aff-a2ec85bb5310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004341 10.0.0.22 - - [2025-11-06 02:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.22 - - [2025-11-06 02:05:48] "GET /virtual-network/b2086f12-e015-4946-8aff-a2ec85bb5310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004029 10.0.0.22 - - [2025-11-06 02:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.22 - - [2025-11-06 02:05:53] "GET /virtual-network/b2086f12-e015-4946-8aff-a2ec85bb5310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004408 10.0.0.22 - - [2025-11-06 02:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.22 - - [2025-11-06 02:05:55] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002900 10.0.0.22 - - [2025-11-06 02:05:55] "GET /virtual-networks?parent_id=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002474 10.0.0.22 - - [2025-11-06 02:05:55] "GET /virtual-network/b2086f12-e015-4946-8aff-a2ec85bb5310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005267 10.0.0.22 - - [2025-11-06 02:05:55] "POST /neutron/port HTTP/1.1" 200 3028 0.012391 10.0.0.22 - - [2025-11-06 02:05:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005111 10.0.0.22 - - [2025-11-06 02:06:00] "POST /neutron/port HTTP/1.1" 200 3028 0.013872 10.0.0.22 - - [2025-11-06 02:06:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006053 10.0.0.22 - - [2025-11-06 02:06:04] "POST /neutron/port HTTP/1.1" 200 3028 0.021110 10.0.0.22 - - [2025-11-06 02:06:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007147 10.0.0.22 - - [2025-11-06 02:06:05] "POST /neutron/port HTTP/1.1" 200 3028 0.012787 10.0.0.22 - - [2025-11-06 02:06:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005441 10.0.0.22 - - [2025-11-06 02:06:10] "POST /neutron/port HTTP/1.1" 200 3028 0.014131 10.0.0.22 - - [2025-11-06 02:06:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005688 10.0.0.22 - - [2025-11-06 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002429 10.0.0.22 - - [2025-11-06 02:06:16] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002444 10.0.0.22 - - [2025-11-06 02:06:16] "GET /virtual-networks?parent_id=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002946 10.0.0.22 - - [2025-11-06 02:06:16] "GET /virtual-network/709412bb-f9d2-40b2-99f1-caec6826d7a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004708 10.0.0.22 - - [2025-11-06 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002435 10.0.0.22 - - [2025-11-06 02:06:16] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002527 10.0.0.22 - - [2025-11-06 02:06:16] "GET /virtual-networks?parent_id=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002480 10.0.0.22 - - [2025-11-06 02:06:16] "GET /virtual-network/a649da35-5e74-4eaa-9497-893f4f5c7dc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005008 10.0.0.22 - - [2025-11-06 02:06:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.002352 10.0.0.22 - - [2025-11-06 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002057 10.0.0.22 - - [2025-11-06 02:06:16] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001106 10.0.0.22 - - [2025-11-06 02:06:16] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.020406 10.0.0.22 - - [2025-11-06 02:06:16] "POST /service-instances HTTP/1.1" 200 543 0.064192 10.0.0.22 - - [2025-11-06 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.22 - - [2025-11-06 02:06:16] "GET /service-instance/20f8fb99-12c2-4d73-a5dd-a4305a95b941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.004572 10.0.0.22 - - [2025-11-06 02:06:16] "POST /port-tuples HTTP/1.1" 200 586 0.019918 10.0.0.22 - - [2025-11-06 02:06:17] "GET /virtual-machine-interface/2d13fe6f-0bee-4576-9444-d8354f2a7f94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005159 10.0.0.22 - - [2025-11-06 02:06:17] "PUT /virtual-machine-interface/2d13fe6f-0bee-4576-9444-d8354f2a7f94 HTTP/1.1" 200 284 0.009241 10.0.0.22 - - [2025-11-06 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.008662 10.0.0.22 - - [2025-11-06 02:06:17] "POST /instance-ips HTTP/1.1" 200 385 0.019835 10.0.0.22 - - [2025-11-06 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.008333 10.0.0.22 - - [2025-11-06 02:06:17] "GET /virtual-machine-interface/bdd85c02-5a2c-44f9-b799-f560f42cfb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.004452 10.0.0.22 - - [2025-11-06 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.009916 10.0.0.22 - - [2025-11-06 02:06:17] "PUT /virtual-machine-interface/bdd85c02-5a2c-44f9-b799-f560f42cfb74 HTTP/1.1" 200 284 0.010731 10.0.0.22 - - [2025-11-06 02:06:17] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002488 10.0.0.22 - - [2025-11-06 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.008536 10.0.0.22 - - [2025-11-06 02:06:17] "GET /virtual-machine-interface/87fe3d02-f61c-48ad-8a53-30b200ab535e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.004184 10.0.0.22 - - [2025-11-06 02:06:17] "POST /instance-ips HTTP/1.1" 200 385 0.022701 10.0.0.22 - - [2025-11-06 02:06:17] "PUT /virtual-machine-interface/87fe3d02-f61c-48ad-8a53-30b200ab535e HTTP/1.1" 200 284 0.011757 10.0.0.22 - - [2025-11-06 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.013768 10.0.0.22 - - [2025-11-06 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.008903 10.0.0.22 - - [2025-11-06 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.006913 10.0.0.22 - - [2025-11-06 02:06:17] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002410 10.0.0.22 - - [2025-11-06 02:06:17] "POST /neutron/port HTTP/1.1" 200 1087 0.010780 10.0.0.22 - - [2025-11-06 02:06:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004991 10.0.0.22 - - [2025-11-06 02:06:17] "POST /instance-ips HTTP/1.1" 200 373 0.013704 10.0.0.22 - - [2025-11-06 02:06:17] "POST /neutron/port HTTP/1.1" 200 1087 0.009119 10.0.0.22 - - [2025-11-06 02:06:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005176 10.0.0.22 - - [2025-11-06 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.007127 10.0.0.22 - - [2025-11-06 02:06:17] "POST /neutron/port HTTP/1.1" 200 1087 0.009027 10.0.0.22 - - [2025-11-06 02:06:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006985 10.0.0.22 - - [2025-11-06 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.008069 10.0.0.22 - - [2025-11-06 02:06:17] "GET /virtual-machine/32e58308-c594-48ae-a088-0afe17429453 HTTP/1.1" 200 1290 0.004481 10.0.0.22 - - [2025-11-06 02:06:17] "GET /virtual-machine-interface/af19702b-a8fc-4d31-9950-fc4a89bc48a4 HTTP/1.1" 200 2947 0.004242 10.0.0.22 - - [2025-11-06 02:06:17] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003141 10.0.0.22 - - [2025-11-06 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.22 - - [2025-11-06 02:06:17] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002923 10.0.0.22 - - [2025-11-06 02:06:17] "GET /virtual-networks?parent_id=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005424 10.0.0.22 - - [2025-11-06 02:06:17] "POST /instance-ips HTTP/1.1" 200 373 0.013978 10.0.0.22 - - [2025-11-06 02:06:17] "GET /virtual-network/709412bb-f9d2-40b2-99f1-caec6826d7a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004510 10.0.0.22 - - [2025-11-06 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.007562 10.0.0.22 - - [2025-11-06 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.007961 10.0.0.22 - - [2025-11-06 02:06:17] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002677 10.0.0.22 - - [2025-11-06 02:06:18] "POST /instance-ips HTTP/1.1" 200 375 0.016625 10.0.0.22 - - [2025-11-06 02:06:18] "POST /ref-update HTTP/1.1" 200 156 0.007477 10.0.0.22 - - [2025-11-06 02:06:18] "POST /ref-update HTTP/1.1" 200 156 0.007115 10.0.0.22 - - [2025-11-06 02:06:18] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002666 10.0.0.22 - - [2025-11-06 02:06:18] "POST /instance-ips HTTP/1.1" 200 375 0.012956 10.0.0.22 - - [2025-11-06 02:06:18] "POST /ref-update HTTP/1.1" 200 156 0.007661 10.0.0.22 - - [2025-11-06 02:06:18] "POST /ref-update HTTP/1.1" 200 156 0.007108 10.0.0.22 - - [2025-11-06 02:06:18] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002595 10.0.0.22 - - [2025-11-06 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.22 - - [2025-11-06 02:06:18] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003257 10.0.0.22 - - [2025-11-06 02:06:19] "GET /virtual-networks?parent_id=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002783 10.0.0.22 - - [2025-11-06 02:06:19] "GET /virtual-network/709412bb-f9d2-40b2-99f1-caec6826d7a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006232 10.0.0.22 - - [2025-11-06 02:06:19] "POST /neutron/port HTTP/1.1" 200 1088 0.009642 10.0.0.22 - - [2025-11-06 02:06:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005184 10.0.0.22 - - [2025-11-06 02:06:19] "POST /neutron/port HTTP/1.1" 200 1088 0.009060 10.0.0.22 - - [2025-11-06 02:06:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004675 10.0.0.22 - - [2025-11-06 02:06:19] "POST /neutron/port HTTP/1.1" 200 1088 0.009260 10.0.0.22 - - [2025-11-06 02:06:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005403 10.0.0.22 - - [2025-11-06 02:06:19] "GET /virtual-machine/63b0e289-c806-4b68-a34e-00a95a7da015 HTTP/1.1" 200 1290 0.003493 10.0.0.22 - - [2025-11-06 02:06:19] "GET /virtual-machine-interface/63e9191e-eb1b-44c3-bf4a-e89dc948a4a9 HTTP/1.1" 200 2949 0.003747 10.0.0.22 - - [2025-11-06 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002121 10.0.0.22 - - [2025-11-06 02:06:19] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002828 10.0.0.22 - - [2025-11-06 02:06:19] "GET /virtual-networks?parent_id=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002538 10.0.0.22 - - [2025-11-06 02:06:19] "GET /virtual-network/a649da35-5e74-4eaa-9497-893f4f5c7dc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004777 10.0.0.22 - - [2025-11-06 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002540 10.0.0.22 - - [2025-11-06 02:06:20] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003915 10.0.0.22 - - [2025-11-06 02:06:20] "GET /virtual-networks?parent_id=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002674 10.0.0.22 - - [2025-11-06 02:06:20] "GET /virtual-network/a649da35-5e74-4eaa-9497-893f4f5c7dc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004543 10.0.0.22 - - [2025-11-06 02:06:21] "POST /fqname-to-id HTTP/1.1" 404 211 0.002158 10.0.0.22 - - [2025-11-06 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001802 10.0.0.22 - - [2025-11-06 02:06:21] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000946 10.0.0.22 - - [2025-11-06 02:06:21] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.021856 10.0.0.22 - - [2025-11-06 02:06:21] "POST /network-policys HTTP/1.1" 200 547 0.013842 10.0.0.22 - - [2025-11-06 02:06:21] "GET /network-policy/b221d57d-c8b0-460f-a106-bee92c1b6a2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003705 10.0.0.22 - - [2025-11-06 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002508 10.0.0.22 - - [2025-11-06 02:06:21] "GET /virtual-network/709412bb-f9d2-40b2-99f1-caec6826d7a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004583 10.0.0.22 - - [2025-11-06 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002399 10.0.0.22 - - [2025-11-06 02:06:21] "GET /network-policy/b221d57d-c8b0-460f-a106-bee92c1b6a2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003680 10.0.0.22 - - [2025-11-06 02:06:21] "POST /fqname-to-id HTTP/1.1" 404 242 0.002818 10.0.0.22 - - [2025-11-06 02:06:21] "POST /ref-update HTTP/1.1" 200 156 0.024467 10.0.0.22 - - [2025-11-06 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002245 10.0.0.22 - - [2025-11-06 02:06:21] "POST /access-control-lists HTTP/1.1" 200 601 0.061340 10.0.0.22 - - [2025-11-06 02:06:21] "GET /network-policy/b221d57d-c8b0-460f-a106-bee92c1b6a2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003153 10.0.0.22 - - [2025-11-06 02:06:21] "POST /neutron/network HTTP/1.1" 200 921 0.006117 10.0.0.22 - - [2025-11-06 02:06:21] "GET /virtual-network/709412bb-f9d2-40b2-99f1-caec6826d7a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004249 10.0.0.22 - - [2025-11-06 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002325 10.0.0.22 - - [2025-11-06 02:06:21] "GET /network-policy/b221d57d-c8b0-460f-a106-bee92c1b6a2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.002941 10.0.0.22 - - [2025-11-06 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002530 10.0.0.22 - - [2025-11-06 02:06:21] "GET /virtual-network/a649da35-5e74-4eaa-9497-893f4f5c7dc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005149 10.0.0.22 - - [2025-11-06 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002265 10.0.0.22 - - [2025-11-06 02:06:21] "GET /network-policy/b221d57d-c8b0-460f-a106-bee92c1b6a2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003750 10.0.0.22 - - [2025-11-06 02:06:21] "PUT /access-control-list/3bb174d6-b4e6-4163-93a8-982b6b9355aa HTTP/1.1" 200 272 0.009904 10.0.0.22 - - [2025-11-06 02:06:21] "POST /ref-update HTTP/1.1" 200 156 0.032786 10.0.0.22 - - [2025-11-06 02:06:22] "POST /fqname-to-id HTTP/1.1" 404 244 0.006107 10.0.0.22 - - [2025-11-06 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.22 - - [2025-11-06 02:06:22] "GET /network-policy/b221d57d-c8b0-460f-a106-bee92c1b6a2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.012364 10.0.0.22 - - [2025-11-06 02:06:22] "POST /access-control-lists HTTP/1.1" 200 604 0.057673 10.0.0.22 - - [2025-11-06 02:06:22] "POST /neutron/network HTTP/1.1" 200 924 0.005951 10.0.0.22 - - [2025-11-06 02:06:22] "GET /virtual-network/a649da35-5e74-4eaa-9497-893f4f5c7dc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.003592 10.0.0.22 - - [2025-11-06 02:06:22] "POST /routing-instances HTTP/1.1" 200 759 0.019782 10.0.0.22 - - [2025-11-06 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.22 - - [2025-11-06 02:06:22] "POST /route-targets HTTP/1.1" 200 327 0.008246 10.0.0.22 - - [2025-11-06 02:06:22] "GET /network-policy/b221d57d-c8b0-460f-a106-bee92c1b6a2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.002846 10.0.0.22 - - [2025-11-06 02:06:22] "POST /ref-update HTTP/1.1" 200 156 0.008927 10.0.0.22 - - [2025-11-06 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.22 - - [2025-11-06 02:06:22] "GET /routing-instance/acf97933-ffa9-4b42-8ccb-20800c163456?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.003018 10.0.0.22 - - [2025-11-06 02:06:22] "GET /service-template/74ca81a0-7d66-4e41-af7f-72a7fdfc5b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003987 10.0.0.22 - - [2025-11-06 02:06:22] "GET /routing-instance/acf97933-ffa9-4b42-8ccb-20800c163456?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.004036 10.0.0.22 - - [2025-11-06 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002333 10.0.0.22 - - [2025-11-06 02:06:22] "POST /ref-update HTTP/1.1" 200 156 0.008432 10.0.0.22 - - [2025-11-06 02:06:22] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000931 10.0.0.22 - - [2025-11-06 02:06:22] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.023390 10.0.0.22 - - [2025-11-06 02:06:22] "POST /routing-instances HTTP/1.1" 200 760 0.013046 10.0.0.22 - - [2025-11-06 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.22 - - [2025-11-06 02:06:22] "POST /route-targets HTTP/1.1" 200 327 0.007872 10.0.0.22 - - [2025-11-06 02:06:22] "GET /service-instance/20f8fb99-12c2-4d73-a5dd-a4305a95b941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.004722 10.0.0.22 - - [2025-11-06 02:06:22] "POST /ref-update HTTP/1.1" 200 156 0.008400 10.0.0.22 - - [2025-11-06 02:06:22] "GET /domains HTTP/1.1" 200 280 0.002204 10.0.0.22 - - [2025-11-06 02:06:22] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152 10.0.0.22 - - [2025-11-06 02:06:22] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2771 0.007376 10.0.0.22 - - [2025-11-06 02:06:22] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.22 - - [2025-11-06 02:06:22] "GET /routing-instance/5594503c-74d5-4d0f-a065-c93f9945d900?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.002977 10.0.0.22 - - [2025-11-06 02:06:22] "GET /routing-instance/5594503c-74d5-4d0f-a065-c93f9945d900?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.005618 10.0.0.22 - - [2025-11-06 02:06:22] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd HTTP/1.1" 200 4234 0.075205 10.0.0.22 - - [2025-11-06 02:06:22] "GET /service-instance/20f8fb99-12c2-4d73-a5dd-a4305a95b941 HTTP/1.1" 200 3783 0.004163 10.0.0.22 - - [2025-11-06 02:06:22] "GET /domains HTTP/1.1" 200 280 0.001798 10.0.0.22 - - [2025-11-06 02:06:22] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000867 10.0.0.22 - - [2025-11-06 02:06:22] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2771 0.005523 10.0.0.22 - - [2025-11-06 02:06:22] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000775 10.0.0.22 - - [2025-11-06 02:06:22] "PUT /routing-instance/acf97933-ffa9-4b42-8ccb-20800c163456 HTTP/1.1" 200 266 0.008673 10.0.0.22 - - [2025-11-06 02:06:22] "PUT /routing-instance/5594503c-74d5-4d0f-a065-c93f9945d900 HTTP/1.1" 200 266 0.012931 10.0.0.22 - - [2025-11-06 02:06:22] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd HTTP/1.1" 200 4234 0.077920 10.0.0.22 - - [2025-11-06 02:06:22] "GET /service-instance/20f8fb99-12c2-4d73-a5dd-a4305a95b941 HTTP/1.1" 200 3783 0.002923 10.0.0.22 - - [2025-11-06 02:06:22] "GET /port-tuple/00318fd8-8d15-4d5f-bca4-06ae06c3da59 HTTP/1.1" 200 1977 0.002570 10.0.0.22 - - [2025-11-06 02:06:22] "GET /virtual-machine-interface/2d13fe6f-0bee-4576-9444-d8354f2a7f94 HTTP/1.1" 200 3816 0.005107 10.0.0.22 - - [2025-11-06 02:06:22] "GET /virtual-machine-interface/87fe3d02-f61c-48ad-8a53-30b200ab535e HTTP/1.1" 200 3803 0.004894 10.0.0.22 - - [2025-11-06 02:06:22] "GET /virtual-machine-interface/bdd85c02-5a2c-44f9-b799-f560f42cfb74 HTTP/1.1" 200 3799 0.005647 10.0.0.22 - - [2025-11-06 02:06:22] "POST /ref-update HTTP/1.1" 200 156 0.011322 10.0.0.22 - - [2025-11-06 02:06:22] "PUT /access-control-list/d75613bb-9efc-496b-82d4-3c4b632b52ee HTTP/1.1" 200 272 0.013281 10.0.0.22 - - [2025-11-06 02:06:22] "POST /neutron/port HTTP/1.1" 200 3835 0.045224 10.0.0.22 - - [2025-11-06 02:06:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004874 10.0.0.22 - - [2025-11-06 02:06:23] "POST /neutron/port HTTP/1.1" 200 3835 0.024089 10.0.0.22 - - [2025-11-06 02:06:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005167 10.0.0.22 - - [2025-11-06 02:06:23] "POST /neutron/port HTTP/1.1" 200 3835 0.022729 10.0.0.22 - - [2025-11-06 02:06:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005607 10.0.0.22 - - [2025-11-06 02:06:23] "POST /neutron/port HTTP/1.1" 200 3835 0.022728 10.0.0.22 - - [2025-11-06 02:06:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004747 10.0.0.22 - - [2025-11-06 02:06:23] "POST /neutron/network HTTP/1.1" 200 895 0.010731 10.0.0.22 - - [2025-11-06 02:06:23] "POST /neutron/network HTTP/1.1" 200 921 0.004206 10.0.0.22 - - [2025-11-06 02:06:23] "POST /neutron/network HTTP/1.1" 200 806 0.011236 10.0.0.22 - - [2025-11-06 02:06:23] "POST /neutron/network HTTP/1.1" 200 832 0.004751 10.0.0.22 - - [2025-11-06 02:06:23] "POST /neutron/network HTTP/1.1" 200 898 0.010178 10.0.0.22 - - [2025-11-06 02:06:23] "POST /neutron/network HTTP/1.1" 200 924 0.004847 10.0.0.22 - - [2025-11-06 02:06:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001283 10.0.0.22 - - [2025-11-06 02:06:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001141 10.0.0.22 - - [2025-11-06 02:06:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.002094 10.0.0.22 - - [2025-11-06 02:06:23] "GET /virtual-machine/7e2a943a-1060-4641-9dbe-c891b6717602 HTTP/1.1" 200 1802 0.003121 10.0.0.22 - - [2025-11-06 02:06:23] "GET /virtual-machine-interface/2d13fe6f-0bee-4576-9444-d8354f2a7f94 HTTP/1.1" 200 3816 0.004211 10.0.0.22 - - [2025-11-06 02:06:23] "GET /virtual-machine-interface/87fe3d02-f61c-48ad-8a53-30b200ab535e HTTP/1.1" 200 3803 0.003740 10.0.0.22 - - [2025-11-06 02:06:23] "GET /virtual-machine-interface/bdd85c02-5a2c-44f9-b799-f560f42cfb74 HTTP/1.1" 200 3799 0.003667 10.0.0.22 - - [2025-11-06 02:06:23] "GET /instance-ip/01c3a843-d67d-46b9-bf1c-d5b1bd9a7734 HTTP/1.1" 200 1977 0.002416 10.0.0.22 - - [2025-11-06 02:06:23] "GET /instance-ip/12f7726f-d822-4d86-8fb2-8b534bbf4359 HTTP/1.1" 200 1621 0.003664 10.0.0.22 - - [2025-11-06 02:06:23] "GET /instance-ip/4b621f4f-3e48-4181-818f-383e6ec61528 HTTP/1.1" 200 1979 0.002646 10.0.0.22 - - [2025-11-06 02:06:23] "GET /instance-ip/0c8702aa-0d88-4a6d-9a10-4536aaf2f48c HTTP/1.1" 200 1959 0.002517 10.0.0.22 - - [2025-11-06 02:06:23] "GET /instance-ip/1d0f00f2-333d-4768-a151-f879cd53c20c HTTP/1.1" 200 1958 0.002609 10.0.0.22 - - [2025-11-06 02:06:23] "GET /instance-ip/a699757d-b39a-43c5-831e-d1d447876fce HTTP/1.1" 200 1624 0.004007 10.0.0.22 - - [2025-11-06 02:06:23] "GET /instance-ip/993164e1-45ab-4b70-8b88-bb693115b0d8 HTTP/1.1" 200 1955 0.002805 10.0.0.22 - - [2025-11-06 02:06:23] "GET /instance-ip/be0a5b3b-c853-4c3b-a6ad-7b124c929db9 HTTP/1.1" 200 1623 0.003313 10.0.0.22 - - [2025-11-06 02:06:23] "GET /instance-ip/ee30d2d1-d829-4d2e-9a0c-5663165c8dd7 HTTP/1.1" 200 1957 0.002796 10.0.0.22 - - [2025-11-06 02:06:23] "POST /neutron/port HTTP/1.1" 200 3835 0.022894 10.0.0.22 - - [2025-11-06 02:06:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004722 10.0.0.22 - - [2025-11-06 02:06:23] "POST /neutron/port HTTP/1.1" 200 3835 0.021925 10.0.0.22 - - [2025-11-06 02:06:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005731 10.0.0.22 - - [2025-11-06 02:06:23] "POST /neutron/port HTTP/1.1" 200 3835 0.022173 10.0.0.22 - - [2025-11-06 02:06:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004764 10.0.0.22 - - [2025-11-06 02:06:23] "POST /neutron/port HTTP/1.1" 200 3835 0.022086 10.0.0.22 - - [2025-11-06 02:06:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004879 10.0.0.22 - - [2025-11-06 02:06:23] "GET /virtual-machine/7e2a943a-1060-4641-9dbe-c891b6717602 HTTP/1.1" 200 1802 0.002904 10.0.0.22 - - [2025-11-06 02:06:23] "GET /virtual-machine-interface/2d13fe6f-0bee-4576-9444-d8354f2a7f94 HTTP/1.1" 200 3816 0.003716 10.0.0.22 - - [2025-11-06 02:06:23] "GET /virtual-machine-interface/87fe3d02-f61c-48ad-8a53-30b200ab535e HTTP/1.1" 200 3803 0.005936 10.0.0.22 - - [2025-11-06 02:06:23] "GET /virtual-machine-interface/bdd85c02-5a2c-44f9-b799-f560f42cfb74 HTTP/1.1" 200 3799 0.008035 10.0.0.22 - - [2025-11-06 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002223 10.0.0.22 - - [2025-11-06 02:06:23] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004092 10.0.0.22 - - [2025-11-06 02:06:23] "GET /virtual-networks?parent_id=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002778 10.0.0.22 - - [2025-11-06 02:06:23] "GET /virtual-network/709412bb-f9d2-40b2-99f1-caec6826d7a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005325 10.0.0.22 - - [2025-11-06 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.22 - - [2025-11-06 02:06:25] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002580 10.0.0.22 - - [2025-11-06 02:06:25] "GET /virtual-networks?parent_id=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002550 10.0.0.22 - - [2025-11-06 02:06:25] "GET /virtual-network/709412bb-f9d2-40b2-99f1-caec6826d7a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004664 10.0.0.22 - - [2025-11-06 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002449 10.0.0.22 - - [2025-11-06 02:06:25] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003029 10.0.0.22 - - [2025-11-06 02:06:25] "GET /virtual-networks?parent_id=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002495 10.0.0.22 - - [2025-11-06 02:06:25] "GET /virtual-network/709412bb-f9d2-40b2-99f1-caec6826d7a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005573 10.0.0.22 - - [2025-11-06 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002331 10.0.0.22 - - [2025-11-06 02:06:25] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002984 10.0.0.22 - - [2025-11-06 02:06:25] "GET /virtual-networks?parent_id=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002551 10.0.0.22 - - [2025-11-06 02:06:25] "GET /virtual-network/709412bb-f9d2-40b2-99f1-caec6826d7a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004515 10.0.0.22 - - [2025-11-06 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005769 10.0.0.22 - - [2025-11-06 02:06:25] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003643 10.0.0.22 - - [2025-11-06 02:06:25] "GET /virtual-networks?parent_id=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004487 10.0.0.22 - - [2025-11-06 02:06:25] "GET /virtual-network/709412bb-f9d2-40b2-99f1-caec6826d7a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005655 10.0.0.22 - - [2025-11-06 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002596 10.0.0.22 - - [2025-11-06 02:06:25] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002855 10.0.0.22 - - [2025-11-06 02:06:26] "GET /virtual-networks?parent_id=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002460 10.0.0.22 - - [2025-11-06 02:06:26] "GET /virtual-network/b2086f12-e015-4946-8aff-a2ec85bb5310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004514 10.0.0.22 - - [2025-11-06 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.22 - - [2025-11-06 02:06:26] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003406 10.0.0.22 - - [2025-11-06 02:06:26] "GET /virtual-networks?parent_id=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002385 10.0.0.22 - - [2025-11-06 02:06:26] "GET /virtual-network/b2086f12-e015-4946-8aff-a2ec85bb5310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004864 10.0.0.22 - - [2025-11-06 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002268 10.0.0.22 - - [2025-11-06 02:06:26] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003688 10.0.0.22 - - [2025-11-06 02:06:26] "GET /virtual-networks?parent_id=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002574 10.0.0.22 - - [2025-11-06 02:06:26] "GET /virtual-network/b2086f12-e015-4946-8aff-a2ec85bb5310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009891 10.0.0.22 - - [2025-11-06 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.22 - - [2025-11-06 02:06:26] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003525 10.0.0.22 - - [2025-11-06 02:06:26] "GET /virtual-networks?parent_id=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002398 10.0.0.22 - - [2025-11-06 02:06:26] "GET /virtual-network/b2086f12-e015-4946-8aff-a2ec85bb5310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004688 10.0.0.22 - - [2025-11-06 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.22 - - [2025-11-06 02:06:26] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003084 10.0.0.22 - - [2025-11-06 02:06:26] "GET /virtual-networks?parent_id=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003611 10.0.0.22 - - [2025-11-06 02:06:26] "GET /virtual-network/a649da35-5e74-4eaa-9497-893f4f5c7dc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004653 10.0.0.22 - - [2025-11-06 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002396 10.0.0.22 - - [2025-11-06 02:06:26] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003066 10.0.0.22 - - [2025-11-06 02:06:27] "GET /virtual-networks?parent_id=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002910 10.0.0.22 - - [2025-11-06 02:06:27] "GET /virtual-network/a649da35-5e74-4eaa-9497-893f4f5c7dc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004803 10.0.0.22 - - [2025-11-06 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.22 - - [2025-11-06 02:06:27] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003023 10.0.0.22 - - [2025-11-06 02:06:27] "GET /virtual-networks?parent_id=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002553 10.0.0.22 - - [2025-11-06 02:06:27] "GET /virtual-network/a649da35-5e74-4eaa-9497-893f4f5c7dc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004656 10.0.0.22 - - [2025-11-06 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.22 - - [2025-11-06 02:06:27] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002928 10.0.0.22 - - [2025-11-06 02:06:27] "GET /virtual-networks?parent_id=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002486 10.0.0.22 - - [2025-11-06 02:06:27] "GET /virtual-network/a649da35-5e74-4eaa-9497-893f4f5c7dc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004453 10.0.0.22 - - [2025-11-06 02:06:27] "GET /virtual-machine/7e2a943a-1060-4641-9dbe-c891b6717602 HTTP/1.1" 200 1802 0.003639 10.0.0.22 - - [2025-11-06 02:06:27] "GET /domains HTTP/1.1" 200 280 0.001917 10.0.0.22 - - [2025-11-06 02:06:27] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.22 - - [2025-11-06 02:06:27] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2771 0.005273 10.0.0.22 - - [2025-11-06 02:06:27] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000774 10.0.0.22 - - [2025-11-06 02:06:27] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd HTTP/1.1" 200 4234 0.061829 10.0.0.22 - - [2025-11-06 02:06:27] "GET /service-instance/20f8fb99-12c2-4d73-a5dd-a4305a95b941 HTTP/1.1" 200 3783 0.003056 10.0.0.22 - - [2025-11-06 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002212 10.0.0.22 - - [2025-11-06 02:06:27] "GET /routing-instance/593a858b-3a45-4571-98db-6aaa81adb62f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003704 10.0.0.22 - - [2025-11-06 02:06:27] "GET /routing-instance/593a858b-3a45-4571-98db-6aaa81adb62f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005382 10.0.0.22 - - [2025-11-06 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.22 - - [2025-11-06 02:06:27] "GET /routing-instance/6ff76a62-e6d6-4d7c-94ac-a1e6c1877a47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003999 10.0.0.22 - - [2025-11-06 02:06:27] "GET /routing-instance/6ff76a62-e6d6-4d7c-94ac-a1e6c1877a47?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.004547 10.0.0.22 - - [2025-11-06 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002506 10.0.0.22 - - [2025-11-06 02:06:27] "GET /virtual-network/709412bb-f9d2-40b2-99f1-caec6826d7a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004887 10.0.0.22 - - [2025-11-06 02:06:28] "GET /virtual-network/709412bb-f9d2-40b2-99f1-caec6826d7a4?fields=routing_instances HTTP/1.1" 200 1683 0.007292 10.0.0.22 - - [2025-11-06 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.22 - - [2025-11-06 02:06:28] "GET /virtual-network/a649da35-5e74-4eaa-9497-893f4f5c7dc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004416 10.0.0.22 - - [2025-11-06 02:06:28] "GET /virtual-network/a649da35-5e74-4eaa-9497-893f4f5c7dc8?fields=routing_instances HTTP/1.1" 200 1689 0.005736 10.0.0.22 - - [2025-11-06 02:06:32] "POST /ref-update HTTP/1.1" 200 156 0.029722 10.0.0.22 - - [2025-11-06 02:06:32] "DELETE /access-control-list/d75613bb-9efc-496b-82d4-3c4b632b52ee HTTP/1.1" 200 115 0.030263 10.0.0.22 - - [2025-11-06 02:06:32] "POST /neutron/network HTTP/1.1" 200 836 0.008433 10.0.0.22 - - [2025-11-06 02:06:32] "GET /virtual-network/a649da35-5e74-4eaa-9497-893f4f5c7dc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004204 10.0.0.22 - - [2025-11-06 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002112 10.0.0.22 - - [2025-11-06 02:06:32] "DELETE /routing-instance/acf97933-ffa9-4b42-8ccb-20800c163456 HTTP/1.1" 200 115 0.025712 10.0.0.22 - - [2025-11-06 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002116 10.0.0.22 - - [2025-11-06 02:06:32] "GET /network-policy/b221d57d-c8b0-460f-a106-bee92c1b6a2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003707 10.0.0.22 - - [2025-11-06 02:06:32] "DELETE /route-target/aa33f0b9-8112-4d56-b30d-856360ec5810 HTTP/1.1" 200 115 0.012948 10.0.0.22 - - [2025-11-06 02:06:32] "DELETE /routing-instance/5594503c-74d5-4d0f-a065-c93f9945d900 HTTP/1.1" 200 115 0.035357 10.0.0.22 - - [2025-11-06 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.020685 10.0.0.22 - - [2025-11-06 02:06:32] "POST /ref-update HTTP/1.1" 200 156 0.049415 10.0.0.22 - - [2025-11-06 02:06:32] "POST /neutron/network HTTP/1.1" 200 833 0.006547 10.0.0.22 - - [2025-11-06 02:06:32] "DELETE /route-target/24c49d32-c25d-4ebb-ac5a-bcf7cb9e3b53 HTTP/1.1" 200 115 0.016591 10.0.0.22 - - [2025-11-06 02:06:32] "GET /virtual-network/709412bb-f9d2-40b2-99f1-caec6826d7a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009804 10.0.0.22 - - [2025-11-06 02:06:32] "DELETE /access-control-list/3bb174d6-b4e6-4163-93a8-982b6b9355aa HTTP/1.1" 200 115 0.017832 10.0.0.22 - - [2025-11-06 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002434 10.0.0.22 - - [2025-11-06 02:06:32] "GET /network-policy/b221d57d-c8b0-460f-a106-bee92c1b6a2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003030 10.0.0.22 - - [2025-11-06 02:06:32] "DELETE /network-policy/b221d57d-c8b0-460f-a106-bee92c1b6a2e HTTP/1.1" 200 115 0.017173 10.0.0.22 - - [2025-11-06 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002051 10.0.0.22 - - [2025-11-06 02:06:32] "DELETE /service-instance/20f8fb99-12c2-4d73-a5dd-a4305a95b941 HTTP/1.1" 200 115 0.039203 10.0.0.22 - - [2025-11-06 02:06:32] "GET /domains HTTP/1.1" 200 280 0.002285 10.0.0.22 - - [2025-11-06 02:06:32] "POST /ref-update HTTP/1.1" 200 156 0.012013 10.0.0.22 - - [2025-11-06 02:06:32] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001134 10.0.0.22 - - [2025-11-06 02:06:32] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2771 0.008595 10.0.0.22 - - [2025-11-06 02:06:32] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002169 10.0.0.22 - - [2025-11-06 02:06:32] "DELETE /instance-ip/4b621f4f-3e48-4181-818f-383e6ec61528 HTTP/1.1" 200 115 0.033568 10.0.0.22 - - [2025-11-06 02:06:32] "POST /ref-update HTTP/1.1" 200 156 0.020745 10.0.0.22 - - [2025-11-06 02:06:32] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd HTTP/1.1" 200 3760 0.068442 10.0.0.22 - - [2025-11-06 02:06:32] "GET /virtual-machine/7e2a943a-1060-4641-9dbe-c891b6717602 HTTP/1.1" 200 1802 0.003132 10.0.0.22 - - [2025-11-06 02:06:32] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001976 10.0.0.22 - - [2025-11-06 02:06:32] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002478 10.0.0.22 - - [2025-11-06 02:06:32] "DELETE /instance-ip/ee30d2d1-d829-4d2e-9a0c-5663165c8dd7 HTTP/1.1" 200 115 0.018345 10.0.0.22 - - [2025-11-06 02:06:32] "POST /ref-update HTTP/1.1" 200 156 0.008778 10.0.0.22 - - [2025-11-06 02:06:32] "DELETE /instance-ip/01c3a843-d67d-46b9-bf1c-d5b1bd9a7734 HTTP/1.1" 200 115 0.017792 10.0.0.22 - - [2025-11-06 02:06:32] "POST /ref-update HTTP/1.1" 200 156 0.010912 10.0.0.22 - - [2025-11-06 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006731 10.0.0.22 - - [2025-11-06 02:06:33] "DELETE /service-template/74ca81a0-7d66-4e41-af7f-72a7fdfc5b1d HTTP/1.1" 200 115 0.021282 10.0.0.22 - - [2025-11-06 02:06:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.001757 10.0.0.22 - - [2025-11-06 02:06:33] "DELETE /instance-ip/0c8702aa-0d88-4a6d-9a10-4536aaf2f48c HTTP/1.1" 200 115 0.025697 10.0.0.22 - - [2025-11-06 02:06:33] "POST /ref-update HTTP/1.1" 200 156 0.012893 10.0.0.22 - - [2025-11-06 02:06:33] "DELETE /instance-ip/993164e1-45ab-4b70-8b88-bb693115b0d8 HTTP/1.1" 200 115 0.022705 10.0.0.22 - - [2025-11-06 02:06:33] "POST /ref-update HTTP/1.1" 200 156 0.012838 10.0.0.22 - - [2025-11-06 02:06:33] "DELETE /instance-ip/1d0f00f2-333d-4768-a151-f879cd53c20c HTTP/1.1" 200 115 0.024191 10.0.0.22 - - [2025-11-06 02:06:33] "POST /neutron/network HTTP/1.1" 200 836 0.009675 10.0.0.22 - - [2025-11-06 02:06:33] "POST /neutron/network HTTP/1.1" 400 204 0.015264 10.0.0.22 - - [2025-11-06 02:06:33] "POST /neutron/port HTTP/1.1" 200 1088 0.009314 10.0.0.22 - - [2025-11-06 02:06:33] "POST /neutron/port HTTP/1.1" 200 1114 0.008004 10.0.0.22 - - [2025-11-06 02:06:33] "POST /neutron/port HTTP/1.1" 200 1087 0.010664 10.0.0.22 - - [2025-11-06 02:06:33] "POST /neutron/port HTTP/1.1" 200 1113 0.007740 10.0.0.22 - - [2025-11-06 02:06:33] "POST /neutron/port HTTP/1.1" 200 151 0.106247 10.0.0.22 - - [2025-11-06 02:06:33] "POST /neutron/port HTTP/1.1" 200 151 0.104411 10.0.0.22 - - [2025-11-06 02:06:33] "POST /neutron/port HTTP/1.1" 200 3028 0.020526 10.0.0.22 - - [2025-11-06 02:06:33] "POST /neutron/port HTTP/1.1" 200 1113 0.007932 10.0.0.22 - - [2025-11-06 02:06:33] "POST /neutron/port HTTP/1.1" 200 151 0.084789 10.0.0.22 - - [2025-11-06 02:06:33] "POST /neutron/port HTTP/1.1" 200 1112 0.006758 10.0.0.22 - - [2025-11-06 02:06:34] "POST /neutron/port HTTP/1.1" 200 151 0.085216 10.0.0.22 - - [2025-11-06 02:06:34] "POST /neutron/port HTTP/1.1" 200 1114 0.007135 10.0.0.22 - - [2025-11-06 02:06:34] "POST /neutron/port HTTP/1.1" 200 151 0.082450 10.0.0.22 - - [2025-11-06 02:06:35] "POST /neutron/network HTTP/1.1" 200 836 0.005097 10.0.0.22 - - [2025-11-06 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.22 - - [2025-11-06 02:06:35] "DELETE /route-target/d28d8049-2932-4324-9c8a-70776c77d38f HTTP/1.1" 200 115 0.010869 10.0.0.22 - - [2025-11-06 02:06:35] "POST /useragent-kv HTTP/1.1" 200 115 0.053554 10.0.0.22 - - [2025-11-06 02:06:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001882 10.0.0.22 - - [2025-11-06 02:06:35] "POST /neutron/network HTTP/1.1" 200 151 0.116856 10.0.0.22 - - [2025-11-06 02:06:35] "GET /routing-instance/6ff76a62-e6d6-4d7c-94ac-a1e6c1877a47 HTTP/1.1" 404 171 0.001835 10.0.0.22 - - [2025-11-06 02:06:35] "GET /domains HTTP/1.1" 200 280 0.001841 10.0.0.22 - - [2025-11-06 02:06:35] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000832 10.0.0.22 - - [2025-11-06 02:06:35] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2571 0.048970 10.0.0.22 - - [2025-11-06 02:06:35] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001332 10.0.0.22 - - [2025-11-06 02:06:35] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd HTTP/1.1" 200 2299 0.062820 10.0.0.22 - - [2025-11-06 02:06:35] "POST /neutron/network HTTP/1.1" 200 833 0.006089 10.0.0.22 - - [2025-11-06 02:06:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003563 10.0.0.22 - - [2025-11-06 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002431 10.0.0.22 - - [2025-11-06 02:06:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002349 10.0.0.22 - - [2025-11-06 02:06:35] "POST /neutron/network HTTP/1.1" 200 151 0.069385 10.0.0.22 - - [2025-11-06 02:06:35] "DELETE /route-target/c4be9891-03b2-41e5-8ca7-80daafe2db81 HTTP/1.1" 200 115 0.014513 10.0.0.22 - - [2025-11-06 02:06:35] "GET /routing-instance/593a858b-3a45-4571-98db-6aaa81adb62f HTTP/1.1" 404 171 0.003335 10.0.0.22 - - [2025-11-06 02:06:35] "GET /domains HTTP/1.1" 200 280 0.002098 10.0.0.22 - - [2025-11-06 02:06:35] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000879 10.0.0.22 - - [2025-11-06 02:06:35] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2571 0.048897 10.0.0.22 - - [2025-11-06 02:06:35] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000879 10.0.0.22 - - [2025-11-06 02:06:35] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd HTTP/1.1" 200 2081 0.062913 10.0.0.22 - - [2025-11-06 02:06:35] "POST /neutron/network HTTP/1.1" 200 832 0.004553 10.0.0.22 - - [2025-11-06 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.22 - - [2025-11-06 02:06:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002792 10.0.0.22 - - [2025-11-06 02:06:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001554 10.0.0.22 - - [2025-11-06 02:06:35] "POST /neutron/network HTTP/1.1" 200 151 0.066298 10.0.0.22 - - [2025-11-06 02:06:35] "GET /routing-instance/c0e38026-4835-4f7e-a205-4f51a24f2755 HTTP/1.1" 404 171 0.005173 10.0.0.22 - - [2025-11-06 02:06:35] "DELETE /route-target/56352ff8-7505-4ec2-9ba9-d0379d7cebab HTTP/1.1" 200 115 0.022583 10.0.0.22 - - [2025-11-06 02:06:35] "GET /domains HTTP/1.1" 200 280 0.003841 10.0.0.22 - - [2025-11-06 02:06:35] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000785 10.0.0.22 - - [2025-11-06 02:06:35] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2571 0.051105 10.0.0.22 - - [2025-11-06 02:06:35] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001215 10.0.0.22 - - [2025-11-06 02:06:35] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd HTTP/1.1" 200 1841 0.064969 10.0.0.22 - - [2025-11-06 02:06:36] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001298 10.0.0.22 - - [2025-11-06 02:06:36] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.040906 10.0.0.22 - - [2025-11-06 02:06:36] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000834 10.0.0.22 - - [2025-11-06 02:06:36] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd?fields=virtual_networks HTTP/1.1" 200 1029 0.060570 10.0.0.22 - - [2025-11-06 02:06:36] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000887 10.0.0.22 - - [2025-11-06 02:06:36] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.020778 10.0.0.22 - - [2025-11-06 02:06:36] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000916 10.0.0.22 - - [2025-11-06 02:06:36] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd?fields=security_groups HTTP/1.1" 200 1253 0.019942 10.0.0.22 - - [2025-11-06 02:06:37] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.22 - - [2025-11-06 02:06:37] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.036354 10.0.0.22 - - [2025-11-06 02:06:37] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001124 10.0.0.22 - - [2025-11-06 02:06:37] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd?fields=security_groups HTTP/1.1" 200 1358 0.027821 10.0.0.22 - - [2025-11-06 02:06:37] "DELETE /security-group/bd297cea-6f30-4c62-8016-6773b2753648 HTTP/1.1" 200 115 0.033174 10.0.0.22 - - [2025-11-06 02:06:37] "GET /projects?obj_uuids=ab55b2e5-7f80-4345-8ad1-aa31ccc701cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000826 10.0.0.22 - - [2025-11-06 02:06:37] "POST /fqname-to-id HTTP/1.1" 404 189 0.029949 10.0.0.22 - - [2025-11-06 02:06:37] "DELETE /access-control-list/424652e9-3913-4442-91f5-6d7da4d42721 HTTP/1.1" 200 115 0.023727 10.0.0.22 - - [2025-11-06 02:06:37] "GET /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd?fields=application_policy_sets HTTP/1.1" 200 1397 0.041098 10.0.0.22 - - [2025-11-06 02:06:37] "DELETE /access-control-list/261bdaaa-4333-4371-a29b-c8d52dd048f7 HTTP/1.1" 200 115 0.035235 10.0.0.22 - - [2025-11-06 02:06:37] "GET /projects?obj_uuids=5ea42998-4152-4733-9273-f19600df75cb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001805 10.0.0.22 - - [2025-11-06 02:06:37] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001220 10.0.0.22 - - [2025-11-06 02:06:37] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008844 10.0.0.22 - - [2025-11-06 02:06:37] "DELETE /project/ab55b2e5-7f80-4345-8ad1-aa31ccc701cd HTTP/1.1" 200 115 0.407111 10.0.0.22 - - [2025-11-06 02:06:37] "POST /id-to-fqname HTTP/1.1" 200 191 0.002098 10.0.0.22 - - [2025-11-06 02:06:37] "POST /fqname-to-id HTTP/1.1" 404 200 0.002898 10.0.0.22 - - [2025-11-06 02:06:37] "POST /security-groups HTTP/1.1" 200 592 0.059385 10.0.0.22 - - [2025-11-06 02:06:37] "POST /fqname-to-id HTTP/1.1" 404 235 0.004385 10.0.0.22 - - [2025-11-06 02:06:37] "POST /projects HTTP/1.1" 200 587 0.205184 10.0.0.22 - - [2025-11-06 02:06:37] "POST /access-control-lists HTTP/1.1" 200 597 0.056172 10.0.0.22 - - [2025-11-06 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.273665 10.0.0.22 - - [2025-11-06 02:06:37] "POST /fqname-to-id HTTP/1.1" 404 234 0.002508 10.0.0.22 - - [2025-11-06 02:06:37] "GET /project/5ea42998-4152-4733-9273-f19600df75cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.407669 10.0.0.22 - - [2025-11-06 02:06:37] "POST /access-control-lists HTTP/1.1" 200 595 0.061037 10.0.0.22 - - [2025-11-06 02:06:38] "GET / HTTP/1.1" 200 35931 0.002392 10.0.0.22 - - [2025-11-06 02:06:39] "GET /project/5ea42998-4152-4733-9273-f19600df75cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000425 10.0.0.22 - - [2025-11-06 02:06:40] "GET /projects?obj_uuids=5ea42998-4152-4733-9273-f19600df75cb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000978 10.0.0.22 - - [2025-11-06 02:06:40] "GET /project/5ea42998-4152-4733-9273-f19600df75cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.045348 10.0.0.22 - - [2025-11-06 02:06:40] "POST /fqname-to-id HTTP/1.1" 404 180 0.001936 10.0.0.22 - - [2025-11-06 02:06:40] "POST /virtual-DNSs HTTP/1.1" 200 507 0.016996 10.0.0.22 - - [2025-11-06 02:06:40] "GET /virtual-DNS/82ff7b15-7995-4c8a-bcad-997be5da0958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004127 10.0.0.22 - - [2025-11-06 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.22 - - [2025-11-06 02:06:40] "GET /virtual-DNS/82ff7b15-7995-4c8a-bcad-997be5da0958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.002914 10.0.0.22 - - [2025-11-06 02:06:40] "GET /domains HTTP/1.1" 401 292 0.000379 10.0.0.22 - - [2025-11-06 02:06:40] "GET /domains HTTP/1.1" 200 280 0.022263 10.0.0.22 - - [2025-11-06 02:06:40] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.22 - - [2025-11-06 02:06:40] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2774 0.007430 10.0.0.22 - - [2025-11-06 02:06:40] "GET /virtual-DNS/82ff7b15-7995-4c8a-bcad-997be5da0958 HTTP/1.1" 200 1438 0.003212 10.0.0.22 - - [2025-11-06 02:06:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.001967 10.0.0.22 - - [2025-11-06 02:06:40] "POST /network-ipams HTTP/1.1" 200 514 0.014758 10.0.0.22 - - [2025-11-06 02:06:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002370 10.0.0.22 - - [2025-11-06 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002506 10.0.0.22 - - [2025-11-06 02:06:40] "GET /network-ipam/86f4057d-45c6-4bb6-84cc-7571370b052e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.004166 10.0.0.22 - - [2025-11-06 02:06:40] "PUT /network-ipam/86f4057d-45c6-4bb6-84cc-7571370b052e HTTP/1.1" 200 258 0.009317 10.0.0.22 - - [2025-11-06 02:06:40] "POST /ref-update HTTP/1.1" 200 156 0.006979 10.0.0.22 - - [2025-11-06 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002404 10.0.0.22 - - [2025-11-06 02:06:41] "GET /projects?obj_uuids=5ea42998-4152-4733-9273-f19600df75cb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000862 10.0.0.22 - - [2025-11-06 02:06:41] "GET /project/5ea42998-4152-4733-9273-f19600df75cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.024901 10.0.0.22 - - [2025-11-06 02:06:41] "POST /neutron/network HTTP/1.1" 200 117 0.029941 10.0.0.22 - - [2025-11-06 02:06:41] "GET /projects?obj_uuids=5ea42998-4152-4733-9273-f19600df75cb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000906 10.0.0.22 - - [2025-11-06 02:06:41] "POST /neutron/network HTTP/1.1" 200 618 0.059462 10.0.0.22 - - [2025-11-06 02:06:41] "POST /route-targets HTTP/1.1" 200 327 0.012428 10.0.0.22 - - [2025-11-06 02:06:41] "POST /ref-update HTTP/1.1" 200 156 0.015865 10.0.0.22 - - [2025-11-06 02:06:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002363 10.0.0.22 - - [2025-11-06 02:06:41] "POST /neutron/subnet HTTP/1.1" 200 711 0.193525 10.0.0.22 - - [2025-11-06 02:06:41] "POST /neutron/network HTTP/1.1" 200 833 0.004332 10.0.0.22 - - [2025-11-06 02:06:41] "POST /id-to-fqname HTTP/1.1" 200 227 0.001386 10.0.0.22 - - [2025-11-06 02:06:41] "GET /virtual-network/b9fe2d85-332c-4157-872c-98a66b96618f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005419 10.0.0.22 - - [2025-11-06 02:06:41] "POST /neutron/network HTTP/1.1" 200 833 0.004454 10.0.0.22 - - [2025-11-06 02:06:41] "GET /virtual-network/b9fe2d85-332c-4157-872c-98a66b96618f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005548 10.0.0.22 - - [2025-11-06 02:06:41] "POST /neutron/network HTTP/1.1" 200 833 0.005169 10.0.0.22 - - [2025-11-06 02:06:41] "POST /neutron/subnet HTTP/1.1" 200 711 0.006199 10.0.0.22 - - [2025-11-06 02:06:41] "POST /neutron/network HTTP/1.1" 200 807 0.015392 10.0.0.22 - - [2025-11-06 02:06:41] "POST /neutron/network HTTP/1.1" 200 833 0.004700 10.0.0.22 - - [2025-11-06 02:06:41] "POST /id-to-fqname HTTP/1.1" 200 227 0.001028 10.0.0.22 - - [2025-11-06 02:06:41] "POST /neutron/network HTTP/1.1" 200 843 0.004963 10.0.0.22 - - [2025-11-06 02:06:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000339 10.0.0.22 - - [2025-11-06 02:06:42] "GET / HTTP/1.1" 200 35931 0.001602 10.0.0.22 - - [2025-11-06 02:06:42] "GET /project/5ea42998-4152-4733-9273-f19600df75cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000321 10.0.0.22 - - [2025-11-06 02:06:42] "GET /obj-perms HTTP/1.1" 200 5056 0.040583 10.0.0.22 - - [2025-11-06 02:06:42] "GET /projects?obj_uuids=5ea42998-4152-4733-9273-f19600df75cb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000920 10.0.0.22 - - [2025-11-06 02:06:42] "GET /project/5ea42998-4152-4733-9273-f19600df75cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.145364 10.0.0.22 - - [2025-11-06 02:06:42] "GET /obj-perms HTTP/1.1" 200 5056 0.062572 10.0.0.22 - - [2025-11-06 02:06:42] "POST /neutron/network HTTP/1.1" 200 833 0.026850 10.0.0.22 - - [2025-11-06 02:06:42] "POST /neutron/port HTTP/1.1" 200 117 0.004181 10.0.0.22 - - [2025-11-06 02:06:42] "POST /neutron/port HTTP/1.1" 200 117 0.003922 10.0.0.22 - - [2025-11-06 02:06:42] "POST /neutron/port HTTP/1.1" 200 117 0.004087 10.0.0.22 - - [2025-11-06 02:06:43] "POST /neutron/network HTTP/1.1" 200 843 0.004642 10.0.0.22 - - [2025-11-06 02:06:43] "GET /projects?obj_uuids=5ea42998-4152-4733-9273-f19600df75cb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001355 10.0.0.22 - - [2025-11-06 02:06:43] "POST /neutron/port HTTP/1.1" 200 1058 0.167424 10.0.0.22 - - [2025-11-06 02:06:43] "POST /neutron/port HTTP/1.1" 200 1058 0.035650 10.0.0.22 - - [2025-11-06 02:06:43] "POST /neutron/port HTTP/1.1" 200 1058 0.006909 10.0.0.22 - - [2025-11-06 02:06:43] "POST /neutron/port HTTP/1.1" 200 1112 0.047066 10.0.0.22 - - [2025-11-06 02:06:43] "POST /neutron/port HTTP/1.1" 200 1086 0.008685 10.0.0.22 - - [2025-11-06 02:06:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002652 10.0.0.22 - - [2025-11-06 02:06:43] "POST /neutron/subnet HTTP/1.1" 200 685 0.005785 10.0.0.22 - - [2025-11-06 02:06:43] "POST /neutron/port HTTP/1.1" 200 117 0.001071 10.0.0.22 - - [2025-11-06 02:06:43] "POST /neutron/network HTTP/1.1" 200 833 0.005398 10.0.0.22 - - [2025-11-06 02:06:48] "POST /neutron/port HTTP/1.1" 200 1086 0.011465 10.0.0.22 - - [2025-11-06 02:06:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005314 10.0.0.22 - - [2025-11-06 02:06:48] "POST /neutron/port HTTP/1.1" 200 1086 0.010138 10.0.0.22 - - [2025-11-06 02:06:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005127 10.0.0.22 - - [2025-11-06 02:06:48] "POST /neutron/port HTTP/1.1" 200 1086 0.009362 10.0.0.22 - - [2025-11-06 02:06:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004508 10.0.0.22 - - [2025-11-06 02:06:48] "GET /virtual-machine/c7341484-774e-405a-9618-b4d65d66d26d HTTP/1.1" 200 1294 0.003548 10.0.0.22 - - [2025-11-06 02:06:48] "GET /virtual-machine-interface/81d330a9-1efe-4506-bbf7-8c15c37e02cc HTTP/1.1" 200 2964 0.005251 10.0.0.22 - - [2025-11-06 02:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002606 10.0.0.22 - - [2025-11-06 02:06:48] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002451 10.0.0.22 - - [2025-11-06 02:06:48] "GET /virtual-networks?parent_id=5ea42998-4152-4733-9273-f19600df75cb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002492 10.0.0.22 - - [2025-11-06 02:06:48] "GET /virtual-network/b9fe2d85-332c-4157-872c-98a66b96618f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004432 10.0.0.22 - - [2025-11-06 02:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002429 10.0.0.22 - - [2025-11-06 02:06:51] "GET /virtual-network/b9fe2d85-332c-4157-872c-98a66b96618f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004292 10.0.0.22 - - [2025-11-06 02:06:52] "POST /neutron/port HTTP/1.1" 200 1086 0.032474 10.0.0.22 - - [2025-11-06 02:06:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004428 10.0.0.22 - - [2025-11-06 02:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002530 10.0.0.22 - - [2025-11-06 02:06:53] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002706 10.0.0.22 - - [2025-11-06 02:06:53] "GET /virtual-networks?parent_id=5ea42998-4152-4733-9273-f19600df75cb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002476 10.0.0.22 - - [2025-11-06 02:06:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.22 - - [2025-11-06 02:06:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.22 - - [2025-11-06 02:06:53] "GET /virtual-network/b9fe2d85-332c-4157-872c-98a66b96618f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004471 10.0.0.22 - - [2025-11-06 02:06:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.22 - - [2025-11-06 02:06:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.22 - - [2025-11-06 02:06:58] "POST /neutron/network HTTP/1.1" 200 807 0.008600 10.0.0.22 - - [2025-11-06 02:06:58] "POST /neutron/network HTTP/1.1" 200 833 0.004144 10.0.0.22 - - [2025-11-06 02:06:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.000975 10.0.0.22 - - [2025-11-06 02:06:58] "POST /neutron/port HTTP/1.1" 200 1086 0.008947 10.0.0.22 - - [2025-11-06 02:06:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005175 10.0.0.22 - - [2025-11-06 02:06:58] "POST /neutron/network HTTP/1.1" 200 843 0.005223 10.0.0.22 - - [2025-11-06 02:06:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000352 10.0.0.22 - - [2025-11-06 02:06:58] "GET / HTTP/1.1" 200 35931 0.001583 10.0.0.22 - - [2025-11-06 02:06:58] "GET /project/5ea42998-4152-4733-9273-f19600df75cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000317 10.0.0.22 - - [2025-11-06 02:06:58] "GET /projects?obj_uuids=5ea42998-4152-4733-9273-f19600df75cb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000921 10.0.0.22 - - [2025-11-06 02:06:58] "GET /project/5ea42998-4152-4733-9273-f19600df75cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.039741 10.0.0.22 - - [2025-11-06 02:06:58] "POST /neutron/network HTTP/1.1" 200 833 0.004371 10.0.0.22 - - [2025-11-06 02:06:59] "POST /neutron/port HTTP/1.1" 200 1086 0.012440 10.0.0.22 - - [2025-11-06 02:06:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005047 10.0.0.22 - - [2025-11-06 02:06:59] "POST /neutron/port HTTP/1.1" 200 117 0.004214 10.0.0.22 - - [2025-11-06 02:06:59] "POST /neutron/port HTTP/1.1" 200 117 0.009225 10.0.0.22 - - [2025-11-06 02:06:59] "POST /neutron/network HTTP/1.1" 200 843 0.005196 10.0.0.22 - - [2025-11-06 02:06:59] "GET /projects?obj_uuids=5ea42998-4152-4733-9273-f19600df75cb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001254 10.0.0.22 - - [2025-11-06 02:06:59] "POST /neutron/port HTTP/1.1" 200 1058 0.153671 10.0.0.22 - - [2025-11-06 02:06:59] "POST /neutron/port HTTP/1.1" 200 1058 0.007308 10.0.0.22 - - [2025-11-06 02:06:59] "POST /neutron/port HTTP/1.1" 200 1058 0.006755 10.0.0.22 - - [2025-11-06 02:06:59] "POST /neutron/port HTTP/1.1" 200 1112 0.042615 10.0.0.22 - - [2025-11-06 02:06:59] "POST /neutron/port HTTP/1.1" 200 1086 0.009770 10.0.0.22 - - [2025-11-06 02:06:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002619 10.0.0.22 - - [2025-11-06 02:06:59] "POST /neutron/subnet HTTP/1.1" 200 685 0.005505 10.0.0.22 - - [2025-11-06 02:06:59] "POST /neutron/port HTTP/1.1" 200 117 0.000977 10.0.0.22 - - [2025-11-06 02:06:59] "POST /neutron/network HTTP/1.1" 200 833 0.007972 10.0.0.22 - - [2025-11-06 02:07:04] "POST /neutron/port HTTP/1.1" 200 1086 0.009529 10.0.0.22 - - [2025-11-06 02:07:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005598 10.0.0.22 - - [2025-11-06 02:07:04] "POST /neutron/port HTTP/1.1" 200 1086 0.009456 10.0.0.22 - - [2025-11-06 02:07:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004836 10.0.0.22 - - [2025-11-06 02:07:04] "POST /neutron/port HTTP/1.1" 200 1086 0.009637 10.0.0.22 - - [2025-11-06 02:07:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005252 10.0.0.22 - - [2025-11-06 02:07:04] "GET /virtual-machine/8a2fd0b2-ac98-4ca1-9ac6-a720153cae9f HTTP/1.1" 200 1293 0.004146 10.0.0.22 - - [2025-11-06 02:07:04] "GET /virtual-machine-interface/c76a4a1d-2b11-49a0-9a51-e5fc73c741c5 HTTP/1.1" 200 2965 0.004204 10.0.0.22 - - [2025-11-06 02:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002457 10.0.0.22 - - [2025-11-06 02:07:04] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002690 10.0.0.22 - - [2025-11-06 02:07:04] "GET /virtual-networks?parent_id=5ea42998-4152-4733-9273-f19600df75cb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002452 10.0.0.22 - - [2025-11-06 02:07:04] "GET /virtual-network/b9fe2d85-332c-4157-872c-98a66b96618f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004801 10.0.0.22 - - [2025-11-06 02:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.22 - - [2025-11-06 02:07:07] "GET /virtual-network/b9fe2d85-332c-4157-872c-98a66b96618f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004987 10.0.0.22 - - [2025-11-06 02:07:07] "POST /neutron/port HTTP/1.1" 200 1086 0.009549 10.0.0.22 - - [2025-11-06 02:07:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004537 10.0.0.22 - - [2025-11-06 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002469 10.0.0.22 - - [2025-11-06 02:07:09] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002637 10.0.0.22 - - [2025-11-06 02:07:09] "GET /virtual-networks?parent_id=5ea42998-4152-4733-9273-f19600df75cb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002429 10.0.0.22 - - [2025-11-06 02:07:09] "GET /virtual-network/b9fe2d85-332c-4157-872c-98a66b96618f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004542 10.0.0.22 - - [2025-11-06 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002335 10.0.0.22 - - [2025-11-06 02:07:15] "DELETE /virtual-DNS/82ff7b15-7995-4c8a-bcad-997be5da0958 HTTP/1.1" 409 235 0.005271 10.0.0.22 - - [2025-11-06 02:07:15] "POST /fqname-to-id HTTP/1.1" 404 192 0.002273 10.0.0.22 - - [2025-11-06 02:07:15] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.013632 10.0.0.22 - - [2025-11-06 02:07:15] "GET /virtual-DNS-record/22f26e6e-01ed-4660-b7e2-b5d8df060eb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004409 10.0.0.22 - - [2025-11-06 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002358 10.0.0.22 - - [2025-11-06 02:07:15] "GET /virtual-DNS-record/22f26e6e-01ed-4660-b7e2-b5d8df060eb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.002769 10.0.0.22 - - [2025-11-06 02:07:15] "GET /domains HTTP/1.1" 200 280 0.002740 10.0.0.22 - - [2025-11-06 02:07:15] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000872 10.0.0.22 - - [2025-11-06 02:07:15] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2774 0.005554 10.0.0.22 - - [2025-11-06 02:07:15] "GET /virtual-DNS/82ff7b15-7995-4c8a-bcad-997be5da0958 HTTP/1.1" 200 1907 0.003545 10.0.0.22 - - [2025-11-06 02:07:15] "GET /virtual-DNS-record/22f26e6e-01ed-4660-b7e2-b5d8df060eb6 HTTP/1.1" 200 1336 0.002184 10.0.0.22 - - [2025-11-06 02:07:21] "DELETE /virtual-DNS-record/22f26e6e-01ed-4660-b7e2-b5d8df060eb6 HTTP/1.1" 200 115 0.016605 10.0.0.22 - - [2025-11-06 02:07:21] "POST /fqname-to-id HTTP/1.1" 404 184 0.002207 10.0.0.22 - - [2025-11-06 02:07:21] "POST /neutron/network HTTP/1.1" 200 833 0.013683 10.0.0.22 - - [2025-11-06 02:07:21] "POST /neutron/network HTTP/1.1" 400 204 0.008340 10.0.0.22 - - [2025-11-06 02:07:21] "POST /neutron/port HTTP/1.1" 200 1086 0.008971 10.0.0.22 - - [2025-11-06 02:07:21] "POST /neutron/port HTTP/1.1" 200 1112 0.016238 10.0.0.22 - - [2025-11-06 02:07:21] "POST /neutron/port HTTP/1.1" 200 1086 0.009566 10.0.0.22 - - [2025-11-06 02:07:21] "POST /neutron/port HTTP/1.1" 200 1112 0.006278 10.0.0.22 - - [2025-11-06 02:07:21] "POST /neutron/port HTTP/1.1" 200 151 0.099155 10.0.0.22 - - [2025-11-06 02:07:22] "POST /neutron/port HTTP/1.1" 200 151 0.098583 10.0.0.22 - - [2025-11-06 02:07:23] "POST /neutron/network HTTP/1.1" 200 833 0.005546 10.0.0.22 - - [2025-11-06 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.026336 10.0.0.22 - - [2025-11-06 02:07:23] "DELETE /route-target/79172743-2757-447c-8198-9476b1d6dfcb HTTP/1.1" 200 115 0.018412 10.0.0.22 - - [2025-11-06 02:07:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001958 10.0.0.22 - - [2025-11-06 02:07:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001504 10.0.0.22 - - [2025-11-06 02:07:23] "POST /neutron/network HTTP/1.1" 200 151 0.148335 10.0.0.22 - - [2025-11-06 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001917 10.0.0.22 - - [2025-11-06 02:07:23] "DELETE /network-ipam/86f4057d-45c6-4bb6-84cc-7571370b052e HTTP/1.1" 200 115 0.019242 10.0.0.22 - - [2025-11-06 02:07:23] "DELETE /virtual-DNS/82ff7b15-7995-4c8a-bcad-997be5da0958 HTTP/1.1" 200 115 0.019162 10.0.0.22 - - [2025-11-06 02:07:23] "POST /fqname-to-id HTTP/1.1" 404 180 0.002947 10.0.0.22 - - [2025-11-06 02:07:23] "GET /domains HTTP/1.1" 200 280 0.004701 10.0.0.22 - - [2025-11-06 02:07:23] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000845 10.0.0.22 - - [2025-11-06 02:07:23] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2574 0.006820 10.0.0.22 - - [2025-11-06 02:07:23] "GET /projects?obj_uuids=5ea42998-4152-4733-9273-f19600df75cb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000919 10.0.0.22 - - [2025-11-06 02:07:23] "GET /project/5ea42998-4152-4733-9273-f19600df75cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.022107 10.0.0.22 - - [2025-11-06 02:07:23] "GET /projects?obj_uuids=5ea42998-4152-4733-9273-f19600df75cb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000786 10.0.0.22 - - [2025-11-06 02:07:24] "GET /project/5ea42998-4152-4733-9273-f19600df75cb?fields=virtual_networks HTTP/1.1" 200 1034 0.062333 10.0.0.22 - - [2025-11-06 02:07:24] "GET /projects?obj_uuids=5ea42998-4152-4733-9273-f19600df75cb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000887 10.0.0.22 - - [2025-11-06 02:07:24] "GET /project/5ea42998-4152-4733-9273-f19600df75cb?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.024752 10.0.0.22 - - [2025-11-06 02:07:24] "GET /projects?obj_uuids=5ea42998-4152-4733-9273-f19600df75cb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000989 10.0.0.22 - - [2025-11-06 02:07:24] "GET /project/5ea42998-4152-4733-9273-f19600df75cb?fields=security_groups HTTP/1.1" 200 1261 0.019685 10.0.0.22 - - [2025-11-06 02:07:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.022536 10.0.0.22 - - [2025-11-06 02:07:24] "GET /projects?obj_uuids=48bbd2b7-a3bc-4219-a14a-58a30a5cce49&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002023 10.0.0.22 - - [2025-11-06 02:07:25] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000860 10.0.0.22 - - [2025-11-06 02:07:25] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005552 10.0.0.22 - - [2025-11-06 02:07:25] "POST /id-to-fqname HTTP/1.1" 200 191 0.001136 10.0.0.22 - - [2025-11-06 02:07:25] "POST /fqname-to-id HTTP/1.1" 404 200 0.002309 10.0.0.22 - - [2025-11-06 02:07:25] "POST /security-groups HTTP/1.1" 200 592 0.059601 10.0.0.22 - - [2025-11-06 02:07:25] "POST /fqname-to-id HTTP/1.1" 404 235 0.002044 10.0.0.22 - - [2025-11-06 02:07:25] "POST /projects HTTP/1.1" 200 587 0.196522 10.0.0.22 - - [2025-11-06 02:07:25] "POST /access-control-lists HTTP/1.1" 200 597 0.055690 10.0.0.22 - - [2025-11-06 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.259212 10.0.0.22 - - [2025-11-06 02:07:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.002605 10.0.0.22 - - [2025-11-06 02:07:25] "GET /project/48bbd2b7-a3bc-4219-a14a-58a30a5cce49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.368413 10.0.0.22 - - [2025-11-06 02:07:25] "POST /access-control-lists HTTP/1.1" 200 595 0.056257 10.0.0.22 - - [2025-11-06 02:07:26] "GET / HTTP/1.1" 200 35931 0.001892 10.0.0.22 - - [2025-11-06 02:07:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000464 10.0.0.22 - - [2025-11-06 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.049207 10.0.0.22 - - [2025-11-06 02:07:27] "GET /projects?obj_uuids=48bbd2b7-a3bc-4219-a14a-58a30a5cce49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000880 10.0.0.22 - - [2025-11-06 02:07:27] "GET /project/48bbd2b7-a3bc-4219-a14a-58a30a5cce49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.022374 10.0.0.22 - - [2025-11-06 02:07:27] "POST /neutron/network HTTP/1.1" 200 117 0.025934 10.0.0.22 - - [2025-11-06 02:07:27] "GET /projects?obj_uuids=48bbd2b7-a3bc-4219-a14a-58a30a5cce49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000868 10.0.0.22 - - [2025-11-06 02:07:27] "POST /neutron/network HTTP/1.1" 200 606 0.053385 10.0.0.22 - - [2025-11-06 02:07:27] "POST /route-targets HTTP/1.1" 200 327 0.010508 10.0.0.22 - - [2025-11-06 02:07:27] "POST /ref-update HTTP/1.1" 200 156 0.010492 10.0.0.22 - - [2025-11-06 02:07:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002482 10.0.0.22 - - [2025-11-06 02:07:27] "POST /neutron/subnet HTTP/1.1" 200 715 0.192983 10.0.0.22 - - [2025-11-06 02:07:27] "POST /neutron/network HTTP/1.1" 200 823 0.004238 10.0.0.22 - - [2025-11-06 02:07:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.000908 10.0.0.22 - - [2025-11-06 02:07:27] "GET /virtual-network/6048b460-e9be-4275-a272-5d3b32256686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.003788 10.0.0.22 - - [2025-11-06 02:07:27] "POST /neutron/network HTTP/1.1" 200 823 0.005084 10.0.0.22 - - [2025-11-06 02:07:27] "GET /virtual-network/6048b460-e9be-4275-a272-5d3b32256686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006267 10.0.0.22 - - [2025-11-06 02:07:27] "POST /neutron/network HTTP/1.1" 200 823 0.004349 10.0.0.22 - - [2025-11-06 02:07:27] "POST /neutron/subnet HTTP/1.1" 200 715 0.005039 10.0.0.22 - - [2025-11-06 02:07:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.000798 10.0.0.22 - - [2025-11-06 02:07:28] "POST /neutron/network HTTP/1.1" 200 833 0.005033 10.0.0.22 - - [2025-11-06 02:07:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000345 10.0.0.22 - - [2025-11-06 02:07:28] "GET / HTTP/1.1" 200 35931 0.002268 10.0.0.22 - - [2025-11-06 02:07:28] "GET /project/48bbd2b7-a3bc-4219-a14a-58a30a5cce49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000342 10.0.0.22 - - [2025-11-06 02:07:28] "GET /projects?obj_uuids=48bbd2b7-a3bc-4219-a14a-58a30a5cce49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000981 10.0.0.22 - - [2025-11-06 02:07:28] "GET /project/48bbd2b7-a3bc-4219-a14a-58a30a5cce49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.048632 10.0.0.22 - - [2025-11-06 02:07:28] "POST /neutron/network HTTP/1.1" 200 823 0.004636 10.0.0.22 - - [2025-11-06 02:07:28] "POST /neutron/port HTTP/1.1" 200 117 0.004237 10.0.0.22 - - [2025-11-06 02:07:28] "POST /neutron/port HTTP/1.1" 200 117 0.004389 10.0.0.22 - - [2025-11-06 02:07:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.001199 10.0.0.22 - - [2025-11-06 02:07:29] "POST /neutron/port HTTP/1.1" 200 117 0.004059 10.0.0.22 - - [2025-11-06 02:07:29] "POST /neutron/network HTTP/1.1" 200 833 0.004664 10.0.0.22 - - [2025-11-06 02:07:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000334 10.0.0.22 - - [2025-11-06 02:07:29] "POST /neutron/network HTTP/1.1" 200 833 0.005980 10.0.0.22 - - [2025-11-06 02:07:29] "GET /projects?obj_uuids=48bbd2b7-a3bc-4219-a14a-58a30a5cce49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001449 10.0.0.22 - - [2025-11-06 02:07:29] "GET / HTTP/1.1" 200 35931 0.001436 10.0.0.22 - - [2025-11-06 02:07:29] "GET /project/48bbd2b7-a3bc-4219-a14a-58a30a5cce49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000369 10.0.0.22 - - [2025-11-06 02:07:29] "POST /neutron/port HTTP/1.1" 200 1059 0.160246 10.0.0.22 - - [2025-11-06 02:07:29] "POST /neutron/port HTTP/1.1" 200 1059 0.007470 10.0.0.22 - - [2025-11-06 02:07:29] "POST /neutron/port HTTP/1.1" 200 1059 0.006959 10.0.0.22 - - [2025-11-06 02:07:29] "POST /neutron/port HTTP/1.1" 200 1113 0.059720 10.0.0.22 - - [2025-11-06 02:07:29] "POST /neutron/port HTTP/1.1" 200 1087 0.010754 10.0.0.22 - - [2025-11-06 02:07:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002942 10.0.0.22 - - [2025-11-06 02:07:29] "POST /neutron/subnet HTTP/1.1" 200 689 0.007471 10.0.0.22 - - [2025-11-06 02:07:29] "POST /neutron/port HTTP/1.1" 200 117 0.000958 10.0.0.22 - - [2025-11-06 02:07:29] "POST /neutron/network HTTP/1.1" 200 823 0.004266 10.0.0.22 - - [2025-11-06 02:07:29] "GET /projects?obj_uuids=48bbd2b7-a3bc-4219-a14a-58a30a5cce49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001061 10.0.0.22 - - [2025-11-06 02:07:29] "GET /project/48bbd2b7-a3bc-4219-a14a-58a30a5cce49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.044875 10.0.0.22 - - [2025-11-06 02:07:29] "POST /neutron/network HTTP/1.1" 200 823 0.004850 10.0.0.22 - - [2025-11-06 02:07:30] "POST /neutron/port HTTP/1.1" 200 1087 0.017324 10.0.0.22 - - [2025-11-06 02:07:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004951 10.0.0.22 - - [2025-11-06 02:07:30] "POST /neutron/port HTTP/1.1" 200 117 0.004146 10.0.0.22 - - [2025-11-06 02:07:30] "POST /neutron/port HTTP/1.1" 200 1087 0.015396 10.0.0.22 - - [2025-11-06 02:07:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006927 10.0.0.22 - - [2025-11-06 02:07:30] "POST /neutron/network HTTP/1.1" 200 833 0.005432 10.0.0.22 - - [2025-11-06 02:07:30] "GET /projects?obj_uuids=48bbd2b7-a3bc-4219-a14a-58a30a5cce49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000940 10.0.0.22 - - [2025-11-06 02:07:30] "POST /neutron/port HTTP/1.1" 200 1059 0.181134 10.0.0.22 - - [2025-11-06 02:07:30] "POST /neutron/port HTTP/1.1" 200 1059 0.010635 10.0.0.22 - - [2025-11-06 02:07:30] "POST /neutron/port HTTP/1.1" 200 1059 0.008470 10.0.0.22 - - [2025-11-06 02:07:30] "POST /neutron/port HTTP/1.1" 200 1113 0.062744 10.0.0.22 - - [2025-11-06 02:07:30] "POST /neutron/port HTTP/1.1" 200 1087 0.013453 10.0.0.22 - - [2025-11-06 02:07:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002511 10.0.0.22 - - [2025-11-06 02:07:30] "POST /neutron/subnet HTTP/1.1" 200 689 0.008677 10.0.0.22 - - [2025-11-06 02:07:30] "POST /neutron/port HTTP/1.1" 200 117 0.001743 10.0.0.22 - - [2025-11-06 02:07:30] "POST /neutron/network HTTP/1.1" 200 823 0.004742 10.0.0.22 - - [2025-11-06 02:07:35] "POST /neutron/port HTTP/1.1" 200 1087 0.009846 10.0.0.22 - - [2025-11-06 02:07:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006020 10.0.0.22 - - [2025-11-06 02:07:35] "POST /neutron/port HTTP/1.1" 200 1087 0.009058 10.0.0.22 - - [2025-11-06 02:07:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004652 10.0.0.22 - - [2025-11-06 02:07:35] "POST /neutron/port HTTP/1.1" 200 1087 0.009246 10.0.0.22 - - [2025-11-06 02:07:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004813 10.0.0.22 - - [2025-11-06 02:07:35] "GET /virtual-machine/7d75615f-fd47-4f5e-840b-a4b395b35947 HTTP/1.1" 401 292 0.000367 10.0.0.22 - - [2025-11-06 02:07:35] "GET /virtual-machine/7d75615f-fd47-4f5e-840b-a4b395b35947 HTTP/1.1" 200 1292 0.026311 10.0.0.22 - - [2025-11-06 02:07:35] "GET /virtual-machine-interface/9a4aa4a7-0334-4feb-ae33-5c3f43248817 HTTP/1.1" 200 2947 0.004226 10.0.0.22 - - [2025-11-06 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.22 - - [2025-11-06 02:07:35] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002525 10.0.0.22 - - [2025-11-06 02:07:35] "GET /virtual-networks?parent_id=48bbd2b7-a3bc-4219-a14a-58a30a5cce49&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002376 10.0.0.22 - - [2025-11-06 02:07:35] "GET /virtual-network/6048b460-e9be-4275-a272-5d3b32256686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004527 10.0.0.22 - - [2025-11-06 02:07:37] "DELETE /project/48bbd2b7a3bc4219a14a58a30a5cce49 HTTP/1.1" 404 173 0.004381 10.0.0.22 - - [2025-11-06 02:07:37] "DELETE /project/5ea42998415247339273f19600df75cb HTTP/1.1" 404 173 0.003686 10.0.0.22 - - [2025-11-06 02:07:37] "GET /projects?obj_uuids=5ea42998-4152-4733-9273-f19600df75cb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000785 10.0.0.22 - - [2025-11-06 02:07:37] "GET /project/5ea42998-4152-4733-9273-f19600df75cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.021228 10.0.0.22 - - [2025-11-06 02:07:37] "GET /projects?obj_uuids=5ea42998-4152-4733-9273-f19600df75cb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000832 10.0.0.22 - - [2025-11-06 02:07:37] "GET /project/5ea42998-4152-4733-9273-f19600df75cb?fields=security_groups HTTP/1.1" 200 1366 0.074325 10.0.0.22 - - [2025-11-06 02:07:37] "DELETE /security-group/546c9ff5-b7d3-4c6d-bc94-6d3e8ab2cea8 HTTP/1.1" 200 115 0.047086 10.0.0.22 - - [2025-11-06 02:07:37] "GET /projects?obj_uuids=5ea42998-4152-4733-9273-f19600df75cb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001624 10.0.0.22 - - [2025-11-06 02:07:37] "DELETE /access-control-list/2d1c8293-d2b2-4def-b04f-b2099e880057 HTTP/1.1" 200 115 0.037728 10.0.0.22 - - [2025-11-06 02:07:37] "GET /project/5ea42998-4152-4733-9273-f19600df75cb?fields=application_policy_sets HTTP/1.1" 200 1405 0.037783 10.0.0.22 - - [2025-11-06 02:07:37] "DELETE /access-control-list/d1239c61-2499-45e2-b302-b3a2708b2931 HTTP/1.1" 200 115 0.035069 10.0.0.22 - - [2025-11-06 02:07:37] "DELETE /project/5ea42998-4152-4733-9273-f19600df75cb HTTP/1.1" 200 115 0.331782 10.0.0.22 - - [2025-11-06 02:07:37] "POST /neutron/port HTTP/1.1" 200 1087 0.010083 10.0.0.22 - - [2025-11-06 02:07:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004624 10.0.0.22 - - [2025-11-06 02:07:38] "POST /neutron/port HTTP/1.1" 200 1087 0.010997 10.0.0.22 - - [2025-11-06 02:07:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008281 10.0.0.22 - - [2025-11-06 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.22 - - [2025-11-06 02:07:38] "GET /virtual-network/6048b460-e9be-4275-a272-5d3b32256686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004037 10.0.0.22 - - [2025-11-06 02:07:40] "POST /neutron/port HTTP/1.1" 200 1087 0.009070 10.0.0.22 - - [2025-11-06 02:07:40] "POST /neutron/port HTTP/1.1" 200 1087 0.010882 10.0.0.22 - - [2025-11-06 02:07:40] "POST /neutron/network HTTP/1.1" 200 833 0.004389 10.0.0.22 - - [2025-11-06 02:07:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002958 10.0.0.22 - - [2025-11-06 02:07:40] "POST /neutron/subnet HTTP/1.1" 200 689 0.008564 10.0.0.22 - - [2025-11-06 02:07:40] "POST /neutron/port HTTP/1.1" 200 117 0.001223 10.0.0.22 - - [2025-11-06 02:07:40] "POST /neutron/network HTTP/1.1" 200 823 0.004958 10.0.0.22 - - [2025-11-06 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002452 10.0.0.22 - - [2025-11-06 02:07:41] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002930 10.0.0.22 - - [2025-11-06 02:07:41] "GET /virtual-networks?parent_id=48bbd2b7-a3bc-4219-a14a-58a30a5cce49&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003410 10.0.0.22 - - [2025-11-06 02:07:41] "GET /virtual-network/6048b460-e9be-4275-a272-5d3b32256686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004689 10.0.0.22 - - [2025-11-06 02:07:41] "POST /neutron/port HTTP/1.1" 200 1087 0.008868 10.0.0.22 - - [2025-11-06 02:07:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005413 10.0.0.22 - - [2025-11-06 02:07:41] "POST /neutron/port HTTP/1.1" 200 1087 0.009717 10.0.0.22 - - [2025-11-06 02:07:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005409 10.0.0.22 - - [2025-11-06 02:07:41] "POST /neutron/port HTTP/1.1" 200 1087 0.009771 10.0.0.22 - - [2025-11-06 02:07:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004570 10.0.0.22 - - [2025-11-06 02:07:41] "GET /virtual-machine/ce620a4b-30b5-4b4e-ab29-84ca078c462a HTTP/1.1" 200 1294 0.003614 10.0.0.22 - - [2025-11-06 02:07:41] "GET /virtual-machine-interface/2e0e4651-1443-41b2-9cc9-15d5974aead3 HTTP/1.1" 200 2946 0.003942 10.0.0.22 - - [2025-11-06 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002305 10.0.0.22 - - [2025-11-06 02:07:41] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002672 10.0.0.22 - - [2025-11-06 02:07:41] "GET /virtual-networks?parent_id=48bbd2b7-a3bc-4219-a14a-58a30a5cce49&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002411 10.0.0.22 - - [2025-11-06 02:07:41] "GET /virtual-network/6048b460-e9be-4275-a272-5d3b32256686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004632 10.0.0.22 - - [2025-11-06 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002447 10.0.0.22 - - [2025-11-06 02:07:42] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003105 10.0.0.22 - - [2025-11-06 02:07:42] "GET /virtual-networks?parent_id=48bbd2b7-a3bc-4219-a14a-58a30a5cce49&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002363 10.0.0.22 - - [2025-11-06 02:07:42] "GET /virtual-network/6048b460-e9be-4275-a272-5d3b32256686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004633 10.0.0.22 - - [2025-11-06 02:07:43] "GET /obj-perms HTTP/1.1" 200 5056 0.047073 10.0.0.22 - - [2025-11-06 02:07:43] "POST /neutron/port HTTP/1.1" 200 1087 0.009628 10.0.0.22 - - [2025-11-06 02:07:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004841 10.0.0.22 - - [2025-11-06 02:07:43] "GET /obj-perms HTTP/1.1" 200 5056 0.039062 10.0.0.22 - - [2025-11-06 02:07:53] "POST /neutron/network HTTP/1.1" 200 823 0.005603 10.0.0.22 - - [2025-11-06 02:07:53] "POST /neutron/network HTTP/1.1" 400 204 0.009421 10.0.0.22 - - [2025-11-06 02:07:53] "POST /neutron/port HTTP/1.1" 200 1087 0.011459 10.0.0.22 - - [2025-11-06 02:07:53] "POST /neutron/port HTTP/1.1" 200 1113 0.009252 10.0.0.22 - - [2025-11-06 02:07:53] "POST /neutron/port HTTP/1.1" 200 1087 0.015993 10.0.0.22 - - [2025-11-06 02:07:53] "POST /neutron/port HTTP/1.1" 200 1113 0.006810 10.0.0.22 - - [2025-11-06 02:07:53] "POST /neutron/port HTTP/1.1" 200 151 0.110582 10.0.0.22 - - [2025-11-06 02:07:53] "POST /neutron/port HTTP/1.1" 200 151 0.097693 10.0.0.22 - - [2025-11-06 02:07:55] "POST /neutron/network HTTP/1.1" 200 823 0.005094 10.0.0.22 - - [2025-11-06 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.22 - - [2025-11-06 02:07:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001739 10.0.0.22 - - [2025-11-06 02:07:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002143 10.0.0.22 - - [2025-11-06 02:07:55] "POST /neutron/network HTTP/1.1" 200 151 0.065583 10.0.0.22 - - [2025-11-06 02:07:55] "DELETE /route-target/35dc29f0-3cf6-4df5-91fa-b48f9c4603a2 HTTP/1.1" 200 115 0.014565 10.0.0.22 - - [2025-11-06 02:07:55] "GET /projects?obj_uuids=48bbd2b7-a3bc-4219-a14a-58a30a5cce49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000962 10.0.0.22 - - [2025-11-06 02:07:55] "GET /project/48bbd2b7-a3bc-4219-a14a-58a30a5cce49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.026502 10.0.0.22 - - [2025-11-06 02:07:55] "GET /projects?obj_uuids=48bbd2b7-a3bc-4219-a14a-58a30a5cce49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001201 10.0.0.22 - - [2025-11-06 02:07:55] "GET /project/48bbd2b7-a3bc-4219-a14a-58a30a5cce49?fields=virtual_networks HTTP/1.1" 200 1034 0.062462 10.0.0.22 - - [2025-11-06 02:07:55] "GET /projects?obj_uuids=48bbd2b7-a3bc-4219-a14a-58a30a5cce49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000879 10.0.0.22 - - [2025-11-06 02:07:55] "GET /project/48bbd2b7-a3bc-4219-a14a-58a30a5cce49?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.021555 10.0.0.22 - - [2025-11-06 02:07:55] "GET /projects?obj_uuids=48bbd2b7-a3bc-4219-a14a-58a30a5cce49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000894 10.0.0.22 - - [2025-11-06 02:07:55] "GET /project/48bbd2b7-a3bc-4219-a14a-58a30a5cce49?fields=security_groups HTTP/1.1" 200 1261 0.020059 10.0.0.22 - - [2025-11-06 02:07:56] "POST /fqname-to-id HTTP/1.1" 404 188 0.021336 10.0.0.22 - - [2025-11-06 02:07:56] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001876 10.0.0.22 - - [2025-11-06 02:07:56] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000839 10.0.0.22 - - [2025-11-06 02:07:56] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005717 10.0.0.22 - - [2025-11-06 02:07:56] "POST /id-to-fqname HTTP/1.1" 200 190 0.001205 10.0.0.22 - - [2025-11-06 02:07:56] "POST /fqname-to-id HTTP/1.1" 404 199 0.003068 10.0.0.22 - - [2025-11-06 02:07:56] "POST /security-groups HTTP/1.1" 200 591 0.056816 10.0.0.22 - - [2025-11-06 02:07:56] "POST /fqname-to-id HTTP/1.1" 404 234 0.002112 10.0.0.22 - - [2025-11-06 02:07:56] "POST /projects HTTP/1.1" 200 585 0.195102 10.0.0.22 - - [2025-11-06 02:07:56] "POST /access-control-lists HTTP/1.1" 200 596 0.057128 10.0.0.22 - - [2025-11-06 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.258397 10.0.0.22 - - [2025-11-06 02:07:56] "POST /fqname-to-id HTTP/1.1" 404 233 0.002740 10.0.0.22 - - [2025-11-06 02:07:56] "GET /project/881f20a1-ed0d-483b-bec5-388ddac6cdf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.365575 10.0.0.22 - - [2025-11-06 02:07:56] "POST /access-control-lists HTTP/1.1" 200 594 0.056813 10.0.0.22 - - [2025-11-06 02:07:57] "GET / HTTP/1.1" 200 35931 0.001757 10.0.0.22 - - [2025-11-06 02:07:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000482 10.0.0.22 - - [2025-11-06 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.048701 10.0.0.22 - - [2025-11-06 02:07:58] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000815 10.0.0.22 - - [2025-11-06 02:07:58] "GET /project/881f20a1-ed0d-483b-bec5-388ddac6cdf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.020997 10.0.0.22 - - [2025-11-06 02:07:58] "POST /neutron/network HTTP/1.1" 200 117 0.025413 10.0.0.22 - - [2025-11-06 02:07:59] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001107 10.0.0.22 - - [2025-11-06 02:07:59] "POST /neutron/network HTTP/1.1" 200 625 0.048409 10.0.0.22 - - [2025-11-06 02:07:59] "POST /route-targets HTTP/1.1" 200 327 0.008692 10.0.0.22 - - [2025-11-06 02:07:59] "POST /ref-update HTTP/1.1" 200 156 0.009319 10.0.0.22 - - [2025-11-06 02:07:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001706 10.0.0.22 - - [2025-11-06 02:07:59] "POST /neutron/subnet HTTP/1.1" 200 701 0.147195 10.0.0.22 - - [2025-11-06 02:07:59] "POST /neutron/network HTTP/1.1" 200 839 0.003824 10.0.0.22 - - [2025-11-06 02:07:59] "POST /id-to-fqname HTTP/1.1" 200 230 0.000909 10.0.0.22 - - [2025-11-06 02:07:59] "GET /virtual-network/9bec0e26-0060-4eaa-bf36-855aa39999bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.003844 10.0.0.22 - - [2025-11-06 02:07:59] "POST /neutron/network HTTP/1.1" 200 839 0.005277 10.0.0.22 - - [2025-11-06 02:07:59] "GET /virtual-network/9bec0e26-0060-4eaa-bf36-855aa39999bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004225 10.0.0.22 - - [2025-11-06 02:07:59] "POST /neutron/network HTTP/1.1" 200 839 0.005237 10.0.0.22 - - [2025-11-06 02:07:59] "POST /neutron/subnet HTTP/1.1" 200 701 0.005259 10.0.0.22 - - [2025-11-06 02:07:59] "POST /neutron/network HTTP/1.1" 200 839 0.004323 10.0.0.22 - - [2025-11-06 02:07:59] "POST /id-to-fqname HTTP/1.1" 200 230 0.000914 10.0.0.22 - - [2025-11-06 02:07:59] "POST /neutron/network HTTP/1.1" 200 849 0.004460 10.0.0.22 - - [2025-11-06 02:07:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000337 10.0.0.22 - - [2025-11-06 02:07:59] "GET / HTTP/1.1" 200 35931 0.001584 10.0.0.22 - - [2025-11-06 02:07:59] "GET /project/881f20a1-ed0d-483b-bec5-388ddac6cdf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000314 10.0.0.22 - - [2025-11-06 02:08:00] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000984 10.0.0.22 - - [2025-11-06 02:08:00] "GET /project/881f20a1-ed0d-483b-bec5-388ddac6cdf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.039652 10.0.0.22 - - [2025-11-06 02:08:00] "POST /neutron/network HTTP/1.1" 200 839 0.004797 10.0.0.22 - - [2025-11-06 02:08:00] "POST /neutron/port HTTP/1.1" 200 117 0.003933 10.0.0.22 - - [2025-11-06 02:08:00] "POST /neutron/port HTTP/1.1" 200 117 0.004305 10.0.0.22 - - [2025-11-06 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002022 10.0.0.22 - - [2025-11-06 02:08:00] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002394 10.0.0.22 - - [2025-11-06 02:08:00] "PUT /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50 HTTP/1.1" 200 276 0.007674 10.0.0.22 - - [2025-11-06 02:08:00] "POST /neutron/port HTTP/1.1" 200 117 0.004430 10.0.0.22 - - [2025-11-06 02:08:00] "POST /neutron/network HTTP/1.1" 200 849 0.004885 10.0.0.22 - - [2025-11-06 02:08:00] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000974 10.0.0.22 - - [2025-11-06 02:08:00] "POST /neutron/port HTTP/1.1" 200 1055 0.161201 10.0.0.22 - - [2025-11-06 02:08:00] "POST /neutron/port HTTP/1.1" 200 1055 0.006869 10.0.0.22 - - [2025-11-06 02:08:00] "POST /neutron/port HTTP/1.1" 200 1055 0.006521 10.0.0.22 - - [2025-11-06 02:08:00] "POST /neutron/port HTTP/1.1" 200 1109 0.043607 10.0.0.22 - - [2025-11-06 02:08:01] "POST /neutron/port HTTP/1.1" 200 1083 0.008445 10.0.0.22 - - [2025-11-06 02:08:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002706 10.0.0.22 - - [2025-11-06 02:08:01] "POST /neutron/subnet HTTP/1.1" 200 675 0.005813 10.0.0.22 - - [2025-11-06 02:08:01] "POST /neutron/port HTTP/1.1" 200 117 0.000981 10.0.0.22 - - [2025-11-06 02:08:01] "POST /neutron/network HTTP/1.1" 200 839 0.004130 10.0.0.22 - - [2025-11-06 02:08:05] "POST /neutron/port HTTP/1.1" 200 1083 0.013353 10.0.0.22 - - [2025-11-06 02:08:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004878 10.0.0.22 - - [2025-11-06 02:08:05] "POST /neutron/port HTTP/1.1" 200 1083 0.011992 10.0.0.22 - - [2025-11-06 02:08:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005055 10.0.0.22 - - [2025-11-06 02:08:05] "POST /neutron/port HTTP/1.1" 200 1083 0.010876 10.0.0.22 - - [2025-11-06 02:08:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005737 10.0.0.22 - - [2025-11-06 02:08:05] "GET /virtual-machine/e732d54a-a21b-48de-8333-2814d0ee62bd HTTP/1.1" 401 292 0.000428 10.0.0.22 - - [2025-11-06 02:08:06] "GET /virtual-machine/e732d54a-a21b-48de-8333-2814d0ee62bd HTTP/1.1" 200 1292 0.025577 10.0.0.22 - - [2025-11-06 02:08:06] "GET /virtual-machine-interface/50723978-c1ef-4a31-969f-76d8d79c82ba HTTP/1.1" 200 2971 0.004065 10.0.0.22 - - [2025-11-06 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002394 10.0.0.22 - - [2025-11-06 02:08:06] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.002559 10.0.0.22 - - [2025-11-06 02:08:06] "GET /virtual-networks?parent_id=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002433 10.0.0.22 - - [2025-11-06 02:08:06] "GET /virtual-network/9bec0e26-0060-4eaa-bf36-855aa39999bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004544 10.0.0.22 - - [2025-11-06 02:08:09] "POST /neutron/port HTTP/1.1" 200 1083 0.009933 10.0.0.22 - - [2025-11-06 02:08:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004519 10.0.0.22 - - [2025-11-06 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.22 - - [2025-11-06 02:08:09] "GET /virtual-network/9bec0e26-0060-4eaa-bf36-855aa39999bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004539 10.0.0.22 - - [2025-11-06 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002453 10.0.0.22 - - [2025-11-06 02:08:11] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.002397 10.0.0.22 - - [2025-11-06 02:08:11] "GET /virtual-networks?parent_id=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002327 10.0.0.22 - - [2025-11-06 02:08:11] "GET /virtual-network/9bec0e26-0060-4eaa-bf36-855aa39999bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004343 10.0.0.22 - - [2025-11-06 02:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.22 - - [2025-11-06 02:08:13] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003342 10.0.0.22 - - [2025-11-06 02:08:13] "PUT /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50 HTTP/1.1" 200 276 0.007337 10.0.0.22 - - [2025-11-06 02:08:13] "POST /neutron/network HTTP/1.1" 200 839 0.004488 10.0.0.22 - - [2025-11-06 02:08:13] "POST /neutron/network HTTP/1.1" 400 204 0.011269 10.0.0.22 - - [2025-11-06 02:08:14] "POST /neutron/port HTTP/1.1" 200 1083 0.009029 10.0.0.22 - - [2025-11-06 02:08:14] "POST /neutron/port HTTP/1.1" 200 1109 0.006562 10.0.0.22 - - [2025-11-06 02:08:14] "POST /neutron/port HTTP/1.1" 200 151 0.070868 10.0.0.22 - - [2025-11-06 02:08:15] "POST /neutron/network HTTP/1.1" 200 839 0.005393 10.0.0.22 - - [2025-11-06 02:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002180 10.0.0.22 - - [2025-11-06 02:08:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002225 10.0.0.22 - - [2025-11-06 02:08:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001438 10.0.0.22 - - [2025-11-06 02:08:15] "POST /neutron/network HTTP/1.1" 200 151 0.063643 10.0.0.22 - - [2025-11-06 02:08:15] "DELETE /route-target/03c32b2d-1343-4291-bfb6-1b6b02d11078 HTTP/1.1" 200 115 0.014148 10.0.0.22 - - [2025-11-06 02:08:16] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002358 10.0.0.22 - - [2025-11-06 02:08:16] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50 HTTP/1.1" 200 1880 0.002565 10.0.0.22 - - [2025-11-06 02:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001811 10.0.0.22 - - [2025-11-06 02:08:16] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000818 10.0.0.22 - - [2025-11-06 02:08:16] "GET /project/881f20a1-ed0d-483b-bec5-388ddac6cdf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.023947 10.0.0.22 - - [2025-11-06 02:08:16] "POST /neutron/network HTTP/1.1" 200 117 0.007349 10.0.0.22 - - [2025-11-06 02:08:16] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000810 10.0.0.22 - - [2025-11-06 02:08:16] "POST /neutron/network HTTP/1.1" 200 605 0.047031 10.0.0.22 - - [2025-11-06 02:08:16] "POST /route-targets HTTP/1.1" 200 327 0.010113 10.0.0.22 - - [2025-11-06 02:08:16] "POST /ref-update HTTP/1.1" 200 156 0.010122 10.0.0.22 - - [2025-11-06 02:08:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002901 10.0.0.22 - - [2025-11-06 02:08:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.159320 10.0.0.22 - - [2025-11-06 02:08:16] "POST /neutron/network HTTP/1.1" 200 823 0.004090 10.0.0.22 - - [2025-11-06 02:08:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.000941 10.0.0.22 - - [2025-11-06 02:08:16] "GET /virtual-network/3e066a28-6be7-4208-8217-1baa4c6d88ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.003576 10.0.0.22 - - [2025-11-06 02:08:16] "POST /neutron/network HTTP/1.1" 200 823 0.004346 10.0.0.22 - - [2025-11-06 02:08:16] "GET /virtual-network/3e066a28-6be7-4208-8217-1baa4c6d88ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004648 10.0.0.22 - - [2025-11-06 02:08:16] "POST /neutron/network HTTP/1.1" 200 823 0.005662 10.0.0.22 - - [2025-11-06 02:08:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.004826 10.0.0.22 - - [2025-11-06 02:08:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.000961 10.0.0.22 - - [2025-11-06 02:08:17] "POST /neutron/network HTTP/1.1" 200 833 0.004591 10.0.0.22 - - [2025-11-06 02:08:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000374 10.0.0.22 - - [2025-11-06 02:08:17] "GET / HTTP/1.1" 200 35931 0.001556 10.0.0.22 - - [2025-11-06 02:08:17] "GET /project/881f20a1-ed0d-483b-bec5-388ddac6cdf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000326 10.0.0.22 - - [2025-11-06 02:08:17] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000935 10.0.0.22 - - [2025-11-06 02:08:17] "GET /project/881f20a1-ed0d-483b-bec5-388ddac6cdf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.047287 10.0.0.22 - - [2025-11-06 02:08:17] "POST /neutron/network HTTP/1.1" 200 823 0.004772 10.0.0.22 - - [2025-11-06 02:08:17] "POST /neutron/port HTTP/1.1" 200 117 0.007096 10.0.0.22 - - [2025-11-06 02:08:17] "POST /neutron/port HTTP/1.1" 200 117 0.004132 10.0.0.22 - - [2025-11-06 02:08:17] "POST /neutron/port HTTP/1.1" 200 117 0.004476 10.0.0.22 - - [2025-11-06 02:08:18] "POST /neutron/network HTTP/1.1" 200 833 0.004667 10.0.0.22 - - [2025-11-06 02:08:18] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000864 10.0.0.22 - - [2025-11-06 02:08:18] "POST /neutron/port HTTP/1.1" 200 1059 0.168987 10.0.0.22 - - [2025-11-06 02:08:18] "POST /neutron/port HTTP/1.1" 200 1059 0.007092 10.0.0.22 - - [2025-11-06 02:08:18] "POST /neutron/port HTTP/1.1" 200 1059 0.006658 10.0.0.22 - - [2025-11-06 02:08:18] "POST /neutron/port HTTP/1.1" 200 1113 0.046802 10.0.0.22 - - [2025-11-06 02:08:18] "POST /neutron/port HTTP/1.1" 200 1087 0.008523 10.0.0.22 - - [2025-11-06 02:08:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002899 10.0.0.22 - - [2025-11-06 02:08:18] "POST /neutron/subnet HTTP/1.1" 200 694 0.006586 10.0.0.22 - - [2025-11-06 02:08:18] "POST /neutron/port HTTP/1.1" 200 117 0.000978 10.0.0.22 - - [2025-11-06 02:08:18] "POST /neutron/network HTTP/1.1" 200 823 0.004819 10.0.0.22 - - [2025-11-06 02:08:23] "POST /neutron/port HTTP/1.1" 200 1087 0.009735 10.0.0.22 - - [2025-11-06 02:08:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004169 10.0.0.22 - - [2025-11-06 02:08:23] "POST /neutron/port HTTP/1.1" 200 1087 0.011988 10.0.0.22 - - [2025-11-06 02:08:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005016 10.0.0.22 - - [2025-11-06 02:08:23] "POST /neutron/port HTTP/1.1" 200 1087 0.009022 10.0.0.22 - - [2025-11-06 02:08:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005392 10.0.0.22 - - [2025-11-06 02:08:23] "GET /virtual-machine/76f180fe-775c-4228-b38e-8f852899e179 HTTP/1.1" 200 1292 0.003727 10.0.0.22 - - [2025-11-06 02:08:23] "GET /virtual-machine-interface/98488ccf-b356-4eb0-8514-02986690cd52 HTTP/1.1" 200 2941 0.003957 10.0.0.22 - - [2025-11-06 02:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002398 10.0.0.22 - - [2025-11-06 02:08:23] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002388 10.0.0.22 - - [2025-11-06 02:08:23] "GET /virtual-networks?parent_id=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002370 10.0.0.22 - - [2025-11-06 02:08:23] "GET /virtual-network/3e066a28-6be7-4208-8217-1baa4c6d88ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004643 10.0.0.22 - - [2025-11-06 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002545 10.0.0.22 - - [2025-11-06 02:08:26] "GET /virtual-network/3e066a28-6be7-4208-8217-1baa4c6d88ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006493 10.0.0.22 - - [2025-11-06 02:08:26] "POST /neutron/port HTTP/1.1" 200 1087 0.010271 10.0.0.22 - - [2025-11-06 02:08:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.003880 10.0.0.22 - - [2025-11-06 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002434 10.0.0.22 - - [2025-11-06 02:08:28] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002538 10.0.0.22 - - [2025-11-06 02:08:28] "GET /virtual-networks?parent_id=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002429 10.0.0.22 - - [2025-11-06 02:08:28] "GET /virtual-network/3e066a28-6be7-4208-8217-1baa4c6d88ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004506 10.0.0.22 - - [2025-11-06 02:08:30] "POST /neutron/network HTTP/1.1" 200 823 0.005162 10.0.0.22 - - [2025-11-06 02:08:30] "POST /neutron/network HTTP/1.1" 400 204 0.008149 10.0.0.22 - - [2025-11-06 02:08:30] "POST /neutron/port HTTP/1.1" 200 1087 0.009673 10.0.0.22 - - [2025-11-06 02:08:31] "POST /neutron/port HTTP/1.1" 200 1113 0.007582 10.0.0.22 - - [2025-11-06 02:08:31] "POST /neutron/port HTTP/1.1" 200 151 0.076751 10.0.0.22 - - [2025-11-06 02:08:32] "POST /neutron/network HTTP/1.1" 200 823 0.005545 10.0.0.22 - - [2025-11-06 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.22 - - [2025-11-06 02:08:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003049 10.0.0.22 - - [2025-11-06 02:08:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001976 10.0.0.22 - - [2025-11-06 02:08:32] "POST /neutron/network HTTP/1.1" 200 151 0.071732 10.0.0.22 - - [2025-11-06 02:08:32] "DELETE /route-target/0702b972-2bdc-473f-94e8-6870f620b760 HTTP/1.1" 200 115 0.016148 10.0.0.22 - - [2025-11-06 02:08:33] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002388 10.0.0.22 - - [2025-11-06 02:08:33] "POST /network-ipams HTTP/1.1" 200 541 0.013530 10.0.0.22 - - [2025-11-06 02:08:33] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.002143 10.0.0.22 - - [2025-11-06 02:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.22 - - [2025-11-06 02:08:33] "GET /network-ipam/a2351b71-ed45-4a17-b886-5920dbb15caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.003774 10.0.0.22 - - [2025-11-06 02:08:33] "PUT /network-ipam/a2351b71-ed45-4a17-b886-5920dbb15caa HTTP/1.1" 200 258 0.007531 10.0.0.22 - - [2025-11-06 02:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002309 10.0.0.22 - - [2025-11-06 02:08:33] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000869 10.0.0.22 - - [2025-11-06 02:08:33] "GET /project/881f20a1-ed0d-483b-bec5-388ddac6cdf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.021361 10.0.0.22 - - [2025-11-06 02:08:33] "POST /neutron/network HTTP/1.1" 200 117 0.006991 10.0.0.22 - - [2025-11-06 02:08:33] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001125 10.0.0.22 - - [2025-11-06 02:08:33] "POST /neutron/network HTTP/1.1" 200 605 0.055176 10.0.0.22 - - [2025-11-06 02:08:33] "POST /route-targets HTTP/1.1" 200 327 0.008514 10.0.0.22 - - [2025-11-06 02:08:33] "POST /ref-update HTTP/1.1" 200 156 0.013199 10.0.0.22 - - [2025-11-06 02:08:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002192 10.0.0.22 - - [2025-11-06 02:08:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.126171 10.0.0.22 - - [2025-11-06 02:08:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002968 10.0.0.22 - - [2025-11-06 02:08:34] "POST /neutron/subnet HTTP/1.1" 200 699 0.231381 10.0.0.22 - - [2025-11-06 02:08:34] "POST /neutron/network HTTP/1.1" 200 994 0.004837 10.0.0.22 - - [2025-11-06 02:08:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.000880 10.0.0.22 - - [2025-11-06 02:08:34] "GET /virtual-network/ee5e06ba-d6e7-4a63-a170-ae38416ee263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.003689 10.0.0.22 - - [2025-11-06 02:08:34] "POST /neutron/network HTTP/1.1" 200 994 0.005300 10.0.0.22 - - [2025-11-06 02:08:34] "GET /virtual-network/ee5e06ba-d6e7-4a63-a170-ae38416ee263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.003769 10.0.0.22 - - [2025-11-06 02:08:34] "POST /neutron/network HTTP/1.1" 200 994 0.006375 10.0.0.22 - - [2025-11-06 02:08:34] "POST /neutron/subnet HTTP/1.1" 200 699 0.005461 10.0.0.22 - - [2025-11-06 02:08:34] "POST /neutron/subnet HTTP/1.1" 200 699 0.005716 10.0.0.22 - - [2025-11-06 02:08:34] "POST /neutron/network HTTP/1.1" 200 994 0.006620 10.0.0.22 - - [2025-11-06 02:08:34] "POST /neutron/subnet HTTP/1.1" 200 699 0.006388 10.0.0.22 - - [2025-11-06 02:08:34] "POST /neutron/subnet HTTP/1.1" 200 699 0.005008 10.0.0.22 - - [2025-11-06 02:08:34] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000837 10.0.0.22 - - [2025-11-06 02:08:34] "POST /neutron/port HTTP/1.1" 200 1017 0.141010 10.0.0.22 - - [2025-11-06 02:08:34] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000875 10.0.0.22 - - [2025-11-06 02:08:34] "POST /neutron/port HTTP/1.1" 200 1017 0.147858 10.0.0.22 - - [2025-11-06 02:08:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.000973 10.0.0.22 - - [2025-11-06 02:08:34] "POST /neutron/port HTTP/1.1" 200 1017 0.006451 10.0.0.22 - - [2025-11-06 02:08:34] "POST /neutron/port HTTP/1.1" 200 1017 0.005526 10.0.0.22 - - [2025-11-06 02:08:34] "POST /neutron/network HTTP/1.1" 200 994 0.004815 10.0.0.22 - - [2025-11-06 02:08:34] "POST /neutron/port HTTP/1.1" 200 1017 0.005745 10.0.0.22 - - [2025-11-06 02:08:34] "POST /neutron/port HTTP/1.1" 200 117 0.010137 10.0.0.22 - - [2025-11-06 02:08:34] "POST /neutron/port HTTP/1.1" 200 1017 0.005474 10.0.0.22 - - [2025-11-06 02:08:34] "POST /neutron/port HTTP/1.1" 200 117 0.003909 10.0.0.22 - - [2025-11-06 02:08:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001128 10.0.0.22 - - [2025-11-06 02:08:34] "POST /neutron/port HTTP/1.1" 200 117 0.004086 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/port HTTP/1.1" 200 1017 0.006356 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/port HTTP/1.1" 200 1017 0.008473 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/network HTTP/1.1" 200 994 0.006128 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/port HTTP/1.1" 200 1017 0.006162 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/port HTTP/1.1" 200 1017 0.006236 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/port HTTP/1.1" 200 117 0.007336 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/port HTTP/1.1" 200 117 0.005839 10.0.0.22 - - [2025-11-06 02:08:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001068 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/port HTTP/1.1" 200 1017 0.005826 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/network HTTP/1.1" 200 1004 0.006434 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/port HTTP/1.1" 200 1017 0.007018 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/port HTTP/1.1" 200 1017 0.008116 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/port HTTP/1.1" 200 117 0.009091 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/port HTTP/1.1" 200 1109 0.061025 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/network HTTP/1.1" 200 1004 0.004986 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/port HTTP/1.1" 200 1083 0.012883 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002865 10.0.0.22 - - [2025-11-06 02:08:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000380 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/subnet HTTP/1.1" 200 673 0.008400 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/port HTTP/1.1" 200 117 0.001024 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/network HTTP/1.1" 200 994 0.007651 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/port HTTP/1.1" 200 1017 0.008756 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/network HTTP/1.1" 200 1004 0.005642 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/port HTTP/1.1" 200 1017 0.006424 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/port HTTP/1.1" 200 1017 0.005210 10.0.0.22 - - [2025-11-06 02:08:35] "GET / HTTP/1.1" 200 35931 0.002522 10.0.0.22 - - [2025-11-06 02:08:35] "GET /project/881f20a1-ed0d-483b-bec5-388ddac6cdf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001353 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/port HTTP/1.1" 200 1109 0.077721 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/port HTTP/1.1" 200 1083 0.009339 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002770 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/subnet HTTP/1.1" 200 673 0.007689 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.22 - - [2025-11-06 02:08:35] "POST /neutron/network HTTP/1.1" 200 994 0.006090 10.0.0.22 - - [2025-11-06 02:08:36] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000917 10.0.0.22 - - [2025-11-06 02:08:36] "GET /project/881f20a1-ed0d-483b-bec5-388ddac6cdf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.056513 10.0.0.22 - - [2025-11-06 02:08:36] "POST /neutron/network HTTP/1.1" 200 994 0.005598 10.0.0.22 - - [2025-11-06 02:08:36] "POST /neutron/port HTTP/1.1" 200 2050 0.015387 10.0.0.22 - - [2025-11-06 02:08:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009030 10.0.0.22 - - [2025-11-06 02:08:36] "POST /neutron/port HTTP/1.1" 200 117 0.012564 10.0.0.22 - - [2025-11-06 02:08:36] "GET /domains HTTP/1.1" 200 280 0.002029 10.0.0.22 - - [2025-11-06 02:08:36] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000803 10.0.0.22 - - [2025-11-06 02:08:36] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2760 0.007016 10.0.0.22 - - [2025-11-06 02:08:36] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001032 10.0.0.22 - - [2025-11-06 02:08:36] "GET /project/881f20a1-ed0d-483b-bec5-388ddac6cdf4 HTTP/1.1" 200 2842 0.072278 10.0.0.22 - - [2025-11-06 02:08:36] "GET /network-ipam/a2351b71-ed45-4a17-b886-5920dbb15caa HTTP/1.1" 200 2647 0.008537 10.0.0.22 - - [2025-11-06 02:08:36] "GET /domains HTTP/1.1" 200 280 0.004414 10.0.0.22 - - [2025-11-06 02:08:36] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000795 10.0.0.22 - - [2025-11-06 02:08:36] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2760 0.005545 10.0.0.22 - - [2025-11-06 02:08:36] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001459 10.0.0.22 - - [2025-11-06 02:08:36] "GET /project/881f20a1-ed0d-483b-bec5-388ddac6cdf4 HTTP/1.1" 200 2842 0.074976 10.0.0.22 - - [2025-11-06 02:08:36] "GET /virtual-network/ee5e06ba-d6e7-4a63-a170-ae38416ee263 HTTP/1.1" 200 3781 0.008012 10.0.0.22 - - [2025-11-06 02:08:36] "GET /virtual-network/ee5e06ba-d6e7-4a63-a170-ae38416ee263 HTTP/1.1" 200 3781 0.005982 10.0.0.22 - - [2025-11-06 02:08:36] "GET /routing-instance/494df4bb-168a-43bb-9c61-091471b7f734 HTTP/1.1" 200 2380 0.004743 10.0.0.22 - - [2025-11-06 02:08:36] "GET /routing-instance/494df4bb-168a-43bb-9c61-091471b7f734 HTTP/1.1" 200 2380 0.004577 10.0.0.22 - - [2025-11-06 02:08:36] "GET /route-target/9a1382a4-c0ce-48da-b6fc-e20246561e8e HTTP/1.1" 200 1205 0.007413 10.0.0.22 - - [2025-11-06 02:08:36] "GET /virtual-network/ee5e06ba-d6e7-4a63-a170-ae38416ee263 HTTP/1.1" 200 3781 0.004423 10.0.0.22 - - [2025-11-06 02:08:36] "GET /routing-instance/494df4bb-168a-43bb-9c61-091471b7f734 HTTP/1.1" 200 2380 0.003760 10.0.0.22 - - [2025-11-06 02:08:36] "GET /virtual-network/ee5e06ba-d6e7-4a63-a170-ae38416ee263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004201 10.0.0.22 - - [2025-11-06 02:08:36] "GET /virtual-network/ee5e06ba-d6e7-4a63-a170-ae38416ee263 HTTP/1.1" 200 3781 0.004093 10.0.0.22 - - [2025-11-06 02:08:36] "GET /routing-instance/494df4bb-168a-43bb-9c61-091471b7f734 HTTP/1.1" 200 2380 0.005860 10.0.0.22 - - [2025-11-06 02:08:36] "GET /routing-instance/494df4bb-168a-43bb-9c61-091471b7f734 HTTP/1.1" 200 2380 0.004077 10.0.0.22 - - [2025-11-06 02:08:36] "GET /route-target/9a1382a4-c0ce-48da-b6fc-e20246561e8e HTTP/1.1" 200 1205 0.003094 10.0.0.22 - - [2025-11-06 02:08:36] "GET /domains HTTP/1.1" 200 280 0.002556 10.0.0.22 - - [2025-11-06 02:08:36] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001370 10.0.0.22 - - [2025-11-06 02:08:36] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2760 0.008935 10.0.0.22 - - [2025-11-06 02:08:36] "POST /neutron/network HTTP/1.1" 200 1004 0.005634 10.0.0.22 - - [2025-11-06 02:08:36] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000800 10.0.0.22 - - [2025-11-06 02:08:36] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000816 10.0.0.22 - - [2025-11-06 02:08:36] "GET /project/881f20a1-ed0d-483b-bec5-388ddac6cdf4 HTTP/1.1" 200 2842 0.090472 10.0.0.22 - - [2025-11-06 02:08:36] "GET /virtual-network/ee5e06ba-d6e7-4a63-a170-ae38416ee263 HTTP/1.1" 200 3781 0.013425 10.0.0.22 - - [2025-11-06 02:08:37] "POST /neutron/port HTTP/1.1" 200 1055 0.304998 10.0.0.22 - - [2025-11-06 02:08:37] "POST /neutron/port HTTP/1.1" 200 1055 0.006954 10.0.0.22 - - [2025-11-06 02:08:37] "POST /neutron/port HTTP/1.1" 200 1055 0.012205 10.0.0.22 - - [2025-11-06 02:08:37] "POST /neutron/port HTTP/1.1" 200 1109 0.088125 10.0.0.22 - - [2025-11-06 02:08:37] "POST /neutron/port HTTP/1.1" 200 1083 0.015414 10.0.0.22 - - [2025-11-06 02:08:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002637 10.0.0.22 - - [2025-11-06 02:08:37] "POST /neutron/subnet HTTP/1.1" 200 673 0.007594 10.0.0.22 - - [2025-11-06 02:08:37] "POST /neutron/port HTTP/1.1" 200 117 0.000983 10.0.0.22 - - [2025-11-06 02:08:37] "GET /obj-perms HTTP/1.1" 200 5030 0.070719 10.0.0.22 - - [2025-11-06 02:08:37] "POST /neutron/network HTTP/1.1" 200 994 0.005488 10.0.0.22 - - [2025-11-06 02:08:37] "POST /neutron/port HTTP/1.1" 200 1083 0.011467 10.0.0.22 - - [2025-11-06 02:08:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011685 10.0.0.22 - - [2025-11-06 02:08:37] "POST /neutron/port HTTP/1.1" 200 1083 0.008622 10.0.0.22 - - [2025-11-06 02:08:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006776 10.0.0.22 - - [2025-11-06 02:08:37] "POST /neutron/port HTTP/1.1" 200 1083 0.013434 10.0.0.22 - - [2025-11-06 02:08:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006617 10.0.0.22 - - [2025-11-06 02:08:37] "GET /virtual-machine/741b6f8b-1b6b-4c9b-b4f4-bf9d89e528a7 HTTP/1.1" 200 1288 0.003717 10.0.0.22 - - [2025-11-06 02:08:37] "GET /virtual-machine-interface/389972db-9bac-496a-a4c7-82112df79a0d HTTP/1.1" 200 2941 0.004468 10.0.0.22 - - [2025-11-06 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.22 - - [2025-11-06 02:08:37] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003656 10.0.0.22 - - [2025-11-06 02:08:37] "GET /virtual-networks?parent_id=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002532 10.0.0.22 - - [2025-11-06 02:08:37] "GET /virtual-network/ee5e06ba-d6e7-4a63-a170-ae38416ee263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004467 10.0.0.22 - - [2025-11-06 02:08:37] "DELETE /project/881f20a1ed0d483bbec5388ddac6cdf4 HTTP/1.1" 404 173 0.005209 10.0.0.22 - - [2025-11-06 02:08:37] "GET /projects?obj_uuids=48bbd2b7-a3bc-4219-a14a-58a30a5cce49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001217 10.0.0.22 - - [2025-11-06 02:08:37] "GET /project/48bbd2b7-a3bc-4219-a14a-58a30a5cce49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.042158 10.0.0.22 - - [2025-11-06 02:08:37] "GET /projects?obj_uuids=48bbd2b7-a3bc-4219-a14a-58a30a5cce49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001586 10.0.0.22 - - [2025-11-06 02:08:37] "GET /project/48bbd2b7-a3bc-4219-a14a-58a30a5cce49?fields=security_groups HTTP/1.1" 200 1366 0.036933 10.0.0.22 - - [2025-11-06 02:08:38] "DELETE /access-control-list/c1668623-4ef5-4eba-b6c7-9dd54594c454 HTTP/1.1" 200 115 0.034177 10.0.0.22 - - [2025-11-06 02:08:38] "DELETE /security-group/d6ebc420-f6cd-40d9-9ea0-6181502f9453 HTTP/1.1" 200 115 0.069420 10.0.0.22 - - [2025-11-06 02:08:38] "GET /projects?obj_uuids=48bbd2b7-a3bc-4219-a14a-58a30a5cce49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000807 10.0.0.22 - - [2025-11-06 02:08:38] "GET /project/48bbd2b7-a3bc-4219-a14a-58a30a5cce49?fields=application_policy_sets HTTP/1.1" 200 1405 0.033442 10.0.0.22 - - [2025-11-06 02:08:38] "DELETE /access-control-list/cdf355b1-7871-4539-b6a9-0cd2dd13fab9 HTTP/1.1" 200 115 0.041621 10.0.0.22 - - [2025-11-06 02:08:38] "DELETE /project/48bbd2b7-a3bc-4219-a14a-58a30a5cce49 HTTP/1.1" 200 115 0.352065 10.0.0.22 - - [2025-11-06 02:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002557 10.0.0.22 - - [2025-11-06 02:08:40] "GET /virtual-network/ee5e06ba-d6e7-4a63-a170-ae38416ee263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004196 10.0.0.22 - - [2025-11-06 02:08:43] "GET /obj-perms HTTP/1.1" 200 5056 0.040595 10.0.0.22 - - [2025-11-06 02:08:44] "GET /obj-perms HTTP/1.1" 200 5056 0.041511 10.0.0.22 - - [2025-11-06 02:08:44] "POST /neutron/port HTTP/1.1" 200 1083 0.008548 10.0.0.22 - - [2025-11-06 02:08:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004467 10.0.0.22 - - [2025-11-06 02:08:44] "POST /neutron/port HTTP/1.1" 200 1083 0.009322 10.0.0.22 - - [2025-11-06 02:08:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004190 10.0.0.22 - - [2025-11-06 02:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002403 10.0.0.22 - - [2025-11-06 02:08:45] "GET /virtual-network/ee5e06ba-d6e7-4a63-a170-ae38416ee263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004245 10.0.0.22 - - [2025-11-06 02:08:45] "POST /neutron/port HTTP/1.1" 200 1083 0.012050 10.0.0.22 - - [2025-11-06 02:08:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005129 10.0.0.22 - - [2025-11-06 02:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.22 - - [2025-11-06 02:08:47] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002699 10.0.0.22 - - [2025-11-06 02:08:47] "GET /virtual-networks?parent_id=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003067 10.0.0.22 - - [2025-11-06 02:08:47] "GET /virtual-network/ee5e06ba-d6e7-4a63-a170-ae38416ee263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004792 10.0.0.22 - - [2025-11-06 02:08:47] "POST /neutron/port HTTP/1.1" 200 1083 0.018062 10.0.0.22 - - [2025-11-06 02:08:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005462 10.0.0.22 - - [2025-11-06 02:08:47] "POST /neutron/port HTTP/1.1" 200 1083 0.009343 10.0.0.22 - - [2025-11-06 02:08:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004533 10.0.0.22 - - [2025-11-06 02:08:47] "POST /neutron/port HTTP/1.1" 200 1083 0.010240 10.0.0.22 - - [2025-11-06 02:08:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005959 10.0.0.22 - - [2025-11-06 02:08:47] "GET /virtual-machine/3f0fc095-ac6e-44da-93c1-2667e5cfe116 HTTP/1.1" 200 1288 0.004200 10.0.0.22 - - [2025-11-06 02:08:47] "GET /virtual-machine-interface/e9c3583c-c025-466c-9eb1-3d6866fb44c0 HTTP/1.1" 200 2942 0.004369 10.0.0.22 - - [2025-11-06 02:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.22 - - [2025-11-06 02:08:47] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002526 10.0.0.22 - - [2025-11-06 02:08:47] "GET /virtual-networks?parent_id=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003272 10.0.0.22 - - [2025-11-06 02:08:47] "GET /virtual-network/ee5e06ba-d6e7-4a63-a170-ae38416ee263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004655 10.0.0.22 - - [2025-11-06 02:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.22 - - [2025-11-06 02:08:48] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002463 10.0.0.22 - - [2025-11-06 02:08:48] "GET /virtual-networks?parent_id=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002681 10.0.0.22 - - [2025-11-06 02:08:49] "GET /virtual-network/ee5e06ba-d6e7-4a63-a170-ae38416ee263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005149 10.0.0.22 - - [2025-11-06 02:08:49] "POST /neutron/port HTTP/1.1" 200 1083 0.010323 10.0.0.22 - - [2025-11-06 02:08:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004914 10.0.0.22 - - [2025-11-06 02:08:49] "POST /neutron/port HTTP/1.1" 200 1083 0.009942 10.0.0.22 - - [2025-11-06 02:08:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005020 10.0.0.22 - - [2025-11-06 02:08:49] "POST /neutron/port HTTP/1.1" 200 1083 0.009469 10.0.0.22 - - [2025-11-06 02:08:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004657 10.0.0.22 - - [2025-11-06 02:08:49] "GET /virtual-machine/424ec8df-9559-47e1-ad0e-d43ed47e027d HTTP/1.1" 200 1292 0.003221 10.0.0.22 - - [2025-11-06 02:08:49] "GET /virtual-machine-interface/73b9e749-c21d-47ac-91eb-cd57c3dc13cc HTTP/1.1" 200 2941 0.003793 10.0.0.22 - - [2025-11-06 02:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002362 10.0.0.22 - - [2025-11-06 02:08:49] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003482 10.0.0.22 - - [2025-11-06 02:08:49] "GET /virtual-networks?parent_id=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002560 10.0.0.22 - - [2025-11-06 02:08:49] "GET /virtual-network/ee5e06ba-d6e7-4a63-a170-ae38416ee263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005129 10.0.0.22 - - [2025-11-06 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002508 10.0.0.22 - - [2025-11-06 02:08:50] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002436 10.0.0.22 - - [2025-11-06 02:08:50] "GET /virtual-networks?parent_id=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002479 10.0.0.22 - - [2025-11-06 02:08:50] "GET /virtual-network/ee5e06ba-d6e7-4a63-a170-ae38416ee263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004540 10.0.0.22 - - [2025-11-06 02:09:06] "POST /neutron/port HTTP/1.1" 200 1109 0.013738 10.0.0.22 - - [2025-11-06 02:09:06] "POST /neutron/port HTTP/1.1" 200 1109 0.011368 10.0.0.22 - - [2025-11-06 02:09:06] "POST /neutron/port HTTP/1.1" 200 151 0.087228 10.0.0.22 - - [2025-11-06 02:09:06] "POST /neutron/port HTTP/1.1" 200 1109 0.006836 10.0.0.22 - - [2025-11-06 02:09:06] "POST /neutron/port HTTP/1.1" 200 1109 0.006769 10.0.0.22 - - [2025-11-06 02:09:06] "POST /neutron/port HTTP/1.1" 200 151 0.093750 10.0.0.22 - - [2025-11-06 02:09:06] "POST /neutron/network HTTP/1.1" 200 994 0.009200 10.0.0.22 - - [2025-11-06 02:09:06] "POST /neutron/network HTTP/1.1" 400 204 0.008905 10.0.0.22 - - [2025-11-06 02:09:06] "POST /neutron/port HTTP/1.1" 200 1083 0.009318 10.0.0.22 - - [2025-11-06 02:09:06] "POST /neutron/port HTTP/1.1" 200 1109 0.006744 10.0.0.22 - - [2025-11-06 02:09:07] "POST /neutron/port HTTP/1.1" 200 151 0.076817 10.0.0.22 - - [2025-11-06 02:09:08] "POST /neutron/network HTTP/1.1" 200 994 0.006011 10.0.0.22 - - [2025-11-06 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.22 - - [2025-11-06 02:09:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002296 10.0.0.22 - - [2025-11-06 02:09:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001575 10.0.0.22 - - [2025-11-06 02:09:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001860 10.0.0.22 - - [2025-11-06 02:09:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001279 10.0.0.22 - - [2025-11-06 02:09:08] "POST /neutron/network HTTP/1.1" 200 151 0.079118 10.0.0.22 - - [2025-11-06 02:09:09] "DELETE /route-target/9a1382a4-c0ce-48da-b6fc-e20246561e8e HTTP/1.1" 200 115 0.018401 10.0.0.22 - - [2025-11-06 02:09:09] "GET /routing-instance/494df4bb-168a-43bb-9c61-091471b7f734 HTTP/1.1" 404 171 0.001923 10.0.0.22 - - [2025-11-06 02:09:09] "GET /domains HTTP/1.1" 200 280 0.002073 10.0.0.22 - - [2025-11-06 02:09:09] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000808 10.0.0.22 - - [2025-11-06 02:09:09] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 2573 0.047361 10.0.0.22 - - [2025-11-06 02:09:09] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001294 10.0.0.22 - - [2025-11-06 02:09:09] "GET /project/881f20a1-ed0d-483b-bec5-388ddac6cdf4 HTTP/1.1" 200 2085 0.060170 10.0.0.22 - - [2025-11-06 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.22 - - [2025-11-06 02:09:09] "DELETE /network-ipam/a2351b71-ed45-4a17-b886-5920dbb15caa HTTP/1.1" 200 115 0.017965 10.0.0.22 - - [2025-11-06 02:09:09] "POST /fqname-to-id HTTP/1.1" 404 211 0.002534 10.0.0.22 - - [2025-11-06 02:09:09] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001175 10.0.0.22 - - [2025-11-06 02:09:09] "GET /project/881f20a1-ed0d-483b-bec5-388ddac6cdf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.024572 10.0.0.22 - - [2025-11-06 02:09:09] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000921 10.0.0.22 - - [2025-11-06 02:09:09] "GET /project/881f20a1-ed0d-483b-bec5-388ddac6cdf4?fields=virtual_networks HTTP/1.1" 200 1032 0.067876 10.0.0.22 - - [2025-11-06 02:09:09] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000888 10.0.0.22 - - [2025-11-06 02:09:09] "GET /project/881f20a1-ed0d-483b-bec5-388ddac6cdf4?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.025985 10.0.0.22 - - [2025-11-06 02:09:09] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001154 10.0.0.22 - - [2025-11-06 02:09:09] "GET /project/881f20a1-ed0d-483b-bec5-388ddac6cdf4?fields=security_groups HTTP/1.1" 200 1258 0.022149 10.0.0.22 - - [2025-11-06 02:09:11] "POST /neutron/port HTTP/1.1" 200 117 0.004470 10.0.0.22 - - [2025-11-06 02:09:11] "POST /neutron/port HTTP/1.1" 400 205 0.005127 10.0.0.22 - - [2025-11-06 02:09:11] "POST /neutron/port HTTP/1.1" 200 117 0.004380 10.0.0.22 - - [2025-11-06 02:09:11] "POST /neutron/port HTTP/1.1" 400 205 0.002681 10.0.0.22 - - [2025-11-06 02:09:16] "GET / HTTP/1.1" 200 35931 0.002278 10.0.0.22 - - [2025-11-06 02:09:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.22 - - [2025-11-06 02:09:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.043640 10.0.0.22 - - [2025-11-06 02:09:17] "GET /projects?obj_uuids=925b710a-95d7-4b10-8634-e9e6c5ed6778&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001988 10.0.0.22 - - [2025-11-06 02:09:17] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.22 - - [2025-11-06 02:09:17] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005888 10.0.0.22 - - [2025-11-06 02:09:17] "POST /id-to-fqname HTTP/1.1" 200 185 0.001031 10.0.0.22 - - [2025-11-06 02:09:17] "POST /fqname-to-id HTTP/1.1" 404 194 0.002055 10.0.0.22 - - [2025-11-06 02:09:17] "POST /security-groups HTTP/1.1" 200 586 0.060098 10.0.0.22 - - [2025-11-06 02:09:17] "POST /fqname-to-id HTTP/1.1" 404 229 0.005419 10.0.0.22 - - [2025-11-06 02:09:17] "POST /projects HTTP/1.1" 200 575 0.202023 10.0.0.22 - - [2025-11-06 02:09:17] "POST /access-control-lists HTTP/1.1" 200 591 0.055206 10.0.0.22 - - [2025-11-06 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.265775 10.0.0.22 - - [2025-11-06 02:09:17] "POST /fqname-to-id HTTP/1.1" 404 228 0.002108 10.0.0.22 - - [2025-11-06 02:09:17] "GET /project/925b710a-95d7-4b10-8634-e9e6c5ed6778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.377097 10.0.0.22 - - [2025-11-06 02:09:17] "POST /access-control-lists HTTP/1.1" 200 589 0.056804 10.0.0.22 - - [2025-11-06 02:09:18] "GET / HTTP/1.1" 200 35931 0.001798 10.0.0.22 - - [2025-11-06 02:09:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000528 10.0.0.22 - - [2025-11-06 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.022146 10.0.0.22 - - [2025-11-06 02:09:20] "GET /api-access-list/498cc5f9-f419-4cf4-86cb-31b648e8e5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.003323 10.0.0.22 - - [2025-11-06 02:09:20] "GET /api-access-list/498cc5f9-f419-4cf4-86cb-31b648e8e5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.003021 10.0.0.22 - - [2025-11-06 02:09:20] "GET /api-access-list/498cc5f9-f419-4cf4-86cb-31b648e8e5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.002713 10.0.0.22 - - [2025-11-06 02:09:20] "PUT /api-access-list/498cc5f9-f419-4cf4-86cb-31b648e8e5dc HTTP/1.1" 200 264 0.007871 10.0.0.22 - - [2025-11-06 02:09:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000531 10.0.0.22 - - [2025-11-06 02:09:21] "GET /aaa-mode HTTP/1.1" 200 128 0.022419 10.0.0.22 - - [2025-11-06 02:09:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.018477 10.0.0.22 - - [2025-11-06 02:09:21] "GET /projects?obj_uuids=72722fb3-ac0f-4757-b2ad-5263217fefd7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002000 10.0.0.22 - - [2025-11-06 02:09:21] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000874 10.0.0.22 - - [2025-11-06 02:09:21] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005686 10.0.0.22 - - [2025-11-06 02:09:21] "POST /id-to-fqname HTTP/1.1" 200 185 0.001828 10.0.0.22 - - [2025-11-06 02:09:21] "POST /fqname-to-id HTTP/1.1" 404 194 0.002458 10.0.0.22 - - [2025-11-06 02:09:22] "POST /security-groups HTTP/1.1" 200 586 0.060058 10.0.0.22 - - [2025-11-06 02:09:22] "POST /fqname-to-id HTTP/1.1" 404 229 0.002828 10.0.0.22 - - [2025-11-06 02:09:22] "POST /projects HTTP/1.1" 200 575 0.196794 10.0.0.22 - - [2025-11-06 02:09:22] "POST /access-control-lists HTTP/1.1" 200 591 0.053640 10.0.0.22 - - [2025-11-06 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.260668 10.0.0.22 - - [2025-11-06 02:09:22] "POST /fqname-to-id HTTP/1.1" 404 228 0.002213 10.0.0.22 - - [2025-11-06 02:09:22] "GET /project/72722fb3-ac0f-4757-b2ad-5263217fefd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.377816 10.0.0.22 - - [2025-11-06 02:09:22] "POST /access-control-lists HTTP/1.1" 200 589 0.056784 10.0.0.22 - - [2025-11-06 02:09:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.020548 10.0.0.22 - - [2025-11-06 02:09:22] "GET /projects?obj_uuids=e285d205-093e-442c-9f07-c50d357c527c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002301 10.0.0.22 - - [2025-11-06 02:09:22] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.22 - - [2025-11-06 02:09:22] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005622 10.0.0.22 - - [2025-11-06 02:09:22] "POST /id-to-fqname HTTP/1.1" 200 185 0.002160 10.0.0.22 - - [2025-11-06 02:09:22] "POST /fqname-to-id HTTP/1.1" 404 194 0.002203 10.0.0.22 - - [2025-11-06 02:09:22] "POST /security-groups HTTP/1.1" 200 586 0.059812 10.0.0.22 - - [2025-11-06 02:09:22] "POST /fqname-to-id HTTP/1.1" 404 229 0.002105 10.0.0.22 - - [2025-11-06 02:09:22] "POST /projects HTTP/1.1" 200 575 0.205632 10.0.0.22 - - [2025-11-06 02:09:22] "POST /access-control-lists HTTP/1.1" 200 591 0.055884 10.0.0.22 - - [2025-11-06 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.273713 10.0.0.22 - - [2025-11-06 02:09:22] "POST /fqname-to-id HTTP/1.1" 404 228 0.002390 10.0.0.22 - - [2025-11-06 02:09:22] "GET /project/e285d205-093e-442c-9f07-c50d357c527c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.387718 10.0.0.22 - - [2025-11-06 02:09:23] "POST /access-control-lists HTTP/1.1" 200 589 0.073146 10.0.0.22 - - [2025-11-06 02:09:23] "GET / HTTP/1.1" 200 35931 0.003003 10.0.0.22 - - [2025-11-06 02:09:24] "GET / HTTP/1.1" 200 35931 0.001319 10.0.0.22 - - [2025-11-06 02:09:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.002410 10.0.0.22 - - [2025-11-06 02:09:24] "POST /api-access-lists HTTP/1.1" 200 521 0.012666 10.0.0.22 - - [2025-11-06 02:09:24] "GET /api-access-list/4a06e45d-191f-41e8-8d55-a43321e1dcdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.003826 10.0.0.22 - - [2025-11-06 02:09:24] "GET /api-access-list/4a06e45d-191f-41e8-8d55-a43321e1dcdd HTTP/1.1" 401 292 0.000406 10.0.0.22 - - [2025-11-06 02:09:25] "GET /api-access-list/4a06e45d-191f-41e8-8d55-a43321e1dcdd HTTP/1.1" 200 1265 0.047342 10.0.0.22 - - [2025-11-06 02:09:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000346 10.0.0.22 - - [2025-11-06 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.053934 10.0.0.22 - - [2025-11-06 02:09:25] "GET /projects?obj_uuids=72722fb3-ac0f-4757-b2ad-5263217fefd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001539 10.0.0.22 - - [2025-11-06 02:09:25] "GET /project/72722fb3-ac0f-4757-b2ad-5263217fefd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.031131 10.0.0.22 - - [2025-11-06 02:09:25] "GET /virtual-networks?parent_id=72722fb3-ac0f-4757-b2ad-5263217fefd7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009878 10.0.0.22 - - [2025-11-06 02:09:25] "POST /virtual-networks HTTP/1.1" 200 568 0.042056 10.0.0.22 - - [2025-11-06 02:09:25] "POST /route-targets HTTP/1.1" 200 327 0.021769 10.0.0.22 - - [2025-11-06 02:09:25] "POST /ref-update HTTP/1.1" 200 156 0.009893 10.0.0.22 - - [2025-11-06 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.012511 10.0.0.22 - - [2025-11-06 02:09:25] "GET /network-ipam/967c00f6-69a3-41c6-91e6-dc9a96b214bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.010529 10.0.0.22 - - [2025-11-06 02:09:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001971 10.0.0.22 - - [2025-11-06 02:09:25] "POST /ref-update HTTP/1.1" 200 156 0.046255 10.0.0.22 - - [2025-11-06 02:09:25] "POST /neutron/network HTTP/1.1" 200 831 0.033068 10.0.0.22 - - [2025-11-06 02:09:25] "POST /neutron/network HTTP/1.1" 200 831 0.025012 10.0.0.22 - - [2025-11-06 02:09:25] "GET /virtual-network/ff4601e8-212c-4750-bed8-ded94ed653aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.013379 10.0.0.22 - - [2025-11-06 02:09:25] "POST /neutron/network HTTP/1.1" 200 831 0.027652 10.0.0.22 - - [2025-11-06 02:09:25] "POST /neutron/subnet HTTP/1.1" 200 673 0.038362 10.0.0.22 - - [2025-11-06 02:09:26] "GET /virtual-network/ff4601e8-212c-4750-bed8-ded94ed653aa HTTP/1.1" 401 292 0.000459 10.0.0.22 - - [2025-11-06 02:09:26] "GET /virtual-network/ff4601e8-212c-4750-bed8-ded94ed653aa HTTP/1.1" 200 2265 0.032880 10.0.0.22 - - [2025-11-06 02:09:26] "GET /virtual-network/ff4601e8-212c-4750-bed8-ded94ed653aa HTTP/1.1" 401 292 0.000430 10.0.0.22 - - [2025-11-06 02:09:26] "GET /virtual-network/ff4601e8-212c-4750-bed8-ded94ed653aa HTTP/1.1" 200 2005 0.031366 10.0.0.22 - - [2025-11-06 02:09:26] "POST /id-to-fqname HTTP/1.1" 401 292 0.000352 10.0.0.22 - - [2025-11-06 02:09:26] "POST /id-to-fqname HTTP/1.1" 200 230 0.026931 10.0.0.22 - - [2025-11-06 02:09:27] "POST /neutron/network HTTP/1.1" 200 841 0.034141 10.0.0.22 - - [2025-11-06 02:09:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000340 10.0.0.22 - - [2025-11-06 02:09:27] "GET / HTTP/1.1" 200 35931 0.001358 10.0.0.22 - - [2025-11-06 02:09:27] "GET /project/e285d205-093e-442c-9f07-c50d357c527c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000320 10.0.0.22 - - [2025-11-06 02:09:28] "GET /projects?obj_uuids=e285d205-093e-442c-9f07-c50d357c527c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000901 10.0.0.22 - - [2025-11-06 02:09:28] "GET /project/e285d205-093e-442c-9f07-c50d357c527c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.052208 10.0.0.22 - - [2025-11-06 02:09:28] "POST /neutron/network HTTP/1.1" 200 831 0.005799 10.0.0.22 - - [2025-11-06 02:09:28] "POST /neutron/port HTTP/1.1" 200 117 0.023122 10.0.0.22 - - [2025-11-06 02:09:28] "POST /neutron/port HTTP/1.1" 200 117 0.004242 10.0.0.22 - - [2025-11-06 02:09:28] "POST /neutron/port HTTP/1.1" 200 117 0.004216 10.0.0.22 - - [2025-11-06 02:09:28] "POST /neutron/network HTTP/1.1" 200 841 0.020124 10.0.0.22 - - [2025-11-06 02:09:28] "POST /neutron/network HTTP/1.1" 200 831 0.015615 10.0.0.22 - - [2025-11-06 02:09:28] "GET /projects?obj_uuids=e285d205-093e-442c-9f07-c50d357c527c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001650 10.0.0.22 - - [2025-11-06 02:09:29] "POST /neutron/port HTTP/1.1" 200 1055 0.288188 10.0.0.22 - - [2025-11-06 02:09:29] "POST /neutron/port HTTP/1.1" 200 1055 0.007169 10.0.0.22 - - [2025-11-06 02:09:29] "POST /neutron/port HTTP/1.1" 200 1055 0.008659 10.0.0.22 - - [2025-11-06 02:09:29] "POST /neutron/port HTTP/1.1" 200 1109 0.051237 10.0.0.22 - - [2025-11-06 02:09:29] "POST /neutron/port HTTP/1.1" 200 1083 0.008504 10.0.0.22 - - [2025-11-06 02:09:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007954 10.0.0.22 - - [2025-11-06 02:09:29] "POST /neutron/subnet HTTP/1.1" 200 647 0.005065 10.0.0.22 - - [2025-11-06 02:09:29] "POST /neutron/port HTTP/1.1" 200 117 0.000863 10.0.0.22 - - [2025-11-06 02:09:29] "POST /neutron/network HTTP/1.1" 200 831 0.004071 10.0.0.22 - - [2025-11-06 02:09:33] "POST /neutron/port HTTP/1.1" 200 1083 0.010002 10.0.0.22 - - [2025-11-06 02:09:33] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005547 10.0.0.22 - - [2025-11-06 02:09:33] "POST /neutron/port HTTP/1.1" 200 1083 0.009061 10.0.0.22 - - [2025-11-06 02:09:33] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004481 10.0.0.22 - - [2025-11-06 02:09:33] "POST /neutron/port HTTP/1.1" 200 1083 0.010272 10.0.0.22 - - [2025-11-06 02:09:33] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005403 10.0.0.22 - - [2025-11-06 02:09:33] "POST /neutron/port HTTP/1.1" 200 1083 0.009463 10.0.0.22 - - [2025-11-06 02:09:33] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004779 10.0.0.22 - - [2025-11-06 02:09:33] "GET /virtual-machine/18585932-55b5-4630-8bf6-2c6e25072137 HTTP/1.1" 200 1287 0.010814 10.0.0.22 - - [2025-11-06 02:09:33] "GET /virtual-machine/18585932-55b5-4630-8bf6-2c6e25072137 HTTP/1.1" 200 1287 0.008812 10.0.0.22 - - [2025-11-06 02:09:33] "GET /virtual-machine-interface/344b35ae-ee44-4f40-81e9-52d336d8f8ff HTTP/1.1" 200 2529 0.012675 10.0.0.22 - - [2025-11-06 02:09:33] "GET /virtual-machine/18585932-55b5-4630-8bf6-2c6e25072137 HTTP/1.1" 200 1287 0.009071 10.0.0.22 - - [2025-11-06 02:09:33] "GET /virtual-machine-interface/344b35ae-ee44-4f40-81e9-52d336d8f8ff HTTP/1.1" 200 2529 0.011035 10.0.0.22 - - [2025-11-06 02:09:33] "GET /instance-ip/e49c196c-02d9-43d0-bee2-82ecdd9648ff HTTP/1.1" 200 1626 0.009266 10.0.0.22 - - [2025-11-06 02:09:33] "GET /virtual-machine/18585932-55b5-4630-8bf6-2c6e25072137 HTTP/1.1" 200 1287 0.012122 10.0.0.22 - - [2025-11-06 02:09:33] "GET /virtual-machine-interface/344b35ae-ee44-4f40-81e9-52d336d8f8ff HTTP/1.1" 200 2529 0.013399 10.0.0.22 - - [2025-11-06 02:09:33] "GET /instance-ip/e49c196c-02d9-43d0-bee2-82ecdd9648ff HTTP/1.1" 200 1626 0.009308 10.0.0.22 - - [2025-11-06 02:09:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.009740 10.0.0.22 - - [2025-11-06 02:09:33] "GET / HTTP/1.1" 200 35931 0.002257 10.0.0.22 - - [2025-11-06 02:09:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000491 10.0.0.22 - - [2025-11-06 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.020126 10.0.0.22 - - [2025-11-06 02:09:34] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002756 10.0.0.22 - - [2025-11-06 02:09:34] "GET /virtual-networks?parent_id=e285d205-093e-442c-9f07-c50d357c527c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011266 10.0.0.22 - - [2025-11-06 02:09:34] "POST /fqname-to-id HTTP/1.1" 403 339 0.007874 10.0.0.22 - - [2025-11-06 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002349 10.0.0.22 - - [2025-11-06 02:09:34] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002472 10.0.0.22 - - [2025-11-06 02:09:34] "GET /virtual-networks?parent_id=e285d205-093e-442c-9f07-c50d357c527c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009025 10.0.0.22 - - [2025-11-06 02:09:34] "POST /fqname-to-id HTTP/1.1" 403 339 0.008096 10.0.0.22 - - [2025-11-06 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002556 10.0.0.22 - - [2025-11-06 02:09:34] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002321 10.0.0.22 - - [2025-11-06 02:09:34] "GET /virtual-networks?parent_id=e285d205-093e-442c-9f07-c50d357c527c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009494 10.0.0.22 - - [2025-11-06 02:09:34] "POST /fqname-to-id HTTP/1.1" 403 339 0.009774 10.0.0.22 - - [2025-11-06 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.22 - - [2025-11-06 02:09:34] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003093 10.0.0.22 - - [2025-11-06 02:09:34] "GET /virtual-networks?parent_id=e285d205-093e-442c-9f07-c50d357c527c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010871 10.0.0.22 - - [2025-11-06 02:09:34] "POST /fqname-to-id HTTP/1.1" 403 339 0.008738 10.0.0.22 - - [2025-11-06 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002448 10.0.0.22 - - [2025-11-06 02:09:34] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002442 10.0.0.22 - - [2025-11-06 02:09:35] "GET /virtual-networks?parent_id=e285d205-093e-442c-9f07-c50d357c527c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008765 10.0.0.22 - - [2025-11-06 02:09:37] "POST /neutron/port HTTP/1.1" 200 1083 0.009144 10.0.0.22 - - [2025-11-06 02:09:37] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004089 10.0.0.22 - - [2025-11-06 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.009982 10.0.0.22 - - [2025-11-06 02:09:38] "GET /virtual-network/ff4601e8-212c-4750-bed8-ded94ed653aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.010942 10.0.0.22 - - [2025-11-06 02:09:38] "DELETE /project/e285d205093e442c9f07c50d357c527c HTTP/1.1" 404 173 0.007066 10.0.0.22 - - [2025-11-06 02:09:38] "DELETE /project/925b710a95d74b108634e9e6c5ed6778 HTTP/1.1" 404 173 0.004470 10.0.0.22 - - [2025-11-06 02:09:38] "DELETE /project/72722fb3ac0f4757b2ad5263217fefd7 HTTP/1.1" 404 173 0.003916 10.0.0.22 - - [2025-11-06 02:09:38] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000781 10.0.0.22 - - [2025-11-06 02:09:38] "GET /project/881f20a1-ed0d-483b-bec5-388ddac6cdf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.024292 10.0.0.22 - - [2025-11-06 02:09:38] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000809 10.0.0.22 - - [2025-11-06 02:09:38] "GET /project/881f20a1-ed0d-483b-bec5-388ddac6cdf4?fields=security_groups HTTP/1.1" 200 1363 0.065724 10.0.0.22 - - [2025-11-06 02:09:38] "DELETE /security-group/76c57ff3-174e-447e-898e-6bae8e671be3 HTTP/1.1" 200 115 0.036675 10.0.0.22 - - [2025-11-06 02:09:38] "GET /projects?obj_uuids=881f20a1-ed0d-483b-bec5-388ddac6cdf4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001256 10.0.0.22 - - [2025-11-06 02:09:38] "DELETE /access-control-list/cd8e4709-e945-423c-a362-fba47592e302 HTTP/1.1" 200 115 0.027041 10.0.0.22 - - [2025-11-06 02:09:38] "GET /project/881f20a1-ed0d-483b-bec5-388ddac6cdf4?fields=application_policy_sets HTTP/1.1" 200 1402 0.028173 10.0.0.22 - - [2025-11-06 02:09:38] "DELETE /access-control-list/25d7816f-8825-47f7-9528-2b97c3a17fd5 HTTP/1.1" 200 115 0.026275 10.0.0.22 - - [2025-11-06 02:09:38] "DELETE /project/881f20a1-ed0d-483b-bec5-388ddac6cdf4 HTTP/1.1" 200 115 0.298654 10.0.0.22 - - [2025-11-06 02:09:40] "POST /fqname-to-id HTTP/1.1" 403 339 0.010033 10.0.0.22 - - [2025-11-06 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002011 10.0.0.22 - - [2025-11-06 02:09:40] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002143 10.0.0.22 - - [2025-11-06 02:09:40] "GET /virtual-networks?parent_id=e285d205-093e-442c-9f07-c50d357c527c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008735 10.0.0.22 - - [2025-11-06 02:09:40] "POST /fqname-to-id HTTP/1.1" 403 339 0.008977 10.0.0.22 - - [2025-11-06 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002261 10.0.0.22 - - [2025-11-06 02:09:40] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002189 10.0.0.22 - - [2025-11-06 02:09:40] "GET /virtual-networks?parent_id=e285d205-093e-442c-9f07-c50d357c527c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008288 10.0.0.22 - - [2025-11-06 02:09:40] "POST /fqname-to-id HTTP/1.1" 403 361 0.007249 10.0.0.22 - - [2025-11-06 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002229 10.0.0.22 - - [2025-11-06 02:09:40] "GET /routing-instance/45f166a3-ce9e-40d3-acb9-f78173482487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.002675 10.0.0.22 - - [2025-11-06 02:09:40] "GET /route-target/953bb9ca-00d6-43a7-9f25-2c562ff5aba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.007869 10.0.0.22 - - [2025-11-06 02:09:40] "GET /route-target/953bb9ca-00d6-43a7-9f25-2c562ff5aba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002477 10.0.0.22 - - [2025-11-06 02:09:40] "POST /fqname-to-id HTTP/1.1" 403 339 0.009562 10.0.0.22 - - [2025-11-06 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.001689 10.0.0.22 - - [2025-11-06 02:09:40] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002862 10.0.0.22 - - [2025-11-06 02:09:40] "GET /virtual-networks?parent_id=e285d205-093e-442c-9f07-c50d357c527c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009108 10.0.0.22 - - [2025-11-06 02:09:40] "POST /fqname-to-id HTTP/1.1" 403 361 0.008104 10.0.0.22 - - [2025-11-06 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002503 10.0.0.22 - - [2025-11-06 02:09:40] "GET /routing-instance/45f166a3-ce9e-40d3-acb9-f78173482487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003255 10.0.0.22 - - [2025-11-06 02:09:40] "GET /route-target/953bb9ca-00d6-43a7-9f25-2c562ff5aba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008807 10.0.0.22 - - [2025-11-06 02:09:40] "GET /route-target/953bb9ca-00d6-43a7-9f25-2c562ff5aba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002648 10.0.0.22 - - [2025-11-06 02:09:41] "GET /obj-perms HTTP/1.1" 200 4915 0.062212 10.0.0.22 - - [2025-11-06 02:09:41] "GET /virtual-machine/18585932-55b5-4630-8bf6-2c6e25072137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.013184 10.0.0.22 - - [2025-11-06 02:09:43] "GET /obj-perms HTTP/1.1" 200 4915 0.008159 10.0.0.22 - - [2025-11-06 02:09:43] "GET /virtual-machine/18585932-55b5-4630-8bf6-2c6e25072137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.007898 10.0.0.22 - - [2025-11-06 02:09:44] "POST /neutron/port HTTP/1.1" 200 1083 0.010175 10.0.0.22 - - [2025-11-06 02:09:44] "POST /neutron/port HTTP/1.1" 200 1083 0.013170 10.0.0.22 - - [2025-11-06 02:09:44] "POST /neutron/network HTTP/1.1" 200 841 0.005064 10.0.0.22 - - [2025-11-06 02:09:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002806 10.0.0.22 - - [2025-11-06 02:09:44] "POST /neutron/subnet HTTP/1.1" 200 647 0.006421 10.0.0.22 - - [2025-11-06 02:09:44] "POST /neutron/port HTTP/1.1" 200 117 0.000861 10.0.0.22 - - [2025-11-06 02:09:44] "POST /neutron/network HTTP/1.1" 200 831 0.004514 10.0.0.22 - - [2025-11-06 02:09:44] "GET /obj-perms HTTP/1.1" 200 5056 0.038061 10.0.0.22 - - [2025-11-06 02:09:44] "GET /obj-perms HTTP/1.1" 200 5056 0.040460 10.0.0.22 - - [2025-11-06 02:09:45] "GET /obj-perms HTTP/1.1" 200 4915 0.008634 10.0.0.22 - - [2025-11-06 02:09:45] "GET /virtual-machine/18585932-55b5-4630-8bf6-2c6e25072137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.008137 10.0.0.22 - - [2025-11-06 02:09:47] "GET /obj-perms HTTP/1.1" 200 4915 0.008962 10.0.0.22 - - [2025-11-06 02:09:47] "GET /virtual-machine/18585932-55b5-4630-8bf6-2c6e25072137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.008282 10.0.0.22 - - [2025-11-06 02:09:49] "GET /obj-perms HTTP/1.1" 200 4915 0.008135 10.0.0.22 - - [2025-11-06 02:09:49] "GET /virtual-machine/18585932-55b5-4630-8bf6-2c6e25072137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.012659 10.0.0.22 - - [2025-11-06 02:09:49] "GET /obj-perms HTTP/1.1" 200 4915 0.007675 10.0.0.22 - - [2025-11-06 02:09:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000395 10.0.0.22 - - [2025-11-06 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.018377 10.0.0.22 - - [2025-11-06 02:09:49] "GET /virtual-machine-interface/344b35ae-ee44-4f40-81e9-52d336d8f8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2308 0.012231 10.0.0.22 - - [2025-11-06 02:09:50] "GET /obj-perms HTTP/1.1" 200 4915 0.008248 10.0.0.22 - - [2025-11-06 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002074 10.0.0.22 - - [2025-11-06 02:09:50] "GET /virtual-machine-interface/344b35ae-ee44-4f40-81e9-52d336d8f8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2308 0.012849 10.0.0.22 - - [2025-11-06 02:09:50] "GET /obj-perms HTTP/1.1" 200 4915 0.007828 10.0.0.22 - - [2025-11-06 02:09:50] "GET /virtual-machine/18585932-55b5-4630-8bf6-2c6e25072137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.008652 10.0.0.22 - - [2025-11-06 02:09:50] "GET /obj-perms HTTP/1.1" 200 4915 0.008606 10.0.0.22 - - [2025-11-06 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002289 10.0.0.22 - - [2025-11-06 02:09:50] "GET /virtual-machine-interface/344b35ae-ee44-4f40-81e9-52d336d8f8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2308 0.012579 10.0.0.22 - - [2025-11-06 02:09:50] "GET /obj-perms HTTP/1.1" 200 4915 0.008121 10.0.0.22 - - [2025-11-06 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002487 10.0.0.22 - - [2025-11-06 02:09:50] "GET /virtual-network/ff4601e8-212c-4750-bed8-ded94ed653aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.011089 10.0.0.22 - - [2025-11-06 02:09:50] "GET /obj-perms HTTP/1.1" 200 4915 0.007761 10.0.0.22 - - [2025-11-06 02:09:50] "GET /virtual-machine/18585932-55b5-4630-8bf6-2c6e25072137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009363 10.0.0.22 - - [2025-11-06 02:09:50] "GET /obj-perms HTTP/1.1" 200 4915 0.008387 10.0.0.22 - - [2025-11-06 02:09:50] "GET /obj-perms HTTP/1.1" 200 4915 0.008052 10.0.0.22 - - [2025-11-06 02:09:51] "GET /obj-perms HTTP/1.1" 200 4915 0.048147 10.0.0.22 - - [2025-11-06 02:09:51] "GET /obj-perms HTTP/1.1" 200 4915 0.007030 10.0.0.22 - - [2025-11-06 02:09:51] "GET /obj-perms HTTP/1.1" 200 5020 0.039721 10.0.0.22 - - [2025-11-06 02:09:51] "GET /obj-perms HTTP/1.1" 200 5020 0.002558 10.0.0.22 - - [2025-11-06 02:09:51] "GET /obj-perms HTTP/1.1" 200 4915 0.014433 10.0.0.22 - - [2025-11-06 02:09:51] "GET /obj-perms HTTP/1.1" 200 4915 0.008017 10.0.0.22 - - [2025-11-06 02:09:52] "GET /obj-perms HTTP/1.1" 200 4915 0.051500 10.0.0.22 - - [2025-11-06 02:09:52] "GET /obj-perms HTTP/1.1" 200 4915 0.008118 10.0.0.22 - - [2025-11-06 02:09:52] "GET /obj-perms HTTP/1.1" 200 5020 0.002718 10.0.0.22 - - [2025-11-06 02:09:52] "GET /obj-perms HTTP/1.1" 200 5020 0.002723 10.0.0.22 - - [2025-11-06 02:09:52] "GET /obj-perms HTTP/1.1" 200 4915 0.008520 10.0.0.22 - - [2025-11-06 02:09:52] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.012347 10.0.0.22 - - [2025-11-06 02:09:52] "GET /virtual-machine/18585932-55b5-4630-8bf6-2c6e25072137 HTTP/1.1" 200 1287 0.012460 10.0.0.22 - - [2025-11-06 02:09:52] "POST /neutron/port HTTP/1.1" 200 1083 0.008835 10.0.0.22 - - [2025-11-06 02:09:52] "POST /neutron/port HTTP/1.1" 200 1109 0.006177 10.0.0.22 - - [2025-11-06 02:09:53] "POST /neutron/port HTTP/1.1" 200 151 0.090528 10.0.0.22 - - [2025-11-06 02:09:54] "GET /virtual-machine/18585932-55b5-4630-8bf6-2c6e25072137 HTTP/1.1" 404 171 0.008428 10.0.0.22 - - [2025-11-06 02:09:54] "GET /virtual-machine/18585932-55b5-4630-8bf6-2c6e25072137 HTTP/1.1" 404 171 0.007303 10.0.0.22 - - [2025-11-06 02:09:54] "GET /virtual-machine/18585932-55b5-4630-8bf6-2c6e25072137 HTTP/1.1" 404 171 0.007447 10.0.0.22 - - [2025-11-06 02:09:54] "POST /fqname-to-id HTTP/1.1" 403 339 0.008712 10.0.0.22 - - [2025-11-06 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.001744 10.0.0.22 - - [2025-11-06 02:09:54] "GET /global-vrouter-config/5130c8c3-b57f-4795-95b8-4c530c928f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002061 10.0.0.22 - - [2025-11-06 02:09:54] "GET /virtual-networks?parent_id=e285d205-093e-442c-9f07-c50d357c527c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009345 10.0.0.22 - - [2025-11-06 02:09:54] "POST /fqname-to-id HTTP/1.1" 403 361 0.008169 10.0.0.22 - - [2025-11-06 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.22 - - [2025-11-06 02:09:54] "GET /routing-instance/45f166a3-ce9e-40d3-acb9-f78173482487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.002705 10.0.0.22 - - [2025-11-06 02:09:54] "GET /route-target/953bb9ca-00d6-43a7-9f25-2c562ff5aba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008006 10.0.0.22 - - [2025-11-06 02:09:54] "GET /route-target/953bb9ca-00d6-43a7-9f25-2c562ff5aba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002452 10.0.0.22 - - [2025-11-06 02:09:54] "GET /obj-perms HTTP/1.1" 200 4915 0.008186 10.0.0.22 - - [2025-11-06 02:09:54] "GET /obj-perms HTTP/1.1" 200 4915 0.007206 10.0.0.22 - - [2025-11-06 02:09:55] "GET /obj-perms HTTP/1.1" 200 4915 0.045218 10.0.0.22 - - [2025-11-06 02:09:55] "GET /obj-perms HTTP/1.1" 200 4915 0.007490 10.0.0.22 - - [2025-11-06 02:09:55] "GET /obj-perms HTTP/1.1" 200 5020 0.002730 10.0.0.22 - - [2025-11-06 02:09:58] "GET /obj-perms HTTP/1.1" 200 5020 0.003122 10.0.0.22 - - [2025-11-06 02:10:01] "GET /obj-perms HTTP/1.1" 200 5020 0.002880 10.0.0.22 - - [2025-11-06 02:10:04] "GET /obj-perms HTTP/1.1" 200 5020 0.003069 10.0.0.22 - - [2025-11-06 02:10:07] "GET /obj-perms HTTP/1.1" 200 5020 0.002735 10.0.0.22 - - [2025-11-06 02:10:10] "GET /obj-perms HTTP/1.1" 200 5020 0.002683 10.0.0.22 - - [2025-11-06 02:10:13] "GET /obj-perms HTTP/1.1" 200 5020 0.002899 10.0.0.22 - - [2025-11-06 02:10:16] "GET /obj-perms HTTP/1.1" 200 5020 0.002813 10.0.0.22 - - [2025-11-06 02:10:19] "GET /obj-perms HTTP/1.1" 200 5020 0.003042 10.0.0.22 - - [2025-11-06 02:10:22] "GET /obj-perms HTTP/1.1" 200 5020 0.002677 10.0.0.22 - - [2025-11-06 02:10:25] "GET /obj-perms HTTP/1.1" 200 5020 0.003320 10.0.0.22 - - [2025-11-06 02:10:28] "GET /obj-perms HTTP/1.1" 200 5020 0.003146 10.0.0.22 - - [2025-11-06 02:10:31] "GET /obj-perms HTTP/1.1" 200 5020 0.002771 10.0.0.22 - - [2025-11-06 02:10:34] "GET /obj-perms HTTP/1.1" 200 5020 0.003042 10.0.0.22 - - [2025-11-06 02:10:37] "GET /obj-perms HTTP/1.1" 200 5020 0.002694 10.0.0.22 - - [2025-11-06 02:10:40] "GET /obj-perms HTTP/1.1" 200 5020 0.002751 10.0.0.22 - - [2025-11-06 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.22 - - [2025-11-06 02:10:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002478 10.0.0.22 - - [2025-11-06 02:10:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001501 10.0.0.22 - - [2025-11-06 02:10:40] "DELETE /virtual-network/ff4601e8-212c-4750-bed8-ded94ed653aa HTTP/1.1" 200 115 0.066447 10.0.0.22 - - [2025-11-06 02:10:40] "DELETE /route-target/953bb9ca-00d6-43a7-9f25-2c562ff5aba4 HTTP/1.1" 200 115 0.017319 10.0.0.22 - - [2025-11-06 02:10:40] "DELETE /api-access-list/4a06e45d-191f-41e8-8d55-a43321e1dcdd HTTP/1.1" 200 115 0.016680 10.0.0.22 - - [2025-11-06 02:10:40] "GET /api-access-list/4a06e45d-191f-41e8-8d55-a43321e1dcdd HTTP/1.1" 404 171 0.001927 10.0.0.22 - - [2025-11-06 02:10:40] "GET /projects?obj_uuids=e285d205-093e-442c-9f07-c50d357c527c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000906 10.0.0.22 - - [2025-11-06 02:10:40] "GET /project/e285d205-093e-442c-9f07-c50d357c527c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.023630 10.0.0.22 - - [2025-11-06 02:10:40] "GET /projects?obj_uuids=e285d205-093e-442c-9f07-c50d357c527c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000919 10.0.0.22 - - [2025-11-06 02:10:40] "GET /project/e285d205-093e-442c-9f07-c50d357c527c?fields=virtual_networks HTTP/1.1" 200 1023 0.060925 10.0.0.22 - - [2025-11-06 02:10:40] "GET /projects?obj_uuids=e285d205-093e-442c-9f07-c50d357c527c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000883 10.0.0.22 - - [2025-11-06 02:10:40] "GET /project/e285d205-093e-442c-9f07-c50d357c527c?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.020812 10.0.0.22 - - [2025-11-06 02:10:40] "GET /projects?obj_uuids=e285d205-093e-442c-9f07-c50d357c527c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001005 10.0.0.22 - - [2025-11-06 02:10:40] "GET /project/e285d205-093e-442c-9f07-c50d357c527c?fields=security_groups HTTP/1.1" 200 1244 0.022204 10.0.0.22 - - [2025-11-06 02:10:41] "GET /projects?obj_uuids=72722fb3-ac0f-4757-b2ad-5263217fefd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000971 10.0.0.22 - - [2025-11-06 02:10:41] "GET /project/72722fb3-ac0f-4757-b2ad-5263217fefd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.021662 10.0.0.22 - - [2025-11-06 02:10:41] "GET /projects?obj_uuids=72722fb3-ac0f-4757-b2ad-5263217fefd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000942 10.0.0.22 - - [2025-11-06 02:10:41] "GET /project/72722fb3-ac0f-4757-b2ad-5263217fefd7?fields=virtual_networks HTTP/1.1" 200 1022 0.063879 10.0.0.22 - - [2025-11-06 02:10:41] "GET /projects?obj_uuids=72722fb3-ac0f-4757-b2ad-5263217fefd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000889 10.0.0.22 - - [2025-11-06 02:10:41] "GET /project/72722fb3-ac0f-4757-b2ad-5263217fefd7?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.023977 10.0.0.22 - - [2025-11-06 02:10:41] "GET /projects?obj_uuids=72722fb3-ac0f-4757-b2ad-5263217fefd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000908 10.0.0.22 - - [2025-11-06 02:10:41] "GET /project/72722fb3-ac0f-4757-b2ad-5263217fefd7?fields=security_groups HTTP/1.1" 200 1243 0.019045 10.0.0.22 - - [2025-11-06 02:10:42] "GET /api-access-list/498cc5f9-f419-4cf4-86cb-31b648e8e5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.003929 10.0.0.22 - - [2025-11-06 02:10:42] "PUT /api-access-list/498cc5f9-f419-4cf4-86cb-31b648e8e5dc HTTP/1.1" 200 264 0.007255 10.0.0.22 - - [2025-11-06 02:10:42] "GET /projects?obj_uuids=925b710a-95d7-4b10-8634-e9e6c5ed6778&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000881 10.0.0.22 - - [2025-11-06 02:10:42] "GET /project/925b710a-95d7-4b10-8634-e9e6c5ed6778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.021348 10.0.0.22 - - [2025-11-06 02:10:42] "GET /projects?obj_uuids=925b710a-95d7-4b10-8634-e9e6c5ed6778&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000859 10.0.0.22 - - [2025-11-06 02:10:42] "GET /project/925b710a-95d7-4b10-8634-e9e6c5ed6778?fields=virtual_networks HTTP/1.1" 200 1022 0.067904 10.0.0.22 - - [2025-11-06 02:10:43] "GET /projects?obj_uuids=925b710a-95d7-4b10-8634-e9e6c5ed6778&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000864 10.0.0.22 - - [2025-11-06 02:10:43] "GET /project/925b710a-95d7-4b10-8634-e9e6c5ed6778?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.022346 10.0.0.22 - - [2025-11-06 02:10:43] "GET /projects?obj_uuids=925b710a-95d7-4b10-8634-e9e6c5ed6778&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000924 10.0.0.22 - - [2025-11-06 02:10:43] "GET /project/925b710a-95d7-4b10-8634-e9e6c5ed6778?fields=security_groups HTTP/1.1" 200 1243 0.019487 10.0.0.22 - - [2025-11-06 02:10:43] "POST /fqname-to-id HTTP/1.1" 404 188 0.021379 10.0.0.22 - - [2025-11-06 02:10:43] "GET /projects?obj_uuids=0c537fac-41da-45a8-82e1-b67ca408018a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001991 10.0.0.22 - - [2025-11-06 02:10:43] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000851 10.0.0.22 - - [2025-11-06 02:10:43] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005401 10.0.0.22 - - [2025-11-06 02:10:44] "POST /id-to-fqname HTTP/1.1" 200 190 0.002032 10.0.0.22 - - [2025-11-06 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 199 0.001979 10.0.0.22 - - [2025-11-06 02:10:44] "POST /security-groups HTTP/1.1" 200 591 0.063437 10.0.0.22 - - [2025-11-06 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 234 0.003486 10.0.0.22 - - [2025-11-06 02:10:44] "POST /projects HTTP/1.1" 200 585 0.209026 10.0.0.22 - - [2025-11-06 02:10:44] "POST /access-control-lists HTTP/1.1" 200 596 0.056283 10.0.0.22 - - [2025-11-06 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.276364 10.0.0.22 - - [2025-11-06 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 233 0.002141 10.0.0.22 - - [2025-11-06 02:10:44] "GET /project/0c537fac-41da-45a8-82e1-b67ca408018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.388605 10.0.0.22 - - [2025-11-06 02:10:44] "POST /access-control-lists HTTP/1.1" 200 594 0.059549 10.0.0.22 - - [2025-11-06 02:10:45] "GET /obj-perms HTTP/1.1" 200 5056 0.062066 10.0.0.22 - - [2025-11-06 02:10:45] "GET / HTTP/1.1" 200 35931 0.002081 10.0.0.22 - - [2025-11-06 02:10:45] "GET /obj-perms HTTP/1.1" 200 5056 0.362607 10.0.0.22 - - [2025-11-06 02:10:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427 10.0.0.22 - - [2025-11-06 02:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.024368 10.0.0.22 - - [2025-11-06 02:10:48] "GET /api-access-list/498cc5f9-f419-4cf4-86cb-31b648e8e5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.002376 10.0.0.22 - - [2025-11-06 02:10:48] "GET /api-access-list/498cc5f9-f419-4cf4-86cb-31b648e8e5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.003275 10.0.0.22 - - [2025-11-06 02:10:48] "GET /api-access-list/498cc5f9-f419-4cf4-86cb-31b648e8e5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.003137 10.0.0.22 - - [2025-11-06 02:10:48] "PUT /api-access-list/498cc5f9-f419-4cf4-86cb-31b648e8e5dc HTTP/1.1" 200 264 0.006808 10.0.0.22 - - [2025-11-06 02:10:48] "GET /aaa-mode HTTP/1.1" 200 128 0.000977 10.0.0.22 - - [2025-11-06 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 188 0.025444 10.0.0.22 - - [2025-11-06 02:10:48] "GET /projects?obj_uuids=450b51c2-4551-46a3-bad3-baf118c400a2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002204 10.0.0.22 - - [2025-11-06 02:10:48] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000870 10.0.0.22 - - [2025-11-06 02:10:48] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005450 10.0.0.22 - - [2025-11-06 02:10:48] "POST /id-to-fqname HTTP/1.1" 200 190 0.001554 10.0.0.22 - - [2025-11-06 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 199 0.003578 10.0.0.22 - - [2025-11-06 02:10:49] "POST /security-groups HTTP/1.1" 200 591 0.063387 10.0.0.22 - - [2025-11-06 02:10:49] "POST /fqname-to-id HTTP/1.1" 404 234 0.001983 10.0.0.22 - - [2025-11-06 02:10:49] "POST /projects HTTP/1.1" 200 585 0.208123 10.0.0.22 - - [2025-11-06 02:10:49] "POST /access-control-lists HTTP/1.1" 200 596 0.057483 10.0.0.22 - - [2025-11-06 02:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.273454 10.0.0.22 - - [2025-11-06 02:10:49] "POST /fqname-to-id HTTP/1.1" 404 233 0.002360 10.0.0.22 - - [2025-11-06 02:10:49] "GET /project/450b51c2-4551-46a3-bad3-baf118c400a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.382558 10.0.0.22 - - [2025-11-06 02:10:49] "POST /access-control-lists HTTP/1.1" 200 594 0.056423 10.0.0.22 - - [2025-11-06 02:10:49] "POST /fqname-to-id HTTP/1.1" 404 188 0.018495 10.0.0.22 - - [2025-11-06 02:10:49] "GET /projects?obj_uuids=d710a8ab-8c1d-4899-bea2-5102cb8724e9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003364 10.0.0.22 - - [2025-11-06 02:10:49] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.22 - - [2025-11-06 02:10:49] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005362 10.0.0.22 - - [2025-11-06 02:10:49] "POST /id-to-fqname HTTP/1.1" 200 190 0.002645 10.0.0.22 - - [2025-11-06 02:10:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.001614 10.0.0.22 - - [2025-11-06 02:10:49] "POST /security-groups HTTP/1.1" 200 591 0.059788 10.0.0.22 - - [2025-11-06 02:10:49] "POST /fqname-to-id HTTP/1.1" 404 234 0.002347 10.0.0.22 - - [2025-11-06 02:10:49] "POST /projects HTTP/1.1" 200 585 0.198891 10.0.0.22 - - [2025-11-06 02:10:49] "POST /access-control-lists HTTP/1.1" 200 596 0.055630 10.0.0.22 - - [2025-11-06 02:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.263546 10.0.0.22 - - [2025-11-06 02:10:49] "POST /fqname-to-id HTTP/1.1" 404 233 0.002146 10.0.0.22 - - [2025-11-06 02:10:49] "GET /project/d710a8ab-8c1d-4899-bea2-5102cb8724e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.376914 10.0.0.22 - - [2025-11-06 02:10:49] "POST /access-control-lists HTTP/1.1" 200 594 0.056545 10.0.0.22 - - [2025-11-06 02:10:50] "GET / HTTP/1.1" 200 35931 0.001663 10.0.0.22 - - [2025-11-06 02:10:51] "GET / HTTP/1.1" 200 35931 0.001512 10.0.0.22 - - [2025-11-06 02:10:51] "POST /fqname-to-id HTTP/1.1" 404 183 0.002613 10.0.0.22 - - [2025-11-06 02:10:51] "POST /api-access-lists HTTP/1.1" 200 521 0.014930 10.0.0.22 - - [2025-11-06 02:10:51] "GET /api-access-list/f368bbdf-e9ee-44bb-9c89-0290c0d1c1d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004074 10.0.0.22 - - [2025-11-06 02:10:51] "GET /api-access-list/f368bbdf-e9ee-44bb-9c89-0290c0d1c1d6 HTTP/1.1" 401 292 0.000377 10.0.0.22 - - [2025-11-06 02:10:51] "GET /api-access-list/f368bbdf-e9ee-44bb-9c89-0290c0d1c1d6 HTTP/1.1" 200 1290 0.051350 10.0.0.22 - - [2025-11-06 02:10:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000328 10.0.0.22 - - [2025-11-06 02:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.034153 10.0.0.22 - - [2025-11-06 02:10:52] "GET /projects?obj_uuids=450b51c2-4551-46a3-bad3-baf118c400a2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001245 10.0.0.22 - - [2025-11-06 02:10:52] "GET /project/450b51c2-4551-46a3-bad3-baf118c400a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.032280 10.0.0.22 - - [2025-11-06 02:10:52] "GET /virtual-networks?parent_id=450b51c2-4551-46a3-bad3-baf118c400a2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009427 10.0.0.22 - - [2025-11-06 02:10:52] "POST /virtual-networks HTTP/1.1" 200 583 0.038840 10.0.0.22 - - [2025-11-06 02:10:52] "POST /route-targets HTTP/1.1" 200 327 0.008015 10.0.0.22 - - [2025-11-06 02:10:52] "POST /ref-update HTTP/1.1" 200 156 0.010868 10.0.0.22 - - [2025-11-06 02:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.010026 10.0.0.22 - - [2025-11-06 02:10:52] "GET /network-ipam/967c00f6-69a3-41c6-91e6-dc9a96b214bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.008013 10.0.0.22 - - [2025-11-06 02:10:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002189 10.0.0.22 - - [2025-11-06 02:10:52] "POST /ref-update HTTP/1.1" 200 156 0.038692 10.0.0.22 - - [2025-11-06 02:10:52] "POST /neutron/network HTTP/1.1" 200 849 0.038448 10.0.0.22 - - [2025-11-06 02:10:52] "POST /neutron/network HTTP/1.1" 200 849 0.016487 10.0.0.22 - - [2025-11-06 02:10:52] "GET /virtual-network/8e4c5e84-cf51-4b06-9600-e2e252d49e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.010892 10.0.0.22 - - [2025-11-06 02:10:52] "POST /neutron/network HTTP/1.1" 200 849 0.014980 10.0.0.22 - - [2025-11-06 02:10:52] "POST /neutron/subnet HTTP/1.1" 200 684 0.022186 10.0.0.22 - - [2025-11-06 02:10:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000367 10.0.0.22 - - [2025-11-06 02:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.031678 10.0.0.22 - - [2025-11-06 02:10:53] "GET /projects?obj_uuids=d710a8ab-8c1d-4899-bea2-5102cb8724e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000983 10.0.0.22 - - [2025-11-06 02:10:53] "GET /project/d710a8ab-8c1d-4899-bea2-5102cb8724e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.030511 10.0.0.22 - - [2025-11-06 02:10:53] "GET /virtual-networks?parent_id=d710a8ab-8c1d-4899-bea2-5102cb8724e9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010887 10.0.0.22 - - [2025-11-06 02:10:53] "POST /virtual-networks HTTP/1.1" 200 583 0.044737 10.0.0.22 - - [2025-11-06 02:10:53] "POST /route-targets HTTP/1.1" 200 327 0.009231 10.0.0.22 - - [2025-11-06 02:10:53] "POST /ref-update HTTP/1.1" 200 156 0.011581 10.0.0.22 - - [2025-11-06 02:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.008773 10.0.0.22 - - [2025-11-06 02:10:53] "GET /network-ipam/967c00f6-69a3-41c6-91e6-dc9a96b214bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.008021 10.0.0.22 - - [2025-11-06 02:10:53] "POST /useragent-kv HTTP/1.1" 200 115 0.008818 10.0.0.22 - - [2025-11-06 02:10:53] "POST /ref-update HTTP/1.1" 200 156 0.043251 10.0.0.22 - - [2025-11-06 02:10:53] "POST /neutron/network HTTP/1.1" 200 850 0.037952 10.0.0.22 - - [2025-11-06 02:10:53] "POST /neutron/network HTTP/1.1" 200 850 0.015330 10.0.0.22 - - [2025-11-06 02:10:53] "GET /virtual-network/2f7c790c-30a1-4cc2-96c5-596b4287dd71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.013875 10.0.0.22 - - [2025-11-06 02:10:53] "POST /neutron/network HTTP/1.1" 200 850 0.015284 10.0.0.22 - - [2025-11-06 02:10:53] "POST /neutron/subnet HTTP/1.1" 200 686 0.022337 10.0.0.22 - - [2025-11-06 02:10:53] "GET /virtual-network/8e4c5e84-cf51-4b06-9600-e2e252d49e2c HTTP/1.1" 401 292 0.000975 10.0.0.22 - - [2025-11-06 02:10:54] "GET /virtual-network/8e4c5e84-cf51-4b06-9600-e2e252d49e2c HTTP/1.1" 200 2317 0.038954 10.0.0.22 - - [2025-11-06 02:10:54] "GET /virtual-network/8e4c5e84-cf51-4b06-9600-e2e252d49e2c HTTP/1.1" 401 292 0.000305 10.0.0.22 - - [2025-11-06 02:10:54] "GET /virtual-network/8e4c5e84-cf51-4b06-9600-e2e252d49e2c HTTP/1.1" 403 376 0.028411 10.0.0.22 - - [2025-11-06 02:10:54] "GET /virtual-network/8e4c5e84-cf51-4b06-9600-e2e252d49e2c HTTP/1.1" 200 2317 0.003636 10.0.0.22 - - [2025-11-06 02:10:54] "GET /virtual-networks HTTP/1.1" 200 371 0.014985 10.0.0.22 - - [2025-11-06 02:10:54] "GET /virtual-networks HTTP/1.1" 200 371 0.014608 10.0.0.22 - - [2025-11-06 02:10:54] "PUT /virtual-network/8e4c5e84-cf51-4b06-9600-e2e252d49e2c HTTP/1.1" 200 264 0.019595 10.0.0.22 - - [2025-11-06 02:10:54] "GET /virtual-networks HTTP/1.1" 200 132 0.014666 10.0.0.22 - - [2025-11-06 02:10:54] "GET /virtual-networks HTTP/1.1" 200 611 0.013920 10.0.0.22 - - [2025-11-06 02:10:54] "GET /virtual-networks HTTP/1.1" 200 1429 0.001909 10.0.0.22 - - [2025-11-06 02:10:54] "PUT /virtual-network/8e4c5e84-cf51-4b06-9600-e2e252d49e2c HTTP/1.1" 200 264 0.023265 10.0.0.22 - - [2025-11-06 02:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.22 - - [2025-11-06 02:10:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002274 10.0.0.22 - - [2025-11-06 02:10:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002090 10.0.0.22 - - [2025-11-06 02:10:54] "DELETE /virtual-network/2f7c790c-30a1-4cc2-96c5-596b4287dd71 HTTP/1.1" 200 115 0.056841 10.0.0.22 - - [2025-11-06 02:10:54] "DELETE /route-target/6e2593e6-b6be-4a42-b5fb-c3979d6a66f8 HTTP/1.1" 200 115 0.015311 10.0.0.22 - - [2025-11-06 02:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.22 - - [2025-11-06 02:10:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001939 10.0.0.22 - - [2025-11-06 02:10:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001374 10.0.0.22 - - [2025-11-06 02:10:54] "DELETE /virtual-network/8e4c5e84-cf51-4b06-9600-e2e252d49e2c HTTP/1.1" 200 115 0.055305 10.0.0.22 - - [2025-11-06 02:10:54] "DELETE /api-access-list/f368bbdf-e9ee-44bb-9c89-0290c0d1c1d6 HTTP/1.1" 200 115 0.013735 10.0.0.22 - - [2025-11-06 02:10:54] "GET /api-access-list/f368bbdf-e9ee-44bb-9c89-0290c0d1c1d6 HTTP/1.1" 404 171 0.001618 10.0.0.22 - - [2025-11-06 02:10:54] "DELETE /route-target/d20a687e-51c4-4ec3-99f1-7fe2530703ab HTTP/1.1" 200 115 0.010998 10.0.0.22 - - [2025-11-06 02:10:54] "GET /projects?obj_uuids=d710a8ab-8c1d-4899-bea2-5102cb8724e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000890 10.0.0.22 - - [2025-11-06 02:10:54] "GET /project/d710a8ab-8c1d-4899-bea2-5102cb8724e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.022707 10.0.0.22 - - [2025-11-06 02:10:54] "GET /projects?obj_uuids=d710a8ab-8c1d-4899-bea2-5102cb8724e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000886 10.0.0.22 - - [2025-11-06 02:10:54] "GET /project/d710a8ab-8c1d-4899-bea2-5102cb8724e9?fields=virtual_networks HTTP/1.1" 200 1033 0.064191 10.0.0.22 - - [2025-11-06 02:10:55] "GET /projects?obj_uuids=d710a8ab-8c1d-4899-bea2-5102cb8724e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000864 10.0.0.22 - - [2025-11-06 02:10:55] "GET /project/d710a8ab-8c1d-4899-bea2-5102cb8724e9?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.019442 10.0.0.22 - - [2025-11-06 02:10:55] "GET /projects?obj_uuids=d710a8ab-8c1d-4899-bea2-5102cb8724e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000864 10.0.0.22 - - [2025-11-06 02:10:55] "GET /project/d710a8ab-8c1d-4899-bea2-5102cb8724e9?fields=security_groups HTTP/1.1" 200 1259 0.021135 10.0.0.22 - - [2025-11-06 02:10:55] "GET /projects?obj_uuids=450b51c2-4551-46a3-bad3-baf118c400a2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000937 10.0.0.22 - - [2025-11-06 02:10:55] "GET /project/450b51c2-4551-46a3-bad3-baf118c400a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.023088 10.0.0.22 - - [2025-11-06 02:10:55] "GET /projects?obj_uuids=450b51c2-4551-46a3-bad3-baf118c400a2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000910 10.0.0.22 - - [2025-11-06 02:10:55] "GET /project/450b51c2-4551-46a3-bad3-baf118c400a2?fields=virtual_networks HTTP/1.1" 200 1032 0.062283 10.0.0.22 - - [2025-11-06 02:10:55] "GET /projects?obj_uuids=450b51c2-4551-46a3-bad3-baf118c400a2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000901 10.0.0.22 - - [2025-11-06 02:10:55] "GET /project/450b51c2-4551-46a3-bad3-baf118c400a2?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.023702 10.0.0.22 - - [2025-11-06 02:10:55] "GET /projects?obj_uuids=450b51c2-4551-46a3-bad3-baf118c400a2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000920 10.0.0.22 - - [2025-11-06 02:10:55] "GET /project/450b51c2-4551-46a3-bad3-baf118c400a2?fields=security_groups HTTP/1.1" 200 1258 0.061486 10.0.0.22 - - [2025-11-06 02:10:56] "GET /aaa-mode HTTP/1.1" 200 128 0.001366 10.0.0.22 - - [2025-11-06 02:10:56] "GET / HTTP/1.1" 200 35931 0.002253 10.0.0.22 - - [2025-11-06 02:10:57] "GET / HTTP/1.1" 200 35931 0.001778 10.0.0.22 - - [2025-11-06 02:10:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000414 10.0.0.22 - - [2025-11-06 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.058270 10.0.0.22 - - [2025-11-06 02:10:58] "GET /projects?obj_uuids=0c537fac-41da-45a8-82e1-b67ca408018a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001001 10.0.0.22 - - [2025-11-06 02:10:58] "GET /project/0c537fac-41da-45a8-82e1-b67ca408018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.027870 10.0.0.22 - - [2025-11-06 02:10:58] "GET /virtual-networks?parent_id=0c537fac-41da-45a8-82e1-b67ca408018a&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006669 10.0.0.22 - - [2025-11-06 02:10:58] "POST /fqname-to-id HTTP/1.1" 404 197 0.006769 10.0.0.22 - - [2025-11-06 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007638 10.0.0.22 - - [2025-11-06 02:10:58] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000981 10.0.0.22 - - [2025-11-06 02:10:58] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.011606 10.0.0.22 - - [2025-11-06 02:10:58] "POST /service-templates HTTP/1.1" 403 264 0.006195 10.0.0.22 - - [2025-11-06 02:10:58] "POST /fqname-to-id HTTP/1.1" 404 215 0.002779 10.0.0.22 - - [2025-11-06 02:10:58] "POST /api-access-lists HTTP/1.1" 200 555 0.015949 10.0.0.22 - - [2025-11-06 02:10:58] "GET /api-access-list/481d26d6-7cc6-4a90-9651-2d0b39ed9b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.004976 10.0.0.22 - - [2025-11-06 02:10:58] "GET /api-access-list/481d26d6-7cc6-4a90-9651-2d0b39ed9b1e HTTP/1.1" 200 1323 0.003062 10.0.0.22 - - [2025-11-06 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.012906 10.0.0.22 - - [2025-11-06 02:10:58] "GET /projects?obj_uuids=0c537fac-41da-45a8-82e1-b67ca408018a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001585 10.0.0.22 - - [2025-11-06 02:10:58] "GET /project/0c537fac-41da-45a8-82e1-b67ca408018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.030156 10.0.0.22 - - [2025-11-06 02:10:59] "GET /virtual-networks?parent_id=0c537fac-41da-45a8-82e1-b67ca408018a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009613 10.0.0.22 - - [2025-11-06 02:10:59] "POST /virtual-networks HTTP/1.1" 200 583 0.044677 10.0.0.22 - - [2025-11-06 02:10:59] "POST /route-targets HTTP/1.1" 200 327 0.009706 10.0.0.22 - - [2025-11-06 02:10:59] "POST /ref-update HTTP/1.1" 200 156 0.008260 10.0.0.22 - - [2025-11-06 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.013366 10.0.0.22 - - [2025-11-06 02:10:59] "GET /network-ipam/967c00f6-69a3-41c6-91e6-dc9a96b214bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.008922 10.0.0.22 - - [2025-11-06 02:10:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003929 10.0.0.22 - - [2025-11-06 02:10:59] "POST /ref-update HTTP/1.1" 200 156 0.039614 10.0.0.22 - - [2025-11-06 02:10:59] "POST /neutron/network HTTP/1.1" 200 850 0.035231 10.0.0.22 - - [2025-11-06 02:10:59] "POST /neutron/network HTTP/1.1" 200 850 0.016607 10.0.0.22 - - [2025-11-06 02:10:59] "GET /virtual-network/368c81db-8e97-4744-a212-33185eaa250f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.011458 10.0.0.22 - - [2025-11-06 02:10:59] "POST /neutron/network HTTP/1.1" 200 850 0.015515 10.0.0.22 - - [2025-11-06 02:10:59] "POST /neutron/subnet HTTP/1.1" 200 686 0.019827 10.0.0.22 - - [2025-11-06 02:10:59] "POST /neutron/network HTTP/1.1" 200 850 0.055391 10.0.0.22 - - [2025-11-06 02:10:59] "GET /virtual-network/368c81db-8e97-4744-a212-33185eaa250f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.004141 10.0.0.22 - - [2025-11-06 02:10:59] "GET /network-ipam/967c00f6-69a3-41c6-91e6-dc9a96b214bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.002611 10.0.0.22 - - [2025-11-06 02:10:59] "GET /domains HTTP/1.1" 200 280 0.002439 10.0.0.22 - - [2025-11-06 02:10:59] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000821 10.0.0.22 - - [2025-11-06 02:10:59] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 3488 0.005474 10.0.0.22 - - [2025-11-06 02:10:59] "GET /projects?obj_uuids=0c537fac-41da-45a8-82e1-b67ca408018a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000727 10.0.0.22 - - [2025-11-06 02:10:59] "GET /project/0c537fac-41da-45a8-82e1-b67ca408018a HTTP/1.1" 200 2350 0.062424 10.0.0.22 - - [2025-11-06 02:10:59] "GET /virtual-network/368c81db-8e97-4744-a212-33185eaa250f HTTP/1.1" 200 2317 0.004911 10.0.0.22 - - [2025-11-06 02:10:59] "GET /virtual-network/368c81db-8e97-4744-a212-33185eaa250f HTTP/1.1" 200 2317 0.003654 10.0.0.22 - - [2025-11-06 02:10:59] "GET /routing-instance/6459993c-159a-47b8-b793-e680f9277a2d HTTP/1.1" 200 1555 0.002718 10.0.0.22 - - [2025-11-06 02:10:59] "GET /routing-instance/6459993c-159a-47b8-b793-e680f9277a2d HTTP/1.1" 200 1555 0.002427 10.0.0.22 - - [2025-11-06 02:10:59] "GET /route-target/f6dc6b8a-475a-480e-b22c-8f0d7798bfe9 HTTP/1.1" 200 1245 0.002083 10.0.0.22 - - [2025-11-06 02:10:59] "GET /virtual-network/368c81db-8e97-4744-a212-33185eaa250f HTTP/1.1" 200 2317 0.003485 10.0.0.22 - - [2025-11-06 02:10:59] "GET /routing-instance/6459993c-159a-47b8-b793-e680f9277a2d HTTP/1.1" 200 1555 0.002312 10.0.0.22 - - [2025-11-06 02:10:59] "GET /virtual-network/368c81db-8e97-4744-a212-33185eaa250f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.004208 10.0.0.22 - - [2025-11-06 02:10:59] "GET /virtual-network/368c81db-8e97-4744-a212-33185eaa250f HTTP/1.1" 200 2317 0.003681 10.0.0.22 - - [2025-11-06 02:10:59] "GET /routing-instance/6459993c-159a-47b8-b793-e680f9277a2d HTTP/1.1" 200 1555 0.002718 10.0.0.22 - - [2025-11-06 02:10:59] "GET /routing-instance/6459993c-159a-47b8-b793-e680f9277a2d HTTP/1.1" 200 1555 0.002693 10.0.0.22 - - [2025-11-06 02:10:59] "GET /route-target/f6dc6b8a-475a-480e-b22c-8f0d7798bfe9 HTTP/1.1" 200 1245 0.002724 10.0.0.22 - - [2025-11-06 02:10:59] "GET /domains HTTP/1.1" 200 280 0.002437 10.0.0.22 - - [2025-11-06 02:10:59] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.22 - - [2025-11-06 02:10:59] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9 HTTP/1.1" 200 3488 0.005769 10.0.0.22 - - [2025-11-06 02:10:59] "GET /projects?obj_uuids=0c537fac-41da-45a8-82e1-b67ca408018a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001180 10.0.0.22 - - [2025-11-06 02:10:59] "GET /project/0c537fac-41da-45a8-82e1-b67ca408018a HTTP/1.1" 200 2350 0.065939 10.0.0.22 - - [2025-11-06 02:10:59] "GET /virtual-network/368c81db-8e97-4744-a212-33185eaa250f HTTP/1.1" 200 2317 0.004561 10.0.0.22 - - [2025-11-06 02:11:00] "GET /obj-perms HTTP/1.1" 200 5030 0.048934 10.0.0.22 - - [2025-11-06 02:11:00] "POST /fqname-to-id HTTP/1.1" 404 197 0.007508 10.0.0.22 - - [2025-11-06 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.009663 10.0.0.22 - - [2025-11-06 02:11:00] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000961 10.0.0.22 - - [2025-11-06 02:11:00] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012360 10.0.0.22 - - [2025-11-06 02:11:00] "POST /service-templates HTTP/1.1" 403 264 0.006379 10.0.0.22 - - [2025-11-06 02:11:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.002336 10.0.0.22 - - [2025-11-06 02:11:00] "POST /api-access-lists HTTP/1.1" 200 521 0.010019 10.0.0.22 - - [2025-11-06 02:11:00] "GET /api-access-list/6b018a40-abb0-4725-a637-202be4f43c02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.003843 10.0.0.22 - - [2025-11-06 02:11:00] "GET /api-access-list/6b018a40-abb0-4725-a637-202be4f43c02 HTTP/1.1" 200 1290 0.002710 10.0.0.22 - - [2025-11-06 02:11:00] "POST /fqname-to-id HTTP/1.1" 404 197 0.008470 10.0.0.22 - - [2025-11-06 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.008427 10.0.0.22 - - [2025-11-06 02:11:00] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000910 10.0.0.22 - - [2025-11-06 02:11:00] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.013081 10.0.0.22 - - [2025-11-06 02:11:00] "POST /service-templates HTTP/1.1" 200 551 0.029867 10.0.0.22 - - [2025-11-06 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.011383 10.0.0.22 - - [2025-11-06 02:11:00] "GET /service-template/b7fe81c7-2772-42db-a642-53e369780e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.013562 10.0.0.22 - - [2025-11-06 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.011244 10.0.0.22 - - [2025-11-06 02:11:00] "GET /service-template/b7fe81c7-2772-42db-a642-53e369780e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.009626 10.0.0.22 - - [2025-11-06 02:11:00] "GET /virtual-network/368c81db-8e97-4744-a212-33185eaa250f HTTP/1.1" 401 292 0.001984 10.0.0.22 - - [2025-11-06 02:11:01] "GET /virtual-network/368c81db-8e97-4744-a212-33185eaa250f HTTP/1.1" 403 263 0.025427 10.0.0.22 - - [2025-11-06 02:11:01] "GET /service-template/b7fe81c7-2772-42db-a642-53e369780e1a HTTP/1.1" 403 264 0.008355 10.0.0.22 - - [2025-11-06 02:11:01] "GET /service-template/b7fe81c7-2772-42db-a642-53e369780e1a HTTP/1.1" 403 264 0.029482 10.0.0.22 - - [2025-11-06 02:11:01] "GET /api-access-list/481d26d6-7cc6-4a90-9651-2d0b39ed9b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.002049 10.0.0.22 - - [2025-11-06 02:11:01] "PUT /api-access-list/481d26d6-7cc6-4a90-9651-2d0b39ed9b1e HTTP/1.1" 200 264 0.007019 10.0.0.22 - - [2025-11-06 02:11:01] "GET /api-access-list/481d26d6-7cc6-4a90-9651-2d0b39ed9b1e HTTP/1.1" 200 1460 0.002982 10.0.0.22 - - [2025-11-06 02:11:01] "GET /virtual-network/368c81db-8e97-4744-a212-33185eaa250f HTTP/1.1" 200 2317 0.011794 10.0.0.22 - - [2025-11-06 02:11:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000298 10.0.0.22 - - [2025-11-06 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.028196 10.0.0.22 - - [2025-11-06 02:11:01] "GET /projects?obj_uuids=0c537fac-41da-45a8-82e1-b67ca408018a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000899 10.0.0.22 - - [2025-11-06 02:11:01] "GET /project/0c537fac-41da-45a8-82e1-b67ca408018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.027371 10.0.0.22 - - [2025-11-06 02:11:02] "GET /virtual-networks?parent_id=0c537fac-41da-45a8-82e1-b67ca408018a&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.011669 10.0.0.22 - - [2025-11-06 02:11:02] "POST /virtual-networks HTTP/1.1" 403 263 0.007645 10.0.0.22 - - [2025-11-06 02:11:02] "GET /service-template/b7fe81c7-2772-42db-a642-53e369780e1a HTTP/1.1" 403 264 0.008345 10.0.0.22 - - [2025-11-06 02:11:02] "GET /service-template/b7fe81c7-2772-42db-a642-53e369780e1a HTTP/1.1" 403 264 0.037436 10.0.0.22 - - [2025-11-06 02:11:02] "GET /api-access-list/6b018a40-abb0-4725-a637-202be4f43c02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.002875 10.0.0.22 - - [2025-11-06 02:11:02] "PUT /api-access-list/6b018a40-abb0-4725-a637-202be4f43c02 HTTP/1.1" 200 264 0.006967 10.0.0.22 - - [2025-11-06 02:11:02] "GET /api-access-list/6b018a40-abb0-4725-a637-202be4f43c02 HTTP/1.1" 200 1428 0.003849 10.0.0.22 - - [2025-11-06 02:11:02] "GET /service-template/b7fe81c7-2772-42db-a642-53e369780e1a HTTP/1.1" 200 1854 0.011434 10.0.0.22 - - [2025-11-06 02:11:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.007891 10.0.0.22 - - [2025-11-06 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008324 10.0.0.22 - - [2025-11-06 02:11:02] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000950 10.0.0.22 - - [2025-11-06 02:11:02] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.013517 10.0.0.22 - - [2025-11-06 02:11:02] "POST /service-templates HTTP/1.1" 403 264 0.007595 10.0.0.22 - - [2025-11-06 02:11:02] "GET /api-access-list/481d26d6-7cc6-4a90-9651-2d0b39ed9b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.002741 10.0.0.22 - - [2025-11-06 02:11:02] "PUT /api-access-list/481d26d6-7cc6-4a90-9651-2d0b39ed9b1e HTTP/1.1" 200 264 0.006680 10.0.0.22 - - [2025-11-06 02:11:02] "GET /api-access-list/481d26d6-7cc6-4a90-9651-2d0b39ed9b1e HTTP/1.1" 200 1323 0.003619 10.0.0.22 - - [2025-11-06 02:11:02] "GET /api-access-list/6b018a40-abb0-4725-a637-202be4f43c02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.002614 10.0.0.22 - - [2025-11-06 02:11:02] "PUT /api-access-list/6b018a40-abb0-4725-a637-202be4f43c02 HTTP/1.1" 200 264 0.008023 10.0.0.22 - - [2025-11-06 02:11:02] "GET /api-access-list/6b018a40-abb0-4725-a637-202be4f43c02 HTTP/1.1" 200 1290 0.002884 10.0.0.22 - - [2025-11-06 02:11:02] "GET /virtual-network/368c81db-8e97-4744-a212-33185eaa250f HTTP/1.1" 403 263 0.009482 10.0.0.22 - - [2025-11-06 02:11:03] "GET /virtual-network/368c81db-8e97-4744-a212-33185eaa250f HTTP/1.1" 403 263 0.027362 10.0.0.22 - - [2025-11-06 02:11:03] "GET /service-template/b7fe81c7-2772-42db-a642-53e369780e1a HTTP/1.1" 403 264 0.006694 10.0.0.22 - - [2025-11-06 02:11:03] "GET /service-template/b7fe81c7-2772-42db-a642-53e369780e1a HTTP/1.1" 403 264 0.027539 10.0.0.22 - - [2025-11-06 02:11:03] "GET /api-access-list/498cc5f9-f419-4cf4-86cb-31b648e8e5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.002376 10.0.0.22 - - [2025-11-06 02:11:03] "PUT /api-access-list/498cc5f9-f419-4cf4-86cb-31b648e8e5dc HTTP/1.1" 200 264 0.007086 10.0.0.22 - - [2025-11-06 02:11:03] "GET /service-template/b7fe81c7-2772-42db-a642-53e369780e1a HTTP/1.1" 200 1854 0.009290 10.0.0.22 - - [2025-11-06 02:11:03] "GET /virtual-network/368c81db-8e97-4744-a212-33185eaa250f HTTP/1.1" 200 2317 0.011667 10.0.0.22 - - [2025-11-06 02:11:03] "DELETE /api-access-list/481d26d6-7cc6-4a90-9651-2d0b39ed9b1e HTTP/1.1" 200 115 0.020244 10.0.0.22 - - [2025-11-06 02:11:03] "GET /api-access-list/481d26d6-7cc6-4a90-9651-2d0b39ed9b1e HTTP/1.1" 404 171 0.003205 10.0.0.22 - - [2025-11-06 02:11:03] "DELETE /api-access-list/6b018a40-abb0-4725-a637-202be4f43c02 HTTP/1.1" 200 115 0.018396 10.0.0.22 - - [2025-11-06 02:11:03] "GET /api-access-list/6b018a40-abb0-4725-a637-202be4f43c02 HTTP/1.1" 404 171 0.007832 10.0.0.22 - - [2025-11-06 02:11:03] "GET /virtual-network/368c81db-8e97-4744-a212-33185eaa250f HTTP/1.1" 401 292 0.000414 10.0.0.22 - - [2025-11-06 02:11:04] "GET /virtual-network/368c81db-8e97-4744-a212-33185eaa250f HTTP/1.1" 403 263 0.028336 10.0.0.22 - - [2025-11-06 02:11:04] "GET /service-template/b7fe81c7-2772-42db-a642-53e369780e1a HTTP/1.1" 403 264 0.005029 10.0.0.22 - - [2025-11-06 02:11:04] "GET /service-template/b7fe81c7-2772-42db-a642-53e369780e1a HTTP/1.1" 403 264 0.026275 10.0.0.22 - - [2025-11-06 02:11:04] "GET /api-access-list/498cc5f9-f419-4cf4-86cb-31b648e8e5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.002449 10.0.0.22 - - [2025-11-06 02:11:04] "PUT /api-access-list/498cc5f9-f419-4cf4-86cb-31b648e8e5dc HTTP/1.1" 200 264 0.007580 10.0.0.22 - - [2025-11-06 02:11:04] "GET /virtual-network/368c81db-8e97-4744-a212-33185eaa250f HTTP/1.1" 200 2317 0.010535 10.0.0.22 - - [2025-11-06 02:11:04] "GET /service-template/b7fe81c7-2772-42db-a642-53e369780e1a HTTP/1.1" 200 1854 0.007849 10.0.0.22 - - [2025-11-06 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007069 10.0.0.22 - - [2025-11-06 02:11:04] "DELETE /service-template/b7fe81c7-2772-42db-a642-53e369780e1a HTTP/1.1" 200 115 0.018202 10.0.0.22 - - [2025-11-06 02:11:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.008577 10.0.0.22 - - [2025-11-06 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.22 - - [2025-11-06 02:11:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001548 10.0.0.22 - - [2025-11-06 02:11:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003409 10.0.0.22 - - [2025-11-06 02:11:04] "DELETE /virtual-network/368c81db-8e97-4744-a212-33185eaa250f HTTP/1.1" 200 115 0.060702 10.0.0.22 - - [2025-11-06 02:11:04] "DELETE /route-target/f6dc6b8a-475a-480e-b22c-8f0d7798bfe9 HTTP/1.1" 200 115 0.016571 10.0.0.22 - - [2025-11-06 02:11:04] "GET /api-access-list/498cc5f9-f419-4cf4-86cb-31b648e8e5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.002924 10.0.0.22 - - [2025-11-06 02:11:04] "PUT /api-access-list/498cc5f9-f419-4cf4-86cb-31b648e8e5dc HTTP/1.1" 200 264 0.007247 10.0.0.22 - - [2025-11-06 02:11:04] "GET /api-access-list/498cc5f9-f419-4cf4-86cb-31b648e8e5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.003067 10.0.0.22 - - [2025-11-06 02:11:04] "PUT /api-access-list/498cc5f9-f419-4cf4-86cb-31b648e8e5dc HTTP/1.1" 200 264 0.007292 10.0.0.22 - - [2025-11-06 02:11:05] "GET /api-access-list/498cc5f9-f419-4cf4-86cb-31b648e8e5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.003061 10.0.0.22 - - [2025-11-06 02:11:05] "PUT /api-access-list/498cc5f9-f419-4cf4-86cb-31b648e8e5dc HTTP/1.1" 200 264 0.008121 10.0.0.22 - - [2025-11-06 02:11:05] "GET /projects?obj_uuids=0c537fac-41da-45a8-82e1-b67ca408018a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000900 10.0.0.22 - - [2025-11-06 02:11:05] "GET /project/0c537fac-41da-45a8-82e1-b67ca408018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.020832 10.0.0.22 - - [2025-11-06 02:11:05] "GET /projects?obj_uuids=0c537fac-41da-45a8-82e1-b67ca408018a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000838 10.0.0.22 - - [2025-11-06 02:11:05] "GET /project/0c537fac-41da-45a8-82e1-b67ca408018a?fields=virtual_networks HTTP/1.1" 200 1030 0.060288 10.0.0.22 - - [2025-11-06 02:11:05] "GET /projects?obj_uuids=0c537fac-41da-45a8-82e1-b67ca408018a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000911 10.0.0.22 - - [2025-11-06 02:11:05] "GET /project/0c537fac-41da-45a8-82e1-b67ca408018a?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.022970 10.0.0.22 - - [2025-11-06 02:11:05] "GET /projects?obj_uuids=0c537fac-41da-45a8-82e1-b67ca408018a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001218 10.0.0.22 - - [2025-11-06 02:11:05] "GET /project/0c537fac-41da-45a8-82e1-b67ca408018a?fields=security_groups HTTP/1.1" 200 1256 0.023116 10.0.0.22 - - [2025-11-06 02:11:06] "GET /projects?obj_uuids=b3bb1c34-242f-4595-a099-ebbcacbf94b8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000982 10.0.0.22 - - [2025-11-06 02:11:06] "GET /project/b3bb1c34-242f-4595-a099-ebbcacbf94b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.021555 [Introspect:8084]10.0.0.22 - - [2025-11-06 02:11:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.002892 10.0.0.22 - - [2025-11-06 02:11:07] "POST /fqname-to-id HTTP/1.1" 404 184 0.019820 10.0.0.22 - - [2025-11-06 02:11:07] "GET /projects?obj_uuids=47db3c3f-0caa-4616-af5e-8155c3a08724&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002358 10.0.0.22 - - [2025-11-06 02:11:07] "GET /domains?obj_uuids=88ab238c-1b4f-4648-9342-589a67e6b8e9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000883 10.0.0.22 - - [2025-11-06 02:11:07] "GET /domain/88ab238c-1b4f-4648-9342-589a67e6b8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005876 10.0.0.22 - - [2025-11-06 02:11:07] "POST /id-to-fqname HTTP/1.1" 200 186 0.001469 10.0.0.22 - - [2025-11-06 02:11:07] "POST /fqname-to-id HTTP/1.1" 404 195 0.003762 10.0.0.22 - - [2025-11-06 02:11:07] "POST /security-groups HTTP/1.1" 200 587 0.060057 10.0.0.22 - - [2025-11-06 02:11:07] "POST /fqname-to-id HTTP/1.1" 404 230 0.002836 10.0.0.22 - - [2025-11-06 02:11:07] "POST /projects HTTP/1.1" 200 577 0.200433 10.0.0.22 - - [2025-11-06 02:11:07] "POST /access-control-lists HTTP/1.1" 200 592 0.058274 10.0.0.22 - - [2025-11-06 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.267946 10.0.0.22 - - [2025-11-06 02:11:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.002332 10.0.0.22 - - [2025-11-06 02:11:07] "GET /project/47db3c3f-0caa-4616-af5e-8155c3a08724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.384414 10.0.0.22 - - [2025-11-06 02:11:07] "POST /access-control-lists HTTP/1.1" 200 590 0.056536 10.0.0.22 - - [2025-11-06 02:11:08] "GET / HTTP/1.1" 200 35931 0.001995 10.0.0.22 - - [2025-11-06 02:11:08] "GET /projects?obj_uuids=47db3c3f-0caa-4616-af5e-8155c3a08724&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000865 10.0.0.22 - - [2025-11-06 02:11:08] "GET /project/47db3c3f-0caa-4616-af5e-8155c3a08724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.023032 10.0.0.22 - - [2025-11-06 02:11:08] "GET /projects?obj_uuids=47db3c3f-0caa-4616-af5e-8155c3a08724&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000802 10.0.0.22 - - [2025-11-06 02:11:08] "GET /project/47db3c3f-0caa-4616-af5e-8155c3a08724?fields=virtual_networks HTTP/1.1" 200 1024 0.066285 10.0.0.22 - - [2025-11-06 02:11:09] "GET /projects?obj_uuids=47db3c3f-0caa-4616-af5e-8155c3a08724&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001011 10.0.0.22 - - [2025-11-06 02:11:09] "GET /project/47db3c3f-0caa-4616-af5e-8155c3a08724?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.022752 10.0.0.22 - - [2025-11-06 02:11:09] "GET /projects?obj_uuids=47db3c3f-0caa-4616-af5e-8155c3a08724&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000947 10.0.0.22 - - [2025-11-06 02:11:09] "GET /project/47db3c3f-0caa-4616-af5e-8155c3a08724?fields=security_groups HTTP/1.1" 200 1246 0.018343 10.0.0.22 - - [2025-11-06 02:11:38] "DELETE /project/450b51c2455146a3bad3baf118c400a2 HTTP/1.1" 404 173 0.043418 10.0.0.22 - - [2025-11-06 02:11:38] "DELETE /project/d710a8ab8c1d4899bea25102cb8724e9 HTTP/1.1" 404 173 0.108898 10.0.0.22 - - [2025-11-06 02:11:38] "DELETE /project/0c537fac41da45a882e1b67ca408018a HTTP/1.1" 404 173 0.127271 10.0.0.22 - - [2025-11-06 02:11:38] "DELETE /project/47db3c3f0caa4616af5e8155c3a08724 HTTP/1.1" 404 173 0.142364 10.0.0.22 - - [2025-11-06 02:11:38] "GET /projects?obj_uuids=450b51c2-4551-46a3-bad3-baf118c400a2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001338 10.0.0.22 - - [2025-11-06 02:11:38] "GET /project/450b51c2-4551-46a3-bad3-baf118c400a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.172528 10.0.0.22 - - [2025-11-06 02:11:38] "GET /projects?obj_uuids=e285d205-093e-442c-9f07-c50d357c527c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000878 10.0.0.22 - - [2025-11-06 02:11:38] "GET /projects?obj_uuids=450b51c2-4551-46a3-bad3-baf118c400a2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000806 10.0.0.22 - - [2025-11-06 02:11:38] "GET /projects?obj_uuids=d710a8ab-8c1d-4899-bea2-5102cb8724e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000770 10.0.0.22 - - [2025-11-06 02:11:38] "GET /project/450b51c2-4551-46a3-bad3-baf118c400a2?fields=security_groups HTTP/1.1" 200 1363 0.021743 10.0.0.22 - - [2025-11-06 02:11:38] "GET /projects?obj_uuids=72722fb3-ac0f-4757-b2ad-5263217fefd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000930 10.0.0.22 - - [2025-11-06 02:11:38] "GET /project/72722fb3-ac0f-4757-b2ad-5263217fefd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.188670 10.0.0.22 - - [2025-11-06 02:11:38] "GET /projects?obj_uuids=47db3c3f-0caa-4616-af5e-8155c3a08724&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000855 10.0.0.22 - - [2025-11-06 02:11:38] "GET /projects?obj_uuids=72722fb3-ac0f-4757-b2ad-5263217fefd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000770 10.0.0.22 - - [2025-11-06 02:11:38] "GET /projects?obj_uuids=0c537fac-41da-45a8-82e1-b67ca408018a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000759 10.0.0.22 - - [2025-11-06 02:11:38] "GET /project/e285d205-093e-442c-9f07-c50d357c527c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.245883 10.0.0.22 - - [2025-11-06 02:11:38] "GET /projects?obj_uuids=925b710a-95d7-4b10-8634-e9e6c5ed6778&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001022 10.0.0.22 - - [2025-11-06 02:11:38] "GET /projects?obj_uuids=e285d205-093e-442c-9f07-c50d357c527c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000852 10.0.0.22 - - [2025-11-06 02:11:38] "GET /project/d710a8ab-8c1d-4899-bea2-5102cb8724e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.257031 10.0.0.22 - - [2025-11-06 02:11:39] "GET /projects?obj_uuids=d710a8ab-8c1d-4899-bea2-5102cb8724e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001200 10.0.0.22 - - [2025-11-06 02:11:39] "GET /project/925b710a-95d7-4b10-8634-e9e6c5ed6778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.189127 10.0.0.22 - - [2025-11-06 02:11:39] "GET /project/47db3c3f-0caa-4616-af5e-8155c3a08724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.278275 10.0.0.22 - - [2025-11-06 02:11:39] "GET /project/e285d205-093e-442c-9f07-c50d357c527c?fields=security_groups HTTP/1.1" 200 1349 0.070501 10.0.0.22 - - [2025-11-06 02:11:39] "GET /project/0c537fac-41da-45a8-82e1-b67ca408018a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.242355 10.0.0.22 - - [2025-11-06 02:11:39] "GET /projects?obj_uuids=47db3c3f-0caa-4616-af5e-8155c3a08724&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000880 10.0.0.22 - - [2025-11-06 02:11:39] "GET /projects?obj_uuids=925b710a-95d7-4b10-8634-e9e6c5ed6778&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000749 10.0.0.22 - - [2025-11-06 02:11:39] "GET /project/72722fb3-ac0f-4757-b2ad-5263217fefd7?fields=security_groups HTTP/1.1" 200 1348 0.127477 10.0.0.22 - - [2025-11-06 02:11:39] "GET /projects?obj_uuids=0c537fac-41da-45a8-82e1-b67ca408018a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000903 10.0.0.22 - - [2025-11-06 02:11:39] "GET /project/d710a8ab-8c1d-4899-bea2-5102cb8724e9?fields=security_groups HTTP/1.1" 200 1364 0.108014 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /security-group/cdb66517-8eed-43d6-8ef9-10d8fff3bc2a HTTP/1.1" 200 115 0.155220 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /access-control-list/0ff4da14-71f0-4de0-b840-a20c0f7a8e07 HTTP/1.1" 200 115 0.094393 10.0.0.22 - - [2025-11-06 02:11:39] "GET /project/925b710a-95d7-4b10-8634-e9e6c5ed6778?fields=security_groups HTTP/1.1" 200 1348 0.069792 10.0.0.22 - - [2025-11-06 02:11:39] "GET /project/47db3c3f-0caa-4616-af5e-8155c3a08724?fields=security_groups HTTP/1.1" 200 1351 0.072555 10.0.0.22 - - [2025-11-06 02:11:39] "GET /projects?obj_uuids=450b51c2-4551-46a3-bad3-baf118c400a2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001045 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /access-control-list/7ee29510-36e5-4812-8b7c-86ca90c8cf4b HTTP/1.1" 200 115 0.073843 10.0.0.22 - - [2025-11-06 02:11:39] "GET /project/0c537fac-41da-45a8-82e1-b67ca408018a?fields=security_groups HTTP/1.1" 200 1361 0.125556 10.0.0.22 - - [2025-11-06 02:11:39] "GET /project/450b51c2-4551-46a3-bad3-baf118c400a2?fields=application_policy_sets HTTP/1.1" 200 1402 0.093405 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /security-group/aad241f0-7e23-4616-bdc3-438372e4f986 HTTP/1.1" 200 115 0.161937 10.0.0.22 - - [2025-11-06 02:11:39] "GET /projects?obj_uuids=e285d205-093e-442c-9f07-c50d357c527c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001735 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /access-control-list/4ebb656f-e61a-4d19-be48-cf0fdad78339 HTTP/1.1" 200 115 0.065447 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /security-group/ce26929b-d2e0-4563-ad34-c3c0b0ed3743 HTTP/1.1" 200 115 0.172317 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /security-group/57e5107f-ff05-4517-8419-09afd8292b73 HTTP/1.1" 200 115 0.148403 10.0.0.22 - - [2025-11-06 02:11:39] "GET /projects?obj_uuids=72722fb3-ac0f-4757-b2ad-5263217fefd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000998 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /security-group/3bc8d79e-4470-4e58-8b3a-fd19a56421be HTTP/1.1" 200 115 0.160649 10.0.0.22 - - [2025-11-06 02:11:39] "GET /projects?obj_uuids=925b710a-95d7-4b10-8634-e9e6c5ed6778&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000929 10.0.0.22 - - [2025-11-06 02:11:39] "GET /projects?obj_uuids=d710a8ab-8c1d-4899-bea2-5102cb8724e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000854 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /access-control-list/268163e5-85bb-4782-b009-41be2a1a52cd HTTP/1.1" 200 115 0.058786 10.0.0.22 - - [2025-11-06 02:11:39] "GET /project/72722fb3-ac0f-4757-b2ad-5263217fefd7?fields=application_policy_sets HTTP/1.1" 200 1387 0.054170 10.0.0.22 - - [2025-11-06 02:11:39] "GET /project/e285d205-093e-442c-9f07-c50d357c527c?fields=application_policy_sets HTTP/1.1" 200 1388 0.109465 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /security-group/98cbe86f-058b-4d90-b809-1ddd532ba1f4 HTTP/1.1" 200 115 0.201981 10.0.0.22 - - [2025-11-06 02:11:39] "GET /projects?obj_uuids=47db3c3f-0caa-4616-af5e-8155c3a08724&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001248 10.0.0.22 - - [2025-11-06 02:11:39] "GET /project/925b710a-95d7-4b10-8634-e9e6c5ed6778?fields=application_policy_sets HTTP/1.1" 200 1387 0.091622 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /access-control-list/1c979995-b656-4f30-96a6-3d8a53d70f56 HTTP/1.1" 200 115 0.065105 10.0.0.22 - - [2025-11-06 02:11:39] "GET /project/d710a8ab-8c1d-4899-bea2-5102cb8724e9?fields=application_policy_sets HTTP/1.1" 200 1403 0.105187 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /security-group/0a917c7a-dc1f-4dec-bbe8-0def2c761e86 HTTP/1.1" 200 115 0.200598 10.0.0.22 - - [2025-11-06 02:11:39] "GET /projects?obj_uuids=0c537fac-41da-45a8-82e1-b67ca408018a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001348 10.0.0.22 - - [2025-11-06 02:11:39] "GET /project/47db3c3f-0caa-4616-af5e-8155c3a08724?fields=application_policy_sets HTTP/1.1" 200 1390 0.105637 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /project/450b51c2-4551-46a3-bad3-baf118c400a2 HTTP/1.1" 200 115 0.849406 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /access-control-list/0565acfd-aba8-46ec-a5ba-cebcd5c6c17a HTTP/1.1" 200 115 0.079834 10.0.0.22 - - [2025-11-06 02:11:39] "GET /project/0c537fac-41da-45a8-82e1-b67ca408018a?fields=application_policy_sets HTTP/1.1" 200 1400 0.100693 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /access-control-list/618cda9a-c760-49de-a696-fcab5f2eacd8 HTTP/1.1" 200 115 0.050534 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /project/72722fb3-ac0f-4757-b2ad-5263217fefd7 HTTP/1.1" 200 115 0.915734 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /project/e285d205-093e-442c-9f07-c50d357c527c HTTP/1.1" 200 115 0.869572 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /project/925b710a-95d7-4b10-8634-e9e6c5ed6778 HTTP/1.1" 200 115 0.936032 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /access-control-list/291cbaef-db36-4ec5-9125-62ccaabb1673 HTTP/1.1" 200 115 0.034539 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /project/d710a8ab-8c1d-4899-bea2-5102cb8724e9 HTTP/1.1" 200 115 0.946771 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /access-control-list/561a7a2f-c69a-447a-924c-b0c168bdc02d HTTP/1.1" 200 115 0.023255 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /project/47db3c3f-0caa-4616-af5e-8155c3a08724 HTTP/1.1" 200 115 0.997866 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /access-control-list/ac5e84e4-10df-479f-9b34-accc5ba52584 HTTP/1.1" 200 115 0.026027 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /project/0c537fac-41da-45a8-82e1-b67ca408018a HTTP/1.1" 200 115 1.009572 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /access-control-list/a2c5e5b7-a574-4de1-80e7-6f67e6159f82 HTTP/1.1" 200 115 0.017601 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /access-control-list/6107d050-8036-4fb4-9807-b86e353dbebf HTTP/1.1" 200 115 0.015850 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /access-control-list/050d3804-f08e-49ce-b890-27f23c655b39 HTTP/1.1" 200 115 0.014881 10.0.0.22 - - [2025-11-06 02:11:39] "DELETE /access-control-list/3795f7ed-faa4-4111-ba53-a3c363258fa0 HTTP/1.1" 200 115 0.018727 10.0.0.22 - - [2025-11-06 02:11:46] "GET /obj-perms HTTP/1.1" 200 5056 0.038419 10.0.0.22 - - [2025-11-06 02:11:46] "GET /obj-perms HTTP/1.1" 200 5056 0.037063 [Introspect:8084]10.0.0.22 - - [2025-11-06 02:11:46] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000875 [Introspect:8084]10.0.0.22 - - [2025-11-06 02:11:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000823