+++ date ++ echo 'INFO: =================== Mon May 11 02:11:26 AM UTC 2026 ===================' INFO: =================== Mon May 11 02:11:26 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ 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 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.41 ++ 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.41 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.41 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ '[' -n '10.0.0.41:8081 ' ']' +++ echo 10.0.0.41:8081 ++ ANALYTICS_SERVERS=10.0.0.41: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ '[' -n '10.0.0.41:9042 ' ']' +++ echo 10.0.0.41:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.41:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.41 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ '[' -n '10.0.0.41:8086 ' ']' +++ echo 10.0.0.41:8086 ++ COLLECTOR_SERVERS=10.0.0.41: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.41 ++ CONFIGDB_NODES=10.0.0.41 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ '[' -n '10.0.0.41:8082 ' ']' +++ echo 10.0.0.41:8082 ++ CONFIG_SERVERS=10.0.0.41: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ '[' -n '10.0.0.41:9161 ' ']' +++ echo 10.0.0.41:9161 ++ CONFIGDB_SERVERS=10.0.0.41: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ '[' -n '10.0.0.41:9041 ' ']' +++ echo 10.0.0.41:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.41: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.25 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.41 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ '[' -n 10.0.0.41:2181, ']' +++ echo 10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.41: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ '[' -n '10.0.0.41:2181 ' ']' +++ echo 10.0.0.41:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.41:2181 ++ RABBITMQ_NODES=10.0.0.41 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ '[' -n 10.0.0.41:5673, ']' +++ echo 10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.41: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ '[' -n '10.0.0.41:6379 ' ']' +++ echo 10.0.0.41:6379 ++ REDIS_SERVERS=10.0.0.41: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.41 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ '[' -n '10.0.0.41:9092 ' ']' +++ echo 10.0.0.41:9092 ++ KAFKA_SERVERS=10.0.0.41: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.41 ++ 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.41 ++ 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.41 ++ 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.41 ++ cut -d , -f 1 + local cassandra=10.0.0.41 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.41 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.41 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.41 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.41,10.20.0.25,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.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.41,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ echo 10.0.0.41 1 +++ return ++ local ip=10.0.0.41 ++ [[ -z 10.0.0.41 ]] ++ echo 10.0.0.41 + host_ip=10.0.0.41 + [[ cql == \c\q\l ]] ++ echo 10.0.0.41:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.41:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.41:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 05/11/2026 02:11:35.454 7ff2956973c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/11/2026 02:11:35.620 7ff2956973c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/11/2026 02:11:35.632 7ff2956973c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/11/2026 02:11:35.633 7ff2956973c0 [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.41:8082/ Hit Ctrl-C to quit. 10.0.0.41 - - [2026-05-11 02:11:41] "GET / HTTP/1.1" 503 181 0.000259 10.0.0.41 - - [2026-05-11 02:11:41] "GET / HTTP/1.1" 503 181 0.000176 10.0.0.41 - - [2026-05-11 02:11:42] "GET / HTTP/1.1" 200 45871 0.002597 10.0.0.41 - - [2026-05-11 02:11:42] "GET / HTTP/1.1" 200 45871 0.001897 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.41 - - [2026-05-11 02:11:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000768 10.0.0.41 - - [2026-05-11 02:11:42] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000371 10.0.0.41 - - [2026-05-11 02:11:43] "GET / HTTP/1.1" 200 35931 0.001749 10.0.0.41 - - [2026-05-11 02:11:43] "GET / HTTP/1.1" 200 35931 0.002523 10.0.0.41 - - [2026-05-11 02:11:43] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.656653 10.0.0.41 - - [2026-05-11 02:11:43] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004404 10.0.0.41 - - [2026-05-11 02:11:43] "GET / HTTP/1.1" 200 35931 0.001951 10.0.0.41 - - [2026-05-11 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.387703 10.0.0.41 - - [2026-05-11 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004666 10.0.0.41 - - [2026-05-11 02:11:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000587 /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.41 - - [2026-05-11 02:11:44] "POST /fqname-to-id HTTP/1.1" 404 186 0.055199 10.0.0.41 - - [2026-05-11 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006062 10.0.0.41 - - [2026-05-11 02:11:44] "GET /global-system-config/a3a2b32c-356d-47df-9416-9c841a278adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.010005 10.0.0.41 - - [2026-05-11 02:11:44] "POST /service-appliance-sets HTTP/1.1" 200 553 0.027404 10.0.0.41 - - [2026-05-11 02:11:44] "POST /fqname-to-id HTTP/1.1" 404 180 0.004742 10.0.0.41 - - [2026-05-11 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.41 - - [2026-05-11 02:11:44] "GET /global-system-config/a3a2b32c-356d-47df-9416-9c841a278adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.011348 10.0.0.41 - - [2026-05-11 02:11:44] "POST /service-appliance-sets HTTP/1.1" 200 541 0.031373 10.0.0.41 - - [2026-05-11 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.41 - - [2026-05-11 02:11:45] "GET /network-ipam/2a2ef83b-c77c-47b6-96bd-53d04d00879a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.007799 10.0.0.41 - - [2026-05-11 02:11:45] "POST /service-templates HTTP/1.1" 200 511 0.027225 10.0.0.41 - - [2026-05-11 02:11:45] "POST /service-templates HTTP/1.1" 200 501 0.031806 10.0.0.41 - - [2026-05-11 02:11:45] "POST /service-templates HTTP/1.1" 200 515 0.034621 10.0.0.41 - - [2026-05-11 02:11:45] "POST /service-templates HTTP/1.1" 200 535 0.031618 10.0.0.41 - - [2026-05-11 02:11:45] "POST /service-templates HTTP/1.1" 200 507 0.027524 10.0.0.41 - - [2026-05-11 02:11:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.41 - - [2026-05-11 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.035033 10.0.0.41 - - [2026-05-11 02:11:46] "GET /network-ipam/2a2ef83b-c77c-47b6-96bd-53d04d00879a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003684 10.0.0.41 - - [2026-05-11 02:11:47] "GET / HTTP/1.1" 200 35931 0.001828 10.0.0.41 - - [2026-05-11 02:11:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000610 10.0.0.41 - - [2026-05-11 02:11:47] "POST /fqname-to-id HTTP/1.1" 404 225 0.003156 10.0.0.41 - - [2026-05-11 02:11:47] "POST /access-control-lists HTTP/1.1" 200 587 0.026711 10.0.0.41 - - [2026-05-11 02:11:47] "POST /fqname-to-id HTTP/1.1" 404 224 0.003911 10.0.0.41 - - [2026-05-11 02:11:47] "POST /access-control-lists HTTP/1.1" 200 585 0.031049 10.0.0.41 - - [2026-05-11 02:11:47] "POST /route-targets HTTP/1.1" 200 327 0.018728 10.0.0.41 - - [2026-05-11 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.037431 10.0.0.41 - - [2026-05-11 02:11:47] "GET /global-system-config/a3a2b32c-356d-47df-9416-9c841a278adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007635 10.0.0.41 - - [2026-05-11 02:11:47] "POST /ref-update HTTP/1.1" 200 156 0.011611 10.0.0.41 - - [2026-05-11 02:11:47] "POST /fqname-to-id HTTP/1.1" 404 220 0.003844 10.0.0.41 - - [2026-05-11 02:11:47] "POST /route-targets HTTP/1.1" 200 327 0.021413 10.0.0.41 - - [2026-05-11 02:11:47] "POST /config-nodes HTTP/1.1" 200 599 0.023117 10.0.0.41 - - [2026-05-11 02:11:47] "POST /ref-update HTTP/1.1" 200 156 0.013921 10.0.0.41 - - [2026-05-11 02:11:47] "POST /route-targets HTTP/1.1" 200 327 0.015254 10.0.0.41 - - [2026-05-11 02:11:47] "POST /ref-update HTTP/1.1" 200 156 0.017872 10.0.0.41 - - [2026-05-11 02:11:47] "POST /route-targets HTTP/1.1" 200 327 0.018253 10.0.0.41 - - [2026-05-11 02:11:48] "POST /ref-update HTTP/1.1" 200 156 0.019202 10.0.0.41 - - [2026-05-11 02:11:48] "GET / HTTP/1.1" 200 35931 0.004263 10.0.0.41 - - [2026-05-11 02:11:48] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000557 10.0.0.41 - - [2026-05-11 02:11:48] "POST /fqname-to-id HTTP/1.1" 404 201 0.006492 10.0.0.41 - - [2026-05-11 02:11:48] "POST /access-control-lists HTTP/1.1" 200 551 0.073028 10.0.0.41 - - [2026-05-11 02:11:48] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.046016 10.0.0.41 - - [2026-05-11 02:11:49] "GET / HTTP/1.1" 200 35931 0.001888 10.0.0.41 - - [2026-05-11 02:11:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000535 10.0.0.41 - - [2026-05-11 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.037981 10.0.0.41 - - [2026-05-11 02:11:49] "GET /global-system-config/a3a2b32c-356d-47df-9416-9c841a278adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007751 10.0.0.41 - - [2026-05-11 02:11:49] "POST /fqname-to-id HTTP/1.1" 404 220 0.003686 10.0.0.41 - - [2026-05-11 02:11:49] "POST /config-database-nodes HTTP/1.1" 200 617 0.028480 10.0.0.41 - - [2026-05-11 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.41 - - [2026-05-11 02:11:53] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.005614 10.0.0.41 - - [2026-05-11 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.41 - - [2026-05-11 02:11:53] "PUT /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5 HTTP/1.1" 200 276 0.012937 10.0.0.41 - - [2026-05-11 02:11:53] "GET / HTTP/1.1" 200 35931 0.002290 10.0.0.41 - - [2026-05-11 02:11:53] "POST /alarms HTTP/1.1" 401 292 0.000425 10.0.0.41 - - [2026-05-11 02:11:54] "POST /alarms HTTP/1.1" 200 581 0.060567 10.0.0.41 - - [2026-05-11 02:11:54] "POST /alarms HTTP/1.1" 200 575 0.045040 10.0.0.41 - - [2026-05-11 02:11:54] "POST /alarms HTTP/1.1" 200 575 0.029331 10.0.0.41 - - [2026-05-11 02:11:54] "POST /alarms HTTP/1.1" 200 559 0.028262 10.0.0.41 - - [2026-05-11 02:11:54] "POST /alarms HTTP/1.1" 200 555 0.026294 10.0.0.41 - - [2026-05-11 02:11:54] "POST /alarms HTTP/1.1" 200 557 0.031265 10.0.0.41 - - [2026-05-11 02:11:54] "POST /alarms HTTP/1.1" 200 565 0.022415 10.0.0.41 - - [2026-05-11 02:11:54] "POST /alarms HTTP/1.1" 200 549 0.027883 10.0.0.41 - - [2026-05-11 02:11:54] "POST /alarms HTTP/1.1" 200 557 0.024241 10.0.0.41 - - [2026-05-11 02:11:54] "POST /alarms HTTP/1.1" 200 567 0.029221 10.0.0.41 - - [2026-05-11 02:11:55] "POST /alarms HTTP/1.1" 200 555 0.025065 10.0.0.41 - - [2026-05-11 02:11:55] "POST /alarms HTTP/1.1" 200 567 0.032283 10.0.0.41 - - [2026-05-11 02:11:55] "POST /alarms HTTP/1.1" 200 575 0.087013 10.0.0.41 - - [2026-05-11 02:11:55] "POST /alarms HTTP/1.1" 200 569 0.027545 10.0.0.41 - - [2026-05-11 02:11:55] "POST /alarms HTTP/1.1" 200 561 0.022905 10.0.0.41 - - [2026-05-11 02:11:55] "POST /alarms HTTP/1.1" 200 561 0.029139 10.0.0.41 - - [2026-05-11 02:11:55] "POST /alarms HTTP/1.1" 200 561 0.023344 10.0.0.41 - - [2026-05-11 02:11:55] "POST /alarms HTTP/1.1" 200 547 0.021667 10.0.0.41 - - [2026-05-11 02:11:55] "POST /alarms HTTP/1.1" 200 595 0.030850 10.0.0.41 - - [2026-05-11 02:11:55] "POST /alarms HTTP/1.1" 200 575 0.024426 10.0.0.41 - - [2026-05-11 02:11:55] "POST /alarms HTTP/1.1" 200 571 0.023031 10.0.0.41 - - [2026-05-11 02:11:55] "POST /alarms HTTP/1.1" 200 583 0.025858 10.0.0.41 - - [2026-05-11 02:11:55] "POST /alarms HTTP/1.1" 200 609 0.024024 10.0.0.41 - - [2026-05-11 02:11:56] "GET / HTTP/1.1" 200 35931 0.001797 10.0.0.41 - - [2026-05-11 02:11:56] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000578 10.0.0.41 - - [2026-05-11 02:11:56] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.031696 10.0.0.41 - - [2026-05-11 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.41 - - [2026-05-11 02:11:56] "PUT /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5 HTTP/1.1" 200 276 0.011912 10.0.0.41 - - [2026-05-11 02:11:57] "GET / HTTP/1.1" 200 35931 0.001727 10.0.0.41 - - [2026-05-11 02:11:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000507 10.0.0.41 - - [2026-05-11 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.039514 10.0.0.41 - - [2026-05-11 02:11:57] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006264 10.0.0.41 - - [2026-05-11 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.41 - - [2026-05-11 02:11:57] "PUT /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5 HTTP/1.1" 200 276 0.013151 10.0.0.41 - - [2026-05-11 02:11:57] "GET / HTTP/1.1" 200 35931 0.002441 10.0.0.41 - - [2026-05-11 02:11:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000641 10.0.0.41 - - [2026-05-11 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.033465 10.0.0.41 - - [2026-05-11 02:11:58] "GET /global-system-config/a3a2b32c-356d-47df-9416-9c841a278adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008337 10.0.0.41 - - [2026-05-11 02:11:58] "PUT /global-system-config/a3a2b32c-356d-47df-9416-9c841a278adb HTTP/1.1" 200 274 0.020906 10.0.0.41 - - [2026-05-11 02:12:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000769 10.0.0.41 - - [2026-05-11 02:12:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000654 10.0.0.41 - - [2026-05-11 02:12:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000566 10.0.0.41 - - [2026-05-11 02:12:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.41 - - [2026-05-11 02:12:43] "GET / HTTP/1.1" 200 35931 0.001679 10.0.0.41 - - [2026-05-11 02:12:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.41 - - [2026-05-11 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.038246 10.0.0.41 - - [2026-05-11 02:12:44] "GET /routing-instance/57b6e02c-c027-482c-9f61-8febd2a1ea24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004722 10.0.0.41 - - [2026-05-11 02:12:44] "POST /bgp-routers HTTP/1.1" 200 620 0.026268 10.0.0.41 - - [2026-05-11 02:12:44] "GET /bgp-router/dcf152c8-da0a-47c8-ba6f-f580baf62936?fields=global_system_config_back_refs HTTP/1.1" 200 1127 0.006752 10.0.0.41 - - [2026-05-11 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.41 - - [2026-05-11 02:12:44] "GET /global-system-config/a3a2b32c-356d-47df-9416-9c841a278adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007830 10.0.0.41 - - [2026-05-11 02:12:44] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003663 10.0.0.41 - - [2026-05-11 02:12:44] "POST /ref-update HTTP/1.1" 200 156 0.011759 10.0.0.41 - - [2026-05-11 02:13:14] "GET / HTTP/1.1" 200 35931 0.001642 10.0.0.41 - - [2026-05-11 02:13:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000538 10.0.0.41 - - [2026-05-11 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.034301 10.0.0.41 - - [2026-05-11 02:13:14] "GET /global-system-config/a3a2b32c-356d-47df-9416-9c841a278adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.008055 10.0.0.41 - - [2026-05-11 02:13:14] "POST /fqname-to-id HTTP/1.1" 404 220 0.003059 10.0.0.41 - - [2026-05-11 02:13:14] "POST /database-nodes HTTP/1.1" 200 603 0.025234 10.0.0.41 - - [2026-05-11 02:13:46] "GET / HTTP/1.1" 200 35931 0.001709 10.0.0.41 - - [2026-05-11 02:13:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.41 - - [2026-05-11 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.039104 10.0.0.41 - - [2026-05-11 02:13:47] "GET /global-system-config/a3a2b32c-356d-47df-9416-9c841a278adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006356 10.0.0.41 - - [2026-05-11 02:13:47] "POST /fqname-to-id HTTP/1.1" 404 220 0.003863 10.0.0.41 - - [2026-05-11 02:13:47] "POST /analytics-nodes HTTP/1.1" 200 605 0.051251 10.0.0.41 - - [2026-05-11 02:13:53] "GET / HTTP/1.1" 200 35931 0.001915 10.0.0.41 - - [2026-05-11 02:14:06] "GET / HTTP/1.1" 200 35931 0.001681 10.0.0.41 - - [2026-05-11 02:14:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.41 - - [2026-05-11 02:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.035544 10.0.0.41 - - [2026-05-11 02:14:06] "GET /global-system-config/a3a2b32c-356d-47df-9416-9c841a278adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.009266 10.0.0.41 - - [2026-05-11 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 220 0.003938 10.0.0.41 - - [2026-05-11 02:14:07] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.041386 10.0.0.41 - - [2026-05-11 02:14:25] "GET / HTTP/1.1" 200 35931 0.001840 10.0.0.41 - - [2026-05-11 02:14:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.41 - - [2026-05-11 02:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.033570 10.0.0.41 - - [2026-05-11 02:14:25] "GET /global-system-config/a3a2b32c-356d-47df-9416-9c841a278adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.010393 10.0.0.41 - - [2026-05-11 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 220 0.003749 10.0.0.41 - - [2026-05-11 02:14:26] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.025596 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.41 - - [2026-05-11 02:14:47] "GET /obj-perms HTTP/1.1" 200 5056 0.433474 10.0.0.41 - - [2026-05-11 02:14:47] "GET /obj-perms HTTP/1.1" 200 5056 0.076562 10.0.0.41 - - [2026-05-11 02:15:48] "GET /obj-perms HTTP/1.1" 200 5056 0.080217 10.0.0.41 - - [2026-05-11 02:15:48] "GET /obj-perms HTTP/1.1" 200 5056 0.061059 10.0.0.41 - - [2026-05-11 02:16:49] "GET /obj-perms HTTP/1.1" 200 5056 0.078314 10.0.0.41 - - [2026-05-11 02:16:49] "GET /obj-perms HTTP/1.1" 200 5056 0.074886 10.0.0.41 - - [2026-05-11 02:16:59] "GET / HTTP/1.1" 200 35931 0.001708 10.0.0.41 - - [2026-05-11 02:16:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000583 10.0.0.41 - - [2026-05-11 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.037969 10.0.0.41 - - [2026-05-11 02:16:59] "GET /global-system-config/a3a2b32c-356d-47df-9416-9c841a278adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.007230 10.0.0.41 - - [2026-05-11 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.41 - - [2026-05-11 02:16:59] "GET /routing-instance/57b6e02c-c027-482c-9f61-8febd2a1ea24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004669 10.0.0.41 - - [2026-05-11 02:16:59] "PUT /global-system-config/a3a2b32c-356d-47df-9416-9c841a278adb HTTP/1.1" 200 274 0.015887 10.0.0.41 - - [2026-05-11 02:16:59] "POST /fqname-to-id HTTP/1.1" 404 218 0.003700 10.0.0.41 - - [2026-05-11 02:16:59] "POST /virtual-routers HTTP/1.1" 200 603 0.027509 10.0.0.41 - - [2026-05-11 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.41 - - [2026-05-11 02:16:59] "GET /virtual-router/30c8da1e-d072-4bbf-895a-23523f466eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.007341 10.0.0.41 - - [2026-05-11 02:16:59] "POST /fqname-to-id HTTP/1.1" 404 231 0.003181 10.0.0.41 - - [2026-05-11 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004998 10.0.0.41 - - [2026-05-11 02:17:00] "GET /virtual-network/aa177e4b-d0a7-4b9a-9ea8-8e2f64e21b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.006366 10.0.0.41 - - [2026-05-11 02:17:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.060370 [Introspect:8084]10.0.0.41 - - [2026-05-11 02:17:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001168 [Introspect:8084]10.0.0.41 - - [2026-05-11 02:17:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001175 [Introspect:8084]10.0.0.41 - - [2026-05-11 02:17:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000983 [Introspect:8084]10.0.0.41 - - [2026-05-11 02:17:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001246 10.0.0.41 - - [2026-05-11 02:17:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000577 10.0.0.41 - - [2026-05-11 02:17:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.41 - - [2026-05-11 02:17:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000598 10.0.0.41 - - [2026-05-11 02:17:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.41 - - [2026-05-11 02:17:49] "GET /obj-perms HTTP/1.1" 200 5056 0.160507 10.0.0.41 - - [2026-05-11 02:17:50] "GET /obj-perms HTTP/1.1" 200 5056 0.072024 10.0.0.41 - - [2026-05-11 02:18:26] "GET / HTTP/1.1" 200 35931 0.001703 10.0.0.41 - - [2026-05-11 02:18:27] "GET /project/5bd69c22-0619-42b2-b075-47fa13fb955e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000665 10.0.0.41 - - [2026-05-11 02:18:27] "GET /projects?obj_uuids=5bd69c22-0619-42b2-b075-47fa13fb955e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.034980 10.0.0.41 - - [2026-05-11 02:18:27] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001278 10.0.0.41 - - [2026-05-11 02:18:28] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039838 10.0.0.41 - - [2026-05-11 02:18:28] "POST /id-to-fqname HTTP/1.1" 200 167 0.001536 10.0.0.41 - - [2026-05-11 02:18:28] "POST /fqname-to-id HTTP/1.1" 404 176 0.004158 10.0.0.41 - - [2026-05-11 02:18:28] "POST /security-groups HTTP/1.1" 200 568 0.073146 10.0.0.41 - - [2026-05-11 02:18:28] "POST /projects HTTP/1.1" 200 539 0.257373 10.0.0.41 - - [2026-05-11 02:18:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.033614 10.0.0.41 - - [2026-05-11 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.333256 10.0.0.41 - - [2026-05-11 02:18:28] "POST /access-control-lists HTTP/1.1" 200 573 0.075861 10.0.0.41 - - [2026-05-11 02:18:28] "GET /project/5bd69c22-0619-42b2-b075-47fa13fb955e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.553586 10.0.0.41 - - [2026-05-11 02:18:28] "POST /fqname-to-id HTTP/1.1" 404 206 0.003745 10.0.0.41 - - [2026-05-11 02:18:28] "POST /access-control-lists HTTP/1.1" 200 571 0.074036 [Introspect:8084]10.0.0.41 - - [2026-05-11 02:18:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001709 10.0.0.41 - - [2026-05-11 02:18:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.033560 10.0.0.41 - - [2026-05-11 02:18:29] "GET /projects?obj_uuids=6f961b8d-7a66-489e-b55c-ec042973db3e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003657 10.0.0.41 - - [2026-05-11 02:18:29] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001191 10.0.0.41 - - [2026-05-11 02:18:29] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008472 10.0.0.41 - - [2026-05-11 02:18:29] "POST /id-to-fqname HTTP/1.1" 200 201 0.001904 10.0.0.41 - - [2026-05-11 02:18:29] "POST /fqname-to-id HTTP/1.1" 404 210 0.007757 10.0.0.41 - - [2026-05-11 02:18:29] "POST /security-groups HTTP/1.1" 200 602 0.078590 10.0.0.41 - - [2026-05-11 02:18:29] "POST /fqname-to-id HTTP/1.1" 404 245 0.004372 10.0.0.41 - - [2026-05-11 02:18:29] "POST /projects HTTP/1.1" 200 607 0.281026 10.0.0.41 - - [2026-05-11 02:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.323079 10.0.0.41 - - [2026-05-11 02:18:29] "POST /access-control-lists HTTP/1.1" 200 607 0.072402 10.0.0.41 - - [2026-05-11 02:18:29] "GET /project/6f961b8d-7a66-489e-b55c-ec042973db3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.477775 10.0.0.41 - - [2026-05-11 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 244 0.004313 10.0.0.41 - - [2026-05-11 02:18:30] "POST /access-control-lists HTTP/1.1" 200 605 0.074699 10.0.0.41 - - [2026-05-11 02:18:31] "GET / HTTP/1.1" 200 35931 0.001822 10.0.0.41 - - [2026-05-11 02:18:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000708 10.0.0.41 - - [2026-05-11 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.089288 10.0.0.41 - - [2026-05-11 02:18:32] "GET /projects?obj_uuids=6f961b8d-7a66-489e-b55c-ec042973db3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001607 10.0.0.41 - - [2026-05-11 02:18:32] "GET /project/6f961b8d-7a66-489e-b55c-ec042973db3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.041095 10.0.0.41 - - [2026-05-11 02:18:32] "POST /neutron/network HTTP/1.1" 200 117 0.069449 10.0.0.41 - - [2026-05-11 02:18:32] "GET /projects?obj_uuids=6f961b8d-7a66-489e-b55c-ec042973db3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001565 10.0.0.41 - - [2026-05-11 02:18:32] "POST /neutron/network HTTP/1.1" 200 620 0.121220 10.0.0.41 - - [2026-05-11 02:18:32] "POST /route-targets HTTP/1.1" 200 327 0.016829 10.0.0.41 - - [2026-05-11 02:18:32] "POST /ref-update HTTP/1.1" 200 156 0.025711 10.0.0.41 - - [2026-05-11 02:18:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004688 10.0.0.41 - - [2026-05-11 02:18:33] "POST /neutron/subnet HTTP/1.1" 200 724 0.209401 10.0.0.41 - - [2026-05-11 02:18:33] "POST /neutron/network HTTP/1.1" 200 839 0.008116 10.0.0.41 - - [2026-05-11 02:18:33] "POST /id-to-fqname HTTP/1.1" 200 233 0.001797 10.0.0.41 - - [2026-05-11 02:18:33] "GET /virtual-network/ea713fe3-ffc7-47cf-b5a0-03c4af8e31ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005538 10.0.0.41 - - [2026-05-11 02:18:33] "POST /neutron/network HTTP/1.1" 200 839 0.008282 10.0.0.41 - - [2026-05-11 02:18:33] "GET /virtual-network/ea713fe3-ffc7-47cf-b5a0-03c4af8e31ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.012187 10.0.0.41 - - [2026-05-11 02:18:33] "POST /neutron/network HTTP/1.1" 200 839 0.007505 10.0.0.41 - - [2026-05-11 02:18:33] "POST /neutron/subnet HTTP/1.1" 200 724 0.008258 10.0.0.41 - - [2026-05-11 02:18:33] "GET /domains HTTP/1.1" 401 292 0.000465 10.0.0.41 - - [2026-05-11 02:18:33] "GET /domains HTTP/1.1" 200 280 0.037193 10.0.0.41 - - [2026-05-11 02:18:33] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001376 10.0.0.41 - - [2026-05-11 02:18:33] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2584 0.024915 10.0.0.41 - - [2026-05-11 02:18:33] "GET /projects?obj_uuids=6f961b8d-7a66-489e-b55c-ec042973db3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001030 10.0.0.41 - - [2026-05-11 02:18:33] "GET /project/6f961b8d-7a66-489e-b55c-ec042973db3e HTTP/1.1" 200 2178 0.076836 10.0.0.41 - - [2026-05-11 02:18:33] "GET /virtual-network/ea713fe3-ffc7-47cf-b5a0-03c4af8e31ea HTTP/1.1" 200 2343 0.008428 10.0.0.41 - - [2026-05-11 02:18:33] "GET /virtual-network/ea713fe3-ffc7-47cf-b5a0-03c4af8e31ea HTTP/1.1" 200 2343 0.007238 10.0.0.41 - - [2026-05-11 02:18:33] "GET /routing-instance/1c137294-6997-496d-8b6f-b6d2eb1a4acb HTTP/1.1" 200 1494 0.005121 10.0.0.41 - - [2026-05-11 02:18:33] "GET /routing-instance/1c137294-6997-496d-8b6f-b6d2eb1a4acb HTTP/1.1" 200 1494 0.004549 10.0.0.41 - - [2026-05-11 02:18:33] "GET /route-target/ddf0756a-fc4d-4c95-aec9-216b959b96ee HTTP/1.1" 200 1220 0.004903 10.0.0.41 - - [2026-05-11 02:18:33] "GET /virtual-network/ea713fe3-ffc7-47cf-b5a0-03c4af8e31ea HTTP/1.1" 200 2343 0.006183 10.0.0.41 - - [2026-05-11 02:18:33] "GET /routing-instance/1c137294-6997-496d-8b6f-b6d2eb1a4acb HTTP/1.1" 200 1494 0.004789 10.0.0.41 - - [2026-05-11 02:18:33] "GET /virtual-network/ea713fe3-ffc7-47cf-b5a0-03c4af8e31ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005733 10.0.0.41 - - [2026-05-11 02:18:33] "GET /virtual-network/ea713fe3-ffc7-47cf-b5a0-03c4af8e31ea HTTP/1.1" 200 2343 0.006241 10.0.0.41 - - [2026-05-11 02:18:33] "GET /routing-instance/1c137294-6997-496d-8b6f-b6d2eb1a4acb HTTP/1.1" 200 1494 0.005467 10.0.0.41 - - [2026-05-11 02:18:33] "GET /routing-instance/1c137294-6997-496d-8b6f-b6d2eb1a4acb HTTP/1.1" 200 1494 0.004091 10.0.0.41 - - [2026-05-11 02:18:33] "GET /route-target/ddf0756a-fc4d-4c95-aec9-216b959b96ee HTTP/1.1" 200 1220 0.004542 10.0.0.41 - - [2026-05-11 02:18:33] "GET /domains HTTP/1.1" 200 280 0.003774 10.0.0.41 - - [2026-05-11 02:18:34] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.41 - - [2026-05-11 02:18:34] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2584 0.008138 10.0.0.41 - - [2026-05-11 02:18:34] "GET /projects?obj_uuids=6f961b8d-7a66-489e-b55c-ec042973db3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001141 10.0.0.41 - - [2026-05-11 02:18:34] "GET /project/6f961b8d-7a66-489e-b55c-ec042973db3e HTTP/1.1" 200 2178 0.083473 10.0.0.41 - - [2026-05-11 02:18:34] "GET /virtual-network/ea713fe3-ffc7-47cf-b5a0-03c4af8e31ea HTTP/1.1" 200 2343 0.007937 10.0.0.41 - - [2026-05-11 02:18:34] "GET /obj-perms HTTP/1.1" 200 5052 0.069593 10.0.0.41 - - [2026-05-11 02:18:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001757 10.0.0.41 - - [2026-05-11 02:18:37] "POST /neutron/network HTTP/1.1" 200 849 0.008058 10.0.0.41 - - [2026-05-11 02:18:37] "GET /aaa-mode HTTP/1.1" 401 292 0.000483 10.0.0.41 - - [2026-05-11 02:18:38] "GET / HTTP/1.1" 200 35931 0.001858 10.0.0.41 - - [2026-05-11 02:18:38] "GET /project/6f961b8d-7a66-489e-b55c-ec042973db3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000397 10.0.0.41 - - [2026-05-11 02:18:38] "GET /projects?obj_uuids=6f961b8d-7a66-489e-b55c-ec042973db3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001168 10.0.0.41 - - [2026-05-11 02:18:38] "GET /project/6f961b8d-7a66-489e-b55c-ec042973db3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.061405 10.0.0.41 - - [2026-05-11 02:18:39] "POST /neutron/network HTTP/1.1" 200 839 0.048666 10.0.0.41 - - [2026-05-11 02:18:39] "POST /neutron/port HTTP/1.1" 200 117 0.006340 10.0.0.41 - - [2026-05-11 02:18:39] "POST /neutron/port HTTP/1.1" 200 117 0.007013 10.0.0.41 - - [2026-05-11 02:18:39] "POST /neutron/port HTTP/1.1" 200 117 0.006237 10.0.0.41 - - [2026-05-11 02:18:40] "POST /neutron/network HTTP/1.1" 200 849 0.016730 10.0.0.41 - - [2026-05-11 02:18:40] "GET /projects?obj_uuids=6f961b8d-7a66-489e-b55c-ec042973db3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001396 10.0.0.41 - - [2026-05-11 02:18:41] "POST /neutron/port HTTP/1.1" 200 1071 0.256492 10.0.0.41 - - [2026-05-11 02:18:41] "POST /neutron/port HTTP/1.1" 200 1071 0.047210 10.0.0.41 - - [2026-05-11 02:18:41] "POST /neutron/port HTTP/1.1" 200 1071 0.017399 10.0.0.41 - - [2026-05-11 02:18:41] "POST /neutron/port HTTP/1.1" 200 1125 0.085997 10.0.0.41 - - [2026-05-11 02:18:41] "POST /neutron/port HTTP/1.1" 200 1135 0.016887 10.0.0.41 - - [2026-05-11 02:18:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005442 10.0.0.41 - - [2026-05-11 02:18:41] "POST /neutron/subnet HTTP/1.1" 200 698 0.009197 10.0.0.41 - - [2026-05-11 02:18:41] "POST /neutron/port HTTP/1.1" 200 117 0.001515 10.0.0.41 - - [2026-05-11 02:18:41] "POST /neutron/network HTTP/1.1" 200 839 0.010578 10.0.0.41 - - [2026-05-11 02:18:44] "POST /neutron/port HTTP/1.1" 200 1135 0.016011 10.0.0.41 - - [2026-05-11 02:18:44] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008276 10.0.0.41 - - [2026-05-11 02:18:45] "DELETE /project/5bd69c22061942b2b07547fa13fb955e HTTP/1.1" 404 173 0.005850 10.0.0.41 - - [2026-05-11 02:18:45] "DELETE /project/6f961b8d7a66489eb55cec042973db3e HTTP/1.1" 404 173 0.004466 10.0.0.41 - - [2026-05-11 02:18:49] "POST /neutron/port HTTP/1.1" 200 1135 0.016436 10.0.0.41 - - [2026-05-11 02:18:49] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009726 10.0.0.41 - - [2026-05-11 02:18:49] "GET /obj-perms HTTP/1.1" 200 5052 0.004362 10.0.0.41 - - [2026-05-11 02:18:50] "GET /obj-perms HTTP/1.1" 200 5052 0.005434 10.0.0.41 - - [2026-05-11 02:18:50] "GET /obj-perms HTTP/1.1" 200 5056 0.069122 10.0.0.41 - - [2026-05-11 02:18:51] "GET /obj-perms HTTP/1.1" 200 5056 0.075279 10.0.0.41 - - [2026-05-11 02:18:51] "POST /neutron/port HTTP/1.1" 200 1135 0.017120 10.0.0.41 - - [2026-05-11 02:18:51] "GET /obj-perms HTTP/1.1" 200 5052 0.004251 10.0.0.41 - - [2026-05-11 02:18:51] "POST /neutron/port HTTP/1.1" 200 1135 0.019359 10.0.0.41 - - [2026-05-11 02:18:51] "POST /neutron/network HTTP/1.1" 200 849 0.009668 10.0.0.41 - - [2026-05-11 02:18:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004870 10.0.0.41 - - [2026-05-11 02:18:51] "POST /neutron/subnet HTTP/1.1" 200 698 0.013285 10.0.0.41 - - [2026-05-11 02:18:51] "POST /neutron/port HTTP/1.1" 200 117 0.001638 10.0.0.41 - - [2026-05-11 02:18:52] "POST /neutron/network HTTP/1.1" 200 839 0.008297 10.0.0.41 - - [2026-05-11 02:18:52] "GET /obj-perms HTTP/1.1" 200 5052 0.006228 10.0.0.41 - - [2026-05-11 02:18:53] "GET /obj-perms HTTP/1.1" 200 5052 0.004791 10.0.0.41 - - [2026-05-11 02:18:55] "POST /neutron/network HTTP/1.1" 200 839 0.006515 10.0.0.41 - - [2026-05-11 02:18:55] "POST /neutron/network HTTP/1.1" 400 204 0.023648 10.0.0.41 - - [2026-05-11 02:18:55] "POST /neutron/port HTTP/1.1" 200 1135 0.016352 10.0.0.41 - - [2026-05-11 02:18:55] "POST /neutron/port HTTP/1.1" 200 1125 0.016453 10.0.0.41 - - [2026-05-11 02:18:55] "POST /neutron/port HTTP/1.1" 200 151 0.159206 10.0.0.41 - - [2026-05-11 02:18:57] "POST /neutron/network HTTP/1.1" 200 839 0.015523 10.0.0.41 - - [2026-05-11 02:18:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003266 10.0.0.41 - - [2026-05-11 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.41 - - [2026-05-11 02:18:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004371 10.0.0.41 - - [2026-05-11 02:18:57] "POST /neutron/network HTTP/1.1" 200 151 0.093320 10.0.0.41 - - [2026-05-11 02:18:57] "GET /routing-instance/1c137294-6997-496d-8b6f-b6d2eb1a4acb HTTP/1.1" 404 171 0.002964 10.0.0.41 - - [2026-05-11 02:18:57] "GET /domains HTTP/1.1" 200 280 0.002537 10.0.0.41 - - [2026-05-11 02:18:57] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001463 10.0.0.41 - - [2026-05-11 02:18:57] "DELETE /route-target/ddf0756a-fc4d-4c95-aec9-216b959b96ee HTTP/1.1" 200 115 0.040156 10.0.0.41 - - [2026-05-11 02:18:57] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2584 0.053446 10.0.0.41 - - [2026-05-11 02:18:57] "GET /projects?obj_uuids=6f961b8d-7a66-489e-b55c-ec042973db3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001981 10.0.0.41 - - [2026-05-11 02:18:57] "GET /project/6f961b8d-7a66-489e-b55c-ec042973db3e HTTP/1.1" 200 1928 0.088580 10.0.0.41 - - [2026-05-11 02:18:57] "GET /projects?obj_uuids=6f961b8d-7a66-489e-b55c-ec042973db3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001125 10.0.0.41 - - [2026-05-11 02:18:57] "GET /project/6f961b8d-7a66-489e-b55c-ec042973db3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.033098 10.0.0.41 - - [2026-05-11 02:18:57] "GET /projects?obj_uuids=6f961b8d-7a66-489e-b55c-ec042973db3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000952 10.0.0.41 - - [2026-05-11 02:18:57] "GET /project/6f961b8d-7a66-489e-b55c-ec042973db3e?fields=virtual_networks HTTP/1.1" 200 1064 0.081285 10.0.0.41 - - [2026-05-11 02:18:57] "GET /projects?obj_uuids=6f961b8d-7a66-489e-b55c-ec042973db3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001382 10.0.0.41 - - [2026-05-11 02:18:57] "GET /project/6f961b8d-7a66-489e-b55c-ec042973db3e?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.034245 10.0.0.41 - - [2026-05-11 02:18:57] "GET /projects?obj_uuids=6f961b8d-7a66-489e-b55c-ec042973db3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001474 10.0.0.41 - - [2026-05-11 02:18:57] "GET /project/6f961b8d-7a66-489e-b55c-ec042973db3e?fields=security_groups HTTP/1.1" 200 1301 0.036628 10.0.0.41 - - [2026-05-11 02:18:58] "GET /projects?obj_uuids=5bd69c22-0619-42b2-b075-47fa13fb955e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001756 10.0.0.41 - - [2026-05-11 02:18:58] "GET /project/5bd69c22-0619-42b2-b075-47fa13fb955e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.039900 10.0.0.41 - - [2026-05-11 02:19:03] "GET /projects?obj_uuids=5bd69c22-0619-42b2-b075-47fa13fb955e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001696 10.0.0.41 - - [2026-05-11 02:19:03] "GET /project/5bd69c22-0619-42b2-b075-47fa13fb955e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.043018 10.0.0.41 - - [2026-05-11 02:19:03] "GET /documentation/index.html HTTP/1.1" 200 219571 0.003929 10.0.0.41 - - [2026-05-11 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.038079 10.0.0.41 - - [2026-05-11 02:19:04] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002846 10.0.0.41 - - [2026-05-11 02:19:04] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001202 10.0.0.41 - - [2026-05-11 02:19:04] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008449 10.0.0.41 - - [2026-05-11 02:19:04] "POST /id-to-fqname HTTP/1.1" 200 202 0.001504 10.0.0.41 - - [2026-05-11 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.005018 10.0.0.41 - - [2026-05-11 02:19:04] "POST /security-groups HTTP/1.1" 200 603 0.074923 10.0.0.41 - - [2026-05-11 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 246 0.003105 10.0.0.41 - - [2026-05-11 02:19:04] "POST /projects HTTP/1.1" 200 609 0.261892 10.0.0.41 - - [2026-05-11 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.339385 10.0.0.41 - - [2026-05-11 02:19:04] "POST /access-control-lists HTTP/1.1" 200 608 0.070984 10.0.0.41 - - [2026-05-11 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 245 0.003635 10.0.0.41 - - [2026-05-11 02:19:04] "GET /project/6674077d-40a1-4899-8f86-23d3e379fca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.500859 10.0.0.41 - - [2026-05-11 02:19:04] "POST /access-control-lists HTTP/1.1" 200 606 0.077377 10.0.0.41 - - [2026-05-11 02:19:06] "GET / HTTP/1.1" 200 35931 0.002039 10.0.0.41 - - [2026-05-11 02:19:06] "GET /projects?obj_uuids=5bd69c22-0619-42b2-b075-47fa13fb955e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001140 10.0.0.41 - - [2026-05-11 02:19:06] "GET /project/5bd69c22-0619-42b2-b075-47fa13fb955e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.032496 10.0.0.41 - - [2026-05-11 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006913 10.0.0.41 - - [2026-05-11 02:19:07] "GET /security-group/21515380-f0aa-45a3-bf19-988c5c091776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.006352 10.0.0.41 - - [2026-05-11 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.41 - - [2026-05-11 02:19:07] "GET /projects?obj_uuids=5bd69c22-0619-42b2-b075-47fa13fb955e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001661 10.0.0.41 - - [2026-05-11 02:19:07] "GET /project/5bd69c22-0619-42b2-b075-47fa13fb955e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.034016 10.0.0.41 - - [2026-05-11 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.41 - - [2026-05-11 02:19:07] "GET /security-group/21515380-f0aa-45a3-bf19-988c5c091776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.004510 10.0.0.41 - - [2026-05-11 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005467 10.0.0.41 - - [2026-05-11 02:19:07] "PUT /security-group/21515380-f0aa-45a3-bf19-988c5c091776 HTTP/1.1" 200 262 0.019141 10.0.0.41 - - [2026-05-11 02:19:07] "PUT /access-control-list/8ace0c44-6162-4b8d-8c0b-40fe643a131c HTTP/1.1" 200 272 0.013487 10.0.0.41 - - [2026-05-11 02:19:07] "PUT /access-control-list/ae3c70a7-f818-4110-84b3-c7b83305c228 HTTP/1.1" 200 272 0.019342 10.0.0.41 - - [2026-05-11 02:19:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000519 10.0.0.41 - - [2026-05-11 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.067531 10.0.0.41 - - [2026-05-11 02:19:08] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001268 10.0.0.41 - - [2026-05-11 02:19:08] "GET /project/6674077d-40a1-4899-8f86-23d3e379fca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.029831 10.0.0.41 - - [2026-05-11 02:19:08] "POST /neutron/network HTTP/1.1" 200 117 0.037021 10.0.0.41 - - [2026-05-11 02:19:08] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001004 10.0.0.41 - - [2026-05-11 02:19:08] "POST /neutron/network HTTP/1.1" 200 619 0.077940 10.0.0.41 - - [2026-05-11 02:19:08] "POST /route-targets HTTP/1.1" 200 327 0.010907 10.0.0.41 - - [2026-05-11 02:19:08] "POST /ref-update HTTP/1.1" 200 156 0.017755 10.0.0.41 - - [2026-05-11 02:19:08] "POST /useragent-kv HTTP/1.1" 200 115 0.007468 10.0.0.41 - - [2026-05-11 02:19:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.190106 10.0.0.41 - - [2026-05-11 02:19:08] "POST /neutron/network HTTP/1.1" 200 837 0.006612 10.0.0.41 - - [2026-05-11 02:19:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001464 10.0.0.41 - - [2026-05-11 02:19:08] "GET /virtual-network/a4c283d0-681a-437a-bccc-f1257ac86bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005721 10.0.0.41 - - [2026-05-11 02:19:08] "POST /neutron/network HTTP/1.1" 200 837 0.006425 10.0.0.41 - - [2026-05-11 02:19:08] "GET /virtual-network/a4c283d0-681a-437a-bccc-f1257ac86bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006172 10.0.0.41 - - [2026-05-11 02:19:08] "POST /neutron/network HTTP/1.1" 200 837 0.006653 10.0.0.41 - - [2026-05-11 02:19:09] "POST /neutron/subnet HTTP/1.1" 200 720 0.009354 10.0.0.41 - - [2026-05-11 02:19:09] "GET /domains HTTP/1.1" 401 292 0.000520 10.0.0.41 - - [2026-05-11 02:19:09] "GET /domains HTTP/1.1" 200 280 0.040945 10.0.0.41 - - [2026-05-11 02:19:09] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.41 - - [2026-05-11 02:19:09] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2782 0.009131 10.0.0.41 - - [2026-05-11 02:19:09] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001702 10.0.0.41 - - [2026-05-11 02:19:09] "GET /project/6674077d-40a1-4899-8f86-23d3e379fca2 HTTP/1.1" 200 2184 0.077260 10.0.0.41 - - [2026-05-11 02:19:09] "GET /virtual-network/a4c283d0-681a-437a-bccc-f1257ac86bf8 HTTP/1.1" 200 2338 0.008555 10.0.0.41 - - [2026-05-11 02:19:09] "GET /virtual-network/a4c283d0-681a-437a-bccc-f1257ac86bf8 HTTP/1.1" 200 2338 0.006248 10.0.0.41 - - [2026-05-11 02:19:09] "GET /routing-instance/21d91309-42cb-4ba9-abaf-60a937932aa2 HTTP/1.1" 200 1491 0.004211 10.0.0.41 - - [2026-05-11 02:19:09] "GET /routing-instance/21d91309-42cb-4ba9-abaf-60a937932aa2 HTTP/1.1" 200 1491 0.004256 10.0.0.41 - - [2026-05-11 02:19:09] "GET /route-target/22868d7e-195c-439e-810c-d452af2de49d HTTP/1.1" 200 1217 0.004165 10.0.0.41 - - [2026-05-11 02:19:09] "GET /virtual-network/a4c283d0-681a-437a-bccc-f1257ac86bf8 HTTP/1.1" 200 2338 0.005791 10.0.0.41 - - [2026-05-11 02:19:09] "GET /routing-instance/21d91309-42cb-4ba9-abaf-60a937932aa2 HTTP/1.1" 200 1491 0.004613 10.0.0.41 - - [2026-05-11 02:19:09] "GET /virtual-network/a4c283d0-681a-437a-bccc-f1257ac86bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007515 10.0.0.41 - - [2026-05-11 02:19:09] "GET /virtual-network/a4c283d0-681a-437a-bccc-f1257ac86bf8 HTTP/1.1" 200 2338 0.006933 10.0.0.41 - - [2026-05-11 02:19:09] "GET /routing-instance/21d91309-42cb-4ba9-abaf-60a937932aa2 HTTP/1.1" 200 1491 0.009563 10.0.0.41 - - [2026-05-11 02:19:09] "GET /routing-instance/21d91309-42cb-4ba9-abaf-60a937932aa2 HTTP/1.1" 200 1491 0.005068 10.0.0.41 - - [2026-05-11 02:19:09] "GET /route-target/22868d7e-195c-439e-810c-d452af2de49d HTTP/1.1" 200 1217 0.003587 10.0.0.41 - - [2026-05-11 02:19:09] "GET /domains HTTP/1.1" 200 280 0.004489 10.0.0.41 - - [2026-05-11 02:19:09] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.41 - - [2026-05-11 02:19:09] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2782 0.006894 10.0.0.41 - - [2026-05-11 02:19:09] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001718 10.0.0.41 - - [2026-05-11 02:19:09] "GET /project/6674077d-40a1-4899-8f86-23d3e379fca2 HTTP/1.1" 200 2184 0.073085 10.0.0.41 - - [2026-05-11 02:19:09] "GET /virtual-network/a4c283d0-681a-437a-bccc-f1257ac86bf8 HTTP/1.1" 200 2338 0.005685 10.0.0.41 - - [2026-05-11 02:19:10] "GET /obj-perms HTTP/1.1" 200 5054 0.075939 10.0.0.41 - - [2026-05-11 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.41 - - [2026-05-11 02:19:10] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001063 10.0.0.41 - - [2026-05-11 02:19:10] "GET /project/6674077d-40a1-4899-8f86-23d3e379fca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.037250 10.0.0.41 - - [2026-05-11 02:19:10] "POST /neutron/network HTTP/1.1" 200 117 0.013975 10.0.0.41 - - [2026-05-11 02:19:10] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001879 10.0.0.41 - - [2026-05-11 02:19:10] "POST /neutron/network HTTP/1.1" 200 619 0.077602 10.0.0.41 - - [2026-05-11 02:19:10] "POST /route-targets HTTP/1.1" 200 327 0.020885 10.0.0.41 - - [2026-05-11 02:19:10] "POST /ref-update HTTP/1.1" 200 156 0.023248 10.0.0.41 - - [2026-05-11 02:19:10] "POST /useragent-kv HTTP/1.1" 200 115 0.005662 10.0.0.41 - - [2026-05-11 02:19:10] "POST /neutron/subnet HTTP/1.1" 200 719 0.227997 10.0.0.41 - - [2026-05-11 02:19:10] "POST /neutron/network HTTP/1.1" 200 837 0.006516 10.0.0.41 - - [2026-05-11 02:19:10] "POST /id-to-fqname HTTP/1.1" 200 233 0.001536 10.0.0.41 - - [2026-05-11 02:19:10] "GET /virtual-network/e968ef0e-ec20-48f8-9675-a5e7cca72fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006035 10.0.0.41 - - [2026-05-11 02:19:10] "POST /neutron/network HTTP/1.1" 200 837 0.007088 10.0.0.41 - - [2026-05-11 02:19:10] "GET /virtual-network/e968ef0e-ec20-48f8-9675-a5e7cca72fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006302 10.0.0.41 - - [2026-05-11 02:19:10] "POST /neutron/network HTTP/1.1" 200 837 0.006204 10.0.0.41 - - [2026-05-11 02:19:10] "POST /neutron/subnet HTTP/1.1" 200 719 0.009967 10.0.0.41 - - [2026-05-11 02:19:10] "GET /domains HTTP/1.1" 200 280 0.006084 10.0.0.41 - - [2026-05-11 02:19:10] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002421 10.0.0.41 - - [2026-05-11 02:19:10] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2782 0.008255 10.0.0.41 - - [2026-05-11 02:19:10] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001271 10.0.0.41 - - [2026-05-11 02:19:10] "GET /project/6674077d-40a1-4899-8f86-23d3e379fca2 HTTP/1.1" 200 2412 0.075207 10.0.0.41 - - [2026-05-11 02:19:10] "GET /virtual-network/e968ef0e-ec20-48f8-9675-a5e7cca72fe2 HTTP/1.1" 200 2338 0.007808 10.0.0.41 - - [2026-05-11 02:19:10] "GET /virtual-network/e968ef0e-ec20-48f8-9675-a5e7cca72fe2 HTTP/1.1" 200 2338 0.005606 10.0.0.41 - - [2026-05-11 02:19:10] "GET /routing-instance/abd81a5c-15ad-49c7-bdcb-46a30595a6b1 HTTP/1.1" 200 1492 0.004507 10.0.0.41 - - [2026-05-11 02:19:10] "GET /routing-instance/abd81a5c-15ad-49c7-bdcb-46a30595a6b1 HTTP/1.1" 200 1492 0.004912 10.0.0.41 - - [2026-05-11 02:19:10] "GET /route-target/e7d6ece1-92a6-4d3b-a661-34eb1307dc7c HTTP/1.1" 200 1219 0.005222 10.0.0.41 - - [2026-05-11 02:19:10] "GET /virtual-network/e968ef0e-ec20-48f8-9675-a5e7cca72fe2 HTTP/1.1" 200 2338 0.006015 10.0.0.41 - - [2026-05-11 02:19:10] "GET /routing-instance/abd81a5c-15ad-49c7-bdcb-46a30595a6b1 HTTP/1.1" 200 1492 0.004376 10.0.0.41 - - [2026-05-11 02:19:10] "GET /virtual-network/e968ef0e-ec20-48f8-9675-a5e7cca72fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006033 10.0.0.41 - - [2026-05-11 02:19:10] "GET /virtual-network/e968ef0e-ec20-48f8-9675-a5e7cca72fe2 HTTP/1.1" 200 2338 0.005689 10.0.0.41 - - [2026-05-11 02:19:10] "GET /routing-instance/abd81a5c-15ad-49c7-bdcb-46a30595a6b1 HTTP/1.1" 200 1492 0.004040 10.0.0.41 - - [2026-05-11 02:19:10] "GET /routing-instance/abd81a5c-15ad-49c7-bdcb-46a30595a6b1 HTTP/1.1" 200 1492 0.004630 10.0.0.41 - - [2026-05-11 02:19:10] "GET /route-target/e7d6ece1-92a6-4d3b-a661-34eb1307dc7c HTTP/1.1" 200 1219 0.004523 10.0.0.41 - - [2026-05-11 02:19:11] "GET /domains HTTP/1.1" 200 280 0.004207 10.0.0.41 - - [2026-05-11 02:19:11] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001339 10.0.0.41 - - [2026-05-11 02:19:11] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2782 0.010070 10.0.0.41 - - [2026-05-11 02:19:11] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001142 10.0.0.41 - - [2026-05-11 02:19:11] "GET /project/6674077d-40a1-4899-8f86-23d3e379fca2 HTTP/1.1" 200 2412 0.073920 10.0.0.41 - - [2026-05-11 02:19:11] "GET /virtual-network/e968ef0e-ec20-48f8-9675-a5e7cca72fe2 HTTP/1.1" 200 2338 0.006504 10.0.0.41 - - [2026-05-11 02:19:11] "GET /obj-perms HTTP/1.1" 200 5054 0.004740 10.0.0.41 - - [2026-05-11 02:19:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001742 10.0.0.41 - - [2026-05-11 02:19:11] "POST /neutron/network HTTP/1.1" 200 847 0.006496 10.0.0.41 - - [2026-05-11 02:19:11] "GET /aaa-mode HTTP/1.1" 401 292 0.003856 10.0.0.41 - - [2026-05-11 02:19:11] "GET / HTTP/1.1" 200 35931 0.001493 10.0.0.41 - - [2026-05-11 02:19:11] "GET /project/6674077d-40a1-4899-8f86-23d3e379fca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000410 10.0.0.41 - - [2026-05-11 02:19:12] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001438 10.0.0.41 - - [2026-05-11 02:19:12] "GET /project/6674077d-40a1-4899-8f86-23d3e379fca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.081783 10.0.0.41 - - [2026-05-11 02:19:12] "POST /neutron/network HTTP/1.1" 200 837 0.006310 10.0.0.41 - - [2026-05-11 02:19:12] "POST /neutron/port HTTP/1.1" 200 117 0.006609 10.0.0.41 - - [2026-05-11 02:19:12] "POST /neutron/port HTTP/1.1" 200 117 0.009549 10.0.0.41 - - [2026-05-11 02:19:12] "POST /id-to-fqname HTTP/1.1" 200 233 0.001323 10.0.0.41 - - [2026-05-11 02:19:12] "POST /neutron/port HTTP/1.1" 200 117 0.008048 10.0.0.41 - - [2026-05-11 02:19:12] "POST /neutron/network HTTP/1.1" 200 847 0.005857 10.0.0.41 - - [2026-05-11 02:19:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000499 10.0.0.41 - - [2026-05-11 02:19:12] "POST /neutron/network HTTP/1.1" 200 847 0.006912 10.0.0.41 - - [2026-05-11 02:19:12] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001175 10.0.0.41 - - [2026-05-11 02:19:12] "GET / HTTP/1.1" 200 35931 0.001613 10.0.0.41 - - [2026-05-11 02:19:12] "GET /project/6674077d-40a1-4899-8f86-23d3e379fca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000567 10.0.0.41 - - [2026-05-11 02:19:13] "POST /neutron/port HTTP/1.1" 200 1071 0.258085 10.0.0.41 - - [2026-05-11 02:19:13] "POST /neutron/port HTTP/1.1" 200 1071 0.013096 10.0.0.41 - - [2026-05-11 02:19:13] "POST /neutron/port HTTP/1.1" 200 1071 0.014510 10.0.0.41 - - [2026-05-11 02:19:13] "POST /neutron/port HTTP/1.1" 200 1125 0.081513 10.0.0.41 - - [2026-05-11 02:19:13] "POST /neutron/port HTTP/1.1" 200 1135 0.018318 10.0.0.41 - - [2026-05-11 02:19:13] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001742 10.0.0.41 - - [2026-05-11 02:19:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003475 10.0.0.41 - - [2026-05-11 02:19:13] "GET /project/6674077d-40a1-4899-8f86-23d3e379fca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.068499 10.0.0.41 - - [2026-05-11 02:19:13] "POST /neutron/subnet HTTP/1.1" 200 693 0.007280 10.0.0.41 - - [2026-05-11 02:19:13] "POST /neutron/network HTTP/1.1" 200 837 0.006114 10.0.0.41 - - [2026-05-11 02:19:13] "POST /neutron/port HTTP/1.1" 200 117 0.001527 10.0.0.41 - - [2026-05-11 02:19:13] "POST /neutron/network HTTP/1.1" 200 837 0.007176 10.0.0.41 - - [2026-05-11 02:19:13] "POST /neutron/port HTTP/1.1" 200 1135 0.016454 10.0.0.41 - - [2026-05-11 02:19:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007732 10.0.0.41 - - [2026-05-11 02:19:13] "POST /neutron/port HTTP/1.1" 200 117 0.010998 10.0.0.41 - - [2026-05-11 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.41 - - [2026-05-11 02:19:13] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001462 10.0.0.41 - - [2026-05-11 02:19:13] "GET /project/6674077d-40a1-4899-8f86-23d3e379fca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.063128 10.0.0.41 - - [2026-05-11 02:19:13] "GET /virtual-network/a4c283d0-681a-437a-bccc-f1257ac86bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006258 10.0.0.41 - - [2026-05-11 02:19:13] "GET /floating-ip-pools?parent_id=a4c283d0-681a-437a-bccc-f1257ac86bf8&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003818 10.0.0.41 - - [2026-05-11 02:19:13] "GET /virtual-network/a4c283d0-681a-437a-bccc-f1257ac86bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.009599 10.0.0.41 - - [2026-05-11 02:19:13] "POST /floating-ip-pools HTTP/1.1" 200 609 0.023968 10.0.0.41 - - [2026-05-11 02:19:14] "POST /ref-update HTTP/1.1" 200 156 0.010966 10.0.0.41 - - [2026-05-11 02:19:14] "GET /virtual-network/a4c283d0-681a-437a-bccc-f1257ac86bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.009791 10.0.0.41 - - [2026-05-11 02:19:14] "POST /neutron/network HTTP/1.1" 200 847 0.015647 10.0.0.41 - - [2026-05-11 02:19:14] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001435 10.0.0.41 - - [2026-05-11 02:19:14] "GET /domains HTTP/1.1" 200 280 0.002251 10.0.0.41 - - [2026-05-11 02:19:14] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001196 10.0.0.41 - - [2026-05-11 02:19:14] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2782 0.057025 10.0.0.41 - - [2026-05-11 02:19:14] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001207 10.0.0.41 - - [2026-05-11 02:19:14] "GET /project/6674077d-40a1-4899-8f86-23d3e379fca2 HTTP/1.1" 200 3254 0.114136 10.0.0.41 - - [2026-05-11 02:19:14] "GET /virtual-network/a4c283d0-681a-437a-bccc-f1257ac86bf8 HTTP/1.1" 200 2929 0.011904 10.0.0.41 - - [2026-05-11 02:19:14] "GET /floating-ip-pool/81dc6fe4-a3cd-4e31-bff5-0248ff058869 HTTP/1.1" 200 1441 0.010115 10.0.0.41 - - [2026-05-11 02:19:14] "GET /domains HTTP/1.1" 200 280 0.008126 10.0.0.41 - - [2026-05-11 02:19:14] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001240 10.0.0.41 - - [2026-05-11 02:19:14] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2782 0.015621 10.0.0.41 - - [2026-05-11 02:19:14] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001445 10.0.0.41 - - [2026-05-11 02:19:14] "GET /project/6674077d-40a1-4899-8f86-23d3e379fca2 HTTP/1.1" 200 3254 0.093720 10.0.0.41 - - [2026-05-11 02:19:14] "GET /virtual-network/a4c283d0-681a-437a-bccc-f1257ac86bf8 HTTP/1.1" 200 3150 0.020904 10.0.0.41 - - [2026-05-11 02:19:14] "GET /virtual-network/a4c283d0-681a-437a-bccc-f1257ac86bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005100 10.0.0.41 - - [2026-05-11 02:19:14] "POST /neutron/port HTTP/1.1" 200 1071 0.402736 10.0.0.41 - - [2026-05-11 02:19:14] "POST /neutron/port HTTP/1.1" 200 1135 0.022168 10.0.0.41 - - [2026-05-11 02:19:14] "POST /neutron/port HTTP/1.1" 200 1071 0.033116 10.0.0.41 - - [2026-05-11 02:19:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.022134 10.0.0.41 - - [2026-05-11 02:19:14] "POST /neutron/port HTTP/1.1" 200 1071 0.032870 10.0.0.41 - - [2026-05-11 02:19:14] "POST /neutron/port HTTP/1.1" 200 1125 0.086947 10.0.0.41 - - [2026-05-11 02:19:14] "POST /neutron/port HTTP/1.1" 200 1135 0.015317 10.0.0.41 - - [2026-05-11 02:19:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004366 10.0.0.41 - - [2026-05-11 02:19:14] "POST /neutron/subnet HTTP/1.1" 200 694 0.011464 10.0.0.41 - - [2026-05-11 02:19:14] "POST /neutron/port HTTP/1.1" 200 117 0.001791 10.0.0.41 - - [2026-05-11 02:19:14] "POST /neutron/network HTTP/1.1" 200 837 0.009796 10.0.0.41 - - [2026-05-11 02:19:19] "POST /neutron/port HTTP/1.1" 200 1135 0.016038 10.0.0.41 - - [2026-05-11 02:19:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007417 10.0.0.41 - - [2026-05-11 02:19:19] "POST /neutron/port HTTP/1.1" 200 1135 0.015563 10.0.0.41 - - [2026-05-11 02:19:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007449 10.0.0.41 - - [2026-05-11 02:19:19] "POST /neutron/port HTTP/1.1" 200 1135 0.019597 10.0.0.41 - - [2026-05-11 02:19:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007990 10.0.0.41 - - [2026-05-11 02:19:19] "GET /virtual-machine/5571c46c-6453-40da-8ecd-951946f23110 HTTP/1.1" 200 1304 0.004798 10.0.0.41 - - [2026-05-11 02:19:19] "GET /virtual-machine-interface/b493a5c1-c753-405b-a1c0-922758a5e0f9 HTTP/1.1" 200 3005 0.012615 10.0.0.41 - - [2026-05-11 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.41 - - [2026-05-11 02:19:19] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004558 10.0.0.41 - - [2026-05-11 02:19:20] "GET /virtual-networks?parent_id=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003449 10.0.0.41 - - [2026-05-11 02:19:20] "GET /virtual-network/e968ef0e-ec20-48f8-9675-a5e7cca72fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006266 10.0.0.41 - - [2026-05-11 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.41 - - [2026-05-11 02:19:23] "GET /virtual-network/e968ef0e-ec20-48f8-9675-a5e7cca72fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005937 10.0.0.41 - - [2026-05-11 02:19:24] "POST /neutron/port HTTP/1.1" 200 1135 0.048676 10.0.0.41 - - [2026-05-11 02:19:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006534 10.0.0.41 - - [2026-05-11 02:19:24] "POST /neutron/port HTTP/1.1" 200 1135 0.015733 10.0.0.41 - - [2026-05-11 02:19:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.014786 10.0.0.41 - - [2026-05-11 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.41 - - [2026-05-11 02:19:25] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003703 10.0.0.41 - - [2026-05-11 02:19:25] "GET /virtual-networks?parent_id=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004155 10.0.0.41 - - [2026-05-11 02:19:25] "GET /virtual-network/e968ef0e-ec20-48f8-9675-a5e7cca72fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005863 10.0.0.41 - - [2026-05-11 02:19:25] "POST /neutron/port HTTP/1.1" 200 1135 0.015028 10.0.0.41 - - [2026-05-11 02:19:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008476 10.0.0.41 - - [2026-05-11 02:19:30] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001119 10.0.0.41 - - [2026-05-11 02:19:30] "POST /neutron/floatingip HTTP/1.1" 200 529 0.066967 10.0.0.41 - - [2026-05-11 02:19:30] "POST /neutron/port HTTP/1.1" 200 1135 0.014326 10.0.0.41 - - [2026-05-11 02:19:30] "POST /neutron/floatingip HTTP/1.1" 200 529 0.006667 10.0.0.41 - - [2026-05-11 02:19:30] "POST /neutron/floatingip HTTP/1.1" 200 575 0.038210 10.0.0.41 - - [2026-05-11 02:19:30] "POST /neutron/port HTTP/1.1" 200 1135 0.013351 10.0.0.41 - - [2026-05-11 02:19:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007200 10.0.0.41 - - [2026-05-11 02:19:30] "POST /neutron/port HTTP/1.1" 200 1135 0.014357 10.0.0.41 - - [2026-05-11 02:19:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007413 10.0.0.41 - - [2026-05-11 02:19:31] "POST /neutron/port HTTP/1.1" 200 1135 0.012945 10.0.0.41 - - [2026-05-11 02:19:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006411 10.0.0.41 - - [2026-05-11 02:19:31] "GET /virtual-machine/34920169-dd4b-4858-a3bf-55679597eab9 HTTP/1.1" 200 1304 0.005355 10.0.0.41 - - [2026-05-11 02:19:31] "GET /virtual-machine-interface/e7fb8be3-c4e2-4fec-a1e1-406aa861403d HTTP/1.1" 200 3005 0.005856 10.0.0.41 - - [2026-05-11 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.41 - - [2026-05-11 02:19:31] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004486 10.0.0.41 - - [2026-05-11 02:19:31] "GET /virtual-networks?parent_id=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004606 10.0.0.41 - - [2026-05-11 02:19:31] "GET /virtual-network/a4c283d0-681a-437a-bccc-f1257ac86bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.009167 10.0.0.41 - - [2026-05-11 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005535 10.0.0.41 - - [2026-05-11 02:19:32] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006551 10.0.0.41 - - [2026-05-11 02:19:32] "GET /virtual-networks?parent_id=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005053 10.0.0.41 - - [2026-05-11 02:19:32] "GET /virtual-network/a4c283d0-681a-437a-bccc-f1257ac86bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007484 10.0.0.41 - - [2026-05-11 02:19:32] "POST /neutron/floatingip HTTP/1.1" 200 575 0.021828 10.0.0.41 - - [2026-05-11 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.41 - - [2026-05-11 02:19:32] "GET /routing-instance/21d91309-42cb-4ba9-abaf-60a937932aa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.004900 10.0.0.41 - - [2026-05-11 02:19:32] "GET /route-target/22868d7e-195c-439e-810c-d452af2de49d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004479 10.0.0.41 - - [2026-05-11 02:19:32] "GET /floating-ip/5de0030a-e47d-454c-814d-5081b367d9e2 HTTP/1.1" 200 1886 0.006537 10.0.0.41 - - [2026-05-11 02:19:35] "POST /neutron/floatingip HTTP/1.1" 200 575 0.028804 10.0.0.41 - - [2026-05-11 02:19:35] "POST /neutron/floatingip HTTP/1.1" 200 529 0.039822 10.0.0.41 - - [2026-05-11 02:19:35] "POST /neutron/floatingip HTTP/1.1" 200 529 0.009109 10.0.0.41 - - [2026-05-11 02:19:35] "POST /neutron/floatingip HTTP/1.1" 200 115 0.039852 10.0.0.41 - - [2026-05-11 02:19:35] "GET /floating-ip-pool/81dc6fe4-a3cd-4e31-bff5-0248ff058869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.004538 10.0.0.41 - - [2026-05-11 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.010005 10.0.0.41 - - [2026-05-11 02:19:36] "DELETE /floating-ip-pool/81dc6fe4-a3cd-4e31-bff5-0248ff058869 HTTP/1.1" 200 115 0.024252 10.0.0.41 - - [2026-05-11 02:19:36] "POST /neutron/network HTTP/1.1" 200 837 0.006898 10.0.0.41 - - [2026-05-11 02:19:36] "POST /neutron/network HTTP/1.1" 400 204 0.020683 10.0.0.41 - - [2026-05-11 02:19:36] "POST /neutron/port HTTP/1.1" 200 1135 0.032012 10.0.0.41 - - [2026-05-11 02:19:36] "POST /neutron/port HTTP/1.1" 200 1125 0.012850 10.0.0.41 - - [2026-05-11 02:19:36] "POST /neutron/port HTTP/1.1" 200 1135 0.019455 10.0.0.41 - - [2026-05-11 02:19:36] "POST /neutron/port HTTP/1.1" 200 1125 0.020133 10.0.0.41 - - [2026-05-11 02:19:36] "POST /neutron/port HTTP/1.1" 200 151 0.174957 10.0.0.41 - - [2026-05-11 02:19:36] "POST /neutron/port HTTP/1.1" 200 151 0.172392 10.0.0.41 - - [2026-05-11 02:19:38] "POST /neutron/network HTTP/1.1" 200 837 0.007856 10.0.0.41 - - [2026-05-11 02:19:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003210 10.0.0.41 - - [2026-05-11 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.41 - - [2026-05-11 02:19:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002071 10.0.0.41 - - [2026-05-11 02:19:38] "POST /neutron/network HTTP/1.1" 200 151 0.102770 10.0.0.41 - - [2026-05-11 02:19:38] "GET /routing-instance/abd81a5c-15ad-49c7-bdcb-46a30595a6b1 HTTP/1.1" 404 171 0.001878 10.0.0.41 - - [2026-05-11 02:19:38] "GET /domains HTTP/1.1" 200 280 0.002969 10.0.0.41 - - [2026-05-11 02:19:38] "DELETE /route-target/e7d6ece1-92a6-4d3b-a661-34eb1307dc7c HTTP/1.1" 200 115 0.020656 10.0.0.41 - - [2026-05-11 02:19:38] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.41 - - [2026-05-11 02:19:38] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2782 0.051376 10.0.0.41 - - [2026-05-11 02:19:38] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001028 10.0.0.41 - - [2026-05-11 02:19:38] "GET /project/6674077d-40a1-4899-8f86-23d3e379fca2 HTTP/1.1" 200 2184 0.078058 10.0.0.41 - - [2026-05-11 02:19:38] "POST /neutron/network HTTP/1.1" 200 837 0.007396 10.0.0.41 - - [2026-05-11 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.41 - - [2026-05-11 02:19:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002770 10.0.0.41 - - [2026-05-11 02:19:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003946 10.0.0.41 - - [2026-05-11 02:19:38] "POST /neutron/network HTTP/1.1" 200 151 0.101567 10.0.0.41 - - [2026-05-11 02:19:38] "DELETE /route-target/22868d7e-195c-439e-810c-d452af2de49d HTTP/1.1" 200 115 0.022766 10.0.0.41 - - [2026-05-11 02:19:38] "GET /routing-instance/21d91309-42cb-4ba9-abaf-60a937932aa2 HTTP/1.1" 404 171 0.004442 10.0.0.41 - - [2026-05-11 02:19:38] "GET /domains HTTP/1.1" 200 280 0.003437 10.0.0.41 - - [2026-05-11 02:19:38] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001626 10.0.0.41 - - [2026-05-11 02:19:38] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2782 0.050762 10.0.0.41 - - [2026-05-11 02:19:38] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001578 10.0.0.41 - - [2026-05-11 02:19:38] "GET /project/6674077d-40a1-4899-8f86-23d3e379fca2 HTTP/1.1" 200 1934 0.072947 10.0.0.41 - - [2026-05-11 02:19:39] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001575 10.0.0.41 - - [2026-05-11 02:19:39] "GET /project/6674077d-40a1-4899-8f86-23d3e379fca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.034977 10.0.0.41 - - [2026-05-11 02:19:39] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001036 10.0.0.41 - - [2026-05-11 02:19:39] "GET /project/6674077d-40a1-4899-8f86-23d3e379fca2?fields=virtual_networks HTTP/1.1" 200 1066 0.067049 10.0.0.41 - - [2026-05-11 02:19:39] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001166 10.0.0.41 - - [2026-05-11 02:19:39] "GET /project/6674077d-40a1-4899-8f86-23d3e379fca2?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.031170 10.0.0.41 - - [2026-05-11 02:19:39] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001239 10.0.0.41 - - [2026-05-11 02:19:39] "GET /project/6674077d-40a1-4899-8f86-23d3e379fca2?fields=security_groups HTTP/1.1" 200 1304 0.035657 10.0.0.41 - - [2026-05-11 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.039896 10.0.0.41 - - [2026-05-11 02:19:40] "GET /projects?obj_uuids=ba560881-5bdf-40aa-8d02-5ded6aa12a3b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003325 10.0.0.41 - - [2026-05-11 02:19:40] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001233 10.0.0.41 - - [2026-05-11 02:19:40] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007944 10.0.0.41 - - [2026-05-11 02:19:40] "POST /id-to-fqname HTTP/1.1" 200 185 0.002097 10.0.0.41 - - [2026-05-11 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 194 0.003762 10.0.0.41 - - [2026-05-11 02:19:40] "POST /security-groups HTTP/1.1" 200 586 0.068364 10.0.0.41 - - [2026-05-11 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 229 0.002925 10.0.0.41 - - [2026-05-11 02:19:40] "POST /projects HTTP/1.1" 200 575 0.235241 10.0.0.41 - - [2026-05-11 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.273532 10.0.0.41 - - [2026-05-11 02:19:40] "POST /access-control-lists HTTP/1.1" 200 591 0.067344 10.0.0.41 - - [2026-05-11 02:19:40] "GET /project/ba560881-5bdf-40aa-8d02-5ded6aa12a3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.411362 10.0.0.41 - - [2026-05-11 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 228 0.006757 10.0.0.41 - - [2026-05-11 02:19:41] "POST /access-control-lists HTTP/1.1" 200 589 0.065432 10.0.0.41 - - [2026-05-11 02:19:42] "GET / HTTP/1.1" 200 35931 0.002010 10.0.0.41 - - [2026-05-11 02:19:43] "GET /projects?obj_uuids=ba560881-5bdf-40aa-8d02-5ded6aa12a3b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002055 10.0.0.41 - - [2026-05-11 02:19:43] "GET /project/ba560881-5bdf-40aa-8d02-5ded6aa12a3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.055210 10.0.0.41 - - [2026-05-11 02:19:43] "GET /projects?obj_uuids=ba560881-5bdf-40aa-8d02-5ded6aa12a3b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001442 10.0.0.41 - - [2026-05-11 02:19:43] "GET /project/ba560881-5bdf-40aa-8d02-5ded6aa12a3b?fields=virtual_networks HTTP/1.1" 200 1033 0.037574 10.0.0.41 - - [2026-05-11 02:19:43] "GET /projects?obj_uuids=ba560881-5bdf-40aa-8d02-5ded6aa12a3b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001413 10.0.0.41 - - [2026-05-11 02:19:43] "GET /project/ba560881-5bdf-40aa-8d02-5ded6aa12a3b?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.052971 10.0.0.41 - - [2026-05-11 02:19:43] "GET /projects?obj_uuids=ba560881-5bdf-40aa-8d02-5ded6aa12a3b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001353 10.0.0.41 - - [2026-05-11 02:19:43] "GET /project/ba560881-5bdf-40aa-8d02-5ded6aa12a3b?fields=security_groups HTTP/1.1" 200 1254 0.042453 10.0.0.41 - - [2026-05-11 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 183 0.034388 10.0.0.41 - - [2026-05-11 02:19:44] "GET /projects?obj_uuids=dd4194b3-3446-4745-b9b4-1f0ea8424012&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002727 10.0.0.41 - - [2026-05-11 02:19:44] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.41 - - [2026-05-11 02:19:44] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007936 10.0.0.41 - - [2026-05-11 02:19:45] "POST /id-to-fqname HTTP/1.1" 200 185 0.001470 10.0.0.41 - - [2026-05-11 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.005711 10.0.0.41 - - [2026-05-11 02:19:45] "POST /security-groups HTTP/1.1" 200 586 0.085521 10.0.0.41 - - [2026-05-11 02:19:45] "POST /projects HTTP/1.1" 200 575 0.269501 10.0.0.41 - - [2026-05-11 02:19:45] "GET /projects?obj_uuids=ba560881-5bdf-40aa-8d02-5ded6aa12a3b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001103 10.0.0.41 - - [2026-05-11 02:19:45] "DELETE /project/ba5608815bdf40aa8d025ded6aa12a3b HTTP/1.1" 404 173 0.025683 10.0.0.41 - - [2026-05-11 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 229 0.028755 10.0.0.41 - - [2026-05-11 02:19:45] "DELETE /project/6674077d40a148998f8623d3e379fca2 HTTP/1.1" 404 173 0.025020 10.0.0.41 - - [2026-05-11 02:19:45] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001064 10.0.0.41 - - [2026-05-11 02:19:45] "GET /projects?obj_uuids=6f961b8d-7a66-489e-b55c-ec042973db3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001081 10.0.0.41 - - [2026-05-11 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.316482 10.0.0.41 - - [2026-05-11 02:19:45] "GET /project/ba560881-5bdf-40aa-8d02-5ded6aa12a3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.072563 10.0.0.41 - - [2026-05-11 02:19:45] "GET /project/6674077d-40a1-4899-8f86-23d3e379fca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.088257 10.0.0.41 - - [2026-05-11 02:19:45] "GET /project/6f961b8d-7a66-489e-b55c-ec042973db3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1522 0.093218 10.0.0.41 - - [2026-05-11 02:19:45] "GET /projects?obj_uuids=ba560881-5bdf-40aa-8d02-5ded6aa12a3b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002048 10.0.0.41 - - [2026-05-11 02:19:45] "GET /projects?obj_uuids=6f961b8d-7a66-489e-b55c-ec042973db3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001124 10.0.0.41 - - [2026-05-11 02:19:45] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001392 10.0.0.41 - - [2026-05-11 02:19:45] "POST /access-control-lists HTTP/1.1" 200 591 0.147148 10.0.0.41 - - [2026-05-11 02:19:45] "GET /project/dd4194b3-3446-4745-b9b4-1f0ea8424012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.571759 10.0.0.41 - - [2026-05-11 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 228 0.023075 10.0.0.41 - - [2026-05-11 02:19:45] "GET /project/6674077d-40a1-4899-8f86-23d3e379fca2?fields=security_groups HTTP/1.1" 200 1409 0.131942 10.0.0.41 - - [2026-05-11 02:19:45] "GET /project/ba560881-5bdf-40aa-8d02-5ded6aa12a3b?fields=security_groups HTTP/1.1" 200 1359 0.141797 10.0.0.41 - - [2026-05-11 02:19:45] "GET /project/6f961b8d-7a66-489e-b55c-ec042973db3e?fields=security_groups HTTP/1.1" 200 1406 0.142432 10.0.0.41 - - [2026-05-11 02:19:45] "POST /access-control-lists HTTP/1.1" 200 589 0.043312 10.0.0.41 - - [2026-05-11 02:19:45] "DELETE /security-group/3f94fda9-d905-4974-ac74-a63bb90c3095 HTTP/1.1" 200 115 0.098225 10.0.0.41 - - [2026-05-11 02:19:45] "GET /projects?obj_uuids=6674077d-40a1-4899-8f86-23d3e379fca2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001778 10.0.0.41 - - [2026-05-11 02:19:45] "DELETE /security-group/b87f6943-5047-460a-895b-b01846a3368d HTTP/1.1" 200 115 0.123288 10.0.0.41 - - [2026-05-11 02:19:45] "GET /projects?obj_uuids=ba560881-5bdf-40aa-8d02-5ded6aa12a3b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001144 10.0.0.41 - - [2026-05-11 02:19:45] "DELETE /security-group/79ccb7cc-5141-4fd1-82f2-edd37f54e273 HTTP/1.1" 200 115 0.124445 10.0.0.41 - - [2026-05-11 02:19:45] "GET /projects?obj_uuids=6f961b8d-7a66-489e-b55c-ec042973db3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001376 10.0.0.41 - - [2026-05-11 02:19:45] "GET /project/6674077d-40a1-4899-8f86-23d3e379fca2?fields=application_policy_sets HTTP/1.1" 200 1448 0.079873 10.0.0.41 - - [2026-05-11 02:19:45] "DELETE /access-control-list/348501df-5a61-43a3-bb09-38a0eaf27ed2 HTTP/1.1" 200 115 0.080711 10.0.0.41 - - [2026-05-11 02:19:45] "GET /project/6f961b8d-7a66-489e-b55c-ec042973db3e?fields=application_policy_sets HTTP/1.1" 200 1445 0.071880 10.0.0.41 - - [2026-05-11 02:19:45] "GET /project/ba560881-5bdf-40aa-8d02-5ded6aa12a3b?fields=application_policy_sets HTTP/1.1" 200 1398 0.111104 10.0.0.41 - - [2026-05-11 02:19:45] "DELETE /access-control-list/f2ce3802-da66-42e5-a7b1-b741da479b86 HTTP/1.1" 200 115 0.067309 10.0.0.41 - - [2026-05-11 02:19:45] "DELETE /access-control-list/2a6afc22-0d8f-4563-8d8b-3f910b169a54 HTTP/1.1" 200 115 0.094249 10.0.0.41 - - [2026-05-11 02:19:45] "DELETE /access-control-list/2bb60974-3b71-4f61-99c3-c93b2b727ea3 HTTP/1.1" 200 115 0.061731 10.0.0.41 - - [2026-05-11 02:19:45] "DELETE /project/6674077d-40a1-4899-8f86-23d3e379fca2 HTTP/1.1" 200 115 0.764011 10.0.0.41 - - [2026-05-11 02:19:45] "DELETE /project/6f961b8d-7a66-489e-b55c-ec042973db3e HTTP/1.1" 200 115 0.771992 10.0.0.41 - - [2026-05-11 02:19:45] "DELETE /project/ba560881-5bdf-40aa-8d02-5ded6aa12a3b HTTP/1.1" 200 115 0.796499 10.0.0.41 - - [2026-05-11 02:19:46] "DELETE /access-control-list/60d4fe8d-c584-46ab-849e-5689da71442f HTTP/1.1" 200 115 0.049889 10.0.0.41 - - [2026-05-11 02:19:46] "DELETE /access-control-list/203c0c4f-f18c-4263-9a2e-6e103c500f76 HTTP/1.1" 200 115 0.026777 10.0.0.41 - - [2026-05-11 02:19:46] "GET / HTTP/1.1" 200 35931 0.001648 10.0.0.41 - - [2026-05-11 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.003480 10.0.0.41 - - [2026-05-11 02:19:47] "GET /projects?obj_uuids=5bd69c22-0619-42b2-b075-47fa13fb955e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001212 10.0.0.41 - - [2026-05-11 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 228 0.004191 10.0.0.41 - - [2026-05-11 02:19:47] "POST /access-control-lists HTTP/1.1" 200 590 0.014971 10.0.0.41 - - [2026-05-11 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 227 0.003190 10.0.0.41 - - [2026-05-11 02:19:47] "POST /access-control-lists HTTP/1.1" 200 588 0.024468 10.0.0.41 - - [2026-05-11 02:19:47] "PUT /access-control-list/ef917c55-729b-439e-9159-f72c959ccd1d HTTP/1.1" 200 272 0.011384 10.0.0.41 - - [2026-05-11 02:19:47] "POST /neutron/security_group HTTP/1.1" 200 1364 0.366675 10.0.0.41 - - [2026-05-11 02:19:47] "PUT /access-control-list/ef917c55-729b-439e-9159-f72c959ccd1d HTTP/1.1" 200 272 0.021663 10.0.0.41 - - [2026-05-11 02:19:47] "GET /projects?obj_uuids=5bd69c22-0619-42b2-b075-47fa13fb955e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001321 10.0.0.41 - - [2026-05-11 02:19:47] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.032785 10.0.0.41 - - [2026-05-11 02:19:47] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.012069 10.0.0.41 - - [2026-05-11 02:19:47] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.165754 10.0.0.41 - - [2026-05-11 02:19:47] "PUT /access-control-list/ef917c55-729b-439e-9159-f72c959ccd1d HTTP/1.1" 200 272 0.011355 10.0.0.41 - - [2026-05-11 02:19:47] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.015637 10.0.0.41 - - [2026-05-11 02:19:48] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.123958 10.0.0.41 - - [2026-05-11 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.002156 10.0.0.41 - - [2026-05-11 02:19:48] "PUT /access-control-list/ef917c55-729b-439e-9159-f72c959ccd1d HTTP/1.1" 200 272 0.011134 10.0.0.41 - - [2026-05-11 02:19:48] "GET /projects?obj_uuids=5bd69c22-0619-42b2-b075-47fa13fb955e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001595 10.0.0.41 - - [2026-05-11 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 228 0.003466 10.0.0.41 - - [2026-05-11 02:19:48] "POST /access-control-lists HTTP/1.1" 200 590 0.019096 10.0.0.41 - - [2026-05-11 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 227 0.003423 10.0.0.41 - - [2026-05-11 02:19:48] "POST /access-control-lists HTTP/1.1" 200 588 0.016639 10.0.0.41 - - [2026-05-11 02:19:48] "PUT /access-control-list/07c8635c-32f8-4114-aa51-8429f17d42fa HTTP/1.1" 200 272 0.010175 10.0.0.41 - - [2026-05-11 02:19:48] "POST /neutron/security_group HTTP/1.1" 200 1364 0.412694 10.0.0.41 - - [2026-05-11 02:19:48] "GET /projects?obj_uuids=5bd69c22-0619-42b2-b075-47fa13fb955e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002284 10.0.0.41 - - [2026-05-11 02:19:48] "PUT /access-control-list/07c8635c-32f8-4114-aa51-8429f17d42fa HTTP/1.1" 200 272 0.025182 10.0.0.41 - - [2026-05-11 02:19:48] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.042467 10.0.0.41 - - [2026-05-11 02:19:48] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009307 10.0.0.41 - - [2026-05-11 02:19:48] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.136273 10.0.0.41 - - [2026-05-11 02:19:48] "PUT /access-control-list/07c8635c-32f8-4114-aa51-8429f17d42fa HTTP/1.1" 200 272 0.013727 10.0.0.41 - - [2026-05-11 02:19:48] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009552 10.0.0.41 - - [2026-05-11 02:19:48] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.140025 10.0.0.41 - - [2026-05-11 02:19:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.41 - - [2026-05-11 02:19:48] "PUT /access-control-list/07c8635c-32f8-4114-aa51-8429f17d42fa HTTP/1.1" 200 272 0.013302 10.0.0.41 - - [2026-05-11 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 210 0.031965 10.0.0.41 - - [2026-05-11 02:19:49] "GET /projects?obj_uuids=dd4194b3-3446-4745-b9b4-1f0ea8424012&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001415 10.0.0.41 - - [2026-05-11 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 245 0.003639 10.0.0.41 - - [2026-05-11 02:19:49] "POST /access-control-lists HTTP/1.1" 200 607 0.019529 10.0.0.41 - - [2026-05-11 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 244 0.003415 10.0.0.41 - - [2026-05-11 02:19:49] "POST /access-control-lists HTTP/1.1" 200 605 0.017438 10.0.0.41 - - [2026-05-11 02:19:49] "PUT /access-control-list/cd15c8a0-36e0-47b7-8b6d-087cd1e0562e HTTP/1.1" 200 272 0.013448 10.0.0.41 - - [2026-05-11 02:19:49] "POST /neutron/security_group HTTP/1.1" 200 1379 0.437958 10.0.0.41 - - [2026-05-11 02:19:49] "PUT /access-control-list/cd15c8a0-36e0-47b7-8b6d-087cd1e0562e HTTP/1.1" 200 272 0.011645 10.0.0.41 - - [2026-05-11 02:19:49] "GET /projects?obj_uuids=dd4194b3-3446-4745-b9b4-1f0ea8424012&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002411 10.0.0.41 - - [2026-05-11 02:19:49] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.035408 10.0.0.41 - - [2026-05-11 02:19:49] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008384 10.0.0.41 - - [2026-05-11 02:19:49] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.144264 10.0.0.41 - - [2026-05-11 02:19:49] "PUT /access-control-list/cd15c8a0-36e0-47b7-8b6d-087cd1e0562e HTTP/1.1" 200 272 0.009978 10.0.0.41 - - [2026-05-11 02:19:49] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008838 10.0.0.41 - - [2026-05-11 02:19:50] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.132340 10.0.0.41 - - [2026-05-11 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 210 0.002547 10.0.0.41 - - [2026-05-11 02:19:50] "PUT /access-control-list/cd15c8a0-36e0-47b7-8b6d-087cd1e0562e HTTP/1.1" 200 272 0.013332 10.0.0.41 - - [2026-05-11 02:19:50] "GET /projects?obj_uuids=dd4194b3-3446-4745-b9b4-1f0ea8424012&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001094 10.0.0.41 - - [2026-05-11 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 245 0.004441 10.0.0.41 - - [2026-05-11 02:19:50] "POST /access-control-lists HTTP/1.1" 200 607 0.017846 10.0.0.41 - - [2026-05-11 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 244 0.003304 10.0.0.41 - - [2026-05-11 02:19:50] "POST /access-control-lists HTTP/1.1" 200 605 0.015623 10.0.0.41 - - [2026-05-11 02:19:50] "PUT /access-control-list/5edeabb3-a638-4f3e-a565-ac8d0a700f08 HTTP/1.1" 200 272 0.009010 10.0.0.41 - - [2026-05-11 02:19:50] "POST /neutron/security_group HTTP/1.1" 200 1379 0.353181 10.0.0.41 - - [2026-05-11 02:19:50] "PUT /access-control-list/5edeabb3-a638-4f3e-a565-ac8d0a700f08 HTTP/1.1" 200 272 0.034302 10.0.0.41 - - [2026-05-11 02:19:50] "GET /projects?obj_uuids=dd4194b3-3446-4745-b9b4-1f0ea8424012&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001808 10.0.0.41 - - [2026-05-11 02:19:50] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.053152 10.0.0.41 - - [2026-05-11 02:19:50] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008218 10.0.0.41 - - [2026-05-11 02:19:50] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.117149 10.0.0.41 - - [2026-05-11 02:19:50] "PUT /access-control-list/5edeabb3-a638-4f3e-a565-ac8d0a700f08 HTTP/1.1" 200 272 0.013635 10.0.0.41 - - [2026-05-11 02:19:50] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010020 10.0.0.41 - - [2026-05-11 02:19:50] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.157423 10.0.0.41 - - [2026-05-11 02:19:50] "PUT /access-control-list/5edeabb3-a638-4f3e-a565-ac8d0a700f08 HTTP/1.1" 200 272 0.010467 10.0.0.41 - - [2026-05-11 02:19:51] "GET /projects?obj_uuids=5bd69c22-0619-42b2-b075-47fa13fb955e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001294 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.073507 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.017292 10.0.0.41 - - [2026-05-11 02:19:51] "POST /route-targets HTTP/1.1" 200 327 0.015212 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.004028 10.0.0.41 - - [2026-05-11 02:19:51] "PUT /logical-router/0405c7d4-b6a9-447c-9f81-c434a970a7d8 HTTP/1.1" 200 262 0.022389 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.010314 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.004637 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.004189 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.005545 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.005091 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.004742 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.004315 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.003917 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.004232 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.004861 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.004479 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.005308 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.005160 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.004965 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.005114 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.005969 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.005095 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.004089 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.006109 10.0.0.41 - - [2026-05-11 02:19:51] "GET /obj-perms HTTP/1.1" 200 5056 0.066811 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.003800 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.004609 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.004156 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.004886 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.004726 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.004026 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.005283 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.005149 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.005714 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.006587 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.004685 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.036430 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.004912 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.026518 10.0.0.41 - - [2026-05-11 02:19:51] "POST /neutron/router HTTP/1.1" 200 541 0.005307 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 151 0.067580 10.0.0.41 - - [2026-05-11 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007854 10.0.0.41 - - [2026-05-11 02:19:52] "GET /logical-router/0405c7d4-b6a9-447c-9f81-c434a970a7d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.009596 10.0.0.41 - - [2026-05-11 02:19:52] "GET /obj-perms HTTP/1.1" 200 5056 0.089061 10.0.0.41 - - [2026-05-11 02:19:52] "GET /projects?obj_uuids=dd4194b3-3446-4745-b9b4-1f0ea8424012&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001524 10.0.0.41 - - [2026-05-11 02:19:52] "DELETE /route-target/e97943f0-6667-4889-996e-895154b77021 HTTP/1.1" 200 115 0.046405 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.073764 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.003515 10.0.0.41 - - [2026-05-11 02:19:52] "POST /route-targets HTTP/1.1" 200 327 0.015296 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.004728 10.0.0.41 - - [2026-05-11 02:19:52] "PUT /logical-router/5e4735d2-4b4a-4c04-92c6-b542f7c533c9 HTTP/1.1" 200 262 0.025251 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.005535 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.007773 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.005266 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.004053 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.003981 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.003971 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.004511 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.003745 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.004566 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.003963 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.004045 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.004293 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.004161 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.004108 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.004005 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.004254 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.003952 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.004201 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.003934 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.004132 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.003689 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.004814 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.004293 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.004729 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.004183 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.004006 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.003631 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.003851 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.004741 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.005086 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.017666 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 559 0.003900 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 560 0.016072 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 560 0.004896 10.0.0.41 - - [2026-05-11 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.41 - - [2026-05-11 02:19:52] "GET /logical-router/5e4735d2-4b4a-4c04-92c6-b542f7c533c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002484 10.0.0.41 - - [2026-05-11 02:19:52] "POST /neutron/router HTTP/1.1" 200 151 0.051859 10.0.0.41 - - [2026-05-11 02:19:52] "DELETE /route-target/3b909054-4cdf-4377-995c-3a125984bae9 HTTP/1.1" 200 115 0.018290 10.0.0.41 - - [2026-05-11 02:19:52] "GET /projects?obj_uuids=5bd69c22-0619-42b2-b075-47fa13fb955e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001234 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.059310 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.005959 10.0.0.41 - - [2026-05-11 02:19:53] "POST /route-targets HTTP/1.1" 200 327 0.016010 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.004687 10.0.0.41 - - [2026-05-11 02:19:53] "PUT /logical-router/cea1b19b-79d1-4098-be59-3cbe0d106046 HTTP/1.1" 200 262 0.029294 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.012057 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.004104 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.004057 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.003436 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.003588 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.004555 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.004474 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.004634 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.003989 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.004264 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.004254 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.004650 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.003470 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.004047 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.005177 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.004021 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.003433 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.003677 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.004182 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.004207 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.003765 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.004092 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.003571 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.004740 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.003759 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.004321 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.003901 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.004082 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.004879 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.004215 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.019274 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 542 0.003640 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 541 0.019564 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 541 0.003788 10.0.0.41 - - [2026-05-11 02:19:53] "GET /logical-router/cea1b19b-79d1-4098-be59-3cbe0d106046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004330 10.0.0.41 - - [2026-05-11 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/router HTTP/1.1" 200 151 0.044925 10.0.0.41 - - [2026-05-11 02:19:53] "DELETE /route-target/b343f83f-73b7-473c-9856-c817f44ae92a HTTP/1.1" 200 115 0.019905 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/security_group HTTP/1.1" 200 521 0.006646 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/security_group HTTP/1.1" 200 151 0.039713 10.0.0.41 - - [2026-05-11 02:19:53] "DELETE /access-control-list/640fefed-5cab-4b4e-9279-0656602163e8 HTTP/1.1" 200 115 0.021047 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/security_group HTTP/1.1" 200 521 0.003686 10.0.0.41 - - [2026-05-11 02:19:53] "DELETE /access-control-list/5edeabb3-a638-4f3e-a565-ac8d0a700f08 HTTP/1.1" 200 115 0.030766 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/security_group HTTP/1.1" 200 151 0.047569 10.0.0.41 - - [2026-05-11 02:19:53] "DELETE /access-control-list/118ea3f0-cb6a-4a66-8489-943c56906a9c HTTP/1.1" 200 115 0.028488 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/security_group HTTP/1.1" 200 506 0.003774 10.0.0.41 - - [2026-05-11 02:19:53] "DELETE /access-control-list/cd15c8a0-36e0-47b7-8b6d-087cd1e0562e HTTP/1.1" 200 115 0.028952 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/security_group HTTP/1.1" 200 151 0.048742 10.0.0.41 - - [2026-05-11 02:19:53] "DELETE /access-control-list/8d939c66-ddb8-405f-a028-c549f0eae101 HTTP/1.1" 200 115 0.026245 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/security_group HTTP/1.1" 200 506 0.003683 10.0.0.41 - - [2026-05-11 02:19:53] "DELETE /access-control-list/07c8635c-32f8-4114-aa51-8429f17d42fa HTTP/1.1" 200 115 0.021830 10.0.0.41 - - [2026-05-11 02:19:53] "POST /neutron/security_group HTTP/1.1" 200 151 0.043212 10.0.0.41 - - [2026-05-11 02:19:53] "DELETE /access-control-list/697735b5-5a6d-48f8-9367-65539b43d93c HTTP/1.1" 200 115 0.027442 10.0.0.41 - - [2026-05-11 02:19:53] "DELETE /access-control-list/ef917c55-729b-439e-9159-f72c959ccd1d HTTP/1.1" 200 115 0.018745 10.0.0.41 - - [2026-05-11 02:19:54] "GET /projects?obj_uuids=dd4194b3-3446-4745-b9b4-1f0ea8424012&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001153 10.0.0.41 - - [2026-05-11 02:19:54] "GET /project/dd4194b3-3446-4745-b9b4-1f0ea8424012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.023433 10.0.0.41 - - [2026-05-11 02:19:54] "GET /projects?obj_uuids=dd4194b3-3446-4745-b9b4-1f0ea8424012&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001077 10.0.0.41 - - [2026-05-11 02:19:54] "GET /project/dd4194b3-3446-4745-b9b4-1f0ea8424012?fields=virtual_networks HTTP/1.1" 200 1033 0.078672 10.0.0.41 - - [2026-05-11 02:19:54] "GET /projects?obj_uuids=dd4194b3-3446-4745-b9b4-1f0ea8424012&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001285 10.0.0.41 - - [2026-05-11 02:19:54] "GET /project/dd4194b3-3446-4745-b9b4-1f0ea8424012?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.031503 10.0.0.41 - - [2026-05-11 02:19:54] "GET /projects?obj_uuids=dd4194b3-3446-4745-b9b4-1f0ea8424012&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001119 10.0.0.41 - - [2026-05-11 02:19:54] "GET /project/dd4194b3-3446-4745-b9b4-1f0ea8424012?fields=security_groups HTTP/1.1" 200 1254 0.033326 10.0.0.41 - - [2026-05-11 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 184 0.033391 10.0.0.41 - - [2026-05-11 02:19:55] "GET /projects?obj_uuids=e9ab66f3-e8f9-4d91-bfca-fcca05158577&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002802 10.0.0.41 - - [2026-05-11 02:19:55] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001607 10.0.0.41 - - [2026-05-11 02:19:55] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010923 10.0.0.41 - - [2026-05-11 02:19:55] "POST /id-to-fqname HTTP/1.1" 200 186 0.002382 10.0.0.41 - - [2026-05-11 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 195 0.002859 10.0.0.41 - - [2026-05-11 02:19:55] "POST /security-groups HTTP/1.1" 200 587 0.069001 10.0.0.41 - - [2026-05-11 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 230 0.003288 10.0.0.41 - - [2026-05-11 02:19:55] "POST /projects HTTP/1.1" 200 577 0.212730 10.0.0.41 - - [2026-05-11 02:19:55] "POST /access-control-lists HTTP/1.1" 200 592 0.067890 10.0.0.41 - - [2026-05-11 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.294398 10.0.0.41 - - [2026-05-11 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 229 0.003609 10.0.0.41 - - [2026-05-11 02:19:55] "GET /project/e9ab66f3-e8f9-4d91-bfca-fcca05158577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.431565 10.0.0.41 - - [2026-05-11 02:19:55] "POST /access-control-lists HTTP/1.1" 200 590 0.066580 10.0.0.41 - - [2026-05-11 02:19:57] "GET / HTTP/1.1" 200 35931 0.002545 10.0.0.41 - - [2026-05-11 02:19:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.41 - - [2026-05-11 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.066497 10.0.0.41 - - [2026-05-11 02:19:58] "GET /projects?obj_uuids=e9ab66f3-e8f9-4d91-bfca-fcca05158577&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000975 10.0.0.41 - - [2026-05-11 02:19:58] "GET /project/e9ab66f3-e8f9-4d91-bfca-fcca05158577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.024395 10.0.0.41 - - [2026-05-11 02:19:58] "POST /neutron/network HTTP/1.1" 200 117 0.045586 10.0.0.41 - - [2026-05-11 02:19:58] "GET /projects?obj_uuids=e9ab66f3-e8f9-4d91-bfca-fcca05158577&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001606 10.0.0.41 - - [2026-05-11 02:19:58] "POST /neutron/network HTTP/1.1" 200 601 0.088902 10.0.0.41 - - [2026-05-11 02:19:58] "POST /route-targets HTTP/1.1" 200 327 0.019372 10.0.0.41 - - [2026-05-11 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.014465 10.0.0.41 - - [2026-05-11 02:19:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003268 10.0.0.41 - - [2026-05-11 02:19:58] "POST /neutron/subnet HTTP/1.1" 200 734 0.202347 10.0.0.41 - - [2026-05-11 02:19:58] "POST /neutron/network HTTP/1.1" 200 822 0.005505 10.0.0.41 - - [2026-05-11 02:19:58] "POST /id-to-fqname HTTP/1.1" 200 216 0.001487 10.0.0.41 - - [2026-05-11 02:19:58] "GET /virtual-network/07125f75-8a17-4527-81ae-659f82479ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005549 10.0.0.41 - - [2026-05-11 02:19:58] "POST /neutron/network HTTP/1.1" 200 822 0.006776 10.0.0.41 - - [2026-05-11 02:19:58] "GET /virtual-network/07125f75-8a17-4527-81ae-659f82479ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006212 10.0.0.41 - - [2026-05-11 02:19:58] "POST /neutron/network HTTP/1.1" 200 822 0.005929 10.0.0.41 - - [2026-05-11 02:19:58] "POST /neutron/subnet HTTP/1.1" 200 734 0.006742 10.0.0.41 - - [2026-05-11 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.002637 10.0.0.41 - - [2026-05-11 02:19:58] "GET /virtual-network/07125f75-8a17-4527-81ae-659f82479ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006021 10.0.0.41 - - [2026-05-11 02:19:59] "GET /projects?obj_uuids=e9ab66f3-e8f9-4d91-bfca-fcca05158577&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002103 10.0.0.41 - - [2026-05-11 02:19:59] "POST /neutron/port HTTP/1.1" 200 1019 0.209846 10.0.0.41 - - [2026-05-11 02:19:59] "GET /virtual-machine-interface/6ef85665-aed5-4cfa-8032-1dbe634aa3c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.006179 10.0.0.41 - - [2026-05-11 02:19:59] "GET /virtual-machine-interface/6ef85665-aed5-4cfa-8032-1dbe634aa3c1?fields=instance_ip_back_refs HTTP/1.1" 200 1316 0.006737 10.0.0.41 - - [2026-05-11 02:19:59] "GET /instance-ip/e9b8b556-02c5-4db6-b1b1-c4ec16ec79b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1597 0.004213 10.0.0.41 - - [2026-05-11 02:19:59] "GET /virtual-machine-interface/6ef85665-aed5-4cfa-8032-1dbe634aa3c1 HTTP/1.1" 401 292 0.000478 10.0.0.41 - - [2026-05-11 02:19:59] "GET /virtual-machine-interface/6ef85665-aed5-4cfa-8032-1dbe634aa3c1 HTTP/1.1" 200 2604 0.037903 10.0.0.41 - - [2026-05-11 02:19:59] "POST /neutron/port HTTP/1.1" 200 1019 0.014070 10.0.0.41 - - [2026-05-11 02:19:59] "POST /neutron/port HTTP/1.1" 200 151 0.079529 10.0.0.41 - - [2026-05-11 02:19:59] "POST /neutron/network HTTP/1.1" 200 822 0.008357 10.0.0.41 - - [2026-05-11 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005200 10.0.0.41 - - [2026-05-11 02:19:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002763 10.0.0.41 - - [2026-05-11 02:19:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003745 10.0.0.41 - - [2026-05-11 02:20:00] "POST /neutron/network HTTP/1.1" 200 151 0.106800 10.0.0.41 - - [2026-05-11 02:20:00] "DELETE /route-target/1c5ba76d-83cd-4a32-94e2-d8ba38138c67 HTTP/1.1" 200 115 0.026632 10.0.0.41 - - [2026-05-11 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.41 - - [2026-05-11 02:20:00] "GET /projects?obj_uuids=e9ab66f3-e8f9-4d91-bfca-fcca05158577&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001058 10.0.0.41 - - [2026-05-11 02:20:00] "GET /project/e9ab66f3-e8f9-4d91-bfca-fcca05158577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.030503 10.0.0.41 - - [2026-05-11 02:20:00] "POST /neutron/network HTTP/1.1" 200 117 0.009501 10.0.0.41 - - [2026-05-11 02:20:00] "GET /projects?obj_uuids=e9ab66f3-e8f9-4d91-bfca-fcca05158577&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002380 10.0.0.41 - - [2026-05-11 02:20:00] "POST /neutron/network HTTP/1.1" 200 603 0.084405 10.0.0.41 - - [2026-05-11 02:20:00] "POST /route-targets HTTP/1.1" 200 327 0.016136 10.0.0.41 - - [2026-05-11 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.018699 10.0.0.41 - - [2026-05-11 02:20:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005856 10.0.0.41 - - [2026-05-11 02:20:01] "POST /neutron/subnet HTTP/1.1" 200 730 0.248052 10.0.0.41 - - [2026-05-11 02:20:01] "POST /useragent-kv HTTP/1.1" 200 115 0.009083 10.0.0.41 - - [2026-05-11 02:20:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.215467 10.0.0.41 - - [2026-05-11 02:20:01] "POST /neutron/network HTTP/1.1" 200 980 0.009578 10.0.0.41 - - [2026-05-11 02:20:01] "POST /id-to-fqname HTTP/1.1" 200 217 0.001851 10.0.0.41 - - [2026-05-11 02:20:01] "GET /virtual-network/98d2058d-a1e7-466c-aaa4-d057f35c1c7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.007486 10.0.0.41 - - [2026-05-11 02:20:01] "POST /neutron/network HTTP/1.1" 200 980 0.014851 10.0.0.41 - - [2026-05-11 02:20:01] "GET /virtual-network/98d2058d-a1e7-466c-aaa4-d057f35c1c7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.011504 10.0.0.41 - - [2026-05-11 02:20:01] "POST /neutron/network HTTP/1.1" 200 980 0.010774 10.0.0.41 - - [2026-05-11 02:20:01] "POST /neutron/subnet HTTP/1.1" 200 730 0.010104 10.0.0.41 - - [2026-05-11 02:20:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.011832 10.0.0.41 - - [2026-05-11 02:20:01] "GET /projects?obj_uuids=e9ab66f3-e8f9-4d91-bfca-fcca05158577&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001388 10.0.0.41 - - [2026-05-11 02:20:01] "POST /neutron/port HTTP/1.1" 200 1019 0.217165 10.0.0.41 - - [2026-05-11 02:20:01] "GET /projects?obj_uuids=e9ab66f3-e8f9-4d91-bfca-fcca05158577&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001438 10.0.0.41 - - [2026-05-11 02:20:02] "POST /neutron/port HTTP/1.1" 200 1019 0.232902 10.0.0.41 - - [2026-05-11 02:20:02] "POST /id-to-fqname HTTP/1.1" 200 217 0.002244 10.0.0.41 - - [2026-05-11 02:20:02] "POST /neutron/port HTTP/1.1" 200 1019 0.012667 10.0.0.41 - - [2026-05-11 02:20:02] "POST /neutron/port HTTP/1.1" 200 1019 0.013082 10.0.0.41 - - [2026-05-11 02:20:02] "POST /neutron/network HTTP/1.1" 200 980 0.009376 10.0.0.41 - - [2026-05-11 02:20:02] "POST /neutron/port HTTP/1.1" 200 1019 0.013901 10.0.0.41 - - [2026-05-11 02:20:02] "POST /neutron/port HTTP/1.1" 200 117 0.004895 10.0.0.41 - - [2026-05-11 02:20:02] "POST /neutron/port HTTP/1.1" 200 117 0.005979 10.0.0.41 - - [2026-05-11 02:20:02] "POST /id-to-fqname HTTP/1.1" 200 217 0.002053 10.0.0.41 - - [2026-05-11 02:20:02] "POST /neutron/port HTTP/1.1" 200 117 0.006066 10.0.0.41 - - [2026-05-11 02:20:02] "POST /neutron/port HTTP/1.1" 200 1019 0.012652 10.0.0.41 - - [2026-05-11 02:20:02] "POST /neutron/port HTTP/1.1" 200 1019 0.011301 10.0.0.41 - - [2026-05-11 02:20:02] "POST /neutron/network HTTP/1.1" 200 980 0.008286 10.0.0.41 - - [2026-05-11 02:20:02] "POST /neutron/port HTTP/1.1" 200 1019 0.012470 10.0.0.41 - - [2026-05-11 02:20:02] "POST /neutron/port HTTP/1.1" 200 1019 0.011539 10.0.0.41 - - [2026-05-11 02:20:03] "POST /neutron/port HTTP/1.1" 200 1019 0.020560 10.0.0.41 - - [2026-05-11 02:20:03] "POST /neutron/port HTTP/1.1" 200 117 0.015617 10.0.0.41 - - [2026-05-11 02:20:03] "POST /neutron/port HTTP/1.1" 200 117 0.005852 10.0.0.41 - - [2026-05-11 02:20:03] "POST /neutron/port HTTP/1.1" 200 117 0.006567 10.0.0.41 - - [2026-05-11 02:20:03] "POST /neutron/port HTTP/1.1" 200 1019 0.013406 10.0.0.41 - - [2026-05-11 02:20:03] "POST /neutron/network HTTP/1.1" 200 990 0.008994 10.0.0.41 - - [2026-05-11 02:20:03] "POST /neutron/port HTTP/1.1" 200 1019 0.011987 10.0.0.41 - - [2026-05-11 02:20:03] "POST /neutron/port HTTP/1.1" 200 1019 0.013519 10.0.0.41 - - [2026-05-11 02:20:03] "POST /neutron/port HTTP/1.1" 200 1111 0.112617 10.0.0.41 - - [2026-05-11 02:20:03] "POST /neutron/port HTTP/1.1" 200 1121 0.022109 10.0.0.41 - - [2026-05-11 02:20:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005124 10.0.0.41 - - [2026-05-11 02:20:04] "POST /neutron/subnet HTTP/1.1" 200 704 0.011524 10.0.0.41 - - [2026-05-11 02:20:04] "POST /neutron/port HTTP/1.1" 200 117 0.001658 10.0.0.41 - - [2026-05-11 02:20:04] "POST /neutron/port HTTP/1.1" 200 1019 0.013177 10.0.0.41 - - [2026-05-11 02:20:04] "POST /neutron/network HTTP/1.1" 200 980 0.008785 10.0.0.41 - - [2026-05-11 02:20:04] "POST /neutron/network HTTP/1.1" 200 990 0.007227 10.0.0.41 - - [2026-05-11 02:20:04] "POST /neutron/port HTTP/1.1" 200 1019 0.015724 10.0.0.41 - - [2026-05-11 02:20:04] "POST /neutron/port HTTP/1.1" 200 1019 0.014320 10.0.0.41 - - [2026-05-11 02:20:04] "POST /neutron/port HTTP/1.1" 200 1111 0.103149 10.0.0.41 - - [2026-05-11 02:20:04] "POST /neutron/port HTTP/1.1" 200 1121 0.013793 10.0.0.41 - - [2026-05-11 02:20:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004755 10.0.0.41 - - [2026-05-11 02:20:04] "POST /neutron/subnet HTTP/1.1" 200 703 0.013541 10.0.0.41 - - [2026-05-11 02:20:04] "POST /neutron/port HTTP/1.1" 200 117 0.001325 10.0.0.41 - - [2026-05-11 02:20:04] "POST /neutron/network HTTP/1.1" 200 980 0.009292 10.0.0.41 - - [2026-05-11 02:20:08] "POST /neutron/port HTTP/1.1" 200 1121 0.016652 10.0.0.41 - - [2026-05-11 02:20:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007720 10.0.0.41 - - [2026-05-11 02:20:08] "POST /neutron/port HTTP/1.1" 200 1121 0.015405 10.0.0.41 - - [2026-05-11 02:20:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006994 10.0.0.41 - - [2026-05-11 02:20:08] "POST /neutron/port HTTP/1.1" 200 1121 0.015285 10.0.0.41 - - [2026-05-11 02:20:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006886 10.0.0.41 - - [2026-05-11 02:20:08] "GET /virtual-machine/e2cadfd3-ecc2-4b2c-b074-1e4a72730fc9 HTTP/1.1" 200 1285 0.005572 10.0.0.41 - - [2026-05-11 02:20:08] "GET /virtual-machine-interface/65f1c586-0272-4e6b-9f01-55fc985c8863 HTTP/1.1" 200 2924 0.004964 10.0.0.41 - - [2026-05-11 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.41 - - [2026-05-11 02:20:08] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004956 10.0.0.41 - - [2026-05-11 02:20:08] "GET /virtual-networks?parent_id=e9ab66f3-e8f9-4d91-bfca-fcca05158577&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003939 10.0.0.41 - - [2026-05-11 02:20:08] "GET /virtual-network/98d2058d-a1e7-466c-aaa4-d057f35c1c7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.005430 10.0.0.41 - - [2026-05-11 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.41 - - [2026-05-11 02:20:11] "GET /virtual-network/98d2058d-a1e7-466c-aaa4-d057f35c1c7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.005974 10.0.0.41 - - [2026-05-11 02:20:14] "POST /neutron/port HTTP/1.1" 200 1121 0.015887 10.0.0.41 - - [2026-05-11 02:20:14] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007155 10.0.0.41 - - [2026-05-11 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.41 - - [2026-05-11 02:20:15] "GET /virtual-network/98d2058d-a1e7-466c-aaa4-d057f35c1c7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006024 10.0.0.41 - - [2026-05-11 02:20:16] "POST /neutron/port HTTP/1.1" 200 1121 0.016349 10.0.0.41 - - [2026-05-11 02:20:16] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007307 10.0.0.41 - - [2026-05-11 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.41 - - [2026-05-11 02:20:18] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003941 10.0.0.41 - - [2026-05-11 02:20:18] "GET /virtual-networks?parent_id=e9ab66f3-e8f9-4d91-bfca-fcca05158577&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004177 10.0.0.41 - - [2026-05-11 02:20:18] "GET /virtual-network/98d2058d-a1e7-466c-aaa4-d057f35c1c7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006569 10.0.0.41 - - [2026-05-11 02:20:18] "POST /neutron/port HTTP/1.1" 200 1121 0.013507 10.0.0.41 - - [2026-05-11 02:20:18] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009074 10.0.0.41 - - [2026-05-11 02:20:18] "POST /neutron/port HTTP/1.1" 200 1121 0.018159 10.0.0.41 - - [2026-05-11 02:20:18] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007332 10.0.0.41 - - [2026-05-11 02:20:18] "POST /neutron/port HTTP/1.1" 200 1121 0.013585 10.0.0.41 - - [2026-05-11 02:20:18] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007073 10.0.0.41 - - [2026-05-11 02:20:18] "GET /virtual-machine/25f564e8-5208-4da2-8500-05027277bd30 HTTP/1.1" 200 1283 0.005716 10.0.0.41 - - [2026-05-11 02:20:18] "GET /virtual-machine-interface/7f269eaf-aa8d-4c5b-9fd2-9527ec9344f6 HTTP/1.1" 200 2924 0.007973 10.0.0.41 - - [2026-05-11 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.41 - - [2026-05-11 02:20:18] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003569 10.0.0.41 - - [2026-05-11 02:20:18] "GET /virtual-networks?parent_id=e9ab66f3-e8f9-4d91-bfca-fcca05158577&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003727 10.0.0.41 - - [2026-05-11 02:20:18] "GET /virtual-network/98d2058d-a1e7-466c-aaa4-d057f35c1c7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.008581 10.0.0.41 - - [2026-05-11 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.41 - - [2026-05-11 02:20:19] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003946 10.0.0.41 - - [2026-05-11 02:20:20] "GET /virtual-networks?parent_id=e9ab66f3-e8f9-4d91-bfca-fcca05158577&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003579 10.0.0.41 - - [2026-05-11 02:20:20] "GET /virtual-network/98d2058d-a1e7-466c-aaa4-d057f35c1c7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.005892 10.0.0.41 - - [2026-05-11 02:20:23] "POST /neutron/port HTTP/1.1" 200 1111 0.013119 10.0.0.41 - - [2026-05-11 02:20:23] "POST /neutron/port HTTP/1.1" 200 1111 0.028656 10.0.0.41 - - [2026-05-11 02:20:23] "POST /neutron/port HTTP/1.1" 200 151 0.143987 10.0.0.41 - - [2026-05-11 02:20:23] "POST /neutron/port HTTP/1.1" 200 1111 0.013379 10.0.0.41 - - [2026-05-11 02:20:23] "POST /neutron/port HTTP/1.1" 200 1111 0.012515 10.0.0.41 - - [2026-05-11 02:20:23] "POST /neutron/port HTTP/1.1" 200 151 0.167174 10.0.0.41 - - [2026-05-11 02:20:23] "POST /neutron/network HTTP/1.1" 200 980 0.014261 10.0.0.41 - - [2026-05-11 02:20:23] "POST /neutron/port HTTP/1.1" 200 117 0.007303 10.0.0.41 - - [2026-05-11 02:20:23] "POST /neutron/port HTTP/1.1" 400 205 0.003687 10.0.0.41 - - [2026-05-11 02:20:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004506 10.0.0.41 - - [2026-05-11 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.008816 10.0.0.41 - - [2026-05-11 02:20:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003775 10.0.0.41 - - [2026-05-11 02:20:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002107 10.0.0.41 - - [2026-05-11 02:20:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002263 10.0.0.41 - - [2026-05-11 02:20:23] "POST /neutron/network HTTP/1.1" 200 151 0.162936 10.0.0.41 - - [2026-05-11 02:20:23] "DELETE /route-target/017905b0-fca5-4ed4-bb93-bcff069e8e14 HTTP/1.1" 200 115 0.033456 10.0.0.41 - - [2026-05-11 02:20:24] "GET /projects?obj_uuids=e9ab66f3-e8f9-4d91-bfca-fcca05158577&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001253 10.0.0.41 - - [2026-05-11 02:20:24] "GET /project/e9ab66f3-e8f9-4d91-bfca-fcca05158577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.028672 10.0.0.41 - - [2026-05-11 02:20:24] "GET /projects?obj_uuids=e9ab66f3-e8f9-4d91-bfca-fcca05158577&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001109 10.0.0.41 - - [2026-05-11 02:20:24] "GET /project/e9ab66f3-e8f9-4d91-bfca-fcca05158577?fields=virtual_networks HTTP/1.1" 200 1035 0.073379 10.0.0.41 - - [2026-05-11 02:20:24] "GET /projects?obj_uuids=e9ab66f3-e8f9-4d91-bfca-fcca05158577&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001292 10.0.0.41 - - [2026-05-11 02:20:24] "GET /project/e9ab66f3-e8f9-4d91-bfca-fcca05158577?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.033129 10.0.0.41 - - [2026-05-11 02:20:24] "GET /projects?obj_uuids=e9ab66f3-e8f9-4d91-bfca-fcca05158577&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001222 10.0.0.41 - - [2026-05-11 02:20:24] "GET /project/e9ab66f3-e8f9-4d91-bfca-fcca05158577?fields=security_groups HTTP/1.1" 200 1257 0.028717 10.0.0.41 - - [2026-05-11 02:20:25] "POST /fqname-to-id HTTP/1.1" 404 186 0.031104 10.0.0.41 - - [2026-05-11 02:20:25] "GET /projects?obj_uuids=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002332 10.0.0.41 - - [2026-05-11 02:20:25] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001169 10.0.0.41 - - [2026-05-11 02:20:25] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007691 10.0.0.41 - - [2026-05-11 02:20:25] "POST /id-to-fqname HTTP/1.1" 200 188 0.003346 10.0.0.41 - - [2026-05-11 02:20:25] "POST /fqname-to-id HTTP/1.1" 404 197 0.015108 10.0.0.41 - - [2026-05-11 02:20:25] "POST /security-groups HTTP/1.1" 200 589 0.064558 10.0.0.41 - - [2026-05-11 02:20:25] "POST /fqname-to-id HTTP/1.1" 404 232 0.006665 10.0.0.41 - - [2026-05-11 02:20:25] "POST /projects HTTP/1.1" 200 581 0.240174 10.0.0.41 - - [2026-05-11 02:20:25] "POST /access-control-lists HTTP/1.1" 200 594 0.058457 10.0.0.41 - - [2026-05-11 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.320313 10.0.0.41 - - [2026-05-11 02:20:25] "POST /fqname-to-id HTTP/1.1" 404 231 0.002887 10.0.0.41 - - [2026-05-11 02:20:25] "GET /project/08148564-7711-409f-b769-ade002c92692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.451147 10.0.0.41 - - [2026-05-11 02:20:26] "POST /access-control-lists HTTP/1.1" 200 592 0.064888 10.0.0.41 - - [2026-05-11 02:20:27] "GET / HTTP/1.1" 200 35931 0.002075 10.0.0.41 - - [2026-05-11 02:20:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000652 10.0.0.41 - - [2026-05-11 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.078370 10.0.0.41 - - [2026-05-11 02:20:28] "GET /projects?obj_uuids=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001153 10.0.0.41 - - [2026-05-11 02:20:28] "GET /project/08148564-7711-409f-b769-ade002c92692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.037347 10.0.0.41 - - [2026-05-11 02:20:28] "POST /neutron/network HTTP/1.1" 200 117 0.046796 10.0.0.41 - - [2026-05-11 02:20:28] "GET /projects?obj_uuids=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001792 10.0.0.41 - - [2026-05-11 02:20:28] "POST /neutron/network HTTP/1.1" 200 605 0.090228 10.0.0.41 - - [2026-05-11 02:20:28] "POST /neutron/port HTTP/1.1" 200 117 0.014561 10.0.0.41 - - [2026-05-11 02:20:28] "POST /route-targets HTTP/1.1" 200 327 0.018315 10.0.0.41 - - [2026-05-11 02:20:28] "POST /neutron/port HTTP/1.1" 400 205 0.005470 10.0.0.41 - - [2026-05-11 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.030449 10.0.0.41 - - [2026-05-11 02:20:28] "POST /useragent-kv HTTP/1.1" 200 115 0.007327 10.0.0.41 - - [2026-05-11 02:20:28] "POST /neutron/subnet HTTP/1.1" 200 715 0.257575 10.0.0.41 - - [2026-05-11 02:20:28] "POST /neutron/network HTTP/1.1" 200 822 0.007573 10.0.0.41 - - [2026-05-11 02:20:28] "POST /id-to-fqname HTTP/1.1" 200 219 0.002336 10.0.0.41 - - [2026-05-11 02:20:28] "GET /virtual-network/1446c558-0128-40fc-a54d-1dd8a3f2bdd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006233 10.0.0.41 - - [2026-05-11 02:20:29] "POST /neutron/network HTTP/1.1" 200 822 0.006111 10.0.0.41 - - [2026-05-11 02:20:29] "GET /virtual-network/1446c558-0128-40fc-a54d-1dd8a3f2bdd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006459 10.0.0.41 - - [2026-05-11 02:20:29] "POST /neutron/network HTTP/1.1" 200 822 0.006307 10.0.0.41 - - [2026-05-11 02:20:29] "POST /neutron/subnet HTTP/1.1" 200 715 0.009650 10.0.0.41 - - [2026-05-11 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.41 - - [2026-05-11 02:20:29] "GET /projects?obj_uuids=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001343 10.0.0.41 - - [2026-05-11 02:20:29] "GET /project/08148564-7711-409f-b769-ade002c92692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.039681 10.0.0.41 - - [2026-05-11 02:20:29] "POST /neutron/network HTTP/1.1" 200 117 0.013254 10.0.0.41 - - [2026-05-11 02:20:29] "GET /projects?obj_uuids=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001457 10.0.0.41 - - [2026-05-11 02:20:29] "POST /neutron/network HTTP/1.1" 200 605 0.090435 10.0.0.41 - - [2026-05-11 02:20:29] "POST /route-targets HTTP/1.1" 200 327 0.011418 10.0.0.41 - - [2026-05-11 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.016990 10.0.0.41 - - [2026-05-11 02:20:29] "POST /useragent-kv HTTP/1.1" 200 115 0.005489 10.0.0.41 - - [2026-05-11 02:20:29] "POST /neutron/subnet HTTP/1.1" 200 715 0.163214 10.0.0.41 - - [2026-05-11 02:20:29] "POST /neutron/network HTTP/1.1" 200 822 0.007231 10.0.0.41 - - [2026-05-11 02:20:29] "POST /id-to-fqname HTTP/1.1" 200 219 0.001451 10.0.0.41 - - [2026-05-11 02:20:29] "GET /virtual-network/46bd20ba-dd61-4c5d-94ab-f7b45c158b96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006335 10.0.0.41 - - [2026-05-11 02:20:29] "POST /neutron/network HTTP/1.1" 200 822 0.006510 10.0.0.41 - - [2026-05-11 02:20:29] "GET /virtual-network/46bd20ba-dd61-4c5d-94ab-f7b45c158b96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005909 10.0.0.41 - - [2026-05-11 02:20:29] "POST /neutron/network HTTP/1.1" 200 822 0.008004 10.0.0.41 - - [2026-05-11 02:20:29] "POST /neutron/subnet HTTP/1.1" 200 715 0.011229 10.0.0.41 - - [2026-05-11 02:20:29] "POST /id-to-fqname HTTP/1.1" 200 219 0.001639 10.0.0.41 - - [2026-05-11 02:20:30] "POST /neutron/network HTTP/1.1" 200 832 0.006791 10.0.0.41 - - [2026-05-11 02:20:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000457 10.0.0.41 - - [2026-05-11 02:20:30] "GET / HTTP/1.1" 200 35931 0.001859 10.0.0.41 - - [2026-05-11 02:20:30] "GET /project/08148564-7711-409f-b769-ade002c92692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000446 10.0.0.41 - - [2026-05-11 02:20:30] "GET /projects?obj_uuids=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001150 10.0.0.41 - - [2026-05-11 02:20:30] "GET /project/08148564-7711-409f-b769-ade002c92692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.060563 10.0.0.41 - - [2026-05-11 02:20:30] "POST /neutron/network HTTP/1.1" 200 822 0.005498 10.0.0.41 - - [2026-05-11 02:20:31] "POST /neutron/port HTTP/1.1" 200 117 0.007267 10.0.0.41 - - [2026-05-11 02:20:31] "POST /neutron/port HTTP/1.1" 200 117 0.007052 10.0.0.41 - - [2026-05-11 02:20:31] "POST /id-to-fqname HTTP/1.1" 200 219 0.001474 10.0.0.41 - - [2026-05-11 02:20:31] "POST /neutron/port HTTP/1.1" 200 117 0.005524 10.0.0.41 - - [2026-05-11 02:20:31] "POST /neutron/network HTTP/1.1" 200 832 0.006389 10.0.0.41 - - [2026-05-11 02:20:31] "GET /aaa-mode HTTP/1.1" 401 292 0.000538 10.0.0.41 - - [2026-05-11 02:20:31] "POST /neutron/network HTTP/1.1" 200 832 0.007380 10.0.0.41 - - [2026-05-11 02:20:31] "GET / HTTP/1.1" 200 35931 0.001752 10.0.0.41 - - [2026-05-11 02:20:31] "GET /projects?obj_uuids=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001184 10.0.0.41 - - [2026-05-11 02:20:31] "GET /project/08148564-7711-409f-b769-ade002c92692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000505 10.0.0.41 - - [2026-05-11 02:20:31] "POST /neutron/port HTTP/1.1" 200 1056 0.246051 10.0.0.41 - - [2026-05-11 02:20:31] "POST /neutron/port HTTP/1.1" 200 1056 0.013045 10.0.0.41 - - [2026-05-11 02:20:31] "POST /neutron/port HTTP/1.1" 200 1056 0.013476 10.0.0.41 - - [2026-05-11 02:20:32] "POST /neutron/port HTTP/1.1" 200 1110 0.077438 10.0.0.41 - - [2026-05-11 02:20:32] "GET /projects?obj_uuids=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001437 10.0.0.41 - - [2026-05-11 02:20:32] "GET /project/08148564-7711-409f-b769-ade002c92692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.061530 10.0.0.41 - - [2026-05-11 02:20:32] "POST /neutron/port HTTP/1.1" 200 1120 0.016771 10.0.0.41 - - [2026-05-11 02:20:32] "POST /neutron/network HTTP/1.1" 200 822 0.007510 10.0.0.41 - - [2026-05-11 02:20:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004051 10.0.0.41 - - [2026-05-11 02:20:32] "POST /neutron/subnet HTTP/1.1" 200 689 0.008713 10.0.0.41 - - [2026-05-11 02:20:32] "POST /neutron/port HTTP/1.1" 200 117 0.001341 10.0.0.41 - - [2026-05-11 02:20:32] "POST /neutron/network HTTP/1.1" 200 822 0.009972 10.0.0.41 - - [2026-05-11 02:20:32] "POST /neutron/port HTTP/1.1" 200 1120 0.017838 10.0.0.41 - - [2026-05-11 02:20:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007463 10.0.0.41 - - [2026-05-11 02:20:32] "POST /neutron/port HTTP/1.1" 200 117 0.005631 10.0.0.41 - - [2026-05-11 02:20:32] "GET /projects?obj_uuids=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001316 10.0.0.41 - - [2026-05-11 02:20:32] "POST /neutron/router HTTP/1.1" 200 580 0.077725 10.0.0.41 - - [2026-05-11 02:20:32] "POST /neutron/router HTTP/1.1" 200 580 0.006555 10.0.0.41 - - [2026-05-11 02:20:32] "POST /route-targets HTTP/1.1" 200 327 0.025311 10.0.0.41 - - [2026-05-11 02:20:32] "GET /projects?obj_uuids=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001368 10.0.0.41 - - [2026-05-11 02:20:32] "PUT /logical-router/c581ccfb-886f-447b-b32f-3505ed67a121 HTTP/1.1" 200 262 0.033293 10.0.0.41 - - [2026-05-11 02:20:32] "POST /neutron/network HTTP/1.1" 200 832 0.013681 10.0.0.41 - - [2026-05-11 02:20:32] "POST /neutron/router HTTP/1.1" 200 344 0.387378 10.0.0.41 - - [2026-05-11 02:20:32] "GET /projects?obj_uuids=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001264 10.0.0.41 - - [2026-05-11 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.020356 10.0.0.41 - - [2026-05-11 02:20:33] "POST /neutron/port HTTP/1.1" 200 1120 0.036415 10.0.0.41 - - [2026-05-11 02:20:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.038890 10.0.0.41 - - [2026-05-11 02:20:33] "POST /neutron/port HTTP/1.1" 200 1056 0.345964 10.0.0.41 - - [2026-05-11 02:20:33] "POST /neutron/port HTTP/1.1" 200 1056 0.018234 10.0.0.41 - - [2026-05-11 02:20:33] "POST /neutron/port HTTP/1.1" 200 1056 0.018484 10.0.0.41 - - [2026-05-11 02:20:33] "POST /neutron/port HTTP/1.1" 200 1110 0.103106 10.0.0.41 - - [2026-05-11 02:20:33] "POST /neutron/port HTTP/1.1" 200 1120 0.021698 10.0.0.41 - - [2026-05-11 02:20:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004633 10.0.0.41 - - [2026-05-11 02:20:33] "POST /neutron/subnet HTTP/1.1" 200 689 0.011770 10.0.0.41 - - [2026-05-11 02:20:33] "POST /neutron/port HTTP/1.1" 200 117 0.001303 10.0.0.41 - - [2026-05-11 02:20:33] "POST /neutron/network HTTP/1.1" 200 822 0.006733 10.0.0.41 - - [2026-05-11 02:20:38] "POST /neutron/port HTTP/1.1" 200 1120 0.012841 10.0.0.41 - - [2026-05-11 02:20:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006796 10.0.0.41 - - [2026-05-11 02:20:38] "POST /neutron/port HTTP/1.1" 200 1120 0.012521 10.0.0.41 - - [2026-05-11 02:20:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009972 10.0.0.41 - - [2026-05-11 02:20:38] "POST /neutron/port HTTP/1.1" 200 1120 0.012976 10.0.0.41 - - [2026-05-11 02:20:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007909 10.0.0.41 - - [2026-05-11 02:20:38] "GET /virtual-machine/31700b18-78ae-4986-be09-85b58c2f730e HTTP/1.1" 401 292 0.000469 10.0.0.41 - - [2026-05-11 02:20:38] "GET /virtual-machine/31700b18-78ae-4986-be09-85b58c2f730e HTTP/1.1" 200 1290 0.036997 10.0.0.41 - - [2026-05-11 02:20:38] "GET /virtual-machine-interface/fb221244-8f6c-470b-860a-9fb71eb3427e HTTP/1.1" 200 2934 0.006153 10.0.0.41 - - [2026-05-11 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.41 - - [2026-05-11 02:20:38] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003552 10.0.0.41 - - [2026-05-11 02:20:38] "GET /virtual-networks?parent_id=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003734 10.0.0.41 - - [2026-05-11 02:20:38] "GET /virtual-network/1446c558-0128-40fc-a54d-1dd8a3f2bdd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.019076 10.0.0.41 - - [2026-05-11 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005445 10.0.0.41 - - [2026-05-11 02:20:42] "GET /virtual-network/1446c558-0128-40fc-a54d-1dd8a3f2bdd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.009950 10.0.0.41 - - [2026-05-11 02:20:42] "POST /neutron/port HTTP/1.1" 200 1120 0.017566 10.0.0.41 - - [2026-05-11 02:20:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005945 10.0.0.41 - - [2026-05-11 02:20:43] "POST /neutron/port HTTP/1.1" 200 1120 0.016518 10.0.0.41 - - [2026-05-11 02:20:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007608 10.0.0.41 - - [2026-05-11 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.41 - - [2026-05-11 02:20:44] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003502 10.0.0.41 - - [2026-05-11 02:20:44] "GET /virtual-networks?parent_id=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003592 10.0.0.41 - - [2026-05-11 02:20:44] "GET /virtual-network/1446c558-0128-40fc-a54d-1dd8a3f2bdd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007084 10.0.0.41 - - [2026-05-11 02:20:44] "POST /neutron/port HTTP/1.1" 200 1120 0.014823 10.0.0.41 - - [2026-05-11 02:20:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008732 10.0.0.41 - - [2026-05-11 02:20:46] "DELETE /project/081485647711409fb769ade002c92692 HTTP/1.1" 404 173 0.008352 10.0.0.41 - - [2026-05-11 02:20:46] "DELETE /project/e9ab66f3e8f94d91bfcafcca05158577 HTTP/1.1" 404 173 0.007638 10.0.0.41 - - [2026-05-11 02:20:46] "GET /projects?obj_uuids=e9ab66f3-e8f9-4d91-bfca-fcca05158577&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001052 10.0.0.41 - - [2026-05-11 02:20:46] "GET /projects?obj_uuids=dd4194b3-3446-4745-b9b4-1f0ea8424012&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000972 10.0.0.41 - - [2026-05-11 02:20:46] "GET /project/dd4194b3-3446-4745-b9b4-1f0ea8424012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.035542 10.0.0.41 - - [2026-05-11 02:20:46] "GET /project/e9ab66f3-e8f9-4d91-bfca-fcca05158577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.041782 10.0.0.41 - - [2026-05-11 02:20:46] "GET /projects?obj_uuids=dd4194b3-3446-4745-b9b4-1f0ea8424012&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001105 10.0.0.41 - - [2026-05-11 02:20:46] "GET /projects?obj_uuids=e9ab66f3-e8f9-4d91-bfca-fcca05158577&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001994 10.0.0.41 - - [2026-05-11 02:20:46] "GET /project/e9ab66f3-e8f9-4d91-bfca-fcca05158577?fields=security_groups HTTP/1.1" 200 1362 0.037294 10.0.0.41 - - [2026-05-11 02:20:46] "GET /project/dd4194b3-3446-4745-b9b4-1f0ea8424012?fields=security_groups HTTP/1.1" 200 1359 0.046218 10.0.0.41 - - [2026-05-11 02:20:46] "DELETE /security-group/8f46fd39-16dd-4b0b-8f9f-ee7ee860f39e HTTP/1.1" 200 115 0.069793 10.0.0.41 - - [2026-05-11 02:20:46] "DELETE /security-group/a80c7f11-9a3a-4c93-9357-88bab0eea681 HTTP/1.1" 200 115 0.075020 10.0.0.41 - - [2026-05-11 02:20:46] "GET /projects?obj_uuids=e9ab66f3-e8f9-4d91-bfca-fcca05158577&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001140 10.0.0.41 - - [2026-05-11 02:20:46] "GET /projects?obj_uuids=dd4194b3-3446-4745-b9b4-1f0ea8424012&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001372 10.0.0.41 - - [2026-05-11 02:20:46] "DELETE /access-control-list/94123d12-fd60-4773-8b05-480090ce7b5f HTTP/1.1" 200 115 0.047251 10.0.0.41 - - [2026-05-11 02:20:46] "GET /project/e9ab66f3-e8f9-4d91-bfca-fcca05158577?fields=application_policy_sets HTTP/1.1" 200 1401 0.055280 10.0.0.41 - - [2026-05-11 02:20:46] "GET /project/dd4194b3-3446-4745-b9b4-1f0ea8424012?fields=application_policy_sets HTTP/1.1" 200 1398 0.058734 10.0.0.41 - - [2026-05-11 02:20:46] "DELETE /access-control-list/41748e23-9673-4b30-8e4d-dc1aee0fc6af HTTP/1.1" 200 115 0.058613 10.0.0.41 - - [2026-05-11 02:20:46] "DELETE /access-control-list/b8fd51fc-7e1e-4f7e-87d6-e7111177e382 HTTP/1.1" 200 115 0.036017 10.0.0.41 - - [2026-05-11 02:20:46] "DELETE /access-control-list/a69f2863-2106-46fe-8b8b-701290677b85 HTTP/1.1" 200 115 0.055314 10.0.0.41 - - [2026-05-11 02:20:46] "DELETE /project/e9ab66f3-e8f9-4d91-bfca-fcca05158577 HTTP/1.1" 200 115 0.450088 10.0.0.41 - - [2026-05-11 02:20:46] "DELETE /project/dd4194b3-3446-4745-b9b4-1f0ea8424012 HTTP/1.1" 200 115 0.449617 10.0.0.41 - - [2026-05-11 02:20:49] "POST /neutron/port HTTP/1.1" 200 1120 0.020716 10.0.0.41 - - [2026-05-11 02:20:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008341 10.0.0.41 - - [2026-05-11 02:20:49] "POST /neutron/port HTTP/1.1" 200 1120 0.018818 10.0.0.41 - - [2026-05-11 02:20:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007437 10.0.0.41 - - [2026-05-11 02:20:50] "POST /neutron/port HTTP/1.1" 200 1120 0.013416 10.0.0.41 - - [2026-05-11 02:20:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008757 10.0.0.41 - - [2026-05-11 02:20:50] "GET /virtual-machine/79afdd70-2499-4444-9d4a-3665f30e7db9 HTTP/1.1" 200 1290 0.007607 10.0.0.41 - - [2026-05-11 02:20:50] "GET /virtual-machine-interface/75790261-409f-4dae-9d68-7ace76a3c742 HTTP/1.1" 200 2934 0.006622 10.0.0.41 - - [2026-05-11 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.41 - - [2026-05-11 02:20:50] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003591 10.0.0.41 - - [2026-05-11 02:20:50] "GET /virtual-networks?parent_id=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003422 10.0.0.41 - - [2026-05-11 02:20:50] "GET /virtual-network/46bd20ba-dd61-4c5d-94ab-f7b45c158b96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005972 10.0.0.41 - - [2026-05-11 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.41 - - [2026-05-11 02:20:51] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003624 10.0.0.41 - - [2026-05-11 02:20:51] "GET /virtual-networks?parent_id=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002917 10.0.0.41 - - [2026-05-11 02:20:51] "GET /virtual-network/46bd20ba-dd61-4c5d-94ab-f7b45c158b96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006023 10.0.0.41 - - [2026-05-11 02:20:52] "GET /obj-perms HTTP/1.1" 200 5056 0.067713 10.0.0.41 - - [2026-05-11 02:20:52] "POST /neutron/port HTTP/1.1" 200 1120 0.024915 10.0.0.41 - - [2026-05-11 02:20:52] "GET /obj-perms HTTP/1.1" 200 5056 0.104830 10.0.0.41 - - [2026-05-11 02:20:52] "POST /neutron/port HTTP/1.1" 200 1120 0.018897 10.0.0.41 - - [2026-05-11 02:20:52] "POST /neutron/network HTTP/1.1" 200 832 0.007419 10.0.0.41 - - [2026-05-11 02:20:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004359 10.0.0.41 - - [2026-05-11 02:20:52] "POST /neutron/subnet HTTP/1.1" 200 689 0.008885 10.0.0.41 - - [2026-05-11 02:20:52] "POST /neutron/port HTTP/1.1" 200 117 0.001782 10.0.0.41 - - [2026-05-11 02:20:53] "POST /neutron/network HTTP/1.1" 200 822 0.007655 10.0.0.41 - - [2026-05-11 02:20:56] "POST /neutron/router HTTP/1.1" 200 580 0.010039 10.0.0.41 - - [2026-05-11 02:20:56] "GET /projects?obj_uuids=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001205 10.0.0.41 - - [2026-05-11 02:20:57] "POST /neutron/router HTTP/1.1" 200 344 0.264644 10.0.0.41 - - [2026-05-11 02:20:57] "POST /ref-update HTTP/1.1" 200 156 0.015858 10.0.0.41 - - [2026-05-11 02:20:57] "POST /neutron/port HTTP/1.1" 200 1916 0.048746 10.0.0.41 - - [2026-05-11 02:20:59] "POST /neutron/router HTTP/1.1" 200 580 0.004339 10.0.0.41 - - [2026-05-11 02:20:59] "POST /ref-update HTTP/1.1" 200 156 0.013152 10.0.0.41 - - [2026-05-11 02:20:59] "POST /neutron/router HTTP/1.1" 200 344 0.134333 10.0.0.41 - - [2026-05-11 02:21:02] "POST /neutron/router HTTP/1.1" 200 580 0.005132 10.0.0.41 - - [2026-05-11 02:21:02] "GET /projects?obj_uuids=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001660 10.0.0.41 - - [2026-05-11 02:21:03] "POST /neutron/router HTTP/1.1" 200 344 0.259600 10.0.0.41 - - [2026-05-11 02:21:03] "POST /ref-update HTTP/1.1" 200 156 0.013954 10.0.0.41 - - [2026-05-11 02:21:05] "POST /neutron/router HTTP/1.1" 200 580 0.005322 10.0.0.41 - - [2026-05-11 02:21:05] "POST /ref-update HTTP/1.1" 200 156 0.014419 10.0.0.41 - - [2026-05-11 02:21:05] "POST /neutron/router HTTP/1.1" 200 344 0.118813 10.0.0.41 - - [2026-05-11 02:21:05] "POST /neutron/router HTTP/1.1" 200 580 0.005899 10.0.0.41 - - [2026-05-11 02:21:05] "POST /ref-update HTTP/1.1" 200 156 0.014040 10.0.0.41 - - [2026-05-11 02:21:05] "POST /neutron/router HTTP/1.1" 200 344 0.112652 10.0.0.41 - - [2026-05-11 02:21:05] "POST /neutron/router HTTP/1.1" 200 580 0.006678 10.0.0.41 - - [2026-05-11 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004814 10.0.0.41 - - [2026-05-11 02:21:05] "GET /logical-router/c581ccfb-886f-447b-b32f-3505ed67a121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006940 10.0.0.41 - - [2026-05-11 02:21:05] "POST /neutron/router HTTP/1.1" 200 151 0.068693 10.0.0.41 - - [2026-05-11 02:21:05] "DELETE /route-target/42f5f39b-42f1-43ed-a5c9-6de34bd6486c HTTP/1.1" 200 115 0.020221 10.0.0.41 - - [2026-05-11 02:21:05] "POST /neutron/network HTTP/1.1" 200 822 0.008657 10.0.0.41 - - [2026-05-11 02:21:05] "POST /neutron/network HTTP/1.1" 400 204 0.014162 10.0.0.41 - - [2026-05-11 02:21:06] "POST /neutron/port HTTP/1.1" 200 1120 0.019445 10.0.0.41 - - [2026-05-11 02:21:06] "POST /neutron/port HTTP/1.1" 200 1110 0.015650 10.0.0.41 - - [2026-05-11 02:21:06] "POST /neutron/port HTTP/1.1" 200 1120 0.021230 10.0.0.41 - - [2026-05-11 02:21:06] "POST /neutron/port HTTP/1.1" 200 1110 0.020214 10.0.0.41 - - [2026-05-11 02:21:06] "POST /neutron/port HTTP/1.1" 200 151 0.157421 10.0.0.41 - - [2026-05-11 02:21:06] "POST /neutron/port HTTP/1.1" 200 151 0.148852 10.0.0.41 - - [2026-05-11 02:21:08] "POST /neutron/network HTTP/1.1" 200 822 0.006368 10.0.0.41 - - [2026-05-11 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793 10.0.0.41 - - [2026-05-11 02:21:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003512 10.0.0.41 - - [2026-05-11 02:21:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002432 10.0.0.41 - - [2026-05-11 02:21:08] "POST /neutron/network HTTP/1.1" 200 151 0.122569 10.0.0.41 - - [2026-05-11 02:21:08] "DELETE /route-target/d26b4d30-8142-46d8-a1d9-e37b56f3364b HTTP/1.1" 200 115 0.030452 10.0.0.41 - - [2026-05-11 02:21:08] "POST /neutron/network HTTP/1.1" 200 822 0.010301 10.0.0.41 - - [2026-05-11 02:21:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003805 10.0.0.41 - - [2026-05-11 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.41 - - [2026-05-11 02:21:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003621 10.0.0.41 - - [2026-05-11 02:21:08] "POST /neutron/network HTTP/1.1" 200 151 0.124533 10.0.0.41 - - [2026-05-11 02:21:08] "DELETE /route-target/f125164c-acd1-4d91-8d5b-14c3ca37d925 HTTP/1.1" 200 115 0.023530 10.0.0.41 - - [2026-05-11 02:21:08] "GET /projects?obj_uuids=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001292 10.0.0.41 - - [2026-05-11 02:21:08] "GET /project/08148564-7711-409f-b769-ade002c92692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.042606 10.0.0.41 - - [2026-05-11 02:21:08] "GET /projects?obj_uuids=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001550 10.0.0.41 - - [2026-05-11 02:21:08] "GET /project/08148564-7711-409f-b769-ade002c92692?fields=virtual_networks HTTP/1.1" 200 1037 0.028007 10.0.0.41 - - [2026-05-11 02:21:08] "GET /projects?obj_uuids=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001496 10.0.0.41 - - [2026-05-11 02:21:08] "GET /project/08148564-7711-409f-b769-ade002c92692?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.029012 10.0.0.41 - - [2026-05-11 02:21:08] "GET /projects?obj_uuids=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001103 10.0.0.41 - - [2026-05-11 02:21:08] "GET /project/08148564-7711-409f-b769-ade002c92692?fields=security_groups HTTP/1.1" 200 1261 0.029135 10.0.0.41 - - [2026-05-11 02:21:09] "POST /fqname-to-id HTTP/1.1" 404 191 0.035496 10.0.0.41 - - [2026-05-11 02:21:09] "GET /projects?obj_uuids=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003038 10.0.0.41 - - [2026-05-11 02:21:09] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001451 10.0.0.41 - - [2026-05-11 02:21:09] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010009 10.0.0.41 - - [2026-05-11 02:21:10] "POST /id-to-fqname HTTP/1.1" 200 193 0.001466 10.0.0.41 - - [2026-05-11 02:21:10] "POST /fqname-to-id HTTP/1.1" 404 202 0.003423 10.0.0.41 - - [2026-05-11 02:21:10] "POST /security-groups HTTP/1.1" 200 594 0.070550 10.0.0.41 - - [2026-05-11 02:21:10] "POST /fqname-to-id HTTP/1.1" 404 237 0.002754 10.0.0.41 - - [2026-05-11 02:21:10] "POST /projects HTTP/1.1" 200 591 0.240186 10.0.0.41 - - [2026-05-11 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.274267 10.0.0.41 - - [2026-05-11 02:21:10] "POST /access-control-lists HTTP/1.1" 200 599 0.066170 10.0.0.41 - - [2026-05-11 02:21:10] "GET /project/b7dc91d3-7a15-4697-ac3c-b39a52a55022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.431669 10.0.0.41 - - [2026-05-11 02:21:10] "POST /fqname-to-id HTTP/1.1" 404 236 0.003980 10.0.0.41 - - [2026-05-11 02:21:10] "POST /access-control-lists HTTP/1.1" 200 597 0.068471 10.0.0.41 - - [2026-05-11 02:21:11] "GET / HTTP/1.1" 200 35931 0.002192 10.0.0.41 - - [2026-05-11 02:21:12] "GET /project/b7dc91d3-7a15-4697-ac3c-b39a52a55022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000502 10.0.0.41 - - [2026-05-11 02:21:13] "GET /projects?obj_uuids=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001205 10.0.0.41 - - [2026-05-11 02:21:13] "GET /project/b7dc91d3-7a15-4697-ac3c-b39a52a55022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.072675 10.0.0.41 - - [2026-05-11 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.41 - - [2026-05-11 02:21:13] "GET /security-group/53a8ab87-3362-4e5f-9904-99a52b31b9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3773 0.006599 10.0.0.41 - - [2026-05-11 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.41 - - [2026-05-11 02:21:13] "GET /projects?obj_uuids=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002638 10.0.0.41 - - [2026-05-11 02:21:13] "GET /project/b7dc91d3-7a15-4697-ac3c-b39a52a55022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.028079 10.0.0.41 - - [2026-05-11 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.41 - - [2026-05-11 02:21:13] "GET /security-group/53a8ab87-3362-4e5f-9904-99a52b31b9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3773 0.004079 10.0.0.41 - - [2026-05-11 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.41 - - [2026-05-11 02:21:13] "PUT /security-group/53a8ab87-3362-4e5f-9904-99a52b31b9f1 HTTP/1.1" 200 262 0.016423 10.0.0.41 - - [2026-05-11 02:21:13] "PUT /access-control-list/e8968722-5817-45ea-88a5-60ab8ba2a46c HTTP/1.1" 200 272 0.009033 10.0.0.41 - - [2026-05-11 02:21:13] "PUT /access-control-list/b184244b-f4da-4270-a45d-355ea21b94d7 HTTP/1.1" 200 272 0.017346 10.0.0.41 - - [2026-05-11 02:21:13] "POST /fqname-to-id HTTP/1.1" 404 202 0.004551 10.0.0.41 - - [2026-05-11 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.41 - - [2026-05-11 02:21:13] "GET /projects?obj_uuids=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001850 10.0.0.41 - - [2026-05-11 02:21:13] "GET /project/b7dc91d3-7a15-4697-ac3c-b39a52a55022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.030416 10.0.0.41 - - [2026-05-11 02:21:13] "POST /neutron/network HTTP/1.1" 200 117 0.047355 10.0.0.41 - - [2026-05-11 02:21:13] "GET /projects?obj_uuids=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001195 10.0.0.41 - - [2026-05-11 02:21:13] "POST /neutron/network HTTP/1.1" 200 608 0.077194 10.0.0.41 - - [2026-05-11 02:21:13] "POST /route-targets HTTP/1.1" 200 327 0.016839 10.0.0.41 - - [2026-05-11 02:21:14] "POST /ref-update HTTP/1.1" 200 156 0.014424 10.0.0.41 - - [2026-05-11 02:21:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004432 10.0.0.41 - - [2026-05-11 02:21:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.197826 10.0.0.41 - - [2026-05-11 02:21:14] "POST /neutron/network HTTP/1.1" 200 827 0.006880 10.0.0.41 - - [2026-05-11 02:21:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001511 10.0.0.41 - - [2026-05-11 02:21:14] "GET /virtual-network/8eeeecad-d17a-4f87-92cb-9ad92786733f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005900 10.0.0.41 - - [2026-05-11 02:21:14] "POST /neutron/network HTTP/1.1" 200 827 0.006212 10.0.0.41 - - [2026-05-11 02:21:14] "GET /virtual-network/8eeeecad-d17a-4f87-92cb-9ad92786733f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005346 10.0.0.41 - - [2026-05-11 02:21:14] "POST /neutron/network HTTP/1.1" 200 827 0.006644 10.0.0.41 - - [2026-05-11 02:21:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.026464 10.0.0.41 - - [2026-05-11 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005017 10.0.0.41 - - [2026-05-11 02:21:14] "GET /projects?obj_uuids=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001626 10.0.0.41 - - [2026-05-11 02:21:14] "GET /project/b7dc91d3-7a15-4697-ac3c-b39a52a55022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.031235 10.0.0.41 - - [2026-05-11 02:21:14] "POST /neutron/network HTTP/1.1" 200 117 0.013841 10.0.0.41 - - [2026-05-11 02:21:14] "GET /projects?obj_uuids=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001158 10.0.0.41 - - [2026-05-11 02:21:14] "POST /neutron/network HTTP/1.1" 200 615 0.134732 10.0.0.41 - - [2026-05-11 02:21:14] "POST /route-targets HTTP/1.1" 200 327 0.021215 10.0.0.41 - - [2026-05-11 02:21:14] "POST /ref-update HTTP/1.1" 200 156 0.021851 10.0.0.41 - - [2026-05-11 02:21:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002628 10.0.0.41 - - [2026-05-11 02:21:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.168512 10.0.0.41 - - [2026-05-11 02:21:14] "POST /neutron/network HTTP/1.1" 200 835 0.006222 10.0.0.41 - - [2026-05-11 02:21:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001597 10.0.0.41 - - [2026-05-11 02:21:14] "GET /virtual-network/a01c553a-983a-42a8-b0a7-11e407b6a4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007412 10.0.0.41 - - [2026-05-11 02:21:14] "POST /neutron/network HTTP/1.1" 200 835 0.006877 10.0.0.41 - - [2026-05-11 02:21:14] "GET /virtual-network/a01c553a-983a-42a8-b0a7-11e407b6a4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.009390 10.0.0.41 - - [2026-05-11 02:21:15] "POST /neutron/network HTTP/1.1" 200 835 0.007840 10.0.0.41 - - [2026-05-11 02:21:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.009673 10.0.0.41 - - [2026-05-11 02:21:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001291 10.0.0.41 - - [2026-05-11 02:21:15] "POST /neutron/network HTTP/1.1" 200 837 0.006041 10.0.0.41 - - [2026-05-11 02:21:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000488 10.0.0.41 - - [2026-05-11 02:21:15] "GET / HTTP/1.1" 200 35931 0.002003 10.0.0.41 - - [2026-05-11 02:21:15] "GET /project/b7dc91d3-7a15-4697-ac3c-b39a52a55022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000390 10.0.0.41 - - [2026-05-11 02:21:16] "GET /projects?obj_uuids=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001405 10.0.0.41 - - [2026-05-11 02:21:16] "GET /project/b7dc91d3-7a15-4697-ac3c-b39a52a55022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.077723 10.0.0.41 - - [2026-05-11 02:21:16] "POST /neutron/network HTTP/1.1" 200 827 0.026995 10.0.0.41 - - [2026-05-11 02:21:16] "POST /neutron/port HTTP/1.1" 200 117 0.006246 10.0.0.41 - - [2026-05-11 02:21:16] "POST /neutron/port HTTP/1.1" 200 117 0.006108 10.0.0.41 - - [2026-05-11 02:21:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.002539 10.0.0.41 - - [2026-05-11 02:21:16] "POST /neutron/port HTTP/1.1" 200 117 0.006155 10.0.0.41 - - [2026-05-11 02:21:16] "POST /neutron/network HTTP/1.1" 200 845 0.005815 10.0.0.41 - - [2026-05-11 02:21:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000755 10.0.0.41 - - [2026-05-11 02:21:16] "POST /neutron/network HTTP/1.1" 200 837 0.005737 10.0.0.41 - - [2026-05-11 02:21:16] "GET /projects?obj_uuids=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002855 10.0.0.41 - - [2026-05-11 02:21:16] "GET / HTTP/1.1" 200 35931 0.001475 10.0.0.41 - - [2026-05-11 02:21:16] "GET /project/b7dc91d3-7a15-4697-ac3c-b39a52a55022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000520 10.0.0.41 - - [2026-05-11 02:21:17] "POST /neutron/port HTTP/1.1" 200 1063 0.256501 10.0.0.41 - - [2026-05-11 02:21:17] "POST /neutron/port HTTP/1.1" 200 1063 0.017409 10.0.0.41 - - [2026-05-11 02:21:17] "POST /neutron/port HTTP/1.1" 200 1063 0.016544 10.0.0.41 - - [2026-05-11 02:21:17] "POST /neutron/port HTTP/1.1" 200 1117 0.072378 10.0.0.41 - - [2026-05-11 02:21:17] "GET /projects?obj_uuids=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001744 10.0.0.41 - - [2026-05-11 02:21:17] "POST /neutron/port HTTP/1.1" 200 1127 0.020291 10.0.0.41 - - [2026-05-11 02:21:17] "GET /project/b7dc91d3-7a15-4697-ac3c-b39a52a55022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.075517 10.0.0.41 - - [2026-05-11 02:21:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006344 10.0.0.41 - - [2026-05-11 02:21:17] "POST /neutron/network HTTP/1.1" 200 835 0.007052 10.0.0.41 - - [2026-05-11 02:21:17] "POST /neutron/subnet HTTP/1.1" 200 699 0.008896 10.0.0.41 - - [2026-05-11 02:21:17] "POST /neutron/port HTTP/1.1" 200 117 0.001286 10.0.0.41 - - [2026-05-11 02:21:17] "POST /neutron/network HTTP/1.1" 200 827 0.007286 10.0.0.41 - - [2026-05-11 02:21:17] "POST /neutron/port HTTP/1.1" 200 1127 0.020191 10.0.0.41 - - [2026-05-11 02:21:17] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008141 10.0.0.41 - - [2026-05-11 02:21:17] "POST /neutron/port HTTP/1.1" 200 117 0.006602 10.0.0.41 - - [2026-05-11 02:21:17] "GET /projects?obj_uuids=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001645 10.0.0.41 - - [2026-05-11 02:21:17] "POST /neutron/router HTTP/1.1" 200 585 0.082609 10.0.0.41 - - [2026-05-11 02:21:17] "POST /neutron/router HTTP/1.1" 200 585 0.005023 10.0.0.41 - - [2026-05-11 02:21:17] "POST /route-targets HTTP/1.1" 200 327 0.015127 10.0.0.41 - - [2026-05-11 02:21:17] "PUT /logical-router/8a7a2025-afd0-4a05-82c9-7d0561d53e81 HTTP/1.1" 200 262 0.032384 10.0.0.41 - - [2026-05-11 02:21:17] "POST /neutron/router HTTP/1.1" 200 656 0.047445 10.0.0.41 - - [2026-05-11 02:21:17] "GET /logical-router/8a7a2025-afd0-4a05-82c9-7d0561d53e81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.017807 10.0.0.41 - - [2026-05-11 02:21:17] "POST /neutron/router HTTP/1.1" 200 656 0.006785 10.0.0.41 - - [2026-05-11 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.41 - - [2026-05-11 02:21:17] "GET /projects?obj_uuids=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002444 10.0.0.41 - - [2026-05-11 02:21:17] "GET /service-template/bb2d774e-a598-4e65-b9e5-b505aedf90e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1692 0.007261 10.0.0.41 - - [2026-05-11 02:21:18] "POST /fqname-to-id HTTP/1.1" 404 215 0.003409 10.0.0.41 - - [2026-05-11 02:21:18] "POST /useragent-kv HTTP/1.1" 200 115 0.010617 10.0.0.41 - - [2026-05-11 02:21:18] "POST /virtual-networks HTTP/1.1" 200 694 0.181363 10.0.0.41 - - [2026-05-11 02:21:18] "POST /neutron/network HTTP/1.1" 200 845 0.019160 10.0.0.41 - - [2026-05-11 02:21:18] "POST /route-targets HTTP/1.1" 200 327 0.027162 10.0.0.41 - - [2026-05-11 02:21:18] "GET /projects?obj_uuids=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001066 10.0.0.41 - - [2026-05-11 02:21:18] "POST /neutron/router HTTP/1.1" 200 344 0.393341 10.0.0.41 - - [2026-05-11 02:21:18] "POST /ref-update HTTP/1.1" 200 156 0.031375 10.0.0.41 - - [2026-05-11 02:21:18] "POST /service-instances HTTP/1.1" 200 670 0.109846 10.0.0.41 - - [2026-05-11 02:21:18] "POST /ref-update HTTP/1.1" 200 156 0.059132 10.0.0.41 - - [2026-05-11 02:21:18] "POST /neutron/port HTTP/1.1" 200 1127 0.059474 10.0.0.41 - - [2026-05-11 02:21:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.053100 10.0.0.41 - - [2026-05-11 02:21:18] "POST /route-tables HTTP/1.1" 200 582 0.100337 10.0.0.41 - - [2026-05-11 02:21:18] "PUT /logical-router/8a7a2025-afd0-4a05-82c9-7d0561d53e81 HTTP/1.1" 200 262 0.036695 10.0.0.41 - - [2026-05-11 02:21:18] "POST /neutron/port HTTP/1.1" 200 1064 0.413666 10.0.0.41 - - [2026-05-11 02:21:18] "POST /ref-update HTTP/1.1" 200 156 0.041750 10.0.0.41 - - [2026-05-11 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.41 - - [2026-05-11 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.41 - - [2026-05-11 02:21:18] "POST /virtual-machines HTTP/1.1" 200 553 0.018242 10.0.0.41 - - [2026-05-11 02:21:18] "POST /neutron/port HTTP/1.1" 200 1064 0.025026 10.0.0.41 - - [2026-05-11 02:21:18] "POST /neutron/port HTTP/1.1" 200 1064 0.016536 10.0.0.41 - - [2026-05-11 02:21:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.148653 10.0.0.41 - - [2026-05-11 02:21:19] "POST /neutron/port HTTP/1.1" 200 1118 0.218428 10.0.0.41 - - [2026-05-11 02:21:19] "POST /chown HTTP/1.1" 200 109 0.063337 10.0.0.41 - - [2026-05-11 02:21:19] "POST /neutron/port HTTP/1.1" 200 1128 0.022673 10.0.0.41 - - [2026-05-11 02:21:19] "POST /instance-ips HTTP/1.1" 200 551 0.037150 10.0.0.41 - - [2026-05-11 02:21:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008576 10.0.0.41 - - [2026-05-11 02:21:19] "POST /neutron/subnet HTTP/1.1" 200 703 0.009111 10.0.0.41 - - [2026-05-11 02:21:19] "POST /neutron/port HTTP/1.1" 200 117 0.002571 10.0.0.41 - - [2026-05-11 02:21:19] "POST /instance-ips HTTP/1.1" 400 246 0.022790 10.0.0.41 - - [2026-05-11 02:21:19] "POST /neutron/network HTTP/1.1" 200 835 0.008691 10.0.0.41 - - [2026-05-11 02:21:19] "POST /chown HTTP/1.1" 200 109 0.011836 10.0.0.41 - - [2026-05-11 02:21:19] "PUT /virtual-machine-interface/a95bf417-dee6-44ab-9bb0-d06321689fd8 HTTP/1.1" 200 284 0.015923 10.0.0.41 - - [2026-05-11 02:21:19] "PUT /instance-ip/267d4495-e23c-4088-81cf-527e4bbc109f HTTP/1.1" 200 256 0.016105 10.0.0.41 - - [2026-05-11 02:21:19] "POST /ref-update HTTP/1.1" 200 156 0.012923 10.0.0.41 - - [2026-05-11 02:21:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.152338 10.0.0.41 - - [2026-05-11 02:21:19] "POST /chown HTTP/1.1" 200 109 0.008076 10.0.0.41 - - [2026-05-11 02:21:19] "POST /instance-ips HTTP/1.1" 200 549 0.038487 10.0.0.41 - - [2026-05-11 02:21:20] "POST /instance-ips HTTP/1.1" 400 316 0.023019 10.0.0.41 - - [2026-05-11 02:21:20] "POST /chown HTTP/1.1" 200 109 0.012198 10.0.0.41 - - [2026-05-11 02:21:20] "PUT /virtual-machine-interface/5a069ff4-9486-42da-b33f-91d0899ba892 HTTP/1.1" 200 284 0.013297 10.0.0.41 - - [2026-05-11 02:21:20] "PUT /instance-ip/8aa81ecc-66a1-472e-b2be-67bb032f1c2f HTTP/1.1" 200 256 0.015996 10.0.0.41 - - [2026-05-11 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.016196 10.0.0.41 - - [2026-05-11 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.016425 10.0.0.41 - - [2026-05-11 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.013726 10.0.0.41 - - [2026-05-11 02:21:20] "PUT /routing-instance/96c7c90d-b7c9-407d-8391-d5d40dd84ea3 HTTP/1.1" 200 266 0.048881 10.0.0.41 - - [2026-05-11 02:21:20] "POST /virtual-machines HTTP/1.1" 200 553 0.027727 10.0.0.41 - - [2026-05-11 02:21:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.114280 10.0.0.41 - - [2026-05-11 02:21:20] "POST /chown HTTP/1.1" 200 109 0.009339 10.0.0.41 - - [2026-05-11 02:21:20] "POST /instance-ips HTTP/1.1" 400 246 0.018625 10.0.0.41 - - [2026-05-11 02:21:20] "POST /chown HTTP/1.1" 200 109 0.009341 10.0.0.41 - - [2026-05-11 02:21:20] "PUT /virtual-machine-interface/deec804b-6f11-44f1-933d-4e6f71373dd7 HTTP/1.1" 200 284 0.021684 10.0.0.41 - - [2026-05-11 02:21:20] "PUT /instance-ip/267d4495-e23c-4088-81cf-527e4bbc109f HTTP/1.1" 200 256 0.014189 10.0.0.41 - - [2026-05-11 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.012021 10.0.0.41 - - [2026-05-11 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.016110 10.0.0.41 - - [2026-05-11 02:21:21] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.104231 10.0.0.41 - - [2026-05-11 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.022182 10.0.0.41 - - [2026-05-11 02:21:21] "PUT /routing-instance/96c7c90d-b7c9-407d-8391-d5d40dd84ea3 HTTP/1.1" 200 266 0.022016 10.0.0.41 - - [2026-05-11 02:21:21] "POST /chown HTTP/1.1" 200 109 0.020073 10.0.0.41 - - [2026-05-11 02:21:21] "POST /instance-ips HTTP/1.1" 400 316 0.017358 10.0.0.41 - - [2026-05-11 02:21:21] "POST /chown HTTP/1.1" 200 109 0.010323 10.0.0.41 - - [2026-05-11 02:21:21] "PUT /virtual-machine-interface/4218133b-e261-4cbb-9904-33bae8fbd3a7 HTTP/1.1" 200 284 0.016447 10.0.0.41 - - [2026-05-11 02:21:21] "PUT /instance-ip/8aa81ecc-66a1-472e-b2be-67bb032f1c2f HTTP/1.1" 200 256 0.016768 10.0.0.41 - - [2026-05-11 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.015659 10.0.0.41 - - [2026-05-11 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.014094 10.0.0.41 - - [2026-05-11 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.011271 10.0.0.41 - - [2026-05-11 02:21:21] "PUT /routing-instance/96c7c90d-b7c9-407d-8391-d5d40dd84ea3 HTTP/1.1" 200 266 0.011961 10.0.0.41 - - [2026-05-11 02:21:23] "POST /neutron/port HTTP/1.1" 200 1127 0.014678 10.0.0.41 - - [2026-05-11 02:21:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.013236 10.0.0.41 - - [2026-05-11 02:21:23] "POST /neutron/port HTTP/1.1" 200 1127 0.013000 10.0.0.41 - - [2026-05-11 02:21:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006539 10.0.0.41 - - [2026-05-11 02:21:23] "POST /neutron/port HTTP/1.1" 200 1127 0.016868 10.0.0.41 - - [2026-05-11 02:21:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008238 10.0.0.41 - - [2026-05-11 02:21:23] "GET /virtual-machine/3396962a-c87b-4ce0-9fa0-97d002bf63e4 HTTP/1.1" 401 292 0.000591 10.0.0.41 - - [2026-05-11 02:21:24] "GET /virtual-machine/3396962a-c87b-4ce0-9fa0-97d002bf63e4 HTTP/1.1" 200 1295 0.039196 10.0.0.41 - - [2026-05-11 02:21:24] "GET /virtual-machine-interface/0ed20fa9-bcf4-4f33-8785-2347dacacfc5 HTTP/1.1" 200 2955 0.005671 10.0.0.41 - - [2026-05-11 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.41 - - [2026-05-11 02:21:24] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003295 10.0.0.41 - - [2026-05-11 02:21:24] "GET /virtual-networks?parent_id=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003119 10.0.0.41 - - [2026-05-11 02:21:24] "GET /virtual-network/8eeeecad-d17a-4f87-92cb-9ad92786733f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005473 10.0.0.41 - - [2026-05-11 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.41 - - [2026-05-11 02:21:27] "GET /virtual-network/8eeeecad-d17a-4f87-92cb-9ad92786733f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006051 10.0.0.41 - - [2026-05-11 02:21:27] "POST /neutron/port HTTP/1.1" 200 1127 0.014071 10.0.0.41 - - [2026-05-11 02:21:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005658 10.0.0.41 - - [2026-05-11 02:21:29] "POST /neutron/port HTTP/1.1" 200 1128 0.019939 10.0.0.41 - - [2026-05-11 02:21:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008915 10.0.0.41 - - [2026-05-11 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.41 - - [2026-05-11 02:21:29] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004089 10.0.0.41 - - [2026-05-11 02:21:29] "GET /virtual-networks?parent_id=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003152 10.0.0.41 - - [2026-05-11 02:21:29] "GET /virtual-network/8eeeecad-d17a-4f87-92cb-9ad92786733f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005789 10.0.0.41 - - [2026-05-11 02:21:30] "POST /neutron/port HTTP/1.1" 200 1128 0.017839 10.0.0.41 - - [2026-05-11 02:21:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007709 10.0.0.41 - - [2026-05-11 02:21:30] "POST /neutron/port HTTP/1.1" 200 1128 0.013100 10.0.0.41 - - [2026-05-11 02:21:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008528 10.0.0.41 - - [2026-05-11 02:21:30] "POST /neutron/port HTTP/1.1" 200 1128 0.013297 10.0.0.41 - - [2026-05-11 02:21:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.011975 10.0.0.41 - - [2026-05-11 02:21:30] "GET /virtual-machine/e3216cf3-16ad-4015-a2c2-65c235487fa7 HTTP/1.1" 200 1296 0.005211 10.0.0.41 - - [2026-05-11 02:21:30] "GET /virtual-machine-interface/2664cf87-47f3-4e52-9ea8-6f488a5f65b3 HTTP/1.1" 200 2968 0.006531 10.0.0.41 - - [2026-05-11 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.41 - - [2026-05-11 02:21:30] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003361 10.0.0.41 - - [2026-05-11 02:21:30] "GET /virtual-networks?parent_id=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003851 10.0.0.41 - - [2026-05-11 02:21:30] "GET /virtual-network/a01c553a-983a-42a8-b0a7-11e407b6a4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006252 10.0.0.41 - - [2026-05-11 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.41 - - [2026-05-11 02:21:31] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003992 10.0.0.41 - - [2026-05-11 02:21:31] "GET /virtual-networks?parent_id=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003037 10.0.0.41 - - [2026-05-11 02:21:31] "GET /virtual-network/a01c553a-983a-42a8-b0a7-11e407b6a4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005655 10.0.0.41 - - [2026-05-11 02:21:35] "POST /neutron/router HTTP/1.1" 200 656 0.004691 10.0.0.41 - - [2026-05-11 02:21:35] "POST /ref-update HTTP/1.1" 200 156 0.016868 10.0.0.41 - - [2026-05-11 02:21:35] "POST /neutron/router HTTP/1.1" 200 344 0.139588 10.0.0.41 - - [2026-05-11 02:21:35] "POST /neutron/router HTTP/1.1" 200 656 0.007210 10.0.0.41 - - [2026-05-11 02:21:35] "GET /logical-router/8a7a2025-afd0-4a05-82c9-7d0561d53e81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1971 0.005112 10.0.0.41 - - [2026-05-11 02:21:35] "GET /service-instance/a9e05707-a7cf-4e08-8522-4f7a3789f550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.005072 10.0.0.41 - - [2026-05-11 02:21:35] "POST /neutron/router HTTP/1.1" 200 151 0.061105 10.0.0.41 - - [2026-05-11 02:21:35] "PUT /logical-router/8a7a2025-afd0-4a05-82c9-7d0561d53e81 HTTP/1.1" 404 171 0.003628 10.0.0.41 - - [2026-05-11 02:21:36] "DELETE /route-table/2ad64f19-24f0-4ce7-a802-ad755d8aab81 HTTP/1.1" 200 115 0.027315 10.0.0.41 - - [2026-05-11 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.41 - - [2026-05-11 02:21:36] "GET /virtual-network/f6e77fa1-d09d-4d30-83af-d6af2a5ba438?fields=virtual_machine_interface_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 2309 0.007024 10.0.0.41 - - [2026-05-11 02:21:36] "POST /neutron/network HTTP/1.1" 200 835 0.007676 10.0.0.41 - - [2026-05-11 02:21:36] "POST /ref-update HTTP/1.1" 200 156 0.016332 10.0.0.41 - - [2026-05-11 02:21:36] "POST /neutron/network HTTP/1.1" 400 204 0.059002 10.0.0.41 - - [2026-05-11 02:21:36] "POST /ref-update HTTP/1.1" 200 156 0.011075 10.0.0.41 - - [2026-05-11 02:21:36] "GET /virtual-machine-interface/4218133b-e261-4cbb-9904-33bae8fbd3a7?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1660 0.008635 10.0.0.41 - - [2026-05-11 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.41 - - [2026-05-11 02:21:36] "DELETE /route-target/9aa16f0c-fe69-4840-b87f-5eba5683b815 HTTP/1.1" 409 239 0.007703 10.0.0.41 - - [2026-05-11 02:21:36] "POST /ref-update HTTP/1.1" 200 156 0.014571 10.0.0.41 - - [2026-05-11 02:21:36] "POST /ref-update HTTP/1.1" 200 156 0.011832 10.0.0.41 - - [2026-05-11 02:21:36] "GET /instance-ip/8aa81ecc-66a1-472e-b2be-67bb032f1c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006306 10.0.0.41 - - [2026-05-11 02:21:36] "PUT /routing-instance/96c7c90d-b7c9-407d-8391-d5d40dd84ea3 HTTP/1.1" 200 266 0.014053 10.0.0.41 - - [2026-05-11 02:21:36] "DELETE /virtual-machine-interface/4218133b-e261-4cbb-9904-33bae8fbd3a7 HTTP/1.1" 200 115 0.054524 10.0.0.41 - - [2026-05-11 02:21:36] "GET /virtual-machine-interface/5a069ff4-9486-42da-b33f-91d0899ba892?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1660 0.012572 10.0.0.41 - - [2026-05-11 02:21:36] "POST /ref-update HTTP/1.1" 200 156 0.015389 10.0.0.41 - - [2026-05-11 02:21:36] "GET /instance-ip/8aa81ecc-66a1-472e-b2be-67bb032f1c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1759 0.007199 10.0.0.41 - - [2026-05-11 02:21:36] "POST /neutron/port HTTP/1.1" 200 1128 0.013805 10.0.0.41 - - [2026-05-11 02:21:36] "POST /neutron/port HTTP/1.1" 200 1118 0.012405 10.0.0.41 - - [2026-05-11 02:21:36] "DELETE /instance-ip/8aa81ecc-66a1-472e-b2be-67bb032f1c2f HTTP/1.1" 200 115 0.057592 10.0.0.41 - - [2026-05-11 02:21:36] "POST /neutron/port HTTP/1.1" 200 1127 0.033120 10.0.0.41 - - [2026-05-11 02:21:36] "POST /neutron/port HTTP/1.1" 200 1117 0.014729 10.0.0.41 - - [2026-05-11 02:21:36] "DELETE /virtual-machine-interface/5a069ff4-9486-42da-b33f-91d0899ba892 HTTP/1.1" 200 115 0.062463 10.0.0.41 - - [2026-05-11 02:21:36] "DELETE /instance-ip/8aa81ecc-66a1-472e-b2be-67bb032f1c2f HTTP/1.1" 404 177 0.004956 10.0.0.41 - - [2026-05-11 02:21:36] "POST /neutron/port HTTP/1.1" 200 151 0.194227 10.0.0.41 - - [2026-05-11 02:21:36] "POST /neutron/port HTTP/1.1" 200 151 0.178059 10.0.0.41 - - [2026-05-11 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005795 10.0.0.41 - - [2026-05-11 02:21:36] "POST /useragent-kv HTTP/1.1" 200 115 0.020410 10.0.0.41 - - [2026-05-11 02:21:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002927 10.0.0.41 - - [2026-05-11 02:21:36] "DELETE /virtual-network/f6e77fa1-d09d-4d30-83af-d6af2a5ba438 HTTP/1.1" 200 115 0.144331 10.0.0.41 - - [2026-05-11 02:21:36] "DELETE /route-target/587afc8e-4685-4f01-8475-659dad01c4c0 HTTP/1.1" 200 115 0.034207 10.0.0.41 - - [2026-05-11 02:21:37] "DELETE /service-instance/a9e05707-a7cf-4e08-8522-4f7a3789f550 HTTP/1.1" 200 115 0.051971 10.0.0.41 - - [2026-05-11 02:21:37] "GET /logical-router/8a7a2025-afd0-4a05-82c9-7d0561d53e81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006294 10.0.0.41 - - [2026-05-11 02:21:37] "GET /service-instance/a9e05707-a7cf-4e08-8522-4f7a3789f550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003912 10.0.0.41 - - [2026-05-11 02:21:37] "GET /virtual-machine-interface/a95bf417-dee6-44ab-9bb0-d06321689fd8?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1664 0.006659 10.0.0.41 - - [2026-05-11 02:21:37] "POST /ref-update HTTP/1.1" 200 156 0.017833 10.0.0.41 - - [2026-05-11 02:21:37] "GET /instance-ip/267d4495-e23c-4088-81cf-527e4bbc109f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004394 10.0.0.41 - - [2026-05-11 02:21:37] "DELETE /virtual-machine-interface/a95bf417-dee6-44ab-9bb0-d06321689fd8 HTTP/1.1" 200 115 0.037990 10.0.0.41 - - [2026-05-11 02:21:37] "POST /ref-update HTTP/1.1" 200 156 0.010350 10.0.0.41 - - [2026-05-11 02:21:37] "DELETE /virtual-machine/5cdc1da4-1cb0-440e-8b5f-9ea69000b452 HTTP/1.1" 200 115 0.021942 10.0.0.41 - - [2026-05-11 02:21:37] "GET /virtual-machine-interface/deec804b-6f11-44f1-933d-4e6f71373dd7?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1664 0.006539 10.0.0.41 - - [2026-05-11 02:21:37] "POST /ref-update HTTP/1.1" 200 156 0.015121 10.0.0.41 - - [2026-05-11 02:21:37] "GET /instance-ip/267d4495-e23c-4088-81cf-527e4bbc109f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.006848 10.0.0.41 - - [2026-05-11 02:21:37] "DELETE /instance-ip/267d4495-e23c-4088-81cf-527e4bbc109f HTTP/1.1" 200 115 0.027925 10.0.0.41 - - [2026-05-11 02:21:37] "DELETE /virtual-machine-interface/deec804b-6f11-44f1-933d-4e6f71373dd7 HTTP/1.1" 200 115 0.036171 10.0.0.41 - - [2026-05-11 02:21:37] "DELETE /virtual-machine/07e8cfff-9217-415f-9002-ee092fed3fff HTTP/1.1" 200 115 0.020603 10.0.0.41 - - [2026-05-11 02:21:38] "POST /neutron/network HTTP/1.1" 200 835 0.008886 10.0.0.41 - - [2026-05-11 02:21:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004295 10.0.0.41 - - [2026-05-11 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004899 10.0.0.41 - - [2026-05-11 02:21:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003729 10.0.0.41 - - [2026-05-11 02:21:38] "POST /neutron/network HTTP/1.1" 200 151 0.099085 10.0.0.41 - - [2026-05-11 02:21:38] "DELETE /route-target/aefc61a6-cd43-46f2-89ad-11f599b0ab0e HTTP/1.1" 200 115 0.017830 10.0.0.41 - - [2026-05-11 02:21:38] "POST /neutron/network HTTP/1.1" 200 827 0.006215 10.0.0.41 - - [2026-05-11 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006496 10.0.0.41 - - [2026-05-11 02:21:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003693 10.0.0.41 - - [2026-05-11 02:21:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002456 10.0.0.41 - - [2026-05-11 02:21:38] "POST /neutron/network HTTP/1.1" 200 151 0.093658 10.0.0.41 - - [2026-05-11 02:21:38] "DELETE /route-target/8b97a481-c391-4156-a1a4-7e32b981d78a HTTP/1.1" 200 115 0.030848 10.0.0.41 - - [2026-05-11 02:21:38] "GET /projects?obj_uuids=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001216 10.0.0.41 - - [2026-05-11 02:21:38] "GET /project/b7dc91d3-7a15-4697-ac3c-b39a52a55022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.030449 10.0.0.41 - - [2026-05-11 02:21:38] "GET /projects?obj_uuids=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001539 10.0.0.41 - - [2026-05-11 02:21:38] "GET /project/b7dc91d3-7a15-4697-ac3c-b39a52a55022?fields=virtual_networks HTTP/1.1" 200 1049 0.071667 10.0.0.41 - - [2026-05-11 02:21:38] "GET /projects?obj_uuids=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001662 10.0.0.41 - - [2026-05-11 02:21:38] "GET /project/b7dc91d3-7a15-4697-ac3c-b39a52a55022?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.036408 10.0.0.41 - - [2026-05-11 02:21:38] "GET /projects?obj_uuids=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001574 10.0.0.41 - - [2026-05-11 02:21:39] "GET /project/b7dc91d3-7a15-4697-ac3c-b39a52a55022?fields=security_groups HTTP/1.1" 200 1278 0.043442 10.0.0.41 - - [2026-05-11 02:21:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.036536 10.0.0.41 - - [2026-05-11 02:21:40] "GET /projects?obj_uuids=d49dd201-4ad0-40da-b0e0-25fb8383f037&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003288 10.0.0.41 - - [2026-05-11 02:21:40] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001346 10.0.0.41 - - [2026-05-11 02:21:40] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008975 10.0.0.41 - - [2026-05-11 02:21:40] "POST /id-to-fqname HTTP/1.1" 200 198 0.001910 10.0.0.41 - - [2026-05-11 02:21:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.003716 10.0.0.41 - - [2026-05-11 02:21:40] "POST /security-groups HTTP/1.1" 200 599 0.064104 10.0.0.41 - - [2026-05-11 02:21:40] "POST /fqname-to-id HTTP/1.1" 404 242 0.002747 10.0.0.41 - - [2026-05-11 02:21:40] "POST /projects HTTP/1.1" 200 601 0.217110 10.0.0.41 - - [2026-05-11 02:21:40] "POST /access-control-lists HTTP/1.1" 200 604 0.062156 10.0.0.41 - - [2026-05-11 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.293968 10.0.0.41 - - [2026-05-11 02:21:40] "POST /fqname-to-id HTTP/1.1" 404 241 0.002978 10.0.0.41 - - [2026-05-11 02:21:40] "GET /project/d49dd201-4ad0-40da-b0e0-25fb8383f037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.443257 10.0.0.41 - - [2026-05-11 02:21:40] "POST /access-control-lists HTTP/1.1" 200 602 0.065058 10.0.0.41 - - [2026-05-11 02:21:41] "GET / HTTP/1.1" 200 35931 0.003304 10.0.0.41 - - [2026-05-11 02:21:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000789 10.0.0.41 - - [2026-05-11 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.069915 10.0.0.41 - - [2026-05-11 02:21:43] "GET /projects?obj_uuids=d49dd201-4ad0-40da-b0e0-25fb8383f037&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001145 10.0.0.41 - - [2026-05-11 02:21:43] "GET /project/d49dd201-4ad0-40da-b0e0-25fb8383f037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.029311 10.0.0.41 - - [2026-05-11 02:21:43] "POST /neutron/network HTTP/1.1" 200 117 0.042676 10.0.0.41 - - [2026-05-11 02:21:43] "GET /projects?obj_uuids=d49dd201-4ad0-40da-b0e0-25fb8383f037&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002052 10.0.0.41 - - [2026-05-11 02:21:43] "POST /neutron/network HTTP/1.1" 200 613 0.083686 10.0.0.41 - - [2026-05-11 02:21:43] "POST /route-targets HTTP/1.1" 200 327 0.012740 10.0.0.41 - - [2026-05-11 02:21:43] "POST /ref-update HTTP/1.1" 200 156 0.012571 10.0.0.41 - - [2026-05-11 02:21:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004199 10.0.0.41 - - [2026-05-11 02:21:43] "POST /neutron/subnet HTTP/1.1" 200 725 0.155533 10.0.0.41 - - [2026-05-11 02:21:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000488 10.0.0.41 - - [2026-05-11 02:21:43] "POST /useragent-kv HTTP/1.1" 200 115 0.008825 10.0.0.41 - - [2026-05-11 02:21:43] "POST /neutron/subnet HTTP/1.1" 200 828 0.189430 10.0.0.41 - - [2026-05-11 02:21:43] "POST /neutron/network HTTP/1.1" 200 1006 0.010948 10.0.0.41 - - [2026-05-11 02:21:43] "POST /id-to-fqname HTTP/1.1" 200 228 0.002166 10.0.0.41 - - [2026-05-11 02:21:43] "GET /virtual-network/e39b5d59-a6a2-44c1-9f5d-49fb70c3eda2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006928 10.0.0.41 - - [2026-05-11 02:21:43] "POST /neutron/network HTTP/1.1" 200 1006 0.014328 10.0.0.41 - - [2026-05-11 02:21:43] "GET /virtual-network/e39b5d59-a6a2-44c1-9f5d-49fb70c3eda2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006352 10.0.0.41 - - [2026-05-11 02:21:43] "POST /neutron/network HTTP/1.1" 200 1006 0.014237 10.0.0.41 - - [2026-05-11 02:21:43] "POST /neutron/subnet HTTP/1.1" 200 725 0.011738 10.0.0.41 - - [2026-05-11 02:21:43] "POST /neutron/subnet HTTP/1.1" 200 828 0.008306 10.0.0.41 - - [2026-05-11 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.41 - - [2026-05-11 02:21:43] "GET /projects?obj_uuids=d49dd201-4ad0-40da-b0e0-25fb8383f037&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001664 10.0.0.41 - - [2026-05-11 02:21:43] "GET /project/d49dd201-4ad0-40da-b0e0-25fb8383f037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.032999 10.0.0.41 - - [2026-05-11 02:21:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.041198 10.0.0.41 - - [2026-05-11 02:21:44] "POST /neutron/network HTTP/1.1" 200 117 0.017706 10.0.0.41 - - [2026-05-11 02:21:44] "GET /projects?obj_uuids=d49dd201-4ad0-40da-b0e0-25fb8383f037&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001728 10.0.0.41 - - [2026-05-11 02:21:44] "POST /neutron/network HTTP/1.1" 200 613 0.098002 10.0.0.41 - - [2026-05-11 02:21:44] "POST /route-targets HTTP/1.1" 200 327 0.012633 10.0.0.41 - - [2026-05-11 02:21:44] "POST /ref-update HTTP/1.1" 200 156 0.014718 10.0.0.41 - - [2026-05-11 02:21:44] "POST /useragent-kv HTTP/1.1" 200 115 0.005526 10.0.0.41 - - [2026-05-11 02:21:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.239112 10.0.0.41 - - [2026-05-11 02:21:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.002841 10.0.0.41 - - [2026-05-11 02:21:44] "POST /useragent-kv HTTP/1.1" 200 115 0.007530 10.0.0.41 - - [2026-05-11 02:21:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.207966 10.0.0.41 - - [2026-05-11 02:21:44] "POST /neutron/network HTTP/1.1" 200 1005 0.008790 10.0.0.41 - - [2026-05-11 02:21:44] "POST /id-to-fqname HTTP/1.1" 200 228 0.001307 10.0.0.41 - - [2026-05-11 02:21:44] "GET /virtual-network/4afc0814-a8ee-4332-9492-1ce87b9eca5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005075 10.0.0.41 - - [2026-05-11 02:21:44] "POST /neutron/network HTTP/1.1" 200 1005 0.009224 10.0.0.41 - - [2026-05-11 02:21:44] "GET /virtual-network/4afc0814-a8ee-4332-9492-1ce87b9eca5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005658 10.0.0.41 - - [2026-05-11 02:21:44] "POST /neutron/network HTTP/1.1" 200 1005 0.011393 10.0.0.41 - - [2026-05-11 02:21:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.007732 10.0.0.41 - - [2026-05-11 02:21:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.008093 10.0.0.41 - - [2026-05-11 02:21:44] "POST /fqname-to-id HTTP/1.1" 404 234 0.002644 10.0.0.41 - - [2026-05-11 02:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002519 10.0.0.41 - - [2026-05-11 02:21:44] "GET /projects?obj_uuids=d49dd201-4ad0-40da-b0e0-25fb8383f037&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001144 10.0.0.41 - - [2026-05-11 02:21:44] "GET /project/d49dd201-4ad0-40da-b0e0-25fb8383f037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.031038 10.0.0.41 - - [2026-05-11 02:21:45] "POST /network-policys HTTP/1.1" 200 577 0.066330 10.0.0.41 - - [2026-05-11 02:21:45] "GET /network-policy/24423068-6595-4cfe-b16d-e60092b5b683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005361 10.0.0.41 - - [2026-05-11 02:21:45] "POST /neutron/network HTTP/1.1" 200 1006 0.007666 10.0.0.41 - - [2026-05-11 02:21:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.002510 10.0.0.41 - - [2026-05-11 02:21:45] "POST /fqname-to-id HTTP/1.1" 404 242 0.005049 10.0.0.41 - - [2026-05-11 02:21:45] "POST /neutron/network HTTP/1.1" 200 1114 0.057795 10.0.0.41 - - [2026-05-11 02:21:45] "POST /neutron/network HTTP/1.1" 200 1114 0.049589 10.0.0.41 - - [2026-05-11 02:21:45] "POST /access-control-lists HTTP/1.1" 200 596 0.086100 10.0.0.41 - - [2026-05-11 02:21:45] "GET /virtual-network/e39b5d59-a6a2-44c1-9f5d-49fb70c3eda2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.013335 10.0.0.41 - - [2026-05-11 02:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.41 - - [2026-05-11 02:21:45] "GET /network-policy/24423068-6595-4cfe-b16d-e60092b5b683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004400 10.0.0.41 - - [2026-05-11 02:21:45] "POST /neutron/network HTTP/1.1" 200 1005 0.008398 10.0.0.41 - - [2026-05-11 02:21:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.003068 10.0.0.41 - - [2026-05-11 02:21:45] "POST /fqname-to-id HTTP/1.1" 404 242 0.010023 10.0.0.41 - - [2026-05-11 02:21:45] "POST /neutron/network HTTP/1.1" 200 1113 0.084833 10.0.0.41 - - [2026-05-11 02:21:45] "POST /access-control-lists HTTP/1.1" 200 596 0.089722 10.0.0.41 - - [2026-05-11 02:21:45] "POST /neutron/network HTTP/1.1" 200 1113 0.055326 10.0.0.41 - - [2026-05-11 02:21:45] "GET /virtual-network/4afc0814-a8ee-4332-9492-1ce87b9eca5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007019 10.0.0.41 - - [2026-05-11 02:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.41 - - [2026-05-11 02:21:45] "POST /ref-update HTTP/1.1" 200 156 0.013686 10.0.0.41 - - [2026-05-11 02:21:45] "GET /network-policy/24423068-6595-4cfe-b16d-e60092b5b683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004022 10.0.0.41 - - [2026-05-11 02:21:45] "GET /domains HTTP/1.1" 401 292 0.000445 10.0.0.41 - - [2026-05-11 02:21:46] "GET /domains HTTP/1.1" 200 280 0.037817 10.0.0.41 - - [2026-05-11 02:21:46] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001113 10.0.0.41 - - [2026-05-11 02:21:46] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2954 0.012631 10.0.0.41 - - [2026-05-11 02:21:46] "GET /projects?obj_uuids=d49dd201-4ad0-40da-b0e0-25fb8383f037&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002520 10.0.0.41 - - [2026-05-11 02:21:46] "GET /project/d49dd201-4ad0-40da-b0e0-25fb8383f037 HTTP/1.1" 200 2636 0.075976 10.0.0.41 - - [2026-05-11 02:21:46] "GET /virtual-network/e39b5d59-a6a2-44c1-9f5d-49fb70c3eda2 HTTP/1.1" 200 3506 0.008058 10.0.0.41 - - [2026-05-11 02:21:46] "GET /virtual-network/e39b5d59-a6a2-44c1-9f5d-49fb70c3eda2 HTTP/1.1" 200 3506 0.006238 10.0.0.41 - - [2026-05-11 02:21:46] "GET /routing-instance/bcd9cc9d-6072-4e5e-8e2c-023663bf882d HTTP/1.1" 200 1796 0.004951 10.0.0.41 - - [2026-05-11 02:21:46] "GET /routing-instance/bcd9cc9d-6072-4e5e-8e2c-023663bf882d HTTP/1.1" 200 1796 0.004120 10.0.0.41 - - [2026-05-11 02:21:46] "GET /route-target/9ad28712-2408-426f-8578-4aafba3c4386 HTTP/1.1" 200 1212 0.003509 10.0.0.41 - - [2026-05-11 02:21:46] "GET /virtual-network/e39b5d59-a6a2-44c1-9f5d-49fb70c3eda2 HTTP/1.1" 200 3506 0.005844 10.0.0.41 - - [2026-05-11 02:21:46] "GET /routing-instance/bcd9cc9d-6072-4e5e-8e2c-023663bf882d HTTP/1.1" 200 1796 0.082086 10.0.0.41 - - [2026-05-11 02:21:46] "GET /virtual-network/e39b5d59-a6a2-44c1-9f5d-49fb70c3eda2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006979 10.0.0.41 - - [2026-05-11 02:21:46] "GET /virtual-network/e39b5d59-a6a2-44c1-9f5d-49fb70c3eda2 HTTP/1.1" 200 3506 0.007220 10.0.0.41 - - [2026-05-11 02:21:46] "GET /routing-instance/bcd9cc9d-6072-4e5e-8e2c-023663bf882d HTTP/1.1" 200 1796 0.005832 10.0.0.41 - - [2026-05-11 02:21:46] "GET /routing-instance/bcd9cc9d-6072-4e5e-8e2c-023663bf882d HTTP/1.1" 200 1796 0.004684 10.0.0.41 - - [2026-05-11 02:21:46] "GET /route-target/9ad28712-2408-426f-8578-4aafba3c4386 HTTP/1.1" 200 1212 0.004562 10.0.0.41 - - [2026-05-11 02:21:46] "GET /domains HTTP/1.1" 200 280 0.003338 10.0.0.41 - - [2026-05-11 02:21:46] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001106 10.0.0.41 - - [2026-05-11 02:21:46] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2954 0.008416 10.0.0.41 - - [2026-05-11 02:21:46] "GET /projects?obj_uuids=d49dd201-4ad0-40da-b0e0-25fb8383f037&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.41 - - [2026-05-11 02:21:46] "GET /project/d49dd201-4ad0-40da-b0e0-25fb8383f037 HTTP/1.1" 200 2636 0.078837 10.0.0.41 - - [2026-05-11 02:21:46] "GET /virtual-network/e39b5d59-a6a2-44c1-9f5d-49fb70c3eda2 HTTP/1.1" 200 3506 0.005450 10.0.0.41 - - [2026-05-11 02:21:46] "DELETE /project/d49dd2014ad040dab0e025fb8383f037 HTTP/1.1" 404 173 0.007176 10.0.0.41 - - [2026-05-11 02:21:46] "GET /projects?obj_uuids=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000954 10.0.0.41 - - [2026-05-11 02:21:46] "GET /projects?obj_uuids=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000797 10.0.0.41 - - [2026-05-11 02:21:46] "DELETE /project/b7dc91d37a154697ac3cb39a52a55022 HTTP/1.1" 404 173 0.010814 10.0.0.41 - - [2026-05-11 02:21:46] "GET /obj-perms HTTP/1.1" 200 5046 0.114027 10.0.0.41 - - [2026-05-11 02:21:46] "GET /project/08148564-7711-409f-b769-ade002c92692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.050091 10.0.0.41 - - [2026-05-11 02:21:46] "GET /project/b7dc91d3-7a15-4697-ac3c-b39a52a55022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.055675 10.0.0.41 - - [2026-05-11 02:21:46] "GET /domains HTTP/1.1" 200 280 0.004909 10.0.0.41 - - [2026-05-11 02:21:46] "GET /projects?obj_uuids=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001441 10.0.0.41 - - [2026-05-11 02:21:46] "GET /projects?obj_uuids=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001264 10.0.0.41 - - [2026-05-11 02:21:46] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.41 - - [2026-05-11 02:21:47] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2954 0.014997 10.0.0.41 - - [2026-05-11 02:21:47] "GET /projects?obj_uuids=d49dd201-4ad0-40da-b0e0-25fb8383f037&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001163 10.0.0.41 - - [2026-05-11 02:21:47] "GET /project/08148564-7711-409f-b769-ade002c92692?fields=security_groups HTTP/1.1" 200 1366 0.049833 10.0.0.41 - - [2026-05-11 02:21:47] "GET /project/b7dc91d3-7a15-4697-ac3c-b39a52a55022?fields=security_groups HTTP/1.1" 200 1383 0.052381 10.0.0.41 - - [2026-05-11 02:21:47] "GET /project/d49dd201-4ad0-40da-b0e0-25fb8383f037 HTTP/1.1" 200 2636 0.079016 10.0.0.41 - - [2026-05-11 02:21:47] "GET /virtual-network/4afc0814-a8ee-4332-9492-1ce87b9eca5e HTTP/1.1" 200 3503 0.009884 10.0.0.41 - - [2026-05-11 02:21:47] "GET /virtual-network/4afc0814-a8ee-4332-9492-1ce87b9eca5e HTTP/1.1" 200 3503 0.004404 10.0.0.41 - - [2026-05-11 02:21:47] "GET /routing-instance/b5e2e59b-d3a4-47f1-98d6-a331a9a04dd7 HTTP/1.1" 200 1796 0.004588 10.0.0.41 - - [2026-05-11 02:21:47] "GET /routing-instance/b5e2e59b-d3a4-47f1-98d6-a331a9a04dd7 HTTP/1.1" 200 1796 0.006463 10.0.0.41 - - [2026-05-11 02:21:47] "GET /route-target/6e29efcc-2ba4-49b4-98b1-12561b7c269e HTTP/1.1" 200 1212 0.005595 10.0.0.41 - - [2026-05-11 02:21:47] "DELETE /security-group/53a8ab87-3362-4e5f-9904-99a52b31b9f1 HTTP/1.1" 200 115 0.079054 10.0.0.41 - - [2026-05-11 02:21:47] "GET /virtual-network/4afc0814-a8ee-4332-9492-1ce87b9eca5e HTTP/1.1" 200 3503 0.006308 10.0.0.41 - - [2026-05-11 02:21:47] "GET /projects?obj_uuids=b7dc91d3-7a15-4697-ac3c-b39a52a55022&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000916 10.0.0.41 - - [2026-05-11 02:21:47] "GET /routing-instance/b5e2e59b-d3a4-47f1-98d6-a331a9a04dd7 HTTP/1.1" 200 1796 0.004790 10.0.0.41 - - [2026-05-11 02:21:47] "DELETE /security-group/a9ba77ca-c9a2-4317-8929-501bacd985fd HTTP/1.1" 200 115 0.099675 10.0.0.41 - - [2026-05-11 02:21:47] "GET /virtual-network/4afc0814-a8ee-4332-9492-1ce87b9eca5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.012366 10.0.0.41 - - [2026-05-11 02:21:47] "GET /projects?obj_uuids=08148564-7711-409f-b769-ade002c92692&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001246 10.0.0.41 - - [2026-05-11 02:21:47] "DELETE /access-control-list/e8968722-5817-45ea-88a5-60ab8ba2a46c HTTP/1.1" 200 115 0.068852 10.0.0.41 - - [2026-05-11 02:21:47] "GET /virtual-network/4afc0814-a8ee-4332-9492-1ce87b9eca5e HTTP/1.1" 200 3503 0.009914 10.0.0.41 - - [2026-05-11 02:21:47] "GET /project/b7dc91d3-7a15-4697-ac3c-b39a52a55022?fields=application_policy_sets HTTP/1.1" 200 1422 0.059668 10.0.0.41 - - [2026-05-11 02:21:47] "GET /routing-instance/b5e2e59b-d3a4-47f1-98d6-a331a9a04dd7 HTTP/1.1" 200 1796 0.004460 10.0.0.41 - - [2026-05-11 02:21:47] "GET /routing-instance/b5e2e59b-d3a4-47f1-98d6-a331a9a04dd7 HTTP/1.1" 200 1796 0.004102 10.0.0.41 - - [2026-05-11 02:21:47] "GET /route-target/6e29efcc-2ba4-49b4-98b1-12561b7c269e HTTP/1.1" 200 1212 0.004067 10.0.0.41 - - [2026-05-11 02:21:47] "DELETE /access-control-list/b184244b-f4da-4270-a45d-355ea21b94d7 HTTP/1.1" 200 115 0.050718 10.0.0.41 - - [2026-05-11 02:21:47] "GET /project/08148564-7711-409f-b769-ade002c92692?fields=application_policy_sets HTTP/1.1" 200 1405 0.094370 10.0.0.41 - - [2026-05-11 02:21:47] "GET /domains HTTP/1.1" 200 280 0.011274 10.0.0.41 - - [2026-05-11 02:21:47] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.41 - - [2026-05-11 02:21:47] "DELETE /access-control-list/7681c745-8b6d-4344-bb87-e6040d491d9d HTTP/1.1" 200 115 0.047223 10.0.0.41 - - [2026-05-11 02:21:47] "DELETE /access-control-list/6e0c2c13-4824-4a25-8c1c-c96b464c8758 HTTP/1.1" 200 115 0.020869 10.0.0.41 - - [2026-05-11 02:21:47] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2954 0.049306 10.0.0.41 - - [2026-05-11 02:21:47] "GET /projects?obj_uuids=d49dd201-4ad0-40da-b0e0-25fb8383f037&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001109 10.0.0.41 - - [2026-05-11 02:21:47] "DELETE /project/b7dc91d3-7a15-4697-ac3c-b39a52a55022 HTTP/1.1" 200 115 0.460033 10.0.0.41 - - [2026-05-11 02:21:47] "DELETE /project/08148564-7711-409f-b769-ade002c92692 HTTP/1.1" 200 115 0.486106 10.0.0.41 - - [2026-05-11 02:21:47] "GET /project/d49dd201-4ad0-40da-b0e0-25fb8383f037 HTTP/1.1" 200 2636 0.070358 10.0.0.41 - - [2026-05-11 02:21:47] "GET /virtual-network/4afc0814-a8ee-4332-9492-1ce87b9eca5e HTTP/1.1" 200 3503 0.004900 10.0.0.41 - - [2026-05-11 02:21:47] "GET /obj-perms HTTP/1.1" 200 5046 0.003217 10.0.0.41 - - [2026-05-11 02:21:47] "GET /virtual-network/4afc0814-a8ee-4332-9492-1ce87b9eca5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006819 10.0.0.41 - - [2026-05-11 02:21:47] "POST /neutron/network HTTP/1.1" 200 1113 0.007419 10.0.0.41 - - [2026-05-11 02:21:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.011019 10.0.0.41 - - [2026-05-11 02:21:47] "POST /neutron/network HTTP/1.1" 200 1005 0.055072 10.0.0.41 - - [2026-05-11 02:21:47] "DELETE /access-control-list/95040b44-5d2e-4583-acae-43bca65aebfc HTTP/1.1" 200 115 0.042622 10.0.0.41 - - [2026-05-11 02:21:47] "POST /neutron/network HTTP/1.1" 200 1005 0.011783 10.0.0.41 - - [2026-05-11 02:21:47] "POST /ref-update HTTP/1.1" 200 156 0.015518 10.0.0.41 - - [2026-05-11 02:21:47] "GET /virtual-network/4afc0814-a8ee-4332-9492-1ce87b9eca5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.011856 10.0.0.41 - - [2026-05-11 02:21:47] "GET /virtual-network/e39b5d59-a6a2-44c1-9f5d-49fb70c3eda2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006806 10.0.0.41 - - [2026-05-11 02:21:47] "POST /neutron/network HTTP/1.1" 200 1114 0.009772 10.0.0.41 - - [2026-05-11 02:21:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.009115 10.0.0.41 - - [2026-05-11 02:21:47] "POST /neutron/network HTTP/1.1" 200 1006 0.047764 10.0.0.41 - - [2026-05-11 02:21:47] "DELETE /access-control-list/5c4df93e-2ac3-42dc-9e42-cd7a2b255da9 HTTP/1.1" 200 115 0.035969 10.0.0.41 - - [2026-05-11 02:21:47] "POST /neutron/network HTTP/1.1" 200 1006 0.009587 10.0.0.41 - - [2026-05-11 02:21:47] "POST /ref-update HTTP/1.1" 200 156 0.018977 10.0.0.41 - - [2026-05-11 02:21:47] "GET /virtual-network/e39b5d59-a6a2-44c1-9f5d-49fb70c3eda2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005615 10.0.0.41 - - [2026-05-11 02:21:47] "DELETE /network-policy/24423068-6595-4cfe-b16d-e60092b5b683 HTTP/1.1" 200 115 0.020246 10.0.0.41 - - [2026-05-11 02:21:47] "POST /neutron/network HTTP/1.1" 200 1005 0.012181 10.0.0.41 - - [2026-05-11 02:21:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002218 10.0.0.41 - - [2026-05-11 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006055 10.0.0.41 - - [2026-05-11 02:21:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003668 10.0.0.41 - - [2026-05-11 02:21:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002011 10.0.0.41 - - [2026-05-11 02:21:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002962 10.0.0.41 - - [2026-05-11 02:21:47] "POST /neutron/network HTTP/1.1" 200 151 0.084944 10.0.0.41 - - [2026-05-11 02:21:47] "DELETE /route-target/6e29efcc-2ba4-49b4-98b1-12561b7c269e HTTP/1.1" 200 115 0.028108 10.0.0.41 - - [2026-05-11 02:21:47] "GET /routing-instance/b5e2e59b-d3a4-47f1-98d6-a331a9a04dd7 HTTP/1.1" 404 171 0.006565 10.0.0.41 - - [2026-05-11 02:21:47] "GET /domains HTTP/1.1" 200 280 0.003239 10.0.0.41 - - [2026-05-11 02:21:47] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.41 - - [2026-05-11 02:21:47] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2581 0.050716 10.0.0.41 - - [2026-05-11 02:21:47] "GET /projects?obj_uuids=d49dd201-4ad0-40da-b0e0-25fb8383f037&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001114 10.0.0.41 - - [2026-05-11 02:21:48] "GET /project/d49dd201-4ad0-40da-b0e0-25fb8383f037 HTTP/1.1" 200 2156 0.072923 10.0.0.41 - - [2026-05-11 02:21:48] "POST /neutron/network HTTP/1.1" 200 1006 0.008988 10.0.0.41 - - [2026-05-11 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.41 - - [2026-05-11 02:21:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003505 10.0.0.41 - - [2026-05-11 02:21:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003629 10.0.0.41 - - [2026-05-11 02:21:48] "POST /useragent-kv HTTP/1.1" 200 115 0.005018 10.0.0.41 - - [2026-05-11 02:21:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002076 10.0.0.41 - - [2026-05-11 02:21:48] "POST /neutron/network HTTP/1.1" 200 151 0.104314 10.0.0.41 - - [2026-05-11 02:21:48] "DELETE /route-target/9ad28712-2408-426f-8578-4aafba3c4386 HTTP/1.1" 200 115 0.033063 10.0.0.41 - - [2026-05-11 02:21:48] "GET /routing-instance/bcd9cc9d-6072-4e5e-8e2c-023663bf882d HTTP/1.1" 404 171 0.004338 10.0.0.41 - - [2026-05-11 02:21:48] "GET /domains HTTP/1.1" 200 280 0.003943 10.0.0.41 - - [2026-05-11 02:21:48] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001387 10.0.0.41 - - [2026-05-11 02:21:48] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2581 0.050334 10.0.0.41 - - [2026-05-11 02:21:48] "GET /projects?obj_uuids=d49dd201-4ad0-40da-b0e0-25fb8383f037&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002530 10.0.0.41 - - [2026-05-11 02:21:48] "GET /project/d49dd201-4ad0-40da-b0e0-25fb8383f037 HTTP/1.1" 200 1911 0.079234 10.0.0.41 - - [2026-05-11 02:21:48] "GET /projects?obj_uuids=d49dd201-4ad0-40da-b0e0-25fb8383f037&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001186 10.0.0.41 - - [2026-05-11 02:21:48] "GET /project/d49dd201-4ad0-40da-b0e0-25fb8383f037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.026413 10.0.0.41 - - [2026-05-11 02:21:48] "GET /projects?obj_uuids=d49dd201-4ad0-40da-b0e0-25fb8383f037&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001123 10.0.0.41 - - [2026-05-11 02:21:48] "GET /project/d49dd201-4ad0-40da-b0e0-25fb8383f037?fields=virtual_networks HTTP/1.1" 200 1059 0.079470 10.0.0.41 - - [2026-05-11 02:21:48] "GET /projects?obj_uuids=d49dd201-4ad0-40da-b0e0-25fb8383f037&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001261 10.0.0.41 - - [2026-05-11 02:21:48] "GET /project/d49dd201-4ad0-40da-b0e0-25fb8383f037?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.027403 10.0.0.41 - - [2026-05-11 02:21:48] "GET /projects?obj_uuids=d49dd201-4ad0-40da-b0e0-25fb8383f037&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001224 10.0.0.41 - - [2026-05-11 02:21:48] "GET /project/d49dd201-4ad0-40da-b0e0-25fb8383f037?fields=security_groups HTTP/1.1" 200 1293 0.028788 10.0.0.41 - - [2026-05-11 02:21:49] "POST /fqname-to-id HTTP/1.1" 404 204 0.038424 10.0.0.41 - - [2026-05-11 02:21:49] "GET /projects?obj_uuids=44452cc4-c4e4-495a-bc78-25b0414d2bf0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002473 10.0.0.41 - - [2026-05-11 02:21:50] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001460 10.0.0.41 - - [2026-05-11 02:21:50] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007815 10.0.0.41 - - [2026-05-11 02:21:50] "POST /id-to-fqname HTTP/1.1" 200 206 0.001685 10.0.0.41 - - [2026-05-11 02:21:50] "POST /fqname-to-id HTTP/1.1" 404 215 0.003841 10.0.0.41 - - [2026-05-11 02:21:50] "POST /security-groups HTTP/1.1" 200 607 0.064387 10.0.0.41 - - [2026-05-11 02:21:50] "POST /fqname-to-id HTTP/1.1" 404 250 0.002622 10.0.0.41 - - [2026-05-11 02:21:50] "POST /projects HTTP/1.1" 200 617 0.224824 10.0.0.41 - - [2026-05-11 02:21:50] "POST /access-control-lists HTTP/1.1" 200 612 0.064136 10.0.0.41 - - [2026-05-11 02:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.305265 10.0.0.41 - - [2026-05-11 02:21:50] "POST /fqname-to-id HTTP/1.1" 404 249 0.003924 10.0.0.41 - - [2026-05-11 02:21:50] "GET /project/44452cc4-c4e4-495a-bc78-25b0414d2bf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.443136 10.0.0.41 - - [2026-05-11 02:21:50] "POST /access-control-lists HTTP/1.1" 200 610 0.061131 10.0.0.41 - - [2026-05-11 02:21:51] "GET / HTTP/1.1" 200 35931 0.002622 10.0.0.41 - - [2026-05-11 02:21:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000555 10.0.0.41 - - [2026-05-11 02:21:53] "POST /fqname-to-id HTTP/1.1" 404 233 0.367108 10.0.0.41 - - [2026-05-11 02:21:53] "GET /obj-perms HTTP/1.1" 200 5056 0.079292 10.0.0.41 - - [2026-05-11 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.41 - - [2026-05-11 02:21:53] "GET /projects?obj_uuids=44452cc4-c4e4-495a-bc78-25b0414d2bf0&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001476 10.0.0.41 - - [2026-05-11 02:21:53] "GET /project/44452cc4-c4e4-495a-bc78-25b0414d2bf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.027151 10.0.0.41 - - [2026-05-11 02:21:53] "POST /network-policys HTTP/1.1" 200 567 0.064555 10.0.0.41 - - [2026-05-11 02:21:53] "GET /network-policy/6deb2337-0bf7-4996-ac5a-a4620c9c2782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.006772 10.0.0.41 - - [2026-05-11 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.41 - - [2026-05-11 02:21:53] "GET /projects?obj_uuids=44452cc4-c4e4-495a-bc78-25b0414d2bf0&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001652 10.0.0.41 - - [2026-05-11 02:21:53] "GET /project/44452cc4-c4e4-495a-bc78-25b0414d2bf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.037293 10.0.0.41 - - [2026-05-11 02:21:53] "GET /obj-perms HTTP/1.1" 200 5056 0.074774 10.0.0.41 - - [2026-05-11 02:21:53] "POST /neutron/network HTTP/1.1" 200 117 0.042322 10.0.0.41 - - [2026-05-11 02:21:53] "GET /projects?obj_uuids=44452cc4-c4e4-495a-bc78-25b0414d2bf0&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001183 10.0.0.41 - - [2026-05-11 02:21:54] "POST /neutron/network HTTP/1.1" 200 623 0.074060 10.0.0.41 - - [2026-05-11 02:21:54] "POST /route-targets HTTP/1.1" 200 327 0.011384 10.0.0.41 - - [2026-05-11 02:21:54] "POST /ref-update HTTP/1.1" 200 156 0.014816 10.0.0.41 - - [2026-05-11 02:21:54] "POST /useragent-kv HTTP/1.1" 200 115 0.005604 10.0.0.41 - - [2026-05-11 02:21:54] "POST /neutron/subnet HTTP/1.1" 200 705 0.212132 10.0.0.41 - - [2026-05-11 02:21:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.006059 10.0.0.41 - - [2026-05-11 02:21:54] "POST /useragent-kv HTTP/1.1" 200 115 0.007112 10.0.0.41 - - [2026-05-11 02:21:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.192722 10.0.0.41 - - [2026-05-11 02:21:54] "POST /neutron/network HTTP/1.1" 200 1012 0.007798 10.0.0.41 - - [2026-05-11 02:21:54] "POST /id-to-fqname HTTP/1.1" 200 237 0.001294 10.0.0.41 - - [2026-05-11 02:21:54] "GET /virtual-network/d5224a0e-a2d2-4024-8621-5f1f079de2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005345 10.0.0.41 - - [2026-05-11 02:21:54] "POST /neutron/network HTTP/1.1" 200 1012 0.009062 10.0.0.41 - - [2026-05-11 02:21:54] "GET /virtual-network/d5224a0e-a2d2-4024-8621-5f1f079de2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006007 10.0.0.41 - - [2026-05-11 02:21:54] "POST /neutron/network HTTP/1.1" 200 1012 0.007052 10.0.0.41 - - [2026-05-11 02:21:54] "POST /neutron/subnet HTTP/1.1" 200 705 0.008156 10.0.0.41 - - [2026-05-11 02:21:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.009376 10.0.0.41 - - [2026-05-11 02:21:54] "POST /neutron/network HTTP/1.1" 200 1012 0.007907 10.0.0.41 - - [2026-05-11 02:21:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.005218 10.0.0.41 - - [2026-05-11 02:21:54] "POST /fqname-to-id HTTP/1.1" 404 252 0.003952 10.0.0.41 - - [2026-05-11 02:21:54] "POST /neutron/network HTTP/1.1" 200 1119 0.049577 10.0.0.41 - - [2026-05-11 02:21:54] "POST /access-control-lists HTTP/1.1" 200 607 0.070319 10.0.0.41 - - [2026-05-11 02:21:54] "POST /neutron/network HTTP/1.1" 200 1119 0.057812 10.0.0.41 - - [2026-05-11 02:21:54] "GET /virtual-network/d5224a0e-a2d2-4024-8621-5f1f079de2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.008287 10.0.0.41 - - [2026-05-11 02:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.41 - - [2026-05-11 02:21:54] "GET /network-policy/6deb2337-0bf7-4996-ac5a-a4620c9c2782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.003856 10.0.0.41 - - [2026-05-11 02:21:54] "GET /domains HTTP/1.1" 401 292 0.000455 10.0.0.41 - - [2026-05-11 02:21:55] "GET /domains HTTP/1.1" 200 280 0.031226 10.0.0.41 - - [2026-05-11 02:21:55] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001604 10.0.0.41 - - [2026-05-11 02:21:55] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2783 0.009812 10.0.0.41 - - [2026-05-11 02:21:55] "GET /projects?obj_uuids=44452cc4-c4e4-495a-bc78-25b0414d2bf0&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001224 10.0.0.41 - - [2026-05-11 02:21:55] "GET /project/44452cc4-c4e4-495a-bc78-25b0414d2bf0 HTTP/1.1" 200 2468 0.072494 10.0.0.41 - - [2026-05-11 02:21:55] "GET /virtual-network/d5224a0e-a2d2-4024-8621-5f1f079de2cb HTTP/1.1" 200 3531 0.008256 10.0.0.41 - - [2026-05-11 02:21:55] "GET /virtual-network/d5224a0e-a2d2-4024-8621-5f1f079de2cb HTTP/1.1" 200 3531 0.005722 10.0.0.41 - - [2026-05-11 02:21:55] "GET /routing-instance/bba8dcc2-9502-44b2-a989-a6df4e571665 HTTP/1.1" 200 1496 0.003897 10.0.0.41 - - [2026-05-11 02:21:55] "GET /routing-instance/bba8dcc2-9502-44b2-a989-a6df4e571665 HTTP/1.1" 200 1496 0.003529 10.0.0.41 - - [2026-05-11 02:21:55] "GET /route-target/922f6671-7744-46c3-81af-0a393d8bd504 HTTP/1.1" 200 1222 0.004873 10.0.0.41 - - [2026-05-11 02:21:55] "GET /virtual-network/d5224a0e-a2d2-4024-8621-5f1f079de2cb HTTP/1.1" 200 3531 0.005007 10.0.0.41 - - [2026-05-11 02:21:55] "GET /routing-instance/bba8dcc2-9502-44b2-a989-a6df4e571665 HTTP/1.1" 200 1496 0.003562 10.0.0.41 - - [2026-05-11 02:21:55] "GET /virtual-network/d5224a0e-a2d2-4024-8621-5f1f079de2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005116 10.0.0.41 - - [2026-05-11 02:21:55] "GET /virtual-network/d5224a0e-a2d2-4024-8621-5f1f079de2cb HTTP/1.1" 200 3531 0.005238 10.0.0.41 - - [2026-05-11 02:21:55] "GET /routing-instance/bba8dcc2-9502-44b2-a989-a6df4e571665 HTTP/1.1" 200 1496 0.003573 10.0.0.41 - - [2026-05-11 02:21:55] "GET /routing-instance/bba8dcc2-9502-44b2-a989-a6df4e571665 HTTP/1.1" 200 1496 0.007615 10.0.0.41 - - [2026-05-11 02:21:55] "GET /route-target/922f6671-7744-46c3-81af-0a393d8bd504 HTTP/1.1" 200 1222 0.004643 10.0.0.41 - - [2026-05-11 02:21:55] "GET /domains HTTP/1.1" 200 280 0.002992 10.0.0.41 - - [2026-05-11 02:21:55] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001469 10.0.0.41 - - [2026-05-11 02:21:55] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2783 0.008273 10.0.0.41 - - [2026-05-11 02:21:55] "GET /projects?obj_uuids=44452cc4-c4e4-495a-bc78-25b0414d2bf0&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001196 10.0.0.41 - - [2026-05-11 02:21:55] "GET /project/44452cc4-c4e4-495a-bc78-25b0414d2bf0 HTTP/1.1" 200 2468 0.070892 10.0.0.41 - - [2026-05-11 02:21:55] "GET /virtual-network/d5224a0e-a2d2-4024-8621-5f1f079de2cb HTTP/1.1" 200 3531 0.004669 10.0.0.41 - - [2026-05-11 02:21:55] "GET /obj-perms HTTP/1.1" 200 5062 0.059691 10.0.0.41 - - [2026-05-11 02:21:55] "GET /domains HTTP/1.1" 200 280 0.006803 10.0.0.41 - - [2026-05-11 02:21:56] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001241 10.0.0.41 - - [2026-05-11 02:21:56] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2783 0.008391 10.0.0.41 - - [2026-05-11 02:21:56] "GET /projects?obj_uuids=44452cc4-c4e4-495a-bc78-25b0414d2bf0&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001197 10.0.0.41 - - [2026-05-11 02:21:56] "GET /project/44452cc4-c4e4-495a-bc78-25b0414d2bf0 HTTP/1.1" 200 2468 0.070149 10.0.0.41 - - [2026-05-11 02:21:56] "GET /network-policy/6deb2337-0bf7-4996-ac5a-a4620c9c2782 HTTP/1.1" 200 3479 0.004627 10.0.0.41 - - [2026-05-11 02:21:56] "DELETE /network-policy/6deb2337-0bf7-4996-ac5a-a4620c9c2782 HTTP/1.1" 409 238 0.007001 10.0.0.41 - - [2026-05-11 02:21:56] "POST /neutron/network HTTP/1.1" 200 1119 0.007762 10.0.0.41 - - [2026-05-11 02:21:56] "DELETE /access-control-list/92f7ab19-e20d-435b-b0d3-ca7db2df5af3 HTTP/1.1" 200 115 0.025593 10.0.0.41 - - [2026-05-11 02:21:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003723 10.0.0.41 - - [2026-05-11 02:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.41 - - [2026-05-11 02:21:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002245 10.0.0.41 - - [2026-05-11 02:21:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003247 10.0.0.41 - - [2026-05-11 02:21:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002896 10.0.0.41 - - [2026-05-11 02:21:56] "POST /neutron/network HTTP/1.1" 200 151 0.104604 10.0.0.41 - - [2026-05-11 02:21:56] "GET /routing-instance/bba8dcc2-9502-44b2-a989-a6df4e571665 HTTP/1.1" 404 171 0.003129 10.0.0.41 - - [2026-05-11 02:21:56] "GET /domains HTTP/1.1" 200 280 0.002510 10.0.0.41 - - [2026-05-11 02:21:56] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001682 10.0.0.41 - - [2026-05-11 02:21:56] "DELETE /route-target/922f6671-7744-46c3-81af-0a393d8bd504 HTTP/1.1" 200 115 0.018780 10.0.0.41 - - [2026-05-11 02:21:56] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2783 0.050654 10.0.0.41 - - [2026-05-11 02:21:56] "GET /projects?obj_uuids=44452cc4-c4e4-495a-bc78-25b0414d2bf0&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001012 10.0.0.41 - - [2026-05-11 02:21:56] "GET /project/44452cc4-c4e4-495a-bc78-25b0414d2bf0 HTTP/1.1" 200 2214 0.067402 10.0.0.41 - - [2026-05-11 02:21:56] "DELETE /network-policy/6deb2337-0bf7-4996-ac5a-a4620c9c2782 HTTP/1.1" 200 115 0.025636 10.0.0.41 - - [2026-05-11 02:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.41 - - [2026-05-11 02:21:56] "GET /projects?obj_uuids=44452cc4-c4e4-495a-bc78-25b0414d2bf0&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001629 10.0.0.41 - - [2026-05-11 02:21:56] "GET /project/44452cc4-c4e4-495a-bc78-25b0414d2bf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.038801 10.0.0.41 - - [2026-05-11 02:21:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-40127777&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004725 10.0.0.41 - - [2026-05-11 02:21:57] "GET /projects?obj_uuids=44452cc4-c4e4-495a-bc78-25b0414d2bf0&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001123 10.0.0.41 - - [2026-05-11 02:21:57] "GET /project/44452cc4-c4e4-495a-bc78-25b0414d2bf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.028422 10.0.0.41 - - [2026-05-11 02:21:57] "GET /projects?obj_uuids=44452cc4-c4e4-495a-bc78-25b0414d2bf0&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001123 10.0.0.41 - - [2026-05-11 02:21:57] "GET /project/44452cc4-c4e4-495a-bc78-25b0414d2bf0?fields=virtual_networks HTTP/1.1" 200 1074 0.075820 10.0.0.41 - - [2026-05-11 02:21:57] "GET /projects?obj_uuids=44452cc4-c4e4-495a-bc78-25b0414d2bf0&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001190 10.0.0.41 - - [2026-05-11 02:21:57] "GET /project/44452cc4-c4e4-495a-bc78-25b0414d2bf0?fields=virtual_machine_interfaces HTTP/1.1" 200 1074 0.030424 10.0.0.41 - - [2026-05-11 02:21:57] "GET /projects?obj_uuids=44452cc4-c4e4-495a-bc78-25b0414d2bf0&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001205 10.0.0.41 - - [2026-05-11 02:21:57] "GET /project/44452cc4-c4e4-495a-bc78-25b0414d2bf0?fields=security_groups HTTP/1.1" 200 1316 0.023764 10.0.0.41 - - [2026-05-11 02:21:58] "POST /fqname-to-id HTTP/1.1" 404 190 0.033792 10.0.0.41 - - [2026-05-11 02:21:58] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002518 10.0.0.41 - - [2026-05-11 02:21:58] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001338 10.0.0.41 - - [2026-05-11 02:21:58] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007890 10.0.0.41 - - [2026-05-11 02:21:58] "POST /id-to-fqname HTTP/1.1" 200 192 0.001590 10.0.0.41 - - [2026-05-11 02:21:58] "POST /fqname-to-id HTTP/1.1" 404 201 0.002767 10.0.0.41 - - [2026-05-11 02:21:58] "POST /security-groups HTTP/1.1" 200 593 0.068312 10.0.0.41 - - [2026-05-11 02:21:58] "POST /fqname-to-id HTTP/1.1" 404 236 0.003458 10.0.0.41 - - [2026-05-11 02:21:58] "POST /projects HTTP/1.1" 200 589 0.229136 10.0.0.41 - - [2026-05-11 02:21:58] "POST /access-control-lists HTTP/1.1" 200 598 0.061790 10.0.0.41 - - [2026-05-11 02:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.316502 10.0.0.41 - - [2026-05-11 02:21:58] "POST /fqname-to-id HTTP/1.1" 404 235 0.003868 10.0.0.41 - - [2026-05-11 02:21:58] "GET /project/7e0a48ce-819d-4e8e-b631-bbb66875cdaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.447826 10.0.0.41 - - [2026-05-11 02:21:59] "POST /access-control-lists HTTP/1.1" 200 596 0.060723 10.0.0.41 - - [2026-05-11 02:22:00] "GET / HTTP/1.1" 200 35931 0.002685 10.0.0.41 - - [2026-05-11 02:22:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000604 10.0.0.41 - - [2026-05-11 02:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.111636 10.0.0.41 - - [2026-05-11 02:22:01] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001450 10.0.0.41 - - [2026-05-11 02:22:01] "GET /project/7e0a48ce-819d-4e8e-b631-bbb66875cdaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.036404 10.0.0.41 - - [2026-05-11 02:22:01] "POST /neutron/network HTTP/1.1" 200 117 0.047485 10.0.0.41 - - [2026-05-11 02:22:01] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001231 10.0.0.41 - - [2026-05-11 02:22:01] "POST /neutron/network HTTP/1.1" 200 607 0.086000 10.0.0.41 - - [2026-05-11 02:22:01] "POST /route-targets HTTP/1.1" 200 327 0.012915 10.0.0.41 - - [2026-05-11 02:22:01] "POST /ref-update HTTP/1.1" 200 156 0.017302 10.0.0.41 - - [2026-05-11 02:22:01] "POST /useragent-kv HTTP/1.1" 200 115 0.006384 10.0.0.41 - - [2026-05-11 02:22:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.177769 10.0.0.41 - - [2026-05-11 02:22:01] "POST /neutron/network HTTP/1.1" 200 826 0.007258 10.0.0.41 - - [2026-05-11 02:22:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.001363 10.0.0.41 - - [2026-05-11 02:22:01] "GET /virtual-network/a5d10ac4-0406-4603-b0d4-8208ac41ce0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006343 10.0.0.41 - - [2026-05-11 02:22:02] "POST /neutron/network HTTP/1.1" 200 826 0.007935 10.0.0.41 - - [2026-05-11 02:22:02] "GET /virtual-network/a5d10ac4-0406-4603-b0d4-8208ac41ce0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006789 10.0.0.41 - - [2026-05-11 02:22:02] "POST /neutron/network HTTP/1.1" 200 826 0.008201 10.0.0.41 - - [2026-05-11 02:22:02] "POST /neutron/subnet HTTP/1.1" 200 725 0.016486 10.0.0.41 - - [2026-05-11 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.012771 10.0.0.41 - - [2026-05-11 02:22:02] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001539 10.0.0.41 - - [2026-05-11 02:22:02] "GET /project/7e0a48ce-819d-4e8e-b631-bbb66875cdaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.035690 10.0.0.41 - - [2026-05-11 02:22:02] "POST /neutron/network HTTP/1.1" 200 117 0.017308 10.0.0.41 - - [2026-05-11 02:22:02] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001200 10.0.0.41 - - [2026-05-11 02:22:02] "POST /neutron/network HTTP/1.1" 200 607 0.089376 10.0.0.41 - - [2026-05-11 02:22:02] "POST /route-targets HTTP/1.1" 200 327 0.011225 10.0.0.41 - - [2026-05-11 02:22:02] "POST /ref-update HTTP/1.1" 200 156 0.013337 10.0.0.41 - - [2026-05-11 02:22:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003317 10.0.0.41 - - [2026-05-11 02:22:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.187315 10.0.0.41 - - [2026-05-11 02:22:02] "POST /neutron/network HTTP/1.1" 200 826 0.007449 10.0.0.41 - - [2026-05-11 02:22:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.001730 10.0.0.41 - - [2026-05-11 02:22:02] "GET /virtual-network/9af1069a-f8eb-4eb8-a3f3-b6ed30eca6e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006469 10.0.0.41 - - [2026-05-11 02:22:02] "POST /neutron/network HTTP/1.1" 200 826 0.007739 10.0.0.41 - - [2026-05-11 02:22:02] "GET /virtual-network/9af1069a-f8eb-4eb8-a3f3-b6ed30eca6e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007767 10.0.0.41 - - [2026-05-11 02:22:02] "POST /neutron/network HTTP/1.1" 200 826 0.008192 10.0.0.41 - - [2026-05-11 02:22:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.007519 10.0.0.41 - - [2026-05-11 02:22:02] "POST /fqname-to-id HTTP/1.1" 404 228 0.002872 10.0.0.41 - - [2026-05-11 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.41 - - [2026-05-11 02:22:02] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002942 10.0.0.41 - - [2026-05-11 02:22:02] "GET /project/7e0a48ce-819d-4e8e-b631-bbb66875cdaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.039291 10.0.0.41 - - [2026-05-11 02:22:02] "POST /network-policys HTTP/1.1" 200 571 0.020588 10.0.0.41 - - [2026-05-11 02:22:02] "GET /network-policy/8edcbea6-bd33-4166-998c-b3c3a92038e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.005901 10.0.0.41 - - [2026-05-11 02:22:03] "POST /neutron/network HTTP/1.1" 200 826 0.007087 10.0.0.41 - - [2026-05-11 02:22:03] "POST /fqname-to-id HTTP/1.1" 404 236 0.005165 10.0.0.41 - - [2026-05-11 02:22:03] "POST /neutron/network HTTP/1.1" 200 928 0.064650 10.0.0.41 - - [2026-05-11 02:22:03] "POST /neutron/network HTTP/1.1" 200 928 0.041809 10.0.0.41 - - [2026-05-11 02:22:03] "POST /access-control-lists HTTP/1.1" 200 590 0.075929 10.0.0.41 - - [2026-05-11 02:22:03] "GET /virtual-network/a5d10ac4-0406-4603-b0d4-8208ac41ce0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007374 10.0.0.41 - - [2026-05-11 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.41 - - [2026-05-11 02:22:03] "GET /network-policy/8edcbea6-bd33-4166-998c-b3c3a92038e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004401 10.0.0.41 - - [2026-05-11 02:22:03] "POST /neutron/network HTTP/1.1" 200 826 0.006969 10.0.0.41 - - [2026-05-11 02:22:03] "POST /fqname-to-id HTTP/1.1" 404 236 0.004883 10.0.0.41 - - [2026-05-11 02:22:03] "POST /neutron/network HTTP/1.1" 200 928 0.054731 10.0.0.41 - - [2026-05-11 02:22:03] "POST /neutron/network HTTP/1.1" 200 928 0.042879 10.0.0.41 - - [2026-05-11 02:22:03] "POST /access-control-lists HTTP/1.1" 200 590 0.070804 10.0.0.41 - - [2026-05-11 02:22:03] "GET /virtual-network/9af1069a-f8eb-4eb8-a3f3-b6ed30eca6e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006523 10.0.0.41 - - [2026-05-11 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.41 - - [2026-05-11 02:22:03] "POST /ref-update HTTP/1.1" 200 156 0.011239 10.0.0.41 - - [2026-05-11 02:22:03] "GET /network-policy/8edcbea6-bd33-4166-998c-b3c3a92038e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.008898 10.0.0.41 - - [2026-05-11 02:22:03] "GET /domains HTTP/1.1" 401 292 0.000822 10.0.0.41 - - [2026-05-11 02:22:03] "GET /domains HTTP/1.1" 200 280 0.044704 10.0.0.41 - - [2026-05-11 02:22:03] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001078 10.0.0.41 - - [2026-05-11 02:22:03] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2971 0.008454 10.0.0.41 - - [2026-05-11 02:22:03] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001091 10.0.0.41 - - [2026-05-11 02:22:04] "GET /project/7e0a48ce-819d-4e8e-b631-bbb66875cdaf HTTP/1.1" 200 2581 0.073160 10.0.0.41 - - [2026-05-11 02:22:04] "GET /virtual-network/a5d10ac4-0406-4603-b0d4-8208ac41ce0c HTTP/1.1" 200 2892 0.007357 10.0.0.41 - - [2026-05-11 02:22:04] "GET /virtual-network/a5d10ac4-0406-4603-b0d4-8208ac41ce0c HTTP/1.1" 200 2892 0.005260 10.0.0.41 - - [2026-05-11 02:22:04] "GET /routing-instance/905b566b-1103-42f4-969a-e34715c8ff60 HTTP/1.1" 200 1784 0.004708 10.0.0.41 - - [2026-05-11 02:22:04] "GET /routing-instance/905b566b-1103-42f4-969a-e34715c8ff60 HTTP/1.1" 200 1784 0.004238 10.0.0.41 - - [2026-05-11 02:22:04] "GET /route-target/992e8f5a-d0fe-464a-8551-a8df36c4b6c5 HTTP/1.1" 200 1206 0.004014 10.0.0.41 - - [2026-05-11 02:22:04] "GET /virtual-network/a5d10ac4-0406-4603-b0d4-8208ac41ce0c HTTP/1.1" 200 2892 0.006008 10.0.0.41 - - [2026-05-11 02:22:04] "GET /routing-instance/905b566b-1103-42f4-969a-e34715c8ff60 HTTP/1.1" 200 1784 0.004175 10.0.0.41 - - [2026-05-11 02:22:04] "GET /virtual-network/a5d10ac4-0406-4603-b0d4-8208ac41ce0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005397 10.0.0.41 - - [2026-05-11 02:22:04] "GET /virtual-network/a5d10ac4-0406-4603-b0d4-8208ac41ce0c HTTP/1.1" 200 2892 0.005675 10.0.0.41 - - [2026-05-11 02:22:04] "GET /routing-instance/905b566b-1103-42f4-969a-e34715c8ff60 HTTP/1.1" 200 1784 0.004642 10.0.0.41 - - [2026-05-11 02:22:04] "GET /routing-instance/905b566b-1103-42f4-969a-e34715c8ff60 HTTP/1.1" 200 1784 0.005692 10.0.0.41 - - [2026-05-11 02:22:04] "GET /route-target/992e8f5a-d0fe-464a-8551-a8df36c4b6c5 HTTP/1.1" 200 1206 0.004363 10.0.0.41 - - [2026-05-11 02:22:04] "GET /domains HTTP/1.1" 200 280 0.003059 10.0.0.41 - - [2026-05-11 02:22:04] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001326 10.0.0.41 - - [2026-05-11 02:22:04] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2971 0.008421 10.0.0.41 - - [2026-05-11 02:22:04] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001846 10.0.0.41 - - [2026-05-11 02:22:04] "GET /project/7e0a48ce-819d-4e8e-b631-bbb66875cdaf HTTP/1.1" 200 2581 0.075472 10.0.0.41 - - [2026-05-11 02:22:04] "GET /virtual-network/a5d10ac4-0406-4603-b0d4-8208ac41ce0c HTTP/1.1" 200 2892 0.005134 10.0.0.41 - - [2026-05-11 02:22:04] "GET /obj-perms HTTP/1.1" 200 5034 0.070513 10.0.0.41 - - [2026-05-11 02:22:04] "GET /domains HTTP/1.1" 200 280 0.003227 10.0.0.41 - - [2026-05-11 02:22:04] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001251 10.0.0.41 - - [2026-05-11 02:22:04] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2971 0.007810 10.0.0.41 - - [2026-05-11 02:22:04] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001851 10.0.0.41 - - [2026-05-11 02:22:04] "GET /project/7e0a48ce-819d-4e8e-b631-bbb66875cdaf HTTP/1.1" 200 2581 0.076515 10.0.0.41 - - [2026-05-11 02:22:04] "GET /virtual-network/9af1069a-f8eb-4eb8-a3f3-b6ed30eca6e4 HTTP/1.1" 200 2893 0.007313 10.0.0.41 - - [2026-05-11 02:22:04] "GET /virtual-network/9af1069a-f8eb-4eb8-a3f3-b6ed30eca6e4 HTTP/1.1" 200 2893 0.004769 10.0.0.41 - - [2026-05-11 02:22:04] "GET /routing-instance/097e0379-bc47-4e3e-a6ef-69c0ced3e154 HTTP/1.1" 200 1782 0.003791 10.0.0.41 - - [2026-05-11 02:22:04] "GET /routing-instance/097e0379-bc47-4e3e-a6ef-69c0ced3e154 HTTP/1.1" 200 1782 0.003965 10.0.0.41 - - [2026-05-11 02:22:04] "GET /route-target/8930d090-24a7-428e-9c9f-5c7ef4d7b733 HTTP/1.1" 200 1206 0.003758 10.0.0.41 - - [2026-05-11 02:22:04] "GET /virtual-network/9af1069a-f8eb-4eb8-a3f3-b6ed30eca6e4 HTTP/1.1" 200 2893 0.005442 10.0.0.41 - - [2026-05-11 02:22:04] "GET /routing-instance/097e0379-bc47-4e3e-a6ef-69c0ced3e154 HTTP/1.1" 200 1782 0.006271 10.0.0.41 - - [2026-05-11 02:22:04] "GET /virtual-network/9af1069a-f8eb-4eb8-a3f3-b6ed30eca6e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005374 10.0.0.41 - - [2026-05-11 02:22:04] "GET /virtual-network/9af1069a-f8eb-4eb8-a3f3-b6ed30eca6e4 HTTP/1.1" 200 2893 0.008271 10.0.0.41 - - [2026-05-11 02:22:04] "GET /routing-instance/097e0379-bc47-4e3e-a6ef-69c0ced3e154 HTTP/1.1" 200 1782 0.004183 10.0.0.41 - - [2026-05-11 02:22:04] "GET /routing-instance/097e0379-bc47-4e3e-a6ef-69c0ced3e154 HTTP/1.1" 200 1782 0.004121 10.0.0.41 - - [2026-05-11 02:22:04] "GET /route-target/8930d090-24a7-428e-9c9f-5c7ef4d7b733 HTTP/1.1" 200 1206 0.003681 10.0.0.41 - - [2026-05-11 02:22:04] "GET /domains HTTP/1.1" 200 280 0.003058 10.0.0.41 - - [2026-05-11 02:22:04] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001074 10.0.0.41 - - [2026-05-11 02:22:04] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2971 0.007773 10.0.0.41 - - [2026-05-11 02:22:04] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000962 10.0.0.41 - - [2026-05-11 02:22:04] "GET /project/7e0a48ce-819d-4e8e-b631-bbb66875cdaf HTTP/1.1" 200 2581 0.078114 10.0.0.41 - - [2026-05-11 02:22:05] "GET /virtual-network/9af1069a-f8eb-4eb8-a3f3-b6ed30eca6e4 HTTP/1.1" 200 2893 0.005672 10.0.0.41 - - [2026-05-11 02:22:05] "GET /obj-perms HTTP/1.1" 200 5034 0.003208 10.0.0.41 - - [2026-05-11 02:22:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.001513 10.0.0.41 - - [2026-05-11 02:22:05] "POST /neutron/network HTTP/1.1" 200 938 0.007663 10.0.0.41 - - [2026-05-11 02:22:05] "GET /aaa-mode HTTP/1.1" 401 292 0.001382 10.0.0.41 - - [2026-05-11 02:22:05] "GET / HTTP/1.1" 200 35931 0.001555 10.0.0.41 - - [2026-05-11 02:22:05] "GET /project/7e0a48ce-819d-4e8e-b631-bbb66875cdaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000622 10.0.0.41 - - [2026-05-11 02:22:06] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001798 10.0.0.41 - - [2026-05-11 02:22:06] "GET /project/7e0a48ce-819d-4e8e-b631-bbb66875cdaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.075433 10.0.0.41 - - [2026-05-11 02:22:06] "POST /neutron/network HTTP/1.1" 200 928 0.005609 10.0.0.41 - - [2026-05-11 02:22:06] "POST /neutron/port HTTP/1.1" 200 117 0.007265 10.0.0.41 - - [2026-05-11 02:22:06] "POST /neutron/port HTTP/1.1" 200 117 0.005820 10.0.0.41 - - [2026-05-11 02:22:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001429 10.0.0.41 - - [2026-05-11 02:22:06] "POST /neutron/port HTTP/1.1" 200 117 0.005504 10.0.0.41 - - [2026-05-11 02:22:06] "POST /neutron/network HTTP/1.1" 200 938 0.006151 10.0.0.41 - - [2026-05-11 02:22:06] "GET /aaa-mode HTTP/1.1" 401 292 0.000480 10.0.0.41 - - [2026-05-11 02:22:06] "POST /neutron/network HTTP/1.1" 200 938 0.007122 10.0.0.41 - - [2026-05-11 02:22:06] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001031 10.0.0.41 - - [2026-05-11 02:22:06] "GET / HTTP/1.1" 200 35931 0.001880 10.0.0.41 - - [2026-05-11 02:22:06] "GET /project/7e0a48ce-819d-4e8e-b631-bbb66875cdaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000436 10.0.0.41 - - [2026-05-11 02:22:06] "POST /neutron/port HTTP/1.1" 200 1062 0.242054 10.0.0.41 - - [2026-05-11 02:22:07] "POST /neutron/port HTTP/1.1" 200 1062 0.012543 10.0.0.41 - - [2026-05-11 02:22:07] "POST /neutron/port HTTP/1.1" 200 1062 0.015940 10.0.0.41 - - [2026-05-11 02:22:07] "POST /neutron/port HTTP/1.1" 200 1116 0.074765 10.0.0.41 - - [2026-05-11 02:22:07] "POST /neutron/port HTTP/1.1" 200 1126 0.022153 10.0.0.41 - - [2026-05-11 02:22:07] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001098 10.0.0.41 - - [2026-05-11 02:22:07] "GET /project/7e0a48ce-819d-4e8e-b631-bbb66875cdaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.067648 10.0.0.41 - - [2026-05-11 02:22:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010605 10.0.0.41 - - [2026-05-11 02:22:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.007599 10.0.0.41 - - [2026-05-11 02:22:07] "POST /neutron/network HTTP/1.1" 200 928 0.007551 10.0.0.41 - - [2026-05-11 02:22:07] "POST /neutron/port HTTP/1.1" 200 117 0.001684 10.0.0.41 - - [2026-05-11 02:22:07] "POST /neutron/network HTTP/1.1" 200 928 0.006518 10.0.0.41 - - [2026-05-11 02:22:07] "POST /neutron/port HTTP/1.1" 200 1126 0.019999 10.0.0.41 - - [2026-05-11 02:22:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007675 10.0.0.41 - - [2026-05-11 02:22:07] "POST /neutron/port HTTP/1.1" 200 117 0.005824 10.0.0.41 - - [2026-05-11 02:22:07] "POST /neutron/port HTTP/1.1" 200 1126 0.012956 10.0.0.41 - - [2026-05-11 02:22:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010237 10.0.0.41 - - [2026-05-11 02:22:07] "POST /neutron/network HTTP/1.1" 200 938 0.007129 10.0.0.41 - - [2026-05-11 02:22:07] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001089 10.0.0.41 - - [2026-05-11 02:22:08] "POST /neutron/port HTTP/1.1" 200 1062 0.323012 10.0.0.41 - - [2026-05-11 02:22:08] "POST /neutron/port HTTP/1.1" 200 1062 0.015354 10.0.0.41 - - [2026-05-11 02:22:08] "POST /neutron/port HTTP/1.1" 200 1062 0.016141 10.0.0.41 - - [2026-05-11 02:22:08] "POST /neutron/port HTTP/1.1" 200 1116 0.082234 10.0.0.41 - - [2026-05-11 02:22:08] "POST /neutron/port HTTP/1.1" 200 1126 0.022303 10.0.0.41 - - [2026-05-11 02:22:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005031 10.0.0.41 - - [2026-05-11 02:22:08] "POST /neutron/subnet HTTP/1.1" 200 698 0.009534 10.0.0.41 - - [2026-05-11 02:22:08] "POST /neutron/port HTTP/1.1" 200 117 0.001392 10.0.0.41 - - [2026-05-11 02:22:08] "POST /neutron/network HTTP/1.1" 200 928 0.006834 10.0.0.41 - - [2026-05-11 02:22:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.41 - - [2026-05-11 02:22:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.41 - - [2026-05-11 02:22:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000633 10.0.0.41 - - [2026-05-11 02:22:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.41 - - [2026-05-11 02:22:12] "POST /neutron/port HTTP/1.1" 200 1126 0.014580 10.0.0.41 - - [2026-05-11 02:22:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007761 10.0.0.41 - - [2026-05-11 02:22:12] "POST /neutron/port HTTP/1.1" 200 1126 0.018065 10.0.0.41 - - [2026-05-11 02:22:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007349 10.0.0.41 - - [2026-05-11 02:22:12] "POST /neutron/port HTTP/1.1" 200 1126 0.017792 10.0.0.41 - - [2026-05-11 02:22:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007274 10.0.0.41 - - [2026-05-11 02:22:12] "GET /virtual-machine/39ba9809-6478-41f6-b974-1593e7acf3de HTTP/1.1" 200 1294 0.005221 10.0.0.41 - - [2026-05-11 02:22:12] "GET /virtual-machine-interface/e7145229-8d13-4923-ac56-c2c767875e93 HTTP/1.1" 200 2952 0.009905 10.0.0.41 - - [2026-05-11 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.41 - - [2026-05-11 02:22:13] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003835 10.0.0.41 - - [2026-05-11 02:22:13] "GET /virtual-networks?parent_id=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003641 10.0.0.41 - - [2026-05-11 02:22:13] "GET /virtual-network/a5d10ac4-0406-4603-b0d4-8208ac41ce0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007535 10.0.0.41 - - [2026-05-11 02:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.41 - - [2026-05-11 02:22:16] "GET /virtual-network/a5d10ac4-0406-4603-b0d4-8208ac41ce0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.012866 10.0.0.41 - - [2026-05-11 02:22:17] "POST /neutron/port HTTP/1.1" 200 1126 0.016028 10.0.0.41 - - [2026-05-11 02:22:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006409 10.0.0.41 - - [2026-05-11 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.41 - - [2026-05-11 02:22:18] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003745 10.0.0.41 - - [2026-05-11 02:22:18] "GET /virtual-networks?parent_id=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003254 10.0.0.41 - - [2026-05-11 02:22:18] "GET /virtual-network/a5d10ac4-0406-4603-b0d4-8208ac41ce0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005355 10.0.0.41 - - [2026-05-11 02:22:18] "POST /neutron/port HTTP/1.1" 200 1126 0.018815 10.0.0.41 - - [2026-05-11 02:22:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007238 10.0.0.41 - - [2026-05-11 02:22:18] "POST /neutron/port HTTP/1.1" 200 1126 0.014240 10.0.0.41 - - [2026-05-11 02:22:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010197 10.0.0.41 - - [2026-05-11 02:22:23] "POST /neutron/port HTTP/1.1" 200 1126 0.015238 10.0.0.41 - - [2026-05-11 02:22:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006900 10.0.0.41 - - [2026-05-11 02:22:24] "POST /neutron/port HTTP/1.1" 200 1126 0.017807 10.0.0.41 - - [2026-05-11 02:22:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009243 10.0.0.41 - - [2026-05-11 02:22:24] "POST /neutron/port HTTP/1.1" 200 1126 0.017751 10.0.0.41 - - [2026-05-11 02:22:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006553 10.0.0.41 - - [2026-05-11 02:22:24] "GET /virtual-machine/2d984ea3-e0e1-40f0-89c0-38494ebc08a4 HTTP/1.1" 200 1293 0.004955 10.0.0.41 - - [2026-05-11 02:22:24] "GET /virtual-machine-interface/253be34d-f1c4-473c-b7a0-1473d2579399 HTTP/1.1" 200 2951 0.006410 10.0.0.41 - - [2026-05-11 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.41 - - [2026-05-11 02:22:24] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003795 10.0.0.41 - - [2026-05-11 02:22:24] "GET /virtual-networks?parent_id=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003374 10.0.0.41 - - [2026-05-11 02:22:24] "GET /virtual-network/9af1069a-f8eb-4eb8-a3f3-b6ed30eca6e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006349 10.0.0.41 - - [2026-05-11 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.41 - - [2026-05-11 02:22:25] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004820 10.0.0.41 - - [2026-05-11 02:22:25] "GET /virtual-networks?parent_id=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003440 10.0.0.41 - - [2026-05-11 02:22:25] "GET /virtual-network/9af1069a-f8eb-4eb8-a3f3-b6ed30eca6e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005677 10.0.0.41 - - [2026-05-11 02:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.41 - - [2026-05-11 02:22:29] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001522 10.0.0.41 - - [2026-05-11 02:22:29] "GET /project/7e0a48ce-819d-4e8e-b631-bbb66875cdaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.029877 10.0.0.41 - - [2026-05-11 02:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.41 - - [2026-05-11 02:22:30] "PUT /network-policy/8edcbea6-bd33-4166-998c-b3c3a92038e6 HTTP/1.1" 200 262 0.010944 10.0.0.41 - - [2026-05-11 02:22:30] "PUT /access-control-list/ae60af56-dcde-4265-ba14-f147ec3b0994 HTTP/1.1" 200 272 0.052500 10.0.0.41 - - [2026-05-11 02:22:30] "POST /ref-update HTTP/1.1" 200 156 0.011492 10.0.0.41 - - [2026-05-11 02:22:30] "PUT /access-control-list/b30dbb27-bd02-460a-82bd-5b9bef225244 HTTP/1.1" 200 272 0.057420 10.0.0.41 - - [2026-05-11 02:22:30] "POST /ref-update HTTP/1.1" 200 156 0.012076 10.0.0.41 - - [2026-05-11 02:22:33] "GET /virtual-network/9af1069a-f8eb-4eb8-a3f3-b6ed30eca6e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005724 10.0.0.41 - - [2026-05-11 02:22:33] "POST /neutron/network HTTP/1.1" 200 928 0.006596 10.0.0.41 - - [2026-05-11 02:22:33] "POST /neutron/network HTTP/1.1" 200 826 0.053194 10.0.0.41 - - [2026-05-11 02:22:33] "DELETE /access-control-list/b30dbb27-bd02-460a-82bd-5b9bef225244 HTTP/1.1" 200 115 0.040111 10.0.0.41 - - [2026-05-11 02:22:33] "POST /neutron/network HTTP/1.1" 200 826 0.011791 10.0.0.41 - - [2026-05-11 02:22:33] "GET /virtual-network/9af1069a-f8eb-4eb8-a3f3-b6ed30eca6e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008956 10.0.0.41 - - [2026-05-11 02:22:33] "GET /virtual-network/a5d10ac4-0406-4603-b0d4-8208ac41ce0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005263 10.0.0.41 - - [2026-05-11 02:22:33] "POST /neutron/network HTTP/1.1" 200 928 0.006256 10.0.0.41 - - [2026-05-11 02:22:33] "POST /neutron/network HTTP/1.1" 200 826 0.072459 10.0.0.41 - - [2026-05-11 02:22:33] "DELETE /access-control-list/ae60af56-dcde-4265-ba14-f147ec3b0994 HTTP/1.1" 200 115 0.049477 10.0.0.41 - - [2026-05-11 02:22:33] "POST /neutron/network HTTP/1.1" 200 826 0.008954 10.0.0.41 - - [2026-05-11 02:22:33] "GET /virtual-network/a5d10ac4-0406-4603-b0d4-8208ac41ce0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007543 10.0.0.41 - - [2026-05-11 02:22:33] "DELETE /network-policy/8edcbea6-bd33-4166-998c-b3c3a92038e6 HTTP/1.1" 200 115 0.028755 10.0.0.41 - - [2026-05-11 02:22:33] "POST /neutron/network HTTP/1.1" 200 826 0.010240 10.0.0.41 - - [2026-05-11 02:22:33] "POST /neutron/network HTTP/1.1" 400 204 0.024548 10.0.0.41 - - [2026-05-11 02:22:33] "POST /neutron/port HTTP/1.1" 200 1126 0.020906 10.0.0.41 - - [2026-05-11 02:22:34] "POST /neutron/port HTTP/1.1" 200 1116 0.016617 10.0.0.41 - - [2026-05-11 02:22:34] "POST /neutron/port HTTP/1.1" 200 1126 0.019059 10.0.0.41 - - [2026-05-11 02:22:34] "POST /neutron/port HTTP/1.1" 200 1116 0.013351 10.0.0.41 - - [2026-05-11 02:22:34] "POST /neutron/port HTTP/1.1" 200 151 0.159382 10.0.0.41 - - [2026-05-11 02:22:34] "POST /neutron/port HTTP/1.1" 200 151 0.145821 10.0.0.41 - - [2026-05-11 02:22:35] "POST /neutron/network HTTP/1.1" 200 826 0.007012 10.0.0.41 - - [2026-05-11 02:22:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004244 10.0.0.41 - - [2026-05-11 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.41 - - [2026-05-11 02:22:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001720 10.0.0.41 - - [2026-05-11 02:22:36] "POST /neutron/network HTTP/1.1" 200 151 0.080073 10.0.0.41 - - [2026-05-11 02:22:36] "DELETE /route-target/8930d090-24a7-428e-9c9f-5c7ef4d7b733 HTTP/1.1" 200 115 0.016018 10.0.0.41 - - [2026-05-11 02:22:36] "GET /routing-instance/097e0379-bc47-4e3e-a6ef-69c0ced3e154 HTTP/1.1" 404 171 0.003078 10.0.0.41 - - [2026-05-11 02:22:36] "GET /domains HTTP/1.1" 200 280 0.002504 10.0.0.41 - - [2026-05-11 02:22:36] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001324 10.0.0.41 - - [2026-05-11 02:22:36] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2971 0.051861 10.0.0.41 - - [2026-05-11 02:22:36] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002268 10.0.0.41 - - [2026-05-11 02:22:36] "GET /project/7e0a48ce-819d-4e8e-b631-bbb66875cdaf HTTP/1.1" 200 2113 0.076944 10.0.0.41 - - [2026-05-11 02:22:36] "POST /neutron/network HTTP/1.1" 200 826 0.006418 10.0.0.41 - - [2026-05-11 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.41 - - [2026-05-11 02:22:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001942 10.0.0.41 - - [2026-05-11 02:22:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001788 10.0.0.41 - - [2026-05-11 02:22:36] "POST /neutron/network HTTP/1.1" 200 151 0.090771 10.0.0.41 - - [2026-05-11 02:22:36] "DELETE /route-target/992e8f5a-d0fe-464a-8551-a8df36c4b6c5 HTTP/1.1" 200 115 0.027012 10.0.0.41 - - [2026-05-11 02:22:36] "GET /routing-instance/905b566b-1103-42f4-969a-e34715c8ff60 HTTP/1.1" 404 171 0.003589 10.0.0.41 - - [2026-05-11 02:22:36] "GET /domains HTTP/1.1" 200 280 0.002430 10.0.0.41 - - [2026-05-11 02:22:36] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001229 10.0.0.41 - - [2026-05-11 02:22:36] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2971 0.054823 10.0.0.41 - - [2026-05-11 02:22:36] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001102 10.0.0.41 - - [2026-05-11 02:22:36] "GET /project/7e0a48ce-819d-4e8e-b631-bbb66875cdaf HTTP/1.1" 200 1874 0.069134 10.0.0.41 - - [2026-05-11 02:22:36] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001102 10.0.0.41 - - [2026-05-11 02:22:36] "GET /project/7e0a48ce-819d-4e8e-b631-bbb66875cdaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.027957 10.0.0.41 - - [2026-05-11 02:22:36] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001489 10.0.0.41 - - [2026-05-11 02:22:36] "GET /project/7e0a48ce-819d-4e8e-b631-bbb66875cdaf?fields=virtual_networks HTTP/1.1" 200 1046 0.073388 10.0.0.41 - - [2026-05-11 02:22:36] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001095 10.0.0.41 - - [2026-05-11 02:22:36] "GET /project/7e0a48ce-819d-4e8e-b631-bbb66875cdaf?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.025226 10.0.0.41 - - [2026-05-11 02:22:37] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001571 10.0.0.41 - - [2026-05-11 02:22:37] "GET /project/7e0a48ce-819d-4e8e-b631-bbb66875cdaf?fields=security_groups HTTP/1.1" 200 1274 0.033859 10.0.0.41 - - [2026-05-11 02:22:38] "POST /fqname-to-id HTTP/1.1" 404 181 0.031602 10.0.0.41 - - [2026-05-11 02:22:38] "GET /projects?obj_uuids=db9959e1-c152-4d9a-9a32-60d9012281e5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003187 10.0.0.41 - - [2026-05-11 02:22:38] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001590 10.0.0.41 - - [2026-05-11 02:22:38] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009568 10.0.0.41 - - [2026-05-11 02:22:38] "POST /id-to-fqname HTTP/1.1" 200 183 0.001667 10.0.0.41 - - [2026-05-11 02:22:38] "POST /fqname-to-id HTTP/1.1" 404 192 0.003744 10.0.0.41 - - [2026-05-11 02:22:38] "POST /security-groups HTTP/1.1" 200 584 0.068704 10.0.0.41 - - [2026-05-11 02:22:38] "POST /fqname-to-id HTTP/1.1" 404 227 0.003303 10.0.0.41 - - [2026-05-11 02:22:38] "POST /projects HTTP/1.1" 200 571 0.226956 10.0.0.41 - - [2026-05-11 02:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.266421 10.0.0.41 - - [2026-05-11 02:22:38] "POST /access-control-lists HTTP/1.1" 200 589 0.062213 10.0.0.41 - - [2026-05-11 02:22:38] "GET /project/db9959e1-c152-4d9a-9a32-60d9012281e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.432174 10.0.0.41 - - [2026-05-11 02:22:38] "POST /fqname-to-id HTTP/1.1" 404 226 0.003913 10.0.0.41 - - [2026-05-11 02:22:38] "POST /access-control-lists HTTP/1.1" 200 587 0.077473 10.0.0.41 - - [2026-05-11 02:22:39] "GET / HTTP/1.1" 200 35931 0.002088 10.0.0.41 - - [2026-05-11 02:22:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000557 10.0.0.41 - - [2026-05-11 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.069856 10.0.0.41 - - [2026-05-11 02:22:41] "GET /projects?obj_uuids=db9959e1-c152-4d9a-9a32-60d9012281e5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001461 10.0.0.41 - - [2026-05-11 02:22:41] "GET /project/db9959e1-c152-4d9a-9a32-60d9012281e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.030185 10.0.0.41 - - [2026-05-11 02:22:41] "POST /neutron/network HTTP/1.1" 200 117 0.054631 10.0.0.41 - - [2026-05-11 02:22:41] "GET /projects?obj_uuids=db9959e1-c152-4d9a-9a32-60d9012281e5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001786 10.0.0.41 - - [2026-05-11 02:22:41] "POST /neutron/network HTTP/1.1" 200 612 0.083393 10.0.0.41 - - [2026-05-11 02:22:41] "POST /route-targets HTTP/1.1" 200 327 0.019370 10.0.0.41 - - [2026-05-11 02:22:41] "POST /ref-update HTTP/1.1" 200 156 0.021179 10.0.0.41 - - [2026-05-11 02:22:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004417 10.0.0.41 - - [2026-05-11 02:22:41] "POST /neutron/subnet HTTP/1.1" 200 715 0.179108 10.0.0.41 - - [2026-05-11 02:22:41] "POST /neutron/network HTTP/1.1" 200 829 0.008762 10.0.0.41 - - [2026-05-11 02:22:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.002147 10.0.0.41 - - [2026-05-11 02:22:41] "GET /virtual-network/57d383ec-928b-428f-ac75-8c172d593464?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005942 10.0.0.41 - - [2026-05-11 02:22:41] "POST /neutron/network HTTP/1.1" 200 829 0.007572 10.0.0.41 - - [2026-05-11 02:22:41] "GET /virtual-network/57d383ec-928b-428f-ac75-8c172d593464?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007225 10.0.0.41 - - [2026-05-11 02:22:41] "POST /neutron/network HTTP/1.1" 200 829 0.009022 10.0.0.41 - - [2026-05-11 02:22:41] "POST /neutron/subnet HTTP/1.1" 200 715 0.008343 10.0.0.41 - - [2026-05-11 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.41 - - [2026-05-11 02:22:41] "GET /virtual-network/57d383ec-928b-428f-ac75-8c172d593464?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005325 10.0.0.41 - - [2026-05-11 02:22:41] "PUT /virtual-network/57d383ec-928b-428f-ac75-8c172d593464 HTTP/1.1" 200 264 0.052756 10.0.0.41 - - [2026-05-11 02:22:41] "POST /route-targets HTTP/1.1" 200 323 0.022266 10.0.0.41 - - [2026-05-11 02:22:41] "POST /ref-update HTTP/1.1" 200 156 0.016906 10.0.0.41 - - [2026-05-11 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.41 - - [2026-05-11 02:22:41] "GET /projects?obj_uuids=db9959e1-c152-4d9a-9a32-60d9012281e5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002334 10.0.0.41 - - [2026-05-11 02:22:41] "GET /project/db9959e1-c152-4d9a-9a32-60d9012281e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.035412 10.0.0.41 - - [2026-05-11 02:22:42] "POST /neutron/network HTTP/1.1" 200 117 0.015851 10.0.0.41 - - [2026-05-11 02:22:42] "GET /projects?obj_uuids=db9959e1-c152-4d9a-9a32-60d9012281e5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001495 10.0.0.41 - - [2026-05-11 02:22:42] "POST /neutron/network HTTP/1.1" 200 612 0.084872 10.0.0.41 - - [2026-05-11 02:22:42] "POST /route-targets HTTP/1.1" 200 327 0.014783 10.0.0.41 - - [2026-05-11 02:22:42] "POST /ref-update HTTP/1.1" 200 156 0.015377 10.0.0.41 - - [2026-05-11 02:22:42] "POST /useragent-kv HTTP/1.1" 200 115 0.008371 10.0.0.41 - - [2026-05-11 02:22:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.208181 10.0.0.41 - - [2026-05-11 02:22:42] "POST /neutron/network HTTP/1.1" 200 831 0.008207 10.0.0.41 - - [2026-05-11 02:22:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001509 10.0.0.41 - - [2026-05-11 02:22:42] "GET /virtual-network/7e3e3b40-2cc5-4840-a5f3-41a4c4cba9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006952 10.0.0.41 - - [2026-05-11 02:22:42] "POST /neutron/network HTTP/1.1" 200 831 0.007894 10.0.0.41 - - [2026-05-11 02:22:42] "GET /virtual-network/7e3e3b40-2cc5-4840-a5f3-41a4c4cba9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006003 10.0.0.41 - - [2026-05-11 02:22:42] "POST /neutron/network HTTP/1.1" 200 831 0.008566 10.0.0.41 - - [2026-05-11 02:22:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.011081 10.0.0.41 - - [2026-05-11 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.41 - - [2026-05-11 02:22:42] "GET /virtual-network/7e3e3b40-2cc5-4840-a5f3-41a4c4cba9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006098 10.0.0.41 - - [2026-05-11 02:22:42] "POST /ref-update HTTP/1.1" 200 156 0.019417 10.0.0.41 - - [2026-05-11 02:22:42] "PUT /virtual-network/7e3e3b40-2cc5-4840-a5f3-41a4c4cba9df HTTP/1.1" 200 264 0.049206 10.0.0.41 - - [2026-05-11 02:22:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.002257 10.0.0.41 - - [2026-05-11 02:22:42] "POST /neutron/network HTTP/1.1" 200 839 0.006623 10.0.0.41 - - [2026-05-11 02:22:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000511 10.0.0.41 - - [2026-05-11 02:22:43] "GET / HTTP/1.1" 200 35931 0.002255 10.0.0.41 - - [2026-05-11 02:22:43] "GET /project/db9959e1-c152-4d9a-9a32-60d9012281e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000419 10.0.0.41 - - [2026-05-11 02:22:43] "GET /projects?obj_uuids=db9959e1-c152-4d9a-9a32-60d9012281e5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001653 10.0.0.41 - - [2026-05-11 02:22:43] "GET /project/db9959e1-c152-4d9a-9a32-60d9012281e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.069669 10.0.0.41 - - [2026-05-11 02:22:43] "POST /neutron/network HTTP/1.1" 200 829 0.008703 10.0.0.41 - - [2026-05-11 02:22:43] "POST /neutron/port HTTP/1.1" 200 117 0.005536 10.0.0.41 - - [2026-05-11 02:22:43] "POST /neutron/port HTTP/1.1" 200 117 0.006536 10.0.0.41 - - [2026-05-11 02:22:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001613 10.0.0.41 - - [2026-05-11 02:22:44] "POST /neutron/port HTTP/1.1" 200 117 0.005347 10.0.0.41 - - [2026-05-11 02:22:44] "POST /neutron/network HTTP/1.1" 200 841 0.005652 10.0.0.41 - - [2026-05-11 02:22:44] "GET /aaa-mode HTTP/1.1" 401 292 0.000423 10.0.0.41 - - [2026-05-11 02:22:44] "POST /neutron/network HTTP/1.1" 200 839 0.006274 10.0.0.41 - - [2026-05-11 02:22:44] "GET /projects?obj_uuids=db9959e1-c152-4d9a-9a32-60d9012281e5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001586 10.0.0.41 - - [2026-05-11 02:22:44] "GET / HTTP/1.1" 200 35931 0.002447 10.0.0.41 - - [2026-05-11 02:22:44] "GET /project/db9959e1-c152-4d9a-9a32-60d9012281e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000384 10.0.0.41 - - [2026-05-11 02:22:44] "POST /neutron/port HTTP/1.1" 200 1051 0.273632 10.0.0.41 - - [2026-05-11 02:22:44] "POST /neutron/port HTTP/1.1" 200 1051 0.013161 10.0.0.41 - - [2026-05-11 02:22:44] "POST /neutron/port HTTP/1.1" 200 1051 0.012476 10.0.0.41 - - [2026-05-11 02:22:44] "POST /neutron/port HTTP/1.1" 200 1105 0.081255 10.0.0.41 - - [2026-05-11 02:22:44] "GET /projects?obj_uuids=db9959e1-c152-4d9a-9a32-60d9012281e5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001882 10.0.0.41 - - [2026-05-11 02:22:44] "POST /neutron/port HTTP/1.1" 200 1115 0.027782 10.0.0.41 - - [2026-05-11 02:22:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009663 10.0.0.41 - - [2026-05-11 02:22:45] "GET /project/db9959e1-c152-4d9a-9a32-60d9012281e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.093545 10.0.0.41 - - [2026-05-11 02:22:45] "POST /neutron/subnet HTTP/1.1" 200 689 0.006662 10.0.0.41 - - [2026-05-11 02:22:45] "POST /neutron/network HTTP/1.1" 200 831 0.005703 10.0.0.41 - - [2026-05-11 02:22:45] "POST /neutron/port HTTP/1.1" 200 117 0.001433 10.0.0.41 - - [2026-05-11 02:22:45] "POST /neutron/network HTTP/1.1" 200 829 0.008420 10.0.0.41 - - [2026-05-11 02:22:45] "POST /neutron/port HTTP/1.1" 200 1115 0.019169 10.0.0.41 - - [2026-05-11 02:22:45] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008118 10.0.0.41 - - [2026-05-11 02:22:45] "POST /neutron/port HTTP/1.1" 200 117 0.006247 10.0.0.41 - - [2026-05-11 02:22:45] "POST /neutron/port HTTP/1.1" 200 1115 0.013415 10.0.0.41 - - [2026-05-11 02:22:45] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007137 10.0.0.41 - - [2026-05-11 02:22:45] "POST /neutron/network HTTP/1.1" 200 841 0.006219 10.0.0.41 - - [2026-05-11 02:22:45] "GET /projects?obj_uuids=db9959e1-c152-4d9a-9a32-60d9012281e5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001426 10.0.0.41 - - [2026-05-11 02:22:46] "POST /neutron/port HTTP/1.1" 200 1053 0.274446 10.0.0.41 - - [2026-05-11 02:22:46] "POST /neutron/port HTTP/1.1" 200 1053 0.019176 10.0.0.41 - - [2026-05-11 02:22:46] "POST /neutron/port HTTP/1.1" 200 1053 0.018233 10.0.0.41 - - [2026-05-11 02:22:46] "POST /neutron/port HTTP/1.1" 200 1107 0.094775 10.0.0.41 - - [2026-05-11 02:22:46] "POST /neutron/port HTTP/1.1" 200 1117 0.014756 10.0.0.41 - - [2026-05-11 02:22:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004845 10.0.0.41 - - [2026-05-11 02:22:46] "POST /neutron/subnet HTTP/1.1" 200 698 0.008147 10.0.0.41 - - [2026-05-11 02:22:46] "POST /neutron/port HTTP/1.1" 200 117 0.001535 10.0.0.41 - - [2026-05-11 02:22:46] "POST /neutron/network HTTP/1.1" 200 831 0.006115 10.0.0.41 - - [2026-05-11 02:22:47] "DELETE /project/44452cc4c4e4495abc7825b0414d2bf0 HTTP/1.1" 404 173 0.014238 10.0.0.41 - - [2026-05-11 02:22:47] "DELETE /project/db9959e1c1524d9a9a3260d9012281e5 HTTP/1.1" 404 173 0.011334 10.0.0.41 - - [2026-05-11 02:22:47] "DELETE /project/7e0a48ce819d4e8eb631bbb66875cdaf HTTP/1.1" 404 173 0.007631 10.0.0.41 - - [2026-05-11 02:22:47] "GET /projects?obj_uuids=44452cc4-c4e4-495a-bc78-25b0414d2bf0&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002168 10.0.0.41 - - [2026-05-11 02:22:47] "GET /projects?obj_uuids=d49dd201-4ad0-40da-b0e0-25fb8383f037&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001348 10.0.0.41 - - [2026-05-11 02:22:47] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000811 10.0.0.41 - - [2026-05-11 02:22:47] "GET /project/7e0a48ce-819d-4e8e-b631-bbb66875cdaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.078861 10.0.0.41 - - [2026-05-11 02:22:47] "GET /project/d49dd201-4ad0-40da-b0e0-25fb8383f037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.090685 10.0.0.41 - - [2026-05-11 02:22:47] "GET /project/44452cc4-c4e4-495a-bc78-25b0414d2bf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1542 0.098463 10.0.0.41 - - [2026-05-11 02:22:47] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001302 10.0.0.41 - - [2026-05-11 02:22:47] "GET /projects?obj_uuids=44452cc4-c4e4-495a-bc78-25b0414d2bf0&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001040 10.0.0.41 - - [2026-05-11 02:22:47] "GET /projects?obj_uuids=d49dd201-4ad0-40da-b0e0-25fb8383f037&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000817 10.0.0.41 - - [2026-05-11 02:22:47] "GET /project/7e0a48ce-819d-4e8e-b631-bbb66875cdaf?fields=security_groups HTTP/1.1" 200 1379 0.063649 10.0.0.41 - - [2026-05-11 02:22:47] "GET /project/44452cc4-c4e4-495a-bc78-25b0414d2bf0?fields=security_groups HTTP/1.1" 200 1421 0.065382 10.0.0.41 - - [2026-05-11 02:22:47] "GET /project/d49dd201-4ad0-40da-b0e0-25fb8383f037?fields=security_groups HTTP/1.1" 200 1398 0.077497 10.0.0.41 - - [2026-05-11 02:22:47] "DELETE /access-control-list/34c4fadc-7c73-4d0d-9833-68c86f9cb3b3 HTTP/1.1" 200 115 0.073086 10.0.0.41 - - [2026-05-11 02:22:47] "DELETE /security-group/a3ab7739-da65-4119-8397-74140bf4e129 HTTP/1.1" 200 115 0.130000 10.0.0.41 - - [2026-05-11 02:22:47] "DELETE /security-group/77a8cbbc-d477-49a9-af9c-83dc4f99ba67 HTTP/1.1" 200 115 0.126941 10.0.0.41 - - [2026-05-11 02:22:47] "GET /projects?obj_uuids=7e0a48ce-819d-4e8e-b631-bbb66875cdaf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001338 10.0.0.41 - - [2026-05-11 02:22:47] "GET /projects?obj_uuids=44452cc4-c4e4-495a-bc78-25b0414d2bf0&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001069 10.0.0.41 - - [2026-05-11 02:22:47] "DELETE /security-group/d662f080-5712-42e3-a3a0-53974668c82f HTTP/1.1" 200 115 0.132690 10.0.0.41 - - [2026-05-11 02:22:47] "GET /projects?obj_uuids=d49dd201-4ad0-40da-b0e0-25fb8383f037&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001547 10.0.0.41 - - [2026-05-11 02:22:47] "GET /project/7e0a48ce-819d-4e8e-b631-bbb66875cdaf?fields=application_policy_sets HTTP/1.1" 200 1418 0.061640 10.0.0.41 - - [2026-05-11 02:22:47] "DELETE /access-control-list/26872cd7-c960-4230-82d1-e83882874115 HTTP/1.1" 200 115 0.076329 10.0.0.41 - - [2026-05-11 02:22:47] "GET /project/44452cc4-c4e4-495a-bc78-25b0414d2bf0?fields=application_policy_sets HTTP/1.1" 200 1460 0.076524 10.0.0.41 - - [2026-05-11 02:22:47] "GET /project/d49dd201-4ad0-40da-b0e0-25fb8383f037?fields=application_policy_sets HTTP/1.1" 200 1437 0.117453 10.0.0.41 - - [2026-05-11 02:22:47] "DELETE /access-control-list/bf461fe9-22f1-40b9-8a10-02881b1e9eb6 HTTP/1.1" 200 115 0.085408 10.0.0.41 - - [2026-05-11 02:22:48] "DELETE /access-control-list/4190aff9-4cda-41ab-98b6-0440903d81fd HTTP/1.1" 200 115 0.081130 10.0.0.41 - - [2026-05-11 02:22:48] "DELETE /access-control-list/015539f2-9d61-410e-b167-e6cda8e9c2f1 HTTP/1.1" 200 115 0.062918 10.0.0.41 - - [2026-05-11 02:22:48] "DELETE /project/44452cc4-c4e4-495a-bc78-25b0414d2bf0 HTTP/1.1" 200 115 0.695049 10.0.0.41 - - [2026-05-11 02:22:48] "DELETE /project/7e0a48ce-819d-4e8e-b631-bbb66875cdaf HTTP/1.1" 200 115 0.695598 10.0.0.41 - - [2026-05-11 02:22:48] "DELETE /access-control-list/e737c338-8876-4c58-a53f-970e25b082f5 HTTP/1.1" 200 115 0.026866 10.0.0.41 - - [2026-05-11 02:22:48] "DELETE /project/d49dd201-4ad0-40da-b0e0-25fb8383f037 HTTP/1.1" 200 115 0.721696 10.0.0.41 - - [2026-05-11 02:22:50] "POST /neutron/port HTTP/1.1" 200 1115 0.013237 10.0.0.41 - - [2026-05-11 02:22:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007461 10.0.0.41 - - [2026-05-11 02:22:50] "POST /neutron/port HTTP/1.1" 200 1115 0.017466 10.0.0.41 - - [2026-05-11 02:22:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007251 10.0.0.41 - - [2026-05-11 02:22:50] "POST /neutron/port HTTP/1.1" 200 1115 0.015919 10.0.0.41 - - [2026-05-11 02:22:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007052 10.0.0.41 - - [2026-05-11 02:22:50] "GET /virtual-machine/3293dd65-72d7-4a1f-8754-b31ffae4fbae HTTP/1.1" 401 292 0.000491 10.0.0.41 - - [2026-05-11 02:22:51] "GET /virtual-machine/3293dd65-72d7-4a1f-8754-b31ffae4fbae HTTP/1.1" 200 1284 0.043983 10.0.0.41 - - [2026-05-11 02:22:51] "GET /virtual-machine-interface/79473b43-42ad-474e-ae86-6d663d973ac1 HTTP/1.1" 200 2927 0.009439 10.0.0.41 - - [2026-05-11 02:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.41 - - [2026-05-11 02:22:51] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004310 10.0.0.41 - - [2026-05-11 02:22:51] "GET /virtual-networks?parent_id=db9959e1-c152-4d9a-9a32-60d9012281e5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003261 10.0.0.41 - - [2026-05-11 02:22:51] "GET /virtual-network/57d383ec-928b-428f-ac75-8c172d593464?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005612 10.0.0.41 - - [2026-05-11 02:22:54] "GET /obj-perms HTTP/1.1" 200 5056 0.083781 10.0.0.41 - - [2026-05-11 02:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.41 - - [2026-05-11 02:22:54] "GET /virtual-network/57d383ec-928b-428f-ac75-8c172d593464?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.008430 10.0.0.41 - - [2026-05-11 02:22:54] "GET /obj-perms HTTP/1.1" 200 5056 0.072531 10.0.0.41 - - [2026-05-11 02:22:54] "POST /neutron/port HTTP/1.1" 200 1115 0.019577 10.0.0.41 - - [2026-05-11 02:22:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006769 10.0.0.41 - - [2026-05-11 02:22:56] "POST /neutron/port HTTP/1.1" 200 1115 0.015201 10.0.0.41 - - [2026-05-11 02:22:56] "POST /neutron/port HTTP/1.1" 200 1115 0.013580 10.0.0.41 - - [2026-05-11 02:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.41 - - [2026-05-11 02:22:56] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006816 10.0.0.41 - - [2026-05-11 02:22:56] "POST /neutron/network HTTP/1.1" 200 839 0.010407 10.0.0.41 - - [2026-05-11 02:22:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004705 10.0.0.41 - - [2026-05-11 02:22:56] "GET /virtual-networks?parent_id=db9959e1-c152-4d9a-9a32-60d9012281e5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003095 10.0.0.41 - - [2026-05-11 02:22:56] "POST /neutron/subnet HTTP/1.1" 200 689 0.008606 10.0.0.41 - - [2026-05-11 02:22:56] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.41 - - [2026-05-11 02:22:56] "GET /virtual-network/57d383ec-928b-428f-ac75-8c172d593464?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.008523 10.0.0.41 - - [2026-05-11 02:22:56] "POST /neutron/network HTTP/1.1" 200 829 0.010067 10.0.0.41 - - [2026-05-11 02:22:56] "POST /neutron/port HTTP/1.1" 200 1117 0.014054 10.0.0.41 - - [2026-05-11 02:22:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006491 10.0.0.41 - - [2026-05-11 02:22:56] "POST /neutron/port HTTP/1.1" 200 1117 0.022219 10.0.0.41 - - [2026-05-11 02:22:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008536 10.0.0.41 - - [2026-05-11 02:22:57] "POST /neutron/port HTTP/1.1" 200 1117 0.022899 10.0.0.41 - - [2026-05-11 02:22:57] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008055 10.0.0.41 - - [2026-05-11 02:22:57] "POST /neutron/port HTTP/1.1" 200 1117 0.014964 10.0.0.41 - - [2026-05-11 02:22:57] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007583 10.0.0.41 - - [2026-05-11 02:22:57] "GET /virtual-machine/5eec8eac-d823-4bad-9fd8-998d2e13b97a HTTP/1.1" 200 1285 0.011244 10.0.0.41 - - [2026-05-11 02:22:57] "GET /virtual-machine-interface/334d782e-d9c0-4597-aa3f-ed17d71e79d1 HTTP/1.1" 200 2927 0.007755 10.0.0.41 - - [2026-05-11 02:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.41 - - [2026-05-11 02:22:57] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003837 10.0.0.41 - - [2026-05-11 02:22:57] "GET /virtual-networks?parent_id=db9959e1-c152-4d9a-9a32-60d9012281e5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003554 10.0.0.41 - - [2026-05-11 02:22:57] "GET /virtual-network/7e3e3b40-2cc5-4840-a5f3-41a4c4cba9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005723 10.0.0.41 - - [2026-05-11 02:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.41 - - [2026-05-11 02:22:58] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003292 10.0.0.41 - - [2026-05-11 02:22:58] "GET /virtual-networks?parent_id=db9959e1-c152-4d9a-9a32-60d9012281e5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003200 10.0.0.41 - - [2026-05-11 02:22:58] "GET /virtual-network/7e3e3b40-2cc5-4840-a5f3-41a4c4cba9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005429 10.0.0.41 - - [2026-05-11 02:22:58] "POST /routing-policys HTTP/1.1" 200 534 0.019415 10.0.0.41 - - [2026-05-11 02:22:58] "GET /virtual-network/57d383ec-928b-428f-ac75-8c172d593464?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.008914 10.0.0.41 - - [2026-05-11 02:22:58] "PUT /virtual-network/57d383ec-928b-428f-ac75-8c172d593464 HTTP/1.1" 200 264 0.029861 10.0.0.41 - - [2026-05-11 02:22:58] "POST /ref-update HTTP/1.1" 200 156 0.008687 10.0.0.41 - - [2026-05-11 02:23:02] "POST /ref-update HTTP/1.1" 200 156 0.014191 10.0.0.41 - - [2026-05-11 02:23:02] "POST /ref-update HTTP/1.1" 200 156 0.043425 10.0.0.41 - - [2026-05-11 02:23:02] "DELETE /routing-policy/143d39b1-14cd-455e-a0ce-f3b05c33e455 HTTP/1.1" 200 115 0.033776 10.0.0.41 - - [2026-05-11 02:23:02] "POST /neutron/network HTTP/1.1" 200 831 0.014178 10.0.0.41 - - [2026-05-11 02:23:03] "POST /neutron/network HTTP/1.1" 400 204 0.013030 10.0.0.41 - - [2026-05-11 02:23:03] "POST /neutron/port HTTP/1.1" 200 1117 0.012621 10.0.0.41 - - [2026-05-11 02:23:03] "POST /neutron/port HTTP/1.1" 200 1107 0.011609 10.0.0.41 - - [2026-05-11 02:23:03] "POST /neutron/port HTTP/1.1" 200 1115 0.015688 10.0.0.41 - - [2026-05-11 02:23:03] "POST /neutron/port HTTP/1.1" 200 1105 0.010273 10.0.0.41 - - [2026-05-11 02:23:03] "POST /neutron/port HTTP/1.1" 200 151 0.142161 10.0.0.41 - - [2026-05-11 02:23:03] "POST /neutron/port HTTP/1.1" 200 151 0.147519 10.0.0.41 - - [2026-05-11 02:23:05] "POST /neutron/network HTTP/1.1" 200 831 0.007706 10.0.0.41 - - [2026-05-11 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004394 10.0.0.41 - - [2026-05-11 02:23:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003386 10.0.0.41 - - [2026-05-11 02:23:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002464 10.0.0.41 - - [2026-05-11 02:23:05] "POST /neutron/network HTTP/1.1" 200 151 0.096087 10.0.0.41 - - [2026-05-11 02:23:05] "DELETE /route-target/3ab44f54-372c-4486-8a7c-b6cb8a9b2e97 HTTP/1.1" 200 115 0.019900 10.0.0.41 - - [2026-05-11 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.41 - - [2026-05-11 02:23:05] "POST /neutron/network HTTP/1.1" 200 829 0.005352 10.0.0.41 - - [2026-05-11 02:23:05] "DELETE /route-target/e8c61ce0-2572-4ecd-899c-b4078825953d HTTP/1.1" 409 239 0.009644 10.0.0.41 - - [2026-05-11 02:23:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002992 10.0.0.41 - - [2026-05-11 02:23:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002072 10.0.0.41 - - [2026-05-11 02:23:05] "POST /neutron/network HTTP/1.1" 200 151 0.087974 10.0.0.41 - - [2026-05-11 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.41 - - [2026-05-11 02:23:05] "DELETE /route-target/9a6c8e53-a0df-41ce-a11f-6b6ef8dacbb8 HTTP/1.1" 200 115 0.028381 10.0.0.41 - - [2026-05-11 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.41 - - [2026-05-11 02:23:05] "DELETE /route-target/e8c61ce0-2572-4ecd-899c-b4078825953d HTTP/1.1" 200 115 0.017220 10.0.0.41 - - [2026-05-11 02:23:05] "GET /projects?obj_uuids=db9959e1-c152-4d9a-9a32-60d9012281e5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001677 10.0.0.41 - - [2026-05-11 02:23:05] "GET /project/db9959e1-c152-4d9a-9a32-60d9012281e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.028356 10.0.0.41 - - [2026-05-11 02:23:05] "GET /projects?obj_uuids=db9959e1-c152-4d9a-9a32-60d9012281e5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001384 10.0.0.41 - - [2026-05-11 02:23:05] "GET /project/db9959e1-c152-4d9a-9a32-60d9012281e5?fields=virtual_networks HTTP/1.1" 200 1029 0.077324 10.0.0.41 - - [2026-05-11 02:23:05] "GET /projects?obj_uuids=db9959e1-c152-4d9a-9a32-60d9012281e5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001235 10.0.0.41 - - [2026-05-11 02:23:05] "GET /project/db9959e1-c152-4d9a-9a32-60d9012281e5?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.028861 10.0.0.41 - - [2026-05-11 02:23:05] "GET /projects?obj_uuids=db9959e1-c152-4d9a-9a32-60d9012281e5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001667 10.0.0.41 - - [2026-05-11 02:23:05] "GET /project/db9959e1-c152-4d9a-9a32-60d9012281e5?fields=security_groups HTTP/1.1" 200 1248 0.033911 10.0.0.41 - - [2026-05-11 02:23:06] "POST /fqname-to-id HTTP/1.1" 404 186 0.033626 10.0.0.41 - - [2026-05-11 02:23:06] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003713 10.0.0.41 - - [2026-05-11 02:23:06] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001208 10.0.0.41 - - [2026-05-11 02:23:06] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008032 10.0.0.41 - - [2026-05-11 02:23:06] "POST /id-to-fqname HTTP/1.1" 200 188 0.001371 10.0.0.41 - - [2026-05-11 02:23:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.003707 10.0.0.41 - - [2026-05-11 02:23:07] "POST /security-groups HTTP/1.1" 200 589 0.068311 10.0.0.41 - - [2026-05-11 02:23:07] "POST /fqname-to-id HTTP/1.1" 404 232 0.003095 10.0.0.41 - - [2026-05-11 02:23:07] "POST /projects HTTP/1.1" 200 581 0.216827 10.0.0.41 - - [2026-05-11 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.258833 10.0.0.41 - - [2026-05-11 02:23:07] "POST /access-control-lists HTTP/1.1" 200 594 0.065989 10.0.0.41 - - [2026-05-11 02:23:07] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.409073 10.0.0.41 - - [2026-05-11 02:23:07] "POST /fqname-to-id HTTP/1.1" 404 231 0.003475 10.0.0.41 - - [2026-05-11 02:23:07] "POST /access-control-lists HTTP/1.1" 200 592 0.060374 10.0.0.41 - - [2026-05-11 02:23:08] "GET / HTTP/1.1" 200 35931 0.002093 10.0.0.41 - - [2026-05-11 02:23:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.001333 10.0.0.41 - - [2026-05-11 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.101044 10.0.0.41 - - [2026-05-11 02:23:09] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001600 10.0.0.41 - - [2026-05-11 02:23:09] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.037495 10.0.0.41 - - [2026-05-11 02:23:09] "POST /neutron/network HTTP/1.1" 200 117 0.049730 10.0.0.41 - - [2026-05-11 02:23:09] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002234 10.0.0.41 - - [2026-05-11 02:23:09] "POST /neutron/network HTTP/1.1" 200 613 0.077817 10.0.0.41 - - [2026-05-11 02:23:09] "POST /route-targets HTTP/1.1" 200 327 0.017364 10.0.0.41 - - [2026-05-11 02:23:09] "POST /ref-update HTTP/1.1" 200 156 0.016791 10.0.0.41 - - [2026-05-11 02:23:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004512 10.0.0.41 - - [2026-05-11 02:23:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.162239 10.0.0.41 - - [2026-05-11 02:23:10] "POST /neutron/network HTTP/1.1" 200 832 0.009808 10.0.0.41 - - [2026-05-11 02:23:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001771 10.0.0.41 - - [2026-05-11 02:23:10] "GET /virtual-network/6a1d5ccd-c445-487e-ba29-1738d7cef25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007917 10.0.0.41 - - [2026-05-11 02:23:10] "POST /neutron/network HTTP/1.1" 200 832 0.006950 10.0.0.41 - - [2026-05-11 02:23:10] "GET /virtual-network/6a1d5ccd-c445-487e-ba29-1738d7cef25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005691 10.0.0.41 - - [2026-05-11 02:23:10] "POST /neutron/network HTTP/1.1" 200 832 0.005869 10.0.0.41 - - [2026-05-11 02:23:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.007940 10.0.0.41 - - [2026-05-11 02:23:10] "GET /domains HTTP/1.1" 401 292 0.000530 10.0.0.41 - - [2026-05-11 02:23:10] "GET /domains HTTP/1.1" 200 280 0.037073 10.0.0.41 - - [2026-05-11 02:23:10] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002102 10.0.0.41 - - [2026-05-11 02:23:10] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2750 0.009434 10.0.0.41 - - [2026-05-11 02:23:10] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001294 10.0.0.41 - - [2026-05-11 02:23:10] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727 HTTP/1.1" 200 2091 0.068101 10.0.0.41 - - [2026-05-11 02:23:10] "GET /virtual-network/6a1d5ccd-c445-487e-ba29-1738d7cef25e HTTP/1.1" 200 2318 0.006577 10.0.0.41 - - [2026-05-11 02:23:10] "GET /virtual-network/6a1d5ccd-c445-487e-ba29-1738d7cef25e HTTP/1.1" 200 2318 0.006482 10.0.0.41 - - [2026-05-11 02:23:10] "GET /routing-instance/3fa4fd51-9a6c-4dea-9830-1663230e109f HTTP/1.1" 200 1493 0.004651 10.0.0.41 - - [2026-05-11 02:23:10] "GET /routing-instance/3fa4fd51-9a6c-4dea-9830-1663230e109f HTTP/1.1" 200 1493 0.003744 10.0.0.41 - - [2026-05-11 02:23:10] "GET /route-target/1d23b060-0477-4923-a94e-1f05ea441cd7 HTTP/1.1" 200 1212 0.003727 10.0.0.41 - - [2026-05-11 02:23:10] "GET /virtual-network/6a1d5ccd-c445-487e-ba29-1738d7cef25e HTTP/1.1" 200 2318 0.005330 10.0.0.41 - - [2026-05-11 02:23:10] "GET /routing-instance/3fa4fd51-9a6c-4dea-9830-1663230e109f HTTP/1.1" 200 1493 0.004391 10.0.0.41 - - [2026-05-11 02:23:10] "GET /virtual-network/6a1d5ccd-c445-487e-ba29-1738d7cef25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006561 10.0.0.41 - - [2026-05-11 02:23:10] "GET /virtual-network/6a1d5ccd-c445-487e-ba29-1738d7cef25e HTTP/1.1" 200 2318 0.005875 10.0.0.41 - - [2026-05-11 02:23:10] "GET /routing-instance/3fa4fd51-9a6c-4dea-9830-1663230e109f HTTP/1.1" 200 1493 0.004079 10.0.0.41 - - [2026-05-11 02:23:10] "GET /routing-instance/3fa4fd51-9a6c-4dea-9830-1663230e109f HTTP/1.1" 200 1493 0.004368 10.0.0.41 - - [2026-05-11 02:23:10] "GET /route-target/1d23b060-0477-4923-a94e-1f05ea441cd7 HTTP/1.1" 200 1212 0.004581 10.0.0.41 - - [2026-05-11 02:23:10] "GET /domains HTTP/1.1" 200 280 0.003006 10.0.0.41 - - [2026-05-11 02:23:10] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.41 - - [2026-05-11 02:23:10] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2750 0.006747 10.0.0.41 - - [2026-05-11 02:23:10] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001101 10.0.0.41 - - [2026-05-11 02:23:10] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727 HTTP/1.1" 200 2091 0.069368 10.0.0.41 - - [2026-05-11 02:23:10] "GET /virtual-network/6a1d5ccd-c445-487e-ba29-1738d7cef25e HTTP/1.1" 200 2318 0.005310 10.0.0.41 - - [2026-05-11 02:23:11] "GET /obj-perms HTTP/1.1" 200 5026 0.070629 10.0.0.41 - - [2026-05-11 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.41 - - [2026-05-11 02:23:11] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001186 10.0.0.41 - - [2026-05-11 02:23:11] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.036727 10.0.0.41 - - [2026-05-11 02:23:11] "POST /neutron/network HTTP/1.1" 200 117 0.011324 10.0.0.41 - - [2026-05-11 02:23:11] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001353 10.0.0.41 - - [2026-05-11 02:23:11] "POST /neutron/network HTTP/1.1" 200 613 0.084889 10.0.0.41 - - [2026-05-11 02:23:11] "POST /route-targets HTTP/1.1" 200 327 0.009616 10.0.0.41 - - [2026-05-11 02:23:11] "POST /ref-update HTTP/1.1" 200 156 0.009246 10.0.0.41 - - [2026-05-11 02:23:11] "POST /useragent-kv HTTP/1.1" 200 115 0.005615 10.0.0.41 - - [2026-05-11 02:23:11] "POST /neutron/subnet HTTP/1.1" 200 729 0.178237 10.0.0.41 - - [2026-05-11 02:23:11] "POST /neutron/network HTTP/1.1" 200 833 0.007197 10.0.0.41 - - [2026-05-11 02:23:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001576 10.0.0.41 - - [2026-05-11 02:23:11] "GET /virtual-network/28896aa3-29b7-45c4-9f41-118491bf784b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006469 10.0.0.41 - - [2026-05-11 02:23:11] "POST /neutron/network HTTP/1.1" 200 833 0.007441 10.0.0.41 - - [2026-05-11 02:23:11] "GET /virtual-network/28896aa3-29b7-45c4-9f41-118491bf784b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005324 10.0.0.41 - - [2026-05-11 02:23:11] "POST /neutron/network HTTP/1.1" 200 833 0.007102 10.0.0.41 - - [2026-05-11 02:23:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.008036 10.0.0.41 - - [2026-05-11 02:23:12] "GET /domains HTTP/1.1" 200 280 0.002971 10.0.0.41 - - [2026-05-11 02:23:12] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001298 10.0.0.41 - - [2026-05-11 02:23:12] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2750 0.007694 10.0.0.41 - - [2026-05-11 02:23:12] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001097 10.0.0.41 - - [2026-05-11 02:23:12] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727 HTTP/1.1" 200 2309 0.076265 10.0.0.41 - - [2026-05-11 02:23:12] "GET /virtual-network/28896aa3-29b7-45c4-9f41-118491bf784b HTTP/1.1" 200 2322 0.009872 10.0.0.41 - - [2026-05-11 02:23:12] "GET /virtual-network/28896aa3-29b7-45c4-9f41-118491bf784b HTTP/1.1" 200 2322 0.006249 10.0.0.41 - - [2026-05-11 02:23:12] "GET /routing-instance/1986ed80-1f7c-4e1f-8998-ec8fca527c88 HTTP/1.1" 200 1492 0.004652 10.0.0.41 - - [2026-05-11 02:23:12] "GET /routing-instance/1986ed80-1f7c-4e1f-8998-ec8fca527c88 HTTP/1.1" 200 1492 0.004419 10.0.0.41 - - [2026-05-11 02:23:12] "GET /route-target/1709f0a0-3c72-46d4-acf9-bf1cc0d5baf4 HTTP/1.1" 200 1212 0.003836 10.0.0.41 - - [2026-05-11 02:23:12] "GET /virtual-network/28896aa3-29b7-45c4-9f41-118491bf784b HTTP/1.1" 200 2322 0.006874 10.0.0.41 - - [2026-05-11 02:23:12] "GET /routing-instance/1986ed80-1f7c-4e1f-8998-ec8fca527c88 HTTP/1.1" 200 1492 0.004776 10.0.0.41 - - [2026-05-11 02:23:12] "GET /virtual-network/28896aa3-29b7-45c4-9f41-118491bf784b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007466 10.0.0.41 - - [2026-05-11 02:23:12] "GET /virtual-network/28896aa3-29b7-45c4-9f41-118491bf784b HTTP/1.1" 200 2322 0.006936 10.0.0.41 - - [2026-05-11 02:23:12] "GET /routing-instance/1986ed80-1f7c-4e1f-8998-ec8fca527c88 HTTP/1.1" 200 1492 0.004834 10.0.0.41 - - [2026-05-11 02:23:12] "GET /routing-instance/1986ed80-1f7c-4e1f-8998-ec8fca527c88 HTTP/1.1" 200 1492 0.005672 10.0.0.41 - - [2026-05-11 02:23:12] "GET /route-target/1709f0a0-3c72-46d4-acf9-bf1cc0d5baf4 HTTP/1.1" 200 1212 0.003731 10.0.0.41 - - [2026-05-11 02:23:12] "GET /domains HTTP/1.1" 200 280 0.003307 10.0.0.41 - - [2026-05-11 02:23:12] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001268 10.0.0.41 - - [2026-05-11 02:23:12] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2750 0.007727 10.0.0.41 - - [2026-05-11 02:23:12] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001501 10.0.0.41 - - [2026-05-11 02:23:12] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727 HTTP/1.1" 200 2309 0.074328 10.0.0.41 - - [2026-05-11 02:23:12] "GET /virtual-network/28896aa3-29b7-45c4-9f41-118491bf784b HTTP/1.1" 200 2322 0.005649 10.0.0.41 - - [2026-05-11 02:23:12] "GET /obj-perms HTTP/1.1" 200 5026 0.003732 10.0.0.41 - - [2026-05-11 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.41 - - [2026-05-11 02:23:12] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000931 10.0.0.41 - - [2026-05-11 02:23:12] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.025936 10.0.0.41 - - [2026-05-11 02:23:12] "POST /neutron/network HTTP/1.1" 200 117 0.017151 10.0.0.41 - - [2026-05-11 02:23:12] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001119 10.0.0.41 - - [2026-05-11 02:23:12] "POST /neutron/network HTTP/1.1" 200 615 0.068892 10.0.0.41 - - [2026-05-11 02:23:12] "POST /ref-update HTTP/1.1" 200 156 0.010731 10.0.0.41 - - [2026-05-11 02:23:12] "POST /useragent-kv HTTP/1.1" 200 115 0.005539 10.0.0.41 - - [2026-05-11 02:23:12] "POST /neutron/subnet HTTP/1.1" 200 725 0.145894 10.0.0.41 - - [2026-05-11 02:23:12] "POST /neutron/network HTTP/1.1" 200 834 0.008974 10.0.0.41 - - [2026-05-11 02:23:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001353 10.0.0.41 - - [2026-05-11 02:23:12] "GET /virtual-network/9bd892db-b1c0-4f79-9684-6b26341c0db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005335 10.0.0.41 - - [2026-05-11 02:23:12] "POST /neutron/network HTTP/1.1" 200 834 0.008703 10.0.0.41 - - [2026-05-11 02:23:12] "GET /virtual-network/9bd892db-b1c0-4f79-9684-6b26341c0db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007193 10.0.0.41 - - [2026-05-11 02:23:12] "POST /neutron/network HTTP/1.1" 200 834 0.006563 10.0.0.41 - - [2026-05-11 02:23:12] "POST /neutron/subnet HTTP/1.1" 200 725 0.007887 10.0.0.41 - - [2026-05-11 02:23:12] "GET /domains HTTP/1.1" 200 280 0.002683 10.0.0.41 - - [2026-05-11 02:23:12] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.41 - - [2026-05-11 02:23:12] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2750 0.007321 10.0.0.41 - - [2026-05-11 02:23:12] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001123 10.0.0.41 - - [2026-05-11 02:23:13] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727 HTTP/1.1" 200 2528 0.073736 10.0.0.41 - - [2026-05-11 02:23:13] "GET /virtual-network/9bd892db-b1c0-4f79-9684-6b26341c0db2 HTTP/1.1" 200 2325 0.006272 10.0.0.41 - - [2026-05-11 02:23:13] "GET /virtual-network/9bd892db-b1c0-4f79-9684-6b26341c0db2 HTTP/1.1" 200 2325 0.006593 10.0.0.41 - - [2026-05-11 02:23:13] "GET /routing-instance/2e9be896-d7d3-4609-b780-288d4e65143a HTTP/1.1" 200 1497 0.004658 10.0.0.41 - - [2026-05-11 02:23:13] "GET /routing-instance/2e9be896-d7d3-4609-b780-288d4e65143a HTTP/1.1" 200 1497 0.005249 10.0.0.41 - - [2026-05-11 02:23:13] "GET /route-target/9aa16f0c-fe69-4840-b87f-5eba5683b815 HTTP/1.1" 200 1215 0.003778 10.0.0.41 - - [2026-05-11 02:23:13] "GET /virtual-network/9bd892db-b1c0-4f79-9684-6b26341c0db2 HTTP/1.1" 200 2325 0.005262 10.0.0.41 - - [2026-05-11 02:23:13] "GET /routing-instance/2e9be896-d7d3-4609-b780-288d4e65143a HTTP/1.1" 200 1497 0.004011 10.0.0.41 - - [2026-05-11 02:23:13] "GET /virtual-network/9bd892db-b1c0-4f79-9684-6b26341c0db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005206 10.0.0.41 - - [2026-05-11 02:23:13] "GET /virtual-network/9bd892db-b1c0-4f79-9684-6b26341c0db2 HTTP/1.1" 200 2325 0.005313 10.0.0.41 - - [2026-05-11 02:23:13] "GET /routing-instance/2e9be896-d7d3-4609-b780-288d4e65143a HTTP/1.1" 200 1497 0.003519 10.0.0.41 - - [2026-05-11 02:23:13] "GET /routing-instance/2e9be896-d7d3-4609-b780-288d4e65143a HTTP/1.1" 200 1497 0.005203 10.0.0.41 - - [2026-05-11 02:23:13] "GET /route-target/9aa16f0c-fe69-4840-b87f-5eba5683b815 HTTP/1.1" 200 1215 0.003349 10.0.0.41 - - [2026-05-11 02:23:13] "GET /domains HTTP/1.1" 200 280 0.003320 10.0.0.41 - - [2026-05-11 02:23:13] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.41 - - [2026-05-11 02:23:13] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2750 0.007505 10.0.0.41 - - [2026-05-11 02:23:13] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001047 10.0.0.41 - - [2026-05-11 02:23:13] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727 HTTP/1.1" 200 2528 0.068865 10.0.0.41 - - [2026-05-11 02:23:13] "GET /virtual-network/9bd892db-b1c0-4f79-9684-6b26341c0db2 HTTP/1.1" 200 2325 0.005631 10.0.0.41 - - [2026-05-11 02:23:13] "GET /obj-perms HTTP/1.1" 200 5026 0.003841 10.0.0.41 - - [2026-05-11 02:23:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001469 10.0.0.41 - - [2026-05-11 02:23:13] "POST /neutron/network HTTP/1.1" 200 843 0.006720 10.0.0.41 - - [2026-05-11 02:23:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000485 10.0.0.41 - - [2026-05-11 02:23:13] "GET / HTTP/1.1" 200 35931 0.001596 10.0.0.41 - - [2026-05-11 02:23:13] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000441 10.0.0.41 - - [2026-05-11 02:23:14] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001089 10.0.0.41 - - [2026-05-11 02:23:14] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.057901 10.0.0.41 - - [2026-05-11 02:23:14] "POST /neutron/network HTTP/1.1" 200 833 0.006402 10.0.0.41 - - [2026-05-11 02:23:14] "POST /neutron/port HTTP/1.1" 200 117 0.008517 10.0.0.41 - - [2026-05-11 02:23:14] "POST /neutron/port HTTP/1.1" 200 117 0.005395 10.0.0.41 - - [2026-05-11 02:23:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001707 10.0.0.41 - - [2026-05-11 02:23:14] "POST /neutron/port HTTP/1.1" 200 117 0.005750 10.0.0.41 - - [2026-05-11 02:23:14] "POST /neutron/network HTTP/1.1" 200 844 0.007472 10.0.0.41 - - [2026-05-11 02:23:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000464 10.0.0.41 - - [2026-05-11 02:23:15] "POST /neutron/network HTTP/1.1" 200 843 0.007290 10.0.0.41 - - [2026-05-11 02:23:15] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001101 10.0.0.41 - - [2026-05-11 02:23:15] "GET / HTTP/1.1" 200 35931 0.004216 10.0.0.41 - - [2026-05-11 02:23:15] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000484 10.0.0.41 - - [2026-05-11 02:23:15] "POST /neutron/port HTTP/1.1" 200 1059 0.252897 10.0.0.41 - - [2026-05-11 02:23:15] "POST /neutron/port HTTP/1.1" 200 1059 0.015173 10.0.0.41 - - [2026-05-11 02:23:15] "POST /neutron/port HTTP/1.1" 200 1059 0.013532 10.0.0.41 - - [2026-05-11 02:23:15] "POST /neutron/port HTTP/1.1" 200 1113 0.082756 10.0.0.41 - - [2026-05-11 02:23:15] "POST /neutron/port HTTP/1.1" 200 1123 0.014228 10.0.0.41 - - [2026-05-11 02:23:15] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001222 10.0.0.41 - - [2026-05-11 02:23:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005829 10.0.0.41 - - [2026-05-11 02:23:15] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.076827 10.0.0.41 - - [2026-05-11 02:23:15] "POST /neutron/subnet HTTP/1.1" 200 703 0.016018 10.0.0.41 - - [2026-05-11 02:23:15] "POST /neutron/port HTTP/1.1" 200 117 0.001486 10.0.0.41 - - [2026-05-11 02:23:15] "POST /neutron/network HTTP/1.1" 200 834 0.009230 10.0.0.41 - - [2026-05-11 02:23:15] "POST /neutron/network HTTP/1.1" 200 833 0.005631 10.0.0.41 - - [2026-05-11 02:23:15] "POST /neutron/port HTTP/1.1" 200 1123 0.016392 10.0.0.41 - - [2026-05-11 02:23:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009041 10.0.0.41 - - [2026-05-11 02:23:15] "POST /neutron/port HTTP/1.1" 200 117 0.011297 10.0.0.41 - - [2026-05-11 02:23:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.006000 10.0.0.41 - - [2026-05-11 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.41 - - [2026-05-11 02:23:15] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001351 10.0.0.41 - - [2026-05-11 02:23:15] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008477 10.0.0.41 - - [2026-05-11 02:23:16] "POST /service-templates HTTP/1.1" 200 543 0.040707 10.0.0.41 - - [2026-05-11 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.41 - - [2026-05-11 02:23:16] "GET /service-template/62d27d08-144f-4210-b0f7-2dde918499bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.006259 10.0.0.41 - - [2026-05-11 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.41 - - [2026-05-11 02:23:16] "GET /service-template/62d27d08-144f-4210-b0f7-2dde918499bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004079 10.0.0.41 - - [2026-05-11 02:23:16] "POST /neutron/network HTTP/1.1" 200 844 0.008030 10.0.0.41 - - [2026-05-11 02:23:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.003016 10.0.0.41 - - [2026-05-11 02:23:16] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001583 10.0.0.41 - - [2026-05-11 02:23:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001998 10.0.0.41 - - [2026-05-11 02:23:16] "POST /id-to-fqname HTTP/1.1" 200 224 0.001285 10.0.0.41 - - [2026-05-11 02:23:16] "POST /neutron/port HTTP/1.1" 200 2039 0.043064 10.0.0.41 - - [2026-05-11 02:23:16] "POST /neutron/port HTTP/1.1" 200 1058 0.314596 10.0.0.41 - - [2026-05-11 02:23:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008626 10.0.0.41 - - [2026-05-11 02:23:16] "POST /neutron/port HTTP/1.1" 200 1058 0.023705 10.0.0.41 - - [2026-05-11 02:23:16] "POST /neutron/port HTTP/1.1" 200 1058 0.021055 10.0.0.41 - - [2026-05-11 02:23:16] "POST /neutron/port HTTP/1.1" 200 1112 0.117721 10.0.0.41 - - [2026-05-11 02:23:16] "POST /neutron/port HTTP/1.1" 200 1122 0.022732 10.0.0.41 - - [2026-05-11 02:23:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003845 10.0.0.41 - - [2026-05-11 02:23:17] "POST /neutron/subnet HTTP/1.1" 200 699 0.008802 10.0.0.41 - - [2026-05-11 02:23:17] "POST /neutron/port HTTP/1.1" 200 117 0.001288 10.0.0.41 - - [2026-05-11 02:23:17] "POST /neutron/network HTTP/1.1" 200 834 0.013947 10.0.0.41 - - [2026-05-11 02:23:17] "POST /neutron/network HTTP/1.1" 200 2224 0.012348 10.0.0.41 - - [2026-05-11 02:23:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000446 10.0.0.41 - - [2026-05-11 02:23:17] "GET / HTTP/1.1" 200 35931 0.001794 10.0.0.41 - - [2026-05-11 02:23:17] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000400 10.0.0.41 - - [2026-05-11 02:23:18] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001179 10.0.0.41 - - [2026-05-11 02:23:18] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.082898 10.0.0.41 - - [2026-05-11 02:23:18] "POST /neutron/network HTTP/1.1" 200 832 0.011325 10.0.0.41 - - [2026-05-11 02:23:18] "POST /neutron/network HTTP/1.1" 200 833 0.006926 10.0.0.41 - - [2026-05-11 02:23:18] "POST /neutron/network HTTP/1.1" 200 834 0.009269 10.0.0.41 - - [2026-05-11 02:23:18] "POST /neutron/port HTTP/1.1" 200 2093 0.031635 10.0.0.41 - - [2026-05-11 02:23:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006158 10.0.0.41 - - [2026-05-11 02:23:18] "POST /neutron/port HTTP/1.1" 200 117 0.005824 10.0.0.41 - - [2026-05-11 02:23:18] "POST /neutron/port HTTP/1.1" 200 117 0.007166 10.0.0.41 - - [2026-05-11 02:23:19] "POST /neutron/network HTTP/1.1" 200 2224 0.027046 10.0.0.41 - - [2026-05-11 02:23:19] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002002 10.0.0.41 - - [2026-05-11 02:23:19] "POST /neutron/port HTTP/1.1" 200 1058 0.315275 10.0.0.41 - - [2026-05-11 02:23:19] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001574 10.0.0.41 - - [2026-05-11 02:23:19] "POST /neutron/port HTTP/1.1" 200 1059 0.216883 10.0.0.41 - - [2026-05-11 02:23:19] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001152 10.0.0.41 - - [2026-05-11 02:23:19] "POST /neutron/port HTTP/1.1" 200 1058 0.229284 10.0.0.41 - - [2026-05-11 02:23:20] "POST /neutron/port HTTP/1.1" 200 1058 0.013046 10.0.0.41 - - [2026-05-11 02:23:20] "POST /neutron/port HTTP/1.1" 200 1058 0.013006 10.0.0.41 - - [2026-05-11 02:23:20] "POST /neutron/port HTTP/1.1" 200 1112 0.074311 10.0.0.41 - - [2026-05-11 02:23:20] "POST /neutron/port HTTP/1.1" 200 1059 0.015354 10.0.0.41 - - [2026-05-11 02:23:20] "POST /neutron/port HTTP/1.1" 200 1059 0.014967 10.0.0.41 - - [2026-05-11 02:23:20] "POST /neutron/port HTTP/1.1" 200 1113 0.070426 10.0.0.41 - - [2026-05-11 02:23:20] "POST /neutron/port HTTP/1.1" 200 1058 0.013580 10.0.0.41 - - [2026-05-11 02:23:20] "POST /neutron/port HTTP/1.1" 200 1058 0.013213 10.0.0.41 - - [2026-05-11 02:23:20] "POST /neutron/port HTTP/1.1" 200 1112 0.087444 10.0.0.41 - - [2026-05-11 02:23:20] "POST /neutron/port HTTP/1.1" 200 3062 0.024549 10.0.0.41 - - [2026-05-11 02:23:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003621 10.0.0.41 - - [2026-05-11 02:23:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.008084 10.0.0.41 - - [2026-05-11 02:23:20] "POST /neutron/port HTTP/1.1" 200 117 0.001516 10.0.0.41 - - [2026-05-11 02:23:20] "POST /neutron/network HTTP/1.1" 200 832 0.007042 10.0.0.41 - - [2026-05-11 02:23:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004097 10.0.0.41 - - [2026-05-11 02:23:20] "POST /neutron/subnet HTTP/1.1" 200 703 0.007865 10.0.0.41 - - [2026-05-11 02:23:20] "POST /neutron/port HTTP/1.1" 200 117 0.001358 10.0.0.41 - - [2026-05-11 02:23:20] "POST /neutron/network HTTP/1.1" 200 833 0.005552 10.0.0.41 - - [2026-05-11 02:23:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005453 10.0.0.41 - - [2026-05-11 02:23:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.007524 10.0.0.41 - - [2026-05-11 02:23:20] "POST /neutron/port HTTP/1.1" 200 117 0.001320 10.0.0.41 - - [2026-05-11 02:23:20] "POST /neutron/network HTTP/1.1" 200 834 0.007007 10.0.0.41 - - [2026-05-11 02:23:23] "POST /neutron/port HTTP/1.1" 200 3062 0.025046 10.0.0.41 - - [2026-05-11 02:23:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007143 10.0.0.41 - - [2026-05-11 02:23:23] "POST /neutron/port HTTP/1.1" 200 3062 0.025892 10.0.0.41 - - [2026-05-11 02:23:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010338 10.0.0.41 - - [2026-05-11 02:23:24] "POST /neutron/port HTTP/1.1" 200 3062 0.022573 10.0.0.41 - - [2026-05-11 02:23:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010192 10.0.0.41 - - [2026-05-11 02:23:24] "POST /neutron/port HTTP/1.1" 200 3062 0.028831 10.0.0.41 - - [2026-05-11 02:23:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009123 10.0.0.41 - - [2026-05-11 02:23:24] "POST /neutron/port HTTP/1.1" 200 3062 0.022063 10.0.0.41 - - [2026-05-11 02:23:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009021 10.0.0.41 - - [2026-05-11 02:23:24] "GET /virtual-machine/8cc0bf04-b51f-4975-bd10-5b1bc005f709 HTTP/1.1" 200 1803 0.007543 10.0.0.41 - - [2026-05-11 02:23:24] "GET /virtual-machine-interface/39c8f6a8-4ab9-480a-ab6a-9ad7f184d455 HTTP/1.1" 200 2949 0.006188 10.0.0.41 - - [2026-05-11 02:23:24] "GET /virtual-machine-interface/923c3053-b21a-4aec-bb98-27ef5e5cbbef HTTP/1.1" 200 2947 0.005450 10.0.0.41 - - [2026-05-11 02:23:24] "GET /virtual-machine-interface/dd0f5454-8446-4dfd-895f-94608a3c6af4 HTTP/1.1" 200 2946 0.005962 10.0.0.41 - - [2026-05-11 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.41 - - [2026-05-11 02:23:24] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004560 10.0.0.41 - - [2026-05-11 02:23:24] "GET /virtual-networks?parent_id=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003795 10.0.0.41 - - [2026-05-11 02:23:24] "GET /virtual-network/6a1d5ccd-c445-487e-ba29-1738d7cef25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006221 10.0.0.41 - - [2026-05-11 02:23:25] "POST /neutron/port HTTP/1.1" 200 1123 0.015812 10.0.0.41 - - [2026-05-11 02:23:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010339 10.0.0.41 - - [2026-05-11 02:23:27] "POST /neutron/port HTTP/1.1" 200 1122 0.016404 10.0.0.41 - - [2026-05-11 02:23:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007273 10.0.0.41 - - [2026-05-11 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.41 - - [2026-05-11 02:23:27] "GET /virtual-network/6a1d5ccd-c445-487e-ba29-1738d7cef25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005374 10.0.0.41 - - [2026-05-11 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.41 - - [2026-05-11 02:23:31] "GET /virtual-network/6a1d5ccd-c445-487e-ba29-1738d7cef25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005183 10.0.0.41 - - [2026-05-11 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.41 - - [2026-05-11 02:23:35] "GET /virtual-network/6a1d5ccd-c445-487e-ba29-1738d7cef25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005203 10.0.0.41 - - [2026-05-11 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.41 - - [2026-05-11 02:23:40] "GET /virtual-network/6a1d5ccd-c445-487e-ba29-1738d7cef25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006180 10.0.0.41 - - [2026-05-11 02:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.41 - - [2026-05-11 02:23:44] "GET /virtual-network/6a1d5ccd-c445-487e-ba29-1738d7cef25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006021 10.0.0.41 - - [2026-05-11 02:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.41 - - [2026-05-11 02:23:46] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004834 10.0.0.41 - - [2026-05-11 02:23:46] "GET /virtual-networks?parent_id=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003931 10.0.0.41 - - [2026-05-11 02:23:46] "GET /virtual-network/6a1d5ccd-c445-487e-ba29-1738d7cef25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006961 10.0.0.41 - - [2026-05-11 02:23:46] "POST /neutron/port HTTP/1.1" 200 3062 0.022435 10.0.0.41 - - [2026-05-11 02:23:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007581 10.0.0.41 - - [2026-05-11 02:23:48] "DELETE /project/e0c9c39e5ec44f5e9e6dc566a589d727 HTTP/1.1" 404 173 0.041248 10.0.0.41 - - [2026-05-11 02:23:48] "GET /projects?obj_uuids=db9959e1-c152-4d9a-9a32-60d9012281e5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001640 10.0.0.41 - - [2026-05-11 02:23:48] "GET /project/db9959e1-c152-4d9a-9a32-60d9012281e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.062825 10.0.0.41 - - [2026-05-11 02:23:48] "GET /projects?obj_uuids=db9959e1-c152-4d9a-9a32-60d9012281e5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001022 10.0.0.41 - - [2026-05-11 02:23:48] "GET /project/db9959e1-c152-4d9a-9a32-60d9012281e5?fields=security_groups HTTP/1.1" 200 1353 0.067969 10.0.0.41 - - [2026-05-11 02:23:48] "DELETE /security-group/84a47e3d-9288-4d18-bb1b-687fcb710648 HTTP/1.1" 200 115 0.043057 10.0.0.41 - - [2026-05-11 02:23:48] "GET /projects?obj_uuids=db9959e1-c152-4d9a-9a32-60d9012281e5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001239 10.0.0.41 - - [2026-05-11 02:23:48] "GET /project/db9959e1-c152-4d9a-9a32-60d9012281e5?fields=application_policy_sets HTTP/1.1" 200 1392 0.047450 10.0.0.41 - - [2026-05-11 02:23:48] "DELETE /access-control-list/f81cae79-d0a8-42d5-a0ba-f0566871db83 HTTP/1.1" 200 115 0.084098 10.0.0.41 - - [2026-05-11 02:23:48] "DELETE /access-control-list/529456f6-3b8d-4d85-8296-84a97a1ff27c HTTP/1.1" 200 115 0.024160 10.0.0.41 - - [2026-05-11 02:23:48] "DELETE /project/db9959e1-c152-4d9a-9a32-60d9012281e5 HTTP/1.1" 200 115 0.443361 10.0.0.41 - - [2026-05-11 02:23:51] "POST /neutron/port HTTP/1.1" 200 3062 0.026345 10.0.0.41 - - [2026-05-11 02:23:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007214 10.0.0.41 - - [2026-05-11 02:23:54] "POST /neutron/port HTTP/1.1" 200 3062 0.042006 10.0.0.41 - - [2026-05-11 02:23:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007006 10.0.0.41 - - [2026-05-11 02:23:55] "GET /obj-perms HTTP/1.1" 200 5056 0.099356 10.0.0.41 - - [2026-05-11 02:23:55] "GET /obj-perms HTTP/1.1" 200 5056 0.079347 10.0.0.41 - - [2026-05-11 02:23:56] "POST /neutron/port HTTP/1.1" 200 3062 0.025574 10.0.0.41 - - [2026-05-11 02:23:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007783 10.0.0.41 - - [2026-05-11 02:24:02] "POST /neutron/port HTTP/1.1" 200 3062 0.030898 10.0.0.41 - - [2026-05-11 02:24:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011875 10.0.0.41 - - [2026-05-11 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.41 - - [2026-05-11 02:24:07] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004045 10.0.0.41 - - [2026-05-11 02:24:07] "GET /virtual-networks?parent_id=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003448 10.0.0.41 - - [2026-05-11 02:24:07] "GET /virtual-network/28896aa3-29b7-45c4-9f41-118491bf784b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005166 10.0.0.41 - - [2026-05-11 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.41 - - [2026-05-11 02:24:07] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003237 10.0.0.41 - - [2026-05-11 02:24:07] "GET /virtual-networks?parent_id=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004055 10.0.0.41 - - [2026-05-11 02:24:07] "GET /virtual-network/9bd892db-b1c0-4f79-9684-6b26341c0db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006393 10.0.0.41 - - [2026-05-11 02:24:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.005150 10.0.0.41 - - [2026-05-11 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.41 - - [2026-05-11 02:24:08] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001268 10.0.0.41 - - [2026-05-11 02:24:08] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.046584 10.0.0.41 - - [2026-05-11 02:24:08] "POST /service-instances HTTP/1.1" 200 543 0.064348 10.0.0.41 - - [2026-05-11 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.41 - - [2026-05-11 02:24:08] "GET /service-instance/127cf69f-388c-463d-b8fa-54ccf7da6b34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005750 10.0.0.41 - - [2026-05-11 02:24:08] "POST /port-tuples HTTP/1.1" 200 586 0.031715 10.0.0.41 - - [2026-05-11 02:24:08] "GET /virtual-machine-interface/923c3053-b21a-4aec-bb98-27ef5e5cbbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.007742 10.0.0.41 - - [2026-05-11 02:24:08] "PUT /virtual-machine-interface/923c3053-b21a-4aec-bb98-27ef5e5cbbef HTTP/1.1" 200 284 0.010210 10.0.0.41 - - [2026-05-11 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.012304 10.0.0.41 - - [2026-05-11 02:24:08] "GET /virtual-machine-interface/dd0f5454-8446-4dfd-895f-94608a3c6af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005147 10.0.0.41 - - [2026-05-11 02:24:08] "POST /instance-ips HTTP/1.1" 200 385 0.045786 10.0.0.41 - - [2026-05-11 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.008859 10.0.0.41 - - [2026-05-11 02:24:08] "PUT /virtual-machine-interface/dd0f5454-8446-4dfd-895f-94608a3c6af4 HTTP/1.1" 200 284 0.011167 10.0.0.41 - - [2026-05-11 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.009615 10.0.0.41 - - [2026-05-11 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.010817 10.0.0.41 - - [2026-05-11 02:24:08] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002863 10.0.0.41 - - [2026-05-11 02:24:08] "GET /virtual-machine-interface/39c8f6a8-4ab9-480a-ab6a-9ad7f184d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.007207 10.0.0.41 - - [2026-05-11 02:24:08] "POST /instance-ips HTTP/1.1" 200 385 0.027823 10.0.0.41 - - [2026-05-11 02:24:08] "PUT /virtual-machine-interface/39c8f6a8-4ab9-480a-ab6a-9ad7f184d455 HTTP/1.1" 200 284 0.017911 10.0.0.41 - - [2026-05-11 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.010612 10.0.0.41 - - [2026-05-11 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.010109 10.0.0.41 - - [2026-05-11 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.009360 10.0.0.41 - - [2026-05-11 02:24:09] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003398 10.0.0.41 - - [2026-05-11 02:24:09] "POST /neutron/port HTTP/1.1" 200 1123 0.013199 10.0.0.41 - - [2026-05-11 02:24:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007336 10.0.0.41 - - [2026-05-11 02:24:09] "POST /instance-ips HTTP/1.1" 200 373 0.021946 10.0.0.41 - - [2026-05-11 02:24:09] "POST /neutron/port HTTP/1.1" 200 1123 0.015357 10.0.0.41 - - [2026-05-11 02:24:09] "POST /ref-update HTTP/1.1" 200 156 0.013174 10.0.0.41 - - [2026-05-11 02:24:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008865 10.0.0.41 - - [2026-05-11 02:24:09] "POST /ref-update HTTP/1.1" 200 156 0.018716 10.0.0.41 - - [2026-05-11 02:24:09] "POST /neutron/port HTTP/1.1" 200 1123 0.020698 10.0.0.41 - - [2026-05-11 02:24:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008211 10.0.0.41 - - [2026-05-11 02:24:09] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003973 10.0.0.41 - - [2026-05-11 02:24:09] "GET /virtual-machine/21fcb5b6-edb8-406e-a9bc-02ceae0175c5 HTTP/1.1" 200 1290 0.006729 10.0.0.41 - - [2026-05-11 02:24:09] "GET /virtual-machine-interface/5bb993cf-e4b8-47fd-bbb4-23be3a70910d HTTP/1.1" 200 2946 0.005387 10.0.0.41 - - [2026-05-11 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.41 - - [2026-05-11 02:24:09] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003268 10.0.0.41 - - [2026-05-11 02:24:09] "POST /instance-ips HTTP/1.1" 200 373 0.017758 10.0.0.41 - - [2026-05-11 02:24:09] "GET /virtual-networks?parent_id=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002995 10.0.0.41 - - [2026-05-11 02:24:09] "POST /ref-update HTTP/1.1" 200 156 0.010592 10.0.0.41 - - [2026-05-11 02:24:09] "GET /virtual-network/28896aa3-29b7-45c4-9f41-118491bf784b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005368 10.0.0.41 - - [2026-05-11 02:24:09] "POST /ref-update HTTP/1.1" 200 156 0.009640 10.0.0.41 - - [2026-05-11 02:24:09] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003706 10.0.0.41 - - [2026-05-11 02:24:09] "POST /instance-ips HTTP/1.1" 200 375 0.017936 10.0.0.41 - - [2026-05-11 02:24:09] "POST /ref-update HTTP/1.1" 200 156 0.011040 10.0.0.41 - - [2026-05-11 02:24:09] "POST /ref-update HTTP/1.1" 200 156 0.010653 10.0.0.41 - - [2026-05-11 02:24:09] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003504 10.0.0.41 - - [2026-05-11 02:24:09] "POST /instance-ips HTTP/1.1" 200 375 0.019303 10.0.0.41 - - [2026-05-11 02:24:09] "POST /ref-update HTTP/1.1" 200 156 0.012522 10.0.0.41 - - [2026-05-11 02:24:09] "POST /ref-update HTTP/1.1" 200 156 0.011275 10.0.0.41 - - [2026-05-11 02:24:09] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003262 10.0.0.41 - - [2026-05-11 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.41 - - [2026-05-11 02:24:10] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003610 10.0.0.41 - - [2026-05-11 02:24:10] "GET /virtual-networks?parent_id=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003379 10.0.0.41 - - [2026-05-11 02:24:10] "GET /virtual-network/28896aa3-29b7-45c4-9f41-118491bf784b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005409 10.0.0.41 - - [2026-05-11 02:24:10] "POST /neutron/port HTTP/1.1" 200 1122 0.014966 10.0.0.41 - - [2026-05-11 02:24:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006582 10.0.0.41 - - [2026-05-11 02:24:10] "POST /neutron/port HTTP/1.1" 200 1122 0.013952 10.0.0.41 - - [2026-05-11 02:24:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007428 10.0.0.41 - - [2026-05-11 02:24:11] "POST /neutron/port HTTP/1.1" 200 1122 0.016159 10.0.0.41 - - [2026-05-11 02:24:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009075 10.0.0.41 - - [2026-05-11 02:24:11] "GET /virtual-machine/d3695d1c-813f-45cb-ae53-e0d58b14f363 HTTP/1.1" 200 1291 0.005741 10.0.0.41 - - [2026-05-11 02:24:11] "GET /virtual-machine-interface/b43334fc-b666-4f2b-884d-c2d64ba73e05 HTTP/1.1" 200 2949 0.006455 10.0.0.41 - - [2026-05-11 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.41 - - [2026-05-11 02:24:11] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003052 10.0.0.41 - - [2026-05-11 02:24:11] "GET /virtual-networks?parent_id=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003206 10.0.0.41 - - [2026-05-11 02:24:11] "GET /virtual-network/9bd892db-b1c0-4f79-9684-6b26341c0db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005919 10.0.0.41 - - [2026-05-11 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.41 - - [2026-05-11 02:24:12] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004070 10.0.0.41 - - [2026-05-11 02:24:12] "GET /virtual-networks?parent_id=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003573 10.0.0.41 - - [2026-05-11 02:24:12] "GET /virtual-network/9bd892db-b1c0-4f79-9684-6b26341c0db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005516 10.0.0.41 - - [2026-05-11 02:24:12] "POST /fqname-to-id HTTP/1.1" 404 211 0.002838 10.0.0.41 - - [2026-05-11 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.41 - - [2026-05-11 02:24:12] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001423 10.0.0.41 - - [2026-05-11 02:24:12] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.029831 10.0.0.41 - - [2026-05-11 02:24:12] "POST /network-policys HTTP/1.1" 200 547 0.018288 10.0.0.41 - - [2026-05-11 02:24:12] "GET /network-policy/e77e1fca-505e-4d33-8b64-5e5f300377ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.005374 10.0.0.41 - - [2026-05-11 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.41 - - [2026-05-11 02:24:12] "GET /virtual-network/28896aa3-29b7-45c4-9f41-118491bf784b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008498 10.0.0.41 - - [2026-05-11 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.41 - - [2026-05-11 02:24:13] "GET /network-policy/e77e1fca-505e-4d33-8b64-5e5f300377ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003917 10.0.0.41 - - [2026-05-11 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 242 0.004345 10.0.0.41 - - [2026-05-11 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.036802 10.0.0.41 - - [2026-05-11 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.41 - - [2026-05-11 02:24:13] "POST /access-control-lists HTTP/1.1" 200 601 0.061770 10.0.0.41 - - [2026-05-11 02:24:13] "GET /network-policy/e77e1fca-505e-4d33-8b64-5e5f300377ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.005173 10.0.0.41 - - [2026-05-11 02:24:13] "POST /neutron/network HTTP/1.1" 200 921 0.008287 10.0.0.41 - - [2026-05-11 02:24:13] "GET /virtual-network/28896aa3-29b7-45c4-9f41-118491bf784b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005738 10.0.0.41 - - [2026-05-11 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.41 - - [2026-05-11 02:24:13] "GET /network-policy/e77e1fca-505e-4d33-8b64-5e5f300377ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004797 10.0.0.41 - - [2026-05-11 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.41 - - [2026-05-11 02:24:13] "GET /virtual-network/9bd892db-b1c0-4f79-9684-6b26341c0db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005021 10.0.0.41 - - [2026-05-11 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.41 - - [2026-05-11 02:24:13] "GET /network-policy/e77e1fca-505e-4d33-8b64-5e5f300377ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.005195 10.0.0.41 - - [2026-05-11 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 244 0.004393 10.0.0.41 - - [2026-05-11 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.032721 10.0.0.41 - - [2026-05-11 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.41 - - [2026-05-11 02:24:13] "POST /access-control-lists HTTP/1.1" 200 604 0.062710 10.0.0.41 - - [2026-05-11 02:24:13] "GET /network-policy/e77e1fca-505e-4d33-8b64-5e5f300377ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004242 10.0.0.41 - - [2026-05-11 02:24:13] "POST /routing-instances HTTP/1.1" 200 759 0.020458 10.0.0.41 - - [2026-05-11 02:24:13] "POST /neutron/network HTTP/1.1" 200 922 0.006994 10.0.0.41 - - [2026-05-11 02:24:13] "GET /virtual-network/9bd892db-b1c0-4f79-9684-6b26341c0db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006402 10.0.0.41 - - [2026-05-11 02:24:13] "POST /route-targets HTTP/1.1" 200 327 0.010065 10.0.0.41 - - [2026-05-11 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.41 - - [2026-05-11 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.009489 10.0.0.41 - - [2026-05-11 02:24:13] "GET /network-policy/e77e1fca-505e-4d33-8b64-5e5f300377ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003796 10.0.0.41 - - [2026-05-11 02:24:13] "GET /routing-instance/e644c245-7d1f-428c-ab91-08bd4559d6e6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.004647 10.0.0.41 - - [2026-05-11 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.41 - - [2026-05-11 02:24:14] "GET /routing-instance/e644c245-7d1f-428c-ab91-08bd4559d6e6?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.004601 10.0.0.41 - - [2026-05-11 02:24:14] "GET /service-template/62d27d08-144f-4210-b0f7-2dde918499bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004702 10.0.0.41 - - [2026-05-11 02:24:14] "POST /ref-update HTTP/1.1" 200 156 0.010912 10.0.0.41 - - [2026-05-11 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.41 - - [2026-05-11 02:24:14] "POST /routing-instances HTTP/1.1" 200 760 0.016854 10.0.0.41 - - [2026-05-11 02:24:14] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002439 10.0.0.41 - - [2026-05-11 02:24:14] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.030449 10.0.0.41 - - [2026-05-11 02:24:14] "POST /route-targets HTTP/1.1" 200 327 0.011616 10.0.0.41 - - [2026-05-11 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.41 - - [2026-05-11 02:24:14] "POST /ref-update HTTP/1.1" 200 156 0.010550 10.0.0.41 - - [2026-05-11 02:24:14] "GET /service-instance/127cf69f-388c-463d-b8fa-54ccf7da6b34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.004874 10.0.0.41 - - [2026-05-11 02:24:14] "GET /routing-instance/b94138af-9de1-4c10-bc99-580956431aab?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1289 0.004341 10.0.0.41 - - [2026-05-11 02:24:14] "GET /domains HTTP/1.1" 200 280 0.002887 10.0.0.41 - - [2026-05-11 02:24:14] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001606 10.0.0.41 - - [2026-05-11 02:24:14] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2771 0.011114 10.0.0.41 - - [2026-05-11 02:24:14] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001101 10.0.0.41 - - [2026-05-11 02:24:14] "GET /routing-instance/b94138af-9de1-4c10-bc99-580956431aab?fields=routing_policy_back_refs HTTP/1.1" 200 1289 0.003716 10.0.0.41 - - [2026-05-11 02:24:14] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727 HTTP/1.1" 200 4244 0.064758 10.0.0.41 - - [2026-05-11 02:24:14] "GET /service-instance/127cf69f-388c-463d-b8fa-54ccf7da6b34 HTTP/1.1" 200 3783 0.009686 10.0.0.41 - - [2026-05-11 02:24:14] "PUT /routing-instance/e644c245-7d1f-428c-ab91-08bd4559d6e6 HTTP/1.1" 200 266 0.014731 10.0.0.41 - - [2026-05-11 02:24:14] "GET /domains HTTP/1.1" 200 280 0.006923 10.0.0.41 - - [2026-05-11 02:24:14] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001282 10.0.0.41 - - [2026-05-11 02:24:14] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2771 0.007473 10.0.0.41 - - [2026-05-11 02:24:14] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001157 10.0.0.41 - - [2026-05-11 02:24:14] "PUT /routing-instance/b94138af-9de1-4c10-bc99-580956431aab HTTP/1.1" 200 266 0.012779 10.0.0.41 - - [2026-05-11 02:24:14] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727 HTTP/1.1" 200 4244 0.077366 10.0.0.41 - - [2026-05-11 02:24:14] "GET /service-instance/127cf69f-388c-463d-b8fa-54ccf7da6b34 HTTP/1.1" 200 3783 0.007203 10.0.0.41 - - [2026-05-11 02:24:14] "POST /ref-update HTTP/1.1" 200 156 0.018039 10.0.0.41 - - [2026-05-11 02:24:14] "GET /port-tuple/38391cb5-4844-4d77-9766-7d82f6616585 HTTP/1.1" 200 1979 0.005172 10.0.0.41 - - [2026-05-11 02:24:14] "GET /virtual-machine-interface/39c8f6a8-4ab9-480a-ab6a-9ad7f184d455 HTTP/1.1" 200 3804 0.010516 10.0.0.41 - - [2026-05-11 02:24:14] "GET /virtual-machine-interface/923c3053-b21a-4aec-bb98-27ef5e5cbbef HTTP/1.1" 200 3817 0.007283 10.0.0.41 - - [2026-05-11 02:24:14] "GET /virtual-machine-interface/dd0f5454-8446-4dfd-895f-94608a3c6af4 HTTP/1.1" 200 3798 0.007471 10.0.0.41 - - [2026-05-11 02:24:14] "POST /neutron/port HTTP/1.1" 200 3833 0.049996 10.0.0.41 - - [2026-05-11 02:24:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006516 10.0.0.41 - - [2026-05-11 02:24:14] "POST /neutron/port HTTP/1.1" 200 3833 0.040156 10.0.0.41 - - [2026-05-11 02:24:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006483 10.0.0.41 - - [2026-05-11 02:24:14] "POST /neutron/port HTTP/1.1" 200 3833 0.038280 10.0.0.41 - - [2026-05-11 02:24:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006878 10.0.0.41 - - [2026-05-11 02:24:15] "POST /neutron/port HTTP/1.1" 200 3833 0.045085 10.0.0.41 - - [2026-05-11 02:24:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006929 10.0.0.41 - - [2026-05-11 02:24:15] "POST /neutron/network HTTP/1.1" 200 895 0.013061 10.0.0.41 - - [2026-05-11 02:24:15] "POST /neutron/network HTTP/1.1" 200 921 0.005708 10.0.0.41 - - [2026-05-11 02:24:15] "POST /neutron/network HTTP/1.1" 200 806 0.013262 10.0.0.41 - - [2026-05-11 02:24:15] "POST /neutron/network HTTP/1.1" 200 832 0.005788 10.0.0.41 - - [2026-05-11 02:24:15] "POST /neutron/network HTTP/1.1" 200 896 0.013675 10.0.0.41 - - [2026-05-11 02:24:15] "POST /neutron/network HTTP/1.1" 200 922 0.006727 10.0.0.41 - - [2026-05-11 02:24:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001810 10.0.0.41 - - [2026-05-11 02:24:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001930 10.0.0.41 - - [2026-05-11 02:24:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.001911 10.0.0.41 - - [2026-05-11 02:24:15] "GET /virtual-machine/8cc0bf04-b51f-4975-bd10-5b1bc005f709 HTTP/1.1" 200 1803 0.004241 10.0.0.41 - - [2026-05-11 02:24:15] "GET /virtual-machine-interface/39c8f6a8-4ab9-480a-ab6a-9ad7f184d455 HTTP/1.1" 200 3804 0.006661 10.0.0.41 - - [2026-05-11 02:24:15] "GET /virtual-machine-interface/923c3053-b21a-4aec-bb98-27ef5e5cbbef HTTP/1.1" 200 3817 0.005141 10.0.0.41 - - [2026-05-11 02:24:15] "GET /virtual-machine-interface/dd0f5454-8446-4dfd-895f-94608a3c6af4 HTTP/1.1" 200 3798 0.007442 10.0.0.41 - - [2026-05-11 02:24:15] "GET /instance-ip/3b7628d4-3d5f-41c4-aba4-881c4171b74a HTTP/1.1" 200 1960 0.004950 10.0.0.41 - - [2026-05-11 02:24:15] "GET /instance-ip/dc4dcda5-4fcb-470a-9637-4a8e3afe9d52 HTTP/1.1" 200 1959 0.004254 10.0.0.41 - - [2026-05-11 02:24:15] "GET /instance-ip/dd0eb7bd-d550-418f-a1ff-b517c942196c HTTP/1.1" 200 1623 0.005060 10.0.0.41 - - [2026-05-11 02:24:15] "GET /instance-ip/4ef97557-c175-45fe-96ff-03c168bcd621 HTTP/1.1" 200 1621 0.004656 10.0.0.41 - - [2026-05-11 02:24:15] "GET /instance-ip/50dd2d72-178c-44e9-8a2f-dcb8255d3f20 HTTP/1.1" 200 1977 0.003958 10.0.0.41 - - [2026-05-11 02:24:15] "GET /instance-ip/5c648a11-d862-4f0d-bf03-c18cb6b581ad HTTP/1.1" 200 1980 0.003894 10.0.0.41 - - [2026-05-11 02:24:15] "GET /instance-ip/3c77796a-0e80-41f1-ab29-f79d7a24cd92 HTTP/1.1" 200 1956 0.003524 10.0.0.41 - - [2026-05-11 02:24:15] "GET /instance-ip/c82b986e-bca5-4a2b-99f2-6fbd636b92ad HTTP/1.1" 200 1623 0.004848 10.0.0.41 - - [2026-05-11 02:24:15] "GET /instance-ip/fc311d2b-ab97-48a8-987a-7f67371bf490 HTTP/1.1" 200 1955 0.004348 10.0.0.41 - - [2026-05-11 02:24:15] "POST /neutron/port HTTP/1.1" 200 3833 0.038563 10.0.0.41 - - [2026-05-11 02:24:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006526 10.0.0.41 - - [2026-05-11 02:24:15] "POST /neutron/port HTTP/1.1" 200 3833 0.035423 10.0.0.41 - - [2026-05-11 02:24:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007734 10.0.0.41 - - [2026-05-11 02:24:15] "POST /neutron/port HTTP/1.1" 200 3833 0.034582 10.0.0.41 - - [2026-05-11 02:24:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007447 10.0.0.41 - - [2026-05-11 02:24:15] "POST /neutron/port HTTP/1.1" 200 3833 0.035798 10.0.0.41 - - [2026-05-11 02:24:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012495 10.0.0.41 - - [2026-05-11 02:24:15] "GET /virtual-machine/8cc0bf04-b51f-4975-bd10-5b1bc005f709 HTTP/1.1" 200 1803 0.003455 10.0.0.41 - - [2026-05-11 02:24:15] "GET /virtual-machine-interface/39c8f6a8-4ab9-480a-ab6a-9ad7f184d455 HTTP/1.1" 200 3804 0.005135 10.0.0.41 - - [2026-05-11 02:24:15] "GET /virtual-machine-interface/923c3053-b21a-4aec-bb98-27ef5e5cbbef HTTP/1.1" 200 3817 0.005721 10.0.0.41 - - [2026-05-11 02:24:15] "GET /virtual-machine-interface/dd0f5454-8446-4dfd-895f-94608a3c6af4 HTTP/1.1" 200 3798 0.005124 10.0.0.41 - - [2026-05-11 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.41 - - [2026-05-11 02:24:16] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006566 10.0.0.41 - - [2026-05-11 02:24:16] "GET /virtual-networks?parent_id=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005147 10.0.0.41 - - [2026-05-11 02:24:16] "GET /virtual-network/28896aa3-29b7-45c4-9f41-118491bf784b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007441 10.0.0.41 - - [2026-05-11 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004980 10.0.0.41 - - [2026-05-11 02:24:17] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003948 10.0.0.41 - - [2026-05-11 02:24:17] "GET /virtual-networks?parent_id=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003727 10.0.0.41 - - [2026-05-11 02:24:17] "GET /virtual-network/28896aa3-29b7-45c4-9f41-118491bf784b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005763 10.0.0.41 - - [2026-05-11 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.41 - - [2026-05-11 02:24:17] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004686 10.0.0.41 - - [2026-05-11 02:24:17] "GET /virtual-networks?parent_id=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003932 10.0.0.41 - - [2026-05-11 02:24:17] "GET /virtual-network/28896aa3-29b7-45c4-9f41-118491bf784b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006871 10.0.0.41 - - [2026-05-11 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.41 - - [2026-05-11 02:24:17] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004217 10.0.0.41 - - [2026-05-11 02:24:17] "GET /virtual-networks?parent_id=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005121 10.0.0.41 - - [2026-05-11 02:24:17] "GET /virtual-network/28896aa3-29b7-45c4-9f41-118491bf784b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006319 10.0.0.41 - - [2026-05-11 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.41 - - [2026-05-11 02:24:17] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003864 10.0.0.41 - - [2026-05-11 02:24:17] "GET /virtual-networks?parent_id=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003321 10.0.0.41 - - [2026-05-11 02:24:18] "GET /virtual-network/28896aa3-29b7-45c4-9f41-118491bf784b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005666 10.0.0.41 - - [2026-05-11 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.41 - - [2026-05-11 02:24:18] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004846 10.0.0.41 - - [2026-05-11 02:24:18] "GET /virtual-networks?parent_id=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003588 10.0.0.41 - - [2026-05-11 02:24:18] "GET /virtual-network/6a1d5ccd-c445-487e-ba29-1738d7cef25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006860 10.0.0.41 - - [2026-05-11 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.41 - - [2026-05-11 02:24:18] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004206 10.0.0.41 - - [2026-05-11 02:24:18] "GET /virtual-networks?parent_id=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003962 10.0.0.41 - - [2026-05-11 02:24:18] "GET /virtual-network/6a1d5ccd-c445-487e-ba29-1738d7cef25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007363 10.0.0.41 - - [2026-05-11 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.41 - - [2026-05-11 02:24:18] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004410 10.0.0.41 - - [2026-05-11 02:24:18] "GET /virtual-networks?parent_id=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003521 10.0.0.41 - - [2026-05-11 02:24:18] "GET /virtual-network/6a1d5ccd-c445-487e-ba29-1738d7cef25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005582 10.0.0.41 - - [2026-05-11 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.41 - - [2026-05-11 02:24:18] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003701 10.0.0.41 - - [2026-05-11 02:24:18] "GET /virtual-networks?parent_id=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004368 10.0.0.41 - - [2026-05-11 02:24:18] "GET /virtual-network/6a1d5ccd-c445-487e-ba29-1738d7cef25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005588 10.0.0.41 - - [2026-05-11 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.41 - - [2026-05-11 02:24:19] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003879 10.0.0.41 - - [2026-05-11 02:24:19] "GET /virtual-networks?parent_id=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003250 10.0.0.41 - - [2026-05-11 02:24:19] "GET /virtual-network/9bd892db-b1c0-4f79-9684-6b26341c0db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006870 10.0.0.41 - - [2026-05-11 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.41 - - [2026-05-11 02:24:19] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004210 10.0.0.41 - - [2026-05-11 02:24:19] "GET /virtual-networks?parent_id=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003309 10.0.0.41 - - [2026-05-11 02:24:19] "GET /virtual-network/9bd892db-b1c0-4f79-9684-6b26341c0db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005254 10.0.0.41 - - [2026-05-11 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.41 - - [2026-05-11 02:24:19] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004052 10.0.0.41 - - [2026-05-11 02:24:19] "GET /virtual-networks?parent_id=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005008 10.0.0.41 - - [2026-05-11 02:24:19] "GET /virtual-network/9bd892db-b1c0-4f79-9684-6b26341c0db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006637 10.0.0.41 - - [2026-05-11 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.41 - - [2026-05-11 02:24:19] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004826 10.0.0.41 - - [2026-05-11 02:24:19] "GET /virtual-networks?parent_id=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004408 10.0.0.41 - - [2026-05-11 02:24:19] "GET /virtual-network/9bd892db-b1c0-4f79-9684-6b26341c0db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007047 10.0.0.41 - - [2026-05-11 02:24:19] "GET /virtual-machine/8cc0bf04-b51f-4975-bd10-5b1bc005f709 HTTP/1.1" 200 1803 0.003999 10.0.0.41 - - [2026-05-11 02:24:19] "GET /domains HTTP/1.1" 200 280 0.003019 10.0.0.41 - - [2026-05-11 02:24:19] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001748 10.0.0.41 - - [2026-05-11 02:24:19] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2771 0.008874 10.0.0.41 - - [2026-05-11 02:24:19] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001406 10.0.0.41 - - [2026-05-11 02:24:19] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727 HTTP/1.1" 200 4244 0.074630 10.0.0.41 - - [2026-05-11 02:24:19] "GET /service-instance/127cf69f-388c-463d-b8fa-54ccf7da6b34 HTTP/1.1" 200 3783 0.004488 10.0.0.41 - - [2026-05-11 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.41 - - [2026-05-11 02:24:19] "GET /routing-instance/1986ed80-1f7c-4e1f-8998-ec8fca527c88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.006386 10.0.0.41 - - [2026-05-11 02:24:19] "GET /routing-instance/1986ed80-1f7c-4e1f-8998-ec8fca527c88?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2019 0.005530 10.0.0.41 - - [2026-05-11 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.41 - - [2026-05-11 02:24:20] "GET /routing-instance/2e9be896-d7d3-4609-b780-288d4e65143a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.005124 10.0.0.41 - - [2026-05-11 02:24:20] "GET /routing-instance/2e9be896-d7d3-4609-b780-288d4e65143a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.005815 10.0.0.41 - - [2026-05-11 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.41 - - [2026-05-11 02:24:20] "GET /virtual-network/28896aa3-29b7-45c4-9f41-118491bf784b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006258 10.0.0.41 - - [2026-05-11 02:24:20] "GET /virtual-network/28896aa3-29b7-45c4-9f41-118491bf784b?fields=routing_instances HTTP/1.1" 200 1683 0.009306 10.0.0.41 - - [2026-05-11 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.41 - - [2026-05-11 02:24:20] "GET /virtual-network/9bd892db-b1c0-4f79-9684-6b26341c0db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006706 10.0.0.41 - - [2026-05-11 02:24:20] "GET /virtual-network/9bd892db-b1c0-4f79-9684-6b26341c0db2?fields=routing_instances HTTP/1.1" 200 1689 0.012746 10.0.0.41 - - [2026-05-11 02:24:24] "POST /ref-update HTTP/1.1" 200 156 0.034853 10.0.0.41 - - [2026-05-11 02:24:24] "DELETE /access-control-list/7b3195e9-41e3-4ce3-95a3-c07cada5c808 HTTP/1.1" 200 115 0.027493 10.0.0.41 - - [2026-05-11 02:24:24] "POST /neutron/network HTTP/1.1" 200 834 0.012404 10.0.0.41 - - [2026-05-11 02:24:24] "GET /virtual-network/9bd892db-b1c0-4f79-9684-6b26341c0db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005283 10.0.0.41 - - [2026-05-11 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.41 - - [2026-05-11 02:24:24] "DELETE /routing-instance/e644c245-7d1f-428c-ab91-08bd4559d6e6 HTTP/1.1" 200 115 0.026539 10.0.0.41 - - [2026-05-11 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005095 10.0.0.41 - - [2026-05-11 02:24:24] "GET /network-policy/e77e1fca-505e-4d33-8b64-5e5f300377ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004523 10.0.0.41 - - [2026-05-11 02:24:24] "DELETE /route-target/8670c11f-76b2-4237-af03-634ae36c4de1 HTTP/1.1" 200 115 0.013917 10.0.0.41 - - [2026-05-11 02:24:24] "DELETE /routing-instance/b94138af-9de1-4c10-bc99-580956431aab HTTP/1.1" 200 115 0.045221 10.0.0.41 - - [2026-05-11 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.41 - - [2026-05-11 02:24:24] "POST /ref-update HTTP/1.1" 200 156 0.040395 10.0.0.41 - - [2026-05-11 02:24:25] "POST /neutron/network HTTP/1.1" 200 833 0.011130 10.0.0.41 - - [2026-05-11 02:24:25] "DELETE /route-target/d439b82d-25f3-44e8-b162-6ae46bf98793 HTTP/1.1" 200 115 0.029034 10.0.0.41 - - [2026-05-11 02:24:25] "GET /virtual-network/28896aa3-29b7-45c4-9f41-118491bf784b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005107 10.0.0.41 - - [2026-05-11 02:24:25] "DELETE /access-control-list/2dedcc22-9351-49ec-8bbc-5d488e7e229d HTTP/1.1" 200 115 0.023557 10.0.0.41 - - [2026-05-11 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.41 - - [2026-05-11 02:24:25] "GET /network-policy/e77e1fca-505e-4d33-8b64-5e5f300377ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004390 10.0.0.41 - - [2026-05-11 02:24:25] "DELETE /network-policy/e77e1fca-505e-4d33-8b64-5e5f300377ca HTTP/1.1" 200 115 0.025536 10.0.0.41 - - [2026-05-11 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005003 10.0.0.41 - - [2026-05-11 02:24:25] "DELETE /service-instance/127cf69f-388c-463d-b8fa-54ccf7da6b34 HTTP/1.1" 200 115 0.053872 10.0.0.41 - - [2026-05-11 02:24:25] "GET /domains HTTP/1.1" 200 280 0.002291 10.0.0.41 - - [2026-05-11 02:24:25] "POST /ref-update HTTP/1.1" 200 156 0.020009 10.0.0.41 - - [2026-05-11 02:24:25] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001382 10.0.0.41 - - [2026-05-11 02:24:25] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2771 0.016127 10.0.0.41 - - [2026-05-11 02:24:25] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001970 10.0.0.41 - - [2026-05-11 02:24:25] "DELETE /instance-ip/fc311d2b-ab97-48a8-987a-7f67371bf490 HTTP/1.1" 200 115 0.049605 10.0.0.41 - - [2026-05-11 02:24:25] "POST /ref-update HTTP/1.1" 200 156 0.012434 10.0.0.41 - - [2026-05-11 02:24:25] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727 HTTP/1.1" 200 3770 0.065511 10.0.0.41 - - [2026-05-11 02:24:25] "GET /virtual-machine/8cc0bf04-b51f-4975-bd10-5b1bc005f709 HTTP/1.1" 200 1803 0.012630 10.0.0.41 - - [2026-05-11 02:24:25] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.010181 10.0.0.41 - - [2026-05-11 02:24:25] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.006298 10.0.0.41 - - [2026-05-11 02:24:25] "DELETE /instance-ip/5c648a11-d862-4f0d-bf03-c18cb6b581ad HTTP/1.1" 200 115 0.033993 10.0.0.41 - - [2026-05-11 02:24:25] "POST /ref-update HTTP/1.1" 200 156 0.016162 10.0.0.41 - - [2026-05-11 02:24:25] "DELETE /instance-ip/50dd2d72-178c-44e9-8a2f-dcb8255d3f20 HTTP/1.1" 200 115 0.025065 10.0.0.41 - - [2026-05-11 02:24:25] "POST /ref-update HTTP/1.1" 200 156 0.023780 10.0.0.41 - - [2026-05-11 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.41 - - [2026-05-11 02:24:25] "DELETE /service-template/62d27d08-144f-4210-b0f7-2dde918499bf HTTP/1.1" 200 115 0.060749 10.0.0.41 - - [2026-05-11 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.002447 10.0.0.41 - - [2026-05-11 02:24:25] "DELETE /instance-ip/dc4dcda5-4fcb-470a-9637-4a8e3afe9d52 HTTP/1.1" 200 115 0.059217 10.0.0.41 - - [2026-05-11 02:24:25] "POST /ref-update HTTP/1.1" 200 156 0.027958 10.0.0.41 - - [2026-05-11 02:24:25] "DELETE /instance-ip/3c77796a-0e80-41f1-ab29-f79d7a24cd92 HTTP/1.1" 200 115 0.026592 10.0.0.41 - - [2026-05-11 02:24:25] "POST /ref-update HTTP/1.1" 200 156 0.020751 10.0.0.41 - - [2026-05-11 02:24:25] "DELETE /instance-ip/3b7628d4-3d5f-41c4-aba4-881c4171b74a HTTP/1.1" 200 115 0.043298 10.0.0.41 - - [2026-05-11 02:24:25] "POST /neutron/network HTTP/1.1" 200 834 0.007321 10.0.0.41 - - [2026-05-11 02:24:25] "POST /neutron/network HTTP/1.1" 400 204 0.014735 10.0.0.41 - - [2026-05-11 02:24:26] "POST /neutron/port HTTP/1.1" 200 1122 0.015494 10.0.0.41 - - [2026-05-11 02:24:26] "POST /neutron/port HTTP/1.1" 200 1112 0.011103 10.0.0.41 - - [2026-05-11 02:24:26] "POST /neutron/port HTTP/1.1" 200 1123 0.029470 10.0.0.41 - - [2026-05-11 02:24:26] "POST /neutron/port HTTP/1.1" 200 1113 0.019053 10.0.0.41 - - [2026-05-11 02:24:26] "POST /neutron/port HTTP/1.1" 200 3062 0.032477 10.0.0.41 - - [2026-05-11 02:24:26] "POST /neutron/port HTTP/1.1" 200 151 0.168370 10.0.0.41 - - [2026-05-11 02:24:26] "POST /neutron/port HTTP/1.1" 200 1112 0.016109 10.0.0.41 - - [2026-05-11 02:24:26] "POST /neutron/port HTTP/1.1" 200 151 0.197173 10.0.0.41 - - [2026-05-11 02:24:26] "POST /neutron/port HTTP/1.1" 200 151 0.128130 10.0.0.41 - - [2026-05-11 02:24:26] "POST /neutron/port HTTP/1.1" 200 1113 0.012473 10.0.0.41 - - [2026-05-11 02:24:26] "POST /neutron/port HTTP/1.1" 200 151 0.118664 10.0.0.41 - - [2026-05-11 02:24:26] "POST /neutron/port HTTP/1.1" 200 1112 0.014662 10.0.0.41 - - [2026-05-11 02:24:27] "POST /neutron/port HTTP/1.1" 200 151 0.131779 10.0.0.41 - - [2026-05-11 02:24:27] "POST /neutron/network HTTP/1.1" 200 834 0.006693 10.0.0.41 - - [2026-05-11 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.41 - - [2026-05-11 02:24:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003038 10.0.0.41 - - [2026-05-11 02:24:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002433 10.0.0.41 - - [2026-05-11 02:24:28] "POST /neutron/network HTTP/1.1" 200 151 0.106840 10.0.0.41 - - [2026-05-11 02:24:28] "DELETE /route-target/9aa16f0c-fe69-4840-b87f-5eba5683b815 HTTP/1.1" 200 115 0.031384 10.0.0.41 - - [2026-05-11 02:24:28] "GET /routing-instance/2e9be896-d7d3-4609-b780-288d4e65143a HTTP/1.1" 404 171 0.003093 10.0.0.41 - - [2026-05-11 02:24:28] "GET /domains HTTP/1.1" 200 280 0.002807 10.0.0.41 - - [2026-05-11 02:24:28] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.41 - - [2026-05-11 02:24:28] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2571 0.053371 10.0.0.41 - - [2026-05-11 02:24:28] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001255 10.0.0.41 - - [2026-05-11 02:24:28] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727 HTTP/1.1" 200 2309 0.070176 10.0.0.41 - - [2026-05-11 02:24:28] "POST /neutron/network HTTP/1.1" 200 833 0.005910 10.0.0.41 - - [2026-05-11 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005351 10.0.0.41 - - [2026-05-11 02:24:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003001 10.0.0.41 - - [2026-05-11 02:24:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002376 10.0.0.41 - - [2026-05-11 02:24:28] "POST /neutron/network HTTP/1.1" 200 151 0.090213 10.0.0.41 - - [2026-05-11 02:24:28] "DELETE /route-target/1709f0a0-3c72-46d4-acf9-bf1cc0d5baf4 HTTP/1.1" 200 115 0.019740 10.0.0.41 - - [2026-05-11 02:24:28] "GET /routing-instance/1986ed80-1f7c-4e1f-8998-ec8fca527c88 HTTP/1.1" 404 171 0.004292 10.0.0.41 - - [2026-05-11 02:24:28] "GET /domains HTTP/1.1" 200 280 0.002491 10.0.0.41 - - [2026-05-11 02:24:28] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.41 - - [2026-05-11 02:24:28] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2571 0.048888 10.0.0.41 - - [2026-05-11 02:24:28] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001680 10.0.0.41 - - [2026-05-11 02:24:28] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727 HTTP/1.1" 200 2091 0.071449 10.0.0.41 - - [2026-05-11 02:24:28] "POST /neutron/network HTTP/1.1" 200 832 0.005758 10.0.0.41 - - [2026-05-11 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.41 - - [2026-05-11 02:24:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002086 10.0.0.41 - - [2026-05-11 02:24:28] "POST /useragent-kv HTTP/1.1" 200 115 0.006970 10.0.0.41 - - [2026-05-11 02:24:28] "POST /neutron/network HTTP/1.1" 200 151 0.097452 10.0.0.41 - - [2026-05-11 02:24:28] "DELETE /route-target/1d23b060-0477-4923-a94e-1f05ea441cd7 HTTP/1.1" 200 115 0.025920 10.0.0.41 - - [2026-05-11 02:24:28] "GET /routing-instance/3fa4fd51-9a6c-4dea-9830-1663230e109f HTTP/1.1" 404 171 0.004320 10.0.0.41 - - [2026-05-11 02:24:28] "GET /domains HTTP/1.1" 200 280 0.003053 10.0.0.41 - - [2026-05-11 02:24:28] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.41 - - [2026-05-11 02:24:28] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2571 0.047263 10.0.0.41 - - [2026-05-11 02:24:28] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001919 10.0.0.41 - - [2026-05-11 02:24:28] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727 HTTP/1.1" 200 1851 0.070097 10.0.0.41 - - [2026-05-11 02:24:29] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002174 10.0.0.41 - - [2026-05-11 02:24:29] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.086270 10.0.0.41 - - [2026-05-11 02:24:29] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001161 10.0.0.41 - - [2026-05-11 02:24:29] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727?fields=virtual_networks HTTP/1.1" 200 1039 0.071397 10.0.0.41 - - [2026-05-11 02:24:29] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001397 10.0.0.41 - - [2026-05-11 02:24:29] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.036451 10.0.0.41 - - [2026-05-11 02:24:29] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001580 10.0.0.41 - - [2026-05-11 02:24:29] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727?fields=security_groups HTTP/1.1" 200 1263 0.030110 10.0.0.41 - - [2026-05-11 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 189 0.032295 10.0.0.41 - - [2026-05-11 02:24:30] "GET /projects?obj_uuids=f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002808 10.0.0.41 - - [2026-05-11 02:24:30] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001171 10.0.0.41 - - [2026-05-11 02:24:30] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008215 10.0.0.41 - - [2026-05-11 02:24:30] "POST /id-to-fqname HTTP/1.1" 200 191 0.001646 10.0.0.41 - - [2026-05-11 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.002778 10.0.0.41 - - [2026-05-11 02:24:30] "POST /security-groups HTTP/1.1" 200 592 0.064373 10.0.0.41 - - [2026-05-11 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 235 0.002873 10.0.0.41 - - [2026-05-11 02:24:30] "POST /projects HTTP/1.1" 200 587 0.224321 10.0.0.41 - - [2026-05-11 02:24:30] "POST /access-control-lists HTTP/1.1" 200 597 0.059699 10.0.0.41 - - [2026-05-11 02:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.297749 10.0.0.41 - - [2026-05-11 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.002760 10.0.0.41 - - [2026-05-11 02:24:30] "GET /project/f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.434505 10.0.0.41 - - [2026-05-11 02:24:31] "POST /access-control-lists HTTP/1.1" 200 595 0.064557 10.0.0.41 - - [2026-05-11 02:24:32] "GET / HTTP/1.1" 200 35931 0.002103 10.0.0.41 - - [2026-05-11 02:24:33] "GET /project/f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000604 10.0.0.41 - - [2026-05-11 02:24:33] "GET /projects?obj_uuids=f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001097 10.0.0.41 - - [2026-05-11 02:24:33] "GET /project/f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.065871 10.0.0.41 - - [2026-05-11 02:24:33] "POST /fqname-to-id HTTP/1.1" 404 180 0.005764 10.0.0.41 - - [2026-05-11 02:24:33] "POST /virtual-DNSs HTTP/1.1" 200 507 0.023230 10.0.0.41 - - [2026-05-11 02:24:33] "GET /virtual-DNS/3aaec71e-f06f-4913-928b-fd0cd9b2bbb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004939 10.0.0.41 - - [2026-05-11 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.41 - - [2026-05-11 02:24:34] "GET /virtual-DNS/3aaec71e-f06f-4913-928b-fd0cd9b2bbb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.003680 10.0.0.41 - - [2026-05-11 02:24:34] "GET /domains HTTP/1.1" 401 292 0.000438 10.0.0.41 - - [2026-05-11 02:24:34] "GET /domains HTTP/1.1" 200 280 0.032944 10.0.0.41 - - [2026-05-11 02:24:34] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001106 10.0.0.41 - - [2026-05-11 02:24:34] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2958 0.009265 10.0.0.41 - - [2026-05-11 02:24:34] "GET /virtual-DNS/3aaec71e-f06f-4913-928b-fd0cd9b2bbb5 HTTP/1.1" 200 1438 0.006991 10.0.0.41 - - [2026-05-11 02:24:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002480 10.0.0.41 - - [2026-05-11 02:24:34] "POST /network-ipams HTTP/1.1" 200 514 0.022923 10.0.0.41 - - [2026-05-11 02:24:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002998 10.0.0.41 - - [2026-05-11 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.41 - - [2026-05-11 02:24:34] "GET /network-ipam/7c552dd9-73e1-41c2-b74a-c2f0cd42c489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.004930 10.0.0.41 - - [2026-05-11 02:24:34] "PUT /network-ipam/7c552dd9-73e1-41c2-b74a-c2f0cd42c489 HTTP/1.1" 200 258 0.010941 10.0.0.41 - - [2026-05-11 02:24:34] "POST /ref-update HTTP/1.1" 200 156 0.011411 10.0.0.41 - - [2026-05-11 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.41 - - [2026-05-11 02:24:34] "GET /projects?obj_uuids=f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001472 10.0.0.41 - - [2026-05-11 02:24:34] "GET /project/f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.030493 10.0.0.41 - - [2026-05-11 02:24:34] "POST /neutron/network HTTP/1.1" 200 117 0.043211 10.0.0.41 - - [2026-05-11 02:24:35] "GET /projects?obj_uuids=f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001345 10.0.0.41 - - [2026-05-11 02:24:35] "POST /neutron/network HTTP/1.1" 200 618 0.071549 10.0.0.41 - - [2026-05-11 02:24:35] "POST /route-targets HTTP/1.1" 200 327 0.014407 10.0.0.41 - - [2026-05-11 02:24:35] "POST /ref-update HTTP/1.1" 200 156 0.016516 10.0.0.41 - - [2026-05-11 02:24:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004520 10.0.0.41 - - [2026-05-11 02:24:35] "POST /neutron/subnet HTTP/1.1" 200 711 0.195115 10.0.0.41 - - [2026-05-11 02:24:35] "POST /neutron/network HTTP/1.1" 200 833 0.005821 10.0.0.41 - - [2026-05-11 02:24:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.001592 10.0.0.41 - - [2026-05-11 02:24:35] "GET /virtual-network/adb28d87-f3fd-4ed7-b1ba-73514a740fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006165 10.0.0.41 - - [2026-05-11 02:24:35] "POST /neutron/network HTTP/1.1" 200 833 0.010983 10.0.0.41 - - [2026-05-11 02:24:35] "GET /virtual-network/adb28d87-f3fd-4ed7-b1ba-73514a740fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007737 10.0.0.41 - - [2026-05-11 02:24:35] "POST /neutron/network HTTP/1.1" 200 833 0.007188 10.0.0.41 - - [2026-05-11 02:24:35] "POST /neutron/subnet HTTP/1.1" 200 711 0.008320 10.0.0.41 - - [2026-05-11 02:24:35] "POST /neutron/network HTTP/1.1" 200 807 0.012999 10.0.0.41 - - [2026-05-11 02:24:35] "POST /neutron/network HTTP/1.1" 200 833 0.009870 10.0.0.41 - - [2026-05-11 02:24:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.001518 10.0.0.41 - - [2026-05-11 02:24:35] "POST /neutron/network HTTP/1.1" 200 843 0.009501 10.0.0.41 - - [2026-05-11 02:24:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000593 10.0.0.41 - - [2026-05-11 02:24:36] "GET / HTTP/1.1" 200 35931 0.001688 10.0.0.41 - - [2026-05-11 02:24:36] "GET /project/f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000447 10.0.0.41 - - [2026-05-11 02:24:36] "GET /projects?obj_uuids=f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001490 10.0.0.41 - - [2026-05-11 02:24:36] "GET /project/f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.067999 10.0.0.41 - - [2026-05-11 02:24:36] "POST /neutron/network HTTP/1.1" 200 833 0.055502 10.0.0.41 - - [2026-05-11 02:24:36] "POST /neutron/port HTTP/1.1" 200 117 0.005951 10.0.0.41 - - [2026-05-11 02:24:36] "POST /neutron/port HTTP/1.1" 200 117 0.006798 10.0.0.41 - - [2026-05-11 02:24:36] "POST /neutron/port HTTP/1.1" 200 117 0.005160 10.0.0.41 - - [2026-05-11 02:24:37] "POST /neutron/network HTTP/1.1" 200 843 0.005932 10.0.0.41 - - [2026-05-11 02:24:37] "GET /projects?obj_uuids=f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001328 10.0.0.41 - - [2026-05-11 02:24:37] "POST /neutron/port HTTP/1.1" 200 1058 0.202687 10.0.0.41 - - [2026-05-11 02:24:37] "POST /neutron/port HTTP/1.1" 200 1058 0.046080 10.0.0.41 - - [2026-05-11 02:24:37] "POST /neutron/port HTTP/1.1" 200 1058 0.012776 10.0.0.41 - - [2026-05-11 02:24:37] "POST /neutron/port HTTP/1.1" 200 1112 0.065670 10.0.0.41 - - [2026-05-11 02:24:37] "POST /neutron/port HTTP/1.1" 200 1122 0.014737 10.0.0.41 - - [2026-05-11 02:24:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011430 10.0.0.41 - - [2026-05-11 02:24:37] "POST /neutron/subnet HTTP/1.1" 200 685 0.008926 10.0.0.41 - - [2026-05-11 02:24:37] "POST /neutron/port HTTP/1.1" 200 117 0.001481 10.0.0.41 - - [2026-05-11 02:24:38] "POST /neutron/network HTTP/1.1" 200 833 0.006044 10.0.0.41 - - [2026-05-11 02:24:42] "POST /neutron/port HTTP/1.1" 200 1122 0.013736 10.0.0.41 - - [2026-05-11 02:24:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006694 10.0.0.41 - - [2026-05-11 02:24:42] "POST /neutron/port HTTP/1.1" 200 1122 0.012467 10.0.0.41 - - [2026-05-11 02:24:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009333 10.0.0.41 - - [2026-05-11 02:24:42] "POST /neutron/port HTTP/1.1" 200 1122 0.014427 10.0.0.41 - - [2026-05-11 02:24:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006670 10.0.0.41 - - [2026-05-11 02:24:42] "GET /virtual-machine/fa28601c-1908-4cf0-9c14-99dc51bb3304 HTTP/1.1" 200 1294 0.005235 10.0.0.41 - - [2026-05-11 02:24:42] "GET /virtual-machine-interface/bb13ac63-854f-47f7-ad48-16b86f37e285 HTTP/1.1" 200 2965 0.007422 10.0.0.41 - - [2026-05-11 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.41 - - [2026-05-11 02:24:42] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003168 10.0.0.41 - - [2026-05-11 02:24:42] "GET /virtual-networks?parent_id=f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003142 10.0.0.41 - - [2026-05-11 02:24:42] "GET /virtual-network/adb28d87-f3fd-4ed7-b1ba-73514a740fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006549 10.0.0.41 - - [2026-05-11 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.41 - - [2026-05-11 02:24:45] "GET /virtual-network/adb28d87-f3fd-4ed7-b1ba-73514a740fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008043 10.0.0.41 - - [2026-05-11 02:24:47] "POST /neutron/port HTTP/1.1" 200 1122 0.044590 10.0.0.41 - - [2026-05-11 02:24:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006166 10.0.0.41 - - [2026-05-11 02:24:48] "DELETE /project/f1cd75d7f8184bf1b4bbc74c8aef81c5 HTTP/1.1" 404 173 0.006935 10.0.0.41 - - [2026-05-11 02:24:48] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000919 10.0.0.41 - - [2026-05-11 02:24:48] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.025700 10.0.0.41 - - [2026-05-11 02:24:48] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001051 10.0.0.41 - - [2026-05-11 02:24:48] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727?fields=security_groups HTTP/1.1" 200 1368 0.073525 10.0.0.41 - - [2026-05-11 02:24:48] "DELETE /security-group/0c240e7c-3efc-4c72-93dd-5f2567f868a9 HTTP/1.1" 200 115 0.045894 10.0.0.41 - - [2026-05-11 02:24:48] "GET /projects?obj_uuids=e0c9c39e-5ec4-4f5e-9e6d-c566a589d727&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001715 10.0.0.41 - - [2026-05-11 02:24:48] "DELETE /access-control-list/bc00a1d9-18c1-4e63-bcca-27899666bba7 HTTP/1.1" 200 115 0.041655 10.0.0.41 - - [2026-05-11 02:24:49] "GET /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727?fields=application_policy_sets HTTP/1.1" 200 1407 0.058283 10.0.0.41 - - [2026-05-11 02:24:49] "DELETE /access-control-list/3ae8f712-159e-485b-9136-df02cf5edc27 HTTP/1.1" 200 115 0.034572 10.0.0.41 - - [2026-05-11 02:24:49] "DELETE /project/e0c9c39e-5ec4-4f5e-9e6d-c566a589d727 HTTP/1.1" 200 115 0.366155 10.0.0.41 - - [2026-05-11 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.41 - - [2026-05-11 02:24:49] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003838 10.0.0.41 - - [2026-05-11 02:24:49] "GET /virtual-networks?parent_id=f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003255 10.0.0.41 - - [2026-05-11 02:24:49] "GET /virtual-network/adb28d87-f3fd-4ed7-b1ba-73514a740fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006207 10.0.0.41 - - [2026-05-11 02:24:54] "POST /neutron/network HTTP/1.1" 200 807 0.013075 10.0.0.41 - - [2026-05-11 02:24:54] "POST /neutron/network HTTP/1.1" 200 833 0.007504 10.0.0.41 - - [2026-05-11 02:24:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.001658 10.0.0.41 - - [2026-05-11 02:24:54] "POST /neutron/port HTTP/1.1" 200 1122 0.013122 10.0.0.41 - - [2026-05-11 02:24:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006523 10.0.0.41 - - [2026-05-11 02:24:54] "POST /neutron/network HTTP/1.1" 200 843 0.006768 10.0.0.41 - - [2026-05-11 02:24:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000514 10.0.0.41 - - [2026-05-11 02:24:55] "GET / HTTP/1.1" 200 35931 0.002217 10.0.0.41 - - [2026-05-11 02:24:55] "GET /project/f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000388 10.0.0.41 - - [2026-05-11 02:24:55] "GET /projects?obj_uuids=f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001564 10.0.0.41 - - [2026-05-11 02:24:55] "GET /project/f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.059138 10.0.0.41 - - [2026-05-11 02:24:55] "POST /neutron/network HTTP/1.1" 200 833 0.007108 10.0.0.41 - - [2026-05-11 02:24:55] "POST /neutron/port HTTP/1.1" 200 1122 0.015542 10.0.0.41 - - [2026-05-11 02:24:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007569 10.0.0.41 - - [2026-05-11 02:24:55] "POST /neutron/port HTTP/1.1" 200 117 0.005290 10.0.0.41 - - [2026-05-11 02:24:55] "POST /neutron/port HTTP/1.1" 200 117 0.006981 10.0.0.41 - - [2026-05-11 02:24:55] "GET /obj-perms HTTP/1.1" 200 5056 0.072666 10.0.0.41 - - [2026-05-11 02:24:56] "POST /neutron/network HTTP/1.1" 200 843 0.012884 10.0.0.41 - - [2026-05-11 02:24:56] "GET /projects?obj_uuids=f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001299 10.0.0.41 - - [2026-05-11 02:24:56] "GET /obj-perms HTTP/1.1" 200 5056 0.092325 10.0.0.41 - - [2026-05-11 02:24:56] "POST /neutron/port HTTP/1.1" 200 1058 0.213436 10.0.0.41 - - [2026-05-11 02:24:56] "POST /neutron/port HTTP/1.1" 200 1058 0.010894 10.0.0.41 - - [2026-05-11 02:24:56] "POST /neutron/port HTTP/1.1" 200 1058 0.012282 10.0.0.41 - - [2026-05-11 02:24:56] "POST /neutron/port HTTP/1.1" 200 1112 0.062357 10.0.0.41 - - [2026-05-11 02:24:56] "POST /neutron/port HTTP/1.1" 200 1122 0.019526 10.0.0.41 - - [2026-05-11 02:24:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003726 10.0.0.41 - - [2026-05-11 02:24:56] "POST /neutron/subnet HTTP/1.1" 200 685 0.008189 10.0.0.41 - - [2026-05-11 02:24:56] "POST /neutron/port HTTP/1.1" 200 117 0.001352 10.0.0.41 - - [2026-05-11 02:24:56] "POST /neutron/network HTTP/1.1" 200 833 0.006213 10.0.0.41 - - [2026-05-11 02:24:59] "POST /neutron/port HTTP/1.1" 200 1122 0.015435 10.0.0.41 - - [2026-05-11 02:24:59] "POST /neutron/port HTTP/1.1" 200 1122 0.012240 10.0.0.41 - - [2026-05-11 02:24:59] "POST /neutron/network HTTP/1.1" 200 843 0.005803 10.0.0.41 - - [2026-05-11 02:24:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003775 10.0.0.41 - - [2026-05-11 02:24:59] "POST /neutron/subnet HTTP/1.1" 200 685 0.007217 10.0.0.41 - - [2026-05-11 02:24:59] "POST /neutron/port HTTP/1.1" 200 117 0.001325 10.0.0.41 - - [2026-05-11 02:24:59] "POST /neutron/network HTTP/1.1" 200 833 0.007621 10.0.0.41 - - [2026-05-11 02:25:00] "POST /neutron/port HTTP/1.1" 200 1122 0.022146 10.0.0.41 - - [2026-05-11 02:25:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008012 10.0.0.41 - - [2026-05-11 02:25:00] "POST /neutron/port HTTP/1.1" 200 1122 0.017295 10.0.0.41 - - [2026-05-11 02:25:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008984 10.0.0.41 - - [2026-05-11 02:25:01] "POST /neutron/port HTTP/1.1" 200 1122 0.016512 10.0.0.41 - - [2026-05-11 02:25:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010127 10.0.0.41 - - [2026-05-11 02:25:01] "GET /virtual-machine/d1652236-44b6-49d6-9f80-8da8809c13c9 HTTP/1.1" 200 1294 0.007027 10.0.0.41 - - [2026-05-11 02:25:01] "GET /virtual-machine-interface/2ace609e-5195-4253-8247-868f9ddd27d5 HTTP/1.1" 200 2963 0.009045 10.0.0.41 - - [2026-05-11 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.41 - - [2026-05-11 02:25:01] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004777 10.0.0.41 - - [2026-05-11 02:25:01] "GET /virtual-networks?parent_id=f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004328 10.0.0.41 - - [2026-05-11 02:25:01] "GET /virtual-network/adb28d87-f3fd-4ed7-b1ba-73514a740fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009885 10.0.0.41 - - [2026-05-11 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.41 - - [2026-05-11 02:25:04] "GET /virtual-network/adb28d87-f3fd-4ed7-b1ba-73514a740fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007706 10.0.0.41 - - [2026-05-11 02:25:06] "POST /neutron/port HTTP/1.1" 200 1122 0.012937 10.0.0.41 - - [2026-05-11 02:25:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007782 10.0.0.41 - - [2026-05-11 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.41 - - [2026-05-11 02:25:08] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005455 10.0.0.41 - - [2026-05-11 02:25:08] "GET /virtual-networks?parent_id=f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004628 10.0.0.41 - - [2026-05-11 02:25:08] "GET /virtual-network/adb28d87-f3fd-4ed7-b1ba-73514a740fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005924 10.0.0.41 - - [2026-05-11 02:25:08] "POST /neutron/port HTTP/1.1" 200 1122 0.014470 10.0.0.41 - - [2026-05-11 02:25:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006706 10.0.0.41 - - [2026-05-11 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.41 - - [2026-05-11 02:25:20] "DELETE /virtual-DNS/3aaec71e-f06f-4913-928b-fd0cd9b2bbb5 HTTP/1.1" 409 235 0.006083 10.0.0.41 - - [2026-05-11 02:25:20] "POST /fqname-to-id HTTP/1.1" 404 192 0.002976 10.0.0.41 - - [2026-05-11 02:25:20] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.018291 10.0.0.41 - - [2026-05-11 02:25:21] "GET /virtual-DNS-record/4e8adfe8-17a4-48ec-9d80-29f27b638926?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.006235 10.0.0.41 - - [2026-05-11 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.41 - - [2026-05-11 02:25:21] "GET /virtual-DNS-record/4e8adfe8-17a4-48ec-9d80-29f27b638926?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.003588 10.0.0.41 - - [2026-05-11 02:25:21] "GET /domains HTTP/1.1" 200 280 0.003049 10.0.0.41 - - [2026-05-11 02:25:21] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001348 10.0.0.41 - - [2026-05-11 02:25:21] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2774 0.009367 10.0.0.41 - - [2026-05-11 02:25:21] "GET /virtual-DNS/3aaec71e-f06f-4913-928b-fd0cd9b2bbb5 HTTP/1.1" 200 1907 0.004211 10.0.0.41 - - [2026-05-11 02:25:21] "GET /virtual-DNS-record/4e8adfe8-17a4-48ec-9d80-29f27b638926 HTTP/1.1" 200 1336 0.003365 10.0.0.41 - - [2026-05-11 02:25:26] "DELETE /virtual-DNS-record/4e8adfe8-17a4-48ec-9d80-29f27b638926 HTTP/1.1" 200 115 0.022303 10.0.0.41 - - [2026-05-11 02:25:26] "POST /fqname-to-id HTTP/1.1" 404 184 0.003689 10.0.0.41 - - [2026-05-11 02:25:27] "POST /neutron/network HTTP/1.1" 200 833 0.006701 10.0.0.41 - - [2026-05-11 02:25:27] "POST /neutron/network HTTP/1.1" 400 204 0.015211 10.0.0.41 - - [2026-05-11 02:25:27] "POST /neutron/port HTTP/1.1" 200 1122 0.015028 10.0.0.41 - - [2026-05-11 02:25:27] "POST /neutron/port HTTP/1.1" 200 1112 0.013263 10.0.0.41 - - [2026-05-11 02:25:27] "POST /neutron/port HTTP/1.1" 200 1122 0.016013 10.0.0.41 - - [2026-05-11 02:25:27] "POST /neutron/port HTTP/1.1" 200 1112 0.014512 10.0.0.41 - - [2026-05-11 02:25:27] "POST /neutron/port HTTP/1.1" 200 151 0.120735 10.0.0.41 - - [2026-05-11 02:25:27] "POST /neutron/port HTTP/1.1" 200 151 0.133697 10.0.0.41 - - [2026-05-11 02:25:29] "POST /neutron/network HTTP/1.1" 200 833 0.007165 10.0.0.41 - - [2026-05-11 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004926 10.0.0.41 - - [2026-05-11 02:25:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004611 10.0.0.41 - - [2026-05-11 02:25:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002909 10.0.0.41 - - [2026-05-11 02:25:29] "POST /neutron/network HTTP/1.1" 200 151 0.140977 10.0.0.41 - - [2026-05-11 02:25:29] "DELETE /route-target/da7f02eb-0dcf-4abc-a860-35eaeb484e55 HTTP/1.1" 200 115 0.023871 10.0.0.41 - - [2026-05-11 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.41 - - [2026-05-11 02:25:29] "DELETE /network-ipam/7c552dd9-73e1-41c2-b74a-c2f0cd42c489 HTTP/1.1" 200 115 0.028198 10.0.0.41 - - [2026-05-11 02:25:29] "DELETE /virtual-DNS/3aaec71e-f06f-4913-928b-fd0cd9b2bbb5 HTTP/1.1" 200 115 0.023215 10.0.0.41 - - [2026-05-11 02:25:29] "POST /fqname-to-id HTTP/1.1" 404 180 0.003531 10.0.0.41 - - [2026-05-11 02:25:29] "GET /domains HTTP/1.1" 200 280 0.005250 10.0.0.41 - - [2026-05-11 02:25:29] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001409 10.0.0.41 - - [2026-05-11 02:25:29] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2574 0.010060 10.0.0.41 - - [2026-05-11 02:25:29] "GET /projects?obj_uuids=f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001306 10.0.0.41 - - [2026-05-11 02:25:29] "GET /project/f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.028738 10.0.0.41 - - [2026-05-11 02:25:29] "GET /projects?obj_uuids=f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002032 10.0.0.41 - - [2026-05-11 02:25:29] "GET /project/f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5?fields=virtual_networks HTTP/1.1" 200 1045 0.068389 10.0.0.41 - - [2026-05-11 02:25:29] "GET /projects?obj_uuids=f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001108 10.0.0.41 - - [2026-05-11 02:25:29] "GET /project/f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.030871 10.0.0.41 - - [2026-05-11 02:25:29] "GET /projects?obj_uuids=f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001078 10.0.0.41 - - [2026-05-11 02:25:29] "GET /project/f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5?fields=security_groups HTTP/1.1" 200 1272 0.027354 10.0.0.41 - - [2026-05-11 02:25:30] "POST /fqname-to-id HTTP/1.1" 404 189 0.033367 10.0.0.41 - - [2026-05-11 02:25:30] "GET /projects?obj_uuids=05221c6a-c54c-474c-81b5-772163dc9f5e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002396 10.0.0.41 - - [2026-05-11 02:25:30] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001393 10.0.0.41 - - [2026-05-11 02:25:30] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007899 10.0.0.41 - - [2026-05-11 02:25:31] "POST /id-to-fqname HTTP/1.1" 200 191 0.001424 10.0.0.41 - - [2026-05-11 02:25:31] "POST /fqname-to-id HTTP/1.1" 404 200 0.003586 10.0.0.41 - - [2026-05-11 02:25:31] "POST /security-groups HTTP/1.1" 200 592 0.065146 10.0.0.41 - - [2026-05-11 02:25:31] "POST /fqname-to-id HTTP/1.1" 404 235 0.002748 10.0.0.41 - - [2026-05-11 02:25:31] "POST /projects HTTP/1.1" 200 587 0.224981 10.0.0.41 - - [2026-05-11 02:25:31] "POST /access-control-lists HTTP/1.1" 200 597 0.060726 10.0.0.41 - - [2026-05-11 02:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.303635 10.0.0.41 - - [2026-05-11 02:25:31] "POST /fqname-to-id HTTP/1.1" 404 234 0.003050 10.0.0.41 - - [2026-05-11 02:25:31] "GET /project/05221c6a-c54c-474c-81b5-772163dc9f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.443251 10.0.0.41 - - [2026-05-11 02:25:31] "POST /access-control-lists HTTP/1.1" 200 595 0.062113 10.0.0.41 - - [2026-05-11 02:25:32] "GET / HTTP/1.1" 200 35931 0.003224 10.0.0.41 - - [2026-05-11 02:25:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.41 - - [2026-05-11 02:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.076346 10.0.0.41 - - [2026-05-11 02:25:33] "GET /projects?obj_uuids=05221c6a-c54c-474c-81b5-772163dc9f5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001076 10.0.0.41 - - [2026-05-11 02:25:33] "GET /project/05221c6a-c54c-474c-81b5-772163dc9f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.024519 10.0.0.41 - - [2026-05-11 02:25:33] "POST /neutron/network HTTP/1.1" 200 117 0.042561 10.0.0.41 - - [2026-05-11 02:25:33] "GET /projects?obj_uuids=05221c6a-c54c-474c-81b5-772163dc9f5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002039 10.0.0.41 - - [2026-05-11 02:25:33] "POST /neutron/network HTTP/1.1" 200 606 0.072072 10.0.0.41 - - [2026-05-11 02:25:33] "POST /route-targets HTTP/1.1" 200 327 0.011297 10.0.0.41 - - [2026-05-11 02:25:33] "POST /ref-update HTTP/1.1" 200 156 0.016698 10.0.0.41 - - [2026-05-11 02:25:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003633 10.0.0.41 - - [2026-05-11 02:25:34] "POST /neutron/subnet HTTP/1.1" 200 734 0.201749 10.0.0.41 - - [2026-05-11 02:25:34] "POST /neutron/network HTTP/1.1" 200 827 0.007766 10.0.0.41 - - [2026-05-11 02:25:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.001378 10.0.0.41 - - [2026-05-11 02:25:34] "GET /virtual-network/b483ac57-437f-4eb4-a57b-a7697ccb6283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005956 10.0.0.41 - - [2026-05-11 02:25:34] "POST /neutron/network HTTP/1.1" 200 827 0.006727 10.0.0.41 - - [2026-05-11 02:25:34] "GET /virtual-network/b483ac57-437f-4eb4-a57b-a7697ccb6283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006793 10.0.0.41 - - [2026-05-11 02:25:34] "POST /neutron/network HTTP/1.1" 200 827 0.006472 10.0.0.41 - - [2026-05-11 02:25:34] "POST /neutron/subnet HTTP/1.1" 200 734 0.007926 10.0.0.41 - - [2026-05-11 02:25:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.001562 10.0.0.41 - - [2026-05-11 02:25:34] "POST /neutron/network HTTP/1.1" 200 837 0.005994 10.0.0.41 - - [2026-05-11 02:25:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000451 10.0.0.41 - - [2026-05-11 02:25:34] "GET / HTTP/1.1" 200 35931 0.002354 10.0.0.41 - - [2026-05-11 02:25:34] "GET /project/05221c6a-c54c-474c-81b5-772163dc9f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000373 10.0.0.41 - - [2026-05-11 02:25:35] "GET /projects?obj_uuids=05221c6a-c54c-474c-81b5-772163dc9f5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001135 10.0.0.41 - - [2026-05-11 02:25:35] "GET /project/05221c6a-c54c-474c-81b5-772163dc9f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.061066 10.0.0.41 - - [2026-05-11 02:25:35] "POST /neutron/network HTTP/1.1" 200 827 0.005495 10.0.0.41 - - [2026-05-11 02:25:35] "POST /neutron/port HTTP/1.1" 200 117 0.005132 10.0.0.41 - - [2026-05-11 02:25:35] "POST /neutron/port HTTP/1.1" 200 117 0.008132 10.0.0.41 - - [2026-05-11 02:25:35] "POST /id-to-fqname HTTP/1.1" 200 221 0.001802 10.0.0.41 - - [2026-05-11 02:25:35] "POST /neutron/port HTTP/1.1" 200 117 0.005536 10.0.0.41 - - [2026-05-11 02:25:35] "POST /neutron/network HTTP/1.1" 200 837 0.006270 10.0.0.41 - - [2026-05-11 02:25:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000556 10.0.0.41 - - [2026-05-11 02:25:35] "POST /neutron/network HTTP/1.1" 200 837 0.005603 10.0.0.41 - - [2026-05-11 02:25:36] "GET /projects?obj_uuids=05221c6a-c54c-474c-81b5-772163dc9f5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001684 10.0.0.41 - - [2026-05-11 02:25:36] "GET / HTTP/1.1" 200 35931 0.002849 10.0.0.41 - - [2026-05-11 02:25:36] "GET /project/05221c6a-c54c-474c-81b5-772163dc9f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000595 10.0.0.41 - - [2026-05-11 02:25:36] "POST /neutron/port HTTP/1.1" 200 1063 0.243785 10.0.0.41 - - [2026-05-11 02:25:36] "POST /neutron/port HTTP/1.1" 200 1063 0.010684 10.0.0.41 - - [2026-05-11 02:25:36] "POST /neutron/port HTTP/1.1" 200 1063 0.010932 10.0.0.41 - - [2026-05-11 02:25:36] "POST /neutron/port HTTP/1.1" 200 1117 0.067837 10.0.0.41 - - [2026-05-11 02:25:36] "GET /projects?obj_uuids=05221c6a-c54c-474c-81b5-772163dc9f5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001449 10.0.0.41 - - [2026-05-11 02:25:36] "GET /project/05221c6a-c54c-474c-81b5-772163dc9f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.074849 10.0.0.41 - - [2026-05-11 02:25:36] "POST /neutron/port HTTP/1.1" 200 1127 0.030918 10.0.0.41 - - [2026-05-11 02:25:36] "POST /neutron/network HTTP/1.1" 200 827 0.007520 10.0.0.41 - - [2026-05-11 02:25:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003098 10.0.0.41 - - [2026-05-11 02:25:36] "POST /neutron/subnet HTTP/1.1" 200 708 0.006764 10.0.0.41 - - [2026-05-11 02:25:36] "POST /neutron/port HTTP/1.1" 200 117 0.001392 10.0.0.41 - - [2026-05-11 02:25:36] "POST /neutron/network HTTP/1.1" 200 827 0.007411 10.0.0.41 - - [2026-05-11 02:25:36] "POST /neutron/port HTTP/1.1" 200 1127 0.038502 10.0.0.41 - - [2026-05-11 02:25:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008876 10.0.0.41 - - [2026-05-11 02:25:36] "POST /neutron/port HTTP/1.1" 200 117 0.006764 10.0.0.41 - - [2026-05-11 02:25:36] "POST /neutron/port HTTP/1.1" 200 1127 0.025551 10.0.0.41 - - [2026-05-11 02:25:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013320 10.0.0.41 - - [2026-05-11 02:25:37] "POST /neutron/network HTTP/1.1" 200 837 0.009012 10.0.0.41 - - [2026-05-11 02:25:37] "GET /projects?obj_uuids=05221c6a-c54c-474c-81b5-772163dc9f5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001502 10.0.0.41 - - [2026-05-11 02:25:37] "POST /neutron/port HTTP/1.1" 200 1063 0.243334 10.0.0.41 - - [2026-05-11 02:25:37] "POST /neutron/port HTTP/1.1" 200 1063 0.013141 10.0.0.41 - - [2026-05-11 02:25:37] "POST /neutron/port HTTP/1.1" 200 1063 0.011681 10.0.0.41 - - [2026-05-11 02:25:37] "POST /neutron/port HTTP/1.1" 200 1117 0.086038 10.0.0.41 - - [2026-05-11 02:25:37] "POST /neutron/port HTTP/1.1" 200 1127 0.013031 10.0.0.41 - - [2026-05-11 02:25:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003399 10.0.0.41 - - [2026-05-11 02:25:37] "POST /neutron/subnet HTTP/1.1" 200 708 0.015187 10.0.0.41 - - [2026-05-11 02:25:37] "POST /neutron/port HTTP/1.1" 200 117 0.001375 10.0.0.41 - - [2026-05-11 02:25:37] "POST /neutron/network HTTP/1.1" 200 827 0.006620 10.0.0.41 - - [2026-05-11 02:25:41] "POST /neutron/port HTTP/1.1" 200 1127 0.018770 10.0.0.41 - - [2026-05-11 02:25:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007988 10.0.0.41 - - [2026-05-11 02:25:42] "POST /neutron/port HTTP/1.1" 200 1127 0.013278 10.0.0.41 - - [2026-05-11 02:25:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008438 10.0.0.41 - - [2026-05-11 02:25:42] "POST /neutron/port HTTP/1.1" 200 1127 0.027092 10.0.0.41 - - [2026-05-11 02:25:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010071 10.0.0.41 - - [2026-05-11 02:25:42] "GET /virtual-machine/1111e201-0b82-42bd-a07b-3f980cb62cdd HTTP/1.1" 401 292 0.000652 10.0.0.41 - - [2026-05-11 02:25:42] "GET /virtual-machine/1111e201-0b82-42bd-a07b-3f980cb62cdd HTTP/1.1" 200 1293 0.038876 10.0.0.41 - - [2026-05-11 02:25:42] "GET /virtual-machine-interface/be1b5cd7-0632-4b56-84cf-054e491d0d9c HTTP/1.1" 200 2946 0.005630 10.0.0.41 - - [2026-05-11 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.41 - - [2026-05-11 02:25:42] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004184 10.0.0.41 - - [2026-05-11 02:25:42] "GET /virtual-networks?parent_id=05221c6a-c54c-474c-81b5-772163dc9f5e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002924 10.0.0.41 - - [2026-05-11 02:25:42] "GET /virtual-network/b483ac57-437f-4eb4-a57b-a7697ccb6283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006642 10.0.0.41 - - [2026-05-11 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.41 - - [2026-05-11 02:25:45] "GET /virtual-network/b483ac57-437f-4eb4-a57b-a7697ccb6283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005162 10.0.0.41 - - [2026-05-11 02:25:46] "POST /neutron/port HTTP/1.1" 200 1127 0.014305 10.0.0.41 - - [2026-05-11 02:25:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006159 10.0.0.41 - - [2026-05-11 02:25:47] "POST /neutron/port HTTP/1.1" 200 1127 0.016497 10.0.0.41 - - [2026-05-11 02:25:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005994 10.0.0.41 - - [2026-05-11 02:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.41 - - [2026-05-11 02:25:48] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005034 10.0.0.41 - - [2026-05-11 02:25:48] "GET /virtual-networks?parent_id=05221c6a-c54c-474c-81b5-772163dc9f5e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003487 10.0.0.41 - - [2026-05-11 02:25:48] "GET /virtual-network/b483ac57-437f-4eb4-a57b-a7697ccb6283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005715 10.0.0.41 - - [2026-05-11 02:25:48] "POST /neutron/port HTTP/1.1" 200 1127 0.014498 10.0.0.41 - - [2026-05-11 02:25:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007295 10.0.0.41 - - [2026-05-11 02:25:49] "DELETE /project/05221c6ac54c474c81b5772163dc9f5e HTTP/1.1" 404 173 0.006705 10.0.0.41 - - [2026-05-11 02:25:49] "GET /projects?obj_uuids=f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000923 10.0.0.41 - - [2026-05-11 02:25:49] "GET /project/f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.029061 10.0.0.41 - - [2026-05-11 02:25:49] "GET /projects?obj_uuids=f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001042 10.0.0.41 - - [2026-05-11 02:25:49] "GET /project/f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5?fields=security_groups HTTP/1.1" 200 1377 0.071105 10.0.0.41 - - [2026-05-11 02:25:49] "DELETE /security-group/c4c24e90-379e-4d7d-9eba-9231910d1be2 HTTP/1.1" 200 115 0.045577 10.0.0.41 - - [2026-05-11 02:25:49] "GET /projects?obj_uuids=f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001082 10.0.0.41 - - [2026-05-11 02:25:49] "DELETE /access-control-list/83aea592-9499-46cd-b1b3-89c17ad3a4c8 HTTP/1.1" 200 115 0.034059 10.0.0.41 - - [2026-05-11 02:25:49] "GET /project/f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5?fields=application_policy_sets HTTP/1.1" 200 1416 0.040694 10.0.0.41 - - [2026-05-11 02:25:49] "DELETE /access-control-list/0a41f026-2580-4faa-90ff-138a222a5c64 HTTP/1.1" 200 115 0.036122 10.0.0.41 - - [2026-05-11 02:25:49] "DELETE /project/f1cd75d7-f818-4bf1-b4bb-c74c8aef81c5 HTTP/1.1" 200 115 0.361017 10.0.0.41 - - [2026-05-11 02:25:53] "POST /neutron/port HTTP/1.1" 200 1127 0.012738 10.0.0.41 - - [2026-05-11 02:25:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007617 10.0.0.41 - - [2026-05-11 02:25:53] "POST /neutron/port HTTP/1.1" 200 1127 0.014479 10.0.0.41 - - [2026-05-11 02:25:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006330 10.0.0.41 - - [2026-05-11 02:25:53] "POST /neutron/port HTTP/1.1" 200 1127 0.013139 10.0.0.41 - - [2026-05-11 02:25:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007493 10.0.0.41 - - [2026-05-11 02:25:53] "GET /virtual-machine/d4e742bf-589d-4c93-93ee-410122783b80 HTTP/1.1" 200 1294 0.006528 10.0.0.41 - - [2026-05-11 02:25:53] "GET /virtual-machine-interface/3e95189c-f45f-4344-ac80-bdb38c0747d0 HTTP/1.1" 200 2946 0.005639 10.0.0.41 - - [2026-05-11 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.41 - - [2026-05-11 02:25:53] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005453 10.0.0.41 - - [2026-05-11 02:25:53] "GET /virtual-networks?parent_id=05221c6a-c54c-474c-81b5-772163dc9f5e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003820 10.0.0.41 - - [2026-05-11 02:25:53] "GET /virtual-network/b483ac57-437f-4eb4-a57b-a7697ccb6283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006983 10.0.0.41 - - [2026-05-11 02:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.41 - - [2026-05-11 02:25:55] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003074 10.0.0.41 - - [2026-05-11 02:25:55] "GET /virtual-networks?parent_id=05221c6a-c54c-474c-81b5-772163dc9f5e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003832 10.0.0.41 - - [2026-05-11 02:25:55] "GET /virtual-network/b483ac57-437f-4eb4-a57b-a7697ccb6283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006164 10.0.0.41 - - [2026-05-11 02:25:56] "GET /obj-perms HTTP/1.1" 200 5056 0.073400 10.0.0.41 - - [2026-05-11 02:25:57] "GET /obj-perms HTTP/1.1" 200 5056 0.073853 10.0.0.41 - - [2026-05-11 02:25:59] "POST /neutron/network HTTP/1.1" 200 827 0.006093 10.0.0.41 - - [2026-05-11 02:25:59] "POST /neutron/network HTTP/1.1" 400 204 0.015940 10.0.0.41 - - [2026-05-11 02:26:00] "POST /neutron/port HTTP/1.1" 200 1127 0.015074 10.0.0.41 - - [2026-05-11 02:26:00] "POST /neutron/port HTTP/1.1" 200 1117 0.013361 10.0.0.41 - - [2026-05-11 02:26:00] "POST /neutron/port HTTP/1.1" 200 1127 0.022422 10.0.0.41 - - [2026-05-11 02:26:00] "POST /neutron/port HTTP/1.1" 200 1117 0.019777 10.0.0.41 - - [2026-05-11 02:26:00] "POST /neutron/port HTTP/1.1" 200 151 0.155442 10.0.0.41 - - [2026-05-11 02:26:00] "POST /neutron/port HTTP/1.1" 200 151 0.133875 10.0.0.41 - - [2026-05-11 02:26:01] "POST /neutron/network HTTP/1.1" 200 827 0.009262 10.0.0.41 - - [2026-05-11 02:26:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003121 10.0.0.41 - - [2026-05-11 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005366 10.0.0.41 - - [2026-05-11 02:26:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002662 10.0.0.41 - - [2026-05-11 02:26:02] "POST /neutron/network HTTP/1.1" 200 151 0.100513 10.0.0.41 - - [2026-05-11 02:26:02] "DELETE /route-target/0179ab50-44b9-4757-91fd-de54dc2cea18 HTTP/1.1" 200 115 0.032313 10.0.0.41 - - [2026-05-11 02:26:02] "GET /projects?obj_uuids=05221c6a-c54c-474c-81b5-772163dc9f5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001352 10.0.0.41 - - [2026-05-11 02:26:02] "GET /project/05221c6a-c54c-474c-81b5-772163dc9f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.039655 10.0.0.41 - - [2026-05-11 02:26:02] "GET /projects?obj_uuids=05221c6a-c54c-474c-81b5-772163dc9f5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001276 10.0.0.41 - - [2026-05-11 02:26:02] "GET /project/05221c6a-c54c-474c-81b5-772163dc9f5e?fields=virtual_networks HTTP/1.1" 200 1042 0.030169 10.0.0.41 - - [2026-05-11 02:26:02] "GET /projects?obj_uuids=05221c6a-c54c-474c-81b5-772163dc9f5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001617 10.0.0.41 - - [2026-05-11 02:26:02] "GET /project/05221c6a-c54c-474c-81b5-772163dc9f5e?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.036815 10.0.0.41 - - [2026-05-11 02:26:02] "GET /projects?obj_uuids=05221c6a-c54c-474c-81b5-772163dc9f5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001268 10.0.0.41 - - [2026-05-11 02:26:02] "GET /project/05221c6a-c54c-474c-81b5-772163dc9f5e?fields=security_groups HTTP/1.1" 200 1269 0.034357 10.0.0.41 - - [2026-05-11 02:26:03] "POST /fqname-to-id HTTP/1.1" 404 188 0.040273 10.0.0.41 - - [2026-05-11 02:26:03] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002713 10.0.0.41 - - [2026-05-11 02:26:03] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.41 - - [2026-05-11 02:26:03] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007650 10.0.0.41 - - [2026-05-11 02:26:03] "POST /id-to-fqname HTTP/1.1" 200 190 0.002585 10.0.0.41 - - [2026-05-11 02:26:03] "POST /fqname-to-id HTTP/1.1" 404 199 0.003158 10.0.0.41 - - [2026-05-11 02:26:03] "POST /security-groups HTTP/1.1" 200 591 0.068125 10.0.0.41 - - [2026-05-11 02:26:03] "POST /fqname-to-id HTTP/1.1" 404 234 0.002792 10.0.0.41 - - [2026-05-11 02:26:04] "POST /projects HTTP/1.1" 200 585 0.235857 10.0.0.41 - - [2026-05-11 02:26:04] "POST /access-control-lists HTTP/1.1" 200 596 0.065987 10.0.0.41 - - [2026-05-11 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.316737 10.0.0.41 - - [2026-05-11 02:26:04] "POST /fqname-to-id HTTP/1.1" 404 233 0.003512 10.0.0.41 - - [2026-05-11 02:26:04] "GET /project/b8d8002b-6971-4732-bd7c-4139f975a923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.447304 10.0.0.41 - - [2026-05-11 02:26:04] "POST /access-control-lists HTTP/1.1" 200 594 0.071466 10.0.0.41 - - [2026-05-11 02:26:05] "GET / HTTP/1.1" 200 35931 0.002951 10.0.0.41 - - [2026-05-11 02:26:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000622 10.0.0.41 - - [2026-05-11 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.072416 10.0.0.41 - - [2026-05-11 02:26:06] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001208 10.0.0.41 - - [2026-05-11 02:26:06] "GET /project/b8d8002b-6971-4732-bd7c-4139f975a923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.025456 10.0.0.41 - - [2026-05-11 02:26:06] "POST /neutron/network HTTP/1.1" 200 117 0.046595 10.0.0.41 - - [2026-05-11 02:26:06] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001570 10.0.0.41 - - [2026-05-11 02:26:06] "POST /neutron/network HTTP/1.1" 200 625 0.077782 10.0.0.41 - - [2026-05-11 02:26:06] "POST /route-targets HTTP/1.1" 200 327 0.011307 10.0.0.41 - - [2026-05-11 02:26:06] "POST /ref-update HTTP/1.1" 200 156 0.012592 10.0.0.41 - - [2026-05-11 02:26:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004893 10.0.0.41 - - [2026-05-11 02:26:06] "POST /neutron/subnet HTTP/1.1" 200 701 0.221478 10.0.0.41 - - [2026-05-11 02:26:06] "POST /neutron/network HTTP/1.1" 200 839 0.007001 10.0.0.41 - - [2026-05-11 02:26:06] "POST /id-to-fqname HTTP/1.1" 200 230 0.001384 10.0.0.41 - - [2026-05-11 02:26:06] "GET /virtual-network/f89da96e-8335-4f0c-aefa-453a41535f82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006173 10.0.0.41 - - [2026-05-11 02:26:07] "POST /neutron/network HTTP/1.1" 200 839 0.006213 10.0.0.41 - - [2026-05-11 02:26:07] "GET /virtual-network/f89da96e-8335-4f0c-aefa-453a41535f82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006586 10.0.0.41 - - [2026-05-11 02:26:07] "POST /neutron/network HTTP/1.1" 200 839 0.007174 10.0.0.41 - - [2026-05-11 02:26:07] "POST /neutron/subnet HTTP/1.1" 200 701 0.007510 10.0.0.41 - - [2026-05-11 02:26:07] "POST /neutron/network HTTP/1.1" 200 839 0.005713 10.0.0.41 - - [2026-05-11 02:26:07] "POST /id-to-fqname HTTP/1.1" 200 230 0.001806 10.0.0.41 - - [2026-05-11 02:26:07] "POST /neutron/network HTTP/1.1" 200 849 0.006381 10.0.0.41 - - [2026-05-11 02:26:07] "GET /aaa-mode HTTP/1.1" 401 292 0.000569 10.0.0.41 - - [2026-05-11 02:26:07] "GET / HTTP/1.1" 200 35931 0.002218 10.0.0.41 - - [2026-05-11 02:26:07] "GET /project/b8d8002b-6971-4732-bd7c-4139f975a923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000484 10.0.0.41 - - [2026-05-11 02:26:08] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001596 10.0.0.41 - - [2026-05-11 02:26:08] "GET /project/b8d8002b-6971-4732-bd7c-4139f975a923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.074660 10.0.0.41 - - [2026-05-11 02:26:08] "POST /neutron/network HTTP/1.1" 200 839 0.007906 10.0.0.41 - - [2026-05-11 02:26:08] "POST /neutron/port HTTP/1.1" 200 117 0.005498 10.0.0.41 - - [2026-05-11 02:26:08] "POST /neutron/port HTTP/1.1" 200 117 0.007303 10.0.0.41 - - [2026-05-11 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005342 10.0.0.41 - - [2026-05-11 02:26:08] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003641 10.0.0.41 - - [2026-05-11 02:26:08] "PUT /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5 HTTP/1.1" 200 276 0.022902 10.0.0.41 - - [2026-05-11 02:26:08] "POST /neutron/port HTTP/1.1" 200 117 0.005783 10.0.0.41 - - [2026-05-11 02:26:08] "POST /neutron/network HTTP/1.1" 200 849 0.008164 10.0.0.41 - - [2026-05-11 02:26:08] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001152 10.0.0.41 - - [2026-05-11 02:26:09] "POST /neutron/port HTTP/1.1" 200 1055 0.243356 10.0.0.41 - - [2026-05-11 02:26:09] "POST /neutron/port HTTP/1.1" 200 1055 0.014481 10.0.0.41 - - [2026-05-11 02:26:09] "POST /neutron/port HTTP/1.1" 200 1055 0.018522 10.0.0.41 - - [2026-05-11 02:26:09] "POST /neutron/port HTTP/1.1" 200 1109 0.078458 10.0.0.41 - - [2026-05-11 02:26:09] "POST /neutron/port HTTP/1.1" 200 1119 0.016330 10.0.0.41 - - [2026-05-11 02:26:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004261 10.0.0.41 - - [2026-05-11 02:26:09] "POST /neutron/subnet HTTP/1.1" 200 675 0.010373 10.0.0.41 - - [2026-05-11 02:26:09] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.41 - - [2026-05-11 02:26:09] "POST /neutron/network HTTP/1.1" 200 839 0.007037 10.0.0.41 - - [2026-05-11 02:26:13] "POST /neutron/port HTTP/1.1" 200 1119 0.016687 10.0.0.41 - - [2026-05-11 02:26:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008065 10.0.0.41 - - [2026-05-11 02:26:13] "POST /neutron/port HTTP/1.1" 200 1119 0.012951 10.0.0.41 - - [2026-05-11 02:26:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006975 10.0.0.41 - - [2026-05-11 02:26:14] "POST /neutron/port HTTP/1.1" 200 1119 0.018687 10.0.0.41 - - [2026-05-11 02:26:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007768 10.0.0.41 - - [2026-05-11 02:26:14] "GET /virtual-machine/7cf88097-e60a-4034-ac51-8e224fc19e19 HTTP/1.1" 401 292 0.000518 10.0.0.41 - - [2026-05-11 02:26:14] "GET /virtual-machine/7cf88097-e60a-4034-ac51-8e224fc19e19 HTTP/1.1" 200 1292 0.042233 10.0.0.41 - - [2026-05-11 02:26:14] "GET /virtual-machine-interface/f83856fe-e084-4576-92ba-76d559b60d16 HTTP/1.1" 200 2972 0.005584 10.0.0.41 - - [2026-05-11 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.41 - - [2026-05-11 02:26:14] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004450 10.0.0.41 - - [2026-05-11 02:26:14] "GET /virtual-networks?parent_id=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003255 10.0.0.41 - - [2026-05-11 02:26:14] "GET /virtual-network/f89da96e-8335-4f0c-aefa-453a41535f82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005559 10.0.0.41 - - [2026-05-11 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.41 - - [2026-05-11 02:26:17] "GET /virtual-network/f89da96e-8335-4f0c-aefa-453a41535f82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008041 10.0.0.41 - - [2026-05-11 02:26:19] "POST /neutron/port HTTP/1.1" 200 1119 0.016443 10.0.0.41 - - [2026-05-11 02:26:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006779 10.0.0.41 - - [2026-05-11 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.41 - - [2026-05-11 02:26:21] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004006 10.0.0.41 - - [2026-05-11 02:26:21] "GET /virtual-networks?parent_id=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004084 10.0.0.41 - - [2026-05-11 02:26:21] "GET /virtual-network/f89da96e-8335-4f0c-aefa-453a41535f82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005843 10.0.0.41 - - [2026-05-11 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.41 - - [2026-05-11 02:26:24] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004955 10.0.0.41 - - [2026-05-11 02:26:24] "PUT /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5 HTTP/1.1" 200 276 0.011951 10.0.0.41 - - [2026-05-11 02:26:24] "POST /neutron/network HTTP/1.1" 200 839 0.006420 10.0.0.41 - - [2026-05-11 02:26:24] "POST /neutron/network HTTP/1.1" 400 204 0.011043 10.0.0.41 - - [2026-05-11 02:26:24] "POST /neutron/port HTTP/1.1" 200 1119 0.012836 10.0.0.41 - - [2026-05-11 02:26:24] "POST /neutron/port HTTP/1.1" 200 1109 0.009149 10.0.0.41 - - [2026-05-11 02:26:24] "POST /neutron/port HTTP/1.1" 200 151 0.103273 10.0.0.41 - - [2026-05-11 02:26:26] "POST /neutron/network HTTP/1.1" 200 839 0.006199 10.0.0.41 - - [2026-05-11 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.41 - - [2026-05-11 02:26:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005584 10.0.0.41 - - [2026-05-11 02:26:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001878 10.0.0.41 - - [2026-05-11 02:26:26] "POST /neutron/network HTTP/1.1" 200 151 0.084993 10.0.0.41 - - [2026-05-11 02:26:26] "DELETE /route-target/dc0856ac-cb92-4e01-a9e3-aaddedb586d6 HTTP/1.1" 200 115 0.018405 10.0.0.41 - - [2026-05-11 02:26:26] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.004361 10.0.0.41 - - [2026-05-11 02:26:26] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5 HTTP/1.1" 200 1880 0.004081 10.0.0.41 - - [2026-05-11 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005262 10.0.0.41 - - [2026-05-11 02:26:26] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001494 10.0.0.41 - - [2026-05-11 02:26:26] "GET /project/b8d8002b-6971-4732-bd7c-4139f975a923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.032910 10.0.0.41 - - [2026-05-11 02:26:27] "POST /neutron/network HTTP/1.1" 200 117 0.010006 10.0.0.41 - - [2026-05-11 02:26:27] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001570 10.0.0.41 - - [2026-05-11 02:26:27] "POST /neutron/network HTTP/1.1" 200 605 0.076053 10.0.0.41 - - [2026-05-11 02:26:27] "POST /route-targets HTTP/1.1" 200 327 0.012886 10.0.0.41 - - [2026-05-11 02:26:27] "POST /ref-update HTTP/1.1" 200 156 0.011383 10.0.0.41 - - [2026-05-11 02:26:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002915 10.0.0.41 - - [2026-05-11 02:26:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.192662 10.0.0.41 - - [2026-05-11 02:26:27] "POST /neutron/network HTTP/1.1" 200 825 0.005818 10.0.0.41 - - [2026-05-11 02:26:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001414 10.0.0.41 - - [2026-05-11 02:26:27] "GET /virtual-network/587d1866-401f-4289-8166-91b46ee7dd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005353 10.0.0.41 - - [2026-05-11 02:26:27] "POST /neutron/network HTTP/1.1" 200 825 0.006355 10.0.0.41 - - [2026-05-11 02:26:27] "GET /virtual-network/587d1866-401f-4289-8166-91b46ee7dd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005733 10.0.0.41 - - [2026-05-11 02:26:27] "POST /neutron/network HTTP/1.1" 200 825 0.006575 10.0.0.41 - - [2026-05-11 02:26:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.008003 10.0.0.41 - - [2026-05-11 02:26:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001177 10.0.0.41 - - [2026-05-11 02:26:27] "POST /neutron/network HTTP/1.1" 200 835 0.005532 10.0.0.41 - - [2026-05-11 02:26:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000449 10.0.0.41 - - [2026-05-11 02:26:28] "GET / HTTP/1.1" 200 35931 0.003019 10.0.0.41 - - [2026-05-11 02:26:28] "GET /project/b8d8002b-6971-4732-bd7c-4139f975a923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000407 10.0.0.41 - - [2026-05-11 02:26:28] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001311 10.0.0.41 - - [2026-05-11 02:26:28] "GET /project/b8d8002b-6971-4732-bd7c-4139f975a923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.064069 10.0.0.41 - - [2026-05-11 02:26:28] "POST /neutron/network HTTP/1.1" 200 825 0.006051 10.0.0.41 - - [2026-05-11 02:26:28] "POST /neutron/port HTTP/1.1" 200 117 0.005075 10.0.0.41 - - [2026-05-11 02:26:28] "POST /neutron/port HTTP/1.1" 200 117 0.095574 10.0.0.41 - - [2026-05-11 02:26:28] "POST /neutron/port HTTP/1.1" 200 117 0.005721 10.0.0.41 - - [2026-05-11 02:26:29] "POST /neutron/network HTTP/1.1" 200 835 0.006531 10.0.0.41 - - [2026-05-11 02:26:29] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001448 10.0.0.41 - - [2026-05-11 02:26:29] "POST /neutron/port HTTP/1.1" 200 1061 0.211815 10.0.0.41 - - [2026-05-11 02:26:29] "POST /neutron/port HTTP/1.1" 200 1061 0.013723 10.0.0.41 - - [2026-05-11 02:26:29] "POST /neutron/port HTTP/1.1" 200 1061 0.013307 10.0.0.41 - - [2026-05-11 02:26:29] "POST /neutron/port HTTP/1.1" 200 1115 0.060205 10.0.0.41 - - [2026-05-11 02:26:29] "POST /neutron/port HTTP/1.1" 200 1125 0.016134 10.0.0.41 - - [2026-05-11 02:26:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003587 10.0.0.41 - - [2026-05-11 02:26:29] "POST /neutron/subnet HTTP/1.1" 200 703 0.006779 10.0.0.41 - - [2026-05-11 02:26:29] "POST /neutron/port HTTP/1.1" 200 117 0.001205 10.0.0.41 - - [2026-05-11 02:26:29] "POST /neutron/network HTTP/1.1" 200 825 0.005670 10.0.0.41 - - [2026-05-11 02:26:33] "POST /neutron/port HTTP/1.1" 200 1125 0.015577 10.0.0.41 - - [2026-05-11 02:26:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006658 10.0.0.41 - - [2026-05-11 02:26:34] "POST /neutron/port HTTP/1.1" 200 1125 0.015100 10.0.0.41 - - [2026-05-11 02:26:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007318 10.0.0.41 - - [2026-05-11 02:26:34] "POST /neutron/port HTTP/1.1" 200 1125 0.018586 10.0.0.41 - - [2026-05-11 02:26:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006787 10.0.0.41 - - [2026-05-11 02:26:34] "GET /virtual-machine/1c43442d-e289-4a1b-a3f9-90a3bf6e2542 HTTP/1.1" 200 1292 0.006850 10.0.0.41 - - [2026-05-11 02:26:34] "GET /virtual-machine-interface/80bf882f-cbb5-46e4-87fa-296e6ccf9dc6 HTTP/1.1" 200 2940 0.006316 10.0.0.41 - - [2026-05-11 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.41 - - [2026-05-11 02:26:34] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009469 10.0.0.41 - - [2026-05-11 02:26:34] "GET /virtual-networks?parent_id=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003466 10.0.0.41 - - [2026-05-11 02:26:34] "GET /virtual-network/587d1866-401f-4289-8166-91b46ee7dd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006628 10.0.0.41 - - [2026-05-11 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.41 - - [2026-05-11 02:26:37] "GET /virtual-network/587d1866-401f-4289-8166-91b46ee7dd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005118 10.0.0.41 - - [2026-05-11 02:26:39] "POST /neutron/port HTTP/1.1" 200 1125 0.014331 10.0.0.41 - - [2026-05-11 02:26:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007627 10.0.0.41 - - [2026-05-11 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.41 - - [2026-05-11 02:26:41] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003797 10.0.0.41 - - [2026-05-11 02:26:41] "GET /virtual-networks?parent_id=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003334 10.0.0.41 - - [2026-05-11 02:26:41] "GET /virtual-network/587d1866-401f-4289-8166-91b46ee7dd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005627 10.0.0.41 - - [2026-05-11 02:26:43] "POST /neutron/network HTTP/1.1" 200 825 0.009141 10.0.0.41 - - [2026-05-11 02:26:43] "POST /neutron/network HTTP/1.1" 400 204 0.010626 10.0.0.41 - - [2026-05-11 02:26:44] "POST /neutron/port HTTP/1.1" 200 1125 0.012519 10.0.0.41 - - [2026-05-11 02:26:44] "POST /neutron/port HTTP/1.1" 200 1115 0.012772 10.0.0.41 - - [2026-05-11 02:26:44] "POST /neutron/port HTTP/1.1" 200 151 0.104417 10.0.0.41 - - [2026-05-11 02:26:45] "POST /neutron/network HTTP/1.1" 200 825 0.006011 10.0.0.41 - - [2026-05-11 02:26:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003867 10.0.0.41 - - [2026-05-11 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004742 10.0.0.41 - - [2026-05-11 02:26:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001678 10.0.0.41 - - [2026-05-11 02:26:45] "POST /neutron/network HTTP/1.1" 200 151 0.082284 10.0.0.41 - - [2026-05-11 02:26:45] "DELETE /route-target/4d437e6a-bdd1-49b1-8220-80bc21f99058 HTTP/1.1" 200 115 0.019760 10.0.0.41 - - [2026-05-11 02:26:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003237 10.0.0.41 - - [2026-05-11 02:26:46] "POST /network-ipams HTTP/1.1" 200 541 0.022689 10.0.0.41 - - [2026-05-11 02:26:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003878 10.0.0.41 - - [2026-05-11 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.41 - - [2026-05-11 02:26:46] "GET /network-ipam/ca0b6249-a3a2-4f16-a4c5-d0c58b6c5345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.007311 10.0.0.41 - - [2026-05-11 02:26:46] "PUT /network-ipam/ca0b6249-a3a2-4f16-a4c5-d0c58b6c5345 HTTP/1.1" 200 258 0.011499 10.0.0.41 - - [2026-05-11 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.41 - - [2026-05-11 02:26:46] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001155 10.0.0.41 - - [2026-05-11 02:26:46] "GET /project/b8d8002b-6971-4732-bd7c-4139f975a923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.028691 10.0.0.41 - - [2026-05-11 02:26:46] "POST /neutron/network HTTP/1.1" 200 117 0.009361 10.0.0.41 - - [2026-05-11 02:26:46] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001027 10.0.0.41 - - [2026-05-11 02:26:46] "POST /neutron/network HTTP/1.1" 200 605 0.067223 10.0.0.41 - - [2026-05-11 02:26:46] "POST /route-targets HTTP/1.1" 200 327 0.012928 10.0.0.41 - - [2026-05-11 02:26:46] "POST /ref-update HTTP/1.1" 200 156 0.013394 10.0.0.41 - - [2026-05-11 02:26:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004586 10.0.0.41 - - [2026-05-11 02:26:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.140497 10.0.0.41 - - [2026-05-11 02:26:47] "POST /useragent-kv HTTP/1.1" 200 115 0.009581 10.0.0.41 - - [2026-05-11 02:26:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.194250 10.0.0.41 - - [2026-05-11 02:26:47] "POST /neutron/network HTTP/1.1" 200 994 0.007003 10.0.0.41 - - [2026-05-11 02:26:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001319 10.0.0.41 - - [2026-05-11 02:26:47] "GET /virtual-network/5d65c379-34dc-4748-8e61-16487eb11a3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006737 10.0.0.41 - - [2026-05-11 02:26:47] "POST /neutron/network HTTP/1.1" 200 994 0.007864 10.0.0.41 - - [2026-05-11 02:26:47] "GET /virtual-network/5d65c379-34dc-4748-8e61-16487eb11a3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006140 10.0.0.41 - - [2026-05-11 02:26:47] "POST /neutron/network HTTP/1.1" 200 994 0.008569 10.0.0.41 - - [2026-05-11 02:26:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.009978 10.0.0.41 - - [2026-05-11 02:26:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.007828 10.0.0.41 - - [2026-05-11 02:26:47] "POST /neutron/network HTTP/1.1" 200 994 0.007316 10.0.0.41 - - [2026-05-11 02:26:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.007094 10.0.0.41 - - [2026-05-11 02:26:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.007813 10.0.0.41 - - [2026-05-11 02:26:47] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001749 10.0.0.41 - - [2026-05-11 02:26:47] "POST /neutron/port HTTP/1.1" 200 1017 0.172925 10.0.0.41 - - [2026-05-11 02:26:47] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001129 10.0.0.41 - - [2026-05-11 02:26:47] "POST /neutron/port HTTP/1.1" 200 1017 0.171995 10.0.0.41 - - [2026-05-11 02:26:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001559 10.0.0.41 - - [2026-05-11 02:26:48] "POST /neutron/port HTTP/1.1" 200 1017 0.015431 10.0.0.41 - - [2026-05-11 02:26:48] "POST /neutron/port HTTP/1.1" 200 1017 0.009589 10.0.0.41 - - [2026-05-11 02:26:48] "POST /neutron/network HTTP/1.1" 200 994 0.007525 10.0.0.41 - - [2026-05-11 02:26:48] "POST /neutron/port HTTP/1.1" 200 1017 0.010670 10.0.0.41 - - [2026-05-11 02:26:48] "POST /neutron/port HTTP/1.1" 200 117 0.006256 10.0.0.41 - - [2026-05-11 02:26:48] "POST /neutron/port HTTP/1.1" 200 1017 0.013204 10.0.0.41 - - [2026-05-11 02:26:48] "POST /neutron/port HTTP/1.1" 200 117 0.005499 10.0.0.41 - - [2026-05-11 02:26:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001312 10.0.0.41 - - [2026-05-11 02:26:48] "POST /neutron/port HTTP/1.1" 200 117 0.005230 10.0.0.41 - - [2026-05-11 02:26:48] "POST /neutron/port HTTP/1.1" 200 1017 0.010547 10.0.0.41 - - [2026-05-11 02:26:48] "POST /neutron/port HTTP/1.1" 200 1017 0.010142 10.0.0.41 - - [2026-05-11 02:26:48] "POST /neutron/network HTTP/1.1" 200 994 0.010436 10.0.0.41 - - [2026-05-11 02:26:48] "POST /neutron/port HTTP/1.1" 200 1017 0.009583 10.0.0.41 - - [2026-05-11 02:26:48] "POST /neutron/port HTTP/1.1" 200 1017 0.013061 10.0.0.41 - - [2026-05-11 02:26:48] "POST /neutron/port HTTP/1.1" 200 117 0.007490 10.0.0.41 - - [2026-05-11 02:26:48] "POST /neutron/port HTTP/1.1" 200 117 0.005914 10.0.0.41 - - [2026-05-11 02:26:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001470 10.0.0.41 - - [2026-05-11 02:26:48] "POST /neutron/port HTTP/1.1" 200 1017 0.012932 10.0.0.41 - - [2026-05-11 02:26:49] "POST /neutron/network HTTP/1.1" 200 1004 0.008916 10.0.0.41 - - [2026-05-11 02:26:49] "POST /neutron/port HTTP/1.1" 200 1017 0.010697 10.0.0.41 - - [2026-05-11 02:26:49] "POST /neutron/port HTTP/1.1" 200 117 0.009184 10.0.0.41 - - [2026-05-11 02:26:49] "POST /neutron/port HTTP/1.1" 200 1017 0.012602 10.0.0.41 - - [2026-05-11 02:26:49] "POST /neutron/port HTTP/1.1" 200 1109 0.112064 10.0.0.41 - - [2026-05-11 02:26:49] "POST /neutron/network HTTP/1.1" 200 1004 0.007679 10.0.0.41 - - [2026-05-11 02:26:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000617 10.0.0.41 - - [2026-05-11 02:26:49] "POST /neutron/port HTTP/1.1" 200 1119 0.015584 10.0.0.41 - - [2026-05-11 02:26:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003696 10.0.0.41 - - [2026-05-11 02:26:49] "POST /neutron/subnet HTTP/1.1" 200 673 0.009650 10.0.0.41 - - [2026-05-11 02:26:49] "POST /neutron/port HTTP/1.1" 200 117 0.001378 10.0.0.41 - - [2026-05-11 02:26:49] "POST /neutron/network HTTP/1.1" 200 994 0.009971 10.0.0.41 - - [2026-05-11 02:26:49] "POST /neutron/port HTTP/1.1" 200 1017 0.012204 10.0.0.41 - - [2026-05-11 02:26:49] "POST /neutron/network HTTP/1.1" 200 1004 0.010204 10.0.0.41 - - [2026-05-11 02:26:49] "GET / HTTP/1.1" 200 35931 0.001778 10.0.0.41 - - [2026-05-11 02:26:49] "GET /project/b8d8002b-6971-4732-bd7c-4139f975a923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000348 10.0.0.41 - - [2026-05-11 02:26:49] "POST /neutron/port HTTP/1.1" 200 1017 0.014338 10.0.0.41 - - [2026-05-11 02:26:49] "POST /neutron/port HTTP/1.1" 200 1017 0.013777 10.0.0.41 - - [2026-05-11 02:26:49] "DELETE /project/b8d8002b69714732bd7c4139f975a923 HTTP/1.1" 404 173 0.015157 10.0.0.41 - - [2026-05-11 02:26:49] "GET /projects?obj_uuids=05221c6a-c54c-474c-81b5-772163dc9f5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001654 10.0.0.41 - - [2026-05-11 02:26:49] "GET /project/05221c6a-c54c-474c-81b5-772163dc9f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.053576 10.0.0.41 - - [2026-05-11 02:26:49] "GET /projects?obj_uuids=05221c6a-c54c-474c-81b5-772163dc9f5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001064 10.0.0.41 - - [2026-05-11 02:26:49] "GET /project/05221c6a-c54c-474c-81b5-772163dc9f5e?fields=security_groups HTTP/1.1" 200 1374 0.063623 10.0.0.41 - - [2026-05-11 02:26:49] "POST /neutron/port HTTP/1.1" 200 1109 0.191001 10.0.0.41 - - [2026-05-11 02:26:49] "DELETE /security-group/26511480-5b35-483c-9b92-e06d4560d837 HTTP/1.1" 200 115 0.049383 10.0.0.41 - - [2026-05-11 02:26:49] "GET /projects?obj_uuids=05221c6a-c54c-474c-81b5-772163dc9f5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001432 10.0.0.41 - - [2026-05-11 02:26:49] "GET /project/05221c6a-c54c-474c-81b5-772163dc9f5e?fields=application_policy_sets HTTP/1.1" 200 1413 0.039805 10.0.0.41 - - [2026-05-11 02:26:49] "DELETE /access-control-list/f4259547-3317-47cf-a44e-a294d2d44e26 HTTP/1.1" 200 115 0.062120 10.0.0.41 - - [2026-05-11 02:26:49] "POST /neutron/port HTTP/1.1" 200 1119 0.052216 10.0.0.41 - - [2026-05-11 02:26:49] "DELETE /access-control-list/cd1d139a-01b0-4997-9de4-076ccbfd3ce1 HTTP/1.1" 200 115 0.042416 10.0.0.41 - - [2026-05-11 02:26:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006188 10.0.0.41 - - [2026-05-11 02:26:50] "DELETE /project/05221c6a-c54c-474c-81b5-772163dc9f5e HTTP/1.1" 200 115 0.431339 10.0.0.41 - - [2026-05-11 02:26:50] "POST /neutron/subnet HTTP/1.1" 200 673 0.017505 10.0.0.41 - - [2026-05-11 02:26:50] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001257 10.0.0.41 - - [2026-05-11 02:26:50] "POST /neutron/port HTTP/1.1" 200 117 0.001434 10.0.0.41 - - [2026-05-11 02:26:50] "GET /project/b8d8002b-6971-4732-bd7c-4139f975a923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.102235 10.0.0.41 - - [2026-05-11 02:26:50] "POST /neutron/network HTTP/1.1" 200 994 0.010479 10.0.0.41 - - [2026-05-11 02:26:50] "POST /neutron/network HTTP/1.1" 200 994 0.013753 10.0.0.41 - - [2026-05-11 02:26:50] "POST /neutron/port HTTP/1.1" 200 2086 0.024434 10.0.0.41 - - [2026-05-11 02:26:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011341 10.0.0.41 - - [2026-05-11 02:26:50] "POST /neutron/port HTTP/1.1" 200 117 0.006124 10.0.0.41 - - [2026-05-11 02:26:50] "GET /domains HTTP/1.1" 200 280 0.003210 10.0.0.41 - - [2026-05-11 02:26:50] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001347 10.0.0.41 - - [2026-05-11 02:26:50] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2573 0.010598 10.0.0.41 - - [2026-05-11 02:26:50] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001116 10.0.0.41 - - [2026-05-11 02:26:50] "GET /project/b8d8002b-6971-4732-bd7c-4139f975a923 HTTP/1.1" 200 2853 0.095646 10.0.0.41 - - [2026-05-11 02:26:50] "GET /network-ipam/ca0b6249-a3a2-4f16-a4c5-d0c58b6c5345 HTTP/1.1" 200 2647 0.011784 10.0.0.41 - - [2026-05-11 02:26:50] "GET /domains HTTP/1.1" 200 280 0.005778 10.0.0.41 - - [2026-05-11 02:26:50] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001244 10.0.0.41 - - [2026-05-11 02:26:50] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2573 0.009442 10.0.0.41 - - [2026-05-11 02:26:50] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001204 10.0.0.41 - - [2026-05-11 02:26:50] "GET /project/b8d8002b-6971-4732-bd7c-4139f975a923 HTTP/1.1" 200 2853 0.089082 10.0.0.41 - - [2026-05-11 02:26:50] "GET /virtual-network/5d65c379-34dc-4748-8e61-16487eb11a3b HTTP/1.1" 200 3779 0.019231 10.0.0.41 - - [2026-05-11 02:26:50] "GET /virtual-network/5d65c379-34dc-4748-8e61-16487eb11a3b HTTP/1.1" 200 3779 0.007614 10.0.0.41 - - [2026-05-11 02:26:50] "GET /routing-instance/4c20fe50-1af3-42ba-8555-77965528061e HTTP/1.1" 200 2379 0.004283 10.0.0.41 - - [2026-05-11 02:26:50] "GET /routing-instance/4c20fe50-1af3-42ba-8555-77965528061e HTTP/1.1" 200 2379 0.003955 10.0.0.41 - - [2026-05-11 02:26:50] "GET /route-target/47dd0ea8-e4e5-4663-b7c2-83339f86604b HTTP/1.1" 200 1204 0.004039 10.0.0.41 - - [2026-05-11 02:26:50] "GET /virtual-network/5d65c379-34dc-4748-8e61-16487eb11a3b HTTP/1.1" 200 3779 0.014177 10.0.0.41 - - [2026-05-11 02:26:50] "GET /routing-instance/4c20fe50-1af3-42ba-8555-77965528061e HTTP/1.1" 200 2379 0.008512 10.0.0.41 - - [2026-05-11 02:26:50] "GET /virtual-network/5d65c379-34dc-4748-8e61-16487eb11a3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007582 10.0.0.41 - - [2026-05-11 02:26:50] "GET /virtual-network/5d65c379-34dc-4748-8e61-16487eb11a3b HTTP/1.1" 200 3779 0.006436 10.0.0.41 - - [2026-05-11 02:26:50] "GET /routing-instance/4c20fe50-1af3-42ba-8555-77965528061e HTTP/1.1" 200 2379 0.003975 10.0.0.41 - - [2026-05-11 02:26:50] "GET /routing-instance/4c20fe50-1af3-42ba-8555-77965528061e HTTP/1.1" 200 2379 0.004124 10.0.0.41 - - [2026-05-11 02:26:50] "GET /route-target/47dd0ea8-e4e5-4663-b7c2-83339f86604b HTTP/1.1" 200 1204 0.017531 10.0.0.41 - - [2026-05-11 02:26:50] "GET /domains HTTP/1.1" 200 280 0.006858 10.0.0.41 - - [2026-05-11 02:26:50] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001695 10.0.0.41 - - [2026-05-11 02:26:50] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2573 0.007994 10.0.0.41 - - [2026-05-11 02:26:50] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001109 10.0.0.41 - - [2026-05-11 02:26:50] "GET /project/b8d8002b-6971-4732-bd7c-4139f975a923 HTTP/1.1" 200 2853 0.086088 10.0.0.41 - - [2026-05-11 02:26:50] "GET /virtual-network/5d65c379-34dc-4748-8e61-16487eb11a3b HTTP/1.1" 200 3779 0.007001 10.0.0.41 - - [2026-05-11 02:26:51] "POST /neutron/network HTTP/1.1" 200 1004 0.013868 10.0.0.41 - - [2026-05-11 02:26:51] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001193 10.0.0.41 - - [2026-05-11 02:26:51] "POST /neutron/port HTTP/1.1" 200 1055 0.279206 10.0.0.41 - - [2026-05-11 02:26:51] "POST /neutron/port HTTP/1.1" 200 1055 0.023572 10.0.0.41 - - [2026-05-11 02:26:51] "POST /neutron/port HTTP/1.1" 200 1055 0.033305 10.0.0.41 - - [2026-05-11 02:26:51] "GET /obj-perms HTTP/1.1" 200 5030 0.153936 10.0.0.41 - - [2026-05-11 02:26:51] "POST /neutron/port HTTP/1.1" 200 1109 0.107072 10.0.0.41 - - [2026-05-11 02:26:51] "POST /neutron/port HTTP/1.1" 200 1119 0.030535 10.0.0.41 - - [2026-05-11 02:26:51] "POST /neutron/port HTTP/1.1" 200 1119 0.031623 10.0.0.41 - - [2026-05-11 02:26:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006812 10.0.0.41 - - [2026-05-11 02:26:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.021952 10.0.0.41 - - [2026-05-11 02:26:51] "POST /neutron/subnet HTTP/1.1" 200 673 0.013232 10.0.0.41 - - [2026-05-11 02:26:51] "POST /neutron/port HTTP/1.1" 200 117 0.001561 10.0.0.41 - - [2026-05-11 02:26:51] "POST /neutron/port HTTP/1.1" 200 1119 0.017601 10.0.0.41 - - [2026-05-11 02:26:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006883 10.0.0.41 - - [2026-05-11 02:26:51] "POST /neutron/network HTTP/1.1" 200 994 0.010905 10.0.0.41 - - [2026-05-11 02:26:52] "POST /neutron/port HTTP/1.1" 200 1119 0.010938 10.0.0.41 - - [2026-05-11 02:26:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006990 10.0.0.41 - - [2026-05-11 02:26:52] "GET /virtual-machine/991a248b-cb1a-428e-93e7-4b261a76c8fd HTTP/1.1" 200 1289 0.005451 10.0.0.41 - - [2026-05-11 02:26:52] "GET /virtual-machine-interface/1154a08c-c00e-4e9c-9a5b-6007ae4deffb HTTP/1.1" 200 2941 0.005821 10.0.0.41 - - [2026-05-11 02:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.41 - - [2026-05-11 02:26:52] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003806 10.0.0.41 - - [2026-05-11 02:26:52] "GET /virtual-networks?parent_id=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003157 10.0.0.41 - - [2026-05-11 02:26:52] "GET /virtual-network/5d65c379-34dc-4748-8e61-16487eb11a3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005304 10.0.0.41 - - [2026-05-11 02:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.41 - - [2026-05-11 02:26:55] "GET /virtual-network/5d65c379-34dc-4748-8e61-16487eb11a3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004839 10.0.0.41 - - [2026-05-11 02:26:57] "GET /obj-perms HTTP/1.1" 200 5056 0.064014 10.0.0.41 - - [2026-05-11 02:26:57] "GET /obj-perms HTTP/1.1" 200 5056 0.066202 10.0.0.41 - - [2026-05-11 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.41 - - [2026-05-11 02:26:59] "GET /virtual-network/5d65c379-34dc-4748-8e61-16487eb11a3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007219 10.0.0.41 - - [2026-05-11 02:26:59] "POST /neutron/port HTTP/1.1" 200 1119 0.012637 10.0.0.41 - - [2026-05-11 02:26:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006931 10.0.0.41 - - [2026-05-11 02:27:00] "POST /neutron/port HTTP/1.1" 200 1119 0.014791 10.0.0.41 - - [2026-05-11 02:27:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006712 10.0.0.41 - - [2026-05-11 02:27:00] "POST /neutron/port HTTP/1.1" 200 1119 0.018362 10.0.0.41 - - [2026-05-11 02:27:00] "POST /neutron/port HTTP/1.1" 200 1119 0.021806 10.0.0.41 - - [2026-05-11 02:27:00] "POST /neutron/network HTTP/1.1" 200 1004 0.008947 10.0.0.41 - - [2026-05-11 02:27:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005849 10.0.0.41 - - [2026-05-11 02:27:00] "POST /neutron/subnet HTTP/1.1" 200 673 0.015859 10.0.0.41 - - [2026-05-11 02:27:01] "POST /neutron/port HTTP/1.1" 200 117 0.001737 10.0.0.41 - - [2026-05-11 02:27:01] "POST /neutron/network HTTP/1.1" 200 994 0.009444 10.0.0.41 - - [2026-05-11 02:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.41 - - [2026-05-11 02:27:01] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004402 10.0.0.41 - - [2026-05-11 02:27:01] "GET /virtual-networks?parent_id=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003809 10.0.0.41 - - [2026-05-11 02:27:01] "GET /virtual-network/5d65c379-34dc-4748-8e61-16487eb11a3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006513 10.0.0.41 - - [2026-05-11 02:27:02] "POST /neutron/port HTTP/1.1" 200 1119 0.021089 10.0.0.41 - - [2026-05-11 02:27:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009337 10.0.0.41 - - [2026-05-11 02:27:02] "POST /neutron/port HTTP/1.1" 200 1119 0.019706 10.0.0.41 - - [2026-05-11 02:27:02] "POST /neutron/port HTTP/1.1" 200 1119 0.018304 10.0.0.41 - - [2026-05-11 02:27:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007599 10.0.0.41 - - [2026-05-11 02:27:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007375 10.0.0.41 - - [2026-05-11 02:27:02] "POST /neutron/port HTTP/1.1" 200 1119 0.017812 10.0.0.41 - - [2026-05-11 02:27:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012047 10.0.0.41 - - [2026-05-11 02:27:02] "GET /virtual-machine/f42ca512-219d-48ad-865b-968273c2934e HTTP/1.1" 200 1288 0.006295 10.0.0.41 - - [2026-05-11 02:27:02] "GET /virtual-machine-interface/c74e0820-b63e-4f91-9c30-ab44d257c7eb HTTP/1.1" 200 2942 0.006588 10.0.0.41 - - [2026-05-11 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.41 - - [2026-05-11 02:27:02] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005200 10.0.0.41 - - [2026-05-11 02:27:02] "GET /virtual-networks?parent_id=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003200 10.0.0.41 - - [2026-05-11 02:27:02] "GET /virtual-network/5d65c379-34dc-4748-8e61-16487eb11a3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006298 10.0.0.41 - - [2026-05-11 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.41 - - [2026-05-11 02:27:03] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005792 10.0.0.41 - - [2026-05-11 02:27:03] "GET /virtual-networks?parent_id=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003085 10.0.0.41 - - [2026-05-11 02:27:03] "GET /virtual-network/5d65c379-34dc-4748-8e61-16487eb11a3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.008934 10.0.0.41 - - [2026-05-11 02:27:03] "POST /neutron/port HTTP/1.1" 200 1119 0.013515 10.0.0.41 - - [2026-05-11 02:27:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006594 10.0.0.41 - - [2026-05-11 02:27:04] "POST /neutron/port HTTP/1.1" 200 1119 0.017387 10.0.0.41 - - [2026-05-11 02:27:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009274 10.0.0.41 - - [2026-05-11 02:27:04] "POST /neutron/port HTTP/1.1" 200 1119 0.016709 10.0.0.41 - - [2026-05-11 02:27:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007781 10.0.0.41 - - [2026-05-11 02:27:04] "GET /virtual-machine/df4df9dc-175d-4731-bdc2-084c42042046 HTTP/1.1" 200 1293 0.005536 10.0.0.41 - - [2026-05-11 02:27:04] "GET /virtual-machine-interface/06cfcb69-610c-40ef-bb53-d9da5372a66d HTTP/1.1" 200 2940 0.009371 10.0.0.41 - - [2026-05-11 02:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.41 - - [2026-05-11 02:27:04] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004660 10.0.0.41 - - [2026-05-11 02:27:04] "GET /virtual-networks?parent_id=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003362 10.0.0.41 - - [2026-05-11 02:27:04] "GET /virtual-network/5d65c379-34dc-4748-8e61-16487eb11a3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005431 10.0.0.41 - - [2026-05-11 02:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.41 - - [2026-05-11 02:27:05] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004847 10.0.0.41 - - [2026-05-11 02:27:05] "GET /virtual-networks?parent_id=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003251 10.0.0.41 - - [2026-05-11 02:27:05] "GET /virtual-network/5d65c379-34dc-4748-8e61-16487eb11a3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006059 10.0.0.41 - - [2026-05-11 02:27:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000556 10.0.0.41 - - [2026-05-11 02:27:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.41 - - [2026-05-11 02:27:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000559 10.0.0.41 - - [2026-05-11 02:27:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.41 - - [2026-05-11 02:27:21] "POST /neutron/port HTTP/1.1" 200 1109 0.019719 10.0.0.41 - - [2026-05-11 02:27:22] "POST /neutron/port HTTP/1.1" 200 1109 0.013376 10.0.0.41 - - [2026-05-11 02:27:22] "POST /neutron/port HTTP/1.1" 200 151 0.154973 10.0.0.41 - - [2026-05-11 02:27:22] "POST /neutron/port HTTP/1.1" 200 1109 0.020118 10.0.0.41 - - [2026-05-11 02:27:22] "POST /neutron/port HTTP/1.1" 200 1109 0.017773 10.0.0.41 - - [2026-05-11 02:27:22] "POST /neutron/port HTTP/1.1" 200 1119 0.016451 10.0.0.41 - - [2026-05-11 02:27:22] "POST /neutron/port HTTP/1.1" 200 1109 0.010652 10.0.0.41 - - [2026-05-11 02:27:22] "POST /neutron/port HTTP/1.1" 200 151 0.171428 10.0.0.41 - - [2026-05-11 02:27:22] "POST /neutron/network HTTP/1.1" 200 994 0.010319 10.0.0.41 - - [2026-05-11 02:27:22] "POST /neutron/network HTTP/1.1" 400 204 0.021210 10.0.0.41 - - [2026-05-11 02:27:22] "POST /neutron/port HTTP/1.1" 200 151 0.159505 10.0.0.41 - - [2026-05-11 02:27:24] "POST /neutron/network HTTP/1.1" 200 994 0.009893 10.0.0.41 - - [2026-05-11 02:27:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002916 10.0.0.41 - - [2026-05-11 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.41 - - [2026-05-11 02:27:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002058 10.0.0.41 - - [2026-05-11 02:27:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002632 10.0.0.41 - - [2026-05-11 02:27:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001787 10.0.0.41 - - [2026-05-11 02:27:24] "POST /neutron/network HTTP/1.1" 200 151 0.138430 10.0.0.41 - - [2026-05-11 02:27:24] "GET /routing-instance/4c20fe50-1af3-42ba-8555-77965528061e HTTP/1.1" 404 171 0.003181 10.0.0.41 - - [2026-05-11 02:27:24] "DELETE /route-target/47dd0ea8-e4e5-4663-b7c2-83339f86604b HTTP/1.1" 200 115 0.028267 10.0.0.41 - - [2026-05-11 02:27:24] "GET /domains HTTP/1.1" 200 280 0.007159 10.0.0.41 - - [2026-05-11 02:27:24] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.41 - - [2026-05-11 02:27:24] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 2573 0.049001 10.0.0.41 - - [2026-05-11 02:27:24] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001145 10.0.0.41 - - [2026-05-11 02:27:24] "GET /project/b8d8002b-6971-4732-bd7c-4139f975a923 HTTP/1.1" 200 2096 0.077308 10.0.0.41 - - [2026-05-11 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.41 - - [2026-05-11 02:27:24] "DELETE /network-ipam/ca0b6249-a3a2-4f16-a4c5-d0c58b6c5345 HTTP/1.1" 200 115 0.033451 10.0.0.41 - - [2026-05-11 02:27:24] "POST /fqname-to-id HTTP/1.1" 404 211 0.004396 10.0.0.41 - - [2026-05-11 02:27:25] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001664 10.0.0.41 - - [2026-05-11 02:27:25] "GET /project/b8d8002b-6971-4732-bd7c-4139f975a923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.027853 10.0.0.41 - - [2026-05-11 02:27:25] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002117 10.0.0.41 - - [2026-05-11 02:27:25] "GET /project/b8d8002b-6971-4732-bd7c-4139f975a923?fields=virtual_networks HTTP/1.1" 200 1043 0.081523 10.0.0.41 - - [2026-05-11 02:27:25] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001136 10.0.0.41 - - [2026-05-11 02:27:25] "GET /project/b8d8002b-6971-4732-bd7c-4139f975a923?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.036885 10.0.0.41 - - [2026-05-11 02:27:25] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001887 10.0.0.41 - - [2026-05-11 02:27:25] "GET /project/b8d8002b-6971-4732-bd7c-4139f975a923?fields=security_groups HTTP/1.1" 200 1269 0.038590 10.0.0.41 - - [2026-05-11 02:27:27] "POST /neutron/port HTTP/1.1" 200 117 0.005314 10.0.0.41 - - [2026-05-11 02:27:27] "POST /neutron/port HTTP/1.1" 400 205 0.003535 10.0.0.41 - - [2026-05-11 02:27:27] "POST /neutron/port HTTP/1.1" 200 117 0.008553 10.0.0.41 - - [2026-05-11 02:27:27] "POST /neutron/port HTTP/1.1" 400 205 0.004937 10.0.0.41 - - [2026-05-11 02:27:34] "GET / HTTP/1.1" 200 35931 0.002421 10.0.0.41 - - [2026-05-11 02:27:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000599 10.0.0.41 - - [2026-05-11 02:27:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.060587 10.0.0.41 - - [2026-05-11 02:27:35] "GET /projects?obj_uuids=b1c321c5-a9f3-4544-8279-72e4db0cbf78&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002668 10.0.0.41 - - [2026-05-11 02:27:35] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001282 10.0.0.41 - - [2026-05-11 02:27:35] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007618 10.0.0.41 - - [2026-05-11 02:27:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.001250 10.0.0.41 - - [2026-05-11 02:27:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.003143 10.0.0.41 - - [2026-05-11 02:27:35] "POST /security-groups HTTP/1.1" 200 586 0.064391 10.0.0.41 - - [2026-05-11 02:27:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.002829 10.0.0.41 - - [2026-05-11 02:27:35] "POST /projects HTTP/1.1" 200 575 0.220852 10.0.0.41 - - [2026-05-11 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.254979 10.0.0.41 - - [2026-05-11 02:27:35] "POST /access-control-lists HTTP/1.1" 200 591 0.059275 10.0.0.41 - - [2026-05-11 02:27:35] "GET /project/b1c321c5-a9f3-4544-8279-72e4db0cbf78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.390629 10.0.0.41 - - [2026-05-11 02:27:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.005072 10.0.0.41 - - [2026-05-11 02:27:36] "POST /access-control-lists HTTP/1.1" 200 589 0.068901 10.0.0.41 - - [2026-05-11 02:27:37] "GET / HTTP/1.1" 200 35931 0.002342 10.0.0.41 - - [2026-05-11 02:27:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.41 - - [2026-05-11 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.033153 10.0.0.41 - - [2026-05-11 02:27:39] "GET /api-access-list/4fa2a50e-885d-497b-a60b-66e3cce0fb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005701 10.0.0.41 - - [2026-05-11 02:27:39] "GET /api-access-list/4fa2a50e-885d-497b-a60b-66e3cce0fb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004050 10.0.0.41 - - [2026-05-11 02:27:39] "GET /api-access-list/4fa2a50e-885d-497b-a60b-66e3cce0fb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003666 10.0.0.41 - - [2026-05-11 02:27:39] "PUT /api-access-list/4fa2a50e-885d-497b-a60b-66e3cce0fb31 HTTP/1.1" 200 264 0.013576 10.0.0.41 - - [2026-05-11 02:27:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000594 10.0.0.41 - - [2026-05-11 02:27:40] "GET /aaa-mode HTTP/1.1" 200 128 0.031674 10.0.0.41 - - [2026-05-11 02:27:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.029313 10.0.0.41 - - [2026-05-11 02:27:40] "GET /projects?obj_uuids=96f7f8c0-be4b-4a52-9822-3e1ad0ab37a7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002485 10.0.0.41 - - [2026-05-11 02:27:41] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001105 10.0.0.41 - - [2026-05-11 02:27:41] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007489 10.0.0.41 - - [2026-05-11 02:27:41] "POST /id-to-fqname HTTP/1.1" 200 185 0.001433 10.0.0.41 - - [2026-05-11 02:27:41] "POST /fqname-to-id HTTP/1.1" 404 194 0.002546 10.0.0.41 - - [2026-05-11 02:27:41] "POST /security-groups HTTP/1.1" 200 586 0.063637 10.0.0.41 - - [2026-05-11 02:27:41] "POST /fqname-to-id HTTP/1.1" 404 229 0.003478 10.0.0.41 - - [2026-05-11 02:27:41] "POST /projects HTTP/1.1" 200 575 0.225866 10.0.0.41 - - [2026-05-11 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.297798 10.0.0.41 - - [2026-05-11 02:27:41] "POST /access-control-lists HTTP/1.1" 200 591 0.075165 10.0.0.41 - - [2026-05-11 02:27:41] "POST /fqname-to-id HTTP/1.1" 404 228 0.002776 10.0.0.41 - - [2026-05-11 02:27:41] "GET /project/96f7f8c0-be4b-4a52-9822-3e1ad0ab37a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.429252 10.0.0.41 - - [2026-05-11 02:27:41] "POST /access-control-lists HTTP/1.1" 200 589 0.065148 10.0.0.41 - - [2026-05-11 02:27:41] "POST /fqname-to-id HTTP/1.1" 404 183 0.033491 10.0.0.41 - - [2026-05-11 02:27:41] "GET /projects?obj_uuids=30f76140-a52d-482c-9deb-7be2575f0e78&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003263 10.0.0.41 - - [2026-05-11 02:27:41] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.41 - - [2026-05-11 02:27:41] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007135 10.0.0.41 - - [2026-05-11 02:27:42] "POST /id-to-fqname HTTP/1.1" 200 185 0.001650 10.0.0.41 - - [2026-05-11 02:27:42] "POST /fqname-to-id HTTP/1.1" 404 194 0.004918 10.0.0.41 - - [2026-05-11 02:27:42] "POST /security-groups HTTP/1.1" 200 586 0.068315 10.0.0.41 - - [2026-05-11 02:27:42] "POST /fqname-to-id HTTP/1.1" 404 229 0.007655 10.0.0.41 - - [2026-05-11 02:27:42] "POST /projects HTTP/1.1" 200 575 0.235029 10.0.0.41 - - [2026-05-11 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.309532 10.0.0.41 - - [2026-05-11 02:27:42] "POST /access-control-lists HTTP/1.1" 200 591 0.065980 10.0.0.41 - - [2026-05-11 02:27:42] "POST /fqname-to-id HTTP/1.1" 404 228 0.002493 10.0.0.41 - - [2026-05-11 02:27:42] "GET /project/30f76140-a52d-482c-9deb-7be2575f0e78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.456147 10.0.0.41 - - [2026-05-11 02:27:42] "POST /access-control-lists HTTP/1.1" 200 589 0.069906 10.0.0.41 - - [2026-05-11 02:27:42] "GET / HTTP/1.1" 200 35931 0.002071 10.0.0.41 - - [2026-05-11 02:27:43] "GET / HTTP/1.1" 200 35931 0.001524 10.0.0.41 - - [2026-05-11 02:27:44] "POST /fqname-to-id HTTP/1.1" 404 183 0.003433 10.0.0.41 - - [2026-05-11 02:27:44] "POST /api-access-lists HTTP/1.1" 200 521 0.023996 10.0.0.41 - - [2026-05-11 02:27:44] "GET /api-access-list/d927f4b1-c368-4f9f-b522-f7b54dcaf425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.004266 10.0.0.41 - - [2026-05-11 02:27:44] "GET /api-access-list/d927f4b1-c368-4f9f-b522-f7b54dcaf425 HTTP/1.1" 401 292 0.000463 10.0.0.41 - - [2026-05-11 02:27:44] "GET /api-access-list/d927f4b1-c368-4f9f-b522-f7b54dcaf425 HTTP/1.1" 200 1266 0.068426 10.0.0.41 - - [2026-05-11 02:27:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.41 - - [2026-05-11 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.077486 10.0.0.41 - - [2026-05-11 02:27:45] "GET /projects?obj_uuids=96f7f8c0-be4b-4a52-9822-3e1ad0ab37a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001190 10.0.0.41 - - [2026-05-11 02:27:45] "GET /project/96f7f8c0-be4b-4a52-9822-3e1ad0ab37a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.065250 10.0.0.41 - - [2026-05-11 02:27:45] "GET /virtual-networks?parent_id=96f7f8c0-be4b-4a52-9822-3e1ad0ab37a7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012749 10.0.0.41 - - [2026-05-11 02:27:45] "POST /virtual-networks HTTP/1.1" 200 568 0.059323 10.0.0.41 - - [2026-05-11 02:27:45] "POST /route-targets HTTP/1.1" 200 327 0.011607 10.0.0.41 - - [2026-05-11 02:27:45] "POST /ref-update HTTP/1.1" 200 156 0.016560 10.0.0.41 - - [2026-05-11 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.020119 10.0.0.41 - - [2026-05-11 02:27:45] "GET /network-ipam/bbdf966e-8f5a-4245-9a6f-6d2ef79e8e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.013654 10.0.0.41 - - [2026-05-11 02:27:45] "POST /useragent-kv HTTP/1.1" 200 115 0.005459 10.0.0.41 - - [2026-05-11 02:27:45] "POST /ref-update HTTP/1.1" 200 156 0.056268 10.0.0.41 - - [2026-05-11 02:27:45] "POST /neutron/network HTTP/1.1" 200 833 0.051335 10.0.0.41 - - [2026-05-11 02:27:45] "POST /neutron/network HTTP/1.1" 200 833 0.021922 10.0.0.41 - - [2026-05-11 02:27:45] "GET /virtual-network/6342ba19-6f86-42d2-9a5a-20bd5d1f82bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.017573 10.0.0.41 - - [2026-05-11 02:27:45] "POST /neutron/network HTTP/1.1" 200 833 0.021745 10.0.0.41 - - [2026-05-11 02:27:45] "POST /neutron/subnet HTTP/1.1" 200 680 0.031222 10.0.0.41 - - [2026-05-11 02:27:45] "GET /virtual-network/6342ba19-6f86-42d2-9a5a-20bd5d1f82bd HTTP/1.1" 401 292 0.000430 10.0.0.41 - - [2026-05-11 02:27:46] "GET /virtual-network/6342ba19-6f86-42d2-9a5a-20bd5d1f82bd HTTP/1.1" 200 2267 0.055388 10.0.0.41 - - [2026-05-11 02:27:46] "GET /virtual-network/6342ba19-6f86-42d2-9a5a-20bd5d1f82bd HTTP/1.1" 401 292 0.000437 10.0.0.41 - - [2026-05-11 02:27:46] "GET /virtual-network/6342ba19-6f86-42d2-9a5a-20bd5d1f82bd HTTP/1.1" 200 2007 0.055143 10.0.0.41 - - [2026-05-11 02:27:46] "GET /obj-perms HTTP/1.1" 200 4915 0.076698 10.0.0.41 - - [2026-05-11 02:27:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000375 10.0.0.41 - - [2026-05-11 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.031433 10.0.0.41 - - [2026-05-11 02:27:47] "GET /virtual-network/6342ba19-6f86-42d2-9a5a-20bd5d1f82bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.013265 10.0.0.41 - - [2026-05-11 02:27:47] "GET /obj-perms HTTP/1.1" 200 4915 0.010725 10.0.0.41 - - [2026-05-11 02:27:47] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.019125 10.0.0.41 - - [2026-05-11 02:27:47] "GET /obj-perms HTTP/1.1" 200 4915 0.071747 10.0.0.41 - - [2026-05-11 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.41 - - [2026-05-11 02:27:47] "GET /virtual-network/6342ba19-6f86-42d2-9a5a-20bd5d1f82bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.013865 10.0.0.41 - - [2026-05-11 02:27:48] "GET /obj-perms HTTP/1.1" 200 4915 0.010585 10.0.0.41 - - [2026-05-11 02:27:48] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.016780 10.0.0.41 - - [2026-05-11 02:27:48] "POST /id-to-fqname HTTP/1.1" 401 292 0.000445 10.0.0.41 - - [2026-05-11 02:27:48] "POST /id-to-fqname HTTP/1.1" 200 230 0.048423 10.0.0.41 - - [2026-05-11 02:27:49] "POST /neutron/network HTTP/1.1" 200 843 0.055864 10.0.0.41 - - [2026-05-11 02:27:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000433 10.0.0.41 - - [2026-05-11 02:27:49] "GET / HTTP/1.1" 200 35931 0.002321 10.0.0.41 - - [2026-05-11 02:27:49] "GET /project/30f76140-a52d-482c-9deb-7be2575f0e78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000459 10.0.0.41 - - [2026-05-11 02:27:49] "GET /projects?obj_uuids=30f76140-a52d-482c-9deb-7be2575f0e78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001616 10.0.0.41 - - [2026-05-11 02:27:49] "GET /project/30f76140-a52d-482c-9deb-7be2575f0e78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.060861 10.0.0.41 - - [2026-05-11 02:27:49] "POST /neutron/network HTTP/1.1" 200 833 0.005577 10.0.0.41 - - [2026-05-11 02:27:50] "DELETE /project/96f7f8c0be4b4a5298223e1ad0ab37a7 HTTP/1.1" 404 173 0.007179 10.0.0.41 - - [2026-05-11 02:27:50] "DELETE /project/b1c321c5a9f34544827972e4db0cbf78 HTTP/1.1" 404 173 0.005068 10.0.0.41 - - [2026-05-11 02:27:50] "DELETE /project/30f76140a52d482c9deb7be2575f0e78 HTTP/1.1" 404 173 0.006734 10.0.0.41 - - [2026-05-11 02:27:50] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.41 - - [2026-05-11 02:27:50] "GET /project/b8d8002b-6971-4732-bd7c-4139f975a923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.038305 10.0.0.41 - - [2026-05-11 02:27:50] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001095 10.0.0.41 - - [2026-05-11 02:27:50] "POST /neutron/port HTTP/1.1" 200 117 0.044034 10.0.0.41 - - [2026-05-11 02:27:50] "POST /neutron/port HTTP/1.1" 200 117 0.007269 10.0.0.41 - - [2026-05-11 02:27:50] "GET /project/b8d8002b-6971-4732-bd7c-4139f975a923?fields=security_groups HTTP/1.1" 200 1374 0.078010 10.0.0.41 - - [2026-05-11 02:27:50] "POST /neutron/port HTTP/1.1" 200 117 0.005666 10.0.0.41 - - [2026-05-11 02:27:50] "DELETE /security-group/1469a4cf-7e7b-415a-b8c7-65dda8794960 HTTP/1.1" 200 115 0.044298 10.0.0.41 - - [2026-05-11 02:27:50] "GET /projects?obj_uuids=b8d8002b-6971-4732-bd7c-4139f975a923&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001493 10.0.0.41 - - [2026-05-11 02:27:50] "DELETE /access-control-list/49fe9e7c-3b38-4f2d-80b7-b011b1c8d0ce HTTP/1.1" 200 115 0.032485 10.0.0.41 - - [2026-05-11 02:27:50] "GET /project/b8d8002b-6971-4732-bd7c-4139f975a923?fields=application_policy_sets HTTP/1.1" 200 1413 0.040944 10.0.0.41 - - [2026-05-11 02:27:50] "DELETE /access-control-list/bd7707ff-5cfe-4192-8519-52f372f785e1 HTTP/1.1" 200 115 0.034439 10.0.0.41 - - [2026-05-11 02:27:50] "DELETE /project/b8d8002b-6971-4732-bd7c-4139f975a923 HTTP/1.1" 200 115 0.375069 10.0.0.41 - - [2026-05-11 02:27:50] "POST /neutron/network HTTP/1.1" 200 843 0.032812 10.0.0.41 - - [2026-05-11 02:27:50] "POST /neutron/network HTTP/1.1" 200 833 0.022590 10.0.0.41 - - [2026-05-11 02:27:50] "GET /projects?obj_uuids=30f76140-a52d-482c-9deb-7be2575f0e78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001706 10.0.0.41 - - [2026-05-11 02:27:51] "POST /neutron/port HTTP/1.1" 200 1056 0.347542 10.0.0.41 - - [2026-05-11 02:27:51] "POST /neutron/port HTTP/1.1" 200 1056 0.011634 10.0.0.41 - - [2026-05-11 02:27:51] "POST /neutron/port HTTP/1.1" 200 1056 0.011897 10.0.0.41 - - [2026-05-11 02:27:51] "POST /neutron/port HTTP/1.1" 200 1110 0.066084 10.0.0.41 - - [2026-05-11 02:27:51] "POST /neutron/port HTTP/1.1" 200 1120 0.012545 10.0.0.41 - - [2026-05-11 02:27:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004166 10.0.0.41 - - [2026-05-11 02:27:51] "POST /neutron/subnet HTTP/1.1" 200 654 0.008515 10.0.0.41 - - [2026-05-11 02:27:51] "POST /neutron/port HTTP/1.1" 200 117 0.001592 10.0.0.41 - - [2026-05-11 02:27:51] "POST /neutron/network HTTP/1.1" 200 833 0.006434 10.0.0.41 - - [2026-05-11 02:27:55] "POST /neutron/port HTTP/1.1" 200 1120 0.014133 10.0.0.41 - - [2026-05-11 02:27:55] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007037 10.0.0.41 - - [2026-05-11 02:27:55] "POST /neutron/port HTTP/1.1" 200 1120 0.017967 10.0.0.41 - - [2026-05-11 02:27:55] "POST /neutron/security_group HTTP/1.1" 200 2053 0.010008 10.0.0.41 - - [2026-05-11 02:27:55] "POST /neutron/port HTTP/1.1" 200 1120 0.014782 10.0.0.41 - - [2026-05-11 02:27:55] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006382 10.0.0.41 - - [2026-05-11 02:27:55] "POST /neutron/port HTTP/1.1" 200 1120 0.013528 10.0.0.41 - - [2026-05-11 02:27:55] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006743 10.0.0.41 - - [2026-05-11 02:27:55] "GET /virtual-machine/c1f28867-a286-46d1-9ba8-f12967db380e HTTP/1.1" 200 1288 0.012368 10.0.0.41 - - [2026-05-11 02:27:55] "GET /virtual-machine/c1f28867-a286-46d1-9ba8-f12967db380e HTTP/1.1" 200 1288 0.010921 10.0.0.41 - - [2026-05-11 02:27:55] "GET /virtual-machine-interface/f2b27b04-2b8a-4181-aea2-be73fd190221 HTTP/1.1" 200 2531 0.016090 10.0.0.41 - - [2026-05-11 02:27:55] "GET /virtual-machine/c1f28867-a286-46d1-9ba8-f12967db380e HTTP/1.1" 200 1288 0.011410 10.0.0.41 - - [2026-05-11 02:27:55] "GET /virtual-machine-interface/f2b27b04-2b8a-4181-aea2-be73fd190221 HTTP/1.1" 200 2531 0.016551 10.0.0.41 - - [2026-05-11 02:27:55] "GET /instance-ip/8e6be93d-db85-4e39-b758-13202853c24a HTTP/1.1" 200 1627 0.016263 10.0.0.41 - - [2026-05-11 02:27:55] "GET /virtual-machine/c1f28867-a286-46d1-9ba8-f12967db380e HTTP/1.1" 200 1288 0.012579 10.0.0.41 - - [2026-05-11 02:27:55] "GET /virtual-machine-interface/f2b27b04-2b8a-4181-aea2-be73fd190221 HTTP/1.1" 200 2531 0.015128 10.0.0.41 - - [2026-05-11 02:27:55] "GET /instance-ip/8e6be93d-db85-4e39-b758-13202853c24a HTTP/1.1" 200 1627 0.012160 10.0.0.41 - - [2026-05-11 02:27:55] "POST /fqname-to-id HTTP/1.1" 403 339 0.011488 10.0.0.41 - - [2026-05-11 02:27:55] "GET / HTTP/1.1" 200 35931 0.002045 10.0.0.41 - - [2026-05-11 02:27:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000631 10.0.0.41 - - [2026-05-11 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.037084 10.0.0.41 - - [2026-05-11 02:27:56] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003765 10.0.0.41 - - [2026-05-11 02:27:56] "GET /virtual-networks?parent_id=30f76140-a52d-482c-9deb-7be2575f0e78&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011987 10.0.0.41 - - [2026-05-11 02:27:56] "POST /fqname-to-id HTTP/1.1" 403 339 0.010069 10.0.0.41 - - [2026-05-11 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.41 - - [2026-05-11 02:27:56] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003677 10.0.0.41 - - [2026-05-11 02:27:56] "GET /virtual-networks?parent_id=30f76140-a52d-482c-9deb-7be2575f0e78&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017943 10.0.0.41 - - [2026-05-11 02:27:56] "POST /fqname-to-id HTTP/1.1" 403 339 0.011229 10.0.0.41 - - [2026-05-11 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.41 - - [2026-05-11 02:27:56] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004465 10.0.0.41 - - [2026-05-11 02:27:56] "GET /virtual-networks?parent_id=30f76140-a52d-482c-9deb-7be2575f0e78&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012156 10.0.0.41 - - [2026-05-11 02:27:56] "POST /fqname-to-id HTTP/1.1" 403 339 0.011267 10.0.0.41 - - [2026-05-11 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.41 - - [2026-05-11 02:27:57] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003952 10.0.0.41 - - [2026-05-11 02:27:57] "GET /virtual-networks?parent_id=30f76140-a52d-482c-9deb-7be2575f0e78&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015685 10.0.0.41 - - [2026-05-11 02:27:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.013144 10.0.0.41 - - [2026-05-11 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.41 - - [2026-05-11 02:27:57] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003795 10.0.0.41 - - [2026-05-11 02:27:57] "GET /virtual-networks?parent_id=30f76140-a52d-482c-9deb-7be2575f0e78&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013310 10.0.0.41 - - [2026-05-11 02:27:58] "GET /obj-perms HTTP/1.1" 200 5056 0.061052 10.0.0.41 - - [2026-05-11 02:27:58] "GET /obj-perms HTTP/1.1" 200 5056 0.065674 10.0.0.41 - - [2026-05-11 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.010975 10.0.0.41 - - [2026-05-11 02:28:00] "GET /virtual-network/6342ba19-6f86-42d2-9a5a-20bd5d1f82bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.017277 10.0.0.41 - - [2026-05-11 02:28:01] "POST /neutron/port HTTP/1.1" 200 1120 0.022013 10.0.0.41 - - [2026-05-11 02:28:01] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007301 10.0.0.41 - - [2026-05-11 02:28:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.011575 10.0.0.41 - - [2026-05-11 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.41 - - [2026-05-11 02:28:02] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004226 10.0.0.41 - - [2026-05-11 02:28:02] "GET /virtual-networks?parent_id=30f76140-a52d-482c-9deb-7be2575f0e78&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011283 10.0.0.41 - - [2026-05-11 02:28:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.010825 10.0.0.41 - - [2026-05-11 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.41 - - [2026-05-11 02:28:02] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003389 10.0.0.41 - - [2026-05-11 02:28:02] "GET /virtual-networks?parent_id=30f76140-a52d-482c-9deb-7be2575f0e78&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011410 10.0.0.41 - - [2026-05-11 02:28:02] "POST /fqname-to-id HTTP/1.1" 403 361 0.011283 10.0.0.41 - - [2026-05-11 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.41 - - [2026-05-11 02:28:02] "GET /routing-instance/8422ec09-7150-4baf-875f-96d5a2a89e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.004515 10.0.0.41 - - [2026-05-11 02:28:02] "GET /route-target/051c2e8d-8eb1-4196-9429-b65c3a8e070c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014435 10.0.0.41 - - [2026-05-11 02:28:02] "GET /route-target/051c2e8d-8eb1-4196-9429-b65c3a8e070c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003884 10.0.0.41 - - [2026-05-11 02:28:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.012289 10.0.0.41 - - [2026-05-11 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.41 - - [2026-05-11 02:28:02] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003961 10.0.0.41 - - [2026-05-11 02:28:03] "GET /virtual-networks?parent_id=30f76140-a52d-482c-9deb-7be2575f0e78&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011211 10.0.0.41 - - [2026-05-11 02:28:03] "POST /fqname-to-id HTTP/1.1" 403 361 0.010582 10.0.0.41 - - [2026-05-11 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.41 - - [2026-05-11 02:28:03] "GET /routing-instance/8422ec09-7150-4baf-875f-96d5a2a89e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.004193 10.0.0.41 - - [2026-05-11 02:28:03] "GET /route-target/051c2e8d-8eb1-4196-9429-b65c3a8e070c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015667 10.0.0.41 - - [2026-05-11 02:28:03] "GET /route-target/051c2e8d-8eb1-4196-9429-b65c3a8e070c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005041 10.0.0.41 - - [2026-05-11 02:28:03] "GET /obj-perms HTTP/1.1" 200 4915 0.012201 10.0.0.41 - - [2026-05-11 02:28:03] "GET /virtual-machine/c1f28867-a286-46d1-9ba8-f12967db380e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.012674 10.0.0.41 - - [2026-05-11 02:28:03] "GET /obj-perms HTTP/1.1" 200 4915 0.012823 10.0.0.41 - - [2026-05-11 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.41 - - [2026-05-11 02:28:03] "GET /virtual-machine-interface/f2b27b04-2b8a-4181-aea2-be73fd190221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.022204 10.0.0.41 - - [2026-05-11 02:28:03] "GET /obj-perms HTTP/1.1" 200 4915 0.011671 10.0.0.41 - - [2026-05-11 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.41 - - [2026-05-11 02:28:03] "GET /virtual-machine-interface/f2b27b04-2b8a-4181-aea2-be73fd190221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.018611 10.0.0.41 - - [2026-05-11 02:28:03] "GET /obj-perms HTTP/1.1" 200 4915 0.010436 10.0.0.41 - - [2026-05-11 02:28:03] "GET /virtual-machine/c1f28867-a286-46d1-9ba8-f12967db380e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.011512 10.0.0.41 - - [2026-05-11 02:28:03] "GET /obj-perms HTTP/1.1" 200 4915 0.010283 10.0.0.41 - - [2026-05-11 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.41 - - [2026-05-11 02:28:03] "GET /virtual-machine-interface/f2b27b04-2b8a-4181-aea2-be73fd190221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.016077 10.0.0.41 - - [2026-05-11 02:28:03] "GET /obj-perms HTTP/1.1" 200 4915 0.011191 10.0.0.41 - - [2026-05-11 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.41 - - [2026-05-11 02:28:04] "GET /virtual-network/6342ba19-6f86-42d2-9a5a-20bd5d1f82bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.015984 10.0.0.41 - - [2026-05-11 02:28:04] "GET /obj-perms HTTP/1.1" 200 4915 0.011628 10.0.0.41 - - [2026-05-11 02:28:04] "GET /virtual-machine/c1f28867-a286-46d1-9ba8-f12967db380e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.019643 10.0.0.41 - - [2026-05-11 02:28:04] "GET /obj-perms HTTP/1.1" 200 4915 0.010504 10.0.0.41 - - [2026-05-11 02:28:04] "GET /obj-perms HTTP/1.1" 200 4915 0.010961 10.0.0.41 - - [2026-05-11 02:28:04] "GET /obj-perms HTTP/1.1" 200 4915 0.080861 10.0.0.41 - - [2026-05-11 02:28:04] "GET /obj-perms HTTP/1.1" 200 4915 0.011518 10.0.0.41 - - [2026-05-11 02:28:05] "GET /obj-perms HTTP/1.1" 200 5020 0.072929 10.0.0.41 - - [2026-05-11 02:28:05] "GET /obj-perms HTTP/1.1" 200 5020 0.004530 10.0.0.41 - - [2026-05-11 02:28:05] "GET /obj-perms HTTP/1.1" 200 4915 0.023919 10.0.0.41 - - [2026-05-11 02:28:05] "GET /obj-perms HTTP/1.1" 200 4915 0.012712 10.0.0.41 - - [2026-05-11 02:28:05] "GET /obj-perms HTTP/1.1" 200 4915 0.081545 10.0.0.41 - - [2026-05-11 02:28:05] "GET /obj-perms HTTP/1.1" 200 4915 0.012491 10.0.0.41 - - [2026-05-11 02:28:05] "GET /obj-perms HTTP/1.1" 200 5020 0.004216 10.0.0.41 - - [2026-05-11 02:28:06] "GET /obj-perms HTTP/1.1" 200 5020 0.004033 10.0.0.41 - - [2026-05-11 02:28:06] "GET /obj-perms HTTP/1.1" 200 4915 0.010546 10.0.0.41 - - [2026-05-11 02:28:06] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.012018 10.0.0.41 - - [2026-05-11 02:28:06] "GET /virtual-machine/c1f28867-a286-46d1-9ba8-f12967db380e HTTP/1.1" 200 1288 0.017874 10.0.0.41 - - [2026-05-11 02:28:06] "POST /neutron/port HTTP/1.1" 200 1120 0.015367 10.0.0.41 - - [2026-05-11 02:28:06] "POST /neutron/port HTTP/1.1" 200 1110 0.017888 10.0.0.41 - - [2026-05-11 02:28:06] "POST /neutron/port HTTP/1.1" 200 151 0.100108 10.0.0.41 - - [2026-05-11 02:28:08] "GET /virtual-machine/c1f28867-a286-46d1-9ba8-f12967db380e HTTP/1.1" 404 171 0.013863 10.0.0.41 - - [2026-05-11 02:28:08] "GET /virtual-machine/c1f28867-a286-46d1-9ba8-f12967db380e HTTP/1.1" 404 171 0.009079 10.0.0.41 - - [2026-05-11 02:28:08] "GET /virtual-machine/c1f28867-a286-46d1-9ba8-f12967db380e HTTP/1.1" 404 171 0.009337 10.0.0.41 - - [2026-05-11 02:28:08] "POST /fqname-to-id HTTP/1.1" 403 339 0.010746 10.0.0.41 - - [2026-05-11 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002596 10.0.0.41 - - [2026-05-11 02:28:08] "GET /global-vrouter-config/822246c9-3266-48eb-911d-459cf1f3cac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002815 10.0.0.41 - - [2026-05-11 02:28:08] "GET /virtual-networks?parent_id=30f76140-a52d-482c-9deb-7be2575f0e78&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012908 10.0.0.41 - - [2026-05-11 02:28:08] "POST /fqname-to-id HTTP/1.1" 403 361 0.010057 10.0.0.41 - - [2026-05-11 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.41 - - [2026-05-11 02:28:08] "GET /routing-instance/8422ec09-7150-4baf-875f-96d5a2a89e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.003665 10.0.0.41 - - [2026-05-11 02:28:08] "GET /route-target/051c2e8d-8eb1-4196-9429-b65c3a8e070c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010077 10.0.0.41 - - [2026-05-11 02:28:08] "GET /route-target/051c2e8d-8eb1-4196-9429-b65c3a8e070c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003782 10.0.0.41 - - [2026-05-11 02:28:08] "GET /obj-perms HTTP/1.1" 200 4915 0.010410 10.0.0.41 - - [2026-05-11 02:28:08] "GET /obj-perms HTTP/1.1" 200 4915 0.009971 10.0.0.41 - - [2026-05-11 02:28:09] "GET /obj-perms HTTP/1.1" 200 4915 0.079281 10.0.0.41 - - [2026-05-11 02:28:09] "GET /obj-perms HTTP/1.1" 200 4915 0.010558 10.0.0.41 - - [2026-05-11 02:28:09] "GET /obj-perms HTTP/1.1" 200 5020 0.003805 10.0.0.41 - - [2026-05-11 02:28:12] "GET /obj-perms HTTP/1.1" 200 5020 0.003280 10.0.0.41 - - [2026-05-11 02:28:15] "GET /obj-perms HTTP/1.1" 200 5020 0.005272 10.0.0.41 - - [2026-05-11 02:28:18] "GET /obj-perms HTTP/1.1" 200 5020 0.003786 10.0.0.41 - - [2026-05-11 02:28:21] "GET /obj-perms HTTP/1.1" 200 5020 0.003777 10.0.0.41 - - [2026-05-11 02:28:24] "GET /obj-perms HTTP/1.1" 200 5020 0.003701 10.0.0.41 - - [2026-05-11 02:28:27] "GET /obj-perms HTTP/1.1" 200 5020 0.003300 10.0.0.41 - - [2026-05-11 02:28:30] "GET /obj-perms HTTP/1.1" 200 5020 0.004029 10.0.0.41 - - [2026-05-11 02:28:33] "GET /obj-perms HTTP/1.1" 200 5020 0.003832 10.0.0.41 - - [2026-05-11 02:28:36] "GET /obj-perms HTTP/1.1" 200 5020 0.004102 10.0.0.41 - - [2026-05-11 02:28:39] "GET /obj-perms HTTP/1.1" 200 5020 0.003779 10.0.0.41 - - [2026-05-11 02:28:42] "GET /obj-perms HTTP/1.1" 200 5020 0.003678 10.0.0.41 - - [2026-05-11 02:28:45] "GET /obj-perms HTTP/1.1" 200 5020 0.005811 10.0.0.41 - - [2026-05-11 02:28:48] "GET /obj-perms HTTP/1.1" 200 5020 0.003761 10.0.0.41 - - [2026-05-11 02:28:51] "GET /obj-perms HTTP/1.1" 200 5020 0.003585 10.0.0.41 - - [2026-05-11 02:28:54] "GET /obj-perms HTTP/1.1" 200 5020 0.003869 10.0.0.41 - - [2026-05-11 02:28:54] "POST /useragent-kv HTTP/1.1" 200 115 0.035414 10.0.0.41 - - [2026-05-11 02:28:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002836 10.0.0.41 - - [2026-05-11 02:28:54] "DELETE /virtual-network/6342ba19-6f86-42d2-9a5a-20bd5d1f82bd HTTP/1.1" 200 115 0.111083 10.0.0.41 - - [2026-05-11 02:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.062717 10.0.0.41 - - [2026-05-11 02:28:54] "DELETE /api-access-list/d927f4b1-c368-4f9f-b522-f7b54dcaf425 HTTP/1.1" 200 115 0.026021 10.0.0.41 - - [2026-05-11 02:28:54] "GET /api-access-list/d927f4b1-c368-4f9f-b522-f7b54dcaf425 HTTP/1.1" 404 171 0.003038 10.0.0.41 - - [2026-05-11 02:28:54] "DELETE /route-target/051c2e8d-8eb1-4196-9429-b65c3a8e070c HTTP/1.1" 200 115 0.021945 10.0.0.41 - - [2026-05-11 02:28:54] "GET /projects?obj_uuids=30f76140-a52d-482c-9deb-7be2575f0e78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001327 10.0.0.41 - - [2026-05-11 02:28:54] "GET /project/30f76140-a52d-482c-9deb-7be2575f0e78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.027494 10.0.0.41 - - [2026-05-11 02:28:54] "GET /projects?obj_uuids=30f76140-a52d-482c-9deb-7be2575f0e78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001394 10.0.0.41 - - [2026-05-11 02:28:55] "GET /project/30f76140-a52d-482c-9deb-7be2575f0e78?fields=virtual_networks HTTP/1.1" 200 1032 0.070604 10.0.0.41 - - [2026-05-11 02:28:55] "GET /projects?obj_uuids=30f76140-a52d-482c-9deb-7be2575f0e78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001190 10.0.0.41 - - [2026-05-11 02:28:55] "GET /project/30f76140-a52d-482c-9deb-7be2575f0e78?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.029280 10.0.0.41 - - [2026-05-11 02:28:55] "GET /projects?obj_uuids=30f76140-a52d-482c-9deb-7be2575f0e78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001032 10.0.0.41 - - [2026-05-11 02:28:55] "GET /project/30f76140-a52d-482c-9deb-7be2575f0e78?fields=security_groups HTTP/1.1" 200 1253 0.024834 10.0.0.41 - - [2026-05-11 02:28:55] "GET /projects?obj_uuids=96f7f8c0-be4b-4a52-9822-3e1ad0ab37a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001031 10.0.0.41 - - [2026-05-11 02:28:55] "GET /project/96f7f8c0-be4b-4a52-9822-3e1ad0ab37a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.029898 10.0.0.41 - - [2026-05-11 02:28:55] "GET /projects?obj_uuids=96f7f8c0-be4b-4a52-9822-3e1ad0ab37a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001218 10.0.0.41 - - [2026-05-11 02:28:55] "GET /project/96f7f8c0-be4b-4a52-9822-3e1ad0ab37a7?fields=virtual_networks HTTP/1.1" 200 1033 0.067776 10.0.0.41 - - [2026-05-11 02:28:55] "GET /projects?obj_uuids=96f7f8c0-be4b-4a52-9822-3e1ad0ab37a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001594 10.0.0.41 - - [2026-05-11 02:28:55] "GET /project/96f7f8c0-be4b-4a52-9822-3e1ad0ab37a7?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.029848 10.0.0.41 - - [2026-05-11 02:28:55] "GET /projects?obj_uuids=96f7f8c0-be4b-4a52-9822-3e1ad0ab37a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001625 10.0.0.41 - - [2026-05-11 02:28:55] "GET /project/96f7f8c0-be4b-4a52-9822-3e1ad0ab37a7?fields=security_groups HTTP/1.1" 200 1254 0.033856 10.0.0.41 - - [2026-05-11 02:28:57] "GET /api-access-list/4fa2a50e-885d-497b-a60b-66e3cce0fb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003977 10.0.0.41 - - [2026-05-11 02:28:57] "PUT /api-access-list/4fa2a50e-885d-497b-a60b-66e3cce0fb31 HTTP/1.1" 200 264 0.009865 10.0.0.41 - - [2026-05-11 02:28:57] "GET /projects?obj_uuids=b1c321c5-a9f3-4544-8279-72e4db0cbf78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001508 10.0.0.41 - - [2026-05-11 02:28:57] "GET /project/b1c321c5-a9f3-4544-8279-72e4db0cbf78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.024678 10.0.0.41 - - [2026-05-11 02:28:57] "GET /projects?obj_uuids=b1c321c5-a9f3-4544-8279-72e4db0cbf78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001327 10.0.0.41 - - [2026-05-11 02:28:57] "GET /project/b1c321c5-a9f3-4544-8279-72e4db0cbf78?fields=virtual_networks HTTP/1.1" 200 1032 0.076818 10.0.0.41 - - [2026-05-11 02:28:57] "GET /projects?obj_uuids=b1c321c5-a9f3-4544-8279-72e4db0cbf78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001068 10.0.0.41 - - [2026-05-11 02:28:57] "GET /project/b1c321c5-a9f3-4544-8279-72e4db0cbf78?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.024562 10.0.0.41 - - [2026-05-11 02:28:57] "GET /projects?obj_uuids=b1c321c5-a9f3-4544-8279-72e4db0cbf78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001579 10.0.0.41 - - [2026-05-11 02:28:57] "GET /project/b1c321c5-a9f3-4544-8279-72e4db0cbf78?fields=security_groups HTTP/1.1" 200 1253 0.031754 10.0.0.41 - - [2026-05-11 02:28:58] "POST /fqname-to-id HTTP/1.1" 404 188 0.037912 10.0.0.41 - - [2026-05-11 02:28:59] "GET /projects?obj_uuids=5cfa4560-e816-4acb-bcbe-63393d9a9805&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002885 10.0.0.41 - - [2026-05-11 02:28:59] "GET /obj-perms HTTP/1.1" 200 5056 0.155842 10.0.0.41 - - [2026-05-11 02:28:59] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.41 - - [2026-05-11 02:28:59] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.328894 10.0.0.41 - - [2026-05-11 02:28:59] "GET /obj-perms HTTP/1.1" 200 5056 0.093548 10.0.0.41 - - [2026-05-11 02:28:59] "POST /id-to-fqname HTTP/1.1" 200 190 0.001932 10.0.0.41 - - [2026-05-11 02:28:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.005509 10.0.0.41 - - [2026-05-11 02:28:59] "POST /security-groups HTTP/1.1" 200 591 0.064306 10.0.0.41 - - [2026-05-11 02:28:59] "POST /fqname-to-id HTTP/1.1" 404 234 0.003343 10.0.0.41 - - [2026-05-11 02:28:59] "POST /projects HTTP/1.1" 200 585 0.221833 10.0.0.41 - - [2026-05-11 02:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.263752 10.0.0.41 - - [2026-05-11 02:28:59] "POST /access-control-lists HTTP/1.1" 200 596 0.061205 10.0.0.41 - - [2026-05-11 02:28:59] "GET /project/5cfa4560-e816-4acb-bcbe-63393d9a9805?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.737346 10.0.0.41 - - [2026-05-11 02:28:59] "POST /fqname-to-id HTTP/1.1" 404 233 0.003506 10.0.0.41 - - [2026-05-11 02:29:00] "POST /access-control-lists HTTP/1.1" 200 594 0.073591 10.0.0.41 - - [2026-05-11 02:29:01] "GET / HTTP/1.1" 200 35931 0.002650 10.0.0.41 - - [2026-05-11 02:29:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000475 10.0.0.41 - - [2026-05-11 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.038653 10.0.0.41 - - [2026-05-11 02:29:03] "GET /api-access-list/4fa2a50e-885d-497b-a60b-66e3cce0fb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005032 10.0.0.41 - - [2026-05-11 02:29:03] "GET /api-access-list/4fa2a50e-885d-497b-a60b-66e3cce0fb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004947 10.0.0.41 - - [2026-05-11 02:29:03] "GET /api-access-list/4fa2a50e-885d-497b-a60b-66e3cce0fb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004666 10.0.0.41 - - [2026-05-11 02:29:03] "PUT /api-access-list/4fa2a50e-885d-497b-a60b-66e3cce0fb31 HTTP/1.1" 200 264 0.012451 10.0.0.41 - - [2026-05-11 02:29:04] "GET /aaa-mode HTTP/1.1" 200 128 0.001357 10.0.0.41 - - [2026-05-11 02:29:04] "POST /fqname-to-id HTTP/1.1" 404 188 0.036196 10.0.0.41 - - [2026-05-11 02:29:04] "GET /projects?obj_uuids=e133a25f-3e93-452b-865d-7f3ab6f05e02&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002759 10.0.0.41 - - [2026-05-11 02:29:04] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001533 10.0.0.41 - - [2026-05-11 02:29:04] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013759 10.0.0.41 - - [2026-05-11 02:29:04] "POST /id-to-fqname HTTP/1.1" 200 190 0.001463 10.0.0.41 - - [2026-05-11 02:29:04] "POST /fqname-to-id HTTP/1.1" 404 199 0.010631 10.0.0.41 - - [2026-05-11 02:29:04] "POST /security-groups HTTP/1.1" 200 591 0.067930 10.0.0.41 - - [2026-05-11 02:29:04] "POST /fqname-to-id HTTP/1.1" 404 234 0.002586 10.0.0.41 - - [2026-05-11 02:29:04] "POST /projects HTTP/1.1" 200 585 0.235240 10.0.0.41 - - [2026-05-11 02:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.284159 10.0.0.41 - - [2026-05-11 02:29:05] "POST /access-control-lists HTTP/1.1" 200 596 0.064486 10.0.0.41 - - [2026-05-11 02:29:05] "GET /project/e133a25f-3e93-452b-865d-7f3ab6f05e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.433417 10.0.0.41 - - [2026-05-11 02:29:05] "POST /fqname-to-id HTTP/1.1" 404 233 0.003801 10.0.0.41 - - [2026-05-11 02:29:05] "POST /access-control-lists HTTP/1.1" 200 594 0.068062 10.0.0.41 - - [2026-05-11 02:29:05] "POST /fqname-to-id HTTP/1.1" 404 188 0.030093 10.0.0.41 - - [2026-05-11 02:29:05] "GET /projects?obj_uuids=ed1e5308-5d36-49e3-9d41-a5a40e5517ee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003206 10.0.0.41 - - [2026-05-11 02:29:05] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.41 - - [2026-05-11 02:29:05] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007310 10.0.0.41 - - [2026-05-11 02:29:05] "POST /id-to-fqname HTTP/1.1" 200 190 0.001533 10.0.0.41 - - [2026-05-11 02:29:05] "POST /fqname-to-id HTTP/1.1" 404 199 0.002579 10.0.0.41 - - [2026-05-11 02:29:05] "POST /security-groups HTTP/1.1" 200 591 0.065466 10.0.0.41 - - [2026-05-11 02:29:05] "POST /fqname-to-id HTTP/1.1" 404 234 0.003149 10.0.0.41 - - [2026-05-11 02:29:05] "POST /projects HTTP/1.1" 200 585 0.222202 10.0.0.41 - - [2026-05-11 02:29:05] "POST /access-control-lists HTTP/1.1" 200 596 0.063747 10.0.0.41 - - [2026-05-11 02:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.299603 10.0.0.41 - - [2026-05-11 02:29:05] "POST /fqname-to-id HTTP/1.1" 404 233 0.003365 10.0.0.41 - - [2026-05-11 02:29:05] "GET /project/ed1e5308-5d36-49e3-9d41-a5a40e5517ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.443029 10.0.0.41 - - [2026-05-11 02:29:06] "POST /access-control-lists HTTP/1.1" 200 594 0.067741 10.0.0.41 - - [2026-05-11 02:29:06] "GET / HTTP/1.1" 200 35931 0.002658 10.0.0.41 - - [2026-05-11 02:29:07] "GET / HTTP/1.1" 200 35931 0.001898 10.0.0.41 - - [2026-05-11 02:29:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.003837 10.0.0.41 - - [2026-05-11 02:29:07] "POST /api-access-lists HTTP/1.1" 200 521 0.015404 10.0.0.41 - - [2026-05-11 02:29:08] "GET /api-access-list/fbf87c00-ef33-4f3b-8256-4fe860086f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.010427 10.0.0.41 - - [2026-05-11 02:29:08] "GET /api-access-list/fbf87c00-ef33-4f3b-8256-4fe860086f2d HTTP/1.1" 401 292 0.000417 10.0.0.41 - - [2026-05-11 02:29:08] "GET /api-access-list/fbf87c00-ef33-4f3b-8256-4fe860086f2d HTTP/1.1" 200 1289 0.065605 10.0.0.41 - - [2026-05-11 02:29:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.41 - - [2026-05-11 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.053725 10.0.0.41 - - [2026-05-11 02:29:08] "GET /projects?obj_uuids=e133a25f-3e93-452b-865d-7f3ab6f05e02&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001106 10.0.0.41 - - [2026-05-11 02:29:08] "GET /project/e133a25f-3e93-452b-865d-7f3ab6f05e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.040934 10.0.0.41 - - [2026-05-11 02:29:08] "GET /virtual-networks?parent_id=e133a25f-3e93-452b-865d-7f3ab6f05e02&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018896 10.0.0.41 - - [2026-05-11 02:29:09] "POST /virtual-networks HTTP/1.1" 200 583 0.067435 10.0.0.41 - - [2026-05-11 02:29:09] "POST /route-targets HTTP/1.1" 200 327 0.012568 10.0.0.41 - - [2026-05-11 02:29:09] "POST /ref-update HTTP/1.1" 200 156 0.016452 10.0.0.41 - - [2026-05-11 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.023273 10.0.0.41 - - [2026-05-11 02:29:09] "GET /network-ipam/bbdf966e-8f5a-4245-9a6f-6d2ef79e8e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.011189 10.0.0.41 - - [2026-05-11 02:29:09] "POST /useragent-kv HTTP/1.1" 200 115 0.006645 10.0.0.41 - - [2026-05-11 02:29:09] "POST /ref-update HTTP/1.1" 200 156 0.052217 10.0.0.41 - - [2026-05-11 02:29:09] "POST /neutron/network HTTP/1.1" 200 849 0.051646 10.0.0.41 - - [2026-05-11 02:29:09] "POST /neutron/network HTTP/1.1" 200 849 0.020880 10.0.0.41 - - [2026-05-11 02:29:09] "GET /virtual-network/0aa04d97-a094-48f1-b1c4-b08c9412beac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.014442 10.0.0.41 - - [2026-05-11 02:29:09] "POST /neutron/network HTTP/1.1" 200 849 0.024555 10.0.0.41 - - [2026-05-11 02:29:09] "POST /neutron/subnet HTTP/1.1" 200 684 0.030630 10.0.0.41 - - [2026-05-11 02:29:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000595 10.0.0.41 - - [2026-05-11 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.052888 10.0.0.41 - - [2026-05-11 02:29:09] "GET /projects?obj_uuids=ed1e5308-5d36-49e3-9d41-a5a40e5517ee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001320 10.0.0.41 - - [2026-05-11 02:29:09] "GET /project/ed1e5308-5d36-49e3-9d41-a5a40e5517ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.036761 10.0.0.41 - - [2026-05-11 02:29:10] "GET /virtual-networks?parent_id=ed1e5308-5d36-49e3-9d41-a5a40e5517ee&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014485 10.0.0.41 - - [2026-05-11 02:29:10] "POST /virtual-networks HTTP/1.1" 200 583 0.060607 10.0.0.41 - - [2026-05-11 02:29:10] "POST /route-targets HTTP/1.1" 200 327 0.013410 10.0.0.41 - - [2026-05-11 02:29:10] "POST /ref-update HTTP/1.1" 200 156 0.016341 10.0.0.41 - - [2026-05-11 02:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.022917 10.0.0.41 - - [2026-05-11 02:29:10] "GET /network-ipam/bbdf966e-8f5a-4245-9a6f-6d2ef79e8e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.013104 10.0.0.41 - - [2026-05-11 02:29:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004936 10.0.0.41 - - [2026-05-11 02:29:10] "POST /ref-update HTTP/1.1" 200 156 0.051373 10.0.0.41 - - [2026-05-11 02:29:10] "POST /neutron/network HTTP/1.1" 200 848 0.056740 10.0.0.41 - - [2026-05-11 02:29:10] "POST /neutron/network HTTP/1.1" 200 848 0.019903 10.0.0.41 - - [2026-05-11 02:29:10] "GET /virtual-network/a8eca6ab-b517-4267-930d-4a9eab6f294d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.013818 10.0.0.41 - - [2026-05-11 02:29:10] "POST /neutron/network HTTP/1.1" 200 848 0.020886 10.0.0.41 - - [2026-05-11 02:29:10] "POST /neutron/subnet HTTP/1.1" 200 676 0.026741 10.0.0.41 - - [2026-05-11 02:29:10] "GET /virtual-network/0aa04d97-a094-48f1-b1c4-b08c9412beac HTTP/1.1" 401 292 0.000476 10.0.0.41 - - [2026-05-11 02:29:10] "GET /virtual-network/0aa04d97-a094-48f1-b1c4-b08c9412beac HTTP/1.1" 200 2315 0.045969 10.0.0.41 - - [2026-05-11 02:29:11] "GET /virtual-network/0aa04d97-a094-48f1-b1c4-b08c9412beac HTTP/1.1" 401 292 0.000451 10.0.0.41 - - [2026-05-11 02:29:11] "GET /virtual-network/0aa04d97-a094-48f1-b1c4-b08c9412beac HTTP/1.1" 403 376 0.041299 10.0.0.41 - - [2026-05-11 02:29:11] "GET /virtual-network/0aa04d97-a094-48f1-b1c4-b08c9412beac HTTP/1.1" 200 2315 0.005263 10.0.0.41 - - [2026-05-11 02:29:11] "GET /virtual-networks HTTP/1.1" 200 371 0.025597 10.0.0.41 - - [2026-05-11 02:29:11] "GET /virtual-networks HTTP/1.1" 200 371 0.038644 10.0.0.41 - - [2026-05-11 02:29:11] "GET /obj-perms HTTP/1.1" 403 257 0.043926 10.0.0.41 - - [2026-05-11 02:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.41 - - [2026-05-11 02:29:11] "GET /virtual-network/0aa04d97-a094-48f1-b1c4-b08c9412beac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.015257 10.0.0.41 - - [2026-05-11 02:29:12] "GET /obj-perms HTTP/1.1" 403 257 0.048837 10.0.0.41 - - [2026-05-11 02:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.41 - - [2026-05-11 02:29:12] "GET /virtual-network/0aa04d97-a094-48f1-b1c4-b08c9412beac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.010804 10.0.0.41 - - [2026-05-11 02:29:12] "GET /obj-perms HTTP/1.1" 200 5030 0.064017 10.0.0.41 - - [2026-05-11 02:29:12] "GET /obj-perms HTTP/1.1" 403 257 0.008110 10.0.0.41 - - [2026-05-11 02:29:12] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.021304 10.0.0.41 - - [2026-05-11 02:29:12] "GET /obj-perms HTTP/1.1" 403 257 0.014353 10.0.0.41 - - [2026-05-11 02:29:12] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017884 10.0.0.41 - - [2026-05-11 02:29:13] "GET /obj-perms HTTP/1.1" 200 5030 0.005340 10.0.0.41 - - [2026-05-11 02:29:13] "PUT /virtual-network/0aa04d97-a094-48f1-b1c4-b08c9412beac HTTP/1.1" 200 264 0.031139 10.0.0.41 - - [2026-05-11 02:29:13] "GET /virtual-networks HTTP/1.1" 200 132 0.021193 10.0.0.41 - - [2026-05-11 02:29:13] "GET /virtual-networks HTTP/1.1" 200 611 0.016279 10.0.0.41 - - [2026-05-11 02:29:13] "GET /virtual-networks HTTP/1.1" 200 1429 0.002255 10.0.0.41 - - [2026-05-11 02:29:13] "GET /obj-perms HTTP/1.1" 403 257 0.008566 10.0.0.41 - - [2026-05-11 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002470 10.0.0.41 - - [2026-05-11 02:29:13] "GET /virtual-network/0aa04d97-a094-48f1-b1c4-b08c9412beac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009522 10.0.0.41 - - [2026-05-11 02:29:13] "GET /obj-perms HTTP/1.1" 403 257 0.049321 10.0.0.41 - - [2026-05-11 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.41 - - [2026-05-11 02:29:13] "GET /virtual-network/0aa04d97-a094-48f1-b1c4-b08c9412beac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.013687 10.0.0.41 - - [2026-05-11 02:29:13] "GET /obj-perms HTTP/1.1" 403 257 0.011312 10.0.0.41 - - [2026-05-11 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.41 - - [2026-05-11 02:29:13] "GET /virtual-network/0aa04d97-a094-48f1-b1c4-b08c9412beac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2019 0.014600 10.0.0.41 - - [2026-05-11 02:29:13] "GET /obj-perms HTTP/1.1" 200 5030 0.003863 10.0.0.41 - - [2026-05-11 02:29:14] "GET /obj-perms HTTP/1.1" 403 257 0.009704 10.0.0.41 - - [2026-05-11 02:29:14] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022766 10.0.0.41 - - [2026-05-11 02:29:14] "GET /obj-perms HTTP/1.1" 403 257 0.010812 10.0.0.41 - - [2026-05-11 02:29:14] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020483 10.0.0.41 - - [2026-05-11 02:29:14] "GET /obj-perms HTTP/1.1" 200 5030 0.003613 10.0.0.41 - - [2026-05-11 02:29:14] "PUT /virtual-network/0aa04d97-a094-48f1-b1c4-b08c9412beac HTTP/1.1" 200 264 0.026242 10.0.0.41 - - [2026-05-11 02:29:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003836 10.0.0.41 - - [2026-05-11 02:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.41 - - [2026-05-11 02:29:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003265 10.0.0.41 - - [2026-05-11 02:29:14] "DELETE /virtual-network/a8eca6ab-b517-4267-930d-4a9eab6f294d HTTP/1.1" 200 115 0.069699 10.0.0.41 - - [2026-05-11 02:29:14] "DELETE /route-target/b97c6acc-9cfd-43cb-9d4e-3ca32cdfed36 HTTP/1.1" 200 115 0.035503 10.0.0.41 - - [2026-05-11 02:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005470 10.0.0.41 - - [2026-05-11 02:29:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002999 10.0.0.41 - - [2026-05-11 02:29:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003238 10.0.0.41 - - [2026-05-11 02:29:14] "DELETE /virtual-network/0aa04d97-a094-48f1-b1c4-b08c9412beac HTTP/1.1" 200 115 0.100866 10.0.0.41 - - [2026-05-11 02:29:14] "DELETE /route-target/5cd7e995-49de-41ab-a133-d8de3c14f5dd HTTP/1.1" 200 115 0.023143 10.0.0.41 - - [2026-05-11 02:29:14] "DELETE /api-access-list/fbf87c00-ef33-4f3b-8256-4fe860086f2d HTTP/1.1" 200 115 0.032954 10.0.0.41 - - [2026-05-11 02:29:14] "GET /api-access-list/fbf87c00-ef33-4f3b-8256-4fe860086f2d HTTP/1.1" 404 171 0.003978 10.0.0.41 - - [2026-05-11 02:29:14] "GET /projects?obj_uuids=ed1e5308-5d36-49e3-9d41-a5a40e5517ee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001079 10.0.0.41 - - [2026-05-11 02:29:14] "GET /project/ed1e5308-5d36-49e3-9d41-a5a40e5517ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.030552 10.0.0.41 - - [2026-05-11 02:29:14] "GET /projects?obj_uuids=ed1e5308-5d36-49e3-9d41-a5a40e5517ee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001817 10.0.0.41 - - [2026-05-11 02:29:14] "GET /project/ed1e5308-5d36-49e3-9d41-a5a40e5517ee?fields=virtual_networks HTTP/1.1" 200 1043 0.078302 10.0.0.41 - - [2026-05-11 02:29:15] "GET /projects?obj_uuids=ed1e5308-5d36-49e3-9d41-a5a40e5517ee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001550 10.0.0.41 - - [2026-05-11 02:29:15] "GET /project/ed1e5308-5d36-49e3-9d41-a5a40e5517ee?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.035308 10.0.0.41 - - [2026-05-11 02:29:15] "GET /projects?obj_uuids=ed1e5308-5d36-49e3-9d41-a5a40e5517ee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002200 10.0.0.41 - - [2026-05-11 02:29:15] "GET /project/ed1e5308-5d36-49e3-9d41-a5a40e5517ee?fields=security_groups HTTP/1.1" 200 1269 0.031376 10.0.0.41 - - [2026-05-11 02:29:15] "GET /projects?obj_uuids=e133a25f-3e93-452b-865d-7f3ab6f05e02&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001302 10.0.0.41 - - [2026-05-11 02:29:15] "GET /project/e133a25f-3e93-452b-865d-7f3ab6f05e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.027684 10.0.0.41 - - [2026-05-11 02:29:15] "GET /projects?obj_uuids=e133a25f-3e93-452b-865d-7f3ab6f05e02&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001029 10.0.0.41 - - [2026-05-11 02:29:15] "GET /project/e133a25f-3e93-452b-865d-7f3ab6f05e02?fields=virtual_networks HTTP/1.1" 200 1042 0.065826 10.0.0.41 - - [2026-05-11 02:29:15] "GET /projects?obj_uuids=e133a25f-3e93-452b-865d-7f3ab6f05e02&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001330 10.0.0.41 - - [2026-05-11 02:29:15] "GET /project/e133a25f-3e93-452b-865d-7f3ab6f05e02?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.032495 10.0.0.41 - - [2026-05-11 02:29:15] "GET /projects?obj_uuids=e133a25f-3e93-452b-865d-7f3ab6f05e02&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001165 10.0.0.41 - - [2026-05-11 02:29:15] "GET /project/e133a25f-3e93-452b-865d-7f3ab6f05e02?fields=security_groups HTTP/1.1" 200 1268 0.029074 10.0.0.41 - - [2026-05-11 02:29:16] "GET /aaa-mode HTTP/1.1" 200 128 0.001321 10.0.0.41 - - [2026-05-11 02:29:17] "GET / HTTP/1.1" 200 35931 0.001555 10.0.0.41 - - [2026-05-11 02:29:18] "GET / HTTP/1.1" 200 35931 0.002107 10.0.0.41 - - [2026-05-11 02:29:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000581 10.0.0.41 - - [2026-05-11 02:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.100178 10.0.0.41 - - [2026-05-11 02:29:19] "GET /projects?obj_uuids=5cfa4560-e816-4acb-bcbe-63393d9a9805&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001221 10.0.0.41 - - [2026-05-11 02:29:19] "GET /project/5cfa4560-e816-4acb-bcbe-63393d9a9805?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.048456 10.0.0.41 - - [2026-05-11 02:29:19] "GET /virtual-networks?parent_id=5cfa4560-e816-4acb-bcbe-63393d9a9805&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.009131 10.0.0.41 - - [2026-05-11 02:29:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.010889 10.0.0.41 - - [2026-05-11 02:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.015856 10.0.0.41 - - [2026-05-11 02:29:19] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001399 10.0.0.41 - - [2026-05-11 02:29:19] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.016040 10.0.0.41 - - [2026-05-11 02:29:19] "POST /service-templates HTTP/1.1" 403 264 0.008378 10.0.0.41 - - [2026-05-11 02:29:19] "POST /fqname-to-id HTTP/1.1" 404 215 0.003313 10.0.0.41 - - [2026-05-11 02:29:19] "POST /api-access-lists HTTP/1.1" 200 555 0.016872 10.0.0.41 - - [2026-05-11 02:29:19] "GET /api-access-list/e3ede465-0001-4301-a853-c993b1909cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.005055 10.0.0.41 - - [2026-05-11 02:29:19] "GET /api-access-list/e3ede465-0001-4301-a853-c993b1909cb2 HTTP/1.1" 200 1324 0.003622 10.0.0.41 - - [2026-05-11 02:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.012806 10.0.0.41 - - [2026-05-11 02:29:19] "GET /projects?obj_uuids=5cfa4560-e816-4acb-bcbe-63393d9a9805&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001437 10.0.0.41 - - [2026-05-11 02:29:19] "GET /project/5cfa4560-e816-4acb-bcbe-63393d9a9805?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.035526 10.0.0.41 - - [2026-05-11 02:29:19] "GET /virtual-networks?parent_id=5cfa4560-e816-4acb-bcbe-63393d9a9805&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012769 10.0.0.41 - - [2026-05-11 02:29:19] "POST /virtual-networks HTTP/1.1" 200 583 0.052786 10.0.0.41 - - [2026-05-11 02:29:19] "POST /route-targets HTTP/1.1" 200 327 0.012989 10.0.0.41 - - [2026-05-11 02:29:19] "POST /ref-update HTTP/1.1" 200 156 0.015609 10.0.0.41 - - [2026-05-11 02:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.016750 10.0.0.41 - - [2026-05-11 02:29:19] "GET /network-ipam/bbdf966e-8f5a-4245-9a6f-6d2ef79e8e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.010705 10.0.0.41 - - [2026-05-11 02:29:20] "POST /useragent-kv HTTP/1.1" 200 115 0.028173 10.0.0.41 - - [2026-05-11 02:29:20] "POST /ref-update HTTP/1.1" 200 156 0.075464 10.0.0.41 - - [2026-05-11 02:29:20] "POST /neutron/network HTTP/1.1" 200 848 0.057653 10.0.0.41 - - [2026-05-11 02:29:20] "POST /neutron/network HTTP/1.1" 200 848 0.021268 10.0.0.41 - - [2026-05-11 02:29:20] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.030041 10.0.0.41 - - [2026-05-11 02:29:20] "POST /neutron/network HTTP/1.1" 200 848 0.024251 10.0.0.41 - - [2026-05-11 02:29:20] "POST /neutron/subnet HTTP/1.1" 200 676 0.037020 10.0.0.41 - - [2026-05-11 02:29:20] "POST /neutron/network HTTP/1.1" 200 848 0.082448 10.0.0.41 - - [2026-05-11 02:29:20] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006096 10.0.0.41 - - [2026-05-11 02:29:20] "GET /network-ipam/bbdf966e-8f5a-4245-9a6f-6d2ef79e8e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.003707 10.0.0.41 - - [2026-05-11 02:29:20] "GET /domains HTTP/1.1" 200 280 0.002952 10.0.0.41 - - [2026-05-11 02:29:20] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001072 10.0.0.41 - - [2026-05-11 02:29:20] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 3488 0.007473 10.0.0.41 - - [2026-05-11 02:29:20] "GET /projects?obj_uuids=5cfa4560-e816-4acb-bcbe-63393d9a9805&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001173 10.0.0.41 - - [2026-05-11 02:29:20] "GET /project/5cfa4560-e816-4acb-bcbe-63393d9a9805 HTTP/1.1" 200 2362 0.069129 10.0.0.41 - - [2026-05-11 02:29:20] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879 HTTP/1.1" 200 2311 0.006123 10.0.0.41 - - [2026-05-11 02:29:20] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879 HTTP/1.1" 200 2311 0.005044 10.0.0.41 - - [2026-05-11 02:29:20] "GET /routing-instance/ae53f5fa-51d5-471e-aeda-584bf736be04 HTTP/1.1" 200 1556 0.004502 10.0.0.41 - - [2026-05-11 02:29:20] "GET /routing-instance/ae53f5fa-51d5-471e-aeda-584bf736be04 HTTP/1.1" 200 1556 0.003515 10.0.0.41 - - [2026-05-11 02:29:20] "GET /route-target/f55d82aa-c557-43f4-ba58-321879c0eb5d HTTP/1.1" 200 1245 0.003407 10.0.0.41 - - [2026-05-11 02:29:20] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879 HTTP/1.1" 200 2311 0.006181 10.0.0.41 - - [2026-05-11 02:29:20] "GET /routing-instance/ae53f5fa-51d5-471e-aeda-584bf736be04 HTTP/1.1" 200 1556 0.004651 10.0.0.41 - - [2026-05-11 02:29:20] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006090 10.0.0.41 - - [2026-05-11 02:29:20] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879 HTTP/1.1" 200 2311 0.006310 10.0.0.41 - - [2026-05-11 02:29:20] "GET /routing-instance/ae53f5fa-51d5-471e-aeda-584bf736be04 HTTP/1.1" 200 1556 0.003605 10.0.0.41 - - [2026-05-11 02:29:20] "GET /routing-instance/ae53f5fa-51d5-471e-aeda-584bf736be04 HTTP/1.1" 200 1556 0.003342 10.0.0.41 - - [2026-05-11 02:29:20] "GET /route-target/f55d82aa-c557-43f4-ba58-321879c0eb5d HTTP/1.1" 200 1245 0.003428 10.0.0.41 - - [2026-05-11 02:29:20] "GET /domains HTTP/1.1" 200 280 0.002723 10.0.0.41 - - [2026-05-11 02:29:20] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001494 10.0.0.41 - - [2026-05-11 02:29:20] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164 HTTP/1.1" 200 3488 0.009202 10.0.0.41 - - [2026-05-11 02:29:20] "GET /projects?obj_uuids=5cfa4560-e816-4acb-bcbe-63393d9a9805&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001312 10.0.0.41 - - [2026-05-11 02:29:20] "GET /project/5cfa4560-e816-4acb-bcbe-63393d9a9805 HTTP/1.1" 200 2362 0.069470 10.0.0.41 - - [2026-05-11 02:29:20] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879 HTTP/1.1" 200 2311 0.004436 10.0.0.41 - - [2026-05-11 02:29:20] "GET /obj-perms HTTP/1.1" 200 5030 0.003890 10.0.0.41 - - [2026-05-11 02:29:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.010191 10.0.0.41 - - [2026-05-11 02:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.012091 10.0.0.41 - - [2026-05-11 02:29:20] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001456 10.0.0.41 - - [2026-05-11 02:29:20] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.018177 10.0.0.41 - - [2026-05-11 02:29:21] "POST /service-templates HTTP/1.1" 403 264 0.009635 10.0.0.41 - - [2026-05-11 02:29:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.003114 10.0.0.41 - - [2026-05-11 02:29:21] "POST /api-access-lists HTTP/1.1" 200 521 0.014577 10.0.0.41 - - [2026-05-11 02:29:21] "GET /api-access-list/f56d3049-fb51-4c69-a251-30394c266e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004999 10.0.0.41 - - [2026-05-11 02:29:21] "GET /api-access-list/f56d3049-fb51-4c69-a251-30394c266e86 HTTP/1.1" 200 1291 0.003906 10.0.0.41 - - [2026-05-11 02:29:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.011093 10.0.0.41 - - [2026-05-11 02:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.012322 10.0.0.41 - - [2026-05-11 02:29:21] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001261 10.0.0.41 - - [2026-05-11 02:29:21] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.016596 10.0.0.41 - - [2026-05-11 02:29:21] "POST /service-templates HTTP/1.1" 200 551 0.023968 10.0.0.41 - - [2026-05-11 02:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.015991 10.0.0.41 - - [2026-05-11 02:29:21] "GET /service-template/2bdd28bc-abca-4e23-9e1a-abaeb5e8e1f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.015294 10.0.0.41 - - [2026-05-11 02:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.013537 10.0.0.41 - - [2026-05-11 02:29:21] "GET /service-template/2bdd28bc-abca-4e23-9e1a-abaeb5e8e1f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.013684 10.0.0.41 - - [2026-05-11 02:29:21] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879 HTTP/1.1" 401 292 0.001230 10.0.0.41 - - [2026-05-11 02:29:22] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879 HTTP/1.1" 403 263 0.054980 10.0.0.41 - - [2026-05-11 02:29:22] "GET /service-template/2bdd28bc-abca-4e23-9e1a-abaeb5e8e1f2 HTTP/1.1" 403 264 0.009878 10.0.0.41 - - [2026-05-11 02:29:22] "GET /service-template/2bdd28bc-abca-4e23-9e1a-abaeb5e8e1f2 HTTP/1.1" 403 264 0.040742 10.0.0.41 - - [2026-05-11 02:29:22] "GET /obj-perms HTTP/1.1" 403 257 0.040152 10.0.0.41 - - [2026-05-11 02:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.41 - - [2026-05-11 02:29:22] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008910 10.0.0.41 - - [2026-05-11 02:29:22] "GET /obj-perms HTTP/1.1" 403 257 0.009336 10.0.0.41 - - [2026-05-11 02:29:22] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.012145 10.0.0.41 - - [2026-05-11 02:29:22] "GET /api-access-list/e3ede465-0001-4301-a853-c993b1909cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.004112 10.0.0.41 - - [2026-05-11 02:29:22] "PUT /api-access-list/e3ede465-0001-4301-a853-c993b1909cb2 HTTP/1.1" 200 264 0.012581 10.0.0.41 - - [2026-05-11 02:29:22] "GET /api-access-list/e3ede465-0001-4301-a853-c993b1909cb2 HTTP/1.1" 200 1461 0.003824 10.0.0.41 - - [2026-05-11 02:29:23] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879 HTTP/1.1" 200 2311 0.018973 10.0.0.41 - - [2026-05-11 02:29:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000531 10.0.0.41 - - [2026-05-11 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.044286 10.0.0.41 - - [2026-05-11 02:29:23] "GET /projects?obj_uuids=5cfa4560-e816-4acb-bcbe-63393d9a9805&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001127 10.0.0.41 - - [2026-05-11 02:29:23] "GET /project/5cfa4560-e816-4acb-bcbe-63393d9a9805?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.034039 10.0.0.41 - - [2026-05-11 02:29:23] "GET /virtual-networks?parent_id=5cfa4560-e816-4acb-bcbe-63393d9a9805&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.015076 10.0.0.41 - - [2026-05-11 02:29:23] "POST /virtual-networks HTTP/1.1" 403 263 0.008843 10.0.0.41 - - [2026-05-11 02:29:23] "GET /service-template/2bdd28bc-abca-4e23-9e1a-abaeb5e8e1f2 HTTP/1.1" 403 264 0.010206 10.0.0.41 - - [2026-05-11 02:29:23] "GET /service-template/2bdd28bc-abca-4e23-9e1a-abaeb5e8e1f2 HTTP/1.1" 403 264 0.038944 10.0.0.41 - - [2026-05-11 02:29:23] "GET /obj-perms HTTP/1.1" 403 257 0.011555 10.0.0.41 - - [2026-05-11 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.41 - - [2026-05-11 02:29:24] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.015846 10.0.0.41 - - [2026-05-11 02:29:24] "GET /obj-perms HTTP/1.1" 403 257 0.013205 10.0.0.41 - - [2026-05-11 02:29:24] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.019453 10.0.0.41 - - [2026-05-11 02:29:24] "GET /api-access-list/f56d3049-fb51-4c69-a251-30394c266e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003882 10.0.0.41 - - [2026-05-11 02:29:24] "PUT /api-access-list/f56d3049-fb51-4c69-a251-30394c266e86 HTTP/1.1" 200 264 0.012935 10.0.0.41 - - [2026-05-11 02:29:24] "GET /api-access-list/f56d3049-fb51-4c69-a251-30394c266e86 HTTP/1.1" 200 1429 0.004275 10.0.0.41 - - [2026-05-11 02:29:24] "GET /service-template/2bdd28bc-abca-4e23-9e1a-abaeb5e8e1f2 HTTP/1.1" 200 1853 0.014826 10.0.0.41 - - [2026-05-11 02:29:24] "POST /fqname-to-id HTTP/1.1" 404 197 0.010360 10.0.0.41 - - [2026-05-11 02:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.015992 10.0.0.41 - - [2026-05-11 02:29:24] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001480 10.0.0.41 - - [2026-05-11 02:29:24] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.016256 10.0.0.41 - - [2026-05-11 02:29:24] "POST /service-templates HTTP/1.1" 403 264 0.010030 10.0.0.41 - - [2026-05-11 02:29:24] "GET /api-access-list/e3ede465-0001-4301-a853-c993b1909cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.004117 10.0.0.41 - - [2026-05-11 02:29:24] "PUT /api-access-list/e3ede465-0001-4301-a853-c993b1909cb2 HTTP/1.1" 200 264 0.010883 10.0.0.41 - - [2026-05-11 02:29:24] "GET /api-access-list/e3ede465-0001-4301-a853-c993b1909cb2 HTTP/1.1" 200 1324 0.003966 10.0.0.41 - - [2026-05-11 02:29:24] "GET /api-access-list/f56d3049-fb51-4c69-a251-30394c266e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.003120 10.0.0.41 - - [2026-05-11 02:29:24] "PUT /api-access-list/f56d3049-fb51-4c69-a251-30394c266e86 HTTP/1.1" 200 264 0.011211 10.0.0.41 - - [2026-05-11 02:29:24] "GET /api-access-list/f56d3049-fb51-4c69-a251-30394c266e86 HTTP/1.1" 200 1291 0.004438 10.0.0.41 - - [2026-05-11 02:29:24] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879 HTTP/1.1" 403 263 0.008141 10.0.0.41 - - [2026-05-11 02:29:25] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879 HTTP/1.1" 403 263 0.041660 10.0.0.41 - - [2026-05-11 02:29:25] "GET /service-template/2bdd28bc-abca-4e23-9e1a-abaeb5e8e1f2 HTTP/1.1" 403 264 0.007625 10.0.0.41 - - [2026-05-11 02:29:25] "GET /service-template/2bdd28bc-abca-4e23-9e1a-abaeb5e8e1f2 HTTP/1.1" 403 264 0.046764 10.0.0.41 - - [2026-05-11 02:29:25] "GET /obj-perms HTTP/1.1" 403 257 0.009309 10.0.0.41 - - [2026-05-11 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.41 - - [2026-05-11 02:29:25] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008612 10.0.0.41 - - [2026-05-11 02:29:25] "GET /obj-perms HTTP/1.1" 403 257 0.046033 10.0.0.41 - - [2026-05-11 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.41 - - [2026-05-11 02:29:25] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.012331 10.0.0.41 - - [2026-05-11 02:29:25] "GET /obj-perms HTTP/1.1" 403 257 0.010938 10.0.0.41 - - [2026-05-11 02:29:26] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.011445 10.0.0.41 - - [2026-05-11 02:29:26] "GET /api-access-list/4fa2a50e-885d-497b-a60b-66e3cce0fb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003867 10.0.0.41 - - [2026-05-11 02:29:26] "PUT /api-access-list/4fa2a50e-885d-497b-a60b-66e3cce0fb31 HTTP/1.1" 200 264 0.009081 10.0.0.41 - - [2026-05-11 02:29:26] "GET /service-template/2bdd28bc-abca-4e23-9e1a-abaeb5e8e1f2 HTTP/1.1" 200 1853 0.014963 10.0.0.41 - - [2026-05-11 02:29:26] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879 HTTP/1.1" 200 2311 0.016282 10.0.0.41 - - [2026-05-11 02:29:26] "GET /obj-perms HTTP/1.1" 403 257 0.009337 10.0.0.41 - - [2026-05-11 02:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.41 - - [2026-05-11 02:29:26] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.018437 10.0.0.41 - - [2026-05-11 02:29:26] "GET /obj-perms HTTP/1.1" 403 257 0.010355 10.0.0.41 - - [2026-05-11 02:29:26] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.023046 10.0.0.41 - - [2026-05-11 02:29:26] "DELETE /api-access-list/e3ede465-0001-4301-a853-c993b1909cb2 HTTP/1.1" 200 115 0.024197 10.0.0.41 - - [2026-05-11 02:29:26] "GET /api-access-list/e3ede465-0001-4301-a853-c993b1909cb2 HTTP/1.1" 404 171 0.003302 10.0.0.41 - - [2026-05-11 02:29:26] "DELETE /api-access-list/f56d3049-fb51-4c69-a251-30394c266e86 HTTP/1.1" 200 115 0.020046 10.0.0.41 - - [2026-05-11 02:29:26] "GET /api-access-list/f56d3049-fb51-4c69-a251-30394c266e86 HTTP/1.1" 404 171 0.002625 10.0.0.41 - - [2026-05-11 02:29:26] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879 HTTP/1.1" 401 292 0.000520 10.0.0.41 - - [2026-05-11 02:29:26] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879 HTTP/1.1" 403 263 0.043369 10.0.0.41 - - [2026-05-11 02:29:26] "GET /service-template/2bdd28bc-abca-4e23-9e1a-abaeb5e8e1f2 HTTP/1.1" 403 264 0.006973 10.0.0.41 - - [2026-05-11 02:29:27] "GET /service-template/2bdd28bc-abca-4e23-9e1a-abaeb5e8e1f2 HTTP/1.1" 403 264 0.042731 10.0.0.41 - - [2026-05-11 02:29:27] "GET /obj-perms HTTP/1.1" 403 257 0.040588 10.0.0.41 - - [2026-05-11 02:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.41 - - [2026-05-11 02:29:27] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007796 10.0.0.41 - - [2026-05-11 02:29:27] "GET /obj-perms HTTP/1.1" 403 257 0.008421 10.0.0.41 - - [2026-05-11 02:29:27] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008080 10.0.0.41 - - [2026-05-11 02:29:27] "GET /api-access-list/4fa2a50e-885d-497b-a60b-66e3cce0fb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.003620 10.0.0.41 - - [2026-05-11 02:29:27] "PUT /api-access-list/4fa2a50e-885d-497b-a60b-66e3cce0fb31 HTTP/1.1" 200 264 0.011451 10.0.0.41 - - [2026-05-11 02:29:27] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879 HTTP/1.1" 200 2311 0.015954 10.0.0.41 - - [2026-05-11 02:29:27] "GET /service-template/2bdd28bc-abca-4e23-9e1a-abaeb5e8e1f2 HTTP/1.1" 200 1853 0.011248 10.0.0.41 - - [2026-05-11 02:29:27] "GET /obj-perms HTTP/1.1" 403 257 0.009306 10.0.0.41 - - [2026-05-11 02:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.41 - - [2026-05-11 02:29:27] "GET /virtual-network/a75b06f5-2719-497f-875a-5736fec86879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.013256 10.0.0.41 - - [2026-05-11 02:29:28] "GET /obj-perms HTTP/1.1" 403 257 0.010224 10.0.0.41 - - [2026-05-11 02:29:28] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.019977 10.0.0.41 - - [2026-05-11 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.012461 10.0.0.41 - - [2026-05-11 02:29:28] "DELETE /service-template/2bdd28bc-abca-4e23-9e1a-abaeb5e8e1f2 HTTP/1.1" 200 115 0.030698 10.0.0.41 - - [2026-05-11 02:29:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.009595 10.0.0.41 - - [2026-05-11 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005594 10.0.0.41 - - [2026-05-11 02:29:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003488 10.0.0.41 - - [2026-05-11 02:29:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002191 10.0.0.41 - - [2026-05-11 02:29:28] "DELETE /virtual-network/a75b06f5-2719-497f-875a-5736fec86879 HTTP/1.1" 200 115 0.082273 10.0.0.41 - - [2026-05-11 02:29:28] "DELETE /route-target/f55d82aa-c557-43f4-ba58-321879c0eb5d HTTP/1.1" 200 115 0.018286 10.0.0.41 - - [2026-05-11 02:29:28] "GET /api-access-list/4fa2a50e-885d-497b-a60b-66e3cce0fb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004678 10.0.0.41 - - [2026-05-11 02:29:28] "PUT /api-access-list/4fa2a50e-885d-497b-a60b-66e3cce0fb31 HTTP/1.1" 200 264 0.010661 10.0.0.41 - - [2026-05-11 02:29:28] "GET /api-access-list/4fa2a50e-885d-497b-a60b-66e3cce0fb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.004078 10.0.0.41 - - [2026-05-11 02:29:28] "PUT /api-access-list/4fa2a50e-885d-497b-a60b-66e3cce0fb31 HTTP/1.1" 200 264 0.010333 10.0.0.41 - - [2026-05-11 02:29:29] "GET /api-access-list/4fa2a50e-885d-497b-a60b-66e3cce0fb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004765 10.0.0.41 - - [2026-05-11 02:29:29] "PUT /api-access-list/4fa2a50e-885d-497b-a60b-66e3cce0fb31 HTTP/1.1" 200 264 0.010428 10.0.0.41 - - [2026-05-11 02:29:29] "GET /projects?obj_uuids=5cfa4560-e816-4acb-bcbe-63393d9a9805&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001153 10.0.0.41 - - [2026-05-11 02:29:29] "GET /project/5cfa4560-e816-4acb-bcbe-63393d9a9805?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.027140 10.0.0.41 - - [2026-05-11 02:29:29] "GET /projects?obj_uuids=5cfa4560-e816-4acb-bcbe-63393d9a9805&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001789 10.0.0.41 - - [2026-05-11 02:29:29] "GET /project/5cfa4560-e816-4acb-bcbe-63393d9a9805?fields=virtual_networks HTTP/1.1" 200 1042 0.073738 10.0.0.41 - - [2026-05-11 02:29:29] "GET /projects?obj_uuids=5cfa4560-e816-4acb-bcbe-63393d9a9805&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001635 10.0.0.41 - - [2026-05-11 02:29:30] "GET /project/5cfa4560-e816-4acb-bcbe-63393d9a9805?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.031288 10.0.0.41 - - [2026-05-11 02:29:30] "GET /projects?obj_uuids=5cfa4560-e816-4acb-bcbe-63393d9a9805&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001479 10.0.0.41 - - [2026-05-11 02:29:30] "GET /project/5cfa4560-e816-4acb-bcbe-63393d9a9805?fields=security_groups HTTP/1.1" 200 1268 0.031592 10.0.0.41 - - [2026-05-11 02:29:30] "GET /projects?obj_uuids=5bd69c22-0619-42b2-b075-47fa13fb955e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001380 10.0.0.41 - - [2026-05-11 02:29:30] "GET /project/5bd69c22-0619-42b2-b075-47fa13fb955e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.031854 [Introspect:8084]10.0.0.41 - - [2026-05-11 02:29:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001531 10.0.0.41 - - [2026-05-11 02:29:31] "POST /fqname-to-id HTTP/1.1" 404 184 0.034135 10.0.0.41 - - [2026-05-11 02:29:31] "GET /projects?obj_uuids=9024db02-39a1-411b-8afe-cfc4252e0b7c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002872 10.0.0.41 - - [2026-05-11 02:29:31] "GET /domains?obj_uuids=1181a205-8da4-43c3-b887-b572a4232164&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001889 10.0.0.41 - - [2026-05-11 02:29:31] "GET /domain/1181a205-8da4-43c3-b887-b572a4232164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007791 10.0.0.41 - - [2026-05-11 02:29:31] "POST /id-to-fqname HTTP/1.1" 200 186 0.001437 10.0.0.41 - - [2026-05-11 02:29:31] "POST /fqname-to-id HTTP/1.1" 404 195 0.005796 10.0.0.41 - - [2026-05-11 02:29:31] "POST /security-groups HTTP/1.1" 200 587 0.064823 10.0.0.41 - - [2026-05-11 02:29:31] "POST /fqname-to-id HTTP/1.1" 404 230 0.003399 10.0.0.41 - - [2026-05-11 02:29:32] "POST /projects HTTP/1.1" 200 577 0.216452 10.0.0.41 - - [2026-05-11 02:29:32] "POST /access-control-lists HTTP/1.1" 200 592 0.061279 10.0.0.41 - - [2026-05-11 02:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.297535 10.0.0.41 - - [2026-05-11 02:29:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.003498 10.0.0.41 - - [2026-05-11 02:29:32] "GET /project/9024db02-39a1-411b-8afe-cfc4252e0b7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.445909 10.0.0.41 - - [2026-05-11 02:29:32] "POST /access-control-lists HTTP/1.1" 200 590 0.061277 10.0.0.41 - - [2026-05-11 02:29:33] "GET / HTTP/1.1" 200 35931 0.002122 10.0.0.41 - - [2026-05-11 02:29:33] "GET /projects?obj_uuids=9024db02-39a1-411b-8afe-cfc4252e0b7c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001256 10.0.0.41 - - [2026-05-11 02:29:33] "GET /project/9024db02-39a1-411b-8afe-cfc4252e0b7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.029660 10.0.0.41 - - [2026-05-11 02:29:33] "GET /projects?obj_uuids=9024db02-39a1-411b-8afe-cfc4252e0b7c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000962 10.0.0.41 - - [2026-05-11 02:29:33] "GET /project/9024db02-39a1-411b-8afe-cfc4252e0b7c?fields=virtual_networks HTTP/1.1" 200 1035 0.072282 10.0.0.41 - - [2026-05-11 02:29:33] "GET /projects?obj_uuids=9024db02-39a1-411b-8afe-cfc4252e0b7c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001365 10.0.0.41 - - [2026-05-11 02:29:33] "GET /project/9024db02-39a1-411b-8afe-cfc4252e0b7c?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.032598 10.0.0.41 - - [2026-05-11 02:29:34] "GET /projects?obj_uuids=9024db02-39a1-411b-8afe-cfc4252e0b7c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001401 10.0.0.41 - - [2026-05-11 02:29:34] "GET /project/9024db02-39a1-411b-8afe-cfc4252e0b7c?fields=security_groups HTTP/1.1" 200 1257 0.032900 10.0.0.41 - - [2026-05-11 02:29:50] "DELETE /project/9024db0239a1411b8afecfc4252e0b7c HTTP/1.1" 404 173 0.031142 10.0.0.41 - - [2026-05-11 02:29:50] "DELETE /project/ed1e53085d3649e39d41a5a40e5517ee HTTP/1.1" 404 173 0.024135 10.0.0.41 - - [2026-05-11 02:29:50] "DELETE /project/5cfa4560e8164acbbcbe63393d9a9805 HTTP/1.1" 404 173 0.016161 10.0.0.41 - - [2026-05-11 02:29:50] "DELETE /project/e133a25f3e93452b865d7f3ab6f05e02 HTTP/1.1" 404 173 0.013477 10.0.0.41 - - [2026-05-11 02:29:50] "GET /projects?obj_uuids=ed1e5308-5d36-49e3-9d41-a5a40e5517ee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001078 10.0.0.41 - - [2026-05-11 02:29:50] "GET /projects?obj_uuids=30f76140-a52d-482c-9deb-7be2575f0e78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000938 10.0.0.41 - - [2026-05-11 02:29:50] "GET /projects?obj_uuids=5cfa4560-e816-4acb-bcbe-63393d9a9805&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001421 10.0.0.41 - - [2026-05-11 02:29:50] "GET /projects?obj_uuids=9024db02-39a1-411b-8afe-cfc4252e0b7c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000973 10.0.0.41 - - [2026-05-11 02:29:50] "GET /projects?obj_uuids=e133a25f-3e93-452b-865d-7f3ab6f05e02&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001234 10.0.0.41 - - [2026-05-11 02:29:50] "GET /projects?obj_uuids=96f7f8c0-be4b-4a52-9822-3e1ad0ab37a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000996 10.0.0.41 - - [2026-05-11 02:29:50] "GET /projects?obj_uuids=b1c321c5-a9f3-4544-8279-72e4db0cbf78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001068 10.0.0.41 - - [2026-05-11 02:29:50] "GET /project/30f76140-a52d-482c-9deb-7be2575f0e78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.078035 10.0.0.41 - - [2026-05-11 02:29:50] "GET /project/5cfa4560-e816-4acb-bcbe-63393d9a9805?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.084030 10.0.0.41 - - [2026-05-11 02:29:50] "GET /project/ed1e5308-5d36-49e3-9d41-a5a40e5517ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.090497 10.0.0.41 - - [2026-05-11 02:29:50] "GET /project/9024db02-39a1-411b-8afe-cfc4252e0b7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.091729 10.0.0.41 - - [2026-05-11 02:29:50] "GET /project/96f7f8c0-be4b-4a52-9822-3e1ad0ab37a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.085973 10.0.0.41 - - [2026-05-11 02:29:50] "GET /project/e133a25f-3e93-452b-865d-7f3ab6f05e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.092267 10.0.0.41 - - [2026-05-11 02:29:50] "GET /projects?obj_uuids=30f76140-a52d-482c-9deb-7be2575f0e78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002021 10.0.0.41 - - [2026-05-11 02:29:50] "GET /projects?obj_uuids=e133a25f-3e93-452b-865d-7f3ab6f05e02&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001462 10.0.0.41 - - [2026-05-11 02:29:50] "GET /projects?obj_uuids=96f7f8c0-be4b-4a52-9822-3e1ad0ab37a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001893 10.0.0.41 - - [2026-05-11 02:29:50] "GET /projects?obj_uuids=9024db02-39a1-411b-8afe-cfc4252e0b7c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001175 10.0.0.41 - - [2026-05-11 02:29:50] "GET /projects?obj_uuids=ed1e5308-5d36-49e3-9d41-a5a40e5517ee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000764 10.0.0.41 - - [2026-05-11 02:29:50] "GET /projects?obj_uuids=5cfa4560-e816-4acb-bcbe-63393d9a9805&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001243 10.0.0.41 - - [2026-05-11 02:29:50] "GET /project/b1c321c5-a9f3-4544-8279-72e4db0cbf78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.170761 10.0.0.41 - - [2026-05-11 02:29:50] "GET /project/5cfa4560-e816-4acb-bcbe-63393d9a9805?fields=security_groups HTTP/1.1" 200 1373 0.109579 10.0.0.41 - - [2026-05-11 02:29:50] "GET /project/96f7f8c0-be4b-4a52-9822-3e1ad0ab37a7?fields=security_groups HTTP/1.1" 200 1359 0.113560 10.0.0.41 - - [2026-05-11 02:29:50] "GET /project/ed1e5308-5d36-49e3-9d41-a5a40e5517ee?fields=security_groups HTTP/1.1" 200 1374 0.123159 10.0.0.41 - - [2026-05-11 02:29:50] "GET /project/e133a25f-3e93-452b-865d-7f3ab6f05e02?fields=security_groups HTTP/1.1" 200 1373 0.121942 10.0.0.41 - - [2026-05-11 02:29:50] "GET /project/9024db02-39a1-411b-8afe-cfc4252e0b7c?fields=security_groups HTTP/1.1" 200 1362 0.129996 10.0.0.41 - - [2026-05-11 02:29:50] "GET /projects?obj_uuids=b1c321c5-a9f3-4544-8279-72e4db0cbf78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001509 10.0.0.41 - - [2026-05-11 02:29:51] "GET /project/30f76140-a52d-482c-9deb-7be2575f0e78?fields=security_groups HTTP/1.1" 200 1358 0.182463 10.0.0.41 - - [2026-05-11 02:29:51] "GET /project/b1c321c5-a9f3-4544-8279-72e4db0cbf78?fields=security_groups HTTP/1.1" 200 1358 0.084144 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /access-control-list/828f5b07-df6c-4abc-8f99-c48ca688f48b HTTP/1.1" 200 115 0.081601 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /security-group/e8f454f5-f707-4671-a296-644465b5ff74 HTTP/1.1" 200 115 0.216628 10.0.0.41 - - [2026-05-11 02:29:51] "GET /projects?obj_uuids=5cfa4560-e816-4acb-bcbe-63393d9a9805&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004900 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /security-group/8db3ce42-4628-4cb8-87d6-682419a38dc3 HTTP/1.1" 200 115 0.203009 10.0.0.41 - - [2026-05-11 02:29:51] "GET /projects?obj_uuids=96f7f8c0-be4b-4a52-9822-3e1ad0ab37a7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001348 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /security-group/e9a55c97-2a4f-44b2-88be-91a97e23a2b9 HTTP/1.1" 200 115 0.214848 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /security-group/4a9f9aa6-ddc9-44d1-8fda-76f1c3c5adf5 HTTP/1.1" 200 115 0.221416 10.0.0.41 - - [2026-05-11 02:29:51] "GET /projects?obj_uuids=e133a25f-3e93-452b-865d-7f3ab6f05e02&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001958 10.0.0.41 - - [2026-05-11 02:29:51] "GET /project/5cfa4560-e816-4acb-bcbe-63393d9a9805?fields=application_policy_sets HTTP/1.1" 200 1412 0.065073 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /security-group/e84ceb2a-4e4f-430c-b4d3-4e5d98e29b5b HTTP/1.1" 200 115 0.248534 10.0.0.41 - - [2026-05-11 02:29:51] "GET /projects?obj_uuids=9024db02-39a1-411b-8afe-cfc4252e0b7c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001486 10.0.0.41 - - [2026-05-11 02:29:51] "GET /projects?obj_uuids=ed1e5308-5d36-49e3-9d41-a5a40e5517ee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001522 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /access-control-list/cd009579-5bdc-452e-b3df-3bdb5d6a3571 HTTP/1.1" 200 115 0.121168 10.0.0.41 - - [2026-05-11 02:29:51] "GET /project/e133a25f-3e93-452b-865d-7f3ab6f05e02?fields=application_policy_sets HTTP/1.1" 200 1412 0.088931 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /security-group/4fb6354a-be11-447f-b66c-d8e8b716ef56 HTTP/1.1" 200 115 0.258869 10.0.0.41 - - [2026-05-11 02:29:51] "GET /project/96f7f8c0-be4b-4a52-9822-3e1ad0ab37a7?fields=application_policy_sets HTTP/1.1" 200 1398 0.135464 10.0.0.41 - - [2026-05-11 02:29:51] "GET /project/ed1e5308-5d36-49e3-9d41-a5a40e5517ee?fields=application_policy_sets HTTP/1.1" 200 1413 0.099050 10.0.0.41 - - [2026-05-11 02:29:51] "GET /projects?obj_uuids=30f76140-a52d-482c-9deb-7be2575f0e78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002816 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /security-group/da0a0f7e-32e3-469a-a54a-7c6cafc4986d HTTP/1.1" 200 115 0.317051 10.0.0.41 - - [2026-05-11 02:29:51] "GET /project/9024db02-39a1-411b-8afe-cfc4252e0b7c?fields=application_policy_sets HTTP/1.1" 200 1401 0.180372 10.0.0.41 - - [2026-05-11 02:29:51] "GET /projects?obj_uuids=b1c321c5-a9f3-4544-8279-72e4db0cbf78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001776 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /access-control-list/df22d76c-3c12-41a3-bb21-0e33a81379ee HTTP/1.1" 200 115 0.182837 10.0.0.41 - - [2026-05-11 02:29:51] "GET /project/30f76140-a52d-482c-9deb-7be2575f0e78?fields=application_policy_sets HTTP/1.1" 200 1397 0.153544 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /access-control-list/c3c113b9-a435-4295-abba-8d535fe173d2 HTTP/1.1" 200 115 0.078979 10.0.0.41 - - [2026-05-11 02:29:51] "GET /project/b1c321c5-a9f3-4544-8279-72e4db0cbf78?fields=application_policy_sets HTTP/1.1" 200 1397 0.140867 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /project/5cfa4560-e816-4acb-bcbe-63393d9a9805 HTTP/1.1" 200 115 0.944057 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /access-control-list/2d62a22b-984d-49cc-896d-25ead719628b HTTP/1.1" 200 115 0.103542 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /project/e133a25f-3e93-452b-865d-7f3ab6f05e02 HTTP/1.1" 200 115 1.023905 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /project/96f7f8c0-be4b-4a52-9822-3e1ad0ab37a7 HTTP/1.1" 200 115 1.037925 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /project/ed1e5308-5d36-49e3-9d41-a5a40e5517ee HTTP/1.1" 200 115 1.063569 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /access-control-list/e859a09e-ca34-4937-8511-bfc115dd8646 HTTP/1.1" 200 115 0.060691 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /project/9024db02-39a1-411b-8afe-cfc4252e0b7c HTTP/1.1" 200 115 1.079230 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /project/30f76140-a52d-482c-9deb-7be2575f0e78 HTTP/1.1" 200 115 1.091228 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /access-control-list/627ac784-b12f-4efd-b550-fb5dc7d134b7 HTTP/1.1" 200 115 0.033762 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /project/b1c321c5-a9f3-4544-8279-72e4db0cbf78 HTTP/1.1" 200 115 1.070723 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /access-control-list/bc0e28d6-4933-4163-935c-02230f5424c1 HTTP/1.1" 200 115 0.021195 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /access-control-list/269e8cca-b20a-44f9-8021-9a784ce10a2f HTTP/1.1" 200 115 0.022057 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /access-control-list/dea66b87-800f-42aa-b0d0-d2d495567a33 HTTP/1.1" 200 115 0.026113 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /access-control-list/ff3a0aa0-fad0-49bf-8d34-527f9b447b75 HTTP/1.1" 200 115 0.024330 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /access-control-list/bff9af38-bf4b-418f-93db-b2465cc506e3 HTTP/1.1" 200 115 0.022366 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /access-control-list/6294b9e6-763c-45d8-aa36-ea7d15b902a1 HTTP/1.1" 200 115 0.017531 10.0.0.41 - - [2026-05-11 02:29:51] "DELETE /access-control-list/db866325-cee9-4ec9-87db-12ed7ee8ec14 HTTP/1.1" 200 115 0.015766 10.0.0.41 - - [2026-05-11 02:29:59] "GET /obj-perms HTTP/1.1" 200 5056 0.062977 10.0.0.41 - - [2026-05-11 02:30:00] "GET /obj-perms HTTP/1.1" 200 5056 0.086881 [Introspect:8084]10.0.0.41 - - [2026-05-11 02:30:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001090 [Introspect:8084]10.0.0.41 - - [2026-05-11 02:30:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001128