+++ date ++ echo 'INFO: =================== Mon Jan 19 02:05:57 AM UTC 2026 ===================' INFO: =================== Mon Jan 19 02:05:57 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 +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' ++ 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.209 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.209 ++ 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.130 +++ 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}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.130,10.20.0.209,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.209,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: 01/19/2026 02:06:06.179 7f3ccdd03bc0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/19/2026 02:06:06.318 7f3ccdd03bc0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/19/2026 02:06:06.329 7f3ccdd03bc0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/19/2026 02:06:06.330 7f3ccdd03bc0 [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-01-19 02:06:11] "GET / HTTP/1.1" 503 181 0.000223 10.0.0.130 - - [2026-01-19 02:06:11] "GET / HTTP/1.1" 503 181 0.000154 10.0.0.130 - - [2026-01-19 02:06:11] "GET / HTTP/1.1" 200 36215 0.002377 10.0.0.130 - - [2026-01-19 02:06:11] "GET / HTTP/1.1" 200 36215 0.001280 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-01-19 02:06:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000670 10.0.0.130 - - [2026-01-19 02:06:12] "GET / HTTP/1.1" 200 45871 0.001370 10.0.0.130 - - [2026-01-19 02:06:12] "GET / HTTP/1.1" 200 45871 0.000996 10.0.0.130 - - [2026-01-19 02:06:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000309 10.0.0.130 - - [2026-01-19 02:06:12] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000261 10.0.0.130 - - [2026-01-19 02:06:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000412 10.0.0.130 - - [2026-01-19 02:06:13] "GET / HTTP/1.1" 200 36215 0.001767 10.0.0.130 - - [2026-01-19 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 1.244285 10.0.0.130 - - [2026-01-19 02:06:13] "GET /global-system-config/13e55e54-87c8-43ef-a00d-8c9a1d9d6fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007725 10.0.0.130 - - [2026-01-19 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.358042 10.0.0.130 - - [2026-01-19 02:06:13] "GET /network-ipam/98adc2dd-ee64-4055-b19b-037c6a45cb37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.003873 10.0.0.130 - - [2026-01-19 02:06:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000325 10.0.0.130 - - [2026-01-19 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.682892 10.0.0.130 - - [2026-01-19 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.130 - - [2026-01-19 02:06:13] "POST /fqname-to-id HTTP/1.1" 404 220 0.003123 10.0.0.130 - - [2026-01-19 02:06:13] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.011381 10.0.0.130 - - [2026-01-19 02:06:13] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004233 10.0.0.130 - - [2026-01-19 02:06:13] "POST /config-nodes HTTP/1.1" 200 601 0.023302 10.0.0.130 - - [2026-01-19 02:06:13] "GET / HTTP/1.1" 200 36215 0.001333 10.0.0.130 - - [2026-01-19 02:06:13] "GET / HTTP/1.1" 200 36215 0.001490 10.0.0.130 - - [2026-01-19 02:06:13] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000358 10.0.0.130 - - [2026-01-19 02:06:13] "GET / HTTP/1.1" 200 36215 0.001194 10.0.0.130 - - [2026-01-19 02:06:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000371 10.0.0.130 - - [2026-01-19 02:06:14] "POST /fqname-to-id HTTP/1.1" 404 225 0.002779 10.0.0.130 - - [2026-01-19 02:06:14] "POST /access-control-lists HTTP/1.1" 200 589 0.024763 10.0.0.130 - - [2026-01-19 02:06:14] "POST /fqname-to-id HTTP/1.1" 404 186 0.319633 10.0.0.130 - - [2026-01-19 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.130 - - [2026-01-19 02:06:14] "POST /fqname-to-id HTTP/1.1" 404 224 0.003359 10.0.0.130 - - [2026-01-19 02:06:14] "GET /global-system-config/13e55e54-87c8-43ef-a00d-8c9a1d9d6fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009793 10.0.0.130 - - [2026-01-19 02:06:14] "POST /access-control-lists HTTP/1.1" 200 587 0.054667 10.0.0.130 - - [2026-01-19 02:06:14] "POST /service-appliance-sets HTTP/1.1" 200 555 0.022666 10.0.0.130 - - [2026-01-19 02:06:14] "POST /fqname-to-id HTTP/1.1" 404 180 0.003665 10.0.0.130 - - [2026-01-19 02:06:14] "POST /route-targets HTTP/1.1" 200 328 0.015183 10.0.0.130 - - [2026-01-19 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.130 - - [2026-01-19 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.017958 10.0.0.130 - - [2026-01-19 02:06:14] "GET /global-system-config/13e55e54-87c8-43ef-a00d-8c9a1d9d6fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.011766 10.0.0.130 - - [2026-01-19 02:06:14] "POST /route-targets HTTP/1.1" 200 328 0.022598 10.0.0.130 - - [2026-01-19 02:06:14] "POST /service-appliance-sets HTTP/1.1" 200 543 0.020229 10.0.0.130 - - [2026-01-19 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.011200 10.0.0.130 - - [2026-01-19 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.130 - - [2026-01-19 02:06:14] "GET /network-ipam/98adc2dd-ee64-4055-b19b-037c6a45cb37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.006863 10.0.0.130 - - [2026-01-19 02:06:14] "POST /route-targets HTTP/1.1" 200 328 0.020438 10.0.0.130 - - [2026-01-19 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.017053 10.0.0.130 - - [2026-01-19 02:06:14] "POST /route-targets HTTP/1.1" 200 328 0.013816 /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-01-19 02:06:14] "POST /service-templates HTTP/1.1" 200 513 0.042350 10.0.0.130 - - [2026-01-19 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.015235 10.0.0.130 - - [2026-01-19 02:06:14] "POST /service-templates HTTP/1.1" 200 503 0.028408 10.0.0.130 - - [2026-01-19 02:06:14] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.363392 10.0.0.130 - - [2026-01-19 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.081719 10.0.0.130 - - [2026-01-19 02:06:14] "GET /global-system-config/13e55e54-87c8-43ef-a00d-8c9a1d9d6fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.011373 10.0.0.130 - - [2026-01-19 02:06:14] "POST /service-templates HTTP/1.1" 200 517 0.019688 10.0.0.130 - - [2026-01-19 02:06:14] "POST /fqname-to-id HTTP/1.1" 404 201 0.003152 10.0.0.130 - - [2026-01-19 02:06:14] "POST /fqname-to-id HTTP/1.1" 404 220 0.002690 10.0.0.130 - - [2026-01-19 02:06:15] "POST /service-templates HTTP/1.1" 200 537 0.050143 10.0.0.130 - - [2026-01-19 02:06:15] "POST /access-control-lists HTTP/1.1" 200 553 0.179176 10.0.0.130 - - [2026-01-19 02:06:15] "POST /config-database-nodes HTTP/1.1" 200 619 0.191725 10.0.0.130 - - [2026-01-19 02:06:15] "POST /service-templates HTTP/1.1" 200 509 0.025812 10.0.0.130 - - [2026-01-19 02:06:15] "PUT /access-control-list/193103b0-77cf-4e4f-b179-129fb43a4640 HTTP/1.1" 200 273 0.021151 10.0.0.130 - - [2026-01-19 02:06:15] "PUT /access-control-list/b2676846-8936-43df-8a1f-ec5d91489d4e HTTP/1.1" 200 273 0.010662 10.0.0.130 - - [2026-01-19 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.130 - - [2026-01-19 02:06:19] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1217 0.003572 10.0.0.130 - - [2026-01-19 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.130 - - [2026-01-19 02:06:19] "PUT /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b HTTP/1.1" 200 277 0.010494 10.0.0.130 - - [2026-01-19 02:06:20] "GET / HTTP/1.1" 200 36215 0.001396 10.0.0.130 - - [2026-01-19 02:06:20] "POST /alarms HTTP/1.1" 401 293 0.000377 10.0.0.130 - - [2026-01-19 02:06:20] "POST /alarms HTTP/1.1" 200 583 0.051367 10.0.0.130 - - [2026-01-19 02:06:20] "POST /alarms HTTP/1.1" 200 577 0.017069 10.0.0.130 - - [2026-01-19 02:06:20] "POST /alarms HTTP/1.1" 200 577 0.021012 10.0.0.130 - - [2026-01-19 02:06:20] "POST /alarms HTTP/1.1" 200 561 0.021446 10.0.0.130 - - [2026-01-19 02:06:20] "POST /alarms HTTP/1.1" 200 557 0.030005 10.0.0.130 - - [2026-01-19 02:06:20] "POST /alarms HTTP/1.1" 200 559 0.022588 10.0.0.130 - - [2026-01-19 02:06:21] "POST /alarms HTTP/1.1" 200 567 0.018250 10.0.0.130 - - [2026-01-19 02:06:21] "POST /alarms HTTP/1.1" 200 551 0.030924 10.0.0.130 - - [2026-01-19 02:06:21] "POST /alarms HTTP/1.1" 200 559 0.024408 10.0.0.130 - - [2026-01-19 02:06:21] "POST /alarms HTTP/1.1" 200 569 0.021255 10.0.0.130 - - [2026-01-19 02:06:21] "POST /alarms HTTP/1.1" 200 557 0.030162 10.0.0.130 - - [2026-01-19 02:06:21] "POST /alarms HTTP/1.1" 200 569 0.019799 10.0.0.130 - - [2026-01-19 02:06:21] "POST /alarms HTTP/1.1" 200 577 0.065109 10.0.0.130 - - [2026-01-19 02:06:21] "POST /alarms HTTP/1.1" 200 571 0.027088 10.0.0.130 - - [2026-01-19 02:06:21] "POST /alarms HTTP/1.1" 200 563 0.022840 10.0.0.130 - - [2026-01-19 02:06:21] "POST /alarms HTTP/1.1" 200 563 0.020420 10.0.0.130 - - [2026-01-19 02:06:21] "POST /alarms HTTP/1.1" 200 563 0.026560 10.0.0.130 - - [2026-01-19 02:06:21] "POST /alarms HTTP/1.1" 200 549 0.018284 10.0.0.130 - - [2026-01-19 02:06:21] "POST /alarms HTTP/1.1" 200 597 0.022411 10.0.0.130 - - [2026-01-19 02:06:21] "POST /alarms HTTP/1.1" 200 577 0.040023 10.0.0.130 - - [2026-01-19 02:06:22] "POST /alarms HTTP/1.1" 200 573 0.019422 10.0.0.130 - - [2026-01-19 02:06:22] "POST /alarms HTTP/1.1" 200 585 0.018718 10.0.0.130 - - [2026-01-19 02:06:22] "POST /alarms HTTP/1.1" 200 611 0.017127 10.0.0.130 - - [2026-01-19 02:06:22] "GET / HTTP/1.1" 200 36215 0.001464 10.0.0.130 - - [2026-01-19 02:06:22] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000399 10.0.0.130 - - [2026-01-19 02:06:22] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.028996 10.0.0.130 - - [2026-01-19 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002584 10.0.0.130 - - [2026-01-19 02:06:22] "PUT /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b HTTP/1.1" 200 277 0.010191 10.0.0.130 - - [2026-01-19 02:06:23] "GET / HTTP/1.1" 200 36215 0.001446 10.0.0.130 - - [2026-01-19 02:06:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000330 10.0.0.130 - - [2026-01-19 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.023705 10.0.0.130 - - [2026-01-19 02:06:23] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004504 10.0.0.130 - - [2026-01-19 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.130 - - [2026-01-19 02:06:23] "PUT /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b HTTP/1.1" 200 277 0.009051 10.0.0.130 - - [2026-01-19 02:06:23] "GET / HTTP/1.1" 200 36215 0.001600 10.0.0.130 - - [2026-01-19 02:06:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000412 10.0.0.130 - - [2026-01-19 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.026057 10.0.0.130 - - [2026-01-19 02:06:24] "GET /global-system-config/13e55e54-87c8-43ef-a00d-8c9a1d9d6fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005315 10.0.0.130 - - [2026-01-19 02:06:24] "PUT /global-system-config/13e55e54-87c8-43ef-a00d-8c9a1d9d6fa1 HTTP/1.1" 200 275 0.016910 10.0.0.130 - - [2026-01-19 02:06:35] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.130 - - [2026-01-19 02:06:35] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.130 - - [2026-01-19 02:06:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000403 10.0.0.130 - - [2026-01-19 02:06:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.130 - - [2026-01-19 02:07:10] "GET / HTTP/1.1" 200 36215 0.001413 10.0.0.130 - - [2026-01-19 02:07:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000382 10.0.0.130 - - [2026-01-19 02:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.031512 10.0.0.130 - - [2026-01-19 02:07:11] "GET /routing-instance/2f6f8682-1792-4f72-ace7-14bb00b73ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.004709 10.0.0.130 - - [2026-01-19 02:07:11] "POST /bgp-routers HTTP/1.1" 200 622 0.025635 10.0.0.130 - - [2026-01-19 02:07:11] "GET /bgp-router/ac6e8eed-279a-4d13-83a4-404fc46198c5?fields=global_system_config_back_refs HTTP/1.1" 200 1128 0.005950 10.0.0.130 - - [2026-01-19 02:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.130 - - [2026-01-19 02:07:11] "GET /global-system-config/13e55e54-87c8-43ef-a00d-8c9a1d9d6fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005541 10.0.0.130 - - [2026-01-19 02:07:11] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003361 10.0.0.130 - - [2026-01-19 02:07:11] "POST /ref-update HTTP/1.1" 200 156 0.018883 10.0.0.130 - - [2026-01-19 02:07:37] "GET / HTTP/1.1" 200 36215 0.002323 10.0.0.130 - - [2026-01-19 02:07:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000515 10.0.0.130 - - [2026-01-19 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.031174 10.0.0.130 - - [2026-01-19 02:07:37] "GET /global-system-config/13e55e54-87c8-43ef-a00d-8c9a1d9d6fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.006962 10.0.0.130 - - [2026-01-19 02:07:37] "POST /fqname-to-id HTTP/1.1" 404 220 0.003135 10.0.0.130 - - [2026-01-19 02:07:37] "POST /database-nodes HTTP/1.1" 200 605 0.021046 10.0.0.130 - - [2026-01-19 02:08:06] "GET / HTTP/1.1" 200 36215 0.001468 10.0.0.130 - - [2026-01-19 02:08:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000462 10.0.0.130 - - [2026-01-19 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.028898 10.0.0.130 - - [2026-01-19 02:08:07] "GET /global-system-config/13e55e54-87c8-43ef-a00d-8c9a1d9d6fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.006428 10.0.0.130 - - [2026-01-19 02:08:07] "POST /fqname-to-id HTTP/1.1" 404 220 0.003129 10.0.0.130 - - [2026-01-19 02:08:07] "POST /analytics-nodes HTTP/1.1" 200 607 0.018748 10.0.0.130 - - [2026-01-19 02:08:13] "GET / HTTP/1.1" 200 36215 0.001527 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-01-19 02:08:16] "GET /obj-perms HTTP/1.1" 200 5075 0.385805 10.0.0.130 - - [2026-01-19 02:08:16] "GET /obj-perms HTTP/1.1" 200 5075 0.074685 10.0.0.130 - - [2026-01-19 02:08:21] "GET / HTTP/1.1" 200 36215 0.001544 10.0.0.130 - - [2026-01-19 02:08:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000425 10.0.0.130 - - [2026-01-19 02:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.028188 10.0.0.130 - - [2026-01-19 02:08:22] "GET /global-system-config/13e55e54-87c8-43ef-a00d-8c9a1d9d6fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.010058 10.0.0.130 - - [2026-01-19 02:08:22] "POST /fqname-to-id HTTP/1.1" 404 220 0.003903 10.0.0.130 - - [2026-01-19 02:08:22] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.033687 10.0.0.130 - - [2026-01-19 02:08:34] "GET / HTTP/1.1" 200 36215 0.001548 10.0.0.130 - - [2026-01-19 02:08:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000383 10.0.0.130 - - [2026-01-19 02:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.029316 10.0.0.130 - - [2026-01-19 02:08:34] "GET /global-system-config/13e55e54-87c8-43ef-a00d-8c9a1d9d6fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.005546 10.0.0.130 - - [2026-01-19 02:08:35] "POST /fqname-to-id HTTP/1.1" 404 220 0.003049 10.0.0.130 - - [2026-01-19 02:08:35] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.022138 10.0.0.130 - - [2026-01-19 02:09:17] "GET /obj-perms HTTP/1.1" 200 5075 0.051723 10.0.0.130 - - [2026-01-19 02:09:17] "GET /obj-perms HTTP/1.1" 200 5075 0.054039 10.0.0.130 - - [2026-01-19 02:10:17] "GET /obj-perms HTTP/1.1" 200 5075 0.053648 10.0.0.130 - - [2026-01-19 02:10:18] "GET /obj-perms HTTP/1.1" 200 5075 0.047208 10.0.0.130 - - [2026-01-19 02:11:02] "GET / HTTP/1.1" 200 36215 0.001709 10.0.0.130 - - [2026-01-19 02:11:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000445 10.0.0.130 - - [2026-01-19 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.026055 10.0.0.130 - - [2026-01-19 02:11:02] "GET /global-system-config/13e55e54-87c8-43ef-a00d-8c9a1d9d6fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.005476 10.0.0.130 - - [2026-01-19 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.013669 10.0.0.130 - - [2026-01-19 02:11:02] "GET /routing-instance/2f6f8682-1792-4f72-ace7-14bb00b73ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.004527 10.0.0.130 - - [2026-01-19 02:11:03] "PUT /global-system-config/13e55e54-87c8-43ef-a00d-8c9a1d9d6fa1 HTTP/1.1" 200 275 0.010790 10.0.0.130 - - [2026-01-19 02:11:03] "POST /fqname-to-id HTTP/1.1" 404 218 0.002519 10.0.0.130 - - [2026-01-19 02:11:03] "POST /virtual-routers HTTP/1.1" 200 605 0.018443 10.0.0.130 - - [2026-01-19 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.130 - - [2026-01-19 02:11:03] "GET /virtual-router/d4b5db6a-6246-41d9-98b8-a795609f64b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1259 0.005703 10.0.0.130 - - [2026-01-19 02:11:03] "POST /fqname-to-id HTTP/1.1" 404 231 0.002694 10.0.0.130 - - [2026-01-19 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.130 - - [2026-01-19 02:11:03] "GET /virtual-network/71c81355-0794-4b5f-acfe-90dc8f91675f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.005085 10.0.0.130 - - [2026-01-19 02:11:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.040232 10.0.0.130 - - [2026-01-19 02:11:03] "PUT /access-control-list/e8cfed24-115d-403f-b025-c050de9d5fe4 HTTP/1.1" 200 273 0.011581 [Introspect:8084]10.0.0.130 - - [2026-01-19 02:11:13] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000908 [Introspect:8084]10.0.0.130 - - [2026-01-19 02:11:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000992 [Introspect:8084]10.0.0.130 - - [2026-01-19 02:11:15] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000860 [Introspect:8084]10.0.0.130 - - [2026-01-19 02:11:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000818 10.0.0.130 - - [2026-01-19 02:11:18] "GET /obj-perms HTTP/1.1" 200 5075 0.053228 10.0.0.130 - - [2026-01-19 02:11:19] "GET /obj-perms HTTP/1.1" 200 5075 0.056617 10.0.0.130 - - [2026-01-19 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.130 - - [2026-01-19 02:11:19] "GET /virtual-router/d4b5db6a-6246-41d9-98b8-a795609f64b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1259 0.003324 10.0.0.130 - - [2026-01-19 02:11:35] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.130 - - [2026-01-19 02:11:35] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.130 - - [2026-01-19 02:11:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.130 - - [2026-01-19 02:11:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.130 - - [2026-01-19 02:12:19] "GET /obj-perms HTTP/1.1" 200 5075 0.054648 10.0.0.130 - - [2026-01-19 02:12:19] "GET /obj-perms HTTP/1.1" 200 5075 0.049934 10.0.0.130 - - [2026-01-19 02:12:21] "GET / HTTP/1.1" 200 36215 0.002167 10.0.0.130 - - [2026-01-19 02:12:22] "GET /project/d95ad30d-b2bf-4a45-b73a-692336e8cfc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000574 10.0.0.130 - - [2026-01-19 02:12:22] "GET /projects?obj_uuids=d95ad30d-b2bf-4a45-b73a-692336e8cfc7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.028972 10.0.0.130 - - [2026-01-19 02:12:22] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001604 10.0.0.130 - - [2026-01-19 02:12:22] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.042490 10.0.0.130 - - [2026-01-19 02:12:23] "POST /id-to-fqname HTTP/1.1" 200 167 0.001384 10.0.0.130 - - [2026-01-19 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 176 0.003178 10.0.0.130 - - [2026-01-19 02:12:23] "POST /security-groups HTTP/1.1" 200 568 0.073514 10.0.0.130 - - [2026-01-19 02:12:23] "POST /projects HTTP/1.1" 200 539 0.233886 10.0.0.130 - - [2026-01-19 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.029738 10.0.0.130 - - [2026-01-19 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.304290 10.0.0.130 - - [2026-01-19 02:12:23] "POST /access-control-lists HTTP/1.1" 200 575 0.068268 10.0.0.130 - - [2026-01-19 02:12:23] "GET /project/d95ad30d-b2bf-4a45-b73a-692336e8cfc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.492581 10.0.0.130 - - [2026-01-19 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 206 0.004921 10.0.0.130 - - [2026-01-19 02:12:23] "POST /access-control-lists HTTP/1.1" 200 573 0.061531 [Introspect:8084]10.0.0.130 - - [2026-01-19 02:12:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001598 10.0.0.130 - - [2026-01-19 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 199 0.032312 10.0.0.130 - - [2026-01-19 02:12:24] "GET /projects?obj_uuids=becc5af1-c516-4a54-9202-b719f5d4598a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003214 10.0.0.130 - - [2026-01-19 02:12:24] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001190 10.0.0.130 - - [2026-01-19 02:12:24] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008517 10.0.0.130 - - [2026-01-19 02:12:24] "POST /id-to-fqname HTTP/1.1" 200 201 0.001419 10.0.0.130 - - [2026-01-19 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 210 0.003513 10.0.0.130 - - [2026-01-19 02:12:24] "POST /security-groups HTTP/1.1" 200 602 0.074909 10.0.0.130 - - [2026-01-19 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 245 0.003655 10.0.0.130 - - [2026-01-19 02:12:24] "POST /projects HTTP/1.1" 200 607 0.242081 10.0.0.130 - - [2026-01-19 02:12:24] "POST /access-control-lists HTTP/1.1" 200 609 0.065397 10.0.0.130 - - [2026-01-19 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.320363 10.0.0.130 - - [2026-01-19 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 244 0.003168 10.0.0.130 - - [2026-01-19 02:12:24] "GET /project/becc5af1-c516-4a54-9202-b719f5d4598a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.480601 10.0.0.130 - - [2026-01-19 02:12:24] "POST /access-control-lists HTTP/1.1" 200 607 0.062415 10.0.0.130 - - [2026-01-19 02:12:25] "GET / HTTP/1.1" 200 36215 0.001759 10.0.0.130 - - [2026-01-19 02:12:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000606 10.0.0.130 - - [2026-01-19 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.065390 10.0.0.130 - - [2026-01-19 02:12:26] "GET /projects?obj_uuids=becc5af1-c516-4a54-9202-b719f5d4598a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001019 10.0.0.130 - - [2026-01-19 02:12:26] "GET /project/becc5af1-c516-4a54-9202-b719f5d4598a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.030427 10.0.0.130 - - [2026-01-19 02:12:27] "POST /neutron/network HTTP/1.1" 200 117 0.109975 10.0.0.130 - - [2026-01-19 02:12:27] "GET /projects?obj_uuids=becc5af1-c516-4a54-9202-b719f5d4598a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001117 10.0.0.130 - - [2026-01-19 02:12:27] "POST /neutron/network HTTP/1.1" 200 620 0.077585 10.0.0.130 - - [2026-01-19 02:12:27] "POST /route-targets HTTP/1.1" 200 328 0.020589 10.0.0.130 - - [2026-01-19 02:12:27] "POST /ref-update HTTP/1.1" 200 156 0.030081 10.0.0.130 - - [2026-01-19 02:12:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004413 10.0.0.130 - - [2026-01-19 02:12:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.172447 10.0.0.130 - - [2026-01-19 02:12:27] "POST /neutron/network HTTP/1.1" 200 840 0.007426 10.0.0.130 - - [2026-01-19 02:12:27] "POST /id-to-fqname HTTP/1.1" 200 233 0.001436 10.0.0.130 - - [2026-01-19 02:12:27] "GET /virtual-network/57381ad8-6955-461b-a18f-d86c4b5c9325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005670 10.0.0.130 - - [2026-01-19 02:12:27] "POST /neutron/network HTTP/1.1" 200 840 0.007543 10.0.0.130 - - [2026-01-19 02:12:27] "GET /virtual-network/57381ad8-6955-461b-a18f-d86c4b5c9325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006156 10.0.0.130 - - [2026-01-19 02:12:27] "POST /neutron/network HTTP/1.1" 200 840 0.006492 10.0.0.130 - - [2026-01-19 02:12:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.009606 10.0.0.130 - - [2026-01-19 02:12:27] "GET /domains HTTP/1.1" 401 293 0.000423 10.0.0.130 - - [2026-01-19 02:12:28] "GET /domains HTTP/1.1" 200 281 0.029538 10.0.0.130 - - [2026-01-19 02:12:28] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001133 10.0.0.130 - - [2026-01-19 02:12:28] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2594 0.013491 10.0.0.130 - - [2026-01-19 02:12:28] "GET /projects?obj_uuids=becc5af1-c516-4a54-9202-b719f5d4598a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001439 10.0.0.130 - - [2026-01-19 02:12:28] "GET /project/becc5af1-c516-4a54-9202-b719f5d4598a HTTP/1.1" 200 2185 0.074425 10.0.0.130 - - [2026-01-19 02:12:28] "GET /virtual-network/57381ad8-6955-461b-a18f-d86c4b5c9325 HTTP/1.1" 200 2349 0.007342 10.0.0.130 - - [2026-01-19 02:12:28] "GET /virtual-network/57381ad8-6955-461b-a18f-d86c4b5c9325 HTTP/1.1" 200 2349 0.005810 10.0.0.130 - - [2026-01-19 02:12:28] "GET /routing-instance/1a7c4a1d-499b-4806-9430-34ba6749e265 HTTP/1.1" 200 1497 0.005040 10.0.0.130 - - [2026-01-19 02:12:28] "GET /routing-instance/1a7c4a1d-499b-4806-9430-34ba6749e265 HTTP/1.1" 200 1497 0.006639 10.0.0.130 - - [2026-01-19 02:12:28] "GET /route-target/16d5d99a-ed05-41db-8239-2dbbf01515d9 HTTP/1.1" 200 1220 0.004606 10.0.0.130 - - [2026-01-19 02:12:28] "GET /virtual-network/57381ad8-6955-461b-a18f-d86c4b5c9325 HTTP/1.1" 200 2349 0.006506 10.0.0.130 - - [2026-01-19 02:12:28] "GET /routing-instance/1a7c4a1d-499b-4806-9430-34ba6749e265 HTTP/1.1" 200 1497 0.004379 10.0.0.130 - - [2026-01-19 02:12:28] "GET /virtual-network/57381ad8-6955-461b-a18f-d86c4b5c9325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006092 10.0.0.130 - - [2026-01-19 02:12:28] "GET /virtual-network/57381ad8-6955-461b-a18f-d86c4b5c9325 HTTP/1.1" 200 2349 0.005551 10.0.0.130 - - [2026-01-19 02:12:28] "GET /routing-instance/1a7c4a1d-499b-4806-9430-34ba6749e265 HTTP/1.1" 200 1497 0.004747 10.0.0.130 - - [2026-01-19 02:12:28] "GET /routing-instance/1a7c4a1d-499b-4806-9430-34ba6749e265 HTTP/1.1" 200 1497 0.004313 10.0.0.130 - - [2026-01-19 02:12:28] "GET /route-target/16d5d99a-ed05-41db-8239-2dbbf01515d9 HTTP/1.1" 200 1220 0.004039 10.0.0.130 - - [2026-01-19 02:12:28] "GET /domains HTTP/1.1" 200 281 0.003784 10.0.0.130 - - [2026-01-19 02:12:28] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.130 - - [2026-01-19 02:12:28] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2594 0.007696 10.0.0.130 - - [2026-01-19 02:12:28] "GET /projects?obj_uuids=becc5af1-c516-4a54-9202-b719f5d4598a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001109 10.0.0.130 - - [2026-01-19 02:12:28] "GET /project/becc5af1-c516-4a54-9202-b719f5d4598a HTTP/1.1" 200 2185 0.069802 10.0.0.130 - - [2026-01-19 02:12:28] "GET /virtual-network/57381ad8-6955-461b-a18f-d86c4b5c9325 HTTP/1.1" 200 2349 0.005062 10.0.0.130 - - [2026-01-19 02:12:28] "GET /obj-perms HTTP/1.1" 200 5071 0.065232 10.0.0.130 - - [2026-01-19 02:12:28] "POST /id-to-fqname HTTP/1.1" 200 233 0.001563 10.0.0.130 - - [2026-01-19 02:12:30] "POST /neutron/network HTTP/1.1" 200 850 0.011366 10.0.0.130 - - [2026-01-19 02:12:30] "GET /aaa-mode HTTP/1.1" 401 293 0.000528 10.0.0.130 - - [2026-01-19 02:12:30] "GET / HTTP/1.1" 200 36215 0.001709 10.0.0.130 - - [2026-01-19 02:12:30] "GET /project/becc5af1-c516-4a54-9202-b719f5d4598a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000611 10.0.0.130 - - [2026-01-19 02:12:31] "GET /projects?obj_uuids=becc5af1-c516-4a54-9202-b719f5d4598a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001626 10.0.0.130 - - [2026-01-19 02:12:31] "GET /project/becc5af1-c516-4a54-9202-b719f5d4598a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.061886 10.0.0.130 - - [2026-01-19 02:12:32] "POST /neutron/network HTTP/1.1" 200 840 0.037189 10.0.0.130 - - [2026-01-19 02:12:32] "POST /neutron/port HTTP/1.1" 200 117 0.007134 10.0.0.130 - - [2026-01-19 02:12:32] "POST /neutron/port HTTP/1.1" 200 117 0.006832 10.0.0.130 - - [2026-01-19 02:12:32] "POST /neutron/port HTTP/1.1" 200 117 0.005763 10.0.0.130 - - [2026-01-19 02:12:33] "POST /neutron/network HTTP/1.1" 200 850 0.006115 10.0.0.130 - - [2026-01-19 02:12:33] "GET /projects?obj_uuids=becc5af1-c516-4a54-9202-b719f5d4598a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001303 10.0.0.130 - - [2026-01-19 02:12:33] "POST /neutron/port HTTP/1.1" 200 1072 0.242792 10.0.0.130 - - [2026-01-19 02:12:34] "POST /neutron/port HTTP/1.1" 200 1072 0.043153 10.0.0.130 - - [2026-01-19 02:12:34] "POST /neutron/port HTTP/1.1" 200 1072 0.009363 10.0.0.130 - - [2026-01-19 02:12:34] "POST /neutron/port HTTP/1.1" 200 1126 0.068157 10.0.0.130 - - [2026-01-19 02:12:34] "POST /neutron/port HTTP/1.1" 200 1136 0.014684 10.0.0.130 - - [2026-01-19 02:12:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003356 10.0.0.130 - - [2026-01-19 02:12:34] "POST /neutron/subnet HTTP/1.1" 200 703 0.009316 10.0.0.130 - - [2026-01-19 02:12:34] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.130 - - [2026-01-19 02:12:34] "POST /neutron/network HTTP/1.1" 200 840 0.005760 10.0.0.130 - - [2026-01-19 02:12:37] "POST /neutron/port HTTP/1.1" 200 1136 0.014512 10.0.0.130 - - [2026-01-19 02:12:37] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007365 10.0.0.130 - - [2026-01-19 02:12:42] "POST /neutron/port HTTP/1.1" 200 1136 0.013861 10.0.0.130 - - [2026-01-19 02:12:42] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006063 10.0.0.130 - - [2026-01-19 02:12:42] "GET /obj-perms HTTP/1.1" 200 5071 0.003072 10.0.0.130 - - [2026-01-19 02:12:43] "GET /obj-perms HTTP/1.1" 200 5071 0.003481 10.0.0.130 - - [2026-01-19 02:12:44] "GET /obj-perms HTTP/1.1" 200 5071 0.003698 10.0.0.130 - - [2026-01-19 02:12:45] "GET /obj-perms HTTP/1.1" 200 5071 0.004044 10.0.0.130 - - [2026-01-19 02:12:46] "GET /obj-perms HTTP/1.1" 200 5071 0.003258 10.0.0.130 - - [2026-01-19 02:12:47] "POST /neutron/network HTTP/1.1" 200 840 0.009234 10.0.0.130 - - [2026-01-19 02:12:47] "POST /neutron/network HTTP/1.1" 400 204 0.013794 10.0.0.130 - - [2026-01-19 02:12:48] "POST /neutron/port HTTP/1.1" 200 1136 0.022061 10.0.0.130 - - [2026-01-19 02:12:48] "POST /neutron/port HTTP/1.1" 200 1126 0.009619 10.0.0.130 - - [2026-01-19 02:12:48] "POST /neutron/port HTTP/1.1" 200 151 0.125475 10.0.0.130 - - [2026-01-19 02:12:48] "POST /neutron/port HTTP/1.1" 200 117 0.036877 10.0.0.130 - - [2026-01-19 02:12:49] "POST /neutron/network HTTP/1.1" 200 840 0.006052 10.0.0.130 - - [2026-01-19 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.130 - - [2026-01-19 02:12:49] "POST /useragent-kv HTTP/1.1" 200 115 0.007822 10.0.0.130 - - [2026-01-19 02:12:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003264 10.0.0.130 - - [2026-01-19 02:12:49] "POST /neutron/network HTTP/1.1" 200 151 0.096817 10.0.0.130 - - [2026-01-19 02:12:49] "DELETE /route-target/16d5d99a-ed05-41db-8239-2dbbf01515d9 HTTP/1.1" 200 115 0.021324 10.0.0.130 - - [2026-01-19 02:12:49] "GET /routing-instance/1a7c4a1d-499b-4806-9430-34ba6749e265 HTTP/1.1" 404 171 0.002690 10.0.0.130 - - [2026-01-19 02:12:49] "GET /domains HTTP/1.1" 200 281 0.002332 10.0.0.130 - - [2026-01-19 02:12:49] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001170 10.0.0.130 - - [2026-01-19 02:12:50] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2594 0.049864 10.0.0.130 - - [2026-01-19 02:12:50] "GET /projects?obj_uuids=becc5af1-c516-4a54-9202-b719f5d4598a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001393 10.0.0.130 - - [2026-01-19 02:12:50] "GET /project/becc5af1-c516-4a54-9202-b719f5d4598a HTTP/1.1" 200 1934 0.076593 10.0.0.130 - - [2026-01-19 02:12:50] "GET /projects?obj_uuids=becc5af1-c516-4a54-9202-b719f5d4598a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000955 10.0.0.130 - - [2026-01-19 02:12:50] "GET /project/becc5af1-c516-4a54-9202-b719f5d4598a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.034232 10.0.0.130 - - [2026-01-19 02:12:50] "GET /projects?obj_uuids=becc5af1-c516-4a54-9202-b719f5d4598a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000923 10.0.0.130 - - [2026-01-19 02:12:50] "GET /project/becc5af1-c516-4a54-9202-b719f5d4598a?fields=virtual_networks HTTP/1.1" 200 1067 0.070444 10.0.0.130 - - [2026-01-19 02:12:50] "GET /projects?obj_uuids=becc5af1-c516-4a54-9202-b719f5d4598a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000928 10.0.0.130 - - [2026-01-19 02:12:50] "GET /project/becc5af1-c516-4a54-9202-b719f5d4598a?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.025750 10.0.0.130 - - [2026-01-19 02:12:50] "GET /projects?obj_uuids=becc5af1-c516-4a54-9202-b719f5d4598a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000959 10.0.0.130 - - [2026-01-19 02:12:50] "GET /project/becc5af1-c516-4a54-9202-b719f5d4598a?fields=security_groups HTTP/1.1" 200 1305 0.027128 10.0.0.130 - - [2026-01-19 02:12:51] "GET /projects?obj_uuids=d95ad30d-b2bf-4a45-b73a-692336e8cfc7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001327 10.0.0.130 - - [2026-01-19 02:12:51] "GET /project/d95ad30d-b2bf-4a45-b73a-692336e8cfc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.028171 10.0.0.130 - - [2026-01-19 02:12:55] "GET /projects?obj_uuids=d95ad30d-b2bf-4a45-b73a-692336e8cfc7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000899 10.0.0.130 - - [2026-01-19 02:12:55] "GET /project/d95ad30d-b2bf-4a45-b73a-692336e8cfc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.024954 10.0.0.130 - - [2026-01-19 02:12:55] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003402 10.0.0.130 - - [2026-01-19 02:12:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.029019 10.0.0.130 - - [2026-01-19 02:12:56] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002751 10.0.0.130 - - [2026-01-19 02:12:56] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001508 10.0.0.130 - - [2026-01-19 02:12:56] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011322 10.0.0.130 - - [2026-01-19 02:12:56] "POST /id-to-fqname HTTP/1.1" 200 202 0.001121 10.0.0.130 - - [2026-01-19 02:12:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.003581 10.0.0.130 - - [2026-01-19 02:12:56] "POST /security-groups HTTP/1.1" 200 603 0.061445 10.0.0.130 - - [2026-01-19 02:12:56] "POST /fqname-to-id HTTP/1.1" 404 246 0.002791 10.0.0.130 - - [2026-01-19 02:12:56] "POST /projects HTTP/1.1" 200 609 0.209559 10.0.0.130 - - [2026-01-19 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.268289 10.0.0.130 - - [2026-01-19 02:12:56] "POST /access-control-lists HTTP/1.1" 200 610 0.058118 10.0.0.130 - - [2026-01-19 02:12:56] "GET /project/a3a82be9-9b4a-4448-bcba-cc90a4750453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.410091 10.0.0.130 - - [2026-01-19 02:12:56] "POST /fqname-to-id HTTP/1.1" 404 245 0.007675 10.0.0.130 - - [2026-01-19 02:12:56] "POST /access-control-lists HTTP/1.1" 200 608 0.063665 10.0.0.130 - - [2026-01-19 02:12:57] "GET / HTTP/1.1" 200 36215 0.001633 10.0.0.130 - - [2026-01-19 02:12:58] "GET /projects?obj_uuids=d95ad30d-b2bf-4a45-b73a-692336e8cfc7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001328 10.0.0.130 - - [2026-01-19 02:12:58] "GET /project/d95ad30d-b2bf-4a45-b73a-692336e8cfc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.035448 10.0.0.130 - - [2026-01-19 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007618 10.0.0.130 - - [2026-01-19 02:12:58] "GET /security-group/48da2d2a-b210-406a-b7da-55b05b5f7a60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3697 0.004541 10.0.0.130 - - [2026-01-19 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.130 - - [2026-01-19 02:12:58] "GET /projects?obj_uuids=d95ad30d-b2bf-4a45-b73a-692336e8cfc7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001171 10.0.0.130 - - [2026-01-19 02:12:59] "GET /project/d95ad30d-b2bf-4a45-b73a-692336e8cfc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.025654 10.0.0.130 - - [2026-01-19 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.130 - - [2026-01-19 02:12:59] "GET /security-group/48da2d2a-b210-406a-b7da-55b05b5f7a60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3697 0.005611 10.0.0.130 - - [2026-01-19 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.130 - - [2026-01-19 02:12:59] "PUT /security-group/48da2d2a-b210-406a-b7da-55b05b5f7a60 HTTP/1.1" 200 263 0.013975 10.0.0.130 - - [2026-01-19 02:12:59] "PUT /access-control-list/ae9bde5b-0f6d-4018-b3f2-b8988ea2fc37 HTTP/1.1" 200 273 0.010122 10.0.0.130 - - [2026-01-19 02:12:59] "PUT /access-control-list/fe0d0dbe-5827-4cfa-ba35-a6322a4cfa82 HTTP/1.1" 200 273 0.018447 10.0.0.130 - - [2026-01-19 02:12:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000460 10.0.0.130 - - [2026-01-19 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.054785 10.0.0.130 - - [2026-01-19 02:12:59] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000889 10.0.0.130 - - [2026-01-19 02:12:59] "GET /project/a3a82be9-9b4a-4448-bcba-cc90a4750453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.021377 10.0.0.130 - - [2026-01-19 02:12:59] "POST /neutron/network HTTP/1.1" 200 117 0.042246 10.0.0.130 - - [2026-01-19 02:12:59] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001123 10.0.0.130 - - [2026-01-19 02:13:00] "POST /neutron/network HTTP/1.1" 200 619 0.113289 10.0.0.130 - - [2026-01-19 02:13:00] "POST /route-targets HTTP/1.1" 200 328 0.015056 10.0.0.130 - - [2026-01-19 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.014030 10.0.0.130 - - [2026-01-19 02:13:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003534 10.0.0.130 - - [2026-01-19 02:13:00] "POST /neutron/subnet HTTP/1.1" 200 719 0.210024 10.0.0.130 - - [2026-01-19 02:13:00] "POST /neutron/network HTTP/1.1" 200 837 0.005000 10.0.0.130 - - [2026-01-19 02:13:00] "POST /id-to-fqname HTTP/1.1" 200 233 0.001250 10.0.0.130 - - [2026-01-19 02:13:00] "GET /virtual-network/f04c4211-18cd-436b-9edc-4ba3d577914b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006581 10.0.0.130 - - [2026-01-19 02:13:00] "POST /neutron/network HTTP/1.1" 200 837 0.005608 10.0.0.130 - - [2026-01-19 02:13:00] "GET /virtual-network/f04c4211-18cd-436b-9edc-4ba3d577914b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004502 10.0.0.130 - - [2026-01-19 02:13:00] "POST /neutron/network HTTP/1.1" 200 837 0.005386 10.0.0.130 - - [2026-01-19 02:13:00] "POST /neutron/subnet HTTP/1.1" 200 719 0.008040 10.0.0.130 - - [2026-01-19 02:13:00] "GET /domains HTTP/1.1" 401 293 0.002362 10.0.0.130 - - [2026-01-19 02:13:00] "GET /domains HTTP/1.1" 200 281 0.032192 10.0.0.130 - - [2026-01-19 02:13:00] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000905 10.0.0.130 - - [2026-01-19 02:13:00] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2793 0.007806 10.0.0.130 - - [2026-01-19 02:13:00] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000873 10.0.0.130 - - [2026-01-19 02:13:00] "GET /project/a3a82be9-9b4a-4448-bcba-cc90a4750453 HTTP/1.1" 200 2191 0.071786 10.0.0.130 - - [2026-01-19 02:13:00] "GET /virtual-network/f04c4211-18cd-436b-9edc-4ba3d577914b HTTP/1.1" 200 2342 0.007787 10.0.0.130 - - [2026-01-19 02:13:00] "GET /virtual-network/f04c4211-18cd-436b-9edc-4ba3d577914b HTTP/1.1" 200 2342 0.005415 10.0.0.130 - - [2026-01-19 02:13:00] "GET /routing-instance/293596e9-9e9a-4a2b-8e91-72235ef7548b HTTP/1.1" 200 1494 0.007573 10.0.0.130 - - [2026-01-19 02:13:00] "GET /routing-instance/293596e9-9e9a-4a2b-8e91-72235ef7548b HTTP/1.1" 200 1494 0.010394 10.0.0.130 - - [2026-01-19 02:13:00] "GET /route-target/71d07520-0340-47c9-9a25-cb5310dbb2bc HTTP/1.1" 200 1220 0.003724 10.0.0.130 - - [2026-01-19 02:13:00] "GET /virtual-network/f04c4211-18cd-436b-9edc-4ba3d577914b HTTP/1.1" 200 2342 0.004570 10.0.0.130 - - [2026-01-19 02:13:00] "GET /routing-instance/293596e9-9e9a-4a2b-8e91-72235ef7548b HTTP/1.1" 200 1494 0.003544 10.0.0.130 - - [2026-01-19 02:13:00] "GET /virtual-network/f04c4211-18cd-436b-9edc-4ba3d577914b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004951 10.0.0.130 - - [2026-01-19 02:13:00] "GET /virtual-network/f04c4211-18cd-436b-9edc-4ba3d577914b HTTP/1.1" 200 2342 0.004809 10.0.0.130 - - [2026-01-19 02:13:00] "GET /routing-instance/293596e9-9e9a-4a2b-8e91-72235ef7548b HTTP/1.1" 200 1494 0.004776 10.0.0.130 - - [2026-01-19 02:13:00] "GET /routing-instance/293596e9-9e9a-4a2b-8e91-72235ef7548b HTTP/1.1" 200 1494 0.007223 10.0.0.130 - - [2026-01-19 02:13:00] "GET /route-target/71d07520-0340-47c9-9a25-cb5310dbb2bc HTTP/1.1" 200 1220 0.002661 10.0.0.130 - - [2026-01-19 02:13:01] "GET /domains HTTP/1.1" 200 281 0.002761 10.0.0.130 - - [2026-01-19 02:13:01] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.130 - - [2026-01-19 02:13:01] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2793 0.007802 10.0.0.130 - - [2026-01-19 02:13:01] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000825 10.0.0.130 - - [2026-01-19 02:13:01] "GET /project/a3a82be9-9b4a-4448-bcba-cc90a4750453 HTTP/1.1" 200 2191 0.082029 10.0.0.130 - - [2026-01-19 02:13:01] "GET /virtual-network/f04c4211-18cd-436b-9edc-4ba3d577914b HTTP/1.1" 200 2342 0.005451 10.0.0.130 - - [2026-01-19 02:13:01] "GET /obj-perms HTTP/1.1" 200 5073 0.060560 10.0.0.130 - - [2026-01-19 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.130 - - [2026-01-19 02:13:01] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001043 10.0.0.130 - - [2026-01-19 02:13:01] "GET /project/a3a82be9-9b4a-4448-bcba-cc90a4750453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.033294 10.0.0.130 - - [2026-01-19 02:13:01] "POST /neutron/network HTTP/1.1" 200 117 0.017511 10.0.0.130 - - [2026-01-19 02:13:01] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001034 10.0.0.130 - - [2026-01-19 02:13:01] "POST /neutron/network HTTP/1.1" 200 619 0.080967 10.0.0.130 - - [2026-01-19 02:13:01] "POST /route-targets HTTP/1.1" 200 328 0.013282 10.0.0.130 - - [2026-01-19 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.016652 10.0.0.130 - - [2026-01-19 02:13:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003768 10.0.0.130 - - [2026-01-19 02:13:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.134278 10.0.0.130 - - [2026-01-19 02:13:01] "POST /neutron/network HTTP/1.1" 200 838 0.005880 10.0.0.130 - - [2026-01-19 02:13:01] "POST /id-to-fqname HTTP/1.1" 200 233 0.001238 10.0.0.130 - - [2026-01-19 02:13:01] "GET /virtual-network/47e259f4-625c-44d8-ac0f-0ea4529b7ff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005402 10.0.0.130 - - [2026-01-19 02:13:01] "POST /neutron/network HTTP/1.1" 200 838 0.007391 10.0.0.130 - - [2026-01-19 02:13:01] "GET /virtual-network/47e259f4-625c-44d8-ac0f-0ea4529b7ff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004456 10.0.0.130 - - [2026-01-19 02:13:02] "POST /neutron/network HTTP/1.1" 200 838 0.007017 10.0.0.130 - - [2026-01-19 02:13:02] "POST /neutron/subnet HTTP/1.1" 200 725 0.006843 10.0.0.130 - - [2026-01-19 02:13:02] "GET /domains HTTP/1.1" 200 281 0.003333 10.0.0.130 - - [2026-01-19 02:13:02] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002614 10.0.0.130 - - [2026-01-19 02:13:02] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2793 0.008667 10.0.0.130 - - [2026-01-19 02:13:02] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000905 10.0.0.130 - - [2026-01-19 02:13:02] "GET /project/a3a82be9-9b4a-4448-bcba-cc90a4750453 HTTP/1.1" 200 2420 0.072402 10.0.0.130 - - [2026-01-19 02:13:02] "GET /virtual-network/47e259f4-625c-44d8-ac0f-0ea4529b7ff9 HTTP/1.1" 200 2344 0.005850 10.0.0.130 - - [2026-01-19 02:13:02] "GET /virtual-network/47e259f4-625c-44d8-ac0f-0ea4529b7ff9 HTTP/1.1" 200 2344 0.004823 10.0.0.130 - - [2026-01-19 02:13:02] "GET /routing-instance/778ce804-f077-406d-bca9-66b9fb4bab2b HTTP/1.1" 200 1494 0.004053 10.0.0.130 - - [2026-01-19 02:13:02] "GET /routing-instance/778ce804-f077-406d-bca9-66b9fb4bab2b HTTP/1.1" 200 1494 0.003590 10.0.0.130 - - [2026-01-19 02:13:02] "GET /route-target/368fca22-cd10-4cc9-9fb0-c00776c01cc5 HTTP/1.1" 200 1220 0.003468 10.0.0.130 - - [2026-01-19 02:13:02] "GET /virtual-network/47e259f4-625c-44d8-ac0f-0ea4529b7ff9 HTTP/1.1" 200 2344 0.004251 10.0.0.130 - - [2026-01-19 02:13:02] "GET /routing-instance/778ce804-f077-406d-bca9-66b9fb4bab2b HTTP/1.1" 200 1494 0.002939 10.0.0.130 - - [2026-01-19 02:13:02] "GET /virtual-network/47e259f4-625c-44d8-ac0f-0ea4529b7ff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004736 10.0.0.130 - - [2026-01-19 02:13:02] "GET /virtual-network/47e259f4-625c-44d8-ac0f-0ea4529b7ff9 HTTP/1.1" 200 2344 0.004680 10.0.0.130 - - [2026-01-19 02:13:02] "GET /routing-instance/778ce804-f077-406d-bca9-66b9fb4bab2b HTTP/1.1" 200 1494 0.003387 10.0.0.130 - - [2026-01-19 02:13:02] "GET /routing-instance/778ce804-f077-406d-bca9-66b9fb4bab2b HTTP/1.1" 200 1494 0.003584 10.0.0.130 - - [2026-01-19 02:13:02] "GET /route-target/368fca22-cd10-4cc9-9fb0-c00776c01cc5 HTTP/1.1" 200 1220 0.005726 10.0.0.130 - - [2026-01-19 02:13:02] "GET /domains HTTP/1.1" 200 281 0.003698 10.0.0.130 - - [2026-01-19 02:13:02] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.130 - - [2026-01-19 02:13:02] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2793 0.006967 10.0.0.130 - - [2026-01-19 02:13:02] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000947 10.0.0.130 - - [2026-01-19 02:13:02] "GET /project/a3a82be9-9b4a-4448-bcba-cc90a4750453 HTTP/1.1" 200 2420 0.073177 10.0.0.130 - - [2026-01-19 02:13:02] "GET /virtual-network/47e259f4-625c-44d8-ac0f-0ea4529b7ff9 HTTP/1.1" 200 2344 0.005213 10.0.0.130 - - [2026-01-19 02:13:02] "GET /obj-perms HTTP/1.1" 200 5073 0.003620 10.0.0.130 - - [2026-01-19 02:13:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.001583 10.0.0.130 - - [2026-01-19 02:13:02] "POST /neutron/network HTTP/1.1" 200 848 0.007326 10.0.0.130 - - [2026-01-19 02:13:02] "GET /aaa-mode HTTP/1.1" 401 293 0.000459 10.0.0.130 - - [2026-01-19 02:13:02] "GET / HTTP/1.1" 200 36215 0.001681 10.0.0.130 - - [2026-01-19 02:13:02] "GET /project/a3a82be9-9b4a-4448-bcba-cc90a4750453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000432 10.0.0.130 - - [2026-01-19 02:13:03] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000910 10.0.0.130 - - [2026-01-19 02:13:03] "GET /project/a3a82be9-9b4a-4448-bcba-cc90a4750453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.049157 10.0.0.130 - - [2026-01-19 02:13:03] "POST /neutron/network HTTP/1.1" 200 838 0.005067 10.0.0.130 - - [2026-01-19 02:13:03] "POST /neutron/port HTTP/1.1" 200 117 0.006907 10.0.0.130 - - [2026-01-19 02:13:03] "POST /neutron/port HTTP/1.1" 200 117 0.004406 10.0.0.130 - - [2026-01-19 02:13:03] "POST /id-to-fqname HTTP/1.1" 200 233 0.001673 10.0.0.130 - - [2026-01-19 02:13:03] "POST /neutron/port HTTP/1.1" 200 117 0.004422 10.0.0.130 - - [2026-01-19 02:13:03] "POST /neutron/network HTTP/1.1" 200 847 0.005651 10.0.0.130 - - [2026-01-19 02:13:03] "GET /aaa-mode HTTP/1.1" 401 293 0.000370 10.0.0.130 - - [2026-01-19 02:13:03] "POST /neutron/network HTTP/1.1" 200 848 0.007327 10.0.0.130 - - [2026-01-19 02:13:03] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000992 10.0.0.130 - - [2026-01-19 02:13:03] "GET / HTTP/1.1" 200 36215 0.001544 10.0.0.130 - - [2026-01-19 02:13:03] "GET /project/a3a82be9-9b4a-4448-bcba-cc90a4750453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000403 10.0.0.130 - - [2026-01-19 02:13:04] "POST /neutron/port HTTP/1.1" 200 1072 0.229679 10.0.0.130 - - [2026-01-19 02:13:04] "POST /neutron/port HTTP/1.1" 200 1072 0.017765 10.0.0.130 - - [2026-01-19 02:13:04] "POST /neutron/port HTTP/1.1" 200 1072 0.012361 10.0.0.130 - - [2026-01-19 02:13:04] "POST /neutron/port HTTP/1.1" 200 1126 0.072606 10.0.0.130 - - [2026-01-19 02:13:04] "POST /neutron/port HTTP/1.1" 200 1136 0.014712 10.0.0.130 - - [2026-01-19 02:13:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003474 10.0.0.130 - - [2026-01-19 02:13:04] "POST /neutron/subnet HTTP/1.1" 200 699 0.009301 10.0.0.130 - - [2026-01-19 02:13:04] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.130 - - [2026-01-19 02:13:04] "POST /neutron/network HTTP/1.1" 200 838 0.005847 10.0.0.130 - - [2026-01-19 02:13:04] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000944 10.0.0.130 - - [2026-01-19 02:13:04] "GET /project/a3a82be9-9b4a-4448-bcba-cc90a4750453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.087044 10.0.0.130 - - [2026-01-19 02:13:04] "POST /neutron/network HTTP/1.1" 200 837 0.006129 10.0.0.130 - - [2026-01-19 02:13:04] "POST /neutron/port HTTP/1.1" 200 1136 0.014053 10.0.0.130 - - [2026-01-19 02:13:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005801 10.0.0.130 - - [2026-01-19 02:13:04] "POST /neutron/port HTTP/1.1" 200 117 0.006132 10.0.0.130 - - [2026-01-19 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.130 - - [2026-01-19 02:13:04] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000899 10.0.0.130 - - [2026-01-19 02:13:04] "GET /project/a3a82be9-9b4a-4448-bcba-cc90a4750453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.031022 10.0.0.130 - - [2026-01-19 02:13:04] "GET /virtual-network/f04c4211-18cd-436b-9edc-4ba3d577914b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005684 10.0.0.130 - - [2026-01-19 02:13:04] "GET /floating-ip-pools?parent_id=f04c4211-18cd-436b-9edc-4ba3d577914b&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003501 10.0.0.130 - - [2026-01-19 02:13:05] "POST /neutron/network HTTP/1.1" 200 847 0.014073 10.0.0.130 - - [2026-01-19 02:13:05] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001176 10.0.0.130 - - [2026-01-19 02:13:05] "GET /virtual-network/f04c4211-18cd-436b-9edc-4ba3d577914b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005681 10.0.0.130 - - [2026-01-19 02:13:05] "POST /floating-ip-pools HTTP/1.1" 200 611 0.107303 10.0.0.130 - - [2026-01-19 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.027748 10.0.0.130 - - [2026-01-19 02:13:05] "GET /virtual-network/f04c4211-18cd-436b-9edc-4ba3d577914b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004407 10.0.0.130 - - [2026-01-19 02:13:05] "POST /neutron/port HTTP/1.1" 200 1071 0.313035 10.0.0.130 - - [2026-01-19 02:13:05] "GET /domains HTTP/1.1" 200 281 0.002688 10.0.0.130 - - [2026-01-19 02:13:05] "POST /neutron/port HTTP/1.1" 200 1071 0.014713 10.0.0.130 - - [2026-01-19 02:13:05] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001147 10.0.0.130 - - [2026-01-19 02:13:05] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2793 0.015452 10.0.0.130 - - [2026-01-19 02:13:05] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.130 - - [2026-01-19 02:13:05] "POST /neutron/port HTTP/1.1" 200 1071 0.021593 10.0.0.130 - - [2026-01-19 02:13:05] "GET /project/a3a82be9-9b4a-4448-bcba-cc90a4750453 HTTP/1.1" 200 3265 0.131430 10.0.0.130 - - [2026-01-19 02:13:05] "POST /neutron/port HTTP/1.1" 200 1125 0.129128 10.0.0.130 - - [2026-01-19 02:13:05] "GET /virtual-network/f04c4211-18cd-436b-9edc-4ba3d577914b HTTP/1.1" 200 3157 0.008321 10.0.0.130 - - [2026-01-19 02:13:05] "GET /floating-ip-pool/4f62cb27-0c75-49a0-8a71-bf96ed3a3406 HTTP/1.1" 200 1443 0.003409 10.0.0.130 - - [2026-01-19 02:13:05] "GET /domains HTTP/1.1" 200 281 0.005828 10.0.0.130 - - [2026-01-19 02:13:05] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001190 10.0.0.130 - - [2026-01-19 02:13:05] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2793 0.010546 10.0.0.130 - - [2026-01-19 02:13:05] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000857 10.0.0.130 - - [2026-01-19 02:13:05] "POST /neutron/port HTTP/1.1" 200 1135 0.018557 10.0.0.130 - - [2026-01-19 02:13:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004646 10.0.0.130 - - [2026-01-19 02:13:05] "POST /neutron/subnet HTTP/1.1" 200 693 0.009796 10.0.0.130 - - [2026-01-19 02:13:05] "POST /neutron/port HTTP/1.1" 200 117 0.001537 10.0.0.130 - - [2026-01-19 02:13:05] "GET /project/a3a82be9-9b4a-4448-bcba-cc90a4750453 HTTP/1.1" 200 3265 0.076985 10.0.0.130 - - [2026-01-19 02:13:05] "GET /virtual-network/f04c4211-18cd-436b-9edc-4ba3d577914b HTTP/1.1" 200 3157 0.009923 10.0.0.130 - - [2026-01-19 02:13:05] "POST /neutron/network HTTP/1.1" 200 837 0.009462 10.0.0.130 - - [2026-01-19 02:13:05] "GET /virtual-network/f04c4211-18cd-436b-9edc-4ba3d577914b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004674 10.0.0.130 - - [2026-01-19 02:13:05] "POST /neutron/port HTTP/1.1" 200 1136 0.013658 10.0.0.130 - - [2026-01-19 02:13:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006871 10.0.0.130 - - [2026-01-19 02:13:05] "POST /neutron/port HTTP/1.1" 200 1136 0.011657 10.0.0.130 - - [2026-01-19 02:13:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005674 10.0.0.130 - - [2026-01-19 02:13:05] "POST /neutron/port HTTP/1.1" 200 1136 0.012740 10.0.0.130 - - [2026-01-19 02:13:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007908 10.0.0.130 - - [2026-01-19 02:13:05] "GET /virtual-machine/5124da0b-8440-430f-84c7-76c9cee35b4f HTTP/1.1" 200 1305 0.004491 10.0.0.130 - - [2026-01-19 02:13:05] "GET /virtual-machine-interface/bff29e8b-67a3-4dfa-9a9c-ec01c1b775cf HTTP/1.1" 200 3012 0.005745 10.0.0.130 - - [2026-01-19 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007357 10.0.0.130 - - [2026-01-19 02:13:06] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004334 10.0.0.130 - - [2026-01-19 02:13:06] "GET /virtual-networks?parent_id=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003356 10.0.0.130 - - [2026-01-19 02:13:06] "GET /virtual-network/47e259f4-625c-44d8-ac0f-0ea4529b7ff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006782 10.0.0.130 - - [2026-01-19 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.130 - - [2026-01-19 02:13:09] "GET /virtual-network/47e259f4-625c-44d8-ac0f-0ea4529b7ff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005362 10.0.0.130 - - [2026-01-19 02:13:12] "POST /neutron/port HTTP/1.1" 200 1136 0.011872 10.0.0.130 - - [2026-01-19 02:13:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005263 10.0.0.130 - - [2026-01-19 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.130 - - [2026-01-19 02:13:13] "GET /virtual-network/47e259f4-625c-44d8-ac0f-0ea4529b7ff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004392 10.0.0.130 - - [2026-01-19 02:13:14] "POST /neutron/port HTTP/1.1" 200 1135 0.011439 10.0.0.130 - - [2026-01-19 02:13:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006243 10.0.0.130 - - [2026-01-19 02:13:15] "GET /projects?obj_uuids=becc5af1-c516-4a54-9202-b719f5d4598a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000873 10.0.0.130 - - [2026-01-19 02:13:15] "DELETE /project/d95ad30db2bf4a45b73a692336e8cfc7 HTTP/1.1" 404 173 0.006922 10.0.0.130 - - [2026-01-19 02:13:15] "DELETE /project/becc5af1c5164a549202b719f5d4598a HTTP/1.1" 404 173 0.006015 10.0.0.130 - - [2026-01-19 02:13:15] "DELETE /project/a3a82be99b4a4448bcbacc90a4750453 HTTP/1.1" 404 173 0.003356 10.0.0.130 - - [2026-01-19 02:13:15] "GET /project/becc5af1-c516-4a54-9202-b719f5d4598a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.037951 10.0.0.130 - - [2026-01-19 02:13:15] "GET /projects?obj_uuids=becc5af1-c516-4a54-9202-b719f5d4598a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000859 10.0.0.130 - - [2026-01-19 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006473 10.0.0.130 - - [2026-01-19 02:13:15] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003966 10.0.0.130 - - [2026-01-19 02:13:15] "GET /project/becc5af1-c516-4a54-9202-b719f5d4598a?fields=security_groups HTTP/1.1" 200 1407 0.065532 10.0.0.130 - - [2026-01-19 02:13:15] "GET /virtual-networks?parent_id=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003007 10.0.0.130 - - [2026-01-19 02:13:15] "GET /virtual-network/47e259f4-625c-44d8-ac0f-0ea4529b7ff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006194 10.0.0.130 - - [2026-01-19 02:13:15] "DELETE /security-group/7b6fe1f8-56c6-490f-bbe6-c2c91b5222c6 HTTP/1.1" 200 115 0.049114 10.0.0.130 - - [2026-01-19 02:13:15] "GET /projects?obj_uuids=becc5af1-c516-4a54-9202-b719f5d4598a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000961 10.0.0.130 - - [2026-01-19 02:13:15] "DELETE /access-control-list/4d2a775d-0f3e-4b03-a835-e759e2b41e06 HTTP/1.1" 200 115 0.034772 10.0.0.130 - - [2026-01-19 02:13:15] "GET /project/becc5af1-c516-4a54-9202-b719f5d4598a?fields=application_policy_sets HTTP/1.1" 200 1446 0.049299 10.0.0.130 - - [2026-01-19 02:13:15] "DELETE /access-control-list/69213866-1db9-4d69-931d-c0eee055cdfd HTTP/1.1" 200 115 0.047437 10.0.0.130 - - [2026-01-19 02:13:15] "POST /neutron/port HTTP/1.1" 200 1136 0.016131 10.0.0.130 - - [2026-01-19 02:13:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005237 10.0.0.130 - - [2026-01-19 02:13:15] "DELETE /project/becc5af1-c516-4a54-9202-b719f5d4598a HTTP/1.1" 200 115 0.374291 10.0.0.130 - - [2026-01-19 02:13:20] "GET /obj-perms HTTP/1.1" 200 5075 0.054573 10.0.0.130 - - [2026-01-19 02:13:20] "GET /obj-perms HTTP/1.1" 200 5075 0.056491 10.0.0.130 - - [2026-01-19 02:13:20] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001200 10.0.0.130 - - [2026-01-19 02:13:20] "POST /neutron/floatingip HTTP/1.1" 200 529 0.081876 10.0.0.130 - - [2026-01-19 02:13:20] "POST /neutron/port HTTP/1.1" 200 1136 0.012516 10.0.0.130 - - [2026-01-19 02:13:20] "POST /neutron/floatingip HTTP/1.1" 200 529 0.006044 10.0.0.130 - - [2026-01-19 02:13:20] "POST /neutron/floatingip HTTP/1.1" 200 576 0.039150 10.0.0.130 - - [2026-01-19 02:13:20] "POST /neutron/port HTTP/1.1" 200 1135 0.012393 10.0.0.130 - - [2026-01-19 02:13:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008013 10.0.0.130 - - [2026-01-19 02:13:21] "POST /neutron/port HTTP/1.1" 200 1135 0.011445 10.0.0.130 - - [2026-01-19 02:13:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010474 10.0.0.130 - - [2026-01-19 02:13:21] "POST /neutron/port HTTP/1.1" 200 1135 0.011244 10.0.0.130 - - [2026-01-19 02:13:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005651 10.0.0.130 - - [2026-01-19 02:13:21] "GET /virtual-machine/dca89942-c1a3-423f-9d54-a0239b58285f HTTP/1.1" 200 1307 0.003799 10.0.0.130 - - [2026-01-19 02:13:21] "GET /virtual-machine-interface/3adb64fc-5385-4a3c-8e4e-6311e481e234 HTTP/1.1" 200 3011 0.004356 10.0.0.130 - - [2026-01-19 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.130 - - [2026-01-19 02:13:21] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002738 10.0.0.130 - - [2026-01-19 02:13:21] "GET /virtual-networks?parent_id=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003837 10.0.0.130 - - [2026-01-19 02:13:21] "GET /virtual-network/f04c4211-18cd-436b-9edc-4ba3d577914b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004733 10.0.0.130 - - [2026-01-19 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.130 - - [2026-01-19 02:13:22] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005130 10.0.0.130 - - [2026-01-19 02:13:22] "GET /virtual-networks?parent_id=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003641 10.0.0.130 - - [2026-01-19 02:13:22] "GET /virtual-network/f04c4211-18cd-436b-9edc-4ba3d577914b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005735 10.0.0.130 - - [2026-01-19 02:13:22] "POST /neutron/floatingip HTTP/1.1" 200 576 0.012748 10.0.0.130 - - [2026-01-19 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002308 10.0.0.130 - - [2026-01-19 02:13:22] "GET /routing-instance/293596e9-9e9a-4a2b-8e91-72235ef7548b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.003653 10.0.0.130 - - [2026-01-19 02:13:22] "GET /route-target/71d07520-0340-47c9-9a25-cb5310dbb2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003855 10.0.0.130 - - [2026-01-19 02:13:22] "GET /floating-ip/682d49ab-0763-4e9b-baa2-a11241b293f0 HTTP/1.1" 200 1892 0.004785 10.0.0.130 - - [2026-01-19 02:13:25] "POST /neutron/floatingip HTTP/1.1" 200 576 0.011397 10.0.0.130 - - [2026-01-19 02:13:25] "POST /neutron/floatingip HTTP/1.1" 200 529 0.014764 10.0.0.130 - - [2026-01-19 02:13:25] "POST /neutron/floatingip HTTP/1.1" 200 529 0.006443 10.0.0.130 - - [2026-01-19 02:13:25] "POST /neutron/floatingip HTTP/1.1" 200 115 0.032645 10.0.0.130 - - [2026-01-19 02:13:25] "GET /floating-ip-pool/4f62cb27-0c75-49a0-8a71-bf96ed3a3406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.003165 10.0.0.130 - - [2026-01-19 02:13:25] "POST /ref-update HTTP/1.1" 200 156 0.006638 10.0.0.130 - - [2026-01-19 02:13:25] "DELETE /floating-ip-pool/4f62cb27-0c75-49a0-8a71-bf96ed3a3406 HTTP/1.1" 200 115 0.020927 10.0.0.130 - - [2026-01-19 02:13:26] "POST /neutron/network HTTP/1.1" 200 838 0.006098 10.0.0.130 - - [2026-01-19 02:13:26] "POST /neutron/network HTTP/1.1" 400 204 0.013076 10.0.0.130 - - [2026-01-19 02:13:26] "POST /neutron/port HTTP/1.1" 200 1135 0.011867 10.0.0.130 - - [2026-01-19 02:13:26] "POST /neutron/port HTTP/1.1" 200 1125 0.016661 10.0.0.130 - - [2026-01-19 02:13:26] "POST /neutron/port HTTP/1.1" 200 1136 0.012127 10.0.0.130 - - [2026-01-19 02:13:26] "POST /neutron/port HTTP/1.1" 200 1126 0.009923 10.0.0.130 - - [2026-01-19 02:13:26] "POST /neutron/port HTTP/1.1" 200 151 0.153333 10.0.0.130 - - [2026-01-19 02:13:26] "POST /neutron/port HTTP/1.1" 200 151 0.165393 10.0.0.130 - - [2026-01-19 02:13:26] "POST /neutron/port HTTP/1.1" 200 117 0.005006 10.0.0.130 - - [2026-01-19 02:13:27] "POST /neutron/port HTTP/1.1" 200 117 0.005601 10.0.0.130 - - [2026-01-19 02:13:27] "POST /neutron/network HTTP/1.1" 200 1507 0.008287 10.0.0.130 - - [2026-01-19 02:13:27] "POST /neutron/network HTTP/1.1" 200 117 0.008488 10.0.0.130 - - [2026-01-19 02:13:28] "POST /neutron/network HTTP/1.1" 200 838 0.006298 10.0.0.130 - - [2026-01-19 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004907 10.0.0.130 - - [2026-01-19 02:13:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002848 10.0.0.130 - - [2026-01-19 02:13:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002459 10.0.0.130 - - [2026-01-19 02:13:28] "POST /neutron/network HTTP/1.1" 200 151 0.105232 10.0.0.130 - - [2026-01-19 02:13:28] "DELETE /route-target/368fca22-cd10-4cc9-9fb0-c00776c01cc5 HTTP/1.1" 200 115 0.029263 10.0.0.130 - - [2026-01-19 02:13:28] "GET /routing-instance/778ce804-f077-406d-bca9-66b9fb4bab2b HTTP/1.1" 404 171 0.003454 10.0.0.130 - - [2026-01-19 02:13:28] "GET /domains HTTP/1.1" 200 281 0.002176 10.0.0.130 - - [2026-01-19 02:13:28] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001036 10.0.0.130 - - [2026-01-19 02:13:28] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2595 0.050342 10.0.0.130 - - [2026-01-19 02:13:28] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001103 10.0.0.130 - - [2026-01-19 02:13:28] "GET /project/a3a82be9-9b4a-4448-bcba-cc90a4750453 HTTP/1.1" 200 2191 0.068320 10.0.0.130 - - [2026-01-19 02:13:28] "POST /neutron/network HTTP/1.1" 200 837 0.005107 10.0.0.130 - - [2026-01-19 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.130 - - [2026-01-19 02:13:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001635 10.0.0.130 - - [2026-01-19 02:13:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001582 10.0.0.130 - - [2026-01-19 02:13:28] "POST /neutron/network HTTP/1.1" 200 151 0.091512 10.0.0.130 - - [2026-01-19 02:13:28] "GET /routing-instance/293596e9-9e9a-4a2b-8e91-72235ef7548b HTTP/1.1" 404 171 0.006681 10.0.0.130 - - [2026-01-19 02:13:28] "GET /domains HTTP/1.1" 200 281 0.002544 10.0.0.130 - - [2026-01-19 02:13:28] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.130 - - [2026-01-19 02:13:28] "DELETE /route-target/71d07520-0340-47c9-9a25-cb5310dbb2bc HTTP/1.1" 200 115 0.031005 10.0.0.130 - - [2026-01-19 02:13:28] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2595 0.049892 10.0.0.130 - - [2026-01-19 02:13:28] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001608 10.0.0.130 - - [2026-01-19 02:13:28] "GET /project/a3a82be9-9b4a-4448-bcba-cc90a4750453 HTTP/1.1" 200 1940 0.076070 10.0.0.130 - - [2026-01-19 02:13:28] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000897 10.0.0.130 - - [2026-01-19 02:13:29] "GET /project/a3a82be9-9b4a-4448-bcba-cc90a4750453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.022283 10.0.0.130 - - [2026-01-19 02:13:29] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000847 10.0.0.130 - - [2026-01-19 02:13:29] "GET /project/a3a82be9-9b4a-4448-bcba-cc90a4750453?fields=virtual_networks HTTP/1.1" 200 1069 0.078166 10.0.0.130 - - [2026-01-19 02:13:29] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001265 10.0.0.130 - - [2026-01-19 02:13:29] "GET /project/a3a82be9-9b4a-4448-bcba-cc90a4750453?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.025020 10.0.0.130 - - [2026-01-19 02:13:29] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000896 10.0.0.130 - - [2026-01-19 02:13:29] "GET /project/a3a82be9-9b4a-4448-bcba-cc90a4750453?fields=security_groups HTTP/1.1" 200 1308 0.030937 10.0.0.130 - - [2026-01-19 02:13:30] "POST /fqname-to-id HTTP/1.1" 404 183 0.027326 10.0.0.130 - - [2026-01-19 02:13:30] "GET /projects?obj_uuids=005bbbec-8f1c-4de1-81d5-8230008d80cd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002042 10.0.0.130 - - [2026-01-19 02:13:30] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000861 10.0.0.130 - - [2026-01-19 02:13:30] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009574 10.0.0.130 - - [2026-01-19 02:13:30] "POST /id-to-fqname HTTP/1.1" 200 185 0.001104 10.0.0.130 - - [2026-01-19 02:13:30] "POST /fqname-to-id HTTP/1.1" 404 194 0.001658 10.0.0.130 - - [2026-01-19 02:13:30] "POST /security-groups HTTP/1.1" 200 586 0.068026 10.0.0.130 - - [2026-01-19 02:13:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.003505 10.0.0.130 - - [2026-01-19 02:13:30] "POST /projects HTTP/1.1" 200 575 0.226667 10.0.0.130 - - [2026-01-19 02:13:30] "POST /access-control-lists HTTP/1.1" 200 593 0.059883 10.0.0.130 - - [2026-01-19 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.296272 10.0.0.130 - - [2026-01-19 02:13:30] "POST /fqname-to-id HTTP/1.1" 404 228 0.027256 10.0.0.130 - - [2026-01-19 02:13:30] "GET /project/005bbbec-8f1c-4de1-81d5-8230008d80cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.441137 10.0.0.130 - - [2026-01-19 02:13:30] "POST /access-control-lists HTTP/1.1" 200 591 0.060979 10.0.0.130 - - [2026-01-19 02:13:31] "GET / HTTP/1.1" 200 36215 0.001711 10.0.0.130 - - [2026-01-19 02:13:32] "GET /projects?obj_uuids=005bbbec-8f1c-4de1-81d5-8230008d80cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001158 10.0.0.130 - - [2026-01-19 02:13:32] "GET /project/005bbbec-8f1c-4de1-81d5-8230008d80cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.031749 10.0.0.130 - - [2026-01-19 02:13:32] "GET /projects?obj_uuids=005bbbec-8f1c-4de1-81d5-8230008d80cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000872 10.0.0.130 - - [2026-01-19 02:13:33] "GET /project/005bbbec-8f1c-4de1-81d5-8230008d80cd?fields=virtual_networks HTTP/1.1" 200 1031 0.072377 10.0.0.130 - - [2026-01-19 02:13:33] "GET /projects?obj_uuids=005bbbec-8f1c-4de1-81d5-8230008d80cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001460 10.0.0.130 - - [2026-01-19 02:13:33] "GET /project/005bbbec-8f1c-4de1-81d5-8230008d80cd?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.034176 10.0.0.130 - - [2026-01-19 02:13:33] "GET /projects?obj_uuids=005bbbec-8f1c-4de1-81d5-8230008d80cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001308 10.0.0.130 - - [2026-01-19 02:13:33] "GET /project/005bbbec-8f1c-4de1-81d5-8230008d80cd?fields=security_groups HTTP/1.1" 200 1253 0.027755 10.0.0.130 - - [2026-01-19 02:13:34] "POST /fqname-to-id HTTP/1.1" 404 183 0.033026 10.0.0.130 - - [2026-01-19 02:13:34] "GET /projects?obj_uuids=856e51fe-72e2-4e4e-ab28-72728a7d8427&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002373 10.0.0.130 - - [2026-01-19 02:13:34] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000846 10.0.0.130 - - [2026-01-19 02:13:34] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007749 10.0.0.130 - - [2026-01-19 02:13:34] "POST /id-to-fqname HTTP/1.1" 200 185 0.001233 10.0.0.130 - - [2026-01-19 02:13:34] "POST /fqname-to-id HTTP/1.1" 404 194 0.002807 10.0.0.130 - - [2026-01-19 02:13:34] "POST /security-groups HTTP/1.1" 200 586 0.064558 10.0.0.130 - - [2026-01-19 02:13:34] "POST /fqname-to-id HTTP/1.1" 404 229 0.002299 10.0.0.130 - - [2026-01-19 02:13:34] "POST /projects HTTP/1.1" 200 575 0.216626 10.0.0.130 - - [2026-01-19 02:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.255000 10.0.0.130 - - [2026-01-19 02:13:34] "POST /access-control-lists HTTP/1.1" 200 593 0.059120 10.0.0.130 - - [2026-01-19 02:13:34] "GET /project/856e51fe-72e2-4e4e-ab28-72728a7d8427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.378153 10.0.0.130 - - [2026-01-19 02:13:34] "POST /fqname-to-id HTTP/1.1" 404 228 0.002419 10.0.0.130 - - [2026-01-19 02:13:34] "POST /access-control-lists HTTP/1.1" 200 591 0.056526 10.0.0.130 - - [2026-01-19 02:13:35] "GET / HTTP/1.1" 200 36215 0.001792 10.0.0.130 - - [2026-01-19 02:13:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.002659 10.0.0.130 - - [2026-01-19 02:13:36] "GET /projects?obj_uuids=d95ad30d-b2bf-4a45-b73a-692336e8cfc7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001048 10.0.0.130 - - [2026-01-19 02:13:36] "POST /fqname-to-id HTTP/1.1" 404 228 0.002362 10.0.0.130 - - [2026-01-19 02:13:36] "POST /access-control-lists HTTP/1.1" 200 592 0.018059 10.0.0.130 - - [2026-01-19 02:13:36] "POST /fqname-to-id HTTP/1.1" 404 227 0.002898 10.0.0.130 - - [2026-01-19 02:13:36] "POST /access-control-lists HTTP/1.1" 200 590 0.014071 10.0.0.130 - - [2026-01-19 02:13:36] "PUT /access-control-list/91526177-069e-413d-96b8-ddfe970b1844 HTTP/1.1" 200 273 0.008927 10.0.0.130 - - [2026-01-19 02:13:36] "POST /neutron/security_group HTTP/1.1" 200 1364 0.298952 10.0.0.130 - - [2026-01-19 02:13:36] "GET /projects?obj_uuids=d95ad30d-b2bf-4a45-b73a-692336e8cfc7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001261 10.0.0.130 - - [2026-01-19 02:13:36] "PUT /access-control-list/4d2e9e0e-9836-4566-9950-19149a3596b6 HTTP/1.1" 200 273 0.010925 10.0.0.130 - - [2026-01-19 02:13:36] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.033691 10.0.0.130 - - [2026-01-19 02:13:36] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007795 10.0.0.130 - - [2026-01-19 02:13:36] "PUT /access-control-list/4d2e9e0e-9836-4566-9950-19149a3596b6 HTTP/1.1" 200 273 0.007571 10.0.0.130 - - [2026-01-19 02:13:36] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.093984 10.0.0.130 - - [2026-01-19 02:13:36] "PUT /access-control-list/4d2e9e0e-9836-4566-9950-19149a3596b6 HTTP/1.1" 200 273 0.007379 10.0.0.130 - - [2026-01-19 02:13:36] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008281 10.0.0.130 - - [2026-01-19 02:13:36] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.124030 10.0.0.130 - - [2026-01-19 02:13:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.007171 10.0.0.130 - - [2026-01-19 02:13:36] "PUT /access-control-list/4d2e9e0e-9836-4566-9950-19149a3596b6 HTTP/1.1" 200 273 0.012392 10.0.0.130 - - [2026-01-19 02:13:36] "GET /projects?obj_uuids=d95ad30d-b2bf-4a45-b73a-692336e8cfc7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001067 10.0.0.130 - - [2026-01-19 02:13:36] "POST /fqname-to-id HTTP/1.1" 404 228 0.004229 10.0.0.130 - - [2026-01-19 02:13:36] "POST /access-control-lists HTTP/1.1" 200 592 0.020309 10.0.0.130 - - [2026-01-19 02:13:37] "POST /fqname-to-id HTTP/1.1" 404 227 0.004077 10.0.0.130 - - [2026-01-19 02:13:37] "POST /access-control-lists HTTP/1.1" 200 590 0.016997 10.0.0.130 - - [2026-01-19 02:13:37] "PUT /access-control-list/77a21450-9146-4317-b137-b727443d8dd4 HTTP/1.1" 200 273 0.009304 10.0.0.130 - - [2026-01-19 02:13:37] "POST /neutron/security_group HTTP/1.1" 200 1364 0.297606 10.0.0.130 - - [2026-01-19 02:13:37] "GET /projects?obj_uuids=d95ad30d-b2bf-4a45-b73a-692336e8cfc7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000879 10.0.0.130 - - [2026-01-19 02:13:37] "PUT /access-control-list/59e81b75-30b2-481a-9c1e-00a9bbf21d9d HTTP/1.1" 200 273 0.012752 10.0.0.130 - - [2026-01-19 02:13:37] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.041044 10.0.0.130 - - [2026-01-19 02:13:37] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007941 10.0.0.130 - - [2026-01-19 02:13:37] "PUT /access-control-list/59e81b75-30b2-481a-9c1e-00a9bbf21d9d HTTP/1.1" 200 273 0.011595 10.0.0.130 - - [2026-01-19 02:13:37] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.119196 10.0.0.130 - - [2026-01-19 02:13:37] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010932 10.0.0.130 - - [2026-01-19 02:13:37] "PUT /access-control-list/59e81b75-30b2-481a-9c1e-00a9bbf21d9d HTTP/1.1" 200 273 0.013891 10.0.0.130 - - [2026-01-19 02:13:37] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.166157 10.0.0.130 - - [2026-01-19 02:13:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000346 10.0.0.130 - - [2026-01-19 02:13:37] "PUT /access-control-list/59e81b75-30b2-481a-9c1e-00a9bbf21d9d HTTP/1.1" 200 273 0.009204 10.0.0.130 - - [2026-01-19 02:13:37] "POST /fqname-to-id HTTP/1.1" 404 210 0.031682 10.0.0.130 - - [2026-01-19 02:13:37] "GET /projects?obj_uuids=856e51fe-72e2-4e4e-ab28-72728a7d8427&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001160 10.0.0.130 - - [2026-01-19 02:13:37] "POST /fqname-to-id HTTP/1.1" 404 245 0.002807 10.0.0.130 - - [2026-01-19 02:13:38] "POST /access-control-lists HTTP/1.1" 200 609 0.015103 10.0.0.130 - - [2026-01-19 02:13:38] "POST /fqname-to-id HTTP/1.1" 404 244 0.002544 10.0.0.130 - - [2026-01-19 02:13:38] "POST /access-control-lists HTTP/1.1" 200 607 0.017518 10.0.0.130 - - [2026-01-19 02:13:38] "PUT /access-control-list/b5a7a474-3032-49c8-bb60-a71a7e11ef15 HTTP/1.1" 200 273 0.009716 10.0.0.130 - - [2026-01-19 02:13:38] "PUT /access-control-list/ae04a033-3298-4828-b6ec-c6e79714ebc2 HTTP/1.1" 200 273 0.014937 10.0.0.130 - - [2026-01-19 02:13:38] "POST /neutron/security_group HTTP/1.1" 200 1379 0.347600 10.0.0.130 - - [2026-01-19 02:13:38] "GET /projects?obj_uuids=856e51fe-72e2-4e4e-ab28-72728a7d8427&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000848 10.0.0.130 - - [2026-01-19 02:13:38] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.027046 10.0.0.130 - - [2026-01-19 02:13:38] "PUT /access-control-list/ae04a033-3298-4828-b6ec-c6e79714ebc2 HTTP/1.1" 200 273 0.009130 10.0.0.130 - - [2026-01-19 02:13:38] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011349 10.0.0.130 - - [2026-01-19 02:13:38] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.119352 10.0.0.130 - - [2026-01-19 02:13:38] "PUT /access-control-list/ae04a033-3298-4828-b6ec-c6e79714ebc2 HTTP/1.1" 200 273 0.023096 10.0.0.130 - - [2026-01-19 02:13:38] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.018876 10.0.0.130 - - [2026-01-19 02:13:38] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.110593 10.0.0.130 - - [2026-01-19 02:13:38] "POST /fqname-to-id HTTP/1.1" 404 210 0.001886 10.0.0.130 - - [2026-01-19 02:13:38] "PUT /access-control-list/ae04a033-3298-4828-b6ec-c6e79714ebc2 HTTP/1.1" 200 273 0.011761 10.0.0.130 - - [2026-01-19 02:13:38] "GET /projects?obj_uuids=856e51fe-72e2-4e4e-ab28-72728a7d8427&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000873 10.0.0.130 - - [2026-01-19 02:13:38] "POST /fqname-to-id HTTP/1.1" 404 245 0.003746 10.0.0.130 - - [2026-01-19 02:13:38] "POST /access-control-lists HTTP/1.1" 200 609 0.015759 10.0.0.130 - - [2026-01-19 02:13:38] "POST /fqname-to-id HTTP/1.1" 404 244 0.003285 10.0.0.130 - - [2026-01-19 02:13:38] "POST /access-control-lists HTTP/1.1" 200 607 0.019475 10.0.0.130 - - [2026-01-19 02:13:38] "PUT /access-control-list/b1c9e581-95d6-4dd5-b163-e1335e98dc13 HTTP/1.1" 200 273 0.007850 10.0.0.130 - - [2026-01-19 02:13:38] "PUT /access-control-list/ec2ea81a-bbdf-4e4f-a414-094fcc813e2f HTTP/1.1" 200 273 0.009895 10.0.0.130 - - [2026-01-19 02:13:38] "POST /neutron/security_group HTTP/1.1" 200 1379 0.329194 10.0.0.130 - - [2026-01-19 02:13:38] "GET /projects?obj_uuids=856e51fe-72e2-4e4e-ab28-72728a7d8427&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001011 10.0.0.130 - - [2026-01-19 02:13:38] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.030345 10.0.0.130 - - [2026-01-19 02:13:38] "PUT /access-control-list/ec2ea81a-bbdf-4e4f-a414-094fcc813e2f HTTP/1.1" 200 273 0.012955 10.0.0.130 - - [2026-01-19 02:13:38] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010683 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.154907 10.0.0.130 - - [2026-01-19 02:13:39] "PUT /access-control-list/ec2ea81a-bbdf-4e4f-a414-094fcc813e2f HTTP/1.1" 200 273 0.014528 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013733 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.151593 10.0.0.130 - - [2026-01-19 02:13:39] "PUT /access-control-list/ec2ea81a-bbdf-4e4f-a414-094fcc813e2f HTTP/1.1" 200 273 0.014014 10.0.0.130 - - [2026-01-19 02:13:39] "GET /projects?obj_uuids=d95ad30d-b2bf-4a45-b73a-692336e8cfc7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001365 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.041371 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.004625 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.003281 10.0.0.130 - - [2026-01-19 02:13:39] "POST /route-targets HTTP/1.1" 200 328 0.018897 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.003717 10.0.0.130 - - [2026-01-19 02:13:39] "PUT /logical-router/ef240502-803d-4dac-9786-6c7cd884a862 HTTP/1.1" 200 263 0.021303 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.005066 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.003855 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.004549 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.003478 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.003079 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.003131 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.003346 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.003186 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.003277 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.004201 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.004435 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.003364 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.003112 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.003934 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.004013 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.003931 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.003365 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.003802 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.003125 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.003089 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.003266 10.0.0.130 - - [2026-01-19 02:13:39] "POST /neutron/router HTTP/1.1" 200 541 0.003484 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 541 0.003480 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 541 0.003133 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 541 0.003683 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 541 0.003036 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 541 0.002872 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 541 0.003128 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 541 0.004302 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 541 0.018241 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 541 0.003977 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 542 0.019106 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 542 0.005495 10.0.0.130 - - [2026-01-19 02:13:40] "GET /logical-router/ef240502-803d-4dac-9786-6c7cd884a862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004235 10.0.0.130 - - [2026-01-19 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 151 0.049522 10.0.0.130 - - [2026-01-19 02:13:40] "GET /projects?obj_uuids=856e51fe-72e2-4e4e-ab28-72728a7d8427&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001790 10.0.0.130 - - [2026-01-19 02:13:40] "DELETE /route-target/a40c72a1-a70e-491a-baa2-c0ef17317a9a HTTP/1.1" 200 115 0.026137 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.059116 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.004693 10.0.0.130 - - [2026-01-19 02:13:40] "POST /route-targets HTTP/1.1" 200 328 0.019933 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.004202 10.0.0.130 - - [2026-01-19 02:13:40] "PUT /logical-router/89eaa1b3-5510-4a52-a01c-bf51a92e6283 HTTP/1.1" 200 263 0.014469 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.004555 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.003340 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.003315 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.003119 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.009637 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.004563 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.004095 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.004435 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.006727 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.003625 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.003862 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.005954 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.003274 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.003341 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.004977 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.003264 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.003251 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.003870 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.003293 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.003354 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.003342 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.003914 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.003248 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.003103 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.003244 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.003221 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.002975 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.004022 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.004329 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.004331 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.018960 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 559 0.004820 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 560 0.019634 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 560 0.003456 10.0.0.130 - - [2026-01-19 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004975 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 151 0.041424 10.0.0.130 - - [2026-01-19 02:13:40] "GET /logical-router/89eaa1b3-5510-4a52-a01c-bf51a92e6283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004661 10.0.0.130 - - [2026-01-19 02:13:40] "GET /projects?obj_uuids=d95ad30d-b2bf-4a45-b73a-692336e8cfc7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001455 10.0.0.130 - - [2026-01-19 02:13:40] "DELETE /route-target/80e5b3f8-dde5-4859-945c-df20637d71d2 HTTP/1.1" 200 115 0.019446 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 541 0.042399 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 541 0.004584 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 541 0.004314 10.0.0.130 - - [2026-01-19 02:13:40] "POST /route-targets HTTP/1.1" 200 328 0.017246 10.0.0.130 - - [2026-01-19 02:13:40] "POST /neutron/router HTTP/1.1" 200 541 0.003430 10.0.0.130 - - [2026-01-19 02:13:41] "PUT /logical-router/65410381-ac51-4f0f-8e66-731949b26e42 HTTP/1.1" 200 263 0.019339 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.039095 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.002731 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.002944 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.003456 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.002968 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.002880 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.002865 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.002940 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.002882 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.003028 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.003354 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.003688 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.003388 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.003285 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.003397 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.004056 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.003576 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.003935 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.004069 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.006832 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.003504 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.004151 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.003837 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.003217 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.004100 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.003533 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.003509 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.004274 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.003168 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.015678 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.003311 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.016358 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 541 0.004240 10.0.0.130 - - [2026-01-19 02:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.130 - - [2026-01-19 02:13:41] "GET /logical-router/65410381-ac51-4f0f-8e66-731949b26e42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002025 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/router HTTP/1.1" 200 151 0.043932 10.0.0.130 - - [2026-01-19 02:13:41] "DELETE /route-target/65439e8b-9bda-4365-a9c7-56fac23f43b9 HTTP/1.1" 200 115 0.014315 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/security_group HTTP/1.1" 200 521 0.003644 10.0.0.130 - - [2026-01-19 02:13:41] "DELETE /access-control-list/b1c9e581-95d6-4dd5-b163-e1335e98dc13 HTTP/1.1" 200 115 0.024318 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/security_group HTTP/1.1" 200 151 0.050647 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/security_group HTTP/1.1" 200 521 0.002934 10.0.0.130 - - [2026-01-19 02:13:41] "DELETE /access-control-list/ec2ea81a-bbdf-4e4f-a414-094fcc813e2f HTTP/1.1" 200 115 0.032101 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/security_group HTTP/1.1" 200 151 0.036735 10.0.0.130 - - [2026-01-19 02:13:41] "DELETE /access-control-list/b5a7a474-3032-49c8-bb60-a71a7e11ef15 HTTP/1.1" 200 115 0.019557 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/security_group HTTP/1.1" 200 506 0.003184 10.0.0.130 - - [2026-01-19 02:13:41] "DELETE /access-control-list/ae04a033-3298-4828-b6ec-c6e79714ebc2 HTTP/1.1" 200 115 0.024664 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/security_group HTTP/1.1" 200 151 0.039537 10.0.0.130 - - [2026-01-19 02:13:41] "DELETE /access-control-list/77a21450-9146-4317-b137-b727443d8dd4 HTTP/1.1" 200 115 0.018597 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/security_group HTTP/1.1" 200 506 0.002987 10.0.0.130 - - [2026-01-19 02:13:41] "DELETE /access-control-list/59e81b75-30b2-481a-9c1e-00a9bbf21d9d HTTP/1.1" 200 115 0.026374 10.0.0.130 - - [2026-01-19 02:13:41] "POST /neutron/security_group HTTP/1.1" 200 151 0.043298 10.0.0.130 - - [2026-01-19 02:13:41] "DELETE /access-control-list/91526177-069e-413d-96b8-ddfe970b1844 HTTP/1.1" 200 115 0.020684 10.0.0.130 - - [2026-01-19 02:13:41] "DELETE /access-control-list/4d2e9e0e-9836-4566-9950-19149a3596b6 HTTP/1.1" 200 115 0.023195 10.0.0.130 - - [2026-01-19 02:13:42] "GET /projects?obj_uuids=856e51fe-72e2-4e4e-ab28-72728a7d8427&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000939 10.0.0.130 - - [2026-01-19 02:13:42] "GET /project/856e51fe-72e2-4e4e-ab28-72728a7d8427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.023270 10.0.0.130 - - [2026-01-19 02:13:42] "GET /projects?obj_uuids=856e51fe-72e2-4e4e-ab28-72728a7d8427&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000858 10.0.0.130 - - [2026-01-19 02:13:42] "GET /project/856e51fe-72e2-4e4e-ab28-72728a7d8427?fields=virtual_networks HTTP/1.1" 200 1034 0.065663 10.0.0.130 - - [2026-01-19 02:13:42] "GET /projects?obj_uuids=856e51fe-72e2-4e4e-ab28-72728a7d8427&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001988 10.0.0.130 - - [2026-01-19 02:13:42] "GET /project/856e51fe-72e2-4e4e-ab28-72728a7d8427?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.027110 10.0.0.130 - - [2026-01-19 02:13:42] "GET /projects?obj_uuids=856e51fe-72e2-4e4e-ab28-72728a7d8427&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000902 10.0.0.130 - - [2026-01-19 02:13:42] "GET /project/856e51fe-72e2-4e4e-ab28-72728a7d8427?fields=security_groups HTTP/1.1" 200 1256 0.025838 10.0.0.130 - - [2026-01-19 02:13:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.025938 10.0.0.130 - - [2026-01-19 02:13:43] "GET /projects?obj_uuids=c2f28317-ba74-4621-a240-6fc170313769&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002430 10.0.0.130 - - [2026-01-19 02:13:43] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.130 - - [2026-01-19 02:13:43] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006608 10.0.0.130 - - [2026-01-19 02:13:43] "POST /id-to-fqname HTTP/1.1" 200 186 0.001093 10.0.0.130 - - [2026-01-19 02:13:43] "POST /fqname-to-id HTTP/1.1" 404 195 0.002627 10.0.0.130 - - [2026-01-19 02:13:43] "POST /security-groups HTTP/1.1" 200 587 0.061124 10.0.0.130 - - [2026-01-19 02:13:43] "POST /fqname-to-id HTTP/1.1" 404 230 0.002100 10.0.0.130 - - [2026-01-19 02:13:43] "POST /projects HTTP/1.1" 200 577 0.201665 10.0.0.130 - - [2026-01-19 02:13:43] "POST /access-control-lists HTTP/1.1" 200 594 0.057739 10.0.0.130 - - [2026-01-19 02:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.272596 10.0.0.130 - - [2026-01-19 02:13:43] "POST /fqname-to-id HTTP/1.1" 404 229 0.002598 10.0.0.130 - - [2026-01-19 02:13:43] "GET /project/c2f28317-ba74-4621-a240-6fc170313769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.391494 10.0.0.130 - - [2026-01-19 02:13:43] "POST /access-control-lists HTTP/1.1" 200 592 0.061653 10.0.0.130 - - [2026-01-19 02:13:44] "GET / HTTP/1.1" 200 36215 0.002885 10.0.0.130 - - [2026-01-19 02:13:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000484 10.0.0.130 - - [2026-01-19 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.054272 10.0.0.130 - - [2026-01-19 02:13:45] "GET /projects?obj_uuids=c2f28317-ba74-4621-a240-6fc170313769&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000842 10.0.0.130 - - [2026-01-19 02:13:45] "GET /project/c2f28317-ba74-4621-a240-6fc170313769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.021035 10.0.0.130 - - [2026-01-19 02:13:45] "POST /neutron/network HTTP/1.1" 200 117 0.030739 10.0.0.130 - - [2026-01-19 02:13:45] "GET /projects?obj_uuids=c2f28317-ba74-4621-a240-6fc170313769&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001620 10.0.0.130 - - [2026-01-19 02:13:45] "POST /neutron/network HTTP/1.1" 200 601 0.059464 10.0.0.130 - - [2026-01-19 02:13:45] "POST /route-targets HTTP/1.1" 200 328 0.011541 10.0.0.130 - - [2026-01-19 02:13:45] "POST /ref-update HTTP/1.1" 200 156 0.020976 10.0.0.130 - - [2026-01-19 02:13:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004022 10.0.0.130 - - [2026-01-19 02:13:46] "POST /neutron/subnet HTTP/1.1" 200 725 0.135522 10.0.0.130 - - [2026-01-19 02:13:46] "POST /neutron/network HTTP/1.1" 200 820 0.005106 10.0.0.130 - - [2026-01-19 02:13:46] "POST /id-to-fqname HTTP/1.1" 200 216 0.001353 10.0.0.130 - - [2026-01-19 02:13:46] "GET /virtual-network/723cf9d0-d970-4cc3-b9b4-e60e7f6e3579?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004912 10.0.0.130 - - [2026-01-19 02:13:46] "POST /neutron/network HTTP/1.1" 200 820 0.005489 10.0.0.130 - - [2026-01-19 02:13:46] "GET /virtual-network/723cf9d0-d970-4cc3-b9b4-e60e7f6e3579?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004565 10.0.0.130 - - [2026-01-19 02:13:46] "POST /neutron/network HTTP/1.1" 200 820 0.004743 10.0.0.130 - - [2026-01-19 02:13:46] "POST /neutron/subnet HTTP/1.1" 200 725 0.006024 10.0.0.130 - - [2026-01-19 02:13:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.002598 10.0.0.130 - - [2026-01-19 02:13:46] "GET /virtual-network/723cf9d0-d970-4cc3-b9b4-e60e7f6e3579?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006562 10.0.0.130 - - [2026-01-19 02:13:46] "GET /projects?obj_uuids=c2f28317-ba74-4621-a240-6fc170313769&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001051 10.0.0.130 - - [2026-01-19 02:13:46] "POST /neutron/port HTTP/1.1" 200 1017 0.171012 10.0.0.130 - - [2026-01-19 02:13:46] "GET /virtual-machine-interface/205575bd-c041-407b-aef6-7c2651e20dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.005747 10.0.0.130 - - [2026-01-19 02:13:46] "GET /virtual-machine-interface/205575bd-c041-407b-aef6-7c2651e20dea?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.004585 10.0.0.130 - - [2026-01-19 02:13:46] "GET /instance-ip/1326ff4a-242c-42ef-b87e-4ad5e8066dca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1597 0.003588 10.0.0.130 - - [2026-01-19 02:13:46] "GET /virtual-machine-interface/205575bd-c041-407b-aef6-7c2651e20dea HTTP/1.1" 401 293 0.002020 10.0.0.130 - - [2026-01-19 02:13:46] "GET /virtual-machine-interface/205575bd-c041-407b-aef6-7c2651e20dea HTTP/1.1" 200 2611 0.030684 10.0.0.130 - - [2026-01-19 02:13:46] "POST /neutron/port HTTP/1.1" 200 1017 0.007762 10.0.0.130 - - [2026-01-19 02:13:47] "POST /neutron/port HTTP/1.1" 200 151 0.066060 10.0.0.130 - - [2026-01-19 02:13:47] "POST /neutron/network HTTP/1.1" 200 820 0.005135 10.0.0.130 - - [2026-01-19 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005535 10.0.0.130 - - [2026-01-19 02:13:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002395 10.0.0.130 - - [2026-01-19 02:13:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002640 10.0.0.130 - - [2026-01-19 02:13:47] "POST /neutron/network HTTP/1.1" 200 151 0.089235 10.0.0.130 - - [2026-01-19 02:13:47] "DELETE /route-target/24f6b943-d844-4333-b6f5-5a71888be731 HTTP/1.1" 200 115 0.014248 10.0.0.130 - - [2026-01-19 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.130 - - [2026-01-19 02:13:47] "GET /projects?obj_uuids=c2f28317-ba74-4621-a240-6fc170313769&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000876 10.0.0.130 - - [2026-01-19 02:13:47] "GET /project/c2f28317-ba74-4621-a240-6fc170313769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.025074 10.0.0.130 - - [2026-01-19 02:13:47] "POST /neutron/network HTTP/1.1" 200 117 0.009202 10.0.0.130 - - [2026-01-19 02:13:47] "GET /projects?obj_uuids=c2f28317-ba74-4621-a240-6fc170313769&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001730 10.0.0.130 - - [2026-01-19 02:13:47] "POST /neutron/network HTTP/1.1" 200 603 0.085999 10.0.0.130 - - [2026-01-19 02:13:47] "POST /route-targets HTTP/1.1" 200 328 0.009586 10.0.0.130 - - [2026-01-19 02:13:47] "POST /ref-update HTTP/1.1" 200 156 0.011123 10.0.0.130 - - [2026-01-19 02:13:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003291 10.0.0.130 - - [2026-01-19 02:13:48] "POST /neutron/subnet HTTP/1.1" 200 715 0.184512 10.0.0.130 - - [2026-01-19 02:13:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002549 10.0.0.130 - - [2026-01-19 02:13:48] "POST /neutron/subnet HTTP/1.1" 200 725 0.148637 10.0.0.130 - - [2026-01-19 02:13:48] "POST /neutron/network HTTP/1.1" 200 976 0.006993 10.0.0.130 - - [2026-01-19 02:13:48] "POST /id-to-fqname HTTP/1.1" 200 217 0.001318 10.0.0.130 - - [2026-01-19 02:13:48] "GET /virtual-network/3836df45-b555-4386-9592-0ab1e1a81843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.007307 10.0.0.130 - - [2026-01-19 02:13:48] "POST /neutron/network HTTP/1.1" 200 976 0.009666 10.0.0.130 - - [2026-01-19 02:13:48] "GET /virtual-network/3836df45-b555-4386-9592-0ab1e1a81843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.004417 10.0.0.130 - - [2026-01-19 02:13:48] "POST /neutron/network HTTP/1.1" 200 976 0.006478 10.0.0.130 - - [2026-01-19 02:13:48] "POST /neutron/subnet HTTP/1.1" 200 715 0.005600 10.0.0.130 - - [2026-01-19 02:13:48] "POST /neutron/subnet HTTP/1.1" 200 725 0.006608 10.0.0.130 - - [2026-01-19 02:13:48] "GET /projects?obj_uuids=c2f28317-ba74-4621-a240-6fc170313769&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000984 10.0.0.130 - - [2026-01-19 02:13:48] "POST /neutron/port HTTP/1.1" 200 1016 0.159350 10.0.0.130 - - [2026-01-19 02:13:48] "GET /projects?obj_uuids=c2f28317-ba74-4621-a240-6fc170313769&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001112 10.0.0.130 - - [2026-01-19 02:13:48] "POST /neutron/port HTTP/1.1" 200 1018 0.174564 10.0.0.130 - - [2026-01-19 02:13:48] "POST /id-to-fqname HTTP/1.1" 200 217 0.001121 10.0.0.130 - - [2026-01-19 02:13:49] "POST /neutron/port HTTP/1.1" 200 1016 0.008475 10.0.0.130 - - [2026-01-19 02:13:49] "POST /neutron/port HTTP/1.1" 200 1016 0.007482 10.0.0.130 - - [2026-01-19 02:13:49] "POST /neutron/network HTTP/1.1" 200 976 0.005275 10.0.0.130 - - [2026-01-19 02:13:49] "POST /neutron/port HTTP/1.1" 200 1016 0.007192 10.0.0.130 - - [2026-01-19 02:13:49] "POST /neutron/port HTTP/1.1" 200 117 0.004496 10.0.0.130 - - [2026-01-19 02:13:49] "POST /neutron/port HTTP/1.1" 200 117 0.005172 10.0.0.130 - - [2026-01-19 02:13:49] "POST /id-to-fqname HTTP/1.1" 200 217 0.001145 10.0.0.130 - - [2026-01-19 02:13:49] "POST /neutron/port HTTP/1.1" 200 117 0.005336 10.0.0.130 - - [2026-01-19 02:13:49] "POST /neutron/port HTTP/1.1" 200 1018 0.009657 10.0.0.130 - - [2026-01-19 02:13:49] "POST /neutron/port HTTP/1.1" 200 1018 0.010620 10.0.0.130 - - [2026-01-19 02:13:49] "POST /neutron/network HTTP/1.1" 200 976 0.008892 10.0.0.130 - - [2026-01-19 02:13:49] "POST /neutron/port HTTP/1.1" 200 1018 0.009564 10.0.0.130 - - [2026-01-19 02:13:49] "POST /neutron/port HTTP/1.1" 200 1016 0.011508 10.0.0.130 - - [2026-01-19 02:13:49] "POST /neutron/port HTTP/1.1" 200 1018 0.008898 10.0.0.130 - - [2026-01-19 02:13:49] "POST /neutron/port HTTP/1.1" 200 117 0.006309 10.0.0.130 - - [2026-01-19 02:13:49] "POST /neutron/port HTTP/1.1" 200 117 0.005345 10.0.0.130 - - [2026-01-19 02:13:49] "POST /neutron/port HTTP/1.1" 200 117 0.005844 10.0.0.130 - - [2026-01-19 02:13:50] "POST /neutron/port HTTP/1.1" 200 1016 0.008288 10.0.0.130 - - [2026-01-19 02:13:50] "POST /neutron/network HTTP/1.1" 200 986 0.004720 10.0.0.130 - - [2026-01-19 02:13:50] "POST /neutron/port HTTP/1.1" 200 1016 0.007871 10.0.0.130 - - [2026-01-19 02:13:50] "POST /neutron/port HTTP/1.1" 200 1016 0.007132 10.0.0.130 - - [2026-01-19 02:13:50] "POST /neutron/port HTTP/1.1" 200 1018 0.016454 10.0.0.130 - - [2026-01-19 02:13:50] "POST /neutron/network HTTP/1.1" 200 986 0.010005 10.0.0.130 - - [2026-01-19 02:13:50] "POST /neutron/port HTTP/1.1" 200 1108 0.081890 10.0.0.130 - - [2026-01-19 02:13:50] "POST /neutron/port HTTP/1.1" 200 1018 0.007540 10.0.0.130 - - [2026-01-19 02:13:50] "POST /neutron/port HTTP/1.1" 200 1018 0.007222 10.0.0.130 - - [2026-01-19 02:13:50] "POST /neutron/port HTTP/1.1" 200 1118 0.010538 10.0.0.130 - - [2026-01-19 02:13:50] "POST /neutron/port HTTP/1.1" 200 1110 0.069894 10.0.0.130 - - [2026-01-19 02:13:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002917 10.0.0.130 - - [2026-01-19 02:13:50] "POST /neutron/subnet HTTP/1.1" 200 689 0.007900 10.0.0.130 - - [2026-01-19 02:13:50] "POST /neutron/port HTTP/1.1" 200 117 0.001413 10.0.0.130 - - [2026-01-19 02:13:50] "POST /neutron/port HTTP/1.1" 200 1120 0.015662 10.0.0.130 - - [2026-01-19 02:13:50] "POST /neutron/network HTTP/1.1" 200 976 0.008830 10.0.0.130 - - [2026-01-19 02:13:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004251 10.0.0.130 - - [2026-01-19 02:13:50] "POST /neutron/subnet HTTP/1.1" 200 699 0.007085 10.0.0.130 - - [2026-01-19 02:13:50] "POST /neutron/port HTTP/1.1" 200 117 0.001085 10.0.0.130 - - [2026-01-19 02:13:50] "POST /neutron/network HTTP/1.1" 200 976 0.007759 10.0.0.130 - - [2026-01-19 02:13:54] "POST /neutron/port HTTP/1.1" 200 1118 0.013660 10.0.0.130 - - [2026-01-19 02:13:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005783 10.0.0.130 - - [2026-01-19 02:13:54] "POST /neutron/port HTTP/1.1" 200 1118 0.010546 10.0.0.130 - - [2026-01-19 02:13:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006339 10.0.0.130 - - [2026-01-19 02:13:54] "POST /neutron/port HTTP/1.1" 200 1118 0.012919 10.0.0.130 - - [2026-01-19 02:13:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008061 10.0.0.130 - - [2026-01-19 02:13:54] "GET /virtual-machine/2f05e0b7-bc11-4dc4-b1b3-c5e6125c8f3e HTTP/1.1" 200 1286 0.005366 10.0.0.130 - - [2026-01-19 02:13:54] "GET /virtual-machine-interface/f7d6f592-6600-441b-b73c-cd1c2b67cd1f HTTP/1.1" 200 2932 0.004380 10.0.0.130 - - [2026-01-19 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.130 - - [2026-01-19 02:13:54] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002765 10.0.0.130 - - [2026-01-19 02:13:55] "GET /virtual-networks?parent_id=c2f28317-ba74-4621-a240-6fc170313769&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004075 10.0.0.130 - - [2026-01-19 02:13:55] "GET /virtual-network/3836df45-b555-4386-9592-0ab1e1a81843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006612 10.0.0.130 - - [2026-01-19 02:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.130 - - [2026-01-19 02:13:58] "GET /virtual-network/3836df45-b555-4386-9592-0ab1e1a81843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005942 10.0.0.130 - - [2026-01-19 02:13:59] "POST /neutron/port HTTP/1.1" 200 1118 0.013015 10.0.0.130 - - [2026-01-19 02:13:59] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006192 10.0.0.130 - - [2026-01-19 02:13:59] "POST /neutron/port HTTP/1.1" 200 1120 0.013696 10.0.0.130 - - [2026-01-19 02:13:59] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005652 10.0.0.130 - - [2026-01-19 02:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.130 - - [2026-01-19 02:14:00] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003242 10.0.0.130 - - [2026-01-19 02:14:00] "GET /virtual-networks?parent_id=c2f28317-ba74-4621-a240-6fc170313769&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003546 10.0.0.130 - - [2026-01-19 02:14:00] "GET /virtual-network/3836df45-b555-4386-9592-0ab1e1a81843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005629 10.0.0.130 - - [2026-01-19 02:14:00] "POST /neutron/port HTTP/1.1" 200 1120 0.021389 10.0.0.130 - - [2026-01-19 02:14:00] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006537 10.0.0.130 - - [2026-01-19 02:14:00] "POST /neutron/port HTTP/1.1" 200 1120 0.019398 10.0.0.130 - - [2026-01-19 02:14:00] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007876 10.0.0.130 - - [2026-01-19 02:14:00] "POST /neutron/port HTTP/1.1" 200 1120 0.014247 10.0.0.130 - - [2026-01-19 02:14:00] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007675 10.0.0.130 - - [2026-01-19 02:14:00] "GET /virtual-machine/fb8d5180-2c4e-4ea3-9794-b01aeb7cffbf HTTP/1.1" 200 1287 0.005726 10.0.0.130 - - [2026-01-19 02:14:00] "GET /virtual-machine-interface/3ccabb64-6a92-4d63-bc28-ef37c35c2ad9 HTTP/1.1" 200 2931 0.005564 10.0.0.130 - - [2026-01-19 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004825 10.0.0.130 - - [2026-01-19 02:14:01] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004880 10.0.0.130 - - [2026-01-19 02:14:01] "GET /virtual-networks?parent_id=c2f28317-ba74-4621-a240-6fc170313769&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003903 10.0.0.130 - - [2026-01-19 02:14:01] "GET /virtual-network/3836df45-b555-4386-9592-0ab1e1a81843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.007237 10.0.0.130 - - [2026-01-19 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.130 - - [2026-01-19 02:14:02] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003485 10.0.0.130 - - [2026-01-19 02:14:02] "GET /virtual-networks?parent_id=c2f28317-ba74-4621-a240-6fc170313769&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003304 10.0.0.130 - - [2026-01-19 02:14:02] "GET /virtual-network/3836df45-b555-4386-9592-0ab1e1a81843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.007233 10.0.0.130 - - [2026-01-19 02:14:05] "POST /neutron/port HTTP/1.1" 200 1110 0.009825 10.0.0.130 - - [2026-01-19 02:14:05] "POST /neutron/port HTTP/1.1" 200 1110 0.009421 10.0.0.130 - - [2026-01-19 02:14:05] "POST /neutron/port HTTP/1.1" 200 151 0.123870 10.0.0.130 - - [2026-01-19 02:14:05] "POST /neutron/port HTTP/1.1" 200 1108 0.012047 10.0.0.130 - - [2026-01-19 02:14:05] "POST /neutron/port HTTP/1.1" 200 1108 0.009360 10.0.0.130 - - [2026-01-19 02:14:06] "POST /neutron/port HTTP/1.1" 200 151 0.130409 10.0.0.130 - - [2026-01-19 02:14:06] "POST /neutron/network HTTP/1.1" 200 976 0.007409 10.0.0.130 - - [2026-01-19 02:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005683 10.0.0.130 - - [2026-01-19 02:14:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002172 10.0.0.130 - - [2026-01-19 02:14:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002916 10.0.0.130 - - [2026-01-19 02:14:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001875 10.0.0.130 - - [2026-01-19 02:14:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001508 10.0.0.130 - - [2026-01-19 02:14:06] "POST /neutron/network HTTP/1.1" 200 151 0.093824 10.0.0.130 - - [2026-01-19 02:14:06] "DELETE /route-target/3de24e5a-573d-4e0e-a922-ea754a4dd183 HTTP/1.1" 200 115 0.025075 10.0.0.130 - - [2026-01-19 02:14:06] "GET /projects?obj_uuids=c2f28317-ba74-4621-a240-6fc170313769&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001007 10.0.0.130 - - [2026-01-19 02:14:06] "GET /project/c2f28317-ba74-4621-a240-6fc170313769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.036415 10.0.0.130 - - [2026-01-19 02:14:06] "GET /projects?obj_uuids=c2f28317-ba74-4621-a240-6fc170313769&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001062 10.0.0.130 - - [2026-01-19 02:14:06] "GET /project/c2f28317-ba74-4621-a240-6fc170313769?fields=virtual_networks HTTP/1.1" 200 1037 0.064787 10.0.0.130 - - [2026-01-19 02:14:06] "GET /projects?obj_uuids=c2f28317-ba74-4621-a240-6fc170313769&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000961 10.0.0.130 - - [2026-01-19 02:14:06] "GET /project/c2f28317-ba74-4621-a240-6fc170313769?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.027816 10.0.0.130 - - [2026-01-19 02:14:06] "GET /projects?obj_uuids=c2f28317-ba74-4621-a240-6fc170313769&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000982 10.0.0.130 - - [2026-01-19 02:14:06] "GET /project/c2f28317-ba74-4621-a240-6fc170313769?fields=security_groups HTTP/1.1" 200 1260 0.027372 10.0.0.130 - - [2026-01-19 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 186 0.026340 10.0.0.130 - - [2026-01-19 02:14:07] "GET /projects?obj_uuids=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001914 10.0.0.130 - - [2026-01-19 02:14:07] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000848 10.0.0.130 - - [2026-01-19 02:14:07] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006397 10.0.0.130 - - [2026-01-19 02:14:07] "POST /id-to-fqname HTTP/1.1" 200 188 0.001069 10.0.0.130 - - [2026-01-19 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 197 0.003242 10.0.0.130 - - [2026-01-19 02:14:07] "POST /security-groups HTTP/1.1" 200 589 0.068037 10.0.0.130 - - [2026-01-19 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 232 0.003054 10.0.0.130 - - [2026-01-19 02:14:07] "POST /projects HTTP/1.1" 200 581 0.227153 10.0.0.130 - - [2026-01-19 02:14:07] "POST /access-control-lists HTTP/1.1" 200 596 0.059168 10.0.0.130 - - [2026-01-19 02:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.298639 10.0.0.130 - - [2026-01-19 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 231 0.002530 10.0.0.130 - - [2026-01-19 02:14:08] "GET /project/179574ed-7de2-4bc6-b108-22355c83e3cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.430338 10.0.0.130 - - [2026-01-19 02:14:08] "POST /access-control-lists HTTP/1.1" 200 594 0.060973 10.0.0.130 - - [2026-01-19 02:14:09] "GET / HTTP/1.1" 200 36215 0.001817 10.0.0.130 - - [2026-01-19 02:14:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000515 10.0.0.130 - - [2026-01-19 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.054082 10.0.0.130 - - [2026-01-19 02:14:10] "GET /projects?obj_uuids=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000963 10.0.0.130 - - [2026-01-19 02:14:10] "GET /project/179574ed-7de2-4bc6-b108-22355c83e3cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.021987 10.0.0.130 - - [2026-01-19 02:14:10] "POST /neutron/network HTTP/1.1" 200 117 0.033334 10.0.0.130 - - [2026-01-19 02:14:10] "GET /projects?obj_uuids=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001232 10.0.0.130 - - [2026-01-19 02:14:10] "POST /neutron/network HTTP/1.1" 200 605 0.078555 10.0.0.130 - - [2026-01-19 02:14:10] "POST /route-targets HTTP/1.1" 200 328 0.010752 10.0.0.130 - - [2026-01-19 02:14:10] "POST /ref-update HTTP/1.1" 200 156 0.012308 10.0.0.130 - - [2026-01-19 02:14:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004924 10.0.0.130 - - [2026-01-19 02:14:10] "POST /neutron/subnet HTTP/1.1" 200 730 0.208305 10.0.0.130 - - [2026-01-19 02:14:10] "POST /neutron/network HTTP/1.1" 200 825 0.004646 10.0.0.130 - - [2026-01-19 02:14:10] "POST /id-to-fqname HTTP/1.1" 200 219 0.000981 10.0.0.130 - - [2026-01-19 02:14:10] "GET /virtual-network/8598cca9-d806-4ca2-8905-64f06d086b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005269 10.0.0.130 - - [2026-01-19 02:14:10] "POST /neutron/network HTTP/1.1" 200 825 0.006697 10.0.0.130 - - [2026-01-19 02:14:10] "GET /virtual-network/8598cca9-d806-4ca2-8905-64f06d086b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004704 10.0.0.130 - - [2026-01-19 02:14:10] "POST /neutron/network HTTP/1.1" 200 825 0.007114 10.0.0.130 - - [2026-01-19 02:14:10] "POST /neutron/subnet HTTP/1.1" 200 730 0.006742 10.0.0.130 - - [2026-01-19 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.130 - - [2026-01-19 02:14:10] "GET /projects?obj_uuids=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000910 10.0.0.130 - - [2026-01-19 02:14:10] "GET /project/179574ed-7de2-4bc6-b108-22355c83e3cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.032691 10.0.0.130 - - [2026-01-19 02:14:11] "POST /neutron/network HTTP/1.1" 200 117 0.011424 10.0.0.130 - - [2026-01-19 02:14:11] "GET /projects?obj_uuids=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001312 10.0.0.130 - - [2026-01-19 02:14:11] "POST /neutron/port HTTP/1.1" 200 117 0.007793 10.0.0.130 - - [2026-01-19 02:14:11] "POST /neutron/port HTTP/1.1" 400 205 0.006542 10.0.0.130 - - [2026-01-19 02:14:11] "POST /neutron/network HTTP/1.1" 200 605 0.071282 10.0.0.130 - - [2026-01-19 02:14:11] "POST /route-targets HTTP/1.1" 200 328 0.011068 10.0.0.130 - - [2026-01-19 02:14:11] "POST /neutron/port HTTP/1.1" 200 117 0.011100 10.0.0.130 - - [2026-01-19 02:14:11] "POST /ref-update HTTP/1.1" 200 156 0.021089 10.0.0.130 - - [2026-01-19 02:14:11] "POST /neutron/port HTTP/1.1" 400 205 0.003237 10.0.0.130 - - [2026-01-19 02:14:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003913 10.0.0.130 - - [2026-01-19 02:14:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.188210 10.0.0.130 - - [2026-01-19 02:14:11] "POST /neutron/network HTTP/1.1" 200 824 0.005055 10.0.0.130 - - [2026-01-19 02:14:11] "POST /id-to-fqname HTTP/1.1" 200 219 0.001083 10.0.0.130 - - [2026-01-19 02:14:11] "GET /virtual-network/d20bbc65-5b79-40a7-b2c1-20eb2b34e599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005337 10.0.0.130 - - [2026-01-19 02:14:11] "POST /neutron/network HTTP/1.1" 200 824 0.005196 10.0.0.130 - - [2026-01-19 02:14:11] "GET /virtual-network/d20bbc65-5b79-40a7-b2c1-20eb2b34e599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004508 10.0.0.130 - - [2026-01-19 02:14:11] "POST /neutron/network HTTP/1.1" 200 824 0.005988 10.0.0.130 - - [2026-01-19 02:14:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.007468 10.0.0.130 - - [2026-01-19 02:14:11] "POST /id-to-fqname HTTP/1.1" 200 219 0.001514 10.0.0.130 - - [2026-01-19 02:14:11] "POST /neutron/network HTTP/1.1" 200 835 0.005596 10.0.0.130 - - [2026-01-19 02:14:11] "GET /aaa-mode HTTP/1.1" 401 293 0.000403 10.0.0.130 - - [2026-01-19 02:14:12] "GET / HTTP/1.1" 200 36215 0.001612 10.0.0.130 - - [2026-01-19 02:14:12] "GET /project/179574ed-7de2-4bc6-b108-22355c83e3cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000347 10.0.0.130 - - [2026-01-19 02:14:12] "GET /projects?obj_uuids=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001173 10.0.0.130 - - [2026-01-19 02:14:12] "GET /project/179574ed-7de2-4bc6-b108-22355c83e3cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.056140 10.0.0.130 - - [2026-01-19 02:14:12] "POST /neutron/network HTTP/1.1" 200 825 0.007233 10.0.0.130 - - [2026-01-19 02:14:12] "POST /neutron/port HTTP/1.1" 200 117 0.005759 10.0.0.130 - - [2026-01-19 02:14:12] "POST /neutron/port HTTP/1.1" 200 117 0.005491 10.0.0.130 - - [2026-01-19 02:14:12] "POST /id-to-fqname HTTP/1.1" 200 219 0.001259 10.0.0.130 - - [2026-01-19 02:14:12] "POST /neutron/port HTTP/1.1" 200 117 0.004969 10.0.0.130 - - [2026-01-19 02:14:12] "POST /neutron/network HTTP/1.1" 200 834 0.004662 10.0.0.130 - - [2026-01-19 02:14:13] "GET /aaa-mode HTTP/1.1" 401 293 0.000467 10.0.0.130 - - [2026-01-19 02:14:13] "POST /neutron/network HTTP/1.1" 200 835 0.004957 10.0.0.130 - - [2026-01-19 02:14:13] "GET /projects?obj_uuids=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001518 10.0.0.130 - - [2026-01-19 02:14:13] "GET / HTTP/1.1" 200 36215 0.004103 10.0.0.130 - - [2026-01-19 02:14:13] "GET /project/179574ed-7de2-4bc6-b108-22355c83e3cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000321 10.0.0.130 - - [2026-01-19 02:14:13] "POST /neutron/port HTTP/1.1" 200 1059 0.204164 10.0.0.130 - - [2026-01-19 02:14:13] "POST /neutron/port HTTP/1.1" 200 1059 0.010439 10.0.0.130 - - [2026-01-19 02:14:13] "POST /neutron/port HTTP/1.1" 200 1059 0.010804 10.0.0.130 - - [2026-01-19 02:14:13] "POST /neutron/port HTTP/1.1" 200 1113 0.076222 10.0.0.130 - - [2026-01-19 02:14:13] "POST /neutron/port HTTP/1.1" 200 1123 0.017227 10.0.0.130 - - [2026-01-19 02:14:13] "GET /projects?obj_uuids=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001915 10.0.0.130 - - [2026-01-19 02:14:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010700 10.0.0.130 - - [2026-01-19 02:14:13] "POST /neutron/subnet HTTP/1.1" 200 704 0.008103 10.0.0.130 - - [2026-01-19 02:14:13] "GET /project/179574ed-7de2-4bc6-b108-22355c83e3cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.064999 10.0.0.130 - - [2026-01-19 02:14:13] "POST /neutron/port HTTP/1.1" 200 117 0.001892 10.0.0.130 - - [2026-01-19 02:14:13] "POST /neutron/network HTTP/1.1" 200 824 0.005043 10.0.0.130 - - [2026-01-19 02:14:13] "POST /neutron/network HTTP/1.1" 200 825 0.007556 10.0.0.130 - - [2026-01-19 02:14:13] "POST /neutron/port HTTP/1.1" 200 1123 0.013170 10.0.0.130 - - [2026-01-19 02:14:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009470 10.0.0.130 - - [2026-01-19 02:14:13] "POST /neutron/port HTTP/1.1" 200 117 0.005362 10.0.0.130 - - [2026-01-19 02:14:14] "GET /projects?obj_uuids=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001230 10.0.0.130 - - [2026-01-19 02:14:14] "POST /neutron/router HTTP/1.1" 200 580 0.068028 10.0.0.130 - - [2026-01-19 02:14:14] "POST /neutron/router HTTP/1.1" 200 580 0.006115 10.0.0.130 - - [2026-01-19 02:14:14] "POST /route-targets HTTP/1.1" 200 328 0.017455 10.0.0.130 - - [2026-01-19 02:14:14] "GET /projects?obj_uuids=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001275 10.0.0.130 - - [2026-01-19 02:14:14] "PUT /logical-router/db657245-d78b-49e1-9191-5a7cbd0ac574 HTTP/1.1" 200 263 0.033200 10.0.0.130 - - [2026-01-19 02:14:14] "POST /neutron/router HTTP/1.1" 200 344 0.239733 10.0.0.130 - - [2026-01-19 02:14:14] "POST /ref-update HTTP/1.1" 200 156 0.016285 10.0.0.130 - - [2026-01-19 02:14:14] "POST /neutron/port HTTP/1.1" 200 1123 0.017435 10.0.0.130 - - [2026-01-19 02:14:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008002 10.0.0.130 - - [2026-01-19 02:14:14] "POST /neutron/network HTTP/1.1" 200 834 0.013420 10.0.0.130 - - [2026-01-19 02:14:14] "GET /projects?obj_uuids=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001160 10.0.0.130 - - [2026-01-19 02:14:14] "POST /neutron/port HTTP/1.1" 200 1058 0.250967 10.0.0.130 - - [2026-01-19 02:14:14] "POST /neutron/port HTTP/1.1" 200 1058 0.016180 10.0.0.130 - - [2026-01-19 02:14:14] "POST /neutron/port HTTP/1.1" 200 1058 0.025202 10.0.0.130 - - [2026-01-19 02:14:14] "POST /neutron/port HTTP/1.1" 200 1112 0.063010 10.0.0.130 - - [2026-01-19 02:14:14] "POST /neutron/port HTTP/1.1" 200 1122 0.012053 10.0.0.130 - - [2026-01-19 02:14:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003751 10.0.0.130 - - [2026-01-19 02:14:14] "POST /neutron/subnet HTTP/1.1" 200 698 0.007799 10.0.0.130 - - [2026-01-19 02:14:14] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.130 - - [2026-01-19 02:14:15] "POST /neutron/network HTTP/1.1" 200 824 0.005014 10.0.0.130 - - [2026-01-19 02:14:15] "DELETE /project/005bbbec8f1c4de181d58230008d80cd HTTP/1.1" 404 173 0.017425 10.0.0.130 - - [2026-01-19 02:14:15] "DELETE /project/856e51fe72e24e4eab2872728a7d8427 HTTP/1.1" 404 173 0.016363 10.0.0.130 - - [2026-01-19 02:14:15] "DELETE /project/c2f28317ba744621a2406fc170313769 HTTP/1.1" 404 173 0.008723 10.0.0.130 - - [2026-01-19 02:14:15] "DELETE /project/179574ed7de24bc6b10822355c83e3cb HTTP/1.1" 404 173 0.007889 10.0.0.130 - - [2026-01-19 02:14:15] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000774 10.0.0.130 - - [2026-01-19 02:14:15] "GET /projects?obj_uuids=c2f28317-ba74-4621-a240-6fc170313769&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000713 10.0.0.130 - - [2026-01-19 02:14:15] "GET /projects?obj_uuids=856e51fe-72e2-4e4e-ab28-72728a7d8427&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000739 10.0.0.130 - - [2026-01-19 02:14:15] "GET /projects?obj_uuids=005bbbec-8f1c-4de1-81d5-8230008d80cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000721 10.0.0.130 - - [2026-01-19 02:14:15] "GET /project/c2f28317-ba74-4621-a240-6fc170313769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.071004 10.0.0.130 - - [2026-01-19 02:14:15] "GET /project/a3a82be9-9b4a-4448-bcba-cc90a4750453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.081078 10.0.0.130 - - [2026-01-19 02:14:15] "GET /project/856e51fe-72e2-4e4e-ab28-72728a7d8427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.076398 10.0.0.130 - - [2026-01-19 02:14:15] "GET /projects?obj_uuids=856e51fe-72e2-4e4e-ab28-72728a7d8427&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001319 10.0.0.130 - - [2026-01-19 02:14:15] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000772 10.0.0.130 - - [2026-01-19 02:14:15] "GET /projects?obj_uuids=c2f28317-ba74-4621-a240-6fc170313769&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000787 10.0.0.130 - - [2026-01-19 02:14:15] "GET /project/005bbbec-8f1c-4de1-81d5-8230008d80cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.139923 10.0.0.130 - - [2026-01-19 02:14:15] "GET /projects?obj_uuids=005bbbec-8f1c-4de1-81d5-8230008d80cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001222 10.0.0.130 - - [2026-01-19 02:14:15] "GET /project/c2f28317-ba74-4621-a240-6fc170313769?fields=security_groups HTTP/1.1" 200 1362 0.105041 10.0.0.130 - - [2026-01-19 02:14:15] "GET /project/a3a82be9-9b4a-4448-bcba-cc90a4750453?fields=security_groups HTTP/1.1" 200 1410 0.112799 10.0.0.130 - - [2026-01-19 02:14:16] "GET /project/856e51fe-72e2-4e4e-ab28-72728a7d8427?fields=security_groups HTTP/1.1" 200 1358 0.119019 10.0.0.130 - - [2026-01-19 02:14:16] "GET /project/005bbbec-8f1c-4de1-81d5-8230008d80cd?fields=security_groups HTTP/1.1" 200 1355 0.099793 10.0.0.130 - - [2026-01-19 02:14:16] "DELETE /security-group/e104449b-7b75-4d02-8645-0daa69daf4ed HTTP/1.1" 200 115 0.080232 10.0.0.130 - - [2026-01-19 02:14:16] "GET /projects?obj_uuids=c2f28317-ba74-4621-a240-6fc170313769&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001108 10.0.0.130 - - [2026-01-19 02:14:16] "DELETE /security-group/7f956e3b-6add-48c9-9a2b-c069ff3b5033 HTTP/1.1" 200 115 0.089132 10.0.0.130 - - [2026-01-19 02:14:16] "GET /projects?obj_uuids=a3a82be9-9b4a-4448-bcba-cc90a4750453&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001341 10.0.0.130 - - [2026-01-19 02:14:16] "DELETE /access-control-list/e406c3cc-ee0b-4a4e-b30d-4741611b8579 HTTP/1.1" 200 115 0.081961 10.0.0.130 - - [2026-01-19 02:14:16] "GET /project/c2f28317-ba74-4621-a240-6fc170313769?fields=application_policy_sets HTTP/1.1" 200 1401 0.057974 10.0.0.130 - - [2026-01-19 02:14:16] "DELETE /security-group/c92e3d51-ce08-4472-b9e4-570c3e91726c HTTP/1.1" 200 115 0.134019 10.0.0.130 - - [2026-01-19 02:14:16] "GET /projects?obj_uuids=856e51fe-72e2-4e4e-ab28-72728a7d8427&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000908 10.0.0.130 - - [2026-01-19 02:14:16] "DELETE /security-group/de8bf121-9bcf-4ef6-bcce-b0fd3914a34d HTTP/1.1" 200 115 0.117718 10.0.0.130 - - [2026-01-19 02:14:16] "GET /projects?obj_uuids=005bbbec-8f1c-4de1-81d5-8230008d80cd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000926 10.0.0.130 - - [2026-01-19 02:14:16] "DELETE /access-control-list/5ae9becb-3b06-4e95-97ed-0b93596eb1aa HTTP/1.1" 200 115 0.073155 10.0.0.130 - - [2026-01-19 02:14:16] "GET /project/a3a82be9-9b4a-4448-bcba-cc90a4750453?fields=application_policy_sets HTTP/1.1" 200 1449 0.095619 10.0.0.130 - - [2026-01-19 02:14:16] "GET /project/005bbbec-8f1c-4de1-81d5-8230008d80cd?fields=application_policy_sets HTTP/1.1" 200 1394 0.089658 10.0.0.130 - - [2026-01-19 02:14:16] "GET /project/856e51fe-72e2-4e4e-ab28-72728a7d8427?fields=application_policy_sets HTTP/1.1" 200 1397 0.121926 10.0.0.130 - - [2026-01-19 02:14:16] "DELETE /access-control-list/e98f227f-cfec-408d-9e5f-76856b9731d0 HTTP/1.1" 200 115 0.082221 10.0.0.130 - - [2026-01-19 02:14:16] "DELETE /access-control-list/e0e93443-3d69-4817-b942-c1cd842de5a6 HTTP/1.1" 200 115 0.063472 10.0.0.130 - - [2026-01-19 02:14:16] "DELETE /project/c2f28317-ba74-4621-a240-6fc170313769 HTTP/1.1" 200 115 0.697573 10.0.0.130 - - [2026-01-19 02:14:16] "DELETE /access-control-list/3f7dbefc-4132-4190-95ce-2c5729c099d7 HTTP/1.1" 200 115 0.069331 10.0.0.130 - - [2026-01-19 02:14:16] "DELETE /project/a3a82be9-9b4a-4448-bcba-cc90a4750453 HTTP/1.1" 200 115 0.753882 10.0.0.130 - - [2026-01-19 02:14:16] "DELETE /access-control-list/da2e233d-da38-4622-ae1a-01734e55f2f4 HTTP/1.1" 200 115 0.060076 10.0.0.130 - - [2026-01-19 02:14:16] "DELETE /project/856e51fe-72e2-4e4e-ab28-72728a7d8427 HTTP/1.1" 200 115 0.795084 10.0.0.130 - - [2026-01-19 02:14:16] "DELETE /project/005bbbec-8f1c-4de1-81d5-8230008d80cd HTTP/1.1" 200 115 0.788704 10.0.0.130 - - [2026-01-19 02:14:16] "DELETE /access-control-list/9bef42e3-92f9-4ac3-853f-901bcafa4085 HTTP/1.1" 200 115 0.038336 10.0.0.130 - - [2026-01-19 02:14:16] "DELETE /access-control-list/51d10c20-407b-4cfc-90d8-35bfd404fae9 HTTP/1.1" 200 115 0.028748 10.0.0.130 - - [2026-01-19 02:14:19] "POST /neutron/port HTTP/1.1" 200 1123 0.012998 10.0.0.130 - - [2026-01-19 02:14:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007483 10.0.0.130 - - [2026-01-19 02:14:19] "POST /neutron/port HTTP/1.1" 200 1123 0.014803 10.0.0.130 - - [2026-01-19 02:14:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006466 10.0.0.130 - - [2026-01-19 02:14:19] "POST /neutron/port HTTP/1.1" 200 1123 0.015891 10.0.0.130 - - [2026-01-19 02:14:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007716 10.0.0.130 - - [2026-01-19 02:14:19] "GET /virtual-machine/0db44f13-8f3e-4d36-abdf-785c19318d23 HTTP/1.1" 401 293 0.000646 10.0.0.130 - - [2026-01-19 02:14:20] "GET /virtual-machine/0db44f13-8f3e-4d36-abdf-785c19318d23 HTTP/1.1" 200 1291 0.039595 10.0.0.130 - - [2026-01-19 02:14:20] "GET /virtual-machine-interface/78328fc4-7039-48d4-87cd-37b3d1f2ebc6 HTTP/1.1" 200 2940 0.014414 10.0.0.130 - - [2026-01-19 02:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.130 - - [2026-01-19 02:14:20] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003811 10.0.0.130 - - [2026-01-19 02:14:20] "GET /virtual-networks?parent_id=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.006667 10.0.0.130 - - [2026-01-19 02:14:20] "GET /virtual-network/8598cca9-d806-4ca2-8905-64f06d086b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007819 10.0.0.130 - - [2026-01-19 02:14:20] "GET /obj-perms HTTP/1.1" 200 5075 0.072941 10.0.0.130 - - [2026-01-19 02:14:21] "GET /obj-perms HTTP/1.1" 200 5075 0.054592 10.0.0.130 - - [2026-01-19 02:14:22] "POST /neutron/port HTTP/1.1" 200 1123 0.015077 10.0.0.130 - - [2026-01-19 02:14:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008100 10.0.0.130 - - [2026-01-19 02:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.130 - - [2026-01-19 02:14:23] "GET /virtual-network/8598cca9-d806-4ca2-8905-64f06d086b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005527 10.0.0.130 - - [2026-01-19 02:14:24] "POST /neutron/port HTTP/1.1" 200 1122 0.015464 10.0.0.130 - - [2026-01-19 02:14:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007034 10.0.0.130 - - [2026-01-19 02:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.130 - - [2026-01-19 02:14:25] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003292 10.0.0.130 - - [2026-01-19 02:14:25] "GET /virtual-networks?parent_id=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003829 10.0.0.130 - - [2026-01-19 02:14:25] "GET /virtual-network/8598cca9-d806-4ca2-8905-64f06d086b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007681 10.0.0.130 - - [2026-01-19 02:14:25] "POST /neutron/port HTTP/1.1" 200 1122 0.018038 10.0.0.130 - - [2026-01-19 02:14:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006464 10.0.0.130 - - [2026-01-19 02:14:25] "POST /neutron/port HTTP/1.1" 200 1122 0.013194 10.0.0.130 - - [2026-01-19 02:14:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008505 10.0.0.130 - - [2026-01-19 02:14:26] "POST /neutron/port HTTP/1.1" 200 1122 0.013095 10.0.0.130 - - [2026-01-19 02:14:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008480 10.0.0.130 - - [2026-01-19 02:14:26] "GET /virtual-machine/046b369b-2444-4468-80e4-1954b70338d7 HTTP/1.1" 200 1290 0.011878 10.0.0.130 - - [2026-01-19 02:14:26] "GET /virtual-machine-interface/9ac15104-1e28-45cd-8ad8-83cf92a9961c HTTP/1.1" 200 2942 0.011751 10.0.0.130 - - [2026-01-19 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.130 - - [2026-01-19 02:14:26] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003846 10.0.0.130 - - [2026-01-19 02:14:26] "GET /virtual-networks?parent_id=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002764 10.0.0.130 - - [2026-01-19 02:14:26] "GET /virtual-network/d20bbc65-5b79-40a7-b2c1-20eb2b34e599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005331 10.0.0.130 - - [2026-01-19 02:14:26] "POST /neutron/port HTTP/1.1" 200 1123 0.011782 10.0.0.130 - - [2026-01-19 02:14:27] "POST /neutron/port HTTP/1.1" 200 1123 0.010879 10.0.0.130 - - [2026-01-19 02:14:27] "POST /neutron/network HTTP/1.1" 200 835 0.005418 10.0.0.130 - - [2026-01-19 02:14:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003289 10.0.0.130 - - [2026-01-19 02:14:27] "POST /neutron/subnet HTTP/1.1" 200 704 0.013052 10.0.0.130 - - [2026-01-19 02:14:27] "POST /neutron/port HTTP/1.1" 200 117 0.001709 10.0.0.130 - - [2026-01-19 02:14:27] "POST /neutron/network HTTP/1.1" 200 825 0.004965 10.0.0.130 - - [2026-01-19 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.130 - - [2026-01-19 02:14:27] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003748 10.0.0.130 - - [2026-01-19 02:14:27] "GET /virtual-networks?parent_id=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002732 10.0.0.130 - - [2026-01-19 02:14:27] "GET /virtual-network/d20bbc65-5b79-40a7-b2c1-20eb2b34e599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004972 10.0.0.130 - - [2026-01-19 02:14:32] "POST /neutron/router HTTP/1.1" 200 580 0.003865 10.0.0.130 - - [2026-01-19 02:14:32] "GET /projects?obj_uuids=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000984 10.0.0.130 - - [2026-01-19 02:14:32] "POST /neutron/router HTTP/1.1" 200 344 0.198039 10.0.0.130 - - [2026-01-19 02:14:32] "POST /neutron/port HTTP/1.1" 200 1921 0.019756 10.0.0.130 - - [2026-01-19 02:14:33] "POST /ref-update HTTP/1.1" 200 156 0.008997 10.0.0.130 - - [2026-01-19 02:14:39] "POST /neutron/router HTTP/1.1" 200 580 0.004000 10.0.0.130 - - [2026-01-19 02:14:39] "POST /ref-update HTTP/1.1" 200 156 0.016693 10.0.0.130 - - [2026-01-19 02:14:39] "POST /neutron/router HTTP/1.1" 200 344 0.107813 10.0.0.130 - - [2026-01-19 02:14:42] "POST /neutron/router HTTP/1.1" 200 580 0.004253 10.0.0.130 - - [2026-01-19 02:14:42] "GET /projects?obj_uuids=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001326 10.0.0.130 - - [2026-01-19 02:14:42] "POST /neutron/router HTTP/1.1" 200 344 0.180383 10.0.0.130 - - [2026-01-19 02:14:42] "POST /ref-update HTTP/1.1" 200 156 0.010600 10.0.0.130 - - [2026-01-19 02:14:45] "POST /neutron/router HTTP/1.1" 200 580 0.004287 10.0.0.130 - - [2026-01-19 02:14:45] "POST /ref-update HTTP/1.1" 200 156 0.008904 10.0.0.130 - - [2026-01-19 02:14:45] "POST /neutron/router HTTP/1.1" 200 344 0.086497 10.0.0.130 - - [2026-01-19 02:14:45] "POST /neutron/router HTTP/1.1" 200 580 0.004099 10.0.0.130 - - [2026-01-19 02:14:45] "POST /ref-update HTTP/1.1" 200 156 0.011383 10.0.0.130 - - [2026-01-19 02:14:45] "POST /neutron/router HTTP/1.1" 200 344 0.097383 10.0.0.130 - - [2026-01-19 02:14:45] "POST /neutron/router HTTP/1.1" 200 580 0.009780 10.0.0.130 - - [2026-01-19 02:14:45] "GET /logical-router/db657245-d78b-49e1-9191-5a7cbd0ac574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003240 10.0.0.130 - - [2026-01-19 02:14:45] "POST /neutron/router HTTP/1.1" 200 151 0.048731 10.0.0.130 - - [2026-01-19 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007684 10.0.0.130 - - [2026-01-19 02:14:45] "DELETE /route-target/224b398b-3fc1-4e79-a9b8-732ef66fa8bd HTTP/1.1" 200 115 0.012324 10.0.0.130 - - [2026-01-19 02:14:45] "POST /neutron/network HTTP/1.1" 200 824 0.006715 10.0.0.130 - - [2026-01-19 02:14:45] "POST /neutron/network HTTP/1.1" 400 204 0.011411 10.0.0.130 - - [2026-01-19 02:14:46] "POST /neutron/port HTTP/1.1" 200 1122 0.013072 10.0.0.130 - - [2026-01-19 02:14:46] "POST /neutron/port HTTP/1.1" 200 1112 0.010906 10.0.0.130 - - [2026-01-19 02:14:46] "POST /neutron/port HTTP/1.1" 200 1123 0.024031 10.0.0.130 - - [2026-01-19 02:14:46] "POST /neutron/port HTTP/1.1" 200 1113 0.014302 10.0.0.130 - - [2026-01-19 02:14:46] "POST /neutron/port HTTP/1.1" 200 151 0.143940 10.0.0.130 - - [2026-01-19 02:14:46] "POST /neutron/port HTTP/1.1" 200 151 0.138843 10.0.0.130 - - [2026-01-19 02:14:47] "POST /neutron/network HTTP/1.1" 200 824 0.005077 10.0.0.130 - - [2026-01-19 02:14:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002833 10.0.0.130 - - [2026-01-19 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.130 - - [2026-01-19 02:14:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001669 10.0.0.130 - - [2026-01-19 02:14:47] "POST /neutron/network HTTP/1.1" 200 151 0.073665 10.0.0.130 - - [2026-01-19 02:14:47] "POST /neutron/network HTTP/1.1" 200 825 0.005645 10.0.0.130 - - [2026-01-19 02:14:47] "DELETE /route-target/2cb0b727-fc14-4a47-9db3-952d13b44d0b HTTP/1.1" 200 115 0.024875 10.0.0.130 - - [2026-01-19 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002184 10.0.0.130 - - [2026-01-19 02:14:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003775 10.0.0.130 - - [2026-01-19 02:14:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001562 10.0.0.130 - - [2026-01-19 02:14:47] "POST /neutron/network HTTP/1.1" 200 151 0.073551 10.0.0.130 - - [2026-01-19 02:14:47] "DELETE /route-target/13a53f1d-08a3-4d8e-b519-fa4a50f8c4fa HTTP/1.1" 200 115 0.015239 10.0.0.130 - - [2026-01-19 02:14:48] "GET /projects?obj_uuids=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001043 10.0.0.130 - - [2026-01-19 02:14:48] "GET /project/179574ed-7de2-4bc6-b108-22355c83e3cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.024321 10.0.0.130 - - [2026-01-19 02:14:48] "GET /projects?obj_uuids=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000876 10.0.0.130 - - [2026-01-19 02:14:48] "GET /project/179574ed-7de2-4bc6-b108-22355c83e3cb?fields=virtual_networks HTTP/1.1" 200 1040 0.062840 10.0.0.130 - - [2026-01-19 02:14:48] "GET /projects?obj_uuids=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001017 10.0.0.130 - - [2026-01-19 02:14:48] "GET /project/179574ed-7de2-4bc6-b108-22355c83e3cb?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.022471 10.0.0.130 - - [2026-01-19 02:14:48] "GET /projects?obj_uuids=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000887 10.0.0.130 - - [2026-01-19 02:14:48] "GET /project/179574ed-7de2-4bc6-b108-22355c83e3cb?fields=security_groups HTTP/1.1" 200 1265 0.020307 10.0.0.130 - - [2026-01-19 02:14:49] "POST /fqname-to-id HTTP/1.1" 404 191 0.026408 10.0.0.130 - - [2026-01-19 02:14:49] "GET /projects?obj_uuids=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002210 10.0.0.130 - - [2026-01-19 02:14:49] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000879 10.0.0.130 - - [2026-01-19 02:14:49] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006267 10.0.0.130 - - [2026-01-19 02:14:49] "POST /id-to-fqname HTTP/1.1" 200 193 0.001268 10.0.0.130 - - [2026-01-19 02:14:49] "POST /fqname-to-id HTTP/1.1" 404 202 0.003214 10.0.0.130 - - [2026-01-19 02:14:49] "POST /security-groups HTTP/1.1" 200 594 0.060181 10.0.0.130 - - [2026-01-19 02:14:49] "POST /fqname-to-id HTTP/1.1" 404 237 0.002058 10.0.0.130 - - [2026-01-19 02:14:49] "POST /projects HTTP/1.1" 200 591 0.201055 10.0.0.130 - - [2026-01-19 02:14:49] "POST /access-control-lists HTTP/1.1" 200 601 0.070069 10.0.0.130 - - [2026-01-19 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.273450 10.0.0.130 - - [2026-01-19 02:14:49] "POST /fqname-to-id HTTP/1.1" 404 236 0.002455 10.0.0.130 - - [2026-01-19 02:14:49] "GET /project/06ebfb50-9b55-445a-b5f5-315e2ee357af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.383084 10.0.0.130 - - [2026-01-19 02:14:49] "POST /access-control-lists HTTP/1.1" 200 599 0.060321 10.0.0.130 - - [2026-01-19 02:14:50] "GET / HTTP/1.1" 200 36215 0.002694 10.0.0.130 - - [2026-01-19 02:14:51] "GET /project/06ebfb50-9b55-445a-b5f5-315e2ee357af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000451 10.0.0.130 - - [2026-01-19 02:14:52] "GET /projects?obj_uuids=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001346 10.0.0.130 - - [2026-01-19 02:14:52] "GET /project/06ebfb50-9b55-445a-b5f5-315e2ee357af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.064112 10.0.0.130 - - [2026-01-19 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002550 10.0.0.130 - - [2026-01-19 02:14:52] "GET /security-group/356398d9-81ca-4192-bc35-65ac52946f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.004737 10.0.0.130 - - [2026-01-19 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002446 10.0.0.130 - - [2026-01-19 02:14:52] "GET /projects?obj_uuids=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001374 10.0.0.130 - - [2026-01-19 02:14:52] "GET /project/06ebfb50-9b55-445a-b5f5-315e2ee357af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.022746 10.0.0.130 - - [2026-01-19 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.130 - - [2026-01-19 02:14:52] "GET /security-group/356398d9-81ca-4192-bc35-65ac52946f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.003973 10.0.0.130 - - [2026-01-19 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002547 10.0.0.130 - - [2026-01-19 02:14:52] "PUT /security-group/356398d9-81ca-4192-bc35-65ac52946f93 HTTP/1.1" 200 263 0.012115 10.0.0.130 - - [2026-01-19 02:14:52] "PUT /access-control-list/4d063d65-9957-4388-b18b-4d984218819f HTTP/1.1" 200 273 0.007854 10.0.0.130 - - [2026-01-19 02:14:52] "PUT /access-control-list/528bd705-ea06-44fe-8bf3-3ab4c51d1c05 HTTP/1.1" 200 273 0.008016 10.0.0.130 - - [2026-01-19 02:14:52] "POST /fqname-to-id HTTP/1.1" 404 202 0.002281 10.0.0.130 - - [2026-01-19 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.130 - - [2026-01-19 02:14:52] "GET /projects?obj_uuids=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002792 10.0.0.130 - - [2026-01-19 02:14:52] "GET /project/06ebfb50-9b55-445a-b5f5-315e2ee357af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.023011 10.0.0.130 - - [2026-01-19 02:14:52] "POST /neutron/network HTTP/1.1" 200 117 0.034857 10.0.0.130 - - [2026-01-19 02:14:52] "GET /projects?obj_uuids=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000958 10.0.0.130 - - [2026-01-19 02:14:52] "POST /neutron/network HTTP/1.1" 200 608 0.054974 10.0.0.130 - - [2026-01-19 02:14:52] "POST /route-targets HTTP/1.1" 200 328 0.008707 10.0.0.130 - - [2026-01-19 02:14:52] "POST /ref-update HTTP/1.1" 200 156 0.011612 10.0.0.130 - - [2026-01-19 02:14:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003086 10.0.0.130 - - [2026-01-19 02:14:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.137092 10.0.0.130 - - [2026-01-19 02:14:52] "POST /neutron/network HTTP/1.1" 200 828 0.004868 10.0.0.130 - - [2026-01-19 02:14:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.000950 10.0.0.130 - - [2026-01-19 02:14:52] "GET /virtual-network/fb76c9ff-a98d-4fa9-a44d-57b7628531be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004686 10.0.0.130 - - [2026-01-19 02:14:52] "POST /neutron/network HTTP/1.1" 200 828 0.008254 10.0.0.130 - - [2026-01-19 02:14:52] "GET /virtual-network/fb76c9ff-a98d-4fa9-a44d-57b7628531be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005908 10.0.0.130 - - [2026-01-19 02:14:53] "POST /neutron/network HTTP/1.1" 200 828 0.005180 10.0.0.130 - - [2026-01-19 02:14:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.007224 10.0.0.130 - - [2026-01-19 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002184 10.0.0.130 - - [2026-01-19 02:14:53] "GET /projects?obj_uuids=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000878 10.0.0.130 - - [2026-01-19 02:14:53] "GET /project/06ebfb50-9b55-445a-b5f5-315e2ee357af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.025601 10.0.0.130 - - [2026-01-19 02:14:53] "POST /neutron/network HTTP/1.1" 200 117 0.010954 10.0.0.130 - - [2026-01-19 02:14:53] "GET /projects?obj_uuids=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000890 10.0.0.130 - - [2026-01-19 02:14:53] "POST /neutron/network HTTP/1.1" 200 615 0.087226 10.0.0.130 - - [2026-01-19 02:14:53] "POST /route-targets HTTP/1.1" 200 328 0.013338 10.0.0.130 - - [2026-01-19 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.013240 10.0.0.130 - - [2026-01-19 02:14:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002122 10.0.0.130 - - [2026-01-19 02:14:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.119354 10.0.0.130 - - [2026-01-19 02:14:53] "POST /neutron/network HTTP/1.1" 200 833 0.004575 10.0.0.130 - - [2026-01-19 02:14:53] "POST /id-to-fqname HTTP/1.1" 200 227 0.000986 10.0.0.130 - - [2026-01-19 02:14:53] "GET /virtual-network/3b6268cb-3f21-4585-bbc6-b11a1e8a5ac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004174 10.0.0.130 - - [2026-01-19 02:14:53] "POST /neutron/network HTTP/1.1" 200 833 0.004709 10.0.0.130 - - [2026-01-19 02:14:53] "GET /virtual-network/3b6268cb-3f21-4585-bbc6-b11a1e8a5ac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004101 10.0.0.130 - - [2026-01-19 02:14:53] "POST /neutron/network HTTP/1.1" 200 833 0.005661 10.0.0.130 - - [2026-01-19 02:14:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.005646 10.0.0.130 - - [2026-01-19 02:14:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001079 10.0.0.130 - - [2026-01-19 02:14:53] "POST /neutron/network HTTP/1.1" 200 838 0.004865 10.0.0.130 - - [2026-01-19 02:14:53] "GET /aaa-mode HTTP/1.1" 401 293 0.000353 10.0.0.130 - - [2026-01-19 02:14:54] "GET / HTTP/1.1" 200 36215 0.001646 10.0.0.130 - - [2026-01-19 02:14:54] "GET /project/06ebfb50-9b55-445a-b5f5-315e2ee357af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000503 10.0.0.130 - - [2026-01-19 02:14:54] "GET /projects?obj_uuids=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000931 10.0.0.130 - - [2026-01-19 02:14:54] "GET /project/06ebfb50-9b55-445a-b5f5-315e2ee357af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.045455 10.0.0.130 - - [2026-01-19 02:14:54] "POST /neutron/network HTTP/1.1" 200 828 0.005985 10.0.0.130 - - [2026-01-19 02:14:54] "POST /neutron/port HTTP/1.1" 200 117 0.004392 10.0.0.130 - - [2026-01-19 02:14:54] "POST /neutron/port HTTP/1.1" 200 117 0.004295 10.0.0.130 - - [2026-01-19 02:14:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.003634 10.0.0.130 - - [2026-01-19 02:14:54] "POST /neutron/port HTTP/1.1" 200 117 0.005140 10.0.0.130 - - [2026-01-19 02:14:54] "POST /neutron/network HTTP/1.1" 200 843 0.005222 10.0.0.130 - - [2026-01-19 02:14:54] "GET /aaa-mode HTTP/1.1" 401 293 0.000381 10.0.0.130 - - [2026-01-19 02:14:55] "POST /neutron/network HTTP/1.1" 200 838 0.006515 10.0.0.130 - - [2026-01-19 02:14:55] "GET /projects?obj_uuids=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002151 10.0.0.130 - - [2026-01-19 02:14:55] "GET / HTTP/1.1" 200 36215 0.002596 10.0.0.130 - - [2026-01-19 02:14:55] "GET /project/06ebfb50-9b55-445a-b5f5-315e2ee357af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000530 10.0.0.130 - - [2026-01-19 02:14:55] "POST /neutron/port HTTP/1.1" 200 1064 0.200267 10.0.0.130 - - [2026-01-19 02:14:55] "POST /neutron/port HTTP/1.1" 200 1064 0.014101 10.0.0.130 - - [2026-01-19 02:14:55] "POST /neutron/port HTTP/1.1" 200 1064 0.009177 10.0.0.130 - - [2026-01-19 02:14:55] "POST /neutron/port HTTP/1.1" 200 1118 0.062297 10.0.0.130 - - [2026-01-19 02:14:55] "POST /neutron/port HTTP/1.1" 200 1128 0.012939 10.0.0.130 - - [2026-01-19 02:14:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002482 10.0.0.130 - - [2026-01-19 02:14:55] "POST /neutron/subnet HTTP/1.1" 200 703 0.005887 10.0.0.130 - - [2026-01-19 02:14:55] "POST /neutron/port HTTP/1.1" 200 117 0.001038 10.0.0.130 - - [2026-01-19 02:14:55] "POST /neutron/network HTTP/1.1" 200 828 0.004771 10.0.0.130 - - [2026-01-19 02:14:55] "GET /projects?obj_uuids=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001417 10.0.0.130 - - [2026-01-19 02:14:55] "GET /project/06ebfb50-9b55-445a-b5f5-315e2ee357af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.068662 10.0.0.130 - - [2026-01-19 02:14:55] "POST /neutron/network HTTP/1.1" 200 833 0.005105 10.0.0.130 - - [2026-01-19 02:14:55] "POST /neutron/port HTTP/1.1" 200 1128 0.013534 10.0.0.130 - - [2026-01-19 02:14:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006979 10.0.0.130 - - [2026-01-19 02:14:55] "POST /neutron/port HTTP/1.1" 200 117 0.006988 10.0.0.130 - - [2026-01-19 02:14:55] "GET /projects?obj_uuids=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000945 10.0.0.130 - - [2026-01-19 02:14:55] "POST /neutron/router HTTP/1.1" 200 585 0.057524 10.0.0.130 - - [2026-01-19 02:14:55] "POST /neutron/router HTTP/1.1" 200 585 0.004490 10.0.0.130 - - [2026-01-19 02:14:55] "POST /route-targets HTTP/1.1" 200 328 0.020301 10.0.0.130 - - [2026-01-19 02:14:55] "POST /neutron/router HTTP/1.1" 200 656 0.024433 10.0.0.130 - - [2026-01-19 02:14:55] "PUT /logical-router/690d8333-d129-454d-aa5a-1e428950b185 HTTP/1.1" 200 263 0.020112 10.0.0.130 - - [2026-01-19 02:14:55] "GET /logical-router/690d8333-d129-454d-aa5a-1e428950b185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.004995 10.0.0.130 - - [2026-01-19 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.011456 10.0.0.130 - - [2026-01-19 02:14:56] "POST /neutron/router HTTP/1.1" 200 656 0.003828 10.0.0.130 - - [2026-01-19 02:14:56] "GET /projects?obj_uuids=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001344 10.0.0.130 - - [2026-01-19 02:14:56] "GET /service-template/5c76fc0b-48c9-43aa-be7b-2e8c7b196d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1693 0.007361 10.0.0.130 - - [2026-01-19 02:14:56] "POST /fqname-to-id HTTP/1.1" 404 215 0.002553 10.0.0.130 - - [2026-01-19 02:14:56] "POST /useragent-kv HTTP/1.1" 200 115 0.005351 10.0.0.130 - - [2026-01-19 02:14:56] "POST /neutron/network HTTP/1.1" 200 843 0.024168 10.0.0.130 - - [2026-01-19 02:14:56] "POST /virtual-networks HTTP/1.1" 200 696 0.130788 10.0.0.130 - - [2026-01-19 02:14:56] "POST /neutron/router HTTP/1.1" 200 344 0.279693 10.0.0.130 - - [2026-01-19 02:14:56] "POST /route-targets HTTP/1.1" 200 328 0.016403 10.0.0.130 - - [2026-01-19 02:14:56] "GET /projects?obj_uuids=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000997 10.0.0.130 - - [2026-01-19 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.037623 10.0.0.130 - - [2026-01-19 02:14:56] "POST /neutron/port HTTP/1.1" 200 1128 0.040375 10.0.0.130 - - [2026-01-19 02:14:56] "POST /neutron/security_group HTTP/1.1" 200 2002 0.017427 10.0.0.130 - - [2026-01-19 02:14:56] "POST /service-instances HTTP/1.1" 200 672 0.111001 10.0.0.130 - - [2026-01-19 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.049665 10.0.0.130 - - [2026-01-19 02:14:56] "POST /route-tables HTTP/1.1" 200 584 0.062542 10.0.0.130 - - [2026-01-19 02:14:56] "PUT /logical-router/690d8333-d129-454d-aa5a-1e428950b185 HTTP/1.1" 200 263 0.069580 10.0.0.130 - - [2026-01-19 02:14:56] "POST /neutron/port HTTP/1.1" 200 1062 0.372350 10.0.0.130 - - [2026-01-19 02:14:56] "POST /neutron/port HTTP/1.1" 200 1062 0.019789 10.0.0.130 - - [2026-01-19 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.033940 10.0.0.130 - - [2026-01-19 02:14:56] "POST /neutron/port HTTP/1.1" 200 1062 0.017984 10.0.0.130 - - [2026-01-19 02:14:56] "POST /neutron/port HTTP/1.1" 200 1116 0.079021 10.0.0.130 - - [2026-01-19 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002425 10.0.0.130 - - [2026-01-19 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001768 10.0.0.130 - - [2026-01-19 02:14:56] "POST /neutron/port HTTP/1.1" 200 1126 0.019886 10.0.0.130 - - [2026-01-19 02:14:56] "POST /virtual-machines HTTP/1.1" 200 554 0.017529 10.0.0.130 - - [2026-01-19 02:14:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011509 10.0.0.130 - - [2026-01-19 02:14:56] "POST /neutron/subnet HTTP/1.1" 200 694 0.006052 10.0.0.130 - - [2026-01-19 02:14:56] "POST /neutron/port HTTP/1.1" 200 117 0.000829 10.0.0.130 - - [2026-01-19 02:14:57] "POST /neutron/network HTTP/1.1" 200 833 0.004868 10.0.0.130 - - [2026-01-19 02:14:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.094569 10.0.0.130 - - [2026-01-19 02:14:57] "POST /chown HTTP/1.1" 200 109 0.008830 10.0.0.130 - - [2026-01-19 02:14:57] "POST /instance-ips HTTP/1.1" 200 552 0.017665 10.0.0.130 - - [2026-01-19 02:14:57] "POST /instance-ips HTTP/1.1" 400 246 0.019418 10.0.0.130 - - [2026-01-19 02:14:57] "POST /chown HTTP/1.1" 200 109 0.008710 10.0.0.130 - - [2026-01-19 02:14:57] "PUT /virtual-machine-interface/9abdd18f-a8b1-44d3-86ab-33740ba76c8b HTTP/1.1" 200 285 0.009516 10.0.0.130 - - [2026-01-19 02:14:57] "PUT /instance-ip/020d9b50-d272-4061-b9a2-f13dcbd528b8 HTTP/1.1" 200 257 0.012904 10.0.0.130 - - [2026-01-19 02:14:57] "POST /ref-update HTTP/1.1" 200 156 0.010959 10.0.0.130 - - [2026-01-19 02:14:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.091004 10.0.0.130 - - [2026-01-19 02:14:57] "POST /chown HTTP/1.1" 200 109 0.007627 10.0.0.130 - - [2026-01-19 02:14:57] "POST /instance-ips HTTP/1.1" 200 550 0.026082 10.0.0.130 - - [2026-01-19 02:14:57] "POST /instance-ips HTTP/1.1" 400 316 0.015406 10.0.0.130 - - [2026-01-19 02:14:57] "POST /chown HTTP/1.1" 200 109 0.008548 10.0.0.130 - - [2026-01-19 02:14:57] "PUT /virtual-machine-interface/37ed9a9e-ffc9-4bc6-973b-baea509d8604 HTTP/1.1" 200 285 0.011369 10.0.0.130 - - [2026-01-19 02:14:57] "PUT /instance-ip/e03a7e6d-7626-412f-98db-5ec1afd1981a HTTP/1.1" 200 257 0.015943 10.0.0.130 - - [2026-01-19 02:14:58] "POST /ref-update HTTP/1.1" 200 156 0.010959 10.0.0.130 - - [2026-01-19 02:14:58] "POST /ref-update HTTP/1.1" 200 156 0.007417 10.0.0.130 - - [2026-01-19 02:14:58] "PUT /routing-instance/5b00f4bb-8db2-485e-a783-8fa0875791a4 HTTP/1.1" 200 267 0.015352 10.0.0.130 - - [2026-01-19 02:14:58] "POST /ref-update HTTP/1.1" 200 156 0.013618 10.0.0.130 - - [2026-01-19 02:14:58] "POST /virtual-machines HTTP/1.1" 200 554 0.015392 10.0.0.130 - - [2026-01-19 02:14:58] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.095770 10.0.0.130 - - [2026-01-19 02:14:58] "POST /chown HTTP/1.1" 200 109 0.007538 10.0.0.130 - - [2026-01-19 02:14:58] "POST /instance-ips HTTP/1.1" 400 246 0.016536 10.0.0.130 - - [2026-01-19 02:14:58] "POST /chown HTTP/1.1" 200 109 0.012158 10.0.0.130 - - [2026-01-19 02:14:58] "PUT /virtual-machine-interface/a432d5ce-6d48-45cd-a6e1-130745156ebc HTTP/1.1" 200 285 0.013821 10.0.0.130 - - [2026-01-19 02:14:58] "PUT /instance-ip/020d9b50-d272-4061-b9a2-f13dcbd528b8 HTTP/1.1" 200 257 0.015351 10.0.0.130 - - [2026-01-19 02:14:58] "POST /ref-update HTTP/1.1" 200 156 0.013353 10.0.0.130 - - [2026-01-19 02:14:58] "POST /ref-update HTTP/1.1" 200 156 0.015172 10.0.0.130 - - [2026-01-19 02:14:58] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.095653 10.0.0.130 - - [2026-01-19 02:14:58] "POST /ref-update HTTP/1.1" 200 156 0.017316 10.0.0.130 - - [2026-01-19 02:14:58] "PUT /routing-instance/5b00f4bb-8db2-485e-a783-8fa0875791a4 HTTP/1.1" 200 267 0.016952 10.0.0.130 - - [2026-01-19 02:14:58] "POST /chown HTTP/1.1" 200 109 0.007584 10.0.0.130 - - [2026-01-19 02:14:58] "POST /instance-ips HTTP/1.1" 400 316 0.016352 10.0.0.130 - - [2026-01-19 02:14:59] "POST /chown HTTP/1.1" 200 109 0.009877 10.0.0.130 - - [2026-01-19 02:14:59] "PUT /virtual-machine-interface/dab1a0ab-506d-4641-a011-d08d1d926e6b HTTP/1.1" 200 285 0.010287 10.0.0.130 - - [2026-01-19 02:14:59] "PUT /instance-ip/e03a7e6d-7626-412f-98db-5ec1afd1981a HTTP/1.1" 200 257 0.014823 10.0.0.130 - - [2026-01-19 02:14:59] "POST /ref-update HTTP/1.1" 200 156 0.009483 10.0.0.130 - - [2026-01-19 02:14:59] "POST /ref-update HTTP/1.1" 200 156 0.015147 10.0.0.130 - - [2026-01-19 02:14:59] "PUT /routing-instance/5b00f4bb-8db2-485e-a783-8fa0875791a4 HTTP/1.1" 200 267 0.011652 10.0.0.130 - - [2026-01-19 02:14:59] "POST /ref-update HTTP/1.1" 200 156 0.011378 10.0.0.130 - - [2026-01-19 02:15:01] "POST /neutron/port HTTP/1.1" 200 1128 0.020860 10.0.0.130 - - [2026-01-19 02:15:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010229 10.0.0.130 - - [2026-01-19 02:15:01] "POST /neutron/port HTTP/1.1" 200 1128 0.019383 10.0.0.130 - - [2026-01-19 02:15:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007303 10.0.0.130 - - [2026-01-19 02:15:01] "POST /neutron/port HTTP/1.1" 200 1128 0.014411 10.0.0.130 - - [2026-01-19 02:15:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006670 10.0.0.130 - - [2026-01-19 02:15:01] "GET /virtual-machine/34997a2a-1a8e-417a-8765-5506e8008141 HTTP/1.1" 401 293 0.000552 10.0.0.130 - - [2026-01-19 02:15:02] "GET /virtual-machine/34997a2a-1a8e-417a-8765-5506e8008141 HTTP/1.1" 200 1296 0.048477 10.0.0.130 - - [2026-01-19 02:15:02] "GET /virtual-machine-interface/d8c5fac2-a56b-4b40-99a2-9afb653c9f37 HTTP/1.1" 200 2964 0.006503 10.0.0.130 - - [2026-01-19 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.130 - - [2026-01-19 02:15:02] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003773 10.0.0.130 - - [2026-01-19 02:15:02] "GET /virtual-networks?parent_id=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003568 10.0.0.130 - - [2026-01-19 02:15:02] "GET /virtual-network/fb76c9ff-a98d-4fa9-a44d-57b7628531be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006155 10.0.0.130 - - [2026-01-19 02:15:04] "POST /neutron/port HTTP/1.1" 200 1128 0.011389 10.0.0.130 - - [2026-01-19 02:15:04] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005053 10.0.0.130 - - [2026-01-19 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.130 - - [2026-01-19 02:15:05] "GET /virtual-network/fb76c9ff-a98d-4fa9-a44d-57b7628531be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004893 10.0.0.130 - - [2026-01-19 02:15:06] "POST /neutron/port HTTP/1.1" 200 1126 0.012716 10.0.0.130 - - [2026-01-19 02:15:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005888 10.0.0.130 - - [2026-01-19 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.130 - - [2026-01-19 02:15:07] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004242 10.0.0.130 - - [2026-01-19 02:15:07] "GET /virtual-networks?parent_id=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003098 10.0.0.130 - - [2026-01-19 02:15:07] "GET /virtual-network/fb76c9ff-a98d-4fa9-a44d-57b7628531be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006461 10.0.0.130 - - [2026-01-19 02:15:07] "POST /neutron/port HTTP/1.1" 200 1126 0.013575 10.0.0.130 - - [2026-01-19 02:15:07] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007914 10.0.0.130 - - [2026-01-19 02:15:07] "POST /neutron/port HTTP/1.1" 200 1126 0.017705 10.0.0.130 - - [2026-01-19 02:15:08] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007428 10.0.0.130 - - [2026-01-19 02:15:08] "POST /neutron/port HTTP/1.1" 200 1126 0.014950 10.0.0.130 - - [2026-01-19 02:15:08] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006770 10.0.0.130 - - [2026-01-19 02:15:08] "GET /virtual-machine/492e9f1e-5967-4efc-8b1e-3dcef6574294 HTTP/1.1" 200 1297 0.005169 10.0.0.130 - - [2026-01-19 02:15:08] "GET /virtual-machine-interface/41468023-704e-4f88-ab04-22d7e95271b4 HTTP/1.1" 200 2975 0.005018 10.0.0.130 - - [2026-01-19 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.130 - - [2026-01-19 02:15:08] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003206 10.0.0.130 - - [2026-01-19 02:15:08] "GET /virtual-networks?parent_id=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002851 10.0.0.130 - - [2026-01-19 02:15:08] "GET /virtual-network/3b6268cb-3f21-4585-bbc6-b11a1e8a5ac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005838 10.0.0.130 - - [2026-01-19 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.130 - - [2026-01-19 02:15:09] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003410 10.0.0.130 - - [2026-01-19 02:15:09] "GET /virtual-networks?parent_id=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003550 10.0.0.130 - - [2026-01-19 02:15:09] "GET /virtual-network/3b6268cb-3f21-4585-bbc6-b11a1e8a5ac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005112 10.0.0.130 - - [2026-01-19 02:15:13] "POST /neutron/router HTTP/1.1" 200 656 0.004011 10.0.0.130 - - [2026-01-19 02:15:13] "POST /ref-update HTTP/1.1" 200 156 0.010408 10.0.0.130 - - [2026-01-19 02:15:13] "POST /neutron/router HTTP/1.1" 200 344 0.118883 10.0.0.130 - - [2026-01-19 02:15:13] "POST /neutron/router HTTP/1.1" 200 656 0.005253 10.0.0.130 - - [2026-01-19 02:15:13] "GET /logical-router/690d8333-d129-454d-aa5a-1e428950b185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.004766 10.0.0.130 - - [2026-01-19 02:15:13] "GET /service-instance/94e8a3ac-4a12-41e4-84a8-0273b5997253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2318 0.004523 10.0.0.130 - - [2026-01-19 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.130 - - [2026-01-19 02:15:13] "POST /neutron/router HTTP/1.1" 200 151 0.060816 10.0.0.130 - - [2026-01-19 02:15:13] "DELETE /route-target/0fa1b016-2034-4c52-baea-d364215427ff HTTP/1.1" 409 240 0.005123 10.0.0.130 - - [2026-01-19 02:15:13] "PUT /logical-router/690d8333-d129-454d-aa5a-1e428950b185 HTTP/1.1" 404 171 0.002954 10.0.0.130 - - [2026-01-19 02:15:13] "POST /ref-update HTTP/1.1" 200 156 0.027199 10.0.0.130 - - [2026-01-19 02:15:13] "DELETE /route-table/7d752b5a-7315-4954-a6ab-529910a70825 HTTP/1.1" 200 115 0.042017 10.0.0.130 - - [2026-01-19 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005945 10.0.0.130 - - [2026-01-19 02:15:13] "PUT /routing-instance/5b00f4bb-8db2-485e-a783-8fa0875791a4 HTTP/1.1" 200 267 0.010080 10.0.0.130 - - [2026-01-19 02:15:13] "GET /virtual-network/5dda8cfd-9ee0-4c53-ae17-30f17ad3f0b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.005238 10.0.0.130 - - [2026-01-19 02:15:13] "POST /neutron/network HTTP/1.1" 200 833 0.013458 10.0.0.130 - - [2026-01-19 02:15:13] "POST /ref-update HTTP/1.1" 200 156 0.010340 10.0.0.130 - - [2026-01-19 02:15:13] "POST /neutron/network HTTP/1.1" 400 204 0.038297 10.0.0.130 - - [2026-01-19 02:15:13] "POST /ref-update HTTP/1.1" 200 156 0.011457 10.0.0.130 - - [2026-01-19 02:15:14] "DELETE /instance-ip/e03a7e6d-7626-412f-98db-5ec1afd1981a HTTP/1.1" 200 115 0.041270 10.0.0.130 - - [2026-01-19 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005416 10.0.0.130 - - [2026-01-19 02:15:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002347 10.0.0.130 - - [2026-01-19 02:15:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002236 10.0.0.130 - - [2026-01-19 02:15:14] "DELETE /virtual-network/5dda8cfd-9ee0-4c53-ae17-30f17ad3f0b7 HTTP/1.1" 200 115 0.139563 10.0.0.130 - - [2026-01-19 02:15:14] "DELETE /route-target/4fae7a70-c1c2-493f-a5e8-1299e4fac95f HTTP/1.1" 200 115 0.027087 10.0.0.130 - - [2026-01-19 02:15:14] "DELETE /service-instance/94e8a3ac-4a12-41e4-84a8-0273b5997253 HTTP/1.1" 200 115 0.036594 10.0.0.130 - - [2026-01-19 02:15:14] "GET /logical-router/690d8333-d129-454d-aa5a-1e428950b185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004378 10.0.0.130 - - [2026-01-19 02:15:14] "GET /service-instance/94e8a3ac-4a12-41e4-84a8-0273b5997253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006364 10.0.0.130 - - [2026-01-19 02:15:14] "POST /neutron/port HTTP/1.1" 200 1126 0.012769 10.0.0.130 - - [2026-01-19 02:15:14] "POST /neutron/port HTTP/1.1" 200 1116 0.010715 10.0.0.130 - - [2026-01-19 02:15:14] "GET /virtual-machine-interface/37ed9a9e-ffc9-4bc6-973b-baea509d8604?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1335 0.011220 10.0.0.130 - - [2026-01-19 02:15:14] "POST /neutron/port HTTP/1.1" 200 1128 0.023383 10.0.0.130 - - [2026-01-19 02:15:14] "POST /neutron/port HTTP/1.1" 200 1118 0.017003 10.0.0.130 - - [2026-01-19 02:15:14] "DELETE /virtual-machine-interface/37ed9a9e-ffc9-4bc6-973b-baea509d8604 HTTP/1.1" 200 115 0.047652 10.0.0.130 - - [2026-01-19 02:15:14] "GET /virtual-machine-interface/9abdd18f-a8b1-44d3-86ab-33740ba76c8b?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1656 0.007916 10.0.0.130 - - [2026-01-19 02:15:14] "POST /neutron/port HTTP/1.1" 200 151 0.183928 10.0.0.130 - - [2026-01-19 02:15:14] "POST /ref-update HTTP/1.1" 200 156 0.026241 10.0.0.130 - - [2026-01-19 02:15:14] "GET /instance-ip/020d9b50-d272-4061-b9a2-f13dcbd528b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.008215 10.0.0.130 - - [2026-01-19 02:15:14] "POST /neutron/port HTTP/1.1" 200 151 0.177706 10.0.0.130 - - [2026-01-19 02:15:14] "DELETE /virtual-machine-interface/9abdd18f-a8b1-44d3-86ab-33740ba76c8b HTTP/1.1" 200 115 0.038907 10.0.0.130 - - [2026-01-19 02:15:14] "POST /ref-update HTTP/1.1" 200 156 0.012301 10.0.0.130 - - [2026-01-19 02:15:14] "DELETE /virtual-machine/391a7fc5-c8e0-44ec-9ac5-e4cb6cd5d090 HTTP/1.1" 200 115 0.021408 10.0.0.130 - - [2026-01-19 02:15:14] "GET /virtual-machine-interface/a432d5ce-6d48-45cd-a6e1-130745156ebc?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1657 0.005303 10.0.0.130 - - [2026-01-19 02:15:14] "POST /ref-update HTTP/1.1" 200 156 0.013893 10.0.0.130 - - [2026-01-19 02:15:14] "GET /instance-ip/020d9b50-d272-4061-b9a2-f13dcbd528b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.006697 10.0.0.130 - - [2026-01-19 02:15:14] "DELETE /instance-ip/020d9b50-d272-4061-b9a2-f13dcbd528b8 HTTP/1.1" 200 115 0.025667 10.0.0.130 - - [2026-01-19 02:15:15] "DELETE /virtual-machine-interface/a432d5ce-6d48-45cd-a6e1-130745156ebc HTTP/1.1" 200 115 0.031205 10.0.0.130 - - [2026-01-19 02:15:15] "GET /virtual-machine-interface/dab1a0ab-506d-4641-a011-d08d1d926e6b?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1336 0.005252 10.0.0.130 - - [2026-01-19 02:15:15] "DELETE /virtual-machine-interface/dab1a0ab-506d-4641-a011-d08d1d926e6b HTTP/1.1" 200 115 0.027973 10.0.0.130 - - [2026-01-19 02:15:15] "DELETE /virtual-machine/79314778-e13a-489a-b4fa-9289d51e0eac HTTP/1.1" 200 115 0.018835 10.0.0.130 - - [2026-01-19 02:15:15] "POST /neutron/network HTTP/1.1" 200 833 0.006830 10.0.0.130 - - [2026-01-19 02:15:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003887 10.0.0.130 - - [2026-01-19 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.130 - - [2026-01-19 02:15:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001662 10.0.0.130 - - [2026-01-19 02:15:16] "POST /neutron/network HTTP/1.1" 200 151 0.074714 10.0.0.130 - - [2026-01-19 02:15:16] "DELETE /route-target/89d88117-45ea-4867-8ceb-bebf80cad213 HTTP/1.1" 200 115 0.019840 10.0.0.130 - - [2026-01-19 02:15:16] "POST /neutron/network HTTP/1.1" 200 828 0.006189 10.0.0.130 - - [2026-01-19 02:15:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003626 10.0.0.130 - - [2026-01-19 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.130 - - [2026-01-19 02:15:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003526 10.0.0.130 - - [2026-01-19 02:15:16] "POST /neutron/network HTTP/1.1" 200 151 0.087514 10.0.0.130 - - [2026-01-19 02:15:16] "DELETE /route-target/45ad2edf-f843-4558-8b71-3e26d3fa2185 HTTP/1.1" 200 115 0.014364 10.0.0.130 - - [2026-01-19 02:15:16] "GET /projects?obj_uuids=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000998 10.0.0.130 - - [2026-01-19 02:15:16] "GET /project/06ebfb50-9b55-445a-b5f5-315e2ee357af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.029597 10.0.0.130 - - [2026-01-19 02:15:16] "GET /projects?obj_uuids=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001331 10.0.0.130 - - [2026-01-19 02:15:16] "GET /project/06ebfb50-9b55-445a-b5f5-315e2ee357af?fields=virtual_networks HTTP/1.1" 200 1049 0.066388 10.0.0.130 - - [2026-01-19 02:15:16] "GET /projects?obj_uuids=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001320 10.0.0.130 - - [2026-01-19 02:15:16] "GET /project/06ebfb50-9b55-445a-b5f5-315e2ee357af?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.027578 10.0.0.130 - - [2026-01-19 02:15:16] "GET /projects?obj_uuids=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000913 10.0.0.130 - - [2026-01-19 02:15:16] "DELETE /project/06ebfb509b55445ab5f5315e2ee357af HTTP/1.1" 404 173 0.005520 10.0.0.130 - - [2026-01-19 02:15:16] "GET /projects?obj_uuids=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001185 10.0.0.130 - - [2026-01-19 02:15:16] "GET /project/06ebfb50-9b55-445a-b5f5-315e2ee357af?fields=security_groups HTTP/1.1" 200 1279 0.040908 10.0.0.130 - - [2026-01-19 02:15:16] "GET /project/179574ed-7de2-4bc6-b108-22355c83e3cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.041970 10.0.0.130 - - [2026-01-19 02:15:16] "GET /projects?obj_uuids=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.130 - - [2026-01-19 02:15:16] "GET /project/179574ed-7de2-4bc6-b108-22355c83e3cb?fields=security_groups HTTP/1.1" 200 1367 0.023439 10.0.0.130 - - [2026-01-19 02:15:16] "DELETE /security-group/8d2fd5fb-1b15-40c6-a44f-8c7ed3da3b8b HTTP/1.1" 200 115 0.036783 10.0.0.130 - - [2026-01-19 02:15:16] "GET /projects?obj_uuids=179574ed-7de2-4bc6-b108-22355c83e3cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000868 10.0.0.130 - - [2026-01-19 02:15:16] "DELETE /access-control-list/ac74a775-5fff-41b3-a49d-fdda91ce3df2 HTTP/1.1" 200 115 0.027939 10.0.0.130 - - [2026-01-19 02:15:16] "GET /project/179574ed-7de2-4bc6-b108-22355c83e3cb?fields=application_policy_sets HTTP/1.1" 200 1406 0.033693 10.0.0.130 - - [2026-01-19 02:15:16] "DELETE /access-control-list/97ebc758-2f54-4f5c-aac0-7ee0989b84fd HTTP/1.1" 200 115 0.027221 10.0.0.130 - - [2026-01-19 02:15:16] "DELETE /project/179574ed-7de2-4bc6-b108-22355c83e3cb HTTP/1.1" 200 115 0.327294 10.0.0.130 - - [2026-01-19 02:15:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.028293 10.0.0.130 - - [2026-01-19 02:15:17] "GET /projects?obj_uuids=7f62ac92-739c-499b-aba4-aa58a011466f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004610 10.0.0.130 - - [2026-01-19 02:15:17] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000903 10.0.0.130 - - [2026-01-19 02:15:17] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007951 10.0.0.130 - - [2026-01-19 02:15:17] "POST /id-to-fqname HTTP/1.1" 200 198 0.001967 10.0.0.130 - - [2026-01-19 02:15:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.004379 10.0.0.130 - - [2026-01-19 02:15:17] "POST /security-groups HTTP/1.1" 200 599 0.064726 10.0.0.130 - - [2026-01-19 02:15:17] "POST /fqname-to-id HTTP/1.1" 404 242 0.002609 10.0.0.130 - - [2026-01-19 02:15:17] "POST /projects HTTP/1.1" 200 601 0.212847 10.0.0.130 - - [2026-01-19 02:15:17] "POST /access-control-lists HTTP/1.1" 200 606 0.056464 10.0.0.130 - - [2026-01-19 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.288371 10.0.0.130 - - [2026-01-19 02:15:17] "POST /fqname-to-id HTTP/1.1" 404 241 0.002666 10.0.0.130 - - [2026-01-19 02:15:18] "GET /project/7f62ac92-739c-499b-aba4-aa58a011466f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.412266 10.0.0.130 - - [2026-01-19 02:15:18] "POST /access-control-lists HTTP/1.1" 200 604 0.060672 10.0.0.130 - - [2026-01-19 02:15:19] "GET / HTTP/1.1" 200 36215 0.002751 10.0.0.130 - - [2026-01-19 02:15:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000464 10.0.0.130 - - [2026-01-19 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.073285 10.0.0.130 - - [2026-01-19 02:15:20] "GET /projects?obj_uuids=7f62ac92-739c-499b-aba4-aa58a011466f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001187 10.0.0.130 - - [2026-01-19 02:15:20] "GET /project/7f62ac92-739c-499b-aba4-aa58a011466f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.024052 10.0.0.130 - - [2026-01-19 02:15:20] "POST /neutron/network HTTP/1.1" 200 117 0.041240 10.0.0.130 - - [2026-01-19 02:15:20] "GET /projects?obj_uuids=7f62ac92-739c-499b-aba4-aa58a011466f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001131 10.0.0.130 - - [2026-01-19 02:15:20] "POST /neutron/network HTTP/1.1" 200 613 0.063052 10.0.0.130 - - [2026-01-19 02:15:20] "POST /route-targets HTTP/1.1" 200 328 0.016222 10.0.0.130 - - [2026-01-19 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.010069 10.0.0.130 - - [2026-01-19 02:15:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004149 10.0.0.130 - - [2026-01-19 02:15:20] "POST /neutron/subnet HTTP/1.1" 200 719 0.160937 10.0.0.130 - - [2026-01-19 02:15:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000395 10.0.0.130 - - [2026-01-19 02:15:20] "POST /useragent-kv HTTP/1.1" 200 115 0.009533 10.0.0.130 - - [2026-01-19 02:15:20] "POST /neutron/subnet HTTP/1.1" 200 823 0.131649 10.0.0.130 - - [2026-01-19 02:15:20] "POST /neutron/network HTTP/1.1" 200 1004 0.009611 10.0.0.130 - - [2026-01-19 02:15:20] "POST /id-to-fqname HTTP/1.1" 200 228 0.001135 10.0.0.130 - - [2026-01-19 02:15:20] "GET /virtual-network/a7088a8e-fc6c-419a-9729-1e4cb478b2b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006174 10.0.0.130 - - [2026-01-19 02:15:20] "POST /neutron/network HTTP/1.1" 200 1004 0.006056 10.0.0.130 - - [2026-01-19 02:15:20] "GET /virtual-network/a7088a8e-fc6c-419a-9729-1e4cb478b2b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004274 10.0.0.130 - - [2026-01-19 02:15:20] "POST /neutron/network HTTP/1.1" 200 1004 0.008001 10.0.0.130 - - [2026-01-19 02:15:20] "POST /neutron/subnet HTTP/1.1" 200 719 0.008163 10.0.0.130 - - [2026-01-19 02:15:20] "POST /neutron/subnet HTTP/1.1" 200 823 0.014036 10.0.0.130 - - [2026-01-19 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.130 - - [2026-01-19 02:15:20] "GET /projects?obj_uuids=7f62ac92-739c-499b-aba4-aa58a011466f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001283 10.0.0.130 - - [2026-01-19 02:15:20] "GET /project/7f62ac92-739c-499b-aba4-aa58a011466f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.028169 10.0.0.130 - - [2026-01-19 02:15:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.026581 10.0.0.130 - - [2026-01-19 02:15:21] "POST /neutron/network HTTP/1.1" 200 117 0.011810 10.0.0.130 - - [2026-01-19 02:15:21] "GET /projects?obj_uuids=7f62ac92-739c-499b-aba4-aa58a011466f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001491 10.0.0.130 - - [2026-01-19 02:15:21] "POST /neutron/network HTTP/1.1" 200 613 0.077779 10.0.0.130 - - [2026-01-19 02:15:21] "POST /route-targets HTTP/1.1" 200 328 0.012094 10.0.0.130 - - [2026-01-19 02:15:21] "POST /ref-update HTTP/1.1" 200 156 0.013345 10.0.0.130 - - [2026-01-19 02:15:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004642 10.0.0.130 - - [2026-01-19 02:15:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.208956 10.0.0.130 - - [2026-01-19 02:15:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.004825 10.0.0.130 - - [2026-01-19 02:15:21] "POST /useragent-kv HTTP/1.1" 200 115 0.009396 10.0.0.130 - - [2026-01-19 02:15:21] "POST /neutron/subnet HTTP/1.1" 200 828 0.172495 10.0.0.130 - - [2026-01-19 02:15:21] "POST /neutron/network HTTP/1.1" 200 1007 0.095888 10.0.0.130 - - [2026-01-19 02:15:21] "POST /id-to-fqname HTTP/1.1" 200 228 0.001157 10.0.0.130 - - [2026-01-19 02:15:21] "GET /virtual-network/42ae0623-255b-4c06-bbbe-791143246a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004704 10.0.0.130 - - [2026-01-19 02:15:21] "GET /obj-perms HTTP/1.1" 200 5075 0.055674 10.0.0.130 - - [2026-01-19 02:15:21] "POST /neutron/network HTTP/1.1" 200 1007 0.006212 10.0.0.130 - - [2026-01-19 02:15:21] "GET /virtual-network/42ae0623-255b-4c06-bbbe-791143246a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004181 10.0.0.130 - - [2026-01-19 02:15:21] "POST /neutron/network HTTP/1.1" 200 1007 0.006555 10.0.0.130 - - [2026-01-19 02:15:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.009200 10.0.0.130 - - [2026-01-19 02:15:21] "POST /neutron/subnet HTTP/1.1" 200 828 0.010113 10.0.0.130 - - [2026-01-19 02:15:21] "POST /fqname-to-id HTTP/1.1" 404 234 0.002441 10.0.0.130 - - [2026-01-19 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002357 10.0.0.130 - - [2026-01-19 02:15:21] "GET /projects?obj_uuids=7f62ac92-739c-499b-aba4-aa58a011466f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001228 10.0.0.130 - - [2026-01-19 02:15:21] "GET /project/7f62ac92-739c-499b-aba4-aa58a011466f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.029712 10.0.0.130 - - [2026-01-19 02:15:22] "POST /network-policys HTTP/1.1" 200 579 0.068752 10.0.0.130 - - [2026-01-19 02:15:22] "GET /obj-perms HTTP/1.1" 200 5075 0.067518 10.0.0.130 - - [2026-01-19 02:15:22] "GET /network-policy/1173920f-86cc-4436-a09e-7fb7b08dd409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.004216 10.0.0.130 - - [2026-01-19 02:15:22] "POST /neutron/network HTTP/1.1" 200 1004 0.006357 10.0.0.130 - - [2026-01-19 02:15:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.004560 10.0.0.130 - - [2026-01-19 02:15:22] "POST /fqname-to-id HTTP/1.1" 404 242 0.003843 10.0.0.130 - - [2026-01-19 02:15:22] "POST /neutron/network HTTP/1.1" 200 1112 0.053380 10.0.0.130 - - [2026-01-19 02:15:22] "POST /access-control-lists HTTP/1.1" 200 598 0.073033 10.0.0.130 - - [2026-01-19 02:15:22] "POST /neutron/network HTTP/1.1" 200 1112 0.043872 10.0.0.130 - - [2026-01-19 02:15:22] "GET /virtual-network/a7088a8e-fc6c-419a-9729-1e4cb478b2b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005680 10.0.0.130 - - [2026-01-19 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.130 - - [2026-01-19 02:15:22] "GET /network-policy/1173920f-86cc-4436-a09e-7fb7b08dd409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.004627 10.0.0.130 - - [2026-01-19 02:15:22] "POST /neutron/network HTTP/1.1" 200 1007 0.007009 10.0.0.130 - - [2026-01-19 02:15:22] "POST /fqname-to-id HTTP/1.1" 404 242 0.003177 10.0.0.130 - - [2026-01-19 02:15:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.002831 10.0.0.130 - - [2026-01-19 02:15:22] "POST /neutron/network HTTP/1.1" 200 1115 0.044923 10.0.0.130 - - [2026-01-19 02:15:22] "POST /access-control-lists HTTP/1.1" 200 598 0.064917 10.0.0.130 - - [2026-01-19 02:15:22] "POST /neutron/network HTTP/1.1" 200 1115 0.042046 10.0.0.130 - - [2026-01-19 02:15:22] "GET /virtual-network/42ae0623-255b-4c06-bbbe-791143246a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.004505 10.0.0.130 - - [2026-01-19 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002550 10.0.0.130 - - [2026-01-19 02:15:22] "POST /ref-update HTTP/1.1" 200 156 0.011052 10.0.0.130 - - [2026-01-19 02:15:22] "GET /network-policy/1173920f-86cc-4436-a09e-7fb7b08dd409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.003757 10.0.0.130 - - [2026-01-19 02:15:22] "GET /domains HTTP/1.1" 401 293 0.000376 10.0.0.130 - - [2026-01-19 02:15:22] "PUT /access-control-list/d8f00ff4-67c4-416e-8403-cf07df2143ee HTTP/1.1" 200 273 0.053870 10.0.0.130 - - [2026-01-19 02:15:22] "GET /domains HTTP/1.1" 200 281 0.025221 10.0.0.130 - - [2026-01-19 02:15:22] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001148 10.0.0.130 - - [2026-01-19 02:15:22] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2781 0.006803 10.0.0.130 - - [2026-01-19 02:15:22] "GET /projects?obj_uuids=7f62ac92-739c-499b-aba4-aa58a011466f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001095 10.0.0.130 - - [2026-01-19 02:15:23] "GET /project/7f62ac92-739c-499b-aba4-aa58a011466f HTTP/1.1" 200 2643 0.071819 10.0.0.130 - - [2026-01-19 02:15:23] "GET /virtual-network/a7088a8e-fc6c-419a-9729-1e4cb478b2b3 HTTP/1.1" 200 3507 0.005307 10.0.0.130 - - [2026-01-19 02:15:23] "GET /virtual-network/a7088a8e-fc6c-419a-9729-1e4cb478b2b3 HTTP/1.1" 200 3507 0.004232 10.0.0.130 - - [2026-01-19 02:15:23] "GET /routing-instance/25a43231-e455-406b-b991-30b2824e9560 HTTP/1.1" 200 1799 0.003455 10.0.0.130 - - [2026-01-19 02:15:23] "GET /routing-instance/25a43231-e455-406b-b991-30b2824e9560 HTTP/1.1" 200 1799 0.002805 10.0.0.130 - - [2026-01-19 02:15:23] "GET /route-target/f91072e2-359b-4146-a126-a03c650e7d3f HTTP/1.1" 200 1215 0.002600 10.0.0.130 - - [2026-01-19 02:15:23] "GET /virtual-network/a7088a8e-fc6c-419a-9729-1e4cb478b2b3 HTTP/1.1" 200 3507 0.004324 10.0.0.130 - - [2026-01-19 02:15:23] "GET /routing-instance/25a43231-e455-406b-b991-30b2824e9560 HTTP/1.1" 200 1799 0.003904 10.0.0.130 - - [2026-01-19 02:15:23] "GET /virtual-network/a7088a8e-fc6c-419a-9729-1e4cb478b2b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006546 10.0.0.130 - - [2026-01-19 02:15:23] "GET /virtual-network/a7088a8e-fc6c-419a-9729-1e4cb478b2b3 HTTP/1.1" 200 3507 0.004691 10.0.0.130 - - [2026-01-19 02:15:23] "GET /routing-instance/25a43231-e455-406b-b991-30b2824e9560 HTTP/1.1" 200 1799 0.004441 10.0.0.130 - - [2026-01-19 02:15:23] "GET /routing-instance/25a43231-e455-406b-b991-30b2824e9560 HTTP/1.1" 200 1799 0.002960 10.0.0.130 - - [2026-01-19 02:15:23] "GET /route-target/f91072e2-359b-4146-a126-a03c650e7d3f HTTP/1.1" 200 1215 0.002512 10.0.0.130 - - [2026-01-19 02:15:23] "GET /domains HTTP/1.1" 200 281 0.002137 10.0.0.130 - - [2026-01-19 02:15:23] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000793 10.0.0.130 - - [2026-01-19 02:15:23] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2781 0.008031 10.0.0.130 - - [2026-01-19 02:15:23] "GET /projects?obj_uuids=7f62ac92-739c-499b-aba4-aa58a011466f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001084 10.0.0.130 - - [2026-01-19 02:15:23] "GET /project/7f62ac92-739c-499b-aba4-aa58a011466f HTTP/1.1" 200 2643 0.071823 10.0.0.130 - - [2026-01-19 02:15:23] "GET /virtual-network/a7088a8e-fc6c-419a-9729-1e4cb478b2b3 HTTP/1.1" 200 3507 0.004067 10.0.0.130 - - [2026-01-19 02:15:23] "GET /obj-perms HTTP/1.1" 200 5065 0.053063 10.0.0.130 - - [2026-01-19 02:15:23] "GET /domains HTTP/1.1" 200 281 0.002254 10.0.0.130 - - [2026-01-19 02:15:23] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001178 10.0.0.130 - - [2026-01-19 02:15:23] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2781 0.006643 10.0.0.130 - - [2026-01-19 02:15:23] "GET /projects?obj_uuids=7f62ac92-739c-499b-aba4-aa58a011466f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.130 - - [2026-01-19 02:15:23] "GET /project/7f62ac92-739c-499b-aba4-aa58a011466f HTTP/1.1" 200 2643 0.067456 10.0.0.130 - - [2026-01-19 02:15:23] "GET /virtual-network/42ae0623-255b-4c06-bbbe-791143246a2b HTTP/1.1" 200 3515 0.006640 10.0.0.130 - - [2026-01-19 02:15:23] "GET /virtual-network/42ae0623-255b-4c06-bbbe-791143246a2b HTTP/1.1" 200 3515 0.004162 10.0.0.130 - - [2026-01-19 02:15:23] "GET /routing-instance/b13c1163-d6be-4e6e-9fd7-d34d2c5e6f15 HTTP/1.1" 200 1800 0.003065 10.0.0.130 - - [2026-01-19 02:15:23] "GET /routing-instance/b13c1163-d6be-4e6e-9fd7-d34d2c5e6f15 HTTP/1.1" 200 1800 0.003334 10.0.0.130 - - [2026-01-19 02:15:23] "GET /route-target/7b4277ba-2f0e-40bf-8fab-46d4b6caf819 HTTP/1.1" 200 1214 0.002649 10.0.0.130 - - [2026-01-19 02:15:23] "GET /virtual-network/42ae0623-255b-4c06-bbbe-791143246a2b HTTP/1.1" 200 3515 0.003938 10.0.0.130 - - [2026-01-19 02:15:23] "GET /routing-instance/b13c1163-d6be-4e6e-9fd7-d34d2c5e6f15 HTTP/1.1" 200 1800 0.003142 10.0.0.130 - - [2026-01-19 02:15:23] "GET /virtual-network/42ae0623-255b-4c06-bbbe-791143246a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.004264 10.0.0.130 - - [2026-01-19 02:15:23] "GET /virtual-network/42ae0623-255b-4c06-bbbe-791143246a2b HTTP/1.1" 200 3515 0.003680 10.0.0.130 - - [2026-01-19 02:15:23] "GET /routing-instance/b13c1163-d6be-4e6e-9fd7-d34d2c5e6f15 HTTP/1.1" 200 1800 0.002873 10.0.0.130 - - [2026-01-19 02:15:23] "GET /routing-instance/b13c1163-d6be-4e6e-9fd7-d34d2c5e6f15 HTTP/1.1" 200 1800 0.003777 10.0.0.130 - - [2026-01-19 02:15:23] "GET /route-target/7b4277ba-2f0e-40bf-8fab-46d4b6caf819 HTTP/1.1" 200 1214 0.003194 10.0.0.130 - - [2026-01-19 02:15:23] "GET /domains HTTP/1.1" 200 281 0.002903 10.0.0.130 - - [2026-01-19 02:15:23] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.130 - - [2026-01-19 02:15:23] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2781 0.007053 10.0.0.130 - - [2026-01-19 02:15:23] "GET /projects?obj_uuids=7f62ac92-739c-499b-aba4-aa58a011466f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000834 10.0.0.130 - - [2026-01-19 02:15:23] "GET /project/7f62ac92-739c-499b-aba4-aa58a011466f HTTP/1.1" 200 2643 0.065769 10.0.0.130 - - [2026-01-19 02:15:23] "GET /virtual-network/42ae0623-255b-4c06-bbbe-791143246a2b HTTP/1.1" 200 3515 0.004535 10.0.0.130 - - [2026-01-19 02:15:23] "GET /obj-perms HTTP/1.1" 200 5065 0.002555 10.0.0.130 - - [2026-01-19 02:15:23] "GET /virtual-network/42ae0623-255b-4c06-bbbe-791143246a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005980 10.0.0.130 - - [2026-01-19 02:15:23] "POST /neutron/network HTTP/1.1" 200 1115 0.007055 10.0.0.130 - - [2026-01-19 02:15:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.009103 10.0.0.130 - - [2026-01-19 02:15:23] "POST /neutron/network HTTP/1.1" 200 1007 0.041230 10.0.0.130 - - [2026-01-19 02:15:23] "DELETE /access-control-list/cc563103-68bd-464c-9722-40e999064712 HTTP/1.1" 200 115 0.031888 10.0.0.130 - - [2026-01-19 02:15:23] "POST /neutron/network HTTP/1.1" 200 1007 0.006634 10.0.0.130 - - [2026-01-19 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.013513 10.0.0.130 - - [2026-01-19 02:15:23] "GET /virtual-network/42ae0623-255b-4c06-bbbe-791143246a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006740 10.0.0.130 - - [2026-01-19 02:15:24] "GET /virtual-network/a7088a8e-fc6c-419a-9729-1e4cb478b2b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.008770 10.0.0.130 - - [2026-01-19 02:15:24] "POST /neutron/network HTTP/1.1" 200 1112 0.007296 10.0.0.130 - - [2026-01-19 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.011205 10.0.0.130 - - [2026-01-19 02:15:24] "POST /neutron/network HTTP/1.1" 200 1004 0.041345 10.0.0.130 - - [2026-01-19 02:15:24] "DELETE /access-control-list/d8f00ff4-67c4-416e-8403-cf07df2143ee HTTP/1.1" 200 115 0.034544 10.0.0.130 - - [2026-01-19 02:15:24] "POST /neutron/network HTTP/1.1" 200 1004 0.008893 10.0.0.130 - - [2026-01-19 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.009793 10.0.0.130 - - [2026-01-19 02:15:24] "GET /virtual-network/a7088a8e-fc6c-419a-9729-1e4cb478b2b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006147 10.0.0.130 - - [2026-01-19 02:15:24] "DELETE /network-policy/1173920f-86cc-4436-a09e-7fb7b08dd409 HTTP/1.1" 200 115 0.019482 10.0.0.130 - - [2026-01-19 02:15:24] "POST /neutron/network HTTP/1.1" 200 1007 0.010635 10.0.0.130 - - [2026-01-19 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.130 - - [2026-01-19 02:15:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001972 10.0.0.130 - - [2026-01-19 02:15:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002311 10.0.0.130 - - [2026-01-19 02:15:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001479 10.0.0.130 - - [2026-01-19 02:15:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001627 10.0.0.130 - - [2026-01-19 02:15:24] "POST /neutron/network HTTP/1.1" 200 151 0.083199 10.0.0.130 - - [2026-01-19 02:15:24] "DELETE /route-target/7b4277ba-2f0e-40bf-8fab-46d4b6caf819 HTTP/1.1" 200 115 0.023078 10.0.0.130 - - [2026-01-19 02:15:24] "GET /routing-instance/b13c1163-d6be-4e6e-9fd7-d34d2c5e6f15 HTTP/1.1" 404 171 0.003640 10.0.0.130 - - [2026-01-19 02:15:24] "GET /domains HTTP/1.1" 200 281 0.003077 10.0.0.130 - - [2026-01-19 02:15:24] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000879 10.0.0.130 - - [2026-01-19 02:15:24] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2781 0.050413 10.0.0.130 - - [2026-01-19 02:15:24] "GET /projects?obj_uuids=7f62ac92-739c-499b-aba4-aa58a011466f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001304 10.0.0.130 - - [2026-01-19 02:15:24] "GET /project/7f62ac92-739c-499b-aba4-aa58a011466f HTTP/1.1" 200 2161 0.066897 10.0.0.130 - - [2026-01-19 02:15:24] "POST /neutron/network HTTP/1.1" 200 1004 0.010785 10.0.0.130 - - [2026-01-19 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.130 - - [2026-01-19 02:15:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002027 10.0.0.130 - - [2026-01-19 02:15:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003522 10.0.0.130 - - [2026-01-19 02:15:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001682 10.0.0.130 - - [2026-01-19 02:15:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001637 10.0.0.130 - - [2026-01-19 02:15:24] "POST /neutron/network HTTP/1.1" 200 151 0.090440 10.0.0.130 - - [2026-01-19 02:15:24] "DELETE /route-target/f91072e2-359b-4146-a126-a03c650e7d3f HTTP/1.1" 200 115 0.026744 10.0.0.130 - - [2026-01-19 02:15:24] "GET /routing-instance/25a43231-e455-406b-b991-30b2824e9560 HTTP/1.1" 404 171 0.003230 10.0.0.130 - - [2026-01-19 02:15:24] "GET /domains HTTP/1.1" 200 281 0.002806 10.0.0.130 - - [2026-01-19 02:15:24] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000861 10.0.0.130 - - [2026-01-19 02:15:24] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2781 0.053918 10.0.0.130 - - [2026-01-19 02:15:24] "GET /projects?obj_uuids=7f62ac92-739c-499b-aba4-aa58a011466f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001266 10.0.0.130 - - [2026-01-19 02:15:24] "GET /project/7f62ac92-739c-499b-aba4-aa58a011466f HTTP/1.1" 200 1915 0.067651 10.0.0.130 - - [2026-01-19 02:15:25] "GET /projects?obj_uuids=7f62ac92-739c-499b-aba4-aa58a011466f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000939 10.0.0.130 - - [2026-01-19 02:15:25] "GET /project/7f62ac92-739c-499b-aba4-aa58a011466f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.026384 10.0.0.130 - - [2026-01-19 02:15:25] "GET /projects?obj_uuids=7f62ac92-739c-499b-aba4-aa58a011466f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000889 10.0.0.130 - - [2026-01-19 02:15:25] "GET /project/7f62ac92-739c-499b-aba4-aa58a011466f?fields=virtual_networks HTTP/1.1" 200 1060 0.068388 10.0.0.130 - - [2026-01-19 02:15:25] "GET /projects?obj_uuids=7f62ac92-739c-499b-aba4-aa58a011466f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001228 10.0.0.130 - - [2026-01-19 02:15:25] "GET /project/7f62ac92-739c-499b-aba4-aa58a011466f?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.027732 10.0.0.130 - - [2026-01-19 02:15:25] "GET /projects?obj_uuids=7f62ac92-739c-499b-aba4-aa58a011466f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001242 10.0.0.130 - - [2026-01-19 02:15:25] "GET /project/7f62ac92-739c-499b-aba4-aa58a011466f?fields=security_groups HTTP/1.1" 200 1295 0.026565 10.0.0.130 - - [2026-01-19 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 204 0.029756 10.0.0.130 - - [2026-01-19 02:15:26] "GET /projects?obj_uuids=fb0217ce-494b-4da9-9199-54cb7487f54c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002144 10.0.0.130 - - [2026-01-19 02:15:26] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.130 - - [2026-01-19 02:15:26] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005938 10.0.0.130 - - [2026-01-19 02:15:26] "POST /id-to-fqname HTTP/1.1" 200 206 0.002520 10.0.0.130 - - [2026-01-19 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 215 0.006752 10.0.0.130 - - [2026-01-19 02:15:26] "POST /security-groups HTTP/1.1" 200 607 0.067532 10.0.0.130 - - [2026-01-19 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 250 0.002575 10.0.0.130 - - [2026-01-19 02:15:26] "POST /projects HTTP/1.1" 200 617 0.210987 10.0.0.130 - - [2026-01-19 02:15:26] "POST /access-control-lists HTTP/1.1" 200 614 0.055266 10.0.0.130 - - [2026-01-19 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.280978 10.0.0.130 - - [2026-01-19 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 249 0.002891 10.0.0.130 - - [2026-01-19 02:15:26] "GET /project/fb0217ce-494b-4da9-9199-54cb7487f54c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.400751 10.0.0.130 - - [2026-01-19 02:15:26] "POST /access-control-lists HTTP/1.1" 200 612 0.060657 10.0.0.130 - - [2026-01-19 02:15:27] "GET / HTTP/1.1" 200 36215 0.001668 10.0.0.130 - - [2026-01-19 02:15:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.003631 10.0.0.130 - - [2026-01-19 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 233 0.065363 10.0.0.130 - - [2026-01-19 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.130 - - [2026-01-19 02:15:29] "GET /projects?obj_uuids=fb0217ce-494b-4da9-9199-54cb7487f54c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001880 10.0.0.130 - - [2026-01-19 02:15:29] "GET /project/fb0217ce-494b-4da9-9199-54cb7487f54c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.025707 10.0.0.130 - - [2026-01-19 02:15:29] "POST /network-policys HTTP/1.1" 200 569 0.060583 10.0.0.130 - - [2026-01-19 02:15:29] "GET /network-policy/e57173cd-11ea-45d0-aa73-85a2396a612f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.004139 10.0.0.130 - - [2026-01-19 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.130 - - [2026-01-19 02:15:29] "GET /projects?obj_uuids=fb0217ce-494b-4da9-9199-54cb7487f54c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000906 10.0.0.130 - - [2026-01-19 02:15:29] "GET /project/fb0217ce-494b-4da9-9199-54cb7487f54c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.023657 10.0.0.130 - - [2026-01-19 02:15:29] "POST /neutron/network HTTP/1.1" 200 117 0.031857 10.0.0.130 - - [2026-01-19 02:15:29] "GET /projects?obj_uuids=fb0217ce-494b-4da9-9199-54cb7487f54c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001001 10.0.0.130 - - [2026-01-19 02:15:29] "POST /neutron/network HTTP/1.1" 200 623 0.064816 10.0.0.130 - - [2026-01-19 02:15:29] "POST /route-targets HTTP/1.1" 200 328 0.018139 10.0.0.130 - - [2026-01-19 02:15:29] "POST /ref-update HTTP/1.1" 200 156 0.013421 10.0.0.130 - - [2026-01-19 02:15:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003012 10.0.0.130 - - [2026-01-19 02:15:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.137433 10.0.0.130 - - [2026-01-19 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.002157 10.0.0.130 - - [2026-01-19 02:15:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002758 10.0.0.130 - - [2026-01-19 02:15:29] "POST /neutron/subnet HTTP/1.1" 200 828 0.166543 10.0.0.130 - - [2026-01-19 02:15:29] "POST /neutron/network HTTP/1.1" 200 1017 0.008807 10.0.0.130 - - [2026-01-19 02:15:29] "POST /id-to-fqname HTTP/1.1" 200 237 0.001667 10.0.0.130 - - [2026-01-19 02:15:29] "GET /virtual-network/0471481d-8a2d-4c38-b57d-d06591f1603d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2664 0.004923 10.0.0.130 - - [2026-01-19 02:15:29] "POST /neutron/network HTTP/1.1" 200 1017 0.007788 10.0.0.130 - - [2026-01-19 02:15:29] "GET /virtual-network/0471481d-8a2d-4c38-b57d-d06591f1603d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2664 0.005111 10.0.0.130 - - [2026-01-19 02:15:30] "POST /neutron/network HTTP/1.1" 200 1017 0.006536 10.0.0.130 - - [2026-01-19 02:15:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.006086 10.0.0.130 - - [2026-01-19 02:15:30] "POST /neutron/subnet HTTP/1.1" 200 828 0.005984 10.0.0.130 - - [2026-01-19 02:15:30] "POST /neutron/network HTTP/1.1" 200 1017 0.006289 10.0.0.130 - - [2026-01-19 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.004643 10.0.0.130 - - [2026-01-19 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 252 0.002895 10.0.0.130 - - [2026-01-19 02:15:30] "POST /neutron/network HTTP/1.1" 200 1124 0.043422 10.0.0.130 - - [2026-01-19 02:15:30] "POST /access-control-lists HTTP/1.1" 200 609 0.069184 10.0.0.130 - - [2026-01-19 02:15:30] "POST /neutron/network HTTP/1.1" 200 1124 0.050723 10.0.0.130 - - [2026-01-19 02:15:30] "GET /virtual-network/0471481d-8a2d-4c38-b57d-d06591f1603d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2988 0.004376 10.0.0.130 - - [2026-01-19 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002148 10.0.0.130 - - [2026-01-19 02:15:30] "GET /network-policy/e57173cd-11ea-45d0-aa73-85a2396a612f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.003330 10.0.0.130 - - [2026-01-19 02:15:30] "GET /domains HTTP/1.1" 401 293 0.000398 10.0.0.130 - - [2026-01-19 02:15:30] "GET /domains HTTP/1.1" 200 281 0.032201 10.0.0.130 - - [2026-01-19 02:15:30] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.130 - - [2026-01-19 02:15:30] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2984 0.007199 10.0.0.130 - - [2026-01-19 02:15:30] "GET /projects?obj_uuids=fb0217ce-494b-4da9-9199-54cb7487f54c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000917 10.0.0.130 - - [2026-01-19 02:15:30] "GET /project/fb0217ce-494b-4da9-9199-54cb7487f54c HTTP/1.1" 200 2476 0.065104 10.0.0.130 - - [2026-01-19 02:15:30] "GET /virtual-network/0471481d-8a2d-4c38-b57d-d06591f1603d HTTP/1.1" 200 3552 0.006384 10.0.0.130 - - [2026-01-19 02:15:30] "GET /virtual-network/0471481d-8a2d-4c38-b57d-d06591f1603d HTTP/1.1" 200 3552 0.004120 10.0.0.130 - - [2026-01-19 02:15:30] "GET /routing-instance/752bcbfc-f1cc-487a-ba60-0ee5cc75305e HTTP/1.1" 200 1498 0.003485 10.0.0.130 - - [2026-01-19 02:15:30] "GET /routing-instance/752bcbfc-f1cc-487a-ba60-0ee5cc75305e HTTP/1.1" 200 1498 0.003426 10.0.0.130 - - [2026-01-19 02:15:30] "GET /route-target/c7a492ff-59db-4f43-8071-d1351f27e3d6 HTTP/1.1" 200 1224 0.003103 10.0.0.130 - - [2026-01-19 02:15:30] "GET /virtual-network/0471481d-8a2d-4c38-b57d-d06591f1603d HTTP/1.1" 200 3552 0.004409 10.0.0.130 - - [2026-01-19 02:15:30] "GET /routing-instance/752bcbfc-f1cc-487a-ba60-0ee5cc75305e HTTP/1.1" 200 1498 0.002990 10.0.0.130 - - [2026-01-19 02:15:30] "GET /virtual-network/0471481d-8a2d-4c38-b57d-d06591f1603d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2988 0.004064 10.0.0.130 - - [2026-01-19 02:15:30] "GET /virtual-network/0471481d-8a2d-4c38-b57d-d06591f1603d HTTP/1.1" 200 3552 0.004249 10.0.0.130 - - [2026-01-19 02:15:30] "GET /routing-instance/752bcbfc-f1cc-487a-ba60-0ee5cc75305e HTTP/1.1" 200 1498 0.002860 10.0.0.130 - - [2026-01-19 02:15:30] "GET /routing-instance/752bcbfc-f1cc-487a-ba60-0ee5cc75305e HTTP/1.1" 200 1498 0.003114 10.0.0.130 - - [2026-01-19 02:15:30] "GET /route-target/c7a492ff-59db-4f43-8071-d1351f27e3d6 HTTP/1.1" 200 1224 0.002191 10.0.0.130 - - [2026-01-19 02:15:30] "GET /domains HTTP/1.1" 200 281 0.003773 10.0.0.130 - - [2026-01-19 02:15:30] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.130 - - [2026-01-19 02:15:30] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2984 0.007024 10.0.0.130 - - [2026-01-19 02:15:30] "GET /projects?obj_uuids=fb0217ce-494b-4da9-9199-54cb7487f54c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001026 10.0.0.130 - - [2026-01-19 02:15:30] "GET /project/fb0217ce-494b-4da9-9199-54cb7487f54c HTTP/1.1" 200 2476 0.064489 10.0.0.130 - - [2026-01-19 02:15:30] "GET /virtual-network/0471481d-8a2d-4c38-b57d-d06591f1603d HTTP/1.1" 200 3552 0.004042 10.0.0.130 - - [2026-01-19 02:15:31] "GET /obj-perms HTTP/1.1" 200 5081 0.062678 10.0.0.130 - - [2026-01-19 02:15:31] "GET /domains HTTP/1.1" 200 281 0.002278 10.0.0.130 - - [2026-01-19 02:15:31] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001328 10.0.0.130 - - [2026-01-19 02:15:31] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2984 0.007643 10.0.0.130 - - [2026-01-19 02:15:31] "GET /projects?obj_uuids=fb0217ce-494b-4da9-9199-54cb7487f54c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000856 10.0.0.130 - - [2026-01-19 02:15:31] "GET /project/fb0217ce-494b-4da9-9199-54cb7487f54c HTTP/1.1" 200 2476 0.067519 10.0.0.130 - - [2026-01-19 02:15:31] "GET /network-policy/e57173cd-11ea-45d0-aa73-85a2396a612f HTTP/1.1" 200 3483 0.003374 10.0.0.130 - - [2026-01-19 02:15:31] "DELETE /network-policy/e57173cd-11ea-45d0-aa73-85a2396a612f HTTP/1.1" 409 239 0.004681 10.0.0.130 - - [2026-01-19 02:15:31] "POST /neutron/network HTTP/1.1" 200 1124 0.007674 10.0.0.130 - - [2026-01-19 02:15:31] "DELETE /access-control-list/9665bee9-7684-4de0-98f7-11a358df3e90 HTTP/1.1" 200 115 0.022665 10.0.0.130 - - [2026-01-19 02:15:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002977 10.0.0.130 - - [2026-01-19 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.130 - - [2026-01-19 02:15:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002052 10.0.0.130 - - [2026-01-19 02:15:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002131 10.0.0.130 - - [2026-01-19 02:15:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001698 10.0.0.130 - - [2026-01-19 02:15:31] "POST /neutron/network HTTP/1.1" 200 151 0.095456 10.0.0.130 - - [2026-01-19 02:15:31] "GET /routing-instance/752bcbfc-f1cc-487a-ba60-0ee5cc75305e HTTP/1.1" 404 171 0.002467 10.0.0.130 - - [2026-01-19 02:15:31] "GET /domains HTTP/1.1" 200 281 0.002577 10.0.0.130 - - [2026-01-19 02:15:31] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.130 - - [2026-01-19 02:15:31] "DELETE /route-target/c7a492ff-59db-4f43-8071-d1351f27e3d6 HTTP/1.1" 200 115 0.015142 10.0.0.130 - - [2026-01-19 02:15:31] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2984 0.048290 10.0.0.130 - - [2026-01-19 02:15:31] "GET /projects?obj_uuids=fb0217ce-494b-4da9-9199-54cb7487f54c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000822 10.0.0.130 - - [2026-01-19 02:15:31] "GET /project/fb0217ce-494b-4da9-9199-54cb7487f54c HTTP/1.1" 200 2221 0.071712 10.0.0.130 - - [2026-01-19 02:15:31] "DELETE /network-policy/e57173cd-11ea-45d0-aa73-85a2396a612f HTTP/1.1" 200 115 0.021946 10.0.0.130 - - [2026-01-19 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.130 - - [2026-01-19 02:15:31] "GET /projects?obj_uuids=fb0217ce-494b-4da9-9199-54cb7487f54c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001489 10.0.0.130 - - [2026-01-19 02:15:31] "GET /project/fb0217ce-494b-4da9-9199-54cb7487f54c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.030452 10.0.0.130 - - [2026-01-19 02:15:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-71478785&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003592 10.0.0.130 - - [2026-01-19 02:15:32] "GET /projects?obj_uuids=fb0217ce-494b-4da9-9199-54cb7487f54c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000958 10.0.0.130 - - [2026-01-19 02:15:32] "GET /project/fb0217ce-494b-4da9-9199-54cb7487f54c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.021572 10.0.0.130 - - [2026-01-19 02:15:32] "GET /projects?obj_uuids=fb0217ce-494b-4da9-9199-54cb7487f54c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000908 10.0.0.130 - - [2026-01-19 02:15:32] "GET /project/fb0217ce-494b-4da9-9199-54cb7487f54c?fields=virtual_networks HTTP/1.1" 200 1077 0.062888 10.0.0.130 - - [2026-01-19 02:15:32] "GET /projects?obj_uuids=fb0217ce-494b-4da9-9199-54cb7487f54c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001010 10.0.0.130 - - [2026-01-19 02:15:32] "GET /project/fb0217ce-494b-4da9-9199-54cb7487f54c?fields=virtual_machine_interfaces HTTP/1.1" 200 1077 0.021834 10.0.0.130 - - [2026-01-19 02:15:32] "GET /projects?obj_uuids=fb0217ce-494b-4da9-9199-54cb7487f54c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000942 10.0.0.130 - - [2026-01-19 02:15:32] "GET /project/fb0217ce-494b-4da9-9199-54cb7487f54c?fields=security_groups HTTP/1.1" 200 1320 0.021902 10.0.0.130 - - [2026-01-19 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 190 0.029134 10.0.0.130 - - [2026-01-19 02:15:33] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002448 10.0.0.130 - - [2026-01-19 02:15:33] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000903 10.0.0.130 - - [2026-01-19 02:15:33] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005749 10.0.0.130 - - [2026-01-19 02:15:33] "POST /id-to-fqname HTTP/1.1" 200 192 0.002991 10.0.0.130 - - [2026-01-19 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 201 0.001808 10.0.0.130 - - [2026-01-19 02:15:33] "POST /security-groups HTTP/1.1" 200 593 0.060591 10.0.0.130 - - [2026-01-19 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 236 0.002274 10.0.0.130 - - [2026-01-19 02:15:33] "POST /projects HTTP/1.1" 200 589 0.229529 10.0.0.130 - - [2026-01-19 02:15:33] "POST /access-control-lists HTTP/1.1" 200 600 0.058434 10.0.0.130 - - [2026-01-19 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.302210 10.0.0.130 - - [2026-01-19 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 235 0.002370 10.0.0.130 - - [2026-01-19 02:15:33] "GET /project/d6710764-fa80-480a-a2b3-5c9cd594e227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.418992 10.0.0.130 - - [2026-01-19 02:15:34] "POST /access-control-lists HTTP/1.1" 200 598 0.056754 10.0.0.130 - - [2026-01-19 02:15:35] "GET / HTTP/1.1" 200 36215 0.001833 10.0.0.130 - - [2026-01-19 02:15:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000538 10.0.0.130 - - [2026-01-19 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.054934 10.0.0.130 - - [2026-01-19 02:15:36] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000960 10.0.0.130 - - [2026-01-19 02:15:36] "GET /project/d6710764-fa80-480a-a2b3-5c9cd594e227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.022343 10.0.0.130 - - [2026-01-19 02:15:36] "POST /neutron/network HTTP/1.1" 200 117 0.031821 10.0.0.130 - - [2026-01-19 02:15:36] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000890 10.0.0.130 - - [2026-01-19 02:15:36] "POST /neutron/network HTTP/1.1" 200 607 0.060197 10.0.0.130 - - [2026-01-19 02:15:36] "POST /route-targets HTTP/1.1" 200 328 0.019489 10.0.0.130 - - [2026-01-19 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.013430 10.0.0.130 - - [2026-01-19 02:15:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004226 10.0.0.130 - - [2026-01-19 02:15:36] "POST /neutron/subnet HTTP/1.1" 200 729 0.143632 10.0.0.130 - - [2026-01-19 02:15:36] "POST /neutron/network HTTP/1.1" 200 827 0.005269 10.0.0.130 - - [2026-01-19 02:15:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001204 10.0.0.130 - - [2026-01-19 02:15:36] "GET /virtual-network/918504c2-7efa-4eb8-87ca-38fc810da00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004119 10.0.0.130 - - [2026-01-19 02:15:36] "POST /neutron/network HTTP/1.1" 200 827 0.006082 10.0.0.130 - - [2026-01-19 02:15:36] "GET /virtual-network/918504c2-7efa-4eb8-87ca-38fc810da00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004709 10.0.0.130 - - [2026-01-19 02:15:36] "POST /neutron/network HTTP/1.1" 200 827 0.005116 10.0.0.130 - - [2026-01-19 02:15:36] "POST /neutron/subnet HTTP/1.1" 200 729 0.005951 10.0.0.130 - - [2026-01-19 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001969 10.0.0.130 - - [2026-01-19 02:15:36] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001062 10.0.0.130 - - [2026-01-19 02:15:36] "GET /project/d6710764-fa80-480a-a2b3-5c9cd594e227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.025725 10.0.0.130 - - [2026-01-19 02:15:36] "POST /neutron/network HTTP/1.1" 200 117 0.008962 10.0.0.130 - - [2026-01-19 02:15:36] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000945 10.0.0.130 - - [2026-01-19 02:15:36] "POST /neutron/network HTTP/1.1" 200 607 0.059430 10.0.0.130 - - [2026-01-19 02:15:36] "POST /route-targets HTTP/1.1" 200 328 0.009706 10.0.0.130 - - [2026-01-19 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.009552 10.0.0.130 - - [2026-01-19 02:15:37] "POST /useragent-kv HTTP/1.1" 200 115 0.008824 10.0.0.130 - - [2026-01-19 02:15:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.151294 10.0.0.130 - - [2026-01-19 02:15:37] "POST /neutron/network HTTP/1.1" 200 825 0.005990 10.0.0.130 - - [2026-01-19 02:15:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001042 10.0.0.130 - - [2026-01-19 02:15:37] "GET /virtual-network/16610f92-a0ea-4fc9-bdae-d0c6dccee55c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003978 10.0.0.130 - - [2026-01-19 02:15:37] "POST /neutron/network HTTP/1.1" 200 825 0.005250 10.0.0.130 - - [2026-01-19 02:15:37] "GET /virtual-network/16610f92-a0ea-4fc9-bdae-d0c6dccee55c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004800 10.0.0.130 - - [2026-01-19 02:15:37] "POST /neutron/network HTTP/1.1" 200 825 0.005924 10.0.0.130 - - [2026-01-19 02:15:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.005980 10.0.0.130 - - [2026-01-19 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 228 0.002045 10.0.0.130 - - [2026-01-19 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002502 10.0.0.130 - - [2026-01-19 02:15:37] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001198 10.0.0.130 - - [2026-01-19 02:15:37] "GET /project/d6710764-fa80-480a-a2b3-5c9cd594e227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.020014 10.0.0.130 - - [2026-01-19 02:15:37] "POST /network-policys HTTP/1.1" 200 573 0.018492 10.0.0.130 - - [2026-01-19 02:15:37] "GET /network-policy/abac4304-822b-4475-a705-2b3a6a2740f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.004597 10.0.0.130 - - [2026-01-19 02:15:37] "POST /neutron/network HTTP/1.1" 200 827 0.005051 10.0.0.130 - - [2026-01-19 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 236 0.001979 10.0.0.130 - - [2026-01-19 02:15:37] "POST /neutron/network HTTP/1.1" 200 929 0.045135 10.0.0.130 - - [2026-01-19 02:15:37] "POST /neutron/network HTTP/1.1" 200 929 0.045101 10.0.0.130 - - [2026-01-19 02:15:37] "GET /virtual-network/918504c2-7efa-4eb8-87ca-38fc810da00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005661 10.0.0.130 - - [2026-01-19 02:15:37] "POST /access-control-lists HTTP/1.1" 200 592 0.084886 10.0.0.130 - - [2026-01-19 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006517 10.0.0.130 - - [2026-01-19 02:15:37] "GET /network-policy/abac4304-822b-4475-a705-2b3a6a2740f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.004156 10.0.0.130 - - [2026-01-19 02:15:37] "POST /neutron/network HTTP/1.1" 200 825 0.005586 10.0.0.130 - - [2026-01-19 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 236 0.005027 10.0.0.130 - - [2026-01-19 02:15:37] "POST /neutron/network HTTP/1.1" 200 927 0.037639 10.0.0.130 - - [2026-01-19 02:15:37] "POST /neutron/network HTTP/1.1" 200 927 0.010499 10.0.0.130 - - [2026-01-19 02:15:37] "GET /virtual-network/16610f92-a0ea-4fc9-bdae-d0c6dccee55c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.042772 10.0.0.130 - - [2026-01-19 02:15:37] "POST /access-control-lists HTTP/1.1" 200 592 0.081326 10.0.0.130 - - [2026-01-19 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.130 - - [2026-01-19 02:15:37] "GET /network-policy/abac4304-822b-4475-a705-2b3a6a2740f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.003529 10.0.0.130 - - [2026-01-19 02:15:37] "POST /ref-update HTTP/1.1" 200 156 0.013895 10.0.0.130 - - [2026-01-19 02:15:37] "GET /domains HTTP/1.1" 401 293 0.000426 10.0.0.130 - - [2026-01-19 02:15:38] "PUT /access-control-list/25af576d-80d0-413a-a8ba-3a26a7bf2b33 HTTP/1.1" 200 273 0.054738 10.0.0.130 - - [2026-01-19 02:15:38] "GET /domains HTTP/1.1" 200 281 0.032159 10.0.0.130 - - [2026-01-19 02:15:38] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.130 - - [2026-01-19 02:15:38] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 3173 0.009644 10.0.0.130 - - [2026-01-19 02:15:38] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001007 10.0.0.130 - - [2026-01-19 02:15:38] "GET /project/d6710764-fa80-480a-a2b3-5c9cd594e227 HTTP/1.1" 200 2590 0.076730 10.0.0.130 - - [2026-01-19 02:15:38] "GET /virtual-network/918504c2-7efa-4eb8-87ca-38fc810da00c HTTP/1.1" 200 2901 0.006202 10.0.0.130 - - [2026-01-19 02:15:38] "GET /virtual-network/918504c2-7efa-4eb8-87ca-38fc810da00c HTTP/1.1" 200 2901 0.004907 10.0.0.130 - - [2026-01-19 02:15:38] "GET /routing-instance/19b701b2-5e3d-4b36-9e66-31a900ac5a50 HTTP/1.1" 200 1787 0.004587 10.0.0.130 - - [2026-01-19 02:15:38] "GET /routing-instance/19b701b2-5e3d-4b36-9e66-31a900ac5a50 HTTP/1.1" 200 1787 0.003380 10.0.0.130 - - [2026-01-19 02:15:38] "GET /route-target/eed79859-149d-4b0f-bb23-00a14d3f852c HTTP/1.1" 200 1209 0.003173 10.0.0.130 - - [2026-01-19 02:15:38] "GET /virtual-network/918504c2-7efa-4eb8-87ca-38fc810da00c HTTP/1.1" 200 2901 0.004771 10.0.0.130 - - [2026-01-19 02:15:38] "GET /routing-instance/19b701b2-5e3d-4b36-9e66-31a900ac5a50 HTTP/1.1" 200 1787 0.003877 10.0.0.130 - - [2026-01-19 02:15:38] "GET /virtual-network/918504c2-7efa-4eb8-87ca-38fc810da00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005507 10.0.0.130 - - [2026-01-19 02:15:38] "GET /virtual-network/918504c2-7efa-4eb8-87ca-38fc810da00c HTTP/1.1" 200 2901 0.004809 10.0.0.130 - - [2026-01-19 02:15:38] "GET /routing-instance/19b701b2-5e3d-4b36-9e66-31a900ac5a50 HTTP/1.1" 200 1787 0.003428 10.0.0.130 - - [2026-01-19 02:15:38] "GET /routing-instance/19b701b2-5e3d-4b36-9e66-31a900ac5a50 HTTP/1.1" 200 1787 0.003083 10.0.0.130 - - [2026-01-19 02:15:38] "GET /route-target/eed79859-149d-4b0f-bb23-00a14d3f852c HTTP/1.1" 200 1209 0.002679 10.0.0.130 - - [2026-01-19 02:15:38] "GET /domains HTTP/1.1" 200 281 0.002802 10.0.0.130 - - [2026-01-19 02:15:38] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000792 10.0.0.130 - - [2026-01-19 02:15:38] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 3173 0.005682 10.0.0.130 - - [2026-01-19 02:15:38] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000815 10.0.0.130 - - [2026-01-19 02:15:38] "GET /project/d6710764-fa80-480a-a2b3-5c9cd594e227 HTTP/1.1" 200 2590 0.065593 10.0.0.130 - - [2026-01-19 02:15:38] "GET /virtual-network/918504c2-7efa-4eb8-87ca-38fc810da00c HTTP/1.1" 200 2901 0.003934 10.0.0.130 - - [2026-01-19 02:15:38] "GET /obj-perms HTTP/1.1" 200 5053 0.067207 10.0.0.130 - - [2026-01-19 02:15:39] "GET /domains HTTP/1.1" 200 281 0.002273 10.0.0.130 - - [2026-01-19 02:15:39] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.130 - - [2026-01-19 02:15:39] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 3173 0.006763 10.0.0.130 - - [2026-01-19 02:15:39] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000905 10.0.0.130 - - [2026-01-19 02:15:39] "GET /project/d6710764-fa80-480a-a2b3-5c9cd594e227 HTTP/1.1" 200 2590 0.065666 10.0.0.130 - - [2026-01-19 02:15:39] "GET /virtual-network/16610f92-a0ea-4fc9-bdae-d0c6dccee55c HTTP/1.1" 200 2895 0.005519 10.0.0.130 - - [2026-01-19 02:15:39] "GET /virtual-network/16610f92-a0ea-4fc9-bdae-d0c6dccee55c HTTP/1.1" 200 2895 0.004282 10.0.0.130 - - [2026-01-19 02:15:39] "GET /routing-instance/e273c6cc-b664-4109-a132-b7dc03d477ed HTTP/1.1" 200 1788 0.003847 10.0.0.130 - - [2026-01-19 02:15:39] "GET /routing-instance/e273c6cc-b664-4109-a132-b7dc03d477ed HTTP/1.1" 200 1788 0.003469 10.0.0.130 - - [2026-01-19 02:15:39] "GET /route-target/0fe0a958-7210-49b9-bf06-d79de2b12202 HTTP/1.1" 200 1208 0.004158 10.0.0.130 - - [2026-01-19 02:15:39] "GET /virtual-network/16610f92-a0ea-4fc9-bdae-d0c6dccee55c HTTP/1.1" 200 2895 0.005974 10.0.0.130 - - [2026-01-19 02:15:39] "GET /routing-instance/e273c6cc-b664-4109-a132-b7dc03d477ed HTTP/1.1" 200 1788 0.003274 10.0.0.130 - - [2026-01-19 02:15:39] "GET /virtual-network/16610f92-a0ea-4fc9-bdae-d0c6dccee55c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.008925 10.0.0.130 - - [2026-01-19 02:15:39] "GET /virtual-network/16610f92-a0ea-4fc9-bdae-d0c6dccee55c HTTP/1.1" 200 2895 0.007052 10.0.0.130 - - [2026-01-19 02:15:39] "GET /routing-instance/e273c6cc-b664-4109-a132-b7dc03d477ed HTTP/1.1" 200 1788 0.004216 10.0.0.130 - - [2026-01-19 02:15:39] "GET /routing-instance/e273c6cc-b664-4109-a132-b7dc03d477ed HTTP/1.1" 200 1788 0.005535 10.0.0.130 - - [2026-01-19 02:15:39] "GET /route-target/0fe0a958-7210-49b9-bf06-d79de2b12202 HTTP/1.1" 200 1208 0.003570 10.0.0.130 - - [2026-01-19 02:15:39] "GET /domains HTTP/1.1" 200 281 0.002677 10.0.0.130 - - [2026-01-19 02:15:39] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000851 10.0.0.130 - - [2026-01-19 02:15:39] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 3173 0.005831 10.0.0.130 - - [2026-01-19 02:15:39] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000896 10.0.0.130 - - [2026-01-19 02:15:39] "GET /project/d6710764-fa80-480a-a2b3-5c9cd594e227 HTTP/1.1" 200 2590 0.067837 10.0.0.130 - - [2026-01-19 02:15:39] "GET /virtual-network/16610f92-a0ea-4fc9-bdae-d0c6dccee55c HTTP/1.1" 200 2895 0.005316 10.0.0.130 - - [2026-01-19 02:15:39] "GET /obj-perms HTTP/1.1" 200 5053 0.006981 10.0.0.130 - - [2026-01-19 02:15:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001627 10.0.0.130 - - [2026-01-19 02:15:39] "POST /neutron/network HTTP/1.1" 200 939 0.005315 10.0.0.130 - - [2026-01-19 02:15:39] "GET /aaa-mode HTTP/1.1" 401 293 0.000378 10.0.0.130 - - [2026-01-19 02:15:39] "GET / HTTP/1.1" 200 36215 0.001720 10.0.0.130 - - [2026-01-19 02:15:39] "GET /project/d6710764-fa80-480a-a2b3-5c9cd594e227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000452 10.0.0.130 - - [2026-01-19 02:15:40] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000947 10.0.0.130 - - [2026-01-19 02:15:40] "GET /project/d6710764-fa80-480a-a2b3-5c9cd594e227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.053346 10.0.0.130 - - [2026-01-19 02:15:40] "POST /neutron/network HTTP/1.1" 200 929 0.005113 10.0.0.130 - - [2026-01-19 02:15:40] "POST /neutron/port HTTP/1.1" 200 117 0.004524 10.0.0.130 - - [2026-01-19 02:15:40] "POST /neutron/port HTTP/1.1" 200 117 0.004222 10.0.0.130 - - [2026-01-19 02:15:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001386 10.0.0.130 - - [2026-01-19 02:15:40] "POST /neutron/port HTTP/1.1" 200 117 0.005073 10.0.0.130 - - [2026-01-19 02:15:40] "POST /neutron/network HTTP/1.1" 200 937 0.005256 10.0.0.130 - - [2026-01-19 02:15:40] "GET /aaa-mode HTTP/1.1" 401 293 0.000428 10.0.0.130 - - [2026-01-19 02:15:40] "POST /neutron/network HTTP/1.1" 200 939 0.012878 10.0.0.130 - - [2026-01-19 02:15:40] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000987 10.0.0.130 - - [2026-01-19 02:15:40] "GET / HTTP/1.1" 200 36215 0.002412 10.0.0.130 - - [2026-01-19 02:15:40] "GET /project/d6710764-fa80-480a-a2b3-5c9cd594e227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000524 10.0.0.130 - - [2026-01-19 02:15:41] "POST /neutron/port HTTP/1.1" 200 1063 0.204761 10.0.0.130 - - [2026-01-19 02:15:41] "POST /neutron/port HTTP/1.1" 200 1063 0.011653 10.0.0.130 - - [2026-01-19 02:15:41] "POST /neutron/port HTTP/1.1" 200 1063 0.013595 10.0.0.130 - - [2026-01-19 02:15:41] "POST /neutron/port HTTP/1.1" 200 1117 0.071339 10.0.0.130 - - [2026-01-19 02:15:41] "POST /neutron/port HTTP/1.1" 200 1127 0.011324 10.0.0.130 - - [2026-01-19 02:15:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003052 10.0.0.130 - - [2026-01-19 02:15:41] "POST /neutron/subnet HTTP/1.1" 200 703 0.006251 10.0.0.130 - - [2026-01-19 02:15:41] "POST /neutron/port HTTP/1.1" 200 117 0.001227 10.0.0.130 - - [2026-01-19 02:15:41] "POST /neutron/network HTTP/1.1" 200 929 0.005251 10.0.0.130 - - [2026-01-19 02:15:41] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000928 10.0.0.130 - - [2026-01-19 02:15:41] "GET /project/d6710764-fa80-480a-a2b3-5c9cd594e227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.052343 10.0.0.130 - - [2026-01-19 02:15:41] "POST /neutron/network HTTP/1.1" 200 927 0.005461 10.0.0.130 - - [2026-01-19 02:15:41] "POST /neutron/port HTTP/1.1" 200 1127 0.012080 10.0.0.130 - - [2026-01-19 02:15:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006984 10.0.0.130 - - [2026-01-19 02:15:41] "POST /neutron/port HTTP/1.1" 200 117 0.008163 10.0.0.130 - - [2026-01-19 02:15:41] "POST /neutron/port HTTP/1.1" 200 1127 0.013138 10.0.0.130 - - [2026-01-19 02:15:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008293 10.0.0.130 - - [2026-01-19 02:15:41] "POST /neutron/network HTTP/1.1" 200 937 0.007211 10.0.0.130 - - [2026-01-19 02:15:41] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001581 10.0.0.130 - - [2026-01-19 02:15:42] "PUT /access-control-list/73f8f95a-67ed-477f-b992-36038c16ce7d HTTP/1.1" 200 273 0.055797 10.0.0.130 - - [2026-01-19 02:15:42] "POST /neutron/port HTTP/1.1" 200 1061 0.306013 10.0.0.130 - - [2026-01-19 02:15:42] "POST /neutron/port HTTP/1.1" 200 1061 0.023883 10.0.0.130 - - [2026-01-19 02:15:42] "POST /neutron/port HTTP/1.1" 200 1061 0.014799 10.0.0.130 - - [2026-01-19 02:15:42] "POST /neutron/port HTTP/1.1" 200 1115 0.078780 10.0.0.130 - - [2026-01-19 02:15:42] "POST /neutron/port HTTP/1.1" 200 1125 0.011405 10.0.0.130 - - [2026-01-19 02:15:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003605 10.0.0.130 - - [2026-01-19 02:15:42] "POST /neutron/subnet HTTP/1.1" 200 694 0.006875 10.0.0.130 - - [2026-01-19 02:15:42] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.130 - - [2026-01-19 02:15:42] "POST /neutron/network HTTP/1.1" 200 927 0.004988 10.0.0.130 - - [2026-01-19 02:15:46] "POST /neutron/port HTTP/1.1" 200 1127 0.014767 10.0.0.130 - - [2026-01-19 02:15:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006693 10.0.0.130 - - [2026-01-19 02:15:46] "POST /neutron/port HTTP/1.1" 200 1127 0.013059 10.0.0.130 - - [2026-01-19 02:15:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005766 10.0.0.130 - - [2026-01-19 02:15:46] "POST /neutron/port HTTP/1.1" 200 1127 0.012753 10.0.0.130 - - [2026-01-19 02:15:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006263 10.0.0.130 - - [2026-01-19 02:15:46] "GET /virtual-machine/560a0f10-8593-41cb-80f3-aa1a271e810e HTTP/1.1" 200 1295 0.004680 10.0.0.130 - - [2026-01-19 02:15:46] "GET /virtual-machine-interface/6f6d6a72-9767-4499-b9ed-f7e419cdf8b0 HTTP/1.1" 200 2958 0.004935 10.0.0.130 - - [2026-01-19 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.130 - - [2026-01-19 02:15:47] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002884 10.0.0.130 - - [2026-01-19 02:15:47] "GET /virtual-networks?parent_id=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002878 10.0.0.130 - - [2026-01-19 02:15:47] "GET /virtual-network/918504c2-7efa-4eb8-87ca-38fc810da00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005661 10.0.0.130 - - [2026-01-19 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.130 - - [2026-01-19 02:15:50] "GET /virtual-network/918504c2-7efa-4eb8-87ca-38fc810da00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005374 10.0.0.130 - - [2026-01-19 02:15:50] "POST /neutron/port HTTP/1.1" 200 1127 0.011961 10.0.0.130 - - [2026-01-19 02:15:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005586 10.0.0.130 - - [2026-01-19 02:15:51] "POST /neutron/port HTTP/1.1" 200 1125 0.015280 10.0.0.130 - - [2026-01-19 02:15:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006289 10.0.0.130 - - [2026-01-19 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.130 - - [2026-01-19 02:15:52] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003227 10.0.0.130 - - [2026-01-19 02:15:52] "GET /virtual-networks?parent_id=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003906 10.0.0.130 - - [2026-01-19 02:15:52] "GET /virtual-network/918504c2-7efa-4eb8-87ca-38fc810da00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006199 10.0.0.130 - - [2026-01-19 02:15:52] "POST /neutron/port HTTP/1.1" 200 1125 0.011794 10.0.0.130 - - [2026-01-19 02:15:52] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007200 10.0.0.130 - - [2026-01-19 02:15:52] "POST /neutron/port HTTP/1.1" 200 1125 0.017215 10.0.0.130 - - [2026-01-19 02:15:52] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008751 10.0.0.130 - - [2026-01-19 02:15:52] "POST /neutron/port HTTP/1.1" 200 1125 0.015252 10.0.0.130 - - [2026-01-19 02:15:52] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007399 10.0.0.130 - - [2026-01-19 02:15:52] "GET /virtual-machine/54eff5cb-47ce-42c8-843f-42fc19cb1680 HTTP/1.1" 200 1295 0.006064 10.0.0.130 - - [2026-01-19 02:15:52] "GET /virtual-machine-interface/742ed771-7496-4221-a0ec-7b1b0a88e49f HTTP/1.1" 200 2958 0.005437 10.0.0.130 - - [2026-01-19 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.130 - - [2026-01-19 02:15:53] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004415 10.0.0.130 - - [2026-01-19 02:15:53] "GET /virtual-networks?parent_id=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003899 10.0.0.130 - - [2026-01-19 02:15:53] "GET /virtual-network/16610f92-a0ea-4fc9-bdae-d0c6dccee55c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005668 10.0.0.130 - - [2026-01-19 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.130 - - [2026-01-19 02:15:54] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003998 10.0.0.130 - - [2026-01-19 02:15:54] "GET /virtual-networks?parent_id=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003073 10.0.0.130 - - [2026-01-19 02:15:54] "GET /virtual-network/16610f92-a0ea-4fc9-bdae-d0c6dccee55c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.009654 10.0.0.130 - - [2026-01-19 02:15:54] "POST /neutron/port HTTP/1.1" 200 1125 0.011460 10.0.0.130 - - [2026-01-19 02:15:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005538 10.0.0.130 - - [2026-01-19 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.130 - - [2026-01-19 02:16:03] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000893 10.0.0.130 - - [2026-01-19 02:16:03] "GET /project/d6710764-fa80-480a-a2b3-5c9cd594e227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.021907 10.0.0.130 - - [2026-01-19 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.130 - - [2026-01-19 02:16:03] "PUT /network-policy/abac4304-822b-4475-a705-2b3a6a2740f5 HTTP/1.1" 200 263 0.024981 10.0.0.130 - - [2026-01-19 02:16:03] "PUT /access-control-list/73f8f95a-67ed-477f-b992-36038c16ce7d HTTP/1.1" 200 273 0.054732 10.0.0.130 - - [2026-01-19 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.012145 10.0.0.130 - - [2026-01-19 02:16:04] "PUT /access-control-list/25af576d-80d0-413a-a8ba-3a26a7bf2b33 HTTP/1.1" 200 273 0.053500 10.0.0.130 - - [2026-01-19 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.009483 10.0.0.130 - - [2026-01-19 02:16:07] "GET /virtual-network/16610f92-a0ea-4fc9-bdae-d0c6dccee55c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006949 10.0.0.130 - - [2026-01-19 02:16:07] "POST /neutron/network HTTP/1.1" 200 927 0.005495 10.0.0.130 - - [2026-01-19 02:16:07] "POST /neutron/network HTTP/1.1" 200 825 0.036441 10.0.0.130 - - [2026-01-19 02:16:07] "DELETE /access-control-list/73f8f95a-67ed-477f-b992-36038c16ce7d HTTP/1.1" 200 115 0.028157 10.0.0.130 - - [2026-01-19 02:16:07] "POST /neutron/network HTTP/1.1" 200 825 0.011741 10.0.0.130 - - [2026-01-19 02:16:07] "GET /virtual-network/16610f92-a0ea-4fc9-bdae-d0c6dccee55c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007533 10.0.0.130 - - [2026-01-19 02:16:07] "GET /virtual-network/918504c2-7efa-4eb8-87ca-38fc810da00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004295 10.0.0.130 - - [2026-01-19 02:16:07] "POST /neutron/network HTTP/1.1" 200 929 0.004713 10.0.0.130 - - [2026-01-19 02:16:07] "POST /neutron/network HTTP/1.1" 200 827 0.061852 10.0.0.130 - - [2026-01-19 02:16:07] "DELETE /access-control-list/25af576d-80d0-413a-a8ba-3a26a7bf2b33 HTTP/1.1" 200 115 0.042274 10.0.0.130 - - [2026-01-19 02:16:07] "POST /neutron/network HTTP/1.1" 200 827 0.009056 10.0.0.130 - - [2026-01-19 02:16:07] "GET /virtual-network/918504c2-7efa-4eb8-87ca-38fc810da00c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006446 10.0.0.130 - - [2026-01-19 02:16:07] "DELETE /network-policy/abac4304-822b-4475-a705-2b3a6a2740f5 HTTP/1.1" 200 115 0.017368 10.0.0.130 - - [2026-01-19 02:16:07] "POST /neutron/network HTTP/1.1" 200 825 0.004864 10.0.0.130 - - [2026-01-19 02:16:07] "POST /neutron/network HTTP/1.1" 400 204 0.009448 10.0.0.130 - - [2026-01-19 02:16:07] "POST /neutron/port HTTP/1.1" 200 1125 0.011781 10.0.0.130 - - [2026-01-19 02:16:07] "POST /neutron/port HTTP/1.1" 200 1115 0.010394 10.0.0.130 - - [2026-01-19 02:16:07] "POST /neutron/port HTTP/1.1" 200 1127 0.010249 10.0.0.130 - - [2026-01-19 02:16:07] "POST /neutron/port HTTP/1.1" 200 1117 0.013374 10.0.0.130 - - [2026-01-19 02:16:07] "POST /neutron/port HTTP/1.1" 200 151 0.112182 10.0.0.130 - - [2026-01-19 02:16:07] "POST /neutron/port HTTP/1.1" 200 151 0.113383 10.0.0.130 - - [2026-01-19 02:16:09] "POST /neutron/network HTTP/1.1" 200 825 0.006520 10.0.0.130 - - [2026-01-19 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.130 - - [2026-01-19 02:16:09] "POST /useragent-kv HTTP/1.1" 200 115 0.005183 10.0.0.130 - - [2026-01-19 02:16:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001959 10.0.0.130 - - [2026-01-19 02:16:09] "POST /neutron/network HTTP/1.1" 200 151 0.095093 10.0.0.130 - - [2026-01-19 02:16:09] "DELETE /route-target/0fe0a958-7210-49b9-bf06-d79de2b12202 HTTP/1.1" 200 115 0.019882 10.0.0.130 - - [2026-01-19 02:16:09] "GET /routing-instance/e273c6cc-b664-4109-a132-b7dc03d477ed HTTP/1.1" 404 171 0.003996 10.0.0.130 - - [2026-01-19 02:16:09] "GET /domains HTTP/1.1" 200 281 0.002037 10.0.0.130 - - [2026-01-19 02:16:09] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000818 10.0.0.130 - - [2026-01-19 02:16:09] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 3173 0.047613 10.0.0.130 - - [2026-01-19 02:16:09] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001498 10.0.0.130 - - [2026-01-19 02:16:09] "GET /project/d6710764-fa80-480a-a2b3-5c9cd594e227 HTTP/1.1" 200 2120 0.068817 10.0.0.130 - - [2026-01-19 02:16:09] "POST /neutron/network HTTP/1.1" 200 827 0.005093 10.0.0.130 - - [2026-01-19 02:16:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004831 10.0.0.130 - - [2026-01-19 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.130 - - [2026-01-19 02:16:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001760 10.0.0.130 - - [2026-01-19 02:16:10] "POST /neutron/network HTTP/1.1" 200 151 0.074334 10.0.0.130 - - [2026-01-19 02:16:10] "GET /routing-instance/19b701b2-5e3d-4b36-9e66-31a900ac5a50 HTTP/1.1" 404 171 0.002378 10.0.0.130 - - [2026-01-19 02:16:10] "DELETE /route-target/eed79859-149d-4b0f-bb23-00a14d3f852c HTTP/1.1" 200 115 0.018745 10.0.0.130 - - [2026-01-19 02:16:10] "GET /domains HTTP/1.1" 200 281 0.002582 10.0.0.130 - - [2026-01-19 02:16:10] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.130 - - [2026-01-19 02:16:10] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 3173 0.046379 10.0.0.130 - - [2026-01-19 02:16:10] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000817 10.0.0.130 - - [2026-01-19 02:16:10] "GET /project/d6710764-fa80-480a-a2b3-5c9cd594e227 HTTP/1.1" 200 1880 0.066592 10.0.0.130 - - [2026-01-19 02:16:10] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000974 10.0.0.130 - - [2026-01-19 02:16:10] "GET /project/d6710764-fa80-480a-a2b3-5c9cd594e227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.020450 10.0.0.130 - - [2026-01-19 02:16:10] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000932 10.0.0.130 - - [2026-01-19 02:16:10] "GET /project/d6710764-fa80-480a-a2b3-5c9cd594e227?fields=virtual_networks HTTP/1.1" 200 1049 0.068081 10.0.0.130 - - [2026-01-19 02:16:10] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001002 10.0.0.130 - - [2026-01-19 02:16:10] "GET /project/d6710764-fa80-480a-a2b3-5c9cd594e227?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.025633 10.0.0.130 - - [2026-01-19 02:16:10] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002802 10.0.0.130 - - [2026-01-19 02:16:10] "GET /project/d6710764-fa80-480a-a2b3-5c9cd594e227?fields=security_groups HTTP/1.1" 200 1278 0.031939 10.0.0.130 - - [2026-01-19 02:16:11] "POST /fqname-to-id HTTP/1.1" 404 181 0.025321 10.0.0.130 - - [2026-01-19 02:16:11] "GET /projects?obj_uuids=c135d1da-bbcc-45ff-9c53-8836199b8da3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002290 10.0.0.130 - - [2026-01-19 02:16:11] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.130 - - [2026-01-19 02:16:11] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006369 10.0.0.130 - - [2026-01-19 02:16:11] "POST /id-to-fqname HTTP/1.1" 200 183 0.001440 10.0.0.130 - - [2026-01-19 02:16:11] "POST /fqname-to-id HTTP/1.1" 404 192 0.002841 10.0.0.130 - - [2026-01-19 02:16:11] "POST /security-groups HTTP/1.1" 200 584 0.063640 10.0.0.130 - - [2026-01-19 02:16:11] "POST /fqname-to-id HTTP/1.1" 404 227 0.002681 10.0.0.130 - - [2026-01-19 02:16:11] "POST /projects HTTP/1.1" 200 571 0.204846 10.0.0.130 - - [2026-01-19 02:16:11] "POST /access-control-lists HTTP/1.1" 200 591 0.059097 10.0.0.130 - - [2026-01-19 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.274435 10.0.0.130 - - [2026-01-19 02:16:11] "POST /fqname-to-id HTTP/1.1" 404 226 0.003034 10.0.0.130 - - [2026-01-19 02:16:11] "GET /project/c135d1da-bbcc-45ff-9c53-8836199b8da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.393695 10.0.0.130 - - [2026-01-19 02:16:12] "POST /access-control-lists HTTP/1.1" 200 589 0.064109 10.0.0.130 - - [2026-01-19 02:16:13] "GET / HTTP/1.1" 200 36215 0.001759 10.0.0.130 - - [2026-01-19 02:16:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000508 10.0.0.130 - - [2026-01-19 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.058177 10.0.0.130 - - [2026-01-19 02:16:14] "GET /projects?obj_uuids=c135d1da-bbcc-45ff-9c53-8836199b8da3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001157 10.0.0.130 - - [2026-01-19 02:16:14] "GET /project/c135d1da-bbcc-45ff-9c53-8836199b8da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.028083 10.0.0.130 - - [2026-01-19 02:16:14] "POST /neutron/network HTTP/1.1" 200 117 0.036599 10.0.0.130 - - [2026-01-19 02:16:14] "GET /projects?obj_uuids=c135d1da-bbcc-45ff-9c53-8836199b8da3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001223 10.0.0.130 - - [2026-01-19 02:16:14] "POST /neutron/network HTTP/1.1" 200 612 0.081468 10.0.0.130 - - [2026-01-19 02:16:14] "POST /route-targets HTTP/1.1" 200 328 0.010862 10.0.0.130 - - [2026-01-19 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.010992 10.0.0.130 - - [2026-01-19 02:16:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004118 10.0.0.130 - - [2026-01-19 02:16:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.145106 10.0.0.130 - - [2026-01-19 02:16:14] "POST /neutron/network HTTP/1.1" 200 832 0.004658 10.0.0.130 - - [2026-01-19 02:16:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.000996 10.0.0.130 - - [2026-01-19 02:16:14] "GET /virtual-network/a34b997b-562c-49e3-974c-d0aa26f97ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005149 10.0.0.130 - - [2026-01-19 02:16:14] "POST /neutron/network HTTP/1.1" 200 832 0.006816 10.0.0.130 - - [2026-01-19 02:16:14] "GET /virtual-network/a34b997b-562c-49e3-974c-d0aa26f97ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005089 10.0.0.130 - - [2026-01-19 02:16:14] "POST /neutron/network HTTP/1.1" 200 832 0.005980 10.0.0.130 - - [2026-01-19 02:16:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.008045 10.0.0.130 - - [2026-01-19 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.130 - - [2026-01-19 02:16:14] "GET /virtual-network/a34b997b-562c-49e3-974c-d0aa26f97ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005857 10.0.0.130 - - [2026-01-19 02:16:14] "PUT /virtual-network/a34b997b-562c-49e3-974c-d0aa26f97ad3 HTTP/1.1" 200 265 0.037606 10.0.0.130 - - [2026-01-19 02:16:14] "POST /route-targets HTTP/1.1" 200 324 0.017674 10.0.0.130 - - [2026-01-19 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.013851 10.0.0.130 - - [2026-01-19 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.130 - - [2026-01-19 02:16:14] "GET /projects?obj_uuids=c135d1da-bbcc-45ff-9c53-8836199b8da3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000912 10.0.0.130 - - [2026-01-19 02:16:14] "GET /project/c135d1da-bbcc-45ff-9c53-8836199b8da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.026605 10.0.0.130 - - [2026-01-19 02:16:14] "POST /neutron/network HTTP/1.1" 200 117 0.011354 10.0.0.130 - - [2026-01-19 02:16:15] "GET /projects?obj_uuids=c135d1da-bbcc-45ff-9c53-8836199b8da3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001246 10.0.0.130 - - [2026-01-19 02:16:15] "POST /neutron/network HTTP/1.1" 200 612 0.063712 10.0.0.130 - - [2026-01-19 02:16:15] "POST /route-targets HTTP/1.1" 200 328 0.011956 10.0.0.130 - - [2026-01-19 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.013186 10.0.0.130 - - [2026-01-19 02:16:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003808 10.0.0.130 - - [2026-01-19 02:16:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.187353 10.0.0.130 - - [2026-01-19 02:16:15] "POST /neutron/network HTTP/1.1" 200 830 0.006310 10.0.0.130 - - [2026-01-19 02:16:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001175 10.0.0.130 - - [2026-01-19 02:16:15] "GET /virtual-network/435f1470-99a6-49ed-b210-d9cf3c22503f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004167 10.0.0.130 - - [2026-01-19 02:16:15] "POST /neutron/network HTTP/1.1" 200 830 0.005744 10.0.0.130 - - [2026-01-19 02:16:15] "GET /virtual-network/435f1470-99a6-49ed-b210-d9cf3c22503f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004467 10.0.0.130 - - [2026-01-19 02:16:15] "POST /neutron/network HTTP/1.1" 200 830 0.005316 10.0.0.130 - - [2026-01-19 02:16:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.006394 10.0.0.130 - - [2026-01-19 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.130 - - [2026-01-19 02:16:15] "GET /virtual-network/435f1470-99a6-49ed-b210-d9cf3c22503f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003986 10.0.0.130 - - [2026-01-19 02:16:15] "PUT /virtual-network/435f1470-99a6-49ed-b210-d9cf3c22503f HTTP/1.1" 200 265 0.030569 10.0.0.130 - - [2026-01-19 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.008844 10.0.0.130 - - [2026-01-19 02:16:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001266 10.0.0.130 - - [2026-01-19 02:16:15] "POST /neutron/network HTTP/1.1" 200 842 0.005491 10.0.0.130 - - [2026-01-19 02:16:15] "GET /aaa-mode HTTP/1.1" 401 293 0.000372 10.0.0.130 - - [2026-01-19 02:16:16] "GET / HTTP/1.1" 200 36215 0.001778 10.0.0.130 - - [2026-01-19 02:16:16] "GET /project/c135d1da-bbcc-45ff-9c53-8836199b8da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000337 10.0.0.130 - - [2026-01-19 02:16:16] "GET /projects?obj_uuids=c135d1da-bbcc-45ff-9c53-8836199b8da3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001018 10.0.0.130 - - [2026-01-19 02:16:16] "GET /project/c135d1da-bbcc-45ff-9c53-8836199b8da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.052343 10.0.0.130 - - [2026-01-19 02:16:16] "POST /neutron/network HTTP/1.1" 200 832 0.004493 10.0.0.130 - - [2026-01-19 02:16:16] "POST /neutron/port HTTP/1.1" 200 117 0.004993 10.0.0.130 - - [2026-01-19 02:16:16] "POST /neutron/port HTTP/1.1" 200 117 0.004911 10.0.0.130 - - [2026-01-19 02:16:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001796 10.0.0.130 - - [2026-01-19 02:16:16] "POST /neutron/port HTTP/1.1" 200 117 0.004839 10.0.0.130 - - [2026-01-19 02:16:16] "POST /neutron/network HTTP/1.1" 200 840 0.006042 10.0.0.130 - - [2026-01-19 02:16:16] "GET /aaa-mode HTTP/1.1" 401 293 0.000405 10.0.0.130 - - [2026-01-19 02:16:17] "DELETE /project/7f62ac92739c499baba4aa58a011466f HTTP/1.1" 404 173 0.032650 10.0.0.130 - - [2026-01-19 02:16:17] "DELETE /project/d6710764fa80480aa2b35c9cd594e227 HTTP/1.1" 404 173 0.016515 10.0.0.130 - - [2026-01-19 02:16:17] "DELETE /project/c135d1dabbcc45ff9c538836199b8da3 HTTP/1.1" 404 173 0.021251 10.0.0.130 - - [2026-01-19 02:16:17] "DELETE /project/fb0217ce494b4da9919954cb7487f54c HTTP/1.1" 404 173 0.019097 10.0.0.130 - - [2026-01-19 02:16:17] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001582 10.0.0.130 - - [2026-01-19 02:16:17] "GET /projects?obj_uuids=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001248 10.0.0.130 - - [2026-01-19 02:16:17] "GET /projects?obj_uuids=fb0217ce-494b-4da9-9199-54cb7487f54c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001082 10.0.0.130 - - [2026-01-19 02:16:17] "GET /projects?obj_uuids=7f62ac92-739c-499b-aba4-aa58a011466f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000890 10.0.0.130 - - [2026-01-19 02:16:17] "POST /neutron/network HTTP/1.1" 200 842 0.011946 10.0.0.130 - - [2026-01-19 02:16:17] "GET /project/7f62ac92-739c-499b-aba4-aa58a011466f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.073249 10.0.0.130 - - [2026-01-19 02:16:17] "GET /project/fb0217ce-494b-4da9-9199-54cb7487f54c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1543 0.075782 10.0.0.130 - - [2026-01-19 02:16:17] "GET /project/06ebfb50-9b55-445a-b5f5-315e2ee357af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.078274 10.0.0.130 - - [2026-01-19 02:16:17] "GET /project/d6710764-fa80-480a-a2b3-5c9cd594e227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.079000 10.0.0.130 - - [2026-01-19 02:16:17] "GET /projects?obj_uuids=c135d1da-bbcc-45ff-9c53-8836199b8da3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001175 10.0.0.130 - - [2026-01-19 02:16:17] "GET /projects?obj_uuids=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000947 10.0.0.130 - - [2026-01-19 02:16:17] "GET /projects?obj_uuids=fb0217ce-494b-4da9-9199-54cb7487f54c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000771 10.0.0.130 - - [2026-01-19 02:16:17] "GET /projects?obj_uuids=7f62ac92-739c-499b-aba4-aa58a011466f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000699 10.0.0.130 - - [2026-01-19 02:16:17] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000757 10.0.0.130 - - [2026-01-19 02:16:17] "GET / HTTP/1.1" 200 36215 0.001476 10.0.0.130 - - [2026-01-19 02:16:17] "GET /project/c135d1da-bbcc-45ff-9c53-8836199b8da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.001093 10.0.0.130 - - [2026-01-19 02:16:17] "GET /project/7f62ac92-739c-499b-aba4-aa58a011466f?fields=security_groups HTTP/1.1" 200 1397 0.062319 10.0.0.130 - - [2026-01-19 02:16:17] "GET /project/fb0217ce-494b-4da9-9199-54cb7487f54c?fields=security_groups HTTP/1.1" 200 1422 0.067061 10.0.0.130 - - [2026-01-19 02:16:17] "GET /project/d6710764-fa80-480a-a2b3-5c9cd594e227?fields=security_groups HTTP/1.1" 200 1380 0.069831 10.0.0.130 - - [2026-01-19 02:16:17] "GET /project/06ebfb50-9b55-445a-b5f5-315e2ee357af?fields=security_groups HTTP/1.1" 200 1381 0.080827 10.0.0.130 - - [2026-01-19 02:16:17] "DELETE /security-group/51c41d19-0bb6-4916-ad81-271704ebeea6 HTTP/1.1" 200 115 0.101925 10.0.0.130 - - [2026-01-19 02:16:17] "GET /projects?obj_uuids=7f62ac92-739c-499b-aba4-aa58a011466f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951 10.0.0.130 - - [2026-01-19 02:16:17] "DELETE /security-group/356398d9-81ca-4192-bc35-65ac52946f93 HTTP/1.1" 200 115 0.098776 10.0.0.130 - - [2026-01-19 02:16:17] "GET /projects?obj_uuids=06ebfb50-9b55-445a-b5f5-315e2ee357af&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000928 10.0.0.130 - - [2026-01-19 02:16:17] "DELETE /security-group/014a3100-d882-4801-8677-af3b079fba0b HTTP/1.1" 200 115 0.115712 10.0.0.130 - - [2026-01-19 02:16:17] "DELETE /security-group/bb44c58c-e2cb-42d9-9d75-8ef67bd3e08a HTTP/1.1" 200 115 0.113099 10.0.0.130 - - [2026-01-19 02:16:17] "GET /projects?obj_uuids=fb0217ce-494b-4da9-9199-54cb7487f54c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000763 10.0.0.130 - - [2026-01-19 02:16:17] "GET /projects?obj_uuids=d6710764-fa80-480a-a2b3-5c9cd594e227&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001173 10.0.0.130 - - [2026-01-19 02:16:17] "DELETE /access-control-list/0f94888b-3457-4605-93f3-7b223005f7b7 HTTP/1.1" 200 115 0.119766 10.0.0.130 - - [2026-01-19 02:16:17] "GET /project/fb0217ce-494b-4da9-9199-54cb7487f54c?fields=application_policy_sets HTTP/1.1" 200 1461 0.084163 10.0.0.130 - - [2026-01-19 02:16:17] "GET /project/7f62ac92-739c-499b-aba4-aa58a011466f?fields=application_policy_sets HTTP/1.1" 200 1436 0.117012 10.0.0.130 - - [2026-01-19 02:16:17] "GET /project/d6710764-fa80-480a-a2b3-5c9cd594e227?fields=application_policy_sets HTTP/1.1" 200 1419 0.117379 10.0.0.130 - - [2026-01-19 02:16:17] "GET /project/06ebfb50-9b55-445a-b5f5-315e2ee357af?fields=application_policy_sets HTTP/1.1" 200 1420 0.160612 10.0.0.130 - - [2026-01-19 02:16:17] "DELETE /access-control-list/3ca92306-4915-4b3e-aeac-3c8ceb6ab1a4 HTTP/1.1" 200 115 0.130140 10.0.0.130 - - [2026-01-19 02:16:17] "DELETE /access-control-list/4d063d65-9957-4388-b18b-4d984218819f HTTP/1.1" 200 115 0.081887 10.0.0.130 - - [2026-01-19 02:16:17] "GET /projects?obj_uuids=c135d1da-bbcc-45ff-9c53-8836199b8da3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001329 10.0.0.130 - - [2026-01-19 02:16:17] "DELETE /access-control-list/528bd705-ea06-44fe-8bf3-3ab4c51d1c05 HTTP/1.1" 200 115 0.089346 10.0.0.130 - - [2026-01-19 02:16:17] "GET /project/c135d1da-bbcc-45ff-9c53-8836199b8da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.148739 10.0.0.130 - - [2026-01-19 02:16:17] "DELETE /project/fb0217ce-494b-4da9-9199-54cb7487f54c HTTP/1.1" 200 115 0.771684 10.0.0.130 - - [2026-01-19 02:16:17] "DELETE /project/7f62ac92-739c-499b-aba4-aa58a011466f HTTP/1.1" 200 115 0.768237 10.0.0.130 - - [2026-01-19 02:16:17] "POST /neutron/port HTTP/1.1" 200 1054 0.713609 10.0.0.130 - - [2026-01-19 02:16:17] "DELETE /access-control-list/e0d3a6c1-2855-4f93-8b09-8f769a9404eb HTTP/1.1" 200 115 0.056052 10.0.0.130 - - [2026-01-19 02:16:17] "DELETE /project/d6710764-fa80-480a-a2b3-5c9cd594e227 HTTP/1.1" 200 115 0.788997 10.0.0.130 - - [2026-01-19 02:16:17] "DELETE /project/06ebfb50-9b55-445a-b5f5-315e2ee357af HTTP/1.1" 200 115 0.790747 10.0.0.130 - - [2026-01-19 02:16:17] "POST /neutron/network HTTP/1.1" 200 830 0.017131 10.0.0.130 - - [2026-01-19 02:16:17] "POST /neutron/port HTTP/1.1" 200 1054 0.011556 10.0.0.130 - - [2026-01-19 02:16:17] "DELETE /access-control-list/783f08b0-85d0-4a3f-b0ec-6010fe224767 HTTP/1.1" 200 115 0.038458 10.0.0.130 - - [2026-01-19 02:16:17] "POST /neutron/port HTTP/1.1" 200 1054 0.013414 10.0.0.130 - - [2026-01-19 02:16:17] "DELETE /access-control-list/4aff0600-a9f1-4a54-a29e-e70b068ed30a HTTP/1.1" 200 115 0.030881 10.0.0.130 - - [2026-01-19 02:16:17] "DELETE /access-control-list/5f910a9d-2000-422c-85d4-2aef739bfa69 HTTP/1.1" 200 115 0.031467 10.0.0.130 - - [2026-01-19 02:16:17] "POST /neutron/port HTTP/1.1" 200 1108 0.088485 10.0.0.130 - - [2026-01-19 02:16:18] "POST /neutron/port HTTP/1.1" 200 1118 0.011727 10.0.0.130 - - [2026-01-19 02:16:18] "POST /neutron/port HTTP/1.1" 200 1118 0.010494 10.0.0.130 - - [2026-01-19 02:16:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003690 10.0.0.130 - - [2026-01-19 02:16:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007233 10.0.0.130 - - [2026-01-19 02:16:18] "POST /neutron/subnet HTTP/1.1" 200 703 0.010595 10.0.0.130 - - [2026-01-19 02:16:18] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.130 - - [2026-01-19 02:16:18] "POST /neutron/port HTTP/1.1" 200 117 0.003999 10.0.0.130 - - [2026-01-19 02:16:18] "POST /neutron/network HTTP/1.1" 200 832 0.005308 10.0.0.130 - - [2026-01-19 02:16:18] "POST /neutron/port HTTP/1.1" 200 1118 0.011374 10.0.0.130 - - [2026-01-19 02:16:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006771 10.0.0.130 - - [2026-01-19 02:16:18] "POST /neutron/network HTTP/1.1" 200 840 0.004780 10.0.0.130 - - [2026-01-19 02:16:18] "GET /projects?obj_uuids=c135d1da-bbcc-45ff-9c53-8836199b8da3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001099 10.0.0.130 - - [2026-01-19 02:16:18] "POST /neutron/port HTTP/1.1" 200 1052 0.226102 10.0.0.130 - - [2026-01-19 02:16:18] "POST /neutron/port HTTP/1.1" 200 1052 0.010172 10.0.0.130 - - [2026-01-19 02:16:18] "POST /neutron/port HTTP/1.1" 200 1052 0.008912 10.0.0.130 - - [2026-01-19 02:16:18] "POST /neutron/port HTTP/1.1" 200 1106 0.066516 10.0.0.130 - - [2026-01-19 02:16:18] "POST /neutron/port HTTP/1.1" 200 1116 0.012072 10.0.0.130 - - [2026-01-19 02:16:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003414 10.0.0.130 - - [2026-01-19 02:16:18] "POST /neutron/subnet HTTP/1.1" 200 694 0.006442 10.0.0.130 - - [2026-01-19 02:16:18] "POST /neutron/port HTTP/1.1" 200 117 0.001121 10.0.0.130 - - [2026-01-19 02:16:18] "POST /neutron/network HTTP/1.1" 200 830 0.009635 10.0.0.130 - - [2026-01-19 02:16:22] "GET /obj-perms HTTP/1.1" 200 5075 0.069667 10.0.0.130 - - [2026-01-19 02:16:22] "GET /obj-perms HTTP/1.1" 200 5075 0.049392 10.0.0.130 - - [2026-01-19 02:16:23] "POST /neutron/port HTTP/1.1" 200 1118 0.010473 10.0.0.130 - - [2026-01-19 02:16:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004976 10.0.0.130 - - [2026-01-19 02:16:23] "POST /neutron/port HTTP/1.1" 200 1118 0.011486 10.0.0.130 - - [2026-01-19 02:16:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005400 10.0.0.130 - - [2026-01-19 02:16:23] "POST /neutron/port HTTP/1.1" 200 1118 0.013464 10.0.0.130 - - [2026-01-19 02:16:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005446 10.0.0.130 - - [2026-01-19 02:16:23] "GET /virtual-machine/aa4f1279-73e0-4434-8866-8d59e694a9ff HTTP/1.1" 401 293 0.000454 10.0.0.130 - - [2026-01-19 02:16:23] "GET /virtual-machine/aa4f1279-73e0-4434-8866-8d59e694a9ff HTTP/1.1" 200 1287 0.027091 10.0.0.130 - - [2026-01-19 02:16:23] "GET /virtual-machine-interface/7f31b516-e0d0-406c-aefb-fc3e66451284 HTTP/1.1" 200 2934 0.004981 10.0.0.130 - - [2026-01-19 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002534 10.0.0.130 - - [2026-01-19 02:16:23] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003770 10.0.0.130 - - [2026-01-19 02:16:23] "GET /virtual-networks?parent_id=c135d1da-bbcc-45ff-9c53-8836199b8da3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002479 10.0.0.130 - - [2026-01-19 02:16:23] "GET /virtual-network/a34b997b-562c-49e3-974c-d0aa26f97ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.004609 10.0.0.130 - - [2026-01-19 02:16:26] "POST /neutron/port HTTP/1.1" 200 1118 0.010495 10.0.0.130 - - [2026-01-19 02:16:26] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005057 10.0.0.130 - - [2026-01-19 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.130 - - [2026-01-19 02:16:27] "GET /virtual-network/a34b997b-562c-49e3-974c-d0aa26f97ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005106 10.0.0.130 - - [2026-01-19 02:16:27] "POST /neutron/port HTTP/1.1" 200 1118 0.015842 10.0.0.130 - - [2026-01-19 02:16:28] "POST /neutron/port HTTP/1.1" 200 1118 0.013742 10.0.0.130 - - [2026-01-19 02:16:28] "POST /neutron/network HTTP/1.1" 200 842 0.004942 10.0.0.130 - - [2026-01-19 02:16:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002947 10.0.0.130 - - [2026-01-19 02:16:28] "POST /neutron/subnet HTTP/1.1" 200 703 0.006083 10.0.0.130 - - [2026-01-19 02:16:28] "POST /neutron/port HTTP/1.1" 200 117 0.001188 10.0.0.130 - - [2026-01-19 02:16:28] "POST /neutron/network HTTP/1.1" 200 832 0.005119 10.0.0.130 - - [2026-01-19 02:16:28] "POST /neutron/port HTTP/1.1" 200 1116 0.013941 10.0.0.130 - - [2026-01-19 02:16:28] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006346 10.0.0.130 - - [2026-01-19 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002566 10.0.0.130 - - [2026-01-19 02:16:29] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002586 10.0.0.130 - - [2026-01-19 02:16:29] "GET /virtual-networks?parent_id=c135d1da-bbcc-45ff-9c53-8836199b8da3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002767 10.0.0.130 - - [2026-01-19 02:16:29] "GET /virtual-network/a34b997b-562c-49e3-974c-d0aa26f97ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.004867 10.0.0.130 - - [2026-01-19 02:16:29] "POST /neutron/port HTTP/1.1" 200 1116 0.011531 10.0.0.130 - - [2026-01-19 02:16:29] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005178 10.0.0.130 - - [2026-01-19 02:16:29] "POST /neutron/port HTTP/1.1" 200 1116 0.012946 10.0.0.130 - - [2026-01-19 02:16:29] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005078 10.0.0.130 - - [2026-01-19 02:16:29] "POST /neutron/port HTTP/1.1" 200 1116 0.014405 10.0.0.130 - - [2026-01-19 02:16:29] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005149 10.0.0.130 - - [2026-01-19 02:16:29] "GET /virtual-machine/0d8b2f7b-cc7b-4fbd-ac0e-96688a3ffa1a HTTP/1.1" 200 1286 0.004308 10.0.0.130 - - [2026-01-19 02:16:29] "GET /virtual-machine-interface/9953a6b1-db09-4143-9027-5dc8916b5b7a HTTP/1.1" 200 2935 0.004799 10.0.0.130 - - [2026-01-19 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.130 - - [2026-01-19 02:16:29] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003747 10.0.0.130 - - [2026-01-19 02:16:29] "GET /virtual-networks?parent_id=c135d1da-bbcc-45ff-9c53-8836199b8da3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002944 10.0.0.130 - - [2026-01-19 02:16:29] "GET /virtual-network/435f1470-99a6-49ed-b210-d9cf3c22503f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005218 10.0.0.130 - - [2026-01-19 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.130 - - [2026-01-19 02:16:31] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004554 10.0.0.130 - - [2026-01-19 02:16:31] "GET /virtual-networks?parent_id=c135d1da-bbcc-45ff-9c53-8836199b8da3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003184 10.0.0.130 - - [2026-01-19 02:16:31] "GET /virtual-network/435f1470-99a6-49ed-b210-d9cf3c22503f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.004941 10.0.0.130 - - [2026-01-19 02:16:31] "POST /routing-policys HTTP/1.1" 200 536 0.016937 10.0.0.130 - - [2026-01-19 02:16:31] "GET /virtual-network/a34b997b-562c-49e3-974c-d0aa26f97ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.009761 10.0.0.130 - - [2026-01-19 02:16:31] "POST /ref-update HTTP/1.1" 200 156 0.013197 10.0.0.130 - - [2026-01-19 02:16:31] "PUT /virtual-network/a34b997b-562c-49e3-974c-d0aa26f97ad3 HTTP/1.1" 200 265 0.040162 10.0.0.130 - - [2026-01-19 02:16:35] "POST /ref-update HTTP/1.1" 200 156 0.036829 10.0.0.130 - - [2026-01-19 02:16:35] "POST /ref-update HTTP/1.1" 200 156 0.014521 10.0.0.130 - - [2026-01-19 02:16:35] "DELETE /routing-policy/e440da7c-0e35-46d0-b439-74ab963213d6 HTTP/1.1" 200 115 0.027424 10.0.0.130 - - [2026-01-19 02:16:35] "GET /global-system-configs HTTP/1.1" 401 293 0.000546 10.0.0.130 - - [2026-01-19 02:16:35] "GET /global-system-configs HTTP/1.1" 401 293 0.000347 10.0.0.130 - - [2026-01-19 02:16:35] "POST /neutron/network HTTP/1.1" 200 830 0.007872 10.0.0.130 - - [2026-01-19 02:16:35] "POST /neutron/network HTTP/1.1" 400 204 0.008816 10.0.0.130 - - [2026-01-19 02:16:35] "POST /neutron/port HTTP/1.1" 200 1116 0.016370 10.0.0.130 - - [2026-01-19 02:16:35] "POST /neutron/port HTTP/1.1" 200 1106 0.008519 10.0.0.130 - - [2026-01-19 02:16:35] "POST /neutron/port HTTP/1.1" 200 1118 0.015269 10.0.0.130 - - [2026-01-19 02:16:35] "POST /neutron/port HTTP/1.1" 200 1108 0.014060 10.0.0.130 - - [2026-01-19 02:16:36] "POST /neutron/port HTTP/1.1" 200 151 0.123098 10.0.0.130 - - [2026-01-19 02:16:36] "POST /neutron/port HTTP/1.1" 200 151 0.124827 10.0.0.130 - - [2026-01-19 02:16:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000596 10.0.0.130 - - [2026-01-19 02:16:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000569 10.0.0.130 - - [2026-01-19 02:16:37] "POST /neutron/network HTTP/1.1" 200 830 0.005545 10.0.0.130 - - [2026-01-19 02:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.130 - - [2026-01-19 02:16:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001890 10.0.0.130 - - [2026-01-19 02:16:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001812 10.0.0.130 - - [2026-01-19 02:16:37] "POST /neutron/network HTTP/1.1" 200 151 0.085068 10.0.0.130 - - [2026-01-19 02:16:37] "DELETE /route-target/f1df9fb2-3ca6-467d-a3c9-bdba32cde689 HTTP/1.1" 200 115 0.023450 10.0.0.130 - - [2026-01-19 02:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.130 - - [2026-01-19 02:16:37] "POST /neutron/network HTTP/1.1" 200 832 0.004840 10.0.0.130 - - [2026-01-19 02:16:37] "DELETE /route-target/8f94c40e-ba4c-46cb-adf5-9b4400831eb3 HTTP/1.1" 409 240 0.003749 10.0.0.130 - - [2026-01-19 02:16:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004115 10.0.0.130 - - [2026-01-19 02:16:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001620 10.0.0.130 - - [2026-01-19 02:16:37] "POST /neutron/network HTTP/1.1" 200 151 0.086467 10.0.0.130 - - [2026-01-19 02:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.130 - - [2026-01-19 02:16:37] "DELETE /route-target/d52fafe0-670b-436e-a175-d9926065a95c HTTP/1.1" 200 115 0.014642 10.0.0.130 - - [2026-01-19 02:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.130 - - [2026-01-19 02:16:37] "DELETE /route-target/8f94c40e-ba4c-46cb-adf5-9b4400831eb3 HTTP/1.1" 200 115 0.011999 10.0.0.130 - - [2026-01-19 02:16:37] "GET /projects?obj_uuids=c135d1da-bbcc-45ff-9c53-8836199b8da3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000886 10.0.0.130 - - [2026-01-19 02:16:37] "GET /project/c135d1da-bbcc-45ff-9c53-8836199b8da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.022348 10.0.0.130 - - [2026-01-19 02:16:37] "GET /projects?obj_uuids=c135d1da-bbcc-45ff-9c53-8836199b8da3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001220 10.0.0.130 - - [2026-01-19 02:16:38] "GET /project/c135d1da-bbcc-45ff-9c53-8836199b8da3?fields=virtual_networks HTTP/1.1" 200 1031 0.068419 10.0.0.130 - - [2026-01-19 02:16:38] "GET /projects?obj_uuids=c135d1da-bbcc-45ff-9c53-8836199b8da3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000939 10.0.0.130 - - [2026-01-19 02:16:38] "GET /project/c135d1da-bbcc-45ff-9c53-8836199b8da3?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.021382 10.0.0.130 - - [2026-01-19 02:16:38] "GET /projects?obj_uuids=c135d1da-bbcc-45ff-9c53-8836199b8da3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000931 10.0.0.130 - - [2026-01-19 02:16:38] "GET /project/c135d1da-bbcc-45ff-9c53-8836199b8da3?fields=security_groups HTTP/1.1" 200 1251 0.021696 10.0.0.130 - - [2026-01-19 02:16:39] "POST /fqname-to-id HTTP/1.1" 404 186 0.032763 10.0.0.130 - - [2026-01-19 02:16:39] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002159 10.0.0.130 - - [2026-01-19 02:16:39] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001131 10.0.0.130 - - [2026-01-19 02:16:39] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006565 10.0.0.130 - - [2026-01-19 02:16:39] "POST /id-to-fqname HTTP/1.1" 200 188 0.001895 10.0.0.130 - - [2026-01-19 02:16:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.002161 10.0.0.130 - - [2026-01-19 02:16:39] "POST /security-groups HTTP/1.1" 200 589 0.080422 10.0.0.130 - - [2026-01-19 02:16:39] "POST /fqname-to-id HTTP/1.1" 404 232 0.003414 10.0.0.130 - - [2026-01-19 02:16:39] "POST /projects HTTP/1.1" 200 581 0.233048 10.0.0.130 - - [2026-01-19 02:16:39] "POST /access-control-lists HTTP/1.1" 200 596 0.058356 10.0.0.130 - - [2026-01-19 02:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.309385 10.0.0.130 - - [2026-01-19 02:16:39] "POST /fqname-to-id HTTP/1.1" 404 231 0.002969 10.0.0.130 - - [2026-01-19 02:16:39] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.448240 10.0.0.130 - - [2026-01-19 02:16:39] "POST /access-control-lists HTTP/1.1" 200 594 0.064761 10.0.0.130 - - [2026-01-19 02:16:40] "GET / HTTP/1.1" 200 36215 0.002001 10.0.0.130 - - [2026-01-19 02:16:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000435 10.0.0.130 - - [2026-01-19 02:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.066633 10.0.0.130 - - [2026-01-19 02:16:41] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000907 10.0.0.130 - - [2026-01-19 02:16:41] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.021933 10.0.0.130 - - [2026-01-19 02:16:41] "POST /neutron/network HTTP/1.1" 200 117 0.032098 10.0.0.130 - - [2026-01-19 02:16:41] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002127 10.0.0.130 - - [2026-01-19 02:16:41] "POST /neutron/network HTTP/1.1" 200 613 0.058277 10.0.0.130 - - [2026-01-19 02:16:41] "POST /route-targets HTTP/1.1" 200 328 0.010008 10.0.0.130 - - [2026-01-19 02:16:41] "POST /ref-update HTTP/1.1" 200 156 0.009284 10.0.0.130 - - [2026-01-19 02:16:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002935 10.0.0.130 - - [2026-01-19 02:16:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.172263 10.0.0.130 - - [2026-01-19 02:16:42] "POST /neutron/network HTTP/1.1" 200 832 0.005646 10.0.0.130 - - [2026-01-19 02:16:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001480 10.0.0.130 - - [2026-01-19 02:16:42] "GET /virtual-network/bec04667-3e7c-4913-ba9d-548733a5dca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005200 10.0.0.130 - - [2026-01-19 02:16:42] "POST /neutron/network HTTP/1.1" 200 832 0.007345 10.0.0.130 - - [2026-01-19 02:16:42] "GET /virtual-network/bec04667-3e7c-4913-ba9d-548733a5dca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005342 10.0.0.130 - - [2026-01-19 02:16:42] "POST /neutron/network HTTP/1.1" 200 832 0.006154 10.0.0.130 - - [2026-01-19 02:16:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.006759 10.0.0.130 - - [2026-01-19 02:16:42] "GET /domains HTTP/1.1" 401 293 0.000516 10.0.0.130 - - [2026-01-19 02:16:42] "GET /domains HTTP/1.1" 200 281 0.031419 10.0.0.130 - - [2026-01-19 02:16:42] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001368 10.0.0.130 - - [2026-01-19 02:16:42] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2761 0.009306 10.0.0.130 - - [2026-01-19 02:16:42] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001753 10.0.0.130 - - [2026-01-19 02:16:42] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0 HTTP/1.1" 200 2095 0.071563 10.0.0.130 - - [2026-01-19 02:16:42] "GET /virtual-network/bec04667-3e7c-4913-ba9d-548733a5dca9 HTTP/1.1" 200 2324 0.007181 10.0.0.130 - - [2026-01-19 02:16:42] "GET /virtual-network/bec04667-3e7c-4913-ba9d-548733a5dca9 HTTP/1.1" 200 2324 0.004639 10.0.0.130 - - [2026-01-19 02:16:42] "GET /routing-instance/ac0cf74e-9a63-4a7b-8d21-84718642cee5 HTTP/1.1" 200 1497 0.004032 10.0.0.130 - - [2026-01-19 02:16:42] "GET /routing-instance/ac0cf74e-9a63-4a7b-8d21-84718642cee5 HTTP/1.1" 200 1497 0.003208 10.0.0.130 - - [2026-01-19 02:16:42] "GET /route-target/eada4394-cb1a-4fb0-9704-54c94ecc830b HTTP/1.1" 200 1215 0.003103 10.0.0.130 - - [2026-01-19 02:16:42] "GET /virtual-network/bec04667-3e7c-4913-ba9d-548733a5dca9 HTTP/1.1" 200 2324 0.005141 10.0.0.130 - - [2026-01-19 02:16:42] "GET /routing-instance/ac0cf74e-9a63-4a7b-8d21-84718642cee5 HTTP/1.1" 200 1497 0.003043 10.0.0.130 - - [2026-01-19 02:16:42] "GET /virtual-network/bec04667-3e7c-4913-ba9d-548733a5dca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005354 10.0.0.130 - - [2026-01-19 02:16:42] "GET /virtual-network/bec04667-3e7c-4913-ba9d-548733a5dca9 HTTP/1.1" 200 2324 0.004427 10.0.0.130 - - [2026-01-19 02:16:42] "GET /routing-instance/ac0cf74e-9a63-4a7b-8d21-84718642cee5 HTTP/1.1" 200 1497 0.003078 10.0.0.130 - - [2026-01-19 02:16:42] "GET /routing-instance/ac0cf74e-9a63-4a7b-8d21-84718642cee5 HTTP/1.1" 200 1497 0.003025 10.0.0.130 - - [2026-01-19 02:16:42] "GET /route-target/eada4394-cb1a-4fb0-9704-54c94ecc830b HTTP/1.1" 200 1215 0.003109 10.0.0.130 - - [2026-01-19 02:16:42] "GET /domains HTTP/1.1" 200 281 0.003458 10.0.0.130 - - [2026-01-19 02:16:42] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.130 - - [2026-01-19 02:16:42] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2761 0.006334 10.0.0.130 - - [2026-01-19 02:16:42] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001252 10.0.0.130 - - [2026-01-19 02:16:42] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0 HTTP/1.1" 200 2095 0.069005 10.0.0.130 - - [2026-01-19 02:16:42] "GET /virtual-network/bec04667-3e7c-4913-ba9d-548733a5dca9 HTTP/1.1" 200 2324 0.005199 10.0.0.130 - - [2026-01-19 02:16:43] "GET /obj-perms HTTP/1.1" 200 5045 0.054777 10.0.0.130 - - [2026-01-19 02:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.130 - - [2026-01-19 02:16:43] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000940 10.0.0.130 - - [2026-01-19 02:16:43] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.023803 10.0.0.130 - - [2026-01-19 02:16:43] "POST /neutron/network HTTP/1.1" 200 117 0.009058 10.0.0.130 - - [2026-01-19 02:16:43] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000945 10.0.0.130 - - [2026-01-19 02:16:43] "POST /neutron/network HTTP/1.1" 200 613 0.058215 10.0.0.130 - - [2026-01-19 02:16:43] "POST /route-targets HTTP/1.1" 200 328 0.009765 10.0.0.130 - - [2026-01-19 02:16:43] "POST /ref-update HTTP/1.1" 200 156 0.016284 10.0.0.130 - - [2026-01-19 02:16:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002397 10.0.0.130 - - [2026-01-19 02:16:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.168992 10.0.0.130 - - [2026-01-19 02:16:43] "POST /neutron/network HTTP/1.1" 200 833 0.005807 10.0.0.130 - - [2026-01-19 02:16:43] "POST /id-to-fqname HTTP/1.1" 200 223 0.001341 10.0.0.130 - - [2026-01-19 02:16:43] "GET /virtual-network/eb0a78ef-5646-4147-becd-0ebe274026e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004768 10.0.0.130 - - [2026-01-19 02:16:43] "POST /neutron/network HTTP/1.1" 200 833 0.008256 10.0.0.130 - - [2026-01-19 02:16:43] "GET /virtual-network/eb0a78ef-5646-4147-becd-0ebe274026e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005244 10.0.0.130 - - [2026-01-19 02:16:43] "POST /neutron/network HTTP/1.1" 200 833 0.005382 10.0.0.130 - - [2026-01-19 02:16:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.007854 10.0.0.130 - - [2026-01-19 02:16:43] "GET /domains HTTP/1.1" 200 281 0.002487 10.0.0.130 - - [2026-01-19 02:16:43] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000850 10.0.0.130 - - [2026-01-19 02:16:43] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2761 0.006350 10.0.0.130 - - [2026-01-19 02:16:43] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000865 10.0.0.130 - - [2026-01-19 02:16:43] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0 HTTP/1.1" 200 2314 0.061420 10.0.0.130 - - [2026-01-19 02:16:43] "GET /virtual-network/eb0a78ef-5646-4147-becd-0ebe274026e5 HTTP/1.1" 200 2327 0.006113 10.0.0.130 - - [2026-01-19 02:16:43] "GET /virtual-network/eb0a78ef-5646-4147-becd-0ebe274026e5 HTTP/1.1" 200 2327 0.005135 10.0.0.130 - - [2026-01-19 02:16:43] "GET /routing-instance/fce67f84-9ce6-4fd5-bcbf-09c4f5d09026 HTTP/1.1" 200 1497 0.003763 10.0.0.130 - - [2026-01-19 02:16:43] "GET /routing-instance/fce67f84-9ce6-4fd5-bcbf-09c4f5d09026 HTTP/1.1" 200 1497 0.006776 10.0.0.130 - - [2026-01-19 02:16:43] "GET /route-target/a339deb8-c70f-448d-a698-12cfb95f6ded HTTP/1.1" 200 1215 0.003612 10.0.0.130 - - [2026-01-19 02:16:43] "GET /virtual-network/eb0a78ef-5646-4147-becd-0ebe274026e5 HTTP/1.1" 200 2327 0.005609 10.0.0.130 - - [2026-01-19 02:16:43] "GET /routing-instance/fce67f84-9ce6-4fd5-bcbf-09c4f5d09026 HTTP/1.1" 200 1497 0.006466 10.0.0.130 - - [2026-01-19 02:16:43] "GET /virtual-network/eb0a78ef-5646-4147-becd-0ebe274026e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004922 10.0.0.130 - - [2026-01-19 02:16:43] "GET /virtual-network/eb0a78ef-5646-4147-becd-0ebe274026e5 HTTP/1.1" 200 2327 0.004607 10.0.0.130 - - [2026-01-19 02:16:43] "GET /routing-instance/fce67f84-9ce6-4fd5-bcbf-09c4f5d09026 HTTP/1.1" 200 1497 0.003963 10.0.0.130 - - [2026-01-19 02:16:44] "GET /routing-instance/fce67f84-9ce6-4fd5-bcbf-09c4f5d09026 HTTP/1.1" 200 1497 0.003795 10.0.0.130 - - [2026-01-19 02:16:44] "GET /route-target/a339deb8-c70f-448d-a698-12cfb95f6ded HTTP/1.1" 200 1215 0.003248 10.0.0.130 - - [2026-01-19 02:16:44] "GET /domains HTTP/1.1" 200 281 0.004002 10.0.0.130 - - [2026-01-19 02:16:44] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.130 - - [2026-01-19 02:16:44] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2761 0.007292 10.0.0.130 - - [2026-01-19 02:16:44] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000890 10.0.0.130 - - [2026-01-19 02:16:44] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0 HTTP/1.1" 200 2314 0.072764 10.0.0.130 - - [2026-01-19 02:16:44] "GET /virtual-network/eb0a78ef-5646-4147-becd-0ebe274026e5 HTTP/1.1" 200 2327 0.005793 10.0.0.130 - - [2026-01-19 02:16:44] "GET /obj-perms HTTP/1.1" 200 5045 0.002955 10.0.0.130 - - [2026-01-19 02:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.130 - - [2026-01-19 02:16:44] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001487 10.0.0.130 - - [2026-01-19 02:16:44] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.026616 10.0.0.130 - - [2026-01-19 02:16:44] "POST /neutron/network HTTP/1.1" 200 117 0.012368 10.0.0.130 - - [2026-01-19 02:16:44] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001205 10.0.0.130 - - [2026-01-19 02:16:44] "POST /neutron/network HTTP/1.1" 200 615 0.075992 10.0.0.130 - - [2026-01-19 02:16:44] "POST /ref-update HTTP/1.1" 200 156 0.013497 10.0.0.130 - - [2026-01-19 02:16:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003675 10.0.0.130 - - [2026-01-19 02:16:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.162411 10.0.0.130 - - [2026-01-19 02:16:44] "POST /neutron/network HTTP/1.1" 200 833 0.005778 10.0.0.130 - - [2026-01-19 02:16:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.001291 10.0.0.130 - - [2026-01-19 02:16:44] "GET /virtual-network/4edf4927-25bc-4798-84c9-fc9693e5ef67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005169 10.0.0.130 - - [2026-01-19 02:16:44] "POST /neutron/network HTTP/1.1" 200 833 0.007017 10.0.0.130 - - [2026-01-19 02:16:44] "GET /virtual-network/4edf4927-25bc-4798-84c9-fc9693e5ef67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005162 10.0.0.130 - - [2026-01-19 02:16:44] "POST /neutron/network HTTP/1.1" 200 833 0.006399 10.0.0.130 - - [2026-01-19 02:16:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.007489 10.0.0.130 - - [2026-01-19 02:16:44] "GET /domains HTTP/1.1" 200 281 0.002482 10.0.0.130 - - [2026-01-19 02:16:44] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001155 10.0.0.130 - - [2026-01-19 02:16:44] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2761 0.006705 10.0.0.130 - - [2026-01-19 02:16:44] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001076 10.0.0.130 - - [2026-01-19 02:16:44] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0 HTTP/1.1" 200 2534 0.064678 10.0.0.130 - - [2026-01-19 02:16:44] "GET /virtual-network/4edf4927-25bc-4798-84c9-fc9693e5ef67 HTTP/1.1" 200 2324 0.004538 10.0.0.130 - - [2026-01-19 02:16:44] "GET /virtual-network/4edf4927-25bc-4798-84c9-fc9693e5ef67 HTTP/1.1" 200 2324 0.004604 10.0.0.130 - - [2026-01-19 02:16:44] "GET /routing-instance/493b6ab2-715c-4718-ba1d-99d9ec4f6dcd HTTP/1.1" 200 1500 0.002926 10.0.0.130 - - [2026-01-19 02:16:44] "GET /routing-instance/493b6ab2-715c-4718-ba1d-99d9ec4f6dcd HTTP/1.1" 200 1500 0.002494 10.0.0.130 - - [2026-01-19 02:16:44] "GET /route-target/0fa1b016-2034-4c52-baea-d364215427ff HTTP/1.1" 200 1216 0.002995 10.0.0.130 - - [2026-01-19 02:16:44] "GET /virtual-network/4edf4927-25bc-4798-84c9-fc9693e5ef67 HTTP/1.1" 200 2324 0.003778 10.0.0.130 - - [2026-01-19 02:16:44] "GET /routing-instance/493b6ab2-715c-4718-ba1d-99d9ec4f6dcd HTTP/1.1" 200 1500 0.003035 10.0.0.130 - - [2026-01-19 02:16:44] "GET /virtual-network/4edf4927-25bc-4798-84c9-fc9693e5ef67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004538 10.0.0.130 - - [2026-01-19 02:16:44] "GET /virtual-network/4edf4927-25bc-4798-84c9-fc9693e5ef67 HTTP/1.1" 200 2324 0.004813 10.0.0.130 - - [2026-01-19 02:16:44] "GET /routing-instance/493b6ab2-715c-4718-ba1d-99d9ec4f6dcd HTTP/1.1" 200 1500 0.004143 10.0.0.130 - - [2026-01-19 02:16:44] "GET /routing-instance/493b6ab2-715c-4718-ba1d-99d9ec4f6dcd HTTP/1.1" 200 1500 0.003204 10.0.0.130 - - [2026-01-19 02:16:44] "GET /route-target/0fa1b016-2034-4c52-baea-d364215427ff HTTP/1.1" 200 1216 0.002636 10.0.0.130 - - [2026-01-19 02:16:44] "GET /domains HTTP/1.1" 200 281 0.002455 10.0.0.130 - - [2026-01-19 02:16:44] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001158 10.0.0.130 - - [2026-01-19 02:16:44] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2761 0.007234 10.0.0.130 - - [2026-01-19 02:16:44] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001168 10.0.0.130 - - [2026-01-19 02:16:44] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0 HTTP/1.1" 200 2534 0.066499 10.0.0.130 - - [2026-01-19 02:16:44] "GET /virtual-network/4edf4927-25bc-4798-84c9-fc9693e5ef67 HTTP/1.1" 200 2324 0.004222 10.0.0.130 - - [2026-01-19 02:16:44] "GET /obj-perms HTTP/1.1" 200 5045 0.003030 10.0.0.130 - - [2026-01-19 02:16:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.003382 10.0.0.130 - - [2026-01-19 02:16:45] "POST /neutron/network HTTP/1.1" 200 843 0.006058 10.0.0.130 - - [2026-01-19 02:16:45] "GET /aaa-mode HTTP/1.1" 401 293 0.000426 10.0.0.130 - - [2026-01-19 02:16:45] "GET / HTTP/1.1" 200 36215 0.001646 10.0.0.130 - - [2026-01-19 02:16:45] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000361 10.0.0.130 - - [2026-01-19 02:16:45] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.130 - - [2026-01-19 02:16:45] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046806 10.0.0.130 - - [2026-01-19 02:16:45] "POST /neutron/network HTTP/1.1" 200 833 0.005116 10.0.0.130 - - [2026-01-19 02:16:46] "POST /neutron/port HTTP/1.1" 200 117 0.004857 10.0.0.130 - - [2026-01-19 02:16:46] "POST /neutron/port HTTP/1.1" 200 117 0.004878 10.0.0.130 - - [2026-01-19 02:16:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.002388 10.0.0.130 - - [2026-01-19 02:16:46] "POST /neutron/port HTTP/1.1" 200 117 0.008823 10.0.0.130 - - [2026-01-19 02:16:46] "POST /neutron/network HTTP/1.1" 200 843 0.005040 10.0.0.130 - - [2026-01-19 02:16:46] "GET /aaa-mode HTTP/1.1" 401 293 0.000448 10.0.0.130 - - [2026-01-19 02:16:46] "POST /neutron/network HTTP/1.1" 200 843 0.004895 10.0.0.130 - - [2026-01-19 02:16:46] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001249 10.0.0.130 - - [2026-01-19 02:16:46] "GET / HTTP/1.1" 200 36215 0.002397 10.0.0.130 - - [2026-01-19 02:16:46] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000342 10.0.0.130 - - [2026-01-19 02:16:46] "POST /neutron/port HTTP/1.1" 200 1059 0.176924 10.0.0.130 - - [2026-01-19 02:16:46] "POST /neutron/port HTTP/1.1" 200 1059 0.011656 10.0.0.130 - - [2026-01-19 02:16:46] "POST /neutron/port HTTP/1.1" 200 1059 0.009991 10.0.0.130 - - [2026-01-19 02:16:46] "POST /neutron/port HTTP/1.1" 200 1113 0.056239 10.0.0.130 - - [2026-01-19 02:16:46] "POST /neutron/port HTTP/1.1" 200 1123 0.012430 10.0.0.130 - - [2026-01-19 02:16:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005194 10.0.0.130 - - [2026-01-19 02:16:46] "POST /neutron/subnet HTTP/1.1" 200 703 0.007727 10.0.0.130 - - [2026-01-19 02:16:46] "POST /neutron/port HTTP/1.1" 200 117 0.001401 10.0.0.130 - - [2026-01-19 02:16:46] "POST /neutron/network HTTP/1.1" 200 833 0.004979 10.0.0.130 - - [2026-01-19 02:16:46] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001441 10.0.0.130 - - [2026-01-19 02:16:46] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.059873 10.0.0.130 - - [2026-01-19 02:16:47] "POST /neutron/network HTTP/1.1" 200 833 0.005629 10.0.0.130 - - [2026-01-19 02:16:47] "POST /neutron/port HTTP/1.1" 200 1123 0.019663 10.0.0.130 - - [2026-01-19 02:16:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007234 10.0.0.130 - - [2026-01-19 02:16:47] "POST /neutron/port HTTP/1.1" 200 117 0.004265 10.0.0.130 - - [2026-01-19 02:16:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.004771 10.0.0.130 - - [2026-01-19 02:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.130 - - [2026-01-19 02:16:47] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.130 - - [2026-01-19 02:16:47] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010518 10.0.0.130 - - [2026-01-19 02:16:47] "POST /service-templates HTTP/1.1" 200 545 0.017505 10.0.0.130 - - [2026-01-19 02:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002616 10.0.0.130 - - [2026-01-19 02:16:47] "GET /service-template/83bb3f74-38b3-48b6-8135-4dfbc58ce8ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003982 10.0.0.130 - - [2026-01-19 02:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.130 - - [2026-01-19 02:16:47] "POST /neutron/network HTTP/1.1" 200 843 0.011057 10.0.0.130 - - [2026-01-19 02:16:47] "GET /service-template/83bb3f74-38b3-48b6-8135-4dfbc58ce8ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006984 10.0.0.130 - - [2026-01-19 02:16:47] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001313 10.0.0.130 - - [2026-01-19 02:16:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001413 10.0.0.130 - - [2026-01-19 02:16:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.003164 10.0.0.130 - - [2026-01-19 02:16:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001479 10.0.0.130 - - [2026-01-19 02:16:47] "POST /neutron/port HTTP/1.1" 200 1057 0.261362 10.0.0.130 - - [2026-01-19 02:16:47] "POST /neutron/port HTTP/1.1" 200 1057 0.020376 10.0.0.130 - - [2026-01-19 02:16:47] "POST /neutron/port HTTP/1.1" 200 1057 0.011228 10.0.0.130 - - [2026-01-19 02:16:47] "POST /neutron/port HTTP/1.1" 200 2038 0.020103 10.0.0.130 - - [2026-01-19 02:16:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012161 10.0.0.130 - - [2026-01-19 02:16:47] "POST /neutron/port HTTP/1.1" 200 1111 0.094877 10.0.0.130 - - [2026-01-19 02:16:48] "POST /neutron/port HTTP/1.1" 200 1121 0.014567 10.0.0.130 - - [2026-01-19 02:16:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003908 10.0.0.130 - - [2026-01-19 02:16:48] "POST /neutron/subnet HTTP/1.1" 200 694 0.007148 10.0.0.130 - - [2026-01-19 02:16:48] "POST /neutron/port HTTP/1.1" 200 117 0.001641 10.0.0.130 - - [2026-01-19 02:16:48] "POST /neutron/network HTTP/1.1" 200 833 0.007280 10.0.0.130 - - [2026-01-19 02:16:48] "POST /neutron/network HTTP/1.1" 200 2223 0.010258 10.0.0.130 - - [2026-01-19 02:16:48] "GET /aaa-mode HTTP/1.1" 401 293 0.000489 10.0.0.130 - - [2026-01-19 02:16:48] "GET / HTTP/1.1" 200 36215 0.001747 10.0.0.130 - - [2026-01-19 02:16:48] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000403 10.0.0.130 - - [2026-01-19 02:16:49] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001230 10.0.0.130 - - [2026-01-19 02:16:49] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.060287 10.0.0.130 - - [2026-01-19 02:16:49] "POST /neutron/network HTTP/1.1" 200 832 0.006402 10.0.0.130 - - [2026-01-19 02:16:49] "POST /neutron/network HTTP/1.1" 200 833 0.007018 10.0.0.130 - - [2026-01-19 02:16:49] "POST /neutron/network HTTP/1.1" 200 833 0.007082 10.0.0.130 - - [2026-01-19 02:16:49] "POST /neutron/port HTTP/1.1" 200 2092 0.023832 10.0.0.130 - - [2026-01-19 02:16:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007909 10.0.0.130 - - [2026-01-19 02:16:49] "POST /neutron/port HTTP/1.1" 200 117 0.006964 10.0.0.130 - - [2026-01-19 02:16:49] "POST /neutron/port HTTP/1.1" 200 117 0.005224 10.0.0.130 - - [2026-01-19 02:16:50] "POST /neutron/network HTTP/1.1" 200 2223 0.015102 10.0.0.130 - - [2026-01-19 02:16:50] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000968 10.0.0.130 - - [2026-01-19 02:16:50] "POST /neutron/port HTTP/1.1" 200 1058 0.275928 10.0.0.130 - - [2026-01-19 02:16:50] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001281 10.0.0.130 - - [2026-01-19 02:16:50] "POST /neutron/port HTTP/1.1" 200 1059 0.207769 10.0.0.130 - - [2026-01-19 02:16:50] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001675 10.0.0.130 - - [2026-01-19 02:16:50] "POST /neutron/port HTTP/1.1" 200 1057 0.244703 10.0.0.130 - - [2026-01-19 02:16:50] "POST /neutron/port HTTP/1.1" 200 1058 0.011398 10.0.0.130 - - [2026-01-19 02:16:50] "POST /neutron/port HTTP/1.1" 200 1058 0.012406 10.0.0.130 - - [2026-01-19 02:16:51] "POST /neutron/port HTTP/1.1" 200 1112 0.077858 10.0.0.130 - - [2026-01-19 02:16:51] "POST /neutron/port HTTP/1.1" 200 1059 0.012380 10.0.0.130 - - [2026-01-19 02:16:51] "POST /neutron/port HTTP/1.1" 200 1059 0.009892 10.0.0.130 - - [2026-01-19 02:16:51] "POST /neutron/port HTTP/1.1" 200 1113 0.078081 10.0.0.130 - - [2026-01-19 02:16:51] "POST /neutron/port HTTP/1.1" 200 1057 0.011122 10.0.0.130 - - [2026-01-19 02:16:51] "POST /neutron/port HTTP/1.1" 200 1057 0.015810 10.0.0.130 - - [2026-01-19 02:16:51] "POST /neutron/port HTTP/1.1" 200 1111 0.089899 10.0.0.130 - - [2026-01-19 02:16:51] "POST /neutron/port HTTP/1.1" 200 3061 0.024038 10.0.0.130 - - [2026-01-19 02:16:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003870 10.0.0.130 - - [2026-01-19 02:16:51] "POST /neutron/subnet HTTP/1.1" 200 699 0.008098 10.0.0.130 - - [2026-01-19 02:16:51] "POST /neutron/port HTTP/1.1" 200 117 0.001617 10.0.0.130 - - [2026-01-19 02:16:51] "POST /neutron/network HTTP/1.1" 200 832 0.008245 10.0.0.130 - - [2026-01-19 02:16:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006195 10.0.0.130 - - [2026-01-19 02:16:51] "POST /neutron/subnet HTTP/1.1" 200 703 0.006914 10.0.0.130 - - [2026-01-19 02:16:51] "POST /neutron/port HTTP/1.1" 200 117 0.002043 10.0.0.130 - - [2026-01-19 02:16:51] "POST /neutron/network HTTP/1.1" 200 833 0.006382 10.0.0.130 - - [2026-01-19 02:16:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004100 10.0.0.130 - - [2026-01-19 02:16:51] "POST /neutron/subnet HTTP/1.1" 200 694 0.008618 10.0.0.130 - - [2026-01-19 02:16:51] "POST /neutron/port HTTP/1.1" 200 117 0.001441 10.0.0.130 - - [2026-01-19 02:16:51] "POST /neutron/network HTTP/1.1" 200 833 0.006747 10.0.0.130 - - [2026-01-19 02:16:54] "POST /neutron/port HTTP/1.1" 200 3061 0.033901 10.0.0.130 - - [2026-01-19 02:16:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011492 10.0.0.130 - - [2026-01-19 02:16:54] "POST /neutron/port HTTP/1.1" 200 3061 0.030599 10.0.0.130 - - [2026-01-19 02:16:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006533 10.0.0.130 - - [2026-01-19 02:16:55] "POST /neutron/port HTTP/1.1" 200 3061 0.021526 10.0.0.130 - - [2026-01-19 02:16:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007761 10.0.0.130 - - [2026-01-19 02:16:55] "POST /neutron/port HTTP/1.1" 200 3061 0.032698 10.0.0.130 - - [2026-01-19 02:16:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013640 10.0.0.130 - - [2026-01-19 02:16:55] "POST /neutron/port HTTP/1.1" 200 3061 0.032190 10.0.0.130 - - [2026-01-19 02:16:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005374 10.0.0.130 - - [2026-01-19 02:16:55] "GET /virtual-machine/a170171e-5bc5-46d4-b53e-8b418eaafe0d HTTP/1.1" 200 1807 0.005817 10.0.0.130 - - [2026-01-19 02:16:55] "GET /virtual-machine-interface/04ddbfc0-9b69-4c41-b7bc-aa11cdbfe521 HTTP/1.1" 200 2955 0.005126 10.0.0.130 - - [2026-01-19 02:16:55] "GET /virtual-machine-interface/5abcda58-f75e-43ca-9780-46bb0864d1cb HTTP/1.1" 200 2953 0.007517 10.0.0.130 - - [2026-01-19 02:16:55] "GET /virtual-machine-interface/ba5e2e01-bdfb-42cd-96c3-9f57edf61104 HTTP/1.1" 200 2954 0.005168 10.0.0.130 - - [2026-01-19 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.130 - - [2026-01-19 02:16:55] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003214 10.0.0.130 - - [2026-01-19 02:16:55] "GET /virtual-networks?parent_id=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003955 10.0.0.130 - - [2026-01-19 02:16:55] "GET /virtual-network/bec04667-3e7c-4913-ba9d-548733a5dca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005857 10.0.0.130 - - [2026-01-19 02:16:55] "POST /neutron/port HTTP/1.1" 200 1123 0.013073 10.0.0.130 - - [2026-01-19 02:16:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007961 10.0.0.130 - - [2026-01-19 02:16:57] "POST /neutron/port HTTP/1.1" 200 1121 0.012674 10.0.0.130 - - [2026-01-19 02:16:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004938 10.0.0.130 - - [2026-01-19 02:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.130 - - [2026-01-19 02:16:58] "GET /virtual-network/bec04667-3e7c-4913-ba9d-548733a5dca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004116 10.0.0.130 - - [2026-01-19 02:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002611 10.0.0.130 - - [2026-01-19 02:17:02] "GET /virtual-network/bec04667-3e7c-4913-ba9d-548733a5dca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004116 10.0.0.130 - - [2026-01-19 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.130 - - [2026-01-19 02:17:06] "GET /virtual-network/bec04667-3e7c-4913-ba9d-548733a5dca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004874 10.0.0.130 - - [2026-01-19 02:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.130 - - [2026-01-19 02:17:11] "GET /virtual-network/bec04667-3e7c-4913-ba9d-548733a5dca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005129 10.0.0.130 - - [2026-01-19 02:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.130 - - [2026-01-19 02:17:13] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002524 10.0.0.130 - - [2026-01-19 02:17:13] "GET /virtual-networks?parent_id=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002748 10.0.0.130 - - [2026-01-19 02:17:13] "GET /virtual-network/bec04667-3e7c-4913-ba9d-548733a5dca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005351 10.0.0.130 - - [2026-01-19 02:17:13] "POST /neutron/port HTTP/1.1" 200 3061 0.018358 10.0.0.130 - - [2026-01-19 02:17:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005987 10.0.0.130 - - [2026-01-19 02:17:17] "DELETE /project/3a2d00dbdad5414183942488da5dadc0 HTTP/1.1" 404 173 0.005735 10.0.0.130 - - [2026-01-19 02:17:17] "GET /projects?obj_uuids=c135d1da-bbcc-45ff-9c53-8836199b8da3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000845 10.0.0.130 - - [2026-01-19 02:17:17] "GET /project/c135d1da-bbcc-45ff-9c53-8836199b8da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.020822 10.0.0.130 - - [2026-01-19 02:17:17] "GET /projects?obj_uuids=c135d1da-bbcc-45ff-9c53-8836199b8da3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000874 10.0.0.130 - - [2026-01-19 02:17:17] "GET /project/c135d1da-bbcc-45ff-9c53-8836199b8da3?fields=security_groups HTTP/1.1" 200 1353 0.064636 10.0.0.130 - - [2026-01-19 02:17:18] "DELETE /security-group/37d66b74-373f-4243-9057-20026e2e58e7 HTTP/1.1" 200 115 0.036203 10.0.0.130 - - [2026-01-19 02:17:18] "GET /projects?obj_uuids=c135d1da-bbcc-45ff-9c53-8836199b8da3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001096 10.0.0.130 - - [2026-01-19 02:17:18] "DELETE /access-control-list/9a87da12-f8a2-488b-84dc-61960bb614cc HTTP/1.1" 200 115 0.035471 10.0.0.130 - - [2026-01-19 02:17:18] "GET /project/c135d1da-bbcc-45ff-9c53-8836199b8da3?fields=application_policy_sets HTTP/1.1" 200 1392 0.039989 10.0.0.130 - - [2026-01-19 02:17:18] "DELETE /access-control-list/dfd2e23c-44eb-4420-a2e1-d1dde2c79461 HTTP/1.1" 200 115 0.031817 10.0.0.130 - - [2026-01-19 02:17:18] "DELETE /project/c135d1da-bbcc-45ff-9c53-8836199b8da3 HTTP/1.1" 200 115 0.309778 10.0.0.130 - - [2026-01-19 02:17:18] "POST /neutron/port HTTP/1.1" 200 3061 0.019634 10.0.0.130 - - [2026-01-19 02:17:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007448 10.0.0.130 - - [2026-01-19 02:17:23] "GET /obj-perms HTTP/1.1" 200 5075 0.051123 10.0.0.130 - - [2026-01-19 02:17:23] "GET /obj-perms HTTP/1.1" 200 5075 0.048418 10.0.0.130 - - [2026-01-19 02:17:23] "POST /neutron/port HTTP/1.1" 200 3061 0.018775 10.0.0.130 - - [2026-01-19 02:17:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007174 10.0.0.130 - - [2026-01-19 02:17:24] "POST /neutron/port HTTP/1.1" 200 3061 0.018281 10.0.0.130 - - [2026-01-19 02:17:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004976 10.0.0.130 - - [2026-01-19 02:17:28] "POST /neutron/port HTTP/1.1" 200 3061 0.019386 10.0.0.130 - - [2026-01-19 02:17:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005740 10.0.0.130 - - [2026-01-19 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.130 - - [2026-01-19 02:17:34] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003033 10.0.0.130 - - [2026-01-19 02:17:34] "GET /virtual-networks?parent_id=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002981 10.0.0.130 - - [2026-01-19 02:17:34] "GET /virtual-network/eb0a78ef-5646-4147-becd-0ebe274026e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005318 10.0.0.130 - - [2026-01-19 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.130 - - [2026-01-19 02:17:34] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002881 10.0.0.130 - - [2026-01-19 02:17:34] "GET /virtual-networks?parent_id=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002668 10.0.0.130 - - [2026-01-19 02:17:34] "GET /virtual-network/4edf4927-25bc-4798-84c9-fc9693e5ef67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005109 10.0.0.130 - - [2026-01-19 02:17:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.002604 10.0.0.130 - - [2026-01-19 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.130 - - [2026-01-19 02:17:34] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.030378 10.0.0.130 - - [2026-01-19 02:17:34] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.055767 10.0.0.130 - - [2026-01-19 02:17:34] "POST /service-instances HTTP/1.1" 200 545 0.060355 10.0.0.130 - - [2026-01-19 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002613 10.0.0.130 - - [2026-01-19 02:17:35] "GET /service-instance/874fbc0c-8601-420c-900b-38690039a9db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005315 10.0.0.130 - - [2026-01-19 02:17:35] "POST /port-tuples HTTP/1.1" 200 588 0.022139 10.0.0.130 - - [2026-01-19 02:17:35] "GET /virtual-machine-interface/ba5e2e01-bdfb-42cd-96c3-9f57edf61104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.005478 10.0.0.130 - - [2026-01-19 02:17:35] "PUT /virtual-machine-interface/ba5e2e01-bdfb-42cd-96c3-9f57edf61104 HTTP/1.1" 200 285 0.012508 10.0.0.130 - - [2026-01-19 02:17:35] "POST /ref-update HTTP/1.1" 200 156 0.011616 10.0.0.130 - - [2026-01-19 02:17:35] "POST /instance-ips HTTP/1.1" 200 386 0.021645 10.0.0.130 - - [2026-01-19 02:17:35] "POST /ref-update HTTP/1.1" 200 156 0.009829 10.0.0.130 - - [2026-01-19 02:17:35] "GET /virtual-machine-interface/5abcda58-f75e-43ca-9780-46bb0864d1cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.005164 10.0.0.130 - - [2026-01-19 02:17:35] "POST /ref-update HTTP/1.1" 200 156 0.012583 10.0.0.130 - - [2026-01-19 02:17:35] "PUT /virtual-machine-interface/5abcda58-f75e-43ca-9780-46bb0864d1cb HTTP/1.1" 200 285 0.009795 10.0.0.130 - - [2026-01-19 02:17:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006276 10.0.0.130 - - [2026-01-19 02:17:35] "POST /ref-update HTTP/1.1" 200 156 0.010293 10.0.0.130 - - [2026-01-19 02:17:35] "GET /virtual-machine-interface/04ddbfc0-9b69-4c41-b7bc-aa11cdbfe521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2733 0.004871 10.0.0.130 - - [2026-01-19 02:17:35] "POST /instance-ips HTTP/1.1" 200 386 0.031262 10.0.0.130 - - [2026-01-19 02:17:35] "PUT /virtual-machine-interface/04ddbfc0-9b69-4c41-b7bc-aa11cdbfe521 HTTP/1.1" 200 285 0.010849 10.0.0.130 - - [2026-01-19 02:17:35] "POST /ref-update HTTP/1.1" 200 156 0.008686 10.0.0.130 - - [2026-01-19 02:17:35] "POST /ref-update HTTP/1.1" 200 156 0.008667 10.0.0.130 - - [2026-01-19 02:17:35] "POST /ref-update HTTP/1.1" 200 156 0.008257 10.0.0.130 - - [2026-01-19 02:17:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003021 10.0.0.130 - - [2026-01-19 02:17:35] "POST /neutron/port HTTP/1.1" 200 1123 0.010983 10.0.0.130 - - [2026-01-19 02:17:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005532 10.0.0.130 - - [2026-01-19 02:17:35] "POST /instance-ips HTTP/1.1" 200 374 0.021289 10.0.0.130 - - [2026-01-19 02:17:35] "POST /ref-update HTTP/1.1" 200 156 0.009556 10.0.0.130 - - [2026-01-19 02:17:35] "POST /neutron/port HTTP/1.1" 200 1123 0.018224 10.0.0.130 - - [2026-01-19 02:17:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006136 10.0.0.130 - - [2026-01-19 02:17:35] "POST /ref-update HTTP/1.1" 200 156 0.009227 10.0.0.130 - - [2026-01-19 02:17:35] "POST /neutron/port HTTP/1.1" 200 1123 0.010446 10.0.0.130 - - [2026-01-19 02:17:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005718 10.0.0.130 - - [2026-01-19 02:17:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002312 10.0.0.130 - - [2026-01-19 02:17:35] "GET /virtual-machine/17458e51-227b-44c6-9642-2befefcf226e HTTP/1.1" 200 1292 0.007532 10.0.0.130 - - [2026-01-19 02:17:35] "GET /virtual-machine-interface/e4a9086e-5f42-4194-b592-88f973d26db5 HTTP/1.1" 200 2954 0.005373 10.0.0.130 - - [2026-01-19 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.130 - - [2026-01-19 02:17:35] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003762 10.0.0.130 - - [2026-01-19 02:17:35] "POST /instance-ips HTTP/1.1" 200 374 0.021243 10.0.0.130 - - [2026-01-19 02:17:36] "GET /virtual-networks?parent_id=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002831 10.0.0.130 - - [2026-01-19 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.009492 10.0.0.130 - - [2026-01-19 02:17:36] "GET /virtual-network/eb0a78ef-5646-4147-becd-0ebe274026e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005662 10.0.0.130 - - [2026-01-19 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.009258 10.0.0.130 - - [2026-01-19 02:17:36] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003398 10.0.0.130 - - [2026-01-19 02:17:36] "POST /instance-ips HTTP/1.1" 200 376 0.015433 10.0.0.130 - - [2026-01-19 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.009263 10.0.0.130 - - [2026-01-19 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.011161 10.0.0.130 - - [2026-01-19 02:17:36] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003749 10.0.0.130 - - [2026-01-19 02:17:36] "POST /instance-ips HTTP/1.1" 200 376 0.016034 10.0.0.130 - - [2026-01-19 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.009853 10.0.0.130 - - [2026-01-19 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.008286 10.0.0.130 - - [2026-01-19 02:17:36] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002707 10.0.0.130 - - [2026-01-19 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.130 - - [2026-01-19 02:17:37] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003500 10.0.0.130 - - [2026-01-19 02:17:37] "GET /virtual-networks?parent_id=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.006477 10.0.0.130 - - [2026-01-19 02:17:37] "GET /virtual-network/eb0a78ef-5646-4147-becd-0ebe274026e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005538 10.0.0.130 - - [2026-01-19 02:17:37] "POST /neutron/port HTTP/1.1" 200 1121 0.013128 10.0.0.130 - - [2026-01-19 02:17:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006705 10.0.0.130 - - [2026-01-19 02:17:37] "POST /neutron/port HTTP/1.1" 200 1121 0.012015 10.0.0.130 - - [2026-01-19 02:17:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006508 10.0.0.130 - - [2026-01-19 02:17:37] "POST /neutron/port HTTP/1.1" 200 1121 0.013646 10.0.0.130 - - [2026-01-19 02:17:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006654 10.0.0.130 - - [2026-01-19 02:17:37] "GET /virtual-machine/2be9e141-1142-4c9c-aa36-c1a7afccafd7 HTTP/1.1" 200 1292 0.003816 10.0.0.130 - - [2026-01-19 02:17:37] "GET /virtual-machine-interface/ebc2fae0-d986-4f4f-a0c5-387dc6475c38 HTTP/1.1" 200 2957 0.005165 10.0.0.130 - - [2026-01-19 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.130 - - [2026-01-19 02:17:37] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002769 10.0.0.130 - - [2026-01-19 02:17:37] "GET /virtual-networks?parent_id=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002671 10.0.0.130 - - [2026-01-19 02:17:37] "GET /virtual-network/4edf4927-25bc-4798-84c9-fc9693e5ef67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006612 10.0.0.130 - - [2026-01-19 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002546 10.0.0.130 - - [2026-01-19 02:17:39] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003551 10.0.0.130 - - [2026-01-19 02:17:39] "GET /virtual-networks?parent_id=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003025 10.0.0.130 - - [2026-01-19 02:17:39] "GET /virtual-network/4edf4927-25bc-4798-84c9-fc9693e5ef67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005078 10.0.0.130 - - [2026-01-19 02:17:39] "POST /fqname-to-id HTTP/1.1" 404 211 0.002557 10.0.0.130 - - [2026-01-19 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002393 10.0.0.130 - - [2026-01-19 02:17:39] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001338 10.0.0.130 - - [2026-01-19 02:17:39] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.029901 10.0.0.130 - - [2026-01-19 02:17:39] "POST /network-policys HTTP/1.1" 200 549 0.019359 10.0.0.130 - - [2026-01-19 02:17:39] "GET /network-policy/58cf5d14-401f-4a06-add1-a7f7c076550e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004578 10.0.0.130 - - [2026-01-19 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.130 - - [2026-01-19 02:17:39] "GET /virtual-network/eb0a78ef-5646-4147-becd-0ebe274026e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005406 10.0.0.130 - - [2026-01-19 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.130 - - [2026-01-19 02:17:39] "GET /network-policy/58cf5d14-401f-4a06-add1-a7f7c076550e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004194 10.0.0.130 - - [2026-01-19 02:17:39] "POST /ref-update HTTP/1.1" 200 156 0.032349 10.0.0.130 - - [2026-01-19 02:17:39] "POST /fqname-to-id HTTP/1.1" 404 242 0.035837 10.0.0.130 - - [2026-01-19 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.130 - - [2026-01-19 02:17:39] "POST /access-control-lists HTTP/1.1" 200 603 0.065565 10.0.0.130 - - [2026-01-19 02:17:39] "GET /network-policy/58cf5d14-401f-4a06-add1-a7f7c076550e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003242 10.0.0.130 - - [2026-01-19 02:17:39] "POST /neutron/network HTTP/1.1" 200 921 0.006457 10.0.0.130 - - [2026-01-19 02:17:39] "GET /virtual-network/eb0a78ef-5646-4147-becd-0ebe274026e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004245 10.0.0.130 - - [2026-01-19 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.130 - - [2026-01-19 02:17:40] "GET /network-policy/58cf5d14-401f-4a06-add1-a7f7c076550e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003172 10.0.0.130 - - [2026-01-19 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002665 10.0.0.130 - - [2026-01-19 02:17:40] "GET /virtual-network/4edf4927-25bc-4798-84c9-fc9693e5ef67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005547 10.0.0.130 - - [2026-01-19 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.130 - - [2026-01-19 02:17:40] "GET /network-policy/58cf5d14-401f-4a06-add1-a7f7c076550e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.006751 10.0.0.130 - - [2026-01-19 02:17:40] "POST /ref-update HTTP/1.1" 200 156 0.022854 10.0.0.130 - - [2026-01-19 02:17:40] "PUT /access-control-list/3f80e1aa-e850-42b5-9ba8-ce3dfe4214ae HTTP/1.1" 200 273 0.010999 10.0.0.130 - - [2026-01-19 02:17:40] "POST /fqname-to-id HTTP/1.1" 404 244 0.002657 10.0.0.130 - - [2026-01-19 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002526 10.0.0.130 - - [2026-01-19 02:17:40] "GET /network-policy/58cf5d14-401f-4a06-add1-a7f7c076550e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.020984 10.0.0.130 - - [2026-01-19 02:17:40] "POST /access-control-lists HTTP/1.1" 200 606 0.061449 10.0.0.130 - - [2026-01-19 02:17:40] "POST /neutron/network HTTP/1.1" 200 921 0.008383 10.0.0.130 - - [2026-01-19 02:17:40] "POST /routing-instances HTTP/1.1" 200 761 0.024284 10.0.0.130 - - [2026-01-19 02:17:40] "GET /virtual-network/4edf4927-25bc-4798-84c9-fc9693e5ef67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005176 10.0.0.130 - - [2026-01-19 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.130 - - [2026-01-19 02:17:40] "POST /route-targets HTTP/1.1" 200 328 0.009450 10.0.0.130 - - [2026-01-19 02:17:40] "GET /network-policy/58cf5d14-401f-4a06-add1-a7f7c076550e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004434 10.0.0.130 - - [2026-01-19 02:17:40] "POST /ref-update HTTP/1.1" 200 156 0.011035 10.0.0.130 - - [2026-01-19 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.130 - - [2026-01-19 02:17:40] "GET /routing-instance/6822e51d-bf54-49b8-bfeb-a11102b76203?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.004794 10.0.0.130 - - [2026-01-19 02:17:40] "GET /service-template/83bb3f74-38b3-48b6-8135-4dfbc58ce8ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003095 10.0.0.130 - - [2026-01-19 02:17:40] "GET /routing-instance/6822e51d-bf54-49b8-bfeb-a11102b76203?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.003938 10.0.0.130 - - [2026-01-19 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.130 - - [2026-01-19 02:17:40] "POST /ref-update HTTP/1.1" 200 156 0.009184 10.0.0.130 - - [2026-01-19 02:17:40] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000921 10.0.0.130 - - [2026-01-19 02:17:40] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.024348 10.0.0.130 - - [2026-01-19 02:17:40] "POST /routing-instances HTTP/1.1" 200 762 0.018501 10.0.0.130 - - [2026-01-19 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.130 - - [2026-01-19 02:17:40] "POST /route-targets HTTP/1.1" 200 328 0.011782 10.0.0.130 - - [2026-01-19 02:17:40] "GET /service-instance/874fbc0c-8601-420c-900b-38690039a9db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.005955 10.0.0.130 - - [2026-01-19 02:17:40] "POST /ref-update HTTP/1.1" 200 156 0.009538 10.0.0.130 - - [2026-01-19 02:17:40] "GET /domains HTTP/1.1" 200 281 0.002519 10.0.0.130 - - [2026-01-19 02:17:40] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.130 - - [2026-01-19 02:17:40] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2782 0.006953 10.0.0.130 - - [2026-01-19 02:17:40] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000878 10.0.0.130 - - [2026-01-19 02:17:41] "GET /routing-instance/2b6e5b8e-cdda-44e0-a5be-6c4464700889?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.004907 10.0.0.130 - - [2026-01-19 02:17:41] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0 HTTP/1.1" 200 4257 0.070624 10.0.0.130 - - [2026-01-19 02:17:41] "GET /routing-instance/2b6e5b8e-cdda-44e0-a5be-6c4464700889?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.004389 10.0.0.130 - - [2026-01-19 02:17:41] "GET /service-instance/874fbc0c-8601-420c-900b-38690039a9db HTTP/1.1" 200 3793 0.003920 10.0.0.130 - - [2026-01-19 02:17:41] "GET /domains HTTP/1.1" 200 281 0.002494 10.0.0.130 - - [2026-01-19 02:17:41] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.130 - - [2026-01-19 02:17:41] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2782 0.006833 10.0.0.130 - - [2026-01-19 02:17:41] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000922 10.0.0.130 - - [2026-01-19 02:17:41] "PUT /routing-instance/6822e51d-bf54-49b8-bfeb-a11102b76203 HTTP/1.1" 200 267 0.010049 10.0.0.130 - - [2026-01-19 02:17:41] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0 HTTP/1.1" 200 4257 0.067657 10.0.0.130 - - [2026-01-19 02:17:41] "GET /service-instance/874fbc0c-8601-420c-900b-38690039a9db HTTP/1.1" 200 3793 0.004123 10.0.0.130 - - [2026-01-19 02:17:41] "GET /port-tuple/340fc123-71f0-4f95-bdee-294bfa8844f0 HTTP/1.1" 200 1984 0.003218 10.0.0.130 - - [2026-01-19 02:17:41] "PUT /routing-instance/2b6e5b8e-cdda-44e0-a5be-6c4464700889 HTTP/1.1" 200 267 0.014907 10.0.0.130 - - [2026-01-19 02:17:41] "GET /virtual-machine-interface/04ddbfc0-9b69-4c41-b7bc-aa11cdbfe521 HTTP/1.1" 200 3813 0.009745 10.0.0.130 - - [2026-01-19 02:17:41] "GET /virtual-machine-interface/5abcda58-f75e-43ca-9780-46bb0864d1cb HTTP/1.1" 200 3808 0.006621 10.0.0.130 - - [2026-01-19 02:17:41] "GET /virtual-machine-interface/ba5e2e01-bdfb-42cd-96c3-9f57edf61104 HTTP/1.1" 200 3827 0.005309 10.0.0.130 - - [2026-01-19 02:17:41] "POST /ref-update HTTP/1.1" 200 156 0.008711 10.0.0.130 - - [2026-01-19 02:17:41] "PUT /access-control-list/9f4c5dec-9a94-41d8-ada6-ede9b0c4c994 HTTP/1.1" 200 273 0.011361 10.0.0.130 - - [2026-01-19 02:17:41] "POST /neutron/port HTTP/1.1" 200 3832 0.044675 10.0.0.130 - - [2026-01-19 02:17:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005392 10.0.0.130 - - [2026-01-19 02:17:41] "POST /neutron/port HTTP/1.1" 200 3832 0.025139 10.0.0.130 - - [2026-01-19 02:17:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005070 10.0.0.130 - - [2026-01-19 02:17:41] "POST /neutron/port HTTP/1.1" 200 3832 0.030425 10.0.0.130 - - [2026-01-19 02:17:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006579 10.0.0.130 - - [2026-01-19 02:17:41] "POST /neutron/port HTTP/1.1" 200 3832 0.029908 10.0.0.130 - - [2026-01-19 02:17:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006659 10.0.0.130 - - [2026-01-19 02:17:41] "POST /neutron/network HTTP/1.1" 200 895 0.010260 10.0.0.130 - - [2026-01-19 02:17:41] "POST /neutron/network HTTP/1.1" 200 921 0.004525 10.0.0.130 - - [2026-01-19 02:17:41] "POST /neutron/network HTTP/1.1" 200 806 0.010147 10.0.0.130 - - [2026-01-19 02:17:41] "POST /neutron/network HTTP/1.1" 200 832 0.004596 10.0.0.130 - - [2026-01-19 02:17:41] "POST /neutron/network HTTP/1.1" 200 895 0.010562 10.0.0.130 - - [2026-01-19 02:17:41] "POST /neutron/network HTTP/1.1" 200 921 0.004933 10.0.0.130 - - [2026-01-19 02:17:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001172 10.0.0.130 - - [2026-01-19 02:17:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001148 10.0.0.130 - - [2026-01-19 02:17:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001410 10.0.0.130 - - [2026-01-19 02:17:41] "GET /virtual-machine/a170171e-5bc5-46d4-b53e-8b418eaafe0d HTTP/1.1" 200 1807 0.003673 10.0.0.130 - - [2026-01-19 02:17:41] "GET /virtual-machine-interface/04ddbfc0-9b69-4c41-b7bc-aa11cdbfe521 HTTP/1.1" 200 3813 0.004905 10.0.0.130 - - [2026-01-19 02:17:41] "GET /virtual-machine-interface/5abcda58-f75e-43ca-9780-46bb0864d1cb HTTP/1.1" 200 3808 0.004933 10.0.0.130 - - [2026-01-19 02:17:41] "GET /virtual-machine-interface/ba5e2e01-bdfb-42cd-96c3-9f57edf61104 HTTP/1.1" 200 3827 0.004481 10.0.0.130 - - [2026-01-19 02:17:41] "GET /instance-ip/4a7e5cd9-499d-4a9f-8271-e7c321a92a97 HTTP/1.1" 200 1963 0.003012 10.0.0.130 - - [2026-01-19 02:17:41] "GET /instance-ip/90ca971f-9205-49d0-b4e3-be05da1cd96b HTTP/1.1" 200 1625 0.004200 10.0.0.130 - - [2026-01-19 02:17:41] "GET /instance-ip/9f34a0c2-9896-4fd6-8d8e-7c7d468ea446 HTTP/1.1" 200 1963 0.003040 10.0.0.130 - - [2026-01-19 02:17:41] "GET /instance-ip/976ecc5b-7e4c-4952-83a3-f3d5dd38ee0d HTTP/1.1" 200 1625 0.003831 10.0.0.130 - - [2026-01-19 02:17:41] "GET /instance-ip/cead5196-6900-4f56-b8be-986512c6505f HTTP/1.1" 200 1961 0.002924 10.0.0.130 - - [2026-01-19 02:17:41] "GET /instance-ip/fd428840-f270-4c9b-a2b4-a66b0b7c7fbd HTTP/1.1" 200 1959 0.002964 10.0.0.130 - - [2026-01-19 02:17:41] "GET /instance-ip/862608fa-a254-43a9-849d-805e7a740004 HTTP/1.1" 200 1983 0.003069 10.0.0.130 - - [2026-01-19 02:17:41] "GET /instance-ip/a8875801-6722-4c04-912e-dd3cdbc297a3 HTTP/1.1" 200 1983 0.002771 10.0.0.130 - - [2026-01-19 02:17:41] "GET /instance-ip/ecc0f2bf-4fa4-4c4d-937a-f5def4d02ba5 HTTP/1.1" 200 1625 0.003756 10.0.0.130 - - [2026-01-19 02:17:41] "POST /neutron/port HTTP/1.1" 200 3832 0.027287 10.0.0.130 - - [2026-01-19 02:17:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006015 10.0.0.130 - - [2026-01-19 02:17:42] "POST /neutron/port HTTP/1.1" 200 3832 0.027252 10.0.0.130 - - [2026-01-19 02:17:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005470 10.0.0.130 - - [2026-01-19 02:17:42] "POST /neutron/port HTTP/1.1" 200 3832 0.026816 10.0.0.130 - - [2026-01-19 02:17:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005727 10.0.0.130 - - [2026-01-19 02:17:42] "POST /neutron/port HTTP/1.1" 200 3832 0.048363 10.0.0.130 - - [2026-01-19 02:17:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005550 10.0.0.130 - - [2026-01-19 02:17:42] "GET /virtual-machine/a170171e-5bc5-46d4-b53e-8b418eaafe0d HTTP/1.1" 200 1807 0.003641 10.0.0.130 - - [2026-01-19 02:17:42] "GET /virtual-machine-interface/04ddbfc0-9b69-4c41-b7bc-aa11cdbfe521 HTTP/1.1" 200 3813 0.004442 10.0.0.130 - - [2026-01-19 02:17:42] "GET /virtual-machine-interface/5abcda58-f75e-43ca-9780-46bb0864d1cb HTTP/1.1" 200 3808 0.004292 10.0.0.130 - - [2026-01-19 02:17:42] "GET /virtual-machine-interface/ba5e2e01-bdfb-42cd-96c3-9f57edf61104 HTTP/1.1" 200 3827 0.004188 10.0.0.130 - - [2026-01-19 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002410 10.0.0.130 - - [2026-01-19 02:17:42] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003165 10.0.0.130 - - [2026-01-19 02:17:42] "GET /virtual-networks?parent_id=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003033 10.0.0.130 - - [2026-01-19 02:17:42] "GET /virtual-network/eb0a78ef-5646-4147-becd-0ebe274026e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005071 10.0.0.130 - - [2026-01-19 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002607 10.0.0.130 - - [2026-01-19 02:17:43] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003278 10.0.0.130 - - [2026-01-19 02:17:43] "GET /virtual-networks?parent_id=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003433 10.0.0.130 - - [2026-01-19 02:17:43] "GET /virtual-network/eb0a78ef-5646-4147-becd-0ebe274026e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005165 10.0.0.130 - - [2026-01-19 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.130 - - [2026-01-19 02:17:43] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004113 10.0.0.130 - - [2026-01-19 02:17:43] "GET /virtual-networks?parent_id=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003662 10.0.0.130 - - [2026-01-19 02:17:43] "GET /virtual-network/eb0a78ef-5646-4147-becd-0ebe274026e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004692 10.0.0.130 - - [2026-01-19 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.130 - - [2026-01-19 02:17:44] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003680 10.0.0.130 - - [2026-01-19 02:17:44] "GET /virtual-networks?parent_id=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002828 10.0.0.130 - - [2026-01-19 02:17:44] "GET /virtual-network/eb0a78ef-5646-4147-becd-0ebe274026e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004559 10.0.0.130 - - [2026-01-19 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.130 - - [2026-01-19 02:17:44] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003154 10.0.0.130 - - [2026-01-19 02:17:44] "GET /virtual-networks?parent_id=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002912 10.0.0.130 - - [2026-01-19 02:17:44] "GET /virtual-network/eb0a78ef-5646-4147-becd-0ebe274026e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004752 10.0.0.130 - - [2026-01-19 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.130 - - [2026-01-19 02:17:44] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003522 10.0.0.130 - - [2026-01-19 02:17:44] "GET /virtual-networks?parent_id=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002527 10.0.0.130 - - [2026-01-19 02:17:44] "GET /virtual-network/bec04667-3e7c-4913-ba9d-548733a5dca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004482 10.0.0.130 - - [2026-01-19 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002498 10.0.0.130 - - [2026-01-19 02:17:44] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002984 10.0.0.130 - - [2026-01-19 02:17:44] "GET /virtual-networks?parent_id=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002582 10.0.0.130 - - [2026-01-19 02:17:44] "GET /virtual-network/bec04667-3e7c-4913-ba9d-548733a5dca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005289 10.0.0.130 - - [2026-01-19 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.130 - - [2026-01-19 02:17:44] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003269 10.0.0.130 - - [2026-01-19 02:17:44] "GET /virtual-networks?parent_id=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003481 10.0.0.130 - - [2026-01-19 02:17:44] "GET /virtual-network/bec04667-3e7c-4913-ba9d-548733a5dca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005088 10.0.0.130 - - [2026-01-19 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.130 - - [2026-01-19 02:17:45] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003307 10.0.0.130 - - [2026-01-19 02:17:45] "GET /virtual-networks?parent_id=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002922 10.0.0.130 - - [2026-01-19 02:17:45] "GET /virtual-network/bec04667-3e7c-4913-ba9d-548733a5dca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004990 10.0.0.130 - - [2026-01-19 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002605 10.0.0.130 - - [2026-01-19 02:17:45] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003377 10.0.0.130 - - [2026-01-19 02:17:45] "GET /virtual-networks?parent_id=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003030 10.0.0.130 - - [2026-01-19 02:17:45] "GET /virtual-network/4edf4927-25bc-4798-84c9-fc9693e5ef67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005260 10.0.0.130 - - [2026-01-19 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.130 - - [2026-01-19 02:17:45] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003137 10.0.0.130 - - [2026-01-19 02:17:45] "GET /virtual-networks?parent_id=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003094 10.0.0.130 - - [2026-01-19 02:17:45] "GET /virtual-network/4edf4927-25bc-4798-84c9-fc9693e5ef67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005656 10.0.0.130 - - [2026-01-19 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.130 - - [2026-01-19 02:17:45] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003658 10.0.0.130 - - [2026-01-19 02:17:45] "GET /virtual-networks?parent_id=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003435 10.0.0.130 - - [2026-01-19 02:17:45] "GET /virtual-network/4edf4927-25bc-4798-84c9-fc9693e5ef67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004972 10.0.0.130 - - [2026-01-19 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.130 - - [2026-01-19 02:17:45] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003873 10.0.0.130 - - [2026-01-19 02:17:46] "GET /virtual-networks?parent_id=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002588 10.0.0.130 - - [2026-01-19 02:17:46] "GET /virtual-network/4edf4927-25bc-4798-84c9-fc9693e5ef67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004896 10.0.0.130 - - [2026-01-19 02:17:46] "GET /virtual-machine/a170171e-5bc5-46d4-b53e-8b418eaafe0d HTTP/1.1" 200 1807 0.004387 10.0.0.130 - - [2026-01-19 02:17:46] "GET /domains HTTP/1.1" 200 281 0.002240 10.0.0.130 - - [2026-01-19 02:17:46] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001126 10.0.0.130 - - [2026-01-19 02:17:46] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2782 0.006010 10.0.0.130 - - [2026-01-19 02:17:46] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001000 10.0.0.130 - - [2026-01-19 02:17:46] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0 HTTP/1.1" 200 4257 0.062621 10.0.0.130 - - [2026-01-19 02:17:46] "GET /service-instance/874fbc0c-8601-420c-900b-38690039a9db HTTP/1.1" 200 3793 0.003256 10.0.0.130 - - [2026-01-19 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002199 10.0.0.130 - - [2026-01-19 02:17:46] "GET /routing-instance/fce67f84-9ce6-4fd5-bcbf-09c4f5d09026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003217 10.0.0.130 - - [2026-01-19 02:17:46] "GET /routing-instance/fce67f84-9ce6-4fd5-bcbf-09c4f5d09026?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2025 0.005752 10.0.0.130 - - [2026-01-19 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.130 - - [2026-01-19 02:17:46] "GET /routing-instance/493b6ab2-715c-4718-ba1d-99d9ec4f6dcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1896 0.003964 10.0.0.130 - - [2026-01-19 02:17:46] "GET /routing-instance/493b6ab2-715c-4718-ba1d-99d9ec4f6dcd?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2027 0.004707 10.0.0.130 - - [2026-01-19 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.130 - - [2026-01-19 02:17:46] "GET /virtual-network/eb0a78ef-5646-4147-becd-0ebe274026e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006078 10.0.0.130 - - [2026-01-19 02:17:46] "GET /virtual-network/eb0a78ef-5646-4147-becd-0ebe274026e5?fields=routing_instances HTTP/1.1" 200 1688 0.007302 10.0.0.130 - - [2026-01-19 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.130 - - [2026-01-19 02:17:46] "GET /virtual-network/4edf4927-25bc-4798-84c9-fc9693e5ef67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005740 10.0.0.130 - - [2026-01-19 02:17:46] "GET /virtual-network/4edf4927-25bc-4798-84c9-fc9693e5ef67?fields=routing_instances HTTP/1.1" 200 1691 0.007616 10.0.0.130 - - [2026-01-19 02:17:50] "POST /ref-update HTTP/1.1" 200 156 0.028729 10.0.0.130 - - [2026-01-19 02:17:50] "DELETE /access-control-list/9f4c5dec-9a94-41d8-ada6-ede9b0c4c994 HTTP/1.1" 200 115 0.026493 10.0.0.130 - - [2026-01-19 02:17:50] "POST /neutron/network HTTP/1.1" 200 833 0.013338 10.0.0.130 - - [2026-01-19 02:17:50] "GET /virtual-network/4edf4927-25bc-4798-84c9-fc9693e5ef67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005211 10.0.0.130 - - [2026-01-19 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.130 - - [2026-01-19 02:17:50] "DELETE /routing-instance/6822e51d-bf54-49b8-bfeb-a11102b76203 HTTP/1.1" 200 115 0.023813 10.0.0.130 - - [2026-01-19 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006932 10.0.0.130 - - [2026-01-19 02:17:50] "GET /network-policy/58cf5d14-401f-4a06-add1-a7f7c076550e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003655 10.0.0.130 - - [2026-01-19 02:17:51] "DELETE /route-target/79f86a83-eda3-4f9e-b334-cb1d4043d174 HTTP/1.1" 200 115 0.020911 10.0.0.130 - - [2026-01-19 02:17:51] "POST /ref-update HTTP/1.1" 200 156 0.039696 10.0.0.130 - - [2026-01-19 02:17:51] "DELETE /routing-instance/2b6e5b8e-cdda-44e0-a5be-6c4464700889 HTTP/1.1" 200 115 0.044509 10.0.0.130 - - [2026-01-19 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.130 - - [2026-01-19 02:17:51] "POST /neutron/network HTTP/1.1" 200 833 0.010508 10.0.0.130 - - [2026-01-19 02:17:51] "GET /virtual-network/eb0a78ef-5646-4147-becd-0ebe274026e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005684 10.0.0.130 - - [2026-01-19 02:17:51] "DELETE /route-target/bbdd7165-8056-41d4-bf5b-9b4326128894 HTTP/1.1" 200 115 0.015200 10.0.0.130 - - [2026-01-19 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.130 - - [2026-01-19 02:17:51] "DELETE /access-control-list/3f80e1aa-e850-42b5-9ba8-ce3dfe4214ae HTTP/1.1" 200 115 0.027727 10.0.0.130 - - [2026-01-19 02:17:51] "GET /network-policy/58cf5d14-401f-4a06-add1-a7f7c076550e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003791 10.0.0.130 - - [2026-01-19 02:17:51] "DELETE /network-policy/58cf5d14-401f-4a06-add1-a7f7c076550e HTTP/1.1" 200 115 0.021133 10.0.0.130 - - [2026-01-19 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.130 - - [2026-01-19 02:17:51] "DELETE /service-instance/874fbc0c-8601-420c-900b-38690039a9db HTTP/1.1" 200 115 0.044302 10.0.0.130 - - [2026-01-19 02:17:51] "GET /domains HTTP/1.1" 200 281 0.001890 10.0.0.130 - - [2026-01-19 02:17:51] "POST /ref-update HTTP/1.1" 200 156 0.011506 10.0.0.130 - - [2026-01-19 02:17:51] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000948 10.0.0.130 - - [2026-01-19 02:17:51] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2782 0.007146 10.0.0.130 - - [2026-01-19 02:17:51] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000905 10.0.0.130 - - [2026-01-19 02:17:51] "DELETE /instance-ip/862608fa-a254-43a9-849d-805e7a740004 HTTP/1.1" 200 115 0.035575 10.0.0.130 - - [2026-01-19 02:17:51] "POST /ref-update HTTP/1.1" 200 156 0.009185 10.0.0.130 - - [2026-01-19 02:17:51] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0 HTTP/1.1" 200 3781 0.070025 10.0.0.130 - - [2026-01-19 02:17:51] "GET /virtual-machine/a170171e-5bc5-46d4-b53e-8b418eaafe0d HTTP/1.1" 200 1807 0.004000 10.0.0.130 - - [2026-01-19 02:17:51] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001686 10.0.0.130 - - [2026-01-19 02:17:51] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001314 10.0.0.130 - - [2026-01-19 02:17:51] "DELETE /instance-ip/fd428840-f270-4c9b-a2b4-a66b0b7c7fbd HTTP/1.1" 200 115 0.025238 10.0.0.130 - - [2026-01-19 02:17:51] "POST /ref-update HTTP/1.1" 200 156 0.008115 10.0.0.130 - - [2026-01-19 02:17:51] "DELETE /instance-ip/9f34a0c2-9896-4fd6-8d8e-7c7d468ea446 HTTP/1.1" 200 115 0.019935 10.0.0.130 - - [2026-01-19 02:17:51] "POST /ref-update HTTP/1.1" 200 156 0.008643 10.0.0.130 - - [2026-01-19 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.130 - - [2026-01-19 02:17:51] "DELETE /service-template/83bb3f74-38b3-48b6-8135-4dfbc58ce8ec HTTP/1.1" 200 115 0.020918 10.0.0.130 - - [2026-01-19 02:17:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.002524 10.0.0.130 - - [2026-01-19 02:17:51] "DELETE /instance-ip/cead5196-6900-4f56-b8be-986512c6505f HTTP/1.1" 200 115 0.021964 10.0.0.130 - - [2026-01-19 02:17:51] "POST /ref-update HTTP/1.1" 200 156 0.010751 10.0.0.130 - - [2026-01-19 02:17:51] "DELETE /instance-ip/a8875801-6722-4c04-912e-dd3cdbc297a3 HTTP/1.1" 200 115 0.016969 10.0.0.130 - - [2026-01-19 02:17:51] "POST /ref-update HTTP/1.1" 200 156 0.009178 10.0.0.130 - - [2026-01-19 02:17:51] "DELETE /instance-ip/4a7e5cd9-499d-4a9f-8271-e7c321a92a97 HTTP/1.1" 200 115 0.029432 10.0.0.130 - - [2026-01-19 02:17:51] "POST /neutron/network HTTP/1.1" 200 833 0.006857 10.0.0.130 - - [2026-01-19 02:17:51] "POST /neutron/network HTTP/1.1" 400 204 0.017904 10.0.0.130 - - [2026-01-19 02:17:52] "POST /neutron/port HTTP/1.1" 200 1121 0.012429 10.0.0.130 - - [2026-01-19 02:17:52] "POST /neutron/port HTTP/1.1" 200 1111 0.010697 10.0.0.130 - - [2026-01-19 02:17:52] "POST /neutron/port HTTP/1.1" 200 1123 0.013155 10.0.0.130 - - [2026-01-19 02:17:52] "POST /neutron/port HTTP/1.1" 200 1113 0.013350 10.0.0.130 - - [2026-01-19 02:17:52] "POST /neutron/port HTTP/1.1" 200 151 0.115132 10.0.0.130 - - [2026-01-19 02:17:52] "POST /neutron/port HTTP/1.1" 200 151 0.100002 10.0.0.130 - - [2026-01-19 02:17:52] "POST /neutron/port HTTP/1.1" 200 3061 0.018354 10.0.0.130 - - [2026-01-19 02:17:52] "POST /neutron/port HTTP/1.1" 200 1111 0.009058 10.0.0.130 - - [2026-01-19 02:17:52] "POST /neutron/port HTTP/1.1" 200 151 0.096396 10.0.0.130 - - [2026-01-19 02:17:52] "POST /neutron/port HTTP/1.1" 200 1112 0.012049 10.0.0.130 - - [2026-01-19 02:17:52] "POST /neutron/port HTTP/1.1" 200 151 0.085064 10.0.0.130 - - [2026-01-19 02:17:52] "POST /neutron/port HTTP/1.1" 200 1113 0.008469 10.0.0.130 - - [2026-01-19 02:17:52] "POST /neutron/port HTTP/1.1" 200 151 0.081268 10.0.0.130 - - [2026-01-19 02:17:53] "POST /neutron/network HTTP/1.1" 200 833 0.006367 10.0.0.130 - - [2026-01-19 02:17:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003252 10.0.0.130 - - [2026-01-19 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.130 - - [2026-01-19 02:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002228 10.0.0.130 - - [2026-01-19 02:17:54] "POST /neutron/network HTTP/1.1" 200 151 0.063032 10.0.0.130 - - [2026-01-19 02:17:54] "DELETE /route-target/0fa1b016-2034-4c52-baea-d364215427ff HTTP/1.1" 200 115 0.014691 10.0.0.130 - - [2026-01-19 02:17:54] "GET /routing-instance/493b6ab2-715c-4718-ba1d-99d9ec4f6dcd HTTP/1.1" 404 171 0.002986 10.0.0.130 - - [2026-01-19 02:17:54] "GET /domains HTTP/1.1" 200 281 0.001955 10.0.0.130 - - [2026-01-19 02:17:54] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000798 10.0.0.130 - - [2026-01-19 02:17:54] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2581 0.048746 10.0.0.130 - - [2026-01-19 02:17:54] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000895 10.0.0.130 - - [2026-01-19 02:17:54] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0 HTTP/1.1" 200 2314 0.062347 10.0.0.130 - - [2026-01-19 02:17:54] "POST /neutron/network HTTP/1.1" 200 833 0.004975 10.0.0.130 - - [2026-01-19 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.130 - - [2026-01-19 02:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002625 10.0.0.130 - - [2026-01-19 02:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001442 10.0.0.130 - - [2026-01-19 02:17:54] "POST /neutron/network HTTP/1.1" 200 151 0.066816 10.0.0.130 - - [2026-01-19 02:17:54] "DELETE /route-target/a339deb8-c70f-448d-a698-12cfb95f6ded HTTP/1.1" 200 115 0.016082 10.0.0.130 - - [2026-01-19 02:17:54] "GET /routing-instance/fce67f84-9ce6-4fd5-bcbf-09c4f5d09026 HTTP/1.1" 404 171 0.003297 10.0.0.130 - - [2026-01-19 02:17:54] "GET /domains HTTP/1.1" 200 281 0.001710 10.0.0.130 - - [2026-01-19 02:17:54] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000851 10.0.0.130 - - [2026-01-19 02:17:54] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2581 0.049006 10.0.0.130 - - [2026-01-19 02:17:54] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001427 10.0.0.130 - - [2026-01-19 02:17:54] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0 HTTP/1.1" 200 2095 0.062873 10.0.0.130 - - [2026-01-19 02:17:54] "POST /neutron/network HTTP/1.1" 200 832 0.004965 10.0.0.130 - - [2026-01-19 02:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002858 10.0.0.130 - - [2026-01-19 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.130 - - [2026-01-19 02:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001431 10.0.0.130 - - [2026-01-19 02:17:54] "POST /neutron/network HTTP/1.1" 200 151 0.067685 10.0.0.130 - - [2026-01-19 02:17:54] "DELETE /route-target/eada4394-cb1a-4fb0-9704-54c94ecc830b HTTP/1.1" 200 115 0.013697 10.0.0.130 - - [2026-01-19 02:17:54] "GET /routing-instance/ac0cf74e-9a63-4a7b-8d21-84718642cee5 HTTP/1.1" 404 171 0.003257 10.0.0.130 - - [2026-01-19 02:17:54] "GET /domains HTTP/1.1" 200 281 0.001979 10.0.0.130 - - [2026-01-19 02:17:54] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000844 10.0.0.130 - - [2026-01-19 02:17:54] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2581 0.048559 10.0.0.130 - - [2026-01-19 02:17:54] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001368 10.0.0.130 - - [2026-01-19 02:17:54] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0 HTTP/1.1" 200 1854 0.064123 10.0.0.130 - - [2026-01-19 02:17:54] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000945 10.0.0.130 - - [2026-01-19 02:17:54] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047730 10.0.0.130 - - [2026-01-19 02:17:54] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000890 10.0.0.130 - - [2026-01-19 02:17:55] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0?fields=virtual_networks HTTP/1.1" 200 1039 0.062957 10.0.0.130 - - [2026-01-19 02:17:55] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000938 10.0.0.130 - - [2026-01-19 02:17:55] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.021006 10.0.0.130 - - [2026-01-19 02:17:55] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000934 10.0.0.130 - - [2026-01-19 02:17:55] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0?fields=security_groups HTTP/1.1" 200 1264 0.021482 10.0.0.130 - - [2026-01-19 02:17:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.026971 10.0.0.130 - - [2026-01-19 02:17:56] "GET /projects?obj_uuids=804e38bd-6bc1-4b52-a0a7-3ee920987a31&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002086 10.0.0.130 - - [2026-01-19 02:17:56] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.130 - - [2026-01-19 02:17:56] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032469 10.0.0.130 - - [2026-01-19 02:17:56] "POST /id-to-fqname HTTP/1.1" 200 191 0.001140 10.0.0.130 - - [2026-01-19 02:17:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.002905 10.0.0.130 - - [2026-01-19 02:17:56] "POST /security-groups HTTP/1.1" 200 592 0.060490 10.0.0.130 - - [2026-01-19 02:17:56] "POST /fqname-to-id HTTP/1.1" 404 235 0.002369 10.0.0.130 - - [2026-01-19 02:17:56] "POST /projects HTTP/1.1" 200 587 0.194488 10.0.0.130 - - [2026-01-19 02:17:56] "POST /access-control-lists HTTP/1.1" 200 599 0.053994 10.0.0.130 - - [2026-01-19 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.268326 10.0.0.130 - - [2026-01-19 02:17:56] "POST /fqname-to-id HTTP/1.1" 404 234 0.002486 10.0.0.130 - - [2026-01-19 02:17:56] "GET /project/804e38bd-6bc1-4b52-a0a7-3ee920987a31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.413090 10.0.0.130 - - [2026-01-19 02:17:56] "POST /access-control-lists HTTP/1.1" 200 597 0.056350 10.0.0.130 - - [2026-01-19 02:17:57] "GET / HTTP/1.1" 200 36215 0.001742 10.0.0.130 - - [2026-01-19 02:17:58] "GET /project/804e38bd-6bc1-4b52-a0a7-3ee920987a31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000414 10.0.0.130 - - [2026-01-19 02:17:58] "GET /projects?obj_uuids=804e38bd-6bc1-4b52-a0a7-3ee920987a31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000937 10.0.0.130 - - [2026-01-19 02:17:58] "GET /project/804e38bd-6bc1-4b52-a0a7-3ee920987a31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.066432 10.0.0.130 - - [2026-01-19 02:17:58] "POST /fqname-to-id HTTP/1.1" 404 180 0.002301 10.0.0.130 - - [2026-01-19 02:17:59] "POST /virtual-DNSs HTTP/1.1" 200 509 0.020031 10.0.0.130 - - [2026-01-19 02:17:59] "GET /virtual-DNS/3fa22e7b-0b23-49e4-8422-564af4ce0cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.006521 10.0.0.130 - - [2026-01-19 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.130 - - [2026-01-19 02:17:59] "GET /virtual-DNS/3fa22e7b-0b23-49e4-8422-564af4ce0cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003319 10.0.0.130 - - [2026-01-19 02:17:59] "GET /domains HTTP/1.1" 401 293 0.000524 10.0.0.130 - - [2026-01-19 02:17:59] "GET /domains HTTP/1.1" 200 281 0.027241 10.0.0.130 - - [2026-01-19 02:17:59] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000883 10.0.0.130 - - [2026-01-19 02:17:59] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2970 0.006756 10.0.0.130 - - [2026-01-19 02:17:59] "GET /virtual-DNS/3fa22e7b-0b23-49e4-8422-564af4ce0cc9 HTTP/1.1" 200 1439 0.003621 10.0.0.130 - - [2026-01-19 02:17:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.001986 10.0.0.130 - - [2026-01-19 02:17:59] "POST /network-ipams HTTP/1.1" 200 516 0.019248 10.0.0.130 - - [2026-01-19 02:17:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.002879 10.0.0.130 - - [2026-01-19 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.130 - - [2026-01-19 02:17:59] "GET /network-ipam/dbf10830-21d6-41b2-8011-9d443b03a79d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.004424 10.0.0.130 - - [2026-01-19 02:17:59] "PUT /network-ipam/dbf10830-21d6-41b2-8011-9d443b03a79d HTTP/1.1" 200 259 0.008292 10.0.0.130 - - [2026-01-19 02:17:59] "POST /ref-update HTTP/1.1" 200 156 0.007432 10.0.0.130 - - [2026-01-19 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.130 - - [2026-01-19 02:17:59] "GET /projects?obj_uuids=804e38bd-6bc1-4b52-a0a7-3ee920987a31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000883 10.0.0.130 - - [2026-01-19 02:17:59] "GET /project/804e38bd-6bc1-4b52-a0a7-3ee920987a31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.023414 10.0.0.130 - - [2026-01-19 02:18:00] "POST /neutron/network HTTP/1.1" 200 117 0.034565 10.0.0.130 - - [2026-01-19 02:18:00] "GET /projects?obj_uuids=804e38bd-6bc1-4b52-a0a7-3ee920987a31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000996 10.0.0.130 - - [2026-01-19 02:18:00] "POST /neutron/network HTTP/1.1" 200 618 0.058709 10.0.0.130 - - [2026-01-19 02:18:00] "POST /route-targets HTTP/1.1" 200 328 0.012139 10.0.0.130 - - [2026-01-19 02:18:00] "POST /ref-update HTTP/1.1" 200 156 0.008250 10.0.0.130 - - [2026-01-19 02:18:00] "POST /useragent-kv HTTP/1.1" 200 115 0.015278 10.0.0.130 - - [2026-01-19 02:18:00] "POST /neutron/subnet HTTP/1.1" 200 711 0.147756 10.0.0.130 - - [2026-01-19 02:18:00] "POST /neutron/network HTTP/1.1" 200 833 0.004539 10.0.0.130 - - [2026-01-19 02:18:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001400 10.0.0.130 - - [2026-01-19 02:18:00] "GET /virtual-network/fbd8a61d-0555-4976-99c6-66cc1a570c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007872 10.0.0.130 - - [2026-01-19 02:18:00] "POST /neutron/network HTTP/1.1" 200 833 0.005315 10.0.0.130 - - [2026-01-19 02:18:00] "GET /virtual-network/fbd8a61d-0555-4976-99c6-66cc1a570c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004220 10.0.0.130 - - [2026-01-19 02:18:00] "POST /neutron/network HTTP/1.1" 200 833 0.004744 10.0.0.130 - - [2026-01-19 02:18:00] "POST /neutron/subnet HTTP/1.1" 200 711 0.006969 10.0.0.130 - - [2026-01-19 02:18:00] "POST /neutron/network HTTP/1.1" 200 807 0.009788 10.0.0.130 - - [2026-01-19 02:18:00] "POST /neutron/network HTTP/1.1" 200 833 0.004574 10.0.0.130 - - [2026-01-19 02:18:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.000989 10.0.0.130 - - [2026-01-19 02:18:00] "POST /neutron/network HTTP/1.1" 200 843 0.005061 10.0.0.130 - - [2026-01-19 02:18:00] "GET /aaa-mode HTTP/1.1" 401 293 0.000349 10.0.0.130 - - [2026-01-19 02:18:01] "GET / HTTP/1.1" 200 36215 0.001770 10.0.0.130 - - [2026-01-19 02:18:01] "GET /project/804e38bd-6bc1-4b52-a0a7-3ee920987a31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000380 10.0.0.130 - - [2026-01-19 02:18:01] "GET /projects?obj_uuids=804e38bd-6bc1-4b52-a0a7-3ee920987a31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001413 10.0.0.130 - - [2026-01-19 02:18:01] "GET /project/804e38bd-6bc1-4b52-a0a7-3ee920987a31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.069127 10.0.0.130 - - [2026-01-19 02:18:01] "POST /neutron/network HTTP/1.1" 200 833 0.035612 10.0.0.130 - - [2026-01-19 02:18:01] "POST /neutron/port HTTP/1.1" 200 117 0.004793 10.0.0.130 - - [2026-01-19 02:18:01] "POST /neutron/port HTTP/1.1" 200 117 0.004320 10.0.0.130 - - [2026-01-19 02:18:01] "POST /neutron/port HTTP/1.1" 200 117 0.004953 10.0.0.130 - - [2026-01-19 02:18:02] "POST /neutron/network HTTP/1.1" 200 843 0.004872 10.0.0.130 - - [2026-01-19 02:18:02] "GET /projects?obj_uuids=804e38bd-6bc1-4b52-a0a7-3ee920987a31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001052 10.0.0.130 - - [2026-01-19 02:18:02] "POST /neutron/port HTTP/1.1" 200 1058 0.192508 10.0.0.130 - - [2026-01-19 02:18:02] "POST /neutron/port HTTP/1.1" 200 1058 0.033304 10.0.0.130 - - [2026-01-19 02:18:02] "POST /neutron/port HTTP/1.1" 200 1058 0.007353 10.0.0.130 - - [2026-01-19 02:18:02] "POST /neutron/port HTTP/1.1" 200 1112 0.052166 10.0.0.130 - - [2026-01-19 02:18:02] "POST /neutron/port HTTP/1.1" 200 1122 0.012019 10.0.0.130 - - [2026-01-19 02:18:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003445 10.0.0.130 - - [2026-01-19 02:18:02] "POST /neutron/subnet HTTP/1.1" 200 685 0.006750 10.0.0.130 - - [2026-01-19 02:18:02] "POST /neutron/port HTTP/1.1" 200 117 0.001178 10.0.0.130 - - [2026-01-19 02:18:02] "POST /neutron/network HTTP/1.1" 200 833 0.005943 10.0.0.130 - - [2026-01-19 02:18:06] "POST /neutron/port HTTP/1.1" 200 1122 0.011818 10.0.0.130 - - [2026-01-19 02:18:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005732 10.0.0.130 - - [2026-01-19 02:18:06] "POST /neutron/port HTTP/1.1" 200 1122 0.010366 10.0.0.130 - - [2026-01-19 02:18:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004916 10.0.0.130 - - [2026-01-19 02:18:06] "POST /neutron/port HTTP/1.1" 200 1122 0.012289 10.0.0.130 - - [2026-01-19 02:18:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004630 10.0.0.130 - - [2026-01-19 02:18:06] "GET /virtual-machine/0775786e-5ef4-47af-9197-1133e8a4c1a9 HTTP/1.1" 200 1294 0.003932 10.0.0.130 - - [2026-01-19 02:18:07] "GET /virtual-machine-interface/5118a129-88ef-4428-a7a1-a7d994cb87a7 HTTP/1.1" 200 2971 0.004828 10.0.0.130 - - [2026-01-19 02:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002524 10.0.0.130 - - [2026-01-19 02:18:07] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002456 10.0.0.130 - - [2026-01-19 02:18:07] "GET /virtual-networks?parent_id=804e38bd-6bc1-4b52-a0a7-3ee920987a31&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002490 10.0.0.130 - - [2026-01-19 02:18:07] "GET /virtual-network/fbd8a61d-0555-4976-99c6-66cc1a570c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009730 10.0.0.130 - - [2026-01-19 02:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002593 10.0.0.130 - - [2026-01-19 02:18:10] "GET /virtual-network/fbd8a61d-0555-4976-99c6-66cc1a570c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004640 10.0.0.130 - - [2026-01-19 02:18:11] "POST /neutron/port HTTP/1.1" 200 1122 0.045350 10.0.0.130 - - [2026-01-19 02:18:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004836 10.0.0.130 - - [2026-01-19 02:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002506 10.0.0.130 - - [2026-01-19 02:18:12] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002570 10.0.0.130 - - [2026-01-19 02:18:12] "GET /virtual-networks?parent_id=804e38bd-6bc1-4b52-a0a7-3ee920987a31&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002567 10.0.0.130 - - [2026-01-19 02:18:12] "GET /virtual-network/fbd8a61d-0555-4976-99c6-66cc1a570c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005517 10.0.0.130 - - [2026-01-19 02:18:16] "POST /neutron/network HTTP/1.1" 200 807 0.010233 10.0.0.130 - - [2026-01-19 02:18:16] "POST /neutron/network HTTP/1.1" 200 833 0.004881 10.0.0.130 - - [2026-01-19 02:18:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.001116 10.0.0.130 - - [2026-01-19 02:18:17] "POST /neutron/port HTTP/1.1" 200 1122 0.010265 10.0.0.130 - - [2026-01-19 02:18:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004963 10.0.0.130 - - [2026-01-19 02:18:17] "POST /neutron/network HTTP/1.1" 200 843 0.005057 10.0.0.130 - - [2026-01-19 02:18:17] "GET /aaa-mode HTTP/1.1" 401 293 0.000361 10.0.0.130 - - [2026-01-19 02:18:17] "GET / HTTP/1.1" 200 36215 0.001630 10.0.0.130 - - [2026-01-19 02:18:17] "GET /project/804e38bd-6bc1-4b52-a0a7-3ee920987a31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000337 10.0.0.130 - - [2026-01-19 02:18:17] "GET /projects?obj_uuids=804e38bd-6bc1-4b52-a0a7-3ee920987a31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000921 10.0.0.130 - - [2026-01-19 02:18:17] "GET /project/804e38bd-6bc1-4b52-a0a7-3ee920987a31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.049948 10.0.0.130 - - [2026-01-19 02:18:17] "POST /neutron/network HTTP/1.1" 200 833 0.005439 10.0.0.130 - - [2026-01-19 02:18:18] "POST /neutron/port HTTP/1.1" 200 1122 0.014066 10.0.0.130 - - [2026-01-19 02:18:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005877 10.0.0.130 - - [2026-01-19 02:18:18] "POST /neutron/port HTTP/1.1" 200 117 0.004772 10.0.0.130 - - [2026-01-19 02:18:18] "POST /neutron/port HTTP/1.1" 200 117 0.004724 10.0.0.130 - - [2026-01-19 02:18:18] "DELETE /project/804e38bd6bc14b52a0a73ee920987a31 HTTP/1.1" 404 173 0.010421 10.0.0.130 - - [2026-01-19 02:18:18] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001293 10.0.0.130 - - [2026-01-19 02:18:18] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.030981 10.0.0.130 - - [2026-01-19 02:18:18] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000881 10.0.0.130 - - [2026-01-19 02:18:18] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0?fields=security_groups HTTP/1.1" 200 1366 0.069071 10.0.0.130 - - [2026-01-19 02:18:18] "DELETE /security-group/6e25e44a-f091-419a-9c99-b4cd8248bbec HTTP/1.1" 200 115 0.035266 10.0.0.130 - - [2026-01-19 02:18:18] "GET /projects?obj_uuids=3a2d00db-dad5-4141-8394-2488da5dadc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001165 10.0.0.130 - - [2026-01-19 02:18:18] "DELETE /access-control-list/004fcef4-e6a8-43d2-9e89-58e2d66e820a HTTP/1.1" 200 115 0.037663 10.0.0.130 - - [2026-01-19 02:18:18] "POST /neutron/network HTTP/1.1" 200 843 0.007963 10.0.0.130 - - [2026-01-19 02:18:18] "GET /project/3a2d00db-dad5-4141-8394-2488da5dadc0?fields=application_policy_sets HTTP/1.1" 200 1405 0.038474 10.0.0.130 - - [2026-01-19 02:18:18] "GET /projects?obj_uuids=804e38bd-6bc1-4b52-a0a7-3ee920987a31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000980 10.0.0.130 - - [2026-01-19 02:18:18] "DELETE /access-control-list/c0902f09-6188-4002-bd44-ade4fd214042 HTTP/1.1" 200 115 0.040767 10.0.0.130 - - [2026-01-19 02:18:18] "DELETE /project/3a2d00db-dad5-4141-8394-2488da5dadc0 HTTP/1.1" 200 115 0.413857 10.0.0.130 - - [2026-01-19 02:18:18] "POST /neutron/port HTTP/1.1" 200 1058 0.231071 10.0.0.130 - - [2026-01-19 02:18:18] "POST /neutron/port HTTP/1.1" 200 1058 0.008803 10.0.0.130 - - [2026-01-19 02:18:18] "POST /neutron/port HTTP/1.1" 200 1058 0.011042 10.0.0.130 - - [2026-01-19 02:18:18] "POST /neutron/port HTTP/1.1" 200 1112 0.061049 10.0.0.130 - - [2026-01-19 02:18:18] "POST /neutron/port HTTP/1.1" 200 1122 0.012146 10.0.0.130 - - [2026-01-19 02:18:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004495 10.0.0.130 - - [2026-01-19 02:18:18] "POST /neutron/subnet HTTP/1.1" 200 685 0.007032 10.0.0.130 - - [2026-01-19 02:18:18] "POST /neutron/port HTTP/1.1" 200 117 0.001428 10.0.0.130 - - [2026-01-19 02:18:18] "POST /neutron/network HTTP/1.1" 200 833 0.006171 10.0.0.130 - - [2026-01-19 02:18:23] "POST /neutron/port HTTP/1.1" 200 1122 0.011312 10.0.0.130 - - [2026-01-19 02:18:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005637 10.0.0.130 - - [2026-01-19 02:18:23] "POST /neutron/port HTTP/1.1" 200 1122 0.013015 10.0.0.130 - - [2026-01-19 02:18:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005755 10.0.0.130 - - [2026-01-19 02:18:23] "POST /neutron/port HTTP/1.1" 200 1122 0.012769 10.0.0.130 - - [2026-01-19 02:18:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006891 10.0.0.130 - - [2026-01-19 02:18:23] "GET /virtual-machine/99ead984-d86a-438f-a196-4bfaf3da7f4b HTTP/1.1" 200 1296 0.006650 10.0.0.130 - - [2026-01-19 02:18:23] "GET /virtual-machine-interface/81536edf-f50d-46f2-b00b-def585b47eb8 HTTP/1.1" 200 2971 0.007324 10.0.0.130 - - [2026-01-19 02:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.130 - - [2026-01-19 02:18:23] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003019 10.0.0.130 - - [2026-01-19 02:18:23] "GET /virtual-networks?parent_id=804e38bd-6bc1-4b52-a0a7-3ee920987a31&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003022 10.0.0.130 - - [2026-01-19 02:18:23] "GET /virtual-network/fbd8a61d-0555-4976-99c6-66cc1a570c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005526 10.0.0.130 - - [2026-01-19 02:18:23] "GET /obj-perms HTTP/1.1" 200 5075 0.062757 10.0.0.130 - - [2026-01-19 02:18:24] "GET /obj-perms HTTP/1.1" 200 5075 0.048525 10.0.0.130 - - [2026-01-19 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002520 10.0.0.130 - - [2026-01-19 02:18:26] "GET /virtual-network/fbd8a61d-0555-4976-99c6-66cc1a570c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005633 10.0.0.130 - - [2026-01-19 02:18:27] "POST /neutron/port HTTP/1.1" 200 1122 0.012669 10.0.0.130 - - [2026-01-19 02:18:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005194 10.0.0.130 - - [2026-01-19 02:18:28] "POST /neutron/port HTTP/1.1" 200 1122 0.012534 10.0.0.130 - - [2026-01-19 02:18:28] "POST /neutron/port HTTP/1.1" 200 1122 0.011425 10.0.0.130 - - [2026-01-19 02:18:28] "POST /neutron/network HTTP/1.1" 200 843 0.004946 10.0.0.130 - - [2026-01-19 02:18:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003186 10.0.0.130 - - [2026-01-19 02:18:28] "POST /neutron/subnet HTTP/1.1" 200 685 0.009357 10.0.0.130 - - [2026-01-19 02:18:28] "POST /neutron/port HTTP/1.1" 200 117 0.001844 10.0.0.130 - - [2026-01-19 02:18:28] "POST /neutron/network HTTP/1.1" 200 833 0.005607 10.0.0.130 - - [2026-01-19 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.009207 10.0.0.130 - - [2026-01-19 02:18:28] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003412 10.0.0.130 - - [2026-01-19 02:18:28] "GET /virtual-networks?parent_id=804e38bd-6bc1-4b52-a0a7-3ee920987a31&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003370 10.0.0.130 - - [2026-01-19 02:18:28] "GET /virtual-network/fbd8a61d-0555-4976-99c6-66cc1a570c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004653 10.0.0.130 - - [2026-01-19 02:18:28] "POST /neutron/port HTTP/1.1" 200 1122 0.013651 10.0.0.130 - - [2026-01-19 02:18:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005224 10.0.0.130 - - [2026-01-19 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002615 10.0.0.130 - - [2026-01-19 02:18:40] "DELETE /virtual-DNS/3fa22e7b-0b23-49e4-8422-564af4ce0cc9 HTTP/1.1" 409 236 0.004691 10.0.0.130 - - [2026-01-19 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 192 0.002382 10.0.0.130 - - [2026-01-19 02:18:40] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.013958 10.0.0.130 - - [2026-01-19 02:18:40] "GET /virtual-DNS-record/c9ffa5c5-a68e-4092-a48b-74c7274a5ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.004535 10.0.0.130 - - [2026-01-19 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.130 - - [2026-01-19 02:18:41] "GET /virtual-DNS-record/c9ffa5c5-a68e-4092-a48b-74c7274a5ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.002826 10.0.0.130 - - [2026-01-19 02:18:41] "GET /domains HTTP/1.1" 200 281 0.002491 10.0.0.130 - - [2026-01-19 02:18:41] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000831 10.0.0.130 - - [2026-01-19 02:18:41] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2785 0.006424 10.0.0.130 - - [2026-01-19 02:18:41] "GET /virtual-DNS/3fa22e7b-0b23-49e4-8422-564af4ce0cc9 HTTP/1.1" 200 1910 0.003205 10.0.0.130 - - [2026-01-19 02:18:41] "GET /virtual-DNS-record/c9ffa5c5-a68e-4092-a48b-74c7274a5ce7 HTTP/1.1" 200 1339 0.001967 10.0.0.130 - - [2026-01-19 02:18:46] "DELETE /virtual-DNS-record/c9ffa5c5-a68e-4092-a48b-74c7274a5ce7 HTTP/1.1" 200 115 0.018107 10.0.0.130 - - [2026-01-19 02:18:46] "POST /fqname-to-id HTTP/1.1" 404 184 0.002319 10.0.0.130 - - [2026-01-19 02:18:46] "POST /neutron/network HTTP/1.1" 200 833 0.005778 10.0.0.130 - - [2026-01-19 02:18:46] "POST /neutron/network HTTP/1.1" 400 204 0.009451 10.0.0.130 - - [2026-01-19 02:18:47] "POST /neutron/port HTTP/1.1" 200 1122 0.012633 10.0.0.130 - - [2026-01-19 02:18:47] "POST /neutron/port HTTP/1.1" 200 1112 0.012251 10.0.0.130 - - [2026-01-19 02:18:47] "POST /neutron/port HTTP/1.1" 200 1122 0.013270 10.0.0.130 - - [2026-01-19 02:18:47] "POST /neutron/port HTTP/1.1" 200 1112 0.009506 10.0.0.130 - - [2026-01-19 02:18:47] "POST /neutron/port HTTP/1.1" 200 151 0.109487 10.0.0.130 - - [2026-01-19 02:18:47] "POST /neutron/port HTTP/1.1" 200 151 0.097245 10.0.0.130 - - [2026-01-19 02:18:48] "POST /neutron/network HTTP/1.1" 200 833 0.006318 10.0.0.130 - - [2026-01-19 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002590 10.0.0.130 - - [2026-01-19 02:18:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002352 10.0.0.130 - - [2026-01-19 02:18:48] "DELETE /route-target/f0d6d592-fc85-48dc-95ea-98e737740696 HTTP/1.1" 200 115 0.063729 10.0.0.130 - - [2026-01-19 02:18:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001796 10.0.0.130 - - [2026-01-19 02:18:48] "POST /neutron/network HTTP/1.1" 200 151 0.163949 10.0.0.130 - - [2026-01-19 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002369 10.0.0.130 - - [2026-01-19 02:18:48] "DELETE /network-ipam/dbf10830-21d6-41b2-8011-9d443b03a79d HTTP/1.1" 200 115 0.021094 10.0.0.130 - - [2026-01-19 02:18:48] "DELETE /virtual-DNS/3fa22e7b-0b23-49e4-8422-564af4ce0cc9 HTTP/1.1" 200 115 0.026565 10.0.0.130 - - [2026-01-19 02:18:48] "POST /fqname-to-id HTTP/1.1" 404 180 0.002987 10.0.0.130 - - [2026-01-19 02:18:48] "GET /domains HTTP/1.1" 200 281 0.005016 10.0.0.130 - - [2026-01-19 02:18:48] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.130 - - [2026-01-19 02:18:48] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2584 0.012127 10.0.0.130 - - [2026-01-19 02:18:49] "GET /projects?obj_uuids=804e38bd-6bc1-4b52-a0a7-3ee920987a31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000978 10.0.0.130 - - [2026-01-19 02:18:49] "GET /project/804e38bd-6bc1-4b52-a0a7-3ee920987a31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.026709 10.0.0.130 - - [2026-01-19 02:18:49] "GET /projects?obj_uuids=804e38bd-6bc1-4b52-a0a7-3ee920987a31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000904 10.0.0.130 - - [2026-01-19 02:18:49] "GET /project/804e38bd-6bc1-4b52-a0a7-3ee920987a31?fields=virtual_networks HTTP/1.1" 200 1036 0.066808 10.0.0.130 - - [2026-01-19 02:18:49] "GET /projects?obj_uuids=804e38bd-6bc1-4b52-a0a7-3ee920987a31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001575 10.0.0.130 - - [2026-01-19 02:18:49] "GET /project/804e38bd-6bc1-4b52-a0a7-3ee920987a31?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.027292 10.0.0.130 - - [2026-01-19 02:18:49] "GET /projects?obj_uuids=804e38bd-6bc1-4b52-a0a7-3ee920987a31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000990 10.0.0.130 - - [2026-01-19 02:18:49] "GET /project/804e38bd-6bc1-4b52-a0a7-3ee920987a31?fields=security_groups HTTP/1.1" 200 1264 0.023106 10.0.0.130 - - [2026-01-19 02:18:50] "POST /fqname-to-id HTTP/1.1" 404 189 0.029411 10.0.0.130 - - [2026-01-19 02:18:50] "GET /projects?obj_uuids=2595008a-65bf-4f2d-b44e-f50bdeef9471&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003264 10.0.0.130 - - [2026-01-19 02:18:50] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.130 - - [2026-01-19 02:18:50] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007545 10.0.0.130 - - [2026-01-19 02:18:50] "POST /id-to-fqname HTTP/1.1" 200 191 0.001092 10.0.0.130 - - [2026-01-19 02:18:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.003763 10.0.0.130 - - [2026-01-19 02:18:50] "POST /security-groups HTTP/1.1" 200 592 0.063811 10.0.0.130 - - [2026-01-19 02:18:50] "POST /fqname-to-id HTTP/1.1" 404 235 0.002903 10.0.0.130 - - [2026-01-19 02:18:50] "POST /projects HTTP/1.1" 200 587 0.206930 10.0.0.130 - - [2026-01-19 02:18:50] "POST /access-control-lists HTTP/1.1" 200 599 0.055345 10.0.0.130 - - [2026-01-19 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.285044 10.0.0.130 - - [2026-01-19 02:18:50] "POST /fqname-to-id HTTP/1.1" 404 234 0.002740 10.0.0.130 - - [2026-01-19 02:18:50] "GET /project/2595008a-65bf-4f2d-b44e-f50bdeef9471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.418566 10.0.0.130 - - [2026-01-19 02:18:50] "POST /access-control-lists HTTP/1.1" 200 597 0.057229 10.0.0.130 - - [2026-01-19 02:18:52] "GET / HTTP/1.1" 200 36215 0.002868 10.0.0.130 - - [2026-01-19 02:18:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000448 10.0.0.130 - - [2026-01-19 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.065135 10.0.0.130 - - [2026-01-19 02:18:53] "GET /projects?obj_uuids=2595008a-65bf-4f2d-b44e-f50bdeef9471&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001021 10.0.0.130 - - [2026-01-19 02:18:53] "GET /project/2595008a-65bf-4f2d-b44e-f50bdeef9471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.026270 10.0.0.130 - - [2026-01-19 02:18:53] "POST /neutron/network HTTP/1.1" 200 117 0.035675 10.0.0.130 - - [2026-01-19 02:18:53] "GET /projects?obj_uuids=2595008a-65bf-4f2d-b44e-f50bdeef9471&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001214 10.0.0.130 - - [2026-01-19 02:18:53] "POST /neutron/network HTTP/1.1" 200 606 0.065336 10.0.0.130 - - [2026-01-19 02:18:53] "POST /route-targets HTTP/1.1" 200 328 0.016371 10.0.0.130 - - [2026-01-19 02:18:53] "POST /ref-update HTTP/1.1" 200 156 0.012204 10.0.0.130 - - [2026-01-19 02:18:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003066 10.0.0.130 - - [2026-01-19 02:18:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.182196 10.0.0.130 - - [2026-01-19 02:18:53] "POST /neutron/network HTTP/1.1" 200 824 0.005261 10.0.0.130 - - [2026-01-19 02:18:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.001110 10.0.0.130 - - [2026-01-19 02:18:53] "GET /virtual-network/c2dc58b7-7158-4743-9b32-7c2296e812d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004467 10.0.0.130 - - [2026-01-19 02:18:53] "POST /neutron/network HTTP/1.1" 200 824 0.006777 10.0.0.130 - - [2026-01-19 02:18:53] "GET /virtual-network/c2dc58b7-7158-4743-9b32-7c2296e812d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006376 10.0.0.130 - - [2026-01-19 02:18:53] "POST /neutron/network HTTP/1.1" 200 824 0.006206 10.0.0.130 - - [2026-01-19 02:18:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.007457 10.0.0.130 - - [2026-01-19 02:18:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.001263 10.0.0.130 - - [2026-01-19 02:18:53] "POST /neutron/network HTTP/1.1" 200 834 0.005836 10.0.0.130 - - [2026-01-19 02:18:53] "GET /aaa-mode HTTP/1.1" 401 293 0.000384 10.0.0.130 - - [2026-01-19 02:18:54] "GET / HTTP/1.1" 200 36215 0.001723 10.0.0.130 - - [2026-01-19 02:18:54] "GET /project/2595008a-65bf-4f2d-b44e-f50bdeef9471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000338 10.0.0.130 - - [2026-01-19 02:18:54] "GET /projects?obj_uuids=2595008a-65bf-4f2d-b44e-f50bdeef9471&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001079 10.0.0.130 - - [2026-01-19 02:18:54] "GET /project/2595008a-65bf-4f2d-b44e-f50bdeef9471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.046602 10.0.0.130 - - [2026-01-19 02:18:54] "POST /neutron/network HTTP/1.1" 200 824 0.004806 10.0.0.130 - - [2026-01-19 02:18:54] "POST /neutron/port HTTP/1.1" 200 117 0.005937 10.0.0.130 - - [2026-01-19 02:18:54] "POST /neutron/port HTTP/1.1" 200 117 0.006667 10.0.0.130 - - [2026-01-19 02:18:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.001266 10.0.0.130 - - [2026-01-19 02:18:54] "POST /neutron/port HTTP/1.1" 200 117 0.016160 10.0.0.130 - - [2026-01-19 02:18:55] "POST /neutron/network HTTP/1.1" 200 834 0.004713 10.0.0.130 - - [2026-01-19 02:18:55] "GET /aaa-mode HTTP/1.1" 401 293 0.000368 10.0.0.130 - - [2026-01-19 02:18:55] "POST /neutron/network HTTP/1.1" 200 834 0.005062 10.0.0.130 - - [2026-01-19 02:18:55] "GET /projects?obj_uuids=2595008a-65bf-4f2d-b44e-f50bdeef9471&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000926 10.0.0.130 - - [2026-01-19 02:18:55] "GET / HTTP/1.1" 200 36215 0.001745 10.0.0.130 - - [2026-01-19 02:18:55] "GET /project/2595008a-65bf-4f2d-b44e-f50bdeef9471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000329 10.0.0.130 - - [2026-01-19 02:18:55] "POST /neutron/port HTTP/1.1" 200 1060 0.191038 10.0.0.130 - - [2026-01-19 02:18:55] "POST /neutron/port HTTP/1.1" 200 1060 0.015136 10.0.0.130 - - [2026-01-19 02:18:55] "POST /neutron/port HTTP/1.1" 200 1060 0.009403 10.0.0.130 - - [2026-01-19 02:18:55] "POST /neutron/port HTTP/1.1" 200 1114 0.055445 10.0.0.130 - - [2026-01-19 02:18:55] "POST /neutron/port HTTP/1.1" 200 1124 0.010278 10.0.0.130 - - [2026-01-19 02:18:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003204 10.0.0.130 - - [2026-01-19 02:18:55] "POST /neutron/subnet HTTP/1.1" 200 694 0.007352 10.0.0.130 - - [2026-01-19 02:18:55] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.130 - - [2026-01-19 02:18:55] "POST /neutron/network HTTP/1.1" 200 824 0.005319 10.0.0.130 - - [2026-01-19 02:18:55] "GET /projects?obj_uuids=2595008a-65bf-4f2d-b44e-f50bdeef9471&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001269 10.0.0.130 - - [2026-01-19 02:18:55] "GET /project/2595008a-65bf-4f2d-b44e-f50bdeef9471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.063291 10.0.0.130 - - [2026-01-19 02:18:55] "POST /neutron/network HTTP/1.1" 200 824 0.005033 10.0.0.130 - - [2026-01-19 02:18:55] "POST /neutron/port HTTP/1.1" 200 1124 0.014972 10.0.0.130 - - [2026-01-19 02:18:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008246 10.0.0.130 - - [2026-01-19 02:18:56] "POST /neutron/port HTTP/1.1" 200 117 0.004094 10.0.0.130 - - [2026-01-19 02:18:56] "POST /neutron/port HTTP/1.1" 200 1124 0.019926 10.0.0.130 - - [2026-01-19 02:18:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007998 10.0.0.130 - - [2026-01-19 02:18:56] "POST /neutron/network HTTP/1.1" 200 834 0.006057 10.0.0.130 - - [2026-01-19 02:18:56] "GET /projects?obj_uuids=2595008a-65bf-4f2d-b44e-f50bdeef9471&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000968 10.0.0.130 - - [2026-01-19 02:18:56] "POST /neutron/port HTTP/1.1" 200 1060 0.222639 10.0.0.130 - - [2026-01-19 02:18:56] "POST /neutron/port HTTP/1.1" 200 1060 0.012960 10.0.0.130 - - [2026-01-19 02:18:56] "POST /neutron/port HTTP/1.1" 200 1060 0.014210 10.0.0.130 - - [2026-01-19 02:18:56] "POST /neutron/port HTTP/1.1" 200 1114 0.075704 10.0.0.130 - - [2026-01-19 02:18:56] "POST /neutron/port HTTP/1.1" 200 1124 0.013318 10.0.0.130 - - [2026-01-19 02:18:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005329 10.0.0.130 - - [2026-01-19 02:18:56] "POST /neutron/subnet HTTP/1.1" 200 694 0.007457 10.0.0.130 - - [2026-01-19 02:18:56] "POST /neutron/port HTTP/1.1" 200 117 0.001099 10.0.0.130 - - [2026-01-19 02:18:56] "POST /neutron/network HTTP/1.1" 200 824 0.004943 10.0.0.130 - - [2026-01-19 02:19:01] "POST /neutron/port HTTP/1.1" 200 1124 0.015614 10.0.0.130 - - [2026-01-19 02:19:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008052 10.0.0.130 - - [2026-01-19 02:19:01] "POST /neutron/port HTTP/1.1" 200 1124 0.017171 10.0.0.130 - - [2026-01-19 02:19:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006453 10.0.0.130 - - [2026-01-19 02:19:01] "POST /neutron/port HTTP/1.1" 200 1124 0.016080 10.0.0.130 - - [2026-01-19 02:19:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007199 10.0.0.130 - - [2026-01-19 02:19:01] "GET /virtual-machine/33f1e699-9256-4118-afb2-49d773e39739 HTTP/1.1" 401 293 0.000565 10.0.0.130 - - [2026-01-19 02:19:01] "GET /virtual-machine/33f1e699-9256-4118-afb2-49d773e39739 HTTP/1.1" 200 1295 0.037198 10.0.0.130 - - [2026-01-19 02:19:01] "GET /virtual-machine-interface/57e4a814-225e-45ab-9514-bae1ccc428f4 HTTP/1.1" 200 2953 0.004697 10.0.0.130 - - [2026-01-19 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.130 - - [2026-01-19 02:19:01] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002637 10.0.0.130 - - [2026-01-19 02:19:01] "GET /virtual-networks?parent_id=2595008a-65bf-4f2d-b44e-f50bdeef9471&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002492 10.0.0.130 - - [2026-01-19 02:19:01] "GET /virtual-network/c2dc58b7-7158-4743-9b32-7c2296e812d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005709 10.0.0.130 - - [2026-01-19 02:19:04] "POST /neutron/port HTTP/1.1" 200 1124 0.011256 10.0.0.130 - - [2026-01-19 02:19:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004414 10.0.0.130 - - [2026-01-19 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002453 10.0.0.130 - - [2026-01-19 02:19:05] "GET /virtual-network/c2dc58b7-7158-4743-9b32-7c2296e812d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004951 10.0.0.130 - - [2026-01-19 02:19:05] "POST /neutron/port HTTP/1.1" 200 1124 0.010549 10.0.0.130 - - [2026-01-19 02:19:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.003950 10.0.0.130 - - [2026-01-19 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.130 - - [2026-01-19 02:19:07] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003666 10.0.0.130 - - [2026-01-19 02:19:07] "GET /virtual-networks?parent_id=2595008a-65bf-4f2d-b44e-f50bdeef9471&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004357 10.0.0.130 - - [2026-01-19 02:19:07] "GET /virtual-network/c2dc58b7-7158-4743-9b32-7c2296e812d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004724 10.0.0.130 - - [2026-01-19 02:19:07] "POST /neutron/port HTTP/1.1" 200 1124 0.013292 10.0.0.130 - - [2026-01-19 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004860 10.0.0.130 - - [2026-01-19 02:19:07] "POST /neutron/port HTTP/1.1" 200 1124 0.014538 10.0.0.130 - - [2026-01-19 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005911 10.0.0.130 - - [2026-01-19 02:19:07] "POST /neutron/port HTTP/1.1" 200 1124 0.011395 10.0.0.130 - - [2026-01-19 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005832 10.0.0.130 - - [2026-01-19 02:19:07] "GET /virtual-machine/62249974-296b-4ab9-b11f-fc32894e7ac5 HTTP/1.1" 200 1295 0.006361 10.0.0.130 - - [2026-01-19 02:19:07] "GET /virtual-machine-interface/f781a896-d317-465f-ab71-2ccd8cb5708f HTTP/1.1" 200 2954 0.004912 10.0.0.130 - - [2026-01-19 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.130 - - [2026-01-19 02:19:07] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004257 10.0.0.130 - - [2026-01-19 02:19:07] "GET /virtual-networks?parent_id=2595008a-65bf-4f2d-b44e-f50bdeef9471&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003273 10.0.0.130 - - [2026-01-19 02:19:07] "GET /virtual-network/c2dc58b7-7158-4743-9b32-7c2296e812d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006847 10.0.0.130 - - [2026-01-19 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.130 - - [2026-01-19 02:19:08] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003003 10.0.0.130 - - [2026-01-19 02:19:09] "GET /virtual-networks?parent_id=2595008a-65bf-4f2d-b44e-f50bdeef9471&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003096 10.0.0.130 - - [2026-01-19 02:19:09] "GET /virtual-network/c2dc58b7-7158-4743-9b32-7c2296e812d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005025 10.0.0.130 - - [2026-01-19 02:19:13] "POST /neutron/network HTTP/1.1" 200 824 0.005894 10.0.0.130 - - [2026-01-19 02:19:13] "POST /neutron/network HTTP/1.1" 400 204 0.009339 10.0.0.130 - - [2026-01-19 02:19:13] "POST /neutron/port HTTP/1.1" 200 1124 0.010865 10.0.0.130 - - [2026-01-19 02:19:13] "POST /neutron/port HTTP/1.1" 200 1114 0.008783 10.0.0.130 - - [2026-01-19 02:19:14] "POST /neutron/port HTTP/1.1" 200 1124 0.018078 10.0.0.130 - - [2026-01-19 02:19:14] "POST /neutron/port HTTP/1.1" 200 151 0.090484 10.0.0.130 - - [2026-01-19 02:19:14] "POST /neutron/port HTTP/1.1" 200 1114 0.010170 10.0.0.130 - - [2026-01-19 02:19:14] "POST /neutron/port HTTP/1.1" 200 151 0.098430 10.0.0.130 - - [2026-01-19 02:19:15] "POST /neutron/network HTTP/1.1" 200 824 0.006405 10.0.0.130 - - [2026-01-19 02:19:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002531 10.0.0.130 - - [2026-01-19 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.130 - - [2026-01-19 02:19:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001977 10.0.0.130 - - [2026-01-19 02:19:15] "POST /neutron/network HTTP/1.1" 200 151 0.081183 10.0.0.130 - - [2026-01-19 02:19:15] "DELETE /route-target/65bed66e-b1a7-4eb3-951b-795a87c73187 HTTP/1.1" 200 115 0.013780 10.0.0.130 - - [2026-01-19 02:19:15] "GET /projects?obj_uuids=2595008a-65bf-4f2d-b44e-f50bdeef9471&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001038 10.0.0.130 - - [2026-01-19 02:19:15] "GET /project/2595008a-65bf-4f2d-b44e-f50bdeef9471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.026126 10.0.0.130 - - [2026-01-19 02:19:15] "GET /projects?obj_uuids=2595008a-65bf-4f2d-b44e-f50bdeef9471&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001994 10.0.0.130 - - [2026-01-19 02:19:16] "GET /project/2595008a-65bf-4f2d-b44e-f50bdeef9471?fields=virtual_networks HTTP/1.1" 200 1036 0.074990 10.0.0.130 - - [2026-01-19 02:19:16] "GET /projects?obj_uuids=2595008a-65bf-4f2d-b44e-f50bdeef9471&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001294 10.0.0.130 - - [2026-01-19 02:19:16] "GET /project/2595008a-65bf-4f2d-b44e-f50bdeef9471?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.029806 10.0.0.130 - - [2026-01-19 02:19:16] "GET /projects?obj_uuids=2595008a-65bf-4f2d-b44e-f50bdeef9471&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001054 10.0.0.130 - - [2026-01-19 02:19:16] "GET /project/2595008a-65bf-4f2d-b44e-f50bdeef9471?fields=security_groups HTTP/1.1" 200 1264 0.026742 10.0.0.130 - - [2026-01-19 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 188 0.031681 10.0.0.130 - - [2026-01-19 02:19:17] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002346 10.0.0.130 - - [2026-01-19 02:19:17] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001683 10.0.0.130 - - [2026-01-19 02:19:17] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007504 10.0.0.130 - - [2026-01-19 02:19:17] "POST /id-to-fqname HTTP/1.1" 200 190 0.001116 10.0.0.130 - - [2026-01-19 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.002861 10.0.0.130 - - [2026-01-19 02:19:17] "POST /security-groups HTTP/1.1" 200 591 0.060997 10.0.0.130 - - [2026-01-19 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.004671 10.0.0.130 - - [2026-01-19 02:19:17] "POST /projects HTTP/1.1" 200 585 0.206142 10.0.0.130 - - [2026-01-19 02:19:17] "POST /access-control-lists HTTP/1.1" 200 598 0.058195 10.0.0.130 - - [2026-01-19 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.281310 10.0.0.130 - - [2026-01-19 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 233 0.003137 10.0.0.130 - - [2026-01-19 02:19:17] "GET /project/78c8582f-344e-4992-8bc0-a424233fadf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.407869 10.0.0.130 - - [2026-01-19 02:19:17] "POST /access-control-lists HTTP/1.1" 200 596 0.065616 10.0.0.130 - - [2026-01-19 02:19:18] "GET / HTTP/1.1" 200 36215 0.001932 10.0.0.130 - - [2026-01-19 02:19:18] "DELETE /project/2595008a65bf4f2db44ef50bdeef9471 HTTP/1.1" 404 173 0.011924 10.0.0.130 - - [2026-01-19 02:19:18] "DELETE /project/78c8582f344e49928bc0a424233fadf9 HTTP/1.1" 404 173 0.008794 10.0.0.130 - - [2026-01-19 02:19:18] "GET /projects?obj_uuids=2595008a-65bf-4f2d-b44e-f50bdeef9471&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000856 10.0.0.130 - - [2026-01-19 02:19:18] "GET /projects?obj_uuids=804e38bd-6bc1-4b52-a0a7-3ee920987a31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000743 10.0.0.130 - - [2026-01-19 02:19:18] "GET /project/804e38bd-6bc1-4b52-a0a7-3ee920987a31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.030960 10.0.0.130 - - [2026-01-19 02:19:18] "GET /project/2595008a-65bf-4f2d-b44e-f50bdeef9471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.039204 10.0.0.130 - - [2026-01-19 02:19:18] "GET /projects?obj_uuids=804e38bd-6bc1-4b52-a0a7-3ee920987a31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000919 10.0.0.130 - - [2026-01-19 02:19:18] "GET /projects?obj_uuids=2595008a-65bf-4f2d-b44e-f50bdeef9471&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000787 10.0.0.130 - - [2026-01-19 02:19:18] "GET /project/804e38bd-6bc1-4b52-a0a7-3ee920987a31?fields=security_groups HTTP/1.1" 200 1366 0.030795 10.0.0.130 - - [2026-01-19 02:19:18] "GET /project/2595008a-65bf-4f2d-b44e-f50bdeef9471?fields=security_groups HTTP/1.1" 200 1366 0.034194 10.0.0.130 - - [2026-01-19 02:19:19] "DELETE /security-group/bb7b0969-3c1e-4e1a-be42-c2af9e701a0a HTTP/1.1" 200 115 0.038871 10.0.0.130 - - [2026-01-19 02:19:19] "GET /projects?obj_uuids=804e38bd-6bc1-4b52-a0a7-3ee920987a31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000960 10.0.0.130 - - [2026-01-19 02:19:19] "DELETE /access-control-list/edad2de0-3e4e-4e5c-9eae-b3e92bb0885d HTTP/1.1" 200 115 0.041625 10.0.0.130 - - [2026-01-19 02:19:19] "DELETE /security-group/06841da9-f6b7-4173-b872-d20b5c6b0a81 HTTP/1.1" 200 115 0.069237 10.0.0.130 - - [2026-01-19 02:19:19] "GET /project/804e38bd-6bc1-4b52-a0a7-3ee920987a31?fields=application_policy_sets HTTP/1.1" 200 1405 0.046484 10.0.0.130 - - [2026-01-19 02:19:19] "GET /projects?obj_uuids=2595008a-65bf-4f2d-b44e-f50bdeef9471&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001413 10.0.0.130 - - [2026-01-19 02:19:19] "DELETE /access-control-list/85ec7594-5ac2-4cfb-b3b3-dccf3748fc74 HTTP/1.1" 200 115 0.034825 10.0.0.130 - - [2026-01-19 02:19:19] "DELETE /access-control-list/8f8e6c51-d8fc-4c47-9bde-1b9fa82dcdda HTTP/1.1" 200 115 0.017797 10.0.0.130 - - [2026-01-19 02:19:19] "GET /project/2595008a-65bf-4f2d-b44e-f50bdeef9471?fields=application_policy_sets HTTP/1.1" 200 1405 0.082344 10.0.0.130 - - [2026-01-19 02:19:19] "DELETE /access-control-list/d645c6f2-c303-429e-9148-d1e4fd44c286 HTTP/1.1" 200 115 0.047306 10.0.0.130 - - [2026-01-19 02:19:19] "DELETE /project/804e38bd-6bc1-4b52-a0a7-3ee920987a31 HTTP/1.1" 200 115 0.329274 10.0.0.130 - - [2026-01-19 02:19:19] "DELETE /project/2595008a-65bf-4f2d-b44e-f50bdeef9471 HTTP/1.1" 200 115 0.389823 10.0.0.130 - - [2026-01-19 02:19:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000573 10.0.0.130 - - [2026-01-19 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.031129 10.0.0.130 - - [2026-01-19 02:19:19] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000823 10.0.0.130 - - [2026-01-19 02:19:19] "GET /project/78c8582f-344e-4992-8bc0-a424233fadf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.020842 10.0.0.130 - - [2026-01-19 02:19:20] "POST /neutron/network HTTP/1.1" 200 117 0.033491 10.0.0.130 - - [2026-01-19 02:19:20] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000928 10.0.0.130 - - [2026-01-19 02:19:20] "POST /neutron/network HTTP/1.1" 200 625 0.063902 10.0.0.130 - - [2026-01-19 02:19:20] "POST /route-targets HTTP/1.1" 200 328 0.015454 10.0.0.130 - - [2026-01-19 02:19:20] "POST /ref-update HTTP/1.1" 200 156 0.010354 10.0.0.130 - - [2026-01-19 02:19:20] "POST /useragent-kv HTTP/1.1" 200 115 0.008435 10.0.0.130 - - [2026-01-19 02:19:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.176872 10.0.0.130 - - [2026-01-19 02:19:20] "POST /neutron/network HTTP/1.1" 200 839 0.006380 10.0.0.130 - - [2026-01-19 02:19:20] "POST /id-to-fqname HTTP/1.1" 200 230 0.001953 10.0.0.130 - - [2026-01-19 02:19:20] "GET /virtual-network/d467bf13-ef54-41e7-b125-bf0141bbddc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004966 10.0.0.130 - - [2026-01-19 02:19:20] "POST /neutron/network HTTP/1.1" 200 839 0.006211 10.0.0.130 - - [2026-01-19 02:19:20] "GET /virtual-network/d467bf13-ef54-41e7-b125-bf0141bbddc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005228 10.0.0.130 - - [2026-01-19 02:19:20] "POST /neutron/network HTTP/1.1" 200 839 0.006253 10.0.0.130 - - [2026-01-19 02:19:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.006929 10.0.0.130 - - [2026-01-19 02:19:20] "POST /neutron/network HTTP/1.1" 200 839 0.005765 10.0.0.130 - - [2026-01-19 02:19:20] "POST /id-to-fqname HTTP/1.1" 200 230 0.001125 10.0.0.130 - - [2026-01-19 02:19:20] "POST /neutron/network HTTP/1.1" 200 849 0.005219 10.0.0.130 - - [2026-01-19 02:19:20] "GET /aaa-mode HTTP/1.1" 401 293 0.000506 10.0.0.130 - - [2026-01-19 02:19:21] "GET / HTTP/1.1" 200 36215 0.001521 10.0.0.130 - - [2026-01-19 02:19:21] "GET /project/78c8582f-344e-4992-8bc0-a424233fadf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000384 10.0.0.130 - - [2026-01-19 02:19:21] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000940 10.0.0.130 - - [2026-01-19 02:19:21] "GET /project/78c8582f-344e-4992-8bc0-a424233fadf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048864 10.0.0.130 - - [2026-01-19 02:19:21] "POST /neutron/network HTTP/1.1" 200 839 0.005278 10.0.0.130 - - [2026-01-19 02:19:21] "POST /neutron/port HTTP/1.1" 200 117 0.015341 10.0.0.130 - - [2026-01-19 02:19:21] "POST /neutron/port HTTP/1.1" 200 117 0.006380 10.0.0.130 - - [2026-01-19 02:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002469 10.0.0.130 - - [2026-01-19 02:19:21] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002605 10.0.0.130 - - [2026-01-19 02:19:21] "PUT /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b HTTP/1.1" 200 277 0.007819 10.0.0.130 - - [2026-01-19 02:19:21] "POST /neutron/port HTTP/1.1" 200 117 0.004328 10.0.0.130 - - [2026-01-19 02:19:22] "POST /neutron/network HTTP/1.1" 200 849 0.006023 10.0.0.130 - - [2026-01-19 02:19:22] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.130 - - [2026-01-19 02:19:22] "POST /neutron/port HTTP/1.1" 200 1055 0.221416 10.0.0.130 - - [2026-01-19 02:19:22] "POST /neutron/port HTTP/1.1" 200 1055 0.008289 10.0.0.130 - - [2026-01-19 02:19:22] "POST /neutron/port HTTP/1.1" 200 1055 0.007104 10.0.0.130 - - [2026-01-19 02:19:22] "POST /neutron/port HTTP/1.1" 200 1109 0.120208 10.0.0.130 - - [2026-01-19 02:19:22] "POST /neutron/port HTTP/1.1" 200 1119 0.013279 10.0.0.130 - - [2026-01-19 02:19:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003272 10.0.0.130 - - [2026-01-19 02:19:22] "POST /neutron/subnet HTTP/1.1" 200 675 0.006966 10.0.0.130 - - [2026-01-19 02:19:22] "POST /neutron/port HTTP/1.1" 200 117 0.001327 10.0.0.130 - - [2026-01-19 02:19:22] "POST /neutron/network HTTP/1.1" 200 839 0.006936 10.0.0.130 - - [2026-01-19 02:19:24] "GET /obj-perms HTTP/1.1" 200 5075 0.061052 10.0.0.130 - - [2026-01-19 02:19:24] "GET /obj-perms HTTP/1.1" 200 5075 0.053167 10.0.0.130 - - [2026-01-19 02:19:26] "POST /neutron/port HTTP/1.1" 200 1119 0.012940 10.0.0.130 - - [2026-01-19 02:19:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006640 10.0.0.130 - - [2026-01-19 02:19:27] "POST /neutron/port HTTP/1.1" 200 1119 0.011606 10.0.0.130 - - [2026-01-19 02:19:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006729 10.0.0.130 - - [2026-01-19 02:19:27] "POST /neutron/port HTTP/1.1" 200 1119 0.013451 10.0.0.130 - - [2026-01-19 02:19:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006936 10.0.0.130 - - [2026-01-19 02:19:27] "GET /virtual-machine/4743712d-a8f5-4676-94f6-7714d83c139b HTTP/1.1" 401 293 0.000536 10.0.0.130 - - [2026-01-19 02:19:27] "GET /virtual-machine/4743712d-a8f5-4676-94f6-7714d83c139b HTTP/1.1" 200 1294 0.031992 10.0.0.130 - - [2026-01-19 02:19:27] "GET /virtual-machine-interface/cf281038-ddb2-49aa-9d93-e84ede73677a HTTP/1.1" 200 2979 0.005105 10.0.0.130 - - [2026-01-19 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.130 - - [2026-01-19 02:19:27] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002736 10.0.0.130 - - [2026-01-19 02:19:27] "GET /virtual-networks?parent_id=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002574 10.0.0.130 - - [2026-01-19 02:19:27] "GET /virtual-network/d467bf13-ef54-41e7-b125-bf0141bbddc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004697 10.0.0.130 - - [2026-01-19 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.130 - - [2026-01-19 02:19:30] "GET /virtual-network/d467bf13-ef54-41e7-b125-bf0141bbddc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004134 10.0.0.130 - - [2026-01-19 02:19:31] "POST /neutron/port HTTP/1.1" 200 1119 0.012022 10.0.0.130 - - [2026-01-19 02:19:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006231 10.0.0.130 - - [2026-01-19 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.130 - - [2026-01-19 02:19:32] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002918 10.0.0.130 - - [2026-01-19 02:19:32] "GET /virtual-networks?parent_id=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002553 10.0.0.130 - - [2026-01-19 02:19:32] "GET /virtual-network/d467bf13-ef54-41e7-b125-bf0141bbddc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005537 10.0.0.130 - - [2026-01-19 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.130 - - [2026-01-19 02:19:34] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002630 10.0.0.130 - - [2026-01-19 02:19:35] "PUT /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b HTTP/1.1" 200 277 0.007776 10.0.0.130 - - [2026-01-19 02:19:35] "POST /neutron/network HTTP/1.1" 200 839 0.005332 10.0.0.130 - - [2026-01-19 02:19:35] "POST /neutron/network HTTP/1.1" 400 204 0.011986 10.0.0.130 - - [2026-01-19 02:19:35] "POST /neutron/port HTTP/1.1" 200 1119 0.011918 10.0.0.130 - - [2026-01-19 02:19:35] "POST /neutron/port HTTP/1.1" 200 1109 0.009754 10.0.0.130 - - [2026-01-19 02:19:35] "POST /neutron/port HTTP/1.1" 200 151 0.086377 10.0.0.130 - - [2026-01-19 02:19:37] "POST /neutron/network HTTP/1.1" 200 839 0.006287 10.0.0.130 - - [2026-01-19 02:19:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002985 10.0.0.130 - - [2026-01-19 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.130 - - [2026-01-19 02:19:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001437 10.0.0.130 - - [2026-01-19 02:19:37] "POST /neutron/network HTTP/1.1" 200 151 0.067819 10.0.0.130 - - [2026-01-19 02:19:37] "DELETE /route-target/2d32fbda-978a-4f67-8b50-1c894d1c6e83 HTTP/1.1" 200 115 0.011431 10.0.0.130 - - [2026-01-19 02:19:37] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002547 10.0.0.130 - - [2026-01-19 02:19:37] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b HTTP/1.1" 200 1884 0.003027 10.0.0.130 - - [2026-01-19 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002458 10.0.0.130 - - [2026-01-19 02:19:37] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000892 10.0.0.130 - - [2026-01-19 02:19:37] "GET /project/78c8582f-344e-4992-8bc0-a424233fadf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.022452 10.0.0.130 - - [2026-01-19 02:19:37] "POST /neutron/network HTTP/1.1" 200 117 0.008188 10.0.0.130 - - [2026-01-19 02:19:37] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000856 10.0.0.130 - - [2026-01-19 02:19:38] "POST /neutron/network HTTP/1.1" 200 605 0.066259 10.0.0.130 - - [2026-01-19 02:19:38] "POST /route-targets HTTP/1.1" 200 328 0.020163 10.0.0.130 - - [2026-01-19 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.014597 10.0.0.130 - - [2026-01-19 02:19:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004606 10.0.0.130 - - [2026-01-19 02:19:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.151225 10.0.0.130 - - [2026-01-19 02:19:38] "POST /neutron/network HTTP/1.1" 200 825 0.005024 10.0.0.130 - - [2026-01-19 02:19:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001258 10.0.0.130 - - [2026-01-19 02:19:38] "GET /virtual-network/e1efa139-3241-4b54-ac55-c648de083f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005584 10.0.0.130 - - [2026-01-19 02:19:38] "POST /neutron/network HTTP/1.1" 200 825 0.004937 10.0.0.130 - - [2026-01-19 02:19:38] "GET /virtual-network/e1efa139-3241-4b54-ac55-c648de083f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004157 10.0.0.130 - - [2026-01-19 02:19:38] "POST /neutron/network HTTP/1.1" 200 825 0.004940 10.0.0.130 - - [2026-01-19 02:19:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.006460 10.0.0.130 - - [2026-01-19 02:19:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.000992 10.0.0.130 - - [2026-01-19 02:19:38] "POST /neutron/network HTTP/1.1" 200 835 0.005014 10.0.0.130 - - [2026-01-19 02:19:38] "GET /aaa-mode HTTP/1.1" 401 293 0.000393 10.0.0.130 - - [2026-01-19 02:19:38] "GET / HTTP/1.1" 200 36215 0.001520 10.0.0.130 - - [2026-01-19 02:19:38] "GET /project/78c8582f-344e-4992-8bc0-a424233fadf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000332 10.0.0.130 - - [2026-01-19 02:19:39] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001179 10.0.0.130 - - [2026-01-19 02:19:39] "GET /project/78c8582f-344e-4992-8bc0-a424233fadf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.065063 10.0.0.130 - - [2026-01-19 02:19:39] "POST /neutron/network HTTP/1.1" 200 825 0.006276 10.0.0.130 - - [2026-01-19 02:19:39] "POST /neutron/port HTTP/1.1" 200 117 0.005378 10.0.0.130 - - [2026-01-19 02:19:39] "POST /neutron/port HTTP/1.1" 200 117 0.006523 10.0.0.130 - - [2026-01-19 02:19:39] "POST /neutron/port HTTP/1.1" 200 117 0.005578 10.0.0.130 - - [2026-01-19 02:19:39] "POST /neutron/network HTTP/1.1" 200 835 0.005814 10.0.0.130 - - [2026-01-19 02:19:39] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001367 10.0.0.130 - - [2026-01-19 02:19:40] "POST /neutron/port HTTP/1.1" 200 1061 0.213754 10.0.0.130 - - [2026-01-19 02:19:40] "POST /neutron/port HTTP/1.1" 200 1061 0.012856 10.0.0.130 - - [2026-01-19 02:19:40] "POST /neutron/port HTTP/1.1" 200 1061 0.015815 10.0.0.130 - - [2026-01-19 02:19:40] "POST /neutron/port HTTP/1.1" 200 1115 0.064408 10.0.0.130 - - [2026-01-19 02:19:40] "POST /neutron/port HTTP/1.1" 200 1125 0.013902 10.0.0.130 - - [2026-01-19 02:19:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003686 10.0.0.130 - - [2026-01-19 02:19:40] "POST /neutron/subnet HTTP/1.1" 200 703 0.008548 10.0.0.130 - - [2026-01-19 02:19:40] "POST /neutron/port HTTP/1.1" 200 117 0.001424 10.0.0.130 - - [2026-01-19 02:19:40] "POST /neutron/network HTTP/1.1" 200 825 0.005838 10.0.0.130 - - [2026-01-19 02:19:44] "POST /neutron/port HTTP/1.1" 200 1125 0.012494 10.0.0.130 - - [2026-01-19 02:19:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005735 10.0.0.130 - - [2026-01-19 02:19:44] "POST /neutron/port HTTP/1.1" 200 1125 0.010094 10.0.0.130 - - [2026-01-19 02:19:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005525 10.0.0.130 - - [2026-01-19 02:19:44] "POST /neutron/port HTTP/1.1" 200 1125 0.013393 10.0.0.130 - - [2026-01-19 02:19:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006496 10.0.0.130 - - [2026-01-19 02:19:44] "GET /virtual-machine/a2ff2d81-4c26-4b51-913f-5ae2187e5860 HTTP/1.1" 200 1295 0.004100 10.0.0.130 - - [2026-01-19 02:19:44] "GET /virtual-machine-interface/6dd4b9f8-79be-4e42-aaaf-71c0afccdc36 HTTP/1.1" 200 2948 0.004150 10.0.0.130 - - [2026-01-19 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.130 - - [2026-01-19 02:19:44] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002756 10.0.0.130 - - [2026-01-19 02:19:44] "GET /virtual-networks?parent_id=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002661 10.0.0.130 - - [2026-01-19 02:19:44] "GET /virtual-network/e1efa139-3241-4b54-ac55-c648de083f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004686 10.0.0.130 - - [2026-01-19 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.130 - - [2026-01-19 02:19:48] "GET /virtual-network/e1efa139-3241-4b54-ac55-c648de083f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005121 10.0.0.130 - - [2026-01-19 02:19:48] "POST /neutron/port HTTP/1.1" 200 1125 0.014299 10.0.0.130 - - [2026-01-19 02:19:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004972 10.0.0.130 - - [2026-01-19 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.130 - - [2026-01-19 02:19:50] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003186 10.0.0.130 - - [2026-01-19 02:19:50] "GET /virtual-networks?parent_id=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003170 10.0.0.130 - - [2026-01-19 02:19:50] "GET /virtual-network/e1efa139-3241-4b54-ac55-c648de083f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004596 10.0.0.130 - - [2026-01-19 02:19:50] "POST /neutron/port HTTP/1.1" 200 1125 0.010817 10.0.0.130 - - [2026-01-19 02:19:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007227 10.0.0.130 - - [2026-01-19 02:19:57] "POST /neutron/network HTTP/1.1" 200 825 0.010426 10.0.0.130 - - [2026-01-19 02:19:57] "POST /neutron/network HTTP/1.1" 400 204 0.009652 10.0.0.130 - - [2026-01-19 02:19:57] "POST /neutron/port HTTP/1.1" 200 1125 0.011421 10.0.0.130 - - [2026-01-19 02:19:57] "POST /neutron/port HTTP/1.1" 200 1115 0.008653 10.0.0.130 - - [2026-01-19 02:19:57] "POST /neutron/port HTTP/1.1" 200 151 0.094237 10.0.0.130 - - [2026-01-19 02:19:59] "POST /neutron/network HTTP/1.1" 200 825 0.005162 10.0.0.130 - - [2026-01-19 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.130 - - [2026-01-19 02:19:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003356 10.0.0.130 - - [2026-01-19 02:19:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001791 10.0.0.130 - - [2026-01-19 02:19:59] "POST /neutron/network HTTP/1.1" 200 151 0.073277 10.0.0.130 - - [2026-01-19 02:19:59] "DELETE /route-target/66fe5bc4-f9b0-4f56-aef9-ff254b6ae7d4 HTTP/1.1" 200 115 0.015106 10.0.0.130 - - [2026-01-19 02:20:00] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002895 10.0.0.130 - - [2026-01-19 02:20:00] "POST /network-ipams HTTP/1.1" 200 543 0.015574 10.0.0.130 - - [2026-01-19 02:20:00] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.002941 10.0.0.130 - - [2026-01-19 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.130 - - [2026-01-19 02:20:00] "GET /network-ipam/19c4d404-330a-49ff-b5fc-8fc1465bed90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.004480 10.0.0.130 - - [2026-01-19 02:20:00] "PUT /network-ipam/19c4d404-330a-49ff-b5fc-8fc1465bed90 HTTP/1.1" 200 259 0.011423 10.0.0.130 - - [2026-01-19 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.130 - - [2026-01-19 02:20:00] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001410 10.0.0.130 - - [2026-01-19 02:20:00] "GET /project/78c8582f-344e-4992-8bc0-a424233fadf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.032273 10.0.0.130 - - [2026-01-19 02:20:00] "POST /neutron/network HTTP/1.1" 200 117 0.008910 10.0.0.130 - - [2026-01-19 02:20:00] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001056 10.0.0.130 - - [2026-01-19 02:20:00] "POST /neutron/network HTTP/1.1" 200 605 0.067794 10.0.0.130 - - [2026-01-19 02:20:00] "POST /route-targets HTTP/1.1" 200 328 0.013750 10.0.0.130 - - [2026-01-19 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.010313 10.0.0.130 - - [2026-01-19 02:20:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003602 10.0.0.130 - - [2026-01-19 02:20:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.160888 10.0.0.130 - - [2026-01-19 02:20:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003512 10.0.0.130 - - [2026-01-19 02:20:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.154205 10.0.0.130 - - [2026-01-19 02:20:00] "POST /neutron/network HTTP/1.1" 200 994 0.008538 10.0.0.130 - - [2026-01-19 02:20:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001136 10.0.0.130 - - [2026-01-19 02:20:00] "GET /virtual-network/01a503fc-200c-45bc-8b59-c3c818ba4a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004744 10.0.0.130 - - [2026-01-19 02:20:00] "POST /neutron/network HTTP/1.1" 200 994 0.006474 10.0.0.130 - - [2026-01-19 02:20:00] "GET /virtual-network/01a503fc-200c-45bc-8b59-c3c818ba4a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004910 10.0.0.130 - - [2026-01-19 02:20:01] "POST /neutron/network HTTP/1.1" 200 994 0.009230 10.0.0.130 - - [2026-01-19 02:20:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.008924 10.0.0.130 - - [2026-01-19 02:20:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.009183 10.0.0.130 - - [2026-01-19 02:20:01] "POST /neutron/network HTTP/1.1" 200 994 0.007974 10.0.0.130 - - [2026-01-19 02:20:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.008837 10.0.0.130 - - [2026-01-19 02:20:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.009895 10.0.0.130 - - [2026-01-19 02:20:01] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001028 10.0.0.130 - - [2026-01-19 02:20:01] "POST /neutron/port HTTP/1.1" 200 1017 0.173306 10.0.0.130 - - [2026-01-19 02:20:01] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001158 10.0.0.130 - - [2026-01-19 02:20:01] "POST /neutron/port HTTP/1.1" 200 1017 0.161962 10.0.0.130 - - [2026-01-19 02:20:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.001672 10.0.0.130 - - [2026-01-19 02:20:01] "POST /neutron/port HTTP/1.1" 200 1017 0.013070 10.0.0.130 - - [2026-01-19 02:20:01] "POST /neutron/port HTTP/1.1" 200 1017 0.013624 10.0.0.130 - - [2026-01-19 02:20:01] "POST /neutron/network HTTP/1.1" 200 994 0.006394 10.0.0.130 - - [2026-01-19 02:20:01] "POST /neutron/port HTTP/1.1" 200 1017 0.010986 10.0.0.130 - - [2026-01-19 02:20:01] "POST /neutron/port HTTP/1.1" 200 117 0.006800 10.0.0.130 - - [2026-01-19 02:20:01] "POST /neutron/port HTTP/1.1" 200 1017 0.018232 10.0.0.130 - - [2026-01-19 02:20:01] "POST /neutron/port HTTP/1.1" 200 117 0.005146 10.0.0.130 - - [2026-01-19 02:20:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.001291 10.0.0.130 - - [2026-01-19 02:20:02] "POST /neutron/port HTTP/1.1" 200 117 0.005254 10.0.0.130 - - [2026-01-19 02:20:02] "POST /neutron/port HTTP/1.1" 200 1017 0.011033 10.0.0.130 - - [2026-01-19 02:20:02] "POST /neutron/port HTTP/1.1" 200 1017 0.010011 10.0.0.130 - - [2026-01-19 02:20:02] "POST /neutron/network HTTP/1.1" 200 994 0.006329 10.0.0.130 - - [2026-01-19 02:20:02] "POST /neutron/port HTTP/1.1" 200 1017 0.009008 10.0.0.130 - - [2026-01-19 02:20:02] "POST /neutron/port HTTP/1.1" 200 117 0.005610 10.0.0.130 - - [2026-01-19 02:20:02] "POST /neutron/port HTTP/1.1" 200 1017 0.008098 10.0.0.130 - - [2026-01-19 02:20:02] "POST /neutron/port HTTP/1.1" 200 117 0.005033 10.0.0.130 - - [2026-01-19 02:20:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001336 10.0.0.130 - - [2026-01-19 02:20:02] "POST /neutron/port HTTP/1.1" 200 1017 0.013170 10.0.0.130 - - [2026-01-19 02:20:02] "POST /neutron/network HTTP/1.1" 200 1004 0.008406 10.0.0.130 - - [2026-01-19 02:20:02] "POST /neutron/port HTTP/1.1" 200 1017 0.008404 10.0.0.130 - - [2026-01-19 02:20:02] "POST /neutron/port HTTP/1.1" 200 117 0.004864 10.0.0.130 - - [2026-01-19 02:20:02] "POST /neutron/port HTTP/1.1" 200 1017 0.010386 10.0.0.130 - - [2026-01-19 02:20:02] "POST /neutron/port HTTP/1.1" 200 1109 0.093197 10.0.0.130 - - [2026-01-19 02:20:02] "POST /neutron/network HTTP/1.1" 200 1004 0.006541 10.0.0.130 - - [2026-01-19 02:20:02] "POST /neutron/port HTTP/1.1" 200 1119 0.013775 10.0.0.130 - - [2026-01-19 02:20:02] "GET /aaa-mode HTTP/1.1" 401 293 0.000475 10.0.0.130 - - [2026-01-19 02:20:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004266 10.0.0.130 - - [2026-01-19 02:20:02] "POST /neutron/subnet HTTP/1.1" 200 673 0.008153 10.0.0.130 - - [2026-01-19 02:20:02] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.130 - - [2026-01-19 02:20:02] "POST /neutron/network HTTP/1.1" 200 994 0.010764 10.0.0.130 - - [2026-01-19 02:20:02] "POST /neutron/port HTTP/1.1" 200 1017 0.010470 10.0.0.130 - - [2026-01-19 02:20:02] "POST /neutron/network HTTP/1.1" 200 1004 0.004503 10.0.0.130 - - [2026-01-19 02:20:03] "POST /neutron/port HTTP/1.1" 200 1017 0.007931 10.0.0.130 - - [2026-01-19 02:20:03] "POST /neutron/port HTTP/1.1" 200 1017 0.007568 10.0.0.130 - - [2026-01-19 02:20:03] "GET / HTTP/1.1" 200 36215 0.001460 10.0.0.130 - - [2026-01-19 02:20:03] "GET /project/78c8582f-344e-4992-8bc0-a424233fadf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000460 10.0.0.130 - - [2026-01-19 02:20:03] "POST /neutron/port HTTP/1.1" 200 1109 0.083845 10.0.0.130 - - [2026-01-19 02:20:03] "POST /neutron/port HTTP/1.1" 200 1119 0.013238 10.0.0.130 - - [2026-01-19 02:20:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005144 10.0.0.130 - - [2026-01-19 02:20:03] "POST /neutron/subnet HTTP/1.1" 200 673 0.012312 10.0.0.130 - - [2026-01-19 02:20:03] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.130 - - [2026-01-19 02:20:03] "POST /neutron/network HTTP/1.1" 200 994 0.008174 10.0.0.130 - - [2026-01-19 02:20:03] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000931 10.0.0.130 - - [2026-01-19 02:20:03] "GET /project/78c8582f-344e-4992-8bc0-a424233fadf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.065573 10.0.0.130 - - [2026-01-19 02:20:03] "POST /neutron/network HTTP/1.1" 200 994 0.006794 10.0.0.130 - - [2026-01-19 02:20:03] "POST /neutron/port HTTP/1.1" 200 2086 0.033571 10.0.0.130 - - [2026-01-19 02:20:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.014280 10.0.0.130 - - [2026-01-19 02:20:03] "POST /neutron/port HTTP/1.1" 200 117 0.004751 10.0.0.130 - - [2026-01-19 02:20:03] "GET /domains HTTP/1.1" 200 281 0.003544 10.0.0.130 - - [2026-01-19 02:20:03] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000976 10.0.0.130 - - [2026-01-19 02:20:03] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2583 0.009463 10.0.0.130 - - [2026-01-19 02:20:03] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001619 10.0.0.130 - - [2026-01-19 02:20:03] "GET /project/78c8582f-344e-4992-8bc0-a424233fadf9 HTTP/1.1" 200 2851 0.080469 10.0.0.130 - - [2026-01-19 02:20:03] "GET /network-ipam/19c4d404-330a-49ff-b5fc-8fc1465bed90 HTTP/1.1" 200 2649 0.005364 10.0.0.130 - - [2026-01-19 02:20:03] "GET /domains HTTP/1.1" 200 281 0.002444 10.0.0.130 - - [2026-01-19 02:20:03] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001341 10.0.0.130 - - [2026-01-19 02:20:03] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2583 0.010324 10.0.0.130 - - [2026-01-19 02:20:03] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002154 10.0.0.130 - - [2026-01-19 02:20:03] "GET /project/78c8582f-344e-4992-8bc0-a424233fadf9 HTTP/1.1" 200 2851 0.087151 10.0.0.130 - - [2026-01-19 02:20:03] "GET /virtual-network/01a503fc-200c-45bc-8b59-c3c818ba4a91 HTTP/1.1" 200 3787 0.008123 10.0.0.130 - - [2026-01-19 02:20:04] "GET /virtual-network/01a503fc-200c-45bc-8b59-c3c818ba4a91 HTTP/1.1" 200 3787 0.010578 10.0.0.130 - - [2026-01-19 02:20:04] "GET /routing-instance/e5bbc2e5-8d41-4bb7-8e4b-b5aa7a0bddae HTTP/1.1" 200 2386 0.004239 10.0.0.130 - - [2026-01-19 02:20:04] "GET /routing-instance/e5bbc2e5-8d41-4bb7-8e4b-b5aa7a0bddae HTTP/1.1" 200 2386 0.003868 10.0.0.130 - - [2026-01-19 02:20:04] "GET /route-target/e2397de7-62ab-489d-952a-f5c16d9bc85c HTTP/1.1" 200 1207 0.004110 10.0.0.130 - - [2026-01-19 02:20:04] "GET /virtual-network/01a503fc-200c-45bc-8b59-c3c818ba4a91 HTTP/1.1" 200 3787 0.008045 10.0.0.130 - - [2026-01-19 02:20:04] "GET /routing-instance/e5bbc2e5-8d41-4bb7-8e4b-b5aa7a0bddae HTTP/1.1" 200 2386 0.006558 10.0.0.130 - - [2026-01-19 02:20:04] "GET /virtual-network/01a503fc-200c-45bc-8b59-c3c818ba4a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006039 10.0.0.130 - - [2026-01-19 02:20:04] "GET /virtual-network/01a503fc-200c-45bc-8b59-c3c818ba4a91 HTTP/1.1" 200 3787 0.005122 10.0.0.130 - - [2026-01-19 02:20:04] "GET /routing-instance/e5bbc2e5-8d41-4bb7-8e4b-b5aa7a0bddae HTTP/1.1" 200 2386 0.003565 10.0.0.130 - - [2026-01-19 02:20:04] "GET /routing-instance/e5bbc2e5-8d41-4bb7-8e4b-b5aa7a0bddae HTTP/1.1" 200 2386 0.004087 10.0.0.130 - - [2026-01-19 02:20:04] "GET /route-target/e2397de7-62ab-489d-952a-f5c16d9bc85c HTTP/1.1" 200 1207 0.004291 10.0.0.130 - - [2026-01-19 02:20:04] "GET /domains HTTP/1.1" 200 281 0.002812 10.0.0.130 - - [2026-01-19 02:20:04] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003129 10.0.0.130 - - [2026-01-19 02:20:04] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2583 0.014845 10.0.0.130 - - [2026-01-19 02:20:04] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001204 10.0.0.130 - - [2026-01-19 02:20:04] "POST /neutron/network HTTP/1.1" 200 1004 0.005066 10.0.0.130 - - [2026-01-19 02:20:04] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001751 10.0.0.130 - - [2026-01-19 02:20:04] "GET /project/78c8582f-344e-4992-8bc0-a424233fadf9 HTTP/1.1" 200 2851 0.107295 10.0.0.130 - - [2026-01-19 02:20:04] "GET /virtual-network/01a503fc-200c-45bc-8b59-c3c818ba4a91 HTTP/1.1" 200 3787 0.006974 10.0.0.130 - - [2026-01-19 02:20:04] "POST /neutron/port HTTP/1.1" 200 1055 0.298059 10.0.0.130 - - [2026-01-19 02:20:04] "POST /neutron/port HTTP/1.1" 200 1055 0.012109 10.0.0.130 - - [2026-01-19 02:20:04] "POST /neutron/port HTTP/1.1" 200 1055 0.011628 10.0.0.130 - - [2026-01-19 02:20:04] "POST /neutron/port HTTP/1.1" 200 1109 0.081947 10.0.0.130 - - [2026-01-19 02:20:04] "POST /neutron/port HTTP/1.1" 200 1119 0.014860 10.0.0.130 - - [2026-01-19 02:20:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003184 10.0.0.130 - - [2026-01-19 02:20:04] "POST /neutron/subnet HTTP/1.1" 200 673 0.012790 10.0.0.130 - - [2026-01-19 02:20:04] "GET /obj-perms HTTP/1.1" 200 5049 0.065764 10.0.0.130 - - [2026-01-19 02:20:04] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.130 - - [2026-01-19 02:20:04] "POST /neutron/network HTTP/1.1" 200 994 0.006510 10.0.0.130 - - [2026-01-19 02:20:04] "POST /neutron/port HTTP/1.1" 200 1119 0.016123 10.0.0.130 - - [2026-01-19 02:20:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009094 10.0.0.130 - - [2026-01-19 02:20:04] "POST /neutron/port HTTP/1.1" 200 1119 0.018888 10.0.0.130 - - [2026-01-19 02:20:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009891 10.0.0.130 - - [2026-01-19 02:20:05] "POST /neutron/port HTTP/1.1" 200 1119 0.015772 10.0.0.130 - - [2026-01-19 02:20:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011869 10.0.0.130 - - [2026-01-19 02:20:05] "GET /virtual-machine/8e1bb9f6-c931-4901-9854-e3685ed1e58b HTTP/1.1" 200 1291 0.005123 10.0.0.130 - - [2026-01-19 02:20:05] "GET /virtual-machine-interface/c6638aec-8276-4aba-a578-7893912744fe HTTP/1.1" 200 2949 0.005740 10.0.0.130 - - [2026-01-19 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.130 - - [2026-01-19 02:20:05] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003461 10.0.0.130 - - [2026-01-19 02:20:05] "GET /virtual-networks?parent_id=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003162 10.0.0.130 - - [2026-01-19 02:20:05] "GET /virtual-network/01a503fc-200c-45bc-8b59-c3c818ba4a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006002 10.0.0.130 - - [2026-01-19 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.130 - - [2026-01-19 02:20:08] "GET /virtual-network/01a503fc-200c-45bc-8b59-c3c818ba4a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.009148 10.0.0.130 - - [2026-01-19 02:20:12] "POST /neutron/port HTTP/1.1" 200 1119 0.011375 10.0.0.130 - - [2026-01-19 02:20:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004935 10.0.0.130 - - [2026-01-19 02:20:12] "POST /neutron/port HTTP/1.1" 200 1119 0.018166 10.0.0.130 - - [2026-01-19 02:20:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005819 10.0.0.130 - - [2026-01-19 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.130 - - [2026-01-19 02:20:12] "GET /virtual-network/01a503fc-200c-45bc-8b59-c3c818ba4a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004995 10.0.0.130 - - [2026-01-19 02:20:13] "POST /neutron/port HTTP/1.1" 200 1119 0.011196 10.0.0.130 - - [2026-01-19 02:20:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005225 10.0.0.130 - - [2026-01-19 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.130 - - [2026-01-19 02:20:14] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003340 10.0.0.130 - - [2026-01-19 02:20:14] "GET /virtual-networks?parent_id=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003127 10.0.0.130 - - [2026-01-19 02:20:14] "GET /virtual-network/01a503fc-200c-45bc-8b59-c3c818ba4a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004647 10.0.0.130 - - [2026-01-19 02:20:14] "POST /neutron/port HTTP/1.1" 200 1119 0.012103 10.0.0.130 - - [2026-01-19 02:20:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005635 10.0.0.130 - - [2026-01-19 02:20:15] "POST /neutron/port HTTP/1.1" 200 1119 0.009746 10.0.0.130 - - [2026-01-19 02:20:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005327 10.0.0.130 - - [2026-01-19 02:20:15] "POST /neutron/port HTTP/1.1" 200 1119 0.012473 10.0.0.130 - - [2026-01-19 02:20:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006540 10.0.0.130 - - [2026-01-19 02:20:15] "GET /virtual-machine/91bc3f46-dd0c-4ca6-abe1-014e6e8fa7ab HTTP/1.1" 200 1291 0.004893 10.0.0.130 - - [2026-01-19 02:20:15] "GET /virtual-machine-interface/ed64c0e9-35f7-44e4-9677-712784955bf3 HTTP/1.1" 200 2949 0.004516 10.0.0.130 - - [2026-01-19 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.130 - - [2026-01-19 02:20:15] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003786 10.0.0.130 - - [2026-01-19 02:20:15] "GET /virtual-networks?parent_id=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002673 10.0.0.130 - - [2026-01-19 02:20:15] "GET /virtual-network/01a503fc-200c-45bc-8b59-c3c818ba4a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004992 10.0.0.130 - - [2026-01-19 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002496 10.0.0.130 - - [2026-01-19 02:20:16] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002963 10.0.0.130 - - [2026-01-19 02:20:16] "GET /virtual-networks?parent_id=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003007 10.0.0.130 - - [2026-01-19 02:20:16] "GET /virtual-network/01a503fc-200c-45bc-8b59-c3c818ba4a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004783 10.0.0.130 - - [2026-01-19 02:20:16] "POST /neutron/port HTTP/1.1" 200 1119 0.014882 10.0.0.130 - - [2026-01-19 02:20:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004921 10.0.0.130 - - [2026-01-19 02:20:16] "POST /neutron/port HTTP/1.1" 200 1119 0.012729 10.0.0.130 - - [2026-01-19 02:20:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009678 10.0.0.130 - - [2026-01-19 02:20:16] "POST /neutron/port HTTP/1.1" 200 1119 0.011675 10.0.0.130 - - [2026-01-19 02:20:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005992 10.0.0.130 - - [2026-01-19 02:20:16] "GET /virtual-machine/c8829c30-4741-49d4-90b0-917265876785 HTTP/1.1" 200 1295 0.004483 10.0.0.130 - - [2026-01-19 02:20:16] "GET /virtual-machine-interface/e0d24ea6-c8f7-47cc-bf97-327956af44c1 HTTP/1.1" 200 2949 0.008348 10.0.0.130 - - [2026-01-19 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.130 - - [2026-01-19 02:20:17] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002795 10.0.0.130 - - [2026-01-19 02:20:17] "GET /virtual-networks?parent_id=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002854 10.0.0.130 - - [2026-01-19 02:20:17] "GET /virtual-network/01a503fc-200c-45bc-8b59-c3c818ba4a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005229 10.0.0.130 - - [2026-01-19 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.130 - - [2026-01-19 02:20:18] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002739 10.0.0.130 - - [2026-01-19 02:20:18] "GET /virtual-networks?parent_id=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002697 10.0.0.130 - - [2026-01-19 02:20:18] "GET /virtual-network/01a503fc-200c-45bc-8b59-c3c818ba4a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004914 10.0.0.130 - - [2026-01-19 02:20:25] "GET /obj-perms HTTP/1.1" 200 5075 0.056796 10.0.0.130 - - [2026-01-19 02:20:25] "GET /obj-perms HTTP/1.1" 200 5075 0.056580 10.0.0.130 - - [2026-01-19 02:20:30] "POST /neutron/port HTTP/1.1" 200 1119 0.013649 10.0.0.130 - - [2026-01-19 02:20:30] "POST /neutron/port HTTP/1.1" 200 1119 0.013042 10.0.0.130 - - [2026-01-19 02:20:30] "POST /neutron/network HTTP/1.1" 200 1004 0.007978 10.0.0.130 - - [2026-01-19 02:20:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004250 10.0.0.130 - - [2026-01-19 02:20:30] "POST /neutron/subnet HTTP/1.1" 200 673 0.007938 10.0.0.130 - - [2026-01-19 02:20:30] "POST /neutron/port HTTP/1.1" 200 117 0.001399 10.0.0.130 - - [2026-01-19 02:20:30] "POST /neutron/network HTTP/1.1" 200 994 0.008638 10.0.0.130 - - [2026-01-19 02:20:34] "POST /neutron/port HTTP/1.1" 200 1109 0.012980 10.0.0.130 - - [2026-01-19 02:20:34] "POST /neutron/port HTTP/1.1" 200 1109 0.009737 10.0.0.130 - - [2026-01-19 02:20:34] "POST /neutron/port HTTP/1.1" 200 151 0.112494 10.0.0.130 - - [2026-01-19 02:20:34] "POST /neutron/port HTTP/1.1" 200 1109 0.012580 10.0.0.130 - - [2026-01-19 02:20:34] "POST /neutron/port HTTP/1.1" 200 1109 0.010092 10.0.0.130 - - [2026-01-19 02:20:34] "POST /neutron/port HTTP/1.1" 200 1119 0.013036 10.0.0.130 - - [2026-01-19 02:20:34] "POST /neutron/port HTTP/1.1" 200 151 0.114148 10.0.0.130 - - [2026-01-19 02:20:34] "POST /neutron/port HTTP/1.1" 200 1109 0.013787 10.0.0.130 - - [2026-01-19 02:20:34] "POST /neutron/network HTTP/1.1" 200 994 0.008194 10.0.0.130 - - [2026-01-19 02:20:34] "POST /neutron/network HTTP/1.1" 400 204 0.014286 10.0.0.130 - - [2026-01-19 02:20:34] "POST /neutron/port HTTP/1.1" 200 151 0.096916 10.0.0.130 - - [2026-01-19 02:20:36] "POST /neutron/network HTTP/1.1" 200 994 0.008773 10.0.0.130 - - [2026-01-19 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002250 10.0.0.130 - - [2026-01-19 02:20:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001765 10.0.0.130 - - [2026-01-19 02:20:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002074 10.0.0.130 - - [2026-01-19 02:20:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001351 10.0.0.130 - - [2026-01-19 02:20:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004707 10.0.0.130 - - [2026-01-19 02:20:36] "DELETE /route-target/e2397de7-62ab-489d-952a-f5c16d9bc85c HTTP/1.1" 200 115 0.027782 10.0.0.130 - - [2026-01-19 02:20:36] "POST /neutron/network HTTP/1.1" 200 151 0.097544 10.0.0.130 - - [2026-01-19 02:20:36] "GET /routing-instance/e5bbc2e5-8d41-4bb7-8e4b-b5aa7a0bddae HTTP/1.1" 404 171 0.002286 10.0.0.130 - - [2026-01-19 02:20:36] "GET /domains HTTP/1.1" 200 281 0.002529 10.0.0.130 - - [2026-01-19 02:20:36] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001608 10.0.0.130 - - [2026-01-19 02:20:36] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 2583 0.048644 10.0.0.130 - - [2026-01-19 02:20:36] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001432 10.0.0.130 - - [2026-01-19 02:20:36] "GET /project/78c8582f-344e-4992-8bc0-a424233fadf9 HTTP/1.1" 200 2091 0.067725 10.0.0.130 - - [2026-01-19 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.130 - - [2026-01-19 02:20:36] "DELETE /network-ipam/19c4d404-330a-49ff-b5fc-8fc1465bed90 HTTP/1.1" 200 115 0.026710 10.0.0.130 - - [2026-01-19 02:20:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.003404 10.0.0.130 - - [2026-01-19 02:20:37] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000906 10.0.0.130 - - [2026-01-19 02:20:37] "GET /project/78c8582f-344e-4992-8bc0-a424233fadf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.028833 10.0.0.130 - - [2026-01-19 02:20:37] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000966 10.0.0.130 - - [2026-01-19 02:20:37] "GET /project/78c8582f-344e-4992-8bc0-a424233fadf9?fields=virtual_networks HTTP/1.1" 200 1034 0.071605 10.0.0.130 - - [2026-01-19 02:20:37] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001039 10.0.0.130 - - [2026-01-19 02:20:37] "GET /project/78c8582f-344e-4992-8bc0-a424233fadf9?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.024174 10.0.0.130 - - [2026-01-19 02:20:37] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000956 10.0.0.130 - - [2026-01-19 02:20:37] "GET /project/78c8582f-344e-4992-8bc0-a424233fadf9?fields=security_groups HTTP/1.1" 200 1261 0.033612 10.0.0.130 - - [2026-01-19 02:20:39] "POST /neutron/port HTTP/1.1" 200 117 0.004464 10.0.0.130 - - [2026-01-19 02:20:39] "POST /neutron/port HTTP/1.1" 400 205 0.004677 10.0.0.130 - - [2026-01-19 02:20:39] "POST /neutron/port HTTP/1.1" 200 117 0.006683 10.0.0.130 - - [2026-01-19 02:20:39] "POST /neutron/port HTTP/1.1" 400 205 0.006203 10.0.0.130 - - [2026-01-19 02:20:45] "GET / HTTP/1.1" 200 36215 0.001740 10.0.0.130 - - [2026-01-19 02:20:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000630 10.0.0.130 - - [2026-01-19 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 183 0.057765 10.0.0.130 - - [2026-01-19 02:20:46] "GET /projects?obj_uuids=34cf522d-60e3-465a-bf12-0e01c596cca3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002303 10.0.0.130 - - [2026-01-19 02:20:46] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001533 10.0.0.130 - - [2026-01-19 02:20:46] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006879 10.0.0.130 - - [2026-01-19 02:20:46] "POST /id-to-fqname HTTP/1.1" 200 185 0.001143 10.0.0.130 - - [2026-01-19 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.002995 10.0.0.130 - - [2026-01-19 02:20:46] "POST /security-groups HTTP/1.1" 200 586 0.063892 10.0.0.130 - - [2026-01-19 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.002983 10.0.0.130 - - [2026-01-19 02:20:46] "POST /projects HTTP/1.1" 200 575 0.216844 10.0.0.130 - - [2026-01-19 02:20:46] "POST /access-control-lists HTTP/1.1" 200 593 0.055527 10.0.0.130 - - [2026-01-19 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.298273 10.0.0.130 - - [2026-01-19 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 228 0.002551 10.0.0.130 - - [2026-01-19 02:20:46] "GET /project/34cf522d-60e3-465a-bf12-0e01c596cca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.420178 10.0.0.130 - - [2026-01-19 02:20:46] "POST /access-control-lists HTTP/1.1" 200 591 0.066057 10.0.0.130 - - [2026-01-19 02:20:47] "GET / HTTP/1.1" 200 36215 0.002542 10.0.0.130 - - [2026-01-19 02:20:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000636 10.0.0.130 - - [2026-01-19 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.029498 10.0.0.130 - - [2026-01-19 02:20:50] "GET /api-access-list/2b135080-9fe7-455f-a44f-32c45036999b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003804 10.0.0.130 - - [2026-01-19 02:20:50] "GET /api-access-list/2b135080-9fe7-455f-a44f-32c45036999b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003232 10.0.0.130 - - [2026-01-19 02:20:50] "GET /api-access-list/2b135080-9fe7-455f-a44f-32c45036999b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004315 10.0.0.130 - - [2026-01-19 02:20:50] "PUT /api-access-list/2b135080-9fe7-455f-a44f-32c45036999b HTTP/1.1" 200 265 0.011492 10.0.0.130 - - [2026-01-19 02:20:50] "GET /aaa-mode HTTP/1.1" 401 293 0.000517 10.0.0.130 - - [2026-01-19 02:20:50] "GET /aaa-mode HTTP/1.1" 200 128 0.027711 10.0.0.130 - - [2026-01-19 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 183 0.030078 10.0.0.130 - - [2026-01-19 02:20:51] "GET /projects?obj_uuids=5a4223cc-cdb7-4f14-8b6b-31a51ff58ffc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002586 10.0.0.130 - - [2026-01-19 02:20:51] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000910 10.0.0.130 - - [2026-01-19 02:20:51] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005705 10.0.0.130 - - [2026-01-19 02:20:51] "POST /id-to-fqname HTTP/1.1" 200 185 0.003382 10.0.0.130 - - [2026-01-19 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 194 0.003811 10.0.0.130 - - [2026-01-19 02:20:51] "POST /security-groups HTTP/1.1" 200 586 0.063808 10.0.0.130 - - [2026-01-19 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 229 0.004597 10.0.0.130 - - [2026-01-19 02:20:51] "POST /projects HTTP/1.1" 200 575 0.222004 10.0.0.130 - - [2026-01-19 02:20:51] "POST /access-control-lists HTTP/1.1" 200 593 0.060122 10.0.0.130 - - [2026-01-19 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.297398 10.0.0.130 - - [2026-01-19 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 228 0.003417 10.0.0.130 - - [2026-01-19 02:20:51] "GET /project/5a4223cc-cdb7-4f14-8b6b-31a51ff58ffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.421973 10.0.0.130 - - [2026-01-19 02:20:51] "POST /access-control-lists HTTP/1.1" 200 591 0.060636 10.0.0.130 - - [2026-01-19 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 183 0.025907 10.0.0.130 - - [2026-01-19 02:20:52] "GET /projects?obj_uuids=8a16f272-d82d-43b7-aa45-75881c726835&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004539 10.0.0.130 - - [2026-01-19 02:20:52] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001326 10.0.0.130 - - [2026-01-19 02:20:52] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007973 10.0.0.130 - - [2026-01-19 02:20:52] "POST /id-to-fqname HTTP/1.1" 200 185 0.001263 10.0.0.130 - - [2026-01-19 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 194 0.003036 10.0.0.130 - - [2026-01-19 02:20:52] "POST /security-groups HTTP/1.1" 200 586 0.060237 10.0.0.130 - - [2026-01-19 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 229 0.003408 10.0.0.130 - - [2026-01-19 02:20:52] "POST /projects HTTP/1.1" 200 575 0.208849 10.0.0.130 - - [2026-01-19 02:20:52] "POST /access-control-lists HTTP/1.1" 200 593 0.061419 10.0.0.130 - - [2026-01-19 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.287199 10.0.0.130 - - [2026-01-19 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 228 0.003744 10.0.0.130 - - [2026-01-19 02:20:52] "GET /project/8a16f272-d82d-43b7-aa45-75881c726835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.426558 10.0.0.130 - - [2026-01-19 02:20:52] "POST /access-control-lists HTTP/1.1" 200 591 0.080579 10.0.0.130 - - [2026-01-19 02:20:53] "GET / HTTP/1.1" 200 36215 0.002178 10.0.0.130 - - [2026-01-19 02:20:54] "GET / HTTP/1.1" 200 36215 0.001614 10.0.0.130 - - [2026-01-19 02:20:54] "POST /fqname-to-id HTTP/1.1" 404 183 0.003320 10.0.0.130 - - [2026-01-19 02:20:54] "POST /api-access-lists HTTP/1.1" 200 523 0.014591 10.0.0.130 - - [2026-01-19 02:20:54] "GET /api-access-list/337c9ea1-b628-45c1-bc9c-46a5f80d9ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.004933 10.0.0.130 - - [2026-01-19 02:20:54] "GET /api-access-list/337c9ea1-b628-45c1-bc9c-46a5f80d9ee9 HTTP/1.1" 401 293 0.000544 10.0.0.130 - - [2026-01-19 02:20:54] "GET /api-access-list/337c9ea1-b628-45c1-bc9c-46a5f80d9ee9 HTTP/1.1" 200 1267 0.063664 10.0.0.130 - - [2026-01-19 02:20:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000422 10.0.0.130 - - [2026-01-19 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.066307 10.0.0.130 - - [2026-01-19 02:20:55] "GET /projects?obj_uuids=5a4223cc-cdb7-4f14-8b6b-31a51ff58ffc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001505 10.0.0.130 - - [2026-01-19 02:20:55] "GET /project/5a4223cc-cdb7-4f14-8b6b-31a51ff58ffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.033612 10.0.0.130 - - [2026-01-19 02:20:55] "GET /virtual-networks?parent_id=5a4223cc-cdb7-4f14-8b6b-31a51ff58ffc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014260 10.0.0.130 - - [2026-01-19 02:20:55] "POST /virtual-networks HTTP/1.1" 200 570 0.049445 10.0.0.130 - - [2026-01-19 02:20:55] "POST /route-targets HTTP/1.1" 200 328 0.012422 10.0.0.130 - - [2026-01-19 02:20:55] "POST /ref-update HTTP/1.1" 200 156 0.011591 10.0.0.130 - - [2026-01-19 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.015370 10.0.0.130 - - [2026-01-19 02:20:55] "GET /network-ipam/7afe3b6c-a3de-4688-a8ad-938523432fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.011015 10.0.0.130 - - [2026-01-19 02:20:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002906 10.0.0.130 - - [2026-01-19 02:20:55] "POST /ref-update HTTP/1.1" 200 156 0.046400 10.0.0.130 - - [2026-01-19 02:20:55] "POST /neutron/network HTTP/1.1" 200 834 0.046469 10.0.0.130 - - [2026-01-19 02:20:55] "POST /neutron/network HTTP/1.1" 200 834 0.022888 10.0.0.130 - - [2026-01-19 02:20:55] "GET /virtual-network/b989a865-9ecc-4b79-9392-c84191219293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.013393 10.0.0.130 - - [2026-01-19 02:20:55] "POST /neutron/network HTTP/1.1" 200 834 0.017897 10.0.0.130 - - [2026-01-19 02:20:55] "POST /neutron/subnet HTTP/1.1" 200 685 0.028165 10.0.0.130 - - [2026-01-19 02:20:55] "GET /virtual-network/b989a865-9ecc-4b79-9392-c84191219293 HTTP/1.1" 401 293 0.000372 10.0.0.130 - - [2026-01-19 02:20:56] "GET /virtual-network/b989a865-9ecc-4b79-9392-c84191219293 HTTP/1.1" 200 2276 0.041555 10.0.0.130 - - [2026-01-19 02:20:56] "GET /virtual-network/b989a865-9ecc-4b79-9392-c84191219293 HTTP/1.1" 401 293 0.000308 10.0.0.130 - - [2026-01-19 02:20:56] "GET /virtual-network/b989a865-9ecc-4b79-9392-c84191219293 HTTP/1.1" 200 2015 0.043133 10.0.0.130 - - [2026-01-19 02:20:57] "GET /obj-perms HTTP/1.1" 200 4934 0.063108 10.0.0.130 - - [2026-01-19 02:20:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000308 10.0.0.130 - - [2026-01-19 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.025690 10.0.0.130 - - [2026-01-19 02:20:57] "GET /virtual-network/b989a865-9ecc-4b79-9392-c84191219293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.011001 10.0.0.130 - - [2026-01-19 02:20:57] "GET /obj-perms HTTP/1.1" 200 4934 0.008392 10.0.0.130 - - [2026-01-19 02:20:57] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.015306 10.0.0.130 - - [2026-01-19 02:20:57] "GET /obj-perms HTTP/1.1" 200 4934 0.061782 10.0.0.130 - - [2026-01-19 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002121 10.0.0.130 - - [2026-01-19 02:20:58] "GET /virtual-network/b989a865-9ecc-4b79-9392-c84191219293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.013230 10.0.0.130 - - [2026-01-19 02:20:58] "GET /obj-perms HTTP/1.1" 200 4934 0.009063 10.0.0.130 - - [2026-01-19 02:20:58] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.015816 10.0.0.130 - - [2026-01-19 02:20:58] "POST /id-to-fqname HTTP/1.1" 401 293 0.000510 10.0.0.130 - - [2026-01-19 02:20:58] "POST /id-to-fqname HTTP/1.1" 200 230 0.042905 10.0.0.130 - - [2026-01-19 02:20:59] "POST /neutron/network HTTP/1.1" 200 844 0.044942 10.0.0.130 - - [2026-01-19 02:20:59] "GET /aaa-mode HTTP/1.1" 401 293 0.000746 10.0.0.130 - - [2026-01-19 02:20:59] "GET / HTTP/1.1" 200 36215 0.002074 10.0.0.130 - - [2026-01-19 02:20:59] "GET /project/8a16f272-d82d-43b7-aa45-75881c726835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000419 10.0.0.130 - - [2026-01-19 02:20:59] "GET /projects?obj_uuids=8a16f272-d82d-43b7-aa45-75881c726835&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001112 10.0.0.130 - - [2026-01-19 02:20:59] "GET /project/8a16f272-d82d-43b7-aa45-75881c726835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.059748 10.0.0.130 - - [2026-01-19 02:20:59] "POST /neutron/network HTTP/1.1" 200 834 0.008116 10.0.0.130 - - [2026-01-19 02:21:00] "POST /neutron/port HTTP/1.1" 200 117 0.038426 10.0.0.130 - - [2026-01-19 02:21:00] "POST /neutron/port HTTP/1.1" 200 117 0.006021 10.0.0.130 - - [2026-01-19 02:21:00] "POST /neutron/port HTTP/1.1" 200 117 0.005623 10.0.0.130 - - [2026-01-19 02:21:00] "POST /neutron/network HTTP/1.1" 200 844 0.022462 10.0.0.130 - - [2026-01-19 02:21:00] "POST /neutron/network HTTP/1.1" 200 834 0.019461 10.0.0.130 - - [2026-01-19 02:21:00] "GET /projects?obj_uuids=8a16f272-d82d-43b7-aa45-75881c726835&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001469 10.0.0.130 - - [2026-01-19 02:21:00] "POST /neutron/port HTTP/1.1" 200 1057 0.338622 10.0.0.130 - - [2026-01-19 02:21:00] "POST /neutron/port HTTP/1.1" 200 1057 0.011210 10.0.0.130 - - [2026-01-19 02:21:00] "POST /neutron/port HTTP/1.1" 200 1057 0.014566 10.0.0.130 - - [2026-01-19 02:21:01] "POST /neutron/port HTTP/1.1" 200 1111 0.063022 10.0.0.130 - - [2026-01-19 02:21:01] "POST /neutron/port HTTP/1.1" 200 1121 0.016098 10.0.0.130 - - [2026-01-19 02:21:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003614 10.0.0.130 - - [2026-01-19 02:21:01] "POST /neutron/subnet HTTP/1.1" 200 659 0.007155 10.0.0.130 - - [2026-01-19 02:21:01] "POST /neutron/port HTTP/1.1" 200 117 0.001637 10.0.0.130 - - [2026-01-19 02:21:01] "POST /neutron/network HTTP/1.1" 200 834 0.005807 10.0.0.130 - - [2026-01-19 02:21:05] "POST /neutron/port HTTP/1.1" 200 1121 0.013500 10.0.0.130 - - [2026-01-19 02:21:05] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006009 10.0.0.130 - - [2026-01-19 02:21:05] "POST /neutron/port HTTP/1.1" 200 1121 0.011384 10.0.0.130 - - [2026-01-19 02:21:05] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006959 10.0.0.130 - - [2026-01-19 02:21:05] "POST /neutron/port HTTP/1.1" 200 1121 0.010811 10.0.0.130 - - [2026-01-19 02:21:05] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005426 10.0.0.130 - - [2026-01-19 02:21:05] "POST /neutron/port HTTP/1.1" 200 1121 0.014105 10.0.0.130 - - [2026-01-19 02:21:05] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008534 10.0.0.130 - - [2026-01-19 02:21:05] "GET /virtual-machine/3e4336a7-d1e1-408a-854c-ebdf29299748 HTTP/1.1" 200 1288 0.012324 10.0.0.130 - - [2026-01-19 02:21:05] "GET /virtual-machine/3e4336a7-d1e1-408a-854c-ebdf29299748 HTTP/1.1" 200 1288 0.010370 10.0.0.130 - - [2026-01-19 02:21:05] "GET /virtual-machine-interface/2a192b29-887f-4568-9e3c-9db33973ac05 HTTP/1.1" 200 2536 0.013109 10.0.0.130 - - [2026-01-19 02:21:05] "GET /virtual-machine/3e4336a7-d1e1-408a-854c-ebdf29299748 HTTP/1.1" 200 1288 0.009687 10.0.0.130 - - [2026-01-19 02:21:05] "GET /virtual-machine-interface/2a192b29-887f-4568-9e3c-9db33973ac05 HTTP/1.1" 200 2536 0.013969 10.0.0.130 - - [2026-01-19 02:21:05] "GET /instance-ip/4bc1c4fd-8e80-44a2-85f4-8d8b65c7bc7f HTTP/1.1" 200 1629 0.014282 10.0.0.130 - - [2026-01-19 02:21:05] "GET /virtual-machine/3e4336a7-d1e1-408a-854c-ebdf29299748 HTTP/1.1" 200 1288 0.011533 10.0.0.130 - - [2026-01-19 02:21:05] "GET /virtual-machine-interface/2a192b29-887f-4568-9e3c-9db33973ac05 HTTP/1.1" 200 2536 0.013458 10.0.0.130 - - [2026-01-19 02:21:05] "GET /instance-ip/4bc1c4fd-8e80-44a2-85f4-8d8b65c7bc7f HTTP/1.1" 200 1629 0.012130 10.0.0.130 - - [2026-01-19 02:21:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.009155 10.0.0.130 - - [2026-01-19 02:21:05] "GET / HTTP/1.1" 200 36215 0.001795 10.0.0.130 - - [2026-01-19 02:21:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000513 10.0.0.130 - - [2026-01-19 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.029830 10.0.0.130 - - [2026-01-19 02:21:06] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003171 10.0.0.130 - - [2026-01-19 02:21:06] "GET /virtual-networks?parent_id=8a16f272-d82d-43b7-aa45-75881c726835&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010967 10.0.0.130 - - [2026-01-19 02:21:06] "POST /fqname-to-id HTTP/1.1" 403 339 0.008879 10.0.0.130 - - [2026-01-19 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.130 - - [2026-01-19 02:21:06] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002692 10.0.0.130 - - [2026-01-19 02:21:06] "GET /virtual-networks?parent_id=8a16f272-d82d-43b7-aa45-75881c726835&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010570 10.0.0.130 - - [2026-01-19 02:21:06] "POST /fqname-to-id HTTP/1.1" 403 339 0.008753 10.0.0.130 - - [2026-01-19 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002561 10.0.0.130 - - [2026-01-19 02:21:06] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002384 10.0.0.130 - - [2026-01-19 02:21:06] "GET /virtual-networks?parent_id=8a16f272-d82d-43b7-aa45-75881c726835&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009150 10.0.0.130 - - [2026-01-19 02:21:06] "POST /fqname-to-id HTTP/1.1" 403 339 0.009244 10.0.0.130 - - [2026-01-19 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.130 - - [2026-01-19 02:21:06] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002657 10.0.0.130 - - [2026-01-19 02:21:06] "GET /virtual-networks?parent_id=8a16f272-d82d-43b7-aa45-75881c726835&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010341 10.0.0.130 - - [2026-01-19 02:21:06] "POST /fqname-to-id HTTP/1.1" 403 339 0.009397 10.0.0.130 - - [2026-01-19 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.130 - - [2026-01-19 02:21:06] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002674 10.0.0.130 - - [2026-01-19 02:21:07] "GET /virtual-networks?parent_id=8a16f272-d82d-43b7-aa45-75881c726835&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011659 10.0.0.130 - - [2026-01-19 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.009444 10.0.0.130 - - [2026-01-19 02:21:10] "GET /virtual-network/b989a865-9ecc-4b79-9392-c84191219293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.012035 10.0.0.130 - - [2026-01-19 02:21:10] "POST /neutron/port HTTP/1.1" 200 1121 0.013805 10.0.0.130 - - [2026-01-19 02:21:10] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006142 10.0.0.130 - - [2026-01-19 02:21:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.008556 10.0.0.130 - - [2026-01-19 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001918 10.0.0.130 - - [2026-01-19 02:21:12] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004159 10.0.0.130 - - [2026-01-19 02:21:12] "GET /virtual-networks?parent_id=8a16f272-d82d-43b7-aa45-75881c726835&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008998 10.0.0.130 - - [2026-01-19 02:21:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.009391 10.0.0.130 - - [2026-01-19 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002035 10.0.0.130 - - [2026-01-19 02:21:12] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002889 10.0.0.130 - - [2026-01-19 02:21:12] "GET /virtual-networks?parent_id=8a16f272-d82d-43b7-aa45-75881c726835&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009049 10.0.0.130 - - [2026-01-19 02:21:12] "POST /fqname-to-id HTTP/1.1" 403 361 0.007742 10.0.0.130 - - [2026-01-19 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.130 - - [2026-01-19 02:21:12] "GET /routing-instance/c7a734aa-205b-41fe-a57c-e40a4ec00a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.002909 10.0.0.130 - - [2026-01-19 02:21:12] "GET /route-target/dfd9bb14-e0fa-43c6-804f-3ff271888c2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008488 10.0.0.130 - - [2026-01-19 02:21:12] "GET /route-target/dfd9bb14-e0fa-43c6-804f-3ff271888c2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002487 10.0.0.130 - - [2026-01-19 02:21:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.008981 10.0.0.130 - - [2026-01-19 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001894 10.0.0.130 - - [2026-01-19 02:21:12] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003187 10.0.0.130 - - [2026-01-19 02:21:12] "GET /virtual-networks?parent_id=8a16f272-d82d-43b7-aa45-75881c726835&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008598 10.0.0.130 - - [2026-01-19 02:21:12] "POST /fqname-to-id HTTP/1.1" 403 361 0.007400 10.0.0.130 - - [2026-01-19 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.130 - - [2026-01-19 02:21:12] "GET /routing-instance/c7a734aa-205b-41fe-a57c-e40a4ec00a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.003220 10.0.0.130 - - [2026-01-19 02:21:12] "GET /route-target/dfd9bb14-e0fa-43c6-804f-3ff271888c2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008267 10.0.0.130 - - [2026-01-19 02:21:12] "GET /route-target/dfd9bb14-e0fa-43c6-804f-3ff271888c2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002525 10.0.0.130 - - [2026-01-19 02:21:12] "GET /obj-perms HTTP/1.1" 200 4934 0.008533 10.0.0.130 - - [2026-01-19 02:21:12] "GET /virtual-machine/3e4336a7-d1e1-408a-854c-ebdf29299748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.008087 10.0.0.130 - - [2026-01-19 02:21:14] "GET /obj-perms HTTP/1.1" 200 4934 0.008210 10.0.0.130 - - [2026-01-19 02:21:14] "GET /virtual-machine/3e4336a7-d1e1-408a-854c-ebdf29299748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.008068 10.0.0.130 - - [2026-01-19 02:21:16] "GET /obj-perms HTTP/1.1" 200 4934 0.009064 10.0.0.130 - - [2026-01-19 02:21:17] "GET /virtual-machine/3e4336a7-d1e1-408a-854c-ebdf29299748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.011369 10.0.0.130 - - [2026-01-19 02:21:19] "GET /obj-perms HTTP/1.1" 200 4934 0.008909 10.0.0.130 - - [2026-01-19 02:21:19] "GET /virtual-machine/3e4336a7-d1e1-408a-854c-ebdf29299748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009537 10.0.0.130 - - [2026-01-19 02:21:19] "DELETE /project/34cf522d60e3465abf120e01c596cca3 HTTP/1.1" 404 173 0.005903 10.0.0.130 - - [2026-01-19 02:21:19] "DELETE /project/8a16f272d82d43b7aa4575881c726835 HTTP/1.1" 404 173 0.004966 10.0.0.130 - - [2026-01-19 02:21:19] "DELETE /project/5a4223cccdb74f148b6b31a51ff58ffc HTTP/1.1" 404 173 0.004330 10.0.0.130 - - [2026-01-19 02:21:19] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000847 10.0.0.130 - - [2026-01-19 02:21:19] "GET /project/78c8582f-344e-4992-8bc0-a424233fadf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.024445 10.0.0.130 - - [2026-01-19 02:21:19] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001152 10.0.0.130 - - [2026-01-19 02:21:19] "GET /project/78c8582f-344e-4992-8bc0-a424233fadf9?fields=security_groups HTTP/1.1" 200 1363 0.065267 10.0.0.130 - - [2026-01-19 02:21:19] "DELETE /security-group/e61d00da-2178-4004-82db-f1ff3b0b4dbb HTTP/1.1" 200 115 0.039009 10.0.0.130 - - [2026-01-19 02:21:19] "GET /projects?obj_uuids=78c8582f-344e-4992-8bc0-a424233fadf9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001137 10.0.0.130 - - [2026-01-19 02:21:19] "DELETE /access-control-list/0478ba6a-a2f7-447a-9392-e6f71675386a HTTP/1.1" 200 115 0.028767 10.0.0.130 - - [2026-01-19 02:21:19] "GET /project/78c8582f-344e-4992-8bc0-a424233fadf9?fields=application_policy_sets HTTP/1.1" 200 1402 0.031845 10.0.0.130 - - [2026-01-19 02:21:19] "DELETE /access-control-list/374cac62-13cb-4dc4-91ed-5b5e7212becb HTTP/1.1" 200 115 0.031682 10.0.0.130 - - [2026-01-19 02:21:19] "DELETE /project/78c8582f-344e-4992-8bc0-a424233fadf9 HTTP/1.1" 200 115 0.314194 10.0.0.130 - - [2026-01-19 02:21:21] "GET /obj-perms HTTP/1.1" 200 4934 0.010234 10.0.0.130 - - [2026-01-19 02:21:21] "GET /virtual-machine/3e4336a7-d1e1-408a-854c-ebdf29299748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009295 10.0.0.130 - - [2026-01-19 02:21:23] "GET /obj-perms HTTP/1.1" 200 4934 0.008472 10.0.0.130 - - [2026-01-19 02:21:23] "GET /virtual-machine/3e4336a7-d1e1-408a-854c-ebdf29299748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.008561 10.0.0.130 - - [2026-01-19 02:21:25] "GET /obj-perms HTTP/1.1" 200 4934 0.011234 10.0.0.130 - - [2026-01-19 02:21:25] "GET /virtual-machine/3e4336a7-d1e1-408a-854c-ebdf29299748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.010082 10.0.0.130 - - [2026-01-19 02:21:26] "GET /obj-perms HTTP/1.1" 200 5075 0.051719 10.0.0.130 - - [2026-01-19 02:21:26] "GET /obj-perms HTTP/1.1" 200 5075 0.050289 10.0.0.130 - - [2026-01-19 02:21:27] "GET /obj-perms HTTP/1.1" 200 4934 0.010036 10.0.0.130 - - [2026-01-19 02:21:27] "GET /virtual-machine/3e4336a7-d1e1-408a-854c-ebdf29299748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009412 10.0.0.130 - - [2026-01-19 02:21:29] "GET /obj-perms HTTP/1.1" 200 4934 0.009999 10.0.0.130 - - [2026-01-19 02:21:29] "GET /virtual-machine/3e4336a7-d1e1-408a-854c-ebdf29299748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.010060 10.0.0.130 - - [2026-01-19 02:21:29] "GET /obj-perms HTTP/1.1" 200 4934 0.010828 10.0.0.130 - - [2026-01-19 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.130 - - [2026-01-19 02:21:29] "GET /virtual-machine-interface/2a192b29-887f-4568-9e3c-9db33973ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.014405 10.0.0.130 - - [2026-01-19 02:21:29] "GET /obj-perms HTTP/1.1" 200 4934 0.011275 10.0.0.130 - - [2026-01-19 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.130 - - [2026-01-19 02:21:29] "GET /virtual-machine-interface/2a192b29-887f-4568-9e3c-9db33973ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.015953 10.0.0.130 - - [2026-01-19 02:21:29] "GET /obj-perms HTTP/1.1" 200 4934 0.009686 10.0.0.130 - - [2026-01-19 02:21:29] "GET /virtual-machine/3e4336a7-d1e1-408a-854c-ebdf29299748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.010756 10.0.0.130 - - [2026-01-19 02:21:29] "GET /obj-perms HTTP/1.1" 200 4934 0.011561 10.0.0.130 - - [2026-01-19 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002596 10.0.0.130 - - [2026-01-19 02:21:30] "GET /virtual-machine-interface/2a192b29-887f-4568-9e3c-9db33973ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.017141 10.0.0.130 - - [2026-01-19 02:21:30] "GET /obj-perms HTTP/1.1" 200 4934 0.008523 10.0.0.130 - - [2026-01-19 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.130 - - [2026-01-19 02:21:30] "GET /virtual-network/b989a865-9ecc-4b79-9392-c84191219293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.017444 10.0.0.130 - - [2026-01-19 02:21:30] "GET /obj-perms HTTP/1.1" 200 4934 0.008322 10.0.0.130 - - [2026-01-19 02:21:30] "GET /virtual-machine/3e4336a7-d1e1-408a-854c-ebdf29299748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.010116 10.0.0.130 - - [2026-01-19 02:21:30] "GET /obj-perms HTTP/1.1" 200 4934 0.008890 10.0.0.130 - - [2026-01-19 02:21:30] "GET /obj-perms HTTP/1.1" 200 4934 0.009509 10.0.0.130 - - [2026-01-19 02:21:30] "GET /obj-perms HTTP/1.1" 200 4934 0.057631 10.0.0.130 - - [2026-01-19 02:21:30] "GET /obj-perms HTTP/1.1" 200 4934 0.007571 10.0.0.130 - - [2026-01-19 02:21:31] "GET /obj-perms HTTP/1.1" 200 5039 0.054183 10.0.0.130 - - [2026-01-19 02:21:31] "GET /obj-perms HTTP/1.1" 200 5039 0.002977 10.0.0.130 - - [2026-01-19 02:21:31] "GET /obj-perms HTTP/1.1" 200 4934 0.009168 10.0.0.130 - - [2026-01-19 02:21:31] "GET /obj-perms HTTP/1.1" 200 4934 0.012898 10.0.0.130 - - [2026-01-19 02:21:31] "GET /obj-perms HTTP/1.1" 200 4934 0.057248 10.0.0.130 - - [2026-01-19 02:21:31] "GET /obj-perms HTTP/1.1" 200 4934 0.007931 10.0.0.130 - - [2026-01-19 02:21:31] "GET /obj-perms HTTP/1.1" 200 5039 0.003068 10.0.0.130 - - [2026-01-19 02:21:32] "GET /obj-perms HTTP/1.1" 200 5039 0.003183 10.0.0.130 - - [2026-01-19 02:21:32] "GET /obj-perms HTTP/1.1" 200 4934 0.008392 10.0.0.130 - - [2026-01-19 02:21:32] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.008551 10.0.0.130 - - [2026-01-19 02:21:32] "GET /virtual-machine/3e4336a7-d1e1-408a-854c-ebdf29299748 HTTP/1.1" 200 1288 0.014131 10.0.0.130 - - [2026-01-19 02:21:32] "POST /neutron/port HTTP/1.1" 200 1121 0.011003 10.0.0.130 - - [2026-01-19 02:21:32] "POST /neutron/port HTTP/1.1" 200 1111 0.008622 10.0.0.130 - - [2026-01-19 02:21:32] "POST /neutron/port HTTP/1.1" 200 151 0.092834 10.0.0.130 - - [2026-01-19 02:21:34] "GET /virtual-machine/3e4336a7-d1e1-408a-854c-ebdf29299748 HTTP/1.1" 404 171 0.008652 10.0.0.130 - - [2026-01-19 02:21:34] "GET /virtual-machine/3e4336a7-d1e1-408a-854c-ebdf29299748 HTTP/1.1" 404 171 0.006965 10.0.0.130 - - [2026-01-19 02:21:34] "GET /virtual-machine/3e4336a7-d1e1-408a-854c-ebdf29299748 HTTP/1.1" 404 171 0.009317 10.0.0.130 - - [2026-01-19 02:21:34] "POST /fqname-to-id HTTP/1.1" 403 339 0.009197 10.0.0.130 - - [2026-01-19 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002216 10.0.0.130 - - [2026-01-19 02:21:34] "GET /global-vrouter-config/15274826-e5ed-4350-9795-c7658fe3bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002364 10.0.0.130 - - [2026-01-19 02:21:34] "GET /virtual-networks?parent_id=8a16f272-d82d-43b7-aa45-75881c726835&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008598 10.0.0.130 - - [2026-01-19 02:21:34] "POST /fqname-to-id HTTP/1.1" 403 361 0.007675 10.0.0.130 - - [2026-01-19 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.130 - - [2026-01-19 02:21:34] "GET /routing-instance/c7a734aa-205b-41fe-a57c-e40a4ec00a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.003942 10.0.0.130 - - [2026-01-19 02:21:34] "GET /route-target/dfd9bb14-e0fa-43c6-804f-3ff271888c2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009793 10.0.0.130 - - [2026-01-19 02:21:34] "GET /route-target/dfd9bb14-e0fa-43c6-804f-3ff271888c2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002399 10.0.0.130 - - [2026-01-19 02:21:34] "GET /obj-perms HTTP/1.1" 200 4934 0.008522 10.0.0.130 - - [2026-01-19 02:21:34] "GET /obj-perms HTTP/1.1" 200 4934 0.007834 10.0.0.130 - - [2026-01-19 02:21:35] "GET /obj-perms HTTP/1.1" 200 4934 0.059601 10.0.0.130 - - [2026-01-19 02:21:35] "GET /obj-perms HTTP/1.1" 200 4934 0.009716 10.0.0.130 - - [2026-01-19 02:21:35] "GET /obj-perms HTTP/1.1" 200 5039 0.003603 10.0.0.130 - - [2026-01-19 02:21:35] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.130 - - [2026-01-19 02:21:35] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.130 - - [2026-01-19 02:21:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.130 - - [2026-01-19 02:21:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000403 10.0.0.130 - - [2026-01-19 02:21:38] "GET /obj-perms HTTP/1.1" 200 5039 0.003424 10.0.0.130 - - [2026-01-19 02:21:41] "GET /obj-perms HTTP/1.1" 200 5039 0.002841 10.0.0.130 - - [2026-01-19 02:21:44] "GET /obj-perms HTTP/1.1" 200 5039 0.003448 10.0.0.130 - - [2026-01-19 02:21:47] "GET /obj-perms HTTP/1.1" 200 5039 0.003788 10.0.0.130 - - [2026-01-19 02:21:50] "GET /obj-perms HTTP/1.1" 200 5039 0.003637 10.0.0.130 - - [2026-01-19 02:21:53] "GET /obj-perms HTTP/1.1" 200 5039 0.002909 10.0.0.130 - - [2026-01-19 02:21:56] "GET /obj-perms HTTP/1.1" 200 5039 0.003196 10.0.0.130 - - [2026-01-19 02:21:59] "GET /obj-perms HTTP/1.1" 200 5039 0.004239 10.0.0.130 - - [2026-01-19 02:22:02] "GET /obj-perms HTTP/1.1" 200 5039 0.003724 10.0.0.130 - - [2026-01-19 02:22:05] "GET /obj-perms HTTP/1.1" 200 5039 0.004655 10.0.0.130 - - [2026-01-19 02:22:08] "GET /obj-perms HTTP/1.1" 200 5039 0.004096 10.0.0.130 - - [2026-01-19 02:22:11] "GET /obj-perms HTTP/1.1" 200 5039 0.003657 10.0.0.130 - - [2026-01-19 02:22:14] "GET /obj-perms HTTP/1.1" 200 5039 0.004982 10.0.0.130 - - [2026-01-19 02:22:17] "GET /obj-perms HTTP/1.1" 200 5039 0.003085 10.0.0.130 - - [2026-01-19 02:22:20] "GET /obj-perms HTTP/1.1" 200 5039 0.002850 10.0.0.130 - - [2026-01-19 02:22:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003073 10.0.0.130 - - [2026-01-19 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.130 - - [2026-01-19 02:22:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002311 10.0.0.130 - - [2026-01-19 02:22:20] "DELETE /virtual-network/b989a865-9ecc-4b79-9392-c84191219293 HTTP/1.1" 200 115 0.070807 10.0.0.130 - - [2026-01-19 02:22:20] "DELETE /route-target/dfd9bb14-e0fa-43c6-804f-3ff271888c2d HTTP/1.1" 200 115 0.015128 10.0.0.130 - - [2026-01-19 02:22:20] "DELETE /api-access-list/337c9ea1-b628-45c1-bc9c-46a5f80d9ee9 HTTP/1.1" 200 115 0.021501 10.0.0.130 - - [2026-01-19 02:22:20] "GET /api-access-list/337c9ea1-b628-45c1-bc9c-46a5f80d9ee9 HTTP/1.1" 404 171 0.002119 10.0.0.130 - - [2026-01-19 02:22:20] "GET /projects?obj_uuids=8a16f272-d82d-43b7-aa45-75881c726835&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000920 10.0.0.130 - - [2026-01-19 02:22:20] "GET /project/8a16f272-d82d-43b7-aa45-75881c726835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.026237 10.0.0.130 - - [2026-01-19 02:22:20] "GET /projects?obj_uuids=8a16f272-d82d-43b7-aa45-75881c726835&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000934 10.0.0.130 - - [2026-01-19 02:22:20] "GET /project/8a16f272-d82d-43b7-aa45-75881c726835?fields=virtual_networks HTTP/1.1" 200 1024 0.065245 10.0.0.130 - - [2026-01-19 02:22:20] "GET /projects?obj_uuids=8a16f272-d82d-43b7-aa45-75881c726835&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000901 10.0.0.130 - - [2026-01-19 02:22:20] "GET /project/8a16f272-d82d-43b7-aa45-75881c726835?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.021615 10.0.0.130 - - [2026-01-19 02:22:20] "GET /projects?obj_uuids=8a16f272-d82d-43b7-aa45-75881c726835&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001061 10.0.0.130 - - [2026-01-19 02:22:20] "GET /project/8a16f272-d82d-43b7-aa45-75881c726835?fields=security_groups HTTP/1.1" 200 1246 0.021870 10.0.0.130 - - [2026-01-19 02:22:21] "GET /projects?obj_uuids=5a4223cc-cdb7-4f14-8b6b-31a51ff58ffc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000976 10.0.0.130 - - [2026-01-19 02:22:21] "GET /project/5a4223cc-cdb7-4f14-8b6b-31a51ff58ffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.021311 10.0.0.130 - - [2026-01-19 02:22:21] "GET /projects?obj_uuids=5a4223cc-cdb7-4f14-8b6b-31a51ff58ffc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000913 10.0.0.130 - - [2026-01-19 02:22:21] "GET /project/5a4223cc-cdb7-4f14-8b6b-31a51ff58ffc?fields=virtual_networks HTTP/1.1" 200 1024 0.070235 10.0.0.130 - - [2026-01-19 02:22:21] "GET /projects?obj_uuids=5a4223cc-cdb7-4f14-8b6b-31a51ff58ffc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000856 10.0.0.130 - - [2026-01-19 02:22:21] "GET /project/5a4223cc-cdb7-4f14-8b6b-31a51ff58ffc?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.020799 10.0.0.130 - - [2026-01-19 02:22:21] "GET /projects?obj_uuids=5a4223cc-cdb7-4f14-8b6b-31a51ff58ffc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000940 10.0.0.130 - - [2026-01-19 02:22:21] "GET /project/5a4223cc-cdb7-4f14-8b6b-31a51ff58ffc?fields=security_groups HTTP/1.1" 200 1246 0.026263 10.0.0.130 - - [2026-01-19 02:22:22] "GET /api-access-list/2b135080-9fe7-455f-a44f-32c45036999b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.004028 10.0.0.130 - - [2026-01-19 02:22:22] "PUT /api-access-list/2b135080-9fe7-455f-a44f-32c45036999b HTTP/1.1" 200 265 0.007776 10.0.0.130 - - [2026-01-19 02:22:23] "GET /projects?obj_uuids=34cf522d-60e3-465a-bf12-0e01c596cca3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000873 10.0.0.130 - - [2026-01-19 02:22:23] "GET /project/34cf522d-60e3-465a-bf12-0e01c596cca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.021131 10.0.0.130 - - [2026-01-19 02:22:23] "GET /projects?obj_uuids=34cf522d-60e3-465a-bf12-0e01c596cca3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000927 10.0.0.130 - - [2026-01-19 02:22:23] "GET /project/34cf522d-60e3-465a-bf12-0e01c596cca3?fields=virtual_networks HTTP/1.1" 200 1024 0.066400 10.0.0.130 - - [2026-01-19 02:22:23] "GET /projects?obj_uuids=34cf522d-60e3-465a-bf12-0e01c596cca3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000915 10.0.0.130 - - [2026-01-19 02:22:23] "GET /project/34cf522d-60e3-465a-bf12-0e01c596cca3?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.023421 10.0.0.130 - - [2026-01-19 02:22:23] "GET /projects?obj_uuids=34cf522d-60e3-465a-bf12-0e01c596cca3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000837 10.0.0.130 - - [2026-01-19 02:22:23] "GET /project/34cf522d-60e3-465a-bf12-0e01c596cca3?fields=security_groups HTTP/1.1" 200 1246 0.025293 10.0.0.130 - - [2026-01-19 02:22:24] "POST /fqname-to-id HTTP/1.1" 404 188 0.027229 10.0.0.130 - - [2026-01-19 02:22:24] "GET /projects?obj_uuids=e1d3fd86-347a-4057-af64-8bec6317f6e5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002212 10.0.0.130 - - [2026-01-19 02:22:24] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000861 10.0.0.130 - - [2026-01-19 02:22:24] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005826 10.0.0.130 - - [2026-01-19 02:22:24] "POST /id-to-fqname HTTP/1.1" 200 190 0.002613 10.0.0.130 - - [2026-01-19 02:22:24] "POST /fqname-to-id HTTP/1.1" 404 199 0.002268 10.0.0.130 - - [2026-01-19 02:22:24] "POST /security-groups HTTP/1.1" 200 591 0.066920 10.0.0.130 - - [2026-01-19 02:22:24] "POST /fqname-to-id HTTP/1.1" 404 234 0.002532 10.0.0.130 - - [2026-01-19 02:22:24] "POST /projects HTTP/1.1" 200 585 0.223799 10.0.0.130 - - [2026-01-19 02:22:24] "POST /access-control-lists HTTP/1.1" 200 598 0.060069 10.0.0.130 - - [2026-01-19 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.300349 10.0.0.130 - - [2026-01-19 02:22:24] "POST /fqname-to-id HTTP/1.1" 404 233 0.002887 10.0.0.130 - - [2026-01-19 02:22:24] "GET /project/e1d3fd86-347a-4057-af64-8bec6317f6e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.427420 10.0.0.130 - - [2026-01-19 02:22:24] "POST /access-control-lists HTTP/1.1" 200 596 0.064401 10.0.0.130 - - [2026-01-19 02:22:25] "GET / HTTP/1.1" 200 36215 0.002658 10.0.0.130 - - [2026-01-19 02:22:27] "GET /obj-perms HTTP/1.1" 200 5075 0.094330 10.0.0.130 - - [2026-01-19 02:22:27] "GET /obj-perms HTTP/1.1" 200 5075 0.078141 10.0.0.130 - - [2026-01-19 02:22:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000592 10.0.0.130 - - [2026-01-19 02:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.028740 10.0.0.130 - - [2026-01-19 02:22:28] "GET /api-access-list/2b135080-9fe7-455f-a44f-32c45036999b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002603 10.0.0.130 - - [2026-01-19 02:22:28] "GET /api-access-list/2b135080-9fe7-455f-a44f-32c45036999b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002948 10.0.0.130 - - [2026-01-19 02:22:28] "GET /api-access-list/2b135080-9fe7-455f-a44f-32c45036999b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003211 10.0.0.130 - - [2026-01-19 02:22:28] "PUT /api-access-list/2b135080-9fe7-455f-a44f-32c45036999b HTTP/1.1" 200 265 0.009399 10.0.0.130 - - [2026-01-19 02:22:29] "GET /aaa-mode HTTP/1.1" 200 128 0.001227 10.0.0.130 - - [2026-01-19 02:22:29] "POST /fqname-to-id HTTP/1.1" 404 188 0.023548 10.0.0.130 - - [2026-01-19 02:22:29] "GET /projects?obj_uuids=4f284434-8a02-452c-8dbb-4b8258670b17&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002163 10.0.0.130 - - [2026-01-19 02:22:29] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.130 - - [2026-01-19 02:22:29] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007271 10.0.0.130 - - [2026-01-19 02:22:29] "POST /id-to-fqname HTTP/1.1" 200 190 0.001085 10.0.0.130 - - [2026-01-19 02:22:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.001925 10.0.0.130 - - [2026-01-19 02:22:29] "POST /security-groups HTTP/1.1" 200 591 0.064173 10.0.0.130 - - [2026-01-19 02:22:29] "POST /fqname-to-id HTTP/1.1" 404 234 0.002084 10.0.0.130 - - [2026-01-19 02:22:29] "POST /projects HTTP/1.1" 200 585 0.197410 10.0.0.130 - - [2026-01-19 02:22:29] "POST /access-control-lists HTTP/1.1" 200 598 0.053394 10.0.0.130 - - [2026-01-19 02:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.267984 10.0.0.130 - - [2026-01-19 02:22:29] "POST /fqname-to-id HTTP/1.1" 404 233 0.002515 10.0.0.130 - - [2026-01-19 02:22:29] "GET /project/4f284434-8a02-452c-8dbb-4b8258670b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.395007 10.0.0.130 - - [2026-01-19 02:22:29] "POST /access-control-lists HTTP/1.1" 200 596 0.060362 10.0.0.130 - - [2026-01-19 02:22:30] "POST /fqname-to-id HTTP/1.1" 404 188 0.024863 10.0.0.130 - - [2026-01-19 02:22:30] "GET /projects?obj_uuids=82fe0155-51c7-4a86-b67c-d83b7418f54a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003061 10.0.0.130 - - [2026-01-19 02:22:30] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001240 10.0.0.130 - - [2026-01-19 02:22:30] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007422 10.0.0.130 - - [2026-01-19 02:22:30] "POST /id-to-fqname HTTP/1.1" 200 190 0.001134 10.0.0.130 - - [2026-01-19 02:22:30] "POST /fqname-to-id HTTP/1.1" 404 199 0.002817 10.0.0.130 - - [2026-01-19 02:22:30] "POST /security-groups HTTP/1.1" 200 591 0.061086 10.0.0.130 - - [2026-01-19 02:22:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.002626 10.0.0.130 - - [2026-01-19 02:22:30] "POST /projects HTTP/1.1" 200 585 0.201810 10.0.0.130 - - [2026-01-19 02:22:30] "POST /access-control-lists HTTP/1.1" 200 598 0.059839 10.0.0.130 - - [2026-01-19 02:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.275549 10.0.0.130 - - [2026-01-19 02:22:30] "POST /fqname-to-id HTTP/1.1" 404 233 0.002347 10.0.0.130 - - [2026-01-19 02:22:30] "GET /project/82fe0155-51c7-4a86-b67c-d83b7418f54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.400906 10.0.0.130 - - [2026-01-19 02:22:30] "POST /access-control-lists HTTP/1.1" 200 596 0.056538 10.0.0.130 - - [2026-01-19 02:22:31] "GET / HTTP/1.1" 200 36215 0.002427 10.0.0.130 - - [2026-01-19 02:22:32] "GET / HTTP/1.1" 200 36215 0.001421 10.0.0.130 - - [2026-01-19 02:22:32] "POST /fqname-to-id HTTP/1.1" 404 183 0.002599 10.0.0.130 - - [2026-01-19 02:22:32] "POST /api-access-lists HTTP/1.1" 200 523 0.012764 10.0.0.130 - - [2026-01-19 02:22:32] "GET /api-access-list/4dd73dc8-3cc5-4fc8-8491-04c88b45b960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004159 10.0.0.130 - - [2026-01-19 02:22:32] "GET /api-access-list/4dd73dc8-3cc5-4fc8-8491-04c88b45b960 HTTP/1.1" 401 293 0.000448 10.0.0.130 - - [2026-01-19 02:22:32] "GET /api-access-list/4dd73dc8-3cc5-4fc8-8491-04c88b45b960 HTTP/1.1" 200 1290 0.060701 10.0.0.130 - - [2026-01-19 02:22:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000382 10.0.0.130 - - [2026-01-19 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.043073 10.0.0.130 - - [2026-01-19 02:22:33] "GET /projects?obj_uuids=4f284434-8a02-452c-8dbb-4b8258670b17&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001246 10.0.0.130 - - [2026-01-19 02:22:33] "GET /project/4f284434-8a02-452c-8dbb-4b8258670b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.028762 10.0.0.130 - - [2026-01-19 02:22:33] "GET /virtual-networks?parent_id=4f284434-8a02-452c-8dbb-4b8258670b17&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009452 10.0.0.130 - - [2026-01-19 02:22:33] "POST /virtual-networks HTTP/1.1" 200 585 0.046856 10.0.0.130 - - [2026-01-19 02:22:33] "POST /route-targets HTTP/1.1" 200 328 0.009009 10.0.0.130 - - [2026-01-19 02:22:33] "POST /ref-update HTTP/1.1" 200 156 0.011515 10.0.0.130 - - [2026-01-19 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.009936 10.0.0.130 - - [2026-01-19 02:22:33] "GET /network-ipam/7afe3b6c-a3de-4688-a8ad-938523432fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.009092 10.0.0.130 - - [2026-01-19 02:22:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003312 10.0.0.130 - - [2026-01-19 02:22:33] "POST /ref-update HTTP/1.1" 200 156 0.046811 10.0.0.130 - - [2026-01-19 02:22:33] "POST /neutron/network HTTP/1.1" 200 847 0.042096 10.0.0.130 - - [2026-01-19 02:22:33] "POST /neutron/network HTTP/1.1" 200 847 0.018030 10.0.0.130 - - [2026-01-19 02:22:33] "GET /virtual-network/a120224e-9f87-4c8c-8d77-719ed53d91e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.014470 10.0.0.130 - - [2026-01-19 02:22:33] "POST /neutron/network HTTP/1.1" 200 847 0.017639 10.0.0.130 - - [2026-01-19 02:22:33] "POST /neutron/subnet HTTP/1.1" 200 674 0.024676 10.0.0.130 - - [2026-01-19 02:22:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000373 10.0.0.130 - - [2026-01-19 02:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.039210 10.0.0.130 - - [2026-01-19 02:22:34] "GET /projects?obj_uuids=82fe0155-51c7-4a86-b67c-d83b7418f54a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.027791 10.0.0.130 - - [2026-01-19 02:22:34] "GET /project/82fe0155-51c7-4a86-b67c-d83b7418f54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.059646 10.0.0.130 - - [2026-01-19 02:22:34] "GET /virtual-networks?parent_id=82fe0155-51c7-4a86-b67c-d83b7418f54a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010083 10.0.0.130 - - [2026-01-19 02:22:34] "POST /virtual-networks HTTP/1.1" 200 585 0.056635 10.0.0.130 - - [2026-01-19 02:22:34] "POST /route-targets HTTP/1.1" 200 328 0.010620 10.0.0.130 - - [2026-01-19 02:22:34] "POST /ref-update HTTP/1.1" 200 156 0.009721 10.0.0.130 - - [2026-01-19 02:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.011475 10.0.0.130 - - [2026-01-19 02:22:34] "GET /network-ipam/7afe3b6c-a3de-4688-a8ad-938523432fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.009823 10.0.0.130 - - [2026-01-19 02:22:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002788 10.0.0.130 - - [2026-01-19 02:22:34] "POST /ref-update HTTP/1.1" 200 156 0.043362 10.0.0.130 - - [2026-01-19 02:22:34] "POST /neutron/network HTTP/1.1" 200 845 0.042098 10.0.0.130 - - [2026-01-19 02:22:34] "POST /neutron/network HTTP/1.1" 200 845 0.017282 10.0.0.130 - - [2026-01-19 02:22:34] "GET /virtual-network/548cbe61-ba15-4f27-acc7-6e0b4ed16a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.012403 10.0.0.130 - - [2026-01-19 02:22:34] "POST /neutron/network HTTP/1.1" 200 845 0.017623 10.0.0.130 - - [2026-01-19 02:22:34] "POST /neutron/subnet HTTP/1.1" 200 664 0.024278 10.0.0.130 - - [2026-01-19 02:22:34] "GET /virtual-network/a120224e-9f87-4c8c-8d77-719ed53d91e7 HTTP/1.1" 401 293 0.000351 10.0.0.130 - - [2026-01-19 02:22:35] "GET /virtual-network/a120224e-9f87-4c8c-8d77-719ed53d91e7 HTTP/1.1" 200 2315 0.038529 10.0.0.130 - - [2026-01-19 02:22:35] "GET /virtual-network/a120224e-9f87-4c8c-8d77-719ed53d91e7 HTTP/1.1" 401 293 0.000348 10.0.0.130 - - [2026-01-19 02:22:35] "GET /virtual-network/a120224e-9f87-4c8c-8d77-719ed53d91e7 HTTP/1.1" 403 376 0.037334 10.0.0.130 - - [2026-01-19 02:22:35] "GET /virtual-network/a120224e-9f87-4c8c-8d77-719ed53d91e7 HTTP/1.1" 200 2315 0.005085 10.0.0.130 - - [2026-01-19 02:22:35] "GET /virtual-networks HTTP/1.1" 200 372 0.019147 10.0.0.130 - - [2026-01-19 02:22:35] "GET /virtual-networks HTTP/1.1" 200 372 0.016226 10.0.0.130 - - [2026-01-19 02:22:35] "GET /obj-perms HTTP/1.1" 403 257 0.032885 10.0.0.130 - - [2026-01-19 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001981 10.0.0.130 - - [2026-01-19 02:22:36] "GET /virtual-network/a120224e-9f87-4c8c-8d77-719ed53d91e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.010745 10.0.0.130 - - [2026-01-19 02:22:36] "GET /obj-perms HTTP/1.1" 403 257 0.035243 10.0.0.130 - - [2026-01-19 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002012 10.0.0.130 - - [2026-01-19 02:22:36] "GET /virtual-network/a120224e-9f87-4c8c-8d77-719ed53d91e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.014971 10.0.0.130 - - [2026-01-19 02:22:36] "GET /obj-perms HTTP/1.1" 200 5049 0.059532 10.0.0.130 - - [2026-01-19 02:22:36] "GET /obj-perms HTTP/1.1" 403 257 0.008495 10.0.0.130 - - [2026-01-19 02:22:36] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.015654 10.0.0.130 - - [2026-01-19 02:22:37] "GET /obj-perms HTTP/1.1" 403 257 0.006982 10.0.0.130 - - [2026-01-19 02:22:37] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.016356 10.0.0.130 - - [2026-01-19 02:22:37] "GET /obj-perms HTTP/1.1" 200 5049 0.003514 10.0.0.130 - - [2026-01-19 02:22:37] "PUT /virtual-network/a120224e-9f87-4c8c-8d77-719ed53d91e7 HTTP/1.1" 200 265 0.027621 10.0.0.130 - - [2026-01-19 02:22:37] "GET /virtual-networks HTTP/1.1" 200 132 0.017664 10.0.0.130 - - [2026-01-19 02:22:37] "GET /virtual-networks HTTP/1.1" 200 613 0.013933 10.0.0.130 - - [2026-01-19 02:22:37] "GET /virtual-networks HTTP/1.1" 200 1435 0.001899 10.0.0.130 - - [2026-01-19 02:22:37] "GET /obj-perms HTTP/1.1" 403 257 0.006003 10.0.0.130 - - [2026-01-19 02:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.130 - - [2026-01-19 02:22:37] "GET /virtual-network/a120224e-9f87-4c8c-8d77-719ed53d91e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009156 10.0.0.130 - - [2026-01-19 02:22:37] "GET /obj-perms HTTP/1.1" 403 257 0.041411 10.0.0.130 - - [2026-01-19 02:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002555 10.0.0.130 - - [2026-01-19 02:22:37] "GET /virtual-network/a120224e-9f87-4c8c-8d77-719ed53d91e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008062 10.0.0.130 - - [2026-01-19 02:22:37] "GET /obj-perms HTTP/1.1" 403 257 0.006835 10.0.0.130 - - [2026-01-19 02:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.130 - - [2026-01-19 02:22:37] "GET /virtual-network/a120224e-9f87-4c8c-8d77-719ed53d91e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.012319 10.0.0.130 - - [2026-01-19 02:22:37] "GET /obj-perms HTTP/1.1" 200 5049 0.003731 10.0.0.130 - - [2026-01-19 02:22:38] "GET /obj-perms HTTP/1.1" 403 257 0.009141 10.0.0.130 - - [2026-01-19 02:22:38] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019248 10.0.0.130 - - [2026-01-19 02:22:38] "GET /obj-perms HTTP/1.1" 403 257 0.007887 10.0.0.130 - - [2026-01-19 02:22:38] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.019941 10.0.0.130 - - [2026-01-19 02:22:38] "GET /obj-perms HTTP/1.1" 200 5049 0.002989 10.0.0.130 - - [2026-01-19 02:22:38] "PUT /virtual-network/a120224e-9f87-4c8c-8d77-719ed53d91e7 HTTP/1.1" 200 265 0.026758 10.0.0.130 - - [2026-01-19 02:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005213 10.0.0.130 - - [2026-01-19 02:22:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003333 10.0.0.130 - - [2026-01-19 02:22:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003649 10.0.0.130 - - [2026-01-19 02:22:38] "DELETE /virtual-network/548cbe61-ba15-4f27-acc7-6e0b4ed16a5c HTTP/1.1" 200 115 0.087567 10.0.0.130 - - [2026-01-19 02:22:38] "DELETE /route-target/d90ffe09-319e-4178-95d1-043bf1e5a5cd HTTP/1.1" 200 115 0.021085 10.0.0.130 - - [2026-01-19 02:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.130 - - [2026-01-19 02:22:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003226 10.0.0.130 - - [2026-01-19 02:22:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002373 10.0.0.130 - - [2026-01-19 02:22:38] "DELETE /virtual-network/a120224e-9f87-4c8c-8d77-719ed53d91e7 HTTP/1.1" 200 115 0.082962 10.0.0.130 - - [2026-01-19 02:22:38] "DELETE /route-target/06cef686-4402-4d95-b12a-a30aa0d9f58c HTTP/1.1" 200 115 0.021616 10.0.0.130 - - [2026-01-19 02:22:38] "DELETE /api-access-list/4dd73dc8-3cc5-4fc8-8491-04c88b45b960 HTTP/1.1" 200 115 0.020340 10.0.0.130 - - [2026-01-19 02:22:38] "GET /api-access-list/4dd73dc8-3cc5-4fc8-8491-04c88b45b960 HTTP/1.1" 404 171 0.002145 10.0.0.130 - - [2026-01-19 02:22:38] "GET /projects?obj_uuids=82fe0155-51c7-4a86-b67c-d83b7418f54a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000931 10.0.0.130 - - [2026-01-19 02:22:38] "GET /project/82fe0155-51c7-4a86-b67c-d83b7418f54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.029811 10.0.0.130 - - [2026-01-19 02:22:38] "GET /projects?obj_uuids=82fe0155-51c7-4a86-b67c-d83b7418f54a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000886 10.0.0.130 - - [2026-01-19 02:22:38] "GET /project/82fe0155-51c7-4a86-b67c-d83b7418f54a?fields=virtual_networks HTTP/1.1" 200 1034 0.064508 10.0.0.130 - - [2026-01-19 02:22:38] "GET /projects?obj_uuids=82fe0155-51c7-4a86-b67c-d83b7418f54a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001016 10.0.0.130 - - [2026-01-19 02:22:38] "GET /project/82fe0155-51c7-4a86-b67c-d83b7418f54a?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.023590 10.0.0.130 - - [2026-01-19 02:22:39] "GET /projects?obj_uuids=82fe0155-51c7-4a86-b67c-d83b7418f54a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001222 10.0.0.130 - - [2026-01-19 02:22:39] "GET /project/82fe0155-51c7-4a86-b67c-d83b7418f54a?fields=security_groups HTTP/1.1" 200 1261 0.022243 10.0.0.130 - - [2026-01-19 02:22:39] "GET /projects?obj_uuids=4f284434-8a02-452c-8dbb-4b8258670b17&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001103 10.0.0.130 - - [2026-01-19 02:22:39] "GET /project/4f284434-8a02-452c-8dbb-4b8258670b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.035319 10.0.0.130 - - [2026-01-19 02:22:39] "GET /projects?obj_uuids=4f284434-8a02-452c-8dbb-4b8258670b17&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.130 - - [2026-01-19 02:22:39] "GET /project/4f284434-8a02-452c-8dbb-4b8258670b17?fields=virtual_networks HTTP/1.1" 200 1034 0.068162 10.0.0.130 - - [2026-01-19 02:22:39] "GET /projects?obj_uuids=4f284434-8a02-452c-8dbb-4b8258670b17&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000962 10.0.0.130 - - [2026-01-19 02:22:39] "GET /project/4f284434-8a02-452c-8dbb-4b8258670b17?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.025029 10.0.0.130 - - [2026-01-19 02:22:39] "GET /projects?obj_uuids=4f284434-8a02-452c-8dbb-4b8258670b17&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001089 10.0.0.130 - - [2026-01-19 02:22:39] "GET /project/4f284434-8a02-452c-8dbb-4b8258670b17?fields=security_groups HTTP/1.1" 200 1261 0.023784 10.0.0.130 - - [2026-01-19 02:22:40] "GET /aaa-mode HTTP/1.1" 200 128 0.001137 10.0.0.130 - - [2026-01-19 02:22:41] "GET / HTTP/1.1" 200 36215 0.001681 10.0.0.130 - - [2026-01-19 02:22:41] "GET / HTTP/1.1" 200 36215 0.001394 10.0.0.130 - - [2026-01-19 02:22:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000439 10.0.0.130 - - [2026-01-19 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.063479 10.0.0.130 - - [2026-01-19 02:22:42] "GET /projects?obj_uuids=e1d3fd86-347a-4057-af64-8bec6317f6e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001048 10.0.0.130 - - [2026-01-19 02:22:42] "GET /project/e1d3fd86-347a-4057-af64-8bec6317f6e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.028539 10.0.0.130 - - [2026-01-19 02:22:42] "GET /virtual-networks?parent_id=e1d3fd86-347a-4057-af64-8bec6317f6e5&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007451 10.0.0.130 - - [2026-01-19 02:22:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.009303 10.0.0.130 - - [2026-01-19 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007889 10.0.0.130 - - [2026-01-19 02:22:42] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.130 - - [2026-01-19 02:22:42] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.011598 10.0.0.130 - - [2026-01-19 02:22:42] "POST /service-templates HTTP/1.1" 403 264 0.006806 10.0.0.130 - - [2026-01-19 02:22:43] "POST /fqname-to-id HTTP/1.1" 404 215 0.003207 10.0.0.130 - - [2026-01-19 02:22:43] "POST /api-access-lists HTTP/1.1" 200 557 0.014119 10.0.0.130 - - [2026-01-19 02:22:43] "GET /api-access-list/bb447505-a1f0-4f18-b4ab-fc6774471f5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.004966 10.0.0.130 - - [2026-01-19 02:22:43] "GET /api-access-list/bb447505-a1f0-4f18-b4ab-fc6774471f5d HTTP/1.1" 200 1326 0.003097 10.0.0.130 - - [2026-01-19 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.008996 10.0.0.130 - - [2026-01-19 02:22:43] "GET /projects?obj_uuids=e1d3fd86-347a-4057-af64-8bec6317f6e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001015 10.0.0.130 - - [2026-01-19 02:22:43] "GET /project/e1d3fd86-347a-4057-af64-8bec6317f6e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.032968 10.0.0.130 - - [2026-01-19 02:22:43] "GET /virtual-networks?parent_id=e1d3fd86-347a-4057-af64-8bec6317f6e5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010495 10.0.0.130 - - [2026-01-19 02:22:43] "POST /virtual-networks HTTP/1.1" 200 585 0.070230 10.0.0.130 - - [2026-01-19 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.015135 10.0.0.130 - - [2026-01-19 02:22:43] "POST /route-targets HTTP/1.1" 200 328 0.044527 10.0.0.130 - - [2026-01-19 02:22:43] "POST /ref-update HTTP/1.1" 200 156 0.014376 10.0.0.130 - - [2026-01-19 02:22:43] "GET /network-ipam/7afe3b6c-a3de-4688-a8ad-938523432fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.010738 10.0.0.130 - - [2026-01-19 02:22:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003237 10.0.0.130 - - [2026-01-19 02:22:43] "POST /ref-update HTTP/1.1" 200 156 0.046088 10.0.0.130 - - [2026-01-19 02:22:43] "POST /neutron/network HTTP/1.1" 200 848 0.057079 10.0.0.130 - - [2026-01-19 02:22:43] "POST /neutron/network HTTP/1.1" 200 848 0.021975 10.0.0.130 - - [2026-01-19 02:22:43] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.012713 10.0.0.130 - - [2026-01-19 02:22:43] "POST /neutron/network HTTP/1.1" 200 848 0.016731 10.0.0.130 - - [2026-01-19 02:22:43] "POST /neutron/subnet HTTP/1.1" 200 679 0.021318 10.0.0.130 - - [2026-01-19 02:22:43] "POST /neutron/network HTTP/1.1" 200 848 0.086995 10.0.0.130 - - [2026-01-19 02:22:43] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.004994 10.0.0.130 - - [2026-01-19 02:22:43] "GET /network-ipam/7afe3b6c-a3de-4688-a8ad-938523432fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.003694 10.0.0.130 - - [2026-01-19 02:22:43] "GET /domains HTTP/1.1" 200 281 0.002871 10.0.0.130 - - [2026-01-19 02:22:43] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001110 10.0.0.130 - - [2026-01-19 02:22:43] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 3503 0.009278 10.0.0.130 - - [2026-01-19 02:22:43] "GET /projects?obj_uuids=e1d3fd86-347a-4057-af64-8bec6317f6e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000906 10.0.0.130 - - [2026-01-19 02:22:44] "GET /project/e1d3fd86-347a-4057-af64-8bec6317f6e5 HTTP/1.1" 200 2360 0.069482 10.0.0.130 - - [2026-01-19 02:22:44] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b HTTP/1.1" 200 2317 0.005683 10.0.0.130 - - [2026-01-19 02:22:44] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b HTTP/1.1" 200 2317 0.004811 10.0.0.130 - - [2026-01-19 02:22:44] "GET /routing-instance/ec72020f-5c0c-4de5-aa70-c20409609f0c HTTP/1.1" 200 1559 0.003260 10.0.0.130 - - [2026-01-19 02:22:44] "GET /routing-instance/ec72020f-5c0c-4de5-aa70-c20409609f0c HTTP/1.1" 200 1559 0.002862 10.0.0.130 - - [2026-01-19 02:22:44] "GET /route-target/d65d637d-ef6c-4bc7-9365-d8cd391473f6 HTTP/1.1" 200 1247 0.003075 10.0.0.130 - - [2026-01-19 02:22:44] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b HTTP/1.1" 200 2317 0.005125 10.0.0.130 - - [2026-01-19 02:22:44] "GET /routing-instance/ec72020f-5c0c-4de5-aa70-c20409609f0c HTTP/1.1" 200 1559 0.003230 10.0.0.130 - - [2026-01-19 02:22:44] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.004372 10.0.0.130 - - [2026-01-19 02:22:44] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b HTTP/1.1" 200 2317 0.004388 10.0.0.130 - - [2026-01-19 02:22:44] "GET /routing-instance/ec72020f-5c0c-4de5-aa70-c20409609f0c HTTP/1.1" 200 1559 0.003073 10.0.0.130 - - [2026-01-19 02:22:44] "GET /routing-instance/ec72020f-5c0c-4de5-aa70-c20409609f0c HTTP/1.1" 200 1559 0.002740 10.0.0.130 - - [2026-01-19 02:22:44] "GET /route-target/d65d637d-ef6c-4bc7-9365-d8cd391473f6 HTTP/1.1" 200 1247 0.002678 10.0.0.130 - - [2026-01-19 02:22:44] "GET /domains HTTP/1.1" 200 281 0.002843 10.0.0.130 - - [2026-01-19 02:22:44] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001208 10.0.0.130 - - [2026-01-19 02:22:44] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311 HTTP/1.1" 200 3503 0.007127 10.0.0.130 - - [2026-01-19 02:22:44] "GET /projects?obj_uuids=e1d3fd86-347a-4057-af64-8bec6317f6e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000844 10.0.0.130 - - [2026-01-19 02:22:44] "GET /project/e1d3fd86-347a-4057-af64-8bec6317f6e5 HTTP/1.1" 200 2360 0.072699 10.0.0.130 - - [2026-01-19 02:22:44] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b HTTP/1.1" 200 2317 0.004685 10.0.0.130 - - [2026-01-19 02:22:44] "GET /obj-perms HTTP/1.1" 200 5049 0.002546 10.0.0.130 - - [2026-01-19 02:22:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.008216 10.0.0.130 - - [2026-01-19 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.008449 10.0.0.130 - - [2026-01-19 02:22:44] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001106 10.0.0.130 - - [2026-01-19 02:22:44] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.017392 10.0.0.130 - - [2026-01-19 02:22:44] "POST /service-templates HTTP/1.1" 403 264 0.007524 10.0.0.130 - - [2026-01-19 02:22:44] "POST /fqname-to-id HTTP/1.1" 404 183 0.003371 10.0.0.130 - - [2026-01-19 02:22:44] "POST /api-access-lists HTTP/1.1" 200 523 0.014360 10.0.0.130 - - [2026-01-19 02:22:44] "GET /api-access-list/642192b1-a3d3-4caa-bb21-724f905a4a85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.004240 10.0.0.130 - - [2026-01-19 02:22:44] "GET /api-access-list/642192b1-a3d3-4caa-bb21-724f905a4a85 HTTP/1.1" 200 1292 0.003462 10.0.0.130 - - [2026-01-19 02:22:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.009261 10.0.0.130 - - [2026-01-19 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.008512 10.0.0.130 - - [2026-01-19 02:22:44] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001312 10.0.0.130 - - [2026-01-19 02:22:44] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.015871 10.0.0.130 - - [2026-01-19 02:22:44] "POST /service-templates HTTP/1.1" 200 553 0.025813 10.0.0.130 - - [2026-01-19 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.012388 10.0.0.130 - - [2026-01-19 02:22:44] "GET /service-template/4ddc163b-b239-40d0-8364-6ef7af25795d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.011750 10.0.0.130 - - [2026-01-19 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.009210 10.0.0.130 - - [2026-01-19 02:22:44] "GET /service-template/4ddc163b-b239-40d0-8364-6ef7af25795d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.010258 10.0.0.130 - - [2026-01-19 02:22:44] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b HTTP/1.1" 401 293 0.000841 10.0.0.130 - - [2026-01-19 02:22:45] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b HTTP/1.1" 403 263 0.035317 10.0.0.130 - - [2026-01-19 02:22:45] "GET /service-template/4ddc163b-b239-40d0-8364-6ef7af25795d HTTP/1.1" 403 264 0.007020 10.0.0.130 - - [2026-01-19 02:22:45] "GET /service-template/4ddc163b-b239-40d0-8364-6ef7af25795d HTTP/1.1" 403 264 0.038886 10.0.0.130 - - [2026-01-19 02:22:46] "GET /obj-perms HTTP/1.1" 403 257 0.036000 10.0.0.130 - - [2026-01-19 02:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002110 10.0.0.130 - - [2026-01-19 02:22:46] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008087 10.0.0.130 - - [2026-01-19 02:22:46] "GET /obj-perms HTTP/1.1" 403 257 0.008509 10.0.0.130 - - [2026-01-19 02:22:46] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007323 10.0.0.130 - - [2026-01-19 02:22:46] "GET /api-access-list/bb447505-a1f0-4f18-b4ab-fc6774471f5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.003670 10.0.0.130 - - [2026-01-19 02:22:46] "PUT /api-access-list/bb447505-a1f0-4f18-b4ab-fc6774471f5d HTTP/1.1" 200 265 0.007546 10.0.0.130 - - [2026-01-19 02:22:46] "GET /api-access-list/bb447505-a1f0-4f18-b4ab-fc6774471f5d HTTP/1.1" 200 1463 0.003878 10.0.0.130 - - [2026-01-19 02:22:46] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b HTTP/1.1" 200 2317 0.013308 10.0.0.130 - - [2026-01-19 02:22:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000342 10.0.0.130 - - [2026-01-19 02:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.039943 10.0.0.130 - - [2026-01-19 02:22:46] "GET /projects?obj_uuids=e1d3fd86-347a-4057-af64-8bec6317f6e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001104 10.0.0.130 - - [2026-01-19 02:22:46] "GET /project/e1d3fd86-347a-4057-af64-8bec6317f6e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.033967 10.0.0.130 - - [2026-01-19 02:22:46] "GET /virtual-networks?parent_id=e1d3fd86-347a-4057-af64-8bec6317f6e5&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.012021 10.0.0.130 - - [2026-01-19 02:22:46] "POST /virtual-networks HTTP/1.1" 403 263 0.008614 10.0.0.130 - - [2026-01-19 02:22:46] "GET /service-template/4ddc163b-b239-40d0-8364-6ef7af25795d HTTP/1.1" 403 264 0.010210 10.0.0.130 - - [2026-01-19 02:22:47] "GET /service-template/4ddc163b-b239-40d0-8364-6ef7af25795d HTTP/1.1" 403 264 0.040905 10.0.0.130 - - [2026-01-19 02:22:47] "GET /obj-perms HTTP/1.1" 403 257 0.010062 10.0.0.130 - - [2026-01-19 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.130 - - [2026-01-19 02:22:47] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.015242 10.0.0.130 - - [2026-01-19 02:22:47] "GET /obj-perms HTTP/1.1" 403 257 0.030699 10.0.0.130 - - [2026-01-19 02:22:47] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.016448 10.0.0.130 - - [2026-01-19 02:22:47] "GET /api-access-list/642192b1-a3d3-4caa-bb21-724f905a4a85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.003567 10.0.0.130 - - [2026-01-19 02:22:47] "PUT /api-access-list/642192b1-a3d3-4caa-bb21-724f905a4a85 HTTP/1.1" 200 265 0.009395 10.0.0.130 - - [2026-01-19 02:22:47] "GET /api-access-list/642192b1-a3d3-4caa-bb21-724f905a4a85 HTTP/1.1" 200 1430 0.003050 10.0.0.130 - - [2026-01-19 02:22:47] "GET /service-template/4ddc163b-b239-40d0-8364-6ef7af25795d HTTP/1.1" 200 1854 0.010144 10.0.0.130 - - [2026-01-19 02:22:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.008395 10.0.0.130 - - [2026-01-19 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.011533 10.0.0.130 - - [2026-01-19 02:22:47] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001044 10.0.0.130 - - [2026-01-19 02:22:47] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.014983 10.0.0.130 - - [2026-01-19 02:22:47] "POST /service-templates HTTP/1.1" 403 264 0.008538 10.0.0.130 - - [2026-01-19 02:22:47] "GET /api-access-list/bb447505-a1f0-4f18-b4ab-fc6774471f5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.003022 10.0.0.130 - - [2026-01-19 02:22:47] "PUT /api-access-list/bb447505-a1f0-4f18-b4ab-fc6774471f5d HTTP/1.1" 200 265 0.007607 10.0.0.130 - - [2026-01-19 02:22:47] "GET /api-access-list/bb447505-a1f0-4f18-b4ab-fc6774471f5d HTTP/1.1" 200 1326 0.003333 10.0.0.130 - - [2026-01-19 02:22:47] "GET /api-access-list/642192b1-a3d3-4caa-bb21-724f905a4a85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.002696 10.0.0.130 - - [2026-01-19 02:22:47] "PUT /api-access-list/642192b1-a3d3-4caa-bb21-724f905a4a85 HTTP/1.1" 200 265 0.009632 10.0.0.130 - - [2026-01-19 02:22:47] "GET /api-access-list/642192b1-a3d3-4caa-bb21-724f905a4a85 HTTP/1.1" 200 1292 0.003147 10.0.0.130 - - [2026-01-19 02:22:47] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b HTTP/1.1" 403 263 0.008466 10.0.0.130 - - [2026-01-19 02:22:48] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b HTTP/1.1" 403 263 0.033192 10.0.0.130 - - [2026-01-19 02:22:48] "GET /service-template/4ddc163b-b239-40d0-8364-6ef7af25795d HTTP/1.1" 403 264 0.007537 10.0.0.130 - - [2026-01-19 02:22:48] "GET /service-template/4ddc163b-b239-40d0-8364-6ef7af25795d HTTP/1.1" 403 264 0.032127 10.0.0.130 - - [2026-01-19 02:22:48] "GET /obj-perms HTTP/1.1" 403 257 0.007805 10.0.0.130 - - [2026-01-19 02:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001975 10.0.0.130 - - [2026-01-19 02:22:48] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008390 10.0.0.130 - - [2026-01-19 02:22:49] "GET /obj-perms HTTP/1.1" 403 257 0.037815 10.0.0.130 - - [2026-01-19 02:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002436 10.0.0.130 - - [2026-01-19 02:22:49] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.009326 10.0.0.130 - - [2026-01-19 02:22:49] "GET /obj-perms HTTP/1.1" 403 257 0.011018 10.0.0.130 - - [2026-01-19 02:22:49] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008907 10.0.0.130 - - [2026-01-19 02:22:49] "GET /api-access-list/2b135080-9fe7-455f-a44f-32c45036999b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.004011 10.0.0.130 - - [2026-01-19 02:22:49] "PUT /api-access-list/2b135080-9fe7-455f-a44f-32c45036999b HTTP/1.1" 200 265 0.008747 10.0.0.130 - - [2026-01-19 02:22:49] "GET /service-template/4ddc163b-b239-40d0-8364-6ef7af25795d HTTP/1.1" 200 1854 0.011544 10.0.0.130 - - [2026-01-19 02:22:49] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b HTTP/1.1" 200 2317 0.011551 10.0.0.130 - - [2026-01-19 02:22:49] "GET /obj-perms HTTP/1.1" 403 257 0.009330 10.0.0.130 - - [2026-01-19 02:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.130 - - [2026-01-19 02:22:49] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.013964 10.0.0.130 - - [2026-01-19 02:22:49] "GET /obj-perms HTTP/1.1" 403 257 0.008040 10.0.0.130 - - [2026-01-19 02:22:49] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.018150 10.0.0.130 - - [2026-01-19 02:22:49] "DELETE /api-access-list/bb447505-a1f0-4f18-b4ab-fc6774471f5d HTTP/1.1" 200 115 0.027316 10.0.0.130 - - [2026-01-19 02:22:49] "GET /api-access-list/bb447505-a1f0-4f18-b4ab-fc6774471f5d HTTP/1.1" 404 171 0.003973 10.0.0.130 - - [2026-01-19 02:22:49] "DELETE /api-access-list/642192b1-a3d3-4caa-bb21-724f905a4a85 HTTP/1.1" 200 115 0.016221 10.0.0.130 - - [2026-01-19 02:22:49] "GET /api-access-list/642192b1-a3d3-4caa-bb21-724f905a4a85 HTTP/1.1" 404 171 0.001935 10.0.0.130 - - [2026-01-19 02:22:49] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b HTTP/1.1" 401 293 0.000327 10.0.0.130 - - [2026-01-19 02:22:49] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b HTTP/1.1" 403 263 0.032895 10.0.0.130 - - [2026-01-19 02:22:49] "GET /service-template/4ddc163b-b239-40d0-8364-6ef7af25795d HTTP/1.1" 403 264 0.006654 10.0.0.130 - - [2026-01-19 02:22:50] "GET /service-template/4ddc163b-b239-40d0-8364-6ef7af25795d HTTP/1.1" 403 264 0.038190 10.0.0.130 - - [2026-01-19 02:22:50] "GET /obj-perms HTTP/1.1" 403 257 0.033145 10.0.0.130 - - [2026-01-19 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.130 - - [2026-01-19 02:22:50] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007302 10.0.0.130 - - [2026-01-19 02:22:50] "GET /obj-perms HTTP/1.1" 403 257 0.007682 10.0.0.130 - - [2026-01-19 02:22:50] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008276 10.0.0.130 - - [2026-01-19 02:22:50] "GET /api-access-list/2b135080-9fe7-455f-a44f-32c45036999b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.003587 10.0.0.130 - - [2026-01-19 02:22:50] "PUT /api-access-list/2b135080-9fe7-455f-a44f-32c45036999b HTTP/1.1" 200 265 0.010422 10.0.0.130 - - [2026-01-19 02:22:50] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b HTTP/1.1" 200 2317 0.013125 10.0.0.130 - - [2026-01-19 02:22:50] "GET /service-template/4ddc163b-b239-40d0-8364-6ef7af25795d HTTP/1.1" 200 1854 0.009166 10.0.0.130 - - [2026-01-19 02:22:50] "GET /obj-perms HTTP/1.1" 403 257 0.007404 10.0.0.130 - - [2026-01-19 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.130 - - [2026-01-19 02:22:51] "GET /virtual-network/215f4927-6579-4702-9fdd-b6319204579b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.013686 10.0.0.130 - - [2026-01-19 02:22:51] "GET /obj-perms HTTP/1.1" 403 257 0.007489 10.0.0.130 - - [2026-01-19 02:22:51] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.017350 10.0.0.130 - - [2026-01-19 02:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.009050 10.0.0.130 - - [2026-01-19 02:22:51] "DELETE /service-template/4ddc163b-b239-40d0-8364-6ef7af25795d HTTP/1.1" 200 115 0.023428 10.0.0.130 - - [2026-01-19 02:22:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.013484 10.0.0.130 - - [2026-01-19 02:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.130 - - [2026-01-19 02:22:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002768 10.0.0.130 - - [2026-01-19 02:22:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001552 10.0.0.130 - - [2026-01-19 02:22:51] "DELETE /virtual-network/215f4927-6579-4702-9fdd-b6319204579b HTTP/1.1" 200 115 0.082187 10.0.0.130 - - [2026-01-19 02:22:51] "DELETE /route-target/d65d637d-ef6c-4bc7-9365-d8cd391473f6 HTTP/1.1" 200 115 0.019161 10.0.0.130 - - [2026-01-19 02:22:51] "GET /api-access-list/2b135080-9fe7-455f-a44f-32c45036999b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.003204 10.0.0.130 - - [2026-01-19 02:22:51] "PUT /api-access-list/2b135080-9fe7-455f-a44f-32c45036999b HTTP/1.1" 200 265 0.010431 10.0.0.130 - - [2026-01-19 02:22:51] "GET /api-access-list/2b135080-9fe7-455f-a44f-32c45036999b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.003952 10.0.0.130 - - [2026-01-19 02:22:51] "PUT /api-access-list/2b135080-9fe7-455f-a44f-32c45036999b HTTP/1.1" 200 265 0.009993 10.0.0.130 - - [2026-01-19 02:22:52] "GET /api-access-list/2b135080-9fe7-455f-a44f-32c45036999b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003995 10.0.0.130 - - [2026-01-19 02:22:52] "PUT /api-access-list/2b135080-9fe7-455f-a44f-32c45036999b HTTP/1.1" 200 265 0.008325 10.0.0.130 - - [2026-01-19 02:22:52] "GET /projects?obj_uuids=e1d3fd86-347a-4057-af64-8bec6317f6e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002558 10.0.0.130 - - [2026-01-19 02:22:52] "GET /project/e1d3fd86-347a-4057-af64-8bec6317f6e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.024919 10.0.0.130 - - [2026-01-19 02:22:52] "GET /projects?obj_uuids=e1d3fd86-347a-4057-af64-8bec6317f6e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000918 10.0.0.130 - - [2026-01-19 02:22:52] "GET /project/e1d3fd86-347a-4057-af64-8bec6317f6e5?fields=virtual_networks HTTP/1.1" 200 1035 0.068225 10.0.0.130 - - [2026-01-19 02:22:52] "GET /projects?obj_uuids=e1d3fd86-347a-4057-af64-8bec6317f6e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000988 10.0.0.130 - - [2026-01-19 02:22:52] "GET /project/e1d3fd86-347a-4057-af64-8bec6317f6e5?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.022596 10.0.0.130 - - [2026-01-19 02:22:52] "GET /projects?obj_uuids=e1d3fd86-347a-4057-af64-8bec6317f6e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000940 10.0.0.130 - - [2026-01-19 02:22:52] "GET /project/e1d3fd86-347a-4057-af64-8bec6317f6e5?fields=security_groups HTTP/1.1" 200 1262 0.024265 10.0.0.130 - - [2026-01-19 02:22:53] "GET /projects?obj_uuids=d95ad30d-b2bf-4a45-b73a-692336e8cfc7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000983 10.0.0.130 - - [2026-01-19 02:22:53] "GET /project/d95ad30d-b2bf-4a45-b73a-692336e8cfc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.023978 [Introspect:8084]10.0.0.130 - - [2026-01-19 02:22:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001092 10.0.0.130 - - [2026-01-19 02:22:54] "POST /fqname-to-id HTTP/1.1" 404 184 0.028970 10.0.0.130 - - [2026-01-19 02:22:54] "GET /projects?obj_uuids=9eb38956-5ef9-4274-a94b-7d1a8891de4e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002173 10.0.0.130 - - [2026-01-19 02:22:54] "GET /domains?obj_uuids=6b1950eb-3744-4375-a1be-2f40ed6a9311&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001210 10.0.0.130 - - [2026-01-19 02:22:54] "GET /domain/6b1950eb-3744-4375-a1be-2f40ed6a9311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006444 10.0.0.130 - - [2026-01-19 02:22:54] "POST /id-to-fqname HTTP/1.1" 200 186 0.001184 10.0.0.130 - - [2026-01-19 02:22:54] "POST /fqname-to-id HTTP/1.1" 404 195 0.001902 10.0.0.130 - - [2026-01-19 02:22:54] "POST /security-groups HTTP/1.1" 200 587 0.059998 10.0.0.130 - - [2026-01-19 02:22:54] "POST /fqname-to-id HTTP/1.1" 404 230 0.003106 10.0.0.130 - - [2026-01-19 02:22:54] "POST /projects HTTP/1.1" 200 577 0.197678 10.0.0.130 - - [2026-01-19 02:22:54] "POST /access-control-lists HTTP/1.1" 200 594 0.054363 10.0.0.130 - - [2026-01-19 02:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.270884 10.0.0.130 - - [2026-01-19 02:22:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.002616 10.0.0.130 - - [2026-01-19 02:22:54] "GET /project/9eb38956-5ef9-4274-a94b-7d1a8891de4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.393388 10.0.0.130 - - [2026-01-19 02:22:54] "POST /access-control-lists HTTP/1.1" 200 592 0.062458 10.0.0.130 - - [2026-01-19 02:22:55] "GET / HTTP/1.1" 200 36215 0.001832 10.0.0.130 - - [2026-01-19 02:22:56] "GET /projects?obj_uuids=9eb38956-5ef9-4274-a94b-7d1a8891de4e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000910 10.0.0.130 - - [2026-01-19 02:22:56] "GET /project/9eb38956-5ef9-4274-a94b-7d1a8891de4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.020522 10.0.0.130 - - [2026-01-19 02:22:56] "GET /projects?obj_uuids=9eb38956-5ef9-4274-a94b-7d1a8891de4e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000942 10.0.0.130 - - [2026-01-19 02:22:56] "GET /project/9eb38956-5ef9-4274-a94b-7d1a8891de4e?fields=virtual_networks HTTP/1.1" 200 1027 0.065614 10.0.0.130 - - [2026-01-19 02:22:56] "GET /projects?obj_uuids=9eb38956-5ef9-4274-a94b-7d1a8891de4e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000945 10.0.0.130 - - [2026-01-19 02:22:56] "GET /project/9eb38956-5ef9-4274-a94b-7d1a8891de4e?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.021376 10.0.0.130 - - [2026-01-19 02:22:56] "GET /projects?obj_uuids=9eb38956-5ef9-4274-a94b-7d1a8891de4e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001099 10.0.0.130 - - [2026-01-19 02:22:56] "GET /project/9eb38956-5ef9-4274-a94b-7d1a8891de4e?fields=security_groups HTTP/1.1" 200 1250 0.027608 10.0.0.130 - - [2026-01-19 02:23:19] "DELETE /project/82fe015551c74a86b67cd83b7418f54a HTTP/1.1" 404 173 0.047698 10.0.0.130 - - [2026-01-19 02:23:19] "GET /projects?obj_uuids=9eb38956-5ef9-4274-a94b-7d1a8891de4e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001006 10.0.0.130 - - [2026-01-19 02:23:19] "DELETE /project/9eb389565ef94274a94b7d1a8891de4e HTTP/1.1" 404 173 0.055922 10.0.0.130 - - [2026-01-19 02:23:19] "GET /project/9eb38956-5ef9-4274-a94b-7d1a8891de4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.024960 10.0.0.130 - - [2026-01-19 02:23:19] "GET /projects?obj_uuids=9eb38956-5ef9-4274-a94b-7d1a8891de4e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001337 10.0.0.130 - - [2026-01-19 02:23:19] "GET /projects?obj_uuids=34cf522d-60e3-465a-bf12-0e01c596cca3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001073 10.0.0.130 - - [2026-01-19 02:23:19] "GET /project/34cf522d-60e3-465a-bf12-0e01c596cca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.033613 10.0.0.130 - - [2026-01-19 02:23:19] "GET /projects?obj_uuids=4f284434-8a02-452c-8dbb-4b8258670b17&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001163 10.0.0.130 - - [2026-01-19 02:23:19] "GET /projects?obj_uuids=34cf522d-60e3-465a-bf12-0e01c596cca3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000821 10.0.0.130 - - [2026-01-19 02:23:19] "DELETE /project/e1d3fd86347a4057af648bec6317f6e5 HTTP/1.1" 404 173 0.143038 10.0.0.130 - - [2026-01-19 02:23:19] "GET /project/9eb38956-5ef9-4274-a94b-7d1a8891de4e?fields=security_groups HTTP/1.1" 200 1352 0.083841 10.0.0.130 - - [2026-01-19 02:23:19] "DELETE /project/4f2844348a02452c8dbb4b8258670b17 HTTP/1.1" 404 173 0.166662 10.0.0.130 - - [2026-01-19 02:23:19] "GET /project/34cf522d-60e3-465a-bf12-0e01c596cca3?fields=security_groups HTTP/1.1" 200 1348 0.031819 10.0.0.130 - - [2026-01-19 02:23:19] "GET /projects?obj_uuids=82fe0155-51c7-4a86-b67c-d83b7418f54a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001075 10.0.0.130 - - [2026-01-19 02:23:20] "GET /project/4f284434-8a02-452c-8dbb-4b8258670b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.085193 10.0.0.130 - - [2026-01-19 02:23:20] "GET /projects?obj_uuids=5a4223cc-cdb7-4f14-8b6b-31a51ff58ffc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001080 10.0.0.130 - - [2026-01-19 02:23:20] "GET /project/82fe0155-51c7-4a86-b67c-d83b7418f54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.056095 10.0.0.130 - - [2026-01-19 02:23:20] "GET /projects?obj_uuids=8a16f272-d82d-43b7-aa45-75881c726835&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001276 10.0.0.130 - - [2026-01-19 02:23:20] "GET /projects?obj_uuids=e1d3fd86-347a-4057-af64-8bec6317f6e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001048 10.0.0.130 - - [2026-01-19 02:23:20] "GET /projects?obj_uuids=4f284434-8a02-452c-8dbb-4b8258670b17&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001649 10.0.0.130 - - [2026-01-19 02:23:20] "GET /project/5a4223cc-cdb7-4f14-8b6b-31a51ff58ffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.071494 10.0.0.130 - - [2026-01-19 02:23:20] "GET /projects?obj_uuids=82fe0155-51c7-4a86-b67c-d83b7418f54a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001590 10.0.0.130 - - [2026-01-19 02:23:20] "GET /project/8a16f272-d82d-43b7-aa45-75881c726835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.069131 10.0.0.130 - - [2026-01-19 02:23:20] "GET /project/4f284434-8a02-452c-8dbb-4b8258670b17?fields=security_groups HTTP/1.1" 200 1363 0.078436 10.0.0.130 - - [2026-01-19 02:23:20] "GET /projects?obj_uuids=5a4223cc-cdb7-4f14-8b6b-31a51ff58ffc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000876 10.0.0.130 - - [2026-01-19 02:23:20] "GET /project/e1d3fd86-347a-4057-af64-8bec6317f6e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.118638 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /access-control-list/125701d6-0554-41d1-a939-451bbab0e4a4 HTTP/1.1" 200 115 0.080379 10.0.0.130 - - [2026-01-19 02:23:20] "GET /projects?obj_uuids=8a16f272-d82d-43b7-aa45-75881c726835&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001743 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /security-group/291fab5f-762a-45f9-a4d6-63960b3aa327 HTTP/1.1" 200 115 0.174122 10.0.0.130 - - [2026-01-19 02:23:20] "GET /projects?obj_uuids=e1d3fd86-347a-4057-af64-8bec6317f6e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001317 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /security-group/3f26cfb4-4fe2-4050-884c-c81e6e6a3dfa HTTP/1.1" 200 115 0.181183 10.0.0.130 - - [2026-01-19 02:23:20] "GET /projects?obj_uuids=9eb38956-5ef9-4274-a94b-7d1a8891de4e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000788 10.0.0.130 - - [2026-01-19 02:23:20] "GET /project/82fe0155-51c7-4a86-b67c-d83b7418f54a?fields=security_groups HTTP/1.1" 200 1363 0.121485 10.0.0.130 - - [2026-01-19 02:23:20] "GET /projects?obj_uuids=34cf522d-60e3-465a-bf12-0e01c596cca3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000978 10.0.0.130 - - [2026-01-19 02:23:20] "GET /project/5a4223cc-cdb7-4f14-8b6b-31a51ff58ffc?fields=security_groups HTTP/1.1" 200 1348 0.102702 10.0.0.130 - - [2026-01-19 02:23:20] "GET /project/e1d3fd86-347a-4057-af64-8bec6317f6e5?fields=security_groups HTTP/1.1" 200 1364 0.077412 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /access-control-list/1bd32d99-802c-4db7-bc1c-399f80fd9edd HTTP/1.1" 200 115 0.080401 10.0.0.130 - - [2026-01-19 02:23:20] "GET /project/8a16f272-d82d-43b7-aa45-75881c726835?fields=security_groups HTTP/1.1" 200 1348 0.125519 10.0.0.130 - - [2026-01-19 02:23:20] "GET /project/9eb38956-5ef9-4274-a94b-7d1a8891de4e?fields=application_policy_sets HTTP/1.1" 200 1391 0.143313 10.0.0.130 - - [2026-01-19 02:23:20] "GET /project/34cf522d-60e3-465a-bf12-0e01c596cca3?fields=application_policy_sets HTTP/1.1" 200 1387 0.134356 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /access-control-list/23d41b17-bb9f-4557-a01f-bd67a22d5f0c HTTP/1.1" 200 115 0.115167 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /security-group/22609699-bdc3-42df-b3cc-a785b58d5173 HTTP/1.1" 200 115 0.202002 10.0.0.130 - - [2026-01-19 02:23:20] "GET /projects?obj_uuids=4f284434-8a02-452c-8dbb-4b8258670b17&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001245 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /security-group/82960d2b-1bf7-4c7e-b736-e3fdadf2bacf HTTP/1.1" 200 115 0.214898 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /access-control-list/c3771980-901f-4598-ba0d-291fbf68a63f HTTP/1.1" 200 115 0.089972 10.0.0.130 - - [2026-01-19 02:23:20] "GET /project/4f284434-8a02-452c-8dbb-4b8258670b17?fields=application_policy_sets HTTP/1.1" 200 1402 0.084350 10.0.0.130 - - [2026-01-19 02:23:20] "GET /projects?obj_uuids=82fe0155-51c7-4a86-b67c-d83b7418f54a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001880 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /security-group/b6710e4a-8b50-485c-84e7-7d2007c1e9a3 HTTP/1.1" 200 115 0.215391 10.0.0.130 - - [2026-01-19 02:23:20] "GET /project/82fe0155-51c7-4a86-b67c-d83b7418f54a?fields=application_policy_sets HTTP/1.1" 200 1402 0.059197 10.0.0.130 - - [2026-01-19 02:23:20] "GET /projects?obj_uuids=5a4223cc-cdb7-4f14-8b6b-31a51ff58ffc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002431 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /security-group/c622f200-8dca-4862-9441-9b6dd088b184 HTTP/1.1" 200 115 0.242980 10.0.0.130 - - [2026-01-19 02:23:20] "GET /project/5a4223cc-cdb7-4f14-8b6b-31a51ff58ffc?fields=application_policy_sets HTTP/1.1" 200 1387 0.082326 10.0.0.130 - - [2026-01-19 02:23:20] "GET /projects?obj_uuids=e1d3fd86-347a-4057-af64-8bec6317f6e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001353 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /security-group/25818b9e-e622-43ca-b096-dedebdb321a7 HTTP/1.1" 200 115 0.292996 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /access-control-list/15158721-1641-4aca-9a58-e1d4a7384a02 HTTP/1.1" 200 115 0.169758 10.0.0.130 - - [2026-01-19 02:23:20] "GET /projects?obj_uuids=8a16f272-d82d-43b7-aa45-75881c726835&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001386 10.0.0.130 - - [2026-01-19 02:23:20] "GET /project/e1d3fd86-347a-4057-af64-8bec6317f6e5?fields=application_policy_sets HTTP/1.1" 200 1403 0.085041 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /project/9eb38956-5ef9-4274-a94b-7d1a8891de4e HTTP/1.1" 200 115 0.924967 10.0.0.130 - - [2026-01-19 02:23:20] "GET /project/8a16f272-d82d-43b7-aa45-75881c726835?fields=application_policy_sets HTTP/1.1" 200 1387 0.095812 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /access-control-list/9e576180-9a6c-4767-aa16-579d544c22fc HTTP/1.1" 200 115 0.080579 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /project/34cf522d-60e3-465a-bf12-0e01c596cca3 HTTP/1.1" 200 115 0.982001 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /project/4f284434-8a02-452c-8dbb-4b8258670b17 HTTP/1.1" 200 115 0.988378 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /access-control-list/cb6a0c41-8c14-4609-970c-f0452bb5ff52 HTTP/1.1" 200 115 0.019469 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /project/82fe0155-51c7-4a86-b67c-d83b7418f54a HTTP/1.1" 200 115 1.014293 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /project/5a4223cc-cdb7-4f14-8b6b-31a51ff58ffc HTTP/1.1" 200 115 1.002224 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /access-control-list/e77de85c-82eb-4e79-bb3f-6495a8538d29 HTTP/1.1" 200 115 0.035770 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /project/e1d3fd86-347a-4057-af64-8bec6317f6e5 HTTP/1.1" 200 115 1.046545 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /access-control-list/7b01308d-3170-4b9c-8c4e-cc9970971a96 HTTP/1.1" 200 115 0.020479 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /access-control-list/7b0d5d08-7df4-4159-8882-1ce3cc302ff8 HTTP/1.1" 200 115 0.017358 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /project/8a16f272-d82d-43b7-aa45-75881c726835 HTTP/1.1" 200 115 1.105738 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /access-control-list/0e848ccc-cd9a-4e76-9682-c1c6663c87b9 HTTP/1.1" 200 115 0.019790 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /access-control-list/05e69637-f933-4096-8ad0-9efa81731451 HTTP/1.1" 200 115 0.020171 10.0.0.130 - - [2026-01-19 02:23:20] "DELETE /access-control-list/0e018df5-42bf-4c5d-a759-f18cd4c8f910 HTTP/1.1" 200 115 0.017229 10.0.0.130 - - [2026-01-19 02:23:21] "DELETE /access-control-list/ce289645-f9db-4990-b223-0d0dfe1617e0 HTTP/1.1" 200 115 0.022468 10.0.0.130 - - [2026-01-19 02:23:28] "GET /obj-perms HTTP/1.1" 200 5075 0.050768 10.0.0.130 - - [2026-01-19 02:23:28] "GET /obj-perms HTTP/1.1" 200 5075 0.056428 [Introspect:8084]10.0.0.130 - - [2026-01-19 02:23:45] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001193 [Introspect:8084]10.0.0.130 - - [2026-01-19 02:23:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001133