+++ date ++ echo 'INFO: =================== Thu Oct 2 01:43:22 AM UTC 2025 ===================' INFO: =================== Thu Oct 2 01:43:22 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.254 ++ 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.254 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.254 ++ ANALYTICSDB_NODES=10.0.0.254 ++ ANALYTICS_SNMP_NODES=10.0.0.254 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8081 ' +++ '[' -n '10.0.0.254:8081 ' ']' +++ echo 10.0.0.254:8081 ++ ANALYTICS_SERVERS=10.0.0.254: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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9042 ' +++ '[' -n '10.0.0.254:9042 ' ']' +++ echo 10.0.0.254:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.254:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.254 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8086 ' +++ '[' -n '10.0.0.254:8086 ' ']' +++ echo 10.0.0.254:8086 ++ COLLECTOR_SERVERS=10.0.0.254: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.254 ++ CONFIGDB_NODES=10.0.0.254 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8082 ' +++ '[' -n '10.0.0.254:8082 ' ']' +++ echo 10.0.0.254:8082 ++ CONFIG_SERVERS=10.0.0.254: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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9161 ' +++ '[' -n '10.0.0.254:9161 ' ']' +++ echo 10.0.0.254:9161 ++ CONFIGDB_SERVERS=10.0.0.254: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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9041 ' +++ '[' -n '10.0.0.254:9041 ' ']' +++ echo 10.0.0.254:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.254: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.17 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.17 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.254 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254:2181, +++ '[' -n 10.0.0.254:2181, ']' +++ echo 10.0.0.254:2181 ++ ZOOKEEPER_SERVERS=10.0.0.254: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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:2181 ' +++ '[' -n '10.0.0.254:2181 ' ']' +++ echo 10.0.0.254:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.254:2181 ++ RABBITMQ_NODES=10.0.0.254 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254:5673, +++ '[' -n 10.0.0.254:5673, ']' +++ echo 10.0.0.254:5673 ++ RABBITMQ_SERVERS=10.0.0.254: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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:6379 ' +++ '[' -n '10.0.0.254:6379 ' ']' +++ echo 10.0.0.254:6379 ++ REDIS_SERVERS=10.0.0.254: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.254 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9092 ' +++ '[' -n '10.0.0.254:9092 ' ']' +++ echo 10.0.0.254:9092 ++ KAFKA_SERVERS=10.0.0.254: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.254 ++ 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.254 ++ 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.254 ++ 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.254 ++ cut -d , -f 1 + local cassandra=10.0.0.254 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.254 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.254 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.254 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ tr '\n' , ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.254,10.20.0.17,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.254'\''))' +++ local server_ip=10.0.0.254 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.254 ]] +++ [[ ,10.0.0.254,10.20.0.17,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.254, ]] +++ echo 10.0.0.254 1 +++ return ++ local ip=10.0.0.254 ++ [[ -z 10.0.0.254 ]] ++ echo 10.0.0.254 + host_ip=10.0.0.254 + [[ cql == \c\q\l ]] ++ echo 10.0.0.254:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.254:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.254: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__.*__.*=.*$' ++ cut -d = -f 1 ++ sort ++ 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: 10/02/2025 01:43:31.101 7fb4f279ff40 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/02/2025 01:43:31.233 7fb4f279ff40 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/02/2025 01:43:31.245 7fb4f279ff40 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/02/2025 01:43:31.245 7fb4f279ff40 [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.254:8082/ Hit Ctrl-C to quit. 10.0.0.254 - - [2025-10-02 01:43:34] "GET / HTTP/1.1" 503 181 0.000222 10.0.0.254 - - [2025-10-02 01:43:34] "GET / HTTP/1.1" 503 181 0.000138 10.0.0.254 - - [2025-10-02 01:43:34] "GET / HTTP/1.1" 200 36215 0.001289 10.0.0.254 - - [2025-10-02 01:43:35] "GET / HTTP/1.1" 200 36215 0.001251 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.254 - - [2025-10-02 01:43:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000461 10.0.0.254 - - [2025-10-02 01:43:35] "GET / HTTP/1.1" 200 45871 0.001958 10.0.0.254 - - [2025-10-02 01:43:35] "GET / HTTP/1.1" 200 45871 0.001586 10.0.0.254 - - [2025-10-02 01:43:35] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000410 10.0.0.254 - - [2025-10-02 01:43:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000341 10.0.0.254 - - [2025-10-02 01:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.888521 10.0.0.254 - - [2025-10-02 01:43:36] "GET /global-system-config/622f5b65-0bd8-4143-b055-95138769369b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005511 10.0.0.254 - - [2025-10-02 01:43:36] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.317183 10.0.0.254 - - [2025-10-02 01:43:36] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002030 10.0.0.254 - - [2025-10-02 01:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.047919 10.0.0.254 - - [2025-10-02 01:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001920 10.0.0.254 - - [2025-10-02 01:43:36] "POST /fqname-to-id HTTP/1.1" 404 220 0.002609 10.0.0.254 - - [2025-10-02 01:43:36] "GET / HTTP/1.1" 200 36215 0.001373 10.0.0.254 - - [2025-10-02 01:43:36] "POST /config-database-nodes HTTP/1.1" 200 619 0.017932 /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.254 - - [2025-10-02 01:43:37] "GET / HTTP/1.1" 200 36215 0.002219 10.0.0.254 - - [2025-10-02 01:43:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000357 10.0.0.254 - - [2025-10-02 01:43:37] "GET / HTTP/1.1" 200 36215 0.001277 10.0.0.254 - - [2025-10-02 01:43:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.022430 10.0.0.254 - - [2025-10-02 01:43:37] "GET /global-system-config/622f5b65-0bd8-4143-b055-95138769369b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007613 10.0.0.254 - - [2025-10-02 01:43:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000289 10.0.0.254 - - [2025-10-02 01:43:37] "POST /fqname-to-id HTTP/1.1" 404 220 0.002744 10.0.0.254 - - [2025-10-02 01:43:37] "POST /config-nodes HTTP/1.1" 200 601 0.017178 10.0.0.254 - - [2025-10-02 01:43:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000373 10.0.0.254 - - [2025-10-02 01:43:37] "GET / HTTP/1.1" 200 36215 0.001404 10.0.0.254 - - [2025-10-02 01:43:37] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000328 10.0.0.254 - - [2025-10-02 01:43:38] "POST /fqname-to-id HTTP/1.1" 404 186 0.298483 10.0.0.254 - - [2025-10-02 01:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.254 - - [2025-10-02 01:43:38] "GET /global-system-config/622f5b65-0bd8-4143-b055-95138769369b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005427 10.0.0.254 - - [2025-10-02 01:43:38] "POST /service-appliance-sets HTTP/1.1" 200 555 0.017778 10.0.0.254 - - [2025-10-02 01:43:38] "POST /fqname-to-id HTTP/1.1" 404 180 0.002440 10.0.0.254 - - [2025-10-02 01:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002068 10.0.0.254 - - [2025-10-02 01:43:38] "GET /global-system-config/622f5b65-0bd8-4143-b055-95138769369b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005258 10.0.0.254 - - [2025-10-02 01:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.313998 10.0.0.254 - - [2025-10-02 01:43:38] "GET /network-ipam/c603e846-e7d3-477e-89ec-1e101ab5b22b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.003179 10.0.0.254 - - [2025-10-02 01:43:38] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.028270 10.0.0.254 - - [2025-10-02 01:43:38] "POST /service-appliance-sets HTTP/1.1" 200 543 0.015101 10.0.0.254 - - [2025-10-02 01:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002515 10.0.0.254 - - [2025-10-02 01:43:38] "GET /network-ipam/c603e846-e7d3-477e-89ec-1e101ab5b22b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.003404 10.0.0.254 - - [2025-10-02 01:43:38] "POST /service-templates HTTP/1.1" 200 513 0.014759 10.0.0.254 - - [2025-10-02 01:43:38] "POST /service-templates HTTP/1.1" 200 503 0.016904 10.0.0.254 - - [2025-10-02 01:43:38] "POST /service-templates HTTP/1.1" 200 517 0.014689 10.0.0.254 - - [2025-10-02 01:43:38] "POST /service-templates HTTP/1.1" 200 537 0.015229 10.0.0.254 - - [2025-10-02 01:43:38] "POST /service-templates HTTP/1.1" 200 509 0.014990 10.0.0.254 - - [2025-10-02 01:43:38] "POST /fqname-to-id HTTP/1.1" 404 225 0.002312 10.0.0.254 - - [2025-10-02 01:43:38] "POST /access-control-lists HTTP/1.1" 200 589 0.014130 10.0.0.254 - - [2025-10-02 01:43:38] "POST /fqname-to-id HTTP/1.1" 404 224 0.002286 10.0.0.254 - - [2025-10-02 01:43:39] "POST /access-control-lists HTTP/1.1" 200 587 0.014241 10.0.0.254 - - [2025-10-02 01:43:39] "POST /route-targets HTTP/1.1" 200 328 0.009305 10.0.0.254 - - [2025-10-02 01:43:39] "POST /ref-update HTTP/1.1" 200 156 0.008662 10.0.0.254 - - [2025-10-02 01:43:39] "POST /route-targets HTTP/1.1" 200 328 0.008684 10.0.0.254 - - [2025-10-02 01:43:39] "POST /ref-update HTTP/1.1" 200 156 0.009346 10.0.0.254 - - [2025-10-02 01:43:39] "POST /route-targets HTTP/1.1" 200 328 0.008287 10.0.0.254 - - [2025-10-02 01:43:39] "POST /ref-update HTTP/1.1" 200 156 0.008858 10.0.0.254 - - [2025-10-02 01:43:39] "POST /route-targets HTTP/1.1" 200 328 0.008485 10.0.0.254 - - [2025-10-02 01:43:39] "POST /ref-update HTTP/1.1" 200 156 0.008389 10.0.0.254 - - [2025-10-02 01:43:39] "POST /fqname-to-id HTTP/1.1" 404 201 0.002354 10.0.0.254 - - [2025-10-02 01:43:39] "POST /access-control-lists HTTP/1.1" 200 553 0.057321 10.0.0.254 - - [2025-10-02 01:43:39] "PUT /access-control-list/df4d1b2d-8311-4e2c-86c8-13a484c2c2dd HTTP/1.1" 200 273 0.009040 10.0.0.254 - - [2025-10-02 01:43:39] "PUT /access-control-list/888b5d1d-c4a8-4a1b-817b-46b1370b2d9d HTTP/1.1" 200 273 0.008544 10.0.0.254 - - [2025-10-02 01:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.254 - - [2025-10-02 01:43:43] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1218 0.002971 10.0.0.254 - - [2025-10-02 01:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.254 - - [2025-10-02 01:43:43] "PUT /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a HTTP/1.1" 200 277 0.007700 10.0.0.254 - - [2025-10-02 01:43:43] "GET / HTTP/1.1" 200 36215 0.001546 10.0.0.254 - - [2025-10-02 01:43:43] "POST /alarms HTTP/1.1" 401 293 0.000343 10.0.0.254 - - [2025-10-02 01:43:44] "POST /alarms HTTP/1.1" 200 583 0.034396 10.0.0.254 - - [2025-10-02 01:43:44] "POST /alarms HTTP/1.1" 200 577 0.014817 10.0.0.254 - - [2025-10-02 01:43:44] "POST /alarms HTTP/1.1" 200 577 0.014948 10.0.0.254 - - [2025-10-02 01:43:44] "POST /alarms HTTP/1.1" 200 561 0.022370 10.0.0.254 - - [2025-10-02 01:43:44] "POST /alarms HTTP/1.1" 200 557 0.018547 10.0.0.254 - - [2025-10-02 01:43:44] "POST /alarms HTTP/1.1" 200 559 0.016827 10.0.0.254 - - [2025-10-02 01:43:44] "POST /alarms HTTP/1.1" 200 567 0.016135 10.0.0.254 - - [2025-10-02 01:43:44] "POST /alarms HTTP/1.1" 200 551 0.014759 10.0.0.254 - - [2025-10-02 01:43:44] "POST /alarms HTTP/1.1" 200 559 0.015247 10.0.0.254 - - [2025-10-02 01:43:44] "POST /alarms HTTP/1.1" 200 569 0.014863 10.0.0.254 - - [2025-10-02 01:43:44] "POST /alarms HTTP/1.1" 200 557 0.014474 10.0.0.254 - - [2025-10-02 01:43:44] "POST /alarms HTTP/1.1" 200 569 0.013333 10.0.0.254 - - [2025-10-02 01:43:44] "POST /alarms HTTP/1.1" 200 577 0.057599 10.0.0.254 - - [2025-10-02 01:43:44] "POST /alarms HTTP/1.1" 200 571 0.016054 10.0.0.254 - - [2025-10-02 01:43:44] "POST /alarms HTTP/1.1" 200 563 0.018505 10.0.0.254 - - [2025-10-02 01:43:45] "POST /alarms HTTP/1.1" 200 563 0.016670 10.0.0.254 - - [2025-10-02 01:43:45] "POST /alarms HTTP/1.1" 200 563 0.017193 10.0.0.254 - - [2025-10-02 01:43:45] "POST /alarms HTTP/1.1" 200 549 0.014904 10.0.0.254 - - [2025-10-02 01:43:45] "POST /alarms HTTP/1.1" 200 597 0.015246 10.0.0.254 - - [2025-10-02 01:43:45] "POST /alarms HTTP/1.1" 200 577 0.016662 10.0.0.254 - - [2025-10-02 01:43:45] "POST /alarms HTTP/1.1" 200 573 0.016642 10.0.0.254 - - [2025-10-02 01:43:45] "POST /alarms HTTP/1.1" 200 585 0.015682 10.0.0.254 - - [2025-10-02 01:43:45] "POST /alarms HTTP/1.1" 200 611 0.017720 10.0.0.254 - - [2025-10-02 01:43:45] "GET / HTTP/1.1" 200 36215 0.001445 10.0.0.254 - - [2025-10-02 01:43:45] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000330 10.0.0.254 - - [2025-10-02 01:43:46] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.019501 10.0.0.254 - - [2025-10-02 01:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002240 10.0.0.254 - - [2025-10-02 01:43:46] "PUT /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a HTTP/1.1" 200 277 0.007667 10.0.0.254 - - [2025-10-02 01:43:46] "GET / HTTP/1.1" 200 36215 0.001395 10.0.0.254 - - [2025-10-02 01:43:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000326 10.0.0.254 - - [2025-10-02 01:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.022806 10.0.0.254 - - [2025-10-02 01:43:46] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002904 10.0.0.254 - - [2025-10-02 01:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.254 - - [2025-10-02 01:43:46] "PUT /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a HTTP/1.1" 200 277 0.007606 10.0.0.254 - - [2025-10-02 01:43:47] "GET / HTTP/1.1" 200 36215 0.001658 10.0.0.254 - - [2025-10-02 01:43:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000356 10.0.0.254 - - [2025-10-02 01:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.020038 10.0.0.254 - - [2025-10-02 01:43:47] "GET /global-system-config/622f5b65-0bd8-4143-b055-95138769369b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006079 10.0.0.254 - - [2025-10-02 01:43:47] "PUT /global-system-config/622f5b65-0bd8-4143-b055-95138769369b HTTP/1.1" 200 275 0.015234 10.0.0.254 - - [2025-10-02 01:43:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.254 - - [2025-10-02 01:43:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.254 - - [2025-10-02 01:43:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000405 10.0.0.254 - - [2025-10-02 01:43:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000684 10.0.0.254 - - [2025-10-02 01:44:26] "GET / HTTP/1.1" 200 36215 0.001520 10.0.0.254 - - [2025-10-02 01:44:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000346 10.0.0.254 - - [2025-10-02 01:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.020619 10.0.0.254 - - [2025-10-02 01:44:26] "GET /routing-instance/e51afbe2-be89-4c0a-ac4a-ce63a0528503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.003450 10.0.0.254 - - [2025-10-02 01:44:26] "POST /bgp-routers HTTP/1.1" 200 622 0.019239 10.0.0.254 - - [2025-10-02 01:44:26] "GET /bgp-router/2ac86c93-3acc-4931-aa21-c98af691e15b?fields=global_system_config_back_refs HTTP/1.1" 200 1118 0.004685 10.0.0.254 - - [2025-10-02 01:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.254 - - [2025-10-02 01:44:26] "GET /global-system-config/622f5b65-0bd8-4143-b055-95138769369b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005724 10.0.0.254 - - [2025-10-02 01:44:26] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002763 10.0.0.254 - - [2025-10-02 01:44:26] "POST /ref-update HTTP/1.1" 200 156 0.006716 10.0.0.254 - - [2025-10-02 01:44:49] "GET / HTTP/1.1" 200 36215 0.001534 10.0.0.254 - - [2025-10-02 01:44:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000347 10.0.0.254 - - [2025-10-02 01:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.021570 10.0.0.254 - - [2025-10-02 01:44:50] "GET /global-system-config/622f5b65-0bd8-4143-b055-95138769369b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.009349 10.0.0.254 - - [2025-10-02 01:44:50] "POST /fqname-to-id HTTP/1.1" 404 220 0.002896 10.0.0.254 - - [2025-10-02 01:44:50] "POST /database-nodes HTTP/1.1" 200 605 0.016882 10.0.0.254 - - [2025-10-02 01:45:16] "GET / HTTP/1.1" 200 36215 0.002050 10.0.0.254 - - [2025-10-02 01:45:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000370 10.0.0.254 - - [2025-10-02 01:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.020033 10.0.0.254 - - [2025-10-02 01:45:16] "GET /global-system-config/622f5b65-0bd8-4143-b055-95138769369b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.005065 10.0.0.254 - - [2025-10-02 01:45:16] "POST /fqname-to-id HTTP/1.1" 404 220 0.002620 10.0.0.254 - - [2025-10-02 01:45:16] "POST /analytics-nodes HTTP/1.1" 200 607 0.015090 10.0.0.254 - - [2025-10-02 01:45:22] "GET / HTTP/1.1" 200 36215 0.001642 10.0.0.254 - - [2025-10-02 01:45:30] "GET / HTTP/1.1" 200 36215 0.001365 10.0.0.254 - - [2025-10-02 01:45:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000363 10.0.0.254 - - [2025-10-02 01:45:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.020180 10.0.0.254 - - [2025-10-02 01:45:31] "GET /global-system-config/622f5b65-0bd8-4143-b055-95138769369b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.006395 10.0.0.254 - - [2025-10-02 01:45:31] "POST /fqname-to-id HTTP/1.1" 404 220 0.002663 10.0.0.254 - - [2025-10-02 01:45:31] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.017201 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.254 - - [2025-10-02 01:45:40] "GET /obj-perms HTTP/1.1" 200 5075 0.339581 10.0.0.254 - - [2025-10-02 01:45:40] "GET /obj-perms HTTP/1.1" 200 5075 0.039162 10.0.0.254 - - [2025-10-02 01:45:41] "GET / HTTP/1.1" 200 36215 0.001410 10.0.0.254 - - [2025-10-02 01:45:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000346 10.0.0.254 - - [2025-10-02 01:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.020896 10.0.0.254 - - [2025-10-02 01:45:42] "GET /global-system-config/622f5b65-0bd8-4143-b055-95138769369b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.004699 10.0.0.254 - - [2025-10-02 01:45:42] "POST /fqname-to-id HTTP/1.1" 404 220 0.002821 10.0.0.254 - - [2025-10-02 01:45:42] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.015155 10.0.0.254 - - [2025-10-02 01:46:40] "GET /obj-perms HTTP/1.1" 200 5075 0.040102 10.0.0.254 - - [2025-10-02 01:46:41] "GET /obj-perms HTTP/1.1" 200 5075 0.044694 10.0.0.254 - - [2025-10-02 01:47:13] "GET / HTTP/1.1" 200 36215 0.001430 10.0.0.254 - - [2025-10-02 01:47:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000354 10.0.0.254 - - [2025-10-02 01:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.019774 10.0.0.254 - - [2025-10-02 01:47:14] "GET /global-system-config/622f5b65-0bd8-4143-b055-95138769369b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.004488 10.0.0.254 - - [2025-10-02 01:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002595 10.0.0.254 - - [2025-10-02 01:47:14] "GET /routing-instance/e51afbe2-be89-4c0a-ac4a-ce63a0528503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.003624 10.0.0.254 - - [2025-10-02 01:47:14] "PUT /global-system-config/622f5b65-0bd8-4143-b055-95138769369b HTTP/1.1" 200 275 0.011036 10.0.0.254 - - [2025-10-02 01:47:14] "POST /fqname-to-id HTTP/1.1" 404 218 0.002694 10.0.0.254 - - [2025-10-02 01:47:14] "POST /virtual-routers HTTP/1.1" 200 605 0.016232 10.0.0.254 - - [2025-10-02 01:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.254 - - [2025-10-02 01:47:14] "GET /virtual-router/c7b11685-d7f9-4de9-8eee-7b4552809e58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.005039 10.0.0.254 - - [2025-10-02 01:47:14] "POST /fqname-to-id HTTP/1.1" 404 231 0.002660 10.0.0.254 - - [2025-10-02 01:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002550 10.0.0.254 - - [2025-10-02 01:47:14] "GET /virtual-network/e3af3758-5d80-462f-82c3-1dd97f96ef6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.004825 10.0.0.254 - - [2025-10-02 01:47:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.051281 10.0.0.254 - - [2025-10-02 01:47:15] "PUT /access-control-list/148d226f-d686-497e-a391-0ceb35dc4de2 HTTP/1.1" 200 273 0.009894 [Introspect:8084]10.0.0.254 - - [2025-10-02 01:47:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000846 [Introspect:8084]10.0.0.254 - - [2025-10-02 01:47:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000762 [Introspect:8084]10.0.0.254 - - [2025-10-02 01:47:21] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000833 [Introspect:8084]10.0.0.254 - - [2025-10-02 01:47:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000797 10.0.0.254 - - [2025-10-02 01:47:41] "GET /obj-perms HTTP/1.1" 200 5075 0.037167 10.0.0.254 - - [2025-10-02 01:47:41] "GET /obj-perms HTTP/1.1" 200 5075 0.038316 10.0.0.254 - - [2025-10-02 01:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.254 - - [2025-10-02 01:47:41] "GET /virtual-router/c7b11685-d7f9-4de9-8eee-7b4552809e58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.003011 10.0.0.254 - - [2025-10-02 01:48:16] "GET / HTTP/1.1" 200 36215 0.001270 10.0.0.254 - - [2025-10-02 01:48:16] "GET /project/1f0485b3-4904-4d6d-a289-ec5e2fdf831d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000454 10.0.0.254 - - [2025-10-02 01:48:17] "GET /projects?obj_uuids=1f0485b3-4904-4d6d-a289-ec5e2fdf831d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002364 10.0.0.254 - - [2025-10-02 01:48:17] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000812 10.0.0.254 - - [2025-10-02 01:48:17] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.050191 10.0.0.254 - - [2025-10-02 01:48:17] "POST /id-to-fqname HTTP/1.1" 200 167 0.001390 10.0.0.254 - - [2025-10-02 01:48:17] "POST /fqname-to-id HTTP/1.1" 404 176 0.004045 10.0.0.254 - - [2025-10-02 01:48:17] "POST /security-groups HTTP/1.1" 200 568 0.063648 10.0.0.254 - - [2025-10-02 01:48:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.002061 10.0.0.254 - - [2025-10-02 01:48:17] "POST /projects HTTP/1.1" 200 539 0.219193 10.0.0.254 - - [2025-10-02 01:48:17] "POST /access-control-lists HTTP/1.1" 200 575 0.057281 10.0.0.254 - - [2025-10-02 01:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.284640 10.0.0.254 - - [2025-10-02 01:48:17] "POST /fqname-to-id HTTP/1.1" 404 206 0.002281 10.0.0.254 - - [2025-10-02 01:48:17] "GET /project/1f0485b3-4904-4d6d-a289-ec5e2fdf831d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.428296 10.0.0.254 - - [2025-10-02 01:48:17] "POST /access-control-lists HTTP/1.1" 200 573 0.056927 [Introspect:8084]10.0.0.254 - - [2025-10-02 01:48:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000978 10.0.0.254 - - [2025-10-02 01:48:18] "POST /fqname-to-id HTTP/1.1" 404 199 0.024059 10.0.0.254 - - [2025-10-02 01:48:18] "GET /projects?obj_uuids=d8f4baba-8af9-453a-87f9-f0ab70c25284&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002317 10.0.0.254 - - [2025-10-02 01:48:18] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000802 10.0.0.254 - - [2025-10-02 01:48:18] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.049242 10.0.0.254 - - [2025-10-02 01:48:18] "POST /id-to-fqname HTTP/1.1" 200 201 0.001681 10.0.0.254 - - [2025-10-02 01:48:18] "POST /fqname-to-id HTTP/1.1" 404 210 0.002598 10.0.0.254 - - [2025-10-02 01:48:18] "POST /security-groups HTTP/1.1" 200 602 0.060610 10.0.0.254 - - [2025-10-02 01:48:18] "POST /fqname-to-id HTTP/1.1" 404 245 0.002097 10.0.0.254 - - [2025-10-02 01:48:18] "POST /projects HTTP/1.1" 200 607 0.211606 10.0.0.254 - - [2025-10-02 01:48:18] "POST /access-control-lists HTTP/1.1" 200 609 0.055966 10.0.0.254 - - [2025-10-02 01:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.280928 10.0.0.254 - - [2025-10-02 01:48:18] "POST /fqname-to-id HTTP/1.1" 404 244 0.002324 10.0.0.254 - - [2025-10-02 01:48:18] "GET /project/d8f4baba-8af9-453a-87f9-f0ab70c25284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.439928 10.0.0.254 - - [2025-10-02 01:48:18] "POST /access-control-lists HTTP/1.1" 200 607 0.059942 10.0.0.254 - - [2025-10-02 01:48:19] "GET / HTTP/1.1" 200 36215 0.001547 10.0.0.254 - - [2025-10-02 01:48:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000412 10.0.0.254 - - [2025-10-02 01:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.044207 10.0.0.254 - - [2025-10-02 01:48:20] "GET /projects?obj_uuids=d8f4baba-8af9-453a-87f9-f0ab70c25284&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000772 10.0.0.254 - - [2025-10-02 01:48:20] "GET /project/d8f4baba-8af9-453a-87f9-f0ab70c25284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.023927 10.0.0.254 - - [2025-10-02 01:48:20] "POST /neutron/network HTTP/1.1" 200 117 0.031282 10.0.0.254 - - [2025-10-02 01:48:20] "GET /projects?obj_uuids=d8f4baba-8af9-453a-87f9-f0ab70c25284&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000855 10.0.0.254 - - [2025-10-02 01:48:20] "POST /neutron/network HTTP/1.1" 200 620 0.069430 10.0.0.254 - - [2025-10-02 01:48:20] "POST /route-targets HTTP/1.1" 200 328 0.013435 10.0.0.254 - - [2025-10-02 01:48:20] "POST /ref-update HTTP/1.1" 200 156 0.011659 10.0.0.254 - - [2025-10-02 01:48:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003543 10.0.0.254 - - [2025-10-02 01:48:21] "POST /neutron/subnet HTTP/1.1" 200 715 0.203831 10.0.0.254 - - [2025-10-02 01:48:21] "POST /neutron/network HTTP/1.1" 200 837 0.004392 10.0.0.254 - - [2025-10-02 01:48:21] "POST /id-to-fqname HTTP/1.1" 200 233 0.000876 10.0.0.254 - - [2025-10-02 01:48:21] "GET /virtual-network/daa2b2cb-d214-4e73-8c0b-94c566168fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003894 10.0.0.254 - - [2025-10-02 01:48:21] "POST /neutron/network HTTP/1.1" 200 837 0.005066 10.0.0.254 - - [2025-10-02 01:48:21] "GET /virtual-network/daa2b2cb-d214-4e73-8c0b-94c566168fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004150 10.0.0.254 - - [2025-10-02 01:48:21] "POST /neutron/network HTTP/1.1" 200 837 0.005079 10.0.0.254 - - [2025-10-02 01:48:21] "POST /neutron/subnet HTTP/1.1" 200 715 0.005908 10.0.0.254 - - [2025-10-02 01:48:21] "GET /domains HTTP/1.1" 401 293 0.000307 10.0.0.254 - - [2025-10-02 01:48:21] "GET /domains HTTP/1.1" 200 281 0.020219 10.0.0.254 - - [2025-10-02 01:48:21] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000789 10.0.0.254 - - [2025-10-02 01:48:21] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2593 0.010768 10.0.0.254 - - [2025-10-02 01:48:21] "GET /projects?obj_uuids=d8f4baba-8af9-453a-87f9-f0ab70c25284&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001071 10.0.0.254 - - [2025-10-02 01:48:21] "GET /project/d8f4baba-8af9-453a-87f9-f0ab70c25284 HTTP/1.1" 200 2174 0.067991 10.0.0.254 - - [2025-10-02 01:48:21] "GET /virtual-network/daa2b2cb-d214-4e73-8c0b-94c566168fea HTTP/1.1" 200 2340 0.005191 10.0.0.254 - - [2025-10-02 01:48:21] "GET /virtual-network/daa2b2cb-d214-4e73-8c0b-94c566168fea HTTP/1.1" 200 2340 0.003994 10.0.0.254 - - [2025-10-02 01:48:21] "GET /routing-instance/e470afd8-9d7a-4519-adc5-7f2b08b09697 HTTP/1.1" 200 1498 0.002665 10.0.0.254 - - [2025-10-02 01:48:21] "GET /routing-instance/e470afd8-9d7a-4519-adc5-7f2b08b09697 HTTP/1.1" 200 1498 0.002424 10.0.0.254 - - [2025-10-02 01:48:21] "GET /route-target/cedcc468-a7ae-4447-9424-5d27dbe31dd6 HTTP/1.1" 200 1222 0.002420 10.0.0.254 - - [2025-10-02 01:48:21] "GET /virtual-network/daa2b2cb-d214-4e73-8c0b-94c566168fea HTTP/1.1" 200 2340 0.003753 10.0.0.254 - - [2025-10-02 01:48:21] "GET /routing-instance/e470afd8-9d7a-4519-adc5-7f2b08b09697 HTTP/1.1" 200 1498 0.002777 10.0.0.254 - - [2025-10-02 01:48:21] "GET /virtual-network/daa2b2cb-d214-4e73-8c0b-94c566168fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003668 10.0.0.254 - - [2025-10-02 01:48:21] "GET /virtual-network/daa2b2cb-d214-4e73-8c0b-94c566168fea HTTP/1.1" 200 2340 0.003743 10.0.0.254 - - [2025-10-02 01:48:21] "GET /routing-instance/e470afd8-9d7a-4519-adc5-7f2b08b09697 HTTP/1.1" 200 1498 0.002433 10.0.0.254 - - [2025-10-02 01:48:21] "GET /routing-instance/e470afd8-9d7a-4519-adc5-7f2b08b09697 HTTP/1.1" 200 1498 0.002335 10.0.0.254 - - [2025-10-02 01:48:21] "GET /route-target/cedcc468-a7ae-4447-9424-5d27dbe31dd6 HTTP/1.1" 200 1222 0.002069 10.0.0.254 - - [2025-10-02 01:48:21] "GET /domains HTTP/1.1" 200 281 0.001832 10.0.0.254 - - [2025-10-02 01:48:21] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000724 10.0.0.254 - - [2025-10-02 01:48:21] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2593 0.005454 10.0.0.254 - - [2025-10-02 01:48:21] "GET /projects?obj_uuids=d8f4baba-8af9-453a-87f9-f0ab70c25284&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000705 10.0.0.254 - - [2025-10-02 01:48:21] "GET /project/d8f4baba-8af9-453a-87f9-f0ab70c25284 HTTP/1.1" 200 2174 0.067494 10.0.0.254 - - [2025-10-02 01:48:21] "GET /virtual-network/daa2b2cb-d214-4e73-8c0b-94c566168fea HTTP/1.1" 200 2340 0.004258 10.0.0.254 - - [2025-10-02 01:48:22] "GET /obj-perms HTTP/1.1" 200 5071 0.039948 10.0.0.254 - - [2025-10-02 01:48:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.001186 10.0.0.254 - - [2025-10-02 01:48:23] "POST /neutron/network HTTP/1.1" 200 847 0.005378 10.0.0.254 - - [2025-10-02 01:48:23] "GET /aaa-mode HTTP/1.1" 401 293 0.000363 10.0.0.254 - - [2025-10-02 01:48:23] "GET / HTTP/1.1" 200 36215 0.001298 10.0.0.254 - - [2025-10-02 01:48:23] "GET /project/d8f4baba-8af9-453a-87f9-f0ab70c25284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000340 10.0.0.254 - - [2025-10-02 01:48:24] "GET /projects?obj_uuids=d8f4baba-8af9-453a-87f9-f0ab70c25284&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000886 10.0.0.254 - - [2025-10-02 01:48:24] "GET /project/d8f4baba-8af9-453a-87f9-f0ab70c25284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041788 10.0.0.254 - - [2025-10-02 01:48:24] "POST /neutron/network HTTP/1.1" 200 837 0.022012 10.0.0.254 - - [2025-10-02 01:48:25] "POST /neutron/port HTTP/1.1" 200 117 0.004664 10.0.0.254 - - [2025-10-02 01:48:25] "POST /neutron/port HTTP/1.1" 200 117 0.004389 10.0.0.254 - - [2025-10-02 01:48:25] "POST /neutron/port HTTP/1.1" 200 117 0.004322 10.0.0.254 - - [2025-10-02 01:48:25] "POST /neutron/network HTTP/1.1" 200 847 0.004922 10.0.0.254 - - [2025-10-02 01:48:25] "GET /projects?obj_uuids=d8f4baba-8af9-453a-87f9-f0ab70c25284&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000890 10.0.0.254 - - [2025-10-02 01:48:26] "POST /neutron/port HTTP/1.1" 200 1069 0.196172 10.0.0.254 - - [2025-10-02 01:48:26] "POST /neutron/port HTTP/1.1" 200 1069 0.026149 10.0.0.254 - - [2025-10-02 01:48:26] "POST /neutron/port HTTP/1.1" 200 1069 0.006866 10.0.0.254 - - [2025-10-02 01:48:26] "POST /neutron/port HTTP/1.1" 200 1123 0.058157 10.0.0.254 - - [2025-10-02 01:48:26] "POST /neutron/port HTTP/1.1" 200 1097 0.009409 10.0.0.254 - - [2025-10-02 01:48:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002672 10.0.0.254 - - [2025-10-02 01:48:26] "POST /neutron/subnet HTTP/1.1" 200 689 0.006004 10.0.0.254 - - [2025-10-02 01:48:26] "POST /neutron/port HTTP/1.1" 200 117 0.000992 10.0.0.254 - - [2025-10-02 01:48:26] "POST /neutron/network HTTP/1.1" 200 837 0.005651 10.0.0.254 - - [2025-10-02 01:48:30] "POST /neutron/port HTTP/1.1" 200 1097 0.010628 10.0.0.254 - - [2025-10-02 01:48:30] "POST /neutron/security_group HTTP/1.1" 200 2069 0.004750 10.0.0.254 - - [2025-10-02 01:48:30] "GET /obj-perms HTTP/1.1" 200 5071 0.002424 10.0.0.254 - - [2025-10-02 01:48:31] "GET /obj-perms HTTP/1.1" 200 5071 0.003225 10.0.0.254 - - [2025-10-02 01:48:32] "GET /obj-perms HTTP/1.1" 200 5071 0.003031 10.0.0.254 - - [2025-10-02 01:48:33] "GET /obj-perms HTTP/1.1" 200 5071 0.003351 10.0.0.254 - - [2025-10-02 01:48:34] "GET /obj-perms HTTP/1.1" 200 5071 0.002996 10.0.0.254 - - [2025-10-02 01:48:35] "POST /neutron/network HTTP/1.1" 200 837 0.005625 10.0.0.254 - - [2025-10-02 01:48:35] "POST /neutron/network HTTP/1.1" 400 204 0.009123 10.0.0.254 - - [2025-10-02 01:48:35] "POST /neutron/port HTTP/1.1" 200 1097 0.009784 10.0.0.254 - - [2025-10-02 01:48:35] "POST /neutron/port HTTP/1.1" 200 1123 0.006110 10.0.0.254 - - [2025-10-02 01:48:35] "POST /neutron/port HTTP/1.1" 200 151 0.079500 10.0.0.254 - - [2025-10-02 01:48:37] "DELETE /project/d8f4baba8af9453a87f9f0ab70c25284 HTTP/1.1" 404 173 0.019558 10.0.0.254 - - [2025-10-02 01:48:37] "DELETE /project/1f0485b349044d6da289ec5e2fdf831d HTTP/1.1" 404 173 0.029251 10.0.0.254 - - [2025-10-02 01:48:37] "POST /neutron/network HTTP/1.1" 200 837 0.005280 10.0.0.254 - - [2025-10-02 01:48:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.254 - - [2025-10-02 01:48:37] "DELETE /route-target/cedcc468-a7ae-4447-9424-5d27dbe31dd6 HTTP/1.1" 200 115 0.013439 10.0.0.254 - - [2025-10-02 01:48:37] "POST /useragent-kv HTTP/1.1" 200 115 0.024121 10.0.0.254 - - [2025-10-02 01:48:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001954 10.0.0.254 - - [2025-10-02 01:48:37] "POST /neutron/network HTTP/1.1" 200 151 0.095915 10.0.0.254 - - [2025-10-02 01:48:37] "GET /routing-instance/e470afd8-9d7a-4519-adc5-7f2b08b09697 HTTP/1.1" 404 171 0.002666 10.0.0.254 - - [2025-10-02 01:48:37] "GET /domains HTTP/1.1" 200 281 0.002352 10.0.0.254 - - [2025-10-02 01:48:37] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001049 10.0.0.254 - - [2025-10-02 01:48:37] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2593 0.049974 10.0.0.254 - - [2025-10-02 01:48:37] "GET /projects?obj_uuids=d8f4baba-8af9-453a-87f9-f0ab70c25284&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001100 10.0.0.254 - - [2025-10-02 01:48:37] "GET /project/d8f4baba-8af9-453a-87f9-f0ab70c25284 HTTP/1.1" 200 1923 0.065916 10.0.0.254 - - [2025-10-02 01:48:37] "GET /projects?obj_uuids=d8f4baba-8af9-453a-87f9-f0ab70c25284&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000818 10.0.0.254 - - [2025-10-02 01:48:37] "GET /project/d8f4baba-8af9-453a-87f9-f0ab70c25284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.022039 10.0.0.254 - - [2025-10-02 01:48:37] "GET /projects?obj_uuids=d8f4baba-8af9-453a-87f9-f0ab70c25284&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001093 10.0.0.254 - - [2025-10-02 01:48:37] "GET /project/d8f4baba-8af9-453a-87f9-f0ab70c25284?fields=virtual_networks HTTP/1.1" 200 1056 0.064085 10.0.0.254 - - [2025-10-02 01:48:37] "GET /projects?obj_uuids=d8f4baba-8af9-453a-87f9-f0ab70c25284&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000882 10.0.0.254 - - [2025-10-02 01:48:37] "GET /project/d8f4baba-8af9-453a-87f9-f0ab70c25284?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.023344 10.0.0.254 - - [2025-10-02 01:48:38] "GET /projects?obj_uuids=d8f4baba-8af9-453a-87f9-f0ab70c25284&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000921 10.0.0.254 - - [2025-10-02 01:48:38] "GET /project/d8f4baba-8af9-453a-87f9-f0ab70c25284?fields=security_groups HTTP/1.1" 200 1294 0.024356 10.0.0.254 - - [2025-10-02 01:48:38] "GET /projects?obj_uuids=1f0485b3-4904-4d6d-a289-ec5e2fdf831d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001273 10.0.0.254 - - [2025-10-02 01:48:38] "GET /project/1f0485b3-4904-4d6d-a289-ec5e2fdf831d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.023311 10.0.0.254 - - [2025-10-02 01:48:41] "GET /projects?obj_uuids=1f0485b3-4904-4d6d-a289-ec5e2fdf831d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001098 10.0.0.254 - - [2025-10-02 01:48:41] "GET /project/1f0485b3-4904-4d6d-a289-ec5e2fdf831d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.035563 10.0.0.254 - - [2025-10-02 01:48:42] "GET /obj-perms HTTP/1.1" 200 5075 0.037060 10.0.0.254 - - [2025-10-02 01:48:42] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003152 10.0.0.254 - - [2025-10-02 01:48:42] "GET /obj-perms HTTP/1.1" 200 5075 0.045976 10.0.0.254 - - [2025-10-02 01:48:42] "POST /fqname-to-id HTTP/1.1" 404 200 0.019745 10.0.0.254 - - [2025-10-02 01:48:42] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002003 10.0.0.254 - - [2025-10-02 01:48:42] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.254 - - [2025-10-02 01:48:42] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.051138 10.0.0.254 - - [2025-10-02 01:48:42] "POST /id-to-fqname HTTP/1.1" 200 202 0.002343 10.0.0.254 - - [2025-10-02 01:48:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.003245 10.0.0.254 - - [2025-10-02 01:48:42] "POST /security-groups HTTP/1.1" 200 603 0.064668 10.0.0.254 - - [2025-10-02 01:48:42] "POST /fqname-to-id HTTP/1.1" 404 246 0.021390 10.0.0.254 - - [2025-10-02 01:48:42] "POST /projects HTTP/1.1" 200 609 0.233845 10.0.0.254 - - [2025-10-02 01:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.297731 10.0.0.254 - - [2025-10-02 01:48:43] "POST /access-control-lists HTTP/1.1" 200 610 0.057228 10.0.0.254 - - [2025-10-02 01:48:43] "POST /fqname-to-id HTTP/1.1" 404 245 0.002100 10.0.0.254 - - [2025-10-02 01:48:43] "GET /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.449696 10.0.0.254 - - [2025-10-02 01:48:43] "POST /access-control-lists HTTP/1.1" 200 608 0.056903 10.0.0.254 - - [2025-10-02 01:48:44] "GET / HTTP/1.1" 200 36215 0.001764 10.0.0.254 - - [2025-10-02 01:48:44] "GET /projects?obj_uuids=1f0485b3-4904-4d6d-a289-ec5e2fdf831d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000960 10.0.0.254 - - [2025-10-02 01:48:44] "GET /project/1f0485b3-4904-4d6d-a289-ec5e2fdf831d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.023527 10.0.0.254 - - [2025-10-02 01:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.254 - - [2025-10-02 01:48:45] "GET /security-group/471faeb2-0914-4bff-a086-9cdaac4ebc05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.003902 10.0.0.254 - - [2025-10-02 01:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002416 10.0.0.254 - - [2025-10-02 01:48:45] "GET /projects?obj_uuids=1f0485b3-4904-4d6d-a289-ec5e2fdf831d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001127 10.0.0.254 - - [2025-10-02 01:48:45] "GET /project/1f0485b3-4904-4d6d-a289-ec5e2fdf831d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.033664 10.0.0.254 - - [2025-10-02 01:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002459 10.0.0.254 - - [2025-10-02 01:48:45] "GET /security-group/471faeb2-0914-4bff-a086-9cdaac4ebc05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.003499 10.0.0.254 - - [2025-10-02 01:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.254 - - [2025-10-02 01:48:45] "PUT /security-group/471faeb2-0914-4bff-a086-9cdaac4ebc05 HTTP/1.1" 200 263 0.011679 10.0.0.254 - - [2025-10-02 01:48:45] "PUT /access-control-list/be9c5cd3-554e-4ac8-b17c-d604437544f4 HTTP/1.1" 200 273 0.007016 10.0.0.254 - - [2025-10-02 01:48:45] "PUT /access-control-list/1343fbd8-6d6a-4d52-b896-dbfeca608e3f HTTP/1.1" 200 273 0.008417 10.0.0.254 - - [2025-10-02 01:48:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000426 10.0.0.254 - - [2025-10-02 01:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.043236 10.0.0.254 - - [2025-10-02 01:48:45] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000804 10.0.0.254 - - [2025-10-02 01:48:46] "GET /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.022892 10.0.0.254 - - [2025-10-02 01:48:46] "POST /neutron/network HTTP/1.1" 200 117 0.024036 10.0.0.254 - - [2025-10-02 01:48:46] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000826 10.0.0.254 - - [2025-10-02 01:48:46] "POST /neutron/network HTTP/1.1" 200 619 0.057892 10.0.0.254 - - [2025-10-02 01:48:46] "POST /route-targets HTTP/1.1" 200 328 0.008081 10.0.0.254 - - [2025-10-02 01:48:46] "POST /ref-update HTTP/1.1" 200 156 0.012031 10.0.0.254 - - [2025-10-02 01:48:46] "POST /useragent-kv HTTP/1.1" 200 115 0.005469 10.0.0.254 - - [2025-10-02 01:48:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.156959 10.0.0.254 - - [2025-10-02 01:48:46] "POST /neutron/network HTTP/1.1" 200 839 0.004385 10.0.0.254 - - [2025-10-02 01:48:46] "POST /id-to-fqname HTTP/1.1" 200 233 0.000901 10.0.0.254 - - [2025-10-02 01:48:46] "GET /virtual-network/4a22efd9-3d30-4c5f-b749-71bfcbdd68e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004157 10.0.0.254 - - [2025-10-02 01:48:46] "POST /neutron/network HTTP/1.1" 200 839 0.004896 10.0.0.254 - - [2025-10-02 01:48:46] "GET /virtual-network/4a22efd9-3d30-4c5f-b749-71bfcbdd68e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004273 10.0.0.254 - - [2025-10-02 01:48:46] "POST /neutron/network HTTP/1.1" 200 839 0.004990 10.0.0.254 - - [2025-10-02 01:48:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.005836 10.0.0.254 - - [2025-10-02 01:48:46] "GET /domains HTTP/1.1" 401 293 0.000304 10.0.0.254 - - [2025-10-02 01:48:46] "GET /domains HTTP/1.1" 200 281 0.023066 10.0.0.254 - - [2025-10-02 01:48:46] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000827 10.0.0.254 - - [2025-10-02 01:48:46] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2792 0.007211 10.0.0.254 - - [2025-10-02 01:48:46] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000725 10.0.0.254 - - [2025-10-02 01:48:46] "GET /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c HTTP/1.1" 200 2180 0.077925 10.0.0.254 - - [2025-10-02 01:48:46] "GET /virtual-network/4a22efd9-3d30-4c5f-b749-71bfcbdd68e7 HTTP/1.1" 200 2346 0.005902 10.0.0.254 - - [2025-10-02 01:48:46] "GET /virtual-network/4a22efd9-3d30-4c5f-b749-71bfcbdd68e7 HTTP/1.1" 200 2346 0.004236 10.0.0.254 - - [2025-10-02 01:48:46] "GET /routing-instance/1eb4423d-35fb-4fa8-b542-e4b60fb70f49 HTTP/1.1" 200 1494 0.002728 10.0.0.254 - - [2025-10-02 01:48:46] "GET /routing-instance/1eb4423d-35fb-4fa8-b542-e4b60fb70f49 HTTP/1.1" 200 1494 0.002540 10.0.0.254 - - [2025-10-02 01:48:46] "GET /route-target/6c8e5400-a11e-4366-b024-fb58fe2ba007 HTTP/1.1" 200 1220 0.002537 10.0.0.254 - - [2025-10-02 01:48:46] "GET /virtual-network/4a22efd9-3d30-4c5f-b749-71bfcbdd68e7 HTTP/1.1" 200 2346 0.003701 10.0.0.254 - - [2025-10-02 01:48:46] "GET /routing-instance/1eb4423d-35fb-4fa8-b542-e4b60fb70f49 HTTP/1.1" 200 1494 0.003229 10.0.0.254 - - [2025-10-02 01:48:46] "GET /virtual-network/4a22efd9-3d30-4c5f-b749-71bfcbdd68e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004357 10.0.0.254 - - [2025-10-02 01:48:46] "GET /virtual-network/4a22efd9-3d30-4c5f-b749-71bfcbdd68e7 HTTP/1.1" 200 2346 0.003742 10.0.0.254 - - [2025-10-02 01:48:46] "GET /routing-instance/1eb4423d-35fb-4fa8-b542-e4b60fb70f49 HTTP/1.1" 200 1494 0.003281 10.0.0.254 - - [2025-10-02 01:48:46] "GET /routing-instance/1eb4423d-35fb-4fa8-b542-e4b60fb70f49 HTTP/1.1" 200 1494 0.003064 10.0.0.254 - - [2025-10-02 01:48:47] "GET /route-target/6c8e5400-a11e-4366-b024-fb58fe2ba007 HTTP/1.1" 200 1220 0.002415 10.0.0.254 - - [2025-10-02 01:48:47] "GET /domains HTTP/1.1" 200 281 0.002733 10.0.0.254 - - [2025-10-02 01:48:47] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000844 10.0.0.254 - - [2025-10-02 01:48:47] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2792 0.006053 10.0.0.254 - - [2025-10-02 01:48:47] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000747 10.0.0.254 - - [2025-10-02 01:48:47] "GET /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c HTTP/1.1" 200 2180 0.065163 10.0.0.254 - - [2025-10-02 01:48:47] "GET /virtual-network/4a22efd9-3d30-4c5f-b749-71bfcbdd68e7 HTTP/1.1" 200 2346 0.004405 10.0.0.254 - - [2025-10-02 01:48:47] "GET /obj-perms HTTP/1.1" 200 5073 0.036906 10.0.0.254 - - [2025-10-02 01:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002406 10.0.0.254 - - [2025-10-02 01:48:47] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000781 10.0.0.254 - - [2025-10-02 01:48:47] "GET /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.020270 10.0.0.254 - - [2025-10-02 01:48:47] "POST /neutron/network HTTP/1.1" 200 117 0.007111 10.0.0.254 - - [2025-10-02 01:48:47] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001709 10.0.0.254 - - [2025-10-02 01:48:47] "POST /neutron/network HTTP/1.1" 200 619 0.059348 10.0.0.254 - - [2025-10-02 01:48:47] "POST /route-targets HTTP/1.1" 200 328 0.009650 10.0.0.254 - - [2025-10-02 01:48:47] "POST /ref-update HTTP/1.1" 200 156 0.010329 10.0.0.254 - - [2025-10-02 01:48:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002734 10.0.0.254 - - [2025-10-02 01:48:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.162814 10.0.0.254 - - [2025-10-02 01:48:47] "POST /neutron/network HTTP/1.1" 200 839 0.004086 10.0.0.254 - - [2025-10-02 01:48:47] "POST /id-to-fqname HTTP/1.1" 200 233 0.000876 10.0.0.254 - - [2025-10-02 01:48:47] "GET /virtual-network/738e440c-811c-4a9c-b404-f38c7d116e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.003861 10.0.0.254 - - [2025-10-02 01:48:47] "POST /neutron/network HTTP/1.1" 200 839 0.004307 10.0.0.254 - - [2025-10-02 01:48:47] "GET /virtual-network/738e440c-811c-4a9c-b404-f38c7d116e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.003705 10.0.0.254 - - [2025-10-02 01:48:47] "POST /neutron/network HTTP/1.1" 200 839 0.004651 10.0.0.254 - - [2025-10-02 01:48:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.005270 10.0.0.254 - - [2025-10-02 01:48:47] "GET /domains HTTP/1.1" 200 281 0.001716 10.0.0.254 - - [2025-10-02 01:48:47] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000830 10.0.0.254 - - [2025-10-02 01:48:47] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2792 0.005214 10.0.0.254 - - [2025-10-02 01:48:47] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000791 10.0.0.254 - - [2025-10-02 01:48:48] "GET /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c HTTP/1.1" 200 2409 0.064503 10.0.0.254 - - [2025-10-02 01:48:48] "GET /virtual-network/738e440c-811c-4a9c-b404-f38c7d116e49 HTTP/1.1" 200 2346 0.005008 10.0.0.254 - - [2025-10-02 01:48:48] "GET /virtual-network/738e440c-811c-4a9c-b404-f38c7d116e49 HTTP/1.1" 200 2346 0.003888 10.0.0.254 - - [2025-10-02 01:48:48] "GET /routing-instance/ee851abb-fc4f-4f09-832f-02212a492250 HTTP/1.1" 200 1494 0.002613 10.0.0.254 - - [2025-10-02 01:48:48] "GET /routing-instance/ee851abb-fc4f-4f09-832f-02212a492250 HTTP/1.1" 200 1494 0.002318 10.0.0.254 - - [2025-10-02 01:48:48] "GET /route-target/b4f5143c-bf85-44e8-81dc-92a89af504c8 HTTP/1.1" 200 1220 0.002130 10.0.0.254 - - [2025-10-02 01:48:48] "GET /virtual-network/738e440c-811c-4a9c-b404-f38c7d116e49 HTTP/1.1" 200 2346 0.003960 10.0.0.254 - - [2025-10-02 01:48:48] "GET /routing-instance/ee851abb-fc4f-4f09-832f-02212a492250 HTTP/1.1" 200 1494 0.002723 10.0.0.254 - - [2025-10-02 01:48:48] "GET /virtual-network/738e440c-811c-4a9c-b404-f38c7d116e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.003861 10.0.0.254 - - [2025-10-02 01:48:48] "GET /virtual-network/738e440c-811c-4a9c-b404-f38c7d116e49 HTTP/1.1" 200 2346 0.003910 10.0.0.254 - - [2025-10-02 01:48:48] "GET /routing-instance/ee851abb-fc4f-4f09-832f-02212a492250 HTTP/1.1" 200 1494 0.002559 10.0.0.254 - - [2025-10-02 01:48:48] "GET /routing-instance/ee851abb-fc4f-4f09-832f-02212a492250 HTTP/1.1" 200 1494 0.002477 10.0.0.254 - - [2025-10-02 01:48:48] "GET /route-target/b4f5143c-bf85-44e8-81dc-92a89af504c8 HTTP/1.1" 200 1220 0.002189 10.0.0.254 - - [2025-10-02 01:48:48] "GET /domains HTTP/1.1" 200 281 0.001986 10.0.0.254 - - [2025-10-02 01:48:48] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000767 10.0.0.254 - - [2025-10-02 01:48:48] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2792 0.005548 10.0.0.254 - - [2025-10-02 01:48:48] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000733 10.0.0.254 - - [2025-10-02 01:48:48] "GET /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c HTTP/1.1" 200 2409 0.064699 10.0.0.254 - - [2025-10-02 01:48:48] "GET /virtual-network/738e440c-811c-4a9c-b404-f38c7d116e49 HTTP/1.1" 200 2346 0.003983 10.0.0.254 - - [2025-10-02 01:48:48] "GET /obj-perms HTTP/1.1" 200 5073 0.002424 10.0.0.254 - - [2025-10-02 01:48:48] "POST /id-to-fqname HTTP/1.1" 200 233 0.000998 10.0.0.254 - - [2025-10-02 01:48:48] "POST /neutron/network HTTP/1.1" 200 849 0.005042 10.0.0.254 - - [2025-10-02 01:48:48] "GET /aaa-mode HTTP/1.1" 401 293 0.000318 10.0.0.254 - - [2025-10-02 01:48:48] "GET / HTTP/1.1" 200 36215 0.001332 10.0.0.254 - - [2025-10-02 01:48:48] "GET /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000317 10.0.0.254 - - [2025-10-02 01:48:48] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000962 10.0.0.254 - - [2025-10-02 01:48:49] "GET /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.040527 10.0.0.254 - - [2025-10-02 01:48:49] "POST /neutron/network HTTP/1.1" 200 839 0.004383 10.0.0.254 - - [2025-10-02 01:48:49] "POST /neutron/port HTTP/1.1" 200 117 0.004670 10.0.0.254 - - [2025-10-02 01:48:49] "POST /neutron/port HTTP/1.1" 200 117 0.004251 10.0.0.254 - - [2025-10-02 01:48:49] "POST /id-to-fqname HTTP/1.1" 200 233 0.001432 10.0.0.254 - - [2025-10-02 01:48:49] "POST /neutron/port HTTP/1.1" 200 117 0.004410 10.0.0.254 - - [2025-10-02 01:48:49] "POST /neutron/network HTTP/1.1" 200 849 0.004781 10.0.0.254 - - [2025-10-02 01:48:49] "GET /aaa-mode HTTP/1.1" 401 293 0.000314 10.0.0.254 - - [2025-10-02 01:48:49] "POST /neutron/network HTTP/1.1" 200 849 0.004844 10.0.0.254 - - [2025-10-02 01:48:49] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000818 10.0.0.254 - - [2025-10-02 01:48:49] "GET / HTTP/1.1" 200 36215 0.001411 10.0.0.254 - - [2025-10-02 01:48:49] "GET /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000324 10.0.0.254 - - [2025-10-02 01:48:49] "POST /neutron/port HTTP/1.1" 200 1073 0.175797 10.0.0.254 - - [2025-10-02 01:48:49] "POST /neutron/port HTTP/1.1" 200 1073 0.006649 10.0.0.254 - - [2025-10-02 01:48:49] "POST /neutron/port HTTP/1.1" 200 1073 0.006418 10.0.0.254 - - [2025-10-02 01:48:49] "POST /neutron/port HTTP/1.1" 200 1127 0.055149 10.0.0.254 - - [2025-10-02 01:48:49] "POST /neutron/port HTTP/1.1" 200 1101 0.009245 10.0.0.254 - - [2025-10-02 01:48:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002429 10.0.0.254 - - [2025-10-02 01:48:49] "POST /neutron/subnet HTTP/1.1" 200 703 0.005186 10.0.0.254 - - [2025-10-02 01:48:49] "POST /neutron/port HTTP/1.1" 200 117 0.000816 10.0.0.254 - - [2025-10-02 01:48:49] "POST /neutron/network HTTP/1.1" 200 839 0.003786 10.0.0.254 - - [2025-10-02 01:48:49] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001178 10.0.0.254 - - [2025-10-02 01:48:49] "GET /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.054091 10.0.0.254 - - [2025-10-02 01:48:50] "POST /neutron/network HTTP/1.1" 200 839 0.004661 10.0.0.254 - - [2025-10-02 01:48:50] "POST /neutron/port HTTP/1.1" 200 1101 0.016778 10.0.0.254 - - [2025-10-02 01:48:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005810 10.0.0.254 - - [2025-10-02 01:48:50] "POST /neutron/port HTTP/1.1" 200 117 0.004188 10.0.0.254 - - [2025-10-02 01:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002052 10.0.0.254 - - [2025-10-02 01:48:50] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000802 10.0.0.254 - - [2025-10-02 01:48:50] "GET /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.050319 10.0.0.254 - - [2025-10-02 01:48:50] "GET /virtual-network/4a22efd9-3d30-4c5f-b749-71bfcbdd68e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004703 10.0.0.254 - - [2025-10-02 01:48:50] "GET /floating-ip-pools?parent_id=4a22efd9-3d30-4c5f-b749-71bfcbdd68e7&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003222 10.0.0.254 - - [2025-10-02 01:48:50] "GET /virtual-network/4a22efd9-3d30-4c5f-b749-71bfcbdd68e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005330 10.0.0.254 - - [2025-10-02 01:48:50] "POST /neutron/network HTTP/1.1" 200 849 0.007766 10.0.0.254 - - [2025-10-02 01:48:50] "POST /floating-ip-pools HTTP/1.1" 200 611 0.028891 10.0.0.254 - - [2025-10-02 01:48:50] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000950 10.0.0.254 - - [2025-10-02 01:48:50] "POST /ref-update HTTP/1.1" 200 156 0.029817 10.0.0.254 - - [2025-10-02 01:48:50] "GET /virtual-network/4a22efd9-3d30-4c5f-b749-71bfcbdd68e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.032224 10.0.0.254 - - [2025-10-02 01:48:50] "GET /domains HTTP/1.1" 200 281 0.004752 10.0.0.254 - - [2025-10-02 01:48:50] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000832 10.0.0.254 - - [2025-10-02 01:48:50] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2792 0.009897 10.0.0.254 - - [2025-10-02 01:48:50] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000755 10.0.0.254 - - [2025-10-02 01:48:50] "GET /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c HTTP/1.1" 200 3254 0.099484 10.0.0.254 - - [2025-10-02 01:48:50] "GET /virtual-network/4a22efd9-3d30-4c5f-b749-71bfcbdd68e7 HTTP/1.1" 200 3161 0.013630 10.0.0.254 - - [2025-10-02 01:48:50] "GET /floating-ip-pool/4e8a2cf6-4b10-4929-a83c-0fbb061408e7 HTTP/1.1" 200 1443 0.006372 10.0.0.254 - - [2025-10-02 01:48:50] "POST /neutron/port HTTP/1.1" 200 1073 0.359137 10.0.0.254 - - [2025-10-02 01:48:50] "GET /domains HTTP/1.1" 200 281 0.008762 10.0.0.254 - - [2025-10-02 01:48:50] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000830 10.0.0.254 - - [2025-10-02 01:48:50] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2792 0.007324 10.0.0.254 - - [2025-10-02 01:48:50] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001327 10.0.0.254 - - [2025-10-02 01:48:50] "POST /neutron/port HTTP/1.1" 200 1073 0.016667 10.0.0.254 - - [2025-10-02 01:48:50] "POST /neutron/port HTTP/1.1" 200 1073 0.011821 10.0.0.254 - - [2025-10-02 01:48:50] "GET /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c HTTP/1.1" 200 3254 0.108580 10.0.0.254 - - [2025-10-02 01:48:50] "GET /virtual-network/4a22efd9-3d30-4c5f-b749-71bfcbdd68e7 HTTP/1.1" 200 3161 0.011680 10.0.0.254 - - [2025-10-02 01:48:51] "GET /virtual-network/4a22efd9-3d30-4c5f-b749-71bfcbdd68e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.014763 10.0.0.254 - - [2025-10-02 01:48:51] "POST /neutron/port HTTP/1.1" 200 1127 0.117634 10.0.0.254 - - [2025-10-02 01:48:51] "POST /neutron/port HTTP/1.1" 200 1101 0.018063 10.0.0.254 - - [2025-10-02 01:48:51] "POST /neutron/port HTTP/1.1" 200 1101 0.012909 10.0.0.254 - - [2025-10-02 01:48:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003085 10.0.0.254 - - [2025-10-02 01:48:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011999 10.0.0.254 - - [2025-10-02 01:48:51] "POST /neutron/subnet HTTP/1.1" 200 703 0.011805 10.0.0.254 - - [2025-10-02 01:48:51] "POST /neutron/port HTTP/1.1" 200 117 0.001208 10.0.0.254 - - [2025-10-02 01:48:51] "POST /neutron/network HTTP/1.1" 200 839 0.007158 10.0.0.254 - - [2025-10-02 01:48:51] "POST /neutron/port HTTP/1.1" 200 1101 0.010686 10.0.0.254 - - [2025-10-02 01:48:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005774 10.0.0.254 - - [2025-10-02 01:48:51] "POST /neutron/port HTTP/1.1" 200 1101 0.010354 10.0.0.254 - - [2025-10-02 01:48:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004904 10.0.0.254 - - [2025-10-02 01:48:51] "GET /virtual-machine/c5405ae1-8e75-4104-8c20-bea78566cf7d HTTP/1.1" 200 1307 0.003291 10.0.0.254 - - [2025-10-02 01:48:51] "GET /virtual-machine-interface/9013fa36-83f8-499c-8d00-a078a0c99996 HTTP/1.1" 200 3011 0.005302 10.0.0.254 - - [2025-10-02 01:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002231 10.0.0.254 - - [2025-10-02 01:48:51] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003297 10.0.0.254 - - [2025-10-02 01:48:51] "GET /virtual-networks?parent_id=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.004929 10.0.0.254 - - [2025-10-02 01:48:51] "GET /virtual-network/738e440c-811c-4a9c-b404-f38c7d116e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004867 10.0.0.254 - - [2025-10-02 01:48:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.254 - - [2025-10-02 01:48:54] "GET /virtual-network/738e440c-811c-4a9c-b404-f38c7d116e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.003980 10.0.0.254 - - [2025-10-02 01:48:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.254 - - [2025-10-02 01:48:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.254 - - [2025-10-02 01:48:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000530 10.0.0.254 - - [2025-10-02 01:48:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000426 10.0.0.254 - - [2025-10-02 01:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.254 - - [2025-10-02 01:48:58] "GET /virtual-network/738e440c-811c-4a9c-b404-f38c7d116e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.003960 10.0.0.254 - - [2025-10-02 01:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.254 - - [2025-10-02 01:49:00] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002503 10.0.0.254 - - [2025-10-02 01:49:00] "GET /virtual-networks?parent_id=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002482 10.0.0.254 - - [2025-10-02 01:49:00] "GET /virtual-network/738e440c-811c-4a9c-b404-f38c7d116e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004454 10.0.0.254 - - [2025-10-02 01:49:00] "POST /neutron/port HTTP/1.1" 200 1101 0.009458 10.0.0.254 - - [2025-10-02 01:49:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005122 10.0.0.254 - - [2025-10-02 01:49:01] "POST /neutron/port HTTP/1.1" 200 1101 0.031049 10.0.0.254 - - [2025-10-02 01:49:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004466 10.0.0.254 - - [2025-10-02 01:49:01] "POST /neutron/port HTTP/1.1" 200 1101 0.010599 10.0.0.254 - - [2025-10-02 01:49:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005259 10.0.0.254 - - [2025-10-02 01:49:05] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001284 10.0.0.254 - - [2025-10-02 01:49:06] "POST /neutron/floatingip HTTP/1.1" 200 531 0.053765 10.0.0.254 - - [2025-10-02 01:49:06] "POST /neutron/port HTTP/1.1" 200 1101 0.009670 10.0.0.254 - - [2025-10-02 01:49:06] "POST /neutron/floatingip HTTP/1.1" 200 531 0.003935 10.0.0.254 - - [2025-10-02 01:49:06] "POST /neutron/floatingip HTTP/1.1" 200 579 0.022729 10.0.0.254 - - [2025-10-02 01:49:06] "POST /neutron/port HTTP/1.1" 200 1101 0.010046 10.0.0.254 - - [2025-10-02 01:49:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004503 10.0.0.254 - - [2025-10-02 01:49:06] "POST /neutron/port HTTP/1.1" 200 1101 0.008883 10.0.0.254 - - [2025-10-02 01:49:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004359 10.0.0.254 - - [2025-10-02 01:49:06] "POST /neutron/port HTTP/1.1" 200 1101 0.009646 10.0.0.254 - - [2025-10-02 01:49:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004425 10.0.0.254 - - [2025-10-02 01:49:06] "GET /virtual-machine/d15994fb-6df9-4ae3-b1c0-3470cbcafb74 HTTP/1.1" 200 1307 0.003220 10.0.0.254 - - [2025-10-02 01:49:06] "GET /virtual-machine-interface/6253818f-f012-41da-960a-eb8ae47849c1 HTTP/1.1" 200 3010 0.004018 10.0.0.254 - - [2025-10-02 01:49:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001848 10.0.0.254 - - [2025-10-02 01:49:06] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002165 10.0.0.254 - - [2025-10-02 01:49:06] "GET /virtual-networks?parent_id=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002381 10.0.0.254 - - [2025-10-02 01:49:06] "GET /virtual-network/4a22efd9-3d30-4c5f-b749-71bfcbdd68e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004451 10.0.0.254 - - [2025-10-02 01:49:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.254 - - [2025-10-02 01:49:07] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002407 10.0.0.254 - - [2025-10-02 01:49:07] "GET /virtual-networks?parent_id=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002486 10.0.0.254 - - [2025-10-02 01:49:07] "GET /virtual-network/4a22efd9-3d30-4c5f-b749-71bfcbdd68e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004858 10.0.0.254 - - [2025-10-02 01:49:07] "POST /neutron/floatingip HTTP/1.1" 200 579 0.007573 10.0.0.254 - - [2025-10-02 01:49:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.001827 10.0.0.254 - - [2025-10-02 01:49:07] "GET /routing-instance/1eb4423d-35fb-4fa8-b542-e4b60fb70f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.002445 10.0.0.254 - - [2025-10-02 01:49:07] "GET /route-target/6c8e5400-a11e-4366-b024-fb58fe2ba007?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002840 10.0.0.254 - - [2025-10-02 01:49:07] "GET /floating-ip/1beebe41-5bfb-49b5-87a5-33a69a83f6b9 HTTP/1.1" 200 1893 0.004357 10.0.0.254 - - [2025-10-02 01:49:10] "POST /neutron/floatingip HTTP/1.1" 200 579 0.007436 10.0.0.254 - - [2025-10-02 01:49:10] "POST /neutron/floatingip HTTP/1.1" 200 531 0.017103 10.0.0.254 - - [2025-10-02 01:49:10] "POST /neutron/floatingip HTTP/1.1" 200 531 0.004529 10.0.0.254 - - [2025-10-02 01:49:10] "POST /neutron/floatingip HTTP/1.1" 200 115 0.027881 10.0.0.254 - - [2025-10-02 01:49:10] "GET /floating-ip-pool/4e8a2cf6-4b10-4929-a83c-0fbb061408e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.002519 10.0.0.254 - - [2025-10-02 01:49:10] "POST /ref-update HTTP/1.1" 200 156 0.006175 10.0.0.254 - - [2025-10-02 01:49:10] "DELETE /floating-ip-pool/4e8a2cf6-4b10-4929-a83c-0fbb061408e7 HTTP/1.1" 200 115 0.018840 10.0.0.254 - - [2025-10-02 01:49:10] "POST /neutron/network HTTP/1.1" 200 839 0.006479 10.0.0.254 - - [2025-10-02 01:49:10] "POST /neutron/network HTTP/1.1" 400 204 0.008450 10.0.0.254 - - [2025-10-02 01:49:11] "POST /neutron/port HTTP/1.1" 200 1101 0.009166 10.0.0.254 - - [2025-10-02 01:49:11] "POST /neutron/port HTTP/1.1" 200 1127 0.009022 10.0.0.254 - - [2025-10-02 01:49:11] "POST /neutron/port HTTP/1.1" 200 1101 0.013054 10.0.0.254 - - [2025-10-02 01:49:11] "POST /neutron/port HTTP/1.1" 200 1127 0.009537 10.0.0.254 - - [2025-10-02 01:49:11] "POST /neutron/port HTTP/1.1" 200 151 0.118350 10.0.0.254 - - [2025-10-02 01:49:11] "POST /neutron/port HTTP/1.1" 200 151 0.117523 10.0.0.254 - - [2025-10-02 01:49:12] "POST /neutron/network HTTP/1.1" 200 839 0.004706 10.0.0.254 - - [2025-10-02 01:49:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001984 10.0.0.254 - - [2025-10-02 01:49:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002254 10.0.0.254 - - [2025-10-02 01:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002566 10.0.0.254 - - [2025-10-02 01:49:12] "POST /neutron/network HTTP/1.1" 200 151 0.069773 10.0.0.254 - - [2025-10-02 01:49:12] "GET /routing-instance/ee851abb-fc4f-4f09-832f-02212a492250 HTTP/1.1" 404 171 0.001635 10.0.0.254 - - [2025-10-02 01:49:12] "GET /domains HTTP/1.1" 200 281 0.003583 10.0.0.254 - - [2025-10-02 01:49:12] "DELETE /route-target/b4f5143c-bf85-44e8-81dc-92a89af504c8 HTTP/1.1" 200 115 0.017201 10.0.0.254 - - [2025-10-02 01:49:12] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000804 10.0.0.254 - - [2025-10-02 01:49:12] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2792 0.048046 10.0.0.254 - - [2025-10-02 01:49:12] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000822 10.0.0.254 - - [2025-10-02 01:49:13] "GET /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c HTTP/1.1" 200 2180 0.064650 10.0.0.254 - - [2025-10-02 01:49:13] "POST /neutron/network HTTP/1.1" 200 839 0.004593 10.0.0.254 - - [2025-10-02 01:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.254 - - [2025-10-02 01:49:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001510 10.0.0.254 - - [2025-10-02 01:49:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002376 10.0.0.254 - - [2025-10-02 01:49:13] "POST /neutron/network HTTP/1.1" 200 151 0.070859 10.0.0.254 - - [2025-10-02 01:49:13] "DELETE /route-target/6c8e5400-a11e-4366-b024-fb58fe2ba007 HTTP/1.1" 200 115 0.016376 10.0.0.254 - - [2025-10-02 01:49:13] "GET /routing-instance/1eb4423d-35fb-4fa8-b542-e4b60fb70f49 HTTP/1.1" 404 171 0.003818 10.0.0.254 - - [2025-10-02 01:49:13] "GET /domains HTTP/1.1" 200 281 0.002047 10.0.0.254 - - [2025-10-02 01:49:13] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000708 10.0.0.254 - - [2025-10-02 01:49:13] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2792 0.047276 10.0.0.254 - - [2025-10-02 01:49:13] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000786 10.0.0.254 - - [2025-10-02 01:49:13] "GET /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c HTTP/1.1" 200 1929 0.065022 10.0.0.254 - - [2025-10-02 01:49:13] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000906 10.0.0.254 - - [2025-10-02 01:49:13] "GET /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.022760 10.0.0.254 - - [2025-10-02 01:49:13] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000850 10.0.0.254 - - [2025-10-02 01:49:13] "GET /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c?fields=virtual_networks HTTP/1.1" 200 1058 0.060875 10.0.0.254 - - [2025-10-02 01:49:13] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000874 10.0.0.254 - - [2025-10-02 01:49:13] "GET /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.020947 10.0.0.254 - - [2025-10-02 01:49:13] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000915 10.0.0.254 - - [2025-10-02 01:49:13] "GET /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c?fields=security_groups HTTP/1.1" 200 1297 0.020871 10.0.0.254 - - [2025-10-02 01:49:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.019598 10.0.0.254 - - [2025-10-02 01:49:14] "GET /projects?obj_uuids=cb6307a3-647b-46b7-8916-0d361e86c89c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002161 10.0.0.254 - - [2025-10-02 01:49:14] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000819 10.0.0.254 - - [2025-10-02 01:49:14] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005876 10.0.0.254 - - [2025-10-02 01:49:14] "POST /id-to-fqname HTTP/1.1" 200 185 0.001035 10.0.0.254 - - [2025-10-02 01:49:14] "POST /fqname-to-id HTTP/1.1" 404 194 0.002503 10.0.0.254 - - [2025-10-02 01:49:14] "POST /security-groups HTTP/1.1" 200 586 0.056256 10.0.0.254 - - [2025-10-02 01:49:14] "POST /fqname-to-id HTTP/1.1" 404 229 0.002022 10.0.0.254 - - [2025-10-02 01:49:14] "POST /projects HTTP/1.1" 200 575 0.208087 10.0.0.254 - - [2025-10-02 01:49:14] "POST /access-control-lists HTTP/1.1" 200 593 0.054919 10.0.0.254 - - [2025-10-02 01:49:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.271626 10.0.0.254 - - [2025-10-02 01:49:14] "POST /fqname-to-id HTTP/1.1" 404 228 0.002088 10.0.0.254 - - [2025-10-02 01:49:14] "GET /project/cb6307a3-647b-46b7-8916-0d361e86c89c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.392225 10.0.0.254 - - [2025-10-02 01:49:14] "POST /access-control-lists HTTP/1.1" 200 591 0.060580 10.0.0.254 - - [2025-10-02 01:49:15] "GET / HTTP/1.1" 200 36215 0.001665 10.0.0.254 - - [2025-10-02 01:49:16] "GET /projects?obj_uuids=cb6307a3-647b-46b7-8916-0d361e86c89c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000878 10.0.0.254 - - [2025-10-02 01:49:16] "GET /project/cb6307a3-647b-46b7-8916-0d361e86c89c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.050515 10.0.0.254 - - [2025-10-02 01:49:16] "GET /projects?obj_uuids=cb6307a3-647b-46b7-8916-0d361e86c89c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000895 10.0.0.254 - - [2025-10-02 01:49:16] "GET /project/cb6307a3-647b-46b7-8916-0d361e86c89c?fields=virtual_networks HTTP/1.1" 200 1023 0.023202 10.0.0.254 - - [2025-10-02 01:49:16] "GET /projects?obj_uuids=cb6307a3-647b-46b7-8916-0d361e86c89c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000865 10.0.0.254 - - [2025-10-02 01:49:17] "GET /project/cb6307a3-647b-46b7-8916-0d361e86c89c?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.023119 10.0.0.254 - - [2025-10-02 01:49:17] "GET /projects?obj_uuids=cb6307a3-647b-46b7-8916-0d361e86c89c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000894 10.0.0.254 - - [2025-10-02 01:49:17] "GET /project/cb6307a3-647b-46b7-8916-0d361e86c89c?fields=security_groups HTTP/1.1" 200 1245 0.022758 10.0.0.254 - - [2025-10-02 01:49:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.018862 10.0.0.254 - - [2025-10-02 01:49:17] "GET /projects?obj_uuids=3b976851-05fe-4de2-ad1e-428ded0ce94e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001996 10.0.0.254 - - [2025-10-02 01:49:17] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000831 10.0.0.254 - - [2025-10-02 01:49:17] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006488 10.0.0.254 - - [2025-10-02 01:49:17] "POST /id-to-fqname HTTP/1.1" 200 185 0.001013 10.0.0.254 - - [2025-10-02 01:49:17] "POST /fqname-to-id HTTP/1.1" 404 194 0.002916 10.0.0.254 - - [2025-10-02 01:49:18] "POST /security-groups HTTP/1.1" 200 586 0.056229 10.0.0.254 - - [2025-10-02 01:49:18] "POST /fqname-to-id HTTP/1.1" 404 229 0.002082 10.0.0.254 - - [2025-10-02 01:49:18] "POST /projects HTTP/1.1" 200 575 0.187948 10.0.0.254 - - [2025-10-02 01:49:18] "POST /access-control-lists HTTP/1.1" 200 593 0.057219 10.0.0.254 - - [2025-10-02 01:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.250478 10.0.0.254 - - [2025-10-02 01:49:18] "POST /fqname-to-id HTTP/1.1" 404 228 0.002468 10.0.0.254 - - [2025-10-02 01:49:18] "GET /project/3b976851-05fe-4de2-ad1e-428ded0ce94e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.357081 10.0.0.254 - - [2025-10-02 01:49:18] "POST /access-control-lists HTTP/1.1" 200 591 0.056407 10.0.0.254 - - [2025-10-02 01:49:19] "GET / HTTP/1.1" 200 36215 0.001683 10.0.0.254 - - [2025-10-02 01:49:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.002386 10.0.0.254 - - [2025-10-02 01:49:19] "GET /projects?obj_uuids=1f0485b3-4904-4d6d-a289-ec5e2fdf831d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001018 10.0.0.254 - - [2025-10-02 01:49:19] "POST /fqname-to-id HTTP/1.1" 404 228 0.003163 10.0.0.254 - - [2025-10-02 01:49:19] "POST /access-control-lists HTTP/1.1" 200 592 0.010965 10.0.0.254 - - [2025-10-02 01:49:19] "POST /fqname-to-id HTTP/1.1" 404 227 0.002074 10.0.0.254 - - [2025-10-02 01:49:19] "POST /access-control-lists HTTP/1.1" 200 590 0.014498 10.0.0.254 - - [2025-10-02 01:49:19] "PUT /access-control-list/5f65fbe3-f6cc-4354-bb81-146fbecd32e9 HTTP/1.1" 200 273 0.007538 10.0.0.254 - - [2025-10-02 01:49:19] "PUT /access-control-list/9c1ad4b7-7c09-40e7-b9ab-d05056f890e5 HTTP/1.1" 200 273 0.008104 10.0.0.254 - - [2025-10-02 01:49:19] "POST /neutron/security_group HTTP/1.1" 200 1364 0.354201 10.0.0.254 - - [2025-10-02 01:49:19] "PUT /access-control-list/9c1ad4b7-7c09-40e7-b9ab-d05056f890e5 HTTP/1.1" 200 273 0.010212 10.0.0.254 - - [2025-10-02 01:49:19] "GET /projects?obj_uuids=1f0485b3-4904-4d6d-a289-ec5e2fdf831d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001267 10.0.0.254 - - [2025-10-02 01:49:20] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.023085 10.0.0.254 - - [2025-10-02 01:49:20] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007587 10.0.0.254 - - [2025-10-02 01:49:20] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.095765 10.0.0.254 - - [2025-10-02 01:49:20] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012819 10.0.0.254 - - [2025-10-02 01:49:20] "PUT /access-control-list/9c1ad4b7-7c09-40e7-b9ab-d05056f890e5 HTTP/1.1" 200 273 0.011972 10.0.0.254 - - [2025-10-02 01:49:20] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.159853 10.0.0.254 - - [2025-10-02 01:49:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.006156 10.0.0.254 - - [2025-10-02 01:49:20] "PUT /access-control-list/9c1ad4b7-7c09-40e7-b9ab-d05056f890e5 HTTP/1.1" 200 273 0.016315 10.0.0.254 - - [2025-10-02 01:49:20] "GET /projects?obj_uuids=1f0485b3-4904-4d6d-a289-ec5e2fdf831d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000980 10.0.0.254 - - [2025-10-02 01:49:20] "POST /fqname-to-id HTTP/1.1" 404 228 0.002057 10.0.0.254 - - [2025-10-02 01:49:20] "POST /access-control-lists HTTP/1.1" 200 592 0.013128 10.0.0.254 - - [2025-10-02 01:49:20] "POST /fqname-to-id HTTP/1.1" 404 227 0.002370 10.0.0.254 - - [2025-10-02 01:49:20] "POST /access-control-lists HTTP/1.1" 200 590 0.014940 10.0.0.254 - - [2025-10-02 01:49:20] "PUT /access-control-list/b72e6988-dbdb-4440-8fe2-6ee7a4331f93 HTTP/1.1" 200 273 0.007607 10.0.0.254 - - [2025-10-02 01:49:20] "PUT /access-control-list/fa9f0c2b-8272-4633-a090-39132ce16caf HTTP/1.1" 200 273 0.008880 10.0.0.254 - - [2025-10-02 01:49:20] "POST /neutron/security_group HTTP/1.1" 200 1364 0.307555 10.0.0.254 - - [2025-10-02 01:49:20] "GET /projects?obj_uuids=1f0485b3-4904-4d6d-a289-ec5e2fdf831d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000871 10.0.0.254 - - [2025-10-02 01:49:20] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.029760 10.0.0.254 - - [2025-10-02 01:49:20] "PUT /access-control-list/fa9f0c2b-8272-4633-a090-39132ce16caf HTTP/1.1" 200 273 0.011665 10.0.0.254 - - [2025-10-02 01:49:20] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007907 10.0.0.254 - - [2025-10-02 01:49:20] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.158392 10.0.0.254 - - [2025-10-02 01:49:20] "PUT /access-control-list/fa9f0c2b-8272-4633-a090-39132ce16caf HTTP/1.1" 200 273 0.011376 10.0.0.254 - - [2025-10-02 01:49:20] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010763 10.0.0.254 - - [2025-10-02 01:49:20] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.089093 10.0.0.254 - - [2025-10-02 01:49:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000324 10.0.0.254 - - [2025-10-02 01:49:20] "PUT /access-control-list/fa9f0c2b-8272-4633-a090-39132ce16caf HTTP/1.1" 200 273 0.010496 10.0.0.254 - - [2025-10-02 01:49:21] "POST /fqname-to-id HTTP/1.1" 404 210 0.021858 10.0.0.254 - - [2025-10-02 01:49:21] "GET /projects?obj_uuids=3b976851-05fe-4de2-ad1e-428ded0ce94e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000876 10.0.0.254 - - [2025-10-02 01:49:21] "POST /fqname-to-id HTTP/1.1" 404 245 0.002264 10.0.0.254 - - [2025-10-02 01:49:21] "POST /access-control-lists HTTP/1.1" 200 609 0.013645 10.0.0.254 - - [2025-10-02 01:49:21] "POST /fqname-to-id HTTP/1.1" 404 244 0.002290 10.0.0.254 - - [2025-10-02 01:49:21] "POST /access-control-lists HTTP/1.1" 200 607 0.013483 10.0.0.254 - - [2025-10-02 01:49:21] "PUT /access-control-list/54aeea03-45a7-498d-b91a-24c52cd25cd1 HTTP/1.1" 200 273 0.006906 10.0.0.254 - - [2025-10-02 01:49:21] "PUT /access-control-list/791868bb-b127-40ab-9615-22ed4dab6e69 HTTP/1.1" 200 273 0.007547 10.0.0.254 - - [2025-10-02 01:49:21] "POST /neutron/security_group HTTP/1.1" 200 1379 0.348078 10.0.0.254 - - [2025-10-02 01:49:21] "GET /projects?obj_uuids=3b976851-05fe-4de2-ad1e-428ded0ce94e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000860 10.0.0.254 - - [2025-10-02 01:49:21] "PUT /access-control-list/791868bb-b127-40ab-9615-22ed4dab6e69 HTTP/1.1" 200 273 0.015356 10.0.0.254 - - [2025-10-02 01:49:21] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.031133 10.0.0.254 - - [2025-10-02 01:49:21] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008516 10.0.0.254 - - [2025-10-02 01:49:21] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.103763 10.0.0.254 - - [2025-10-02 01:49:21] "PUT /access-control-list/791868bb-b127-40ab-9615-22ed4dab6e69 HTTP/1.1" 200 273 0.006717 10.0.0.254 - - [2025-10-02 01:49:21] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008422 10.0.0.254 - - [2025-10-02 01:49:21] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.125353 10.0.0.254 - - [2025-10-02 01:49:21] "PUT /access-control-list/791868bb-b127-40ab-9615-22ed4dab6e69 HTTP/1.1" 200 273 0.007967 10.0.0.254 - - [2025-10-02 01:49:21] "POST /fqname-to-id HTTP/1.1" 404 210 0.005208 10.0.0.254 - - [2025-10-02 01:49:21] "GET /projects?obj_uuids=3b976851-05fe-4de2-ad1e-428ded0ce94e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000855 10.0.0.254 - - [2025-10-02 01:49:22] "POST /fqname-to-id HTTP/1.1" 404 245 0.002313 10.0.0.254 - - [2025-10-02 01:49:22] "POST /access-control-lists HTTP/1.1" 200 609 0.011477 10.0.0.254 - - [2025-10-02 01:49:22] "POST /fqname-to-id HTTP/1.1" 404 244 0.002376 10.0.0.254 - - [2025-10-02 01:49:22] "POST /access-control-lists HTTP/1.1" 200 607 0.018034 10.0.0.254 - - [2025-10-02 01:49:22] "PUT /access-control-list/d9c43286-98ca-4263-8c90-1a34f987db49 HTTP/1.1" 200 273 0.006584 10.0.0.254 - - [2025-10-02 01:49:22] "PUT /access-control-list/5f4ff6db-45a5-40d9-9b18-8b4169d572b9 HTTP/1.1" 200 273 0.007285 10.0.0.254 - - [2025-10-02 01:49:22] "POST /neutron/security_group HTTP/1.1" 200 1379 0.324730 10.0.0.254 - - [2025-10-02 01:49:22] "PUT /access-control-list/5f4ff6db-45a5-40d9-9b18-8b4169d572b9 HTTP/1.1" 200 273 0.008634 10.0.0.254 - - [2025-10-02 01:49:22] "GET /projects?obj_uuids=3b976851-05fe-4de2-ad1e-428ded0ce94e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000859 10.0.0.254 - - [2025-10-02 01:49:22] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.021228 10.0.0.254 - - [2025-10-02 01:49:22] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007248 10.0.0.254 - - [2025-10-02 01:49:22] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.124191 10.0.0.254 - - [2025-10-02 01:49:22] "PUT /access-control-list/5f4ff6db-45a5-40d9-9b18-8b4169d572b9 HTTP/1.1" 200 273 0.009877 10.0.0.254 - - [2025-10-02 01:49:22] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012262 10.0.0.254 - - [2025-10-02 01:49:22] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.104982 10.0.0.254 - - [2025-10-02 01:49:22] "PUT /access-control-list/5f4ff6db-45a5-40d9-9b18-8b4169d572b9 HTTP/1.1" 200 273 0.007281 10.0.0.254 - - [2025-10-02 01:49:22] "GET /projects?obj_uuids=1f0485b3-4904-4d6d-a289-ec5e2fdf831d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000914 10.0.0.254 - - [2025-10-02 01:49:22] "POST /neutron/router HTTP/1.1" 200 541 0.036115 10.0.0.254 - - [2025-10-02 01:49:22] "POST /neutron/router HTTP/1.1" 200 541 0.002891 10.0.0.254 - - [2025-10-02 01:49:22] "POST /route-targets HTTP/1.1" 200 328 0.009810 10.0.0.254 - - [2025-10-02 01:49:22] "POST /neutron/router HTTP/1.1" 200 541 0.002550 10.0.0.254 - - [2025-10-02 01:49:22] "PUT /logical-router/25817328-7342-4c35-9d43-37e0f0a2d64a HTTP/1.1" 200 263 0.016811 10.0.0.254 - - [2025-10-02 01:49:22] "POST /neutron/router HTTP/1.1" 200 541 0.003513 10.0.0.254 - - [2025-10-02 01:49:22] "POST /neutron/router HTTP/1.1" 200 541 0.002630 10.0.0.254 - - [2025-10-02 01:49:22] "POST /neutron/router HTTP/1.1" 200 541 0.002593 10.0.0.254 - - [2025-10-02 01:49:22] "POST /neutron/router HTTP/1.1" 200 541 0.002416 10.0.0.254 - - [2025-10-02 01:49:22] "POST /neutron/router HTTP/1.1" 200 541 0.002824 10.0.0.254 - - [2025-10-02 01:49:22] "POST /neutron/router HTTP/1.1" 200 541 0.002815 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002778 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002896 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.003302 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002880 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002804 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002747 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002822 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002584 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002628 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002584 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002594 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002481 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002531 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002511 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002807 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002371 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002436 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002269 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002188 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002400 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002467 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002412 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002571 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002338 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.014610 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002582 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 542 0.012211 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 542 0.002497 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 151 0.031079 10.0.0.254 - - [2025-10-02 01:49:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.254 - - [2025-10-02 01:49:23] "GET /logical-router/25817328-7342-4c35-9d43-37e0f0a2d64a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.001944 10.0.0.254 - - [2025-10-02 01:49:23] "GET /projects?obj_uuids=1f0485b3-4904-4d6d-a289-ec5e2fdf831d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000883 10.0.0.254 - - [2025-10-02 01:49:23] "DELETE /route-target/14f0935c-190e-4386-98c6-196eac02dd17 HTTP/1.1" 200 115 0.017012 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.043267 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002523 10.0.0.254 - - [2025-10-02 01:49:23] "POST /route-targets HTTP/1.1" 200 328 0.012141 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002350 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002471 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002764 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.003282 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.003581 10.0.0.254 - - [2025-10-02 01:49:23] "PUT /logical-router/ee39b1d8-093e-4961-86c4-4af9c5ec1856 HTTP/1.1" 200 263 0.011935 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.007869 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.003088 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002938 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002458 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002673 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002312 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002250 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002341 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002247 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002383 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002381 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002308 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002464 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002201 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002084 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002331 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002606 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002058 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002085 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002768 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.003104 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002168 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002555 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002286 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002504 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002266 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.010660 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002436 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.013880 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 541 0.002711 10.0.0.254 - - [2025-10-02 01:49:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001848 10.0.0.254 - - [2025-10-02 01:49:23] "GET /logical-router/ee39b1d8-093e-4961-86c4-4af9c5ec1856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003392 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 151 0.032856 10.0.0.254 - - [2025-10-02 01:49:23] "DELETE /route-target/0519d6c8-7c6c-4991-b079-0ef9beebbcba HTTP/1.1" 200 115 0.015411 10.0.0.254 - - [2025-10-02 01:49:23] "GET /projects?obj_uuids=3b976851-05fe-4de2-ad1e-428ded0ce94e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000847 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 559 0.041143 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 559 0.002456 10.0.0.254 - - [2025-10-02 01:49:23] "POST /route-targets HTTP/1.1" 200 328 0.009596 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 559 0.002357 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 559 0.002361 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 559 0.002294 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 559 0.002581 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 559 0.002241 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 559 0.002295 10.0.0.254 - - [2025-10-02 01:49:23] "PUT /logical-router/814a7e80-3c0c-4305-a040-ea3cf9d130e3 HTTP/1.1" 200 263 0.016721 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 559 0.008148 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 559 0.002401 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 559 0.002402 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 559 0.002547 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 559 0.002323 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 559 0.002296 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 559 0.002515 10.0.0.254 - - [2025-10-02 01:49:23] "POST /neutron/router HTTP/1.1" 200 559 0.002309 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/router HTTP/1.1" 200 559 0.002185 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/router HTTP/1.1" 200 559 0.002289 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/router HTTP/1.1" 200 559 0.002330 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/router HTTP/1.1" 200 559 0.004070 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/router HTTP/1.1" 200 559 0.002380 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/router HTTP/1.1" 200 559 0.002559 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/router HTTP/1.1" 200 559 0.002321 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/router HTTP/1.1" 200 559 0.002259 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/router HTTP/1.1" 200 559 0.002388 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/router HTTP/1.1" 200 559 0.002279 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/router HTTP/1.1" 200 559 0.002605 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/router HTTP/1.1" 200 559 0.002675 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/router HTTP/1.1" 200 559 0.002583 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/router HTTP/1.1" 200 559 0.002423 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/router HTTP/1.1" 200 559 0.002281 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/router HTTP/1.1" 200 559 0.002121 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/router HTTP/1.1" 200 559 0.002157 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/router HTTP/1.1" 200 559 0.012908 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/router HTTP/1.1" 200 559 0.002777 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/router HTTP/1.1" 200 560 0.013490 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/router HTTP/1.1" 200 560 0.002603 10.0.0.254 - - [2025-10-02 01:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.254 - - [2025-10-02 01:49:24] "GET /logical-router/814a7e80-3c0c-4305-a040-ea3cf9d130e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002203 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/router HTTP/1.1" 200 151 0.034574 10.0.0.254 - - [2025-10-02 01:49:24] "DELETE /route-target/3b10a84d-e4ba-4acb-8187-dfdc327d4b8e HTTP/1.1" 200 115 0.012796 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/security_group HTTP/1.1" 200 521 0.002701 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/security_group HTTP/1.1" 200 151 0.029430 10.0.0.254 - - [2025-10-02 01:49:24] "DELETE /access-control-list/d9c43286-98ca-4263-8c90-1a34f987db49 HTTP/1.1" 200 115 0.018597 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/security_group HTTP/1.1" 200 521 0.003223 10.0.0.254 - - [2025-10-02 01:49:24] "DELETE /access-control-list/5f4ff6db-45a5-40d9-9b18-8b4169d572b9 HTTP/1.1" 200 115 0.039127 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/security_group HTTP/1.1" 200 151 0.078888 10.0.0.254 - - [2025-10-02 01:49:24] "DELETE /access-control-list/54aeea03-45a7-498d-b91a-24c52cd25cd1 HTTP/1.1" 200 115 0.019848 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/security_group HTTP/1.1" 200 506 0.003007 10.0.0.254 - - [2025-10-02 01:49:24] "DELETE /access-control-list/791868bb-b127-40ab-9615-22ed4dab6e69 HTTP/1.1" 200 115 0.020722 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/security_group HTTP/1.1" 200 151 0.031752 10.0.0.254 - - [2025-10-02 01:49:24] "DELETE /access-control-list/b72e6988-dbdb-4440-8fe2-6ee7a4331f93 HTTP/1.1" 200 115 0.023277 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/security_group HTTP/1.1" 200 506 0.003042 10.0.0.254 - - [2025-10-02 01:49:24] "DELETE /access-control-list/fa9f0c2b-8272-4633-a090-39132ce16caf HTTP/1.1" 200 115 0.020719 10.0.0.254 - - [2025-10-02 01:49:24] "DELETE /access-control-list/5f65fbe3-f6cc-4354-bb81-146fbecd32e9 HTTP/1.1" 200 115 0.023437 10.0.0.254 - - [2025-10-02 01:49:24] "POST /neutron/security_group HTTP/1.1" 200 151 0.057452 10.0.0.254 - - [2025-10-02 01:49:24] "DELETE /access-control-list/9c1ad4b7-7c09-40e7-b9ab-d05056f890e5 HTTP/1.1" 200 115 0.019151 10.0.0.254 - - [2025-10-02 01:49:24] "GET /projects?obj_uuids=3b976851-05fe-4de2-ad1e-428ded0ce94e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000882 10.0.0.254 - - [2025-10-02 01:49:24] "GET /project/3b976851-05fe-4de2-ad1e-428ded0ce94e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.021291 10.0.0.254 - - [2025-10-02 01:49:24] "GET /projects?obj_uuids=3b976851-05fe-4de2-ad1e-428ded0ce94e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000828 10.0.0.254 - - [2025-10-02 01:49:24] "GET /project/3b976851-05fe-4de2-ad1e-428ded0ce94e?fields=virtual_networks HTTP/1.1" 200 1023 0.072626 10.0.0.254 - - [2025-10-02 01:49:24] "GET /projects?obj_uuids=3b976851-05fe-4de2-ad1e-428ded0ce94e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000920 10.0.0.254 - - [2025-10-02 01:49:24] "GET /project/3b976851-05fe-4de2-ad1e-428ded0ce94e?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.022517 10.0.0.254 - - [2025-10-02 01:49:24] "GET /projects?obj_uuids=3b976851-05fe-4de2-ad1e-428ded0ce94e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000832 10.0.0.254 - - [2025-10-02 01:49:25] "GET /project/3b976851-05fe-4de2-ad1e-428ded0ce94e?fields=security_groups HTTP/1.1" 200 1245 0.020589 10.0.0.254 - - [2025-10-02 01:49:25] "POST /fqname-to-id HTTP/1.1" 404 184 0.019057 10.0.0.254 - - [2025-10-02 01:49:25] "GET /projects?obj_uuids=98e748bf-3cab-4e85-9774-f1c376daf4a0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002010 10.0.0.254 - - [2025-10-02 01:49:25] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000841 10.0.0.254 - - [2025-10-02 01:49:25] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005278 10.0.0.254 - - [2025-10-02 01:49:25] "POST /id-to-fqname HTTP/1.1" 200 186 0.001682 10.0.0.254 - - [2025-10-02 01:49:25] "POST /fqname-to-id HTTP/1.1" 404 195 0.002387 10.0.0.254 - - [2025-10-02 01:49:25] "POST /security-groups HTTP/1.1" 200 587 0.068369 10.0.0.254 - - [2025-10-02 01:49:25] "POST /fqname-to-id HTTP/1.1" 404 230 0.002635 10.0.0.254 - - [2025-10-02 01:49:26] "POST /projects HTTP/1.1" 200 577 0.205331 10.0.0.254 - - [2025-10-02 01:49:26] "POST /access-control-lists HTTP/1.1" 200 594 0.059947 10.0.0.254 - - [2025-10-02 01:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.267113 10.0.0.254 - - [2025-10-02 01:49:26] "POST /fqname-to-id HTTP/1.1" 404 229 0.002363 10.0.0.254 - - [2025-10-02 01:49:26] "GET /project/98e748bf-3cab-4e85-9774-f1c376daf4a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.375187 10.0.0.254 - - [2025-10-02 01:49:26] "POST /access-control-lists HTTP/1.1" 200 592 0.056617 10.0.0.254 - - [2025-10-02 01:49:27] "GET / HTTP/1.1" 200 36215 0.001689 10.0.0.254 - - [2025-10-02 01:49:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000406 10.0.0.254 - - [2025-10-02 01:49:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.047585 10.0.0.254 - - [2025-10-02 01:49:28] "GET /projects?obj_uuids=98e748bf-3cab-4e85-9774-f1c376daf4a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000848 10.0.0.254 - - [2025-10-02 01:49:28] "GET /project/98e748bf-3cab-4e85-9774-f1c376daf4a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.017549 10.0.0.254 - - [2025-10-02 01:49:28] "POST /neutron/network HTTP/1.1" 200 117 0.023381 10.0.0.254 - - [2025-10-02 01:49:28] "GET /projects?obj_uuids=98e748bf-3cab-4e85-9774-f1c376daf4a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001090 10.0.0.254 - - [2025-10-02 01:49:28] "POST /neutron/network HTTP/1.1" 200 601 0.050687 10.0.0.254 - - [2025-10-02 01:49:28] "POST /route-targets HTTP/1.1" 200 328 0.007766 10.0.0.254 - - [2025-10-02 01:49:28] "POST /ref-update HTTP/1.1" 200 156 0.009884 10.0.0.254 - - [2025-10-02 01:49:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004281 10.0.0.254 - - [2025-10-02 01:49:28] "POST /neutron/subnet HTTP/1.1" 200 725 0.193851 10.0.0.254 - - [2025-10-02 01:49:28] "POST /neutron/network HTTP/1.1" 200 820 0.004238 10.0.0.254 - - [2025-10-02 01:49:28] "POST /id-to-fqname HTTP/1.1" 200 216 0.000936 10.0.0.254 - - [2025-10-02 01:49:28] "GET /virtual-network/0d5a45d4-6e71-46d9-a6d9-1c27f0408b5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.003909 10.0.0.254 - - [2025-10-02 01:49:28] "POST /neutron/network HTTP/1.1" 200 820 0.004830 10.0.0.254 - - [2025-10-02 01:49:28] "GET /virtual-network/0d5a45d4-6e71-46d9-a6d9-1c27f0408b5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.003711 10.0.0.254 - - [2025-10-02 01:49:28] "POST /neutron/network HTTP/1.1" 200 820 0.004535 10.0.0.254 - - [2025-10-02 01:49:28] "POST /neutron/subnet HTTP/1.1" 200 725 0.005000 10.0.0.254 - - [2025-10-02 01:49:28] "POST /fqname-to-id HTTP/1.1" 404 206 0.001860 10.0.0.254 - - [2025-10-02 01:49:28] "GET /virtual-network/0d5a45d4-6e71-46d9-a6d9-1c27f0408b5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004318 10.0.0.254 - - [2025-10-02 01:49:28] "GET /projects?obj_uuids=98e748bf-3cab-4e85-9774-f1c376daf4a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000833 10.0.0.254 - - [2025-10-02 01:49:28] "POST /neutron/port HTTP/1.1" 200 1017 0.162020 10.0.0.254 - - [2025-10-02 01:49:28] "GET /virtual-machine-interface/06d1fc29-57fa-43ce-a414-ba73ecb047e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.004146 10.0.0.254 - - [2025-10-02 01:49:28] "GET /virtual-machine-interface/06d1fc29-57fa-43ce-a414-ba73ecb047e1?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.007475 10.0.0.254 - - [2025-10-02 01:49:28] "GET /instance-ip/416e87b3-5f7d-4b25-bfe6-376720479af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1597 0.003429 10.0.0.254 - - [2025-10-02 01:49:29] "GET /virtual-machine-interface/06d1fc29-57fa-43ce-a414-ba73ecb047e1 HTTP/1.1" 401 293 0.000384 10.0.0.254 - - [2025-10-02 01:49:29] "GET /virtual-machine-interface/06d1fc29-57fa-43ce-a414-ba73ecb047e1 HTTP/1.1" 200 2609 0.022631 10.0.0.254 - - [2025-10-02 01:49:29] "POST /neutron/port HTTP/1.1" 200 1017 0.006012 10.0.0.254 - - [2025-10-02 01:49:29] "POST /neutron/port HTTP/1.1" 200 151 0.050157 10.0.0.254 - - [2025-10-02 01:49:29] "POST /neutron/network HTTP/1.1" 200 820 0.003991 10.0.0.254 - - [2025-10-02 01:49:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002386 10.0.0.254 - - [2025-10-02 01:49:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.254 - - [2025-10-02 01:49:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001431 10.0.0.254 - - [2025-10-02 01:49:29] "POST /neutron/network HTTP/1.1" 200 151 0.083793 10.0.0.254 - - [2025-10-02 01:49:29] "DELETE /route-target/39cc52ac-ec16-407f-983b-2358fbe8d363 HTTP/1.1" 200 115 0.012480 10.0.0.254 - - [2025-10-02 01:49:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002548 10.0.0.254 - - [2025-10-02 01:49:30] "GET /projects?obj_uuids=98e748bf-3cab-4e85-9774-f1c376daf4a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001080 10.0.0.254 - - [2025-10-02 01:49:30] "GET /project/98e748bf-3cab-4e85-9774-f1c376daf4a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.048469 10.0.0.254 - - [2025-10-02 01:49:30] "POST /neutron/network HTTP/1.1" 200 117 0.006305 10.0.0.254 - - [2025-10-02 01:49:30] "GET /projects?obj_uuids=98e748bf-3cab-4e85-9774-f1c376daf4a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000876 10.0.0.254 - - [2025-10-02 01:49:30] "POST /neutron/network HTTP/1.1" 200 603 0.059325 10.0.0.254 - - [2025-10-02 01:49:30] "POST /route-targets HTTP/1.1" 200 328 0.009581 10.0.0.254 - - [2025-10-02 01:49:30] "POST /ref-update HTTP/1.1" 200 156 0.010709 10.0.0.254 - - [2025-10-02 01:49:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002457 10.0.0.254 - - [2025-10-02 01:49:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.190153 10.0.0.254 - - [2025-10-02 01:49:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003593 10.0.0.254 - - [2025-10-02 01:49:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.172971 10.0.0.254 - - [2025-10-02 01:49:30] "POST /neutron/network HTTP/1.1" 200 978 0.006218 10.0.0.254 - - [2025-10-02 01:49:30] "POST /id-to-fqname HTTP/1.1" 200 217 0.000954 10.0.0.254 - - [2025-10-02 01:49:30] "GET /virtual-network/e7a3d51e-8833-4de8-a9e9-91be22f1e15e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.003906 10.0.0.254 - - [2025-10-02 01:49:30] "POST /neutron/network HTTP/1.1" 200 978 0.007351 10.0.0.254 - - [2025-10-02 01:49:30] "GET /virtual-network/e7a3d51e-8833-4de8-a9e9-91be22f1e15e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005203 10.0.0.254 - - [2025-10-02 01:49:30] "POST /neutron/network HTTP/1.1" 200 978 0.007326 10.0.0.254 - - [2025-10-02 01:49:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.006286 10.0.0.254 - - [2025-10-02 01:49:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.006197 10.0.0.254 - - [2025-10-02 01:49:30] "GET /projects?obj_uuids=98e748bf-3cab-4e85-9774-f1c376daf4a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000912 10.0.0.254 - - [2025-10-02 01:49:30] "POST /neutron/port HTTP/1.1" 200 1019 0.129446 10.0.0.254 - - [2025-10-02 01:49:30] "GET /projects?obj_uuids=98e748bf-3cab-4e85-9774-f1c376daf4a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000873 10.0.0.254 - - [2025-10-02 01:49:31] "POST /neutron/port HTTP/1.1" 200 1017 0.134058 10.0.0.254 - - [2025-10-02 01:49:31] "POST /id-to-fqname HTTP/1.1" 200 217 0.001014 10.0.0.254 - - [2025-10-02 01:49:31] "POST /neutron/port HTTP/1.1" 200 1019 0.006203 10.0.0.254 - - [2025-10-02 01:49:31] "POST /neutron/port HTTP/1.1" 200 1019 0.005077 10.0.0.254 - - [2025-10-02 01:49:31] "POST /neutron/network HTTP/1.1" 200 978 0.005157 10.0.0.254 - - [2025-10-02 01:49:31] "POST /neutron/port HTTP/1.1" 200 1019 0.005212 10.0.0.254 - - [2025-10-02 01:49:31] "POST /neutron/port HTTP/1.1" 200 117 0.004335 10.0.0.254 - - [2025-10-02 01:49:31] "POST /neutron/port HTTP/1.1" 200 117 0.004026 10.0.0.254 - - [2025-10-02 01:49:31] "POST /id-to-fqname HTTP/1.1" 200 217 0.001016 10.0.0.254 - - [2025-10-02 01:49:31] "POST /neutron/port HTTP/1.1" 200 117 0.003943 10.0.0.254 - - [2025-10-02 01:49:31] "POST /neutron/port HTTP/1.1" 200 1017 0.005944 10.0.0.254 - - [2025-10-02 01:49:31] "POST /neutron/port HTTP/1.1" 200 1017 0.005545 10.0.0.254 - - [2025-10-02 01:49:31] "POST /neutron/network HTTP/1.1" 200 978 0.005357 10.0.0.254 - - [2025-10-02 01:49:31] "POST /neutron/port HTTP/1.1" 200 1017 0.005158 10.0.0.254 - - [2025-10-02 01:49:31] "POST /neutron/port HTTP/1.1" 200 117 0.005382 10.0.0.254 - - [2025-10-02 01:49:31] "POST /neutron/port HTTP/1.1" 200 1019 0.008276 10.0.0.254 - - [2025-10-02 01:49:31] "POST /neutron/port HTTP/1.1" 200 1017 0.004851 10.0.0.254 - - [2025-10-02 01:49:31] "POST /neutron/port HTTP/1.1" 200 117 0.003181 10.0.0.254 - - [2025-10-02 01:49:31] "POST /neutron/port HTTP/1.1" 200 117 0.005033 10.0.0.254 - - [2025-10-02 01:49:32] "POST /neutron/port HTTP/1.1" 200 1019 0.007554 10.0.0.254 - - [2025-10-02 01:49:32] "POST /neutron/port HTTP/1.1" 200 1017 0.005960 10.0.0.254 - - [2025-10-02 01:49:32] "POST /neutron/network HTTP/1.1" 200 988 0.006744 10.0.0.254 - - [2025-10-02 01:49:32] "POST /neutron/network HTTP/1.1" 200 988 0.005175 10.0.0.254 - - [2025-10-02 01:49:32] "POST /neutron/port HTTP/1.1" 200 1017 0.008328 10.0.0.254 - - [2025-10-02 01:49:32] "POST /neutron/port HTTP/1.1" 200 1019 0.009388 10.0.0.254 - - [2025-10-02 01:49:32] "POST /neutron/port HTTP/1.1" 200 1017 0.008131 10.0.0.254 - - [2025-10-02 01:49:32] "POST /neutron/port HTTP/1.1" 200 1019 0.008004 10.0.0.254 - - [2025-10-02 01:49:32] "POST /neutron/port HTTP/1.1" 200 1109 0.084264 10.0.0.254 - - [2025-10-02 01:49:32] "POST /neutron/port HTTP/1.1" 200 1111 0.083468 10.0.0.254 - - [2025-10-02 01:49:32] "POST /neutron/port HTTP/1.1" 200 1083 0.013370 10.0.0.254 - - [2025-10-02 01:49:32] "POST /neutron/port HTTP/1.1" 200 1085 0.010719 10.0.0.254 - - [2025-10-02 01:49:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002884 10.0.0.254 - - [2025-10-02 01:49:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002751 10.0.0.254 - - [2025-10-02 01:49:32] "POST /neutron/subnet HTTP/1.1" 200 694 0.006911 10.0.0.254 - - [2025-10-02 01:49:32] "POST /neutron/subnet HTTP/1.1" 200 703 0.006273 10.0.0.254 - - [2025-10-02 01:49:32] "POST /neutron/port HTTP/1.1" 200 117 0.000879 10.0.0.254 - - [2025-10-02 01:49:32] "POST /neutron/port HTTP/1.1" 200 117 0.000845 10.0.0.254 - - [2025-10-02 01:49:32] "POST /neutron/network HTTP/1.1" 200 978 0.007804 10.0.0.254 - - [2025-10-02 01:49:32] "POST /neutron/network HTTP/1.1" 200 978 0.006610 10.0.0.254 - - [2025-10-02 01:49:36] "POST /neutron/port HTTP/1.1" 200 1085 0.009547 10.0.0.254 - - [2025-10-02 01:49:36] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004796 10.0.0.254 - - [2025-10-02 01:49:36] "POST /neutron/port HTTP/1.1" 200 1085 0.009862 10.0.0.254 - - [2025-10-02 01:49:36] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005111 10.0.0.254 - - [2025-10-02 01:49:36] "POST /neutron/port HTTP/1.1" 200 1085 0.010736 10.0.0.254 - - [2025-10-02 01:49:36] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004430 10.0.0.254 - - [2025-10-02 01:49:36] "GET /virtual-machine/27c5124e-fef4-4c10-9bc8-3057517d9c34 HTTP/1.1" 200 1286 0.003720 10.0.0.254 - - [2025-10-02 01:49:36] "GET /virtual-machine-interface/8b308b0d-119f-4453-b66d-8d8ded785cb0 HTTP/1.1" 200 2931 0.003934 10.0.0.254 - - [2025-10-02 01:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002170 10.0.0.254 - - [2025-10-02 01:49:36] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002352 10.0.0.254 - - [2025-10-02 01:49:37] "GET /virtual-networks?parent_id=98e748bf-3cab-4e85-9774-f1c376daf4a0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002572 10.0.0.254 - - [2025-10-02 01:49:37] "GET /virtual-network/e7a3d51e-8833-4de8-a9e9-91be22f1e15e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.004880 10.0.0.254 - - [2025-10-02 01:49:37] "DELETE /project/9fea0b0ef8164443b68c2ed9968c5d8c HTTP/1.1" 404 173 0.014838 10.0.0.254 - - [2025-10-02 01:49:37] "DELETE /project/3b97685105fe4de2ad1e428ded0ce94e HTTP/1.1" 404 173 0.011116 10.0.0.254 - - [2025-10-02 01:49:37] "DELETE /project/cb6307a3647b46b789160d361e86c89c HTTP/1.1" 404 173 0.004333 10.0.0.254 - - [2025-10-02 01:49:37] "DELETE /project/98e748bf3cab4e859774f1c376daf4a0 HTTP/1.1" 404 173 0.009047 10.0.0.254 - - [2025-10-02 01:49:37] "GET /projects?obj_uuids=d8f4baba-8af9-453a-87f9-f0ab70c25284&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000820 10.0.0.254 - - [2025-10-02 01:49:37] "GET /projects?obj_uuids=cb6307a3-647b-46b7-8916-0d361e86c89c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000821 10.0.0.254 - - [2025-10-02 01:49:37] "GET /projects?obj_uuids=3b976851-05fe-4de2-ad1e-428ded0ce94e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000718 10.0.0.254 - - [2025-10-02 01:49:37] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000738 10.0.0.254 - - [2025-10-02 01:49:37] "GET /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.047448 10.0.0.254 - - [2025-10-02 01:49:37] "GET /project/cb6307a3-647b-46b7-8916-0d361e86c89c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.056174 10.0.0.254 - - [2025-10-02 01:49:37] "GET /project/3b976851-05fe-4de2-ad1e-428ded0ce94e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.058299 10.0.0.254 - - [2025-10-02 01:49:37] "GET /project/d8f4baba-8af9-453a-87f9-f0ab70c25284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.070119 10.0.0.254 - - [2025-10-02 01:49:37] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000789 10.0.0.254 - - [2025-10-02 01:49:37] "GET /projects?obj_uuids=d8f4baba-8af9-453a-87f9-f0ab70c25284&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000736 10.0.0.254 - - [2025-10-02 01:49:37] "GET /projects?obj_uuids=3b976851-05fe-4de2-ad1e-428ded0ce94e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000674 10.0.0.254 - - [2025-10-02 01:49:37] "GET /projects?obj_uuids=cb6307a3-647b-46b7-8916-0d361e86c89c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000739 10.0.0.254 - - [2025-10-02 01:49:37] "GET /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c?fields=security_groups HTTP/1.1" 200 1399 0.044462 10.0.0.254 - - [2025-10-02 01:49:37] "GET /project/3b976851-05fe-4de2-ad1e-428ded0ce94e?fields=security_groups HTTP/1.1" 200 1347 0.044260 10.0.0.254 - - [2025-10-02 01:49:37] "GET /project/cb6307a3-647b-46b7-8916-0d361e86c89c?fields=security_groups HTTP/1.1" 200 1347 0.049725 10.0.0.254 - - [2025-10-02 01:49:37] "GET /project/d8f4baba-8af9-453a-87f9-f0ab70c25284?fields=security_groups HTTP/1.1" 200 1396 0.050464 10.0.0.254 - - [2025-10-02 01:49:37] "DELETE /security-group/5006b716-5c90-445d-893b-de5cd2ecc98b HTTP/1.1" 200 115 0.080514 10.0.0.254 - - [2025-10-02 01:49:37] "DELETE /security-group/51ff4bb8-f781-438a-a69d-8ae931ce23c2 HTTP/1.1" 200 115 0.091909 10.0.0.254 - - [2025-10-02 01:49:37] "GET /projects?obj_uuids=cb6307a3-647b-46b7-8916-0d361e86c89c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000902 10.0.0.254 - - [2025-10-02 01:49:37] "GET /projects?obj_uuids=9fea0b0e-f816-4443-b68c-2ed9968c5d8c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001107 10.0.0.254 - - [2025-10-02 01:49:37] "DELETE /security-group/a3bf3b31-62dd-42ee-b283-e971e36798dd HTTP/1.1" 200 115 0.132938 10.0.0.254 - - [2025-10-02 01:49:37] "GET /projects?obj_uuids=3b976851-05fe-4de2-ad1e-428ded0ce94e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000901 10.0.0.254 - - [2025-10-02 01:49:37] "DELETE /access-control-list/8b80df5a-c0cc-4281-b01a-3b1f9c0c3374 HTTP/1.1" 200 115 0.085755 10.0.0.254 - - [2025-10-02 01:49:37] "DELETE /security-group/aaa1d139-8e44-4fe4-ba0f-4b380513a6d5 HTTP/1.1" 200 115 0.141038 10.0.0.254 - - [2025-10-02 01:49:37] "GET /project/cb6307a3-647b-46b7-8916-0d361e86c89c?fields=application_policy_sets HTTP/1.1" 200 1386 0.076352 10.0.0.254 - - [2025-10-02 01:49:37] "GET /projects?obj_uuids=d8f4baba-8af9-453a-87f9-f0ab70c25284&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000995 10.0.0.254 - - [2025-10-02 01:49:37] "GET /project/3b976851-05fe-4de2-ad1e-428ded0ce94e?fields=application_policy_sets HTTP/1.1" 200 1386 0.054579 10.0.0.254 - - [2025-10-02 01:49:37] "GET /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c?fields=application_policy_sets HTTP/1.1" 200 1438 0.101823 10.0.0.254 - - [2025-10-02 01:49:37] "DELETE /access-control-list/2ed51759-a5f0-44ff-9c79-c9aaeaa28255 HTTP/1.1" 200 115 0.058609 10.0.0.254 - - [2025-10-02 01:49:37] "GET /project/d8f4baba-8af9-453a-87f9-f0ab70c25284?fields=application_policy_sets HTTP/1.1" 200 1435 0.094157 10.0.0.254 - - [2025-10-02 01:49:37] "DELETE /access-control-list/038d4e1b-3b95-4099-87a2-c0d70086312b HTTP/1.1" 200 115 0.038347 10.0.0.254 - - [2025-10-02 01:49:37] "DELETE /access-control-list/ec3245cd-d45e-4a01-9726-89a8a51d18bb HTTP/1.1" 200 115 0.052428 10.0.0.254 - - [2025-10-02 01:49:37] "DELETE /access-control-list/de0a7424-6c18-4d88-a4ee-4e4d851b49e5 HTTP/1.1" 200 115 0.032934 10.0.0.254 - - [2025-10-02 01:49:37] "DELETE /project/cb6307a3-647b-46b7-8916-0d361e86c89c HTTP/1.1" 200 115 0.559849 10.0.0.254 - - [2025-10-02 01:49:37] "DELETE /access-control-list/8fb66687-4e10-457f-b95e-f70880180480 HTTP/1.1" 200 115 0.044485 10.0.0.254 - - [2025-10-02 01:49:37] "DELETE /project/3b976851-05fe-4de2-ad1e-428ded0ce94e HTTP/1.1" 200 115 0.585112 10.0.0.254 - - [2025-10-02 01:49:37] "DELETE /project/9fea0b0e-f816-4443-b68c-2ed9968c5d8c HTTP/1.1" 200 115 0.588165 10.0.0.254 - - [2025-10-02 01:49:37] "DELETE /access-control-list/eb89e8a0-4251-4cae-9cb6-ee50a6b2147d HTTP/1.1" 200 115 0.026984 10.0.0.254 - - [2025-10-02 01:49:37] "DELETE /project/d8f4baba-8af9-453a-87f9-f0ab70c25284 HTTP/1.1" 200 115 0.620510 10.0.0.254 - - [2025-10-02 01:49:37] "DELETE /access-control-list/5d80af73-6273-4c46-9fa0-54542d59970c HTTP/1.1" 200 115 0.033114 10.0.0.254 - - [2025-10-02 01:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002479 10.0.0.254 - - [2025-10-02 01:49:40] "GET /virtual-network/e7a3d51e-8833-4de8-a9e9-91be22f1e15e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.003914 10.0.0.254 - - [2025-10-02 01:49:40] "POST /neutron/port HTTP/1.1" 200 1083 0.010188 10.0.0.254 - - [2025-10-02 01:49:40] "POST /neutron/security_group HTTP/1.1" 200 2054 0.003842 10.0.0.254 - - [2025-10-02 01:49:40] "POST /neutron/port HTTP/1.1" 200 1085 0.011396 10.0.0.254 - - [2025-10-02 01:49:40] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004042 10.0.0.254 - - [2025-10-02 01:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002454 10.0.0.254 - - [2025-10-02 01:49:42] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002346 10.0.0.254 - - [2025-10-02 01:49:42] "GET /virtual-networks?parent_id=98e748bf-3cab-4e85-9774-f1c376daf4a0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002332 10.0.0.254 - - [2025-10-02 01:49:42] "GET /virtual-network/e7a3d51e-8833-4de8-a9e9-91be22f1e15e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.004554 10.0.0.254 - - [2025-10-02 01:49:42] "POST /neutron/port HTTP/1.1" 200 1083 0.008768 10.0.0.254 - - [2025-10-02 01:49:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004144 10.0.0.254 - - [2025-10-02 01:49:42] "POST /neutron/port HTTP/1.1" 200 1083 0.007939 10.0.0.254 - - [2025-10-02 01:49:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004035 10.0.0.254 - - [2025-10-02 01:49:42] "POST /neutron/port HTTP/1.1" 200 1083 0.011450 10.0.0.254 - - [2025-10-02 01:49:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004062 10.0.0.254 - - [2025-10-02 01:49:42] "GET /obj-perms HTTP/1.1" 200 5075 0.036175 10.0.0.254 - - [2025-10-02 01:49:42] "GET /virtual-machine/f9634864-2f92-41e0-80ed-fae476bd76af HTTP/1.1" 200 1286 0.003409 10.0.0.254 - - [2025-10-02 01:49:42] "GET /virtual-machine-interface/d83918a1-41a4-4469-942d-6c12431ee2af HTTP/1.1" 200 2931 0.003748 10.0.0.254 - - [2025-10-02 01:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.001729 10.0.0.254 - - [2025-10-02 01:49:42] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002062 10.0.0.254 - - [2025-10-02 01:49:42] "GET /virtual-networks?parent_id=98e748bf-3cab-4e85-9774-f1c376daf4a0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002325 10.0.0.254 - - [2025-10-02 01:49:42] "GET /virtual-network/e7a3d51e-8833-4de8-a9e9-91be22f1e15e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.004379 10.0.0.254 - - [2025-10-02 01:49:43] "GET /obj-perms HTTP/1.1" 200 5075 0.035884 10.0.0.254 - - [2025-10-02 01:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002496 10.0.0.254 - - [2025-10-02 01:49:44] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002495 10.0.0.254 - - [2025-10-02 01:49:44] "GET /virtual-networks?parent_id=98e748bf-3cab-4e85-9774-f1c376daf4a0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002376 10.0.0.254 - - [2025-10-02 01:49:44] "GET /virtual-network/e7a3d51e-8833-4de8-a9e9-91be22f1e15e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.004545 10.0.0.254 - - [2025-10-02 01:49:47] "POST /neutron/port HTTP/1.1" 200 1109 0.010523 10.0.0.254 - - [2025-10-02 01:49:47] "POST /neutron/port HTTP/1.1" 200 1109 0.008018 10.0.0.254 - - [2025-10-02 01:49:47] "POST /neutron/port HTTP/1.1" 200 151 0.077434 10.0.0.254 - - [2025-10-02 01:49:47] "POST /neutron/port HTTP/1.1" 200 1111 0.011560 10.0.0.254 - - [2025-10-02 01:49:47] "POST /neutron/port HTTP/1.1" 200 1111 0.007544 10.0.0.254 - - [2025-10-02 01:49:47] "POST /neutron/port HTTP/1.1" 200 151 0.119675 10.0.0.254 - - [2025-10-02 01:49:47] "POST /neutron/network HTTP/1.1" 200 978 0.006738 10.0.0.254 - - [2025-10-02 01:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.254 - - [2025-10-02 01:49:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001771 10.0.0.254 - - [2025-10-02 01:49:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001560 10.0.0.254 - - [2025-10-02 01:49:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001391 10.0.0.254 - - [2025-10-02 01:49:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003023 10.0.0.254 - - [2025-10-02 01:49:47] "DELETE /route-target/35ede3d3-2a61-4ae1-9bab-1b1e00e14fc1 HTTP/1.1" 200 115 0.025785 10.0.0.254 - - [2025-10-02 01:49:47] "POST /neutron/network HTTP/1.1" 200 151 0.106494 10.0.0.254 - - [2025-10-02 01:49:47] "POST /neutron/port HTTP/1.1" 200 117 0.003896 10.0.0.254 - - [2025-10-02 01:49:47] "POST /neutron/port HTTP/1.1" 400 205 0.002083 10.0.0.254 - - [2025-10-02 01:49:48] "GET /projects?obj_uuids=98e748bf-3cab-4e85-9774-f1c376daf4a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000873 10.0.0.254 - - [2025-10-02 01:49:48] "GET /project/98e748bf-3cab-4e85-9774-f1c376daf4a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.025010 10.0.0.254 - - [2025-10-02 01:49:48] "GET /projects?obj_uuids=98e748bf-3cab-4e85-9774-f1c376daf4a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000871 10.0.0.254 - - [2025-10-02 01:49:48] "GET /project/98e748bf-3cab-4e85-9774-f1c376daf4a0?fields=virtual_networks HTTP/1.1" 200 1026 0.065862 10.0.0.254 - - [2025-10-02 01:49:48] "GET /projects?obj_uuids=98e748bf-3cab-4e85-9774-f1c376daf4a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000888 10.0.0.254 - - [2025-10-02 01:49:48] "GET /project/98e748bf-3cab-4e85-9774-f1c376daf4a0?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.022637 10.0.0.254 - - [2025-10-02 01:49:48] "GET /projects?obj_uuids=98e748bf-3cab-4e85-9774-f1c376daf4a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000875 10.0.0.254 - - [2025-10-02 01:49:48] "GET /project/98e748bf-3cab-4e85-9774-f1c376daf4a0?fields=security_groups HTTP/1.1" 200 1249 0.020621 10.0.0.254 - - [2025-10-02 01:49:49] "POST /fqname-to-id HTTP/1.1" 404 186 0.024137 10.0.0.254 - - [2025-10-02 01:49:49] "GET /projects?obj_uuids=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002107 10.0.0.254 - - [2025-10-02 01:49:49] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.254 - - [2025-10-02 01:49:49] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005651 10.0.0.254 - - [2025-10-02 01:49:49] "POST /id-to-fqname HTTP/1.1" 200 188 0.003139 10.0.0.254 - - [2025-10-02 01:49:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.001767 10.0.0.254 - - [2025-10-02 01:49:49] "POST /security-groups HTTP/1.1" 200 589 0.060027 10.0.0.254 - - [2025-10-02 01:49:49] "POST /fqname-to-id HTTP/1.1" 404 232 0.002139 10.0.0.254 - - [2025-10-02 01:49:49] "POST /projects HTTP/1.1" 200 581 0.208494 10.0.0.254 - - [2025-10-02 01:49:49] "POST /access-control-lists HTTP/1.1" 200 596 0.058094 10.0.0.254 - - [2025-10-02 01:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.276543 10.0.0.254 - - [2025-10-02 01:49:49] "POST /fqname-to-id HTTP/1.1" 404 231 0.002158 10.0.0.254 - - [2025-10-02 01:49:49] "GET /project/84eb6962-66c3-43de-9153-a534d4552278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.387077 10.0.0.254 - - [2025-10-02 01:49:49] "POST /access-control-lists HTTP/1.1" 200 594 0.056434 10.0.0.254 - - [2025-10-02 01:49:50] "GET / HTTP/1.1" 200 36215 0.001629 10.0.0.254 - - [2025-10-02 01:49:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000959 10.0.0.254 - - [2025-10-02 01:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.045136 10.0.0.254 - - [2025-10-02 01:49:51] "GET /projects?obj_uuids=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000952 10.0.0.254 - - [2025-10-02 01:49:51] "GET /project/84eb6962-66c3-43de-9153-a534d4552278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.020622 10.0.0.254 - - [2025-10-02 01:49:51] "POST /neutron/network HTTP/1.1" 200 117 0.028838 10.0.0.254 - - [2025-10-02 01:49:51] "GET /projects?obj_uuids=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001071 10.0.0.254 - - [2025-10-02 01:49:51] "POST /neutron/network HTTP/1.1" 200 605 0.058000 10.0.0.254 - - [2025-10-02 01:49:51] "POST /route-targets HTTP/1.1" 200 328 0.009232 10.0.0.254 - - [2025-10-02 01:49:51] "POST /ref-update HTTP/1.1" 200 156 0.012138 10.0.0.254 - - [2025-10-02 01:49:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002578 10.0.0.254 - - [2025-10-02 01:49:51] "POST /neutron/subnet HTTP/1.1" 200 724 0.161179 10.0.0.254 - - [2025-10-02 01:49:51] "POST /neutron/network HTTP/1.1" 200 824 0.003747 10.0.0.254 - - [2025-10-02 01:49:51] "POST /id-to-fqname HTTP/1.1" 200 219 0.000923 10.0.0.254 - - [2025-10-02 01:49:51] "GET /virtual-network/b43c2a00-8b6e-4e9b-9c77-ef661e84207c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003811 10.0.0.254 - - [2025-10-02 01:49:51] "POST /neutron/network HTTP/1.1" 200 824 0.005076 10.0.0.254 - - [2025-10-02 01:49:51] "GET /virtual-network/b43c2a00-8b6e-4e9b-9c77-ef661e84207c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004397 10.0.0.254 - - [2025-10-02 01:49:51] "POST /neutron/network HTTP/1.1" 200 824 0.004607 10.0.0.254 - - [2025-10-02 01:49:51] "POST /neutron/subnet HTTP/1.1" 200 724 0.005044 10.0.0.254 - - [2025-10-02 01:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001791 10.0.0.254 - - [2025-10-02 01:49:52] "GET /projects?obj_uuids=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000894 10.0.0.254 - - [2025-10-02 01:49:52] "GET /project/84eb6962-66c3-43de-9153-a534d4552278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.030113 10.0.0.254 - - [2025-10-02 01:49:52] "POST /neutron/network HTTP/1.1" 200 117 0.012568 10.0.0.254 - - [2025-10-02 01:49:52] "GET /projects?obj_uuids=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000838 10.0.0.254 - - [2025-10-02 01:49:52] "POST /neutron/network HTTP/1.1" 200 605 0.061524 10.0.0.254 - - [2025-10-02 01:49:52] "POST /route-targets HTTP/1.1" 200 328 0.007869 10.0.0.254 - - [2025-10-02 01:49:52] "POST /ref-update HTTP/1.1" 200 156 0.012676 10.0.0.254 - - [2025-10-02 01:49:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003892 10.0.0.254 - - [2025-10-02 01:49:52] "POST /neutron/subnet HTTP/1.1" 200 719 0.173345 10.0.0.254 - - [2025-10-02 01:49:52] "POST /neutron/network HTTP/1.1" 200 823 0.004392 10.0.0.254 - - [2025-10-02 01:49:52] "POST /id-to-fqname HTTP/1.1" 200 219 0.000938 10.0.0.254 - - [2025-10-02 01:49:52] "GET /virtual-network/11e0e0e0-97a3-4099-9261-38c4f7e5e99d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003996 10.0.0.254 - - [2025-10-02 01:49:52] "POST /neutron/network HTTP/1.1" 200 823 0.005153 10.0.0.254 - - [2025-10-02 01:49:52] "GET /virtual-network/11e0e0e0-97a3-4099-9261-38c4f7e5e99d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003829 10.0.0.254 - - [2025-10-02 01:49:52] "POST /neutron/network HTTP/1.1" 200 823 0.004939 10.0.0.254 - - [2025-10-02 01:49:52] "POST /neutron/subnet HTTP/1.1" 200 719 0.005556 10.0.0.254 - - [2025-10-02 01:49:52] "POST /id-to-fqname HTTP/1.1" 200 219 0.000913 10.0.0.254 - - [2025-10-02 01:49:52] "POST /neutron/port HTTP/1.1" 200 117 0.005878 10.0.0.254 - - [2025-10-02 01:49:52] "POST /neutron/port HTTP/1.1" 200 117 0.004272 10.0.0.254 - - [2025-10-02 01:49:52] "POST /neutron/port HTTP/1.1" 400 205 0.002431 10.0.0.254 - - [2025-10-02 01:49:52] "POST /neutron/network HTTP/1.1" 200 834 0.004982 10.0.0.254 - - [2025-10-02 01:49:52] "GET /aaa-mode HTTP/1.1" 401 293 0.000329 10.0.0.254 - - [2025-10-02 01:49:53] "GET / HTTP/1.1" 200 36215 0.001445 10.0.0.254 - - [2025-10-02 01:49:53] "GET /project/84eb6962-66c3-43de-9153-a534d4552278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000360 10.0.0.254 - - [2025-10-02 01:49:53] "GET /projects?obj_uuids=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000892 10.0.0.254 - - [2025-10-02 01:49:53] "GET /project/84eb6962-66c3-43de-9153-a534d4552278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.040860 10.0.0.254 - - [2025-10-02 01:49:53] "POST /neutron/network HTTP/1.1" 200 824 0.004235 10.0.0.254 - - [2025-10-02 01:49:53] "POST /neutron/port HTTP/1.1" 200 117 0.004566 10.0.0.254 - - [2025-10-02 01:49:53] "POST /neutron/port HTTP/1.1" 200 117 0.003964 10.0.0.254 - - [2025-10-02 01:49:53] "POST /id-to-fqname HTTP/1.1" 200 219 0.001014 10.0.0.254 - - [2025-10-02 01:49:53] "POST /neutron/port HTTP/1.1" 200 117 0.003983 10.0.0.254 - - [2025-10-02 01:49:53] "POST /neutron/network HTTP/1.1" 200 833 0.004719 10.0.0.254 - - [2025-10-02 01:49:53] "GET /aaa-mode HTTP/1.1" 401 293 0.000356 10.0.0.254 - - [2025-10-02 01:49:53] "POST /neutron/network HTTP/1.1" 200 834 0.004695 10.0.0.254 - - [2025-10-02 01:49:54] "GET /projects?obj_uuids=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000868 10.0.0.254 - - [2025-10-02 01:49:54] "GET / HTTP/1.1" 200 36215 0.001581 10.0.0.254 - - [2025-10-02 01:49:54] "GET /project/84eb6962-66c3-43de-9153-a534d4552278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000313 10.0.0.254 - - [2025-10-02 01:49:54] "POST /neutron/port HTTP/1.1" 200 1058 0.192688 10.0.0.254 - - [2025-10-02 01:49:54] "POST /neutron/port HTTP/1.1" 200 1058 0.006733 10.0.0.254 - - [2025-10-02 01:49:54] "POST /neutron/port HTTP/1.1" 200 1058 0.006212 10.0.0.254 - - [2025-10-02 01:49:54] "POST /neutron/port HTTP/1.1" 200 1112 0.055899 10.0.0.254 - - [2025-10-02 01:49:54] "POST /neutron/port HTTP/1.1" 200 1086 0.008505 10.0.0.254 - - [2025-10-02 01:49:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002282 10.0.0.254 - - [2025-10-02 01:49:54] "POST /neutron/subnet HTTP/1.1" 200 698 0.005203 10.0.0.254 - - [2025-10-02 01:49:54] "POST /neutron/port HTTP/1.1" 200 117 0.000920 10.0.0.254 - - [2025-10-02 01:49:54] "POST /neutron/network HTTP/1.1" 200 824 0.004328 10.0.0.254 - - [2025-10-02 01:49:54] "GET /projects?obj_uuids=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001956 10.0.0.254 - - [2025-10-02 01:49:54] "GET /project/84eb6962-66c3-43de-9153-a534d4552278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.038287 10.0.0.254 - - [2025-10-02 01:49:54] "POST /neutron/network HTTP/1.1" 200 823 0.005723 10.0.0.254 - - [2025-10-02 01:49:54] "POST /neutron/port HTTP/1.1" 200 1086 0.011890 10.0.0.254 - - [2025-10-02 01:49:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005141 10.0.0.254 - - [2025-10-02 01:49:54] "POST /neutron/port HTTP/1.1" 200 117 0.007923 10.0.0.254 - - [2025-10-02 01:49:54] "GET /projects?obj_uuids=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.254 - - [2025-10-02 01:49:54] "POST /neutron/router HTTP/1.1" 200 580 0.041057 10.0.0.254 - - [2025-10-02 01:49:54] "POST /neutron/router HTTP/1.1" 200 580 0.003004 10.0.0.254 - - [2025-10-02 01:49:54] "POST /route-targets HTTP/1.1" 200 328 0.012064 10.0.0.254 - - [2025-10-02 01:49:54] "GET /projects?obj_uuids=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001180 10.0.0.254 - - [2025-10-02 01:49:54] "PUT /logical-router/2348fa80-c737-4897-8c98-ae7a0f5c7255 HTTP/1.1" 200 263 0.034436 10.0.0.254 - - [2025-10-02 01:49:55] "POST /neutron/router HTTP/1.1" 200 344 0.230368 10.0.0.254 - - [2025-10-02 01:49:55] "POST /neutron/network HTTP/1.1" 200 833 0.009466 10.0.0.254 - - [2025-10-02 01:49:55] "POST /ref-update HTTP/1.1" 200 156 0.012494 10.0.0.254 - - [2025-10-02 01:49:55] "GET /projects?obj_uuids=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001386 10.0.0.254 - - [2025-10-02 01:49:55] "POST /neutron/port HTTP/1.1" 200 1086 0.015875 10.0.0.254 - - [2025-10-02 01:49:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011283 10.0.0.254 - - [2025-10-02 01:49:55] "POST /neutron/port HTTP/1.1" 200 1057 0.204811 10.0.0.254 - - [2025-10-02 01:49:55] "POST /neutron/port HTTP/1.1" 200 1057 0.014847 10.0.0.254 - - [2025-10-02 01:49:55] "POST /neutron/port HTTP/1.1" 200 1057 0.008518 10.0.0.254 - - [2025-10-02 01:49:55] "POST /neutron/port HTTP/1.1" 200 1111 0.070993 10.0.0.254 - - [2025-10-02 01:49:55] "POST /neutron/port HTTP/1.1" 200 1085 0.012284 10.0.0.254 - - [2025-10-02 01:49:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002301 10.0.0.254 - - [2025-10-02 01:49:55] "POST /neutron/subnet HTTP/1.1" 200 693 0.005841 10.0.0.254 - - [2025-10-02 01:49:55] "POST /neutron/port HTTP/1.1" 200 117 0.001047 10.0.0.254 - - [2025-10-02 01:49:55] "POST /neutron/network HTTP/1.1" 200 823 0.004292 10.0.0.254 - - [2025-10-02 01:50:00] "POST /neutron/port HTTP/1.1" 200 1086 0.011739 10.0.0.254 - - [2025-10-02 01:50:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007105 10.0.0.254 - - [2025-10-02 01:50:00] "POST /neutron/port HTTP/1.1" 200 1086 0.008936 10.0.0.254 - - [2025-10-02 01:50:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004657 10.0.0.254 - - [2025-10-02 01:50:00] "POST /neutron/port HTTP/1.1" 200 1086 0.009569 10.0.0.254 - - [2025-10-02 01:50:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005326 10.0.0.254 - - [2025-10-02 01:50:00] "GET /virtual-machine/86ee92c7-3885-4eca-83af-dd4f6a7e6725 HTTP/1.1" 401 293 0.000364 10.0.0.254 - - [2025-10-02 01:50:00] "GET /virtual-machine/86ee92c7-3885-4eca-83af-dd4f6a7e6725 HTTP/1.1" 200 1291 0.024333 10.0.0.254 - - [2025-10-02 01:50:00] "GET /virtual-machine-interface/51aeddd5-e43c-4785-8abf-a6bd1bbf9cdc HTTP/1.1" 200 2939 0.004324 10.0.0.254 - - [2025-10-02 01:50:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002347 10.0.0.254 - - [2025-10-02 01:50:00] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002462 10.0.0.254 - - [2025-10-02 01:50:00] "GET /virtual-networks?parent_id=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002554 10.0.0.254 - - [2025-10-02 01:50:00] "GET /virtual-network/b43c2a00-8b6e-4e9b-9c77-ef661e84207c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004612 10.0.0.254 - - [2025-10-02 01:50:02] "POST /neutron/port HTTP/1.1" 200 1086 0.009783 10.0.0.254 - - [2025-10-02 01:50:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004064 10.0.0.254 - - [2025-10-02 01:50:03] "POST /neutron/port HTTP/1.1" 200 1085 0.008867 10.0.0.254 - - [2025-10-02 01:50:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004129 10.0.0.254 - - [2025-10-02 01:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002577 10.0.0.254 - - [2025-10-02 01:50:03] "GET /virtual-network/b43c2a00-8b6e-4e9b-9c77-ef661e84207c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004035 10.0.0.254 - - [2025-10-02 01:50:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002380 10.0.0.254 - - [2025-10-02 01:50:06] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002337 10.0.0.254 - - [2025-10-02 01:50:06] "GET /virtual-networks?parent_id=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002825 10.0.0.254 - - [2025-10-02 01:50:06] "GET /virtual-network/b43c2a00-8b6e-4e9b-9c77-ef661e84207c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004460 10.0.0.254 - - [2025-10-02 01:50:06] "POST /neutron/port HTTP/1.1" 200 1085 0.008715 10.0.0.254 - - [2025-10-02 01:50:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004682 10.0.0.254 - - [2025-10-02 01:50:06] "POST /neutron/port HTTP/1.1" 200 1085 0.008515 10.0.0.254 - - [2025-10-02 01:50:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004615 10.0.0.254 - - [2025-10-02 01:50:06] "POST /neutron/port HTTP/1.1" 200 1085 0.008615 10.0.0.254 - - [2025-10-02 01:50:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004360 10.0.0.254 - - [2025-10-02 01:50:06] "GET /virtual-machine/91ae7d91-51c8-41e4-9c14-c6491024a2cf HTTP/1.1" 200 1293 0.003638 10.0.0.254 - - [2025-10-02 01:50:06] "GET /virtual-machine-interface/dfa7e9fc-a642-4109-a158-2076f3005077 HTTP/1.1" 200 2941 0.003905 10.0.0.254 - - [2025-10-02 01:50:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002125 10.0.0.254 - - [2025-10-02 01:50:06] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002198 10.0.0.254 - - [2025-10-02 01:50:06] "GET /virtual-networks?parent_id=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002358 10.0.0.254 - - [2025-10-02 01:50:06] "GET /virtual-network/11e0e0e0-97a3-4099-9261-38c4f7e5e99d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005473 10.0.0.254 - - [2025-10-02 01:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002413 10.0.0.254 - - [2025-10-02 01:50:07] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002390 10.0.0.254 - - [2025-10-02 01:50:07] "GET /virtual-networks?parent_id=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002314 10.0.0.254 - - [2025-10-02 01:50:07] "GET /virtual-network/11e0e0e0-97a3-4099-9261-38c4f7e5e99d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004500 10.0.0.254 - - [2025-10-02 01:50:12] "POST /neutron/router HTTP/1.1" 200 580 0.003077 10.0.0.254 - - [2025-10-02 01:50:12] "GET /projects?obj_uuids=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000850 10.0.0.254 - - [2025-10-02 01:50:12] "POST /neutron/port HTTP/1.1" 200 1086 0.030515 10.0.0.254 - - [2025-10-02 01:50:12] "POST /neutron/port HTTP/1.1" 200 1086 0.016519 10.0.0.254 - - [2025-10-02 01:50:12] "POST /neutron/network HTTP/1.1" 200 834 0.005737 10.0.0.254 - - [2025-10-02 01:50:12] "POST /neutron/router HTTP/1.1" 200 344 0.210389 10.0.0.254 - - [2025-10-02 01:50:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003935 10.0.0.254 - - [2025-10-02 01:50:12] "POST /ref-update HTTP/1.1" 200 156 0.006844 10.0.0.254 - - [2025-10-02 01:50:12] "POST /neutron/subnet HTTP/1.1" 200 698 0.006745 10.0.0.254 - - [2025-10-02 01:50:12] "POST /neutron/port HTTP/1.1" 200 1883 0.021665 10.0.0.254 - - [2025-10-02 01:50:12] "POST /neutron/port HTTP/1.1" 200 117 0.000900 10.0.0.254 - - [2025-10-02 01:50:13] "POST /neutron/network HTTP/1.1" 200 824 0.004237 10.0.0.254 - - [2025-10-02 01:50:15] "POST /neutron/router HTTP/1.1" 200 580 0.003085 10.0.0.254 - - [2025-10-02 01:50:15] "POST /ref-update HTTP/1.1" 200 156 0.010677 10.0.0.254 - - [2025-10-02 01:50:15] "POST /neutron/router HTTP/1.1" 200 344 0.081753 10.0.0.254 - - [2025-10-02 01:50:18] "POST /neutron/router HTTP/1.1" 200 580 0.005897 10.0.0.254 - - [2025-10-02 01:50:18] "GET /projects?obj_uuids=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000844 10.0.0.254 - - [2025-10-02 01:50:18] "POST /neutron/router HTTP/1.1" 200 344 0.172906 10.0.0.254 - - [2025-10-02 01:50:18] "POST /ref-update HTTP/1.1" 200 156 0.007588 10.0.0.254 - - [2025-10-02 01:50:20] "POST /neutron/router HTTP/1.1" 200 580 0.004084 10.0.0.254 - - [2025-10-02 01:50:20] "POST /ref-update HTTP/1.1" 200 156 0.011522 10.0.0.254 - - [2025-10-02 01:50:20] "POST /neutron/router HTTP/1.1" 200 344 0.080373 10.0.0.254 - - [2025-10-02 01:50:20] "POST /neutron/router HTTP/1.1" 200 580 0.003527 10.0.0.254 - - [2025-10-02 01:50:21] "POST /neutron/router HTTP/1.1" 200 344 0.066227 10.0.0.254 - - [2025-10-02 01:50:21] "POST /neutron/router HTTP/1.1" 200 580 0.003590 10.0.0.254 - - [2025-10-02 01:50:21] "GET /logical-router/2348fa80-c737-4897-8c98-ae7a0f5c7255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.001840 10.0.0.254 - - [2025-10-02 01:50:21] "POST /neutron/router HTTP/1.1" 200 151 0.033724 10.0.0.254 - - [2025-10-02 01:50:21] "POST /neutron/network HTTP/1.1" 200 823 0.004433 10.0.0.254 - - [2025-10-02 01:50:21] "POST /neutron/network HTTP/1.1" 400 204 0.007895 10.0.0.254 - - [2025-10-02 01:50:21] "POST /ref-update HTTP/1.1" 200 156 0.009085 10.0.0.254 - - [2025-10-02 01:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.254 - - [2025-10-02 01:50:21] "DELETE /route-target/97c126b6-3960-424a-a678-9ca637da7803 HTTP/1.1" 200 115 0.021608 10.0.0.254 - - [2025-10-02 01:50:21] "POST /neutron/port HTTP/1.1" 200 1085 0.009267 10.0.0.254 - - [2025-10-02 01:50:21] "POST /neutron/port HTTP/1.1" 200 1111 0.009985 10.0.0.254 - - [2025-10-02 01:50:21] "POST /neutron/port HTTP/1.1" 200 1086 0.008144 10.0.0.254 - - [2025-10-02 01:50:21] "POST /neutron/port HTTP/1.1" 200 1112 0.009434 10.0.0.254 - - [2025-10-02 01:50:21] "POST /neutron/port HTTP/1.1" 200 151 0.092559 10.0.0.254 - - [2025-10-02 01:50:21] "POST /neutron/port HTTP/1.1" 200 151 0.089740 10.0.0.254 - - [2025-10-02 01:50:23] "POST /neutron/network HTTP/1.1" 200 823 0.004797 10.0.0.254 - - [2025-10-02 01:50:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.254 - - [2025-10-02 01:50:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001623 10.0.0.254 - - [2025-10-02 01:50:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002111 10.0.0.254 - - [2025-10-02 01:50:23] "POST /neutron/network HTTP/1.1" 200 151 0.058245 10.0.0.254 - - [2025-10-02 01:50:23] "DELETE /route-target/06676752-6dd6-461d-888c-77ba56a8d270 HTTP/1.1" 200 115 0.011129 10.0.0.254 - - [2025-10-02 01:50:23] "POST /neutron/network HTTP/1.1" 200 824 0.004131 10.0.0.254 - - [2025-10-02 01:50:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.254 - - [2025-10-02 01:50:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001607 10.0.0.254 - - [2025-10-02 01:50:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002309 10.0.0.254 - - [2025-10-02 01:50:23] "POST /neutron/network HTTP/1.1" 200 151 0.057238 10.0.0.254 - - [2025-10-02 01:50:23] "DELETE /route-target/91c4ef76-c23e-4c85-9efe-93eb168e683f HTTP/1.1" 200 115 0.012085 10.0.0.254 - - [2025-10-02 01:50:23] "GET /projects?obj_uuids=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000884 10.0.0.254 - - [2025-10-02 01:50:23] "GET /project/84eb6962-66c3-43de-9153-a534d4552278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.021921 10.0.0.254 - - [2025-10-02 01:50:23] "GET /projects?obj_uuids=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000813 10.0.0.254 - - [2025-10-02 01:50:23] "GET /project/84eb6962-66c3-43de-9153-a534d4552278?fields=virtual_networks HTTP/1.1" 200 1029 0.058754 10.0.0.254 - - [2025-10-02 01:50:23] "GET /projects?obj_uuids=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000838 10.0.0.254 - - [2025-10-02 01:50:23] "GET /project/84eb6962-66c3-43de-9153-a534d4552278?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.019233 10.0.0.254 - - [2025-10-02 01:50:23] "GET /projects?obj_uuids=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000877 10.0.0.254 - - [2025-10-02 01:50:23] "GET /project/84eb6962-66c3-43de-9153-a534d4552278?fields=security_groups HTTP/1.1" 200 1254 0.020342 10.0.0.254 - - [2025-10-02 01:50:24] "POST /fqname-to-id HTTP/1.1" 404 191 0.020344 10.0.0.254 - - [2025-10-02 01:50:24] "GET /projects?obj_uuids=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001964 10.0.0.254 - - [2025-10-02 01:50:24] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000841 10.0.0.254 - - [2025-10-02 01:50:24] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.046114 10.0.0.254 - - [2025-10-02 01:50:24] "POST /id-to-fqname HTTP/1.1" 200 193 0.001023 10.0.0.254 - - [2025-10-02 01:50:24] "POST /fqname-to-id HTTP/1.1" 404 202 0.003222 10.0.0.254 - - [2025-10-02 01:50:24] "POST /security-groups HTTP/1.1" 200 594 0.055946 10.0.0.254 - - [2025-10-02 01:50:24] "POST /fqname-to-id HTTP/1.1" 404 237 0.002269 10.0.0.254 - - [2025-10-02 01:50:24] "POST /projects HTTP/1.1" 200 591 0.194025 10.0.0.254 - - [2025-10-02 01:50:24] "POST /access-control-lists HTTP/1.1" 200 601 0.055808 10.0.0.254 - - [2025-10-02 01:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.256993 10.0.0.254 - - [2025-10-02 01:50:24] "POST /fqname-to-id HTTP/1.1" 404 236 0.002238 10.0.0.254 - - [2025-10-02 01:50:25] "GET /project/fd6e6093-ab26-4300-aac3-3e55ecbed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.400548 10.0.0.254 - - [2025-10-02 01:50:25] "POST /access-control-lists HTTP/1.1" 200 599 0.060728 10.0.0.254 - - [2025-10-02 01:50:25] "GET / HTTP/1.1" 200 36215 0.001694 10.0.0.254 - - [2025-10-02 01:50:26] "GET /project/fd6e6093-ab26-4300-aac3-3e55ecbed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000427 10.0.0.254 - - [2025-10-02 01:50:27] "GET /projects?obj_uuids=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000959 10.0.0.254 - - [2025-10-02 01:50:27] "GET /project/fd6e6093-ab26-4300-aac3-3e55ecbed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.039515 10.0.0.254 - - [2025-10-02 01:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001849 10.0.0.254 - - [2025-10-02 01:50:27] "GET /security-group/0cee68bc-33dd-4e8f-b3c4-6f2cb83c7c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004068 10.0.0.254 - - [2025-10-02 01:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002297 10.0.0.254 - - [2025-10-02 01:50:27] "GET /projects?obj_uuids=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001139 10.0.0.254 - - [2025-10-02 01:50:27] "GET /project/fd6e6093-ab26-4300-aac3-3e55ecbed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.019957 10.0.0.254 - - [2025-10-02 01:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002327 10.0.0.254 - - [2025-10-02 01:50:27] "GET /security-group/0cee68bc-33dd-4e8f-b3c4-6f2cb83c7c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.003354 10.0.0.254 - - [2025-10-02 01:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002492 10.0.0.254 - - [2025-10-02 01:50:27] "PUT /security-group/0cee68bc-33dd-4e8f-b3c4-6f2cb83c7c36 HTTP/1.1" 200 263 0.010839 10.0.0.254 - - [2025-10-02 01:50:27] "PUT /access-control-list/1fe637b6-c1ce-4bc7-bc26-0c1cf9389982 HTTP/1.1" 200 273 0.006782 10.0.0.254 - - [2025-10-02 01:50:27] "PUT /access-control-list/91b5e50a-7e49-40b9-a193-f1ce7e11ada7 HTTP/1.1" 200 273 0.007914 10.0.0.254 - - [2025-10-02 01:50:27] "POST /fqname-to-id HTTP/1.1" 404 202 0.001775 10.0.0.254 - - [2025-10-02 01:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002195 10.0.0.254 - - [2025-10-02 01:50:27] "GET /projects?obj_uuids=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002003 10.0.0.254 - - [2025-10-02 01:50:27] "GET /project/fd6e6093-ab26-4300-aac3-3e55ecbed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.020201 10.0.0.254 - - [2025-10-02 01:50:27] "POST /neutron/network HTTP/1.1" 200 117 0.023309 10.0.0.254 - - [2025-10-02 01:50:27] "GET /projects?obj_uuids=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000867 10.0.0.254 - - [2025-10-02 01:50:27] "POST /neutron/network HTTP/1.1" 200 608 0.051646 10.0.0.254 - - [2025-10-02 01:50:27] "POST /route-targets HTTP/1.1" 200 328 0.009806 10.0.0.254 - - [2025-10-02 01:50:27] "POST /ref-update HTTP/1.1" 200 156 0.009457 10.0.0.254 - - [2025-10-02 01:50:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002122 10.0.0.254 - - [2025-10-02 01:50:28] "POST /neutron/subnet HTTP/1.1" 200 725 0.144754 10.0.0.254 - - [2025-10-02 01:50:28] "POST /neutron/network HTTP/1.1" 200 827 0.004379 10.0.0.254 - - [2025-10-02 01:50:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.000994 10.0.0.254 - - [2025-10-02 01:50:28] "GET /virtual-network/b4956ef9-67fc-47ac-afc3-14e89baca2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003976 10.0.0.254 - - [2025-10-02 01:50:28] "POST /neutron/network HTTP/1.1" 200 827 0.004366 10.0.0.254 - - [2025-10-02 01:50:28] "GET /virtual-network/b4956ef9-67fc-47ac-afc3-14e89baca2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003699 10.0.0.254 - - [2025-10-02 01:50:28] "POST /neutron/network HTTP/1.1" 200 827 0.004922 10.0.0.254 - - [2025-10-02 01:50:28] "POST /neutron/subnet HTTP/1.1" 200 725 0.005115 10.0.0.254 - - [2025-10-02 01:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.001594 10.0.0.254 - - [2025-10-02 01:50:28] "GET /projects?obj_uuids=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000877 10.0.0.254 - - [2025-10-02 01:50:28] "GET /project/fd6e6093-ab26-4300-aac3-3e55ecbed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.020638 10.0.0.254 - - [2025-10-02 01:50:28] "POST /neutron/network HTTP/1.1" 200 117 0.007139 10.0.0.254 - - [2025-10-02 01:50:28] "GET /projects?obj_uuids=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000864 10.0.0.254 - - [2025-10-02 01:50:28] "POST /neutron/network HTTP/1.1" 200 615 0.072217 10.0.0.254 - - [2025-10-02 01:50:28] "POST /route-targets HTTP/1.1" 200 328 0.011016 10.0.0.254 - - [2025-10-02 01:50:28] "POST /ref-update HTTP/1.1" 200 156 0.008675 10.0.0.254 - - [2025-10-02 01:50:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003073 10.0.0.254 - - [2025-10-02 01:50:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.133488 10.0.0.254 - - [2025-10-02 01:50:28] "POST /neutron/network HTTP/1.1" 200 835 0.004610 10.0.0.254 - - [2025-10-02 01:50:28] "POST /id-to-fqname HTTP/1.1" 200 227 0.001006 10.0.0.254 - - [2025-10-02 01:50:28] "GET /virtual-network/1b33507c-2bba-408a-8fd1-1a7add5f3643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004033 10.0.0.254 - - [2025-10-02 01:50:28] "POST /neutron/network HTTP/1.1" 200 835 0.004348 10.0.0.254 - - [2025-10-02 01:50:28] "GET /virtual-network/1b33507c-2bba-408a-8fd1-1a7add5f3643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.003795 10.0.0.254 - - [2025-10-02 01:50:28] "POST /neutron/network HTTP/1.1" 200 835 0.004243 10.0.0.254 - - [2025-10-02 01:50:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.004977 10.0.0.254 - - [2025-10-02 01:50:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.000798 10.0.0.254 - - [2025-10-02 01:50:28] "POST /neutron/network HTTP/1.1" 200 837 0.004527 10.0.0.254 - - [2025-10-02 01:50:28] "GET /aaa-mode HTTP/1.1" 401 293 0.000346 10.0.0.254 - - [2025-10-02 01:50:29] "GET / HTTP/1.1" 200 36215 0.001524 10.0.0.254 - - [2025-10-02 01:50:29] "GET /project/fd6e6093-ab26-4300-aac3-3e55ecbed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000386 10.0.0.254 - - [2025-10-02 01:50:29] "GET /projects?obj_uuids=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000925 10.0.0.254 - - [2025-10-02 01:50:29] "GET /project/fd6e6093-ab26-4300-aac3-3e55ecbed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.041290 10.0.0.254 - - [2025-10-02 01:50:29] "POST /neutron/network HTTP/1.1" 200 827 0.004035 10.0.0.254 - - [2025-10-02 01:50:29] "POST /neutron/port HTTP/1.1" 200 117 0.005185 10.0.0.254 - - [2025-10-02 01:50:29] "POST /neutron/port HTTP/1.1" 200 117 0.004566 10.0.0.254 - - [2025-10-02 01:50:29] "POST /id-to-fqname HTTP/1.1" 200 227 0.001439 10.0.0.254 - - [2025-10-02 01:50:29] "POST /neutron/port HTTP/1.1" 200 117 0.004344 10.0.0.254 - - [2025-10-02 01:50:29] "POST /neutron/network HTTP/1.1" 200 845 0.004924 10.0.0.254 - - [2025-10-02 01:50:29] "GET /aaa-mode HTTP/1.1" 401 293 0.000363 10.0.0.254 - - [2025-10-02 01:50:30] "POST /neutron/network HTTP/1.1" 200 837 0.004683 10.0.0.254 - - [2025-10-02 01:50:30] "GET /projects?obj_uuids=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001215 10.0.0.254 - - [2025-10-02 01:50:30] "GET / HTTP/1.1" 200 36215 0.001434 10.0.0.254 - - [2025-10-02 01:50:30] "GET /project/fd6e6093-ab26-4300-aac3-3e55ecbed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000364 10.0.0.254 - - [2025-10-02 01:50:30] "POST /neutron/port HTTP/1.1" 200 1063 0.194668 10.0.0.254 - - [2025-10-02 01:50:30] "POST /neutron/port HTTP/1.1" 200 1063 0.009224 10.0.0.254 - - [2025-10-02 01:50:30] "POST /neutron/port HTTP/1.1" 200 1063 0.006313 10.0.0.254 - - [2025-10-02 01:50:30] "POST /neutron/port HTTP/1.1" 200 1117 0.060435 10.0.0.254 - - [2025-10-02 01:50:30] "POST /neutron/port HTTP/1.1" 200 1091 0.009166 10.0.0.254 - - [2025-10-02 01:50:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002308 10.0.0.254 - - [2025-10-02 01:50:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.005255 10.0.0.254 - - [2025-10-02 01:50:30] "POST /neutron/port HTTP/1.1" 200 117 0.000838 10.0.0.254 - - [2025-10-02 01:50:30] "POST /neutron/network HTTP/1.1" 200 827 0.004110 10.0.0.254 - - [2025-10-02 01:50:30] "GET /projects?obj_uuids=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000875 10.0.0.254 - - [2025-10-02 01:50:30] "GET /project/fd6e6093-ab26-4300-aac3-3e55ecbed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.050316 10.0.0.254 - - [2025-10-02 01:50:30] "POST /neutron/network HTTP/1.1" 200 835 0.004325 10.0.0.254 - - [2025-10-02 01:50:30] "POST /neutron/port HTTP/1.1" 200 1091 0.013689 10.0.0.254 - - [2025-10-02 01:50:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005774 10.0.0.254 - - [2025-10-02 01:50:30] "POST /neutron/port HTTP/1.1" 200 117 0.006592 10.0.0.254 - - [2025-10-02 01:50:30] "GET /projects?obj_uuids=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000906 10.0.0.254 - - [2025-10-02 01:50:30] "POST /neutron/router HTTP/1.1" 200 585 0.075061 10.0.0.254 - - [2025-10-02 01:50:30] "POST /neutron/router HTTP/1.1" 200 585 0.002650 10.0.0.254 - - [2025-10-02 01:50:30] "POST /route-targets HTTP/1.1" 200 328 0.009561 10.0.0.254 - - [2025-10-02 01:50:31] "PUT /logical-router/b7d3f1a6-5f93-4d4f-8533-92e5f4209d9c HTTP/1.1" 200 263 0.024478 10.0.0.254 - - [2025-10-02 01:50:31] "POST /neutron/router HTTP/1.1" 200 656 0.037559 10.0.0.254 - - [2025-10-02 01:50:31] "GET /logical-router/b7d3f1a6-5f93-4d4f-8533-92e5f4209d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.004678 10.0.0.254 - - [2025-10-02 01:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.254 - - [2025-10-02 01:50:31] "POST /neutron/router HTTP/1.1" 200 656 0.002991 10.0.0.254 - - [2025-10-02 01:50:31] "GET /projects?obj_uuids=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001156 10.0.0.254 - - [2025-10-02 01:50:31] "GET /service-template/9c61778a-43f2-46fd-a21b-be6bbc53e71b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.002693 10.0.0.254 - - [2025-10-02 01:50:31] "POST /fqname-to-id HTTP/1.1" 404 215 0.003335 10.0.0.254 - - [2025-10-02 01:50:31] "POST /neutron/network HTTP/1.1" 200 845 0.006047 10.0.0.254 - - [2025-10-02 01:50:31] "GET /projects?obj_uuids=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001158 10.0.0.254 - - [2025-10-02 01:50:31] "POST /neutron/router HTTP/1.1" 200 344 0.278955 10.0.0.254 - - [2025-10-02 01:50:31] "POST /ref-update HTTP/1.1" 200 156 0.037982 10.0.0.254 - - [2025-10-02 01:50:31] "POST /useragent-kv HTTP/1.1" 200 115 0.014428 10.0.0.254 - - [2025-10-02 01:50:31] "POST /virtual-networks HTTP/1.1" 200 696 0.231268 10.0.0.254 - - [2025-10-02 01:50:31] "POST /neutron/port HTTP/1.1" 200 1091 0.062782 10.0.0.254 - - [2025-10-02 01:50:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009184 10.0.0.254 - - [2025-10-02 01:50:31] "POST /route-targets HTTP/1.1" 200 328 0.023687 10.0.0.254 - - [2025-10-02 01:50:31] "POST /ref-update HTTP/1.1" 200 156 0.046524 10.0.0.254 - - [2025-10-02 01:50:31] "POST /service-instances HTTP/1.1" 200 672 0.108363 10.0.0.254 - - [2025-10-02 01:50:31] "POST /route-tables HTTP/1.1" 200 584 0.024211 10.0.0.254 - - [2025-10-02 01:50:31] "PUT /logical-router/b7d3f1a6-5f93-4d4f-8533-92e5f4209d9c HTTP/1.1" 200 263 0.016629 10.0.0.254 - - [2025-10-02 01:50:31] "POST /neutron/port HTTP/1.1" 200 1064 0.455733 10.0.0.254 - - [2025-10-02 01:50:31] "POST /neutron/port HTTP/1.1" 200 1064 0.008284 10.0.0.254 - - [2025-10-02 01:50:31] "POST /neutron/port HTTP/1.1" 200 1064 0.007380 10.0.0.254 - - [2025-10-02 01:50:31] "POST /ref-update HTTP/1.1" 200 156 0.021146 10.0.0.254 - - [2025-10-02 01:50:31] "POST /neutron/port HTTP/1.1" 200 1118 0.060998 10.0.0.254 - - [2025-10-02 01:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.254 - - [2025-10-02 01:50:31] "POST /neutron/port HTTP/1.1" 200 1092 0.009061 10.0.0.254 - - [2025-10-02 01:50:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002287 10.0.0.254 - - [2025-10-02 01:50:31] "POST /neutron/subnet HTTP/1.1" 200 703 0.005020 10.0.0.254 - - [2025-10-02 01:50:31] "POST /neutron/port HTTP/1.1" 200 117 0.000812 10.0.0.254 - - [2025-10-02 01:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.254 - - [2025-10-02 01:50:31] "POST /neutron/network HTTP/1.1" 200 835 0.005393 10.0.0.254 - - [2025-10-02 01:50:31] "POST /virtual-machines HTTP/1.1" 200 554 0.012540 10.0.0.254 - - [2025-10-02 01:50:32] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.094299 10.0.0.254 - - [2025-10-02 01:50:32] "POST /chown HTTP/1.1" 200 109 0.011092 10.0.0.254 - - [2025-10-02 01:50:32] "POST /instance-ips HTTP/1.1" 200 552 0.026285 10.0.0.254 - - [2025-10-02 01:50:32] "POST /instance-ips HTTP/1.1" 400 246 0.015963 10.0.0.254 - - [2025-10-02 01:50:32] "POST /chown HTTP/1.1" 200 109 0.007752 10.0.0.254 - - [2025-10-02 01:50:32] "PUT /virtual-machine-interface/6b068c3e-e660-4f95-b763-7105b31aca19 HTTP/1.1" 200 285 0.021886 10.0.0.254 - - [2025-10-02 01:50:32] "PUT /instance-ip/01caea68-3448-45d9-8013-6c80334ba7a5 HTTP/1.1" 200 257 0.009948 10.0.0.254 - - [2025-10-02 01:50:32] "POST /ref-update HTTP/1.1" 200 156 0.013954 10.0.0.254 - - [2025-10-02 01:50:32] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.088376 10.0.0.254 - - [2025-10-02 01:50:32] "POST /chown HTTP/1.1" 200 109 0.006528 10.0.0.254 - - [2025-10-02 01:50:32] "POST /instance-ips HTTP/1.1" 200 550 0.035162 10.0.0.254 - - [2025-10-02 01:50:32] "POST /instance-ips HTTP/1.1" 400 316 0.015751 10.0.0.254 - - [2025-10-02 01:50:32] "POST /chown HTTP/1.1" 200 109 0.007820 10.0.0.254 - - [2025-10-02 01:50:32] "PUT /virtual-machine-interface/43118fbd-5b68-4f28-8986-c29ae66038a6 HTTP/1.1" 200 285 0.007729 10.0.0.254 - - [2025-10-02 01:50:33] "PUT /instance-ip/a15fb923-6d4e-4c34-98de-eb8e124c6ca8 HTTP/1.1" 200 257 0.009261 10.0.0.254 - - [2025-10-02 01:50:33] "POST /ref-update HTTP/1.1" 200 156 0.011511 10.0.0.254 - - [2025-10-02 01:50:33] "POST /ref-update HTTP/1.1" 200 156 0.010253 10.0.0.254 - - [2025-10-02 01:50:33] "PUT /routing-instance/92c5a410-6ea1-435e-bf18-ff2693b6223d HTTP/1.1" 200 267 0.010615 10.0.0.254 - - [2025-10-02 01:50:33] "POST /ref-update HTTP/1.1" 200 156 0.007305 10.0.0.254 - - [2025-10-02 01:50:33] "POST /virtual-machines HTTP/1.1" 200 554 0.010845 10.0.0.254 - - [2025-10-02 01:50:33] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.084615 10.0.0.254 - - [2025-10-02 01:50:33] "POST /chown HTTP/1.1" 200 109 0.006808 10.0.0.254 - - [2025-10-02 01:50:33] "POST /instance-ips HTTP/1.1" 400 246 0.015577 10.0.0.254 - - [2025-10-02 01:50:33] "POST /chown HTTP/1.1" 200 109 0.006854 10.0.0.254 - - [2025-10-02 01:50:33] "PUT /virtual-machine-interface/949c27f5-8589-432e-bc4d-0fa59a3cb673 HTTP/1.1" 200 285 0.009255 10.0.0.254 - - [2025-10-02 01:50:33] "PUT /instance-ip/01caea68-3448-45d9-8013-6c80334ba7a5 HTTP/1.1" 200 257 0.012295 10.0.0.254 - - [2025-10-02 01:50:33] "POST /ref-update HTTP/1.1" 200 156 0.009267 10.0.0.254 - - [2025-10-02 01:50:33] "POST /ref-update HTTP/1.1" 200 156 0.008881 10.0.0.254 - - [2025-10-02 01:50:33] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.092587 10.0.0.254 - - [2025-10-02 01:50:33] "POST /chown HTTP/1.1" 200 109 0.006042 10.0.0.254 - - [2025-10-02 01:50:33] "POST /instance-ips HTTP/1.1" 400 316 0.014151 10.0.0.254 - - [2025-10-02 01:50:34] "POST /chown HTTP/1.1" 200 109 0.006548 10.0.0.254 - - [2025-10-02 01:50:34] "PUT /virtual-machine-interface/344859dd-b33e-4265-b04d-5775194a38ba HTTP/1.1" 200 285 0.011449 10.0.0.254 - - [2025-10-02 01:50:34] "PUT /instance-ip/a15fb923-6d4e-4c34-98de-eb8e124c6ca8 HTTP/1.1" 200 257 0.010852 10.0.0.254 - - [2025-10-02 01:50:34] "POST /ref-update HTTP/1.1" 200 156 0.009058 10.0.0.254 - - [2025-10-02 01:50:34] "POST /ref-update HTTP/1.1" 200 156 0.009734 10.0.0.254 - - [2025-10-02 01:50:36] "POST /neutron/port HTTP/1.1" 200 1091 0.009077 10.0.0.254 - - [2025-10-02 01:50:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005011 10.0.0.254 - - [2025-10-02 01:50:36] "POST /neutron/port HTTP/1.1" 200 1091 0.008634 10.0.0.254 - - [2025-10-02 01:50:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004486 10.0.0.254 - - [2025-10-02 01:50:36] "POST /neutron/port HTTP/1.1" 200 1091 0.009306 10.0.0.254 - - [2025-10-02 01:50:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004711 10.0.0.254 - - [2025-10-02 01:50:36] "GET /virtual-machine/71d325cf-02a2-4b3b-afcb-44b3a3029942 HTTP/1.1" 401 293 0.000357 10.0.0.254 - - [2025-10-02 01:50:36] "GET /virtual-machine/71d325cf-02a2-4b3b-afcb-44b3a3029942 HTTP/1.1" 200 1297 0.022521 10.0.0.254 - - [2025-10-02 01:50:36] "GET /virtual-machine-interface/8fd50348-bc3e-4ef9-8e88-c89fc0ee7529 HTTP/1.1" 200 2963 0.003811 10.0.0.254 - - [2025-10-02 01:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002508 10.0.0.254 - - [2025-10-02 01:50:37] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002454 10.0.0.254 - - [2025-10-02 01:50:37] "GET /virtual-networks?parent_id=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002526 10.0.0.254 - - [2025-10-02 01:50:37] "GET /virtual-network/b4956ef9-67fc-47ac-afc3-14e89baca2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004579 10.0.0.254 - - [2025-10-02 01:50:37] "DELETE /project/84eb696266c343de9153a534d4552278 HTTP/1.1" 404 173 0.010388 10.0.0.254 - - [2025-10-02 01:50:37] "DELETE /project/fd6e6093ab264300aac33e55ecbed047 HTTP/1.1" 404 173 0.007920 10.0.0.254 - - [2025-10-02 01:50:37] "GET /projects?obj_uuids=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000798 10.0.0.254 - - [2025-10-02 01:50:37] "GET /projects?obj_uuids=98e748bf-3cab-4e85-9774-f1c376daf4a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000718 10.0.0.254 - - [2025-10-02 01:50:37] "GET /project/98e748bf-3cab-4e85-9774-f1c376daf4a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.029658 10.0.0.254 - - [2025-10-02 01:50:37] "GET /project/84eb6962-66c3-43de-9153-a534d4552278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.032479 10.0.0.254 - - [2025-10-02 01:50:37] "GET /projects?obj_uuids=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000763 10.0.0.254 - - [2025-10-02 01:50:37] "GET /projects?obj_uuids=98e748bf-3cab-4e85-9774-f1c376daf4a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000694 10.0.0.254 - - [2025-10-02 01:50:37] "GET /project/84eb6962-66c3-43de-9153-a534d4552278?fields=security_groups HTTP/1.1" 200 1356 0.065186 10.0.0.254 - - [2025-10-02 01:50:37] "GET /project/98e748bf-3cab-4e85-9774-f1c376daf4a0?fields=security_groups HTTP/1.1" 200 1351 0.073792 10.0.0.254 - - [2025-10-02 01:50:38] "DELETE /security-group/b3f08c0b-83ab-4274-beb3-03dbe9a554ec HTTP/1.1" 200 115 0.063380 10.0.0.254 - - [2025-10-02 01:50:38] "GET /projects?obj_uuids=84eb6962-66c3-43de-9153-a534d4552278&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.254 - - [2025-10-02 01:50:38] "DELETE /access-control-list/b27ce3a5-015d-4887-8dd7-10ce55e5cd03 HTTP/1.1" 200 115 0.056208 10.0.0.254 - - [2025-10-02 01:50:38] "DELETE /security-group/bb522b53-d29e-42fe-bb78-dc19dbf4fb39 HTTP/1.1" 200 115 0.091923 10.0.0.254 - - [2025-10-02 01:50:38] "GET /project/84eb6962-66c3-43de-9153-a534d4552278?fields=application_policy_sets HTTP/1.1" 200 1395 0.048940 10.0.0.254 - - [2025-10-02 01:50:38] "GET /projects?obj_uuids=98e748bf-3cab-4e85-9774-f1c376daf4a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000933 10.0.0.254 - - [2025-10-02 01:50:38] "DELETE /access-control-list/0cf9438a-cc55-4d7d-99c3-6a155c66ece1 HTTP/1.1" 200 115 0.050805 10.0.0.254 - - [2025-10-02 01:50:38] "GET /project/98e748bf-3cab-4e85-9774-f1c376daf4a0?fields=application_policy_sets HTTP/1.1" 200 1390 0.056372 10.0.0.254 - - [2025-10-02 01:50:38] "DELETE /access-control-list/237f2f45-46a9-4fc4-bc87-ecf2f10cd244 HTTP/1.1" 200 115 0.032614 10.0.0.254 - - [2025-10-02 01:50:38] "DELETE /access-control-list/a87b06f4-8887-4800-b490-79cfbf9fb027 HTTP/1.1" 200 115 0.029590 10.0.0.254 - - [2025-10-02 01:50:38] "DELETE /project/84eb6962-66c3-43de-9153-a534d4552278 HTTP/1.1" 200 115 0.409873 10.0.0.254 - - [2025-10-02 01:50:38] "DELETE /project/98e748bf-3cab-4e85-9774-f1c376daf4a0 HTTP/1.1" 200 115 0.433888 10.0.0.254 - - [2025-10-02 01:50:38] "POST /neutron/port HTTP/1.1" 200 1091 0.008678 10.0.0.254 - - [2025-10-02 01:50:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.003965 10.0.0.254 - - [2025-10-02 01:50:40] "POST /neutron/port HTTP/1.1" 200 1092 0.009597 10.0.0.254 - - [2025-10-02 01:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.254 - - [2025-10-02 01:50:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005787 10.0.0.254 - - [2025-10-02 01:50:40] "GET /virtual-network/b4956ef9-67fc-47ac-afc3-14e89baca2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003742 10.0.0.254 - - [2025-10-02 01:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002472 10.0.0.254 - - [2025-10-02 01:50:42] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002366 10.0.0.254 - - [2025-10-02 01:50:42] "GET /virtual-networks?parent_id=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002494 10.0.0.254 - - [2025-10-02 01:50:42] "GET /virtual-network/b4956ef9-67fc-47ac-afc3-14e89baca2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004486 10.0.0.254 - - [2025-10-02 01:50:42] "POST /neutron/port HTTP/1.1" 200 1092 0.008826 10.0.0.254 - - [2025-10-02 01:50:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005273 10.0.0.254 - - [2025-10-02 01:50:42] "POST /neutron/port HTTP/1.1" 200 1092 0.008626 10.0.0.254 - - [2025-10-02 01:50:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004390 10.0.0.254 - - [2025-10-02 01:50:42] "POST /neutron/port HTTP/1.1" 200 1092 0.008556 10.0.0.254 - - [2025-10-02 01:50:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004559 10.0.0.254 - - [2025-10-02 01:50:42] "GET /virtual-machine/ee1b7c8e-509d-406d-9f7c-dcedb519048f HTTP/1.1" 200 1298 0.003821 10.0.0.254 - - [2025-10-02 01:50:42] "GET /virtual-machine-interface/7384c751-0b85-4c51-8f4f-19d5a1de9a2a HTTP/1.1" 200 2974 0.004153 10.0.0.254 - - [2025-10-02 01:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002103 10.0.0.254 - - [2025-10-02 01:50:42] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002179 10.0.0.254 - - [2025-10-02 01:50:42] "GET /virtual-networks?parent_id=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002646 10.0.0.254 - - [2025-10-02 01:50:42] "GET /virtual-network/1b33507c-2bba-408a-8fd1-1a7add5f3643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004469 10.0.0.254 - - [2025-10-02 01:50:43] "GET /obj-perms HTTP/1.1" 200 5075 0.038222 10.0.0.254 - - [2025-10-02 01:50:43] "GET /obj-perms HTTP/1.1" 200 5075 0.036697 10.0.0.254 - - [2025-10-02 01:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002421 10.0.0.254 - - [2025-10-02 01:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001848 10.0.0.254 - - [2025-10-02 01:50:43] "POST /chown HTTP/1.1" 200 109 0.005841 10.0.0.254 - - [2025-10-02 01:50:43] "POST /instance-ips HTTP/1.1" 400 246 0.011928 10.0.0.254 - - [2025-10-02 01:50:43] "POST /chown HTTP/1.1" 200 109 0.006220 10.0.0.254 - - [2025-10-02 01:50:44] "POST /chown HTTP/1.1" 200 109 0.006271 10.0.0.254 - - [2025-10-02 01:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002471 10.0.0.254 - - [2025-10-02 01:50:44] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002358 10.0.0.254 - - [2025-10-02 01:50:44] "POST /instance-ips HTTP/1.1" 400 316 0.011678 10.0.0.254 - - [2025-10-02 01:50:44] "GET /virtual-networks?parent_id=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002602 10.0.0.254 - - [2025-10-02 01:50:44] "POST /chown HTTP/1.1" 200 109 0.007798 10.0.0.254 - - [2025-10-02 01:50:44] "GET /virtual-network/1b33507c-2bba-408a-8fd1-1a7add5f3643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004447 10.0.0.254 - - [2025-10-02 01:50:44] "POST /chown HTTP/1.1" 200 109 0.006696 10.0.0.254 - - [2025-10-02 01:50:44] "POST /instance-ips HTTP/1.1" 400 246 0.014351 10.0.0.254 - - [2025-10-02 01:50:44] "POST /chown HTTP/1.1" 200 109 0.006248 10.0.0.254 - - [2025-10-02 01:50:44] "POST /chown HTTP/1.1" 200 109 0.006209 10.0.0.254 - - [2025-10-02 01:50:44] "POST /instance-ips HTTP/1.1" 400 316 0.016290 10.0.0.254 - - [2025-10-02 01:50:44] "POST /chown HTTP/1.1" 200 109 0.006766 10.0.0.254 - - [2025-10-02 01:50:48] "POST /neutron/router HTTP/1.1" 200 656 0.003279 10.0.0.254 - - [2025-10-02 01:50:48] "POST /ref-update HTTP/1.1" 200 156 0.008004 10.0.0.254 - - [2025-10-02 01:50:48] "POST /neutron/router HTTP/1.1" 200 344 0.075515 10.0.0.254 - - [2025-10-02 01:50:48] "POST /neutron/router HTTP/1.1" 200 656 0.003976 10.0.0.254 - - [2025-10-02 01:50:48] "GET /logical-router/b7d3f1a6-5f93-4d4f-8533-92e5f4209d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1976 0.005722 10.0.0.254 - - [2025-10-02 01:50:48] "GET /service-instance/aeafcae4-10a8-4bfb-99cd-2e0b16d181ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2318 0.002827 10.0.0.254 - - [2025-10-02 01:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.254 - - [2025-10-02 01:50:48] "POST /neutron/router HTTP/1.1" 200 151 0.048501 10.0.0.254 - - [2025-10-02 01:50:48] "DELETE /route-target/17ed66a5-be11-430e-a5cf-3ebc17399691 HTTP/1.1" 409 240 0.003635 10.0.0.254 - - [2025-10-02 01:50:48] "PUT /logical-router/b7d3f1a6-5f93-4d4f-8533-92e5f4209d9c HTTP/1.1" 404 171 0.002285 10.0.0.254 - - [2025-10-02 01:50:48] "POST /ref-update HTTP/1.1" 200 156 0.012274 10.0.0.254 - - [2025-10-02 01:50:48] "DELETE /route-table/a31066fe-fd28-4993-ab4a-897ce40a48be HTTP/1.1" 200 115 0.021973 10.0.0.254 - - [2025-10-02 01:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002417 10.0.0.254 - - [2025-10-02 01:50:48] "PUT /routing-instance/92c5a410-6ea1-435e-bf18-ff2693b6223d HTTP/1.1" 200 267 0.007466 10.0.0.254 - - [2025-10-02 01:50:48] "POST /neutron/network HTTP/1.1" 200 835 0.005667 10.0.0.254 - - [2025-10-02 01:50:48] "GET /virtual-network/b51928c1-efd2-4048-afbd-d0891375817d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006190 10.0.0.254 - - [2025-10-02 01:50:48] "POST /neutron/network HTTP/1.1" 400 204 0.030814 10.0.0.254 - - [2025-10-02 01:50:48] "POST /ref-update HTTP/1.1" 200 156 0.007157 10.0.0.254 - - [2025-10-02 01:50:48] "POST /ref-update HTTP/1.1" 200 156 0.008124 10.0.0.254 - - [2025-10-02 01:50:48] "DELETE /instance-ip/a15fb923-6d4e-4c34-98de-eb8e124c6ca8 HTTP/1.1" 200 115 0.026512 10.0.0.254 - - [2025-10-02 01:50:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001961 10.0.0.254 - - [2025-10-02 01:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.254 - - [2025-10-02 01:50:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002290 10.0.0.254 - - [2025-10-02 01:50:48] "DELETE /virtual-network/b51928c1-efd2-4048-afbd-d0891375817d HTTP/1.1" 200 115 0.116643 10.0.0.254 - - [2025-10-02 01:50:48] "DELETE /route-target/5650d1e0-9bdd-40dc-9b9d-c43120bd15df HTTP/1.1" 200 115 0.029406 10.0.0.254 - - [2025-10-02 01:50:48] "DELETE /service-instance/aeafcae4-10a8-4bfb-99cd-2e0b16d181ee HTTP/1.1" 200 115 0.037050 10.0.0.254 - - [2025-10-02 01:50:48] "GET /logical-router/b7d3f1a6-5f93-4d4f-8533-92e5f4209d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002544 10.0.0.254 - - [2025-10-02 01:50:49] "GET /service-instance/aeafcae4-10a8-4bfb-99cd-2e0b16d181ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002418 10.0.0.254 - - [2025-10-02 01:50:49] "POST /neutron/port HTTP/1.1" 200 1092 0.010641 10.0.0.254 - - [2025-10-02 01:50:49] "POST /neutron/port HTTP/1.1" 200 1118 0.007182 10.0.0.254 - - [2025-10-02 01:50:49] "GET /virtual-machine-interface/344859dd-b33e-4265-b04d-5775194a38ba?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1334 0.005556 10.0.0.254 - - [2025-10-02 01:50:49] "POST /neutron/port HTTP/1.1" 200 1091 0.015179 10.0.0.254 - - [2025-10-02 01:50:49] "POST /neutron/port HTTP/1.1" 200 1117 0.008190 10.0.0.254 - - [2025-10-02 01:50:49] "DELETE /virtual-machine-interface/344859dd-b33e-4265-b04d-5775194a38ba HTTP/1.1" 200 115 0.048353 10.0.0.254 - - [2025-10-02 01:50:49] "GET /virtual-machine-interface/949c27f5-8589-432e-bc4d-0fa59a3cb673?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1656 0.004620 10.0.0.254 - - [2025-10-02 01:50:49] "POST /neutron/port HTTP/1.1" 200 151 0.139511 10.0.0.254 - - [2025-10-02 01:50:49] "POST /ref-update HTTP/1.1" 200 156 0.010351 10.0.0.254 - - [2025-10-02 01:50:49] "POST /neutron/port HTTP/1.1" 200 151 0.116374 10.0.0.254 - - [2025-10-02 01:50:49] "GET /instance-ip/01caea68-3448-45d9-8013-6c80334ba7a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.003985 10.0.0.254 - - [2025-10-02 01:50:49] "DELETE /virtual-machine-interface/949c27f5-8589-432e-bc4d-0fa59a3cb673 HTTP/1.1" 200 115 0.029495 10.0.0.254 - - [2025-10-02 01:50:49] "DELETE /virtual-machine/d9e480d9-2bea-411d-9ffe-01852ff185e8 HTTP/1.1" 200 115 0.014312 10.0.0.254 - - [2025-10-02 01:50:49] "GET /virtual-machine-interface/43118fbd-5b68-4f28-8986-c29ae66038a6?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.006322 10.0.0.254 - - [2025-10-02 01:50:49] "DELETE /virtual-machine-interface/43118fbd-5b68-4f28-8986-c29ae66038a6 HTTP/1.1" 200 115 0.021259 10.0.0.254 - - [2025-10-02 01:50:49] "GET /virtual-machine-interface/6b068c3e-e660-4f95-b763-7105b31aca19?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1655 0.004371 10.0.0.254 - - [2025-10-02 01:50:49] "POST /ref-update HTTP/1.1" 200 156 0.010202 10.0.0.254 - - [2025-10-02 01:50:49] "GET /instance-ip/01caea68-3448-45d9-8013-6c80334ba7a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.004423 10.0.0.254 - - [2025-10-02 01:50:49] "DELETE /instance-ip/01caea68-3448-45d9-8013-6c80334ba7a5 HTTP/1.1" 200 115 0.019848 10.0.0.254 - - [2025-10-02 01:50:49] "DELETE /virtual-machine-interface/6b068c3e-e660-4f95-b763-7105b31aca19 HTTP/1.1" 200 115 0.024892 10.0.0.254 - - [2025-10-02 01:50:49] "POST /ref-update HTTP/1.1" 200 156 0.007003 10.0.0.254 - - [2025-10-02 01:50:49] "DELETE /virtual-machine/d031c8b1-98d1-4881-b5b6-603edda284ac HTTP/1.1" 200 115 0.013518 10.0.0.254 - - [2025-10-02 01:50:50] "POST /neutron/network HTTP/1.1" 200 835 0.006063 10.0.0.254 - - [2025-10-02 01:50:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003749 10.0.0.254 - - [2025-10-02 01:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.254 - - [2025-10-02 01:50:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002773 10.0.0.254 - - [2025-10-02 01:50:50] "POST /neutron/network HTTP/1.1" 200 151 0.075531 10.0.0.254 - - [2025-10-02 01:50:50] "DELETE /route-target/1b5369f5-9c0b-469a-bbdd-2097ee75070b HTTP/1.1" 200 115 0.012770 10.0.0.254 - - [2025-10-02 01:50:50] "POST /neutron/network HTTP/1.1" 200 827 0.004418 10.0.0.254 - - [2025-10-02 01:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.254 - - [2025-10-02 01:50:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001701 10.0.0.254 - - [2025-10-02 01:50:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002670 10.0.0.254 - - [2025-10-02 01:50:50] "POST /neutron/network HTTP/1.1" 200 151 0.067321 10.0.0.254 - - [2025-10-02 01:50:50] "DELETE /route-target/b17a02da-4068-4459-92a8-44f763983891 HTTP/1.1" 200 115 0.017357 10.0.0.254 - - [2025-10-02 01:50:51] "GET /projects?obj_uuids=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000897 10.0.0.254 - - [2025-10-02 01:50:51] "GET /project/fd6e6093-ab26-4300-aac3-3e55ecbed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.022258 10.0.0.254 - - [2025-10-02 01:50:51] "GET /projects?obj_uuids=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000871 10.0.0.254 - - [2025-10-02 01:50:51] "GET /project/fd6e6093-ab26-4300-aac3-3e55ecbed047?fields=virtual_networks HTTP/1.1" 200 1040 0.066390 10.0.0.254 - - [2025-10-02 01:50:51] "GET /projects?obj_uuids=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000888 10.0.0.254 - - [2025-10-02 01:50:51] "GET /project/fd6e6093-ab26-4300-aac3-3e55ecbed047?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.022928 10.0.0.254 - - [2025-10-02 01:50:51] "GET /projects?obj_uuids=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000912 10.0.0.254 - - [2025-10-02 01:50:51] "GET /project/fd6e6093-ab26-4300-aac3-3e55ecbed047?fields=security_groups HTTP/1.1" 200 1270 0.020642 10.0.0.254 - - [2025-10-02 01:50:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.023051 10.0.0.254 - - [2025-10-02 01:50:52] "GET /projects?obj_uuids=15fd6244-b4fd-46eb-a813-3dd42e2c8dd7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002097 10.0.0.254 - - [2025-10-02 01:50:52] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001193 10.0.0.254 - - [2025-10-02 01:50:52] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010553 10.0.0.254 - - [2025-10-02 01:50:52] "POST /id-to-fqname HTTP/1.1" 200 198 0.001205 10.0.0.254 - - [2025-10-02 01:50:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.002949 10.0.0.254 - - [2025-10-02 01:50:52] "POST /security-groups HTTP/1.1" 200 599 0.063770 10.0.0.254 - - [2025-10-02 01:50:52] "POST /fqname-to-id HTTP/1.1" 404 242 0.002014 10.0.0.254 - - [2025-10-02 01:50:52] "POST /projects HTTP/1.1" 200 601 0.209873 10.0.0.254 - - [2025-10-02 01:50:52] "POST /access-control-lists HTTP/1.1" 200 606 0.055083 10.0.0.254 - - [2025-10-02 01:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.274688 10.0.0.254 - - [2025-10-02 01:50:52] "POST /fqname-to-id HTTP/1.1" 404 241 0.002412 10.0.0.254 - - [2025-10-02 01:50:52] "GET /project/15fd6244-b4fd-46eb-a813-3dd42e2c8dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.388324 10.0.0.254 - - [2025-10-02 01:50:52] "POST /access-control-lists HTTP/1.1" 200 604 0.056644 10.0.0.254 - - [2025-10-02 01:50:53] "GET / HTTP/1.1" 200 36215 0.001685 10.0.0.254 - - [2025-10-02 01:50:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000447 10.0.0.254 - - [2025-10-02 01:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.048934 10.0.0.254 - - [2025-10-02 01:50:54] "GET /projects?obj_uuids=15fd6244-b4fd-46eb-a813-3dd42e2c8dd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001194 10.0.0.254 - - [2025-10-02 01:50:54] "GET /project/15fd6244-b4fd-46eb-a813-3dd42e2c8dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.033226 10.0.0.254 - - [2025-10-02 01:50:54] "POST /neutron/network HTTP/1.1" 200 117 0.025308 10.0.0.254 - - [2025-10-02 01:50:54] "GET /projects?obj_uuids=15fd6244-b4fd-46eb-a813-3dd42e2c8dd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001690 10.0.0.254 - - [2025-10-02 01:50:54] "POST /neutron/network HTTP/1.1" 200 613 0.056046 10.0.0.254 - - [2025-10-02 01:50:54] "POST /route-targets HTTP/1.1" 200 328 0.009511 10.0.0.254 - - [2025-10-02 01:50:54] "POST /ref-update HTTP/1.1" 200 156 0.011647 10.0.0.254 - - [2025-10-02 01:50:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003348 10.0.0.254 - - [2025-10-02 01:50:54] "POST /neutron/subnet HTTP/1.1" 200 719 0.179898 10.0.0.254 - - [2025-10-02 01:50:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000341 10.0.0.254 - - [2025-10-02 01:50:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002120 10.0.0.254 - - [2025-10-02 01:50:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.177251 10.0.0.254 - - [2025-10-02 01:50:54] "POST /neutron/network HTTP/1.1" 200 1005 0.005683 10.0.0.254 - - [2025-10-02 01:50:54] "POST /id-to-fqname HTTP/1.1" 200 228 0.000914 10.0.0.254 - - [2025-10-02 01:50:54] "GET /virtual-network/55db3a8d-3ebe-46bc-a7a9-ff7ae3312499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.003639 10.0.0.254 - - [2025-10-02 01:50:55] "POST /neutron/network HTTP/1.1" 200 1005 0.005945 10.0.0.254 - - [2025-10-02 01:50:55] "GET /virtual-network/55db3a8d-3ebe-46bc-a7a9-ff7ae3312499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005812 10.0.0.254 - - [2025-10-02 01:50:55] "POST /neutron/network HTTP/1.1" 200 1005 0.006871 10.0.0.254 - - [2025-10-02 01:50:55] "POST /neutron/subnet HTTP/1.1" 200 719 0.004826 10.0.0.254 - - [2025-10-02 01:50:55] "POST /neutron/subnet HTTP/1.1" 200 828 0.005172 10.0.0.254 - - [2025-10-02 01:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001788 10.0.0.254 - - [2025-10-02 01:50:55] "GET /projects?obj_uuids=15fd6244-b4fd-46eb-a813-3dd42e2c8dd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001093 10.0.0.254 - - [2025-10-02 01:50:55] "GET /project/15fd6244-b4fd-46eb-a813-3dd42e2c8dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.017729 10.0.0.254 - - [2025-10-02 01:50:55] "POST /neutron/network HTTP/1.1" 200 117 0.006851 10.0.0.254 - - [2025-10-02 01:50:55] "GET /projects?obj_uuids=15fd6244-b4fd-46eb-a813-3dd42e2c8dd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000875 10.0.0.254 - - [2025-10-02 01:50:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.020931 10.0.0.254 - - [2025-10-02 01:50:55] "POST /neutron/network HTTP/1.1" 200 613 0.049331 10.0.0.254 - - [2025-10-02 01:50:55] "POST /route-targets HTTP/1.1" 200 328 0.008458 10.0.0.254 - - [2025-10-02 01:50:55] "POST /ref-update HTTP/1.1" 200 156 0.007952 10.0.0.254 - - [2025-10-02 01:50:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001881 10.0.0.254 - - [2025-10-02 01:50:55] "POST /neutron/subnet HTTP/1.1" 200 730 0.129636 10.0.0.254 - - [2025-10-02 01:50:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.002536 10.0.0.254 - - [2025-10-02 01:50:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001916 10.0.0.254 - - [2025-10-02 01:50:55] "POST /neutron/subnet HTTP/1.1" 200 823 0.187655 10.0.0.254 - - [2025-10-02 01:50:55] "POST /neutron/network HTTP/1.1" 200 1006 0.005463 10.0.0.254 - - [2025-10-02 01:50:55] "POST /id-to-fqname HTTP/1.1" 200 228 0.001052 10.0.0.254 - - [2025-10-02 01:50:55] "GET /virtual-network/20eec87c-3e97-4a5f-9e0e-eccf89ee4c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.011927 10.0.0.254 - - [2025-10-02 01:50:55] "POST /neutron/network HTTP/1.1" 200 1006 0.006630 10.0.0.254 - - [2025-10-02 01:50:55] "GET /virtual-network/20eec87c-3e97-4a5f-9e0e-eccf89ee4c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004672 10.0.0.254 - - [2025-10-02 01:50:55] "POST /neutron/network HTTP/1.1" 200 1006 0.006285 10.0.0.254 - - [2025-10-02 01:50:55] "POST /neutron/subnet HTTP/1.1" 200 730 0.004785 10.0.0.254 - - [2025-10-02 01:50:55] "POST /neutron/subnet HTTP/1.1" 200 823 0.005831 10.0.0.254 - - [2025-10-02 01:50:55] "POST /fqname-to-id HTTP/1.1" 404 234 0.001701 10.0.0.254 - - [2025-10-02 01:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001778 10.0.0.254 - - [2025-10-02 01:50:55] "GET /projects?obj_uuids=15fd6244-b4fd-46eb-a813-3dd42e2c8dd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000890 10.0.0.254 - - [2025-10-02 01:50:55] "GET /project/15fd6244-b4fd-46eb-a813-3dd42e2c8dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.021919 10.0.0.254 - - [2025-10-02 01:50:55] "POST /network-policys HTTP/1.1" 200 579 0.055889 10.0.0.254 - - [2025-10-02 01:50:56] "GET /network-policy/2c65de5f-9019-4a3e-a615-b30ac7e02dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004346 10.0.0.254 - - [2025-10-02 01:50:56] "POST /neutron/network HTTP/1.1" 200 1005 0.006057 10.0.0.254 - - [2025-10-02 01:50:56] "POST /fqname-to-id HTTP/1.1" 404 242 0.006511 10.0.0.254 - - [2025-10-02 01:50:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.004724 10.0.0.254 - - [2025-10-02 01:50:56] "POST /neutron/network HTTP/1.1" 200 1113 0.043063 10.0.0.254 - - [2025-10-02 01:50:56] "POST /access-control-lists HTTP/1.1" 200 598 0.069503 10.0.0.254 - - [2025-10-02 01:50:56] "POST /neutron/network HTTP/1.1" 200 1113 0.043854 10.0.0.254 - - [2025-10-02 01:50:56] "GET /virtual-network/55db3a8d-3ebe-46bc-a7a9-ff7ae3312499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004667 10.0.0.254 - - [2025-10-02 01:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002371 10.0.0.254 - - [2025-10-02 01:50:56] "GET /network-policy/2c65de5f-9019-4a3e-a615-b30ac7e02dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003346 10.0.0.254 - - [2025-10-02 01:50:56] "POST /neutron/network HTTP/1.1" 200 1006 0.006002 10.0.0.254 - - [2025-10-02 01:50:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.004429 10.0.0.254 - - [2025-10-02 01:50:56] "POST /fqname-to-id HTTP/1.1" 404 242 0.004028 10.0.0.254 - - [2025-10-02 01:50:56] "POST /neutron/network HTTP/1.1" 200 1114 0.039783 10.0.0.254 - - [2025-10-02 01:50:56] "POST /access-control-lists HTTP/1.1" 200 598 0.063169 10.0.0.254 - - [2025-10-02 01:50:56] "POST /neutron/network HTTP/1.1" 200 1114 0.040738 10.0.0.254 - - [2025-10-02 01:50:56] "GET /virtual-network/20eec87c-3e97-4a5f-9e0e-eccf89ee4c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004080 10.0.0.254 - - [2025-10-02 01:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001964 10.0.0.254 - - [2025-10-02 01:50:56] "POST /ref-update HTTP/1.1" 200 156 0.007782 10.0.0.254 - - [2025-10-02 01:50:56] "GET /network-policy/2c65de5f-9019-4a3e-a615-b30ac7e02dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.002668 10.0.0.254 - - [2025-10-02 01:50:56] "GET /domains HTTP/1.1" 401 293 0.000333 10.0.0.254 - - [2025-10-02 01:50:56] "PUT /access-control-list/95f7e898-e3b5-48e4-bd9b-6a4094435f16 HTTP/1.1" 200 273 0.050986 10.0.0.254 - - [2025-10-02 01:50:56] "GET /domains HTTP/1.1" 200 281 0.020294 10.0.0.254 - - [2025-10-02 01:50:56] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000792 10.0.0.254 - - [2025-10-02 01:50:56] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2780 0.006055 10.0.0.254 - - [2025-10-02 01:50:56] "GET /projects?obj_uuids=15fd6244-b4fd-46eb-a813-3dd42e2c8dd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000748 10.0.0.254 - - [2025-10-02 01:50:56] "GET /project/15fd6244-b4fd-46eb-a813-3dd42e2c8dd7 HTTP/1.1" 200 2632 0.068768 10.0.0.254 - - [2025-10-02 01:50:56] "GET /virtual-network/55db3a8d-3ebe-46bc-a7a9-ff7ae3312499 HTTP/1.1" 200 3508 0.004842 10.0.0.254 - - [2025-10-02 01:50:56] "GET /virtual-network/55db3a8d-3ebe-46bc-a7a9-ff7ae3312499 HTTP/1.1" 200 3508 0.003889 10.0.0.254 - - [2025-10-02 01:50:56] "GET /routing-instance/7cfdd136-46ed-4cf4-a9c6-4ad32e5ef710 HTTP/1.1" 200 1799 0.002540 10.0.0.254 - - [2025-10-02 01:50:56] "GET /routing-instance/7cfdd136-46ed-4cf4-a9c6-4ad32e5ef710 HTTP/1.1" 200 1799 0.002431 10.0.0.254 - - [2025-10-02 01:50:56] "GET /route-target/934971bd-d505-4351-a893-607f34898a8f HTTP/1.1" 200 1215 0.002145 10.0.0.254 - - [2025-10-02 01:50:56] "GET /virtual-network/55db3a8d-3ebe-46bc-a7a9-ff7ae3312499 HTTP/1.1" 200 3508 0.003502 10.0.0.254 - - [2025-10-02 01:50:56] "GET /routing-instance/7cfdd136-46ed-4cf4-a9c6-4ad32e5ef710 HTTP/1.1" 200 1799 0.002235 10.0.0.254 - - [2025-10-02 01:50:56] "GET /virtual-network/55db3a8d-3ebe-46bc-a7a9-ff7ae3312499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.003761 10.0.0.254 - - [2025-10-02 01:50:56] "GET /virtual-network/55db3a8d-3ebe-46bc-a7a9-ff7ae3312499 HTTP/1.1" 200 3508 0.003390 10.0.0.254 - - [2025-10-02 01:50:56] "GET /routing-instance/7cfdd136-46ed-4cf4-a9c6-4ad32e5ef710 HTTP/1.1" 200 1799 0.002288 10.0.0.254 - - [2025-10-02 01:50:56] "GET /routing-instance/7cfdd136-46ed-4cf4-a9c6-4ad32e5ef710 HTTP/1.1" 200 1799 0.002271 10.0.0.254 - - [2025-10-02 01:50:56] "GET /route-target/934971bd-d505-4351-a893-607f34898a8f HTTP/1.1" 200 1215 0.001933 10.0.0.254 - - [2025-10-02 01:50:56] "GET /domains HTTP/1.1" 200 281 0.001658 10.0.0.254 - - [2025-10-02 01:50:56] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000995 10.0.0.254 - - [2025-10-02 01:50:56] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2780 0.004941 10.0.0.254 - - [2025-10-02 01:50:56] "GET /projects?obj_uuids=15fd6244-b4fd-46eb-a813-3dd42e2c8dd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000710 10.0.0.254 - - [2025-10-02 01:50:57] "GET /project/15fd6244-b4fd-46eb-a813-3dd42e2c8dd7 HTTP/1.1" 200 2632 0.064276 10.0.0.254 - - [2025-10-02 01:50:57] "GET /virtual-network/55db3a8d-3ebe-46bc-a7a9-ff7ae3312499 HTTP/1.1" 200 3508 0.003808 10.0.0.254 - - [2025-10-02 01:50:57] "GET /obj-perms HTTP/1.1" 200 5065 0.038265 10.0.0.254 - - [2025-10-02 01:50:57] "GET /domains HTTP/1.1" 200 281 0.002112 10.0.0.254 - - [2025-10-02 01:50:57] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000809 10.0.0.254 - - [2025-10-02 01:50:57] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2780 0.005570 10.0.0.254 - - [2025-10-02 01:50:57] "GET /projects?obj_uuids=15fd6244-b4fd-46eb-a813-3dd42e2c8dd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000760 10.0.0.254 - - [2025-10-02 01:50:57] "GET /project/15fd6244-b4fd-46eb-a813-3dd42e2c8dd7 HTTP/1.1" 200 2632 0.062099 10.0.0.254 - - [2025-10-02 01:50:57] "GET /virtual-network/20eec87c-3e97-4a5f-9e0e-eccf89ee4c00 HTTP/1.1" 200 3511 0.005451 10.0.0.254 - - [2025-10-02 01:50:57] "GET /virtual-network/20eec87c-3e97-4a5f-9e0e-eccf89ee4c00 HTTP/1.1" 200 3511 0.003756 10.0.0.254 - - [2025-10-02 01:50:57] "GET /routing-instance/7f3a795d-7eba-4cb6-83c6-71a72b8d1927 HTTP/1.1" 200 1798 0.002503 10.0.0.254 - - [2025-10-02 01:50:57] "GET /routing-instance/7f3a795d-7eba-4cb6-83c6-71a72b8d1927 HTTP/1.1" 200 1798 0.002290 10.0.0.254 - - [2025-10-02 01:50:57] "GET /route-target/90dc4f18-e5c0-4cd8-a5ab-82bec2e5a33d HTTP/1.1" 200 1215 0.002439 10.0.0.254 - - [2025-10-02 01:50:57] "GET /virtual-network/20eec87c-3e97-4a5f-9e0e-eccf89ee4c00 HTTP/1.1" 200 3511 0.003425 10.0.0.254 - - [2025-10-02 01:50:57] "GET /routing-instance/7f3a795d-7eba-4cb6-83c6-71a72b8d1927 HTTP/1.1" 200 1798 0.002122 10.0.0.254 - - [2025-10-02 01:50:57] "GET /virtual-network/20eec87c-3e97-4a5f-9e0e-eccf89ee4c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.003473 10.0.0.254 - - [2025-10-02 01:50:57] "GET /virtual-network/20eec87c-3e97-4a5f-9e0e-eccf89ee4c00 HTTP/1.1" 200 3511 0.003548 10.0.0.254 - - [2025-10-02 01:50:57] "GET /routing-instance/7f3a795d-7eba-4cb6-83c6-71a72b8d1927 HTTP/1.1" 200 1798 0.002214 10.0.0.254 - - [2025-10-02 01:50:57] "GET /routing-instance/7f3a795d-7eba-4cb6-83c6-71a72b8d1927 HTTP/1.1" 200 1798 0.002232 10.0.0.254 - - [2025-10-02 01:50:57] "GET /route-target/90dc4f18-e5c0-4cd8-a5ab-82bec2e5a33d HTTP/1.1" 200 1215 0.002067 10.0.0.254 - - [2025-10-02 01:50:57] "GET /domains HTTP/1.1" 200 281 0.002084 10.0.0.254 - - [2025-10-02 01:50:57] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000767 10.0.0.254 - - [2025-10-02 01:50:57] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2780 0.004969 10.0.0.254 - - [2025-10-02 01:50:57] "GET /projects?obj_uuids=15fd6244-b4fd-46eb-a813-3dd42e2c8dd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000745 10.0.0.254 - - [2025-10-02 01:50:57] "GET /project/15fd6244-b4fd-46eb-a813-3dd42e2c8dd7 HTTP/1.1" 200 2632 0.060931 10.0.0.254 - - [2025-10-02 01:50:57] "GET /virtual-network/20eec87c-3e97-4a5f-9e0e-eccf89ee4c00 HTTP/1.1" 200 3511 0.003840 10.0.0.254 - - [2025-10-02 01:50:57] "GET /obj-perms HTTP/1.1" 200 5065 0.002107 10.0.0.254 - - [2025-10-02 01:50:57] "GET /virtual-network/20eec87c-3e97-4a5f-9e0e-eccf89ee4c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.003808 10.0.0.254 - - [2025-10-02 01:50:57] "POST /neutron/network HTTP/1.1" 200 1114 0.005443 10.0.0.254 - - [2025-10-02 01:50:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.007241 10.0.0.254 - - [2025-10-02 01:50:57] "POST /neutron/network HTTP/1.1" 200 1006 0.034763 10.0.0.254 - - [2025-10-02 01:50:57] "DELETE /access-control-list/2dad6b8e-0d93-4fe8-a197-7839c8fe143a HTTP/1.1" 200 115 0.023473 10.0.0.254 - - [2025-10-02 01:50:57] "POST /neutron/network HTTP/1.1" 200 1006 0.005927 10.0.0.254 - - [2025-10-02 01:50:57] "POST /ref-update HTTP/1.1" 200 156 0.011797 10.0.0.254 - - [2025-10-02 01:50:57] "GET /virtual-network/20eec87c-3e97-4a5f-9e0e-eccf89ee4c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004017 10.0.0.254 - - [2025-10-02 01:50:57] "GET /virtual-network/55db3a8d-3ebe-46bc-a7a9-ff7ae3312499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.003740 10.0.0.254 - - [2025-10-02 01:50:57] "POST /neutron/network HTTP/1.1" 200 1113 0.005896 10.0.0.254 - - [2025-10-02 01:50:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.004534 10.0.0.254 - - [2025-10-02 01:50:57] "POST /neutron/network HTTP/1.1" 200 1005 0.037382 10.0.0.254 - - [2025-10-02 01:50:57] "DELETE /access-control-list/95f7e898-e3b5-48e4-bd9b-6a4094435f16 HTTP/1.1" 200 115 0.032220 10.0.0.254 - - [2025-10-02 01:50:57] "POST /neutron/network HTTP/1.1" 200 1005 0.009139 10.0.0.254 - - [2025-10-02 01:50:57] "POST /ref-update HTTP/1.1" 200 156 0.009089 10.0.0.254 - - [2025-10-02 01:50:57] "GET /virtual-network/55db3a8d-3ebe-46bc-a7a9-ff7ae3312499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004927 10.0.0.254 - - [2025-10-02 01:50:57] "DELETE /network-policy/2c65de5f-9019-4a3e-a615-b30ac7e02dd6 HTTP/1.1" 200 115 0.017409 10.0.0.254 - - [2025-10-02 01:50:57] "POST /neutron/network HTTP/1.1" 200 1006 0.011143 10.0.0.254 - - [2025-10-02 01:50:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002509 10.0.0.254 - - [2025-10-02 01:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.254 - - [2025-10-02 01:50:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002704 10.0.0.254 - - [2025-10-02 01:50:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001743 10.0.0.254 - - [2025-10-02 01:50:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001303 10.0.0.254 - - [2025-10-02 01:50:58] "POST /neutron/network HTTP/1.1" 200 151 0.064823 10.0.0.254 - - [2025-10-02 01:50:58] "DELETE /route-target/90dc4f18-e5c0-4cd8-a5ab-82bec2e5a33d HTTP/1.1" 200 115 0.017499 10.0.0.254 - - [2025-10-02 01:50:58] "GET /routing-instance/7f3a795d-7eba-4cb6-83c6-71a72b8d1927 HTTP/1.1" 404 171 0.002279 10.0.0.254 - - [2025-10-02 01:50:58] "GET /domains HTTP/1.1" 200 281 0.001763 10.0.0.254 - - [2025-10-02 01:50:58] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000744 10.0.0.254 - - [2025-10-02 01:50:58] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2780 0.047733 10.0.0.254 - - [2025-10-02 01:50:58] "GET /projects?obj_uuids=15fd6244-b4fd-46eb-a813-3dd42e2c8dd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001164 10.0.0.254 - - [2025-10-02 01:50:58] "GET /project/15fd6244-b4fd-46eb-a813-3dd42e2c8dd7 HTTP/1.1" 200 2150 0.062867 10.0.0.254 - - [2025-10-02 01:50:58] "POST /neutron/network HTTP/1.1" 200 1005 0.005699 10.0.0.254 - - [2025-10-02 01:50:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003229 10.0.0.254 - - [2025-10-02 01:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.254 - - [2025-10-02 01:50:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002461 10.0.0.254 - - [2025-10-02 01:50:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002202 10.0.0.254 - - [2025-10-02 01:50:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001368 10.0.0.254 - - [2025-10-02 01:50:58] "POST /neutron/network HTTP/1.1" 200 151 0.070314 10.0.0.254 - - [2025-10-02 01:50:58] "DELETE /route-target/934971bd-d505-4351-a893-607f34898a8f HTTP/1.1" 200 115 0.020231 10.0.0.254 - - [2025-10-02 01:50:58] "GET /routing-instance/7cfdd136-46ed-4cf4-a9c6-4ad32e5ef710 HTTP/1.1" 404 171 0.002546 10.0.0.254 - - [2025-10-02 01:50:58] "GET /domains HTTP/1.1" 200 281 0.001682 10.0.0.254 - - [2025-10-02 01:50:58] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000746 10.0.0.254 - - [2025-10-02 01:50:58] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2780 0.046913 10.0.0.254 - - [2025-10-02 01:50:58] "GET /projects?obj_uuids=15fd6244-b4fd-46eb-a813-3dd42e2c8dd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000863 10.0.0.254 - - [2025-10-02 01:50:58] "GET /project/15fd6244-b4fd-46eb-a813-3dd42e2c8dd7 HTTP/1.1" 200 1904 0.061802 10.0.0.254 - - [2025-10-02 01:50:58] "GET /projects?obj_uuids=15fd6244-b4fd-46eb-a813-3dd42e2c8dd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958 10.0.0.254 - - [2025-10-02 01:50:58] "GET /project/15fd6244-b4fd-46eb-a813-3dd42e2c8dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.022753 10.0.0.254 - - [2025-10-02 01:50:58] "GET /projects?obj_uuids=15fd6244-b4fd-46eb-a813-3dd42e2c8dd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000859 10.0.0.254 - - [2025-10-02 01:50:58] "GET /project/15fd6244-b4fd-46eb-a813-3dd42e2c8dd7?fields=virtual_networks HTTP/1.1" 200 1049 0.065852 10.0.0.254 - - [2025-10-02 01:50:58] "GET /projects?obj_uuids=15fd6244-b4fd-46eb-a813-3dd42e2c8dd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000908 10.0.0.254 - - [2025-10-02 01:50:58] "GET /project/15fd6244-b4fd-46eb-a813-3dd42e2c8dd7?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.017647 10.0.0.254 - - [2025-10-02 01:50:58] "GET /projects?obj_uuids=15fd6244-b4fd-46eb-a813-3dd42e2c8dd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000914 10.0.0.254 - - [2025-10-02 01:50:58] "GET /project/15fd6244-b4fd-46eb-a813-3dd42e2c8dd7?fields=security_groups HTTP/1.1" 200 1284 0.020174 10.0.0.254 - - [2025-10-02 01:50:59] "POST /fqname-to-id HTTP/1.1" 404 204 0.019019 10.0.0.254 - - [2025-10-02 01:50:59] "GET /projects?obj_uuids=ef8bc578-75dc-492e-891f-422234f6d33c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001960 10.0.0.254 - - [2025-10-02 01:50:59] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000845 10.0.0.254 - - [2025-10-02 01:50:59] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005627 10.0.0.254 - - [2025-10-02 01:50:59] "POST /id-to-fqname HTTP/1.1" 200 206 0.000931 10.0.0.254 - - [2025-10-02 01:50:59] "POST /fqname-to-id HTTP/1.1" 404 215 0.002305 10.0.0.254 - - [2025-10-02 01:50:59] "POST /security-groups HTTP/1.1" 200 607 0.060010 10.0.0.254 - - [2025-10-02 01:50:59] "POST /fqname-to-id HTTP/1.1" 404 250 0.001903 10.0.0.254 - - [2025-10-02 01:50:59] "POST /projects HTTP/1.1" 200 617 0.202915 10.0.0.254 - - [2025-10-02 01:50:59] "POST /access-control-lists HTTP/1.1" 200 614 0.055431 10.0.0.254 - - [2025-10-02 01:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.270219 10.0.0.254 - - [2025-10-02 01:50:59] "POST /fqname-to-id HTTP/1.1" 404 249 0.001765 10.0.0.254 - - [2025-10-02 01:50:59] "GET /project/ef8bc578-75dc-492e-891f-422234f6d33c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.381562 10.0.0.254 - - [2025-10-02 01:51:00] "POST /access-control-lists HTTP/1.1" 200 612 0.055651 10.0.0.254 - - [2025-10-02 01:51:00] "GET / HTTP/1.1" 200 36215 0.001717 10.0.0.254 - - [2025-10-02 01:51:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000485 10.0.0.254 - - [2025-10-02 01:51:02] "POST /fqname-to-id HTTP/1.1" 404 233 0.046668 10.0.0.254 - - [2025-10-02 01:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002039 10.0.0.254 - - [2025-10-02 01:51:02] "GET /projects?obj_uuids=ef8bc578-75dc-492e-891f-422234f6d33c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000937 10.0.0.254 - - [2025-10-02 01:51:02] "GET /project/ef8bc578-75dc-492e-891f-422234f6d33c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.020123 10.0.0.254 - - [2025-10-02 01:51:02] "POST /network-policys HTTP/1.1" 200 569 0.056337 10.0.0.254 - - [2025-10-02 01:51:02] "GET /network-policy/8ea7753b-8e0a-437a-ad25-1a2a07abb071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.005064 10.0.0.254 - - [2025-10-02 01:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002439 10.0.0.254 - - [2025-10-02 01:51:02] "GET /projects?obj_uuids=ef8bc578-75dc-492e-891f-422234f6d33c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000905 10.0.0.254 - - [2025-10-02 01:51:02] "GET /project/ef8bc578-75dc-492e-891f-422234f6d33c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.020556 10.0.0.254 - - [2025-10-02 01:51:02] "POST /neutron/network HTTP/1.1" 200 117 0.023615 10.0.0.254 - - [2025-10-02 01:51:02] "GET /projects?obj_uuids=ef8bc578-75dc-492e-891f-422234f6d33c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.061449 10.0.0.254 - - [2025-10-02 01:51:02] "POST /neutron/network HTTP/1.1" 200 623 0.109049 10.0.0.254 - - [2025-10-02 01:51:02] "POST /route-targets HTTP/1.1" 200 328 0.007885 10.0.0.254 - - [2025-10-02 01:51:02] "POST /ref-update HTTP/1.1" 200 156 0.007924 10.0.0.254 - - [2025-10-02 01:51:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004126 10.0.0.254 - - [2025-10-02 01:51:02] "POST /neutron/subnet HTTP/1.1" 200 720 0.112048 10.0.0.254 - - [2025-10-02 01:51:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.003776 10.0.0.254 - - [2025-10-02 01:51:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003068 10.0.0.254 - - [2025-10-02 01:51:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.167314 10.0.0.254 - - [2025-10-02 01:51:03] "POST /neutron/network HTTP/1.1" 200 1015 0.005759 10.0.0.254 - - [2025-10-02 01:51:03] "POST /id-to-fqname HTTP/1.1" 200 237 0.000950 10.0.0.254 - - [2025-10-02 01:51:03] "GET /virtual-network/070f092d-6b7f-4000-9f89-0115feb2af8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2657 0.004296 10.0.0.254 - - [2025-10-02 01:51:03] "POST /neutron/network HTTP/1.1" 200 1015 0.005851 10.0.0.254 - - [2025-10-02 01:51:03] "GET /virtual-network/070f092d-6b7f-4000-9f89-0115feb2af8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2657 0.005548 10.0.0.254 - - [2025-10-02 01:51:03] "POST /neutron/network HTTP/1.1" 200 1015 0.006730 10.0.0.254 - - [2025-10-02 01:51:03] "POST /neutron/subnet HTTP/1.1" 200 720 0.005532 10.0.0.254 - - [2025-10-02 01:51:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.005378 10.0.0.254 - - [2025-10-02 01:51:03] "POST /neutron/network HTTP/1.1" 200 1015 0.005096 10.0.0.254 - - [2025-10-02 01:51:03] "POST /fqname-to-id HTTP/1.1" 404 252 0.002944 10.0.0.254 - - [2025-10-02 01:51:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.001948 10.0.0.254 - - [2025-10-02 01:51:03] "POST /neutron/network HTTP/1.1" 200 1122 0.035089 10.0.0.254 - - [2025-10-02 01:51:03] "POST /access-control-lists HTTP/1.1" 200 609 0.059496 10.0.0.254 - - [2025-10-02 01:51:03] "POST /neutron/network HTTP/1.1" 200 1122 0.042927 10.0.0.254 - - [2025-10-02 01:51:03] "GET /virtual-network/070f092d-6b7f-4000-9f89-0115feb2af8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2981 0.004016 10.0.0.254 - - [2025-10-02 01:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001828 10.0.0.254 - - [2025-10-02 01:51:03] "GET /network-policy/8ea7753b-8e0a-437a-ad25-1a2a07abb071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.003036 10.0.0.254 - - [2025-10-02 01:51:03] "GET /domains HTTP/1.1" 401 293 0.000443 10.0.0.254 - - [2025-10-02 01:51:03] "GET /domains HTTP/1.1" 200 281 0.021962 10.0.0.254 - - [2025-10-02 01:51:03] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000777 10.0.0.254 - - [2025-10-02 01:51:03] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2983 0.006138 10.0.0.254 - - [2025-10-02 01:51:03] "GET /projects?obj_uuids=ef8bc578-75dc-492e-891f-422234f6d33c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000743 10.0.0.254 - - [2025-10-02 01:51:03] "GET /project/ef8bc578-75dc-492e-891f-422234f6d33c HTTP/1.1" 200 2464 0.067639 10.0.0.254 - - [2025-10-02 01:51:03] "GET /virtual-network/070f092d-6b7f-4000-9f89-0115feb2af8a HTTP/1.1" 200 3545 0.005415 10.0.0.254 - - [2025-10-02 01:51:03] "GET /virtual-network/070f092d-6b7f-4000-9f89-0115feb2af8a HTTP/1.1" 200 3545 0.003686 10.0.0.254 - - [2025-10-02 01:51:03] "GET /routing-instance/9b0b4b15-b11f-42b3-a92c-645419acbbbb HTTP/1.1" 200 1499 0.002939 10.0.0.254 - - [2025-10-02 01:51:03] "GET /routing-instance/9b0b4b15-b11f-42b3-a92c-645419acbbbb HTTP/1.1" 200 1499 0.002498 10.0.0.254 - - [2025-10-02 01:51:03] "GET /route-target/005ad681-2abe-4365-ac8f-e5d17e01845a HTTP/1.1" 200 1222 0.002129 10.0.0.254 - - [2025-10-02 01:51:03] "GET /virtual-network/070f092d-6b7f-4000-9f89-0115feb2af8a HTTP/1.1" 200 3545 0.003681 10.0.0.254 - - [2025-10-02 01:51:03] "GET /routing-instance/9b0b4b15-b11f-42b3-a92c-645419acbbbb HTTP/1.1" 200 1499 0.002385 10.0.0.254 - - [2025-10-02 01:51:03] "GET /virtual-network/070f092d-6b7f-4000-9f89-0115feb2af8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2981 0.003505 10.0.0.254 - - [2025-10-02 01:51:03] "GET /virtual-network/070f092d-6b7f-4000-9f89-0115feb2af8a HTTP/1.1" 200 3545 0.003613 10.0.0.254 - - [2025-10-02 01:51:03] "GET /routing-instance/9b0b4b15-b11f-42b3-a92c-645419acbbbb HTTP/1.1" 200 1499 0.002321 10.0.0.254 - - [2025-10-02 01:51:03] "GET /routing-instance/9b0b4b15-b11f-42b3-a92c-645419acbbbb HTTP/1.1" 200 1499 0.002577 10.0.0.254 - - [2025-10-02 01:51:03] "GET /route-target/005ad681-2abe-4365-ac8f-e5d17e01845a HTTP/1.1" 200 1222 0.001918 10.0.0.254 - - [2025-10-02 01:51:03] "GET /domains HTTP/1.1" 200 281 0.001614 10.0.0.254 - - [2025-10-02 01:51:03] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000746 10.0.0.254 - - [2025-10-02 01:51:03] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2983 0.004833 10.0.0.254 - - [2025-10-02 01:51:03] "GET /projects?obj_uuids=ef8bc578-75dc-492e-891f-422234f6d33c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000732 10.0.0.254 - - [2025-10-02 01:51:03] "GET /project/ef8bc578-75dc-492e-891f-422234f6d33c HTTP/1.1" 200 2464 0.064191 10.0.0.254 - - [2025-10-02 01:51:03] "GET /virtual-network/070f092d-6b7f-4000-9f89-0115feb2af8a HTTP/1.1" 200 3545 0.004026 10.0.0.254 - - [2025-10-02 01:51:04] "GET /obj-perms HTTP/1.1" 200 5081 0.039638 10.0.0.254 - - [2025-10-02 01:51:04] "GET /domains HTTP/1.1" 200 281 0.002288 10.0.0.254 - - [2025-10-02 01:51:04] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000857 10.0.0.254 - - [2025-10-02 01:51:04] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2983 0.005467 10.0.0.254 - - [2025-10-02 01:51:04] "GET /projects?obj_uuids=ef8bc578-75dc-492e-891f-422234f6d33c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000727 10.0.0.254 - - [2025-10-02 01:51:04] "GET /project/ef8bc578-75dc-492e-891f-422234f6d33c HTTP/1.1" 200 2464 0.059356 10.0.0.254 - - [2025-10-02 01:51:04] "GET /network-policy/8ea7753b-8e0a-437a-ad25-1a2a07abb071 HTTP/1.1" 200 3482 0.003357 10.0.0.254 - - [2025-10-02 01:51:04] "DELETE /network-policy/8ea7753b-8e0a-437a-ad25-1a2a07abb071 HTTP/1.1" 409 239 0.004736 10.0.0.254 - - [2025-10-02 01:51:04] "POST /neutron/network HTTP/1.1" 200 1122 0.005650 10.0.0.254 - - [2025-10-02 01:51:04] "DELETE /access-control-list/613c38a2-2694-4e5a-a39e-de2580675a59 HTTP/1.1" 200 115 0.028234 10.0.0.254 - - [2025-10-02 01:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.254 - - [2025-10-02 01:51:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001809 10.0.0.254 - - [2025-10-02 01:51:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001333 10.0.0.254 - - [2025-10-02 01:51:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001225 10.0.0.254 - - [2025-10-02 01:51:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001222 10.0.0.254 - - [2025-10-02 01:51:04] "POST /neutron/network HTTP/1.1" 200 151 0.081039 10.0.0.254 - - [2025-10-02 01:51:04] "GET /routing-instance/9b0b4b15-b11f-42b3-a92c-645419acbbbb HTTP/1.1" 404 171 0.001900 10.0.0.254 - - [2025-10-02 01:51:04] "GET /domains HTTP/1.1" 200 281 0.001589 10.0.0.254 - - [2025-10-02 01:51:04] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000762 10.0.0.254 - - [2025-10-02 01:51:04] "DELETE /route-target/005ad681-2abe-4365-ac8f-e5d17e01845a HTTP/1.1" 200 115 0.011369 10.0.0.254 - - [2025-10-02 01:51:04] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2983 0.048971 10.0.0.254 - - [2025-10-02 01:51:04] "GET /projects?obj_uuids=ef8bc578-75dc-492e-891f-422234f6d33c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000885 10.0.0.254 - - [2025-10-02 01:51:04] "GET /project/ef8bc578-75dc-492e-891f-422234f6d33c HTTP/1.1" 200 2209 0.064304 10.0.0.254 - - [2025-10-02 01:51:04] "DELETE /network-policy/8ea7753b-8e0a-437a-ad25-1a2a07abb071 HTTP/1.1" 200 115 0.020590 10.0.0.254 - - [2025-10-02 01:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002209 10.0.0.254 - - [2025-10-02 01:51:04] "GET /projects?obj_uuids=ef8bc578-75dc-492e-891f-422234f6d33c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001242 10.0.0.254 - - [2025-10-02 01:51:04] "GET /project/ef8bc578-75dc-492e-891f-422234f6d33c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.024092 10.0.0.254 - - [2025-10-02 01:51:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-48262045&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003710 10.0.0.254 - - [2025-10-02 01:51:05] "GET /projects?obj_uuids=ef8bc578-75dc-492e-891f-422234f6d33c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000910 10.0.0.254 - - [2025-10-02 01:51:05] "GET /project/ef8bc578-75dc-492e-891f-422234f6d33c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.021377 10.0.0.254 - - [2025-10-02 01:51:05] "GET /projects?obj_uuids=ef8bc578-75dc-492e-891f-422234f6d33c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000868 10.0.0.254 - - [2025-10-02 01:51:05] "GET /project/ef8bc578-75dc-492e-891f-422234f6d33c?fields=virtual_networks HTTP/1.1" 200 1065 0.062732 10.0.0.254 - - [2025-10-02 01:51:05] "GET /projects?obj_uuids=ef8bc578-75dc-492e-891f-422234f6d33c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000944 10.0.0.254 - - [2025-10-02 01:51:05] "GET /project/ef8bc578-75dc-492e-891f-422234f6d33c?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.023891 10.0.0.254 - - [2025-10-02 01:51:05] "GET /projects?obj_uuids=ef8bc578-75dc-492e-891f-422234f6d33c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000974 10.0.0.254 - - [2025-10-02 01:51:05] "GET /project/ef8bc578-75dc-492e-891f-422234f6d33c?fields=security_groups HTTP/1.1" 200 1308 0.020826 10.0.0.254 - - [2025-10-02 01:51:06] "POST /fqname-to-id HTTP/1.1" 404 190 0.019561 10.0.0.254 - - [2025-10-02 01:51:06] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001985 10.0.0.254 - - [2025-10-02 01:51:06] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.254 - - [2025-10-02 01:51:06] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005644 10.0.0.254 - - [2025-10-02 01:51:06] "POST /id-to-fqname HTTP/1.1" 200 192 0.001535 10.0.0.254 - - [2025-10-02 01:51:06] "POST /fqname-to-id HTTP/1.1" 404 201 0.003087 10.0.0.254 - - [2025-10-02 01:51:06] "POST /security-groups HTTP/1.1" 200 593 0.059722 10.0.0.254 - - [2025-10-02 01:51:06] "POST /fqname-to-id HTTP/1.1" 404 236 0.002105 10.0.0.254 - - [2025-10-02 01:51:06] "POST /projects HTTP/1.1" 200 589 0.198322 10.0.0.254 - - [2025-10-02 01:51:06] "POST /access-control-lists HTTP/1.1" 200 600 0.056444 10.0.0.254 - - [2025-10-02 01:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.262690 10.0.0.254 - - [2025-10-02 01:51:06] "POST /fqname-to-id HTTP/1.1" 404 235 0.002207 10.0.0.254 - - [2025-10-02 01:51:06] "GET /project/d80151a5-af92-46b8-89d4-960688f99e16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.367759 10.0.0.254 - - [2025-10-02 01:51:06] "POST /access-control-lists HTTP/1.1" 200 598 0.064450 10.0.0.254 - - [2025-10-02 01:51:07] "GET / HTTP/1.1" 200 36215 0.001712 10.0.0.254 - - [2025-10-02 01:51:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000422 10.0.0.254 - - [2025-10-02 01:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.045389 10.0.0.254 - - [2025-10-02 01:51:08] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000862 10.0.0.254 - - [2025-10-02 01:51:08] "GET /project/d80151a5-af92-46b8-89d4-960688f99e16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.020296 10.0.0.254 - - [2025-10-02 01:51:08] "POST /neutron/network HTTP/1.1" 200 117 0.023436 10.0.0.254 - - [2025-10-02 01:51:08] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000851 10.0.0.254 - - [2025-10-02 01:51:08] "POST /neutron/network HTTP/1.1" 200 607 0.047832 10.0.0.254 - - [2025-10-02 01:51:08] "POST /route-targets HTTP/1.1" 200 328 0.008694 10.0.0.254 - - [2025-10-02 01:51:08] "POST /ref-update HTTP/1.1" 200 156 0.009081 10.0.0.254 - - [2025-10-02 01:51:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003342 10.0.0.254 - - [2025-10-02 01:51:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.155952 10.0.0.254 - - [2025-10-02 01:51:09] "POST /neutron/network HTTP/1.1" 200 825 0.004150 10.0.0.254 - - [2025-10-02 01:51:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.000931 10.0.0.254 - - [2025-10-02 01:51:09] "GET /virtual-network/f5951365-196a-4ec1-8a44-8f37e0a5f337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003807 10.0.0.254 - - [2025-10-02 01:51:09] "POST /neutron/network HTTP/1.1" 200 825 0.004786 10.0.0.254 - - [2025-10-02 01:51:09] "GET /virtual-network/f5951365-196a-4ec1-8a44-8f37e0a5f337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004154 10.0.0.254 - - [2025-10-02 01:51:09] "POST /neutron/network HTTP/1.1" 200 825 0.004513 10.0.0.254 - - [2025-10-02 01:51:09] "POST /neutron/subnet HTTP/1.1" 200 720 0.005677 10.0.0.254 - - [2025-10-02 01:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001822 10.0.0.254 - - [2025-10-02 01:51:09] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000912 10.0.0.254 - - [2025-10-02 01:51:09] "GET /project/d80151a5-af92-46b8-89d4-960688f99e16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.019808 10.0.0.254 - - [2025-10-02 01:51:09] "POST /neutron/network HTTP/1.1" 200 117 0.006819 10.0.0.254 - - [2025-10-02 01:51:09] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000873 10.0.0.254 - - [2025-10-02 01:51:09] "POST /neutron/network HTTP/1.1" 200 607 0.055691 10.0.0.254 - - [2025-10-02 01:51:09] "POST /route-targets HTTP/1.1" 200 328 0.008676 10.0.0.254 - - [2025-10-02 01:51:09] "POST /ref-update HTTP/1.1" 200 156 0.009158 10.0.0.254 - - [2025-10-02 01:51:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002729 10.0.0.254 - - [2025-10-02 01:51:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.142594 10.0.0.254 - - [2025-10-02 01:51:09] "POST /neutron/network HTTP/1.1" 200 827 0.004010 10.0.0.254 - - [2025-10-02 01:51:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.000952 10.0.0.254 - - [2025-10-02 01:51:09] "GET /virtual-network/3fc5a7ca-662e-48a7-8ab1-8f0801c4a6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003845 10.0.0.254 - - [2025-10-02 01:51:09] "POST /neutron/network HTTP/1.1" 200 827 0.005157 10.0.0.254 - - [2025-10-02 01:51:09] "GET /virtual-network/3fc5a7ca-662e-48a7-8ab1-8f0801c4a6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003976 10.0.0.254 - - [2025-10-02 01:51:09] "POST /neutron/network HTTP/1.1" 200 827 0.004680 10.0.0.254 - - [2025-10-02 01:51:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.005145 10.0.0.254 - - [2025-10-02 01:51:09] "POST /fqname-to-id HTTP/1.1" 404 228 0.001731 10.0.0.254 - - [2025-10-02 01:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002079 10.0.0.254 - - [2025-10-02 01:51:09] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001158 10.0.0.254 - - [2025-10-02 01:51:09] "GET /project/d80151a5-af92-46b8-89d4-960688f99e16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.020003 10.0.0.254 - - [2025-10-02 01:51:09] "POST /network-policys HTTP/1.1" 200 573 0.014503 10.0.0.254 - - [2025-10-02 01:51:09] "GET /network-policy/2a8d7a29-04d5-4373-bc29-3d40466de639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003823 10.0.0.254 - - [2025-10-02 01:51:09] "POST /neutron/network HTTP/1.1" 200 825 0.004352 10.0.0.254 - - [2025-10-02 01:51:09] "POST /fqname-to-id HTTP/1.1" 404 236 0.001925 10.0.0.254 - - [2025-10-02 01:51:09] "POST /neutron/network HTTP/1.1" 200 927 0.032058 10.0.0.254 - - [2025-10-02 01:51:10] "POST /neutron/network HTTP/1.1" 200 927 0.043235 10.0.0.254 - - [2025-10-02 01:51:10] "POST /access-control-lists HTTP/1.1" 200 592 0.060975 10.0.0.254 - - [2025-10-02 01:51:10] "GET /virtual-network/f5951365-196a-4ec1-8a44-8f37e0a5f337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007458 10.0.0.254 - - [2025-10-02 01:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001788 10.0.0.254 - - [2025-10-02 01:51:10] "GET /network-policy/2a8d7a29-04d5-4373-bc29-3d40466de639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003156 10.0.0.254 - - [2025-10-02 01:51:10] "POST /neutron/network HTTP/1.1" 200 827 0.004770 10.0.0.254 - - [2025-10-02 01:51:10] "POST /neutron/network HTTP/1.1" 200 929 0.032764 10.0.0.254 - - [2025-10-02 01:51:10] "PUT /access-control-list/3395f993-87f9-4b43-8c87-cea382db2d0b HTTP/1.1" 200 273 0.014860 10.0.0.254 - - [2025-10-02 01:51:10] "POST /fqname-to-id HTTP/1.1" 404 236 0.002519 10.0.0.254 - - [2025-10-02 01:51:10] "POST /neutron/network HTTP/1.1" 200 929 0.004076 10.0.0.254 - - [2025-10-02 01:51:10] "GET /virtual-network/3fc5a7ca-662e-48a7-8ab1-8f0801c4a6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.003660 10.0.0.254 - - [2025-10-02 01:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001646 10.0.0.254 - - [2025-10-02 01:51:10] "GET /network-policy/2a8d7a29-04d5-4373-bc29-3d40466de639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.036327 10.0.0.254 - - [2025-10-02 01:51:10] "POST /access-control-lists HTTP/1.1" 200 592 0.057315 10.0.0.254 - - [2025-10-02 01:51:10] "GET /domains HTTP/1.1" 401 293 0.000313 10.0.0.254 - - [2025-10-02 01:51:10] "POST /ref-update HTTP/1.1" 200 156 0.008676 10.0.0.254 - - [2025-10-02 01:51:10] "GET /domains HTTP/1.1" 200 281 0.023734 10.0.0.254 - - [2025-10-02 01:51:10] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000777 10.0.0.254 - - [2025-10-02 01:51:10] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 3172 0.006047 10.0.0.254 - - [2025-10-02 01:51:10] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000980 10.0.0.254 - - [2025-10-02 01:51:10] "GET /project/d80151a5-af92-46b8-89d4-960688f99e16 HTTP/1.1" 200 2578 0.069123 10.0.0.254 - - [2025-10-02 01:51:10] "GET /virtual-network/f5951365-196a-4ec1-8a44-8f37e0a5f337 HTTP/1.1" 200 2894 0.004604 10.0.0.254 - - [2025-10-02 01:51:10] "GET /virtual-network/f5951365-196a-4ec1-8a44-8f37e0a5f337 HTTP/1.1" 200 2894 0.003716 10.0.0.254 - - [2025-10-02 01:51:10] "GET /routing-instance/234ec987-aa5d-454f-9041-c8c9cfb58faf HTTP/1.1" 200 1787 0.004891 10.0.0.254 - - [2025-10-02 01:51:10] "GET /routing-instance/234ec987-aa5d-454f-9041-c8c9cfb58faf HTTP/1.1" 200 1787 0.002598 10.0.0.254 - - [2025-10-02 01:51:10] "GET /route-target/33fb5481-8e40-44c4-8a47-a08a714ae868 HTTP/1.1" 200 1207 0.002242 10.0.0.254 - - [2025-10-02 01:51:10] "GET /virtual-network/f5951365-196a-4ec1-8a44-8f37e0a5f337 HTTP/1.1" 200 2894 0.003495 10.0.0.254 - - [2025-10-02 01:51:10] "GET /routing-instance/234ec987-aa5d-454f-9041-c8c9cfb58faf HTTP/1.1" 200 1787 0.003592 10.0.0.254 - - [2025-10-02 01:51:10] "GET /virtual-network/f5951365-196a-4ec1-8a44-8f37e0a5f337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003514 10.0.0.254 - - [2025-10-02 01:51:10] "GET /virtual-network/f5951365-196a-4ec1-8a44-8f37e0a5f337 HTTP/1.1" 200 2894 0.003405 10.0.0.254 - - [2025-10-02 01:51:10] "GET /routing-instance/234ec987-aa5d-454f-9041-c8c9cfb58faf HTTP/1.1" 200 1787 0.002504 10.0.0.254 - - [2025-10-02 01:51:10] "GET /routing-instance/234ec987-aa5d-454f-9041-c8c9cfb58faf HTTP/1.1" 200 1787 0.002137 10.0.0.254 - - [2025-10-02 01:51:10] "GET /route-target/33fb5481-8e40-44c4-8a47-a08a714ae868 HTTP/1.1" 200 1207 0.002087 10.0.0.254 - - [2025-10-02 01:51:10] "GET /domains HTTP/1.1" 200 281 0.001881 10.0.0.254 - - [2025-10-02 01:51:10] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000764 10.0.0.254 - - [2025-10-02 01:51:10] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 3172 0.005469 10.0.0.254 - - [2025-10-02 01:51:10] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000719 10.0.0.254 - - [2025-10-02 01:51:10] "GET /project/d80151a5-af92-46b8-89d4-960688f99e16 HTTP/1.1" 200 2578 0.060800 10.0.0.254 - - [2025-10-02 01:51:10] "GET /virtual-network/f5951365-196a-4ec1-8a44-8f37e0a5f337 HTTP/1.1" 200 2894 0.003769 10.0.0.254 - - [2025-10-02 01:51:11] "GET /obj-perms HTTP/1.1" 200 5053 0.040320 10.0.0.254 - - [2025-10-02 01:51:11] "GET /domains HTTP/1.1" 200 281 0.001906 10.0.0.254 - - [2025-10-02 01:51:11] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000767 10.0.0.254 - - [2025-10-02 01:51:11] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 3172 0.005239 10.0.0.254 - - [2025-10-02 01:51:11] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000735 10.0.0.254 - - [2025-10-02 01:51:11] "GET /project/d80151a5-af92-46b8-89d4-960688f99e16 HTTP/1.1" 200 2578 0.062163 10.0.0.254 - - [2025-10-02 01:51:11] "GET /virtual-network/3fc5a7ca-662e-48a7-8ab1-8f0801c4a6c4 HTTP/1.1" 200 2899 0.005363 10.0.0.254 - - [2025-10-02 01:51:11] "GET /virtual-network/3fc5a7ca-662e-48a7-8ab1-8f0801c4a6c4 HTTP/1.1" 200 2899 0.004086 10.0.0.254 - - [2025-10-02 01:51:11] "GET /routing-instance/6e5432ee-1ff5-49cd-a9b2-a0c5bf3f6dcc HTTP/1.1" 200 1787 0.002467 10.0.0.254 - - [2025-10-02 01:51:11] "GET /routing-instance/6e5432ee-1ff5-49cd-a9b2-a0c5bf3f6dcc HTTP/1.1" 200 1787 0.002391 10.0.0.254 - - [2025-10-02 01:51:11] "GET /route-target/7472a551-06c2-47b7-ade9-12e1a1cf26fb HTTP/1.1" 200 1208 0.002414 10.0.0.254 - - [2025-10-02 01:51:11] "GET /virtual-network/3fc5a7ca-662e-48a7-8ab1-8f0801c4a6c4 HTTP/1.1" 200 2899 0.003652 10.0.0.254 - - [2025-10-02 01:51:11] "GET /routing-instance/6e5432ee-1ff5-49cd-a9b2-a0c5bf3f6dcc HTTP/1.1" 200 1787 0.003153 10.0.0.254 - - [2025-10-02 01:51:11] "GET /virtual-network/3fc5a7ca-662e-48a7-8ab1-8f0801c4a6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004450 10.0.0.254 - - [2025-10-02 01:51:11] "GET /virtual-network/3fc5a7ca-662e-48a7-8ab1-8f0801c4a6c4 HTTP/1.1" 200 2899 0.004554 10.0.0.254 - - [2025-10-02 01:51:11] "GET /routing-instance/6e5432ee-1ff5-49cd-a9b2-a0c5bf3f6dcc HTTP/1.1" 200 1787 0.002994 10.0.0.254 - - [2025-10-02 01:51:11] "GET /routing-instance/6e5432ee-1ff5-49cd-a9b2-a0c5bf3f6dcc HTTP/1.1" 200 1787 0.002371 10.0.0.254 - - [2025-10-02 01:51:11] "GET /route-target/7472a551-06c2-47b7-ade9-12e1a1cf26fb HTTP/1.1" 200 1208 0.002022 10.0.0.254 - - [2025-10-02 01:51:11] "GET /domains HTTP/1.1" 200 281 0.002154 10.0.0.254 - - [2025-10-02 01:51:11] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000781 10.0.0.254 - - [2025-10-02 01:51:11] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 3172 0.005182 10.0.0.254 - - [2025-10-02 01:51:11] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000745 10.0.0.254 - - [2025-10-02 01:51:11] "GET /project/d80151a5-af92-46b8-89d4-960688f99e16 HTTP/1.1" 200 2578 0.059965 10.0.0.254 - - [2025-10-02 01:51:11] "GET /virtual-network/3fc5a7ca-662e-48a7-8ab1-8f0801c4a6c4 HTTP/1.1" 200 2899 0.005166 10.0.0.254 - - [2025-10-02 01:51:11] "GET /obj-perms HTTP/1.1" 200 5053 0.002692 10.0.0.254 - - [2025-10-02 01:51:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001062 10.0.0.254 - - [2025-10-02 01:51:11] "POST /neutron/network HTTP/1.1" 200 937 0.005439 10.0.0.254 - - [2025-10-02 01:51:11] "GET /aaa-mode HTTP/1.1" 401 293 0.000308 10.0.0.254 - - [2025-10-02 01:51:11] "GET / HTTP/1.1" 200 36215 0.001386 10.0.0.254 - - [2025-10-02 01:51:11] "GET /project/d80151a5-af92-46b8-89d4-960688f99e16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000459 10.0.0.254 - - [2025-10-02 01:51:12] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001002 10.0.0.254 - - [2025-10-02 01:51:12] "GET /project/d80151a5-af92-46b8-89d4-960688f99e16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.055310 10.0.0.254 - - [2025-10-02 01:51:12] "POST /neutron/network HTTP/1.1" 200 927 0.004575 10.0.0.254 - - [2025-10-02 01:51:12] "POST /neutron/port HTTP/1.1" 200 117 0.004327 10.0.0.254 - - [2025-10-02 01:51:12] "POST /neutron/port HTTP/1.1" 200 117 0.004267 10.0.0.254 - - [2025-10-02 01:51:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001205 10.0.0.254 - - [2025-10-02 01:51:12] "POST /neutron/port HTTP/1.1" 200 117 0.004189 10.0.0.254 - - [2025-10-02 01:51:12] "POST /neutron/network HTTP/1.1" 200 939 0.004766 10.0.0.254 - - [2025-10-02 01:51:12] "GET /aaa-mode HTTP/1.1" 401 293 0.000322 10.0.0.254 - - [2025-10-02 01:51:12] "POST /neutron/network HTTP/1.1" 200 937 0.004843 10.0.0.254 - - [2025-10-02 01:51:12] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000935 10.0.0.254 - - [2025-10-02 01:51:12] "GET / HTTP/1.1" 200 36215 0.001425 10.0.0.254 - - [2025-10-02 01:51:12] "GET /project/d80151a5-af92-46b8-89d4-960688f99e16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000327 10.0.0.254 - - [2025-10-02 01:51:13] "POST /neutron/port HTTP/1.1" 200 1061 0.170956 10.0.0.254 - - [2025-10-02 01:51:13] "POST /neutron/port HTTP/1.1" 200 1061 0.007448 10.0.0.254 - - [2025-10-02 01:51:13] "POST /neutron/port HTTP/1.1" 200 1061 0.007444 10.0.0.254 - - [2025-10-02 01:51:13] "POST /neutron/port HTTP/1.1" 200 1115 0.047071 10.0.0.254 - - [2025-10-02 01:51:13] "POST /neutron/port HTTP/1.1" 200 1089 0.009392 10.0.0.254 - - [2025-10-02 01:51:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002731 10.0.0.254 - - [2025-10-02 01:51:13] "POST /neutron/subnet HTTP/1.1" 200 694 0.005625 10.0.0.254 - - [2025-10-02 01:51:13] "POST /neutron/port HTTP/1.1" 200 117 0.000965 10.0.0.254 - - [2025-10-02 01:51:13] "POST /neutron/network HTTP/1.1" 200 927 0.005407 10.0.0.254 - - [2025-10-02 01:51:13] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000896 10.0.0.254 - - [2025-10-02 01:51:13] "GET /project/d80151a5-af92-46b8-89d4-960688f99e16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.039599 10.0.0.254 - - [2025-10-02 01:51:13] "POST /neutron/network HTTP/1.1" 200 929 0.004181 10.0.0.254 - - [2025-10-02 01:51:13] "POST /neutron/port HTTP/1.1" 200 1089 0.012143 10.0.0.254 - - [2025-10-02 01:51:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004701 10.0.0.254 - - [2025-10-02 01:51:13] "POST /neutron/port HTTP/1.1" 200 117 0.004084 10.0.0.254 - - [2025-10-02 01:51:13] "POST /neutron/port HTTP/1.1" 200 1089 0.009873 10.0.0.254 - - [2025-10-02 01:51:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004735 10.0.0.254 - - [2025-10-02 01:51:13] "POST /neutron/network HTTP/1.1" 200 939 0.004916 10.0.0.254 - - [2025-10-02 01:51:13] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000875 10.0.0.254 - - [2025-10-02 01:51:13] "PUT /access-control-list/ebcd2abe-5fe2-4915-8b3e-883cad63b8ef HTTP/1.1" 200 273 0.011727 10.0.0.254 - - [2025-10-02 01:51:13] "POST /neutron/port HTTP/1.1" 200 1063 0.192899 10.0.0.254 - - [2025-10-02 01:51:14] "POST /neutron/port HTTP/1.1" 200 1063 0.007410 10.0.0.254 - - [2025-10-02 01:51:14] "POST /neutron/port HTTP/1.1" 200 1063 0.006714 10.0.0.254 - - [2025-10-02 01:51:14] "POST /neutron/port HTTP/1.1" 200 1117 0.063115 10.0.0.254 - - [2025-10-02 01:51:14] "POST /neutron/port HTTP/1.1" 200 1091 0.016454 10.0.0.254 - - [2025-10-02 01:51:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002606 10.0.0.254 - - [2025-10-02 01:51:14] "POST /neutron/subnet HTTP/1.1" 200 703 0.005820 10.0.0.254 - - [2025-10-02 01:51:14] "POST /neutron/port HTTP/1.1" 200 117 0.000985 10.0.0.254 - - [2025-10-02 01:51:14] "POST /neutron/network HTTP/1.1" 200 929 0.004802 10.0.0.254 - - [2025-10-02 01:51:18] "POST /neutron/port HTTP/1.1" 200 1089 0.008581 10.0.0.254 - - [2025-10-02 01:51:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004575 10.0.0.254 - - [2025-10-02 01:51:18] "POST /neutron/port HTTP/1.1" 200 1089 0.009125 10.0.0.254 - - [2025-10-02 01:51:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004267 10.0.0.254 - - [2025-10-02 01:51:18] "POST /neutron/port HTTP/1.1" 200 1089 0.009546 10.0.0.254 - - [2025-10-02 01:51:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004471 10.0.0.254 - - [2025-10-02 01:51:18] "GET /virtual-machine/bbd81686-58e6-472e-bf5d-998f9d1c57ed HTTP/1.1" 200 1297 0.003231 10.0.0.254 - - [2025-10-02 01:51:18] "GET /virtual-machine-interface/99ca1adf-fc06-4c9b-8cc9-1109d34c63a7 HTTP/1.1" 200 2958 0.004068 10.0.0.254 - - [2025-10-02 01:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.254 - - [2025-10-02 01:51:18] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002487 10.0.0.254 - - [2025-10-02 01:51:18] "GET /virtual-networks?parent_id=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002631 10.0.0.254 - - [2025-10-02 01:51:18] "GET /virtual-network/f5951365-196a-4ec1-8a44-8f37e0a5f337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004759 10.0.0.254 - - [2025-10-02 01:51:21] "POST /neutron/port HTTP/1.1" 200 1089 0.009152 10.0.0.254 - - [2025-10-02 01:51:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004336 10.0.0.254 - - [2025-10-02 01:51:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002467 10.0.0.254 - - [2025-10-02 01:51:22] "GET /virtual-network/f5951365-196a-4ec1-8a44-8f37e0a5f337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004251 10.0.0.254 - - [2025-10-02 01:51:22] "POST /neutron/port HTTP/1.1" 200 1091 0.008841 10.0.0.254 - - [2025-10-02 01:51:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004113 10.0.0.254 - - [2025-10-02 01:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002508 10.0.0.254 - - [2025-10-02 01:51:24] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002521 10.0.0.254 - - [2025-10-02 01:51:24] "GET /virtual-networks?parent_id=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002901 10.0.0.254 - - [2025-10-02 01:51:24] "GET /virtual-network/f5951365-196a-4ec1-8a44-8f37e0a5f337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004689 10.0.0.254 - - [2025-10-02 01:51:24] "POST /neutron/port HTTP/1.1" 200 1091 0.009085 10.0.0.254 - - [2025-10-02 01:51:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004471 10.0.0.254 - - [2025-10-02 01:51:24] "POST /neutron/port HTTP/1.1" 200 1091 0.008864 10.0.0.254 - - [2025-10-02 01:51:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004717 10.0.0.254 - - [2025-10-02 01:51:24] "POST /neutron/port HTTP/1.1" 200 1091 0.008792 10.0.0.254 - - [2025-10-02 01:51:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004441 10.0.0.254 - - [2025-10-02 01:51:24] "GET /virtual-machine/adcf158a-dfe6-46ad-afbb-b5d8f357fa36 HTTP/1.1" 200 1297 0.003483 10.0.0.254 - - [2025-10-02 01:51:24] "GET /virtual-machine-interface/ebc1d072-67c9-4f6f-892e-7e824cba5b3d HTTP/1.1" 200 2957 0.003742 10.0.0.254 - - [2025-10-02 01:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001918 10.0.0.254 - - [2025-10-02 01:51:24] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002167 10.0.0.254 - - [2025-10-02 01:51:24] "GET /virtual-networks?parent_id=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002296 10.0.0.254 - - [2025-10-02 01:51:24] "GET /virtual-network/3fc5a7ca-662e-48a7-8ab1-8f0801c4a6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004892 10.0.0.254 - - [2025-10-02 01:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.254 - - [2025-10-02 01:51:25] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003230 10.0.0.254 - - [2025-10-02 01:51:25] "GET /virtual-networks?parent_id=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002604 10.0.0.254 - - [2025-10-02 01:51:26] "GET /virtual-network/3fc5a7ca-662e-48a7-8ab1-8f0801c4a6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004778 10.0.0.254 - - [2025-10-02 01:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.254 - - [2025-10-02 01:51:29] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000864 10.0.0.254 - - [2025-10-02 01:51:29] "GET /project/d80151a5-af92-46b8-89d4-960688f99e16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.023813 10.0.0.254 - - [2025-10-02 01:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.254 - - [2025-10-02 01:51:30] "PUT /network-policy/2a8d7a29-04d5-4373-bc29-3d40466de639 HTTP/1.1" 200 263 0.008485 10.0.0.254 - - [2025-10-02 01:51:30] "PUT /access-control-list/3395f993-87f9-4b43-8c87-cea382db2d0b HTTP/1.1" 200 273 0.054018 10.0.0.254 - - [2025-10-02 01:51:30] "POST /ref-update HTTP/1.1" 200 156 0.009811 10.0.0.254 - - [2025-10-02 01:51:30] "PUT /access-control-list/ebcd2abe-5fe2-4915-8b3e-883cad63b8ef HTTP/1.1" 200 273 0.049835 10.0.0.254 - - [2025-10-02 01:51:30] "POST /ref-update HTTP/1.1" 200 156 0.008509 10.0.0.254 - - [2025-10-02 01:51:33] "GET /virtual-network/3fc5a7ca-662e-48a7-8ab1-8f0801c4a6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004623 10.0.0.254 - - [2025-10-02 01:51:33] "POST /neutron/network HTTP/1.1" 200 929 0.004949 10.0.0.254 - - [2025-10-02 01:51:33] "POST /neutron/network HTTP/1.1" 200 827 0.039775 10.0.0.254 - - [2025-10-02 01:51:33] "DELETE /access-control-list/ebcd2abe-5fe2-4915-8b3e-883cad63b8ef HTTP/1.1" 200 115 0.026005 10.0.0.254 - - [2025-10-02 01:51:33] "POST /neutron/network HTTP/1.1" 200 827 0.006204 10.0.0.254 - - [2025-10-02 01:51:33] "GET /virtual-network/3fc5a7ca-662e-48a7-8ab1-8f0801c4a6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003759 10.0.0.254 - - [2025-10-02 01:51:33] "GET /virtual-network/f5951365-196a-4ec1-8a44-8f37e0a5f337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003883 10.0.0.254 - - [2025-10-02 01:51:33] "POST /neutron/network HTTP/1.1" 200 927 0.005352 10.0.0.254 - - [2025-10-02 01:51:33] "POST /neutron/network HTTP/1.1" 200 825 0.054662 10.0.0.254 - - [2025-10-02 01:51:33] "DELETE /access-control-list/3395f993-87f9-4b43-8c87-cea382db2d0b HTTP/1.1" 200 115 0.039070 10.0.0.254 - - [2025-10-02 01:51:33] "POST /neutron/network HTTP/1.1" 200 825 0.008707 10.0.0.254 - - [2025-10-02 01:51:33] "GET /virtual-network/f5951365-196a-4ec1-8a44-8f37e0a5f337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005867 10.0.0.254 - - [2025-10-02 01:51:33] "DELETE /network-policy/2a8d7a29-04d5-4373-bc29-3d40466de639 HTTP/1.1" 200 115 0.030969 10.0.0.254 - - [2025-10-02 01:51:33] "POST /neutron/network HTTP/1.1" 200 827 0.009929 10.0.0.254 - - [2025-10-02 01:51:33] "POST /neutron/network HTTP/1.1" 400 204 0.011534 10.0.0.254 - - [2025-10-02 01:51:33] "POST /neutron/port HTTP/1.1" 200 1091 0.008867 10.0.0.254 - - [2025-10-02 01:51:33] "POST /neutron/port HTTP/1.1" 200 1117 0.006544 10.0.0.254 - - [2025-10-02 01:51:33] "POST /neutron/port HTTP/1.1" 200 1089 0.012173 10.0.0.254 - - [2025-10-02 01:51:33] "POST /neutron/port HTTP/1.1" 200 1115 0.008003 10.0.0.254 - - [2025-10-02 01:51:33] "POST /neutron/port HTTP/1.1" 200 151 0.100497 10.0.0.254 - - [2025-10-02 01:51:33] "POST /neutron/port HTTP/1.1" 200 151 0.091598 10.0.0.254 - - [2025-10-02 01:51:35] "POST /neutron/network HTTP/1.1" 200 827 0.005389 10.0.0.254 - - [2025-10-02 01:51:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002662 10.0.0.254 - - [2025-10-02 01:51:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.254 - - [2025-10-02 01:51:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002152 10.0.0.254 - - [2025-10-02 01:51:35] "POST /neutron/network HTTP/1.1" 200 151 0.061575 10.0.0.254 - - [2025-10-02 01:51:35] "GET /routing-instance/6e5432ee-1ff5-49cd-a9b2-a0c5bf3f6dcc HTTP/1.1" 404 171 0.002019 10.0.0.254 - - [2025-10-02 01:51:35] "DELETE /route-target/7472a551-06c2-47b7-ade9-12e1a1cf26fb HTTP/1.1" 200 115 0.013653 10.0.0.254 - - [2025-10-02 01:51:35] "GET /domains HTTP/1.1" 200 281 0.001503 10.0.0.254 - - [2025-10-02 01:51:35] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000747 10.0.0.254 - - [2025-10-02 01:51:35] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 3172 0.046791 10.0.0.254 - - [2025-10-02 01:51:35] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000839 10.0.0.254 - - [2025-10-02 01:51:35] "GET /project/d80151a5-af92-46b8-89d4-960688f99e16 HTTP/1.1" 200 2108 0.062645 10.0.0.254 - - [2025-10-02 01:51:35] "POST /neutron/network HTTP/1.1" 200 825 0.004570 10.0.0.254 - - [2025-10-02 01:51:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003515 10.0.0.254 - - [2025-10-02 01:51:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.254 - - [2025-10-02 01:51:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002179 10.0.0.254 - - [2025-10-02 01:51:35] "POST /neutron/network HTTP/1.1" 200 151 0.064125 10.0.0.254 - - [2025-10-02 01:51:35] "DELETE /route-target/33fb5481-8e40-44c4-8a47-a08a714ae868 HTTP/1.1" 200 115 0.012088 10.0.0.254 - - [2025-10-02 01:51:35] "GET /routing-instance/234ec987-aa5d-454f-9041-c8c9cfb58faf HTTP/1.1" 404 171 0.002057 10.0.0.254 - - [2025-10-02 01:51:35] "GET /domains HTTP/1.1" 200 281 0.002136 10.0.0.254 - - [2025-10-02 01:51:35] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000729 10.0.0.254 - - [2025-10-02 01:51:36] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 3172 0.046502 10.0.0.254 - - [2025-10-02 01:51:36] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001209 10.0.0.254 - - [2025-10-02 01:51:36] "GET /project/d80151a5-af92-46b8-89d4-960688f99e16 HTTP/1.1" 200 1868 0.065308 10.0.0.254 - - [2025-10-02 01:51:36] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000928 10.0.0.254 - - [2025-10-02 01:51:36] "GET /project/d80151a5-af92-46b8-89d4-960688f99e16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.027770 10.0.0.254 - - [2025-10-02 01:51:36] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000835 10.0.0.254 - - [2025-10-02 01:51:36] "GET /project/d80151a5-af92-46b8-89d4-960688f99e16?fields=virtual_networks HTTP/1.1" 200 1037 0.064665 10.0.0.254 - - [2025-10-02 01:51:36] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000901 10.0.0.254 - - [2025-10-02 01:51:36] "GET /project/d80151a5-af92-46b8-89d4-960688f99e16?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.023158 10.0.0.254 - - [2025-10-02 01:51:36] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000900 10.0.0.254 - - [2025-10-02 01:51:36] "GET /project/d80151a5-af92-46b8-89d4-960688f99e16?fields=security_groups HTTP/1.1" 200 1266 0.023408 10.0.0.254 - - [2025-10-02 01:51:37] "POST /fqname-to-id HTTP/1.1" 404 181 0.028229 10.0.0.254 - - [2025-10-02 01:51:37] "GET /projects?obj_uuids=5f8436af-9014-43b1-aa00-866cb69fc8b8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002014 10.0.0.254 - - [2025-10-02 01:51:37] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000919 10.0.0.254 - - [2025-10-02 01:51:37] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007349 10.0.0.254 - - [2025-10-02 01:51:37] "POST /id-to-fqname HTTP/1.1" 200 183 0.001099 10.0.0.254 - - [2025-10-02 01:51:37] "POST /fqname-to-id HTTP/1.1" 404 192 0.003942 10.0.0.254 - - [2025-10-02 01:51:37] "POST /security-groups HTTP/1.1" 200 584 0.057762 10.0.0.254 - - [2025-10-02 01:51:37] "POST /fqname-to-id HTTP/1.1" 404 227 0.002004 10.0.0.254 - - [2025-10-02 01:51:37] "POST /projects HTTP/1.1" 200 571 0.199550 10.0.0.254 - - [2025-10-02 01:51:37] "POST /access-control-lists HTTP/1.1" 200 591 0.053331 10.0.0.254 - - [2025-10-02 01:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.266805 10.0.0.254 - - [2025-10-02 01:51:37] "POST /fqname-to-id HTTP/1.1" 404 226 0.002239 10.0.0.254 - - [2025-10-02 01:51:37] "GET /project/5f8436af-9014-43b1-aa00-866cb69fc8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.379857 10.0.0.254 - - [2025-10-02 01:51:37] "POST /access-control-lists HTTP/1.1" 200 589 0.060204 10.0.0.254 - - [2025-10-02 01:51:38] "DELETE /project/5f8436af901443b1aa00866cb69fc8b8 HTTP/1.1" 404 173 0.017958 10.0.0.254 - - [2025-10-02 01:51:38] "DELETE /project/ef8bc57875dc492e891f422234f6d33c HTTP/1.1" 404 173 0.011213 10.0.0.254 - - [2025-10-02 01:51:38] "DELETE /project/15fd6244b4fd46eba8133dd42e2c8dd7 HTTP/1.1" 404 173 0.009126 10.0.0.254 - - [2025-10-02 01:51:38] "DELETE /project/d80151a5af9246b889d4960688f99e16 HTTP/1.1" 404 173 0.014682 10.0.0.254 - - [2025-10-02 01:51:38] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000810 10.0.0.254 - - [2025-10-02 01:51:38] "GET /projects?obj_uuids=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000744 10.0.0.254 - - [2025-10-02 01:51:38] "GET /projects?obj_uuids=15fd6244-b4fd-46eb-a813-3dd42e2c8dd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000728 10.0.0.254 - - [2025-10-02 01:51:38] "GET /projects?obj_uuids=ef8bc578-75dc-492e-891f-422234f6d33c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000699 10.0.0.254 - - [2025-10-02 01:51:38] "GET /project/ef8bc578-75dc-492e-891f-422234f6d33c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.062987 10.0.0.254 - - [2025-10-02 01:51:38] "GET /project/fd6e6093-ab26-4300-aac3-3e55ecbed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.068404 10.0.0.254 - - [2025-10-02 01:51:38] "GET /project/d80151a5-af92-46b8-89d4-960688f99e16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.072305 10.0.0.254 - - [2025-10-02 01:51:38] "GET /project/15fd6244-b4fd-46eb-a813-3dd42e2c8dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.080948 10.0.0.254 - - [2025-10-02 01:51:38] "GET /projects?obj_uuids=15fd6244-b4fd-46eb-a813-3dd42e2c8dd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000856 10.0.0.254 - - [2025-10-02 01:51:38] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000766 10.0.0.254 - - [2025-10-02 01:51:38] "GET /projects?obj_uuids=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000719 10.0.0.254 - - [2025-10-02 01:51:38] "GET /projects?obj_uuids=ef8bc578-75dc-492e-891f-422234f6d33c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000717 10.0.0.254 - - [2025-10-02 01:51:38] "GET /project/ef8bc578-75dc-492e-891f-422234f6d33c?fields=security_groups HTTP/1.1" 200 1410 0.057764 10.0.0.254 - - [2025-10-02 01:51:38] "GET /project/d80151a5-af92-46b8-89d4-960688f99e16?fields=security_groups HTTP/1.1" 200 1368 0.058352 10.0.0.254 - - [2025-10-02 01:51:38] "GET /project/15fd6244-b4fd-46eb-a813-3dd42e2c8dd7?fields=security_groups HTTP/1.1" 200 1386 0.061383 10.0.0.254 - - [2025-10-02 01:51:38] "GET /project/fd6e6093-ab26-4300-aac3-3e55ecbed047?fields=security_groups HTTP/1.1" 200 1372 0.068340 10.0.0.254 - - [2025-10-02 01:51:38] "DELETE /security-group/317a2a39-682e-4497-8d39-ed2bc4a3ebc0 HTTP/1.1" 200 115 0.069585 10.0.0.254 - - [2025-10-02 01:51:38] "DELETE /security-group/8710879f-5e3c-4cd9-ab78-dca763d3a966 HTTP/1.1" 200 115 0.070691 10.0.0.254 - - [2025-10-02 01:51:38] "GET /projects?obj_uuids=ef8bc578-75dc-492e-891f-422234f6d33c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000910 10.0.0.254 - - [2025-10-02 01:51:38] "DELETE /security-group/0ade811e-8695-42f2-bfa1-62c3bdb650dd HTTP/1.1" 200 115 0.072772 10.0.0.254 - - [2025-10-02 01:51:38] "GET /projects?obj_uuids=d80151a5-af92-46b8-89d4-960688f99e16&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000763 10.0.0.254 - - [2025-10-02 01:51:38] "DELETE /security-group/0cee68bc-33dd-4e8f-b3c4-6f2cb83c7c36 HTTP/1.1" 200 115 0.067801 10.0.0.254 - - [2025-10-02 01:51:38] "GET /projects?obj_uuids=15fd6244-b4fd-46eb-a813-3dd42e2c8dd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000872 10.0.0.254 - - [2025-10-02 01:51:38] "GET /projects?obj_uuids=fd6e6093-ab26-4300-aac3-3e55ecbed047&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000913 10.0.0.254 - - [2025-10-02 01:51:38] "DELETE /access-control-list/9575af22-41d4-42d7-878f-77cdb972a80d HTTP/1.1" 200 115 0.064028 10.0.0.254 - - [2025-10-02 01:51:38] "GET /project/ef8bc578-75dc-492e-891f-422234f6d33c?fields=application_policy_sets HTTP/1.1" 200 1449 0.061363 10.0.0.254 - - [2025-10-02 01:51:38] "GET /project/15fd6244-b4fd-46eb-a813-3dd42e2c8dd7?fields=application_policy_sets HTTP/1.1" 200 1425 0.068272 10.0.0.254 - - [2025-10-02 01:51:38] "DELETE /access-control-list/8a4c8de1-e31e-4d54-82b4-7168c03e92e6 HTTP/1.1" 200 115 0.063099 10.0.0.254 - - [2025-10-02 01:51:38] "GET /project/d80151a5-af92-46b8-89d4-960688f99e16?fields=application_policy_sets HTTP/1.1" 200 1407 0.100195 10.0.0.254 - - [2025-10-02 01:51:38] "GET /project/fd6e6093-ab26-4300-aac3-3e55ecbed047?fields=application_policy_sets HTTP/1.1" 200 1411 0.101415 10.0.0.254 - - [2025-10-02 01:51:38] "DELETE /access-control-list/822ea142-3c2d-4c00-95aa-8b1a93031db3 HTTP/1.1" 200 115 0.038064 10.0.0.254 - - [2025-10-02 01:51:38] "GET / HTTP/1.1" 200 36215 0.001668 10.0.0.254 - - [2025-10-02 01:51:38] "DELETE /access-control-list/71a74166-e59b-4637-8a0b-aacb8b35850b HTTP/1.1" 200 115 0.047279 10.0.0.254 - - [2025-10-02 01:51:38] "DELETE /project/ef8bc578-75dc-492e-891f-422234f6d33c HTTP/1.1" 200 115 0.511823 10.0.0.254 - - [2025-10-02 01:51:38] "DELETE /project/15fd6244-b4fd-46eb-a813-3dd42e2c8dd7 HTTP/1.1" 200 115 0.529950 10.0.0.254 - - [2025-10-02 01:51:38] "DELETE /access-control-list/5aacfa3b-1b1d-4fe9-9338-8da293c2f10a HTTP/1.1" 200 115 0.054776 10.0.0.254 - - [2025-10-02 01:51:38] "DELETE /access-control-list/b4591b60-184a-4dc3-a188-75ac990d2986 HTTP/1.1" 200 115 0.026156 10.0.0.254 - - [2025-10-02 01:51:38] "DELETE /project/fd6e6093-ab26-4300-aac3-3e55ecbed047 HTTP/1.1" 200 115 0.575809 10.0.0.254 - - [2025-10-02 01:51:38] "DELETE /project/d80151a5-af92-46b8-89d4-960688f99e16 HTTP/1.1" 200 115 0.579337 10.0.0.254 - - [2025-10-02 01:51:38] "DELETE /access-control-list/1fe637b6-c1ce-4bc7-bc26-0c1cf9389982 HTTP/1.1" 200 115 0.027742 10.0.0.254 - - [2025-10-02 01:51:38] "DELETE /access-control-list/91b5e50a-7e49-40b9-a193-f1ce7e11ada7 HTTP/1.1" 200 115 0.016682 10.0.0.254 - - [2025-10-02 01:51:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000407 10.0.0.254 - - [2025-10-02 01:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.045406 10.0.0.254 - - [2025-10-02 01:51:39] "GET /projects?obj_uuids=5f8436af-9014-43b1-aa00-866cb69fc8b8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000818 10.0.0.254 - - [2025-10-02 01:51:39] "GET /project/5f8436af-9014-43b1-aa00-866cb69fc8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.020864 10.0.0.254 - - [2025-10-02 01:51:39] "POST /neutron/network HTTP/1.1" 200 117 0.023126 10.0.0.254 - - [2025-10-02 01:51:39] "GET /projects?obj_uuids=5f8436af-9014-43b1-aa00-866cb69fc8b8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000781 10.0.0.254 - - [2025-10-02 01:51:39] "POST /neutron/network HTTP/1.1" 200 612 0.058443 10.0.0.254 - - [2025-10-02 01:51:40] "POST /route-targets HTTP/1.1" 200 328 0.010263 10.0.0.254 - - [2025-10-02 01:51:40] "POST /ref-update HTTP/1.1" 200 156 0.014123 10.0.0.254 - - [2025-10-02 01:51:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003333 10.0.0.254 - - [2025-10-02 01:51:40] "POST /neutron/subnet HTTP/1.1" 200 734 0.197743 10.0.0.254 - - [2025-10-02 01:51:40] "POST /neutron/network HTTP/1.1" 200 833 0.004343 10.0.0.254 - - [2025-10-02 01:51:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.000944 10.0.0.254 - - [2025-10-02 01:51:40] "GET /virtual-network/d4d8fd70-d3bf-4deb-a2a2-cc4ada9a6b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.003844 10.0.0.254 - - [2025-10-02 01:51:40] "POST /neutron/network HTTP/1.1" 200 833 0.004655 10.0.0.254 - - [2025-10-02 01:51:40] "GET /virtual-network/d4d8fd70-d3bf-4deb-a2a2-cc4ada9a6b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.003582 10.0.0.254 - - [2025-10-02 01:51:40] "POST /neutron/network HTTP/1.1" 200 833 0.004441 10.0.0.254 - - [2025-10-02 01:51:40] "POST /neutron/subnet HTTP/1.1" 200 734 0.004769 10.0.0.254 - - [2025-10-02 01:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.001754 10.0.0.254 - - [2025-10-02 01:51:40] "GET /virtual-network/d4d8fd70-d3bf-4deb-a2a2-cc4ada9a6b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004515 10.0.0.254 - - [2025-10-02 01:51:40] "PUT /virtual-network/d4d8fd70-d3bf-4deb-a2a2-cc4ada9a6b23 HTTP/1.1" 200 265 0.026637 10.0.0.254 - - [2025-10-02 01:51:40] "POST /route-targets HTTP/1.1" 200 324 0.014345 10.0.0.254 - - [2025-10-02 01:51:40] "POST /ref-update HTTP/1.1" 200 156 0.008080 10.0.0.254 - - [2025-10-02 01:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002350 10.0.0.254 - - [2025-10-02 01:51:40] "GET /projects?obj_uuids=5f8436af-9014-43b1-aa00-866cb69fc8b8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000974 10.0.0.254 - - [2025-10-02 01:51:40] "GET /project/5f8436af-9014-43b1-aa00-866cb69fc8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.021294 10.0.0.254 - - [2025-10-02 01:51:40] "POST /neutron/network HTTP/1.1" 200 117 0.007630 10.0.0.254 - - [2025-10-02 01:51:40] "GET /projects?obj_uuids=5f8436af-9014-43b1-aa00-866cb69fc8b8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000799 10.0.0.254 - - [2025-10-02 01:51:40] "POST /neutron/network HTTP/1.1" 200 612 0.048016 10.0.0.254 - - [2025-10-02 01:51:40] "POST /route-targets HTTP/1.1" 200 328 0.009293 10.0.0.254 - - [2025-10-02 01:51:40] "POST /ref-update HTTP/1.1" 200 156 0.009739 10.0.0.254 - - [2025-10-02 01:51:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003167 10.0.0.254 - - [2025-10-02 01:51:40] "POST /neutron/subnet HTTP/1.1" 200 729 0.187628 10.0.0.254 - - [2025-10-02 01:51:40] "POST /neutron/network HTTP/1.1" 200 832 0.004039 10.0.0.254 - - [2025-10-02 01:51:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.000872 10.0.0.254 - - [2025-10-02 01:51:40] "GET /virtual-network/060c0c2b-e0ce-4c92-adde-9ff56844b366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003672 10.0.0.254 - - [2025-10-02 01:51:41] "POST /neutron/network HTTP/1.1" 200 832 0.004637 10.0.0.254 - - [2025-10-02 01:51:41] "GET /virtual-network/060c0c2b-e0ce-4c92-adde-9ff56844b366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004151 10.0.0.254 - - [2025-10-02 01:51:41] "POST /neutron/network HTTP/1.1" 200 832 0.005006 10.0.0.254 - - [2025-10-02 01:51:41] "POST /neutron/subnet HTTP/1.1" 200 729 0.005247 10.0.0.254 - - [2025-10-02 01:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.001894 10.0.0.254 - - [2025-10-02 01:51:41] "GET /virtual-network/060c0c2b-e0ce-4c92-adde-9ff56844b366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004486 10.0.0.254 - - [2025-10-02 01:51:41] "PUT /virtual-network/060c0c2b-e0ce-4c92-adde-9ff56844b366 HTTP/1.1" 200 265 0.023887 10.0.0.254 - - [2025-10-02 01:51:41] "POST /ref-update HTTP/1.1" 200 156 0.008205 10.0.0.254 - - [2025-10-02 01:51:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001132 10.0.0.254 - - [2025-10-02 01:51:41] "POST /neutron/network HTTP/1.1" 200 843 0.004607 10.0.0.254 - - [2025-10-02 01:51:41] "GET /aaa-mode HTTP/1.1" 401 293 0.000407 10.0.0.254 - - [2025-10-02 01:51:41] "GET / HTTP/1.1" 200 36215 0.002510 10.0.0.254 - - [2025-10-02 01:51:41] "GET /project/5f8436af-9014-43b1-aa00-866cb69fc8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000305 10.0.0.254 - - [2025-10-02 01:51:42] "GET /projects?obj_uuids=5f8436af-9014-43b1-aa00-866cb69fc8b8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000965 10.0.0.254 - - [2025-10-02 01:51:42] "GET /project/5f8436af-9014-43b1-aa00-866cb69fc8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.040534 10.0.0.254 - - [2025-10-02 01:51:42] "POST /neutron/network HTTP/1.1" 200 833 0.004614 10.0.0.254 - - [2025-10-02 01:51:42] "POST /neutron/port HTTP/1.1" 200 117 0.003987 10.0.0.254 - - [2025-10-02 01:51:42] "POST /neutron/port HTTP/1.1" 200 117 0.004386 10.0.0.254 - - [2025-10-02 01:51:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001007 10.0.0.254 - - [2025-10-02 01:51:42] "POST /neutron/port HTTP/1.1" 200 117 0.003943 10.0.0.254 - - [2025-10-02 01:51:42] "POST /neutron/network HTTP/1.1" 200 842 0.004877 10.0.0.254 - - [2025-10-02 01:51:42] "GET /aaa-mode HTTP/1.1" 401 293 0.000315 10.0.0.254 - - [2025-10-02 01:51:42] "POST /neutron/network HTTP/1.1" 200 843 0.004526 10.0.0.254 - - [2025-10-02 01:51:42] "GET /projects?obj_uuids=5f8436af-9014-43b1-aa00-866cb69fc8b8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001218 10.0.0.254 - - [2025-10-02 01:51:42] "GET / HTTP/1.1" 200 36215 0.001451 10.0.0.254 - - [2025-10-02 01:51:42] "GET /project/5f8436af-9014-43b1-aa00-866cb69fc8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000339 10.0.0.254 - - [2025-10-02 01:51:42] "POST /neutron/port HTTP/1.1" 200 1055 0.164670 10.0.0.254 - - [2025-10-02 01:51:42] "POST /neutron/port HTTP/1.1" 200 1055 0.006727 10.0.0.254 - - [2025-10-02 01:51:42] "POST /neutron/port HTTP/1.1" 200 1055 0.006472 10.0.0.254 - - [2025-10-02 01:51:42] "POST /neutron/port HTTP/1.1" 200 1109 0.056468 10.0.0.254 - - [2025-10-02 01:51:42] "POST /neutron/port HTTP/1.1" 200 1083 0.009689 10.0.0.254 - - [2025-10-02 01:51:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002598 10.0.0.254 - - [2025-10-02 01:51:42] "POST /neutron/subnet HTTP/1.1" 200 708 0.005316 10.0.0.254 - - [2025-10-02 01:51:42] "POST /neutron/port HTTP/1.1" 200 117 0.000857 10.0.0.254 - - [2025-10-02 01:51:42] "POST /neutron/network HTTP/1.1" 200 833 0.003951 10.0.0.254 - - [2025-10-02 01:51:43] "GET /projects?obj_uuids=5f8436af-9014-43b1-aa00-866cb69fc8b8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000882 10.0.0.254 - - [2025-10-02 01:51:43] "GET /project/5f8436af-9014-43b1-aa00-866cb69fc8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.036748 10.0.0.254 - - [2025-10-02 01:51:43] "POST /neutron/network HTTP/1.1" 200 832 0.004790 10.0.0.254 - - [2025-10-02 01:51:43] "POST /neutron/port HTTP/1.1" 200 1083 0.016789 10.0.0.254 - - [2025-10-02 01:51:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004979 10.0.0.254 - - [2025-10-02 01:51:43] "POST /neutron/port HTTP/1.1" 200 117 0.004018 10.0.0.254 - - [2025-10-02 01:51:43] "POST /neutron/port HTTP/1.1" 200 1083 0.009550 10.0.0.254 - - [2025-10-02 01:51:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005886 10.0.0.254 - - [2025-10-02 01:51:43] "POST /neutron/network HTTP/1.1" 200 842 0.004764 10.0.0.254 - - [2025-10-02 01:51:43] "GET /projects?obj_uuids=5f8436af-9014-43b1-aa00-866cb69fc8b8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000868 10.0.0.254 - - [2025-10-02 01:51:43] "POST /neutron/port HTTP/1.1" 200 1054 0.216197 10.0.0.254 - - [2025-10-02 01:51:43] "POST /neutron/port HTTP/1.1" 200 1054 0.014791 10.0.0.254 - - [2025-10-02 01:51:43] "POST /neutron/port HTTP/1.1" 200 1054 0.007338 10.0.0.254 - - [2025-10-02 01:51:43] "POST /neutron/port HTTP/1.1" 200 1108 0.057348 10.0.0.254 - - [2025-10-02 01:51:43] "POST /neutron/port HTTP/1.1" 200 1082 0.009302 10.0.0.254 - - [2025-10-02 01:51:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002815 10.0.0.254 - - [2025-10-02 01:51:43] "POST /neutron/subnet HTTP/1.1" 200 703 0.005404 10.0.0.254 - - [2025-10-02 01:51:43] "POST /neutron/port HTTP/1.1" 200 117 0.000993 10.0.0.254 - - [2025-10-02 01:51:43] "POST /neutron/network HTTP/1.1" 200 832 0.004300 10.0.0.254 - - [2025-10-02 01:51:44] "GET /obj-perms HTTP/1.1" 200 5075 0.046704 10.0.0.254 - - [2025-10-02 01:51:45] "GET /obj-perms HTTP/1.1" 200 5075 0.039852 10.0.0.254 - - [2025-10-02 01:51:48] "POST /neutron/port HTTP/1.1" 200 1083 0.008970 10.0.0.254 - - [2025-10-02 01:51:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004651 10.0.0.254 - - [2025-10-02 01:51:48] "POST /neutron/port HTTP/1.1" 200 1083 0.009662 10.0.0.254 - - [2025-10-02 01:51:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004862 10.0.0.254 - - [2025-10-02 01:51:48] "POST /neutron/port HTTP/1.1" 200 1083 0.008979 10.0.0.254 - - [2025-10-02 01:51:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005091 10.0.0.254 - - [2025-10-02 01:51:48] "GET /virtual-machine/ae198c90-6b96-43a1-8e6a-8e426bfd2fe9 HTTP/1.1" 401 293 0.000339 10.0.0.254 - - [2025-10-02 01:51:48] "GET /virtual-machine/ae198c90-6b96-43a1-8e6a-8e426bfd2fe9 HTTP/1.1" 200 1288 0.023890 10.0.0.254 - - [2025-10-02 01:51:48] "GET /virtual-machine-interface/3cae4e0e-d441-451b-9d3c-4bb8a4a93d77 HTTP/1.1" 200 2933 0.004106 10.0.0.254 - - [2025-10-02 01:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002133 10.0.0.254 - - [2025-10-02 01:51:48] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003094 10.0.0.254 - - [2025-10-02 01:51:48] "GET /virtual-networks?parent_id=5f8436af-9014-43b1-aa00-866cb69fc8b8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002532 10.0.0.254 - - [2025-10-02 01:51:49] "GET /virtual-network/d4d8fd70-d3bf-4deb-a2a2-cc4ada9a6b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.004613 10.0.0.254 - - [2025-10-02 01:51:50] "POST /neutron/port HTTP/1.1" 200 1083 0.008589 10.0.0.254 - - [2025-10-02 01:51:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004683 10.0.0.254 - - [2025-10-02 01:51:51] "POST /neutron/port HTTP/1.1" 200 1082 0.009232 10.0.0.254 - - [2025-10-02 01:51:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.003599 10.0.0.254 - - [2025-10-02 01:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.254 - - [2025-10-02 01:51:52] "GET /virtual-network/d4d8fd70-d3bf-4deb-a2a2-cc4ada9a6b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005498 10.0.0.254 - - [2025-10-02 01:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.254 - - [2025-10-02 01:51:54] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002886 10.0.0.254 - - [2025-10-02 01:51:54] "GET /virtual-networks?parent_id=5f8436af-9014-43b1-aa00-866cb69fc8b8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002204 10.0.0.254 - - [2025-10-02 01:51:54] "GET /virtual-network/d4d8fd70-d3bf-4deb-a2a2-cc4ada9a6b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005462 10.0.0.254 - - [2025-10-02 01:51:54] "POST /neutron/port HTTP/1.1" 200 1082 0.008502 10.0.0.254 - - [2025-10-02 01:51:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004210 10.0.0.254 - - [2025-10-02 01:51:54] "POST /neutron/port HTTP/1.1" 200 1082 0.008350 10.0.0.254 - - [2025-10-02 01:51:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004275 10.0.0.254 - - [2025-10-02 01:51:54] "POST /neutron/port HTTP/1.1" 200 1082 0.008476 10.0.0.254 - - [2025-10-02 01:51:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004368 10.0.0.254 - - [2025-10-02 01:51:54] "GET /virtual-machine/0bc7a25e-fed7-494b-8296-8070424f25f1 HTTP/1.1" 200 1285 0.002987 10.0.0.254 - - [2025-10-02 01:51:54] "GET /virtual-machine-interface/9470aa54-fa56-46bd-8c38-dfc65265b955 HTTP/1.1" 200 2934 0.003557 10.0.0.254 - - [2025-10-02 01:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.001719 10.0.0.254 - - [2025-10-02 01:51:54] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002007 10.0.0.254 - - [2025-10-02 01:51:54] "GET /virtual-networks?parent_id=5f8436af-9014-43b1-aa00-866cb69fc8b8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.001965 10.0.0.254 - - [2025-10-02 01:51:54] "GET /virtual-network/060c0c2b-e0ce-4c92-adde-9ff56844b366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.004262 10.0.0.254 - - [2025-10-02 01:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002441 10.0.0.254 - - [2025-10-02 01:51:55] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002335 10.0.0.254 - - [2025-10-02 01:51:56] "GET /virtual-networks?parent_id=5f8436af-9014-43b1-aa00-866cb69fc8b8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002765 10.0.0.254 - - [2025-10-02 01:51:56] "GET /virtual-network/060c0c2b-e0ce-4c92-adde-9ff56844b366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.004913 10.0.0.254 - - [2025-10-02 01:51:56] "POST /routing-policys HTTP/1.1" 200 536 0.013504 10.0.0.254 - - [2025-10-02 01:51:56] "GET /virtual-network/d4d8fd70-d3bf-4deb-a2a2-cc4ada9a6b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006299 10.0.0.254 - - [2025-10-02 01:51:56] "POST /ref-update HTTP/1.1" 200 156 0.017118 10.0.0.254 - - [2025-10-02 01:51:56] "PUT /virtual-network/d4d8fd70-d3bf-4deb-a2a2-cc4ada9a6b23 HTTP/1.1" 200 265 0.034925 10.0.0.254 - - [2025-10-02 01:52:00] "POST /ref-update HTTP/1.1" 200 156 0.010255 10.0.0.254 - - [2025-10-02 01:52:00] "POST /ref-update HTTP/1.1" 200 156 0.025564 10.0.0.254 - - [2025-10-02 01:52:00] "DELETE /routing-policy/64ec04ee-4823-49da-a2c4-12ff734e257f HTTP/1.1" 200 115 0.018573 10.0.0.254 - - [2025-10-02 01:52:00] "POST /neutron/network HTTP/1.1" 200 832 0.004982 10.0.0.254 - - [2025-10-02 01:52:00] "POST /neutron/network HTTP/1.1" 400 204 0.011757 10.0.0.254 - - [2025-10-02 01:52:00] "POST /neutron/port HTTP/1.1" 200 1082 0.009094 10.0.0.254 - - [2025-10-02 01:52:00] "POST /neutron/port HTTP/1.1" 200 1108 0.006878 10.0.0.254 - - [2025-10-02 01:52:00] "POST /neutron/port HTTP/1.1" 200 1083 0.010208 10.0.0.254 - - [2025-10-02 01:52:01] "POST /neutron/port HTTP/1.1" 200 1109 0.007382 10.0.0.254 - - [2025-10-02 01:52:01] "POST /neutron/port HTTP/1.1" 200 151 0.108573 10.0.0.254 - - [2025-10-02 01:52:01] "POST /neutron/port HTTP/1.1" 200 151 0.102045 10.0.0.254 - - [2025-10-02 01:52:02] "POST /neutron/network HTTP/1.1" 200 832 0.005325 10.0.0.254 - - [2025-10-02 01:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.254 - - [2025-10-02 01:52:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001635 10.0.0.254 - - [2025-10-02 01:52:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001403 10.0.0.254 - - [2025-10-02 01:52:02] "POST /neutron/network HTTP/1.1" 200 151 0.069449 10.0.0.254 - - [2025-10-02 01:52:02] "DELETE /route-target/7f26bc35-c470-45e9-8bd4-9c36e5ea6579 HTTP/1.1" 200 115 0.018492 10.0.0.254 - - [2025-10-02 01:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006093 10.0.0.254 - - [2025-10-02 01:52:02] "POST /neutron/network HTTP/1.1" 200 833 0.003888 10.0.0.254 - - [2025-10-02 01:52:02] "DELETE /route-target/ba607cbf-bb07-4d07-bff2-37de4690fa9e HTTP/1.1" 409 240 0.003623 10.0.0.254 - - [2025-10-02 01:52:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001923 10.0.0.254 - - [2025-10-02 01:52:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001601 10.0.0.254 - - [2025-10-02 01:52:02] "POST /neutron/network HTTP/1.1" 200 151 0.062803 10.0.0.254 - - [2025-10-02 01:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002349 10.0.0.254 - - [2025-10-02 01:52:02] "DELETE /route-target/65e60393-1c76-4bea-851a-38c45d9a55fa HTTP/1.1" 200 115 0.011739 10.0.0.254 - - [2025-10-02 01:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002032 10.0.0.254 - - [2025-10-02 01:52:02] "DELETE /route-target/ba607cbf-bb07-4d07-bff2-37de4690fa9e HTTP/1.1" 200 115 0.015858 10.0.0.254 - - [2025-10-02 01:52:02] "GET /projects?obj_uuids=5f8436af-9014-43b1-aa00-866cb69fc8b8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001364 10.0.0.254 - - [2025-10-02 01:52:02] "GET /project/5f8436af-9014-43b1-aa00-866cb69fc8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.019422 10.0.0.254 - - [2025-10-02 01:52:02] "GET /projects?obj_uuids=5f8436af-9014-43b1-aa00-866cb69fc8b8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000808 10.0.0.254 - - [2025-10-02 01:52:03] "GET /project/5f8436af-9014-43b1-aa00-866cb69fc8b8?fields=virtual_networks HTTP/1.1" 200 1019 0.062927 10.0.0.254 - - [2025-10-02 01:52:03] "GET /projects?obj_uuids=5f8436af-9014-43b1-aa00-866cb69fc8b8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000902 10.0.0.254 - - [2025-10-02 01:52:03] "GET /project/5f8436af-9014-43b1-aa00-866cb69fc8b8?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.019713 10.0.0.254 - - [2025-10-02 01:52:03] "GET /projects?obj_uuids=5f8436af-9014-43b1-aa00-866cb69fc8b8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000917 10.0.0.254 - - [2025-10-02 01:52:03] "GET /project/5f8436af-9014-43b1-aa00-866cb69fc8b8?fields=security_groups HTTP/1.1" 200 1239 0.021889 10.0.0.254 - - [2025-10-02 01:52:03] "POST /fqname-to-id HTTP/1.1" 404 186 0.018397 10.0.0.254 - - [2025-10-02 01:52:03] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002003 10.0.0.254 - - [2025-10-02 01:52:03] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000803 10.0.0.254 - - [2025-10-02 01:52:03] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.046029 10.0.0.254 - - [2025-10-02 01:52:04] "POST /id-to-fqname HTTP/1.1" 200 188 0.001618 10.0.0.254 - - [2025-10-02 01:52:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.002421 10.0.0.254 - - [2025-10-02 01:52:04] "POST /security-groups HTTP/1.1" 200 589 0.056079 10.0.0.254 - - [2025-10-02 01:52:04] "POST /fqname-to-id HTTP/1.1" 404 232 0.002114 10.0.0.254 - - [2025-10-02 01:52:04] "POST /projects HTTP/1.1" 200 581 0.198533 10.0.0.254 - - [2025-10-02 01:52:04] "POST /access-control-lists HTTP/1.1" 200 596 0.058460 10.0.0.254 - - [2025-10-02 01:52:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.261490 10.0.0.254 - - [2025-10-02 01:52:04] "POST /fqname-to-id HTTP/1.1" 404 231 0.002174 10.0.0.254 - - [2025-10-02 01:52:04] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.406308 10.0.0.254 - - [2025-10-02 01:52:04] "POST /access-control-lists HTTP/1.1" 200 594 0.056397 10.0.0.254 - - [2025-10-02 01:52:05] "GET / HTTP/1.1" 200 36215 0.001568 10.0.0.254 - - [2025-10-02 01:52:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000408 10.0.0.254 - - [2025-10-02 01:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.045879 10.0.0.254 - - [2025-10-02 01:52:06] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000815 10.0.0.254 - - [2025-10-02 01:52:06] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.019525 10.0.0.254 - - [2025-10-02 01:52:06] "POST /neutron/network HTTP/1.1" 200 117 0.023179 10.0.0.254 - - [2025-10-02 01:52:06] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000836 10.0.0.254 - - [2025-10-02 01:52:06] "POST /neutron/network HTTP/1.1" 200 613 0.047908 10.0.0.254 - - [2025-10-02 01:52:06] "POST /route-targets HTTP/1.1" 200 328 0.008734 10.0.0.254 - - [2025-10-02 01:52:06] "POST /ref-update HTTP/1.1" 200 156 0.011325 10.0.0.254 - - [2025-10-02 01:52:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002142 10.0.0.254 - - [2025-10-02 01:52:06] "POST /neutron/subnet HTTP/1.1" 200 715 0.152046 10.0.0.254 - - [2025-10-02 01:52:06] "POST /neutron/network HTTP/1.1" 200 830 0.003551 10.0.0.254 - - [2025-10-02 01:52:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.000936 10.0.0.254 - - [2025-10-02 01:52:06] "GET /virtual-network/93f6c557-baf2-4104-83b4-c2e3f113232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003710 10.0.0.254 - - [2025-10-02 01:52:06] "POST /neutron/network HTTP/1.1" 200 830 0.004807 10.0.0.254 - - [2025-10-02 01:52:06] "GET /virtual-network/93f6c557-baf2-4104-83b4-c2e3f113232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003858 10.0.0.254 - - [2025-10-02 01:52:06] "POST /neutron/network HTTP/1.1" 200 830 0.004489 10.0.0.254 - - [2025-10-02 01:52:06] "POST /neutron/subnet HTTP/1.1" 200 715 0.004974 10.0.0.254 - - [2025-10-02 01:52:06] "GET /domains HTTP/1.1" 401 293 0.000376 10.0.0.254 - - [2025-10-02 01:52:07] "GET /domains HTTP/1.1" 200 281 0.020829 10.0.0.254 - - [2025-10-02 01:52:07] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.254 - - [2025-10-02 01:52:07] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2760 0.006684 10.0.0.254 - - [2025-10-02 01:52:07] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000804 10.0.0.254 - - [2025-10-02 01:52:07] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27 HTTP/1.1" 200 2085 0.066579 10.0.0.254 - - [2025-10-02 01:52:07] "GET /virtual-network/93f6c557-baf2-4104-83b4-c2e3f113232f HTTP/1.1" 200 2316 0.005021 10.0.0.254 - - [2025-10-02 01:52:07] "GET /virtual-network/93f6c557-baf2-4104-83b4-c2e3f113232f HTTP/1.1" 200 2316 0.004285 10.0.0.254 - - [2025-10-02 01:52:07] "GET /routing-instance/ebce6871-555b-4f81-a4da-fcec063a4e85 HTTP/1.1" 200 1497 0.002609 10.0.0.254 - - [2025-10-02 01:52:07] "GET /routing-instance/ebce6871-555b-4f81-a4da-fcec063a4e85 HTTP/1.1" 200 1497 0.002346 10.0.0.254 - - [2025-10-02 01:52:07] "GET /route-target/9603ce26-59ed-433e-b714-6ea56e680d12 HTTP/1.1" 200 1215 0.003505 10.0.0.254 - - [2025-10-02 01:52:07] "GET /virtual-network/93f6c557-baf2-4104-83b4-c2e3f113232f HTTP/1.1" 200 2316 0.003626 10.0.0.254 - - [2025-10-02 01:52:07] "GET /routing-instance/ebce6871-555b-4f81-a4da-fcec063a4e85 HTTP/1.1" 200 1497 0.002437 10.0.0.254 - - [2025-10-02 01:52:07] "GET /virtual-network/93f6c557-baf2-4104-83b4-c2e3f113232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003831 10.0.0.254 - - [2025-10-02 01:52:07] "GET /virtual-network/93f6c557-baf2-4104-83b4-c2e3f113232f HTTP/1.1" 200 2316 0.003546 10.0.0.254 - - [2025-10-02 01:52:07] "GET /routing-instance/ebce6871-555b-4f81-a4da-fcec063a4e85 HTTP/1.1" 200 1497 0.002408 10.0.0.254 - - [2025-10-02 01:52:07] "GET /routing-instance/ebce6871-555b-4f81-a4da-fcec063a4e85 HTTP/1.1" 200 1497 0.002341 10.0.0.254 - - [2025-10-02 01:52:07] "GET /route-target/9603ce26-59ed-433e-b714-6ea56e680d12 HTTP/1.1" 200 1215 0.001968 10.0.0.254 - - [2025-10-02 01:52:07] "GET /domains HTTP/1.1" 200 281 0.002278 10.0.0.254 - - [2025-10-02 01:52:07] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000772 10.0.0.254 - - [2025-10-02 01:52:07] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2760 0.005059 10.0.0.254 - - [2025-10-02 01:52:07] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001106 10.0.0.254 - - [2025-10-02 01:52:07] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27 HTTP/1.1" 200 2085 0.064851 10.0.0.254 - - [2025-10-02 01:52:07] "GET /virtual-network/93f6c557-baf2-4104-83b4-c2e3f113232f HTTP/1.1" 200 2316 0.003901 10.0.0.254 - - [2025-10-02 01:52:07] "GET /obj-perms HTTP/1.1" 200 5045 0.038940 10.0.0.254 - - [2025-10-02 01:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002488 10.0.0.254 - - [2025-10-02 01:52:07] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000748 10.0.0.254 - - [2025-10-02 01:52:07] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.019636 10.0.0.254 - - [2025-10-02 01:52:07] "POST /neutron/network HTTP/1.1" 200 117 0.006605 10.0.0.254 - - [2025-10-02 01:52:07] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000839 10.0.0.254 - - [2025-10-02 01:52:07] "POST /neutron/network HTTP/1.1" 200 613 0.054872 10.0.0.254 - - [2025-10-02 01:52:07] "POST /route-targets HTTP/1.1" 200 328 0.007656 10.0.0.254 - - [2025-10-02 01:52:07] "POST /ref-update HTTP/1.1" 200 156 0.012632 10.0.0.254 - - [2025-10-02 01:52:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001949 10.0.0.254 - - [2025-10-02 01:52:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.187267 10.0.0.254 - - [2025-10-02 01:52:08] "POST /neutron/network HTTP/1.1" 200 831 0.003954 10.0.0.254 - - [2025-10-02 01:52:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.000933 10.0.0.254 - - [2025-10-02 01:52:08] "GET /virtual-network/c0eb97c9-3205-4696-b7e1-36777c6b96fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003665 10.0.0.254 - - [2025-10-02 01:52:08] "POST /neutron/network HTTP/1.1" 200 831 0.005065 10.0.0.254 - - [2025-10-02 01:52:08] "GET /virtual-network/c0eb97c9-3205-4696-b7e1-36777c6b96fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003868 10.0.0.254 - - [2025-10-02 01:52:08] "POST /neutron/network HTTP/1.1" 200 831 0.004558 10.0.0.254 - - [2025-10-02 01:52:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.005388 10.0.0.254 - - [2025-10-02 01:52:08] "GET /domains HTTP/1.1" 200 281 0.001835 10.0.0.254 - - [2025-10-02 01:52:08] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.254 - - [2025-10-02 01:52:08] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2760 0.006182 10.0.0.254 - - [2025-10-02 01:52:08] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000758 10.0.0.254 - - [2025-10-02 01:52:08] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27 HTTP/1.1" 200 2304 0.060787 10.0.0.254 - - [2025-10-02 01:52:08] "GET /virtual-network/c0eb97c9-3205-4696-b7e1-36777c6b96fd HTTP/1.1" 200 2320 0.004770 10.0.0.254 - - [2025-10-02 01:52:08] "GET /virtual-network/c0eb97c9-3205-4696-b7e1-36777c6b96fd HTTP/1.1" 200 2320 0.003855 10.0.0.254 - - [2025-10-02 01:52:08] "GET /routing-instance/d09b8be3-01e8-4a2a-85ec-8036437da07f HTTP/1.1" 200 1496 0.002661 10.0.0.254 - - [2025-10-02 01:52:08] "GET /routing-instance/d09b8be3-01e8-4a2a-85ec-8036437da07f HTTP/1.1" 200 1496 0.002496 10.0.0.254 - - [2025-10-02 01:52:08] "GET /route-target/5a0b8d95-bae8-4762-b6c1-14545970d689 HTTP/1.1" 200 1214 0.002169 10.0.0.254 - - [2025-10-02 01:52:08] "GET /virtual-network/c0eb97c9-3205-4696-b7e1-36777c6b96fd HTTP/1.1" 200 2320 0.003623 10.0.0.254 - - [2025-10-02 01:52:08] "GET /routing-instance/d09b8be3-01e8-4a2a-85ec-8036437da07f HTTP/1.1" 200 1496 0.002717 10.0.0.254 - - [2025-10-02 01:52:08] "GET /virtual-network/c0eb97c9-3205-4696-b7e1-36777c6b96fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003663 10.0.0.254 - - [2025-10-02 01:52:08] "GET /virtual-network/c0eb97c9-3205-4696-b7e1-36777c6b96fd HTTP/1.1" 200 2320 0.003553 10.0.0.254 - - [2025-10-02 01:52:08] "GET /routing-instance/d09b8be3-01e8-4a2a-85ec-8036437da07f HTTP/1.1" 200 1496 0.002332 10.0.0.254 - - [2025-10-02 01:52:08] "GET /routing-instance/d09b8be3-01e8-4a2a-85ec-8036437da07f HTTP/1.1" 200 1496 0.002255 10.0.0.254 - - [2025-10-02 01:52:08] "GET /route-target/5a0b8d95-bae8-4762-b6c1-14545970d689 HTTP/1.1" 200 1214 0.001999 10.0.0.254 - - [2025-10-02 01:52:08] "GET /domains HTTP/1.1" 200 281 0.002083 10.0.0.254 - - [2025-10-02 01:52:08] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000752 10.0.0.254 - - [2025-10-02 01:52:08] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2760 0.005440 10.0.0.254 - - [2025-10-02 01:52:08] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000744 10.0.0.254 - - [2025-10-02 01:52:08] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27 HTTP/1.1" 200 2304 0.061149 10.0.0.254 - - [2025-10-02 01:52:08] "GET /virtual-network/c0eb97c9-3205-4696-b7e1-36777c6b96fd HTTP/1.1" 200 2320 0.003799 10.0.0.254 - - [2025-10-02 01:52:08] "GET /obj-perms HTTP/1.1" 200 5045 0.002200 10.0.0.254 - - [2025-10-02 01:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001757 10.0.0.254 - - [2025-10-02 01:52:08] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001085 10.0.0.254 - - [2025-10-02 01:52:08] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.019010 10.0.0.254 - - [2025-10-02 01:52:08] "POST /neutron/network HTTP/1.1" 200 117 0.006963 10.0.0.254 - - [2025-10-02 01:52:08] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000850 10.0.0.254 - - [2025-10-02 01:52:08] "POST /neutron/network HTTP/1.1" 200 615 0.048934 10.0.0.254 - - [2025-10-02 01:52:08] "POST /ref-update HTTP/1.1" 200 156 0.008625 10.0.0.254 - - [2025-10-02 01:52:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001757 10.0.0.254 - - [2025-10-02 01:52:08] "POST /neutron/subnet HTTP/1.1" 200 724 0.128274 10.0.0.254 - - [2025-10-02 01:52:08] "POST /neutron/network HTTP/1.1" 200 834 0.003678 10.0.0.254 - - [2025-10-02 01:52:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.000842 10.0.0.254 - - [2025-10-02 01:52:08] "GET /virtual-network/a5574131-c117-4da3-b210-313c1c17542a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003482 10.0.0.254 - - [2025-10-02 01:52:08] "POST /neutron/network HTTP/1.1" 200 834 0.004438 10.0.0.254 - - [2025-10-02 01:52:08] "GET /virtual-network/a5574131-c117-4da3-b210-313c1c17542a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003756 10.0.0.254 - - [2025-10-02 01:52:08] "POST /neutron/network HTTP/1.1" 200 834 0.004358 10.0.0.254 - - [2025-10-02 01:52:08] "POST /neutron/subnet HTTP/1.1" 200 724 0.006263 10.0.0.254 - - [2025-10-02 01:52:08] "GET /domains HTTP/1.1" 200 281 0.001689 10.0.0.254 - - [2025-10-02 01:52:08] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000750 10.0.0.254 - - [2025-10-02 01:52:08] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2760 0.004795 10.0.0.254 - - [2025-10-02 01:52:08] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000834 10.0.0.254 - - [2025-10-02 01:52:09] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27 HTTP/1.1" 200 2524 0.063241 10.0.0.254 - - [2025-10-02 01:52:09] "GET /virtual-network/a5574131-c117-4da3-b210-313c1c17542a HTTP/1.1" 200 2328 0.004582 10.0.0.254 - - [2025-10-02 01:52:09] "GET /virtual-network/a5574131-c117-4da3-b210-313c1c17542a HTTP/1.1" 200 2328 0.004059 10.0.0.254 - - [2025-10-02 01:52:09] "GET /routing-instance/8df6b9aa-ad3d-4342-91ce-3f622bbbf089 HTTP/1.1" 200 1501 0.002632 10.0.0.254 - - [2025-10-02 01:52:09] "GET /routing-instance/8df6b9aa-ad3d-4342-91ce-3f622bbbf089 HTTP/1.1" 200 1501 0.002343 10.0.0.254 - - [2025-10-02 01:52:09] "GET /route-target/17ed66a5-be11-430e-a5cf-3ebc17399691 HTTP/1.1" 200 1216 0.002139 10.0.0.254 - - [2025-10-02 01:52:09] "GET /virtual-network/a5574131-c117-4da3-b210-313c1c17542a HTTP/1.1" 200 2328 0.003503 10.0.0.254 - - [2025-10-02 01:52:09] "GET /routing-instance/8df6b9aa-ad3d-4342-91ce-3f622bbbf089 HTTP/1.1" 200 1501 0.002631 10.0.0.254 - - [2025-10-02 01:52:09] "GET /virtual-network/a5574131-c117-4da3-b210-313c1c17542a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003820 10.0.0.254 - - [2025-10-02 01:52:09] "GET /virtual-network/a5574131-c117-4da3-b210-313c1c17542a HTTP/1.1" 200 2328 0.003866 10.0.0.254 - - [2025-10-02 01:52:09] "GET /routing-instance/8df6b9aa-ad3d-4342-91ce-3f622bbbf089 HTTP/1.1" 200 1501 0.002725 10.0.0.254 - - [2025-10-02 01:52:09] "GET /routing-instance/8df6b9aa-ad3d-4342-91ce-3f622bbbf089 HTTP/1.1" 200 1501 0.002638 10.0.0.254 - - [2025-10-02 01:52:09] "GET /route-target/17ed66a5-be11-430e-a5cf-3ebc17399691 HTTP/1.1" 200 1216 0.002110 10.0.0.254 - - [2025-10-02 01:52:09] "GET /domains HTTP/1.1" 200 281 0.001983 10.0.0.254 - - [2025-10-02 01:52:09] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000798 10.0.0.254 - - [2025-10-02 01:52:09] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2760 0.005123 10.0.0.254 - - [2025-10-02 01:52:09] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001042 10.0.0.254 - - [2025-10-02 01:52:09] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27 HTTP/1.1" 200 2524 0.063900 10.0.0.254 - - [2025-10-02 01:52:09] "GET /virtual-network/a5574131-c117-4da3-b210-313c1c17542a HTTP/1.1" 200 2328 0.006514 10.0.0.254 - - [2025-10-02 01:52:09] "GET /obj-perms HTTP/1.1" 200 5045 0.002382 10.0.0.254 - - [2025-10-02 01:52:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001066 10.0.0.254 - - [2025-10-02 01:52:09] "POST /neutron/network HTTP/1.1" 200 841 0.004538 10.0.0.254 - - [2025-10-02 01:52:09] "GET /aaa-mode HTTP/1.1" 401 293 0.000315 10.0.0.254 - - [2025-10-02 01:52:09] "GET / HTTP/1.1" 200 36215 0.002513 10.0.0.254 - - [2025-10-02 01:52:09] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000422 10.0.0.254 - - [2025-10-02 01:52:10] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000941 10.0.0.254 - - [2025-10-02 01:52:10] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.039153 10.0.0.254 - - [2025-10-02 01:52:10] "POST /neutron/network HTTP/1.1" 200 831 0.004254 10.0.0.254 - - [2025-10-02 01:52:10] "POST /neutron/port HTTP/1.1" 200 117 0.004097 10.0.0.254 - - [2025-10-02 01:52:10] "POST /neutron/port HTTP/1.1" 200 117 0.004148 10.0.0.254 - - [2025-10-02 01:52:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001054 10.0.0.254 - - [2025-10-02 01:52:10] "POST /neutron/port HTTP/1.1" 200 117 0.004281 10.0.0.254 - - [2025-10-02 01:52:10] "POST /neutron/network HTTP/1.1" 200 844 0.004868 10.0.0.254 - - [2025-10-02 01:52:10] "GET /aaa-mode HTTP/1.1" 401 293 0.000324 10.0.0.254 - - [2025-10-02 01:52:10] "POST /neutron/network HTTP/1.1" 200 841 0.005047 10.0.0.254 - - [2025-10-02 01:52:10] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000926 10.0.0.254 - - [2025-10-02 01:52:10] "GET / HTTP/1.1" 200 36215 0.001512 10.0.0.254 - - [2025-10-02 01:52:10] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000373 10.0.0.254 - - [2025-10-02 01:52:10] "POST /neutron/port HTTP/1.1" 200 1057 0.169586 10.0.0.254 - - [2025-10-02 01:52:10] "POST /neutron/port HTTP/1.1" 200 1057 0.007174 10.0.0.254 - - [2025-10-02 01:52:10] "POST /neutron/port HTTP/1.1" 200 1057 0.007467 10.0.0.254 - - [2025-10-02 01:52:10] "POST /neutron/port HTTP/1.1" 200 1111 0.061947 10.0.0.254 - - [2025-10-02 01:52:10] "POST /neutron/port HTTP/1.1" 200 1085 0.010941 10.0.0.254 - - [2025-10-02 01:52:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003316 10.0.0.254 - - [2025-10-02 01:52:10] "POST /neutron/subnet HTTP/1.1" 200 694 0.005666 10.0.0.254 - - [2025-10-02 01:52:10] "POST /neutron/port HTTP/1.1" 200 117 0.000938 10.0.0.254 - - [2025-10-02 01:52:10] "POST /neutron/network HTTP/1.1" 200 831 0.004274 10.0.0.254 - - [2025-10-02 01:52:11] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000899 10.0.0.254 - - [2025-10-02 01:52:11] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.042099 10.0.0.254 - - [2025-10-02 01:52:11] "POST /neutron/network HTTP/1.1" 200 834 0.004596 10.0.0.254 - - [2025-10-02 01:52:11] "POST /neutron/port HTTP/1.1" 200 1085 0.011967 10.0.0.254 - - [2025-10-02 01:52:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008446 10.0.0.254 - - [2025-10-02 01:52:11] "POST /neutron/port HTTP/1.1" 200 117 0.003949 10.0.0.254 - - [2025-10-02 01:52:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.002210 10.0.0.254 - - [2025-10-02 01:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002476 10.0.0.254 - - [2025-10-02 01:52:11] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000882 10.0.0.254 - - [2025-10-02 01:52:11] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006368 10.0.0.254 - - [2025-10-02 01:52:11] "POST /service-templates HTTP/1.1" 200 545 0.024970 10.0.0.254 - - [2025-10-02 01:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002510 10.0.0.254 - - [2025-10-02 01:52:11] "GET /service-template/94f95fb6-2a37-401d-bffc-56feb66d30d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004146 10.0.0.254 - - [2025-10-02 01:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.254 - - [2025-10-02 01:52:11] "POST /neutron/network HTTP/1.1" 200 844 0.006727 10.0.0.254 - - [2025-10-02 01:52:11] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000839 10.0.0.254 - - [2025-10-02 01:52:11] "GET /service-template/94f95fb6-2a37-401d-bffc-56feb66d30d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.002302 10.0.0.254 - - [2025-10-02 01:52:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001451 10.0.0.254 - - [2025-10-02 01:52:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001683 10.0.0.254 - - [2025-10-02 01:52:11] "POST /id-to-fqname HTTP/1.1" 200 224 0.002226 10.0.0.254 - - [2025-10-02 01:52:11] "POST /neutron/port HTTP/1.1" 200 1058 0.220874 10.0.0.254 - - [2025-10-02 01:52:11] "POST /neutron/port HTTP/1.1" 200 1058 0.009528 10.0.0.254 - - [2025-10-02 01:52:11] "POST /neutron/port HTTP/1.1" 200 1058 0.011087 10.0.0.254 - - [2025-10-02 01:52:11] "POST /neutron/port HTTP/1.1" 200 1112 0.061919 10.0.0.254 - - [2025-10-02 01:52:11] "POST /neutron/port HTTP/1.1" 200 2055 0.018291 10.0.0.254 - - [2025-10-02 01:52:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007507 10.0.0.254 - - [2025-10-02 01:52:11] "POST /neutron/port HTTP/1.1" 200 1086 0.011792 10.0.0.254 - - [2025-10-02 01:52:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003140 10.0.0.254 - - [2025-10-02 01:52:11] "POST /neutron/subnet HTTP/1.1" 200 698 0.009000 10.0.0.254 - - [2025-10-02 01:52:11] "POST /neutron/port HTTP/1.1" 200 117 0.000977 10.0.0.254 - - [2025-10-02 01:52:12] "POST /neutron/network HTTP/1.1" 200 834 0.005562 10.0.0.254 - - [2025-10-02 01:52:12] "POST /neutron/network HTTP/1.1" 200 2220 0.010605 10.0.0.254 - - [2025-10-02 01:52:12] "GET /aaa-mode HTTP/1.1" 401 293 0.000349 10.0.0.254 - - [2025-10-02 01:52:12] "GET / HTTP/1.1" 200 36215 0.001638 10.0.0.254 - - [2025-10-02 01:52:12] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000334 10.0.0.254 - - [2025-10-02 01:52:13] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000951 10.0.0.254 - - [2025-10-02 01:52:13] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.045615 10.0.0.254 - - [2025-10-02 01:52:13] "POST /neutron/network HTTP/1.1" 200 830 0.004866 10.0.0.254 - - [2025-10-02 01:52:13] "POST /neutron/network HTTP/1.1" 200 831 0.004077 10.0.0.254 - - [2025-10-02 01:52:13] "POST /neutron/network HTTP/1.1" 200 834 0.004056 10.0.0.254 - - [2025-10-02 01:52:13] "POST /neutron/port HTTP/1.1" 200 2055 0.016567 10.0.0.254 - - [2025-10-02 01:52:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005833 10.0.0.254 - - [2025-10-02 01:52:13] "POST /neutron/port HTTP/1.1" 200 117 0.004089 10.0.0.254 - - [2025-10-02 01:52:13] "POST /neutron/port HTTP/1.1" 200 117 0.003911 10.0.0.254 - - [2025-10-02 01:52:13] "POST /neutron/network HTTP/1.1" 200 2220 0.010419 10.0.0.254 - - [2025-10-02 01:52:13] "POST /neutron/port HTTP/1.1" 200 1085 0.009708 10.0.0.254 - - [2025-10-02 01:52:13] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000825 10.0.0.254 - - [2025-10-02 01:52:13] "POST /neutron/port HTTP/1.1" 200 1085 0.058404 10.0.0.254 - - [2025-10-02 01:52:14] "POST /neutron/network HTTP/1.1" 200 841 0.010242 10.0.0.254 - - [2025-10-02 01:52:14] "POST /neutron/port HTTP/1.1" 200 1056 0.310590 10.0.0.254 - - [2025-10-02 01:52:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004900 10.0.0.254 - - [2025-10-02 01:52:14] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000907 10.0.0.254 - - [2025-10-02 01:52:14] "POST /neutron/subnet HTTP/1.1" 200 694 0.010694 10.0.0.254 - - [2025-10-02 01:52:14] "POST /neutron/port HTTP/1.1" 200 117 0.000897 10.0.0.254 - - [2025-10-02 01:52:14] "POST /neutron/network HTTP/1.1" 200 831 0.045796 10.0.0.254 - - [2025-10-02 01:52:14] "POST /neutron/port HTTP/1.1" 200 1057 0.179681 10.0.0.254 - - [2025-10-02 01:52:14] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.254 - - [2025-10-02 01:52:14] "POST /neutron/port HTTP/1.1" 200 1058 0.180591 10.0.0.254 - - [2025-10-02 01:52:14] "POST /neutron/port HTTP/1.1" 200 1056 0.011606 10.0.0.254 - - [2025-10-02 01:52:14] "POST /neutron/port HTTP/1.1" 200 1056 0.011458 10.0.0.254 - - [2025-10-02 01:52:14] "POST /neutron/port HTTP/1.1" 200 1110 0.060748 10.0.0.254 - - [2025-10-02 01:52:14] "POST /neutron/port HTTP/1.1" 200 1057 0.007766 10.0.0.254 - - [2025-10-02 01:52:14] "POST /neutron/port HTTP/1.1" 200 1057 0.006801 10.0.0.254 - - [2025-10-02 01:52:14] "POST /neutron/port HTTP/1.1" 200 1111 0.057119 10.0.0.254 - - [2025-10-02 01:52:14] "POST /neutron/port HTTP/1.1" 200 1058 0.009188 10.0.0.254 - - [2025-10-02 01:52:14] "POST /neutron/port HTTP/1.1" 200 1058 0.006689 10.0.0.254 - - [2025-10-02 01:52:14] "POST /neutron/port HTTP/1.1" 200 1112 0.051620 10.0.0.254 - - [2025-10-02 01:52:14] "POST /neutron/port HTTP/1.1" 200 3022 0.011476 10.0.0.254 - - [2025-10-02 01:52:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002404 10.0.0.254 - - [2025-10-02 01:52:14] "POST /neutron/subnet HTTP/1.1" 200 689 0.006252 10.0.0.254 - - [2025-10-02 01:52:14] "POST /neutron/port HTTP/1.1" 200 117 0.000951 10.0.0.254 - - [2025-10-02 01:52:14] "POST /neutron/network HTTP/1.1" 200 830 0.004196 10.0.0.254 - - [2025-10-02 01:52:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002363 10.0.0.254 - - [2025-10-02 01:52:15] "POST /neutron/subnet HTTP/1.1" 200 694 0.006727 10.0.0.254 - - [2025-10-02 01:52:15] "POST /neutron/port HTTP/1.1" 200 117 0.001023 10.0.0.254 - - [2025-10-02 01:52:15] "POST /neutron/network HTTP/1.1" 200 831 0.004539 10.0.0.254 - - [2025-10-02 01:52:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002346 10.0.0.254 - - [2025-10-02 01:52:15] "POST /neutron/subnet HTTP/1.1" 200 698 0.005987 10.0.0.254 - - [2025-10-02 01:52:15] "POST /neutron/port HTTP/1.1" 200 117 0.001015 10.0.0.254 - - [2025-10-02 01:52:15] "POST /neutron/network HTTP/1.1" 200 834 0.004404 10.0.0.254 - - [2025-10-02 01:52:18] "POST /neutron/port HTTP/1.1" 200 3022 0.012391 10.0.0.254 - - [2025-10-02 01:52:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004556 10.0.0.254 - - [2025-10-02 01:52:18] "POST /neutron/port HTTP/1.1" 200 3022 0.011402 10.0.0.254 - - [2025-10-02 01:52:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004399 10.0.0.254 - - [2025-10-02 01:52:18] "POST /neutron/port HTTP/1.1" 200 3022 0.012505 10.0.0.254 - - [2025-10-02 01:52:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009318 10.0.0.254 - - [2025-10-02 01:52:18] "POST /neutron/port HTTP/1.1" 200 3022 0.013068 10.0.0.254 - - [2025-10-02 01:52:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004568 10.0.0.254 - - [2025-10-02 01:52:18] "POST /neutron/port HTTP/1.1" 200 3022 0.013279 10.0.0.254 - - [2025-10-02 01:52:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004842 10.0.0.254 - - [2025-10-02 01:52:18] "GET /virtual-machine/c10c64e2-6cb8-4a01-b69f-1f3bf066e053 HTTP/1.1" 200 1807 0.004086 10.0.0.254 - - [2025-10-02 01:52:18] "POST /neutron/port HTTP/1.1" 200 1085 0.010800 10.0.0.254 - - [2025-10-02 01:52:18] "GET /virtual-machine-interface/60e59dd1-f82d-4706-ba26-eb838343c948 HTTP/1.1" 200 2952 0.004333 10.0.0.254 - - [2025-10-02 01:52:18] "GET /virtual-machine-interface/ce08b309-d5df-40a5-90ab-0a5938f975a3 HTTP/1.1" 200 2953 0.005295 10.0.0.254 - - [2025-10-02 01:52:19] "GET /virtual-machine-interface/f438d0bf-ad67-478e-a715-de1332a58e98 HTTP/1.1" 200 2956 0.006277 10.0.0.254 - - [2025-10-02 01:52:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012026 10.0.0.254 - - [2025-10-02 01:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002381 10.0.0.254 - - [2025-10-02 01:52:19] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002413 10.0.0.254 - - [2025-10-02 01:52:19] "GET /virtual-networks?parent_id=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002759 10.0.0.254 - - [2025-10-02 01:52:19] "GET /virtual-network/93f6c557-baf2-4104-83b4-c2e3f113232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004772 10.0.0.254 - - [2025-10-02 01:52:20] "POST /neutron/port HTTP/1.1" 200 1086 0.009210 10.0.0.254 - - [2025-10-02 01:52:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004091 10.0.0.254 - - [2025-10-02 01:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002545 10.0.0.254 - - [2025-10-02 01:52:22] "GET /virtual-network/93f6c557-baf2-4104-83b4-c2e3f113232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004645 10.0.0.254 - - [2025-10-02 01:52:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002480 10.0.0.254 - - [2025-10-02 01:52:26] "GET /virtual-network/93f6c557-baf2-4104-83b4-c2e3f113232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004108 10.0.0.254 - - [2025-10-02 01:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.254 - - [2025-10-02 01:52:30] "GET /virtual-network/93f6c557-baf2-4104-83b4-c2e3f113232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004078 10.0.0.254 - - [2025-10-02 01:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.007378 10.0.0.254 - - [2025-10-02 01:52:32] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.015096 10.0.0.254 - - [2025-10-02 01:52:32] "GET /virtual-networks?parent_id=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002461 10.0.0.254 - - [2025-10-02 01:52:32] "GET /virtual-network/93f6c557-baf2-4104-83b4-c2e3f113232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005057 10.0.0.254 - - [2025-10-02 01:52:32] "POST /neutron/port HTTP/1.1" 200 3022 0.012075 10.0.0.254 - - [2025-10-02 01:52:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006200 10.0.0.254 - - [2025-10-02 01:52:38] "POST /neutron/port HTTP/1.1" 200 3022 0.011802 10.0.0.254 - - [2025-10-02 01:52:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004447 10.0.0.254 - - [2025-10-02 01:52:38] "DELETE /project/62d402986aa04d0790827c3b65356d27 HTTP/1.1" 404 173 0.004324 10.0.0.254 - - [2025-10-02 01:52:38] "GET /projects?obj_uuids=5f8436af-9014-43b1-aa00-866cb69fc8b8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000787 10.0.0.254 - - [2025-10-02 01:52:38] "GET /project/5f8436af-9014-43b1-aa00-866cb69fc8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.020454 10.0.0.254 - - [2025-10-02 01:52:38] "GET /projects?obj_uuids=5f8436af-9014-43b1-aa00-866cb69fc8b8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000841 10.0.0.254 - - [2025-10-02 01:52:39] "GET /project/5f8436af-9014-43b1-aa00-866cb69fc8b8?fields=security_groups HTTP/1.1" 200 1341 0.063967 10.0.0.254 - - [2025-10-02 01:52:39] "DELETE /security-group/bb4d59f6-fde6-4f18-9afb-7a95c74a2f7b HTTP/1.1" 200 115 0.037142 10.0.0.254 - - [2025-10-02 01:52:39] "GET /projects?obj_uuids=5f8436af-9014-43b1-aa00-866cb69fc8b8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000873 10.0.0.254 - - [2025-10-02 01:52:39] "GET /project/5f8436af-9014-43b1-aa00-866cb69fc8b8?fields=application_policy_sets HTTP/1.1" 200 1380 0.022031 10.0.0.254 - - [2025-10-02 01:52:39] "DELETE /access-control-list/05d14dd6-baaa-495e-b72c-0074776b0688 HTTP/1.1" 200 115 0.034131 10.0.0.254 - - [2025-10-02 01:52:39] "DELETE /access-control-list/bc141d3f-6dd8-476e-b841-3321cba81e15 HTTP/1.1" 200 115 0.015038 10.0.0.254 - - [2025-10-02 01:52:39] "DELETE /project/5f8436af-9014-43b1-aa00-866cb69fc8b8 HTTP/1.1" 200 115 0.288027 10.0.0.254 - - [2025-10-02 01:52:43] "POST /neutron/port HTTP/1.1" 200 3022 0.015218 10.0.0.254 - - [2025-10-02 01:52:43] "POST /neutron/port HTTP/1.1" 200 3022 0.012566 10.0.0.254 - - [2025-10-02 01:52:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.003883 10.0.0.254 - - [2025-10-02 01:52:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004315 10.0.0.254 - - [2025-10-02 01:52:45] "GET /obj-perms HTTP/1.1" 200 5075 0.044648 10.0.0.254 - - [2025-10-02 01:52:45] "GET /obj-perms HTTP/1.1" 200 5075 0.035636 10.0.0.254 - - [2025-10-02 01:52:48] "POST /neutron/port HTTP/1.1" 200 3022 0.012112 10.0.0.254 - - [2025-10-02 01:52:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004281 10.0.0.254 - - [2025-10-02 01:52:53] "POST /neutron/port HTTP/1.1" 200 3022 0.011807 10.0.0.254 - - [2025-10-02 01:52:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004136 10.0.0.254 - - [2025-10-02 01:52:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.254 - - [2025-10-02 01:52:58] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002991 10.0.0.254 - - [2025-10-02 01:52:58] "GET /virtual-networks?parent_id=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002975 10.0.0.254 - - [2025-10-02 01:52:58] "GET /virtual-network/c0eb97c9-3205-4696-b7e1-36777c6b96fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004586 10.0.0.254 - - [2025-10-02 01:52:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.254 - - [2025-10-02 01:52:58] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002444 10.0.0.254 - - [2025-10-02 01:52:58] "GET /virtual-networks?parent_id=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002439 10.0.0.254 - - [2025-10-02 01:52:59] "GET /virtual-network/a5574131-c117-4da3-b210-313c1c17542a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004932 10.0.0.254 - - [2025-10-02 01:52:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.002307 10.0.0.254 - - [2025-10-02 01:52:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001736 10.0.0.254 - - [2025-10-02 01:52:59] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.254 - - [2025-10-02 01:52:59] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.020428 10.0.0.254 - - [2025-10-02 01:52:59] "POST /service-instances HTTP/1.1" 200 545 0.056237 10.0.0.254 - - [2025-10-02 01:52:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002315 10.0.0.254 - - [2025-10-02 01:52:59] "GET /service-instance/0cfaac26-eef0-4edf-aa2c-c34b482052ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.004373 10.0.0.254 - - [2025-10-02 01:52:59] "POST /port-tuples HTTP/1.1" 200 588 0.017392 10.0.0.254 - - [2025-10-02 01:52:59] "GET /virtual-machine-interface/ce08b309-d5df-40a5-90ab-0a5938f975a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.004426 10.0.0.254 - - [2025-10-02 01:52:59] "PUT /virtual-machine-interface/ce08b309-d5df-40a5-90ab-0a5938f975a3 HTTP/1.1" 200 285 0.008914 10.0.0.254 - - [2025-10-02 01:52:59] "POST /ref-update HTTP/1.1" 200 156 0.008361 10.0.0.254 - - [2025-10-02 01:52:59] "POST /instance-ips HTTP/1.1" 200 386 0.021220 10.0.0.254 - - [2025-10-02 01:52:59] "POST /ref-update HTTP/1.1" 200 156 0.008268 10.0.0.254 - - [2025-10-02 01:52:59] "GET /virtual-machine-interface/60e59dd1-f82d-4706-ba26-eb838343c948?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.003853 10.0.0.254 - - [2025-10-02 01:52:59] "POST /ref-update HTTP/1.1" 200 156 0.006366 10.0.0.254 - - [2025-10-02 01:52:59] "PUT /virtual-machine-interface/60e59dd1-f82d-4706-ba26-eb838343c948 HTTP/1.1" 200 285 0.007482 10.0.0.254 - - [2025-10-02 01:52:59] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002216 10.0.0.254 - - [2025-10-02 01:52:59] "POST /ref-update HTTP/1.1" 200 156 0.006941 10.0.0.254 - - [2025-10-02 01:52:59] "POST /instance-ips HTTP/1.1" 200 386 0.018433 10.0.0.254 - - [2025-10-02 01:52:59] "GET /virtual-machine-interface/f438d0bf-ad67-478e-a715-de1332a58e98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.006101 10.0.0.254 - - [2025-10-02 01:52:59] "POST /ref-update HTTP/1.1" 200 156 0.022471 10.0.0.254 - - [2025-10-02 01:52:59] "PUT /virtual-machine-interface/f438d0bf-ad67-478e-a715-de1332a58e98 HTTP/1.1" 200 285 0.027011 10.0.0.254 - - [2025-10-02 01:53:00] "POST /ref-update HTTP/1.1" 200 156 0.009670 10.0.0.254 - - [2025-10-02 01:53:00] "POST /ref-update HTTP/1.1" 200 156 0.009240 10.0.0.254 - - [2025-10-02 01:53:00] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002552 10.0.0.254 - - [2025-10-02 01:53:00] "POST /neutron/port HTTP/1.1" 200 1085 0.010210 10.0.0.254 - - [2025-10-02 01:53:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007302 10.0.0.254 - - [2025-10-02 01:53:00] "POST /instance-ips HTTP/1.1" 200 374 0.014028 10.0.0.254 - - [2025-10-02 01:53:00] "POST /neutron/port HTTP/1.1" 200 1085 0.008579 10.0.0.254 - - [2025-10-02 01:53:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004616 10.0.0.254 - - [2025-10-02 01:53:00] "POST /ref-update HTTP/1.1" 200 156 0.009183 10.0.0.254 - - [2025-10-02 01:53:00] "POST /neutron/port HTTP/1.1" 200 1085 0.010274 10.0.0.254 - - [2025-10-02 01:53:00] "POST /ref-update HTTP/1.1" 200 156 0.006857 10.0.0.254 - - [2025-10-02 01:53:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006826 10.0.0.254 - - [2025-10-02 01:53:00] "GET /virtual-machine/30c7899c-bb79-4a07-9920-9ef1d4f1eae3 HTTP/1.1" 200 1292 0.003590 10.0.0.254 - - [2025-10-02 01:53:00] "GET /virtual-machine-interface/e4e2dd88-ef54-4d02-820f-f9c0e2d5d30f HTTP/1.1" 200 2952 0.003941 10.0.0.254 - - [2025-10-02 01:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.254 - - [2025-10-02 01:53:00] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002389 10.0.0.254 - - [2025-10-02 01:53:00] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002200 10.0.0.254 - - [2025-10-02 01:53:00] "GET /virtual-networks?parent_id=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003143 10.0.0.254 - - [2025-10-02 01:53:00] "POST /instance-ips HTTP/1.1" 200 374 0.012191 10.0.0.254 - - [2025-10-02 01:53:00] "GET /virtual-network/c0eb97c9-3205-4696-b7e1-36777c6b96fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004497 10.0.0.254 - - [2025-10-02 01:53:00] "POST /ref-update HTTP/1.1" 200 156 0.006672 10.0.0.254 - - [2025-10-02 01:53:00] "POST /ref-update HTTP/1.1" 200 156 0.008020 10.0.0.254 - - [2025-10-02 01:53:00] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003129 10.0.0.254 - - [2025-10-02 01:53:00] "POST /instance-ips HTTP/1.1" 200 376 0.013897 10.0.0.254 - - [2025-10-02 01:53:00] "POST /ref-update HTTP/1.1" 200 156 0.006663 10.0.0.254 - - [2025-10-02 01:53:00] "POST /ref-update HTTP/1.1" 200 156 0.006681 10.0.0.254 - - [2025-10-02 01:53:00] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002385 10.0.0.254 - - [2025-10-02 01:53:00] "POST /instance-ips HTTP/1.1" 200 376 0.013467 10.0.0.254 - - [2025-10-02 01:53:00] "POST /ref-update HTTP/1.1" 200 156 0.007038 10.0.0.254 - - [2025-10-02 01:53:00] "POST /ref-update HTTP/1.1" 200 156 0.006747 10.0.0.254 - - [2025-10-02 01:53:00] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002319 10.0.0.254 - - [2025-10-02 01:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002476 10.0.0.254 - - [2025-10-02 01:53:01] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002348 10.0.0.254 - - [2025-10-02 01:53:01] "GET /virtual-networks?parent_id=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002852 10.0.0.254 - - [2025-10-02 01:53:01] "GET /virtual-network/c0eb97c9-3205-4696-b7e1-36777c6b96fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004472 10.0.0.254 - - [2025-10-02 01:53:01] "POST /neutron/port HTTP/1.1" 200 1086 0.008527 10.0.0.254 - - [2025-10-02 01:53:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004060 10.0.0.254 - - [2025-10-02 01:53:01] "POST /neutron/port HTTP/1.1" 200 1086 0.009560 10.0.0.254 - - [2025-10-02 01:53:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005053 10.0.0.254 - - [2025-10-02 01:53:01] "POST /neutron/port HTTP/1.1" 200 1086 0.010856 10.0.0.254 - - [2025-10-02 01:53:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005715 10.0.0.254 - - [2025-10-02 01:53:02] "GET /virtual-machine/6762f1d2-47ae-4473-88d0-78317eca71c2 HTTP/1.1" 200 1291 0.003808 10.0.0.254 - - [2025-10-02 01:53:02] "GET /virtual-machine-interface/4081af22-3892-4e48-88c9-5fd81a0d7dc1 HTTP/1.1" 200 2954 0.003918 10.0.0.254 - - [2025-10-02 01:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002433 10.0.0.254 - - [2025-10-02 01:53:02] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002475 10.0.0.254 - - [2025-10-02 01:53:02] "GET /virtual-networks?parent_id=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002632 10.0.0.254 - - [2025-10-02 01:53:02] "GET /virtual-network/a5574131-c117-4da3-b210-313c1c17542a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004611 10.0.0.254 - - [2025-10-02 01:53:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002476 10.0.0.254 - - [2025-10-02 01:53:03] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002799 10.0.0.254 - - [2025-10-02 01:53:03] "GET /virtual-networks?parent_id=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002393 10.0.0.254 - - [2025-10-02 01:53:03] "GET /virtual-network/a5574131-c117-4da3-b210-313c1c17542a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004214 10.0.0.254 - - [2025-10-02 01:53:03] "POST /fqname-to-id HTTP/1.1" 404 211 0.002561 10.0.0.254 - - [2025-10-02 01:53:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002175 10.0.0.254 - - [2025-10-02 01:53:03] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000885 10.0.0.254 - - [2025-10-02 01:53:03] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.023088 10.0.0.254 - - [2025-10-02 01:53:03] "POST /network-policys HTTP/1.1" 200 549 0.014510 10.0.0.254 - - [2025-10-02 01:53:03] "GET /network-policy/e82161bf-1a59-4df9-93d2-3a881b2ea563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003915 10.0.0.254 - - [2025-10-02 01:53:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002398 10.0.0.254 - - [2025-10-02 01:53:03] "GET /virtual-network/c0eb97c9-3205-4696-b7e1-36777c6b96fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004522 10.0.0.254 - - [2025-10-02 01:53:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002354 10.0.0.254 - - [2025-10-02 01:53:03] "GET /network-policy/e82161bf-1a59-4df9-93d2-3a881b2ea563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.002889 10.0.0.254 - - [2025-10-02 01:53:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.003612 10.0.0.254 - - [2025-10-02 01:53:03] "POST /ref-update HTTP/1.1" 200 156 0.026991 10.0.0.254 - - [2025-10-02 01:53:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002345 10.0.0.254 - - [2025-10-02 01:53:04] "POST /access-control-lists HTTP/1.1" 200 603 0.059100 10.0.0.254 - - [2025-10-02 01:53:04] "GET /network-policy/e82161bf-1a59-4df9-93d2-3a881b2ea563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003037 10.0.0.254 - - [2025-10-02 01:53:04] "POST /neutron/network HTTP/1.1" 200 919 0.006100 10.0.0.254 - - [2025-10-02 01:53:04] "GET /virtual-network/c0eb97c9-3205-4696-b7e1-36777c6b96fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004407 10.0.0.254 - - [2025-10-02 01:53:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002390 10.0.0.254 - - [2025-10-02 01:53:04] "GET /network-policy/e82161bf-1a59-4df9-93d2-3a881b2ea563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.002959 10.0.0.254 - - [2025-10-02 01:53:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.254 - - [2025-10-02 01:53:04] "GET /virtual-network/a5574131-c117-4da3-b210-313c1c17542a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005978 10.0.0.254 - - [2025-10-02 01:53:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.254 - - [2025-10-02 01:53:04] "GET /network-policy/e82161bf-1a59-4df9-93d2-3a881b2ea563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003052 10.0.0.254 - - [2025-10-02 01:53:04] "POST /fqname-to-id HTTP/1.1" 404 244 0.003937 10.0.0.254 - - [2025-10-02 01:53:04] "POST /ref-update HTTP/1.1" 200 156 0.023945 10.0.0.254 - - [2025-10-02 01:53:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002361 10.0.0.254 - - [2025-10-02 01:53:04] "POST /access-control-lists HTTP/1.1" 200 606 0.058388 10.0.0.254 - - [2025-10-02 01:53:04] "GET /network-policy/e82161bf-1a59-4df9-93d2-3a881b2ea563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003239 10.0.0.254 - - [2025-10-02 01:53:04] "POST /routing-instances HTTP/1.1" 200 761 0.015495 10.0.0.254 - - [2025-10-02 01:53:04] "POST /neutron/network HTTP/1.1" 200 922 0.005312 10.0.0.254 - - [2025-10-02 01:53:04] "GET /virtual-network/a5574131-c117-4da3-b210-313c1c17542a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.003658 10.0.0.254 - - [2025-10-02 01:53:04] "POST /route-targets HTTP/1.1" 200 328 0.007265 10.0.0.254 - - [2025-10-02 01:53:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002297 10.0.0.254 - - [2025-10-02 01:53:04] "POST /ref-update HTTP/1.1" 200 156 0.007871 10.0.0.254 - - [2025-10-02 01:53:04] "GET /network-policy/e82161bf-1a59-4df9-93d2-3a881b2ea563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.002616 10.0.0.254 - - [2025-10-02 01:53:04] "GET /routing-instance/0cae69ae-dfa2-4697-9a79-f9f66965330c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.002519 10.0.0.254 - - [2025-10-02 01:53:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.001976 10.0.0.254 - - [2025-10-02 01:53:04] "GET /routing-instance/0cae69ae-dfa2-4697-9a79-f9f66965330c?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.002963 10.0.0.254 - - [2025-10-02 01:53:04] "GET /service-template/94f95fb6-2a37-401d-bffc-56feb66d30d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.002397 10.0.0.254 - - [2025-10-02 01:53:04] "POST /ref-update HTTP/1.1" 200 156 0.007171 10.0.0.254 - - [2025-10-02 01:53:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.001998 10.0.0.254 - - [2025-10-02 01:53:04] "POST /routing-instances HTTP/1.1" 200 762 0.012196 10.0.0.254 - - [2025-10-02 01:53:04] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000883 10.0.0.254 - - [2025-10-02 01:53:04] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.019983 10.0.0.254 - - [2025-10-02 01:53:04] "POST /route-targets HTTP/1.1" 200 328 0.007531 10.0.0.254 - - [2025-10-02 01:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.001803 10.0.0.254 - - [2025-10-02 01:53:05] "POST /ref-update HTTP/1.1" 200 156 0.007894 10.0.0.254 - - [2025-10-02 01:53:05] "GET /service-instance/0cfaac26-eef0-4edf-aa2c-c34b482052ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3536 0.003631 10.0.0.254 - - [2025-10-02 01:53:05] "GET /routing-instance/3a0f288a-7dbb-4b03-8e94-a6874b31f03c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.002959 10.0.0.254 - - [2025-10-02 01:53:05] "GET /domains HTTP/1.1" 200 281 0.003026 10.0.0.254 - - [2025-10-02 01:53:05] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000788 10.0.0.254 - - [2025-10-02 01:53:05] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2781 0.006167 10.0.0.254 - - [2025-10-02 01:53:05] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000752 10.0.0.254 - - [2025-10-02 01:53:05] "GET /routing-instance/3a0f288a-7dbb-4b03-8e94-a6874b31f03c?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.003105 10.0.0.254 - - [2025-10-02 01:53:05] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27 HTTP/1.1" 200 4247 0.063439 10.0.0.254 - - [2025-10-02 01:53:05] "GET /service-instance/0cfaac26-eef0-4edf-aa2c-c34b482052ee HTTP/1.1" 200 3791 0.003641 10.0.0.254 - - [2025-10-02 01:53:05] "GET /domains HTTP/1.1" 200 281 0.001780 10.0.0.254 - - [2025-10-02 01:53:05] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000806 10.0.0.254 - - [2025-10-02 01:53:05] "PUT /routing-instance/0cae69ae-dfa2-4697-9a79-f9f66965330c HTTP/1.1" 200 267 0.011117 10.0.0.254 - - [2025-10-02 01:53:05] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2781 0.054196 10.0.0.254 - - [2025-10-02 01:53:05] "PUT /routing-instance/3a0f288a-7dbb-4b03-8e94-a6874b31f03c HTTP/1.1" 200 267 0.011020 10.0.0.254 - - [2025-10-02 01:53:05] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001383 10.0.0.254 - - [2025-10-02 01:53:05] "POST /ref-update HTTP/1.1" 200 156 0.010513 10.0.0.254 - - [2025-10-02 01:53:05] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27 HTTP/1.1" 200 4247 0.076764 10.0.0.254 - - [2025-10-02 01:53:05] "GET /service-instance/0cfaac26-eef0-4edf-aa2c-c34b482052ee HTTP/1.1" 200 3791 0.003914 10.0.0.254 - - [2025-10-02 01:53:05] "GET /port-tuple/aa75202c-83f3-4b81-9342-7b28fd51efe0 HTTP/1.1" 200 1984 0.002444 10.0.0.254 - - [2025-10-02 01:53:05] "GET /virtual-machine-interface/60e59dd1-f82d-4706-ba26-eb838343c948 HTTP/1.1" 200 3807 0.004034 10.0.0.254 - - [2025-10-02 01:53:05] "GET /virtual-machine-interface/ce08b309-d5df-40a5-90ab-0a5938f975a3 HTTP/1.1" 200 3826 0.003791 10.0.0.254 - - [2025-10-02 01:53:05] "GET /virtual-machine-interface/f438d0bf-ad67-478e-a715-de1332a58e98 HTTP/1.1" 200 3814 0.003778 10.0.0.254 - - [2025-10-02 01:53:05] "PUT /access-control-list/0c148a02-3bd4-40c0-903a-ec9a4e0541ab HTTP/1.1" 200 273 0.007645 10.0.0.254 - - [2025-10-02 01:53:05] "POST /neutron/port HTTP/1.1" 200 3829 0.030239 10.0.0.254 - - [2025-10-02 01:53:05] "PUT /access-control-list/6d16a6fa-7c11-4f59-a815-ccbbe7f5ca1d HTTP/1.1" 200 273 0.009414 10.0.0.254 - - [2025-10-02 01:53:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004379 10.0.0.254 - - [2025-10-02 01:53:05] "POST /neutron/port HTTP/1.1" 200 3829 0.020710 10.0.0.254 - - [2025-10-02 01:53:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004005 10.0.0.254 - - [2025-10-02 01:53:05] "POST /neutron/port HTTP/1.1" 200 3829 0.020715 10.0.0.254 - - [2025-10-02 01:53:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004160 10.0.0.254 - - [2025-10-02 01:53:05] "POST /neutron/port HTTP/1.1" 200 3829 0.025602 10.0.0.254 - - [2025-10-02 01:53:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004463 10.0.0.254 - - [2025-10-02 01:53:05] "POST /neutron/network HTTP/1.1" 200 893 0.008706 10.0.0.254 - - [2025-10-02 01:53:05] "POST /neutron/network HTTP/1.1" 200 919 0.003536 10.0.0.254 - - [2025-10-02 01:53:05] "POST /neutron/network HTTP/1.1" 200 804 0.008855 10.0.0.254 - - [2025-10-02 01:53:05] "POST /neutron/network HTTP/1.1" 200 830 0.003742 10.0.0.254 - - [2025-10-02 01:53:05] "POST /neutron/network HTTP/1.1" 200 896 0.009088 10.0.0.254 - - [2025-10-02 01:53:05] "POST /neutron/network HTTP/1.1" 200 922 0.003588 10.0.0.254 - - [2025-10-02 01:53:05] "POST /id-to-fqname HTTP/1.1" 200 223 0.000849 10.0.0.254 - - [2025-10-02 01:53:05] "POST /id-to-fqname HTTP/1.1" 200 223 0.000794 10.0.0.254 - - [2025-10-02 01:53:05] "POST /id-to-fqname HTTP/1.1" 200 224 0.000951 10.0.0.254 - - [2025-10-02 01:53:05] "GET /virtual-machine/c10c64e2-6cb8-4a01-b69f-1f3bf066e053 HTTP/1.1" 200 1807 0.002956 10.0.0.254 - - [2025-10-02 01:53:05] "GET /virtual-machine-interface/60e59dd1-f82d-4706-ba26-eb838343c948 HTTP/1.1" 200 3807 0.004228 10.0.0.254 - - [2025-10-02 01:53:05] "GET /virtual-machine-interface/ce08b309-d5df-40a5-90ab-0a5938f975a3 HTTP/1.1" 200 3826 0.003776 10.0.0.254 - - [2025-10-02 01:53:05] "GET /virtual-machine-interface/f438d0bf-ad67-478e-a715-de1332a58e98 HTTP/1.1" 200 3814 0.003875 10.0.0.254 - - [2025-10-02 01:53:05] "GET /instance-ip/60bda6ac-50c5-4ad1-83b7-ac12ab766b0c HTTP/1.1" 200 1959 0.002666 10.0.0.254 - - [2025-10-02 01:53:05] "GET /instance-ip/746d8350-ba4d-4d8c-8ba6-1550368442be HTTP/1.1" 200 1623 0.003246 10.0.0.254 - - [2025-10-02 01:53:05] "GET /instance-ip/c9ab3af3-14ff-4da6-88b0-dfa3739431b9 HTTP/1.1" 200 1958 0.002388 10.0.0.254 - - [2025-10-02 01:53:05] "GET /instance-ip/0c380de5-d8d2-49ae-9403-83f3e8ad6d6c HTTP/1.1" 200 1981 0.002357 10.0.0.254 - - [2025-10-02 01:53:05] "GET /instance-ip/9856932d-2178-4dca-923d-e030c37df393 HTTP/1.1" 200 1623 0.003216 10.0.0.254 - - [2025-10-02 01:53:05] "GET /instance-ip/ad18121e-322f-4bcf-ab92-8b64248e91db HTTP/1.1" 200 1985 0.002736 10.0.0.254 - - [2025-10-02 01:53:05] "GET /instance-ip/3cb21bb2-0e11-42e9-bf05-f1781391f672 HTTP/1.1" 200 1962 0.002339 10.0.0.254 - - [2025-10-02 01:53:05] "GET /instance-ip/ba9c41e4-9928-471d-8361-713ee85ae314 HTTP/1.1" 200 1625 0.003113 10.0.0.254 - - [2025-10-02 01:53:05] "GET /instance-ip/c3210cc5-5e80-4216-a601-138f042c2dd2 HTTP/1.1" 200 1965 0.002422 10.0.0.254 - - [2025-10-02 01:53:06] "POST /neutron/port HTTP/1.1" 200 3829 0.019721 10.0.0.254 - - [2025-10-02 01:53:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004593 10.0.0.254 - - [2025-10-02 01:53:06] "POST /neutron/port HTTP/1.1" 200 3829 0.020753 10.0.0.254 - - [2025-10-02 01:53:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004388 10.0.0.254 - - [2025-10-02 01:53:06] "POST /neutron/port HTTP/1.1" 200 3829 0.020367 10.0.0.254 - - [2025-10-02 01:53:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004706 10.0.0.254 - - [2025-10-02 01:53:06] "POST /neutron/port HTTP/1.1" 200 3829 0.020403 10.0.0.254 - - [2025-10-02 01:53:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004432 10.0.0.254 - - [2025-10-02 01:53:06] "GET /virtual-machine/c10c64e2-6cb8-4a01-b69f-1f3bf066e053 HTTP/1.1" 200 1807 0.002518 10.0.0.254 - - [2025-10-02 01:53:06] "GET /virtual-machine-interface/60e59dd1-f82d-4706-ba26-eb838343c948 HTTP/1.1" 200 3807 0.003765 10.0.0.254 - - [2025-10-02 01:53:06] "GET /virtual-machine-interface/ce08b309-d5df-40a5-90ab-0a5938f975a3 HTTP/1.1" 200 3826 0.003607 10.0.0.254 - - [2025-10-02 01:53:06] "GET /virtual-machine-interface/f438d0bf-ad67-478e-a715-de1332a58e98 HTTP/1.1" 200 3814 0.003558 10.0.0.254 - - [2025-10-02 01:53:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001804 10.0.0.254 - - [2025-10-02 01:53:06] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002069 10.0.0.254 - - [2025-10-02 01:53:06] "GET /virtual-networks?parent_id=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.001839 10.0.0.254 - - [2025-10-02 01:53:06] "GET /virtual-network/c0eb97c9-3205-4696-b7e1-36777c6b96fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004634 10.0.0.254 - - [2025-10-02 01:53:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002465 10.0.0.254 - - [2025-10-02 01:53:07] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002352 10.0.0.254 - - [2025-10-02 01:53:07] "GET /virtual-networks?parent_id=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002214 10.0.0.254 - - [2025-10-02 01:53:07] "GET /virtual-network/c0eb97c9-3205-4696-b7e1-36777c6b96fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004344 10.0.0.254 - - [2025-10-02 01:53:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002296 10.0.0.254 - - [2025-10-02 01:53:07] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002703 10.0.0.254 - - [2025-10-02 01:53:07] "GET /virtual-networks?parent_id=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002095 10.0.0.254 - - [2025-10-02 01:53:07] "GET /virtual-network/c0eb97c9-3205-4696-b7e1-36777c6b96fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004320 10.0.0.254 - - [2025-10-02 01:53:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.254 - - [2025-10-02 01:53:07] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002804 10.0.0.254 - - [2025-10-02 01:53:07] "GET /virtual-networks?parent_id=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002376 10.0.0.254 - - [2025-10-02 01:53:08] "GET /virtual-network/c0eb97c9-3205-4696-b7e1-36777c6b96fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004578 10.0.0.254 - - [2025-10-02 01:53:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002467 10.0.0.254 - - [2025-10-02 01:53:08] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003074 10.0.0.254 - - [2025-10-02 01:53:08] "GET /virtual-networks?parent_id=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002521 10.0.0.254 - - [2025-10-02 01:53:08] "GET /virtual-network/c0eb97c9-3205-4696-b7e1-36777c6b96fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004692 10.0.0.254 - - [2025-10-02 01:53:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002411 10.0.0.254 - - [2025-10-02 01:53:08] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003162 10.0.0.254 - - [2025-10-02 01:53:08] "GET /virtual-networks?parent_id=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002465 10.0.0.254 - - [2025-10-02 01:53:08] "GET /virtual-network/93f6c557-baf2-4104-83b4-c2e3f113232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004437 10.0.0.254 - - [2025-10-02 01:53:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002306 10.0.0.254 - - [2025-10-02 01:53:08] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002863 10.0.0.254 - - [2025-10-02 01:53:08] "GET /virtual-networks?parent_id=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002282 10.0.0.254 - - [2025-10-02 01:53:08] "GET /virtual-network/93f6c557-baf2-4104-83b4-c2e3f113232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004824 10.0.0.254 - - [2025-10-02 01:53:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002294 10.0.0.254 - - [2025-10-02 01:53:08] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002789 10.0.0.254 - - [2025-10-02 01:53:08] "GET /virtual-networks?parent_id=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002689 10.0.0.254 - - [2025-10-02 01:53:08] "GET /virtual-network/93f6c557-baf2-4104-83b4-c2e3f113232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004489 10.0.0.254 - - [2025-10-02 01:53:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002344 10.0.0.254 - - [2025-10-02 01:53:08] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002811 10.0.0.254 - - [2025-10-02 01:53:09] "GET /virtual-networks?parent_id=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002439 10.0.0.254 - - [2025-10-02 01:53:09] "GET /virtual-network/93f6c557-baf2-4104-83b4-c2e3f113232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004596 10.0.0.254 - - [2025-10-02 01:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002466 10.0.0.254 - - [2025-10-02 01:53:09] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002899 10.0.0.254 - - [2025-10-02 01:53:09] "GET /virtual-networks?parent_id=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002282 10.0.0.254 - - [2025-10-02 01:53:09] "GET /virtual-network/a5574131-c117-4da3-b210-313c1c17542a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004635 10.0.0.254 - - [2025-10-02 01:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002304 10.0.0.254 - - [2025-10-02 01:53:09] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002847 10.0.0.254 - - [2025-10-02 01:53:09] "GET /virtual-networks?parent_id=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002403 10.0.0.254 - - [2025-10-02 01:53:09] "GET /virtual-network/a5574131-c117-4da3-b210-313c1c17542a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004368 10.0.0.254 - - [2025-10-02 01:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.254 - - [2025-10-02 01:53:09] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002843 10.0.0.254 - - [2025-10-02 01:53:09] "GET /virtual-networks?parent_id=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002455 10.0.0.254 - - [2025-10-02 01:53:09] "GET /virtual-network/a5574131-c117-4da3-b210-313c1c17542a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004254 10.0.0.254 - - [2025-10-02 01:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.254 - - [2025-10-02 01:53:09] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002786 10.0.0.254 - - [2025-10-02 01:53:09] "GET /virtual-networks?parent_id=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002241 10.0.0.254 - - [2025-10-02 01:53:09] "GET /virtual-network/a5574131-c117-4da3-b210-313c1c17542a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004266 10.0.0.254 - - [2025-10-02 01:53:09] "GET /virtual-machine/c10c64e2-6cb8-4a01-b69f-1f3bf066e053 HTTP/1.1" 200 1807 0.002765 10.0.0.254 - - [2025-10-02 01:53:09] "GET /domains HTTP/1.1" 200 281 0.001731 10.0.0.254 - - [2025-10-02 01:53:09] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000998 10.0.0.254 - - [2025-10-02 01:53:09] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2781 0.005052 10.0.0.254 - - [2025-10-02 01:53:09] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000744 10.0.0.254 - - [2025-10-02 01:53:10] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27 HTTP/1.1" 200 4247 0.059226 10.0.0.254 - - [2025-10-02 01:53:10] "GET /service-instance/0cfaac26-eef0-4edf-aa2c-c34b482052ee HTTP/1.1" 200 3791 0.003208 10.0.0.254 - - [2025-10-02 01:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001948 10.0.0.254 - - [2025-10-02 01:53:10] "GET /routing-instance/d09b8be3-01e8-4a2a-85ec-8036437da07f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.002738 10.0.0.254 - - [2025-10-02 01:53:10] "GET /routing-instance/d09b8be3-01e8-4a2a-85ec-8036437da07f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.004173 10.0.0.254 - - [2025-10-02 01:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002399 10.0.0.254 - - [2025-10-02 01:53:10] "GET /routing-instance/8df6b9aa-ad3d-4342-91ce-3f622bbbf089?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1897 0.003588 10.0.0.254 - - [2025-10-02 01:53:10] "GET /routing-instance/8df6b9aa-ad3d-4342-91ce-3f622bbbf089?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2028 0.003930 10.0.0.254 - - [2025-10-02 01:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002192 10.0.0.254 - - [2025-10-02 01:53:10] "GET /virtual-network/c0eb97c9-3205-4696-b7e1-36777c6b96fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004369 10.0.0.254 - - [2025-10-02 01:53:10] "GET /virtual-network/c0eb97c9-3205-4696-b7e1-36777c6b96fd?fields=routing_instances HTTP/1.1" 200 1687 0.005322 10.0.0.254 - - [2025-10-02 01:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002394 10.0.0.254 - - [2025-10-02 01:53:10] "GET /virtual-network/a5574131-c117-4da3-b210-313c1c17542a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005314 10.0.0.254 - - [2025-10-02 01:53:10] "GET /virtual-network/a5574131-c117-4da3-b210-313c1c17542a?fields=routing_instances HTTP/1.1" 200 1692 0.007423 10.0.0.254 - - [2025-10-02 01:53:14] "POST /ref-update HTTP/1.1" 200 156 0.027845 10.0.0.254 - - [2025-10-02 01:53:14] "DELETE /access-control-list/6d16a6fa-7c11-4f59-a815-ccbbe7f5ca1d HTTP/1.1" 200 115 0.025836 10.0.0.254 - - [2025-10-02 01:53:14] "POST /neutron/network HTTP/1.1" 200 834 0.005529 10.0.0.254 - - [2025-10-02 01:53:14] "GET /virtual-network/a5574131-c117-4da3-b210-313c1c17542a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003962 10.0.0.254 - - [2025-10-02 01:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.254 - - [2025-10-02 01:53:14] "DELETE /routing-instance/0cae69ae-dfa2-4697-9a79-f9f66965330c HTTP/1.1" 200 115 0.024751 10.0.0.254 - - [2025-10-02 01:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.254 - - [2025-10-02 01:53:14] "GET /network-policy/e82161bf-1a59-4df9-93d2-3a881b2ea563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003419 10.0.0.254 - - [2025-10-02 01:53:14] "DELETE /route-target/413fc024-97ab-4b26-a26f-b657e1bbd838 HTTP/1.1" 200 115 0.012588 10.0.0.254 - - [2025-10-02 01:53:14] "POST /ref-update HTTP/1.1" 200 156 0.022391 10.0.0.254 - - [2025-10-02 01:53:14] "DELETE /routing-instance/3a0f288a-7dbb-4b03-8e94-a6874b31f03c HTTP/1.1" 200 115 0.036906 10.0.0.254 - - [2025-10-02 01:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002419 10.0.0.254 - - [2025-10-02 01:53:14] "POST /neutron/network HTTP/1.1" 200 831 0.006425 10.0.0.254 - - [2025-10-02 01:53:14] "GET /virtual-network/c0eb97c9-3205-4696-b7e1-36777c6b96fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003776 10.0.0.254 - - [2025-10-02 01:53:14] "DELETE /route-target/5f2f937a-4155-454a-8aba-d5cbdd274bfb HTTP/1.1" 200 115 0.016047 10.0.0.254 - - [2025-10-02 01:53:14] "DELETE /access-control-list/0c148a02-3bd4-40c0-903a-ec9a4e0541ab HTTP/1.1" 200 115 0.016081 10.0.0.254 - - [2025-10-02 01:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.254 - - [2025-10-02 01:53:14] "GET /network-policy/e82161bf-1a59-4df9-93d2-3a881b2ea563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.002857 10.0.0.254 - - [2025-10-02 01:53:14] "DELETE /network-policy/e82161bf-1a59-4df9-93d2-3a881b2ea563 HTTP/1.1" 200 115 0.021518 10.0.0.254 - - [2025-10-02 01:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002070 10.0.0.254 - - [2025-10-02 01:53:15] "DELETE /service-instance/0cfaac26-eef0-4edf-aa2c-c34b482052ee HTTP/1.1" 200 115 0.035944 10.0.0.254 - - [2025-10-02 01:53:15] "POST /ref-update HTTP/1.1" 200 156 0.012078 10.0.0.254 - - [2025-10-02 01:53:15] "GET /domains HTTP/1.1" 200 281 0.001955 10.0.0.254 - - [2025-10-02 01:53:15] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.254 - - [2025-10-02 01:53:15] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2781 0.007616 10.0.0.254 - - [2025-10-02 01:53:15] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001054 10.0.0.254 - - [2025-10-02 01:53:15] "DELETE /instance-ip/3cb21bb2-0e11-42e9-bf05-f1781391f672 HTTP/1.1" 200 115 0.019023 10.0.0.254 - - [2025-10-02 01:53:15] "POST /ref-update HTTP/1.1" 200 156 0.006567 10.0.0.254 - - [2025-10-02 01:53:15] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27 HTTP/1.1" 200 3771 0.059471 10.0.0.254 - - [2025-10-02 01:53:15] "GET /virtual-machine/c10c64e2-6cb8-4a01-b69f-1f3bf066e053 HTTP/1.1" 200 1807 0.003008 10.0.0.254 - - [2025-10-02 01:53:15] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001525 10.0.0.254 - - [2025-10-02 01:53:15] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001384 10.0.0.254 - - [2025-10-02 01:53:15] "DELETE /instance-ip/c3210cc5-5e80-4216-a601-138f042c2dd2 HTTP/1.1" 200 115 0.018255 10.0.0.254 - - [2025-10-02 01:53:15] "POST /ref-update HTTP/1.1" 200 156 0.006701 10.0.0.254 - - [2025-10-02 01:53:15] "DELETE /instance-ip/c9ab3af3-14ff-4da6-88b0-dfa3739431b9 HTTP/1.1" 200 115 0.015815 10.0.0.254 - - [2025-10-02 01:53:15] "POST /ref-update HTTP/1.1" 200 156 0.007431 10.0.0.254 - - [2025-10-02 01:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.254 - - [2025-10-02 01:53:15] "DELETE /service-template/94f95fb6-2a37-401d-bffc-56feb66d30d8 HTTP/1.1" 200 115 0.023006 10.0.0.254 - - [2025-10-02 01:53:15] "DELETE /instance-ip/ad18121e-322f-4bcf-ab92-8b64248e91db HTTP/1.1" 200 115 0.022802 10.0.0.254 - - [2025-10-02 01:53:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.007238 10.0.0.254 - - [2025-10-02 01:53:15] "POST /ref-update HTTP/1.1" 200 156 0.012266 10.0.0.254 - - [2025-10-02 01:53:15] "DELETE /instance-ip/0c380de5-d8d2-49ae-9403-83f3e8ad6d6c HTTP/1.1" 200 115 0.018218 10.0.0.254 - - [2025-10-02 01:53:15] "POST /ref-update HTTP/1.1" 200 156 0.007214 10.0.0.254 - - [2025-10-02 01:53:15] "DELETE /instance-ip/60bda6ac-50c5-4ad1-83b7-ac12ab766b0c HTTP/1.1" 200 115 0.019388 10.0.0.254 - - [2025-10-02 01:53:15] "POST /neutron/network HTTP/1.1" 200 834 0.006396 10.0.0.254 - - [2025-10-02 01:53:15] "POST /neutron/network HTTP/1.1" 400 204 0.009819 10.0.0.254 - - [2025-10-02 01:53:15] "POST /neutron/port HTTP/1.1" 200 1086 0.009330 10.0.0.254 - - [2025-10-02 01:53:15] "POST /neutron/port HTTP/1.1" 200 1112 0.007494 10.0.0.254 - - [2025-10-02 01:53:15] "POST /neutron/port HTTP/1.1" 200 1085 0.009446 10.0.0.254 - - [2025-10-02 01:53:15] "POST /neutron/port HTTP/1.1" 200 1111 0.015293 10.0.0.254 - - [2025-10-02 01:53:16] "POST /neutron/port HTTP/1.1" 200 151 0.124418 10.0.0.254 - - [2025-10-02 01:53:16] "POST /neutron/port HTTP/1.1" 200 151 0.127732 10.0.0.254 - - [2025-10-02 01:53:16] "POST /neutron/port HTTP/1.1" 200 3022 0.015901 10.0.0.254 - - [2025-10-02 01:53:16] "POST /neutron/port HTTP/1.1" 200 1112 0.008584 10.0.0.254 - - [2025-10-02 01:53:16] "POST /neutron/port HTTP/1.1" 200 151 0.097765 10.0.0.254 - - [2025-10-02 01:53:16] "POST /neutron/port HTTP/1.1" 200 1110 0.008547 10.0.0.254 - - [2025-10-02 01:53:16] "POST /neutron/port HTTP/1.1" 200 151 0.079224 10.0.0.254 - - [2025-10-02 01:53:16] "POST /neutron/port HTTP/1.1" 200 1111 0.007139 10.0.0.254 - - [2025-10-02 01:53:16] "POST /neutron/port HTTP/1.1" 200 151 0.076325 10.0.0.254 - - [2025-10-02 01:53:17] "POST /neutron/network HTTP/1.1" 200 834 0.005344 10.0.0.254 - - [2025-10-02 01:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.254 - - [2025-10-02 01:53:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002373 10.0.0.254 - - [2025-10-02 01:53:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002422 10.0.0.254 - - [2025-10-02 01:53:17] "POST /neutron/network HTTP/1.1" 200 151 0.075543 10.0.0.254 - - [2025-10-02 01:53:17] "DELETE /route-target/17ed66a5-be11-430e-a5cf-3ebc17399691 HTTP/1.1" 200 115 0.022056 10.0.0.254 - - [2025-10-02 01:53:17] "GET /routing-instance/8df6b9aa-ad3d-4342-91ce-3f622bbbf089 HTTP/1.1" 404 171 0.003226 10.0.0.254 - - [2025-10-02 01:53:17] "GET /domains HTTP/1.1" 200 281 0.002283 10.0.0.254 - - [2025-10-02 01:53:17] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.254 - - [2025-10-02 01:53:17] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2580 0.048239 10.0.0.254 - - [2025-10-02 01:53:17] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000831 10.0.0.254 - - [2025-10-02 01:53:17] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27 HTTP/1.1" 200 2304 0.060824 10.0.0.254 - - [2025-10-02 01:53:17] "POST /neutron/network HTTP/1.1" 200 831 0.004458 10.0.0.254 - - [2025-10-02 01:53:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002616 10.0.0.254 - - [2025-10-02 01:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.254 - - [2025-10-02 01:53:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001388 10.0.0.254 - - [2025-10-02 01:53:17] "POST /neutron/network HTTP/1.1" 200 151 0.062333 10.0.0.254 - - [2025-10-02 01:53:17] "GET /routing-instance/d09b8be3-01e8-4a2a-85ec-8036437da07f HTTP/1.1" 404 171 0.002996 10.0.0.254 - - [2025-10-02 01:53:17] "DELETE /route-target/5a0b8d95-bae8-4762-b6c1-14545970d689 HTTP/1.1" 200 115 0.013509 10.0.0.254 - - [2025-10-02 01:53:17] "GET /domains HTTP/1.1" 200 281 0.001750 10.0.0.254 - - [2025-10-02 01:53:17] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000895 10.0.0.254 - - [2025-10-02 01:53:17] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2580 0.045961 10.0.0.254 - - [2025-10-02 01:53:17] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001272 10.0.0.254 - - [2025-10-02 01:53:17] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27 HTTP/1.1" 200 2085 0.070990 10.0.0.254 - - [2025-10-02 01:53:17] "POST /neutron/network HTTP/1.1" 200 830 0.004622 10.0.0.254 - - [2025-10-02 01:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.254 - - [2025-10-02 01:53:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002990 10.0.0.254 - - [2025-10-02 01:53:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001682 10.0.0.254 - - [2025-10-02 01:53:18] "POST /neutron/network HTTP/1.1" 200 151 0.066319 10.0.0.254 - - [2025-10-02 01:53:18] "GET /routing-instance/ebce6871-555b-4f81-a4da-fcec063a4e85 HTTP/1.1" 404 171 0.002654 10.0.0.254 - - [2025-10-02 01:53:18] "DELETE /route-target/9603ce26-59ed-433e-b714-6ea56e680d12 HTTP/1.1" 200 115 0.023931 10.0.0.254 - - [2025-10-02 01:53:18] "GET /domains HTTP/1.1" 200 281 0.004809 10.0.0.254 - - [2025-10-02 01:53:18] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000798 10.0.0.254 - - [2025-10-02 01:53:18] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2580 0.047310 10.0.0.254 - - [2025-10-02 01:53:18] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001225 10.0.0.254 - - [2025-10-02 01:53:18] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27 HTTP/1.1" 200 1844 0.066694 10.0.0.254 - - [2025-10-02 01:53:18] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000913 10.0.0.254 - - [2025-10-02 01:53:18] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.044451 10.0.0.254 - - [2025-10-02 01:53:18] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001109 10.0.0.254 - - [2025-10-02 01:53:18] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27?fields=virtual_networks HTTP/1.1" 200 1029 0.067218 10.0.0.254 - - [2025-10-02 01:53:18] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000924 10.0.0.254 - - [2025-10-02 01:53:18] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.020370 10.0.0.254 - - [2025-10-02 01:53:18] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000897 10.0.0.254 - - [2025-10-02 01:53:18] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27?fields=security_groups HTTP/1.1" 200 1254 0.023036 10.0.0.254 - - [2025-10-02 01:53:19] "POST /fqname-to-id HTTP/1.1" 404 189 0.019656 10.0.0.254 - - [2025-10-02 01:53:19] "GET /projects?obj_uuids=f211d52e-234b-4600-9a44-3b400cc864ec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001982 10.0.0.254 - - [2025-10-02 01:53:19] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000844 10.0.0.254 - - [2025-10-02 01:53:19] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005710 10.0.0.254 - - [2025-10-02 01:53:19] "POST /id-to-fqname HTTP/1.1" 200 191 0.000963 10.0.0.254 - - [2025-10-02 01:53:19] "POST /fqname-to-id HTTP/1.1" 404 200 0.002459 10.0.0.254 - - [2025-10-02 01:53:19] "POST /security-groups HTTP/1.1" 200 592 0.056008 10.0.0.254 - - [2025-10-02 01:53:19] "POST /fqname-to-id HTTP/1.1" 404 235 0.002795 10.0.0.254 - - [2025-10-02 01:53:19] "POST /projects HTTP/1.1" 200 587 0.189658 10.0.0.254 - - [2025-10-02 01:53:19] "POST /access-control-lists HTTP/1.1" 200 599 0.056275 10.0.0.254 - - [2025-10-02 01:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.255451 10.0.0.254 - - [2025-10-02 01:53:19] "POST /fqname-to-id HTTP/1.1" 404 234 0.002145 10.0.0.254 - - [2025-10-02 01:53:19] "GET /project/f211d52e-234b-4600-9a44-3b400cc864ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.365208 10.0.0.254 - - [2025-10-02 01:53:19] "POST /access-control-lists HTTP/1.1" 200 597 0.056422 10.0.0.254 - - [2025-10-02 01:53:20] "GET / HTTP/1.1" 200 36215 0.001740 10.0.0.254 - - [2025-10-02 01:53:21] "GET /project/f211d52e-234b-4600-9a44-3b400cc864ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000420 10.0.0.254 - - [2025-10-02 01:53:22] "GET /projects?obj_uuids=f211d52e-234b-4600-9a44-3b400cc864ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000920 10.0.0.254 - - [2025-10-02 01:53:22] "GET /project/f211d52e-234b-4600-9a44-3b400cc864ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.038181 10.0.0.254 - - [2025-10-02 01:53:22] "POST /fqname-to-id HTTP/1.1" 404 180 0.001812 10.0.0.254 - - [2025-10-02 01:53:22] "POST /virtual-DNSs HTTP/1.1" 200 509 0.014091 10.0.0.254 - - [2025-10-02 01:53:22] "GET /virtual-DNS/92b7c160-643b-48bb-9a87-97924a3c1809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.003936 10.0.0.254 - - [2025-10-02 01:53:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.254 - - [2025-10-02 01:53:22] "GET /virtual-DNS/92b7c160-643b-48bb-9a87-97924a3c1809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.003008 10.0.0.254 - - [2025-10-02 01:53:22] "GET /domains HTTP/1.1" 401 293 0.000508 10.0.0.254 - - [2025-10-02 01:53:22] "GET /domains HTTP/1.1" 200 281 0.020521 10.0.0.254 - - [2025-10-02 01:53:22] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000820 10.0.0.254 - - [2025-10-02 01:53:22] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2969 0.005989 10.0.0.254 - - [2025-10-02 01:53:22] "GET /virtual-DNS/92b7c160-643b-48bb-9a87-97924a3c1809 HTTP/1.1" 200 1440 0.002649 10.0.0.254 - - [2025-10-02 01:53:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.001476 10.0.0.254 - - [2025-10-02 01:53:22] "POST /network-ipams HTTP/1.1" 200 516 0.013318 10.0.0.254 - - [2025-10-02 01:53:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.002256 10.0.0.254 - - [2025-10-02 01:53:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002181 10.0.0.254 - - [2025-10-02 01:53:22] "GET /network-ipam/0f822ba5-d483-4818-8c42-d1f390cb25ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.004027 10.0.0.254 - - [2025-10-02 01:53:22] "PUT /network-ipam/0f822ba5-d483-4818-8c42-d1f390cb25ff HTTP/1.1" 200 259 0.007518 10.0.0.254 - - [2025-10-02 01:53:22] "POST /ref-update HTTP/1.1" 200 156 0.007866 10.0.0.254 - - [2025-10-02 01:53:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002521 10.0.0.254 - - [2025-10-02 01:53:22] "GET /projects?obj_uuids=f211d52e-234b-4600-9a44-3b400cc864ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000883 10.0.0.254 - - [2025-10-02 01:53:23] "GET /project/f211d52e-234b-4600-9a44-3b400cc864ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.020280 10.0.0.254 - - [2025-10-02 01:53:23] "POST /neutron/network HTTP/1.1" 200 117 0.023533 10.0.0.254 - - [2025-10-02 01:53:23] "GET /projects?obj_uuids=f211d52e-234b-4600-9a44-3b400cc864ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000978 10.0.0.254 - - [2025-10-02 01:53:23] "POST /neutron/network HTTP/1.1" 200 618 0.052150 10.0.0.254 - - [2025-10-02 01:53:23] "POST /route-targets HTTP/1.1" 200 328 0.011832 10.0.0.254 - - [2025-10-02 01:53:23] "POST /ref-update HTTP/1.1" 200 156 0.011963 10.0.0.254 - - [2025-10-02 01:53:23] "POST /useragent-kv HTTP/1.1" 200 115 0.011205 10.0.0.254 - - [2025-10-02 01:53:23] "POST /neutron/subnet HTTP/1.1" 200 711 0.161699 10.0.0.254 - - [2025-10-02 01:53:23] "POST /neutron/network HTTP/1.1" 200 833 0.004357 10.0.0.254 - - [2025-10-02 01:53:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001086 10.0.0.254 - - [2025-10-02 01:53:23] "GET /virtual-network/3bb4426f-a07f-44e5-be34-9750e406486e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004117 10.0.0.254 - - [2025-10-02 01:53:23] "POST /neutron/network HTTP/1.1" 200 833 0.004040 10.0.0.254 - - [2025-10-02 01:53:23] "GET /virtual-network/3bb4426f-a07f-44e5-be34-9750e406486e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.003652 10.0.0.254 - - [2025-10-02 01:53:23] "POST /neutron/network HTTP/1.1" 200 833 0.004721 10.0.0.254 - - [2025-10-02 01:53:23] "POST /neutron/subnet HTTP/1.1" 200 711 0.004643 10.0.0.254 - - [2025-10-02 01:53:23] "POST /neutron/network HTTP/1.1" 200 807 0.006597 10.0.0.254 - - [2025-10-02 01:53:23] "POST /neutron/network HTTP/1.1" 200 833 0.003637 10.0.0.254 - - [2025-10-02 01:53:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.000947 10.0.0.254 - - [2025-10-02 01:53:23] "POST /neutron/network HTTP/1.1" 200 843 0.004548 10.0.0.254 - - [2025-10-02 01:53:23] "GET /aaa-mode HTTP/1.1" 401 293 0.000396 10.0.0.254 - - [2025-10-02 01:53:24] "GET / HTTP/1.1" 200 36215 0.001610 10.0.0.254 - - [2025-10-02 01:53:24] "GET /project/f211d52e-234b-4600-9a44-3b400cc864ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000333 10.0.0.254 - - [2025-10-02 01:53:24] "GET /projects?obj_uuids=f211d52e-234b-4600-9a44-3b400cc864ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000904 10.0.0.254 - - [2025-10-02 01:53:24] "GET /project/f211d52e-234b-4600-9a44-3b400cc864ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.036359 10.0.0.254 - - [2025-10-02 01:53:24] "POST /neutron/network HTTP/1.1" 200 833 0.025353 10.0.0.254 - - [2025-10-02 01:53:24] "POST /neutron/port HTTP/1.1" 200 117 0.004233 10.0.0.254 - - [2025-10-02 01:53:24] "POST /neutron/port HTTP/1.1" 200 117 0.004465 10.0.0.254 - - [2025-10-02 01:53:24] "POST /neutron/port HTTP/1.1" 200 117 0.004174 10.0.0.254 - - [2025-10-02 01:53:24] "POST /neutron/network HTTP/1.1" 200 843 0.004664 10.0.0.254 - - [2025-10-02 01:53:24] "GET /projects?obj_uuids=f211d52e-234b-4600-9a44-3b400cc864ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000824 10.0.0.254 - - [2025-10-02 01:53:25] "POST /neutron/port HTTP/1.1" 200 1058 0.151061 10.0.0.254 - - [2025-10-02 01:53:25] "POST /neutron/port HTTP/1.1" 200 1058 0.007945 10.0.0.254 - - [2025-10-02 01:53:25] "POST /neutron/port HTTP/1.1" 200 1058 0.007573 10.0.0.254 - - [2025-10-02 01:53:25] "POST /neutron/port HTTP/1.1" 200 1112 0.040668 10.0.0.254 - - [2025-10-02 01:53:25] "POST /neutron/port HTTP/1.1" 200 1086 0.008823 10.0.0.254 - - [2025-10-02 01:53:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002594 10.0.0.254 - - [2025-10-02 01:53:25] "POST /neutron/subnet HTTP/1.1" 200 685 0.004673 10.0.0.254 - - [2025-10-02 01:53:25] "POST /neutron/port HTTP/1.1" 200 117 0.000790 10.0.0.254 - - [2025-10-02 01:53:25] "POST /neutron/network HTTP/1.1" 200 833 0.003394 10.0.0.254 - - [2025-10-02 01:53:29] "POST /neutron/port HTTP/1.1" 200 1086 0.008666 10.0.0.254 - - [2025-10-02 01:53:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004848 10.0.0.254 - - [2025-10-02 01:53:29] "POST /neutron/port HTTP/1.1" 200 1086 0.008496 10.0.0.254 - - [2025-10-02 01:53:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004521 10.0.0.254 - - [2025-10-02 01:53:29] "POST /neutron/port HTTP/1.1" 200 1086 0.008484 10.0.0.254 - - [2025-10-02 01:53:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004050 10.0.0.254 - - [2025-10-02 01:53:29] "GET /virtual-machine/fe097b87-e27c-47a4-8f88-ff03f4e78788 HTTP/1.1" 200 1296 0.002933 10.0.0.254 - - [2025-10-02 01:53:29] "GET /virtual-machine-interface/3a833472-6162-49a1-b934-886998ecb641 HTTP/1.1" 200 2970 0.003907 10.0.0.254 - - [2025-10-02 01:53:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001908 10.0.0.254 - - [2025-10-02 01:53:29] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003078 10.0.0.254 - - [2025-10-02 01:53:29] "GET /virtual-networks?parent_id=f211d52e-234b-4600-9a44-3b400cc864ec&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002329 10.0.0.254 - - [2025-10-02 01:53:29] "GET /virtual-network/3bb4426f-a07f-44e5-be34-9750e406486e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004544 10.0.0.254 - - [2025-10-02 01:53:32] "POST /neutron/port HTTP/1.1" 200 1086 0.008472 10.0.0.254 - - [2025-10-02 01:53:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.003935 10.0.0.254 - - [2025-10-02 01:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002372 10.0.0.254 - - [2025-10-02 01:53:33] "GET /virtual-network/3bb4426f-a07f-44e5-be34-9750e406486e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004069 10.0.0.254 - - [2025-10-02 01:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.254 - - [2025-10-02 01:53:35] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002431 10.0.0.254 - - [2025-10-02 01:53:35] "GET /virtual-networks?parent_id=f211d52e-234b-4600-9a44-3b400cc864ec&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002572 10.0.0.254 - - [2025-10-02 01:53:35] "GET /virtual-network/3bb4426f-a07f-44e5-be34-9750e406486e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004958 10.0.0.254 - - [2025-10-02 01:53:39] "DELETE /project/f211d52e234b46009a443b400cc864ec HTTP/1.1" 404 173 0.036622 10.0.0.254 - - [2025-10-02 01:53:39] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000921 10.0.0.254 - - [2025-10-02 01:53:39] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.048590 10.0.0.254 - - [2025-10-02 01:53:39] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000794 10.0.0.254 - - [2025-10-02 01:53:39] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27?fields=security_groups HTTP/1.1" 200 1356 0.060936 10.0.0.254 - - [2025-10-02 01:53:39] "DELETE /security-group/acd356c6-8ed9-4ab2-af2e-fd528d69dc49 HTTP/1.1" 200 115 0.032803 10.0.0.254 - - [2025-10-02 01:53:39] "GET /projects?obj_uuids=62d40298-6aa0-4d07-9082-7c3b65356d27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001650 10.0.0.254 - - [2025-10-02 01:53:39] "DELETE /access-control-list/d1202833-7f4c-41b3-996d-5e1352f7e4dc HTTP/1.1" 200 115 0.022012 10.0.0.254 - - [2025-10-02 01:53:39] "GET /project/62d40298-6aa0-4d07-9082-7c3b65356d27?fields=application_policy_sets HTTP/1.1" 200 1395 0.028386 10.0.0.254 - - [2025-10-02 01:53:39] "DELETE /access-control-list/eba1c00f-b52c-4f2d-9724-cdb266c3cf36 HTTP/1.1" 200 115 0.025101 10.0.0.254 - - [2025-10-02 01:53:39] "DELETE /project/62d40298-6aa0-4d07-9082-7c3b65356d27 HTTP/1.1" 200 115 0.327709 10.0.0.254 - - [2025-10-02 01:53:39] "POST /neutron/network HTTP/1.1" 200 807 0.013930 10.0.0.254 - - [2025-10-02 01:53:39] "POST /neutron/network HTTP/1.1" 200 833 0.004683 10.0.0.254 - - [2025-10-02 01:53:39] "POST /id-to-fqname HTTP/1.1" 200 227 0.000994 10.0.0.254 - - [2025-10-02 01:53:39] "POST /neutron/port HTTP/1.1" 200 1086 0.009285 10.0.0.254 - - [2025-10-02 01:53:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004519 10.0.0.254 - - [2025-10-02 01:53:39] "POST /neutron/network HTTP/1.1" 200 843 0.004663 10.0.0.254 - - [2025-10-02 01:53:39] "GET /aaa-mode HTTP/1.1" 401 293 0.000309 10.0.0.254 - - [2025-10-02 01:53:40] "GET / HTTP/1.1" 200 36215 0.001517 10.0.0.254 - - [2025-10-02 01:53:40] "GET /project/f211d52e-234b-4600-9a44-3b400cc864ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000329 10.0.0.254 - - [2025-10-02 01:53:40] "GET /projects?obj_uuids=f211d52e-234b-4600-9a44-3b400cc864ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000979 10.0.0.254 - - [2025-10-02 01:53:40] "GET /project/f211d52e-234b-4600-9a44-3b400cc864ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.045539 10.0.0.254 - - [2025-10-02 01:53:40] "POST /neutron/network HTTP/1.1" 200 833 0.005022 10.0.0.254 - - [2025-10-02 01:53:40] "POST /neutron/port HTTP/1.1" 200 1086 0.010809 10.0.0.254 - - [2025-10-02 01:53:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004649 10.0.0.254 - - [2025-10-02 01:53:40] "POST /neutron/port HTTP/1.1" 200 117 0.004385 10.0.0.254 - - [2025-10-02 01:53:40] "POST /neutron/port HTTP/1.1" 200 117 0.004090 10.0.0.254 - - [2025-10-02 01:53:41] "POST /neutron/network HTTP/1.1" 200 843 0.005927 10.0.0.254 - - [2025-10-02 01:53:41] "GET /projects?obj_uuids=f211d52e-234b-4600-9a44-3b400cc864ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000979 10.0.0.254 - - [2025-10-02 01:53:41] "POST /neutron/port HTTP/1.1" 200 1058 0.170610 10.0.0.254 - - [2025-10-02 01:53:41] "POST /neutron/port HTTP/1.1" 200 1058 0.026916 10.0.0.254 - - [2025-10-02 01:53:41] "POST /neutron/port HTTP/1.1" 200 1058 0.006347 10.0.0.254 - - [2025-10-02 01:53:41] "POST /neutron/port HTTP/1.1" 200 1112 0.043683 10.0.0.254 - - [2025-10-02 01:53:41] "POST /neutron/port HTTP/1.1" 200 1086 0.010969 10.0.0.254 - - [2025-10-02 01:53:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002294 10.0.0.254 - - [2025-10-02 01:53:41] "POST /neutron/subnet HTTP/1.1" 200 685 0.004869 10.0.0.254 - - [2025-10-02 01:53:41] "POST /neutron/port HTTP/1.1" 200 117 0.000955 10.0.0.254 - - [2025-10-02 01:53:41] "POST /neutron/network HTTP/1.1" 200 833 0.004319 10.0.0.254 - - [2025-10-02 01:53:45] "POST /neutron/port HTTP/1.1" 200 1086 0.009352 10.0.0.254 - - [2025-10-02 01:53:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004911 10.0.0.254 - - [2025-10-02 01:53:45] "POST /neutron/port HTTP/1.1" 200 1086 0.008906 10.0.0.254 - - [2025-10-02 01:53:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004671 10.0.0.254 - - [2025-10-02 01:53:45] "POST /neutron/port HTTP/1.1" 200 1086 0.008973 10.0.0.254 - - [2025-10-02 01:53:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004674 10.0.0.254 - - [2025-10-02 01:53:45] "GET /virtual-machine/a940ac42-e32d-49ae-bff8-5c98c028411f HTTP/1.1" 200 1296 0.003494 10.0.0.254 - - [2025-10-02 01:53:45] "GET /virtual-machine-interface/cf171d6d-2ec5-4410-a710-9991bc3aa472 HTTP/1.1" 200 2971 0.004163 10.0.0.254 - - [2025-10-02 01:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002249 10.0.0.254 - - [2025-10-02 01:53:45] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002519 10.0.0.254 - - [2025-10-02 01:53:46] "GET /virtual-networks?parent_id=f211d52e-234b-4600-9a44-3b400cc864ec&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002401 10.0.0.254 - - [2025-10-02 01:53:46] "GET /virtual-network/3bb4426f-a07f-44e5-be34-9750e406486e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004512 10.0.0.254 - - [2025-10-02 01:53:46] "GET /obj-perms HTTP/1.1" 200 5075 0.041472 10.0.0.254 - - [2025-10-02 01:53:46] "GET /obj-perms HTTP/1.1" 200 5075 0.041459 10.0.0.254 - - [2025-10-02 01:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002511 10.0.0.254 - - [2025-10-02 01:53:49] "GET /virtual-network/3bb4426f-a07f-44e5-be34-9750e406486e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004244 10.0.0.254 - - [2025-10-02 01:53:49] "POST /neutron/port HTTP/1.1" 200 1086 0.008984 10.0.0.254 - - [2025-10-02 01:53:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004061 10.0.0.254 - - [2025-10-02 01:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.254 - - [2025-10-02 01:53:51] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003068 10.0.0.254 - - [2025-10-02 01:53:51] "GET /virtual-networks?parent_id=f211d52e-234b-4600-9a44-3b400cc864ec&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002873 10.0.0.254 - - [2025-10-02 01:53:51] "GET /virtual-network/3bb4426f-a07f-44e5-be34-9750e406486e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006408 10.0.0.254 - - [2025-10-02 01:53:51] "POST /neutron/port HTTP/1.1" 200 1086 0.010120 10.0.0.254 - - [2025-10-02 01:53:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004816 10.0.0.254 - - [2025-10-02 01:53:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000409 10.0.0.254 - - [2025-10-02 01:53:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000337 10.0.0.254 - - [2025-10-02 01:53:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.254 - - [2025-10-02 01:53:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000330 10.0.0.254 - - [2025-10-02 01:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002500 10.0.0.254 - - [2025-10-02 01:54:03] "DELETE /virtual-DNS/92b7c160-643b-48bb-9a87-97924a3c1809 HTTP/1.1" 409 236 0.004277 10.0.0.254 - - [2025-10-02 01:54:03] "POST /fqname-to-id HTTP/1.1" 404 192 0.002784 10.0.0.254 - - [2025-10-02 01:54:03] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.013202 10.0.0.254 - - [2025-10-02 01:54:03] "GET /virtual-DNS-record/46d3353c-7bb6-4aa1-9b4a-756ac96c66bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003686 10.0.0.254 - - [2025-10-02 01:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002364 10.0.0.254 - - [2025-10-02 01:54:03] "GET /virtual-DNS-record/46d3353c-7bb6-4aa1-9b4a-756ac96c66bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.002747 10.0.0.254 - - [2025-10-02 01:54:03] "GET /domains HTTP/1.1" 200 281 0.002233 10.0.0.254 - - [2025-10-02 01:54:03] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000812 10.0.0.254 - - [2025-10-02 01:54:03] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2784 0.006467 10.0.0.254 - - [2025-10-02 01:54:03] "GET /virtual-DNS/92b7c160-643b-48bb-9a87-97924a3c1809 HTTP/1.1" 200 1911 0.002605 10.0.0.254 - - [2025-10-02 01:54:03] "GET /virtual-DNS-record/46d3353c-7bb6-4aa1-9b4a-756ac96c66bf HTTP/1.1" 200 1337 0.001797 10.0.0.254 - - [2025-10-02 01:54:08] "DELETE /virtual-DNS-record/46d3353c-7bb6-4aa1-9b4a-756ac96c66bf HTTP/1.1" 200 115 0.016716 10.0.0.254 - - [2025-10-02 01:54:08] "POST /fqname-to-id HTTP/1.1" 404 184 0.001973 10.0.0.254 - - [2025-10-02 01:54:09] "POST /neutron/network HTTP/1.1" 200 833 0.004778 10.0.0.254 - - [2025-10-02 01:54:09] "POST /neutron/network HTTP/1.1" 400 204 0.011489 10.0.0.254 - - [2025-10-02 01:54:09] "POST /neutron/port HTTP/1.1" 200 1086 0.011105 10.0.0.254 - - [2025-10-02 01:54:09] "POST /neutron/port HTTP/1.1" 200 1112 0.006570 10.0.0.254 - - [2025-10-02 01:54:09] "POST /neutron/port HTTP/1.1" 200 1086 0.012049 10.0.0.254 - - [2025-10-02 01:54:09] "POST /neutron/port HTTP/1.1" 200 1112 0.006459 10.0.0.254 - - [2025-10-02 01:54:09] "POST /neutron/port HTTP/1.1" 200 151 0.089909 10.0.0.254 - - [2025-10-02 01:54:09] "POST /neutron/port HTTP/1.1" 200 151 0.084603 10.0.0.254 - - [2025-10-02 01:54:11] "POST /neutron/network HTTP/1.1" 200 833 0.004505 10.0.0.254 - - [2025-10-02 01:54:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.024123 10.0.0.254 - - [2025-10-02 01:54:11] "DELETE /route-target/99911eda-2b45-46c0-8bfd-0cc3afae6e4e HTTP/1.1" 200 115 0.031718 10.0.0.254 - - [2025-10-02 01:54:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002058 10.0.0.254 - - [2025-10-02 01:54:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001425 10.0.0.254 - - [2025-10-02 01:54:11] "POST /neutron/network HTTP/1.1" 200 151 0.197493 10.0.0.254 - - [2025-10-02 01:54:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001851 10.0.0.254 - - [2025-10-02 01:54:11] "DELETE /network-ipam/0f822ba5-d483-4818-8c42-d1f390cb25ff HTTP/1.1" 200 115 0.017328 10.0.0.254 - - [2025-10-02 01:54:11] "DELETE /virtual-DNS/92b7c160-643b-48bb-9a87-97924a3c1809 HTTP/1.1" 200 115 0.034232 10.0.0.254 - - [2025-10-02 01:54:11] "POST /fqname-to-id HTTP/1.1" 404 180 0.002127 10.0.0.254 - - [2025-10-02 01:54:11] "GET /domains HTTP/1.1" 200 281 0.002367 10.0.0.254 - - [2025-10-02 01:54:11] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000948 10.0.0.254 - - [2025-10-02 01:54:11] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2583 0.006686 10.0.0.254 - - [2025-10-02 01:54:11] "GET /projects?obj_uuids=f211d52e-234b-4600-9a44-3b400cc864ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000894 10.0.0.254 - - [2025-10-02 01:54:11] "GET /project/f211d52e-234b-4600-9a44-3b400cc864ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.024161 10.0.0.254 - - [2025-10-02 01:54:11] "GET /projects?obj_uuids=f211d52e-234b-4600-9a44-3b400cc864ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000877 10.0.0.254 - - [2025-10-02 01:54:11] "GET /project/f211d52e-234b-4600-9a44-3b400cc864ec?fields=virtual_networks HTTP/1.1" 200 1036 0.064713 10.0.0.254 - - [2025-10-02 01:54:11] "GET /projects?obj_uuids=f211d52e-234b-4600-9a44-3b400cc864ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000917 10.0.0.254 - - [2025-10-02 01:54:11] "GET /project/f211d52e-234b-4600-9a44-3b400cc864ec?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.018795 10.0.0.254 - - [2025-10-02 01:54:11] "GET /projects?obj_uuids=f211d52e-234b-4600-9a44-3b400cc864ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000903 10.0.0.254 - - [2025-10-02 01:54:11] "GET /project/f211d52e-234b-4600-9a44-3b400cc864ec?fields=security_groups HTTP/1.1" 200 1264 0.022018 10.0.0.254 - - [2025-10-02 01:54:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.021415 10.0.0.254 - - [2025-10-02 01:54:12] "GET /projects?obj_uuids=28f4010f-64ca-4738-8be5-6f5ec6de41d3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002072 10.0.0.254 - - [2025-10-02 01:54:12] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000836 10.0.0.254 - - [2025-10-02 01:54:12] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.048753 10.0.0.254 - - [2025-10-02 01:54:12] "POST /id-to-fqname HTTP/1.1" 200 191 0.001194 10.0.0.254 - - [2025-10-02 01:54:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.002368 10.0.0.254 - - [2025-10-02 01:54:12] "POST /security-groups HTTP/1.1" 200 592 0.060152 10.0.0.254 - - [2025-10-02 01:54:12] "POST /fqname-to-id HTTP/1.1" 404 235 0.002502 10.0.0.254 - - [2025-10-02 01:54:12] "POST /projects HTTP/1.1" 200 587 0.195989 10.0.0.254 - - [2025-10-02 01:54:12] "POST /access-control-lists HTTP/1.1" 200 599 0.055148 10.0.0.254 - - [2025-10-02 01:54:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.265372 10.0.0.254 - - [2025-10-02 01:54:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.002397 10.0.0.254 - - [2025-10-02 01:54:12] "GET /project/28f4010f-64ca-4738-8be5-6f5ec6de41d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.413392 10.0.0.254 - - [2025-10-02 01:54:13] "POST /access-control-lists HTTP/1.1" 200 597 0.060357 10.0.0.254 - - [2025-10-02 01:54:13] "GET / HTTP/1.1" 200 36215 0.001758 10.0.0.254 - - [2025-10-02 01:54:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000423 10.0.0.254 - - [2025-10-02 01:54:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.048928 10.0.0.254 - - [2025-10-02 01:54:14] "GET /projects?obj_uuids=28f4010f-64ca-4738-8be5-6f5ec6de41d3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001036 10.0.0.254 - - [2025-10-02 01:54:14] "GET /project/28f4010f-64ca-4738-8be5-6f5ec6de41d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.020451 10.0.0.254 - - [2025-10-02 01:54:15] "POST /neutron/network HTTP/1.1" 200 117 0.025398 10.0.0.254 - - [2025-10-02 01:54:15] "GET /projects?obj_uuids=28f4010f-64ca-4738-8be5-6f5ec6de41d3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001167 10.0.0.254 - - [2025-10-02 01:54:15] "POST /neutron/network HTTP/1.1" 200 606 0.054404 10.0.0.254 - - [2025-10-02 01:54:15] "POST /route-targets HTTP/1.1" 200 328 0.009517 10.0.0.254 - - [2025-10-02 01:54:15] "POST /ref-update HTTP/1.1" 200 156 0.011850 10.0.0.254 - - [2025-10-02 01:54:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002474 10.0.0.254 - - [2025-10-02 01:54:15] "POST /neutron/subnet HTTP/1.1" 200 725 0.167316 10.0.0.254 - - [2025-10-02 01:54:15] "POST /neutron/network HTTP/1.1" 200 825 0.003971 10.0.0.254 - - [2025-10-02 01:54:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.000968 10.0.0.254 - - [2025-10-02 01:54:15] "GET /virtual-network/2a1ced16-e887-4099-ade0-6ea75f18bc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003673 10.0.0.254 - - [2025-10-02 01:54:15] "POST /neutron/network HTTP/1.1" 200 825 0.004836 10.0.0.254 - - [2025-10-02 01:54:15] "GET /virtual-network/2a1ced16-e887-4099-ade0-6ea75f18bc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003770 10.0.0.254 - - [2025-10-02 01:54:15] "POST /neutron/network HTTP/1.1" 200 825 0.004560 10.0.0.254 - - [2025-10-02 01:54:15] "POST /neutron/subnet HTTP/1.1" 200 725 0.005168 10.0.0.254 - - [2025-10-02 01:54:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.000917 10.0.0.254 - - [2025-10-02 01:54:15] "POST /neutron/network HTTP/1.1" 200 835 0.004624 10.0.0.254 - - [2025-10-02 01:54:15] "GET /aaa-mode HTTP/1.1" 401 293 0.000338 10.0.0.254 - - [2025-10-02 01:54:15] "GET / HTTP/1.1" 200 36215 0.001569 10.0.0.254 - - [2025-10-02 01:54:15] "GET /project/28f4010f-64ca-4738-8be5-6f5ec6de41d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000333 10.0.0.254 - - [2025-10-02 01:54:16] "GET /projects?obj_uuids=28f4010f-64ca-4738-8be5-6f5ec6de41d3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001346 10.0.0.254 - - [2025-10-02 01:54:16] "GET /project/28f4010f-64ca-4738-8be5-6f5ec6de41d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.048435 10.0.0.254 - - [2025-10-02 01:54:16] "POST /neutron/network HTTP/1.1" 200 825 0.004350 10.0.0.254 - - [2025-10-02 01:54:16] "POST /neutron/port HTTP/1.1" 200 117 0.004235 10.0.0.254 - - [2025-10-02 01:54:16] "POST /neutron/port HTTP/1.1" 200 117 0.004213 10.0.0.254 - - [2025-10-02 01:54:16] "POST /id-to-fqname HTTP/1.1" 200 221 0.001050 10.0.0.254 - - [2025-10-02 01:54:16] "POST /neutron/port HTTP/1.1" 200 117 0.004134 10.0.0.254 - - [2025-10-02 01:54:16] "POST /neutron/network HTTP/1.1" 200 835 0.004675 10.0.0.254 - - [2025-10-02 01:54:16] "GET /aaa-mode HTTP/1.1" 401 293 0.000365 10.0.0.254 - - [2025-10-02 01:54:16] "POST /neutron/network HTTP/1.1" 200 835 0.004686 10.0.0.254 - - [2025-10-02 01:54:16] "GET /projects?obj_uuids=28f4010f-64ca-4738-8be5-6f5ec6de41d3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002115 10.0.0.254 - - [2025-10-02 01:54:16] "GET / HTTP/1.1" 200 36215 0.001497 10.0.0.254 - - [2025-10-02 01:54:16] "GET /project/28f4010f-64ca-4738-8be5-6f5ec6de41d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000337 10.0.0.254 - - [2025-10-02 01:54:17] "POST /neutron/port HTTP/1.1" 200 1061 0.175465 10.0.0.254 - - [2025-10-02 01:54:17] "POST /neutron/port HTTP/1.1" 200 1061 0.007467 10.0.0.254 - - [2025-10-02 01:54:17] "POST /neutron/port HTTP/1.1" 200 1061 0.006574 10.0.0.254 - - [2025-10-02 01:54:17] "POST /neutron/port HTTP/1.1" 200 1115 0.048341 10.0.0.254 - - [2025-10-02 01:54:17] "POST /neutron/port HTTP/1.1" 200 1089 0.010197 10.0.0.254 - - [2025-10-02 01:54:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002736 10.0.0.254 - - [2025-10-02 01:54:17] "POST /neutron/subnet HTTP/1.1" 200 699 0.005667 10.0.0.254 - - [2025-10-02 01:54:17] "POST /neutron/port HTTP/1.1" 200 117 0.000951 10.0.0.254 - - [2025-10-02 01:54:17] "POST /neutron/network HTTP/1.1" 200 825 0.004069 10.0.0.254 - - [2025-10-02 01:54:17] "GET /projects?obj_uuids=28f4010f-64ca-4738-8be5-6f5ec6de41d3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000957 10.0.0.254 - - [2025-10-02 01:54:17] "GET /project/28f4010f-64ca-4738-8be5-6f5ec6de41d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.040855 10.0.0.254 - - [2025-10-02 01:54:17] "POST /neutron/network HTTP/1.1" 200 825 0.004606 10.0.0.254 - - [2025-10-02 01:54:17] "POST /neutron/port HTTP/1.1" 200 1089 0.011184 10.0.0.254 - - [2025-10-02 01:54:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005198 10.0.0.254 - - [2025-10-02 01:54:17] "POST /neutron/port HTTP/1.1" 200 117 0.003879 10.0.0.254 - - [2025-10-02 01:54:17] "POST /neutron/port HTTP/1.1" 200 1089 0.010600 10.0.0.254 - - [2025-10-02 01:54:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005891 10.0.0.254 - - [2025-10-02 01:54:17] "POST /neutron/network HTTP/1.1" 200 835 0.005008 10.0.0.254 - - [2025-10-02 01:54:17] "GET /projects?obj_uuids=28f4010f-64ca-4738-8be5-6f5ec6de41d3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000866 10.0.0.254 - - [2025-10-02 01:54:18] "POST /neutron/port HTTP/1.1" 200 1061 0.220652 10.0.0.254 - - [2025-10-02 01:54:18] "POST /neutron/port HTTP/1.1" 200 1061 0.010422 10.0.0.254 - - [2025-10-02 01:54:18] "POST /neutron/port HTTP/1.1" 200 1061 0.006628 10.0.0.254 - - [2025-10-02 01:54:18] "POST /neutron/port HTTP/1.1" 200 1115 0.052044 10.0.0.254 - - [2025-10-02 01:54:18] "POST /neutron/port HTTP/1.1" 200 1089 0.009129 10.0.0.254 - - [2025-10-02 01:54:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002592 10.0.0.254 - - [2025-10-02 01:54:18] "POST /neutron/subnet HTTP/1.1" 200 699 0.005318 10.0.0.254 - - [2025-10-02 01:54:18] "POST /neutron/port HTTP/1.1" 200 117 0.000917 10.0.0.254 - - [2025-10-02 01:54:18] "POST /neutron/network HTTP/1.1" 200 825 0.004359 10.0.0.254 - - [2025-10-02 01:54:22] "POST /neutron/port HTTP/1.1" 200 1089 0.009552 10.0.0.254 - - [2025-10-02 01:54:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004461 10.0.0.254 - - [2025-10-02 01:54:22] "POST /neutron/port HTTP/1.1" 200 1089 0.008847 10.0.0.254 - - [2025-10-02 01:54:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004526 10.0.0.254 - - [2025-10-02 01:54:22] "POST /neutron/port HTTP/1.1" 200 1089 0.009349 10.0.0.254 - - [2025-10-02 01:54:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005809 10.0.0.254 - - [2025-10-02 01:54:22] "GET /virtual-machine/095ce6b0-5607-44ac-ab67-773a58e837eb HTTP/1.1" 401 293 0.000390 10.0.0.254 - - [2025-10-02 01:54:23] "GET /virtual-machine/095ce6b0-5607-44ac-ab67-773a58e837eb HTTP/1.1" 200 1294 0.023515 10.0.0.254 - - [2025-10-02 01:54:23] "GET /virtual-machine-interface/b3ce957a-4c2c-43d1-91c2-de109b2e397d HTTP/1.1" 200 2953 0.003904 10.0.0.254 - - [2025-10-02 01:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002551 10.0.0.254 - - [2025-10-02 01:54:23] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002928 10.0.0.254 - - [2025-10-02 01:54:23] "GET /virtual-networks?parent_id=28f4010f-64ca-4738-8be5-6f5ec6de41d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002833 10.0.0.254 - - [2025-10-02 01:54:23] "GET /virtual-network/2a1ced16-e887-4099-ade0-6ea75f18bc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004493 10.0.0.254 - - [2025-10-02 01:54:25] "POST /neutron/port HTTP/1.1" 200 1089 0.028021 10.0.0.254 - - [2025-10-02 01:54:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004280 10.0.0.254 - - [2025-10-02 01:54:26] "POST /neutron/port HTTP/1.1" 200 1089 0.009917 10.0.0.254 - - [2025-10-02 01:54:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004586 10.0.0.254 - - [2025-10-02 01:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002429 10.0.0.254 - - [2025-10-02 01:54:26] "GET /virtual-network/2a1ced16-e887-4099-ade0-6ea75f18bc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003962 10.0.0.254 - - [2025-10-02 01:54:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002566 10.0.0.254 - - [2025-10-02 01:54:28] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002413 10.0.0.254 - - [2025-10-02 01:54:28] "GET /virtual-networks?parent_id=28f4010f-64ca-4738-8be5-6f5ec6de41d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002694 10.0.0.254 - - [2025-10-02 01:54:28] "GET /virtual-network/2a1ced16-e887-4099-ade0-6ea75f18bc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004886 10.0.0.254 - - [2025-10-02 01:54:28] "POST /neutron/port HTTP/1.1" 200 1089 0.010712 10.0.0.254 - - [2025-10-02 01:54:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004218 10.0.0.254 - - [2025-10-02 01:54:28] "POST /neutron/port HTTP/1.1" 200 1089 0.008265 10.0.0.254 - - [2025-10-02 01:54:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006036 10.0.0.254 - - [2025-10-02 01:54:28] "POST /neutron/port HTTP/1.1" 200 1089 0.009140 10.0.0.254 - - [2025-10-02 01:54:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004551 10.0.0.254 - - [2025-10-02 01:54:29] "GET /virtual-machine/7c1f8f5d-2001-4987-b0ae-357251070a7a HTTP/1.1" 200 1295 0.003069 10.0.0.254 - - [2025-10-02 01:54:29] "GET /virtual-machine-interface/f5cd0e2d-91f8-4a62-bdc5-544b2b805582 HTTP/1.1" 200 2953 0.003498 10.0.0.254 - - [2025-10-02 01:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001853 10.0.0.254 - - [2025-10-02 01:54:29] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002038 10.0.0.254 - - [2025-10-02 01:54:29] "GET /virtual-networks?parent_id=28f4010f-64ca-4738-8be5-6f5ec6de41d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002297 10.0.0.254 - - [2025-10-02 01:54:29] "GET /virtual-network/2a1ced16-e887-4099-ade0-6ea75f18bc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004386 10.0.0.254 - - [2025-10-02 01:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.254 - - [2025-10-02 01:54:30] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002780 10.0.0.254 - - [2025-10-02 01:54:30] "GET /virtual-networks?parent_id=28f4010f-64ca-4738-8be5-6f5ec6de41d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002466 10.0.0.254 - - [2025-10-02 01:54:30] "GET /virtual-network/2a1ced16-e887-4099-ade0-6ea75f18bc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004524 10.0.0.254 - - [2025-10-02 01:54:35] "POST /neutron/network HTTP/1.1" 200 825 0.005935 10.0.0.254 - - [2025-10-02 01:54:35] "POST /neutron/network HTTP/1.1" 400 204 0.007748 10.0.0.254 - - [2025-10-02 01:54:35] "POST /neutron/port HTTP/1.1" 200 1089 0.009137 10.0.0.254 - - [2025-10-02 01:54:35] "POST /neutron/port HTTP/1.1" 200 1115 0.006792 10.0.0.254 - - [2025-10-02 01:54:35] "POST /neutron/port HTTP/1.1" 200 1089 0.008282 10.0.0.254 - - [2025-10-02 01:54:35] "POST /neutron/port HTTP/1.1" 200 1115 0.008667 10.0.0.254 - - [2025-10-02 01:54:35] "POST /neutron/port HTTP/1.1" 200 151 0.082930 10.0.0.254 - - [2025-10-02 01:54:35] "POST /neutron/port HTTP/1.1" 200 151 0.090398 10.0.0.254 - - [2025-10-02 01:54:37] "POST /neutron/network HTTP/1.1" 200 825 0.004705 10.0.0.254 - - [2025-10-02 01:54:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002994 10.0.0.254 - - [2025-10-02 01:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.254 - - [2025-10-02 01:54:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002512 10.0.0.254 - - [2025-10-02 01:54:37] "POST /neutron/network HTTP/1.1" 200 151 0.068680 10.0.0.254 - - [2025-10-02 01:54:37] "DELETE /route-target/db6af2f4-8397-4d66-a03b-c10d9058a499 HTTP/1.1" 200 115 0.010916 10.0.0.254 - - [2025-10-02 01:54:37] "GET /projects?obj_uuids=28f4010f-64ca-4738-8be5-6f5ec6de41d3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001335 10.0.0.254 - - [2025-10-02 01:54:37] "GET /project/28f4010f-64ca-4738-8be5-6f5ec6de41d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.021303 10.0.0.254 - - [2025-10-02 01:54:37] "GET /projects?obj_uuids=28f4010f-64ca-4738-8be5-6f5ec6de41d3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000921 10.0.0.254 - - [2025-10-02 01:54:37] "GET /project/28f4010f-64ca-4738-8be5-6f5ec6de41d3?fields=virtual_networks HTTP/1.1" 200 1035 0.061708 10.0.0.254 - - [2025-10-02 01:54:37] "GET /projects?obj_uuids=28f4010f-64ca-4738-8be5-6f5ec6de41d3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001285 10.0.0.254 - - [2025-10-02 01:54:37] "GET /project/28f4010f-64ca-4738-8be5-6f5ec6de41d3?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.021686 10.0.0.254 - - [2025-10-02 01:54:37] "GET /projects?obj_uuids=28f4010f-64ca-4738-8be5-6f5ec6de41d3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000918 10.0.0.254 - - [2025-10-02 01:54:37] "GET /project/28f4010f-64ca-4738-8be5-6f5ec6de41d3?fields=security_groups HTTP/1.1" 200 1263 0.016960 10.0.0.254 - - [2025-10-02 01:54:38] "POST /fqname-to-id HTTP/1.1" 404 188 0.019994 10.0.0.254 - - [2025-10-02 01:54:38] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002290 10.0.0.254 - - [2025-10-02 01:54:38] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000880 10.0.0.254 - - [2025-10-02 01:54:38] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005576 10.0.0.254 - - [2025-10-02 01:54:38] "POST /id-to-fqname HTTP/1.1" 200 190 0.001055 10.0.0.254 - - [2025-10-02 01:54:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.001831 10.0.0.254 - - [2025-10-02 01:54:38] "POST /security-groups HTTP/1.1" 200 591 0.060079 10.0.0.254 - - [2025-10-02 01:54:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.002027 10.0.0.254 - - [2025-10-02 01:54:38] "POST /projects HTTP/1.1" 200 585 0.188924 10.0.0.254 - - [2025-10-02 01:54:38] "POST /access-control-lists HTTP/1.1" 200 598 0.052578 10.0.0.254 - - [2025-10-02 01:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.251505 10.0.0.254 - - [2025-10-02 01:54:38] "POST /fqname-to-id HTTP/1.1" 404 233 0.002202 10.0.0.254 - - [2025-10-02 01:54:38] "GET /project/efddfbd9-2423-4009-a5d3-153ce720d1db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.357682 10.0.0.254 - - [2025-10-02 01:54:38] "POST /access-control-lists HTTP/1.1" 200 596 0.055678 10.0.0.254 - - [2025-10-02 01:54:39] "DELETE /project/28f4010f64ca47388be56f5ec6de41d3 HTTP/1.1" 404 173 0.011622 10.0.0.254 - - [2025-10-02 01:54:39] "DELETE /project/efddfbd924234009a5d3153ce720d1db HTTP/1.1" 404 173 0.006725 10.0.0.254 - - [2025-10-02 01:54:39] "GET /projects?obj_uuids=28f4010f-64ca-4738-8be5-6f5ec6de41d3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000840 10.0.0.254 - - [2025-10-02 01:54:39] "GET /projects?obj_uuids=f211d52e-234b-4600-9a44-3b400cc864ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000764 10.0.0.254 - - [2025-10-02 01:54:39] "GET /project/f211d52e-234b-4600-9a44-3b400cc864ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.029360 10.0.0.254 - - [2025-10-02 01:54:39] "GET /project/28f4010f-64ca-4738-8be5-6f5ec6de41d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.032083 10.0.0.254 - - [2025-10-02 01:54:39] "GET /projects?obj_uuids=28f4010f-64ca-4738-8be5-6f5ec6de41d3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000815 10.0.0.254 - - [2025-10-02 01:54:39] "GET /projects?obj_uuids=f211d52e-234b-4600-9a44-3b400cc864ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000745 10.0.0.254 - - [2025-10-02 01:54:39] "GET / HTTP/1.1" 200 36215 0.001630 10.0.0.254 - - [2025-10-02 01:54:39] "GET /project/28f4010f-64ca-4738-8be5-6f5ec6de41d3?fields=security_groups HTTP/1.1" 200 1365 0.071857 10.0.0.254 - - [2025-10-02 01:54:39] "GET /project/f211d52e-234b-4600-9a44-3b400cc864ec?fields=security_groups HTTP/1.1" 200 1366 0.077831 10.0.0.254 - - [2025-10-02 01:54:39] "DELETE /security-group/193cbe51-0128-4fc3-9cde-4125aceb779e HTTP/1.1" 200 115 0.040660 10.0.0.254 - - [2025-10-02 01:54:39] "GET /projects?obj_uuids=28f4010f-64ca-4738-8be5-6f5ec6de41d3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000849 10.0.0.254 - - [2025-10-02 01:54:39] "DELETE /security-group/60fd68dd-1098-4629-894a-7cfbc5007bf9 HTTP/1.1" 200 115 0.050774 10.0.0.254 - - [2025-10-02 01:54:39] "DELETE /access-control-list/761729b0-50ef-42ab-9419-68776398b681 HTTP/1.1" 200 115 0.037748 10.0.0.254 - - [2025-10-02 01:54:39] "GET /projects?obj_uuids=f211d52e-234b-4600-9a44-3b400cc864ec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000773 10.0.0.254 - - [2025-10-02 01:54:39] "GET /project/28f4010f-64ca-4738-8be5-6f5ec6de41d3?fields=application_policy_sets HTTP/1.1" 200 1404 0.030837 10.0.0.254 - - [2025-10-02 01:54:39] "DELETE /access-control-list/c47791f5-d451-481c-b89a-713cfcf5bba9 HTTP/1.1" 200 115 0.024846 10.0.0.254 - - [2025-10-02 01:54:39] "DELETE /access-control-list/d1cf8c7f-45d3-448a-8ca3-7bc84d362d7d HTTP/1.1" 200 115 0.014107 10.0.0.254 - - [2025-10-02 01:54:39] "GET /project/f211d52e-234b-4600-9a44-3b400cc864ec?fields=application_policy_sets HTTP/1.1" 200 1405 0.067399 10.0.0.254 - - [2025-10-02 01:54:39] "DELETE /access-control-list/932a6323-dd0c-4d94-ace9-df7f07a88584 HTTP/1.1" 200 115 0.027063 10.0.0.254 - - [2025-10-02 01:54:40] "DELETE /project/28f4010f-64ca-4738-8be5-6f5ec6de41d3 HTTP/1.1" 200 115 0.342022 10.0.0.254 - - [2025-10-02 01:54:40] "DELETE /project/f211d52e-234b-4600-9a44-3b400cc864ec HTTP/1.1" 200 115 0.384284 10.0.0.254 - - [2025-10-02 01:54:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000424 10.0.0.254 - - [2025-10-02 01:54:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.021442 10.0.0.254 - - [2025-10-02 01:54:40] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000821 10.0.0.254 - - [2025-10-02 01:54:40] "GET /project/efddfbd9-2423-4009-a5d3-153ce720d1db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.020061 10.0.0.254 - - [2025-10-02 01:54:40] "POST /neutron/network HTTP/1.1" 200 117 0.023315 10.0.0.254 - - [2025-10-02 01:54:40] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000843 10.0.0.254 - - [2025-10-02 01:54:40] "POST /neutron/network HTTP/1.1" 200 625 0.049609 10.0.0.254 - - [2025-10-02 01:54:40] "POST /route-targets HTTP/1.1" 200 328 0.010456 10.0.0.254 - - [2025-10-02 01:54:40] "POST /ref-update HTTP/1.1" 200 156 0.012217 10.0.0.254 - - [2025-10-02 01:54:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002058 10.0.0.254 - - [2025-10-02 01:54:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.196615 10.0.0.254 - - [2025-10-02 01:54:41] "POST /neutron/network HTTP/1.1" 200 839 0.004218 10.0.0.254 - - [2025-10-02 01:54:41] "POST /id-to-fqname HTTP/1.1" 200 230 0.001234 10.0.0.254 - - [2025-10-02 01:54:41] "GET /virtual-network/81d291d4-f96a-4123-ab23-a7679c09ea38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005004 10.0.0.254 - - [2025-10-02 01:54:41] "POST /neutron/network HTTP/1.1" 200 839 0.004907 10.0.0.254 - - [2025-10-02 01:54:41] "GET /virtual-network/81d291d4-f96a-4123-ab23-a7679c09ea38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005638 10.0.0.254 - - [2025-10-02 01:54:41] "POST /neutron/network HTTP/1.1" 200 839 0.004348 10.0.0.254 - - [2025-10-02 01:54:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.005284 10.0.0.254 - - [2025-10-02 01:54:41] "POST /neutron/network HTTP/1.1" 200 839 0.003556 10.0.0.254 - - [2025-10-02 01:54:41] "POST /id-to-fqname HTTP/1.1" 200 230 0.000828 10.0.0.254 - - [2025-10-02 01:54:41] "POST /neutron/network HTTP/1.1" 200 849 0.004763 10.0.0.254 - - [2025-10-02 01:54:41] "GET /aaa-mode HTTP/1.1" 401 293 0.000345 10.0.0.254 - - [2025-10-02 01:54:41] "GET / HTTP/1.1" 200 36215 0.001528 10.0.0.254 - - [2025-10-02 01:54:41] "GET /project/efddfbd9-2423-4009-a5d3-153ce720d1db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000322 10.0.0.254 - - [2025-10-02 01:54:42] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000916 10.0.0.254 - - [2025-10-02 01:54:42] "GET /project/efddfbd9-2423-4009-a5d3-153ce720d1db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.035186 10.0.0.254 - - [2025-10-02 01:54:42] "POST /neutron/network HTTP/1.1" 200 839 0.004912 10.0.0.254 - - [2025-10-02 01:54:42] "POST /neutron/port HTTP/1.1" 200 117 0.004101 10.0.0.254 - - [2025-10-02 01:54:42] "POST /neutron/port HTTP/1.1" 200 117 0.004335 10.0.0.254 - - [2025-10-02 01:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.001935 10.0.0.254 - - [2025-10-02 01:54:42] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002137 10.0.0.254 - - [2025-10-02 01:54:42] "PUT /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a HTTP/1.1" 200 277 0.007254 10.0.0.254 - - [2025-10-02 01:54:42] "POST /neutron/port HTTP/1.1" 200 117 0.004005 10.0.0.254 - - [2025-10-02 01:54:42] "POST /neutron/network HTTP/1.1" 200 849 0.004760 10.0.0.254 - - [2025-10-02 01:54:42] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000878 10.0.0.254 - - [2025-10-02 01:54:42] "POST /neutron/port HTTP/1.1" 200 1055 0.174810 10.0.0.254 - - [2025-10-02 01:54:42] "POST /neutron/port HTTP/1.1" 200 1055 0.007363 10.0.0.254 - - [2025-10-02 01:54:42] "POST /neutron/port HTTP/1.1" 200 1055 0.006917 10.0.0.254 - - [2025-10-02 01:54:42] "POST /neutron/port HTTP/1.1" 200 1109 0.042556 10.0.0.254 - - [2025-10-02 01:54:42] "POST /neutron/port HTTP/1.1" 200 1083 0.011742 10.0.0.254 - - [2025-10-02 01:54:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002504 10.0.0.254 - - [2025-10-02 01:54:42] "POST /neutron/subnet HTTP/1.1" 200 675 0.005399 10.0.0.254 - - [2025-10-02 01:54:42] "POST /neutron/port HTTP/1.1" 200 117 0.000934 10.0.0.254 - - [2025-10-02 01:54:42] "POST /neutron/network HTTP/1.1" 200 839 0.004096 10.0.0.254 - - [2025-10-02 01:54:46] "GET /obj-perms HTTP/1.1" 200 5075 0.051676 10.0.0.254 - - [2025-10-02 01:54:47] "GET /obj-perms HTTP/1.1" 200 5075 0.036454 10.0.0.254 - - [2025-10-02 01:54:47] "POST /neutron/port HTTP/1.1" 200 1083 0.010570 10.0.0.254 - - [2025-10-02 01:54:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006083 10.0.0.254 - - [2025-10-02 01:54:47] "POST /neutron/port HTTP/1.1" 200 1083 0.008787 10.0.0.254 - - [2025-10-02 01:54:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004207 10.0.0.254 - - [2025-10-02 01:54:47] "POST /neutron/port HTTP/1.1" 200 1083 0.008437 10.0.0.254 - - [2025-10-02 01:54:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004612 10.0.0.254 - - [2025-10-02 01:54:47] "GET /virtual-machine/34391a7b-f81f-49ed-b26c-9c452fb7fb47 HTTP/1.1" 401 293 0.000317 10.0.0.254 - - [2025-10-02 01:54:47] "GET /virtual-machine/34391a7b-f81f-49ed-b26c-9c452fb7fb47 HTTP/1.1" 200 1294 0.022517 10.0.0.254 - - [2025-10-02 01:54:47] "GET /virtual-machine-interface/cae4bdaa-5f51-47f5-9fd0-8e2e4130bd12 HTTP/1.1" 200 2978 0.004157 10.0.0.254 - - [2025-10-02 01:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002064 10.0.0.254 - - [2025-10-02 01:54:47] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002615 10.0.0.254 - - [2025-10-02 01:54:48] "GET /virtual-networks?parent_id=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002384 10.0.0.254 - - [2025-10-02 01:54:48] "GET /virtual-network/81d291d4-f96a-4123-ab23-a7679c09ea38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004548 10.0.0.254 - - [2025-10-02 01:54:51] "POST /neutron/port HTTP/1.1" 200 1083 0.009022 10.0.0.254 - - [2025-10-02 01:54:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004408 10.0.0.254 - - [2025-10-02 01:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.254 - - [2025-10-02 01:54:51] "GET /virtual-network/81d291d4-f96a-4123-ab23-a7679c09ea38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004450 10.0.0.254 - - [2025-10-02 01:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002506 10.0.0.254 - - [2025-10-02 01:54:53] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002371 10.0.0.254 - - [2025-10-02 01:54:53] "GET /virtual-networks?parent_id=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002532 10.0.0.254 - - [2025-10-02 01:54:53] "GET /virtual-network/81d291d4-f96a-4123-ab23-a7679c09ea38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004225 10.0.0.254 - - [2025-10-02 01:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002504 10.0.0.254 - - [2025-10-02 01:54:55] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002448 10.0.0.254 - - [2025-10-02 01:54:55] "PUT /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a HTTP/1.1" 200 277 0.007771 10.0.0.254 - - [2025-10-02 01:54:55] "POST /neutron/network HTTP/1.1" 200 839 0.004982 10.0.0.254 - - [2025-10-02 01:54:55] "POST /neutron/network HTTP/1.1" 400 204 0.007991 10.0.0.254 - - [2025-10-02 01:54:55] "POST /neutron/port HTTP/1.1" 200 1083 0.009344 10.0.0.254 - - [2025-10-02 01:54:55] "POST /neutron/port HTTP/1.1" 200 1109 0.006900 10.0.0.254 - - [2025-10-02 01:54:56] "POST /neutron/port HTTP/1.1" 200 151 0.070407 10.0.0.254 - - [2025-10-02 01:54:57] "POST /neutron/network HTTP/1.1" 200 839 0.004643 10.0.0.254 - - [2025-10-02 01:54:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.254 - - [2025-10-02 01:54:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001751 10.0.0.254 - - [2025-10-02 01:54:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002427 10.0.0.254 - - [2025-10-02 01:54:57] "POST /neutron/network HTTP/1.1" 200 151 0.067261 10.0.0.254 - - [2025-10-02 01:54:57] "DELETE /route-target/4fc5fae9-230c-44ca-9dfe-059ba1f8bd18 HTTP/1.1" 200 115 0.016692 10.0.0.254 - - [2025-10-02 01:54:58] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002405 10.0.0.254 - - [2025-10-02 01:54:58] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a HTTP/1.1" 200 1885 0.002858 10.0.0.254 - - [2025-10-02 01:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001867 10.0.0.254 - - [2025-10-02 01:54:58] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000787 10.0.0.254 - - [2025-10-02 01:54:58] "GET /project/efddfbd9-2423-4009-a5d3-153ce720d1db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.023014 10.0.0.254 - - [2025-10-02 01:54:58] "POST /neutron/network HTTP/1.1" 200 117 0.006231 10.0.0.254 - - [2025-10-02 01:54:58] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001106 10.0.0.254 - - [2025-10-02 01:54:58] "POST /neutron/network HTTP/1.1" 200 605 0.046927 10.0.0.254 - - [2025-10-02 01:54:58] "POST /route-targets HTTP/1.1" 200 328 0.008615 10.0.0.254 - - [2025-10-02 01:54:58] "POST /ref-update HTTP/1.1" 200 156 0.009844 10.0.0.254 - - [2025-10-02 01:54:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002406 10.0.0.254 - - [2025-10-02 01:54:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.167840 10.0.0.254 - - [2025-10-02 01:54:58] "POST /neutron/network HTTP/1.1" 200 823 0.004152 10.0.0.254 - - [2025-10-02 01:54:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001054 10.0.0.254 - - [2025-10-02 01:54:58] "GET /virtual-network/44c59dce-5d22-4b4f-a7a7-b27f18e220a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.003981 10.0.0.254 - - [2025-10-02 01:54:58] "POST /neutron/network HTTP/1.1" 200 823 0.004738 10.0.0.254 - - [2025-10-02 01:54:58] "GET /virtual-network/44c59dce-5d22-4b4f-a7a7-b27f18e220a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.003856 10.0.0.254 - - [2025-10-02 01:54:58] "POST /neutron/network HTTP/1.1" 200 823 0.004675 10.0.0.254 - - [2025-10-02 01:54:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.006425 10.0.0.254 - - [2025-10-02 01:54:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.000896 10.0.0.254 - - [2025-10-02 01:54:58] "POST /neutron/network HTTP/1.1" 200 833 0.004591 10.0.0.254 - - [2025-10-02 01:54:58] "GET /aaa-mode HTTP/1.1" 401 293 0.000314 10.0.0.254 - - [2025-10-02 01:54:59] "GET / HTTP/1.1" 200 36215 0.001663 10.0.0.254 - - [2025-10-02 01:54:59] "GET /project/efddfbd9-2423-4009-a5d3-153ce720d1db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000330 10.0.0.254 - - [2025-10-02 01:54:59] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000944 10.0.0.254 - - [2025-10-02 01:54:59] "GET /project/efddfbd9-2423-4009-a5d3-153ce720d1db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.039125 10.0.0.254 - - [2025-10-02 01:54:59] "POST /neutron/network HTTP/1.1" 200 823 0.004100 10.0.0.254 - - [2025-10-02 01:54:59] "POST /neutron/port HTTP/1.1" 200 117 0.004143 10.0.0.254 - - [2025-10-02 01:54:59] "POST /neutron/port HTTP/1.1" 200 117 0.004314 10.0.0.254 - - [2025-10-02 01:54:59] "POST /neutron/port HTTP/1.1" 200 117 0.004147 10.0.0.254 - - [2025-10-02 01:54:59] "POST /neutron/network HTTP/1.1" 200 833 0.004657 10.0.0.254 - - [2025-10-02 01:54:59] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000867 10.0.0.254 - - [2025-10-02 01:55:00] "POST /neutron/port HTTP/1.1" 200 1059 0.165698 10.0.0.254 - - [2025-10-02 01:55:00] "POST /neutron/port HTTP/1.1" 200 1059 0.007655 10.0.0.254 - - [2025-10-02 01:55:00] "POST /neutron/port HTTP/1.1" 200 1059 0.006421 10.0.0.254 - - [2025-10-02 01:55:00] "POST /neutron/port HTTP/1.1" 200 1113 0.041195 10.0.0.254 - - [2025-10-02 01:55:00] "POST /neutron/port HTTP/1.1" 200 1087 0.008922 10.0.0.254 - - [2025-10-02 01:55:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002506 10.0.0.254 - - [2025-10-02 01:55:00] "POST /neutron/subnet HTTP/1.1" 200 694 0.005405 10.0.0.254 - - [2025-10-02 01:55:00] "POST /neutron/port HTTP/1.1" 200 117 0.000863 10.0.0.254 - - [2025-10-02 01:55:00] "POST /neutron/network HTTP/1.1" 200 823 0.005375 10.0.0.254 - - [2025-10-02 01:55:04] "POST /neutron/port HTTP/1.1" 200 1087 0.008529 10.0.0.254 - - [2025-10-02 01:55:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004903 10.0.0.254 - - [2025-10-02 01:55:04] "POST /neutron/port HTTP/1.1" 200 1087 0.009296 10.0.0.254 - - [2025-10-02 01:55:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004382 10.0.0.254 - - [2025-10-02 01:55:04] "POST /neutron/port HTTP/1.1" 200 1087 0.008527 10.0.0.254 - - [2025-10-02 01:55:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004289 10.0.0.254 - - [2025-10-02 01:55:04] "GET /virtual-machine/fa882df3-cee3-44a3-bcd0-6e2c278e2980 HTTP/1.1" 200 1295 0.003323 10.0.0.254 - - [2025-10-02 01:55:04] "GET /virtual-machine-interface/52c9d05f-69bd-4bb9-9307-49efc9be5af0 HTTP/1.1" 200 2947 0.003674 10.0.0.254 - - [2025-10-02 01:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.001802 10.0.0.254 - - [2025-10-02 01:55:04] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002042 10.0.0.254 - - [2025-10-02 01:55:04] "GET /virtual-networks?parent_id=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002702 10.0.0.254 - - [2025-10-02 01:55:05] "GET /virtual-network/44c59dce-5d22-4b4f-a7a7-b27f18e220a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004578 10.0.0.254 - - [2025-10-02 01:55:08] "POST /neutron/port HTTP/1.1" 200 1087 0.008622 10.0.0.254 - - [2025-10-02 01:55:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.003882 10.0.0.254 - - [2025-10-02 01:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.254 - - [2025-10-02 01:55:08] "GET /virtual-network/44c59dce-5d22-4b4f-a7a7-b27f18e220a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004091 10.0.0.254 - - [2025-10-02 01:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002519 10.0.0.254 - - [2025-10-02 01:55:10] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002341 10.0.0.254 - - [2025-10-02 01:55:10] "GET /virtual-networks?parent_id=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002568 10.0.0.254 - - [2025-10-02 01:55:10] "GET /virtual-network/44c59dce-5d22-4b4f-a7a7-b27f18e220a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004540 10.0.0.254 - - [2025-10-02 01:55:12] "POST /neutron/network HTTP/1.1" 200 823 0.004586 10.0.0.254 - - [2025-10-02 01:55:12] "POST /neutron/network HTTP/1.1" 400 204 0.009311 10.0.0.254 - - [2025-10-02 01:55:12] "POST /neutron/port HTTP/1.1" 200 1087 0.009426 10.0.0.254 - - [2025-10-02 01:55:12] "POST /neutron/port HTTP/1.1" 200 1113 0.006309 10.0.0.254 - - [2025-10-02 01:55:12] "POST /neutron/port HTTP/1.1" 200 151 0.081700 10.0.0.254 - - [2025-10-02 01:55:14] "POST /neutron/network HTTP/1.1" 200 823 0.004651 10.0.0.254 - - [2025-10-02 01:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.254 - - [2025-10-02 01:55:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002587 10.0.0.254 - - [2025-10-02 01:55:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001542 10.0.0.254 - - [2025-10-02 01:55:14] "POST /neutron/network HTTP/1.1" 200 151 0.065620 10.0.0.254 - - [2025-10-02 01:55:14] "DELETE /route-target/5c9929de-31cb-4f81-9486-8f0a5ca48e74 HTTP/1.1" 200 115 0.014401 10.0.0.254 - - [2025-10-02 01:55:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002473 10.0.0.254 - - [2025-10-02 01:55:14] "POST /network-ipams HTTP/1.1" 200 543 0.013239 10.0.0.254 - - [2025-10-02 01:55:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.002516 10.0.0.254 - - [2025-10-02 01:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002475 10.0.0.254 - - [2025-10-02 01:55:15] "GET /network-ipam/22b4b653-5fef-45a3-8bb8-59945b90cd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.005077 10.0.0.254 - - [2025-10-02 01:55:15] "PUT /network-ipam/22b4b653-5fef-45a3-8bb8-59945b90cd73 HTTP/1.1" 200 259 0.007898 10.0.0.254 - - [2025-10-02 01:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002493 10.0.0.254 - - [2025-10-02 01:55:15] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.254 - - [2025-10-02 01:55:15] "GET /project/efddfbd9-2423-4009-a5d3-153ce720d1db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.020638 10.0.0.254 - - [2025-10-02 01:55:15] "POST /neutron/network HTTP/1.1" 200 117 0.006344 10.0.0.254 - - [2025-10-02 01:55:15] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000836 10.0.0.254 - - [2025-10-02 01:55:15] "POST /neutron/network HTTP/1.1" 200 605 0.049602 10.0.0.254 - - [2025-10-02 01:55:15] "POST /route-targets HTTP/1.1" 200 328 0.008691 10.0.0.254 - - [2025-10-02 01:55:15] "POST /ref-update HTTP/1.1" 200 156 0.009412 10.0.0.254 - - [2025-10-02 01:55:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001831 10.0.0.254 - - [2025-10-02 01:55:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.141111 10.0.0.254 - - [2025-10-02 01:55:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002209 10.0.0.254 - - [2025-10-02 01:55:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.120924 10.0.0.254 - - [2025-10-02 01:55:15] "POST /neutron/network HTTP/1.1" 200 994 0.004983 10.0.0.254 - - [2025-10-02 01:55:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.000970 10.0.0.254 - - [2025-10-02 01:55:15] "GET /virtual-network/420cc9f5-5887-449d-bc8f-1877e485240f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.003696 10.0.0.254 - - [2025-10-02 01:55:15] "POST /neutron/network HTTP/1.1" 200 994 0.006157 10.0.0.254 - - [2025-10-02 01:55:15] "GET /virtual-network/420cc9f5-5887-449d-bc8f-1877e485240f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004177 10.0.0.254 - - [2025-10-02 01:55:15] "POST /neutron/network HTTP/1.1" 200 994 0.005695 10.0.0.254 - - [2025-10-02 01:55:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.004735 10.0.0.254 - - [2025-10-02 01:55:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.005108 10.0.0.254 - - [2025-10-02 01:55:15] "POST /neutron/network HTTP/1.1" 200 994 0.004789 10.0.0.254 - - [2025-10-02 01:55:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.005073 10.0.0.254 - - [2025-10-02 01:55:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.004503 10.0.0.254 - - [2025-10-02 01:55:15] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000866 10.0.0.254 - - [2025-10-02 01:55:15] "POST /neutron/port HTTP/1.1" 200 1017 0.125878 10.0.0.254 - - [2025-10-02 01:55:16] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001232 10.0.0.254 - - [2025-10-02 01:55:16] "POST /neutron/port HTTP/1.1" 200 1017 0.152190 10.0.0.254 - - [2025-10-02 01:55:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001145 10.0.0.254 - - [2025-10-02 01:55:16] "POST /neutron/port HTTP/1.1" 200 1017 0.006122 10.0.0.254 - - [2025-10-02 01:55:16] "POST /neutron/port HTTP/1.1" 200 1017 0.007401 10.0.0.254 - - [2025-10-02 01:55:16] "POST /neutron/network HTTP/1.1" 200 994 0.005583 10.0.0.254 - - [2025-10-02 01:55:16] "POST /neutron/port HTTP/1.1" 200 1017 0.005304 10.0.0.254 - - [2025-10-02 01:55:16] "POST /neutron/port HTTP/1.1" 200 117 0.004089 10.0.0.254 - - [2025-10-02 01:55:16] "POST /neutron/port HTTP/1.1" 200 1017 0.005687 10.0.0.254 - - [2025-10-02 01:55:16] "POST /neutron/port HTTP/1.1" 200 117 0.003778 10.0.0.254 - - [2025-10-02 01:55:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001001 10.0.0.254 - - [2025-10-02 01:55:16] "POST /neutron/port HTTP/1.1" 200 117 0.004102 10.0.0.254 - - [2025-10-02 01:55:16] "POST /neutron/port HTTP/1.1" 200 1017 0.006035 10.0.0.254 - - [2025-10-02 01:55:16] "POST /neutron/port HTTP/1.1" 200 1017 0.005335 10.0.0.254 - - [2025-10-02 01:55:16] "POST /neutron/network HTTP/1.1" 200 994 0.005818 10.0.0.254 - - [2025-10-02 01:55:16] "POST /neutron/port HTTP/1.1" 200 1017 0.005681 10.0.0.254 - - [2025-10-02 01:55:16] "POST /neutron/port HTTP/1.1" 200 1017 0.006108 10.0.0.254 - - [2025-10-02 01:55:16] "POST /neutron/port HTTP/1.1" 200 117 0.005078 10.0.0.254 - - [2025-10-02 01:55:16] "POST /neutron/port HTTP/1.1" 200 117 0.003837 10.0.0.254 - - [2025-10-02 01:55:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001010 10.0.0.254 - - [2025-10-02 01:55:16] "POST /neutron/port HTTP/1.1" 200 1017 0.006124 10.0.0.254 - - [2025-10-02 01:55:16] "POST /neutron/network HTTP/1.1" 200 1004 0.007621 10.0.0.254 - - [2025-10-02 01:55:16] "POST /neutron/port HTTP/1.1" 200 1017 0.005926 10.0.0.254 - - [2025-10-02 01:55:16] "POST /neutron/port HTTP/1.1" 200 1017 0.007994 10.0.0.254 - - [2025-10-02 01:55:16] "POST /neutron/port HTTP/1.1" 200 117 0.009356 10.0.0.254 - - [2025-10-02 01:55:16] "POST /neutron/port HTTP/1.1" 200 1109 0.094912 10.0.0.254 - - [2025-10-02 01:55:17] "POST /neutron/port HTTP/1.1" 200 1083 0.015566 10.0.0.254 - - [2025-10-02 01:55:17] "POST /neutron/network HTTP/1.1" 200 1004 0.007931 10.0.0.254 - - [2025-10-02 01:55:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002687 10.0.0.254 - - [2025-10-02 01:55:17] "GET /aaa-mode HTTP/1.1" 401 293 0.000318 10.0.0.254 - - [2025-10-02 01:55:17] "POST /neutron/subnet HTTP/1.1" 200 673 0.007118 10.0.0.254 - - [2025-10-02 01:55:17] "POST /neutron/port HTTP/1.1" 200 117 0.001009 10.0.0.254 - - [2025-10-02 01:55:17] "POST /neutron/network HTTP/1.1" 200 994 0.005545 10.0.0.254 - - [2025-10-02 01:55:17] "POST /neutron/port HTTP/1.1" 200 1017 0.006719 10.0.0.254 - - [2025-10-02 01:55:17] "POST /neutron/network HTTP/1.1" 200 1004 0.005816 10.0.0.254 - - [2025-10-02 01:55:17] "POST /neutron/port HTTP/1.1" 200 1017 0.005992 10.0.0.254 - - [2025-10-02 01:55:17] "POST /neutron/port HTTP/1.1" 200 1017 0.005187 10.0.0.254 - - [2025-10-02 01:55:17] "POST /neutron/port HTTP/1.1" 200 1109 0.062315 10.0.0.254 - - [2025-10-02 01:55:17] "GET / HTTP/1.1" 200 36215 0.001327 10.0.0.254 - - [2025-10-02 01:55:17] "GET /project/efddfbd9-2423-4009-a5d3-153ce720d1db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000287 10.0.0.254 - - [2025-10-02 01:55:17] "POST /neutron/port HTTP/1.1" 200 1083 0.009678 10.0.0.254 - - [2025-10-02 01:55:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002933 10.0.0.254 - - [2025-10-02 01:55:17] "POST /neutron/subnet HTTP/1.1" 200 673 0.006839 10.0.0.254 - - [2025-10-02 01:55:17] "POST /neutron/port HTTP/1.1" 200 117 0.000965 10.0.0.254 - - [2025-10-02 01:55:17] "POST /neutron/network HTTP/1.1" 200 994 0.006320 10.0.0.254 - - [2025-10-02 01:55:17] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000910 10.0.0.254 - - [2025-10-02 01:55:17] "GET /project/efddfbd9-2423-4009-a5d3-153ce720d1db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.043668 10.0.0.254 - - [2025-10-02 01:55:17] "POST /neutron/network HTTP/1.1" 200 994 0.007442 10.0.0.254 - - [2025-10-02 01:55:17] "POST /neutron/port HTTP/1.1" 200 2050 0.013428 10.0.0.254 - - [2025-10-02 01:55:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004863 10.0.0.254 - - [2025-10-02 01:55:17] "POST /neutron/port HTTP/1.1" 200 117 0.003900 10.0.0.254 - - [2025-10-02 01:55:17] "GET /domains HTTP/1.1" 200 281 0.001906 10.0.0.254 - - [2025-10-02 01:55:17] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000815 10.0.0.254 - - [2025-10-02 01:55:17] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2582 0.006270 10.0.0.254 - - [2025-10-02 01:55:17] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001019 10.0.0.254 - - [2025-10-02 01:55:18] "GET /project/efddfbd9-2423-4009-a5d3-153ce720d1db HTTP/1.1" 200 2851 0.077135 10.0.0.254 - - [2025-10-02 01:55:18] "GET /network-ipam/22b4b653-5fef-45a3-8bb8-59945b90cd73 HTTP/1.1" 200 2603 0.004037 10.0.0.254 - - [2025-10-02 01:55:18] "GET /domains HTTP/1.1" 200 281 0.006072 10.0.0.254 - - [2025-10-02 01:55:18] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000850 10.0.0.254 - - [2025-10-02 01:55:18] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2582 0.006504 10.0.0.254 - - [2025-10-02 01:55:18] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000756 10.0.0.254 - - [2025-10-02 01:55:18] "GET /project/efddfbd9-2423-4009-a5d3-153ce720d1db HTTP/1.1" 200 2851 0.080892 10.0.0.254 - - [2025-10-02 01:55:18] "GET /virtual-network/420cc9f5-5887-449d-bc8f-1877e485240f HTTP/1.1" 200 3787 0.006027 10.0.0.254 - - [2025-10-02 01:55:18] "GET /virtual-network/420cc9f5-5887-449d-bc8f-1877e485240f HTTP/1.1" 200 3787 0.005553 10.0.0.254 - - [2025-10-02 01:55:18] "GET /routing-instance/356fb2d9-f6ad-4d27-80f5-2a430022ede0 HTTP/1.1" 200 2384 0.005399 10.0.0.254 - - [2025-10-02 01:55:18] "GET /routing-instance/356fb2d9-f6ad-4d27-80f5-2a430022ede0 HTTP/1.1" 200 2384 0.003664 10.0.0.254 - - [2025-10-02 01:55:18] "GET /route-target/b3248c7b-f423-41ed-9b53-3b91aa59f0c2 HTTP/1.1" 200 1207 0.003776 10.0.0.254 - - [2025-10-02 01:55:18] "GET /virtual-network/420cc9f5-5887-449d-bc8f-1877e485240f HTTP/1.1" 200 3787 0.005981 10.0.0.254 - - [2025-10-02 01:55:18] "GET /routing-instance/356fb2d9-f6ad-4d27-80f5-2a430022ede0 HTTP/1.1" 200 2384 0.003123 10.0.0.254 - - [2025-10-02 01:55:18] "GET /virtual-network/420cc9f5-5887-449d-bc8f-1877e485240f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004155 10.0.0.254 - - [2025-10-02 01:55:18] "GET /virtual-network/420cc9f5-5887-449d-bc8f-1877e485240f HTTP/1.1" 200 3787 0.003805 10.0.0.254 - - [2025-10-02 01:55:18] "GET /routing-instance/356fb2d9-f6ad-4d27-80f5-2a430022ede0 HTTP/1.1" 200 2384 0.002418 10.0.0.254 - - [2025-10-02 01:55:18] "GET /routing-instance/356fb2d9-f6ad-4d27-80f5-2a430022ede0 HTTP/1.1" 200 2384 0.002436 10.0.0.254 - - [2025-10-02 01:55:18] "GET /route-target/b3248c7b-f423-41ed-9b53-3b91aa59f0c2 HTTP/1.1" 200 1207 0.002807 10.0.0.254 - - [2025-10-02 01:55:18] "GET /domains HTTP/1.1" 200 281 0.003273 10.0.0.254 - - [2025-10-02 01:55:18] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001138 10.0.0.254 - - [2025-10-02 01:55:18] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2582 0.007519 10.0.0.254 - - [2025-10-02 01:55:18] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000750 10.0.0.254 - - [2025-10-02 01:55:18] "POST /neutron/network HTTP/1.1" 200 1004 0.015837 10.0.0.254 - - [2025-10-02 01:55:18] "GET /project/efddfbd9-2423-4009-a5d3-153ce720d1db HTTP/1.1" 200 2851 0.098721 10.0.0.254 - - [2025-10-02 01:55:18] "GET /virtual-network/420cc9f5-5887-449d-bc8f-1877e485240f HTTP/1.1" 200 3787 0.003898 10.0.0.254 - - [2025-10-02 01:55:18] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000923 10.0.0.254 - - [2025-10-02 01:55:18] "POST /neutron/port HTTP/1.1" 200 1055 0.217838 10.0.0.254 - - [2025-10-02 01:55:18] "POST /neutron/port HTTP/1.1" 200 1055 0.015639 10.0.0.254 - - [2025-10-02 01:55:18] "POST /neutron/port HTTP/1.1" 200 1055 0.014949 10.0.0.254 - - [2025-10-02 01:55:18] "POST /neutron/port HTTP/1.1" 200 1109 0.060004 10.0.0.254 - - [2025-10-02 01:55:18] "POST /neutron/port HTTP/1.1" 200 1083 0.018500 10.0.0.254 - - [2025-10-02 01:55:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002794 10.0.0.254 - - [2025-10-02 01:55:18] "GET /obj-perms HTTP/1.1" 200 5049 0.054486 10.0.0.254 - - [2025-10-02 01:55:18] "POST /neutron/subnet HTTP/1.1" 200 673 0.007353 10.0.0.254 - - [2025-10-02 01:55:18] "POST /neutron/port HTTP/1.1" 200 117 0.001151 10.0.0.254 - - [2025-10-02 01:55:18] "POST /neutron/port HTTP/1.1" 200 1083 0.017049 10.0.0.254 - - [2025-10-02 01:55:18] "POST /neutron/network HTTP/1.1" 200 994 0.007140 10.0.0.254 - - [2025-10-02 01:55:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005629 10.0.0.254 - - [2025-10-02 01:55:18] "POST /neutron/port HTTP/1.1" 200 1083 0.013914 10.0.0.254 - - [2025-10-02 01:55:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006272 10.0.0.254 - - [2025-10-02 01:55:19] "POST /neutron/port HTTP/1.1" 200 1083 0.010524 10.0.0.254 - - [2025-10-02 01:55:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004937 10.0.0.254 - - [2025-10-02 01:55:19] "GET /virtual-machine/adaa47c6-a4f6-4160-8fe3-9c96e54a8864 HTTP/1.1" 200 1291 0.003448 10.0.0.254 - - [2025-10-02 01:55:19] "GET /virtual-machine-interface/a2a98905-01cd-42b9-b29b-7c379dc256fb HTTP/1.1" 200 2948 0.003858 10.0.0.254 - - [2025-10-02 01:55:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002133 10.0.0.254 - - [2025-10-02 01:55:19] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002192 10.0.0.254 - - [2025-10-02 01:55:19] "GET /virtual-networks?parent_id=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002777 10.0.0.254 - - [2025-10-02 01:55:19] "GET /virtual-network/420cc9f5-5887-449d-bc8f-1877e485240f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004603 10.0.0.254 - - [2025-10-02 01:55:19] "POST /neutron/port HTTP/1.1" 200 1083 0.009315 10.0.0.254 - - [2025-10-02 01:55:19] "POST /neutron/port HTTP/1.1" 200 1083 0.009378 10.0.0.254 - - [2025-10-02 01:55:19] "POST /neutron/network HTTP/1.1" 200 1004 0.005571 10.0.0.254 - - [2025-10-02 01:55:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002338 10.0.0.254 - - [2025-10-02 01:55:19] "POST /neutron/subnet HTTP/1.1" 200 673 0.006047 10.0.0.254 - - [2025-10-02 01:55:19] "POST /neutron/port HTTP/1.1" 200 117 0.000944 10.0.0.254 - - [2025-10-02 01:55:19] "POST /neutron/network HTTP/1.1" 200 994 0.005677 10.0.0.254 - - [2025-10-02 01:55:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002405 10.0.0.254 - - [2025-10-02 01:55:22] "GET /virtual-network/420cc9f5-5887-449d-bc8f-1877e485240f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004045 10.0.0.254 - - [2025-10-02 01:55:25] "POST /neutron/port HTTP/1.1" 200 1083 0.008920 10.0.0.254 - - [2025-10-02 01:55:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004014 10.0.0.254 - - [2025-10-02 01:55:25] "POST /neutron/port HTTP/1.1" 200 1083 0.009272 10.0.0.254 - - [2025-10-02 01:55:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005579 10.0.0.254 - - [2025-10-02 01:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002503 10.0.0.254 - - [2025-10-02 01:55:26] "GET /virtual-network/420cc9f5-5887-449d-bc8f-1877e485240f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004229 10.0.0.254 - - [2025-10-02 01:55:26] "POST /neutron/port HTTP/1.1" 200 1083 0.009468 10.0.0.254 - - [2025-10-02 01:55:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.003991 10.0.0.254 - - [2025-10-02 01:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002413 10.0.0.254 - - [2025-10-02 01:55:28] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002261 10.0.0.254 - - [2025-10-02 01:55:28] "GET /virtual-networks?parent_id=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002840 10.0.0.254 - - [2025-10-02 01:55:28] "GET /virtual-network/420cc9f5-5887-449d-bc8f-1877e485240f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004769 10.0.0.254 - - [2025-10-02 01:55:28] "POST /neutron/port HTTP/1.1" 200 1083 0.008878 10.0.0.254 - - [2025-10-02 01:55:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005280 10.0.0.254 - - [2025-10-02 01:55:28] "POST /neutron/port HTTP/1.1" 200 1083 0.008959 10.0.0.254 - - [2025-10-02 01:55:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005439 10.0.0.254 - - [2025-10-02 01:55:29] "POST /neutron/port HTTP/1.1" 200 1083 0.009488 10.0.0.254 - - [2025-10-02 01:55:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005134 10.0.0.254 - - [2025-10-02 01:55:29] "GET /virtual-machine/60b2b5c5-748b-488f-92cf-301ac3c239b4 HTTP/1.1" 200 1290 0.003565 10.0.0.254 - - [2025-10-02 01:55:29] "GET /virtual-machine-interface/7e13fe30-7b8b-441e-befd-a9db537f1ffa HTTP/1.1" 200 2947 0.004005 10.0.0.254 - - [2025-10-02 01:55:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002337 10.0.0.254 - - [2025-10-02 01:55:29] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002379 10.0.0.254 - - [2025-10-02 01:55:29] "GET /virtual-networks?parent_id=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002496 10.0.0.254 - - [2025-10-02 01:55:29] "GET /virtual-network/420cc9f5-5887-449d-bc8f-1877e485240f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004549 10.0.0.254 - - [2025-10-02 01:55:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002506 10.0.0.254 - - [2025-10-02 01:55:30] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002874 10.0.0.254 - - [2025-10-02 01:55:30] "GET /virtual-networks?parent_id=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002525 10.0.0.254 - - [2025-10-02 01:55:30] "GET /virtual-network/420cc9f5-5887-449d-bc8f-1877e485240f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006325 10.0.0.254 - - [2025-10-02 01:55:30] "POST /neutron/port HTTP/1.1" 200 1083 0.009331 10.0.0.254 - - [2025-10-02 01:55:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004662 10.0.0.254 - - [2025-10-02 01:55:30] "POST /neutron/port HTTP/1.1" 200 1083 0.009562 10.0.0.254 - - [2025-10-02 01:55:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005168 10.0.0.254 - - [2025-10-02 01:55:30] "POST /neutron/port HTTP/1.1" 200 1083 0.009305 10.0.0.254 - - [2025-10-02 01:55:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004541 10.0.0.254 - - [2025-10-02 01:55:30] "GET /virtual-machine/303636f8-e429-4611-b29b-7ceb9fda3751 HTTP/1.1" 200 1294 0.003229 10.0.0.254 - - [2025-10-02 01:55:30] "GET /virtual-machine-interface/c1c284e7-5958-4b32-a25d-db29861a5f33 HTTP/1.1" 200 2948 0.003821 10.0.0.254 - - [2025-10-02 01:55:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001870 10.0.0.254 - - [2025-10-02 01:55:30] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002523 10.0.0.254 - - [2025-10-02 01:55:30] "GET /virtual-networks?parent_id=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002568 10.0.0.254 - - [2025-10-02 01:55:30] "GET /virtual-network/420cc9f5-5887-449d-bc8f-1877e485240f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004458 10.0.0.254 - - [2025-10-02 01:55:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002539 10.0.0.254 - - [2025-10-02 01:55:32] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002570 10.0.0.254 - - [2025-10-02 01:55:32] "GET /virtual-networks?parent_id=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002435 10.0.0.254 - - [2025-10-02 01:55:32] "GET /virtual-network/420cc9f5-5887-449d-bc8f-1877e485240f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004760 10.0.0.254 - - [2025-10-02 01:55:47] "GET /obj-perms HTTP/1.1" 200 5075 0.038692 10.0.0.254 - - [2025-10-02 01:55:47] "POST /neutron/port HTTP/1.1" 200 1109 0.008470 10.0.0.254 - - [2025-10-02 01:55:47] "POST /neutron/port HTTP/1.1" 200 1109 0.010054 10.0.0.254 - - [2025-10-02 01:55:47] "POST /neutron/port HTTP/1.1" 200 151 0.138421 10.0.0.254 - - [2025-10-02 01:55:47] "GET /obj-perms HTTP/1.1" 200 5075 0.124125 10.0.0.254 - - [2025-10-02 01:55:47] "POST /neutron/port HTTP/1.1" 200 1109 0.009889 10.0.0.254 - - [2025-10-02 01:55:47] "POST /neutron/port HTTP/1.1" 200 1109 0.006902 10.0.0.254 - - [2025-10-02 01:55:48] "POST /neutron/port HTTP/1.1" 200 1083 0.013076 10.0.0.254 - - [2025-10-02 01:55:48] "POST /neutron/port HTTP/1.1" 200 151 0.115660 10.0.0.254 - - [2025-10-02 01:55:48] "POST /neutron/port HTTP/1.1" 200 1109 0.010316 10.0.0.254 - - [2025-10-02 01:55:48] "POST /neutron/network HTTP/1.1" 200 994 0.006151 10.0.0.254 - - [2025-10-02 01:55:48] "POST /neutron/network HTTP/1.1" 400 204 0.010254 10.0.0.254 - - [2025-10-02 01:55:48] "POST /neutron/port HTTP/1.1" 200 151 0.081379 10.0.0.254 - - [2025-10-02 01:55:50] "POST /neutron/network HTTP/1.1" 200 994 0.006135 10.0.0.254 - - [2025-10-02 01:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005675 10.0.0.254 - - [2025-10-02 01:55:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004310 10.0.0.254 - - [2025-10-02 01:55:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001751 10.0.0.254 - - [2025-10-02 01:55:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001355 10.0.0.254 - - [2025-10-02 01:55:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001471 10.0.0.254 - - [2025-10-02 01:55:50] "POST /neutron/network HTTP/1.1" 200 151 0.113668 10.0.0.254 - - [2025-10-02 01:55:50] "DELETE /route-target/b3248c7b-f423-41ed-9b53-3b91aa59f0c2 HTTP/1.1" 200 115 0.023597 10.0.0.254 - - [2025-10-02 01:55:50] "GET /routing-instance/356fb2d9-f6ad-4d27-80f5-2a430022ede0 HTTP/1.1" 404 171 0.002272 10.0.0.254 - - [2025-10-02 01:55:50] "GET /domains HTTP/1.1" 200 281 0.002122 10.0.0.254 - - [2025-10-02 01:55:50] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001470 10.0.0.254 - - [2025-10-02 01:55:50] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 2582 0.054384 10.0.0.254 - - [2025-10-02 01:55:50] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000888 10.0.0.254 - - [2025-10-02 01:55:50] "GET /project/efddfbd9-2423-4009-a5d3-153ce720d1db HTTP/1.1" 200 2091 0.067943 10.0.0.254 - - [2025-10-02 01:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002337 10.0.0.254 - - [2025-10-02 01:55:50] "DELETE /network-ipam/22b4b653-5fef-45a3-8bb8-59945b90cd73 HTTP/1.1" 200 115 0.022602 10.0.0.254 - - [2025-10-02 01:55:50] "POST /fqname-to-id HTTP/1.1" 404 211 0.001915 10.0.0.254 - - [2025-10-02 01:55:50] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000885 10.0.0.254 - - [2025-10-02 01:55:50] "GET /project/efddfbd9-2423-4009-a5d3-153ce720d1db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.023877 10.0.0.254 - - [2025-10-02 01:55:50] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000827 10.0.0.254 - - [2025-10-02 01:55:50] "GET /project/efddfbd9-2423-4009-a5d3-153ce720d1db?fields=virtual_networks HTTP/1.1" 200 1034 0.063543 10.0.0.254 - - [2025-10-02 01:55:50] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000886 10.0.0.254 - - [2025-10-02 01:55:50] "GET /project/efddfbd9-2423-4009-a5d3-153ce720d1db?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.024591 10.0.0.254 - - [2025-10-02 01:55:51] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001252 10.0.0.254 - - [2025-10-02 01:55:51] "GET /project/efddfbd9-2423-4009-a5d3-153ce720d1db?fields=security_groups HTTP/1.1" 200 1261 0.021361 10.0.0.254 - - [2025-10-02 01:55:52] "POST /neutron/port HTTP/1.1" 200 117 0.006203 10.0.0.254 - - [2025-10-02 01:55:52] "POST /neutron/port HTTP/1.1" 400 205 0.003502 10.0.0.254 - - [2025-10-02 01:55:53] "POST /neutron/port HTTP/1.1" 200 117 0.004297 10.0.0.254 - - [2025-10-02 01:55:53] "POST /neutron/port HTTP/1.1" 400 205 0.002428 10.0.0.254 - - [2025-10-02 01:55:57] "GET / HTTP/1.1" 200 36215 0.001626 10.0.0.254 - - [2025-10-02 01:55:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000481 10.0.0.254 - - [2025-10-02 01:55:58] "POST /fqname-to-id HTTP/1.1" 404 183 0.040324 10.0.0.254 - - [2025-10-02 01:55:58] "GET /projects?obj_uuids=a8a078ed-f67d-4f88-bd64-e40687d79bad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001961 10.0.0.254 - - [2025-10-02 01:55:58] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001085 10.0.0.254 - - [2025-10-02 01:55:58] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.049543 10.0.0.254 - - [2025-10-02 01:55:58] "POST /id-to-fqname HTTP/1.1" 200 185 0.001038 10.0.0.254 - - [2025-10-02 01:55:58] "POST /fqname-to-id HTTP/1.1" 404 194 0.003330 10.0.0.254 - - [2025-10-02 01:55:58] "POST /security-groups HTTP/1.1" 200 586 0.057532 10.0.0.254 - - [2025-10-02 01:55:58] "POST /fqname-to-id HTTP/1.1" 404 229 0.002066 10.0.0.254 - - [2025-10-02 01:55:58] "POST /projects HTTP/1.1" 200 575 0.198688 10.0.0.254 - - [2025-10-02 01:55:58] "POST /access-control-lists HTTP/1.1" 200 593 0.054415 10.0.0.254 - - [2025-10-02 01:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.263866 10.0.0.254 - - [2025-10-02 01:55:58] "POST /fqname-to-id HTTP/1.1" 404 228 0.002239 10.0.0.254 - - [2025-10-02 01:55:58] "GET /project/a8a078ed-f67d-4f88-bd64-e40687d79bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.410787 10.0.0.254 - - [2025-10-02 01:55:58] "POST /access-control-lists HTTP/1.1" 200 591 0.056254 10.0.0.254 - - [2025-10-02 01:55:59] "GET / HTTP/1.1" 200 36215 0.001656 10.0.0.254 - - [2025-10-02 01:56:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000448 10.0.0.254 - - [2025-10-02 01:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.023999 10.0.0.254 - - [2025-10-02 01:56:01] "GET /api-access-list/bcec7ad4-2873-4959-9d6d-12a147df3836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003358 10.0.0.254 - - [2025-10-02 01:56:01] "GET /api-access-list/bcec7ad4-2873-4959-9d6d-12a147df3836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003010 10.0.0.254 - - [2025-10-02 01:56:01] "GET /api-access-list/bcec7ad4-2873-4959-9d6d-12a147df3836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002869 10.0.0.254 - - [2025-10-02 01:56:01] "PUT /api-access-list/bcec7ad4-2873-4959-9d6d-12a147df3836 HTTP/1.1" 200 265 0.007733 10.0.0.254 - - [2025-10-02 01:56:02] "GET /aaa-mode HTTP/1.1" 401 293 0.000382 10.0.0.254 - - [2025-10-02 01:56:02] "GET /aaa-mode HTTP/1.1" 200 128 0.019060 10.0.0.254 - - [2025-10-02 01:56:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.017290 10.0.0.254 - - [2025-10-02 01:56:02] "GET /projects?obj_uuids=6b31fa53-6aef-45ff-8aa5-1849f2692b8f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001946 10.0.0.254 - - [2025-10-02 01:56:02] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000835 10.0.0.254 - - [2025-10-02 01:56:02] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005493 10.0.0.254 - - [2025-10-02 01:56:02] "POST /id-to-fqname HTTP/1.1" 200 185 0.002907 10.0.0.254 - - [2025-10-02 01:56:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.002691 10.0.0.254 - - [2025-10-02 01:56:03] "POST /security-groups HTTP/1.1" 200 586 0.056097 10.0.0.254 - - [2025-10-02 01:56:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.002141 10.0.0.254 - - [2025-10-02 01:56:03] "POST /projects HTTP/1.1" 200 575 0.203289 10.0.0.254 - - [2025-10-02 01:56:03] "POST /access-control-lists HTTP/1.1" 200 593 0.067048 10.0.0.254 - - [2025-10-02 01:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.268125 10.0.0.254 - - [2025-10-02 01:56:03] "POST /fqname-to-id HTTP/1.1" 404 228 0.002339 10.0.0.254 - - [2025-10-02 01:56:03] "GET /project/6b31fa53-6aef-45ff-8aa5-1849f2692b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.380188 10.0.0.254 - - [2025-10-02 01:56:03] "POST /access-control-lists HTTP/1.1" 200 591 0.056586 10.0.0.254 - - [2025-10-02 01:56:03] "POST /fqname-to-id HTTP/1.1" 404 183 0.018781 10.0.0.254 - - [2025-10-02 01:56:03] "GET /projects?obj_uuids=03e50ad1-cdd8-49f9-8996-8848f6241217&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002429 10.0.0.254 - - [2025-10-02 01:56:03] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000840 10.0.0.254 - - [2025-10-02 01:56:03] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005362 10.0.0.254 - - [2025-10-02 01:56:03] "POST /id-to-fqname HTTP/1.1" 200 185 0.002180 10.0.0.254 - - [2025-10-02 01:56:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.001925 10.0.0.254 - - [2025-10-02 01:56:03] "POST /security-groups HTTP/1.1" 200 586 0.056170 10.0.0.254 - - [2025-10-02 01:56:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.002236 10.0.0.254 - - [2025-10-02 01:56:03] "POST /projects HTTP/1.1" 200 575 0.197254 10.0.0.254 - - [2025-10-02 01:56:03] "POST /access-control-lists HTTP/1.1" 200 593 0.052618 10.0.0.254 - - [2025-10-02 01:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.259876 10.0.0.254 - - [2025-10-02 01:56:03] "POST /fqname-to-id HTTP/1.1" 404 228 0.002366 10.0.0.254 - - [2025-10-02 01:56:03] "GET /project/03e50ad1-cdd8-49f9-8996-8848f6241217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.367489 10.0.0.254 - - [2025-10-02 01:56:04] "POST /access-control-lists HTTP/1.1" 200 591 0.056478 10.0.0.254 - - [2025-10-02 01:56:04] "GET / HTTP/1.1" 200 36215 0.001644 10.0.0.254 - - [2025-10-02 01:56:05] "GET / HTTP/1.1" 200 36215 0.001429 10.0.0.254 - - [2025-10-02 01:56:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.002496 10.0.0.254 - - [2025-10-02 01:56:05] "POST /api-access-lists HTTP/1.1" 200 523 0.010859 10.0.0.254 - - [2025-10-02 01:56:05] "GET /api-access-list/128dd678-21c6-4387-a8db-454e0048ca85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.003719 10.0.0.254 - - [2025-10-02 01:56:05] "GET /api-access-list/128dd678-21c6-4387-a8db-454e0048ca85 HTTP/1.1" 401 293 0.000378 10.0.0.254 - - [2025-10-02 01:56:05] "GET /api-access-list/128dd678-21c6-4387-a8db-454e0048ca85 HTTP/1.1" 200 1266 0.046538 10.0.0.254 - - [2025-10-02 01:56:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000311 10.0.0.254 - - [2025-10-02 01:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.048337 10.0.0.254 - - [2025-10-02 01:56:06] "GET /projects?obj_uuids=6b31fa53-6aef-45ff-8aa5-1849f2692b8f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000895 10.0.0.254 - - [2025-10-02 01:56:06] "GET /project/6b31fa53-6aef-45ff-8aa5-1849f2692b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.027141 10.0.0.254 - - [2025-10-02 01:56:06] "GET /virtual-networks?parent_id=6b31fa53-6aef-45ff-8aa5-1849f2692b8f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009455 10.0.0.254 - - [2025-10-02 01:56:06] "POST /virtual-networks HTTP/1.1" 200 570 0.038098 10.0.0.254 - - [2025-10-02 01:56:06] "POST /route-targets HTTP/1.1" 200 328 0.007483 10.0.0.254 - - [2025-10-02 01:56:06] "POST /ref-update HTTP/1.1" 200 156 0.010319 10.0.0.254 - - [2025-10-02 01:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.009740 10.0.0.254 - - [2025-10-02 01:56:06] "GET /network-ipam/4c29fb5c-a792-4623-aa39-05d695208442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.008441 10.0.0.254 - - [2025-10-02 01:56:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002777 10.0.0.254 - - [2025-10-02 01:56:06] "POST /ref-update HTTP/1.1" 200 156 0.039638 10.0.0.254 - - [2025-10-02 01:56:06] "POST /neutron/network HTTP/1.1" 200 832 0.036151 10.0.0.254 - - [2025-10-02 01:56:06] "POST /neutron/network HTTP/1.1" 200 832 0.025201 10.0.0.254 - - [2025-10-02 01:56:06] "GET /virtual-network/e8464229-876b-4dd3-b789-098290fb72e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.010999 10.0.0.254 - - [2025-10-02 01:56:06] "POST /neutron/network HTTP/1.1" 200 832 0.016529 10.0.0.254 - - [2025-10-02 01:56:06] "POST /neutron/subnet HTTP/1.1" 200 678 0.021275 10.0.0.254 - - [2025-10-02 01:56:06] "GET /virtual-network/e8464229-876b-4dd3-b789-098290fb72e8 HTTP/1.1" 401 293 0.000333 10.0.0.254 - - [2025-10-02 01:56:07] "GET /virtual-network/e8464229-876b-4dd3-b789-098290fb72e8 HTTP/1.1" 200 2272 0.032025 10.0.0.254 - - [2025-10-02 01:56:07] "GET /virtual-network/e8464229-876b-4dd3-b789-098290fb72e8 HTTP/1.1" 401 293 0.000308 10.0.0.254 - - [2025-10-02 01:56:07] "GET /virtual-network/e8464229-876b-4dd3-b789-098290fb72e8 HTTP/1.1" 200 2011 0.033403 10.0.0.254 - - [2025-10-02 01:56:07] "POST /id-to-fqname HTTP/1.1" 401 293 0.000330 10.0.0.254 - - [2025-10-02 01:56:07] "POST /id-to-fqname HTTP/1.1" 200 230 0.026832 10.0.0.254 - - [2025-10-02 01:56:08] "POST /neutron/network HTTP/1.1" 200 842 0.032010 10.0.0.254 - - [2025-10-02 01:56:08] "GET /aaa-mode HTTP/1.1" 401 293 0.000291 10.0.0.254 - - [2025-10-02 01:56:08] "GET / HTTP/1.1" 200 36215 0.001477 10.0.0.254 - - [2025-10-02 01:56:08] "GET /project/03e50ad1-cdd8-49f9-8996-8848f6241217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000323 10.0.0.254 - - [2025-10-02 01:56:09] "GET /projects?obj_uuids=03e50ad1-cdd8-49f9-8996-8848f6241217&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000964 10.0.0.254 - - [2025-10-02 01:56:09] "GET /project/03e50ad1-cdd8-49f9-8996-8848f6241217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.038576 10.0.0.254 - - [2025-10-02 01:56:09] "POST /neutron/network HTTP/1.1" 200 832 0.004147 10.0.0.254 - - [2025-10-02 01:56:09] "POST /neutron/port HTTP/1.1" 200 117 0.022207 10.0.0.254 - - [2025-10-02 01:56:09] "POST /neutron/port HTTP/1.1" 200 117 0.004338 10.0.0.254 - - [2025-10-02 01:56:09] "POST /neutron/port HTTP/1.1" 200 117 0.004028 10.0.0.254 - - [2025-10-02 01:56:09] "POST /neutron/network HTTP/1.1" 200 842 0.016470 10.0.0.254 - - [2025-10-02 01:56:09] "POST /neutron/network HTTP/1.1" 200 832 0.014872 10.0.0.254 - - [2025-10-02 01:56:09] "GET /projects?obj_uuids=03e50ad1-cdd8-49f9-8996-8848f6241217&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001293 10.0.0.254 - - [2025-10-02 01:56:09] "POST /neutron/port HTTP/1.1" 200 1056 0.261342 10.0.0.254 - - [2025-10-02 01:56:09] "POST /neutron/port HTTP/1.1" 200 1056 0.007178 10.0.0.254 - - [2025-10-02 01:56:09] "POST /neutron/port HTTP/1.1" 200 1056 0.006238 10.0.0.254 - - [2025-10-02 01:56:09] "POST /neutron/port HTTP/1.1" 200 1110 0.041940 10.0.0.254 - - [2025-10-02 01:56:09] "POST /neutron/port HTTP/1.1" 200 1084 0.008433 10.0.0.254 - - [2025-10-02 01:56:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002458 10.0.0.254 - - [2025-10-02 01:56:09] "POST /neutron/subnet HTTP/1.1" 200 652 0.005189 10.0.0.254 - - [2025-10-02 01:56:09] "POST /neutron/port HTTP/1.1" 200 117 0.000898 10.0.0.254 - - [2025-10-02 01:56:09] "POST /neutron/network HTTP/1.1" 200 832 0.004176 10.0.0.254 - - [2025-10-02 01:56:14] "POST /neutron/port HTTP/1.1" 200 1084 0.008884 10.0.0.254 - - [2025-10-02 01:56:14] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004619 10.0.0.254 - - [2025-10-02 01:56:14] "POST /neutron/port HTTP/1.1" 200 1084 0.009160 10.0.0.254 - - [2025-10-02 01:56:14] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004824 10.0.0.254 - - [2025-10-02 01:56:14] "POST /neutron/port HTTP/1.1" 200 1084 0.009323 10.0.0.254 - - [2025-10-02 01:56:14] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004926 10.0.0.254 - - [2025-10-02 01:56:14] "POST /neutron/port HTTP/1.1" 200 1084 0.009904 10.0.0.254 - - [2025-10-02 01:56:14] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005371 10.0.0.254 - - [2025-10-02 01:56:14] "GET /virtual-machine/b32a10fd-0282-4fd4-b979-2f939d6c9882 HTTP/1.1" 200 1290 0.011434 10.0.0.254 - - [2025-10-02 01:56:14] "GET /virtual-machine/b32a10fd-0282-4fd4-b979-2f939d6c9882 HTTP/1.1" 200 1290 0.008433 10.0.0.254 - - [2025-10-02 01:56:14] "GET /virtual-machine-interface/da585895-0570-45c3-9cfa-0edcaa4aaf90 HTTP/1.1" 200 2537 0.011686 10.0.0.254 - - [2025-10-02 01:56:14] "GET /virtual-machine/b32a10fd-0282-4fd4-b979-2f939d6c9882 HTTP/1.1" 200 1290 0.008637 10.0.0.254 - - [2025-10-02 01:56:14] "GET /virtual-machine-interface/da585895-0570-45c3-9cfa-0edcaa4aaf90 HTTP/1.1" 200 2537 0.011462 10.0.0.254 - - [2025-10-02 01:56:14] "GET /instance-ip/0b9283f0-2f29-44d2-b83f-4a41641aeb3f HTTP/1.1" 200 1628 0.009778 10.0.0.254 - - [2025-10-02 01:56:14] "GET /virtual-machine/b32a10fd-0282-4fd4-b979-2f939d6c9882 HTTP/1.1" 200 1290 0.007909 10.0.0.254 - - [2025-10-02 01:56:14] "GET /virtual-machine-interface/da585895-0570-45c3-9cfa-0edcaa4aaf90 HTTP/1.1" 200 2537 0.011286 10.0.0.254 - - [2025-10-02 01:56:14] "GET /instance-ip/0b9283f0-2f29-44d2-b83f-4a41641aeb3f HTTP/1.1" 200 1628 0.009143 10.0.0.254 - - [2025-10-02 01:56:14] "POST /fqname-to-id HTTP/1.1" 403 339 0.008234 10.0.0.254 - - [2025-10-02 01:56:14] "GET / HTTP/1.1" 200 36215 0.001413 10.0.0.254 - - [2025-10-02 01:56:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000414 10.0.0.254 - - [2025-10-02 01:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.020025 10.0.0.254 - - [2025-10-02 01:56:15] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003031 10.0.0.254 - - [2025-10-02 01:56:15] "GET /virtual-networks?parent_id=03e50ad1-cdd8-49f9-8996-8848f6241217&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010507 10.0.0.254 - - [2025-10-02 01:56:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.007937 10.0.0.254 - - [2025-10-02 01:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002167 10.0.0.254 - - [2025-10-02 01:56:15] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002129 10.0.0.254 - - [2025-10-02 01:56:15] "GET /virtual-networks?parent_id=03e50ad1-cdd8-49f9-8996-8848f6241217&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009808 10.0.0.254 - - [2025-10-02 01:56:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.009278 10.0.0.254 - - [2025-10-02 01:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002393 10.0.0.254 - - [2025-10-02 01:56:15] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002646 10.0.0.254 - - [2025-10-02 01:56:15] "GET /virtual-networks?parent_id=03e50ad1-cdd8-49f9-8996-8848f6241217&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009294 10.0.0.254 - - [2025-10-02 01:56:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.007287 10.0.0.254 - - [2025-10-02 01:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002504 10.0.0.254 - - [2025-10-02 01:56:15] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002732 10.0.0.254 - - [2025-10-02 01:56:15] "GET /virtual-networks?parent_id=03e50ad1-cdd8-49f9-8996-8848f6241217&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009726 10.0.0.254 - - [2025-10-02 01:56:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.008163 10.0.0.254 - - [2025-10-02 01:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002457 10.0.0.254 - - [2025-10-02 01:56:15] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002499 10.0.0.254 - - [2025-10-02 01:56:15] "GET /virtual-networks?parent_id=03e50ad1-cdd8-49f9-8996-8848f6241217&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.007789 10.0.0.254 - - [2025-10-02 01:56:17] "POST /neutron/port HTTP/1.1" 200 1084 0.008903 10.0.0.254 - - [2025-10-02 01:56:17] "POST /neutron/security_group HTTP/1.1" 200 2053 0.003810 10.0.0.254 - - [2025-10-02 01:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.008141 10.0.0.254 - - [2025-10-02 01:56:18] "GET /virtual-network/e8464229-876b-4dd3-b789-098290fb72e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.010484 10.0.0.254 - - [2025-10-02 01:56:20] "POST /fqname-to-id HTTP/1.1" 403 339 0.008543 10.0.0.254 - - [2025-10-02 01:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.001790 10.0.0.254 - - [2025-10-02 01:56:20] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002138 10.0.0.254 - - [2025-10-02 01:56:21] "GET /virtual-networks?parent_id=03e50ad1-cdd8-49f9-8996-8848f6241217&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.007812 10.0.0.254 - - [2025-10-02 01:56:21] "POST /fqname-to-id HTTP/1.1" 403 339 0.008786 10.0.0.254 - - [2025-10-02 01:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002096 10.0.0.254 - - [2025-10-02 01:56:21] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002282 10.0.0.254 - - [2025-10-02 01:56:21] "GET /virtual-networks?parent_id=03e50ad1-cdd8-49f9-8996-8848f6241217&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008733 10.0.0.254 - - [2025-10-02 01:56:21] "POST /fqname-to-id HTTP/1.1" 403 361 0.007174 10.0.0.254 - - [2025-10-02 01:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002395 10.0.0.254 - - [2025-10-02 01:56:21] "GET /routing-instance/0721bb46-34a6-4d60-8b8a-0686e40f2516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.002790 10.0.0.254 - - [2025-10-02 01:56:21] "GET /route-target/546c74b0-7836-4d11-899d-ff359ae16976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.007619 10.0.0.254 - - [2025-10-02 01:56:21] "GET /route-target/546c74b0-7836-4d11-899d-ff359ae16976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002208 10.0.0.254 - - [2025-10-02 01:56:21] "POST /fqname-to-id HTTP/1.1" 403 339 0.008518 10.0.0.254 - - [2025-10-02 01:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001876 10.0.0.254 - - [2025-10-02 01:56:21] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003002 10.0.0.254 - - [2025-10-02 01:56:21] "GET /virtual-networks?parent_id=03e50ad1-cdd8-49f9-8996-8848f6241217&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008345 10.0.0.254 - - [2025-10-02 01:56:21] "POST /fqname-to-id HTTP/1.1" 403 361 0.007061 10.0.0.254 - - [2025-10-02 01:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002463 10.0.0.254 - - [2025-10-02 01:56:21] "GET /routing-instance/0721bb46-34a6-4d60-8b8a-0686e40f2516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.002545 10.0.0.254 - - [2025-10-02 01:56:21] "GET /route-target/546c74b0-7836-4d11-899d-ff359ae16976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.007280 10.0.0.254 - - [2025-10-02 01:56:21] "GET /route-target/546c74b0-7836-4d11-899d-ff359ae16976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002366 10.0.0.254 - - [2025-10-02 01:56:21] "GET /obj-perms HTTP/1.1" 200 4934 0.045784 10.0.0.254 - - [2025-10-02 01:56:21] "GET /virtual-machine/b32a10fd-0282-4fd4-b979-2f939d6c9882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.008195 10.0.0.254 - - [2025-10-02 01:56:22] "GET /obj-perms HTTP/1.1" 200 4934 0.008086 10.0.0.254 - - [2025-10-02 01:56:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000381 10.0.0.254 - - [2025-10-02 01:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.019111 10.0.0.254 - - [2025-10-02 01:56:22] "GET /virtual-machine-interface/da585895-0570-45c3-9cfa-0edcaa4aaf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.010922 10.0.0.254 - - [2025-10-02 01:56:22] "GET /obj-perms HTTP/1.1" 200 4934 0.007876 10.0.0.254 - - [2025-10-02 01:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002315 10.0.0.254 - - [2025-10-02 01:56:22] "GET /virtual-machine-interface/da585895-0570-45c3-9cfa-0edcaa4aaf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.012267 10.0.0.254 - - [2025-10-02 01:56:22] "GET /obj-perms HTTP/1.1" 200 4934 0.007802 10.0.0.254 - - [2025-10-02 01:56:22] "GET /virtual-machine/b32a10fd-0282-4fd4-b979-2f939d6c9882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.008766 10.0.0.254 - - [2025-10-02 01:56:22] "GET /obj-perms HTTP/1.1" 200 4934 0.007661 10.0.0.254 - - [2025-10-02 01:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002272 10.0.0.254 - - [2025-10-02 01:56:22] "GET /virtual-machine-interface/da585895-0570-45c3-9cfa-0edcaa4aaf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.011614 10.0.0.254 - - [2025-10-02 01:56:22] "GET /obj-perms HTTP/1.1" 200 4934 0.008442 10.0.0.254 - - [2025-10-02 01:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002374 10.0.0.254 - - [2025-10-02 01:56:23] "GET /virtual-network/e8464229-876b-4dd3-b789-098290fb72e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.010891 10.0.0.254 - - [2025-10-02 01:56:23] "GET /obj-perms HTTP/1.1" 200 4934 0.008712 10.0.0.254 - - [2025-10-02 01:56:23] "GET /virtual-machine/b32a10fd-0282-4fd4-b979-2f939d6c9882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.008566 10.0.0.254 - - [2025-10-02 01:56:23] "GET /obj-perms HTTP/1.1" 200 4934 0.007659 10.0.0.254 - - [2025-10-02 01:56:23] "GET /obj-perms HTTP/1.1" 200 4934 0.008534 10.0.0.254 - - [2025-10-02 01:56:23] "GET /obj-perms HTTP/1.1" 200 4934 0.042374 10.0.0.254 - - [2025-10-02 01:56:23] "GET /obj-perms HTTP/1.1" 200 4934 0.006870 10.0.0.254 - - [2025-10-02 01:56:24] "GET /obj-perms HTTP/1.1" 200 5039 0.038207 10.0.0.254 - - [2025-10-02 01:56:24] "GET /obj-perms HTTP/1.1" 200 5039 0.002845 10.0.0.254 - - [2025-10-02 01:56:24] "GET /obj-perms HTTP/1.1" 200 4934 0.007663 10.0.0.254 - - [2025-10-02 01:56:24] "GET /obj-perms HTTP/1.1" 200 4934 0.008059 10.0.0.254 - - [2025-10-02 01:56:24] "GET /obj-perms HTTP/1.1" 200 4934 0.043652 10.0.0.254 - - [2025-10-02 01:56:24] "GET /obj-perms HTTP/1.1" 200 4934 0.007398 10.0.0.254 - - [2025-10-02 01:56:24] "GET /obj-perms HTTP/1.1" 200 5039 0.002835 10.0.0.254 - - [2025-10-02 01:56:24] "GET /obj-perms HTTP/1.1" 200 5039 0.002653 10.0.0.254 - - [2025-10-02 01:56:24] "GET /obj-perms HTTP/1.1" 200 4934 0.007522 10.0.0.254 - - [2025-10-02 01:56:24] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.008443 10.0.0.254 - - [2025-10-02 01:56:24] "GET /virtual-machine/b32a10fd-0282-4fd4-b979-2f939d6c9882 HTTP/1.1" 200 1290 0.011236 10.0.0.254 - - [2025-10-02 01:56:25] "POST /neutron/port HTTP/1.1" 200 1084 0.010468 10.0.0.254 - - [2025-10-02 01:56:25] "POST /neutron/port HTTP/1.1" 200 1110 0.006442 10.0.0.254 - - [2025-10-02 01:56:25] "POST /neutron/port HTTP/1.1" 200 151 0.069175 10.0.0.254 - - [2025-10-02 01:56:26] "GET /virtual-machine/b32a10fd-0282-4fd4-b979-2f939d6c9882 HTTP/1.1" 404 171 0.008476 10.0.0.254 - - [2025-10-02 01:56:26] "GET /virtual-machine/b32a10fd-0282-4fd4-b979-2f939d6c9882 HTTP/1.1" 404 171 0.006067 10.0.0.254 - - [2025-10-02 01:56:26] "GET /virtual-machine/b32a10fd-0282-4fd4-b979-2f939d6c9882 HTTP/1.1" 404 171 0.006675 10.0.0.254 - - [2025-10-02 01:56:27] "POST /fqname-to-id HTTP/1.1" 403 339 0.008905 10.0.0.254 - - [2025-10-02 01:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001812 10.0.0.254 - - [2025-10-02 01:56:27] "GET /global-vrouter-config/f46b1bce-8c8c-4b09-bf71-67621afd731a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002315 10.0.0.254 - - [2025-10-02 01:56:27] "GET /virtual-networks?parent_id=03e50ad1-cdd8-49f9-8996-8848f6241217&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009034 10.0.0.254 - - [2025-10-02 01:56:27] "POST /fqname-to-id HTTP/1.1" 403 361 0.008347 10.0.0.254 - - [2025-10-02 01:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.254 - - [2025-10-02 01:56:27] "GET /routing-instance/0721bb46-34a6-4d60-8b8a-0686e40f2516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.003390 10.0.0.254 - - [2025-10-02 01:56:27] "GET /route-target/546c74b0-7836-4d11-899d-ff359ae16976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.007978 10.0.0.254 - - [2025-10-02 01:56:27] "GET /route-target/546c74b0-7836-4d11-899d-ff359ae16976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002251 10.0.0.254 - - [2025-10-02 01:56:27] "GET /obj-perms HTTP/1.1" 200 4934 0.007403 10.0.0.254 - - [2025-10-02 01:56:27] "GET /obj-perms HTTP/1.1" 200 4934 0.006513 10.0.0.254 - - [2025-10-02 01:56:27] "GET /obj-perms HTTP/1.1" 200 4934 0.041362 10.0.0.254 - - [2025-10-02 01:56:27] "GET /obj-perms HTTP/1.1" 200 4934 0.006608 10.0.0.254 - - [2025-10-02 01:56:27] "GET /obj-perms HTTP/1.1" 200 5039 0.002457 10.0.0.254 - - [2025-10-02 01:56:30] "GET /obj-perms HTTP/1.1" 200 5039 0.002918 10.0.0.254 - - [2025-10-02 01:56:33] "GET /obj-perms HTTP/1.1" 200 5039 0.002939 10.0.0.254 - - [2025-10-02 01:56:36] "GET /obj-perms HTTP/1.1" 200 5039 0.002869 10.0.0.254 - - [2025-10-02 01:56:39] "GET /obj-perms HTTP/1.1" 200 5039 0.002979 10.0.0.254 - - [2025-10-02 01:56:40] "DELETE /project/6b31fa536aef45ff8aa51849f2692b8f HTTP/1.1" 404 173 0.008639 10.0.0.254 - - [2025-10-02 01:56:40] "DELETE /project/a8a078edf67d4f88bd64e40687d79bad HTTP/1.1" 404 173 0.004225 10.0.0.254 - - [2025-10-02 01:56:40] "DELETE /project/03e50ad1cdd849f989968848f6241217 HTTP/1.1" 404 173 0.005835 10.0.0.254 - - [2025-10-02 01:56:40] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000799 10.0.0.254 - - [2025-10-02 01:56:40] "GET /project/efddfbd9-2423-4009-a5d3-153ce720d1db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.020455 10.0.0.254 - - [2025-10-02 01:56:40] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000841 10.0.0.254 - - [2025-10-02 01:56:40] "GET /project/efddfbd9-2423-4009-a5d3-153ce720d1db?fields=security_groups HTTP/1.1" 200 1363 0.060545 10.0.0.254 - - [2025-10-02 01:56:40] "DELETE /security-group/f8862a46-714b-47db-9259-ac4e6173288e HTTP/1.1" 200 115 0.029402 10.0.0.254 - - [2025-10-02 01:56:40] "GET /projects?obj_uuids=efddfbd9-2423-4009-a5d3-153ce720d1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000765 10.0.0.254 - - [2025-10-02 01:56:40] "DELETE /access-control-list/b04099f7-7649-4e62-a15c-2eb42e46dcb3 HTTP/1.1" 200 115 0.022246 10.0.0.254 - - [2025-10-02 01:56:40] "GET /project/efddfbd9-2423-4009-a5d3-153ce720d1db?fields=application_policy_sets HTTP/1.1" 200 1402 0.026973 10.0.0.254 - - [2025-10-02 01:56:40] "DELETE /access-control-list/ae609562-9832-423c-a4bc-79138ecaee8e HTTP/1.1" 200 115 0.025344 10.0.0.254 - - [2025-10-02 01:56:40] "DELETE /project/efddfbd9-2423-4009-a5d3-153ce720d1db HTTP/1.1" 200 115 0.277510 10.0.0.254 - - [2025-10-02 01:56:42] "GET /obj-perms HTTP/1.1" 200 5039 0.002863 10.0.0.254 - - [2025-10-02 01:56:45] "GET /obj-perms HTTP/1.1" 200 5039 0.003199 10.0.0.254 - - [2025-10-02 01:56:48] "GET /obj-perms HTTP/1.1" 200 5075 0.034791 10.0.0.254 - - [2025-10-02 01:56:48] "GET /obj-perms HTTP/1.1" 200 5075 0.035660 10.0.0.254 - - [2025-10-02 01:56:48] "GET /obj-perms HTTP/1.1" 200 5039 0.003012 10.0.0.254 - - [2025-10-02 01:56:51] "GET /obj-perms HTTP/1.1" 200 5039 0.002707 10.0.0.254 - - [2025-10-02 01:56:54] "GET /obj-perms HTTP/1.1" 200 5039 0.003694 10.0.0.254 - - [2025-10-02 01:56:57] "GET /obj-perms HTTP/1.1" 200 5039 0.002897 10.0.0.254 - - [2025-10-02 01:57:00] "GET /obj-perms HTTP/1.1" 200 5039 0.002825 10.0.0.254 - - [2025-10-02 01:57:03] "GET /obj-perms HTTP/1.1" 200 5039 0.002800 10.0.0.254 - - [2025-10-02 01:57:06] "GET /obj-perms HTTP/1.1" 200 5039 0.002782 10.0.0.254 - - [2025-10-02 01:57:09] "GET /obj-perms HTTP/1.1" 200 5039 0.003090 10.0.0.254 - - [2025-10-02 01:57:12] "GET /obj-perms HTTP/1.1" 200 5039 0.002817 10.0.0.254 - - [2025-10-02 01:57:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002769 10.0.0.254 - - [2025-10-02 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.254 - - [2025-10-02 01:57:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001316 10.0.0.254 - - [2025-10-02 01:57:12] "DELETE /virtual-network/e8464229-876b-4dd3-b789-098290fb72e8 HTTP/1.1" 200 115 0.056015 10.0.0.254 - - [2025-10-02 01:57:12] "DELETE /route-target/546c74b0-7836-4d11-899d-ff359ae16976 HTTP/1.1" 200 115 0.014048 10.0.0.254 - - [2025-10-02 01:57:12] "DELETE /api-access-list/128dd678-21c6-4387-a8db-454e0048ca85 HTTP/1.1" 200 115 0.016506 10.0.0.254 - - [2025-10-02 01:57:12] "GET /api-access-list/128dd678-21c6-4387-a8db-454e0048ca85 HTTP/1.1" 404 171 0.001993 10.0.0.254 - - [2025-10-02 01:57:13] "GET /projects?obj_uuids=03e50ad1-cdd8-49f9-8996-8848f6241217&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000922 10.0.0.254 - - [2025-10-02 01:57:13] "GET /project/03e50ad1-cdd8-49f9-8996-8848f6241217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.021361 10.0.0.254 - - [2025-10-02 01:57:13] "GET /projects?obj_uuids=03e50ad1-cdd8-49f9-8996-8848f6241217&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000862 10.0.0.254 - - [2025-10-02 01:57:13] "GET /project/03e50ad1-cdd8-49f9-8996-8848f6241217?fields=virtual_networks HTTP/1.1" 200 1021 0.064433 10.0.0.254 - - [2025-10-02 01:57:13] "GET /projects?obj_uuids=03e50ad1-cdd8-49f9-8996-8848f6241217&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000896 10.0.0.254 - - [2025-10-02 01:57:13] "GET /project/03e50ad1-cdd8-49f9-8996-8848f6241217?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.019103 10.0.0.254 - - [2025-10-02 01:57:13] "GET /projects?obj_uuids=03e50ad1-cdd8-49f9-8996-8848f6241217&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000975 10.0.0.254 - - [2025-10-02 01:57:13] "GET /project/03e50ad1-cdd8-49f9-8996-8848f6241217?fields=security_groups HTTP/1.1" 200 1243 0.020480 10.0.0.254 - - [2025-10-02 01:57:13] "GET /projects?obj_uuids=6b31fa53-6aef-45ff-8aa5-1849f2692b8f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000927 10.0.0.254 - - [2025-10-02 01:57:13] "GET /project/6b31fa53-6aef-45ff-8aa5-1849f2692b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.020988 10.0.0.254 - - [2025-10-02 01:57:13] "GET /projects?obj_uuids=6b31fa53-6aef-45ff-8aa5-1849f2692b8f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000848 10.0.0.254 - - [2025-10-02 01:57:13] "GET /project/6b31fa53-6aef-45ff-8aa5-1849f2692b8f?fields=virtual_networks HTTP/1.1" 200 1022 0.060083 10.0.0.254 - - [2025-10-02 01:57:13] "GET /projects?obj_uuids=6b31fa53-6aef-45ff-8aa5-1849f2692b8f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000852 10.0.0.254 - - [2025-10-02 01:57:13] "GET /project/6b31fa53-6aef-45ff-8aa5-1849f2692b8f?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.021069 10.0.0.254 - - [2025-10-02 01:57:13] "GET /projects?obj_uuids=6b31fa53-6aef-45ff-8aa5-1849f2692b8f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000884 10.0.0.254 - - [2025-10-02 01:57:14] "GET /project/6b31fa53-6aef-45ff-8aa5-1849f2692b8f?fields=security_groups HTTP/1.1" 200 1244 0.020609 10.0.0.254 - - [2025-10-02 01:57:15] "GET /api-access-list/bcec7ad4-2873-4959-9d6d-12a147df3836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003069 10.0.0.254 - - [2025-10-02 01:57:15] "PUT /api-access-list/bcec7ad4-2873-4959-9d6d-12a147df3836 HTTP/1.1" 200 265 0.006072 10.0.0.254 - - [2025-10-02 01:57:15] "GET /projects?obj_uuids=a8a078ed-f67d-4f88-bd64-e40687d79bad&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000988 10.0.0.254 - - [2025-10-02 01:57:15] "GET /project/a8a078ed-f67d-4f88-bd64-e40687d79bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.023053 10.0.0.254 - - [2025-10-02 01:57:15] "GET /projects?obj_uuids=a8a078ed-f67d-4f88-bd64-e40687d79bad&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000862 10.0.0.254 - - [2025-10-02 01:57:15] "GET /project/a8a078ed-f67d-4f88-bd64-e40687d79bad?fields=virtual_networks HTTP/1.1" 200 1024 0.061827 10.0.0.254 - - [2025-10-02 01:57:15] "GET /projects?obj_uuids=a8a078ed-f67d-4f88-bd64-e40687d79bad&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000874 10.0.0.254 - - [2025-10-02 01:57:15] "GET /project/a8a078ed-f67d-4f88-bd64-e40687d79bad?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.020707 10.0.0.254 - - [2025-10-02 01:57:15] "GET /projects?obj_uuids=a8a078ed-f67d-4f88-bd64-e40687d79bad&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000891 10.0.0.254 - - [2025-10-02 01:57:15] "GET /project/a8a078ed-f67d-4f88-bd64-e40687d79bad?fields=security_groups HTTP/1.1" 200 1246 0.020589 10.0.0.254 - - [2025-10-02 01:57:16] "POST /fqname-to-id HTTP/1.1" 404 188 0.018519 10.0.0.254 - - [2025-10-02 01:57:16] "GET /projects?obj_uuids=900dc9db-f60d-41ba-8715-e15466bb93ee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002018 10.0.0.254 - - [2025-10-02 01:57:16] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.254 - - [2025-10-02 01:57:16] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.049087 10.0.0.254 - - [2025-10-02 01:57:16] "POST /id-to-fqname HTTP/1.1" 200 190 0.001006 10.0.0.254 - - [2025-10-02 01:57:16] "POST /fqname-to-id HTTP/1.1" 404 199 0.001869 10.0.0.254 - - [2025-10-02 01:57:16] "POST /security-groups HTTP/1.1" 200 591 0.060040 10.0.0.254 - - [2025-10-02 01:57:16] "POST /fqname-to-id HTTP/1.1" 404 234 0.002150 10.0.0.254 - - [2025-10-02 01:57:16] "POST /projects HTTP/1.1" 200 585 0.202095 10.0.0.254 - - [2025-10-02 01:57:16] "POST /access-control-lists HTTP/1.1" 200 598 0.058417 10.0.0.254 - - [2025-10-02 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.272520 10.0.0.254 - - [2025-10-02 01:57:16] "POST /fqname-to-id HTTP/1.1" 404 233 0.002219 10.0.0.254 - - [2025-10-02 01:57:16] "GET /project/900dc9db-f60d-41ba-8715-e15466bb93ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.422565 10.0.0.254 - - [2025-10-02 01:57:16] "POST /access-control-lists HTTP/1.1" 200 596 0.056256 10.0.0.254 - - [2025-10-02 01:57:17] "GET / HTTP/1.1" 200 36215 0.001671 10.0.0.254 - - [2025-10-02 01:57:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000459 10.0.0.254 - - [2025-10-02 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.021189 10.0.0.254 - - [2025-10-02 01:57:19] "GET /api-access-list/bcec7ad4-2873-4959-9d6d-12a147df3836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002317 10.0.0.254 - - [2025-10-02 01:57:19] "GET /api-access-list/bcec7ad4-2873-4959-9d6d-12a147df3836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002676 10.0.0.254 - - [2025-10-02 01:57:19] "GET /api-access-list/bcec7ad4-2873-4959-9d6d-12a147df3836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002538 10.0.0.254 - - [2025-10-02 01:57:19] "PUT /api-access-list/bcec7ad4-2873-4959-9d6d-12a147df3836 HTTP/1.1" 200 265 0.006770 10.0.0.254 - - [2025-10-02 01:57:19] "GET /aaa-mode HTTP/1.1" 200 128 0.000965 10.0.0.254 - - [2025-10-02 01:57:20] "POST /fqname-to-id HTTP/1.1" 404 188 0.019476 10.0.0.254 - - [2025-10-02 01:57:20] "GET /projects?obj_uuids=4dad1a63-4d5d-4021-b22e-6608be7d4123&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001937 10.0.0.254 - - [2025-10-02 01:57:20] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.254 - - [2025-10-02 01:57:20] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005628 10.0.0.254 - - [2025-10-02 01:57:20] "POST /id-to-fqname HTTP/1.1" 200 190 0.001060 10.0.0.254 - - [2025-10-02 01:57:20] "POST /fqname-to-id HTTP/1.1" 404 199 0.001611 10.0.0.254 - - [2025-10-02 01:57:20] "POST /security-groups HTTP/1.1" 200 591 0.059896 10.0.0.254 - - [2025-10-02 01:57:20] "POST /fqname-to-id HTTP/1.1" 404 234 0.002250 10.0.0.254 - - [2025-10-02 01:57:20] "POST /projects HTTP/1.1" 200 585 0.188853 10.0.0.254 - - [2025-10-02 01:57:20] "POST /access-control-lists HTTP/1.1" 200 598 0.055006 10.0.0.254 - - [2025-10-02 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.258961 10.0.0.254 - - [2025-10-02 01:57:20] "POST /fqname-to-id HTTP/1.1" 404 233 0.001993 10.0.0.254 - - [2025-10-02 01:57:20] "GET /project/4dad1a63-4d5d-4021-b22e-6608be7d4123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.367702 10.0.0.254 - - [2025-10-02 01:57:20] "POST /access-control-lists HTTP/1.1" 200 596 0.056104 10.0.0.254 - - [2025-10-02 01:57:20] "POST /fqname-to-id HTTP/1.1" 404 188 0.017303 10.0.0.254 - - [2025-10-02 01:57:21] "GET /projects?obj_uuids=4e57a769-9c0e-4748-aec8-2012e57d5ba5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002458 10.0.0.254 - - [2025-10-02 01:57:21] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000880 10.0.0.254 - - [2025-10-02 01:57:21] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.045785 10.0.0.254 - - [2025-10-02 01:57:21] "POST /id-to-fqname HTTP/1.1" 200 190 0.001069 10.0.0.254 - - [2025-10-02 01:57:21] "POST /fqname-to-id HTTP/1.1" 404 199 0.002508 10.0.0.254 - - [2025-10-02 01:57:21] "POST /security-groups HTTP/1.1" 200 591 0.056074 10.0.0.254 - - [2025-10-02 01:57:21] "POST /fqname-to-id HTTP/1.1" 404 234 0.001914 10.0.0.254 - - [2025-10-02 01:57:21] "POST /projects HTTP/1.1" 200 585 0.193130 10.0.0.254 - - [2025-10-02 01:57:21] "POST /access-control-lists HTTP/1.1" 200 598 0.057364 10.0.0.254 - - [2025-10-02 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.256750 10.0.0.254 - - [2025-10-02 01:57:21] "POST /fqname-to-id HTTP/1.1" 404 233 0.002157 10.0.0.254 - - [2025-10-02 01:57:21] "GET /project/4e57a769-9c0e-4748-aec8-2012e57d5ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.400629 10.0.0.254 - - [2025-10-02 01:57:21] "POST /access-control-lists HTTP/1.1" 200 596 0.056481 10.0.0.254 - - [2025-10-02 01:57:21] "GET / HTTP/1.1" 200 36215 0.001988 10.0.0.254 - - [2025-10-02 01:57:22] "GET / HTTP/1.1" 200 36215 0.001506 10.0.0.254 - - [2025-10-02 01:57:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.002424 10.0.0.254 - - [2025-10-02 01:57:23] "POST /api-access-lists HTTP/1.1" 200 523 0.011385 10.0.0.254 - - [2025-10-02 01:57:23] "GET /api-access-list/d79707d5-d5af-4bc8-a42c-e19bc8d0bbe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003840 10.0.0.254 - - [2025-10-02 01:57:23] "GET /api-access-list/d79707d5-d5af-4bc8-a42c-e19bc8d0bbe1 HTTP/1.1" 401 293 0.000399 10.0.0.254 - - [2025-10-02 01:57:23] "GET /api-access-list/d79707d5-d5af-4bc8-a42c-e19bc8d0bbe1 HTTP/1.1" 200 1291 0.044540 10.0.0.254 - - [2025-10-02 01:57:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000321 10.0.0.254 - - [2025-10-02 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.028314 10.0.0.254 - - [2025-10-02 01:57:23] "GET /projects?obj_uuids=4dad1a63-4d5d-4021-b22e-6608be7d4123&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000828 10.0.0.254 - - [2025-10-02 01:57:23] "GET /project/4dad1a63-4d5d-4021-b22e-6608be7d4123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.025066 10.0.0.254 - - [2025-10-02 01:57:23] "GET /virtual-networks?parent_id=4dad1a63-4d5d-4021-b22e-6608be7d4123&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008538 10.0.0.254 - - [2025-10-02 01:57:23] "POST /virtual-networks HTTP/1.1" 200 585 0.036783 10.0.0.254 - - [2025-10-02 01:57:23] "POST /route-targets HTTP/1.1" 200 328 0.007473 10.0.0.254 - - [2025-10-02 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.008402 10.0.0.254 - - [2025-10-02 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.008563 10.0.0.254 - - [2025-10-02 01:57:24] "GET /network-ipam/4c29fb5c-a792-4623-aa39-05d695208442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.008083 10.0.0.254 - - [2025-10-02 01:57:24] "POST /useragent-kv HTTP/1.1" 200 115 0.005178 10.0.0.254 - - [2025-10-02 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.040019 10.0.0.254 - - [2025-10-02 01:57:24] "POST /neutron/network HTTP/1.1" 200 848 0.035437 10.0.0.254 - - [2025-10-02 01:57:24] "POST /neutron/network HTTP/1.1" 200 848 0.014505 10.0.0.254 - - [2025-10-02 01:57:24] "GET /virtual-network/3d26c285-1edb-4c07-bded-a43b8d29db1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.009572 10.0.0.254 - - [2025-10-02 01:57:24] "POST /neutron/network HTTP/1.1" 200 848 0.014208 10.0.0.254 - - [2025-10-02 01:57:24] "POST /neutron/subnet HTTP/1.1" 200 679 0.019227 10.0.0.254 - - [2025-10-02 01:57:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000316 10.0.0.254 - - [2025-10-02 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.027591 10.0.0.254 - - [2025-10-02 01:57:24] "GET /projects?obj_uuids=4e57a769-9c0e-4748-aec8-2012e57d5ba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000869 10.0.0.254 - - [2025-10-02 01:57:24] "GET /project/4e57a769-9c0e-4748-aec8-2012e57d5ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.027747 10.0.0.254 - - [2025-10-02 01:57:24] "GET /virtual-networks?parent_id=4e57a769-9c0e-4748-aec8-2012e57d5ba5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008599 10.0.0.254 - - [2025-10-02 01:57:24] "POST /virtual-networks HTTP/1.1" 200 585 0.040164 10.0.0.254 - - [2025-10-02 01:57:24] "POST /route-targets HTTP/1.1" 200 328 0.009028 10.0.0.254 - - [2025-10-02 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.009012 10.0.0.254 - - [2025-10-02 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.009963 10.0.0.254 - - [2025-10-02 01:57:24] "GET /network-ipam/4c29fb5c-a792-4623-aa39-05d695208442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.007641 10.0.0.254 - - [2025-10-02 01:57:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003620 10.0.0.254 - - [2025-10-02 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.035030 10.0.0.254 - - [2025-10-02 01:57:25] "POST /neutron/network HTTP/1.1" 200 850 0.033270 10.0.0.254 - - [2025-10-02 01:57:25] "POST /neutron/network HTTP/1.1" 200 850 0.015070 10.0.0.254 - - [2025-10-02 01:57:25] "GET /virtual-network/b85982ee-708f-440c-8a80-205d2aade10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.011970 10.0.0.254 - - [2025-10-02 01:57:25] "POST /neutron/network HTTP/1.1" 200 850 0.014551 10.0.0.254 - - [2025-10-02 01:57:25] "POST /neutron/subnet HTTP/1.1" 200 686 0.020226 10.0.0.254 - - [2025-10-02 01:57:25] "GET /virtual-network/3d26c285-1edb-4c07-bded-a43b8d29db1a HTTP/1.1" 401 293 0.000319 10.0.0.254 - - [2025-10-02 01:57:25] "GET /virtual-network/3d26c285-1edb-4c07-bded-a43b8d29db1a HTTP/1.1" 200 2317 0.030639 10.0.0.254 - - [2025-10-02 01:57:25] "GET /virtual-network/3d26c285-1edb-4c07-bded-a43b8d29db1a HTTP/1.1" 401 293 0.000298 10.0.0.254 - - [2025-10-02 01:57:25] "GET /virtual-network/3d26c285-1edb-4c07-bded-a43b8d29db1a HTTP/1.1" 403 376 0.025177 10.0.0.254 - - [2025-10-02 01:57:25] "GET /virtual-network/3d26c285-1edb-4c07-bded-a43b8d29db1a HTTP/1.1" 200 2317 0.003769 10.0.0.254 - - [2025-10-02 01:57:25] "GET /virtual-networks HTTP/1.1" 200 372 0.012973 10.0.0.254 - - [2025-10-02 01:57:25] "GET /virtual-networks HTTP/1.1" 200 372 0.012707 10.0.0.254 - - [2025-10-02 01:57:25] "PUT /virtual-network/3d26c285-1edb-4c07-bded-a43b8d29db1a HTTP/1.1" 200 265 0.019828 10.0.0.254 - - [2025-10-02 01:57:25] "GET /virtual-networks HTTP/1.1" 200 132 0.014822 10.0.0.254 - - [2025-10-02 01:57:25] "GET /virtual-networks HTTP/1.1" 200 613 0.017490 10.0.0.254 - - [2025-10-02 01:57:25] "GET /virtual-networks HTTP/1.1" 200 1435 0.001781 10.0.0.254 - - [2025-10-02 01:57:25] "PUT /virtual-network/3d26c285-1edb-4c07-bded-a43b8d29db1a HTTP/1.1" 200 265 0.021757 10.0.0.254 - - [2025-10-02 01:57:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001492 10.0.0.254 - - [2025-10-02 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006250 10.0.0.254 - - [2025-10-02 01:57:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002142 10.0.0.254 - - [2025-10-02 01:57:25] "DELETE /virtual-network/b85982ee-708f-440c-8a80-205d2aade10b HTTP/1.1" 200 115 0.062694 10.0.0.254 - - [2025-10-02 01:57:26] "DELETE /route-target/4c34cbb3-86ec-4633-8f58-3b74312a80ac HTTP/1.1" 200 115 0.015198 10.0.0.254 - - [2025-10-02 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.254 - - [2025-10-02 01:57:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001388 10.0.0.254 - - [2025-10-02 01:57:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001360 10.0.0.254 - - [2025-10-02 01:57:26] "DELETE /virtual-network/3d26c285-1edb-4c07-bded-a43b8d29db1a HTTP/1.1" 200 115 0.053696 10.0.0.254 - - [2025-10-02 01:57:26] "DELETE /api-access-list/d79707d5-d5af-4bc8-a42c-e19bc8d0bbe1 HTTP/1.1" 200 115 0.013288 10.0.0.254 - - [2025-10-02 01:57:26] "GET /api-access-list/d79707d5-d5af-4bc8-a42c-e19bc8d0bbe1 HTTP/1.1" 404 171 0.001603 10.0.0.254 - - [2025-10-02 01:57:26] "DELETE /route-target/f9080d29-2f0b-4f4f-9a0a-552664c86542 HTTP/1.1" 200 115 0.017336 10.0.0.254 - - [2025-10-02 01:57:26] "GET /projects?obj_uuids=4e57a769-9c0e-4748-aec8-2012e57d5ba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000929 10.0.0.254 - - [2025-10-02 01:57:26] "GET /project/4e57a769-9c0e-4748-aec8-2012e57d5ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.021810 10.0.0.254 - - [2025-10-02 01:57:26] "GET /projects?obj_uuids=4e57a769-9c0e-4748-aec8-2012e57d5ba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001154 10.0.0.254 - - [2025-10-02 01:57:26] "GET /project/4e57a769-9c0e-4748-aec8-2012e57d5ba5?fields=virtual_networks HTTP/1.1" 200 1033 0.063054 10.0.0.254 - - [2025-10-02 01:57:26] "GET /projects?obj_uuids=4e57a769-9c0e-4748-aec8-2012e57d5ba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000929 10.0.0.254 - - [2025-10-02 01:57:26] "GET /project/4e57a769-9c0e-4748-aec8-2012e57d5ba5?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.021602 10.0.0.254 - - [2025-10-02 01:57:26] "GET /projects?obj_uuids=4e57a769-9c0e-4748-aec8-2012e57d5ba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000922 10.0.0.254 - - [2025-10-02 01:57:26] "GET /project/4e57a769-9c0e-4748-aec8-2012e57d5ba5?fields=security_groups HTTP/1.1" 200 1260 0.019603 10.0.0.254 - - [2025-10-02 01:57:26] "GET /projects?obj_uuids=4dad1a63-4d5d-4021-b22e-6608be7d4123&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000973 10.0.0.254 - - [2025-10-02 01:57:26] "GET /project/4dad1a63-4d5d-4021-b22e-6608be7d4123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.021100 10.0.0.254 - - [2025-10-02 01:57:26] "GET /projects?obj_uuids=4dad1a63-4d5d-4021-b22e-6608be7d4123&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000846 10.0.0.254 - - [2025-10-02 01:57:26] "GET /project/4dad1a63-4d5d-4021-b22e-6608be7d4123?fields=virtual_networks HTTP/1.1" 200 1033 0.061606 10.0.0.254 - - [2025-10-02 01:57:27] "GET /projects?obj_uuids=4dad1a63-4d5d-4021-b22e-6608be7d4123&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000873 10.0.0.254 - - [2025-10-02 01:57:27] "GET /project/4dad1a63-4d5d-4021-b22e-6608be7d4123?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.020141 10.0.0.254 - - [2025-10-02 01:57:27] "GET /projects?obj_uuids=4dad1a63-4d5d-4021-b22e-6608be7d4123&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000884 10.0.0.254 - - [2025-10-02 01:57:27] "GET /project/4dad1a63-4d5d-4021-b22e-6608be7d4123?fields=security_groups HTTP/1.1" 200 1260 0.019339 10.0.0.254 - - [2025-10-02 01:57:27] "GET /aaa-mode HTTP/1.1" 200 128 0.001017 10.0.0.254 - - [2025-10-02 01:57:28] "GET / HTTP/1.1" 200 36215 0.001604 10.0.0.254 - - [2025-10-02 01:57:29] "GET / HTTP/1.1" 200 36215 0.001261 10.0.0.254 - - [2025-10-02 01:57:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000413 10.0.0.254 - - [2025-10-02 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.054035 10.0.0.254 - - [2025-10-02 01:57:29] "GET /projects?obj_uuids=900dc9db-f60d-41ba-8715-e15466bb93ee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000846 10.0.0.254 - - [2025-10-02 01:57:29] "GET /project/900dc9db-f60d-41ba-8715-e15466bb93ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.028468 10.0.0.254 - - [2025-10-02 01:57:29] "GET /virtual-networks?parent_id=900dc9db-f60d-41ba-8715-e15466bb93ee&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006617 10.0.0.254 - - [2025-10-02 01:57:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.007766 10.0.0.254 - - [2025-10-02 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.008370 10.0.0.254 - - [2025-10-02 01:57:29] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001201 10.0.0.254 - - [2025-10-02 01:57:29] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012357 10.0.0.254 - - [2025-10-02 01:57:29] "POST /service-templates HTTP/1.1" 403 264 0.005593 10.0.0.254 - - [2025-10-02 01:57:30] "POST /fqname-to-id HTTP/1.1" 404 215 0.002574 10.0.0.254 - - [2025-10-02 01:57:30] "POST /api-access-lists HTTP/1.1" 200 557 0.012052 10.0.0.254 - - [2025-10-02 01:57:30] "GET /api-access-list/172b7b63-d360-451e-ba61-d3cbc0cde4c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.005096 10.0.0.254 - - [2025-10-02 01:57:30] "GET /api-access-list/172b7b63-d360-451e-ba61-d3cbc0cde4c7 HTTP/1.1" 200 1324 0.002849 10.0.0.254 - - [2025-10-02 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.009160 10.0.0.254 - - [2025-10-02 01:57:30] "GET /projects?obj_uuids=900dc9db-f60d-41ba-8715-e15466bb93ee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000804 10.0.0.254 - - [2025-10-02 01:57:30] "GET /project/900dc9db-f60d-41ba-8715-e15466bb93ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.027285 10.0.0.254 - - [2025-10-02 01:57:30] "GET /virtual-networks?parent_id=900dc9db-f60d-41ba-8715-e15466bb93ee&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008764 10.0.0.254 - - [2025-10-02 01:57:30] "POST /virtual-networks HTTP/1.1" 200 585 0.040544 10.0.0.254 - - [2025-10-02 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.011240 10.0.0.254 - - [2025-10-02 01:57:30] "GET /network-ipam/4c29fb5c-a792-4623-aa39-05d695208442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.010034 10.0.0.254 - - [2025-10-02 01:57:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002893 10.0.0.254 - - [2025-10-02 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.035446 10.0.0.254 - - [2025-10-02 01:57:30] "POST /neutron/network HTTP/1.1" 200 850 0.034776 10.0.0.254 - - [2025-10-02 01:57:30] "POST /neutron/network HTTP/1.1" 200 850 0.014810 10.0.0.254 - - [2025-10-02 01:57:30] "GET /virtual-network/e51a5ff5-3cac-45d2-85d9-08c5316ab02b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.009987 10.0.0.254 - - [2025-10-02 01:57:30] "POST /neutron/network HTTP/1.1" 200 850 0.013893 10.0.0.254 - - [2025-10-02 01:57:30] "POST /neutron/subnet HTTP/1.1" 200 686 0.020345 10.0.0.254 - - [2025-10-02 01:57:30] "POST /neutron/network HTTP/1.1" 200 850 0.047976 10.0.0.254 - - [2025-10-02 01:57:30] "GET /virtual-network/e51a5ff5-3cac-45d2-85d9-08c5316ab02b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.003825 10.0.0.254 - - [2025-10-02 01:57:30] "GET /network-ipam/4c29fb5c-a792-4623-aa39-05d695208442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.002252 10.0.0.254 - - [2025-10-02 01:57:30] "GET /domains HTTP/1.1" 200 281 0.002350 10.0.0.254 - - [2025-10-02 01:57:30] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000852 10.0.0.254 - - [2025-10-02 01:57:30] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 3502 0.005339 10.0.0.254 - - [2025-10-02 01:57:30] "GET /projects?obj_uuids=900dc9db-f60d-41ba-8715-e15466bb93ee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000713 10.0.0.254 - - [2025-10-02 01:57:30] "POST /route-targets HTTP/1.1" 200 328 0.009224 10.0.0.254 - - [2025-10-02 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.006561 10.0.0.254 - - [2025-10-02 01:57:30] "GET /project/900dc9db-f60d-41ba-8715-e15466bb93ee HTTP/1.1" 200 2358 0.060535 10.0.0.254 - - [2025-10-02 01:57:30] "GET /virtual-network/e51a5ff5-3cac-45d2-85d9-08c5316ab02b HTTP/1.1" 200 2321 0.005036 10.0.0.254 - - [2025-10-02 01:57:30] "GET /virtual-network/e51a5ff5-3cac-45d2-85d9-08c5316ab02b HTTP/1.1" 200 2321 0.004050 10.0.0.254 - - [2025-10-02 01:57:30] "GET /routing-instance/b0ad207f-4b5c-48ff-9973-c2f5b6f43e68 HTTP/1.1" 200 1559 0.002628 10.0.0.254 - - [2025-10-02 01:57:30] "GET /routing-instance/b0ad207f-4b5c-48ff-9973-c2f5b6f43e68 HTTP/1.1" 200 1559 0.002592 10.0.0.254 - - [2025-10-02 01:57:30] "GET /route-target/ea705e68-7a0c-4c68-9695-91a033c53934 HTTP/1.1" 200 1247 0.002561 10.0.0.254 - - [2025-10-02 01:57:30] "GET /virtual-network/e51a5ff5-3cac-45d2-85d9-08c5316ab02b HTTP/1.1" 200 2321 0.003510 10.0.0.254 - - [2025-10-02 01:57:30] "GET /routing-instance/b0ad207f-4b5c-48ff-9973-c2f5b6f43e68 HTTP/1.1" 200 1559 0.002275 10.0.0.254 - - [2025-10-02 01:57:30] "GET /virtual-network/e51a5ff5-3cac-45d2-85d9-08c5316ab02b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.003547 10.0.0.254 - - [2025-10-02 01:57:30] "GET /virtual-network/e51a5ff5-3cac-45d2-85d9-08c5316ab02b HTTP/1.1" 200 2321 0.003415 10.0.0.254 - - [2025-10-02 01:57:30] "GET /routing-instance/b0ad207f-4b5c-48ff-9973-c2f5b6f43e68 HTTP/1.1" 200 1559 0.002223 10.0.0.254 - - [2025-10-02 01:57:30] "GET /routing-instance/b0ad207f-4b5c-48ff-9973-c2f5b6f43e68 HTTP/1.1" 200 1559 0.002162 10.0.0.254 - - [2025-10-02 01:57:30] "GET /route-target/ea705e68-7a0c-4c68-9695-91a033c53934 HTTP/1.1" 200 1247 0.001904 10.0.0.254 - - [2025-10-02 01:57:30] "GET /domains HTTP/1.1" 200 281 0.001814 10.0.0.254 - - [2025-10-02 01:57:30] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000729 10.0.0.254 - - [2025-10-02 01:57:30] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7 HTTP/1.1" 200 3502 0.004659 10.0.0.254 - - [2025-10-02 01:57:30] "GET /projects?obj_uuids=900dc9db-f60d-41ba-8715-e15466bb93ee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000712 10.0.0.254 - - [2025-10-02 01:57:31] "GET /project/900dc9db-f60d-41ba-8715-e15466bb93ee HTTP/1.1" 200 2358 0.059302 10.0.0.254 - - [2025-10-02 01:57:31] "GET /virtual-network/e51a5ff5-3cac-45d2-85d9-08c5316ab02b HTTP/1.1" 200 2321 0.003652 10.0.0.254 - - [2025-10-02 01:57:31] "GET /obj-perms HTTP/1.1" 200 5049 0.039246 10.0.0.254 - - [2025-10-02 01:57:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.007697 10.0.0.254 - - [2025-10-02 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007376 10.0.0.254 - - [2025-10-02 01:57:31] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000928 10.0.0.254 - - [2025-10-02 01:57:31] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.011477 10.0.0.254 - - [2025-10-02 01:57:31] "POST /service-templates HTTP/1.1" 403 264 0.006670 10.0.0.254 - - [2025-10-02 01:57:31] "POST /fqname-to-id HTTP/1.1" 404 183 0.002928 10.0.0.254 - - [2025-10-02 01:57:31] "POST /api-access-lists HTTP/1.1" 200 523 0.011544 10.0.0.254 - - [2025-10-02 01:57:31] "GET /api-access-list/cb0cac77-ffec-4732-9d23-127f39f334b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.003939 10.0.0.254 - - [2025-10-02 01:57:31] "GET /api-access-list/cb0cac77-ffec-4732-9d23-127f39f334b4 HTTP/1.1" 200 1292 0.003395 10.0.0.254 - - [2025-10-02 01:57:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.009104 10.0.0.254 - - [2025-10-02 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007945 10.0.0.254 - - [2025-10-02 01:57:31] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.254 - - [2025-10-02 01:57:31] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012155 10.0.0.254 - - [2025-10-02 01:57:31] "POST /service-templates HTTP/1.1" 200 553 0.018590 10.0.0.254 - - [2025-10-02 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.010305 10.0.0.254 - - [2025-10-02 01:57:31] "GET /service-template/642b88a5-a8c7-45af-a761-9843eb0b93b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.009214 10.0.0.254 - - [2025-10-02 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.008471 10.0.0.254 - - [2025-10-02 01:57:32] "GET /service-template/642b88a5-a8c7-45af-a761-9843eb0b93b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.009167 10.0.0.254 - - [2025-10-02 01:57:32] "GET /virtual-network/e51a5ff5-3cac-45d2-85d9-08c5316ab02b HTTP/1.1" 401 293 0.000386 10.0.0.254 - - [2025-10-02 01:57:32] "GET /virtual-network/e51a5ff5-3cac-45d2-85d9-08c5316ab02b HTTP/1.1" 403 263 0.025633 10.0.0.254 - - [2025-10-02 01:57:32] "GET /service-template/642b88a5-a8c7-45af-a761-9843eb0b93b8 HTTP/1.1" 403 264 0.006422 10.0.0.254 - - [2025-10-02 01:57:32] "GET /service-template/642b88a5-a8c7-45af-a761-9843eb0b93b8 HTTP/1.1" 403 264 0.025174 10.0.0.254 - - [2025-10-02 01:57:32] "GET /api-access-list/172b7b63-d360-451e-ba61-d3cbc0cde4c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.002378 10.0.0.254 - - [2025-10-02 01:57:32] "PUT /api-access-list/172b7b63-d360-451e-ba61-d3cbc0cde4c7 HTTP/1.1" 200 265 0.006104 10.0.0.254 - - [2025-10-02 01:57:32] "GET /api-access-list/172b7b63-d360-451e-ba61-d3cbc0cde4c7 HTTP/1.1" 200 1461 0.002662 10.0.0.254 - - [2025-10-02 01:57:32] "GET /virtual-network/e51a5ff5-3cac-45d2-85d9-08c5316ab02b HTTP/1.1" 200 2321 0.010556 10.0.0.254 - - [2025-10-02 01:57:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000293 10.0.0.254 - - [2025-10-02 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.031409 10.0.0.254 - - [2025-10-02 01:57:33] "GET /projects?obj_uuids=900dc9db-f60d-41ba-8715-e15466bb93ee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000916 10.0.0.254 - - [2025-10-02 01:57:33] "GET /project/900dc9db-f60d-41ba-8715-e15466bb93ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.027360 10.0.0.254 - - [2025-10-02 01:57:33] "GET /virtual-networks?parent_id=900dc9db-f60d-41ba-8715-e15466bb93ee&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.011605 10.0.0.254 - - [2025-10-02 01:57:33] "POST /virtual-networks HTTP/1.1" 403 263 0.008670 10.0.0.254 - - [2025-10-02 01:57:33] "GET /service-template/642b88a5-a8c7-45af-a761-9843eb0b93b8 HTTP/1.1" 403 264 0.007098 10.0.0.254 - - [2025-10-02 01:57:33] "GET /service-template/642b88a5-a8c7-45af-a761-9843eb0b93b8 HTTP/1.1" 403 264 0.027102 10.0.0.254 - - [2025-10-02 01:57:33] "GET /api-access-list/cb0cac77-ffec-4732-9d23-127f39f334b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.002046 10.0.0.254 - - [2025-10-02 01:57:33] "PUT /api-access-list/cb0cac77-ffec-4732-9d23-127f39f334b4 HTTP/1.1" 200 265 0.006160 10.0.0.254 - - [2025-10-02 01:57:33] "GET /api-access-list/cb0cac77-ffec-4732-9d23-127f39f334b4 HTTP/1.1" 200 1430 0.002844 10.0.0.254 - - [2025-10-02 01:57:33] "GET /service-template/642b88a5-a8c7-45af-a761-9843eb0b93b8 HTTP/1.1" 200 1855 0.009185 10.0.0.254 - - [2025-10-02 01:57:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.006598 10.0.0.254 - - [2025-10-02 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007312 10.0.0.254 - - [2025-10-02 01:57:33] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.254 - - [2025-10-02 01:57:33] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012894 10.0.0.254 - - [2025-10-02 01:57:33] "POST /service-templates HTTP/1.1" 403 264 0.006949 10.0.0.254 - - [2025-10-02 01:57:33] "GET /api-access-list/172b7b63-d360-451e-ba61-d3cbc0cde4c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.002604 10.0.0.254 - - [2025-10-02 01:57:33] "PUT /api-access-list/172b7b63-d360-451e-ba61-d3cbc0cde4c7 HTTP/1.1" 200 265 0.006231 10.0.0.254 - - [2025-10-02 01:57:33] "GET /api-access-list/172b7b63-d360-451e-ba61-d3cbc0cde4c7 HTTP/1.1" 200 1324 0.002726 10.0.0.254 - - [2025-10-02 01:57:33] "GET /api-access-list/cb0cac77-ffec-4732-9d23-127f39f334b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.002124 10.0.0.254 - - [2025-10-02 01:57:33] "PUT /api-access-list/cb0cac77-ffec-4732-9d23-127f39f334b4 HTTP/1.1" 200 265 0.007138 10.0.0.254 - - [2025-10-02 01:57:33] "GET /api-access-list/cb0cac77-ffec-4732-9d23-127f39f334b4 HTTP/1.1" 200 1292 0.002739 10.0.0.254 - - [2025-10-02 01:57:34] "GET /virtual-network/e51a5ff5-3cac-45d2-85d9-08c5316ab02b HTTP/1.1" 403 263 0.006147 10.0.0.254 - - [2025-10-02 01:57:34] "GET /virtual-network/e51a5ff5-3cac-45d2-85d9-08c5316ab02b HTTP/1.1" 403 263 0.024620 10.0.0.254 - - [2025-10-02 01:57:34] "GET /service-template/642b88a5-a8c7-45af-a761-9843eb0b93b8 HTTP/1.1" 403 264 0.006451 10.0.0.254 - - [2025-10-02 01:57:34] "GET /service-template/642b88a5-a8c7-45af-a761-9843eb0b93b8 HTTP/1.1" 403 264 0.025483 10.0.0.254 - - [2025-10-02 01:57:34] "GET /api-access-list/bcec7ad4-2873-4959-9d6d-12a147df3836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.002116 10.0.0.254 - - [2025-10-02 01:57:34] "PUT /api-access-list/bcec7ad4-2873-4959-9d6d-12a147df3836 HTTP/1.1" 200 265 0.006064 10.0.0.254 - - [2025-10-02 01:57:34] "GET /service-template/642b88a5-a8c7-45af-a761-9843eb0b93b8 HTTP/1.1" 200 1855 0.008944 10.0.0.254 - - [2025-10-02 01:57:34] "GET /virtual-network/e51a5ff5-3cac-45d2-85d9-08c5316ab02b HTTP/1.1" 200 2321 0.010585 10.0.0.254 - - [2025-10-02 01:57:34] "DELETE /api-access-list/172b7b63-d360-451e-ba61-d3cbc0cde4c7 HTTP/1.1" 200 115 0.014251 10.0.0.254 - - [2025-10-02 01:57:34] "GET /api-access-list/172b7b63-d360-451e-ba61-d3cbc0cde4c7 HTTP/1.1" 404 171 0.001988 10.0.0.254 - - [2025-10-02 01:57:34] "DELETE /api-access-list/cb0cac77-ffec-4732-9d23-127f39f334b4 HTTP/1.1" 200 115 0.014852 10.0.0.254 - - [2025-10-02 01:57:34] "GET /api-access-list/cb0cac77-ffec-4732-9d23-127f39f334b4 HTTP/1.1" 404 171 0.001522 10.0.0.254 - - [2025-10-02 01:57:34] "GET /virtual-network/e51a5ff5-3cac-45d2-85d9-08c5316ab02b HTTP/1.1" 401 293 0.000306 10.0.0.254 - - [2025-10-02 01:57:35] "GET /virtual-network/e51a5ff5-3cac-45d2-85d9-08c5316ab02b HTTP/1.1" 403 263 0.025978 10.0.0.254 - - [2025-10-02 01:57:35] "GET /service-template/642b88a5-a8c7-45af-a761-9843eb0b93b8 HTTP/1.1" 403 264 0.005175 10.0.0.254 - - [2025-10-02 01:57:35] "GET /service-template/642b88a5-a8c7-45af-a761-9843eb0b93b8 HTTP/1.1" 403 264 0.024257 10.0.0.254 - - [2025-10-02 01:57:35] "GET /api-access-list/bcec7ad4-2873-4959-9d6d-12a147df3836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.002422 10.0.0.254 - - [2025-10-02 01:57:35] "PUT /api-access-list/bcec7ad4-2873-4959-9d6d-12a147df3836 HTTP/1.1" 200 265 0.007309 10.0.0.254 - - [2025-10-02 01:57:35] "GET /virtual-network/e51a5ff5-3cac-45d2-85d9-08c5316ab02b HTTP/1.1" 200 2321 0.010584 10.0.0.254 - - [2025-10-02 01:57:35] "GET /service-template/642b88a5-a8c7-45af-a761-9843eb0b93b8 HTTP/1.1" 200 1855 0.007174 10.0.0.254 - - [2025-10-02 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006431 10.0.0.254 - - [2025-10-02 01:57:35] "DELETE /service-template/642b88a5-a8c7-45af-a761-9843eb0b93b8 HTTP/1.1" 200 115 0.016229 10.0.0.254 - - [2025-10-02 01:57:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.007671 10.0.0.254 - - [2025-10-02 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.254 - - [2025-10-02 01:57:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001740 10.0.0.254 - - [2025-10-02 01:57:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002383 10.0.0.254 - - [2025-10-02 01:57:35] "DELETE /virtual-network/e51a5ff5-3cac-45d2-85d9-08c5316ab02b HTTP/1.1" 200 115 0.061017 10.0.0.254 - - [2025-10-02 01:57:35] "DELETE /route-target/ea705e68-7a0c-4c68-9695-91a033c53934 HTTP/1.1" 200 115 0.010494 10.0.0.254 - - [2025-10-02 01:57:35] "GET /api-access-list/bcec7ad4-2873-4959-9d6d-12a147df3836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.003123 10.0.0.254 - - [2025-10-02 01:57:35] "PUT /api-access-list/bcec7ad4-2873-4959-9d6d-12a147df3836 HTTP/1.1" 200 265 0.006294 10.0.0.254 - - [2025-10-02 01:57:35] "GET /api-access-list/bcec7ad4-2873-4959-9d6d-12a147df3836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.003047 10.0.0.254 - - [2025-10-02 01:57:35] "PUT /api-access-list/bcec7ad4-2873-4959-9d6d-12a147df3836 HTTP/1.1" 200 265 0.007092 10.0.0.254 - - [2025-10-02 01:57:36] "GET /api-access-list/bcec7ad4-2873-4959-9d6d-12a147df3836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003109 10.0.0.254 - - [2025-10-02 01:57:36] "PUT /api-access-list/bcec7ad4-2873-4959-9d6d-12a147df3836 HTTP/1.1" 200 265 0.006907 10.0.0.254 - - [2025-10-02 01:57:36] "GET /projects?obj_uuids=900dc9db-f60d-41ba-8715-e15466bb93ee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000943 10.0.0.254 - - [2025-10-02 01:57:36] "GET /project/900dc9db-f60d-41ba-8715-e15466bb93ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.021463 10.0.0.254 - - [2025-10-02 01:57:36] "GET /projects?obj_uuids=900dc9db-f60d-41ba-8715-e15466bb93ee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000854 10.0.0.254 - - [2025-10-02 01:57:36] "GET /project/900dc9db-f60d-41ba-8715-e15466bb93ee?fields=virtual_networks HTTP/1.1" 200 1033 0.066184 10.0.0.254 - - [2025-10-02 01:57:36] "GET /projects?obj_uuids=900dc9db-f60d-41ba-8715-e15466bb93ee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000925 10.0.0.254 - - [2025-10-02 01:57:36] "GET /project/900dc9db-f60d-41ba-8715-e15466bb93ee?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.021127 10.0.0.254 - - [2025-10-02 01:57:36] "GET /projects?obj_uuids=900dc9db-f60d-41ba-8715-e15466bb93ee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000891 10.0.0.254 - - [2025-10-02 01:57:36] "GET /project/900dc9db-f60d-41ba-8715-e15466bb93ee?fields=security_groups HTTP/1.1" 200 1260 0.017903 10.0.0.254 - - [2025-10-02 01:57:37] "GET /projects?obj_uuids=1f0485b3-4904-4d6d-a289-ec5e2fdf831d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000980 10.0.0.254 - - [2025-10-02 01:57:37] "GET /project/1f0485b3-4904-4d6d-a289-ec5e2fdf831d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.019924 [Introspect:8084]10.0.0.254 - - [2025-10-02 01:57:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001019 10.0.0.254 - - [2025-10-02 01:57:37] "POST /fqname-to-id HTTP/1.1" 404 184 0.019264 10.0.0.254 - - [2025-10-02 01:57:38] "GET /projects?obj_uuids=961f24ee-4ce3-4629-a0f4-6486b2b1ea1b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002019 10.0.0.254 - - [2025-10-02 01:57:38] "GET /domains?obj_uuids=07d0a88b-1789-43b3-bb15-a61de59474e7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000880 10.0.0.254 - - [2025-10-02 01:57:38] "GET /domain/07d0a88b-1789-43b3-bb15-a61de59474e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005770 10.0.0.254 - - [2025-10-02 01:57:38] "POST /id-to-fqname HTTP/1.1" 200 186 0.001706 10.0.0.254 - - [2025-10-02 01:57:38] "POST /fqname-to-id HTTP/1.1" 404 195 0.001854 10.0.0.254 - - [2025-10-02 01:57:38] "POST /security-groups HTTP/1.1" 200 587 0.060121 10.0.0.254 - - [2025-10-02 01:57:38] "POST /fqname-to-id HTTP/1.1" 404 230 0.002127 10.0.0.254 - - [2025-10-02 01:57:38] "POST /projects HTTP/1.1" 200 577 0.196610 10.0.0.254 - - [2025-10-02 01:57:38] "POST /access-control-lists HTTP/1.1" 200 594 0.054081 10.0.0.254 - - [2025-10-02 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.267516 10.0.0.254 - - [2025-10-02 01:57:38] "POST /fqname-to-id HTTP/1.1" 404 229 0.002314 10.0.0.254 - - [2025-10-02 01:57:38] "GET /project/961f24ee-4ce3-4629-a0f4-6486b2b1ea1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.379320 10.0.0.254 - - [2025-10-02 01:57:38] "POST /access-control-lists HTTP/1.1" 200 592 0.056251 10.0.0.254 - - [2025-10-02 01:57:39] "GET / HTTP/1.1" 200 36215 0.001975 10.0.0.254 - - [2025-10-02 01:57:39] "GET /projects?obj_uuids=961f24ee-4ce3-4629-a0f4-6486b2b1ea1b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000965 10.0.0.254 - - [2025-10-02 01:57:39] "GET /project/961f24ee-4ce3-4629-a0f4-6486b2b1ea1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.022957 10.0.0.254 - - [2025-10-02 01:57:39] "GET /projects?obj_uuids=961f24ee-4ce3-4629-a0f4-6486b2b1ea1b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000884 10.0.0.254 - - [2025-10-02 01:57:39] "GET /project/961f24ee-4ce3-4629-a0f4-6486b2b1ea1b?fields=virtual_networks HTTP/1.1" 200 1026 0.067655 10.0.0.254 - - [2025-10-02 01:57:39] "GET /projects?obj_uuids=961f24ee-4ce3-4629-a0f4-6486b2b1ea1b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000934 10.0.0.254 - - [2025-10-02 01:57:39] "GET /project/961f24ee-4ce3-4629-a0f4-6486b2b1ea1b?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.021175 10.0.0.254 - - [2025-10-02 01:57:39] "GET /projects?obj_uuids=961f24ee-4ce3-4629-a0f4-6486b2b1ea1b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000908 10.0.0.254 - - [2025-10-02 01:57:39] "GET /project/961f24ee-4ce3-4629-a0f4-6486b2b1ea1b?fields=security_groups HTTP/1.1" 200 1249 0.019007 10.0.0.254 - - [2025-10-02 01:57:40] "DELETE /project/4e57a7699c0e4748aec82012e57d5ba5 HTTP/1.1" 404 173 0.029418 10.0.0.254 - - [2025-10-02 01:57:40] "DELETE /project/4dad1a634d5d4021b22e6608be7d4123 HTTP/1.1" 404 173 0.028475 10.0.0.254 - - [2025-10-02 01:57:40] "DELETE /project/961f24ee4ce34629a0f46486b2b1ea1b HTTP/1.1" 404 173 0.027707 10.0.0.254 - - [2025-10-02 01:57:40] "DELETE /project/900dc9dbf60d41ba8715e15466bb93ee HTTP/1.1" 404 173 0.024249 10.0.0.254 - - [2025-10-02 01:57:40] "GET /projects?obj_uuids=4dad1a63-4d5d-4021-b22e-6608be7d4123&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001981 10.0.0.254 - - [2025-10-02 01:57:40] "GET /projects?obj_uuids=a8a078ed-f67d-4f88-bd64-e40687d79bad&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000733 10.0.0.254 - - [2025-10-02 01:57:40] "GET /projects?obj_uuids=900dc9db-f60d-41ba-8715-e15466bb93ee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000982 10.0.0.254 - - [2025-10-02 01:57:40] "GET /projects?obj_uuids=4e57a769-9c0e-4748-aec8-2012e57d5ba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001105 10.0.0.254 - - [2025-10-02 01:57:40] "GET /projects?obj_uuids=03e50ad1-cdd8-49f9-8996-8848f6241217&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000742 10.0.0.254 - - [2025-10-02 01:57:40] "GET /projects?obj_uuids=961f24ee-4ce3-4629-a0f4-6486b2b1ea1b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000708 10.0.0.254 - - [2025-10-02 01:57:40] "GET /projects?obj_uuids=6b31fa53-6aef-45ff-8aa5-1849f2692b8f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000701 10.0.0.254 - - [2025-10-02 01:57:40] "GET /project/a8a078ed-f67d-4f88-bd64-e40687d79bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.082391 10.0.0.254 - - [2025-10-02 01:57:40] "GET /project/4dad1a63-4d5d-4021-b22e-6608be7d4123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.083956 10.0.0.254 - - [2025-10-02 01:57:40] "GET /project/900dc9db-f60d-41ba-8715-e15466bb93ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.086319 10.0.0.254 - - [2025-10-02 01:57:40] "GET /project/4e57a769-9c0e-4748-aec8-2012e57d5ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.088750 10.0.0.254 - - [2025-10-02 01:57:40] "GET /project/03e50ad1-cdd8-49f9-8996-8848f6241217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.086332 10.0.0.254 - - [2025-10-02 01:57:40] "GET /project/961f24ee-4ce3-4629-a0f4-6486b2b1ea1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.088614 10.0.0.254 - - [2025-10-02 01:57:40] "GET /projects?obj_uuids=961f24ee-4ce3-4629-a0f4-6486b2b1ea1b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000851 10.0.0.254 - - [2025-10-02 01:57:40] "GET /projects?obj_uuids=03e50ad1-cdd8-49f9-8996-8848f6241217&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000950 10.0.0.254 - - [2025-10-02 01:57:40] "GET /projects?obj_uuids=4e57a769-9c0e-4748-aec8-2012e57d5ba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000712 10.0.0.254 - - [2025-10-02 01:57:40] "GET /projects?obj_uuids=900dc9db-f60d-41ba-8715-e15466bb93ee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000689 10.0.0.254 - - [2025-10-02 01:57:40] "GET /projects?obj_uuids=4dad1a63-4d5d-4021-b22e-6608be7d4123&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000696 10.0.0.254 - - [2025-10-02 01:57:40] "GET /projects?obj_uuids=a8a078ed-f67d-4f88-bd64-e40687d79bad&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000688 10.0.0.254 - - [2025-10-02 01:57:40] "GET /project/6b31fa53-6aef-45ff-8aa5-1849f2692b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.151095 10.0.0.254 - - [2025-10-02 01:57:40] "GET /projects?obj_uuids=6b31fa53-6aef-45ff-8aa5-1849f2692b8f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000974 10.0.0.254 - - [2025-10-02 01:57:40] "GET /project/4dad1a63-4d5d-4021-b22e-6608be7d4123?fields=security_groups HTTP/1.1" 200 1362 0.091952 10.0.0.254 - - [2025-10-02 01:57:40] "GET /project/a8a078ed-f67d-4f88-bd64-e40687d79bad?fields=security_groups HTTP/1.1" 200 1348 0.098258 10.0.0.254 - - [2025-10-02 01:57:40] "GET /project/4e57a769-9c0e-4748-aec8-2012e57d5ba5?fields=security_groups HTTP/1.1" 200 1362 0.095445 10.0.0.254 - - [2025-10-02 01:57:40] "GET /project/961f24ee-4ce3-4629-a0f4-6486b2b1ea1b?fields=security_groups HTTP/1.1" 200 1351 0.094839 10.0.0.254 - - [2025-10-02 01:57:40] "GET /project/03e50ad1-cdd8-49f9-8996-8848f6241217?fields=security_groups HTTP/1.1" 200 1345 0.100171 10.0.0.254 - - [2025-10-02 01:57:40] "GET /project/900dc9db-f60d-41ba-8715-e15466bb93ee?fields=security_groups HTTP/1.1" 200 1362 0.109861 10.0.0.254 - - [2025-10-02 01:57:40] "GET /project/6b31fa53-6aef-45ff-8aa5-1849f2692b8f?fields=security_groups HTTP/1.1" 200 1346 0.059187 10.0.0.254 - - [2025-10-02 01:57:40] "DELETE /security-group/1c6f99b3-16b0-4314-a277-81d74062ed6f HTTP/1.1" 200 115 0.108298 10.0.0.254 - - [2025-10-02 01:57:40] "GET /projects?obj_uuids=4dad1a63-4d5d-4021-b22e-6608be7d4123&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000969 10.0.0.254 - - [2025-10-02 01:57:40] "DELETE /security-group/6681dde3-80b9-4c3b-a6d8-3e33171e61ca HTTP/1.1" 200 115 0.119360 10.0.0.254 - - [2025-10-02 01:57:40] "GET /projects?obj_uuids=a8a078ed-f67d-4f88-bd64-e40687d79bad&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000794 10.0.0.254 - - [2025-10-02 01:57:40] "DELETE /access-control-list/ad770ed8-a3ff-41f8-a969-fe954c35d046 HTTP/1.1" 200 115 0.077333 10.0.0.254 - - [2025-10-02 01:57:40] "DELETE /security-group/566a5303-7dd4-4197-8eb2-d828227d1508 HTTP/1.1" 200 115 0.134567 10.0.0.254 - - [2025-10-02 01:57:40] "GET /projects?obj_uuids=4e57a769-9c0e-4748-aec8-2012e57d5ba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000752 10.0.0.254 - - [2025-10-02 01:57:40] "DELETE /security-group/a6508d88-ed55-4850-9185-1e657a77c5d1 HTTP/1.1" 200 115 0.135131 10.0.0.254 - - [2025-10-02 01:57:40] "GET /project/4dad1a63-4d5d-4021-b22e-6608be7d4123?fields=application_policy_sets HTTP/1.1" 200 1401 0.050878 10.0.0.254 - - [2025-10-02 01:57:40] "GET /projects?obj_uuids=961f24ee-4ce3-4629-a0f4-6486b2b1ea1b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000776 10.0.0.254 - - [2025-10-02 01:57:40] "DELETE /security-group/1743c67d-10b1-4234-911b-c0a3f2b3a7f8 HTTP/1.1" 200 115 0.142763 10.0.0.254 - - [2025-10-02 01:57:40] "DELETE /security-group/df6638e6-bb20-416e-aceb-6ef3b8208580 HTTP/1.1" 200 115 0.147720 10.0.0.254 - - [2025-10-02 01:57:40] "GET /projects?obj_uuids=900dc9db-f60d-41ba-8715-e15466bb93ee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000791 10.0.0.254 - - [2025-10-02 01:57:40] "GET /projects?obj_uuids=03e50ad1-cdd8-49f9-8996-8848f6241217&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001132 10.0.0.254 - - [2025-10-02 01:57:40] "GET /project/4e57a769-9c0e-4748-aec8-2012e57d5ba5?fields=application_policy_sets HTTP/1.1" 200 1401 0.060361 10.0.0.254 - - [2025-10-02 01:57:40] "DELETE /access-control-list/2bb0124a-eae1-46c0-a487-28c06dea0c37 HTTP/1.1" 200 115 0.076594 10.0.0.254 - - [2025-10-02 01:57:40] "GET /project/a8a078ed-f67d-4f88-bd64-e40687d79bad?fields=application_policy_sets HTTP/1.1" 200 1387 0.100467 10.0.0.254 - - [2025-10-02 01:57:41] "DELETE /security-group/3e97c25f-37a2-4351-a418-48aa131da030 HTTP/1.1" 200 115 0.183564 10.0.0.254 - - [2025-10-02 01:57:41] "GET /project/03e50ad1-cdd8-49f9-8996-8848f6241217?fields=application_policy_sets HTTP/1.1" 200 1384 0.063308 10.0.0.254 - - [2025-10-02 01:57:41] "GET /project/961f24ee-4ce3-4629-a0f4-6486b2b1ea1b?fields=application_policy_sets HTTP/1.1" 200 1390 0.096677 10.0.0.254 - - [2025-10-02 01:57:41] "GET /projects?obj_uuids=6b31fa53-6aef-45ff-8aa5-1849f2692b8f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000884 10.0.0.254 - - [2025-10-02 01:57:41] "GET /project/900dc9db-f60d-41ba-8715-e15466bb93ee?fields=application_policy_sets HTTP/1.1" 200 1401 0.118960 10.0.0.254 - - [2025-10-02 01:57:41] "DELETE /access-control-list/ed8e8500-b032-4371-bfd5-a2371c4c78dd HTTP/1.1" 200 115 0.068350 10.0.0.254 - - [2025-10-02 01:57:41] "GET /project/6b31fa53-6aef-45ff-8aa5-1849f2692b8f?fields=application_policy_sets HTTP/1.1" 200 1385 0.118423 10.0.0.254 - - [2025-10-02 01:57:41] "DELETE /access-control-list/bb413f63-dd78-4e7a-b2cb-cd7e6f3be24a HTTP/1.1" 200 115 0.074323 10.0.0.254 - - [2025-10-02 01:57:41] "DELETE /access-control-list/30ea44d1-5339-49a7-8899-f4b0557bb80b HTTP/1.1" 200 115 0.063090 10.0.0.254 - - [2025-10-02 01:57:41] "DELETE /project/4dad1a63-4d5d-4021-b22e-6608be7d4123 HTTP/1.1" 200 115 0.743229 10.0.0.254 - - [2025-10-02 01:57:41] "DELETE /project/4e57a769-9c0e-4748-aec8-2012e57d5ba5 HTTP/1.1" 200 115 0.753624 10.0.0.254 - - [2025-10-02 01:57:41] "DELETE /project/a8a078ed-f67d-4f88-bd64-e40687d79bad HTTP/1.1" 200 115 0.747310 10.0.0.254 - - [2025-10-02 01:57:41] "DELETE /access-control-list/b5c72e02-9115-42d7-9386-8905cd37858a HTTP/1.1" 200 115 0.030896 10.0.0.254 - - [2025-10-02 01:57:41] "DELETE /project/03e50ad1-cdd8-49f9-8996-8848f6241217 HTTP/1.1" 200 115 0.747955 10.0.0.254 - - [2025-10-02 01:57:41] "DELETE /project/961f24ee-4ce3-4629-a0f4-6486b2b1ea1b HTTP/1.1" 200 115 0.752210 10.0.0.254 - - [2025-10-02 01:57:41] "DELETE /project/900dc9db-f60d-41ba-8715-e15466bb93ee HTTP/1.1" 200 115 0.761954 10.0.0.254 - - [2025-10-02 01:57:41] "DELETE /project/6b31fa53-6aef-45ff-8aa5-1849f2692b8f HTTP/1.1" 200 115 0.736501 10.0.0.254 - - [2025-10-02 01:57:41] "DELETE /access-control-list/9877c722-774a-486d-962f-75c545dceae6 HTTP/1.1" 200 115 0.016815 10.0.0.254 - - [2025-10-02 01:57:41] "DELETE /access-control-list/ceeaaff8-7105-4163-862a-37bc5d97ad2a HTTP/1.1" 200 115 0.013835 10.0.0.254 - - [2025-10-02 01:57:41] "DELETE /access-control-list/8fa45948-3b56-4c02-886a-81a2228c2b10 HTTP/1.1" 200 115 0.013693 10.0.0.254 - - [2025-10-02 01:57:41] "DELETE /access-control-list/b4965df4-ce09-4089-bc66-b8235786634d HTTP/1.1" 200 115 0.012742 10.0.0.254 - - [2025-10-02 01:57:41] "DELETE /access-control-list/4d0ff8eb-fc3b-4a10-823e-07a66c3984f0 HTTP/1.1" 200 115 0.019858 10.0.0.254 - - [2025-10-02 01:57:41] "DELETE /access-control-list/5b337253-ebb0-4825-83b6-276db3e51d53 HTTP/1.1" 200 115 0.019520 10.0.0.254 - - [2025-10-02 01:57:41] "DELETE /access-control-list/712d5ba2-c1a7-466b-86cb-1ef814c268fb HTTP/1.1" 200 115 0.016711 10.0.0.254 - - [2025-10-02 01:57:41] "DELETE /access-control-list/9005952a-fe9e-4013-8a1c-a5fe56d6f525 HTTP/1.1" 200 115 0.013879 10.0.0.254 - - [2025-10-02 01:57:48] "GET /obj-perms HTTP/1.1" 200 5075 0.043126 10.0.0.254 - - [2025-10-02 01:57:49] "GET /obj-perms HTTP/1.1" 200 5075 0.035033 [Introspect:8084]10.0.0.254 - - [2025-10-02 01:58:29] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000836 [Introspect:8084]10.0.0.254 - - [2025-10-02 01:58:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000739