+++ date ++ echo 'INFO: =================== Mon Feb 23 02:08:39 AM UTC 2026 ===================' INFO: =================== Mon Feb 23 02:08:39 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.130 ++ 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.130 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.130 ++ ANALYTICSDB_NODES=10.0.0.130 ++ ANALYTICS_SNMP_NODES=10.0.0.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8081 ' +++ '[' -n '10.0.0.130:8081 ' ']' +++ echo 10.0.0.130:8081 ++ ANALYTICS_SERVERS=10.0.0.130: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9042 ' +++ '[' -n '10.0.0.130:9042 ' ']' +++ echo 10.0.0.130:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.130:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8086 ' +++ '[' -n '10.0.0.130:8086 ' ']' +++ echo 10.0.0.130:8086 ++ COLLECTOR_SERVERS=10.0.0.130: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.130 ++ CONFIGDB_NODES=10.0.0.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8082 ' +++ '[' -n '10.0.0.130:8082 ' ']' +++ echo 10.0.0.130:8082 ++ CONFIG_SERVERS=10.0.0.130: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9161 ' +++ '[' -n '10.0.0.130:9161 ' ']' +++ echo 10.0.0.130:9161 ++ CONFIGDB_SERVERS=10.0.0.130: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9041 ' +++ '[' -n '10.0.0.130:9041 ' ']' +++ echo 10.0.0.130:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.130: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.200 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.200 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:2181, +++ '[' -n 10.0.0.130:2181, ']' +++ echo 10.0.0.130:2181 ++ ZOOKEEPER_SERVERS=10.0.0.130: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:2181 ' +++ '[' -n '10.0.0.130:2181 ' ']' +++ echo 10.0.0.130:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.130:2181 ++ RABBITMQ_NODES=10.0.0.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:5673, +++ '[' -n 10.0.0.130:5673, ']' +++ echo 10.0.0.130:5673 ++ RABBITMQ_SERVERS=10.0.0.130: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:6379 ' +++ '[' -n '10.0.0.130:6379 ' ']' +++ echo 10.0.0.130:6379 ++ REDIS_SERVERS=10.0.0.130: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.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9092 ' +++ '[' -n '10.0.0.130:9092 ' ']' +++ echo 10.0.0.130:9092 ++ KAFKA_SERVERS=10.0.0.130: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.130 ++ 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.130 ++ 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.130 ++ 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.130 ++ cut -d , -f 1 + local cassandra=10.0.0.130 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.130 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.130 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.130 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.130,10.20.0.200,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.130'\''))' +++ local server_ip=10.0.0.130 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.130 ]] +++ [[ ,10.0.0.130,10.20.0.200,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.130, ]] +++ echo 10.0.0.130 1 +++ return ++ local ip=10.0.0.130 ++ [[ -z 10.0.0.130 ]] ++ echo 10.0.0.130 + host_ip=10.0.0.130 + [[ cql == \c\q\l ]] ++ echo 10.0.0.130:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.130:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.130:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 02/23/2026 02:08:47.872 7f3958f3c380 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/23/2026 02:08:48.016 7f3958f3c380 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/23/2026 02:08:48.027 7f3958f3c380 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/23/2026 02:08:48.028 7f3958f3c380 [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.130:8082/ Hit Ctrl-C to quit. 10.0.0.130 - - [2026-02-23 02:08:51] "GET / HTTP/1.1" 503 181 0.000205 10.0.0.130 - - [2026-02-23 02:08:51] "GET / HTTP/1.1" 503 181 0.000128 10.0.0.130 - - [2026-02-23 02:08:52] "GET / HTTP/1.1" 200 45871 0.002092 10.0.0.130 - - [2026-02-23 02:08:52] "GET / HTTP/1.1" 200 45871 0.001139 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.130 - - [2026-02-23 02:08:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000508 10.0.0.130 - - [2026-02-23 02:08:52] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000248 10.0.0.130 - - [2026-02-23 02:08:53] "GET / HTTP/1.1" 200 36215 0.001392 10.0.0.130 - - [2026-02-23 02:08:53] "GET / HTTP/1.1" 200 36215 0.002087 10.0.0.130 - - [2026-02-23 02:08:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000473 10.0.0.130 - - [2026-02-23 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.360301 10.0.0.130 - - [2026-02-23 02:08:54] "GET / HTTP/1.1" 200 36215 0.001289 10.0.0.130 - - [2026-02-23 02:08:54] "GET /global-system-config/c7f99c03-6fa4-4623-9776-a02b527d8ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.025736 10.0.0.130 - - [2026-02-23 02:08:54] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.700966 10.0.0.130 - - [2026-02-23 02:08:54] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003046 10.0.0.130 - - [2026-02-23 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 1.027596 10.0.0.130 - - [2026-02-23 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 220 0.003733 10.0.0.130 - - [2026-02-23 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.130 - - [2026-02-23 02:08:54] "POST /config-nodes HTTP/1.1" 200 601 0.027048 10.0.0.130 - - [2026-02-23 02:08:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000405 10.0.0.130 - - [2026-02-23 02:08:54] "GET / HTTP/1.1" 200 36215 0.001611 10.0.0.130 - - [2026-02-23 02:08:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000366 10.0.0.130 - - [2026-02-23 02:08:54] "GET / HTTP/1.1" 200 36215 0.001169 10.0.0.130 - - [2026-02-23 02:08:54] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000389 10.0.0.130 - - [2026-02-23 02:08:55] "GET / HTTP/1.1" 200 36215 0.001183 10.0.0.130 - - [2026-02-23 02:08:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000425 /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.130 - - [2026-02-23 02:08:55] "POST /fqname-to-id HTTP/1.1" 404 186 0.625158 10.0.0.130 - - [2026-02-23 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.130 - - [2026-02-23 02:08:55] "GET /global-system-config/c7f99c03-6fa4-4623-9776-a02b527d8ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.008792 10.0.0.130 - - [2026-02-23 02:08:55] "POST /service-appliance-sets HTTP/1.1" 200 555 0.017692 10.0.0.130 - - [2026-02-23 02:08:55] "POST /fqname-to-id HTTP/1.1" 404 180 0.002788 10.0.0.130 - - [2026-02-23 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.130 - - [2026-02-23 02:08:56] "GET /global-system-config/c7f99c03-6fa4-4623-9776-a02b527d8ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.105086 10.0.0.130 - - [2026-02-23 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.767354 10.0.0.130 - - [2026-02-23 02:08:56] "GET /network-ipam/bf86f59d-722d-4ed3-be8d-1f6c21439a6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.013028 10.0.0.130 - - [2026-02-23 02:08:56] "POST /service-appliance-sets HTTP/1.1" 200 543 0.064312 10.0.0.130 - - [2026-02-23 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.130 - - [2026-02-23 02:08:56] "GET /network-ipam/bf86f59d-722d-4ed3-be8d-1f6c21439a6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.012662 10.0.0.130 - - [2026-02-23 02:08:56] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.628645 10.0.0.130 - - [2026-02-23 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.279860 10.0.0.130 - - [2026-02-23 02:08:56] "GET /global-system-config/c7f99c03-6fa4-4623-9776-a02b527d8ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.019229 10.0.0.130 - - [2026-02-23 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 220 0.002659 10.0.0.130 - - [2026-02-23 02:08:56] "POST /service-templates HTTP/1.1" 200 513 0.261444 10.0.0.130 - - [2026-02-23 02:08:56] "POST /config-database-nodes HTTP/1.1" 200 619 0.038507 10.0.0.130 - - [2026-02-23 02:08:56] "POST /service-templates HTTP/1.1" 200 503 0.042406 10.0.0.130 - - [2026-02-23 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 225 0.003762 10.0.0.130 - - [2026-02-23 02:08:56] "POST /service-templates HTTP/1.1" 200 517 0.068043 10.0.0.130 - - [2026-02-23 02:08:56] "POST /access-control-lists HTTP/1.1" 200 589 0.031579 10.0.0.130 - - [2026-02-23 02:08:57] "POST /fqname-to-id HTTP/1.1" 404 224 0.090400 10.0.0.130 - - [2026-02-23 02:08:57] "POST /service-templates HTTP/1.1" 200 537 0.113302 10.0.0.130 - - [2026-02-23 02:08:57] "POST /access-control-lists HTTP/1.1" 200 587 0.022387 10.0.0.130 - - [2026-02-23 02:08:57] "POST /service-templates HTTP/1.1" 200 509 0.025746 10.0.0.130 - - [2026-02-23 02:08:57] "POST /route-targets HTTP/1.1" 200 328 0.020675 10.0.0.130 - - [2026-02-23 02:08:57] "POST /ref-update HTTP/1.1" 200 156 0.013162 10.0.0.130 - - [2026-02-23 02:08:57] "POST /route-targets HTTP/1.1" 200 328 0.013077 10.0.0.130 - - [2026-02-23 02:08:57] "POST /ref-update HTTP/1.1" 200 156 0.012418 10.0.0.130 - - [2026-02-23 02:08:57] "POST /route-targets HTTP/1.1" 200 328 0.010125 10.0.0.130 - - [2026-02-23 02:08:57] "POST /ref-update HTTP/1.1" 200 156 0.009940 10.0.0.130 - - [2026-02-23 02:08:57] "POST /route-targets HTTP/1.1" 200 328 0.009302 10.0.0.130 - - [2026-02-23 02:08:57] "POST /ref-update HTTP/1.1" 200 156 0.016054 10.0.0.130 - - [2026-02-23 02:08:57] "POST /fqname-to-id HTTP/1.1" 404 201 0.002971 10.0.0.130 - - [2026-02-23 02:08:57] "POST /access-control-lists HTTP/1.1" 200 553 0.060625 10.0.0.130 - - [2026-02-23 02:08:57] "PUT /access-control-list/48acc579-4360-4543-99cf-566f35e324db HTTP/1.1" 200 273 0.010761 10.0.0.130 - - [2026-02-23 02:08:57] "PUT /access-control-list/8f95425b-913d-4136-9975-97532c9d1e33 HTTP/1.1" 200 273 0.009879 10.0.0.130 - - [2026-02-23 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.009399 10.0.0.130 - - [2026-02-23 02:09:01] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1217 0.003982 10.0.0.130 - - [2026-02-23 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.130 - - [2026-02-23 02:09:01] "PUT /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd HTTP/1.1" 200 277 0.008847 10.0.0.130 - - [2026-02-23 02:09:01] "GET / HTTP/1.1" 200 36215 0.001510 10.0.0.130 - - [2026-02-23 02:09:01] "POST /alarms HTTP/1.1" 401 293 0.000357 10.0.0.130 - - [2026-02-23 02:09:02] "POST /alarms HTTP/1.1" 200 583 0.037833 10.0.0.130 - - [2026-02-23 02:09:02] "POST /alarms HTTP/1.1" 200 577 0.025388 10.0.0.130 - - [2026-02-23 02:09:02] "POST /alarms HTTP/1.1" 200 577 0.018926 10.0.0.130 - - [2026-02-23 02:09:02] "POST /alarms HTTP/1.1" 200 561 0.023875 10.0.0.130 - - [2026-02-23 02:09:02] "POST /alarms HTTP/1.1" 200 557 0.016453 10.0.0.130 - - [2026-02-23 02:09:02] "POST /alarms HTTP/1.1" 200 559 0.016148 10.0.0.130 - - [2026-02-23 02:09:02] "POST /alarms HTTP/1.1" 200 567 0.016622 10.0.0.130 - - [2026-02-23 02:09:02] "POST /alarms HTTP/1.1" 200 551 0.016659 10.0.0.130 - - [2026-02-23 02:09:02] "POST /alarms HTTP/1.1" 200 559 0.018717 10.0.0.130 - - [2026-02-23 02:09:02] "POST /alarms HTTP/1.1" 200 569 0.025344 10.0.0.130 - - [2026-02-23 02:09:02] "POST /alarms HTTP/1.1" 200 557 0.016676 10.0.0.130 - - [2026-02-23 02:09:02] "POST /alarms HTTP/1.1" 200 569 0.017039 10.0.0.130 - - [2026-02-23 02:09:02] "POST /alarms HTTP/1.1" 200 577 0.058002 10.0.0.130 - - [2026-02-23 02:09:02] "POST /alarms HTTP/1.1" 200 571 0.020007 10.0.0.130 - - [2026-02-23 02:09:02] "POST /alarms HTTP/1.1" 200 563 0.018707 10.0.0.130 - - [2026-02-23 02:09:03] "POST /alarms HTTP/1.1" 200 563 0.024520 10.0.0.130 - - [2026-02-23 02:09:03] "POST /alarms HTTP/1.1" 200 563 0.025392 10.0.0.130 - - [2026-02-23 02:09:03] "POST /alarms HTTP/1.1" 200 549 0.018252 10.0.0.130 - - [2026-02-23 02:09:03] "POST /alarms HTTP/1.1" 200 597 0.020318 10.0.0.130 - - [2026-02-23 02:09:03] "POST /alarms HTTP/1.1" 200 577 0.016279 10.0.0.130 - - [2026-02-23 02:09:03] "POST /alarms HTTP/1.1" 200 573 0.029188 10.0.0.130 - - [2026-02-23 02:09:03] "POST /alarms HTTP/1.1" 200 585 0.016514 10.0.0.130 - - [2026-02-23 02:09:03] "POST /alarms HTTP/1.1" 200 611 0.023166 10.0.0.130 - - [2026-02-23 02:09:03] "GET / HTTP/1.1" 200 36215 0.001495 10.0.0.130 - - [2026-02-23 02:09:03] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000344 10.0.0.130 - - [2026-02-23 02:09:04] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.024042 10.0.0.130 - - [2026-02-23 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002479 10.0.0.130 - - [2026-02-23 02:09:04] "PUT /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd HTTP/1.1" 200 277 0.013108 10.0.0.130 - - [2026-02-23 02:09:04] "GET / HTTP/1.1" 200 36215 0.003371 10.0.0.130 - - [2026-02-23 02:09:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000360 10.0.0.130 - - [2026-02-23 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.026924 10.0.0.130 - - [2026-02-23 02:09:04] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003539 10.0.0.130 - - [2026-02-23 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.130 - - [2026-02-23 02:09:04] "PUT /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd HTTP/1.1" 200 277 0.010192 10.0.0.130 - - [2026-02-23 02:09:05] "GET / HTTP/1.1" 200 36215 0.001479 10.0.0.130 - - [2026-02-23 02:09:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000346 10.0.0.130 - - [2026-02-23 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.023747 10.0.0.130 - - [2026-02-23 02:09:05] "GET /global-system-config/c7f99c03-6fa4-4623-9776-a02b527d8ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005074 10.0.0.130 - - [2026-02-23 02:09:05] "PUT /global-system-config/c7f99c03-6fa4-4623-9776-a02b527d8ddc HTTP/1.1" 200 275 0.015625 10.0.0.130 - - [2026-02-23 02:09:15] "GET /global-system-configs HTTP/1.1" 401 293 0.000408 10.0.0.130 - - [2026-02-23 02:09:15] "GET /global-system-configs HTTP/1.1" 401 293 0.000348 10.0.0.130 - - [2026-02-23 02:09:15] "GET /global-system-configs HTTP/1.1" 401 293 0.000952 10.0.0.130 - - [2026-02-23 02:09:15] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.130 - - [2026-02-23 02:09:54] "GET / HTTP/1.1" 200 36215 0.001578 10.0.0.130 - - [2026-02-23 02:09:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000352 10.0.0.130 - - [2026-02-23 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.025144 10.0.0.130 - - [2026-02-23 02:09:55] "GET /routing-instance/aa8ac783-d514-492b-baf9-0b5bde6ded74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.003468 10.0.0.130 - - [2026-02-23 02:09:55] "POST /bgp-routers HTTP/1.1" 200 622 0.021518 10.0.0.130 - - [2026-02-23 02:09:55] "GET /bgp-router/de020c90-6acd-4d1d-b9be-bbabe126063d?fields=global_system_config_back_refs HTTP/1.1" 200 1129 0.005142 10.0.0.130 - - [2026-02-23 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.130 - - [2026-02-23 02:09:55] "GET /global-system-config/c7f99c03-6fa4-4623-9776-a02b527d8ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005661 10.0.0.130 - - [2026-02-23 02:09:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003546 10.0.0.130 - - [2026-02-23 02:09:55] "POST /ref-update HTTP/1.1" 200 156 0.007534 10.0.0.130 - - [2026-02-23 02:10:21] "GET / HTTP/1.1" 200 36215 0.001286 10.0.0.130 - - [2026-02-23 02:10:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000368 10.0.0.130 - - [2026-02-23 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.027118 10.0.0.130 - - [2026-02-23 02:10:22] "GET /global-system-config/c7f99c03-6fa4-4623-9776-a02b527d8ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.006726 10.0.0.130 - - [2026-02-23 02:10:22] "POST /fqname-to-id HTTP/1.1" 404 220 0.002824 10.0.0.130 - - [2026-02-23 02:10:22] "POST /database-nodes HTTP/1.1" 200 605 0.019094 10.0.0.130 - - [2026-02-23 02:10:52] "GET / HTTP/1.1" 200 36215 0.001586 10.0.0.130 - - [2026-02-23 02:10:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000371 10.0.0.130 - - [2026-02-23 02:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.023429 10.0.0.130 - - [2026-02-23 02:10:52] "GET /global-system-config/c7f99c03-6fa4-4623-9776-a02b527d8ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.004921 10.0.0.130 - - [2026-02-23 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 220 0.002811 10.0.0.130 - - [2026-02-23 02:10:52] "POST /analytics-nodes HTTP/1.1" 200 607 0.016140 10.0.0.130 - - [2026-02-23 02:10:58] "GET / HTTP/1.1" 200 36215 0.001461 10.0.0.130 - - [2026-02-23 02:11:08] "GET / HTTP/1.1" 200 36215 0.001530 10.0.0.130 - - [2026-02-23 02:11:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000386 10.0.0.130 - - [2026-02-23 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.025779 10.0.0.130 - - [2026-02-23 02:11:09] "GET /global-system-config/c7f99c03-6fa4-4623-9776-a02b527d8ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.005187 10.0.0.130 - - [2026-02-23 02:11:09] "POST /fqname-to-id HTTP/1.1" 404 220 0.003247 10.0.0.130 - - [2026-02-23 02:11:09] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.022019 10.0.0.130 - - [2026-02-23 02:11:24] "GET / HTTP/1.1" 200 36215 0.001681 10.0.0.130 - - [2026-02-23 02:11:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000375 10.0.0.130 - - [2026-02-23 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.026727 10.0.0.130 - - [2026-02-23 02:11:24] "GET /global-system-config/c7f99c03-6fa4-4623-9776-a02b527d8ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.006089 10.0.0.130 - - [2026-02-23 02:11:24] "POST /fqname-to-id HTTP/1.1" 404 220 0.002762 10.0.0.130 - - [2026-02-23 02:11:24] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.015321 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.130 - - [2026-02-23 02:11:58] "GET /obj-perms HTTP/1.1" 200 5075 0.359745 10.0.0.130 - - [2026-02-23 02:11:59] "GET /obj-perms HTTP/1.1" 200 5075 0.052623 10.0.0.130 - - [2026-02-23 02:12:59] "GET /obj-perms HTTP/1.1" 200 5075 0.072631 10.0.0.130 - - [2026-02-23 02:12:59] "GET /obj-perms HTTP/1.1" 200 5075 0.048760 10.0.0.130 - - [2026-02-23 02:13:07] "GET / HTTP/1.1" 200 36215 0.002177 10.0.0.130 - - [2026-02-23 02:13:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000329 10.0.0.130 - - [2026-02-23 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.024461 10.0.0.130 - - [2026-02-23 02:13:08] "GET /global-system-config/c7f99c03-6fa4-4623-9776-a02b527d8ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.005206 10.0.0.130 - - [2026-02-23 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.130 - - [2026-02-23 02:13:08] "GET /routing-instance/aa8ac783-d514-492b-baf9-0b5bde6ded74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.003532 10.0.0.130 - - [2026-02-23 02:13:08] "PUT /global-system-config/c7f99c03-6fa4-4623-9776-a02b527d8ddc HTTP/1.1" 200 275 0.010641 10.0.0.130 - - [2026-02-23 02:13:08] "POST /fqname-to-id HTTP/1.1" 404 218 0.002590 10.0.0.130 - - [2026-02-23 02:13:08] "POST /virtual-routers HTTP/1.1" 200 605 0.015605 10.0.0.130 - - [2026-02-23 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.130 - - [2026-02-23 02:13:08] "GET /virtual-router/c04d0a58-fb89-45ee-913a-7fb512003b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1259 0.004727 10.0.0.130 - - [2026-02-23 02:13:08] "POST /fqname-to-id HTTP/1.1" 404 231 0.002588 10.0.0.130 - - [2026-02-23 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.130 - - [2026-02-23 02:13:08] "GET /virtual-network/9dd0968e-162d-440c-a5de-dd515485188c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.005619 10.0.0.130 - - [2026-02-23 02:13:08] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.041878 10.0.0.130 - - [2026-02-23 02:13:09] "PUT /access-control-list/d6d36829-61ff-4868-ab22-01463b4717b3 HTTP/1.1" 200 273 0.011496 [Introspect:8084]10.0.0.130 - - [2026-02-23 02:13:18] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000893 [Introspect:8084]10.0.0.130 - - [2026-02-23 02:13:18] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000952 [Introspect:8084]10.0.0.130 - - [2026-02-23 02:13:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000842 [Introspect:8084]10.0.0.130 - - [2026-02-23 02:13:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000847 10.0.0.130 - - [2026-02-23 02:14:00] "GET /obj-perms HTTP/1.1" 200 5075 0.049453 10.0.0.130 - - [2026-02-23 02:14:00] "GET /obj-perms HTTP/1.1" 200 5075 0.052761 10.0.0.130 - - [2026-02-23 02:14:15] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.130 - - [2026-02-23 02:14:15] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.130 - - [2026-02-23 02:14:15] "GET /global-system-configs HTTP/1.1" 401 293 0.000707 10.0.0.130 - - [2026-02-23 02:14:15] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.130 - - [2026-02-23 02:14:32] "GET / HTTP/1.1" 200 36215 0.001239 10.0.0.130 - - [2026-02-23 02:14:33] "GET /project/8d01ea3d-bd0e-471f-8694-1448f304f7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000393 10.0.0.130 - - [2026-02-23 02:14:33] "GET /projects?obj_uuids=8d01ea3d-bd0e-471f-8694-1448f304f7bb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.024671 10.0.0.130 - - [2026-02-23 02:14:33] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.130 - - [2026-02-23 02:14:33] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.029986 10.0.0.130 - - [2026-02-23 02:14:33] "POST /id-to-fqname HTTP/1.1" 200 167 0.001264 10.0.0.130 - - [2026-02-23 02:14:33] "POST /fqname-to-id HTTP/1.1" 404 176 0.003897 10.0.0.130 - - [2026-02-23 02:14:33] "POST /security-groups HTTP/1.1" 200 568 0.076626 10.0.0.130 - - [2026-02-23 02:14:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.024808 10.0.0.130 - - [2026-02-23 02:14:33] "POST /projects HTTP/1.1" 200 539 0.225466 10.0.0.130 - - [2026-02-23 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.293329 10.0.0.130 - - [2026-02-23 02:14:34] "POST /access-control-lists HTTP/1.1" 200 575 0.066244 10.0.0.130 - - [2026-02-23 02:14:34] "GET /project/8d01ea3d-bd0e-471f-8694-1448f304f7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.457456 10.0.0.130 - - [2026-02-23 02:14:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.007453 10.0.0.130 - - [2026-02-23 02:14:34] "POST /access-control-lists HTTP/1.1" 200 573 0.057070 [Introspect:8084]10.0.0.130 - - [2026-02-23 02:14:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000977 10.0.0.130 - - [2026-02-23 02:14:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.024055 10.0.0.130 - - [2026-02-23 02:14:34] "GET /projects?obj_uuids=4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002251 10.0.0.130 - - [2026-02-23 02:14:34] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000865 10.0.0.130 - - [2026-02-23 02:14:34] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006830 10.0.0.130 - - [2026-02-23 02:14:35] "POST /id-to-fqname HTTP/1.1" 200 201 0.001170 10.0.0.130 - - [2026-02-23 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 210 0.006155 10.0.0.130 - - [2026-02-23 02:14:35] "POST /security-groups HTTP/1.1" 200 602 0.064755 10.0.0.130 - - [2026-02-23 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 245 0.005037 10.0.0.130 - - [2026-02-23 02:14:35] "POST /projects HTTP/1.1" 200 607 0.217974 10.0.0.130 - - [2026-02-23 02:14:35] "POST /access-control-lists HTTP/1.1" 200 609 0.061542 10.0.0.130 - - [2026-02-23 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.288787 10.0.0.130 - - [2026-02-23 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 244 0.002592 10.0.0.130 - - [2026-02-23 02:14:35] "GET /project/4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.407394 10.0.0.130 - - [2026-02-23 02:14:35] "POST /access-control-lists HTTP/1.1" 200 607 0.063811 10.0.0.130 - - [2026-02-23 02:14:36] "GET / HTTP/1.1" 200 36215 0.001658 10.0.0.130 - - [2026-02-23 02:14:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000414 10.0.0.130 - - [2026-02-23 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.055808 10.0.0.130 - - [2026-02-23 02:14:37] "GET /projects?obj_uuids=4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000901 10.0.0.130 - - [2026-02-23 02:14:37] "GET /project/4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.024665 10.0.0.130 - - [2026-02-23 02:14:37] "POST /neutron/network HTTP/1.1" 200 117 0.084613 10.0.0.130 - - [2026-02-23 02:14:37] "GET /projects?obj_uuids=4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000922 10.0.0.130 - - [2026-02-23 02:14:37] "POST /neutron/network HTTP/1.1" 200 620 0.065243 10.0.0.130 - - [2026-02-23 02:14:37] "POST /route-targets HTTP/1.1" 200 328 0.018898 10.0.0.130 - - [2026-02-23 02:14:37] "POST /ref-update HTTP/1.1" 200 156 0.013909 10.0.0.130 - - [2026-02-23 02:14:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005689 10.0.0.130 - - [2026-02-23 02:14:37] "POST /neutron/subnet HTTP/1.1" 200 729 0.183029 10.0.0.130 - - [2026-02-23 02:14:37] "POST /neutron/network HTTP/1.1" 200 840 0.005499 10.0.0.130 - - [2026-02-23 02:14:38] "POST /id-to-fqname HTTP/1.1" 200 233 0.001717 10.0.0.130 - - [2026-02-23 02:14:38] "GET /virtual-network/3c9b65e2-9028-43ac-a894-719c5dec73db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006199 10.0.0.130 - - [2026-02-23 02:14:38] "POST /neutron/network HTTP/1.1" 200 840 0.005638 10.0.0.130 - - [2026-02-23 02:14:38] "GET /virtual-network/3c9b65e2-9028-43ac-a894-719c5dec73db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005287 10.0.0.130 - - [2026-02-23 02:14:38] "POST /neutron/network HTTP/1.1" 200 840 0.005864 10.0.0.130 - - [2026-02-23 02:14:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.006961 10.0.0.130 - - [2026-02-23 02:14:38] "GET /domains HTTP/1.1" 401 293 0.000329 10.0.0.130 - - [2026-02-23 02:14:38] "GET /domains HTTP/1.1" 200 281 0.029701 10.0.0.130 - - [2026-02-23 02:14:38] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.130 - - [2026-02-23 02:14:38] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2595 0.012585 10.0.0.130 - - [2026-02-23 02:14:38] "GET /projects?obj_uuids=4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001211 10.0.0.130 - - [2026-02-23 02:14:38] "GET /project/4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94 HTTP/1.1" 200 2183 0.070037 10.0.0.130 - - [2026-02-23 02:14:38] "GET /virtual-network/3c9b65e2-9028-43ac-a894-719c5dec73db HTTP/1.1" 200 2349 0.005442 10.0.0.130 - - [2026-02-23 02:14:38] "GET /virtual-network/3c9b65e2-9028-43ac-a894-719c5dec73db HTTP/1.1" 200 2349 0.004276 10.0.0.130 - - [2026-02-23 02:14:38] "GET /routing-instance/427497f6-b957-4350-b3ef-c87f8d4df4f2 HTTP/1.1" 200 1497 0.003319 10.0.0.130 - - [2026-02-23 02:14:38] "GET /routing-instance/427497f6-b957-4350-b3ef-c87f8d4df4f2 HTTP/1.1" 200 1497 0.003073 10.0.0.130 - - [2026-02-23 02:14:38] "GET /route-target/2a3f2c53-3eb6-4333-b9c4-191938e7f301 HTTP/1.1" 200 1221 0.003021 10.0.0.130 - - [2026-02-23 02:14:38] "GET /virtual-network/3c9b65e2-9028-43ac-a894-719c5dec73db HTTP/1.1" 200 2349 0.004382 10.0.0.130 - - [2026-02-23 02:14:38] "GET /routing-instance/427497f6-b957-4350-b3ef-c87f8d4df4f2 HTTP/1.1" 200 1497 0.002962 10.0.0.130 - - [2026-02-23 02:14:38] "GET /virtual-network/3c9b65e2-9028-43ac-a894-719c5dec73db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004720 10.0.0.130 - - [2026-02-23 02:14:38] "GET /virtual-network/3c9b65e2-9028-43ac-a894-719c5dec73db HTTP/1.1" 200 2349 0.006839 10.0.0.130 - - [2026-02-23 02:14:38] "GET /routing-instance/427497f6-b957-4350-b3ef-c87f8d4df4f2 HTTP/1.1" 200 1497 0.003486 10.0.0.130 - - [2026-02-23 02:14:38] "GET /routing-instance/427497f6-b957-4350-b3ef-c87f8d4df4f2 HTTP/1.1" 200 1497 0.003183 10.0.0.130 - - [2026-02-23 02:14:38] "GET /route-target/2a3f2c53-3eb6-4333-b9c4-191938e7f301 HTTP/1.1" 200 1221 0.002695 10.0.0.130 - - [2026-02-23 02:14:38] "GET /domains HTTP/1.1" 200 281 0.002559 10.0.0.130 - - [2026-02-23 02:14:38] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000831 10.0.0.130 - - [2026-02-23 02:14:38] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2595 0.005976 10.0.0.130 - - [2026-02-23 02:14:38] "GET /projects?obj_uuids=4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000839 10.0.0.130 - - [2026-02-23 02:14:38] "GET /project/4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94 HTTP/1.1" 200 2183 0.069054 10.0.0.130 - - [2026-02-23 02:14:38] "GET /virtual-network/3c9b65e2-9028-43ac-a894-719c5dec73db HTTP/1.1" 200 2349 0.004878 10.0.0.130 - - [2026-02-23 02:14:39] "GET /obj-perms HTTP/1.1" 200 5071 0.052002 10.0.0.130 - - [2026-02-23 02:14:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.001155 10.0.0.130 - - [2026-02-23 02:14:40] "POST /neutron/network HTTP/1.1" 200 850 0.006169 10.0.0.130 - - [2026-02-23 02:14:40] "GET /aaa-mode HTTP/1.1" 401 293 0.000399 10.0.0.130 - - [2026-02-23 02:14:40] "GET / HTTP/1.1" 200 36215 0.001316 10.0.0.130 - - [2026-02-23 02:14:40] "GET /project/4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000335 10.0.0.130 - - [2026-02-23 02:14:41] "GET /projects?obj_uuids=4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000962 10.0.0.130 - - [2026-02-23 02:14:41] "GET /project/4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.052474 10.0.0.130 - - [2026-02-23 02:14:42] "POST /neutron/network HTTP/1.1" 200 840 0.035669 10.0.0.130 - - [2026-02-23 02:14:42] "POST /neutron/port HTTP/1.1" 200 117 0.005082 10.0.0.130 - - [2026-02-23 02:14:42] "POST /neutron/port HTTP/1.1" 200 117 0.004741 10.0.0.130 - - [2026-02-23 02:14:42] "POST /neutron/port HTTP/1.1" 200 117 0.005269 10.0.0.130 - - [2026-02-23 02:14:43] "POST /neutron/network HTTP/1.1" 200 850 0.005079 10.0.0.130 - - [2026-02-23 02:14:43] "GET /projects?obj_uuids=4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001091 10.0.0.130 - - [2026-02-23 02:14:43] "POST /neutron/port HTTP/1.1" 200 1072 0.207745 10.0.0.130 - - [2026-02-23 02:14:44] "POST /neutron/port HTTP/1.1" 200 1072 0.037446 10.0.0.130 - - [2026-02-23 02:14:44] "POST /neutron/port HTTP/1.1" 200 1072 0.008448 10.0.0.130 - - [2026-02-23 02:14:44] "POST /neutron/port HTTP/1.1" 200 1126 0.059198 10.0.0.130 - - [2026-02-23 02:14:44] "POST /neutron/port HTTP/1.1" 200 1136 0.013223 10.0.0.130 - - [2026-02-23 02:14:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002569 10.0.0.130 - - [2026-02-23 02:14:44] "POST /neutron/subnet HTTP/1.1" 200 703 0.006384 10.0.0.130 - - [2026-02-23 02:14:44] "POST /neutron/port HTTP/1.1" 200 117 0.000938 10.0.0.130 - - [2026-02-23 02:14:44] "POST /neutron/network HTTP/1.1" 200 840 0.005123 10.0.0.130 - - [2026-02-23 02:14:47] "POST /neutron/port HTTP/1.1" 200 1136 0.019678 10.0.0.130 - - [2026-02-23 02:14:47] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006237 10.0.0.130 - - [2026-02-23 02:14:47] "GET /obj-perms HTTP/1.1" 200 5071 0.004067 10.0.0.130 - - [2026-02-23 02:14:48] "GET /obj-perms HTTP/1.1" 200 5071 0.003274 10.0.0.130 - - [2026-02-23 02:14:49] "GET /obj-perms HTTP/1.1" 200 5071 0.003383 10.0.0.130 - - [2026-02-23 02:14:50] "GET /obj-perms HTTP/1.1" 200 5071 0.003832 10.0.0.130 - - [2026-02-23 02:14:51] "GET /obj-perms HTTP/1.1" 200 5071 0.003264 10.0.0.130 - - [2026-02-23 02:14:52] "POST /neutron/network HTTP/1.1" 200 840 0.006340 10.0.0.130 - - [2026-02-23 02:14:52] "POST /neutron/network HTTP/1.1" 400 204 0.016484 10.0.0.130 - - [2026-02-23 02:14:53] "POST /neutron/port HTTP/1.1" 200 1136 0.012920 10.0.0.130 - - [2026-02-23 02:14:53] "POST /neutron/port HTTP/1.1" 200 1126 0.012209 10.0.0.130 - - [2026-02-23 02:14:53] "POST /neutron/port HTTP/1.1" 200 151 0.108323 10.0.0.130 - - [2026-02-23 02:14:54] "POST /neutron/network HTTP/1.1" 200 840 0.005347 10.0.0.130 - - [2026-02-23 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.130 - - [2026-02-23 02:14:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002055 10.0.0.130 - - [2026-02-23 02:14:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002653 10.0.0.130 - - [2026-02-23 02:14:54] "POST /neutron/network HTTP/1.1" 200 151 0.096532 10.0.0.130 - - [2026-02-23 02:14:54] "DELETE /route-target/2a3f2c53-3eb6-4333-b9c4-191938e7f301 HTTP/1.1" 200 115 0.019732 10.0.0.130 - - [2026-02-23 02:14:54] "GET /routing-instance/427497f6-b957-4350-b3ef-c87f8d4df4f2 HTTP/1.1" 404 171 0.003967 10.0.0.130 - - [2026-02-23 02:14:54] "GET /domains HTTP/1.1" 200 281 0.002187 10.0.0.130 - - [2026-02-23 02:14:54] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000823 10.0.0.130 - - [2026-02-23 02:14:54] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2595 0.050340 10.0.0.130 - - [2026-02-23 02:14:54] "GET /projects?obj_uuids=4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000857 10.0.0.130 - - [2026-02-23 02:14:54] "GET /project/4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94 HTTP/1.1" 200 1932 0.067728 10.0.0.130 - - [2026-02-23 02:14:55] "GET /projects?obj_uuids=4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000952 10.0.0.130 - - [2026-02-23 02:14:55] "GET /project/4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.027267 10.0.0.130 - - [2026-02-23 02:14:55] "GET /projects?obj_uuids=4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000969 10.0.0.130 - - [2026-02-23 02:14:55] "GET /project/4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94?fields=virtual_networks HTTP/1.1" 200 1065 0.076645 10.0.0.130 - - [2026-02-23 02:14:55] "GET /projects?obj_uuids=4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001380 10.0.0.130 - - [2026-02-23 02:14:55] "GET /project/4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.025657 10.0.0.130 - - [2026-02-23 02:14:55] "GET /projects?obj_uuids=4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000913 10.0.0.130 - - [2026-02-23 02:14:55] "GET /project/4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94?fields=security_groups HTTP/1.1" 200 1303 0.028489 10.0.0.130 - - [2026-02-23 02:14:55] "GET /projects?obj_uuids=8d01ea3d-bd0e-471f-8694-1448f304f7bb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001083 10.0.0.130 - - [2026-02-23 02:14:55] "GET /project/8d01ea3d-bd0e-471f-8694-1448f304f7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.025322 10.0.0.130 - - [2026-02-23 02:14:56] "DELETE /project/4ade4a5bb2b14e8f83c11d0541d67c94 HTTP/1.1" 404 173 0.005481 10.0.0.130 - - [2026-02-23 02:14:56] "DELETE /project/8d01ea3dbd0e471f86941448f304f7bb HTTP/1.1" 404 173 0.003905 10.0.0.130 - - [2026-02-23 02:14:56] "GET /projects?obj_uuids=4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000804 10.0.0.130 - - [2026-02-23 02:14:56] "GET /project/4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1521 0.031832 10.0.0.130 - - [2026-02-23 02:14:56] "GET /projects?obj_uuids=4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001149 10.0.0.130 - - [2026-02-23 02:14:56] "GET /project/4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94?fields=security_groups HTTP/1.1" 200 1405 0.071116 10.0.0.130 - - [2026-02-23 02:14:56] "DELETE /security-group/cfaa51d5-9518-4a38-a32e-140506300603 HTTP/1.1" 200 115 0.042524 10.0.0.130 - - [2026-02-23 02:14:56] "GET /projects?obj_uuids=4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001260 10.0.0.130 - - [2026-02-23 02:14:56] "DELETE /access-control-list/92bc5afc-7380-4a75-9c8c-20a332246661 HTTP/1.1" 200 115 0.029250 10.0.0.130 - - [2026-02-23 02:14:56] "GET /project/4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94?fields=application_policy_sets HTTP/1.1" 200 1444 0.038152 10.0.0.130 - - [2026-02-23 02:14:56] "DELETE /access-control-list/d269c6a7-4dea-4138-ade3-dba6b837611f HTTP/1.1" 200 115 0.036653 10.0.0.130 - - [2026-02-23 02:14:57] "DELETE /project/4ade4a5b-b2b1-4e8f-83c1-1d0541d67c94 HTTP/1.1" 200 115 0.342402 10.0.0.130 - - [2026-02-23 02:14:59] "GET /projects?obj_uuids=8d01ea3d-bd0e-471f-8694-1448f304f7bb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000982 10.0.0.130 - - [2026-02-23 02:14:59] "GET /project/8d01ea3d-bd0e-471f-8694-1448f304f7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.030608 10.0.0.130 - - [2026-02-23 02:14:59] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003097 10.0.0.130 - - [2026-02-23 02:15:00] "POST /fqname-to-id HTTP/1.1" 404 200 0.023904 10.0.0.130 - - [2026-02-23 02:15:00] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003421 10.0.0.130 - - [2026-02-23 02:15:00] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001589 10.0.0.130 - - [2026-02-23 02:15:00] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009490 10.0.0.130 - - [2026-02-23 02:15:00] "POST /id-to-fqname HTTP/1.1" 200 202 0.001100 10.0.0.130 - - [2026-02-23 02:15:00] "POST /fqname-to-id HTTP/1.1" 404 211 0.004267 10.0.0.130 - - [2026-02-23 02:15:00] "POST /security-groups HTTP/1.1" 200 603 0.065253 10.0.0.130 - - [2026-02-23 02:15:00] "POST /fqname-to-id HTTP/1.1" 404 246 0.007447 10.0.0.130 - - [2026-02-23 02:15:00] "POST /projects HTTP/1.1" 200 609 0.215487 10.0.0.130 - - [2026-02-23 02:15:00] "POST /access-control-lists HTTP/1.1" 200 610 0.062167 10.0.0.130 - - [2026-02-23 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.297053 10.0.0.130 - - [2026-02-23 02:15:00] "POST /fqname-to-id HTTP/1.1" 404 245 0.002683 10.0.0.130 - - [2026-02-23 02:15:00] "GET /project/9eacc402-e637-4291-a848-f56694f454a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.432977 10.0.0.130 - - [2026-02-23 02:15:00] "GET /obj-perms HTTP/1.1" 200 5075 0.069362 10.0.0.130 - - [2026-02-23 02:15:00] "POST /access-control-lists HTTP/1.1" 200 608 0.073127 10.0.0.130 - - [2026-02-23 02:15:01] "GET /obj-perms HTTP/1.1" 200 5075 0.371733 10.0.0.130 - - [2026-02-23 02:15:02] "GET / HTTP/1.1" 200 36215 0.003079 10.0.0.130 - - [2026-02-23 02:15:02] "GET /projects?obj_uuids=8d01ea3d-bd0e-471f-8694-1448f304f7bb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001019 10.0.0.130 - - [2026-02-23 02:15:02] "GET /project/8d01ea3d-bd0e-471f-8694-1448f304f7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.027834 10.0.0.130 - - [2026-02-23 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.130 - - [2026-02-23 02:15:03] "GET /security-group/a4e00908-b310-4955-b3c1-8982667ee42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.004504 10.0.0.130 - - [2026-02-23 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.009811 10.0.0.130 - - [2026-02-23 02:15:03] "GET /projects?obj_uuids=8d01ea3d-bd0e-471f-8694-1448f304f7bb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001676 10.0.0.130 - - [2026-02-23 02:15:03] "GET /project/8d01ea3d-bd0e-471f-8694-1448f304f7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.033701 10.0.0.130 - - [2026-02-23 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.130 - - [2026-02-23 02:15:03] "GET /security-group/a4e00908-b310-4955-b3c1-8982667ee42d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.004517 10.0.0.130 - - [2026-02-23 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.130 - - [2026-02-23 02:15:03] "PUT /security-group/a4e00908-b310-4955-b3c1-8982667ee42d HTTP/1.1" 200 263 0.015412 10.0.0.130 - - [2026-02-23 02:15:03] "PUT /access-control-list/1711ba5e-f762-43fe-a831-c33d5784e437 HTTP/1.1" 200 273 0.008968 10.0.0.130 - - [2026-02-23 02:15:03] "PUT /access-control-list/1602298d-7f11-40e2-8ff3-4ebf49c8e0bf HTTP/1.1" 200 273 0.011036 10.0.0.130 - - [2026-02-23 02:15:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000459 10.0.0.130 - - [2026-02-23 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.056035 10.0.0.130 - - [2026-02-23 02:15:04] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000910 10.0.0.130 - - [2026-02-23 02:15:04] "GET /project/9eacc402-e637-4291-a848-f56694f454a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.024186 10.0.0.130 - - [2026-02-23 02:15:04] "POST /neutron/network HTTP/1.1" 200 117 0.033072 10.0.0.130 - - [2026-02-23 02:15:04] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001025 10.0.0.130 - - [2026-02-23 02:15:04] "POST /neutron/network HTTP/1.1" 200 619 0.066486 10.0.0.130 - - [2026-02-23 02:15:04] "POST /route-targets HTTP/1.1" 200 328 0.014397 10.0.0.130 - - [2026-02-23 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.012858 10.0.0.130 - - [2026-02-23 02:15:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004060 10.0.0.130 - - [2026-02-23 02:15:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.153143 10.0.0.130 - - [2026-02-23 02:15:04] "POST /neutron/network HTTP/1.1" 200 837 0.004932 10.0.0.130 - - [2026-02-23 02:15:04] "POST /id-to-fqname HTTP/1.1" 200 233 0.001002 10.0.0.130 - - [2026-02-23 02:15:04] "GET /virtual-network/bd4a10da-7633-4c92-b5ae-e6dba754c662?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006191 10.0.0.130 - - [2026-02-23 02:15:04] "POST /neutron/network HTTP/1.1" 200 837 0.005089 10.0.0.130 - - [2026-02-23 02:15:04] "GET /virtual-network/bd4a10da-7633-4c92-b5ae-e6dba754c662?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005425 10.0.0.130 - - [2026-02-23 02:15:04] "POST /neutron/network HTTP/1.1" 200 837 0.006131 10.0.0.130 - - [2026-02-23 02:15:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.006704 10.0.0.130 - - [2026-02-23 02:15:04] "GET /domains HTTP/1.1" 401 293 0.000377 10.0.0.130 - - [2026-02-23 02:15:05] "GET /domains HTTP/1.1" 200 281 0.026095 10.0.0.130 - - [2026-02-23 02:15:05] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.130 - - [2026-02-23 02:15:05] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2596 0.008768 10.0.0.130 - - [2026-02-23 02:15:05] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001224 10.0.0.130 - - [2026-02-23 02:15:05] "GET /project/9eacc402-e637-4291-a848-f56694f454a4 HTTP/1.1" 200 2191 0.067204 10.0.0.130 - - [2026-02-23 02:15:05] "GET /virtual-network/bd4a10da-7633-4c92-b5ae-e6dba754c662 HTTP/1.1" 200 2342 0.006910 10.0.0.130 - - [2026-02-23 02:15:05] "GET /virtual-network/bd4a10da-7633-4c92-b5ae-e6dba754c662 HTTP/1.1" 200 2342 0.005008 10.0.0.130 - - [2026-02-23 02:15:05] "GET /routing-instance/697dfae5-913a-4c5f-9d2c-4eb9bbf95ff5 HTTP/1.1" 200 1494 0.003782 10.0.0.130 - - [2026-02-23 02:15:05] "GET /routing-instance/697dfae5-913a-4c5f-9d2c-4eb9bbf95ff5 HTTP/1.1" 200 1494 0.003590 10.0.0.130 - - [2026-02-23 02:15:05] "GET /route-target/357d2050-55c0-41ec-96bb-5e24c1e1f123 HTTP/1.1" 200 1220 0.003494 10.0.0.130 - - [2026-02-23 02:15:05] "GET /virtual-network/bd4a10da-7633-4c92-b5ae-e6dba754c662 HTTP/1.1" 200 2342 0.009802 10.0.0.130 - - [2026-02-23 02:15:05] "GET /routing-instance/697dfae5-913a-4c5f-9d2c-4eb9bbf95ff5 HTTP/1.1" 200 1494 0.003946 10.0.0.130 - - [2026-02-23 02:15:05] "GET /virtual-network/bd4a10da-7633-4c92-b5ae-e6dba754c662?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005246 10.0.0.130 - - [2026-02-23 02:15:05] "GET /virtual-network/bd4a10da-7633-4c92-b5ae-e6dba754c662 HTTP/1.1" 200 2342 0.005978 10.0.0.130 - - [2026-02-23 02:15:05] "GET /routing-instance/697dfae5-913a-4c5f-9d2c-4eb9bbf95ff5 HTTP/1.1" 200 1494 0.003316 10.0.0.130 - - [2026-02-23 02:15:05] "GET /routing-instance/697dfae5-913a-4c5f-9d2c-4eb9bbf95ff5 HTTP/1.1" 200 1494 0.003188 10.0.0.130 - - [2026-02-23 02:15:05] "GET /route-target/357d2050-55c0-41ec-96bb-5e24c1e1f123 HTTP/1.1" 200 1220 0.002792 10.0.0.130 - - [2026-02-23 02:15:05] "GET /domains HTTP/1.1" 200 281 0.002765 10.0.0.130 - - [2026-02-23 02:15:05] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000889 10.0.0.130 - - [2026-02-23 02:15:05] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2596 0.006031 10.0.0.130 - - [2026-02-23 02:15:05] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000942 10.0.0.130 - - [2026-02-23 02:15:05] "GET /project/9eacc402-e637-4291-a848-f56694f454a4 HTTP/1.1" 200 2191 0.064311 10.0.0.130 - - [2026-02-23 02:15:05] "GET /virtual-network/bd4a10da-7633-4c92-b5ae-e6dba754c662 HTTP/1.1" 200 2342 0.008407 10.0.0.130 - - [2026-02-23 02:15:05] "GET /obj-perms HTTP/1.1" 200 5073 0.062886 10.0.0.130 - - [2026-02-23 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.130 - - [2026-02-23 02:15:05] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000891 10.0.0.130 - - [2026-02-23 02:15:05] "GET /project/9eacc402-e637-4291-a848-f56694f454a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.027644 10.0.0.130 - - [2026-02-23 02:15:06] "POST /neutron/network HTTP/1.1" 200 117 0.012035 10.0.0.130 - - [2026-02-23 02:15:06] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001494 10.0.0.130 - - [2026-02-23 02:15:06] "POST /neutron/network HTTP/1.1" 200 619 0.069562 10.0.0.130 - - [2026-02-23 02:15:06] "POST /route-targets HTTP/1.1" 200 328 0.016190 10.0.0.130 - - [2026-02-23 02:15:06] "POST /ref-update HTTP/1.1" 200 156 0.014229 10.0.0.130 - - [2026-02-23 02:15:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004025 10.0.0.130 - - [2026-02-23 02:15:06] "POST /neutron/subnet HTTP/1.1" 200 725 0.161007 10.0.0.130 - - [2026-02-23 02:15:06] "POST /neutron/network HTTP/1.1" 200 838 0.005098 10.0.0.130 - - [2026-02-23 02:15:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.001134 10.0.0.130 - - [2026-02-23 02:15:06] "GET /virtual-network/29b2c939-da04-46bd-9af8-3b390be610e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004636 10.0.0.130 - - [2026-02-23 02:15:06] "POST /neutron/network HTTP/1.1" 200 838 0.005535 10.0.0.130 - - [2026-02-23 02:15:06] "GET /virtual-network/29b2c939-da04-46bd-9af8-3b390be610e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004399 10.0.0.130 - - [2026-02-23 02:15:06] "POST /neutron/network HTTP/1.1" 200 838 0.005349 10.0.0.130 - - [2026-02-23 02:15:06] "POST /neutron/subnet HTTP/1.1" 200 725 0.007120 10.0.0.130 - - [2026-02-23 02:15:06] "GET /domains HTTP/1.1" 200 281 0.002371 10.0.0.130 - - [2026-02-23 02:15:06] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.130 - - [2026-02-23 02:15:06] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2596 0.006381 10.0.0.130 - - [2026-02-23 02:15:06] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000979 10.0.0.130 - - [2026-02-23 02:15:06] "GET /project/9eacc402-e637-4291-a848-f56694f454a4 HTTP/1.1" 200 2420 0.068763 10.0.0.130 - - [2026-02-23 02:15:06] "GET /virtual-network/29b2c939-da04-46bd-9af8-3b390be610e8 HTTP/1.1" 200 2344 0.005566 10.0.0.130 - - [2026-02-23 02:15:06] "GET /virtual-network/29b2c939-da04-46bd-9af8-3b390be610e8 HTTP/1.1" 200 2344 0.004550 10.0.0.130 - - [2026-02-23 02:15:06] "GET /routing-instance/573ac39b-9c77-4499-904e-7487512c0473 HTTP/1.1" 200 1494 0.003122 10.0.0.130 - - [2026-02-23 02:15:06] "GET /routing-instance/573ac39b-9c77-4499-904e-7487512c0473 HTTP/1.1" 200 1494 0.003022 10.0.0.130 - - [2026-02-23 02:15:06] "GET /route-target/9462178b-c743-4fa7-a3f0-492b4e5d4036 HTTP/1.1" 200 1221 0.002711 10.0.0.130 - - [2026-02-23 02:15:06] "GET /virtual-network/29b2c939-da04-46bd-9af8-3b390be610e8 HTTP/1.1" 200 2344 0.004657 10.0.0.130 - - [2026-02-23 02:15:06] "GET /routing-instance/573ac39b-9c77-4499-904e-7487512c0473 HTTP/1.1" 200 1494 0.003154 10.0.0.130 - - [2026-02-23 02:15:06] "GET /virtual-network/29b2c939-da04-46bd-9af8-3b390be610e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004503 10.0.0.130 - - [2026-02-23 02:15:06] "GET /virtual-network/29b2c939-da04-46bd-9af8-3b390be610e8 HTTP/1.1" 200 2344 0.004380 10.0.0.130 - - [2026-02-23 02:15:06] "GET /routing-instance/573ac39b-9c77-4499-904e-7487512c0473 HTTP/1.1" 200 1494 0.002919 10.0.0.130 - - [2026-02-23 02:15:06] "GET /routing-instance/573ac39b-9c77-4499-904e-7487512c0473 HTTP/1.1" 200 1494 0.003135 10.0.0.130 - - [2026-02-23 02:15:06] "GET /route-target/9462178b-c743-4fa7-a3f0-492b4e5d4036 HTTP/1.1" 200 1221 0.002488 10.0.0.130 - - [2026-02-23 02:15:06] "GET /domains HTTP/1.1" 200 281 0.002817 10.0.0.130 - - [2026-02-23 02:15:06] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001020 10.0.0.130 - - [2026-02-23 02:15:06] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2596 0.007238 10.0.0.130 - - [2026-02-23 02:15:06] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000815 10.0.0.130 - - [2026-02-23 02:15:06] "GET /project/9eacc402-e637-4291-a848-f56694f454a4 HTTP/1.1" 200 2420 0.068181 10.0.0.130 - - [2026-02-23 02:15:06] "GET /virtual-network/29b2c939-da04-46bd-9af8-3b390be610e8 HTTP/1.1" 200 2344 0.004669 10.0.0.130 - - [2026-02-23 02:15:06] "GET /obj-perms HTTP/1.1" 200 5073 0.002950 10.0.0.130 - - [2026-02-23 02:15:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.001177 10.0.0.130 - - [2026-02-23 02:15:06] "POST /neutron/network HTTP/1.1" 200 848 0.005047 10.0.0.130 - - [2026-02-23 02:15:06] "GET /aaa-mode HTTP/1.1" 401 293 0.000431 10.0.0.130 - - [2026-02-23 02:15:07] "GET / HTTP/1.1" 200 36215 0.001658 10.0.0.130 - - [2026-02-23 02:15:07] "GET /project/9eacc402-e637-4291-a848-f56694f454a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000344 10.0.0.130 - - [2026-02-23 02:15:07] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000934 10.0.0.130 - - [2026-02-23 02:15:07] "GET /project/9eacc402-e637-4291-a848-f56694f454a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.041711 10.0.0.130 - - [2026-02-23 02:15:07] "POST /neutron/network HTTP/1.1" 200 838 0.004907 10.0.0.130 - - [2026-02-23 02:15:07] "POST /neutron/port HTTP/1.1" 200 117 0.005085 10.0.0.130 - - [2026-02-23 02:15:07] "POST /neutron/port HTTP/1.1" 200 117 0.005955 10.0.0.130 - - [2026-02-23 02:15:07] "POST /id-to-fqname HTTP/1.1" 200 233 0.002400 10.0.0.130 - - [2026-02-23 02:15:07] "POST /neutron/port HTTP/1.1" 200 117 0.004700 10.0.0.130 - - [2026-02-23 02:15:07] "POST /neutron/network HTTP/1.1" 200 847 0.005428 10.0.0.130 - - [2026-02-23 02:15:08] "GET /aaa-mode HTTP/1.1" 401 293 0.000437 10.0.0.130 - - [2026-02-23 02:15:08] "POST /neutron/network HTTP/1.1" 200 848 0.005711 10.0.0.130 - - [2026-02-23 02:15:08] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001541 10.0.0.130 - - [2026-02-23 02:15:08] "GET / HTTP/1.1" 200 36215 0.001629 10.0.0.130 - - [2026-02-23 02:15:08] "GET /project/9eacc402-e637-4291-a848-f56694f454a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000414 10.0.0.130 - - [2026-02-23 02:15:08] "POST /neutron/port HTTP/1.1" 200 1072 0.244462 10.0.0.130 - - [2026-02-23 02:15:08] "POST /neutron/port HTTP/1.1" 200 1072 0.009938 10.0.0.130 - - [2026-02-23 02:15:08] "POST /neutron/port HTTP/1.1" 200 1072 0.008738 10.0.0.130 - - [2026-02-23 02:15:08] "POST /neutron/port HTTP/1.1" 200 1126 0.075612 10.0.0.130 - - [2026-02-23 02:15:08] "POST /neutron/port HTTP/1.1" 200 1136 0.010917 10.0.0.130 - - [2026-02-23 02:15:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003304 10.0.0.130 - - [2026-02-23 02:15:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.006422 10.0.0.130 - - [2026-02-23 02:15:08] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000907 10.0.0.130 - - [2026-02-23 02:15:08] "POST /neutron/port HTTP/1.1" 200 117 0.001842 10.0.0.130 - - [2026-02-23 02:15:08] "GET /project/9eacc402-e637-4291-a848-f56694f454a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.054277 10.0.0.130 - - [2026-02-23 02:15:08] "POST /neutron/network HTTP/1.1" 200 838 0.005994 10.0.0.130 - - [2026-02-23 02:15:08] "POST /neutron/network HTTP/1.1" 200 837 0.005990 10.0.0.130 - - [2026-02-23 02:15:08] "POST /neutron/port HTTP/1.1" 200 1136 0.013476 10.0.0.130 - - [2026-02-23 02:15:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006110 10.0.0.130 - - [2026-02-23 02:15:08] "POST /neutron/port HTTP/1.1" 200 117 0.005384 10.0.0.130 - - [2026-02-23 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.130 - - [2026-02-23 02:15:09] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001369 10.0.0.130 - - [2026-02-23 02:15:09] "GET /project/9eacc402-e637-4291-a848-f56694f454a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.045901 10.0.0.130 - - [2026-02-23 02:15:09] "GET /virtual-network/bd4a10da-7633-4c92-b5ae-e6dba754c662?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006724 10.0.0.130 - - [2026-02-23 02:15:09] "GET /floating-ip-pools?parent_id=bd4a10da-7633-4c92-b5ae-e6dba754c662&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003942 10.0.0.130 - - [2026-02-23 02:15:09] "GET /virtual-network/bd4a10da-7633-4c92-b5ae-e6dba754c662?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006546 10.0.0.130 - - [2026-02-23 02:15:09] "POST /floating-ip-pools HTTP/1.1" 200 611 0.023969 10.0.0.130 - - [2026-02-23 02:15:09] "POST /neutron/network HTTP/1.1" 200 847 0.005239 10.0.0.130 - - [2026-02-23 02:15:09] "POST /ref-update HTTP/1.1" 200 156 0.017355 10.0.0.130 - - [2026-02-23 02:15:09] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.005237 10.0.0.130 - - [2026-02-23 02:15:09] "GET /virtual-network/bd4a10da-7633-4c92-b5ae-e6dba754c662?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006647 10.0.0.130 - - [2026-02-23 02:15:09] "GET /domains HTTP/1.1" 200 281 0.006002 10.0.0.130 - - [2026-02-23 02:15:09] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001236 10.0.0.130 - - [2026-02-23 02:15:09] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2596 0.007080 10.0.0.130 - - [2026-02-23 02:15:09] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001597 10.0.0.130 - - [2026-02-23 02:15:09] "GET /project/9eacc402-e637-4291-a848-f56694f454a4 HTTP/1.1" 200 3265 0.106992 10.0.0.130 - - [2026-02-23 02:15:09] "GET /virtual-network/bd4a10da-7633-4c92-b5ae-e6dba754c662 HTTP/1.1" 200 2935 0.009334 10.0.0.130 - - [2026-02-23 02:15:09] "GET /floating-ip-pool/5423fcbe-fd80-475b-a1ca-522ed421396d HTTP/1.1" 200 1444 0.003608 10.0.0.130 - - [2026-02-23 02:15:09] "GET /domains HTTP/1.1" 200 281 0.002411 10.0.0.130 - - [2026-02-23 02:15:09] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.130 - - [2026-02-23 02:15:09] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2596 0.007251 10.0.0.130 - - [2026-02-23 02:15:09] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000811 10.0.0.130 - - [2026-02-23 02:15:09] "POST /neutron/port HTTP/1.1" 200 1071 0.360053 10.0.0.130 - - [2026-02-23 02:15:09] "GET /project/9eacc402-e637-4291-a848-f56694f454a4 HTTP/1.1" 200 3265 0.119437 10.0.0.130 - - [2026-02-23 02:15:09] "GET /virtual-network/bd4a10da-7633-4c92-b5ae-e6dba754c662 HTTP/1.1" 200 3157 0.019763 10.0.0.130 - - [2026-02-23 02:15:09] "POST /neutron/port HTTP/1.1" 200 1071 0.046858 10.0.0.130 - - [2026-02-23 02:15:09] "GET /virtual-network/bd4a10da-7633-4c92-b5ae-e6dba754c662?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005735 10.0.0.130 - - [2026-02-23 02:15:09] "POST /neutron/port HTTP/1.1" 200 1071 0.010312 10.0.0.130 - - [2026-02-23 02:15:09] "POST /neutron/port HTTP/1.1" 200 1136 0.020752 10.0.0.130 - - [2026-02-23 02:15:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008852 10.0.0.130 - - [2026-02-23 02:15:09] "POST /neutron/port HTTP/1.1" 200 1125 0.091526 10.0.0.130 - - [2026-02-23 02:15:09] "POST /neutron/port HTTP/1.1" 200 1135 0.011164 10.0.0.130 - - [2026-02-23 02:15:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003139 10.0.0.130 - - [2026-02-23 02:15:09] "POST /neutron/subnet HTTP/1.1" 200 694 0.007333 10.0.0.130 - - [2026-02-23 02:15:09] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.130 - - [2026-02-23 02:15:09] "POST /neutron/network HTTP/1.1" 200 837 0.005808 10.0.0.130 - - [2026-02-23 02:15:14] "POST /neutron/port HTTP/1.1" 200 1136 0.011214 10.0.0.130 - - [2026-02-23 02:15:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005397 10.0.0.130 - - [2026-02-23 02:15:15] "POST /neutron/port HTTP/1.1" 200 1136 0.011262 10.0.0.130 - - [2026-02-23 02:15:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007471 10.0.0.130 - - [2026-02-23 02:15:15] "POST /neutron/port HTTP/1.1" 200 1136 0.026493 10.0.0.130 - - [2026-02-23 02:15:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005670 10.0.0.130 - - [2026-02-23 02:15:15] "GET /virtual-machine/70c769f9-332a-4d02-8d24-f179a922f303 HTTP/1.1" 200 1306 0.006312 10.0.0.130 - - [2026-02-23 02:15:15] "GET /virtual-machine-interface/0ce8824b-c5a6-4286-96e6-bf8769b7639d HTTP/1.1" 200 3010 0.004572 10.0.0.130 - - [2026-02-23 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002429 10.0.0.130 - - [2026-02-23 02:15:15] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003000 10.0.0.130 - - [2026-02-23 02:15:15] "GET /virtual-networks?parent_id=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003008 10.0.0.130 - - [2026-02-23 02:15:15] "GET /virtual-network/29b2c939-da04-46bd-9af8-3b390be610e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004552 10.0.0.130 - - [2026-02-23 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.130 - - [2026-02-23 02:15:18] "GET /virtual-network/29b2c939-da04-46bd-9af8-3b390be610e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004879 10.0.0.130 - - [2026-02-23 02:15:19] "POST /neutron/port HTTP/1.1" 200 1136 0.038253 10.0.0.130 - - [2026-02-23 02:15:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006175 10.0.0.130 - - [2026-02-23 02:15:20] "POST /neutron/port HTTP/1.1" 200 1135 0.015775 10.0.0.130 - - [2026-02-23 02:15:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004887 10.0.0.130 - - [2026-02-23 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.130 - - [2026-02-23 02:15:20] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002841 10.0.0.130 - - [2026-02-23 02:15:20] "GET /virtual-networks?parent_id=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002537 10.0.0.130 - - [2026-02-23 02:15:20] "GET /virtual-network/29b2c939-da04-46bd-9af8-3b390be610e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006642 10.0.0.130 - - [2026-02-23 02:15:20] "POST /neutron/port HTTP/1.1" 200 1136 0.014083 10.0.0.130 - - [2026-02-23 02:15:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005271 10.0.0.130 - - [2026-02-23 02:15:25] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001147 10.0.0.130 - - [2026-02-23 02:15:25] "POST /neutron/floatingip HTTP/1.1" 200 529 0.057422 10.0.0.130 - - [2026-02-23 02:15:25] "POST /neutron/port HTTP/1.1" 200 1136 0.013624 10.0.0.130 - - [2026-02-23 02:15:25] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005302 10.0.0.130 - - [2026-02-23 02:15:25] "POST /neutron/floatingip HTTP/1.1" 200 576 0.039045 10.0.0.130 - - [2026-02-23 02:15:25] "POST /neutron/port HTTP/1.1" 200 1135 0.011083 10.0.0.130 - - [2026-02-23 02:15:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006800 10.0.0.130 - - [2026-02-23 02:15:26] "POST /neutron/port HTTP/1.1" 200 1135 0.011361 10.0.0.130 - - [2026-02-23 02:15:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005274 10.0.0.130 - - [2026-02-23 02:15:26] "POST /neutron/port HTTP/1.1" 200 1135 0.012472 10.0.0.130 - - [2026-02-23 02:15:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005711 10.0.0.130 - - [2026-02-23 02:15:26] "GET /virtual-machine/4d7ac8bf-4bbf-4f5b-b58f-ccc95e41a610 HTTP/1.1" 200 1306 0.003973 10.0.0.130 - - [2026-02-23 02:15:26] "GET /virtual-machine-interface/04038a2e-6574-44a5-93e3-1a27622b2255 HTTP/1.1" 200 3010 0.004473 10.0.0.130 - - [2026-02-23 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.130 - - [2026-02-23 02:15:26] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002757 10.0.0.130 - - [2026-02-23 02:15:26] "GET /virtual-networks?parent_id=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002907 10.0.0.130 - - [2026-02-23 02:15:26] "GET /virtual-network/bd4a10da-7633-4c92-b5ae-e6dba754c662?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004798 10.0.0.130 - - [2026-02-23 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.130 - - [2026-02-23 02:15:27] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003882 10.0.0.130 - - [2026-02-23 02:15:27] "GET /virtual-networks?parent_id=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002999 10.0.0.130 - - [2026-02-23 02:15:27] "GET /virtual-network/bd4a10da-7633-4c92-b5ae-e6dba754c662?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.010435 10.0.0.130 - - [2026-02-23 02:15:27] "POST /neutron/floatingip HTTP/1.1" 200 576 0.010251 10.0.0.130 - - [2026-02-23 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.130 - - [2026-02-23 02:15:27] "GET /routing-instance/697dfae5-913a-4c5f-9d2c-4eb9bbf95ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.002752 10.0.0.130 - - [2026-02-23 02:15:27] "GET /route-target/357d2050-55c0-41ec-96bb-5e24c1e1f123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003015 10.0.0.130 - - [2026-02-23 02:15:27] "GET /floating-ip/bc6e2ff7-7eee-4302-b91f-7f97ced229cc HTTP/1.1" 200 1893 0.004484 10.0.0.130 - - [2026-02-23 02:15:30] "POST /neutron/floatingip HTTP/1.1" 200 576 0.015027 10.0.0.130 - - [2026-02-23 02:15:30] "POST /neutron/floatingip HTTP/1.1" 200 529 0.017773 10.0.0.130 - - [2026-02-23 02:15:30] "POST /neutron/floatingip HTTP/1.1" 200 529 0.004718 10.0.0.130 - - [2026-02-23 02:15:30] "POST /neutron/floatingip HTTP/1.1" 200 115 0.030673 10.0.0.130 - - [2026-02-23 02:15:30] "GET /floating-ip-pool/5423fcbe-fd80-475b-a1ca-522ed421396d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.002594 10.0.0.130 - - [2026-02-23 02:15:30] "POST /ref-update HTTP/1.1" 200 156 0.007241 10.0.0.130 - - [2026-02-23 02:15:30] "DELETE /floating-ip-pool/5423fcbe-fd80-475b-a1ca-522ed421396d HTTP/1.1" 200 115 0.020222 10.0.0.130 - - [2026-02-23 02:15:31] "POST /neutron/network HTTP/1.1" 200 838 0.005265 10.0.0.130 - - [2026-02-23 02:15:31] "POST /neutron/network HTTP/1.1" 400 204 0.013572 10.0.0.130 - - [2026-02-23 02:15:31] "POST /neutron/port HTTP/1.1" 200 1135 0.015272 10.0.0.130 - - [2026-02-23 02:15:31] "POST /neutron/port HTTP/1.1" 200 1125 0.009481 10.0.0.130 - - [2026-02-23 02:15:31] "POST /neutron/port HTTP/1.1" 200 1136 0.023790 10.0.0.130 - - [2026-02-23 02:15:31] "POST /neutron/port HTTP/1.1" 200 1126 0.014490 10.0.0.130 - - [2026-02-23 02:15:31] "POST /neutron/port HTTP/1.1" 200 151 0.138345 10.0.0.130 - - [2026-02-23 02:15:31] "POST /neutron/port HTTP/1.1" 200 151 0.148948 10.0.0.130 - - [2026-02-23 02:15:33] "POST /neutron/network HTTP/1.1" 200 838 0.007673 10.0.0.130 - - [2026-02-23 02:15:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001698 10.0.0.130 - - [2026-02-23 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005145 10.0.0.130 - - [2026-02-23 02:15:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002559 10.0.0.130 - - [2026-02-23 02:15:33] "POST /neutron/network HTTP/1.1" 200 151 0.087113 10.0.0.130 - - [2026-02-23 02:15:33] "DELETE /route-target/9462178b-c743-4fa7-a3f0-492b4e5d4036 HTTP/1.1" 200 115 0.016110 10.0.0.130 - - [2026-02-23 02:15:33] "GET /routing-instance/573ac39b-9c77-4499-904e-7487512c0473 HTTP/1.1" 404 171 0.002824 10.0.0.130 - - [2026-02-23 02:15:33] "GET /domains HTTP/1.1" 200 281 0.002018 10.0.0.130 - - [2026-02-23 02:15:33] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000846 10.0.0.130 - - [2026-02-23 02:15:33] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2596 0.048695 10.0.0.130 - - [2026-02-23 02:15:33] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001346 10.0.0.130 - - [2026-02-23 02:15:33] "GET /project/9eacc402-e637-4291-a848-f56694f454a4 HTTP/1.1" 200 2191 0.067638 10.0.0.130 - - [2026-02-23 02:15:33] "POST /neutron/network HTTP/1.1" 200 837 0.004693 10.0.0.130 - - [2026-02-23 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.130 - - [2026-02-23 02:15:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001866 10.0.0.130 - - [2026-02-23 02:15:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002369 10.0.0.130 - - [2026-02-23 02:15:33] "POST /neutron/network HTTP/1.1" 200 151 0.081602 10.0.0.130 - - [2026-02-23 02:15:33] "GET /routing-instance/697dfae5-913a-4c5f-9d2c-4eb9bbf95ff5 HTTP/1.1" 404 171 0.002599 10.0.0.130 - - [2026-02-23 02:15:33] "DELETE /route-target/357d2050-55c0-41ec-96bb-5e24c1e1f123 HTTP/1.1" 200 115 0.016784 10.0.0.130 - - [2026-02-23 02:15:33] "GET /domains HTTP/1.1" 200 281 0.002516 10.0.0.130 - - [2026-02-23 02:15:33] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000873 10.0.0.130 - - [2026-02-23 02:15:33] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2596 0.049544 10.0.0.130 - - [2026-02-23 02:15:33] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001345 10.0.0.130 - - [2026-02-23 02:15:33] "GET /project/9eacc402-e637-4291-a848-f56694f454a4 HTTP/1.1" 200 1940 0.065672 10.0.0.130 - - [2026-02-23 02:15:33] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001202 10.0.0.130 - - [2026-02-23 02:15:33] "GET /project/9eacc402-e637-4291-a848-f56694f454a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.022010 10.0.0.130 - - [2026-02-23 02:15:33] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061 10.0.0.130 - - [2026-02-23 02:15:33] "GET /project/9eacc402-e637-4291-a848-f56694f454a4?fields=virtual_networks HTTP/1.1" 200 1069 0.064701 10.0.0.130 - - [2026-02-23 02:15:33] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000927 10.0.0.130 - - [2026-02-23 02:15:33] "GET /project/9eacc402-e637-4291-a848-f56694f454a4?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.021409 10.0.0.130 - - [2026-02-23 02:15:34] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001166 10.0.0.130 - - [2026-02-23 02:15:34] "GET /project/9eacc402-e637-4291-a848-f56694f454a4?fields=security_groups HTTP/1.1" 200 1308 0.022784 10.0.0.130 - - [2026-02-23 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 183 0.030786 10.0.0.130 - - [2026-02-23 02:15:34] "GET /projects?obj_uuids=08ecb828-13e5-4226-8144-cf3c16d74248&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002363 10.0.0.130 - - [2026-02-23 02:15:34] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.130 - - [2026-02-23 02:15:34] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006247 10.0.0.130 - - [2026-02-23 02:15:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.001894 10.0.0.130 - - [2026-02-23 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.002084 10.0.0.130 - - [2026-02-23 02:15:35] "POST /security-groups HTTP/1.1" 200 586 0.080200 10.0.0.130 - - [2026-02-23 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.002728 10.0.0.130 - - [2026-02-23 02:15:35] "POST /projects HTTP/1.1" 200 575 0.226092 10.0.0.130 - - [2026-02-23 02:15:35] "POST /access-control-lists HTTP/1.1" 200 593 0.060475 10.0.0.130 - - [2026-02-23 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.298209 10.0.0.130 - - [2026-02-23 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.002476 10.0.0.130 - - [2026-02-23 02:15:35] "GET /project/08ecb828-13e5-4226-8144-cf3c16d74248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.427137 10.0.0.130 - - [2026-02-23 02:15:35] "POST /access-control-lists HTTP/1.1" 200 591 0.061564 10.0.0.130 - - [2026-02-23 02:15:36] "GET / HTTP/1.1" 200 36215 0.001689 10.0.0.130 - - [2026-02-23 02:15:37] "GET /projects?obj_uuids=08ecb828-13e5-4226-8144-cf3c16d74248&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000943 10.0.0.130 - - [2026-02-23 02:15:37] "GET /project/08ecb828-13e5-4226-8144-cf3c16d74248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.026260 10.0.0.130 - - [2026-02-23 02:15:37] "GET /projects?obj_uuids=08ecb828-13e5-4226-8144-cf3c16d74248&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001174 10.0.0.130 - - [2026-02-23 02:15:37] "GET /project/08ecb828-13e5-4226-8144-cf3c16d74248?fields=virtual_networks HTTP/1.1" 200 1032 0.071200 10.0.0.130 - - [2026-02-23 02:15:37] "GET /projects?obj_uuids=08ecb828-13e5-4226-8144-cf3c16d74248&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000935 10.0.0.130 - - [2026-02-23 02:15:37] "GET /project/08ecb828-13e5-4226-8144-cf3c16d74248?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.022911 10.0.0.130 - - [2026-02-23 02:15:37] "GET /projects?obj_uuids=08ecb828-13e5-4226-8144-cf3c16d74248&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001072 10.0.0.130 - - [2026-02-23 02:15:37] "GET /project/08ecb828-13e5-4226-8144-cf3c16d74248?fields=security_groups HTTP/1.1" 200 1254 0.034662 10.0.0.130 - - [2026-02-23 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 183 0.029217 10.0.0.130 - - [2026-02-23 02:15:38] "GET /projects?obj_uuids=833821f1-6099-488b-b036-37924c1ba0f3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002074 10.0.0.130 - - [2026-02-23 02:15:38] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.130 - - [2026-02-23 02:15:38] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006459 10.0.0.130 - - [2026-02-23 02:15:38] "POST /id-to-fqname HTTP/1.1" 200 185 0.002202 10.0.0.130 - - [2026-02-23 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 194 0.002038 10.0.0.130 - - [2026-02-23 02:15:38] "POST /security-groups HTTP/1.1" 200 586 0.060504 10.0.0.130 - - [2026-02-23 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 229 0.002385 10.0.0.130 - - [2026-02-23 02:15:39] "POST /projects HTTP/1.1" 200 575 0.202745 10.0.0.130 - - [2026-02-23 02:15:39] "POST /access-control-lists HTTP/1.1" 200 593 0.057232 10.0.0.130 - - [2026-02-23 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.275374 10.0.0.130 - - [2026-02-23 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 228 0.002611 10.0.0.130 - - [2026-02-23 02:15:39] "GET /project/833821f1-6099-488b-b036-37924c1ba0f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.408262 10.0.0.130 - - [2026-02-23 02:15:39] "POST /access-control-lists HTTP/1.1" 200 591 0.063666 10.0.0.130 - - [2026-02-23 02:15:40] "GET / HTTP/1.1" 200 36215 0.001728 10.0.0.130 - - [2026-02-23 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.003482 10.0.0.130 - - [2026-02-23 02:15:40] "GET /projects?obj_uuids=8d01ea3d-bd0e-471f-8694-1448f304f7bb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000944 10.0.0.130 - - [2026-02-23 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 228 0.002177 10.0.0.130 - - [2026-02-23 02:15:40] "POST /access-control-lists HTTP/1.1" 200 592 0.012766 10.0.0.130 - - [2026-02-23 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 227 0.002279 10.0.0.130 - - [2026-02-23 02:15:40] "POST /access-control-lists HTTP/1.1" 200 590 0.015359 10.0.0.130 - - [2026-02-23 02:15:40] "PUT /access-control-list/df5bc298-1246-4dbb-b292-dd026978ab85 HTTP/1.1" 200 273 0.009258 10.0.0.130 - - [2026-02-23 02:15:41] "PUT /access-control-list/a5fcabc1-0723-4b2a-b585-292d979face3 HTTP/1.1" 200 273 0.011397 10.0.0.130 - - [2026-02-23 02:15:41] "POST /neutron/security_group HTTP/1.1" 200 1364 0.346407 10.0.0.130 - - [2026-02-23 02:15:41] "GET /projects?obj_uuids=8d01ea3d-bd0e-471f-8694-1448f304f7bb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000889 10.0.0.130 - - [2026-02-23 02:15:41] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.024701 10.0.0.130 - - [2026-02-23 02:15:41] "PUT /access-control-list/a5fcabc1-0723-4b2a-b585-292d979face3 HTTP/1.1" 200 273 0.012851 10.0.0.130 - - [2026-02-23 02:15:41] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.013397 10.0.0.130 - - [2026-02-23 02:15:41] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.089034 10.0.0.130 - - [2026-02-23 02:15:41] "PUT /access-control-list/a5fcabc1-0723-4b2a-b585-292d979face3 HTTP/1.1" 200 273 0.008636 10.0.0.130 - - [2026-02-23 02:15:41] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009162 10.0.0.130 - - [2026-02-23 02:15:41] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.160955 10.0.0.130 - - [2026-02-23 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.003307 10.0.0.130 - - [2026-02-23 02:15:41] "PUT /access-control-list/a5fcabc1-0723-4b2a-b585-292d979face3 HTTP/1.1" 200 273 0.008494 10.0.0.130 - - [2026-02-23 02:15:41] "GET /projects?obj_uuids=8d01ea3d-bd0e-471f-8694-1448f304f7bb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001246 10.0.0.130 - - [2026-02-23 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 228 0.002673 10.0.0.130 - - [2026-02-23 02:15:41] "POST /access-control-lists HTTP/1.1" 200 592 0.013361 10.0.0.130 - - [2026-02-23 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 227 0.002656 10.0.0.130 - - [2026-02-23 02:15:41] "POST /access-control-lists HTTP/1.1" 200 590 0.015754 10.0.0.130 - - [2026-02-23 02:15:41] "PUT /access-control-list/717562ef-08c6-4472-a707-1e9a972c67c1 HTTP/1.1" 200 273 0.007529 10.0.0.130 - - [2026-02-23 02:15:41] "POST /neutron/security_group HTTP/1.1" 200 1364 0.279940 10.0.0.130 - - [2026-02-23 02:15:41] "GET /projects?obj_uuids=8d01ea3d-bd0e-471f-8694-1448f304f7bb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.008186 10.0.0.130 - - [2026-02-23 02:15:41] "PUT /access-control-list/77ba1c23-377d-4fbf-a6f4-e2e222a33668 HTTP/1.1" 200 273 0.023304 10.0.0.130 - - [2026-02-23 02:15:41] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.036233 10.0.0.130 - - [2026-02-23 02:15:41] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007164 10.0.0.130 - - [2026-02-23 02:15:41] "PUT /access-control-list/77ba1c23-377d-4fbf-a6f4-e2e222a33668 HTTP/1.1" 200 273 0.009627 10.0.0.130 - - [2026-02-23 02:15:41] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.114868 10.0.0.130 - - [2026-02-23 02:15:41] "PUT /access-control-list/77ba1c23-377d-4fbf-a6f4-e2e222a33668 HTTP/1.1" 200 273 0.011139 10.0.0.130 - - [2026-02-23 02:15:41] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009223 10.0.0.130 - - [2026-02-23 02:15:42] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.155825 10.0.0.130 - - [2026-02-23 02:15:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000318 10.0.0.130 - - [2026-02-23 02:15:42] "PUT /access-control-list/77ba1c23-377d-4fbf-a6f4-e2e222a33668 HTTP/1.1" 200 273 0.009451 10.0.0.130 - - [2026-02-23 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 210 0.026757 10.0.0.130 - - [2026-02-23 02:15:42] "GET /projects?obj_uuids=833821f1-6099-488b-b036-37924c1ba0f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000978 10.0.0.130 - - [2026-02-23 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 245 0.002772 10.0.0.130 - - [2026-02-23 02:15:42] "POST /access-control-lists HTTP/1.1" 200 609 0.013293 10.0.0.130 - - [2026-02-23 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 244 0.002437 10.0.0.130 - - [2026-02-23 02:15:42] "POST /access-control-lists HTTP/1.1" 200 607 0.014543 10.0.0.130 - - [2026-02-23 02:15:42] "PUT /access-control-list/e7ab50f9-c771-42d6-bfe3-24cb8edc5d72 HTTP/1.1" 200 273 0.009675 10.0.0.130 - - [2026-02-23 02:15:42] "POST /neutron/security_group HTTP/1.1" 200 1379 0.270628 10.0.0.130 - - [2026-02-23 02:15:42] "GET /projects?obj_uuids=833821f1-6099-488b-b036-37924c1ba0f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000911 10.0.0.130 - - [2026-02-23 02:15:42] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.025432 10.0.0.130 - - [2026-02-23 02:15:42] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008269 10.0.0.130 - - [2026-02-23 02:15:42] "PUT /access-control-list/c9413e9c-59ef-4501-a038-012cb0e45944 HTTP/1.1" 200 273 0.013993 10.0.0.130 - - [2026-02-23 02:15:42] "PUT /access-control-list/c9413e9c-59ef-4501-a038-012cb0e45944 HTTP/1.1" 200 273 0.008003 10.0.0.130 - - [2026-02-23 02:15:42] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.119203 10.0.0.130 - - [2026-02-23 02:15:42] "PUT /access-control-list/c9413e9c-59ef-4501-a038-012cb0e45944 HTTP/1.1" 200 273 0.010350 10.0.0.130 - - [2026-02-23 02:15:42] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013589 10.0.0.130 - - [2026-02-23 02:15:43] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.154142 10.0.0.130 - - [2026-02-23 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 210 0.003968 10.0.0.130 - - [2026-02-23 02:15:43] "PUT /access-control-list/c9413e9c-59ef-4501-a038-012cb0e45944 HTTP/1.1" 200 273 0.009607 10.0.0.130 - - [2026-02-23 02:15:43] "GET /projects?obj_uuids=833821f1-6099-488b-b036-37924c1ba0f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000923 10.0.0.130 - - [2026-02-23 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 245 0.002640 10.0.0.130 - - [2026-02-23 02:15:43] "POST /access-control-lists HTTP/1.1" 200 609 0.013968 10.0.0.130 - - [2026-02-23 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 244 0.002292 10.0.0.130 - - [2026-02-23 02:15:43] "POST /access-control-lists HTTP/1.1" 200 607 0.015875 10.0.0.130 - - [2026-02-23 02:15:43] "PUT /access-control-list/6e25049c-9b0e-4c01-b4b5-ffc9abbb26d3 HTTP/1.1" 200 273 0.009321 10.0.0.130 - - [2026-02-23 02:15:43] "PUT /access-control-list/a4725e42-ca9f-41ac-a48a-c867c01ab4f5 HTTP/1.1" 200 273 0.010339 10.0.0.130 - - [2026-02-23 02:15:43] "POST /neutron/security_group HTTP/1.1" 200 1379 0.298973 10.0.0.130 - - [2026-02-23 02:15:43] "GET /projects?obj_uuids=833821f1-6099-488b-b036-37924c1ba0f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000911 10.0.0.130 - - [2026-02-23 02:15:43] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.037137 10.0.0.130 - - [2026-02-23 02:15:43] "PUT /access-control-list/a4725e42-ca9f-41ac-a48a-c867c01ab4f5 HTTP/1.1" 200 273 0.022529 10.0.0.130 - - [2026-02-23 02:15:43] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011793 10.0.0.130 - - [2026-02-23 02:15:43] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.154928 10.0.0.130 - - [2026-02-23 02:15:43] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014675 10.0.0.130 - - [2026-02-23 02:15:43] "PUT /access-control-list/a4725e42-ca9f-41ac-a48a-c867c01ab4f5 HTTP/1.1" 200 273 0.019623 10.0.0.130 - - [2026-02-23 02:15:43] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.122731 10.0.0.130 - - [2026-02-23 02:15:43] "PUT /access-control-list/a4725e42-ca9f-41ac-a48a-c867c01ab4f5 HTTP/1.1" 200 273 0.007448 10.0.0.130 - - [2026-02-23 02:15:44] "GET /projects?obj_uuids=8d01ea3d-bd0e-471f-8694-1448f304f7bb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000918 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.042942 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.003206 10.0.0.130 - - [2026-02-23 02:15:44] "POST /route-targets HTTP/1.1" 200 328 0.013364 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.002821 10.0.0.130 - - [2026-02-23 02:15:44] "PUT /logical-router/a2ff7855-c0cf-4fa9-9b77-69b8b861ee21 HTTP/1.1" 200 263 0.018200 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.004680 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.002857 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.002861 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.002900 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.003106 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.002970 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.002731 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.002841 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.002711 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.002666 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.002723 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.002930 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.002665 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.002614 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.002887 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.002819 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.002857 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.003040 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.004115 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.002979 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.003661 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.003382 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.003219 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.003172 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.002845 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.003111 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.002958 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.002847 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.002737 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.002763 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.013378 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.003074 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.015022 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 541 0.003117 10.0.0.130 - - [2026-02-23 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.130 - - [2026-02-23 02:15:44] "GET /logical-router/a2ff7855-c0cf-4fa9-9b77-69b8b861ee21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007931 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 151 0.043089 10.0.0.130 - - [2026-02-23 02:15:44] "DELETE /route-target/395038e9-38a8-4a5c-9af5-0cae37e4486a HTTP/1.1" 200 115 0.013894 10.0.0.130 - - [2026-02-23 02:15:44] "GET /projects?obj_uuids=833821f1-6099-488b-b036-37924c1ba0f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000895 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.047037 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.003629 10.0.0.130 - - [2026-02-23 02:15:44] "POST /route-targets HTTP/1.1" 200 328 0.008649 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.003279 10.0.0.130 - - [2026-02-23 02:15:44] "PUT /logical-router/37cc72d6-b8fd-4ff0-827f-89b58a19293e HTTP/1.1" 200 263 0.016172 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.003435 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.003149 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.002633 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.002896 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.002732 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.002741 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.002820 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.003085 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.003109 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.003077 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.003206 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.003039 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.003005 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.002847 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.002942 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.003252 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.003024 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.003044 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.002677 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.002700 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.002555 10.0.0.130 - - [2026-02-23 02:15:44] "POST /neutron/router HTTP/1.1" 200 559 0.003284 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 559 0.003160 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 559 0.002843 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 559 0.002790 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 559 0.002939 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 559 0.003918 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 559 0.002720 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 559 0.002958 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 559 0.003131 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 559 0.015739 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 559 0.003064 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 560 0.017105 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 560 0.003000 10.0.0.130 - - [2026-02-23 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.130 - - [2026-02-23 02:15:45] "GET /logical-router/37cc72d6-b8fd-4ff0-827f-89b58a19293e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002809 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 151 0.041276 10.0.0.130 - - [2026-02-23 02:15:45] "DELETE /route-target/5b544a48-0cb6-498c-9f84-e56cbd1f25e7 HTTP/1.1" 200 115 0.013216 10.0.0.130 - - [2026-02-23 02:15:45] "GET /projects?obj_uuids=8d01ea3d-bd0e-471f-8694-1448f304f7bb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001008 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.039266 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003675 10.0.0.130 - - [2026-02-23 02:15:45] "POST /route-targets HTTP/1.1" 200 328 0.012743 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.004950 10.0.0.130 - - [2026-02-23 02:15:45] "PUT /logical-router/21b7d4c1-4c4f-4b10-8b95-d6ea797dca41 HTTP/1.1" 200 263 0.018233 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.004905 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003934 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.002802 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003312 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.002710 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003599 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003022 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003056 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003473 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003346 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.002974 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003246 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.002971 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003049 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003136 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003763 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003089 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003364 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003858 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.002909 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003347 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003530 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003996 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003136 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003495 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003114 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003288 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.002821 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.002866 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003313 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.015146 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003134 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.017956 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 541 0.003304 10.0.0.130 - - [2026-02-23 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006407 10.0.0.130 - - [2026-02-23 02:15:45] "GET /logical-router/21b7d4c1-4c4f-4b10-8b95-d6ea797dca41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.008719 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/router HTTP/1.1" 200 151 0.045413 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/security_group HTTP/1.1" 200 521 0.002615 10.0.0.130 - - [2026-02-23 02:15:45] "DELETE /route-target/3cf7c9f2-cd47-414d-92e1-cc07bddea395 HTTP/1.1" 200 115 0.015973 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/security_group HTTP/1.1" 200 151 0.031718 10.0.0.130 - - [2026-02-23 02:15:45] "DELETE /access-control-list/6e25049c-9b0e-4c01-b4b5-ffc9abbb26d3 HTTP/1.1" 200 115 0.021691 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/security_group HTTP/1.1" 200 521 0.004295 10.0.0.130 - - [2026-02-23 02:15:45] "DELETE /access-control-list/a4725e42-ca9f-41ac-a48a-c867c01ab4f5 HTTP/1.1" 200 115 0.021956 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/security_group HTTP/1.1" 200 151 0.037387 10.0.0.130 - - [2026-02-23 02:15:45] "DELETE /access-control-list/e7ab50f9-c771-42d6-bfe3-24cb8edc5d72 HTTP/1.1" 200 115 0.020727 10.0.0.130 - - [2026-02-23 02:15:45] "DELETE /access-control-list/c9413e9c-59ef-4501-a038-012cb0e45944 HTTP/1.1" 200 115 0.014658 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/security_group HTTP/1.1" 200 506 0.003472 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/security_group HTTP/1.1" 200 151 0.034264 10.0.0.130 - - [2026-02-23 02:15:45] "DELETE /access-control-list/717562ef-08c6-4472-a707-1e9a972c67c1 HTTP/1.1" 200 115 0.027170 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/security_group HTTP/1.1" 200 506 0.003355 10.0.0.130 - - [2026-02-23 02:15:45] "DELETE /access-control-list/77ba1c23-377d-4fbf-a6f4-e2e222a33668 HTTP/1.1" 200 115 0.019228 10.0.0.130 - - [2026-02-23 02:15:45] "POST /neutron/security_group HTTP/1.1" 200 151 0.034180 10.0.0.130 - - [2026-02-23 02:15:45] "DELETE /access-control-list/df5bc298-1246-4dbb-b292-dd026978ab85 HTTP/1.1" 200 115 0.019542 10.0.0.130 - - [2026-02-23 02:15:46] "DELETE /access-control-list/a5fcabc1-0723-4b2a-b585-292d979face3 HTTP/1.1" 200 115 0.016291 10.0.0.130 - - [2026-02-23 02:15:46] "GET /projects?obj_uuids=833821f1-6099-488b-b036-37924c1ba0f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000925 10.0.0.130 - - [2026-02-23 02:15:46] "GET /project/833821f1-6099-488b-b036-37924c1ba0f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.020290 10.0.0.130 - - [2026-02-23 02:15:46] "GET /projects?obj_uuids=833821f1-6099-488b-b036-37924c1ba0f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000851 10.0.0.130 - - [2026-02-23 02:15:46] "GET /project/833821f1-6099-488b-b036-37924c1ba0f3?fields=virtual_networks HTTP/1.1" 200 1034 0.065802 10.0.0.130 - - [2026-02-23 02:15:46] "GET /projects?obj_uuids=833821f1-6099-488b-b036-37924c1ba0f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000956 10.0.0.130 - - [2026-02-23 02:15:46] "GET /project/833821f1-6099-488b-b036-37924c1ba0f3?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.024747 10.0.0.130 - - [2026-02-23 02:15:46] "GET /projects?obj_uuids=833821f1-6099-488b-b036-37924c1ba0f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000936 10.0.0.130 - - [2026-02-23 02:15:46] "GET /project/833821f1-6099-488b-b036-37924c1ba0f3?fields=security_groups HTTP/1.1" 200 1256 0.021677 10.0.0.130 - - [2026-02-23 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 184 0.023467 10.0.0.130 - - [2026-02-23 02:15:47] "GET /projects?obj_uuids=825d86a8-b6b0-48a0-8254-1606c7dbc783&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001992 10.0.0.130 - - [2026-02-23 02:15:47] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.130 - - [2026-02-23 02:15:47] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006603 10.0.0.130 - - [2026-02-23 02:15:47] "POST /id-to-fqname HTTP/1.1" 200 186 0.001137 10.0.0.130 - - [2026-02-23 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 195 0.003320 10.0.0.130 - - [2026-02-23 02:15:47] "POST /security-groups HTTP/1.1" 200 587 0.060513 10.0.0.130 - - [2026-02-23 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 230 0.002283 10.0.0.130 - - [2026-02-23 02:15:47] "POST /projects HTTP/1.1" 200 577 0.202466 10.0.0.130 - - [2026-02-23 02:15:47] "POST /access-control-lists HTTP/1.1" 200 594 0.058250 10.0.0.130 - - [2026-02-23 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.276618 10.0.0.130 - - [2026-02-23 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 229 0.002581 10.0.0.130 - - [2026-02-23 02:15:47] "GET /project/825d86a8-b6b0-48a0-8254-1606c7dbc783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.397236 10.0.0.130 - - [2026-02-23 02:15:47] "POST /access-control-lists HTTP/1.1" 200 592 0.060791 10.0.0.130 - - [2026-02-23 02:15:48] "GET / HTTP/1.1" 200 36215 0.001760 10.0.0.130 - - [2026-02-23 02:15:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000415 10.0.0.130 - - [2026-02-23 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.052135 10.0.0.130 - - [2026-02-23 02:15:49] "GET /projects?obj_uuids=825d86a8-b6b0-48a0-8254-1606c7dbc783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000964 10.0.0.130 - - [2026-02-23 02:15:49] "GET /project/825d86a8-b6b0-48a0-8254-1606c7dbc783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.020920 10.0.0.130 - - [2026-02-23 02:15:49] "POST /neutron/network HTTP/1.1" 200 117 0.028871 10.0.0.130 - - [2026-02-23 02:15:49] "GET /projects?obj_uuids=825d86a8-b6b0-48a0-8254-1606c7dbc783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001246 10.0.0.130 - - [2026-02-23 02:15:50] "POST /neutron/network HTTP/1.1" 200 601 0.061557 10.0.0.130 - - [2026-02-23 02:15:50] "POST /route-targets HTTP/1.1" 200 328 0.011157 10.0.0.130 - - [2026-02-23 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.013357 10.0.0.130 - - [2026-02-23 02:15:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002409 10.0.0.130 - - [2026-02-23 02:15:50] "POST /neutron/subnet HTTP/1.1" 200 724 0.162832 10.0.0.130 - - [2026-02-23 02:15:50] "POST /neutron/network HTTP/1.1" 200 820 0.004642 10.0.0.130 - - [2026-02-23 02:15:50] "POST /id-to-fqname HTTP/1.1" 200 216 0.000979 10.0.0.130 - - [2026-02-23 02:15:50] "GET /virtual-network/898ae584-92ba-4f42-99a0-2a7647864755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004365 10.0.0.130 - - [2026-02-23 02:15:50] "POST /neutron/network HTTP/1.1" 200 820 0.004927 10.0.0.130 - - [2026-02-23 02:15:50] "GET /virtual-network/898ae584-92ba-4f42-99a0-2a7647864755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004220 10.0.0.130 - - [2026-02-23 02:15:50] "POST /neutron/network HTTP/1.1" 200 820 0.004734 10.0.0.130 - - [2026-02-23 02:15:50] "POST /neutron/subnet HTTP/1.1" 200 724 0.005577 10.0.0.130 - - [2026-02-23 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.001785 10.0.0.130 - - [2026-02-23 02:15:50] "GET /virtual-network/898ae584-92ba-4f42-99a0-2a7647864755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005279 10.0.0.130 - - [2026-02-23 02:15:50] "GET /projects?obj_uuids=825d86a8-b6b0-48a0-8254-1606c7dbc783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001072 10.0.0.130 - - [2026-02-23 02:15:50] "POST /neutron/port HTTP/1.1" 200 1017 0.155699 10.0.0.130 - - [2026-02-23 02:15:50] "GET /virtual-machine-interface/080f054e-a718-4190-a786-ad72fac9f7fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.004698 10.0.0.130 - - [2026-02-23 02:15:50] "GET /virtual-machine-interface/080f054e-a718-4190-a786-ad72fac9f7fe?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.004317 10.0.0.130 - - [2026-02-23 02:15:50] "GET /instance-ip/fd647db2-0793-4d33-8349-886c66ae30eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1597 0.003582 10.0.0.130 - - [2026-02-23 02:15:50] "GET /virtual-machine-interface/080f054e-a718-4190-a786-ad72fac9f7fe HTTP/1.1" 401 293 0.002011 10.0.0.130 - - [2026-02-23 02:15:51] "GET /virtual-machine-interface/080f054e-a718-4190-a786-ad72fac9f7fe HTTP/1.1" 200 2610 0.051349 10.0.0.130 - - [2026-02-23 02:15:51] "POST /neutron/port HTTP/1.1" 200 1017 0.009541 10.0.0.130 - - [2026-02-23 02:15:51] "POST /neutron/port HTTP/1.1" 200 151 0.064782 10.0.0.130 - - [2026-02-23 02:15:51] "POST /neutron/network HTTP/1.1" 200 820 0.004374 10.0.0.130 - - [2026-02-23 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.130 - - [2026-02-23 02:15:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002696 10.0.0.130 - - [2026-02-23 02:15:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001498 10.0.0.130 - - [2026-02-23 02:15:51] "POST /neutron/network HTTP/1.1" 200 151 0.075260 10.0.0.130 - - [2026-02-23 02:15:51] "DELETE /route-target/5ab2b365-d396-40e8-a161-feb171941627 HTTP/1.1" 200 115 0.015131 10.0.0.130 - - [2026-02-23 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.130 - - [2026-02-23 02:15:51] "GET /projects?obj_uuids=825d86a8-b6b0-48a0-8254-1606c7dbc783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000816 10.0.0.130 - - [2026-02-23 02:15:51] "GET /project/825d86a8-b6b0-48a0-8254-1606c7dbc783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.024041 10.0.0.130 - - [2026-02-23 02:15:51] "POST /neutron/network HTTP/1.1" 200 117 0.007741 10.0.0.130 - - [2026-02-23 02:15:51] "GET /projects?obj_uuids=825d86a8-b6b0-48a0-8254-1606c7dbc783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001163 10.0.0.130 - - [2026-02-23 02:15:51] "POST /neutron/network HTTP/1.1" 200 603 0.060318 10.0.0.130 - - [2026-02-23 02:15:52] "POST /route-targets HTTP/1.1" 200 328 0.010418 10.0.0.130 - - [2026-02-23 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.008883 10.0.0.130 - - [2026-02-23 02:15:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004625 10.0.0.130 - - [2026-02-23 02:15:52] "POST /neutron/subnet HTTP/1.1" 200 734 0.155010 10.0.0.130 - - [2026-02-23 02:15:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003718 10.0.0.130 - - [2026-02-23 02:15:52] "POST /neutron/subnet HTTP/1.1" 200 734 0.188426 10.0.0.130 - - [2026-02-23 02:15:52] "POST /neutron/network HTTP/1.1" 200 982 0.006246 10.0.0.130 - - [2026-02-23 02:15:52] "POST /id-to-fqname HTTP/1.1" 200 217 0.001000 10.0.0.130 - - [2026-02-23 02:15:52] "GET /virtual-network/3795356f-871b-4e2a-9e07-37389b060f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004057 10.0.0.130 - - [2026-02-23 02:15:52] "POST /neutron/network HTTP/1.1" 200 982 0.006049 10.0.0.130 - - [2026-02-23 02:15:52] "GET /virtual-network/3795356f-871b-4e2a-9e07-37389b060f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004384 10.0.0.130 - - [2026-02-23 02:15:52] "POST /neutron/network HTTP/1.1" 200 982 0.006408 10.0.0.130 - - [2026-02-23 02:15:52] "POST /neutron/subnet HTTP/1.1" 200 734 0.006246 10.0.0.130 - - [2026-02-23 02:15:52] "POST /neutron/subnet HTTP/1.1" 200 734 0.005668 10.0.0.130 - - [2026-02-23 02:15:52] "GET /projects?obj_uuids=825d86a8-b6b0-48a0-8254-1606c7dbc783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000946 10.0.0.130 - - [2026-02-23 02:15:52] "POST /neutron/port HTTP/1.1" 200 1020 0.139772 10.0.0.130 - - [2026-02-23 02:15:52] "GET /projects?obj_uuids=825d86a8-b6b0-48a0-8254-1606c7dbc783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000936 10.0.0.130 - - [2026-02-23 02:15:52] "POST /neutron/port HTTP/1.1" 200 1020 0.140275 10.0.0.130 - - [2026-02-23 02:15:52] "POST /id-to-fqname HTTP/1.1" 200 217 0.001111 10.0.0.130 - - [2026-02-23 02:15:53] "POST /neutron/port HTTP/1.1" 200 1020 0.009532 10.0.0.130 - - [2026-02-23 02:15:53] "POST /neutron/port HTTP/1.1" 200 1020 0.008492 10.0.0.130 - - [2026-02-23 02:15:53] "POST /neutron/network HTTP/1.1" 200 982 0.005830 10.0.0.130 - - [2026-02-23 02:15:53] "POST /neutron/port HTTP/1.1" 200 1020 0.007824 10.0.0.130 - - [2026-02-23 02:15:53] "POST /neutron/port HTTP/1.1" 200 117 0.004544 10.0.0.130 - - [2026-02-23 02:15:53] "POST /neutron/port HTTP/1.1" 200 117 0.004402 10.0.0.130 - - [2026-02-23 02:15:53] "POST /id-to-fqname HTTP/1.1" 200 217 0.001208 10.0.0.130 - - [2026-02-23 02:15:53] "POST /neutron/port HTTP/1.1" 200 117 0.004694 10.0.0.130 - - [2026-02-23 02:15:53] "POST /neutron/port HTTP/1.1" 200 1020 0.008263 10.0.0.130 - - [2026-02-23 02:15:53] "POST /neutron/port HTTP/1.1" 200 1020 0.007738 10.0.0.130 - - [2026-02-23 02:15:53] "POST /neutron/network HTTP/1.1" 200 982 0.006280 10.0.0.130 - - [2026-02-23 02:15:53] "POST /neutron/port HTTP/1.1" 200 1020 0.008358 10.0.0.130 - - [2026-02-23 02:15:53] "POST /neutron/port HTTP/1.1" 200 1020 0.014817 10.0.0.130 - - [2026-02-23 02:15:53] "POST /neutron/port HTTP/1.1" 200 1020 0.008195 10.0.0.130 - - [2026-02-23 02:15:53] "POST /neutron/port HTTP/1.1" 200 117 0.004536 10.0.0.130 - - [2026-02-23 02:15:53] "POST /neutron/port HTTP/1.1" 200 117 0.004336 10.0.0.130 - - [2026-02-23 02:15:53] "POST /neutron/port HTTP/1.1" 200 117 0.004091 10.0.0.130 - - [2026-02-23 02:15:54] "POST /neutron/port HTTP/1.1" 200 1020 0.008717 10.0.0.130 - - [2026-02-23 02:15:54] "POST /neutron/network HTTP/1.1" 200 992 0.004796 10.0.0.130 - - [2026-02-23 02:15:54] "POST /neutron/port HTTP/1.1" 200 1020 0.008055 10.0.0.130 - - [2026-02-23 02:15:54] "POST /neutron/network HTTP/1.1" 200 992 0.005753 10.0.0.130 - - [2026-02-23 02:15:54] "POST /neutron/port HTTP/1.1" 200 1020 0.019214 10.0.0.130 - - [2026-02-23 02:15:54] "POST /neutron/port HTTP/1.1" 200 1020 0.011992 10.0.0.130 - - [2026-02-23 02:15:54] "POST /neutron/port HTTP/1.1" 200 1020 0.010703 10.0.0.130 - - [2026-02-23 02:15:54] "POST /neutron/port HTTP/1.1" 200 1020 0.011437 10.0.0.130 - - [2026-02-23 02:15:54] "POST /neutron/port HTTP/1.1" 200 1112 0.104208 10.0.0.130 - - [2026-02-23 02:15:54] "POST /neutron/port HTTP/1.1" 200 1112 0.107984 10.0.0.130 - - [2026-02-23 02:15:54] "POST /neutron/port HTTP/1.1" 200 1122 0.010520 10.0.0.130 - - [2026-02-23 02:15:54] "POST /neutron/port HTTP/1.1" 200 1122 0.010186 10.0.0.130 - - [2026-02-23 02:15:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003190 10.0.0.130 - - [2026-02-23 02:15:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003397 10.0.0.130 - - [2026-02-23 02:15:54] "POST /neutron/subnet HTTP/1.1" 200 708 0.008396 10.0.0.130 - - [2026-02-23 02:15:54] "POST /neutron/port HTTP/1.1" 200 117 0.001228 10.0.0.130 - - [2026-02-23 02:15:54] "POST /neutron/subnet HTTP/1.1" 200 708 0.014817 10.0.0.130 - - [2026-02-23 02:15:54] "POST /neutron/network HTTP/1.1" 200 982 0.006147 10.0.0.130 - - [2026-02-23 02:15:54] "POST /neutron/port HTTP/1.1" 200 117 0.001317 10.0.0.130 - - [2026-02-23 02:15:54] "POST /neutron/network HTTP/1.1" 200 982 0.011029 10.0.0.130 - - [2026-02-23 02:15:57] "DELETE /project/9eacc402e6374291a848f56694f454a4 HTTP/1.1" 404 173 0.013366 10.0.0.130 - - [2026-02-23 02:15:57] "DELETE /project/825d86a8b6b048a082541606c7dbc783 HTTP/1.1" 404 173 0.011209 10.0.0.130 - - [2026-02-23 02:15:57] "DELETE /project/833821f16099488bb03637924c1ba0f3 HTTP/1.1" 404 173 0.010545 10.0.0.130 - - [2026-02-23 02:15:57] "DELETE /project/08ecb82813e542268144cf3c16d74248 HTTP/1.1" 404 173 0.010202 10.0.0.130 - - [2026-02-23 02:15:57] "GET /projects?obj_uuids=833821f1-6099-488b-b036-37924c1ba0f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001673 10.0.0.130 - - [2026-02-23 02:15:57] "GET /projects?obj_uuids=08ecb828-13e5-4226-8144-cf3c16d74248&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001071 10.0.0.130 - - [2026-02-23 02:15:57] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001028 10.0.0.130 - - [2026-02-23 02:15:57] "GET /project/9eacc402-e637-4291-a848-f56694f454a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.076788 10.0.0.130 - - [2026-02-23 02:15:57] "GET /project/08ecb828-13e5-4226-8144-cf3c16d74248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.091066 10.0.0.130 - - [2026-02-23 02:15:57] "GET /project/833821f1-6099-488b-b036-37924c1ba0f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.104927 10.0.0.130 - - [2026-02-23 02:15:57] "GET /projects?obj_uuids=833821f1-6099-488b-b036-37924c1ba0f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001186 10.0.0.130 - - [2026-02-23 02:15:57] "GET /projects?obj_uuids=08ecb828-13e5-4226-8144-cf3c16d74248&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000782 10.0.0.130 - - [2026-02-23 02:15:57] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000693 10.0.0.130 - - [2026-02-23 02:15:57] "GET /project/9eacc402-e637-4291-a848-f56694f454a4?fields=security_groups HTTP/1.1" 200 1410 0.044294 10.0.0.130 - - [2026-02-23 02:15:57] "GET /project/08ecb828-13e5-4226-8144-cf3c16d74248?fields=security_groups HTTP/1.1" 200 1356 0.051006 10.0.0.130 - - [2026-02-23 02:15:57] "GET /project/833821f1-6099-488b-b036-37924c1ba0f3?fields=security_groups HTTP/1.1" 200 1358 0.062949 10.0.0.130 - - [2026-02-23 02:15:57] "DELETE /security-group/e811701a-b8e5-424e-82f2-907364f070b2 HTTP/1.1" 200 115 0.045091 10.0.0.130 - - [2026-02-23 02:15:57] "GET /projects?obj_uuids=9eacc402-e637-4291-a848-f56694f454a4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001726 10.0.0.130 - - [2026-02-23 02:15:57] "DELETE /access-control-list/215c95b3-e14d-4518-bcef-c0814de5c8de HTTP/1.1" 200 115 0.047698 10.0.0.130 - - [2026-02-23 02:15:57] "GET /project/9eacc402-e637-4291-a848-f56694f454a4?fields=application_policy_sets HTTP/1.1" 200 1449 0.079142 10.0.0.130 - - [2026-02-23 02:15:57] "DELETE /security-group/acb4d448-65e5-4e33-b80a-ffa814584440 HTTP/1.1" 200 115 0.125280 10.0.0.130 - - [2026-02-23 02:15:57] "GET /projects?obj_uuids=08ecb828-13e5-4226-8144-cf3c16d74248&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000908 10.0.0.130 - - [2026-02-23 02:15:57] "DELETE /access-control-list/a039743b-c5fe-4565-8c6d-69e4e1e0b8cb HTTP/1.1" 200 115 0.065314 10.0.0.130 - - [2026-02-23 02:15:57] "DELETE /security-group/67207b4b-ff59-455f-8571-49a898b6a6e8 HTTP/1.1" 200 115 0.136282 10.0.0.130 - - [2026-02-23 02:15:57] "GET /projects?obj_uuids=833821f1-6099-488b-b036-37924c1ba0f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000867 10.0.0.130 - - [2026-02-23 02:15:57] "GET /project/08ecb828-13e5-4226-8144-cf3c16d74248?fields=application_policy_sets HTTP/1.1" 200 1395 0.039769 10.0.0.130 - - [2026-02-23 02:15:57] "DELETE /access-control-list/be978f0f-fedb-4774-88d8-556e0107f089 HTTP/1.1" 200 115 0.038474 10.0.0.130 - - [2026-02-23 02:15:57] "GET /project/833821f1-6099-488b-b036-37924c1ba0f3?fields=application_policy_sets HTTP/1.1" 200 1397 0.092880 10.0.0.130 - - [2026-02-23 02:15:57] "DELETE /access-control-list/9c68dccf-1040-46a7-8da6-afd647b61ff9 HTTP/1.1" 200 115 0.060514 10.0.0.130 - - [2026-02-23 02:15:57] "DELETE /access-control-list/3dc2cf2e-fdc5-4eca-b6b6-d83a581b6e02 HTTP/1.1" 200 115 0.055501 10.0.0.130 - - [2026-02-23 02:15:57] "DELETE /project/9eacc402-e637-4291-a848-f56694f454a4 HTTP/1.1" 200 115 0.570378 10.0.0.130 - - [2026-02-23 02:15:57] "DELETE /access-control-list/cc8b2692-e368-4f59-847e-5910a33c2513 HTTP/1.1" 200 115 0.036251 10.0.0.130 - - [2026-02-23 02:15:57] "DELETE /project/08ecb828-13e5-4226-8144-cf3c16d74248 HTTP/1.1" 200 115 0.628848 10.0.0.130 - - [2026-02-23 02:15:57] "DELETE /project/833821f1-6099-488b-b036-37924c1ba0f3 HTTP/1.1" 200 115 0.634609 10.0.0.130 - - [2026-02-23 02:15:58] "POST /neutron/port HTTP/1.1" 200 1122 0.011267 10.0.0.130 - - [2026-02-23 02:15:58] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005446 10.0.0.130 - - [2026-02-23 02:15:58] "POST /neutron/port HTTP/1.1" 200 1122 0.014629 10.0.0.130 - - [2026-02-23 02:15:58] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005162 10.0.0.130 - - [2026-02-23 02:15:58] "POST /neutron/port HTTP/1.1" 200 1122 0.013014 10.0.0.130 - - [2026-02-23 02:15:58] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005133 10.0.0.130 - - [2026-02-23 02:15:58] "GET /virtual-machine/d869825d-906a-47ba-aa30-242a1742ea7f HTTP/1.1" 200 1287 0.005439 10.0.0.130 - - [2026-02-23 02:15:58] "GET /virtual-machine-interface/8a3be068-9ee6-48be-bb9a-585fdcd88d4c HTTP/1.1" 200 2931 0.004231 10.0.0.130 - - [2026-02-23 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002390 10.0.0.130 - - [2026-02-23 02:15:58] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004118 10.0.0.130 - - [2026-02-23 02:15:59] "GET /virtual-networks?parent_id=825d86a8-b6b0-48a0-8254-1606c7dbc783&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002964 10.0.0.130 - - [2026-02-23 02:15:59] "GET /virtual-network/3795356f-871b-4e2a-9e07-37389b060f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.005124 10.0.0.130 - - [2026-02-23 02:16:01] "GET /obj-perms HTTP/1.1" 200 5075 0.070336 10.0.0.130 - - [2026-02-23 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002626 10.0.0.130 - - [2026-02-23 02:16:02] "GET /virtual-network/3795356f-871b-4e2a-9e07-37389b060f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004196 10.0.0.130 - - [2026-02-23 02:16:02] "GET /obj-perms HTTP/1.1" 200 5075 0.054238 10.0.0.130 - - [2026-02-23 02:16:03] "POST /neutron/port HTTP/1.1" 200 1122 0.015641 10.0.0.130 - - [2026-02-23 02:16:03] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006701 10.0.0.130 - - [2026-02-23 02:16:03] "POST /neutron/port HTTP/1.1" 200 1122 0.011024 10.0.0.130 - - [2026-02-23 02:16:03] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005161 10.0.0.130 - - [2026-02-23 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002558 10.0.0.130 - - [2026-02-23 02:16:04] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002522 10.0.0.130 - - [2026-02-23 02:16:04] "GET /virtual-networks?parent_id=825d86a8-b6b0-48a0-8254-1606c7dbc783&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002733 10.0.0.130 - - [2026-02-23 02:16:04] "GET /virtual-network/3795356f-871b-4e2a-9e07-37389b060f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004482 10.0.0.130 - - [2026-02-23 02:16:04] "POST /neutron/port HTTP/1.1" 200 1122 0.012721 10.0.0.130 - - [2026-02-23 02:16:04] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006730 10.0.0.130 - - [2026-02-23 02:16:09] "POST /neutron/port HTTP/1.1" 200 1122 0.011681 10.0.0.130 - - [2026-02-23 02:16:09] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005178 10.0.0.130 - - [2026-02-23 02:16:09] "POST /neutron/port HTTP/1.1" 200 1122 0.012101 10.0.0.130 - - [2026-02-23 02:16:09] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005057 10.0.0.130 - - [2026-02-23 02:16:09] "POST /neutron/port HTTP/1.1" 200 1122 0.011934 10.0.0.130 - - [2026-02-23 02:16:09] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006827 10.0.0.130 - - [2026-02-23 02:16:09] "GET /virtual-machine/6b87ce26-d41b-4d20-8b5b-c7ae9721c76c HTTP/1.1" 200 1286 0.004079 10.0.0.130 - - [2026-02-23 02:16:09] "GET /virtual-machine-interface/725b410c-9059-47d8-8496-f3a51bd8da27 HTTP/1.1" 200 2930 0.004110 10.0.0.130 - - [2026-02-23 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002424 10.0.0.130 - - [2026-02-23 02:16:10] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002894 10.0.0.130 - - [2026-02-23 02:16:10] "GET /virtual-networks?parent_id=825d86a8-b6b0-48a0-8254-1606c7dbc783&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002755 10.0.0.130 - - [2026-02-23 02:16:10] "GET /virtual-network/3795356f-871b-4e2a-9e07-37389b060f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004982 10.0.0.130 - - [2026-02-23 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.130 - - [2026-02-23 02:16:11] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002852 10.0.0.130 - - [2026-02-23 02:16:11] "GET /virtual-networks?parent_id=825d86a8-b6b0-48a0-8254-1606c7dbc783&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002586 10.0.0.130 - - [2026-02-23 02:16:11] "GET /virtual-network/3795356f-871b-4e2a-9e07-37389b060f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.006364 10.0.0.130 - - [2026-02-23 02:16:14] "POST /neutron/port HTTP/1.1" 200 1112 0.010014 10.0.0.130 - - [2026-02-23 02:16:14] "POST /neutron/port HTTP/1.1" 200 1112 0.014646 10.0.0.130 - - [2026-02-23 02:16:14] "POST /neutron/port HTTP/1.1" 200 151 0.109415 10.0.0.130 - - [2026-02-23 02:16:14] "POST /neutron/port HTTP/1.1" 200 1112 0.013277 10.0.0.130 - - [2026-02-23 02:16:14] "POST /neutron/port HTTP/1.1" 200 1112 0.008926 10.0.0.130 - - [2026-02-23 02:16:14] "POST /neutron/port HTTP/1.1" 200 151 0.107911 10.0.0.130 - - [2026-02-23 02:16:14] "POST /neutron/network HTTP/1.1" 200 982 0.006140 10.0.0.130 - - [2026-02-23 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.130 - - [2026-02-23 02:16:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002669 10.0.0.130 - - [2026-02-23 02:16:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001523 10.0.0.130 - - [2026-02-23 02:16:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001578 10.0.0.130 - - [2026-02-23 02:16:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001446 10.0.0.130 - - [2026-02-23 02:16:14] "POST /neutron/network HTTP/1.1" 200 151 0.089674 10.0.0.130 - - [2026-02-23 02:16:14] "DELETE /route-target/74ed239d-83fe-49f3-b0dd-6f98c2e5b832 HTTP/1.1" 200 115 0.025444 10.0.0.130 - - [2026-02-23 02:16:14] "POST /neutron/port HTTP/1.1" 200 117 0.004002 10.0.0.130 - - [2026-02-23 02:16:14] "POST /neutron/port HTTP/1.1" 400 205 0.002221 10.0.0.130 - - [2026-02-23 02:16:15] "GET /projects?obj_uuids=825d86a8-b6b0-48a0-8254-1606c7dbc783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000945 10.0.0.130 - - [2026-02-23 02:16:15] "GET /project/825d86a8-b6b0-48a0-8254-1606c7dbc783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.025197 10.0.0.130 - - [2026-02-23 02:16:15] "GET /projects?obj_uuids=825d86a8-b6b0-48a0-8254-1606c7dbc783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001198 10.0.0.130 - - [2026-02-23 02:16:15] "GET /project/825d86a8-b6b0-48a0-8254-1606c7dbc783?fields=virtual_networks HTTP/1.1" 200 1035 0.078442 10.0.0.130 - - [2026-02-23 02:16:15] "GET /projects?obj_uuids=825d86a8-b6b0-48a0-8254-1606c7dbc783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000910 10.0.0.130 - - [2026-02-23 02:16:15] "GET /project/825d86a8-b6b0-48a0-8254-1606c7dbc783?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.022803 10.0.0.130 - - [2026-02-23 02:16:15] "GET /projects?obj_uuids=825d86a8-b6b0-48a0-8254-1606c7dbc783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000904 10.0.0.130 - - [2026-02-23 02:16:15] "GET /project/825d86a8-b6b0-48a0-8254-1606c7dbc783?fields=security_groups HTTP/1.1" 200 1258 0.020339 10.0.0.130 - - [2026-02-23 02:16:16] "POST /fqname-to-id HTTP/1.1" 404 186 0.024602 10.0.0.130 - - [2026-02-23 02:16:16] "GET /projects?obj_uuids=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001892 10.0.0.130 - - [2026-02-23 02:16:16] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000846 10.0.0.130 - - [2026-02-23 02:16:16] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005874 10.0.0.130 - - [2026-02-23 02:16:16] "POST /id-to-fqname HTTP/1.1" 200 188 0.001332 10.0.0.130 - - [2026-02-23 02:16:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.003123 10.0.0.130 - - [2026-02-23 02:16:16] "POST /security-groups HTTP/1.1" 200 589 0.068066 10.0.0.130 - - [2026-02-23 02:16:16] "POST /fqname-to-id HTTP/1.1" 404 232 0.002316 10.0.0.130 - - [2026-02-23 02:16:16] "POST /projects HTTP/1.1" 200 581 0.211326 10.0.0.130 - - [2026-02-23 02:16:16] "POST /access-control-lists HTTP/1.1" 200 596 0.057436 10.0.0.130 - - [2026-02-23 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.283147 10.0.0.130 - - [2026-02-23 02:16:16] "POST /fqname-to-id HTTP/1.1" 404 231 0.002587 10.0.0.130 - - [2026-02-23 02:16:16] "GET /project/30a23203-9ff5-45ab-8767-f195f8df61aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.405133 10.0.0.130 - - [2026-02-23 02:16:16] "POST /access-control-lists HTTP/1.1" 200 594 0.060645 10.0.0.130 - - [2026-02-23 02:16:17] "GET / HTTP/1.1" 200 36215 0.001740 10.0.0.130 - - [2026-02-23 02:16:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000436 10.0.0.130 - - [2026-02-23 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.056543 10.0.0.130 - - [2026-02-23 02:16:18] "GET /projects?obj_uuids=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001026 10.0.0.130 - - [2026-02-23 02:16:18] "GET /project/30a23203-9ff5-45ab-8767-f195f8df61aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.026308 10.0.0.130 - - [2026-02-23 02:16:18] "POST /neutron/network HTTP/1.1" 200 117 0.028358 10.0.0.130 - - [2026-02-23 02:16:18] "GET /projects?obj_uuids=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001102 10.0.0.130 - - [2026-02-23 02:16:18] "POST /neutron/network HTTP/1.1" 200 605 0.065277 10.0.0.130 - - [2026-02-23 02:16:18] "POST /route-targets HTTP/1.1" 200 328 0.010769 10.0.0.130 - - [2026-02-23 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.021362 10.0.0.130 - - [2026-02-23 02:16:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003396 10.0.0.130 - - [2026-02-23 02:16:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.151128 10.0.0.130 - - [2026-02-23 02:16:19] "POST /neutron/network HTTP/1.1" 200 825 0.004974 10.0.0.130 - - [2026-02-23 02:16:19] "POST /id-to-fqname HTTP/1.1" 200 219 0.001024 10.0.0.130 - - [2026-02-23 02:16:19] "GET /virtual-network/0d4739ea-7401-45cb-8701-f71cfee852e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005342 10.0.0.130 - - [2026-02-23 02:16:19] "POST /neutron/network HTTP/1.1" 200 825 0.005977 10.0.0.130 - - [2026-02-23 02:16:19] "GET /virtual-network/0d4739ea-7401-45cb-8701-f71cfee852e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004108 10.0.0.130 - - [2026-02-23 02:16:19] "POST /neutron/network HTTP/1.1" 200 825 0.005427 10.0.0.130 - - [2026-02-23 02:16:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.005310 10.0.0.130 - - [2026-02-23 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002153 10.0.0.130 - - [2026-02-23 02:16:19] "GET /projects?obj_uuids=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.130 - - [2026-02-23 02:16:19] "GET /project/30a23203-9ff5-45ab-8767-f195f8df61aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.028472 10.0.0.130 - - [2026-02-23 02:16:19] "POST /neutron/network HTTP/1.1" 200 117 0.008147 10.0.0.130 - - [2026-02-23 02:16:19] "GET /projects?obj_uuids=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001113 10.0.0.130 - - [2026-02-23 02:16:19] "POST /neutron/network HTTP/1.1" 200 605 0.075725 10.0.0.130 - - [2026-02-23 02:16:19] "POST /route-targets HTTP/1.1" 200 328 0.015307 10.0.0.130 - - [2026-02-23 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.017858 10.0.0.130 - - [2026-02-23 02:16:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005185 10.0.0.130 - - [2026-02-23 02:16:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.154748 10.0.0.130 - - [2026-02-23 02:16:19] "POST /neutron/network HTTP/1.1" 200 824 0.005323 10.0.0.130 - - [2026-02-23 02:16:19] "POST /id-to-fqname HTTP/1.1" 200 219 0.001104 10.0.0.130 - - [2026-02-23 02:16:19] "GET /virtual-network/c1d118a1-3dca-49ab-ab26-b3403561e225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004782 10.0.0.130 - - [2026-02-23 02:16:19] "POST /neutron/port HTTP/1.1" 200 117 0.015971 10.0.0.130 - - [2026-02-23 02:16:19] "POST /neutron/network HTTP/1.1" 200 824 0.008159 10.0.0.130 - - [2026-02-23 02:16:19] "GET /virtual-network/c1d118a1-3dca-49ab-ab26-b3403561e225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004399 10.0.0.130 - - [2026-02-23 02:16:19] "POST /neutron/port HTTP/1.1" 400 205 0.002200 10.0.0.130 - - [2026-02-23 02:16:19] "POST /neutron/network HTTP/1.1" 200 824 0.005111 10.0.0.130 - - [2026-02-23 02:16:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.005940 10.0.0.130 - - [2026-02-23 02:16:19] "POST /id-to-fqname HTTP/1.1" 200 219 0.000995 10.0.0.130 - - [2026-02-23 02:16:19] "POST /neutron/port HTTP/1.1" 200 117 0.005148 10.0.0.130 - - [2026-02-23 02:16:20] "POST /neutron/network HTTP/1.1" 200 835 0.004647 10.0.0.130 - - [2026-02-23 02:16:20] "GET /aaa-mode HTTP/1.1" 401 293 0.000395 10.0.0.130 - - [2026-02-23 02:16:20] "GET / HTTP/1.1" 200 36215 0.001481 10.0.0.130 - - [2026-02-23 02:16:20] "GET /project/30a23203-9ff5-45ab-8767-f195f8df61aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000332 10.0.0.130 - - [2026-02-23 02:16:20] "GET /projects?obj_uuids=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001454 10.0.0.130 - - [2026-02-23 02:16:20] "GET /project/30a23203-9ff5-45ab-8767-f195f8df61aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051051 10.0.0.130 - - [2026-02-23 02:16:20] "POST /neutron/network HTTP/1.1" 200 825 0.004834 10.0.0.130 - - [2026-02-23 02:16:21] "POST /neutron/port HTTP/1.1" 200 117 0.004219 10.0.0.130 - - [2026-02-23 02:16:21] "POST /neutron/port HTTP/1.1" 200 117 0.005680 10.0.0.130 - - [2026-02-23 02:16:21] "POST /id-to-fqname HTTP/1.1" 200 219 0.001245 10.0.0.130 - - [2026-02-23 02:16:21] "POST /neutron/port HTTP/1.1" 200 117 0.004258 10.0.0.130 - - [2026-02-23 02:16:21] "POST /neutron/network HTTP/1.1" 200 834 0.005023 10.0.0.130 - - [2026-02-23 02:16:21] "GET /aaa-mode HTTP/1.1" 401 293 0.000369 10.0.0.130 - - [2026-02-23 02:16:21] "POST /neutron/network HTTP/1.1" 200 835 0.004789 10.0.0.130 - - [2026-02-23 02:16:21] "GET /projects?obj_uuids=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001005 10.0.0.130 - - [2026-02-23 02:16:21] "GET / HTTP/1.1" 200 36215 0.003646 10.0.0.130 - - [2026-02-23 02:16:21] "GET /project/30a23203-9ff5-45ab-8767-f195f8df61aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000398 10.0.0.130 - - [2026-02-23 02:16:21] "POST /neutron/port HTTP/1.1" 200 1059 0.234856 10.0.0.130 - - [2026-02-23 02:16:21] "POST /neutron/port HTTP/1.1" 200 1059 0.009294 10.0.0.130 - - [2026-02-23 02:16:21] "POST /neutron/port HTTP/1.1" 200 1059 0.011290 10.0.0.130 - - [2026-02-23 02:16:21] "POST /neutron/port HTTP/1.1" 200 1113 0.057102 10.0.0.130 - - [2026-02-23 02:16:21] "POST /neutron/port HTTP/1.1" 200 1123 0.010051 10.0.0.130 - - [2026-02-23 02:16:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002549 10.0.0.130 - - [2026-02-23 02:16:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.005346 10.0.0.130 - - [2026-02-23 02:16:21] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.130 - - [2026-02-23 02:16:21] "POST /neutron/network HTTP/1.1" 200 825 0.005215 10.0.0.130 - - [2026-02-23 02:16:21] "GET /projects?obj_uuids=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001146 10.0.0.130 - - [2026-02-23 02:16:21] "GET /project/30a23203-9ff5-45ab-8767-f195f8df61aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.061779 10.0.0.130 - - [2026-02-23 02:16:21] "POST /neutron/network HTTP/1.1" 200 824 0.004746 10.0.0.130 - - [2026-02-23 02:16:22] "POST /neutron/port HTTP/1.1" 200 1123 0.017362 10.0.0.130 - - [2026-02-23 02:16:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005635 10.0.0.130 - - [2026-02-23 02:16:22] "POST /neutron/port HTTP/1.1" 200 117 0.005847 10.0.0.130 - - [2026-02-23 02:16:22] "GET /projects?obj_uuids=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000944 10.0.0.130 - - [2026-02-23 02:16:22] "POST /neutron/router HTTP/1.1" 200 580 0.088860 10.0.0.130 - - [2026-02-23 02:16:22] "POST /neutron/router HTTP/1.1" 200 580 0.004303 10.0.0.130 - - [2026-02-23 02:16:22] "POST /route-targets HTTP/1.1" 200 328 0.023396 10.0.0.130 - - [2026-02-23 02:16:22] "GET /projects?obj_uuids=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001081 10.0.0.130 - - [2026-02-23 02:16:22] "PUT /logical-router/96bc6e7e-3f59-432e-94c5-5fbef5facd09 HTTP/1.1" 200 263 0.019132 10.0.0.130 - - [2026-02-23 02:16:22] "POST /neutron/router HTTP/1.1" 200 344 0.230503 10.0.0.130 - - [2026-02-23 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.012875 10.0.0.130 - - [2026-02-23 02:16:22] "POST /neutron/port HTTP/1.1" 200 1123 0.013299 10.0.0.130 - - [2026-02-23 02:16:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007213 10.0.0.130 - - [2026-02-23 02:16:22] "POST /neutron/network HTTP/1.1" 200 834 0.004589 10.0.0.130 - - [2026-02-23 02:16:22] "GET /projects?obj_uuids=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001008 10.0.0.130 - - [2026-02-23 02:16:22] "POST /neutron/port HTTP/1.1" 200 1058 0.231926 10.0.0.130 - - [2026-02-23 02:16:22] "POST /neutron/port HTTP/1.1" 200 1058 0.010489 10.0.0.130 - - [2026-02-23 02:16:23] "POST /neutron/port HTTP/1.1" 200 1058 0.011314 10.0.0.130 - - [2026-02-23 02:16:23] "POST /neutron/port HTTP/1.1" 200 1112 0.054755 10.0.0.130 - - [2026-02-23 02:16:23] "POST /neutron/port HTTP/1.1" 200 1122 0.011233 10.0.0.130 - - [2026-02-23 02:16:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002934 10.0.0.130 - - [2026-02-23 02:16:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.006119 10.0.0.130 - - [2026-02-23 02:16:23] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.130 - - [2026-02-23 02:16:23] "POST /neutron/network HTTP/1.1" 200 824 0.005000 10.0.0.130 - - [2026-02-23 02:16:27] "POST /neutron/port HTTP/1.1" 200 1123 0.013908 10.0.0.130 - - [2026-02-23 02:16:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009437 10.0.0.130 - - [2026-02-23 02:16:27] "POST /neutron/port HTTP/1.1" 200 1123 0.010642 10.0.0.130 - - [2026-02-23 02:16:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005671 10.0.0.130 - - [2026-02-23 02:16:27] "POST /neutron/port HTTP/1.1" 200 1123 0.012004 10.0.0.130 - - [2026-02-23 02:16:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007231 10.0.0.130 - - [2026-02-23 02:16:27] "GET /virtual-machine/c0229829-6191-4a9d-8019-a947a58b023e HTTP/1.1" 401 293 0.000558 10.0.0.130 - - [2026-02-23 02:16:28] "GET /virtual-machine/c0229829-6191-4a9d-8019-a947a58b023e HTTP/1.1" 200 1292 0.028330 10.0.0.130 - - [2026-02-23 02:16:28] "GET /virtual-machine-interface/6c0a78a5-0cca-4c14-a597-5e993d974eb3 HTTP/1.1" 200 2941 0.004589 10.0.0.130 - - [2026-02-23 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.130 - - [2026-02-23 02:16:28] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002696 10.0.0.130 - - [2026-02-23 02:16:28] "GET /virtual-networks?parent_id=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002533 10.0.0.130 - - [2026-02-23 02:16:28] "GET /virtual-network/0d4739ea-7401-45cb-8701-f71cfee852e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004958 10.0.0.130 - - [2026-02-23 02:16:30] "POST /neutron/port HTTP/1.1" 200 1123 0.017593 10.0.0.130 - - [2026-02-23 02:16:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005896 10.0.0.130 - - [2026-02-23 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.130 - - [2026-02-23 02:16:31] "GET /virtual-network/0d4739ea-7401-45cb-8701-f71cfee852e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004669 10.0.0.130 - - [2026-02-23 02:16:31] "POST /neutron/port HTTP/1.1" 200 1122 0.010970 10.0.0.130 - - [2026-02-23 02:16:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004890 10.0.0.130 - - [2026-02-23 02:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002478 10.0.0.130 - - [2026-02-23 02:16:33] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002652 10.0.0.130 - - [2026-02-23 02:16:33] "GET /virtual-networks?parent_id=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002617 10.0.0.130 - - [2026-02-23 02:16:33] "GET /virtual-network/0d4739ea-7401-45cb-8701-f71cfee852e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004959 10.0.0.130 - - [2026-02-23 02:16:33] "POST /neutron/port HTTP/1.1" 200 1122 0.011108 10.0.0.130 - - [2026-02-23 02:16:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005733 10.0.0.130 - - [2026-02-23 02:16:34] "POST /neutron/port HTTP/1.1" 200 1122 0.011649 10.0.0.130 - - [2026-02-23 02:16:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005498 10.0.0.130 - - [2026-02-23 02:16:34] "POST /neutron/port HTTP/1.1" 200 1122 0.012122 10.0.0.130 - - [2026-02-23 02:16:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006198 10.0.0.130 - - [2026-02-23 02:16:34] "GET /virtual-machine/11386ce0-f89c-4a87-b3e7-70372403bec6 HTTP/1.1" 200 1292 0.005117 10.0.0.130 - - [2026-02-23 02:16:34] "GET /virtual-machine-interface/e36714b5-364d-4fd3-96c7-b7ea1556c87c HTTP/1.1" 200 2942 0.005214 10.0.0.130 - - [2026-02-23 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002333 10.0.0.130 - - [2026-02-23 02:16:34] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002553 10.0.0.130 - - [2026-02-23 02:16:34] "GET /virtual-networks?parent_id=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003325 10.0.0.130 - - [2026-02-23 02:16:34] "GET /virtual-network/c1d118a1-3dca-49ab-ab26-b3403561e225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005547 10.0.0.130 - - [2026-02-23 02:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.130 - - [2026-02-23 02:16:35] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003011 10.0.0.130 - - [2026-02-23 02:16:35] "GET /virtual-networks?parent_id=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002397 10.0.0.130 - - [2026-02-23 02:16:35] "GET /virtual-network/c1d118a1-3dca-49ab-ab26-b3403561e225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004638 10.0.0.130 - - [2026-02-23 02:16:40] "POST /neutron/router HTTP/1.1" 200 580 0.003801 10.0.0.130 - - [2026-02-23 02:16:40] "GET /projects?obj_uuids=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000948 10.0.0.130 - - [2026-02-23 02:16:40] "POST /neutron/router HTTP/1.1" 200 344 0.184799 10.0.0.130 - - [2026-02-23 02:16:40] "POST /neutron/port HTTP/1.1" 200 1921 0.016014 10.0.0.130 - - [2026-02-23 02:16:41] "POST /ref-update HTTP/1.1" 200 156 0.008861 10.0.0.130 - - [2026-02-23 02:16:46] "POST /neutron/port HTTP/1.1" 200 1123 0.012440 10.0.0.130 - - [2026-02-23 02:16:46] "POST /neutron/port HTTP/1.1" 200 1123 0.012184 10.0.0.130 - - [2026-02-23 02:16:46] "POST /neutron/network HTTP/1.1" 200 835 0.018948 10.0.0.130 - - [2026-02-23 02:16:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003004 10.0.0.130 - - [2026-02-23 02:16:46] "POST /neutron/subnet HTTP/1.1" 200 703 0.006156 10.0.0.130 - - [2026-02-23 02:16:47] "POST /neutron/port HTTP/1.1" 200 117 0.001669 10.0.0.130 - - [2026-02-23 02:16:47] "POST /neutron/network HTTP/1.1" 200 825 0.004824 10.0.0.130 - - [2026-02-23 02:16:47] "POST /neutron/router HTTP/1.1" 200 580 0.006316 10.0.0.130 - - [2026-02-23 02:16:47] "POST /ref-update HTTP/1.1" 200 156 0.023627 10.0.0.130 - - [2026-02-23 02:16:47] "POST /neutron/router HTTP/1.1" 200 344 0.119887 10.0.0.130 - - [2026-02-23 02:16:50] "POST /neutron/router HTTP/1.1" 200 580 0.004646 10.0.0.130 - - [2026-02-23 02:16:50] "GET /projects?obj_uuids=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001335 10.0.0.130 - - [2026-02-23 02:16:50] "POST /neutron/router HTTP/1.1" 200 344 0.186478 10.0.0.130 - - [2026-02-23 02:16:50] "POST /ref-update HTTP/1.1" 200 156 0.007985 10.0.0.130 - - [2026-02-23 02:16:53] "POST /neutron/router HTTP/1.1" 200 580 0.004166 10.0.0.130 - - [2026-02-23 02:16:53] "POST /ref-update HTTP/1.1" 200 156 0.010729 10.0.0.130 - - [2026-02-23 02:16:53] "POST /neutron/router HTTP/1.1" 200 344 0.100301 10.0.0.130 - - [2026-02-23 02:16:53] "POST /neutron/router HTTP/1.1" 200 580 0.003887 10.0.0.130 - - [2026-02-23 02:16:53] "POST /ref-update HTTP/1.1" 200 156 0.009636 10.0.0.130 - - [2026-02-23 02:16:53] "POST /neutron/router HTTP/1.1" 200 344 0.083172 10.0.0.130 - - [2026-02-23 02:16:53] "POST /neutron/router HTTP/1.1" 200 580 0.004434 10.0.0.130 - - [2026-02-23 02:16:53] "GET /logical-router/96bc6e7e-3f59-432e-94c5-5fbef5facd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002787 10.0.0.130 - - [2026-02-23 02:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002128 10.0.0.130 - - [2026-02-23 02:16:53] "POST /neutron/router HTTP/1.1" 200 151 0.038985 10.0.0.130 - - [2026-02-23 02:16:53] "DELETE /route-target/4cb37d7c-434e-4b55-b68e-feefd95e7647 HTTP/1.1" 200 115 0.012660 10.0.0.130 - - [2026-02-23 02:16:53] "POST /neutron/network HTTP/1.1" 200 824 0.005245 10.0.0.130 - - [2026-02-23 02:16:53] "POST /neutron/network HTTP/1.1" 400 204 0.010837 10.0.0.130 - - [2026-02-23 02:16:53] "POST /neutron/port HTTP/1.1" 200 1122 0.011655 10.0.0.130 - - [2026-02-23 02:16:53] "POST /neutron/port HTTP/1.1" 200 1112 0.008419 10.0.0.130 - - [2026-02-23 02:16:54] "POST /neutron/port HTTP/1.1" 200 1123 0.015198 10.0.0.130 - - [2026-02-23 02:16:54] "POST /neutron/port HTTP/1.1" 200 151 0.098487 10.0.0.130 - - [2026-02-23 02:16:54] "POST /neutron/port HTTP/1.1" 200 1113 0.009510 10.0.0.130 - - [2026-02-23 02:16:54] "POST /neutron/port HTTP/1.1" 200 151 0.095732 10.0.0.130 - - [2026-02-23 02:16:55] "POST /neutron/network HTTP/1.1" 200 824 0.004994 10.0.0.130 - - [2026-02-23 02:16:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002618 10.0.0.130 - - [2026-02-23 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.130 - - [2026-02-23 02:16:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001641 10.0.0.130 - - [2026-02-23 02:16:55] "POST /neutron/network HTTP/1.1" 200 151 0.066641 10.0.0.130 - - [2026-02-23 02:16:55] "DELETE /route-target/c3ddf99b-37ec-41a3-b29f-3e7f72baca26 HTTP/1.1" 200 115 0.014509 10.0.0.130 - - [2026-02-23 02:16:55] "POST /neutron/network HTTP/1.1" 200 825 0.010594 10.0.0.130 - - [2026-02-23 02:16:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001817 10.0.0.130 - - [2026-02-23 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.130 - - [2026-02-23 02:16:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001756 10.0.0.130 - - [2026-02-23 02:16:55] "POST /neutron/network HTTP/1.1" 200 151 0.086169 10.0.0.130 - - [2026-02-23 02:16:55] "DELETE /route-target/cb54a3da-55ab-4847-822c-e56f7e8a3f3e HTTP/1.1" 200 115 0.014721 10.0.0.130 - - [2026-02-23 02:16:55] "GET /projects?obj_uuids=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.130 - - [2026-02-23 02:16:56] "GET /project/30a23203-9ff5-45ab-8767-f195f8df61aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.021935 10.0.0.130 - - [2026-02-23 02:16:56] "GET /projects?obj_uuids=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001303 10.0.0.130 - - [2026-02-23 02:16:56] "GET /project/30a23203-9ff5-45ab-8767-f195f8df61aa?fields=virtual_networks HTTP/1.1" 200 1039 0.067789 10.0.0.130 - - [2026-02-23 02:16:56] "GET /projects?obj_uuids=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000942 10.0.0.130 - - [2026-02-23 02:16:56] "GET /project/30a23203-9ff5-45ab-8767-f195f8df61aa?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.022820 10.0.0.130 - - [2026-02-23 02:16:56] "GET /projects?obj_uuids=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000974 10.0.0.130 - - [2026-02-23 02:16:56] "GET /project/30a23203-9ff5-45ab-8767-f195f8df61aa?fields=security_groups HTTP/1.1" 200 1264 0.022490 10.0.0.130 - - [2026-02-23 02:16:57] "POST /fqname-to-id HTTP/1.1" 404 191 0.027807 10.0.0.130 - - [2026-02-23 02:16:57] "GET /projects?obj_uuids=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002014 10.0.0.130 - - [2026-02-23 02:16:57] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.130 - - [2026-02-23 02:16:57] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005564 10.0.0.130 - - [2026-02-23 02:16:57] "POST /id-to-fqname HTTP/1.1" 200 193 0.001258 10.0.0.130 - - [2026-02-23 02:16:57] "POST /fqname-to-id HTTP/1.1" 404 202 0.001808 10.0.0.130 - - [2026-02-23 02:16:57] "POST /security-groups HTTP/1.1" 200 594 0.060402 10.0.0.130 - - [2026-02-23 02:16:57] "POST /fqname-to-id HTTP/1.1" 404 237 0.004080 10.0.0.130 - - [2026-02-23 02:16:57] "POST /projects HTTP/1.1" 200 591 0.202868 10.0.0.130 - - [2026-02-23 02:16:57] "POST /access-control-lists HTTP/1.1" 200 601 0.054856 10.0.0.130 - - [2026-02-23 02:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.270235 10.0.0.130 - - [2026-02-23 02:16:57] "POST /fqname-to-id HTTP/1.1" 404 236 0.002296 10.0.0.130 - - [2026-02-23 02:16:57] "GET /project/7ff8d5ea-9b3c-4768-bba7-196543e67d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.386419 10.0.0.130 - - [2026-02-23 02:16:57] "POST /access-control-lists HTTP/1.1" 200 599 0.060691 10.0.0.130 - - [2026-02-23 02:16:57] "DELETE /project/7ff8d5ea9b3c4768bba7196543e67d5c HTTP/1.1" 404 173 0.006213 10.0.0.130 - - [2026-02-23 02:16:57] "DELETE /project/30a232039ff545ab8767f195f8df61aa HTTP/1.1" 404 173 0.005115 10.0.0.130 - - [2026-02-23 02:16:57] "GET /projects?obj_uuids=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000786 10.0.0.130 - - [2026-02-23 02:16:57] "GET /projects?obj_uuids=825d86a8-b6b0-48a0-8254-1606c7dbc783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000812 10.0.0.130 - - [2026-02-23 02:16:57] "GET /project/825d86a8-b6b0-48a0-8254-1606c7dbc783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.036201 10.0.0.130 - - [2026-02-23 02:16:57] "GET /project/30a23203-9ff5-45ab-8767-f195f8df61aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.040309 10.0.0.130 - - [2026-02-23 02:16:57] "GET /projects?obj_uuids=825d86a8-b6b0-48a0-8254-1606c7dbc783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001016 10.0.0.130 - - [2026-02-23 02:16:57] "GET /projects?obj_uuids=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000860 10.0.0.130 - - [2026-02-23 02:16:57] "GET /project/825d86a8-b6b0-48a0-8254-1606c7dbc783?fields=security_groups HTTP/1.1" 200 1360 0.033728 10.0.0.130 - - [2026-02-23 02:16:57] "GET /project/30a23203-9ff5-45ab-8767-f195f8df61aa?fields=security_groups HTTP/1.1" 200 1366 0.034833 10.0.0.130 - - [2026-02-23 02:16:58] "DELETE /security-group/5d4971c6-4bc1-4fcc-9fb9-1c02f564cc58 HTTP/1.1" 200 115 0.043374 10.0.0.130 - - [2026-02-23 02:16:58] "DELETE /security-group/a26eec78-4b79-45a3-9087-2e707abca36e HTTP/1.1" 200 115 0.049328 10.0.0.130 - - [2026-02-23 02:16:58] "GET /projects?obj_uuids=825d86a8-b6b0-48a0-8254-1606c7dbc783&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000991 10.0.0.130 - - [2026-02-23 02:16:58] "GET /projects?obj_uuids=30a23203-9ff5-45ab-8767-f195f8df61aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001162 10.0.0.130 - - [2026-02-23 02:16:58] "DELETE /access-control-list/60d4ace8-0da1-4df5-92e6-dd60fac94669 HTTP/1.1" 200 115 0.041750 10.0.0.130 - - [2026-02-23 02:16:58] "GET /project/825d86a8-b6b0-48a0-8254-1606c7dbc783?fields=application_policy_sets HTTP/1.1" 200 1399 0.042833 10.0.0.130 - - [2026-02-23 02:16:58] "DELETE /access-control-list/3369dea6-8b33-44eb-8741-f6d570b6caaf HTTP/1.1" 200 115 0.031642 10.0.0.130 - - [2026-02-23 02:16:58] "GET /project/30a23203-9ff5-45ab-8767-f195f8df61aa?fields=application_policy_sets HTTP/1.1" 200 1405 0.067792 10.0.0.130 - - [2026-02-23 02:16:58] "DELETE /access-control-list/e2aecae9-c119-48fc-8c10-6f1ae5f7f80c HTTP/1.1" 200 115 0.024263 10.0.0.130 - - [2026-02-23 02:16:58] "DELETE /access-control-list/d39ea662-65a3-42ae-8b38-df11455ebb28 HTTP/1.1" 200 115 0.020463 10.0.0.130 - - [2026-02-23 02:16:58] "DELETE /project/825d86a8-b6b0-48a0-8254-1606c7dbc783 HTTP/1.1" 200 115 0.340673 10.0.0.130 - - [2026-02-23 02:16:58] "DELETE /project/30a23203-9ff5-45ab-8767-f195f8df61aa HTTP/1.1" 200 115 0.369833 10.0.0.130 - - [2026-02-23 02:16:58] "GET / HTTP/1.1" 200 36215 0.001782 10.0.0.130 - - [2026-02-23 02:16:59] "GET /project/7ff8d5ea-9b3c-4768-bba7-196543e67d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000409 10.0.0.130 - - [2026-02-23 02:16:59] "GET /projects?obj_uuids=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000936 10.0.0.130 - - [2026-02-23 02:17:00] "GET /project/7ff8d5ea-9b3c-4768-bba7-196543e67d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.055299 10.0.0.130 - - [2026-02-23 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002223 10.0.0.130 - - [2026-02-23 02:17:00] "GET /security-group/98539a88-274c-4b53-869c-f6283f28cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.004353 10.0.0.130 - - [2026-02-23 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002477 10.0.0.130 - - [2026-02-23 02:17:00] "GET /projects?obj_uuids=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001177 10.0.0.130 - - [2026-02-23 02:17:00] "GET /project/7ff8d5ea-9b3c-4768-bba7-196543e67d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.021590 10.0.0.130 - - [2026-02-23 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702 10.0.0.130 - - [2026-02-23 02:17:00] "GET /security-group/98539a88-274c-4b53-869c-f6283f28cee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.003385 10.0.0.130 - - [2026-02-23 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002377 10.0.0.130 - - [2026-02-23 02:17:00] "PUT /security-group/98539a88-274c-4b53-869c-f6283f28cee9 HTTP/1.1" 200 263 0.012146 10.0.0.130 - - [2026-02-23 02:17:00] "PUT /access-control-list/a24f98f9-975d-43c5-8eb8-3ee7e3906f77 HTTP/1.1" 200 273 0.007711 10.0.0.130 - - [2026-02-23 02:17:00] "PUT /access-control-list/72f2e69c-a27d-4c03-a108-897db7e269f3 HTTP/1.1" 200 273 0.008098 10.0.0.130 - - [2026-02-23 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 202 0.002334 10.0.0.130 - - [2026-02-23 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.130 - - [2026-02-23 02:17:00] "GET /projects?obj_uuids=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001379 10.0.0.130 - - [2026-02-23 02:17:00] "GET /project/7ff8d5ea-9b3c-4768-bba7-196543e67d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.022183 10.0.0.130 - - [2026-02-23 02:17:00] "POST /neutron/network HTTP/1.1" 200 117 0.037080 10.0.0.130 - - [2026-02-23 02:17:00] "GET /projects?obj_uuids=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000896 10.0.0.130 - - [2026-02-23 02:17:00] "POST /neutron/network HTTP/1.1" 200 608 0.055866 10.0.0.130 - - [2026-02-23 02:17:00] "POST /route-targets HTTP/1.1" 200 328 0.009608 10.0.0.130 - - [2026-02-23 02:17:00] "POST /ref-update HTTP/1.1" 200 156 0.009112 10.0.0.130 - - [2026-02-23 02:17:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003468 10.0.0.130 - - [2026-02-23 02:17:00] "POST /neutron/subnet HTTP/1.1" 200 734 0.143764 10.0.0.130 - - [2026-02-23 02:17:00] "POST /neutron/network HTTP/1.1" 200 829 0.004653 10.0.0.130 - - [2026-02-23 02:17:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.000981 10.0.0.130 - - [2026-02-23 02:17:00] "GET /virtual-network/311d7cac-880f-4187-b15b-f4e9c6a87307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003990 10.0.0.130 - - [2026-02-23 02:17:00] "POST /neutron/network HTTP/1.1" 200 829 0.005333 10.0.0.130 - - [2026-02-23 02:17:00] "GET /virtual-network/311d7cac-880f-4187-b15b-f4e9c6a87307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006068 10.0.0.130 - - [2026-02-23 02:17:01] "POST /neutron/network HTTP/1.1" 200 829 0.005554 10.0.0.130 - - [2026-02-23 02:17:01] "POST /neutron/subnet HTTP/1.1" 200 734 0.005684 10.0.0.130 - - [2026-02-23 02:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002199 10.0.0.130 - - [2026-02-23 02:17:01] "GET /projects?obj_uuids=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001276 10.0.0.130 - - [2026-02-23 02:17:01] "GET /project/7ff8d5ea-9b3c-4768-bba7-196543e67d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.025658 10.0.0.130 - - [2026-02-23 02:17:01] "POST /neutron/network HTTP/1.1" 200 117 0.008682 10.0.0.130 - - [2026-02-23 02:17:01] "GET /projects?obj_uuids=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000906 10.0.0.130 - - [2026-02-23 02:17:01] "POST /neutron/network HTTP/1.1" 200 615 0.073419 10.0.0.130 - - [2026-02-23 02:17:01] "POST /route-targets HTTP/1.1" 200 328 0.014562 10.0.0.130 - - [2026-02-23 02:17:01] "POST /ref-update HTTP/1.1" 200 156 0.012494 10.0.0.130 - - [2026-02-23 02:17:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003014 10.0.0.130 - - [2026-02-23 02:17:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.154623 10.0.0.130 - - [2026-02-23 02:17:01] "POST /neutron/network HTTP/1.1" 200 835 0.004129 10.0.0.130 - - [2026-02-23 02:17:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.000941 10.0.0.130 - - [2026-02-23 02:17:01] "GET /virtual-network/0a724c22-8217-47db-96cd-c3658b1d1033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004544 10.0.0.130 - - [2026-02-23 02:17:01] "POST /neutron/network HTTP/1.1" 200 835 0.005564 10.0.0.130 - - [2026-02-23 02:17:01] "GET /virtual-network/0a724c22-8217-47db-96cd-c3658b1d1033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004258 10.0.0.130 - - [2026-02-23 02:17:01] "POST /neutron/network HTTP/1.1" 200 835 0.005639 10.0.0.130 - - [2026-02-23 02:17:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.008043 10.0.0.130 - - [2026-02-23 02:17:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001147 10.0.0.130 - - [2026-02-23 02:17:01] "POST /neutron/network HTTP/1.1" 200 839 0.005241 10.0.0.130 - - [2026-02-23 02:17:01] "GET /aaa-mode HTTP/1.1" 401 293 0.000347 10.0.0.130 - - [2026-02-23 02:17:02] "GET / HTTP/1.1" 200 36215 0.002468 10.0.0.130 - - [2026-02-23 02:17:02] "GET /project/7ff8d5ea-9b3c-4768-bba7-196543e67d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000343 10.0.0.130 - - [2026-02-23 02:17:02] "GET /projects?obj_uuids=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000933 10.0.0.130 - - [2026-02-23 02:17:02] "GET /project/7ff8d5ea-9b3c-4768-bba7-196543e67d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.208190 10.0.0.130 - - [2026-02-23 02:17:02] "GET /obj-perms HTTP/1.1" 200 5075 0.077289 10.0.0.130 - - [2026-02-23 02:17:02] "POST /neutron/network HTTP/1.1" 200 829 0.004761 10.0.0.130 - - [2026-02-23 02:17:02] "POST /neutron/port HTTP/1.1" 200 117 0.005261 10.0.0.130 - - [2026-02-23 02:17:02] "POST /neutron/port HTTP/1.1" 200 117 0.004370 10.0.0.130 - - [2026-02-23 02:17:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.001200 10.0.0.130 - - [2026-02-23 02:17:02] "POST /neutron/port HTTP/1.1" 200 117 0.004830 10.0.0.130 - - [2026-02-23 02:17:03] "POST /neutron/network HTTP/1.1" 200 845 0.005800 10.0.0.130 - - [2026-02-23 02:17:03] "GET /obj-perms HTTP/1.1" 200 5075 0.061531 10.0.0.130 - - [2026-02-23 02:17:03] "GET /aaa-mode HTTP/1.1" 401 293 0.000313 10.0.0.130 - - [2026-02-23 02:17:03] "POST /neutron/network HTTP/1.1" 200 839 0.006913 10.0.0.130 - - [2026-02-23 02:17:03] "GET /projects?obj_uuids=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000951 10.0.0.130 - - [2026-02-23 02:17:03] "GET / HTTP/1.1" 200 36215 0.001734 10.0.0.130 - - [2026-02-23 02:17:03] "GET /project/7ff8d5ea-9b3c-4768-bba7-196543e67d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000407 10.0.0.130 - - [2026-02-23 02:17:03] "POST /neutron/port HTTP/1.1" 200 1065 0.225955 10.0.0.130 - - [2026-02-23 02:17:03] "POST /neutron/port HTTP/1.1" 200 1065 0.011042 10.0.0.130 - - [2026-02-23 02:17:03] "POST /neutron/port HTTP/1.1" 200 1065 0.012186 10.0.0.130 - - [2026-02-23 02:17:03] "POST /neutron/port HTTP/1.1" 200 1119 0.073926 10.0.0.130 - - [2026-02-23 02:17:03] "POST /neutron/port HTTP/1.1" 200 1129 0.021167 10.0.0.130 - - [2026-02-23 02:17:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003757 10.0.0.130 - - [2026-02-23 02:17:03] "POST /neutron/subnet HTTP/1.1" 200 708 0.007020 10.0.0.130 - - [2026-02-23 02:17:03] "POST /neutron/port HTTP/1.1" 200 117 0.001040 10.0.0.130 - - [2026-02-23 02:17:03] "POST /neutron/network HTTP/1.1" 200 829 0.007356 10.0.0.130 - - [2026-02-23 02:17:03] "GET /projects?obj_uuids=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000902 10.0.0.130 - - [2026-02-23 02:17:03] "GET /project/7ff8d5ea-9b3c-4768-bba7-196543e67d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.055050 10.0.0.130 - - [2026-02-23 02:17:03] "POST /neutron/network HTTP/1.1" 200 835 0.005227 10.0.0.130 - - [2026-02-23 02:17:03] "POST /neutron/port HTTP/1.1" 200 1129 0.015427 10.0.0.130 - - [2026-02-23 02:17:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006886 10.0.0.130 - - [2026-02-23 02:17:04] "POST /neutron/port HTTP/1.1" 200 117 0.003886 10.0.0.130 - - [2026-02-23 02:17:04] "GET /projects?obj_uuids=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000879 10.0.0.130 - - [2026-02-23 02:17:04] "POST /neutron/router HTTP/1.1" 200 585 0.069679 10.0.0.130 - - [2026-02-23 02:17:04] "POST /neutron/router HTTP/1.1" 200 585 0.004019 10.0.0.130 - - [2026-02-23 02:17:04] "POST /route-targets HTTP/1.1" 200 328 0.013259 10.0.0.130 - - [2026-02-23 02:17:04] "PUT /logical-router/c30b1662-3e7d-4797-86c3-70bead759d24 HTTP/1.1" 200 263 0.038501 10.0.0.130 - - [2026-02-23 02:17:04] "POST /neutron/router HTTP/1.1" 200 656 0.051682 10.0.0.130 - - [2026-02-23 02:17:04] "POST /neutron/router HTTP/1.1" 200 656 0.016006 10.0.0.130 - - [2026-02-23 02:17:04] "GET /logical-router/c30b1662-3e7d-4797-86c3-70bead759d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.017305 10.0.0.130 - - [2026-02-23 02:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.130 - - [2026-02-23 02:17:04] "GET /projects?obj_uuids=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001066 10.0.0.130 - - [2026-02-23 02:17:04] "GET /service-template/28ae5702-c8dc-4873-8f60-721fd710df70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1693 0.005575 10.0.0.130 - - [2026-02-23 02:17:04] "POST /fqname-to-id HTTP/1.1" 404 215 0.005342 10.0.0.130 - - [2026-02-23 02:17:04] "POST /useragent-kv HTTP/1.1" 200 115 0.006293 10.0.0.130 - - [2026-02-23 02:17:04] "POST /virtual-networks HTTP/1.1" 200 696 0.125024 10.0.0.130 - - [2026-02-23 02:17:04] "POST /neutron/router HTTP/1.1" 200 344 0.305088 10.0.0.130 - - [2026-02-23 02:17:04] "POST /neutron/network HTTP/1.1" 200 845 0.020533 10.0.0.130 - - [2026-02-23 02:17:04] "POST /route-targets HTTP/1.1" 200 328 0.038617 10.0.0.130 - - [2026-02-23 02:17:04] "GET /projects?obj_uuids=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000970 10.0.0.130 - - [2026-02-23 02:17:04] "POST /neutron/port HTTP/1.1" 200 1129 0.038908 10.0.0.130 - - [2026-02-23 02:17:04] "POST /ref-update HTTP/1.1" 200 156 0.029498 10.0.0.130 - - [2026-02-23 02:17:04] "POST /service-instances HTTP/1.1" 200 672 0.113534 10.0.0.130 - - [2026-02-23 02:17:04] "POST /neutron/security_group HTTP/1.1" 200 2002 0.060467 10.0.0.130 - - [2026-02-23 02:17:04] "POST /ref-update HTTP/1.1" 200 156 0.024126 10.0.0.130 - - [2026-02-23 02:17:04] "POST /route-tables HTTP/1.1" 200 584 0.030457 10.0.0.130 - - [2026-02-23 02:17:04] "PUT /logical-router/c30b1662-3e7d-4797-86c3-70bead759d24 HTTP/1.1" 200 263 0.034825 10.0.0.130 - - [2026-02-23 02:17:04] "POST /ref-update HTTP/1.1" 200 156 0.025221 10.0.0.130 - - [2026-02-23 02:17:04] "POST /neutron/port HTTP/1.1" 200 1064 0.325221 10.0.0.130 - - [2026-02-23 02:17:04] "POST /neutron/port HTTP/1.1" 200 1064 0.018043 10.0.0.130 - - [2026-02-23 02:17:04] "POST /neutron/port HTTP/1.1" 200 1064 0.010654 10.0.0.130 - - [2026-02-23 02:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005661 10.0.0.130 - - [2026-02-23 02:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.012348 10.0.0.130 - - [2026-02-23 02:17:05] "POST /neutron/port HTTP/1.1" 200 1118 0.074197 10.0.0.130 - - [2026-02-23 02:17:05] "POST /virtual-machines HTTP/1.1" 200 554 0.014138 10.0.0.130 - - [2026-02-23 02:17:05] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.079099 10.0.0.130 - - [2026-02-23 02:17:05] "POST /neutron/port HTTP/1.1" 200 1128 0.010307 10.0.0.130 - - [2026-02-23 02:17:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002708 10.0.0.130 - - [2026-02-23 02:17:05] "POST /neutron/subnet HTTP/1.1" 200 703 0.005634 10.0.0.130 - - [2026-02-23 02:17:05] "POST /chown HTTP/1.1" 200 109 0.009030 10.0.0.130 - - [2026-02-23 02:17:05] "POST /neutron/port HTTP/1.1" 200 117 0.001199 10.0.0.130 - - [2026-02-23 02:17:05] "POST /neutron/network HTTP/1.1" 200 835 0.005012 10.0.0.130 - - [2026-02-23 02:17:05] "POST /instance-ips HTTP/1.1" 200 552 0.023585 10.0.0.130 - - [2026-02-23 02:17:05] "POST /instance-ips HTTP/1.1" 400 246 0.013142 10.0.0.130 - - [2026-02-23 02:17:05] "POST /chown HTTP/1.1" 200 109 0.011447 10.0.0.130 - - [2026-02-23 02:17:05] "PUT /virtual-machine-interface/136f93fe-51f0-428a-b0fe-bc1dba0f713e HTTP/1.1" 200 285 0.011366 10.0.0.130 - - [2026-02-23 02:17:05] "PUT /instance-ip/aa8f55c4-0291-4e58-bc5c-15e83afc7df8 HTTP/1.1" 200 257 0.010811 10.0.0.130 - - [2026-02-23 02:17:05] "POST /ref-update HTTP/1.1" 200 156 0.013119 10.0.0.130 - - [2026-02-23 02:17:05] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.077835 10.0.0.130 - - [2026-02-23 02:17:05] "POST /chown HTTP/1.1" 200 109 0.007162 10.0.0.130 - - [2026-02-23 02:17:05] "POST /instance-ips HTTP/1.1" 200 550 0.032637 10.0.0.130 - - [2026-02-23 02:17:05] "POST /instance-ips HTTP/1.1" 400 316 0.013035 10.0.0.130 - - [2026-02-23 02:17:05] "POST /chown HTTP/1.1" 200 109 0.009798 10.0.0.130 - - [2026-02-23 02:17:06] "PUT /virtual-machine-interface/86fa6371-216d-452c-b8d3-8aaec6c8fece HTTP/1.1" 200 285 0.032834 10.0.0.130 - - [2026-02-23 02:17:06] "PUT /instance-ip/51575059-af9c-48f8-b97d-de692706b29a HTTP/1.1" 200 257 0.010675 10.0.0.130 - - [2026-02-23 02:17:06] "POST /ref-update HTTP/1.1" 200 156 0.015454 10.0.0.130 - - [2026-02-23 02:17:06] "POST /ref-update HTTP/1.1" 200 156 0.009836 10.0.0.130 - - [2026-02-23 02:17:06] "PUT /routing-instance/d6ba30ab-1c3c-43b5-ad82-a6bb70e69698 HTTP/1.1" 200 267 0.012318 10.0.0.130 - - [2026-02-23 02:17:06] "POST /ref-update HTTP/1.1" 200 156 0.013992 10.0.0.130 - - [2026-02-23 02:17:06] "POST /virtual-machines HTTP/1.1" 200 554 0.014264 10.0.0.130 - - [2026-02-23 02:17:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.106314 10.0.0.130 - - [2026-02-23 02:17:06] "POST /chown HTTP/1.1" 200 109 0.014829 10.0.0.130 - - [2026-02-23 02:17:06] "POST /instance-ips HTTP/1.1" 400 246 0.016247 10.0.0.130 - - [2026-02-23 02:17:06] "POST /chown HTTP/1.1" 200 109 0.006480 10.0.0.130 - - [2026-02-23 02:17:06] "PUT /virtual-machine-interface/23161db5-b107-4f41-8b52-eed8575202f1 HTTP/1.1" 200 285 0.008892 10.0.0.130 - - [2026-02-23 02:17:06] "PUT /instance-ip/aa8f55c4-0291-4e58-bc5c-15e83afc7df8 HTTP/1.1" 200 257 0.010298 10.0.0.130 - - [2026-02-23 02:17:06] "POST /ref-update HTTP/1.1" 200 156 0.009593 10.0.0.130 - - [2026-02-23 02:17:06] "POST /ref-update HTTP/1.1" 200 156 0.009515 10.0.0.130 - - [2026-02-23 02:17:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.090436 10.0.0.130 - - [2026-02-23 02:17:07] "POST /chown HTTP/1.1" 200 109 0.006390 10.0.0.130 - - [2026-02-23 02:17:07] "POST /instance-ips HTTP/1.1" 400 316 0.015006 10.0.0.130 - - [2026-02-23 02:17:07] "POST /chown HTTP/1.1" 200 109 0.006710 10.0.0.130 - - [2026-02-23 02:17:07] "PUT /virtual-machine-interface/cbea34ea-2b19-4ddb-a763-a18b20a3bfe8 HTTP/1.1" 200 285 0.009474 10.0.0.130 - - [2026-02-23 02:17:07] "PUT /instance-ip/51575059-af9c-48f8-b97d-de692706b29a HTTP/1.1" 200 257 0.011730 10.0.0.130 - - [2026-02-23 02:17:07] "POST /ref-update HTTP/1.1" 200 156 0.010323 10.0.0.130 - - [2026-02-23 02:17:07] "POST /ref-update HTTP/1.1" 200 156 0.014914 10.0.0.130 - - [2026-02-23 02:17:09] "POST /neutron/port HTTP/1.1" 200 1129 0.010885 10.0.0.130 - - [2026-02-23 02:17:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004822 10.0.0.130 - - [2026-02-23 02:17:09] "POST /neutron/port HTTP/1.1" 200 1129 0.011105 10.0.0.130 - - [2026-02-23 02:17:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005245 10.0.0.130 - - [2026-02-23 02:17:09] "POST /neutron/port HTTP/1.1" 200 1129 0.014289 10.0.0.130 - - [2026-02-23 02:17:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005288 10.0.0.130 - - [2026-02-23 02:17:09] "GET /virtual-machine/9c44e5cf-b753-4c02-b2fc-f8b44ab8de34 HTTP/1.1" 401 293 0.000394 10.0.0.130 - - [2026-02-23 02:17:10] "GET /virtual-machine/9c44e5cf-b753-4c02-b2fc-f8b44ab8de34 HTTP/1.1" 200 1298 0.028208 10.0.0.130 - - [2026-02-23 02:17:10] "GET /virtual-machine-interface/f1010df0-2b72-4fc0-8fed-14672d0907b1 HTTP/1.1" 200 2964 0.004496 10.0.0.130 - - [2026-02-23 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002328 10.0.0.130 - - [2026-02-23 02:17:10] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003896 10.0.0.130 - - [2026-02-23 02:17:10] "GET /virtual-networks?parent_id=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002496 10.0.0.130 - - [2026-02-23 02:17:10] "GET /virtual-network/311d7cac-880f-4187-b15b-f4e9c6a87307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004593 10.0.0.130 - - [2026-02-23 02:17:12] "POST /neutron/port HTTP/1.1" 200 1129 0.017860 10.0.0.130 - - [2026-02-23 02:17:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004056 10.0.0.130 - - [2026-02-23 02:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.130 - - [2026-02-23 02:17:13] "GET /virtual-network/311d7cac-880f-4187-b15b-f4e9c6a87307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004159 10.0.0.130 - - [2026-02-23 02:17:13] "POST /neutron/port HTTP/1.1" 200 1128 0.012882 10.0.0.130 - - [2026-02-23 02:17:13] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005016 10.0.0.130 - - [2026-02-23 02:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002562 10.0.0.130 - - [2026-02-23 02:17:15] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002396 10.0.0.130 - - [2026-02-23 02:17:15] "GET /virtual-networks?parent_id=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002479 10.0.0.130 - - [2026-02-23 02:17:15] "GET /virtual-network/311d7cac-880f-4187-b15b-f4e9c6a87307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005198 10.0.0.130 - - [2026-02-23 02:17:15] "POST /neutron/port HTTP/1.1" 200 1128 0.010134 10.0.0.130 - - [2026-02-23 02:17:15] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004306 10.0.0.130 - - [2026-02-23 02:17:16] "POST /neutron/port HTTP/1.1" 200 1128 0.010854 10.0.0.130 - - [2026-02-23 02:17:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005264 10.0.0.130 - - [2026-02-23 02:17:16] "POST /neutron/port HTTP/1.1" 200 1128 0.011184 10.0.0.130 - - [2026-02-23 02:17:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005168 10.0.0.130 - - [2026-02-23 02:17:16] "GET /virtual-machine/e3975a24-2214-4a58-9c49-dd4e15706079 HTTP/1.1" 200 1298 0.004126 10.0.0.130 - - [2026-02-23 02:17:16] "GET /virtual-machine-interface/2e0d69a5-7b99-4ddd-9f8a-3ca7e5ec737c HTTP/1.1" 200 2975 0.004002 10.0.0.130 - - [2026-02-23 02:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002306 10.0.0.130 - - [2026-02-23 02:17:16] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002565 10.0.0.130 - - [2026-02-23 02:17:16] "GET /virtual-networks?parent_id=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002516 10.0.0.130 - - [2026-02-23 02:17:16] "GET /virtual-network/0a724c22-8217-47db-96cd-c3658b1d1033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004389 10.0.0.130 - - [2026-02-23 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002362 10.0.0.130 - - [2026-02-23 02:17:17] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003530 10.0.0.130 - - [2026-02-23 02:17:17] "GET /virtual-networks?parent_id=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002839 10.0.0.130 - - [2026-02-23 02:17:17] "GET /virtual-network/0a724c22-8217-47db-96cd-c3658b1d1033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005463 10.0.0.130 - - [2026-02-23 02:17:21] "POST /neutron/router HTTP/1.1" 200 656 0.003207 10.0.0.130 - - [2026-02-23 02:17:21] "POST /ref-update HTTP/1.1" 200 156 0.009460 10.0.0.130 - - [2026-02-23 02:17:21] "POST /neutron/router HTTP/1.1" 200 344 0.077314 10.0.0.130 - - [2026-02-23 02:17:21] "POST /neutron/router HTTP/1.1" 200 656 0.004222 10.0.0.130 - - [2026-02-23 02:17:21] "GET /logical-router/c30b1662-3e7d-4797-86c3-70bead759d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.003193 10.0.0.130 - - [2026-02-23 02:17:21] "GET /service-instance/bf918d04-8a67-4675-9a14-e1eb4e8571b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2329 0.002858 10.0.0.130 - - [2026-02-23 02:17:21] "POST /neutron/router HTTP/1.1" 200 151 0.043099 10.0.0.130 - - [2026-02-23 02:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002413 10.0.0.130 - - [2026-02-23 02:17:21] "DELETE /route-target/7a70dad1-0521-4ec1-a767-c2a7b208ca85 HTTP/1.1" 409 240 0.003686 10.0.0.130 - - [2026-02-23 02:17:21] "PUT /logical-router/c30b1662-3e7d-4797-86c3-70bead759d24 HTTP/1.1" 404 171 0.002309 10.0.0.130 - - [2026-02-23 02:17:21] "POST /ref-update HTTP/1.1" 200 156 0.016104 10.0.0.130 - - [2026-02-23 02:17:21] "DELETE /route-table/1e53bad4-12d9-4500-9870-95d4088e7bc0 HTTP/1.1" 200 115 0.025778 10.0.0.130 - - [2026-02-23 02:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005398 10.0.0.130 - - [2026-02-23 02:17:21] "PUT /routing-instance/d6ba30ab-1c3c-43b5-ad82-a6bb70e69698 HTTP/1.1" 200 267 0.011284 10.0.0.130 - - [2026-02-23 02:17:21] "POST /neutron/network HTTP/1.1" 200 835 0.005675 10.0.0.130 - - [2026-02-23 02:17:21] "GET /virtual-network/16ef44c3-b112-4d17-a6fc-d5fd54ba3d95?fields=instance_ip_back_refs%2Cvirtual_machine_interface_back_refs HTTP/1.1" 200 2314 0.005008 10.0.0.130 - - [2026-02-23 02:17:21] "POST /neutron/network HTTP/1.1" 400 204 0.030590 10.0.0.130 - - [2026-02-23 02:17:21] "POST /ref-update HTTP/1.1" 200 156 0.009273 10.0.0.130 - - [2026-02-23 02:17:21] "POST /ref-update HTTP/1.1" 200 156 0.008353 10.0.0.130 - - [2026-02-23 02:17:21] "GET /virtual-machine-interface/86fa6371-216d-452c-b8d3-8aaec6c8fece?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1663 0.004931 10.0.0.130 - - [2026-02-23 02:17:21] "POST /ref-update HTTP/1.1" 200 156 0.009803 10.0.0.130 - - [2026-02-23 02:17:21] "GET /instance-ip/51575059-af9c-48f8-b97d-de692706b29a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.003813 10.0.0.130 - - [2026-02-23 02:17:21] "DELETE /virtual-machine-interface/86fa6371-216d-452c-b8d3-8aaec6c8fece HTTP/1.1" 200 115 0.033350 10.0.0.130 - - [2026-02-23 02:17:21] "GET /virtual-machine-interface/cbea34ea-2b19-4ddb-a763-a18b20a3bfe8?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1664 0.005035 10.0.0.130 - - [2026-02-23 02:17:22] "POST /neutron/port HTTP/1.1" 200 1128 0.027112 10.0.0.130 - - [2026-02-23 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.026471 10.0.0.130 - - [2026-02-23 02:17:22] "POST /neutron/port HTTP/1.1" 200 1118 0.017096 10.0.0.130 - - [2026-02-23 02:17:22] "GET /instance-ip/51575059-af9c-48f8-b97d-de692706b29a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1761 0.005648 10.0.0.130 - - [2026-02-23 02:17:22] "POST /neutron/port HTTP/1.1" 200 1129 0.011834 10.0.0.130 - - [2026-02-23 02:17:22] "POST /neutron/port HTTP/1.1" 200 1119 0.012938 10.0.0.130 - - [2026-02-23 02:17:22] "DELETE /instance-ip/51575059-af9c-48f8-b97d-de692706b29a HTTP/1.1" 200 115 0.043956 10.0.0.130 - - [2026-02-23 02:17:22] "POST /neutron/port HTTP/1.1" 200 151 0.159926 10.0.0.130 - - [2026-02-23 02:17:22] "DELETE /virtual-machine-interface/cbea34ea-2b19-4ddb-a763-a18b20a3bfe8 HTTP/1.1" 200 115 0.062617 10.0.0.130 - - [2026-02-23 02:17:22] "DELETE /instance-ip/51575059-af9c-48f8-b97d-de692706b29a HTTP/1.1" 404 177 0.002542 10.0.0.130 - - [2026-02-23 02:17:22] "POST /neutron/port HTTP/1.1" 200 151 0.145139 10.0.0.130 - - [2026-02-23 02:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.130 - - [2026-02-23 02:17:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002429 10.0.0.130 - - [2026-02-23 02:17:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001816 10.0.0.130 - - [2026-02-23 02:17:22] "DELETE /virtual-network/16ef44c3-b112-4d17-a6fc-d5fd54ba3d95 HTTP/1.1" 200 115 0.090242 10.0.0.130 - - [2026-02-23 02:17:22] "DELETE /route-target/2d8065f0-2fd6-435e-8e92-058e9168fd58 HTTP/1.1" 200 115 0.024407 10.0.0.130 - - [2026-02-23 02:17:22] "DELETE /service-instance/bf918d04-8a67-4675-9a14-e1eb4e8571b0 HTTP/1.1" 200 115 0.026914 10.0.0.130 - - [2026-02-23 02:17:22] "GET /logical-router/c30b1662-3e7d-4797-86c3-70bead759d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002436 10.0.0.130 - - [2026-02-23 02:17:22] "GET /service-instance/bf918d04-8a67-4675-9a14-e1eb4e8571b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002459 10.0.0.130 - - [2026-02-23 02:17:22] "GET /virtual-machine-interface/136f93fe-51f0-428a-b0fe-bc1dba0f713e?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1666 0.006047 10.0.0.130 - - [2026-02-23 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.011704 10.0.0.130 - - [2026-02-23 02:17:22] "GET /instance-ip/aa8f55c4-0291-4e58-bc5c-15e83afc7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.003902 10.0.0.130 - - [2026-02-23 02:17:22] "DELETE /virtual-machine-interface/136f93fe-51f0-428a-b0fe-bc1dba0f713e HTTP/1.1" 200 115 0.032186 10.0.0.130 - - [2026-02-23 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.007807 10.0.0.130 - - [2026-02-23 02:17:22] "DELETE /virtual-machine/bd963a0b-8dfa-484d-9a9c-43bc1b29203c HTTP/1.1" 200 115 0.014261 10.0.0.130 - - [2026-02-23 02:17:22] "GET /virtual-machine-interface/23161db5-b107-4f41-8b52-eed8575202f1?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1666 0.005455 10.0.0.130 - - [2026-02-23 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.009712 10.0.0.130 - - [2026-02-23 02:17:22] "GET /instance-ip/aa8f55c4-0291-4e58-bc5c-15e83afc7df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1699 0.004436 10.0.0.130 - - [2026-02-23 02:17:23] "DELETE /instance-ip/aa8f55c4-0291-4e58-bc5c-15e83afc7df8 HTTP/1.1" 200 115 0.024371 10.0.0.130 - - [2026-02-23 02:17:23] "DELETE /virtual-machine-interface/23161db5-b107-4f41-8b52-eed8575202f1 HTTP/1.1" 200 115 0.029165 10.0.0.130 - - [2026-02-23 02:17:23] "DELETE /virtual-machine/0d0f672e-f96c-457c-8aa2-b1c616652ac2 HTTP/1.1" 200 115 0.013818 10.0.0.130 - - [2026-02-23 02:17:23] "POST /neutron/network HTTP/1.1" 200 835 0.006405 10.0.0.130 - - [2026-02-23 02:17:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003155 10.0.0.130 - - [2026-02-23 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006103 10.0.0.130 - - [2026-02-23 02:17:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003073 10.0.0.130 - - [2026-02-23 02:17:23] "POST /neutron/network HTTP/1.1" 200 151 0.068853 10.0.0.130 - - [2026-02-23 02:17:23] "DELETE /route-target/200d3229-3e4a-4c89-87a9-0ec419914769 HTTP/1.1" 200 115 0.010857 10.0.0.130 - - [2026-02-23 02:17:23] "POST /neutron/network HTTP/1.1" 200 829 0.004287 10.0.0.130 - - [2026-02-23 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004842 10.0.0.130 - - [2026-02-23 02:17:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002115 10.0.0.130 - - [2026-02-23 02:17:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001394 10.0.0.130 - - [2026-02-23 02:17:23] "POST /neutron/network HTTP/1.1" 200 151 0.073632 10.0.0.130 - - [2026-02-23 02:17:23] "DELETE /route-target/9ae1f4d1-5703-4767-b326-7f5cac5bef30 HTTP/1.1" 200 115 0.017370 10.0.0.130 - - [2026-02-23 02:17:24] "GET /projects?obj_uuids=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001043 10.0.0.130 - - [2026-02-23 02:17:24] "GET /project/7ff8d5ea-9b3c-4768-bba7-196543e67d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.025800 10.0.0.130 - - [2026-02-23 02:17:24] "GET /projects?obj_uuids=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000897 10.0.0.130 - - [2026-02-23 02:17:24] "GET /project/7ff8d5ea-9b3c-4768-bba7-196543e67d5c?fields=virtual_networks HTTP/1.1" 200 1050 0.061709 10.0.0.130 - - [2026-02-23 02:17:24] "GET /projects?obj_uuids=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001332 10.0.0.130 - - [2026-02-23 02:17:24] "GET /project/7ff8d5ea-9b3c-4768-bba7-196543e67d5c?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.026006 10.0.0.130 - - [2026-02-23 02:17:24] "GET /projects?obj_uuids=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001101 10.0.0.130 - - [2026-02-23 02:17:24] "GET /project/7ff8d5ea-9b3c-4768-bba7-196543e67d5c?fields=security_groups HTTP/1.1" 200 1280 0.022972 10.0.0.130 - - [2026-02-23 02:17:25] "POST /fqname-to-id HTTP/1.1" 404 196 0.023843 10.0.0.130 - - [2026-02-23 02:17:25] "GET /projects?obj_uuids=d286721b-f250-4d9a-9306-52294754c757&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002068 10.0.0.130 - - [2026-02-23 02:17:25] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.130 - - [2026-02-23 02:17:25] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005971 10.0.0.130 - - [2026-02-23 02:17:25] "POST /id-to-fqname HTTP/1.1" 200 198 0.001127 10.0.0.130 - - [2026-02-23 02:17:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.003487 10.0.0.130 - - [2026-02-23 02:17:25] "POST /security-groups HTTP/1.1" 200 599 0.060258 10.0.0.130 - - [2026-02-23 02:17:25] "POST /fqname-to-id HTTP/1.1" 404 242 0.002109 10.0.0.130 - - [2026-02-23 02:17:25] "POST /projects HTTP/1.1" 200 601 0.203189 10.0.0.130 - - [2026-02-23 02:17:25] "POST /access-control-lists HTTP/1.1" 200 606 0.055186 10.0.0.130 - - [2026-02-23 02:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.272430 10.0.0.130 - - [2026-02-23 02:17:25] "POST /fqname-to-id HTTP/1.1" 404 241 0.002717 10.0.0.130 - - [2026-02-23 02:17:25] "GET /project/d286721b-f250-4d9a-9306-52294754c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.389479 10.0.0.130 - - [2026-02-23 02:17:25] "POST /access-control-lists HTTP/1.1" 200 604 0.056872 10.0.0.130 - - [2026-02-23 02:17:26] "GET / HTTP/1.1" 200 36215 0.001692 10.0.0.130 - - [2026-02-23 02:17:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000443 10.0.0.130 - - [2026-02-23 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.052739 10.0.0.130 - - [2026-02-23 02:17:27] "GET /projects?obj_uuids=d286721b-f250-4d9a-9306-52294754c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000891 10.0.0.130 - - [2026-02-23 02:17:27] "GET /project/d286721b-f250-4d9a-9306-52294754c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.024015 10.0.0.130 - - [2026-02-23 02:17:27] "POST /neutron/network HTTP/1.1" 200 117 0.028942 10.0.0.130 - - [2026-02-23 02:17:27] "GET /projects?obj_uuids=d286721b-f250-4d9a-9306-52294754c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001201 10.0.0.130 - - [2026-02-23 02:17:27] "POST /neutron/network HTTP/1.1" 200 613 0.056856 10.0.0.130 - - [2026-02-23 02:17:27] "POST /route-targets HTTP/1.1" 200 328 0.010753 10.0.0.130 - - [2026-02-23 02:17:27] "POST /ref-update HTTP/1.1" 200 156 0.009753 10.0.0.130 - - [2026-02-23 02:17:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002681 10.0.0.130 - - [2026-02-23 02:17:28] "POST /neutron/subnet HTTP/1.1" 200 724 0.141799 10.0.0.130 - - [2026-02-23 02:17:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000384 10.0.0.130 - - [2026-02-23 02:17:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002368 10.0.0.130 - - [2026-02-23 02:17:28] "POST /neutron/subnet HTTP/1.1" 200 828 0.179801 10.0.0.130 - - [2026-02-23 02:17:28] "POST /neutron/network HTTP/1.1" 200 1006 0.011470 10.0.0.130 - - [2026-02-23 02:17:28] "POST /id-to-fqname HTTP/1.1" 200 228 0.001146 10.0.0.130 - - [2026-02-23 02:17:28] "GET /virtual-network/0946f65b-6862-4337-a02d-db7f4ddf4110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004437 10.0.0.130 - - [2026-02-23 02:17:28] "POST /neutron/network HTTP/1.1" 200 1006 0.007007 10.0.0.130 - - [2026-02-23 02:17:28] "GET /virtual-network/0946f65b-6862-4337-a02d-db7f4ddf4110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004573 10.0.0.130 - - [2026-02-23 02:17:28] "POST /neutron/network HTTP/1.1" 200 1006 0.006382 10.0.0.130 - - [2026-02-23 02:17:28] "POST /neutron/subnet HTTP/1.1" 200 724 0.005574 10.0.0.130 - - [2026-02-23 02:17:28] "POST /neutron/subnet HTTP/1.1" 200 828 0.005681 10.0.0.130 - - [2026-02-23 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.001906 10.0.0.130 - - [2026-02-23 02:17:28] "GET /projects?obj_uuids=d286721b-f250-4d9a-9306-52294754c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001254 10.0.0.130 - - [2026-02-23 02:17:28] "GET /project/d286721b-f250-4d9a-9306-52294754c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.022479 10.0.0.130 - - [2026-02-23 02:17:28] "POST /neutron/network HTTP/1.1" 200 117 0.008857 10.0.0.130 - - [2026-02-23 02:17:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.023523 10.0.0.130 - - [2026-02-23 02:17:28] "GET /projects?obj_uuids=d286721b-f250-4d9a-9306-52294754c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000861 10.0.0.130 - - [2026-02-23 02:17:28] "POST /neutron/network HTTP/1.1" 200 613 0.058493 10.0.0.130 - - [2026-02-23 02:17:28] "POST /route-targets HTTP/1.1" 200 328 0.009512 10.0.0.130 - - [2026-02-23 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.009807 10.0.0.130 - - [2026-02-23 02:17:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003088 10.0.0.130 - - [2026-02-23 02:17:28] "POST /neutron/subnet HTTP/1.1" 200 720 0.184095 10.0.0.130 - - [2026-02-23 02:17:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.003801 10.0.0.130 - - [2026-02-23 02:17:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002099 10.0.0.130 - - [2026-02-23 02:17:28] "POST /neutron/subnet HTTP/1.1" 200 828 0.182619 10.0.0.130 - - [2026-02-23 02:17:28] "POST /neutron/network HTTP/1.1" 200 1005 0.006326 10.0.0.130 - - [2026-02-23 02:17:28] "POST /id-to-fqname HTTP/1.1" 200 228 0.001457 10.0.0.130 - - [2026-02-23 02:17:29] "GET /virtual-network/ebe13df2-33b7-4209-bf8d-2e7eedffbf25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004201 10.0.0.130 - - [2026-02-23 02:17:29] "POST /neutron/network HTTP/1.1" 200 1005 0.007712 10.0.0.130 - - [2026-02-23 02:17:29] "GET /virtual-network/ebe13df2-33b7-4209-bf8d-2e7eedffbf25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005981 10.0.0.130 - - [2026-02-23 02:17:29] "POST /neutron/network HTTP/1.1" 200 1005 0.006758 10.0.0.130 - - [2026-02-23 02:17:29] "POST /neutron/subnet HTTP/1.1" 200 720 0.005884 10.0.0.130 - - [2026-02-23 02:17:29] "POST /neutron/subnet HTTP/1.1" 200 828 0.006265 10.0.0.130 - - [2026-02-23 02:17:29] "POST /fqname-to-id HTTP/1.1" 404 234 0.001793 10.0.0.130 - - [2026-02-23 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001719 10.0.0.130 - - [2026-02-23 02:17:29] "GET /projects?obj_uuids=d286721b-f250-4d9a-9306-52294754c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.130 - - [2026-02-23 02:17:29] "GET /project/d286721b-f250-4d9a-9306-52294754c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.020747 10.0.0.130 - - [2026-02-23 02:17:29] "POST /network-policys HTTP/1.1" 200 579 0.056919 10.0.0.130 - - [2026-02-23 02:17:29] "GET /network-policy/d1f11cf3-4bf3-4059-8308-7d2c95f5b420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.004462 10.0.0.130 - - [2026-02-23 02:17:29] "POST /neutron/network HTTP/1.1" 200 1006 0.006008 10.0.0.130 - - [2026-02-23 02:17:29] "POST /fqname-to-id HTTP/1.1" 404 242 0.003469 10.0.0.130 - - [2026-02-23 02:17:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.002426 10.0.0.130 - - [2026-02-23 02:17:29] "POST /neutron/network HTTP/1.1" 200 1114 0.039460 10.0.0.130 - - [2026-02-23 02:17:29] "POST /access-control-lists HTTP/1.1" 200 598 0.066889 10.0.0.130 - - [2026-02-23 02:17:29] "POST /neutron/network HTTP/1.1" 200 1114 0.050977 10.0.0.130 - - [2026-02-23 02:17:29] "GET /virtual-network/0946f65b-6862-4337-a02d-db7f4ddf4110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005736 10.0.0.130 - - [2026-02-23 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002279 10.0.0.130 - - [2026-02-23 02:17:29] "GET /network-policy/d1f11cf3-4bf3-4059-8308-7d2c95f5b420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.003711 10.0.0.130 - - [2026-02-23 02:17:29] "POST /neutron/network HTTP/1.1" 200 1005 0.007619 10.0.0.130 - - [2026-02-23 02:17:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.004261 10.0.0.130 - - [2026-02-23 02:17:29] "POST /fqname-to-id HTTP/1.1" 404 242 0.003666 10.0.0.130 - - [2026-02-23 02:17:29] "POST /neutron/network HTTP/1.1" 200 1113 0.048746 10.0.0.130 - - [2026-02-23 02:17:29] "POST /access-control-lists HTTP/1.1" 200 598 0.061895 10.0.0.130 - - [2026-02-23 02:17:29] "POST /neutron/network HTTP/1.1" 200 1113 0.037168 10.0.0.130 - - [2026-02-23 02:17:29] "GET /virtual-network/ebe13df2-33b7-4209-bf8d-2e7eedffbf25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004976 10.0.0.130 - - [2026-02-23 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002201 10.0.0.130 - - [2026-02-23 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.008894 10.0.0.130 - - [2026-02-23 02:17:29] "GET /network-policy/d1f11cf3-4bf3-4059-8308-7d2c95f5b420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.003326 10.0.0.130 - - [2026-02-23 02:17:29] "GET /domains HTTP/1.1" 401 293 0.001071 10.0.0.130 - - [2026-02-23 02:17:29] "PUT /access-control-list/0bfa2b88-547e-44f3-b084-a41992c242d0 HTTP/1.1" 200 273 0.054416 10.0.0.130 - - [2026-02-23 02:17:30] "GET /domains HTTP/1.1" 200 281 0.023635 10.0.0.130 - - [2026-02-23 02:17:30] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000888 10.0.0.130 - - [2026-02-23 02:17:30] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2782 0.006780 10.0.0.130 - - [2026-02-23 02:17:30] "GET /projects?obj_uuids=d286721b-f250-4d9a-9306-52294754c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000818 10.0.0.130 - - [2026-02-23 02:17:30] "GET /project/d286721b-f250-4d9a-9306-52294754c757 HTTP/1.1" 200 2644 0.064974 10.0.0.130 - - [2026-02-23 02:17:30] "GET /virtual-network/0946f65b-6862-4337-a02d-db7f4ddf4110 HTTP/1.1" 200 3511 0.005358 10.0.0.130 - - [2026-02-23 02:17:30] "GET /virtual-network/0946f65b-6862-4337-a02d-db7f4ddf4110 HTTP/1.1" 200 3511 0.004417 10.0.0.130 - - [2026-02-23 02:17:30] "GET /routing-instance/9dad2c61-e3d0-4c12-99a6-4322a18fa005 HTTP/1.1" 200 1800 0.002895 10.0.0.130 - - [2026-02-23 02:17:30] "GET /routing-instance/9dad2c61-e3d0-4c12-99a6-4322a18fa005 HTTP/1.1" 200 1800 0.002814 10.0.0.130 - - [2026-02-23 02:17:30] "GET /route-target/fbd0a6fd-3c54-46f3-8c19-06386746ce72 HTTP/1.1" 200 1215 0.002530 10.0.0.130 - - [2026-02-23 02:17:30] "GET /virtual-network/0946f65b-6862-4337-a02d-db7f4ddf4110 HTTP/1.1" 200 3511 0.004076 10.0.0.130 - - [2026-02-23 02:17:30] "GET /routing-instance/9dad2c61-e3d0-4c12-99a6-4322a18fa005 HTTP/1.1" 200 1800 0.052786 10.0.0.130 - - [2026-02-23 02:17:30] "GET /virtual-network/0946f65b-6862-4337-a02d-db7f4ddf4110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004399 10.0.0.130 - - [2026-02-23 02:17:30] "GET /virtual-network/0946f65b-6862-4337-a02d-db7f4ddf4110 HTTP/1.1" 200 3511 0.004048 10.0.0.130 - - [2026-02-23 02:17:30] "GET /routing-instance/9dad2c61-e3d0-4c12-99a6-4322a18fa005 HTTP/1.1" 200 1800 0.002538 10.0.0.130 - - [2026-02-23 02:17:30] "GET /routing-instance/9dad2c61-e3d0-4c12-99a6-4322a18fa005 HTTP/1.1" 200 1800 0.002863 10.0.0.130 - - [2026-02-23 02:17:30] "GET /route-target/fbd0a6fd-3c54-46f3-8c19-06386746ce72 HTTP/1.1" 200 1215 0.002289 10.0.0.130 - - [2026-02-23 02:17:30] "GET /domains HTTP/1.1" 200 281 0.002092 10.0.0.130 - - [2026-02-23 02:17:30] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000799 10.0.0.130 - - [2026-02-23 02:17:30] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2782 0.005381 10.0.0.130 - - [2026-02-23 02:17:30] "GET /projects?obj_uuids=d286721b-f250-4d9a-9306-52294754c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000827 10.0.0.130 - - [2026-02-23 02:17:30] "GET /project/d286721b-f250-4d9a-9306-52294754c757 HTTP/1.1" 200 2644 0.070586 10.0.0.130 - - [2026-02-23 02:17:30] "GET /virtual-network/0946f65b-6862-4337-a02d-db7f4ddf4110 HTTP/1.1" 200 3511 0.004052 10.0.0.130 - - [2026-02-23 02:17:30] "GET /obj-perms HTTP/1.1" 200 5065 0.047099 10.0.0.130 - - [2026-02-23 02:17:30] "GET /domains HTTP/1.1" 200 281 0.003280 10.0.0.130 - - [2026-02-23 02:17:30] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000781 10.0.0.130 - - [2026-02-23 02:17:30] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2782 0.005335 10.0.0.130 - - [2026-02-23 02:17:30] "GET /projects?obj_uuids=d286721b-f250-4d9a-9306-52294754c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000771 10.0.0.130 - - [2026-02-23 02:17:30] "GET /project/d286721b-f250-4d9a-9306-52294754c757 HTTP/1.1" 200 2644 0.066014 10.0.0.130 - - [2026-02-23 02:17:30] "GET /virtual-network/ebe13df2-33b7-4209-bf8d-2e7eedffbf25 HTTP/1.1" 200 3510 0.005984 10.0.0.130 - - [2026-02-23 02:17:30] "GET /virtual-network/ebe13df2-33b7-4209-bf8d-2e7eedffbf25 HTTP/1.1" 200 3510 0.004389 10.0.0.130 - - [2026-02-23 02:17:31] "GET /routing-instance/cac3cdb2-88a5-482e-8f45-54091b999194 HTTP/1.1" 200 1800 0.002862 10.0.0.130 - - [2026-02-23 02:17:31] "GET /routing-instance/cac3cdb2-88a5-482e-8f45-54091b999194 HTTP/1.1" 200 1800 0.002585 10.0.0.130 - - [2026-02-23 02:17:31] "GET /route-target/42a593a0-1e29-4be0-b2ed-7689d23ffb58 HTTP/1.1" 200 1214 0.002422 10.0.0.130 - - [2026-02-23 02:17:31] "GET /virtual-network/ebe13df2-33b7-4209-bf8d-2e7eedffbf25 HTTP/1.1" 200 3510 0.003752 10.0.0.130 - - [2026-02-23 02:17:31] "GET /routing-instance/cac3cdb2-88a5-482e-8f45-54091b999194 HTTP/1.1" 200 1800 0.002368 10.0.0.130 - - [2026-02-23 02:17:31] "GET /virtual-network/ebe13df2-33b7-4209-bf8d-2e7eedffbf25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003740 10.0.0.130 - - [2026-02-23 02:17:31] "GET /virtual-network/ebe13df2-33b7-4209-bf8d-2e7eedffbf25 HTTP/1.1" 200 3510 0.003988 10.0.0.130 - - [2026-02-23 02:17:31] "GET /routing-instance/cac3cdb2-88a5-482e-8f45-54091b999194 HTTP/1.1" 200 1800 0.003414 10.0.0.130 - - [2026-02-23 02:17:31] "GET /routing-instance/cac3cdb2-88a5-482e-8f45-54091b999194 HTTP/1.1" 200 1800 0.003221 10.0.0.130 - - [2026-02-23 02:17:31] "GET /route-target/42a593a0-1e29-4be0-b2ed-7689d23ffb58 HTTP/1.1" 200 1214 0.002531 10.0.0.130 - - [2026-02-23 02:17:31] "GET /domains HTTP/1.1" 200 281 0.002164 10.0.0.130 - - [2026-02-23 02:17:31] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000742 10.0.0.130 - - [2026-02-23 02:17:31] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2782 0.005135 10.0.0.130 - - [2026-02-23 02:17:31] "GET /projects?obj_uuids=d286721b-f250-4d9a-9306-52294754c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000721 10.0.0.130 - - [2026-02-23 02:17:31] "GET /project/d286721b-f250-4d9a-9306-52294754c757 HTTP/1.1" 200 2644 0.064445 10.0.0.130 - - [2026-02-23 02:17:31] "GET /virtual-network/ebe13df2-33b7-4209-bf8d-2e7eedffbf25 HTTP/1.1" 200 3510 0.004896 10.0.0.130 - - [2026-02-23 02:17:31] "GET /obj-perms HTTP/1.1" 200 5065 0.002603 10.0.0.130 - - [2026-02-23 02:17:31] "GET /virtual-network/ebe13df2-33b7-4209-bf8d-2e7eedffbf25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004518 10.0.0.130 - - [2026-02-23 02:17:31] "POST /neutron/network HTTP/1.1" 200 1113 0.007314 10.0.0.130 - - [2026-02-23 02:17:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.005213 10.0.0.130 - - [2026-02-23 02:17:31] "POST /neutron/network HTTP/1.1" 200 1005 0.041285 10.0.0.130 - - [2026-02-23 02:17:31] "DELETE /access-control-list/67c10a01-6075-4a38-8067-b2249185d051 HTTP/1.1" 200 115 0.030629 10.0.0.130 - - [2026-02-23 02:17:31] "POST /neutron/network HTTP/1.1" 200 1005 0.008531 10.0.0.130 - - [2026-02-23 02:17:31] "GET /virtual-network/ebe13df2-33b7-4209-bf8d-2e7eedffbf25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004268 10.0.0.130 - - [2026-02-23 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.016424 10.0.0.130 - - [2026-02-23 02:17:31] "GET /virtual-network/0946f65b-6862-4337-a02d-db7f4ddf4110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006435 10.0.0.130 - - [2026-02-23 02:17:31] "POST /neutron/network HTTP/1.1" 200 1114 0.006131 10.0.0.130 - - [2026-02-23 02:17:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.005832 10.0.0.130 - - [2026-02-23 02:17:31] "POST /neutron/network HTTP/1.1" 200 1006 0.040400 10.0.0.130 - - [2026-02-23 02:17:31] "DELETE /access-control-list/0bfa2b88-547e-44f3-b084-a41992c242d0 HTTP/1.1" 200 115 0.027647 10.0.0.130 - - [2026-02-23 02:17:31] "POST /neutron/network HTTP/1.1" 200 1006 0.006251 10.0.0.130 - - [2026-02-23 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.013579 10.0.0.130 - - [2026-02-23 02:17:31] "GET /virtual-network/0946f65b-6862-4337-a02d-db7f4ddf4110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004257 10.0.0.130 - - [2026-02-23 02:17:31] "DELETE /network-policy/d1f11cf3-4bf3-4059-8308-7d2c95f5b420 HTTP/1.1" 200 115 0.023398 10.0.0.130 - - [2026-02-23 02:17:31] "POST /neutron/network HTTP/1.1" 200 1005 0.013778 10.0.0.130 - - [2026-02-23 02:17:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003211 10.0.0.130 - - [2026-02-23 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.130 - - [2026-02-23 02:17:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002237 10.0.0.130 - - [2026-02-23 02:17:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001777 10.0.0.130 - - [2026-02-23 02:17:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001390 10.0.0.130 - - [2026-02-23 02:17:31] "POST /neutron/network HTTP/1.1" 200 151 0.077007 10.0.0.130 - - [2026-02-23 02:17:31] "DELETE /route-target/42a593a0-1e29-4be0-b2ed-7689d23ffb58 HTTP/1.1" 200 115 0.015931 10.0.0.130 - - [2026-02-23 02:17:31] "GET /routing-instance/cac3cdb2-88a5-482e-8f45-54091b999194 HTTP/1.1" 404 171 0.002086 10.0.0.130 - - [2026-02-23 02:17:31] "GET /domains HTTP/1.1" 200 281 0.002150 10.0.0.130 - - [2026-02-23 02:17:31] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000783 10.0.0.130 - - [2026-02-23 02:17:31] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2782 0.048409 10.0.0.130 - - [2026-02-23 02:17:31] "GET /projects?obj_uuids=d286721b-f250-4d9a-9306-52294754c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001228 10.0.0.130 - - [2026-02-23 02:17:31] "GET /project/d286721b-f250-4d9a-9306-52294754c757 HTTP/1.1" 200 2162 0.063343 10.0.0.130 - - [2026-02-23 02:17:31] "POST /neutron/network HTTP/1.1" 200 1006 0.007313 10.0.0.130 - - [2026-02-23 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.130 - - [2026-02-23 02:17:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001568 10.0.0.130 - - [2026-02-23 02:17:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002384 10.0.0.130 - - [2026-02-23 02:17:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001561 10.0.0.130 - - [2026-02-23 02:17:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001546 10.0.0.130 - - [2026-02-23 02:17:31] "POST /neutron/network HTTP/1.1" 200 151 0.077854 10.0.0.130 - - [2026-02-23 02:17:31] "DELETE /route-target/fbd0a6fd-3c54-46f3-8c19-06386746ce72 HTTP/1.1" 200 115 0.017024 10.0.0.130 - - [2026-02-23 02:17:31] "GET /routing-instance/9dad2c61-e3d0-4c12-99a6-4322a18fa005 HTTP/1.1" 404 171 0.002014 10.0.0.130 - - [2026-02-23 02:17:31] "GET /domains HTTP/1.1" 200 281 0.001799 10.0.0.130 - - [2026-02-23 02:17:31] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000739 10.0.0.130 - - [2026-02-23 02:17:31] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2782 0.052061 10.0.0.130 - - [2026-02-23 02:17:31] "GET /projects?obj_uuids=d286721b-f250-4d9a-9306-52294754c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001291 10.0.0.130 - - [2026-02-23 02:17:31] "GET /project/d286721b-f250-4d9a-9306-52294754c757 HTTP/1.1" 200 1916 0.066437 10.0.0.130 - - [2026-02-23 02:17:32] "GET /projects?obj_uuids=d286721b-f250-4d9a-9306-52294754c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.130 - - [2026-02-23 02:17:32] "GET /project/d286721b-f250-4d9a-9306-52294754c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.022455 10.0.0.130 - - [2026-02-23 02:17:32] "GET /projects?obj_uuids=d286721b-f250-4d9a-9306-52294754c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000840 10.0.0.130 - - [2026-02-23 02:17:32] "GET /project/d286721b-f250-4d9a-9306-52294754c757?fields=virtual_networks HTTP/1.1" 200 1061 0.060921 10.0.0.130 - - [2026-02-23 02:17:32] "GET /projects?obj_uuids=d286721b-f250-4d9a-9306-52294754c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001134 10.0.0.130 - - [2026-02-23 02:17:32] "GET /project/d286721b-f250-4d9a-9306-52294754c757?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.020180 10.0.0.130 - - [2026-02-23 02:17:32] "GET /projects?obj_uuids=d286721b-f250-4d9a-9306-52294754c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000910 10.0.0.130 - - [2026-02-23 02:17:32] "GET /project/d286721b-f250-4d9a-9306-52294754c757?fields=security_groups HTTP/1.1" 200 1296 0.020844 10.0.0.130 - - [2026-02-23 02:17:33] "POST /fqname-to-id HTTP/1.1" 404 204 0.026634 10.0.0.130 - - [2026-02-23 02:17:33] "GET /projects?obj_uuids=b5b87f66-5cff-4301-aab2-581333b8e740&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001875 10.0.0.130 - - [2026-02-23 02:17:33] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000905 10.0.0.130 - - [2026-02-23 02:17:33] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005729 10.0.0.130 - - [2026-02-23 02:17:33] "POST /id-to-fqname HTTP/1.1" 200 206 0.001238 10.0.0.130 - - [2026-02-23 02:17:33] "POST /fqname-to-id HTTP/1.1" 404 215 0.003150 10.0.0.130 - - [2026-02-23 02:17:33] "POST /security-groups HTTP/1.1" 200 607 0.060497 10.0.0.130 - - [2026-02-23 02:17:33] "POST /fqname-to-id HTTP/1.1" 404 250 0.002232 10.0.0.130 - - [2026-02-23 02:17:33] "POST /projects HTTP/1.1" 200 617 0.198977 10.0.0.130 - - [2026-02-23 02:17:33] "POST /access-control-lists HTTP/1.1" 200 614 0.057781 10.0.0.130 - - [2026-02-23 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.270461 10.0.0.130 - - [2026-02-23 02:17:33] "POST /fqname-to-id HTTP/1.1" 404 249 0.002203 10.0.0.130 - - [2026-02-23 02:17:33] "GET /project/b5b87f66-5cff-4301-aab2-581333b8e740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.389732 10.0.0.130 - - [2026-02-23 02:17:33] "POST /access-control-lists HTTP/1.1" 200 612 0.059885 10.0.0.130 - - [2026-02-23 02:17:34] "GET / HTTP/1.1" 200 36215 0.001597 10.0.0.130 - - [2026-02-23 02:17:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000417 10.0.0.130 - - [2026-02-23 02:17:35] "POST /fqname-to-id HTTP/1.1" 404 233 0.056515 10.0.0.130 - - [2026-02-23 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002116 10.0.0.130 - - [2026-02-23 02:17:36] "GET /projects?obj_uuids=b5b87f66-5cff-4301-aab2-581333b8e740&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001072 10.0.0.130 - - [2026-02-23 02:17:36] "GET /project/b5b87f66-5cff-4301-aab2-581333b8e740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.024894 10.0.0.130 - - [2026-02-23 02:17:36] "POST /network-policys HTTP/1.1" 200 569 0.059883 10.0.0.130 - - [2026-02-23 02:17:36] "GET /network-policy/00180fc3-b3a4-44b2-ae94-8ace15a1be8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.004303 10.0.0.130 - - [2026-02-23 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002432 10.0.0.130 - - [2026-02-23 02:17:36] "GET /projects?obj_uuids=b5b87f66-5cff-4301-aab2-581333b8e740&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001266 10.0.0.130 - - [2026-02-23 02:17:36] "GET /project/b5b87f66-5cff-4301-aab2-581333b8e740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.022442 10.0.0.130 - - [2026-02-23 02:17:36] "POST /neutron/network HTTP/1.1" 200 117 0.029973 10.0.0.130 - - [2026-02-23 02:17:36] "GET /projects?obj_uuids=b5b87f66-5cff-4301-aab2-581333b8e740&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000913 10.0.0.130 - - [2026-02-23 02:17:36] "POST /neutron/network HTTP/1.1" 200 623 0.057918 10.0.0.130 - - [2026-02-23 02:17:36] "POST /route-targets HTTP/1.1" 200 328 0.011815 10.0.0.130 - - [2026-02-23 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.010783 10.0.0.130 - - [2026-02-23 02:17:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003553 10.0.0.130 - - [2026-02-23 02:17:36] "POST /neutron/subnet HTTP/1.1" 200 729 0.188546 10.0.0.130 - - [2026-02-23 02:17:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.003218 10.0.0.130 - - [2026-02-23 02:17:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003153 10.0.0.130 - - [2026-02-23 02:17:36] "POST /neutron/subnet HTTP/1.1" 200 828 0.126075 10.0.0.130 - - [2026-02-23 02:17:36] "POST /neutron/network HTTP/1.1" 200 1017 0.006453 10.0.0.130 - - [2026-02-23 02:17:36] "POST /id-to-fqname HTTP/1.1" 200 237 0.000962 10.0.0.130 - - [2026-02-23 02:17:36] "GET /virtual-network/3ff4ce2d-4eea-411e-a5c8-8fab766028f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2665 0.004306 10.0.0.130 - - [2026-02-23 02:17:36] "POST /neutron/network HTTP/1.1" 200 1017 0.006147 10.0.0.130 - - [2026-02-23 02:17:36] "GET /virtual-network/3ff4ce2d-4eea-411e-a5c8-8fab766028f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2665 0.006148 10.0.0.130 - - [2026-02-23 02:17:36] "POST /neutron/network HTTP/1.1" 200 1017 0.006223 10.0.0.130 - - [2026-02-23 02:17:36] "POST /neutron/subnet HTTP/1.1" 200 729 0.005663 10.0.0.130 - - [2026-02-23 02:17:37] "POST /neutron/subnet HTTP/1.1" 200 828 0.005836 10.0.0.130 - - [2026-02-23 02:17:37] "POST /neutron/network HTTP/1.1" 200 1017 0.005559 10.0.0.130 - - [2026-02-23 02:17:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.003684 10.0.0.130 - - [2026-02-23 02:17:37] "POST /fqname-to-id HTTP/1.1" 404 252 0.002739 10.0.0.130 - - [2026-02-23 02:17:37] "POST /neutron/network HTTP/1.1" 200 1124 0.047733 10.0.0.130 - - [2026-02-23 02:17:37] "POST /access-control-lists HTTP/1.1" 200 609 0.062516 10.0.0.130 - - [2026-02-23 02:17:37] "POST /neutron/network HTTP/1.1" 200 1124 0.041430 10.0.0.130 - - [2026-02-23 02:17:37] "GET /virtual-network/3ff4ce2d-4eea-411e-a5c8-8fab766028f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2989 0.004153 10.0.0.130 - - [2026-02-23 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.001952 10.0.0.130 - - [2026-02-23 02:17:37] "GET /network-policy/00180fc3-b3a4-44b2-ae94-8ace15a1be8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.003058 10.0.0.130 - - [2026-02-23 02:17:37] "GET /domains HTTP/1.1" 401 293 0.000410 10.0.0.130 - - [2026-02-23 02:17:37] "GET /domains HTTP/1.1" 200 281 0.027737 10.0.0.130 - - [2026-02-23 02:17:37] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000833 10.0.0.130 - - [2026-02-23 02:17:37] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2985 0.006807 10.0.0.130 - - [2026-02-23 02:17:37] "GET /projects?obj_uuids=b5b87f66-5cff-4301-aab2-581333b8e740&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000842 10.0.0.130 - - [2026-02-23 02:17:37] "GET /project/b5b87f66-5cff-4301-aab2-581333b8e740 HTTP/1.1" 200 2476 0.064812 10.0.0.130 - - [2026-02-23 02:17:37] "GET /virtual-network/3ff4ce2d-4eea-411e-a5c8-8fab766028f4 HTTP/1.1" 200 3553 0.005829 10.0.0.130 - - [2026-02-23 02:17:37] "GET /virtual-network/3ff4ce2d-4eea-411e-a5c8-8fab766028f4 HTTP/1.1" 200 3553 0.004617 10.0.0.130 - - [2026-02-23 02:17:37] "GET /routing-instance/be2dd5d4-2945-43b7-80f3-977e14309002 HTTP/1.1" 200 1498 0.003504 10.0.0.130 - - [2026-02-23 02:17:37] "GET /routing-instance/be2dd5d4-2945-43b7-80f3-977e14309002 HTTP/1.1" 200 1498 0.002930 10.0.0.130 - - [2026-02-23 02:17:37] "GET /route-target/19480f62-6a2e-4fbe-bb95-b718a17df1ce HTTP/1.1" 200 1224 0.003231 10.0.0.130 - - [2026-02-23 02:17:37] "GET /virtual-network/3ff4ce2d-4eea-411e-a5c8-8fab766028f4 HTTP/1.1" 200 3553 0.004830 10.0.0.130 - - [2026-02-23 02:17:37] "GET /routing-instance/be2dd5d4-2945-43b7-80f3-977e14309002 HTTP/1.1" 200 1498 0.002790 10.0.0.130 - - [2026-02-23 02:17:37] "GET /virtual-network/3ff4ce2d-4eea-411e-a5c8-8fab766028f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2989 0.003742 10.0.0.130 - - [2026-02-23 02:17:37] "GET /virtual-network/3ff4ce2d-4eea-411e-a5c8-8fab766028f4 HTTP/1.1" 200 3553 0.004225 10.0.0.130 - - [2026-02-23 02:17:37] "GET /routing-instance/be2dd5d4-2945-43b7-80f3-977e14309002 HTTP/1.1" 200 1498 0.002580 10.0.0.130 - - [2026-02-23 02:17:37] "GET /routing-instance/be2dd5d4-2945-43b7-80f3-977e14309002 HTTP/1.1" 200 1498 0.003972 10.0.0.130 - - [2026-02-23 02:17:37] "GET /route-target/19480f62-6a2e-4fbe-bb95-b718a17df1ce HTTP/1.1" 200 1224 0.002282 10.0.0.130 - - [2026-02-23 02:17:37] "GET /domains HTTP/1.1" 200 281 0.002285 10.0.0.130 - - [2026-02-23 02:17:37] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000873 10.0.0.130 - - [2026-02-23 02:17:37] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2985 0.005571 10.0.0.130 - - [2026-02-23 02:17:37] "GET /projects?obj_uuids=b5b87f66-5cff-4301-aab2-581333b8e740&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000936 10.0.0.130 - - [2026-02-23 02:17:37] "GET /project/b5b87f66-5cff-4301-aab2-581333b8e740 HTTP/1.1" 200 2476 0.065266 10.0.0.130 - - [2026-02-23 02:17:37] "GET /virtual-network/3ff4ce2d-4eea-411e-a5c8-8fab766028f4 HTTP/1.1" 200 3553 0.003853 10.0.0.130 - - [2026-02-23 02:17:38] "GET /obj-perms HTTP/1.1" 200 5081 0.051979 10.0.0.130 - - [2026-02-23 02:17:38] "GET /domains HTTP/1.1" 200 281 0.002622 10.0.0.130 - - [2026-02-23 02:17:38] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.130 - - [2026-02-23 02:17:38] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2985 0.013163 10.0.0.130 - - [2026-02-23 02:17:38] "GET /projects?obj_uuids=b5b87f66-5cff-4301-aab2-581333b8e740&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000830 10.0.0.130 - - [2026-02-23 02:17:38] "GET /project/b5b87f66-5cff-4301-aab2-581333b8e740 HTTP/1.1" 200 2476 0.070603 10.0.0.130 - - [2026-02-23 02:17:38] "GET /network-policy/00180fc3-b3a4-44b2-ae94-8ace15a1be8b HTTP/1.1" 200 3479 0.003389 10.0.0.130 - - [2026-02-23 02:17:38] "DELETE /network-policy/00180fc3-b3a4-44b2-ae94-8ace15a1be8b HTTP/1.1" 409 239 0.004891 10.0.0.130 - - [2026-02-23 02:17:38] "POST /neutron/network HTTP/1.1" 200 1124 0.006465 10.0.0.130 - - [2026-02-23 02:17:38] "DELETE /access-control-list/e2d99aee-7a9f-4265-a374-3526365af0d3 HTTP/1.1" 200 115 0.022543 10.0.0.130 - - [2026-02-23 02:17:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004205 10.0.0.130 - - [2026-02-23 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005261 10.0.0.130 - - [2026-02-23 02:17:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002348 10.0.0.130 - - [2026-02-23 02:17:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001590 10.0.0.130 - - [2026-02-23 02:17:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001631 10.0.0.130 - - [2026-02-23 02:17:38] "POST /neutron/network HTTP/1.1" 200 151 0.086805 10.0.0.130 - - [2026-02-23 02:17:38] "GET /routing-instance/be2dd5d4-2945-43b7-80f3-977e14309002 HTTP/1.1" 404 171 0.001953 10.0.0.130 - - [2026-02-23 02:17:38] "GET /domains HTTP/1.1" 200 281 0.001677 10.0.0.130 - - [2026-02-23 02:17:38] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000829 10.0.0.130 - - [2026-02-23 02:17:38] "DELETE /route-target/19480f62-6a2e-4fbe-bb95-b718a17df1ce HTTP/1.1" 200 115 0.013261 10.0.0.130 - - [2026-02-23 02:17:38] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2985 0.051556 10.0.0.130 - - [2026-02-23 02:17:38] "GET /projects?obj_uuids=b5b87f66-5cff-4301-aab2-581333b8e740&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001001 10.0.0.130 - - [2026-02-23 02:17:38] "GET /project/b5b87f66-5cff-4301-aab2-581333b8e740 HTTP/1.1" 200 2221 0.062635 10.0.0.130 - - [2026-02-23 02:17:38] "DELETE /network-policy/00180fc3-b3a4-44b2-ae94-8ace15a1be8b HTTP/1.1" 200 115 0.019646 10.0.0.130 - - [2026-02-23 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002392 10.0.0.130 - - [2026-02-23 02:17:38] "GET /projects?obj_uuids=b5b87f66-5cff-4301-aab2-581333b8e740&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001189 10.0.0.130 - - [2026-02-23 02:17:38] "GET /project/b5b87f66-5cff-4301-aab2-581333b8e740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.020240 10.0.0.130 - - [2026-02-23 02:17:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-94186409&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003428 10.0.0.130 - - [2026-02-23 02:17:39] "GET /projects?obj_uuids=b5b87f66-5cff-4301-aab2-581333b8e740&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001234 10.0.0.130 - - [2026-02-23 02:17:39] "GET /project/b5b87f66-5cff-4301-aab2-581333b8e740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.028610 10.0.0.130 - - [2026-02-23 02:17:39] "GET /projects?obj_uuids=b5b87f66-5cff-4301-aab2-581333b8e740&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001036 10.0.0.130 - - [2026-02-23 02:17:39] "GET /project/b5b87f66-5cff-4301-aab2-581333b8e740?fields=virtual_networks HTTP/1.1" 200 1077 0.068717 10.0.0.130 - - [2026-02-23 02:17:39] "GET /projects?obj_uuids=b5b87f66-5cff-4301-aab2-581333b8e740&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000963 10.0.0.130 - - [2026-02-23 02:17:39] "GET /project/b5b87f66-5cff-4301-aab2-581333b8e740?fields=virtual_machine_interfaces HTTP/1.1" 200 1077 0.027015 10.0.0.130 - - [2026-02-23 02:17:39] "GET /projects?obj_uuids=b5b87f66-5cff-4301-aab2-581333b8e740&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001112 10.0.0.130 - - [2026-02-23 02:17:39] "GET /project/b5b87f66-5cff-4301-aab2-581333b8e740?fields=security_groups HTTP/1.1" 200 1320 0.023697 10.0.0.130 - - [2026-02-23 02:17:40] "POST /fqname-to-id HTTP/1.1" 404 190 0.027480 10.0.0.130 - - [2026-02-23 02:17:40] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001856 10.0.0.130 - - [2026-02-23 02:17:40] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001696 10.0.0.130 - - [2026-02-23 02:17:40] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008944 10.0.0.130 - - [2026-02-23 02:17:40] "POST /id-to-fqname HTTP/1.1" 200 192 0.001157 10.0.0.130 - - [2026-02-23 02:17:40] "POST /fqname-to-id HTTP/1.1" 404 201 0.005928 10.0.0.130 - - [2026-02-23 02:17:40] "POST /security-groups HTTP/1.1" 200 593 0.066469 10.0.0.130 - - [2026-02-23 02:17:40] "POST /fqname-to-id HTTP/1.1" 404 236 0.003126 10.0.0.130 - - [2026-02-23 02:17:40] "POST /projects HTTP/1.1" 200 589 0.213807 10.0.0.130 - - [2026-02-23 02:17:40] "POST /access-control-lists HTTP/1.1" 200 600 0.060036 10.0.0.130 - - [2026-02-23 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.281967 10.0.0.130 - - [2026-02-23 02:17:40] "POST /fqname-to-id HTTP/1.1" 404 235 0.002256 10.0.0.130 - - [2026-02-23 02:17:40] "GET /project/eda55c8a-31a6-4096-9591-95245e73666c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.395990 10.0.0.130 - - [2026-02-23 02:17:40] "POST /access-control-lists HTTP/1.1" 200 598 0.056128 10.0.0.130 - - [2026-02-23 02:17:41] "GET / HTTP/1.1" 200 36215 0.001832 10.0.0.130 - - [2026-02-23 02:17:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000454 10.0.0.130 - - [2026-02-23 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.059894 10.0.0.130 - - [2026-02-23 02:17:42] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000861 10.0.0.130 - - [2026-02-23 02:17:42] "GET /project/eda55c8a-31a6-4096-9591-95245e73666c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.025977 10.0.0.130 - - [2026-02-23 02:17:43] "POST /neutron/network HTTP/1.1" 200 117 0.033568 10.0.0.130 - - [2026-02-23 02:17:43] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000971 10.0.0.130 - - [2026-02-23 02:17:43] "POST /neutron/network HTTP/1.1" 200 607 0.072902 10.0.0.130 - - [2026-02-23 02:17:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002885 10.0.0.130 - - [2026-02-23 02:17:43] "POST /neutron/subnet HTTP/1.1" 200 724 0.148552 10.0.0.130 - - [2026-02-23 02:17:43] "POST /neutron/network HTTP/1.1" 200 826 0.005157 10.0.0.130 - - [2026-02-23 02:17:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001107 10.0.0.130 - - [2026-02-23 02:17:43] "GET /virtual-network/3b68a989-b441-4a38-b2d6-cfd6186878b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004508 10.0.0.130 - - [2026-02-23 02:17:43] "POST /neutron/network HTTP/1.1" 200 826 0.006499 10.0.0.130 - - [2026-02-23 02:17:43] "GET /virtual-network/3b68a989-b441-4a38-b2d6-cfd6186878b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006955 10.0.0.130 - - [2026-02-23 02:17:43] "POST /neutron/network HTTP/1.1" 200 826 0.005499 10.0.0.130 - - [2026-02-23 02:17:43] "POST /neutron/subnet HTTP/1.1" 200 724 0.006075 10.0.0.130 - - [2026-02-23 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002421 10.0.0.130 - - [2026-02-23 02:17:43] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001019 10.0.0.130 - - [2026-02-23 02:17:43] "GET /project/eda55c8a-31a6-4096-9591-95245e73666c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.021128 10.0.0.130 - - [2026-02-23 02:17:43] "POST /neutron/network HTTP/1.1" 200 117 0.008430 10.0.0.130 - - [2026-02-23 02:17:43] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000917 10.0.0.130 - - [2026-02-23 02:17:43] "POST /route-targets HTTP/1.1" 200 328 0.035300 10.0.0.130 - - [2026-02-23 02:17:43] "POST /ref-update HTTP/1.1" 200 156 0.017776 10.0.0.130 - - [2026-02-23 02:17:43] "POST /neutron/network HTTP/1.1" 200 607 0.096241 10.0.0.130 - - [2026-02-23 02:17:43] "POST /route-targets HTTP/1.1" 200 328 0.008215 10.0.0.130 - - [2026-02-23 02:17:43] "POST /ref-update HTTP/1.1" 200 156 0.009468 10.0.0.130 - - [2026-02-23 02:17:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003789 10.0.0.130 - - [2026-02-23 02:17:43] "POST /neutron/subnet HTTP/1.1" 200 724 0.140029 10.0.0.130 - - [2026-02-23 02:17:43] "POST /neutron/network HTTP/1.1" 200 826 0.004470 10.0.0.130 - - [2026-02-23 02:17:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001003 10.0.0.130 - - [2026-02-23 02:17:43] "GET /virtual-network/2359230b-363e-40c6-99a2-23fea45dfc76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004395 10.0.0.130 - - [2026-02-23 02:17:43] "POST /neutron/network HTTP/1.1" 200 826 0.004609 10.0.0.130 - - [2026-02-23 02:17:43] "GET /virtual-network/2359230b-363e-40c6-99a2-23fea45dfc76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004022 10.0.0.130 - - [2026-02-23 02:17:44] "POST /neutron/network HTTP/1.1" 200 826 0.004813 10.0.0.130 - - [2026-02-23 02:17:44] "POST /neutron/subnet HTTP/1.1" 200 724 0.006238 10.0.0.130 - - [2026-02-23 02:17:44] "POST /fqname-to-id HTTP/1.1" 404 228 0.001923 10.0.0.130 - - [2026-02-23 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002373 10.0.0.130 - - [2026-02-23 02:17:44] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000932 10.0.0.130 - - [2026-02-23 02:17:44] "GET /project/eda55c8a-31a6-4096-9591-95245e73666c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.024955 10.0.0.130 - - [2026-02-23 02:17:44] "POST /network-policys HTTP/1.1" 200 573 0.014768 10.0.0.130 - - [2026-02-23 02:17:44] "GET /network-policy/ee8fb59e-3b89-4fc6-9134-5606b84b4541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.003947 10.0.0.130 - - [2026-02-23 02:17:44] "POST /neutron/network HTTP/1.1" 200 826 0.004991 10.0.0.130 - - [2026-02-23 02:17:44] "POST /fqname-to-id HTTP/1.1" 404 236 0.001927 10.0.0.130 - - [2026-02-23 02:17:44] "POST /neutron/network HTTP/1.1" 200 928 0.040715 10.0.0.130 - - [2026-02-23 02:17:44] "POST /access-control-lists HTTP/1.1" 200 592 0.060658 10.0.0.130 - - [2026-02-23 02:17:44] "POST /neutron/network HTTP/1.1" 200 928 0.040787 10.0.0.130 - - [2026-02-23 02:17:44] "GET /virtual-network/3b68a989-b441-4a38-b2d6-cfd6186878b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004255 10.0.0.130 - - [2026-02-23 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001982 10.0.0.130 - - [2026-02-23 02:17:44] "GET /network-policy/ee8fb59e-3b89-4fc6-9134-5606b84b4541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.003536 10.0.0.130 - - [2026-02-23 02:17:44] "POST /neutron/network HTTP/1.1" 200 826 0.004553 10.0.0.130 - - [2026-02-23 02:17:44] "PUT /access-control-list/b60cf1c1-2db3-4bdc-9ffb-fc7ea75b0865 HTTP/1.1" 200 273 0.011776 10.0.0.130 - - [2026-02-23 02:17:44] "POST /neutron/network HTTP/1.1" 200 928 0.041937 10.0.0.130 - - [2026-02-23 02:17:44] "POST /fqname-to-id HTTP/1.1" 404 236 0.002433 10.0.0.130 - - [2026-02-23 02:17:44] "POST /neutron/network HTTP/1.1" 200 928 0.004799 10.0.0.130 - - [2026-02-23 02:17:44] "GET /virtual-network/2359230b-363e-40c6-99a2-23fea45dfc76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004414 10.0.0.130 - - [2026-02-23 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002085 10.0.0.130 - - [2026-02-23 02:17:44] "GET /network-policy/ee8fb59e-3b89-4fc6-9134-5606b84b4541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.028970 10.0.0.130 - - [2026-02-23 02:17:44] "POST /access-control-lists HTTP/1.1" 200 592 0.058223 10.0.0.130 - - [2026-02-23 02:17:44] "GET /domains HTTP/1.1" 401 293 0.000383 10.0.0.130 - - [2026-02-23 02:17:44] "POST /ref-update HTTP/1.1" 200 156 0.008611 10.0.0.130 - - [2026-02-23 02:17:45] "GET /domains HTTP/1.1" 200 281 0.025733 10.0.0.130 - - [2026-02-23 02:17:45] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000789 10.0.0.130 - - [2026-02-23 02:17:45] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 3174 0.006639 10.0.0.130 - - [2026-02-23 02:17:45] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001215 10.0.0.130 - - [2026-02-23 02:17:45] "GET /project/eda55c8a-31a6-4096-9591-95245e73666c HTTP/1.1" 200 2590 0.068726 10.0.0.130 - - [2026-02-23 02:17:45] "GET /virtual-network/3b68a989-b441-4a38-b2d6-cfd6186878b1 HTTP/1.1" 200 2898 0.005029 10.0.0.130 - - [2026-02-23 02:17:45] "GET /virtual-network/3b68a989-b441-4a38-b2d6-cfd6186878b1 HTTP/1.1" 200 2898 0.004081 10.0.0.130 - - [2026-02-23 02:17:45] "GET /routing-instance/39cc1a02-f32e-4832-bc62-73fc2a5ff2a2 HTTP/1.1" 200 1787 0.002892 10.0.0.130 - - [2026-02-23 02:17:45] "GET /routing-instance/39cc1a02-f32e-4832-bc62-73fc2a5ff2a2 HTTP/1.1" 200 1787 0.002973 10.0.0.130 - - [2026-02-23 02:17:45] "GET /route-target/c955c2a2-7ac7-49fa-940c-e562b07626e4 HTTP/1.1" 200 1209 0.002674 10.0.0.130 - - [2026-02-23 02:17:45] "GET /virtual-network/3b68a989-b441-4a38-b2d6-cfd6186878b1 HTTP/1.1" 200 2898 0.003873 10.0.0.130 - - [2026-02-23 02:17:45] "GET /routing-instance/39cc1a02-f32e-4832-bc62-73fc2a5ff2a2 HTTP/1.1" 200 1787 0.003347 10.0.0.130 - - [2026-02-23 02:17:45] "GET /virtual-network/3b68a989-b441-4a38-b2d6-cfd6186878b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004878 10.0.0.130 - - [2026-02-23 02:17:45] "GET /virtual-network/3b68a989-b441-4a38-b2d6-cfd6186878b1 HTTP/1.1" 200 2898 0.004413 10.0.0.130 - - [2026-02-23 02:17:45] "GET /routing-instance/39cc1a02-f32e-4832-bc62-73fc2a5ff2a2 HTTP/1.1" 200 1787 0.003033 10.0.0.130 - - [2026-02-23 02:17:45] "GET /routing-instance/39cc1a02-f32e-4832-bc62-73fc2a5ff2a2 HTTP/1.1" 200 1787 0.002686 10.0.0.130 - - [2026-02-23 02:17:45] "GET /route-target/c955c2a2-7ac7-49fa-940c-e562b07626e4 HTTP/1.1" 200 1209 0.002283 10.0.0.130 - - [2026-02-23 02:17:45] "GET /domains HTTP/1.1" 200 281 0.002170 10.0.0.130 - - [2026-02-23 02:17:45] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000800 10.0.0.130 - - [2026-02-23 02:17:45] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 3174 0.005605 10.0.0.130 - - [2026-02-23 02:17:45] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000808 10.0.0.130 - - [2026-02-23 02:17:45] "GET /project/eda55c8a-31a6-4096-9591-95245e73666c HTTP/1.1" 200 2590 0.067325 10.0.0.130 - - [2026-02-23 02:17:45] "GET /virtual-network/3b68a989-b441-4a38-b2d6-cfd6186878b1 HTTP/1.1" 200 2898 0.004760 10.0.0.130 - - [2026-02-23 02:17:45] "GET /obj-perms HTTP/1.1" 200 5053 0.051883 10.0.0.130 - - [2026-02-23 02:17:45] "GET /domains HTTP/1.1" 200 281 0.002489 10.0.0.130 - - [2026-02-23 02:17:45] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001174 10.0.0.130 - - [2026-02-23 02:17:45] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 3174 0.007576 10.0.0.130 - - [2026-02-23 02:17:45] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000797 10.0.0.130 - - [2026-02-23 02:17:45] "GET /project/eda55c8a-31a6-4096-9591-95245e73666c HTTP/1.1" 200 2590 0.064092 10.0.0.130 - - [2026-02-23 02:17:45] "GET /virtual-network/2359230b-363e-40c6-99a2-23fea45dfc76 HTTP/1.1" 200 2898 0.005756 10.0.0.130 - - [2026-02-23 02:17:45] "GET /virtual-network/2359230b-363e-40c6-99a2-23fea45dfc76 HTTP/1.1" 200 2898 0.004366 10.0.0.130 - - [2026-02-23 02:17:45] "GET /routing-instance/f5ac36bf-6b1f-4367-93ae-827824dc74fa HTTP/1.1" 200 1788 0.003219 10.0.0.130 - - [2026-02-23 02:17:45] "GET /routing-instance/f5ac36bf-6b1f-4367-93ae-827824dc74fa HTTP/1.1" 200 1788 0.002772 10.0.0.130 - - [2026-02-23 02:17:45] "GET /route-target/b2960b8d-3a28-4ea4-9232-d4e641c14303 HTTP/1.1" 200 1209 0.002744 10.0.0.130 - - [2026-02-23 02:17:45] "GET /virtual-network/2359230b-363e-40c6-99a2-23fea45dfc76 HTTP/1.1" 200 2898 0.005378 10.0.0.130 - - [2026-02-23 02:17:45] "GET /routing-instance/f5ac36bf-6b1f-4367-93ae-827824dc74fa HTTP/1.1" 200 1788 0.002564 10.0.0.130 - - [2026-02-23 02:17:45] "GET /virtual-network/2359230b-363e-40c6-99a2-23fea45dfc76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.003807 10.0.0.130 - - [2026-02-23 02:17:45] "GET /virtual-network/2359230b-363e-40c6-99a2-23fea45dfc76 HTTP/1.1" 200 2898 0.003597 10.0.0.130 - - [2026-02-23 02:17:45] "GET /routing-instance/f5ac36bf-6b1f-4367-93ae-827824dc74fa HTTP/1.1" 200 1788 0.002360 10.0.0.130 - - [2026-02-23 02:17:45] "GET /routing-instance/f5ac36bf-6b1f-4367-93ae-827824dc74fa HTTP/1.1" 200 1788 0.002444 10.0.0.130 - - [2026-02-23 02:17:45] "GET /route-target/b2960b8d-3a28-4ea4-9232-d4e641c14303 HTTP/1.1" 200 1209 0.002281 10.0.0.130 - - [2026-02-23 02:17:45] "GET /domains HTTP/1.1" 200 281 0.002348 10.0.0.130 - - [2026-02-23 02:17:45] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000819 10.0.0.130 - - [2026-02-23 02:17:45] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 3174 0.005364 10.0.0.130 - - [2026-02-23 02:17:45] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000782 10.0.0.130 - - [2026-02-23 02:17:45] "GET /project/eda55c8a-31a6-4096-9591-95245e73666c HTTP/1.1" 200 2590 0.062822 10.0.0.130 - - [2026-02-23 02:17:45] "GET /virtual-network/2359230b-363e-40c6-99a2-23fea45dfc76 HTTP/1.1" 200 2898 0.003942 10.0.0.130 - - [2026-02-23 02:17:45] "GET /obj-perms HTTP/1.1" 200 5053 0.002442 10.0.0.130 - - [2026-02-23 02:17:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001102 10.0.0.130 - - [2026-02-23 02:17:46] "POST /neutron/network HTTP/1.1" 200 938 0.006141 10.0.0.130 - - [2026-02-23 02:17:46] "GET /aaa-mode HTTP/1.1" 401 293 0.000353 10.0.0.130 - - [2026-02-23 02:17:46] "GET / HTTP/1.1" 200 36215 0.001354 10.0.0.130 - - [2026-02-23 02:17:46] "GET /project/eda55c8a-31a6-4096-9591-95245e73666c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000334 10.0.0.130 - - [2026-02-23 02:17:46] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001029 10.0.0.130 - - [2026-02-23 02:17:46] "GET /project/eda55c8a-31a6-4096-9591-95245e73666c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.045289 10.0.0.130 - - [2026-02-23 02:17:46] "POST /neutron/network HTTP/1.1" 200 928 0.005355 10.0.0.130 - - [2026-02-23 02:17:46] "POST /neutron/port HTTP/1.1" 200 117 0.004654 10.0.0.130 - - [2026-02-23 02:17:46] "POST /neutron/port HTTP/1.1" 200 117 0.004333 10.0.0.130 - - [2026-02-23 02:17:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001179 10.0.0.130 - - [2026-02-23 02:17:47] "POST /neutron/port HTTP/1.1" 200 117 0.004271 10.0.0.130 - - [2026-02-23 02:17:47] "POST /neutron/network HTTP/1.1" 200 938 0.004748 10.0.0.130 - - [2026-02-23 02:17:47] "GET /aaa-mode HTTP/1.1" 401 293 0.000381 10.0.0.130 - - [2026-02-23 02:17:47] "POST /neutron/network HTTP/1.1" 200 938 0.005019 10.0.0.130 - - [2026-02-23 02:17:47] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000910 10.0.0.130 - - [2026-02-23 02:17:47] "GET / HTTP/1.1" 200 36215 0.001424 10.0.0.130 - - [2026-02-23 02:17:47] "GET /project/eda55c8a-31a6-4096-9591-95245e73666c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000325 10.0.0.130 - - [2026-02-23 02:17:47] "POST /neutron/port HTTP/1.1" 200 1062 0.180017 10.0.0.130 - - [2026-02-23 02:17:47] "POST /neutron/port HTTP/1.1" 200 1062 0.011017 10.0.0.130 - - [2026-02-23 02:17:47] "POST /neutron/port HTTP/1.1" 200 1062 0.011056 10.0.0.130 - - [2026-02-23 02:17:47] "POST /neutron/port HTTP/1.1" 200 1116 0.051160 10.0.0.130 - - [2026-02-23 02:17:47] "POST /neutron/port HTTP/1.1" 200 1126 0.012037 10.0.0.130 - - [2026-02-23 02:17:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003666 10.0.0.130 - - [2026-02-23 02:17:47] "POST /neutron/subnet HTTP/1.1" 200 698 0.007353 10.0.0.130 - - [2026-02-23 02:17:47] "POST /neutron/port HTTP/1.1" 200 117 0.000996 10.0.0.130 - - [2026-02-23 02:17:47] "POST /neutron/network HTTP/1.1" 200 928 0.004648 10.0.0.130 - - [2026-02-23 02:17:47] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000960 10.0.0.130 - - [2026-02-23 02:17:47] "GET /project/eda55c8a-31a6-4096-9591-95245e73666c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.046779 10.0.0.130 - - [2026-02-23 02:17:47] "POST /neutron/network HTTP/1.1" 200 928 0.006630 10.0.0.130 - - [2026-02-23 02:17:48] "POST /neutron/port HTTP/1.1" 200 1126 0.017569 10.0.0.130 - - [2026-02-23 02:17:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010443 10.0.0.130 - - [2026-02-23 02:17:48] "POST /neutron/port HTTP/1.1" 200 117 0.004267 10.0.0.130 - - [2026-02-23 02:17:48] "POST /neutron/port HTTP/1.1" 200 1126 0.016326 10.0.0.130 - - [2026-02-23 02:17:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006404 10.0.0.130 - - [2026-02-23 02:17:48] "POST /neutron/network HTTP/1.1" 200 938 0.006206 10.0.0.130 - - [2026-02-23 02:17:48] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000982 10.0.0.130 - - [2026-02-23 02:17:48] "PUT /access-control-list/85159e2c-d0d3-4e41-8e25-17ee53ec1845 HTTP/1.1" 200 273 0.022859 10.0.0.130 - - [2026-02-23 02:17:48] "POST /neutron/port HTTP/1.1" 200 1062 0.221965 10.0.0.130 - - [2026-02-23 02:17:48] "POST /neutron/port HTTP/1.1" 200 1062 0.008734 10.0.0.130 - - [2026-02-23 02:17:48] "POST /neutron/port HTTP/1.1" 200 1062 0.010312 10.0.0.130 - - [2026-02-23 02:17:48] "POST /neutron/port HTTP/1.1" 200 1116 0.077667 10.0.0.130 - - [2026-02-23 02:17:48] "POST /neutron/port HTTP/1.1" 200 1126 0.014652 10.0.0.130 - - [2026-02-23 02:17:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003402 10.0.0.130 - - [2026-02-23 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 698 0.007083 10.0.0.130 - - [2026-02-23 02:17:48] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.130 - - [2026-02-23 02:17:48] "POST /neutron/network HTTP/1.1" 200 928 0.004894 10.0.0.130 - - [2026-02-23 02:17:53] "POST /neutron/port HTTP/1.1" 200 1126 0.010936 10.0.0.130 - - [2026-02-23 02:17:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005427 10.0.0.130 - - [2026-02-23 02:17:53] "POST /neutron/port HTTP/1.1" 200 1126 0.010035 10.0.0.130 - - [2026-02-23 02:17:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006119 10.0.0.130 - - [2026-02-23 02:17:53] "POST /neutron/port HTTP/1.1" 200 1126 0.012488 10.0.0.130 - - [2026-02-23 02:17:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005246 10.0.0.130 - - [2026-02-23 02:17:53] "GET /virtual-machine/931df8ed-489a-4e2e-b5c3-b062582719ad HTTP/1.1" 200 1297 0.004071 10.0.0.130 - - [2026-02-23 02:17:53] "GET /virtual-machine-interface/8049c61b-098e-42d0-a6e0-4faa941f3dce HTTP/1.1" 200 2958 0.004178 10.0.0.130 - - [2026-02-23 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002169 10.0.0.130 - - [2026-02-23 02:17:53] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002281 10.0.0.130 - - [2026-02-23 02:17:53] "GET /virtual-networks?parent_id=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002782 10.0.0.130 - - [2026-02-23 02:17:53] "GET /virtual-network/3b68a989-b441-4a38-b2d6-cfd6186878b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004761 10.0.0.130 - - [2026-02-23 02:17:56] "POST /neutron/port HTTP/1.1" 200 1126 0.011737 10.0.0.130 - - [2026-02-23 02:17:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004626 10.0.0.130 - - [2026-02-23 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002523 10.0.0.130 - - [2026-02-23 02:17:56] "GET /virtual-network/3b68a989-b441-4a38-b2d6-cfd6186878b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004489 10.0.0.130 - - [2026-02-23 02:17:57] "POST /neutron/port HTTP/1.1" 200 1126 0.012425 10.0.0.130 - - [2026-02-23 02:17:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005061 10.0.0.130 - - [2026-02-23 02:17:58] "DELETE /project/d286721bf2504d9a930652294754c757 HTTP/1.1" 404 173 0.010721 10.0.0.130 - - [2026-02-23 02:17:58] "DELETE /project/eda55c8a31a64096959195245e73666c HTTP/1.1" 404 173 0.009924 10.0.0.130 - - [2026-02-23 02:17:58] "DELETE /project/b5b87f665cff4301aab2581333b8e740 HTTP/1.1" 404 173 0.007828 10.0.0.130 - - [2026-02-23 02:17:58] "GET /projects?obj_uuids=b5b87f66-5cff-4301-aab2-581333b8e740&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000793 10.0.0.130 - - [2026-02-23 02:17:58] "GET /projects?obj_uuids=d286721b-f250-4d9a-9306-52294754c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000736 10.0.0.130 - - [2026-02-23 02:17:58] "GET /projects?obj_uuids=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000711 10.0.0.130 - - [2026-02-23 02:17:58] "GET /project/7ff8d5ea-9b3c-4768-bba7-196543e67d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.047466 10.0.0.130 - - [2026-02-23 02:17:58] "GET /project/b5b87f66-5cff-4301-aab2-581333b8e740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1543 0.051209 10.0.0.130 - - [2026-02-23 02:17:58] "GET /project/d286721b-f250-4d9a-9306-52294754c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.056576 10.0.0.130 - - [2026-02-23 02:17:58] "GET /projects?obj_uuids=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000825 10.0.0.130 - - [2026-02-23 02:17:58] "GET /projects?obj_uuids=d286721b-f250-4d9a-9306-52294754c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000779 10.0.0.130 - - [2026-02-23 02:17:58] "GET /projects?obj_uuids=b5b87f66-5cff-4301-aab2-581333b8e740&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000734 10.0.0.130 - - [2026-02-23 02:17:58] "GET /project/7ff8d5ea-9b3c-4768-bba7-196543e67d5c?fields=security_groups HTTP/1.1" 200 1382 0.042711 10.0.0.130 - - [2026-02-23 02:17:58] "GET /project/b5b87f66-5cff-4301-aab2-581333b8e740?fields=security_groups HTTP/1.1" 200 1422 0.047580 10.0.0.130 - - [2026-02-23 02:17:58] "GET /project/d286721b-f250-4d9a-9306-52294754c757?fields=security_groups HTTP/1.1" 200 1398 0.052371 10.0.0.130 - - [2026-02-23 02:17:58] "DELETE /security-group/98539a88-274c-4b53-869c-f6283f28cee9 HTTP/1.1" 200 115 0.055993 10.0.0.130 - - [2026-02-23 02:17:58] "GET /projects?obj_uuids=7ff8d5ea-9b3c-4768-bba7-196543e67d5c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001254 10.0.0.130 - - [2026-02-23 02:17:58] "DELETE /access-control-list/a24f98f9-975d-43c5-8eb8-3ee7e3906f77 HTTP/1.1" 200 115 0.048120 10.0.0.130 - - [2026-02-23 02:17:58] "DELETE /security-group/489e567e-abbd-41af-a3e2-dc65cd106e8f HTTP/1.1" 200 115 0.087480 10.0.0.130 - - [2026-02-23 02:17:58] "GET /projects?obj_uuids=b5b87f66-5cff-4301-aab2-581333b8e740&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000964 10.0.0.130 - - [2026-02-23 02:17:58] "DELETE /security-group/acd67631-3d60-4439-b412-2ceb38d70274 HTTP/1.1" 200 115 0.096699 10.0.0.130 - - [2026-02-23 02:17:58] "GET /project/7ff8d5ea-9b3c-4768-bba7-196543e67d5c?fields=application_policy_sets HTTP/1.1" 200 1421 0.061270 10.0.0.130 - - [2026-02-23 02:17:58] "GET /projects?obj_uuids=d286721b-f250-4d9a-9306-52294754c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000919 10.0.0.130 - - [2026-02-23 02:17:58] "DELETE /access-control-list/72f2e69c-a27d-4c03-a108-897db7e269f3 HTTP/1.1" 200 115 0.053267 10.0.0.130 - - [2026-02-23 02:17:58] "GET /project/b5b87f66-5cff-4301-aab2-581333b8e740?fields=application_policy_sets HTTP/1.1" 200 1461 0.046659 10.0.0.130 - - [2026-02-23 02:17:58] "DELETE /access-control-list/88b7ebc9-6f73-4cad-88be-219f86b3918a HTTP/1.1" 200 115 0.044515 10.0.0.130 - - [2026-02-23 02:17:58] "GET /project/d286721b-f250-4d9a-9306-52294754c757?fields=application_policy_sets HTTP/1.1" 200 1437 0.101608 10.0.0.130 - - [2026-02-23 02:17:58] "DELETE /access-control-list/1382c4d4-b22e-4653-8483-2acef51f1338 HTTP/1.1" 200 115 0.032973 10.0.0.130 - - [2026-02-23 02:17:58] "DELETE /project/7ff8d5ea-9b3c-4768-bba7-196543e67d5c HTTP/1.1" 200 115 0.461314 10.0.0.130 - - [2026-02-23 02:17:58] "DELETE /access-control-list/033f652e-9fcc-4fa5-a722-b38eedb5ec46 HTTP/1.1" 200 115 0.054725 10.0.0.130 - - [2026-02-23 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004614 10.0.0.130 - - [2026-02-23 02:17:58] "DELETE /project/b5b87f66-5cff-4301-aab2-581333b8e740 HTTP/1.1" 200 115 0.491202 10.0.0.130 - - [2026-02-23 02:17:58] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006106 10.0.0.130 - - [2026-02-23 02:17:58] "DELETE /access-control-list/ece11457-0c90-4212-961b-74c40861f234 HTTP/1.1" 200 115 0.033126 10.0.0.130 - - [2026-02-23 02:17:58] "DELETE /project/d286721b-f250-4d9a-9306-52294754c757 HTTP/1.1" 200 115 0.514555 10.0.0.130 - - [2026-02-23 02:17:58] "GET /virtual-networks?parent_id=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.008517 10.0.0.130 - - [2026-02-23 02:17:58] "GET /virtual-network/3b68a989-b441-4a38-b2d6-cfd6186878b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006639 10.0.0.130 - - [2026-02-23 02:17:59] "POST /neutron/port HTTP/1.1" 200 1126 0.012934 10.0.0.130 - - [2026-02-23 02:17:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005626 10.0.0.130 - - [2026-02-23 02:17:59] "POST /neutron/port HTTP/1.1" 200 1126 0.012299 10.0.0.130 - - [2026-02-23 02:17:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005603 10.0.0.130 - - [2026-02-23 02:17:59] "POST /neutron/port HTTP/1.1" 200 1126 0.012697 10.0.0.130 - - [2026-02-23 02:17:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004957 10.0.0.130 - - [2026-02-23 02:17:59] "GET /virtual-machine/b90d5f17-bcb0-4197-aa45-e2c7b3ae563b HTTP/1.1" 200 1297 0.004386 10.0.0.130 - - [2026-02-23 02:17:59] "GET /virtual-machine-interface/9952de68-6d50-43d6-bcae-aed3e0fd6545 HTTP/1.1" 200 2959 0.005438 10.0.0.130 - - [2026-02-23 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.130 - - [2026-02-23 02:17:59] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002616 10.0.0.130 - - [2026-02-23 02:17:59] "GET /virtual-networks?parent_id=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002705 10.0.0.130 - - [2026-02-23 02:17:59] "GET /virtual-network/2359230b-363e-40c6-99a2-23fea45dfc76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005007 10.0.0.130 - - [2026-02-23 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002486 10.0.0.130 - - [2026-02-23 02:18:00] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002872 10.0.0.130 - - [2026-02-23 02:18:00] "GET /virtual-networks?parent_id=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002607 10.0.0.130 - - [2026-02-23 02:18:00] "GET /virtual-network/2359230b-363e-40c6-99a2-23fea45dfc76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004919 10.0.0.130 - - [2026-02-23 02:18:03] "GET /obj-perms HTTP/1.1" 200 5075 0.057996 10.0.0.130 - - [2026-02-23 02:18:03] "GET /obj-perms HTTP/1.1" 200 5075 0.053040 10.0.0.130 - - [2026-02-23 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.130 - - [2026-02-23 02:18:04] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001252 10.0.0.130 - - [2026-02-23 02:18:04] "GET /project/eda55c8a-31a6-4096-9591-95245e73666c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.022219 10.0.0.130 - - [2026-02-23 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002524 10.0.0.130 - - [2026-02-23 02:18:05] "PUT /network-policy/ee8fb59e-3b89-4fc6-9134-5606b84b4541 HTTP/1.1" 200 263 0.009957 10.0.0.130 - - [2026-02-23 02:18:05] "PUT /access-control-list/b60cf1c1-2db3-4bdc-9ffb-fc7ea75b0865 HTTP/1.1" 200 273 0.053723 10.0.0.130 - - [2026-02-23 02:18:05] "POST /ref-update HTTP/1.1" 200 156 0.011048 10.0.0.130 - - [2026-02-23 02:18:05] "PUT /access-control-list/85159e2c-d0d3-4e41-8e25-17ee53ec1845 HTTP/1.1" 200 273 0.050079 10.0.0.130 - - [2026-02-23 02:18:05] "POST /ref-update HTTP/1.1" 200 156 0.009382 10.0.0.130 - - [2026-02-23 02:18:08] "GET /virtual-network/2359230b-363e-40c6-99a2-23fea45dfc76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004708 10.0.0.130 - - [2026-02-23 02:18:08] "POST /neutron/network HTTP/1.1" 200 928 0.006822 10.0.0.130 - - [2026-02-23 02:18:08] "POST /neutron/network HTTP/1.1" 200 826 0.036008 10.0.0.130 - - [2026-02-23 02:18:08] "DELETE /access-control-list/85159e2c-d0d3-4e41-8e25-17ee53ec1845 HTTP/1.1" 200 115 0.026405 10.0.0.130 - - [2026-02-23 02:18:08] "POST /neutron/network HTTP/1.1" 200 826 0.005677 10.0.0.130 - - [2026-02-23 02:18:08] "GET /virtual-network/2359230b-363e-40c6-99a2-23fea45dfc76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004222 10.0.0.130 - - [2026-02-23 02:18:08] "GET /virtual-network/3b68a989-b441-4a38-b2d6-cfd6186878b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004220 10.0.0.130 - - [2026-02-23 02:18:08] "POST /neutron/network HTTP/1.1" 200 928 0.006762 10.0.0.130 - - [2026-02-23 02:18:08] "POST /neutron/network HTTP/1.1" 200 826 0.038562 10.0.0.130 - - [2026-02-23 02:18:08] "POST /neutron/network HTTP/1.1" 200 826 0.017199 10.0.0.130 - - [2026-02-23 02:18:08] "DELETE /access-control-list/b60cf1c1-2db3-4bdc-9ffb-fc7ea75b0865 HTTP/1.1" 200 115 0.047715 10.0.0.130 - - [2026-02-23 02:18:08] "GET /virtual-network/3b68a989-b441-4a38-b2d6-cfd6186878b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005422 10.0.0.130 - - [2026-02-23 02:18:08] "DELETE /network-policy/ee8fb59e-3b89-4fc6-9134-5606b84b4541 HTTP/1.1" 200 115 0.026610 10.0.0.130 - - [2026-02-23 02:18:08] "POST /neutron/network HTTP/1.1" 200 826 0.004663 10.0.0.130 - - [2026-02-23 02:18:08] "POST /neutron/network HTTP/1.1" 400 204 0.008819 10.0.0.130 - - [2026-02-23 02:18:08] "POST /neutron/port HTTP/1.1" 200 1126 0.009939 10.0.0.130 - - [2026-02-23 02:18:08] "POST /neutron/port HTTP/1.1" 200 1116 0.010917 10.0.0.130 - - [2026-02-23 02:18:08] "POST /neutron/port HTTP/1.1" 200 1126 0.011656 10.0.0.130 - - [2026-02-23 02:18:08] "POST /neutron/port HTTP/1.1" 200 1116 0.010502 10.0.0.130 - - [2026-02-23 02:18:08] "POST /neutron/port HTTP/1.1" 200 151 0.123315 10.0.0.130 - - [2026-02-23 02:18:09] "POST /neutron/port HTTP/1.1" 200 151 0.108096 10.0.0.130 - - [2026-02-23 02:18:10] "POST /neutron/network HTTP/1.1" 200 826 0.004572 10.0.0.130 - - [2026-02-23 02:18:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002489 10.0.0.130 - - [2026-02-23 02:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.130 - - [2026-02-23 02:18:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001516 10.0.0.130 - - [2026-02-23 02:18:10] "POST /neutron/network HTTP/1.1" 200 151 0.071277 10.0.0.130 - - [2026-02-23 02:18:10] "DELETE /route-target/b2960b8d-3a28-4ea4-9232-d4e641c14303 HTTP/1.1" 200 115 0.013741 10.0.0.130 - - [2026-02-23 02:18:10] "GET /routing-instance/f5ac36bf-6b1f-4367-93ae-827824dc74fa HTTP/1.1" 404 171 0.001695 10.0.0.130 - - [2026-02-23 02:18:10] "GET /domains HTTP/1.1" 200 281 0.001947 10.0.0.130 - - [2026-02-23 02:18:10] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000758 10.0.0.130 - - [2026-02-23 02:18:10] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2586 0.047859 10.0.0.130 - - [2026-02-23 02:18:10] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000836 10.0.0.130 - - [2026-02-23 02:18:10] "GET /project/eda55c8a-31a6-4096-9591-95245e73666c HTTP/1.1" 200 2120 0.069510 10.0.0.130 - - [2026-02-23 02:18:10] "POST /neutron/network HTTP/1.1" 200 826 0.004438 10.0.0.130 - - [2026-02-23 02:18:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003244 10.0.0.130 - - [2026-02-23 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.130 - - [2026-02-23 02:18:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002874 10.0.0.130 - - [2026-02-23 02:18:11] "POST /neutron/network HTTP/1.1" 200 151 0.083707 10.0.0.130 - - [2026-02-23 02:18:11] "DELETE /route-target/c955c2a2-7ac7-49fa-940c-e562b07626e4 HTTP/1.1" 200 115 0.014218 10.0.0.130 - - [2026-02-23 02:18:11] "GET /routing-instance/39cc1a02-f32e-4832-bc62-73fc2a5ff2a2 HTTP/1.1" 404 171 0.002673 10.0.0.130 - - [2026-02-23 02:18:11] "GET /domains HTTP/1.1" 200 281 0.002057 10.0.0.130 - - [2026-02-23 02:18:11] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000714 10.0.0.130 - - [2026-02-23 02:18:11] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2586 0.047914 10.0.0.130 - - [2026-02-23 02:18:11] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000797 10.0.0.130 - - [2026-02-23 02:18:11] "GET /project/eda55c8a-31a6-4096-9591-95245e73666c HTTP/1.1" 200 1880 0.062901 10.0.0.130 - - [2026-02-23 02:18:11] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000911 10.0.0.130 - - [2026-02-23 02:18:11] "GET /project/eda55c8a-31a6-4096-9591-95245e73666c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.023358 10.0.0.130 - - [2026-02-23 02:18:11] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000914 10.0.0.130 - - [2026-02-23 02:18:11] "GET /project/eda55c8a-31a6-4096-9591-95245e73666c?fields=virtual_networks HTTP/1.1" 200 1049 0.064802 10.0.0.130 - - [2026-02-23 02:18:11] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000879 10.0.0.130 - - [2026-02-23 02:18:11] "GET /project/eda55c8a-31a6-4096-9591-95245e73666c?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.019886 10.0.0.130 - - [2026-02-23 02:18:11] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000904 10.0.0.130 - - [2026-02-23 02:18:11] "GET /project/eda55c8a-31a6-4096-9591-95245e73666c?fields=security_groups HTTP/1.1" 200 1278 0.022697 10.0.0.130 - - [2026-02-23 02:18:12] "POST /fqname-to-id HTTP/1.1" 404 181 0.022727 10.0.0.130 - - [2026-02-23 02:18:12] "GET /projects?obj_uuids=4d38f77f-a5f6-4776-a304-0894ebbe43f7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001992 10.0.0.130 - - [2026-02-23 02:18:12] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000852 10.0.0.130 - - [2026-02-23 02:18:12] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006043 10.0.0.130 - - [2026-02-23 02:18:12] "POST /id-to-fqname HTTP/1.1" 200 183 0.001019 10.0.0.130 - - [2026-02-23 02:18:12] "POST /fqname-to-id HTTP/1.1" 404 192 0.002608 10.0.0.130 - - [2026-02-23 02:18:12] "POST /security-groups HTTP/1.1" 200 584 0.060736 10.0.0.130 - - [2026-02-23 02:18:12] "POST /fqname-to-id HTTP/1.1" 404 227 0.002400 10.0.0.130 - - [2026-02-23 02:18:12] "POST /projects HTTP/1.1" 200 571 0.195428 10.0.0.130 - - [2026-02-23 02:18:12] "POST /access-control-lists HTTP/1.1" 200 591 0.057646 10.0.0.130 - - [2026-02-23 02:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.267551 10.0.0.130 - - [2026-02-23 02:18:12] "POST /fqname-to-id HTTP/1.1" 404 226 0.002378 10.0.0.130 - - [2026-02-23 02:18:12] "GET /project/4d38f77f-a5f6-4776-a304-0894ebbe43f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.381816 10.0.0.130 - - [2026-02-23 02:18:12] "POST /access-control-lists HTTP/1.1" 200 589 0.056198 10.0.0.130 - - [2026-02-23 02:18:14] "GET / HTTP/1.1" 200 36215 0.001921 10.0.0.130 - - [2026-02-23 02:18:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000406 10.0.0.130 - - [2026-02-23 02:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.052608 10.0.0.130 - - [2026-02-23 02:18:15] "GET /projects?obj_uuids=4d38f77f-a5f6-4776-a304-0894ebbe43f7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000855 10.0.0.130 - - [2026-02-23 02:18:15] "GET /project/4d38f77f-a5f6-4776-a304-0894ebbe43f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.022281 10.0.0.130 - - [2026-02-23 02:18:15] "POST /neutron/network HTTP/1.1" 200 117 0.034325 10.0.0.130 - - [2026-02-23 02:18:15] "GET /projects?obj_uuids=4d38f77f-a5f6-4776-a304-0894ebbe43f7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001165 10.0.0.130 - - [2026-02-23 02:18:15] "POST /neutron/network HTTP/1.1" 200 612 0.064573 10.0.0.130 - - [2026-02-23 02:18:15] "POST /route-targets HTTP/1.1" 200 328 0.013459 10.0.0.130 - - [2026-02-23 02:18:15] "POST /ref-update HTTP/1.1" 200 156 0.031003 10.0.0.130 - - [2026-02-23 02:18:15] "POST /useragent-kv HTTP/1.1" 200 115 0.005018 10.0.0.130 - - [2026-02-23 02:18:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.202056 10.0.0.130 - - [2026-02-23 02:18:15] "POST /neutron/network HTTP/1.1" 200 832 0.004737 10.0.0.130 - - [2026-02-23 02:18:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001178 10.0.0.130 - - [2026-02-23 02:18:15] "GET /virtual-network/1b08e02a-0999-4578-a250-5d18b55fbcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004555 10.0.0.130 - - [2026-02-23 02:18:15] "POST /neutron/network HTTP/1.1" 200 832 0.006247 10.0.0.130 - - [2026-02-23 02:18:15] "GET /virtual-network/1b08e02a-0999-4578-a250-5d18b55fbcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004485 10.0.0.130 - - [2026-02-23 02:18:15] "POST /neutron/network HTTP/1.1" 200 832 0.004616 10.0.0.130 - - [2026-02-23 02:18:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.005591 10.0.0.130 - - [2026-02-23 02:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002064 10.0.0.130 - - [2026-02-23 02:18:15] "GET /virtual-network/1b08e02a-0999-4578-a250-5d18b55fbcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004621 10.0.0.130 - - [2026-02-23 02:18:15] "PUT /virtual-network/1b08e02a-0999-4578-a250-5d18b55fbcf6 HTTP/1.1" 200 265 0.029085 10.0.0.130 - - [2026-02-23 02:18:15] "POST /route-targets HTTP/1.1" 200 324 0.014234 10.0.0.130 - - [2026-02-23 02:18:15] "POST /ref-update HTTP/1.1" 200 156 0.009065 10.0.0.130 - - [2026-02-23 02:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.130 - - [2026-02-23 02:18:15] "GET /projects?obj_uuids=4d38f77f-a5f6-4776-a304-0894ebbe43f7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001014 10.0.0.130 - - [2026-02-23 02:18:15] "GET /project/4d38f77f-a5f6-4776-a304-0894ebbe43f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.019873 10.0.0.130 - - [2026-02-23 02:18:15] "POST /neutron/network HTTP/1.1" 200 117 0.008807 10.0.0.130 - - [2026-02-23 02:18:15] "GET /projects?obj_uuids=4d38f77f-a5f6-4776-a304-0894ebbe43f7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000935 10.0.0.130 - - [2026-02-23 02:18:16] "POST /neutron/network HTTP/1.1" 200 612 0.057479 10.0.0.130 - - [2026-02-23 02:18:16] "POST /route-targets HTTP/1.1" 200 328 0.009700 10.0.0.130 - - [2026-02-23 02:18:16] "POST /ref-update HTTP/1.1" 200 156 0.007880 10.0.0.130 - - [2026-02-23 02:18:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002847 10.0.0.130 - - [2026-02-23 02:18:16] "POST /neutron/subnet HTTP/1.1" 200 734 0.149966 10.0.0.130 - - [2026-02-23 02:18:16] "POST /neutron/network HTTP/1.1" 200 833 0.004221 10.0.0.130 - - [2026-02-23 02:18:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.000901 10.0.0.130 - - [2026-02-23 02:18:16] "GET /virtual-network/cb940deb-1be5-4025-ac69-c178cb470db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003953 10.0.0.130 - - [2026-02-23 02:18:16] "POST /neutron/network HTTP/1.1" 200 833 0.004904 10.0.0.130 - - [2026-02-23 02:18:16] "GET /virtual-network/cb940deb-1be5-4025-ac69-c178cb470db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004028 10.0.0.130 - - [2026-02-23 02:18:16] "POST /neutron/network HTTP/1.1" 200 833 0.004677 10.0.0.130 - - [2026-02-23 02:18:16] "POST /neutron/subnet HTTP/1.1" 200 734 0.005583 10.0.0.130 - - [2026-02-23 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002295 10.0.0.130 - - [2026-02-23 02:18:16] "GET /virtual-network/cb940deb-1be5-4025-ac69-c178cb470db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005769 10.0.0.130 - - [2026-02-23 02:18:16] "PUT /virtual-network/cb940deb-1be5-4025-ac69-c178cb470db2 HTTP/1.1" 200 265 0.024543 10.0.0.130 - - [2026-02-23 02:18:16] "POST /ref-update HTTP/1.1" 200 156 0.008286 10.0.0.130 - - [2026-02-23 02:18:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001794 10.0.0.130 - - [2026-02-23 02:18:16] "POST /neutron/network HTTP/1.1" 200 842 0.004835 10.0.0.130 - - [2026-02-23 02:18:16] "GET /aaa-mode HTTP/1.1" 401 293 0.000424 10.0.0.130 - - [2026-02-23 02:18:17] "GET / HTTP/1.1" 200 36215 0.001485 10.0.0.130 - - [2026-02-23 02:18:17] "GET /project/4d38f77f-a5f6-4776-a304-0894ebbe43f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000335 10.0.0.130 - - [2026-02-23 02:18:17] "GET /projects?obj_uuids=4d38f77f-a5f6-4776-a304-0894ebbe43f7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000912 10.0.0.130 - - [2026-02-23 02:18:17] "GET /project/4d38f77f-a5f6-4776-a304-0894ebbe43f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.045860 10.0.0.130 - - [2026-02-23 02:18:17] "POST /neutron/network HTTP/1.1" 200 832 0.004507 10.0.0.130 - - [2026-02-23 02:18:17] "POST /neutron/port HTTP/1.1" 200 117 0.004211 10.0.0.130 - - [2026-02-23 02:18:17] "POST /neutron/port HTTP/1.1" 200 117 0.005866 10.0.0.130 - - [2026-02-23 02:18:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001183 10.0.0.130 - - [2026-02-23 02:18:17] "POST /neutron/port HTTP/1.1" 200 117 0.004841 10.0.0.130 - - [2026-02-23 02:18:17] "POST /neutron/network HTTP/1.1" 200 843 0.004855 10.0.0.130 - - [2026-02-23 02:18:17] "GET /aaa-mode HTTP/1.1" 401 293 0.000376 10.0.0.130 - - [2026-02-23 02:18:17] "POST /neutron/network HTTP/1.1" 200 842 0.004733 10.0.0.130 - - [2026-02-23 02:18:17] "GET /projects?obj_uuids=4d38f77f-a5f6-4776-a304-0894ebbe43f7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001164 10.0.0.130 - - [2026-02-23 02:18:18] "GET / HTTP/1.1" 200 36215 0.001568 10.0.0.130 - - [2026-02-23 02:18:18] "GET /project/4d38f77f-a5f6-4776-a304-0894ebbe43f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000503 10.0.0.130 - - [2026-02-23 02:18:18] "POST /neutron/port HTTP/1.1" 200 1054 0.192790 10.0.0.130 - - [2026-02-23 02:18:18] "POST /neutron/port HTTP/1.1" 200 1054 0.009253 10.0.0.130 - - [2026-02-23 02:18:18] "POST /neutron/port HTTP/1.1" 200 1054 0.012711 10.0.0.130 - - [2026-02-23 02:18:18] "POST /neutron/port HTTP/1.1" 200 1108 0.055978 10.0.0.130 - - [2026-02-23 02:18:18] "POST /neutron/port HTTP/1.1" 200 1118 0.012736 10.0.0.130 - - [2026-02-23 02:18:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003146 10.0.0.130 - - [2026-02-23 02:18:18] "POST /neutron/subnet HTTP/1.1" 200 703 0.006413 10.0.0.130 - - [2026-02-23 02:18:18] "POST /neutron/port HTTP/1.1" 200 117 0.000956 10.0.0.130 - - [2026-02-23 02:18:18] "POST /neutron/network HTTP/1.1" 200 832 0.004498 10.0.0.130 - - [2026-02-23 02:18:18] "GET /projects?obj_uuids=4d38f77f-a5f6-4776-a304-0894ebbe43f7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000971 10.0.0.130 - - [2026-02-23 02:18:18] "GET /project/4d38f77f-a5f6-4776-a304-0894ebbe43f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.064223 10.0.0.130 - - [2026-02-23 02:18:18] "POST /neutron/network HTTP/1.1" 200 833 0.005705 10.0.0.130 - - [2026-02-23 02:18:18] "POST /neutron/port HTTP/1.1" 200 1118 0.014059 10.0.0.130 - - [2026-02-23 02:18:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007940 10.0.0.130 - - [2026-02-23 02:18:18] "POST /neutron/port HTTP/1.1" 200 117 0.003993 10.0.0.130 - - [2026-02-23 02:18:18] "POST /neutron/port HTTP/1.1" 200 1118 0.013291 10.0.0.130 - - [2026-02-23 02:18:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005942 10.0.0.130 - - [2026-02-23 02:18:18] "POST /neutron/network HTTP/1.1" 200 843 0.004919 10.0.0.130 - - [2026-02-23 02:18:18] "GET /projects?obj_uuids=4d38f77f-a5f6-4776-a304-0894ebbe43f7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001330 10.0.0.130 - - [2026-02-23 02:18:19] "POST /neutron/port HTTP/1.1" 200 1055 0.226027 10.0.0.130 - - [2026-02-23 02:18:19] "POST /neutron/port HTTP/1.1" 200 1055 0.013954 10.0.0.130 - - [2026-02-23 02:18:19] "POST /neutron/port HTTP/1.1" 200 1055 0.010268 10.0.0.130 - - [2026-02-23 02:18:19] "POST /neutron/port HTTP/1.1" 200 1109 0.055964 10.0.0.130 - - [2026-02-23 02:18:19] "POST /neutron/port HTTP/1.1" 200 1119 0.013256 10.0.0.130 - - [2026-02-23 02:18:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003342 10.0.0.130 - - [2026-02-23 02:18:19] "POST /neutron/subnet HTTP/1.1" 200 708 0.005932 10.0.0.130 - - [2026-02-23 02:18:19] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.130 - - [2026-02-23 02:18:19] "POST /neutron/network HTTP/1.1" 200 833 0.004596 10.0.0.130 - - [2026-02-23 02:18:23] "POST /neutron/port HTTP/1.1" 200 1118 0.012708 10.0.0.130 - - [2026-02-23 02:18:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006816 10.0.0.130 - - [2026-02-23 02:18:23] "POST /neutron/port HTTP/1.1" 200 1118 0.009637 10.0.0.130 - - [2026-02-23 02:18:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005287 10.0.0.130 - - [2026-02-23 02:18:23] "POST /neutron/port HTTP/1.1" 200 1118 0.012793 10.0.0.130 - - [2026-02-23 02:18:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008186 10.0.0.130 - - [2026-02-23 02:18:24] "GET /virtual-machine/13cd2321-2503-4fc5-aa9d-30eba2187228 HTTP/1.1" 401 293 0.002161 10.0.0.130 - - [2026-02-23 02:18:24] "GET /virtual-machine/13cd2321-2503-4fc5-aa9d-30eba2187228 HTTP/1.1" 200 1287 0.027594 10.0.0.130 - - [2026-02-23 02:18:24] "GET /virtual-machine-interface/89235626-8dc9-413d-9c0b-279dbeacb270 HTTP/1.1" 200 2934 0.007969 10.0.0.130 - - [2026-02-23 02:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.130 - - [2026-02-23 02:18:24] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003384 10.0.0.130 - - [2026-02-23 02:18:24] "GET /virtual-networks?parent_id=4d38f77f-a5f6-4776-a304-0894ebbe43f7&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002720 10.0.0.130 - - [2026-02-23 02:18:24] "GET /virtual-network/1b08e02a-0999-4578-a250-5d18b55fbcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.004549 10.0.0.130 - - [2026-02-23 02:18:26] "POST /neutron/port HTTP/1.1" 200 1118 0.010991 10.0.0.130 - - [2026-02-23 02:18:26] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004233 10.0.0.130 - - [2026-02-23 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002413 10.0.0.130 - - [2026-02-23 02:18:27] "GET /virtual-network/1b08e02a-0999-4578-a250-5d18b55fbcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.004208 10.0.0.130 - - [2026-02-23 02:18:28] "POST /neutron/port HTTP/1.1" 200 1119 0.014258 10.0.0.130 - - [2026-02-23 02:18:28] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004661 10.0.0.130 - - [2026-02-23 02:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.130 - - [2026-02-23 02:18:29] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003356 10.0.0.130 - - [2026-02-23 02:18:29] "GET /virtual-networks?parent_id=4d38f77f-a5f6-4776-a304-0894ebbe43f7&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002854 10.0.0.130 - - [2026-02-23 02:18:29] "GET /virtual-network/1b08e02a-0999-4578-a250-5d18b55fbcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.004611 10.0.0.130 - - [2026-02-23 02:18:30] "POST /neutron/port HTTP/1.1" 200 1119 0.010727 10.0.0.130 - - [2026-02-23 02:18:30] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005125 10.0.0.130 - - [2026-02-23 02:18:30] "POST /neutron/port HTTP/1.1" 200 1119 0.010442 10.0.0.130 - - [2026-02-23 02:18:30] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004754 10.0.0.130 - - [2026-02-23 02:18:30] "POST /neutron/port HTTP/1.1" 200 1119 0.010385 10.0.0.130 - - [2026-02-23 02:18:30] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005923 10.0.0.130 - - [2026-02-23 02:18:30] "GET /virtual-machine/7b041842-030f-436f-97e8-87613849cd8f HTTP/1.1" 200 1287 0.003722 10.0.0.130 - - [2026-02-23 02:18:30] "GET /virtual-machine-interface/bbd2d33f-5ee4-4a40-93c0-448241808958 HTTP/1.1" 200 2935 0.003921 10.0.0.130 - - [2026-02-23 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002149 10.0.0.130 - - [2026-02-23 02:18:30] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002676 10.0.0.130 - - [2026-02-23 02:18:30] "GET /virtual-networks?parent_id=4d38f77f-a5f6-4776-a304-0894ebbe43f7&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003029 10.0.0.130 - - [2026-02-23 02:18:30] "GET /virtual-network/cb940deb-1be5-4025-ac69-c178cb470db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.004626 10.0.0.130 - - [2026-02-23 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002665 10.0.0.130 - - [2026-02-23 02:18:31] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002940 10.0.0.130 - - [2026-02-23 02:18:31] "GET /virtual-networks?parent_id=4d38f77f-a5f6-4776-a304-0894ebbe43f7&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002383 10.0.0.130 - - [2026-02-23 02:18:31] "GET /virtual-network/cb940deb-1be5-4025-ac69-c178cb470db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.004502 10.0.0.130 - - [2026-02-23 02:18:31] "POST /routing-policys HTTP/1.1" 200 536 0.014558 10.0.0.130 - - [2026-02-23 02:18:31] "GET /virtual-network/1b08e02a-0999-4578-a250-5d18b55fbcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007413 10.0.0.130 - - [2026-02-23 02:18:31] "PUT /virtual-network/1b08e02a-0999-4578-a250-5d18b55fbcf6 HTTP/1.1" 200 265 0.025355 10.0.0.130 - - [2026-02-23 02:18:31] "POST /ref-update HTTP/1.1" 200 156 0.008170 10.0.0.130 - - [2026-02-23 02:18:35] "POST /ref-update HTTP/1.1" 200 156 0.010689 10.0.0.130 - - [2026-02-23 02:18:35] "POST /ref-update HTTP/1.1" 200 156 0.031894 10.0.0.130 - - [2026-02-23 02:18:35] "DELETE /routing-policy/5ee887ce-7a37-4598-b64a-da19167f156b HTTP/1.1" 200 115 0.021207 10.0.0.130 - - [2026-02-23 02:18:35] "POST /neutron/network HTTP/1.1" 200 833 0.009564 10.0.0.130 - - [2026-02-23 02:18:35] "POST /neutron/network HTTP/1.1" 400 204 0.010545 10.0.0.130 - - [2026-02-23 02:18:36] "POST /neutron/port HTTP/1.1" 200 1119 0.011625 10.0.0.130 - - [2026-02-23 02:18:36] "POST /neutron/port HTTP/1.1" 200 1109 0.008732 10.0.0.130 - - [2026-02-23 02:18:36] "POST /neutron/port HTTP/1.1" 200 1118 0.017938 10.0.0.130 - - [2026-02-23 02:18:36] "POST /neutron/port HTTP/1.1" 200 1108 0.008023 10.0.0.130 - - [2026-02-23 02:18:36] "POST /neutron/port HTTP/1.1" 200 151 0.112700 10.0.0.130 - - [2026-02-23 02:18:36] "POST /neutron/port HTTP/1.1" 200 151 0.127343 10.0.0.130 - - [2026-02-23 02:18:37] "POST /neutron/network HTTP/1.1" 200 833 0.005554 10.0.0.130 - - [2026-02-23 02:18:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002800 10.0.0.130 - - [2026-02-23 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.130 - - [2026-02-23 02:18:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001415 10.0.0.130 - - [2026-02-23 02:18:37] "POST /neutron/network HTTP/1.1" 200 151 0.066613 10.0.0.130 - - [2026-02-23 02:18:37] "DELETE /route-target/98a5550b-30e3-4cae-9d7d-fb04284d7794 HTTP/1.1" 200 115 0.018070 10.0.0.130 - - [2026-02-23 02:18:37] "POST /neutron/network HTTP/1.1" 200 832 0.008511 10.0.0.130 - - [2026-02-23 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.130 - - [2026-02-23 02:18:37] "DELETE /route-target/a4203ab8-a6a0-48b7-a171-42fc782722df HTTP/1.1" 409 240 0.004485 10.0.0.130 - - [2026-02-23 02:18:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001864 10.0.0.130 - - [2026-02-23 02:18:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001698 10.0.0.130 - - [2026-02-23 02:18:37] "POST /neutron/network HTTP/1.1" 200 151 0.078682 10.0.0.130 - - [2026-02-23 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002443 10.0.0.130 - - [2026-02-23 02:18:38] "DELETE /route-target/ec2eb7fd-4983-4bf9-8c10-308f291a4987 HTTP/1.1" 200 115 0.014335 10.0.0.130 - - [2026-02-23 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002317 10.0.0.130 - - [2026-02-23 02:18:38] "DELETE /route-target/a4203ab8-a6a0-48b7-a171-42fc782722df HTTP/1.1" 200 115 0.016242 10.0.0.130 - - [2026-02-23 02:18:38] "GET /projects?obj_uuids=4d38f77f-a5f6-4776-a304-0894ebbe43f7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000890 10.0.0.130 - - [2026-02-23 02:18:38] "GET /project/4d38f77f-a5f6-4776-a304-0894ebbe43f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.023701 10.0.0.130 - - [2026-02-23 02:18:38] "GET /projects?obj_uuids=4d38f77f-a5f6-4776-a304-0894ebbe43f7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000798 10.0.0.130 - - [2026-02-23 02:18:38] "GET /project/4d38f77f-a5f6-4776-a304-0894ebbe43f7?fields=virtual_networks HTTP/1.1" 200 1030 0.062076 10.0.0.130 - - [2026-02-23 02:18:38] "GET /projects?obj_uuids=4d38f77f-a5f6-4776-a304-0894ebbe43f7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001020 10.0.0.130 - - [2026-02-23 02:18:38] "GET /project/4d38f77f-a5f6-4776-a304-0894ebbe43f7?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.022968 10.0.0.130 - - [2026-02-23 02:18:38] "GET /projects?obj_uuids=4d38f77f-a5f6-4776-a304-0894ebbe43f7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001053 10.0.0.130 - - [2026-02-23 02:18:38] "GET /project/4d38f77f-a5f6-4776-a304-0894ebbe43f7?fields=security_groups HTTP/1.1" 200 1250 0.024330 10.0.0.130 - - [2026-02-23 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 186 0.026175 10.0.0.130 - - [2026-02-23 02:18:39] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001898 10.0.0.130 - - [2026-02-23 02:18:39] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000852 10.0.0.130 - - [2026-02-23 02:18:39] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005778 10.0.0.130 - - [2026-02-23 02:18:39] "POST /id-to-fqname HTTP/1.1" 200 188 0.001243 10.0.0.130 - - [2026-02-23 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.003221 10.0.0.130 - - [2026-02-23 02:18:39] "POST /security-groups HTTP/1.1" 200 589 0.060047 10.0.0.130 - - [2026-02-23 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 232 0.002387 10.0.0.130 - - [2026-02-23 02:18:39] "POST /projects HTTP/1.1" 200 581 0.205648 10.0.0.130 - - [2026-02-23 02:18:39] "POST /access-control-lists HTTP/1.1" 200 596 0.055331 10.0.0.130 - - [2026-02-23 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.277340 10.0.0.130 - - [2026-02-23 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 231 0.002201 10.0.0.130 - - [2026-02-23 02:18:39] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.395731 10.0.0.130 - - [2026-02-23 02:18:39] "POST /access-control-lists HTTP/1.1" 200 594 0.055837 10.0.0.130 - - [2026-02-23 02:18:40] "GET / HTTP/1.1" 200 36215 0.001830 10.0.0.130 - - [2026-02-23 02:18:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000434 10.0.0.130 - - [2026-02-23 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.049675 10.0.0.130 - - [2026-02-23 02:18:41] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000837 10.0.0.130 - - [2026-02-23 02:18:41] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.021387 10.0.0.130 - - [2026-02-23 02:18:41] "POST /neutron/network HTTP/1.1" 200 117 0.034057 10.0.0.130 - - [2026-02-23 02:18:41] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.130 - - [2026-02-23 02:18:41] "POST /neutron/network HTTP/1.1" 200 613 0.054762 10.0.0.130 - - [2026-02-23 02:18:41] "POST /route-targets HTTP/1.1" 200 328 0.009489 10.0.0.130 - - [2026-02-23 02:18:41] "POST /ref-update HTTP/1.1" 200 156 0.011638 10.0.0.130 - - [2026-02-23 02:18:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003434 10.0.0.130 - - [2026-02-23 02:18:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.131204 10.0.0.130 - - [2026-02-23 02:18:42] "POST /neutron/network HTTP/1.1" 200 831 0.004002 10.0.0.130 - - [2026-02-23 02:18:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.000984 10.0.0.130 - - [2026-02-23 02:18:42] "GET /virtual-network/f804fd52-7710-4624-b72c-e2f12fa3a270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.003908 10.0.0.130 - - [2026-02-23 02:18:42] "POST /neutron/network HTTP/1.1" 200 831 0.004784 10.0.0.130 - - [2026-02-23 02:18:42] "GET /virtual-network/f804fd52-7710-4624-b72c-e2f12fa3a270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004719 10.0.0.130 - - [2026-02-23 02:18:42] "POST /neutron/network HTTP/1.1" 200 831 0.004399 10.0.0.130 - - [2026-02-23 02:18:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.008490 10.0.0.130 - - [2026-02-23 02:18:42] "GET /domains HTTP/1.1" 401 293 0.000453 10.0.0.130 - - [2026-02-23 02:18:42] "GET /domains HTTP/1.1" 200 281 0.024126 10.0.0.130 - - [2026-02-23 02:18:42] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001195 10.0.0.130 - - [2026-02-23 02:18:42] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2951 0.007062 10.0.0.130 - - [2026-02-23 02:18:42] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000757 10.0.0.130 - - [2026-02-23 02:18:42] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2 HTTP/1.1" 200 2097 0.064882 10.0.0.130 - - [2026-02-23 02:18:42] "GET /virtual-network/f804fd52-7710-4624-b72c-e2f12fa3a270 HTTP/1.1" 200 2321 0.004927 10.0.0.130 - - [2026-02-23 02:18:42] "GET /virtual-network/f804fd52-7710-4624-b72c-e2f12fa3a270 HTTP/1.1" 200 2321 0.017883 10.0.0.130 - - [2026-02-23 02:18:42] "GET /routing-instance/0f29dba6-dae6-4e4b-bb0c-ce8bb8e20144 HTTP/1.1" 200 1496 0.003282 10.0.0.130 - - [2026-02-23 02:18:42] "GET /routing-instance/0f29dba6-dae6-4e4b-bb0c-ce8bb8e20144 HTTP/1.1" 200 1496 0.004536 10.0.0.130 - - [2026-02-23 02:18:42] "GET /route-target/da95d436-8c45-4f29-ab0c-1e72ea0fa289 HTTP/1.1" 200 1215 0.004549 10.0.0.130 - - [2026-02-23 02:18:42] "GET /virtual-network/f804fd52-7710-4624-b72c-e2f12fa3a270 HTTP/1.1" 200 2321 0.004057 10.0.0.130 - - [2026-02-23 02:18:42] "GET /routing-instance/0f29dba6-dae6-4e4b-bb0c-ce8bb8e20144 HTTP/1.1" 200 1496 0.002649 10.0.0.130 - - [2026-02-23 02:18:42] "GET /virtual-network/f804fd52-7710-4624-b72c-e2f12fa3a270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004330 10.0.0.130 - - [2026-02-23 02:18:42] "GET /virtual-network/f804fd52-7710-4624-b72c-e2f12fa3a270 HTTP/1.1" 200 2321 0.004120 10.0.0.130 - - [2026-02-23 02:18:42] "GET /routing-instance/0f29dba6-dae6-4e4b-bb0c-ce8bb8e20144 HTTP/1.1" 200 1496 0.003090 10.0.0.130 - - [2026-02-23 02:18:42] "GET /routing-instance/0f29dba6-dae6-4e4b-bb0c-ce8bb8e20144 HTTP/1.1" 200 1496 0.002753 10.0.0.130 - - [2026-02-23 02:18:42] "GET /route-target/da95d436-8c45-4f29-ab0c-1e72ea0fa289 HTTP/1.1" 200 1215 0.002142 10.0.0.130 - - [2026-02-23 02:18:42] "GET /domains HTTP/1.1" 200 281 0.002654 10.0.0.130 - - [2026-02-23 02:18:42] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000886 10.0.0.130 - - [2026-02-23 02:18:42] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2951 0.005745 10.0.0.130 - - [2026-02-23 02:18:42] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000916 10.0.0.130 - - [2026-02-23 02:18:42] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2 HTTP/1.1" 200 2097 0.064456 10.0.0.130 - - [2026-02-23 02:18:42] "GET /virtual-network/f804fd52-7710-4624-b72c-e2f12fa3a270 HTTP/1.1" 200 2321 0.004297 10.0.0.130 - - [2026-02-23 02:18:43] "GET /obj-perms HTTP/1.1" 200 5045 0.052029 10.0.0.130 - - [2026-02-23 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.130 - - [2026-02-23 02:18:43] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000879 10.0.0.130 - - [2026-02-23 02:18:43] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.023577 10.0.0.130 - - [2026-02-23 02:18:43] "POST /neutron/network HTTP/1.1" 200 117 0.008906 10.0.0.130 - - [2026-02-23 02:18:43] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000875 10.0.0.130 - - [2026-02-23 02:18:43] "POST /neutron/network HTTP/1.1" 200 613 0.050981 10.0.0.130 - - [2026-02-23 02:18:43] "POST /route-targets HTTP/1.1" 200 328 0.010415 10.0.0.130 - - [2026-02-23 02:18:43] "POST /ref-update HTTP/1.1" 200 156 0.009827 10.0.0.130 - - [2026-02-23 02:18:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002961 10.0.0.130 - - [2026-02-23 02:18:43] "POST /neutron/subnet HTTP/1.1" 200 719 0.182800 10.0.0.130 - - [2026-02-23 02:18:43] "POST /neutron/network HTTP/1.1" 200 831 0.004372 10.0.0.130 - - [2026-02-23 02:18:43] "POST /id-to-fqname HTTP/1.1" 200 223 0.001023 10.0.0.130 - - [2026-02-23 02:18:43] "GET /virtual-network/03ba6535-d320-4ef6-baca-c697a1dcd2a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003864 10.0.0.130 - - [2026-02-23 02:18:43] "POST /neutron/network HTTP/1.1" 200 831 0.005294 10.0.0.130 - - [2026-02-23 02:18:43] "GET /virtual-network/03ba6535-d320-4ef6-baca-c697a1dcd2a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004130 10.0.0.130 - - [2026-02-23 02:18:43] "POST /neutron/network HTTP/1.1" 200 831 0.004590 10.0.0.130 - - [2026-02-23 02:18:43] "POST /neutron/subnet HTTP/1.1" 200 719 0.005945 10.0.0.130 - - [2026-02-23 02:18:43] "GET /domains HTTP/1.1" 200 281 0.001843 10.0.0.130 - - [2026-02-23 02:18:43] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000793 10.0.0.130 - - [2026-02-23 02:18:43] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2951 0.005409 10.0.0.130 - - [2026-02-23 02:18:43] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000753 10.0.0.130 - - [2026-02-23 02:18:43] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2 HTTP/1.1" 200 2316 0.067373 10.0.0.130 - - [2026-02-23 02:18:43] "GET /virtual-network/03ba6535-d320-4ef6-baca-c697a1dcd2a1 HTTP/1.1" 200 2319 0.004952 10.0.0.130 - - [2026-02-23 02:18:43] "GET /virtual-network/03ba6535-d320-4ef6-baca-c697a1dcd2a1 HTTP/1.1" 200 2319 0.004526 10.0.0.130 - - [2026-02-23 02:18:43] "GET /routing-instance/4fc68c3a-8d3a-44a9-8ced-7efce97fd3a6 HTTP/1.1" 200 1496 0.003088 10.0.0.130 - - [2026-02-23 02:18:43] "GET /routing-instance/4fc68c3a-8d3a-44a9-8ced-7efce97fd3a6 HTTP/1.1" 200 1496 0.003418 10.0.0.130 - - [2026-02-23 02:18:43] "GET /route-target/35b1d861-8ade-4638-8c13-933b58553c2a HTTP/1.1" 200 1214 0.002550 10.0.0.130 - - [2026-02-23 02:18:43] "GET /virtual-network/03ba6535-d320-4ef6-baca-c697a1dcd2a1 HTTP/1.1" 200 2319 0.003926 10.0.0.130 - - [2026-02-23 02:18:43] "GET /routing-instance/4fc68c3a-8d3a-44a9-8ced-7efce97fd3a6 HTTP/1.1" 200 1496 0.003088 10.0.0.130 - - [2026-02-23 02:18:43] "GET /virtual-network/03ba6535-d320-4ef6-baca-c697a1dcd2a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003774 10.0.0.130 - - [2026-02-23 02:18:43] "GET /virtual-network/03ba6535-d320-4ef6-baca-c697a1dcd2a1 HTTP/1.1" 200 2319 0.004044 10.0.0.130 - - [2026-02-23 02:18:43] "GET /routing-instance/4fc68c3a-8d3a-44a9-8ced-7efce97fd3a6 HTTP/1.1" 200 1496 0.002855 10.0.0.130 - - [2026-02-23 02:18:43] "GET /routing-instance/4fc68c3a-8d3a-44a9-8ced-7efce97fd3a6 HTTP/1.1" 200 1496 0.002786 10.0.0.130 - - [2026-02-23 02:18:43] "GET /route-target/35b1d861-8ade-4638-8c13-933b58553c2a HTTP/1.1" 200 1214 0.002490 10.0.0.130 - - [2026-02-23 02:18:43] "GET /domains HTTP/1.1" 200 281 0.002192 10.0.0.130 - - [2026-02-23 02:18:43] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001321 10.0.0.130 - - [2026-02-23 02:18:43] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2951 0.007712 10.0.0.130 - - [2026-02-23 02:18:43] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000803 10.0.0.130 - - [2026-02-23 02:18:43] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2 HTTP/1.1" 200 2316 0.066712 10.0.0.130 - - [2026-02-23 02:18:43] "GET /virtual-network/03ba6535-d320-4ef6-baca-c697a1dcd2a1 HTTP/1.1" 200 2319 0.004083 10.0.0.130 - - [2026-02-23 02:18:43] "GET /obj-perms HTTP/1.1" 200 5045 0.002436 10.0.0.130 - - [2026-02-23 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002267 10.0.0.130 - - [2026-02-23 02:18:43] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001054 10.0.0.130 - - [2026-02-23 02:18:44] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.020877 10.0.0.130 - - [2026-02-23 02:18:44] "POST /neutron/network HTTP/1.1" 200 117 0.016815 10.0.0.130 - - [2026-02-23 02:18:44] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000878 10.0.0.130 - - [2026-02-23 02:18:44] "POST /neutron/network HTTP/1.1" 200 615 0.062381 10.0.0.130 - - [2026-02-23 02:18:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001995 10.0.0.130 - - [2026-02-23 02:18:44] "POST /neutron/subnet HTTP/1.1" 200 730 0.130243 10.0.0.130 - - [2026-02-23 02:18:44] "POST /neutron/network HTTP/1.1" 200 835 0.005047 10.0.0.130 - - [2026-02-23 02:18:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.001046 10.0.0.130 - - [2026-02-23 02:18:44] "GET /virtual-network/932117b4-71e9-40a3-b987-fc783af4f8ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004614 10.0.0.130 - - [2026-02-23 02:18:44] "POST /neutron/network HTTP/1.1" 200 835 0.005276 10.0.0.130 - - [2026-02-23 02:18:44] "GET /virtual-network/932117b4-71e9-40a3-b987-fc783af4f8ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004211 10.0.0.130 - - [2026-02-23 02:18:44] "POST /neutron/network HTTP/1.1" 200 835 0.004475 10.0.0.130 - - [2026-02-23 02:18:44] "POST /neutron/subnet HTTP/1.1" 200 730 0.008841 10.0.0.130 - - [2026-02-23 02:18:44] "GET /domains HTTP/1.1" 200 281 0.001784 10.0.0.130 - - [2026-02-23 02:18:44] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000766 10.0.0.130 - - [2026-02-23 02:18:44] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2951 0.005158 10.0.0.130 - - [2026-02-23 02:18:44] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000742 10.0.0.130 - - [2026-02-23 02:18:44] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2 HTTP/1.1" 200 2536 0.062114 10.0.0.130 - - [2026-02-23 02:18:44] "GET /virtual-network/932117b4-71e9-40a3-b987-fc783af4f8ab HTTP/1.1" 200 2332 0.008145 10.0.0.130 - - [2026-02-23 02:18:44] "GET /virtual-network/932117b4-71e9-40a3-b987-fc783af4f8ab HTTP/1.1" 200 2332 0.004255 10.0.0.130 - - [2026-02-23 02:18:44] "GET /routing-instance/d433b174-eebb-4fd7-b9cd-e8dd81088866 HTTP/1.1" 200 1279 0.002976 10.0.0.130 - - [2026-02-23 02:18:44] "GET /routing-instance/d433b174-eebb-4fd7-b9cd-e8dd81088866 HTTP/1.1" 200 1279 0.002733 10.0.0.130 - - [2026-02-23 02:18:44] "POST /ref-update HTTP/1.1" 200 156 0.006990 10.0.0.130 - - [2026-02-23 02:18:49] "GET /domains HTTP/1.1" 200 281 0.002292 10.0.0.130 - - [2026-02-23 02:18:49] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000837 10.0.0.130 - - [2026-02-23 02:18:49] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2951 0.005511 10.0.0.130 - - [2026-02-23 02:18:49] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000759 10.0.0.130 - - [2026-02-23 02:18:49] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2 HTTP/1.1" 200 2536 0.065800 10.0.0.130 - - [2026-02-23 02:18:49] "GET /virtual-network/932117b4-71e9-40a3-b987-fc783af4f8ab HTTP/1.1" 200 2332 0.004189 10.0.0.130 - - [2026-02-23 02:18:49] "GET /virtual-network/932117b4-71e9-40a3-b987-fc783af4f8ab HTTP/1.1" 200 2332 0.003871 10.0.0.130 - - [2026-02-23 02:18:49] "GET /routing-instance/d433b174-eebb-4fd7-b9cd-e8dd81088866 HTTP/1.1" 200 1501 0.003442 10.0.0.130 - - [2026-02-23 02:18:49] "GET /routing-instance/d433b174-eebb-4fd7-b9cd-e8dd81088866 HTTP/1.1" 200 1501 0.002476 10.0.0.130 - - [2026-02-23 02:18:49] "GET /route-target/7a70dad1-0521-4ec1-a767-c2a7b208ca85 HTTP/1.1" 200 1216 0.002411 10.0.0.130 - - [2026-02-23 02:18:49] "GET /virtual-network/932117b4-71e9-40a3-b987-fc783af4f8ab HTTP/1.1" 200 2332 0.003611 10.0.0.130 - - [2026-02-23 02:18:49] "GET /routing-instance/d433b174-eebb-4fd7-b9cd-e8dd81088866 HTTP/1.1" 200 1501 0.002414 10.0.0.130 - - [2026-02-23 02:18:49] "GET /virtual-network/932117b4-71e9-40a3-b987-fc783af4f8ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.003979 10.0.0.130 - - [2026-02-23 02:18:49] "GET /virtual-network/932117b4-71e9-40a3-b987-fc783af4f8ab HTTP/1.1" 200 2332 0.003603 10.0.0.130 - - [2026-02-23 02:18:49] "GET /routing-instance/d433b174-eebb-4fd7-b9cd-e8dd81088866 HTTP/1.1" 200 1501 0.002497 10.0.0.130 - - [2026-02-23 02:18:49] "GET /routing-instance/d433b174-eebb-4fd7-b9cd-e8dd81088866 HTTP/1.1" 200 1501 0.002646 10.0.0.130 - - [2026-02-23 02:18:49] "GET /route-target/7a70dad1-0521-4ec1-a767-c2a7b208ca85 HTTP/1.1" 200 1216 0.002140 10.0.0.130 - - [2026-02-23 02:18:49] "GET /domains HTTP/1.1" 200 281 0.001909 10.0.0.130 - - [2026-02-23 02:18:49] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.130 - - [2026-02-23 02:18:49] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2951 0.005234 10.0.0.130 - - [2026-02-23 02:18:49] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000756 10.0.0.130 - - [2026-02-23 02:18:49] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2 HTTP/1.1" 200 2536 0.059606 10.0.0.130 - - [2026-02-23 02:18:49] "GET /virtual-network/932117b4-71e9-40a3-b987-fc783af4f8ab HTTP/1.1" 200 2332 0.003971 10.0.0.130 - - [2026-02-23 02:18:49] "GET /obj-perms HTTP/1.1" 200 5045 0.002562 10.0.0.130 - - [2026-02-23 02:18:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001112 10.0.0.130 - - [2026-02-23 02:18:50] "POST /neutron/network HTTP/1.1" 200 841 0.005795 10.0.0.130 - - [2026-02-23 02:18:50] "GET /aaa-mode HTTP/1.1" 401 293 0.000344 10.0.0.130 - - [2026-02-23 02:18:50] "GET / HTTP/1.1" 200 36215 0.001473 10.0.0.130 - - [2026-02-23 02:18:50] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000374 10.0.0.130 - - [2026-02-23 02:18:50] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000914 10.0.0.130 - - [2026-02-23 02:18:50] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.047529 10.0.0.130 - - [2026-02-23 02:18:50] "POST /neutron/network HTTP/1.1" 200 831 0.004946 10.0.0.130 - - [2026-02-23 02:18:50] "POST /neutron/port HTTP/1.1" 200 117 0.005712 10.0.0.130 - - [2026-02-23 02:18:50] "POST /neutron/port HTTP/1.1" 200 117 0.004275 10.0.0.130 - - [2026-02-23 02:18:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.001278 10.0.0.130 - - [2026-02-23 02:18:50] "POST /neutron/port HTTP/1.1" 200 117 0.004089 10.0.0.130 - - [2026-02-23 02:18:51] "POST /neutron/network HTTP/1.1" 200 845 0.006069 10.0.0.130 - - [2026-02-23 02:18:51] "GET /aaa-mode HTTP/1.1" 401 293 0.000356 10.0.0.130 - - [2026-02-23 02:18:51] "POST /neutron/network HTTP/1.1" 200 841 0.005226 10.0.0.130 - - [2026-02-23 02:18:51] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001367 10.0.0.130 - - [2026-02-23 02:18:51] "GET / HTTP/1.1" 200 36215 0.001453 10.0.0.130 - - [2026-02-23 02:18:51] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000310 10.0.0.130 - - [2026-02-23 02:18:51] "POST /neutron/port HTTP/1.1" 200 1057 0.191742 10.0.0.130 - - [2026-02-23 02:18:51] "POST /neutron/port HTTP/1.1" 200 1057 0.011334 10.0.0.130 - - [2026-02-23 02:18:51] "POST /neutron/port HTTP/1.1" 200 1057 0.008574 10.0.0.130 - - [2026-02-23 02:18:51] "POST /neutron/port HTTP/1.1" 200 1111 0.061418 10.0.0.130 - - [2026-02-23 02:18:51] "POST /neutron/port HTTP/1.1" 200 1121 0.010721 10.0.0.130 - - [2026-02-23 02:18:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002576 10.0.0.130 - - [2026-02-23 02:18:51] "POST /neutron/subnet HTTP/1.1" 200 693 0.008530 10.0.0.130 - - [2026-02-23 02:18:51] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.130 - - [2026-02-23 02:18:51] "POST /neutron/network HTTP/1.1" 200 831 0.004873 10.0.0.130 - - [2026-02-23 02:18:51] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000947 10.0.0.130 - - [2026-02-23 02:18:51] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.059719 10.0.0.130 - - [2026-02-23 02:18:51] "POST /neutron/network HTTP/1.1" 200 835 0.007535 10.0.0.130 - - [2026-02-23 02:18:51] "POST /neutron/port HTTP/1.1" 200 1121 0.014667 10.0.0.130 - - [2026-02-23 02:18:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006083 10.0.0.130 - - [2026-02-23 02:18:51] "POST /neutron/port HTTP/1.1" 200 117 0.004397 10.0.0.130 - - [2026-02-23 02:18:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.002521 10.0.0.130 - - [2026-02-23 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002090 10.0.0.130 - - [2026-02-23 02:18:52] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000915 10.0.0.130 - - [2026-02-23 02:18:52] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.006091 10.0.0.130 - - [2026-02-23 02:18:52] "POST /service-templates HTTP/1.1" 200 545 0.015236 10.0.0.130 - - [2026-02-23 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002383 10.0.0.130 - - [2026-02-23 02:18:52] "GET /service-template/13126b18-1f36-420a-b963-3f758ea738e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004024 10.0.0.130 - - [2026-02-23 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002479 10.0.0.130 - - [2026-02-23 02:18:52] "GET /service-template/13126b18-1f36-420a-b963-3f758ea738e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004610 10.0.0.130 - - [2026-02-23 02:18:52] "POST /neutron/network HTTP/1.1" 200 845 0.006257 10.0.0.130 - - [2026-02-23 02:18:52] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001100 10.0.0.130 - - [2026-02-23 02:18:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001239 10.0.0.130 - - [2026-02-23 02:18:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001140 10.0.0.130 - - [2026-02-23 02:18:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001242 10.0.0.130 - - [2026-02-23 02:18:52] "POST /neutron/port HTTP/1.1" 200 1059 0.263543 10.0.0.130 - - [2026-02-23 02:18:52] "POST /neutron/port HTTP/1.1" 200 2038 0.020503 10.0.0.130 - - [2026-02-23 02:18:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006508 10.0.0.130 - - [2026-02-23 02:18:52] "POST /neutron/port HTTP/1.1" 200 1059 0.010353 10.0.0.130 - - [2026-02-23 02:18:52] "POST /neutron/port HTTP/1.1" 200 1059 0.007274 10.0.0.130 - - [2026-02-23 02:18:52] "POST /neutron/port HTTP/1.1" 200 1113 0.078981 10.0.0.130 - - [2026-02-23 02:18:52] "POST /neutron/port HTTP/1.1" 200 1123 0.018281 10.0.0.130 - - [2026-02-23 02:18:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002927 10.0.0.130 - - [2026-02-23 02:18:52] "POST /neutron/subnet HTTP/1.1" 200 704 0.005807 10.0.0.130 - - [2026-02-23 02:18:52] "POST /neutron/port HTTP/1.1" 200 117 0.001388 10.0.0.130 - - [2026-02-23 02:18:52] "POST /neutron/network HTTP/1.1" 200 835 0.004315 10.0.0.130 - - [2026-02-23 02:18:53] "POST /neutron/network HTTP/1.1" 200 2222 0.008941 10.0.0.130 - - [2026-02-23 02:18:53] "GET /aaa-mode HTTP/1.1" 401 293 0.000422 10.0.0.130 - - [2026-02-23 02:18:53] "GET / HTTP/1.1" 200 36215 0.001857 10.0.0.130 - - [2026-02-23 02:18:53] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000453 10.0.0.130 - - [2026-02-23 02:18:54] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000945 10.0.0.130 - - [2026-02-23 02:18:54] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.073258 10.0.0.130 - - [2026-02-23 02:18:54] "POST /neutron/network HTTP/1.1" 200 831 0.004619 10.0.0.130 - - [2026-02-23 02:18:54] "POST /neutron/network HTTP/1.1" 200 831 0.004351 10.0.0.130 - - [2026-02-23 02:18:54] "POST /neutron/network HTTP/1.1" 200 835 0.004107 10.0.0.130 - - [2026-02-23 02:18:54] "POST /neutron/port HTTP/1.1" 200 2092 0.016239 10.0.0.130 - - [2026-02-23 02:18:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006349 10.0.0.130 - - [2026-02-23 02:18:54] "POST /neutron/port HTTP/1.1" 200 117 0.005662 10.0.0.130 - - [2026-02-23 02:18:54] "POST /neutron/port HTTP/1.1" 200 117 0.005016 10.0.0.130 - - [2026-02-23 02:18:54] "POST /neutron/network HTTP/1.1" 200 2222 0.008591 10.0.0.130 - - [2026-02-23 02:18:54] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000944 10.0.0.130 - - [2026-02-23 02:18:54] "POST /neutron/port HTTP/1.1" 200 1057 0.222738 10.0.0.130 - - [2026-02-23 02:18:54] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000987 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/port HTTP/1.1" 200 1057 0.181601 10.0.0.130 - - [2026-02-23 02:18:55] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001277 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/port HTTP/1.1" 200 1059 0.165327 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/port HTTP/1.1" 200 1057 0.012187 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/port HTTP/1.1" 200 1057 0.010710 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/port HTTP/1.1" 200 1111 0.068036 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/port HTTP/1.1" 200 1057 0.010237 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/port HTTP/1.1" 200 1057 0.011391 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/port HTTP/1.1" 200 1111 0.053139 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/port HTTP/1.1" 200 1059 0.008708 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/port HTTP/1.1" 200 1059 0.008242 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/port HTTP/1.1" 200 1113 0.070323 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/port HTTP/1.1" 200 3060 0.017261 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002467 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/subnet HTTP/1.1" 200 694 0.005625 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/port HTTP/1.1" 200 117 0.001053 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/network HTTP/1.1" 200 831 0.004616 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002850 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/subnet HTTP/1.1" 200 693 0.005318 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/port HTTP/1.1" 200 117 0.000961 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/network HTTP/1.1" 200 831 0.004542 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003643 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/subnet HTTP/1.1" 200 704 0.005814 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/port HTTP/1.1" 200 117 0.001691 10.0.0.130 - - [2026-02-23 02:18:55] "POST /neutron/network HTTP/1.1" 200 835 0.004911 10.0.0.130 - - [2026-02-23 02:18:58] "DELETE /project/4d38f77fa5f64776a3040894ebbe43f7 HTTP/1.1" 404 173 0.010164 10.0.0.130 - - [2026-02-23 02:18:58] "DELETE /project/9d28a43fcff84721900fd4ddfe5579a2 HTTP/1.1" 404 173 0.005575 10.0.0.130 - - [2026-02-23 02:18:58] "GET /projects?obj_uuids=4d38f77f-a5f6-4776-a304-0894ebbe43f7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000812 10.0.0.130 - - [2026-02-23 02:18:58] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000796 10.0.0.130 - - [2026-02-23 02:18:58] "GET /project/eda55c8a-31a6-4096-9591-95245e73666c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.025097 10.0.0.130 - - [2026-02-23 02:18:58] "GET /project/4d38f77f-a5f6-4776-a304-0894ebbe43f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.030121 10.0.0.130 - - [2026-02-23 02:18:58] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000836 10.0.0.130 - - [2026-02-23 02:18:58] "GET /projects?obj_uuids=4d38f77f-a5f6-4776-a304-0894ebbe43f7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001130 10.0.0.130 - - [2026-02-23 02:18:58] "GET /project/eda55c8a-31a6-4096-9591-95245e73666c?fields=security_groups HTTP/1.1" 200 1380 0.077108 10.0.0.130 - - [2026-02-23 02:18:58] "GET /project/4d38f77f-a5f6-4776-a304-0894ebbe43f7?fields=security_groups HTTP/1.1" 200 1352 0.081946 10.0.0.130 - - [2026-02-23 02:18:59] "DELETE /security-group/07246c6e-59f8-4ac4-8329-eb6a04c6836f HTTP/1.1" 200 115 0.041642 10.0.0.130 - - [2026-02-23 02:18:59] "GET /projects?obj_uuids=eda55c8a-31a6-4096-9591-95245e73666c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.130 - - [2026-02-23 02:18:59] "DELETE /security-group/20302ea4-b68a-403d-9fb7-35dcc1da4d3c HTTP/1.1" 200 115 0.050508 10.0.0.130 - - [2026-02-23 02:18:59] "GET /projects?obj_uuids=4d38f77f-a5f6-4776-a304-0894ebbe43f7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000926 10.0.0.130 - - [2026-02-23 02:18:59] "DELETE /access-control-list/1acdffed-41b0-41e4-857c-081d4279c7be HTTP/1.1" 200 115 0.042317 10.0.0.130 - - [2026-02-23 02:18:59] "GET /project/eda55c8a-31a6-4096-9591-95245e73666c?fields=application_policy_sets HTTP/1.1" 200 1419 0.043016 10.0.0.130 - - [2026-02-23 02:18:59] "DELETE /access-control-list/c8f58f33-6e2d-4d11-89ec-eab59b1df9c6 HTTP/1.1" 200 115 0.034314 10.0.0.130 - - [2026-02-23 02:18:59] "GET /project/4d38f77f-a5f6-4776-a304-0894ebbe43f7?fields=application_policy_sets HTTP/1.1" 200 1391 0.070966 10.0.0.130 - - [2026-02-23 02:18:59] "DELETE /access-control-list/14d52e4a-9616-41f9-aec4-862fd1e8d3ba HTTP/1.1" 200 115 0.033378 10.0.0.130 - - [2026-02-23 02:18:59] "DELETE /access-control-list/5755c19a-c567-4a33-bd09-c12f6d96acd2 HTTP/1.1" 200 115 0.045182 10.0.0.130 - - [2026-02-23 02:18:59] "DELETE /project/eda55c8a-31a6-4096-9591-95245e73666c HTTP/1.1" 200 115 0.419981 10.0.0.130 - - [2026-02-23 02:18:59] "DELETE /project/4d38f77f-a5f6-4776-a304-0894ebbe43f7 HTTP/1.1" 200 115 0.448549 10.0.0.130 - - [2026-02-23 02:18:59] "POST /neutron/port HTTP/1.1" 200 3060 0.024951 10.0.0.130 - - [2026-02-23 02:18:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006019 10.0.0.130 - - [2026-02-23 02:18:59] "POST /neutron/port HTTP/1.1" 200 3060 0.021018 10.0.0.130 - - [2026-02-23 02:18:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005565 10.0.0.130 - - [2026-02-23 02:18:59] "POST /neutron/port HTTP/1.1" 200 3060 0.020162 10.0.0.130 - - [2026-02-23 02:18:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005085 10.0.0.130 - - [2026-02-23 02:18:59] "POST /neutron/port HTTP/1.1" 200 3060 0.018493 10.0.0.130 - - [2026-02-23 02:18:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005074 10.0.0.130 - - [2026-02-23 02:18:59] "POST /neutron/port HTTP/1.1" 200 3060 0.016079 10.0.0.130 - - [2026-02-23 02:18:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005012 10.0.0.130 - - [2026-02-23 02:18:59] "GET /virtual-machine/ac708cd4-4d91-4a55-8734-3a3e4b2cf137 HTTP/1.1" 200 1806 0.004197 10.0.0.130 - - [2026-02-23 02:18:59] "GET /virtual-machine-interface/5d2349ac-5f46-4eeb-afd2-8927a02d85d9 HTTP/1.1" 200 2956 0.004714 10.0.0.130 - - [2026-02-23 02:18:59] "GET /virtual-machine-interface/c38dfa8d-464f-4e94-92d8-edf27c528ce4 HTTP/1.1" 200 2954 0.004736 10.0.0.130 - - [2026-02-23 02:18:59] "GET /virtual-machine-interface/e08f2da3-fecd-460d-b677-830a7e202ea1 HTTP/1.1" 200 2954 0.004492 10.0.0.130 - - [2026-02-23 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002551 10.0.0.130 - - [2026-02-23 02:18:59] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003994 10.0.0.130 - - [2026-02-23 02:18:59] "GET /virtual-networks?parent_id=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003297 10.0.0.130 - - [2026-02-23 02:18:59] "GET /virtual-network/f804fd52-7710-4624-b72c-e2f12fa3a270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005987 10.0.0.130 - - [2026-02-23 02:19:00] "POST /neutron/port HTTP/1.1" 200 1121 0.011528 10.0.0.130 - - [2026-02-23 02:19:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005578 10.0.0.130 - - [2026-02-23 02:19:01] "POST /neutron/port HTTP/1.1" 200 1123 0.011331 10.0.0.130 - - [2026-02-23 02:19:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004678 10.0.0.130 - - [2026-02-23 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.130 - - [2026-02-23 02:19:03] "GET /virtual-network/f804fd52-7710-4624-b72c-e2f12fa3a270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004831 10.0.0.130 - - [2026-02-23 02:19:04] "GET /obj-perms HTTP/1.1" 200 5075 0.046702 10.0.0.130 - - [2026-02-23 02:19:04] "GET /obj-perms HTTP/1.1" 200 5075 0.046319 10.0.0.130 - - [2026-02-23 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002446 10.0.0.130 - - [2026-02-23 02:19:07] "GET /virtual-network/f804fd52-7710-4624-b72c-e2f12fa3a270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004545 10.0.0.130 - - [2026-02-23 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.130 - - [2026-02-23 02:19:11] "GET /virtual-network/f804fd52-7710-4624-b72c-e2f12fa3a270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005468 10.0.0.130 - - [2026-02-23 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.130 - - [2026-02-23 02:19:13] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002725 10.0.0.130 - - [2026-02-23 02:19:13] "GET /virtual-networks?parent_id=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002582 10.0.0.130 - - [2026-02-23 02:19:13] "GET /virtual-network/f804fd52-7710-4624-b72c-e2f12fa3a270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005284 10.0.0.130 - - [2026-02-23 02:19:13] "POST /neutron/port HTTP/1.1" 200 3060 0.015902 10.0.0.130 - - [2026-02-23 02:19:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005237 10.0.0.130 - - [2026-02-23 02:19:15] "GET /global-system-configs HTTP/1.1" 401 293 0.000513 10.0.0.130 - - [2026-02-23 02:19:15] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.130 - - [2026-02-23 02:19:15] "GET /global-system-configs HTTP/1.1" 401 293 0.000370 10.0.0.130 - - [2026-02-23 02:19:15] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.130 - - [2026-02-23 02:19:18] "POST /neutron/port HTTP/1.1" 200 3060 0.023059 10.0.0.130 - - [2026-02-23 02:19:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005299 10.0.0.130 - - [2026-02-23 02:19:23] "POST /neutron/port HTTP/1.1" 200 3060 0.019587 10.0.0.130 - - [2026-02-23 02:19:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004657 10.0.0.130 - - [2026-02-23 02:19:24] "POST /neutron/port HTTP/1.1" 200 3060 0.020447 10.0.0.130 - - [2026-02-23 02:19:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005941 10.0.0.130 - - [2026-02-23 02:19:29] "POST /neutron/port HTTP/1.1" 200 3060 0.018105 10.0.0.130 - - [2026-02-23 02:19:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005328 10.0.0.130 - - [2026-02-23 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002527 10.0.0.130 - - [2026-02-23 02:19:34] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002484 10.0.0.130 - - [2026-02-23 02:19:34] "GET /virtual-networks?parent_id=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002444 10.0.0.130 - - [2026-02-23 02:19:34] "GET /virtual-network/03ba6535-d320-4ef6-baca-c697a1dcd2a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004465 10.0.0.130 - - [2026-02-23 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.130 - - [2026-02-23 02:19:34] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004125 10.0.0.130 - - [2026-02-23 02:19:34] "GET /virtual-networks?parent_id=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002944 10.0.0.130 - - [2026-02-23 02:19:34] "GET /virtual-network/932117b4-71e9-40a3-b987-fc783af4f8ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005855 10.0.0.130 - - [2026-02-23 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.003145 10.0.0.130 - - [2026-02-23 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.130 - - [2026-02-23 02:19:35] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.031349 10.0.0.130 - - [2026-02-23 02:19:35] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.057817 10.0.0.130 - - [2026-02-23 02:19:35] "POST /service-instances HTTP/1.1" 200 545 0.061134 10.0.0.130 - - [2026-02-23 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.130 - - [2026-02-23 02:19:35] "GET /service-instance/4e2b29b1-b047-4826-9432-f1146268ca9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.004512 10.0.0.130 - - [2026-02-23 02:19:35] "POST /port-tuples HTTP/1.1" 200 588 0.020112 10.0.0.130 - - [2026-02-23 02:19:35] "GET /virtual-machine-interface/e08f2da3-fecd-460d-b677-830a7e202ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.004962 10.0.0.130 - - [2026-02-23 02:19:35] "PUT /virtual-machine-interface/e08f2da3-fecd-460d-b677-830a7e202ea1 HTTP/1.1" 200 285 0.010079 10.0.0.130 - - [2026-02-23 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.009029 10.0.0.130 - - [2026-02-23 02:19:35] "POST /instance-ips HTTP/1.1" 200 386 0.019324 10.0.0.130 - - [2026-02-23 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.008346 10.0.0.130 - - [2026-02-23 02:19:35] "GET /virtual-machine-interface/c38dfa8d-464f-4e94-92d8-edf27c528ce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.004559 10.0.0.130 - - [2026-02-23 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.007976 10.0.0.130 - - [2026-02-23 02:19:35] "PUT /virtual-machine-interface/c38dfa8d-464f-4e94-92d8-edf27c528ce4 HTTP/1.1" 200 285 0.009050 10.0.0.130 - - [2026-02-23 02:19:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002441 10.0.0.130 - - [2026-02-23 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.007579 10.0.0.130 - - [2026-02-23 02:19:35] "GET /virtual-machine-interface/5d2349ac-5f46-4eeb-afd2-8927a02d85d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.004058 10.0.0.130 - - [2026-02-23 02:19:35] "POST /instance-ips HTTP/1.1" 200 386 0.022612 10.0.0.130 - - [2026-02-23 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.009646 10.0.0.130 - - [2026-02-23 02:19:35] "PUT /virtual-machine-interface/5d2349ac-5f46-4eeb-afd2-8927a02d85d9 HTTP/1.1" 200 285 0.012060 10.0.0.130 - - [2026-02-23 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.010951 10.0.0.130 - - [2026-02-23 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.011786 10.0.0.130 - - [2026-02-23 02:19:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003356 10.0.0.130 - - [2026-02-23 02:19:35] "POST /neutron/port HTTP/1.1" 200 1121 0.011992 10.0.0.130 - - [2026-02-23 02:19:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005899 10.0.0.130 - - [2026-02-23 02:19:35] "POST /instance-ips HTTP/1.1" 200 374 0.015203 10.0.0.130 - - [2026-02-23 02:19:35] "POST /neutron/port HTTP/1.1" 200 1121 0.010833 10.0.0.130 - - [2026-02-23 02:19:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004420 10.0.0.130 - - [2026-02-23 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.014394 10.0.0.130 - - [2026-02-23 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.010039 10.0.0.130 - - [2026-02-23 02:19:36] "POST /neutron/port HTTP/1.1" 200 1121 0.016001 10.0.0.130 - - [2026-02-23 02:19:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005172 10.0.0.130 - - [2026-02-23 02:19:36] "GET /virtual-machine/e368adf6-c571-4781-8945-2a175dfdb9cd HTTP/1.1" 200 1292 0.003746 10.0.0.130 - - [2026-02-23 02:19:36] "GET /virtual-machine-interface/f6a6408f-3c40-45d3-8d78-243d5d262af7 HTTP/1.1" 200 2954 0.003863 10.0.0.130 - - [2026-02-23 02:19:36] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002365 10.0.0.130 - - [2026-02-23 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.130 - - [2026-02-23 02:19:36] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002683 10.0.0.130 - - [2026-02-23 02:19:36] "POST /instance-ips HTTP/1.1" 200 374 0.013289 10.0.0.130 - - [2026-02-23 02:19:36] "GET /virtual-networks?parent_id=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002122 10.0.0.130 - - [2026-02-23 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.007308 10.0.0.130 - - [2026-02-23 02:19:36] "GET /virtual-network/03ba6535-d320-4ef6-baca-c697a1dcd2a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005604 10.0.0.130 - - [2026-02-23 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.006632 10.0.0.130 - - [2026-02-23 02:19:36] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003583 10.0.0.130 - - [2026-02-23 02:19:36] "POST /instance-ips HTTP/1.1" 200 376 0.014209 10.0.0.130 - - [2026-02-23 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.007603 10.0.0.130 - - [2026-02-23 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.007612 10.0.0.130 - - [2026-02-23 02:19:36] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002708 10.0.0.130 - - [2026-02-23 02:19:36] "POST /instance-ips HTTP/1.1" 200 376 0.013084 10.0.0.130 - - [2026-02-23 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.007946 10.0.0.130 - - [2026-02-23 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.007678 10.0.0.130 - - [2026-02-23 02:19:36] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002443 10.0.0.130 - - [2026-02-23 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002492 10.0.0.130 - - [2026-02-23 02:19:37] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002549 10.0.0.130 - - [2026-02-23 02:19:37] "GET /virtual-networks?parent_id=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002884 10.0.0.130 - - [2026-02-23 02:19:37] "GET /virtual-network/03ba6535-d320-4ef6-baca-c697a1dcd2a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004783 10.0.0.130 - - [2026-02-23 02:19:37] "POST /neutron/port HTTP/1.1" 200 1123 0.010808 10.0.0.130 - - [2026-02-23 02:19:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005947 10.0.0.130 - - [2026-02-23 02:19:37] "POST /neutron/port HTTP/1.1" 200 1123 0.010353 10.0.0.130 - - [2026-02-23 02:19:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005110 10.0.0.130 - - [2026-02-23 02:19:37] "POST /neutron/port HTTP/1.1" 200 1123 0.010264 10.0.0.130 - - [2026-02-23 02:19:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006314 10.0.0.130 - - [2026-02-23 02:19:37] "GET /virtual-machine/98d5e185-0ed8-4dae-9857-d16298bf3df9 HTTP/1.1" 200 1293 0.003545 10.0.0.130 - - [2026-02-23 02:19:37] "GET /virtual-machine-interface/ab105095-e1cb-4e32-9797-ab12f79f3936 HTTP/1.1" 200 2957 0.004653 10.0.0.130 - - [2026-02-23 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002316 10.0.0.130 - - [2026-02-23 02:19:37] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002372 10.0.0.130 - - [2026-02-23 02:19:37] "GET /virtual-networks?parent_id=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002686 10.0.0.130 - - [2026-02-23 02:19:37] "GET /virtual-network/932117b4-71e9-40a3-b987-fc783af4f8ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004763 10.0.0.130 - - [2026-02-23 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.130 - - [2026-02-23 02:19:39] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002807 10.0.0.130 - - [2026-02-23 02:19:39] "GET /virtual-networks?parent_id=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002830 10.0.0.130 - - [2026-02-23 02:19:39] "GET /virtual-network/932117b4-71e9-40a3-b987-fc783af4f8ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004905 10.0.0.130 - - [2026-02-23 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 211 0.002410 10.0.0.130 - - [2026-02-23 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002326 10.0.0.130 - - [2026-02-23 02:19:39] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000938 10.0.0.130 - - [2026-02-23 02:19:39] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.023232 10.0.0.130 - - [2026-02-23 02:19:39] "POST /network-policys HTTP/1.1" 200 549 0.019539 10.0.0.130 - - [2026-02-23 02:19:39] "GET /network-policy/5e6597ac-c3e4-4472-9724-30db8a177654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004473 10.0.0.130 - - [2026-02-23 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.130 - - [2026-02-23 02:19:39] "GET /virtual-network/03ba6535-d320-4ef6-baca-c697a1dcd2a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004508 10.0.0.130 - - [2026-02-23 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002383 10.0.0.130 - - [2026-02-23 02:19:39] "GET /network-policy/5e6597ac-c3e4-4472-9724-30db8a177654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003050 10.0.0.130 - - [2026-02-23 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.028899 10.0.0.130 - - [2026-02-23 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 242 0.035092 10.0.0.130 - - [2026-02-23 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.001857 10.0.0.130 - - [2026-02-23 02:19:39] "POST /access-control-lists HTTP/1.1" 200 603 0.056540 10.0.0.130 - - [2026-02-23 02:19:39] "GET /network-policy/5e6597ac-c3e4-4472-9724-30db8a177654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.006236 10.0.0.130 - - [2026-02-23 02:19:39] "POST /neutron/network HTTP/1.1" 200 919 0.006037 10.0.0.130 - - [2026-02-23 02:19:40] "GET /virtual-network/03ba6535-d320-4ef6-baca-c697a1dcd2a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.003856 10.0.0.130 - - [2026-02-23 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002421 10.0.0.130 - - [2026-02-23 02:19:40] "GET /network-policy/5e6597ac-c3e4-4472-9724-30db8a177654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.002931 10.0.0.130 - - [2026-02-23 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002519 10.0.0.130 - - [2026-02-23 02:19:40] "GET /virtual-network/932117b4-71e9-40a3-b987-fc783af4f8ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004768 10.0.0.130 - - [2026-02-23 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002375 10.0.0.130 - - [2026-02-23 02:19:40] "GET /network-policy/5e6597ac-c3e4-4472-9724-30db8a177654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.002985 10.0.0.130 - - [2026-02-23 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.024346 10.0.0.130 - - [2026-02-23 02:19:40] "PUT /access-control-list/59b54ac5-c83b-4b1e-b1ab-7cf773940cb0 HTTP/1.1" 200 273 0.010247 10.0.0.130 - - [2026-02-23 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 244 0.002670 10.0.0.130 - - [2026-02-23 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.130 - - [2026-02-23 02:19:40] "GET /network-policy/5e6597ac-c3e4-4472-9724-30db8a177654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.026204 10.0.0.130 - - [2026-02-23 02:19:40] "POST /access-control-lists HTTP/1.1" 200 606 0.063215 10.0.0.130 - - [2026-02-23 02:19:40] "POST /neutron/network HTTP/1.1" 200 923 0.007014 10.0.0.130 - - [2026-02-23 02:19:40] "GET /virtual-network/932117b4-71e9-40a3-b987-fc783af4f8ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.003884 10.0.0.130 - - [2026-02-23 02:19:40] "POST /routing-instances HTTP/1.1" 200 761 0.020862 10.0.0.130 - - [2026-02-23 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002513 10.0.0.130 - - [2026-02-23 02:19:40] "POST /route-targets HTTP/1.1" 200 328 0.008077 10.0.0.130 - - [2026-02-23 02:19:40] "GET /network-policy/5e6597ac-c3e4-4472-9724-30db8a177654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.002917 10.0.0.130 - - [2026-02-23 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.008164 10.0.0.130 - - [2026-02-23 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.130 - - [2026-02-23 02:19:40] "GET /routing-instance/a533ca3d-6005-4eb8-a26b-ece71947bcab?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1290 0.003183 10.0.0.130 - - [2026-02-23 02:19:40] "GET /service-template/13126b18-1f36-420a-b963-3f758ea738e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003153 10.0.0.130 - - [2026-02-23 02:19:40] "GET /routing-instance/a533ca3d-6005-4eb8-a26b-ece71947bcab?fields=routing_policy_back_refs HTTP/1.1" 200 1290 0.003209 10.0.0.130 - - [2026-02-23 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002396 10.0.0.130 - - [2026-02-23 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.008308 10.0.0.130 - - [2026-02-23 02:19:40] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001006 10.0.0.130 - - [2026-02-23 02:19:40] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.018254 10.0.0.130 - - [2026-02-23 02:19:40] "POST /routing-instances HTTP/1.1" 200 762 0.011783 10.0.0.130 - - [2026-02-23 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.130 - - [2026-02-23 02:19:40] "POST /route-targets HTTP/1.1" 200 328 0.008312 10.0.0.130 - - [2026-02-23 02:19:40] "GET /service-instance/4e2b29b1-b047-4826-9432-f1146268ca9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.004431 10.0.0.130 - - [2026-02-23 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.010049 10.0.0.130 - - [2026-02-23 02:19:40] "GET /domains HTTP/1.1" 200 281 0.002260 10.0.0.130 - - [2026-02-23 02:19:40] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000818 10.0.0.130 - - [2026-02-23 02:19:41] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2783 0.007284 10.0.0.130 - - [2026-02-23 02:19:41] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001204 10.0.0.130 - - [2026-02-23 02:19:41] "GET /routing-instance/52e60a79-4951-4aca-b37e-c7693f90571c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1290 0.003949 10.0.0.130 - - [2026-02-23 02:19:41] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2 HTTP/1.1" 200 4259 0.070642 10.0.0.130 - - [2026-02-23 02:19:41] "GET /routing-instance/52e60a79-4951-4aca-b37e-c7693f90571c?fields=routing_policy_back_refs HTTP/1.1" 200 1290 0.002914 10.0.0.130 - - [2026-02-23 02:19:41] "GET /service-instance/4e2b29b1-b047-4826-9432-f1146268ca9a HTTP/1.1" 200 3793 0.004087 10.0.0.130 - - [2026-02-23 02:19:41] "GET /domains HTTP/1.1" 200 281 0.001715 10.0.0.130 - - [2026-02-23 02:19:41] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000925 10.0.0.130 - - [2026-02-23 02:19:41] "PUT /routing-instance/a533ca3d-6005-4eb8-a26b-ece71947bcab HTTP/1.1" 200 267 0.009438 10.0.0.130 - - [2026-02-23 02:19:41] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2783 0.045774 10.0.0.130 - - [2026-02-23 02:19:41] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000856 10.0.0.130 - - [2026-02-23 02:19:41] "PUT /routing-instance/52e60a79-4951-4aca-b37e-c7693f90571c HTTP/1.1" 200 267 0.010217 10.0.0.130 - - [2026-02-23 02:19:41] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2 HTTP/1.1" 200 4259 0.066763 10.0.0.130 - - [2026-02-23 02:19:41] "GET /service-instance/4e2b29b1-b047-4826-9432-f1146268ca9a HTTP/1.1" 200 3793 0.003281 10.0.0.130 - - [2026-02-23 02:19:41] "GET /port-tuple/e8a9e383-1023-423b-b1cb-dd2a29cc93dc HTTP/1.1" 200 1985 0.002809 10.0.0.130 - - [2026-02-23 02:19:41] "GET /virtual-machine-interface/5d2349ac-5f46-4eeb-afd2-8927a02d85d9 HTTP/1.1" 200 3814 0.004770 10.0.0.130 - - [2026-02-23 02:19:41] "GET /virtual-machine-interface/c38dfa8d-464f-4e94-92d8-edf27c528ce4 HTTP/1.1" 200 3809 0.005519 10.0.0.130 - - [2026-02-23 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.013155 10.0.0.130 - - [2026-02-23 02:19:41] "GET /virtual-machine-interface/e08f2da3-fecd-460d-b677-830a7e202ea1 HTTP/1.1" 200 3827 0.007252 10.0.0.130 - - [2026-02-23 02:19:41] "PUT /access-control-list/8f7c141b-73db-43a0-a413-0c0080cca583 HTTP/1.1" 200 273 0.009334 10.0.0.130 - - [2026-02-23 02:19:41] "POST /neutron/port HTTP/1.1" 200 3831 0.035159 10.0.0.130 - - [2026-02-23 02:19:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005003 10.0.0.130 - - [2026-02-23 02:19:41] "POST /neutron/port HTTP/1.1" 200 3831 0.028833 10.0.0.130 - - [2026-02-23 02:19:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005104 10.0.0.130 - - [2026-02-23 02:19:41] "POST /neutron/port HTTP/1.1" 200 3831 0.033832 10.0.0.130 - - [2026-02-23 02:19:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004990 10.0.0.130 - - [2026-02-23 02:19:41] "POST /neutron/port HTTP/1.1" 200 3831 0.025334 10.0.0.130 - - [2026-02-23 02:19:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005058 10.0.0.130 - - [2026-02-23 02:19:41] "POST /neutron/network HTTP/1.1" 200 893 0.011549 10.0.0.130 - - [2026-02-23 02:19:41] "POST /neutron/network HTTP/1.1" 200 919 0.004322 10.0.0.130 - - [2026-02-23 02:19:41] "POST /neutron/network HTTP/1.1" 200 805 0.013556 10.0.0.130 - - [2026-02-23 02:19:41] "POST /neutron/network HTTP/1.1" 200 831 0.004181 10.0.0.130 - - [2026-02-23 02:19:41] "POST /neutron/network HTTP/1.1" 200 897 0.009527 10.0.0.130 - - [2026-02-23 02:19:41] "POST /neutron/network HTTP/1.1" 200 923 0.004552 10.0.0.130 - - [2026-02-23 02:19:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001009 10.0.0.130 - - [2026-02-23 02:19:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.000947 10.0.0.130 - - [2026-02-23 02:19:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001596 10.0.0.130 - - [2026-02-23 02:19:41] "GET /virtual-machine/ac708cd4-4d91-4a55-8734-3a3e4b2cf137 HTTP/1.1" 200 1806 0.003325 10.0.0.130 - - [2026-02-23 02:19:41] "GET /virtual-machine-interface/5d2349ac-5f46-4eeb-afd2-8927a02d85d9 HTTP/1.1" 200 3814 0.005306 10.0.0.130 - - [2026-02-23 02:19:41] "GET /virtual-machine-interface/c38dfa8d-464f-4e94-92d8-edf27c528ce4 HTTP/1.1" 200 3809 0.004869 10.0.0.130 - - [2026-02-23 02:19:41] "GET /virtual-machine-interface/e08f2da3-fecd-460d-b677-830a7e202ea1 HTTP/1.1" 200 3827 0.004145 10.0.0.130 - - [2026-02-23 02:19:41] "GET /instance-ip/03c858f3-0caa-453c-9956-e8934300ce3b HTTP/1.1" 200 1961 0.003102 10.0.0.130 - - [2026-02-23 02:19:41] "GET /instance-ip/1fa052b0-8a99-4dbd-b21a-c87e39636566 HTTP/1.1" 200 1964 0.002615 10.0.0.130 - - [2026-02-23 02:19:41] "GET /instance-ip/c5e4fede-c610-40fc-a75d-8ea508befec0 HTTP/1.1" 200 1627 0.003657 10.0.0.130 - - [2026-02-23 02:19:41] "GET /instance-ip/3db12285-465d-43ed-a6c7-ad8d8fb93d96 HTTP/1.1" 200 1960 0.002892 10.0.0.130 - - [2026-02-23 02:19:41] "GET /instance-ip/c5bb2869-ee2b-4614-8e5b-2df4ba9c7f66 HTTP/1.1" 200 1624 0.003896 10.0.0.130 - - [2026-02-23 02:19:41] "GET /instance-ip/fec41932-02af-4cb0-9b5d-16844a6240b7 HTTP/1.1" 200 1959 0.002837 10.0.0.130 - - [2026-02-23 02:19:41] "GET /instance-ip/3e1a986d-e441-4d6e-81c0-2b7fef1d8978 HTTP/1.1" 200 1981 0.002454 10.0.0.130 - - [2026-02-23 02:19:41] "GET /instance-ip/436c6327-7972-4a47-a1cf-c81472f1d679 HTTP/1.1" 200 1623 0.003554 10.0.0.130 - - [2026-02-23 02:19:41] "GET /instance-ip/71cf29aa-5b1f-4d93-81dc-5540d3cbdd77 HTTP/1.1" 200 1983 0.002363 10.0.0.130 - - [2026-02-23 02:19:42] "POST /neutron/port HTTP/1.1" 200 3831 0.024579 10.0.0.130 - - [2026-02-23 02:19:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005801 10.0.0.130 - - [2026-02-23 02:19:42] "POST /neutron/port HTTP/1.1" 200 3831 0.026619 10.0.0.130 - - [2026-02-23 02:19:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004874 10.0.0.130 - - [2026-02-23 02:19:42] "POST /neutron/port HTTP/1.1" 200 3831 0.026712 10.0.0.130 - - [2026-02-23 02:19:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006219 10.0.0.130 - - [2026-02-23 02:19:42] "POST /neutron/port HTTP/1.1" 200 3831 0.027918 10.0.0.130 - - [2026-02-23 02:19:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006186 10.0.0.130 - - [2026-02-23 02:19:42] "GET /virtual-machine/ac708cd4-4d91-4a55-8734-3a3e4b2cf137 HTTP/1.1" 200 1806 0.003199 10.0.0.130 - - [2026-02-23 02:19:42] "GET /virtual-machine-interface/5d2349ac-5f46-4eeb-afd2-8927a02d85d9 HTTP/1.1" 200 3814 0.004265 10.0.0.130 - - [2026-02-23 02:19:42] "GET /virtual-machine-interface/c38dfa8d-464f-4e94-92d8-edf27c528ce4 HTTP/1.1" 200 3809 0.004511 10.0.0.130 - - [2026-02-23 02:19:42] "GET /virtual-machine-interface/e08f2da3-fecd-460d-b677-830a7e202ea1 HTTP/1.1" 200 3827 0.004448 10.0.0.130 - - [2026-02-23 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002480 10.0.0.130 - - [2026-02-23 02:19:42] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002432 10.0.0.130 - - [2026-02-23 02:19:42] "GET /virtual-networks?parent_id=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002748 10.0.0.130 - - [2026-02-23 02:19:42] "GET /virtual-network/03ba6535-d320-4ef6-baca-c697a1dcd2a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005908 10.0.0.130 - - [2026-02-23 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.130 - - [2026-02-23 02:19:43] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002493 10.0.0.130 - - [2026-02-23 02:19:43] "GET /virtual-networks?parent_id=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002552 10.0.0.130 - - [2026-02-23 02:19:43] "GET /virtual-network/03ba6535-d320-4ef6-baca-c697a1dcd2a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004842 10.0.0.130 - - [2026-02-23 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.130 - - [2026-02-23 02:19:43] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002928 10.0.0.130 - - [2026-02-23 02:19:43] "GET /virtual-networks?parent_id=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002436 10.0.0.130 - - [2026-02-23 02:19:43] "GET /virtual-network/03ba6535-d320-4ef6-baca-c697a1dcd2a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004480 10.0.0.130 - - [2026-02-23 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.130 - - [2026-02-23 02:19:44] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003486 10.0.0.130 - - [2026-02-23 02:19:44] "GET /virtual-networks?parent_id=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002736 10.0.0.130 - - [2026-02-23 02:19:44] "GET /virtual-network/03ba6535-d320-4ef6-baca-c697a1dcd2a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005137 10.0.0.130 - - [2026-02-23 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002588 10.0.0.130 - - [2026-02-23 02:19:44] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003467 10.0.0.130 - - [2026-02-23 02:19:44] "GET /virtual-networks?parent_id=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002493 10.0.0.130 - - [2026-02-23 02:19:44] "GET /virtual-network/03ba6535-d320-4ef6-baca-c697a1dcd2a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004428 10.0.0.130 - - [2026-02-23 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.130 - - [2026-02-23 02:19:44] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003421 10.0.0.130 - - [2026-02-23 02:19:44] "GET /virtual-networks?parent_id=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002731 10.0.0.130 - - [2026-02-23 02:19:44] "GET /virtual-network/f804fd52-7710-4624-b72c-e2f12fa3a270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007026 10.0.0.130 - - [2026-02-23 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002518 10.0.0.130 - - [2026-02-23 02:19:44] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003267 10.0.0.130 - - [2026-02-23 02:19:44] "GET /virtual-networks?parent_id=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003034 10.0.0.130 - - [2026-02-23 02:19:44] "GET /virtual-network/f804fd52-7710-4624-b72c-e2f12fa3a270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004943 10.0.0.130 - - [2026-02-23 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002569 10.0.0.130 - - [2026-02-23 02:19:44] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002920 10.0.0.130 - - [2026-02-23 02:19:44] "GET /virtual-networks?parent_id=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003059 10.0.0.130 - - [2026-02-23 02:19:44] "GET /virtual-network/f804fd52-7710-4624-b72c-e2f12fa3a270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005314 10.0.0.130 - - [2026-02-23 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002532 10.0.0.130 - - [2026-02-23 02:19:45] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003147 10.0.0.130 - - [2026-02-23 02:19:45] "GET /virtual-networks?parent_id=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003211 10.0.0.130 - - [2026-02-23 02:19:45] "GET /virtual-network/f804fd52-7710-4624-b72c-e2f12fa3a270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004461 10.0.0.130 - - [2026-02-23 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002499 10.0.0.130 - - [2026-02-23 02:19:45] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003172 10.0.0.130 - - [2026-02-23 02:19:45] "GET /virtual-networks?parent_id=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002718 10.0.0.130 - - [2026-02-23 02:19:45] "GET /virtual-network/932117b4-71e9-40a3-b987-fc783af4f8ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.005296 10.0.0.130 - - [2026-02-23 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.130 - - [2026-02-23 02:19:45] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003415 10.0.0.130 - - [2026-02-23 02:19:45] "GET /virtual-networks?parent_id=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002666 10.0.0.130 - - [2026-02-23 02:19:45] "GET /virtual-network/932117b4-71e9-40a3-b987-fc783af4f8ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.005488 10.0.0.130 - - [2026-02-23 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002355 10.0.0.130 - - [2026-02-23 02:19:45] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002898 10.0.0.130 - - [2026-02-23 02:19:45] "GET /virtual-networks?parent_id=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002906 10.0.0.130 - - [2026-02-23 02:19:45] "GET /virtual-network/932117b4-71e9-40a3-b987-fc783af4f8ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.016323 10.0.0.130 - - [2026-02-23 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.130 - - [2026-02-23 02:19:45] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003169 10.0.0.130 - - [2026-02-23 02:19:45] "GET /virtual-networks?parent_id=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002728 10.0.0.130 - - [2026-02-23 02:19:46] "GET /virtual-network/932117b4-71e9-40a3-b987-fc783af4f8ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.004742 10.0.0.130 - - [2026-02-23 02:19:46] "GET /virtual-machine/ac708cd4-4d91-4a55-8734-3a3e4b2cf137 HTTP/1.1" 200 1806 0.003176 10.0.0.130 - - [2026-02-23 02:19:46] "GET /domains HTTP/1.1" 200 281 0.003449 10.0.0.130 - - [2026-02-23 02:19:46] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001182 10.0.0.130 - - [2026-02-23 02:19:46] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2783 0.005962 10.0.0.130 - - [2026-02-23 02:19:46] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000762 10.0.0.130 - - [2026-02-23 02:19:46] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2 HTTP/1.1" 200 4259 0.064030 10.0.0.130 - - [2026-02-23 02:19:46] "GET /service-instance/4e2b29b1-b047-4826-9432-f1146268ca9a HTTP/1.1" 200 3793 0.003208 10.0.0.130 - - [2026-02-23 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001943 10.0.0.130 - - [2026-02-23 02:19:46] "GET /routing-instance/4fc68c3a-8d3a-44a9-8ced-7efce97fd3a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.002630 10.0.0.130 - - [2026-02-23 02:19:46] "GET /routing-instance/4fc68c3a-8d3a-44a9-8ced-7efce97fd3a6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.004103 10.0.0.130 - - [2026-02-23 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002528 10.0.0.130 - - [2026-02-23 02:19:46] "GET /routing-instance/d433b174-eebb-4fd7-b9cd-e8dd81088866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1897 0.003713 10.0.0.130 - - [2026-02-23 02:19:46] "GET /routing-instance/d433b174-eebb-4fd7-b9cd-e8dd81088866?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2028 0.004570 10.0.0.130 - - [2026-02-23 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002546 10.0.0.130 - - [2026-02-23 02:19:46] "GET /virtual-network/03ba6535-d320-4ef6-baca-c697a1dcd2a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005344 10.0.0.130 - - [2026-02-23 02:19:46] "GET /virtual-network/03ba6535-d320-4ef6-baca-c697a1dcd2a1?fields=routing_instances HTTP/1.1" 200 1686 0.006117 10.0.0.130 - - [2026-02-23 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.130 - - [2026-02-23 02:19:46] "GET /virtual-network/932117b4-71e9-40a3-b987-fc783af4f8ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.004561 10.0.0.130 - - [2026-02-23 02:19:46] "GET /virtual-network/932117b4-71e9-40a3-b987-fc783af4f8ab?fields=routing_instances HTTP/1.1" 200 1693 0.005607 10.0.0.130 - - [2026-02-23 02:19:47] "POST /neutron/port HTTP/1.1" 200 1121 0.032512 10.0.0.130 - - [2026-02-23 02:19:47] "POST /neutron/port HTTP/1.1" 200 1121 0.010787 10.0.0.130 - - [2026-02-23 02:19:47] "POST /neutron/network HTTP/1.1" 200 929 0.004847 10.0.0.130 - - [2026-02-23 02:19:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003078 10.0.0.130 - - [2026-02-23 02:19:47] "POST /neutron/subnet HTTP/1.1" 200 693 0.006425 10.0.0.130 - - [2026-02-23 02:19:47] "POST /neutron/port HTTP/1.1" 200 117 0.000983 10.0.0.130 - - [2026-02-23 02:19:47] "POST /neutron/network HTTP/1.1" 200 919 0.004630 10.0.0.130 - - [2026-02-23 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.032383 10.0.0.130 - - [2026-02-23 02:19:50] "POST /neutron/network HTTP/1.1" 200 835 0.005427 10.0.0.130 - - [2026-02-23 02:19:50] "GET /virtual-network/932117b4-71e9-40a3-b987-fc783af4f8ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.003951 10.0.0.130 - - [2026-02-23 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002378 10.0.0.130 - - [2026-02-23 02:19:50] "GET /network-policy/5e6597ac-c3e4-4472-9724-30db8a177654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003194 10.0.0.130 - - [2026-02-23 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.025164 10.0.0.130 - - [2026-02-23 02:19:50] "POST /neutron/network HTTP/1.1" 200 831 0.005577 10.0.0.130 - - [2026-02-23 02:19:50] "GET /virtual-network/03ba6535-d320-4ef6-baca-c697a1dcd2a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004283 10.0.0.130 - - [2026-02-23 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.130 - - [2026-02-23 02:19:51] "GET /network-policy/5e6597ac-c3e4-4472-9724-30db8a177654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003172 10.0.0.130 - - [2026-02-23 02:19:51] "DELETE /network-policy/5e6597ac-c3e4-4472-9724-30db8a177654 HTTP/1.1" 200 115 0.020129 10.0.0.130 - - [2026-02-23 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.130 - - [2026-02-23 02:19:51] "DELETE /service-instance/4e2b29b1-b047-4826-9432-f1146268ca9a HTTP/1.1" 200 115 0.046514 10.0.0.130 - - [2026-02-23 02:19:51] "GET /domains HTTP/1.1" 200 281 0.002000 10.0.0.130 - - [2026-02-23 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.019763 10.0.0.130 - - [2026-02-23 02:19:51] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000821 10.0.0.130 - - [2026-02-23 02:19:51] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2783 0.007940 10.0.0.130 - - [2026-02-23 02:19:51] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002910 10.0.0.130 - - [2026-02-23 02:19:51] "DELETE /access-control-list/8f7c141b-73db-43a0-a413-0c0080cca583 HTTP/1.1" 200 115 0.043010 10.0.0.130 - - [2026-02-23 02:19:51] "DELETE /instance-ip/3db12285-465d-43ed-a6c7-ad8d8fb93d96 HTTP/1.1" 200 115 0.032750 10.0.0.130 - - [2026-02-23 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.008203 10.0.0.130 - - [2026-02-23 02:19:51] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2 HTTP/1.1" 200 3783 0.073231 10.0.0.130 - - [2026-02-23 02:19:51] "GET /virtual-machine/ac708cd4-4d91-4a55-8734-3a3e4b2cf137 HTTP/1.1" 200 1806 0.003967 10.0.0.130 - - [2026-02-23 02:19:51] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001593 10.0.0.130 - - [2026-02-23 02:19:51] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002229 10.0.0.130 - - [2026-02-23 02:19:51] "DELETE /instance-ip/71cf29aa-5b1f-4d93-81dc-5540d3cbdd77 HTTP/1.1" 200 115 0.019860 10.0.0.130 - - [2026-02-23 02:19:51] "DELETE /routing-instance/a533ca3d-6005-4eb8-a26b-ece71947bcab HTTP/1.1" 200 115 0.031030 10.0.0.130 - - [2026-02-23 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.130 - - [2026-02-23 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.016073 10.0.0.130 - - [2026-02-23 02:19:51] "DELETE /route-target/937e1fff-a0e3-4235-a57d-d4cc112f3efe HTTP/1.1" 200 115 0.014340 10.0.0.130 - - [2026-02-23 02:19:51] "DELETE /instance-ip/fec41932-02af-4cb0-9b5d-16844a6240b7 HTTP/1.1" 200 115 0.029468 10.0.0.130 - - [2026-02-23 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.008475 10.0.0.130 - - [2026-02-23 02:19:51] "DELETE /routing-instance/52e60a79-4951-4aca-b37e-c7693f90571c HTTP/1.1" 200 115 0.043396 10.0.0.130 - - [2026-02-23 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.010822 10.0.0.130 - - [2026-02-23 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008585 10.0.0.130 - - [2026-02-23 02:19:51] "DELETE /service-template/13126b18-1f36-420a-b963-3f758ea738e4 HTTP/1.1" 200 115 0.025807 10.0.0.130 - - [2026-02-23 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.004292 10.0.0.130 - - [2026-02-23 02:19:51] "DELETE /instance-ip/03c858f3-0caa-453c-9956-e8934300ce3b HTTP/1.1" 200 115 0.028593 10.0.0.130 - - [2026-02-23 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.018284 10.0.0.130 - - [2026-02-23 02:19:51] "DELETE /route-target/c2b1077b-21af-4575-8b0b-62ff52cef373 HTTP/1.1" 200 115 0.025389 10.0.0.130 - - [2026-02-23 02:19:51] "DELETE /access-control-list/59b54ac5-c83b-4b1e-b1ab-7cf773940cb0 HTTP/1.1" 200 115 0.034804 10.0.0.130 - - [2026-02-23 02:19:51] "DELETE /instance-ip/1fa052b0-8a99-4dbd-b21a-c87e39636566 HTTP/1.1" 200 115 0.020300 10.0.0.130 - - [2026-02-23 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.007398 10.0.0.130 - - [2026-02-23 02:19:51] "DELETE /instance-ip/3e1a986d-e441-4d6e-81c0-2b7fef1d8978 HTTP/1.1" 200 115 0.030516 10.0.0.130 - - [2026-02-23 02:19:51] "POST /neutron/network HTTP/1.1" 200 835 0.005912 10.0.0.130 - - [2026-02-23 02:19:51] "POST /neutron/network HTTP/1.1" 400 204 0.007644 10.0.0.130 - - [2026-02-23 02:19:52] "POST /neutron/port HTTP/1.1" 200 1123 0.018033 10.0.0.130 - - [2026-02-23 02:19:52] "POST /neutron/port HTTP/1.1" 200 1113 0.015281 10.0.0.130 - - [2026-02-23 02:19:52] "POST /neutron/port HTTP/1.1" 200 1121 0.019946 10.0.0.130 - - [2026-02-23 02:19:52] "POST /neutron/port HTTP/1.1" 200 1111 0.012550 10.0.0.130 - - [2026-02-23 02:19:52] "POST /neutron/port HTTP/1.1" 200 151 0.129773 10.0.0.130 - - [2026-02-23 02:19:52] "POST /neutron/port HTTP/1.1" 200 151 0.115470 10.0.0.130 - - [2026-02-23 02:19:52] "POST /neutron/port HTTP/1.1" 200 3060 0.022371 10.0.0.130 - - [2026-02-23 02:19:52] "POST /neutron/port HTTP/1.1" 200 1111 0.009332 10.0.0.130 - - [2026-02-23 02:19:52] "POST /neutron/port HTTP/1.1" 200 151 0.102647 10.0.0.130 - - [2026-02-23 02:19:52] "POST /neutron/port HTTP/1.1" 200 1113 0.009126 10.0.0.130 - - [2026-02-23 02:19:52] "POST /neutron/port HTTP/1.1" 200 151 0.076560 10.0.0.130 - - [2026-02-23 02:19:52] "POST /neutron/port HTTP/1.1" 200 1111 0.008250 10.0.0.130 - - [2026-02-23 02:19:52] "POST /neutron/port HTTP/1.1" 200 151 0.096169 10.0.0.130 - - [2026-02-23 02:19:53] "POST /neutron/network HTTP/1.1" 200 835 0.005886 10.0.0.130 - - [2026-02-23 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.130 - - [2026-02-23 02:19:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003260 10.0.0.130 - - [2026-02-23 02:19:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002299 10.0.0.130 - - [2026-02-23 02:19:53] "POST /neutron/network HTTP/1.1" 200 151 0.074259 10.0.0.130 - - [2026-02-23 02:19:53] "DELETE /route-target/7a70dad1-0521-4ec1-a767-c2a7b208ca85 HTTP/1.1" 200 115 0.017843 10.0.0.130 - - [2026-02-23 02:19:53] "GET /routing-instance/d433b174-eebb-4fd7-b9cd-e8dd81088866 HTTP/1.1" 404 171 0.002003 10.0.0.130 - - [2026-02-23 02:19:53] "GET /domains HTTP/1.1" 200 281 0.002268 10.0.0.130 - - [2026-02-23 02:19:53] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.130 - - [2026-02-23 02:19:53] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2582 0.048393 10.0.0.130 - - [2026-02-23 02:19:53] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001569 10.0.0.130 - - [2026-02-23 02:19:53] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2 HTTP/1.1" 200 2316 0.065013 10.0.0.130 - - [2026-02-23 02:19:54] "POST /neutron/network HTTP/1.1" 200 831 0.004353 10.0.0.130 - - [2026-02-23 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.130 - - [2026-02-23 02:19:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002323 10.0.0.130 - - [2026-02-23 02:19:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002337 10.0.0.130 - - [2026-02-23 02:19:54] "POST /neutron/network HTTP/1.1" 200 151 0.067296 10.0.0.130 - - [2026-02-23 02:19:54] "DELETE /route-target/35b1d861-8ade-4638-8c13-933b58553c2a HTTP/1.1" 200 115 0.018259 10.0.0.130 - - [2026-02-23 02:19:54] "GET /routing-instance/4fc68c3a-8d3a-44a9-8ced-7efce97fd3a6 HTTP/1.1" 404 171 0.002157 10.0.0.130 - - [2026-02-23 02:19:54] "GET /domains HTTP/1.1" 200 281 0.001694 10.0.0.130 - - [2026-02-23 02:19:54] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000770 10.0.0.130 - - [2026-02-23 02:19:54] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2582 0.048987 10.0.0.130 - - [2026-02-23 02:19:54] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000824 10.0.0.130 - - [2026-02-23 02:19:54] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2 HTTP/1.1" 200 2097 0.063910 10.0.0.130 - - [2026-02-23 02:19:54] "POST /neutron/network HTTP/1.1" 200 831 0.004993 10.0.0.130 - - [2026-02-23 02:19:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001546 10.0.0.130 - - [2026-02-23 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004753 10.0.0.130 - - [2026-02-23 02:19:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002832 10.0.0.130 - - [2026-02-23 02:19:54] "POST /neutron/network HTTP/1.1" 200 151 0.067093 10.0.0.130 - - [2026-02-23 02:19:54] "DELETE /route-target/da95d436-8c45-4f29-ab0c-1e72ea0fa289 HTTP/1.1" 200 115 0.014857 10.0.0.130 - - [2026-02-23 02:19:54] "GET /routing-instance/0f29dba6-dae6-4e4b-bb0c-ce8bb8e20144 HTTP/1.1" 404 171 0.002892 10.0.0.130 - - [2026-02-23 02:19:54] "GET /domains HTTP/1.1" 200 281 0.001794 10.0.0.130 - - [2026-02-23 02:19:54] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.130 - - [2026-02-23 02:19:54] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2582 0.049304 10.0.0.130 - - [2026-02-23 02:19:54] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000963 10.0.0.130 - - [2026-02-23 02:19:54] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2 HTTP/1.1" 200 1856 0.065789 10.0.0.130 - - [2026-02-23 02:19:54] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000886 10.0.0.130 - - [2026-02-23 02:19:54] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.054515 10.0.0.130 - - [2026-02-23 02:19:54] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000990 10.0.0.130 - - [2026-02-23 02:19:54] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2?fields=virtual_networks HTTP/1.1" 200 1041 0.063039 10.0.0.130 - - [2026-02-23 02:19:54] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000922 10.0.0.130 - - [2026-02-23 02:19:54] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.021621 10.0.0.130 - - [2026-02-23 02:19:55] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000905 10.0.0.130 - - [2026-02-23 02:19:55] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2?fields=security_groups HTTP/1.1" 200 1266 0.020837 10.0.0.130 - - [2026-02-23 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.022647 10.0.0.130 - - [2026-02-23 02:19:55] "GET /projects?obj_uuids=d527dfbd-dfc7-4499-a56c-ab1a88371565&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002139 10.0.0.130 - - [2026-02-23 02:19:55] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.130 - - [2026-02-23 02:19:55] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.029902 10.0.0.130 - - [2026-02-23 02:19:55] "POST /id-to-fqname HTTP/1.1" 200 191 0.001230 10.0.0.130 - - [2026-02-23 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 200 0.002425 10.0.0.130 - - [2026-02-23 02:19:56] "POST /security-groups HTTP/1.1" 200 592 0.063245 10.0.0.130 - - [2026-02-23 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 235 0.003301 10.0.0.130 - - [2026-02-23 02:19:56] "POST /projects HTTP/1.1" 200 587 0.198952 10.0.0.130 - - [2026-02-23 02:19:56] "POST /access-control-lists HTTP/1.1" 200 599 0.057541 10.0.0.130 - - [2026-02-23 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.265424 10.0.0.130 - - [2026-02-23 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 234 0.002273 10.0.0.130 - - [2026-02-23 02:19:56] "GET /project/d527dfbd-dfc7-4499-a56c-ab1a88371565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.405092 10.0.0.130 - - [2026-02-23 02:19:56] "POST /access-control-lists HTTP/1.1" 200 597 0.056431 10.0.0.130 - - [2026-02-23 02:19:57] "GET / HTTP/1.1" 200 36215 0.002707 10.0.0.130 - - [2026-02-23 02:19:58] "GET /project/d527dfbd-dfc7-4499-a56c-ab1a88371565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000725 10.0.0.130 - - [2026-02-23 02:19:58] "GET /projects?obj_uuids=d527dfbd-dfc7-4499-a56c-ab1a88371565&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000897 10.0.0.130 - - [2026-02-23 02:19:58] "GET /project/d527dfbd-dfc7-4499-a56c-ab1a88371565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.049707 10.0.0.130 - - [2026-02-23 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 180 0.002025 10.0.0.130 - - [2026-02-23 02:19:58] "POST /virtual-DNSs HTTP/1.1" 200 509 0.015047 10.0.0.130 - - [2026-02-23 02:19:58] "GET /virtual-DNS/8765597c-f779-47c9-9962-4d0725df5756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.003878 10.0.0.130 - - [2026-02-23 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.130 - - [2026-02-23 02:19:58] "GET /virtual-DNS/8765597c-f779-47c9-9962-4d0725df5756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.003634 10.0.0.130 - - [2026-02-23 02:19:58] "GET /domains HTTP/1.1" 401 293 0.000386 10.0.0.130 - - [2026-02-23 02:19:59] "GET /domains HTTP/1.1" 200 281 0.026307 10.0.0.130 - - [2026-02-23 02:19:59] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.130 - - [2026-02-23 02:19:59] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2971 0.009072 10.0.0.130 - - [2026-02-23 02:19:59] "GET /virtual-DNS/8765597c-f779-47c9-9962-4d0725df5756 HTTP/1.1" 200 1440 0.005124 10.0.0.130 - - [2026-02-23 02:19:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.001942 10.0.0.130 - - [2026-02-23 02:19:59] "DELETE /project/d527dfbddfc74499a56cab1a88371565 HTTP/1.1" 404 173 0.002067 10.0.0.130 - - [2026-02-23 02:19:59] "POST /network-ipams HTTP/1.1" 200 516 0.021177 10.0.0.130 - - [2026-02-23 02:19:59] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001125 10.0.0.130 - - [2026-02-23 02:19:59] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.026556 10.0.0.130 - - [2026-02-23 02:19:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.002263 10.0.0.130 - - [2026-02-23 02:19:59] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000904 10.0.0.130 - - [2026-02-23 02:19:59] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2?fields=security_groups HTTP/1.1" 200 1368 0.021935 10.0.0.130 - - [2026-02-23 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001997 10.0.0.130 - - [2026-02-23 02:19:59] "GET /network-ipam/ba6f24d7-1323-4d80-9c18-33caadb49e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.003860 10.0.0.130 - - [2026-02-23 02:19:59] "DELETE /security-group/064b770e-660d-42ad-86fc-3ece2eaaaa3a HTTP/1.1" 200 115 0.040786 10.0.0.130 - - [2026-02-23 02:19:59] "GET /projects?obj_uuids=9d28a43f-cff8-4721-900f-d4ddfe5579a2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000824 10.0.0.130 - - [2026-02-23 02:19:59] "DELETE /access-control-list/ed58fe94-9d06-4503-aba2-6dc25ea00c58 HTTP/1.1" 200 115 0.023772 10.0.0.130 - - [2026-02-23 02:19:59] "PUT /network-ipam/ba6f24d7-1323-4d80-9c18-33caadb49e09 HTTP/1.1" 200 259 0.015581 10.0.0.130 - - [2026-02-23 02:19:59] "GET /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2?fields=application_policy_sets HTTP/1.1" 200 1407 0.037558 10.0.0.130 - - [2026-02-23 02:19:59] "DELETE /access-control-list/4a8cfd6e-994c-4225-bd5b-3d6c8be29e54 HTTP/1.1" 200 115 0.034626 10.0.0.130 - - [2026-02-23 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.010187 10.0.0.130 - - [2026-02-23 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.130 - - [2026-02-23 02:19:59] "DELETE /project/9d28a43f-cff8-4721-900f-d4ddfe5579a2 HTTP/1.1" 200 115 0.315817 10.0.0.130 - - [2026-02-23 02:19:59] "GET /projects?obj_uuids=d527dfbd-dfc7-4499-a56c-ab1a88371565&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000922 10.0.0.130 - - [2026-02-23 02:19:59] "GET /project/d527dfbd-dfc7-4499-a56c-ab1a88371565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.022072 10.0.0.130 - - [2026-02-23 02:19:59] "POST /neutron/network HTTP/1.1" 200 117 0.033649 10.0.0.130 - - [2026-02-23 02:19:59] "GET /projects?obj_uuids=d527dfbd-dfc7-4499-a56c-ab1a88371565&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000973 10.0.0.130 - - [2026-02-23 02:19:59] "POST /neutron/network HTTP/1.1" 200 618 0.057185 10.0.0.130 - - [2026-02-23 02:19:59] "POST /route-targets HTTP/1.1" 200 328 0.010030 10.0.0.130 - - [2026-02-23 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.011231 10.0.0.130 - - [2026-02-23 02:20:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004608 10.0.0.130 - - [2026-02-23 02:20:00] "POST /neutron/subnet HTTP/1.1" 200 711 0.198686 10.0.0.130 - - [2026-02-23 02:20:00] "POST /neutron/network HTTP/1.1" 200 833 0.005281 10.0.0.130 - - [2026-02-23 02:20:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.000985 10.0.0.130 - - [2026-02-23 02:20:00] "GET /virtual-network/0fa8fdc9-eba8-4381-aae7-205910b63e58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004167 10.0.0.130 - - [2026-02-23 02:20:00] "POST /neutron/network HTTP/1.1" 200 833 0.004584 10.0.0.130 - - [2026-02-23 02:20:00] "GET /virtual-network/0fa8fdc9-eba8-4381-aae7-205910b63e58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006219 10.0.0.130 - - [2026-02-23 02:20:00] "POST /neutron/network HTTP/1.1" 200 833 0.004852 10.0.0.130 - - [2026-02-23 02:20:00] "POST /neutron/subnet HTTP/1.1" 200 711 0.006151 10.0.0.130 - - [2026-02-23 02:20:00] "POST /neutron/network HTTP/1.1" 200 807 0.008525 10.0.0.130 - - [2026-02-23 02:20:00] "POST /neutron/network HTTP/1.1" 200 833 0.004809 10.0.0.130 - - [2026-02-23 02:20:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001468 10.0.0.130 - - [2026-02-23 02:20:00] "POST /neutron/network HTTP/1.1" 200 843 0.005666 10.0.0.130 - - [2026-02-23 02:20:00] "GET /aaa-mode HTTP/1.1" 401 293 0.000468 10.0.0.130 - - [2026-02-23 02:20:00] "GET / HTTP/1.1" 200 36215 0.002299 10.0.0.130 - - [2026-02-23 02:20:00] "GET /project/d527dfbd-dfc7-4499-a56c-ab1a88371565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000368 10.0.0.130 - - [2026-02-23 02:20:01] "GET /projects?obj_uuids=d527dfbd-dfc7-4499-a56c-ab1a88371565&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000968 10.0.0.130 - - [2026-02-23 02:20:01] "GET /project/d527dfbd-dfc7-4499-a56c-ab1a88371565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.052337 10.0.0.130 - - [2026-02-23 02:20:01] "POST /neutron/network HTTP/1.1" 200 833 0.031508 10.0.0.130 - - [2026-02-23 02:20:01] "POST /neutron/port HTTP/1.1" 200 117 0.004703 10.0.0.130 - - [2026-02-23 02:20:01] "POST /neutron/port HTTP/1.1" 200 117 0.004191 10.0.0.130 - - [2026-02-23 02:20:01] "POST /neutron/port HTTP/1.1" 200 117 0.003968 10.0.0.130 - - [2026-02-23 02:20:01] "POST /neutron/network HTTP/1.1" 200 843 0.004769 10.0.0.130 - - [2026-02-23 02:20:01] "GET /projects?obj_uuids=d527dfbd-dfc7-4499-a56c-ab1a88371565&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000880 10.0.0.130 - - [2026-02-23 02:20:02] "POST /neutron/port HTTP/1.1" 200 1058 0.177558 10.0.0.130 - - [2026-02-23 02:20:02] "POST /neutron/port HTTP/1.1" 200 1058 0.009718 10.0.0.130 - - [2026-02-23 02:20:02] "POST /neutron/port HTTP/1.1" 200 1058 0.010179 10.0.0.130 - - [2026-02-23 02:20:02] "POST /neutron/port HTTP/1.1" 200 1112 0.065802 10.0.0.130 - - [2026-02-23 02:20:02] "POST /neutron/port HTTP/1.1" 200 1122 0.010138 10.0.0.130 - - [2026-02-23 02:20:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002969 10.0.0.130 - - [2026-02-23 02:20:02] "POST /neutron/subnet HTTP/1.1" 200 685 0.007043 10.0.0.130 - - [2026-02-23 02:20:02] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.130 - - [2026-02-23 02:20:02] "POST /neutron/network HTTP/1.1" 200 833 0.004576 10.0.0.130 - - [2026-02-23 02:20:04] "GET /obj-perms HTTP/1.1" 200 5075 0.052252 10.0.0.130 - - [2026-02-23 02:20:05] "GET /obj-perms HTTP/1.1" 200 5075 0.046074 10.0.0.130 - - [2026-02-23 02:20:06] "POST /neutron/port HTTP/1.1" 200 1122 0.011282 10.0.0.130 - - [2026-02-23 02:20:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005745 10.0.0.130 - - [2026-02-23 02:20:06] "POST /neutron/port HTTP/1.1" 200 1122 0.011328 10.0.0.130 - - [2026-02-23 02:20:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005529 10.0.0.130 - - [2026-02-23 02:20:06] "POST /neutron/port HTTP/1.1" 200 1122 0.013377 10.0.0.130 - - [2026-02-23 02:20:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006381 10.0.0.130 - - [2026-02-23 02:20:06] "GET /virtual-machine/c10b05bd-3929-4b7c-816c-5a3a8d1a30e7 HTTP/1.1" 200 1295 0.004596 10.0.0.130 - - [2026-02-23 02:20:06] "GET /virtual-machine-interface/adac5f73-03ec-49a7-9146-3870bc7cb1a3 HTTP/1.1" 200 2972 0.004252 10.0.0.130 - - [2026-02-23 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002504 10.0.0.130 - - [2026-02-23 02:20:06] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003134 10.0.0.130 - - [2026-02-23 02:20:06] "GET /virtual-networks?parent_id=d527dfbd-dfc7-4499-a56c-ab1a88371565&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002597 10.0.0.130 - - [2026-02-23 02:20:06] "GET /virtual-network/0fa8fdc9-eba8-4381-aae7-205910b63e58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004618 10.0.0.130 - - [2026-02-23 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.130 - - [2026-02-23 02:20:10] "GET /virtual-network/0fa8fdc9-eba8-4381-aae7-205910b63e58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004270 10.0.0.130 - - [2026-02-23 02:20:10] "POST /neutron/port HTTP/1.1" 200 1122 0.010404 10.0.0.130 - - [2026-02-23 02:20:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004482 10.0.0.130 - - [2026-02-23 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002519 10.0.0.130 - - [2026-02-23 02:20:12] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002713 10.0.0.130 - - [2026-02-23 02:20:12] "GET /virtual-networks?parent_id=d527dfbd-dfc7-4499-a56c-ab1a88371565&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002884 10.0.0.130 - - [2026-02-23 02:20:12] "GET /virtual-network/0fa8fdc9-eba8-4381-aae7-205910b63e58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004758 10.0.0.130 - - [2026-02-23 02:20:16] "POST /neutron/network HTTP/1.1" 200 807 0.009446 10.0.0.130 - - [2026-02-23 02:20:16] "POST /neutron/network HTTP/1.1" 200 833 0.004650 10.0.0.130 - - [2026-02-23 02:20:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.000993 10.0.0.130 - - [2026-02-23 02:20:16] "POST /neutron/port HTTP/1.1" 200 1122 0.011679 10.0.0.130 - - [2026-02-23 02:20:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005787 10.0.0.130 - - [2026-02-23 02:20:16] "POST /neutron/network HTTP/1.1" 200 843 0.004790 10.0.0.130 - - [2026-02-23 02:20:16] "GET /aaa-mode HTTP/1.1" 401 293 0.000380 10.0.0.130 - - [2026-02-23 02:20:17] "GET / HTTP/1.1" 200 36215 0.001717 10.0.0.130 - - [2026-02-23 02:20:17] "GET /project/d527dfbd-dfc7-4499-a56c-ab1a88371565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000487 10.0.0.130 - - [2026-02-23 02:20:17] "GET /projects?obj_uuids=d527dfbd-dfc7-4499-a56c-ab1a88371565&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001021 10.0.0.130 - - [2026-02-23 02:20:17] "GET /project/d527dfbd-dfc7-4499-a56c-ab1a88371565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.047180 10.0.0.130 - - [2026-02-23 02:20:17] "POST /neutron/network HTTP/1.1" 200 833 0.004684 10.0.0.130 - - [2026-02-23 02:20:17] "POST /neutron/port HTTP/1.1" 200 1122 0.017528 10.0.0.130 - - [2026-02-23 02:20:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004681 10.0.0.130 - - [2026-02-23 02:20:17] "POST /neutron/port HTTP/1.1" 200 117 0.010684 10.0.0.130 - - [2026-02-23 02:20:17] "POST /neutron/port HTTP/1.1" 200 117 0.004478 10.0.0.130 - - [2026-02-23 02:20:18] "POST /neutron/network HTTP/1.1" 200 843 0.008785 10.0.0.130 - - [2026-02-23 02:20:18] "GET /projects?obj_uuids=d527dfbd-dfc7-4499-a56c-ab1a88371565&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001307 10.0.0.130 - - [2026-02-23 02:20:18] "POST /neutron/port HTTP/1.1" 200 1058 0.158018 10.0.0.130 - - [2026-02-23 02:20:18] "POST /neutron/port HTTP/1.1" 200 1058 0.010684 10.0.0.130 - - [2026-02-23 02:20:18] "POST /neutron/port HTTP/1.1" 200 1058 0.011795 10.0.0.130 - - [2026-02-23 02:20:18] "POST /neutron/port HTTP/1.1" 200 1112 0.049967 10.0.0.130 - - [2026-02-23 02:20:18] "POST /neutron/port HTTP/1.1" 200 1122 0.011842 10.0.0.130 - - [2026-02-23 02:20:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004113 10.0.0.130 - - [2026-02-23 02:20:18] "POST /neutron/subnet HTTP/1.1" 200 685 0.006526 10.0.0.130 - - [2026-02-23 02:20:18] "POST /neutron/port HTTP/1.1" 200 117 0.001521 10.0.0.130 - - [2026-02-23 02:20:18] "POST /neutron/network HTTP/1.1" 200 833 0.004687 10.0.0.130 - - [2026-02-23 02:20:22] "POST /neutron/port HTTP/1.1" 200 1122 0.012052 10.0.0.130 - - [2026-02-23 02:20:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005133 10.0.0.130 - - [2026-02-23 02:20:23] "POST /neutron/port HTTP/1.1" 200 1122 0.010870 10.0.0.130 - - [2026-02-23 02:20:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005244 10.0.0.130 - - [2026-02-23 02:20:23] "POST /neutron/port HTTP/1.1" 200 1122 0.011035 10.0.0.130 - - [2026-02-23 02:20:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005786 10.0.0.130 - - [2026-02-23 02:20:23] "GET /virtual-machine/01ac7640-53a3-442a-8ffa-c38de0bdcb02 HTTP/1.1" 200 1294 0.008882 10.0.0.130 - - [2026-02-23 02:20:23] "GET /virtual-machine-interface/46cc4d42-550c-4a98-8f2a-79a74f8edbc8 HTTP/1.1" 200 2971 0.004079 10.0.0.130 - - [2026-02-23 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.130 - - [2026-02-23 02:20:23] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003589 10.0.0.130 - - [2026-02-23 02:20:23] "GET /virtual-networks?parent_id=d527dfbd-dfc7-4499-a56c-ab1a88371565&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002278 10.0.0.130 - - [2026-02-23 02:20:23] "GET /virtual-network/0fa8fdc9-eba8-4381-aae7-205910b63e58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004781 10.0.0.130 - - [2026-02-23 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.130 - - [2026-02-23 02:20:26] "GET /virtual-network/0fa8fdc9-eba8-4381-aae7-205910b63e58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004575 10.0.0.130 - - [2026-02-23 02:20:27] "POST /neutron/port HTTP/1.1" 200 1122 0.038217 10.0.0.130 - - [2026-02-23 02:20:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004658 10.0.0.130 - - [2026-02-23 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.130 - - [2026-02-23 02:20:28] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002610 10.0.0.130 - - [2026-02-23 02:20:28] "GET /virtual-networks?parent_id=d527dfbd-dfc7-4499-a56c-ab1a88371565&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002439 10.0.0.130 - - [2026-02-23 02:20:28] "GET /virtual-network/0fa8fdc9-eba8-4381-aae7-205910b63e58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004499 10.0.0.130 - - [2026-02-23 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.130 - - [2026-02-23 02:20:35] "DELETE /virtual-DNS/8765597c-f779-47c9-9962-4d0725df5756 HTTP/1.1" 409 236 0.005621 10.0.0.130 - - [2026-02-23 02:20:35] "POST /fqname-to-id HTTP/1.1" 404 192 0.002788 10.0.0.130 - - [2026-02-23 02:20:35] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.014456 10.0.0.130 - - [2026-02-23 02:20:35] "GET /virtual-DNS-record/3ef0a0d5-3e91-4803-9c19-6d7d72aa4166?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.004103 10.0.0.130 - - [2026-02-23 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.130 - - [2026-02-23 02:20:35] "GET /virtual-DNS-record/3ef0a0d5-3e91-4803-9c19-6d7d72aa4166?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.003361 10.0.0.130 - - [2026-02-23 02:20:35] "GET /domains HTTP/1.1" 200 281 0.002611 10.0.0.130 - - [2026-02-23 02:20:35] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.130 - - [2026-02-23 02:20:35] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2786 0.006764 10.0.0.130 - - [2026-02-23 02:20:35] "GET /virtual-DNS/8765597c-f779-47c9-9962-4d0725df5756 HTTP/1.1" 200 1911 0.003723 10.0.0.130 - - [2026-02-23 02:20:35] "GET /virtual-DNS-record/3ef0a0d5-3e91-4803-9c19-6d7d72aa4166 HTTP/1.1" 200 1338 0.002329 10.0.0.130 - - [2026-02-23 02:20:40] "DELETE /virtual-DNS-record/3ef0a0d5-3e91-4803-9c19-6d7d72aa4166 HTTP/1.1" 200 115 0.015410 10.0.0.130 - - [2026-02-23 02:20:41] "POST /fqname-to-id HTTP/1.1" 404 184 0.001911 10.0.0.130 - - [2026-02-23 02:20:41] "POST /neutron/network HTTP/1.1" 200 833 0.006238 10.0.0.130 - - [2026-02-23 02:20:41] "POST /neutron/network HTTP/1.1" 400 204 0.009590 10.0.0.130 - - [2026-02-23 02:20:41] "POST /neutron/port HTTP/1.1" 200 1122 0.011714 10.0.0.130 - - [2026-02-23 02:20:41] "POST /neutron/port HTTP/1.1" 200 1112 0.010735 10.0.0.130 - - [2026-02-23 02:20:41] "POST /neutron/port HTTP/1.1" 200 1122 0.009624 10.0.0.130 - - [2026-02-23 02:20:41] "POST /neutron/port HTTP/1.1" 200 1112 0.014192 10.0.0.130 - - [2026-02-23 02:20:41] "POST /neutron/port HTTP/1.1" 200 151 0.100420 10.0.0.130 - - [2026-02-23 02:20:41] "POST /neutron/port HTTP/1.1" 200 151 0.088204 10.0.0.130 - - [2026-02-23 02:20:43] "POST /neutron/network HTTP/1.1" 200 833 0.004581 10.0.0.130 - - [2026-02-23 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.130 - - [2026-02-23 02:20:43] "DELETE /route-target/3327aa4f-7cb8-4bfc-93a5-c6d9a13c7eeb HTTP/1.1" 200 115 0.060186 10.0.0.130 - - [2026-02-23 02:20:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002006 10.0.0.130 - - [2026-02-23 02:20:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001701 10.0.0.130 - - [2026-02-23 02:20:43] "POST /neutron/network HTTP/1.1" 200 151 0.202944 10.0.0.130 - - [2026-02-23 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002192 10.0.0.130 - - [2026-02-23 02:20:43] "DELETE /network-ipam/ba6f24d7-1323-4d80-9c18-33caadb49e09 HTTP/1.1" 200 115 0.022609 10.0.0.130 - - [2026-02-23 02:20:43] "DELETE /virtual-DNS/8765597c-f779-47c9-9962-4d0725df5756 HTTP/1.1" 200 115 0.018530 10.0.0.130 - - [2026-02-23 02:20:43] "POST /fqname-to-id HTTP/1.1" 404 180 0.002030 10.0.0.130 - - [2026-02-23 02:20:43] "GET /domains HTTP/1.1" 200 281 0.003650 10.0.0.130 - - [2026-02-23 02:20:43] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000832 10.0.0.130 - - [2026-02-23 02:20:43] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2585 0.006763 10.0.0.130 - - [2026-02-23 02:20:43] "GET /projects?obj_uuids=d527dfbd-dfc7-4499-a56c-ab1a88371565&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000921 10.0.0.130 - - [2026-02-23 02:20:43] "GET /project/d527dfbd-dfc7-4499-a56c-ab1a88371565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.019876 10.0.0.130 - - [2026-02-23 02:20:43] "GET /projects?obj_uuids=d527dfbd-dfc7-4499-a56c-ab1a88371565&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001001 10.0.0.130 - - [2026-02-23 02:20:43] "GET /project/d527dfbd-dfc7-4499-a56c-ab1a88371565?fields=virtual_networks HTTP/1.1" 200 1047 0.084302 10.0.0.130 - - [2026-02-23 02:20:43] "GET /projects?obj_uuids=d527dfbd-dfc7-4499-a56c-ab1a88371565&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000942 10.0.0.130 - - [2026-02-23 02:20:44] "GET /project/d527dfbd-dfc7-4499-a56c-ab1a88371565?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.032384 10.0.0.130 - - [2026-02-23 02:20:44] "GET /projects?obj_uuids=d527dfbd-dfc7-4499-a56c-ab1a88371565&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001546 10.0.0.130 - - [2026-02-23 02:20:44] "GET /project/d527dfbd-dfc7-4499-a56c-ab1a88371565?fields=security_groups HTTP/1.1" 200 1275 0.023293 10.0.0.130 - - [2026-02-23 02:20:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.023641 10.0.0.130 - - [2026-02-23 02:20:44] "GET /projects?obj_uuids=05b89746-5e6f-4032-b717-1570ebb482ea&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002082 10.0.0.130 - - [2026-02-23 02:20:44] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.130 - - [2026-02-23 02:20:44] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005733 10.0.0.130 - - [2026-02-23 02:20:45] "POST /id-to-fqname HTTP/1.1" 200 191 0.002506 10.0.0.130 - - [2026-02-23 02:20:45] "POST /fqname-to-id HTTP/1.1" 404 200 0.001788 10.0.0.130 - - [2026-02-23 02:20:45] "POST /security-groups HTTP/1.1" 200 592 0.060154 10.0.0.130 - - [2026-02-23 02:20:45] "POST /fqname-to-id HTTP/1.1" 404 235 0.002938 10.0.0.130 - - [2026-02-23 02:20:45] "POST /projects HTTP/1.1" 200 587 0.201043 10.0.0.130 - - [2026-02-23 02:20:45] "POST /access-control-lists HTTP/1.1" 200 599 0.059982 10.0.0.130 - - [2026-02-23 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.270823 10.0.0.130 - - [2026-02-23 02:20:45] "POST /fqname-to-id HTTP/1.1" 404 234 0.002267 10.0.0.130 - - [2026-02-23 02:20:45] "GET /project/05b89746-5e6f-4032-b717-1570ebb482ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.390356 10.0.0.130 - - [2026-02-23 02:20:45] "POST /access-control-lists HTTP/1.1" 200 597 0.060221 10.0.0.130 - - [2026-02-23 02:20:46] "GET / HTTP/1.1" 200 36215 0.001794 10.0.0.130 - - [2026-02-23 02:20:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000436 10.0.0.130 - - [2026-02-23 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.057480 10.0.0.130 - - [2026-02-23 02:20:47] "GET /projects?obj_uuids=05b89746-5e6f-4032-b717-1570ebb482ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001013 10.0.0.130 - - [2026-02-23 02:20:47] "GET /project/05b89746-5e6f-4032-b717-1570ebb482ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.021160 10.0.0.130 - - [2026-02-23 02:20:47] "POST /neutron/network HTTP/1.1" 200 117 0.033560 10.0.0.130 - - [2026-02-23 02:20:47] "GET /projects?obj_uuids=05b89746-5e6f-4032-b717-1570ebb482ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001149 10.0.0.130 - - [2026-02-23 02:20:47] "POST /neutron/network HTTP/1.1" 200 606 0.053000 10.0.0.130 - - [2026-02-23 02:20:47] "POST /route-targets HTTP/1.1" 200 328 0.010437 10.0.0.130 - - [2026-02-23 02:20:47] "POST /ref-update HTTP/1.1" 200 156 0.010538 10.0.0.130 - - [2026-02-23 02:20:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003690 10.0.0.130 - - [2026-02-23 02:20:47] "POST /neutron/subnet HTTP/1.1" 200 734 0.146823 10.0.0.130 - - [2026-02-23 02:20:47] "POST /neutron/network HTTP/1.1" 200 827 0.004709 10.0.0.130 - - [2026-02-23 02:20:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001076 10.0.0.130 - - [2026-02-23 02:20:47] "GET /virtual-network/84967ca8-b279-49eb-b667-e34d53e26b6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004327 10.0.0.130 - - [2026-02-23 02:20:47] "POST /neutron/network HTTP/1.1" 200 827 0.005361 10.0.0.130 - - [2026-02-23 02:20:47] "GET /virtual-network/84967ca8-b279-49eb-b667-e34d53e26b6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007974 10.0.0.130 - - [2026-02-23 02:20:47] "POST /neutron/network HTTP/1.1" 200 827 0.004783 10.0.0.130 - - [2026-02-23 02:20:47] "POST /neutron/subnet HTTP/1.1" 200 734 0.005542 10.0.0.130 - - [2026-02-23 02:20:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001092 10.0.0.130 - - [2026-02-23 02:20:48] "POST /neutron/network HTTP/1.1" 200 837 0.007691 10.0.0.130 - - [2026-02-23 02:20:48] "GET /aaa-mode HTTP/1.1" 401 293 0.000358 10.0.0.130 - - [2026-02-23 02:20:48] "GET / HTTP/1.1" 200 36215 0.001656 10.0.0.130 - - [2026-02-23 02:20:48] "GET /project/05b89746-5e6f-4032-b717-1570ebb482ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000324 10.0.0.130 - - [2026-02-23 02:20:48] "GET /projects?obj_uuids=05b89746-5e6f-4032-b717-1570ebb482ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000961 10.0.0.130 - - [2026-02-23 02:20:48] "GET /project/05b89746-5e6f-4032-b717-1570ebb482ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.046086 10.0.0.130 - - [2026-02-23 02:20:48] "POST /neutron/network HTTP/1.1" 200 827 0.004635 10.0.0.130 - - [2026-02-23 02:20:48] "POST /neutron/port HTTP/1.1" 200 117 0.004666 10.0.0.130 - - [2026-02-23 02:20:48] "POST /neutron/port HTTP/1.1" 200 117 0.008561 10.0.0.130 - - [2026-02-23 02:20:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.001128 10.0.0.130 - - [2026-02-23 02:20:48] "POST /neutron/port HTTP/1.1" 200 117 0.004034 10.0.0.130 - - [2026-02-23 02:20:49] "POST /neutron/network HTTP/1.1" 200 837 0.005062 10.0.0.130 - - [2026-02-23 02:20:49] "GET /aaa-mode HTTP/1.1" 401 293 0.000401 10.0.0.130 - - [2026-02-23 02:20:49] "POST /neutron/network HTTP/1.1" 200 837 0.004887 10.0.0.130 - - [2026-02-23 02:20:49] "GET /projects?obj_uuids=05b89746-5e6f-4032-b717-1570ebb482ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001231 10.0.0.130 - - [2026-02-23 02:20:49] "GET / HTTP/1.1" 200 36215 0.006872 10.0.0.130 - - [2026-02-23 02:20:49] "GET /project/05b89746-5e6f-4032-b717-1570ebb482ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000354 10.0.0.130 - - [2026-02-23 02:20:49] "POST /neutron/port HTTP/1.1" 200 1063 0.182986 10.0.0.130 - - [2026-02-23 02:20:49] "POST /neutron/port HTTP/1.1" 200 1063 0.010724 10.0.0.130 - - [2026-02-23 02:20:49] "POST /neutron/port HTTP/1.1" 200 1063 0.008152 10.0.0.130 - - [2026-02-23 02:20:49] "POST /neutron/port HTTP/1.1" 200 1117 0.051995 10.0.0.130 - - [2026-02-23 02:20:49] "POST /neutron/port HTTP/1.1" 200 1127 0.010990 10.0.0.130 - - [2026-02-23 02:20:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002841 10.0.0.130 - - [2026-02-23 02:20:49] "POST /neutron/subnet HTTP/1.1" 200 708 0.010964 10.0.0.130 - - [2026-02-23 02:20:49] "POST /neutron/port HTTP/1.1" 200 117 0.001084 10.0.0.130 - - [2026-02-23 02:20:49] "POST /neutron/network HTTP/1.1" 200 827 0.005069 10.0.0.130 - - [2026-02-23 02:20:49] "GET /projects?obj_uuids=05b89746-5e6f-4032-b717-1570ebb482ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000909 10.0.0.130 - - [2026-02-23 02:20:49] "GET /project/05b89746-5e6f-4032-b717-1570ebb482ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.044740 10.0.0.130 - - [2026-02-23 02:20:49] "POST /neutron/network HTTP/1.1" 200 827 0.004889 10.0.0.130 - - [2026-02-23 02:20:49] "POST /neutron/port HTTP/1.1" 200 1127 0.015700 10.0.0.130 - - [2026-02-23 02:20:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012116 10.0.0.130 - - [2026-02-23 02:20:50] "POST /neutron/port HTTP/1.1" 200 117 0.006458 10.0.0.130 - - [2026-02-23 02:20:50] "POST /neutron/port HTTP/1.1" 200 1127 0.010562 10.0.0.130 - - [2026-02-23 02:20:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007903 10.0.0.130 - - [2026-02-23 02:20:50] "POST /neutron/network HTTP/1.1" 200 837 0.008019 10.0.0.130 - - [2026-02-23 02:20:50] "GET /projects?obj_uuids=05b89746-5e6f-4032-b717-1570ebb482ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000913 10.0.0.130 - - [2026-02-23 02:20:50] "POST /neutron/port HTTP/1.1" 200 1063 0.192335 10.0.0.130 - - [2026-02-23 02:20:50] "POST /neutron/port HTTP/1.1" 200 1063 0.014483 10.0.0.130 - - [2026-02-23 02:20:50] "POST /neutron/port HTTP/1.1" 200 1063 0.007771 10.0.0.130 - - [2026-02-23 02:20:50] "POST /neutron/port HTTP/1.1" 200 1117 0.059732 10.0.0.130 - - [2026-02-23 02:20:50] "POST /neutron/port HTTP/1.1" 200 1127 0.012207 10.0.0.130 - - [2026-02-23 02:20:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002519 10.0.0.130 - - [2026-02-23 02:20:50] "POST /neutron/subnet HTTP/1.1" 200 708 0.005278 10.0.0.130 - - [2026-02-23 02:20:50] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.130 - - [2026-02-23 02:20:50] "POST /neutron/network HTTP/1.1" 200 827 0.004985 10.0.0.130 - - [2026-02-23 02:20:55] "POST /neutron/port HTTP/1.1" 200 1127 0.011338 10.0.0.130 - - [2026-02-23 02:20:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004818 10.0.0.130 - - [2026-02-23 02:20:55] "POST /neutron/port HTTP/1.1" 200 1127 0.010192 10.0.0.130 - - [2026-02-23 02:20:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005200 10.0.0.130 - - [2026-02-23 02:20:55] "POST /neutron/port HTTP/1.1" 200 1127 0.011213 10.0.0.130 - - [2026-02-23 02:20:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004867 10.0.0.130 - - [2026-02-23 02:20:55] "GET /virtual-machine/082576d4-86d4-4137-b557-fbb961c89749 HTTP/1.1" 401 293 0.000426 10.0.0.130 - - [2026-02-23 02:20:55] "GET /virtual-machine/082576d4-86d4-4137-b557-fbb961c89749 HTTP/1.1" 200 1294 0.027131 10.0.0.130 - - [2026-02-23 02:20:55] "GET /virtual-machine-interface/6ebee53e-6791-40a8-a7e5-6d35c36fc11a HTTP/1.1" 200 2953 0.006561 10.0.0.130 - - [2026-02-23 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.130 - - [2026-02-23 02:20:55] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002830 10.0.0.130 - - [2026-02-23 02:20:55] "GET /virtual-networks?parent_id=05b89746-5e6f-4032-b717-1570ebb482ea&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002373 10.0.0.130 - - [2026-02-23 02:20:55] "GET /virtual-network/84967ca8-b279-49eb-b667-e34d53e26b6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004694 10.0.0.130 - - [2026-02-23 02:20:57] "POST /neutron/port HTTP/1.1" 200 1127 0.011038 10.0.0.130 - - [2026-02-23 02:20:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004911 10.0.0.130 - - [2026-02-23 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002475 10.0.0.130 - - [2026-02-23 02:20:58] "GET /virtual-network/84967ca8-b279-49eb-b667-e34d53e26b6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004086 10.0.0.130 - - [2026-02-23 02:20:59] "POST /neutron/port HTTP/1.1" 200 1127 0.010864 10.0.0.130 - - [2026-02-23 02:20:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004117 10.0.0.130 - - [2026-02-23 02:20:59] "DELETE /project/05b897465e6f4032b7171570ebb482ea HTTP/1.1" 404 173 0.003549 10.0.0.130 - - [2026-02-23 02:20:59] "GET /projects?obj_uuids=d527dfbd-dfc7-4499-a56c-ab1a88371565&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000992 10.0.0.130 - - [2026-02-23 02:20:59] "GET /project/d527dfbd-dfc7-4499-a56c-ab1a88371565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.030568 10.0.0.130 - - [2026-02-23 02:20:59] "GET /projects?obj_uuids=d527dfbd-dfc7-4499-a56c-ab1a88371565&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001014 10.0.0.130 - - [2026-02-23 02:20:59] "GET /project/d527dfbd-dfc7-4499-a56c-ab1a88371565?fields=security_groups HTTP/1.1" 200 1377 0.068816 10.0.0.130 - - [2026-02-23 02:20:59] "DELETE /security-group/0d704720-def8-40f1-b10a-9a69e86e7ae0 HTTP/1.1" 200 115 0.033251 10.0.0.130 - - [2026-02-23 02:20:59] "GET /projects?obj_uuids=d527dfbd-dfc7-4499-a56c-ab1a88371565&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001119 10.0.0.130 - - [2026-02-23 02:20:59] "DELETE /access-control-list/eb6ba6e6-73e6-49a1-a31a-da1e91984f8f HTTP/1.1" 200 115 0.033676 10.0.0.130 - - [2026-02-23 02:20:59] "GET /project/d527dfbd-dfc7-4499-a56c-ab1a88371565?fields=application_policy_sets HTTP/1.1" 200 1416 0.055644 10.0.0.130 - - [2026-02-23 02:20:59] "DELETE /access-control-list/3d7c9125-0872-400c-b629-9677c4015f12 HTTP/1.1" 200 115 0.053323 10.0.0.130 - - [2026-02-23 02:21:00] "DELETE /project/d527dfbd-dfc7-4499-a56c-ab1a88371565 HTTP/1.1" 200 115 0.380135 10.0.0.130 - - [2026-02-23 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002486 10.0.0.130 - - [2026-02-23 02:21:01] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002587 10.0.0.130 - - [2026-02-23 02:21:01] "GET /virtual-networks?parent_id=05b89746-5e6f-4032-b717-1570ebb482ea&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002481 10.0.0.130 - - [2026-02-23 02:21:01] "GET /virtual-network/84967ca8-b279-49eb-b667-e34d53e26b6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004838 10.0.0.130 - - [2026-02-23 02:21:01] "POST /neutron/port HTTP/1.1" 200 1127 0.011883 10.0.0.130 - - [2026-02-23 02:21:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005676 10.0.0.130 - - [2026-02-23 02:21:01] "POST /neutron/port HTTP/1.1" 200 1127 0.010695 10.0.0.130 - - [2026-02-23 02:21:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005788 10.0.0.130 - - [2026-02-23 02:21:01] "POST /neutron/port HTTP/1.1" 200 1127 0.014498 10.0.0.130 - - [2026-02-23 02:21:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005731 10.0.0.130 - - [2026-02-23 02:21:01] "GET /virtual-machine/800e34a6-9b73-487d-a257-25f835e4e18a HTTP/1.1" 200 1295 0.004127 10.0.0.130 - - [2026-02-23 02:21:01] "GET /virtual-machine-interface/3d508143-60ff-4b36-af05-bfaf9dfcae68 HTTP/1.1" 200 2953 0.004198 10.0.0.130 - - [2026-02-23 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002572 10.0.0.130 - - [2026-02-23 02:21:01] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003106 10.0.0.130 - - [2026-02-23 02:21:01] "GET /virtual-networks?parent_id=05b89746-5e6f-4032-b717-1570ebb482ea&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002772 10.0.0.130 - - [2026-02-23 02:21:01] "GET /virtual-network/84967ca8-b279-49eb-b667-e34d53e26b6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005785 10.0.0.130 - - [2026-02-23 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002446 10.0.0.130 - - [2026-02-23 02:21:02] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002926 10.0.0.130 - - [2026-02-23 02:21:02] "GET /virtual-networks?parent_id=05b89746-5e6f-4032-b717-1570ebb482ea&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002465 10.0.0.130 - - [2026-02-23 02:21:02] "GET /virtual-network/84967ca8-b279-49eb-b667-e34d53e26b6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005164 10.0.0.130 - - [2026-02-23 02:21:05] "GET /obj-perms HTTP/1.1" 200 5075 0.062491 10.0.0.130 - - [2026-02-23 02:21:05] "GET /obj-perms HTTP/1.1" 200 5075 0.060571 10.0.0.130 - - [2026-02-23 02:21:07] "POST /neutron/network HTTP/1.1" 200 827 0.005504 10.0.0.130 - - [2026-02-23 02:21:07] "POST /neutron/network HTTP/1.1" 400 204 0.013909 10.0.0.130 - - [2026-02-23 02:21:07] "POST /neutron/port HTTP/1.1" 200 1127 0.010155 10.0.0.130 - - [2026-02-23 02:21:07] "POST /neutron/port HTTP/1.1" 200 1117 0.009948 10.0.0.130 - - [2026-02-23 02:21:07] "POST /neutron/port HTTP/1.1" 200 1127 0.010673 10.0.0.130 - - [2026-02-23 02:21:07] "POST /neutron/port HTTP/1.1" 200 1117 0.010383 10.0.0.130 - - [2026-02-23 02:21:07] "POST /neutron/port HTTP/1.1" 200 151 0.111981 10.0.0.130 - - [2026-02-23 02:21:08] "POST /neutron/port HTTP/1.1" 200 151 0.108586 10.0.0.130 - - [2026-02-23 02:21:09] "POST /neutron/network HTTP/1.1" 200 827 0.004680 10.0.0.130 - - [2026-02-23 02:21:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003091 10.0.0.130 - - [2026-02-23 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.130 - - [2026-02-23 02:21:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001503 10.0.0.130 - - [2026-02-23 02:21:09] "POST /neutron/network HTTP/1.1" 200 151 0.079006 10.0.0.130 - - [2026-02-23 02:21:09] "DELETE /route-target/295dd2f7-3942-4249-a136-365cf8e8bd8d HTTP/1.1" 200 115 0.011781 10.0.0.130 - - [2026-02-23 02:21:09] "GET /projects?obj_uuids=05b89746-5e6f-4032-b717-1570ebb482ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000873 10.0.0.130 - - [2026-02-23 02:21:09] "GET /project/05b89746-5e6f-4032-b717-1570ebb482ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.018795 10.0.0.130 - - [2026-02-23 02:21:09] "GET /projects?obj_uuids=05b89746-5e6f-4032-b717-1570ebb482ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000867 10.0.0.130 - - [2026-02-23 02:21:09] "GET /project/05b89746-5e6f-4032-b717-1570ebb482ea?fields=virtual_networks HTTP/1.1" 200 1045 0.063787 10.0.0.130 - - [2026-02-23 02:21:09] "GET /projects?obj_uuids=05b89746-5e6f-4032-b717-1570ebb482ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000994 10.0.0.130 - - [2026-02-23 02:21:09] "GET /project/05b89746-5e6f-4032-b717-1570ebb482ea?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.021831 10.0.0.130 - - [2026-02-23 02:21:09] "GET /projects?obj_uuids=05b89746-5e6f-4032-b717-1570ebb482ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000969 10.0.0.130 - - [2026-02-23 02:21:10] "GET /project/05b89746-5e6f-4032-b717-1570ebb482ea?fields=security_groups HTTP/1.1" 200 1273 0.028609 10.0.0.130 - - [2026-02-23 02:21:10] "POST /fqname-to-id HTTP/1.1" 404 188 0.026092 10.0.0.130 - - [2026-02-23 02:21:10] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002409 10.0.0.130 - - [2026-02-23 02:21:10] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000830 10.0.0.130 - - [2026-02-23 02:21:10] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006842 10.0.0.130 - - [2026-02-23 02:21:11] "POST /id-to-fqname HTTP/1.1" 200 190 0.001029 10.0.0.130 - - [2026-02-23 02:21:11] "POST /fqname-to-id HTTP/1.1" 404 199 0.001780 10.0.0.130 - - [2026-02-23 02:21:11] "POST /security-groups HTTP/1.1" 200 591 0.060857 10.0.0.130 - - [2026-02-23 02:21:11] "POST /fqname-to-id HTTP/1.1" 404 234 0.003528 10.0.0.130 - - [2026-02-23 02:21:11] "POST /projects HTTP/1.1" 200 585 0.213500 10.0.0.130 - - [2026-02-23 02:21:11] "POST /access-control-lists HTTP/1.1" 200 598 0.056344 10.0.0.130 - - [2026-02-23 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.282293 10.0.0.130 - - [2026-02-23 02:21:11] "POST /fqname-to-id HTTP/1.1" 404 233 0.002498 10.0.0.130 - - [2026-02-23 02:21:11] "GET /project/59043d2e-3a7f-438a-8a1a-9fe63cd1b09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.398023 10.0.0.130 - - [2026-02-23 02:21:11] "POST /access-control-lists HTTP/1.1" 200 596 0.060097 10.0.0.130 - - [2026-02-23 02:21:12] "GET / HTTP/1.1" 200 36215 0.001851 10.0.0.130 - - [2026-02-23 02:21:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000583 10.0.0.130 - - [2026-02-23 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.059549 10.0.0.130 - - [2026-02-23 02:21:13] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001075 10.0.0.130 - - [2026-02-23 02:21:13] "GET /project/59043d2e-3a7f-438a-8a1a-9fe63cd1b09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.021054 10.0.0.130 - - [2026-02-23 02:21:13] "POST /neutron/network HTTP/1.1" 200 117 0.029327 10.0.0.130 - - [2026-02-23 02:21:13] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001141 10.0.0.130 - - [2026-02-23 02:21:13] "POST /neutron/network HTTP/1.1" 200 625 0.053135 10.0.0.130 - - [2026-02-23 02:21:13] "POST /route-targets HTTP/1.1" 200 328 0.010134 10.0.0.130 - - [2026-02-23 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.010298 10.0.0.130 - - [2026-02-23 02:21:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002503 10.0.0.130 - - [2026-02-23 02:21:13] "POST /neutron/subnet HTTP/1.1" 200 701 0.157843 10.0.0.130 - - [2026-02-23 02:21:13] "POST /neutron/network HTTP/1.1" 200 839 0.004302 10.0.0.130 - - [2026-02-23 02:21:13] "POST /id-to-fqname HTTP/1.1" 200 230 0.001310 10.0.0.130 - - [2026-02-23 02:21:13] "GET /virtual-network/6d12ea2c-b985-4591-b3a4-b3cd933bacf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004080 10.0.0.130 - - [2026-02-23 02:21:13] "POST /neutron/network HTTP/1.1" 200 839 0.005029 10.0.0.130 - - [2026-02-23 02:21:13] "GET /virtual-network/6d12ea2c-b985-4591-b3a4-b3cd933bacf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003919 10.0.0.130 - - [2026-02-23 02:21:13] "POST /neutron/network HTTP/1.1" 200 839 0.004569 10.0.0.130 - - [2026-02-23 02:21:13] "POST /neutron/subnet HTTP/1.1" 200 701 0.005748 10.0.0.130 - - [2026-02-23 02:21:13] "POST /neutron/network HTTP/1.1" 200 839 0.004547 10.0.0.130 - - [2026-02-23 02:21:13] "POST /id-to-fqname HTTP/1.1" 200 230 0.000995 10.0.0.130 - - [2026-02-23 02:21:14] "POST /neutron/network HTTP/1.1" 200 849 0.004553 10.0.0.130 - - [2026-02-23 02:21:14] "GET /aaa-mode HTTP/1.1" 401 293 0.000352 10.0.0.130 - - [2026-02-23 02:21:14] "GET / HTTP/1.1" 200 36215 0.001579 10.0.0.130 - - [2026-02-23 02:21:14] "GET /project/59043d2e-3a7f-438a-8a1a-9fe63cd1b09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000336 10.0.0.130 - - [2026-02-23 02:21:14] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001244 10.0.0.130 - - [2026-02-23 02:21:14] "GET /project/59043d2e-3a7f-438a-8a1a-9fe63cd1b09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.042727 10.0.0.130 - - [2026-02-23 02:21:14] "POST /neutron/network HTTP/1.1" 200 839 0.004103 10.0.0.130 - - [2026-02-23 02:21:14] "POST /neutron/port HTTP/1.1" 200 117 0.004401 10.0.0.130 - - [2026-02-23 02:21:14] "POST /neutron/port HTTP/1.1" 200 117 0.004244 10.0.0.130 - - [2026-02-23 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002374 10.0.0.130 - - [2026-02-23 02:21:14] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002571 10.0.0.130 - - [2026-02-23 02:21:14] "PUT /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd HTTP/1.1" 200 277 0.009317 10.0.0.130 - - [2026-02-23 02:21:15] "POST /neutron/port HTTP/1.1" 200 117 0.005244 10.0.0.130 - - [2026-02-23 02:21:15] "POST /neutron/network HTTP/1.1" 200 849 0.004720 10.0.0.130 - - [2026-02-23 02:21:15] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000887 10.0.0.130 - - [2026-02-23 02:21:15] "POST /neutron/port HTTP/1.1" 200 1055 0.158551 10.0.0.130 - - [2026-02-23 02:21:15] "POST /neutron/port HTTP/1.1" 200 1055 0.008510 10.0.0.130 - - [2026-02-23 02:21:15] "POST /neutron/port HTTP/1.1" 200 1055 0.009557 10.0.0.130 - - [2026-02-23 02:21:15] "POST /neutron/port HTTP/1.1" 200 1109 0.048771 10.0.0.130 - - [2026-02-23 02:21:15] "POST /neutron/port HTTP/1.1" 200 1119 0.010953 10.0.0.130 - - [2026-02-23 02:21:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002530 10.0.0.130 - - [2026-02-23 02:21:15] "POST /neutron/subnet HTTP/1.1" 200 675 0.005439 10.0.0.130 - - [2026-02-23 02:21:15] "POST /neutron/port HTTP/1.1" 200 117 0.000984 10.0.0.130 - - [2026-02-23 02:21:15] "POST /neutron/network HTTP/1.1" 200 839 0.006647 10.0.0.130 - - [2026-02-23 02:21:20] "POST /neutron/port HTTP/1.1" 200 1119 0.011737 10.0.0.130 - - [2026-02-23 02:21:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004878 10.0.0.130 - - [2026-02-23 02:21:20] "POST /neutron/port HTTP/1.1" 200 1119 0.017035 10.0.0.130 - - [2026-02-23 02:21:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004833 10.0.0.130 - - [2026-02-23 02:21:20] "POST /neutron/port HTTP/1.1" 200 1119 0.010406 10.0.0.130 - - [2026-02-23 02:21:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005815 10.0.0.130 - - [2026-02-23 02:21:20] "GET /virtual-machine/8ba010e2-fd3a-41e0-84ce-e93b3543d9ef HTTP/1.1" 401 293 0.000430 10.0.0.130 - - [2026-02-23 02:21:20] "GET /virtual-machine/8ba010e2-fd3a-41e0-84ce-e93b3543d9ef HTTP/1.1" 200 1294 0.027768 10.0.0.130 - - [2026-02-23 02:21:20] "GET /virtual-machine-interface/b5f0d373-e458-48dd-8786-348c12e94b33 HTTP/1.1" 200 2978 0.004286 10.0.0.130 - - [2026-02-23 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002310 10.0.0.130 - - [2026-02-23 02:21:20] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.003132 10.0.0.130 - - [2026-02-23 02:21:20] "GET /virtual-networks?parent_id=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002487 10.0.0.130 - - [2026-02-23 02:21:20] "GET /virtual-network/6d12ea2c-b985-4591-b3a4-b3cd933bacf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004735 10.0.0.130 - - [2026-02-23 02:21:23] "POST /neutron/port HTTP/1.1" 200 1119 0.010808 10.0.0.130 - - [2026-02-23 02:21:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004569 10.0.0.130 - - [2026-02-23 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002465 10.0.0.130 - - [2026-02-23 02:21:24] "GET /virtual-network/6d12ea2c-b985-4591-b3a4-b3cd933bacf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003870 10.0.0.130 - - [2026-02-23 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002316 10.0.0.130 - - [2026-02-23 02:21:26] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002605 10.0.0.130 - - [2026-02-23 02:21:26] "GET /virtual-networks?parent_id=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002540 10.0.0.130 - - [2026-02-23 02:21:26] "GET /virtual-network/6d12ea2c-b985-4591-b3a4-b3cd933bacf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004414 10.0.0.130 - - [2026-02-23 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.130 - - [2026-02-23 02:21:28] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.003019 10.0.0.130 - - [2026-02-23 02:21:28] "PUT /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd HTTP/1.1" 200 277 0.008686 10.0.0.130 - - [2026-02-23 02:21:28] "POST /neutron/network HTTP/1.1" 200 839 0.005937 10.0.0.130 - - [2026-02-23 02:21:28] "POST /neutron/network HTTP/1.1" 400 204 0.011551 10.0.0.130 - - [2026-02-23 02:21:28] "POST /neutron/port HTTP/1.1" 200 1119 0.011139 10.0.0.130 - - [2026-02-23 02:21:28] "POST /neutron/port HTTP/1.1" 200 1109 0.008272 10.0.0.130 - - [2026-02-23 02:21:28] "POST /neutron/port HTTP/1.1" 200 151 0.079200 10.0.0.130 - - [2026-02-23 02:21:30] "POST /neutron/network HTTP/1.1" 200 839 0.004885 10.0.0.130 - - [2026-02-23 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.130 - - [2026-02-23 02:21:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002545 10.0.0.130 - - [2026-02-23 02:21:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002085 10.0.0.130 - - [2026-02-23 02:21:30] "POST /neutron/network HTTP/1.1" 200 151 0.068865 10.0.0.130 - - [2026-02-23 02:21:30] "DELETE /route-target/d860e412-85fe-4c07-a4b1-ddf98cd845b5 HTTP/1.1" 200 115 0.016135 10.0.0.130 - - [2026-02-23 02:21:30] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.003090 10.0.0.130 - - [2026-02-23 02:21:30] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd HTTP/1.1" 200 1884 0.002586 10.0.0.130 - - [2026-02-23 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001847 10.0.0.130 - - [2026-02-23 02:21:30] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000890 10.0.0.130 - - [2026-02-23 02:21:31] "GET /project/59043d2e-3a7f-438a-8a1a-9fe63cd1b09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.027682 10.0.0.130 - - [2026-02-23 02:21:31] "POST /neutron/network HTTP/1.1" 200 117 0.006993 10.0.0.130 - - [2026-02-23 02:21:31] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000837 10.0.0.130 - - [2026-02-23 02:21:31] "POST /neutron/network HTTP/1.1" 200 605 0.062692 10.0.0.130 - - [2026-02-23 02:21:31] "POST /route-targets HTTP/1.1" 200 328 0.012324 10.0.0.130 - - [2026-02-23 02:21:31] "POST /ref-update HTTP/1.1" 200 156 0.011311 10.0.0.130 - - [2026-02-23 02:21:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003091 10.0.0.130 - - [2026-02-23 02:21:31] "POST /neutron/subnet HTTP/1.1" 200 725 0.123158 10.0.0.130 - - [2026-02-23 02:21:31] "POST /neutron/network HTTP/1.1" 200 824 0.004646 10.0.0.130 - - [2026-02-23 02:21:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.000985 10.0.0.130 - - [2026-02-23 02:21:31] "GET /virtual-network/60426f54-f55a-4f77-ac37-0259c1e29a32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003798 10.0.0.130 - - [2026-02-23 02:21:31] "POST /neutron/network HTTP/1.1" 200 824 0.004967 10.0.0.130 - - [2026-02-23 02:21:31] "GET /virtual-network/60426f54-f55a-4f77-ac37-0259c1e29a32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004018 10.0.0.130 - - [2026-02-23 02:21:31] "POST /neutron/network HTTP/1.1" 200 824 0.004869 10.0.0.130 - - [2026-02-23 02:21:31] "POST /neutron/subnet HTTP/1.1" 200 725 0.005278 10.0.0.130 - - [2026-02-23 02:21:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.001016 10.0.0.130 - - [2026-02-23 02:21:31] "POST /neutron/network HTTP/1.1" 200 834 0.004706 10.0.0.130 - - [2026-02-23 02:21:31] "GET /aaa-mode HTTP/1.1" 401 293 0.000505 10.0.0.130 - - [2026-02-23 02:21:31] "GET / HTTP/1.1" 200 36215 0.002370 10.0.0.130 - - [2026-02-23 02:21:31] "GET /project/59043d2e-3a7f-438a-8a1a-9fe63cd1b09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000351 10.0.0.130 - - [2026-02-23 02:21:32] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000978 10.0.0.130 - - [2026-02-23 02:21:32] "GET /project/59043d2e-3a7f-438a-8a1a-9fe63cd1b09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.054857 10.0.0.130 - - [2026-02-23 02:21:32] "POST /neutron/network HTTP/1.1" 200 824 0.004808 10.0.0.130 - - [2026-02-23 02:21:32] "POST /neutron/port HTTP/1.1" 200 117 0.004114 10.0.0.130 - - [2026-02-23 02:21:32] "POST /neutron/port HTTP/1.1" 200 117 0.005325 10.0.0.130 - - [2026-02-23 02:21:32] "POST /neutron/port HTTP/1.1" 200 117 0.004480 10.0.0.130 - - [2026-02-23 02:21:32] "POST /neutron/network HTTP/1.1" 200 834 0.004903 10.0.0.130 - - [2026-02-23 02:21:32] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000949 10.0.0.130 - - [2026-02-23 02:21:33] "POST /neutron/port HTTP/1.1" 200 1060 0.230953 10.0.0.130 - - [2026-02-23 02:21:33] "POST /neutron/port HTTP/1.1" 200 1060 0.008358 10.0.0.130 - - [2026-02-23 02:21:33] "POST /neutron/port HTTP/1.1" 200 1060 0.009530 10.0.0.130 - - [2026-02-23 02:21:33] "POST /neutron/port HTTP/1.1" 200 1114 0.048947 10.0.0.130 - - [2026-02-23 02:21:33] "POST /neutron/port HTTP/1.1" 200 1124 0.011791 10.0.0.130 - - [2026-02-23 02:21:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002777 10.0.0.130 - - [2026-02-23 02:21:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.005282 10.0.0.130 - - [2026-02-23 02:21:33] "POST /neutron/port HTTP/1.1" 200 117 0.001005 10.0.0.130 - - [2026-02-23 02:21:33] "POST /neutron/network HTTP/1.1" 200 824 0.004537 10.0.0.130 - - [2026-02-23 02:21:37] "POST /neutron/port HTTP/1.1" 200 1124 0.011407 10.0.0.130 - - [2026-02-23 02:21:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005036 10.0.0.130 - - [2026-02-23 02:21:37] "POST /neutron/port HTTP/1.1" 200 1124 0.010659 10.0.0.130 - - [2026-02-23 02:21:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005146 10.0.0.130 - - [2026-02-23 02:21:37] "POST /neutron/port HTTP/1.1" 200 1124 0.011691 10.0.0.130 - - [2026-02-23 02:21:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005480 10.0.0.130 - - [2026-02-23 02:21:37] "GET /virtual-machine/60782aa2-cf01-483d-a602-d568b97a70b2 HTTP/1.1" 200 1294 0.003972 10.0.0.130 - - [2026-02-23 02:21:37] "GET /virtual-machine-interface/2d631e12-c2b6-4788-8360-3e39a824bb99 HTTP/1.1" 200 2947 0.004285 10.0.0.130 - - [2026-02-23 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.130 - - [2026-02-23 02:21:37] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003156 10.0.0.130 - - [2026-02-23 02:21:37] "GET /virtual-networks?parent_id=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002457 10.0.0.130 - - [2026-02-23 02:21:37] "GET /virtual-network/60426f54-f55a-4f77-ac37-0259c1e29a32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005854 10.0.0.130 - - [2026-02-23 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.130 - - [2026-02-23 02:21:41] "GET /virtual-network/60426f54-f55a-4f77-ac37-0259c1e29a32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005630 10.0.0.130 - - [2026-02-23 02:21:41] "POST /neutron/port HTTP/1.1" 200 1124 0.010611 10.0.0.130 - - [2026-02-23 02:21:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005366 10.0.0.130 - - [2026-02-23 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.130 - - [2026-02-23 02:21:43] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002990 10.0.0.130 - - [2026-02-23 02:21:43] "GET /virtual-networks?parent_id=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002598 10.0.0.130 - - [2026-02-23 02:21:43] "GET /virtual-network/60426f54-f55a-4f77-ac37-0259c1e29a32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004672 10.0.0.130 - - [2026-02-23 02:21:43] "POST /neutron/port HTTP/1.1" 200 1124 0.009936 10.0.0.130 - - [2026-02-23 02:21:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005685 10.0.0.130 - - [2026-02-23 02:21:49] "POST /neutron/port HTTP/1.1" 200 1124 0.010784 10.0.0.130 - - [2026-02-23 02:21:49] "POST /neutron/port HTTP/1.1" 200 1124 0.011912 10.0.0.130 - - [2026-02-23 02:21:49] "POST /neutron/network HTTP/1.1" 200 834 0.004462 10.0.0.130 - - [2026-02-23 02:21:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003064 10.0.0.130 - - [2026-02-23 02:21:49] "POST /neutron/subnet HTTP/1.1" 200 699 0.005608 10.0.0.130 - - [2026-02-23 02:21:49] "POST /neutron/port HTTP/1.1" 200 117 0.000982 10.0.0.130 - - [2026-02-23 02:21:49] "POST /neutron/network HTTP/1.1" 200 824 0.004546 10.0.0.130 - - [2026-02-23 02:21:50] "POST /neutron/network HTTP/1.1" 200 824 0.004727 10.0.0.130 - - [2026-02-23 02:21:50] "POST /neutron/network HTTP/1.1" 400 204 0.009445 10.0.0.130 - - [2026-02-23 02:21:50] "POST /neutron/port HTTP/1.1" 200 1124 0.009993 10.0.0.130 - - [2026-02-23 02:21:50] "POST /neutron/port HTTP/1.1" 200 1114 0.008549 10.0.0.130 - - [2026-02-23 02:21:50] "POST /neutron/port HTTP/1.1" 200 151 0.080079 10.0.0.130 - - [2026-02-23 02:21:52] "POST /neutron/network HTTP/1.1" 200 824 0.005708 10.0.0.130 - - [2026-02-23 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.130 - - [2026-02-23 02:21:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002491 10.0.0.130 - - [2026-02-23 02:21:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001637 10.0.0.130 - - [2026-02-23 02:21:52] "POST /neutron/network HTTP/1.1" 200 151 0.066133 10.0.0.130 - - [2026-02-23 02:21:52] "DELETE /route-target/fceef1e0-48c0-436e-af7e-45e73f08b16b HTTP/1.1" 200 115 0.014246 10.0.0.130 - - [2026-02-23 02:21:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002460 10.0.0.130 - - [2026-02-23 02:21:53] "POST /network-ipams HTTP/1.1" 200 543 0.014385 10.0.0.130 - - [2026-02-23 02:21:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.002472 10.0.0.130 - - [2026-02-23 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.130 - - [2026-02-23 02:21:53] "GET /network-ipam/7c4eaf8c-3802-4720-976b-cc5d267b4bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.004297 10.0.0.130 - - [2026-02-23 02:21:53] "PUT /network-ipam/7c4eaf8c-3802-4720-976b-cc5d267b4bd5 HTTP/1.1" 200 259 0.010032 10.0.0.130 - - [2026-02-23 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002526 10.0.0.130 - - [2026-02-23 02:21:53] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000917 10.0.0.130 - - [2026-02-23 02:21:53] "GET /project/59043d2e-3a7f-438a-8a1a-9fe63cd1b09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.022863 10.0.0.130 - - [2026-02-23 02:21:53] "POST /neutron/network HTTP/1.1" 200 117 0.007601 10.0.0.130 - - [2026-02-23 02:21:53] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001125 10.0.0.130 - - [2026-02-23 02:21:53] "POST /neutron/network HTTP/1.1" 200 605 0.055945 10.0.0.130 - - [2026-02-23 02:21:53] "POST /route-targets HTTP/1.1" 200 328 0.009704 10.0.0.130 - - [2026-02-23 02:21:53] "POST /ref-update HTTP/1.1" 200 156 0.008868 10.0.0.130 - - [2026-02-23 02:21:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002743 10.0.0.130 - - [2026-02-23 02:21:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.139009 10.0.0.130 - - [2026-02-23 02:21:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003108 10.0.0.130 - - [2026-02-23 02:21:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.138335 10.0.0.130 - - [2026-02-23 02:21:53] "POST /neutron/network HTTP/1.1" 200 994 0.005704 10.0.0.130 - - [2026-02-23 02:21:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.000993 10.0.0.130 - - [2026-02-23 02:21:53] "GET /virtual-network/a0d2188f-e7ad-4d05-bbeb-0ae35fd73d07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004057 10.0.0.130 - - [2026-02-23 02:21:53] "POST /neutron/network HTTP/1.1" 200 994 0.006329 10.0.0.130 - - [2026-02-23 02:21:53] "GET /virtual-network/a0d2188f-e7ad-4d05-bbeb-0ae35fd73d07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005905 10.0.0.130 - - [2026-02-23 02:21:53] "POST /neutron/network HTTP/1.1" 200 994 0.007162 10.0.0.130 - - [2026-02-23 02:21:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.005678 10.0.0.130 - - [2026-02-23 02:21:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.005466 10.0.0.130 - - [2026-02-23 02:21:54] "POST /neutron/network HTTP/1.1" 200 994 0.005685 10.0.0.130 - - [2026-02-23 02:21:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.005492 10.0.0.130 - - [2026-02-23 02:21:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.005565 10.0.0.130 - - [2026-02-23 02:21:54] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000978 10.0.0.130 - - [2026-02-23 02:21:54] "POST /neutron/port HTTP/1.1" 200 1017 0.147074 10.0.0.130 - - [2026-02-23 02:21:54] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000868 10.0.0.130 - - [2026-02-23 02:21:54] "POST /neutron/port HTTP/1.1" 200 1017 0.141612 10.0.0.130 - - [2026-02-23 02:21:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001112 10.0.0.130 - - [2026-02-23 02:21:54] "POST /neutron/port HTTP/1.1" 200 1017 0.007651 10.0.0.130 - - [2026-02-23 02:21:54] "POST /neutron/port HTTP/1.1" 200 1017 0.008141 10.0.0.130 - - [2026-02-23 02:21:54] "POST /neutron/network HTTP/1.1" 200 994 0.006442 10.0.0.130 - - [2026-02-23 02:21:54] "POST /neutron/port HTTP/1.1" 200 1017 0.007937 10.0.0.130 - - [2026-02-23 02:21:54] "POST /neutron/port HTTP/1.1" 200 117 0.004105 10.0.0.130 - - [2026-02-23 02:21:54] "POST /neutron/port HTTP/1.1" 200 1017 0.007117 10.0.0.130 - - [2026-02-23 02:21:54] "POST /neutron/port HTTP/1.1" 200 117 0.003558 10.0.0.130 - - [2026-02-23 02:21:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001136 10.0.0.130 - - [2026-02-23 02:21:54] "POST /neutron/port HTTP/1.1" 200 117 0.004297 10.0.0.130 - - [2026-02-23 02:21:54] "POST /neutron/port HTTP/1.1" 200 1017 0.009204 10.0.0.130 - - [2026-02-23 02:21:54] "POST /neutron/port HTTP/1.1" 200 1017 0.019184 10.0.0.130 - - [2026-02-23 02:21:54] "POST /neutron/network HTTP/1.1" 200 994 0.005986 10.0.0.130 - - [2026-02-23 02:21:54] "POST /neutron/port HTTP/1.1" 200 1017 0.006840 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/port HTTP/1.1" 200 1017 0.009070 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/port HTTP/1.1" 200 117 0.007021 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/port HTTP/1.1" 200 117 0.003926 10.0.0.130 - - [2026-02-23 02:21:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.001186 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/port HTTP/1.1" 200 117 0.005160 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/port HTTP/1.1" 200 1017 0.011686 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/network HTTP/1.1" 200 1004 0.005094 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/port HTTP/1.1" 200 1017 0.008711 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/port HTTP/1.1" 200 1017 0.011389 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/network HTTP/1.1" 200 1004 0.005949 10.0.0.130 - - [2026-02-23 02:21:55] "GET /aaa-mode HTTP/1.1" 401 293 0.000528 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/port HTTP/1.1" 200 1109 0.080081 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/port HTTP/1.1" 200 1119 0.010128 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006252 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/subnet HTTP/1.1" 200 673 0.009339 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/port HTTP/1.1" 200 117 0.001401 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/network HTTP/1.1" 200 994 0.008248 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/port HTTP/1.1" 200 1017 0.008814 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/network HTTP/1.1" 200 1004 0.005253 10.0.0.130 - - [2026-02-23 02:21:55] "GET / HTTP/1.1" 200 36215 0.001324 10.0.0.130 - - [2026-02-23 02:21:55] "GET /project/59043d2e-3a7f-438a-8a1a-9fe63cd1b09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000345 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/port HTTP/1.1" 200 1017 0.009475 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/port HTTP/1.1" 200 1017 0.006820 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/port HTTP/1.1" 200 1109 0.073936 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/port HTTP/1.1" 200 1119 0.011518 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002832 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/subnet HTTP/1.1" 200 673 0.011796 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.130 - - [2026-02-23 02:21:55] "POST /neutron/network HTTP/1.1" 200 994 0.013375 10.0.0.130 - - [2026-02-23 02:21:56] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000944 10.0.0.130 - - [2026-02-23 02:21:56] "GET /project/59043d2e-3a7f-438a-8a1a-9fe63cd1b09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.066866 10.0.0.130 - - [2026-02-23 02:21:56] "POST /neutron/network HTTP/1.1" 200 994 0.009491 10.0.0.130 - - [2026-02-23 02:21:56] "POST /neutron/port HTTP/1.1" 200 2086 0.020057 10.0.0.130 - - [2026-02-23 02:21:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007875 10.0.0.130 - - [2026-02-23 02:21:56] "POST /neutron/port HTTP/1.1" 200 117 0.004092 10.0.0.130 - - [2026-02-23 02:21:56] "GET /domains HTTP/1.1" 200 281 0.002120 10.0.0.130 - - [2026-02-23 02:21:56] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000820 10.0.0.130 - - [2026-02-23 02:21:56] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2772 0.009979 10.0.0.130 - - [2026-02-23 02:21:56] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001292 10.0.0.130 - - [2026-02-23 02:21:56] "GET /project/59043d2e-3a7f-438a-8a1a-9fe63cd1b09b HTTP/1.1" 200 2860 0.074398 10.0.0.130 - - [2026-02-23 02:21:56] "GET /network-ipam/7c4eaf8c-3802-4720-976b-cc5d267b4bd5 HTTP/1.1" 200 2649 0.011052 10.0.0.130 - - [2026-02-23 02:21:56] "GET /domains HTTP/1.1" 200 281 0.004150 10.0.0.130 - - [2026-02-23 02:21:56] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001044 10.0.0.130 - - [2026-02-23 02:21:56] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2772 0.006372 10.0.0.130 - - [2026-02-23 02:21:56] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000846 10.0.0.130 - - [2026-02-23 02:21:56] "GET /project/59043d2e-3a7f-438a-8a1a-9fe63cd1b09b HTTP/1.1" 200 2860 0.069972 10.0.0.130 - - [2026-02-23 02:21:56] "GET /virtual-network/a0d2188f-e7ad-4d05-bbeb-0ae35fd73d07 HTTP/1.1" 200 3789 0.006869 10.0.0.130 - - [2026-02-23 02:21:56] "GET /virtual-network/a0d2188f-e7ad-4d05-bbeb-0ae35fd73d07 HTTP/1.1" 200 3789 0.006668 10.0.0.130 - - [2026-02-23 02:21:56] "GET /routing-instance/641e8038-8658-429e-94e4-d85649b6ad83 HTTP/1.1" 200 2385 0.004216 10.0.0.130 - - [2026-02-23 02:21:56] "GET /routing-instance/641e8038-8658-429e-94e4-d85649b6ad83 HTTP/1.1" 200 2385 0.004817 10.0.0.130 - - [2026-02-23 02:21:56] "GET /route-target/1e5a6d3b-96a4-4bc0-ae1e-69292f23e999 HTTP/1.1" 200 1206 0.005965 10.0.0.130 - - [2026-02-23 02:21:56] "GET /virtual-network/a0d2188f-e7ad-4d05-bbeb-0ae35fd73d07 HTTP/1.1" 200 3789 0.005915 10.0.0.130 - - [2026-02-23 02:21:56] "GET /routing-instance/641e8038-8658-429e-94e4-d85649b6ad83 HTTP/1.1" 200 2385 0.004030 10.0.0.130 - - [2026-02-23 02:21:56] "GET /virtual-network/a0d2188f-e7ad-4d05-bbeb-0ae35fd73d07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004043 10.0.0.130 - - [2026-02-23 02:21:56] "GET /virtual-network/a0d2188f-e7ad-4d05-bbeb-0ae35fd73d07 HTTP/1.1" 200 3789 0.004013 10.0.0.130 - - [2026-02-23 02:21:56] "GET /routing-instance/641e8038-8658-429e-94e4-d85649b6ad83 HTTP/1.1" 200 2385 0.002945 10.0.0.130 - - [2026-02-23 02:21:56] "GET /routing-instance/641e8038-8658-429e-94e4-d85649b6ad83 HTTP/1.1" 200 2385 0.004620 10.0.0.130 - - [2026-02-23 02:21:56] "GET /route-target/1e5a6d3b-96a4-4bc0-ae1e-69292f23e999 HTTP/1.1" 200 1206 0.002940 10.0.0.130 - - [2026-02-23 02:21:56] "GET /domains HTTP/1.1" 200 281 0.002185 10.0.0.130 - - [2026-02-23 02:21:56] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000827 10.0.0.130 - - [2026-02-23 02:21:56] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2772 0.006345 10.0.0.130 - - [2026-02-23 02:21:56] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000880 10.0.0.130 - - [2026-02-23 02:21:56] "POST /neutron/network HTTP/1.1" 200 1004 0.004673 10.0.0.130 - - [2026-02-23 02:21:56] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000893 10.0.0.130 - - [2026-02-23 02:21:56] "GET /project/59043d2e-3a7f-438a-8a1a-9fe63cd1b09b HTTP/1.1" 200 2860 0.081294 10.0.0.130 - - [2026-02-23 02:21:56] "GET /virtual-network/a0d2188f-e7ad-4d05-bbeb-0ae35fd73d07 HTTP/1.1" 200 3789 0.007015 10.0.0.130 - - [2026-02-23 02:21:57] "POST /neutron/port HTTP/1.1" 200 1055 0.285503 10.0.0.130 - - [2026-02-23 02:21:57] "POST /neutron/port HTTP/1.1" 200 1055 0.008953 10.0.0.130 - - [2026-02-23 02:21:57] "POST /neutron/port HTTP/1.1" 200 1055 0.011242 10.0.0.130 - - [2026-02-23 02:21:57] "POST /neutron/port HTTP/1.1" 200 1109 0.074300 10.0.0.130 - - [2026-02-23 02:21:57] "POST /neutron/port HTTP/1.1" 200 1119 0.018430 10.0.0.130 - - [2026-02-23 02:21:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002866 10.0.0.130 - - [2026-02-23 02:21:57] "GET /obj-perms HTTP/1.1" 200 5049 0.062859 10.0.0.130 - - [2026-02-23 02:21:57] "POST /neutron/subnet HTTP/1.1" 200 673 0.009529 10.0.0.130 - - [2026-02-23 02:21:57] "POST /neutron/port HTTP/1.1" 200 117 0.001129 10.0.0.130 - - [2026-02-23 02:21:57] "POST /neutron/network HTTP/1.1" 200 994 0.007879 10.0.0.130 - - [2026-02-23 02:21:57] "POST /neutron/port HTTP/1.1" 200 1119 0.020513 10.0.0.130 - - [2026-02-23 02:21:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005058 10.0.0.130 - - [2026-02-23 02:21:57] "POST /neutron/port HTTP/1.1" 200 1119 0.013481 10.0.0.130 - - [2026-02-23 02:21:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007594 10.0.0.130 - - [2026-02-23 02:21:57] "POST /neutron/port HTTP/1.1" 200 1119 0.015019 10.0.0.130 - - [2026-02-23 02:21:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005486 10.0.0.130 - - [2026-02-23 02:21:57] "GET /virtual-machine/083ef33f-4422-4df1-917f-c7695ca957c5 HTTP/1.1" 200 1289 0.006258 10.0.0.130 - - [2026-02-23 02:21:57] "GET /virtual-machine-interface/b886e86c-a8fd-4655-bf69-08d718fb4607 HTTP/1.1" 200 2949 0.004464 10.0.0.130 - - [2026-02-23 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.130 - - [2026-02-23 02:21:57] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004096 10.0.0.130 - - [2026-02-23 02:21:57] "GET /virtual-networks?parent_id=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002493 10.0.0.130 - - [2026-02-23 02:21:57] "GET /virtual-network/a0d2188f-e7ad-4d05-bbeb-0ae35fd73d07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004934 10.0.0.130 - - [2026-02-23 02:22:00] "DELETE /project/59043d2e3a7f438a8a1a9fe63cd1b09b HTTP/1.1" 404 173 0.004817 10.0.0.130 - - [2026-02-23 02:22:00] "GET /projects?obj_uuids=05b89746-5e6f-4032-b717-1570ebb482ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001051 10.0.0.130 - - [2026-02-23 02:22:00] "GET /project/05b89746-5e6f-4032-b717-1570ebb482ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.021416 10.0.0.130 - - [2026-02-23 02:22:00] "GET /projects?obj_uuids=05b89746-5e6f-4032-b717-1570ebb482ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000901 10.0.0.130 - - [2026-02-23 02:22:00] "GET /project/05b89746-5e6f-4032-b717-1570ebb482ea?fields=security_groups HTTP/1.1" 200 1375 0.061429 10.0.0.130 - - [2026-02-23 02:22:00] "DELETE /security-group/0b1556b7-a886-4145-a3be-de8a656e44d1 HTTP/1.1" 200 115 0.039947 10.0.0.130 - - [2026-02-23 02:22:00] "GET /projects?obj_uuids=05b89746-5e6f-4032-b717-1570ebb482ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000856 10.0.0.130 - - [2026-02-23 02:22:00] "DELETE /access-control-list/07878557-c630-459c-8ef2-cad17798d9f0 HTTP/1.1" 200 115 0.034919 10.0.0.130 - - [2026-02-23 02:22:00] "GET /project/05b89746-5e6f-4032-b717-1570ebb482ea?fields=application_policy_sets HTTP/1.1" 200 1414 0.038214 10.0.0.130 - - [2026-02-23 02:22:00] "DELETE /access-control-list/cfc8ce3c-446a-45dc-9660-7e312997ef62 HTTP/1.1" 200 115 0.036166 10.0.0.130 - - [2026-02-23 02:22:00] "DELETE /project/05b89746-5e6f-4032-b717-1570ebb482ea HTTP/1.1" 200 115 0.330663 10.0.0.130 - - [2026-02-23 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.130 - - [2026-02-23 02:22:00] "GET /virtual-network/a0d2188f-e7ad-4d05-bbeb-0ae35fd73d07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005162 10.0.0.130 - - [2026-02-23 02:22:04] "POST /neutron/port HTTP/1.1" 200 1119 0.011259 10.0.0.130 - - [2026-02-23 02:22:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004649 10.0.0.130 - - [2026-02-23 02:22:04] "POST /neutron/port HTTP/1.1" 200 1119 0.014142 10.0.0.130 - - [2026-02-23 02:22:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006995 10.0.0.130 - - [2026-02-23 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.130 - - [2026-02-23 02:22:04] "GET /virtual-network/a0d2188f-e7ad-4d05-bbeb-0ae35fd73d07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006056 10.0.0.130 - - [2026-02-23 02:22:05] "POST /neutron/port HTTP/1.1" 200 1119 0.013556 10.0.0.130 - - [2026-02-23 02:22:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005324 10.0.0.130 - - [2026-02-23 02:22:06] "GET /obj-perms HTTP/1.1" 200 5075 0.056140 10.0.0.130 - - [2026-02-23 02:22:06] "GET /obj-perms HTTP/1.1" 200 5075 0.057478 10.0.0.130 - - [2026-02-23 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.130 - - [2026-02-23 02:22:07] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003761 10.0.0.130 - - [2026-02-23 02:22:07] "GET /virtual-networks?parent_id=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003693 10.0.0.130 - - [2026-02-23 02:22:07] "GET /virtual-network/a0d2188f-e7ad-4d05-bbeb-0ae35fd73d07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005241 10.0.0.130 - - [2026-02-23 02:22:07] "POST /neutron/port HTTP/1.1" 200 1119 0.010468 10.0.0.130 - - [2026-02-23 02:22:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006213 10.0.0.130 - - [2026-02-23 02:22:07] "POST /neutron/port HTTP/1.1" 200 1119 0.010969 10.0.0.130 - - [2026-02-23 02:22:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007050 10.0.0.130 - - [2026-02-23 02:22:07] "POST /neutron/port HTTP/1.1" 200 1119 0.009983 10.0.0.130 - - [2026-02-23 02:22:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005742 10.0.0.130 - - [2026-02-23 02:22:07] "GET /virtual-machine/710e5de9-9d79-4e16-a5c5-2e7ec6ac099d HTTP/1.1" 200 1290 0.003595 10.0.0.130 - - [2026-02-23 02:22:07] "GET /virtual-machine-interface/f61592b7-479d-495d-91e2-90fa5faaa54b HTTP/1.1" 200 2949 0.003824 10.0.0.130 - - [2026-02-23 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002251 10.0.0.130 - - [2026-02-23 02:22:07] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002646 10.0.0.130 - - [2026-02-23 02:22:07] "GET /virtual-networks?parent_id=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002611 10.0.0.130 - - [2026-02-23 02:22:07] "GET /virtual-network/a0d2188f-e7ad-4d05-bbeb-0ae35fd73d07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004821 10.0.0.130 - - [2026-02-23 02:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.130 - - [2026-02-23 02:22:08] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002560 10.0.0.130 - - [2026-02-23 02:22:08] "GET /virtual-networks?parent_id=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002950 10.0.0.130 - - [2026-02-23 02:22:08] "GET /virtual-network/a0d2188f-e7ad-4d05-bbeb-0ae35fd73d07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004826 10.0.0.130 - - [2026-02-23 02:22:09] "POST /neutron/port HTTP/1.1" 200 1119 0.012840 10.0.0.130 - - [2026-02-23 02:22:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004486 10.0.0.130 - - [2026-02-23 02:22:09] "POST /neutron/port HTTP/1.1" 200 1119 0.010540 10.0.0.130 - - [2026-02-23 02:22:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006487 10.0.0.130 - - [2026-02-23 02:22:09] "POST /neutron/port HTTP/1.1" 200 1119 0.010494 10.0.0.130 - - [2026-02-23 02:22:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004586 10.0.0.130 - - [2026-02-23 02:22:09] "GET /virtual-machine/fbaef9e2-cec2-4677-862e-a9716284610b HTTP/1.1" 200 1294 0.003363 10.0.0.130 - - [2026-02-23 02:22:09] "GET /virtual-machine-interface/f2de3fb5-51a9-47bd-8506-0759163a3305 HTTP/1.1" 200 2948 0.003836 10.0.0.130 - - [2026-02-23 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002095 10.0.0.130 - - [2026-02-23 02:22:09] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002329 10.0.0.130 - - [2026-02-23 02:22:09] "GET /virtual-networks?parent_id=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002427 10.0.0.130 - - [2026-02-23 02:22:09] "GET /virtual-network/a0d2188f-e7ad-4d05-bbeb-0ae35fd73d07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004912 10.0.0.130 - - [2026-02-23 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.130 - - [2026-02-23 02:22:10] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002459 10.0.0.130 - - [2026-02-23 02:22:10] "GET /virtual-networks?parent_id=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002627 10.0.0.130 - - [2026-02-23 02:22:10] "GET /virtual-network/a0d2188f-e7ad-4d05-bbeb-0ae35fd73d07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005149 10.0.0.130 - - [2026-02-23 02:22:26] "POST /neutron/port HTTP/1.1" 200 1109 0.010738 10.0.0.130 - - [2026-02-23 02:22:26] "POST /neutron/port HTTP/1.1" 200 1109 0.012613 10.0.0.130 - - [2026-02-23 02:22:26] "POST /neutron/port HTTP/1.1" 200 151 0.100443 10.0.0.130 - - [2026-02-23 02:22:26] "POST /neutron/port HTTP/1.1" 200 1109 0.008288 10.0.0.130 - - [2026-02-23 02:22:26] "POST /neutron/port HTTP/1.1" 200 1109 0.007973 10.0.0.130 - - [2026-02-23 02:22:26] "POST /neutron/port HTTP/1.1" 200 151 0.096894 10.0.0.130 - - [2026-02-23 02:22:26] "POST /neutron/network HTTP/1.1" 200 994 0.008081 10.0.0.130 - - [2026-02-23 02:22:26] "POST /neutron/network HTTP/1.1" 400 204 0.009358 10.0.0.130 - - [2026-02-23 02:22:26] "POST /neutron/port HTTP/1.1" 200 1119 0.012422 10.0.0.130 - - [2026-02-23 02:22:26] "POST /neutron/port HTTP/1.1" 200 1109 0.007410 10.0.0.130 - - [2026-02-23 02:22:26] "POST /neutron/port HTTP/1.1" 200 151 0.079576 10.0.0.130 - - [2026-02-23 02:22:28] "POST /neutron/network HTTP/1.1" 200 994 0.006406 10.0.0.130 - - [2026-02-23 02:22:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003287 10.0.0.130 - - [2026-02-23 02:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.130 - - [2026-02-23 02:22:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001552 10.0.0.130 - - [2026-02-23 02:22:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002342 10.0.0.130 - - [2026-02-23 02:22:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001505 10.0.0.130 - - [2026-02-23 02:22:28] "POST /neutron/network HTTP/1.1" 200 151 0.079560 10.0.0.130 - - [2026-02-23 02:22:28] "DELETE /route-target/1e5a6d3b-96a4-4bc0-ae1e-69292f23e999 HTTP/1.1" 200 115 0.015872 10.0.0.130 - - [2026-02-23 02:22:28] "GET /routing-instance/641e8038-8658-429e-94e4-d85649b6ad83 HTTP/1.1" 404 171 0.001726 10.0.0.130 - - [2026-02-23 02:22:28] "GET /domains HTTP/1.1" 200 281 0.002053 10.0.0.130 - - [2026-02-23 02:22:28] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000780 10.0.0.130 - - [2026-02-23 02:22:28] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 2584 0.049829 10.0.0.130 - - [2026-02-23 02:22:28] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000833 10.0.0.130 - - [2026-02-23 02:22:29] "GET /project/59043d2e-3a7f-438a-8a1a-9fe63cd1b09b HTTP/1.1" 200 2100 0.062036 10.0.0.130 - - [2026-02-23 02:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002423 10.0.0.130 - - [2026-02-23 02:22:29] "DELETE /network-ipam/7c4eaf8c-3802-4720-976b-cc5d267b4bd5 HTTP/1.1" 200 115 0.016528 10.0.0.130 - - [2026-02-23 02:22:29] "POST /fqname-to-id HTTP/1.1" 404 211 0.002509 10.0.0.130 - - [2026-02-23 02:22:29] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000974 10.0.0.130 - - [2026-02-23 02:22:29] "GET /project/59043d2e-3a7f-438a-8a1a-9fe63cd1b09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.026457 10.0.0.130 - - [2026-02-23 02:22:29] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000911 10.0.0.130 - - [2026-02-23 02:22:29] "GET /project/59043d2e-3a7f-438a-8a1a-9fe63cd1b09b?fields=virtual_networks HTTP/1.1" 200 1043 0.062603 10.0.0.130 - - [2026-02-23 02:22:29] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000883 10.0.0.130 - - [2026-02-23 02:22:29] "GET /project/59043d2e-3a7f-438a-8a1a-9fe63cd1b09b?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.030718 10.0.0.130 - - [2026-02-23 02:22:29] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.130 - - [2026-02-23 02:22:29] "GET /project/59043d2e-3a7f-438a-8a1a-9fe63cd1b09b?fields=security_groups HTTP/1.1" 200 1270 0.043098 10.0.0.130 - - [2026-02-23 02:22:31] "POST /neutron/port HTTP/1.1" 200 117 0.004271 10.0.0.130 - - [2026-02-23 02:22:31] "POST /neutron/port HTTP/1.1" 400 205 0.003200 10.0.0.130 - - [2026-02-23 02:22:31] "POST /neutron/port HTTP/1.1" 200 117 0.004338 10.0.0.130 - - [2026-02-23 02:22:31] "POST /neutron/port HTTP/1.1" 400 205 0.002761 10.0.0.130 - - [2026-02-23 02:22:36] "GET / HTTP/1.1" 200 36215 0.001656 10.0.0.130 - - [2026-02-23 02:22:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000560 10.0.0.130 - - [2026-02-23 02:22:37] "POST /fqname-to-id HTTP/1.1" 404 183 0.047358 10.0.0.130 - - [2026-02-23 02:22:37] "GET /projects?obj_uuids=f4f219f9-07e5-413f-b263-2c837a41f9bd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002052 10.0.0.130 - - [2026-02-23 02:22:37] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.130 - - [2026-02-23 02:22:37] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006304 10.0.0.130 - - [2026-02-23 02:22:37] "POST /id-to-fqname HTTP/1.1" 200 185 0.001069 10.0.0.130 - - [2026-02-23 02:22:37] "POST /fqname-to-id HTTP/1.1" 404 194 0.002827 10.0.0.130 - - [2026-02-23 02:22:37] "POST /security-groups HTTP/1.1" 200 586 0.059959 10.0.0.130 - - [2026-02-23 02:22:37] "POST /fqname-to-id HTTP/1.1" 404 229 0.002074 10.0.0.130 - - [2026-02-23 02:22:37] "POST /projects HTTP/1.1" 200 575 0.199406 10.0.0.130 - - [2026-02-23 02:22:38] "POST /access-control-lists HTTP/1.1" 200 593 0.056453 10.0.0.130 - - [2026-02-23 02:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.266881 10.0.0.130 - - [2026-02-23 02:22:38] "POST /fqname-to-id HTTP/1.1" 404 228 0.002474 10.0.0.130 - - [2026-02-23 02:22:38] "GET /project/f4f219f9-07e5-413f-b263-2c837a41f9bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.390203 10.0.0.130 - - [2026-02-23 02:22:38] "POST /access-control-lists HTTP/1.1" 200 591 0.056597 10.0.0.130 - - [2026-02-23 02:22:39] "GET / HTTP/1.1" 200 36215 0.001705 10.0.0.130 - - [2026-02-23 02:22:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000439 10.0.0.130 - - [2026-02-23 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.027937 10.0.0.130 - - [2026-02-23 02:22:41] "GET /api-access-list/6ae65e9b-6a0a-4e32-881e-c085094f5899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003432 10.0.0.130 - - [2026-02-23 02:22:41] "GET /api-access-list/6ae65e9b-6a0a-4e32-881e-c085094f5899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.002927 10.0.0.130 - - [2026-02-23 02:22:41] "GET /api-access-list/6ae65e9b-6a0a-4e32-881e-c085094f5899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003714 10.0.0.130 - - [2026-02-23 02:22:41] "PUT /api-access-list/6ae65e9b-6a0a-4e32-881e-c085094f5899 HTTP/1.1" 200 265 0.007787 10.0.0.130 - - [2026-02-23 02:22:41] "GET /aaa-mode HTTP/1.1" 401 293 0.000387 10.0.0.130 - - [2026-02-23 02:22:42] "GET /aaa-mode HTTP/1.1" 200 128 0.021574 10.0.0.130 - - [2026-02-23 02:22:42] "POST /fqname-to-id HTTP/1.1" 404 183 0.022386 10.0.0.130 - - [2026-02-23 02:22:42] "GET /projects?obj_uuids=8628410f-283a-4bcf-95c8-b57284be57fd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002032 10.0.0.130 - - [2026-02-23 02:22:42] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001129 10.0.0.130 - - [2026-02-23 02:22:42] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006002 10.0.0.130 - - [2026-02-23 02:22:42] "POST /id-to-fqname HTTP/1.1" 200 185 0.001087 10.0.0.130 - - [2026-02-23 02:22:42] "POST /fqname-to-id HTTP/1.1" 404 194 0.002722 10.0.0.130 - - [2026-02-23 02:22:42] "POST /security-groups HTTP/1.1" 200 586 0.064038 10.0.0.130 - - [2026-02-23 02:22:42] "POST /fqname-to-id HTTP/1.1" 404 229 0.002666 10.0.0.130 - - [2026-02-23 02:22:42] "POST /projects HTTP/1.1" 200 575 0.199765 10.0.0.130 - - [2026-02-23 02:22:42] "POST /access-control-lists HTTP/1.1" 200 593 0.057291 10.0.0.130 - - [2026-02-23 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.267929 10.0.0.130 - - [2026-02-23 02:22:42] "POST /fqname-to-id HTTP/1.1" 404 228 0.002689 10.0.0.130 - - [2026-02-23 02:22:43] "GET /project/8628410f-283a-4bcf-95c8-b57284be57fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.396249 10.0.0.130 - - [2026-02-23 02:22:43] "POST /access-control-lists HTTP/1.1" 200 591 0.063469 10.0.0.130 - - [2026-02-23 02:22:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.020879 10.0.0.130 - - [2026-02-23 02:22:43] "GET /projects?obj_uuids=82e2d4de-249a-4747-adde-3a74097711cd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003302 10.0.0.130 - - [2026-02-23 02:22:43] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.130 - - [2026-02-23 02:22:43] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006178 10.0.0.130 - - [2026-02-23 02:22:43] "POST /id-to-fqname HTTP/1.1" 200 185 0.001069 10.0.0.130 - - [2026-02-23 02:22:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.003165 10.0.0.130 - - [2026-02-23 02:22:43] "POST /security-groups HTTP/1.1" 200 586 0.092151 10.0.0.130 - - [2026-02-23 02:22:43] "POST /fqname-to-id HTTP/1.1" 404 229 0.002037 10.0.0.130 - - [2026-02-23 02:22:43] "POST /projects HTTP/1.1" 200 575 0.266605 10.0.0.130 - - [2026-02-23 02:22:43] "POST /access-control-lists HTTP/1.1" 200 593 0.059475 10.0.0.130 - - [2026-02-23 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.334758 10.0.0.130 - - [2026-02-23 02:22:43] "POST /fqname-to-id HTTP/1.1" 404 228 0.002945 10.0.0.130 - - [2026-02-23 02:22:43] "GET /project/82e2d4de-249a-4747-adde-3a74097711cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.456441 10.0.0.130 - - [2026-02-23 02:22:43] "POST /access-control-lists HTTP/1.1" 200 591 0.056588 10.0.0.130 - - [2026-02-23 02:22:44] "GET / HTTP/1.1" 200 36215 0.001955 10.0.0.130 - - [2026-02-23 02:22:45] "GET / HTTP/1.1" 200 36215 0.001345 10.0.0.130 - - [2026-02-23 02:22:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.002671 10.0.0.130 - - [2026-02-23 02:22:45] "POST /api-access-lists HTTP/1.1" 200 523 0.013710 10.0.0.130 - - [2026-02-23 02:22:45] "GET /api-access-list/057aabc5-63e6-4936-94eb-8d2a4ea6876c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.004617 10.0.0.130 - - [2026-02-23 02:22:45] "GET /api-access-list/057aabc5-63e6-4936-94eb-8d2a4ea6876c HTTP/1.1" 401 293 0.000420 10.0.0.130 - - [2026-02-23 02:22:46] "GET /api-access-list/057aabc5-63e6-4936-94eb-8d2a4ea6876c HTTP/1.1" 200 1266 0.063875 10.0.0.130 - - [2026-02-23 02:22:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000350 10.0.0.130 - - [2026-02-23 02:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.063289 10.0.0.130 - - [2026-02-23 02:22:46] "GET /projects?obj_uuids=8628410f-283a-4bcf-95c8-b57284be57fd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000938 10.0.0.130 - - [2026-02-23 02:22:46] "GET /project/8628410f-283a-4bcf-95c8-b57284be57fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.026337 10.0.0.130 - - [2026-02-23 02:22:46] "GET /virtual-networks?parent_id=8628410f-283a-4bcf-95c8-b57284be57fd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010023 10.0.0.130 - - [2026-02-23 02:22:46] "POST /virtual-networks HTTP/1.1" 200 570 0.046479 10.0.0.130 - - [2026-02-23 02:22:46] "POST /route-targets HTTP/1.1" 200 328 0.008278 10.0.0.130 - - [2026-02-23 02:22:46] "POST /ref-update HTTP/1.1" 200 156 0.010598 10.0.0.130 - - [2026-02-23 02:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.012105 10.0.0.130 - - [2026-02-23 02:22:46] "GET /network-ipam/3f12031c-cf15-4bce-9b2d-a5c7dfc19631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.011545 10.0.0.130 - - [2026-02-23 02:22:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002106 10.0.0.130 - - [2026-02-23 02:22:46] "POST /ref-update HTTP/1.1" 200 156 0.056116 10.0.0.130 - - [2026-02-23 02:22:46] "POST /neutron/network HTTP/1.1" 200 834 0.041392 10.0.0.130 - - [2026-02-23 02:22:46] "POST /neutron/network HTTP/1.1" 200 834 0.018714 10.0.0.130 - - [2026-02-23 02:22:46] "GET /virtual-network/0f42d475-a763-483b-915a-8f68b84fdd7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1989 0.012987 10.0.0.130 - - [2026-02-23 02:22:46] "POST /neutron/network HTTP/1.1" 200 834 0.017876 10.0.0.130 - - [2026-02-23 02:22:47] "POST /neutron/subnet HTTP/1.1" 200 685 0.020470 10.0.0.130 - - [2026-02-23 02:22:47] "GET /virtual-network/0f42d475-a763-483b-915a-8f68b84fdd7e HTTP/1.1" 401 293 0.000449 10.0.0.130 - - [2026-02-23 02:22:47] "GET /virtual-network/0f42d475-a763-483b-915a-8f68b84fdd7e HTTP/1.1" 200 2275 0.044047 10.0.0.130 - - [2026-02-23 02:22:47] "GET /virtual-network/0f42d475-a763-483b-915a-8f68b84fdd7e HTTP/1.1" 401 293 0.000313 10.0.0.130 - - [2026-02-23 02:22:47] "GET /virtual-network/0f42d475-a763-483b-915a-8f68b84fdd7e HTTP/1.1" 200 2014 0.039161 10.0.0.130 - - [2026-02-23 02:22:48] "GET /obj-perms HTTP/1.1" 200 4934 0.063517 10.0.0.130 - - [2026-02-23 02:22:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000388 10.0.0.130 - - [2026-02-23 02:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.023233 10.0.0.130 - - [2026-02-23 02:22:48] "GET /virtual-network/0f42d475-a763-483b-915a-8f68b84fdd7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1989 0.010421 10.0.0.130 - - [2026-02-23 02:22:48] "GET /obj-perms HTTP/1.1" 200 4934 0.009426 10.0.0.130 - - [2026-02-23 02:22:48] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.015717 10.0.0.130 - - [2026-02-23 02:22:48] "GET /obj-perms HTTP/1.1" 200 4934 0.055964 10.0.0.130 - - [2026-02-23 02:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002195 10.0.0.130 - - [2026-02-23 02:22:49] "GET /virtual-network/0f42d475-a763-483b-915a-8f68b84fdd7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1989 0.011825 10.0.0.130 - - [2026-02-23 02:22:49] "GET /obj-perms HTTP/1.1" 200 4934 0.008396 10.0.0.130 - - [2026-02-23 02:22:49] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.015107 10.0.0.130 - - [2026-02-23 02:22:49] "POST /id-to-fqname HTTP/1.1" 401 293 0.000494 10.0.0.130 - - [2026-02-23 02:22:49] "POST /id-to-fqname HTTP/1.1" 200 230 0.034217 10.0.0.130 - - [2026-02-23 02:22:50] "POST /neutron/network HTTP/1.1" 200 844 0.041406 10.0.0.130 - - [2026-02-23 02:22:50] "GET /aaa-mode HTTP/1.1" 401 293 0.000396 10.0.0.130 - - [2026-02-23 02:22:50] "GET / HTTP/1.1" 200 36215 0.001740 10.0.0.130 - - [2026-02-23 02:22:50] "GET /project/82e2d4de-249a-4747-adde-3a74097711cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000321 10.0.0.130 - - [2026-02-23 02:22:50] "GET /projects?obj_uuids=82e2d4de-249a-4747-adde-3a74097711cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001295 10.0.0.130 - - [2026-02-23 02:22:50] "GET /project/82e2d4de-249a-4747-adde-3a74097711cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.060104 10.0.0.130 - - [2026-02-23 02:22:50] "POST /neutron/network HTTP/1.1" 200 834 0.006834 10.0.0.130 - - [2026-02-23 02:22:50] "POST /neutron/port HTTP/1.1" 200 117 0.033764 10.0.0.130 - - [2026-02-23 02:22:51] "POST /neutron/port HTTP/1.1" 200 117 0.006342 10.0.0.130 - - [2026-02-23 02:22:51] "POST /neutron/port HTTP/1.1" 200 117 0.004235 10.0.0.130 - - [2026-02-23 02:22:51] "POST /neutron/network HTTP/1.1" 200 844 0.019130 10.0.0.130 - - [2026-02-23 02:22:51] "POST /neutron/network HTTP/1.1" 200 834 0.018455 10.0.0.130 - - [2026-02-23 02:22:51] "GET /projects?obj_uuids=82e2d4de-249a-4747-adde-3a74097711cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001455 10.0.0.130 - - [2026-02-23 02:22:51] "POST /neutron/port HTTP/1.1" 200 1057 0.283501 10.0.0.130 - - [2026-02-23 02:22:51] "POST /neutron/port HTTP/1.1" 200 1057 0.010493 10.0.0.130 - - [2026-02-23 02:22:51] "POST /neutron/port HTTP/1.1" 200 1057 0.009983 10.0.0.130 - - [2026-02-23 02:22:51] "POST /neutron/port HTTP/1.1" 200 1111 0.050115 10.0.0.130 - - [2026-02-23 02:22:51] "POST /neutron/port HTTP/1.1" 200 1121 0.010356 10.0.0.130 - - [2026-02-23 02:22:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002668 10.0.0.130 - - [2026-02-23 02:22:52] "POST /neutron/subnet HTTP/1.1" 200 659 0.005449 10.0.0.130 - - [2026-02-23 02:22:52] "POST /neutron/port HTTP/1.1" 200 117 0.001003 10.0.0.130 - - [2026-02-23 02:22:52] "POST /neutron/network HTTP/1.1" 200 834 0.004631 10.0.0.130 - - [2026-02-23 02:22:56] "POST /neutron/port HTTP/1.1" 200 1121 0.011064 10.0.0.130 - - [2026-02-23 02:22:56] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005697 10.0.0.130 - - [2026-02-23 02:22:56] "POST /neutron/port HTTP/1.1" 200 1121 0.010732 10.0.0.130 - - [2026-02-23 02:22:56] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004636 10.0.0.130 - - [2026-02-23 02:22:56] "POST /neutron/port HTTP/1.1" 200 1121 0.010758 10.0.0.130 - - [2026-02-23 02:22:56] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004540 10.0.0.130 - - [2026-02-23 02:22:56] "POST /neutron/port HTTP/1.1" 200 1121 0.010093 10.0.0.130 - - [2026-02-23 02:22:56] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004616 10.0.0.130 - - [2026-02-23 02:22:56] "GET /virtual-machine/83b26ce3-bd80-422c-a6ed-400df882d36b HTTP/1.1" 200 1289 0.010705 10.0.0.130 - - [2026-02-23 02:22:56] "GET /virtual-machine/83b26ce3-bd80-422c-a6ed-400df882d36b HTTP/1.1" 200 1289 0.011166 10.0.0.130 - - [2026-02-23 02:22:56] "GET /virtual-machine-interface/1f4d0e6f-e52e-4e3c-8db8-fc6e9a163cbb HTTP/1.1" 200 2536 0.014668 10.0.0.130 - - [2026-02-23 02:22:56] "GET /virtual-machine/83b26ce3-bd80-422c-a6ed-400df882d36b HTTP/1.1" 200 1289 0.009636 10.0.0.130 - - [2026-02-23 02:22:56] "GET /virtual-machine-interface/1f4d0e6f-e52e-4e3c-8db8-fc6e9a163cbb HTTP/1.1" 200 2536 0.012542 10.0.0.130 - - [2026-02-23 02:22:56] "GET /instance-ip/b0774f9a-11ac-4c24-b9b2-2dabc64899d7 HTTP/1.1" 200 1631 0.012130 10.0.0.130 - - [2026-02-23 02:22:56] "GET /virtual-machine/83b26ce3-bd80-422c-a6ed-400df882d36b HTTP/1.1" 200 1289 0.010648 10.0.0.130 - - [2026-02-23 02:22:56] "GET /virtual-machine-interface/1f4d0e6f-e52e-4e3c-8db8-fc6e9a163cbb HTTP/1.1" 200 2536 0.011424 10.0.0.130 - - [2026-02-23 02:22:56] "GET /instance-ip/b0774f9a-11ac-4c24-b9b2-2dabc64899d7 HTTP/1.1" 200 1631 0.011017 10.0.0.130 - - [2026-02-23 02:22:56] "POST /fqname-to-id HTTP/1.1" 403 339 0.008981 10.0.0.130 - - [2026-02-23 02:22:56] "GET / HTTP/1.1" 200 36215 0.001867 10.0.0.130 - - [2026-02-23 02:22:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000440 10.0.0.130 - - [2026-02-23 02:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.023705 10.0.0.130 - - [2026-02-23 02:22:57] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002729 10.0.0.130 - - [2026-02-23 02:22:57] "GET /virtual-networks?parent_id=82e2d4de-249a-4747-adde-3a74097711cd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008186 10.0.0.130 - - [2026-02-23 02:22:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.008940 10.0.0.130 - - [2026-02-23 02:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.130 - - [2026-02-23 02:22:57] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002703 10.0.0.130 - - [2026-02-23 02:22:57] "GET /virtual-networks?parent_id=82e2d4de-249a-4747-adde-3a74097711cd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009233 10.0.0.130 - - [2026-02-23 02:22:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.008345 10.0.0.130 - - [2026-02-23 02:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.130 - - [2026-02-23 02:22:57] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002901 10.0.0.130 - - [2026-02-23 02:22:57] "GET /virtual-networks?parent_id=82e2d4de-249a-4747-adde-3a74097711cd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009520 10.0.0.130 - - [2026-02-23 02:22:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.008809 10.0.0.130 - - [2026-02-23 02:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002377 10.0.0.130 - - [2026-02-23 02:22:57] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002685 10.0.0.130 - - [2026-02-23 02:22:57] "GET /virtual-networks?parent_id=82e2d4de-249a-4747-adde-3a74097711cd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008540 10.0.0.130 - - [2026-02-23 02:22:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.008261 10.0.0.130 - - [2026-02-23 02:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002504 10.0.0.130 - - [2026-02-23 02:22:57] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002493 10.0.0.130 - - [2026-02-23 02:22:57] "GET /virtual-networks?parent_id=82e2d4de-249a-4747-adde-3a74097711cd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008789 10.0.0.130 - - [2026-02-23 02:23:00] "POST /neutron/port HTTP/1.1" 200 1121 0.012876 10.0.0.130 - - [2026-02-23 02:23:00] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004317 10.0.0.130 - - [2026-02-23 02:23:00] "DELETE /project/f4f219f907e5413fb2632c837a41f9bd HTTP/1.1" 404 173 0.007884 10.0.0.130 - - [2026-02-23 02:23:00] "DELETE /project/8628410f283a4bcf95c8b57284be57fd HTTP/1.1" 404 173 0.006585 10.0.0.130 - - [2026-02-23 02:23:00] "DELETE /project/82e2d4de249a4747adde3a74097711cd HTTP/1.1" 404 173 0.005880 10.0.0.130 - - [2026-02-23 02:23:00] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000753 10.0.0.130 - - [2026-02-23 02:23:00] "GET /project/59043d2e-3a7f-438a-8a1a-9fe63cd1b09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.023406 10.0.0.130 - - [2026-02-23 02:23:00] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000893 10.0.0.130 - - [2026-02-23 02:23:00] "GET /project/59043d2e-3a7f-438a-8a1a-9fe63cd1b09b?fields=security_groups HTTP/1.1" 200 1372 0.067568 10.0.0.130 - - [2026-02-23 02:23:00] "DELETE /security-group/d57eddf6-3901-486f-9683-0bf650d81cc7 HTTP/1.1" 200 115 0.032821 10.0.0.130 - - [2026-02-23 02:23:00] "GET /projects?obj_uuids=59043d2e-3a7f-438a-8a1a-9fe63cd1b09b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000846 10.0.0.130 - - [2026-02-23 02:23:00] "DELETE /access-control-list/f1e68ebf-ff16-45b9-9059-b48a349bcd4d HTTP/1.1" 200 115 0.024269 10.0.0.130 - - [2026-02-23 02:23:00] "GET /project/59043d2e-3a7f-438a-8a1a-9fe63cd1b09b?fields=application_policy_sets HTTP/1.1" 200 1411 0.023801 10.0.0.130 - - [2026-02-23 02:23:00] "DELETE /access-control-list/ed8e5870-edc4-4de2-8b30-dfd38c8d27e0 HTTP/1.1" 200 115 0.025772 10.0.0.130 - - [2026-02-23 02:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.010842 10.0.0.130 - - [2026-02-23 02:23:00] "GET /virtual-network/0f42d475-a763-483b-915a-8f68b84fdd7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1989 0.011419 10.0.0.130 - - [2026-02-23 02:23:00] "DELETE /project/59043d2e-3a7f-438a-8a1a-9fe63cd1b09b HTTP/1.1" 200 115 0.294227 10.0.0.130 - - [2026-02-23 02:23:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.010926 10.0.0.130 - - [2026-02-23 02:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002490 10.0.0.130 - - [2026-02-23 02:23:02] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002436 10.0.0.130 - - [2026-02-23 02:23:02] "GET /virtual-networks?parent_id=82e2d4de-249a-4747-adde-3a74097711cd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009556 10.0.0.130 - - [2026-02-23 02:23:03] "POST /fqname-to-id HTTP/1.1" 403 339 0.010955 10.0.0.130 - - [2026-02-23 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001950 10.0.0.130 - - [2026-02-23 02:23:03] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002742 10.0.0.130 - - [2026-02-23 02:23:03] "GET /virtual-networks?parent_id=82e2d4de-249a-4747-adde-3a74097711cd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008476 10.0.0.130 - - [2026-02-23 02:23:03] "POST /fqname-to-id HTTP/1.1" 403 361 0.013064 10.0.0.130 - - [2026-02-23 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.130 - - [2026-02-23 02:23:03] "GET /routing-instance/f0c3946f-7704-4bad-99f9-c04f3e275b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.003259 10.0.0.130 - - [2026-02-23 02:23:03] "GET /route-target/588caa46-f358-4a00-acc6-4f7918c4026c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009024 10.0.0.130 - - [2026-02-23 02:23:03] "GET /route-target/588caa46-f358-4a00-acc6-4f7918c4026c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002567 10.0.0.130 - - [2026-02-23 02:23:03] "POST /fqname-to-id HTTP/1.1" 403 339 0.010079 10.0.0.130 - - [2026-02-23 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002185 10.0.0.130 - - [2026-02-23 02:23:03] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002957 10.0.0.130 - - [2026-02-23 02:23:03] "GET /virtual-networks?parent_id=82e2d4de-249a-4747-adde-3a74097711cd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009303 10.0.0.130 - - [2026-02-23 02:23:03] "POST /fqname-to-id HTTP/1.1" 403 361 0.007998 10.0.0.130 - - [2026-02-23 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005574 10.0.0.130 - - [2026-02-23 02:23:03] "GET /routing-instance/f0c3946f-7704-4bad-99f9-c04f3e275b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.003153 10.0.0.130 - - [2026-02-23 02:23:03] "GET /route-target/588caa46-f358-4a00-acc6-4f7918c4026c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008488 10.0.0.130 - - [2026-02-23 02:23:03] "GET /route-target/588caa46-f358-4a00-acc6-4f7918c4026c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002318 10.0.0.130 - - [2026-02-23 02:23:03] "GET /obj-perms HTTP/1.1" 200 4934 0.008789 10.0.0.130 - - [2026-02-23 02:23:03] "GET /virtual-machine/83b26ce3-bd80-422c-a6ed-400df882d36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009198 10.0.0.130 - - [2026-02-23 02:23:05] "GET /obj-perms HTTP/1.1" 200 4934 0.010126 10.0.0.130 - - [2026-02-23 02:23:05] "GET /virtual-machine/83b26ce3-bd80-422c-a6ed-400df882d36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008895 10.0.0.130 - - [2026-02-23 02:23:06] "GET /obj-perms HTTP/1.1" 200 5075 0.047714 10.0.0.130 - - [2026-02-23 02:23:07] "GET /obj-perms HTTP/1.1" 200 5075 0.048897 10.0.0.130 - - [2026-02-23 02:23:07] "GET /obj-perms HTTP/1.1" 200 4934 0.009265 10.0.0.130 - - [2026-02-23 02:23:07] "GET /virtual-machine/83b26ce3-bd80-422c-a6ed-400df882d36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008311 10.0.0.130 - - [2026-02-23 02:23:07] "GET /obj-perms HTTP/1.1" 200 4934 0.008879 10.0.0.130 - - [2026-02-23 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.130 - - [2026-02-23 02:23:07] "GET /virtual-machine-interface/1f4d0e6f-e52e-4e3c-8db8-fc6e9a163cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.012626 10.0.0.130 - - [2026-02-23 02:23:07] "GET /obj-perms HTTP/1.1" 200 4934 0.008024 10.0.0.130 - - [2026-02-23 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.130 - - [2026-02-23 02:23:08] "GET /virtual-machine-interface/1f4d0e6f-e52e-4e3c-8db8-fc6e9a163cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.014317 10.0.0.130 - - [2026-02-23 02:23:08] "GET /obj-perms HTTP/1.1" 200 4934 0.008156 10.0.0.130 - - [2026-02-23 02:23:08] "GET /virtual-machine/83b26ce3-bd80-422c-a6ed-400df882d36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009201 10.0.0.130 - - [2026-02-23 02:23:08] "GET /obj-perms HTTP/1.1" 200 4934 0.008809 10.0.0.130 - - [2026-02-23 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002411 10.0.0.130 - - [2026-02-23 02:23:08] "GET /virtual-machine-interface/1f4d0e6f-e52e-4e3c-8db8-fc6e9a163cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.013436 10.0.0.130 - - [2026-02-23 02:23:08] "GET /obj-perms HTTP/1.1" 200 4934 0.008671 10.0.0.130 - - [2026-02-23 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002364 10.0.0.130 - - [2026-02-23 02:23:08] "GET /virtual-network/0f42d475-a763-483b-915a-8f68b84fdd7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1989 0.011573 10.0.0.130 - - [2026-02-23 02:23:08] "GET /obj-perms HTTP/1.1" 200 4934 0.007867 10.0.0.130 - - [2026-02-23 02:23:08] "GET /virtual-machine/83b26ce3-bd80-422c-a6ed-400df882d36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009516 10.0.0.130 - - [2026-02-23 02:23:08] "GET /obj-perms HTTP/1.1" 200 4934 0.008321 10.0.0.130 - - [2026-02-23 02:23:08] "GET /obj-perms HTTP/1.1" 200 4934 0.008767 10.0.0.130 - - [2026-02-23 02:23:09] "GET /obj-perms HTTP/1.1" 200 4934 0.057903 10.0.0.130 - - [2026-02-23 02:23:09] "GET /obj-perms HTTP/1.1" 200 4934 0.008343 10.0.0.130 - - [2026-02-23 02:23:09] "GET /obj-perms HTTP/1.1" 200 5039 0.048379 10.0.0.130 - - [2026-02-23 02:23:09] "GET /obj-perms HTTP/1.1" 200 5039 0.002823 10.0.0.130 - - [2026-02-23 02:23:09] "GET /obj-perms HTTP/1.1" 200 4934 0.008766 10.0.0.130 - - [2026-02-23 02:23:09] "GET /obj-perms HTTP/1.1" 200 4934 0.011843 10.0.0.130 - - [2026-02-23 02:23:10] "GET /obj-perms HTTP/1.1" 200 4934 0.053264 10.0.0.130 - - [2026-02-23 02:23:10] "GET /obj-perms HTTP/1.1" 200 4934 0.007863 10.0.0.130 - - [2026-02-23 02:23:10] "GET /obj-perms HTTP/1.1" 200 5039 0.002665 10.0.0.130 - - [2026-02-23 02:23:10] "GET /obj-perms HTTP/1.1" 200 5039 0.003838 10.0.0.130 - - [2026-02-23 02:23:10] "GET /obj-perms HTTP/1.1" 200 4934 0.008230 10.0.0.130 - - [2026-02-23 02:23:10] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.009567 10.0.0.130 - - [2026-02-23 02:23:10] "GET /virtual-machine/83b26ce3-bd80-422c-a6ed-400df882d36b HTTP/1.1" 200 1289 0.012738 10.0.0.130 - - [2026-02-23 02:23:10] "POST /neutron/port HTTP/1.1" 200 1121 0.010988 10.0.0.130 - - [2026-02-23 02:23:10] "POST /neutron/port HTTP/1.1" 200 1111 0.008355 10.0.0.130 - - [2026-02-23 02:23:11] "POST /neutron/port HTTP/1.1" 200 151 0.076343 10.0.0.130 - - [2026-02-23 02:23:12] "GET /virtual-machine/83b26ce3-bd80-422c-a6ed-400df882d36b HTTP/1.1" 404 171 0.008532 10.0.0.130 - - [2026-02-23 02:23:12] "GET /virtual-machine/83b26ce3-bd80-422c-a6ed-400df882d36b HTTP/1.1" 404 171 0.006419 10.0.0.130 - - [2026-02-23 02:23:12] "GET /virtual-machine/83b26ce3-bd80-422c-a6ed-400df882d36b HTTP/1.1" 404 171 0.006939 10.0.0.130 - - [2026-02-23 02:23:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.008667 10.0.0.130 - - [2026-02-23 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001806 10.0.0.130 - - [2026-02-23 02:23:12] "GET /global-vrouter-config/6698656c-d2c6-43c4-b58a-2c5c986779bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002247 10.0.0.130 - - [2026-02-23 02:23:12] "GET /virtual-networks?parent_id=82e2d4de-249a-4747-adde-3a74097711cd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008147 10.0.0.130 - - [2026-02-23 02:23:12] "POST /fqname-to-id HTTP/1.1" 403 361 0.008013 10.0.0.130 - - [2026-02-23 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002393 10.0.0.130 - - [2026-02-23 02:23:12] "GET /routing-instance/f0c3946f-7704-4bad-99f9-c04f3e275b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.002707 10.0.0.130 - - [2026-02-23 02:23:12] "GET /route-target/588caa46-f358-4a00-acc6-4f7918c4026c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008280 10.0.0.130 - - [2026-02-23 02:23:12] "GET /route-target/588caa46-f358-4a00-acc6-4f7918c4026c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002391 10.0.0.130 - - [2026-02-23 02:23:12] "GET /obj-perms HTTP/1.1" 200 4934 0.009102 10.0.0.130 - - [2026-02-23 02:23:12] "GET /obj-perms HTTP/1.1" 200 4934 0.006797 10.0.0.130 - - [2026-02-23 02:23:13] "GET /obj-perms HTTP/1.1" 200 4934 0.053684 10.0.0.130 - - [2026-02-23 02:23:13] "GET /obj-perms HTTP/1.1" 200 4934 0.007942 10.0.0.130 - - [2026-02-23 02:23:13] "GET /obj-perms HTTP/1.1" 200 5039 0.002953 10.0.0.130 - - [2026-02-23 02:23:16] "GET /obj-perms HTTP/1.1" 200 5039 0.002832 10.0.0.130 - - [2026-02-23 02:23:19] "GET /obj-perms HTTP/1.1" 200 5039 0.002847 10.0.0.130 - - [2026-02-23 02:23:22] "GET /obj-perms HTTP/1.1" 200 5039 0.002726 10.0.0.130 - - [2026-02-23 02:23:25] "GET /obj-perms HTTP/1.1" 200 5039 0.003090 10.0.0.130 - - [2026-02-23 02:23:28] "GET /obj-perms HTTP/1.1" 200 5039 0.002892 10.0.0.130 - - [2026-02-23 02:23:31] "GET /obj-perms HTTP/1.1" 200 5039 0.002801 10.0.0.130 - - [2026-02-23 02:23:34] "GET /obj-perms HTTP/1.1" 200 5039 0.002877 10.0.0.130 - - [2026-02-23 02:23:37] "GET /obj-perms HTTP/1.1" 200 5039 0.002865 10.0.0.130 - - [2026-02-23 02:23:40] "GET /obj-perms HTTP/1.1" 200 5039 0.003104 10.0.0.130 - - [2026-02-23 02:23:43] "GET /obj-perms HTTP/1.1" 200 5039 0.002820 10.0.0.130 - - [2026-02-23 02:23:46] "GET /obj-perms HTTP/1.1" 200 5039 0.002870 10.0.0.130 - - [2026-02-23 02:23:49] "GET /obj-perms HTTP/1.1" 200 5039 0.003346 10.0.0.130 - - [2026-02-23 02:23:52] "GET /obj-perms HTTP/1.1" 200 5039 0.002908 10.0.0.130 - - [2026-02-23 02:23:55] "GET /obj-perms HTTP/1.1" 200 5039 0.003071 10.0.0.130 - - [2026-02-23 02:23:58] "GET /obj-perms HTTP/1.1" 200 5039 0.002753 10.0.0.130 - - [2026-02-23 02:23:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002962 10.0.0.130 - - [2026-02-23 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.130 - - [2026-02-23 02:23:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001516 10.0.0.130 - - [2026-02-23 02:23:58] "DELETE /virtual-network/0f42d475-a763-483b-915a-8f68b84fdd7e HTTP/1.1" 200 115 0.066034 10.0.0.130 - - [2026-02-23 02:23:58] "DELETE /route-target/588caa46-f358-4a00-acc6-4f7918c4026c HTTP/1.1" 200 115 0.012278 10.0.0.130 - - [2026-02-23 02:23:58] "DELETE /api-access-list/057aabc5-63e6-4936-94eb-8d2a4ea6876c HTTP/1.1" 200 115 0.017893 10.0.0.130 - - [2026-02-23 02:23:58] "GET /api-access-list/057aabc5-63e6-4936-94eb-8d2a4ea6876c HTTP/1.1" 404 171 0.001852 10.0.0.130 - - [2026-02-23 02:23:58] "GET /projects?obj_uuids=82e2d4de-249a-4747-adde-3a74097711cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000863 10.0.0.130 - - [2026-02-23 02:23:58] "GET /project/82e2d4de-249a-4747-adde-3a74097711cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.021608 10.0.0.130 - - [2026-02-23 02:23:58] "GET /projects?obj_uuids=82e2d4de-249a-4747-adde-3a74097711cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001105 10.0.0.130 - - [2026-02-23 02:23:58] "GET /project/82e2d4de-249a-4747-adde-3a74097711cd?fields=virtual_networks HTTP/1.1" 200 1034 0.061920 10.0.0.130 - - [2026-02-23 02:23:58] "GET /projects?obj_uuids=82e2d4de-249a-4747-adde-3a74097711cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000864 10.0.0.130 - - [2026-02-23 02:23:58] "GET /project/82e2d4de-249a-4747-adde-3a74097711cd?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.021810 10.0.0.130 - - [2026-02-23 02:23:59] "GET /projects?obj_uuids=82e2d4de-249a-4747-adde-3a74097711cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000911 10.0.0.130 - - [2026-02-23 02:23:59] "GET /project/82e2d4de-249a-4747-adde-3a74097711cd?fields=security_groups HTTP/1.1" 200 1256 0.022971 10.0.0.130 - - [2026-02-23 02:23:59] "GET /projects?obj_uuids=8628410f-283a-4bcf-95c8-b57284be57fd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001036 10.0.0.130 - - [2026-02-23 02:23:59] "GET /project/8628410f-283a-4bcf-95c8-b57284be57fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025734 10.0.0.130 - - [2026-02-23 02:23:59] "GET /projects?obj_uuids=8628410f-283a-4bcf-95c8-b57284be57fd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000901 10.0.0.130 - - [2026-02-23 02:23:59] "GET /project/8628410f-283a-4bcf-95c8-b57284be57fd?fields=virtual_networks HTTP/1.1" 200 1034 0.062172 10.0.0.130 - - [2026-02-23 02:23:59] "GET /projects?obj_uuids=8628410f-283a-4bcf-95c8-b57284be57fd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001025 10.0.0.130 - - [2026-02-23 02:23:59] "GET /project/8628410f-283a-4bcf-95c8-b57284be57fd?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.022702 10.0.0.130 - - [2026-02-23 02:23:59] "GET /projects?obj_uuids=8628410f-283a-4bcf-95c8-b57284be57fd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000886 10.0.0.130 - - [2026-02-23 02:23:59] "GET /project/8628410f-283a-4bcf-95c8-b57284be57fd?fields=security_groups HTTP/1.1" 200 1256 0.020754 10.0.0.130 - - [2026-02-23 02:24:00] "GET /projects?obj_uuids=8628410f-283a-4bcf-95c8-b57284be57fd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000821 10.0.0.130 - - [2026-02-23 02:24:00] "GET /projects?obj_uuids=82e2d4de-249a-4747-adde-3a74097711cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000770 10.0.0.130 - - [2026-02-23 02:24:00] "GET /project/82e2d4de-249a-4747-adde-3a74097711cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.029338 10.0.0.130 - - [2026-02-23 02:24:00] "GET /project/8628410f-283a-4bcf-95c8-b57284be57fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.034416 10.0.0.130 - - [2026-02-23 02:24:00] "GET /projects?obj_uuids=82e2d4de-249a-4747-adde-3a74097711cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000767 10.0.0.130 - - [2026-02-23 02:24:00] "GET /projects?obj_uuids=8628410f-283a-4bcf-95c8-b57284be57fd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001044 10.0.0.130 - - [2026-02-23 02:24:01] "GET /api-access-list/6ae65e9b-6a0a-4e32-881e-c085094f5899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.005912 10.0.0.130 - - [2026-02-23 02:24:01] "PUT /api-access-list/6ae65e9b-6a0a-4e32-881e-c085094f5899 HTTP/1.1" 200 265 0.009907 10.0.0.130 - - [2026-02-23 02:24:01] "GET /project/82e2d4de-249a-4747-adde-3a74097711cd?fields=security_groups HTTP/1.1" 200 1358 0.036456 10.0.0.130 - - [2026-02-23 02:24:01] "GET /project/8628410f-283a-4bcf-95c8-b57284be57fd?fields=security_groups HTTP/1.1" 200 1358 0.040852 10.0.0.130 - - [2026-02-23 02:24:01] "GET /projects?obj_uuids=f4f219f9-07e5-413f-b263-2c837a41f9bd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000953 10.0.0.130 - - [2026-02-23 02:24:01] "GET /project/f4f219f9-07e5-413f-b263-2c837a41f9bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.033415 10.0.0.130 - - [2026-02-23 02:24:01] "GET /projects?obj_uuids=f4f219f9-07e5-413f-b263-2c837a41f9bd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000937 10.0.0.130 - - [2026-02-23 02:24:01] "DELETE /security-group/464abad0-eefa-416a-8151-7b0bc9eff075 HTTP/1.1" 200 115 0.074571 10.0.0.130 - - [2026-02-23 02:24:01] "GET /projects?obj_uuids=82e2d4de-249a-4747-adde-3a74097711cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000967 10.0.0.130 - - [2026-02-23 02:24:01] "DELETE /access-control-list/bc3b6544-894a-4254-8426-c5cb09383ebe HTTP/1.1" 200 115 0.042453 10.0.0.130 - - [2026-02-23 02:24:01] "DELETE /security-group/1acc9521-68a1-4e66-954d-c6ca207a6afc HTTP/1.1" 200 115 0.078763 10.0.0.130 - - [2026-02-23 02:24:01] "GET /projects?obj_uuids=8628410f-283a-4bcf-95c8-b57284be57fd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001453 10.0.0.130 - - [2026-02-23 02:24:01] "GET /project/f4f219f9-07e5-413f-b263-2c837a41f9bd?fields=virtual_networks HTTP/1.1" 200 1035 0.088391 10.0.0.130 - - [2026-02-23 02:24:01] "DELETE /access-control-list/4e9c9ffa-91b1-4e0c-9e09-0e471e39dc5a HTTP/1.1" 200 115 0.038044 10.0.0.130 - - [2026-02-23 02:24:01] "GET /project/8628410f-283a-4bcf-95c8-b57284be57fd?fields=application_policy_sets HTTP/1.1" 200 1397 0.052797 10.0.0.130 - - [2026-02-23 02:24:01] "GET /projects?obj_uuids=f4f219f9-07e5-413f-b263-2c837a41f9bd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000845 10.0.0.130 - - [2026-02-23 02:24:01] "GET /project/82e2d4de-249a-4747-adde-3a74097711cd?fields=application_policy_sets HTTP/1.1" 200 1397 0.086798 10.0.0.130 - - [2026-02-23 02:24:01] "DELETE /access-control-list/b46d4280-972c-4a29-986f-ccfc4340092f HTTP/1.1" 200 115 0.046146 10.0.0.130 - - [2026-02-23 02:24:01] "DELETE /access-control-list/efa89fb4-ad5d-4592-bef1-60b33b4a584f HTTP/1.1" 200 115 0.018456 10.0.0.130 - - [2026-02-23 02:24:01] "GET /project/f4f219f9-07e5-413f-b263-2c837a41f9bd?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.074590 10.0.0.130 - - [2026-02-23 02:24:01] "DELETE /project/8628410f-283a-4bcf-95c8-b57284be57fd HTTP/1.1" 200 115 0.382212 10.0.0.130 - - [2026-02-23 02:24:01] "GET /projects?obj_uuids=f4f219f9-07e5-413f-b263-2c837a41f9bd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000842 10.0.0.130 - - [2026-02-23 02:24:01] "DELETE /project/82e2d4de-249a-4747-adde-3a74097711cd HTTP/1.1" 200 115 0.404567 10.0.0.130 - - [2026-02-23 02:24:01] "GET /project/f4f219f9-07e5-413f-b263-2c837a41f9bd?fields=security_groups HTTP/1.1" 200 1257 0.027290 10.0.0.130 - - [2026-02-23 02:24:02] "POST /fqname-to-id HTTP/1.1" 404 188 0.026179 10.0.0.130 - - [2026-02-23 02:24:02] "GET /projects?obj_uuids=b54e316f-7f7f-40ba-a361-0885b9867791&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002827 10.0.0.130 - - [2026-02-23 02:24:02] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001333 10.0.0.130 - - [2026-02-23 02:24:02] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007768 10.0.0.130 - - [2026-02-23 02:24:02] "POST /id-to-fqname HTTP/1.1" 200 190 0.001116 10.0.0.130 - - [2026-02-23 02:24:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.002784 10.0.0.130 - - [2026-02-23 02:24:02] "POST /security-groups HTTP/1.1" 200 591 0.060287 10.0.0.130 - - [2026-02-23 02:24:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.002771 10.0.0.130 - - [2026-02-23 02:24:02] "POST /projects HTTP/1.1" 200 585 0.209078 10.0.0.130 - - [2026-02-23 02:24:02] "POST /access-control-lists HTTP/1.1" 200 598 0.055486 10.0.0.130 - - [2026-02-23 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.280832 10.0.0.130 - - [2026-02-23 02:24:02] "POST /fqname-to-id HTTP/1.1" 404 233 0.002404 10.0.0.130 - - [2026-02-23 02:24:02] "GET /project/b54e316f-7f7f-40ba-a361-0885b9867791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.404667 10.0.0.130 - - [2026-02-23 02:24:02] "POST /access-control-lists HTTP/1.1" 200 596 0.064538 10.0.0.130 - - [2026-02-23 02:24:03] "GET / HTTP/1.1" 200 36215 0.001964 10.0.0.130 - - [2026-02-23 02:24:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000539 10.0.0.130 - - [2026-02-23 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.025758 10.0.0.130 - - [2026-02-23 02:24:06] "GET /api-access-list/6ae65e9b-6a0a-4e32-881e-c085094f5899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003638 10.0.0.130 - - [2026-02-23 02:24:06] "GET /api-access-list/6ae65e9b-6a0a-4e32-881e-c085094f5899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003019 10.0.0.130 - - [2026-02-23 02:24:06] "GET /api-access-list/6ae65e9b-6a0a-4e32-881e-c085094f5899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.002941 10.0.0.130 - - [2026-02-23 02:24:06] "PUT /api-access-list/6ae65e9b-6a0a-4e32-881e-c085094f5899 HTTP/1.1" 200 265 0.007934 10.0.0.130 - - [2026-02-23 02:24:06] "GET /aaa-mode HTTP/1.1" 200 128 0.001013 10.0.0.130 - - [2026-02-23 02:24:06] "POST /fqname-to-id HTTP/1.1" 404 188 0.027314 10.0.0.130 - - [2026-02-23 02:24:06] "GET /projects?obj_uuids=2dd58487-1248-4668-9732-4191a3975d25&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001925 10.0.0.130 - - [2026-02-23 02:24:06] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000823 10.0.0.130 - - [2026-02-23 02:24:06] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005744 10.0.0.130 - - [2026-02-23 02:24:06] "POST /id-to-fqname HTTP/1.1" 200 190 0.001083 10.0.0.130 - - [2026-02-23 02:24:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.002971 10.0.0.130 - - [2026-02-23 02:24:07] "POST /security-groups HTTP/1.1" 200 591 0.066026 10.0.0.130 - - [2026-02-23 02:24:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.002192 10.0.0.130 - - [2026-02-23 02:24:07] "POST /projects HTTP/1.1" 200 585 0.207681 10.0.0.130 - - [2026-02-23 02:24:07] "POST /access-control-lists HTTP/1.1" 200 598 0.058078 10.0.0.130 - - [2026-02-23 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.279814 10.0.0.130 - - [2026-02-23 02:24:07] "POST /fqname-to-id HTTP/1.1" 404 233 0.002379 10.0.0.130 - - [2026-02-23 02:24:07] "GET /project/2dd58487-1248-4668-9732-4191a3975d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.399924 10.0.0.130 - - [2026-02-23 02:24:07] "POST /access-control-lists HTTP/1.1" 200 596 0.064216 10.0.0.130 - - [2026-02-23 02:24:07] "GET /obj-perms HTTP/1.1" 200 5075 0.056823 10.0.0.130 - - [2026-02-23 02:24:08] "POST /fqname-to-id HTTP/1.1" 404 188 0.302186 10.0.0.130 - - [2026-02-23 02:24:08] "GET /obj-perms HTTP/1.1" 200 5075 0.070731 10.0.0.130 - - [2026-02-23 02:24:08] "GET /projects?obj_uuids=a9369ea9-f919-4b3b-93c6-be3fd61101b0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002268 10.0.0.130 - - [2026-02-23 02:24:08] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000856 10.0.0.130 - - [2026-02-23 02:24:08] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005521 10.0.0.130 - - [2026-02-23 02:24:08] "POST /id-to-fqname HTTP/1.1" 200 190 0.001664 10.0.0.130 - - [2026-02-23 02:24:08] "POST /fqname-to-id HTTP/1.1" 404 199 0.002949 10.0.0.130 - - [2026-02-23 02:24:08] "POST /security-groups HTTP/1.1" 200 591 0.060795 10.0.0.130 - - [2026-02-23 02:24:08] "POST /fqname-to-id HTTP/1.1" 404 234 0.002192 10.0.0.130 - - [2026-02-23 02:24:08] "POST /projects HTTP/1.1" 200 585 0.204472 10.0.0.130 - - [2026-02-23 02:24:08] "POST /access-control-lists HTTP/1.1" 200 598 0.055103 10.0.0.130 - - [2026-02-23 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.272495 10.0.0.130 - - [2026-02-23 02:24:08] "POST /fqname-to-id HTTP/1.1" 404 233 0.002424 10.0.0.130 - - [2026-02-23 02:24:08] "GET /project/a9369ea9-f919-4b3b-93c6-be3fd61101b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.385725 10.0.0.130 - - [2026-02-23 02:24:08] "POST /access-control-lists HTTP/1.1" 200 596 0.060510 10.0.0.130 - - [2026-02-23 02:24:09] "GET / HTTP/1.1" 200 36215 0.001705 10.0.0.130 - - [2026-02-23 02:24:09] "GET / HTTP/1.1" 200 36215 0.001399 10.0.0.130 - - [2026-02-23 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 183 0.002977 10.0.0.130 - - [2026-02-23 02:24:10] "POST /api-access-lists HTTP/1.1" 200 523 0.011133 10.0.0.130 - - [2026-02-23 02:24:10] "GET /api-access-list/b3234033-cebd-4074-8508-5ce5e1166183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003922 10.0.0.130 - - [2026-02-23 02:24:10] "GET /api-access-list/b3234033-cebd-4074-8508-5ce5e1166183 HTTP/1.1" 401 293 0.000419 10.0.0.130 - - [2026-02-23 02:24:10] "GET /api-access-list/b3234033-cebd-4074-8508-5ce5e1166183 HTTP/1.1" 200 1291 0.054275 10.0.0.130 - - [2026-02-23 02:24:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000331 10.0.0.130 - - [2026-02-23 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.034827 10.0.0.130 - - [2026-02-23 02:24:11] "GET /projects?obj_uuids=2dd58487-1248-4668-9732-4191a3975d25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000983 10.0.0.130 - - [2026-02-23 02:24:11] "GET /project/2dd58487-1248-4668-9732-4191a3975d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.032571 10.0.0.130 - - [2026-02-23 02:24:11] "GET /virtual-networks?parent_id=2dd58487-1248-4668-9732-4191a3975d25&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009013 10.0.0.130 - - [2026-02-23 02:24:11] "POST /virtual-networks HTTP/1.1" 200 585 0.046891 10.0.0.130 - - [2026-02-23 02:24:11] "POST /route-targets HTTP/1.1" 200 328 0.008929 10.0.0.130 - - [2026-02-23 02:24:11] "POST /ref-update HTTP/1.1" 200 156 0.011984 10.0.0.130 - - [2026-02-23 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.012283 10.0.0.130 - - [2026-02-23 02:24:11] "GET /network-ipam/3f12031c-cf15-4bce-9b2d-a5c7dfc19631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.009138 10.0.0.130 - - [2026-02-23 02:24:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004301 10.0.0.130 - - [2026-02-23 02:24:11] "POST /ref-update HTTP/1.1" 200 156 0.037798 10.0.0.130 - - [2026-02-23 02:24:11] "POST /neutron/network HTTP/1.1" 200 848 0.042534 10.0.0.130 - - [2026-02-23 02:24:11] "POST /neutron/network HTTP/1.1" 200 848 0.017105 10.0.0.130 - - [2026-02-23 02:24:11] "GET /virtual-network/4de84bf5-8cf7-47bc-ae08-df1c49e57ea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.011037 10.0.0.130 - - [2026-02-23 02:24:11] "POST /neutron/network HTTP/1.1" 200 848 0.015455 10.0.0.130 - - [2026-02-23 02:24:11] "POST /neutron/subnet HTTP/1.1" 200 679 0.021788 10.0.0.130 - - [2026-02-23 02:24:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000331 10.0.0.130 - - [2026-02-23 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.035722 10.0.0.130 - - [2026-02-23 02:24:12] "GET /projects?obj_uuids=a9369ea9-f919-4b3b-93c6-be3fd61101b0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000901 10.0.0.130 - - [2026-02-23 02:24:12] "GET /project/a9369ea9-f919-4b3b-93c6-be3fd61101b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.030128 10.0.0.130 - - [2026-02-23 02:24:12] "GET /virtual-networks?parent_id=a9369ea9-f919-4b3b-93c6-be3fd61101b0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009696 10.0.0.130 - - [2026-02-23 02:24:12] "POST /virtual-networks HTTP/1.1" 200 585 0.042160 10.0.0.130 - - [2026-02-23 02:24:12] "POST /route-targets HTTP/1.1" 200 328 0.008595 10.0.0.130 - - [2026-02-23 02:24:12] "POST /ref-update HTTP/1.1" 200 156 0.010183 10.0.0.130 - - [2026-02-23 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.011145 10.0.0.130 - - [2026-02-23 02:24:12] "GET /network-ipam/3f12031c-cf15-4bce-9b2d-a5c7dfc19631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.009386 10.0.0.130 - - [2026-02-23 02:24:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002926 10.0.0.130 - - [2026-02-23 02:24:12] "POST /ref-update HTTP/1.1" 200 156 0.041202 10.0.0.130 - - [2026-02-23 02:24:12] "POST /neutron/network HTTP/1.1" 200 847 0.037626 10.0.0.130 - - [2026-02-23 02:24:12] "POST /neutron/network HTTP/1.1" 200 847 0.015612 10.0.0.130 - - [2026-02-23 02:24:12] "GET /virtual-network/79fedf81-11c8-4cfc-aeb0-5339211e88a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.010759 10.0.0.130 - - [2026-02-23 02:24:12] "POST /neutron/network HTTP/1.1" 200 847 0.016265 10.0.0.130 - - [2026-02-23 02:24:12] "POST /neutron/subnet HTTP/1.1" 200 674 0.021043 10.0.0.130 - - [2026-02-23 02:24:12] "GET /virtual-network/4de84bf5-8cf7-47bc-ae08-df1c49e57ea9 HTTP/1.1" 401 293 0.000334 10.0.0.130 - - [2026-02-23 02:24:12] "GET /virtual-network/4de84bf5-8cf7-47bc-ae08-df1c49e57ea9 HTTP/1.1" 200 2317 0.044474 10.0.0.130 - - [2026-02-23 02:24:12] "GET /virtual-network/4de84bf5-8cf7-47bc-ae08-df1c49e57ea9 HTTP/1.1" 401 293 0.000358 10.0.0.130 - - [2026-02-23 02:24:13] "GET /virtual-network/4de84bf5-8cf7-47bc-ae08-df1c49e57ea9 HTTP/1.1" 403 376 0.033281 10.0.0.130 - - [2026-02-23 02:24:13] "GET /virtual-network/4de84bf5-8cf7-47bc-ae08-df1c49e57ea9 HTTP/1.1" 200 2317 0.003714 10.0.0.130 - - [2026-02-23 02:24:13] "GET /virtual-networks HTTP/1.1" 200 372 0.014522 10.0.0.130 - - [2026-02-23 02:24:13] "GET /virtual-networks HTTP/1.1" 200 372 0.014076 10.0.0.130 - - [2026-02-23 02:24:13] "GET /obj-perms HTTP/1.1" 403 257 0.031909 10.0.0.130 - - [2026-02-23 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002266 10.0.0.130 - - [2026-02-23 02:24:13] "GET /virtual-network/4de84bf5-8cf7-47bc-ae08-df1c49e57ea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.012512 10.0.0.130 - - [2026-02-23 02:24:14] "GET /obj-perms HTTP/1.1" 403 257 0.028061 10.0.0.130 - - [2026-02-23 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002272 10.0.0.130 - - [2026-02-23 02:24:14] "GET /virtual-network/4de84bf5-8cf7-47bc-ae08-df1c49e57ea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.007770 10.0.0.130 - - [2026-02-23 02:24:14] "GET /obj-perms HTTP/1.1" 200 5049 0.053604 10.0.0.130 - - [2026-02-23 02:24:14] "GET /obj-perms HTTP/1.1" 403 257 0.006766 10.0.0.130 - - [2026-02-23 02:24:14] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.015305 10.0.0.130 - - [2026-02-23 02:24:14] "GET /obj-perms HTTP/1.1" 403 257 0.006542 10.0.0.130 - - [2026-02-23 02:24:14] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.014932 10.0.0.130 - - [2026-02-23 02:24:14] "GET /obj-perms HTTP/1.1" 200 5049 0.002552 10.0.0.130 - - [2026-02-23 02:24:14] "PUT /virtual-network/4de84bf5-8cf7-47bc-ae08-df1c49e57ea9 HTTP/1.1" 200 265 0.021208 10.0.0.130 - - [2026-02-23 02:24:14] "GET /virtual-networks HTTP/1.1" 200 132 0.015889 10.0.0.130 - - [2026-02-23 02:24:14] "GET /virtual-networks HTTP/1.1" 200 613 0.013329 10.0.0.130 - - [2026-02-23 02:24:14] "GET /virtual-networks HTTP/1.1" 200 1435 0.001759 10.0.0.130 - - [2026-02-23 02:24:14] "GET /obj-perms HTTP/1.1" 403 257 0.006356 10.0.0.130 - - [2026-02-23 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001789 10.0.0.130 - - [2026-02-23 02:24:14] "GET /virtual-network/4de84bf5-8cf7-47bc-ae08-df1c49e57ea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008698 10.0.0.130 - - [2026-02-23 02:24:15] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.130 - - [2026-02-23 02:24:15] "GET /obj-perms HTTP/1.1" 403 257 0.036376 10.0.0.130 - - [2026-02-23 02:24:15] "GET /global-system-configs HTTP/1.1" 401 293 0.000299 10.0.0.130 - - [2026-02-23 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002195 10.0.0.130 - - [2026-02-23 02:24:15] "GET /virtual-network/4de84bf5-8cf7-47bc-ae08-df1c49e57ea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.007649 10.0.0.130 - - [2026-02-23 02:24:15] "GET /obj-perms HTTP/1.1" 403 257 0.007428 10.0.0.130 - - [2026-02-23 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002354 10.0.0.130 - - [2026-02-23 02:24:15] "GET /global-system-configs HTTP/1.1" 401 293 0.000307 10.0.0.130 - - [2026-02-23 02:24:15] "GET /virtual-network/4de84bf5-8cf7-47bc-ae08-df1c49e57ea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.014844 10.0.0.130 - - [2026-02-23 02:24:15] "GET /global-system-configs HTTP/1.1" 401 293 0.000324 10.0.0.130 - - [2026-02-23 02:24:15] "GET /obj-perms HTTP/1.1" 200 5049 0.002736 10.0.0.130 - - [2026-02-23 02:24:15] "GET /obj-perms HTTP/1.1" 403 257 0.006801 10.0.0.130 - - [2026-02-23 02:24:15] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016495 10.0.0.130 - - [2026-02-23 02:24:15] "GET /obj-perms HTTP/1.1" 403 257 0.006478 10.0.0.130 - - [2026-02-23 02:24:15] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.016937 10.0.0.130 - - [2026-02-23 02:24:15] "GET /obj-perms HTTP/1.1" 200 5049 0.002714 10.0.0.130 - - [2026-02-23 02:24:15] "PUT /virtual-network/4de84bf5-8cf7-47bc-ae08-df1c49e57ea9 HTTP/1.1" 200 265 0.020870 10.0.0.130 - - [2026-02-23 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.130 - - [2026-02-23 02:24:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001788 10.0.0.130 - - [2026-02-23 02:24:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002252 10.0.0.130 - - [2026-02-23 02:24:16] "DELETE /virtual-network/79fedf81-11c8-4cfc-aeb0-5339211e88a2 HTTP/1.1" 200 115 0.059866 10.0.0.130 - - [2026-02-23 02:24:16] "DELETE /route-target/b9b4a616-a5a1-4ebe-98ba-8b306548a5a4 HTTP/1.1" 200 115 0.016237 10.0.0.130 - - [2026-02-23 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.130 - - [2026-02-23 02:24:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002527 10.0.0.130 - - [2026-02-23 02:24:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003353 10.0.0.130 - - [2026-02-23 02:24:16] "DELETE /virtual-network/4de84bf5-8cf7-47bc-ae08-df1c49e57ea9 HTTP/1.1" 200 115 0.079620 10.0.0.130 - - [2026-02-23 02:24:16] "DELETE /route-target/780302dd-63f3-4ee7-8963-1353848bc43f HTTP/1.1" 200 115 0.018249 10.0.0.130 - - [2026-02-23 02:24:16] "DELETE /api-access-list/b3234033-cebd-4074-8508-5ce5e1166183 HTTP/1.1" 200 115 0.023648 10.0.0.130 - - [2026-02-23 02:24:16] "GET /api-access-list/b3234033-cebd-4074-8508-5ce5e1166183 HTTP/1.1" 404 171 0.002075 10.0.0.130 - - [2026-02-23 02:24:16] "GET /projects?obj_uuids=a9369ea9-f919-4b3b-93c6-be3fd61101b0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001234 10.0.0.130 - - [2026-02-23 02:24:16] "GET /project/a9369ea9-f919-4b3b-93c6-be3fd61101b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.021857 10.0.0.130 - - [2026-02-23 02:24:16] "GET /projects?obj_uuids=a9369ea9-f919-4b3b-93c6-be3fd61101b0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000808 10.0.0.130 - - [2026-02-23 02:24:16] "GET /project/a9369ea9-f919-4b3b-93c6-be3fd61101b0?fields=virtual_networks HTTP/1.1" 200 1045 0.064122 10.0.0.130 - - [2026-02-23 02:24:16] "GET /projects?obj_uuids=a9369ea9-f919-4b3b-93c6-be3fd61101b0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000942 10.0.0.130 - - [2026-02-23 02:24:16] "GET /project/a9369ea9-f919-4b3b-93c6-be3fd61101b0?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.021494 10.0.0.130 - - [2026-02-23 02:24:16] "GET /projects?obj_uuids=a9369ea9-f919-4b3b-93c6-be3fd61101b0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000875 10.0.0.130 - - [2026-02-23 02:24:16] "GET /project/a9369ea9-f919-4b3b-93c6-be3fd61101b0?fields=security_groups HTTP/1.1" 200 1272 0.025728 10.0.0.130 - - [2026-02-23 02:24:17] "GET /projects?obj_uuids=2dd58487-1248-4668-9732-4191a3975d25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000884 10.0.0.130 - - [2026-02-23 02:24:17] "GET /project/2dd58487-1248-4668-9732-4191a3975d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.020909 10.0.0.130 - - [2026-02-23 02:24:17] "GET /projects?obj_uuids=2dd58487-1248-4668-9732-4191a3975d25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000813 10.0.0.130 - - [2026-02-23 02:24:17] "GET /project/2dd58487-1248-4668-9732-4191a3975d25?fields=virtual_networks HTTP/1.1" 200 1044 0.066492 10.0.0.130 - - [2026-02-23 02:24:17] "GET /projects?obj_uuids=2dd58487-1248-4668-9732-4191a3975d25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000885 10.0.0.130 - - [2026-02-23 02:24:17] "GET /project/2dd58487-1248-4668-9732-4191a3975d25?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.023158 10.0.0.130 - - [2026-02-23 02:24:17] "GET /projects?obj_uuids=2dd58487-1248-4668-9732-4191a3975d25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000879 10.0.0.130 - - [2026-02-23 02:24:17] "GET /project/2dd58487-1248-4668-9732-4191a3975d25?fields=security_groups HTTP/1.1" 200 1271 0.021077 10.0.0.130 - - [2026-02-23 02:24:17] "GET /aaa-mode HTTP/1.1" 200 128 0.001367 10.0.0.130 - - [2026-02-23 02:24:18] "GET / HTTP/1.1" 200 36215 0.001623 10.0.0.130 - - [2026-02-23 02:24:19] "GET / HTTP/1.1" 200 36215 0.001403 10.0.0.130 - - [2026-02-23 02:24:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000562 10.0.0.130 - - [2026-02-23 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.063106 10.0.0.130 - - [2026-02-23 02:24:20] "GET /projects?obj_uuids=b54e316f-7f7f-40ba-a361-0885b9867791&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000996 10.0.0.130 - - [2026-02-23 02:24:20] "GET /project/b54e316f-7f7f-40ba-a361-0885b9867791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.028363 10.0.0.130 - - [2026-02-23 02:24:20] "GET /virtual-networks?parent_id=b54e316f-7f7f-40ba-a361-0885b9867791&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006994 10.0.0.130 - - [2026-02-23 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.007366 10.0.0.130 - - [2026-02-23 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007522 10.0.0.130 - - [2026-02-23 02:24:20] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000987 10.0.0.130 - - [2026-02-23 02:24:20] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.012001 10.0.0.130 - - [2026-02-23 02:24:20] "POST /service-templates HTTP/1.1" 403 264 0.006073 10.0.0.130 - - [2026-02-23 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 215 0.002264 10.0.0.130 - - [2026-02-23 02:24:20] "POST /api-access-lists HTTP/1.1" 200 557 0.012322 10.0.0.130 - - [2026-02-23 02:24:20] "GET /api-access-list/b715f6d8-30af-4f45-a165-9403db4fab59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.004129 10.0.0.130 - - [2026-02-23 02:24:20] "GET /api-access-list/b715f6d8-30af-4f45-a165-9403db4fab59 HTTP/1.1" 200 1326 0.002825 10.0.0.130 - - [2026-02-23 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.008876 10.0.0.130 - - [2026-02-23 02:24:20] "GET /projects?obj_uuids=b54e316f-7f7f-40ba-a361-0885b9867791&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000969 10.0.0.130 - - [2026-02-23 02:24:20] "GET /project/b54e316f-7f7f-40ba-a361-0885b9867791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.029225 10.0.0.130 - - [2026-02-23 02:24:20] "GET /virtual-networks?parent_id=b54e316f-7f7f-40ba-a361-0885b9867791&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010062 10.0.0.130 - - [2026-02-23 02:24:20] "POST /virtual-networks HTTP/1.1" 200 585 0.040784 10.0.0.130 - - [2026-02-23 02:24:20] "POST /route-targets HTTP/1.1" 200 328 0.008130 10.0.0.130 - - [2026-02-23 02:24:20] "POST /ref-update HTTP/1.1" 200 156 0.009222 10.0.0.130 - - [2026-02-23 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.009913 10.0.0.130 - - [2026-02-23 02:24:20] "GET /network-ipam/3f12031c-cf15-4bce-9b2d-a5c7dfc19631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.009892 10.0.0.130 - - [2026-02-23 02:24:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001878 10.0.0.130 - - [2026-02-23 02:24:20] "POST /ref-update HTTP/1.1" 200 156 0.043284 10.0.0.130 - - [2026-02-23 02:24:20] "POST /neutron/network HTTP/1.1" 200 848 0.038979 10.0.0.130 - - [2026-02-23 02:24:21] "POST /neutron/network HTTP/1.1" 200 848 0.014777 10.0.0.130 - - [2026-02-23 02:24:21] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.010690 10.0.0.130 - - [2026-02-23 02:24:21] "POST /neutron/network HTTP/1.1" 200 848 0.015227 10.0.0.130 - - [2026-02-23 02:24:21] "POST /neutron/subnet HTTP/1.1" 200 679 0.022429 10.0.0.130 - - [2026-02-23 02:24:21] "POST /neutron/network HTTP/1.1" 200 848 0.054999 10.0.0.130 - - [2026-02-23 02:24:21] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.004167 10.0.0.130 - - [2026-02-23 02:24:21] "GET /network-ipam/3f12031c-cf15-4bce-9b2d-a5c7dfc19631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.002713 10.0.0.130 - - [2026-02-23 02:24:21] "GET /domains HTTP/1.1" 200 281 0.002640 10.0.0.130 - - [2026-02-23 02:24:21] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000772 10.0.0.130 - - [2026-02-23 02:24:21] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 3140 0.005294 10.0.0.130 - - [2026-02-23 02:24:21] "GET /projects?obj_uuids=b54e316f-7f7f-40ba-a361-0885b9867791&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000736 10.0.0.130 - - [2026-02-23 02:24:21] "GET /project/b54e316f-7f7f-40ba-a361-0885b9867791 HTTP/1.1" 200 2370 0.065447 10.0.0.130 - - [2026-02-23 02:24:21] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed HTTP/1.1" 200 2318 0.004869 10.0.0.130 - - [2026-02-23 02:24:21] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed HTTP/1.1" 200 2318 0.003864 10.0.0.130 - - [2026-02-23 02:24:21] "GET /routing-instance/15469e54-3779-41a4-bc35-81321e6a476a HTTP/1.1" 200 1558 0.002790 10.0.0.130 - - [2026-02-23 02:24:21] "GET /routing-instance/15469e54-3779-41a4-bc35-81321e6a476a HTTP/1.1" 200 1558 0.002468 10.0.0.130 - - [2026-02-23 02:24:21] "GET /route-target/d5f2276f-0f0c-4835-8fdb-89f3bb61588e HTTP/1.1" 200 1247 0.002321 10.0.0.130 - - [2026-02-23 02:24:21] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed HTTP/1.1" 200 2318 0.003562 10.0.0.130 - - [2026-02-23 02:24:21] "GET /routing-instance/15469e54-3779-41a4-bc35-81321e6a476a HTTP/1.1" 200 1558 0.002244 10.0.0.130 - - [2026-02-23 02:24:21] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.003885 10.0.0.130 - - [2026-02-23 02:24:21] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed HTTP/1.1" 200 2318 0.003573 10.0.0.130 - - [2026-02-23 02:24:21] "GET /routing-instance/15469e54-3779-41a4-bc35-81321e6a476a HTTP/1.1" 200 1558 0.002319 10.0.0.130 - - [2026-02-23 02:24:21] "GET /routing-instance/15469e54-3779-41a4-bc35-81321e6a476a HTTP/1.1" 200 1558 0.002296 10.0.0.130 - - [2026-02-23 02:24:21] "GET /route-target/d5f2276f-0f0c-4835-8fdb-89f3bb61588e HTTP/1.1" 200 1247 0.002434 10.0.0.130 - - [2026-02-23 02:24:21] "GET /domains HTTP/1.1" 200 281 0.001920 10.0.0.130 - - [2026-02-23 02:24:21] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.130 - - [2026-02-23 02:24:21] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3 HTTP/1.1" 200 3140 0.006047 10.0.0.130 - - [2026-02-23 02:24:21] "GET /projects?obj_uuids=b54e316f-7f7f-40ba-a361-0885b9867791&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000737 10.0.0.130 - - [2026-02-23 02:24:21] "GET /project/b54e316f-7f7f-40ba-a361-0885b9867791 HTTP/1.1" 200 2370 0.065220 10.0.0.130 - - [2026-02-23 02:24:21] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed HTTP/1.1" 200 2318 0.004418 10.0.0.130 - - [2026-02-23 02:24:21] "GET /obj-perms HTTP/1.1" 200 5049 0.002621 10.0.0.130 - - [2026-02-23 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.007667 10.0.0.130 - - [2026-02-23 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.007796 10.0.0.130 - - [2026-02-23 02:24:21] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.130 - - [2026-02-23 02:24:21] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.013169 10.0.0.130 - - [2026-02-23 02:24:21] "POST /service-templates HTTP/1.1" 403 264 0.007478 10.0.0.130 - - [2026-02-23 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.002517 10.0.0.130 - - [2026-02-23 02:24:21] "POST /api-access-lists HTTP/1.1" 200 523 0.011151 10.0.0.130 - - [2026-02-23 02:24:21] "GET /api-access-list/c6cddafe-767a-4bce-9044-2684cc0ebd51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.005430 10.0.0.130 - - [2026-02-23 02:24:21] "GET /api-access-list/c6cddafe-767a-4bce-9044-2684cc0ebd51 HTTP/1.1" 200 1293 0.002644 10.0.0.130 - - [2026-02-23 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.009049 10.0.0.130 - - [2026-02-23 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008121 10.0.0.130 - - [2026-02-23 02:24:21] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000966 10.0.0.130 - - [2026-02-23 02:24:21] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.013365 10.0.0.130 - - [2026-02-23 02:24:21] "POST /service-templates HTTP/1.1" 200 553 0.025191 10.0.0.130 - - [2026-02-23 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.011734 10.0.0.130 - - [2026-02-23 02:24:22] "GET /service-template/7ae50f1e-cebd-4caa-9462-bc978c23ee7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.011611 10.0.0.130 - - [2026-02-23 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.012067 10.0.0.130 - - [2026-02-23 02:24:22] "GET /service-template/7ae50f1e-cebd-4caa-9462-bc978c23ee7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.010816 10.0.0.130 - - [2026-02-23 02:24:22] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed HTTP/1.1" 401 293 0.000412 10.0.0.130 - - [2026-02-23 02:24:22] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed HTTP/1.1" 403 263 0.032184 10.0.0.130 - - [2026-02-23 02:24:22] "GET /service-template/7ae50f1e-cebd-4caa-9462-bc978c23ee7e HTTP/1.1" 403 264 0.007438 10.0.0.130 - - [2026-02-23 02:24:22] "GET /service-template/7ae50f1e-cebd-4caa-9462-bc978c23ee7e HTTP/1.1" 403 264 0.031124 10.0.0.130 - - [2026-02-23 02:24:23] "GET /obj-perms HTTP/1.1" 403 257 0.033142 10.0.0.130 - - [2026-02-23 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001990 10.0.0.130 - - [2026-02-23 02:24:23] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008105 10.0.0.130 - - [2026-02-23 02:24:23] "GET /obj-perms HTTP/1.1" 403 257 0.009808 10.0.0.130 - - [2026-02-23 02:24:23] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007965 10.0.0.130 - - [2026-02-23 02:24:23] "GET /api-access-list/b715f6d8-30af-4f45-a165-9403db4fab59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.002779 10.0.0.130 - - [2026-02-23 02:24:23] "PUT /api-access-list/b715f6d8-30af-4f45-a165-9403db4fab59 HTTP/1.1" 200 265 0.006272 10.0.0.130 - - [2026-02-23 02:24:23] "GET /api-access-list/b715f6d8-30af-4f45-a165-9403db4fab59 HTTP/1.1" 200 1463 0.002868 10.0.0.130 - - [2026-02-23 02:24:23] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed HTTP/1.1" 200 2318 0.011489 10.0.0.130 - - [2026-02-23 02:24:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000461 10.0.0.130 - - [2026-02-23 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.034211 10.0.0.130 - - [2026-02-23 02:24:23] "GET /projects?obj_uuids=b54e316f-7f7f-40ba-a361-0885b9867791&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001312 10.0.0.130 - - [2026-02-23 02:24:23] "GET /project/b54e316f-7f7f-40ba-a361-0885b9867791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.038180 10.0.0.130 - - [2026-02-23 02:24:23] "GET /virtual-networks?parent_id=b54e316f-7f7f-40ba-a361-0885b9867791&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.018032 10.0.0.130 - - [2026-02-23 02:24:23] "POST /virtual-networks HTTP/1.1" 403 263 0.007792 10.0.0.130 - - [2026-02-23 02:24:24] "GET /service-template/7ae50f1e-cebd-4caa-9462-bc978c23ee7e HTTP/1.1" 403 264 0.011433 10.0.0.130 - - [2026-02-23 02:24:24] "GET /service-template/7ae50f1e-cebd-4caa-9462-bc978c23ee7e HTTP/1.1" 403 264 0.036911 10.0.0.130 - - [2026-02-23 02:24:24] "GET /obj-perms HTTP/1.1" 403 257 0.007734 10.0.0.130 - - [2026-02-23 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002383 10.0.0.130 - - [2026-02-23 02:24:24] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.016362 10.0.0.130 - - [2026-02-23 02:24:24] "GET /obj-perms HTTP/1.1" 403 257 0.007705 10.0.0.130 - - [2026-02-23 02:24:24] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.016625 10.0.0.130 - - [2026-02-23 02:24:24] "GET /api-access-list/c6cddafe-767a-4bce-9044-2684cc0ebd51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.002757 10.0.0.130 - - [2026-02-23 02:24:24] "PUT /api-access-list/c6cddafe-767a-4bce-9044-2684cc0ebd51 HTTP/1.1" 200 265 0.005789 10.0.0.130 - - [2026-02-23 02:24:24] "GET /api-access-list/c6cddafe-767a-4bce-9044-2684cc0ebd51 HTTP/1.1" 200 1431 0.003901 10.0.0.130 - - [2026-02-23 02:24:24] "GET /service-template/7ae50f1e-cebd-4caa-9462-bc978c23ee7e HTTP/1.1" 200 1855 0.010579 10.0.0.130 - - [2026-02-23 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 197 0.007298 10.0.0.130 - - [2026-02-23 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007954 10.0.0.130 - - [2026-02-23 02:24:24] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.130 - - [2026-02-23 02:24:24] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.013703 10.0.0.130 - - [2026-02-23 02:24:24] "POST /service-templates HTTP/1.1" 403 264 0.008178 10.0.0.130 - - [2026-02-23 02:24:24] "GET /api-access-list/b715f6d8-30af-4f45-a165-9403db4fab59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.005527 10.0.0.130 - - [2026-02-23 02:24:24] "PUT /api-access-list/b715f6d8-30af-4f45-a165-9403db4fab59 HTTP/1.1" 200 265 0.007485 10.0.0.130 - - [2026-02-23 02:24:24] "GET /api-access-list/b715f6d8-30af-4f45-a165-9403db4fab59 HTTP/1.1" 200 1326 0.003492 10.0.0.130 - - [2026-02-23 02:24:24] "GET /api-access-list/c6cddafe-767a-4bce-9044-2684cc0ebd51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.002333 10.0.0.130 - - [2026-02-23 02:24:24] "PUT /api-access-list/c6cddafe-767a-4bce-9044-2684cc0ebd51 HTTP/1.1" 200 265 0.007376 10.0.0.130 - - [2026-02-23 02:24:25] "GET /api-access-list/c6cddafe-767a-4bce-9044-2684cc0ebd51 HTTP/1.1" 200 1293 0.002872 10.0.0.130 - - [2026-02-23 02:24:25] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed HTTP/1.1" 403 263 0.007282 10.0.0.130 - - [2026-02-23 02:24:25] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed HTTP/1.1" 403 263 0.030410 10.0.0.130 - - [2026-02-23 02:24:25] "GET /service-template/7ae50f1e-cebd-4caa-9462-bc978c23ee7e HTTP/1.1" 403 264 0.006615 10.0.0.130 - - [2026-02-23 02:24:25] "GET /service-template/7ae50f1e-cebd-4caa-9462-bc978c23ee7e HTTP/1.1" 403 264 0.031149 10.0.0.130 - - [2026-02-23 02:24:25] "GET /obj-perms HTTP/1.1" 403 257 0.006866 10.0.0.130 - - [2026-02-23 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002029 10.0.0.130 - - [2026-02-23 02:24:25] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007576 10.0.0.130 - - [2026-02-23 02:24:26] "GET /obj-perms HTTP/1.1" 403 257 0.031633 10.0.0.130 - - [2026-02-23 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.001915 10.0.0.130 - - [2026-02-23 02:24:26] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008046 10.0.0.130 - - [2026-02-23 02:24:26] "GET /obj-perms HTTP/1.1" 403 257 0.008638 10.0.0.130 - - [2026-02-23 02:24:26] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007926 10.0.0.130 - - [2026-02-23 02:24:26] "GET /api-access-list/6ae65e9b-6a0a-4e32-881e-c085094f5899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.002930 10.0.0.130 - - [2026-02-23 02:24:26] "PUT /api-access-list/6ae65e9b-6a0a-4e32-881e-c085094f5899 HTTP/1.1" 200 265 0.007691 10.0.0.130 - - [2026-02-23 02:24:26] "GET /service-template/7ae50f1e-cebd-4caa-9462-bc978c23ee7e HTTP/1.1" 200 1855 0.010859 10.0.0.130 - - [2026-02-23 02:24:26] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed HTTP/1.1" 200 2318 0.022223 10.0.0.130 - - [2026-02-23 02:24:26] "GET /obj-perms HTTP/1.1" 403 257 0.008957 10.0.0.130 - - [2026-02-23 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002181 10.0.0.130 - - [2026-02-23 02:24:26] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.013672 10.0.0.130 - - [2026-02-23 02:24:26] "GET /obj-perms HTTP/1.1" 403 257 0.008239 10.0.0.130 - - [2026-02-23 02:24:26] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.016465 10.0.0.130 - - [2026-02-23 02:24:26] "DELETE /api-access-list/b715f6d8-30af-4f45-a165-9403db4fab59 HTTP/1.1" 200 115 0.017013 10.0.0.130 - - [2026-02-23 02:24:26] "GET /api-access-list/b715f6d8-30af-4f45-a165-9403db4fab59 HTTP/1.1" 404 171 0.002269 10.0.0.130 - - [2026-02-23 02:24:26] "DELETE /api-access-list/c6cddafe-767a-4bce-9044-2684cc0ebd51 HTTP/1.1" 200 115 0.016186 10.0.0.130 - - [2026-02-23 02:24:26] "GET /api-access-list/c6cddafe-767a-4bce-9044-2684cc0ebd51 HTTP/1.1" 404 171 0.002327 10.0.0.130 - - [2026-02-23 02:24:26] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed HTTP/1.1" 401 293 0.000345 10.0.0.130 - - [2026-02-23 02:24:27] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed HTTP/1.1" 403 263 0.032542 10.0.0.130 - - [2026-02-23 02:24:27] "GET /service-template/7ae50f1e-cebd-4caa-9462-bc978c23ee7e HTTP/1.1" 403 264 0.005589 10.0.0.130 - - [2026-02-23 02:24:27] "GET /service-template/7ae50f1e-cebd-4caa-9462-bc978c23ee7e HTTP/1.1" 403 264 0.027924 10.0.0.130 - - [2026-02-23 02:24:27] "GET /obj-perms HTTP/1.1" 403 257 0.028298 10.0.0.130 - - [2026-02-23 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002105 10.0.0.130 - - [2026-02-23 02:24:27] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006722 10.0.0.130 - - [2026-02-23 02:24:27] "GET /obj-perms HTTP/1.1" 403 257 0.006467 10.0.0.130 - - [2026-02-23 02:24:27] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.005825 10.0.0.130 - - [2026-02-23 02:24:27] "GET /api-access-list/6ae65e9b-6a0a-4e32-881e-c085094f5899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.002886 10.0.0.130 - - [2026-02-23 02:24:27] "PUT /api-access-list/6ae65e9b-6a0a-4e32-881e-c085094f5899 HTTP/1.1" 200 265 0.006816 10.0.0.130 - - [2026-02-23 02:24:27] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed HTTP/1.1" 200 2318 0.012110 10.0.0.130 - - [2026-02-23 02:24:27] "GET /service-template/7ae50f1e-cebd-4caa-9462-bc978c23ee7e HTTP/1.1" 200 1855 0.010162 10.0.0.130 - - [2026-02-23 02:24:28] "GET /obj-perms HTTP/1.1" 403 257 0.006342 10.0.0.130 - - [2026-02-23 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.130 - - [2026-02-23 02:24:28] "GET /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.012713 10.0.0.130 - - [2026-02-23 02:24:28] "GET /obj-perms HTTP/1.1" 403 257 0.005732 10.0.0.130 - - [2026-02-23 02:24:28] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.013512 10.0.0.130 - - [2026-02-23 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.008254 10.0.0.130 - - [2026-02-23 02:24:28] "DELETE /service-template/7ae50f1e-cebd-4caa-9462-bc978c23ee7e HTTP/1.1" 200 115 0.020408 10.0.0.130 - - [2026-02-23 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.007852 10.0.0.130 - - [2026-02-23 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.130 - - [2026-02-23 02:24:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001658 10.0.0.130 - - [2026-02-23 02:24:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002434 10.0.0.130 - - [2026-02-23 02:24:28] "DELETE /virtual-network/bd59c630-f719-46c4-a05d-61ba7b84b7ed HTTP/1.1" 200 115 0.058596 10.0.0.130 - - [2026-02-23 02:24:28] "DELETE /route-target/d5f2276f-0f0c-4835-8fdb-89f3bb61588e HTTP/1.1" 200 115 0.011706 10.0.0.130 - - [2026-02-23 02:24:28] "GET /api-access-list/6ae65e9b-6a0a-4e32-881e-c085094f5899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.003049 10.0.0.130 - - [2026-02-23 02:24:28] "PUT /api-access-list/6ae65e9b-6a0a-4e32-881e-c085094f5899 HTTP/1.1" 200 265 0.007818 10.0.0.130 - - [2026-02-23 02:24:28] "GET /api-access-list/6ae65e9b-6a0a-4e32-881e-c085094f5899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.003180 10.0.0.130 - - [2026-02-23 02:24:28] "PUT /api-access-list/6ae65e9b-6a0a-4e32-881e-c085094f5899 HTTP/1.1" 200 265 0.007961 10.0.0.130 - - [2026-02-23 02:24:29] "GET /api-access-list/6ae65e9b-6a0a-4e32-881e-c085094f5899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003514 10.0.0.130 - - [2026-02-23 02:24:29] "PUT /api-access-list/6ae65e9b-6a0a-4e32-881e-c085094f5899 HTTP/1.1" 200 265 0.007261 10.0.0.130 - - [2026-02-23 02:24:29] "GET /projects?obj_uuids=b54e316f-7f7f-40ba-a361-0885b9867791&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000924 10.0.0.130 - - [2026-02-23 02:24:29] "GET /project/b54e316f-7f7f-40ba-a361-0885b9867791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.024747 10.0.0.130 - - [2026-02-23 02:24:29] "GET /projects?obj_uuids=b54e316f-7f7f-40ba-a361-0885b9867791&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000918 10.0.0.130 - - [2026-02-23 02:24:29] "GET /project/b54e316f-7f7f-40ba-a361-0885b9867791?fields=virtual_networks HTTP/1.1" 200 1045 0.066925 10.0.0.130 - - [2026-02-23 02:24:29] "GET /projects?obj_uuids=b54e316f-7f7f-40ba-a361-0885b9867791&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000968 10.0.0.130 - - [2026-02-23 02:24:29] "GET /project/b54e316f-7f7f-40ba-a361-0885b9867791?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.020947 10.0.0.130 - - [2026-02-23 02:24:29] "GET /projects?obj_uuids=b54e316f-7f7f-40ba-a361-0885b9867791&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000911 10.0.0.130 - - [2026-02-23 02:24:29] "GET /project/b54e316f-7f7f-40ba-a361-0885b9867791?fields=security_groups HTTP/1.1" 200 1272 0.025935 10.0.0.130 - - [2026-02-23 02:24:30] "GET /projects?obj_uuids=8d01ea3d-bd0e-471f-8694-1448f304f7bb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000940 10.0.0.130 - - [2026-02-23 02:24:30] "GET /project/8d01ea3d-bd0e-471f-8694-1448f304f7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.021713 [Introspect:8084]10.0.0.130 - - [2026-02-23 02:24:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001757 10.0.0.130 - - [2026-02-23 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 184 0.023407 10.0.0.130 - - [2026-02-23 02:24:30] "GET /projects?obj_uuids=2753304a-d6e3-4ee8-9a5c-c06bbe44ce36&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002036 10.0.0.130 - - [2026-02-23 02:24:31] "GET /domains?obj_uuids=908b7632-dc5d-40f0-9381-8b9bfa84b7c3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000876 10.0.0.130 - - [2026-02-23 02:24:31] "GET /domain/908b7632-dc5d-40f0-9381-8b9bfa84b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005756 10.0.0.130 - - [2026-02-23 02:24:31] "POST /id-to-fqname HTTP/1.1" 200 186 0.001342 10.0.0.130 - - [2026-02-23 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 195 0.002172 10.0.0.130 - - [2026-02-23 02:24:31] "POST /security-groups HTTP/1.1" 200 587 0.060248 10.0.0.130 - - [2026-02-23 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 230 0.002259 10.0.0.130 - - [2026-02-23 02:24:31] "POST /projects HTTP/1.1" 200 577 0.203692 10.0.0.130 - - [2026-02-23 02:24:31] "POST /access-control-lists HTTP/1.1" 200 594 0.057463 10.0.0.130 - - [2026-02-23 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.275312 10.0.0.130 - - [2026-02-23 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.002357 10.0.0.130 - - [2026-02-23 02:24:31] "GET /project/2753304a-d6e3-4ee8-9a5c-c06bbe44ce36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.398888 10.0.0.130 - - [2026-02-23 02:24:31] "POST /access-control-lists HTTP/1.1" 200 592 0.088213 10.0.0.130 - - [2026-02-23 02:24:32] "GET / HTTP/1.1" 200 36215 0.001783 10.0.0.130 - - [2026-02-23 02:24:32] "GET /projects?obj_uuids=2753304a-d6e3-4ee8-9a5c-c06bbe44ce36&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001226 10.0.0.130 - - [2026-02-23 02:24:32] "GET /project/2753304a-d6e3-4ee8-9a5c-c06bbe44ce36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.021207 10.0.0.130 - - [2026-02-23 02:24:32] "GET /projects?obj_uuids=2753304a-d6e3-4ee8-9a5c-c06bbe44ce36&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001221 10.0.0.130 - - [2026-02-23 02:24:32] "GET /project/2753304a-d6e3-4ee8-9a5c-c06bbe44ce36?fields=virtual_networks HTTP/1.1" 200 1036 0.066329 10.0.0.130 - - [2026-02-23 02:24:32] "GET /projects?obj_uuids=2753304a-d6e3-4ee8-9a5c-c06bbe44ce36&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001197 10.0.0.130 - - [2026-02-23 02:24:32] "GET /project/2753304a-d6e3-4ee8-9a5c-c06bbe44ce36?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.029186 10.0.0.130 - - [2026-02-23 02:24:33] "GET /projects?obj_uuids=2753304a-d6e3-4ee8-9a5c-c06bbe44ce36&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000931 10.0.0.130 - - [2026-02-23 02:24:33] "GET /project/2753304a-d6e3-4ee8-9a5c-c06bbe44ce36?fields=security_groups HTTP/1.1" 200 1259 0.021318 10.0.0.130 - - [2026-02-23 02:25:01] "DELETE /project/2dd584871248466897324191a3975d25 HTTP/1.1" 404 173 0.048296 10.0.0.130 - - [2026-02-23 02:25:01] "DELETE /project/2753304ad6e34ee89a5cc06bbe44ce36 HTTP/1.1" 404 173 0.107925 10.0.0.130 - - [2026-02-23 02:25:01] "DELETE /project/a9369ea9f9194b3b93c6be3fd61101b0 HTTP/1.1" 404 173 0.158685 10.0.0.130 - - [2026-02-23 02:25:01] "DELETE /project/b54e316f7f7f40baa3610885b9867791 HTTP/1.1" 404 173 0.176296 10.0.0.130 - - [2026-02-23 02:25:01] "GET /projects?obj_uuids=2753304a-d6e3-4ee8-9a5c-c06bbe44ce36&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001027 10.0.0.130 - - [2026-02-23 02:25:01] "GET /project/2753304a-d6e3-4ee8-9a5c-c06bbe44ce36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.195896 10.0.0.130 - - [2026-02-23 02:25:01] "GET /projects?obj_uuids=f4f219f9-07e5-413f-b263-2c837a41f9bd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001050 10.0.0.130 - - [2026-02-23 02:25:01] "GET /projects?obj_uuids=2753304a-d6e3-4ee8-9a5c-c06bbe44ce36&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000857 10.0.0.130 - - [2026-02-23 02:25:01] "GET /project/2753304a-d6e3-4ee8-9a5c-c06bbe44ce36?fields=security_groups HTTP/1.1" 200 1361 0.026863 10.0.0.130 - - [2026-02-23 02:25:01] "GET /projects?obj_uuids=b54e316f-7f7f-40ba-a361-0885b9867791&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001249 10.0.0.130 - - [2026-02-23 02:25:01] "GET /projects?obj_uuids=2dd58487-1248-4668-9732-4191a3975d25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001109 10.0.0.130 - - [2026-02-23 02:25:01] "GET /project/f4f219f9-07e5-413f-b263-2c837a41f9bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.238278 10.0.0.130 - - [2026-02-23 02:25:01] "GET /projects?obj_uuids=f4f219f9-07e5-413f-b263-2c837a41f9bd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001405 10.0.0.130 - - [2026-02-23 02:25:01] "GET /projects?obj_uuids=a9369ea9-f919-4b3b-93c6-be3fd61101b0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001013 10.0.0.130 - - [2026-02-23 02:25:01] "GET /project/b54e316f-7f7f-40ba-a361-0885b9867791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.268526 10.0.0.130 - - [2026-02-23 02:25:01] "GET /project/2dd58487-1248-4668-9732-4191a3975d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.250983 10.0.0.130 - - [2026-02-23 02:25:01] "GET /project/a9369ea9-f919-4b3b-93c6-be3fd61101b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.238047 10.0.0.130 - - [2026-02-23 02:25:01] "GET /projects?obj_uuids=b54e316f-7f7f-40ba-a361-0885b9867791&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001199 10.0.0.130 - - [2026-02-23 02:25:01] "GET /projects?obj_uuids=a9369ea9-f919-4b3b-93c6-be3fd61101b0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001037 10.0.0.130 - - [2026-02-23 02:25:01] "GET /projects?obj_uuids=2dd58487-1248-4668-9732-4191a3975d25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001051 10.0.0.130 - - [2026-02-23 02:25:01] "GET /project/f4f219f9-07e5-413f-b263-2c837a41f9bd?fields=security_groups HTTP/1.1" 200 1359 0.117269 10.0.0.130 - - [2026-02-23 02:25:01] "DELETE /security-group/dce27f20-5a36-4f87-bcee-90d4f2c21e53 HTTP/1.1" 200 115 0.121357 10.0.0.130 - - [2026-02-23 02:25:01] "GET /project/b54e316f-7f7f-40ba-a361-0885b9867791?fields=security_groups HTTP/1.1" 200 1374 0.083858 10.0.0.130 - - [2026-02-23 02:25:01] "GET /projects?obj_uuids=2753304a-d6e3-4ee8-9a5c-c06bbe44ce36&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000898 10.0.0.130 - - [2026-02-23 02:25:01] "GET /project/a9369ea9-f919-4b3b-93c6-be3fd61101b0?fields=security_groups HTTP/1.1" 200 1374 0.087515 10.0.0.130 - - [2026-02-23 02:25:01] "GET /project/2dd58487-1248-4668-9732-4191a3975d25?fields=security_groups HTTP/1.1" 200 1373 0.102033 10.0.0.130 - - [2026-02-23 02:25:01] "DELETE /access-control-list/61c8ab22-25a1-486e-8707-53ccd06facc8 HTTP/1.1" 200 115 0.088353 10.0.0.130 - - [2026-02-23 02:25:01] "GET /project/2753304a-d6e3-4ee8-9a5c-c06bbe44ce36?fields=application_policy_sets HTTP/1.1" 200 1400 0.081232 10.0.0.130 - - [2026-02-23 02:25:01] "DELETE /access-control-list/62cb00c8-205f-4c2a-8727-163cbc6206bc HTTP/1.1" 200 115 0.044718 10.0.0.130 - - [2026-02-23 02:25:02] "DELETE /access-control-list/c4aab1dc-16f8-4118-8271-1fcc43608965 HTTP/1.1" 200 115 0.034692 10.0.0.130 - - [2026-02-23 02:25:02] "DELETE /security-group/58d604bf-b2a8-44f0-b764-e3fd737f4e25 HTTP/1.1" 200 115 0.114474 10.0.0.130 - - [2026-02-23 02:25:02] "DELETE /security-group/59fd9afe-6d39-4dd6-b99c-7f493a37bc7a HTTP/1.1" 200 115 0.114394 10.0.0.130 - - [2026-02-23 02:25:02] "GET /projects?obj_uuids=f4f219f9-07e5-413f-b263-2c837a41f9bd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000812 10.0.0.130 - - [2026-02-23 02:25:02] "GET /projects?obj_uuids=b54e316f-7f7f-40ba-a361-0885b9867791&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001164 10.0.0.130 - - [2026-02-23 02:25:02] "DELETE /security-group/630b1058-a3fc-4351-a191-60ff5ccc79de HTTP/1.1" 200 115 0.090301 10.0.0.130 - - [2026-02-23 02:25:02] "GET /projects?obj_uuids=a9369ea9-f919-4b3b-93c6-be3fd61101b0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001000 10.0.0.130 - - [2026-02-23 02:25:02] "GET /project/b54e316f-7f7f-40ba-a361-0885b9867791?fields=application_policy_sets HTTP/1.1" 200 1413 0.041066 10.0.0.130 - - [2026-02-23 02:25:02] "DELETE /access-control-list/fecafeea-bec4-4a34-abeb-cffd3edc4581 HTTP/1.1" 200 115 0.064404 10.0.0.130 - - [2026-02-23 02:25:02] "DELETE /security-group/0cfa0d01-e763-439b-8bfa-1c9dd9a50346 HTTP/1.1" 200 115 0.120598 10.0.0.130 - - [2026-02-23 02:25:02] "GET /projects?obj_uuids=2dd58487-1248-4668-9732-4191a3975d25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000770 10.0.0.130 - - [2026-02-23 02:25:02] "GET /project/f4f219f9-07e5-413f-b263-2c837a41f9bd?fields=application_policy_sets HTTP/1.1" 200 1398 0.084757 10.0.0.130 - - [2026-02-23 02:25:02] "DELETE /access-control-list/6b05c674-4503-4b0d-a941-ba7890dcbe7c HTTP/1.1" 200 115 0.034077 10.0.0.130 - - [2026-02-23 02:25:02] "DELETE /project/2753304a-d6e3-4ee8-9a5c-c06bbe44ce36 HTTP/1.1" 200 115 0.729622 10.0.0.130 - - [2026-02-23 02:25:02] "GET /project/a9369ea9-f919-4b3b-93c6-be3fd61101b0?fields=application_policy_sets HTTP/1.1" 200 1413 0.097467 10.0.0.130 - - [2026-02-23 02:25:02] "DELETE /access-control-list/7f518465-9303-4844-a042-6237825de7e6 HTTP/1.1" 200 115 0.069654 10.0.0.130 - - [2026-02-23 02:25:02] "GET /project/2dd58487-1248-4668-9732-4191a3975d25?fields=application_policy_sets HTTP/1.1" 200 1412 0.110560 10.0.0.130 - - [2026-02-23 02:25:02] "DELETE /access-control-list/1416f3fb-88e9-4d56-81cc-f43f23e1c46d HTTP/1.1" 200 115 0.045845 10.0.0.130 - - [2026-02-23 02:25:02] "DELETE /project/b54e316f-7f7f-40ba-a361-0885b9867791 HTTP/1.1" 200 115 0.855987 10.0.0.130 - - [2026-02-23 02:25:02] "DELETE /access-control-list/36b8f5f5-4a9e-42ff-8701-bd4728bc2da6 HTTP/1.1" 200 115 0.042501 10.0.0.130 - - [2026-02-23 02:25:02] "DELETE /project/f4f219f9-07e5-413f-b263-2c837a41f9bd HTTP/1.1" 200 115 0.884991 10.0.0.130 - - [2026-02-23 02:25:02] "DELETE /access-control-list/587269db-0ffd-4607-be1a-e871d927abde HTTP/1.1" 200 115 0.029775 10.0.0.130 - - [2026-02-23 02:25:02] "DELETE /project/a9369ea9-f919-4b3b-93c6-be3fd61101b0 HTTP/1.1" 200 115 0.920269 10.0.0.130 - - [2026-02-23 02:25:02] "DELETE /project/2dd58487-1248-4668-9732-4191a3975d25 HTTP/1.1" 200 115 0.927568 10.0.0.130 - - [2026-02-23 02:25:02] "DELETE /access-control-list/37dca9cc-db89-4b32-bf63-a69bb09b47d9 HTTP/1.1" 200 115 0.022370 10.0.0.130 - - [2026-02-23 02:25:08] "GET /obj-perms HTTP/1.1" 200 5075 0.054701 10.0.0.130 - - [2026-02-23 02:25:08] "GET /obj-perms HTTP/1.1" 200 5075 0.053052 [Introspect:8084]10.0.0.130 - - [2026-02-23 02:25:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000818 [Introspect:8084]10.0.0.130 - - [2026-02-23 02:25:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000775