+++ date ++ echo 'INFO: =================== Thu Jan 22 02:10:09 AM UTC 2026 ===================' INFO: =================== Thu Jan 22 02:10:09 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 +++ cut -d / -f 1 ++ DEFAULT_LOCAL_IP=10.0.0.241 ++ 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.241 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.241 ++ ANALYTICSDB_NODES=10.0.0.241 ++ ANALYTICS_SNMP_NODES=10.0.0.241 ++ 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.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:8081 ' +++ '[' -n '10.0.0.241:8081 ' ']' +++ echo 10.0.0.241:8081 ++ ANALYTICS_SERVERS=10.0.0.241: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.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9042 ' +++ '[' -n '10.0.0.241:9042 ' ']' +++ echo 10.0.0.241:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.241:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.241 ++ 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.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:8086 ' +++ '[' -n '10.0.0.241:8086 ' ']' +++ echo 10.0.0.241:8086 ++ COLLECTOR_SERVERS=10.0.0.241: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.241 ++ CONFIGDB_NODES=10.0.0.241 ++ 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.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:8082 ' +++ '[' -n '10.0.0.241:8082 ' ']' +++ echo 10.0.0.241:8082 ++ CONFIG_SERVERS=10.0.0.241: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.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9161 ' +++ '[' -n '10.0.0.241:9161 ' ']' +++ echo 10.0.0.241:9161 ++ CONFIGDB_SERVERS=10.0.0.241: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.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9041 ' +++ '[' -n '10.0.0.241:9041 ' ']' +++ echo 10.0.0.241:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.241: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.242 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.242 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.241 ++ 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.241 +++ local server_address=10.0.0.241 +++ extended_server_list+=10.0.0.241:2181, +++ '[' -n 10.0.0.241:2181, ']' +++ echo 10.0.0.241:2181 ++ ZOOKEEPER_SERVERS=10.0.0.241: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.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:2181 ' +++ '[' -n '10.0.0.241:2181 ' ']' +++ echo 10.0.0.241:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.241:2181 ++ RABBITMQ_NODES=10.0.0.241 ++ 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.241 +++ local server_address=10.0.0.241 +++ extended_server_list+=10.0.0.241:5673, +++ '[' -n 10.0.0.241:5673, ']' +++ echo 10.0.0.241:5673 ++ RABBITMQ_SERVERS=10.0.0.241: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.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:6379 ' +++ '[' -n '10.0.0.241:6379 ' ']' +++ echo 10.0.0.241:6379 ++ REDIS_SERVERS=10.0.0.241: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.241 ++ 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.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9092 ' +++ '[' -n '10.0.0.241:9092 ' ']' +++ echo 10.0.0.241:9092 ++ KAFKA_SERVERS=10.0.0.241: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.241 ++ 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.241 ++ 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.241 ++ 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.241 ++ cut -d , -f 1 + local cassandra=10.0.0.241 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.241 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.241 +++ local servers=10.0.0.241 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.241,10.20.0.242,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.241'\''))' +++ local server_ip=10.0.0.241 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.241 ]] +++ [[ ,10.0.0.241,10.20.0.242,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.241, ]] +++ echo 10.0.0.241 1 +++ return ++ local ip=10.0.0.241 ++ [[ -z 10.0.0.241 ]] ++ echo 10.0.0.241 + host_ip=10.0.0.241 + [[ cql == \c\q\l ]] ++ echo 10.0.0.241:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.241:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.241:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 01/22/2026 02:10:18.524 7f6c57e7ad80 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/22/2026 02:10:18.670 7f6c57e7ad80 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/22/2026 02:10:18.682 7f6c57e7ad80 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/22/2026 02:10:18.682 7f6c57e7ad80 [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.241:8082/ Hit Ctrl-C to quit. 10.0.0.241 - - [2026-01-22 02:10:22] "GET / HTTP/1.1" 503 181 0.000309 10.0.0.241 - - [2026-01-22 02:10:22] "GET / HTTP/1.1" 503 181 0.000177 10.0.0.241 - - [2026-01-22 02:10:23] "GET / HTTP/1.1" 200 36215 0.001680 10.0.0.241 - - [2026-01-22 02:10:23] "GET / HTTP/1.1" 200 45871 0.001287 10.0.0.241 - - [2026-01-22 02:10:23] "GET / HTTP/1.1" 200 45871 0.002987 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.241 - - [2026-01-22 02:10:23] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000486 10.0.0.241 - - [2026-01-22 02:10:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000255 10.0.0.241 - - [2026-01-22 02:10:24] "GET / HTTP/1.1" 200 36215 0.002289 10.0.0.241 - - [2026-01-22 02:10:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000375 10.0.0.241 - - [2026-01-22 02:10:25] "GET / HTTP/1.1" 200 36215 0.001503 10.0.0.241 - - [2026-01-22 02:10:25] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.011931 10.0.0.241 - - [2026-01-22 02:10:25] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.005144 10.0.0.241 - - [2026-01-22 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.404463 10.0.0.241 - - [2026-01-22 02:10:25] "GET /global-system-config/f8e365d4-5693-4401-a262-f2298530d83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.006758 10.0.0.241 - - [2026-01-22 02:10:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000528 10.0.0.241 - - [2026-01-22 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.745022 10.0.0.241 - - [2026-01-22 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005404 10.0.0.241 - - [2026-01-22 02:10:25] "POST /fqname-to-id HTTP/1.1" 404 220 0.003771 10.0.0.241 - - [2026-01-22 02:10:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000685 10.0.0.241 - - [2026-01-22 02:10:25] "POST /config-nodes HTTP/1.1" 200 601 0.036436 10.0.0.241 - - [2026-01-22 02:10:25] "GET / HTTP/1.1" 200 36215 0.002162 10.0.0.241 - - [2026-01-22 02:10:25] "GET / HTTP/1.1" 200 36215 0.001510 10.0.0.241 - - [2026-01-22 02:10:25] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000566 10.0.0.241 - - [2026-01-22 02:10:26] "GET / HTTP/1.1" 200 36215 0.001364 10.0.0.241 - - [2026-01-22 02:10:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000359 10.0.0.241 - - [2026-01-22 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.333333 10.0.0.241 - - [2026-01-22 02:10:26] "GET /network-ipam/363f53a1-ff8e-409e-b420-0fa619f07d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.003821 10.0.0.241 - - [2026-01-22 02:10:26] "POST /fqname-to-id HTTP/1.1" 404 225 0.003494 10.0.0.241 - - [2026-01-22 02:10:26] "POST /fqname-to-id HTTP/1.1" 404 186 0.657589 10.0.0.241 - - [2026-01-22 02:10:26] "POST /access-control-lists HTTP/1.1" 200 589 0.041907 10.0.0.241 - - [2026-01-22 02:10:26] "POST /fqname-to-id HTTP/1.1" 404 224 0.004469 10.0.0.241 - - [2026-01-22 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.241 - - [2026-01-22 02:10:26] "GET /global-system-config/f8e365d4-5693-4401-a262-f2298530d83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.012402 10.0.0.241 - - [2026-01-22 02:10:26] "POST /access-control-lists HTTP/1.1" 200 587 0.029587 10.0.0.241 - - [2026-01-22 02:10:26] "POST /service-appliance-sets HTTP/1.1" 200 555 0.030598 10.0.0.241 - - [2026-01-22 02:10:26] "POST /fqname-to-id HTTP/1.1" 404 180 0.003107 10.0.0.241 - - [2026-01-22 02:10:26] "POST /route-targets HTTP/1.1" 200 328 0.021513 10.0.0.241 - - [2026-01-22 02:10:26] "POST /ref-update HTTP/1.1" 200 156 0.010276 10.0.0.241 - - [2026-01-22 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 /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.241 - - [2026-01-22 02:10:27] "GET /global-system-config/f8e365d4-5693-4401-a262-f2298530d83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.011601 10.0.0.241 - - [2026-01-22 02:10:27] "POST /route-targets HTTP/1.1" 200 328 0.020873 10.0.0.241 - - [2026-01-22 02:10:27] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.387646 10.0.0.241 - - [2026-01-22 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.077205 10.0.0.241 - - [2026-01-22 02:10:27] "GET /global-system-config/f8e365d4-5693-4401-a262-f2298530d83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005992 10.0.0.241 - - [2026-01-22 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.021199 10.0.0.241 - - [2026-01-22 02:10:27] "POST /service-appliance-sets HTTP/1.1" 200 543 0.033798 10.0.0.241 - - [2026-01-22 02:10:27] "POST /fqname-to-id HTTP/1.1" 404 220 0.003374 10.0.0.241 - - [2026-01-22 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.241 - - [2026-01-22 02:10:27] "POST /route-targets HTTP/1.1" 200 328 0.020233 10.0.0.241 - - [2026-01-22 02:10:27] "POST /config-database-nodes HTTP/1.1" 200 619 0.020019 10.0.0.241 - - [2026-01-22 02:10:27] "GET /network-ipam/363f53a1-ff8e-409e-b420-0fa619f07d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.004525 10.0.0.241 - - [2026-01-22 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.009820 10.0.0.241 - - [2026-01-22 02:10:27] "POST /route-targets HTTP/1.1" 200 328 0.011690 10.0.0.241 - - [2026-01-22 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.015690 10.0.0.241 - - [2026-01-22 02:10:27] "POST /service-templates HTTP/1.1" 200 513 0.029132 10.0.0.241 - - [2026-01-22 02:10:27] "POST /service-templates HTTP/1.1" 200 503 0.017832 10.0.0.241 - - [2026-01-22 02:10:27] "POST /fqname-to-id HTTP/1.1" 404 201 0.003124 10.0.0.241 - - [2026-01-22 02:10:27] "POST /service-templates HTTP/1.1" 200 517 0.019450 10.0.0.241 - - [2026-01-22 02:10:27] "POST /access-control-lists HTTP/1.1" 200 553 0.066758 10.0.0.241 - - [2026-01-22 02:10:27] "POST /service-templates HTTP/1.1" 200 537 0.051378 10.0.0.241 - - [2026-01-22 02:10:27] "PUT /access-control-list/0a745375-2135-4eab-81c3-6902c3127220 HTTP/1.1" 200 273 0.014760 10.0.0.241 - - [2026-01-22 02:10:27] "POST /service-templates HTTP/1.1" 200 509 0.020112 10.0.0.241 - - [2026-01-22 02:10:27] "PUT /access-control-list/7f6456b0-2d34-4c05-8f8f-c9fd3c7c0694 HTTP/1.1" 200 273 0.013774 10.0.0.241 - - [2026-01-22 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.241 - - [2026-01-22 02:10:32] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.005487 10.0.0.241 - - [2026-01-22 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.241 - - [2026-01-22 02:10:32] "PUT /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c HTTP/1.1" 200 277 0.010308 10.0.0.241 - - [2026-01-22 02:10:32] "GET / HTTP/1.1" 200 36215 0.001369 10.0.0.241 - - [2026-01-22 02:10:32] "POST /alarms HTTP/1.1" 401 293 0.000377 10.0.0.241 - - [2026-01-22 02:10:32] "POST /alarms HTTP/1.1" 200 583 0.150615 10.0.0.241 - - [2026-01-22 02:10:32] "POST /alarms HTTP/1.1" 200 577 0.018440 10.0.0.241 - - [2026-01-22 02:10:33] "POST /alarms HTTP/1.1" 200 577 0.020411 10.0.0.241 - - [2026-01-22 02:10:33] "POST /alarms HTTP/1.1" 200 561 0.027056 10.0.0.241 - - [2026-01-22 02:10:33] "POST /alarms HTTP/1.1" 200 557 0.018834 10.0.0.241 - - [2026-01-22 02:10:33] "POST /alarms HTTP/1.1" 200 559 0.024217 10.0.0.241 - - [2026-01-22 02:10:33] "POST /alarms HTTP/1.1" 200 567 0.022871 10.0.0.241 - - [2026-01-22 02:10:33] "POST /alarms HTTP/1.1" 200 551 0.026438 10.0.0.241 - - [2026-01-22 02:10:33] "POST /alarms HTTP/1.1" 200 559 0.022573 10.0.0.241 - - [2026-01-22 02:10:33] "POST /alarms HTTP/1.1" 200 569 0.027366 10.0.0.241 - - [2026-01-22 02:10:33] "POST /alarms HTTP/1.1" 200 557 0.035610 10.0.0.241 - - [2026-01-22 02:10:33] "POST /alarms HTTP/1.1" 200 569 0.019589 10.0.0.241 - - [2026-01-22 02:10:33] "POST /alarms HTTP/1.1" 200 577 0.073255 10.0.0.241 - - [2026-01-22 02:10:33] "POST /alarms HTTP/1.1" 200 571 0.020347 10.0.0.241 - - [2026-01-22 02:10:33] "POST /alarms HTTP/1.1" 200 563 0.028024 10.0.0.241 - - [2026-01-22 02:10:33] "POST /alarms HTTP/1.1" 200 563 0.023098 10.0.0.241 - - [2026-01-22 02:10:34] "POST /alarms HTTP/1.1" 200 563 0.019666 10.0.0.241 - - [2026-01-22 02:10:34] "POST /alarms HTTP/1.1" 200 549 0.020217 10.0.0.241 - - [2026-01-22 02:10:34] "POST /alarms HTTP/1.1" 200 597 0.021238 10.0.0.241 - - [2026-01-22 02:10:34] "POST /alarms HTTP/1.1" 200 577 0.022029 10.0.0.241 - - [2026-01-22 02:10:34] "POST /alarms HTTP/1.1" 200 573 0.021766 10.0.0.241 - - [2026-01-22 02:10:34] "POST /alarms HTTP/1.1" 200 585 0.020782 10.0.0.241 - - [2026-01-22 02:10:34] "POST /alarms HTTP/1.1" 200 611 0.030949 10.0.0.241 - - [2026-01-22 02:10:34] "GET / HTTP/1.1" 200 36215 0.001877 10.0.0.241 - - [2026-01-22 02:10:34] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000371 10.0.0.241 - - [2026-01-22 02:10:35] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.027359 10.0.0.241 - - [2026-01-22 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002545 10.0.0.241 - - [2026-01-22 02:10:35] "PUT /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c HTTP/1.1" 200 277 0.008128 10.0.0.241 - - [2026-01-22 02:10:35] "GET / HTTP/1.1" 200 36215 0.001913 10.0.0.241 - - [2026-01-22 02:10:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000445 10.0.0.241 - - [2026-01-22 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.032480 10.0.0.241 - - [2026-01-22 02:10:35] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005161 10.0.0.241 - - [2026-01-22 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.241 - - [2026-01-22 02:10:35] "PUT /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c HTTP/1.1" 200 277 0.008756 10.0.0.241 - - [2026-01-22 02:10:36] "GET / HTTP/1.1" 200 36215 0.002372 10.0.0.241 - - [2026-01-22 02:10:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000403 10.0.0.241 - - [2026-01-22 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.026536 10.0.0.241 - - [2026-01-22 02:10:36] "GET /global-system-config/f8e365d4-5693-4401-a262-f2298530d83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.006259 10.0.0.241 - - [2026-01-22 02:10:36] "PUT /global-system-config/f8e365d4-5693-4401-a262-f2298530d83e HTTP/1.1" 200 275 0.017946 10.0.0.241 - - [2026-01-22 02:10:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000561 10.0.0.241 - - [2026-01-22 02:10:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000409 10.0.0.241 - - [2026-01-22 02:10:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000722 10.0.0.241 - - [2026-01-22 02:10:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.241 - - [2026-01-22 02:11:23] "GET / HTTP/1.1" 200 36215 0.001366 10.0.0.241 - - [2026-01-22 02:11:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000546 10.0.0.241 - - [2026-01-22 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.028214 10.0.0.241 - - [2026-01-22 02:11:24] "GET /routing-instance/a5d385cb-8fa9-46c0-9f41-996430babcfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.003712 10.0.0.241 - - [2026-01-22 02:11:24] "POST /bgp-routers HTTP/1.1" 200 622 0.019644 10.0.0.241 - - [2026-01-22 02:11:24] "GET /bgp-router/b9dfdff9-ddbe-414a-8f56-768eccc0dc70?fields=global_system_config_back_refs HTTP/1.1" 200 1119 0.005522 10.0.0.241 - - [2026-01-22 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.241 - - [2026-01-22 02:11:24] "GET /global-system-config/f8e365d4-5693-4401-a262-f2298530d83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.007152 10.0.0.241 - - [2026-01-22 02:11:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.010418 10.0.0.241 - - [2026-01-22 02:11:24] "POST /ref-update HTTP/1.1" 200 156 0.008819 10.0.0.241 - - [2026-01-22 02:11:51] "GET / HTTP/1.1" 200 36215 0.001336 10.0.0.241 - - [2026-01-22 02:11:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000499 10.0.0.241 - - [2026-01-22 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.028544 10.0.0.241 - - [2026-01-22 02:11:52] "GET /global-system-config/f8e365d4-5693-4401-a262-f2298530d83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.008168 10.0.0.241 - - [2026-01-22 02:11:52] "POST /fqname-to-id HTTP/1.1" 404 220 0.003050 10.0.0.241 - - [2026-01-22 02:11:52] "POST /database-nodes HTTP/1.1" 200 605 0.028960 10.0.0.241 - - [2026-01-22 02:12:22] "GET / HTTP/1.1" 200 36215 0.001624 10.0.0.241 - - [2026-01-22 02:12:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000367 10.0.0.241 - - [2026-01-22 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.024037 10.0.0.241 - - [2026-01-22 02:12:22] "GET /global-system-config/f8e365d4-5693-4401-a262-f2298530d83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.004997 10.0.0.241 - - [2026-01-22 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 220 0.003420 10.0.0.241 - - [2026-01-22 02:12:22] "POST /analytics-nodes HTTP/1.1" 200 607 0.017688 10.0.0.241 - - [2026-01-22 02:12:28] "GET / HTTP/1.1" 200 36215 0.001641 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.241 - - [2026-01-22 02:12:29] "GET /obj-perms HTTP/1.1" 200 5075 0.382928 10.0.0.241 - - [2026-01-22 02:12:29] "GET /obj-perms HTTP/1.1" 200 5075 0.058820 10.0.0.241 - - [2026-01-22 02:12:37] "GET / HTTP/1.1" 200 36215 0.002288 10.0.0.241 - - [2026-01-22 02:12:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000486 10.0.0.241 - - [2026-01-22 02:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.035557 10.0.0.241 - - [2026-01-22 02:12:37] "GET /global-system-config/f8e365d4-5693-4401-a262-f2298530d83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.010082 10.0.0.241 - - [2026-01-22 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 220 0.003048 10.0.0.241 - - [2026-01-22 02:12:37] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.026718 10.0.0.241 - - [2026-01-22 02:12:50] "GET / HTTP/1.1" 200 36215 0.002123 10.0.0.241 - - [2026-01-22 02:12:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000442 10.0.0.241 - - [2026-01-22 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.029853 10.0.0.241 - - [2026-01-22 02:12:51] "GET /global-system-config/f8e365d4-5693-4401-a262-f2298530d83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.006649 10.0.0.241 - - [2026-01-22 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.003315 10.0.0.241 - - [2026-01-22 02:12:51] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.023150 10.0.0.241 - - [2026-01-22 02:13:29] "GET /obj-perms HTTP/1.1" 200 5075 0.052898 10.0.0.241 - - [2026-01-22 02:13:30] "GET /obj-perms HTTP/1.1" 200 5075 0.057099 10.0.0.241 - - [2026-01-22 02:14:29] "GET / HTTP/1.1" 200 36215 0.002593 10.0.0.241 - - [2026-01-22 02:14:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000428 10.0.0.241 - - [2026-01-22 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.033731 10.0.0.241 - - [2026-01-22 02:14:29] "GET /global-system-config/f8e365d4-5693-4401-a262-f2298530d83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.006357 10.0.0.241 - - [2026-01-22 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.241 - - [2026-01-22 02:14:29] "GET /routing-instance/a5d385cb-8fa9-46c0-9f41-996430babcfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.004268 10.0.0.241 - - [2026-01-22 02:14:29] "PUT /global-system-config/f8e365d4-5693-4401-a262-f2298530d83e HTTP/1.1" 200 275 0.012476 10.0.0.241 - - [2026-01-22 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 218 0.003384 10.0.0.241 - - [2026-01-22 02:14:29] "POST /virtual-routers HTTP/1.1" 200 605 0.024802 10.0.0.241 - - [2026-01-22 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.241 - - [2026-01-22 02:14:30] "GET /virtual-router/3224e391-191f-4d9e-ae18-dc1f71839520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.014269 10.0.0.241 - - [2026-01-22 02:14:30] "POST /fqname-to-id HTTP/1.1" 404 231 0.003115 10.0.0.241 - - [2026-01-22 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.241 - - [2026-01-22 02:14:30] "GET /virtual-network/757e6e01-30e6-454f-92d5-6dd6f3cea77c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.005276 10.0.0.241 - - [2026-01-22 02:14:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.058240 10.0.0.241 - - [2026-01-22 02:14:30] "GET /obj-perms HTTP/1.1" 200 5075 0.048396 10.0.0.241 - - [2026-01-22 02:14:30] "GET /obj-perms HTTP/1.1" 200 5075 0.057309 10.0.0.241 - - [2026-01-22 02:14:30] "PUT /access-control-list/4fe37adb-2108-47a9-9cd1-c396f28dd456 HTTP/1.1" 200 273 0.017668 10.0.0.241 - - [2026-01-22 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.009518 10.0.0.241 - - [2026-01-22 02:14:30] "GET /virtual-router/3224e391-191f-4d9e-ae18-dc1f71839520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.004973 [Introspect:8084]10.0.0.241 - - [2026-01-22 02:14:34] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001164 [Introspect:8084]10.0.0.241 - - [2026-01-22 02:14:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000894 [Introspect:8084]10.0.0.241 - - [2026-01-22 02:14:36] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000842 [Introspect:8084]10.0.0.241 - - [2026-01-22 02:14:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000971 10.0.0.241 - - [2026-01-22 02:15:31] "GET /obj-perms HTTP/1.1" 200 5075 0.057376 10.0.0.241 - - [2026-01-22 02:15:31] "GET /obj-perms HTTP/1.1" 200 5075 0.057089 10.0.0.241 - - [2026-01-22 02:15:39] "GET / HTTP/1.1" 200 36215 0.001718 10.0.0.241 - - [2026-01-22 02:15:39] "GET /project/876c000a-38c7-4664-997f-d9b9257c316b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000911 10.0.0.241 - - [2026-01-22 02:15:40] "GET /projects?obj_uuids=876c000a-38c7-4664-997f-d9b9257c316b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.025916 10.0.0.241 - - [2026-01-22 02:15:40] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001322 10.0.0.241 - - [2026-01-22 02:15:40] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.031813 10.0.0.241 - - [2026-01-22 02:15:40] "POST /id-to-fqname HTTP/1.1" 200 167 0.002548 10.0.0.241 - - [2026-01-22 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 176 0.003964 10.0.0.241 - - [2026-01-22 02:15:40] "POST /security-groups HTTP/1.1" 200 568 0.069179 10.0.0.241 - - [2026-01-22 02:15:40] "POST /projects HTTP/1.1" 200 539 0.238841 10.0.0.241 - - [2026-01-22 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.030149 10.0.0.241 - - [2026-01-22 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.312616 10.0.0.241 - - [2026-01-22 02:15:40] "POST /access-control-lists HTTP/1.1" 200 575 0.060994 10.0.0.241 - - [2026-01-22 02:15:40] "GET /project/876c000a-38c7-4664-997f-d9b9257c316b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.481173 10.0.0.241 - - [2026-01-22 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 206 0.002284 10.0.0.241 - - [2026-01-22 02:15:40] "POST /access-control-lists HTTP/1.1" 200 573 0.066290 [Introspect:8084]10.0.0.241 - - [2026-01-22 02:15:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001182 10.0.0.241 - - [2026-01-22 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 199 0.028199 10.0.0.241 - - [2026-01-22 02:15:41] "GET /projects?obj_uuids=9fdafe14-cd10-426e-b45e-2de1ae3afc78&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003338 10.0.0.241 - - [2026-01-22 02:15:41] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.241 - - [2026-01-22 02:15:41] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007132 10.0.0.241 - - [2026-01-22 02:15:41] "POST /id-to-fqname HTTP/1.1" 200 201 0.001349 10.0.0.241 - - [2026-01-22 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 210 0.005576 10.0.0.241 - - [2026-01-22 02:15:41] "POST /security-groups HTTP/1.1" 200 602 0.069518 10.0.0.241 - - [2026-01-22 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 245 0.003702 10.0.0.241 - - [2026-01-22 02:15:41] "POST /projects HTTP/1.1" 200 607 0.240954 10.0.0.241 - - [2026-01-22 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.321177 10.0.0.241 - - [2026-01-22 02:15:41] "POST /access-control-lists HTTP/1.1" 200 609 0.068941 10.0.0.241 - - [2026-01-22 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 244 0.002692 10.0.0.241 - - [2026-01-22 02:15:41] "GET /project/9fdafe14-cd10-426e-b45e-2de1ae3afc78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.465741 10.0.0.241 - - [2026-01-22 02:15:42] "POST /access-control-lists HTTP/1.1" 200 607 0.072347 10.0.0.241 - - [2026-01-22 02:15:42] "GET / HTTP/1.1" 200 36215 0.002430 10.0.0.241 - - [2026-01-22 02:15:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000482 10.0.0.241 - - [2026-01-22 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.057952 10.0.0.241 - - [2026-01-22 02:15:43] "GET /projects?obj_uuids=9fdafe14-cd10-426e-b45e-2de1ae3afc78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000899 10.0.0.241 - - [2026-01-22 02:15:43] "GET /project/9fdafe14-cd10-426e-b45e-2de1ae3afc78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.023407 10.0.0.241 - - [2026-01-22 02:15:44] "POST /neutron/network HTTP/1.1" 200 117 0.101108 10.0.0.241 - - [2026-01-22 02:15:44] "GET /projects?obj_uuids=9fdafe14-cd10-426e-b45e-2de1ae3afc78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001098 10.0.0.241 - - [2026-01-22 02:15:44] "POST /neutron/network HTTP/1.1" 200 620 0.096838 10.0.0.241 - - [2026-01-22 02:15:44] "POST /route-targets HTTP/1.1" 200 328 0.015656 10.0.0.241 - - [2026-01-22 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.016329 10.0.0.241 - - [2026-01-22 02:15:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004387 10.0.0.241 - - [2026-01-22 02:15:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.170700 10.0.0.241 - - [2026-01-22 02:15:44] "POST /neutron/network HTTP/1.1" 200 840 0.005834 10.0.0.241 - - [2026-01-22 02:15:44] "POST /id-to-fqname HTTP/1.1" 200 233 0.001393 10.0.0.241 - - [2026-01-22 02:15:44] "GET /virtual-network/ae229dee-064b-430e-a06d-6974cc90427a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005866 10.0.0.241 - - [2026-01-22 02:15:44] "POST /neutron/network HTTP/1.1" 200 840 0.007200 10.0.0.241 - - [2026-01-22 02:15:44] "GET /virtual-network/ae229dee-064b-430e-a06d-6974cc90427a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005860 10.0.0.241 - - [2026-01-22 02:15:44] "POST /neutron/network HTTP/1.1" 200 840 0.006752 10.0.0.241 - - [2026-01-22 02:15:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.007612 10.0.0.241 - - [2026-01-22 02:15:44] "GET /domains HTTP/1.1" 401 293 0.000509 10.0.0.241 - - [2026-01-22 02:15:45] "GET /domains HTTP/1.1" 200 281 0.035372 10.0.0.241 - - [2026-01-22 02:15:45] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001209 10.0.0.241 - - [2026-01-22 02:15:45] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2595 0.015120 10.0.0.241 - - [2026-01-22 02:15:45] "GET /projects?obj_uuids=9fdafe14-cd10-426e-b45e-2de1ae3afc78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001351 10.0.0.241 - - [2026-01-22 02:15:45] "GET /project/9fdafe14-cd10-426e-b45e-2de1ae3afc78 HTTP/1.1" 200 2175 0.091478 10.0.0.241 - - [2026-01-22 02:15:45] "GET /virtual-network/ae229dee-064b-430e-a06d-6974cc90427a HTTP/1.1" 200 2349 0.007930 10.0.0.241 - - [2026-01-22 02:15:45] "GET /virtual-network/ae229dee-064b-430e-a06d-6974cc90427a HTTP/1.1" 200 2349 0.005681 10.0.0.241 - - [2026-01-22 02:15:45] "GET /routing-instance/69e1bb6f-d82e-4041-8057-e33e07a3fdfc HTTP/1.1" 200 1496 0.008595 10.0.0.241 - - [2026-01-22 02:15:45] "GET /routing-instance/69e1bb6f-d82e-4041-8057-e33e07a3fdfc HTTP/1.1" 200 1496 0.003911 10.0.0.241 - - [2026-01-22 02:15:45] "GET /route-target/fdaa2be2-8ff4-4809-bc54-e059844131e9 HTTP/1.1" 200 1222 0.004345 10.0.0.241 - - [2026-01-22 02:15:45] "GET /virtual-network/ae229dee-064b-430e-a06d-6974cc90427a HTTP/1.1" 200 2349 0.010271 10.0.0.241 - - [2026-01-22 02:15:45] "GET /routing-instance/69e1bb6f-d82e-4041-8057-e33e07a3fdfc HTTP/1.1" 200 1496 0.003749 10.0.0.241 - - [2026-01-22 02:15:45] "GET /virtual-network/ae229dee-064b-430e-a06d-6974cc90427a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004771 10.0.0.241 - - [2026-01-22 02:15:45] "GET /virtual-network/ae229dee-064b-430e-a06d-6974cc90427a HTTP/1.1" 200 2349 0.004642 10.0.0.241 - - [2026-01-22 02:15:45] "GET /routing-instance/69e1bb6f-d82e-4041-8057-e33e07a3fdfc HTTP/1.1" 200 1496 0.003221 10.0.0.241 - - [2026-01-22 02:15:45] "GET /routing-instance/69e1bb6f-d82e-4041-8057-e33e07a3fdfc HTTP/1.1" 200 1496 0.004083 10.0.0.241 - - [2026-01-22 02:15:45] "GET /route-target/fdaa2be2-8ff4-4809-bc54-e059844131e9 HTTP/1.1" 200 1222 0.003838 10.0.0.241 - - [2026-01-22 02:15:45] "GET /domains HTTP/1.1" 200 281 0.002987 10.0.0.241 - - [2026-01-22 02:15:45] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000858 10.0.0.241 - - [2026-01-22 02:15:45] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2595 0.007025 10.0.0.241 - - [2026-01-22 02:15:45] "GET /projects?obj_uuids=9fdafe14-cd10-426e-b45e-2de1ae3afc78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000837 10.0.0.241 - - [2026-01-22 02:15:45] "GET /project/9fdafe14-cd10-426e-b45e-2de1ae3afc78 HTTP/1.1" 200 2175 0.077584 10.0.0.241 - - [2026-01-22 02:15:45] "GET /virtual-network/ae229dee-064b-430e-a06d-6974cc90427a HTTP/1.1" 200 2349 0.004910 10.0.0.241 - - [2026-01-22 02:15:45] "GET /obj-perms HTTP/1.1" 200 5071 0.054103 10.0.0.241 - - [2026-01-22 02:15:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.001408 10.0.0.241 - - [2026-01-22 02:15:47] "POST /neutron/network HTTP/1.1" 200 850 0.006347 10.0.0.241 - - [2026-01-22 02:15:47] "GET /aaa-mode HTTP/1.1" 401 293 0.000416 10.0.0.241 - - [2026-01-22 02:15:47] "GET / HTTP/1.1" 200 36215 0.001558 10.0.0.241 - - [2026-01-22 02:15:47] "GET /project/9fdafe14-cd10-426e-b45e-2de1ae3afc78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000366 10.0.0.241 - - [2026-01-22 02:15:48] "GET /projects?obj_uuids=9fdafe14-cd10-426e-b45e-2de1ae3afc78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000992 10.0.0.241 - - [2026-01-22 02:15:48] "GET /project/9fdafe14-cd10-426e-b45e-2de1ae3afc78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.055554 10.0.0.241 - - [2026-01-22 02:15:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.241 - - [2026-01-22 02:15:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000491 10.0.0.241 - - [2026-01-22 02:15:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.241 - - [2026-01-22 02:15:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000413 10.0.0.241 - - [2026-01-22 02:15:49] "POST /neutron/network HTTP/1.1" 200 840 0.031250 10.0.0.241 - - [2026-01-22 02:15:49] "POST /neutron/port HTTP/1.1" 200 117 0.005772 10.0.0.241 - - [2026-01-22 02:15:49] "POST /neutron/port HTTP/1.1" 200 117 0.005675 10.0.0.241 - - [2026-01-22 02:15:49] "POST /neutron/port HTTP/1.1" 200 117 0.005499 10.0.0.241 - - [2026-01-22 02:15:50] "POST /neutron/network HTTP/1.1" 200 850 0.005769 10.0.0.241 - - [2026-01-22 02:15:50] "GET /projects?obj_uuids=9fdafe14-cd10-426e-b45e-2de1ae3afc78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000935 10.0.0.241 - - [2026-01-22 02:15:50] "POST /neutron/port HTTP/1.1" 200 1072 0.220063 10.0.0.241 - - [2026-01-22 02:15:50] "POST /neutron/port HTTP/1.1" 200 1072 0.037254 10.0.0.241 - - [2026-01-22 02:15:51] "POST /neutron/port HTTP/1.1" 200 1072 0.010010 10.0.0.241 - - [2026-01-22 02:15:51] "POST /neutron/port HTTP/1.1" 200 1126 0.078735 10.0.0.241 - - [2026-01-22 02:15:51] "POST /neutron/port HTTP/1.1" 200 1136 0.014898 10.0.0.241 - - [2026-01-22 02:15:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004152 10.0.0.241 - - [2026-01-22 02:15:51] "POST /neutron/subnet HTTP/1.1" 200 703 0.008958 10.0.0.241 - - [2026-01-22 02:15:51] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.241 - - [2026-01-22 02:15:51] "POST /neutron/network HTTP/1.1" 200 840 0.007128 10.0.0.241 - - [2026-01-22 02:15:54] "POST /neutron/port HTTP/1.1" 200 1136 0.020042 10.0.0.241 - - [2026-01-22 02:15:54] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007238 10.0.0.241 - - [2026-01-22 02:15:59] "POST /neutron/port HTTP/1.1" 200 1136 0.015379 10.0.0.241 - - [2026-01-22 02:15:59] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007232 10.0.0.241 - - [2026-01-22 02:15:59] "GET /obj-perms HTTP/1.1" 200 5071 0.003435 10.0.0.241 - - [2026-01-22 02:16:00] "GET /obj-perms HTTP/1.1" 200 5071 0.003532 10.0.0.241 - - [2026-01-22 02:16:01] "GET /obj-perms HTTP/1.1" 200 5071 0.003676 10.0.0.241 - - [2026-01-22 02:16:02] "GET /obj-perms HTTP/1.1" 200 5071 0.005645 10.0.0.241 - - [2026-01-22 02:16:03] "GET /obj-perms HTTP/1.1" 200 5071 0.003662 10.0.0.241 - - [2026-01-22 02:16:04] "POST /neutron/network HTTP/1.1" 200 840 0.012017 10.0.0.241 - - [2026-01-22 02:16:04] "POST /neutron/network HTTP/1.1" 400 204 0.012238 10.0.0.241 - - [2026-01-22 02:16:05] "POST /neutron/port HTTP/1.1" 200 1136 0.012932 10.0.0.241 - - [2026-01-22 02:16:05] "POST /neutron/port HTTP/1.1" 200 1126 0.010439 10.0.0.241 - - [2026-01-22 02:16:05] "POST /neutron/port HTTP/1.1" 200 151 0.117164 10.0.0.241 - - [2026-01-22 02:16:06] "POST /neutron/network HTTP/1.1" 200 840 0.007029 10.0.0.241 - - [2026-01-22 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.241 - - [2026-01-22 02:16:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002851 10.0.0.241 - - [2026-01-22 02:16:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001700 10.0.0.241 - - [2026-01-22 02:16:06] "POST /neutron/network HTTP/1.1" 200 151 0.098274 10.0.0.241 - - [2026-01-22 02:16:06] "DELETE /route-target/fdaa2be2-8ff4-4809-bc54-e059844131e9 HTTP/1.1" 200 115 0.017214 10.0.0.241 - - [2026-01-22 02:16:06] "GET /routing-instance/69e1bb6f-d82e-4041-8057-e33e07a3fdfc HTTP/1.1" 404 171 0.002341 10.0.0.241 - - [2026-01-22 02:16:06] "GET /domains HTTP/1.1" 200 281 0.002593 10.0.0.241 - - [2026-01-22 02:16:06] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000894 10.0.0.241 - - [2026-01-22 02:16:07] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2595 0.048241 10.0.0.241 - - [2026-01-22 02:16:07] "GET /projects?obj_uuids=9fdafe14-cd10-426e-b45e-2de1ae3afc78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000871 10.0.0.241 - - [2026-01-22 02:16:07] "GET /project/9fdafe14-cd10-426e-b45e-2de1ae3afc78 HTTP/1.1" 200 1924 0.069628 10.0.0.241 - - [2026-01-22 02:16:07] "GET /projects?obj_uuids=9fdafe14-cd10-426e-b45e-2de1ae3afc78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001017 10.0.0.241 - - [2026-01-22 02:16:07] "GET /project/9fdafe14-cd10-426e-b45e-2de1ae3afc78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.024251 10.0.0.241 - - [2026-01-22 02:16:07] "GET /projects?obj_uuids=9fdafe14-cd10-426e-b45e-2de1ae3afc78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001041 10.0.0.241 - - [2026-01-22 02:16:07] "GET /project/9fdafe14-cd10-426e-b45e-2de1ae3afc78?fields=virtual_networks HTTP/1.1" 200 1057 0.070632 10.0.0.241 - - [2026-01-22 02:16:07] "GET /projects?obj_uuids=9fdafe14-cd10-426e-b45e-2de1ae3afc78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001075 10.0.0.241 - - [2026-01-22 02:16:07] "GET /project/9fdafe14-cd10-426e-b45e-2de1ae3afc78?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.035107 10.0.0.241 - - [2026-01-22 02:16:07] "GET /projects?obj_uuids=9fdafe14-cd10-426e-b45e-2de1ae3afc78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001028 10.0.0.241 - - [2026-01-22 02:16:07] "GET /project/9fdafe14-cd10-426e-b45e-2de1ae3afc78?fields=security_groups HTTP/1.1" 200 1295 0.023430 10.0.0.241 - - [2026-01-22 02:16:08] "GET /projects?obj_uuids=876c000a-38c7-4664-997f-d9b9257c316b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001022 10.0.0.241 - - [2026-01-22 02:16:08] "GET /project/876c000a-38c7-4664-997f-d9b9257c316b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.045816 10.0.0.241 - - [2026-01-22 02:16:12] "GET /projects?obj_uuids=876c000a-38c7-4664-997f-d9b9257c316b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000881 10.0.0.241 - - [2026-01-22 02:16:12] "GET /project/876c000a-38c7-4664-997f-d9b9257c316b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.026078 10.0.0.241 - - [2026-01-22 02:16:12] "GET /documentation/index.html HTTP/1.1" 200 210274 0.002985 10.0.0.241 - - [2026-01-22 02:16:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.036955 10.0.0.241 - - [2026-01-22 02:16:13] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003636 10.0.0.241 - - [2026-01-22 02:16:13] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.241 - - [2026-01-22 02:16:13] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007513 10.0.0.241 - - [2026-01-22 02:16:13] "POST /id-to-fqname HTTP/1.1" 200 202 0.002261 10.0.0.241 - - [2026-01-22 02:16:13] "POST /fqname-to-id HTTP/1.1" 404 211 0.004748 10.0.0.241 - - [2026-01-22 02:16:13] "POST /security-groups HTTP/1.1" 200 603 0.072681 10.0.0.241 - - [2026-01-22 02:16:13] "POST /fqname-to-id HTTP/1.1" 404 246 0.002508 10.0.0.241 - - [2026-01-22 02:16:13] "POST /projects HTTP/1.1" 200 609 0.234628 10.0.0.241 - - [2026-01-22 02:16:13] "POST /access-control-lists HTTP/1.1" 200 610 0.060523 10.0.0.241 - - [2026-01-22 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.314839 10.0.0.241 - - [2026-01-22 02:16:13] "POST /fqname-to-id HTTP/1.1" 404 245 0.003005 10.0.0.241 - - [2026-01-22 02:16:13] "GET /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.457694 10.0.0.241 - - [2026-01-22 02:16:13] "POST /access-control-lists HTTP/1.1" 200 608 0.065253 10.0.0.241 - - [2026-01-22 02:16:14] "GET / HTTP/1.1" 200 36215 0.001734 10.0.0.241 - - [2026-01-22 02:16:15] "GET /projects?obj_uuids=876c000a-38c7-4664-997f-d9b9257c316b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001160 10.0.0.241 - - [2026-01-22 02:16:15] "GET /project/876c000a-38c7-4664-997f-d9b9257c316b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.030101 10.0.0.241 - - [2026-01-22 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.014747 10.0.0.241 - - [2026-01-22 02:16:15] "GET /security-group/8656fad0-2f84-4011-ac5d-2e0d8ee2952e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.005279 10.0.0.241 - - [2026-01-22 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.241 - - [2026-01-22 02:16:15] "GET /projects?obj_uuids=876c000a-38c7-4664-997f-d9b9257c316b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001308 10.0.0.241 - - [2026-01-22 02:16:15] "GET /project/876c000a-38c7-4664-997f-d9b9257c316b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.025408 10.0.0.241 - - [2026-01-22 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.241 - - [2026-01-22 02:16:16] "GET /security-group/8656fad0-2f84-4011-ac5d-2e0d8ee2952e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.003908 10.0.0.241 - - [2026-01-22 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.241 - - [2026-01-22 02:16:16] "PUT /security-group/8656fad0-2f84-4011-ac5d-2e0d8ee2952e HTTP/1.1" 200 263 0.017376 10.0.0.241 - - [2026-01-22 02:16:16] "PUT /access-control-list/959af468-c88b-4a41-97c3-336aaaa928eb HTTP/1.1" 200 273 0.011184 10.0.0.241 - - [2026-01-22 02:16:16] "PUT /access-control-list/f241722a-0af4-42c3-81f9-9ad8da625fad HTTP/1.1" 200 273 0.013679 10.0.0.241 - - [2026-01-22 02:16:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000526 10.0.0.241 - - [2026-01-22 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.069067 10.0.0.241 - - [2026-01-22 02:16:16] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000910 10.0.0.241 - - [2026-01-22 02:16:16] "GET /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.026793 10.0.0.241 - - [2026-01-22 02:16:16] "POST /neutron/network HTTP/1.1" 200 117 0.036451 10.0.0.241 - - [2026-01-22 02:16:16] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000916 10.0.0.241 - - [2026-01-22 02:16:16] "POST /neutron/network HTTP/1.1" 200 619 0.065491 10.0.0.241 - - [2026-01-22 02:16:17] "POST /route-targets HTTP/1.1" 200 328 0.012590 10.0.0.241 - - [2026-01-22 02:16:17] "POST /ref-update HTTP/1.1" 200 156 0.015621 10.0.0.241 - - [2026-01-22 02:16:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002994 10.0.0.241 - - [2026-01-22 02:16:17] "POST /neutron/subnet HTTP/1.1" 200 734 0.167410 10.0.0.241 - - [2026-01-22 02:16:17] "POST /neutron/network HTTP/1.1" 200 840 0.006891 10.0.0.241 - - [2026-01-22 02:16:17] "POST /id-to-fqname HTTP/1.1" 200 233 0.001479 10.0.0.241 - - [2026-01-22 02:16:17] "GET /virtual-network/7d7b89ce-42bc-4535-a235-7a49a9760b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005937 10.0.0.241 - - [2026-01-22 02:16:17] "POST /neutron/network HTTP/1.1" 200 840 0.006138 10.0.0.241 - - [2026-01-22 02:16:17] "GET /virtual-network/7d7b89ce-42bc-4535-a235-7a49a9760b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005664 10.0.0.241 - - [2026-01-22 02:16:17] "POST /neutron/network HTTP/1.1" 200 840 0.005790 10.0.0.241 - - [2026-01-22 02:16:17] "POST /neutron/subnet HTTP/1.1" 200 734 0.006390 10.0.0.241 - - [2026-01-22 02:16:17] "GET /domains HTTP/1.1" 401 293 0.000400 10.0.0.241 - - [2026-01-22 02:16:17] "GET /domains HTTP/1.1" 200 281 0.032627 10.0.0.241 - - [2026-01-22 02:16:17] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.241 - - [2026-01-22 02:16:17] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2794 0.011235 10.0.0.241 - - [2026-01-22 02:16:17] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000932 10.0.0.241 - - [2026-01-22 02:16:17] "GET /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c HTTP/1.1" 200 2178 0.077582 10.0.0.241 - - [2026-01-22 02:16:17] "GET /virtual-network/7d7b89ce-42bc-4535-a235-7a49a9760b1c HTTP/1.1" 200 2349 0.006097 10.0.0.241 - - [2026-01-22 02:16:17] "GET /virtual-network/7d7b89ce-42bc-4535-a235-7a49a9760b1c HTTP/1.1" 200 2349 0.005663 10.0.0.241 - - [2026-01-22 02:16:17] "GET /routing-instance/58e14108-fb08-4bc3-8865-a3a36355cb6c HTTP/1.1" 200 1493 0.003943 10.0.0.241 - - [2026-01-22 02:16:17] "GET /routing-instance/58e14108-fb08-4bc3-8865-a3a36355cb6c HTTP/1.1" 200 1493 0.003608 10.0.0.241 - - [2026-01-22 02:16:17] "GET /route-target/f3d99bb4-5b75-4ee2-ba72-33d3d139eb72 HTTP/1.1" 200 1221 0.003427 10.0.0.241 - - [2026-01-22 02:16:17] "GET /virtual-network/7d7b89ce-42bc-4535-a235-7a49a9760b1c HTTP/1.1" 200 2349 0.004697 10.0.0.241 - - [2026-01-22 02:16:17] "GET /routing-instance/58e14108-fb08-4bc3-8865-a3a36355cb6c HTTP/1.1" 200 1493 0.003560 10.0.0.241 - - [2026-01-22 02:16:17] "GET /virtual-network/7d7b89ce-42bc-4535-a235-7a49a9760b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005318 10.0.0.241 - - [2026-01-22 02:16:17] "GET /virtual-network/7d7b89ce-42bc-4535-a235-7a49a9760b1c HTTP/1.1" 200 2349 0.004677 10.0.0.241 - - [2026-01-22 02:16:17] "GET /routing-instance/58e14108-fb08-4bc3-8865-a3a36355cb6c HTTP/1.1" 200 1493 0.003509 10.0.0.241 - - [2026-01-22 02:16:17] "GET /routing-instance/58e14108-fb08-4bc3-8865-a3a36355cb6c HTTP/1.1" 200 1493 0.003393 10.0.0.241 - - [2026-01-22 02:16:17] "GET /route-target/f3d99bb4-5b75-4ee2-ba72-33d3d139eb72 HTTP/1.1" 200 1221 0.003404 10.0.0.241 - - [2026-01-22 02:16:17] "GET /domains HTTP/1.1" 200 281 0.003230 10.0.0.241 - - [2026-01-22 02:16:17] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.241 - - [2026-01-22 02:16:17] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2794 0.008473 10.0.0.241 - - [2026-01-22 02:16:17] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000980 10.0.0.241 - - [2026-01-22 02:16:18] "GET /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c HTTP/1.1" 200 2178 0.081569 10.0.0.241 - - [2026-01-22 02:16:18] "GET /virtual-network/7d7b89ce-42bc-4535-a235-7a49a9760b1c HTTP/1.1" 200 2349 0.005023 10.0.0.241 - - [2026-01-22 02:16:18] "GET /obj-perms HTTP/1.1" 200 5073 0.059596 10.0.0.241 - - [2026-01-22 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.241 - - [2026-01-22 02:16:18] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000843 10.0.0.241 - - [2026-01-22 02:16:18] "GET /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040609 10.0.0.241 - - [2026-01-22 02:16:18] "POST /neutron/network HTTP/1.1" 200 117 0.010675 10.0.0.241 - - [2026-01-22 02:16:18] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001114 10.0.0.241 - - [2026-01-22 02:16:18] "POST /neutron/network HTTP/1.1" 200 619 0.076411 10.0.0.241 - - [2026-01-22 02:16:18] "POST /route-targets HTTP/1.1" 200 328 0.010427 10.0.0.241 - - [2026-01-22 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.014188 10.0.0.241 - - [2026-01-22 02:16:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003896 10.0.0.241 - - [2026-01-22 02:16:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.165276 10.0.0.241 - - [2026-01-22 02:16:18] "POST /neutron/network HTTP/1.1" 200 837 0.005615 10.0.0.241 - - [2026-01-22 02:16:18] "POST /id-to-fqname HTTP/1.1" 200 233 0.001263 10.0.0.241 - - [2026-01-22 02:16:18] "GET /virtual-network/8cbc7839-97c1-4128-b5ed-e014afec19ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004951 10.0.0.241 - - [2026-01-22 02:16:18] "POST /neutron/network HTTP/1.1" 200 837 0.007839 10.0.0.241 - - [2026-01-22 02:16:18] "GET /virtual-network/8cbc7839-97c1-4128-b5ed-e014afec19ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006246 10.0.0.241 - - [2026-01-22 02:16:18] "POST /neutron/network HTTP/1.1" 200 837 0.010039 10.0.0.241 - - [2026-01-22 02:16:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.009578 10.0.0.241 - - [2026-01-22 02:16:18] "GET /domains HTTP/1.1" 200 281 0.002342 10.0.0.241 - - [2026-01-22 02:16:18] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.241 - - [2026-01-22 02:16:18] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2794 0.005892 10.0.0.241 - - [2026-01-22 02:16:19] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000741 10.0.0.241 - - [2026-01-22 02:16:19] "GET /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c HTTP/1.1" 200 2407 0.079504 10.0.0.241 - - [2026-01-22 02:16:19] "GET /virtual-network/8cbc7839-97c1-4128-b5ed-e014afec19ae HTTP/1.1" 200 2341 0.006090 10.0.0.241 - - [2026-01-22 02:16:19] "GET /virtual-network/8cbc7839-97c1-4128-b5ed-e014afec19ae HTTP/1.1" 200 2341 0.004196 10.0.0.241 - - [2026-01-22 02:16:19] "GET /routing-instance/5de4ef69-aff9-4679-b8f6-aa2bff8d5d9d HTTP/1.1" 200 1494 0.003517 10.0.0.241 - - [2026-01-22 02:16:19] "GET /routing-instance/5de4ef69-aff9-4679-b8f6-aa2bff8d5d9d HTTP/1.1" 200 1494 0.003620 10.0.0.241 - - [2026-01-22 02:16:19] "GET /route-target/b31648bc-3544-45e1-8be5-328d220628ec HTTP/1.1" 200 1221 0.003071 10.0.0.241 - - [2026-01-22 02:16:19] "GET /virtual-network/8cbc7839-97c1-4128-b5ed-e014afec19ae HTTP/1.1" 200 2341 0.004152 10.0.0.241 - - [2026-01-22 02:16:19] "GET /routing-instance/5de4ef69-aff9-4679-b8f6-aa2bff8d5d9d HTTP/1.1" 200 1494 0.002840 10.0.0.241 - - [2026-01-22 02:16:19] "GET /virtual-network/8cbc7839-97c1-4128-b5ed-e014afec19ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005070 10.0.0.241 - - [2026-01-22 02:16:19] "GET /virtual-network/8cbc7839-97c1-4128-b5ed-e014afec19ae HTTP/1.1" 200 2341 0.004222 10.0.0.241 - - [2026-01-22 02:16:19] "GET /routing-instance/5de4ef69-aff9-4679-b8f6-aa2bff8d5d9d HTTP/1.1" 200 1494 0.003646 10.0.0.241 - - [2026-01-22 02:16:19] "GET /routing-instance/5de4ef69-aff9-4679-b8f6-aa2bff8d5d9d HTTP/1.1" 200 1494 0.003644 10.0.0.241 - - [2026-01-22 02:16:19] "GET /route-target/b31648bc-3544-45e1-8be5-328d220628ec HTTP/1.1" 200 1221 0.003458 10.0.0.241 - - [2026-01-22 02:16:19] "GET /domains HTTP/1.1" 200 281 0.003494 10.0.0.241 - - [2026-01-22 02:16:19] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000871 10.0.0.241 - - [2026-01-22 02:16:19] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2794 0.006502 10.0.0.241 - - [2026-01-22 02:16:19] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000764 10.0.0.241 - - [2026-01-22 02:16:19] "GET /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c HTTP/1.1" 200 2407 0.065325 10.0.0.241 - - [2026-01-22 02:16:19] "GET /virtual-network/8cbc7839-97c1-4128-b5ed-e014afec19ae HTTP/1.1" 200 2341 0.004934 10.0.0.241 - - [2026-01-22 02:16:19] "GET /obj-perms HTTP/1.1" 200 5073 0.007632 10.0.0.241 - - [2026-01-22 02:16:19] "POST /id-to-fqname HTTP/1.1" 200 233 0.001280 10.0.0.241 - - [2026-01-22 02:16:19] "POST /neutron/network HTTP/1.1" 200 847 0.005698 10.0.0.241 - - [2026-01-22 02:16:19] "GET /aaa-mode HTTP/1.1" 401 293 0.000419 10.0.0.241 - - [2026-01-22 02:16:19] "GET / HTTP/1.1" 200 36215 0.001575 10.0.0.241 - - [2026-01-22 02:16:19] "GET /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000507 10.0.0.241 - - [2026-01-22 02:16:20] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001063 10.0.0.241 - - [2026-01-22 02:16:20] "GET /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.068765 10.0.0.241 - - [2026-01-22 02:16:20] "POST /neutron/network HTTP/1.1" 200 837 0.005764 10.0.0.241 - - [2026-01-22 02:16:20] "POST /neutron/port HTTP/1.1" 200 117 0.007704 10.0.0.241 - - [2026-01-22 02:16:20] "POST /neutron/port HTTP/1.1" 200 117 0.005142 10.0.0.241 - - [2026-01-22 02:16:20] "POST /id-to-fqname HTTP/1.1" 200 233 0.001276 10.0.0.241 - - [2026-01-22 02:16:20] "POST /neutron/port HTTP/1.1" 200 117 0.005016 10.0.0.241 - - [2026-01-22 02:16:20] "POST /neutron/network HTTP/1.1" 200 850 0.006575 10.0.0.241 - - [2026-01-22 02:16:20] "GET /aaa-mode HTTP/1.1" 401 293 0.000653 10.0.0.241 - - [2026-01-22 02:16:20] "POST /neutron/network HTTP/1.1" 200 847 0.006516 10.0.0.241 - - [2026-01-22 02:16:20] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000954 10.0.0.241 - - [2026-01-22 02:16:20] "GET / HTTP/1.1" 200 36215 0.001993 10.0.0.241 - - [2026-01-22 02:16:20] "GET /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000348 10.0.0.241 - - [2026-01-22 02:16:21] "POST /neutron/port HTTP/1.1" 200 1071 0.237656 10.0.0.241 - - [2026-01-22 02:16:21] "POST /neutron/port HTTP/1.1" 200 1071 0.010103 10.0.0.241 - - [2026-01-22 02:16:21] "POST /neutron/port HTTP/1.1" 200 1071 0.009080 10.0.0.241 - - [2026-01-22 02:16:21] "POST /neutron/port HTTP/1.1" 200 1125 0.062371 10.0.0.241 - - [2026-01-22 02:16:21] "POST /neutron/port HTTP/1.1" 200 1135 0.017226 10.0.0.241 - - [2026-01-22 02:16:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003219 10.0.0.241 - - [2026-01-22 02:16:21] "POST /neutron/subnet HTTP/1.1" 200 694 0.009692 10.0.0.241 - - [2026-01-22 02:16:21] "POST /neutron/port HTTP/1.1" 200 117 0.003603 10.0.0.241 - - [2026-01-22 02:16:21] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001344 10.0.0.241 - - [2026-01-22 02:16:21] "POST /neutron/network HTTP/1.1" 200 837 0.005293 10.0.0.241 - - [2026-01-22 02:16:21] "GET /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.060847 10.0.0.241 - - [2026-01-22 02:16:21] "POST /neutron/network HTTP/1.1" 200 840 0.007726 10.0.0.241 - - [2026-01-22 02:16:21] "POST /neutron/port HTTP/1.1" 200 1135 0.034485 10.0.0.241 - - [2026-01-22 02:16:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013983 10.0.0.241 - - [2026-01-22 02:16:21] "POST /neutron/port HTTP/1.1" 200 117 0.012126 10.0.0.241 - - [2026-01-22 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.241 - - [2026-01-22 02:16:21] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000962 10.0.0.241 - - [2026-01-22 02:16:21] "GET /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.039040 10.0.0.241 - - [2026-01-22 02:16:21] "GET /virtual-network/7d7b89ce-42bc-4535-a235-7a49a9760b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006653 10.0.0.241 - - [2026-01-22 02:16:21] "GET /floating-ip-pools?parent_id=7d7b89ce-42bc-4535-a235-7a49a9760b1c&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002828 10.0.0.241 - - [2026-01-22 02:16:21] "GET /virtual-network/7d7b89ce-42bc-4535-a235-7a49a9760b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005668 10.0.0.241 - - [2026-01-22 02:16:21] "POST /floating-ip-pools HTTP/1.1" 200 611 0.021677 10.0.0.241 - - [2026-01-22 02:16:21] "POST /neutron/network HTTP/1.1" 200 850 0.009267 10.0.0.241 - - [2026-01-22 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.014472 10.0.0.241 - - [2026-01-22 02:16:22] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001054 10.0.0.241 - - [2026-01-22 02:16:22] "GET /virtual-network/7d7b89ce-42bc-4535-a235-7a49a9760b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005299 10.0.0.241 - - [2026-01-22 02:16:22] "GET /domains HTTP/1.1" 200 281 0.006540 10.0.0.241 - - [2026-01-22 02:16:22] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001228 10.0.0.241 - - [2026-01-22 02:16:22] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2794 0.006806 10.0.0.241 - - [2026-01-22 02:16:22] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000952 10.0.0.241 - - [2026-01-22 02:16:22] "GET /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c HTTP/1.1" 200 3252 0.110526 10.0.0.241 - - [2026-01-22 02:16:22] "GET /virtual-network/7d7b89ce-42bc-4535-a235-7a49a9760b1c HTTP/1.1" 200 2942 0.012713 10.0.0.241 - - [2026-01-22 02:16:22] "GET /floating-ip-pool/fbf72d32-eafd-4b22-9bdc-e061039e6418 HTTP/1.1" 200 1444 0.003054 10.0.0.241 - - [2026-01-22 02:16:22] "GET /domains HTTP/1.1" 200 281 0.001988 10.0.0.241 - - [2026-01-22 02:16:22] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001903 10.0.0.241 - - [2026-01-22 02:16:22] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2794 0.012923 10.0.0.241 - - [2026-01-22 02:16:22] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001485 10.0.0.241 - - [2026-01-22 02:16:22] "GET /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c HTTP/1.1" 200 3252 0.090037 10.0.0.241 - - [2026-01-22 02:16:22] "POST /neutron/port HTTP/1.1" 200 1074 0.344055 10.0.0.241 - - [2026-01-22 02:16:22] "GET /virtual-network/7d7b89ce-42bc-4535-a235-7a49a9760b1c HTTP/1.1" 200 3164 0.020156 10.0.0.241 - - [2026-01-22 02:16:22] "GET /virtual-network/7d7b89ce-42bc-4535-a235-7a49a9760b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.016319 10.0.0.241 - - [2026-01-22 02:16:22] "POST /neutron/port HTTP/1.1" 200 1074 0.015967 10.0.0.241 - - [2026-01-22 02:16:22] "POST /neutron/port HTTP/1.1" 200 1074 0.014901 10.0.0.241 - - [2026-01-22 02:16:22] "POST /neutron/port HTTP/1.1" 200 1135 0.033184 10.0.0.241 - - [2026-01-22 02:16:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005346 10.0.0.241 - - [2026-01-22 02:16:22] "POST /neutron/port HTTP/1.1" 200 1128 0.082956 10.0.0.241 - - [2026-01-22 02:16:22] "POST /neutron/port HTTP/1.1" 200 1135 0.015996 10.0.0.241 - - [2026-01-22 02:16:22] "POST /neutron/port HTTP/1.1" 200 1138 0.016365 10.0.0.241 - - [2026-01-22 02:16:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008156 10.0.0.241 - - [2026-01-22 02:16:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003602 10.0.0.241 - - [2026-01-22 02:16:22] "POST /neutron/subnet HTTP/1.1" 200 708 0.009432 10.0.0.241 - - [2026-01-22 02:16:22] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.241 - - [2026-01-22 02:16:22] "POST /neutron/network HTTP/1.1" 200 840 0.006948 10.0.0.241 - - [2026-01-22 02:16:22] "POST /neutron/port HTTP/1.1" 200 1135 0.014630 10.0.0.241 - - [2026-01-22 02:16:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006247 10.0.0.241 - - [2026-01-22 02:16:22] "GET /virtual-machine/b5f7f8c3-5a51-4ffc-b4ba-a0d48a1866da HTTP/1.1" 200 1307 0.004257 10.0.0.241 - - [2026-01-22 02:16:22] "GET /virtual-machine-interface/ca8902e2-b68d-4d6f-97f3-56d3e149bea6 HTTP/1.1" 200 3011 0.006251 10.0.0.241 - - [2026-01-22 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.241 - - [2026-01-22 02:16:22] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002566 10.0.0.241 - - [2026-01-22 02:16:22] "GET /virtual-networks?parent_id=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003034 10.0.0.241 - - [2026-01-22 02:16:22] "GET /virtual-network/8cbc7839-97c1-4128-b5ed-e014afec19ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005157 10.0.0.241 - - [2026-01-22 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.241 - - [2026-01-22 02:16:25] "GET /virtual-network/8cbc7839-97c1-4128-b5ed-e014afec19ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005070 10.0.0.241 - - [2026-01-22 02:16:27] "GET /projects?obj_uuids=9fdafe14-cd10-426e-b45e-2de1ae3afc78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000797 10.0.0.241 - - [2026-01-22 02:16:27] "DELETE /project/876c000a38c74664997fd9b9257c316b HTTP/1.1" 404 173 0.005272 10.0.0.241 - - [2026-01-22 02:16:27] "DELETE /project/0376241f7c4f4a2485abeb003dbf2b8c HTTP/1.1" 404 173 0.003695 10.0.0.241 - - [2026-01-22 02:16:27] "GET /project/9fdafe14-cd10-426e-b45e-2de1ae3afc78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.035985 10.0.0.241 - - [2026-01-22 02:16:27] "DELETE /project/9fdafe14cd10426eb45e2de1ae3afc78 HTTP/1.1" 404 173 0.036874 10.0.0.241 - - [2026-01-22 02:16:27] "GET /projects?obj_uuids=9fdafe14-cd10-426e-b45e-2de1ae3afc78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001648 10.0.0.241 - - [2026-01-22 02:16:27] "GET /project/9fdafe14-cd10-426e-b45e-2de1ae3afc78?fields=security_groups HTTP/1.1" 200 1397 0.034451 10.0.0.241 - - [2026-01-22 02:16:27] "DELETE /security-group/897ccac9-8eff-4cbd-ae0b-028b153e07c8 HTTP/1.1" 200 115 0.039704 10.0.0.241 - - [2026-01-22 02:16:27] "GET /projects?obj_uuids=9fdafe14-cd10-426e-b45e-2de1ae3afc78&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001264 10.0.0.241 - - [2026-01-22 02:16:27] "GET /project/9fdafe14-cd10-426e-b45e-2de1ae3afc78?fields=application_policy_sets HTTP/1.1" 200 1436 0.031177 10.0.0.241 - - [2026-01-22 02:16:27] "DELETE /access-control-list/cc09071d-863c-4498-947c-2502e611065f HTTP/1.1" 200 115 0.037013 10.0.0.241 - - [2026-01-22 02:16:27] "DELETE /access-control-list/18941bd3-8868-4f4e-9f1e-be3d4275e080 HTTP/1.1" 200 115 0.021554 10.0.0.241 - - [2026-01-22 02:16:27] "DELETE /project/9fdafe14-cd10-426e-b45e-2de1ae3afc78 HTTP/1.1" 200 115 0.323354 10.0.0.241 - - [2026-01-22 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.241 - - [2026-01-22 02:16:30] "GET /virtual-network/8cbc7839-97c1-4128-b5ed-e014afec19ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004995 10.0.0.241 - - [2026-01-22 02:16:31] "POST /neutron/port HTTP/1.1" 200 1135 0.050101 10.0.0.241 - - [2026-01-22 02:16:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005329 10.0.0.241 - - [2026-01-22 02:16:31] "POST /neutron/port HTTP/1.1" 200 1138 0.011978 10.0.0.241 - - [2026-01-22 02:16:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006141 10.0.0.241 - - [2026-01-22 02:16:32] "GET /obj-perms HTTP/1.1" 200 5075 0.053434 10.0.0.241 - - [2026-01-22 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.241 - - [2026-01-22 02:16:32] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003298 10.0.0.241 - - [2026-01-22 02:16:32] "GET /virtual-networks?parent_id=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003294 10.0.0.241 - - [2026-01-22 02:16:32] "GET /virtual-network/8cbc7839-97c1-4128-b5ed-e014afec19ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004719 10.0.0.241 - - [2026-01-22 02:16:32] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001478 10.0.0.241 - - [2026-01-22 02:16:32] "GET /obj-perms HTTP/1.1" 200 5075 0.084516 10.0.0.241 - - [2026-01-22 02:16:32] "POST /neutron/floatingip HTTP/1.1" 200 532 0.082689 10.0.0.241 - - [2026-01-22 02:16:32] "POST /neutron/port HTTP/1.1" 200 1135 0.019839 10.0.0.241 - - [2026-01-22 02:16:32] "POST /neutron/floatingip HTTP/1.1" 200 532 0.005004 10.0.0.241 - - [2026-01-22 02:16:32] "POST /neutron/floatingip HTTP/1.1" 200 578 0.042976 10.0.0.241 - - [2026-01-22 02:16:32] "POST /neutron/port HTTP/1.1" 200 1138 0.030888 10.0.0.241 - - [2026-01-22 02:16:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010779 10.0.0.241 - - [2026-01-22 02:16:32] "POST /neutron/port HTTP/1.1" 200 1138 0.020600 10.0.0.241 - - [2026-01-22 02:16:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006387 10.0.0.241 - - [2026-01-22 02:16:32] "POST /neutron/port HTTP/1.1" 200 1138 0.014046 10.0.0.241 - - [2026-01-22 02:16:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008062 10.0.0.241 - - [2026-01-22 02:16:32] "GET /virtual-machine/74b302db-dbba-4da1-975d-2a6f57c263c0 HTTP/1.1" 200 1306 0.007605 10.0.0.241 - - [2026-01-22 02:16:32] "GET /virtual-machine-interface/8b1a9e14-dda0-4a19-bef5-87a92d7cbd7c HTTP/1.1" 200 3011 0.004791 10.0.0.241 - - [2026-01-22 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002592 10.0.0.241 - - [2026-01-22 02:16:32] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002922 10.0.0.241 - - [2026-01-22 02:16:32] "GET /virtual-networks?parent_id=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003442 10.0.0.241 - - [2026-01-22 02:16:32] "GET /virtual-network/7d7b89ce-42bc-4535-a235-7a49a9760b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005115 10.0.0.241 - - [2026-01-22 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492 10.0.0.241 - - [2026-01-22 02:16:34] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003453 10.0.0.241 - - [2026-01-22 02:16:34] "GET /virtual-networks?parent_id=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003064 10.0.0.241 - - [2026-01-22 02:16:34] "GET /virtual-network/7d7b89ce-42bc-4535-a235-7a49a9760b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.004714 10.0.0.241 - - [2026-01-22 02:16:34] "POST /neutron/floatingip HTTP/1.1" 200 578 0.021539 10.0.0.241 - - [2026-01-22 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.241 - - [2026-01-22 02:16:34] "GET /routing-instance/58e14108-fb08-4bc3-8865-a3a36355cb6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.003079 10.0.0.241 - - [2026-01-22 02:16:34] "GET /route-target/f3d99bb4-5b75-4ee2-ba72-33d3d139eb72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003394 10.0.0.241 - - [2026-01-22 02:16:34] "GET /floating-ip/bec70cd7-905f-464d-af33-751f6de38680 HTTP/1.1" 200 1894 0.005458 10.0.0.241 - - [2026-01-22 02:16:37] "POST /neutron/floatingip HTTP/1.1" 200 578 0.011856 10.0.0.241 - - [2026-01-22 02:16:37] "POST /neutron/floatingip HTTP/1.1" 200 532 0.019093 10.0.0.241 - - [2026-01-22 02:16:37] "POST /neutron/floatingip HTTP/1.1" 200 532 0.005652 10.0.0.241 - - [2026-01-22 02:16:37] "POST /neutron/floatingip HTTP/1.1" 200 115 0.036740 10.0.0.241 - - [2026-01-22 02:16:37] "GET /floating-ip-pool/fbf72d32-eafd-4b22-9bdc-e061039e6418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003106 10.0.0.241 - - [2026-01-22 02:16:37] "POST /ref-update HTTP/1.1" 200 156 0.008820 10.0.0.241 - - [2026-01-22 02:16:37] "DELETE /floating-ip-pool/fbf72d32-eafd-4b22-9bdc-e061039e6418 HTTP/1.1" 200 115 0.027530 10.0.0.241 - - [2026-01-22 02:16:37] "POST /neutron/network HTTP/1.1" 200 837 0.010229 10.0.0.241 - - [2026-01-22 02:16:37] "POST /neutron/network HTTP/1.1" 400 204 0.014440 10.0.0.241 - - [2026-01-22 02:16:38] "POST /neutron/port HTTP/1.1" 200 1138 0.019690 10.0.0.241 - - [2026-01-22 02:16:38] "POST /neutron/port HTTP/1.1" 200 1128 0.011094 10.0.0.241 - - [2026-01-22 02:16:38] "POST /neutron/port HTTP/1.1" 200 1135 0.027617 10.0.0.241 - - [2026-01-22 02:16:38] "POST /neutron/port HTTP/1.1" 200 1125 0.010330 10.0.0.241 - - [2026-01-22 02:16:38] "POST /neutron/port HTTP/1.1" 200 151 0.143042 10.0.0.241 - - [2026-01-22 02:16:38] "POST /neutron/port HTTP/1.1" 200 151 0.128192 10.0.0.241 - - [2026-01-22 02:16:39] "POST /neutron/network HTTP/1.1" 200 837 0.006513 10.0.0.241 - - [2026-01-22 02:16:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002624 10.0.0.241 - - [2026-01-22 02:16:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002633 10.0.0.241 - - [2026-01-22 02:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002586 10.0.0.241 - - [2026-01-22 02:16:39] "POST /neutron/network HTTP/1.1" 200 151 0.074306 10.0.0.241 - - [2026-01-22 02:16:39] "GET /routing-instance/5de4ef69-aff9-4679-b8f6-aa2bff8d5d9d HTTP/1.1" 404 171 0.001873 10.0.0.241 - - [2026-01-22 02:16:39] "GET /domains HTTP/1.1" 200 281 0.005542 10.0.0.241 - - [2026-01-22 02:16:39] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001480 10.0.0.241 - - [2026-01-22 02:16:40] "DELETE /route-target/b31648bc-3544-45e1-8be5-328d220628ec HTTP/1.1" 200 115 0.027437 10.0.0.241 - - [2026-01-22 02:16:40] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2596 0.054762 10.0.0.241 - - [2026-01-22 02:16:40] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001435 10.0.0.241 - - [2026-01-22 02:16:40] "GET /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c HTTP/1.1" 200 2178 0.072083 10.0.0.241 - - [2026-01-22 02:16:40] "POST /neutron/network HTTP/1.1" 200 840 0.005956 10.0.0.241 - - [2026-01-22 02:16:40] "POST /useragent-kv HTTP/1.1" 200 115 0.006018 10.0.0.241 - - [2026-01-22 02:16:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002056 10.0.0.241 - - [2026-01-22 02:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006742 10.0.0.241 - - [2026-01-22 02:16:40] "POST /neutron/network HTTP/1.1" 200 151 0.130489 10.0.0.241 - - [2026-01-22 02:16:40] "GET /routing-instance/58e14108-fb08-4bc3-8865-a3a36355cb6c HTTP/1.1" 404 171 0.003565 10.0.0.241 - - [2026-01-22 02:16:40] "GET /domains HTTP/1.1" 200 281 0.004250 10.0.0.241 - - [2026-01-22 02:16:40] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002031 10.0.0.241 - - [2026-01-22 02:16:40] "DELETE /route-target/f3d99bb4-5b75-4ee2-ba72-33d3d139eb72 HTTP/1.1" 200 115 0.027431 10.0.0.241 - - [2026-01-22 02:16:40] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2596 0.049298 10.0.0.241 - - [2026-01-22 02:16:40] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001822 10.0.0.241 - - [2026-01-22 02:16:40] "GET /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c HTTP/1.1" 200 1927 0.078359 10.0.0.241 - - [2026-01-22 02:16:40] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000937 10.0.0.241 - - [2026-01-22 02:16:40] "GET /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.025894 10.0.0.241 - - [2026-01-22 02:16:40] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001005 10.0.0.241 - - [2026-01-22 02:16:40] "GET /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c?fields=virtual_networks HTTP/1.1" 200 1056 0.067748 10.0.0.241 - - [2026-01-22 02:16:40] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000997 10.0.0.241 - - [2026-01-22 02:16:40] "GET /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.027174 10.0.0.241 - - [2026-01-22 02:16:40] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000898 10.0.0.241 - - [2026-01-22 02:16:40] "GET /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c?fields=security_groups HTTP/1.1" 200 1295 0.024004 10.0.0.241 - - [2026-01-22 02:16:41] "POST /fqname-to-id HTTP/1.1" 404 183 0.028361 10.0.0.241 - - [2026-01-22 02:16:41] "GET /projects?obj_uuids=49e35b7a-15ef-4374-82f4-32b4d785b9a5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002459 10.0.0.241 - - [2026-01-22 02:16:41] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001180 10.0.0.241 - - [2026-01-22 02:16:41] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007243 10.0.0.241 - - [2026-01-22 02:16:42] "POST /id-to-fqname HTTP/1.1" 200 185 0.001144 10.0.0.241 - - [2026-01-22 02:16:42] "POST /fqname-to-id HTTP/1.1" 404 194 0.004886 10.0.0.241 - - [2026-01-22 02:16:42] "POST /security-groups HTTP/1.1" 200 586 0.069740 10.0.0.241 - - [2026-01-22 02:16:42] "POST /fqname-to-id HTTP/1.1" 404 229 0.003195 10.0.0.241 - - [2026-01-22 02:16:42] "POST /projects HTTP/1.1" 200 575 0.233649 10.0.0.241 - - [2026-01-22 02:16:42] "POST /access-control-lists HTTP/1.1" 200 593 0.061100 10.0.0.241 - - [2026-01-22 02:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.303585 10.0.0.241 - - [2026-01-22 02:16:42] "POST /fqname-to-id HTTP/1.1" 404 228 0.003365 10.0.0.241 - - [2026-01-22 02:16:42] "GET /project/49e35b7a-15ef-4374-82f4-32b4d785b9a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.437460 10.0.0.241 - - [2026-01-22 02:16:42] "POST /access-control-lists HTTP/1.1" 200 591 0.064929 10.0.0.241 - - [2026-01-22 02:16:43] "GET / HTTP/1.1" 200 36215 0.002477 10.0.0.241 - - [2026-01-22 02:16:44] "GET /projects?obj_uuids=49e35b7a-15ef-4374-82f4-32b4d785b9a5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000934 10.0.0.241 - - [2026-01-22 02:16:44] "GET /project/49e35b7a-15ef-4374-82f4-32b4d785b9a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.025358 10.0.0.241 - - [2026-01-22 02:16:44] "GET /projects?obj_uuids=49e35b7a-15ef-4374-82f4-32b4d785b9a5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000860 10.0.0.241 - - [2026-01-22 02:16:44] "GET /project/49e35b7a-15ef-4374-82f4-32b4d785b9a5?fields=virtual_networks HTTP/1.1" 200 1023 0.077052 10.0.0.241 - - [2026-01-22 02:16:44] "GET /projects?obj_uuids=49e35b7a-15ef-4374-82f4-32b4d785b9a5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000905 10.0.0.241 - - [2026-01-22 02:16:44] "GET /project/49e35b7a-15ef-4374-82f4-32b4d785b9a5?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.029157 10.0.0.241 - - [2026-01-22 02:16:44] "GET /projects?obj_uuids=49e35b7a-15ef-4374-82f4-32b4d785b9a5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000939 10.0.0.241 - - [2026-01-22 02:16:44] "GET /project/49e35b7a-15ef-4374-82f4-32b4d785b9a5?fields=security_groups HTTP/1.1" 200 1245 0.049320 10.0.0.241 - - [2026-01-22 02:16:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.026127 10.0.0.241 - - [2026-01-22 02:16:45] "GET /projects?obj_uuids=4719ed18-bdc5-422e-980d-744cf0d4ee1b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002244 10.0.0.241 - - [2026-01-22 02:16:45] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000850 10.0.0.241 - - [2026-01-22 02:16:45] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007516 10.0.0.241 - - [2026-01-22 02:16:46] "POST /id-to-fqname HTTP/1.1" 200 185 0.001764 10.0.0.241 - - [2026-01-22 02:16:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.003817 10.0.0.241 - - [2026-01-22 02:16:46] "POST /security-groups HTTP/1.1" 200 586 0.060210 10.0.0.241 - - [2026-01-22 02:16:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.002522 10.0.0.241 - - [2026-01-22 02:16:46] "POST /projects HTTP/1.1" 200 575 0.205814 10.0.0.241 - - [2026-01-22 02:16:46] "POST /access-control-lists HTTP/1.1" 200 593 0.056082 10.0.0.241 - - [2026-01-22 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.275315 10.0.0.241 - - [2026-01-22 02:16:46] "POST /fqname-to-id HTTP/1.1" 404 228 0.002757 10.0.0.241 - - [2026-01-22 02:16:46] "GET /project/4719ed18-bdc5-422e-980d-744cf0d4ee1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.399063 10.0.0.241 - - [2026-01-22 02:16:46] "POST /access-control-lists HTTP/1.1" 200 591 0.064883 10.0.0.241 - - [2026-01-22 02:16:47] "GET / HTTP/1.1" 200 36215 0.002170 10.0.0.241 - - [2026-01-22 02:16:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.002938 10.0.0.241 - - [2026-01-22 02:16:48] "GET /projects?obj_uuids=876c000a-38c7-4664-997f-d9b9257c316b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001199 10.0.0.241 - - [2026-01-22 02:16:48] "POST /fqname-to-id HTTP/1.1" 404 228 0.002618 10.0.0.241 - - [2026-01-22 02:16:48] "POST /access-control-lists HTTP/1.1" 200 592 0.015282 10.0.0.241 - - [2026-01-22 02:16:48] "POST /fqname-to-id HTTP/1.1" 404 227 0.002666 10.0.0.241 - - [2026-01-22 02:16:48] "POST /access-control-lists HTTP/1.1" 200 590 0.015862 10.0.0.241 - - [2026-01-22 02:16:48] "PUT /access-control-list/cde2f0db-2e8c-4607-b7c7-3f58b126427f HTTP/1.1" 200 273 0.008198 10.0.0.241 - - [2026-01-22 02:16:48] "PUT /access-control-list/de8480f6-aa6a-4b4b-9466-8a373889686a HTTP/1.1" 200 273 0.012129 10.0.0.241 - - [2026-01-22 02:16:48] "POST /neutron/security_group HTTP/1.1" 200 1364 0.413434 10.0.0.241 - - [2026-01-22 02:16:48] "PUT /access-control-list/de8480f6-aa6a-4b4b-9466-8a373889686a HTTP/1.1" 200 273 0.011105 10.0.0.241 - - [2026-01-22 02:16:48] "GET /projects?obj_uuids=876c000a-38c7-4664-997f-d9b9257c316b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.003430 10.0.0.241 - - [2026-01-22 02:16:48] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.030749 10.0.0.241 - - [2026-01-22 02:16:48] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010893 10.0.0.241 - - [2026-01-22 02:16:48] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.152720 10.0.0.241 - - [2026-01-22 02:16:48] "PUT /access-control-list/de8480f6-aa6a-4b4b-9466-8a373889686a HTTP/1.1" 200 273 0.011184 10.0.0.241 - - [2026-01-22 02:16:48] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011731 10.0.0.241 - - [2026-01-22 02:16:48] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.138613 10.0.0.241 - - [2026-01-22 02:16:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.003341 10.0.0.241 - - [2026-01-22 02:16:48] "GET /projects?obj_uuids=876c000a-38c7-4664-997f-d9b9257c316b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001120 10.0.0.241 - - [2026-01-22 02:16:48] "PUT /access-control-list/de8480f6-aa6a-4b4b-9466-8a373889686a HTTP/1.1" 200 273 0.025842 10.0.0.241 - - [2026-01-22 02:16:48] "POST /fqname-to-id HTTP/1.1" 404 228 0.003980 10.0.0.241 - - [2026-01-22 02:16:48] "POST /access-control-lists HTTP/1.1" 200 592 0.015274 10.0.0.241 - - [2026-01-22 02:16:48] "POST /fqname-to-id HTTP/1.1" 404 227 0.002642 10.0.0.241 - - [2026-01-22 02:16:49] "POST /access-control-lists HTTP/1.1" 200 590 0.018281 10.0.0.241 - - [2026-01-22 02:16:49] "PUT /access-control-list/ec864826-10b2-4593-8342-050514529d69 HTTP/1.1" 200 273 0.008501 10.0.0.241 - - [2026-01-22 02:16:49] "PUT /access-control-list/d7b94521-12a3-416f-be09-c77787e32c79 HTTP/1.1" 200 273 0.010352 10.0.0.241 - - [2026-01-22 02:16:49] "POST /neutron/security_group HTTP/1.1" 200 1364 0.355391 10.0.0.241 - - [2026-01-22 02:16:49] "PUT /access-control-list/d7b94521-12a3-416f-be09-c77787e32c79 HTTP/1.1" 200 273 0.010366 10.0.0.241 - - [2026-01-22 02:16:49] "GET /projects?obj_uuids=876c000a-38c7-4664-997f-d9b9257c316b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000976 10.0.0.241 - - [2026-01-22 02:16:49] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.028943 10.0.0.241 - - [2026-01-22 02:16:49] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009830 10.0.0.241 - - [2026-01-22 02:16:49] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.108827 10.0.0.241 - - [2026-01-22 02:16:49] "PUT /access-control-list/d7b94521-12a3-416f-be09-c77787e32c79 HTTP/1.1" 200 273 0.013829 10.0.0.241 - - [2026-01-22 02:16:49] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010723 10.0.0.241 - - [2026-01-22 02:16:49] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.100056 10.0.0.241 - - [2026-01-22 02:16:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000332 10.0.0.241 - - [2026-01-22 02:16:49] "PUT /access-control-list/d7b94521-12a3-416f-be09-c77787e32c79 HTTP/1.1" 200 273 0.011459 10.0.0.241 - - [2026-01-22 02:16:49] "POST /fqname-to-id HTTP/1.1" 404 210 0.031947 10.0.0.241 - - [2026-01-22 02:16:49] "GET /projects?obj_uuids=4719ed18-bdc5-422e-980d-744cf0d4ee1b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001092 10.0.0.241 - - [2026-01-22 02:16:49] "POST /fqname-to-id HTTP/1.1" 404 245 0.003324 10.0.0.241 - - [2026-01-22 02:16:49] "POST /access-control-lists HTTP/1.1" 200 609 0.015763 10.0.0.241 - - [2026-01-22 02:16:49] "POST /fqname-to-id HTTP/1.1" 404 244 0.002716 10.0.0.241 - - [2026-01-22 02:16:50] "POST /access-control-lists HTTP/1.1" 200 607 0.018363 10.0.0.241 - - [2026-01-22 02:16:50] "PUT /access-control-list/b38bbd40-8165-4bb8-9a23-91fe62fcca7b HTTP/1.1" 200 273 0.009326 10.0.0.241 - - [2026-01-22 02:16:50] "PUT /access-control-list/557a10a9-030b-40c2-b20a-3651a2efeb6c HTTP/1.1" 200 273 0.009897 10.0.0.241 - - [2026-01-22 02:16:50] "POST /neutron/security_group HTTP/1.1" 200 1379 0.402391 10.0.0.241 - - [2026-01-22 02:16:50] "PUT /access-control-list/557a10a9-030b-40c2-b20a-3651a2efeb6c HTTP/1.1" 200 273 0.009895 10.0.0.241 - - [2026-01-22 02:16:50] "GET /projects?obj_uuids=4719ed18-bdc5-422e-980d-744cf0d4ee1b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001258 10.0.0.241 - - [2026-01-22 02:16:50] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.032651 10.0.0.241 - - [2026-01-22 02:16:50] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009194 10.0.0.241 - - [2026-01-22 02:16:50] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.165171 10.0.0.241 - - [2026-01-22 02:16:50] "PUT /access-control-list/557a10a9-030b-40c2-b20a-3651a2efeb6c HTTP/1.1" 200 273 0.012664 10.0.0.241 - - [2026-01-22 02:16:50] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011013 10.0.0.241 - - [2026-01-22 02:16:50] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.122785 10.0.0.241 - - [2026-01-22 02:16:50] "PUT /access-control-list/557a10a9-030b-40c2-b20a-3651a2efeb6c HTTP/1.1" 200 273 0.009275 10.0.0.241 - - [2026-01-22 02:16:50] "POST /fqname-to-id HTTP/1.1" 404 210 0.002982 10.0.0.241 - - [2026-01-22 02:16:50] "GET /projects?obj_uuids=4719ed18-bdc5-422e-980d-744cf0d4ee1b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000962 10.0.0.241 - - [2026-01-22 02:16:50] "POST /fqname-to-id HTTP/1.1" 404 245 0.002265 10.0.0.241 - - [2026-01-22 02:16:50] "POST /access-control-lists HTTP/1.1" 200 609 0.013749 10.0.0.241 - - [2026-01-22 02:16:50] "POST /fqname-to-id HTTP/1.1" 404 244 0.002876 10.0.0.241 - - [2026-01-22 02:16:50] "POST /access-control-lists HTTP/1.1" 200 607 0.015282 10.0.0.241 - - [2026-01-22 02:16:50] "PUT /access-control-list/739e4427-1f2c-4cf8-a42c-10924839f8d2 HTTP/1.1" 200 273 0.009711 10.0.0.241 - - [2026-01-22 02:16:50] "PUT /access-control-list/fa2c2135-932d-4587-9e4f-e146b331ac13 HTTP/1.1" 200 273 0.009655 10.0.0.241 - - [2026-01-22 02:16:51] "POST /neutron/security_group HTTP/1.1" 200 1379 0.362317 10.0.0.241 - - [2026-01-22 02:16:51] "PUT /access-control-list/fa2c2135-932d-4587-9e4f-e146b331ac13 HTTP/1.1" 200 273 0.012977 10.0.0.241 - - [2026-01-22 02:16:51] "GET /projects?obj_uuids=4719ed18-bdc5-422e-980d-744cf0d4ee1b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001038 10.0.0.241 - - [2026-01-22 02:16:51] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.025949 10.0.0.241 - - [2026-01-22 02:16:51] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011939 10.0.0.241 - - [2026-01-22 02:16:51] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.149779 10.0.0.241 - - [2026-01-22 02:16:51] "PUT /access-control-list/fa2c2135-932d-4587-9e4f-e146b331ac13 HTTP/1.1" 200 273 0.011682 10.0.0.241 - - [2026-01-22 02:16:51] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010345 10.0.0.241 - - [2026-01-22 02:16:51] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.174129 10.0.0.241 - - [2026-01-22 02:16:51] "PUT /access-control-list/fa2c2135-932d-4587-9e4f-e146b331ac13 HTTP/1.1" 200 273 0.009792 10.0.0.241 - - [2026-01-22 02:16:51] "GET /projects?obj_uuids=876c000a-38c7-4664-997f-d9b9257c316b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001188 10.0.0.241 - - [2026-01-22 02:16:51] "POST /neutron/router HTTP/1.1" 200 541 0.058608 10.0.0.241 - - [2026-01-22 02:16:51] "POST /neutron/router HTTP/1.1" 200 541 0.006090 10.0.0.241 - - [2026-01-22 02:16:51] "POST /route-targets HTTP/1.1" 200 328 0.011570 10.0.0.241 - - [2026-01-22 02:16:51] "POST /neutron/router HTTP/1.1" 200 541 0.005670 10.0.0.241 - - [2026-01-22 02:16:51] "POST /neutron/router HTTP/1.1" 200 541 0.003177 10.0.0.241 - - [2026-01-22 02:16:51] "PUT /logical-router/b9449ed3-69e7-4bee-a99a-4b613145b466 HTTP/1.1" 200 263 0.022435 10.0.0.241 - - [2026-01-22 02:16:51] "POST /neutron/router HTTP/1.1" 200 541 0.005375 10.0.0.241 - - [2026-01-22 02:16:51] "POST /neutron/router HTTP/1.1" 200 541 0.003788 10.0.0.241 - - [2026-01-22 02:16:51] "POST /neutron/router HTTP/1.1" 200 541 0.003825 10.0.0.241 - - [2026-01-22 02:16:51] "POST /neutron/router HTTP/1.1" 200 541 0.004134 10.0.0.241 - - [2026-01-22 02:16:51] "POST /neutron/router HTTP/1.1" 200 541 0.005829 10.0.0.241 - - [2026-01-22 02:16:51] "POST /neutron/router HTTP/1.1" 200 541 0.003602 10.0.0.241 - - [2026-01-22 02:16:51] "POST /neutron/router HTTP/1.1" 200 541 0.003192 10.0.0.241 - - [2026-01-22 02:16:51] "POST /neutron/router HTTP/1.1" 200 541 0.005398 10.0.0.241 - - [2026-01-22 02:16:51] "POST /neutron/router HTTP/1.1" 200 541 0.004038 10.0.0.241 - - [2026-01-22 02:16:51] "POST /neutron/router HTTP/1.1" 200 541 0.003614 10.0.0.241 - - [2026-01-22 02:16:51] "POST /neutron/router HTTP/1.1" 200 541 0.004644 10.0.0.241 - - [2026-01-22 02:16:51] "POST /neutron/router HTTP/1.1" 200 541 0.004350 10.0.0.241 - - [2026-01-22 02:16:51] "POST /neutron/router HTTP/1.1" 200 541 0.005321 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 541 0.003713 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 541 0.004078 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 541 0.003762 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 541 0.003375 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 541 0.005788 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 541 0.003782 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 541 0.003676 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 541 0.003038 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 541 0.003986 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 541 0.003111 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 541 0.003972 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 541 0.003554 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 541 0.003621 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 541 0.003547 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 541 0.003347 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 541 0.003282 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 541 0.018535 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 541 0.003324 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 541 0.016365 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 541 0.003782 10.0.0.241 - - [2026-01-22 02:16:52] "GET /logical-router/b9449ed3-69e7-4bee-a99a-4b613145b466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003952 10.0.0.241 - - [2026-01-22 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 151 0.059795 10.0.0.241 - - [2026-01-22 02:16:52] "GET /projects?obj_uuids=4719ed18-bdc5-422e-980d-744cf0d4ee1b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001555 10.0.0.241 - - [2026-01-22 02:16:52] "DELETE /route-target/d71b7350-0a99-485e-8c67-fee4722d1289 HTTP/1.1" 200 115 0.044628 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.063301 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003366 10.0.0.241 - - [2026-01-22 02:16:52] "POST /route-targets HTTP/1.1" 200 328 0.012963 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003984 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003823 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003952 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.005054 10.0.0.241 - - [2026-01-22 02:16:52] "PUT /logical-router/41439f6f-d102-42ce-aaf7-2ae5e21b8bac HTTP/1.1" 200 263 0.020785 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.004128 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003632 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003307 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003795 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003603 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003541 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.004925 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.004099 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003396 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.004012 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.004064 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003850 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003328 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003795 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003594 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003102 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003040 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.004215 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003441 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003373 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003758 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003433 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003404 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003195 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003378 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003071 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003692 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.016274 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 559 0.003673 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 560 0.016119 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 560 0.003138 10.0.0.241 - - [2026-01-22 02:16:52] "POST /neutron/router HTTP/1.1" 200 151 0.042210 10.0.0.241 - - [2026-01-22 02:16:52] "GET /logical-router/41439f6f-d102-42ce-aaf7-2ae5e21b8bac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004418 10.0.0.241 - - [2026-01-22 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.241 - - [2026-01-22 02:16:52] "GET /projects?obj_uuids=876c000a-38c7-4664-997f-d9b9257c316b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001205 10.0.0.241 - - [2026-01-22 02:16:53] "DELETE /route-target/954d06a1-73a5-4f69-b410-9871d2f1c17f HTTP/1.1" 200 115 0.033694 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.062923 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.005263 10.0.0.241 - - [2026-01-22 02:16:53] "POST /route-targets HTTP/1.1" 200 328 0.015567 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.004846 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.005516 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.003251 10.0.0.241 - - [2026-01-22 02:16:53] "PUT /logical-router/7c55472d-904e-43c2-88ec-952232b291bc HTTP/1.1" 200 263 0.038419 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.004338 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.004624 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.002905 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.002828 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.002797 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.002644 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.003183 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.003050 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.003159 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.003853 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.003597 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.003436 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.003536 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.003520 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.003201 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.003505 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.002984 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.002990 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.003110 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.003391 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.003317 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.003682 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.003186 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.002882 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.003222 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.003827 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.003326 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.003489 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.021930 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.004077 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.022445 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 541 0.004461 10.0.0.241 - - [2026-01-22 02:16:53] "GET /logical-router/7c55472d-904e-43c2-88ec-952232b291bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003586 10.0.0.241 - - [2026-01-22 02:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005944 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/router HTTP/1.1" 200 151 0.052004 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/security_group HTTP/1.1" 200 521 0.003891 10.0.0.241 - - [2026-01-22 02:16:53] "DELETE /route-target/9e28643f-e3ee-4576-ae98-57f0a2de21ef HTTP/1.1" 200 115 0.021268 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/security_group HTTP/1.1" 200 151 0.035874 10.0.0.241 - - [2026-01-22 02:16:53] "DELETE /access-control-list/739e4427-1f2c-4cf8-a42c-10924839f8d2 HTTP/1.1" 200 115 0.020288 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/security_group HTTP/1.1" 200 521 0.002884 10.0.0.241 - - [2026-01-22 02:16:53] "DELETE /access-control-list/fa2c2135-932d-4587-9e4f-e146b331ac13 HTTP/1.1" 200 115 0.029509 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/security_group HTTP/1.1" 200 151 0.043200 10.0.0.241 - - [2026-01-22 02:16:53] "DELETE /access-control-list/b38bbd40-8165-4bb8-9a23-91fe62fcca7b HTTP/1.1" 200 115 0.021822 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/security_group HTTP/1.1" 200 506 0.005186 10.0.0.241 - - [2026-01-22 02:16:53] "DELETE /access-control-list/557a10a9-030b-40c2-b20a-3651a2efeb6c HTTP/1.1" 200 115 0.021157 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/security_group HTTP/1.1" 200 151 0.046292 10.0.0.241 - - [2026-01-22 02:16:53] "DELETE /access-control-list/ec864826-10b2-4593-8342-050514529d69 HTTP/1.1" 200 115 0.031888 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/security_group HTTP/1.1" 200 506 0.005173 10.0.0.241 - - [2026-01-22 02:16:53] "DELETE /access-control-list/d7b94521-12a3-416f-be09-c77787e32c79 HTTP/1.1" 200 115 0.025307 10.0.0.241 - - [2026-01-22 02:16:53] "DELETE /access-control-list/cde2f0db-2e8c-4607-b7c7-3f58b126427f HTTP/1.1" 200 115 0.020314 10.0.0.241 - - [2026-01-22 02:16:53] "POST /neutron/security_group HTTP/1.1" 200 151 0.051097 10.0.0.241 - - [2026-01-22 02:16:53] "DELETE /access-control-list/de8480f6-aa6a-4b4b-9466-8a373889686a HTTP/1.1" 200 115 0.020870 10.0.0.241 - - [2026-01-22 02:16:54] "GET /projects?obj_uuids=4719ed18-bdc5-422e-980d-744cf0d4ee1b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001210 10.0.0.241 - - [2026-01-22 02:16:54] "GET /project/4719ed18-bdc5-422e-980d-744cf0d4ee1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.026095 10.0.0.241 - - [2026-01-22 02:16:54] "GET /projects?obj_uuids=4719ed18-bdc5-422e-980d-744cf0d4ee1b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000861 10.0.0.241 - - [2026-01-22 02:16:54] "GET /project/4719ed18-bdc5-422e-980d-744cf0d4ee1b?fields=virtual_networks HTTP/1.1" 200 1024 0.071027 10.0.0.241 - - [2026-01-22 02:16:54] "GET /projects?obj_uuids=4719ed18-bdc5-422e-980d-744cf0d4ee1b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001171 10.0.0.241 - - [2026-01-22 02:16:54] "GET /project/4719ed18-bdc5-422e-980d-744cf0d4ee1b?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.024312 10.0.0.241 - - [2026-01-22 02:16:54] "GET /projects?obj_uuids=4719ed18-bdc5-422e-980d-744cf0d4ee1b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001200 10.0.0.241 - - [2026-01-22 02:16:54] "GET /project/4719ed18-bdc5-422e-980d-744cf0d4ee1b?fields=security_groups HTTP/1.1" 200 1246 0.026767 10.0.0.241 - - [2026-01-22 02:16:55] "POST /fqname-to-id HTTP/1.1" 404 184 0.027930 10.0.0.241 - - [2026-01-22 02:16:55] "GET /projects?obj_uuids=47e6c485-f840-4831-a822-64320121a2cd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002205 10.0.0.241 - - [2026-01-22 02:16:55] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.241 - - [2026-01-22 02:16:55] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009966 10.0.0.241 - - [2026-01-22 02:16:55] "POST /id-to-fqname HTTP/1.1" 200 186 0.001430 10.0.0.241 - - [2026-01-22 02:16:55] "POST /fqname-to-id HTTP/1.1" 404 195 0.001961 10.0.0.241 - - [2026-01-22 02:16:55] "POST /security-groups HTTP/1.1" 200 587 0.068534 10.0.0.241 - - [2026-01-22 02:16:55] "POST /fqname-to-id HTTP/1.1" 404 230 0.002959 10.0.0.241 - - [2026-01-22 02:16:55] "POST /projects HTTP/1.1" 200 577 0.241466 10.0.0.241 - - [2026-01-22 02:16:55] "POST /access-control-lists HTTP/1.1" 200 594 0.058727 10.0.0.241 - - [2026-01-22 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.315546 10.0.0.241 - - [2026-01-22 02:16:55] "POST /fqname-to-id HTTP/1.1" 404 229 0.002609 10.0.0.241 - - [2026-01-22 02:16:55] "GET /project/47e6c485-f840-4831-a822-64320121a2cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.444391 10.0.0.241 - - [2026-01-22 02:16:55] "POST /access-control-lists HTTP/1.1" 200 592 0.061472 10.0.0.241 - - [2026-01-22 02:16:56] "GET / HTTP/1.1" 200 36215 0.001979 10.0.0.241 - - [2026-01-22 02:16:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000784 10.0.0.241 - - [2026-01-22 02:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.061186 10.0.0.241 - - [2026-01-22 02:16:57] "GET /projects?obj_uuids=47e6c485-f840-4831-a822-64320121a2cd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000854 10.0.0.241 - - [2026-01-22 02:16:57] "GET /project/47e6c485-f840-4831-a822-64320121a2cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.020399 10.0.0.241 - - [2026-01-22 02:16:58] "POST /neutron/network HTTP/1.1" 200 117 0.033394 10.0.0.241 - - [2026-01-22 02:16:58] "GET /projects?obj_uuids=47e6c485-f840-4831-a822-64320121a2cd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001329 10.0.0.241 - - [2026-01-22 02:16:58] "POST /neutron/network HTTP/1.1" 200 601 0.056716 10.0.0.241 - - [2026-01-22 02:16:58] "POST /route-targets HTTP/1.1" 200 328 0.008700 10.0.0.241 - - [2026-01-22 02:16:58] "POST /ref-update HTTP/1.1" 200 156 0.016046 10.0.0.241 - - [2026-01-22 02:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004465 10.0.0.241 - - [2026-01-22 02:16:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.181670 10.0.0.241 - - [2026-01-22 02:16:58] "POST /neutron/network HTTP/1.1" 200 820 0.005808 10.0.0.241 - - [2026-01-22 02:16:58] "POST /id-to-fqname HTTP/1.1" 200 216 0.001388 10.0.0.241 - - [2026-01-22 02:16:58] "GET /virtual-network/c161f1d3-29a2-484d-885a-4af61c1dbdd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005453 10.0.0.241 - - [2026-01-22 02:16:58] "POST /neutron/network HTTP/1.1" 200 820 0.005936 10.0.0.241 - - [2026-01-22 02:16:58] "GET /virtual-network/c161f1d3-29a2-484d-885a-4af61c1dbdd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004349 10.0.0.241 - - [2026-01-22 02:16:58] "POST /neutron/network HTTP/1.1" 200 820 0.005784 10.0.0.241 - - [2026-01-22 02:16:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.005983 10.0.0.241 - - [2026-01-22 02:16:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.002308 10.0.0.241 - - [2026-01-22 02:16:58] "GET /virtual-network/c161f1d3-29a2-484d-885a-4af61c1dbdd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005241 10.0.0.241 - - [2026-01-22 02:16:58] "GET /projects?obj_uuids=47e6c485-f840-4831-a822-64320121a2cd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001096 10.0.0.241 - - [2026-01-22 02:16:58] "POST /neutron/port HTTP/1.1" 200 1017 0.172737 10.0.0.241 - - [2026-01-22 02:16:58] "GET /virtual-machine-interface/e9a41ba7-0695-4ce3-ab25-59d4e0993378?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.004606 10.0.0.241 - - [2026-01-22 02:16:58] "GET /virtual-machine-interface/e9a41ba7-0695-4ce3-ab25-59d4e0993378?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.004454 10.0.0.241 - - [2026-01-22 02:16:58] "GET /instance-ip/521f15d3-a361-4822-a172-d444b7e7bd29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1597 0.004392 10.0.0.241 - - [2026-01-22 02:16:58] "GET /virtual-machine-interface/e9a41ba7-0695-4ce3-ab25-59d4e0993378 HTTP/1.1" 401 293 0.000458 10.0.0.241 - - [2026-01-22 02:16:59] "GET /virtual-machine-interface/e9a41ba7-0695-4ce3-ab25-59d4e0993378 HTTP/1.1" 200 2611 0.034781 10.0.0.241 - - [2026-01-22 02:16:59] "POST /neutron/port HTTP/1.1" 200 1017 0.010335 10.0.0.241 - - [2026-01-22 02:16:59] "POST /neutron/port HTTP/1.1" 200 151 0.067167 10.0.0.241 - - [2026-01-22 02:16:59] "POST /neutron/network HTTP/1.1" 200 820 0.006516 10.0.0.241 - - [2026-01-22 02:16:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003199 10.0.0.241 - - [2026-01-22 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.241 - - [2026-01-22 02:16:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002501 10.0.0.241 - - [2026-01-22 02:16:59] "POST /neutron/network HTTP/1.1" 200 151 0.076624 10.0.0.241 - - [2026-01-22 02:16:59] "DELETE /route-target/9d01b61b-e874-4b52-ba1d-6023ae182f3a HTTP/1.1" 200 115 0.015595 10.0.0.241 - - [2026-01-22 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.241 - - [2026-01-22 02:17:00] "GET /projects?obj_uuids=47e6c485-f840-4831-a822-64320121a2cd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001205 10.0.0.241 - - [2026-01-22 02:17:00] "GET /project/47e6c485-f840-4831-a822-64320121a2cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.026129 10.0.0.241 - - [2026-01-22 02:17:00] "POST /neutron/network HTTP/1.1" 200 117 0.008293 10.0.0.241 - - [2026-01-22 02:17:00] "GET /projects?obj_uuids=47e6c485-f840-4831-a822-64320121a2cd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001322 10.0.0.241 - - [2026-01-22 02:17:00] "POST /neutron/network HTTP/1.1" 200 603 0.070658 10.0.0.241 - - [2026-01-22 02:17:00] "POST /route-targets HTTP/1.1" 200 328 0.011033 10.0.0.241 - - [2026-01-22 02:17:00] "POST /ref-update HTTP/1.1" 200 156 0.014955 10.0.0.241 - - [2026-01-22 02:17:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003253 10.0.0.241 - - [2026-01-22 02:17:00] "POST /neutron/subnet HTTP/1.1" 200 710 0.155839 10.0.0.241 - - [2026-01-22 02:17:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004633 10.0.0.241 - - [2026-01-22 02:17:00] "POST /neutron/subnet HTTP/1.1" 200 734 0.166326 10.0.0.241 - - [2026-01-22 02:17:00] "POST /neutron/network HTTP/1.1" 200 977 0.007392 10.0.0.241 - - [2026-01-22 02:17:00] "POST /id-to-fqname HTTP/1.1" 200 217 0.001253 10.0.0.241 - - [2026-01-22 02:17:00] "GET /virtual-network/f3ddf9dc-48dc-4c9c-8071-8fa307bb3392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005496 10.0.0.241 - - [2026-01-22 02:17:00] "POST /neutron/network HTTP/1.1" 200 977 0.020860 10.0.0.241 - - [2026-01-22 02:17:00] "GET /virtual-network/f3ddf9dc-48dc-4c9c-8071-8fa307bb3392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.009062 10.0.0.241 - - [2026-01-22 02:17:00] "POST /neutron/network HTTP/1.1" 200 977 0.007932 10.0.0.241 - - [2026-01-22 02:17:00] "POST /neutron/subnet HTTP/1.1" 200 710 0.008014 10.0.0.241 - - [2026-01-22 02:17:00] "POST /neutron/subnet HTTP/1.1" 200 734 0.008496 10.0.0.241 - - [2026-01-22 02:17:00] "GET /projects?obj_uuids=47e6c485-f840-4831-a822-64320121a2cd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001071 10.0.0.241 - - [2026-01-22 02:17:00] "POST /neutron/port HTTP/1.1" 200 1015 0.163670 10.0.0.241 - - [2026-01-22 02:17:00] "GET /projects?obj_uuids=47e6c485-f840-4831-a822-64320121a2cd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001330 10.0.0.241 - - [2026-01-22 02:17:01] "POST /neutron/port HTTP/1.1" 200 1020 0.198862 10.0.0.241 - - [2026-01-22 02:17:01] "POST /id-to-fqname HTTP/1.1" 200 217 0.001966 10.0.0.241 - - [2026-01-22 02:17:01] "POST /neutron/port HTTP/1.1" 200 1015 0.010006 10.0.0.241 - - [2026-01-22 02:17:01] "POST /neutron/port HTTP/1.1" 200 1015 0.013850 10.0.0.241 - - [2026-01-22 02:17:01] "POST /neutron/network HTTP/1.1" 200 977 0.006813 10.0.0.241 - - [2026-01-22 02:17:01] "POST /neutron/port HTTP/1.1" 200 1015 0.009246 10.0.0.241 - - [2026-01-22 02:17:01] "POST /neutron/port HTTP/1.1" 200 117 0.005016 10.0.0.241 - - [2026-01-22 02:17:01] "POST /neutron/port HTTP/1.1" 200 117 0.004917 10.0.0.241 - - [2026-01-22 02:17:01] "POST /id-to-fqname HTTP/1.1" 200 217 0.001299 10.0.0.241 - - [2026-01-22 02:17:01] "POST /neutron/port HTTP/1.1" 200 117 0.005471 10.0.0.241 - - [2026-01-22 02:17:01] "POST /neutron/port HTTP/1.1" 200 1020 0.008835 10.0.0.241 - - [2026-01-22 02:17:01] "POST /neutron/port HTTP/1.1" 200 1020 0.010999 10.0.0.241 - - [2026-01-22 02:17:01] "POST /neutron/network HTTP/1.1" 200 977 0.010742 10.0.0.241 - - [2026-01-22 02:17:01] "POST /neutron/port HTTP/1.1" 200 1020 0.010936 10.0.0.241 - - [2026-01-22 02:17:01] "POST /neutron/port HTTP/1.1" 200 1015 0.025886 10.0.0.241 - - [2026-01-22 02:17:02] "POST /neutron/port HTTP/1.1" 200 1020 0.009059 10.0.0.241 - - [2026-01-22 02:17:02] "POST /neutron/port HTTP/1.1" 200 117 0.006409 10.0.0.241 - - [2026-01-22 02:17:02] "POST /neutron/port HTTP/1.1" 200 117 0.005951 10.0.0.241 - - [2026-01-22 02:17:02] "POST /neutron/port HTTP/1.1" 200 117 0.005322 10.0.0.241 - - [2026-01-22 02:17:02] "POST /neutron/port HTTP/1.1" 200 1015 0.008254 10.0.0.241 - - [2026-01-22 02:17:02] "POST /neutron/network HTTP/1.1" 200 987 0.005790 10.0.0.241 - - [2026-01-22 02:17:02] "POST /neutron/port HTTP/1.1" 200 1020 0.008697 10.0.0.241 - - [2026-01-22 02:17:02] "POST /neutron/port HTTP/1.1" 200 1015 0.009345 10.0.0.241 - - [2026-01-22 02:17:02] "POST /neutron/network HTTP/1.1" 200 987 0.005875 10.0.0.241 - - [2026-01-22 02:17:02] "POST /neutron/port HTTP/1.1" 200 1015 0.011660 10.0.0.241 - - [2026-01-22 02:17:02] "POST /neutron/port HTTP/1.1" 200 1020 0.015417 10.0.0.241 - - [2026-01-22 02:17:02] "POST /neutron/port HTTP/1.1" 200 1020 0.014381 10.0.0.241 - - [2026-01-22 02:17:02] "POST /neutron/port HTTP/1.1" 200 1107 0.096631 10.0.0.241 - - [2026-01-22 02:17:02] "POST /neutron/port HTTP/1.1" 200 1112 0.090076 10.0.0.241 - - [2026-01-22 02:17:02] "POST /neutron/port HTTP/1.1" 200 1122 0.015864 10.0.0.241 - - [2026-01-22 02:17:02] "POST /neutron/port HTTP/1.1" 200 1117 0.017330 10.0.0.241 - - [2026-01-22 02:17:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003762 10.0.0.241 - - [2026-01-22 02:17:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005167 10.0.0.241 - - [2026-01-22 02:17:02] "POST /neutron/subnet HTTP/1.1" 200 708 0.008638 10.0.0.241 - - [2026-01-22 02:17:02] "POST /neutron/port HTTP/1.1" 200 117 0.001788 10.0.0.241 - - [2026-01-22 02:17:02] "POST /neutron/subnet HTTP/1.1" 200 684 0.012071 10.0.0.241 - - [2026-01-22 02:17:02] "POST /neutron/network HTTP/1.1" 200 977 0.006473 10.0.0.241 - - [2026-01-22 02:17:03] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.241 - - [2026-01-22 02:17:03] "POST /neutron/network HTTP/1.1" 200 977 0.007092 10.0.0.241 - - [2026-01-22 02:17:07] "POST /neutron/port HTTP/1.1" 200 1117 0.012136 10.0.0.241 - - [2026-01-22 02:17:07] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007991 10.0.0.241 - - [2026-01-22 02:17:07] "POST /neutron/port HTTP/1.1" 200 1117 0.014379 10.0.0.241 - - [2026-01-22 02:17:07] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007001 10.0.0.241 - - [2026-01-22 02:17:07] "POST /neutron/port HTTP/1.1" 200 1117 0.014272 10.0.0.241 - - [2026-01-22 02:17:07] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006166 10.0.0.241 - - [2026-01-22 02:17:07] "GET /virtual-machine/d6d1967d-d16d-45bb-965b-b646cf95dae4 HTTP/1.1" 200 1287 0.005594 10.0.0.241 - - [2026-01-22 02:17:07] "GET /virtual-machine-interface/1c962752-e9e1-4a6f-a7c2-26fdf0dd8a5b HTTP/1.1" 200 2930 0.005741 10.0.0.241 - - [2026-01-22 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002621 10.0.0.241 - - [2026-01-22 02:17:07] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002920 10.0.0.241 - - [2026-01-22 02:17:07] "GET /virtual-networks?parent_id=47e6c485-f840-4831-a822-64320121a2cd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003423 10.0.0.241 - - [2026-01-22 02:17:07] "GET /virtual-network/f3ddf9dc-48dc-4c9c-8071-8fa307bb3392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005554 10.0.0.241 - - [2026-01-22 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.241 - - [2026-01-22 02:17:10] "GET /virtual-network/f3ddf9dc-48dc-4c9c-8071-8fa307bb3392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006497 10.0.0.241 - - [2026-01-22 02:17:12] "POST /neutron/port HTTP/1.1" 200 1122 0.011485 10.0.0.241 - - [2026-01-22 02:17:12] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005745 10.0.0.241 - - [2026-01-22 02:17:12] "POST /neutron/port HTTP/1.1" 200 1117 0.012616 10.0.0.241 - - [2026-01-22 02:17:12] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005521 10.0.0.241 - - [2026-01-22 02:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.241 - - [2026-01-22 02:17:14] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002931 10.0.0.241 - - [2026-01-22 02:17:14] "GET /virtual-networks?parent_id=47e6c485-f840-4831-a822-64320121a2cd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003024 10.0.0.241 - - [2026-01-22 02:17:14] "GET /virtual-network/f3ddf9dc-48dc-4c9c-8071-8fa307bb3392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005835 10.0.0.241 - - [2026-01-22 02:17:15] "POST /neutron/port HTTP/1.1" 200 1117 0.012181 10.0.0.241 - - [2026-01-22 02:17:15] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005826 10.0.0.241 - - [2026-01-22 02:17:20] "POST /neutron/port HTTP/1.1" 200 1122 0.014518 10.0.0.241 - - [2026-01-22 02:17:20] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007274 10.0.0.241 - - [2026-01-22 02:17:20] "POST /neutron/port HTTP/1.1" 200 1122 0.014806 10.0.0.241 - - [2026-01-22 02:17:20] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006705 10.0.0.241 - - [2026-01-22 02:17:20] "POST /neutron/port HTTP/1.1" 200 1122 0.014915 10.0.0.241 - - [2026-01-22 02:17:20] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009826 10.0.0.241 - - [2026-01-22 02:17:20] "GET /virtual-machine/084447ee-dd0d-463a-ab31-cc1277acc335 HTTP/1.1" 200 1285 0.005150 10.0.0.241 - - [2026-01-22 02:17:20] "GET /virtual-machine-interface/bfe27400-4030-4ab8-89d8-43418d20c9dc HTTP/1.1" 200 2930 0.005859 10.0.0.241 - - [2026-01-22 02:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.241 - - [2026-01-22 02:17:20] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004265 10.0.0.241 - - [2026-01-22 02:17:20] "GET /virtual-networks?parent_id=47e6c485-f840-4831-a822-64320121a2cd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002862 10.0.0.241 - - [2026-01-22 02:17:20] "GET /virtual-network/f3ddf9dc-48dc-4c9c-8071-8fa307bb3392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005372 10.0.0.241 - - [2026-01-22 02:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.241 - - [2026-01-22 02:17:21] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003304 10.0.0.241 - - [2026-01-22 02:17:21] "GET /virtual-networks?parent_id=47e6c485-f840-4831-a822-64320121a2cd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002999 10.0.0.241 - - [2026-01-22 02:17:22] "GET /virtual-network/f3ddf9dc-48dc-4c9c-8071-8fa307bb3392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006243 10.0.0.241 - - [2026-01-22 02:17:25] "POST /neutron/port HTTP/1.1" 200 1112 0.017026 10.0.0.241 - - [2026-01-22 02:17:25] "POST /neutron/port HTTP/1.1" 200 1112 0.009256 10.0.0.241 - - [2026-01-22 02:17:25] "POST /neutron/port HTTP/1.1" 200 151 0.110940 10.0.0.241 - - [2026-01-22 02:17:25] "POST /neutron/port HTTP/1.1" 200 1107 0.010872 10.0.0.241 - - [2026-01-22 02:17:25] "POST /neutron/port HTTP/1.1" 200 1107 0.011508 10.0.0.241 - - [2026-01-22 02:17:25] "POST /neutron/port HTTP/1.1" 200 151 0.173288 10.0.0.241 - - [2026-01-22 02:17:25] "POST /neutron/network HTTP/1.1" 200 977 0.024585 10.0.0.241 - - [2026-01-22 02:17:25] "POST /neutron/port HTTP/1.1" 200 117 0.004764 10.0.0.241 - - [2026-01-22 02:17:25] "POST /neutron/port HTTP/1.1" 400 205 0.003099 10.0.0.241 - - [2026-01-22 02:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005485 10.0.0.241 - - [2026-01-22 02:17:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004019 10.0.0.241 - - [2026-01-22 02:17:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004761 10.0.0.241 - - [2026-01-22 02:17:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002116 10.0.0.241 - - [2026-01-22 02:17:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001599 10.0.0.241 - - [2026-01-22 02:17:25] "POST /neutron/network HTTP/1.1" 200 151 0.156905 10.0.0.241 - - [2026-01-22 02:17:25] "DELETE /route-target/614928c0-3b79-4936-a564-66cc8e67961d HTTP/1.1" 200 115 0.036888 10.0.0.241 - - [2026-01-22 02:17:25] "GET /projects?obj_uuids=47e6c485-f840-4831-a822-64320121a2cd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000944 10.0.0.241 - - [2026-01-22 02:17:26] "GET /project/47e6c485-f840-4831-a822-64320121a2cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.048925 10.0.0.241 - - [2026-01-22 02:17:26] "GET /projects?obj_uuids=47e6c485-f840-4831-a822-64320121a2cd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001511 10.0.0.241 - - [2026-01-22 02:17:26] "GET /project/47e6c485-f840-4831-a822-64320121a2cd?fields=virtual_networks HTTP/1.1" 200 1026 0.034012 10.0.0.241 - - [2026-01-22 02:17:26] "GET /projects?obj_uuids=47e6c485-f840-4831-a822-64320121a2cd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000969 10.0.0.241 - - [2026-01-22 02:17:26] "GET /project/47e6c485-f840-4831-a822-64320121a2cd?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.029004 10.0.0.241 - - [2026-01-22 02:17:26] "GET /projects?obj_uuids=47e6c485-f840-4831-a822-64320121a2cd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001051 10.0.0.241 - - [2026-01-22 02:17:26] "GET /project/47e6c485-f840-4831-a822-64320121a2cd?fields=security_groups HTTP/1.1" 200 1249 0.034291 10.0.0.241 - - [2026-01-22 02:17:27] "POST /fqname-to-id HTTP/1.1" 404 186 0.029374 10.0.0.241 - - [2026-01-22 02:17:27] "GET /projects?obj_uuids=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002225 10.0.0.241 - - [2026-01-22 02:17:27] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001185 10.0.0.241 - - [2026-01-22 02:17:27] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006464 10.0.0.241 - - [2026-01-22 02:17:27] "POST /id-to-fqname HTTP/1.1" 200 188 0.003486 10.0.0.241 - - [2026-01-22 02:17:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.003570 10.0.0.241 - - [2026-01-22 02:17:27] "POST /security-groups HTTP/1.1" 200 589 0.072994 10.0.0.241 - - [2026-01-22 02:17:27] "POST /fqname-to-id HTTP/1.1" 404 232 0.003243 10.0.0.241 - - [2026-01-22 02:17:27] "POST /projects HTTP/1.1" 200 581 0.239099 10.0.0.241 - - [2026-01-22 02:17:27] "POST /access-control-lists HTTP/1.1" 200 596 0.060195 10.0.0.241 - - [2026-01-22 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.318103 10.0.0.241 - - [2026-01-22 02:17:27] "POST /fqname-to-id HTTP/1.1" 404 231 0.002582 10.0.0.241 - - [2026-01-22 02:17:27] "GET /project/c44ef0bd-8a3c-404b-a660-3527e956f67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.436698 10.0.0.241 - - [2026-01-22 02:17:27] "POST /access-control-lists HTTP/1.1" 200 594 0.065304 10.0.0.241 - - [2026-01-22 02:17:28] "DELETE /project/47e6c485f8404831a82264320121a2cd HTTP/1.1" 404 173 0.017279 10.0.0.241 - - [2026-01-22 02:17:28] "DELETE /project/4719ed18bdc5422e980d744cf0d4ee1b HTTP/1.1" 404 173 0.012955 10.0.0.241 - - [2026-01-22 02:17:28] "DELETE /project/49e35b7a15ef437482f432b4d785b9a5 HTTP/1.1" 404 173 0.008893 10.0.0.241 - - [2026-01-22 02:17:28] "DELETE /project/c44ef0bd8a3c404ba6603527e956f67c HTTP/1.1" 404 173 0.008173 10.0.0.241 - - [2026-01-22 02:17:28] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002051 10.0.0.241 - - [2026-01-22 02:17:28] "GET /projects?obj_uuids=47e6c485-f840-4831-a822-64320121a2cd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000755 10.0.0.241 - - [2026-01-22 02:17:28] "GET /projects?obj_uuids=49e35b7a-15ef-4374-82f4-32b4d785b9a5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000816 10.0.0.241 - - [2026-01-22 02:17:28] "GET /projects?obj_uuids=4719ed18-bdc5-422e-980d-744cf0d4ee1b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000818 10.0.0.241 - - [2026-01-22 02:17:28] "GET /project/47e6c485-f840-4831-a822-64320121a2cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.071121 10.0.0.241 - - [2026-01-22 02:17:28] "GET /project/49e35b7a-15ef-4374-82f4-32b4d785b9a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.073647 10.0.0.241 - - [2026-01-22 02:17:28] "GET /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1514 0.091053 10.0.0.241 - - [2026-01-22 02:17:28] "GET /project/4719ed18-bdc5-422e-980d-744cf0d4ee1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.100405 10.0.0.241 - - [2026-01-22 02:17:28] "GET /projects?obj_uuids=47e6c485-f840-4831-a822-64320121a2cd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001264 10.0.0.241 - - [2026-01-22 02:17:28] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001081 10.0.0.241 - - [2026-01-22 02:17:28] "GET /projects?obj_uuids=49e35b7a-15ef-4374-82f4-32b4d785b9a5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000934 10.0.0.241 - - [2026-01-22 02:17:28] "GET /projects?obj_uuids=4719ed18-bdc5-422e-980d-744cf0d4ee1b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000968 10.0.0.241 - - [2026-01-22 02:17:28] "GET /project/47e6c485-f840-4831-a822-64320121a2cd?fields=security_groups HTTP/1.1" 200 1351 0.064224 10.0.0.241 - - [2026-01-22 02:17:28] "GET /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c?fields=security_groups HTTP/1.1" 200 1397 0.065618 10.0.0.241 - - [2026-01-22 02:17:28] "GET /project/49e35b7a-15ef-4374-82f4-32b4d785b9a5?fields=security_groups HTTP/1.1" 200 1347 0.074760 10.0.0.241 - - [2026-01-22 02:17:28] "GET /project/4719ed18-bdc5-422e-980d-744cf0d4ee1b?fields=security_groups HTTP/1.1" 200 1348 0.074595 10.0.0.241 - - [2026-01-22 02:17:28] "DELETE /access-control-list/f8c6a639-0f02-410d-ac7a-9f1862cc7a00 HTTP/1.1" 200 115 0.041954 10.0.0.241 - - [2026-01-22 02:17:28] "DELETE /security-group/3d543ae1-2717-4431-88d7-08f8a477e1b2 HTTP/1.1" 200 115 0.091155 10.0.0.241 - - [2026-01-22 02:17:28] "DELETE /security-group/9c6b4e2c-3acc-493f-beaa-5194fe6eb9ad HTTP/1.1" 200 115 0.089639 10.0.0.241 - - [2026-01-22 02:17:28] "GET /projects?obj_uuids=47e6c485-f840-4831-a822-64320121a2cd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001126 10.0.0.241 - - [2026-01-22 02:17:28] "GET /projects?obj_uuids=0376241f-7c4f-4a24-85ab-eb003dbf2b8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001080 10.0.0.241 - - [2026-01-22 02:17:28] "DELETE /security-group/679c5320-4830-47d9-a1e2-8108cb82c61e HTTP/1.1" 200 115 0.119418 10.0.0.241 - - [2026-01-22 02:17:28] "GET /project/47e6c485-f840-4831-a822-64320121a2cd?fields=application_policy_sets HTTP/1.1" 200 1390 0.049181 10.0.0.241 - - [2026-01-22 02:17:28] "GET /projects?obj_uuids=49e35b7a-15ef-4374-82f4-32b4d785b9a5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002337 10.0.0.241 - - [2026-01-22 02:17:28] "DELETE /access-control-list/bf9d9ea9-f87d-401f-a281-c50ae6f27d37 HTTP/1.1" 200 115 0.084358 10.0.0.241 - - [2026-01-22 02:17:28] "GET /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c?fields=application_policy_sets HTTP/1.1" 200 1436 0.073428 10.0.0.241 - - [2026-01-22 02:17:28] "DELETE /security-group/08064173-73c2-4799-a9c7-ed0f45be6a89 HTTP/1.1" 200 115 0.165147 10.0.0.241 - - [2026-01-22 02:17:28] "GET /projects?obj_uuids=4719ed18-bdc5-422e-980d-744cf0d4ee1b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001090 10.0.0.241 - - [2026-01-22 02:17:28] "GET /project/49e35b7a-15ef-4374-82f4-32b4d785b9a5?fields=application_policy_sets HTTP/1.1" 200 1386 0.062089 10.0.0.241 - - [2026-01-22 02:17:28] "DELETE /access-control-list/a6d8f7be-8a95-4d11-8b3d-c82eca2fa84e HTTP/1.1" 200 115 0.045900 10.0.0.241 - - [2026-01-22 02:17:28] "DELETE /access-control-list/17e5318f-06b3-4573-8dd7-9b6e2495f480 HTTP/1.1" 200 115 0.044341 10.0.0.241 - - [2026-01-22 02:17:28] "GET /project/4719ed18-bdc5-422e-980d-744cf0d4ee1b?fields=application_policy_sets HTTP/1.1" 200 1387 0.102785 10.0.0.241 - - [2026-01-22 02:17:28] "DELETE /access-control-list/90cb71c8-0417-4511-903a-94d869dc85a7 HTTP/1.1" 200 115 0.061382 10.0.0.241 - - [2026-01-22 02:17:28] "DELETE /project/47e6c485-f840-4831-a822-64320121a2cd HTTP/1.1" 200 115 0.612793 10.0.0.241 - - [2026-01-22 02:17:28] "DELETE /access-control-list/4ff11f5b-adcd-4833-a726-ae9dd4723c95 HTTP/1.1" 200 115 0.071840 10.0.0.241 - - [2026-01-22 02:17:28] "DELETE /project/0376241f-7c4f-4a24-85ab-eb003dbf2b8c HTTP/1.1" 200 115 0.655056 10.0.0.241 - - [2026-01-22 02:17:28] "DELETE /project/49e35b7a-15ef-4374-82f4-32b4d785b9a5 HTTP/1.1" 200 115 0.677508 10.0.0.241 - - [2026-01-22 02:17:28] "DELETE /access-control-list/abc879e4-5dcf-4677-8f07-654ba5968ede HTTP/1.1" 200 115 0.047561 10.0.0.241 - - [2026-01-22 02:17:28] "DELETE /access-control-list/36c39c45-b8cd-4f8f-b264-2ae35652e162 HTTP/1.1" 200 115 0.025275 10.0.0.241 - - [2026-01-22 02:17:28] "DELETE /project/4719ed18-bdc5-422e-980d-744cf0d4ee1b HTTP/1.1" 200 115 0.720659 10.0.0.241 - - [2026-01-22 02:17:28] "GET / HTTP/1.1" 200 36215 0.002367 10.0.0.241 - - [2026-01-22 02:17:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000539 10.0.0.241 - - [2026-01-22 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.067187 10.0.0.241 - - [2026-01-22 02:17:30] "GET /projects?obj_uuids=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001041 10.0.0.241 - - [2026-01-22 02:17:30] "GET /project/c44ef0bd-8a3c-404b-a660-3527e956f67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.022424 10.0.0.241 - - [2026-01-22 02:17:30] "POST /neutron/network HTTP/1.1" 200 117 0.036207 10.0.0.241 - - [2026-01-22 02:17:30] "GET /projects?obj_uuids=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001553 10.0.0.241 - - [2026-01-22 02:17:30] "POST /neutron/network HTTP/1.1" 200 605 0.079840 10.0.0.241 - - [2026-01-22 02:17:30] "POST /route-targets HTTP/1.1" 200 328 0.018225 10.0.0.241 - - [2026-01-22 02:17:30] "POST /ref-update HTTP/1.1" 200 156 0.010893 10.0.0.241 - - [2026-01-22 02:17:30] "POST /neutron/port HTTP/1.1" 200 117 0.004934 10.0.0.241 - - [2026-01-22 02:17:30] "POST /neutron/port HTTP/1.1" 400 205 0.004242 10.0.0.241 - - [2026-01-22 02:17:30] "POST /useragent-kv HTTP/1.1" 200 115 0.008618 10.0.0.241 - - [2026-01-22 02:17:30] "POST /neutron/subnet HTTP/1.1" 200 725 0.182894 10.0.0.241 - - [2026-01-22 02:17:30] "POST /neutron/network HTTP/1.1" 200 824 0.005012 10.0.0.241 - - [2026-01-22 02:17:30] "POST /id-to-fqname HTTP/1.1" 200 219 0.001371 10.0.0.241 - - [2026-01-22 02:17:30] "GET /virtual-network/1f8b5e0f-10da-4191-9897-9347be4924f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004866 10.0.0.241 - - [2026-01-22 02:17:30] "POST /neutron/network HTTP/1.1" 200 824 0.006099 10.0.0.241 - - [2026-01-22 02:17:30] "GET /virtual-network/1f8b5e0f-10da-4191-9897-9347be4924f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005176 10.0.0.241 - - [2026-01-22 02:17:30] "POST /neutron/network HTTP/1.1" 200 824 0.005384 10.0.0.241 - - [2026-01-22 02:17:30] "POST /neutron/subnet HTTP/1.1" 200 725 0.010853 10.0.0.241 - - [2026-01-22 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.241 - - [2026-01-22 02:17:30] "GET /projects?obj_uuids=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000977 10.0.0.241 - - [2026-01-22 02:17:30] "GET /project/c44ef0bd-8a3c-404b-a660-3527e956f67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.026407 10.0.0.241 - - [2026-01-22 02:17:30] "POST /neutron/network HTTP/1.1" 200 117 0.010597 10.0.0.241 - - [2026-01-22 02:17:30] "GET /projects?obj_uuids=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000963 10.0.0.241 - - [2026-01-22 02:17:30] "POST /neutron/network HTTP/1.1" 200 605 0.060981 10.0.0.241 - - [2026-01-22 02:17:30] "POST /route-targets HTTP/1.1" 200 328 0.012113 10.0.0.241 - - [2026-01-22 02:17:30] "POST /ref-update HTTP/1.1" 200 156 0.012566 10.0.0.241 - - [2026-01-22 02:17:30] "POST /useragent-kv HTTP/1.1" 200 115 0.005373 10.0.0.241 - - [2026-01-22 02:17:31] "POST /neutron/subnet HTTP/1.1" 200 715 0.152866 10.0.0.241 - - [2026-01-22 02:17:31] "POST /neutron/network HTTP/1.1" 200 822 0.006165 10.0.0.241 - - [2026-01-22 02:17:31] "POST /id-to-fqname HTTP/1.1" 200 219 0.001119 10.0.0.241 - - [2026-01-22 02:17:31] "GET /virtual-network/e8a1e3be-a0a6-492d-b6d9-6913154f200a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004515 10.0.0.241 - - [2026-01-22 02:17:31] "POST /neutron/network HTTP/1.1" 200 822 0.005493 10.0.0.241 - - [2026-01-22 02:17:31] "GET /virtual-network/e8a1e3be-a0a6-492d-b6d9-6913154f200a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004155 10.0.0.241 - - [2026-01-22 02:17:31] "POST /neutron/network HTTP/1.1" 200 822 0.005004 10.0.0.241 - - [2026-01-22 02:17:31] "POST /neutron/subnet HTTP/1.1" 200 715 0.006456 10.0.0.241 - - [2026-01-22 02:17:31] "POST /id-to-fqname HTTP/1.1" 200 219 0.001196 10.0.0.241 - - [2026-01-22 02:17:31] "POST /neutron/network HTTP/1.1" 200 834 0.005368 10.0.0.241 - - [2026-01-22 02:17:31] "GET /aaa-mode HTTP/1.1" 401 293 0.000652 10.0.0.241 - - [2026-01-22 02:17:31] "GET / HTTP/1.1" 200 36215 0.001755 10.0.0.241 - - [2026-01-22 02:17:31] "GET /project/c44ef0bd-8a3c-404b-a660-3527e956f67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000371 10.0.0.241 - - [2026-01-22 02:17:32] "GET /projects?obj_uuids=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001063 10.0.0.241 - - [2026-01-22 02:17:32] "GET /project/c44ef0bd-8a3c-404b-a660-3527e956f67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.048104 10.0.0.241 - - [2026-01-22 02:17:32] "POST /neutron/network HTTP/1.1" 200 824 0.004871 10.0.0.241 - - [2026-01-22 02:17:32] "POST /neutron/port HTTP/1.1" 200 117 0.005932 10.0.0.241 - - [2026-01-22 02:17:32] "POST /neutron/port HTTP/1.1" 200 117 0.004976 10.0.0.241 - - [2026-01-22 02:17:32] "POST /id-to-fqname HTTP/1.1" 200 219 0.001348 10.0.0.241 - - [2026-01-22 02:17:32] "POST /neutron/port HTTP/1.1" 200 117 0.004993 10.0.0.241 - - [2026-01-22 02:17:32] "POST /neutron/network HTTP/1.1" 200 832 0.005719 10.0.0.241 - - [2026-01-22 02:17:32] "GET /aaa-mode HTTP/1.1" 401 293 0.000434 10.0.0.241 - - [2026-01-22 02:17:32] "GET /obj-perms HTTP/1.1" 200 5075 0.047955 10.0.0.241 - - [2026-01-22 02:17:32] "POST /neutron/network HTTP/1.1" 200 834 0.005250 10.0.0.241 - - [2026-01-22 02:17:32] "GET /projects?obj_uuids=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001520 10.0.0.241 - - [2026-01-22 02:17:33] "GET / HTTP/1.1" 200 36215 0.002335 10.0.0.241 - - [2026-01-22 02:17:33] "GET /project/c44ef0bd-8a3c-404b-a660-3527e956f67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000388 10.0.0.241 - - [2026-01-22 02:17:33] "POST /neutron/port HTTP/1.1" 200 1058 0.276573 10.0.0.241 - - [2026-01-22 02:17:33] "POST /neutron/port HTTP/1.1" 200 1058 0.029624 10.0.0.241 - - [2026-01-22 02:17:33] "POST /neutron/port HTTP/1.1" 200 1058 0.018519 10.0.0.241 - - [2026-01-22 02:17:33] "GET /obj-perms HTTP/1.1" 200 5075 0.115403 10.0.0.241 - - [2026-01-22 02:17:33] "POST /neutron/port HTTP/1.1" 200 1112 0.071541 10.0.0.241 - - [2026-01-22 02:17:33] "POST /neutron/port HTTP/1.1" 200 1122 0.012173 10.0.0.241 - - [2026-01-22 02:17:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003158 10.0.0.241 - - [2026-01-22 02:17:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.007087 10.0.0.241 - - [2026-01-22 02:17:33] "POST /neutron/port HTTP/1.1" 200 117 0.001215 10.0.0.241 - - [2026-01-22 02:17:33] "GET /projects?obj_uuids=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001067 10.0.0.241 - - [2026-01-22 02:17:33] "POST /neutron/network HTTP/1.1" 200 824 0.015998 10.0.0.241 - - [2026-01-22 02:17:33] "GET /project/c44ef0bd-8a3c-404b-a660-3527e956f67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.061571 10.0.0.241 - - [2026-01-22 02:17:33] "POST /neutron/network HTTP/1.1" 200 822 0.004906 10.0.0.241 - - [2026-01-22 02:17:33] "POST /neutron/port HTTP/1.1" 200 1122 0.034254 10.0.0.241 - - [2026-01-22 02:17:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007739 10.0.0.241 - - [2026-01-22 02:17:33] "POST /neutron/port HTTP/1.1" 200 117 0.004384 10.0.0.241 - - [2026-01-22 02:17:33] "GET /projects?obj_uuids=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001050 10.0.0.241 - - [2026-01-22 02:17:33] "POST /neutron/router HTTP/1.1" 200 580 0.067128 10.0.0.241 - - [2026-01-22 02:17:33] "POST /neutron/router HTTP/1.1" 200 580 0.014556 10.0.0.241 - - [2026-01-22 02:17:33] "POST /route-targets HTTP/1.1" 200 328 0.038826 10.0.0.241 - - [2026-01-22 02:17:33] "GET /projects?obj_uuids=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001583 10.0.0.241 - - [2026-01-22 02:17:33] "PUT /logical-router/a5ca6548-e42f-4b36-bc2a-3d276d46872a HTTP/1.1" 200 263 0.029319 10.0.0.241 - - [2026-01-22 02:17:34] "POST /neutron/router HTTP/1.1" 200 344 0.292107 10.0.0.241 - - [2026-01-22 02:17:34] "POST /ref-update HTTP/1.1" 200 156 0.011306 10.0.0.241 - - [2026-01-22 02:17:34] "POST /neutron/port HTTP/1.1" 200 1122 0.016855 10.0.0.241 - - [2026-01-22 02:17:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006409 10.0.0.241 - - [2026-01-22 02:17:34] "POST /neutron/network HTTP/1.1" 200 832 0.004985 10.0.0.241 - - [2026-01-22 02:17:34] "GET /projects?obj_uuids=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001116 10.0.0.241 - - [2026-01-22 02:17:34] "POST /neutron/port HTTP/1.1" 200 1056 0.248367 10.0.0.241 - - [2026-01-22 02:17:34] "POST /neutron/port HTTP/1.1" 200 1056 0.013246 10.0.0.241 - - [2026-01-22 02:17:34] "POST /neutron/port HTTP/1.1" 200 1056 0.015777 10.0.0.241 - - [2026-01-22 02:17:34] "POST /neutron/port HTTP/1.1" 200 1110 0.076620 10.0.0.241 - - [2026-01-22 02:17:34] "POST /neutron/port HTTP/1.1" 200 1120 0.016669 10.0.0.241 - - [2026-01-22 02:17:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003845 10.0.0.241 - - [2026-01-22 02:17:34] "POST /neutron/subnet HTTP/1.1" 200 689 0.010828 10.0.0.241 - - [2026-01-22 02:17:34] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.241 - - [2026-01-22 02:17:34] "POST /neutron/network HTTP/1.1" 200 822 0.006301 10.0.0.241 - - [2026-01-22 02:17:39] "POST /neutron/port HTTP/1.1" 200 1122 0.013279 10.0.0.241 - - [2026-01-22 02:17:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007174 10.0.0.241 - - [2026-01-22 02:17:39] "POST /neutron/port HTTP/1.1" 200 1122 0.015218 10.0.0.241 - - [2026-01-22 02:17:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005761 10.0.0.241 - - [2026-01-22 02:17:39] "POST /neutron/port HTTP/1.1" 200 1122 0.011502 10.0.0.241 - - [2026-01-22 02:17:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005607 10.0.0.241 - - [2026-01-22 02:17:39] "GET /virtual-machine/516e99d1-bc74-41b5-a66a-dcc8ff03f158 HTTP/1.1" 401 293 0.000357 10.0.0.241 - - [2026-01-22 02:17:39] "GET /virtual-machine/516e99d1-bc74-41b5-a66a-dcc8ff03f158 HTTP/1.1" 200 1292 0.030722 10.0.0.241 - - [2026-01-22 02:17:39] "GET /virtual-machine-interface/5759d1f8-56be-4e78-8f33-7fdb46d649aa HTTP/1.1" 200 2940 0.006654 10.0.0.241 - - [2026-01-22 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.241 - - [2026-01-22 02:17:39] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003691 10.0.0.241 - - [2026-01-22 02:17:39] "GET /virtual-networks?parent_id=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002628 10.0.0.241 - - [2026-01-22 02:17:40] "GET /virtual-network/1f8b5e0f-10da-4191-9897-9347be4924f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005580 10.0.0.241 - - [2026-01-22 02:17:42] "POST /neutron/port HTTP/1.1" 200 1122 0.013009 10.0.0.241 - - [2026-01-22 02:17:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005597 10.0.0.241 - - [2026-01-22 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.241 - - [2026-01-22 02:17:43] "GET /virtual-network/1f8b5e0f-10da-4191-9897-9347be4924f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006221 10.0.0.241 - - [2026-01-22 02:17:43] "POST /neutron/port HTTP/1.1" 200 1120 0.012090 10.0.0.241 - - [2026-01-22 02:17:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005510 10.0.0.241 - - [2026-01-22 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.241 - - [2026-01-22 02:17:45] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003461 10.0.0.241 - - [2026-01-22 02:17:45] "GET /virtual-networks?parent_id=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002913 10.0.0.241 - - [2026-01-22 02:17:45] "GET /virtual-network/1f8b5e0f-10da-4191-9897-9347be4924f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005107 10.0.0.241 - - [2026-01-22 02:17:45] "POST /neutron/port HTTP/1.1" 200 1120 0.012393 10.0.0.241 - - [2026-01-22 02:17:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005871 10.0.0.241 - - [2026-01-22 02:17:45] "POST /neutron/port HTTP/1.1" 200 1120 0.011728 10.0.0.241 - - [2026-01-22 02:17:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005618 10.0.0.241 - - [2026-01-22 02:17:45] "POST /neutron/port HTTP/1.1" 200 1120 0.011746 10.0.0.241 - - [2026-01-22 02:17:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006325 10.0.0.241 - - [2026-01-22 02:17:45] "GET /virtual-machine/a67eff60-e5af-4470-9406-ac5d5d0863f5 HTTP/1.1" 200 1293 0.004672 10.0.0.241 - - [2026-01-22 02:17:45] "GET /virtual-machine-interface/8344b1e8-359d-4e0e-851f-4caadff80a28 HTTP/1.1" 200 2939 0.005038 10.0.0.241 - - [2026-01-22 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.241 - - [2026-01-22 02:17:45] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002774 10.0.0.241 - - [2026-01-22 02:17:45] "GET /virtual-networks?parent_id=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002857 10.0.0.241 - - [2026-01-22 02:17:45] "GET /virtual-network/e8a1e3be-a0a6-492d-b6d9-6913154f200a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005884 10.0.0.241 - - [2026-01-22 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.241 - - [2026-01-22 02:17:47] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004122 10.0.0.241 - - [2026-01-22 02:17:47] "GET /virtual-networks?parent_id=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002922 10.0.0.241 - - [2026-01-22 02:17:47] "GET /virtual-network/e8a1e3be-a0a6-492d-b6d9-6913154f200a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007145 10.0.0.241 - - [2026-01-22 02:17:52] "POST /neutron/router HTTP/1.1" 200 580 0.003622 10.0.0.241 - - [2026-01-22 02:17:52] "GET /projects?obj_uuids=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001083 10.0.0.241 - - [2026-01-22 02:17:52] "POST /neutron/router HTTP/1.1" 200 344 0.243681 10.0.0.241 - - [2026-01-22 02:17:52] "POST /neutron/port HTTP/1.1" 200 1918 0.019725 10.0.0.241 - - [2026-01-22 02:17:53] "POST /ref-update HTTP/1.1" 200 156 0.008594 10.0.0.241 - - [2026-01-22 02:17:53] "POST /neutron/port HTTP/1.1" 200 1122 0.013272 10.0.0.241 - - [2026-01-22 02:17:53] "POST /neutron/port HTTP/1.1" 200 1122 0.017567 10.0.0.241 - - [2026-01-22 02:17:53] "POST /neutron/network HTTP/1.1" 200 834 0.004865 10.0.0.241 - - [2026-01-22 02:17:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003230 10.0.0.241 - - [2026-01-22 02:17:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.007165 10.0.0.241 - - [2026-01-22 02:17:54] "POST /neutron/port HTTP/1.1" 200 117 0.001632 10.0.0.241 - - [2026-01-22 02:17:54] "POST /neutron/network HTTP/1.1" 200 824 0.009645 10.0.0.241 - - [2026-01-22 02:17:59] "POST /neutron/router HTTP/1.1" 200 580 0.003862 10.0.0.241 - - [2026-01-22 02:17:59] "POST /ref-update HTTP/1.1" 200 156 0.011623 10.0.0.241 - - [2026-01-22 02:17:59] "POST /neutron/router HTTP/1.1" 200 344 0.102707 10.0.0.241 - - [2026-01-22 02:18:02] "POST /neutron/router HTTP/1.1" 200 580 0.004364 10.0.0.241 - - [2026-01-22 02:18:02] "GET /projects?obj_uuids=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001411 10.0.0.241 - - [2026-01-22 02:18:02] "POST /neutron/router HTTP/1.1" 200 344 0.197875 10.0.0.241 - - [2026-01-22 02:18:02] "POST /ref-update HTTP/1.1" 200 156 0.009197 10.0.0.241 - - [2026-01-22 02:18:04] "POST /neutron/router HTTP/1.1" 200 580 0.005591 10.0.0.241 - - [2026-01-22 02:18:04] "POST /ref-update HTTP/1.1" 200 156 0.012812 10.0.0.241 - - [2026-01-22 02:18:04] "POST /neutron/router HTTP/1.1" 200 344 0.096848 10.0.0.241 - - [2026-01-22 02:18:04] "POST /neutron/router HTTP/1.1" 200 580 0.006961 10.0.0.241 - - [2026-01-22 02:18:05] "POST /ref-update HTTP/1.1" 200 156 0.009185 10.0.0.241 - - [2026-01-22 02:18:05] "POST /neutron/router HTTP/1.1" 200 344 0.083919 10.0.0.241 - - [2026-01-22 02:18:05] "POST /neutron/router HTTP/1.1" 200 580 0.003860 10.0.0.241 - - [2026-01-22 02:18:05] "GET /logical-router/a5ca6548-e42f-4b36-bc2a-3d276d46872a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007262 10.0.0.241 - - [2026-01-22 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006178 10.0.0.241 - - [2026-01-22 02:18:05] "POST /neutron/router HTTP/1.1" 200 151 0.053987 10.0.0.241 - - [2026-01-22 02:18:05] "DELETE /route-target/529eaa25-1184-4b32-845b-4e4eaea0005d HTTP/1.1" 200 115 0.017231 10.0.0.241 - - [2026-01-22 02:18:05] "POST /neutron/network HTTP/1.1" 200 822 0.008566 10.0.0.241 - - [2026-01-22 02:18:05] "POST /neutron/network HTTP/1.1" 400 204 0.010535 10.0.0.241 - - [2026-01-22 02:18:05] "POST /neutron/port HTTP/1.1" 200 1120 0.012148 10.0.0.241 - - [2026-01-22 02:18:05] "POST /neutron/port HTTP/1.1" 200 1110 0.009865 10.0.0.241 - - [2026-01-22 02:18:05] "POST /neutron/port HTTP/1.1" 200 1122 0.014192 10.0.0.241 - - [2026-01-22 02:18:05] "POST /neutron/port HTTP/1.1" 200 1112 0.014554 10.0.0.241 - - [2026-01-22 02:18:05] "POST /neutron/port HTTP/1.1" 200 151 0.127617 10.0.0.241 - - [2026-01-22 02:18:05] "POST /neutron/port HTTP/1.1" 200 151 0.116347 10.0.0.241 - - [2026-01-22 02:18:07] "POST /neutron/network HTTP/1.1" 200 822 0.005285 10.0.0.241 - - [2026-01-22 02:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.241 - - [2026-01-22 02:18:07] "POST /useragent-kv HTTP/1.1" 200 115 0.011519 10.0.0.241 - - [2026-01-22 02:18:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001730 10.0.0.241 - - [2026-01-22 02:18:07] "POST /neutron/network HTTP/1.1" 200 151 0.100059 10.0.0.241 - - [2026-01-22 02:18:07] "DELETE /route-target/b2cc1687-2cf1-4593-bc1e-dec2cf7a00c6 HTTP/1.1" 200 115 0.017420 10.0.0.241 - - [2026-01-22 02:18:07] "POST /neutron/network HTTP/1.1" 200 824 0.005459 10.0.0.241 - - [2026-01-22 02:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.241 - - [2026-01-22 02:18:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001965 10.0.0.241 - - [2026-01-22 02:18:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002697 10.0.0.241 - - [2026-01-22 02:18:07] "POST /neutron/network HTTP/1.1" 200 151 0.069707 10.0.0.241 - - [2026-01-22 02:18:07] "DELETE /route-target/4f7fa78e-0d91-4d8a-853d-8505997512ea HTTP/1.1" 200 115 0.016923 10.0.0.241 - - [2026-01-22 02:18:07] "GET /projects?obj_uuids=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001240 10.0.0.241 - - [2026-01-22 02:18:07] "GET /project/c44ef0bd-8a3c-404b-a660-3527e956f67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.023162 10.0.0.241 - - [2026-01-22 02:18:07] "GET /projects?obj_uuids=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000921 10.0.0.241 - - [2026-01-22 02:18:07] "GET /project/c44ef0bd-8a3c-404b-a660-3527e956f67c?fields=virtual_networks HTTP/1.1" 200 1031 0.062336 10.0.0.241 - - [2026-01-22 02:18:07] "GET /projects?obj_uuids=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002420 10.0.0.241 - - [2026-01-22 02:18:07] "GET /project/c44ef0bd-8a3c-404b-a660-3527e956f67c?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.033312 10.0.0.241 - - [2026-01-22 02:18:08] "GET /projects?obj_uuids=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000960 10.0.0.241 - - [2026-01-22 02:18:08] "GET /project/c44ef0bd-8a3c-404b-a660-3527e956f67c?fields=security_groups HTTP/1.1" 200 1256 0.027391 10.0.0.241 - - [2026-01-22 02:18:08] "POST /fqname-to-id HTTP/1.1" 404 191 0.026767 10.0.0.241 - - [2026-01-22 02:18:08] "GET /projects?obj_uuids=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002100 10.0.0.241 - - [2026-01-22 02:18:08] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000845 10.0.0.241 - - [2026-01-22 02:18:08] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005880 10.0.0.241 - - [2026-01-22 02:18:09] "POST /id-to-fqname HTTP/1.1" 200 193 0.001272 10.0.0.241 - - [2026-01-22 02:18:09] "POST /fqname-to-id HTTP/1.1" 404 202 0.002962 10.0.0.241 - - [2026-01-22 02:18:09] "POST /security-groups HTTP/1.1" 200 594 0.060404 10.0.0.241 - - [2026-01-22 02:18:09] "POST /fqname-to-id HTTP/1.1" 404 237 0.002112 10.0.0.241 - - [2026-01-22 02:18:09] "POST /projects HTTP/1.1" 200 591 0.202872 10.0.0.241 - - [2026-01-22 02:18:09] "POST /access-control-lists HTTP/1.1" 200 601 0.060568 10.0.0.241 - - [2026-01-22 02:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.274474 10.0.0.241 - - [2026-01-22 02:18:09] "POST /fqname-to-id HTTP/1.1" 404 236 0.002575 10.0.0.241 - - [2026-01-22 02:18:09] "GET /project/d133afb9-c3dd-4cb0-9274-f2fb293dc732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.402474 10.0.0.241 - - [2026-01-22 02:18:09] "POST /access-control-lists HTTP/1.1" 200 599 0.071754 10.0.0.241 - - [2026-01-22 02:18:10] "GET / HTTP/1.1" 200 36215 0.002268 10.0.0.241 - - [2026-01-22 02:18:11] "GET /project/d133afb9-c3dd-4cb0-9274-f2fb293dc732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000469 10.0.0.241 - - [2026-01-22 02:18:11] "GET /projects?obj_uuids=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001166 10.0.0.241 - - [2026-01-22 02:18:11] "GET /project/d133afb9-c3dd-4cb0-9274-f2fb293dc732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.054875 10.0.0.241 - - [2026-01-22 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002291 10.0.0.241 - - [2026-01-22 02:18:11] "GET /security-group/4acaa49f-27e1-408f-ad6c-1d1f3df7ad5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.005418 10.0.0.241 - - [2026-01-22 02:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.241 - - [2026-01-22 02:18:12] "GET /projects?obj_uuids=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001212 10.0.0.241 - - [2026-01-22 02:18:12] "GET /project/d133afb9-c3dd-4cb0-9274-f2fb293dc732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.024846 10.0.0.241 - - [2026-01-22 02:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.241 - - [2026-01-22 02:18:12] "GET /security-group/4acaa49f-27e1-408f-ad6c-1d1f3df7ad5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.005692 10.0.0.241 - - [2026-01-22 02:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.241 - - [2026-01-22 02:18:12] "PUT /security-group/4acaa49f-27e1-408f-ad6c-1d1f3df7ad5d HTTP/1.1" 200 263 0.014326 10.0.0.241 - - [2026-01-22 02:18:12] "PUT /access-control-list/80b59918-377d-47c2-b545-25d1e2f32afd HTTP/1.1" 200 273 0.009900 10.0.0.241 - - [2026-01-22 02:18:12] "PUT /access-control-list/42eab656-d332-4ea4-b47e-2e44372c0771 HTTP/1.1" 200 273 0.009538 10.0.0.241 - - [2026-01-22 02:18:12] "POST /fqname-to-id HTTP/1.1" 404 202 0.002518 10.0.0.241 - - [2026-01-22 02:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.241 - - [2026-01-22 02:18:12] "GET /projects?obj_uuids=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002620 10.0.0.241 - - [2026-01-22 02:18:12] "GET /project/d133afb9-c3dd-4cb0-9274-f2fb293dc732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.025898 10.0.0.241 - - [2026-01-22 02:18:12] "POST /neutron/network HTTP/1.1" 200 117 0.037452 10.0.0.241 - - [2026-01-22 02:18:12] "GET /projects?obj_uuids=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000905 10.0.0.241 - - [2026-01-22 02:18:12] "POST /neutron/network HTTP/1.1" 200 608 0.057410 10.0.0.241 - - [2026-01-22 02:18:12] "POST /route-targets HTTP/1.1" 200 328 0.010472 10.0.0.241 - - [2026-01-22 02:18:12] "POST /ref-update HTTP/1.1" 200 156 0.011765 10.0.0.241 - - [2026-01-22 02:18:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003528 10.0.0.241 - - [2026-01-22 02:18:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.191976 10.0.0.241 - - [2026-01-22 02:18:12] "POST /neutron/network HTTP/1.1" 200 828 0.005579 10.0.0.241 - - [2026-01-22 02:18:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001546 10.0.0.241 - - [2026-01-22 02:18:12] "GET /virtual-network/fa5a41a3-5853-4e9a-8940-456a5621ac7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004492 10.0.0.241 - - [2026-01-22 02:18:12] "POST /neutron/network HTTP/1.1" 200 828 0.007778 10.0.0.241 - - [2026-01-22 02:18:12] "GET /virtual-network/fa5a41a3-5853-4e9a-8940-456a5621ac7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005443 10.0.0.241 - - [2026-01-22 02:18:12] "POST /neutron/network HTTP/1.1" 200 828 0.015412 10.0.0.241 - - [2026-01-22 02:18:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.006394 10.0.0.241 - - [2026-01-22 02:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002337 10.0.0.241 - - [2026-01-22 02:18:13] "GET /projects?obj_uuids=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000840 10.0.0.241 - - [2026-01-22 02:18:13] "GET /project/d133afb9-c3dd-4cb0-9274-f2fb293dc732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.022752 10.0.0.241 - - [2026-01-22 02:18:13] "POST /neutron/network HTTP/1.1" 200 117 0.008752 10.0.0.241 - - [2026-01-22 02:18:13] "GET /projects?obj_uuids=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001378 10.0.0.241 - - [2026-01-22 02:18:13] "POST /neutron/network HTTP/1.1" 200 615 0.107779 10.0.0.241 - - [2026-01-22 02:18:13] "POST /route-targets HTTP/1.1" 200 328 0.024784 10.0.0.241 - - [2026-01-22 02:18:13] "POST /ref-update HTTP/1.1" 200 156 0.011590 10.0.0.241 - - [2026-01-22 02:18:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002834 10.0.0.241 - - [2026-01-22 02:18:13] "POST /neutron/subnet HTTP/1.1" 200 720 0.200033 10.0.0.241 - - [2026-01-22 02:18:13] "POST /neutron/network HTTP/1.1" 200 833 0.004984 10.0.0.241 - - [2026-01-22 02:18:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.001081 10.0.0.241 - - [2026-01-22 02:18:13] "GET /virtual-network/3ad01a9a-0280-4d7b-b70e-96dc806b82e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004314 10.0.0.241 - - [2026-01-22 02:18:13] "POST /neutron/network HTTP/1.1" 200 833 0.004980 10.0.0.241 - - [2026-01-22 02:18:13] "GET /virtual-network/3ad01a9a-0280-4d7b-b70e-96dc806b82e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006310 10.0.0.241 - - [2026-01-22 02:18:13] "POST /neutron/network HTTP/1.1" 200 833 0.005479 10.0.0.241 - - [2026-01-22 02:18:13] "POST /neutron/subnet HTTP/1.1" 200 720 0.005953 10.0.0.241 - - [2026-01-22 02:18:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.000964 10.0.0.241 - - [2026-01-22 02:18:13] "POST /neutron/network HTTP/1.1" 200 838 0.005068 10.0.0.241 - - [2026-01-22 02:18:13] "GET /aaa-mode HTTP/1.1" 401 293 0.000391 10.0.0.241 - - [2026-01-22 02:18:14] "GET / HTTP/1.1" 200 36215 0.001586 10.0.0.241 - - [2026-01-22 02:18:14] "GET /project/d133afb9-c3dd-4cb0-9274-f2fb293dc732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000357 10.0.0.241 - - [2026-01-22 02:18:14] "GET /projects?obj_uuids=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001029 10.0.0.241 - - [2026-01-22 02:18:14] "GET /project/d133afb9-c3dd-4cb0-9274-f2fb293dc732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.050067 10.0.0.241 - - [2026-01-22 02:18:14] "POST /neutron/network HTTP/1.1" 200 828 0.005264 10.0.0.241 - - [2026-01-22 02:18:14] "POST /neutron/port HTTP/1.1" 200 117 0.004406 10.0.0.241 - - [2026-01-22 02:18:14] "POST /neutron/port HTTP/1.1" 200 117 0.005516 10.0.0.241 - - [2026-01-22 02:18:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001515 10.0.0.241 - - [2026-01-22 02:18:14] "POST /neutron/port HTTP/1.1" 200 117 0.004538 10.0.0.241 - - [2026-01-22 02:18:14] "POST /neutron/network HTTP/1.1" 200 843 0.005223 10.0.0.241 - - [2026-01-22 02:18:14] "GET /aaa-mode HTTP/1.1" 401 293 0.000523 10.0.0.241 - - [2026-01-22 02:18:15] "POST /neutron/network HTTP/1.1" 200 838 0.011764 10.0.0.241 - - [2026-01-22 02:18:15] "GET /projects?obj_uuids=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001273 10.0.0.241 - - [2026-01-22 02:18:15] "GET / HTTP/1.1" 200 36215 0.001896 10.0.0.241 - - [2026-01-22 02:18:15] "GET /project/d133afb9-c3dd-4cb0-9274-f2fb293dc732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000388 10.0.0.241 - - [2026-01-22 02:18:15] "POST /neutron/port HTTP/1.1" 200 1064 0.189459 10.0.0.241 - - [2026-01-22 02:18:15] "POST /neutron/port HTTP/1.1" 200 1064 0.010842 10.0.0.241 - - [2026-01-22 02:18:15] "POST /neutron/port HTTP/1.1" 200 1064 0.008916 10.0.0.241 - - [2026-01-22 02:18:15] "POST /neutron/port HTTP/1.1" 200 1118 0.056090 10.0.0.241 - - [2026-01-22 02:18:15] "POST /neutron/port HTTP/1.1" 200 1128 0.010720 10.0.0.241 - - [2026-01-22 02:18:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003119 10.0.0.241 - - [2026-01-22 02:18:15] "POST /neutron/subnet HTTP/1.1" 200 703 0.007065 10.0.0.241 - - [2026-01-22 02:18:15] "POST /neutron/port HTTP/1.1" 200 117 0.000947 10.0.0.241 - - [2026-01-22 02:18:15] "POST /neutron/network HTTP/1.1" 200 828 0.004860 10.0.0.241 - - [2026-01-22 02:18:15] "GET /projects?obj_uuids=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001270 10.0.0.241 - - [2026-01-22 02:18:15] "GET /project/d133afb9-c3dd-4cb0-9274-f2fb293dc732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.053871 10.0.0.241 - - [2026-01-22 02:18:15] "POST /neutron/network HTTP/1.1" 200 833 0.006438 10.0.0.241 - - [2026-01-22 02:18:15] "POST /neutron/port HTTP/1.1" 200 1128 0.018300 10.0.0.241 - - [2026-01-22 02:18:15] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006832 10.0.0.241 - - [2026-01-22 02:18:15] "POST /neutron/port HTTP/1.1" 200 117 0.004461 10.0.0.241 - - [2026-01-22 02:18:15] "GET /projects?obj_uuids=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001071 10.0.0.241 - - [2026-01-22 02:18:15] "POST /neutron/router HTTP/1.1" 200 585 0.050538 10.0.0.241 - - [2026-01-22 02:18:15] "POST /neutron/router HTTP/1.1" 200 585 0.007477 10.0.0.241 - - [2026-01-22 02:18:16] "POST /route-targets HTTP/1.1" 200 328 0.016587 10.0.0.241 - - [2026-01-22 02:18:16] "POST /neutron/router HTTP/1.1" 200 656 0.031641 10.0.0.241 - - [2026-01-22 02:18:16] "PUT /logical-router/5a217114-22d7-4dfb-8a45-c25acf9c012f HTTP/1.1" 200 263 0.024376 10.0.0.241 - - [2026-01-22 02:18:16] "GET /logical-router/5a217114-22d7-4dfb-8a45-c25acf9c012f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.010619 10.0.0.241 - - [2026-01-22 02:18:16] "POST /neutron/router HTTP/1.1" 200 656 0.011451 10.0.0.241 - - [2026-01-22 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008480 10.0.0.241 - - [2026-01-22 02:18:16] "GET /projects?obj_uuids=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002305 10.0.0.241 - - [2026-01-22 02:18:16] "GET /service-template/da876f6b-eb55-4368-a754-01bfce91f977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.002879 10.0.0.241 - - [2026-01-22 02:18:16] "POST /fqname-to-id HTTP/1.1" 404 215 0.002687 10.0.0.241 - - [2026-01-22 02:18:16] "POST /neutron/network HTTP/1.1" 200 843 0.012393 10.0.0.241 - - [2026-01-22 02:18:16] "GET /projects?obj_uuids=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000991 10.0.0.241 - - [2026-01-22 02:18:16] "POST /neutron/router HTTP/1.1" 200 344 0.342368 10.0.0.241 - - [2026-01-22 02:18:16] "POST /useragent-kv HTTP/1.1" 200 115 0.025331 10.0.0.241 - - [2026-01-22 02:18:16] "POST /virtual-networks HTTP/1.1" 200 696 0.194196 10.0.0.241 - - [2026-01-22 02:18:16] "POST /route-targets HTTP/1.1" 200 328 0.039024 10.0.0.241 - - [2026-01-22 02:18:16] "POST /ref-update HTTP/1.1" 200 156 0.062187 10.0.0.241 - - [2026-01-22 02:18:16] "POST /neutron/port HTTP/1.1" 200 1128 0.037749 10.0.0.241 - - [2026-01-22 02:18:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.045791 10.0.0.241 - - [2026-01-22 02:18:16] "POST /service-instances HTTP/1.1" 200 672 0.149481 10.0.0.241 - - [2026-01-22 02:18:16] "POST /ref-update HTTP/1.1" 200 156 0.074782 10.0.0.241 - - [2026-01-22 02:18:16] "POST /route-tables HTTP/1.1" 200 584 0.039635 10.0.0.241 - - [2026-01-22 02:18:16] "PUT /logical-router/5a217114-22d7-4dfb-8a45-c25acf9c012f HTTP/1.1" 200 263 0.021791 10.0.0.241 - - [2026-01-22 02:18:16] "POST /neutron/port HTTP/1.1" 200 1062 0.437746 10.0.0.241 - - [2026-01-22 02:18:16] "POST /neutron/port HTTP/1.1" 200 1062 0.014590 10.0.0.241 - - [2026-01-22 02:18:16] "POST /neutron/port HTTP/1.1" 200 1062 0.014931 10.0.0.241 - - [2026-01-22 02:18:16] "POST /ref-update HTTP/1.1" 200 156 0.016980 10.0.0.241 - - [2026-01-22 02:18:16] "POST /neutron/port HTTP/1.1" 200 1116 0.056196 10.0.0.241 - - [2026-01-22 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002610 10.0.0.241 - - [2026-01-22 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001942 10.0.0.241 - - [2026-01-22 02:18:16] "POST /neutron/port HTTP/1.1" 200 1126 0.011600 10.0.0.241 - - [2026-01-22 02:18:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003623 10.0.0.241 - - [2026-01-22 02:18:16] "POST /neutron/subnet HTTP/1.1" 200 694 0.008917 10.0.0.241 - - [2026-01-22 02:18:16] "POST /virtual-machines HTTP/1.1" 200 554 0.013234 10.0.0.241 - - [2026-01-22 02:18:16] "POST /neutron/port HTTP/1.1" 200 117 0.000962 10.0.0.241 - - [2026-01-22 02:18:17] "POST /neutron/network HTTP/1.1" 200 833 0.005374 10.0.0.241 - - [2026-01-22 02:18:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.083407 10.0.0.241 - - [2026-01-22 02:18:17] "POST /chown HTTP/1.1" 200 109 0.007805 10.0.0.241 - - [2026-01-22 02:18:17] "POST /instance-ips HTTP/1.1" 200 552 0.022755 10.0.0.241 - - [2026-01-22 02:18:17] "POST /instance-ips HTTP/1.1" 400 246 0.027316 10.0.0.241 - - [2026-01-22 02:18:17] "POST /chown HTTP/1.1" 200 109 0.009219 10.0.0.241 - - [2026-01-22 02:18:17] "PUT /virtual-machine-interface/6e5c9b9c-e4d1-4293-9063-ba8eeed8014a HTTP/1.1" 200 285 0.009663 10.0.0.241 - - [2026-01-22 02:18:17] "PUT /instance-ip/8c9c8d87-31b3-45c1-aefd-3c6f6e2abaef HTTP/1.1" 200 257 0.011028 10.0.0.241 - - [2026-01-22 02:18:17] "POST /ref-update HTTP/1.1" 200 156 0.009176 10.0.0.241 - - [2026-01-22 02:18:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.088583 10.0.0.241 - - [2026-01-22 02:18:17] "POST /chown HTTP/1.1" 200 109 0.007276 10.0.0.241 - - [2026-01-22 02:18:17] "POST /instance-ips HTTP/1.1" 200 550 0.034589 10.0.0.241 - - [2026-01-22 02:18:17] "POST /instance-ips HTTP/1.1" 400 316 0.016208 10.0.0.241 - - [2026-01-22 02:18:17] "POST /chown HTTP/1.1" 200 109 0.007308 10.0.0.241 - - [2026-01-22 02:18:17] "PUT /virtual-machine-interface/4a0fa861-78f1-43e1-8229-0a6709f0a3dc HTTP/1.1" 200 285 0.015935 10.0.0.241 - - [2026-01-22 02:18:18] "PUT /instance-ip/8cc738bc-0088-4dac-b753-f33736cb497f HTTP/1.1" 200 257 0.010722 10.0.0.241 - - [2026-01-22 02:18:18] "POST /ref-update HTTP/1.1" 200 156 0.012361 10.0.0.241 - - [2026-01-22 02:18:18] "POST /ref-update HTTP/1.1" 200 156 0.010665 10.0.0.241 - - [2026-01-22 02:18:18] "PUT /routing-instance/12e8491c-2486-44fe-b435-0427d9659540 HTTP/1.1" 200 267 0.011429 10.0.0.241 - - [2026-01-22 02:18:18] "POST /ref-update HTTP/1.1" 200 156 0.009767 10.0.0.241 - - [2026-01-22 02:18:18] "POST /virtual-machines HTTP/1.1" 200 554 0.015727 10.0.0.241 - - [2026-01-22 02:18:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.078378 10.0.0.241 - - [2026-01-22 02:18:18] "POST /chown HTTP/1.1" 200 109 0.007319 10.0.0.241 - - [2026-01-22 02:18:18] "POST /instance-ips HTTP/1.1" 400 246 0.015554 10.0.0.241 - - [2026-01-22 02:18:18] "POST /chown HTTP/1.1" 200 109 0.012573 10.0.0.241 - - [2026-01-22 02:18:18] "PUT /virtual-machine-interface/71eef796-131f-49aa-8fb3-f2ea218d5367 HTTP/1.1" 200 285 0.012804 10.0.0.241 - - [2026-01-22 02:18:18] "PUT /instance-ip/8c9c8d87-31b3-45c1-aefd-3c6f6e2abaef HTTP/1.1" 200 257 0.014296 10.0.0.241 - - [2026-01-22 02:18:18] "POST /ref-update HTTP/1.1" 200 156 0.011867 10.0.0.241 - - [2026-01-22 02:18:18] "POST /ref-update HTTP/1.1" 200 156 0.012990 10.0.0.241 - - [2026-01-22 02:18:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.085204 10.0.0.241 - - [2026-01-22 02:18:18] "POST /ref-update HTTP/1.1" 200 156 0.022868 10.0.0.241 - - [2026-01-22 02:18:18] "PUT /routing-instance/12e8491c-2486-44fe-b435-0427d9659540 HTTP/1.1" 200 267 0.019153 10.0.0.241 - - [2026-01-22 02:18:18] "POST /chown HTTP/1.1" 200 109 0.007438 10.0.0.241 - - [2026-01-22 02:18:18] "POST /instance-ips HTTP/1.1" 400 316 0.022459 10.0.0.241 - - [2026-01-22 02:18:19] "POST /chown HTTP/1.1" 200 109 0.015800 10.0.0.241 - - [2026-01-22 02:18:19] "PUT /virtual-machine-interface/0c07537a-ef46-4e7c-b1f6-720d30f37527 HTTP/1.1" 200 285 0.011028 10.0.0.241 - - [2026-01-22 02:18:19] "PUT /instance-ip/8cc738bc-0088-4dac-b753-f33736cb497f HTTP/1.1" 200 257 0.010350 10.0.0.241 - - [2026-01-22 02:18:19] "POST /ref-update HTTP/1.1" 200 156 0.015071 10.0.0.241 - - [2026-01-22 02:18:19] "POST /ref-update HTTP/1.1" 200 156 0.007657 10.0.0.241 - - [2026-01-22 02:18:19] "PUT /routing-instance/12e8491c-2486-44fe-b435-0427d9659540 HTTP/1.1" 200 267 0.013933 10.0.0.241 - - [2026-01-22 02:18:19] "POST /ref-update HTTP/1.1" 200 156 0.012285 10.0.0.241 - - [2026-01-22 02:18:21] "POST /neutron/port HTTP/1.1" 200 1128 0.011150 10.0.0.241 - - [2026-01-22 02:18:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005977 10.0.0.241 - - [2026-01-22 02:18:21] "POST /neutron/port HTTP/1.1" 200 1128 0.012230 10.0.0.241 - - [2026-01-22 02:18:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004507 10.0.0.241 - - [2026-01-22 02:18:21] "POST /neutron/port HTTP/1.1" 200 1128 0.011932 10.0.0.241 - - [2026-01-22 02:18:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006858 10.0.0.241 - - [2026-01-22 02:18:21] "GET /virtual-machine/6f4915d9-2834-45ca-8738-49cb7060aa5b HTTP/1.1" 401 293 0.000427 10.0.0.241 - - [2026-01-22 02:18:22] "GET /virtual-machine/6f4915d9-2834-45ca-8738-49cb7060aa5b HTTP/1.1" 200 1296 0.029925 10.0.0.241 - - [2026-01-22 02:18:22] "GET /virtual-machine-interface/ba3b0c9c-38ee-446f-9c53-c591fa0b8e4a HTTP/1.1" 200 2963 0.004900 10.0.0.241 - - [2026-01-22 02:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002677 10.0.0.241 - - [2026-01-22 02:18:22] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002894 10.0.0.241 - - [2026-01-22 02:18:22] "GET /virtual-networks?parent_id=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002759 10.0.0.241 - - [2026-01-22 02:18:22] "GET /virtual-network/fa5a41a3-5853-4e9a-8940-456a5621ac7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005113 10.0.0.241 - - [2026-01-22 02:18:24] "POST /neutron/port HTTP/1.1" 200 1128 0.013631 10.0.0.241 - - [2026-01-22 02:18:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005882 10.0.0.241 - - [2026-01-22 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.241 - - [2026-01-22 02:18:25] "GET /virtual-network/fa5a41a3-5853-4e9a-8940-456a5621ac7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004785 10.0.0.241 - - [2026-01-22 02:18:25] "POST /neutron/port HTTP/1.1" 200 1126 0.010932 10.0.0.241 - - [2026-01-22 02:18:25] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004869 10.0.0.241 - - [2026-01-22 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.241 - - [2026-01-22 02:18:27] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003322 10.0.0.241 - - [2026-01-22 02:18:27] "GET /virtual-networks?parent_id=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003393 10.0.0.241 - - [2026-01-22 02:18:27] "GET /virtual-network/fa5a41a3-5853-4e9a-8940-456a5621ac7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006140 10.0.0.241 - - [2026-01-22 02:18:27] "POST /neutron/port HTTP/1.1" 200 1126 0.010942 10.0.0.241 - - [2026-01-22 02:18:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007323 10.0.0.241 - - [2026-01-22 02:18:27] "POST /neutron/port HTTP/1.1" 200 1126 0.014652 10.0.0.241 - - [2026-01-22 02:18:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005872 10.0.0.241 - - [2026-01-22 02:18:28] "POST /neutron/port HTTP/1.1" 200 1126 0.012433 10.0.0.241 - - [2026-01-22 02:18:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005588 10.0.0.241 - - [2026-01-22 02:18:28] "GET /virtual-machine/0947805d-f6a9-4928-82ce-8d7306a3eff8 HTTP/1.1" 200 1295 0.004411 10.0.0.241 - - [2026-01-22 02:18:28] "GET /virtual-machine-interface/778a1851-058f-42e0-81a2-f772f07a10a0 HTTP/1.1" 200 2973 0.004615 10.0.0.241 - - [2026-01-22 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.241 - - [2026-01-22 02:18:28] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003221 10.0.0.241 - - [2026-01-22 02:18:28] "GET /virtual-networks?parent_id=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002951 10.0.0.241 - - [2026-01-22 02:18:28] "GET /virtual-network/3ad01a9a-0280-4d7b-b70e-96dc806b82e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005762 10.0.0.241 - - [2026-01-22 02:18:28] "DELETE /project/d133afb9c3dd4cb09274f2fb293dc732 HTTP/1.1" 404 173 0.005350 10.0.0.241 - - [2026-01-22 02:18:28] "GET /projects?obj_uuids=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000801 10.0.0.241 - - [2026-01-22 02:18:28] "GET /project/c44ef0bd-8a3c-404b-a660-3527e956f67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.023795 10.0.0.241 - - [2026-01-22 02:18:28] "GET /projects?obj_uuids=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000872 10.0.0.241 - - [2026-01-22 02:18:28] "GET /project/c44ef0bd-8a3c-404b-a660-3527e956f67c?fields=security_groups HTTP/1.1" 200 1358 0.062530 10.0.0.241 - - [2026-01-22 02:18:28] "DELETE /security-group/74aa82e6-c167-442f-aa7e-39c260a9181b HTTP/1.1" 200 115 0.038634 10.0.0.241 - - [2026-01-22 02:18:29] "GET /projects?obj_uuids=c44ef0bd-8a3c-404b-a660-3527e956f67c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001006 10.0.0.241 - - [2026-01-22 02:18:29] "DELETE /access-control-list/f05f005c-fcad-4db4-b5c5-000b9b59ba60 HTTP/1.1" 200 115 0.028121 10.0.0.241 - - [2026-01-22 02:18:29] "GET /project/c44ef0bd-8a3c-404b-a660-3527e956f67c?fields=application_policy_sets HTTP/1.1" 200 1397 0.025783 10.0.0.241 - - [2026-01-22 02:18:29] "DELETE /access-control-list/06a9629b-0719-4dee-9d81-e82a984a8e5a HTTP/1.1" 200 115 0.024024 10.0.0.241 - - [2026-01-22 02:18:29] "DELETE /project/c44ef0bd-8a3c-404b-a660-3527e956f67c HTTP/1.1" 200 115 0.303571 10.0.0.241 - - [2026-01-22 02:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.241 - - [2026-01-22 02:18:29] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002847 10.0.0.241 - - [2026-01-22 02:18:29] "GET /virtual-networks?parent_id=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002631 10.0.0.241 - - [2026-01-22 02:18:29] "GET /virtual-network/3ad01a9a-0280-4d7b-b70e-96dc806b82e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005293 10.0.0.241 - - [2026-01-22 02:18:33] "POST /neutron/router HTTP/1.1" 200 656 0.004212 10.0.0.241 - - [2026-01-22 02:18:33] "POST /ref-update HTTP/1.1" 200 156 0.017741 10.0.0.241 - - [2026-01-22 02:18:33] "POST /neutron/router HTTP/1.1" 200 344 0.121732 10.0.0.241 - - [2026-01-22 02:18:33] "POST /neutron/router HTTP/1.1" 200 656 0.005740 10.0.0.241 - - [2026-01-22 02:18:33] "GET /logical-router/5a217114-22d7-4dfb-8a45-c25acf9c012f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1975 0.004351 10.0.0.241 - - [2026-01-22 02:18:33] "GET /service-instance/363697bb-ca76-4ed6-a93f-bc1ba5e73bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2317 0.003592 10.0.0.241 - - [2026-01-22 02:18:33] "POST /neutron/router HTTP/1.1" 200 151 0.057715 10.0.0.241 - - [2026-01-22 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006229 10.0.0.241 - - [2026-01-22 02:18:33] "DELETE /route-target/98ea6dbb-c18c-4391-bb1e-d31eef005b7b HTTP/1.1" 409 240 0.010023 10.0.0.241 - - [2026-01-22 02:18:33] "PUT /logical-router/5a217114-22d7-4dfb-8a45-c25acf9c012f HTTP/1.1" 404 171 0.041829 10.0.0.241 - - [2026-01-22 02:18:33] "POST /ref-update HTTP/1.1" 200 156 0.011179 10.0.0.241 - - [2026-01-22 02:18:33] "GET /obj-perms HTTP/1.1" 200 5075 0.095211 10.0.0.241 - - [2026-01-22 02:18:33] "PUT /routing-instance/12e8491c-2486-44fe-b435-0427d9659540 HTTP/1.1" 200 267 0.024199 10.0.0.241 - - [2026-01-22 02:18:33] "DELETE /route-table/edaaf95b-f93a-4ec7-9681-c0f08e3aa421 HTTP/1.1" 200 115 0.053112 10.0.0.241 - - [2026-01-22 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.241 - - [2026-01-22 02:18:33] "POST /neutron/network HTTP/1.1" 200 833 0.012714 10.0.0.241 - - [2026-01-22 02:18:33] "GET /virtual-network/565a53ad-2fb8-4bd0-a68a-c9edc2c71b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006392 10.0.0.241 - - [2026-01-22 02:18:33] "POST /neutron/network HTTP/1.1" 400 204 0.042824 10.0.0.241 - - [2026-01-22 02:18:33] "POST /ref-update HTTP/1.1" 200 156 0.009309 10.0.0.241 - - [2026-01-22 02:18:33] "POST /ref-update HTTP/1.1" 200 156 0.009410 10.0.0.241 - - [2026-01-22 02:18:34] "DELETE /instance-ip/8cc738bc-0088-4dac-b753-f33736cb497f HTTP/1.1" 200 115 0.035617 10.0.0.241 - - [2026-01-22 02:18:34] "POST /useragent-kv HTTP/1.1" 200 115 0.005173 10.0.0.241 - - [2026-01-22 02:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006011 10.0.0.241 - - [2026-01-22 02:18:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002604 10.0.0.241 - - [2026-01-22 02:18:34] "DELETE /virtual-network/565a53ad-2fb8-4bd0-a68a-c9edc2c71b02 HTTP/1.1" 200 115 0.121271 10.0.0.241 - - [2026-01-22 02:18:34] "GET /obj-perms HTTP/1.1" 200 5075 0.089449 10.0.0.241 - - [2026-01-22 02:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.241 - - [2026-01-22 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 289 0.004192 10.0.0.241 - - [2026-01-22 02:18:34] "DELETE /route-target/48050f2e-e38c-45f8-b389-ab7168658a4f HTTP/1.1" 200 115 0.034181 10.0.0.241 - - [2026-01-22 02:18:34] "DELETE /service-instance/363697bb-ca76-4ed6-a93f-bc1ba5e73bfa HTTP/1.1" 200 115 0.058069 10.0.0.241 - - [2026-01-22 02:18:34] "GET /logical-router/5a217114-22d7-4dfb-8a45-c25acf9c012f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002599 10.0.0.241 - - [2026-01-22 02:18:34] "GET /service-instance/363697bb-ca76-4ed6-a93f-bc1ba5e73bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002748 10.0.0.241 - - [2026-01-22 02:18:34] "POST /neutron/port HTTP/1.1" 200 1126 0.013795 10.0.0.241 - - [2026-01-22 02:18:34] "POST /neutron/port HTTP/1.1" 200 1116 0.019645 10.0.0.241 - - [2026-01-22 02:18:34] "GET /virtual-machine-interface/6e5c9b9c-e4d1-4293-9063-ba8eeed8014a?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1655 0.009284 10.0.0.241 - - [2026-01-22 02:18:34] "POST /ref-update HTTP/1.1" 200 156 0.021914 10.0.0.241 - - [2026-01-22 02:18:34] "POST /neutron/port HTTP/1.1" 200 1128 0.022119 10.0.0.241 - - [2026-01-22 02:18:34] "GET /instance-ip/8c9c8d87-31b3-45c1-aefd-3c6f6e2abaef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004538 10.0.0.241 - - [2026-01-22 02:18:34] "POST /neutron/port HTTP/1.1" 200 1118 0.011460 10.0.0.241 - - [2026-01-22 02:18:34] "POST /neutron/port HTTP/1.1" 200 151 0.172965 10.0.0.241 - - [2026-01-22 02:18:34] "DELETE /virtual-machine-interface/6e5c9b9c-e4d1-4293-9063-ba8eeed8014a HTTP/1.1" 200 115 0.048165 10.0.0.241 - - [2026-01-22 02:18:34] "GET /virtual-machine-interface/4a0fa861-78f1-43e1-8229-0a6709f0a3dc?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.004997 10.0.0.241 - - [2026-01-22 02:18:34] "POST /neutron/port HTTP/1.1" 200 151 0.119694 10.0.0.241 - - [2026-01-22 02:18:34] "DELETE /virtual-machine-interface/4a0fa861-78f1-43e1-8229-0a6709f0a3dc HTTP/1.1" 200 115 0.030173 10.0.0.241 - - [2026-01-22 02:18:34] "POST /ref-update HTTP/1.1" 200 156 0.011124 10.0.0.241 - - [2026-01-22 02:18:34] "DELETE /virtual-machine/954731d1-31b2-4295-814b-de2fedc2ac6d HTTP/1.1" 200 115 0.018083 10.0.0.241 - - [2026-01-22 02:18:34] "GET /virtual-machine-interface/0c07537a-ef46-4e7c-b1f6-720d30f37527?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.008984 10.0.0.241 - - [2026-01-22 02:18:34] "DELETE /virtual-machine-interface/0c07537a-ef46-4e7c-b1f6-720d30f37527 HTTP/1.1" 200 115 0.028907 10.0.0.241 - - [2026-01-22 02:18:34] "GET /virtual-machine-interface/71eef796-131f-49aa-8fb3-f2ea218d5367?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1655 0.005478 10.0.0.241 - - [2026-01-22 02:18:34] "POST /ref-update HTTP/1.1" 200 156 0.012110 10.0.0.241 - - [2026-01-22 02:18:34] "GET /instance-ip/8c9c8d87-31b3-45c1-aefd-3c6f6e2abaef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.005749 10.0.0.241 - - [2026-01-22 02:18:34] "DELETE /instance-ip/8c9c8d87-31b3-45c1-aefd-3c6f6e2abaef HTTP/1.1" 200 115 0.029389 10.0.0.241 - - [2026-01-22 02:18:34] "DELETE /virtual-machine-interface/71eef796-131f-49aa-8fb3-f2ea218d5367 HTTP/1.1" 200 115 0.031852 10.0.0.241 - - [2026-01-22 02:18:34] "DELETE /virtual-machine/a9fd1719-9da5-478e-9f63-4f2cfc1b84e2 HTTP/1.1" 200 115 0.017278 10.0.0.241 - - [2026-01-22 02:18:35] "POST /neutron/network HTTP/1.1" 200 833 0.005307 10.0.0.241 - - [2026-01-22 02:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.241 - - [2026-01-22 02:18:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001632 10.0.0.241 - - [2026-01-22 02:18:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002352 10.0.0.241 - - [2026-01-22 02:18:35] "POST /neutron/network HTTP/1.1" 200 151 0.076823 10.0.0.241 - - [2026-01-22 02:18:35] "DELETE /route-target/d564923c-b0dc-406e-b7ac-756050a6f94d HTTP/1.1" 200 115 0.021225 10.0.0.241 - - [2026-01-22 02:18:35] "POST /neutron/network HTTP/1.1" 200 828 0.006789 10.0.0.241 - - [2026-01-22 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004394 10.0.0.241 - - [2026-01-22 02:18:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002273 10.0.0.241 - - [2026-01-22 02:18:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003613 10.0.0.241 - - [2026-01-22 02:18:36] "POST /neutron/network HTTP/1.1" 200 151 0.081778 10.0.0.241 - - [2026-01-22 02:18:36] "DELETE /route-target/d55c0e23-f5ec-45cc-be00-ebf6cf13a036 HTTP/1.1" 200 115 0.019072 10.0.0.241 - - [2026-01-22 02:18:36] "GET /projects?obj_uuids=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000922 10.0.0.241 - - [2026-01-22 02:18:36] "GET /project/d133afb9-c3dd-4cb0-9274-f2fb293dc732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.024487 10.0.0.241 - - [2026-01-22 02:18:36] "GET /projects?obj_uuids=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000854 10.0.0.241 - - [2026-01-22 02:18:36] "GET /project/d133afb9-c3dd-4cb0-9274-f2fb293dc732?fields=virtual_networks HTTP/1.1" 200 1041 0.070407 10.0.0.241 - - [2026-01-22 02:18:36] "GET /projects?obj_uuids=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000962 10.0.0.241 - - [2026-01-22 02:18:36] "GET /project/d133afb9-c3dd-4cb0-9274-f2fb293dc732?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.026376 10.0.0.241 - - [2026-01-22 02:18:36] "GET /projects?obj_uuids=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001038 10.0.0.241 - - [2026-01-22 02:18:36] "GET /project/d133afb9-c3dd-4cb0-9274-f2fb293dc732?fields=security_groups HTTP/1.1" 200 1271 0.029367 10.0.0.241 - - [2026-01-22 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.025680 10.0.0.241 - - [2026-01-22 02:18:37] "GET /projects?obj_uuids=07cc00e9-7a78-470b-81da-1ea0885b18a8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002262 10.0.0.241 - - [2026-01-22 02:18:37] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001371 10.0.0.241 - - [2026-01-22 02:18:37] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007242 10.0.0.241 - - [2026-01-22 02:18:37] "POST /id-to-fqname HTTP/1.1" 200 198 0.004037 10.0.0.241 - - [2026-01-22 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.002632 10.0.0.241 - - [2026-01-22 02:18:37] "POST /security-groups HTTP/1.1" 200 599 0.067755 10.0.0.241 - - [2026-01-22 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 242 0.002553 10.0.0.241 - - [2026-01-22 02:18:37] "POST /projects HTTP/1.1" 200 601 0.217492 10.0.0.241 - - [2026-01-22 02:18:37] "POST /access-control-lists HTTP/1.1" 200 606 0.057226 10.0.0.241 - - [2026-01-22 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.286996 10.0.0.241 - - [2026-01-22 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 241 0.002868 10.0.0.241 - - [2026-01-22 02:18:37] "GET /project/07cc00e9-7a78-470b-81da-1ea0885b18a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.406681 10.0.0.241 - - [2026-01-22 02:18:37] "POST /access-control-lists HTTP/1.1" 200 604 0.060447 10.0.0.241 - - [2026-01-22 02:18:39] "GET / HTTP/1.1" 200 36215 0.002080 10.0.0.241 - - [2026-01-22 02:18:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000575 10.0.0.241 - - [2026-01-22 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.059884 10.0.0.241 - - [2026-01-22 02:18:40] "GET /projects?obj_uuids=07cc00e9-7a78-470b-81da-1ea0885b18a8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000991 10.0.0.241 - - [2026-01-22 02:18:40] "GET /project/07cc00e9-7a78-470b-81da-1ea0885b18a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.026859 10.0.0.241 - - [2026-01-22 02:18:40] "POST /neutron/network HTTP/1.1" 200 117 0.039880 10.0.0.241 - - [2026-01-22 02:18:40] "GET /projects?obj_uuids=07cc00e9-7a78-470b-81da-1ea0885b18a8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001687 10.0.0.241 - - [2026-01-22 02:18:40] "POST /neutron/network HTTP/1.1" 200 613 0.069659 10.0.0.241 - - [2026-01-22 02:18:40] "POST /route-targets HTTP/1.1" 200 328 0.011256 10.0.0.241 - - [2026-01-22 02:18:40] "POST /ref-update HTTP/1.1" 200 156 0.010710 10.0.0.241 - - [2026-01-22 02:18:40] "POST /useragent-kv HTTP/1.1" 200 115 0.007176 10.0.0.241 - - [2026-01-22 02:18:40] "POST /neutron/subnet HTTP/1.1" 200 719 0.132283 10.0.0.241 - - [2026-01-22 02:18:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000381 10.0.0.241 - - [2026-01-22 02:18:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002521 10.0.0.241 - - [2026-01-22 02:18:40] "POST /neutron/subnet HTTP/1.1" 200 823 0.128720 10.0.0.241 - - [2026-01-22 02:18:40] "POST /neutron/network HTTP/1.1" 200 1004 0.007561 10.0.0.241 - - [2026-01-22 02:18:40] "POST /id-to-fqname HTTP/1.1" 200 228 0.001294 10.0.0.241 - - [2026-01-22 02:18:40] "GET /virtual-network/cf0bfc6c-0516-442b-b32c-a1796beaa505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005295 10.0.0.241 - - [2026-01-22 02:18:40] "POST /neutron/network HTTP/1.1" 200 1004 0.007493 10.0.0.241 - - [2026-01-22 02:18:40] "GET /virtual-network/cf0bfc6c-0516-442b-b32c-a1796beaa505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004062 10.0.0.241 - - [2026-01-22 02:18:40] "POST /neutron/network HTTP/1.1" 200 1004 0.007073 10.0.0.241 - - [2026-01-22 02:18:40] "POST /neutron/subnet HTTP/1.1" 200 719 0.006346 10.0.0.241 - - [2026-01-22 02:18:40] "POST /neutron/subnet HTTP/1.1" 200 823 0.006079 10.0.0.241 - - [2026-01-22 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002440 10.0.0.241 - - [2026-01-22 02:18:40] "GET /projects?obj_uuids=07cc00e9-7a78-470b-81da-1ea0885b18a8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001595 10.0.0.241 - - [2026-01-22 02:18:40] "GET /project/07cc00e9-7a78-470b-81da-1ea0885b18a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.028251 10.0.0.241 - - [2026-01-22 02:18:40] "POST /neutron/network HTTP/1.1" 200 117 0.010307 10.0.0.241 - - [2026-01-22 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.027534 10.0.0.241 - - [2026-01-22 02:18:40] "GET /projects?obj_uuids=07cc00e9-7a78-470b-81da-1ea0885b18a8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000807 10.0.0.241 - - [2026-01-22 02:18:41] "POST /neutron/network HTTP/1.1" 200 613 0.062275 10.0.0.241 - - [2026-01-22 02:18:41] "POST /route-targets HTTP/1.1" 200 328 0.009815 10.0.0.241 - - [2026-01-22 02:18:41] "POST /ref-update HTTP/1.1" 200 156 0.015152 10.0.0.241 - - [2026-01-22 02:18:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002236 10.0.0.241 - - [2026-01-22 02:18:41] "POST /neutron/subnet HTTP/1.1" 200 734 0.216341 10.0.0.241 - - [2026-01-22 02:18:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.003787 10.0.0.241 - - [2026-01-22 02:18:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004731 10.0.0.241 - - [2026-01-22 02:18:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.173631 10.0.0.241 - - [2026-01-22 02:18:41] "POST /neutron/network HTTP/1.1" 200 1008 0.005898 10.0.0.241 - - [2026-01-22 02:18:41] "POST /id-to-fqname HTTP/1.1" 200 228 0.001052 10.0.0.241 - - [2026-01-22 02:18:41] "GET /virtual-network/949282e1-7dc2-4c81-851f-7fc197f9dd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005681 10.0.0.241 - - [2026-01-22 02:18:41] "POST /neutron/network HTTP/1.1" 200 1008 0.008221 10.0.0.241 - - [2026-01-22 02:18:41] "GET /virtual-network/949282e1-7dc2-4c81-851f-7fc197f9dd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.004672 10.0.0.241 - - [2026-01-22 02:18:41] "POST /neutron/network HTTP/1.1" 200 1008 0.007560 10.0.0.241 - - [2026-01-22 02:18:41] "POST /neutron/subnet HTTP/1.1" 200 734 0.006092 10.0.0.241 - - [2026-01-22 02:18:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.006958 10.0.0.241 - - [2026-01-22 02:18:41] "POST /fqname-to-id HTTP/1.1" 404 234 0.002060 10.0.0.241 - - [2026-01-22 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.001929 10.0.0.241 - - [2026-01-22 02:18:41] "GET /projects?obj_uuids=07cc00e9-7a78-470b-81da-1ea0885b18a8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001549 10.0.0.241 - - [2026-01-22 02:18:41] "GET /project/07cc00e9-7a78-470b-81da-1ea0885b18a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.023301 10.0.0.241 - - [2026-01-22 02:18:41] "POST /network-policys HTTP/1.1" 200 579 0.060792 10.0.0.241 - - [2026-01-22 02:18:41] "GET /network-policy/77180019-6e1b-4d57-8459-b6f41cb2171a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005125 10.0.0.241 - - [2026-01-22 02:18:41] "POST /neutron/network HTTP/1.1" 200 1004 0.010784 10.0.0.241 - - [2026-01-22 02:18:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.008951 10.0.0.241 - - [2026-01-22 02:18:42] "POST /fqname-to-id HTTP/1.1" 404 242 0.006371 10.0.0.241 - - [2026-01-22 02:18:42] "POST /neutron/network HTTP/1.1" 200 1112 0.063577 10.0.0.241 - - [2026-01-22 02:18:42] "POST /access-control-lists HTTP/1.1" 200 598 0.069168 10.0.0.241 - - [2026-01-22 02:18:42] "POST /neutron/network HTTP/1.1" 200 1112 0.045272 10.0.0.241 - - [2026-01-22 02:18:42] "GET /virtual-network/cf0bfc6c-0516-442b-b32c-a1796beaa505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005508 10.0.0.241 - - [2026-01-22 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002034 10.0.0.241 - - [2026-01-22 02:18:42] "GET /network-policy/77180019-6e1b-4d57-8459-b6f41cb2171a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003250 10.0.0.241 - - [2026-01-22 02:18:42] "POST /neutron/network HTTP/1.1" 200 1008 0.007155 10.0.0.241 - - [2026-01-22 02:18:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.010164 10.0.0.241 - - [2026-01-22 02:18:42] "PUT /access-control-list/f232a878-99c3-49a7-9e65-af76f5fdafd5 HTTP/1.1" 200 273 0.055802 10.0.0.241 - - [2026-01-22 02:18:42] "POST /neutron/network HTTP/1.1" 200 1116 0.092129 10.0.0.241 - - [2026-01-22 02:18:42] "POST /fqname-to-id HTTP/1.1" 404 242 0.004277 10.0.0.241 - - [2026-01-22 02:18:42] "POST /neutron/network HTTP/1.1" 200 1116 0.006618 10.0.0.241 - - [2026-01-22 02:18:42] "GET /virtual-network/949282e1-7dc2-4c81-851f-7fc197f9dd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.004397 10.0.0.241 - - [2026-01-22 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.001872 10.0.0.241 - - [2026-01-22 02:18:42] "GET /network-policy/77180019-6e1b-4d57-8459-b6f41cb2171a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.021886 10.0.0.241 - - [2026-01-22 02:18:42] "POST /access-control-lists HTTP/1.1" 200 598 0.059945 10.0.0.241 - - [2026-01-22 02:18:42] "GET /domains HTTP/1.1" 401 293 0.000750 10.0.0.241 - - [2026-01-22 02:18:42] "POST /ref-update HTTP/1.1" 200 156 0.012018 10.0.0.241 - - [2026-01-22 02:18:42] "GET /domains HTTP/1.1" 200 281 0.029271 10.0.0.241 - - [2026-01-22 02:18:42] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001183 10.0.0.241 - - [2026-01-22 02:18:42] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2782 0.007488 10.0.0.241 - - [2026-01-22 02:18:42] "GET /projects?obj_uuids=07cc00e9-7a78-470b-81da-1ea0885b18a8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000789 10.0.0.241 - - [2026-01-22 02:18:42] "GET /project/07cc00e9-7a78-470b-81da-1ea0885b18a8 HTTP/1.1" 200 2631 0.073407 10.0.0.241 - - [2026-01-22 02:18:42] "GET /virtual-network/cf0bfc6c-0516-442b-b32c-a1796beaa505 HTTP/1.1" 200 3506 0.006551 10.0.0.241 - - [2026-01-22 02:18:42] "GET /virtual-network/cf0bfc6c-0516-442b-b32c-a1796beaa505 HTTP/1.1" 200 3506 0.004846 10.0.0.241 - - [2026-01-22 02:18:42] "GET /routing-instance/8f7821f9-88ff-44c3-a36e-caf1f1302704 HTTP/1.1" 200 1800 0.003601 10.0.0.241 - - [2026-01-22 02:18:42] "GET /routing-instance/8f7821f9-88ff-44c3-a36e-caf1f1302704 HTTP/1.1" 200 1800 0.002632 10.0.0.241 - - [2026-01-22 02:18:42] "GET /route-target/e74e8000-3539-4fc9-8c54-1039566f303e HTTP/1.1" 200 1215 0.003911 10.0.0.241 - - [2026-01-22 02:18:42] "GET /virtual-network/cf0bfc6c-0516-442b-b32c-a1796beaa505 HTTP/1.1" 200 3506 0.003891 10.0.0.241 - - [2026-01-22 02:18:42] "GET /routing-instance/8f7821f9-88ff-44c3-a36e-caf1f1302704 HTTP/1.1" 200 1800 0.002894 10.0.0.241 - - [2026-01-22 02:18:42] "GET /virtual-network/cf0bfc6c-0516-442b-b32c-a1796beaa505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.003998 10.0.0.241 - - [2026-01-22 02:18:42] "GET /virtual-network/cf0bfc6c-0516-442b-b32c-a1796beaa505 HTTP/1.1" 200 3506 0.003841 10.0.0.241 - - [2026-01-22 02:18:42] "GET /routing-instance/8f7821f9-88ff-44c3-a36e-caf1f1302704 HTTP/1.1" 200 1800 0.002809 10.0.0.241 - - [2026-01-22 02:18:42] "GET /routing-instance/8f7821f9-88ff-44c3-a36e-caf1f1302704 HTTP/1.1" 200 1800 0.003525 10.0.0.241 - - [2026-01-22 02:18:42] "GET /route-target/e74e8000-3539-4fc9-8c54-1039566f303e HTTP/1.1" 200 1215 0.002752 10.0.0.241 - - [2026-01-22 02:18:43] "GET /domains HTTP/1.1" 200 281 0.059254 10.0.0.241 - - [2026-01-22 02:18:43] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.241 - - [2026-01-22 02:18:43] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2782 0.006699 10.0.0.241 - - [2026-01-22 02:18:43] "GET /projects?obj_uuids=07cc00e9-7a78-470b-81da-1ea0885b18a8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000920 10.0.0.241 - - [2026-01-22 02:18:43] "GET /project/07cc00e9-7a78-470b-81da-1ea0885b18a8 HTTP/1.1" 200 2631 0.069831 10.0.0.241 - - [2026-01-22 02:18:43] "GET /virtual-network/cf0bfc6c-0516-442b-b32c-a1796beaa505 HTTP/1.1" 200 3506 0.005207 10.0.0.241 - - [2026-01-22 02:18:43] "GET /obj-perms HTTP/1.1" 200 5065 0.063953 10.0.0.241 - - [2026-01-22 02:18:43] "GET /domains HTTP/1.1" 200 281 0.002985 10.0.0.241 - - [2026-01-22 02:18:43] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001240 10.0.0.241 - - [2026-01-22 02:18:43] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2782 0.006716 10.0.0.241 - - [2026-01-22 02:18:43] "GET /projects?obj_uuids=07cc00e9-7a78-470b-81da-1ea0885b18a8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000823 10.0.0.241 - - [2026-01-22 02:18:43] "GET /project/07cc00e9-7a78-470b-81da-1ea0885b18a8 HTTP/1.1" 200 2631 0.072222 10.0.0.241 - - [2026-01-22 02:18:43] "GET /virtual-network/949282e1-7dc2-4c81-851f-7fc197f9dd0c HTTP/1.1" 200 3517 0.010333 10.0.0.241 - - [2026-01-22 02:18:43] "GET /virtual-network/949282e1-7dc2-4c81-851f-7fc197f9dd0c HTTP/1.1" 200 3517 0.005259 10.0.0.241 - - [2026-01-22 02:18:43] "GET /routing-instance/7fb2a360-cc22-4a4a-b174-b14a8c465164 HTTP/1.1" 200 1799 0.004448 10.0.0.241 - - [2026-01-22 02:18:43] "GET /routing-instance/7fb2a360-cc22-4a4a-b174-b14a8c465164 HTTP/1.1" 200 1799 0.003689 10.0.0.241 - - [2026-01-22 02:18:43] "GET /route-target/7fdffff3-d0d1-43c6-9449-f3f098b85125 HTTP/1.1" 200 1214 0.005121 10.0.0.241 - - [2026-01-22 02:18:43] "GET /virtual-network/949282e1-7dc2-4c81-851f-7fc197f9dd0c HTTP/1.1" 200 3517 0.004982 10.0.0.241 - - [2026-01-22 02:18:43] "GET /routing-instance/7fb2a360-cc22-4a4a-b174-b14a8c465164 HTTP/1.1" 200 1799 0.002916 10.0.0.241 - - [2026-01-22 02:18:43] "GET /virtual-network/949282e1-7dc2-4c81-851f-7fc197f9dd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.003991 10.0.0.241 - - [2026-01-22 02:18:43] "GET /virtual-network/949282e1-7dc2-4c81-851f-7fc197f9dd0c HTTP/1.1" 200 3517 0.004774 10.0.0.241 - - [2026-01-22 02:18:43] "GET /routing-instance/7fb2a360-cc22-4a4a-b174-b14a8c465164 HTTP/1.1" 200 1799 0.003260 10.0.0.241 - - [2026-01-22 02:18:43] "GET /routing-instance/7fb2a360-cc22-4a4a-b174-b14a8c465164 HTTP/1.1" 200 1799 0.004779 10.0.0.241 - - [2026-01-22 02:18:43] "GET /route-target/7fdffff3-d0d1-43c6-9449-f3f098b85125 HTTP/1.1" 200 1214 0.003486 10.0.0.241 - - [2026-01-22 02:18:43] "GET /domains HTTP/1.1" 200 281 0.002683 10.0.0.241 - - [2026-01-22 02:18:43] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.241 - - [2026-01-22 02:18:43] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2782 0.007348 10.0.0.241 - - [2026-01-22 02:18:43] "GET /projects?obj_uuids=07cc00e9-7a78-470b-81da-1ea0885b18a8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001097 10.0.0.241 - - [2026-01-22 02:18:43] "GET /project/07cc00e9-7a78-470b-81da-1ea0885b18a8 HTTP/1.1" 200 2631 0.074369 10.0.0.241 - - [2026-01-22 02:18:43] "GET /virtual-network/949282e1-7dc2-4c81-851f-7fc197f9dd0c HTTP/1.1" 200 3517 0.006080 10.0.0.241 - - [2026-01-22 02:18:43] "GET /obj-perms HTTP/1.1" 200 5065 0.003305 10.0.0.241 - - [2026-01-22 02:18:43] "GET /virtual-network/949282e1-7dc2-4c81-851f-7fc197f9dd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.005487 10.0.0.241 - - [2026-01-22 02:18:43] "POST /neutron/network HTTP/1.1" 200 1116 0.007530 10.0.0.241 - - [2026-01-22 02:18:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.005400 10.0.0.241 - - [2026-01-22 02:18:43] "POST /neutron/network HTTP/1.1" 200 1008 0.045272 10.0.0.241 - - [2026-01-22 02:18:43] "DELETE /access-control-list/1e82488f-d2ff-4eda-a2a2-debe93a4f899 HTTP/1.1" 200 115 0.028419 10.0.0.241 - - [2026-01-22 02:18:43] "POST /neutron/network HTTP/1.1" 200 1008 0.006794 10.0.0.241 - - [2026-01-22 02:18:43] "POST /ref-update HTTP/1.1" 200 156 0.016304 10.0.0.241 - - [2026-01-22 02:18:43] "GET /virtual-network/949282e1-7dc2-4c81-851f-7fc197f9dd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005013 10.0.0.241 - - [2026-01-22 02:18:44] "GET /virtual-network/cf0bfc6c-0516-442b-b32c-a1796beaa505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004732 10.0.0.241 - - [2026-01-22 02:18:44] "POST /neutron/network HTTP/1.1" 200 1112 0.006653 10.0.0.241 - - [2026-01-22 02:18:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.005196 10.0.0.241 - - [2026-01-22 02:18:44] "POST /neutron/network HTTP/1.1" 200 1004 0.040131 10.0.0.241 - - [2026-01-22 02:18:44] "DELETE /access-control-list/f232a878-99c3-49a7-9e65-af76f5fdafd5 HTTP/1.1" 200 115 0.028044 10.0.0.241 - - [2026-01-22 02:18:44] "POST /neutron/network HTTP/1.1" 200 1004 0.007554 10.0.0.241 - - [2026-01-22 02:18:44] "POST /ref-update HTTP/1.1" 200 156 0.018674 10.0.0.241 - - [2026-01-22 02:18:44] "GET /virtual-network/cf0bfc6c-0516-442b-b32c-a1796beaa505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006310 10.0.0.241 - - [2026-01-22 02:18:44] "DELETE /network-policy/77180019-6e1b-4d57-8459-b6f41cb2171a HTTP/1.1" 200 115 0.022576 10.0.0.241 - - [2026-01-22 02:18:44] "POST /neutron/network HTTP/1.1" 200 1008 0.007607 10.0.0.241 - - [2026-01-22 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005301 10.0.0.241 - - [2026-01-22 02:18:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003128 10.0.0.241 - - [2026-01-22 02:18:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001676 10.0.0.241 - - [2026-01-22 02:18:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001597 10.0.0.241 - - [2026-01-22 02:18:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001497 10.0.0.241 - - [2026-01-22 02:18:44] "POST /neutron/network HTTP/1.1" 200 151 0.087125 10.0.0.241 - - [2026-01-22 02:18:44] "DELETE /route-target/7fdffff3-d0d1-43c6-9449-f3f098b85125 HTTP/1.1" 200 115 0.021716 10.0.0.241 - - [2026-01-22 02:18:44] "GET /routing-instance/7fb2a360-cc22-4a4a-b174-b14a8c465164 HTTP/1.1" 404 171 0.003196 10.0.0.241 - - [2026-01-22 02:18:44] "GET /domains HTTP/1.1" 200 281 0.002564 10.0.0.241 - - [2026-01-22 02:18:44] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.241 - - [2026-01-22 02:18:44] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2782 0.046319 10.0.0.241 - - [2026-01-22 02:18:44] "GET /projects?obj_uuids=07cc00e9-7a78-470b-81da-1ea0885b18a8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001404 10.0.0.241 - - [2026-01-22 02:18:44] "GET /project/07cc00e9-7a78-470b-81da-1ea0885b18a8 HTTP/1.1" 200 2149 0.067685 10.0.0.241 - - [2026-01-22 02:18:44] "POST /neutron/network HTTP/1.1" 200 1004 0.007546 10.0.0.241 - - [2026-01-22 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.241 - - [2026-01-22 02:18:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002600 10.0.0.241 - - [2026-01-22 02:18:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002838 10.0.0.241 - - [2026-01-22 02:18:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001556 10.0.0.241 - - [2026-01-22 02:18:44] "POST /useragent-kv HTTP/1.1" 200 115 0.006042 10.0.0.241 - - [2026-01-22 02:18:44] "DELETE /route-target/e74e8000-3539-4fc9-8c54-1039566f303e HTTP/1.1" 200 115 0.031443 10.0.0.241 - - [2026-01-22 02:18:44] "POST /neutron/network HTTP/1.1" 200 151 0.099938 10.0.0.241 - - [2026-01-22 02:18:44] "GET /routing-instance/8f7821f9-88ff-44c3-a36e-caf1f1302704 HTTP/1.1" 404 171 0.002389 10.0.0.241 - - [2026-01-22 02:18:44] "GET /domains HTTP/1.1" 200 281 0.002411 10.0.0.241 - - [2026-01-22 02:18:44] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.241 - - [2026-01-22 02:18:44] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2782 0.048960 10.0.0.241 - - [2026-01-22 02:18:44] "GET /projects?obj_uuids=07cc00e9-7a78-470b-81da-1ea0885b18a8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001263 10.0.0.241 - - [2026-01-22 02:18:44] "GET /project/07cc00e9-7a78-470b-81da-1ea0885b18a8 HTTP/1.1" 200 1903 0.069777 10.0.0.241 - - [2026-01-22 02:18:45] "GET /projects?obj_uuids=07cc00e9-7a78-470b-81da-1ea0885b18a8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001170 10.0.0.241 - - [2026-01-22 02:18:45] "GET /project/07cc00e9-7a78-470b-81da-1ea0885b18a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.027757 10.0.0.241 - - [2026-01-22 02:18:45] "GET /projects?obj_uuids=07cc00e9-7a78-470b-81da-1ea0885b18a8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000867 10.0.0.241 - - [2026-01-22 02:18:45] "GET /project/07cc00e9-7a78-470b-81da-1ea0885b18a8?fields=virtual_networks HTTP/1.1" 200 1048 0.067610 10.0.0.241 - - [2026-01-22 02:18:45] "GET /projects?obj_uuids=07cc00e9-7a78-470b-81da-1ea0885b18a8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001204 10.0.0.241 - - [2026-01-22 02:18:45] "GET /project/07cc00e9-7a78-470b-81da-1ea0885b18a8?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.027826 10.0.0.241 - - [2026-01-22 02:18:45] "GET /projects?obj_uuids=07cc00e9-7a78-470b-81da-1ea0885b18a8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001482 10.0.0.241 - - [2026-01-22 02:18:45] "GET /project/07cc00e9-7a78-470b-81da-1ea0885b18a8?fields=security_groups HTTP/1.1" 200 1283 0.028216 10.0.0.241 - - [2026-01-22 02:18:46] "POST /fqname-to-id HTTP/1.1" 404 204 0.028475 10.0.0.241 - - [2026-01-22 02:18:46] "GET /projects?obj_uuids=050801e6-ef1f-4c6e-b5e7-6ca98145e391&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002227 10.0.0.241 - - [2026-01-22 02:18:46] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.241 - - [2026-01-22 02:18:46] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006683 10.0.0.241 - - [2026-01-22 02:18:46] "POST /id-to-fqname HTTP/1.1" 200 206 0.001404 10.0.0.241 - - [2026-01-22 02:18:46] "POST /fqname-to-id HTTP/1.1" 404 215 0.003180 10.0.0.241 - - [2026-01-22 02:18:46] "POST /security-groups HTTP/1.1" 200 607 0.071937 10.0.0.241 - - [2026-01-22 02:18:46] "POST /fqname-to-id HTTP/1.1" 404 250 0.002980 10.0.0.241 - - [2026-01-22 02:18:46] "POST /projects HTTP/1.1" 200 617 0.216601 10.0.0.241 - - [2026-01-22 02:18:46] "POST /access-control-lists HTTP/1.1" 200 614 0.060838 10.0.0.241 - - [2026-01-22 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.287857 10.0.0.241 - - [2026-01-22 02:18:46] "POST /fqname-to-id HTTP/1.1" 404 249 0.002622 10.0.0.241 - - [2026-01-22 02:18:46] "GET /project/050801e6-ef1f-4c6e-b5e7-6ca98145e391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.411423 10.0.0.241 - - [2026-01-22 02:18:46] "POST /access-control-lists HTTP/1.1" 200 612 0.112900 10.0.0.241 - - [2026-01-22 02:18:47] "GET / HTTP/1.1" 200 36215 0.001731 10.0.0.241 - - [2026-01-22 02:18:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000717 10.0.0.241 - - [2026-01-22 02:18:48] "POST /fqname-to-id HTTP/1.1" 404 233 0.069936 10.0.0.241 - - [2026-01-22 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.241 - - [2026-01-22 02:18:49] "GET /projects?obj_uuids=050801e6-ef1f-4c6e-b5e7-6ca98145e391&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000931 10.0.0.241 - - [2026-01-22 02:18:49] "GET /project/050801e6-ef1f-4c6e-b5e7-6ca98145e391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.023149 10.0.0.241 - - [2026-01-22 02:18:49] "POST /network-policys HTTP/1.1" 200 569 0.060442 10.0.0.241 - - [2026-01-22 02:18:49] "GET /network-policy/a3bcbad8-b589-419a-9347-9fbadb72fdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.004527 10.0.0.241 - - [2026-01-22 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.241 - - [2026-01-22 02:18:49] "GET /projects?obj_uuids=050801e6-ef1f-4c6e-b5e7-6ca98145e391&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000957 10.0.0.241 - - [2026-01-22 02:18:49] "GET /project/050801e6-ef1f-4c6e-b5e7-6ca98145e391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.027221 10.0.0.241 - - [2026-01-22 02:18:49] "POST /neutron/network HTTP/1.1" 200 117 0.034727 10.0.0.241 - - [2026-01-22 02:18:49] "GET /projects?obj_uuids=050801e6-ef1f-4c6e-b5e7-6ca98145e391&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001141 10.0.0.241 - - [2026-01-22 02:18:49] "POST /neutron/network HTTP/1.1" 200 623 0.061902 10.0.0.241 - - [2026-01-22 02:18:49] "POST /route-targets HTTP/1.1" 200 328 0.009053 10.0.0.241 - - [2026-01-22 02:18:49] "POST /ref-update HTTP/1.1" 200 156 0.010186 10.0.0.241 - - [2026-01-22 02:18:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003589 10.0.0.241 - - [2026-01-22 02:18:49] "POST /neutron/subnet HTTP/1.1" 200 734 0.137832 10.0.0.241 - - [2026-01-22 02:18:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.006466 10.0.0.241 - - [2026-01-22 02:18:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004253 10.0.0.241 - - [2026-01-22 02:18:49] "POST /neutron/subnet HTTP/1.1" 200 828 0.202993 10.0.0.241 - - [2026-01-22 02:18:49] "POST /neutron/network HTTP/1.1" 200 1018 0.006715 10.0.0.241 - - [2026-01-22 02:18:49] "POST /id-to-fqname HTTP/1.1" 200 237 0.001437 10.0.0.241 - - [2026-01-22 02:18:49] "GET /virtual-network/41404657-ce18-479b-9d83-bf4a0ee49889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2667 0.006002 10.0.0.241 - - [2026-01-22 02:18:49] "POST /neutron/network HTTP/1.1" 200 1018 0.011275 10.0.0.241 - - [2026-01-22 02:18:49] "GET /virtual-network/41404657-ce18-479b-9d83-bf4a0ee49889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2667 0.005798 10.0.0.241 - - [2026-01-22 02:18:50] "POST /neutron/network HTTP/1.1" 200 1018 0.007658 10.0.0.241 - - [2026-01-22 02:18:50] "POST /neutron/subnet HTTP/1.1" 200 734 0.006479 10.0.0.241 - - [2026-01-22 02:18:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.006282 10.0.0.241 - - [2026-01-22 02:18:50] "POST /neutron/network HTTP/1.1" 200 1018 0.009146 10.0.0.241 - - [2026-01-22 02:18:50] "POST /fqname-to-id HTTP/1.1" 404 252 0.005529 10.0.0.241 - - [2026-01-22 02:18:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.003432 10.0.0.241 - - [2026-01-22 02:18:50] "POST /neutron/network HTTP/1.1" 200 1125 0.041379 10.0.0.241 - - [2026-01-22 02:18:50] "POST /neutron/network HTTP/1.1" 200 1125 0.037866 10.0.0.241 - - [2026-01-22 02:18:50] "POST /access-control-lists HTTP/1.1" 200 609 0.064963 10.0.0.241 - - [2026-01-22 02:18:50] "GET /virtual-network/41404657-ce18-479b-9d83-bf4a0ee49889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2991 0.004129 10.0.0.241 - - [2026-01-22 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.241 - - [2026-01-22 02:18:50] "GET /network-policy/a3bcbad8-b589-419a-9347-9fbadb72fdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.003359 10.0.0.241 - - [2026-01-22 02:18:50] "GET /domains HTTP/1.1" 401 293 0.000407 10.0.0.241 - - [2026-01-22 02:18:50] "GET /domains HTTP/1.1" 200 281 0.031987 10.0.0.241 - - [2026-01-22 02:18:50] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.241 - - [2026-01-22 02:18:50] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2985 0.008387 10.0.0.241 - - [2026-01-22 02:18:50] "GET /projects?obj_uuids=050801e6-ef1f-4c6e-b5e7-6ca98145e391&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001848 10.0.0.241 - - [2026-01-22 02:18:50] "GET /project/050801e6-ef1f-4c6e-b5e7-6ca98145e391 HTTP/1.1" 200 2464 0.066031 10.0.0.241 - - [2026-01-22 02:18:50] "GET /virtual-network/41404657-ce18-479b-9d83-bf4a0ee49889 HTTP/1.1" 200 3555 0.006831 10.0.0.241 - - [2026-01-22 02:18:50] "GET /virtual-network/41404657-ce18-479b-9d83-bf4a0ee49889 HTTP/1.1" 200 3555 0.004872 10.0.0.241 - - [2026-01-22 02:18:50] "GET /routing-instance/b430cd3c-6479-412d-9698-9566139f1dc8 HTTP/1.1" 200 1499 0.004066 10.0.0.241 - - [2026-01-22 02:18:50] "GET /routing-instance/b430cd3c-6479-412d-9698-9566139f1dc8 HTTP/1.1" 200 1499 0.003036 10.0.0.241 - - [2026-01-22 02:18:50] "GET /route-target/dc40e6da-c6aa-4084-bda0-334ba64adfc9 HTTP/1.1" 200 1225 0.003046 10.0.0.241 - - [2026-01-22 02:18:50] "GET /virtual-network/41404657-ce18-479b-9d83-bf4a0ee49889 HTTP/1.1" 200 3555 0.004296 10.0.0.241 - - [2026-01-22 02:18:50] "GET /routing-instance/b430cd3c-6479-412d-9698-9566139f1dc8 HTTP/1.1" 200 1499 0.003644 10.0.0.241 - - [2026-01-22 02:18:50] "GET /virtual-network/41404657-ce18-479b-9d83-bf4a0ee49889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2991 0.004047 10.0.0.241 - - [2026-01-22 02:18:50] "GET /virtual-network/41404657-ce18-479b-9d83-bf4a0ee49889 HTTP/1.1" 200 3555 0.004989 10.0.0.241 - - [2026-01-22 02:18:50] "GET /routing-instance/b430cd3c-6479-412d-9698-9566139f1dc8 HTTP/1.1" 200 1499 0.003110 10.0.0.241 - - [2026-01-22 02:18:50] "GET /routing-instance/b430cd3c-6479-412d-9698-9566139f1dc8 HTTP/1.1" 200 1499 0.003472 10.0.0.241 - - [2026-01-22 02:18:50] "GET /route-target/dc40e6da-c6aa-4084-bda0-334ba64adfc9 HTTP/1.1" 200 1225 0.003588 10.0.0.241 - - [2026-01-22 02:18:50] "GET /domains HTTP/1.1" 200 281 0.002123 10.0.0.241 - - [2026-01-22 02:18:50] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000857 10.0.0.241 - - [2026-01-22 02:18:50] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2985 0.005712 10.0.0.241 - - [2026-01-22 02:18:50] "GET /projects?obj_uuids=050801e6-ef1f-4c6e-b5e7-6ca98145e391&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000883 10.0.0.241 - - [2026-01-22 02:18:50] "GET /project/050801e6-ef1f-4c6e-b5e7-6ca98145e391 HTTP/1.1" 200 2464 0.066577 10.0.0.241 - - [2026-01-22 02:18:50] "GET /virtual-network/41404657-ce18-479b-9d83-bf4a0ee49889 HTTP/1.1" 200 3555 0.004311 10.0.0.241 - - [2026-01-22 02:18:51] "GET /obj-perms HTTP/1.1" 200 5081 0.061914 10.0.0.241 - - [2026-01-22 02:18:51] "GET /domains HTTP/1.1" 200 281 0.002960 10.0.0.241 - - [2026-01-22 02:18:51] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001171 10.0.0.241 - - [2026-01-22 02:18:51] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2985 0.006363 10.0.0.241 - - [2026-01-22 02:18:51] "GET /projects?obj_uuids=050801e6-ef1f-4c6e-b5e7-6ca98145e391&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000930 10.0.0.241 - - [2026-01-22 02:18:51] "GET /project/050801e6-ef1f-4c6e-b5e7-6ca98145e391 HTTP/1.1" 200 2464 0.065901 10.0.0.241 - - [2026-01-22 02:18:51] "GET /network-policy/a3bcbad8-b589-419a-9347-9fbadb72fdd8 HTTP/1.1" 200 3482 0.004276 10.0.0.241 - - [2026-01-22 02:18:51] "DELETE /network-policy/a3bcbad8-b589-419a-9347-9fbadb72fdd8 HTTP/1.1" 409 239 0.005661 10.0.0.241 - - [2026-01-22 02:18:51] "POST /neutron/network HTTP/1.1" 200 1125 0.006938 10.0.0.241 - - [2026-01-22 02:18:51] "DELETE /access-control-list/8d3f392b-a7bc-4647-bbaf-a4e6d836b337 HTTP/1.1" 200 115 0.021338 10.0.0.241 - - [2026-01-22 02:18:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002952 10.0.0.241 - - [2026-01-22 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.241 - - [2026-01-22 02:18:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001578 10.0.0.241 - - [2026-01-22 02:18:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001437 10.0.0.241 - - [2026-01-22 02:18:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001433 10.0.0.241 - - [2026-01-22 02:18:51] "POST /neutron/network HTTP/1.1" 200 151 0.088677 10.0.0.241 - - [2026-01-22 02:18:51] "GET /routing-instance/b430cd3c-6479-412d-9698-9566139f1dc8 HTTP/1.1" 404 171 0.003185 10.0.0.241 - - [2026-01-22 02:18:51] "GET /domains HTTP/1.1" 200 281 0.002121 10.0.0.241 - - [2026-01-22 02:18:51] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.241 - - [2026-01-22 02:18:51] "DELETE /route-target/dc40e6da-c6aa-4084-bda0-334ba64adfc9 HTTP/1.1" 200 115 0.014876 10.0.0.241 - - [2026-01-22 02:18:51] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2985 0.048869 10.0.0.241 - - [2026-01-22 02:18:51] "GET /projects?obj_uuids=050801e6-ef1f-4c6e-b5e7-6ca98145e391&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000911 10.0.0.241 - - [2026-01-22 02:18:51] "GET /project/050801e6-ef1f-4c6e-b5e7-6ca98145e391 HTTP/1.1" 200 2209 0.064393 10.0.0.241 - - [2026-01-22 02:18:51] "DELETE /network-policy/a3bcbad8-b589-419a-9347-9fbadb72fdd8 HTTP/1.1" 200 115 0.022437 10.0.0.241 - - [2026-01-22 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.241 - - [2026-01-22 02:18:51] "GET /projects?obj_uuids=050801e6-ef1f-4c6e-b5e7-6ca98145e391&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001806 10.0.0.241 - - [2026-01-22 02:18:51] "GET /project/050801e6-ef1f-4c6e-b5e7-6ca98145e391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.032409 10.0.0.241 - - [2026-01-22 02:18:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-25789869&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004270 10.0.0.241 - - [2026-01-22 02:18:52] "GET /projects?obj_uuids=050801e6-ef1f-4c6e-b5e7-6ca98145e391&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000920 10.0.0.241 - - [2026-01-22 02:18:52] "GET /project/050801e6-ef1f-4c6e-b5e7-6ca98145e391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.026835 10.0.0.241 - - [2026-01-22 02:18:52] "GET /projects?obj_uuids=050801e6-ef1f-4c6e-b5e7-6ca98145e391&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001056 10.0.0.241 - - [2026-01-22 02:18:52] "GET /project/050801e6-ef1f-4c6e-b5e7-6ca98145e391?fields=virtual_networks HTTP/1.1" 200 1065 0.064241 10.0.0.241 - - [2026-01-22 02:18:52] "GET /projects?obj_uuids=050801e6-ef1f-4c6e-b5e7-6ca98145e391&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000985 10.0.0.241 - - [2026-01-22 02:18:52] "GET /project/050801e6-ef1f-4c6e-b5e7-6ca98145e391?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.022235 10.0.0.241 - - [2026-01-22 02:18:52] "GET /projects?obj_uuids=050801e6-ef1f-4c6e-b5e7-6ca98145e391&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001117 10.0.0.241 - - [2026-01-22 02:18:52] "GET /project/050801e6-ef1f-4c6e-b5e7-6ca98145e391?fields=security_groups HTTP/1.1" 200 1308 0.029123 10.0.0.241 - - [2026-01-22 02:18:53] "POST /fqname-to-id HTTP/1.1" 404 190 0.031368 10.0.0.241 - - [2026-01-22 02:18:53] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002340 10.0.0.241 - - [2026-01-22 02:18:53] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001119 10.0.0.241 - - [2026-01-22 02:18:53] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007029 10.0.0.241 - - [2026-01-22 02:18:53] "POST /id-to-fqname HTTP/1.1" 200 192 0.001222 10.0.0.241 - - [2026-01-22 02:18:53] "POST /fqname-to-id HTTP/1.1" 404 201 0.003458 10.0.0.241 - - [2026-01-22 02:18:53] "POST /security-groups HTTP/1.1" 200 593 0.060611 10.0.0.241 - - [2026-01-22 02:18:53] "POST /fqname-to-id HTTP/1.1" 404 236 0.002667 10.0.0.241 - - [2026-01-22 02:18:53] "POST /projects HTTP/1.1" 200 589 0.207025 10.0.0.241 - - [2026-01-22 02:18:53] "POST /access-control-lists HTTP/1.1" 200 600 0.058836 10.0.0.241 - - [2026-01-22 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.281160 10.0.0.241 - - [2026-01-22 02:18:53] "POST /fqname-to-id HTTP/1.1" 404 235 0.002864 10.0.0.241 - - [2026-01-22 02:18:53] "GET /project/b02cb656-f51b-409e-af19-4227242f6311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.401621 10.0.0.241 - - [2026-01-22 02:18:54] "POST /access-control-lists HTTP/1.1" 200 598 0.064255 10.0.0.241 - - [2026-01-22 02:18:55] "GET / HTTP/1.1" 200 36215 0.001963 10.0.0.241 - - [2026-01-22 02:18:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000437 10.0.0.241 - - [2026-01-22 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.059659 10.0.0.241 - - [2026-01-22 02:18:56] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001108 10.0.0.241 - - [2026-01-22 02:18:56] "GET /project/b02cb656-f51b-409e-af19-4227242f6311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.024832 10.0.0.241 - - [2026-01-22 02:18:56] "POST /neutron/network HTTP/1.1" 200 117 0.041886 10.0.0.241 - - [2026-01-22 02:18:56] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001135 10.0.0.241 - - [2026-01-22 02:18:56] "POST /neutron/network HTTP/1.1" 200 607 0.071150 10.0.0.241 - - [2026-01-22 02:18:56] "POST /route-targets HTTP/1.1" 200 328 0.017332 10.0.0.241 - - [2026-01-22 02:18:56] "POST /ref-update HTTP/1.1" 200 156 0.011355 10.0.0.241 - - [2026-01-22 02:18:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003186 10.0.0.241 - - [2026-01-22 02:18:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.159309 10.0.0.241 - - [2026-01-22 02:18:56] "POST /neutron/network HTTP/1.1" 200 825 0.005430 10.0.0.241 - - [2026-01-22 02:18:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001584 10.0.0.241 - - [2026-01-22 02:18:56] "GET /virtual-network/5ee28fb7-6eeb-4e13-b8d5-7dbe6551735c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005388 10.0.0.241 - - [2026-01-22 02:18:56] "POST /neutron/network HTTP/1.1" 200 825 0.007152 10.0.0.241 - - [2026-01-22 02:18:56] "GET /virtual-network/5ee28fb7-6eeb-4e13-b8d5-7dbe6551735c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005770 10.0.0.241 - - [2026-01-22 02:18:56] "POST /neutron/network HTTP/1.1" 200 825 0.006035 10.0.0.241 - - [2026-01-22 02:18:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.008275 10.0.0.241 - - [2026-01-22 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.241 - - [2026-01-22 02:18:56] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001126 10.0.0.241 - - [2026-01-22 02:18:56] "GET /project/b02cb656-f51b-409e-af19-4227242f6311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.023727 10.0.0.241 - - [2026-01-22 02:18:56] "POST /neutron/network HTTP/1.1" 200 117 0.011221 10.0.0.241 - - [2026-01-22 02:18:56] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001035 10.0.0.241 - - [2026-01-22 02:18:56] "POST /neutron/network HTTP/1.1" 200 607 0.075307 10.0.0.241 - - [2026-01-22 02:18:56] "POST /route-targets HTTP/1.1" 200 328 0.011534 10.0.0.241 - - [2026-01-22 02:18:56] "POST /ref-update HTTP/1.1" 200 156 0.012228 10.0.0.241 - - [2026-01-22 02:18:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003491 10.0.0.241 - - [2026-01-22 02:18:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.144126 10.0.0.241 - - [2026-01-22 02:18:57] "POST /neutron/network HTTP/1.1" 200 827 0.005446 10.0.0.241 - - [2026-01-22 02:18:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001426 10.0.0.241 - - [2026-01-22 02:18:57] "GET /virtual-network/4c23c631-4739-4a72-a7a3-3215303a49e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005119 10.0.0.241 - - [2026-01-22 02:18:57] "POST /neutron/network HTTP/1.1" 200 827 0.006691 10.0.0.241 - - [2026-01-22 02:18:57] "GET /virtual-network/4c23c631-4739-4a72-a7a3-3215303a49e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005173 10.0.0.241 - - [2026-01-22 02:18:57] "POST /neutron/network HTTP/1.1" 200 827 0.005780 10.0.0.241 - - [2026-01-22 02:18:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.006876 10.0.0.241 - - [2026-01-22 02:18:57] "POST /fqname-to-id HTTP/1.1" 404 228 0.003596 10.0.0.241 - - [2026-01-22 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.241 - - [2026-01-22 02:18:57] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001197 10.0.0.241 - - [2026-01-22 02:18:57] "GET /project/b02cb656-f51b-409e-af19-4227242f6311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.032655 10.0.0.241 - - [2026-01-22 02:18:57] "POST /network-policys HTTP/1.1" 200 573 0.018914 10.0.0.241 - - [2026-01-22 02:18:57] "GET /network-policy/955f0190-a996-4168-87c5-c68d31071f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004992 10.0.0.241 - - [2026-01-22 02:18:57] "POST /neutron/network HTTP/1.1" 200 825 0.006163 10.0.0.241 - - [2026-01-22 02:18:57] "POST /fqname-to-id HTTP/1.1" 404 236 0.004633 10.0.0.241 - - [2026-01-22 02:18:57] "POST /neutron/network HTTP/1.1" 200 927 0.045166 10.0.0.241 - - [2026-01-22 02:18:57] "POST /neutron/network HTTP/1.1" 200 927 0.043945 10.0.0.241 - - [2026-01-22 02:18:57] "POST /access-control-lists HTTP/1.1" 200 592 0.069006 10.0.0.241 - - [2026-01-22 02:18:57] "GET /virtual-network/5ee28fb7-6eeb-4e13-b8d5-7dbe6551735c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005515 10.0.0.241 - - [2026-01-22 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.241 - - [2026-01-22 02:18:57] "GET /network-policy/955f0190-a996-4168-87c5-c68d31071f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003767 10.0.0.241 - - [2026-01-22 02:18:57] "POST /neutron/network HTTP/1.1" 200 827 0.005438 10.0.0.241 - - [2026-01-22 02:18:57] "POST /neutron/network HTTP/1.1" 200 929 0.094079 10.0.0.241 - - [2026-01-22 02:18:57] "PUT /access-control-list/702b1100-570a-42ca-9a2d-ddd0a8ade412 HTTP/1.1" 200 273 0.063387 10.0.0.241 - - [2026-01-22 02:18:57] "POST /fqname-to-id HTTP/1.1" 404 236 0.004121 10.0.0.241 - - [2026-01-22 02:18:57] "POST /neutron/network HTTP/1.1" 200 929 0.007491 10.0.0.241 - - [2026-01-22 02:18:57] "GET /virtual-network/4c23c631-4739-4a72-a7a3-3215303a49e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006726 10.0.0.241 - - [2026-01-22 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.241 - - [2026-01-22 02:18:58] "GET /network-policy/955f0190-a996-4168-87c5-c68d31071f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.020930 10.0.0.241 - - [2026-01-22 02:18:58] "POST /access-control-lists HTTP/1.1" 200 592 0.062100 10.0.0.241 - - [2026-01-22 02:18:58] "GET /domains HTTP/1.1" 401 293 0.000416 10.0.0.241 - - [2026-01-22 02:18:58] "POST /ref-update HTTP/1.1" 200 156 0.012675 10.0.0.241 - - [2026-01-22 02:18:58] "GET /domains HTTP/1.1" 200 281 0.031860 10.0.0.241 - - [2026-01-22 02:18:58] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001244 10.0.0.241 - - [2026-01-22 02:18:58] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 3174 0.009803 10.0.0.241 - - [2026-01-22 02:18:58] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002330 10.0.0.241 - - [2026-01-22 02:18:58] "GET /project/b02cb656-f51b-409e-af19-4227242f6311 HTTP/1.1" 200 2580 0.069450 10.0.0.241 - - [2026-01-22 02:18:58] "GET /virtual-network/5ee28fb7-6eeb-4e13-b8d5-7dbe6551735c HTTP/1.1" 200 2894 0.006093 10.0.0.241 - - [2026-01-22 02:18:58] "GET /virtual-network/5ee28fb7-6eeb-4e13-b8d5-7dbe6551735c HTTP/1.1" 200 2894 0.004976 10.0.0.241 - - [2026-01-22 02:18:58] "GET /routing-instance/663bfe21-8d23-46e2-b02a-0500478c01de HTTP/1.1" 200 1787 0.003911 10.0.0.241 - - [2026-01-22 02:18:58] "GET /routing-instance/663bfe21-8d23-46e2-b02a-0500478c01de HTTP/1.1" 200 1787 0.003861 10.0.0.241 - - [2026-01-22 02:18:58] "GET /route-target/0da44010-089a-4e66-bf9f-451fff7f3dae HTTP/1.1" 200 1207 0.004606 10.0.0.241 - - [2026-01-22 02:18:58] "GET /virtual-network/5ee28fb7-6eeb-4e13-b8d5-7dbe6551735c HTTP/1.1" 200 2894 0.006776 10.0.0.241 - - [2026-01-22 02:18:58] "GET /routing-instance/663bfe21-8d23-46e2-b02a-0500478c01de HTTP/1.1" 200 1787 0.003851 10.0.0.241 - - [2026-01-22 02:18:58] "GET /virtual-network/5ee28fb7-6eeb-4e13-b8d5-7dbe6551735c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005234 10.0.0.241 - - [2026-01-22 02:18:58] "GET /virtual-network/5ee28fb7-6eeb-4e13-b8d5-7dbe6551735c HTTP/1.1" 200 2894 0.005269 10.0.0.241 - - [2026-01-22 02:18:58] "GET /routing-instance/663bfe21-8d23-46e2-b02a-0500478c01de HTTP/1.1" 200 1787 0.003685 10.0.0.241 - - [2026-01-22 02:18:58] "GET /routing-instance/663bfe21-8d23-46e2-b02a-0500478c01de HTTP/1.1" 200 1787 0.004236 10.0.0.241 - - [2026-01-22 02:18:58] "GET /route-target/0da44010-089a-4e66-bf9f-451fff7f3dae HTTP/1.1" 200 1207 0.003802 10.0.0.241 - - [2026-01-22 02:18:58] "GET /domains HTTP/1.1" 200 281 0.003088 10.0.0.241 - - [2026-01-22 02:18:58] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001341 10.0.0.241 - - [2026-01-22 02:18:58] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 3174 0.008720 10.0.0.241 - - [2026-01-22 02:18:58] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001389 10.0.0.241 - - [2026-01-22 02:18:58] "GET /project/b02cb656-f51b-409e-af19-4227242f6311 HTTP/1.1" 200 2580 0.068777 10.0.0.241 - - [2026-01-22 02:18:58] "GET /virtual-network/5ee28fb7-6eeb-4e13-b8d5-7dbe6551735c HTTP/1.1" 200 2894 0.006642 10.0.0.241 - - [2026-01-22 02:18:59] "GET /obj-perms HTTP/1.1" 200 5053 0.057228 10.0.0.241 - - [2026-01-22 02:18:59] "GET /domains HTTP/1.1" 200 281 0.002706 10.0.0.241 - - [2026-01-22 02:18:59] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.241 - - [2026-01-22 02:18:59] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 3174 0.007154 10.0.0.241 - - [2026-01-22 02:18:59] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000967 10.0.0.241 - - [2026-01-22 02:18:59] "GET /project/b02cb656-f51b-409e-af19-4227242f6311 HTTP/1.1" 200 2580 0.069967 10.0.0.241 - - [2026-01-22 02:18:59] "GET /virtual-network/4c23c631-4739-4a72-a7a3-3215303a49e6 HTTP/1.1" 200 2900 0.006572 10.0.0.241 - - [2026-01-22 02:18:59] "GET /virtual-network/4c23c631-4739-4a72-a7a3-3215303a49e6 HTTP/1.1" 200 2900 0.005850 10.0.0.241 - - [2026-01-22 02:18:59] "GET /routing-instance/57b752c3-801b-4aaf-b96c-59543582476f HTTP/1.1" 200 1787 0.003642 10.0.0.241 - - [2026-01-22 02:18:59] "GET /routing-instance/57b752c3-801b-4aaf-b96c-59543582476f HTTP/1.1" 200 1787 0.003010 10.0.0.241 - - [2026-01-22 02:18:59] "GET /route-target/59037316-86ee-453f-b627-10ba3b8d1cb7 HTTP/1.1" 200 1208 0.003643 10.0.0.241 - - [2026-01-22 02:18:59] "GET /virtual-network/4c23c631-4739-4a72-a7a3-3215303a49e6 HTTP/1.1" 200 2900 0.005202 10.0.0.241 - - [2026-01-22 02:18:59] "GET /routing-instance/57b752c3-801b-4aaf-b96c-59543582476f HTTP/1.1" 200 1787 0.003699 10.0.0.241 - - [2026-01-22 02:18:59] "GET /virtual-network/4c23c631-4739-4a72-a7a3-3215303a49e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004220 10.0.0.241 - - [2026-01-22 02:18:59] "GET /virtual-network/4c23c631-4739-4a72-a7a3-3215303a49e6 HTTP/1.1" 200 2900 0.004193 10.0.0.241 - - [2026-01-22 02:18:59] "GET /routing-instance/57b752c3-801b-4aaf-b96c-59543582476f HTTP/1.1" 200 1787 0.003515 10.0.0.241 - - [2026-01-22 02:18:59] "GET /routing-instance/57b752c3-801b-4aaf-b96c-59543582476f HTTP/1.1" 200 1787 0.003251 10.0.0.241 - - [2026-01-22 02:18:59] "GET /route-target/59037316-86ee-453f-b627-10ba3b8d1cb7 HTTP/1.1" 200 1208 0.002787 10.0.0.241 - - [2026-01-22 02:18:59] "GET /domains HTTP/1.1" 200 281 0.003425 10.0.0.241 - - [2026-01-22 02:18:59] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001391 10.0.0.241 - - [2026-01-22 02:18:59] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 3174 0.007785 10.0.0.241 - - [2026-01-22 02:18:59] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001339 10.0.0.241 - - [2026-01-22 02:18:59] "GET /project/b02cb656-f51b-409e-af19-4227242f6311 HTTP/1.1" 200 2580 0.070668 10.0.0.241 - - [2026-01-22 02:18:59] "GET /virtual-network/4c23c631-4739-4a72-a7a3-3215303a49e6 HTTP/1.1" 200 2900 0.005089 10.0.0.241 - - [2026-01-22 02:18:59] "GET /obj-perms HTTP/1.1" 200 5053 0.004759 10.0.0.241 - - [2026-01-22 02:18:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001360 10.0.0.241 - - [2026-01-22 02:18:59] "POST /neutron/network HTTP/1.1" 200 937 0.007603 10.0.0.241 - - [2026-01-22 02:18:59] "GET /aaa-mode HTTP/1.1" 401 293 0.000561 10.0.0.241 - - [2026-01-22 02:18:59] "GET / HTTP/1.1" 200 36215 0.002521 10.0.0.241 - - [2026-01-22 02:19:00] "GET /project/b02cb656-f51b-409e-af19-4227242f6311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000485 10.0.0.241 - - [2026-01-22 02:19:00] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001096 10.0.0.241 - - [2026-01-22 02:19:00] "GET /project/b02cb656-f51b-409e-af19-4227242f6311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.060463 10.0.0.241 - - [2026-01-22 02:19:00] "POST /neutron/network HTTP/1.1" 200 927 0.005528 10.0.0.241 - - [2026-01-22 02:19:00] "POST /neutron/port HTTP/1.1" 200 117 0.006710 10.0.0.241 - - [2026-01-22 02:19:00] "POST /neutron/port HTTP/1.1" 200 117 0.005574 10.0.0.241 - - [2026-01-22 02:19:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001404 10.0.0.241 - - [2026-01-22 02:19:00] "POST /neutron/port HTTP/1.1" 200 117 0.004722 10.0.0.241 - - [2026-01-22 02:19:00] "POST /neutron/network HTTP/1.1" 200 939 0.005424 10.0.0.241 - - [2026-01-22 02:19:00] "GET /aaa-mode HTTP/1.1" 401 293 0.000467 10.0.0.241 - - [2026-01-22 02:19:01] "POST /neutron/network HTTP/1.1" 200 937 0.005377 10.0.0.241 - - [2026-01-22 02:19:01] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001364 10.0.0.241 - - [2026-01-22 02:19:01] "GET / HTTP/1.1" 200 36215 0.002339 10.0.0.241 - - [2026-01-22 02:19:01] "GET /project/b02cb656-f51b-409e-af19-4227242f6311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000452 10.0.0.241 - - [2026-01-22 02:19:01] "POST /neutron/port HTTP/1.1" 200 1061 0.254043 10.0.0.241 - - [2026-01-22 02:19:01] "POST /neutron/port HTTP/1.1" 200 1061 0.014409 10.0.0.241 - - [2026-01-22 02:19:01] "POST /neutron/port HTTP/1.1" 200 1061 0.009696 10.0.0.241 - - [2026-01-22 02:19:01] "POST /neutron/port HTTP/1.1" 200 1115 0.060816 10.0.0.241 - - [2026-01-22 02:19:01] "POST /neutron/port HTTP/1.1" 200 1125 0.013271 10.0.0.241 - - [2026-01-22 02:19:01] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001307 10.0.0.241 - - [2026-01-22 02:19:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004061 10.0.0.241 - - [2026-01-22 02:19:01] "GET /project/b02cb656-f51b-409e-af19-4227242f6311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.057306 10.0.0.241 - - [2026-01-22 02:19:01] "POST /neutron/subnet HTTP/1.1" 200 694 0.014228 10.0.0.241 - - [2026-01-22 02:19:01] "POST /neutron/network HTTP/1.1" 200 929 0.005934 10.0.0.241 - - [2026-01-22 02:19:01] "POST /neutron/port HTTP/1.1" 200 117 0.001683 10.0.0.241 - - [2026-01-22 02:19:01] "POST /neutron/network HTTP/1.1" 200 927 0.006037 10.0.0.241 - - [2026-01-22 02:19:01] "POST /neutron/port HTTP/1.1" 200 1125 0.016739 10.0.0.241 - - [2026-01-22 02:19:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006117 10.0.0.241 - - [2026-01-22 02:19:01] "POST /neutron/port HTTP/1.1" 200 117 0.004962 10.0.0.241 - - [2026-01-22 02:19:01] "POST /neutron/port HTTP/1.1" 200 1125 0.013944 10.0.0.241 - - [2026-01-22 02:19:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010091 10.0.0.241 - - [2026-01-22 02:19:02] "POST /neutron/network HTTP/1.1" 200 939 0.005198 10.0.0.241 - - [2026-01-22 02:19:02] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001127 10.0.0.241 - - [2026-01-22 02:19:02] "PUT /access-control-list/217e2db4-38f6-4e78-a2d4-558783a1fa00 HTTP/1.1" 200 273 0.067719 10.0.0.241 - - [2026-01-22 02:19:02] "POST /neutron/port HTTP/1.1" 200 1063 0.274154 10.0.0.241 - - [2026-01-22 02:19:02] "POST /neutron/port HTTP/1.1" 200 1063 0.013804 10.0.0.241 - - [2026-01-22 02:19:02] "POST /neutron/port HTTP/1.1" 200 1063 0.014446 10.0.0.241 - - [2026-01-22 02:19:02] "POST /neutron/port HTTP/1.1" 200 1117 0.059235 10.0.0.241 - - [2026-01-22 02:19:02] "POST /neutron/port HTTP/1.1" 200 1127 0.012281 10.0.0.241 - - [2026-01-22 02:19:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003287 10.0.0.241 - - [2026-01-22 02:19:02] "POST /neutron/subnet HTTP/1.1" 200 703 0.007792 10.0.0.241 - - [2026-01-22 02:19:02] "POST /neutron/port HTTP/1.1" 200 117 0.001421 10.0.0.241 - - [2026-01-22 02:19:02] "POST /neutron/network HTTP/1.1" 200 929 0.005666 10.0.0.241 - - [2026-01-22 02:19:07] "POST /neutron/port HTTP/1.1" 200 1125 0.012636 10.0.0.241 - - [2026-01-22 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005591 10.0.0.241 - - [2026-01-22 02:19:07] "POST /neutron/port HTTP/1.1" 200 1125 0.011395 10.0.0.241 - - [2026-01-22 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005291 10.0.0.241 - - [2026-01-22 02:19:07] "POST /neutron/port HTTP/1.1" 200 1125 0.012189 10.0.0.241 - - [2026-01-22 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005429 10.0.0.241 - - [2026-01-22 02:19:07] "GET /virtual-machine/11027581-8af4-4939-8bfe-437bc1ded1e2 HTTP/1.1" 200 1296 0.004907 10.0.0.241 - - [2026-01-22 02:19:07] "GET /virtual-machine-interface/07f519a7-3cfa-4f48-b138-40c8955418f5 HTTP/1.1" 200 2956 0.005177 10.0.0.241 - - [2026-01-22 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.241 - - [2026-01-22 02:19:07] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002775 10.0.0.241 - - [2026-01-22 02:19:07] "GET /virtual-networks?parent_id=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002214 10.0.0.241 - - [2026-01-22 02:19:07] "GET /virtual-network/5ee28fb7-6eeb-4e13-b8d5-7dbe6551735c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005556 10.0.0.241 - - [2026-01-22 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.241 - - [2026-01-22 02:19:10] "GET /virtual-network/5ee28fb7-6eeb-4e13-b8d5-7dbe6551735c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005491 10.0.0.241 - - [2026-01-22 02:19:10] "POST /neutron/port HTTP/1.1" 200 1125 0.012346 10.0.0.241 - - [2026-01-22 02:19:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004879 10.0.0.241 - - [2026-01-22 02:19:11] "POST /neutron/port HTTP/1.1" 200 1127 0.011247 10.0.0.241 - - [2026-01-22 02:19:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005326 10.0.0.241 - - [2026-01-22 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.241 - - [2026-01-22 02:19:12] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003418 10.0.0.241 - - [2026-01-22 02:19:12] "GET /virtual-networks?parent_id=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002771 10.0.0.241 - - [2026-01-22 02:19:12] "GET /virtual-network/5ee28fb7-6eeb-4e13-b8d5-7dbe6551735c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004682 10.0.0.241 - - [2026-01-22 02:19:12] "POST /neutron/port HTTP/1.1" 200 1125 0.011235 10.0.0.241 - - [2026-01-22 02:19:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005739 10.0.0.241 - - [2026-01-22 02:19:18] "POST /neutron/port HTTP/1.1" 200 1127 0.013783 10.0.0.241 - - [2026-01-22 02:19:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009937 10.0.0.241 - - [2026-01-22 02:19:18] "POST /neutron/port HTTP/1.1" 200 1127 0.014892 10.0.0.241 - - [2026-01-22 02:19:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005971 10.0.0.241 - - [2026-01-22 02:19:18] "POST /neutron/port HTTP/1.1" 200 1127 0.013049 10.0.0.241 - - [2026-01-22 02:19:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006099 10.0.0.241 - - [2026-01-22 02:19:18] "GET /virtual-machine/363ad0a7-7e9d-4a48-831a-34d950ff8334 HTTP/1.1" 200 1295 0.005271 10.0.0.241 - - [2026-01-22 02:19:18] "GET /virtual-machine-interface/a17e7f81-3102-4e5b-96fc-771416634eb1 HTTP/1.1" 200 2958 0.004506 10.0.0.241 - - [2026-01-22 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.241 - - [2026-01-22 02:19:18] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003670 10.0.0.241 - - [2026-01-22 02:19:18] "GET /virtual-networks?parent_id=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002729 10.0.0.241 - - [2026-01-22 02:19:18] "GET /virtual-network/4c23c631-4739-4a72-a7a3-3215303a49e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005301 10.0.0.241 - - [2026-01-22 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.241 - - [2026-01-22 02:19:19] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003942 10.0.0.241 - - [2026-01-22 02:19:19] "GET /virtual-networks?parent_id=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002856 10.0.0.241 - - [2026-01-22 02:19:19] "GET /virtual-network/4c23c631-4739-4a72-a7a3-3215303a49e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006290 10.0.0.241 - - [2026-01-22 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.241 - - [2026-01-22 02:19:23] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001288 10.0.0.241 - - [2026-01-22 02:19:23] "GET /project/b02cb656-f51b-409e-af19-4227242f6311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.028749 10.0.0.241 - - [2026-01-22 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.241 - - [2026-01-22 02:19:24] "PUT /network-policy/955f0190-a996-4168-87c5-c68d31071f81 HTTP/1.1" 200 263 0.011170 10.0.0.241 - - [2026-01-22 02:19:24] "PUT /access-control-list/702b1100-570a-42ca-9a2d-ddd0a8ade412 HTTP/1.1" 200 273 0.050750 10.0.0.241 - - [2026-01-22 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.010114 10.0.0.241 - - [2026-01-22 02:19:24] "PUT /access-control-list/217e2db4-38f6-4e78-a2d4-558783a1fa00 HTTP/1.1" 200 273 0.049985 10.0.0.241 - - [2026-01-22 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.010114 10.0.0.241 - - [2026-01-22 02:19:27] "GET /virtual-network/4c23c631-4739-4a72-a7a3-3215303a49e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005635 10.0.0.241 - - [2026-01-22 02:19:27] "POST /neutron/network HTTP/1.1" 200 929 0.015889 10.0.0.241 - - [2026-01-22 02:19:27] "POST /neutron/network HTTP/1.1" 200 827 0.061933 10.0.0.241 - - [2026-01-22 02:19:27] "DELETE /access-control-list/217e2db4-38f6-4e78-a2d4-558783a1fa00 HTTP/1.1" 200 115 0.057479 10.0.0.241 - - [2026-01-22 02:19:27] "POST /neutron/network HTTP/1.1" 200 827 0.012317 10.0.0.241 - - [2026-01-22 02:19:27] "GET /virtual-network/4c23c631-4739-4a72-a7a3-3215303a49e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006325 10.0.0.241 - - [2026-01-22 02:19:27] "GET /virtual-network/5ee28fb7-6eeb-4e13-b8d5-7dbe6551735c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007415 10.0.0.241 - - [2026-01-22 02:19:27] "POST /neutron/network HTTP/1.1" 200 927 0.009310 10.0.0.241 - - [2026-01-22 02:19:27] "POST /neutron/network HTTP/1.1" 200 825 0.051001 10.0.0.241 - - [2026-01-22 02:19:27] "DELETE /access-control-list/702b1100-570a-42ca-9a2d-ddd0a8ade412 HTTP/1.1" 200 115 0.037662 10.0.0.241 - - [2026-01-22 02:19:27] "POST /neutron/network HTTP/1.1" 200 825 0.011288 10.0.0.241 - - [2026-01-22 02:19:27] "GET /virtual-network/5ee28fb7-6eeb-4e13-b8d5-7dbe6551735c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004581 10.0.0.241 - - [2026-01-22 02:19:27] "DELETE /network-policy/955f0190-a996-4168-87c5-c68d31071f81 HTTP/1.1" 200 115 0.027776 10.0.0.241 - - [2026-01-22 02:19:27] "POST /neutron/network HTTP/1.1" 200 827 0.006397 10.0.0.241 - - [2026-01-22 02:19:27] "POST /neutron/network HTTP/1.1" 400 204 0.017772 10.0.0.241 - - [2026-01-22 02:19:27] "POST /neutron/port HTTP/1.1" 200 1127 0.011277 10.0.0.241 - - [2026-01-22 02:19:27] "POST /neutron/port HTTP/1.1" 200 1117 0.012381 10.0.0.241 - - [2026-01-22 02:19:27] "POST /neutron/port HTTP/1.1" 200 1125 0.016482 10.0.0.241 - - [2026-01-22 02:19:28] "POST /neutron/port HTTP/1.1" 200 1115 0.009015 10.0.0.241 - - [2026-01-22 02:19:28] "POST /neutron/port HTTP/1.1" 200 151 0.124323 10.0.0.241 - - [2026-01-22 02:19:28] "POST /neutron/port HTTP/1.1" 200 151 0.122539 10.0.0.241 - - [2026-01-22 02:19:29] "DELETE /project/050801e6ef1f4c6eb5e76ca98145e391 HTTP/1.1" 404 173 0.015910 10.0.0.241 - - [2026-01-22 02:19:29] "DELETE /project/07cc00e97a78470b81da1ea0885b18a8 HTTP/1.1" 404 173 0.011598 10.0.0.241 - - [2026-01-22 02:19:29] "DELETE /project/b02cb656f51b409eaf194227242f6311 HTTP/1.1" 404 173 0.009396 10.0.0.241 - - [2026-01-22 02:19:29] "GET /projects?obj_uuids=050801e6-ef1f-4c6e-b5e7-6ca98145e391&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000830 10.0.0.241 - - [2026-01-22 02:19:29] "GET /projects?obj_uuids=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000817 10.0.0.241 - - [2026-01-22 02:19:29] "GET /projects?obj_uuids=07cc00e9-7a78-470b-81da-1ea0885b18a8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000716 10.0.0.241 - - [2026-01-22 02:19:29] "GET /project/07cc00e9-7a78-470b-81da-1ea0885b18a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.048625 10.0.0.241 - - [2026-01-22 02:19:29] "GET /project/d133afb9-c3dd-4cb0-9274-f2fb293dc732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.055956 10.0.0.241 - - [2026-01-22 02:19:29] "GET /project/050801e6-ef1f-4c6e-b5e7-6ca98145e391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.059976 10.0.0.241 - - [2026-01-22 02:19:29] "GET /projects?obj_uuids=07cc00e9-7a78-470b-81da-1ea0885b18a8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001149 10.0.0.241 - - [2026-01-22 02:19:29] "GET /projects?obj_uuids=050801e6-ef1f-4c6e-b5e7-6ca98145e391&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001013 10.0.0.241 - - [2026-01-22 02:19:29] "GET /projects?obj_uuids=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000790 10.0.0.241 - - [2026-01-22 02:19:29] "GET /project/07cc00e9-7a78-470b-81da-1ea0885b18a8?fields=security_groups HTTP/1.1" 200 1385 0.048560 10.0.0.241 - - [2026-01-22 02:19:29] "GET /project/050801e6-ef1f-4c6e-b5e7-6ca98145e391?fields=security_groups HTTP/1.1" 200 1410 0.038868 10.0.0.241 - - [2026-01-22 02:19:29] "GET /project/d133afb9-c3dd-4cb0-9274-f2fb293dc732?fields=security_groups HTTP/1.1" 200 1373 0.067225 10.0.0.241 - - [2026-01-22 02:19:29] "DELETE /security-group/5dd9668d-73d4-4109-b760-8de71f141801 HTTP/1.1" 200 115 0.047244 10.0.0.241 - - [2026-01-22 02:19:29] "DELETE /security-group/bd37d468-f120-49be-9123-516643c55648 HTTP/1.1" 200 115 0.049812 10.0.0.241 - - [2026-01-22 02:19:29] "GET /projects?obj_uuids=07cc00e9-7a78-470b-81da-1ea0885b18a8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.241 - - [2026-01-22 02:19:29] "GET /projects?obj_uuids=050801e6-ef1f-4c6e-b5e7-6ca98145e391&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000866 10.0.0.241 - - [2026-01-22 02:19:29] "DELETE /access-control-list/6b5ba82a-e7bf-4404-9fb4-cb1cb083c127 HTTP/1.1" 200 115 0.039823 10.0.0.241 - - [2026-01-22 02:19:29] "GET /project/07cc00e9-7a78-470b-81da-1ea0885b18a8?fields=application_policy_sets HTTP/1.1" 200 1424 0.036997 10.0.0.241 - - [2026-01-22 02:19:29] "GET /project/050801e6-ef1f-4c6e-b5e7-6ca98145e391?fields=application_policy_sets HTTP/1.1" 200 1449 0.040284 10.0.0.241 - - [2026-01-22 02:19:29] "DELETE /security-group/4acaa49f-27e1-408f-ad6c-1d1f3df7ad5d HTTP/1.1" 200 115 0.065054 10.0.0.241 - - [2026-01-22 02:19:29] "GET /projects?obj_uuids=d133afb9-c3dd-4cb0-9274-f2fb293dc732&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000992 10.0.0.241 - - [2026-01-22 02:19:29] "DELETE /access-control-list/65983982-684b-4a65-88a9-1387962ee7b3 HTTP/1.1" 200 115 0.044742 10.0.0.241 - - [2026-01-22 02:19:29] "GET /project/d133afb9-c3dd-4cb0-9274-f2fb293dc732?fields=application_policy_sets HTTP/1.1" 200 1412 0.029640 10.0.0.241 - - [2026-01-22 02:19:29] "DELETE /access-control-list/d711ba4a-9452-4f25-afdd-5295bc87ee03 HTTP/1.1" 200 115 0.028646 10.0.0.241 - - [2026-01-22 02:19:29] "DELETE /access-control-list/9b7fbe96-6cef-45c4-a96b-3366ac81f1bb HTTP/1.1" 200 115 0.030162 10.0.0.241 - - [2026-01-22 02:19:29] "DELETE /access-control-list/80b59918-377d-47c2-b545-25d1e2f32afd HTTP/1.1" 200 115 0.028348 10.0.0.241 - - [2026-01-22 02:19:29] "DELETE /project/07cc00e9-7a78-470b-81da-1ea0885b18a8 HTTP/1.1" 200 115 0.402105 10.0.0.241 - - [2026-01-22 02:19:29] "DELETE /access-control-list/42eab656-d332-4ea4-b47e-2e44372c0771 HTTP/1.1" 200 115 0.033521 10.0.0.241 - - [2026-01-22 02:19:29] "DELETE /project/050801e6-ef1f-4c6e-b5e7-6ca98145e391 HTTP/1.1" 200 115 0.411691 10.0.0.241 - - [2026-01-22 02:19:29] "DELETE /project/d133afb9-c3dd-4cb0-9274-f2fb293dc732 HTTP/1.1" 200 115 0.437749 10.0.0.241 - - [2026-01-22 02:19:29] "POST /neutron/network HTTP/1.1" 200 827 0.005579 10.0.0.241 - - [2026-01-22 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.241 - - [2026-01-22 02:19:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001822 10.0.0.241 - - [2026-01-22 02:19:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002588 10.0.0.241 - - [2026-01-22 02:19:29] "POST /neutron/network HTTP/1.1" 200 151 0.092058 10.0.0.241 - - [2026-01-22 02:19:29] "DELETE /route-target/59037316-86ee-453f-b627-10ba3b8d1cb7 HTTP/1.1" 200 115 0.016066 10.0.0.241 - - [2026-01-22 02:19:29] "GET /routing-instance/57b752c3-801b-4aaf-b96c-59543582476f HTTP/1.1" 404 171 0.002184 10.0.0.241 - - [2026-01-22 02:19:29] "GET /domains HTTP/1.1" 200 281 0.003003 10.0.0.241 - - [2026-01-22 02:19:29] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000865 10.0.0.241 - - [2026-01-22 02:19:30] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2586 0.050477 10.0.0.241 - - [2026-01-22 02:19:30] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001675 10.0.0.241 - - [2026-01-22 02:19:30] "GET /project/b02cb656-f51b-409e-af19-4227242f6311 HTTP/1.1" 200 2110 0.071254 10.0.0.241 - - [2026-01-22 02:19:30] "POST /neutron/network HTTP/1.1" 200 825 0.005179 10.0.0.241 - - [2026-01-22 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.241 - - [2026-01-22 02:19:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001677 10.0.0.241 - - [2026-01-22 02:19:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002944 10.0.0.241 - - [2026-01-22 02:19:30] "POST /neutron/network HTTP/1.1" 200 151 0.075005 10.0.0.241 - - [2026-01-22 02:19:30] "GET /routing-instance/663bfe21-8d23-46e2-b02a-0500478c01de HTTP/1.1" 404 171 0.002050 10.0.0.241 - - [2026-01-22 02:19:30] "DELETE /route-target/0da44010-089a-4e66-bf9f-451fff7f3dae HTTP/1.1" 200 115 0.018115 10.0.0.241 - - [2026-01-22 02:19:30] "GET /domains HTTP/1.1" 200 281 0.002798 10.0.0.241 - - [2026-01-22 02:19:30] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001179 10.0.0.241 - - [2026-01-22 02:19:30] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2586 0.053968 10.0.0.241 - - [2026-01-22 02:19:30] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001551 10.0.0.241 - - [2026-01-22 02:19:30] "GET /project/b02cb656-f51b-409e-af19-4227242f6311 HTTP/1.1" 200 1870 0.066025 10.0.0.241 - - [2026-01-22 02:19:30] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000990 10.0.0.241 - - [2026-01-22 02:19:30] "GET /project/b02cb656-f51b-409e-af19-4227242f6311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.024710 10.0.0.241 - - [2026-01-22 02:19:30] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000867 10.0.0.241 - - [2026-01-22 02:19:30] "GET /project/b02cb656-f51b-409e-af19-4227242f6311?fields=virtual_networks HTTP/1.1" 200 1039 0.065196 10.0.0.241 - - [2026-01-22 02:19:30] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001405 10.0.0.241 - - [2026-01-22 02:19:30] "GET /project/b02cb656-f51b-409e-af19-4227242f6311?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.028826 10.0.0.241 - - [2026-01-22 02:19:30] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001355 10.0.0.241 - - [2026-01-22 02:19:30] "GET /project/b02cb656-f51b-409e-af19-4227242f6311?fields=security_groups HTTP/1.1" 200 1268 0.028218 10.0.0.241 - - [2026-01-22 02:19:31] "POST /fqname-to-id HTTP/1.1" 404 181 0.029431 10.0.0.241 - - [2026-01-22 02:19:31] "GET /projects?obj_uuids=85be205e-e03a-481a-a711-822f2d423fc3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001979 10.0.0.241 - - [2026-01-22 02:19:31] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.241 - - [2026-01-22 02:19:31] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006768 10.0.0.241 - - [2026-01-22 02:19:31] "POST /id-to-fqname HTTP/1.1" 200 183 0.001164 10.0.0.241 - - [2026-01-22 02:19:31] "POST /fqname-to-id HTTP/1.1" 404 192 0.007104 10.0.0.241 - - [2026-01-22 02:19:32] "POST /security-groups HTTP/1.1" 200 584 0.063906 10.0.0.241 - - [2026-01-22 02:19:32] "POST /fqname-to-id HTTP/1.1" 404 227 0.002677 10.0.0.241 - - [2026-01-22 02:19:32] "POST /projects HTTP/1.1" 200 571 0.218849 10.0.0.241 - - [2026-01-22 02:19:32] "POST /access-control-lists HTTP/1.1" 200 591 0.057887 10.0.0.241 - - [2026-01-22 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.293407 10.0.0.241 - - [2026-01-22 02:19:32] "POST /fqname-to-id HTTP/1.1" 404 226 0.002867 10.0.0.241 - - [2026-01-22 02:19:32] "GET /project/85be205e-e03a-481a-a711-822f2d423fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.411977 10.0.0.241 - - [2026-01-22 02:19:32] "POST /access-control-lists HTTP/1.1" 200 589 0.064673 10.0.0.241 - - [2026-01-22 02:19:33] "GET / HTTP/1.1" 200 36215 0.001711 10.0.0.241 - - [2026-01-22 02:19:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000413 10.0.0.241 - - [2026-01-22 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.366756 10.0.0.241 - - [2026-01-22 02:19:34] "GET /projects?obj_uuids=85be205e-e03a-481a-a711-822f2d423fc3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000944 10.0.0.241 - - [2026-01-22 02:19:34] "GET /project/85be205e-e03a-481a-a711-822f2d423fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.032640 10.0.0.241 - - [2026-01-22 02:19:34] "GET /obj-perms HTTP/1.1" 200 5075 0.088389 10.0.0.241 - - [2026-01-22 02:19:35] "POST /neutron/network HTTP/1.1" 200 117 0.309035 10.0.0.241 - - [2026-01-22 02:19:35] "GET /projects?obj_uuids=85be205e-e03a-481a-a711-822f2d423fc3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001404 10.0.0.241 - - [2026-01-22 02:19:35] "GET /obj-perms HTTP/1.1" 200 5075 0.081640 10.0.0.241 - - [2026-01-22 02:19:35] "POST /neutron/network HTTP/1.1" 200 612 0.058036 10.0.0.241 - - [2026-01-22 02:19:35] "POST /route-targets HTTP/1.1" 200 328 0.012153 10.0.0.241 - - [2026-01-22 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.009811 10.0.0.241 - - [2026-01-22 02:19:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002196 10.0.0.241 - - [2026-01-22 02:19:35] "POST /neutron/subnet HTTP/1.1" 200 715 0.182292 10.0.0.241 - - [2026-01-22 02:19:35] "POST /neutron/network HTTP/1.1" 200 829 0.004819 10.0.0.241 - - [2026-01-22 02:19:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001054 10.0.0.241 - - [2026-01-22 02:19:35] "GET /virtual-network/977023a7-01cf-462e-93a1-1baf5da62db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004334 10.0.0.241 - - [2026-01-22 02:19:35] "POST /neutron/network HTTP/1.1" 200 829 0.005506 10.0.0.241 - - [2026-01-22 02:19:35] "GET /virtual-network/977023a7-01cf-462e-93a1-1baf5da62db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004869 10.0.0.241 - - [2026-01-22 02:19:35] "POST /neutron/network HTTP/1.1" 200 829 0.005394 10.0.0.241 - - [2026-01-22 02:19:35] "POST /neutron/subnet HTTP/1.1" 200 715 0.006476 10.0.0.241 - - [2026-01-22 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002509 10.0.0.241 - - [2026-01-22 02:19:35] "GET /virtual-network/977023a7-01cf-462e-93a1-1baf5da62db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005033 10.0.0.241 - - [2026-01-22 02:19:35] "PUT /virtual-network/977023a7-01cf-462e-93a1-1baf5da62db3 HTTP/1.1" 200 265 0.028981 10.0.0.241 - - [2026-01-22 02:19:35] "POST /route-targets HTTP/1.1" 200 324 0.014467 10.0.0.241 - - [2026-01-22 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.010206 10.0.0.241 - - [2026-01-22 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.241 - - [2026-01-22 02:19:35] "GET /projects?obj_uuids=85be205e-e03a-481a-a711-822f2d423fc3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001441 10.0.0.241 - - [2026-01-22 02:19:35] "GET /project/85be205e-e03a-481a-a711-822f2d423fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.025806 10.0.0.241 - - [2026-01-22 02:19:35] "POST /neutron/network HTTP/1.1" 200 117 0.011106 10.0.0.241 - - [2026-01-22 02:19:35] "GET /projects?obj_uuids=85be205e-e03a-481a-a711-822f2d423fc3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000932 10.0.0.241 - - [2026-01-22 02:19:35] "POST /neutron/network HTTP/1.1" 200 612 0.058973 10.0.0.241 - - [2026-01-22 02:19:35] "POST /route-targets HTTP/1.1" 200 328 0.011139 10.0.0.241 - - [2026-01-22 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.009237 10.0.0.241 - - [2026-01-22 02:19:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002941 10.0.0.241 - - [2026-01-22 02:19:36] "POST /neutron/subnet HTTP/1.1" 200 734 0.187073 10.0.0.241 - - [2026-01-22 02:19:36] "POST /neutron/network HTTP/1.1" 200 833 0.004910 10.0.0.241 - - [2026-01-22 02:19:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.001045 10.0.0.241 - - [2026-01-22 02:19:36] "GET /virtual-network/200b9dc7-ce1e-46a3-b175-71b3773c7cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004903 10.0.0.241 - - [2026-01-22 02:19:36] "POST /neutron/network HTTP/1.1" 200 833 0.004690 10.0.0.241 - - [2026-01-22 02:19:36] "GET /virtual-network/200b9dc7-ce1e-46a3-b175-71b3773c7cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004445 10.0.0.241 - - [2026-01-22 02:19:36] "POST /neutron/network HTTP/1.1" 200 833 0.004916 10.0.0.241 - - [2026-01-22 02:19:36] "POST /neutron/subnet HTTP/1.1" 200 734 0.006845 10.0.0.241 - - [2026-01-22 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002189 10.0.0.241 - - [2026-01-22 02:19:36] "GET /virtual-network/200b9dc7-ce1e-46a3-b175-71b3773c7cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006173 10.0.0.241 - - [2026-01-22 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.008830 10.0.0.241 - - [2026-01-22 02:19:36] "PUT /virtual-network/200b9dc7-ce1e-46a3-b175-71b3773c7cdc HTTP/1.1" 200 265 0.034013 10.0.0.241 - - [2026-01-22 02:19:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.001309 10.0.0.241 - - [2026-01-22 02:19:36] "POST /neutron/network HTTP/1.1" 200 839 0.005313 10.0.0.241 - - [2026-01-22 02:19:36] "GET /aaa-mode HTTP/1.1" 401 293 0.000416 10.0.0.241 - - [2026-01-22 02:19:37] "GET / HTTP/1.1" 200 36215 0.002818 10.0.0.241 - - [2026-01-22 02:19:37] "GET /project/85be205e-e03a-481a-a711-822f2d423fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000342 10.0.0.241 - - [2026-01-22 02:19:37] "GET /projects?obj_uuids=85be205e-e03a-481a-a711-822f2d423fc3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000936 10.0.0.241 - - [2026-01-22 02:19:37] "GET /project/85be205e-e03a-481a-a711-822f2d423fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.049956 10.0.0.241 - - [2026-01-22 02:19:37] "POST /neutron/network HTTP/1.1" 200 829 0.004524 10.0.0.241 - - [2026-01-22 02:19:37] "POST /neutron/port HTTP/1.1" 200 117 0.008785 10.0.0.241 - - [2026-01-22 02:19:37] "POST /neutron/port HTTP/1.1" 200 117 0.007352 10.0.0.241 - - [2026-01-22 02:19:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.003363 10.0.0.241 - - [2026-01-22 02:19:37] "POST /neutron/port HTTP/1.1" 200 117 0.004720 10.0.0.241 - - [2026-01-22 02:19:37] "POST /neutron/network HTTP/1.1" 200 843 0.004945 10.0.0.241 - - [2026-01-22 02:19:37] "GET /aaa-mode HTTP/1.1" 401 293 0.000430 10.0.0.241 - - [2026-01-22 02:19:38] "POST /neutron/network HTTP/1.1" 200 839 0.009064 10.0.0.241 - - [2026-01-22 02:19:38] "GET /projects?obj_uuids=85be205e-e03a-481a-a711-822f2d423fc3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001002 10.0.0.241 - - [2026-01-22 02:19:38] "GET / HTTP/1.1" 200 36215 0.001810 10.0.0.241 - - [2026-01-22 02:19:38] "GET /project/85be205e-e03a-481a-a711-822f2d423fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000437 10.0.0.241 - - [2026-01-22 02:19:38] "POST /neutron/port HTTP/1.1" 200 1051 0.221789 10.0.0.241 - - [2026-01-22 02:19:38] "POST /neutron/port HTTP/1.1" 200 1051 0.010424 10.0.0.241 - - [2026-01-22 02:19:38] "POST /neutron/port HTTP/1.1" 200 1051 0.008256 10.0.0.241 - - [2026-01-22 02:19:38] "POST /neutron/port HTTP/1.1" 200 1105 0.049435 10.0.0.241 - - [2026-01-22 02:19:38] "POST /neutron/port HTTP/1.1" 200 1115 0.013834 10.0.0.241 - - [2026-01-22 02:19:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005162 10.0.0.241 - - [2026-01-22 02:19:38] "POST /neutron/subnet HTTP/1.1" 200 689 0.005306 10.0.0.241 - - [2026-01-22 02:19:38] "POST /neutron/port HTTP/1.1" 200 117 0.000990 10.0.0.241 - - [2026-01-22 02:19:38] "POST /neutron/network HTTP/1.1" 200 829 0.004843 10.0.0.241 - - [2026-01-22 02:19:38] "GET /projects?obj_uuids=85be205e-e03a-481a-a711-822f2d423fc3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001328 10.0.0.241 - - [2026-01-22 02:19:38] "GET /project/85be205e-e03a-481a-a711-822f2d423fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.076189 10.0.0.241 - - [2026-01-22 02:19:38] "POST /neutron/network HTTP/1.1" 200 833 0.004766 10.0.0.241 - - [2026-01-22 02:19:38] "POST /neutron/port HTTP/1.1" 200 1115 0.028529 10.0.0.241 - - [2026-01-22 02:19:38] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005778 10.0.0.241 - - [2026-01-22 02:19:38] "POST /neutron/port HTTP/1.1" 200 117 0.005807 10.0.0.241 - - [2026-01-22 02:19:38] "POST /neutron/port HTTP/1.1" 200 1115 0.012112 10.0.0.241 - - [2026-01-22 02:19:38] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010966 10.0.0.241 - - [2026-01-22 02:19:39] "POST /neutron/network HTTP/1.1" 200 843 0.005003 10.0.0.241 - - [2026-01-22 02:19:39] "GET /projects?obj_uuids=85be205e-e03a-481a-a711-822f2d423fc3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000932 10.0.0.241 - - [2026-01-22 02:19:39] "POST /neutron/port HTTP/1.1" 200 1055 0.235356 10.0.0.241 - - [2026-01-22 02:19:39] "POST /neutron/port HTTP/1.1" 200 1055 0.011229 10.0.0.241 - - [2026-01-22 02:19:39] "POST /neutron/port HTTP/1.1" 200 1055 0.012527 10.0.0.241 - - [2026-01-22 02:19:39] "POST /neutron/port HTTP/1.1" 200 1109 0.072196 10.0.0.241 - - [2026-01-22 02:19:39] "POST /neutron/port HTTP/1.1" 200 1119 0.015857 10.0.0.241 - - [2026-01-22 02:19:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002706 10.0.0.241 - - [2026-01-22 02:19:39] "POST /neutron/subnet HTTP/1.1" 200 708 0.006827 10.0.0.241 - - [2026-01-22 02:19:39] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.241 - - [2026-01-22 02:19:39] "POST /neutron/network HTTP/1.1" 200 833 0.005451 10.0.0.241 - - [2026-01-22 02:19:43] "POST /neutron/port HTTP/1.1" 200 1115 0.016017 10.0.0.241 - - [2026-01-22 02:19:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007057 10.0.0.241 - - [2026-01-22 02:19:44] "POST /neutron/port HTTP/1.1" 200 1115 0.018104 10.0.0.241 - - [2026-01-22 02:19:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005965 10.0.0.241 - - [2026-01-22 02:19:44] "POST /neutron/port HTTP/1.1" 200 1115 0.016233 10.0.0.241 - - [2026-01-22 02:19:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008816 10.0.0.241 - - [2026-01-22 02:19:44] "GET /virtual-machine/f78b2b45-3eba-4211-a158-cf6bbb6d50ea HTTP/1.1" 401 293 0.000508 10.0.0.241 - - [2026-01-22 02:19:44] "GET /virtual-machine/f78b2b45-3eba-4211-a158-cf6bbb6d50ea HTTP/1.1" 200 1288 0.040934 10.0.0.241 - - [2026-01-22 02:19:44] "GET /virtual-machine-interface/2e5eb7f3-370c-43c0-9973-3c7e2e086a7a HTTP/1.1" 200 2933 0.006468 10.0.0.241 - - [2026-01-22 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.241 - - [2026-01-22 02:19:44] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002885 10.0.0.241 - - [2026-01-22 02:19:44] "GET /virtual-networks?parent_id=85be205e-e03a-481a-a711-822f2d423fc3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003496 10.0.0.241 - - [2026-01-22 02:19:44] "GET /virtual-network/977023a7-01cf-462e-93a1-1baf5da62db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005174 10.0.0.241 - - [2026-01-22 02:19:47] "POST /neutron/port HTTP/1.1" 200 1115 0.012003 10.0.0.241 - - [2026-01-22 02:19:47] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004818 10.0.0.241 - - [2026-01-22 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.241 - - [2026-01-22 02:19:47] "GET /virtual-network/977023a7-01cf-462e-93a1-1baf5da62db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005463 10.0.0.241 - - [2026-01-22 02:19:48] "POST /neutron/port HTTP/1.1" 200 1119 0.013756 10.0.0.241 - - [2026-01-22 02:19:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004790 10.0.0.241 - - [2026-01-22 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.241 - - [2026-01-22 02:19:49] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002893 10.0.0.241 - - [2026-01-22 02:19:49] "GET /virtual-networks?parent_id=85be205e-e03a-481a-a711-822f2d423fc3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003516 10.0.0.241 - - [2026-01-22 02:19:50] "GET /virtual-network/977023a7-01cf-462e-93a1-1baf5da62db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006700 10.0.0.241 - - [2026-01-22 02:19:50] "POST /neutron/port HTTP/1.1" 200 1119 0.011664 10.0.0.241 - - [2026-01-22 02:19:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005437 10.0.0.241 - - [2026-01-22 02:19:50] "POST /neutron/port HTTP/1.1" 200 1119 0.012629 10.0.0.241 - - [2026-01-22 02:19:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005300 10.0.0.241 - - [2026-01-22 02:19:50] "POST /neutron/port HTTP/1.1" 200 1119 0.014148 10.0.0.241 - - [2026-01-22 02:19:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006442 10.0.0.241 - - [2026-01-22 02:19:50] "GET /virtual-machine/68268581-f5c1-4947-865d-a13343a16a24 HTTP/1.1" 200 1286 0.004202 10.0.0.241 - - [2026-01-22 02:19:50] "GET /virtual-machine-interface/8e831d0f-6786-421a-a7f1-fb2ee2f3e4fc HTTP/1.1" 200 2934 0.005126 10.0.0.241 - - [2026-01-22 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.241 - - [2026-01-22 02:19:50] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003836 10.0.0.241 - - [2026-01-22 02:19:50] "GET /virtual-networks?parent_id=85be205e-e03a-481a-a711-822f2d423fc3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003722 10.0.0.241 - - [2026-01-22 02:19:50] "GET /virtual-network/200b9dc7-ce1e-46a3-b175-71b3773c7cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005486 10.0.0.241 - - [2026-01-22 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.241 - - [2026-01-22 02:19:51] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003125 10.0.0.241 - - [2026-01-22 02:19:51] "GET /virtual-networks?parent_id=85be205e-e03a-481a-a711-822f2d423fc3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002755 10.0.0.241 - - [2026-01-22 02:19:51] "GET /virtual-network/200b9dc7-ce1e-46a3-b175-71b3773c7cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.007133 10.0.0.241 - - [2026-01-22 02:19:52] "POST /routing-policys HTTP/1.1" 200 536 0.017284 10.0.0.241 - - [2026-01-22 02:19:52] "GET /virtual-network/977023a7-01cf-462e-93a1-1baf5da62db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.008265 10.0.0.241 - - [2026-01-22 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.017783 10.0.0.241 - - [2026-01-22 02:19:52] "PUT /virtual-network/977023a7-01cf-462e-93a1-1baf5da62db3 HTTP/1.1" 200 265 0.041554 10.0.0.241 - - [2026-01-22 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.028499 10.0.0.241 - - [2026-01-22 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.014032 10.0.0.241 - - [2026-01-22 02:19:55] "DELETE /routing-policy/0524d964-22d7-45c0-9d02-2b4be7635865 HTTP/1.1" 200 115 0.024068 10.0.0.241 - - [2026-01-22 02:19:56] "POST /neutron/network HTTP/1.1" 200 833 0.006779 10.0.0.241 - - [2026-01-22 02:19:56] "POST /neutron/network HTTP/1.1" 400 204 0.015470 10.0.0.241 - - [2026-01-22 02:19:56] "POST /neutron/port HTTP/1.1" 200 1119 0.011860 10.0.0.241 - - [2026-01-22 02:19:56] "POST /neutron/port HTTP/1.1" 200 1109 0.013527 10.0.0.241 - - [2026-01-22 02:19:56] "POST /neutron/port HTTP/1.1" 200 1115 0.015851 10.0.0.241 - - [2026-01-22 02:19:56] "POST /neutron/port HTTP/1.1" 200 1105 0.013519 10.0.0.241 - - [2026-01-22 02:19:56] "POST /neutron/port HTTP/1.1" 200 151 0.126929 10.0.0.241 - - [2026-01-22 02:19:56] "POST /neutron/port HTTP/1.1" 200 151 0.118860 10.0.0.241 - - [2026-01-22 02:19:56] "POST /neutron/port HTTP/1.1" 200 117 0.005708 10.0.0.241 - - [2026-01-22 02:19:56] "POST /neutron/port HTTP/1.1" 200 117 0.005347 10.0.0.241 - - [2026-01-22 02:19:56] "POST /neutron/network HTTP/1.1" 200 1494 0.010066 10.0.0.241 - - [2026-01-22 02:19:57] "POST /neutron/network HTTP/1.1" 200 117 0.008778 10.0.0.241 - - [2026-01-22 02:19:58] "POST /neutron/network HTTP/1.1" 200 833 0.005920 10.0.0.241 - - [2026-01-22 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.241 - - [2026-01-22 02:19:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001700 10.0.0.241 - - [2026-01-22 02:19:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001638 10.0.0.241 - - [2026-01-22 02:19:58] "POST /neutron/network HTTP/1.1" 200 151 0.087474 10.0.0.241 - - [2026-01-22 02:19:58] "DELETE /route-target/0b063844-d982-4d4b-8d0f-38241d09f228 HTTP/1.1" 200 115 0.019457 10.0.0.241 - - [2026-01-22 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.241 - - [2026-01-22 02:19:58] "POST /neutron/network HTTP/1.1" 200 829 0.004517 10.0.0.241 - - [2026-01-22 02:19:58] "DELETE /route-target/a4b1238f-3549-480f-b643-1f5360d5361d HTTP/1.1" 409 240 0.005565 10.0.0.241 - - [2026-01-22 02:19:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002450 10.0.0.241 - - [2026-01-22 02:19:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002013 10.0.0.241 - - [2026-01-22 02:19:58] "POST /neutron/network HTTP/1.1" 200 151 0.075727 10.0.0.241 - - [2026-01-22 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002489 10.0.0.241 - - [2026-01-22 02:19:58] "DELETE /route-target/0760954b-7da4-4be0-9208-03ad4f27ed5b HTTP/1.1" 200 115 0.014558 10.0.0.241 - - [2026-01-22 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.241 - - [2026-01-22 02:19:58] "DELETE /route-target/a4b1238f-3549-480f-b643-1f5360d5361d HTTP/1.1" 200 115 0.012418 10.0.0.241 - - [2026-01-22 02:19:58] "GET /projects?obj_uuids=85be205e-e03a-481a-a711-822f2d423fc3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001404 10.0.0.241 - - [2026-01-22 02:19:58] "GET /project/85be205e-e03a-481a-a711-822f2d423fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.023244 10.0.0.241 - - [2026-01-22 02:19:58] "GET /projects?obj_uuids=85be205e-e03a-481a-a711-822f2d423fc3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000992 10.0.0.241 - - [2026-01-22 02:19:58] "GET /project/85be205e-e03a-481a-a711-822f2d423fc3?fields=virtual_networks HTTP/1.1" 200 1020 0.065447 10.0.0.241 - - [2026-01-22 02:19:58] "GET /projects?obj_uuids=85be205e-e03a-481a-a711-822f2d423fc3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001047 10.0.0.241 - - [2026-01-22 02:19:58] "GET /project/85be205e-e03a-481a-a711-822f2d423fc3?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.021682 10.0.0.241 - - [2026-01-22 02:19:58] "GET /projects?obj_uuids=85be205e-e03a-481a-a711-822f2d423fc3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001052 10.0.0.241 - - [2026-01-22 02:19:58] "GET /project/85be205e-e03a-481a-a711-822f2d423fc3?fields=security_groups HTTP/1.1" 200 1240 0.030022 10.0.0.241 - - [2026-01-22 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.031156 10.0.0.241 - - [2026-01-22 02:19:59] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002546 10.0.0.241 - - [2026-01-22 02:19:59] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002293 10.0.0.241 - - [2026-01-22 02:19:59] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007834 10.0.0.241 - - [2026-01-22 02:19:59] "POST /id-to-fqname HTTP/1.1" 200 188 0.001249 10.0.0.241 - - [2026-01-22 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.003639 10.0.0.241 - - [2026-01-22 02:20:00] "POST /security-groups HTTP/1.1" 200 589 0.064425 10.0.0.241 - - [2026-01-22 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 232 0.002728 10.0.0.241 - - [2026-01-22 02:20:00] "POST /projects HTTP/1.1" 200 581 0.219730 10.0.0.241 - - [2026-01-22 02:20:00] "POST /access-control-lists HTTP/1.1" 200 596 0.060215 10.0.0.241 - - [2026-01-22 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.296012 10.0.0.241 - - [2026-01-22 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 231 0.003028 10.0.0.241 - - [2026-01-22 02:20:00] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.426245 10.0.0.241 - - [2026-01-22 02:20:00] "POST /access-control-lists HTTP/1.1" 200 594 0.064554 10.0.0.241 - - [2026-01-22 02:20:01] "GET / HTTP/1.1" 200 36215 0.002467 10.0.0.241 - - [2026-01-22 02:20:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000450 10.0.0.241 - - [2026-01-22 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.062602 10.0.0.241 - - [2026-01-22 02:20:02] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000906 10.0.0.241 - - [2026-01-22 02:20:02] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.025541 10.0.0.241 - - [2026-01-22 02:20:02] "POST /neutron/network HTTP/1.1" 200 117 0.054548 10.0.0.241 - - [2026-01-22 02:20:02] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001621 10.0.0.241 - - [2026-01-22 02:20:02] "POST /neutron/network HTTP/1.1" 200 613 0.061456 10.0.0.241 - - [2026-01-22 02:20:02] "POST /route-targets HTTP/1.1" 200 328 0.011683 10.0.0.241 - - [2026-01-22 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.017972 10.0.0.241 - - [2026-01-22 02:20:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001843 10.0.0.241 - - [2026-01-22 02:20:02] "POST /neutron/subnet HTTP/1.1" 200 715 0.200172 10.0.0.241 - - [2026-01-22 02:20:02] "POST /neutron/network HTTP/1.1" 200 830 0.004687 10.0.0.241 - - [2026-01-22 02:20:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001171 10.0.0.241 - - [2026-01-22 02:20:02] "GET /virtual-network/e09e1429-a290-445f-91fd-d70ee60657a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003866 10.0.0.241 - - [2026-01-22 02:20:03] "POST /neutron/network HTTP/1.1" 200 830 0.005764 10.0.0.241 - - [2026-01-22 02:20:03] "GET /virtual-network/e09e1429-a290-445f-91fd-d70ee60657a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004843 10.0.0.241 - - [2026-01-22 02:20:03] "POST /neutron/network HTTP/1.1" 200 830 0.006430 10.0.0.241 - - [2026-01-22 02:20:03] "POST /neutron/subnet HTTP/1.1" 200 715 0.007296 10.0.0.241 - - [2026-01-22 02:20:03] "GET /domains HTTP/1.1" 401 293 0.000592 10.0.0.241 - - [2026-01-22 02:20:03] "GET /domains HTTP/1.1" 200 281 0.032134 10.0.0.241 - - [2026-01-22 02:20:03] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002589 10.0.0.241 - - [2026-01-22 02:20:03] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2951 0.008731 10.0.0.241 - - [2026-01-22 02:20:03] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001080 10.0.0.241 - - [2026-01-22 02:20:03] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2 HTTP/1.1" 200 2087 0.069597 10.0.0.241 - - [2026-01-22 02:20:03] "GET /virtual-network/e09e1429-a290-445f-91fd-d70ee60657a2 HTTP/1.1" 200 2317 0.006485 10.0.0.241 - - [2026-01-22 02:20:03] "GET /virtual-network/e09e1429-a290-445f-91fd-d70ee60657a2 HTTP/1.1" 200 2317 0.005502 10.0.0.241 - - [2026-01-22 02:20:03] "GET /routing-instance/4667c2fc-be13-4a1c-ba00-12691ef4876c HTTP/1.1" 200 1496 0.003618 10.0.0.241 - - [2026-01-22 02:20:03] "GET /routing-instance/4667c2fc-be13-4a1c-ba00-12691ef4876c HTTP/1.1" 200 1496 0.003332 10.0.0.241 - - [2026-01-22 02:20:03] "GET /route-target/3b15e3ea-10d7-4cb6-b96b-a0126e6a57b7 HTTP/1.1" 200 1214 0.004823 10.0.0.241 - - [2026-01-22 02:20:03] "GET /virtual-network/e09e1429-a290-445f-91fd-d70ee60657a2 HTTP/1.1" 200 2317 0.005107 10.0.0.241 - - [2026-01-22 02:20:03] "GET /routing-instance/4667c2fc-be13-4a1c-ba00-12691ef4876c HTTP/1.1" 200 1496 0.004394 10.0.0.241 - - [2026-01-22 02:20:03] "GET /virtual-network/e09e1429-a290-445f-91fd-d70ee60657a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005798 10.0.0.241 - - [2026-01-22 02:20:03] "GET /virtual-network/e09e1429-a290-445f-91fd-d70ee60657a2 HTTP/1.1" 200 2317 0.005900 10.0.0.241 - - [2026-01-22 02:20:03] "GET /routing-instance/4667c2fc-be13-4a1c-ba00-12691ef4876c HTTP/1.1" 200 1496 0.002937 10.0.0.241 - - [2026-01-22 02:20:03] "GET /routing-instance/4667c2fc-be13-4a1c-ba00-12691ef4876c HTTP/1.1" 200 1496 0.004467 10.0.0.241 - - [2026-01-22 02:20:03] "GET /route-target/3b15e3ea-10d7-4cb6-b96b-a0126e6a57b7 HTTP/1.1" 200 1214 0.005508 10.0.0.241 - - [2026-01-22 02:20:03] "GET /domains HTTP/1.1" 200 281 0.003369 10.0.0.241 - - [2026-01-22 02:20:03] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001133 10.0.0.241 - - [2026-01-22 02:20:03] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2951 0.008645 10.0.0.241 - - [2026-01-22 02:20:03] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000847 10.0.0.241 - - [2026-01-22 02:20:03] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2 HTTP/1.1" 200 2087 0.070140 10.0.0.241 - - [2026-01-22 02:20:03] "GET /virtual-network/e09e1429-a290-445f-91fd-d70ee60657a2 HTTP/1.1" 200 2317 0.005010 10.0.0.241 - - [2026-01-22 02:20:04] "GET /obj-perms HTTP/1.1" 200 5045 0.056350 10.0.0.241 - - [2026-01-22 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.241 - - [2026-01-22 02:20:04] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000952 10.0.0.241 - - [2026-01-22 02:20:04] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.027359 10.0.0.241 - - [2026-01-22 02:20:04] "POST /neutron/network HTTP/1.1" 200 117 0.010360 10.0.0.241 - - [2026-01-22 02:20:04] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000995 10.0.0.241 - - [2026-01-22 02:20:04] "POST /neutron/network HTTP/1.1" 200 613 0.080610 10.0.0.241 - - [2026-01-22 02:20:04] "POST /route-targets HTTP/1.1" 200 328 0.011118 10.0.0.241 - - [2026-01-22 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.012063 10.0.0.241 - - [2026-01-22 02:20:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004257 10.0.0.241 - - [2026-01-22 02:20:04] "POST /neutron/subnet HTTP/1.1" 200 729 0.174970 10.0.0.241 - - [2026-01-22 02:20:04] "POST /neutron/network HTTP/1.1" 200 833 0.005886 10.0.0.241 - - [2026-01-22 02:20:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001252 10.0.0.241 - - [2026-01-22 02:20:04] "GET /virtual-network/dbadb5d1-7483-45c1-abf0-f073e485ffc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004560 10.0.0.241 - - [2026-01-22 02:20:04] "POST /neutron/network HTTP/1.1" 200 833 0.005700 10.0.0.241 - - [2026-01-22 02:20:04] "GET /virtual-network/dbadb5d1-7483-45c1-abf0-f073e485ffc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004612 10.0.0.241 - - [2026-01-22 02:20:04] "POST /neutron/network HTTP/1.1" 200 833 0.005815 10.0.0.241 - - [2026-01-22 02:20:04] "POST /neutron/subnet HTTP/1.1" 200 729 0.006703 10.0.0.241 - - [2026-01-22 02:20:04] "GET /domains HTTP/1.1" 200 281 0.003611 10.0.0.241 - - [2026-01-22 02:20:04] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.241 - - [2026-01-22 02:20:04] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2951 0.005932 10.0.0.241 - - [2026-01-22 02:20:04] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001083 10.0.0.241 - - [2026-01-22 02:20:04] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2 HTTP/1.1" 200 2306 0.066477 10.0.0.241 - - [2026-01-22 02:20:04] "GET /virtual-network/dbadb5d1-7483-45c1-abf0-f073e485ffc9 HTTP/1.1" 200 2326 0.007589 10.0.0.241 - - [2026-01-22 02:20:04] "GET /virtual-network/dbadb5d1-7483-45c1-abf0-f073e485ffc9 HTTP/1.1" 200 2326 0.005036 10.0.0.241 - - [2026-01-22 02:20:04] "GET /routing-instance/8cad4976-9ea5-4d5a-ad2b-e281afb1410c HTTP/1.1" 200 1497 0.003602 10.0.0.241 - - [2026-01-22 02:20:04] "GET /routing-instance/8cad4976-9ea5-4d5a-ad2b-e281afb1410c HTTP/1.1" 200 1497 0.003224 10.0.0.241 - - [2026-01-22 02:20:04] "GET /route-target/0bf69191-b424-4ea5-9d3a-b5a38e56430c HTTP/1.1" 200 1213 0.003351 10.0.0.241 - - [2026-01-22 02:20:04] "GET /virtual-network/dbadb5d1-7483-45c1-abf0-f073e485ffc9 HTTP/1.1" 200 2326 0.004624 10.0.0.241 - - [2026-01-22 02:20:04] "GET /routing-instance/8cad4976-9ea5-4d5a-ad2b-e281afb1410c HTTP/1.1" 200 1497 0.003648 10.0.0.241 - - [2026-01-22 02:20:04] "GET /virtual-network/dbadb5d1-7483-45c1-abf0-f073e485ffc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004767 10.0.0.241 - - [2026-01-22 02:20:04] "GET /virtual-network/dbadb5d1-7483-45c1-abf0-f073e485ffc9 HTTP/1.1" 200 2326 0.004704 10.0.0.241 - - [2026-01-22 02:20:04] "GET /routing-instance/8cad4976-9ea5-4d5a-ad2b-e281afb1410c HTTP/1.1" 200 1497 0.004066 10.0.0.241 - - [2026-01-22 02:20:04] "GET /routing-instance/8cad4976-9ea5-4d5a-ad2b-e281afb1410c HTTP/1.1" 200 1497 0.003715 10.0.0.241 - - [2026-01-22 02:20:04] "GET /route-target/0bf69191-b424-4ea5-9d3a-b5a38e56430c HTTP/1.1" 200 1213 0.004085 10.0.0.241 - - [2026-01-22 02:20:04] "GET /domains HTTP/1.1" 200 281 0.003081 10.0.0.241 - - [2026-01-22 02:20:04] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.241 - - [2026-01-22 02:20:04] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2951 0.006750 10.0.0.241 - - [2026-01-22 02:20:04] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001035 10.0.0.241 - - [2026-01-22 02:20:05] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2 HTTP/1.1" 200 2306 0.068830 10.0.0.241 - - [2026-01-22 02:20:05] "GET /virtual-network/dbadb5d1-7483-45c1-abf0-f073e485ffc9 HTTP/1.1" 200 2326 0.004693 10.0.0.241 - - [2026-01-22 02:20:05] "GET /obj-perms HTTP/1.1" 200 5045 0.003024 10.0.0.241 - - [2026-01-22 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.241 - - [2026-01-22 02:20:05] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001718 10.0.0.241 - - [2026-01-22 02:20:05] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.022247 10.0.0.241 - - [2026-01-22 02:20:05] "POST /neutron/network HTTP/1.1" 200 117 0.010204 10.0.0.241 - - [2026-01-22 02:20:05] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001288 10.0.0.241 - - [2026-01-22 02:20:05] "POST /neutron/network HTTP/1.1" 200 615 0.068128 10.0.0.241 - - [2026-01-22 02:20:05] "POST /ref-update HTTP/1.1" 200 156 0.011959 10.0.0.241 - - [2026-01-22 02:20:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003952 10.0.0.241 - - [2026-01-22 02:20:05] "POST /neutron/subnet HTTP/1.1" 200 724 0.141215 10.0.0.241 - - [2026-01-22 02:20:05] "POST /neutron/network HTTP/1.1" 200 834 0.005040 10.0.0.241 - - [2026-01-22 02:20:05] "POST /id-to-fqname HTTP/1.1" 200 224 0.001339 10.0.0.241 - - [2026-01-22 02:20:05] "GET /virtual-network/941c9a06-b411-453d-b752-d152ad912b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005715 10.0.0.241 - - [2026-01-22 02:20:05] "POST /neutron/network HTTP/1.1" 200 834 0.005411 10.0.0.241 - - [2026-01-22 02:20:05] "GET /virtual-network/941c9a06-b411-453d-b752-d152ad912b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005449 10.0.0.241 - - [2026-01-22 02:20:05] "POST /neutron/network HTTP/1.1" 200 834 0.004842 10.0.0.241 - - [2026-01-22 02:20:05] "POST /neutron/subnet HTTP/1.1" 200 724 0.007072 10.0.0.241 - - [2026-01-22 02:20:05] "GET /domains HTTP/1.1" 200 281 0.002635 10.0.0.241 - - [2026-01-22 02:20:05] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.241 - - [2026-01-22 02:20:05] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2951 0.005666 10.0.0.241 - - [2026-01-22 02:20:05] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000886 10.0.0.241 - - [2026-01-22 02:20:05] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2 HTTP/1.1" 200 2526 0.066823 10.0.0.241 - - [2026-01-22 02:20:05] "GET /virtual-network/941c9a06-b411-453d-b752-d152ad912b37 HTTP/1.1" 200 2328 0.005864 10.0.0.241 - - [2026-01-22 02:20:05] "GET /virtual-network/941c9a06-b411-453d-b752-d152ad912b37 HTTP/1.1" 200 2328 0.004241 10.0.0.241 - - [2026-01-22 02:20:05] "GET /routing-instance/ee0bf908-4917-4f24-89d6-d2c189c1c595 HTTP/1.1" 200 1500 0.003814 10.0.0.241 - - [2026-01-22 02:20:05] "GET /routing-instance/ee0bf908-4917-4f24-89d6-d2c189c1c595 HTTP/1.1" 200 1500 0.003098 10.0.0.241 - - [2026-01-22 02:20:05] "GET /route-target/98ea6dbb-c18c-4391-bb1e-d31eef005b7b HTTP/1.1" 200 1217 0.002875 10.0.0.241 - - [2026-01-22 02:20:05] "GET /virtual-network/941c9a06-b411-453d-b752-d152ad912b37 HTTP/1.1" 200 2328 0.004844 10.0.0.241 - - [2026-01-22 02:20:05] "GET /routing-instance/ee0bf908-4917-4f24-89d6-d2c189c1c595 HTTP/1.1" 200 1500 0.003582 10.0.0.241 - - [2026-01-22 02:20:05] "GET /virtual-network/941c9a06-b411-453d-b752-d152ad912b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006144 10.0.0.241 - - [2026-01-22 02:20:05] "GET /virtual-network/941c9a06-b411-453d-b752-d152ad912b37 HTTP/1.1" 200 2328 0.004004 10.0.0.241 - - [2026-01-22 02:20:05] "GET /routing-instance/ee0bf908-4917-4f24-89d6-d2c189c1c595 HTTP/1.1" 200 1500 0.002725 10.0.0.241 - - [2026-01-22 02:20:05] "GET /routing-instance/ee0bf908-4917-4f24-89d6-d2c189c1c595 HTTP/1.1" 200 1500 0.003218 10.0.0.241 - - [2026-01-22 02:20:05] "GET /route-target/98ea6dbb-c18c-4391-bb1e-d31eef005b7b HTTP/1.1" 200 1217 0.003225 10.0.0.241 - - [2026-01-22 02:20:05] "GET /domains HTTP/1.1" 200 281 0.002476 10.0.0.241 - - [2026-01-22 02:20:05] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000835 10.0.0.241 - - [2026-01-22 02:20:05] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2951 0.006163 10.0.0.241 - - [2026-01-22 02:20:05] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000976 10.0.0.241 - - [2026-01-22 02:20:05] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2 HTTP/1.1" 200 2526 0.064889 10.0.0.241 - - [2026-01-22 02:20:05] "GET /virtual-network/941c9a06-b411-453d-b752-d152ad912b37 HTTP/1.1" 200 2328 0.005227 10.0.0.241 - - [2026-01-22 02:20:05] "GET /obj-perms HTTP/1.1" 200 5045 0.002797 10.0.0.241 - - [2026-01-22 02:20:05] "POST /id-to-fqname HTTP/1.1" 200 223 0.001296 10.0.0.241 - - [2026-01-22 02:20:06] "POST /neutron/network HTTP/1.1" 200 843 0.005597 10.0.0.241 - - [2026-01-22 02:20:06] "GET /aaa-mode HTTP/1.1" 401 293 0.000687 10.0.0.241 - - [2026-01-22 02:20:06] "GET / HTTP/1.1" 200 36215 0.001817 10.0.0.241 - - [2026-01-22 02:20:06] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000381 10.0.0.241 - - [2026-01-22 02:20:06] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001123 10.0.0.241 - - [2026-01-22 02:20:06] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.050152 10.0.0.241 - - [2026-01-22 02:20:06] "POST /neutron/network HTTP/1.1" 200 833 0.005521 10.0.0.241 - - [2026-01-22 02:20:06] "POST /neutron/port HTTP/1.1" 200 117 0.005462 10.0.0.241 - - [2026-01-22 02:20:07] "POST /neutron/port HTTP/1.1" 200 117 0.005286 10.0.0.241 - - [2026-01-22 02:20:07] "POST /id-to-fqname HTTP/1.1" 200 224 0.001283 10.0.0.241 - - [2026-01-22 02:20:07] "POST /neutron/port HTTP/1.1" 200 117 0.004648 10.0.0.241 - - [2026-01-22 02:20:07] "POST /neutron/network HTTP/1.1" 200 844 0.008093 10.0.0.241 - - [2026-01-22 02:20:07] "GET /aaa-mode HTTP/1.1" 401 293 0.000424 10.0.0.241 - - [2026-01-22 02:20:07] "POST /neutron/network HTTP/1.1" 200 843 0.006001 10.0.0.241 - - [2026-01-22 02:20:07] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001793 10.0.0.241 - - [2026-01-22 02:20:07] "GET / HTTP/1.1" 200 36215 0.001286 10.0.0.241 - - [2026-01-22 02:20:07] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000545 10.0.0.241 - - [2026-01-22 02:20:07] "POST /neutron/port HTTP/1.1" 200 1059 0.229552 10.0.0.241 - - [2026-01-22 02:20:07] "POST /neutron/port HTTP/1.1" 200 1059 0.011101 10.0.0.241 - - [2026-01-22 02:20:07] "POST /neutron/port HTTP/1.1" 200 1059 0.010509 10.0.0.241 - - [2026-01-22 02:20:07] "POST /neutron/port HTTP/1.1" 200 1113 0.063291 10.0.0.241 - - [2026-01-22 02:20:07] "POST /neutron/port HTTP/1.1" 200 1123 0.014203 10.0.0.241 - - [2026-01-22 02:20:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003933 10.0.0.241 - - [2026-01-22 02:20:07] "POST /neutron/subnet HTTP/1.1" 200 703 0.006991 10.0.0.241 - - [2026-01-22 02:20:07] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.241 - - [2026-01-22 02:20:07] "POST /neutron/network HTTP/1.1" 200 833 0.005253 10.0.0.241 - - [2026-01-22 02:20:08] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001317 10.0.0.241 - - [2026-01-22 02:20:08] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.059087 10.0.0.241 - - [2026-01-22 02:20:08] "POST /neutron/network HTTP/1.1" 200 834 0.004776 10.0.0.241 - - [2026-01-22 02:20:08] "POST /neutron/port HTTP/1.1" 200 1123 0.013816 10.0.0.241 - - [2026-01-22 02:20:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006026 10.0.0.241 - - [2026-01-22 02:20:08] "POST /neutron/port HTTP/1.1" 200 117 0.004306 10.0.0.241 - - [2026-01-22 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.002058 10.0.0.241 - - [2026-01-22 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002523 10.0.0.241 - - [2026-01-22 02:20:08] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001318 10.0.0.241 - - [2026-01-22 02:20:08] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.009506 10.0.0.241 - - [2026-01-22 02:20:08] "POST /service-templates HTTP/1.1" 200 545 0.016713 10.0.0.241 - - [2026-01-22 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.241 - - [2026-01-22 02:20:08] "GET /service-template/8386f16e-f9ea-4b45-a87d-8150a990ab49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004812 10.0.0.241 - - [2026-01-22 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.241 - - [2026-01-22 02:20:08] "GET /service-template/8386f16e-f9ea-4b45-a87d-8150a990ab49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003159 10.0.0.241 - - [2026-01-22 02:20:08] "POST /neutron/network HTTP/1.1" 200 844 0.017710 10.0.0.241 - - [2026-01-22 02:20:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001142 10.0.0.241 - - [2026-01-22 02:20:08] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001028 10.0.0.241 - - [2026-01-22 02:20:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001936 10.0.0.241 - - [2026-01-22 02:20:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.001795 10.0.0.241 - - [2026-01-22 02:20:08] "POST /neutron/port HTTP/1.1" 200 1058 0.248007 10.0.0.241 - - [2026-01-22 02:20:08] "POST /neutron/port HTTP/1.1" 200 2039 0.027835 10.0.0.241 - - [2026-01-22 02:20:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006144 10.0.0.241 - - [2026-01-22 02:20:08] "POST /neutron/port HTTP/1.1" 200 1058 0.011547 10.0.0.241 - - [2026-01-22 02:20:09] "POST /neutron/port HTTP/1.1" 200 1058 0.009739 10.0.0.241 - - [2026-01-22 02:20:09] "POST /neutron/port HTTP/1.1" 200 1112 0.075788 10.0.0.241 - - [2026-01-22 02:20:09] "POST /neutron/port HTTP/1.1" 200 1122 0.011655 10.0.0.241 - - [2026-01-22 02:20:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003266 10.0.0.241 - - [2026-01-22 02:20:09] "POST /neutron/subnet HTTP/1.1" 200 698 0.007176 10.0.0.241 - - [2026-01-22 02:20:09] "POST /neutron/port HTTP/1.1" 200 117 0.001324 10.0.0.241 - - [2026-01-22 02:20:09] "POST /neutron/network HTTP/1.1" 200 834 0.006192 10.0.0.241 - - [2026-01-22 02:20:09] "POST /neutron/network HTTP/1.1" 200 2222 0.009464 10.0.0.241 - - [2026-01-22 02:20:09] "GET /aaa-mode HTTP/1.1" 401 293 0.000429 10.0.0.241 - - [2026-01-22 02:20:09] "GET / HTTP/1.1" 200 36215 0.001731 10.0.0.241 - - [2026-01-22 02:20:09] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000446 10.0.0.241 - - [2026-01-22 02:20:10] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001191 10.0.0.241 - - [2026-01-22 02:20:10] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.073272 10.0.0.241 - - [2026-01-22 02:20:10] "POST /neutron/network HTTP/1.1" 200 830 0.008582 10.0.0.241 - - [2026-01-22 02:20:10] "POST /neutron/network HTTP/1.1" 200 833 0.005696 10.0.0.241 - - [2026-01-22 02:20:10] "POST /neutron/network HTTP/1.1" 200 834 0.005530 10.0.0.241 - - [2026-01-22 02:20:10] "POST /neutron/port HTTP/1.1" 200 2093 0.027375 10.0.0.241 - - [2026-01-22 02:20:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008086 10.0.0.241 - - [2026-01-22 02:20:10] "POST /neutron/port HTTP/1.1" 200 117 0.004610 10.0.0.241 - - [2026-01-22 02:20:10] "POST /neutron/port HTTP/1.1" 200 117 0.004951 10.0.0.241 - - [2026-01-22 02:20:11] "POST /neutron/network HTTP/1.1" 200 2222 0.011272 10.0.0.241 - - [2026-01-22 02:20:11] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.241 - - [2026-01-22 02:20:11] "POST /neutron/port HTTP/1.1" 200 1056 0.239966 10.0.0.241 - - [2026-01-22 02:20:11] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000997 10.0.0.241 - - [2026-01-22 02:20:11] "POST /neutron/port HTTP/1.1" 200 1059 0.164892 10.0.0.241 - - [2026-01-22 02:20:11] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001020 10.0.0.241 - - [2026-01-22 02:20:11] "POST /neutron/port HTTP/1.1" 200 1058 0.177639 10.0.0.241 - - [2026-01-22 02:20:11] "POST /neutron/port HTTP/1.1" 200 1056 0.014773 10.0.0.241 - - [2026-01-22 02:20:11] "POST /neutron/port HTTP/1.1" 200 1056 0.014547 10.0.0.241 - - [2026-01-22 02:20:11] "POST /neutron/port HTTP/1.1" 200 1110 0.066750 10.0.0.241 - - [2026-01-22 02:20:11] "POST /neutron/port HTTP/1.1" 200 1059 0.009262 10.0.0.241 - - [2026-01-22 02:20:11] "POST /neutron/port HTTP/1.1" 200 1059 0.008708 10.0.0.241 - - [2026-01-22 02:20:11] "POST /neutron/port HTTP/1.1" 200 1113 0.071906 10.0.0.241 - - [2026-01-22 02:20:11] "POST /neutron/port HTTP/1.1" 200 1058 0.009445 10.0.0.241 - - [2026-01-22 02:20:11] "POST /neutron/port HTTP/1.1" 200 1058 0.008239 10.0.0.241 - - [2026-01-22 02:20:12] "POST /neutron/port HTTP/1.1" 200 1112 0.064812 10.0.0.241 - - [2026-01-22 02:20:12] "POST /neutron/port HTTP/1.1" 200 3060 0.019037 10.0.0.241 - - [2026-01-22 02:20:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003004 10.0.0.241 - - [2026-01-22 02:20:12] "POST /neutron/subnet HTTP/1.1" 200 689 0.006211 10.0.0.241 - - [2026-01-22 02:20:12] "POST /neutron/port HTTP/1.1" 200 117 0.001094 10.0.0.241 - - [2026-01-22 02:20:12] "POST /neutron/network HTTP/1.1" 200 830 0.005682 10.0.0.241 - - [2026-01-22 02:20:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003852 10.0.0.241 - - [2026-01-22 02:20:12] "POST /neutron/subnet HTTP/1.1" 200 703 0.007725 10.0.0.241 - - [2026-01-22 02:20:12] "POST /neutron/port HTTP/1.1" 200 117 0.001578 10.0.0.241 - - [2026-01-22 02:20:12] "POST /neutron/network HTTP/1.1" 200 833 0.005658 10.0.0.241 - - [2026-01-22 02:20:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003072 10.0.0.241 - - [2026-01-22 02:20:12] "POST /neutron/subnet HTTP/1.1" 200 698 0.008038 10.0.0.241 - - [2026-01-22 02:20:12] "POST /neutron/port HTTP/1.1" 200 117 0.001560 10.0.0.241 - - [2026-01-22 02:20:12] "POST /neutron/network HTTP/1.1" 200 834 0.005828 10.0.0.241 - - [2026-01-22 02:20:15] "POST /neutron/port HTTP/1.1" 200 3060 0.018288 10.0.0.241 - - [2026-01-22 02:20:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005750 10.0.0.241 - - [2026-01-22 02:20:15] "POST /neutron/port HTTP/1.1" 200 3060 0.019843 10.0.0.241 - - [2026-01-22 02:20:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005612 10.0.0.241 - - [2026-01-22 02:20:16] "POST /neutron/port HTTP/1.1" 200 3060 0.025388 10.0.0.241 - - [2026-01-22 02:20:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005450 10.0.0.241 - - [2026-01-22 02:20:16] "POST /neutron/port HTTP/1.1" 200 3060 0.020422 10.0.0.241 - - [2026-01-22 02:20:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005580 10.0.0.241 - - [2026-01-22 02:20:16] "POST /neutron/port HTTP/1.1" 200 3060 0.019636 10.0.0.241 - - [2026-01-22 02:20:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006615 10.0.0.241 - - [2026-01-22 02:20:16] "GET /virtual-machine/e5bf7c68-d5fd-4ee9-86db-93abb491d04a HTTP/1.1" 200 1806 0.004661 10.0.0.241 - - [2026-01-22 02:20:16] "GET /virtual-machine-interface/1070b2da-75bf-4f83-b722-204f89489c3f HTTP/1.1" 200 2952 0.006557 10.0.0.241 - - [2026-01-22 02:20:16] "GET /virtual-machine-interface/76c64fe7-a3cc-4d3f-993a-a8d0e33c5f95 HTTP/1.1" 200 2955 0.006603 10.0.0.241 - - [2026-01-22 02:20:16] "GET /virtual-machine-interface/b0d82bb4-9b4f-4e8c-8d36-10d12d49394b HTTP/1.1" 200 2953 0.006408 10.0.0.241 - - [2026-01-22 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.241 - - [2026-01-22 02:20:16] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004774 10.0.0.241 - - [2026-01-22 02:20:16] "GET /virtual-networks?parent_id=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003232 10.0.0.241 - - [2026-01-22 02:20:16] "GET /virtual-network/e09e1429-a290-445f-91fd-d70ee60657a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005260 10.0.0.241 - - [2026-01-22 02:20:17] "POST /neutron/port HTTP/1.1" 200 1123 0.012526 10.0.0.241 - - [2026-01-22 02:20:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005765 10.0.0.241 - - [2026-01-22 02:20:18] "POST /neutron/port HTTP/1.1" 200 1122 0.010840 10.0.0.241 - - [2026-01-22 02:20:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005222 10.0.0.241 - - [2026-01-22 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002590 10.0.0.241 - - [2026-01-22 02:20:19] "GET /virtual-network/e09e1429-a290-445f-91fd-d70ee60657a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005082 10.0.0.241 - - [2026-01-22 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.241 - - [2026-01-22 02:20:23] "GET /virtual-network/e09e1429-a290-445f-91fd-d70ee60657a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004269 10.0.0.241 - - [2026-01-22 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.241 - - [2026-01-22 02:20:27] "GET /virtual-network/e09e1429-a290-445f-91fd-d70ee60657a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004155 10.0.0.241 - - [2026-01-22 02:20:29] "DELETE /project/f02421f52b19406aa3aaf91e5a1c97d2 HTTP/1.1" 404 173 0.012961 10.0.0.241 - - [2026-01-22 02:20:29] "DELETE /project/85be205ee03a481aa711822f2d423fc3 HTTP/1.1" 404 173 0.011357 10.0.0.241 - - [2026-01-22 02:20:29] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000965 10.0.0.241 - - [2026-01-22 02:20:29] "GET /projects?obj_uuids=85be205e-e03a-481a-a711-822f2d423fc3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001105 10.0.0.241 - - [2026-01-22 02:20:29] "GET /project/85be205e-e03a-481a-a711-822f2d423fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.040868 10.0.0.241 - - [2026-01-22 02:20:29] "GET /project/b02cb656-f51b-409e-af19-4227242f6311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.048730 10.0.0.241 - - [2026-01-22 02:20:29] "GET /projects?obj_uuids=85be205e-e03a-481a-a711-822f2d423fc3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000981 10.0.0.241 - - [2026-01-22 02:20:29] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000970 10.0.0.241 - - [2026-01-22 02:20:29] "GET /project/85be205e-e03a-481a-a711-822f2d423fc3?fields=security_groups HTTP/1.1" 200 1342 0.041621 10.0.0.241 - - [2026-01-22 02:20:29] "GET /project/b02cb656-f51b-409e-af19-4227242f6311?fields=security_groups HTTP/1.1" 200 1370 0.045274 10.0.0.241 - - [2026-01-22 02:20:29] "DELETE /security-group/801961b0-a9af-4066-a174-7b5fbc76e77a HTTP/1.1" 200 115 0.054453 10.0.0.241 - - [2026-01-22 02:20:29] "GET /projects?obj_uuids=85be205e-e03a-481a-a711-822f2d423fc3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001280 10.0.0.241 - - [2026-01-22 02:20:29] "DELETE /security-group/e990c59c-733f-4d0b-9cb0-59e806378252 HTTP/1.1" 200 115 0.061035 10.0.0.241 - - [2026-01-22 02:20:29] "DELETE /access-control-list/24011989-aa56-4eec-a5bf-077a4555f7de HTTP/1.1" 200 115 0.046089 10.0.0.241 - - [2026-01-22 02:20:29] "GET /projects?obj_uuids=b02cb656-f51b-409e-af19-4227242f6311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001060 10.0.0.241 - - [2026-01-22 02:20:29] "GET /project/85be205e-e03a-481a-a711-822f2d423fc3?fields=application_policy_sets HTTP/1.1" 200 1381 0.044206 10.0.0.241 - - [2026-01-22 02:20:29] "DELETE /access-control-list/95e958ed-dc20-40a7-9dde-ed99bdf07d67 HTTP/1.1" 200 115 0.030822 10.0.0.241 - - [2026-01-22 02:20:29] "DELETE /access-control-list/20f827c8-7984-49fb-87f8-cb59b227788b HTTP/1.1" 200 115 0.022523 10.0.0.241 - - [2026-01-22 02:20:30] "GET /project/b02cb656-f51b-409e-af19-4227242f6311?fields=application_policy_sets HTTP/1.1" 200 1409 0.082905 10.0.0.241 - - [2026-01-22 02:20:30] "DELETE /access-control-list/6fbf9664-6e33-4597-94b3-79ff8ee18db4 HTTP/1.1" 200 115 0.022392 10.0.0.241 - - [2026-01-22 02:20:30] "DELETE /project/85be205e-e03a-481a-a711-822f2d423fc3 HTTP/1.1" 200 115 0.388221 10.0.0.241 - - [2026-01-22 02:20:30] "DELETE /project/b02cb656-f51b-409e-af19-4227242f6311 HTTP/1.1" 200 115 0.419229 10.0.0.241 - - [2026-01-22 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.241 - - [2026-01-22 02:20:31] "GET /virtual-network/e09e1429-a290-445f-91fd-d70ee60657a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005735 10.0.0.241 - - [2026-01-22 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.241 - - [2026-01-22 02:20:34] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003514 10.0.0.241 - - [2026-01-22 02:20:34] "GET /virtual-networks?parent_id=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002854 10.0.0.241 - - [2026-01-22 02:20:34] "GET /virtual-network/e09e1429-a290-445f-91fd-d70ee60657a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006259 10.0.0.241 - - [2026-01-22 02:20:34] "POST /neutron/port HTTP/1.1" 200 3060 0.018644 10.0.0.241 - - [2026-01-22 02:20:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005109 10.0.0.241 - - [2026-01-22 02:20:35] "GET /obj-perms HTTP/1.1" 200 5075 0.050004 10.0.0.241 - - [2026-01-22 02:20:35] "GET /obj-perms HTTP/1.1" 200 5075 0.058631 10.0.0.241 - - [2026-01-22 02:20:39] "POST /neutron/port HTTP/1.1" 200 3060 0.018148 10.0.0.241 - - [2026-01-22 02:20:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006322 10.0.0.241 - - [2026-01-22 02:20:42] "POST /neutron/port HTTP/1.1" 200 3060 0.023919 10.0.0.241 - - [2026-01-22 02:20:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005093 10.0.0.241 - - [2026-01-22 02:20:44] "POST /neutron/port HTTP/1.1" 200 3060 0.019938 10.0.0.241 - - [2026-01-22 02:20:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005370 10.0.0.241 - - [2026-01-22 02:20:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000456 10.0.0.241 - - [2026-01-22 02:20:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.241 - - [2026-01-22 02:20:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.241 - - [2026-01-22 02:20:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000460 10.0.0.241 - - [2026-01-22 02:20:49] "POST /neutron/port HTTP/1.1" 200 3060 0.022938 10.0.0.241 - - [2026-01-22 02:20:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006606 10.0.0.241 - - [2026-01-22 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.241 - - [2026-01-22 02:20:55] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002692 10.0.0.241 - - [2026-01-22 02:20:55] "GET /virtual-networks?parent_id=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003201 10.0.0.241 - - [2026-01-22 02:20:55] "GET /virtual-network/dbadb5d1-7483-45c1-abf0-f073e485ffc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004558 10.0.0.241 - - [2026-01-22 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.241 - - [2026-01-22 02:20:55] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002643 10.0.0.241 - - [2026-01-22 02:20:55] "GET /virtual-networks?parent_id=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002867 10.0.0.241 - - [2026-01-22 02:20:55] "GET /virtual-network/941c9a06-b411-453d-b752-d152ad912b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005398 10.0.0.241 - - [2026-01-22 02:20:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.003604 10.0.0.241 - - [2026-01-22 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002323 10.0.0.241 - - [2026-01-22 02:20:55] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.031705 10.0.0.241 - - [2026-01-22 02:20:55] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.060790 10.0.0.241 - - [2026-01-22 02:20:55] "POST /service-instances HTTP/1.1" 200 545 0.064977 10.0.0.241 - - [2026-01-22 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.241 - - [2026-01-22 02:20:55] "GET /service-instance/52726038-0a88-4bef-8d5c-272ea36c4059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.005300 10.0.0.241 - - [2026-01-22 02:20:56] "POST /port-tuples HTTP/1.1" 200 588 0.019035 10.0.0.241 - - [2026-01-22 02:20:56] "GET /virtual-machine-interface/b0d82bb4-9b4f-4e8c-8d36-10d12d49394b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.005120 10.0.0.241 - - [2026-01-22 02:20:56] "PUT /virtual-machine-interface/b0d82bb4-9b4f-4e8c-8d36-10d12d49394b HTTP/1.1" 200 285 0.010477 10.0.0.241 - - [2026-01-22 02:20:56] "POST /ref-update HTTP/1.1" 200 156 0.009329 10.0.0.241 - - [2026-01-22 02:20:56] "POST /instance-ips HTTP/1.1" 200 386 0.024976 10.0.0.241 - - [2026-01-22 02:20:56] "POST /ref-update HTTP/1.1" 200 156 0.008432 10.0.0.241 - - [2026-01-22 02:20:56] "GET /virtual-machine-interface/1070b2da-75bf-4f83-b722-204f89489c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.008812 10.0.0.241 - - [2026-01-22 02:20:56] "POST /ref-update HTTP/1.1" 200 156 0.007531 10.0.0.241 - - [2026-01-22 02:20:56] "PUT /virtual-machine-interface/1070b2da-75bf-4f83-b722-204f89489c3f HTTP/1.1" 200 285 0.013553 10.0.0.241 - - [2026-01-22 02:20:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002962 10.0.0.241 - - [2026-01-22 02:20:56] "POST /ref-update HTTP/1.1" 200 156 0.008856 10.0.0.241 - - [2026-01-22 02:20:56] "GET /virtual-machine-interface/76c64fe7-a3cc-4d3f-993a-a8d0e33c5f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2733 0.004837 10.0.0.241 - - [2026-01-22 02:20:56] "POST /instance-ips HTTP/1.1" 200 386 0.026094 10.0.0.241 - - [2026-01-22 02:20:56] "POST /ref-update HTTP/1.1" 200 156 0.010586 10.0.0.241 - - [2026-01-22 02:20:56] "PUT /virtual-machine-interface/76c64fe7-a3cc-4d3f-993a-a8d0e33c5f95 HTTP/1.1" 200 285 0.015303 10.0.0.241 - - [2026-01-22 02:20:56] "POST /ref-update HTTP/1.1" 200 156 0.010783 10.0.0.241 - - [2026-01-22 02:20:56] "POST /ref-update HTTP/1.1" 200 156 0.009926 10.0.0.241 - - [2026-01-22 02:20:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003501 10.0.0.241 - - [2026-01-22 02:20:56] "POST /neutron/port HTTP/1.1" 200 1123 0.013046 10.0.0.241 - - [2026-01-22 02:20:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007412 10.0.0.241 - - [2026-01-22 02:20:56] "POST /instance-ips HTTP/1.1" 200 374 0.019940 10.0.0.241 - - [2026-01-22 02:20:56] "POST /neutron/port HTTP/1.1" 200 1123 0.015141 10.0.0.241 - - [2026-01-22 02:20:56] "POST /ref-update HTTP/1.1" 200 156 0.006916 10.0.0.241 - - [2026-01-22 02:20:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005007 10.0.0.241 - - [2026-01-22 02:20:56] "POST /ref-update HTTP/1.1" 200 156 0.009409 10.0.0.241 - - [2026-01-22 02:20:56] "POST /neutron/port HTTP/1.1" 200 1123 0.014370 10.0.0.241 - - [2026-01-22 02:20:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006595 10.0.0.241 - - [2026-01-22 02:20:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005539 10.0.0.241 - - [2026-01-22 02:20:56] "GET /virtual-machine/5986aa38-20cf-49dd-9628-c42426dd0de7 HTTP/1.1" 200 1292 0.005587 10.0.0.241 - - [2026-01-22 02:20:56] "GET /virtual-machine-interface/0fa396f4-4cda-44a8-a9cc-0cbe54581f5b HTTP/1.1" 200 2952 0.004349 10.0.0.241 - - [2026-01-22 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.241 - - [2026-01-22 02:20:56] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004041 10.0.0.241 - - [2026-01-22 02:20:56] "POST /instance-ips HTTP/1.1" 200 374 0.014440 10.0.0.241 - - [2026-01-22 02:20:56] "GET /virtual-networks?parent_id=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002661 10.0.0.241 - - [2026-01-22 02:20:56] "POST /ref-update HTTP/1.1" 200 156 0.008994 10.0.0.241 - - [2026-01-22 02:20:56] "GET /virtual-network/dbadb5d1-7483-45c1-abf0-f073e485ffc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005024 10.0.0.241 - - [2026-01-22 02:20:56] "POST /ref-update HTTP/1.1" 200 156 0.011922 10.0.0.241 - - [2026-01-22 02:20:57] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002664 10.0.0.241 - - [2026-01-22 02:20:57] "POST /instance-ips HTTP/1.1" 200 376 0.017051 10.0.0.241 - - [2026-01-22 02:20:57] "POST /ref-update HTTP/1.1" 200 156 0.008679 10.0.0.241 - - [2026-01-22 02:20:57] "POST /ref-update HTTP/1.1" 200 156 0.009487 10.0.0.241 - - [2026-01-22 02:20:57] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003848 10.0.0.241 - - [2026-01-22 02:20:57] "POST /instance-ips HTTP/1.1" 200 376 0.017107 10.0.0.241 - - [2026-01-22 02:20:57] "POST /ref-update HTTP/1.1" 200 156 0.008548 10.0.0.241 - - [2026-01-22 02:20:57] "POST /ref-update HTTP/1.1" 200 156 0.012597 10.0.0.241 - - [2026-01-22 02:20:57] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002899 10.0.0.241 - - [2026-01-22 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.241 - - [2026-01-22 02:20:58] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003011 10.0.0.241 - - [2026-01-22 02:20:58] "GET /virtual-networks?parent_id=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002719 10.0.0.241 - - [2026-01-22 02:20:58] "GET /virtual-network/dbadb5d1-7483-45c1-abf0-f073e485ffc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004843 10.0.0.241 - - [2026-01-22 02:20:58] "POST /neutron/port HTTP/1.1" 200 1122 0.012213 10.0.0.241 - - [2026-01-22 02:20:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006051 10.0.0.241 - - [2026-01-22 02:20:58] "POST /neutron/port HTTP/1.1" 200 1122 0.011665 10.0.0.241 - - [2026-01-22 02:20:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006281 10.0.0.241 - - [2026-01-22 02:20:58] "POST /neutron/port HTTP/1.1" 200 1122 0.014137 10.0.0.241 - - [2026-01-22 02:20:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006413 10.0.0.241 - - [2026-01-22 02:20:58] "GET /virtual-machine/49dbab97-eb5d-4943-9743-d86f9d8d9fa1 HTTP/1.1" 200 1292 0.006173 10.0.0.241 - - [2026-01-22 02:20:58] "GET /virtual-machine-interface/88bf152d-8988-4f83-b2e0-bddf977e2386 HTTP/1.1" 200 2955 0.007788 10.0.0.241 - - [2026-01-22 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.241 - - [2026-01-22 02:20:58] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003083 10.0.0.241 - - [2026-01-22 02:20:58] "GET /virtual-networks?parent_id=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002896 10.0.0.241 - - [2026-01-22 02:20:58] "GET /virtual-network/941c9a06-b411-453d-b752-d152ad912b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004635 10.0.0.241 - - [2026-01-22 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.241 - - [2026-01-22 02:20:59] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004355 10.0.0.241 - - [2026-01-22 02:20:59] "GET /virtual-networks?parent_id=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002862 10.0.0.241 - - [2026-01-22 02:20:59] "GET /virtual-network/941c9a06-b411-453d-b752-d152ad912b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004883 10.0.0.241 - - [2026-01-22 02:21:00] "POST /fqname-to-id HTTP/1.1" 404 211 0.004466 10.0.0.241 - - [2026-01-22 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.241 - - [2026-01-22 02:21:00] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.241 - - [2026-01-22 02:21:00] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.022875 10.0.0.241 - - [2026-01-22 02:21:00] "POST /network-policys HTTP/1.1" 200 549 0.018317 10.0.0.241 - - [2026-01-22 02:21:00] "GET /network-policy/ece4ff83-ad89-44f8-a6d5-29fbb48a562a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.005258 10.0.0.241 - - [2026-01-22 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.241 - - [2026-01-22 02:21:00] "GET /virtual-network/dbadb5d1-7483-45c1-abf0-f073e485ffc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004810 10.0.0.241 - - [2026-01-22 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.241 - - [2026-01-22 02:21:00] "GET /network-policy/ece4ff83-ad89-44f8-a6d5-29fbb48a562a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003321 10.0.0.241 - - [2026-01-22 02:21:00] "POST /ref-update HTTP/1.1" 200 156 0.037893 10.0.0.241 - - [2026-01-22 02:21:00] "POST /fqname-to-id HTTP/1.1" 404 242 0.048233 10.0.0.241 - - [2026-01-22 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.241 - - [2026-01-22 02:21:00] "GET /network-policy/ece4ff83-ad89-44f8-a6d5-29fbb48a562a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.012167 10.0.0.241 - - [2026-01-22 02:21:00] "POST /access-control-lists HTTP/1.1" 200 603 0.068764 10.0.0.241 - - [2026-01-22 02:21:00] "POST /neutron/network HTTP/1.1" 200 921 0.006865 10.0.0.241 - - [2026-01-22 02:21:00] "GET /virtual-network/dbadb5d1-7483-45c1-abf0-f073e485ffc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004826 10.0.0.241 - - [2026-01-22 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.241 - - [2026-01-22 02:21:00] "GET /network-policy/ece4ff83-ad89-44f8-a6d5-29fbb48a562a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004087 10.0.0.241 - - [2026-01-22 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.241 - - [2026-01-22 02:21:01] "GET /virtual-network/941c9a06-b411-453d-b752-d152ad912b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004927 10.0.0.241 - - [2026-01-22 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.241 - - [2026-01-22 02:21:01] "GET /network-policy/ece4ff83-ad89-44f8-a6d5-29fbb48a562a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003913 10.0.0.241 - - [2026-01-22 02:21:01] "POST /fqname-to-id HTTP/1.1" 404 244 0.002156 10.0.0.241 - - [2026-01-22 02:21:01] "POST /ref-update HTTP/1.1" 200 156 0.035964 10.0.0.241 - - [2026-01-22 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.241 - - [2026-01-22 02:21:01] "POST /access-control-lists HTTP/1.1" 200 606 0.066414 10.0.0.241 - - [2026-01-22 02:21:01] "GET /network-policy/ece4ff83-ad89-44f8-a6d5-29fbb48a562a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004906 10.0.0.241 - - [2026-01-22 02:21:01] "POST /routing-instances HTTP/1.1" 200 761 0.017721 10.0.0.241 - - [2026-01-22 02:21:01] "POST /neutron/network HTTP/1.1" 200 922 0.006694 10.0.0.241 - - [2026-01-22 02:21:01] "GET /virtual-network/941c9a06-b411-453d-b752-d152ad912b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006580 10.0.0.241 - - [2026-01-22 02:21:01] "POST /route-targets HTTP/1.1" 200 328 0.010949 10.0.0.241 - - [2026-01-22 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.241 - - [2026-01-22 02:21:01] "POST /ref-update HTTP/1.1" 200 156 0.010749 10.0.0.241 - - [2026-01-22 02:21:01] "GET /network-policy/ece4ff83-ad89-44f8-a6d5-29fbb48a562a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003430 10.0.0.241 - - [2026-01-22 02:21:01] "GET /routing-instance/51f5b870-a026-463e-a675-7b3e7d6fccc9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.004616 10.0.0.241 - - [2026-01-22 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.241 - - [2026-01-22 02:21:01] "GET /routing-instance/51f5b870-a026-463e-a675-7b3e7d6fccc9?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.003381 10.0.0.241 - - [2026-01-22 02:21:01] "GET /service-template/8386f16e-f9ea-4b45-a87d-8150a990ab49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003478 10.0.0.241 - - [2026-01-22 02:21:01] "POST /ref-update HTTP/1.1" 200 156 0.010618 10.0.0.241 - - [2026-01-22 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002610 10.0.0.241 - - [2026-01-22 02:21:01] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000925 10.0.0.241 - - [2026-01-22 02:21:01] "POST /routing-instances HTTP/1.1" 200 762 0.019810 10.0.0.241 - - [2026-01-22 02:21:01] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.034137 10.0.0.241 - - [2026-01-22 02:21:01] "POST /route-targets HTTP/1.1" 200 328 0.010009 10.0.0.241 - - [2026-01-22 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.241 - - [2026-01-22 02:21:01] "POST /ref-update HTTP/1.1" 200 156 0.011375 10.0.0.241 - - [2026-01-22 02:21:01] "GET /service-instance/52726038-0a88-4bef-8d5c-272ea36c4059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3537 0.005162 10.0.0.241 - - [2026-01-22 02:21:01] "GET /routing-instance/4574b2e3-1b02-4d20-bd2a-15af02e9d572?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.004869 10.0.0.241 - - [2026-01-22 02:21:01] "GET /domains HTTP/1.1" 200 281 0.003874 10.0.0.241 - - [2026-01-22 02:21:01] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001456 10.0.0.241 - - [2026-01-22 02:21:01] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2783 0.009889 10.0.0.241 - - [2026-01-22 02:21:01] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001488 10.0.0.241 - - [2026-01-22 02:21:01] "GET /routing-instance/4574b2e3-1b02-4d20-bd2a-15af02e9d572?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.005462 10.0.0.241 - - [2026-01-22 02:21:01] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2 HTTP/1.1" 200 4249 0.066976 10.0.0.241 - - [2026-01-22 02:21:01] "GET /service-instance/52726038-0a88-4bef-8d5c-272ea36c4059 HTTP/1.1" 200 3792 0.004474 10.0.0.241 - - [2026-01-22 02:21:01] "GET /domains HTTP/1.1" 200 281 0.002146 10.0.0.241 - - [2026-01-22 02:21:01] "PUT /routing-instance/51f5b870-a026-463e-a675-7b3e7d6fccc9 HTTP/1.1" 200 267 0.018141 10.0.0.241 - - [2026-01-22 02:21:01] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000960 10.0.0.241 - - [2026-01-22 02:21:01] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2783 0.006224 10.0.0.241 - - [2026-01-22 02:21:01] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.241 - - [2026-01-22 02:21:01] "PUT /routing-instance/4574b2e3-1b02-4d20-bd2a-15af02e9d572 HTTP/1.1" 200 267 0.010003 10.0.0.241 - - [2026-01-22 02:21:02] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2 HTTP/1.1" 200 4249 0.068725 10.0.0.241 - - [2026-01-22 02:21:02] "GET /service-instance/52726038-0a88-4bef-8d5c-272ea36c4059 HTTP/1.1" 200 3792 0.002946 10.0.0.241 - - [2026-01-22 02:21:02] "GET /port-tuple/ba809e41-f650-4039-b29c-94334756bed0 HTTP/1.1" 200 1984 0.003017 10.0.0.241 - - [2026-01-22 02:21:02] "GET /virtual-machine-interface/1070b2da-75bf-4f83-b722-204f89489c3f HTTP/1.1" 200 3807 0.005048 10.0.0.241 - - [2026-01-22 02:21:02] "POST /ref-update HTTP/1.1" 200 156 0.010483 10.0.0.241 - - [2026-01-22 02:21:02] "GET /virtual-machine-interface/76c64fe7-a3cc-4d3f-993a-a8d0e33c5f95 HTTP/1.1" 200 3813 0.011069 10.0.0.241 - - [2026-01-22 02:21:02] "GET /virtual-machine-interface/b0d82bb4-9b4f-4e8c-8d36-10d12d49394b HTTP/1.1" 200 3826 0.006040 10.0.0.241 - - [2026-01-22 02:21:02] "PUT /access-control-list/d397f5a4-f85c-44e9-9c1c-897ac8fe1609 HTTP/1.1" 200 273 0.018233 10.0.0.241 - - [2026-01-22 02:21:02] "POST /neutron/port HTTP/1.1" 200 3831 0.045666 10.0.0.241 - - [2026-01-22 02:21:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005550 10.0.0.241 - - [2026-01-22 02:21:02] "PUT /access-control-list/d1540023-bd5f-42df-b847-98d8844a0495 HTTP/1.1" 200 273 0.012151 10.0.0.241 - - [2026-01-22 02:21:02] "POST /neutron/port HTTP/1.1" 200 3831 0.034024 10.0.0.241 - - [2026-01-22 02:21:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005427 10.0.0.241 - - [2026-01-22 02:21:02] "POST /neutron/port HTTP/1.1" 200 3831 0.029167 10.0.0.241 - - [2026-01-22 02:21:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005657 10.0.0.241 - - [2026-01-22 02:21:02] "POST /neutron/port HTTP/1.1" 200 3831 0.030544 10.0.0.241 - - [2026-01-22 02:21:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008341 10.0.0.241 - - [2026-01-22 02:21:02] "POST /neutron/network HTTP/1.1" 200 895 0.011393 10.0.0.241 - - [2026-01-22 02:21:02] "POST /neutron/network HTTP/1.1" 200 921 0.004994 10.0.0.241 - - [2026-01-22 02:21:02] "POST /neutron/network HTTP/1.1" 200 804 0.012327 10.0.0.241 - - [2026-01-22 02:21:02] "POST /neutron/network HTTP/1.1" 200 830 0.004455 10.0.0.241 - - [2026-01-22 02:21:02] "POST /neutron/network HTTP/1.1" 200 896 0.010312 10.0.0.241 - - [2026-01-22 02:21:02] "POST /neutron/network HTTP/1.1" 200 922 0.004940 10.0.0.241 - - [2026-01-22 02:21:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001022 10.0.0.241 - - [2026-01-22 02:21:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001553 10.0.0.241 - - [2026-01-22 02:21:02] "POST /id-to-fqname HTTP/1.1" 200 224 0.001244 10.0.0.241 - - [2026-01-22 02:21:02] "GET /virtual-machine/e5bf7c68-d5fd-4ee9-86db-93abb491d04a HTTP/1.1" 200 1806 0.003534 10.0.0.241 - - [2026-01-22 02:21:02] "GET /virtual-machine-interface/1070b2da-75bf-4f83-b722-204f89489c3f HTTP/1.1" 200 3807 0.004977 10.0.0.241 - - [2026-01-22 02:21:02] "GET /virtual-machine-interface/76c64fe7-a3cc-4d3f-993a-a8d0e33c5f95 HTTP/1.1" 200 3813 0.004224 10.0.0.241 - - [2026-01-22 02:21:02] "GET /virtual-machine-interface/b0d82bb4-9b4f-4e8c-8d36-10d12d49394b HTTP/1.1" 200 3826 0.004540 10.0.0.241 - - [2026-01-22 02:21:02] "GET /instance-ip/116e0051-9f67-467a-ad1e-3cb1a4350b6c HTTP/1.1" 200 1625 0.005437 10.0.0.241 - - [2026-01-22 02:21:02] "GET /instance-ip/2e50c0d3-31d2-44db-89a5-52d93df028c4 HTTP/1.1" 200 1959 0.002910 10.0.0.241 - - [2026-01-22 02:21:02] "GET /instance-ip/30bacb0f-d963-4cac-98c2-f9faf187b733 HTTP/1.1" 200 1958 0.002779 10.0.0.241 - - [2026-01-22 02:21:02] "GET /instance-ip/04651ff6-998f-49d0-b7bd-ceb4a62bbbd1 HTTP/1.1" 200 1961 0.003003 10.0.0.241 - - [2026-01-22 02:21:02] "GET /instance-ip/81b40732-3d01-44f7-ae5c-395af0be522e HTTP/1.1" 200 1625 0.004315 10.0.0.241 - - [2026-01-22 02:21:02] "GET /instance-ip/cd0b6ea1-2189-49b3-95d8-4d9ea92bf0b9 HTTP/1.1" 200 1965 0.003957 10.0.0.241 - - [2026-01-22 02:21:02] "GET /instance-ip/2ba2334f-be40-4e17-b5fb-c3b7e09ccaea HTTP/1.1" 200 1984 0.002812 10.0.0.241 - - [2026-01-22 02:21:02] "GET /instance-ip/8758d085-a9bf-4e02-bc56-dc9f1c32262a HTTP/1.1" 200 1622 0.003661 10.0.0.241 - - [2026-01-22 02:21:02] "GET /instance-ip/d873f572-068c-49b6-8465-1a8db8ca5fec HTTP/1.1" 200 1982 0.002615 10.0.0.241 - - [2026-01-22 02:21:02] "POST /neutron/port HTTP/1.1" 200 3831 0.031129 10.0.0.241 - - [2026-01-22 02:21:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005291 10.0.0.241 - - [2026-01-22 02:21:02] "POST /neutron/port HTTP/1.1" 200 3831 0.029155 10.0.0.241 - - [2026-01-22 02:21:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006403 10.0.0.241 - - [2026-01-22 02:21:03] "POST /neutron/port HTTP/1.1" 200 3831 0.032932 10.0.0.241 - - [2026-01-22 02:21:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007571 10.0.0.241 - - [2026-01-22 02:21:03] "POST /neutron/port HTTP/1.1" 200 3831 0.033773 10.0.0.241 - - [2026-01-22 02:21:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006589 10.0.0.241 - - [2026-01-22 02:21:03] "GET /virtual-machine/e5bf7c68-d5fd-4ee9-86db-93abb491d04a HTTP/1.1" 200 1806 0.002922 10.0.0.241 - - [2026-01-22 02:21:03] "GET /virtual-machine-interface/1070b2da-75bf-4f83-b722-204f89489c3f HTTP/1.1" 200 3807 0.004968 10.0.0.241 - - [2026-01-22 02:21:03] "GET /virtual-machine-interface/76c64fe7-a3cc-4d3f-993a-a8d0e33c5f95 HTTP/1.1" 200 3813 0.005574 10.0.0.241 - - [2026-01-22 02:21:03] "GET /virtual-machine-interface/b0d82bb4-9b4f-4e8c-8d36-10d12d49394b HTTP/1.1" 200 3826 0.005028 10.0.0.241 - - [2026-01-22 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.241 - - [2026-01-22 02:21:03] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003300 10.0.0.241 - - [2026-01-22 02:21:03] "GET /virtual-networks?parent_id=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003821 10.0.0.241 - - [2026-01-22 02:21:03] "GET /virtual-network/dbadb5d1-7483-45c1-abf0-f073e485ffc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005519 10.0.0.241 - - [2026-01-22 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.241 - - [2026-01-22 02:21:04] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002997 10.0.0.241 - - [2026-01-22 02:21:04] "GET /virtual-networks?parent_id=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003372 10.0.0.241 - - [2026-01-22 02:21:04] "GET /virtual-network/dbadb5d1-7483-45c1-abf0-f073e485ffc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006219 10.0.0.241 - - [2026-01-22 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.241 - - [2026-01-22 02:21:04] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003678 10.0.0.241 - - [2026-01-22 02:21:04] "GET /virtual-networks?parent_id=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002945 10.0.0.241 - - [2026-01-22 02:21:04] "GET /virtual-network/dbadb5d1-7483-45c1-abf0-f073e485ffc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004817 10.0.0.241 - - [2026-01-22 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.241 - - [2026-01-22 02:21:04] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003541 10.0.0.241 - - [2026-01-22 02:21:04] "GET /virtual-networks?parent_id=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003021 10.0.0.241 - - [2026-01-22 02:21:04] "GET /virtual-network/dbadb5d1-7483-45c1-abf0-f073e485ffc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005248 10.0.0.241 - - [2026-01-22 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.241 - - [2026-01-22 02:21:05] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003454 10.0.0.241 - - [2026-01-22 02:21:05] "GET /virtual-networks?parent_id=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002718 10.0.0.241 - - [2026-01-22 02:21:05] "GET /virtual-network/dbadb5d1-7483-45c1-abf0-f073e485ffc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005503 10.0.0.241 - - [2026-01-22 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.241 - - [2026-01-22 02:21:05] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003260 10.0.0.241 - - [2026-01-22 02:21:05] "GET /virtual-networks?parent_id=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002809 10.0.0.241 - - [2026-01-22 02:21:05] "GET /virtual-network/e09e1429-a290-445f-91fd-d70ee60657a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004689 10.0.0.241 - - [2026-01-22 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.241 - - [2026-01-22 02:21:05] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003366 10.0.0.241 - - [2026-01-22 02:21:05] "GET /virtual-networks?parent_id=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002900 10.0.0.241 - - [2026-01-22 02:21:05] "GET /virtual-network/e09e1429-a290-445f-91fd-d70ee60657a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004602 10.0.0.241 - - [2026-01-22 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.241 - - [2026-01-22 02:21:05] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003762 10.0.0.241 - - [2026-01-22 02:21:05] "GET /virtual-networks?parent_id=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002704 10.0.0.241 - - [2026-01-22 02:21:05] "GET /virtual-network/e09e1429-a290-445f-91fd-d70ee60657a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005374 10.0.0.241 - - [2026-01-22 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.241 - - [2026-01-22 02:21:05] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003527 10.0.0.241 - - [2026-01-22 02:21:05] "GET /virtual-networks?parent_id=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002573 10.0.0.241 - - [2026-01-22 02:21:06] "GET /virtual-network/e09e1429-a290-445f-91fd-d70ee60657a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004463 10.0.0.241 - - [2026-01-22 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.241 - - [2026-01-22 02:21:06] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003931 10.0.0.241 - - [2026-01-22 02:21:06] "GET /virtual-networks?parent_id=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003445 10.0.0.241 - - [2026-01-22 02:21:06] "GET /virtual-network/941c9a06-b411-453d-b752-d152ad912b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005467 10.0.0.241 - - [2026-01-22 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.241 - - [2026-01-22 02:21:06] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004091 10.0.0.241 - - [2026-01-22 02:21:06] "GET /virtual-networks?parent_id=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002985 10.0.0.241 - - [2026-01-22 02:21:06] "GET /virtual-network/941c9a06-b411-453d-b752-d152ad912b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004866 10.0.0.241 - - [2026-01-22 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.241 - - [2026-01-22 02:21:06] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003191 10.0.0.241 - - [2026-01-22 02:21:06] "GET /virtual-networks?parent_id=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002753 10.0.0.241 - - [2026-01-22 02:21:06] "GET /virtual-network/941c9a06-b411-453d-b752-d152ad912b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006131 10.0.0.241 - - [2026-01-22 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.241 - - [2026-01-22 02:21:06] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004136 10.0.0.241 - - [2026-01-22 02:21:06] "GET /virtual-networks?parent_id=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003063 10.0.0.241 - - [2026-01-22 02:21:06] "GET /virtual-network/941c9a06-b411-453d-b752-d152ad912b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004841 10.0.0.241 - - [2026-01-22 02:21:06] "GET /virtual-machine/e5bf7c68-d5fd-4ee9-86db-93abb491d04a HTTP/1.1" 200 1806 0.003424 10.0.0.241 - - [2026-01-22 02:21:06] "GET /domains HTTP/1.1" 200 281 0.002507 10.0.0.241 - - [2026-01-22 02:21:06] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001279 10.0.0.241 - - [2026-01-22 02:21:06] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2783 0.007721 10.0.0.241 - - [2026-01-22 02:21:06] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001054 10.0.0.241 - - [2026-01-22 02:21:07] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2 HTTP/1.1" 200 4249 0.064927 10.0.0.241 - - [2026-01-22 02:21:07] "GET /service-instance/52726038-0a88-4bef-8d5c-272ea36c4059 HTTP/1.1" 200 3792 0.003353 10.0.0.241 - - [2026-01-22 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002208 10.0.0.241 - - [2026-01-22 02:21:07] "GET /routing-instance/8cad4976-9ea5-4d5a-ad2b-e281afb1410c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003098 10.0.0.241 - - [2026-01-22 02:21:07] "GET /routing-instance/8cad4976-9ea5-4d5a-ad2b-e281afb1410c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2025 0.005833 10.0.0.241 - - [2026-01-22 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.241 - - [2026-01-22 02:21:07] "GET /routing-instance/ee0bf908-4917-4f24-89d6-d2c189c1c595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1896 0.004195 10.0.0.241 - - [2026-01-22 02:21:07] "GET /routing-instance/ee0bf908-4917-4f24-89d6-d2c189c1c595?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2027 0.005089 10.0.0.241 - - [2026-01-22 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.241 - - [2026-01-22 02:21:07] "GET /virtual-network/dbadb5d1-7483-45c1-abf0-f073e485ffc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005066 10.0.0.241 - - [2026-01-22 02:21:07] "GET /virtual-network/dbadb5d1-7483-45c1-abf0-f073e485ffc9?fields=routing_instances HTTP/1.1" 200 1687 0.006507 10.0.0.241 - - [2026-01-22 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.241 - - [2026-01-22 02:21:07] "GET /virtual-network/941c9a06-b411-453d-b752-d152ad912b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004561 10.0.0.241 - - [2026-01-22 02:21:07] "GET /virtual-network/941c9a06-b411-453d-b752-d152ad912b37?fields=routing_instances HTTP/1.1" 200 1692 0.005929 10.0.0.241 - - [2026-01-22 02:21:11] "POST /ref-update HTTP/1.1" 200 156 0.029558 10.0.0.241 - - [2026-01-22 02:21:11] "DELETE /access-control-list/d1540023-bd5f-42df-b847-98d8844a0495 HTTP/1.1" 200 115 0.022781 10.0.0.241 - - [2026-01-22 02:21:11] "POST /neutron/network HTTP/1.1" 200 834 0.006521 10.0.0.241 - - [2026-01-22 02:21:11] "GET /virtual-network/941c9a06-b411-453d-b752-d152ad912b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004169 10.0.0.241 - - [2026-01-22 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.241 - - [2026-01-22 02:21:11] "DELETE /routing-instance/51f5b870-a026-463e-a675-7b3e7d6fccc9 HTTP/1.1" 200 115 0.028987 10.0.0.241 - - [2026-01-22 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.241 - - [2026-01-22 02:21:11] "GET /network-policy/ece4ff83-ad89-44f8-a6d5-29fbb48a562a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003351 10.0.0.241 - - [2026-01-22 02:21:11] "DELETE /route-target/3398e2d1-996a-4eac-a4a8-0dca42193e8a HTTP/1.1" 200 115 0.017976 10.0.0.241 - - [2026-01-22 02:21:11] "POST /ref-update HTTP/1.1" 200 156 0.037278 10.0.0.241 - - [2026-01-22 02:21:11] "DELETE /routing-instance/4574b2e3-1b02-4d20-bd2a-15af02e9d572 HTTP/1.1" 200 115 0.043954 10.0.0.241 - - [2026-01-22 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002392 10.0.0.241 - - [2026-01-22 02:21:11] "POST /neutron/network HTTP/1.1" 200 833 0.006325 10.0.0.241 - - [2026-01-22 02:21:11] "GET /virtual-network/dbadb5d1-7483-45c1-abf0-f073e485ffc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004520 10.0.0.241 - - [2026-01-22 02:21:11] "DELETE /route-target/9f763c43-0598-4840-9b59-ec9f32fe3d8d HTTP/1.1" 200 115 0.015727 10.0.0.241 - - [2026-01-22 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002202 10.0.0.241 - - [2026-01-22 02:21:11] "DELETE /access-control-list/d397f5a4-f85c-44e9-9c1c-897ac8fe1609 HTTP/1.1" 200 115 0.022010 10.0.0.241 - - [2026-01-22 02:21:12] "GET /network-policy/ece4ff83-ad89-44f8-a6d5-29fbb48a562a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003247 10.0.0.241 - - [2026-01-22 02:21:12] "DELETE /network-policy/ece4ff83-ad89-44f8-a6d5-29fbb48a562a HTTP/1.1" 200 115 0.021230 10.0.0.241 - - [2026-01-22 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.241 - - [2026-01-22 02:21:12] "DELETE /service-instance/52726038-0a88-4bef-8d5c-272ea36c4059 HTTP/1.1" 200 115 0.045887 10.0.0.241 - - [2026-01-22 02:21:12] "GET /domains HTTP/1.1" 200 281 0.002611 10.0.0.241 - - [2026-01-22 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.011121 10.0.0.241 - - [2026-01-22 02:21:12] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001562 10.0.0.241 - - [2026-01-22 02:21:12] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2783 0.010657 10.0.0.241 - - [2026-01-22 02:21:12] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001283 10.0.0.241 - - [2026-01-22 02:21:12] "DELETE /instance-ip/d873f572-068c-49b6-8465-1a8db8ca5fec HTTP/1.1" 200 115 0.033335 10.0.0.241 - - [2026-01-22 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.009166 10.0.0.241 - - [2026-01-22 02:21:12] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2 HTTP/1.1" 200 3773 0.065996 10.0.0.241 - - [2026-01-22 02:21:12] "GET /virtual-machine/e5bf7c68-d5fd-4ee9-86db-93abb491d04a HTTP/1.1" 200 1806 0.003903 10.0.0.241 - - [2026-01-22 02:21:12] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005378 10.0.0.241 - - [2026-01-22 02:21:12] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001513 10.0.0.241 - - [2026-01-22 02:21:12] "DELETE /instance-ip/2ba2334f-be40-4e17-b5fb-c3b7e09ccaea HTTP/1.1" 200 115 0.026363 10.0.0.241 - - [2026-01-22 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.008841 10.0.0.241 - - [2026-01-22 02:21:12] "DELETE /instance-ip/cd0b6ea1-2189-49b3-95d8-4d9ea92bf0b9 HTTP/1.1" 200 115 0.022155 10.0.0.241 - - [2026-01-22 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.011258 10.0.0.241 - - [2026-01-22 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002655 10.0.0.241 - - [2026-01-22 02:21:12] "DELETE /service-template/8386f16e-f9ea-4b45-a87d-8150a990ab49 HTTP/1.1" 200 115 0.020634 10.0.0.241 - - [2026-01-22 02:21:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.006372 10.0.0.241 - - [2026-01-22 02:21:12] "DELETE /instance-ip/2e50c0d3-31d2-44db-89a5-52d93df028c4 HTTP/1.1" 200 115 0.035038 10.0.0.241 - - [2026-01-22 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.009708 10.0.0.241 - - [2026-01-22 02:21:12] "DELETE /instance-ip/30bacb0f-d963-4cac-98c2-f9faf187b733 HTTP/1.1" 200 115 0.022046 10.0.0.241 - - [2026-01-22 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.010236 10.0.0.241 - - [2026-01-22 02:21:12] "DELETE /instance-ip/04651ff6-998f-49d0-b7bd-ceb4a62bbbd1 HTTP/1.1" 200 115 0.021292 10.0.0.241 - - [2026-01-22 02:21:12] "POST /neutron/network HTTP/1.1" 200 834 0.007064 10.0.0.241 - - [2026-01-22 02:21:12] "POST /neutron/network HTTP/1.1" 400 204 0.012071 10.0.0.241 - - [2026-01-22 02:21:13] "POST /neutron/port HTTP/1.1" 200 1122 0.011861 10.0.0.241 - - [2026-01-22 02:21:13] "POST /neutron/port HTTP/1.1" 200 1123 0.019158 10.0.0.241 - - [2026-01-22 02:21:13] "POST /neutron/port HTTP/1.1" 200 1112 0.015080 10.0.0.241 - - [2026-01-22 02:21:13] "POST /neutron/port HTTP/1.1" 200 1113 0.011887 10.0.0.241 - - [2026-01-22 02:21:13] "POST /neutron/port HTTP/1.1" 200 151 0.151320 10.0.0.241 - - [2026-01-22 02:21:13] "POST /neutron/port HTTP/1.1" 200 3060 0.027868 10.0.0.241 - - [2026-01-22 02:21:13] "POST /neutron/port HTTP/1.1" 200 151 0.164447 10.0.0.241 - - [2026-01-22 02:21:13] "POST /neutron/port HTTP/1.1" 200 1110 0.009246 10.0.0.241 - - [2026-01-22 02:21:13] "POST /neutron/port HTTP/1.1" 200 151 0.088185 10.0.0.241 - - [2026-01-22 02:21:13] "POST /neutron/port HTTP/1.1" 200 1113 0.011194 10.0.0.241 - - [2026-01-22 02:21:13] "POST /neutron/port HTTP/1.1" 200 151 0.098761 10.0.0.241 - - [2026-01-22 02:21:13] "POST /neutron/port HTTP/1.1" 200 1112 0.011838 10.0.0.241 - - [2026-01-22 02:21:13] "POST /neutron/port HTTP/1.1" 200 151 0.113930 10.0.0.241 - - [2026-01-22 02:21:14] "POST /neutron/network HTTP/1.1" 200 834 0.005615 10.0.0.241 - - [2026-01-22 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.241 - - [2026-01-22 02:21:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002857 10.0.0.241 - - [2026-01-22 02:21:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001871 10.0.0.241 - - [2026-01-22 02:21:14] "POST /neutron/network HTTP/1.1" 200 151 0.081463 10.0.0.241 - - [2026-01-22 02:21:14] "GET /routing-instance/ee0bf908-4917-4f24-89d6-d2c189c1c595 HTTP/1.1" 404 171 0.002219 10.0.0.241 - - [2026-01-22 02:21:14] "DELETE /route-target/98ea6dbb-c18c-4391-bb1e-d31eef005b7b HTTP/1.1" 200 115 0.021549 10.0.0.241 - - [2026-01-22 02:21:14] "GET /domains HTTP/1.1" 200 281 0.002311 10.0.0.241 - - [2026-01-22 02:21:14] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001050 10.0.0.241 - - [2026-01-22 02:21:14] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2582 0.051114 10.0.0.241 - - [2026-01-22 02:21:14] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001015 10.0.0.241 - - [2026-01-22 02:21:14] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2 HTTP/1.1" 200 2306 0.069503 10.0.0.241 - - [2026-01-22 02:21:15] "POST /neutron/network HTTP/1.1" 200 833 0.005094 10.0.0.241 - - [2026-01-22 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005494 10.0.0.241 - - [2026-01-22 02:21:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003128 10.0.0.241 - - [2026-01-22 02:21:15] "POST /useragent-kv HTTP/1.1" 200 115 0.010448 10.0.0.241 - - [2026-01-22 02:21:15] "POST /neutron/network HTTP/1.1" 200 151 0.085763 10.0.0.241 - - [2026-01-22 02:21:15] "DELETE /route-target/0bf69191-b424-4ea5-9d3a-b5a38e56430c HTTP/1.1" 200 115 0.026887 10.0.0.241 - - [2026-01-22 02:21:15] "GET /routing-instance/8cad4976-9ea5-4d5a-ad2b-e281afb1410c HTTP/1.1" 404 171 0.004514 10.0.0.241 - - [2026-01-22 02:21:15] "GET /domains HTTP/1.1" 200 281 0.001845 10.0.0.241 - - [2026-01-22 02:21:15] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001126 10.0.0.241 - - [2026-01-22 02:21:15] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2582 0.049031 10.0.0.241 - - [2026-01-22 02:21:15] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001953 10.0.0.241 - - [2026-01-22 02:21:15] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2 HTTP/1.1" 200 2087 0.072464 10.0.0.241 - - [2026-01-22 02:21:15] "POST /neutron/network HTTP/1.1" 200 830 0.005816 10.0.0.241 - - [2026-01-22 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.241 - - [2026-01-22 02:21:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001888 10.0.0.241 - - [2026-01-22 02:21:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002096 10.0.0.241 - - [2026-01-22 02:21:15] "POST /neutron/network HTTP/1.1" 200 151 0.079096 10.0.0.241 - - [2026-01-22 02:21:15] "DELETE /route-target/3b15e3ea-10d7-4cb6-b96b-a0126e6a57b7 HTTP/1.1" 200 115 0.015975 10.0.0.241 - - [2026-01-22 02:21:15] "GET /routing-instance/4667c2fc-be13-4a1c-ba00-12691ef4876c HTTP/1.1" 404 171 0.004652 10.0.0.241 - - [2026-01-22 02:21:15] "GET /domains HTTP/1.1" 200 281 0.002859 10.0.0.241 - - [2026-01-22 02:21:15] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.241 - - [2026-01-22 02:21:15] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2582 0.048344 10.0.0.241 - - [2026-01-22 02:21:15] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001062 10.0.0.241 - - [2026-01-22 02:21:15] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2 HTTP/1.1" 200 1846 0.069531 10.0.0.241 - - [2026-01-22 02:21:15] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001136 10.0.0.241 - - [2026-01-22 02:21:15] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.055024 10.0.0.241 - - [2026-01-22 02:21:15] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000969 10.0.0.241 - - [2026-01-22 02:21:15] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2?fields=virtual_networks HTTP/1.1" 200 1031 0.063444 10.0.0.241 - - [2026-01-22 02:21:15] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001029 10.0.0.241 - - [2026-01-22 02:21:15] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.022899 10.0.0.241 - - [2026-01-22 02:21:16] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.241 - - [2026-01-22 02:21:16] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2?fields=security_groups HTTP/1.1" 200 1256 0.021034 10.0.0.241 - - [2026-01-22 02:21:16] "POST /fqname-to-id HTTP/1.1" 404 189 0.030058 10.0.0.241 - - [2026-01-22 02:21:16] "GET /projects?obj_uuids=a31a0a9e-0d32-4c01-a784-b82e69c7d98b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002488 10.0.0.241 - - [2026-01-22 02:21:17] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.241 - - [2026-01-22 02:21:17] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.036302 10.0.0.241 - - [2026-01-22 02:21:17] "POST /id-to-fqname HTTP/1.1" 200 191 0.001321 10.0.0.241 - - [2026-01-22 02:21:17] "POST /fqname-to-id HTTP/1.1" 404 200 0.002882 10.0.0.241 - - [2026-01-22 02:21:17] "POST /security-groups HTTP/1.1" 200 592 0.060027 10.0.0.241 - - [2026-01-22 02:21:17] "POST /fqname-to-id HTTP/1.1" 404 235 0.002175 10.0.0.241 - - [2026-01-22 02:21:17] "POST /projects HTTP/1.1" 200 587 0.214871 10.0.0.241 - - [2026-01-22 02:21:17] "POST /access-control-lists HTTP/1.1" 200 599 0.057145 10.0.0.241 - - [2026-01-22 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.286146 10.0.0.241 - - [2026-01-22 02:21:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.003656 10.0.0.241 - - [2026-01-22 02:21:17] "GET /project/a31a0a9e-0d32-4c01-a784-b82e69c7d98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.443239 10.0.0.241 - - [2026-01-22 02:21:17] "POST /access-control-lists HTTP/1.1" 200 597 0.056407 10.0.0.241 - - [2026-01-22 02:21:18] "GET / HTTP/1.1" 200 36215 0.001763 10.0.0.241 - - [2026-01-22 02:21:19] "GET /project/a31a0a9e-0d32-4c01-a784-b82e69c7d98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000455 10.0.0.241 - - [2026-01-22 02:21:19] "GET /projects?obj_uuids=a31a0a9e-0d32-4c01-a784-b82e69c7d98b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001472 10.0.0.241 - - [2026-01-22 02:21:20] "GET /project/a31a0a9e-0d32-4c01-a784-b82e69c7d98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.050809 10.0.0.241 - - [2026-01-22 02:21:20] "POST /fqname-to-id HTTP/1.1" 404 180 0.002255 10.0.0.241 - - [2026-01-22 02:21:20] "POST /virtual-DNSs HTTP/1.1" 200 509 0.014943 10.0.0.241 - - [2026-01-22 02:21:20] "GET /virtual-DNS/257927e2-ec54-4a97-a06f-afd9bbf29b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.005443 10.0.0.241 - - [2026-01-22 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.241 - - [2026-01-22 02:21:20] "GET /virtual-DNS/257927e2-ec54-4a97-a06f-afd9bbf29b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003185 10.0.0.241 - - [2026-01-22 02:21:20] "GET /domains HTTP/1.1" 401 293 0.000528 10.0.0.241 - - [2026-01-22 02:21:20] "GET /domains HTTP/1.1" 200 281 0.030620 10.0.0.241 - - [2026-01-22 02:21:20] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001225 10.0.0.241 - - [2026-01-22 02:21:20] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2971 0.008404 10.0.0.241 - - [2026-01-22 02:21:20] "GET /virtual-DNS/257927e2-ec54-4a97-a06f-afd9bbf29b23 HTTP/1.1" 200 1439 0.003844 10.0.0.241 - - [2026-01-22 02:21:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002515 10.0.0.241 - - [2026-01-22 02:21:20] "POST /network-ipams HTTP/1.1" 200 516 0.016114 10.0.0.241 - - [2026-01-22 02:21:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.003923 10.0.0.241 - - [2026-01-22 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002484 10.0.0.241 - - [2026-01-22 02:21:20] "GET /network-ipam/705981ae-cb00-48c3-ad39-cb4f236b874c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.004812 10.0.0.241 - - [2026-01-22 02:21:20] "PUT /network-ipam/705981ae-cb00-48c3-ad39-cb4f236b874c HTTP/1.1" 200 259 0.010327 10.0.0.241 - - [2026-01-22 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.008511 10.0.0.241 - - [2026-01-22 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.241 - - [2026-01-22 02:21:21] "GET /projects?obj_uuids=a31a0a9e-0d32-4c01-a784-b82e69c7d98b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000971 10.0.0.241 - - [2026-01-22 02:21:21] "GET /project/a31a0a9e-0d32-4c01-a784-b82e69c7d98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.022811 10.0.0.241 - - [2026-01-22 02:21:21] "POST /neutron/network HTTP/1.1" 200 117 0.033063 10.0.0.241 - - [2026-01-22 02:21:21] "GET /projects?obj_uuids=a31a0a9e-0d32-4c01-a784-b82e69c7d98b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000898 10.0.0.241 - - [2026-01-22 02:21:21] "POST /neutron/network HTTP/1.1" 200 618 0.062915 10.0.0.241 - - [2026-01-22 02:21:21] "POST /route-targets HTTP/1.1" 200 328 0.009651 10.0.0.241 - - [2026-01-22 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.010136 10.0.0.241 - - [2026-01-22 02:21:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003958 10.0.0.241 - - [2026-01-22 02:21:21] "POST /neutron/subnet HTTP/1.1" 200 711 0.164845 10.0.0.241 - - [2026-01-22 02:21:21] "POST /neutron/network HTTP/1.1" 200 833 0.005910 10.0.0.241 - - [2026-01-22 02:21:21] "POST /id-to-fqname HTTP/1.1" 200 227 0.001284 10.0.0.241 - - [2026-01-22 02:21:21] "GET /virtual-network/8cd4f2d0-f3db-4f2d-af9b-4a1c95262067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005254 10.0.0.241 - - [2026-01-22 02:21:21] "POST /neutron/network HTTP/1.1" 200 833 0.005386 10.0.0.241 - - [2026-01-22 02:21:21] "GET /virtual-network/8cd4f2d0-f3db-4f2d-af9b-4a1c95262067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004811 10.0.0.241 - - [2026-01-22 02:21:21] "POST /neutron/network HTTP/1.1" 200 833 0.005324 10.0.0.241 - - [2026-01-22 02:21:21] "POST /neutron/subnet HTTP/1.1" 200 711 0.006505 10.0.0.241 - - [2026-01-22 02:21:21] "POST /neutron/network HTTP/1.1" 200 807 0.011153 10.0.0.241 - - [2026-01-22 02:21:21] "POST /neutron/network HTTP/1.1" 200 833 0.006960 10.0.0.241 - - [2026-01-22 02:21:21] "POST /id-to-fqname HTTP/1.1" 200 227 0.001400 10.0.0.241 - - [2026-01-22 02:21:21] "POST /neutron/network HTTP/1.1" 200 843 0.006144 10.0.0.241 - - [2026-01-22 02:21:21] "GET /aaa-mode HTTP/1.1" 401 293 0.000605 10.0.0.241 - - [2026-01-22 02:21:22] "GET / HTTP/1.1" 200 36215 0.001818 10.0.0.241 - - [2026-01-22 02:21:22] "GET /project/a31a0a9e-0d32-4c01-a784-b82e69c7d98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000392 10.0.0.241 - - [2026-01-22 02:21:22] "GET /projects?obj_uuids=a31a0a9e-0d32-4c01-a784-b82e69c7d98b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001033 10.0.0.241 - - [2026-01-22 02:21:22] "GET /project/a31a0a9e-0d32-4c01-a784-b82e69c7d98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.050094 10.0.0.241 - - [2026-01-22 02:21:22] "POST /neutron/network HTTP/1.1" 200 833 0.036829 10.0.0.241 - - [2026-01-22 02:21:22] "POST /neutron/port HTTP/1.1" 200 117 0.004983 10.0.0.241 - - [2026-01-22 02:21:22] "POST /neutron/port HTTP/1.1" 200 117 0.004992 10.0.0.241 - - [2026-01-22 02:21:22] "POST /neutron/port HTTP/1.1" 200 117 0.004681 10.0.0.241 - - [2026-01-22 02:21:23] "POST /neutron/network HTTP/1.1" 200 843 0.006231 10.0.0.241 - - [2026-01-22 02:21:23] "GET /projects?obj_uuids=a31a0a9e-0d32-4c01-a784-b82e69c7d98b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000953 10.0.0.241 - - [2026-01-22 02:21:23] "POST /neutron/port HTTP/1.1" 200 1058 0.184103 10.0.0.241 - - [2026-01-22 02:21:23] "POST /neutron/port HTTP/1.1" 200 1058 0.035215 10.0.0.241 - - [2026-01-22 02:21:23] "POST /neutron/port HTTP/1.1" 200 1058 0.008867 10.0.0.241 - - [2026-01-22 02:21:23] "POST /neutron/port HTTP/1.1" 200 1112 0.054540 10.0.0.241 - - [2026-01-22 02:21:23] "POST /neutron/port HTTP/1.1" 200 1122 0.010840 10.0.0.241 - - [2026-01-22 02:21:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003542 10.0.0.241 - - [2026-01-22 02:21:23] "POST /neutron/subnet HTTP/1.1" 200 685 0.006552 10.0.0.241 - - [2026-01-22 02:21:23] "POST /neutron/port HTTP/1.1" 200 117 0.001167 10.0.0.241 - - [2026-01-22 02:21:23] "POST /neutron/network HTTP/1.1" 200 833 0.004843 10.0.0.241 - - [2026-01-22 02:21:27] "POST /neutron/port HTTP/1.1" 200 1122 0.014078 10.0.0.241 - - [2026-01-22 02:21:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007051 10.0.0.241 - - [2026-01-22 02:21:27] "POST /neutron/port HTTP/1.1" 200 1122 0.013285 10.0.0.241 - - [2026-01-22 02:21:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006087 10.0.0.241 - - [2026-01-22 02:21:28] "POST /neutron/port HTTP/1.1" 200 1122 0.011929 10.0.0.241 - - [2026-01-22 02:21:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006283 10.0.0.241 - - [2026-01-22 02:21:28] "GET /virtual-machine/a2280635-f551-43d6-b9a4-71db6a1fee8d HTTP/1.1" 200 1296 0.004159 10.0.0.241 - - [2026-01-22 02:21:28] "GET /virtual-machine-interface/6d6b24e7-97cc-45f1-8dd5-5f4153c69999 HTTP/1.1" 200 2970 0.005751 10.0.0.241 - - [2026-01-22 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.241 - - [2026-01-22 02:21:28] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002568 10.0.0.241 - - [2026-01-22 02:21:28] "GET /virtual-networks?parent_id=a31a0a9e-0d32-4c01-a784-b82e69c7d98b&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003088 10.0.0.241 - - [2026-01-22 02:21:28] "GET /virtual-network/8cd4f2d0-f3db-4f2d-af9b-4a1c95262067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005765 10.0.0.241 - - [2026-01-22 02:21:30] "DELETE /project/a31a0a9e0d324c01a784b82e69c7d98b HTTP/1.1" 404 173 0.003540 10.0.0.241 - - [2026-01-22 02:21:30] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000814 10.0.0.241 - - [2026-01-22 02:21:30] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.025410 10.0.0.241 - - [2026-01-22 02:21:30] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001317 10.0.0.241 - - [2026-01-22 02:21:30] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2?fields=security_groups HTTP/1.1" 200 1358 0.069995 10.0.0.241 - - [2026-01-22 02:21:30] "DELETE /security-group/d78137ec-c79c-4dec-9838-692497453016 HTTP/1.1" 200 115 0.051482 10.0.0.241 - - [2026-01-22 02:21:30] "GET /projects?obj_uuids=f02421f5-2b19-406a-a3aa-f91e5a1c97d2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002040 10.0.0.241 - - [2026-01-22 02:21:30] "DELETE /access-control-list/de0d7445-5c0e-4906-b3d4-3af4fa441ee7 HTTP/1.1" 200 115 0.036252 10.0.0.241 - - [2026-01-22 02:21:30] "GET /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2?fields=application_policy_sets HTTP/1.1" 200 1397 0.041018 10.0.0.241 - - [2026-01-22 02:21:30] "DELETE /access-control-list/7be16894-a403-4fd0-a8d6-a8d6d0735f93 HTTP/1.1" 200 115 0.033986 10.0.0.241 - - [2026-01-22 02:21:30] "DELETE /project/f02421f5-2b19-406a-a3aa-f91e5a1c97d2 HTTP/1.1" 200 115 0.349642 10.0.0.241 - - [2026-01-22 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.241 - - [2026-01-22 02:21:31] "GET /virtual-network/8cd4f2d0-f3db-4f2d-af9b-4a1c95262067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005306 10.0.0.241 - - [2026-01-22 02:21:33] "POST /neutron/port HTTP/1.1" 200 1122 0.039594 10.0.0.241 - - [2026-01-22 02:21:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005064 10.0.0.241 - - [2026-01-22 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002523 10.0.0.241 - - [2026-01-22 02:21:35] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002875 10.0.0.241 - - [2026-01-22 02:21:35] "GET /virtual-networks?parent_id=a31a0a9e-0d32-4c01-a784-b82e69c7d98b&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003232 10.0.0.241 - - [2026-01-22 02:21:35] "GET /virtual-network/8cd4f2d0-f3db-4f2d-af9b-4a1c95262067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004774 10.0.0.241 - - [2026-01-22 02:21:36] "GET /obj-perms HTTP/1.1" 200 5075 0.056524 10.0.0.241 - - [2026-01-22 02:21:36] "GET /obj-perms HTTP/1.1" 200 5075 0.051495 10.0.0.241 - - [2026-01-22 02:21:40] "POST /neutron/network HTTP/1.1" 200 807 0.010487 10.0.0.241 - - [2026-01-22 02:21:40] "POST /neutron/network HTTP/1.1" 200 833 0.007805 10.0.0.241 - - [2026-01-22 02:21:40] "POST /id-to-fqname HTTP/1.1" 200 227 0.001163 10.0.0.241 - - [2026-01-22 02:21:40] "POST /neutron/port HTTP/1.1" 200 1122 0.012667 10.0.0.241 - - [2026-01-22 02:21:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005357 10.0.0.241 - - [2026-01-22 02:21:40] "POST /neutron/network HTTP/1.1" 200 843 0.004998 10.0.0.241 - - [2026-01-22 02:21:40] "GET /aaa-mode HTTP/1.1" 401 293 0.000339 10.0.0.241 - - [2026-01-22 02:21:40] "GET / HTTP/1.1" 200 36215 0.001939 10.0.0.241 - - [2026-01-22 02:21:40] "GET /project/a31a0a9e-0d32-4c01-a784-b82e69c7d98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000370 10.0.0.241 - - [2026-01-22 02:21:41] "GET /projects?obj_uuids=a31a0a9e-0d32-4c01-a784-b82e69c7d98b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000992 10.0.0.241 - - [2026-01-22 02:21:41] "GET /project/a31a0a9e-0d32-4c01-a784-b82e69c7d98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.046784 10.0.0.241 - - [2026-01-22 02:21:41] "POST /neutron/network HTTP/1.1" 200 833 0.005059 10.0.0.241 - - [2026-01-22 02:21:41] "POST /neutron/port HTTP/1.1" 200 1122 0.014467 10.0.0.241 - - [2026-01-22 02:21:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007433 10.0.0.241 - - [2026-01-22 02:21:41] "POST /neutron/port HTTP/1.1" 200 117 0.008614 10.0.0.241 - - [2026-01-22 02:21:41] "POST /neutron/port HTTP/1.1" 200 117 0.004753 10.0.0.241 - - [2026-01-22 02:21:41] "POST /neutron/network HTTP/1.1" 200 843 0.005345 10.0.0.241 - - [2026-01-22 02:21:41] "GET /projects?obj_uuids=a31a0a9e-0d32-4c01-a784-b82e69c7d98b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001288 10.0.0.241 - - [2026-01-22 02:21:41] "POST /neutron/port HTTP/1.1" 200 1058 0.188031 10.0.0.241 - - [2026-01-22 02:21:41] "POST /neutron/port HTTP/1.1" 200 1058 0.013398 10.0.0.241 - - [2026-01-22 02:21:41] "POST /neutron/port HTTP/1.1" 200 1058 0.011251 10.0.0.241 - - [2026-01-22 02:21:42] "POST /neutron/port HTTP/1.1" 200 1112 0.055986 10.0.0.241 - - [2026-01-22 02:21:42] "POST /neutron/port HTTP/1.1" 200 1122 0.012173 10.0.0.241 - - [2026-01-22 02:21:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003408 10.0.0.241 - - [2026-01-22 02:21:42] "POST /neutron/subnet HTTP/1.1" 200 685 0.006194 10.0.0.241 - - [2026-01-22 02:21:42] "POST /neutron/port HTTP/1.1" 200 117 0.001187 10.0.0.241 - - [2026-01-22 02:21:42] "POST /neutron/network HTTP/1.1" 200 833 0.006123 10.0.0.241 - - [2026-01-22 02:21:46] "POST /neutron/port HTTP/1.1" 200 1122 0.011607 10.0.0.241 - - [2026-01-22 02:21:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005806 10.0.0.241 - - [2026-01-22 02:21:46] "POST /neutron/port HTTP/1.1" 200 1122 0.012222 10.0.0.241 - - [2026-01-22 02:21:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005254 10.0.0.241 - - [2026-01-22 02:21:46] "POST /neutron/port HTTP/1.1" 200 1122 0.011916 10.0.0.241 - - [2026-01-22 02:21:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006253 10.0.0.241 - - [2026-01-22 02:21:46] "GET /virtual-machine/c2cf8a81-0d96-47f4-a568-0390ba4bbcc8 HTTP/1.1" 200 1296 0.004104 10.0.0.241 - - [2026-01-22 02:21:46] "GET /virtual-machine-interface/6cb6ef08-fe8b-4da1-a8ed-0807068bcd81 HTTP/1.1" 200 2970 0.005106 10.0.0.241 - - [2026-01-22 02:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002576 10.0.0.241 - - [2026-01-22 02:21:46] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002902 10.0.0.241 - - [2026-01-22 02:21:46] "GET /virtual-networks?parent_id=a31a0a9e-0d32-4c01-a784-b82e69c7d98b&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002549 10.0.0.241 - - [2026-01-22 02:21:46] "GET /virtual-network/8cd4f2d0-f3db-4f2d-af9b-4a1c95262067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005480 10.0.0.241 - - [2026-01-22 02:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.241 - - [2026-01-22 02:21:49] "GET /virtual-network/8cd4f2d0-f3db-4f2d-af9b-4a1c95262067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007828 10.0.0.241 - - [2026-01-22 02:21:51] "POST /neutron/port HTTP/1.1" 200 1122 0.013452 10.0.0.241 - - [2026-01-22 02:21:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005060 10.0.0.241 - - [2026-01-22 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.241 - - [2026-01-22 02:21:52] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002852 10.0.0.241 - - [2026-01-22 02:21:52] "GET /virtual-networks?parent_id=a31a0a9e-0d32-4c01-a784-b82e69c7d98b&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002704 10.0.0.241 - - [2026-01-22 02:21:52] "GET /virtual-network/8cd4f2d0-f3db-4f2d-af9b-4a1c95262067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008133 10.0.0.241 - - [2026-01-22 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.241 - - [2026-01-22 02:21:59] "DELETE /virtual-DNS/257927e2-ec54-4a97-a06f-afd9bbf29b23 HTTP/1.1" 409 236 0.006718 10.0.0.241 - - [2026-01-22 02:21:59] "POST /fqname-to-id HTTP/1.1" 404 192 0.002811 10.0.0.241 - - [2026-01-22 02:21:59] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.019257 10.0.0.241 - - [2026-01-22 02:21:59] "GET /virtual-DNS-record/37be3124-8f36-4afd-882a-29a7f80eb151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004867 10.0.0.241 - - [2026-01-22 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.241 - - [2026-01-22 02:21:59] "GET /virtual-DNS-record/37be3124-8f36-4afd-882a-29a7f80eb151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.003136 10.0.0.241 - - [2026-01-22 02:21:59] "GET /domains HTTP/1.1" 200 281 0.004002 10.0.0.241 - - [2026-01-22 02:21:59] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000922 10.0.0.241 - - [2026-01-22 02:21:59] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2786 0.007543 10.0.0.241 - - [2026-01-22 02:21:59] "GET /virtual-DNS/257927e2-ec54-4a97-a06f-afd9bbf29b23 HTTP/1.1" 200 1910 0.003392 10.0.0.241 - - [2026-01-22 02:21:59] "GET /virtual-DNS-record/37be3124-8f36-4afd-882a-29a7f80eb151 HTTP/1.1" 200 1336 0.002487 10.0.0.241 - - [2026-01-22 02:22:00] "POST /neutron/port HTTP/1.1" 200 1122 0.018026 10.0.0.241 - - [2026-01-22 02:22:00] "POST /neutron/port HTTP/1.1" 200 1122 0.013700 10.0.0.241 - - [2026-01-22 02:22:00] "POST /neutron/network HTTP/1.1" 200 843 0.005407 10.0.0.241 - - [2026-01-22 02:22:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003985 10.0.0.241 - - [2026-01-22 02:22:00] "POST /neutron/subnet HTTP/1.1" 200 685 0.008039 10.0.0.241 - - [2026-01-22 02:22:00] "POST /neutron/port HTTP/1.1" 200 117 0.001504 10.0.0.241 - - [2026-01-22 02:22:00] "POST /neutron/network HTTP/1.1" 200 833 0.005643 10.0.0.241 - - [2026-01-22 02:22:05] "DELETE /virtual-DNS-record/37be3124-8f36-4afd-882a-29a7f80eb151 HTTP/1.1" 200 115 0.024416 10.0.0.241 - - [2026-01-22 02:22:05] "POST /fqname-to-id HTTP/1.1" 404 184 0.002553 10.0.0.241 - - [2026-01-22 02:22:05] "POST /neutron/network HTTP/1.1" 200 833 0.005178 10.0.0.241 - - [2026-01-22 02:22:05] "POST /neutron/network HTTP/1.1" 400 204 0.010525 10.0.0.241 - - [2026-01-22 02:22:05] "POST /neutron/port HTTP/1.1" 200 1122 0.012550 10.0.0.241 - - [2026-01-22 02:22:05] "POST /neutron/port HTTP/1.1" 200 1112 0.009233 10.0.0.241 - - [2026-01-22 02:22:05] "POST /neutron/port HTTP/1.1" 200 1122 0.009619 10.0.0.241 - - [2026-01-22 02:22:05] "POST /neutron/port HTTP/1.1" 200 1112 0.011705 10.0.0.241 - - [2026-01-22 02:22:05] "POST /neutron/port HTTP/1.1" 200 151 0.103268 10.0.0.241 - - [2026-01-22 02:22:05] "POST /neutron/port HTTP/1.1" 200 151 0.106389 10.0.0.241 - - [2026-01-22 02:22:07] "POST /neutron/network HTTP/1.1" 200 833 0.005477 10.0.0.241 - - [2026-01-22 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.241 - - [2026-01-22 02:22:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002509 10.0.0.241 - - [2026-01-22 02:22:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002001 10.0.0.241 - - [2026-01-22 02:22:07] "DELETE /route-target/58d0ee0e-2c03-4c6c-bfce-d0d7753fe834 HTTP/1.1" 200 115 0.065433 10.0.0.241 - - [2026-01-22 02:22:07] "POST /neutron/network HTTP/1.1" 200 151 0.231908 10.0.0.241 - - [2026-01-22 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.241 - - [2026-01-22 02:22:07] "DELETE /network-ipam/705981ae-cb00-48c3-ad39-cb4f236b874c HTTP/1.1" 200 115 0.020371 10.0.0.241 - - [2026-01-22 02:22:07] "DELETE /virtual-DNS/257927e2-ec54-4a97-a06f-afd9bbf29b23 HTTP/1.1" 200 115 0.021115 10.0.0.241 - - [2026-01-22 02:22:07] "POST /fqname-to-id HTTP/1.1" 404 180 0.003663 10.0.0.241 - - [2026-01-22 02:22:07] "GET /domains HTTP/1.1" 200 281 0.002998 10.0.0.241 - - [2026-01-22 02:22:07] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000970 10.0.0.241 - - [2026-01-22 02:22:07] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2585 0.011066 10.0.0.241 - - [2026-01-22 02:22:07] "GET /projects?obj_uuids=a31a0a9e-0d32-4c01-a784-b82e69c7d98b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001010 10.0.0.241 - - [2026-01-22 02:22:07] "GET /project/a31a0a9e-0d32-4c01-a784-b82e69c7d98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.025299 10.0.0.241 - - [2026-01-22 02:22:07] "GET /projects?obj_uuids=a31a0a9e-0d32-4c01-a784-b82e69c7d98b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000985 10.0.0.241 - - [2026-01-22 02:22:07] "GET /project/a31a0a9e-0d32-4c01-a784-b82e69c7d98b?fields=virtual_networks HTTP/1.1" 200 1036 0.063910 10.0.0.241 - - [2026-01-22 02:22:08] "GET /projects?obj_uuids=a31a0a9e-0d32-4c01-a784-b82e69c7d98b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000924 10.0.0.241 - - [2026-01-22 02:22:08] "GET /project/a31a0a9e-0d32-4c01-a784-b82e69c7d98b?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.023630 10.0.0.241 - - [2026-01-22 02:22:08] "GET /projects?obj_uuids=a31a0a9e-0d32-4c01-a784-b82e69c7d98b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.241 - - [2026-01-22 02:22:08] "GET /project/a31a0a9e-0d32-4c01-a784-b82e69c7d98b?fields=security_groups HTTP/1.1" 200 1264 0.024617 10.0.0.241 - - [2026-01-22 02:22:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.027800 10.0.0.241 - - [2026-01-22 02:22:09] "GET /projects?obj_uuids=f1cd579d-b3cb-4c27-9231-622e43247a1e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002505 10.0.0.241 - - [2026-01-22 02:22:09] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001058 10.0.0.241 - - [2026-01-22 02:22:09] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006212 10.0.0.241 - - [2026-01-22 02:22:09] "POST /id-to-fqname HTTP/1.1" 200 191 0.003139 10.0.0.241 - - [2026-01-22 02:22:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.002612 10.0.0.241 - - [2026-01-22 02:22:09] "POST /security-groups HTTP/1.1" 200 592 0.060251 10.0.0.241 - - [2026-01-22 02:22:09] "POST /fqname-to-id HTTP/1.1" 404 235 0.002296 10.0.0.241 - - [2026-01-22 02:22:09] "POST /projects HTTP/1.1" 200 587 0.200999 10.0.0.241 - - [2026-01-22 02:22:09] "POST /access-control-lists HTTP/1.1" 200 599 0.053653 10.0.0.241 - - [2026-01-22 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.272682 10.0.0.241 - - [2026-01-22 02:22:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.002402 10.0.0.241 - - [2026-01-22 02:22:09] "GET /project/f1cd579d-b3cb-4c27-9231-622e43247a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.397296 10.0.0.241 - - [2026-01-22 02:22:09] "POST /access-control-lists HTTP/1.1" 200 597 0.061604 10.0.0.241 - - [2026-01-22 02:22:10] "GET / HTTP/1.1" 200 36215 0.002038 10.0.0.241 - - [2026-01-22 02:22:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000441 10.0.0.241 - - [2026-01-22 02:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.063595 10.0.0.241 - - [2026-01-22 02:22:11] "GET /projects?obj_uuids=f1cd579d-b3cb-4c27-9231-622e43247a1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000901 10.0.0.241 - - [2026-01-22 02:22:11] "GET /project/f1cd579d-b3cb-4c27-9231-622e43247a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.023033 10.0.0.241 - - [2026-01-22 02:22:11] "POST /neutron/network HTTP/1.1" 200 117 0.040025 10.0.0.241 - - [2026-01-22 02:22:11] "GET /projects?obj_uuids=f1cd579d-b3cb-4c27-9231-622e43247a1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001080 10.0.0.241 - - [2026-01-22 02:22:11] "POST /neutron/network HTTP/1.1" 200 606 0.071273 10.0.0.241 - - [2026-01-22 02:22:11] "POST /route-targets HTTP/1.1" 200 328 0.013028 10.0.0.241 - - [2026-01-22 02:22:11] "POST /ref-update HTTP/1.1" 200 156 0.013700 10.0.0.241 - - [2026-01-22 02:22:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004990 10.0.0.241 - - [2026-01-22 02:22:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.159874 10.0.0.241 - - [2026-01-22 02:22:12] "POST /neutron/network HTTP/1.1" 200 825 0.004918 10.0.0.241 - - [2026-01-22 02:22:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.001122 10.0.0.241 - - [2026-01-22 02:22:12] "GET /virtual-network/259616fd-9c59-4024-9871-4010dd37ce44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005069 10.0.0.241 - - [2026-01-22 02:22:12] "POST /neutron/network HTTP/1.1" 200 825 0.006600 10.0.0.241 - - [2026-01-22 02:22:12] "GET /virtual-network/259616fd-9c59-4024-9871-4010dd37ce44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006953 10.0.0.241 - - [2026-01-22 02:22:12] "POST /neutron/network HTTP/1.1" 200 825 0.007065 10.0.0.241 - - [2026-01-22 02:22:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.009125 10.0.0.241 - - [2026-01-22 02:22:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.001202 10.0.0.241 - - [2026-01-22 02:22:12] "POST /neutron/network HTTP/1.1" 200 835 0.005020 10.0.0.241 - - [2026-01-22 02:22:12] "GET /aaa-mode HTTP/1.1" 401 293 0.000407 10.0.0.241 - - [2026-01-22 02:22:12] "GET / HTTP/1.1" 200 36215 0.001545 10.0.0.241 - - [2026-01-22 02:22:12] "GET /project/f1cd579d-b3cb-4c27-9231-622e43247a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000362 10.0.0.241 - - [2026-01-22 02:22:13] "GET /projects?obj_uuids=f1cd579d-b3cb-4c27-9231-622e43247a1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001050 10.0.0.241 - - [2026-01-22 02:22:13] "GET /project/f1cd579d-b3cb-4c27-9231-622e43247a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.048058 10.0.0.241 - - [2026-01-22 02:22:13] "POST /neutron/network HTTP/1.1" 200 825 0.004762 10.0.0.241 - - [2026-01-22 02:22:13] "POST /neutron/port HTTP/1.1" 200 117 0.004168 10.0.0.241 - - [2026-01-22 02:22:13] "POST /neutron/port HTTP/1.1" 200 117 0.004985 10.0.0.241 - - [2026-01-22 02:22:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001760 10.0.0.241 - - [2026-01-22 02:22:13] "POST /neutron/port HTTP/1.1" 200 117 0.005688 10.0.0.241 - - [2026-01-22 02:22:13] "POST /neutron/network HTTP/1.1" 200 835 0.005504 10.0.0.241 - - [2026-01-22 02:22:13] "GET /aaa-mode HTTP/1.1" 401 293 0.000362 10.0.0.241 - - [2026-01-22 02:22:13] "POST /neutron/network HTTP/1.1" 200 835 0.005766 10.0.0.241 - - [2026-01-22 02:22:13] "GET /projects?obj_uuids=f1cd579d-b3cb-4c27-9231-622e43247a1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001463 10.0.0.241 - - [2026-01-22 02:22:13] "GET / HTTP/1.1" 200 36215 0.001783 10.0.0.241 - - [2026-01-22 02:22:13] "GET /project/f1cd579d-b3cb-4c27-9231-622e43247a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000425 10.0.0.241 - - [2026-01-22 02:22:13] "POST /neutron/port HTTP/1.1" 200 1061 0.190993 10.0.0.241 - - [2026-01-22 02:22:14] "POST /neutron/port HTTP/1.1" 200 1061 0.011501 10.0.0.241 - - [2026-01-22 02:22:14] "POST /neutron/port HTTP/1.1" 200 1061 0.011024 10.0.0.241 - - [2026-01-22 02:22:14] "POST /neutron/port HTTP/1.1" 200 1115 0.062943 10.0.0.241 - - [2026-01-22 02:22:14] "POST /neutron/port HTTP/1.1" 200 1125 0.011558 10.0.0.241 - - [2026-01-22 02:22:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003165 10.0.0.241 - - [2026-01-22 02:22:14] "POST /neutron/subnet HTTP/1.1" 200 698 0.007480 10.0.0.241 - - [2026-01-22 02:22:14] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.241 - - [2026-01-22 02:22:14] "POST /neutron/network HTTP/1.1" 200 825 0.004557 10.0.0.241 - - [2026-01-22 02:22:14] "GET /projects?obj_uuids=f1cd579d-b3cb-4c27-9231-622e43247a1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002419 10.0.0.241 - - [2026-01-22 02:22:14] "GET /project/f1cd579d-b3cb-4c27-9231-622e43247a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.050578 10.0.0.241 - - [2026-01-22 02:22:14] "POST /neutron/network HTTP/1.1" 200 825 0.004865 10.0.0.241 - - [2026-01-22 02:22:14] "POST /neutron/port HTTP/1.1" 200 1125 0.016893 10.0.0.241 - - [2026-01-22 02:22:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008116 10.0.0.241 - - [2026-01-22 02:22:14] "POST /neutron/port HTTP/1.1" 200 117 0.006331 10.0.0.241 - - [2026-01-22 02:22:14] "POST /neutron/port HTTP/1.1" 200 1125 0.022871 10.0.0.241 - - [2026-01-22 02:22:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006927 10.0.0.241 - - [2026-01-22 02:22:14] "POST /neutron/network HTTP/1.1" 200 835 0.007268 10.0.0.241 - - [2026-01-22 02:22:14] "GET /projects?obj_uuids=f1cd579d-b3cb-4c27-9231-622e43247a1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001256 10.0.0.241 - - [2026-01-22 02:22:15] "POST /neutron/port HTTP/1.1" 200 1061 0.246813 10.0.0.241 - - [2026-01-22 02:22:15] "POST /neutron/port HTTP/1.1" 200 1061 0.014932 10.0.0.241 - - [2026-01-22 02:22:15] "POST /neutron/port HTTP/1.1" 200 1061 0.012986 10.0.0.241 - - [2026-01-22 02:22:15] "POST /neutron/port HTTP/1.1" 200 1115 0.090680 10.0.0.241 - - [2026-01-22 02:22:15] "POST /neutron/port HTTP/1.1" 200 1125 0.016837 10.0.0.241 - - [2026-01-22 02:22:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004231 10.0.0.241 - - [2026-01-22 02:22:15] "POST /neutron/subnet HTTP/1.1" 200 698 0.007530 10.0.0.241 - - [2026-01-22 02:22:15] "POST /neutron/port HTTP/1.1" 200 117 0.001128 10.0.0.241 - - [2026-01-22 02:22:15] "POST /neutron/network HTTP/1.1" 200 825 0.005183 10.0.0.241 - - [2026-01-22 02:22:19] "POST /neutron/port HTTP/1.1" 200 1125 0.017561 10.0.0.241 - - [2026-01-22 02:22:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005598 10.0.0.241 - - [2026-01-22 02:22:19] "POST /neutron/port HTTP/1.1" 200 1125 0.010617 10.0.0.241 - - [2026-01-22 02:22:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005678 10.0.0.241 - - [2026-01-22 02:22:19] "POST /neutron/port HTTP/1.1" 200 1125 0.011621 10.0.0.241 - - [2026-01-22 02:22:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006506 10.0.0.241 - - [2026-01-22 02:22:19] "GET /virtual-machine/d1210a2e-c995-4709-bf97-551b6bf8e241 HTTP/1.1" 401 293 0.000417 10.0.0.241 - - [2026-01-22 02:22:20] "GET /virtual-machine/d1210a2e-c995-4709-bf97-551b6bf8e241 HTTP/1.1" 200 1296 0.034255 10.0.0.241 - - [2026-01-22 02:22:20] "GET /virtual-machine-interface/2771dfd6-e1d8-4d9b-bf52-e3e2cd2b76f7 HTTP/1.1" 200 2952 0.004410 10.0.0.241 - - [2026-01-22 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002415 10.0.0.241 - - [2026-01-22 02:22:20] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002744 10.0.0.241 - - [2026-01-22 02:22:20] "GET /virtual-networks?parent_id=f1cd579d-b3cb-4c27-9231-622e43247a1e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002836 10.0.0.241 - - [2026-01-22 02:22:20] "GET /virtual-network/259616fd-9c59-4024-9871-4010dd37ce44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005042 10.0.0.241 - - [2026-01-22 02:22:23] "POST /neutron/port HTTP/1.1" 200 1125 0.012086 10.0.0.241 - - [2026-01-22 02:22:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005058 10.0.0.241 - - [2026-01-22 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.241 - - [2026-01-22 02:22:23] "GET /virtual-network/259616fd-9c59-4024-9871-4010dd37ce44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004704 10.0.0.241 - - [2026-01-22 02:22:24] "POST /neutron/port HTTP/1.1" 200 1125 0.011717 10.0.0.241 - - [2026-01-22 02:22:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005215 10.0.0.241 - - [2026-01-22 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.241 - - [2026-01-22 02:22:25] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003378 10.0.0.241 - - [2026-01-22 02:22:25] "GET /virtual-networks?parent_id=f1cd579d-b3cb-4c27-9231-622e43247a1e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003458 10.0.0.241 - - [2026-01-22 02:22:25] "GET /virtual-network/259616fd-9c59-4024-9871-4010dd37ce44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006091 10.0.0.241 - - [2026-01-22 02:22:26] "POST /neutron/port HTTP/1.1" 200 1125 0.011215 10.0.0.241 - - [2026-01-22 02:22:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005787 10.0.0.241 - - [2026-01-22 02:22:26] "POST /neutron/port HTTP/1.1" 200 1125 0.011703 10.0.0.241 - - [2026-01-22 02:22:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005484 10.0.0.241 - - [2026-01-22 02:22:26] "POST /neutron/port HTTP/1.1" 200 1125 0.012859 10.0.0.241 - - [2026-01-22 02:22:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006239 10.0.0.241 - - [2026-01-22 02:22:26] "GET /virtual-machine/e6aa00ba-4f84-4800-b563-f747701c3155 HTTP/1.1" 200 1296 0.003924 10.0.0.241 - - [2026-01-22 02:22:26] "GET /virtual-machine-interface/8270ad4b-9734-4c92-a200-46178cdbf7b8 HTTP/1.1" 200 2952 0.004344 10.0.0.241 - - [2026-01-22 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.241 - - [2026-01-22 02:22:26] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003063 10.0.0.241 - - [2026-01-22 02:22:26] "GET /virtual-networks?parent_id=f1cd579d-b3cb-4c27-9231-622e43247a1e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002984 10.0.0.241 - - [2026-01-22 02:22:26] "GET /virtual-network/259616fd-9c59-4024-9871-4010dd37ce44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005633 10.0.0.241 - - [2026-01-22 02:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.241 - - [2026-01-22 02:22:27] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002978 10.0.0.241 - - [2026-01-22 02:22:27] "GET /virtual-networks?parent_id=f1cd579d-b3cb-4c27-9231-622e43247a1e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002564 10.0.0.241 - - [2026-01-22 02:22:27] "GET /virtual-network/259616fd-9c59-4024-9871-4010dd37ce44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005913 10.0.0.241 - - [2026-01-22 02:22:30] "DELETE /project/f1cd579db3cb4c279231622e43247a1e HTTP/1.1" 404 173 0.003855 10.0.0.241 - - [2026-01-22 02:22:30] "GET /projects?obj_uuids=a31a0a9e-0d32-4c01-a784-b82e69c7d98b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000812 10.0.0.241 - - [2026-01-22 02:22:30] "GET /project/a31a0a9e-0d32-4c01-a784-b82e69c7d98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.022078 10.0.0.241 - - [2026-01-22 02:22:30] "GET /projects?obj_uuids=a31a0a9e-0d32-4c01-a784-b82e69c7d98b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000770 10.0.0.241 - - [2026-01-22 02:22:30] "GET /project/a31a0a9e-0d32-4c01-a784-b82e69c7d98b?fields=security_groups HTTP/1.1" 200 1366 0.065760 10.0.0.241 - - [2026-01-22 02:22:30] "DELETE /security-group/c325ad04-85ee-452e-bad4-009d1cb520ac HTTP/1.1" 200 115 0.029908 10.0.0.241 - - [2026-01-22 02:22:30] "GET /projects?obj_uuids=a31a0a9e-0d32-4c01-a784-b82e69c7d98b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001085 10.0.0.241 - - [2026-01-22 02:22:30] "GET /project/a31a0a9e-0d32-4c01-a784-b82e69c7d98b?fields=application_policy_sets HTTP/1.1" 200 1405 0.026466 10.0.0.241 - - [2026-01-22 02:22:30] "DELETE /access-control-list/cf44c033-aefd-46be-98c9-8f885a6fe76b HTTP/1.1" 200 115 0.034447 10.0.0.241 - - [2026-01-22 02:22:30] "DELETE /access-control-list/94190d70-70dc-4a54-be6c-31c4c53c3b1d HTTP/1.1" 200 115 0.018539 10.0.0.241 - - [2026-01-22 02:22:30] "DELETE /project/a31a0a9e-0d32-4c01-a784-b82e69c7d98b HTTP/1.1" 200 115 0.298552 10.0.0.241 - - [2026-01-22 02:22:32] "POST /neutron/network HTTP/1.1" 200 825 0.009185 10.0.0.241 - - [2026-01-22 02:22:32] "POST /neutron/network HTTP/1.1" 400 204 0.010468 10.0.0.241 - - [2026-01-22 02:22:32] "POST /neutron/port HTTP/1.1" 200 1125 0.011981 10.0.0.241 - - [2026-01-22 02:22:32] "POST /neutron/port HTTP/1.1" 200 1115 0.010609 10.0.0.241 - - [2026-01-22 02:22:32] "POST /neutron/port HTTP/1.1" 200 1125 0.013464 10.0.0.241 - - [2026-01-22 02:22:32] "POST /neutron/port HTTP/1.1" 200 1115 0.013386 10.0.0.241 - - [2026-01-22 02:22:32] "POST /neutron/port HTTP/1.1" 200 151 0.141237 10.0.0.241 - - [2026-01-22 02:22:32] "POST /neutron/port HTTP/1.1" 200 151 0.140952 10.0.0.241 - - [2026-01-22 02:22:34] "POST /neutron/network HTTP/1.1" 200 825 0.006597 10.0.0.241 - - [2026-01-22 02:22:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002303 10.0.0.241 - - [2026-01-22 02:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.241 - - [2026-01-22 02:22:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001826 10.0.0.241 - - [2026-01-22 02:22:34] "POST /neutron/network HTTP/1.1" 200 151 0.082326 10.0.0.241 - - [2026-01-22 02:22:34] "DELETE /route-target/dd309828-b81e-46b5-927d-543a6ee4740b HTTP/1.1" 200 115 0.013596 10.0.0.241 - - [2026-01-22 02:22:34] "GET /projects?obj_uuids=f1cd579d-b3cb-4c27-9231-622e43247a1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001094 10.0.0.241 - - [2026-01-22 02:22:34] "GET /project/f1cd579d-b3cb-4c27-9231-622e43247a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.022282 10.0.0.241 - - [2026-01-22 02:22:34] "GET /projects?obj_uuids=f1cd579d-b3cb-4c27-9231-622e43247a1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000868 10.0.0.241 - - [2026-01-22 02:22:34] "GET /project/f1cd579d-b3cb-4c27-9231-622e43247a1e?fields=virtual_networks HTTP/1.1" 200 1036 0.068346 10.0.0.241 - - [2026-01-22 02:22:34] "GET /projects?obj_uuids=f1cd579d-b3cb-4c27-9231-622e43247a1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000951 10.0.0.241 - - [2026-01-22 02:22:34] "GET /project/f1cd579d-b3cb-4c27-9231-622e43247a1e?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.026042 10.0.0.241 - - [2026-01-22 02:22:34] "GET /projects?obj_uuids=f1cd579d-b3cb-4c27-9231-622e43247a1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000964 10.0.0.241 - - [2026-01-22 02:22:34] "GET /project/f1cd579d-b3cb-4c27-9231-622e43247a1e?fields=security_groups HTTP/1.1" 200 1264 0.027639 10.0.0.241 - - [2026-01-22 02:22:35] "POST /fqname-to-id HTTP/1.1" 404 188 0.028566 10.0.0.241 - - [2026-01-22 02:22:35] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002987 10.0.0.241 - - [2026-01-22 02:22:35] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001100 10.0.0.241 - - [2026-01-22 02:22:35] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006272 10.0.0.241 - - [2026-01-22 02:22:35] "POST /id-to-fqname HTTP/1.1" 200 190 0.002595 10.0.0.241 - - [2026-01-22 02:22:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.004335 10.0.0.241 - - [2026-01-22 02:22:36] "POST /security-groups HTTP/1.1" 200 591 0.059821 10.0.0.241 - - [2026-01-22 02:22:36] "POST /fqname-to-id HTTP/1.1" 404 234 0.002688 10.0.0.241 - - [2026-01-22 02:22:36] "POST /projects HTTP/1.1" 200 585 0.215917 10.0.0.241 - - [2026-01-22 02:22:36] "POST /access-control-lists HTTP/1.1" 200 598 0.058141 10.0.0.241 - - [2026-01-22 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.284474 10.0.0.241 - - [2026-01-22 02:22:36] "POST /fqname-to-id HTTP/1.1" 404 233 0.002634 10.0.0.241 - - [2026-01-22 02:22:36] "GET /project/0417e3ca-8ee5-4bdf-9b77-a58186c1005e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.411180 10.0.0.241 - - [2026-01-22 02:22:36] "POST /access-control-lists HTTP/1.1" 200 596 0.057146 10.0.0.241 - - [2026-01-22 02:22:37] "GET /obj-perms HTTP/1.1" 200 5075 0.076938 10.0.0.241 - - [2026-01-22 02:22:37] "GET /obj-perms HTTP/1.1" 200 5075 0.080319 10.0.0.241 - - [2026-01-22 02:22:38] "GET / HTTP/1.1" 200 36215 0.001566 10.0.0.241 - - [2026-01-22 02:22:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000617 10.0.0.241 - - [2026-01-22 02:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.061601 10.0.0.241 - - [2026-01-22 02:22:39] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001006 10.0.0.241 - - [2026-01-22 02:22:39] "GET /project/0417e3ca-8ee5-4bdf-9b77-a58186c1005e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.025620 10.0.0.241 - - [2026-01-22 02:22:39] "POST /neutron/network HTTP/1.1" 200 117 0.037798 10.0.0.241 - - [2026-01-22 02:22:39] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000980 10.0.0.241 - - [2026-01-22 02:22:39] "POST /neutron/network HTTP/1.1" 200 625 0.061253 10.0.0.241 - - [2026-01-22 02:22:39] "POST /route-targets HTTP/1.1" 200 328 0.011561 10.0.0.241 - - [2026-01-22 02:22:39] "POST /ref-update HTTP/1.1" 200 156 0.008853 10.0.0.241 - - [2026-01-22 02:22:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002024 10.0.0.241 - - [2026-01-22 02:22:39] "POST /neutron/subnet HTTP/1.1" 200 701 0.149197 10.0.0.241 - - [2026-01-22 02:22:39] "POST /neutron/network HTTP/1.1" 200 839 0.004414 10.0.0.241 - - [2026-01-22 02:22:39] "POST /id-to-fqname HTTP/1.1" 200 230 0.001090 10.0.0.241 - - [2026-01-22 02:22:39] "GET /virtual-network/ac63dca0-280e-4d0c-941a-dfcd90205de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004293 10.0.0.241 - - [2026-01-22 02:22:39] "POST /neutron/network HTTP/1.1" 200 839 0.005091 10.0.0.241 - - [2026-01-22 02:22:39] "GET /virtual-network/ac63dca0-280e-4d0c-941a-dfcd90205de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004783 10.0.0.241 - - [2026-01-22 02:22:39] "POST /neutron/network HTTP/1.1" 200 839 0.005120 10.0.0.241 - - [2026-01-22 02:22:39] "POST /neutron/subnet HTTP/1.1" 200 701 0.005892 10.0.0.241 - - [2026-01-22 02:22:39] "POST /neutron/network HTTP/1.1" 200 839 0.004761 10.0.0.241 - - [2026-01-22 02:22:39] "POST /id-to-fqname HTTP/1.1" 200 230 0.000916 10.0.0.241 - - [2026-01-22 02:22:39] "POST /neutron/network HTTP/1.1" 200 849 0.005571 10.0.0.241 - - [2026-01-22 02:22:39] "GET /aaa-mode HTTP/1.1" 401 293 0.000424 10.0.0.241 - - [2026-01-22 02:22:40] "GET / HTTP/1.1" 200 36215 0.002187 10.0.0.241 - - [2026-01-22 02:22:40] "GET /project/0417e3ca-8ee5-4bdf-9b77-a58186c1005e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000719 10.0.0.241 - - [2026-01-22 02:22:40] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001197 10.0.0.241 - - [2026-01-22 02:22:40] "GET /project/0417e3ca-8ee5-4bdf-9b77-a58186c1005e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.056775 10.0.0.241 - - [2026-01-22 02:22:40] "POST /neutron/network HTTP/1.1" 200 839 0.005859 10.0.0.241 - - [2026-01-22 02:22:40] "POST /neutron/port HTTP/1.1" 200 117 0.005407 10.0.0.241 - - [2026-01-22 02:22:40] "POST /neutron/port HTTP/1.1" 200 117 0.005672 10.0.0.241 - - [2026-01-22 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.241 - - [2026-01-22 02:22:40] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003068 10.0.0.241 - - [2026-01-22 02:22:40] "PUT /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c HTTP/1.1" 200 277 0.019807 10.0.0.241 - - [2026-01-22 02:22:40] "POST /neutron/port HTTP/1.1" 200 117 0.004604 10.0.0.241 - - [2026-01-22 02:22:41] "POST /neutron/network HTTP/1.1" 200 849 0.005395 10.0.0.241 - - [2026-01-22 02:22:41] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000983 10.0.0.241 - - [2026-01-22 02:22:41] "POST /neutron/port HTTP/1.1" 200 1055 0.195297 10.0.0.241 - - [2026-01-22 02:22:41] "POST /neutron/port HTTP/1.1" 200 1055 0.009459 10.0.0.241 - - [2026-01-22 02:22:41] "POST /neutron/port HTTP/1.1" 200 1055 0.009770 10.0.0.241 - - [2026-01-22 02:22:41] "POST /neutron/port HTTP/1.1" 200 1109 0.061503 10.0.0.241 - - [2026-01-22 02:22:41] "POST /neutron/port HTTP/1.1" 200 1119 0.010824 10.0.0.241 - - [2026-01-22 02:22:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002855 10.0.0.241 - - [2026-01-22 02:22:41] "POST /neutron/subnet HTTP/1.1" 200 675 0.005594 10.0.0.241 - - [2026-01-22 02:22:41] "POST /neutron/port HTTP/1.1" 200 117 0.001161 10.0.0.241 - - [2026-01-22 02:22:41] "POST /neutron/network HTTP/1.1" 200 839 0.005090 10.0.0.241 - - [2026-01-22 02:22:45] "POST /neutron/port HTTP/1.1" 200 1119 0.012113 10.0.0.241 - - [2026-01-22 02:22:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005750 10.0.0.241 - - [2026-01-22 02:22:46] "POST /neutron/port HTTP/1.1" 200 1119 0.010975 10.0.0.241 - - [2026-01-22 02:22:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006788 10.0.0.241 - - [2026-01-22 02:22:46] "POST /neutron/port HTTP/1.1" 200 1119 0.012126 10.0.0.241 - - [2026-01-22 02:22:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005663 10.0.0.241 - - [2026-01-22 02:22:46] "GET /virtual-machine/111a40c1-5999-4bed-9538-45cc48ade140 HTTP/1.1" 401 293 0.000411 10.0.0.241 - - [2026-01-22 02:22:46] "GET /virtual-machine/111a40c1-5999-4bed-9538-45cc48ade140 HTTP/1.1" 200 1294 0.031607 10.0.0.241 - - [2026-01-22 02:22:46] "GET /virtual-machine-interface/0ff20179-c13c-47e9-b2ee-be9fbe3be24c HTTP/1.1" 200 2977 0.004111 10.0.0.241 - - [2026-01-22 02:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.241 - - [2026-01-22 02:22:46] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.003496 10.0.0.241 - - [2026-01-22 02:22:46] "GET /virtual-networks?parent_id=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003243 10.0.0.241 - - [2026-01-22 02:22:46] "GET /virtual-network/ac63dca0-280e-4d0c-941a-dfcd90205de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005564 10.0.0.241 - - [2026-01-22 02:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.241 - - [2026-01-22 02:22:49] "GET /virtual-network/ac63dca0-280e-4d0c-941a-dfcd90205de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005151 10.0.0.241 - - [2026-01-22 02:22:50] "POST /neutron/port HTTP/1.1" 200 1119 0.017367 10.0.0.241 - - [2026-01-22 02:22:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006166 10.0.0.241 - - [2026-01-22 02:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.241 - - [2026-01-22 02:22:52] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.003149 10.0.0.241 - - [2026-01-22 02:22:52] "GET /virtual-networks?parent_id=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002627 10.0.0.241 - - [2026-01-22 02:22:52] "GET /virtual-network/ac63dca0-280e-4d0c-941a-dfcd90205de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004681 10.0.0.241 - - [2026-01-22 02:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.241 - - [2026-01-22 02:22:54] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.004623 10.0.0.241 - - [2026-01-22 02:22:54] "PUT /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c HTTP/1.1" 200 277 0.008041 10.0.0.241 - - [2026-01-22 02:22:54] "POST /neutron/network HTTP/1.1" 200 839 0.008058 10.0.0.241 - - [2026-01-22 02:22:54] "POST /neutron/network HTTP/1.1" 400 204 0.019258 10.0.0.241 - - [2026-01-22 02:22:54] "POST /neutron/port HTTP/1.1" 200 1119 0.082152 10.0.0.241 - - [2026-01-22 02:22:54] "POST /neutron/port HTTP/1.1" 200 1109 0.009764 10.0.0.241 - - [2026-01-22 02:22:55] "POST /neutron/port HTTP/1.1" 200 151 0.102033 10.0.0.241 - - [2026-01-22 02:22:56] "POST /neutron/network HTTP/1.1" 200 839 0.008315 10.0.0.241 - - [2026-01-22 02:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.241 - - [2026-01-22 02:22:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002889 10.0.0.241 - - [2026-01-22 02:22:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001709 10.0.0.241 - - [2026-01-22 02:22:56] "POST /neutron/network HTTP/1.1" 200 151 0.087163 10.0.0.241 - - [2026-01-22 02:22:56] "DELETE /route-target/3859dc8f-5ecc-4dd3-8b74-831f18d3a0a5 HTTP/1.1" 200 115 0.018880 10.0.0.241 - - [2026-01-22 02:22:57] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.003207 10.0.0.241 - - [2026-01-22 02:22:57] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c HTTP/1.1" 200 1883 0.003911 10.0.0.241 - - [2026-01-22 02:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.241 - - [2026-01-22 02:22:57] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001084 10.0.0.241 - - [2026-01-22 02:22:57] "GET /project/0417e3ca-8ee5-4bdf-9b77-a58186c1005e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.025127 10.0.0.241 - - [2026-01-22 02:22:57] "POST /neutron/network HTTP/1.1" 200 117 0.010932 10.0.0.241 - - [2026-01-22 02:22:57] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001235 10.0.0.241 - - [2026-01-22 02:22:57] "POST /neutron/network HTTP/1.1" 200 605 0.071082 10.0.0.241 - - [2026-01-22 02:22:57] "POST /route-targets HTTP/1.1" 200 328 0.011481 10.0.0.241 - - [2026-01-22 02:22:57] "POST /ref-update HTTP/1.1" 200 156 0.013946 10.0.0.241 - - [2026-01-22 02:22:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004716 10.0.0.241 - - [2026-01-22 02:22:57] "POST /neutron/subnet HTTP/1.1" 200 724 0.157513 10.0.0.241 - - [2026-01-22 02:22:57] "POST /neutron/network HTTP/1.1" 200 824 0.007268 10.0.0.241 - - [2026-01-22 02:22:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001296 10.0.0.241 - - [2026-01-22 02:22:57] "GET /virtual-network/5b3d9b69-90c4-4f10-96cc-3cffd17e06ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006057 10.0.0.241 - - [2026-01-22 02:22:57] "POST /neutron/network HTTP/1.1" 200 824 0.005989 10.0.0.241 - - [2026-01-22 02:22:57] "GET /virtual-network/5b3d9b69-90c4-4f10-96cc-3cffd17e06ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004388 10.0.0.241 - - [2026-01-22 02:22:57] "POST /neutron/network HTTP/1.1" 200 824 0.004973 10.0.0.241 - - [2026-01-22 02:22:57] "POST /neutron/subnet HTTP/1.1" 200 724 0.007748 10.0.0.241 - - [2026-01-22 02:22:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001028 10.0.0.241 - - [2026-01-22 02:22:57] "POST /neutron/network HTTP/1.1" 200 834 0.004965 10.0.0.241 - - [2026-01-22 02:22:57] "GET /aaa-mode HTTP/1.1" 401 293 0.000352 10.0.0.241 - - [2026-01-22 02:22:58] "GET / HTTP/1.1" 200 36215 0.001886 10.0.0.241 - - [2026-01-22 02:22:58] "GET /project/0417e3ca-8ee5-4bdf-9b77-a58186c1005e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000343 10.0.0.241 - - [2026-01-22 02:22:58] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001127 10.0.0.241 - - [2026-01-22 02:22:58] "GET /project/0417e3ca-8ee5-4bdf-9b77-a58186c1005e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.052514 10.0.0.241 - - [2026-01-22 02:22:58] "POST /neutron/network HTTP/1.1" 200 824 0.004741 10.0.0.241 - - [2026-01-22 02:22:58] "POST /neutron/port HTTP/1.1" 200 117 0.005162 10.0.0.241 - - [2026-01-22 02:22:58] "POST /neutron/port HTTP/1.1" 200 117 0.004485 10.0.0.241 - - [2026-01-22 02:22:58] "POST /neutron/port HTTP/1.1" 200 117 0.005697 10.0.0.241 - - [2026-01-22 02:22:59] "POST /neutron/network HTTP/1.1" 200 834 0.005186 10.0.0.241 - - [2026-01-22 02:22:59] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001289 10.0.0.241 - - [2026-01-22 02:22:59] "POST /neutron/port HTTP/1.1" 200 1060 0.181433 10.0.0.241 - - [2026-01-22 02:22:59] "POST /neutron/port HTTP/1.1" 200 1060 0.011135 10.0.0.241 - - [2026-01-22 02:22:59] "POST /neutron/port HTTP/1.1" 200 1060 0.009820 10.0.0.241 - - [2026-01-22 02:22:59] "POST /neutron/port HTTP/1.1" 200 1114 0.051641 10.0.0.241 - - [2026-01-22 02:22:59] "POST /neutron/port HTTP/1.1" 200 1124 0.011975 10.0.0.241 - - [2026-01-22 02:22:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003564 10.0.0.241 - - [2026-01-22 02:22:59] "POST /neutron/subnet HTTP/1.1" 200 698 0.006479 10.0.0.241 - - [2026-01-22 02:22:59] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.241 - - [2026-01-22 02:22:59] "POST /neutron/network HTTP/1.1" 200 824 0.005572 10.0.0.241 - - [2026-01-22 02:23:03] "POST /neutron/port HTTP/1.1" 200 1124 0.012207 10.0.0.241 - - [2026-01-22 02:23:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006843 10.0.0.241 - - [2026-01-22 02:23:03] "POST /neutron/port HTTP/1.1" 200 1124 0.011674 10.0.0.241 - - [2026-01-22 02:23:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007552 10.0.0.241 - - [2026-01-22 02:23:03] "POST /neutron/port HTTP/1.1" 200 1124 0.011205 10.0.0.241 - - [2026-01-22 02:23:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005488 10.0.0.241 - - [2026-01-22 02:23:03] "GET /virtual-machine/de5f6233-747d-4b96-aa9a-55ef26d70e27 HTTP/1.1" 200 1295 0.006297 10.0.0.241 - - [2026-01-22 02:23:03] "GET /virtual-machine-interface/71609d9b-90d2-486f-8ac0-6757e9022788 HTTP/1.1" 200 2946 0.006220 10.0.0.241 - - [2026-01-22 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.241 - - [2026-01-22 02:23:04] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003304 10.0.0.241 - - [2026-01-22 02:23:04] "GET /virtual-networks?parent_id=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003171 10.0.0.241 - - [2026-01-22 02:23:04] "GET /virtual-network/5b3d9b69-90c4-4f10-96cc-3cffd17e06ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007816 10.0.0.241 - - [2026-01-22 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.241 - - [2026-01-22 02:23:07] "GET /virtual-network/5b3d9b69-90c4-4f10-96cc-3cffd17e06ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004412 10.0.0.241 - - [2026-01-22 02:23:08] "POST /neutron/port HTTP/1.1" 200 1124 0.011392 10.0.0.241 - - [2026-01-22 02:23:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005268 10.0.0.241 - - [2026-01-22 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.241 - - [2026-01-22 02:23:09] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002991 10.0.0.241 - - [2026-01-22 02:23:09] "GET /virtual-networks?parent_id=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002861 10.0.0.241 - - [2026-01-22 02:23:09] "GET /virtual-network/5b3d9b69-90c4-4f10-96cc-3cffd17e06ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006262 10.0.0.241 - - [2026-01-22 02:23:09] "POST /neutron/port HTTP/1.1" 200 1124 0.015013 10.0.0.241 - - [2026-01-22 02:23:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.020562 10.0.0.241 - - [2026-01-22 02:23:16] "POST /neutron/network HTTP/1.1" 200 824 0.005256 10.0.0.241 - - [2026-01-22 02:23:16] "POST /neutron/network HTTP/1.1" 400 204 0.015631 10.0.0.241 - - [2026-01-22 02:23:17] "POST /neutron/port HTTP/1.1" 200 1124 0.011623 10.0.0.241 - - [2026-01-22 02:23:17] "POST /neutron/port HTTP/1.1" 200 1114 0.009041 10.0.0.241 - - [2026-01-22 02:23:17] "POST /neutron/port HTTP/1.1" 200 151 0.086360 10.0.0.241 - - [2026-01-22 02:23:18] "POST /neutron/network HTTP/1.1" 200 824 0.005735 10.0.0.241 - - [2026-01-22 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.241 - - [2026-01-22 02:23:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002177 10.0.0.241 - - [2026-01-22 02:23:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002884 10.0.0.241 - - [2026-01-22 02:23:18] "POST /neutron/network HTTP/1.1" 200 151 0.080841 10.0.0.241 - - [2026-01-22 02:23:18] "DELETE /route-target/2c93f1ca-ac2f-412a-ac93-5f03b787cdae HTTP/1.1" 200 115 0.015206 10.0.0.241 - - [2026-01-22 02:23:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.005574 10.0.0.241 - - [2026-01-22 02:23:19] "POST /network-ipams HTTP/1.1" 200 543 0.015404 10.0.0.241 - - [2026-01-22 02:23:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.003042 10.0.0.241 - - [2026-01-22 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002649 10.0.0.241 - - [2026-01-22 02:23:19] "GET /network-ipam/42376ddd-671b-48a7-90be-4d52e2db931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.004628 10.0.0.241 - - [2026-01-22 02:23:19] "PUT /network-ipam/42376ddd-671b-48a7-90be-4d52e2db931f HTTP/1.1" 200 259 0.009373 10.0.0.241 - - [2026-01-22 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.241 - - [2026-01-22 02:23:19] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000964 10.0.0.241 - - [2026-01-22 02:23:19] "GET /project/0417e3ca-8ee5-4bdf-9b77-a58186c1005e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.025592 10.0.0.241 - - [2026-01-22 02:23:19] "POST /neutron/network HTTP/1.1" 200 117 0.008188 10.0.0.241 - - [2026-01-22 02:23:19] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001100 10.0.0.241 - - [2026-01-22 02:23:19] "POST /neutron/network HTTP/1.1" 200 605 0.064663 10.0.0.241 - - [2026-01-22 02:23:19] "POST /route-targets HTTP/1.1" 200 328 0.011356 10.0.0.241 - - [2026-01-22 02:23:19] "POST /ref-update HTTP/1.1" 200 156 0.010997 10.0.0.241 - - [2026-01-22 02:23:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002174 10.0.0.241 - - [2026-01-22 02:23:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.201437 10.0.0.241 - - [2026-01-22 02:23:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004345 10.0.0.241 - - [2026-01-22 02:23:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.176260 10.0.0.241 - - [2026-01-22 02:23:20] "POST /neutron/network HTTP/1.1" 200 994 0.006666 10.0.0.241 - - [2026-01-22 02:23:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001228 10.0.0.241 - - [2026-01-22 02:23:20] "GET /virtual-network/32006927-5509-4346-8c8c-cbeb83079755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004171 10.0.0.241 - - [2026-01-22 02:23:20] "POST /neutron/network HTTP/1.1" 200 994 0.007156 10.0.0.241 - - [2026-01-22 02:23:20] "GET /virtual-network/32006927-5509-4346-8c8c-cbeb83079755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005045 10.0.0.241 - - [2026-01-22 02:23:20] "POST /neutron/network HTTP/1.1" 200 994 0.006598 10.0.0.241 - - [2026-01-22 02:23:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.008732 10.0.0.241 - - [2026-01-22 02:23:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.005986 10.0.0.241 - - [2026-01-22 02:23:20] "POST /neutron/network HTTP/1.1" 200 994 0.005878 10.0.0.241 - - [2026-01-22 02:23:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.007016 10.0.0.241 - - [2026-01-22 02:23:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.006106 10.0.0.241 - - [2026-01-22 02:23:20] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001153 10.0.0.241 - - [2026-01-22 02:23:20] "POST /neutron/port HTTP/1.1" 200 1017 0.157065 10.0.0.241 - - [2026-01-22 02:23:20] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001029 10.0.0.241 - - [2026-01-22 02:23:20] "POST /neutron/port HTTP/1.1" 200 1017 0.169222 10.0.0.241 - - [2026-01-22 02:23:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001675 10.0.0.241 - - [2026-01-22 02:23:20] "POST /neutron/port HTTP/1.1" 200 1017 0.008320 10.0.0.241 - - [2026-01-22 02:23:20] "POST /neutron/port HTTP/1.1" 200 1017 0.007938 10.0.0.241 - - [2026-01-22 02:23:20] "POST /neutron/network HTTP/1.1" 200 994 0.006385 10.0.0.241 - - [2026-01-22 02:23:20] "POST /neutron/port HTTP/1.1" 200 1017 0.009000 10.0.0.241 - - [2026-01-22 02:23:21] "POST /neutron/port HTTP/1.1" 200 117 0.004372 10.0.0.241 - - [2026-01-22 02:23:21] "POST /neutron/port HTTP/1.1" 200 1017 0.009952 10.0.0.241 - - [2026-01-22 02:23:21] "POST /neutron/port HTTP/1.1" 200 117 0.003951 10.0.0.241 - - [2026-01-22 02:23:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001354 10.0.0.241 - - [2026-01-22 02:23:21] "POST /neutron/port HTTP/1.1" 200 117 0.004672 10.0.0.241 - - [2026-01-22 02:23:21] "POST /neutron/port HTTP/1.1" 200 1017 0.007399 10.0.0.241 - - [2026-01-22 02:23:21] "POST /neutron/port HTTP/1.1" 200 1017 0.008672 10.0.0.241 - - [2026-01-22 02:23:21] "POST /neutron/network HTTP/1.1" 200 994 0.007135 10.0.0.241 - - [2026-01-22 02:23:21] "POST /neutron/port HTTP/1.1" 200 1017 0.009790 10.0.0.241 - - [2026-01-22 02:23:21] "POST /neutron/port HTTP/1.1" 200 1017 0.008966 10.0.0.241 - - [2026-01-22 02:23:21] "POST /neutron/port HTTP/1.1" 200 117 0.005819 10.0.0.241 - - [2026-01-22 02:23:21] "POST /neutron/port HTTP/1.1" 200 117 0.003801 10.0.0.241 - - [2026-01-22 02:23:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001178 10.0.0.241 - - [2026-01-22 02:23:21] "POST /neutron/port HTTP/1.1" 200 1017 0.014386 10.0.0.241 - - [2026-01-22 02:23:21] "POST /neutron/network HTTP/1.1" 200 1004 0.005498 10.0.0.241 - - [2026-01-22 02:23:21] "POST /neutron/port HTTP/1.1" 200 1017 0.011862 10.0.0.241 - - [2026-01-22 02:23:21] "POST /neutron/port HTTP/1.1" 200 117 0.007536 10.0.0.241 - - [2026-01-22 02:23:21] "POST /neutron/port HTTP/1.1" 200 1017 0.018229 10.0.0.241 - - [2026-01-22 02:23:21] "POST /neutron/port HTTP/1.1" 200 1109 0.089974 10.0.0.241 - - [2026-01-22 02:23:21] "POST /neutron/network HTTP/1.1" 200 1004 0.005473 10.0.0.241 - - [2026-01-22 02:23:21] "GET /aaa-mode HTTP/1.1" 401 293 0.000361 10.0.0.241 - - [2026-01-22 02:23:21] "POST /neutron/port HTTP/1.1" 200 1119 0.013747 10.0.0.241 - - [2026-01-22 02:23:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004900 10.0.0.241 - - [2026-01-22 02:23:21] "POST /neutron/subnet HTTP/1.1" 200 673 0.007492 10.0.0.241 - - [2026-01-22 02:23:21] "POST /neutron/port HTTP/1.1" 200 117 0.001840 10.0.0.241 - - [2026-01-22 02:23:21] "POST /neutron/network HTTP/1.1" 200 994 0.007858 10.0.0.241 - - [2026-01-22 02:23:22] "POST /neutron/port HTTP/1.1" 200 1017 0.007857 10.0.0.241 - - [2026-01-22 02:23:22] "POST /neutron/network HTTP/1.1" 200 1004 0.004756 10.0.0.241 - - [2026-01-22 02:23:22] "GET / HTTP/1.1" 200 36215 0.001637 10.0.0.241 - - [2026-01-22 02:23:22] "GET /project/0417e3ca-8ee5-4bdf-9b77-a58186c1005e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000358 10.0.0.241 - - [2026-01-22 02:23:22] "POST /neutron/port HTTP/1.1" 200 1017 0.009791 10.0.0.241 - - [2026-01-22 02:23:22] "POST /neutron/port HTTP/1.1" 200 1017 0.010312 10.0.0.241 - - [2026-01-22 02:23:22] "POST /neutron/port HTTP/1.1" 200 1109 0.081775 10.0.0.241 - - [2026-01-22 02:23:22] "POST /neutron/port HTTP/1.1" 200 1119 0.015132 10.0.0.241 - - [2026-01-22 02:23:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004198 10.0.0.241 - - [2026-01-22 02:23:22] "POST /neutron/subnet HTTP/1.1" 200 673 0.008951 10.0.0.241 - - [2026-01-22 02:23:22] "POST /neutron/port HTTP/1.1" 200 117 0.001104 10.0.0.241 - - [2026-01-22 02:23:22] "POST /neutron/network HTTP/1.1" 200 994 0.012373 10.0.0.241 - - [2026-01-22 02:23:22] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001097 10.0.0.241 - - [2026-01-22 02:23:22] "GET /project/0417e3ca-8ee5-4bdf-9b77-a58186c1005e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.068241 10.0.0.241 - - [2026-01-22 02:23:22] "POST /neutron/network HTTP/1.1" 200 994 0.006620 10.0.0.241 - - [2026-01-22 02:23:22] "POST /neutron/port HTTP/1.1" 200 2086 0.022437 10.0.0.241 - - [2026-01-22 02:23:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009125 10.0.0.241 - - [2026-01-22 02:23:22] "POST /neutron/port HTTP/1.1" 200 117 0.005515 10.0.0.241 - - [2026-01-22 02:23:22] "GET /domains HTTP/1.1" 200 281 0.002363 10.0.0.241 - - [2026-01-22 02:23:22] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001320 10.0.0.241 - - [2026-01-22 02:23:22] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2772 0.010283 10.0.0.241 - - [2026-01-22 02:23:22] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001913 10.0.0.241 - - [2026-01-22 02:23:22] "GET /project/0417e3ca-8ee5-4bdf-9b77-a58186c1005e HTTP/1.1" 200 2849 0.071235 10.0.0.241 - - [2026-01-22 02:23:22] "GET /network-ipam/42376ddd-671b-48a7-90be-4d52e2db931f HTTP/1.1" 200 2648 0.004473 10.0.0.241 - - [2026-01-22 02:23:22] "GET /domains HTTP/1.1" 200 281 0.003472 10.0.0.241 - - [2026-01-22 02:23:22] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.241 - - [2026-01-22 02:23:22] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2772 0.007035 10.0.0.241 - - [2026-01-22 02:23:22] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001359 10.0.0.241 - - [2026-01-22 02:23:23] "GET /project/0417e3ca-8ee5-4bdf-9b77-a58186c1005e HTTP/1.1" 200 2849 0.087027 10.0.0.241 - - [2026-01-22 02:23:23] "GET /virtual-network/32006927-5509-4346-8c8c-cbeb83079755 HTTP/1.1" 200 3787 0.017128 10.0.0.241 - - [2026-01-22 02:23:23] "GET /virtual-network/32006927-5509-4346-8c8c-cbeb83079755 HTTP/1.1" 200 3787 0.010890 10.0.0.241 - - [2026-01-22 02:23:23] "GET /routing-instance/61ddde18-16f2-4906-ab46-bd91dd192c76 HTTP/1.1" 200 2385 0.007029 10.0.0.241 - - [2026-01-22 02:23:23] "GET /routing-instance/61ddde18-16f2-4906-ab46-bd91dd192c76 HTTP/1.1" 200 2385 0.007207 10.0.0.241 - - [2026-01-22 02:23:23] "GET /route-target/8f2099f5-f60f-4cab-9699-a374a1e18131 HTTP/1.1" 200 1207 0.005556 10.0.0.241 - - [2026-01-22 02:23:23] "GET /virtual-network/32006927-5509-4346-8c8c-cbeb83079755 HTTP/1.1" 200 3787 0.011755 10.0.0.241 - - [2026-01-22 02:23:23] "GET /routing-instance/61ddde18-16f2-4906-ab46-bd91dd192c76 HTTP/1.1" 200 2385 0.003696 10.0.0.241 - - [2026-01-22 02:23:23] "GET /virtual-network/32006927-5509-4346-8c8c-cbeb83079755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006096 10.0.0.241 - - [2026-01-22 02:23:23] "GET /virtual-network/32006927-5509-4346-8c8c-cbeb83079755 HTTP/1.1" 200 3787 0.008726 10.0.0.241 - - [2026-01-22 02:23:23] "GET /routing-instance/61ddde18-16f2-4906-ab46-bd91dd192c76 HTTP/1.1" 200 2385 0.005565 10.0.0.241 - - [2026-01-22 02:23:23] "GET /routing-instance/61ddde18-16f2-4906-ab46-bd91dd192c76 HTTP/1.1" 200 2385 0.004365 10.0.0.241 - - [2026-01-22 02:23:23] "GET /route-target/8f2099f5-f60f-4cab-9699-a374a1e18131 HTTP/1.1" 200 1207 0.002807 10.0.0.241 - - [2026-01-22 02:23:23] "GET /domains HTTP/1.1" 200 281 0.002861 10.0.0.241 - - [2026-01-22 02:23:23] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000905 10.0.0.241 - - [2026-01-22 02:23:23] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2772 0.007332 10.0.0.241 - - [2026-01-22 02:23:23] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000907 10.0.0.241 - - [2026-01-22 02:23:23] "POST /neutron/network HTTP/1.1" 200 1004 0.008423 10.0.0.241 - - [2026-01-22 02:23:23] "GET /project/0417e3ca-8ee5-4bdf-9b77-a58186c1005e HTTP/1.1" 200 2849 0.075368 10.0.0.241 - - [2026-01-22 02:23:23] "GET /virtual-network/32006927-5509-4346-8c8c-cbeb83079755 HTTP/1.1" 200 3787 0.010583 10.0.0.241 - - [2026-01-22 02:23:23] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001043 10.0.0.241 - - [2026-01-22 02:23:23] "POST /neutron/port HTTP/1.1" 200 1055 0.302394 10.0.0.241 - - [2026-01-22 02:23:23] "POST /neutron/port HTTP/1.1" 200 1055 0.011423 10.0.0.241 - - [2026-01-22 02:23:23] "POST /neutron/port HTTP/1.1" 200 1055 0.009615 10.0.0.241 - - [2026-01-22 02:23:23] "POST /neutron/port HTTP/1.1" 200 1109 0.073313 10.0.0.241 - - [2026-01-22 02:23:23] "GET /obj-perms HTTP/1.1" 200 5049 0.087869 10.0.0.241 - - [2026-01-22 02:23:23] "POST /neutron/port HTTP/1.1" 200 1119 0.034018 10.0.0.241 - - [2026-01-22 02:23:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003976 10.0.0.241 - - [2026-01-22 02:23:23] "POST /neutron/port HTTP/1.1" 200 1119 0.027416 10.0.0.241 - - [2026-01-22 02:23:23] "POST /neutron/subnet HTTP/1.1" 200 673 0.011664 10.0.0.241 - - [2026-01-22 02:23:23] "POST /neutron/port HTTP/1.1" 200 117 0.000902 10.0.0.241 - - [2026-01-22 02:23:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005768 10.0.0.241 - - [2026-01-22 02:23:23] "POST /neutron/network HTTP/1.1" 200 994 0.008746 10.0.0.241 - - [2026-01-22 02:23:24] "POST /neutron/port HTTP/1.1" 200 1119 0.014923 10.0.0.241 - - [2026-01-22 02:23:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007520 10.0.0.241 - - [2026-01-22 02:23:24] "POST /neutron/port HTTP/1.1" 200 1119 0.031199 10.0.0.241 - - [2026-01-22 02:23:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008375 10.0.0.241 - - [2026-01-22 02:23:24] "GET /virtual-machine/95d80f59-fbc1-4baa-8a9c-869dc07b26c9 HTTP/1.1" 200 1290 0.004702 10.0.0.241 - - [2026-01-22 02:23:24] "GET /virtual-machine-interface/e9f20e0a-45c7-49cd-8885-66084b388483 HTTP/1.1" 200 2947 0.006504 10.0.0.241 - - [2026-01-22 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.241 - - [2026-01-22 02:23:24] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003813 10.0.0.241 - - [2026-01-22 02:23:24] "GET /virtual-networks?parent_id=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002904 10.0.0.241 - - [2026-01-22 02:23:24] "GET /virtual-network/32006927-5509-4346-8c8c-cbeb83079755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006848 10.0.0.241 - - [2026-01-22 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.241 - - [2026-01-22 02:23:27] "GET /virtual-network/32006927-5509-4346-8c8c-cbeb83079755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.008327 10.0.0.241 - - [2026-01-22 02:23:30] "DELETE /project/0417e3ca8ee54bdf9b77a58186c1005e HTTP/1.1" 404 173 0.003988 10.0.0.241 - - [2026-01-22 02:23:30] "GET /projects?obj_uuids=f1cd579d-b3cb-4c27-9231-622e43247a1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001059 10.0.0.241 - - [2026-01-22 02:23:30] "GET /project/f1cd579d-b3cb-4c27-9231-622e43247a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.031579 10.0.0.241 - - [2026-01-22 02:23:30] "GET /projects?obj_uuids=f1cd579d-b3cb-4c27-9231-622e43247a1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001252 10.0.0.241 - - [2026-01-22 02:23:31] "GET /project/f1cd579d-b3cb-4c27-9231-622e43247a1e?fields=security_groups HTTP/1.1" 200 1366 0.074183 10.0.0.241 - - [2026-01-22 02:23:31] "DELETE /security-group/a6ba88a1-5067-4d23-831e-85f13bf64665 HTTP/1.1" 200 115 0.050941 10.0.0.241 - - [2026-01-22 02:23:31] "GET /projects?obj_uuids=f1cd579d-b3cb-4c27-9231-622e43247a1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001637 10.0.0.241 - - [2026-01-22 02:23:31] "DELETE /access-control-list/d313a5a0-be34-414f-af23-0333e651aa8c HTTP/1.1" 200 115 0.042248 10.0.0.241 - - [2026-01-22 02:23:31] "GET /project/f1cd579d-b3cb-4c27-9231-622e43247a1e?fields=application_policy_sets HTTP/1.1" 200 1405 0.046917 10.0.0.241 - - [2026-01-22 02:23:31] "DELETE /access-control-list/b9153fe0-ab8f-415a-ae9f-207ab2c0fb11 HTTP/1.1" 200 115 0.041613 10.0.0.241 - - [2026-01-22 02:23:31] "DELETE /project/f1cd579d-b3cb-4c27-9231-622e43247a1e HTTP/1.1" 200 115 0.400025 10.0.0.241 - - [2026-01-22 02:23:31] "POST /neutron/port HTTP/1.1" 200 1119 0.012622 10.0.0.241 - - [2026-01-22 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001864 10.0.0.241 - - [2026-01-22 02:23:31] "GET /virtual-network/32006927-5509-4346-8c8c-cbeb83079755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004055 10.0.0.241 - - [2026-01-22 02:23:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005540 10.0.0.241 - - [2026-01-22 02:23:32] "POST /neutron/port HTTP/1.1" 200 1119 0.011155 10.0.0.241 - - [2026-01-22 02:23:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006191 10.0.0.241 - - [2026-01-22 02:23:33] "POST /neutron/port HTTP/1.1" 200 1119 0.015199 10.0.0.241 - - [2026-01-22 02:23:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006481 10.0.0.241 - - [2026-01-22 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.241 - - [2026-01-22 02:23:33] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003758 10.0.0.241 - - [2026-01-22 02:23:33] "GET /virtual-networks?parent_id=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002992 10.0.0.241 - - [2026-01-22 02:23:33] "GET /virtual-network/32006927-5509-4346-8c8c-cbeb83079755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005683 10.0.0.241 - - [2026-01-22 02:23:34] "POST /neutron/port HTTP/1.1" 200 1119 0.012349 10.0.0.241 - - [2026-01-22 02:23:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006066 10.0.0.241 - - [2026-01-22 02:23:34] "POST /neutron/port HTTP/1.1" 200 1119 0.017215 10.0.0.241 - - [2026-01-22 02:23:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006057 10.0.0.241 - - [2026-01-22 02:23:34] "POST /neutron/port HTTP/1.1" 200 1119 0.012378 10.0.0.241 - - [2026-01-22 02:23:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006661 10.0.0.241 - - [2026-01-22 02:23:34] "GET /virtual-machine/430d01f7-2f54-4c5b-b12c-313568499a82 HTTP/1.1" 200 1290 0.003972 10.0.0.241 - - [2026-01-22 02:23:34] "GET /virtual-machine-interface/4a4cdbdb-420d-4229-b574-0c5407107861 HTTP/1.1" 200 2947 0.006504 10.0.0.241 - - [2026-01-22 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.241 - - [2026-01-22 02:23:34] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003040 10.0.0.241 - - [2026-01-22 02:23:34] "GET /virtual-networks?parent_id=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003529 10.0.0.241 - - [2026-01-22 02:23:34] "GET /virtual-network/32006927-5509-4346-8c8c-cbeb83079755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006070 10.0.0.241 - - [2026-01-22 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.241 - - [2026-01-22 02:23:35] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002829 10.0.0.241 - - [2026-01-22 02:23:35] "GET /virtual-networks?parent_id=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.007341 10.0.0.241 - - [2026-01-22 02:23:35] "GET /virtual-network/32006927-5509-4346-8c8c-cbeb83079755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004855 10.0.0.241 - - [2026-01-22 02:23:35] "POST /neutron/port HTTP/1.1" 200 1119 0.010810 10.0.0.241 - - [2026-01-22 02:23:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005957 10.0.0.241 - - [2026-01-22 02:23:35] "POST /neutron/port HTTP/1.1" 200 1119 0.013490 10.0.0.241 - - [2026-01-22 02:23:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006457 10.0.0.241 - - [2026-01-22 02:23:36] "POST /neutron/port HTTP/1.1" 200 1119 0.014158 10.0.0.241 - - [2026-01-22 02:23:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005656 10.0.0.241 - - [2026-01-22 02:23:36] "GET /virtual-machine/396b70fa-3d26-47ae-8eae-4df11d703c5d HTTP/1.1" 200 1294 0.005570 10.0.0.241 - - [2026-01-22 02:23:36] "GET /virtual-machine-interface/71f812c1-b17f-4539-bc16-581c37b515a9 HTTP/1.1" 200 2947 0.008900 10.0.0.241 - - [2026-01-22 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.241 - - [2026-01-22 02:23:36] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003049 10.0.0.241 - - [2026-01-22 02:23:36] "GET /virtual-networks?parent_id=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003105 10.0.0.241 - - [2026-01-22 02:23:36] "GET /virtual-network/32006927-5509-4346-8c8c-cbeb83079755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005246 10.0.0.241 - - [2026-01-22 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.241 - - [2026-01-22 02:23:37] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003024 10.0.0.241 - - [2026-01-22 02:23:37] "GET /virtual-networks?parent_id=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002897 10.0.0.241 - - [2026-01-22 02:23:37] "GET /virtual-network/32006927-5509-4346-8c8c-cbeb83079755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005406 10.0.0.241 - - [2026-01-22 02:23:37] "GET /obj-perms HTTP/1.1" 200 5075 0.050966 10.0.0.241 - - [2026-01-22 02:23:38] "GET /obj-perms HTTP/1.1" 200 5075 0.062860 10.0.0.241 - - [2026-01-22 02:23:53] "POST /neutron/port HTTP/1.1" 200 1109 0.011873 10.0.0.241 - - [2026-01-22 02:23:53] "POST /neutron/port HTTP/1.1" 200 1109 0.010628 10.0.0.241 - - [2026-01-22 02:23:53] "POST /neutron/port HTTP/1.1" 200 151 0.107739 10.0.0.241 - - [2026-01-22 02:23:53] "POST /neutron/port HTTP/1.1" 200 1109 0.013107 10.0.0.241 - - [2026-01-22 02:23:53] "POST /neutron/port HTTP/1.1" 200 1109 0.008592 10.0.0.241 - - [2026-01-22 02:23:53] "POST /neutron/port HTTP/1.1" 200 1119 0.030803 10.0.0.241 - - [2026-01-22 02:23:53] "POST /neutron/port HTTP/1.1" 200 151 0.145119 10.0.0.241 - - [2026-01-22 02:23:53] "POST /neutron/network HTTP/1.1" 200 994 0.008490 10.0.0.241 - - [2026-01-22 02:23:53] "POST /neutron/port HTTP/1.1" 200 1109 0.010077 10.0.0.241 - - [2026-01-22 02:23:53] "POST /neutron/network HTTP/1.1" 400 204 0.012468 10.0.0.241 - - [2026-01-22 02:23:53] "POST /neutron/port HTTP/1.1" 200 151 0.106041 10.0.0.241 - - [2026-01-22 02:23:55] "POST /neutron/network HTTP/1.1" 200 994 0.006883 10.0.0.241 - - [2026-01-22 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004535 10.0.0.241 - - [2026-01-22 02:23:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002020 10.0.0.241 - - [2026-01-22 02:23:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001537 10.0.0.241 - - [2026-01-22 02:23:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002496 10.0.0.241 - - [2026-01-22 02:23:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005255 10.0.0.241 - - [2026-01-22 02:23:55] "DELETE /route-target/8f2099f5-f60f-4cab-9699-a374a1e18131 HTTP/1.1" 200 115 0.028664 10.0.0.241 - - [2026-01-22 02:23:55] "POST /neutron/network HTTP/1.1" 200 151 0.105622 10.0.0.241 - - [2026-01-22 02:23:55] "GET /routing-instance/61ddde18-16f2-4906-ab46-bd91dd192c76 HTTP/1.1" 404 171 0.003990 10.0.0.241 - - [2026-01-22 02:23:55] "GET /domains HTTP/1.1" 200 281 0.003227 10.0.0.241 - - [2026-01-22 02:23:56] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001333 10.0.0.241 - - [2026-01-22 02:23:56] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2584 0.052222 10.0.0.241 - - [2026-01-22 02:23:56] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000994 10.0.0.241 - - [2026-01-22 02:23:56] "GET /project/0417e3ca-8ee5-4bdf-9b77-a58186c1005e HTTP/1.1" 200 2089 0.067854 10.0.0.241 - - [2026-01-22 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.241 - - [2026-01-22 02:23:56] "DELETE /network-ipam/42376ddd-671b-48a7-90be-4d52e2db931f HTTP/1.1" 200 115 0.023308 10.0.0.241 - - [2026-01-22 02:23:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.002965 10.0.0.241 - - [2026-01-22 02:23:56] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001977 10.0.0.241 - - [2026-01-22 02:23:56] "GET /project/0417e3ca-8ee5-4bdf-9b77-a58186c1005e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.026721 10.0.0.241 - - [2026-01-22 02:23:56] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001035 10.0.0.241 - - [2026-01-22 02:23:56] "GET /project/0417e3ca-8ee5-4bdf-9b77-a58186c1005e?fields=virtual_networks HTTP/1.1" 200 1032 0.068574 10.0.0.241 - - [2026-01-22 02:23:56] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000991 10.0.0.241 - - [2026-01-22 02:23:56] "GET /project/0417e3ca-8ee5-4bdf-9b77-a58186c1005e?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.031735 10.0.0.241 - - [2026-01-22 02:23:56] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000996 10.0.0.241 - - [2026-01-22 02:23:56] "GET /project/0417e3ca-8ee5-4bdf-9b77-a58186c1005e?fields=security_groups HTTP/1.1" 200 1259 0.031414 10.0.0.241 - - [2026-01-22 02:23:58] "POST /neutron/port HTTP/1.1" 200 117 0.004810 10.0.0.241 - - [2026-01-22 02:23:58] "POST /neutron/port HTTP/1.1" 400 205 0.003082 10.0.0.241 - - [2026-01-22 02:23:58] "POST /neutron/port HTTP/1.1" 200 117 0.004821 10.0.0.241 - - [2026-01-22 02:23:58] "POST /neutron/port HTTP/1.1" 400 205 0.003345 10.0.0.241 - - [2026-01-22 02:24:04] "GET / HTTP/1.1" 200 36215 0.001872 10.0.0.241 - - [2026-01-22 02:24:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000684 10.0.0.241 - - [2026-01-22 02:24:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.058235 10.0.0.241 - - [2026-01-22 02:24:05] "GET /projects?obj_uuids=51df167f-d670-47aa-83c1-5171dcd0f139&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002186 10.0.0.241 - - [2026-01-22 02:24:05] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001263 10.0.0.241 - - [2026-01-22 02:24:05] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007253 10.0.0.241 - - [2026-01-22 02:24:05] "POST /id-to-fqname HTTP/1.1" 200 185 0.001109 10.0.0.241 - - [2026-01-22 02:24:05] "POST /fqname-to-id HTTP/1.1" 404 194 0.003521 10.0.0.241 - - [2026-01-22 02:24:05] "POST /security-groups HTTP/1.1" 200 586 0.064823 10.0.0.241 - - [2026-01-22 02:24:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.002114 10.0.0.241 - - [2026-01-22 02:24:05] "POST /projects HTTP/1.1" 200 575 0.201622 10.0.0.241 - - [2026-01-22 02:24:05] "POST /access-control-lists HTTP/1.1" 200 593 0.057766 10.0.0.241 - - [2026-01-22 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.274844 10.0.0.241 - - [2026-01-22 02:24:06] "POST /fqname-to-id HTTP/1.1" 404 228 0.002741 10.0.0.241 - - [2026-01-22 02:24:06] "GET /project/51df167f-d670-47aa-83c1-5171dcd0f139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.394810 10.0.0.241 - - [2026-01-22 02:24:06] "POST /access-control-lists HTTP/1.1" 200 591 0.056503 10.0.0.241 - - [2026-01-22 02:24:07] "GET / HTTP/1.1" 200 36215 0.002177 10.0.0.241 - - [2026-01-22 02:24:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000415 10.0.0.241 - - [2026-01-22 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.031513 10.0.0.241 - - [2026-01-22 02:24:09] "GET /api-access-list/b7e59280-ad48-47c4-aa5b-b020e04ca628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004213 10.0.0.241 - - [2026-01-22 02:24:09] "GET /api-access-list/b7e59280-ad48-47c4-aa5b-b020e04ca628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003029 10.0.0.241 - - [2026-01-22 02:24:09] "GET /api-access-list/b7e59280-ad48-47c4-aa5b-b020e04ca628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003577 10.0.0.241 - - [2026-01-22 02:24:09] "PUT /api-access-list/b7e59280-ad48-47c4-aa5b-b020e04ca628 HTTP/1.1" 200 265 0.008778 10.0.0.241 - - [2026-01-22 02:24:10] "GET /aaa-mode HTTP/1.1" 401 293 0.000553 10.0.0.241 - - [2026-01-22 02:24:10] "GET /aaa-mode HTTP/1.1" 200 128 0.024644 10.0.0.241 - - [2026-01-22 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 183 0.024096 10.0.0.241 - - [2026-01-22 02:24:10] "GET /projects?obj_uuids=e23afcaf-a4cc-4ce6-a845-5ea1a6475fd7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002297 10.0.0.241 - - [2026-01-22 02:24:10] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000882 10.0.0.241 - - [2026-01-22 02:24:10] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006093 10.0.0.241 - - [2026-01-22 02:24:11] "POST /id-to-fqname HTTP/1.1" 200 185 0.001037 10.0.0.241 - - [2026-01-22 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.004037 10.0.0.241 - - [2026-01-22 02:24:11] "POST /security-groups HTTP/1.1" 200 586 0.059857 10.0.0.241 - - [2026-01-22 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.002458 10.0.0.241 - - [2026-01-22 02:24:11] "POST /projects HTTP/1.1" 200 575 0.204737 10.0.0.241 - - [2026-01-22 02:24:11] "POST /access-control-lists HTTP/1.1" 200 593 0.056661 10.0.0.241 - - [2026-01-22 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.274860 10.0.0.241 - - [2026-01-22 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 228 0.002582 10.0.0.241 - - [2026-01-22 02:24:11] "GET /project/e23afcaf-a4cc-4ce6-a845-5ea1a6475fd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.408873 10.0.0.241 - - [2026-01-22 02:24:11] "POST /access-control-lists HTTP/1.1" 200 591 0.060410 10.0.0.241 - - [2026-01-22 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 183 0.025310 10.0.0.241 - - [2026-01-22 02:24:11] "GET /projects?obj_uuids=9fb43974-b202-4541-a7ce-12232849508d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002856 10.0.0.241 - - [2026-01-22 02:24:11] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000881 10.0.0.241 - - [2026-01-22 02:24:11] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006686 10.0.0.241 - - [2026-01-22 02:24:11] "POST /id-to-fqname HTTP/1.1" 200 185 0.001318 10.0.0.241 - - [2026-01-22 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.005734 10.0.0.241 - - [2026-01-22 02:24:12] "POST /security-groups HTTP/1.1" 200 586 0.068080 10.0.0.241 - - [2026-01-22 02:24:12] "POST /fqname-to-id HTTP/1.1" 404 229 0.003359 10.0.0.241 - - [2026-01-22 02:24:12] "POST /projects HTTP/1.1" 200 575 0.230669 10.0.0.241 - - [2026-01-22 02:24:12] "POST /access-control-lists HTTP/1.1" 200 593 0.056881 10.0.0.241 - - [2026-01-22 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.305161 10.0.0.241 - - [2026-01-22 02:24:12] "POST /fqname-to-id HTTP/1.1" 404 228 0.003807 10.0.0.241 - - [2026-01-22 02:24:12] "GET /project/9fb43974-b202-4541-a7ce-12232849508d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.435248 10.0.0.241 - - [2026-01-22 02:24:12] "POST /access-control-lists HTTP/1.1" 200 591 0.057158 10.0.0.241 - - [2026-01-22 02:24:12] "GET / HTTP/1.1" 200 36215 0.002071 10.0.0.241 - - [2026-01-22 02:24:13] "GET / HTTP/1.1" 200 36215 0.001413 10.0.0.241 - - [2026-01-22 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 183 0.002717 10.0.0.241 - - [2026-01-22 02:24:13] "POST /api-access-lists HTTP/1.1" 200 523 0.011510 10.0.0.241 - - [2026-01-22 02:24:13] "GET /api-access-list/0a8622df-bd6a-4687-8d67-2917cd96060c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.004272 10.0.0.241 - - [2026-01-22 02:24:14] "GET /api-access-list/0a8622df-bd6a-4687-8d67-2917cd96060c HTTP/1.1" 401 293 0.000385 10.0.0.241 - - [2026-01-22 02:24:14] "GET /api-access-list/0a8622df-bd6a-4687-8d67-2917cd96060c HTTP/1.1" 200 1265 0.060638 10.0.0.241 - - [2026-01-22 02:24:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000332 10.0.0.241 - - [2026-01-22 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.063070 10.0.0.241 - - [2026-01-22 02:24:14] "GET /projects?obj_uuids=e23afcaf-a4cc-4ce6-a845-5ea1a6475fd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001037 10.0.0.241 - - [2026-01-22 02:24:14] "GET /project/e23afcaf-a4cc-4ce6-a845-5ea1a6475fd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.040832 10.0.0.241 - - [2026-01-22 02:24:14] "GET /virtual-networks?parent_id=e23afcaf-a4cc-4ce6-a845-5ea1a6475fd7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016023 10.0.0.241 - - [2026-01-22 02:24:14] "POST /virtual-networks HTTP/1.1" 200 570 0.045871 10.0.0.241 - - [2026-01-22 02:24:15] "POST /route-targets HTTP/1.1" 200 328 0.012245 10.0.0.241 - - [2026-01-22 02:24:15] "POST /ref-update HTTP/1.1" 200 156 0.009273 10.0.0.241 - - [2026-01-22 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.010706 10.0.0.241 - - [2026-01-22 02:24:15] "GET /network-ipam/9c4f6423-13d5-496d-8634-bc2788f96ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.010673 10.0.0.241 - - [2026-01-22 02:24:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004632 10.0.0.241 - - [2026-01-22 02:24:15] "POST /ref-update HTTP/1.1" 200 156 0.043796 10.0.0.241 - - [2026-01-22 02:24:15] "POST /neutron/network HTTP/1.1" 200 830 0.048248 10.0.0.241 - - [2026-01-22 02:24:15] "POST /neutron/network HTTP/1.1" 200 830 0.022451 10.0.0.241 - - [2026-01-22 02:24:15] "GET /virtual-network/df1582ce-5f96-4225-9da7-5c191a1246e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.012610 10.0.0.241 - - [2026-01-22 02:24:15] "POST /neutron/network HTTP/1.1" 200 830 0.019902 10.0.0.241 - - [2026-01-22 02:24:15] "POST /neutron/subnet HTTP/1.1" 200 668 0.022925 10.0.0.241 - - [2026-01-22 02:24:15] "GET /virtual-network/df1582ce-5f96-4225-9da7-5c191a1246e9 HTTP/1.1" 401 293 0.000437 10.0.0.241 - - [2026-01-22 02:24:15] "GET /virtual-network/df1582ce-5f96-4225-9da7-5c191a1246e9 HTTP/1.1" 200 2266 0.038912 10.0.0.241 - - [2026-01-22 02:24:15] "GET /virtual-network/df1582ce-5f96-4225-9da7-5c191a1246e9 HTTP/1.1" 401 293 0.000530 10.0.0.241 - - [2026-01-22 02:24:16] "GET /virtual-network/df1582ce-5f96-4225-9da7-5c191a1246e9 HTTP/1.1" 200 2005 0.048940 10.0.0.241 - - [2026-01-22 02:24:16] "GET /obj-perms HTTP/1.1" 200 4934 0.079175 10.0.0.241 - - [2026-01-22 02:24:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000571 10.0.0.241 - - [2026-01-22 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.030069 10.0.0.241 - - [2026-01-22 02:24:16] "GET /virtual-network/df1582ce-5f96-4225-9da7-5c191a1246e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.013803 10.0.0.241 - - [2026-01-22 02:24:16] "GET /obj-perms HTTP/1.1" 200 4934 0.011440 10.0.0.241 - - [2026-01-22 02:24:17] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.015790 10.0.0.241 - - [2026-01-22 02:24:17] "GET /obj-perms HTTP/1.1" 200 4934 0.057363 10.0.0.241 - - [2026-01-22 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002093 10.0.0.241 - - [2026-01-22 02:24:17] "GET /virtual-network/df1582ce-5f96-4225-9da7-5c191a1246e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.012592 10.0.0.241 - - [2026-01-22 02:24:17] "GET /obj-perms HTTP/1.1" 200 4934 0.009019 10.0.0.241 - - [2026-01-22 02:24:17] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.017674 10.0.0.241 - - [2026-01-22 02:24:17] "POST /id-to-fqname HTTP/1.1" 401 293 0.000419 10.0.0.241 - - [2026-01-22 02:24:18] "POST /id-to-fqname HTTP/1.1" 200 230 0.035035 10.0.0.241 - - [2026-01-22 02:24:18] "POST /neutron/network HTTP/1.1" 200 840 0.046473 10.0.0.241 - - [2026-01-22 02:24:18] "GET /aaa-mode HTTP/1.1" 401 293 0.000371 10.0.0.241 - - [2026-01-22 02:24:18] "GET / HTTP/1.1" 200 36215 0.001818 10.0.0.241 - - [2026-01-22 02:24:18] "GET /project/9fb43974-b202-4541-a7ce-12232849508d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000421 10.0.0.241 - - [2026-01-22 02:24:19] "GET /projects?obj_uuids=9fb43974-b202-4541-a7ce-12232849508d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000965 10.0.0.241 - - [2026-01-22 02:24:19] "GET /project/9fb43974-b202-4541-a7ce-12232849508d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.053411 10.0.0.241 - - [2026-01-22 02:24:19] "POST /neutron/network HTTP/1.1" 200 830 0.004838 10.0.0.241 - - [2026-01-22 02:24:19] "POST /neutron/port HTTP/1.1" 200 117 0.028519 10.0.0.241 - - [2026-01-22 02:24:19] "POST /neutron/port HTTP/1.1" 200 117 0.007010 10.0.0.241 - - [2026-01-22 02:24:19] "POST /neutron/port HTTP/1.1" 200 117 0.005738 10.0.0.241 - - [2026-01-22 02:24:20] "POST /neutron/network HTTP/1.1" 200 840 0.020062 10.0.0.241 - - [2026-01-22 02:24:20] "POST /neutron/network HTTP/1.1" 200 830 0.017764 10.0.0.241 - - [2026-01-22 02:24:20] "GET /projects?obj_uuids=9fb43974-b202-4541-a7ce-12232849508d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002986 10.0.0.241 - - [2026-01-22 02:24:20] "POST /neutron/port HTTP/1.1" 200 1054 0.296666 10.0.0.241 - - [2026-01-22 02:24:20] "POST /neutron/port HTTP/1.1" 200 1054 0.017127 10.0.0.241 - - [2026-01-22 02:24:20] "POST /neutron/port HTTP/1.1" 200 1054 0.009807 10.0.0.241 - - [2026-01-22 02:24:20] "POST /neutron/port HTTP/1.1" 200 1108 0.054336 10.0.0.241 - - [2026-01-22 02:24:20] "POST /neutron/port HTTP/1.1" 200 1118 0.014176 10.0.0.241 - - [2026-01-22 02:24:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003002 10.0.0.241 - - [2026-01-22 02:24:20] "POST /neutron/subnet HTTP/1.1" 200 642 0.006607 10.0.0.241 - - [2026-01-22 02:24:20] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.241 - - [2026-01-22 02:24:20] "POST /neutron/network HTTP/1.1" 200 830 0.004858 10.0.0.241 - - [2026-01-22 02:24:24] "POST /neutron/port HTTP/1.1" 200 1118 0.015345 10.0.0.241 - - [2026-01-22 02:24:24] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006550 10.0.0.241 - - [2026-01-22 02:24:24] "POST /neutron/port HTTP/1.1" 200 1118 0.012581 10.0.0.241 - - [2026-01-22 02:24:24] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005096 10.0.0.241 - - [2026-01-22 02:24:24] "POST /neutron/port HTTP/1.1" 200 1118 0.012346 10.0.0.241 - - [2026-01-22 02:24:24] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005425 10.0.0.241 - - [2026-01-22 02:24:24] "POST /neutron/port HTTP/1.1" 200 1118 0.013310 10.0.0.241 - - [2026-01-22 02:24:25] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007044 10.0.0.241 - - [2026-01-22 02:24:25] "GET /virtual-machine/744b693f-4226-4585-b547-85f19f9bfa65 HTTP/1.1" 200 1289 0.011991 10.0.0.241 - - [2026-01-22 02:24:25] "GET /virtual-machine/744b693f-4226-4585-b547-85f19f9bfa65 HTTP/1.1" 200 1289 0.011575 10.0.0.241 - - [2026-01-22 02:24:25] "GET /virtual-machine-interface/5a1a6ce6-07e0-425a-bfd1-01d7c3106ae1 HTTP/1.1" 200 2536 0.015826 10.0.0.241 - - [2026-01-22 02:24:25] "GET /virtual-machine/744b693f-4226-4585-b547-85f19f9bfa65 HTTP/1.1" 200 1289 0.013093 10.0.0.241 - - [2026-01-22 02:24:25] "GET /virtual-machine-interface/5a1a6ce6-07e0-425a-bfd1-01d7c3106ae1 HTTP/1.1" 200 2536 0.014651 10.0.0.241 - - [2026-01-22 02:24:25] "GET /instance-ip/255a048a-6e5b-4424-8cfb-138bafdbfc60 HTTP/1.1" 200 1627 0.013034 10.0.0.241 - - [2026-01-22 02:24:25] "GET /virtual-machine/744b693f-4226-4585-b547-85f19f9bfa65 HTTP/1.1" 200 1289 0.011078 10.0.0.241 - - [2026-01-22 02:24:25] "GET /virtual-machine-interface/5a1a6ce6-07e0-425a-bfd1-01d7c3106ae1 HTTP/1.1" 200 2536 0.016939 10.0.0.241 - - [2026-01-22 02:24:25] "GET /instance-ip/255a048a-6e5b-4424-8cfb-138bafdbfc60 HTTP/1.1" 200 1627 0.011780 10.0.0.241 - - [2026-01-22 02:24:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.008890 10.0.0.241 - - [2026-01-22 02:24:25] "GET / HTTP/1.1" 200 36215 0.001673 10.0.0.241 - - [2026-01-22 02:24:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.002352 10.0.0.241 - - [2026-01-22 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.027180 10.0.0.241 - - [2026-01-22 02:24:25] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003436 10.0.0.241 - - [2026-01-22 02:24:25] "GET /virtual-networks?parent_id=9fb43974-b202-4541-a7ce-12232849508d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009464 10.0.0.241 - - [2026-01-22 02:24:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.009662 10.0.0.241 - - [2026-01-22 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.241 - - [2026-01-22 02:24:25] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002630 10.0.0.241 - - [2026-01-22 02:24:26] "GET /virtual-networks?parent_id=9fb43974-b202-4541-a7ce-12232849508d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009487 10.0.0.241 - - [2026-01-22 02:24:26] "POST /fqname-to-id HTTP/1.1" 403 339 0.008605 10.0.0.241 - - [2026-01-22 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002686 10.0.0.241 - - [2026-01-22 02:24:26] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003359 10.0.0.241 - - [2026-01-22 02:24:26] "GET /virtual-networks?parent_id=9fb43974-b202-4541-a7ce-12232849508d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009647 10.0.0.241 - - [2026-01-22 02:24:26] "POST /fqname-to-id HTTP/1.1" 403 339 0.014572 10.0.0.241 - - [2026-01-22 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.241 - - [2026-01-22 02:24:26] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002844 10.0.0.241 - - [2026-01-22 02:24:26] "GET /virtual-networks?parent_id=9fb43974-b202-4541-a7ce-12232849508d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010839 10.0.0.241 - - [2026-01-22 02:24:26] "POST /fqname-to-id HTTP/1.1" 403 339 0.009045 10.0.0.241 - - [2026-01-22 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.241 - - [2026-01-22 02:24:26] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002924 10.0.0.241 - - [2026-01-22 02:24:26] "GET /virtual-networks?parent_id=9fb43974-b202-4541-a7ce-12232849508d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010495 10.0.0.241 - - [2026-01-22 02:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.010334 10.0.0.241 - - [2026-01-22 02:24:29] "GET /virtual-network/df1582ce-5f96-4225-9da7-5c191a1246e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.011509 10.0.0.241 - - [2026-01-22 02:24:29] "POST /neutron/port HTTP/1.1" 200 1118 0.012205 10.0.0.241 - - [2026-01-22 02:24:29] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005451 10.0.0.241 - - [2026-01-22 02:24:31] "DELETE /project/e23afcafa4cc4ce6a8455ea1a6475fd7 HTTP/1.1" 404 173 0.013040 10.0.0.241 - - [2026-01-22 02:24:31] "DELETE /project/51df167fd67047aa83c15171dcd0f139 HTTP/1.1" 404 173 0.010620 10.0.0.241 - - [2026-01-22 02:24:31] "DELETE /project/9fb43974b2024541a7ce12232849508d HTTP/1.1" 404 173 0.006104 10.0.0.241 - - [2026-01-22 02:24:31] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000885 10.0.0.241 - - [2026-01-22 02:24:31] "GET /project/0417e3ca-8ee5-4bdf-9b77-a58186c1005e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.033205 10.0.0.241 - - [2026-01-22 02:24:31] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000922 10.0.0.241 - - [2026-01-22 02:24:31] "GET /project/0417e3ca-8ee5-4bdf-9b77-a58186c1005e?fields=security_groups HTTP/1.1" 200 1361 0.071682 10.0.0.241 - - [2026-01-22 02:24:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.011456 10.0.0.241 - - [2026-01-22 02:24:31] "DELETE /security-group/5d6612a5-f79d-4ca3-a033-d040cebc1c7d HTTP/1.1" 200 115 0.049346 10.0.0.241 - - [2026-01-22 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.011723 10.0.0.241 - - [2026-01-22 02:24:31] "GET /projects?obj_uuids=0417e3ca-8ee5-4bdf-9b77-a58186c1005e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000834 10.0.0.241 - - [2026-01-22 02:24:31] "DELETE /access-control-list/5c551d55-3960-4a62-9e24-e105203b1665 HTTP/1.1" 200 115 0.038865 10.0.0.241 - - [2026-01-22 02:24:31] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004929 10.0.0.241 - - [2026-01-22 02:24:31] "GET /project/0417e3ca-8ee5-4bdf-9b77-a58186c1005e?fields=application_policy_sets HTTP/1.1" 200 1400 0.031114 10.0.0.241 - - [2026-01-22 02:24:31] "DELETE /access-control-list/a24e82ea-d420-4eb1-b7ad-cc5772e63878 HTTP/1.1" 200 115 0.037639 10.0.0.241 - - [2026-01-22 02:24:31] "GET /virtual-networks?parent_id=9fb43974-b202-4541-a7ce-12232849508d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.007648 10.0.0.241 - - [2026-01-22 02:24:31] "DELETE /project/0417e3ca-8ee5-4bdf-9b77-a58186c1005e HTTP/1.1" 200 115 0.367548 10.0.0.241 - - [2026-01-22 02:24:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.011431 10.0.0.241 - - [2026-01-22 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002026 10.0.0.241 - - [2026-01-22 02:24:31] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002505 10.0.0.241 - - [2026-01-22 02:24:31] "GET /virtual-networks?parent_id=9fb43974-b202-4541-a7ce-12232849508d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009737 10.0.0.241 - - [2026-01-22 02:24:31] "POST /fqname-to-id HTTP/1.1" 403 361 0.009793 10.0.0.241 - - [2026-01-22 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.241 - - [2026-01-22 02:24:31] "GET /routing-instance/862776b8-c614-486a-9f10-b2d0bf1ab304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003689 10.0.0.241 - - [2026-01-22 02:24:32] "GET /route-target/cc96e358-4b35-4c50-bf2b-8c4d590c075d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.011100 10.0.0.241 - - [2026-01-22 02:24:32] "GET /route-target/cc96e358-4b35-4c50-bf2b-8c4d590c075d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.002962 10.0.0.241 - - [2026-01-22 02:24:32] "POST /fqname-to-id HTTP/1.1" 403 339 0.011743 10.0.0.241 - - [2026-01-22 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002064 10.0.0.241 - - [2026-01-22 02:24:32] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003681 10.0.0.241 - - [2026-01-22 02:24:32] "GET /virtual-networks?parent_id=9fb43974-b202-4541-a7ce-12232849508d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010705 10.0.0.241 - - [2026-01-22 02:24:32] "POST /fqname-to-id HTTP/1.1" 403 361 0.008955 10.0.0.241 - - [2026-01-22 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.241 - - [2026-01-22 02:24:32] "GET /routing-instance/862776b8-c614-486a-9f10-b2d0bf1ab304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003384 10.0.0.241 - - [2026-01-22 02:24:32] "GET /route-target/cc96e358-4b35-4c50-bf2b-8c4d590c075d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014002 10.0.0.241 - - [2026-01-22 02:24:32] "GET /route-target/cc96e358-4b35-4c50-bf2b-8c4d590c075d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003953 10.0.0.241 - - [2026-01-22 02:24:32] "GET /obj-perms HTTP/1.1" 200 4934 0.011018 10.0.0.241 - - [2026-01-22 02:24:32] "GET /virtual-machine/744b693f-4226-4585-b547-85f19f9bfa65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.014368 10.0.0.241 - - [2026-01-22 02:24:32] "GET /obj-perms HTTP/1.1" 200 4934 0.010824 10.0.0.241 - - [2026-01-22 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.241 - - [2026-01-22 02:24:32] "GET /virtual-machine-interface/5a1a6ce6-07e0-425a-bfd1-01d7c3106ae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.016849 10.0.0.241 - - [2026-01-22 02:24:32] "GET /obj-perms HTTP/1.1" 200 4934 0.010097 10.0.0.241 - - [2026-01-22 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.241 - - [2026-01-22 02:24:32] "GET /virtual-machine-interface/5a1a6ce6-07e0-425a-bfd1-01d7c3106ae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.015751 10.0.0.241 - - [2026-01-22 02:24:32] "GET /obj-perms HTTP/1.1" 200 4934 0.010996 10.0.0.241 - - [2026-01-22 02:24:32] "GET /virtual-machine/744b693f-4226-4585-b547-85f19f9bfa65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.012195 10.0.0.241 - - [2026-01-22 02:24:32] "GET /obj-perms HTTP/1.1" 200 4934 0.009792 10.0.0.241 - - [2026-01-22 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.241 - - [2026-01-22 02:24:33] "GET /virtual-machine-interface/5a1a6ce6-07e0-425a-bfd1-01d7c3106ae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.014327 10.0.0.241 - - [2026-01-22 02:24:33] "GET /obj-perms HTTP/1.1" 200 4934 0.010712 10.0.0.241 - - [2026-01-22 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002480 10.0.0.241 - - [2026-01-22 02:24:33] "GET /virtual-network/df1582ce-5f96-4225-9da7-5c191a1246e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.014540 10.0.0.241 - - [2026-01-22 02:24:33] "GET /obj-perms HTTP/1.1" 200 4934 0.009774 10.0.0.241 - - [2026-01-22 02:24:33] "GET /virtual-machine/744b693f-4226-4585-b547-85f19f9bfa65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010557 10.0.0.241 - - [2026-01-22 02:24:33] "GET /obj-perms HTTP/1.1" 200 4934 0.011209 10.0.0.241 - - [2026-01-22 02:24:33] "GET /obj-perms HTTP/1.1" 200 4934 0.010449 10.0.0.241 - - [2026-01-22 02:24:33] "GET /obj-perms HTTP/1.1" 200 4934 0.076402 10.0.0.241 - - [2026-01-22 02:24:33] "GET /obj-perms HTTP/1.1" 200 4934 0.007915 10.0.0.241 - - [2026-01-22 02:24:34] "GET /obj-perms HTTP/1.1" 200 5039 0.058969 10.0.0.241 - - [2026-01-22 02:24:34] "GET /obj-perms HTTP/1.1" 200 5039 0.003313 10.0.0.241 - - [2026-01-22 02:24:34] "GET /obj-perms HTTP/1.1" 200 4934 0.010661 10.0.0.241 - - [2026-01-22 02:24:34] "GET /obj-perms HTTP/1.1" 200 4934 0.010705 10.0.0.241 - - [2026-01-22 02:24:34] "GET /obj-perms HTTP/1.1" 200 4934 0.062895 10.0.0.241 - - [2026-01-22 02:24:34] "GET /obj-perms HTTP/1.1" 200 4934 0.009367 10.0.0.241 - - [2026-01-22 02:24:34] "GET /obj-perms HTTP/1.1" 200 5039 0.003609 10.0.0.241 - - [2026-01-22 02:24:35] "GET /obj-perms HTTP/1.1" 200 5039 0.003571 10.0.0.241 - - [2026-01-22 02:24:35] "GET /obj-perms HTTP/1.1" 200 4934 0.009344 10.0.0.241 - - [2026-01-22 02:24:35] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.009603 10.0.0.241 - - [2026-01-22 02:24:35] "GET /virtual-machine/744b693f-4226-4585-b547-85f19f9bfa65 HTTP/1.1" 200 1289 0.011703 10.0.0.241 - - [2026-01-22 02:24:35] "POST /neutron/port HTTP/1.1" 200 1118 0.011474 10.0.0.241 - - [2026-01-22 02:24:35] "POST /neutron/port HTTP/1.1" 200 1108 0.009716 10.0.0.241 - - [2026-01-22 02:24:35] "POST /neutron/port HTTP/1.1" 200 151 0.097220 10.0.0.241 - - [2026-01-22 02:24:37] "GET /virtual-machine/744b693f-4226-4585-b547-85f19f9bfa65 HTTP/1.1" 404 171 0.009025 10.0.0.241 - - [2026-01-22 02:24:37] "GET /virtual-machine/744b693f-4226-4585-b547-85f19f9bfa65 HTTP/1.1" 404 171 0.007137 10.0.0.241 - - [2026-01-22 02:24:37] "GET /virtual-machine/744b693f-4226-4585-b547-85f19f9bfa65 HTTP/1.1" 404 171 0.009304 10.0.0.241 - - [2026-01-22 02:24:37] "POST /fqname-to-id HTTP/1.1" 403 339 0.008878 10.0.0.241 - - [2026-01-22 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002069 10.0.0.241 - - [2026-01-22 02:24:37] "GET /global-vrouter-config/0ca83c23-18ac-4109-93a1-23da338c796c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003409 10.0.0.241 - - [2026-01-22 02:24:37] "GET /virtual-networks?parent_id=9fb43974-b202-4541-a7ce-12232849508d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011015 10.0.0.241 - - [2026-01-22 02:24:37] "POST /fqname-to-id HTTP/1.1" 403 361 0.009729 10.0.0.241 - - [2026-01-22 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.241 - - [2026-01-22 02:24:37] "GET /routing-instance/862776b8-c614-486a-9f10-b2d0bf1ab304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.002853 10.0.0.241 - - [2026-01-22 02:24:37] "GET /route-target/cc96e358-4b35-4c50-bf2b-8c4d590c075d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010084 10.0.0.241 - - [2026-01-22 02:24:37] "GET /route-target/cc96e358-4b35-4c50-bf2b-8c4d590c075d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.002422 10.0.0.241 - - [2026-01-22 02:24:37] "GET /obj-perms HTTP/1.1" 200 4934 0.010011 10.0.0.241 - - [2026-01-22 02:24:37] "GET /obj-perms HTTP/1.1" 200 4934 0.008192 10.0.0.241 - - [2026-01-22 02:24:38] "GET /obj-perms HTTP/1.1" 200 4934 0.058414 10.0.0.241 - - [2026-01-22 02:24:38] "GET /obj-perms HTTP/1.1" 200 4934 0.009212 10.0.0.241 - - [2026-01-22 02:24:38] "GET /obj-perms HTTP/1.1" 200 5039 0.003032 10.0.0.241 - - [2026-01-22 02:24:38] "GET /obj-perms HTTP/1.1" 200 5075 0.049779 10.0.0.241 - - [2026-01-22 02:24:38] "GET /obj-perms HTTP/1.1" 200 5075 0.049557 10.0.0.241 - - [2026-01-22 02:24:41] "GET /obj-perms HTTP/1.1" 200 5039 0.003087 10.0.0.241 - - [2026-01-22 02:24:44] "GET /obj-perms HTTP/1.1" 200 5039 0.003539 10.0.0.241 - - [2026-01-22 02:24:47] "GET /obj-perms HTTP/1.1" 200 5039 0.002913 10.0.0.241 - - [2026-01-22 02:24:50] "GET /obj-perms HTTP/1.1" 200 5039 0.002929 10.0.0.241 - - [2026-01-22 02:24:53] "GET /obj-perms HTTP/1.1" 200 5039 0.003158 10.0.0.241 - - [2026-01-22 02:24:56] "GET /obj-perms HTTP/1.1" 200 5039 0.003063 10.0.0.241 - - [2026-01-22 02:24:59] "GET /obj-perms HTTP/1.1" 200 5039 0.003433 10.0.0.241 - - [2026-01-22 02:25:02] "GET /obj-perms HTTP/1.1" 200 5039 0.003867 10.0.0.241 - - [2026-01-22 02:25:05] "GET /obj-perms HTTP/1.1" 200 5039 0.004452 10.0.0.241 - - [2026-01-22 02:25:08] "GET /obj-perms HTTP/1.1" 200 5039 0.002806 10.0.0.241 - - [2026-01-22 02:25:11] "GET /obj-perms HTTP/1.1" 200 5039 0.003339 10.0.0.241 - - [2026-01-22 02:25:14] "GET /obj-perms HTTP/1.1" 200 5039 0.003757 10.0.0.241 - - [2026-01-22 02:25:17] "GET /obj-perms HTTP/1.1" 200 5039 0.002918 10.0.0.241 - - [2026-01-22 02:25:20] "GET /obj-perms HTTP/1.1" 200 5039 0.002867 10.0.0.241 - - [2026-01-22 02:25:23] "GET /obj-perms HTTP/1.1" 200 5039 0.002919 10.0.0.241 - - [2026-01-22 02:25:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003077 10.0.0.241 - - [2026-01-22 02:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.241 - - [2026-01-22 02:25:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002753 10.0.0.241 - - [2026-01-22 02:25:23] "DELETE /virtual-network/df1582ce-5f96-4225-9da7-5c191a1246e9 HTTP/1.1" 200 115 0.077612 10.0.0.241 - - [2026-01-22 02:25:23] "DELETE /route-target/cc96e358-4b35-4c50-bf2b-8c4d590c075d HTTP/1.1" 200 115 0.014777 10.0.0.241 - - [2026-01-22 02:25:23] "DELETE /api-access-list/0a8622df-bd6a-4687-8d67-2917cd96060c HTTP/1.1" 200 115 0.019121 10.0.0.241 - - [2026-01-22 02:25:23] "GET /api-access-list/0a8622df-bd6a-4687-8d67-2917cd96060c HTTP/1.1" 404 171 0.003363 10.0.0.241 - - [2026-01-22 02:25:23] "GET /projects?obj_uuids=9fb43974-b202-4541-a7ce-12232849508d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001013 10.0.0.241 - - [2026-01-22 02:25:23] "GET /project/9fb43974-b202-4541-a7ce-12232849508d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.025760 10.0.0.241 - - [2026-01-22 02:25:23] "GET /projects?obj_uuids=9fb43974-b202-4541-a7ce-12232849508d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001098 10.0.0.241 - - [2026-01-22 02:25:23] "GET /project/9fb43974-b202-4541-a7ce-12232849508d?fields=virtual_networks HTTP/1.1" 200 1024 0.065847 10.0.0.241 - - [2026-01-22 02:25:23] "GET /projects?obj_uuids=9fb43974-b202-4541-a7ce-12232849508d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001034 10.0.0.241 - - [2026-01-22 02:25:23] "GET /project/9fb43974-b202-4541-a7ce-12232849508d?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.021908 10.0.0.241 - - [2026-01-22 02:25:23] "GET /projects?obj_uuids=9fb43974-b202-4541-a7ce-12232849508d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002252 10.0.0.241 - - [2026-01-22 02:25:23] "GET /project/9fb43974-b202-4541-a7ce-12232849508d?fields=security_groups HTTP/1.1" 200 1246 0.028309 10.0.0.241 - - [2026-01-22 02:25:24] "GET /projects?obj_uuids=e23afcaf-a4cc-4ce6-a845-5ea1a6475fd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001133 10.0.0.241 - - [2026-01-22 02:25:24] "GET /project/e23afcaf-a4cc-4ce6-a845-5ea1a6475fd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.028611 10.0.0.241 - - [2026-01-22 02:25:24] "GET /projects?obj_uuids=e23afcaf-a4cc-4ce6-a845-5ea1a6475fd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001061 10.0.0.241 - - [2026-01-22 02:25:24] "GET /project/e23afcaf-a4cc-4ce6-a845-5ea1a6475fd7?fields=virtual_networks HTTP/1.1" 200 1024 0.068998 10.0.0.241 - - [2026-01-22 02:25:24] "GET /projects?obj_uuids=e23afcaf-a4cc-4ce6-a845-5ea1a6475fd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000952 10.0.0.241 - - [2026-01-22 02:25:24] "GET /project/e23afcaf-a4cc-4ce6-a845-5ea1a6475fd7?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.022237 10.0.0.241 - - [2026-01-22 02:25:24] "GET /projects?obj_uuids=e23afcaf-a4cc-4ce6-a845-5ea1a6475fd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001197 10.0.0.241 - - [2026-01-22 02:25:24] "GET /project/e23afcaf-a4cc-4ce6-a845-5ea1a6475fd7?fields=security_groups HTTP/1.1" 200 1246 0.024576 10.0.0.241 - - [2026-01-22 02:25:26] "GET /api-access-list/b7e59280-ad48-47c4-aa5b-b020e04ca628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003327 10.0.0.241 - - [2026-01-22 02:25:26] "PUT /api-access-list/b7e59280-ad48-47c4-aa5b-b020e04ca628 HTTP/1.1" 200 265 0.010756 10.0.0.241 - - [2026-01-22 02:25:26] "GET /projects?obj_uuids=51df167f-d670-47aa-83c1-5171dcd0f139&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000854 10.0.0.241 - - [2026-01-22 02:25:26] "GET /project/51df167f-d670-47aa-83c1-5171dcd0f139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.024775 10.0.0.241 - - [2026-01-22 02:25:26] "GET /projects?obj_uuids=51df167f-d670-47aa-83c1-5171dcd0f139&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000861 10.0.0.241 - - [2026-01-22 02:25:26] "GET /project/51df167f-d670-47aa-83c1-5171dcd0f139?fields=virtual_networks HTTP/1.1" 200 1022 0.069719 10.0.0.241 - - [2026-01-22 02:25:26] "GET /projects?obj_uuids=51df167f-d670-47aa-83c1-5171dcd0f139&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001016 10.0.0.241 - - [2026-01-22 02:25:26] "GET /project/51df167f-d670-47aa-83c1-5171dcd0f139?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.023823 10.0.0.241 - - [2026-01-22 02:25:26] "GET /projects?obj_uuids=51df167f-d670-47aa-83c1-5171dcd0f139&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000888 10.0.0.241 - - [2026-01-22 02:25:26] "GET /project/51df167f-d670-47aa-83c1-5171dcd0f139?fields=security_groups HTTP/1.1" 200 1244 0.024867 10.0.0.241 - - [2026-01-22 02:25:27] "POST /fqname-to-id HTTP/1.1" 404 188 0.030267 10.0.0.241 - - [2026-01-22 02:25:27] "GET /projects?obj_uuids=5e28e122-c739-4679-aeb8-1dfcdb48c86c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002395 10.0.0.241 - - [2026-01-22 02:25:27] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002368 10.0.0.241 - - [2026-01-22 02:25:27] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008003 10.0.0.241 - - [2026-01-22 02:25:27] "POST /id-to-fqname HTTP/1.1" 200 190 0.002655 10.0.0.241 - - [2026-01-22 02:25:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.003669 10.0.0.241 - - [2026-01-22 02:25:27] "POST /security-groups HTTP/1.1" 200 591 0.072467 10.0.0.241 - - [2026-01-22 02:25:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.002216 10.0.0.241 - - [2026-01-22 02:25:27] "POST /projects HTTP/1.1" 200 585 0.227806 10.0.0.241 - - [2026-01-22 02:25:27] "POST /access-control-lists HTTP/1.1" 200 598 0.057577 10.0.0.241 - - [2026-01-22 02:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.306842 10.0.0.241 - - [2026-01-22 02:25:27] "POST /fqname-to-id HTTP/1.1" 404 233 0.002841 10.0.0.241 - - [2026-01-22 02:25:27] "GET /project/5e28e122-c739-4679-aeb8-1dfcdb48c86c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.434955 10.0.0.241 - - [2026-01-22 02:25:27] "POST /access-control-lists HTTP/1.1" 200 596 0.065495 10.0.0.241 - - [2026-01-22 02:25:28] "GET / HTTP/1.1" 200 36215 0.002071 10.0.0.241 - - [2026-01-22 02:25:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000435 10.0.0.241 - - [2026-01-22 02:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.031977 10.0.0.241 - - [2026-01-22 02:25:31] "GET /api-access-list/b7e59280-ad48-47c4-aa5b-b020e04ca628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002893 10.0.0.241 - - [2026-01-22 02:25:31] "GET /api-access-list/b7e59280-ad48-47c4-aa5b-b020e04ca628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003684 10.0.0.241 - - [2026-01-22 02:25:31] "GET /api-access-list/b7e59280-ad48-47c4-aa5b-b020e04ca628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003476 10.0.0.241 - - [2026-01-22 02:25:31] "PUT /api-access-list/b7e59280-ad48-47c4-aa5b-b020e04ca628 HTTP/1.1" 200 265 0.008085 10.0.0.241 - - [2026-01-22 02:25:31] "GET /aaa-mode HTTP/1.1" 200 128 0.001058 10.0.0.241 - - [2026-01-22 02:25:31] "DELETE /project/5e28e122c7394679aeb81dfcdb48c86c HTTP/1.1" 404 173 0.013020 10.0.0.241 - - [2026-01-22 02:25:31] "GET /projects?obj_uuids=e23afcaf-a4cc-4ce6-a845-5ea1a6475fd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001032 10.0.0.241 - - [2026-01-22 02:25:31] "GET /projects?obj_uuids=51df167f-d670-47aa-83c1-5171dcd0f139&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000763 10.0.0.241 - - [2026-01-22 02:25:31] "GET /projects?obj_uuids=9fb43974-b202-4541-a7ce-12232849508d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000705 10.0.0.241 - - [2026-01-22 02:25:32] "GET /project/9fb43974-b202-4541-a7ce-12232849508d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.049212 10.0.0.241 - - [2026-01-22 02:25:32] "GET /project/51df167f-d670-47aa-83c1-5171dcd0f139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.053809 10.0.0.241 - - [2026-01-22 02:25:32] "GET /project/e23afcaf-a4cc-4ce6-a845-5ea1a6475fd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.057583 10.0.0.241 - - [2026-01-22 02:25:32] "POST /fqname-to-id HTTP/1.1" 404 188 0.043990 10.0.0.241 - - [2026-01-22 02:25:32] "GET /projects?obj_uuids=e23afcaf-a4cc-4ce6-a845-5ea1a6475fd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001264 10.0.0.241 - - [2026-01-22 02:25:32] "GET /projects?obj_uuids=51df167f-d670-47aa-83c1-5171dcd0f139&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000723 10.0.0.241 - - [2026-01-22 02:25:32] "GET /projects?obj_uuids=9fb43974-b202-4541-a7ce-12232849508d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000688 10.0.0.241 - - [2026-01-22 02:25:32] "GET /project/9fb43974-b202-4541-a7ce-12232849508d?fields=security_groups HTTP/1.1" 200 1348 0.041416 10.0.0.241 - - [2026-01-22 02:25:32] "GET /project/51df167f-d670-47aa-83c1-5171dcd0f139?fields=security_groups HTTP/1.1" 200 1346 0.044924 10.0.0.241 - - [2026-01-22 02:25:32] "GET /project/e23afcaf-a4cc-4ce6-a845-5ea1a6475fd7?fields=security_groups HTTP/1.1" 200 1348 0.049562 10.0.0.241 - - [2026-01-22 02:25:32] "GET /projects?obj_uuids=a200539b-3f01-4655-948b-1cba945778da&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002271 10.0.0.241 - - [2026-01-22 02:25:32] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001540 10.0.0.241 - - [2026-01-22 02:25:32] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.027284 10.0.0.241 - - [2026-01-22 02:25:32] "DELETE /security-group/4bfeb607-abe4-42da-9b0d-3b93f36572b2 HTTP/1.1" 200 115 0.124680 10.0.0.241 - - [2026-01-22 02:25:32] "GET /projects?obj_uuids=9fb43974-b202-4541-a7ce-12232849508d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001458 10.0.0.241 - - [2026-01-22 02:25:32] "DELETE /access-control-list/9180938c-f038-4347-8f64-fc89f0971ef8 HTTP/1.1" 200 115 0.061402 10.0.0.241 - - [2026-01-22 02:25:32] "DELETE /security-group/753fe8d3-2a1d-4bac-a782-a942974254be HTTP/1.1" 200 115 0.134503 10.0.0.241 - - [2026-01-22 02:25:32] "DELETE /security-group/0b3145d4-eae9-497f-9130-b5b2deff6b4c HTTP/1.1" 200 115 0.139633 10.0.0.241 - - [2026-01-22 02:25:32] "GET /projects?obj_uuids=51df167f-d670-47aa-83c1-5171dcd0f139&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001370 10.0.0.241 - - [2026-01-22 02:25:32] "GET /projects?obj_uuids=e23afcaf-a4cc-4ce6-a845-5ea1a6475fd7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001615 10.0.0.241 - - [2026-01-22 02:25:32] "GET /project/9fb43974-b202-4541-a7ce-12232849508d?fields=application_policy_sets HTTP/1.1" 200 1387 0.082448 10.0.0.241 - - [2026-01-22 02:25:32] "GET /project/e23afcaf-a4cc-4ce6-a845-5ea1a6475fd7?fields=application_policy_sets HTTP/1.1" 200 1387 0.091579 10.0.0.241 - - [2026-01-22 02:25:32] "DELETE /access-control-list/a9ca9915-fa6d-4c3e-bc46-d87f35379097 HTTP/1.1" 200 115 0.116034 10.0.0.241 - - [2026-01-22 02:25:32] "GET /project/51df167f-d670-47aa-83c1-5171dcd0f139?fields=application_policy_sets HTTP/1.1" 200 1385 0.135243 10.0.0.241 - - [2026-01-22 02:25:32] "POST /id-to-fqname HTTP/1.1" 200 190 0.001498 10.0.0.241 - - [2026-01-22 02:25:32] "DELETE /access-control-list/478ffd7f-623a-40a9-a75a-d8034c11e0c7 HTTP/1.1" 200 115 0.063133 10.0.0.241 - - [2026-01-22 02:25:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.011830 10.0.0.241 - - [2026-01-22 02:25:32] "DELETE /access-control-list/18e3ac31-1b4d-4fb7-bacb-75930be89fd1 HTTP/1.1" 200 115 0.061370 10.0.0.241 - - [2026-01-22 02:25:32] "DELETE /project/9fb43974-b202-4541-a7ce-12232849508d HTTP/1.1" 200 115 0.599722 10.0.0.241 - - [2026-01-22 02:25:32] "DELETE /access-control-list/a51cd21b-f445-45cd-92bc-90a5901333a9 HTTP/1.1" 200 115 0.046867 10.0.0.241 - - [2026-01-22 02:25:32] "DELETE /project/e23afcaf-a4cc-4ce6-a845-5ea1a6475fd7 HTTP/1.1" 200 115 0.634706 10.0.0.241 - - [2026-01-22 02:25:32] "DELETE /project/51df167f-d670-47aa-83c1-5171dcd0f139 HTTP/1.1" 200 115 0.637073 10.0.0.241 - - [2026-01-22 02:25:32] "DELETE /access-control-list/20f4f5e2-cdf3-46db-963d-ad4892a92e6b HTTP/1.1" 200 115 0.021980 10.0.0.241 - - [2026-01-22 02:25:32] "POST /security-groups HTTP/1.1" 200 591 0.084275 10.0.0.241 - - [2026-01-22 02:25:32] "POST /fqname-to-id HTTP/1.1" 404 234 0.003444 10.0.0.241 - - [2026-01-22 02:25:32] "POST /projects HTTP/1.1" 200 585 0.409562 10.0.0.241 - - [2026-01-22 02:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.484680 10.0.0.241 - - [2026-01-22 02:25:32] "POST /access-control-lists HTTP/1.1" 200 598 0.061071 10.0.0.241 - - [2026-01-22 02:25:32] "GET /project/a200539b-3f01-4655-948b-1cba945778da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.658115 10.0.0.241 - - [2026-01-22 02:25:32] "POST /fqname-to-id HTTP/1.1" 404 233 0.003643 10.0.0.241 - - [2026-01-22 02:25:32] "POST /access-control-lists HTTP/1.1" 200 596 0.068429 10.0.0.241 - - [2026-01-22 02:25:33] "POST /fqname-to-id HTTP/1.1" 404 188 0.029351 10.0.0.241 - - [2026-01-22 02:25:33] "GET /projects?obj_uuids=7e05b548-b6f5-4671-ad0c-77e14841f1e9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003505 10.0.0.241 - - [2026-01-22 02:25:33] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001030 10.0.0.241 - - [2026-01-22 02:25:33] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006676 10.0.0.241 - - [2026-01-22 02:25:33] "POST /id-to-fqname HTTP/1.1" 200 190 0.001797 10.0.0.241 - - [2026-01-22 02:25:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.003088 10.0.0.241 - - [2026-01-22 02:25:33] "POST /security-groups HTTP/1.1" 200 591 0.068075 10.0.0.241 - - [2026-01-22 02:25:33] "POST /fqname-to-id HTTP/1.1" 404 234 0.003750 10.0.0.241 - - [2026-01-22 02:25:33] "POST /projects HTTP/1.1" 200 585 0.220373 10.0.0.241 - - [2026-01-22 02:25:33] "POST /access-control-lists HTTP/1.1" 200 598 0.060166 10.0.0.241 - - [2026-01-22 02:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.297470 10.0.0.241 - - [2026-01-22 02:25:33] "POST /fqname-to-id HTTP/1.1" 404 233 0.003445 10.0.0.241 - - [2026-01-22 02:25:33] "GET /project/7e05b548-b6f5-4671-ad0c-77e14841f1e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.426270 10.0.0.241 - - [2026-01-22 02:25:33] "POST /access-control-lists HTTP/1.1" 200 596 0.066550 10.0.0.241 - - [2026-01-22 02:25:34] "GET / HTTP/1.1" 200 36215 0.002046 10.0.0.241 - - [2026-01-22 02:25:35] "GET / HTTP/1.1" 200 36215 0.001538 10.0.0.241 - - [2026-01-22 02:25:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.003244 10.0.0.241 - - [2026-01-22 02:25:35] "POST /api-access-lists HTTP/1.1" 200 523 0.015323 10.0.0.241 - - [2026-01-22 02:25:35] "GET /api-access-list/f27cc252-e026-4ad8-8e8c-97082a555dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004914 10.0.0.241 - - [2026-01-22 02:25:35] "GET /api-access-list/f27cc252-e026-4ad8-8e8c-97082a555dd3 HTTP/1.1" 401 293 0.000498 10.0.0.241 - - [2026-01-22 02:25:35] "GET /api-access-list/f27cc252-e026-4ad8-8e8c-97082a555dd3 HTTP/1.1" 200 1291 0.054690 10.0.0.241 - - [2026-01-22 02:25:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000355 10.0.0.241 - - [2026-01-22 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.039306 10.0.0.241 - - [2026-01-22 02:25:36] "GET /projects?obj_uuids=a200539b-3f01-4655-948b-1cba945778da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001273 10.0.0.241 - - [2026-01-22 02:25:36] "GET /project/a200539b-3f01-4655-948b-1cba945778da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.033636 10.0.0.241 - - [2026-01-22 02:25:36] "GET /virtual-networks?parent_id=a200539b-3f01-4655-948b-1cba945778da&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014606 10.0.0.241 - - [2026-01-22 02:25:36] "POST /virtual-networks HTTP/1.1" 200 585 0.053065 10.0.0.241 - - [2026-01-22 02:25:36] "POST /route-targets HTTP/1.1" 200 328 0.009005 10.0.0.241 - - [2026-01-22 02:25:36] "POST /ref-update HTTP/1.1" 200 156 0.009363 10.0.0.241 - - [2026-01-22 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.011573 10.0.0.241 - - [2026-01-22 02:25:36] "GET /network-ipam/9c4f6423-13d5-496d-8634-bc2788f96ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.010856 10.0.0.241 - - [2026-01-22 02:25:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005255 10.0.0.241 - - [2026-01-22 02:25:36] "POST /ref-update HTTP/1.1" 200 156 0.049735 10.0.0.241 - - [2026-01-22 02:25:36] "POST /neutron/network HTTP/1.1" 200 849 0.050330 10.0.0.241 - - [2026-01-22 02:25:36] "POST /neutron/network HTTP/1.1" 200 849 0.021228 10.0.0.241 - - [2026-01-22 02:25:36] "GET /virtual-network/df8c274b-8f8f-47f6-afc7-27c0a0506b2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.014170 10.0.0.241 - - [2026-01-22 02:25:36] "POST /neutron/network HTTP/1.1" 200 849 0.019413 10.0.0.241 - - [2026-01-22 02:25:36] "POST /neutron/subnet HTTP/1.1" 200 681 0.028521 10.0.0.241 - - [2026-01-22 02:25:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000407 10.0.0.241 - - [2026-01-22 02:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.038742 10.0.0.241 - - [2026-01-22 02:25:37] "GET /projects?obj_uuids=7e05b548-b6f5-4671-ad0c-77e14841f1e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000992 10.0.0.241 - - [2026-01-22 02:25:37] "GET /project/7e05b548-b6f5-4671-ad0c-77e14841f1e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.038010 10.0.0.241 - - [2026-01-22 02:25:37] "GET /virtual-networks?parent_id=7e05b548-b6f5-4671-ad0c-77e14841f1e9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012599 10.0.0.241 - - [2026-01-22 02:25:37] "POST /virtual-networks HTTP/1.1" 200 585 0.048457 10.0.0.241 - - [2026-01-22 02:25:37] "POST /route-targets HTTP/1.1" 200 328 0.010047 10.0.0.241 - - [2026-01-22 02:25:37] "POST /ref-update HTTP/1.1" 200 156 0.009584 10.0.0.241 - - [2026-01-22 02:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.014797 10.0.0.241 - - [2026-01-22 02:25:37] "GET /network-ipam/9c4f6423-13d5-496d-8634-bc2788f96ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.011703 10.0.0.241 - - [2026-01-22 02:25:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004286 10.0.0.241 - - [2026-01-22 02:25:37] "POST /ref-update HTTP/1.1" 200 156 0.048005 10.0.0.241 - - [2026-01-22 02:25:37] "POST /neutron/network HTTP/1.1" 200 849 0.050019 10.0.0.241 - - [2026-01-22 02:25:37] "POST /neutron/network HTTP/1.1" 200 849 0.018875 10.0.0.241 - - [2026-01-22 02:25:37] "GET /virtual-network/e2a56182-3190-470c-8c5c-4a463efead03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.013022 10.0.0.241 - - [2026-01-22 02:25:37] "POST /neutron/network HTTP/1.1" 200 849 0.023237 10.0.0.241 - - [2026-01-22 02:25:37] "POST /neutron/subnet HTTP/1.1" 200 681 0.023925 10.0.0.241 - - [2026-01-22 02:25:37] "GET /virtual-network/df8c274b-8f8f-47f6-afc7-27c0a0506b2e HTTP/1.1" 401 293 0.000413 10.0.0.241 - - [2026-01-22 02:25:38] "GET /virtual-network/df8c274b-8f8f-47f6-afc7-27c0a0506b2e HTTP/1.1" 200 2319 0.043711 10.0.0.241 - - [2026-01-22 02:25:38] "GET /virtual-network/df8c274b-8f8f-47f6-afc7-27c0a0506b2e HTTP/1.1" 401 293 0.000338 10.0.0.241 - - [2026-01-22 02:25:38] "GET /virtual-network/df8c274b-8f8f-47f6-afc7-27c0a0506b2e HTTP/1.1" 403 376 0.037580 10.0.0.241 - - [2026-01-22 02:25:38] "GET /virtual-network/df8c274b-8f8f-47f6-afc7-27c0a0506b2e HTTP/1.1" 200 2319 0.004859 10.0.0.241 - - [2026-01-22 02:25:38] "GET /virtual-networks HTTP/1.1" 200 372 0.015664 10.0.0.241 - - [2026-01-22 02:25:38] "GET /virtual-networks HTTP/1.1" 200 372 0.015842 10.0.0.241 - - [2026-01-22 02:25:38] "GET /obj-perms HTTP/1.1" 403 257 0.040884 10.0.0.241 - - [2026-01-22 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002230 10.0.0.241 - - [2026-01-22 02:25:39] "GET /virtual-network/df8c274b-8f8f-47f6-afc7-27c0a0506b2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.013558 10.0.0.241 - - [2026-01-22 02:25:39] "GET /obj-perms HTTP/1.1" 403 257 0.049795 10.0.0.241 - - [2026-01-22 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.241 - - [2026-01-22 02:25:39] "GET /obj-perms HTTP/1.1" 200 5075 0.367388 10.0.0.241 - - [2026-01-22 02:25:39] "GET /virtual-network/df8c274b-8f8f-47f6-afc7-27c0a0506b2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.007984 10.0.0.241 - - [2026-01-22 02:25:40] "GET /obj-perms HTTP/1.1" 200 5075 0.366614 10.0.0.241 - - [2026-01-22 02:25:40] "GET /obj-perms HTTP/1.1" 200 5049 0.081655 10.0.0.241 - - [2026-01-22 02:25:40] "GET /obj-perms HTTP/1.1" 403 257 0.008118 10.0.0.241 - - [2026-01-22 02:25:40] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.019231 10.0.0.241 - - [2026-01-22 02:25:40] "GET /obj-perms HTTP/1.1" 403 257 0.007374 10.0.0.241 - - [2026-01-22 02:25:40] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.018531 10.0.0.241 - - [2026-01-22 02:25:40] "GET /obj-perms HTTP/1.1" 200 5049 0.003101 10.0.0.241 - - [2026-01-22 02:25:40] "PUT /virtual-network/df8c274b-8f8f-47f6-afc7-27c0a0506b2e HTTP/1.1" 200 265 0.030898 10.0.0.241 - - [2026-01-22 02:25:40] "GET /virtual-networks HTTP/1.1" 200 132 0.018997 10.0.0.241 - - [2026-01-22 02:25:40] "GET /virtual-networks HTTP/1.1" 200 613 0.018482 10.0.0.241 - - [2026-01-22 02:25:40] "GET /virtual-networks HTTP/1.1" 200 1435 0.002468 10.0.0.241 - - [2026-01-22 02:25:40] "GET /obj-perms HTTP/1.1" 403 257 0.007344 10.0.0.241 - - [2026-01-22 02:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002471 10.0.0.241 - - [2026-01-22 02:25:40] "GET /virtual-network/df8c274b-8f8f-47f6-afc7-27c0a0506b2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008363 10.0.0.241 - - [2026-01-22 02:25:41] "GET /obj-perms HTTP/1.1" 403 257 0.032909 10.0.0.241 - - [2026-01-22 02:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002113 10.0.0.241 - - [2026-01-22 02:25:41] "GET /virtual-network/df8c274b-8f8f-47f6-afc7-27c0a0506b2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008618 10.0.0.241 - - [2026-01-22 02:25:41] "GET /obj-perms HTTP/1.1" 403 257 0.009285 10.0.0.241 - - [2026-01-22 02:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.241 - - [2026-01-22 02:25:41] "GET /virtual-network/df8c274b-8f8f-47f6-afc7-27c0a0506b2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2022 0.013179 10.0.0.241 - - [2026-01-22 02:25:41] "GET /obj-perms HTTP/1.1" 200 5049 0.002898 10.0.0.241 - - [2026-01-22 02:25:41] "GET /obj-perms HTTP/1.1" 403 257 0.008050 10.0.0.241 - - [2026-01-22 02:25:41] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017052 10.0.0.241 - - [2026-01-22 02:25:41] "GET /obj-perms HTTP/1.1" 403 257 0.011935 10.0.0.241 - - [2026-01-22 02:25:41] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.017907 10.0.0.241 - - [2026-01-22 02:25:41] "GET /obj-perms HTTP/1.1" 200 5049 0.003902 10.0.0.241 - - [2026-01-22 02:25:41] "PUT /virtual-network/df8c274b-8f8f-47f6-afc7-27c0a0506b2e HTTP/1.1" 200 265 0.029067 10.0.0.241 - - [2026-01-22 02:25:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003947 10.0.0.241 - - [2026-01-22 02:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.241 - - [2026-01-22 02:25:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003273 10.0.0.241 - - [2026-01-22 02:25:41] "DELETE /virtual-network/e2a56182-3190-470c-8c5c-4a463efead03 HTTP/1.1" 200 115 0.079717 10.0.0.241 - - [2026-01-22 02:25:41] "DELETE /route-target/ef3f8f40-cc56-4a2e-b5ce-3edf01888ce1 HTTP/1.1" 200 115 0.018712 10.0.0.241 - - [2026-01-22 02:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.241 - - [2026-01-22 02:25:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001788 10.0.0.241 - - [2026-01-22 02:25:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002220 10.0.0.241 - - [2026-01-22 02:25:41] "DELETE /virtual-network/df8c274b-8f8f-47f6-afc7-27c0a0506b2e HTTP/1.1" 200 115 0.082349 10.0.0.241 - - [2026-01-22 02:25:42] "DELETE /route-target/506c620d-1302-43f3-b155-a37f12a3b406 HTTP/1.1" 200 115 0.023315 10.0.0.241 - - [2026-01-22 02:25:42] "DELETE /api-access-list/f27cc252-e026-4ad8-8e8c-97082a555dd3 HTTP/1.1" 200 115 0.022226 10.0.0.241 - - [2026-01-22 02:25:42] "GET /api-access-list/f27cc252-e026-4ad8-8e8c-97082a555dd3 HTTP/1.1" 404 171 0.002482 10.0.0.241 - - [2026-01-22 02:25:42] "GET /projects?obj_uuids=7e05b548-b6f5-4671-ad0c-77e14841f1e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001130 10.0.0.241 - - [2026-01-22 02:25:42] "GET /project/7e05b548-b6f5-4671-ad0c-77e14841f1e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.025838 10.0.0.241 - - [2026-01-22 02:25:42] "GET /projects?obj_uuids=7e05b548-b6f5-4671-ad0c-77e14841f1e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001014 10.0.0.241 - - [2026-01-22 02:25:42] "GET /project/7e05b548-b6f5-4671-ad0c-77e14841f1e9?fields=virtual_networks HTTP/1.1" 200 1033 0.065479 10.0.0.241 - - [2026-01-22 02:25:42] "GET /projects?obj_uuids=7e05b548-b6f5-4671-ad0c-77e14841f1e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001293 10.0.0.241 - - [2026-01-22 02:25:42] "GET /project/7e05b548-b6f5-4671-ad0c-77e14841f1e9?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.025358 10.0.0.241 - - [2026-01-22 02:25:42] "GET /projects?obj_uuids=7e05b548-b6f5-4671-ad0c-77e14841f1e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000972 10.0.0.241 - - [2026-01-22 02:25:42] "GET /project/7e05b548-b6f5-4671-ad0c-77e14841f1e9?fields=security_groups HTTP/1.1" 200 1260 0.028239 10.0.0.241 - - [2026-01-22 02:25:43] "GET /projects?obj_uuids=a200539b-3f01-4655-948b-1cba945778da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001194 10.0.0.241 - - [2026-01-22 02:25:43] "GET /project/a200539b-3f01-4655-948b-1cba945778da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.023925 10.0.0.241 - - [2026-01-22 02:25:43] "GET /projects?obj_uuids=a200539b-3f01-4655-948b-1cba945778da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001024 10.0.0.241 - - [2026-01-22 02:25:43] "GET /project/a200539b-3f01-4655-948b-1cba945778da?fields=virtual_networks HTTP/1.1" 200 1034 0.063414 10.0.0.241 - - [2026-01-22 02:25:43] "GET /projects?obj_uuids=a200539b-3f01-4655-948b-1cba945778da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000943 10.0.0.241 - - [2026-01-22 02:25:43] "GET /project/a200539b-3f01-4655-948b-1cba945778da?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.066032 10.0.0.241 - - [2026-01-22 02:25:43] "GET /projects?obj_uuids=a200539b-3f01-4655-948b-1cba945778da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000963 10.0.0.241 - - [2026-01-22 02:25:43] "GET /project/a200539b-3f01-4655-948b-1cba945778da?fields=security_groups HTTP/1.1" 200 1261 0.024232 10.0.0.241 - - [2026-01-22 02:25:44] "GET /aaa-mode HTTP/1.1" 200 128 0.001188 10.0.0.241 - - [2026-01-22 02:25:44] "GET / HTTP/1.1" 200 36215 0.001901 10.0.0.241 - - [2026-01-22 02:25:45] "GET / HTTP/1.1" 200 36215 0.001847 10.0.0.241 - - [2026-01-22 02:25:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000493 10.0.0.241 - - [2026-01-22 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.080382 10.0.0.241 - - [2026-01-22 02:25:46] "GET /projects?obj_uuids=5e28e122-c739-4679-aeb8-1dfcdb48c86c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001117 10.0.0.241 - - [2026-01-22 02:25:46] "GET /project/5e28e122-c739-4679-aeb8-1dfcdb48c86c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.028180 10.0.0.241 - - [2026-01-22 02:25:46] "GET /virtual-networks?parent_id=5e28e122-c739-4679-aeb8-1dfcdb48c86c&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008463 10.0.0.241 - - [2026-01-22 02:25:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.007289 10.0.0.241 - - [2026-01-22 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.010317 10.0.0.241 - - [2026-01-22 02:25:46] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.241 - - [2026-01-22 02:25:46] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.012451 10.0.0.241 - - [2026-01-22 02:25:46] "POST /service-templates HTTP/1.1" 403 264 0.007126 10.0.0.241 - - [2026-01-22 02:25:46] "POST /fqname-to-id HTTP/1.1" 404 215 0.002477 10.0.0.241 - - [2026-01-22 02:25:46] "POST /api-access-lists HTTP/1.1" 200 557 0.014253 10.0.0.241 - - [2026-01-22 02:25:46] "GET /api-access-list/6720bafd-e630-4ab8-9517-e269dbd535d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.004527 10.0.0.241 - - [2026-01-22 02:25:46] "GET /api-access-list/6720bafd-e630-4ab8-9517-e269dbd535d9 HTTP/1.1" 200 1324 0.003075 10.0.0.241 - - [2026-01-22 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.010956 10.0.0.241 - - [2026-01-22 02:25:46] "GET /projects?obj_uuids=5e28e122-c739-4679-aeb8-1dfcdb48c86c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001291 10.0.0.241 - - [2026-01-22 02:25:46] "GET /project/5e28e122-c739-4679-aeb8-1dfcdb48c86c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.031425 10.0.0.241 - - [2026-01-22 02:25:46] "GET /virtual-networks?parent_id=5e28e122-c739-4679-aeb8-1dfcdb48c86c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012849 10.0.0.241 - - [2026-01-22 02:25:46] "POST /virtual-networks HTTP/1.1" 200 585 0.046210 10.0.0.241 - - [2026-01-22 02:25:46] "POST /route-targets HTTP/1.1" 200 328 0.010572 10.0.0.241 - - [2026-01-22 02:25:46] "POST /ref-update HTTP/1.1" 200 156 0.010445 10.0.0.241 - - [2026-01-22 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.010359 10.0.0.241 - - [2026-01-22 02:25:47] "GET /network-ipam/9c4f6423-13d5-496d-8634-bc2788f96ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.010975 10.0.0.241 - - [2026-01-22 02:25:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002634 10.0.0.241 - - [2026-01-22 02:25:47] "POST /ref-update HTTP/1.1" 200 156 0.042130 10.0.0.241 - - [2026-01-22 02:25:47] "POST /neutron/network HTTP/1.1" 200 848 0.045805 10.0.0.241 - - [2026-01-22 02:25:47] "POST /neutron/network HTTP/1.1" 200 848 0.017179 10.0.0.241 - - [2026-01-22 02:25:47] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.013160 10.0.0.241 - - [2026-01-22 02:25:47] "POST /neutron/network HTTP/1.1" 200 848 0.016438 10.0.0.241 - - [2026-01-22 02:25:47] "POST /neutron/subnet HTTP/1.1" 200 679 0.023363 10.0.0.241 - - [2026-01-22 02:25:47] "POST /neutron/network HTTP/1.1" 200 848 0.079805 10.0.0.241 - - [2026-01-22 02:25:47] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.005026 10.0.0.241 - - [2026-01-22 02:25:47] "GET /network-ipam/9c4f6423-13d5-496d-8634-bc2788f96ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.004067 10.0.0.241 - - [2026-01-22 02:25:47] "GET /domains HTTP/1.1" 200 281 0.002459 10.0.0.241 - - [2026-01-22 02:25:47] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.241 - - [2026-01-22 02:25:47] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2958 0.006094 10.0.0.241 - - [2026-01-22 02:25:47] "GET /projects?obj_uuids=5e28e122-c739-4679-aeb8-1dfcdb48c86c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000816 10.0.0.241 - - [2026-01-22 02:25:47] "GET /project/5e28e122-c739-4679-aeb8-1dfcdb48c86c HTTP/1.1" 200 2358 0.064948 10.0.0.241 - - [2026-01-22 02:25:47] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6 HTTP/1.1" 200 2318 0.005046 10.0.0.241 - - [2026-01-22 02:25:47] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6 HTTP/1.1" 200 2318 0.006517 10.0.0.241 - - [2026-01-22 02:25:47] "GET /routing-instance/585b4404-acb8-4561-b13d-982636da5c86 HTTP/1.1" 200 1558 0.003490 10.0.0.241 - - [2026-01-22 02:25:47] "GET /routing-instance/585b4404-acb8-4561-b13d-982636da5c86 HTTP/1.1" 200 1558 0.002746 10.0.0.241 - - [2026-01-22 02:25:47] "GET /route-target/f361c6c8-b758-4fbe-a14b-6292da66b00b HTTP/1.1" 200 1247 0.002530 10.0.0.241 - - [2026-01-22 02:25:47] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6 HTTP/1.1" 200 2318 0.003949 10.0.0.241 - - [2026-01-22 02:25:47] "GET /routing-instance/585b4404-acb8-4561-b13d-982636da5c86 HTTP/1.1" 200 1558 0.002680 10.0.0.241 - - [2026-01-22 02:25:47] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.004506 10.0.0.241 - - [2026-01-22 02:25:47] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6 HTTP/1.1" 200 2318 0.004357 10.0.0.241 - - [2026-01-22 02:25:47] "GET /routing-instance/585b4404-acb8-4561-b13d-982636da5c86 HTTP/1.1" 200 1558 0.002830 10.0.0.241 - - [2026-01-22 02:25:47] "GET /routing-instance/585b4404-acb8-4561-b13d-982636da5c86 HTTP/1.1" 200 1558 0.002728 10.0.0.241 - - [2026-01-22 02:25:47] "GET /route-target/f361c6c8-b758-4fbe-a14b-6292da66b00b HTTP/1.1" 200 1247 0.002397 10.0.0.241 - - [2026-01-22 02:25:47] "GET /domains HTTP/1.1" 200 281 0.002681 10.0.0.241 - - [2026-01-22 02:25:47] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001157 10.0.0.241 - - [2026-01-22 02:25:47] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340 HTTP/1.1" 200 2958 0.006609 10.0.0.241 - - [2026-01-22 02:25:47] "GET /projects?obj_uuids=5e28e122-c739-4679-aeb8-1dfcdb48c86c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000920 10.0.0.241 - - [2026-01-22 02:25:47] "GET /project/5e28e122-c739-4679-aeb8-1dfcdb48c86c HTTP/1.1" 200 2358 0.072171 10.0.0.241 - - [2026-01-22 02:25:47] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6 HTTP/1.1" 200 2318 0.004827 10.0.0.241 - - [2026-01-22 02:25:47] "GET /obj-perms HTTP/1.1" 200 5049 0.003203 10.0.0.241 - - [2026-01-22 02:25:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.009240 10.0.0.241 - - [2026-01-22 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008785 10.0.0.241 - - [2026-01-22 02:25:47] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.241 - - [2026-01-22 02:25:47] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.012957 10.0.0.241 - - [2026-01-22 02:25:47] "POST /service-templates HTTP/1.1" 403 264 0.009227 10.0.0.241 - - [2026-01-22 02:25:47] "POST /fqname-to-id HTTP/1.1" 404 183 0.002521 10.0.0.241 - - [2026-01-22 02:25:47] "POST /api-access-lists HTTP/1.1" 200 523 0.012146 10.0.0.241 - - [2026-01-22 02:25:48] "GET /api-access-list/2b25cc67-3781-41d7-ba90-54a0f7b494ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004351 10.0.0.241 - - [2026-01-22 02:25:48] "GET /api-access-list/2b25cc67-3781-41d7-ba90-54a0f7b494ff HTTP/1.1" 200 1291 0.003686 10.0.0.241 - - [2026-01-22 02:25:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.010546 10.0.0.241 - - [2026-01-22 02:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.009938 10.0.0.241 - - [2026-01-22 02:25:48] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001762 10.0.0.241 - - [2026-01-22 02:25:48] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.016214 10.0.0.241 - - [2026-01-22 02:25:48] "POST /service-templates HTTP/1.1" 200 553 0.023713 10.0.0.241 - - [2026-01-22 02:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.012752 10.0.0.241 - - [2026-01-22 02:25:48] "GET /service-template/5722f2b4-1024-4f4c-ba99-e99df88afa9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.012678 10.0.0.241 - - [2026-01-22 02:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.011119 10.0.0.241 - - [2026-01-22 02:25:48] "GET /service-template/5722f2b4-1024-4f4c-ba99-e99df88afa9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.011695 10.0.0.241 - - [2026-01-22 02:25:48] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6 HTTP/1.1" 401 293 0.000595 10.0.0.241 - - [2026-01-22 02:25:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000599 10.0.0.241 - - [2026-01-22 02:25:48] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6 HTTP/1.1" 403 263 0.048045 10.0.0.241 - - [2026-01-22 02:25:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.241 - - [2026-01-22 02:25:48] "GET /service-template/5722f2b4-1024-4f4c-ba99-e99df88afa9f HTTP/1.1" 403 264 0.007501 10.0.0.241 - - [2026-01-22 02:25:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000351 10.0.0.241 - - [2026-01-22 02:25:49] "GET /service-template/5722f2b4-1024-4f4c-ba99-e99df88afa9f HTTP/1.1" 403 264 0.049878 10.0.0.241 - - [2026-01-22 02:25:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.241 - - [2026-01-22 02:25:49] "GET /obj-perms HTTP/1.1" 403 257 0.033113 10.0.0.241 - - [2026-01-22 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002230 10.0.0.241 - - [2026-01-22 02:25:49] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008949 10.0.0.241 - - [2026-01-22 02:25:49] "GET /obj-perms HTTP/1.1" 403 257 0.008277 10.0.0.241 - - [2026-01-22 02:25:49] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.009097 10.0.0.241 - - [2026-01-22 02:25:49] "GET /api-access-list/6720bafd-e630-4ab8-9517-e269dbd535d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.004009 10.0.0.241 - - [2026-01-22 02:25:49] "PUT /api-access-list/6720bafd-e630-4ab8-9517-e269dbd535d9 HTTP/1.1" 200 265 0.007016 10.0.0.241 - - [2026-01-22 02:25:49] "GET /api-access-list/6720bafd-e630-4ab8-9517-e269dbd535d9 HTTP/1.1" 200 1461 0.003154 10.0.0.241 - - [2026-01-22 02:25:49] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6 HTTP/1.1" 200 2318 0.012448 10.0.0.241 - - [2026-01-22 02:25:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000338 10.0.0.241 - - [2026-01-22 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.035924 10.0.0.241 - - [2026-01-22 02:25:50] "GET /projects?obj_uuids=5e28e122-c739-4679-aeb8-1dfcdb48c86c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001425 10.0.0.241 - - [2026-01-22 02:25:50] "GET /project/5e28e122-c739-4679-aeb8-1dfcdb48c86c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.031341 10.0.0.241 - - [2026-01-22 02:25:50] "GET /virtual-networks?parent_id=5e28e122-c739-4679-aeb8-1dfcdb48c86c&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.013197 10.0.0.241 - - [2026-01-22 02:25:50] "POST /virtual-networks HTTP/1.1" 403 263 0.009109 10.0.0.241 - - [2026-01-22 02:25:50] "GET /service-template/5722f2b4-1024-4f4c-ba99-e99df88afa9f HTTP/1.1" 403 264 0.008109 10.0.0.241 - - [2026-01-22 02:25:50] "GET /service-template/5722f2b4-1024-4f4c-ba99-e99df88afa9f HTTP/1.1" 403 264 0.031220 10.0.0.241 - - [2026-01-22 02:25:50] "GET /obj-perms HTTP/1.1" 403 257 0.010200 10.0.0.241 - - [2026-01-22 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.241 - - [2026-01-22 02:25:50] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.014133 10.0.0.241 - - [2026-01-22 02:25:50] "GET /obj-perms HTTP/1.1" 403 257 0.010709 10.0.0.241 - - [2026-01-22 02:25:50] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.018213 10.0.0.241 - - [2026-01-22 02:25:50] "GET /api-access-list/2b25cc67-3781-41d7-ba90-54a0f7b494ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003206 10.0.0.241 - - [2026-01-22 02:25:50] "PUT /api-access-list/2b25cc67-3781-41d7-ba90-54a0f7b494ff HTTP/1.1" 200 265 0.008837 10.0.0.241 - - [2026-01-22 02:25:51] "GET /api-access-list/2b25cc67-3781-41d7-ba90-54a0f7b494ff HTTP/1.1" 200 1429 0.003912 10.0.0.241 - - [2026-01-22 02:25:51] "GET /service-template/5722f2b4-1024-4f4c-ba99-e99df88afa9f HTTP/1.1" 200 1855 0.013650 10.0.0.241 - - [2026-01-22 02:25:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.009121 10.0.0.241 - - [2026-01-22 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.012724 10.0.0.241 - - [2026-01-22 02:25:51] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001050 10.0.0.241 - - [2026-01-22 02:25:51] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.015081 10.0.0.241 - - [2026-01-22 02:25:51] "POST /service-templates HTTP/1.1" 403 264 0.007880 10.0.0.241 - - [2026-01-22 02:25:51] "GET /api-access-list/6720bafd-e630-4ab8-9517-e269dbd535d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.003171 10.0.0.241 - - [2026-01-22 02:25:51] "PUT /api-access-list/6720bafd-e630-4ab8-9517-e269dbd535d9 HTTP/1.1" 200 265 0.006881 10.0.0.241 - - [2026-01-22 02:25:51] "GET /api-access-list/6720bafd-e630-4ab8-9517-e269dbd535d9 HTTP/1.1" 200 1324 0.003106 10.0.0.241 - - [2026-01-22 02:25:51] "GET /api-access-list/2b25cc67-3781-41d7-ba90-54a0f7b494ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.002630 10.0.0.241 - - [2026-01-22 02:25:51] "PUT /api-access-list/2b25cc67-3781-41d7-ba90-54a0f7b494ff HTTP/1.1" 200 265 0.007983 10.0.0.241 - - [2026-01-22 02:25:51] "GET /api-access-list/2b25cc67-3781-41d7-ba90-54a0f7b494ff HTTP/1.1" 200 1291 0.003898 10.0.0.241 - - [2026-01-22 02:25:51] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6 HTTP/1.1" 403 263 0.009735 10.0.0.241 - - [2026-01-22 02:25:51] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6 HTTP/1.1" 403 263 0.035643 10.0.0.241 - - [2026-01-22 02:25:51] "GET /service-template/5722f2b4-1024-4f4c-ba99-e99df88afa9f HTTP/1.1" 403 264 0.015013 10.0.0.241 - - [2026-01-22 02:25:52] "GET /service-template/5722f2b4-1024-4f4c-ba99-e99df88afa9f HTTP/1.1" 403 264 0.036388 10.0.0.241 - - [2026-01-22 02:25:52] "GET /obj-perms HTTP/1.1" 403 257 0.008528 10.0.0.241 - - [2026-01-22 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.241 - - [2026-01-22 02:25:52] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007978 10.0.0.241 - - [2026-01-22 02:25:52] "GET /obj-perms HTTP/1.1" 403 257 0.047111 10.0.0.241 - - [2026-01-22 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002104 10.0.0.241 - - [2026-01-22 02:25:52] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008036 10.0.0.241 - - [2026-01-22 02:25:52] "GET /obj-perms HTTP/1.1" 403 257 0.008150 10.0.0.241 - - [2026-01-22 02:25:52] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008651 10.0.0.241 - - [2026-01-22 02:25:52] "GET /api-access-list/b7e59280-ad48-47c4-aa5b-b020e04ca628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003301 10.0.0.241 - - [2026-01-22 02:25:52] "PUT /api-access-list/b7e59280-ad48-47c4-aa5b-b020e04ca628 HTTP/1.1" 200 265 0.008487 10.0.0.241 - - [2026-01-22 02:25:52] "GET /service-template/5722f2b4-1024-4f4c-ba99-e99df88afa9f HTTP/1.1" 200 1855 0.011713 10.0.0.241 - - [2026-01-22 02:25:52] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6 HTTP/1.1" 200 2318 0.020349 10.0.0.241 - - [2026-01-22 02:25:52] "GET /obj-perms HTTP/1.1" 403 257 0.008046 10.0.0.241 - - [2026-01-22 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002410 10.0.0.241 - - [2026-01-22 02:25:53] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.019338 10.0.0.241 - - [2026-01-22 02:25:53] "GET /obj-perms HTTP/1.1" 403 257 0.008579 10.0.0.241 - - [2026-01-22 02:25:53] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.018213 10.0.0.241 - - [2026-01-22 02:25:53] "DELETE /api-access-list/6720bafd-e630-4ab8-9517-e269dbd535d9 HTTP/1.1" 200 115 0.018344 10.0.0.241 - - [2026-01-22 02:25:53] "GET /api-access-list/6720bafd-e630-4ab8-9517-e269dbd535d9 HTTP/1.1" 404 171 0.002536 10.0.0.241 - - [2026-01-22 02:25:53] "DELETE /api-access-list/2b25cc67-3781-41d7-ba90-54a0f7b494ff HTTP/1.1" 200 115 0.017270 10.0.0.241 - - [2026-01-22 02:25:53] "GET /api-access-list/2b25cc67-3781-41d7-ba90-54a0f7b494ff HTTP/1.1" 404 171 0.003189 10.0.0.241 - - [2026-01-22 02:25:53] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6 HTTP/1.1" 401 293 0.000446 10.0.0.241 - - [2026-01-22 02:25:53] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6 HTTP/1.1" 403 263 0.043251 10.0.0.241 - - [2026-01-22 02:25:53] "GET /service-template/5722f2b4-1024-4f4c-ba99-e99df88afa9f HTTP/1.1" 403 264 0.005901 10.0.0.241 - - [2026-01-22 02:25:53] "GET /service-template/5722f2b4-1024-4f4c-ba99-e99df88afa9f HTTP/1.1" 403 264 0.039675 10.0.0.241 - - [2026-01-22 02:25:54] "GET /obj-perms HTTP/1.1" 403 257 0.032694 10.0.0.241 - - [2026-01-22 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002251 10.0.0.241 - - [2026-01-22 02:25:54] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006535 10.0.0.241 - - [2026-01-22 02:25:54] "GET /obj-perms HTTP/1.1" 403 257 0.009584 10.0.0.241 - - [2026-01-22 02:25:54] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006814 10.0.0.241 - - [2026-01-22 02:25:54] "GET /api-access-list/b7e59280-ad48-47c4-aa5b-b020e04ca628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.003379 10.0.0.241 - - [2026-01-22 02:25:54] "PUT /api-access-list/b7e59280-ad48-47c4-aa5b-b020e04ca628 HTTP/1.1" 200 265 0.008466 10.0.0.241 - - [2026-01-22 02:25:54] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6 HTTP/1.1" 200 2318 0.016479 10.0.0.241 - - [2026-01-22 02:25:54] "GET /service-template/5722f2b4-1024-4f4c-ba99-e99df88afa9f HTTP/1.1" 200 1855 0.012590 10.0.0.241 - - [2026-01-22 02:25:54] "GET /obj-perms HTTP/1.1" 403 257 0.008179 10.0.0.241 - - [2026-01-22 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.241 - - [2026-01-22 02:25:54] "GET /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.013796 10.0.0.241 - - [2026-01-22 02:25:54] "GET /obj-perms HTTP/1.1" 403 257 0.006273 10.0.0.241 - - [2026-01-22 02:25:54] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.015542 10.0.0.241 - - [2026-01-22 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.008924 10.0.0.241 - - [2026-01-22 02:25:54] "DELETE /service-template/5722f2b4-1024-4f4c-ba99-e99df88afa9f HTTP/1.1" 200 115 0.022329 10.0.0.241 - - [2026-01-22 02:25:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.009518 10.0.0.241 - - [2026-01-22 02:25:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002541 10.0.0.241 - - [2026-01-22 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.241 - - [2026-01-22 02:25:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001960 10.0.0.241 - - [2026-01-22 02:25:54] "DELETE /virtual-network/efaa355a-cb85-4ca9-ad8d-40d8a059c8e6 HTTP/1.1" 200 115 0.064211 10.0.0.241 - - [2026-01-22 02:25:54] "DELETE /route-target/f361c6c8-b758-4fbe-a14b-6292da66b00b HTTP/1.1" 200 115 0.020839 10.0.0.241 - - [2026-01-22 02:25:55] "GET /api-access-list/b7e59280-ad48-47c4-aa5b-b020e04ca628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.003035 10.0.0.241 - - [2026-01-22 02:25:55] "PUT /api-access-list/b7e59280-ad48-47c4-aa5b-b020e04ca628 HTTP/1.1" 200 265 0.007661 10.0.0.241 - - [2026-01-22 02:25:55] "GET /api-access-list/b7e59280-ad48-47c4-aa5b-b020e04ca628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.003561 10.0.0.241 - - [2026-01-22 02:25:55] "PUT /api-access-list/b7e59280-ad48-47c4-aa5b-b020e04ca628 HTTP/1.1" 200 265 0.007551 10.0.0.241 - - [2026-01-22 02:25:56] "GET /api-access-list/b7e59280-ad48-47c4-aa5b-b020e04ca628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003326 10.0.0.241 - - [2026-01-22 02:25:56] "PUT /api-access-list/b7e59280-ad48-47c4-aa5b-b020e04ca628 HTTP/1.1" 200 265 0.007681 10.0.0.241 - - [2026-01-22 02:25:56] "GET /projects?obj_uuids=5e28e122-c739-4679-aeb8-1dfcdb48c86c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.060148 10.0.0.241 - - [2026-01-22 02:25:56] "GET /project/5e28e122-c739-4679-aeb8-1dfcdb48c86c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.080805 10.0.0.241 - - [2026-01-22 02:25:56] "GET /projects?obj_uuids=5e28e122-c739-4679-aeb8-1dfcdb48c86c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000955 10.0.0.241 - - [2026-01-22 02:25:56] "GET /project/5e28e122-c739-4679-aeb8-1dfcdb48c86c?fields=virtual_networks HTTP/1.1" 200 1033 0.070470 10.0.0.241 - - [2026-01-22 02:25:56] "GET /projects?obj_uuids=5e28e122-c739-4679-aeb8-1dfcdb48c86c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000910 10.0.0.241 - - [2026-01-22 02:25:56] "GET /project/5e28e122-c739-4679-aeb8-1dfcdb48c86c?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.021476 10.0.0.241 - - [2026-01-22 02:25:56] "GET /projects?obj_uuids=5e28e122-c739-4679-aeb8-1dfcdb48c86c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000950 10.0.0.241 - - [2026-01-22 02:25:56] "GET /project/5e28e122-c739-4679-aeb8-1dfcdb48c86c?fields=security_groups HTTP/1.1" 200 1260 0.023073 10.0.0.241 - - [2026-01-22 02:25:57] "GET /projects?obj_uuids=876c000a-38c7-4664-997f-d9b9257c316b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000904 10.0.0.241 - - [2026-01-22 02:25:57] "GET /project/876c000a-38c7-4664-997f-d9b9257c316b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.024775 [Introspect:8084]10.0.0.241 - - [2026-01-22 02:25:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001235 10.0.0.241 - - [2026-01-22 02:25:57] "POST /fqname-to-id HTTP/1.1" 404 184 0.031281 10.0.0.241 - - [2026-01-22 02:25:57] "GET /projects?obj_uuids=0360c4f2-c336-4d8c-b3ff-355f0531b067&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002327 10.0.0.241 - - [2026-01-22 02:25:57] "GET /domains?obj_uuids=95ae26a2-8d70-4bb3-901c-b9c837de0340&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000917 10.0.0.241 - - [2026-01-22 02:25:57] "GET /domain/95ae26a2-8d70-4bb3-901c-b9c837de0340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006969 10.0.0.241 - - [2026-01-22 02:25:58] "POST /id-to-fqname HTTP/1.1" 200 186 0.001714 10.0.0.241 - - [2026-01-22 02:25:58] "POST /fqname-to-id HTTP/1.1" 404 195 0.004352 10.0.0.241 - - [2026-01-22 02:25:58] "POST /security-groups HTTP/1.1" 200 587 0.068543 10.0.0.241 - - [2026-01-22 02:25:58] "POST /fqname-to-id HTTP/1.1" 404 230 0.002410 10.0.0.241 - - [2026-01-22 02:25:58] "POST /projects HTTP/1.1" 200 577 0.213150 10.0.0.241 - - [2026-01-22 02:25:58] "POST /access-control-lists HTTP/1.1" 200 594 0.058747 10.0.0.241 - - [2026-01-22 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.286616 10.0.0.241 - - [2026-01-22 02:25:58] "POST /fqname-to-id HTTP/1.1" 404 229 0.003062 10.0.0.241 - - [2026-01-22 02:25:58] "GET /project/0360c4f2-c336-4d8c-b3ff-355f0531b067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.412948 10.0.0.241 - - [2026-01-22 02:25:58] "POST /access-control-lists HTTP/1.1" 200 592 0.056869 10.0.0.241 - - [2026-01-22 02:25:59] "GET / HTTP/1.1" 200 36215 0.002162 10.0.0.241 - - [2026-01-22 02:25:59] "GET /projects?obj_uuids=0360c4f2-c336-4d8c-b3ff-355f0531b067&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000977 10.0.0.241 - - [2026-01-22 02:26:00] "GET /project/0360c4f2-c336-4d8c-b3ff-355f0531b067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.025621 10.0.0.241 - - [2026-01-22 02:26:00] "GET /projects?obj_uuids=0360c4f2-c336-4d8c-b3ff-355f0531b067&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001002 10.0.0.241 - - [2026-01-22 02:26:00] "GET /project/0360c4f2-c336-4d8c-b3ff-355f0531b067?fields=virtual_networks HTTP/1.1" 200 1024 0.068180 10.0.0.241 - - [2026-01-22 02:26:00] "GET /projects?obj_uuids=0360c4f2-c336-4d8c-b3ff-355f0531b067&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001488 10.0.0.241 - - [2026-01-22 02:26:00] "GET /project/0360c4f2-c336-4d8c-b3ff-355f0531b067?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.029357 10.0.0.241 - - [2026-01-22 02:26:00] "GET /projects?obj_uuids=0360c4f2-c336-4d8c-b3ff-355f0531b067&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001028 10.0.0.241 - - [2026-01-22 02:26:00] "GET /project/0360c4f2-c336-4d8c-b3ff-355f0531b067?fields=security_groups HTTP/1.1" 200 1247 0.029639 10.0.0.241 - - [2026-01-22 02:26:32] "GET /projects?obj_uuids=7e05b548-b6f5-4671-ad0c-77e14841f1e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000848 10.0.0.241 - - [2026-01-22 02:26:32] "GET /project/7e05b548-b6f5-4671-ad0c-77e14841f1e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.023448 10.0.0.241 - - [2026-01-22 02:26:32] "GET /projects?obj_uuids=7e05b548-b6f5-4671-ad0c-77e14841f1e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000898 10.0.0.241 - - [2026-01-22 02:26:32] "GET /projects?obj_uuids=0360c4f2-c336-4d8c-b3ff-355f0531b067&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000915 10.0.0.241 - - [2026-01-22 02:26:32] "DELETE /project/7e05b548b6f54671ad0c77e14841f1e9 HTTP/1.1" 404 173 0.083615 10.0.0.241 - - [2026-01-22 02:26:32] "GET /project/0360c4f2-c336-4d8c-b3ff-355f0531b067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.041497 10.0.0.241 - - [2026-01-22 02:26:32] "GET /project/7e05b548-b6f5-4671-ad0c-77e14841f1e9?fields=security_groups HTTP/1.1" 200 1362 0.045224 10.0.0.241 - - [2026-01-22 02:26:32] "GET /projects?obj_uuids=a200539b-3f01-4655-948b-1cba945778da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000886 10.0.0.241 - - [2026-01-22 02:26:32] "GET /projects?obj_uuids=5e28e122-c739-4679-aeb8-1dfcdb48c86c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000845 10.0.0.241 - - [2026-01-22 02:26:32] "GET /project/a200539b-3f01-4655-948b-1cba945778da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.032977 10.0.0.241 - - [2026-01-22 02:26:32] "GET /projects?obj_uuids=a200539b-3f01-4655-948b-1cba945778da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001171 10.0.0.241 - - [2026-01-22 02:26:32] "GET /projects?obj_uuids=0360c4f2-c336-4d8c-b3ff-355f0531b067&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000838 10.0.0.241 - - [2026-01-22 02:26:32] "DELETE /project/0360c4f2c3364d8cb3ff355f0531b067 HTTP/1.1" 404 173 0.170945 10.0.0.241 - - [2026-01-22 02:26:32] "GET /project/5e28e122-c739-4679-aeb8-1dfcdb48c86c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.048433 10.0.0.241 - - [2026-01-22 02:26:32] "DELETE /project/a200539b3f014655948b1cba945778da HTTP/1.1" 404 173 0.206125 10.0.0.241 - - [2026-01-22 02:26:32] "GET /project/a200539b-3f01-4655-948b-1cba945778da?fields=security_groups HTTP/1.1" 200 1363 0.056441 10.0.0.241 - - [2026-01-22 02:26:32] "GET /projects?obj_uuids=5e28e122-c739-4679-aeb8-1dfcdb48c86c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000896 10.0.0.241 - - [2026-01-22 02:26:32] "GET /project/0360c4f2-c336-4d8c-b3ff-355f0531b067?fields=security_groups HTTP/1.1" 200 1349 0.097453 10.0.0.241 - - [2026-01-22 02:26:32] "DELETE /security-group/2b527f63-56ee-45f1-a17b-e7b4dcf54cd0 HTTP/1.1" 200 115 0.087557 10.0.0.241 - - [2026-01-22 02:26:32] "GET /projects?obj_uuids=7e05b548-b6f5-4671-ad0c-77e14841f1e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000960 10.0.0.241 - - [2026-01-22 02:26:33] "GET /project/5e28e122-c739-4679-aeb8-1dfcdb48c86c?fields=security_groups HTTP/1.1" 200 1362 0.099269 10.0.0.241 - - [2026-01-22 02:26:33] "DELETE /access-control-list/46759490-ecf7-4ec3-8a7e-a8721442731c HTTP/1.1" 200 115 0.122072 10.0.0.241 - - [2026-01-22 02:26:33] "GET /project/7e05b548-b6f5-4671-ad0c-77e14841f1e9?fields=application_policy_sets HTTP/1.1" 200 1401 0.115348 10.0.0.241 - - [2026-01-22 02:26:33] "DELETE /security-group/1017096c-b5f6-4178-be4a-e89fe335cd0e HTTP/1.1" 200 115 0.130550 10.0.0.241 - - [2026-01-22 02:26:33] "GET /projects?obj_uuids=a200539b-3f01-4655-948b-1cba945778da&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001038 10.0.0.241 - - [2026-01-22 02:26:33] "DELETE /access-control-list/d802ae7a-19aa-48ce-8b6f-8d818ccbe714 HTTP/1.1" 200 115 0.053133 10.0.0.241 - - [2026-01-22 02:26:33] "GET /project/a200539b-3f01-4655-948b-1cba945778da?fields=application_policy_sets HTTP/1.1" 200 1402 0.044866 10.0.0.241 - - [2026-01-22 02:26:33] "DELETE /security-group/82f31605-8ea9-4b0f-ba27-672a7148bb2a HTTP/1.1" 200 115 0.134383 10.0.0.241 - - [2026-01-22 02:26:33] "GET /projects?obj_uuids=0360c4f2-c336-4d8c-b3ff-355f0531b067&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000872 10.0.0.241 - - [2026-01-22 02:26:33] "DELETE /security-group/e5ef15d6-9c8b-4340-affa-fe9a392ae601 HTTP/1.1" 200 115 0.090710 10.0.0.241 - - [2026-01-22 02:26:33] "GET /projects?obj_uuids=5e28e122-c739-4679-aeb8-1dfcdb48c86c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000951 10.0.0.241 - - [2026-01-22 02:26:33] "DELETE /access-control-list/985cc9c2-503d-437d-94ce-a2c287d72703 HTTP/1.1" 200 115 0.054771 10.0.0.241 - - [2026-01-22 02:26:33] "GET /project/5e28e122-c739-4679-aeb8-1dfcdb48c86c?fields=application_policy_sets HTTP/1.1" 200 1401 0.043776 10.0.0.241 - - [2026-01-22 02:26:33] "DELETE /access-control-list/b9cf077b-159a-423f-b63e-f4f1b86ab1a5 HTTP/1.1" 200 115 0.045463 10.0.0.241 - - [2026-01-22 02:26:33] "GET /project/0360c4f2-c336-4d8c-b3ff-355f0531b067?fields=application_policy_sets HTTP/1.1" 200 1388 0.088844 10.0.0.241 - - [2026-01-22 02:26:33] "DELETE /access-control-list/e72ec53b-5306-461a-b033-f57375ff476b HTTP/1.1" 200 115 0.037679 10.0.0.241 - - [2026-01-22 02:26:33] "DELETE /project/7e05b548-b6f5-4671-ad0c-77e14841f1e9 HTTP/1.1" 200 115 0.598791 10.0.0.241 - - [2026-01-22 02:26:33] "DELETE /project/a200539b-3f01-4655-948b-1cba945778da HTTP/1.1" 200 115 0.621272 10.0.0.241 - - [2026-01-22 02:26:33] "DELETE /access-control-list/3e778493-b7ce-4c8f-8448-2ae6b60f73fc HTTP/1.1" 200 115 0.032521 10.0.0.241 - - [2026-01-22 02:26:33] "DELETE /access-control-list/784f8083-139a-449d-8cb0-c06058736309 HTTP/1.1" 200 115 0.024168 10.0.0.241 - - [2026-01-22 02:26:33] "DELETE /project/5e28e122-c739-4679-aeb8-1dfcdb48c86c HTTP/1.1" 200 115 0.663748 10.0.0.241 - - [2026-01-22 02:26:33] "DELETE /project/0360c4f2-c336-4d8c-b3ff-355f0531b067 HTTP/1.1" 200 115 0.682214 10.0.0.241 - - [2026-01-22 02:26:33] "DELETE /access-control-list/029d1d32-3b3f-466a-ba6e-6bcf79542be4 HTTP/1.1" 200 115 0.028109 10.0.0.241 - - [2026-01-22 02:26:40] "GET /obj-perms HTTP/1.1" 200 5075 0.053211 10.0.0.241 - - [2026-01-22 02:26:41] "GET /obj-perms HTTP/1.1" 200 5075 0.057530 [Introspect:8084]10.0.0.241 - - [2026-01-22 02:26:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001151 [Introspect:8084]10.0.0.241 - - [2026-01-22 02:26:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001023