+++ date ++ echo 'INFO: =================== Thu Mar 12 02:01:44 AM UTC 2026 ===================' INFO: =================== Thu Mar 12 02:01:44 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 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.130 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 +++ mount -t hugetlbfs ++ 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.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.130 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:2181, +++ '[' -n 10.0.0.130:2181, ']' +++ echo 10.0.0.130:2181 ++ ZOOKEEPER_SERVERS=10.0.0.130:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:2181 ' +++ '[' -n '10.0.0.130:2181 ' ']' +++ echo 10.0.0.130:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.130:2181 ++ RABBITMQ_NODES=10.0.0.130 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:5673, +++ '[' -n 10.0.0.130:5673, ']' +++ echo 10.0.0.130:5673 ++ RABBITMQ_SERVERS=10.0.0.130:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:6379 ' +++ '[' -n '10.0.0.130:6379 ' ']' +++ echo 10.0.0.130:6379 ++ REDIS_SERVERS=10.0.0.130:6379 ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.130 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9092 ' +++ '[' -n '10.0.0.130:9092 ' ']' +++ echo 10.0.0.130:9092 ++ KAFKA_SERVERS=10.0.0.130:9092 ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.130 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.130 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.130 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.130 ++ cut -d , -f 1 + local cassandra=10.0.0.130 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.130 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.130 +++ local servers=10.0.0.130 +++ local server_list= +++ cut -d ' ' -f 1 +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.130,10.20.0.14,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.14,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 ++ sed 's/^API__//g' ++ cut -d = -f 1 + 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: 03/12/2026 02:01:52.880 7f14a81626c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/12/2026 02:01:53.027 7f14a81626c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/12/2026 02:01:53.040 7f14a81626c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/12/2026 02:01:53.040 7f14a81626c0 [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-03-12 02:01:57] "GET / HTTP/1.1" 503 181 0.000258 10.0.0.130 - - [2026-03-12 02:01:57] "GET / HTTP/1.1" 503 181 0.000370 10.0.0.130 - - [2026-03-12 02:01:58] "GET / HTTP/1.1" 200 45871 0.002028 10.0.0.130 - - [2026-03-12 02:01:58] "GET / HTTP/1.1" 200 45871 0.001611 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-03-12 02:01:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000696 10.0.0.130 - - [2026-03-12 02:01:58] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000336 10.0.0.130 - - [2026-03-12 02:01:58] "GET / HTTP/1.1" 200 36215 0.001984 10.0.0.130 - - [2026-03-12 02:01:58] "GET / HTTP/1.1" 200 36215 0.001873 10.0.0.130 - - [2026-03-12 02:01:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000477 10.0.0.130 - - [2026-03-12 02:01:59] "GET / HTTP/1.1" 200 36215 0.001900 10.0.0.130 - - [2026-03-12 02:02:00] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.928788 10.0.0.130 - - [2026-03-12 02:02:00] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003627 10.0.0.130 - - [2026-03-12 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.365823 10.0.0.130 - - [2026-03-12 02:02:00] "GET /global-system-config/4be50d1d-13e2-41e3-ad71-e6b2f7156782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009014 10.0.0.130 - - [2026-03-12 02:02:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000636 10.0.0.130 - - [2026-03-12 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.690407 10.0.0.130 - - [2026-03-12 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.130 - - [2026-03-12 02:02:00] "POST /fqname-to-id HTTP/1.1" 404 220 0.003160 10.0.0.130 - - [2026-03-12 02:02:00] "POST /config-nodes HTTP/1.1" 200 601 0.025377 10.0.0.130 - - [2026-03-12 02:02:00] "POST /fqname-to-id HTTP/1.1" 404 186 0.045048 10.0.0.130 - - [2026-03-12 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.130 - - [2026-03-12 02:02:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000392 10.0.0.130 - - [2026-03-12 02:02:00] "GET /global-system-config/4be50d1d-13e2-41e3-ad71-e6b2f7156782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008803 10.0.0.130 - - [2026-03-12 02:02:00] "GET / HTTP/1.1" 200 36215 0.002180 10.0.0.130 - - [2026-03-12 02:02:00] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000450 10.0.0.130 - - [2026-03-12 02:02:00] "POST /service-appliance-sets HTTP/1.1" 200 555 0.022865 10.0.0.130 - - [2026-03-12 02:02:00] "GET / HTTP/1.1" 200 36215 0.002092 10.0.0.130 - - [2026-03-12 02:02:00] "POST /fqname-to-id HTTP/1.1" 404 180 0.003032 10.0.0.130 - - [2026-03-12 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.130 - - [2026-03-12 02:02:00] "GET /global-system-config/4be50d1d-13e2-41e3-ad71-e6b2f7156782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009183 10.0.0.130 - - [2026-03-12 02:02:00] "POST /service-appliance-sets HTTP/1.1" 200 543 0.032284 10.0.0.130 - - [2026-03-12 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.130 - - [2026-03-12 02:02:00] "GET /network-ipam/9cfe3889-9099-4b1a-a560-3b7e5ed8456a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.005370 10.0.0.130 - - [2026-03-12 02:02:01] "POST /service-templates HTTP/1.1" 200 513 0.026536 10.0.0.130 - - [2026-03-12 02:02:01] "POST /service-templates HTTP/1.1" 200 503 0.022411 10.0.0.130 - - [2026-03-12 02:02:01] "POST /service-templates HTTP/1.1" 200 517 0.025296 10.0.0.130 - - [2026-03-12 02:02:01] "POST /service-templates HTTP/1.1" 200 537 0.023187 10.0.0.130 - - [2026-03-12 02:02:01] "GET / HTTP/1.1" 200 36215 0.001464 10.0.0.130 - - [2026-03-12 02:02:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000312 10.0.0.130 - - [2026-03-12 02:02:01] "POST /service-templates HTTP/1.1" 200 509 0.024131 /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-03-12 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.342018 10.0.0.130 - - [2026-03-12 02:02:01] "GET /network-ipam/9cfe3889-9099-4b1a-a560-3b7e5ed8456a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.012475 10.0.0.130 - - [2026-03-12 02:02:01] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.369035 10.0.0.130 - - [2026-03-12 02:02:01] "POST /fqname-to-id HTTP/1.1" 404 225 0.003408 10.0.0.130 - - [2026-03-12 02:02:01] "POST /access-control-lists HTTP/1.1" 200 589 0.028040 10.0.0.130 - - [2026-03-12 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.386203 10.0.0.130 - - [2026-03-12 02:02:02] "GET /global-system-config/4be50d1d-13e2-41e3-ad71-e6b2f7156782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.016197 10.0.0.130 - - [2026-03-12 02:02:02] "POST /fqname-to-id HTTP/1.1" 404 224 0.022723 10.0.0.130 - - [2026-03-12 02:02:02] "POST /fqname-to-id HTTP/1.1" 404 220 0.080228 10.0.0.130 - - [2026-03-12 02:02:02] "POST /access-control-lists HTTP/1.1" 200 587 0.094242 10.0.0.130 - - [2026-03-12 02:02:02] "POST /config-database-nodes HTTP/1.1" 200 619 0.023340 10.0.0.130 - - [2026-03-12 02:02:02] "POST /route-targets HTTP/1.1" 200 328 0.013706 10.0.0.130 - - [2026-03-12 02:02:02] "POST /ref-update HTTP/1.1" 200 156 0.014660 10.0.0.130 - - [2026-03-12 02:02:02] "POST /route-targets HTTP/1.1" 200 328 0.010346 10.0.0.130 - - [2026-03-12 02:02:02] "POST /ref-update HTTP/1.1" 200 156 0.011574 10.0.0.130 - - [2026-03-12 02:02:02] "POST /route-targets HTTP/1.1" 200 328 0.012873 10.0.0.130 - - [2026-03-12 02:02:02] "POST /ref-update HTTP/1.1" 200 156 0.012031 10.0.0.130 - - [2026-03-12 02:02:02] "POST /route-targets HTTP/1.1" 200 328 0.011155 10.0.0.130 - - [2026-03-12 02:02:02] "POST /ref-update HTTP/1.1" 200 156 0.010750 10.0.0.130 - - [2026-03-12 02:02:02] "POST /fqname-to-id HTTP/1.1" 404 201 0.003167 10.0.0.130 - - [2026-03-12 02:02:02] "POST /access-control-lists HTTP/1.1" 200 553 0.060986 10.0.0.130 - - [2026-03-12 02:02:02] "PUT /access-control-list/63cd1b15-4c00-4d6b-8bec-72da8178d3eb HTTP/1.1" 200 273 0.022492 10.0.0.130 - - [2026-03-12 02:02:03] "PUT /access-control-list/2966325f-3537-42f4-9140-43603c32f695 HTTP/1.1" 200 273 0.011184 10.0.0.130 - - [2026-03-12 02:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.130 - - [2026-03-12 02:02:06] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1217 0.004226 10.0.0.130 - - [2026-03-12 02:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.130 - - [2026-03-12 02:02:06] "PUT /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1 HTTP/1.1" 200 277 0.009525 10.0.0.130 - - [2026-03-12 02:02:07] "GET / HTTP/1.1" 200 36215 0.001590 10.0.0.130 - - [2026-03-12 02:02:07] "POST /alarms HTTP/1.1" 401 293 0.000405 10.0.0.130 - - [2026-03-12 02:02:07] "POST /alarms HTTP/1.1" 200 583 0.059343 10.0.0.130 - - [2026-03-12 02:02:07] "POST /alarms HTTP/1.1" 200 577 0.020994 10.0.0.130 - - [2026-03-12 02:02:07] "POST /alarms HTTP/1.1" 200 577 0.018559 10.0.0.130 - - [2026-03-12 02:02:07] "POST /alarms HTTP/1.1" 200 561 0.018842 10.0.0.130 - - [2026-03-12 02:02:07] "POST /alarms HTTP/1.1" 200 557 0.020205 10.0.0.130 - - [2026-03-12 02:02:07] "POST /alarms HTTP/1.1" 200 559 0.024460 10.0.0.130 - - [2026-03-12 02:02:07] "POST /alarms HTTP/1.1" 200 567 0.019073 10.0.0.130 - - [2026-03-12 02:02:07] "POST /alarms HTTP/1.1" 200 551 0.020166 10.0.0.130 - - [2026-03-12 02:02:07] "POST /alarms HTTP/1.1" 200 559 0.021011 10.0.0.130 - - [2026-03-12 02:02:08] "POST /alarms HTTP/1.1" 200 569 0.019815 10.0.0.130 - - [2026-03-12 02:02:08] "POST /alarms HTTP/1.1" 200 557 0.019604 10.0.0.130 - - [2026-03-12 02:02:08] "POST /alarms HTTP/1.1" 200 569 0.018837 10.0.0.130 - - [2026-03-12 02:02:08] "POST /alarms HTTP/1.1" 200 577 0.066642 10.0.0.130 - - [2026-03-12 02:02:08] "POST /alarms HTTP/1.1" 200 571 0.023967 10.0.0.130 - - [2026-03-12 02:02:08] "POST /alarms HTTP/1.1" 200 563 0.021799 10.0.0.130 - - [2026-03-12 02:02:08] "POST /alarms HTTP/1.1" 200 563 0.019700 10.0.0.130 - - [2026-03-12 02:02:08] "POST /alarms HTTP/1.1" 200 563 0.020081 10.0.0.130 - - [2026-03-12 02:02:08] "POST /alarms HTTP/1.1" 200 549 0.019321 10.0.0.130 - - [2026-03-12 02:02:08] "POST /alarms HTTP/1.1" 200 597 0.021642 10.0.0.130 - - [2026-03-12 02:02:08] "POST /alarms HTTP/1.1" 200 577 0.021926 10.0.0.130 - - [2026-03-12 02:02:08] "POST /alarms HTTP/1.1" 200 573 0.018320 10.0.0.130 - - [2026-03-12 02:02:08] "POST /alarms HTTP/1.1" 200 585 0.020665 10.0.0.130 - - [2026-03-12 02:02:08] "POST /alarms HTTP/1.1" 200 611 0.017293 10.0.0.130 - - [2026-03-12 02:02:09] "GET / HTTP/1.1" 200 36215 0.002487 10.0.0.130 - - [2026-03-12 02:02:09] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000474 10.0.0.130 - - [2026-03-12 02:02:09] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.025666 10.0.0.130 - - [2026-03-12 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.130 - - [2026-03-12 02:02:09] "PUT /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1 HTTP/1.1" 200 277 0.009226 10.0.0.130 - - [2026-03-12 02:02:09] "GET / HTTP/1.1" 200 36215 0.002140 10.0.0.130 - - [2026-03-12 02:02:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000345 10.0.0.130 - - [2026-03-12 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.026030 10.0.0.130 - - [2026-03-12 02:02:10] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004567 10.0.0.130 - - [2026-03-12 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.130 - - [2026-03-12 02:02:10] "PUT /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1 HTTP/1.1" 200 277 0.010569 10.0.0.130 - - [2026-03-12 02:02:10] "GET / HTTP/1.1" 200 36215 0.001454 10.0.0.130 - - [2026-03-12 02:02:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000344 10.0.0.130 - - [2026-03-12 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.027029 10.0.0.130 - - [2026-03-12 02:02:11] "GET /global-system-config/4be50d1d-13e2-41e3-ad71-e6b2f7156782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007050 10.0.0.130 - - [2026-03-12 02:02:11] "PUT /global-system-config/4be50d1d-13e2-41e3-ad71-e6b2f7156782 HTTP/1.1" 200 275 0.015567 10.0.0.130 - - [2026-03-12 02:02:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000665 10.0.0.130 - - [2026-03-12 02:02:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000465 10.0.0.130 - - [2026-03-12 02:02:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.130 - - [2026-03-12 02:02:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000547 10.0.0.130 - - [2026-03-12 02:02:52] "GET / HTTP/1.1" 200 36215 0.001625 10.0.0.130 - - [2026-03-12 02:02:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000360 10.0.0.130 - - [2026-03-12 02:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.026717 10.0.0.130 - - [2026-03-12 02:02:52] "GET /routing-instance/44885b1d-baea-4652-84fd-653aea24f601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004429 10.0.0.130 - - [2026-03-12 02:02:52] "POST /bgp-routers HTTP/1.1" 200 622 0.020785 10.0.0.130 - - [2026-03-12 02:02:52] "GET /bgp-router/b7686c5c-3012-4328-8d07-604c23d6cc39?fields=global_system_config_back_refs HTTP/1.1" 200 1119 0.005775 10.0.0.130 - - [2026-03-12 02:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.130 - - [2026-03-12 02:02:52] "GET /global-system-config/4be50d1d-13e2-41e3-ad71-e6b2f7156782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008140 10.0.0.130 - - [2026-03-12 02:02:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003096 10.0.0.130 - - [2026-03-12 02:02:52] "POST /ref-update HTTP/1.1" 200 156 0.008077 10.0.0.130 - - [2026-03-12 02:03:18] "GET / HTTP/1.1" 200 36215 0.001468 10.0.0.130 - - [2026-03-12 02:03:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000368 10.0.0.130 - - [2026-03-12 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.026907 10.0.0.130 - - [2026-03-12 02:03:19] "GET /global-system-config/4be50d1d-13e2-41e3-ad71-e6b2f7156782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.007591 10.0.0.130 - - [2026-03-12 02:03:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.002892 10.0.0.130 - - [2026-03-12 02:03:19] "POST /database-nodes HTTP/1.1" 200 605 0.019270 10.0.0.130 - - [2026-03-12 02:03:46] "GET / HTTP/1.1" 200 36215 0.001552 10.0.0.130 - - [2026-03-12 02:03:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000443 10.0.0.130 - - [2026-03-12 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.027192 10.0.0.130 - - [2026-03-12 02:03:47] "GET /global-system-config/4be50d1d-13e2-41e3-ad71-e6b2f7156782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.005826 10.0.0.130 - - [2026-03-12 02:03:47] "POST /fqname-to-id HTTP/1.1" 404 220 0.002727 10.0.0.130 - - [2026-03-12 02:03:47] "POST /analytics-nodes HTTP/1.1" 200 607 0.016638 10.0.0.130 - - [2026-03-12 02:03:53] "GET / HTTP/1.1" 200 36215 0.001752 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-03-12 02:04:02] "GET /obj-perms HTTP/1.1" 200 5075 0.408610 10.0.0.130 - - [2026-03-12 02:04:03] "GET / HTTP/1.1" 200 36215 0.001423 10.0.0.130 - - [2026-03-12 02:04:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000348 10.0.0.130 - - [2026-03-12 02:04:03] "GET /obj-perms HTTP/1.1" 200 5075 0.369456 10.0.0.130 - - [2026-03-12 02:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.058374 10.0.0.130 - - [2026-03-12 02:04:03] "GET /global-system-config/4be50d1d-13e2-41e3-ad71-e6b2f7156782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.006118 10.0.0.130 - - [2026-03-12 02:04:03] "POST /fqname-to-id HTTP/1.1" 404 220 0.003170 10.0.0.130 - - [2026-03-12 02:04:03] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.034898 10.0.0.130 - - [2026-03-12 02:04:19] "GET / HTTP/1.1" 200 36215 0.002109 10.0.0.130 - - [2026-03-12 02:04:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000574 10.0.0.130 - - [2026-03-12 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.040065 10.0.0.130 - - [2026-03-12 02:04:19] "GET /global-system-config/4be50d1d-13e2-41e3-ad71-e6b2f7156782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.007541 10.0.0.130 - - [2026-03-12 02:04:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.003193 10.0.0.130 - - [2026-03-12 02:04:19] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.023548 10.0.0.130 - - [2026-03-12 02:05:04] "GET /obj-perms HTTP/1.1" 200 5075 0.066295 10.0.0.130 - - [2026-03-12 02:05:04] "GET /obj-perms HTTP/1.1" 200 5075 0.056343 10.0.0.130 - - [2026-03-12 02:05:54] "GET / HTTP/1.1" 200 36215 0.001694 10.0.0.130 - - [2026-03-12 02:05:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000411 10.0.0.130 - - [2026-03-12 02:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.028670 10.0.0.130 - - [2026-03-12 02:05:55] "GET /global-system-config/4be50d1d-13e2-41e3-ad71-e6b2f7156782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.005875 10.0.0.130 - - [2026-03-12 02:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.130 - - [2026-03-12 02:05:55] "GET /routing-instance/44885b1d-baea-4652-84fd-653aea24f601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004687 10.0.0.130 - - [2026-03-12 02:05:55] "PUT /global-system-config/4be50d1d-13e2-41e3-ad71-e6b2f7156782 HTTP/1.1" 200 275 0.014920 10.0.0.130 - - [2026-03-12 02:05:55] "POST /fqname-to-id HTTP/1.1" 404 218 0.002831 10.0.0.130 - - [2026-03-12 02:05:55] "POST /virtual-routers HTTP/1.1" 200 605 0.027663 10.0.0.130 - - [2026-03-12 02:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.130 - - [2026-03-12 02:05:55] "GET /virtual-router/aad46e0f-f690-4813-9f52-e2530879e6d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.006457 10.0.0.130 - - [2026-03-12 02:05:55] "POST /fqname-to-id HTTP/1.1" 404 231 0.002947 10.0.0.130 - - [2026-03-12 02:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.130 - - [2026-03-12 02:05:55] "GET /virtual-network/fb008e46-78e0-41be-a916-8b80b703f9ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.007470 10.0.0.130 - - [2026-03-12 02:05:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.292474 10.0.0.130 - - [2026-03-12 02:05:56] "PUT /access-control-list/f46e3112-1cde-4e8f-a90a-93464047ccae HTTP/1.1" 200 273 0.013097 [Introspect:8084]10.0.0.130 - - [2026-03-12 02:05:57] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001316 [Introspect:8084]10.0.0.130 - - [2026-03-12 02:05:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001243 10.0.0.130 - - [2026-03-12 02:06:04] "GET /obj-perms HTTP/1.1" 200 5075 0.065040 10.0.0.130 - - [2026-03-12 02:06:05] "GET /obj-perms HTTP/1.1" 200 5075 0.052571 10.0.0.130 - - [2026-03-12 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.130 - - [2026-03-12 02:06:05] "GET /virtual-router/aad46e0f-f690-4813-9f52-e2530879e6d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.004187 [Introspect:8084]10.0.0.130 - - [2026-03-12 02:06:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000982 [Introspect:8084]10.0.0.130 - - [2026-03-12 02:06:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001102 [Introspect:8084]10.0.0.130 - - [2026-03-12 02:06:12] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001000 [Introspect:8084]10.0.0.130 - - [2026-03-12 02:06:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001102 10.0.0.130 - - [2026-03-12 02:07:05] "GET /obj-perms HTTP/1.1" 200 5075 0.051185 10.0.0.130 - - [2026-03-12 02:07:05] "GET /obj-perms HTTP/1.1" 200 5075 0.055176 10.0.0.130 - - [2026-03-12 02:07:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.130 - - [2026-03-12 02:07:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.130 - - [2026-03-12 02:07:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.130 - - [2026-03-12 02:07:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.130 - - [2026-03-12 02:07:30] "GET / HTTP/1.1" 200 36215 0.002239 10.0.0.130 - - [2026-03-12 02:07:31] "GET /project/b1b8eabb-2534-4970-b243-c408d178d9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000391 10.0.0.130 - - [2026-03-12 02:07:31] "GET /projects?obj_uuids=b1b8eabb-2534-4970-b243-c408d178d9be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.025357 10.0.0.130 - - [2026-03-12 02:07:31] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001074 10.0.0.130 - - [2026-03-12 02:07:31] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.031104 10.0.0.130 - - [2026-03-12 02:07:31] "POST /id-to-fqname HTTP/1.1" 200 167 0.001414 10.0.0.130 - - [2026-03-12 02:07:31] "POST /fqname-to-id HTTP/1.1" 404 176 0.002795 10.0.0.130 - - [2026-03-12 02:07:31] "POST /security-groups HTTP/1.1" 200 568 0.064852 10.0.0.130 - - [2026-03-12 02:07:31] "POST /projects HTTP/1.1" 200 539 0.219609 10.0.0.130 - - [2026-03-12 02:07:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.027868 10.0.0.130 - - [2026-03-12 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.294996 10.0.0.130 - - [2026-03-12 02:07:31] "POST /access-control-lists HTTP/1.1" 200 575 0.059424 10.0.0.130 - - [2026-03-12 02:07:31] "GET /project/b1b8eabb-2534-4970-b243-c408d178d9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.461330 10.0.0.130 - - [2026-03-12 02:07:31] "POST /fqname-to-id HTTP/1.1" 404 206 0.006966 10.0.0.130 - - [2026-03-12 02:07:32] "POST /access-control-lists HTTP/1.1" 200 573 0.060919 [Introspect:8084]10.0.0.130 - - [2026-03-12 02:07:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001136 10.0.0.130 - - [2026-03-12 02:07:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.025261 10.0.0.130 - - [2026-03-12 02:07:32] "GET /projects?obj_uuids=2fa9e213-b817-4182-91f5-ad00cfdd8667&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002656 10.0.0.130 - - [2026-03-12 02:07:32] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001100 10.0.0.130 - - [2026-03-12 02:07:32] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007230 10.0.0.130 - - [2026-03-12 02:07:32] "POST /id-to-fqname HTTP/1.1" 200 201 0.001709 10.0.0.130 - - [2026-03-12 02:07:32] "POST /fqname-to-id HTTP/1.1" 404 210 0.005526 10.0.0.130 - - [2026-03-12 02:07:33] "POST /security-groups HTTP/1.1" 200 602 0.060712 10.0.0.130 - - [2026-03-12 02:07:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.002621 10.0.0.130 - - [2026-03-12 02:07:33] "POST /projects HTTP/1.1" 200 607 0.228259 10.0.0.130 - - [2026-03-12 02:07:33] "POST /access-control-lists HTTP/1.1" 200 609 0.062131 10.0.0.130 - - [2026-03-12 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.301800 10.0.0.130 - - [2026-03-12 02:07:33] "POST /fqname-to-id HTTP/1.1" 404 244 0.003160 10.0.0.130 - - [2026-03-12 02:07:33] "GET /project/2fa9e213-b817-4182-91f5-ad00cfdd8667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.425718 10.0.0.130 - - [2026-03-12 02:07:33] "POST /access-control-lists HTTP/1.1" 200 607 0.060661 10.0.0.130 - - [2026-03-12 02:07:34] "GET / HTTP/1.1" 200 36215 0.002696 10.0.0.130 - - [2026-03-12 02:07:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000434 10.0.0.130 - - [2026-03-12 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.053874 10.0.0.130 - - [2026-03-12 02:07:35] "GET /projects?obj_uuids=2fa9e213-b817-4182-91f5-ad00cfdd8667&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001092 10.0.0.130 - - [2026-03-12 02:07:35] "GET /project/2fa9e213-b817-4182-91f5-ad00cfdd8667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.027840 10.0.0.130 - - [2026-03-12 02:07:35] "POST /neutron/network HTTP/1.1" 200 117 0.084515 10.0.0.130 - - [2026-03-12 02:07:35] "GET /projects?obj_uuids=2fa9e213-b817-4182-91f5-ad00cfdd8667&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000983 10.0.0.130 - - [2026-03-12 02:07:35] "POST /neutron/network HTTP/1.1" 200 620 0.074926 10.0.0.130 - - [2026-03-12 02:07:35] "POST /route-targets HTTP/1.1" 200 328 0.009801 10.0.0.130 - - [2026-03-12 02:07:35] "POST /ref-update HTTP/1.1" 200 156 0.013174 10.0.0.130 - - [2026-03-12 02:07:35] "POST /useragent-kv HTTP/1.1" 200 115 0.008703 10.0.0.130 - - [2026-03-12 02:07:35] "POST /neutron/subnet HTTP/1.1" 200 734 0.143695 10.0.0.130 - - [2026-03-12 02:07:35] "POST /neutron/network HTTP/1.1" 200 841 0.005856 10.0.0.130 - - [2026-03-12 02:07:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001270 10.0.0.130 - - [2026-03-12 02:07:35] "GET /virtual-network/9a393d02-bcb0-440d-8974-72d6b0d2cfea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005042 10.0.0.130 - - [2026-03-12 02:07:36] "POST /neutron/network HTTP/1.1" 200 841 0.005573 10.0.0.130 - - [2026-03-12 02:07:36] "GET /virtual-network/9a393d02-bcb0-440d-8974-72d6b0d2cfea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004830 10.0.0.130 - - [2026-03-12 02:07:36] "POST /neutron/network HTTP/1.1" 200 841 0.005411 10.0.0.130 - - [2026-03-12 02:07:36] "POST /neutron/subnet HTTP/1.1" 200 734 0.006997 10.0.0.130 - - [2026-03-12 02:07:36] "GET /domains HTTP/1.1" 401 293 0.000372 10.0.0.130 - - [2026-03-12 02:07:36] "GET /domains HTTP/1.1" 200 281 0.026640 10.0.0.130 - - [2026-03-12 02:07:36] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000909 10.0.0.130 - - [2026-03-12 02:07:36] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2593 0.011739 10.0.0.130 - - [2026-03-12 02:07:36] "GET /projects?obj_uuids=2fa9e213-b817-4182-91f5-ad00cfdd8667&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001305 10.0.0.130 - - [2026-03-12 02:07:36] "GET /project/2fa9e213-b817-4182-91f5-ad00cfdd8667 HTTP/1.1" 200 2174 0.081319 10.0.0.130 - - [2026-03-12 02:07:36] "GET /virtual-network/9a393d02-bcb0-440d-8974-72d6b0d2cfea HTTP/1.1" 200 2352 0.006613 10.0.0.130 - - [2026-03-12 02:07:36] "GET /virtual-network/9a393d02-bcb0-440d-8974-72d6b0d2cfea HTTP/1.1" 200 2352 0.005166 10.0.0.130 - - [2026-03-12 02:07:36] "GET /routing-instance/c1160faf-28b9-4de3-9427-946c060b3953 HTTP/1.1" 200 1498 0.003964 10.0.0.130 - - [2026-03-12 02:07:36] "GET /routing-instance/c1160faf-28b9-4de3-9427-946c060b3953 HTTP/1.1" 200 1498 0.003669 10.0.0.130 - - [2026-03-12 02:07:36] "GET /route-target/50e8aa58-7493-497c-b575-03d002f71538 HTTP/1.1" 200 1221 0.003496 10.0.0.130 - - [2026-03-12 02:07:36] "GET /virtual-network/9a393d02-bcb0-440d-8974-72d6b0d2cfea HTTP/1.1" 200 2352 0.006144 10.0.0.130 - - [2026-03-12 02:07:36] "GET /routing-instance/c1160faf-28b9-4de3-9427-946c060b3953 HTTP/1.1" 200 1498 0.003862 10.0.0.130 - - [2026-03-12 02:07:36] "GET /virtual-network/9a393d02-bcb0-440d-8974-72d6b0d2cfea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005072 10.0.0.130 - - [2026-03-12 02:07:36] "GET /virtual-network/9a393d02-bcb0-440d-8974-72d6b0d2cfea HTTP/1.1" 200 2352 0.006101 10.0.0.130 - - [2026-03-12 02:07:36] "GET /routing-instance/c1160faf-28b9-4de3-9427-946c060b3953 HTTP/1.1" 200 1498 0.003397 10.0.0.130 - - [2026-03-12 02:07:36] "GET /routing-instance/c1160faf-28b9-4de3-9427-946c060b3953 HTTP/1.1" 200 1498 0.006256 10.0.0.130 - - [2026-03-12 02:07:36] "GET /route-target/50e8aa58-7493-497c-b575-03d002f71538 HTTP/1.1" 200 1221 0.003983 10.0.0.130 - - [2026-03-12 02:07:36] "GET /domains HTTP/1.1" 200 281 0.002633 10.0.0.130 - - [2026-03-12 02:07:36] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000895 10.0.0.130 - - [2026-03-12 02:07:36] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2593 0.006242 10.0.0.130 - - [2026-03-12 02:07:36] "GET /projects?obj_uuids=2fa9e213-b817-4182-91f5-ad00cfdd8667&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000867 10.0.0.130 - - [2026-03-12 02:07:36] "GET /project/2fa9e213-b817-4182-91f5-ad00cfdd8667 HTTP/1.1" 200 2174 0.071041 10.0.0.130 - - [2026-03-12 02:07:36] "GET /virtual-network/9a393d02-bcb0-440d-8974-72d6b0d2cfea HTTP/1.1" 200 2352 0.004893 10.0.0.130 - - [2026-03-12 02:07:37] "GET /obj-perms HTTP/1.1" 200 5071 0.048183 10.0.0.130 - - [2026-03-12 02:07:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001227 10.0.0.130 - - [2026-03-12 02:07:38] "POST /neutron/network HTTP/1.1" 200 851 0.005976 10.0.0.130 - - [2026-03-12 02:07:38] "GET /aaa-mode HTTP/1.1" 401 293 0.000399 10.0.0.130 - - [2026-03-12 02:07:38] "GET / HTTP/1.1" 200 36215 0.001684 10.0.0.130 - - [2026-03-12 02:07:38] "GET /project/2fa9e213-b817-4182-91f5-ad00cfdd8667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000341 10.0.0.130 - - [2026-03-12 02:07:39] "GET /projects?obj_uuids=2fa9e213-b817-4182-91f5-ad00cfdd8667&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001004 10.0.0.130 - - [2026-03-12 02:07:39] "GET /project/2fa9e213-b817-4182-91f5-ad00cfdd8667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047317 10.0.0.130 - - [2026-03-12 02:07:40] "POST /neutron/network HTTP/1.1" 200 841 0.032509 10.0.0.130 - - [2026-03-12 02:07:40] "POST /neutron/port HTTP/1.1" 200 117 0.005625 10.0.0.130 - - [2026-03-12 02:07:40] "POST /neutron/port HTTP/1.1" 200 117 0.005650 10.0.0.130 - - [2026-03-12 02:07:40] "POST /neutron/port HTTP/1.1" 200 117 0.005600 10.0.0.130 - - [2026-03-12 02:07:41] "POST /neutron/network HTTP/1.1" 200 851 0.006201 10.0.0.130 - - [2026-03-12 02:07:41] "GET /projects?obj_uuids=2fa9e213-b817-4182-91f5-ad00cfdd8667&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001222 10.0.0.130 - - [2026-03-12 02:07:41] "POST /neutron/port HTTP/1.1" 200 1073 0.243449 10.0.0.130 - - [2026-03-12 02:07:41] "POST /neutron/port HTTP/1.1" 200 1073 0.034202 10.0.0.130 - - [2026-03-12 02:07:41] "POST /neutron/port HTTP/1.1" 200 1073 0.010692 10.0.0.130 - - [2026-03-12 02:07:41] "POST /neutron/port HTTP/1.1" 200 1127 0.059327 10.0.0.130 - - [2026-03-12 02:07:41] "POST /neutron/port HTTP/1.1" 200 1137 0.014131 10.0.0.130 - - [2026-03-12 02:07:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003331 10.0.0.130 - - [2026-03-12 02:07:41] "POST /neutron/subnet HTTP/1.1" 200 708 0.007325 10.0.0.130 - - [2026-03-12 02:07:42] "POST /neutron/port HTTP/1.1" 200 117 0.001375 10.0.0.130 - - [2026-03-12 02:07:42] "POST /neutron/network HTTP/1.1" 200 841 0.005842 10.0.0.130 - - [2026-03-12 02:07:45] "POST /neutron/port HTTP/1.1" 200 1137 0.013707 10.0.0.130 - - [2026-03-12 02:07:45] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007414 10.0.0.130 - - [2026-03-12 02:07:45] "GET /obj-perms HTTP/1.1" 200 5071 0.003299 10.0.0.130 - - [2026-03-12 02:07:46] "GET /obj-perms HTTP/1.1" 200 5071 0.003499 10.0.0.130 - - [2026-03-12 02:07:47] "GET /obj-perms HTTP/1.1" 200 5071 0.003052 10.0.0.130 - - [2026-03-12 02:07:48] "GET /obj-perms HTTP/1.1" 200 5071 0.003307 10.0.0.130 - - [2026-03-12 02:07:49] "GET /obj-perms HTTP/1.1" 200 5071 0.003065 10.0.0.130 - - [2026-03-12 02:07:50] "POST /neutron/network HTTP/1.1" 200 841 0.005885 10.0.0.130 - - [2026-03-12 02:07:50] "POST /neutron/network HTTP/1.1" 400 204 0.009984 10.0.0.130 - - [2026-03-12 02:07:51] "POST /neutron/port HTTP/1.1" 200 1137 0.013777 10.0.0.130 - - [2026-03-12 02:07:51] "POST /neutron/port HTTP/1.1" 200 1127 0.011650 10.0.0.130 - - [2026-03-12 02:07:51] "POST /neutron/port HTTP/1.1" 200 151 0.133840 10.0.0.130 - - [2026-03-12 02:07:52] "POST /neutron/network HTTP/1.1" 200 841 0.005931 10.0.0.130 - - [2026-03-12 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.130 - - [2026-03-12 02:07:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003179 10.0.0.130 - - [2026-03-12 02:07:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002112 10.0.0.130 - - [2026-03-12 02:07:52] "POST /neutron/network HTTP/1.1" 200 151 0.089659 10.0.0.130 - - [2026-03-12 02:07:52] "DELETE /route-target/50e8aa58-7493-497c-b575-03d002f71538 HTTP/1.1" 200 115 0.022925 10.0.0.130 - - [2026-03-12 02:07:52] "GET /routing-instance/c1160faf-28b9-4de3-9427-946c060b3953 HTTP/1.1" 404 171 0.004025 10.0.0.130 - - [2026-03-12 02:07:52] "GET /domains HTTP/1.1" 200 281 0.002701 10.0.0.130 - - [2026-03-12 02:07:52] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000910 10.0.0.130 - - [2026-03-12 02:07:52] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2593 0.048357 10.0.0.130 - - [2026-03-12 02:07:52] "GET /projects?obj_uuids=2fa9e213-b817-4182-91f5-ad00cfdd8667&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000989 10.0.0.130 - - [2026-03-12 02:07:52] "GET /project/2fa9e213-b817-4182-91f5-ad00cfdd8667 HTTP/1.1" 200 1923 0.065671 10.0.0.130 - - [2026-03-12 02:07:53] "GET /projects?obj_uuids=2fa9e213-b817-4182-91f5-ad00cfdd8667&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000997 10.0.0.130 - - [2026-03-12 02:07:53] "GET /project/2fa9e213-b817-4182-91f5-ad00cfdd8667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.027495 10.0.0.130 - - [2026-03-12 02:07:53] "GET /projects?obj_uuids=2fa9e213-b817-4182-91f5-ad00cfdd8667&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000985 10.0.0.130 - - [2026-03-12 02:07:53] "GET /project/2fa9e213-b817-4182-91f5-ad00cfdd8667?fields=virtual_networks HTTP/1.1" 200 1056 0.064150 10.0.0.130 - - [2026-03-12 02:07:53] "GET /projects?obj_uuids=2fa9e213-b817-4182-91f5-ad00cfdd8667&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001034 10.0.0.130 - - [2026-03-12 02:07:53] "GET /project/2fa9e213-b817-4182-91f5-ad00cfdd8667?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.028304 10.0.0.130 - - [2026-03-12 02:07:53] "GET /projects?obj_uuids=2fa9e213-b817-4182-91f5-ad00cfdd8667&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000913 10.0.0.130 - - [2026-03-12 02:07:53] "GET /project/2fa9e213-b817-4182-91f5-ad00cfdd8667?fields=security_groups HTTP/1.1" 200 1294 0.027750 10.0.0.130 - - [2026-03-12 02:07:53] "GET /projects?obj_uuids=b1b8eabb-2534-4970-b243-c408d178d9be&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001201 10.0.0.130 - - [2026-03-12 02:07:53] "GET /project/b1b8eabb-2534-4970-b243-c408d178d9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.026034 10.0.0.130 - - [2026-03-12 02:07:57] "GET /projects?obj_uuids=b1b8eabb-2534-4970-b243-c408d178d9be&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001061 10.0.0.130 - - [2026-03-12 02:07:57] "GET /project/b1b8eabb-2534-4970-b243-c408d178d9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.027028 10.0.0.130 - - [2026-03-12 02:07:58] "GET /documentation/index.html HTTP/1.1" 200 219571 0.003889 10.0.0.130 - - [2026-03-12 02:07:58] "POST /fqname-to-id HTTP/1.1" 404 200 0.026436 10.0.0.130 - - [2026-03-12 02:07:58] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002600 10.0.0.130 - - [2026-03-12 02:07:58] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053 10.0.0.130 - - [2026-03-12 02:07:58] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007362 10.0.0.130 - - [2026-03-12 02:07:58] "POST /id-to-fqname HTTP/1.1" 200 202 0.001590 10.0.0.130 - - [2026-03-12 02:07:58] "POST /fqname-to-id HTTP/1.1" 404 211 0.004202 10.0.0.130 - - [2026-03-12 02:07:58] "POST /security-groups HTTP/1.1" 200 603 0.064981 10.0.0.130 - - [2026-03-12 02:07:58] "POST /fqname-to-id HTTP/1.1" 404 246 0.002363 10.0.0.130 - - [2026-03-12 02:07:58] "POST /projects HTTP/1.1" 200 609 0.223177 10.0.0.130 - - [2026-03-12 02:07:59] "POST /access-control-lists HTTP/1.1" 200 610 0.058850 10.0.0.130 - - [2026-03-12 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.299536 10.0.0.130 - - [2026-03-12 02:07:59] "POST /fqname-to-id HTTP/1.1" 404 245 0.002967 10.0.0.130 - - [2026-03-12 02:07:59] "GET /project/0ca7d456-44b2-423f-a98c-4079d7bd6078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.433519 10.0.0.130 - - [2026-03-12 02:07:59] "POST /access-control-lists HTTP/1.1" 200 608 0.062759 10.0.0.130 - - [2026-03-12 02:08:00] "GET / HTTP/1.1" 200 36215 0.001617 10.0.0.130 - - [2026-03-12 02:08:00] "GET /projects?obj_uuids=b1b8eabb-2534-4970-b243-c408d178d9be&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000964 10.0.0.130 - - [2026-03-12 02:08:00] "GET /project/b1b8eabb-2534-4970-b243-c408d178d9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.032403 10.0.0.130 - - [2026-03-12 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.130 - - [2026-03-12 02:08:01] "GET /security-group/7b1df341-7232-43b4-bb9b-83ea3362c8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.005224 10.0.0.130 - - [2026-03-12 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.130 - - [2026-03-12 02:08:01] "GET /projects?obj_uuids=b1b8eabb-2534-4970-b243-c408d178d9be&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001285 10.0.0.130 - - [2026-03-12 02:08:01] "GET /project/b1b8eabb-2534-4970-b243-c408d178d9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.028039 10.0.0.130 - - [2026-03-12 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.130 - - [2026-03-12 02:08:01] "GET /security-group/7b1df341-7232-43b4-bb9b-83ea3362c8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.004357 10.0.0.130 - - [2026-03-12 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.130 - - [2026-03-12 02:08:01] "PUT /security-group/7b1df341-7232-43b4-bb9b-83ea3362c8df HTTP/1.1" 200 263 0.016461 10.0.0.130 - - [2026-03-12 02:08:01] "PUT /access-control-list/337976bf-dc4f-4efb-b15a-3836dea3e458 HTTP/1.1" 200 273 0.008907 10.0.0.130 - - [2026-03-12 02:08:01] "PUT /access-control-list/b9e34895-01b7-47d0-a542-8faee22334e3 HTTP/1.1" 200 273 0.015495 10.0.0.130 - - [2026-03-12 02:08:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000444 10.0.0.130 - - [2026-03-12 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.059834 10.0.0.130 - - [2026-03-12 02:08:02] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001039 10.0.0.130 - - [2026-03-12 02:08:02] "GET /project/0ca7d456-44b2-423f-a98c-4079d7bd6078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.023693 10.0.0.130 - - [2026-03-12 02:08:02] "POST /neutron/network HTTP/1.1" 200 117 0.036594 10.0.0.130 - - [2026-03-12 02:08:02] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001043 10.0.0.130 - - [2026-03-12 02:08:02] "POST /neutron/network HTTP/1.1" 200 619 0.077037 10.0.0.130 - - [2026-03-12 02:08:02] "POST /route-targets HTTP/1.1" 200 328 0.012633 10.0.0.130 - - [2026-03-12 02:08:02] "POST /ref-update HTTP/1.1" 200 156 0.013403 10.0.0.130 - - [2026-03-12 02:08:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004530 10.0.0.130 - - [2026-03-12 02:08:02] "POST /neutron/subnet HTTP/1.1" 200 720 0.195779 10.0.0.130 - - [2026-03-12 02:08:02] "POST /neutron/network HTTP/1.1" 200 837 0.005674 10.0.0.130 - - [2026-03-12 02:08:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.001536 10.0.0.130 - - [2026-03-12 02:08:02] "GET /virtual-network/182ef2bd-f13d-4c1b-bec6-e5baa7ac52ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005072 10.0.0.130 - - [2026-03-12 02:08:02] "DELETE /project/2fa9e213b817418291f5ad00cfdd8667 HTTP/1.1" 404 173 0.008480 10.0.0.130 - - [2026-03-12 02:08:02] "DELETE /project/0ca7d45644b2423fa98c4079d7bd6078 HTTP/1.1" 404 173 0.008952 10.0.0.130 - - [2026-03-12 02:08:02] "DELETE /project/b1b8eabb25344970b243c408d178d9be HTTP/1.1" 404 173 0.007560 10.0.0.130 - - [2026-03-12 02:08:02] "GET /projects?obj_uuids=2fa9e213-b817-4182-91f5-ad00cfdd8667&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000810 10.0.0.130 - - [2026-03-12 02:08:02] "POST /neutron/network HTTP/1.1" 200 837 0.005586 10.0.0.130 - - [2026-03-12 02:08:02] "GET /virtual-network/182ef2bd-f13d-4c1b-bec6-e5baa7ac52ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005385 10.0.0.130 - - [2026-03-12 02:08:02] "GET /project/2fa9e213-b817-4182-91f5-ad00cfdd8667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.033402 10.0.0.130 - - [2026-03-12 02:08:02] "GET /projects?obj_uuids=2fa9e213-b817-4182-91f5-ad00cfdd8667&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000918 10.0.0.130 - - [2026-03-12 02:08:02] "POST /neutron/network HTTP/1.1" 200 837 0.006578 10.0.0.130 - - [2026-03-12 02:08:02] "GET /project/2fa9e213-b817-4182-91f5-ad00cfdd8667?fields=security_groups HTTP/1.1" 200 1396 0.068765 10.0.0.130 - - [2026-03-12 02:08:02] "POST /neutron/subnet HTTP/1.1" 200 720 0.012938 10.0.0.130 - - [2026-03-12 02:08:02] "GET /domains HTTP/1.1" 401 293 0.000510 10.0.0.130 - - [2026-03-12 02:08:03] "DELETE /security-group/510b8b33-86b7-48eb-9ec4-83f0c6e61d98 HTTP/1.1" 200 115 0.058343 10.0.0.130 - - [2026-03-12 02:08:03] "GET /projects?obj_uuids=2fa9e213-b817-4182-91f5-ad00cfdd8667&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001458 10.0.0.130 - - [2026-03-12 02:08:03] "DELETE /access-control-list/4c34fbfc-8bea-4397-aff1-47cce9384141 HTTP/1.1" 200 115 0.030571 10.0.0.130 - - [2026-03-12 02:08:03] "GET /project/2fa9e213-b817-4182-91f5-ad00cfdd8667?fields=application_policy_sets HTTP/1.1" 200 1435 0.050972 10.0.0.130 - - [2026-03-12 02:08:03] "DELETE /access-control-list/54af1575-bc18-4913-b0e8-7713145c3191 HTTP/1.1" 200 115 0.043871 10.0.0.130 - - [2026-03-12 02:08:03] "DELETE /project/2fa9e213-b817-4182-91f5-ad00cfdd8667 HTTP/1.1" 200 115 0.369151 10.0.0.130 - - [2026-03-12 02:08:03] "GET /domains HTTP/1.1" 200 281 0.030369 10.0.0.130 - - [2026-03-12 02:08:03] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000995 10.0.0.130 - - [2026-03-12 02:08:03] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2594 0.008208 10.0.0.130 - - [2026-03-12 02:08:03] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001026 10.0.0.130 - - [2026-03-12 02:08:03] "GET /project/0ca7d456-44b2-423f-a98c-4079d7bd6078 HTTP/1.1" 200 2179 0.083867 10.0.0.130 - - [2026-03-12 02:08:03] "GET /virtual-network/182ef2bd-f13d-4c1b-bec6-e5baa7ac52ff HTTP/1.1" 200 2341 0.006991 10.0.0.130 - - [2026-03-12 02:08:03] "GET /virtual-network/182ef2bd-f13d-4c1b-bec6-e5baa7ac52ff HTTP/1.1" 200 2341 0.006374 10.0.0.130 - - [2026-03-12 02:08:03] "GET /routing-instance/7d6db4fe-f208-470b-89c9-b2eed5c254b1 HTTP/1.1" 200 1493 0.005346 10.0.0.130 - - [2026-03-12 02:08:03] "GET /routing-instance/7d6db4fe-f208-470b-89c9-b2eed5c254b1 HTTP/1.1" 200 1493 0.004814 10.0.0.130 - - [2026-03-12 02:08:03] "GET /route-target/ea751e71-3583-49c0-8b02-e0f9feb6d902 HTTP/1.1" 200 1221 0.003900 10.0.0.130 - - [2026-03-12 02:08:03] "GET /virtual-network/182ef2bd-f13d-4c1b-bec6-e5baa7ac52ff HTTP/1.1" 200 2341 0.006648 10.0.0.130 - - [2026-03-12 02:08:03] "GET /routing-instance/7d6db4fe-f208-470b-89c9-b2eed5c254b1 HTTP/1.1" 200 1493 0.003819 10.0.0.130 - - [2026-03-12 02:08:03] "GET /virtual-network/182ef2bd-f13d-4c1b-bec6-e5baa7ac52ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005944 10.0.0.130 - - [2026-03-12 02:08:03] "GET /virtual-network/182ef2bd-f13d-4c1b-bec6-e5baa7ac52ff HTTP/1.1" 200 2341 0.006428 10.0.0.130 - - [2026-03-12 02:08:03] "GET /routing-instance/7d6db4fe-f208-470b-89c9-b2eed5c254b1 HTTP/1.1" 200 1493 0.004757 10.0.0.130 - - [2026-03-12 02:08:03] "GET /routing-instance/7d6db4fe-f208-470b-89c9-b2eed5c254b1 HTTP/1.1" 200 1493 0.003846 10.0.0.130 - - [2026-03-12 02:08:03] "GET /route-target/ea751e71-3583-49c0-8b02-e0f9feb6d902 HTTP/1.1" 200 1221 0.004634 10.0.0.130 - - [2026-03-12 02:08:03] "GET /domains HTTP/1.1" 200 281 0.002883 10.0.0.130 - - [2026-03-12 02:08:03] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.130 - - [2026-03-12 02:08:03] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2594 0.006801 10.0.0.130 - - [2026-03-12 02:08:03] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001076 10.0.0.130 - - [2026-03-12 02:08:03] "GET /project/0ca7d456-44b2-423f-a98c-4079d7bd6078 HTTP/1.1" 200 2179 0.071956 10.0.0.130 - - [2026-03-12 02:08:03] "GET /virtual-network/182ef2bd-f13d-4c1b-bec6-e5baa7ac52ff HTTP/1.1" 200 2341 0.004907 10.0.0.130 - - [2026-03-12 02:08:04] "GET /obj-perms HTTP/1.1" 200 5073 0.064858 10.0.0.130 - - [2026-03-12 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.130 - - [2026-03-12 02:08:04] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000951 10.0.0.130 - - [2026-03-12 02:08:04] "GET /project/0ca7d456-44b2-423f-a98c-4079d7bd6078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.021964 10.0.0.130 - - [2026-03-12 02:08:04] "POST /neutron/network HTTP/1.1" 200 117 0.013441 10.0.0.130 - - [2026-03-12 02:08:04] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001206 10.0.0.130 - - [2026-03-12 02:08:04] "POST /neutron/network HTTP/1.1" 200 619 0.076564 10.0.0.130 - - [2026-03-12 02:08:04] "POST /route-targets HTTP/1.1" 200 328 0.012034 10.0.0.130 - - [2026-03-12 02:08:04] "POST /ref-update HTTP/1.1" 200 156 0.014129 10.0.0.130 - - [2026-03-12 02:08:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004920 10.0.0.130 - - [2026-03-12 02:08:04] "POST /neutron/subnet HTTP/1.1" 200 719 0.180635 10.0.0.130 - - [2026-03-12 02:08:04] "POST /neutron/network HTTP/1.1" 200 837 0.005263 10.0.0.130 - - [2026-03-12 02:08:04] "POST /id-to-fqname HTTP/1.1" 200 233 0.001169 10.0.0.130 - - [2026-03-12 02:08:04] "GET /virtual-network/68883485-aa1c-4373-b269-cb3c514470ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005172 10.0.0.130 - - [2026-03-12 02:08:04] "POST /neutron/network HTTP/1.1" 200 837 0.005559 10.0.0.130 - - [2026-03-12 02:08:04] "GET /virtual-network/68883485-aa1c-4373-b269-cb3c514470ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004752 10.0.0.130 - - [2026-03-12 02:08:04] "POST /neutron/network HTTP/1.1" 200 837 0.006109 10.0.0.130 - - [2026-03-12 02:08:04] "POST /neutron/subnet HTTP/1.1" 200 719 0.008392 10.0.0.130 - - [2026-03-12 02:08:04] "GET /domains HTTP/1.1" 200 281 0.002196 10.0.0.130 - - [2026-03-12 02:08:04] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001180 10.0.0.130 - - [2026-03-12 02:08:04] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2594 0.008301 10.0.0.130 - - [2026-03-12 02:08:04] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001104 10.0.0.130 - - [2026-03-12 02:08:04] "GET /project/0ca7d456-44b2-423f-a98c-4079d7bd6078 HTTP/1.1" 200 2408 0.076504 10.0.0.130 - - [2026-03-12 02:08:04] "GET /virtual-network/68883485-aa1c-4373-b269-cb3c514470ac HTTP/1.1" 200 2341 0.008512 10.0.0.130 - - [2026-03-12 02:08:04] "GET /virtual-network/68883485-aa1c-4373-b269-cb3c514470ac HTTP/1.1" 200 2341 0.006644 10.0.0.130 - - [2026-03-12 02:08:04] "GET /routing-instance/4959eac2-b807-4a3b-960a-f61895957734 HTTP/1.1" 200 1494 0.004913 10.0.0.130 - - [2026-03-12 02:08:04] "GET /routing-instance/4959eac2-b807-4a3b-960a-f61895957734 HTTP/1.1" 200 1494 0.003451 10.0.0.130 - - [2026-03-12 02:08:04] "GET /route-target/f513a192-dd49-43b8-9ac3-9ecf84e75157 HTTP/1.1" 200 1221 0.003952 10.0.0.130 - - [2026-03-12 02:08:04] "GET /virtual-network/68883485-aa1c-4373-b269-cb3c514470ac HTTP/1.1" 200 2341 0.004937 10.0.0.130 - - [2026-03-12 02:08:04] "GET /routing-instance/4959eac2-b807-4a3b-960a-f61895957734 HTTP/1.1" 200 1494 0.003538 10.0.0.130 - - [2026-03-12 02:08:04] "GET /virtual-network/68883485-aa1c-4373-b269-cb3c514470ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004851 10.0.0.130 - - [2026-03-12 02:08:04] "GET /virtual-network/68883485-aa1c-4373-b269-cb3c514470ac HTTP/1.1" 200 2341 0.004635 10.0.0.130 - - [2026-03-12 02:08:04] "GET /routing-instance/4959eac2-b807-4a3b-960a-f61895957734 HTTP/1.1" 200 1494 0.003556 10.0.0.130 - - [2026-03-12 02:08:04] "GET /routing-instance/4959eac2-b807-4a3b-960a-f61895957734 HTTP/1.1" 200 1494 0.003736 10.0.0.130 - - [2026-03-12 02:08:04] "GET /route-target/f513a192-dd49-43b8-9ac3-9ecf84e75157 HTTP/1.1" 200 1221 0.003671 10.0.0.130 - - [2026-03-12 02:08:04] "GET /domains HTTP/1.1" 200 281 0.003192 10.0.0.130 - - [2026-03-12 02:08:04] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.130 - - [2026-03-12 02:08:04] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2594 0.008060 10.0.0.130 - - [2026-03-12 02:08:04] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000936 10.0.0.130 - - [2026-03-12 02:08:04] "GET /project/0ca7d456-44b2-423f-a98c-4079d7bd6078 HTTP/1.1" 200 2408 0.069266 10.0.0.130 - - [2026-03-12 02:08:04] "GET /virtual-network/68883485-aa1c-4373-b269-cb3c514470ac HTTP/1.1" 200 2341 0.004471 10.0.0.130 - - [2026-03-12 02:08:04] "GET /obj-perms HTTP/1.1" 200 5073 0.002912 10.0.0.130 - - [2026-03-12 02:08:04] "POST /id-to-fqname HTTP/1.1" 200 233 0.001362 10.0.0.130 - - [2026-03-12 02:08:05] "POST /neutron/network HTTP/1.1" 200 847 0.006177 10.0.0.130 - - [2026-03-12 02:08:05] "GET /aaa-mode HTTP/1.1" 401 293 0.000401 10.0.0.130 - - [2026-03-12 02:08:05] "GET / HTTP/1.1" 200 36215 0.001384 10.0.0.130 - - [2026-03-12 02:08:05] "GET /project/0ca7d456-44b2-423f-a98c-4079d7bd6078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000404 10.0.0.130 - - [2026-03-12 02:08:05] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001052 10.0.0.130 - - [2026-03-12 02:08:05] "GET /project/0ca7d456-44b2-423f-a98c-4079d7bd6078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.071376 10.0.0.130 - - [2026-03-12 02:08:05] "POST /neutron/network HTTP/1.1" 200 837 0.005772 10.0.0.130 - - [2026-03-12 02:08:06] "POST /neutron/port HTTP/1.1" 200 117 0.005893 10.0.0.130 - - [2026-03-12 02:08:06] "POST /neutron/port HTTP/1.1" 200 117 0.008965 10.0.0.130 - - [2026-03-12 02:08:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.001277 10.0.0.130 - - [2026-03-12 02:08:06] "POST /neutron/port HTTP/1.1" 200 117 0.005881 10.0.0.130 - - [2026-03-12 02:08:06] "POST /neutron/network HTTP/1.1" 200 847 0.005634 10.0.0.130 - - [2026-03-12 02:08:06] "GET /aaa-mode HTTP/1.1" 401 293 0.000577 10.0.0.130 - - [2026-03-12 02:08:06] "GET /obj-perms HTTP/1.1" 200 5075 0.073156 10.0.0.130 - - [2026-03-12 02:08:06] "POST /neutron/network HTTP/1.1" 200 847 0.007601 10.0.0.130 - - [2026-03-12 02:08:06] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000984 10.0.0.130 - - [2026-03-12 02:08:06] "GET / HTTP/1.1" 200 36215 0.005282 10.0.0.130 - - [2026-03-12 02:08:06] "GET /project/0ca7d456-44b2-423f-a98c-4079d7bd6078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000522 10.0.0.130 - - [2026-03-12 02:08:06] "GET /obj-perms HTTP/1.1" 200 5075 0.074986 10.0.0.130 - - [2026-03-12 02:08:06] "POST /neutron/port HTTP/1.1" 200 1071 0.259606 10.0.0.130 - - [2026-03-12 02:08:06] "POST /neutron/port HTTP/1.1" 200 1071 0.010892 10.0.0.130 - - [2026-03-12 02:08:06] "POST /neutron/port HTTP/1.1" 200 1071 0.010491 10.0.0.130 - - [2026-03-12 02:08:06] "POST /neutron/port HTTP/1.1" 200 1125 0.077413 10.0.0.130 - - [2026-03-12 02:08:06] "POST /neutron/port HTTP/1.1" 200 1135 0.013131 10.0.0.130 - - [2026-03-12 02:08:07] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001011 10.0.0.130 - - [2026-03-12 02:08:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002839 10.0.0.130 - - [2026-03-12 02:08:07] "GET /project/0ca7d456-44b2-423f-a98c-4079d7bd6078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.075948 10.0.0.130 - - [2026-03-12 02:08:07] "POST /neutron/subnet HTTP/1.1" 200 693 0.013165 10.0.0.130 - - [2026-03-12 02:08:07] "POST /neutron/port HTTP/1.1" 200 117 0.001190 10.0.0.130 - - [2026-03-12 02:08:07] "POST /neutron/network HTTP/1.1" 200 837 0.004995 10.0.0.130 - - [2026-03-12 02:08:07] "POST /neutron/network HTTP/1.1" 200 837 0.005847 10.0.0.130 - - [2026-03-12 02:08:07] "POST /neutron/port HTTP/1.1" 200 1135 0.016278 10.0.0.130 - - [2026-03-12 02:08:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006362 10.0.0.130 - - [2026-03-12 02:08:07] "POST /neutron/port HTTP/1.1" 200 117 0.004909 10.0.0.130 - - [2026-03-12 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.130 - - [2026-03-12 02:08:07] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001263 10.0.0.130 - - [2026-03-12 02:08:07] "GET /project/0ca7d456-44b2-423f-a98c-4079d7bd6078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.048160 10.0.0.130 - - [2026-03-12 02:08:07] "GET /virtual-network/182ef2bd-f13d-4c1b-bec6-e5baa7ac52ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006145 10.0.0.130 - - [2026-03-12 02:08:07] "GET /floating-ip-pools?parent_id=182ef2bd-f13d-4c1b-bec6-e5baa7ac52ff&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002821 10.0.0.130 - - [2026-03-12 02:08:07] "GET /virtual-network/182ef2bd-f13d-4c1b-bec6-e5baa7ac52ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005098 10.0.0.130 - - [2026-03-12 02:08:07] "POST /floating-ip-pools HTTP/1.1" 200 611 0.027611 10.0.0.130 - - [2026-03-12 02:08:07] "POST /neutron/network HTTP/1.1" 200 847 0.010497 10.0.0.130 - - [2026-03-12 02:08:07] "POST /ref-update HTTP/1.1" 200 156 0.020334 10.0.0.130 - - [2026-03-12 02:08:07] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001110 10.0.0.130 - - [2026-03-12 02:08:07] "GET /virtual-network/182ef2bd-f13d-4c1b-bec6-e5baa7ac52ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006635 10.0.0.130 - - [2026-03-12 02:08:07] "GET /domains HTTP/1.1" 200 281 0.009595 10.0.0.130 - - [2026-03-12 02:08:07] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001495 10.0.0.130 - - [2026-03-12 02:08:07] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2594 0.012519 10.0.0.130 - - [2026-03-12 02:08:07] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002337 10.0.0.130 - - [2026-03-12 02:08:07] "GET /project/0ca7d456-44b2-423f-a98c-4079d7bd6078 HTTP/1.1" 200 3253 0.162390 10.0.0.130 - - [2026-03-12 02:08:07] "GET /virtual-network/182ef2bd-f13d-4c1b-bec6-e5baa7ac52ff HTTP/1.1" 200 2934 0.034398 10.0.0.130 - - [2026-03-12 02:08:08] "GET /floating-ip-pool/be55a663-d197-4dd3-ab44-3a31128c2e22 HTTP/1.1" 200 1445 0.023520 10.0.0.130 - - [2026-03-12 02:08:08] "GET /domains HTTP/1.1" 200 281 0.006335 10.0.0.130 - - [2026-03-12 02:08:08] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002137 10.0.0.130 - - [2026-03-12 02:08:08] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2594 0.024824 10.0.0.130 - - [2026-03-12 02:08:08] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000981 10.0.0.130 - - [2026-03-12 02:08:08] "GET /project/0ca7d456-44b2-423f-a98c-4079d7bd6078 HTTP/1.1" 200 3253 0.033888 10.0.0.130 - - [2026-03-12 02:08:08] "GET /virtual-network/182ef2bd-f13d-4c1b-bec6-e5baa7ac52ff HTTP/1.1" 200 3156 0.010255 10.0.0.130 - - [2026-03-12 02:08:08] "GET /virtual-network/182ef2bd-f13d-4c1b-bec6-e5baa7ac52ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005926 10.0.0.130 - - [2026-03-12 02:08:08] "POST /neutron/port HTTP/1.1" 200 1071 0.500224 10.0.0.130 - - [2026-03-12 02:08:08] "POST /neutron/port HTTP/1.1" 200 1071 0.021986 10.0.0.130 - - [2026-03-12 02:08:08] "POST /neutron/port HTTP/1.1" 200 1071 0.017486 10.0.0.130 - - [2026-03-12 02:08:08] "POST /neutron/port HTTP/1.1" 200 1135 0.020174 10.0.0.130 - - [2026-03-12 02:08:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010584 10.0.0.130 - - [2026-03-12 02:08:08] "POST /neutron/port HTTP/1.1" 200 1125 0.088226 10.0.0.130 - - [2026-03-12 02:08:08] "POST /neutron/port HTTP/1.1" 200 1135 0.028322 10.0.0.130 - - [2026-03-12 02:08:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003921 10.0.0.130 - - [2026-03-12 02:08:08] "POST /neutron/subnet HTTP/1.1" 200 694 0.008549 10.0.0.130 - - [2026-03-12 02:08:08] "POST /neutron/port HTTP/1.1" 200 117 0.001577 10.0.0.130 - - [2026-03-12 02:08:08] "POST /neutron/network HTTP/1.1" 200 837 0.005464 10.0.0.130 - - [2026-03-12 02:08:13] "POST /neutron/port HTTP/1.1" 200 1135 0.013992 10.0.0.130 - - [2026-03-12 02:08:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006000 10.0.0.130 - - [2026-03-12 02:08:13] "POST /neutron/port HTTP/1.1" 200 1135 0.013509 10.0.0.130 - - [2026-03-12 02:08:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005698 10.0.0.130 - - [2026-03-12 02:08:13] "POST /neutron/port HTTP/1.1" 200 1135 0.013624 10.0.0.130 - - [2026-03-12 02:08:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005868 10.0.0.130 - - [2026-03-12 02:08:13] "GET /virtual-machine/d5f452c5-45ac-475b-82d8-3b9a6111099d HTTP/1.1" 200 1306 0.004502 10.0.0.130 - - [2026-03-12 02:08:13] "GET /virtual-machine-interface/28d39d41-3857-4923-988c-156a68c8314d HTTP/1.1" 200 3011 0.004687 10.0.0.130 - - [2026-03-12 02:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.130 - - [2026-03-12 02:08:13] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003391 10.0.0.130 - - [2026-03-12 02:08:13] "GET /virtual-networks?parent_id=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002829 10.0.0.130 - - [2026-03-12 02:08:13] "GET /virtual-network/68883485-aa1c-4373-b269-cb3c514470ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004822 10.0.0.130 - - [2026-03-12 02:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.130 - - [2026-03-12 02:08:16] "GET /virtual-network/68883485-aa1c-4373-b269-cb3c514470ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005009 10.0.0.130 - - [2026-03-12 02:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.130 - - [2026-03-12 02:08:18] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003720 10.0.0.130 - - [2026-03-12 02:08:18] "GET /virtual-networks?parent_id=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002740 10.0.0.130 - - [2026-03-12 02:08:18] "GET /virtual-network/68883485-aa1c-4373-b269-cb3c514470ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005233 10.0.0.130 - - [2026-03-12 02:08:19] "POST /neutron/port HTTP/1.1" 200 1135 0.015233 10.0.0.130 - - [2026-03-12 02:08:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006603 10.0.0.130 - - [2026-03-12 02:08:20] "POST /neutron/port HTTP/1.1" 200 1135 0.073542 10.0.0.130 - - [2026-03-12 02:08:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008297 10.0.0.130 - - [2026-03-12 02:08:20] "POST /neutron/port HTTP/1.1" 200 1135 0.017645 10.0.0.130 - - [2026-03-12 02:08:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006348 10.0.0.130 - - [2026-03-12 02:08:24] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.130 - - [2026-03-12 02:08:24] "POST /neutron/floatingip HTTP/1.1" 200 529 0.071926 10.0.0.130 - - [2026-03-12 02:08:24] "POST /neutron/port HTTP/1.1" 200 1135 0.015328 10.0.0.130 - - [2026-03-12 02:08:24] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005750 10.0.0.130 - - [2026-03-12 02:08:24] "POST /neutron/floatingip HTTP/1.1" 200 575 0.039134 10.0.0.130 - - [2026-03-12 02:08:24] "POST /neutron/port HTTP/1.1" 200 1135 0.013944 10.0.0.130 - - [2026-03-12 02:08:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007318 10.0.0.130 - - [2026-03-12 02:08:24] "POST /neutron/port HTTP/1.1" 200 1135 0.014970 10.0.0.130 - - [2026-03-12 02:08:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007760 10.0.0.130 - - [2026-03-12 02:08:24] "POST /neutron/port HTTP/1.1" 200 1135 0.013581 10.0.0.130 - - [2026-03-12 02:08:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007783 10.0.0.130 - - [2026-03-12 02:08:24] "GET /virtual-machine/032a86fe-d97c-467d-9f0d-098e1d0dcdce HTTP/1.1" 200 1305 0.005256 10.0.0.130 - - [2026-03-12 02:08:24] "GET /virtual-machine-interface/21da7146-3da4-41f3-8c50-e31873f2825b HTTP/1.1" 200 3011 0.005630 10.0.0.130 - - [2026-03-12 02:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.130 - - [2026-03-12 02:08:24] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003554 10.0.0.130 - - [2026-03-12 02:08:24] "GET /virtual-networks?parent_id=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003438 10.0.0.130 - - [2026-03-12 02:08:24] "GET /virtual-network/182ef2bd-f13d-4c1b-bec6-e5baa7ac52ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007270 10.0.0.130 - - [2026-03-12 02:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.130 - - [2026-03-12 02:08:25] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003042 10.0.0.130 - - [2026-03-12 02:08:25] "GET /virtual-networks?parent_id=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003598 10.0.0.130 - - [2026-03-12 02:08:25] "GET /virtual-network/182ef2bd-f13d-4c1b-bec6-e5baa7ac52ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004980 10.0.0.130 - - [2026-03-12 02:08:26] "POST /neutron/floatingip HTTP/1.1" 200 575 0.012895 10.0.0.130 - - [2026-03-12 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002576 10.0.0.130 - - [2026-03-12 02:08:26] "GET /routing-instance/7d6db4fe-f208-470b-89c9-b2eed5c254b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.003651 10.0.0.130 - - [2026-03-12 02:08:26] "GET /route-target/ea751e71-3583-49c0-8b02-e0f9feb6d902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003288 10.0.0.130 - - [2026-03-12 02:08:26] "GET /floating-ip/4971223e-702d-4da5-b95f-873f2aa1163a HTTP/1.1" 200 1891 0.005659 10.0.0.130 - - [2026-03-12 02:08:29] "POST /neutron/floatingip HTTP/1.1" 200 575 0.013706 10.0.0.130 - - [2026-03-12 02:08:29] "POST /neutron/floatingip HTTP/1.1" 200 529 0.020891 10.0.0.130 - - [2026-03-12 02:08:29] "POST /neutron/floatingip HTTP/1.1" 200 529 0.006350 10.0.0.130 - - [2026-03-12 02:08:29] "POST /neutron/floatingip HTTP/1.1" 200 115 0.032071 10.0.0.130 - - [2026-03-12 02:08:29] "GET /floating-ip-pool/be55a663-d197-4dd3-ab44-3a31128c2e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.003560 10.0.0.130 - - [2026-03-12 02:08:29] "POST /ref-update HTTP/1.1" 200 156 0.008920 10.0.0.130 - - [2026-03-12 02:08:29] "DELETE /floating-ip-pool/be55a663-d197-4dd3-ab44-3a31128c2e22 HTTP/1.1" 200 115 0.023140 10.0.0.130 - - [2026-03-12 02:08:29] "POST /neutron/network HTTP/1.1" 200 837 0.009903 10.0.0.130 - - [2026-03-12 02:08:29] "POST /neutron/network HTTP/1.1" 400 204 0.010809 10.0.0.130 - - [2026-03-12 02:08:30] "POST /neutron/port HTTP/1.1" 200 1135 0.011491 10.0.0.130 - - [2026-03-12 02:08:30] "POST /neutron/port HTTP/1.1" 200 1125 0.012597 10.0.0.130 - - [2026-03-12 02:08:30] "POST /neutron/port HTTP/1.1" 200 1135 0.021716 10.0.0.130 - - [2026-03-12 02:08:30] "POST /neutron/port HTTP/1.1" 200 1125 0.019376 10.0.0.130 - - [2026-03-12 02:08:30] "POST /neutron/port HTTP/1.1" 200 151 0.166126 10.0.0.130 - - [2026-03-12 02:08:30] "POST /neutron/port HTTP/1.1" 200 151 0.154043 10.0.0.130 - - [2026-03-12 02:08:31] "POST /neutron/network HTTP/1.1" 200 837 0.005268 10.0.0.130 - - [2026-03-12 02:08:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003286 10.0.0.130 - - [2026-03-12 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.130 - - [2026-03-12 02:08:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002462 10.0.0.130 - - [2026-03-12 02:08:31] "POST /neutron/network HTTP/1.1" 200 151 0.076855 10.0.0.130 - - [2026-03-12 02:08:31] "GET /routing-instance/4959eac2-b807-4a3b-960a-f61895957734 HTTP/1.1" 404 171 0.007072 10.0.0.130 - - [2026-03-12 02:08:31] "DELETE /route-target/f513a192-dd49-43b8-9ac3-9ecf84e75157 HTTP/1.1" 200 115 0.025198 10.0.0.130 - - [2026-03-12 02:08:31] "GET /domains HTTP/1.1" 200 281 0.002962 10.0.0.130 - - [2026-03-12 02:08:31] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.130 - - [2026-03-12 02:08:31] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2594 0.049883 10.0.0.130 - - [2026-03-12 02:08:31] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000987 10.0.0.130 - - [2026-03-12 02:08:31] "GET /project/0ca7d456-44b2-423f-a98c-4079d7bd6078 HTTP/1.1" 200 2179 0.075409 10.0.0.130 - - [2026-03-12 02:08:31] "POST /neutron/network HTTP/1.1" 200 837 0.005619 10.0.0.130 - - [2026-03-12 02:08:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004220 10.0.0.130 - - [2026-03-12 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.130 - - [2026-03-12 02:08:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003228 10.0.0.130 - - [2026-03-12 02:08:32] "POST /neutron/network HTTP/1.1" 200 151 0.089831 10.0.0.130 - - [2026-03-12 02:08:32] "DELETE /route-target/ea751e71-3583-49c0-8b02-e0f9feb6d902 HTTP/1.1" 200 115 0.014580 10.0.0.130 - - [2026-03-12 02:08:32] "GET /routing-instance/7d6db4fe-f208-470b-89c9-b2eed5c254b1 HTTP/1.1" 404 171 0.003628 10.0.0.130 - - [2026-03-12 02:08:32] "GET /domains HTTP/1.1" 200 281 0.002545 10.0.0.130 - - [2026-03-12 02:08:32] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001335 10.0.0.130 - - [2026-03-12 02:08:32] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2594 0.049891 10.0.0.130 - - [2026-03-12 02:08:32] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001806 10.0.0.130 - - [2026-03-12 02:08:32] "GET /project/0ca7d456-44b2-423f-a98c-4079d7bd6078 HTTP/1.1" 200 1928 0.070331 10.0.0.130 - - [2026-03-12 02:08:32] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001430 10.0.0.130 - - [2026-03-12 02:08:32] "GET /project/0ca7d456-44b2-423f-a98c-4079d7bd6078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.026220 10.0.0.130 - - [2026-03-12 02:08:32] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000994 10.0.0.130 - - [2026-03-12 02:08:32] "GET /project/0ca7d456-44b2-423f-a98c-4079d7bd6078?fields=virtual_networks HTTP/1.1" 200 1057 0.067967 10.0.0.130 - - [2026-03-12 02:08:32] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001076 10.0.0.130 - - [2026-03-12 02:08:32] "GET /project/0ca7d456-44b2-423f-a98c-4079d7bd6078?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.024692 10.0.0.130 - - [2026-03-12 02:08:32] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001000 10.0.0.130 - - [2026-03-12 02:08:32] "GET /project/0ca7d456-44b2-423f-a98c-4079d7bd6078?fields=security_groups HTTP/1.1" 200 1296 0.026343 10.0.0.130 - - [2026-03-12 02:08:33] "POST /fqname-to-id HTTP/1.1" 404 183 0.025422 10.0.0.130 - - [2026-03-12 02:08:33] "GET /projects?obj_uuids=8248d7e2-d58e-4208-a018-854c8c6df133&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002127 10.0.0.130 - - [2026-03-12 02:08:33] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.130 - - [2026-03-12 02:08:33] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006656 10.0.0.130 - - [2026-03-12 02:08:33] "POST /id-to-fqname HTTP/1.1" 200 185 0.001326 10.0.0.130 - - [2026-03-12 02:08:33] "POST /fqname-to-id HTTP/1.1" 404 194 0.003002 10.0.0.130 - - [2026-03-12 02:08:33] "POST /security-groups HTTP/1.1" 200 586 0.060629 10.0.0.130 - - [2026-03-12 02:08:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.002677 10.0.0.130 - - [2026-03-12 02:08:33] "POST /projects HTTP/1.1" 200 575 0.208617 10.0.0.130 - - [2026-03-12 02:08:33] "POST /access-control-lists HTTP/1.1" 200 593 0.059405 10.0.0.130 - - [2026-03-12 02:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.277968 10.0.0.130 - - [2026-03-12 02:08:33] "POST /fqname-to-id HTTP/1.1" 404 228 0.002994 10.0.0.130 - - [2026-03-12 02:08:34] "GET /project/8248d7e2-d58e-4208-a018-854c8c6df133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.396730 10.0.0.130 - - [2026-03-12 02:08:34] "POST /access-control-lists HTTP/1.1" 200 591 0.061276 10.0.0.130 - - [2026-03-12 02:08:35] "GET / HTTP/1.1" 200 36215 0.003701 10.0.0.130 - - [2026-03-12 02:08:36] "GET /projects?obj_uuids=8248d7e2-d58e-4208-a018-854c8c6df133&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001156 10.0.0.130 - - [2026-03-12 02:08:36] "GET /project/8248d7e2-d58e-4208-a018-854c8c6df133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.027904 10.0.0.130 - - [2026-03-12 02:08:36] "GET /projects?obj_uuids=8248d7e2-d58e-4208-a018-854c8c6df133&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000881 10.0.0.130 - - [2026-03-12 02:08:36] "GET /project/8248d7e2-d58e-4208-a018-854c8c6df133?fields=virtual_networks HTTP/1.1" 200 1024 0.071908 10.0.0.130 - - [2026-03-12 02:08:36] "GET /projects?obj_uuids=8248d7e2-d58e-4208-a018-854c8c6df133&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000894 10.0.0.130 - - [2026-03-12 02:08:36] "GET /project/8248d7e2-d58e-4208-a018-854c8c6df133?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.029251 10.0.0.130 - - [2026-03-12 02:08:36] "GET /projects?obj_uuids=8248d7e2-d58e-4208-a018-854c8c6df133&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001022 10.0.0.130 - - [2026-03-12 02:08:36] "GET /project/8248d7e2-d58e-4208-a018-854c8c6df133?fields=security_groups HTTP/1.1" 200 1246 0.025992 10.0.0.130 - - [2026-03-12 02:08:37] "POST /fqname-to-id HTTP/1.1" 404 183 0.029893 10.0.0.130 - - [2026-03-12 02:08:37] "GET /projects?obj_uuids=434262cc-df2f-4148-b27d-96ca4ce564d0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002665 10.0.0.130 - - [2026-03-12 02:08:37] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.130 - - [2026-03-12 02:08:37] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006660 10.0.0.130 - - [2026-03-12 02:08:37] "POST /id-to-fqname HTTP/1.1" 200 185 0.001574 10.0.0.130 - - [2026-03-12 02:08:37] "POST /fqname-to-id HTTP/1.1" 404 194 0.004160 10.0.0.130 - - [2026-03-12 02:08:37] "POST /security-groups HTTP/1.1" 200 586 0.060580 10.0.0.130 - - [2026-03-12 02:08:37] "POST /fqname-to-id HTTP/1.1" 404 229 0.002423 10.0.0.130 - - [2026-03-12 02:08:37] "POST /projects HTTP/1.1" 200 575 0.204884 10.0.0.130 - - [2026-03-12 02:08:37] "POST /access-control-lists HTTP/1.1" 200 593 0.055830 10.0.0.130 - - [2026-03-12 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.276010 10.0.0.130 - - [2026-03-12 02:08:37] "POST /fqname-to-id HTTP/1.1" 404 228 0.003200 10.0.0.130 - - [2026-03-12 02:08:37] "GET /project/434262cc-df2f-4148-b27d-96ca4ce564d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.394835 10.0.0.130 - - [2026-03-12 02:08:37] "POST /access-control-lists HTTP/1.1" 200 591 0.056603 10.0.0.130 - - [2026-03-12 02:08:38] "GET / HTTP/1.1" 200 36215 0.001747 10.0.0.130 - - [2026-03-12 02:08:39] "POST /fqname-to-id HTTP/1.1" 404 193 0.002484 10.0.0.130 - - [2026-03-12 02:08:39] "GET /projects?obj_uuids=b1b8eabb-2534-4970-b243-c408d178d9be&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001064 10.0.0.130 - - [2026-03-12 02:08:39] "POST /fqname-to-id HTTP/1.1" 404 228 0.003175 10.0.0.130 - - [2026-03-12 02:08:39] "POST /access-control-lists HTTP/1.1" 200 592 0.013056 10.0.0.130 - - [2026-03-12 02:08:39] "POST /fqname-to-id HTTP/1.1" 404 227 0.002741 10.0.0.130 - - [2026-03-12 02:08:39] "POST /access-control-lists HTTP/1.1" 200 590 0.016282 10.0.0.130 - - [2026-03-12 02:08:39] "PUT /access-control-list/0fe6d3fa-0941-4c9d-9baf-b4673dcd8565 HTTP/1.1" 200 273 0.006981 10.0.0.130 - - [2026-03-12 02:08:39] "PUT /access-control-list/39950703-70ab-4bb0-831d-d51ed9b2031b HTTP/1.1" 200 273 0.008052 10.0.0.130 - - [2026-03-12 02:08:39] "POST /neutron/security_group HTTP/1.1" 200 1364 0.352094 10.0.0.130 - - [2026-03-12 02:08:39] "GET /projects?obj_uuids=b1b8eabb-2534-4970-b243-c408d178d9be&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000888 10.0.0.130 - - [2026-03-12 02:08:39] "PUT /access-control-list/39950703-70ab-4bb0-831d-d51ed9b2031b HTTP/1.1" 200 273 0.012151 10.0.0.130 - - [2026-03-12 02:08:39] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.028099 10.0.0.130 - - [2026-03-12 02:08:39] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007762 10.0.0.130 - - [2026-03-12 02:08:39] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.152880 10.0.0.130 - - [2026-03-12 02:08:40] "PUT /access-control-list/39950703-70ab-4bb0-831d-d51ed9b2031b HTTP/1.1" 200 273 0.009575 10.0.0.130 - - [2026-03-12 02:08:40] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011025 10.0.0.130 - - [2026-03-12 02:08:40] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.158594 10.0.0.130 - - [2026-03-12 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.001871 10.0.0.130 - - [2026-03-12 02:08:40] "PUT /access-control-list/39950703-70ab-4bb0-831d-d51ed9b2031b HTTP/1.1" 200 273 0.010508 10.0.0.130 - - [2026-03-12 02:08:40] "GET /projects?obj_uuids=b1b8eabb-2534-4970-b243-c408d178d9be&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001022 10.0.0.130 - - [2026-03-12 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 228 0.002167 10.0.0.130 - - [2026-03-12 02:08:40] "POST /access-control-lists HTTP/1.1" 200 592 0.023546 10.0.0.130 - - [2026-03-12 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 227 0.002642 10.0.0.130 - - [2026-03-12 02:08:40] "POST /access-control-lists HTTP/1.1" 200 590 0.014669 10.0.0.130 - - [2026-03-12 02:08:40] "PUT /access-control-list/2bf6c24a-4492-4388-9f3a-ecb19cca3a6a HTTP/1.1" 200 273 0.008476 10.0.0.130 - - [2026-03-12 02:08:40] "PUT /access-control-list/d56ddf19-0421-4f24-9560-c0596a29dd9a HTTP/1.1" 200 273 0.009707 10.0.0.130 - - [2026-03-12 02:08:40] "POST /neutron/security_group HTTP/1.1" 200 1364 0.331506 10.0.0.130 - - [2026-03-12 02:08:40] "GET /projects?obj_uuids=b1b8eabb-2534-4970-b243-c408d178d9be&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000941 10.0.0.130 - - [2026-03-12 02:08:40] "PUT /access-control-list/d56ddf19-0421-4f24-9560-c0596a29dd9a HTTP/1.1" 200 273 0.008900 10.0.0.130 - - [2026-03-12 02:08:40] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.034433 10.0.0.130 - - [2026-03-12 02:08:40] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007075 10.0.0.130 - - [2026-03-12 02:08:40] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.120449 10.0.0.130 - - [2026-03-12 02:08:40] "PUT /access-control-list/d56ddf19-0421-4f24-9560-c0596a29dd9a HTTP/1.1" 200 273 0.009707 10.0.0.130 - - [2026-03-12 02:08:40] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010192 10.0.0.130 - - [2026-03-12 02:08:40] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.126163 10.0.0.130 - - [2026-03-12 02:08:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000358 10.0.0.130 - - [2026-03-12 02:08:40] "PUT /access-control-list/d56ddf19-0421-4f24-9560-c0596a29dd9a HTTP/1.1" 200 273 0.009540 10.0.0.130 - - [2026-03-12 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 210 0.024559 10.0.0.130 - - [2026-03-12 02:08:41] "GET /projects?obj_uuids=434262cc-df2f-4148-b27d-96ca4ce564d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001079 10.0.0.130 - - [2026-03-12 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 245 0.003221 10.0.0.130 - - [2026-03-12 02:08:41] "POST /access-control-lists HTTP/1.1" 200 609 0.016016 10.0.0.130 - - [2026-03-12 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 244 0.002478 10.0.0.130 - - [2026-03-12 02:08:41] "POST /access-control-lists HTTP/1.1" 200 607 0.016326 10.0.0.130 - - [2026-03-12 02:08:41] "PUT /access-control-list/c186d39e-5b07-472c-a36d-c58883e6ecf8 HTTP/1.1" 200 273 0.007696 10.0.0.130 - - [2026-03-12 02:08:41] "PUT /access-control-list/72ea8d0d-7f06-4be7-9ed0-83fab04968f0 HTTP/1.1" 200 273 0.013600 10.0.0.130 - - [2026-03-12 02:08:41] "POST /neutron/security_group HTTP/1.1" 200 1379 0.349423 10.0.0.130 - - [2026-03-12 02:08:41] "GET /projects?obj_uuids=434262cc-df2f-4148-b27d-96ca4ce564d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000892 10.0.0.130 - - [2026-03-12 02:08:41] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.030319 10.0.0.130 - - [2026-03-12 02:08:41] "PUT /access-control-list/72ea8d0d-7f06-4be7-9ed0-83fab04968f0 HTTP/1.1" 200 273 0.015791 10.0.0.130 - - [2026-03-12 02:08:41] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.012962 10.0.0.130 - - [2026-03-12 02:08:41] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.091740 10.0.0.130 - - [2026-03-12 02:08:41] "PUT /access-control-list/72ea8d0d-7f06-4be7-9ed0-83fab04968f0 HTTP/1.1" 200 273 0.008744 10.0.0.130 - - [2026-03-12 02:08:41] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008532 10.0.0.130 - - [2026-03-12 02:08:41] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.158732 10.0.0.130 - - [2026-03-12 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 210 0.002696 10.0.0.130 - - [2026-03-12 02:08:41] "PUT /access-control-list/72ea8d0d-7f06-4be7-9ed0-83fab04968f0 HTTP/1.1" 200 273 0.009307 10.0.0.130 - - [2026-03-12 02:08:41] "GET /projects?obj_uuids=434262cc-df2f-4148-b27d-96ca4ce564d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001045 10.0.0.130 - - [2026-03-12 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 245 0.002820 10.0.0.130 - - [2026-03-12 02:08:41] "POST /access-control-lists HTTP/1.1" 200 609 0.016835 10.0.0.130 - - [2026-03-12 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 244 0.002610 10.0.0.130 - - [2026-03-12 02:08:42] "POST /access-control-lists HTTP/1.1" 200 607 0.019186 10.0.0.130 - - [2026-03-12 02:08:42] "PUT /access-control-list/5c9f2ca6-f224-4fc3-ab4c-e68de37cbdc2 HTTP/1.1" 200 273 0.008624 10.0.0.130 - - [2026-03-12 02:08:42] "PUT /access-control-list/8b958085-b2a1-4a1f-bc9d-b0114d51bf47 HTTP/1.1" 200 273 0.010257 10.0.0.130 - - [2026-03-12 02:08:42] "POST /neutron/security_group HTTP/1.1" 200 1379 0.319317 10.0.0.130 - - [2026-03-12 02:08:42] "GET /projects?obj_uuids=434262cc-df2f-4148-b27d-96ca4ce564d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001466 10.0.0.130 - - [2026-03-12 02:08:42] "PUT /access-control-list/8b958085-b2a1-4a1f-bc9d-b0114d51bf47 HTTP/1.1" 200 273 0.017627 10.0.0.130 - - [2026-03-12 02:08:42] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.038177 10.0.0.130 - - [2026-03-12 02:08:42] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009712 10.0.0.130 - - [2026-03-12 02:08:42] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.154604 10.0.0.130 - - [2026-03-12 02:08:42] "PUT /access-control-list/8b958085-b2a1-4a1f-bc9d-b0114d51bf47 HTTP/1.1" 200 273 0.009139 10.0.0.130 - - [2026-03-12 02:08:42] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011222 10.0.0.130 - - [2026-03-12 02:08:42] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.157442 10.0.0.130 - - [2026-03-12 02:08:42] "PUT /access-control-list/8b958085-b2a1-4a1f-bc9d-b0114d51bf47 HTTP/1.1" 200 273 0.009773 10.0.0.130 - - [2026-03-12 02:08:42] "GET /projects?obj_uuids=b1b8eabb-2534-4970-b243-c408d178d9be&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001425 10.0.0.130 - - [2026-03-12 02:08:42] "POST /neutron/router HTTP/1.1" 200 541 0.042768 10.0.0.130 - - [2026-03-12 02:08:42] "POST /route-targets HTTP/1.1" 200 328 0.009225 10.0.0.130 - - [2026-03-12 02:08:42] "PUT /logical-router/25836266-db99-40f4-8594-bb53de4abd2b HTTP/1.1" 200 263 0.013164 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.004368 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.002989 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.002985 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003061 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003433 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003269 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003624 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003319 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003301 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003464 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003374 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003229 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.004276 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003754 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003474 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003124 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003301 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003259 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003725 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003808 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.004608 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003613 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003614 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003083 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003396 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003289 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003233 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.004699 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.004026 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003263 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003334 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.003305 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.018042 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 541 0.004323 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 542 0.018976 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 542 0.004140 10.0.0.130 - - [2026-03-12 02:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.130 - - [2026-03-12 02:08:43] "GET /logical-router/25836266-db99-40f4-8594-bb53de4abd2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003080 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 151 0.040700 10.0.0.130 - - [2026-03-12 02:08:43] "GET /projects?obj_uuids=434262cc-df2f-4148-b27d-96ca4ce564d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001456 10.0.0.130 - - [2026-03-12 02:08:43] "DELETE /route-target/4cbf654d-875f-4559-9932-f37006892e9f HTTP/1.1" 200 115 0.021330 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 559 0.053027 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 559 0.003018 10.0.0.130 - - [2026-03-12 02:08:43] "POST /route-targets HTTP/1.1" 200 328 0.011447 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 559 0.003043 10.0.0.130 - - [2026-03-12 02:08:43] "PUT /logical-router/7b631acd-98e3-45d7-aefa-803d5d75887d HTTP/1.1" 200 263 0.017613 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 559 0.004455 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 559 0.003506 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 559 0.003694 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 559 0.004913 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 559 0.003189 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 559 0.003762 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 559 0.003549 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 559 0.003083 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 559 0.003997 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 559 0.003985 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 559 0.003215 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 559 0.003058 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 559 0.003794 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 559 0.003499 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 559 0.003451 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 559 0.004248 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 559 0.003623 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 559 0.003388 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 559 0.003354 10.0.0.130 - - [2026-03-12 02:08:43] "POST /neutron/router HTTP/1.1" 200 559 0.003264 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 559 0.004278 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 559 0.003298 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 559 0.003460 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 559 0.003851 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 559 0.003672 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 559 0.003159 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 559 0.003273 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 559 0.003770 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 559 0.004029 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 559 0.003444 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 559 0.016464 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 559 0.003444 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 560 0.015571 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 560 0.009739 10.0.0.130 - - [2026-03-12 02:08:44] "GET /logical-router/7b631acd-98e3-45d7-aefa-803d5d75887d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003558 10.0.0.130 - - [2026-03-12 02:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 151 0.041460 10.0.0.130 - - [2026-03-12 02:08:44] "GET /projects?obj_uuids=b1b8eabb-2534-4970-b243-c408d178d9be&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.003342 10.0.0.130 - - [2026-03-12 02:08:44] "DELETE /route-target/f2d8c618-a35c-4e7c-8cac-d0fdb8d65253 HTTP/1.1" 200 115 0.026389 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.048915 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003907 10.0.0.130 - - [2026-03-12 02:08:44] "POST /route-targets HTTP/1.1" 200 328 0.012593 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003784 10.0.0.130 - - [2026-03-12 02:08:44] "PUT /logical-router/163219eb-b79a-41ab-b02a-019727e4be70 HTTP/1.1" 200 263 0.019808 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.005191 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003293 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003175 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003245 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003369 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003373 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003918 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.004041 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.004069 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003878 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003202 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003584 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003077 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003504 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003074 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003520 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003140 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003370 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.004320 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.004173 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003999 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003963 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003982 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003020 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003622 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.004138 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003000 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003126 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003299 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003256 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.014151 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 541 0.003301 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 542 0.015933 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 542 0.003966 10.0.0.130 - - [2026-03-12 02:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.130 - - [2026-03-12 02:08:44] "GET /logical-router/163219eb-b79a-41ab-b02a-019727e4be70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003630 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/router HTTP/1.1" 200 151 0.041893 10.0.0.130 - - [2026-03-12 02:08:44] "DELETE /route-target/fdba23e6-7520-49a5-9ffe-3748a322853d HTTP/1.1" 200 115 0.016325 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/security_group HTTP/1.1" 200 521 0.003440 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/security_group HTTP/1.1" 200 151 0.040745 10.0.0.130 - - [2026-03-12 02:08:44] "DELETE /access-control-list/5c9f2ca6-f224-4fc3-ab4c-e68de37cbdc2 HTTP/1.1" 200 115 0.026344 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/security_group HTTP/1.1" 200 521 0.003954 10.0.0.130 - - [2026-03-12 02:08:44] "DELETE /access-control-list/8b958085-b2a1-4a1f-bc9d-b0114d51bf47 HTTP/1.1" 200 115 0.029445 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/security_group HTTP/1.1" 200 151 0.041067 10.0.0.130 - - [2026-03-12 02:08:44] "DELETE /access-control-list/c186d39e-5b07-472c-a36d-c58883e6ecf8 HTTP/1.1" 200 115 0.018599 10.0.0.130 - - [2026-03-12 02:08:44] "POST /neutron/security_group HTTP/1.1" 200 506 0.002846 10.0.0.130 - - [2026-03-12 02:08:45] "DELETE /access-control-list/72ea8d0d-7f06-4be7-9ed0-83fab04968f0 HTTP/1.1" 200 115 0.053748 10.0.0.130 - - [2026-03-12 02:08:45] "POST /neutron/security_group HTTP/1.1" 200 151 0.068543 10.0.0.130 - - [2026-03-12 02:08:45] "DELETE /access-control-list/2bf6c24a-4492-4388-9f3a-ecb19cca3a6a HTTP/1.1" 200 115 0.023171 10.0.0.130 - - [2026-03-12 02:08:45] "POST /neutron/security_group HTTP/1.1" 200 506 0.005192 10.0.0.130 - - [2026-03-12 02:08:45] "DELETE /access-control-list/d56ddf19-0421-4f24-9560-c0596a29dd9a HTTP/1.1" 200 115 0.036777 10.0.0.130 - - [2026-03-12 02:08:45] "POST /neutron/security_group HTTP/1.1" 200 151 0.062538 10.0.0.130 - - [2026-03-12 02:08:45] "DELETE /access-control-list/0fe6d3fa-0941-4c9d-9baf-b4673dcd8565 HTTP/1.1" 200 115 0.025028 10.0.0.130 - - [2026-03-12 02:08:45] "DELETE /access-control-list/39950703-70ab-4bb0-831d-d51ed9b2031b HTTP/1.1" 200 115 0.016567 10.0.0.130 - - [2026-03-12 02:08:45] "GET /projects?obj_uuids=434262cc-df2f-4148-b27d-96ca4ce564d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001427 10.0.0.130 - - [2026-03-12 02:08:45] "GET /project/434262cc-df2f-4148-b27d-96ca4ce564d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.028694 10.0.0.130 - - [2026-03-12 02:08:45] "GET /projects?obj_uuids=434262cc-df2f-4148-b27d-96ca4ce564d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001351 10.0.0.130 - - [2026-03-12 02:08:45] "GET /project/434262cc-df2f-4148-b27d-96ca4ce564d0?fields=virtual_networks HTTP/1.1" 200 1024 0.070010 10.0.0.130 - - [2026-03-12 02:08:45] "GET /projects?obj_uuids=434262cc-df2f-4148-b27d-96ca4ce564d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001030 10.0.0.130 - - [2026-03-12 02:08:45] "GET /project/434262cc-df2f-4148-b27d-96ca4ce564d0?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.020381 10.0.0.130 - - [2026-03-12 02:08:45] "GET /projects?obj_uuids=434262cc-df2f-4148-b27d-96ca4ce564d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000931 10.0.0.130 - - [2026-03-12 02:08:45] "GET /project/434262cc-df2f-4148-b27d-96ca4ce564d0?fields=security_groups HTTP/1.1" 200 1246 0.023224 10.0.0.130 - - [2026-03-12 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 184 0.028030 10.0.0.130 - - [2026-03-12 02:08:46] "GET /projects?obj_uuids=0a6a5d01-298a-4b5a-8f89-5b1111ff92c5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002669 10.0.0.130 - - [2026-03-12 02:08:46] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001023 10.0.0.130 - - [2026-03-12 02:08:46] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006588 10.0.0.130 - - [2026-03-12 02:08:46] "POST /id-to-fqname HTTP/1.1" 200 186 0.001477 10.0.0.130 - - [2026-03-12 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 195 0.002299 10.0.0.130 - - [2026-03-12 02:08:46] "POST /security-groups HTTP/1.1" 200 587 0.061169 10.0.0.130 - - [2026-03-12 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 230 0.002949 10.0.0.130 - - [2026-03-12 02:08:46] "POST /projects HTTP/1.1" 200 577 0.200717 10.0.0.130 - - [2026-03-12 02:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.272824 10.0.0.130 - - [2026-03-12 02:08:47] "POST /access-control-lists HTTP/1.1" 200 594 0.063954 10.0.0.130 - - [2026-03-12 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 229 0.002788 10.0.0.130 - - [2026-03-12 02:08:47] "GET /project/0a6a5d01-298a-4b5a-8f89-5b1111ff92c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.400738 10.0.0.130 - - [2026-03-12 02:08:47] "POST /access-control-lists HTTP/1.1" 200 592 0.056184 10.0.0.130 - - [2026-03-12 02:08:48] "GET / HTTP/1.1" 200 36215 0.002821 10.0.0.130 - - [2026-03-12 02:08:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000419 10.0.0.130 - - [2026-03-12 02:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.069324 10.0.0.130 - - [2026-03-12 02:08:49] "GET /projects?obj_uuids=0a6a5d01-298a-4b5a-8f89-5b1111ff92c5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000946 10.0.0.130 - - [2026-03-12 02:08:49] "GET /project/0a6a5d01-298a-4b5a-8f89-5b1111ff92c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.022019 10.0.0.130 - - [2026-03-12 02:08:49] "POST /neutron/network HTTP/1.1" 200 117 0.030203 10.0.0.130 - - [2026-03-12 02:08:49] "GET /projects?obj_uuids=0a6a5d01-298a-4b5a-8f89-5b1111ff92c5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001191 10.0.0.130 - - [2026-03-12 02:08:49] "POST /neutron/network HTTP/1.1" 200 601 0.063348 10.0.0.130 - - [2026-03-12 02:08:49] "POST /route-targets HTTP/1.1" 200 328 0.009625 10.0.0.130 - - [2026-03-12 02:08:49] "POST /ref-update HTTP/1.1" 200 156 0.014181 10.0.0.130 - - [2026-03-12 02:08:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003993 10.0.0.130 - - [2026-03-12 02:08:49] "POST /neutron/subnet HTTP/1.1" 200 725 0.150478 10.0.0.130 - - [2026-03-12 02:08:49] "POST /neutron/network HTTP/1.1" 200 820 0.005345 10.0.0.130 - - [2026-03-12 02:08:49] "POST /id-to-fqname HTTP/1.1" 200 216 0.001501 10.0.0.130 - - [2026-03-12 02:08:49] "GET /virtual-network/7e1fa02e-ae41-4547-8d45-a73b7d1bda13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006313 10.0.0.130 - - [2026-03-12 02:08:49] "POST /neutron/network HTTP/1.1" 200 820 0.007410 10.0.0.130 - - [2026-03-12 02:08:49] "GET /virtual-network/7e1fa02e-ae41-4547-8d45-a73b7d1bda13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006647 10.0.0.130 - - [2026-03-12 02:08:49] "POST /neutron/network HTTP/1.1" 200 820 0.006652 10.0.0.130 - - [2026-03-12 02:08:49] "POST /neutron/subnet HTTP/1.1" 200 725 0.008545 10.0.0.130 - - [2026-03-12 02:08:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.002884 10.0.0.130 - - [2026-03-12 02:08:49] "GET /virtual-network/7e1fa02e-ae41-4547-8d45-a73b7d1bda13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005729 10.0.0.130 - - [2026-03-12 02:08:49] "GET /projects?obj_uuids=0a6a5d01-298a-4b5a-8f89-5b1111ff92c5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000987 10.0.0.130 - - [2026-03-12 02:08:49] "POST /neutron/port HTTP/1.1" 200 1017 0.169130 10.0.0.130 - - [2026-03-12 02:08:49] "GET /virtual-machine-interface/de7f3484-574e-48be-9a1c-a9f26c9e218c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.004756 10.0.0.130 - - [2026-03-12 02:08:49] "GET /virtual-machine-interface/de7f3484-574e-48be-9a1c-a9f26c9e218c?fields=instance_ip_back_refs HTTP/1.1" 200 1321 0.004499 10.0.0.130 - - [2026-03-12 02:08:50] "GET /instance-ip/6d2db69e-59ff-45c2-bddc-7e88bb0b62bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1597 0.004466 10.0.0.130 - - [2026-03-12 02:08:50] "GET /virtual-machine-interface/de7f3484-574e-48be-9a1c-a9f26c9e218c HTTP/1.1" 401 293 0.000377 10.0.0.130 - - [2026-03-12 02:08:50] "GET /virtual-machine-interface/de7f3484-574e-48be-9a1c-a9f26c9e218c HTTP/1.1" 200 2612 0.031422 10.0.0.130 - - [2026-03-12 02:08:50] "POST /neutron/port HTTP/1.1" 200 1017 0.008803 10.0.0.130 - - [2026-03-12 02:08:50] "POST /neutron/port HTTP/1.1" 200 151 0.054791 10.0.0.130 - - [2026-03-12 02:08:50] "POST /neutron/network HTTP/1.1" 200 820 0.004810 10.0.0.130 - - [2026-03-12 02:08:50] "POST /useragent-kv HTTP/1.1" 200 115 0.006092 10.0.0.130 - - [2026-03-12 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005929 10.0.0.130 - - [2026-03-12 02:08:50] "POST /useragent-kv HTTP/1.1" 200 115 0.007698 10.0.0.130 - - [2026-03-12 02:08:50] "POST /neutron/network HTTP/1.1" 200 151 0.078537 10.0.0.130 - - [2026-03-12 02:08:50] "DELETE /route-target/8344116c-db2c-42b9-8ab5-ed379d6e3d30 HTTP/1.1" 200 115 0.022081 10.0.0.130 - - [2026-03-12 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.130 - - [2026-03-12 02:08:51] "GET /projects?obj_uuids=0a6a5d01-298a-4b5a-8f89-5b1111ff92c5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001096 10.0.0.130 - - [2026-03-12 02:08:51] "GET /project/0a6a5d01-298a-4b5a-8f89-5b1111ff92c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.023614 10.0.0.130 - - [2026-03-12 02:08:51] "POST /neutron/network HTTP/1.1" 200 117 0.008672 10.0.0.130 - - [2026-03-12 02:08:51] "GET /projects?obj_uuids=0a6a5d01-298a-4b5a-8f89-5b1111ff92c5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001011 10.0.0.130 - - [2026-03-12 02:08:51] "POST /neutron/network HTTP/1.1" 200 603 0.062971 10.0.0.130 - - [2026-03-12 02:08:51] "POST /route-targets HTTP/1.1" 200 328 0.011386 10.0.0.130 - - [2026-03-12 02:08:51] "POST /ref-update HTTP/1.1" 200 156 0.012192 10.0.0.130 - - [2026-03-12 02:08:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004337 10.0.0.130 - - [2026-03-12 02:08:51] "POST /neutron/subnet HTTP/1.1" 200 719 0.143786 10.0.0.130 - - [2026-03-12 02:08:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005525 10.0.0.130 - - [2026-03-12 02:08:51] "POST /neutron/subnet HTTP/1.1" 200 710 0.143986 10.0.0.130 - - [2026-03-12 02:08:51] "POST /neutron/network HTTP/1.1" 200 974 0.007517 10.0.0.130 - - [2026-03-12 02:08:51] "POST /id-to-fqname HTTP/1.1" 200 217 0.001632 10.0.0.130 - - [2026-03-12 02:08:51] "GET /virtual-network/b4deecf9-c7f3-406f-b218-578022ce4bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.005217 10.0.0.130 - - [2026-03-12 02:08:51] "POST /neutron/network HTTP/1.1" 200 974 0.007434 10.0.0.130 - - [2026-03-12 02:08:51] "GET /virtual-network/b4deecf9-c7f3-406f-b218-578022ce4bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.004814 10.0.0.130 - - [2026-03-12 02:08:51] "POST /neutron/network HTTP/1.1" 200 974 0.007371 10.0.0.130 - - [2026-03-12 02:08:51] "POST /neutron/subnet HTTP/1.1" 200 719 0.006425 10.0.0.130 - - [2026-03-12 02:08:51] "POST /neutron/subnet HTTP/1.1" 200 710 0.006184 10.0.0.130 - - [2026-03-12 02:08:51] "GET /projects?obj_uuids=0a6a5d01-298a-4b5a-8f89-5b1111ff92c5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000973 10.0.0.130 - - [2026-03-12 02:08:51] "POST /neutron/port HTTP/1.1" 200 1017 0.160465 10.0.0.130 - - [2026-03-12 02:08:52] "GET /projects?obj_uuids=0a6a5d01-298a-4b5a-8f89-5b1111ff92c5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000922 10.0.0.130 - - [2026-03-12 02:08:52] "POST /neutron/port HTTP/1.1" 200 1015 0.165358 10.0.0.130 - - [2026-03-12 02:08:52] "POST /id-to-fqname HTTP/1.1" 200 217 0.001561 10.0.0.130 - - [2026-03-12 02:08:52] "POST /neutron/port HTTP/1.1" 200 1017 0.008471 10.0.0.130 - - [2026-03-12 02:08:52] "POST /neutron/port HTTP/1.1" 200 1017 0.008456 10.0.0.130 - - [2026-03-12 02:08:52] "POST /neutron/network HTTP/1.1" 200 974 0.006195 10.0.0.130 - - [2026-03-12 02:08:52] "POST /neutron/port HTTP/1.1" 200 1017 0.008390 10.0.0.130 - - [2026-03-12 02:08:52] "POST /neutron/port HTTP/1.1" 200 117 0.004355 10.0.0.130 - - [2026-03-12 02:08:52] "POST /neutron/port HTTP/1.1" 200 117 0.004228 10.0.0.130 - - [2026-03-12 02:08:52] "POST /id-to-fqname HTTP/1.1" 200 217 0.001202 10.0.0.130 - - [2026-03-12 02:08:52] "POST /neutron/port HTTP/1.1" 200 117 0.005636 10.0.0.130 - - [2026-03-12 02:08:52] "POST /neutron/port HTTP/1.1" 200 1015 0.009381 10.0.0.130 - - [2026-03-12 02:08:52] "POST /neutron/port HTTP/1.1" 200 1015 0.011475 10.0.0.130 - - [2026-03-12 02:08:52] "POST /neutron/network HTTP/1.1" 200 974 0.006462 10.0.0.130 - - [2026-03-12 02:08:52] "POST /neutron/port HTTP/1.1" 200 1015 0.009755 10.0.0.130 - - [2026-03-12 02:08:52] "POST /neutron/port HTTP/1.1" 200 1017 0.008981 10.0.0.130 - - [2026-03-12 02:08:52] "POST /neutron/port HTTP/1.1" 200 1015 0.008959 10.0.0.130 - - [2026-03-12 02:08:52] "POST /neutron/port HTTP/1.1" 200 117 0.007124 10.0.0.130 - - [2026-03-12 02:08:53] "POST /neutron/port HTTP/1.1" 200 117 0.005386 10.0.0.130 - - [2026-03-12 02:08:53] "POST /neutron/port HTTP/1.1" 200 117 0.004279 10.0.0.130 - - [2026-03-12 02:08:53] "POST /neutron/port HTTP/1.1" 200 1017 0.008459 10.0.0.130 - - [2026-03-12 02:08:53] "POST /neutron/network HTTP/1.1" 200 984 0.005235 10.0.0.130 - - [2026-03-12 02:08:53] "POST /neutron/port HTTP/1.1" 200 1017 0.009055 10.0.0.130 - - [2026-03-12 02:08:53] "POST /neutron/port HTTP/1.1" 200 1017 0.007897 10.0.0.130 - - [2026-03-12 02:08:53] "POST /neutron/port HTTP/1.1" 200 1109 0.088099 10.0.0.130 - - [2026-03-12 02:08:53] "POST /neutron/port HTTP/1.1" 200 1015 0.008228 10.0.0.130 - - [2026-03-12 02:08:53] "POST /neutron/network HTTP/1.1" 200 984 0.006401 10.0.0.130 - - [2026-03-12 02:08:53] "POST /neutron/port HTTP/1.1" 200 1015 0.010864 10.0.0.130 - - [2026-03-12 02:08:53] "POST /neutron/port HTTP/1.1" 200 1119 0.017804 10.0.0.130 - - [2026-03-12 02:08:53] "POST /neutron/port HTTP/1.1" 200 1015 0.007855 10.0.0.130 - - [2026-03-12 02:08:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002613 10.0.0.130 - - [2026-03-12 02:08:53] "POST /neutron/subnet HTTP/1.1" 200 693 0.019106 10.0.0.130 - - [2026-03-12 02:08:53] "POST /neutron/port HTTP/1.1" 200 1107 0.092831 10.0.0.130 - - [2026-03-12 02:08:53] "POST /neutron/port HTTP/1.1" 200 117 0.001372 10.0.0.130 - - [2026-03-12 02:08:53] "POST /neutron/network HTTP/1.1" 200 974 0.008706 10.0.0.130 - - [2026-03-12 02:08:53] "POST /neutron/port HTTP/1.1" 200 1117 0.013163 10.0.0.130 - - [2026-03-12 02:08:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002938 10.0.0.130 - - [2026-03-12 02:08:53] "POST /neutron/subnet HTTP/1.1" 200 684 0.008747 10.0.0.130 - - [2026-03-12 02:08:53] "POST /neutron/port HTTP/1.1" 200 117 0.001075 10.0.0.130 - - [2026-03-12 02:08:53] "POST /neutron/network HTTP/1.1" 200 974 0.006120 10.0.0.130 - - [2026-03-12 02:08:58] "POST /neutron/port HTTP/1.1" 200 1119 0.012239 10.0.0.130 - - [2026-03-12 02:08:58] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006497 10.0.0.130 - - [2026-03-12 02:08:58] "POST /neutron/port HTTP/1.1" 200 1119 0.011908 10.0.0.130 - - [2026-03-12 02:08:58] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006867 10.0.0.130 - - [2026-03-12 02:08:58] "POST /neutron/port HTTP/1.1" 200 1119 0.012722 10.0.0.130 - - [2026-03-12 02:08:58] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005373 10.0.0.130 - - [2026-03-12 02:08:58] "GET /virtual-machine/ce1de6f6-372d-48e0-a1fe-2f26c57add62 HTTP/1.1" 200 1287 0.005322 10.0.0.130 - - [2026-03-12 02:08:58] "GET /virtual-machine-interface/2a634e71-a111-4406-a587-2690fcc6a64a HTTP/1.1" 200 2931 0.005651 10.0.0.130 - - [2026-03-12 02:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.130 - - [2026-03-12 02:08:58] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004041 10.0.0.130 - - [2026-03-12 02:08:58] "GET /virtual-networks?parent_id=0a6a5d01-298a-4b5a-8f89-5b1111ff92c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003009 10.0.0.130 - - [2026-03-12 02:08:58] "GET /virtual-network/b4deecf9-c7f3-406f-b218-578022ce4bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.006341 10.0.0.130 - - [2026-03-12 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.130 - - [2026-03-12 02:09:01] "GET /virtual-network/b4deecf9-c7f3-406f-b218-578022ce4bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.004894 10.0.0.130 - - [2026-03-12 02:09:02] "POST /neutron/port HTTP/1.1" 200 1119 0.014236 10.0.0.130 - - [2026-03-12 02:09:02] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005873 10.0.0.130 - - [2026-03-12 02:09:03] "DELETE /project/0a6a5d01298a4b5a8f895b1111ff92c5 HTTP/1.1" 404 173 0.013871 10.0.0.130 - - [2026-03-12 02:09:03] "DELETE /project/8248d7e2d58e4208a018854c8c6df133 HTTP/1.1" 404 173 0.020322 10.0.0.130 - - [2026-03-12 02:09:03] "DELETE /project/434262ccdf2f4148b27d96ca4ce564d0 HTTP/1.1" 404 173 0.017670 10.0.0.130 - - [2026-03-12 02:09:03] "GET /projects?obj_uuids=434262cc-df2f-4148-b27d-96ca4ce564d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001316 10.0.0.130 - - [2026-03-12 02:09:03] "GET /projects?obj_uuids=8248d7e2-d58e-4208-a018-854c8c6df133&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001019 10.0.0.130 - - [2026-03-12 02:09:03] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000959 10.0.0.130 - - [2026-03-12 02:09:03] "GET /project/0ca7d456-44b2-423f-a98c-4079d7bd6078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.050611 10.0.0.130 - - [2026-03-12 02:09:03] "GET /project/8248d7e2-d58e-4208-a018-854c8c6df133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.062537 10.0.0.130 - - [2026-03-12 02:09:03] "GET /project/434262cc-df2f-4148-b27d-96ca4ce564d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.090481 10.0.0.130 - - [2026-03-12 02:09:03] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001412 10.0.0.130 - - [2026-03-12 02:09:03] "GET /projects?obj_uuids=8248d7e2-d58e-4208-a018-854c8c6df133&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001273 10.0.0.130 - - [2026-03-12 02:09:03] "GET /projects?obj_uuids=434262cc-df2f-4148-b27d-96ca4ce564d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001338 10.0.0.130 - - [2026-03-12 02:09:03] "GET /project/0ca7d456-44b2-423f-a98c-4079d7bd6078?fields=security_groups HTTP/1.1" 200 1398 0.071050 10.0.0.130 - - [2026-03-12 02:09:03] "POST /neutron/port HTTP/1.1" 200 1117 0.037411 10.0.0.130 - - [2026-03-12 02:09:03] "GET /project/8248d7e2-d58e-4208-a018-854c8c6df133?fields=security_groups HTTP/1.1" 200 1348 0.078657 10.0.0.130 - - [2026-03-12 02:09:03] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007676 10.0.0.130 - - [2026-03-12 02:09:03] "GET /project/434262cc-df2f-4148-b27d-96ca4ce564d0?fields=security_groups HTTP/1.1" 200 1348 0.098304 10.0.0.130 - - [2026-03-12 02:09:03] "DELETE /security-group/3919456b-a5e4-4a29-b684-ca87d2758599 HTTP/1.1" 200 115 0.075373 10.0.0.130 - - [2026-03-12 02:09:03] "DELETE /security-group/42038601-14b9-4fa5-bd03-3afe346c4fc0 HTTP/1.1" 200 115 0.086221 10.0.0.130 - - [2026-03-12 02:09:03] "GET /projects?obj_uuids=0ca7d456-44b2-423f-a98c-4079d7bd6078&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001473 10.0.0.130 - - [2026-03-12 02:09:03] "DELETE /access-control-list/284a0582-124e-4c72-a942-1a0298799ffd HTTP/1.1" 200 115 0.065306 10.0.0.130 - - [2026-03-12 02:09:03] "GET /projects?obj_uuids=8248d7e2-d58e-4208-a018-854c8c6df133&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001036 10.0.0.130 - - [2026-03-12 02:09:03] "GET /project/0ca7d456-44b2-423f-a98c-4079d7bd6078?fields=application_policy_sets HTTP/1.1" 200 1437 0.062083 10.0.0.130 - - [2026-03-12 02:09:03] "DELETE /security-group/81c891da-83ea-4d50-b8bf-64cc76ed9c87 HTTP/1.1" 200 115 0.126076 10.0.0.130 - - [2026-03-12 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.130 - - [2026-03-12 02:09:03] "DELETE /access-control-list/7f828a6a-ebbc-464d-8369-5639f48b52d6 HTTP/1.1" 200 115 0.077402 10.0.0.130 - - [2026-03-12 02:09:03] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005313 10.0.0.130 - - [2026-03-12 02:09:03] "GET /projects?obj_uuids=434262cc-df2f-4148-b27d-96ca4ce564d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000922 10.0.0.130 - - [2026-03-12 02:09:03] "GET /project/8248d7e2-d58e-4208-a018-854c8c6df133?fields=application_policy_sets HTTP/1.1" 200 1387 0.112955 10.0.0.130 - - [2026-03-12 02:09:03] "GET /virtual-networks?parent_id=0a6a5d01-298a-4b5a-8f89-5b1111ff92c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.009717 10.0.0.130 - - [2026-03-12 02:09:03] "DELETE /access-control-list/0200b06d-da66-46ce-bb94-bec0a99cc1e0 HTTP/1.1" 200 115 0.056681 10.0.0.130 - - [2026-03-12 02:09:03] "GET /project/434262cc-df2f-4148-b27d-96ca4ce564d0?fields=application_policy_sets HTTP/1.1" 200 1387 0.095151 10.0.0.130 - - [2026-03-12 02:09:03] "GET /virtual-network/b4deecf9-c7f3-406f-b218-578022ce4bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.005225 10.0.0.130 - - [2026-03-12 02:09:03] "DELETE /access-control-list/b406d5d6-505c-4cea-9651-d08710f726da HTTP/1.1" 200 115 0.053428 10.0.0.130 - - [2026-03-12 02:09:03] "DELETE /project/0ca7d456-44b2-423f-a98c-4079d7bd6078 HTTP/1.1" 200 115 0.560232 10.0.0.130 - - [2026-03-12 02:09:03] "DELETE /access-control-list/7099acdd-3d80-4867-91a2-cfaa3e16e0ba HTTP/1.1" 200 115 0.040353 10.0.0.130 - - [2026-03-12 02:09:03] "DELETE /access-control-list/9b9824e7-6483-494e-9a80-f886492db442 HTTP/1.1" 200 115 0.049792 10.0.0.130 - - [2026-03-12 02:09:03] "DELETE /project/8248d7e2-d58e-4208-a018-854c8c6df133 HTTP/1.1" 200 115 0.636068 10.0.0.130 - - [2026-03-12 02:09:03] "DELETE /project/434262cc-df2f-4148-b27d-96ca4ce564d0 HTTP/1.1" 200 115 0.672512 10.0.0.130 - - [2026-03-12 02:09:04] "POST /neutron/port HTTP/1.1" 200 1119 0.011485 10.0.0.130 - - [2026-03-12 02:09:04] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005648 10.0.0.130 - - [2026-03-12 02:09:07] "GET /obj-perms HTTP/1.1" 200 5075 0.051332 10.0.0.130 - - [2026-03-12 02:09:07] "GET /obj-perms HTTP/1.1" 200 5075 0.052620 10.0.0.130 - - [2026-03-12 02:09:09] "POST /neutron/port HTTP/1.1" 200 1117 0.011686 10.0.0.130 - - [2026-03-12 02:09:09] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007868 10.0.0.130 - - [2026-03-12 02:09:09] "POST /neutron/port HTTP/1.1" 200 1117 0.014544 10.0.0.130 - - [2026-03-12 02:09:09] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006210 10.0.0.130 - - [2026-03-12 02:09:09] "POST /neutron/port HTTP/1.1" 200 1117 0.012851 10.0.0.130 - - [2026-03-12 02:09:09] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005751 10.0.0.130 - - [2026-03-12 02:09:09] "GET /virtual-machine/a4356191-fc56-4165-98cb-470fb6abd91c HTTP/1.1" 200 1287 0.004138 10.0.0.130 - - [2026-03-12 02:09:09] "GET /virtual-machine-interface/ca18cac4-4d82-423c-87c8-c5e0c27948bf HTTP/1.1" 200 2931 0.004462 10.0.0.130 - - [2026-03-12 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002494 10.0.0.130 - - [2026-03-12 02:09:09] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002929 10.0.0.130 - - [2026-03-12 02:09:09] "GET /virtual-networks?parent_id=0a6a5d01-298a-4b5a-8f89-5b1111ff92c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003005 10.0.0.130 - - [2026-03-12 02:09:09] "GET /virtual-network/b4deecf9-c7f3-406f-b218-578022ce4bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.004791 10.0.0.130 - - [2026-03-12 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.130 - - [2026-03-12 02:09:10] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003097 10.0.0.130 - - [2026-03-12 02:09:10] "GET /virtual-networks?parent_id=0a6a5d01-298a-4b5a-8f89-5b1111ff92c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002678 10.0.0.130 - - [2026-03-12 02:09:10] "GET /virtual-network/b4deecf9-c7f3-406f-b218-578022ce4bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.006526 10.0.0.130 - - [2026-03-12 02:09:13] "POST /neutron/port HTTP/1.1" 200 1107 0.015624 10.0.0.130 - - [2026-03-12 02:09:13] "POST /neutron/port HTTP/1.1" 200 1107 0.009347 10.0.0.130 - - [2026-03-12 02:09:14] "POST /neutron/port HTTP/1.1" 200 151 0.114872 10.0.0.130 - - [2026-03-12 02:09:14] "POST /neutron/port HTTP/1.1" 200 1109 0.013140 10.0.0.130 - - [2026-03-12 02:09:14] "POST /neutron/port HTTP/1.1" 200 1109 0.010500 10.0.0.130 - - [2026-03-12 02:09:14] "POST /neutron/port HTTP/1.1" 200 151 0.102984 10.0.0.130 - - [2026-03-12 02:09:14] "POST /neutron/network HTTP/1.1" 200 974 0.014152 10.0.0.130 - - [2026-03-12 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004798 10.0.0.130 - - [2026-03-12 02:09:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004736 10.0.0.130 - - [2026-03-12 02:09:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003578 10.0.0.130 - - [2026-03-12 02:09:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002888 10.0.0.130 - - [2026-03-12 02:09:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002468 10.0.0.130 - - [2026-03-12 02:09:14] "POST /neutron/network HTTP/1.1" 200 151 0.119954 10.0.0.130 - - [2026-03-12 02:09:14] "DELETE /route-target/13948707-d816-439a-a916-b2dc0d75fbfa HTTP/1.1" 200 115 0.031698 10.0.0.130 - - [2026-03-12 02:09:14] "GET /projects?obj_uuids=0a6a5d01-298a-4b5a-8f89-5b1111ff92c5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000948 10.0.0.130 - - [2026-03-12 02:09:14] "GET /project/0a6a5d01-298a-4b5a-8f89-5b1111ff92c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.023176 10.0.0.130 - - [2026-03-12 02:09:14] "GET /projects?obj_uuids=0a6a5d01-298a-4b5a-8f89-5b1111ff92c5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000967 10.0.0.130 - - [2026-03-12 02:09:14] "GET /project/0a6a5d01-298a-4b5a-8f89-5b1111ff92c5?fields=virtual_networks HTTP/1.1" 200 1025 0.062502 10.0.0.130 - - [2026-03-12 02:09:14] "GET /projects?obj_uuids=0a6a5d01-298a-4b5a-8f89-5b1111ff92c5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001043 10.0.0.130 - - [2026-03-12 02:09:14] "GET /project/0a6a5d01-298a-4b5a-8f89-5b1111ff92c5?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.028825 10.0.0.130 - - [2026-03-12 02:09:14] "GET /projects?obj_uuids=0a6a5d01-298a-4b5a-8f89-5b1111ff92c5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001110 10.0.0.130 - - [2026-03-12 02:09:14] "GET /project/0a6a5d01-298a-4b5a-8f89-5b1111ff92c5?fields=security_groups HTTP/1.1" 200 1248 0.026682 10.0.0.130 - - [2026-03-12 02:09:15] "POST /fqname-to-id HTTP/1.1" 404 186 0.031221 10.0.0.130 - - [2026-03-12 02:09:15] "GET /projects?obj_uuids=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002586 10.0.0.130 - - [2026-03-12 02:09:15] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001333 10.0.0.130 - - [2026-03-12 02:09:15] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009830 10.0.0.130 - - [2026-03-12 02:09:15] "POST /id-to-fqname HTTP/1.1" 200 188 0.002028 10.0.0.130 - - [2026-03-12 02:09:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.004106 10.0.0.130 - - [2026-03-12 02:09:16] "POST /security-groups HTTP/1.1" 200 589 0.068525 10.0.0.130 - - [2026-03-12 02:09:16] "POST /fqname-to-id HTTP/1.1" 404 232 0.002455 10.0.0.130 - - [2026-03-12 02:09:16] "POST /projects HTTP/1.1" 200 581 0.223927 10.0.0.130 - - [2026-03-12 02:09:16] "POST /access-control-lists HTTP/1.1" 200 596 0.058120 10.0.0.130 - - [2026-03-12 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.295493 10.0.0.130 - - [2026-03-12 02:09:16] "POST /fqname-to-id HTTP/1.1" 404 231 0.003106 10.0.0.130 - - [2026-03-12 02:09:16] "GET /project/5e149666-fe9e-4ae7-839d-49580aaf52ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.432341 10.0.0.130 - - [2026-03-12 02:09:16] "POST /access-control-lists HTTP/1.1" 200 594 0.063667 10.0.0.130 - - [2026-03-12 02:09:17] "GET / HTTP/1.1" 200 36215 0.002592 10.0.0.130 - - [2026-03-12 02:09:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000571 10.0.0.130 - - [2026-03-12 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.058788 10.0.0.130 - - [2026-03-12 02:09:18] "GET /projects?obj_uuids=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001318 10.0.0.130 - - [2026-03-12 02:09:18] "GET /project/5e149666-fe9e-4ae7-839d-49580aaf52ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.024522 10.0.0.130 - - [2026-03-12 02:09:18] "POST /neutron/network HTTP/1.1" 200 117 0.032723 10.0.0.130 - - [2026-03-12 02:09:18] "GET /projects?obj_uuids=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001721 10.0.0.130 - - [2026-03-12 02:09:18] "POST /neutron/network HTTP/1.1" 200 605 0.079975 10.0.0.130 - - [2026-03-12 02:09:18] "POST /route-targets HTTP/1.1" 200 328 0.011387 10.0.0.130 - - [2026-03-12 02:09:18] "POST /ref-update HTTP/1.1" 200 156 0.017872 10.0.0.130 - - [2026-03-12 02:09:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002195 10.0.0.130 - - [2026-03-12 02:09:18] "POST /neutron/subnet HTTP/1.1" 200 724 0.229495 10.0.0.130 - - [2026-03-12 02:09:18] "POST /neutron/network HTTP/1.1" 200 824 0.005914 10.0.0.130 - - [2026-03-12 02:09:18] "POST /id-to-fqname HTTP/1.1" 200 219 0.001237 10.0.0.130 - - [2026-03-12 02:09:18] "GET /virtual-network/10260ac4-7587-42f3-a4b5-e8a624bd8372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010174 10.0.0.130 - - [2026-03-12 02:09:18] "POST /neutron/network HTTP/1.1" 200 824 0.010775 10.0.0.130 - - [2026-03-12 02:09:18] "GET /virtual-network/10260ac4-7587-42f3-a4b5-e8a624bd8372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005060 10.0.0.130 - - [2026-03-12 02:09:18] "POST /neutron/network HTTP/1.1" 200 824 0.005556 10.0.0.130 - - [2026-03-12 02:09:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.006109 10.0.0.130 - - [2026-03-12 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.130 - - [2026-03-12 02:09:19] "GET /projects?obj_uuids=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001395 10.0.0.130 - - [2026-03-12 02:09:19] "GET /project/5e149666-fe9e-4ae7-839d-49580aaf52ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.037816 10.0.0.130 - - [2026-03-12 02:09:19] "POST /neutron/network HTTP/1.1" 200 117 0.010733 10.0.0.130 - - [2026-03-12 02:09:19] "GET /projects?obj_uuids=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001219 10.0.0.130 - - [2026-03-12 02:09:19] "POST /neutron/port HTTP/1.1" 200 117 0.011718 10.0.0.130 - - [2026-03-12 02:09:19] "POST /neutron/port HTTP/1.1" 400 205 0.016367 10.0.0.130 - - [2026-03-12 02:09:19] "POST /neutron/network HTTP/1.1" 200 605 0.136847 10.0.0.130 - - [2026-03-12 02:09:19] "POST /route-targets HTTP/1.1" 200 328 0.017247 10.0.0.130 - - [2026-03-12 02:09:19] "POST /ref-update HTTP/1.1" 200 156 0.017539 10.0.0.130 - - [2026-03-12 02:09:19] "POST /neutron/port HTTP/1.1" 200 117 0.005203 10.0.0.130 - - [2026-03-12 02:09:19] "POST /neutron/port HTTP/1.1" 400 205 0.009161 10.0.0.130 - - [2026-03-12 02:09:19] "POST /useragent-kv HTTP/1.1" 200 115 0.010380 10.0.0.130 - - [2026-03-12 02:09:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.237481 10.0.0.130 - - [2026-03-12 02:09:19] "POST /neutron/network HTTP/1.1" 200 824 0.004847 10.0.0.130 - - [2026-03-12 02:09:19] "POST /id-to-fqname HTTP/1.1" 200 219 0.001265 10.0.0.130 - - [2026-03-12 02:09:19] "GET /virtual-network/d74aa364-1add-4a31-95f0-edc0656a5d19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004616 10.0.0.130 - - [2026-03-12 02:09:19] "POST /neutron/network HTTP/1.1" 200 824 0.006118 10.0.0.130 - - [2026-03-12 02:09:19] "GET /virtual-network/d74aa364-1add-4a31-95f0-edc0656a5d19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006014 10.0.0.130 - - [2026-03-12 02:09:19] "POST /neutron/network HTTP/1.1" 200 824 0.005292 10.0.0.130 - - [2026-03-12 02:09:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.007382 10.0.0.130 - - [2026-03-12 02:09:19] "POST /id-to-fqname HTTP/1.1" 200 219 0.001275 10.0.0.130 - - [2026-03-12 02:09:19] "POST /neutron/network HTTP/1.1" 200 834 0.006623 10.0.0.130 - - [2026-03-12 02:09:19] "GET /aaa-mode HTTP/1.1" 401 293 0.000402 10.0.0.130 - - [2026-03-12 02:09:20] "GET / HTTP/1.1" 200 36215 0.001639 10.0.0.130 - - [2026-03-12 02:09:20] "GET /project/5e149666-fe9e-4ae7-839d-49580aaf52ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000492 10.0.0.130 - - [2026-03-12 02:09:20] "GET /projects?obj_uuids=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001352 10.0.0.130 - - [2026-03-12 02:09:20] "GET /project/5e149666-fe9e-4ae7-839d-49580aaf52ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.058501 10.0.0.130 - - [2026-03-12 02:09:20] "POST /neutron/network HTTP/1.1" 200 824 0.005006 10.0.0.130 - - [2026-03-12 02:09:20] "POST /neutron/port HTTP/1.1" 200 117 0.004713 10.0.0.130 - - [2026-03-12 02:09:20] "POST /neutron/port HTTP/1.1" 200 117 0.005580 10.0.0.130 - - [2026-03-12 02:09:20] "POST /id-to-fqname HTTP/1.1" 200 219 0.001289 10.0.0.130 - - [2026-03-12 02:09:20] "POST /neutron/port HTTP/1.1" 200 117 0.005292 10.0.0.130 - - [2026-03-12 02:09:21] "POST /neutron/network HTTP/1.1" 200 834 0.005587 10.0.0.130 - - [2026-03-12 02:09:21] "GET /aaa-mode HTTP/1.1" 401 293 0.000383 10.0.0.130 - - [2026-03-12 02:09:21] "POST /neutron/network HTTP/1.1" 200 834 0.004999 10.0.0.130 - - [2026-03-12 02:09:21] "GET /projects?obj_uuids=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.130 - - [2026-03-12 02:09:21] "POST /neutron/port HTTP/1.1" 200 1058 0.204993 10.0.0.130 - - [2026-03-12 02:09:21] "GET / HTTP/1.1" 200 36215 0.001457 10.0.0.130 - - [2026-03-12 02:09:21] "GET /project/5e149666-fe9e-4ae7-839d-49580aaf52ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000389 10.0.0.130 - - [2026-03-12 02:09:21] "POST /neutron/port HTTP/1.1" 200 1058 0.019030 10.0.0.130 - - [2026-03-12 02:09:21] "POST /neutron/port HTTP/1.1" 200 1058 0.012467 10.0.0.130 - - [2026-03-12 02:09:21] "POST /neutron/port HTTP/1.1" 200 1112 0.090457 10.0.0.130 - - [2026-03-12 02:09:21] "POST /neutron/port HTTP/1.1" 200 1122 0.011227 10.0.0.130 - - [2026-03-12 02:09:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002987 10.0.0.130 - - [2026-03-12 02:09:21] "POST /neutron/subnet HTTP/1.1" 200 698 0.006204 10.0.0.130 - - [2026-03-12 02:09:21] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.130 - - [2026-03-12 02:09:21] "POST /neutron/network HTTP/1.1" 200 824 0.011540 10.0.0.130 - - [2026-03-12 02:09:21] "GET /projects?obj_uuids=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001205 10.0.0.130 - - [2026-03-12 02:09:21] "GET /project/5e149666-fe9e-4ae7-839d-49580aaf52ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.054855 10.0.0.130 - - [2026-03-12 02:09:21] "POST /neutron/network HTTP/1.1" 200 824 0.005047 10.0.0.130 - - [2026-03-12 02:09:22] "POST /neutron/port HTTP/1.1" 200 1122 0.021884 10.0.0.130 - - [2026-03-12 02:09:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006103 10.0.0.130 - - [2026-03-12 02:09:22] "POST /neutron/port HTTP/1.1" 200 117 0.007947 10.0.0.130 - - [2026-03-12 02:09:22] "GET /projects?obj_uuids=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000997 10.0.0.130 - - [2026-03-12 02:09:22] "POST /neutron/router HTTP/1.1" 200 580 0.074940 10.0.0.130 - - [2026-03-12 02:09:22] "POST /neutron/router HTTP/1.1" 200 580 0.007777 10.0.0.130 - - [2026-03-12 02:09:22] "POST /route-targets HTTP/1.1" 200 328 0.020810 10.0.0.130 - - [2026-03-12 02:09:22] "GET /projects?obj_uuids=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001015 10.0.0.130 - - [2026-03-12 02:09:22] "PUT /logical-router/27d77097-7387-4a36-8b1b-90d0de269b64 HTTP/1.1" 200 263 0.024752 10.0.0.130 - - [2026-03-12 02:09:22] "POST /neutron/router HTTP/1.1" 200 344 0.264401 10.0.0.130 - - [2026-03-12 02:09:22] "POST /ref-update HTTP/1.1" 200 156 0.012578 10.0.0.130 - - [2026-03-12 02:09:22] "POST /neutron/port HTTP/1.1" 200 1122 0.014879 10.0.0.130 - - [2026-03-12 02:09:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007667 10.0.0.130 - - [2026-03-12 02:09:22] "POST /neutron/network HTTP/1.1" 200 834 0.006252 10.0.0.130 - - [2026-03-12 02:09:22] "GET /projects?obj_uuids=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001381 10.0.0.130 - - [2026-03-12 02:09:22] "POST /neutron/port HTTP/1.1" 200 1058 0.246265 10.0.0.130 - - [2026-03-12 02:09:22] "POST /neutron/port HTTP/1.1" 200 1058 0.011985 10.0.0.130 - - [2026-03-12 02:09:22] "POST /neutron/port HTTP/1.1" 200 1058 0.012951 10.0.0.130 - - [2026-03-12 02:09:23] "POST /neutron/port HTTP/1.1" 200 1112 0.076352 10.0.0.130 - - [2026-03-12 02:09:23] "POST /neutron/port HTTP/1.1" 200 1122 0.014628 10.0.0.130 - - [2026-03-12 02:09:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004388 10.0.0.130 - - [2026-03-12 02:09:23] "POST /neutron/subnet HTTP/1.1" 200 698 0.006835 10.0.0.130 - - [2026-03-12 02:09:23] "POST /neutron/port HTTP/1.1" 200 117 0.001075 10.0.0.130 - - [2026-03-12 02:09:23] "POST /neutron/network HTTP/1.1" 200 824 0.005456 10.0.0.130 - - [2026-03-12 02:09:27] "POST /neutron/port HTTP/1.1" 200 1122 0.014164 10.0.0.130 - - [2026-03-12 02:09:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007109 10.0.0.130 - - [2026-03-12 02:09:27] "POST /neutron/port HTTP/1.1" 200 1122 0.013150 10.0.0.130 - - [2026-03-12 02:09:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005810 10.0.0.130 - - [2026-03-12 02:09:27] "POST /neutron/port HTTP/1.1" 200 1122 0.016117 10.0.0.130 - - [2026-03-12 02:09:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005898 10.0.0.130 - - [2026-03-12 02:09:27] "GET /virtual-machine/2d5a4ef6-0e8a-4293-af91-e506efd6fb96 HTTP/1.1" 401 293 0.000466 10.0.0.130 - - [2026-03-12 02:09:28] "GET /virtual-machine/2d5a4ef6-0e8a-4293-af91-e506efd6fb96 HTTP/1.1" 200 1292 0.029603 10.0.0.130 - - [2026-03-12 02:09:28] "GET /virtual-machine-interface/fa840424-9dba-4fee-b711-e429e4893bee HTTP/1.1" 200 2942 0.004633 10.0.0.130 - - [2026-03-12 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.130 - - [2026-03-12 02:09:28] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004449 10.0.0.130 - - [2026-03-12 02:09:28] "GET /virtual-networks?parent_id=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002607 10.0.0.130 - - [2026-03-12 02:09:28] "GET /virtual-network/10260ac4-7587-42f3-a4b5-e8a624bd8372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006395 10.0.0.130 - - [2026-03-12 02:09:30] "POST /neutron/port HTTP/1.1" 200 1122 0.011226 10.0.0.130 - - [2026-03-12 02:09:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004746 10.0.0.130 - - [2026-03-12 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.130 - - [2026-03-12 02:09:31] "GET /virtual-network/10260ac4-7587-42f3-a4b5-e8a624bd8372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004384 10.0.0.130 - - [2026-03-12 02:09:32] "POST /neutron/port HTTP/1.1" 200 1122 0.011591 10.0.0.130 - - [2026-03-12 02:09:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004923 10.0.0.130 - - [2026-03-12 02:09:32] "POST /neutron/port HTTP/1.1" 200 1122 0.011943 10.0.0.130 - - [2026-03-12 02:09:33] "POST /neutron/port HTTP/1.1" 200 1122 0.011313 10.0.0.130 - - [2026-03-12 02:09:33] "POST /neutron/network HTTP/1.1" 200 834 0.005031 10.0.0.130 - - [2026-03-12 02:09:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003357 10.0.0.130 - - [2026-03-12 02:09:33] "POST /neutron/subnet HTTP/1.1" 200 698 0.006036 10.0.0.130 - - [2026-03-12 02:09:33] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.130 - - [2026-03-12 02:09:33] "POST /neutron/network HTTP/1.1" 200 824 0.004912 10.0.0.130 - - [2026-03-12 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.130 - - [2026-03-12 02:09:33] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003624 10.0.0.130 - - [2026-03-12 02:09:33] "GET /virtual-networks?parent_id=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003066 10.0.0.130 - - [2026-03-12 02:09:33] "GET /virtual-network/10260ac4-7587-42f3-a4b5-e8a624bd8372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004754 10.0.0.130 - - [2026-03-12 02:09:34] "POST /neutron/port HTTP/1.1" 200 1122 0.013134 10.0.0.130 - - [2026-03-12 02:09:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005014 10.0.0.130 - - [2026-03-12 02:09:34] "POST /neutron/port HTTP/1.1" 200 1122 0.013179 10.0.0.130 - - [2026-03-12 02:09:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005529 10.0.0.130 - - [2026-03-12 02:09:34] "POST /neutron/port HTTP/1.1" 200 1122 0.013338 10.0.0.130 - - [2026-03-12 02:09:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006592 10.0.0.130 - - [2026-03-12 02:09:34] "GET /virtual-machine/dd1b9a27-9555-4ef1-961f-e8fbacb38b75 HTTP/1.1" 200 1293 0.004843 10.0.0.130 - - [2026-03-12 02:09:34] "GET /virtual-machine-interface/68a35712-c3ac-4971-8c4c-cbc6e7e36e50 HTTP/1.1" 200 2941 0.004650 10.0.0.130 - - [2026-03-12 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002621 10.0.0.130 - - [2026-03-12 02:09:34] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003217 10.0.0.130 - - [2026-03-12 02:09:34] "GET /virtual-networks?parent_id=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002694 10.0.0.130 - - [2026-03-12 02:09:34] "GET /virtual-network/d74aa364-1add-4a31-95f0-edc0656a5d19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004838 10.0.0.130 - - [2026-03-12 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.130 - - [2026-03-12 02:09:35] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003562 10.0.0.130 - - [2026-03-12 02:09:35] "GET /virtual-networks?parent_id=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002826 10.0.0.130 - - [2026-03-12 02:09:35] "GET /virtual-network/d74aa364-1add-4a31-95f0-edc0656a5d19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005424 10.0.0.130 - - [2026-03-12 02:09:40] "POST /neutron/router HTTP/1.1" 200 580 0.003504 10.0.0.130 - - [2026-03-12 02:09:40] "GET /projects?obj_uuids=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000990 10.0.0.130 - - [2026-03-12 02:09:40] "POST /neutron/router HTTP/1.1" 200 344 0.191730 10.0.0.130 - - [2026-03-12 02:09:40] "POST /neutron/port HTTP/1.1" 200 1920 0.015081 10.0.0.130 - - [2026-03-12 02:09:41] "POST /ref-update HTTP/1.1" 200 156 0.007614 10.0.0.130 - - [2026-03-12 02:09:47] "POST /neutron/router HTTP/1.1" 200 580 0.003421 10.0.0.130 - - [2026-03-12 02:09:47] "POST /ref-update HTTP/1.1" 200 156 0.010524 10.0.0.130 - - [2026-03-12 02:09:47] "POST /neutron/router HTTP/1.1" 200 344 0.094118 10.0.0.130 - - [2026-03-12 02:09:50] "POST /neutron/router HTTP/1.1" 200 580 0.004630 10.0.0.130 - - [2026-03-12 02:09:50] "GET /projects?obj_uuids=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001387 10.0.0.130 - - [2026-03-12 02:09:50] "POST /neutron/router HTTP/1.1" 200 344 0.186558 10.0.0.130 - - [2026-03-12 02:09:50] "POST /ref-update HTTP/1.1" 200 156 0.007989 10.0.0.130 - - [2026-03-12 02:09:53] "POST /neutron/router HTTP/1.1" 200 580 0.005524 10.0.0.130 - - [2026-03-12 02:09:53] "POST /ref-update HTTP/1.1" 200 156 0.007724 10.0.0.130 - - [2026-03-12 02:09:53] "POST /neutron/router HTTP/1.1" 200 344 0.093675 10.0.0.130 - - [2026-03-12 02:09:53] "POST /neutron/router HTTP/1.1" 200 580 0.004505 10.0.0.130 - - [2026-03-12 02:09:53] "POST /ref-update HTTP/1.1" 200 156 0.010302 10.0.0.130 - - [2026-03-12 02:09:53] "POST /neutron/router HTTP/1.1" 200 344 0.086886 10.0.0.130 - - [2026-03-12 02:09:53] "POST /neutron/router HTTP/1.1" 200 580 0.004117 10.0.0.130 - - [2026-03-12 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.130 - - [2026-03-12 02:09:53] "GET /logical-router/27d77097-7387-4a36-8b1b-90d0de269b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004681 10.0.0.130 - - [2026-03-12 02:09:53] "POST /neutron/router HTTP/1.1" 200 151 0.041010 10.0.0.130 - - [2026-03-12 02:09:53] "DELETE /route-target/83e7abf5-2be0-4bb1-817d-8eaf6bfee62a HTTP/1.1" 200 115 0.011986 10.0.0.130 - - [2026-03-12 02:09:53] "POST /neutron/network HTTP/1.1" 200 824 0.009421 10.0.0.130 - - [2026-03-12 02:09:53] "POST /neutron/network HTTP/1.1" 400 204 0.009089 10.0.0.130 - - [2026-03-12 02:09:53] "POST /neutron/port HTTP/1.1" 200 1122 0.011157 10.0.0.130 - - [2026-03-12 02:09:54] "POST /neutron/port HTTP/1.1" 200 1112 0.010989 10.0.0.130 - - [2026-03-12 02:09:54] "POST /neutron/port HTTP/1.1" 200 1122 0.011941 10.0.0.130 - - [2026-03-12 02:09:54] "POST /neutron/port HTTP/1.1" 200 1112 0.008619 10.0.0.130 - - [2026-03-12 02:09:54] "POST /neutron/port HTTP/1.1" 200 151 0.110950 10.0.0.130 - - [2026-03-12 02:09:54] "POST /neutron/port HTTP/1.1" 200 151 0.122310 10.0.0.130 - - [2026-03-12 02:09:55] "POST /neutron/network HTTP/1.1" 200 824 0.005770 10.0.0.130 - - [2026-03-12 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005061 10.0.0.130 - - [2026-03-12 02:09:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003165 10.0.0.130 - - [2026-03-12 02:09:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002196 10.0.0.130 - - [2026-03-12 02:09:55] "POST /neutron/network HTTP/1.1" 200 151 0.083613 10.0.0.130 - - [2026-03-12 02:09:55] "DELETE /route-target/5d1eddea-5ded-40fd-a9ee-78f9553300d3 HTTP/1.1" 200 115 0.019650 10.0.0.130 - - [2026-03-12 02:09:55] "POST /neutron/network HTTP/1.1" 200 824 0.004751 10.0.0.130 - - [2026-03-12 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005111 10.0.0.130 - - [2026-03-12 02:09:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002266 10.0.0.130 - - [2026-03-12 02:09:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003069 10.0.0.130 - - [2026-03-12 02:09:55] "POST /neutron/network HTTP/1.1" 200 151 0.074266 10.0.0.130 - - [2026-03-12 02:09:55] "DELETE /route-target/58f40a4c-3f2f-4631-95a0-60a0c4ad1618 HTTP/1.1" 200 115 0.017773 10.0.0.130 - - [2026-03-12 02:09:56] "GET /projects?obj_uuids=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001169 10.0.0.130 - - [2026-03-12 02:09:56] "GET /project/5e149666-fe9e-4ae7-839d-49580aaf52ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.023457 10.0.0.130 - - [2026-03-12 02:09:56] "GET /projects?obj_uuids=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001402 10.0.0.130 - - [2026-03-12 02:09:56] "GET /project/5e149666-fe9e-4ae7-839d-49580aaf52ff?fields=virtual_networks HTTP/1.1" 200 1029 0.067380 10.0.0.130 - - [2026-03-12 02:09:56] "GET /projects?obj_uuids=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000933 10.0.0.130 - - [2026-03-12 02:09:56] "GET /project/5e149666-fe9e-4ae7-839d-49580aaf52ff?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.026266 10.0.0.130 - - [2026-03-12 02:09:56] "GET /projects?obj_uuids=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000970 10.0.0.130 - - [2026-03-12 02:09:56] "GET /project/5e149666-fe9e-4ae7-839d-49580aaf52ff?fields=security_groups HTTP/1.1" 200 1254 0.022267 10.0.0.130 - - [2026-03-12 02:09:57] "POST /fqname-to-id HTTP/1.1" 404 191 0.025265 10.0.0.130 - - [2026-03-12 02:09:57] "GET /projects?obj_uuids=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002312 10.0.0.130 - - [2026-03-12 02:09:57] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001400 10.0.0.130 - - [2026-03-12 02:09:57] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007993 10.0.0.130 - - [2026-03-12 02:09:57] "POST /id-to-fqname HTTP/1.1" 200 193 0.001865 10.0.0.130 - - [2026-03-12 02:09:57] "POST /fqname-to-id HTTP/1.1" 404 202 0.002799 10.0.0.130 - - [2026-03-12 02:09:57] "POST /security-groups HTTP/1.1" 200 594 0.064039 10.0.0.130 - - [2026-03-12 02:09:57] "POST /fqname-to-id HTTP/1.1" 404 237 0.002418 10.0.0.130 - - [2026-03-12 02:09:57] "POST /projects HTTP/1.1" 200 591 0.209257 10.0.0.130 - - [2026-03-12 02:09:57] "POST /access-control-lists HTTP/1.1" 200 601 0.058363 10.0.0.130 - - [2026-03-12 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.278368 10.0.0.130 - - [2026-03-12 02:09:57] "POST /fqname-to-id HTTP/1.1" 404 236 0.003062 10.0.0.130 - - [2026-03-12 02:09:57] "GET /project/8ecc8be4-d40c-4498-b678-ea7e35d11ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.408216 10.0.0.130 - - [2026-03-12 02:09:57] "POST /access-control-lists HTTP/1.1" 200 599 0.060409 10.0.0.130 - - [2026-03-12 02:09:58] "GET / HTTP/1.1" 200 36215 0.001899 10.0.0.130 - - [2026-03-12 02:09:59] "GET /project/8ecc8be4-d40c-4498-b678-ea7e35d11ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000473 10.0.0.130 - - [2026-03-12 02:10:00] "GET /projects?obj_uuids=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001069 10.0.0.130 - - [2026-03-12 02:10:00] "GET /project/8ecc8be4-d40c-4498-b678-ea7e35d11ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.054913 10.0.0.130 - - [2026-03-12 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002500 10.0.0.130 - - [2026-03-12 02:10:00] "GET /security-group/6642d7e4-75d1-44f5-a1b4-041f4e3144d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.005413 10.0.0.130 - - [2026-03-12 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.130 - - [2026-03-12 02:10:00] "GET /projects?obj_uuids=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002211 10.0.0.130 - - [2026-03-12 02:10:00] "GET /project/8ecc8be4-d40c-4498-b678-ea7e35d11ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.032373 10.0.0.130 - - [2026-03-12 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.130 - - [2026-03-12 02:10:00] "GET /security-group/6642d7e4-75d1-44f5-a1b4-041f4e3144d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004971 10.0.0.130 - - [2026-03-12 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.130 - - [2026-03-12 02:10:00] "PUT /security-group/6642d7e4-75d1-44f5-a1b4-041f4e3144d7 HTTP/1.1" 200 263 0.016187 10.0.0.130 - - [2026-03-12 02:10:00] "PUT /access-control-list/41a5f757-4f26-4631-afad-6754fc6a257d HTTP/1.1" 200 273 0.009998 10.0.0.130 - - [2026-03-12 02:10:00] "PUT /access-control-list/48529095-8759-4ba8-ac33-f95ee24ff288 HTTP/1.1" 200 273 0.011851 10.0.0.130 - - [2026-03-12 02:10:00] "POST /fqname-to-id HTTP/1.1" 404 202 0.003072 10.0.0.130 - - [2026-03-12 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.130 - - [2026-03-12 02:10:00] "GET /projects?obj_uuids=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001868 10.0.0.130 - - [2026-03-12 02:10:00] "GET /project/8ecc8be4-d40c-4498-b678-ea7e35d11ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.035494 10.0.0.130 - - [2026-03-12 02:10:00] "POST /neutron/network HTTP/1.1" 200 117 0.039770 10.0.0.130 - - [2026-03-12 02:10:00] "GET /projects?obj_uuids=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001029 10.0.0.130 - - [2026-03-12 02:10:00] "POST /neutron/network HTTP/1.1" 200 608 0.066912 10.0.0.130 - - [2026-03-12 02:10:00] "POST /route-targets HTTP/1.1" 200 328 0.010249 10.0.0.130 - - [2026-03-12 02:10:00] "POST /ref-update HTTP/1.1" 200 156 0.013489 10.0.0.130 - - [2026-03-12 02:10:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003177 10.0.0.130 - - [2026-03-12 02:10:01] "POST /neutron/subnet HTTP/1.1" 200 715 0.214808 10.0.0.130 - - [2026-03-12 02:10:01] "POST /neutron/network HTTP/1.1" 200 825 0.006178 10.0.0.130 - - [2026-03-12 02:10:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001348 10.0.0.130 - - [2026-03-12 02:10:01] "GET /virtual-network/266ff286-de40-49d2-a445-32cb53aa2723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005324 10.0.0.130 - - [2026-03-12 02:10:01] "POST /neutron/network HTTP/1.1" 200 825 0.005576 10.0.0.130 - - [2026-03-12 02:10:01] "GET /virtual-network/266ff286-de40-49d2-a445-32cb53aa2723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005454 10.0.0.130 - - [2026-03-12 02:10:01] "POST /neutron/network HTTP/1.1" 200 825 0.006205 10.0.0.130 - - [2026-03-12 02:10:01] "POST /neutron/subnet HTTP/1.1" 200 715 0.008360 10.0.0.130 - - [2026-03-12 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.130 - - [2026-03-12 02:10:01] "GET /projects?obj_uuids=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001058 10.0.0.130 - - [2026-03-12 02:10:01] "GET /project/8ecc8be4-d40c-4498-b678-ea7e35d11ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.023754 10.0.0.130 - - [2026-03-12 02:10:01] "POST /neutron/network HTTP/1.1" 200 117 0.010206 10.0.0.130 - - [2026-03-12 02:10:01] "GET /projects?obj_uuids=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001041 10.0.0.130 - - [2026-03-12 02:10:01] "POST /neutron/network HTTP/1.1" 200 615 0.087418 10.0.0.130 - - [2026-03-12 02:10:01] "POST /route-targets HTTP/1.1" 200 328 0.019943 10.0.0.130 - - [2026-03-12 02:10:01] "POST /ref-update HTTP/1.1" 200 156 0.011108 10.0.0.130 - - [2026-03-12 02:10:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002872 10.0.0.130 - - [2026-03-12 02:10:01] "POST /neutron/subnet HTTP/1.1" 200 730 0.153487 10.0.0.130 - - [2026-03-12 02:10:01] "POST /neutron/network HTTP/1.1" 200 835 0.005467 10.0.0.130 - - [2026-03-12 02:10:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001447 10.0.0.130 - - [2026-03-12 02:10:01] "GET /virtual-network/84e069ad-5250-4a54-91b5-aa4ec869116c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005629 10.0.0.130 - - [2026-03-12 02:10:01] "POST /neutron/network HTTP/1.1" 200 835 0.006580 10.0.0.130 - - [2026-03-12 02:10:01] "GET /virtual-network/84e069ad-5250-4a54-91b5-aa4ec869116c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005636 10.0.0.130 - - [2026-03-12 02:10:01] "POST /neutron/network HTTP/1.1" 200 835 0.005554 10.0.0.130 - - [2026-03-12 02:10:01] "POST /neutron/subnet HTTP/1.1" 200 730 0.007561 10.0.0.130 - - [2026-03-12 02:10:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001737 10.0.0.130 - - [2026-03-12 02:10:02] "POST /neutron/network HTTP/1.1" 200 835 0.006288 10.0.0.130 - - [2026-03-12 02:10:02] "GET /aaa-mode HTTP/1.1" 401 293 0.000491 10.0.0.130 - - [2026-03-12 02:10:02] "GET / HTTP/1.1" 200 36215 0.002219 10.0.0.130 - - [2026-03-12 02:10:02] "GET /project/8ecc8be4-d40c-4498-b678-ea7e35d11ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000493 10.0.0.130 - - [2026-03-12 02:10:02] "GET /projects?obj_uuids=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001428 10.0.0.130 - - [2026-03-12 02:10:02] "GET /project/8ecc8be4-d40c-4498-b678-ea7e35d11ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.049716 10.0.0.130 - - [2026-03-12 02:10:02] "POST /neutron/network HTTP/1.1" 200 825 0.005512 10.0.0.130 - - [2026-03-12 02:10:03] "POST /neutron/port HTTP/1.1" 200 117 0.005577 10.0.0.130 - - [2026-03-12 02:10:03] "POST /neutron/port HTTP/1.1" 200 117 0.005646 10.0.0.130 - - [2026-03-12 02:10:03] "POST /id-to-fqname HTTP/1.1" 200 227 0.001201 10.0.0.130 - - [2026-03-12 02:10:03] "POST /neutron/port HTTP/1.1" 200 117 0.004638 10.0.0.130 - - [2026-03-12 02:10:03] "POST /neutron/network HTTP/1.1" 200 845 0.005582 10.0.0.130 - - [2026-03-12 02:10:03] "GET /aaa-mode HTTP/1.1" 401 293 0.000459 10.0.0.130 - - [2026-03-12 02:10:03] "POST /neutron/network HTTP/1.1" 200 835 0.005563 10.0.0.130 - - [2026-03-12 02:10:03] "GET /projects?obj_uuids=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001409 10.0.0.130 - - [2026-03-12 02:10:03] "GET / HTTP/1.1" 200 36215 0.002912 10.0.0.130 - - [2026-03-12 02:10:03] "GET /project/8ecc8be4-d40c-4498-b678-ea7e35d11ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000566 10.0.0.130 - - [2026-03-12 02:10:03] "POST /neutron/port HTTP/1.1" 200 1061 0.227732 10.0.0.130 - - [2026-03-12 02:10:03] "POST /neutron/port HTTP/1.1" 200 1061 0.013008 10.0.0.130 - - [2026-03-12 02:10:03] "POST /neutron/port HTTP/1.1" 200 1061 0.010064 10.0.0.130 - - [2026-03-12 02:10:03] "POST /neutron/port HTTP/1.1" 200 1115 0.063519 10.0.0.130 - - [2026-03-12 02:10:03] "POST /neutron/port HTTP/1.1" 200 1125 0.013805 10.0.0.130 - - [2026-03-12 02:10:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003746 10.0.0.130 - - [2026-03-12 02:10:03] "POST /neutron/subnet HTTP/1.1" 200 689 0.008458 10.0.0.130 - - [2026-03-12 02:10:03] "POST /neutron/port HTTP/1.1" 200 117 0.001269 10.0.0.130 - - [2026-03-12 02:10:03] "GET /projects?obj_uuids=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001311 10.0.0.130 - - [2026-03-12 02:10:03] "POST /neutron/network HTTP/1.1" 200 825 0.005520 10.0.0.130 - - [2026-03-12 02:10:03] "GET /project/8ecc8be4-d40c-4498-b678-ea7e35d11ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.058922 10.0.0.130 - - [2026-03-12 02:10:04] "POST /neutron/network HTTP/1.1" 200 835 0.009137 10.0.0.130 - - [2026-03-12 02:10:04] "DELETE /project/8ecc8be4d40c4498b678ea7e35d11ea4 HTTP/1.1" 404 173 0.008844 10.0.0.130 - - [2026-03-12 02:10:04] "DELETE /project/5e149666fe9e4ae7839d49580aaf52ff HTTP/1.1" 404 173 0.007641 10.0.0.130 - - [2026-03-12 02:10:04] "GET /projects?obj_uuids=0a6a5d01-298a-4b5a-8f89-5b1111ff92c5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000852 10.0.0.130 - - [2026-03-12 02:10:04] "GET /projects?obj_uuids=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000761 10.0.0.130 - - [2026-03-12 02:10:04] "GET /project/5e149666-fe9e-4ae7-839d-49580aaf52ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.041408 10.0.0.130 - - [2026-03-12 02:10:04] "GET /project/0a6a5d01-298a-4b5a-8f89-5b1111ff92c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.046334 10.0.0.130 - - [2026-03-12 02:10:04] "GET /projects?obj_uuids=0a6a5d01-298a-4b5a-8f89-5b1111ff92c5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001001 10.0.0.130 - - [2026-03-12 02:10:04] "GET /projects?obj_uuids=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000926 10.0.0.130 - - [2026-03-12 02:10:04] "GET /project/5e149666-fe9e-4ae7-839d-49580aaf52ff?fields=security_groups HTTP/1.1" 200 1356 0.044145 10.0.0.130 - - [2026-03-12 02:10:04] "GET /project/0a6a5d01-298a-4b5a-8f89-5b1111ff92c5?fields=security_groups HTTP/1.1" 200 1350 0.047577 10.0.0.130 - - [2026-03-12 02:10:04] "POST /neutron/port HTTP/1.1" 200 1125 0.020896 10.0.0.130 - - [2026-03-12 02:10:04] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006420 10.0.0.130 - - [2026-03-12 02:10:04] "POST /neutron/port HTTP/1.1" 200 117 0.012660 10.0.0.130 - - [2026-03-12 02:10:04] "DELETE /security-group/26b37b18-cae5-4a6e-ba38-6df2935da4c9 HTTP/1.1" 200 115 0.072027 10.0.0.130 - - [2026-03-12 02:10:04] "GET /projects?obj_uuids=5e149666-fe9e-4ae7-839d-49580aaf52ff&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001348 10.0.0.130 - - [2026-03-12 02:10:04] "DELETE /security-group/58cc7b8d-d72b-4661-adc4-eeb10f95e60d HTTP/1.1" 200 115 0.080396 10.0.0.130 - - [2026-03-12 02:10:04] "GET /projects?obj_uuids=0a6a5d01-298a-4b5a-8f89-5b1111ff92c5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002121 10.0.0.130 - - [2026-03-12 02:10:04] "GET /projects?obj_uuids=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001586 10.0.0.130 - - [2026-03-12 02:10:04] "DELETE /access-control-list/5184bbc5-7bbb-42c1-986a-f013efcbae94 HTTP/1.1" 200 115 0.065408 10.0.0.130 - - [2026-03-12 02:10:04] "GET /project/5e149666-fe9e-4ae7-839d-49580aaf52ff?fields=application_policy_sets HTTP/1.1" 200 1395 0.060715 10.0.0.130 - - [2026-03-12 02:10:04] "DELETE /access-control-list/030efc6c-a73a-4503-8b4a-c456642bdaf1 HTTP/1.1" 200 115 0.045406 10.0.0.130 - - [2026-03-12 02:10:04] "GET /project/0a6a5d01-298a-4b5a-8f89-5b1111ff92c5?fields=application_policy_sets HTTP/1.1" 200 1389 0.128936 10.0.0.130 - - [2026-03-12 02:10:04] "POST /neutron/router HTTP/1.1" 200 585 0.142679 10.0.0.130 - - [2026-03-12 02:10:04] "DELETE /access-control-list/42af35ad-c63f-4aa1-9476-af54c97f0b0e HTTP/1.1" 200 115 0.070993 10.0.0.130 - - [2026-03-12 02:10:04] "POST /neutron/router HTTP/1.1" 200 585 0.010366 10.0.0.130 - - [2026-03-12 02:10:04] "DELETE /access-control-list/f9074210-358d-4141-99e3-c2e8bdd5c8ee HTTP/1.1" 200 115 0.077460 10.0.0.130 - - [2026-03-12 02:10:04] "POST /neutron/router HTTP/1.1" 200 656 0.097476 10.0.0.130 - - [2026-03-12 02:10:04] "POST /route-targets HTTP/1.1" 200 328 0.046025 10.0.0.130 - - [2026-03-12 02:10:04] "GET /logical-router/8778af67-65c6-42d3-bedc-fe05f4bdcae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.032609 10.0.0.130 - - [2026-03-12 02:10:04] "POST /neutron/router HTTP/1.1" 200 656 0.010153 10.0.0.130 - - [2026-03-12 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006856 10.0.0.130 - - [2026-03-12 02:10:04] "GET /projects?obj_uuids=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001207 10.0.0.130 - - [2026-03-12 02:10:04] "DELETE /project/5e149666-fe9e-4ae7-839d-49580aaf52ff HTTP/1.1" 200 115 0.617978 10.0.0.130 - - [2026-03-12 02:10:04] "GET /service-template/bff6582b-952d-46e6-bf76-9ca14293a74a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.007478 10.0.0.130 - - [2026-03-12 02:10:04] "PUT /logical-router/8778af67-65c6-42d3-bedc-fe05f4bdcae2 HTTP/1.1" 200 263 0.047740 10.0.0.130 - - [2026-03-12 02:10:04] "DELETE /project/0a6a5d01-298a-4b5a-8f89-5b1111ff92c5 HTTP/1.1" 200 115 0.668156 10.0.0.130 - - [2026-03-12 02:10:04] "POST /fqname-to-id HTTP/1.1" 404 215 0.004971 10.0.0.130 - - [2026-03-12 02:10:04] "POST /neutron/network HTTP/1.1" 200 845 0.020369 10.0.0.130 - - [2026-03-12 02:10:04] "GET /projects?obj_uuids=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001036 10.0.0.130 - - [2026-03-12 02:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.019483 10.0.0.130 - - [2026-03-12 02:10:05] "POST /virtual-networks HTTP/1.1" 200 696 0.302135 10.0.0.130 - - [2026-03-12 02:10:05] "POST /neutron/router HTTP/1.1" 200 344 0.485916 10.0.0.130 - - [2026-03-12 02:10:05] "POST /route-targets HTTP/1.1" 200 328 0.049741 10.0.0.130 - - [2026-03-12 02:10:05] "POST /ref-update HTTP/1.1" 200 156 0.085501 10.0.0.130 - - [2026-03-12 02:10:05] "POST /neutron/port HTTP/1.1" 200 1125 0.055807 10.0.0.130 - - [2026-03-12 02:10:05] "POST /neutron/security_group HTTP/1.1" 200 2002 0.018687 10.0.0.130 - - [2026-03-12 02:10:05] "POST /service-instances HTTP/1.1" 200 672 0.172021 10.0.0.130 - - [2026-03-12 02:10:05] "POST /ref-update HTTP/1.1" 200 156 0.057080 10.0.0.130 - - [2026-03-12 02:10:05] "POST /route-tables HTTP/1.1" 200 584 0.053204 10.0.0.130 - - [2026-03-12 02:10:05] "POST /neutron/port HTTP/1.1" 200 1064 0.533808 10.0.0.130 - - [2026-03-12 02:10:05] "POST /neutron/port HTTP/1.1" 200 1064 0.016747 10.0.0.130 - - [2026-03-12 02:10:05] "PUT /logical-router/8778af67-65c6-42d3-bedc-fe05f4bdcae2 HTTP/1.1" 200 263 0.023606 10.0.0.130 - - [2026-03-12 02:10:05] "POST /neutron/port HTTP/1.1" 200 1064 0.015764 10.0.0.130 - - [2026-03-12 02:10:05] "POST /ref-update HTTP/1.1" 200 156 0.035960 10.0.0.130 - - [2026-03-12 02:10:05] "POST /neutron/port HTTP/1.1" 200 1118 0.078664 10.0.0.130 - - [2026-03-12 02:10:05] "POST /neutron/port HTTP/1.1" 200 1128 0.014045 10.0.0.130 - - [2026-03-12 02:10:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004121 10.0.0.130 - - [2026-03-12 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.130 - - [2026-03-12 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002437 10.0.0.130 - - [2026-03-12 02:10:05] "POST /neutron/subnet HTTP/1.1" 200 704 0.007516 10.0.0.130 - - [2026-03-12 02:10:05] "POST /neutron/port HTTP/1.1" 200 117 0.001438 10.0.0.130 - - [2026-03-12 02:10:05] "POST /neutron/network HTTP/1.1" 200 835 0.005487 10.0.0.130 - - [2026-03-12 02:10:05] "POST /virtual-machines HTTP/1.1" 200 554 0.017536 10.0.0.130 - - [2026-03-12 02:10:05] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.089300 10.0.0.130 - - [2026-03-12 02:10:05] "POST /chown HTTP/1.1" 200 109 0.007874 10.0.0.130 - - [2026-03-12 02:10:05] "POST /instance-ips HTTP/1.1" 200 552 0.023074 10.0.0.130 - - [2026-03-12 02:10:06] "POST /instance-ips HTTP/1.1" 400 246 0.018495 10.0.0.130 - - [2026-03-12 02:10:06] "POST /chown HTTP/1.1" 200 109 0.011899 10.0.0.130 - - [2026-03-12 02:10:06] "PUT /virtual-machine-interface/ccb15af5-4172-4041-9a4b-cb0c8b762a86 HTTP/1.1" 200 285 0.023522 10.0.0.130 - - [2026-03-12 02:10:06] "PUT /instance-ip/5bdef4f0-3dc5-439f-8d9f-ede32e441641 HTTP/1.1" 200 257 0.018898 10.0.0.130 - - [2026-03-12 02:10:06] "POST /ref-update HTTP/1.1" 200 156 0.013573 10.0.0.130 - - [2026-03-12 02:10:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.091391 10.0.0.130 - - [2026-03-12 02:10:06] "POST /chown HTTP/1.1" 200 109 0.009091 10.0.0.130 - - [2026-03-12 02:10:06] "POST /instance-ips HTTP/1.1" 200 550 0.044214 10.0.0.130 - - [2026-03-12 02:10:06] "POST /instance-ips HTTP/1.1" 400 316 0.014437 10.0.0.130 - - [2026-03-12 02:10:06] "POST /chown HTTP/1.1" 200 109 0.012049 10.0.0.130 - - [2026-03-12 02:10:06] "PUT /virtual-machine-interface/59479144-491a-47de-bec2-8dc30b010c43 HTTP/1.1" 200 285 0.014434 10.0.0.130 - - [2026-03-12 02:10:06] "PUT /instance-ip/eb7894d8-57e3-48e3-b543-93264286f700 HTTP/1.1" 200 257 0.012151 10.0.0.130 - - [2026-03-12 02:10:06] "POST /ref-update HTTP/1.1" 200 156 0.013017 10.0.0.130 - - [2026-03-12 02:10:06] "POST /ref-update HTTP/1.1" 200 156 0.014601 10.0.0.130 - - [2026-03-12 02:10:06] "PUT /routing-instance/b85750eb-2550-41e0-b0b1-b414175c9993 HTTP/1.1" 200 267 0.023261 10.0.0.130 - - [2026-03-12 02:10:06] "POST /ref-update HTTP/1.1" 200 156 0.021023 10.0.0.130 - - [2026-03-12 02:10:06] "POST /virtual-machines HTTP/1.1" 200 554 0.014511 10.0.0.130 - - [2026-03-12 02:10:07] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.090034 10.0.0.130 - - [2026-03-12 02:10:07] "POST /chown HTTP/1.1" 200 109 0.007540 10.0.0.130 - - [2026-03-12 02:10:07] "POST /instance-ips HTTP/1.1" 400 246 0.018464 10.0.0.130 - - [2026-03-12 02:10:07] "POST /chown HTTP/1.1" 200 109 0.007541 10.0.0.130 - - [2026-03-12 02:10:07] "PUT /virtual-machine-interface/4aaaa446-f323-491e-bb3f-dbebbdf898b7 HTTP/1.1" 200 285 0.012326 10.0.0.130 - - [2026-03-12 02:10:07] "PUT /instance-ip/5bdef4f0-3dc5-439f-8d9f-ede32e441641 HTTP/1.1" 200 257 0.020770 10.0.0.130 - - [2026-03-12 02:10:07] "POST /ref-update HTTP/1.1" 200 156 0.014618 10.0.0.130 - - [2026-03-12 02:10:07] "POST /ref-update HTTP/1.1" 200 156 0.016809 10.0.0.130 - - [2026-03-12 02:10:07] "POST /ref-update HTTP/1.1" 200 156 0.021001 10.0.0.130 - - [2026-03-12 02:10:07] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.116623 10.0.0.130 - - [2026-03-12 02:10:07] "PUT /routing-instance/b85750eb-2550-41e0-b0b1-b414175c9993 HTTP/1.1" 200 267 0.033465 10.0.0.130 - - [2026-03-12 02:10:07] "POST /chown HTTP/1.1" 200 109 0.013025 10.0.0.130 - - [2026-03-12 02:10:07] "POST /instance-ips HTTP/1.1" 400 316 0.020375 10.0.0.130 - - [2026-03-12 02:10:07] "POST /chown HTTP/1.1" 200 109 0.067492 10.0.0.130 - - [2026-03-12 02:10:07] "GET /obj-perms HTTP/1.1" 200 5075 0.126619 10.0.0.130 - - [2026-03-12 02:10:08] "PUT /virtual-machine-interface/c41c9c0f-9e08-4059-913a-51246025f652 HTTP/1.1" 200 285 0.019032 10.0.0.130 - - [2026-03-12 02:10:08] "PUT /instance-ip/eb7894d8-57e3-48e3-b543-93264286f700 HTTP/1.1" 200 257 0.022336 10.0.0.130 - - [2026-03-12 02:10:08] "POST /ref-update HTTP/1.1" 200 156 0.010512 10.0.0.130 - - [2026-03-12 02:10:08] "POST /ref-update HTTP/1.1" 200 156 0.011112 10.0.0.130 - - [2026-03-12 02:10:08] "POST /ref-update HTTP/1.1" 200 156 0.014728 10.0.0.130 - - [2026-03-12 02:10:08] "PUT /routing-instance/b85750eb-2550-41e0-b0b1-b414175c9993 HTTP/1.1" 200 267 0.033158 10.0.0.130 - - [2026-03-12 02:10:08] "GET /obj-perms HTTP/1.1" 200 5075 0.108223 10.0.0.130 - - [2026-03-12 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007790 10.0.0.130 - - [2026-03-12 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.130 - - [2026-03-12 02:10:08] "POST /chown HTTP/1.1" 200 109 0.010163 10.0.0.130 - - [2026-03-12 02:10:08] "POST /instance-ips HTTP/1.1" 400 246 0.017227 10.0.0.130 - - [2026-03-12 02:10:08] "POST /chown HTTP/1.1" 200 109 0.014289 10.0.0.130 - - [2026-03-12 02:10:08] "POST /chown HTTP/1.1" 200 109 0.009609 10.0.0.130 - - [2026-03-12 02:10:08] "POST /instance-ips HTTP/1.1" 400 316 0.027163 10.0.0.130 - - [2026-03-12 02:10:08] "POST /chown HTTP/1.1" 200 109 0.019281 10.0.0.130 - - [2026-03-12 02:10:08] "POST /chown HTTP/1.1" 200 109 0.006464 10.0.0.130 - - [2026-03-12 02:10:08] "POST /instance-ips HTTP/1.1" 400 246 0.012384 10.0.0.130 - - [2026-03-12 02:10:09] "POST /chown HTTP/1.1" 200 109 0.008801 10.0.0.130 - - [2026-03-12 02:10:09] "POST /chown HTTP/1.1" 200 109 0.008097 10.0.0.130 - - [2026-03-12 02:10:09] "POST /instance-ips HTTP/1.1" 400 316 0.016094 10.0.0.130 - - [2026-03-12 02:10:09] "POST /chown HTTP/1.1" 200 109 0.007597 10.0.0.130 - - [2026-03-12 02:10:10] "POST /neutron/port HTTP/1.1" 200 1125 0.012313 10.0.0.130 - - [2026-03-12 02:10:10] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006575 10.0.0.130 - - [2026-03-12 02:10:10] "POST /neutron/port HTTP/1.1" 200 1125 0.012586 10.0.0.130 - - [2026-03-12 02:10:10] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005758 10.0.0.130 - - [2026-03-12 02:10:10] "POST /neutron/port HTTP/1.1" 200 1125 0.012355 10.0.0.130 - - [2026-03-12 02:10:10] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008319 10.0.0.130 - - [2026-03-12 02:10:10] "GET /virtual-machine/330ed156-79cc-4dba-942c-3043aa3139ce HTTP/1.1" 401 293 0.000720 10.0.0.130 - - [2026-03-12 02:10:10] "GET /virtual-machine/330ed156-79cc-4dba-942c-3043aa3139ce HTTP/1.1" 200 1297 0.035968 10.0.0.130 - - [2026-03-12 02:10:10] "GET /virtual-machine-interface/a44c9798-7ac7-4d02-a198-7349cb03d176 HTTP/1.1" 200 2964 0.005134 10.0.0.130 - - [2026-03-12 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.130 - - [2026-03-12 02:10:10] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002923 10.0.0.130 - - [2026-03-12 02:10:10] "GET /virtual-networks?parent_id=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002828 10.0.0.130 - - [2026-03-12 02:10:11] "GET /virtual-network/266ff286-de40-49d2-a445-32cb53aa2723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006071 10.0.0.130 - - [2026-03-12 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.130 - - [2026-03-12 02:10:14] "GET /virtual-network/266ff286-de40-49d2-a445-32cb53aa2723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005809 10.0.0.130 - - [2026-03-12 02:10:14] "POST /neutron/port HTTP/1.1" 200 1125 0.012542 10.0.0.130 - - [2026-03-12 02:10:14] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005995 10.0.0.130 - - [2026-03-12 02:10:16] "POST /neutron/port HTTP/1.1" 200 1128 0.012119 10.0.0.130 - - [2026-03-12 02:10:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005522 10.0.0.130 - - [2026-03-12 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.130 - - [2026-03-12 02:10:16] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003031 10.0.0.130 - - [2026-03-12 02:10:16] "GET /virtual-networks?parent_id=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002805 10.0.0.130 - - [2026-03-12 02:10:16] "GET /virtual-network/266ff286-de40-49d2-a445-32cb53aa2723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005411 10.0.0.130 - - [2026-03-12 02:10:16] "POST /neutron/port HTTP/1.1" 200 1128 0.013282 10.0.0.130 - - [2026-03-12 02:10:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006337 10.0.0.130 - - [2026-03-12 02:10:16] "POST /neutron/port HTTP/1.1" 200 1128 0.013011 10.0.0.130 - - [2026-03-12 02:10:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006406 10.0.0.130 - - [2026-03-12 02:10:16] "POST /neutron/port HTTP/1.1" 200 1128 0.014961 10.0.0.130 - - [2026-03-12 02:10:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007608 10.0.0.130 - - [2026-03-12 02:10:16] "GET /virtual-machine/0b1f528b-9109-4699-b5e4-30bd8dedb98a HTTP/1.1" 200 1296 0.004786 10.0.0.130 - - [2026-03-12 02:10:16] "GET /virtual-machine-interface/c3314a68-03cc-4cc8-8cdd-7e3e6cccb69f HTTP/1.1" 200 2976 0.005104 10.0.0.130 - - [2026-03-12 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.130 - - [2026-03-12 02:10:16] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003882 10.0.0.130 - - [2026-03-12 02:10:16] "GET /virtual-networks?parent_id=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003399 10.0.0.130 - - [2026-03-12 02:10:16] "GET /virtual-network/84e069ad-5250-4a54-91b5-aa4ec869116c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006534 10.0.0.130 - - [2026-03-12 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.130 - - [2026-03-12 02:10:18] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003735 10.0.0.130 - - [2026-03-12 02:10:18] "GET /virtual-networks?parent_id=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003120 10.0.0.130 - - [2026-03-12 02:10:18] "GET /virtual-network/84e069ad-5250-4a54-91b5-aa4ec869116c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005898 10.0.0.130 - - [2026-03-12 02:10:22] "POST /neutron/router HTTP/1.1" 200 656 0.004350 10.0.0.130 - - [2026-03-12 02:10:22] "POST /ref-update HTTP/1.1" 200 156 0.013941 10.0.0.130 - - [2026-03-12 02:10:22] "POST /neutron/router HTTP/1.1" 200 344 0.105190 10.0.0.130 - - [2026-03-12 02:10:22] "POST /neutron/router HTTP/1.1" 200 656 0.005957 10.0.0.130 - - [2026-03-12 02:10:22] "GET /logical-router/8778af67-65c6-42d3-bedc-fe05f4bdcae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.003633 10.0.0.130 - - [2026-03-12 02:10:22] "GET /service-instance/aa0e00c3-007a-4473-80ca-537b91cda8a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2318 0.004384 10.0.0.130 - - [2026-03-12 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.130 - - [2026-03-12 02:10:22] "POST /neutron/router HTTP/1.1" 200 151 0.059860 10.0.0.130 - - [2026-03-12 02:10:22] "DELETE /route-target/4014eca0-f435-441c-810f-735c0647ad32 HTTP/1.1" 409 240 0.005599 10.0.0.130 - - [2026-03-12 02:10:22] "PUT /logical-router/8778af67-65c6-42d3-bedc-fe05f4bdcae2 HTTP/1.1" 404 171 0.002916 10.0.0.130 - - [2026-03-12 02:10:22] "POST /ref-update HTTP/1.1" 200 156 0.011308 10.0.0.130 - - [2026-03-12 02:10:22] "DELETE /route-table/8467d5b9-e332-42a4-9bbb-6499e90c6ac4 HTTP/1.1" 200 115 0.021465 10.0.0.130 - - [2026-03-12 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.130 - - [2026-03-12 02:10:22] "PUT /routing-instance/b85750eb-2550-41e0-b0b1-b414175c9993 HTTP/1.1" 200 267 0.010416 10.0.0.130 - - [2026-03-12 02:10:22] "GET /virtual-network/8f7d2145-e364-4a64-acbd-07fbfb8e6a31?fields=instance_ip_back_refs%2Cvirtual_machine_interface_back_refs HTTP/1.1" 200 2305 0.006213 10.0.0.130 - - [2026-03-12 02:10:22] "POST /neutron/network HTTP/1.1" 200 835 0.005196 10.0.0.130 - - [2026-03-12 02:10:22] "POST /ref-update HTTP/1.1" 200 156 0.011425 10.0.0.130 - - [2026-03-12 02:10:22] "POST /neutron/network HTTP/1.1" 400 204 0.055154 10.0.0.130 - - [2026-03-12 02:10:22] "POST /ref-update HTTP/1.1" 200 156 0.009673 10.0.0.130 - - [2026-03-12 02:10:22] "GET /virtual-machine-interface/59479144-491a-47de-bec2-8dc30b010c43?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.008908 10.0.0.130 - - [2026-03-12 02:10:22] "POST /ref-update HTTP/1.1" 200 156 0.014065 10.0.0.130 - - [2026-03-12 02:10:22] "GET /instance-ip/eb7894d8-57e3-48e3-b543-93264286f700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.006164 10.0.0.130 - - [2026-03-12 02:10:22] "DELETE /virtual-machine-interface/59479144-491a-47de-bec2-8dc30b010c43 HTTP/1.1" 200 115 0.039730 10.0.0.130 - - [2026-03-12 02:10:22] "GET /virtual-machine-interface/c41c9c0f-9e08-4059-913a-51246025f652?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1654 0.007397 10.0.0.130 - - [2026-03-12 02:10:22] "POST /ref-update HTTP/1.1" 200 156 0.013169 10.0.0.130 - - [2026-03-12 02:10:22] "GET /instance-ip/eb7894d8-57e3-48e3-b543-93264286f700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1762 0.006872 10.0.0.130 - - [2026-03-12 02:10:22] "POST /neutron/port HTTP/1.1" 200 1128 0.018735 10.0.0.130 - - [2026-03-12 02:10:22] "POST /neutron/port HTTP/1.1" 200 1118 0.023950 10.0.0.130 - - [2026-03-12 02:10:23] "DELETE /instance-ip/eb7894d8-57e3-48e3-b543-93264286f700 HTTP/1.1" 200 115 0.045586 10.0.0.130 - - [2026-03-12 02:10:23] "POST /neutron/port HTTP/1.1" 200 1125 0.019740 10.0.0.130 - - [2026-03-12 02:10:23] "POST /neutron/port HTTP/1.1" 200 1115 0.026227 10.0.0.130 - - [2026-03-12 02:10:23] "DELETE /virtual-machine-interface/c41c9c0f-9e08-4059-913a-51246025f652 HTTP/1.1" 200 115 0.095534 10.0.0.130 - - [2026-03-12 02:10:23] "DELETE /instance-ip/eb7894d8-57e3-48e3-b543-93264286f700 HTTP/1.1" 404 177 0.003655 10.0.0.130 - - [2026-03-12 02:10:23] "POST /neutron/port HTTP/1.1" 200 151 0.220380 10.0.0.130 - - [2026-03-12 02:10:23] "POST /neutron/port HTTP/1.1" 200 151 0.187305 10.0.0.130 - - [2026-03-12 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.009744 10.0.0.130 - - [2026-03-12 02:10:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004977 10.0.0.130 - - [2026-03-12 02:10:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003045 10.0.0.130 - - [2026-03-12 02:10:23] "DELETE /virtual-network/8f7d2145-e364-4a64-acbd-07fbfb8e6a31 HTTP/1.1" 200 115 0.143131 10.0.0.130 - - [2026-03-12 02:10:23] "DELETE /route-target/02e6a41e-42f6-4aa1-be8a-780d0061c113 HTTP/1.1" 200 115 0.033764 10.0.0.130 - - [2026-03-12 02:10:23] "DELETE /service-instance/aa0e00c3-007a-4473-80ca-537b91cda8a9 HTTP/1.1" 200 115 0.042660 10.0.0.130 - - [2026-03-12 02:10:23] "GET /logical-router/8778af67-65c6-42d3-bedc-fe05f4bdcae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004340 10.0.0.130 - - [2026-03-12 02:10:23] "GET /service-instance/aa0e00c3-007a-4473-80ca-537b91cda8a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002362 10.0.0.130 - - [2026-03-12 02:10:23] "GET /virtual-machine-interface/4aaaa446-f323-491e-bb3f-dbebbdf898b7?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1656 0.005524 10.0.0.130 - - [2026-03-12 02:10:23] "POST /ref-update HTTP/1.1" 200 156 0.011100 10.0.0.130 - - [2026-03-12 02:10:23] "GET /instance-ip/5bdef4f0-3dc5-439f-8d9f-ede32e441641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004054 10.0.0.130 - - [2026-03-12 02:10:23] "DELETE /virtual-machine-interface/4aaaa446-f323-491e-bb3f-dbebbdf898b7 HTTP/1.1" 200 115 0.027184 10.0.0.130 - - [2026-03-12 02:10:23] "DELETE /virtual-machine/227aebea-50fc-451f-98c1-cb8d428ce604 HTTP/1.1" 200 115 0.016003 10.0.0.130 - - [2026-03-12 02:10:23] "GET /virtual-machine-interface/ccb15af5-4172-4041-9a4b-cb0c8b762a86?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1657 0.005770 10.0.0.130 - - [2026-03-12 02:10:23] "POST /ref-update HTTP/1.1" 200 156 0.012918 10.0.0.130 - - [2026-03-12 02:10:23] "GET /instance-ip/5bdef4f0-3dc5-439f-8d9f-ede32e441641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1698 0.005189 10.0.0.130 - - [2026-03-12 02:10:23] "DELETE /instance-ip/5bdef4f0-3dc5-439f-8d9f-ede32e441641 HTTP/1.1" 200 115 0.024079 10.0.0.130 - - [2026-03-12 02:10:23] "DELETE /virtual-machine-interface/ccb15af5-4172-4041-9a4b-cb0c8b762a86 HTTP/1.1" 200 115 0.032104 10.0.0.130 - - [2026-03-12 02:10:23] "POST /ref-update HTTP/1.1" 200 156 0.008614 10.0.0.130 - - [2026-03-12 02:10:23] "DELETE /virtual-machine/c86dc210-d4d5-41cc-9918-a6cc2dea2391 HTTP/1.1" 200 115 0.015860 10.0.0.130 - - [2026-03-12 02:10:24] "POST /neutron/network HTTP/1.1" 200 835 0.005296 10.0.0.130 - - [2026-03-12 02:10:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003438 10.0.0.130 - - [2026-03-12 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.130 - - [2026-03-12 02:10:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001551 10.0.0.130 - - [2026-03-12 02:10:24] "POST /neutron/network HTTP/1.1" 200 151 0.073359 10.0.0.130 - - [2026-03-12 02:10:24] "DELETE /route-target/5962854e-508f-4581-853b-0271ad1ab7e1 HTTP/1.1" 200 115 0.018866 10.0.0.130 - - [2026-03-12 02:10:24] "POST /neutron/network HTTP/1.1" 200 825 0.006444 10.0.0.130 - - [2026-03-12 02:10:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003122 10.0.0.130 - - [2026-03-12 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.130 - - [2026-03-12 02:10:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001920 10.0.0.130 - - [2026-03-12 02:10:24] "POST /neutron/network HTTP/1.1" 200 151 0.074594 10.0.0.130 - - [2026-03-12 02:10:24] "DELETE /route-target/1046d366-b134-4ed5-8ff7-76e770910cf1 HTTP/1.1" 200 115 0.016678 10.0.0.130 - - [2026-03-12 02:10:25] "GET /projects?obj_uuids=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001137 10.0.0.130 - - [2026-03-12 02:10:25] "GET /project/8ecc8be4-d40c-4498-b678-ea7e35d11ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.025509 10.0.0.130 - - [2026-03-12 02:10:25] "GET /projects?obj_uuids=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001489 10.0.0.130 - - [2026-03-12 02:10:25] "GET /project/8ecc8be4-d40c-4498-b678-ea7e35d11ea4?fields=virtual_networks HTTP/1.1" 200 1041 0.070042 10.0.0.130 - - [2026-03-12 02:10:25] "GET /projects?obj_uuids=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001109 10.0.0.130 - - [2026-03-12 02:10:25] "GET /project/8ecc8be4-d40c-4498-b678-ea7e35d11ea4?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.027887 10.0.0.130 - - [2026-03-12 02:10:25] "GET /projects?obj_uuids=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001059 10.0.0.130 - - [2026-03-12 02:10:25] "GET /project/8ecc8be4-d40c-4498-b678-ea7e35d11ea4?fields=security_groups HTTP/1.1" 200 1271 0.023927 10.0.0.130 - - [2026-03-12 02:10:26] "POST /fqname-to-id HTTP/1.1" 404 196 0.028509 10.0.0.130 - - [2026-03-12 02:10:26] "GET /projects?obj_uuids=0c3b59dd-bad5-45fa-9afc-61a84d90ee14&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002345 10.0.0.130 - - [2026-03-12 02:10:26] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001046 10.0.0.130 - - [2026-03-12 02:10:26] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006343 10.0.0.130 - - [2026-03-12 02:10:26] "POST /id-to-fqname HTTP/1.1" 200 198 0.002346 10.0.0.130 - - [2026-03-12 02:10:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.003055 10.0.0.130 - - [2026-03-12 02:10:26] "POST /security-groups HTTP/1.1" 200 599 0.060379 10.0.0.130 - - [2026-03-12 02:10:26] "POST /fqname-to-id HTTP/1.1" 404 242 0.002453 10.0.0.130 - - [2026-03-12 02:10:26] "POST /projects HTTP/1.1" 200 601 0.204407 10.0.0.130 - - [2026-03-12 02:10:26] "POST /access-control-lists HTTP/1.1" 200 606 0.058290 10.0.0.130 - - [2026-03-12 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.276516 10.0.0.130 - - [2026-03-12 02:10:26] "POST /fqname-to-id HTTP/1.1" 404 241 0.002704 10.0.0.130 - - [2026-03-12 02:10:26] "GET /project/0c3b59dd-bad5-45fa-9afc-61a84d90ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.402110 10.0.0.130 - - [2026-03-12 02:10:26] "POST /access-control-lists HTTP/1.1" 200 604 0.056518 10.0.0.130 - - [2026-03-12 02:10:27] "GET / HTTP/1.1" 200 36215 0.001761 10.0.0.130 - - [2026-03-12 02:10:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000576 10.0.0.130 - - [2026-03-12 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.057141 10.0.0.130 - - [2026-03-12 02:10:28] "GET /projects?obj_uuids=0c3b59dd-bad5-45fa-9afc-61a84d90ee14&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001165 10.0.0.130 - - [2026-03-12 02:10:28] "GET /project/0c3b59dd-bad5-45fa-9afc-61a84d90ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.029717 10.0.0.130 - - [2026-03-12 02:10:28] "POST /neutron/network HTTP/1.1" 200 117 0.039089 10.0.0.130 - - [2026-03-12 02:10:28] "GET /projects?obj_uuids=0c3b59dd-bad5-45fa-9afc-61a84d90ee14&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002619 10.0.0.130 - - [2026-03-12 02:10:28] "POST /neutron/network HTTP/1.1" 200 613 0.068159 10.0.0.130 - - [2026-03-12 02:10:28] "POST /route-targets HTTP/1.1" 200 328 0.013369 10.0.0.130 - - [2026-03-12 02:10:29] "POST /ref-update HTTP/1.1" 200 156 0.089614 10.0.0.130 - - [2026-03-12 02:10:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003267 10.0.0.130 - - [2026-03-12 02:10:29] "POST /neutron/subnet HTTP/1.1" 200 720 0.205653 10.0.0.130 - - [2026-03-12 02:10:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000396 10.0.0.130 - - [2026-03-12 02:10:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004508 10.0.0.130 - - [2026-03-12 02:10:29] "POST /neutron/subnet HTTP/1.1" 200 828 0.135613 10.0.0.130 - - [2026-03-12 02:10:29] "POST /neutron/network HTTP/1.1" 200 1005 0.006560 10.0.0.130 - - [2026-03-12 02:10:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.001133 10.0.0.130 - - [2026-03-12 02:10:29] "GET /virtual-network/a758007e-f0ac-424c-8fee-b66737b41adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004603 10.0.0.130 - - [2026-03-12 02:10:29] "POST /neutron/network HTTP/1.1" 200 1005 0.006323 10.0.0.130 - - [2026-03-12 02:10:29] "GET /virtual-network/a758007e-f0ac-424c-8fee-b66737b41adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004113 10.0.0.130 - - [2026-03-12 02:10:29] "POST /neutron/network HTTP/1.1" 200 1005 0.007352 10.0.0.130 - - [2026-03-12 02:10:29] "POST /neutron/subnet HTTP/1.1" 200 720 0.007428 10.0.0.130 - - [2026-03-12 02:10:29] "POST /neutron/subnet HTTP/1.1" 200 828 0.007724 10.0.0.130 - - [2026-03-12 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.130 - - [2026-03-12 02:10:29] "GET /projects?obj_uuids=0c3b59dd-bad5-45fa-9afc-61a84d90ee14&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001366 10.0.0.130 - - [2026-03-12 02:10:29] "GET /project/0c3b59dd-bad5-45fa-9afc-61a84d90ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.025485 10.0.0.130 - - [2026-03-12 02:10:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.028495 10.0.0.130 - - [2026-03-12 02:10:29] "POST /neutron/network HTTP/1.1" 200 117 0.013051 10.0.0.130 - - [2026-03-12 02:10:29] "GET /projects?obj_uuids=0c3b59dd-bad5-45fa-9afc-61a84d90ee14&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001631 10.0.0.130 - - [2026-03-12 02:10:29] "POST /neutron/network HTTP/1.1" 200 613 0.060220 10.0.0.130 - - [2026-03-12 02:10:29] "POST /route-targets HTTP/1.1" 200 328 0.013358 10.0.0.130 - - [2026-03-12 02:10:29] "POST /ref-update HTTP/1.1" 200 156 0.011527 10.0.0.130 - - [2026-03-12 02:10:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003272 10.0.0.130 - - [2026-03-12 02:10:29] "POST /neutron/subnet HTTP/1.1" 200 724 0.195526 10.0.0.130 - - [2026-03-12 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.003225 10.0.0.130 - - [2026-03-12 02:10:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003155 10.0.0.130 - - [2026-03-12 02:10:30] "POST /neutron/subnet HTTP/1.1" 200 823 0.190171 10.0.0.130 - - [2026-03-12 02:10:30] "POST /neutron/network HTTP/1.1" 200 1005 0.008473 10.0.0.130 - - [2026-03-12 02:10:30] "POST /id-to-fqname HTTP/1.1" 200 228 0.001414 10.0.0.130 - - [2026-03-12 02:10:30] "GET /virtual-network/0226ff6a-9032-4143-91f5-ca9582d00db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006015 10.0.0.130 - - [2026-03-12 02:10:30] "POST /neutron/network HTTP/1.1" 200 1005 0.008837 10.0.0.130 - - [2026-03-12 02:10:30] "GET /virtual-network/0226ff6a-9032-4143-91f5-ca9582d00db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006196 10.0.0.130 - - [2026-03-12 02:10:30] "POST /neutron/network HTTP/1.1" 200 1005 0.008524 10.0.0.130 - - [2026-03-12 02:10:30] "POST /neutron/subnet HTTP/1.1" 200 724 0.008458 10.0.0.130 - - [2026-03-12 02:10:30] "POST /neutron/subnet HTTP/1.1" 200 823 0.006640 10.0.0.130 - - [2026-03-12 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.002573 10.0.0.130 - - [2026-03-12 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.130 - - [2026-03-12 02:10:30] "GET /projects?obj_uuids=0c3b59dd-bad5-45fa-9afc-61a84d90ee14&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001698 10.0.0.130 - - [2026-03-12 02:10:30] "GET /project/0c3b59dd-bad5-45fa-9afc-61a84d90ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.029574 10.0.0.130 - - [2026-03-12 02:10:30] "POST /network-policys HTTP/1.1" 200 579 0.060331 10.0.0.130 - - [2026-03-12 02:10:30] "GET /network-policy/419f4d98-7ebc-4f44-b4aa-bbaebcb5afa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.004490 10.0.0.130 - - [2026-03-12 02:10:30] "POST /neutron/network HTTP/1.1" 200 1005 0.007962 10.0.0.130 - - [2026-03-12 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.006290 10.0.0.130 - - [2026-03-12 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 242 0.002831 10.0.0.130 - - [2026-03-12 02:10:30] "POST /neutron/network HTTP/1.1" 200 1113 0.047073 10.0.0.130 - - [2026-03-12 02:10:30] "POST /access-control-lists HTTP/1.1" 200 598 0.072921 10.0.0.130 - - [2026-03-12 02:10:30] "POST /neutron/network HTTP/1.1" 200 1113 0.047157 10.0.0.130 - - [2026-03-12 02:10:30] "GET /virtual-network/a758007e-f0ac-424c-8fee-b66737b41adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006879 10.0.0.130 - - [2026-03-12 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.130 - - [2026-03-12 02:10:30] "GET /network-policy/419f4d98-7ebc-4f44-b4aa-bbaebcb5afa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.003847 10.0.0.130 - - [2026-03-12 02:10:30] "POST /neutron/network HTTP/1.1" 200 1005 0.007725 10.0.0.130 - - [2026-03-12 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.007029 10.0.0.130 - - [2026-03-12 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 242 0.006415 10.0.0.130 - - [2026-03-12 02:10:30] "POST /neutron/network HTTP/1.1" 200 1113 0.051464 10.0.0.130 - - [2026-03-12 02:10:30] "POST /access-control-lists HTTP/1.1" 200 598 0.069967 10.0.0.130 - - [2026-03-12 02:10:31] "POST /neutron/network HTTP/1.1" 200 1113 0.038452 10.0.0.130 - - [2026-03-12 02:10:31] "GET /virtual-network/0226ff6a-9032-4143-91f5-ca9582d00db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005019 10.0.0.130 - - [2026-03-12 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.130 - - [2026-03-12 02:10:31] "POST /ref-update HTTP/1.1" 200 156 0.009556 10.0.0.130 - - [2026-03-12 02:10:31] "GET /network-policy/419f4d98-7ebc-4f44-b4aa-bbaebcb5afa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.003908 10.0.0.130 - - [2026-03-12 02:10:31] "GET /domains HTTP/1.1" 401 293 0.000417 10.0.0.130 - - [2026-03-12 02:10:31] "PUT /access-control-list/660d736a-69ea-4a8b-b2af-ec76edf5d690 HTTP/1.1" 200 273 0.055166 10.0.0.130 - - [2026-03-12 02:10:31] "GET /domains HTTP/1.1" 200 281 0.028083 10.0.0.130 - - [2026-03-12 02:10:31] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.130 - - [2026-03-12 02:10:31] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2780 0.008030 10.0.0.130 - - [2026-03-12 02:10:31] "GET /projects?obj_uuids=0c3b59dd-bad5-45fa-9afc-61a84d90ee14&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001079 10.0.0.130 - - [2026-03-12 02:10:31] "GET /project/0c3b59dd-bad5-45fa-9afc-61a84d90ee14 HTTP/1.1" 200 2632 0.067916 10.0.0.130 - - [2026-03-12 02:10:31] "GET /virtual-network/a758007e-f0ac-424c-8fee-b66737b41adb HTTP/1.1" 200 3510 0.005658 10.0.0.130 - - [2026-03-12 02:10:31] "GET /virtual-network/a758007e-f0ac-424c-8fee-b66737b41adb HTTP/1.1" 200 3510 0.005105 10.0.0.130 - - [2026-03-12 02:10:31] "GET /routing-instance/8873b43c-300e-44ed-a0ec-a5b5a5f33ced HTTP/1.1" 200 1799 0.004819 10.0.0.130 - - [2026-03-12 02:10:31] "GET /routing-instance/8873b43c-300e-44ed-a0ec-a5b5a5f33ced HTTP/1.1" 200 1799 0.003228 10.0.0.130 - - [2026-03-12 02:10:31] "GET /route-target/29109a42-955b-4bd4-9727-7666a3bc80f3 HTTP/1.1" 200 1214 0.003131 10.0.0.130 - - [2026-03-12 02:10:31] "GET /virtual-network/a758007e-f0ac-424c-8fee-b66737b41adb HTTP/1.1" 200 3510 0.004974 10.0.0.130 - - [2026-03-12 02:10:31] "GET /routing-instance/8873b43c-300e-44ed-a0ec-a5b5a5f33ced HTTP/1.1" 200 1799 0.003796 10.0.0.130 - - [2026-03-12 02:10:31] "GET /virtual-network/a758007e-f0ac-424c-8fee-b66737b41adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004583 10.0.0.130 - - [2026-03-12 02:10:31] "GET /virtual-network/a758007e-f0ac-424c-8fee-b66737b41adb HTTP/1.1" 200 3510 0.004418 10.0.0.130 - - [2026-03-12 02:10:31] "GET /routing-instance/8873b43c-300e-44ed-a0ec-a5b5a5f33ced HTTP/1.1" 200 1799 0.004029 10.0.0.130 - - [2026-03-12 02:10:31] "GET /routing-instance/8873b43c-300e-44ed-a0ec-a5b5a5f33ced HTTP/1.1" 200 1799 0.003476 10.0.0.130 - - [2026-03-12 02:10:31] "GET /route-target/29109a42-955b-4bd4-9727-7666a3bc80f3 HTTP/1.1" 200 1214 0.003198 10.0.0.130 - - [2026-03-12 02:10:31] "GET /domains HTTP/1.1" 200 281 0.002701 10.0.0.130 - - [2026-03-12 02:10:31] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001282 10.0.0.130 - - [2026-03-12 02:10:31] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2780 0.007960 10.0.0.130 - - [2026-03-12 02:10:31] "GET /projects?obj_uuids=0c3b59dd-bad5-45fa-9afc-61a84d90ee14&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001547 10.0.0.130 - - [2026-03-12 02:10:31] "GET /project/0c3b59dd-bad5-45fa-9afc-61a84d90ee14 HTTP/1.1" 200 2632 0.065412 10.0.0.130 - - [2026-03-12 02:10:31] "GET /virtual-network/a758007e-f0ac-424c-8fee-b66737b41adb HTTP/1.1" 200 3510 0.005824 10.0.0.130 - - [2026-03-12 02:10:32] "GET /obj-perms HTTP/1.1" 200 5065 0.054838 10.0.0.130 - - [2026-03-12 02:10:32] "GET /domains HTTP/1.1" 200 281 0.002317 10.0.0.130 - - [2026-03-12 02:10:32] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001267 10.0.0.130 - - [2026-03-12 02:10:32] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2780 0.006248 10.0.0.130 - - [2026-03-12 02:10:32] "GET /projects?obj_uuids=0c3b59dd-bad5-45fa-9afc-61a84d90ee14&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001076 10.0.0.130 - - [2026-03-12 02:10:32] "GET /project/0c3b59dd-bad5-45fa-9afc-61a84d90ee14 HTTP/1.1" 200 2632 0.064290 10.0.0.130 - - [2026-03-12 02:10:32] "GET /virtual-network/0226ff6a-9032-4143-91f5-ca9582d00db3 HTTP/1.1" 200 3508 0.007209 10.0.0.130 - - [2026-03-12 02:10:32] "GET /virtual-network/0226ff6a-9032-4143-91f5-ca9582d00db3 HTTP/1.1" 200 3508 0.004964 10.0.0.130 - - [2026-03-12 02:10:32] "GET /routing-instance/328a610b-1a3d-48c9-8e3b-305d6cd76989 HTTP/1.1" 200 1799 0.003358 10.0.0.130 - - [2026-03-12 02:10:32] "GET /routing-instance/328a610b-1a3d-48c9-8e3b-305d6cd76989 HTTP/1.1" 200 1799 0.005080 10.0.0.130 - - [2026-03-12 02:10:32] "GET /route-target/422dcd73-c1ca-4d97-a9de-a6d16061521f HTTP/1.1" 200 1214 0.002897 10.0.0.130 - - [2026-03-12 02:10:32] "GET /virtual-network/0226ff6a-9032-4143-91f5-ca9582d00db3 HTTP/1.1" 200 3508 0.005143 10.0.0.130 - - [2026-03-12 02:10:32] "GET /routing-instance/328a610b-1a3d-48c9-8e3b-305d6cd76989 HTTP/1.1" 200 1799 0.003559 10.0.0.130 - - [2026-03-12 02:10:32] "GET /virtual-network/0226ff6a-9032-4143-91f5-ca9582d00db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004766 10.0.0.130 - - [2026-03-12 02:10:32] "GET /virtual-network/0226ff6a-9032-4143-91f5-ca9582d00db3 HTTP/1.1" 200 3508 0.004727 10.0.0.130 - - [2026-03-12 02:10:32] "GET /routing-instance/328a610b-1a3d-48c9-8e3b-305d6cd76989 HTTP/1.1" 200 1799 0.003192 10.0.0.130 - - [2026-03-12 02:10:32] "GET /routing-instance/328a610b-1a3d-48c9-8e3b-305d6cd76989 HTTP/1.1" 200 1799 0.003239 10.0.0.130 - - [2026-03-12 02:10:32] "GET /route-target/422dcd73-c1ca-4d97-a9de-a6d16061521f HTTP/1.1" 200 1214 0.002838 10.0.0.130 - - [2026-03-12 02:10:32] "GET /domains HTTP/1.1" 200 281 0.002421 10.0.0.130 - - [2026-03-12 02:10:32] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.130 - - [2026-03-12 02:10:32] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2780 0.006166 10.0.0.130 - - [2026-03-12 02:10:32] "GET /projects?obj_uuids=0c3b59dd-bad5-45fa-9afc-61a84d90ee14&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001123 10.0.0.130 - - [2026-03-12 02:10:32] "GET /project/0c3b59dd-bad5-45fa-9afc-61a84d90ee14 HTTP/1.1" 200 2632 0.063666 10.0.0.130 - - [2026-03-12 02:10:32] "GET /virtual-network/0226ff6a-9032-4143-91f5-ca9582d00db3 HTTP/1.1" 200 3508 0.005585 10.0.0.130 - - [2026-03-12 02:10:32] "GET /obj-perms HTTP/1.1" 200 5065 0.003067 10.0.0.130 - - [2026-03-12 02:10:32] "GET /virtual-network/0226ff6a-9032-4143-91f5-ca9582d00db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004775 10.0.0.130 - - [2026-03-12 02:10:32] "POST /neutron/network HTTP/1.1" 200 1113 0.007880 10.0.0.130 - - [2026-03-12 02:10:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.007117 10.0.0.130 - - [2026-03-12 02:10:32] "POST /neutron/network HTTP/1.1" 200 1005 0.046568 10.0.0.130 - - [2026-03-12 02:10:32] "DELETE /access-control-list/d392686a-89cb-4fd0-924d-598eafee87bd HTTP/1.1" 200 115 0.038183 10.0.0.130 - - [2026-03-12 02:10:32] "POST /neutron/network HTTP/1.1" 200 1005 0.011578 10.0.0.130 - - [2026-03-12 02:10:32] "POST /ref-update HTTP/1.1" 200 156 0.013557 10.0.0.130 - - [2026-03-12 02:10:32] "GET /virtual-network/0226ff6a-9032-4143-91f5-ca9582d00db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.011988 10.0.0.130 - - [2026-03-12 02:10:32] "GET /virtual-network/a758007e-f0ac-424c-8fee-b66737b41adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005933 10.0.0.130 - - [2026-03-12 02:10:32] "POST /neutron/network HTTP/1.1" 200 1113 0.009274 10.0.0.130 - - [2026-03-12 02:10:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.003501 10.0.0.130 - - [2026-03-12 02:10:32] "POST /neutron/network HTTP/1.1" 200 1005 0.040608 10.0.0.130 - - [2026-03-12 02:10:32] "DELETE /access-control-list/660d736a-69ea-4a8b-b2af-ec76edf5d690 HTTP/1.1" 200 115 0.025022 10.0.0.130 - - [2026-03-12 02:10:32] "POST /neutron/network HTTP/1.1" 200 1005 0.009312 10.0.0.130 - - [2026-03-12 02:10:32] "POST /ref-update HTTP/1.1" 200 156 0.017453 10.0.0.130 - - [2026-03-12 02:10:32] "GET /virtual-network/a758007e-f0ac-424c-8fee-b66737b41adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006877 10.0.0.130 - - [2026-03-12 02:10:32] "DELETE /network-policy/419f4d98-7ebc-4f44-b4aa-bbaebcb5afa7 HTTP/1.1" 200 115 0.020463 10.0.0.130 - - [2026-03-12 02:10:32] "POST /neutron/network HTTP/1.1" 200 1005 0.007827 10.0.0.130 - - [2026-03-12 02:10:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004419 10.0.0.130 - - [2026-03-12 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.130 - - [2026-03-12 02:10:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001895 10.0.0.130 - - [2026-03-12 02:10:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002995 10.0.0.130 - - [2026-03-12 02:10:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001846 10.0.0.130 - - [2026-03-12 02:10:32] "POST /neutron/network HTTP/1.1" 200 151 0.083832 10.0.0.130 - - [2026-03-12 02:10:32] "DELETE /route-target/422dcd73-c1ca-4d97-a9de-a6d16061521f HTTP/1.1" 200 115 0.016935 10.0.0.130 - - [2026-03-12 02:10:32] "GET /routing-instance/328a610b-1a3d-48c9-8e3b-305d6cd76989 HTTP/1.1" 404 171 0.002353 10.0.0.130 - - [2026-03-12 02:10:32] "GET /domains HTTP/1.1" 200 281 0.002175 10.0.0.130 - - [2026-03-12 02:10:32] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.130 - - [2026-03-12 02:10:32] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2780 0.049965 10.0.0.130 - - [2026-03-12 02:10:32] "GET /projects?obj_uuids=0c3b59dd-bad5-45fa-9afc-61a84d90ee14&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001454 10.0.0.130 - - [2026-03-12 02:10:32] "GET /project/0c3b59dd-bad5-45fa-9afc-61a84d90ee14 HTTP/1.1" 200 2150 0.062848 10.0.0.130 - - [2026-03-12 02:10:33] "POST /neutron/network HTTP/1.1" 200 1005 0.007530 10.0.0.130 - - [2026-03-12 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006578 10.0.0.130 - - [2026-03-12 02:10:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003921 10.0.0.130 - - [2026-03-12 02:10:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004018 10.0.0.130 - - [2026-03-12 02:10:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002880 10.0.0.130 - - [2026-03-12 02:10:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001670 10.0.0.130 - - [2026-03-12 02:10:33] "POST /neutron/network HTTP/1.1" 200 151 0.089864 10.0.0.130 - - [2026-03-12 02:10:33] "DELETE /route-target/29109a42-955b-4bd4-9727-7666a3bc80f3 HTTP/1.1" 200 115 0.025449 10.0.0.130 - - [2026-03-12 02:10:33] "GET /routing-instance/8873b43c-300e-44ed-a0ec-a5b5a5f33ced HTTP/1.1" 404 171 0.002550 10.0.0.130 - - [2026-03-12 02:10:33] "GET /domains HTTP/1.1" 200 281 0.002812 10.0.0.130 - - [2026-03-12 02:10:33] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.130 - - [2026-03-12 02:10:33] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2780 0.047971 10.0.0.130 - - [2026-03-12 02:10:33] "GET /projects?obj_uuids=0c3b59dd-bad5-45fa-9afc-61a84d90ee14&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001963 10.0.0.130 - - [2026-03-12 02:10:33] "GET /project/0c3b59dd-bad5-45fa-9afc-61a84d90ee14 HTTP/1.1" 200 1904 0.071065 10.0.0.130 - - [2026-03-12 02:10:33] "GET /projects?obj_uuids=0c3b59dd-bad5-45fa-9afc-61a84d90ee14&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001023 10.0.0.130 - - [2026-03-12 02:10:33] "GET /project/0c3b59dd-bad5-45fa-9afc-61a84d90ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.020806 10.0.0.130 - - [2026-03-12 02:10:33] "GET /projects?obj_uuids=0c3b59dd-bad5-45fa-9afc-61a84d90ee14&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.130 - - [2026-03-12 02:10:33] "GET /project/0c3b59dd-bad5-45fa-9afc-61a84d90ee14?fields=virtual_networks HTTP/1.1" 200 1049 0.068774 10.0.0.130 - - [2026-03-12 02:10:33] "GET /projects?obj_uuids=0c3b59dd-bad5-45fa-9afc-61a84d90ee14&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001753 10.0.0.130 - - [2026-03-12 02:10:33] "GET /project/0c3b59dd-bad5-45fa-9afc-61a84d90ee14?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.025750 10.0.0.130 - - [2026-03-12 02:10:33] "GET /projects?obj_uuids=0c3b59dd-bad5-45fa-9afc-61a84d90ee14&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001100 10.0.0.130 - - [2026-03-12 02:10:33] "GET /project/0c3b59dd-bad5-45fa-9afc-61a84d90ee14?fields=security_groups HTTP/1.1" 200 1284 0.022951 10.0.0.130 - - [2026-03-12 02:10:34] "POST /fqname-to-id HTTP/1.1" 404 204 0.029335 10.0.0.130 - - [2026-03-12 02:10:34] "GET /projects?obj_uuids=53c3cb90-f568-494f-b52d-fa4454780fa6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002921 10.0.0.130 - - [2026-03-12 02:10:34] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000976 10.0.0.130 - - [2026-03-12 02:10:34] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006532 10.0.0.130 - - [2026-03-12 02:10:34] "POST /id-to-fqname HTTP/1.1" 200 206 0.001369 10.0.0.130 - - [2026-03-12 02:10:34] "POST /fqname-to-id HTTP/1.1" 404 215 0.002692 10.0.0.130 - - [2026-03-12 02:10:34] "POST /security-groups HTTP/1.1" 200 607 0.060619 10.0.0.130 - - [2026-03-12 02:10:34] "POST /fqname-to-id HTTP/1.1" 404 250 0.003751 10.0.0.130 - - [2026-03-12 02:10:34] "POST /projects HTTP/1.1" 200 617 0.211848 10.0.0.130 - - [2026-03-12 02:10:35] "POST /access-control-lists HTTP/1.1" 200 614 0.063384 10.0.0.130 - - [2026-03-12 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.288484 10.0.0.130 - - [2026-03-12 02:10:35] "POST /fqname-to-id HTTP/1.1" 404 249 0.002652 10.0.0.130 - - [2026-03-12 02:10:35] "GET /project/53c3cb90-f568-494f-b52d-fa4454780fa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.410414 10.0.0.130 - - [2026-03-12 02:10:35] "POST /access-control-lists HTTP/1.1" 200 612 0.080937 10.0.0.130 - - [2026-03-12 02:10:36] "GET / HTTP/1.1" 200 36215 0.002265 10.0.0.130 - - [2026-03-12 02:10:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000502 10.0.0.130 - - [2026-03-12 02:10:37] "POST /fqname-to-id HTTP/1.1" 404 233 0.067013 10.0.0.130 - - [2026-03-12 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002595 10.0.0.130 - - [2026-03-12 02:10:37] "GET /projects?obj_uuids=53c3cb90-f568-494f-b52d-fa4454780fa6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001382 10.0.0.130 - - [2026-03-12 02:10:37] "GET /project/53c3cb90-f568-494f-b52d-fa4454780fa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.024341 10.0.0.130 - - [2026-03-12 02:10:37] "POST /network-policys HTTP/1.1" 200 569 0.059662 10.0.0.130 - - [2026-03-12 02:10:37] "GET /network-policy/2c42ea8c-f7fb-42f2-a7f1-61755203341e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.004825 10.0.0.130 - - [2026-03-12 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.130 - - [2026-03-12 02:10:37] "GET /projects?obj_uuids=53c3cb90-f568-494f-b52d-fa4454780fa6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001459 10.0.0.130 - - [2026-03-12 02:10:37] "GET /project/53c3cb90-f568-494f-b52d-fa4454780fa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.030718 10.0.0.130 - - [2026-03-12 02:10:37] "POST /neutron/network HTTP/1.1" 200 117 0.035845 10.0.0.130 - - [2026-03-12 02:10:38] "GET /projects?obj_uuids=53c3cb90-f568-494f-b52d-fa4454780fa6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001060 10.0.0.130 - - [2026-03-12 02:10:38] "POST /neutron/network HTTP/1.1" 200 623 0.065588 10.0.0.130 - - [2026-03-12 02:10:38] "POST /route-targets HTTP/1.1" 200 328 0.009465 10.0.0.130 - - [2026-03-12 02:10:38] "POST /ref-update HTTP/1.1" 200 156 0.010770 10.0.0.130 - - [2026-03-12 02:10:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003206 10.0.0.130 - - [2026-03-12 02:10:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.133338 10.0.0.130 - - [2026-03-12 02:10:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.003854 10.0.0.130 - - [2026-03-12 02:10:38] "POST /useragent-kv HTTP/1.1" 200 115 0.006719 10.0.0.130 - - [2026-03-12 02:10:38] "POST /neutron/subnet HTTP/1.1" 200 828 0.202515 10.0.0.130 - - [2026-03-12 02:10:38] "POST /neutron/network HTTP/1.1" 200 1017 0.009174 10.0.0.130 - - [2026-03-12 02:10:38] "POST /id-to-fqname HTTP/1.1" 200 237 0.001273 10.0.0.130 - - [2026-03-12 02:10:38] "GET /virtual-network/25ee1e50-fca0-4e90-8f2d-a329ebf4697a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2665 0.005248 10.0.0.130 - - [2026-03-12 02:10:38] "POST /neutron/network HTTP/1.1" 200 1017 0.006477 10.0.0.130 - - [2026-03-12 02:10:38] "GET /virtual-network/25ee1e50-fca0-4e90-8f2d-a329ebf4697a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2665 0.004564 10.0.0.130 - - [2026-03-12 02:10:38] "POST /neutron/network HTTP/1.1" 200 1017 0.007890 10.0.0.130 - - [2026-03-12 02:10:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.007652 10.0.0.130 - - [2026-03-12 02:10:38] "POST /neutron/subnet HTTP/1.1" 200 828 0.008297 10.0.0.130 - - [2026-03-12 02:10:38] "POST /neutron/network HTTP/1.1" 200 1017 0.008291 10.0.0.130 - - [2026-03-12 02:10:38] "POST /fqname-to-id HTTP/1.1" 404 252 0.004878 10.0.0.130 - - [2026-03-12 02:10:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.003295 10.0.0.130 - - [2026-03-12 02:10:38] "POST /neutron/network HTTP/1.1" 200 1124 0.047607 10.0.0.130 - - [2026-03-12 02:10:38] "POST /access-control-lists HTTP/1.1" 200 609 0.066649 10.0.0.130 - - [2026-03-12 02:10:38] "POST /neutron/network HTTP/1.1" 200 1124 0.037842 10.0.0.130 - - [2026-03-12 02:10:38] "GET /virtual-network/25ee1e50-fca0-4e90-8f2d-a329ebf4697a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2989 0.004776 10.0.0.130 - - [2026-03-12 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002424 10.0.0.130 - - [2026-03-12 02:10:38] "GET /network-policy/2c42ea8c-f7fb-42f2-a7f1-61755203341e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.003499 10.0.0.130 - - [2026-03-12 02:10:38] "GET /domains HTTP/1.1" 401 293 0.000393 10.0.0.130 - - [2026-03-12 02:10:39] "GET /domains HTTP/1.1" 200 281 0.027888 10.0.0.130 - - [2026-03-12 02:10:39] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001336 10.0.0.130 - - [2026-03-12 02:10:39] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2983 0.008060 10.0.0.130 - - [2026-03-12 02:10:39] "GET /projects?obj_uuids=53c3cb90-f568-494f-b52d-fa4454780fa6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001384 10.0.0.130 - - [2026-03-12 02:10:39] "GET /project/53c3cb90-f568-494f-b52d-fa4454780fa6 HTTP/1.1" 200 2465 0.068497 10.0.0.130 - - [2026-03-12 02:10:39] "GET /virtual-network/25ee1e50-fca0-4e90-8f2d-a329ebf4697a HTTP/1.1" 200 3553 0.007122 10.0.0.130 - - [2026-03-12 02:10:39] "GET /virtual-network/25ee1e50-fca0-4e90-8f2d-a329ebf4697a HTTP/1.1" 200 3553 0.004970 10.0.0.130 - - [2026-03-12 02:10:39] "GET /routing-instance/80e939ae-ae2f-45c7-a03a-f518dafe2b6a HTTP/1.1" 200 1498 0.003609 10.0.0.130 - - [2026-03-12 02:10:39] "GET /routing-instance/80e939ae-ae2f-45c7-a03a-f518dafe2b6a HTTP/1.1" 200 1498 0.004128 10.0.0.130 - - [2026-03-12 02:10:39] "GET /route-target/d0956db0-77eb-4db8-abb8-f7a62deef3c6 HTTP/1.1" 200 1225 0.004280 10.0.0.130 - - [2026-03-12 02:10:39] "GET /virtual-network/25ee1e50-fca0-4e90-8f2d-a329ebf4697a HTTP/1.1" 200 3553 0.005604 10.0.0.130 - - [2026-03-12 02:10:39] "GET /routing-instance/80e939ae-ae2f-45c7-a03a-f518dafe2b6a HTTP/1.1" 200 1498 0.003510 10.0.0.130 - - [2026-03-12 02:10:39] "GET /virtual-network/25ee1e50-fca0-4e90-8f2d-a329ebf4697a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2989 0.004653 10.0.0.130 - - [2026-03-12 02:10:39] "GET /virtual-network/25ee1e50-fca0-4e90-8f2d-a329ebf4697a HTTP/1.1" 200 3553 0.004569 10.0.0.130 - - [2026-03-12 02:10:39] "GET /routing-instance/80e939ae-ae2f-45c7-a03a-f518dafe2b6a HTTP/1.1" 200 1498 0.003594 10.0.0.130 - - [2026-03-12 02:10:39] "GET /routing-instance/80e939ae-ae2f-45c7-a03a-f518dafe2b6a HTTP/1.1" 200 1498 0.003513 10.0.0.130 - - [2026-03-12 02:10:39] "GET /route-target/d0956db0-77eb-4db8-abb8-f7a62deef3c6 HTTP/1.1" 200 1225 0.002879 10.0.0.130 - - [2026-03-12 02:10:39] "GET /domains HTTP/1.1" 200 281 0.009703 10.0.0.130 - - [2026-03-12 02:10:39] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.130 - - [2026-03-12 02:10:39] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2983 0.006279 10.0.0.130 - - [2026-03-12 02:10:39] "GET /projects?obj_uuids=53c3cb90-f568-494f-b52d-fa4454780fa6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001516 10.0.0.130 - - [2026-03-12 02:10:39] "GET /project/53c3cb90-f568-494f-b52d-fa4454780fa6 HTTP/1.1" 200 2465 0.067453 10.0.0.130 - - [2026-03-12 02:10:39] "GET /virtual-network/25ee1e50-fca0-4e90-8f2d-a329ebf4697a HTTP/1.1" 200 3553 0.005972 10.0.0.130 - - [2026-03-12 02:10:39] "GET /obj-perms HTTP/1.1" 200 5081 0.064109 10.0.0.130 - - [2026-03-12 02:10:39] "GET /domains HTTP/1.1" 200 281 0.003031 10.0.0.130 - - [2026-03-12 02:10:39] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000967 10.0.0.130 - - [2026-03-12 02:10:39] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2983 0.006128 10.0.0.130 - - [2026-03-12 02:10:39] "GET /projects?obj_uuids=53c3cb90-f568-494f-b52d-fa4454780fa6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001133 10.0.0.130 - - [2026-03-12 02:10:40] "GET /project/53c3cb90-f568-494f-b52d-fa4454780fa6 HTTP/1.1" 200 2465 0.065247 10.0.0.130 - - [2026-03-12 02:10:40] "GET /network-policy/2c42ea8c-f7fb-42f2-a7f1-61755203341e HTTP/1.1" 200 3482 0.004685 10.0.0.130 - - [2026-03-12 02:10:40] "DELETE /network-policy/2c42ea8c-f7fb-42f2-a7f1-61755203341e HTTP/1.1" 409 239 0.006319 10.0.0.130 - - [2026-03-12 02:10:40] "POST /neutron/network HTTP/1.1" 200 1124 0.006282 10.0.0.130 - - [2026-03-12 02:10:40] "DELETE /access-control-list/30952dc3-aa21-4e53-8e37-346f73615a09 HTTP/1.1" 200 115 0.027800 10.0.0.130 - - [2026-03-12 02:10:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003996 10.0.0.130 - - [2026-03-12 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005061 10.0.0.130 - - [2026-03-12 02:10:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002141 10.0.0.130 - - [2026-03-12 02:10:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002104 10.0.0.130 - - [2026-03-12 02:10:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002059 10.0.0.130 - - [2026-03-12 02:10:40] "POST /neutron/network HTTP/1.1" 200 151 0.092749 10.0.0.130 - - [2026-03-12 02:10:40] "GET /routing-instance/80e939ae-ae2f-45c7-a03a-f518dafe2b6a HTTP/1.1" 404 171 0.003045 10.0.0.130 - - [2026-03-12 02:10:40] "GET /domains HTTP/1.1" 200 281 0.002593 10.0.0.130 - - [2026-03-12 02:10:40] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.130 - - [2026-03-12 02:10:40] "DELETE /route-target/d0956db0-77eb-4db8-abb8-f7a62deef3c6 HTTP/1.1" 200 115 0.015514 10.0.0.130 - - [2026-03-12 02:10:40] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2983 0.049180 10.0.0.130 - - [2026-03-12 02:10:40] "GET /projects?obj_uuids=53c3cb90-f568-494f-b52d-fa4454780fa6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000990 10.0.0.130 - - [2026-03-12 02:10:40] "GET /project/53c3cb90-f568-494f-b52d-fa4454780fa6 HTTP/1.1" 200 2210 0.071305 10.0.0.130 - - [2026-03-12 02:10:40] "DELETE /network-policy/2c42ea8c-f7fb-42f2-a7f1-61755203341e HTTP/1.1" 200 115 0.027646 10.0.0.130 - - [2026-03-12 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002398 10.0.0.130 - - [2026-03-12 02:10:40] "GET /projects?obj_uuids=53c3cb90-f568-494f-b52d-fa4454780fa6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001479 10.0.0.130 - - [2026-03-12 02:10:40] "GET /project/53c3cb90-f568-494f-b52d-fa4454780fa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.025297 10.0.0.130 - - [2026-03-12 02:10:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-78721296&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003804 10.0.0.130 - - [2026-03-12 02:10:41] "GET /projects?obj_uuids=53c3cb90-f568-494f-b52d-fa4454780fa6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001302 10.0.0.130 - - [2026-03-12 02:10:41] "GET /project/53c3cb90-f568-494f-b52d-fa4454780fa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.024760 10.0.0.130 - - [2026-03-12 02:10:41] "GET /projects?obj_uuids=53c3cb90-f568-494f-b52d-fa4454780fa6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001015 10.0.0.130 - - [2026-03-12 02:10:41] "GET /project/53c3cb90-f568-494f-b52d-fa4454780fa6?fields=virtual_networks HTTP/1.1" 200 1066 0.065436 10.0.0.130 - - [2026-03-12 02:10:41] "GET /projects?obj_uuids=53c3cb90-f568-494f-b52d-fa4454780fa6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001027 10.0.0.130 - - [2026-03-12 02:10:41] "GET /project/53c3cb90-f568-494f-b52d-fa4454780fa6?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.026036 10.0.0.130 - - [2026-03-12 02:10:41] "GET /projects?obj_uuids=53c3cb90-f568-494f-b52d-fa4454780fa6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000979 10.0.0.130 - - [2026-03-12 02:10:41] "GET /project/53c3cb90-f568-494f-b52d-fa4454780fa6?fields=security_groups HTTP/1.1" 200 1309 0.023399 10.0.0.130 - - [2026-03-12 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 190 0.027776 10.0.0.130 - - [2026-03-12 02:10:42] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002425 10.0.0.130 - - [2026-03-12 02:10:42] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.130 - - [2026-03-12 02:10:42] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007001 10.0.0.130 - - [2026-03-12 02:10:42] "POST /id-to-fqname HTTP/1.1" 200 192 0.001514 10.0.0.130 - - [2026-03-12 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 201 0.002586 10.0.0.130 - - [2026-03-12 02:10:42] "POST /security-groups HTTP/1.1" 200 593 0.064180 10.0.0.130 - - [2026-03-12 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 236 0.002308 10.0.0.130 - - [2026-03-12 02:10:42] "POST /projects HTTP/1.1" 200 589 0.208858 10.0.0.130 - - [2026-03-12 02:10:42] "POST /access-control-lists HTTP/1.1" 200 600 0.060771 10.0.0.130 - - [2026-03-12 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.281997 10.0.0.130 - - [2026-03-12 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 235 0.002520 10.0.0.130 - - [2026-03-12 02:10:42] "GET /project/1e35ac15-d13c-4d1e-92b7-a31e75c173fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.415426 10.0.0.130 - - [2026-03-12 02:10:42] "POST /access-control-lists HTTP/1.1" 200 598 0.060489 10.0.0.130 - - [2026-03-12 02:10:43] "GET / HTTP/1.1" 200 36215 0.001879 10.0.0.130 - - [2026-03-12 02:10:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000449 10.0.0.130 - - [2026-03-12 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.067286 10.0.0.130 - - [2026-03-12 02:10:44] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001085 10.0.0.130 - - [2026-03-12 02:10:44] "GET /project/1e35ac15-d13c-4d1e-92b7-a31e75c173fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.023818 10.0.0.130 - - [2026-03-12 02:10:44] "POST /neutron/network HTTP/1.1" 200 117 0.038927 10.0.0.130 - - [2026-03-12 02:10:44] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001536 10.0.0.130 - - [2026-03-12 02:10:45] "POST /neutron/network HTTP/1.1" 200 607 0.083636 10.0.0.130 - - [2026-03-12 02:10:45] "POST /route-targets HTTP/1.1" 200 328 0.013903 10.0.0.130 - - [2026-03-12 02:10:45] "POST /ref-update HTTP/1.1" 200 156 0.014090 10.0.0.130 - - [2026-03-12 02:10:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003204 10.0.0.130 - - [2026-03-12 02:10:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.138184 10.0.0.130 - - [2026-03-12 02:10:45] "POST /neutron/network HTTP/1.1" 200 825 0.005252 10.0.0.130 - - [2026-03-12 02:10:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001245 10.0.0.130 - - [2026-03-12 02:10:45] "GET /virtual-network/cf0aeb2d-aab2-4dc5-8ab7-8c273c9748c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004938 10.0.0.130 - - [2026-03-12 02:10:45] "POST /neutron/network HTTP/1.1" 200 825 0.005916 10.0.0.130 - - [2026-03-12 02:10:45] "GET /virtual-network/cf0aeb2d-aab2-4dc5-8ab7-8c273c9748c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005696 10.0.0.130 - - [2026-03-12 02:10:45] "POST /neutron/network HTTP/1.1" 200 825 0.005560 10.0.0.130 - - [2026-03-12 02:10:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.006967 10.0.0.130 - - [2026-03-12 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002554 10.0.0.130 - - [2026-03-12 02:10:45] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001225 10.0.0.130 - - [2026-03-12 02:10:45] "GET /project/1e35ac15-d13c-4d1e-92b7-a31e75c173fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.024503 10.0.0.130 - - [2026-03-12 02:10:45] "POST /neutron/network HTTP/1.1" 200 117 0.010510 10.0.0.130 - - [2026-03-12 02:10:45] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001179 10.0.0.130 - - [2026-03-12 02:10:45] "POST /neutron/network HTTP/1.1" 200 607 0.064057 10.0.0.130 - - [2026-03-12 02:10:45] "POST /route-targets HTTP/1.1" 200 328 0.016833 10.0.0.130 - - [2026-03-12 02:10:45] "POST /ref-update HTTP/1.1" 200 156 0.013819 10.0.0.130 - - [2026-03-12 02:10:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003379 10.0.0.130 - - [2026-03-12 02:10:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.157606 10.0.0.130 - - [2026-03-12 02:10:45] "POST /neutron/network HTTP/1.1" 200 827 0.005180 10.0.0.130 - - [2026-03-12 02:10:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001180 10.0.0.130 - - [2026-03-12 02:10:45] "GET /virtual-network/5ff4d840-40c0-47b1-8152-ec56e4e05153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004568 10.0.0.130 - - [2026-03-12 02:10:45] "POST /neutron/network HTTP/1.1" 200 827 0.006957 10.0.0.130 - - [2026-03-12 02:10:45] "GET /virtual-network/5ff4d840-40c0-47b1-8152-ec56e4e05153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006199 10.0.0.130 - - [2026-03-12 02:10:45] "POST /neutron/network HTTP/1.1" 200 827 0.005633 10.0.0.130 - - [2026-03-12 02:10:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.007924 10.0.0.130 - - [2026-03-12 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 228 0.002591 10.0.0.130 - - [2026-03-12 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002375 10.0.0.130 - - [2026-03-12 02:10:45] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001407 10.0.0.130 - - [2026-03-12 02:10:45] "GET /project/1e35ac15-d13c-4d1e-92b7-a31e75c173fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.023324 10.0.0.130 - - [2026-03-12 02:10:46] "POST /network-policys HTTP/1.1" 200 573 0.019015 10.0.0.130 - - [2026-03-12 02:10:46] "GET /network-policy/702ecb48-4899-478a-8e3a-a21ce2d33c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.004991 10.0.0.130 - - [2026-03-12 02:10:46] "POST /neutron/network HTTP/1.1" 200 825 0.005864 10.0.0.130 - - [2026-03-12 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 236 0.005210 10.0.0.130 - - [2026-03-12 02:10:46] "POST /neutron/network HTTP/1.1" 200 927 0.047311 10.0.0.130 - - [2026-03-12 02:10:46] "POST /neutron/network HTTP/1.1" 200 927 0.039522 10.0.0.130 - - [2026-03-12 02:10:46] "POST /access-control-lists HTTP/1.1" 200 592 0.065449 10.0.0.130 - - [2026-03-12 02:10:46] "GET /virtual-network/cf0aeb2d-aab2-4dc5-8ab7-8c273c9748c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004595 10.0.0.130 - - [2026-03-12 02:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.130 - - [2026-03-12 02:10:46] "GET /network-policy/702ecb48-4899-478a-8e3a-a21ce2d33c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.003599 10.0.0.130 - - [2026-03-12 02:10:46] "POST /neutron/network HTTP/1.1" 200 827 0.006250 10.0.0.130 - - [2026-03-12 02:10:46] "POST /neutron/network HTTP/1.1" 200 929 0.035583 10.0.0.130 - - [2026-03-12 02:10:46] "POST /neutron/network HTTP/1.1" 200 929 0.029175 10.0.0.130 - - [2026-03-12 02:10:46] "PUT /access-control-list/98296387-74f3-4c2d-9a5c-fdc3f02c1bd1 HTTP/1.1" 200 273 0.054030 10.0.0.130 - - [2026-03-12 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 236 0.002934 10.0.0.130 - - [2026-03-12 02:10:46] "GET /virtual-network/5ff4d840-40c0-47b1-8152-ec56e4e05153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004136 10.0.0.130 - - [2026-03-12 02:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002199 10.0.0.130 - - [2026-03-12 02:10:46] "GET /network-policy/702ecb48-4899-478a-8e3a-a21ce2d33c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.002655 10.0.0.130 - - [2026-03-12 02:10:46] "GET /domains HTTP/1.1" 401 293 0.000546 10.0.0.130 - - [2026-03-12 02:10:46] "POST /access-control-lists HTTP/1.1" 200 592 0.059940 10.0.0.130 - - [2026-03-12 02:10:46] "POST /ref-update HTTP/1.1" 200 156 0.009148 10.0.0.130 - - [2026-03-12 02:10:46] "GET /domains HTTP/1.1" 200 281 0.030773 10.0.0.130 - - [2026-03-12 02:10:46] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000950 10.0.0.130 - - [2026-03-12 02:10:46] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 3172 0.007301 10.0.0.130 - - [2026-03-12 02:10:46] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000952 10.0.0.130 - - [2026-03-12 02:10:46] "GET /project/1e35ac15-d13c-4d1e-92b7-a31e75c173fa HTTP/1.1" 200 2579 0.065594 10.0.0.130 - - [2026-03-12 02:10:47] "GET /virtual-network/cf0aeb2d-aab2-4dc5-8ab7-8c273c9748c0 HTTP/1.1" 200 2895 0.005221 10.0.0.130 - - [2026-03-12 02:10:47] "GET /virtual-network/cf0aeb2d-aab2-4dc5-8ab7-8c273c9748c0 HTTP/1.1" 200 2895 0.004282 10.0.0.130 - - [2026-03-12 02:10:47] "GET /routing-instance/2546f632-f400-40b1-9f01-66d23933ffdf HTTP/1.1" 200 1787 0.003256 10.0.0.130 - - [2026-03-12 02:10:47] "GET /routing-instance/2546f632-f400-40b1-9f01-66d23933ffdf HTTP/1.1" 200 1787 0.002847 10.0.0.130 - - [2026-03-12 02:10:47] "GET /route-target/d7202388-f5e4-4740-9cf9-d02e56396a36 HTTP/1.1" 200 1209 0.003340 10.0.0.130 - - [2026-03-12 02:10:47] "GET /virtual-network/cf0aeb2d-aab2-4dc5-8ab7-8c273c9748c0 HTTP/1.1" 200 2895 0.004347 10.0.0.130 - - [2026-03-12 02:10:47] "GET /routing-instance/2546f632-f400-40b1-9f01-66d23933ffdf HTTP/1.1" 200 1787 0.003529 10.0.0.130 - - [2026-03-12 02:10:47] "GET /virtual-network/cf0aeb2d-aab2-4dc5-8ab7-8c273c9748c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004341 10.0.0.130 - - [2026-03-12 02:10:47] "GET /virtual-network/cf0aeb2d-aab2-4dc5-8ab7-8c273c9748c0 HTTP/1.1" 200 2895 0.004318 10.0.0.130 - - [2026-03-12 02:10:47] "GET /routing-instance/2546f632-f400-40b1-9f01-66d23933ffdf HTTP/1.1" 200 1787 0.003098 10.0.0.130 - - [2026-03-12 02:10:47] "GET /routing-instance/2546f632-f400-40b1-9f01-66d23933ffdf HTTP/1.1" 200 1787 0.003727 10.0.0.130 - - [2026-03-12 02:10:47] "GET /route-target/d7202388-f5e4-4740-9cf9-d02e56396a36 HTTP/1.1" 200 1209 0.002931 10.0.0.130 - - [2026-03-12 02:10:47] "GET /domains HTTP/1.1" 200 281 0.002842 10.0.0.130 - - [2026-03-12 02:10:47] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001175 10.0.0.130 - - [2026-03-12 02:10:47] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 3172 0.006804 10.0.0.130 - - [2026-03-12 02:10:47] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001371 10.0.0.130 - - [2026-03-12 02:10:47] "GET /project/1e35ac15-d13c-4d1e-92b7-a31e75c173fa HTTP/1.1" 200 2579 0.062727 10.0.0.130 - - [2026-03-12 02:10:47] "GET /virtual-network/cf0aeb2d-aab2-4dc5-8ab7-8c273c9748c0 HTTP/1.1" 200 2895 0.004488 10.0.0.130 - - [2026-03-12 02:10:47] "GET /obj-perms HTTP/1.1" 200 5053 0.055946 10.0.0.130 - - [2026-03-12 02:10:47] "GET /domains HTTP/1.1" 200 281 0.002355 10.0.0.130 - - [2026-03-12 02:10:47] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.130 - - [2026-03-12 02:10:47] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 3172 0.006162 10.0.0.130 - - [2026-03-12 02:10:47] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001299 10.0.0.130 - - [2026-03-12 02:10:47] "GET /project/1e35ac15-d13c-4d1e-92b7-a31e75c173fa HTTP/1.1" 200 2579 0.065790 10.0.0.130 - - [2026-03-12 02:10:47] "GET /virtual-network/5ff4d840-40c0-47b1-8152-ec56e4e05153 HTTP/1.1" 200 2900 0.007939 10.0.0.130 - - [2026-03-12 02:10:47] "GET /virtual-network/5ff4d840-40c0-47b1-8152-ec56e4e05153 HTTP/1.1" 200 2900 0.005775 10.0.0.130 - - [2026-03-12 02:10:47] "GET /routing-instance/1caea8e7-c7d6-4134-bb72-5480b69e14e8 HTTP/1.1" 200 1787 0.004112 10.0.0.130 - - [2026-03-12 02:10:47] "GET /routing-instance/1caea8e7-c7d6-4134-bb72-5480b69e14e8 HTTP/1.1" 200 1787 0.003900 10.0.0.130 - - [2026-03-12 02:10:47] "GET /route-target/fcdc71b9-8538-43fa-b163-e08b7e36afc9 HTTP/1.1" 200 1209 0.005553 10.0.0.130 - - [2026-03-12 02:10:47] "GET /virtual-network/5ff4d840-40c0-47b1-8152-ec56e4e05153 HTTP/1.1" 200 2900 0.005796 10.0.0.130 - - [2026-03-12 02:10:47] "GET /routing-instance/1caea8e7-c7d6-4134-bb72-5480b69e14e8 HTTP/1.1" 200 1787 0.003299 10.0.0.130 - - [2026-03-12 02:10:47] "GET /virtual-network/5ff4d840-40c0-47b1-8152-ec56e4e05153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004612 10.0.0.130 - - [2026-03-12 02:10:47] "GET /virtual-network/5ff4d840-40c0-47b1-8152-ec56e4e05153 HTTP/1.1" 200 2900 0.005093 10.0.0.130 - - [2026-03-12 02:10:47] "GET /routing-instance/1caea8e7-c7d6-4134-bb72-5480b69e14e8 HTTP/1.1" 200 1787 0.003757 10.0.0.130 - - [2026-03-12 02:10:47] "GET /routing-instance/1caea8e7-c7d6-4134-bb72-5480b69e14e8 HTTP/1.1" 200 1787 0.004271 10.0.0.130 - - [2026-03-12 02:10:47] "GET /route-target/fcdc71b9-8538-43fa-b163-e08b7e36afc9 HTTP/1.1" 200 1209 0.003142 10.0.0.130 - - [2026-03-12 02:10:47] "GET /domains HTTP/1.1" 200 281 0.002901 10.0.0.130 - - [2026-03-12 02:10:47] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.130 - - [2026-03-12 02:10:47] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 3172 0.006031 10.0.0.130 - - [2026-03-12 02:10:47] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000941 10.0.0.130 - - [2026-03-12 02:10:47] "GET /project/1e35ac15-d13c-4d1e-92b7-a31e75c173fa HTTP/1.1" 200 2579 0.064933 10.0.0.130 - - [2026-03-12 02:10:47] "GET /virtual-network/5ff4d840-40c0-47b1-8152-ec56e4e05153 HTTP/1.1" 200 2900 0.005803 10.0.0.130 - - [2026-03-12 02:10:47] "GET /obj-perms HTTP/1.1" 200 5053 0.003377 10.0.0.130 - - [2026-03-12 02:10:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.001564 10.0.0.130 - - [2026-03-12 02:10:48] "POST /neutron/network HTTP/1.1" 200 937 0.005440 10.0.0.130 - - [2026-03-12 02:10:48] "GET /aaa-mode HTTP/1.1" 401 293 0.000515 10.0.0.130 - - [2026-03-12 02:10:48] "GET / HTTP/1.1" 200 36215 0.001565 10.0.0.130 - - [2026-03-12 02:10:48] "GET /project/1e35ac15-d13c-4d1e-92b7-a31e75c173fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000366 10.0.0.130 - - [2026-03-12 02:10:48] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001408 10.0.0.130 - - [2026-03-12 02:10:48] "GET /project/1e35ac15-d13c-4d1e-92b7-a31e75c173fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.046776 10.0.0.130 - - [2026-03-12 02:10:48] "POST /neutron/network HTTP/1.1" 200 927 0.004967 10.0.0.130 - - [2026-03-12 02:10:48] "POST /neutron/port HTTP/1.1" 200 117 0.005673 10.0.0.130 - - [2026-03-12 02:10:48] "POST /neutron/port HTTP/1.1" 200 117 0.004294 10.0.0.130 - - [2026-03-12 02:10:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001303 10.0.0.130 - - [2026-03-12 02:10:48] "POST /neutron/port HTTP/1.1" 200 117 0.004720 10.0.0.130 - - [2026-03-12 02:10:49] "POST /neutron/network HTTP/1.1" 200 939 0.005704 10.0.0.130 - - [2026-03-12 02:10:49] "GET /aaa-mode HTTP/1.1" 401 293 0.000478 10.0.0.130 - - [2026-03-12 02:10:49] "POST /neutron/network HTTP/1.1" 200 937 0.005340 10.0.0.130 - - [2026-03-12 02:10:49] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001418 10.0.0.130 - - [2026-03-12 02:10:49] "GET / HTTP/1.1" 200 36215 0.002415 10.0.0.130 - - [2026-03-12 02:10:49] "GET /project/1e35ac15-d13c-4d1e-92b7-a31e75c173fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000530 10.0.0.130 - - [2026-03-12 02:10:49] "POST /neutron/port HTTP/1.1" 200 1061 0.205951 10.0.0.130 - - [2026-03-12 02:10:49] "POST /neutron/port HTTP/1.1" 200 1061 0.010067 10.0.0.130 - - [2026-03-12 02:10:49] "POST /neutron/port HTTP/1.1" 200 1061 0.009686 10.0.0.130 - - [2026-03-12 02:10:49] "POST /neutron/port HTTP/1.1" 200 1115 0.053347 10.0.0.130 - - [2026-03-12 02:10:49] "POST /neutron/port HTTP/1.1" 200 1125 0.011382 10.0.0.130 - - [2026-03-12 02:10:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002976 10.0.0.130 - - [2026-03-12 02:10:49] "POST /neutron/subnet HTTP/1.1" 200 694 0.006113 10.0.0.130 - - [2026-03-12 02:10:49] "POST /neutron/port HTTP/1.1" 200 117 0.001469 10.0.0.130 - - [2026-03-12 02:10:49] "POST /neutron/network HTTP/1.1" 200 927 0.005785 10.0.0.130 - - [2026-03-12 02:10:49] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001810 10.0.0.130 - - [2026-03-12 02:10:49] "GET /project/1e35ac15-d13c-4d1e-92b7-a31e75c173fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.052912 10.0.0.130 - - [2026-03-12 02:10:49] "POST /neutron/network HTTP/1.1" 200 929 0.006353 10.0.0.130 - - [2026-03-12 02:10:50] "POST /neutron/port HTTP/1.1" 200 1125 0.018790 10.0.0.130 - - [2026-03-12 02:10:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009789 10.0.0.130 - - [2026-03-12 02:10:50] "POST /neutron/port HTTP/1.1" 200 117 0.005135 10.0.0.130 - - [2026-03-12 02:10:50] "POST /neutron/port HTTP/1.1" 200 1125 0.014996 10.0.0.130 - - [2026-03-12 02:10:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005422 10.0.0.130 - - [2026-03-12 02:10:50] "POST /neutron/network HTTP/1.1" 200 939 0.005965 10.0.0.130 - - [2026-03-12 02:10:50] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001214 10.0.0.130 - - [2026-03-12 02:10:50] "PUT /access-control-list/46db7683-d5e1-41cd-a445-b539e6b1c8d9 HTTP/1.1" 200 273 0.018289 10.0.0.130 - - [2026-03-12 02:10:50] "POST /neutron/port HTTP/1.1" 200 1063 0.258181 10.0.0.130 - - [2026-03-12 02:10:50] "POST /neutron/port HTTP/1.1" 200 1063 0.016628 10.0.0.130 - - [2026-03-12 02:10:50] "POST /neutron/port HTTP/1.1" 200 1063 0.012002 10.0.0.130 - - [2026-03-12 02:10:50] "POST /neutron/port HTTP/1.1" 200 1117 0.078133 10.0.0.130 - - [2026-03-12 02:10:50] "POST /neutron/port HTTP/1.1" 200 1127 0.014294 10.0.0.130 - - [2026-03-12 02:10:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004163 10.0.0.130 - - [2026-03-12 02:10:50] "POST /neutron/subnet HTTP/1.1" 200 703 0.008025 10.0.0.130 - - [2026-03-12 02:10:50] "POST /neutron/port HTTP/1.1" 200 117 0.001431 10.0.0.130 - - [2026-03-12 02:10:51] "POST /neutron/network HTTP/1.1" 200 929 0.005673 10.0.0.130 - - [2026-03-12 02:10:55] "POST /neutron/port HTTP/1.1" 200 1125 0.012535 10.0.0.130 - - [2026-03-12 02:10:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006149 10.0.0.130 - - [2026-03-12 02:10:55] "POST /neutron/port HTTP/1.1" 200 1125 0.011847 10.0.0.130 - - [2026-03-12 02:10:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005545 10.0.0.130 - - [2026-03-12 02:10:55] "POST /neutron/port HTTP/1.1" 200 1125 0.016128 10.0.0.130 - - [2026-03-12 02:10:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006689 10.0.0.130 - - [2026-03-12 02:10:55] "GET /virtual-machine/9d6499bf-e87d-4341-8741-ec2fa05c40db HTTP/1.1" 200 1296 0.004506 10.0.0.130 - - [2026-03-12 02:10:55] "GET /virtual-machine-interface/35a23188-7dea-4550-823c-8f506ebed888 HTTP/1.1" 200 2957 0.005493 10.0.0.130 - - [2026-03-12 02:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.130 - - [2026-03-12 02:10:55] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003890 10.0.0.130 - - [2026-03-12 02:10:55] "GET /virtual-networks?parent_id=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003049 10.0.0.130 - - [2026-03-12 02:10:55] "GET /virtual-network/cf0aeb2d-aab2-4dc5-8ab7-8c273c9748c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006218 10.0.0.130 - - [2026-03-12 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002591 10.0.0.130 - - [2026-03-12 02:10:58] "GET /virtual-network/cf0aeb2d-aab2-4dc5-8ab7-8c273c9748c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005160 10.0.0.130 - - [2026-03-12 02:10:59] "POST /neutron/port HTTP/1.1" 200 1125 0.011535 10.0.0.130 - - [2026-03-12 02:10:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005085 10.0.0.130 - - [2026-03-12 02:11:00] "POST /neutron/port HTTP/1.1" 200 1127 0.013766 10.0.0.130 - - [2026-03-12 02:11:00] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006622 10.0.0.130 - - [2026-03-12 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.130 - - [2026-03-12 02:11:00] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003776 10.0.0.130 - - [2026-03-12 02:11:00] "GET /virtual-networks?parent_id=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003851 10.0.0.130 - - [2026-03-12 02:11:00] "GET /virtual-network/cf0aeb2d-aab2-4dc5-8ab7-8c273c9748c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005765 10.0.0.130 - - [2026-03-12 02:11:01] "POST /neutron/port HTTP/1.1" 200 1127 0.014097 10.0.0.130 - - [2026-03-12 02:11:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007598 10.0.0.130 - - [2026-03-12 02:11:01] "POST /neutron/port HTTP/1.1" 200 1127 0.020599 10.0.0.130 - - [2026-03-12 02:11:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008357 10.0.0.130 - - [2026-03-12 02:11:01] "POST /neutron/port HTTP/1.1" 200 1127 0.022657 10.0.0.130 - - [2026-03-12 02:11:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007352 10.0.0.130 - - [2026-03-12 02:11:01] "GET /virtual-machine/d3074ab7-da21-4e0e-8979-3d154e13b0f7 HTTP/1.1" 200 1296 0.004459 10.0.0.130 - - [2026-03-12 02:11:01] "GET /virtual-machine-interface/d5568ba3-1474-466c-9342-41a3e424a12f HTTP/1.1" 200 2959 0.005966 10.0.0.130 - - [2026-03-12 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.130 - - [2026-03-12 02:11:01] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003849 10.0.0.130 - - [2026-03-12 02:11:01] "GET /virtual-networks?parent_id=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003283 10.0.0.130 - - [2026-03-12 02:11:01] "GET /virtual-network/5ff4d840-40c0-47b1-8152-ec56e4e05153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005564 10.0.0.130 - - [2026-03-12 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002572 10.0.0.130 - - [2026-03-12 02:11:02] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003051 10.0.0.130 - - [2026-03-12 02:11:02] "GET /virtual-networks?parent_id=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002855 10.0.0.130 - - [2026-03-12 02:11:02] "GET /virtual-network/5ff4d840-40c0-47b1-8152-ec56e4e05153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005370 10.0.0.130 - - [2026-03-12 02:11:04] "DELETE /project/1e35ac15d13c4d1e92b7a31e75c173fa HTTP/1.1" 404 173 0.015052 10.0.0.130 - - [2026-03-12 02:11:04] "DELETE /project/0c3b59ddbad545fa9afc61a84d90ee14 HTTP/1.1" 404 173 0.010207 10.0.0.130 - - [2026-03-12 02:11:04] "DELETE /project/53c3cb90f568494fb52dfa4454780fa6 HTTP/1.1" 404 173 0.007437 10.0.0.130 - - [2026-03-12 02:11:04] "GET /projects?obj_uuids=53c3cb90-f568-494f-b52d-fa4454780fa6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000856 10.0.0.130 - - [2026-03-12 02:11:04] "GET /projects?obj_uuids=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000747 10.0.0.130 - - [2026-03-12 02:11:04] "GET /projects?obj_uuids=0c3b59dd-bad5-45fa-9afc-61a84d90ee14&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000729 10.0.0.130 - - [2026-03-12 02:11:04] "GET /project/0c3b59dd-bad5-45fa-9afc-61a84d90ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.036413 10.0.0.130 - - [2026-03-12 02:11:04] "GET /project/8ecc8be4-d40c-4498-b678-ea7e35d11ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.040013 10.0.0.130 - - [2026-03-12 02:11:04] "GET /project/53c3cb90-f568-494f-b52d-fa4454780fa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.046248 10.0.0.130 - - [2026-03-12 02:11:04] "GET /projects?obj_uuids=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001300 10.0.0.130 - - [2026-03-12 02:11:04] "GET /projects?obj_uuids=0c3b59dd-bad5-45fa-9afc-61a84d90ee14&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000890 10.0.0.130 - - [2026-03-12 02:11:04] "GET /projects?obj_uuids=53c3cb90-f568-494f-b52d-fa4454780fa6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001090 10.0.0.130 - - [2026-03-12 02:11:04] "GET /project/0c3b59dd-bad5-45fa-9afc-61a84d90ee14?fields=security_groups HTTP/1.1" 200 1386 0.048616 10.0.0.130 - - [2026-03-12 02:11:04] "GET /project/53c3cb90-f568-494f-b52d-fa4454780fa6?fields=security_groups HTTP/1.1" 200 1411 0.053217 10.0.0.130 - - [2026-03-12 02:11:04] "GET /project/8ecc8be4-d40c-4498-b678-ea7e35d11ea4?fields=security_groups HTTP/1.1" 200 1373 0.062754 10.0.0.130 - - [2026-03-12 02:11:04] "DELETE /security-group/576bfbd6-a103-482e-b63f-2c050eb4dd4d HTTP/1.1" 200 115 0.073157 10.0.0.130 - - [2026-03-12 02:11:05] "GET /projects?obj_uuids=0c3b59dd-bad5-45fa-9afc-61a84d90ee14&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001067 10.0.0.130 - - [2026-03-12 02:11:05] "DELETE /access-control-list/c9ae65c1-aa88-4454-a4bb-f97f7134b85d HTTP/1.1" 200 115 0.051680 10.0.0.130 - - [2026-03-12 02:11:05] "DELETE /security-group/b3aac6da-c23c-4773-8700-ebf3cca5c488 HTTP/1.1" 200 115 0.086498 10.0.0.130 - - [2026-03-12 02:11:05] "DELETE /security-group/6642d7e4-75d1-44f5-a1b4-041f4e3144d7 HTTP/1.1" 200 115 0.086410 10.0.0.130 - - [2026-03-12 02:11:05] "GET /projects?obj_uuids=53c3cb90-f568-494f-b52d-fa4454780fa6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000969 10.0.0.130 - - [2026-03-12 02:11:05] "GET /projects?obj_uuids=8ecc8be4-d40c-4498-b678-ea7e35d11ea4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001325 10.0.0.130 - - [2026-03-12 02:11:05] "GET /project/0c3b59dd-bad5-45fa-9afc-61a84d90ee14?fields=application_policy_sets HTTP/1.1" 200 1425 0.048223 10.0.0.130 - - [2026-03-12 02:11:05] "DELETE /access-control-list/0e600087-f99c-4a0a-8f48-74c37a33f1a6 HTTP/1.1" 200 115 0.049423 10.0.0.130 - - [2026-03-12 02:11:05] "GET /project/8ecc8be4-d40c-4498-b678-ea7e35d11ea4?fields=application_policy_sets HTTP/1.1" 200 1412 0.048276 10.0.0.130 - - [2026-03-12 02:11:05] "GET /project/53c3cb90-f568-494f-b52d-fa4454780fa6?fields=application_policy_sets HTTP/1.1" 200 1450 0.083067 10.0.0.130 - - [2026-03-12 02:11:05] "DELETE /access-control-list/118241ca-d45b-49fc-a7e9-daf1a9facc74 HTTP/1.1" 200 115 0.043818 10.0.0.130 - - [2026-03-12 02:11:05] "DELETE /access-control-list/b0a30dba-bfd7-4166-8449-96cb518e0858 HTTP/1.1" 200 115 0.027173 10.0.0.130 - - [2026-03-12 02:11:05] "DELETE /access-control-list/41a5f757-4f26-4631-afad-6754fc6a257d HTTP/1.1" 200 115 0.066374 10.0.0.130 - - [2026-03-12 02:11:05] "DELETE /project/0c3b59dd-bad5-45fa-9afc-61a84d90ee14 HTTP/1.1" 200 115 0.468089 10.0.0.130 - - [2026-03-12 02:11:05] "DELETE /access-control-list/48529095-8759-4ba8-ac33-f95ee24ff288 HTTP/1.1" 200 115 0.028548 10.0.0.130 - - [2026-03-12 02:11:05] "DELETE /project/8ecc8be4-d40c-4498-b678-ea7e35d11ea4 HTTP/1.1" 200 115 0.492487 10.0.0.130 - - [2026-03-12 02:11:05] "DELETE /project/53c3cb90-f568-494f-b52d-fa4454780fa6 HTTP/1.1" 200 115 0.500461 10.0.0.130 - - [2026-03-12 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.130 - - [2026-03-12 02:11:07] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001209 10.0.0.130 - - [2026-03-12 02:11:07] "GET /project/1e35ac15-d13c-4d1e-92b7-a31e75c173fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.024519 10.0.0.130 - - [2026-03-12 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.130 - - [2026-03-12 02:11:07] "PUT /network-policy/702ecb48-4899-478a-8e3a-a21ce2d33c6c HTTP/1.1" 200 263 0.012562 10.0.0.130 - - [2026-03-12 02:11:07] "PUT /access-control-list/98296387-74f3-4c2d-9a5c-fdc3f02c1bd1 HTTP/1.1" 200 273 0.054402 10.0.0.130 - - [2026-03-12 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.018731 10.0.0.130 - - [2026-03-12 02:11:07] "PUT /access-control-list/46db7683-d5e1-41cd-a445-b539e6b1c8d9 HTTP/1.1" 200 273 0.053988 10.0.0.130 - - [2026-03-12 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.010288 10.0.0.130 - - [2026-03-12 02:11:09] "GET /obj-perms HTTP/1.1" 200 5075 0.047487 10.0.0.130 - - [2026-03-12 02:11:09] "GET /obj-perms HTTP/1.1" 200 5075 0.078063 10.0.0.130 - - [2026-03-12 02:11:10] "GET /virtual-network/5ff4d840-40c0-47b1-8152-ec56e4e05153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005015 10.0.0.130 - - [2026-03-12 02:11:10] "POST /neutron/network HTTP/1.1" 200 929 0.006223 10.0.0.130 - - [2026-03-12 02:11:10] "POST /neutron/network HTTP/1.1" 200 827 0.037728 10.0.0.130 - - [2026-03-12 02:11:10] "DELETE /access-control-list/46db7683-d5e1-41cd-a445-b539e6b1c8d9 HTTP/1.1" 200 115 0.029356 10.0.0.130 - - [2026-03-12 02:11:10] "POST /neutron/network HTTP/1.1" 200 827 0.008331 10.0.0.130 - - [2026-03-12 02:11:10] "GET /virtual-network/5ff4d840-40c0-47b1-8152-ec56e4e05153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005922 10.0.0.130 - - [2026-03-12 02:11:10] "GET /virtual-network/cf0aeb2d-aab2-4dc5-8ab7-8c273c9748c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005220 10.0.0.130 - - [2026-03-12 02:11:10] "POST /neutron/network HTTP/1.1" 200 927 0.005606 10.0.0.130 - - [2026-03-12 02:11:10] "POST /neutron/network HTTP/1.1" 200 825 0.060064 10.0.0.130 - - [2026-03-12 02:11:10] "POST /neutron/network HTTP/1.1" 200 825 0.005993 10.0.0.130 - - [2026-03-12 02:11:10] "GET /virtual-network/cf0aeb2d-aab2-4dc5-8ab7-8c273c9748c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004741 10.0.0.130 - - [2026-03-12 02:11:11] "DELETE /access-control-list/98296387-74f3-4c2d-9a5c-fdc3f02c1bd1 HTTP/1.1" 200 115 0.059671 10.0.0.130 - - [2026-03-12 02:11:11] "DELETE /network-policy/702ecb48-4899-478a-8e3a-a21ce2d33c6c HTTP/1.1" 200 115 0.031124 10.0.0.130 - - [2026-03-12 02:11:11] "POST /neutron/network HTTP/1.1" 200 827 0.009247 10.0.0.130 - - [2026-03-12 02:11:11] "POST /neutron/network HTTP/1.1" 400 204 0.009300 10.0.0.130 - - [2026-03-12 02:11:11] "POST /neutron/port HTTP/1.1" 200 1127 0.011750 10.0.0.130 - - [2026-03-12 02:11:11] "POST /neutron/port HTTP/1.1" 200 1117 0.008930 10.0.0.130 - - [2026-03-12 02:11:11] "POST /neutron/port HTTP/1.1" 200 1125 0.018426 10.0.0.130 - - [2026-03-12 02:11:11] "POST /neutron/port HTTP/1.1" 200 1115 0.009548 10.0.0.130 - - [2026-03-12 02:11:11] "POST /neutron/port HTTP/1.1" 200 151 0.129098 10.0.0.130 - - [2026-03-12 02:11:11] "POST /neutron/port HTTP/1.1" 200 151 0.115571 10.0.0.130 - - [2026-03-12 02:11:13] "POST /neutron/network HTTP/1.1" 200 827 0.005375 10.0.0.130 - - [2026-03-12 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005485 10.0.0.130 - - [2026-03-12 02:11:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002281 10.0.0.130 - - [2026-03-12 02:11:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002321 10.0.0.130 - - [2026-03-12 02:11:13] "POST /neutron/network HTTP/1.1" 200 151 0.079780 10.0.0.130 - - [2026-03-12 02:11:13] "GET /routing-instance/1caea8e7-c7d6-4134-bb72-5480b69e14e8 HTTP/1.1" 404 171 0.003805 10.0.0.130 - - [2026-03-12 02:11:13] "DELETE /route-target/fcdc71b9-8538-43fa-b163-e08b7e36afc9 HTTP/1.1" 200 115 0.021025 10.0.0.130 - - [2026-03-12 02:11:13] "GET /domains HTTP/1.1" 200 281 0.002682 10.0.0.130 - - [2026-03-12 02:11:13] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001278 10.0.0.130 - - [2026-03-12 02:11:13] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2584 0.049993 10.0.0.130 - - [2026-03-12 02:11:13] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001336 10.0.0.130 - - [2026-03-12 02:11:13] "GET /project/1e35ac15-d13c-4d1e-92b7-a31e75c173fa HTTP/1.1" 200 2109 0.069742 10.0.0.130 - - [2026-03-12 02:11:13] "POST /neutron/network HTTP/1.1" 200 825 0.006122 10.0.0.130 - - [2026-03-12 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005396 10.0.0.130 - - [2026-03-12 02:11:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002253 10.0.0.130 - - [2026-03-12 02:11:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003502 10.0.0.130 - - [2026-03-12 02:11:13] "POST /neutron/network HTTP/1.1" 200 151 0.099504 10.0.0.130 - - [2026-03-12 02:11:13] "GET /routing-instance/2546f632-f400-40b1-9f01-66d23933ffdf HTTP/1.1" 404 171 0.004086 10.0.0.130 - - [2026-03-12 02:11:13] "DELETE /route-target/d7202388-f5e4-4740-9cf9-d02e56396a36 HTTP/1.1" 200 115 0.022423 10.0.0.130 - - [2026-03-12 02:11:13] "GET /domains HTTP/1.1" 200 281 0.003346 10.0.0.130 - - [2026-03-12 02:11:13] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001289 10.0.0.130 - - [2026-03-12 02:11:13] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2584 0.047925 10.0.0.130 - - [2026-03-12 02:11:13] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001442 10.0.0.130 - - [2026-03-12 02:11:13] "GET /project/1e35ac15-d13c-4d1e-92b7-a31e75c173fa HTTP/1.1" 200 1869 0.068523 10.0.0.130 - - [2026-03-12 02:11:13] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001028 10.0.0.130 - - [2026-03-12 02:11:13] "GET /project/1e35ac15-d13c-4d1e-92b7-a31e75c173fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.024292 10.0.0.130 - - [2026-03-12 02:11:13] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001478 10.0.0.130 - - [2026-03-12 02:11:13] "GET /project/1e35ac15-d13c-4d1e-92b7-a31e75c173fa?fields=virtual_networks HTTP/1.1" 200 1038 0.069244 10.0.0.130 - - [2026-03-12 02:11:14] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000988 10.0.0.130 - - [2026-03-12 02:11:14] "GET /project/1e35ac15-d13c-4d1e-92b7-a31e75c173fa?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.025225 10.0.0.130 - - [2026-03-12 02:11:14] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001039 10.0.0.130 - - [2026-03-12 02:11:14] "GET /project/1e35ac15-d13c-4d1e-92b7-a31e75c173fa?fields=security_groups HTTP/1.1" 200 1267 0.024919 10.0.0.130 - - [2026-03-12 02:11:14] "POST /fqname-to-id HTTP/1.1" 404 181 0.028776 10.0.0.130 - - [2026-03-12 02:11:15] "GET /projects?obj_uuids=27bea331-e3a9-4fd6-bebd-cdf47516de09&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002239 10.0.0.130 - - [2026-03-12 02:11:15] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.130 - - [2026-03-12 02:11:15] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006788 10.0.0.130 - - [2026-03-12 02:11:15] "POST /id-to-fqname HTTP/1.1" 200 183 0.001176 10.0.0.130 - - [2026-03-12 02:11:15] "POST /fqname-to-id HTTP/1.1" 404 192 0.003314 10.0.0.130 - - [2026-03-12 02:11:15] "POST /security-groups HTTP/1.1" 200 584 0.063834 10.0.0.130 - - [2026-03-12 02:11:15] "POST /fqname-to-id HTTP/1.1" 404 227 0.002791 10.0.0.130 - - [2026-03-12 02:11:15] "POST /projects HTTP/1.1" 200 571 0.208179 10.0.0.130 - - [2026-03-12 02:11:15] "POST /access-control-lists HTTP/1.1" 200 591 0.058200 10.0.0.130 - - [2026-03-12 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.279101 10.0.0.130 - - [2026-03-12 02:11:15] "POST /fqname-to-id HTTP/1.1" 404 226 0.002756 10.0.0.130 - - [2026-03-12 02:11:15] "GET /project/27bea331-e3a9-4fd6-bebd-cdf47516de09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.398180 10.0.0.130 - - [2026-03-12 02:11:15] "POST /access-control-lists HTTP/1.1" 200 589 0.068125 10.0.0.130 - - [2026-03-12 02:11:16] "GET / HTTP/1.1" 200 36215 0.002023 10.0.0.130 - - [2026-03-12 02:11:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000537 10.0.0.130 - - [2026-03-12 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.064987 10.0.0.130 - - [2026-03-12 02:11:17] "GET /projects?obj_uuids=27bea331-e3a9-4fd6-bebd-cdf47516de09&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000969 10.0.0.130 - - [2026-03-12 02:11:17] "GET /project/27bea331-e3a9-4fd6-bebd-cdf47516de09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.021794 10.0.0.130 - - [2026-03-12 02:11:17] "POST /neutron/network HTTP/1.1" 200 117 0.041097 10.0.0.130 - - [2026-03-12 02:11:17] "GET /projects?obj_uuids=27bea331-e3a9-4fd6-bebd-cdf47516de09&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001642 10.0.0.130 - - [2026-03-12 02:11:17] "POST /neutron/network HTTP/1.1" 200 612 0.062479 10.0.0.130 - - [2026-03-12 02:11:17] "POST /route-targets HTTP/1.1" 200 328 0.011715 10.0.0.130 - - [2026-03-12 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.013823 10.0.0.130 - - [2026-03-12 02:11:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003063 10.0.0.130 - - [2026-03-12 02:11:18] "POST /neutron/subnet HTTP/1.1" 200 710 0.186165 10.0.0.130 - - [2026-03-12 02:11:18] "POST /neutron/network HTTP/1.1" 200 828 0.006610 10.0.0.130 - - [2026-03-12 02:11:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001481 10.0.0.130 - - [2026-03-12 02:11:18] "GET /virtual-network/d9c389d5-546c-4391-87b9-d2f8a8a4f605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005297 10.0.0.130 - - [2026-03-12 02:11:18] "POST /neutron/network HTTP/1.1" 200 828 0.005907 10.0.0.130 - - [2026-03-12 02:11:18] "GET /virtual-network/d9c389d5-546c-4391-87b9-d2f8a8a4f605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005410 10.0.0.130 - - [2026-03-12 02:11:18] "POST /neutron/network HTTP/1.1" 200 828 0.004963 10.0.0.130 - - [2026-03-12 02:11:18] "POST /neutron/subnet HTTP/1.1" 200 710 0.006326 10.0.0.130 - - [2026-03-12 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.130 - - [2026-03-12 02:11:18] "GET /virtual-network/d9c389d5-546c-4391-87b9-d2f8a8a4f605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005451 10.0.0.130 - - [2026-03-12 02:11:18] "PUT /virtual-network/d9c389d5-546c-4391-87b9-d2f8a8a4f605 HTTP/1.1" 200 265 0.035448 10.0.0.130 - - [2026-03-12 02:11:18] "POST /route-targets HTTP/1.1" 200 324 0.017061 10.0.0.130 - - [2026-03-12 02:11:18] "POST /ref-update HTTP/1.1" 200 156 0.009875 10.0.0.130 - - [2026-03-12 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.130 - - [2026-03-12 02:11:18] "GET /projects?obj_uuids=27bea331-e3a9-4fd6-bebd-cdf47516de09&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001044 10.0.0.130 - - [2026-03-12 02:11:18] "GET /project/27bea331-e3a9-4fd6-bebd-cdf47516de09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.026621 10.0.0.130 - - [2026-03-12 02:11:18] "POST /neutron/network HTTP/1.1" 200 117 0.013265 10.0.0.130 - - [2026-03-12 02:11:18] "GET /projects?obj_uuids=27bea331-e3a9-4fd6-bebd-cdf47516de09&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001438 10.0.0.130 - - [2026-03-12 02:11:18] "POST /neutron/network HTTP/1.1" 200 612 0.070737 10.0.0.130 - - [2026-03-12 02:11:18] "POST /route-targets HTTP/1.1" 200 328 0.018147 10.0.0.130 - - [2026-03-12 02:11:18] "POST /ref-update HTTP/1.1" 200 156 0.015238 10.0.0.130 - - [2026-03-12 02:11:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003917 10.0.0.130 - - [2026-03-12 02:11:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.162562 10.0.0.130 - - [2026-03-12 02:11:18] "POST /neutron/network HTTP/1.1" 200 831 0.006000 10.0.0.130 - - [2026-03-12 02:11:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001174 10.0.0.130 - - [2026-03-12 02:11:18] "GET /virtual-network/a377f03a-b199-4aa9-9cb6-13b5e814e4eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006624 10.0.0.130 - - [2026-03-12 02:11:18] "POST /neutron/network HTTP/1.1" 200 831 0.004924 10.0.0.130 - - [2026-03-12 02:11:18] "GET /virtual-network/a377f03a-b199-4aa9-9cb6-13b5e814e4eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004546 10.0.0.130 - - [2026-03-12 02:11:18] "POST /neutron/network HTTP/1.1" 200 831 0.004885 10.0.0.130 - - [2026-03-12 02:11:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.007459 10.0.0.130 - - [2026-03-12 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.130 - - [2026-03-12 02:11:19] "GET /virtual-network/a377f03a-b199-4aa9-9cb6-13b5e814e4eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006430 10.0.0.130 - - [2026-03-12 02:11:19] "PUT /virtual-network/a377f03a-b199-4aa9-9cb6-13b5e814e4eb HTTP/1.1" 200 265 0.034817 10.0.0.130 - - [2026-03-12 02:11:19] "POST /ref-update HTTP/1.1" 200 156 0.010205 10.0.0.130 - - [2026-03-12 02:11:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001631 10.0.0.130 - - [2026-03-12 02:11:19] "POST /neutron/network HTTP/1.1" 200 838 0.006085 10.0.0.130 - - [2026-03-12 02:11:19] "GET /aaa-mode HTTP/1.1" 401 293 0.000497 10.0.0.130 - - [2026-03-12 02:11:19] "GET / HTTP/1.1" 200 36215 0.002527 10.0.0.130 - - [2026-03-12 02:11:19] "GET /project/27bea331-e3a9-4fd6-bebd-cdf47516de09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000524 10.0.0.130 - - [2026-03-12 02:11:20] "GET /projects?obj_uuids=27bea331-e3a9-4fd6-bebd-cdf47516de09&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000980 10.0.0.130 - - [2026-03-12 02:11:20] "GET /project/27bea331-e3a9-4fd6-bebd-cdf47516de09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.049675 10.0.0.130 - - [2026-03-12 02:11:20] "POST /neutron/network HTTP/1.1" 200 828 0.005578 10.0.0.130 - - [2026-03-12 02:11:20] "POST /neutron/port HTTP/1.1" 200 117 0.005476 10.0.0.130 - - [2026-03-12 02:11:20] "POST /neutron/port HTTP/1.1" 200 117 0.005826 10.0.0.130 - - [2026-03-12 02:11:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001662 10.0.0.130 - - [2026-03-12 02:11:20] "POST /neutron/port HTTP/1.1" 200 117 0.005659 10.0.0.130 - - [2026-03-12 02:11:20] "POST /neutron/network HTTP/1.1" 200 841 0.005337 10.0.0.130 - - [2026-03-12 02:11:20] "GET /aaa-mode HTTP/1.1" 401 293 0.000396 10.0.0.130 - - [2026-03-12 02:11:20] "POST /neutron/network HTTP/1.1" 200 838 0.005738 10.0.0.130 - - [2026-03-12 02:11:20] "GET /projects?obj_uuids=27bea331-e3a9-4fd6-bebd-cdf47516de09&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001356 10.0.0.130 - - [2026-03-12 02:11:20] "GET / HTTP/1.1" 200 36215 0.002350 10.0.0.130 - - [2026-03-12 02:11:20] "GET /project/27bea331-e3a9-4fd6-bebd-cdf47516de09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000527 10.0.0.130 - - [2026-03-12 02:11:20] "POST /neutron/port HTTP/1.1" 200 1050 0.259809 10.0.0.130 - - [2026-03-12 02:11:20] "POST /neutron/port HTTP/1.1" 200 1050 0.013079 10.0.0.130 - - [2026-03-12 02:11:21] "POST /neutron/port HTTP/1.1" 200 1050 0.008816 10.0.0.130 - - [2026-03-12 02:11:21] "POST /neutron/port HTTP/1.1" 200 1104 0.063884 10.0.0.130 - - [2026-03-12 02:11:21] "POST /neutron/port HTTP/1.1" 200 1114 0.010784 10.0.0.130 - - [2026-03-12 02:11:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003003 10.0.0.130 - - [2026-03-12 02:11:21] "POST /neutron/subnet HTTP/1.1" 200 684 0.006534 10.0.0.130 - - [2026-03-12 02:11:21] "GET /projects?obj_uuids=27bea331-e3a9-4fd6-bebd-cdf47516de09&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001264 10.0.0.130 - - [2026-03-12 02:11:21] "POST /neutron/port HTTP/1.1" 200 117 0.001319 10.0.0.130 - - [2026-03-12 02:11:21] "GET /project/27bea331-e3a9-4fd6-bebd-cdf47516de09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.058271 10.0.0.130 - - [2026-03-12 02:11:21] "POST /neutron/network HTTP/1.1" 200 828 0.005754 10.0.0.130 - - [2026-03-12 02:11:21] "POST /neutron/network HTTP/1.1" 200 831 0.006414 10.0.0.130 - - [2026-03-12 02:11:21] "POST /neutron/port HTTP/1.1" 200 1114 0.021258 10.0.0.130 - - [2026-03-12 02:11:21] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006618 10.0.0.130 - - [2026-03-12 02:11:21] "POST /neutron/port HTTP/1.1" 200 117 0.007662 10.0.0.130 - - [2026-03-12 02:11:21] "POST /neutron/port HTTP/1.1" 200 1114 0.012188 10.0.0.130 - - [2026-03-12 02:11:21] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007296 10.0.0.130 - - [2026-03-12 02:11:21] "POST /neutron/network HTTP/1.1" 200 841 0.005704 10.0.0.130 - - [2026-03-12 02:11:21] "GET /projects?obj_uuids=27bea331-e3a9-4fd6-bebd-cdf47516de09&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001257 10.0.0.130 - - [2026-03-12 02:11:22] "POST /neutron/port HTTP/1.1" 200 1053 0.237351 10.0.0.130 - - [2026-03-12 02:11:22] "POST /neutron/port HTTP/1.1" 200 1053 0.009525 10.0.0.130 - - [2026-03-12 02:11:22] "POST /neutron/port HTTP/1.1" 200 1053 0.009395 10.0.0.130 - - [2026-03-12 02:11:22] "POST /neutron/port HTTP/1.1" 200 1107 0.078713 10.0.0.130 - - [2026-03-12 02:11:22] "POST /neutron/port HTTP/1.1" 200 1117 0.015761 10.0.0.130 - - [2026-03-12 02:11:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004094 10.0.0.130 - - [2026-03-12 02:11:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.007089 10.0.0.130 - - [2026-03-12 02:11:22] "POST /neutron/port HTTP/1.1" 200 117 0.001847 10.0.0.130 - - [2026-03-12 02:11:22] "POST /neutron/network HTTP/1.1" 200 831 0.006288 10.0.0.130 - - [2026-03-12 02:11:26] "POST /neutron/port HTTP/1.1" 200 1114 0.011729 10.0.0.130 - - [2026-03-12 02:11:26] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005632 10.0.0.130 - - [2026-03-12 02:11:26] "POST /neutron/port HTTP/1.1" 200 1114 0.012665 10.0.0.130 - - [2026-03-12 02:11:26] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005411 10.0.0.130 - - [2026-03-12 02:11:26] "POST /neutron/port HTTP/1.1" 200 1114 0.010693 10.0.0.130 - - [2026-03-12 02:11:26] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006252 10.0.0.130 - - [2026-03-12 02:11:26] "GET /virtual-machine/477a4bb9-1e00-4c1b-819c-4826d2ce9c64 HTTP/1.1" 401 293 0.000386 10.0.0.130 - - [2026-03-12 02:11:27] "GET /virtual-machine/477a4bb9-1e00-4c1b-819c-4826d2ce9c64 HTTP/1.1" 200 1286 0.027819 10.0.0.130 - - [2026-03-12 02:11:27] "GET /virtual-machine-interface/0b51abb2-35de-4b1a-90a2-3dc7acc6b4f3 HTTP/1.1" 200 2933 0.004564 10.0.0.130 - - [2026-03-12 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002475 10.0.0.130 - - [2026-03-12 02:11:27] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002728 10.0.0.130 - - [2026-03-12 02:11:27] "GET /virtual-networks?parent_id=27bea331-e3a9-4fd6-bebd-cdf47516de09&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002943 10.0.0.130 - - [2026-03-12 02:11:27] "GET /virtual-network/d9c389d5-546c-4391-87b9-d2f8a8a4f605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006147 10.0.0.130 - - [2026-03-12 02:11:30] "POST /neutron/port HTTP/1.1" 200 1114 0.013068 10.0.0.130 - - [2026-03-12 02:11:30] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005254 10.0.0.130 - - [2026-03-12 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.130 - - [2026-03-12 02:11:30] "GET /virtual-network/d9c389d5-546c-4391-87b9-d2f8a8a4f605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005587 10.0.0.130 - - [2026-03-12 02:11:31] "POST /neutron/port HTTP/1.1" 200 1117 0.012626 10.0.0.130 - - [2026-03-12 02:11:31] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005531 10.0.0.130 - - [2026-03-12 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.130 - - [2026-03-12 02:11:32] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002839 10.0.0.130 - - [2026-03-12 02:11:32] "GET /virtual-networks?parent_id=27bea331-e3a9-4fd6-bebd-cdf47516de09&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002964 10.0.0.130 - - [2026-03-12 02:11:32] "GET /virtual-network/d9c389d5-546c-4391-87b9-d2f8a8a4f605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005106 10.0.0.130 - - [2026-03-12 02:11:32] "POST /neutron/port HTTP/1.1" 200 1117 0.010653 10.0.0.130 - - [2026-03-12 02:11:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005233 10.0.0.130 - - [2026-03-12 02:11:32] "POST /neutron/port HTTP/1.1" 200 1117 0.011364 10.0.0.130 - - [2026-03-12 02:11:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005847 10.0.0.130 - - [2026-03-12 02:11:32] "POST /neutron/port HTTP/1.1" 200 1114 0.015026 10.0.0.130 - - [2026-03-12 02:11:33] "POST /neutron/port HTTP/1.1" 200 1114 0.013060 10.0.0.130 - - [2026-03-12 02:11:33] "POST /neutron/port HTTP/1.1" 200 1117 0.011147 10.0.0.130 - - [2026-03-12 02:11:33] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005526 10.0.0.130 - - [2026-03-12 02:11:33] "POST /neutron/network HTTP/1.1" 200 838 0.004626 10.0.0.130 - - [2026-03-12 02:11:33] "GET /virtual-machine/dc506daf-9fe4-4d0e-92be-9f9d4cacedc8 HTTP/1.1" 200 1288 0.008303 10.0.0.130 - - [2026-03-12 02:11:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005229 10.0.0.130 - - [2026-03-12 02:11:33] "GET /virtual-machine-interface/01ada24e-0c06-4e9b-8026-5d1d53053c34 HTTP/1.1" 200 2932 0.005871 10.0.0.130 - - [2026-03-12 02:11:33] "POST /neutron/subnet HTTP/1.1" 200 684 0.006541 10.0.0.130 - - [2026-03-12 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002434 10.0.0.130 - - [2026-03-12 02:11:33] "POST /neutron/port HTTP/1.1" 200 117 0.000874 10.0.0.130 - - [2026-03-12 02:11:33] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003704 10.0.0.130 - - [2026-03-12 02:11:33] "POST /neutron/network HTTP/1.1" 200 828 0.004863 10.0.0.130 - - [2026-03-12 02:11:33] "GET /virtual-networks?parent_id=27bea331-e3a9-4fd6-bebd-cdf47516de09&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002844 10.0.0.130 - - [2026-03-12 02:11:33] "GET /virtual-network/a377f03a-b199-4aa9-9cb6-13b5e814e4eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.004985 10.0.0.130 - - [2026-03-12 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.130 - - [2026-03-12 02:11:34] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002807 10.0.0.130 - - [2026-03-12 02:11:34] "GET /virtual-networks?parent_id=27bea331-e3a9-4fd6-bebd-cdf47516de09&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003999 10.0.0.130 - - [2026-03-12 02:11:34] "GET /virtual-network/a377f03a-b199-4aa9-9cb6-13b5e814e4eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005415 10.0.0.130 - - [2026-03-12 02:11:34] "POST /routing-policys HTTP/1.1" 200 536 0.017217 10.0.0.130 - - [2026-03-12 02:11:34] "GET /virtual-network/d9c389d5-546c-4391-87b9-d2f8a8a4f605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006169 10.0.0.130 - - [2026-03-12 02:11:34] "POST /ref-update HTTP/1.1" 200 156 0.011268 10.0.0.130 - - [2026-03-12 02:11:34] "PUT /virtual-network/d9c389d5-546c-4391-87b9-d2f8a8a4f605 HTTP/1.1" 200 265 0.034304 10.0.0.130 - - [2026-03-12 02:11:38] "POST /ref-update HTTP/1.1" 200 156 0.023624 10.0.0.130 - - [2026-03-12 02:11:38] "POST /ref-update HTTP/1.1" 200 156 0.009012 10.0.0.130 - - [2026-03-12 02:11:38] "DELETE /routing-policy/59689dd0-a151-4542-adf6-d04488cf235e HTTP/1.1" 200 115 0.019934 10.0.0.130 - - [2026-03-12 02:11:38] "POST /neutron/network HTTP/1.1" 200 831 0.006075 10.0.0.130 - - [2026-03-12 02:11:38] "POST /neutron/network HTTP/1.1" 400 204 0.010009 10.0.0.130 - - [2026-03-12 02:11:39] "POST /neutron/port HTTP/1.1" 200 1117 0.012639 10.0.0.130 - - [2026-03-12 02:11:39] "POST /neutron/port HTTP/1.1" 200 1114 0.014251 10.0.0.130 - - [2026-03-12 02:11:39] "POST /neutron/port HTTP/1.1" 200 1107 0.009311 10.0.0.130 - - [2026-03-12 02:11:39] "POST /neutron/port HTTP/1.1" 200 1104 0.010561 10.0.0.130 - - [2026-03-12 02:11:39] "POST /neutron/port HTTP/1.1" 200 151 0.118601 10.0.0.130 - - [2026-03-12 02:11:39] "POST /neutron/port HTTP/1.1" 200 151 0.128908 10.0.0.130 - - [2026-03-12 02:11:40] "POST /neutron/network HTTP/1.1" 200 831 0.005419 10.0.0.130 - - [2026-03-12 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.130 - - [2026-03-12 02:11:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001715 10.0.0.130 - - [2026-03-12 02:11:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002341 10.0.0.130 - - [2026-03-12 02:11:40] "POST /neutron/network HTTP/1.1" 200 151 0.072718 10.0.0.130 - - [2026-03-12 02:11:40] "DELETE /route-target/d114579c-c04b-4239-9a5d-ba45dd34fc9e HTTP/1.1" 200 115 0.020623 10.0.0.130 - - [2026-03-12 02:11:40] "POST /neutron/network HTTP/1.1" 200 828 0.006173 10.0.0.130 - - [2026-03-12 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002290 10.0.0.130 - - [2026-03-12 02:11:40] "DELETE /route-target/92aaf743-20c8-4b22-9917-bd1726b2bef5 HTTP/1.1" 409 240 0.003937 10.0.0.130 - - [2026-03-12 02:11:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002314 10.0.0.130 - - [2026-03-12 02:11:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001936 10.0.0.130 - - [2026-03-12 02:11:40] "POST /neutron/network HTTP/1.1" 200 151 0.068766 10.0.0.130 - - [2026-03-12 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.130 - - [2026-03-12 02:11:41] "DELETE /route-target/40fa257c-b35e-4d5a-a7a9-1d58a40f469e HTTP/1.1" 200 115 0.017730 10.0.0.130 - - [2026-03-12 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.130 - - [2026-03-12 02:11:41] "DELETE /route-target/92aaf743-20c8-4b22-9917-bd1726b2bef5 HTTP/1.1" 200 115 0.018587 10.0.0.130 - - [2026-03-12 02:11:41] "GET /projects?obj_uuids=27bea331-e3a9-4fd6-bebd-cdf47516de09&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000991 10.0.0.130 - - [2026-03-12 02:11:41] "GET /project/27bea331-e3a9-4fd6-bebd-cdf47516de09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.022311 10.0.0.130 - - [2026-03-12 02:11:41] "GET /projects?obj_uuids=27bea331-e3a9-4fd6-bebd-cdf47516de09&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001206 10.0.0.130 - - [2026-03-12 02:11:41] "GET /project/27bea331-e3a9-4fd6-bebd-cdf47516de09?fields=virtual_networks HTTP/1.1" 200 1020 0.064938 10.0.0.130 - - [2026-03-12 02:11:41] "GET /projects?obj_uuids=27bea331-e3a9-4fd6-bebd-cdf47516de09&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001040 10.0.0.130 - - [2026-03-12 02:11:41] "GET /project/27bea331-e3a9-4fd6-bebd-cdf47516de09?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.020958 10.0.0.130 - - [2026-03-12 02:11:41] "GET /projects?obj_uuids=27bea331-e3a9-4fd6-bebd-cdf47516de09&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001140 10.0.0.130 - - [2026-03-12 02:11:41] "GET /project/27bea331-e3a9-4fd6-bebd-cdf47516de09?fields=security_groups HTTP/1.1" 200 1240 0.022658 10.0.0.130 - - [2026-03-12 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 186 0.029672 10.0.0.130 - - [2026-03-12 02:11:42] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002579 10.0.0.130 - - [2026-03-12 02:11:42] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001401 10.0.0.130 - - [2026-03-12 02:11:42] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008507 10.0.0.130 - - [2026-03-12 02:11:42] "POST /id-to-fqname HTTP/1.1" 200 188 0.001308 10.0.0.130 - - [2026-03-12 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.003805 10.0.0.130 - - [2026-03-12 02:11:42] "POST /security-groups HTTP/1.1" 200 589 0.063724 10.0.0.130 - - [2026-03-12 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 232 0.002197 10.0.0.130 - - [2026-03-12 02:11:42] "POST /projects HTTP/1.1" 200 581 0.213523 10.0.0.130 - - [2026-03-12 02:11:42] "POST /access-control-lists HTTP/1.1" 200 596 0.057751 10.0.0.130 - - [2026-03-12 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.292763 10.0.0.130 - - [2026-03-12 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 231 0.002417 10.0.0.130 - - [2026-03-12 02:11:42] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.434537 10.0.0.130 - - [2026-03-12 02:11:42] "POST /access-control-lists HTTP/1.1" 200 594 0.056918 10.0.0.130 - - [2026-03-12 02:11:43] "GET / HTTP/1.1" 200 36215 0.002680 10.0.0.130 - - [2026-03-12 02:11:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000437 10.0.0.130 - - [2026-03-12 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.057602 10.0.0.130 - - [2026-03-12 02:11:44] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000952 10.0.0.130 - - [2026-03-12 02:11:44] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.025366 10.0.0.130 - - [2026-03-12 02:11:45] "POST /neutron/network HTTP/1.1" 200 117 0.039159 10.0.0.130 - - [2026-03-12 02:11:45] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001663 10.0.0.130 - - [2026-03-12 02:11:45] "POST /neutron/network HTTP/1.1" 200 613 0.061667 10.0.0.130 - - [2026-03-12 02:11:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003028 10.0.0.130 - - [2026-03-12 02:11:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.130591 10.0.0.130 - - [2026-03-12 02:11:45] "POST /neutron/network HTTP/1.1" 200 831 0.005044 10.0.0.130 - - [2026-03-12 02:11:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001178 10.0.0.130 - - [2026-03-12 02:11:45] "GET /virtual-network/b9f27709-4b77-4e0a-b1a8-164a42d6439a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004578 10.0.0.130 - - [2026-03-12 02:11:45] "POST /neutron/network HTTP/1.1" 200 831 0.005586 10.0.0.130 - - [2026-03-12 02:11:45] "GET /virtual-network/b9f27709-4b77-4e0a-b1a8-164a42d6439a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006290 10.0.0.130 - - [2026-03-12 02:11:45] "POST /neutron/network HTTP/1.1" 200 831 0.005397 10.0.0.130 - - [2026-03-12 02:11:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.006472 10.0.0.130 - - [2026-03-12 02:11:45] "GET /domains HTTP/1.1" 401 293 0.000420 10.0.0.130 - - [2026-03-12 02:11:45] "POST /route-targets HTTP/1.1" 200 328 0.010136 10.0.0.130 - - [2026-03-12 02:11:45] "POST /ref-update HTTP/1.1" 200 156 0.012343 10.0.0.130 - - [2026-03-12 02:11:45] "GET /domains HTTP/1.1" 200 281 0.026985 10.0.0.130 - - [2026-03-12 02:11:45] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001481 10.0.0.130 - - [2026-03-12 02:11:45] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2949 0.008439 10.0.0.130 - - [2026-03-12 02:11:45] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001263 10.0.0.130 - - [2026-03-12 02:11:45] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8 HTTP/1.1" 200 2086 0.068853 10.0.0.130 - - [2026-03-12 02:11:45] "GET /virtual-network/b9f27709-4b77-4e0a-b1a8-164a42d6439a HTTP/1.1" 200 2321 0.006671 10.0.0.130 - - [2026-03-12 02:11:45] "GET /virtual-network/b9f27709-4b77-4e0a-b1a8-164a42d6439a HTTP/1.1" 200 2321 0.005394 10.0.0.130 - - [2026-03-12 02:11:45] "GET /routing-instance/c0af9c5a-2dda-4984-866f-b7d610ea7a14 HTTP/1.1" 200 1496 0.003976 10.0.0.130 - - [2026-03-12 02:11:45] "GET /routing-instance/c0af9c5a-2dda-4984-866f-b7d610ea7a14 HTTP/1.1" 200 1496 0.003236 10.0.0.130 - - [2026-03-12 02:11:45] "GET /route-target/4b32e39f-58c4-4436-a011-4693985af97c HTTP/1.1" 200 1214 0.004080 10.0.0.130 - - [2026-03-12 02:11:45] "GET /virtual-network/b9f27709-4b77-4e0a-b1a8-164a42d6439a HTTP/1.1" 200 2321 0.004919 10.0.0.130 - - [2026-03-12 02:11:45] "GET /routing-instance/c0af9c5a-2dda-4984-866f-b7d610ea7a14 HTTP/1.1" 200 1496 0.003225 10.0.0.130 - - [2026-03-12 02:11:45] "GET /virtual-network/b9f27709-4b77-4e0a-b1a8-164a42d6439a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005697 10.0.0.130 - - [2026-03-12 02:11:45] "GET /virtual-network/b9f27709-4b77-4e0a-b1a8-164a42d6439a HTTP/1.1" 200 2321 0.004757 10.0.0.130 - - [2026-03-12 02:11:45] "GET /routing-instance/c0af9c5a-2dda-4984-866f-b7d610ea7a14 HTTP/1.1" 200 1496 0.003366 10.0.0.130 - - [2026-03-12 02:11:45] "GET /routing-instance/c0af9c5a-2dda-4984-866f-b7d610ea7a14 HTTP/1.1" 200 1496 0.003209 10.0.0.130 - - [2026-03-12 02:11:45] "GET /route-target/4b32e39f-58c4-4436-a011-4693985af97c HTTP/1.1" 200 1214 0.002997 10.0.0.130 - - [2026-03-12 02:11:45] "GET /domains HTTP/1.1" 200 281 0.002771 10.0.0.130 - - [2026-03-12 02:11:45] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.130 - - [2026-03-12 02:11:45] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2949 0.006785 10.0.0.130 - - [2026-03-12 02:11:45] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001671 10.0.0.130 - - [2026-03-12 02:11:46] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8 HTTP/1.1" 200 2086 0.074503 10.0.0.130 - - [2026-03-12 02:11:46] "GET /virtual-network/b9f27709-4b77-4e0a-b1a8-164a42d6439a HTTP/1.1" 200 2321 0.006294 10.0.0.130 - - [2026-03-12 02:11:46] "GET /obj-perms HTTP/1.1" 200 5045 0.054187 10.0.0.130 - - [2026-03-12 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.130 - - [2026-03-12 02:11:46] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001099 10.0.0.130 - - [2026-03-12 02:11:46] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.019607 10.0.0.130 - - [2026-03-12 02:11:46] "POST /neutron/network HTTP/1.1" 200 117 0.009581 10.0.0.130 - - [2026-03-12 02:11:46] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000983 10.0.0.130 - - [2026-03-12 02:11:46] "POST /neutron/network HTTP/1.1" 200 613 0.056035 10.0.0.130 - - [2026-03-12 02:11:46] "POST /route-targets HTTP/1.1" 200 328 0.010078 10.0.0.130 - - [2026-03-12 02:11:46] "POST /ref-update HTTP/1.1" 200 156 0.014684 10.0.0.130 - - [2026-03-12 02:11:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004168 10.0.0.130 - - [2026-03-12 02:11:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.157231 10.0.0.130 - - [2026-03-12 02:11:46] "POST /neutron/network HTTP/1.1" 200 833 0.006205 10.0.0.130 - - [2026-03-12 02:11:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001474 10.0.0.130 - - [2026-03-12 02:11:46] "GET /virtual-network/db56f45b-3148-40a1-a349-87041ce1523a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005608 10.0.0.130 - - [2026-03-12 02:11:46] "POST /neutron/network HTTP/1.1" 200 833 0.007067 10.0.0.130 - - [2026-03-12 02:11:46] "GET /virtual-network/db56f45b-3148-40a1-a349-87041ce1523a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004633 10.0.0.130 - - [2026-03-12 02:11:46] "POST /neutron/network HTTP/1.1" 200 833 0.006148 10.0.0.130 - - [2026-03-12 02:11:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.006194 10.0.0.130 - - [2026-03-12 02:11:46] "GET /domains HTTP/1.1" 200 281 0.002268 10.0.0.130 - - [2026-03-12 02:11:46] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.130 - - [2026-03-12 02:11:46] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2949 0.006234 10.0.0.130 - - [2026-03-12 02:11:46] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.130 - - [2026-03-12 02:11:47] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8 HTTP/1.1" 200 2305 0.066527 10.0.0.130 - - [2026-03-12 02:11:47] "GET /virtual-network/db56f45b-3148-40a1-a349-87041ce1523a HTTP/1.1" 200 2327 0.005785 10.0.0.130 - - [2026-03-12 02:11:47] "GET /virtual-network/db56f45b-3148-40a1-a349-87041ce1523a HTTP/1.1" 200 2327 0.004682 10.0.0.130 - - [2026-03-12 02:11:47] "GET /routing-instance/bdb69853-e8cf-423e-9cb3-5156795d0a4e HTTP/1.1" 200 1497 0.003346 10.0.0.130 - - [2026-03-12 02:11:47] "GET /routing-instance/bdb69853-e8cf-423e-9cb3-5156795d0a4e HTTP/1.1" 200 1497 0.003267 10.0.0.130 - - [2026-03-12 02:11:47] "GET /route-target/27d95c11-4454-4dd7-9942-900c7e1eee8e HTTP/1.1" 200 1214 0.003379 10.0.0.130 - - [2026-03-12 02:11:47] "GET /virtual-network/db56f45b-3148-40a1-a349-87041ce1523a HTTP/1.1" 200 2327 0.004700 10.0.0.130 - - [2026-03-12 02:11:47] "GET /routing-instance/bdb69853-e8cf-423e-9cb3-5156795d0a4e HTTP/1.1" 200 1497 0.003643 10.0.0.130 - - [2026-03-12 02:11:47] "GET /virtual-network/db56f45b-3148-40a1-a349-87041ce1523a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004323 10.0.0.130 - - [2026-03-12 02:11:47] "GET /virtual-network/db56f45b-3148-40a1-a349-87041ce1523a HTTP/1.1" 200 2327 0.004666 10.0.0.130 - - [2026-03-12 02:11:47] "GET /routing-instance/bdb69853-e8cf-423e-9cb3-5156795d0a4e HTTP/1.1" 200 1497 0.003028 10.0.0.130 - - [2026-03-12 02:11:47] "GET /routing-instance/bdb69853-e8cf-423e-9cb3-5156795d0a4e HTTP/1.1" 200 1497 0.003575 10.0.0.130 - - [2026-03-12 02:11:47] "GET /route-target/27d95c11-4454-4dd7-9942-900c7e1eee8e HTTP/1.1" 200 1214 0.003616 10.0.0.130 - - [2026-03-12 02:11:47] "GET /domains HTTP/1.1" 200 281 0.002568 10.0.0.130 - - [2026-03-12 02:11:47] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.130 - - [2026-03-12 02:11:47] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2949 0.006487 10.0.0.130 - - [2026-03-12 02:11:47] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000998 10.0.0.130 - - [2026-03-12 02:11:47] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8 HTTP/1.1" 200 2305 0.067805 10.0.0.130 - - [2026-03-12 02:11:47] "GET /virtual-network/db56f45b-3148-40a1-a349-87041ce1523a HTTP/1.1" 200 2327 0.004606 10.0.0.130 - - [2026-03-12 02:11:47] "GET /obj-perms HTTP/1.1" 200 5045 0.003295 10.0.0.130 - - [2026-03-12 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.130 - - [2026-03-12 02:11:47] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001663 10.0.0.130 - - [2026-03-12 02:11:47] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.026571 10.0.0.130 - - [2026-03-12 02:11:47] "POST /neutron/network HTTP/1.1" 200 117 0.012581 10.0.0.130 - - [2026-03-12 02:11:47] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001125 10.0.0.130 - - [2026-03-12 02:11:47] "POST /neutron/network HTTP/1.1" 200 615 0.068758 10.0.0.130 - - [2026-03-12 02:11:47] "POST /ref-update HTTP/1.1" 200 156 0.009383 10.0.0.130 - - [2026-03-12 02:11:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003147 10.0.0.130 - - [2026-03-12 02:11:47] "POST /neutron/subnet HTTP/1.1" 200 725 0.166174 10.0.0.130 - - [2026-03-12 02:11:47] "POST /neutron/network HTTP/1.1" 200 834 0.006347 10.0.0.130 - - [2026-03-12 02:11:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001302 10.0.0.130 - - [2026-03-12 02:11:47] "GET /virtual-network/0b9d5034-e4ae-488c-83b1-b094b1083976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004639 10.0.0.130 - - [2026-03-12 02:11:47] "POST /neutron/network HTTP/1.1" 200 834 0.006018 10.0.0.130 - - [2026-03-12 02:11:47] "GET /virtual-network/0b9d5034-e4ae-488c-83b1-b094b1083976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005527 10.0.0.130 - - [2026-03-12 02:11:47] "POST /neutron/network HTTP/1.1" 200 834 0.005621 10.0.0.130 - - [2026-03-12 02:11:47] "POST /neutron/subnet HTTP/1.1" 200 725 0.009228 10.0.0.130 - - [2026-03-12 02:11:47] "GET /domains HTTP/1.1" 200 281 0.003086 10.0.0.130 - - [2026-03-12 02:11:47] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001573 10.0.0.130 - - [2026-03-12 02:11:47] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2949 0.008769 10.0.0.130 - - [2026-03-12 02:11:47] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001595 10.0.0.130 - - [2026-03-12 02:11:47] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8 HTTP/1.1" 200 2525 0.067839 10.0.0.130 - - [2026-03-12 02:11:47] "GET /virtual-network/0b9d5034-e4ae-488c-83b1-b094b1083976 HTTP/1.1" 200 2326 0.006250 10.0.0.130 - - [2026-03-12 02:11:47] "GET /virtual-network/0b9d5034-e4ae-488c-83b1-b094b1083976 HTTP/1.1" 200 2326 0.004831 10.0.0.130 - - [2026-03-12 02:11:47] "GET /routing-instance/b1a727a2-eb61-4a34-9d11-303e274269c6 HTTP/1.1" 200 1501 0.003448 10.0.0.130 - - [2026-03-12 02:11:47] "GET /routing-instance/b1a727a2-eb61-4a34-9d11-303e274269c6 HTTP/1.1" 200 1501 0.003704 10.0.0.130 - - [2026-03-12 02:11:47] "GET /route-target/4014eca0-f435-441c-810f-735c0647ad32 HTTP/1.1" 200 1215 0.003333 10.0.0.130 - - [2026-03-12 02:11:47] "GET /virtual-network/0b9d5034-e4ae-488c-83b1-b094b1083976 HTTP/1.1" 200 2326 0.004675 10.0.0.130 - - [2026-03-12 02:11:47] "GET /routing-instance/b1a727a2-eb61-4a34-9d11-303e274269c6 HTTP/1.1" 200 1501 0.003568 10.0.0.130 - - [2026-03-12 02:11:47] "GET /virtual-network/0b9d5034-e4ae-488c-83b1-b094b1083976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004501 10.0.0.130 - - [2026-03-12 02:11:47] "GET /virtual-network/0b9d5034-e4ae-488c-83b1-b094b1083976 HTTP/1.1" 200 2326 0.005706 10.0.0.130 - - [2026-03-12 02:11:48] "GET /routing-instance/b1a727a2-eb61-4a34-9d11-303e274269c6 HTTP/1.1" 200 1501 0.003294 10.0.0.130 - - [2026-03-12 02:11:48] "GET /routing-instance/b1a727a2-eb61-4a34-9d11-303e274269c6 HTTP/1.1" 200 1501 0.003599 10.0.0.130 - - [2026-03-12 02:11:48] "GET /route-target/4014eca0-f435-441c-810f-735c0647ad32 HTTP/1.1" 200 1215 0.003228 10.0.0.130 - - [2026-03-12 02:11:48] "GET /domains HTTP/1.1" 200 281 0.002395 10.0.0.130 - - [2026-03-12 02:11:48] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001089 10.0.0.130 - - [2026-03-12 02:11:48] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2949 0.007026 10.0.0.130 - - [2026-03-12 02:11:48] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000933 10.0.0.130 - - [2026-03-12 02:11:48] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8 HTTP/1.1" 200 2525 0.068489 10.0.0.130 - - [2026-03-12 02:11:48] "GET /virtual-network/0b9d5034-e4ae-488c-83b1-b094b1083976 HTTP/1.1" 200 2326 0.006779 10.0.0.130 - - [2026-03-12 02:11:48] "GET /obj-perms HTTP/1.1" 200 5045 0.003558 10.0.0.130 - - [2026-03-12 02:11:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.001307 10.0.0.130 - - [2026-03-12 02:11:48] "POST /neutron/network HTTP/1.1" 200 843 0.005775 10.0.0.130 - - [2026-03-12 02:11:48] "GET /aaa-mode HTTP/1.1" 401 293 0.000403 10.0.0.130 - - [2026-03-12 02:11:48] "GET / HTTP/1.1" 200 36215 0.001438 10.0.0.130 - - [2026-03-12 02:11:48] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000459 10.0.0.130 - - [2026-03-12 02:11:49] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001073 10.0.0.130 - - [2026-03-12 02:11:49] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.053398 10.0.0.130 - - [2026-03-12 02:11:49] "POST /neutron/network HTTP/1.1" 200 833 0.006029 10.0.0.130 - - [2026-03-12 02:11:49] "POST /neutron/port HTTP/1.1" 200 117 0.006554 10.0.0.130 - - [2026-03-12 02:11:49] "POST /neutron/port HTTP/1.1" 200 117 0.004955 10.0.0.130 - - [2026-03-12 02:11:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001272 10.0.0.130 - - [2026-03-12 02:11:49] "POST /neutron/port HTTP/1.1" 200 117 0.004455 10.0.0.130 - - [2026-03-12 02:11:49] "POST /neutron/network HTTP/1.1" 200 844 0.005109 10.0.0.130 - - [2026-03-12 02:11:49] "GET /aaa-mode HTTP/1.1" 401 293 0.000418 10.0.0.130 - - [2026-03-12 02:11:49] "POST /neutron/network HTTP/1.1" 200 843 0.005757 10.0.0.130 - - [2026-03-12 02:11:49] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001432 10.0.0.130 - - [2026-03-12 02:11:49] "GET / HTTP/1.1" 200 36215 0.002045 10.0.0.130 - - [2026-03-12 02:11:49] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000454 10.0.0.130 - - [2026-03-12 02:11:49] "POST /neutron/port HTTP/1.1" 200 1059 0.216501 10.0.0.130 - - [2026-03-12 02:11:49] "POST /neutron/port HTTP/1.1" 200 1059 0.010351 10.0.0.130 - - [2026-03-12 02:11:49] "POST /neutron/port HTTP/1.1" 200 1059 0.011362 10.0.0.130 - - [2026-03-12 02:11:50] "POST /neutron/port HTTP/1.1" 200 1113 0.066023 10.0.0.130 - - [2026-03-12 02:11:50] "POST /neutron/port HTTP/1.1" 200 1123 0.016857 10.0.0.130 - - [2026-03-12 02:11:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003141 10.0.0.130 - - [2026-03-12 02:11:50] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001100 10.0.0.130 - - [2026-03-12 02:11:50] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.059313 10.0.0.130 - - [2026-03-12 02:11:50] "POST /neutron/subnet HTTP/1.1" 200 703 0.014182 10.0.0.130 - - [2026-03-12 02:11:50] "POST /neutron/network HTTP/1.1" 200 834 0.005330 10.0.0.130 - - [2026-03-12 02:11:50] "POST /neutron/port HTTP/1.1" 200 117 0.001115 10.0.0.130 - - [2026-03-12 02:11:50] "POST /neutron/network HTTP/1.1" 200 833 0.006471 10.0.0.130 - - [2026-03-12 02:11:50] "POST /neutron/port HTTP/1.1" 200 1123 0.015127 10.0.0.130 - - [2026-03-12 02:11:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007257 10.0.0.130 - - [2026-03-12 02:11:50] "POST /neutron/port HTTP/1.1" 200 117 0.012102 10.0.0.130 - - [2026-03-12 02:11:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.002613 10.0.0.130 - - [2026-03-12 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.130 - - [2026-03-12 02:11:50] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001562 10.0.0.130 - - [2026-03-12 02:11:50] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009984 10.0.0.130 - - [2026-03-12 02:11:50] "POST /service-templates HTTP/1.1" 200 545 0.022640 10.0.0.130 - - [2026-03-12 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002611 10.0.0.130 - - [2026-03-12 02:11:50] "GET /service-template/727a0003-089f-43fe-bd74-02b035d0e9f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004216 10.0.0.130 - - [2026-03-12 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.130 - - [2026-03-12 02:11:50] "GET /service-template/727a0003-089f-43fe-bd74-02b035d0e9f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003417 10.0.0.130 - - [2026-03-12 02:11:50] "POST /neutron/network HTTP/1.1" 200 844 0.005974 10.0.0.130 - - [2026-03-12 02:11:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.001477 10.0.0.130 - - [2026-03-12 02:11:50] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002292 10.0.0.130 - - [2026-03-12 02:11:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.001275 10.0.0.130 - - [2026-03-12 02:11:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.001582 10.0.0.130 - - [2026-03-12 02:11:51] "POST /neutron/port HTTP/1.1" 200 2039 0.027931 10.0.0.130 - - [2026-03-12 02:11:51] "POST /neutron/port HTTP/1.1" 200 1058 0.280968 10.0.0.130 - - [2026-03-12 02:11:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006407 10.0.0.130 - - [2026-03-12 02:11:51] "POST /neutron/port HTTP/1.1" 200 1058 0.009800 10.0.0.130 - - [2026-03-12 02:11:51] "POST /neutron/port HTTP/1.1" 200 1058 0.016829 10.0.0.130 - - [2026-03-12 02:11:51] "POST /neutron/port HTTP/1.1" 200 1112 0.084618 10.0.0.130 - - [2026-03-12 02:11:51] "POST /neutron/port HTTP/1.1" 200 1122 0.022721 10.0.0.130 - - [2026-03-12 02:11:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003052 10.0.0.130 - - [2026-03-12 02:11:51] "POST /neutron/subnet HTTP/1.1" 200 699 0.006784 10.0.0.130 - - [2026-03-12 02:11:51] "POST /neutron/port HTTP/1.1" 200 117 0.001335 10.0.0.130 - - [2026-03-12 02:11:51] "POST /neutron/network HTTP/1.1" 200 834 0.005240 10.0.0.130 - - [2026-03-12 02:11:51] "POST /neutron/network HTTP/1.1" 200 2223 0.011037 10.0.0.130 - - [2026-03-12 02:11:51] "GET /aaa-mode HTTP/1.1" 401 293 0.000475 10.0.0.130 - - [2026-03-12 02:11:52] "GET / HTTP/1.1" 200 36215 0.001540 10.0.0.130 - - [2026-03-12 02:11:52] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000347 10.0.0.130 - - [2026-03-12 02:11:52] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001079 10.0.0.130 - - [2026-03-12 02:11:52] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.059880 10.0.0.130 - - [2026-03-12 02:11:52] "POST /neutron/network HTTP/1.1" 200 831 0.006345 10.0.0.130 - - [2026-03-12 02:11:52] "POST /neutron/network HTTP/1.1" 200 833 0.006662 10.0.0.130 - - [2026-03-12 02:11:52] "POST /neutron/network HTTP/1.1" 200 834 0.005940 10.0.0.130 - - [2026-03-12 02:11:52] "POST /neutron/port HTTP/1.1" 200 2093 0.034469 10.0.0.130 - - [2026-03-12 02:11:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008818 10.0.0.130 - - [2026-03-12 02:11:53] "POST /neutron/port HTTP/1.1" 200 117 0.005063 10.0.0.130 - - [2026-03-12 02:11:53] "POST /neutron/port HTTP/1.1" 200 117 0.006045 10.0.0.130 - - [2026-03-12 02:11:53] "POST /neutron/network HTTP/1.1" 200 2223 0.015465 10.0.0.130 - - [2026-03-12 02:11:53] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001539 10.0.0.130 - - [2026-03-12 02:11:53] "POST /neutron/port HTTP/1.1" 200 1057 0.285021 10.0.0.130 - - [2026-03-12 02:11:53] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001900 10.0.0.130 - - [2026-03-12 02:11:53] "POST /neutron/port HTTP/1.1" 200 1059 0.268813 10.0.0.130 - - [2026-03-12 02:11:54] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001454 10.0.0.130 - - [2026-03-12 02:11:54] "POST /neutron/port HTTP/1.1" 200 1058 0.221087 10.0.0.130 - - [2026-03-12 02:11:54] "POST /neutron/port HTTP/1.1" 200 1057 0.009986 10.0.0.130 - - [2026-03-12 02:11:54] "POST /neutron/port HTTP/1.1" 200 1057 0.011042 10.0.0.130 - - [2026-03-12 02:11:54] "POST /neutron/port HTTP/1.1" 200 1111 0.072648 10.0.0.130 - - [2026-03-12 02:11:54] "POST /neutron/port HTTP/1.1" 200 1059 0.012329 10.0.0.130 - - [2026-03-12 02:11:54] "POST /neutron/port HTTP/1.1" 200 1059 0.011108 10.0.0.130 - - [2026-03-12 02:11:54] "POST /neutron/port HTTP/1.1" 200 1113 0.077471 10.0.0.130 - - [2026-03-12 02:11:54] "POST /neutron/port HTTP/1.1" 200 1058 0.012262 10.0.0.130 - - [2026-03-12 02:11:54] "POST /neutron/port HTTP/1.1" 200 1058 0.011415 10.0.0.130 - - [2026-03-12 02:11:54] "POST /neutron/port HTTP/1.1" 200 1112 0.064770 10.0.0.130 - - [2026-03-12 02:11:54] "POST /neutron/port HTTP/1.1" 200 3061 0.017714 10.0.0.130 - - [2026-03-12 02:11:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003294 10.0.0.130 - - [2026-03-12 02:11:54] "POST /neutron/subnet HTTP/1.1" 200 694 0.006321 10.0.0.130 - - [2026-03-12 02:11:54] "POST /neutron/port HTTP/1.1" 200 117 0.001266 10.0.0.130 - - [2026-03-12 02:11:54] "POST /neutron/network HTTP/1.1" 200 831 0.004614 10.0.0.130 - - [2026-03-12 02:11:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003309 10.0.0.130 - - [2026-03-12 02:11:54] "POST /neutron/subnet HTTP/1.1" 200 703 0.006700 10.0.0.130 - - [2026-03-12 02:11:54] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.130 - - [2026-03-12 02:11:54] "POST /neutron/network HTTP/1.1" 200 833 0.005855 10.0.0.130 - - [2026-03-12 02:11:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003245 10.0.0.130 - - [2026-03-12 02:11:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.009537 10.0.0.130 - - [2026-03-12 02:11:54] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.130 - - [2026-03-12 02:11:54] "POST /neutron/network HTTP/1.1" 200 834 0.005227 10.0.0.130 - - [2026-03-12 02:11:58] "POST /neutron/port HTTP/1.1" 200 3061 0.027544 10.0.0.130 - - [2026-03-12 02:11:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009392 10.0.0.130 - - [2026-03-12 02:11:58] "POST /neutron/port HTTP/1.1" 200 3061 0.022600 10.0.0.130 - - [2026-03-12 02:11:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007383 10.0.0.130 - - [2026-03-12 02:11:58] "POST /neutron/port HTTP/1.1" 200 3061 0.017295 10.0.0.130 - - [2026-03-12 02:11:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006269 10.0.0.130 - - [2026-03-12 02:11:58] "POST /neutron/port HTTP/1.1" 200 3061 0.024720 10.0.0.130 - - [2026-03-12 02:11:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005823 10.0.0.130 - - [2026-03-12 02:11:58] "POST /neutron/port HTTP/1.1" 200 3061 0.019095 10.0.0.130 - - [2026-03-12 02:11:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009758 10.0.0.130 - - [2026-03-12 02:11:58] "GET /virtual-machine/b0aa0c19-f4ca-4868-a4a4-b78dc4fb104e HTTP/1.1" 200 1807 0.007295 10.0.0.130 - - [2026-03-12 02:11:58] "GET /virtual-machine-interface/3cb4d5ff-35cc-4000-bc24-a04804b5360e HTTP/1.1" 200 2956 0.004692 10.0.0.130 - - [2026-03-12 02:11:58] "GET /virtual-machine-interface/5e47f4bb-86c7-4793-a818-09878a628fd8 HTTP/1.1" 200 2953 0.005476 10.0.0.130 - - [2026-03-12 02:11:58] "GET /virtual-machine-interface/602b28a4-5c23-458d-b92e-7ff38c2ed7b7 HTTP/1.1" 200 2953 0.004635 10.0.0.130 - - [2026-03-12 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.130 - - [2026-03-12 02:11:58] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003596 10.0.0.130 - - [2026-03-12 02:11:58] "GET /virtual-networks?parent_id=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002946 10.0.0.130 - - [2026-03-12 02:11:58] "GET /virtual-network/b9f27709-4b77-4e0a-b1a8-164a42d6439a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004883 10.0.0.130 - - [2026-03-12 02:11:59] "POST /neutron/port HTTP/1.1" 200 1123 0.011504 10.0.0.130 - - [2026-03-12 02:11:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005077 10.0.0.130 - - [2026-03-12 02:12:00] "POST /neutron/port HTTP/1.1" 200 1122 0.014834 10.0.0.130 - - [2026-03-12 02:12:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006932 10.0.0.130 - - [2026-03-12 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.130 - - [2026-03-12 02:12:01] "GET /virtual-network/b9f27709-4b77-4e0a-b1a8-164a42d6439a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004904 10.0.0.130 - - [2026-03-12 02:12:05] "DELETE /project/27bea331e3a94fd6bebdcdf47516de09 HTTP/1.1" 404 173 0.010686 10.0.0.130 - - [2026-03-12 02:12:05] "DELETE /project/fccfd10fd30048a883fb744b226925c8 HTTP/1.1" 404 173 0.005732 10.0.0.130 - - [2026-03-12 02:12:05] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000911 10.0.0.130 - - [2026-03-12 02:12:05] "GET /projects?obj_uuids=27bea331-e3a9-4fd6-bebd-cdf47516de09&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000828 10.0.0.130 - - [2026-03-12 02:12:05] "GET /project/27bea331-e3a9-4fd6-bebd-cdf47516de09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.026283 10.0.0.130 - - [2026-03-12 02:12:05] "GET /project/1e35ac15-d13c-4d1e-92b7-a31e75c173fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.030788 10.0.0.130 - - [2026-03-12 02:12:05] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001004 10.0.0.130 - - [2026-03-12 02:12:05] "GET /projects?obj_uuids=27bea331-e3a9-4fd6-bebd-cdf47516de09&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001202 10.0.0.130 - - [2026-03-12 02:12:05] "GET /project/27bea331-e3a9-4fd6-bebd-cdf47516de09?fields=security_groups HTTP/1.1" 200 1342 0.030725 10.0.0.130 - - [2026-03-12 02:12:05] "GET /project/1e35ac15-d13c-4d1e-92b7-a31e75c173fa?fields=security_groups HTTP/1.1" 200 1369 0.033582 10.0.0.130 - - [2026-03-12 02:12:05] "DELETE /security-group/d5d6373a-c067-46bd-a2ea-4f10ea77b14c HTTP/1.1" 200 115 0.048497 10.0.0.130 - - [2026-03-12 02:12:05] "DELETE /security-group/107d789f-fe2b-4618-9d51-c204088f86bf HTTP/1.1" 200 115 0.050234 10.0.0.130 - - [2026-03-12 02:12:05] "GET /projects?obj_uuids=27bea331-e3a9-4fd6-bebd-cdf47516de09&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001020 10.0.0.130 - - [2026-03-12 02:12:05] "GET /projects?obj_uuids=1e35ac15-d13c-4d1e-92b7-a31e75c173fa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000907 10.0.0.130 - - [2026-03-12 02:12:05] "DELETE /access-control-list/a0e0fa31-b9ef-4aaf-8035-a3a8d3eab8f2 HTTP/1.1" 200 115 0.041389 10.0.0.130 - - [2026-03-12 02:12:05] "GET /project/27bea331-e3a9-4fd6-bebd-cdf47516de09?fields=application_policy_sets HTTP/1.1" 200 1381 0.046654 10.0.0.130 - - [2026-03-12 02:12:05] "GET /project/1e35ac15-d13c-4d1e-92b7-a31e75c173fa?fields=application_policy_sets HTTP/1.1" 200 1408 0.049115 10.0.0.130 - - [2026-03-12 02:12:05] "DELETE /access-control-list/e01c9e8c-5ca7-428a-a499-915e449ac84c HTTP/1.1" 200 115 0.046550 10.0.0.130 - - [2026-03-12 02:12:05] "DELETE /access-control-list/ba987c6e-bfe1-4df2-9abf-2cce11f329ff HTTP/1.1" 200 115 0.026317 10.0.0.130 - - [2026-03-12 02:12:05] "DELETE /access-control-list/15e50ba7-b60b-41c6-a51d-7d540d08b6dd HTTP/1.1" 200 115 0.046315 10.0.0.130 - - [2026-03-12 02:12:05] "DELETE /project/27bea331-e3a9-4fd6-bebd-cdf47516de09 HTTP/1.1" 200 115 0.364403 10.0.0.130 - - [2026-03-12 02:12:05] "DELETE /project/1e35ac15-d13c-4d1e-92b7-a31e75c173fa HTTP/1.1" 200 115 0.368262 10.0.0.130 - - [2026-03-12 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.130 - - [2026-03-12 02:12:06] "GET /virtual-network/b9f27709-4b77-4e0a-b1a8-164a42d6439a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005159 10.0.0.130 - - [2026-03-12 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002627 10.0.0.130 - - [2026-03-12 02:12:10] "GET /virtual-network/b9f27709-4b77-4e0a-b1a8-164a42d6439a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005694 10.0.0.130 - - [2026-03-12 02:12:10] "GET /obj-perms HTTP/1.1" 200 5075 0.053181 10.0.0.130 - - [2026-03-12 02:12:10] "GET /obj-perms HTTP/1.1" 200 5075 0.054973 10.0.0.130 - - [2026-03-12 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.130 - - [2026-03-12 02:12:14] "GET /virtual-network/b9f27709-4b77-4e0a-b1a8-164a42d6439a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004594 10.0.0.130 - - [2026-03-12 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.130 - - [2026-03-12 02:12:16] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002640 10.0.0.130 - - [2026-03-12 02:12:16] "GET /virtual-networks?parent_id=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002637 10.0.0.130 - - [2026-03-12 02:12:16] "GET /virtual-network/b9f27709-4b77-4e0a-b1a8-164a42d6439a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005120 10.0.0.130 - - [2026-03-12 02:12:16] "POST /neutron/port HTTP/1.1" 200 3061 0.021660 10.0.0.130 - - [2026-03-12 02:12:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005882 10.0.0.130 - - [2026-03-12 02:12:21] "POST /neutron/port HTTP/1.1" 200 3061 0.033704 10.0.0.130 - - [2026-03-12 02:12:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008592 10.0.0.130 - - [2026-03-12 02:12:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.130 - - [2026-03-12 02:12:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000518 10.0.0.130 - - [2026-03-12 02:12:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000422 10.0.0.130 - - [2026-03-12 02:12:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.130 - - [2026-03-12 02:12:25] "POST /neutron/port HTTP/1.1" 200 3061 0.017398 10.0.0.130 - - [2026-03-12 02:12:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006150 10.0.0.130 - - [2026-03-12 02:12:27] "POST /neutron/port HTTP/1.1" 200 3061 0.017627 10.0.0.130 - - [2026-03-12 02:12:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007164 10.0.0.130 - - [2026-03-12 02:12:32] "POST /neutron/port HTTP/1.1" 200 3061 0.016405 10.0.0.130 - - [2026-03-12 02:12:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005532 10.0.0.130 - - [2026-03-12 02:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.130 - - [2026-03-12 02:12:37] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003277 10.0.0.130 - - [2026-03-12 02:12:37] "GET /virtual-networks?parent_id=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002662 10.0.0.130 - - [2026-03-12 02:12:37] "GET /virtual-network/db56f45b-3148-40a1-a349-87041ce1523a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006506 10.0.0.130 - - [2026-03-12 02:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.130 - - [2026-03-12 02:12:37] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003437 10.0.0.130 - - [2026-03-12 02:12:37] "GET /virtual-networks?parent_id=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003344 10.0.0.130 - - [2026-03-12 02:12:37] "GET /virtual-network/0b9d5034-e4ae-488c-83b1-b094b1083976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006727 10.0.0.130 - - [2026-03-12 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.002954 10.0.0.130 - - [2026-03-12 02:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.130 - - [2026-03-12 02:12:38] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.032728 10.0.0.130 - - [2026-03-12 02:12:38] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.054086 10.0.0.130 - - [2026-03-12 02:12:38] "POST /service-instances HTTP/1.1" 200 545 0.060758 10.0.0.130 - - [2026-03-12 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002528 10.0.0.130 - - [2026-03-12 02:12:38] "GET /service-instance/90158af6-df2e-40fe-a4f3-c09bfe72d34d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005261 10.0.0.130 - - [2026-03-12 02:12:38] "POST /port-tuples HTTP/1.1" 200 588 0.023324 10.0.0.130 - - [2026-03-12 02:12:38] "GET /virtual-machine-interface/602b28a4-5c23-458d-b92e-7ff38c2ed7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.005644 10.0.0.130 - - [2026-03-12 02:12:38] "PUT /virtual-machine-interface/602b28a4-5c23-458d-b92e-7ff38c2ed7b7 HTTP/1.1" 200 285 0.010405 10.0.0.130 - - [2026-03-12 02:12:38] "POST /ref-update HTTP/1.1" 200 156 0.010502 10.0.0.130 - - [2026-03-12 02:12:38] "POST /instance-ips HTTP/1.1" 200 386 0.026281 10.0.0.130 - - [2026-03-12 02:12:38] "POST /ref-update HTTP/1.1" 200 156 0.010915 10.0.0.130 - - [2026-03-12 02:12:38] "GET /virtual-machine-interface/5e47f4bb-86c7-4793-a818-09878a628fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.007377 10.0.0.130 - - [2026-03-12 02:12:38] "POST /ref-update HTTP/1.1" 200 156 0.007741 10.0.0.130 - - [2026-03-12 02:12:38] "PUT /virtual-machine-interface/5e47f4bb-86c7-4793-a818-09878a628fd8 HTTP/1.1" 200 285 0.012116 10.0.0.130 - - [2026-03-12 02:12:38] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002577 10.0.0.130 - - [2026-03-12 02:12:38] "POST /ref-update HTTP/1.1" 200 156 0.009094 10.0.0.130 - - [2026-03-12 02:12:38] "GET /virtual-machine-interface/3cb4d5ff-35cc-4000-bc24-a04804b5360e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.005584 10.0.0.130 - - [2026-03-12 02:12:38] "POST /instance-ips HTTP/1.1" 200 386 0.029815 10.0.0.130 - - [2026-03-12 02:12:38] "PUT /virtual-machine-interface/3cb4d5ff-35cc-4000-bc24-a04804b5360e HTTP/1.1" 200 285 0.012858 10.0.0.130 - - [2026-03-12 02:12:38] "POST /ref-update HTTP/1.1" 200 156 0.008883 10.0.0.130 - - [2026-03-12 02:12:38] "POST /ref-update HTTP/1.1" 200 156 0.010576 10.0.0.130 - - [2026-03-12 02:12:38] "POST /ref-update HTTP/1.1" 200 156 0.017136 10.0.0.130 - - [2026-03-12 02:12:38] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002664 10.0.0.130 - - [2026-03-12 02:12:38] "POST /neutron/port HTTP/1.1" 200 1123 0.016679 10.0.0.130 - - [2026-03-12 02:12:38] "POST /instance-ips HTTP/1.1" 200 374 0.021859 10.0.0.130 - - [2026-03-12 02:12:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005954 10.0.0.130 - - [2026-03-12 02:12:39] "POST /ref-update HTTP/1.1" 200 156 0.008353 10.0.0.130 - - [2026-03-12 02:12:39] "POST /neutron/port HTTP/1.1" 200 1123 0.010532 10.0.0.130 - - [2026-03-12 02:12:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005517 10.0.0.130 - - [2026-03-12 02:12:39] "POST /ref-update HTTP/1.1" 200 156 0.007446 10.0.0.130 - - [2026-03-12 02:12:39] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002643 10.0.0.130 - - [2026-03-12 02:12:39] "POST /neutron/port HTTP/1.1" 200 1123 0.014987 10.0.0.130 - - [2026-03-12 02:12:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006715 10.0.0.130 - - [2026-03-12 02:12:39] "GET /virtual-machine/c7ed7356-d643-495d-a227-09839fdaa3f6 HTTP/1.1" 200 1293 0.004608 10.0.0.130 - - [2026-03-12 02:12:39] "GET /virtual-machine-interface/66df5916-ca97-4e6a-8a00-5c4c8441ef1e HTTP/1.1" 200 2952 0.006195 10.0.0.130 - - [2026-03-12 02:12:39] "POST /instance-ips HTTP/1.1" 200 374 0.020338 10.0.0.130 - - [2026-03-12 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.130 - - [2026-03-12 02:12:39] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003392 10.0.0.130 - - [2026-03-12 02:12:39] "POST /ref-update HTTP/1.1" 200 156 0.007347 10.0.0.130 - - [2026-03-12 02:12:39] "GET /virtual-networks?parent_id=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002913 10.0.0.130 - - [2026-03-12 02:12:39] "POST /ref-update HTTP/1.1" 200 156 0.008059 10.0.0.130 - - [2026-03-12 02:12:39] "GET /virtual-network/db56f45b-3148-40a1-a349-87041ce1523a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005562 10.0.0.130 - - [2026-03-12 02:12:39] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002781 10.0.0.130 - - [2026-03-12 02:12:39] "POST /instance-ips HTTP/1.1" 200 376 0.017707 10.0.0.130 - - [2026-03-12 02:12:39] "POST /ref-update HTTP/1.1" 200 156 0.007939 10.0.0.130 - - [2026-03-12 02:12:39] "POST /ref-update HTTP/1.1" 200 156 0.008446 10.0.0.130 - - [2026-03-12 02:12:39] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002536 10.0.0.130 - - [2026-03-12 02:12:39] "POST /instance-ips HTTP/1.1" 200 376 0.013073 10.0.0.130 - - [2026-03-12 02:12:39] "POST /ref-update HTTP/1.1" 200 156 0.008255 10.0.0.130 - - [2026-03-12 02:12:39] "POST /ref-update HTTP/1.1" 200 156 0.008666 10.0.0.130 - - [2026-03-12 02:12:39] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002683 10.0.0.130 - - [2026-03-12 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002427 10.0.0.130 - - [2026-03-12 02:12:40] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002961 10.0.0.130 - - [2026-03-12 02:12:40] "GET /virtual-networks?parent_id=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003180 10.0.0.130 - - [2026-03-12 02:12:40] "GET /virtual-network/db56f45b-3148-40a1-a349-87041ce1523a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005360 10.0.0.130 - - [2026-03-12 02:12:40] "POST /neutron/port HTTP/1.1" 200 1122 0.011383 10.0.0.130 - - [2026-03-12 02:12:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006982 10.0.0.130 - - [2026-03-12 02:12:40] "POST /neutron/port HTTP/1.1" 200 1122 0.011662 10.0.0.130 - - [2026-03-12 02:12:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005407 10.0.0.130 - - [2026-03-12 02:12:40] "POST /neutron/port HTTP/1.1" 200 1122 0.012027 10.0.0.130 - - [2026-03-12 02:12:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006095 10.0.0.130 - - [2026-03-12 02:12:41] "GET /virtual-machine/9694ca7e-a9cf-4a92-9138-5d7aea08e726 HTTP/1.1" 200 1293 0.004289 10.0.0.130 - - [2026-03-12 02:12:41] "GET /virtual-machine-interface/b68437cb-f300-4173-8fea-71e57cee1359 HTTP/1.1" 200 2957 0.004439 10.0.0.130 - - [2026-03-12 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.130 - - [2026-03-12 02:12:41] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003256 10.0.0.130 - - [2026-03-12 02:12:41] "GET /virtual-networks?parent_id=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002615 10.0.0.130 - - [2026-03-12 02:12:41] "GET /virtual-network/0b9d5034-e4ae-488c-83b1-b094b1083976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005030 10.0.0.130 - - [2026-03-12 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.130 - - [2026-03-12 02:12:42] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004358 10.0.0.130 - - [2026-03-12 02:12:42] "GET /virtual-networks?parent_id=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003132 10.0.0.130 - - [2026-03-12 02:12:42] "GET /virtual-network/0b9d5034-e4ae-488c-83b1-b094b1083976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005033 10.0.0.130 - - [2026-03-12 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.002699 10.0.0.130 - - [2026-03-12 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.130 - - [2026-03-12 02:12:42] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.130 - - [2026-03-12 02:12:42] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.022543 10.0.0.130 - - [2026-03-12 02:12:42] "POST /network-policys HTTP/1.1" 200 549 0.015519 10.0.0.130 - - [2026-03-12 02:12:42] "GET /network-policy/0a66bd40-c689-4fc9-9e29-27b791f76aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.005088 10.0.0.130 - - [2026-03-12 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.130 - - [2026-03-12 02:12:42] "GET /virtual-network/db56f45b-3148-40a1-a349-87041ce1523a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004866 10.0.0.130 - - [2026-03-12 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.130 - - [2026-03-12 02:12:42] "GET /network-policy/0a66bd40-c689-4fc9-9e29-27b791f76aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003394 10.0.0.130 - - [2026-03-12 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.026556 10.0.0.130 - - [2026-03-12 02:12:43] "POST /fqname-to-id HTTP/1.1" 404 242 0.030574 10.0.0.130 - - [2026-03-12 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002427 10.0.0.130 - - [2026-03-12 02:12:43] "POST /access-control-lists HTTP/1.1" 200 603 0.060363 10.0.0.130 - - [2026-03-12 02:12:43] "GET /network-policy/0a66bd40-c689-4fc9-9e29-27b791f76aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003113 10.0.0.130 - - [2026-03-12 02:12:43] "POST /neutron/network HTTP/1.1" 200 921 0.006308 10.0.0.130 - - [2026-03-12 02:12:43] "GET /virtual-network/db56f45b-3148-40a1-a349-87041ce1523a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004848 10.0.0.130 - - [2026-03-12 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.130 - - [2026-03-12 02:12:43] "GET /network-policy/0a66bd40-c689-4fc9-9e29-27b791f76aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003127 10.0.0.130 - - [2026-03-12 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002495 10.0.0.130 - - [2026-03-12 02:12:43] "GET /virtual-network/0b9d5034-e4ae-488c-83b1-b094b1083976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004652 10.0.0.130 - - [2026-03-12 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002556 10.0.0.130 - - [2026-03-12 02:12:43] "GET /network-policy/0a66bd40-c689-4fc9-9e29-27b791f76aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003172 10.0.0.130 - - [2026-03-12 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.025425 10.0.0.130 - - [2026-03-12 02:12:43] "PUT /access-control-list/6b470477-4ed2-4839-b326-6f11ee8b91d3 HTTP/1.1" 200 273 0.011899 10.0.0.130 - - [2026-03-12 02:12:43] "POST /fqname-to-id HTTP/1.1" 404 244 0.002350 10.0.0.130 - - [2026-03-12 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002524 10.0.0.130 - - [2026-03-12 02:12:43] "GET /network-policy/0a66bd40-c689-4fc9-9e29-27b791f76aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.020017 10.0.0.130 - - [2026-03-12 02:12:43] "POST /access-control-lists HTTP/1.1" 200 606 0.057968 10.0.0.130 - - [2026-03-12 02:12:43] "POST /neutron/network HTTP/1.1" 200 922 0.005556 10.0.0.130 - - [2026-03-12 02:12:43] "POST /routing-instances HTTP/1.1" 200 761 0.023721 10.0.0.130 - - [2026-03-12 02:12:43] "GET /virtual-network/0b9d5034-e4ae-488c-83b1-b094b1083976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.007311 10.0.0.130 - - [2026-03-12 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.130 - - [2026-03-12 02:12:43] "POST /route-targets HTTP/1.1" 200 328 0.008750 10.0.0.130 - - [2026-03-12 02:12:43] "GET /network-policy/0a66bd40-c689-4fc9-9e29-27b791f76aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003511 10.0.0.130 - - [2026-03-12 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.009079 10.0.0.130 - - [2026-03-12 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.130 - - [2026-03-12 02:12:43] "GET /routing-instance/fb5dd997-8b52-425a-8eb9-f8c1809b6d92?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.003852 10.0.0.130 - - [2026-03-12 02:12:43] "GET /service-template/727a0003-089f-43fe-bd74-02b035d0e9f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003099 10.0.0.130 - - [2026-03-12 02:12:43] "GET /routing-instance/fb5dd997-8b52-425a-8eb9-f8c1809b6d92?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.003854 10.0.0.130 - - [2026-03-12 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.130 - - [2026-03-12 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.009925 10.0.0.130 - - [2026-03-12 02:12:44] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001190 10.0.0.130 - - [2026-03-12 02:12:44] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.028988 10.0.0.130 - - [2026-03-12 02:12:44] "POST /routing-instances HTTP/1.1" 200 762 0.029315 10.0.0.130 - - [2026-03-12 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.130 - - [2026-03-12 02:12:44] "POST /route-targets HTTP/1.1" 200 328 0.010054 10.0.0.130 - - [2026-03-12 02:12:44] "GET /service-instance/90158af6-df2e-40fe-a4f3-c09bfe72d34d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3539 0.004651 10.0.0.130 - - [2026-03-12 02:12:44] "POST /ref-update HTTP/1.1" 200 156 0.011583 10.0.0.130 - - [2026-03-12 02:12:44] "GET /domains HTTP/1.1" 200 281 0.004653 10.0.0.130 - - [2026-03-12 02:12:44] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.130 - - [2026-03-12 02:12:44] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2781 0.007369 10.0.0.130 - - [2026-03-12 02:12:44] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001123 10.0.0.130 - - [2026-03-12 02:12:44] "GET /routing-instance/0bad73b9-a8b0-4dec-a052-9b7aa57c8208?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.003807 10.0.0.130 - - [2026-03-12 02:12:44] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8 HTTP/1.1" 200 4248 0.067444 10.0.0.130 - - [2026-03-12 02:12:44] "GET /routing-instance/0bad73b9-a8b0-4dec-a052-9b7aa57c8208?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.003800 10.0.0.130 - - [2026-03-12 02:12:44] "GET /service-instance/90158af6-df2e-40fe-a4f3-c09bfe72d34d HTTP/1.1" 200 3794 0.004487 10.0.0.130 - - [2026-03-12 02:12:44] "GET /domains HTTP/1.1" 200 281 0.002178 10.0.0.130 - - [2026-03-12 02:12:44] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001208 10.0.0.130 - - [2026-03-12 02:12:44] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2781 0.012571 10.0.0.130 - - [2026-03-12 02:12:44] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001439 10.0.0.130 - - [2026-03-12 02:12:44] "PUT /routing-instance/fb5dd997-8b52-425a-8eb9-f8c1809b6d92 HTTP/1.1" 200 267 0.011300 10.0.0.130 - - [2026-03-12 02:12:44] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8 HTTP/1.1" 200 4248 0.074170 10.0.0.130 - - [2026-03-12 02:12:44] "GET /service-instance/90158af6-df2e-40fe-a4f3-c09bfe72d34d HTTP/1.1" 200 3794 0.004424 10.0.0.130 - - [2026-03-12 02:12:44] "PUT /routing-instance/0bad73b9-a8b0-4dec-a052-9b7aa57c8208 HTTP/1.1" 200 267 0.023672 10.0.0.130 - - [2026-03-12 02:12:44] "GET /port-tuple/311d45e1-1c44-47a8-ae3f-ea6d28c03a19 HTTP/1.1" 200 1984 0.006398 10.0.0.130 - - [2026-03-12 02:12:44] "GET /virtual-machine-interface/3cb4d5ff-35cc-4000-bc24-a04804b5360e HTTP/1.1" 200 3814 0.005715 10.0.0.130 - - [2026-03-12 02:12:44] "GET /virtual-machine-interface/5e47f4bb-86c7-4793-a818-09878a628fd8 HTTP/1.1" 200 3808 0.006564 10.0.0.130 - - [2026-03-12 02:12:44] "GET /virtual-machine-interface/602b28a4-5c23-458d-b92e-7ff38c2ed7b7 HTTP/1.1" 200 3826 0.006887 10.0.0.130 - - [2026-03-12 02:12:44] "POST /ref-update HTTP/1.1" 200 156 0.016026 10.0.0.130 - - [2026-03-12 02:12:44] "POST /neutron/port HTTP/1.1" 200 3832 0.047891 10.0.0.130 - - [2026-03-12 02:12:44] "PUT /access-control-list/52e6842e-b9ac-4f31-9fe8-dd90b6ea2e28 HTTP/1.1" 200 273 0.011221 10.0.0.130 - - [2026-03-12 02:12:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006939 10.0.0.130 - - [2026-03-12 02:12:44] "POST /neutron/port HTTP/1.1" 200 3832 0.025720 10.0.0.130 - - [2026-03-12 02:12:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005502 10.0.0.130 - - [2026-03-12 02:12:44] "POST /neutron/port HTTP/1.1" 200 3832 0.028055 10.0.0.130 - - [2026-03-12 02:12:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005623 10.0.0.130 - - [2026-03-12 02:12:44] "POST /neutron/port HTTP/1.1" 200 3832 0.026979 10.0.0.130 - - [2026-03-12 02:12:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005498 10.0.0.130 - - [2026-03-12 02:12:44] "POST /neutron/network HTTP/1.1" 200 895 0.010730 10.0.0.130 - - [2026-03-12 02:12:44] "POST /neutron/network HTTP/1.1" 200 921 0.004689 10.0.0.130 - - [2026-03-12 02:12:44] "POST /neutron/network HTTP/1.1" 200 805 0.010171 10.0.0.130 - - [2026-03-12 02:12:44] "POST /neutron/network HTTP/1.1" 200 831 0.004639 10.0.0.130 - - [2026-03-12 02:12:44] "POST /neutron/network HTTP/1.1" 200 896 0.009825 10.0.0.130 - - [2026-03-12 02:12:44] "POST /neutron/network HTTP/1.1" 200 922 0.005047 10.0.0.130 - - [2026-03-12 02:12:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001375 10.0.0.130 - - [2026-03-12 02:12:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.000973 10.0.0.130 - - [2026-03-12 02:12:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.001378 10.0.0.130 - - [2026-03-12 02:12:45] "GET /virtual-machine/b0aa0c19-f4ca-4868-a4a4-b78dc4fb104e HTTP/1.1" 200 1807 0.003615 10.0.0.130 - - [2026-03-12 02:12:45] "GET /virtual-machine-interface/3cb4d5ff-35cc-4000-bc24-a04804b5360e HTTP/1.1" 200 3814 0.005969 10.0.0.130 - - [2026-03-12 02:12:45] "GET /virtual-machine-interface/5e47f4bb-86c7-4793-a818-09878a628fd8 HTTP/1.1" 200 3808 0.006087 10.0.0.130 - - [2026-03-12 02:12:45] "GET /virtual-machine-interface/602b28a4-5c23-458d-b92e-7ff38c2ed7b7 HTTP/1.1" 200 3826 0.006001 10.0.0.130 - - [2026-03-12 02:12:45] "GET /instance-ip/4856d0d4-1bbb-4cad-bfd0-eb5ef93496ad HTTP/1.1" 200 1962 0.004129 10.0.0.130 - - [2026-03-12 02:12:45] "GET /instance-ip/7babdcbb-bbdd-426b-8036-6b8bc70dfae3 HTTP/1.1" 200 1624 0.005422 10.0.0.130 - - [2026-03-12 02:12:45] "GET /instance-ip/d29690e1-c51f-41cf-92e5-0a0c530946f1 HTTP/1.1" 200 1965 0.003818 10.0.0.130 - - [2026-03-12 02:12:45] "GET /instance-ip/424b2dfa-9fc2-4845-a1db-133441a5ab66 HTTP/1.1" 200 1960 0.004218 10.0.0.130 - - [2026-03-12 02:12:45] "GET /instance-ip/77e9512e-257d-4ff2-9640-2048ee6c04bd HTTP/1.1" 200 1958 0.004058 10.0.0.130 - - [2026-03-12 02:12:45] "GET /instance-ip/d03592bf-a44b-4fef-b788-a8068ac4ead1 HTTP/1.1" 200 1626 0.005594 10.0.0.130 - - [2026-03-12 02:12:45] "GET /instance-ip/1099e73c-36e4-4d3a-bcac-d5ccd4f0739a HTTP/1.1" 200 1982 0.003952 10.0.0.130 - - [2026-03-12 02:12:45] "GET /instance-ip/a5a548ca-4ffa-46aa-a869-e76613a91b08 HTTP/1.1" 200 1985 0.003926 10.0.0.130 - - [2026-03-12 02:12:45] "GET /instance-ip/e4caa59d-4c2d-458b-98f5-1235e3d7cf92 HTTP/1.1" 200 1624 0.005192 10.0.0.130 - - [2026-03-12 02:12:45] "POST /neutron/port HTTP/1.1" 200 3832 0.026877 10.0.0.130 - - [2026-03-12 02:12:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005597 10.0.0.130 - - [2026-03-12 02:12:45] "POST /neutron/port HTTP/1.1" 200 3832 0.026814 10.0.0.130 - - [2026-03-12 02:12:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005316 10.0.0.130 - - [2026-03-12 02:12:45] "POST /neutron/port HTTP/1.1" 200 3832 0.031380 10.0.0.130 - - [2026-03-12 02:12:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005718 10.0.0.130 - - [2026-03-12 02:12:45] "POST /neutron/port HTTP/1.1" 200 3832 0.026221 10.0.0.130 - - [2026-03-12 02:12:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005419 10.0.0.130 - - [2026-03-12 02:12:45] "GET /virtual-machine/b0aa0c19-f4ca-4868-a4a4-b78dc4fb104e HTTP/1.1" 200 1807 0.003077 10.0.0.130 - - [2026-03-12 02:12:45] "GET /virtual-machine-interface/3cb4d5ff-35cc-4000-bc24-a04804b5360e HTTP/1.1" 200 3814 0.004416 10.0.0.130 - - [2026-03-12 02:12:45] "GET /virtual-machine-interface/5e47f4bb-86c7-4793-a818-09878a628fd8 HTTP/1.1" 200 3808 0.004834 10.0.0.130 - - [2026-03-12 02:12:45] "GET /virtual-machine-interface/602b28a4-5c23-458d-b92e-7ff38c2ed7b7 HTTP/1.1" 200 3826 0.004661 10.0.0.130 - - [2026-03-12 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.130 - - [2026-03-12 02:12:45] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003450 10.0.0.130 - - [2026-03-12 02:12:45] "GET /virtual-networks?parent_id=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002973 10.0.0.130 - - [2026-03-12 02:12:45] "GET /virtual-network/db56f45b-3148-40a1-a349-87041ce1523a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005914 10.0.0.130 - - [2026-03-12 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.130 - - [2026-03-12 02:12:46] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002821 10.0.0.130 - - [2026-03-12 02:12:46] "GET /virtual-networks?parent_id=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003182 10.0.0.130 - - [2026-03-12 02:12:46] "GET /virtual-network/db56f45b-3148-40a1-a349-87041ce1523a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004730 10.0.0.130 - - [2026-03-12 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.130 - - [2026-03-12 02:12:47] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003078 10.0.0.130 - - [2026-03-12 02:12:47] "GET /virtual-networks?parent_id=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002751 10.0.0.130 - - [2026-03-12 02:12:47] "GET /virtual-network/db56f45b-3148-40a1-a349-87041ce1523a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004945 10.0.0.130 - - [2026-03-12 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.130 - - [2026-03-12 02:12:47] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003390 10.0.0.130 - - [2026-03-12 02:12:47] "GET /virtual-networks?parent_id=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002846 10.0.0.130 - - [2026-03-12 02:12:47] "GET /virtual-network/db56f45b-3148-40a1-a349-87041ce1523a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005278 10.0.0.130 - - [2026-03-12 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002478 10.0.0.130 - - [2026-03-12 02:12:47] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003205 10.0.0.130 - - [2026-03-12 02:12:47] "GET /virtual-networks?parent_id=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002792 10.0.0.130 - - [2026-03-12 02:12:47] "GET /virtual-network/db56f45b-3148-40a1-a349-87041ce1523a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005008 10.0.0.130 - - [2026-03-12 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002509 10.0.0.130 - - [2026-03-12 02:12:47] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003700 10.0.0.130 - - [2026-03-12 02:12:47] "GET /virtual-networks?parent_id=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002803 10.0.0.130 - - [2026-03-12 02:12:47] "GET /virtual-network/b9f27709-4b77-4e0a-b1a8-164a42d6439a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005568 10.0.0.130 - - [2026-03-12 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.130 - - [2026-03-12 02:12:47] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003020 10.0.0.130 - - [2026-03-12 02:12:47] "GET /virtual-networks?parent_id=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002827 10.0.0.130 - - [2026-03-12 02:12:48] "GET /virtual-network/b9f27709-4b77-4e0a-b1a8-164a42d6439a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004786 10.0.0.130 - - [2026-03-12 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.130 - - [2026-03-12 02:12:48] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003875 10.0.0.130 - - [2026-03-12 02:12:48] "GET /virtual-networks?parent_id=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003233 10.0.0.130 - - [2026-03-12 02:12:48] "GET /virtual-network/b9f27709-4b77-4e0a-b1a8-164a42d6439a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005202 10.0.0.130 - - [2026-03-12 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.130 - - [2026-03-12 02:12:48] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003284 10.0.0.130 - - [2026-03-12 02:12:48] "GET /virtual-networks?parent_id=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002812 10.0.0.130 - - [2026-03-12 02:12:48] "GET /virtual-network/b9f27709-4b77-4e0a-b1a8-164a42d6439a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004904 10.0.0.130 - - [2026-03-12 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002544 10.0.0.130 - - [2026-03-12 02:12:48] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003147 10.0.0.130 - - [2026-03-12 02:12:48] "GET /virtual-networks?parent_id=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002641 10.0.0.130 - - [2026-03-12 02:12:48] "GET /virtual-network/0b9d5034-e4ae-488c-83b1-b094b1083976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004951 10.0.0.130 - - [2026-03-12 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.130 - - [2026-03-12 02:12:48] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003477 10.0.0.130 - - [2026-03-12 02:12:48] "GET /virtual-networks?parent_id=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002682 10.0.0.130 - - [2026-03-12 02:12:48] "GET /virtual-network/0b9d5034-e4ae-488c-83b1-b094b1083976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005453 10.0.0.130 - - [2026-03-12 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.130 - - [2026-03-12 02:12:48] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003351 10.0.0.130 - - [2026-03-12 02:12:49] "GET /virtual-networks?parent_id=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003276 10.0.0.130 - - [2026-03-12 02:12:49] "GET /virtual-network/0b9d5034-e4ae-488c-83b1-b094b1083976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004884 10.0.0.130 - - [2026-03-12 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.130 - - [2026-03-12 02:12:49] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004061 10.0.0.130 - - [2026-03-12 02:12:49] "GET /virtual-networks?parent_id=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002771 10.0.0.130 - - [2026-03-12 02:12:49] "GET /virtual-network/0b9d5034-e4ae-488c-83b1-b094b1083976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004845 10.0.0.130 - - [2026-03-12 02:12:49] "GET /virtual-machine/b0aa0c19-f4ca-4868-a4a4-b78dc4fb104e HTTP/1.1" 200 1807 0.004466 10.0.0.130 - - [2026-03-12 02:12:49] "GET /domains HTTP/1.1" 200 281 0.002428 10.0.0.130 - - [2026-03-12 02:12:49] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001304 10.0.0.130 - - [2026-03-12 02:12:49] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2781 0.006714 10.0.0.130 - - [2026-03-12 02:12:49] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000965 10.0.0.130 - - [2026-03-12 02:12:49] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8 HTTP/1.1" 200 4248 0.066053 10.0.0.130 - - [2026-03-12 02:12:49] "GET /service-instance/90158af6-df2e-40fe-a4f3-c09bfe72d34d HTTP/1.1" 200 3794 0.004135 10.0.0.130 - - [2026-03-12 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002632 10.0.0.130 - - [2026-03-12 02:12:49] "GET /routing-instance/bdb69853-e8cf-423e-9cb3-5156795d0a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003474 10.0.0.130 - - [2026-03-12 02:12:49] "GET /routing-instance/bdb69853-e8cf-423e-9cb3-5156795d0a4e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2025 0.004575 10.0.0.130 - - [2026-03-12 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.130 - - [2026-03-12 02:12:49] "GET /routing-instance/b1a727a2-eb61-4a34-9d11-303e274269c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1897 0.004916 10.0.0.130 - - [2026-03-12 02:12:49] "GET /routing-instance/b1a727a2-eb61-4a34-9d11-303e274269c6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2028 0.004340 10.0.0.130 - - [2026-03-12 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.130 - - [2026-03-12 02:12:49] "GET /virtual-network/db56f45b-3148-40a1-a349-87041ce1523a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005048 10.0.0.130 - - [2026-03-12 02:12:49] "GET /virtual-network/db56f45b-3148-40a1-a349-87041ce1523a?fields=routing_instances HTTP/1.1" 200 1688 0.006659 10.0.0.130 - - [2026-03-12 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.130 - - [2026-03-12 02:12:49] "GET /virtual-network/0b9d5034-e4ae-488c-83b1-b094b1083976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005143 10.0.0.130 - - [2026-03-12 02:12:49] "GET /virtual-network/0b9d5034-e4ae-488c-83b1-b094b1083976?fields=routing_instances HTTP/1.1" 200 1690 0.006592 10.0.0.130 - - [2026-03-12 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.031079 10.0.0.130 - - [2026-03-12 02:12:54] "POST /neutron/network HTTP/1.1" 200 834 0.005497 10.0.0.130 - - [2026-03-12 02:12:54] "GET /virtual-network/0b9d5034-e4ae-488c-83b1-b094b1083976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004516 10.0.0.130 - - [2026-03-12 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.130 - - [2026-03-12 02:12:54] "GET /network-policy/0a66bd40-c689-4fc9-9e29-27b791f76aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003638 10.0.0.130 - - [2026-03-12 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.025941 10.0.0.130 - - [2026-03-12 02:12:54] "POST /neutron/network HTTP/1.1" 200 833 0.006227 10.0.0.130 - - [2026-03-12 02:12:54] "GET /virtual-network/db56f45b-3148-40a1-a349-87041ce1523a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004727 10.0.0.130 - - [2026-03-12 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.130 - - [2026-03-12 02:12:54] "GET /network-policy/0a66bd40-c689-4fc9-9e29-27b791f76aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003218 10.0.0.130 - - [2026-03-12 02:12:54] "DELETE /network-policy/0a66bd40-c689-4fc9-9e29-27b791f76aa7 HTTP/1.1" 200 115 0.018467 10.0.0.130 - - [2026-03-12 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002363 10.0.0.130 - - [2026-03-12 02:12:54] "DELETE /service-instance/90158af6-df2e-40fe-a4f3-c09bfe72d34d HTTP/1.1" 200 115 0.051202 10.0.0.130 - - [2026-03-12 02:12:54] "DELETE /access-control-list/52e6842e-b9ac-4f31-9fe8-dd90b6ea2e28 HTTP/1.1" 200 115 0.029980 10.0.0.130 - - [2026-03-12 02:12:54] "GET /domains HTTP/1.1" 200 281 0.003692 10.0.0.130 - - [2026-03-12 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.018740 10.0.0.130 - - [2026-03-12 02:12:54] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001371 10.0.0.130 - - [2026-03-12 02:12:54] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2781 0.014131 10.0.0.130 - - [2026-03-12 02:12:54] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001562 10.0.0.130 - - [2026-03-12 02:12:54] "DELETE /instance-ip/4856d0d4-1bbb-4cad-bfd0-eb5ef93496ad HTTP/1.1" 200 115 0.027441 10.0.0.130 - - [2026-03-12 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.010696 10.0.0.130 - - [2026-03-12 02:12:54] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8 HTTP/1.1" 200 3772 0.070714 10.0.0.130 - - [2026-03-12 02:12:54] "DELETE /routing-instance/fb5dd997-8b52-425a-8eb9-f8c1809b6d92 HTTP/1.1" 200 115 0.047443 10.0.0.130 - - [2026-03-12 02:12:54] "GET /virtual-machine/b0aa0c19-f4ca-4868-a4a4-b78dc4fb104e HTTP/1.1" 200 1807 0.009875 10.0.0.130 - - [2026-03-12 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006700 10.0.0.130 - - [2026-03-12 02:12:54] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002610 10.0.0.130 - - [2026-03-12 02:12:54] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002057 10.0.0.130 - - [2026-03-12 02:12:54] "DELETE /instance-ip/d29690e1-c51f-41cf-92e5-0a0c530946f1 HTTP/1.1" 200 115 0.030807 10.0.0.130 - - [2026-03-12 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.010029 10.0.0.130 - - [2026-03-12 02:12:54] "DELETE /route-target/a642fdee-4114-439d-b42f-5b55eb3b67e5 HTTP/1.1" 200 115 0.011630 10.0.0.130 - - [2026-03-12 02:12:54] "DELETE /instance-ip/a5a548ca-4ffa-46aa-a869-e76613a91b08 HTTP/1.1" 200 115 0.019263 10.0.0.130 - - [2026-03-12 02:12:54] "DELETE /routing-instance/0bad73b9-a8b0-4dec-a052-9b7aa57c8208 HTTP/1.1" 200 115 0.033131 10.0.0.130 - - [2026-03-12 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002289 10.0.0.130 - - [2026-03-12 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.011598 10.0.0.130 - - [2026-03-12 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.130 - - [2026-03-12 02:12:54] "DELETE /route-target/33b2b28f-5d69-498c-b597-bd6e97352621 HTTP/1.1" 200 115 0.020669 10.0.0.130 - - [2026-03-12 02:12:54] "DELETE /service-template/727a0003-089f-43fe-bd74-02b035d0e9f6 HTTP/1.1" 200 115 0.040488 10.0.0.130 - - [2026-03-12 02:12:54] "DELETE /instance-ip/77e9512e-257d-4ff2-9640-2048ee6c04bd HTTP/1.1" 200 115 0.040929 10.0.0.130 - - [2026-03-12 02:12:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.001662 10.0.0.130 - - [2026-03-12 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.013119 10.0.0.130 - - [2026-03-12 02:12:54] "DELETE /access-control-list/6b470477-4ed2-4839-b326-6f11ee8b91d3 HTTP/1.1" 200 115 0.031930 10.0.0.130 - - [2026-03-12 02:12:55] "DELETE /instance-ip/1099e73c-36e4-4d3a-bcac-d5ccd4f0739a HTTP/1.1" 200 115 0.026479 10.0.0.130 - - [2026-03-12 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.009467 10.0.0.130 - - [2026-03-12 02:12:55] "DELETE /instance-ip/424b2dfa-9fc2-4845-a1db-133441a5ab66 HTTP/1.1" 200 115 0.034196 10.0.0.130 - - [2026-03-12 02:12:55] "POST /neutron/network HTTP/1.1" 200 834 0.005677 10.0.0.130 - - [2026-03-12 02:12:55] "POST /neutron/network HTTP/1.1" 400 204 0.009977 10.0.0.130 - - [2026-03-12 02:12:55] "POST /neutron/port HTTP/1.1" 200 1122 0.011975 10.0.0.130 - - [2026-03-12 02:12:55] "POST /neutron/port HTTP/1.1" 200 1112 0.009200 10.0.0.130 - - [2026-03-12 02:12:55] "POST /neutron/port HTTP/1.1" 200 1123 0.013971 10.0.0.130 - - [2026-03-12 02:12:55] "POST /neutron/port HTTP/1.1" 200 1113 0.011043 10.0.0.130 - - [2026-03-12 02:12:55] "POST /neutron/port HTTP/1.1" 200 151 0.139153 10.0.0.130 - - [2026-03-12 02:12:55] "POST /neutron/port HTTP/1.1" 200 3061 0.028651 10.0.0.130 - - [2026-03-12 02:12:55] "POST /neutron/port HTTP/1.1" 200 1111 0.013922 10.0.0.130 - - [2026-03-12 02:12:55] "POST /neutron/port HTTP/1.1" 200 151 0.148135 10.0.0.130 - - [2026-03-12 02:12:55] "POST /neutron/port HTTP/1.1" 200 151 0.092348 10.0.0.130 - - [2026-03-12 02:12:56] "POST /neutron/port HTTP/1.1" 200 1112 0.015831 10.0.0.130 - - [2026-03-12 02:12:56] "POST /neutron/port HTTP/1.1" 200 151 0.116921 10.0.0.130 - - [2026-03-12 02:12:56] "POST /neutron/port HTTP/1.1" 200 1113 0.015639 10.0.0.130 - - [2026-03-12 02:12:56] "POST /neutron/port HTTP/1.1" 200 151 0.091557 10.0.0.130 - - [2026-03-12 02:12:57] "POST /neutron/network HTTP/1.1" 200 834 0.006464 10.0.0.130 - - [2026-03-12 02:12:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003935 10.0.0.130 - - [2026-03-12 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.130 - - [2026-03-12 02:12:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002983 10.0.0.130 - - [2026-03-12 02:12:57] "POST /neutron/network HTTP/1.1" 200 151 0.073357 10.0.0.130 - - [2026-03-12 02:12:57] "DELETE /route-target/4014eca0-f435-441c-810f-735c0647ad32 HTTP/1.1" 200 115 0.017699 10.0.0.130 - - [2026-03-12 02:12:57] "GET /routing-instance/b1a727a2-eb61-4a34-9d11-303e274269c6 HTTP/1.1" 404 171 0.003500 10.0.0.130 - - [2026-03-12 02:12:57] "GET /domains HTTP/1.1" 200 281 0.002166 10.0.0.130 - - [2026-03-12 02:12:57] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.130 - - [2026-03-12 02:12:57] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2580 0.049645 10.0.0.130 - - [2026-03-12 02:12:57] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001114 10.0.0.130 - - [2026-03-12 02:12:57] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8 HTTP/1.1" 200 2305 0.068339 10.0.0.130 - - [2026-03-12 02:12:57] "POST /neutron/network HTTP/1.1" 200 833 0.004892 10.0.0.130 - - [2026-03-12 02:12:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003217 10.0.0.130 - - [2026-03-12 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.130 - - [2026-03-12 02:12:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002286 10.0.0.130 - - [2026-03-12 02:12:57] "POST /neutron/network HTTP/1.1" 200 151 0.068942 10.0.0.130 - - [2026-03-12 02:12:57] "GET /routing-instance/bdb69853-e8cf-423e-9cb3-5156795d0a4e HTTP/1.1" 404 171 0.002067 10.0.0.130 - - [2026-03-12 02:12:57] "DELETE /route-target/27d95c11-4454-4dd7-9942-900c7e1eee8e HTTP/1.1" 200 115 0.021068 10.0.0.130 - - [2026-03-12 02:12:57] "GET /domains HTTP/1.1" 200 281 0.003422 10.0.0.130 - - [2026-03-12 02:12:57] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.130 - - [2026-03-12 02:12:57] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2580 0.048975 10.0.0.130 - - [2026-03-12 02:12:57] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001515 10.0.0.130 - - [2026-03-12 02:12:57] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8 HTTP/1.1" 200 2086 0.068966 10.0.0.130 - - [2026-03-12 02:12:57] "POST /neutron/network HTTP/1.1" 200 831 0.004941 10.0.0.130 - - [2026-03-12 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.130 - - [2026-03-12 02:12:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001887 10.0.0.130 - - [2026-03-12 02:12:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002372 10.0.0.130 - - [2026-03-12 02:12:57] "POST /neutron/network HTTP/1.1" 200 151 0.079726 10.0.0.130 - - [2026-03-12 02:12:57] "DELETE /route-target/4b32e39f-58c4-4436-a011-4693985af97c HTTP/1.1" 200 115 0.017013 10.0.0.130 - - [2026-03-12 02:12:57] "GET /routing-instance/c0af9c5a-2dda-4984-866f-b7d610ea7a14 HTTP/1.1" 404 171 0.002337 10.0.0.130 - - [2026-03-12 02:12:57] "GET /domains HTTP/1.1" 200 281 0.001862 10.0.0.130 - - [2026-03-12 02:12:57] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000877 10.0.0.130 - - [2026-03-12 02:12:57] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2580 0.048685 10.0.0.130 - - [2026-03-12 02:12:57] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001076 10.0.0.130 - - [2026-03-12 02:12:58] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8 HTTP/1.1" 200 1845 0.067104 10.0.0.130 - - [2026-03-12 02:12:58] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001114 10.0.0.130 - - [2026-03-12 02:12:58] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.057586 10.0.0.130 - - [2026-03-12 02:12:58] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000979 10.0.0.130 - - [2026-03-12 02:12:58] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8?fields=virtual_networks HTTP/1.1" 200 1030 0.072006 10.0.0.130 - - [2026-03-12 02:12:58] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001481 10.0.0.130 - - [2026-03-12 02:12:58] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.027413 10.0.0.130 - - [2026-03-12 02:12:58] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001432 10.0.0.130 - - [2026-03-12 02:12:58] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8?fields=security_groups HTTP/1.1" 200 1255 0.030992 10.0.0.130 - - [2026-03-12 02:12:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.034442 10.0.0.130 - - [2026-03-12 02:12:59] "GET /projects?obj_uuids=03fc4408-05ba-4fae-ab14-4463c2e9c723&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002337 10.0.0.130 - - [2026-03-12 02:12:59] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001102 10.0.0.130 - - [2026-03-12 02:12:59] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.036188 10.0.0.130 - - [2026-03-12 02:12:59] "POST /id-to-fqname HTTP/1.1" 200 191 0.001132 10.0.0.130 - - [2026-03-12 02:12:59] "POST /fqname-to-id HTTP/1.1" 404 200 0.002122 10.0.0.130 - - [2026-03-12 02:12:59] "POST /security-groups HTTP/1.1" 200 592 0.063956 10.0.0.130 - - [2026-03-12 02:12:59] "POST /fqname-to-id HTTP/1.1" 404 235 0.002815 10.0.0.130 - - [2026-03-12 02:12:59] "POST /projects HTTP/1.1" 200 587 0.204744 10.0.0.130 - - [2026-03-12 02:12:59] "POST /access-control-lists HTTP/1.1" 200 599 0.058399 10.0.0.130 - - [2026-03-12 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.275037 10.0.0.130 - - [2026-03-12 02:12:59] "POST /fqname-to-id HTTP/1.1" 404 234 0.002362 10.0.0.130 - - [2026-03-12 02:12:59] "GET /project/03fc4408-05ba-4fae-ab14-4463c2e9c723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.429272 10.0.0.130 - - [2026-03-12 02:13:00] "POST /access-control-lists HTTP/1.1" 200 597 0.056871 10.0.0.130 - - [2026-03-12 02:13:01] "GET / HTTP/1.1" 200 36215 0.002166 10.0.0.130 - - [2026-03-12 02:13:02] "GET /project/03fc4408-05ba-4fae-ab14-4463c2e9c723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000428 10.0.0.130 - - [2026-03-12 02:13:02] "GET /projects?obj_uuids=03fc4408-05ba-4fae-ab14-4463c2e9c723&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001140 10.0.0.130 - - [2026-03-12 02:13:02] "GET /project/03fc4408-05ba-4fae-ab14-4463c2e9c723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.054212 10.0.0.130 - - [2026-03-12 02:13:02] "POST /fqname-to-id HTTP/1.1" 404 180 0.002980 10.0.0.130 - - [2026-03-12 02:13:02] "POST /virtual-DNSs HTTP/1.1" 200 509 0.016742 10.0.0.130 - - [2026-03-12 02:13:02] "GET /virtual-DNS/65fd782f-22b2-4e3d-88fa-edbcaf686eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.005431 10.0.0.130 - - [2026-03-12 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.130 - - [2026-03-12 02:13:02] "GET /virtual-DNS/65fd782f-22b2-4e3d-88fa-edbcaf686eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.032792 10.0.0.130 - - [2026-03-12 02:13:02] "GET /domains HTTP/1.1" 401 293 0.000433 10.0.0.130 - - [2026-03-12 02:13:03] "GET /domains HTTP/1.1" 200 281 0.025539 10.0.0.130 - - [2026-03-12 02:13:03] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.130 - - [2026-03-12 02:13:03] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2969 0.006823 10.0.0.130 - - [2026-03-12 02:13:03] "GET /virtual-DNS/65fd782f-22b2-4e3d-88fa-edbcaf686eef HTTP/1.1" 200 1439 0.003772 10.0.0.130 - - [2026-03-12 02:13:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002155 10.0.0.130 - - [2026-03-12 02:13:03] "POST /network-ipams HTTP/1.1" 200 516 0.014734 10.0.0.130 - - [2026-03-12 02:13:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.003006 10.0.0.130 - - [2026-03-12 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.130 - - [2026-03-12 02:13:03] "GET /network-ipam/3f921969-ba4e-4a5d-a38c-bcba039e31d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.005222 10.0.0.130 - - [2026-03-12 02:13:03] "PUT /network-ipam/3f921969-ba4e-4a5d-a38c-bcba039e31d1 HTTP/1.1" 200 259 0.009112 10.0.0.130 - - [2026-03-12 02:13:03] "POST /ref-update HTTP/1.1" 200 156 0.007918 10.0.0.130 - - [2026-03-12 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.130 - - [2026-03-12 02:13:03] "GET /projects?obj_uuids=03fc4408-05ba-4fae-ab14-4463c2e9c723&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001342 10.0.0.130 - - [2026-03-12 02:13:03] "GET /project/03fc4408-05ba-4fae-ab14-4463c2e9c723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.029247 10.0.0.130 - - [2026-03-12 02:13:03] "POST /neutron/network HTTP/1.1" 200 117 0.035748 10.0.0.130 - - [2026-03-12 02:13:03] "GET /projects?obj_uuids=03fc4408-05ba-4fae-ab14-4463c2e9c723&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000969 10.0.0.130 - - [2026-03-12 02:13:03] "POST /neutron/network HTTP/1.1" 200 618 0.056828 10.0.0.130 - - [2026-03-12 02:13:03] "POST /route-targets HTTP/1.1" 200 328 0.011051 10.0.0.130 - - [2026-03-12 02:13:03] "POST /ref-update HTTP/1.1" 200 156 0.008847 10.0.0.130 - - [2026-03-12 02:13:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003502 10.0.0.130 - - [2026-03-12 02:13:03] "POST /neutron/subnet HTTP/1.1" 200 711 0.136832 10.0.0.130 - - [2026-03-12 02:13:03] "POST /neutron/network HTTP/1.1" 200 833 0.004850 10.0.0.130 - - [2026-03-12 02:13:03] "POST /id-to-fqname HTTP/1.1" 200 227 0.001091 10.0.0.130 - - [2026-03-12 02:13:03] "GET /virtual-network/ab8d6ec5-f78b-436c-86d9-94394f6ec0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004316 10.0.0.130 - - [2026-03-12 02:13:03] "POST /neutron/network HTTP/1.1" 200 833 0.005670 10.0.0.130 - - [2026-03-12 02:13:03] "GET /virtual-network/ab8d6ec5-f78b-436c-86d9-94394f6ec0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005111 10.0.0.130 - - [2026-03-12 02:13:04] "POST /neutron/network HTTP/1.1" 200 833 0.004905 10.0.0.130 - - [2026-03-12 02:13:04] "POST /neutron/subnet HTTP/1.1" 200 711 0.006624 10.0.0.130 - - [2026-03-12 02:13:04] "POST /neutron/network HTTP/1.1" 200 807 0.009637 10.0.0.130 - - [2026-03-12 02:13:04] "POST /neutron/network HTTP/1.1" 200 833 0.005167 10.0.0.130 - - [2026-03-12 02:13:04] "POST /id-to-fqname HTTP/1.1" 200 227 0.001645 10.0.0.130 - - [2026-03-12 02:13:04] "POST /neutron/network HTTP/1.1" 200 843 0.005586 10.0.0.130 - - [2026-03-12 02:13:04] "GET /aaa-mode HTTP/1.1" 401 293 0.000538 10.0.0.130 - - [2026-03-12 02:13:04] "GET / HTTP/1.1" 200 36215 0.002129 10.0.0.130 - - [2026-03-12 02:13:04] "GET /project/03fc4408-05ba-4fae-ab14-4463c2e9c723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000467 10.0.0.130 - - [2026-03-12 02:13:04] "GET /projects?obj_uuids=03fc4408-05ba-4fae-ab14-4463c2e9c723&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000963 10.0.0.130 - - [2026-03-12 02:13:04] "GET /project/03fc4408-05ba-4fae-ab14-4463c2e9c723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.048482 10.0.0.130 - - [2026-03-12 02:13:05] "POST /neutron/network HTTP/1.1" 200 833 0.038682 10.0.0.130 - - [2026-03-12 02:13:05] "POST /neutron/port HTTP/1.1" 200 117 0.004301 10.0.0.130 - - [2026-03-12 02:13:05] "POST /neutron/port HTTP/1.1" 200 117 0.005626 10.0.0.130 - - [2026-03-12 02:13:05] "POST /neutron/port HTTP/1.1" 200 117 0.004551 10.0.0.130 - - [2026-03-12 02:13:05] "POST /neutron/network HTTP/1.1" 200 843 0.005255 10.0.0.130 - - [2026-03-12 02:13:05] "GET /projects?obj_uuids=03fc4408-05ba-4fae-ab14-4463c2e9c723&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001026 10.0.0.130 - - [2026-03-12 02:13:05] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000873 10.0.0.130 - - [2026-03-12 02:13:05] "DELETE /project/03fc440805ba4faeab144463c2e9c723 HTTP/1.1" 404 173 0.026173 10.0.0.130 - - [2026-03-12 02:13:05] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.048178 10.0.0.130 - - [2026-03-12 02:13:05] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001694 10.0.0.130 - - [2026-03-12 02:13:05] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8?fields=security_groups HTTP/1.1" 200 1357 0.044641 10.0.0.130 - - [2026-03-12 02:13:05] "POST /neutron/port HTTP/1.1" 200 1058 0.224170 10.0.0.130 - - [2026-03-12 02:13:05] "DELETE /security-group/bcde8eb3-b337-4a28-a255-bf2fb7fb8cfe HTTP/1.1" 200 115 0.042411 10.0.0.130 - - [2026-03-12 02:13:05] "GET /projects?obj_uuids=fccfd10f-d300-48a8-83fb-744b226925c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001418 10.0.0.130 - - [2026-03-12 02:13:05] "DELETE /access-control-list/b189e009-49b2-4e40-a215-a05d1bef69cb HTTP/1.1" 200 115 0.037809 10.0.0.130 - - [2026-03-12 02:13:05] "GET /project/fccfd10f-d300-48a8-83fb-744b226925c8?fields=application_policy_sets HTTP/1.1" 200 1396 0.043987 10.0.0.130 - - [2026-03-12 02:13:06] "DELETE /access-control-list/39107ae9-06f8-4985-ad82-1b3fa889e884 HTTP/1.1" 200 115 0.035576 10.0.0.130 - - [2026-03-12 02:13:06] "POST /neutron/port HTTP/1.1" 200 1058 0.058244 10.0.0.130 - - [2026-03-12 02:13:06] "POST /neutron/port HTTP/1.1" 200 1058 0.010459 10.0.0.130 - - [2026-03-12 02:13:06] "POST /neutron/port HTTP/1.1" 200 1112 0.056198 10.0.0.130 - - [2026-03-12 02:13:06] "DELETE /project/fccfd10f-d300-48a8-83fb-744b226925c8 HTTP/1.1" 200 115 0.353975 10.0.0.130 - - [2026-03-12 02:13:06] "POST /neutron/port HTTP/1.1" 200 1122 0.010169 10.0.0.130 - - [2026-03-12 02:13:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002984 10.0.0.130 - - [2026-03-12 02:13:06] "POST /neutron/subnet HTTP/1.1" 200 685 0.005842 10.0.0.130 - - [2026-03-12 02:13:06] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.130 - - [2026-03-12 02:13:06] "POST /neutron/network HTTP/1.1" 200 833 0.004891 10.0.0.130 - - [2026-03-12 02:13:10] "POST /neutron/port HTTP/1.1" 200 1122 0.011966 10.0.0.130 - - [2026-03-12 02:13:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005700 10.0.0.130 - - [2026-03-12 02:13:10] "POST /neutron/port HTTP/1.1" 200 1122 0.010757 10.0.0.130 - - [2026-03-12 02:13:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005496 10.0.0.130 - - [2026-03-12 02:13:10] "POST /neutron/port HTTP/1.1" 200 1122 0.013314 10.0.0.130 - - [2026-03-12 02:13:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005035 10.0.0.130 - - [2026-03-12 02:13:10] "GET /virtual-machine/3810a158-a0b4-4c15-8073-61456a811c42 HTTP/1.1" 200 1294 0.003889 10.0.0.130 - - [2026-03-12 02:13:10] "GET /virtual-machine-interface/79c470fb-4526-49f0-9016-3c576b3cbd50 HTTP/1.1" 200 2971 0.004428 10.0.0.130 - - [2026-03-12 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.130 - - [2026-03-12 02:13:10] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002871 10.0.0.130 - - [2026-03-12 02:13:10] "GET /virtual-networks?parent_id=03fc4408-05ba-4fae-ab14-4463c2e9c723&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002748 10.0.0.130 - - [2026-03-12 02:13:10] "GET /virtual-network/ab8d6ec5-f78b-436c-86d9-94394f6ec0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006269 10.0.0.130 - - [2026-03-12 02:13:11] "GET /obj-perms HTTP/1.1" 200 5075 0.053265 10.0.0.130 - - [2026-03-12 02:13:11] "GET /obj-perms HTTP/1.1" 200 5075 0.051357 10.0.0.130 - - [2026-03-12 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.130 - - [2026-03-12 02:13:13] "GET /virtual-network/ab8d6ec5-f78b-436c-86d9-94394f6ec0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004882 10.0.0.130 - - [2026-03-12 02:13:15] "POST /neutron/port HTTP/1.1" 200 1122 0.011096 10.0.0.130 - - [2026-03-12 02:13:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005617 10.0.0.130 - - [2026-03-12 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002544 10.0.0.130 - - [2026-03-12 02:13:15] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003637 10.0.0.130 - - [2026-03-12 02:13:16] "GET /virtual-networks?parent_id=03fc4408-05ba-4fae-ab14-4463c2e9c723&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002652 10.0.0.130 - - [2026-03-12 02:13:16] "GET /virtual-network/ab8d6ec5-f78b-436c-86d9-94394f6ec0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004808 10.0.0.130 - - [2026-03-12 02:13:16] "POST /neutron/port HTTP/1.1" 200 1122 0.010624 10.0.0.130 - - [2026-03-12 02:13:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006317 10.0.0.130 - - [2026-03-12 02:13:25] "POST /neutron/network HTTP/1.1" 200 807 0.008562 10.0.0.130 - - [2026-03-12 02:13:25] "POST /neutron/network HTTP/1.1" 200 833 0.004318 10.0.0.130 - - [2026-03-12 02:13:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.001043 10.0.0.130 - - [2026-03-12 02:13:25] "POST /neutron/port HTTP/1.1" 200 1122 0.010034 10.0.0.130 - - [2026-03-12 02:13:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004833 10.0.0.130 - - [2026-03-12 02:13:25] "POST /neutron/network HTTP/1.1" 200 843 0.004931 10.0.0.130 - - [2026-03-12 02:13:25] "GET /aaa-mode HTTP/1.1" 401 293 0.000445 10.0.0.130 - - [2026-03-12 02:13:26] "GET / HTTP/1.1" 200 36215 0.001575 10.0.0.130 - - [2026-03-12 02:13:26] "GET /project/03fc4408-05ba-4fae-ab14-4463c2e9c723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000363 10.0.0.130 - - [2026-03-12 02:13:26] "GET /projects?obj_uuids=03fc4408-05ba-4fae-ab14-4463c2e9c723&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001069 10.0.0.130 - - [2026-03-12 02:13:26] "GET /project/03fc4408-05ba-4fae-ab14-4463c2e9c723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.044892 10.0.0.130 - - [2026-03-12 02:13:26] "POST /neutron/network HTTP/1.1" 200 833 0.004918 10.0.0.130 - - [2026-03-12 02:13:26] "POST /neutron/port HTTP/1.1" 200 1122 0.014713 10.0.0.130 - - [2026-03-12 02:13:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005364 10.0.0.130 - - [2026-03-12 02:13:26] "POST /neutron/port HTTP/1.1" 200 117 0.004654 10.0.0.130 - - [2026-03-12 02:13:26] "POST /neutron/port HTTP/1.1" 200 117 0.004409 10.0.0.130 - - [2026-03-12 02:13:27] "POST /neutron/network HTTP/1.1" 200 843 0.004762 10.0.0.130 - - [2026-03-12 02:13:27] "GET /projects?obj_uuids=03fc4408-05ba-4fae-ab14-4463c2e9c723&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001215 10.0.0.130 - - [2026-03-12 02:13:27] "POST /neutron/port HTTP/1.1" 200 1058 0.169140 10.0.0.130 - - [2026-03-12 02:13:27] "POST /neutron/port HTTP/1.1" 200 1058 0.008779 10.0.0.130 - - [2026-03-12 02:13:27] "POST /neutron/port HTTP/1.1" 200 1058 0.008302 10.0.0.130 - - [2026-03-12 02:13:27] "POST /neutron/port HTTP/1.1" 200 1112 0.045302 10.0.0.130 - - [2026-03-12 02:13:27] "POST /neutron/port HTTP/1.1" 200 1122 0.011673 10.0.0.130 - - [2026-03-12 02:13:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003586 10.0.0.130 - - [2026-03-12 02:13:27] "POST /neutron/subnet HTTP/1.1" 200 685 0.008076 10.0.0.130 - - [2026-03-12 02:13:27] "POST /neutron/port HTTP/1.1" 200 117 0.001606 10.0.0.130 - - [2026-03-12 02:13:27] "POST /neutron/network HTTP/1.1" 200 833 0.005415 10.0.0.130 - - [2026-03-12 02:13:31] "POST /neutron/port HTTP/1.1" 200 1122 0.013728 10.0.0.130 - - [2026-03-12 02:13:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007092 10.0.0.130 - - [2026-03-12 02:13:31] "POST /neutron/port HTTP/1.1" 200 1122 0.014216 10.0.0.130 - - [2026-03-12 02:13:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007496 10.0.0.130 - - [2026-03-12 02:13:31] "POST /neutron/port HTTP/1.1" 200 1122 0.012517 10.0.0.130 - - [2026-03-12 02:13:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007763 10.0.0.130 - - [2026-03-12 02:13:32] "GET /virtual-machine/1eb9f322-bfa0-4a2a-8bb3-fa7c7d48e65e HTTP/1.1" 200 1295 0.004253 10.0.0.130 - - [2026-03-12 02:13:32] "GET /virtual-machine-interface/f355c58d-9d26-4d49-8fd6-0e52a825295e HTTP/1.1" 200 2972 0.004597 10.0.0.130 - - [2026-03-12 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.130 - - [2026-03-12 02:13:32] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003127 10.0.0.130 - - [2026-03-12 02:13:32] "GET /virtual-networks?parent_id=03fc4408-05ba-4fae-ab14-4463c2e9c723&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002712 10.0.0.130 - - [2026-03-12 02:13:32] "GET /virtual-network/ab8d6ec5-f78b-436c-86d9-94394f6ec0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006000 10.0.0.130 - - [2026-03-12 02:13:34] "POST /neutron/port HTTP/1.1" 200 1122 0.011270 10.0.0.130 - - [2026-03-12 02:13:35] "POST /neutron/port HTTP/1.1" 200 1122 0.014099 10.0.0.130 - - [2026-03-12 02:13:35] "POST /neutron/network HTTP/1.1" 200 843 0.005924 10.0.0.130 - - [2026-03-12 02:13:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003183 10.0.0.130 - - [2026-03-12 02:13:35] "POST /neutron/subnet HTTP/1.1" 200 685 0.006787 10.0.0.130 - - [2026-03-12 02:13:35] "POST /neutron/port HTTP/1.1" 200 117 0.001541 10.0.0.130 - - [2026-03-12 02:13:35] "POST /neutron/network HTTP/1.1" 200 833 0.005256 10.0.0.130 - - [2026-03-12 02:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002599 10.0.0.130 - - [2026-03-12 02:13:35] "GET /virtual-network/ab8d6ec5-f78b-436c-86d9-94394f6ec0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004771 10.0.0.130 - - [2026-03-12 02:13:36] "POST /neutron/port HTTP/1.1" 200 1122 0.041041 10.0.0.130 - - [2026-03-12 02:13:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005042 10.0.0.130 - - [2026-03-12 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.130 - - [2026-03-12 02:13:37] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002862 10.0.0.130 - - [2026-03-12 02:13:37] "GET /virtual-networks?parent_id=03fc4408-05ba-4fae-ab14-4463c2e9c723&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002703 10.0.0.130 - - [2026-03-12 02:13:37] "GET /virtual-network/ab8d6ec5-f78b-436c-86d9-94394f6ec0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005425 10.0.0.130 - - [2026-03-12 02:13:37] "POST /neutron/port HTTP/1.1" 200 1122 0.010468 10.0.0.130 - - [2026-03-12 02:13:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005008 10.0.0.130 - - [2026-03-12 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.130 - - [2026-03-12 02:13:49] "DELETE /virtual-DNS/65fd782f-22b2-4e3d-88fa-edbcaf686eef HTTP/1.1" 409 236 0.006535 10.0.0.130 - - [2026-03-12 02:13:49] "POST /fqname-to-id HTTP/1.1" 404 192 0.002407 10.0.0.130 - - [2026-03-12 02:13:49] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.016358 10.0.0.130 - - [2026-03-12 02:13:49] "GET /virtual-DNS-record/aab91041-f294-40b7-8b62-807a6aa18317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.004374 10.0.0.130 - - [2026-03-12 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.130 - - [2026-03-12 02:13:49] "GET /virtual-DNS-record/aab91041-f294-40b7-8b62-807a6aa18317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.003022 10.0.0.130 - - [2026-03-12 02:13:49] "GET /domains HTTP/1.1" 200 281 0.003027 10.0.0.130 - - [2026-03-12 02:13:49] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001357 10.0.0.130 - - [2026-03-12 02:13:49] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2784 0.009431 10.0.0.130 - - [2026-03-12 02:13:49] "GET /virtual-DNS/65fd782f-22b2-4e3d-88fa-edbcaf686eef HTTP/1.1" 200 1910 0.003788 10.0.0.130 - - [2026-03-12 02:13:49] "GET /virtual-DNS-record/aab91041-f294-40b7-8b62-807a6aa18317 HTTP/1.1" 200 1339 0.002498 10.0.0.130 - - [2026-03-12 02:13:55] "DELETE /virtual-DNS-record/aab91041-f294-40b7-8b62-807a6aa18317 HTTP/1.1" 200 115 0.021178 10.0.0.130 - - [2026-03-12 02:13:55] "POST /fqname-to-id HTTP/1.1" 404 184 0.002251 10.0.0.130 - - [2026-03-12 02:13:55] "POST /neutron/network HTTP/1.1" 200 833 0.006788 10.0.0.130 - - [2026-03-12 02:13:55] "POST /neutron/network HTTP/1.1" 400 204 0.012890 10.0.0.130 - - [2026-03-12 02:13:55] "POST /neutron/port HTTP/1.1" 200 1122 0.011416 10.0.0.130 - - [2026-03-12 02:13:55] "POST /neutron/port HTTP/1.1" 200 1112 0.019978 10.0.0.130 - - [2026-03-12 02:13:56] "POST /neutron/port HTTP/1.1" 200 1122 0.027492 10.0.0.130 - - [2026-03-12 02:13:56] "POST /neutron/port HTTP/1.1" 200 1112 0.011338 10.0.0.130 - - [2026-03-12 02:13:56] "POST /neutron/port HTTP/1.1" 200 151 0.123629 10.0.0.130 - - [2026-03-12 02:13:56] "POST /neutron/port HTTP/1.1" 200 151 0.109035 10.0.0.130 - - [2026-03-12 02:13:57] "POST /neutron/network HTTP/1.1" 200 833 0.004781 10.0.0.130 - - [2026-03-12 02:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.130 - - [2026-03-12 02:13:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002957 10.0.0.130 - - [2026-03-12 02:13:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002188 10.0.0.130 - - [2026-03-12 02:13:57] "POST /neutron/network HTTP/1.1" 200 151 0.173880 10.0.0.130 - - [2026-03-12 02:13:57] "DELETE /route-target/4ca9a9ec-f4a8-4be1-bbb5-edd5ed8a5a1b HTTP/1.1" 200 115 0.046462 10.0.0.130 - - [2026-03-12 02:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.130 - - [2026-03-12 02:13:57] "DELETE /network-ipam/3f921969-ba4e-4a5d-a38c-bcba039e31d1 HTTP/1.1" 200 115 0.023379 10.0.0.130 - - [2026-03-12 02:13:57] "DELETE /virtual-DNS/65fd782f-22b2-4e3d-88fa-edbcaf686eef HTTP/1.1" 200 115 0.024894 10.0.0.130 - - [2026-03-12 02:13:57] "POST /fqname-to-id HTTP/1.1" 404 180 0.002779 10.0.0.130 - - [2026-03-12 02:13:57] "GET /domains HTTP/1.1" 200 281 0.003223 10.0.0.130 - - [2026-03-12 02:13:57] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.130 - - [2026-03-12 02:13:57] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2583 0.007450 10.0.0.130 - - [2026-03-12 02:13:58] "GET /projects?obj_uuids=03fc4408-05ba-4fae-ab14-4463c2e9c723&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001041 10.0.0.130 - - [2026-03-12 02:13:58] "GET /project/03fc4408-05ba-4fae-ab14-4463c2e9c723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.021044 10.0.0.130 - - [2026-03-12 02:13:58] "GET /projects?obj_uuids=03fc4408-05ba-4fae-ab14-4463c2e9c723&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000960 10.0.0.130 - - [2026-03-12 02:13:58] "GET /project/03fc4408-05ba-4fae-ab14-4463c2e9c723?fields=virtual_networks HTTP/1.1" 200 1035 0.069089 10.0.0.130 - - [2026-03-12 02:13:58] "GET /projects?obj_uuids=03fc4408-05ba-4fae-ab14-4463c2e9c723&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000947 10.0.0.130 - - [2026-03-12 02:13:58] "GET /project/03fc4408-05ba-4fae-ab14-4463c2e9c723?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.020099 10.0.0.130 - - [2026-03-12 02:13:58] "GET /projects?obj_uuids=03fc4408-05ba-4fae-ab14-4463c2e9c723&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001017 10.0.0.130 - - [2026-03-12 02:13:58] "GET /project/03fc4408-05ba-4fae-ab14-4463c2e9c723?fields=security_groups HTTP/1.1" 200 1263 0.022003 10.0.0.130 - - [2026-03-12 02:13:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.024956 10.0.0.130 - - [2026-03-12 02:13:59] "GET /projects?obj_uuids=6e309d46-a5e0-4959-bc83-44e66e0b156a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002327 10.0.0.130 - - [2026-03-12 02:13:59] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001111 10.0.0.130 - - [2026-03-12 02:13:59] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006427 10.0.0.130 - - [2026-03-12 02:13:59] "POST /id-to-fqname HTTP/1.1" 200 191 0.002682 10.0.0.130 - - [2026-03-12 02:13:59] "POST /fqname-to-id HTTP/1.1" 404 200 0.002209 10.0.0.130 - - [2026-03-12 02:13:59] "POST /security-groups HTTP/1.1" 200 592 0.064093 10.0.0.130 - - [2026-03-12 02:13:59] "POST /fqname-to-id HTTP/1.1" 404 235 0.002363 10.0.0.130 - - [2026-03-12 02:13:59] "POST /projects HTTP/1.1" 200 587 0.214281 10.0.0.130 - - [2026-03-12 02:13:59] "POST /access-control-lists HTTP/1.1" 200 599 0.056218 10.0.0.130 - - [2026-03-12 02:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.288687 10.0.0.130 - - [2026-03-12 02:13:59] "POST /fqname-to-id HTTP/1.1" 404 234 0.002383 10.0.0.130 - - [2026-03-12 02:13:59] "GET /project/6e309d46-a5e0-4959-bc83-44e66e0b156a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.413526 10.0.0.130 - - [2026-03-12 02:13:59] "POST /access-control-lists HTTP/1.1" 200 597 0.060589 10.0.0.130 - - [2026-03-12 02:14:00] "GET / HTTP/1.1" 200 36215 0.001830 10.0.0.130 - - [2026-03-12 02:14:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000647 10.0.0.130 - - [2026-03-12 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.054711 10.0.0.130 - - [2026-03-12 02:14:01] "GET /projects?obj_uuids=6e309d46-a5e0-4959-bc83-44e66e0b156a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001201 10.0.0.130 - - [2026-03-12 02:14:01] "GET /project/6e309d46-a5e0-4959-bc83-44e66e0b156a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.021317 10.0.0.130 - - [2026-03-12 02:14:01] "POST /neutron/network HTTP/1.1" 200 117 0.033868 10.0.0.130 - - [2026-03-12 02:14:01] "GET /projects?obj_uuids=6e309d46-a5e0-4959-bc83-44e66e0b156a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001760 10.0.0.130 - - [2026-03-12 02:14:01] "POST /neutron/network HTTP/1.1" 200 606 0.057961 10.0.0.130 - - [2026-03-12 02:14:01] "POST /route-targets HTTP/1.1" 200 328 0.009843 10.0.0.130 - - [2026-03-12 02:14:01] "POST /ref-update HTTP/1.1" 200 156 0.024073 10.0.0.130 - - [2026-03-12 02:14:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002672 10.0.0.130 - - [2026-03-12 02:14:02] "POST /neutron/subnet HTTP/1.1" 200 720 0.182595 10.0.0.130 - - [2026-03-12 02:14:02] "POST /neutron/network HTTP/1.1" 200 824 0.006405 10.0.0.130 - - [2026-03-12 02:14:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.001253 10.0.0.130 - - [2026-03-12 02:14:02] "GET /virtual-network/af7f1989-fe9c-4852-859b-5e08fa393da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004964 10.0.0.130 - - [2026-03-12 02:14:02] "POST /neutron/network HTTP/1.1" 200 824 0.006424 10.0.0.130 - - [2026-03-12 02:14:02] "GET /virtual-network/af7f1989-fe9c-4852-859b-5e08fa393da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005244 10.0.0.130 - - [2026-03-12 02:14:02] "POST /neutron/network HTTP/1.1" 200 824 0.006518 10.0.0.130 - - [2026-03-12 02:14:02] "POST /neutron/subnet HTTP/1.1" 200 720 0.007244 10.0.0.130 - - [2026-03-12 02:14:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.001322 10.0.0.130 - - [2026-03-12 02:14:02] "POST /neutron/network HTTP/1.1" 200 834 0.005391 10.0.0.130 - - [2026-03-12 02:14:02] "GET /aaa-mode HTTP/1.1" 401 293 0.000545 10.0.0.130 - - [2026-03-12 02:14:02] "GET / HTTP/1.1" 200 36215 0.002584 10.0.0.130 - - [2026-03-12 02:14:02] "GET /project/6e309d46-a5e0-4959-bc83-44e66e0b156a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000375 10.0.0.130 - - [2026-03-12 02:14:03] "GET /projects?obj_uuids=6e309d46-a5e0-4959-bc83-44e66e0b156a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001352 10.0.0.130 - - [2026-03-12 02:14:03] "GET /project/6e309d46-a5e0-4959-bc83-44e66e0b156a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.044083 10.0.0.130 - - [2026-03-12 02:14:03] "POST /neutron/network HTTP/1.1" 200 824 0.004848 10.0.0.130 - - [2026-03-12 02:14:03] "POST /neutron/port HTTP/1.1" 200 117 0.004694 10.0.0.130 - - [2026-03-12 02:14:03] "POST /neutron/port HTTP/1.1" 200 117 0.004843 10.0.0.130 - - [2026-03-12 02:14:03] "POST /id-to-fqname HTTP/1.1" 200 221 0.001333 10.0.0.130 - - [2026-03-12 02:14:03] "POST /neutron/port HTTP/1.1" 200 117 0.004534 10.0.0.130 - - [2026-03-12 02:14:03] "POST /neutron/network HTTP/1.1" 200 834 0.005611 10.0.0.130 - - [2026-03-12 02:14:03] "GET /aaa-mode HTTP/1.1" 401 293 0.000393 10.0.0.130 - - [2026-03-12 02:14:03] "POST /neutron/network HTTP/1.1" 200 834 0.005234 10.0.0.130 - - [2026-03-12 02:14:03] "GET /projects?obj_uuids=6e309d46-a5e0-4959-bc83-44e66e0b156a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001373 10.0.0.130 - - [2026-03-12 02:14:03] "GET / HTTP/1.1" 200 36215 0.002667 10.0.0.130 - - [2026-03-12 02:14:03] "GET /project/6e309d46-a5e0-4959-bc83-44e66e0b156a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000429 10.0.0.130 - - [2026-03-12 02:14:03] "POST /neutron/port HTTP/1.1" 200 1060 0.185015 10.0.0.130 - - [2026-03-12 02:14:03] "POST /neutron/port HTTP/1.1" 200 1060 0.010460 10.0.0.130 - - [2026-03-12 02:14:04] "POST /neutron/port HTTP/1.1" 200 1060 0.009236 10.0.0.130 - - [2026-03-12 02:14:04] "POST /neutron/port HTTP/1.1" 200 1114 0.070600 10.0.0.130 - - [2026-03-12 02:14:04] "POST /neutron/port HTTP/1.1" 200 1124 0.011239 10.0.0.130 - - [2026-03-12 02:14:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002934 10.0.0.130 - - [2026-03-12 02:14:04] "POST /neutron/subnet HTTP/1.1" 200 694 0.006627 10.0.0.130 - - [2026-03-12 02:14:04] "POST /neutron/port HTTP/1.1" 200 117 0.001108 10.0.0.130 - - [2026-03-12 02:14:04] "POST /neutron/network HTTP/1.1" 200 824 0.005590 10.0.0.130 - - [2026-03-12 02:14:04] "GET /projects?obj_uuids=6e309d46-a5e0-4959-bc83-44e66e0b156a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001493 10.0.0.130 - - [2026-03-12 02:14:04] "GET /project/6e309d46-a5e0-4959-bc83-44e66e0b156a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.064151 10.0.0.130 - - [2026-03-12 02:14:04] "POST /neutron/network HTTP/1.1" 200 824 0.005408 10.0.0.130 - - [2026-03-12 02:14:04] "POST /neutron/port HTTP/1.1" 200 1124 0.021872 10.0.0.130 - - [2026-03-12 02:14:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007015 10.0.0.130 - - [2026-03-12 02:14:04] "POST /neutron/port HTTP/1.1" 200 117 0.004688 10.0.0.130 - - [2026-03-12 02:14:04] "POST /neutron/port HTTP/1.1" 200 1124 0.010515 10.0.0.130 - - [2026-03-12 02:14:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005767 10.0.0.130 - - [2026-03-12 02:14:04] "POST /neutron/network HTTP/1.1" 200 834 0.005088 10.0.0.130 - - [2026-03-12 02:14:04] "GET /projects?obj_uuids=6e309d46-a5e0-4959-bc83-44e66e0b156a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001111 10.0.0.130 - - [2026-03-12 02:14:05] "POST /neutron/port HTTP/1.1" 200 1060 0.202740 10.0.0.130 - - [2026-03-12 02:14:05] "POST /neutron/port HTTP/1.1" 200 1060 0.016440 10.0.0.130 - - [2026-03-12 02:14:05] "POST /neutron/port HTTP/1.1" 200 1060 0.009072 10.0.0.130 - - [2026-03-12 02:14:05] "POST /neutron/port HTTP/1.1" 200 1114 0.083205 10.0.0.130 - - [2026-03-12 02:14:05] "POST /neutron/port HTTP/1.1" 200 1124 0.015481 10.0.0.130 - - [2026-03-12 02:14:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003232 10.0.0.130 - - [2026-03-12 02:14:05] "POST /neutron/subnet HTTP/1.1" 200 694 0.006344 10.0.0.130 - - [2026-03-12 02:14:05] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.130 - - [2026-03-12 02:14:05] "POST /neutron/network HTTP/1.1" 200 824 0.006138 10.0.0.130 - - [2026-03-12 02:14:06] "DELETE /project/6e309d46a5e04959bc8344e66e0b156a HTTP/1.1" 404 173 0.005882 10.0.0.130 - - [2026-03-12 02:14:06] "GET /projects?obj_uuids=03fc4408-05ba-4fae-ab14-4463c2e9c723&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001051 10.0.0.130 - - [2026-03-12 02:14:06] "GET /project/03fc4408-05ba-4fae-ab14-4463c2e9c723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.038072 10.0.0.130 - - [2026-03-12 02:14:06] "GET /projects?obj_uuids=03fc4408-05ba-4fae-ab14-4463c2e9c723&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001042 10.0.0.130 - - [2026-03-12 02:14:06] "GET /project/03fc4408-05ba-4fae-ab14-4463c2e9c723?fields=security_groups HTTP/1.1" 200 1365 0.047366 10.0.0.130 - - [2026-03-12 02:14:06] "DELETE /security-group/25314448-1728-4e46-a561-472eecd59fdd HTTP/1.1" 200 115 0.053768 10.0.0.130 - - [2026-03-12 02:14:06] "GET /projects?obj_uuids=03fc4408-05ba-4fae-ab14-4463c2e9c723&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002041 10.0.0.130 - - [2026-03-12 02:14:06] "DELETE /access-control-list/69573f69-cd41-4971-a612-efc5a701390c HTTP/1.1" 200 115 0.060854 10.0.0.130 - - [2026-03-12 02:14:06] "GET /project/03fc4408-05ba-4fae-ab14-4463c2e9c723?fields=application_policy_sets HTTP/1.1" 200 1404 0.069521 10.0.0.130 - - [2026-03-12 02:14:06] "DELETE /access-control-list/4ec9ff37-2e0c-40da-97e4-fb2b023abc30 HTTP/1.1" 200 115 0.069166 10.0.0.130 - - [2026-03-12 02:14:06] "DELETE /project/03fc4408-05ba-4fae-ab14-4463c2e9c723 HTTP/1.1" 200 115 0.422303 10.0.0.130 - - [2026-03-12 02:14:09] "POST /neutron/port HTTP/1.1" 200 1124 0.014669 10.0.0.130 - - [2026-03-12 02:14:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007581 10.0.0.130 - - [2026-03-12 02:14:09] "POST /neutron/port HTTP/1.1" 200 1124 0.014149 10.0.0.130 - - [2026-03-12 02:14:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007210 10.0.0.130 - - [2026-03-12 02:14:09] "POST /neutron/port HTTP/1.1" 200 1124 0.013554 10.0.0.130 - - [2026-03-12 02:14:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006324 10.0.0.130 - - [2026-03-12 02:14:09] "GET /virtual-machine/179c1eb6-551b-41d5-a82f-25361b6c3568 HTTP/1.1" 401 293 0.000433 10.0.0.130 - - [2026-03-12 02:14:10] "GET /virtual-machine/179c1eb6-551b-41d5-a82f-25361b6c3568 HTTP/1.1" 200 1295 0.039028 10.0.0.130 - - [2026-03-12 02:14:10] "GET /virtual-machine-interface/75defdd9-40ce-442c-b404-023ca49e33de HTTP/1.1" 200 2953 0.006271 10.0.0.130 - - [2026-03-12 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.130 - - [2026-03-12 02:14:10] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003784 10.0.0.130 - - [2026-03-12 02:14:10] "GET /virtual-networks?parent_id=6e309d46-a5e0-4959-bc83-44e66e0b156a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002772 10.0.0.130 - - [2026-03-12 02:14:10] "GET /virtual-network/af7f1989-fe9c-4852-859b-5e08fa393da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004858 10.0.0.130 - - [2026-03-12 02:14:11] "GET /obj-perms HTTP/1.1" 200 5075 0.052561 10.0.0.130 - - [2026-03-12 02:14:12] "GET /obj-perms HTTP/1.1" 200 5075 0.051904 10.0.0.130 - - [2026-03-12 02:14:13] "POST /neutron/port HTTP/1.1" 200 1124 0.011920 10.0.0.130 - - [2026-03-12 02:14:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005125 10.0.0.130 - - [2026-03-12 02:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.130 - - [2026-03-12 02:14:13] "GET /virtual-network/af7f1989-fe9c-4852-859b-5e08fa393da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007543 10.0.0.130 - - [2026-03-12 02:14:14] "POST /neutron/port HTTP/1.1" 200 1124 0.010953 10.0.0.130 - - [2026-03-12 02:14:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005015 10.0.0.130 - - [2026-03-12 02:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.130 - - [2026-03-12 02:14:15] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002886 10.0.0.130 - - [2026-03-12 02:14:15] "GET /virtual-networks?parent_id=6e309d46-a5e0-4959-bc83-44e66e0b156a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002951 10.0.0.130 - - [2026-03-12 02:14:15] "GET /virtual-network/af7f1989-fe9c-4852-859b-5e08fa393da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005610 10.0.0.130 - - [2026-03-12 02:14:16] "POST /neutron/port HTTP/1.1" 200 1124 0.011814 10.0.0.130 - - [2026-03-12 02:14:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005641 10.0.0.130 - - [2026-03-12 02:14:16] "POST /neutron/port HTTP/1.1" 200 1124 0.011442 10.0.0.130 - - [2026-03-12 02:14:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005480 10.0.0.130 - - [2026-03-12 02:14:16] "POST /neutron/port HTTP/1.1" 200 1124 0.011682 10.0.0.130 - - [2026-03-12 02:14:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006470 10.0.0.130 - - [2026-03-12 02:14:16] "GET /virtual-machine/f7fcb0c3-a31a-45ef-ac62-509f8b98f849 HTTP/1.1" 200 1296 0.004763 10.0.0.130 - - [2026-03-12 02:14:16] "GET /virtual-machine-interface/49e42d24-5b63-4e3a-b228-1f9d4de2de1f HTTP/1.1" 200 2953 0.004928 10.0.0.130 - - [2026-03-12 02:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.130 - - [2026-03-12 02:14:16] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003353 10.0.0.130 - - [2026-03-12 02:14:16] "GET /virtual-networks?parent_id=6e309d46-a5e0-4959-bc83-44e66e0b156a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002655 10.0.0.130 - - [2026-03-12 02:14:16] "GET /virtual-network/af7f1989-fe9c-4852-859b-5e08fa393da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005341 10.0.0.130 - - [2026-03-12 02:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.130 - - [2026-03-12 02:14:17] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003559 10.0.0.130 - - [2026-03-12 02:14:17] "GET /virtual-networks?parent_id=6e309d46-a5e0-4959-bc83-44e66e0b156a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002645 10.0.0.130 - - [2026-03-12 02:14:17] "GET /virtual-network/af7f1989-fe9c-4852-859b-5e08fa393da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005148 10.0.0.130 - - [2026-03-12 02:14:22] "POST /neutron/network HTTP/1.1" 200 824 0.005506 10.0.0.130 - - [2026-03-12 02:14:22] "POST /neutron/network HTTP/1.1" 400 204 0.009362 10.0.0.130 - - [2026-03-12 02:14:22] "POST /neutron/port HTTP/1.1" 200 1124 0.013459 10.0.0.130 - - [2026-03-12 02:14:22] "POST /neutron/port HTTP/1.1" 200 1114 0.012071 10.0.0.130 - - [2026-03-12 02:14:22] "POST /neutron/port HTTP/1.1" 200 1124 0.025598 10.0.0.130 - - [2026-03-12 02:14:22] "POST /neutron/port HTTP/1.1" 200 151 0.113944 10.0.0.130 - - [2026-03-12 02:14:22] "POST /neutron/port HTTP/1.1" 200 1114 0.013002 10.0.0.130 - - [2026-03-12 02:14:22] "POST /neutron/port HTTP/1.1" 200 151 0.106410 10.0.0.130 - - [2026-03-12 02:14:24] "POST /neutron/network HTTP/1.1" 200 824 0.005704 10.0.0.130 - - [2026-03-12 02:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.130 - - [2026-03-12 02:14:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002192 10.0.0.130 - - [2026-03-12 02:14:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001922 10.0.0.130 - - [2026-03-12 02:14:24] "POST /neutron/network HTTP/1.1" 200 151 0.078090 10.0.0.130 - - [2026-03-12 02:14:24] "DELETE /route-target/44c0731a-f510-42ff-8f20-65ba5d812c4f HTTP/1.1" 200 115 0.016464 10.0.0.130 - - [2026-03-12 02:14:24] "GET /projects?obj_uuids=6e309d46-a5e0-4959-bc83-44e66e0b156a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001533 10.0.0.130 - - [2026-03-12 02:14:24] "GET /project/6e309d46-a5e0-4959-bc83-44e66e0b156a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.032666 10.0.0.130 - - [2026-03-12 02:14:24] "GET /projects?obj_uuids=6e309d46-a5e0-4959-bc83-44e66e0b156a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001451 10.0.0.130 - - [2026-03-12 02:14:24] "GET /project/6e309d46-a5e0-4959-bc83-44e66e0b156a?fields=virtual_networks HTTP/1.1" 200 1036 0.067063 10.0.0.130 - - [2026-03-12 02:14:24] "GET /projects?obj_uuids=6e309d46-a5e0-4959-bc83-44e66e0b156a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001151 10.0.0.130 - - [2026-03-12 02:14:24] "GET /project/6e309d46-a5e0-4959-bc83-44e66e0b156a?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.024320 10.0.0.130 - - [2026-03-12 02:14:24] "GET /projects?obj_uuids=6e309d46-a5e0-4959-bc83-44e66e0b156a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001024 10.0.0.130 - - [2026-03-12 02:14:24] "GET /project/6e309d46-a5e0-4959-bc83-44e66e0b156a?fields=security_groups HTTP/1.1" 200 1264 0.020288 10.0.0.130 - - [2026-03-12 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 188 0.027378 10.0.0.130 - - [2026-03-12 02:14:25] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002604 10.0.0.130 - - [2026-03-12 02:14:25] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001249 10.0.0.130 - - [2026-03-12 02:14:25] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007136 10.0.0.130 - - [2026-03-12 02:14:25] "POST /id-to-fqname HTTP/1.1" 200 190 0.001266 10.0.0.130 - - [2026-03-12 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 199 0.004811 10.0.0.130 - - [2026-03-12 02:14:25] "POST /security-groups HTTP/1.1" 200 591 0.060049 10.0.0.130 - - [2026-03-12 02:14:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.002418 10.0.0.130 - - [2026-03-12 02:14:26] "POST /projects HTTP/1.1" 200 585 0.200546 10.0.0.130 - - [2026-03-12 02:14:26] "POST /access-control-lists HTTP/1.1" 200 598 0.061912 10.0.0.130 - - [2026-03-12 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.275113 10.0.0.130 - - [2026-03-12 02:14:26] "POST /fqname-to-id HTTP/1.1" 404 233 0.002578 10.0.0.130 - - [2026-03-12 02:14:26] "GET /project/f46f3ee5-64af-40ae-b4e6-381fa8037eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.404056 10.0.0.130 - - [2026-03-12 02:14:26] "POST /access-control-lists HTTP/1.1" 200 596 0.056513 10.0.0.130 - - [2026-03-12 02:14:27] "GET / HTTP/1.1" 200 36215 0.002330 10.0.0.130 - - [2026-03-12 02:14:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000416 10.0.0.130 - - [2026-03-12 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.052979 10.0.0.130 - - [2026-03-12 02:14:28] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000991 10.0.0.130 - - [2026-03-12 02:14:28] "GET /project/f46f3ee5-64af-40ae-b4e6-381fa8037eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.019928 10.0.0.130 - - [2026-03-12 02:14:28] "POST /neutron/network HTTP/1.1" 200 117 0.030417 10.0.0.130 - - [2026-03-12 02:14:28] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001343 10.0.0.130 - - [2026-03-12 02:14:28] "POST /neutron/network HTTP/1.1" 200 625 0.059604 10.0.0.130 - - [2026-03-12 02:14:28] "POST /route-targets HTTP/1.1" 200 328 0.012162 10.0.0.130 - - [2026-03-12 02:14:28] "POST /ref-update HTTP/1.1" 200 156 0.011070 10.0.0.130 - - [2026-03-12 02:14:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002580 10.0.0.130 - - [2026-03-12 02:14:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.189247 10.0.0.130 - - [2026-03-12 02:14:28] "POST /neutron/network HTTP/1.1" 200 839 0.004804 10.0.0.130 - - [2026-03-12 02:14:28] "POST /id-to-fqname HTTP/1.1" 200 230 0.001055 10.0.0.130 - - [2026-03-12 02:14:28] "GET /virtual-network/6f90ba1e-bfdd-4ae5-9db6-95acd5faa0d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004097 10.0.0.130 - - [2026-03-12 02:14:28] "POST /neutron/network HTTP/1.1" 200 839 0.006090 10.0.0.130 - - [2026-03-12 02:14:28] "GET /virtual-network/6f90ba1e-bfdd-4ae5-9db6-95acd5faa0d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005021 10.0.0.130 - - [2026-03-12 02:14:28] "POST /neutron/network HTTP/1.1" 200 839 0.005309 10.0.0.130 - - [2026-03-12 02:14:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.006074 10.0.0.130 - - [2026-03-12 02:14:28] "POST /neutron/network HTTP/1.1" 200 839 0.004788 10.0.0.130 - - [2026-03-12 02:14:28] "POST /id-to-fqname HTTP/1.1" 200 230 0.001100 10.0.0.130 - - [2026-03-12 02:14:29] "POST /neutron/network HTTP/1.1" 200 849 0.005362 10.0.0.130 - - [2026-03-12 02:14:29] "GET /aaa-mode HTTP/1.1" 401 293 0.000437 10.0.0.130 - - [2026-03-12 02:14:29] "GET / HTTP/1.1" 200 36215 0.001585 10.0.0.130 - - [2026-03-12 02:14:29] "GET /project/f46f3ee5-64af-40ae-b4e6-381fa8037eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000399 10.0.0.130 - - [2026-03-12 02:14:29] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000989 10.0.0.130 - - [2026-03-12 02:14:29] "GET /project/f46f3ee5-64af-40ae-b4e6-381fa8037eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050835 10.0.0.130 - - [2026-03-12 02:14:29] "POST /neutron/network HTTP/1.1" 200 839 0.004540 10.0.0.130 - - [2026-03-12 02:14:29] "POST /neutron/port HTTP/1.1" 200 117 0.005237 10.0.0.130 - - [2026-03-12 02:14:29] "POST /neutron/port HTTP/1.1" 200 117 0.005594 10.0.0.130 - - [2026-03-12 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.130 - - [2026-03-12 02:14:29] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003414 10.0.0.130 - - [2026-03-12 02:14:30] "PUT /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1 HTTP/1.1" 200 277 0.013976 10.0.0.130 - - [2026-03-12 02:14:30] "POST /neutron/port HTTP/1.1" 200 117 0.005598 10.0.0.130 - - [2026-03-12 02:14:30] "POST /neutron/network HTTP/1.1" 200 849 0.004910 10.0.0.130 - - [2026-03-12 02:14:30] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.130 - - [2026-03-12 02:14:30] "POST /neutron/port HTTP/1.1" 200 1055 0.214358 10.0.0.130 - - [2026-03-12 02:14:30] "POST /neutron/port HTTP/1.1" 200 1055 0.011944 10.0.0.130 - - [2026-03-12 02:14:30] "POST /neutron/port HTTP/1.1" 200 1055 0.010233 10.0.0.130 - - [2026-03-12 02:14:30] "POST /neutron/port HTTP/1.1" 200 1109 0.054130 10.0.0.130 - - [2026-03-12 02:14:30] "POST /neutron/port HTTP/1.1" 200 1119 0.010620 10.0.0.130 - - [2026-03-12 02:14:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003245 10.0.0.130 - - [2026-03-12 02:14:30] "POST /neutron/subnet HTTP/1.1" 200 675 0.007244 10.0.0.130 - - [2026-03-12 02:14:30] "POST /neutron/port HTTP/1.1" 200 117 0.001044 10.0.0.130 - - [2026-03-12 02:14:30] "POST /neutron/network HTTP/1.1" 200 839 0.004952 10.0.0.130 - - [2026-03-12 02:14:35] "POST /neutron/port HTTP/1.1" 200 1119 0.011635 10.0.0.130 - - [2026-03-12 02:14:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006093 10.0.0.130 - - [2026-03-12 02:14:35] "POST /neutron/port HTTP/1.1" 200 1119 0.011068 10.0.0.130 - - [2026-03-12 02:14:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005349 10.0.0.130 - - [2026-03-12 02:14:35] "POST /neutron/port HTTP/1.1" 200 1119 0.012697 10.0.0.130 - - [2026-03-12 02:14:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006276 10.0.0.130 - - [2026-03-12 02:14:35] "GET /virtual-machine/b1df5744-84a6-4588-ac3f-d0cbfa2c1fb7 HTTP/1.1" 401 293 0.000578 10.0.0.130 - - [2026-03-12 02:14:35] "GET /virtual-machine/b1df5744-84a6-4588-ac3f-d0cbfa2c1fb7 HTTP/1.1" 200 1295 0.031635 10.0.0.130 - - [2026-03-12 02:14:35] "GET /virtual-machine-interface/827f4c19-3db5-44ac-a65b-9008287cc00b HTTP/1.1" 200 2978 0.004498 10.0.0.130 - - [2026-03-12 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.130 - - [2026-03-12 02:14:35] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.003151 10.0.0.130 - - [2026-03-12 02:14:35] "GET /virtual-networks?parent_id=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002816 10.0.0.130 - - [2026-03-12 02:14:35] "GET /virtual-network/6f90ba1e-bfdd-4ae5-9db6-95acd5faa0d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005085 10.0.0.130 - - [2026-03-12 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.130 - - [2026-03-12 02:14:39] "GET /virtual-network/6f90ba1e-bfdd-4ae5-9db6-95acd5faa0d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004403 10.0.0.130 - - [2026-03-12 02:14:39] "POST /neutron/port HTTP/1.1" 200 1119 0.010542 10.0.0.130 - - [2026-03-12 02:14:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005597 10.0.0.130 - - [2026-03-12 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.130 - - [2026-03-12 02:14:41] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.002910 10.0.0.130 - - [2026-03-12 02:14:41] "GET /virtual-networks?parent_id=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002533 10.0.0.130 - - [2026-03-12 02:14:41] "GET /virtual-network/6f90ba1e-bfdd-4ae5-9db6-95acd5faa0d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004713 10.0.0.130 - - [2026-03-12 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.130 - - [2026-03-12 02:14:43] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.003070 10.0.0.130 - - [2026-03-12 02:14:43] "PUT /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1 HTTP/1.1" 200 277 0.009378 10.0.0.130 - - [2026-03-12 02:14:43] "POST /neutron/network HTTP/1.1" 200 839 0.004708 10.0.0.130 - - [2026-03-12 02:14:43] "POST /neutron/network HTTP/1.1" 400 204 0.013366 10.0.0.130 - - [2026-03-12 02:14:43] "POST /neutron/port HTTP/1.1" 200 1119 0.011319 10.0.0.130 - - [2026-03-12 02:14:43] "POST /neutron/port HTTP/1.1" 200 1109 0.011359 10.0.0.130 - - [2026-03-12 02:14:44] "POST /neutron/port HTTP/1.1" 200 151 0.088761 10.0.0.130 - - [2026-03-12 02:14:45] "POST /neutron/network HTTP/1.1" 200 839 0.006059 10.0.0.130 - - [2026-03-12 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.130 - - [2026-03-12 02:14:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002519 10.0.0.130 - - [2026-03-12 02:14:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002586 10.0.0.130 - - [2026-03-12 02:14:45] "POST /neutron/network HTTP/1.1" 200 151 0.101283 10.0.0.130 - - [2026-03-12 02:14:45] "DELETE /route-target/336a75a1-f421-4aa2-9bd1-a30568d1517f HTTP/1.1" 200 115 0.024368 10.0.0.130 - - [2026-03-12 02:14:46] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002562 10.0.0.130 - - [2026-03-12 02:14:46] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1 HTTP/1.1" 200 1884 0.002810 10.0.0.130 - - [2026-03-12 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002248 10.0.0.130 - - [2026-03-12 02:14:46] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000916 10.0.0.130 - - [2026-03-12 02:14:46] "GET /project/f46f3ee5-64af-40ae-b4e6-381fa8037eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.020601 10.0.0.130 - - [2026-03-12 02:14:46] "POST /neutron/network HTTP/1.1" 200 117 0.009826 10.0.0.130 - - [2026-03-12 02:14:46] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001252 10.0.0.130 - - [2026-03-12 02:14:46] "POST /neutron/network HTTP/1.1" 200 605 0.059314 10.0.0.130 - - [2026-03-12 02:14:46] "POST /route-targets HTTP/1.1" 200 328 0.071778 10.0.0.130 - - [2026-03-12 02:14:46] "POST /ref-update HTTP/1.1" 200 156 0.009564 10.0.0.130 - - [2026-03-12 02:14:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004337 10.0.0.130 - - [2026-03-12 02:14:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.188917 10.0.0.130 - - [2026-03-12 02:14:46] "POST /neutron/network HTTP/1.1" 200 825 0.005876 10.0.0.130 - - [2026-03-12 02:14:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001554 10.0.0.130 - - [2026-03-12 02:14:46] "GET /virtual-network/9cff1840-657f-4268-a725-6da745b157a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006618 10.0.0.130 - - [2026-03-12 02:14:46] "POST /neutron/network HTTP/1.1" 200 825 0.007904 10.0.0.130 - - [2026-03-12 02:14:46] "GET /virtual-network/9cff1840-657f-4268-a725-6da745b157a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004772 10.0.0.130 - - [2026-03-12 02:14:46] "POST /neutron/network HTTP/1.1" 200 825 0.004981 10.0.0.130 - - [2026-03-12 02:14:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.007293 10.0.0.130 - - [2026-03-12 02:14:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001161 10.0.0.130 - - [2026-03-12 02:14:46] "POST /neutron/network HTTP/1.1" 200 835 0.005576 10.0.0.130 - - [2026-03-12 02:14:46] "GET /aaa-mode HTTP/1.1" 401 293 0.000577 10.0.0.130 - - [2026-03-12 02:14:47] "GET / HTTP/1.1" 200 36215 0.002324 10.0.0.130 - - [2026-03-12 02:14:47] "GET /project/f46f3ee5-64af-40ae-b4e6-381fa8037eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000460 10.0.0.130 - - [2026-03-12 02:14:47] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001374 10.0.0.130 - - [2026-03-12 02:14:47] "GET /project/f46f3ee5-64af-40ae-b4e6-381fa8037eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053885 10.0.0.130 - - [2026-03-12 02:14:47] "POST /neutron/network HTTP/1.1" 200 825 0.006023 10.0.0.130 - - [2026-03-12 02:14:47] "POST /neutron/port HTTP/1.1" 200 117 0.004523 10.0.0.130 - - [2026-03-12 02:14:47] "POST /neutron/port HTTP/1.1" 200 117 0.005527 10.0.0.130 - - [2026-03-12 02:14:47] "POST /neutron/port HTTP/1.1" 200 117 0.005237 10.0.0.130 - - [2026-03-12 02:14:48] "POST /neutron/network HTTP/1.1" 200 835 0.005702 10.0.0.130 - - [2026-03-12 02:14:48] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001696 10.0.0.130 - - [2026-03-12 02:14:48] "POST /neutron/port HTTP/1.1" 200 1061 0.186674 10.0.0.130 - - [2026-03-12 02:14:48] "POST /neutron/port HTTP/1.1" 200 1061 0.011469 10.0.0.130 - - [2026-03-12 02:14:48] "POST /neutron/port HTTP/1.1" 200 1061 0.008263 10.0.0.130 - - [2026-03-12 02:14:48] "POST /neutron/port HTTP/1.1" 200 1115 0.053456 10.0.0.130 - - [2026-03-12 02:14:48] "POST /neutron/port HTTP/1.1" 200 1125 0.009926 10.0.0.130 - - [2026-03-12 02:14:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002834 10.0.0.130 - - [2026-03-12 02:14:48] "POST /neutron/subnet HTTP/1.1" 200 703 0.005847 10.0.0.130 - - [2026-03-12 02:14:48] "POST /neutron/port HTTP/1.1" 200 117 0.001397 10.0.0.130 - - [2026-03-12 02:14:48] "POST /neutron/network HTTP/1.1" 200 825 0.005215 10.0.0.130 - - [2026-03-12 02:14:52] "POST /neutron/port HTTP/1.1" 200 1125 0.012948 10.0.0.130 - - [2026-03-12 02:14:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007329 10.0.0.130 - - [2026-03-12 02:14:52] "POST /neutron/port HTTP/1.1" 200 1125 0.011724 10.0.0.130 - - [2026-03-12 02:14:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005069 10.0.0.130 - - [2026-03-12 02:14:53] "POST /neutron/port HTTP/1.1" 200 1125 0.014732 10.0.0.130 - - [2026-03-12 02:14:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005644 10.0.0.130 - - [2026-03-12 02:14:53] "GET /virtual-machine/c90697f1-c1f7-4c3b-8c51-fa0ddb3f82df HTTP/1.1" 200 1295 0.004250 10.0.0.130 - - [2026-03-12 02:14:53] "GET /virtual-machine-interface/fdcd5ca4-0a18-4b27-89f0-81b1bf23a5e1 HTTP/1.1" 200 2948 0.004680 10.0.0.130 - - [2026-03-12 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002586 10.0.0.130 - - [2026-03-12 02:14:53] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003271 10.0.0.130 - - [2026-03-12 02:14:53] "GET /virtual-networks?parent_id=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002710 10.0.0.130 - - [2026-03-12 02:14:53] "GET /virtual-network/9cff1840-657f-4268-a725-6da745b157a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004971 10.0.0.130 - - [2026-03-12 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.130 - - [2026-03-12 02:14:56] "GET /virtual-network/9cff1840-657f-4268-a725-6da745b157a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006006 10.0.0.130 - - [2026-03-12 02:14:57] "POST /neutron/port HTTP/1.1" 200 1125 0.010482 10.0.0.130 - - [2026-03-12 02:14:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005783 10.0.0.130 - - [2026-03-12 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002480 10.0.0.130 - - [2026-03-12 02:14:58] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002611 10.0.0.130 - - [2026-03-12 02:14:58] "GET /virtual-networks?parent_id=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002602 10.0.0.130 - - [2026-03-12 02:14:58] "GET /virtual-network/9cff1840-657f-4268-a725-6da745b157a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004924 10.0.0.130 - - [2026-03-12 02:14:58] "POST /neutron/port HTTP/1.1" 200 1125 0.011225 10.0.0.130 - - [2026-03-12 02:14:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005200 10.0.0.130 - - [2026-03-12 02:15:05] "POST /neutron/network HTTP/1.1" 200 825 0.005247 10.0.0.130 - - [2026-03-12 02:15:05] "POST /neutron/network HTTP/1.1" 400 204 0.011125 10.0.0.130 - - [2026-03-12 02:15:06] "POST /neutron/port HTTP/1.1" 200 1125 0.014836 10.0.0.130 - - [2026-03-12 02:15:06] "POST /neutron/port HTTP/1.1" 200 1115 0.012379 10.0.0.130 - - [2026-03-12 02:15:06] "POST /neutron/port HTTP/1.1" 200 151 0.091800 10.0.0.130 - - [2026-03-12 02:15:06] "DELETE /project/f46f3ee564af40aeb4e6381fa8037eef HTTP/1.1" 404 173 0.004298 10.0.0.130 - - [2026-03-12 02:15:06] "GET /projects?obj_uuids=6e309d46-a5e0-4959-bc83-44e66e0b156a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001039 10.0.0.130 - - [2026-03-12 02:15:06] "GET /project/6e309d46-a5e0-4959-bc83-44e66e0b156a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.044545 10.0.0.130 - - [2026-03-12 02:15:06] "GET /projects?obj_uuids=6e309d46-a5e0-4959-bc83-44e66e0b156a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000932 10.0.0.130 - - [2026-03-12 02:15:06] "GET /project/6e309d46-a5e0-4959-bc83-44e66e0b156a?fields=security_groups HTTP/1.1" 200 1366 0.019176 10.0.0.130 - - [2026-03-12 02:15:06] "DELETE /security-group/d4b7ad17-ac4a-4a77-9de9-d33c0afec0f2 HTTP/1.1" 200 115 0.033405 10.0.0.130 - - [2026-03-12 02:15:06] "GET /projects?obj_uuids=6e309d46-a5e0-4959-bc83-44e66e0b156a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001019 10.0.0.130 - - [2026-03-12 02:15:06] "DELETE /access-control-list/4a245ede-1b05-441e-b3b3-8a65b24de9a7 HTTP/1.1" 200 115 0.026782 10.0.0.130 - - [2026-03-12 02:15:06] "GET /project/6e309d46-a5e0-4959-bc83-44e66e0b156a?fields=application_policy_sets HTTP/1.1" 200 1405 0.038582 10.0.0.130 - - [2026-03-12 02:15:06] "DELETE /access-control-list/ff902bed-35df-467e-be42-470a4cd0f5da HTTP/1.1" 200 115 0.036702 10.0.0.130 - - [2026-03-12 02:15:06] "DELETE /project/6e309d46-a5e0-4959-bc83-44e66e0b156a HTTP/1.1" 200 115 0.279184 10.0.0.130 - - [2026-03-12 02:15:07] "POST /neutron/network HTTP/1.1" 200 825 0.005236 10.0.0.130 - - [2026-03-12 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.130 - - [2026-03-12 02:15:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003395 10.0.0.130 - - [2026-03-12 02:15:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001568 10.0.0.130 - - [2026-03-12 02:15:07] "POST /neutron/network HTTP/1.1" 200 151 0.071532 10.0.0.130 - - [2026-03-12 02:15:07] "DELETE /route-target/964d3a9e-630d-4d1f-91b5-5a5e7ce8a88b HTTP/1.1" 200 115 0.017071 10.0.0.130 - - [2026-03-12 02:15:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002742 10.0.0.130 - - [2026-03-12 02:15:08] "POST /network-ipams HTTP/1.1" 200 543 0.017818 10.0.0.130 - - [2026-03-12 02:15:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.002589 10.0.0.130 - - [2026-03-12 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002552 10.0.0.130 - - [2026-03-12 02:15:08] "GET /network-ipam/0a3f9ca7-619b-4bad-a296-c532460d1eea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.004597 10.0.0.130 - - [2026-03-12 02:15:08] "PUT /network-ipam/0a3f9ca7-619b-4bad-a296-c532460d1eea HTTP/1.1" 200 259 0.009757 10.0.0.130 - - [2026-03-12 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.130 - - [2026-03-12 02:15:08] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001063 10.0.0.130 - - [2026-03-12 02:15:08] "GET /project/f46f3ee5-64af-40ae-b4e6-381fa8037eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.026958 10.0.0.130 - - [2026-03-12 02:15:08] "POST /neutron/network HTTP/1.1" 200 117 0.007776 10.0.0.130 - - [2026-03-12 02:15:08] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000913 10.0.0.130 - - [2026-03-12 02:15:08] "POST /neutron/network HTTP/1.1" 200 605 0.055194 10.0.0.130 - - [2026-03-12 02:15:08] "POST /route-targets HTTP/1.1" 200 328 0.009489 10.0.0.130 - - [2026-03-12 02:15:08] "POST /ref-update HTTP/1.1" 200 156 0.014243 10.0.0.130 - - [2026-03-12 02:15:08] "POST /useragent-kv HTTP/1.1" 200 115 0.007787 10.0.0.130 - - [2026-03-12 02:15:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.176026 10.0.0.130 - - [2026-03-12 02:15:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003113 10.0.0.130 - - [2026-03-12 02:15:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.161155 10.0.0.130 - - [2026-03-12 02:15:09] "POST /neutron/network HTTP/1.1" 200 994 0.006403 10.0.0.130 - - [2026-03-12 02:15:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001185 10.0.0.130 - - [2026-03-12 02:15:09] "GET /virtual-network/b76a749a-a433-4e32-96ac-a4e21924f623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004946 10.0.0.130 - - [2026-03-12 02:15:09] "POST /neutron/network HTTP/1.1" 200 994 0.007716 10.0.0.130 - - [2026-03-12 02:15:09] "GET /virtual-network/b76a749a-a433-4e32-96ac-a4e21924f623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005006 10.0.0.130 - - [2026-03-12 02:15:09] "POST /neutron/network HTTP/1.1" 200 994 0.007781 10.0.0.130 - - [2026-03-12 02:15:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.007142 10.0.0.130 - - [2026-03-12 02:15:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.007151 10.0.0.130 - - [2026-03-12 02:15:09] "POST /neutron/network HTTP/1.1" 200 994 0.007510 10.0.0.130 - - [2026-03-12 02:15:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.007256 10.0.0.130 - - [2026-03-12 02:15:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.007717 10.0.0.130 - - [2026-03-12 02:15:09] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001591 10.0.0.130 - - [2026-03-12 02:15:09] "POST /neutron/port HTTP/1.1" 200 1017 0.179598 10.0.0.130 - - [2026-03-12 02:15:09] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001416 10.0.0.130 - - [2026-03-12 02:15:09] "POST /neutron/port HTTP/1.1" 200 1017 0.151711 10.0.0.130 - - [2026-03-12 02:15:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001342 10.0.0.130 - - [2026-03-12 02:15:09] "POST /neutron/port HTTP/1.1" 200 1017 0.010691 10.0.0.130 - - [2026-03-12 02:15:09] "POST /neutron/port HTTP/1.1" 200 1017 0.009569 10.0.0.130 - - [2026-03-12 02:15:09] "POST /neutron/network HTTP/1.1" 200 994 0.007470 10.0.0.130 - - [2026-03-12 02:15:09] "POST /neutron/port HTTP/1.1" 200 1017 0.009221 10.0.0.130 - - [2026-03-12 02:15:10] "POST /neutron/port HTTP/1.1" 200 117 0.004990 10.0.0.130 - - [2026-03-12 02:15:10] "POST /neutron/port HTTP/1.1" 200 1017 0.008710 10.0.0.130 - - [2026-03-12 02:15:10] "POST /neutron/port HTTP/1.1" 200 117 0.005030 10.0.0.130 - - [2026-03-12 02:15:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001567 10.0.0.130 - - [2026-03-12 02:15:10] "POST /neutron/port HTTP/1.1" 200 117 0.005241 10.0.0.130 - - [2026-03-12 02:15:10] "POST /neutron/port HTTP/1.1" 200 1017 0.009349 10.0.0.130 - - [2026-03-12 02:15:10] "POST /neutron/port HTTP/1.1" 200 1017 0.010833 10.0.0.130 - - [2026-03-12 02:15:10] "POST /neutron/network HTTP/1.1" 200 994 0.006457 10.0.0.130 - - [2026-03-12 02:15:10] "POST /neutron/port HTTP/1.1" 200 1017 0.010161 10.0.0.130 - - [2026-03-12 02:15:10] "POST /neutron/port HTTP/1.1" 200 1017 0.011180 10.0.0.130 - - [2026-03-12 02:15:10] "POST /neutron/port HTTP/1.1" 200 117 0.010112 10.0.0.130 - - [2026-03-12 02:15:10] "POST /neutron/port HTTP/1.1" 200 117 0.005660 10.0.0.130 - - [2026-03-12 02:15:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001384 10.0.0.130 - - [2026-03-12 02:15:10] "POST /neutron/port HTTP/1.1" 200 1017 0.009196 10.0.0.130 - - [2026-03-12 02:15:10] "POST /neutron/network HTTP/1.1" 200 1004 0.006143 10.0.0.130 - - [2026-03-12 02:15:10] "POST /neutron/port HTTP/1.1" 200 1017 0.010353 10.0.0.130 - - [2026-03-12 02:15:10] "POST /neutron/port HTTP/1.1" 200 1017 0.009833 10.0.0.130 - - [2026-03-12 02:15:10] "POST /neutron/port HTTP/1.1" 200 117 0.009617 10.0.0.130 - - [2026-03-12 02:15:10] "POST /neutron/port HTTP/1.1" 200 1109 0.107411 10.0.0.130 - - [2026-03-12 02:15:10] "POST /neutron/network HTTP/1.1" 200 1004 0.005993 10.0.0.130 - - [2026-03-12 02:15:10] "GET /aaa-mode HTTP/1.1" 401 293 0.000499 10.0.0.130 - - [2026-03-12 02:15:10] "POST /neutron/port HTTP/1.1" 200 1119 0.016455 10.0.0.130 - - [2026-03-12 02:15:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003345 10.0.0.130 - - [2026-03-12 02:15:10] "POST /neutron/subnet HTTP/1.1" 200 673 0.021913 10.0.0.130 - - [2026-03-12 02:15:10] "POST /neutron/port HTTP/1.1" 200 117 0.001219 10.0.0.130 - - [2026-03-12 02:15:10] "POST /neutron/network HTTP/1.1" 200 994 0.009346 10.0.0.130 - - [2026-03-12 02:15:11] "POST /neutron/port HTTP/1.1" 200 1017 0.008456 10.0.0.130 - - [2026-03-12 02:15:11] "POST /neutron/network HTTP/1.1" 200 1004 0.005168 10.0.0.130 - - [2026-03-12 02:15:11] "POST /neutron/port HTTP/1.1" 200 1017 0.011013 10.0.0.130 - - [2026-03-12 02:15:11] "POST /neutron/port HTTP/1.1" 200 1017 0.010174 10.0.0.130 - - [2026-03-12 02:15:11] "GET / HTTP/1.1" 200 36215 0.002130 10.0.0.130 - - [2026-03-12 02:15:11] "GET /project/f46f3ee5-64af-40ae-b4e6-381fa8037eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000359 10.0.0.130 - - [2026-03-12 02:15:11] "POST /neutron/port HTTP/1.1" 200 1109 0.096570 10.0.0.130 - - [2026-03-12 02:15:11] "POST /neutron/port HTTP/1.1" 200 1119 0.014791 10.0.0.130 - - [2026-03-12 02:15:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003544 10.0.0.130 - - [2026-03-12 02:15:11] "POST /neutron/subnet HTTP/1.1" 200 673 0.008213 10.0.0.130 - - [2026-03-12 02:15:11] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.130 - - [2026-03-12 02:15:11] "POST /neutron/network HTTP/1.1" 200 994 0.012883 10.0.0.130 - - [2026-03-12 02:15:11] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001029 10.0.0.130 - - [2026-03-12 02:15:11] "GET /project/f46f3ee5-64af-40ae-b4e6-381fa8037eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.070229 10.0.0.130 - - [2026-03-12 02:15:11] "POST /neutron/network HTTP/1.1" 200 994 0.010095 10.0.0.130 - - [2026-03-12 02:15:11] "POST /neutron/port HTTP/1.1" 200 2086 0.025957 10.0.0.130 - - [2026-03-12 02:15:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011965 10.0.0.130 - - [2026-03-12 02:15:11] "POST /neutron/port HTTP/1.1" 200 117 0.005222 10.0.0.130 - - [2026-03-12 02:15:11] "GET /domains HTTP/1.1" 200 281 0.002432 10.0.0.130 - - [2026-03-12 02:15:11] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001369 10.0.0.130 - - [2026-03-12 02:15:11] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2582 0.007575 10.0.0.130 - - [2026-03-12 02:15:11] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001276 10.0.0.130 - - [2026-03-12 02:15:12] "GET /project/f46f3ee5-64af-40ae-b4e6-381fa8037eef HTTP/1.1" 200 2852 0.081726 10.0.0.130 - - [2026-03-12 02:15:12] "GET /network-ipam/0a3f9ca7-619b-4bad-a296-c532460d1eea HTTP/1.1" 200 2648 0.004961 10.0.0.130 - - [2026-03-12 02:15:12] "GET /domains HTTP/1.1" 200 281 0.005709 10.0.0.130 - - [2026-03-12 02:15:12] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.130 - - [2026-03-12 02:15:12] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2582 0.011058 10.0.0.130 - - [2026-03-12 02:15:12] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001069 10.0.0.130 - - [2026-03-12 02:15:12] "GET /project/f46f3ee5-64af-40ae-b4e6-381fa8037eef HTTP/1.1" 200 2852 0.104971 10.0.0.130 - - [2026-03-12 02:15:12] "GET /virtual-network/b76a749a-a433-4e32-96ac-a4e21924f623 HTTP/1.1" 200 3789 0.021153 10.0.0.130 - - [2026-03-12 02:15:12] "GET /virtual-network/b76a749a-a433-4e32-96ac-a4e21924f623 HTTP/1.1" 200 3789 0.012583 10.0.0.130 - - [2026-03-12 02:15:12] "GET /routing-instance/affc6e55-ae93-4d4a-a37f-783ace278d7f HTTP/1.1" 200 2386 0.008938 10.0.0.130 - - [2026-03-12 02:15:12] "GET /routing-instance/affc6e55-ae93-4d4a-a37f-783ace278d7f HTTP/1.1" 200 2386 0.008503 10.0.0.130 - - [2026-03-12 02:15:12] "GET /route-target/892a1db4-96e8-405e-86b9-78a016bb1fd6 HTTP/1.1" 200 1205 0.008885 10.0.0.130 - - [2026-03-12 02:15:12] "GET /virtual-network/b76a749a-a433-4e32-96ac-a4e21924f623 HTTP/1.1" 200 3789 0.012043 10.0.0.130 - - [2026-03-12 02:15:12] "GET /routing-instance/affc6e55-ae93-4d4a-a37f-783ace278d7f HTTP/1.1" 200 2386 0.012327 10.0.0.130 - - [2026-03-12 02:15:12] "GET /virtual-network/b76a749a-a433-4e32-96ac-a4e21924f623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.015098 10.0.0.130 - - [2026-03-12 02:15:12] "GET /virtual-network/b76a749a-a433-4e32-96ac-a4e21924f623 HTTP/1.1" 200 3789 0.011772 10.0.0.130 - - [2026-03-12 02:15:12] "GET /routing-instance/affc6e55-ae93-4d4a-a37f-783ace278d7f HTTP/1.1" 200 2386 0.004153 10.0.0.130 - - [2026-03-12 02:15:12] "GET /routing-instance/affc6e55-ae93-4d4a-a37f-783ace278d7f HTTP/1.1" 200 2386 0.003670 10.0.0.130 - - [2026-03-12 02:15:12] "GET /route-target/892a1db4-96e8-405e-86b9-78a016bb1fd6 HTTP/1.1" 200 1205 0.003729 10.0.0.130 - - [2026-03-12 02:15:12] "GET /domains HTTP/1.1" 200 281 0.003025 10.0.0.130 - - [2026-03-12 02:15:12] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002462 10.0.0.130 - - [2026-03-12 02:15:12] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2582 0.018035 10.0.0.130 - - [2026-03-12 02:15:12] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001552 10.0.0.130 - - [2026-03-12 02:15:12] "GET /project/f46f3ee5-64af-40ae-b4e6-381fa8037eef HTTP/1.1" 200 2852 0.076304 10.0.0.130 - - [2026-03-12 02:15:12] "GET /virtual-network/b76a749a-a433-4e32-96ac-a4e21924f623 HTTP/1.1" 200 3789 0.016505 10.0.0.130 - - [2026-03-12 02:15:12] "POST /neutron/network HTTP/1.1" 200 1004 0.005278 10.0.0.130 - - [2026-03-12 02:15:12] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001383 10.0.0.130 - - [2026-03-12 02:15:12] "POST /neutron/port HTTP/1.1" 200 1055 0.326116 10.0.0.130 - - [2026-03-12 02:15:12] "POST /neutron/port HTTP/1.1" 200 1055 0.011106 10.0.0.130 - - [2026-03-12 02:15:12] "POST /neutron/port HTTP/1.1" 200 1055 0.011410 10.0.0.130 - - [2026-03-12 02:15:12] "GET /obj-perms HTTP/1.1" 200 5075 0.494139 10.0.0.130 - - [2026-03-12 02:15:13] "GET /obj-perms HTTP/1.1" 200 5049 0.156807 10.0.0.130 - - [2026-03-12 02:15:13] "POST /neutron/port HTTP/1.1" 200 1109 0.089454 10.0.0.130 - - [2026-03-12 02:15:13] "POST /neutron/port HTTP/1.1" 200 1119 0.017796 10.0.0.130 - - [2026-03-12 02:15:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006848 10.0.0.130 - - [2026-03-12 02:15:13] "POST /neutron/port HTTP/1.1" 200 1119 0.017745 10.0.0.130 - - [2026-03-12 02:15:13] "POST /neutron/port HTTP/1.1" 200 1119 0.013280 10.0.0.130 - - [2026-03-12 02:15:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003445 10.0.0.130 - - [2026-03-12 02:15:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005832 10.0.0.130 - - [2026-03-12 02:15:13] "POST /neutron/subnet HTTP/1.1" 200 673 0.011843 10.0.0.130 - - [2026-03-12 02:15:13] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.130 - - [2026-03-12 02:15:13] "POST /neutron/port HTTP/1.1" 200 1119 0.013075 10.0.0.130 - - [2026-03-12 02:15:13] "POST /neutron/network HTTP/1.1" 200 994 0.006419 10.0.0.130 - - [2026-03-12 02:15:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004971 10.0.0.130 - - [2026-03-12 02:15:13] "GET /virtual-machine/210c3715-6334-44c6-bd6a-120e6105882a HTTP/1.1" 200 1290 0.008516 10.0.0.130 - - [2026-03-12 02:15:13] "GET /virtual-machine-interface/410134a7-0734-4e92-b8c5-403f2cfae647 HTTP/1.1" 200 2948 0.004516 10.0.0.130 - - [2026-03-12 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002477 10.0.0.130 - - [2026-03-12 02:15:13] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002900 10.0.0.130 - - [2026-03-12 02:15:13] "GET /obj-perms HTTP/1.1" 200 5075 0.084378 10.0.0.130 - - [2026-03-12 02:15:13] "GET /virtual-networks?parent_id=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002416 10.0.0.130 - - [2026-03-12 02:15:13] "GET /virtual-network/b76a749a-a433-4e32-96ac-a4e21924f623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005116 10.0.0.130 - - [2026-03-12 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.130 - - [2026-03-12 02:15:16] "GET /virtual-network/b76a749a-a433-4e32-96ac-a4e21924f623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004675 10.0.0.130 - - [2026-03-12 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.130 - - [2026-03-12 02:15:20] "GET /virtual-network/b76a749a-a433-4e32-96ac-a4e21924f623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006017 10.0.0.130 - - [2026-03-12 02:15:21] "POST /neutron/port HTTP/1.1" 200 1119 0.012048 10.0.0.130 - - [2026-03-12 02:15:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005135 10.0.0.130 - - [2026-03-12 02:15:21] "POST /neutron/port HTTP/1.1" 200 1119 0.014005 10.0.0.130 - - [2026-03-12 02:15:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006558 10.0.0.130 - - [2026-03-12 02:15:22] "POST /neutron/port HTTP/1.1" 200 1119 0.011560 10.0.0.130 - - [2026-03-12 02:15:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005615 10.0.0.130 - - [2026-03-12 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002588 10.0.0.130 - - [2026-03-12 02:15:22] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003111 10.0.0.130 - - [2026-03-12 02:15:22] "GET /virtual-networks?parent_id=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003299 10.0.0.130 - - [2026-03-12 02:15:23] "GET /virtual-network/b76a749a-a433-4e32-96ac-a4e21924f623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006575 10.0.0.130 - - [2026-03-12 02:15:23] "POST /neutron/port HTTP/1.1" 200 1119 0.011925 10.0.0.130 - - [2026-03-12 02:15:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007521 10.0.0.130 - - [2026-03-12 02:15:23] "POST /neutron/port HTTP/1.1" 200 1119 0.012153 10.0.0.130 - - [2026-03-12 02:15:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006897 10.0.0.130 - - [2026-03-12 02:15:23] "POST /neutron/port HTTP/1.1" 200 1119 0.016419 10.0.0.130 - - [2026-03-12 02:15:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008072 10.0.0.130 - - [2026-03-12 02:15:23] "GET /virtual-machine/0006a965-8577-422c-8666-07455ca9c218 HTTP/1.1" 200 1286 0.005458 10.0.0.130 - - [2026-03-12 02:15:23] "GET /virtual-machine-interface/5a33aeff-1d7f-4a81-8e4c-a2341c08d515 HTTP/1.1" 200 2948 0.005449 10.0.0.130 - - [2026-03-12 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.130 - - [2026-03-12 02:15:23] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003623 10.0.0.130 - - [2026-03-12 02:15:23] "GET /virtual-networks?parent_id=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003240 10.0.0.130 - - [2026-03-12 02:15:23] "GET /virtual-network/b76a749a-a433-4e32-96ac-a4e21924f623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005903 10.0.0.130 - - [2026-03-12 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.130 - - [2026-03-12 02:15:24] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003161 10.0.0.130 - - [2026-03-12 02:15:24] "GET /virtual-networks?parent_id=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002860 10.0.0.130 - - [2026-03-12 02:15:24] "GET /virtual-network/b76a749a-a433-4e32-96ac-a4e21924f623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005375 10.0.0.130 - - [2026-03-12 02:15:25] "POST /neutron/port HTTP/1.1" 200 1119 0.014573 10.0.0.130 - - [2026-03-12 02:15:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007422 10.0.0.130 - - [2026-03-12 02:15:25] "POST /neutron/port HTTP/1.1" 200 1119 0.013638 10.0.0.130 - - [2026-03-12 02:15:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006491 10.0.0.130 - - [2026-03-12 02:15:25] "POST /neutron/port HTTP/1.1" 200 1119 0.011457 10.0.0.130 - - [2026-03-12 02:15:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005946 10.0.0.130 - - [2026-03-12 02:15:25] "GET /virtual-machine/215196ec-760f-4437-bb93-f260c46fe031 HTTP/1.1" 200 1294 0.004291 10.0.0.130 - - [2026-03-12 02:15:25] "GET /virtual-machine-interface/82621c53-f0c4-4568-a988-8d5c50b8bb6d HTTP/1.1" 200 2948 0.004504 10.0.0.130 - - [2026-03-12 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002567 10.0.0.130 - - [2026-03-12 02:15:25] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003696 10.0.0.130 - - [2026-03-12 02:15:25] "GET /virtual-networks?parent_id=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002649 10.0.0.130 - - [2026-03-12 02:15:25] "GET /virtual-network/b76a749a-a433-4e32-96ac-a4e21924f623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005835 10.0.0.130 - - [2026-03-12 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.130 - - [2026-03-12 02:15:26] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002945 10.0.0.130 - - [2026-03-12 02:15:26] "GET /virtual-networks?parent_id=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002521 10.0.0.130 - - [2026-03-12 02:15:26] "GET /virtual-network/b76a749a-a433-4e32-96ac-a4e21924f623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006725 10.0.0.130 - - [2026-03-12 02:15:35] "POST /neutron/port HTTP/1.1" 200 1119 0.013522 10.0.0.130 - - [2026-03-12 02:15:36] "POST /neutron/port HTTP/1.1" 200 1119 0.012968 10.0.0.130 - - [2026-03-12 02:15:36] "POST /neutron/network HTTP/1.1" 200 1004 0.005931 10.0.0.130 - - [2026-03-12 02:15:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003197 10.0.0.130 - - [2026-03-12 02:15:36] "POST /neutron/subnet HTTP/1.1" 200 673 0.007934 10.0.0.130 - - [2026-03-12 02:15:36] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.130 - - [2026-03-12 02:15:36] "POST /neutron/network HTTP/1.1" 200 994 0.006793 10.0.0.130 - - [2026-03-12 02:15:42] "POST /neutron/port HTTP/1.1" 200 1109 0.010080 10.0.0.130 - - [2026-03-12 02:15:42] "POST /neutron/port HTTP/1.1" 200 1109 0.013679 10.0.0.130 - - [2026-03-12 02:15:42] "POST /neutron/port HTTP/1.1" 200 151 0.119694 10.0.0.130 - - [2026-03-12 02:15:42] "POST /neutron/port HTTP/1.1" 200 1109 0.009140 10.0.0.130 - - [2026-03-12 02:15:42] "POST /neutron/port HTTP/1.1" 200 1109 0.008755 10.0.0.130 - - [2026-03-12 02:15:43] "POST /neutron/port HTTP/1.1" 200 151 0.118150 10.0.0.130 - - [2026-03-12 02:15:43] "POST /neutron/port HTTP/1.1" 200 1119 0.011917 10.0.0.130 - - [2026-03-12 02:15:43] "POST /neutron/network HTTP/1.1" 200 994 0.005211 10.0.0.130 - - [2026-03-12 02:15:43] "POST /neutron/port HTTP/1.1" 200 1109 0.011683 10.0.0.130 - - [2026-03-12 02:15:43] "POST /neutron/network HTTP/1.1" 400 204 0.010837 10.0.0.130 - - [2026-03-12 02:15:43] "POST /neutron/port HTTP/1.1" 200 151 0.130084 10.0.0.130 - - [2026-03-12 02:15:45] "POST /neutron/network HTTP/1.1" 200 994 0.009303 10.0.0.130 - - [2026-03-12 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.130 - - [2026-03-12 02:15:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002829 10.0.0.130 - - [2026-03-12 02:15:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003484 10.0.0.130 - - [2026-03-12 02:15:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002529 10.0.0.130 - - [2026-03-12 02:15:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002147 10.0.0.130 - - [2026-03-12 02:15:45] "POST /neutron/network HTTP/1.1" 200 151 0.097149 10.0.0.130 - - [2026-03-12 02:15:45] "DELETE /route-target/892a1db4-96e8-405e-86b9-78a016bb1fd6 HTTP/1.1" 200 115 0.025321 10.0.0.130 - - [2026-03-12 02:15:45] "GET /routing-instance/affc6e55-ae93-4d4a-a37f-783ace278d7f HTTP/1.1" 404 171 0.002637 10.0.0.130 - - [2026-03-12 02:15:45] "GET /domains HTTP/1.1" 200 281 0.002817 10.0.0.130 - - [2026-03-12 02:15:45] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001497 10.0.0.130 - - [2026-03-12 02:15:45] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 2582 0.051707 10.0.0.130 - - [2026-03-12 02:15:45] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001913 10.0.0.130 - - [2026-03-12 02:15:45] "GET /project/f46f3ee5-64af-40ae-b4e6-381fa8037eef HTTP/1.1" 200 2092 0.071669 10.0.0.130 - - [2026-03-12 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.130 - - [2026-03-12 02:15:45] "DELETE /network-ipam/0a3f9ca7-619b-4bad-a296-c532460d1eea HTTP/1.1" 200 115 0.023141 10.0.0.130 - - [2026-03-12 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 211 0.004355 10.0.0.130 - - [2026-03-12 02:15:45] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001397 10.0.0.130 - - [2026-03-12 02:15:45] "GET /project/f46f3ee5-64af-40ae-b4e6-381fa8037eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043120 10.0.0.130 - - [2026-03-12 02:15:45] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002065 10.0.0.130 - - [2026-03-12 02:15:45] "GET /project/f46f3ee5-64af-40ae-b4e6-381fa8037eef?fields=virtual_networks HTTP/1.1" 200 1035 0.035381 10.0.0.130 - - [2026-03-12 02:15:45] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001384 10.0.0.130 - - [2026-03-12 02:15:45] "GET /project/f46f3ee5-64af-40ae-b4e6-381fa8037eef?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.034617 10.0.0.130 - - [2026-03-12 02:15:45] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002081 10.0.0.130 - - [2026-03-12 02:15:45] "GET /project/f46f3ee5-64af-40ae-b4e6-381fa8037eef?fields=security_groups HTTP/1.1" 200 1262 0.048320 10.0.0.130 - - [2026-03-12 02:15:47] "POST /neutron/port HTTP/1.1" 200 117 0.004444 10.0.0.130 - - [2026-03-12 02:15:47] "POST /neutron/port HTTP/1.1" 400 205 0.002936 10.0.0.130 - - [2026-03-12 02:15:47] "POST /neutron/port HTTP/1.1" 200 117 0.004472 10.0.0.130 - - [2026-03-12 02:15:47] "POST /neutron/port HTTP/1.1" 400 205 0.002877 10.0.0.130 - - [2026-03-12 02:15:53] "GET / HTTP/1.1" 200 36215 0.001917 10.0.0.130 - - [2026-03-12 02:15:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000465 10.0.0.130 - - [2026-03-12 02:15:54] "POST /fqname-to-id HTTP/1.1" 404 183 0.051564 10.0.0.130 - - [2026-03-12 02:15:54] "GET /projects?obj_uuids=2a42ce01-70ea-4035-b61c-68e965fbb81a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002966 10.0.0.130 - - [2026-03-12 02:15:54] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002006 10.0.0.130 - - [2026-03-12 02:15:54] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007653 10.0.0.130 - - [2026-03-12 02:15:54] "POST /id-to-fqname HTTP/1.1" 200 185 0.001254 10.0.0.130 - - [2026-03-12 02:15:54] "POST /fqname-to-id HTTP/1.1" 404 194 0.002896 10.0.0.130 - - [2026-03-12 02:15:54] "POST /security-groups HTTP/1.1" 200 586 0.064072 10.0.0.130 - - [2026-03-12 02:15:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.002479 10.0.0.130 - - [2026-03-12 02:15:54] "POST /projects HTTP/1.1" 200 575 0.210843 10.0.0.130 - - [2026-03-12 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.246687 10.0.0.130 - - [2026-03-12 02:15:54] "POST /access-control-lists HTTP/1.1" 200 593 0.056518 10.0.0.130 - - [2026-03-12 02:15:54] "GET /project/2a42ce01-70ea-4035-b61c-68e965fbb81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.391540 10.0.0.130 - - [2026-03-12 02:15:54] "POST /fqname-to-id HTTP/1.1" 404 228 0.002898 10.0.0.130 - - [2026-03-12 02:15:54] "POST /access-control-lists HTTP/1.1" 200 591 0.060113 10.0.0.130 - - [2026-03-12 02:15:55] "GET / HTTP/1.1" 200 36215 0.002100 10.0.0.130 - - [2026-03-12 02:15:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000440 10.0.0.130 - - [2026-03-12 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.030153 10.0.0.130 - - [2026-03-12 02:15:58] "GET /api-access-list/bf2b16a2-2cf0-4824-a88e-43868c56a592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003850 10.0.0.130 - - [2026-03-12 02:15:58] "GET /api-access-list/bf2b16a2-2cf0-4824-a88e-43868c56a592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003229 10.0.0.130 - - [2026-03-12 02:15:58] "GET /api-access-list/bf2b16a2-2cf0-4824-a88e-43868c56a592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002923 10.0.0.130 - - [2026-03-12 02:15:58] "PUT /api-access-list/bf2b16a2-2cf0-4824-a88e-43868c56a592 HTTP/1.1" 200 265 0.010612 10.0.0.130 - - [2026-03-12 02:15:58] "GET /aaa-mode HTTP/1.1" 401 293 0.000415 10.0.0.130 - - [2026-03-12 02:15:59] "GET /aaa-mode HTTP/1.1" 200 128 0.024229 10.0.0.130 - - [2026-03-12 02:15:59] "POST /fqname-to-id HTTP/1.1" 404 183 0.024350 10.0.0.130 - - [2026-03-12 02:15:59] "GET /projects?obj_uuids=e3967314-2b40-4156-9f09-f8fe927d8546&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002068 10.0.0.130 - - [2026-03-12 02:15:59] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.130 - - [2026-03-12 02:15:59] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005964 10.0.0.130 - - [2026-03-12 02:15:59] "POST /id-to-fqname HTTP/1.1" 200 185 0.001420 10.0.0.130 - - [2026-03-12 02:15:59] "POST /fqname-to-id HTTP/1.1" 404 194 0.001953 10.0.0.130 - - [2026-03-12 02:15:59] "POST /security-groups HTTP/1.1" 200 586 0.060556 10.0.0.130 - - [2026-03-12 02:15:59] "POST /fqname-to-id HTTP/1.1" 404 229 0.002668 10.0.0.130 - - [2026-03-12 02:15:59] "POST /projects HTTP/1.1" 200 575 0.201243 10.0.0.130 - - [2026-03-12 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.269715 10.0.0.130 - - [2026-03-12 02:15:59] "POST /access-control-lists HTTP/1.1" 200 593 0.062678 10.0.0.130 - - [2026-03-12 02:15:59] "POST /fqname-to-id HTTP/1.1" 404 228 0.002822 10.0.0.130 - - [2026-03-12 02:15:59] "GET /project/e3967314-2b40-4156-9f09-f8fe927d8546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.392345 10.0.0.130 - - [2026-03-12 02:15:59] "POST /access-control-lists HTTP/1.1" 200 591 0.060666 10.0.0.130 - - [2026-03-12 02:16:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.026116 10.0.0.130 - - [2026-03-12 02:16:00] "GET /projects?obj_uuids=22133275-52b5-4107-b8c9-af4657957d86&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002867 10.0.0.130 - - [2026-03-12 02:16:00] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001227 10.0.0.130 - - [2026-03-12 02:16:00] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007331 10.0.0.130 - - [2026-03-12 02:16:00] "POST /id-to-fqname HTTP/1.1" 200 185 0.001617 10.0.0.130 - - [2026-03-12 02:16:00] "POST /fqname-to-id HTTP/1.1" 404 194 0.004132 10.0.0.130 - - [2026-03-12 02:16:00] "POST /security-groups HTTP/1.1" 200 586 0.064378 10.0.0.130 - - [2026-03-12 02:16:00] "POST /fqname-to-id HTTP/1.1" 404 229 0.002801 10.0.0.130 - - [2026-03-12 02:16:00] "POST /projects HTTP/1.1" 200 575 0.232318 10.0.0.130 - - [2026-03-12 02:16:00] "POST /access-control-lists HTTP/1.1" 200 593 0.058778 10.0.0.130 - - [2026-03-12 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.307980 10.0.0.130 - - [2026-03-12 02:16:00] "POST /fqname-to-id HTTP/1.1" 404 228 0.002588 10.0.0.130 - - [2026-03-12 02:16:00] "GET /project/22133275-52b5-4107-b8c9-af4657957d86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.436795 10.0.0.130 - - [2026-03-12 02:16:00] "POST /access-control-lists HTTP/1.1" 200 591 0.060876 10.0.0.130 - - [2026-03-12 02:16:01] "GET / HTTP/1.1" 200 36215 0.001972 10.0.0.130 - - [2026-03-12 02:16:02] "GET / HTTP/1.1" 200 36215 0.002189 10.0.0.130 - - [2026-03-12 02:16:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.002535 10.0.0.130 - - [2026-03-12 02:16:02] "POST /api-access-lists HTTP/1.1" 200 523 0.013002 10.0.0.130 - - [2026-03-12 02:16:02] "GET /api-access-list/8970a5f7-2170-4a8d-ba1e-2f7b1113ce4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.003979 10.0.0.130 - - [2026-03-12 02:16:02] "GET /api-access-list/8970a5f7-2170-4a8d-ba1e-2f7b1113ce4c HTTP/1.1" 401 293 0.000570 10.0.0.130 - - [2026-03-12 02:16:02] "GET /api-access-list/8970a5f7-2170-4a8d-ba1e-2f7b1113ce4c HTTP/1.1" 200 1267 0.056324 10.0.0.130 - - [2026-03-12 02:16:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000380 10.0.0.130 - - [2026-03-12 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.059263 10.0.0.130 - - [2026-03-12 02:16:03] "GET /projects?obj_uuids=e3967314-2b40-4156-9f09-f8fe927d8546&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001062 10.0.0.130 - - [2026-03-12 02:16:03] "GET /project/e3967314-2b40-4156-9f09-f8fe927d8546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.030473 10.0.0.130 - - [2026-03-12 02:16:03] "GET /virtual-networks?parent_id=e3967314-2b40-4156-9f09-f8fe927d8546&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010476 10.0.0.130 - - [2026-03-12 02:16:03] "POST /virtual-networks HTTP/1.1" 200 570 0.053980 10.0.0.130 - - [2026-03-12 02:16:03] "POST /route-targets HTTP/1.1" 200 328 0.009685 10.0.0.130 - - [2026-03-12 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.011854 10.0.0.130 - - [2026-03-12 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.014526 10.0.0.130 - - [2026-03-12 02:16:03] "GET /network-ipam/09b17961-d03a-4147-b54c-ec9d7320be70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.011962 10.0.0.130 - - [2026-03-12 02:16:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002041 10.0.0.130 - - [2026-03-12 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.043755 10.0.0.130 - - [2026-03-12 02:16:03] "POST /neutron/network HTTP/1.1" 200 830 0.072835 10.0.0.130 - - [2026-03-12 02:16:03] "POST /neutron/network HTTP/1.1" 200 830 0.020101 10.0.0.130 - - [2026-03-12 02:16:03] "GET /virtual-network/475025a0-c742-4a1f-8826-a407f5c72cb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1978 0.010808 10.0.0.130 - - [2026-03-12 02:16:03] "POST /neutron/network HTTP/1.1" 200 830 0.016735 10.0.0.130 - - [2026-03-12 02:16:03] "POST /neutron/subnet HTTP/1.1" 200 668 0.022591 10.0.0.130 - - [2026-03-12 02:16:03] "GET /virtual-network/475025a0-c742-4a1f-8826-a407f5c72cb9 HTTP/1.1" 401 293 0.000426 10.0.0.130 - - [2026-03-12 02:16:04] "GET /virtual-network/475025a0-c742-4a1f-8826-a407f5c72cb9 HTTP/1.1" 200 2264 0.041909 10.0.0.130 - - [2026-03-12 02:16:04] "GET /virtual-network/475025a0-c742-4a1f-8826-a407f5c72cb9 HTTP/1.1" 401 293 0.000361 10.0.0.130 - - [2026-03-12 02:16:04] "GET /virtual-network/475025a0-c742-4a1f-8826-a407f5c72cb9 HTTP/1.1" 200 2003 0.037798 10.0.0.130 - - [2026-03-12 02:16:04] "GET /obj-perms HTTP/1.1" 200 4934 0.056448 10.0.0.130 - - [2026-03-12 02:16:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000406 10.0.0.130 - - [2026-03-12 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.023548 10.0.0.130 - - [2026-03-12 02:16:05] "GET /virtual-network/475025a0-c742-4a1f-8826-a407f5c72cb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1978 0.011726 10.0.0.130 - - [2026-03-12 02:16:05] "GET /obj-perms HTTP/1.1" 200 4934 0.008659 10.0.0.130 - - [2026-03-12 02:16:05] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.014789 10.0.0.130 - - [2026-03-12 02:16:05] "GET /obj-perms HTTP/1.1" 200 4934 0.054876 10.0.0.130 - - [2026-03-12 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002470 10.0.0.130 - - [2026-03-12 02:16:05] "GET /virtual-network/475025a0-c742-4a1f-8826-a407f5c72cb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1978 0.014874 10.0.0.130 - - [2026-03-12 02:16:06] "GET /obj-perms HTTP/1.1" 200 4934 0.009564 10.0.0.130 - - [2026-03-12 02:16:06] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.015954 10.0.0.130 - - [2026-03-12 02:16:06] "POST /id-to-fqname HTTP/1.1" 401 293 0.000446 10.0.0.130 - - [2026-03-12 02:16:06] "POST /id-to-fqname HTTP/1.1" 200 230 0.039622 10.0.0.130 - - [2026-03-12 02:16:06] "DELETE /project/e39673142b4041569f09f8fe927d8546 HTTP/1.1" 404 173 0.008099 10.0.0.130 - - [2026-03-12 02:16:06] "DELETE /project/2213327552b54107b8c9af4657957d86 HTTP/1.1" 404 173 0.007011 10.0.0.130 - - [2026-03-12 02:16:06] "DELETE /project/2a42ce0170ea4035b61c68e965fbb81a HTTP/1.1" 404 173 0.006214 10.0.0.130 - - [2026-03-12 02:16:06] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000858 10.0.0.130 - - [2026-03-12 02:16:07] "GET /project/f46f3ee5-64af-40ae-b4e6-381fa8037eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.033110 10.0.0.130 - - [2026-03-12 02:16:07] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001266 10.0.0.130 - - [2026-03-12 02:16:07] "POST /neutron/network HTTP/1.1" 200 840 0.041052 10.0.0.130 - - [2026-03-12 02:16:07] "GET /aaa-mode HTTP/1.1" 401 293 0.000398 10.0.0.130 - - [2026-03-12 02:16:07] "GET /project/f46f3ee5-64af-40ae-b4e6-381fa8037eef?fields=security_groups HTTP/1.1" 200 1364 0.065970 10.0.0.130 - - [2026-03-12 02:16:07] "DELETE /security-group/ea5d0981-0492-4803-bd78-0e2764601672 HTTP/1.1" 200 115 0.038131 10.0.0.130 - - [2026-03-12 02:16:07] "GET /projects?obj_uuids=f46f3ee5-64af-40ae-b4e6-381fa8037eef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001567 10.0.0.130 - - [2026-03-12 02:16:07] "DELETE /access-control-list/45a1f032-9332-4bd3-9c98-3bc34e6ef72d HTTP/1.1" 200 115 0.038129 10.0.0.130 - - [2026-03-12 02:16:07] "GET /project/f46f3ee5-64af-40ae-b4e6-381fa8037eef?fields=application_policy_sets HTTP/1.1" 200 1403 0.050796 10.0.0.130 - - [2026-03-12 02:16:07] "DELETE /access-control-list/6859ee35-7220-4cb3-a383-8512a8e5069e HTTP/1.1" 200 115 0.039309 10.0.0.130 - - [2026-03-12 02:16:07] "DELETE /project/f46f3ee5-64af-40ae-b4e6-381fa8037eef HTTP/1.1" 200 115 0.345884 10.0.0.130 - - [2026-03-12 02:16:07] "GET / HTTP/1.1" 200 36215 0.001620 10.0.0.130 - - [2026-03-12 02:16:07] "GET /project/22133275-52b5-4107-b8c9-af4657957d86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000407 10.0.0.130 - - [2026-03-12 02:16:07] "GET /projects?obj_uuids=22133275-52b5-4107-b8c9-af4657957d86&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001013 10.0.0.130 - - [2026-03-12 02:16:07] "GET /project/22133275-52b5-4107-b8c9-af4657957d86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.044716 10.0.0.130 - - [2026-03-12 02:16:07] "POST /neutron/network HTTP/1.1" 200 830 0.004889 10.0.0.130 - - [2026-03-12 02:16:07] "POST /neutron/port HTTP/1.1" 200 117 0.031215 10.0.0.130 - - [2026-03-12 02:16:07] "POST /neutron/port HTTP/1.1" 200 117 0.004144 10.0.0.130 - - [2026-03-12 02:16:08] "POST /neutron/port HTTP/1.1" 200 117 0.004250 10.0.0.130 - - [2026-03-12 02:16:08] "POST /neutron/network HTTP/1.1" 200 840 0.024002 10.0.0.130 - - [2026-03-12 02:16:08] "POST /neutron/network HTTP/1.1" 200 830 0.020766 10.0.0.130 - - [2026-03-12 02:16:08] "GET /projects?obj_uuids=22133275-52b5-4107-b8c9-af4657957d86&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001309 10.0.0.130 - - [2026-03-12 02:16:08] "POST /neutron/port HTTP/1.1" 200 1054 0.296538 10.0.0.130 - - [2026-03-12 02:16:08] "POST /neutron/port HTTP/1.1" 200 1054 0.008989 10.0.0.130 - - [2026-03-12 02:16:08] "POST /neutron/port HTTP/1.1" 200 1054 0.008490 10.0.0.130 - - [2026-03-12 02:16:08] "POST /neutron/port HTTP/1.1" 200 1108 0.050009 10.0.0.130 - - [2026-03-12 02:16:08] "POST /neutron/port HTTP/1.1" 200 1118 0.013026 10.0.0.130 - - [2026-03-12 02:16:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003908 10.0.0.130 - - [2026-03-12 02:16:08] "POST /neutron/subnet HTTP/1.1" 200 642 0.007443 10.0.0.130 - - [2026-03-12 02:16:08] "POST /neutron/port HTTP/1.1" 200 117 0.001591 10.0.0.130 - - [2026-03-12 02:16:08] "POST /neutron/network HTTP/1.1" 200 830 0.005475 10.0.0.130 - - [2026-03-12 02:16:13] "POST /neutron/port HTTP/1.1" 200 1118 0.011211 10.0.0.130 - - [2026-03-12 02:16:13] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006382 10.0.0.130 - - [2026-03-12 02:16:13] "POST /neutron/port HTTP/1.1" 200 1118 0.012513 10.0.0.130 - - [2026-03-12 02:16:13] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006569 10.0.0.130 - - [2026-03-12 02:16:13] "POST /neutron/port HTTP/1.1" 200 1118 0.011173 10.0.0.130 - - [2026-03-12 02:16:13] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005535 10.0.0.130 - - [2026-03-12 02:16:13] "POST /neutron/port HTTP/1.1" 200 1118 0.013144 10.0.0.130 - - [2026-03-12 02:16:13] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007812 10.0.0.130 - - [2026-03-12 02:16:13] "GET /virtual-machine/dda224b4-961a-4052-9920-3edfa790b73d HTTP/1.1" 200 1290 0.014072 10.0.0.130 - - [2026-03-12 02:16:13] "GET /virtual-machine/dda224b4-961a-4052-9920-3edfa790b73d HTTP/1.1" 200 1290 0.019566 10.0.0.130 - - [2026-03-12 02:16:13] "GET /virtual-machine-interface/2042d5d3-c712-45da-aab1-d81f1d2be0a2 HTTP/1.1" 200 2536 0.014900 10.0.0.130 - - [2026-03-12 02:16:13] "GET /virtual-machine/dda224b4-961a-4052-9920-3edfa790b73d HTTP/1.1" 200 1290 0.013417 10.0.0.130 - - [2026-03-12 02:16:13] "GET /virtual-machine-interface/2042d5d3-c712-45da-aab1-d81f1d2be0a2 HTTP/1.1" 200 2536 0.021702 10.0.0.130 - - [2026-03-12 02:16:13] "GET /instance-ip/4280bf3c-bb35-4e50-8bfd-e5ee8dd79164 HTTP/1.1" 200 1627 0.018739 10.0.0.130 - - [2026-03-12 02:16:13] "GET /virtual-machine/dda224b4-961a-4052-9920-3edfa790b73d HTTP/1.1" 200 1290 0.013221 10.0.0.130 - - [2026-03-12 02:16:13] "GET /virtual-machine-interface/2042d5d3-c712-45da-aab1-d81f1d2be0a2 HTTP/1.1" 200 2536 0.012865 10.0.0.130 - - [2026-03-12 02:16:13] "GET /instance-ip/4280bf3c-bb35-4e50-8bfd-e5ee8dd79164 HTTP/1.1" 200 1627 0.008996 10.0.0.130 - - [2026-03-12 02:16:13] "POST /fqname-to-id HTTP/1.1" 403 339 0.008629 10.0.0.130 - - [2026-03-12 02:16:13] "GET / HTTP/1.1" 200 36215 0.001729 10.0.0.130 - - [2026-03-12 02:16:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000442 10.0.0.130 - - [2026-03-12 02:16:14] "GET /obj-perms HTTP/1.1" 200 5075 0.339898 10.0.0.130 - - [2026-03-12 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.316032 10.0.0.130 - - [2026-03-12 02:16:14] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002761 10.0.0.130 - - [2026-03-12 02:16:14] "GET /obj-perms HTTP/1.1" 200 5075 0.067990 10.0.0.130 - - [2026-03-12 02:16:14] "GET /virtual-networks?parent_id=22133275-52b5-4107-b8c9-af4657957d86&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009666 10.0.0.130 - - [2026-03-12 02:16:14] "POST /fqname-to-id HTTP/1.1" 403 339 0.010098 10.0.0.130 - - [2026-03-12 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.130 - - [2026-03-12 02:16:14] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003683 10.0.0.130 - - [2026-03-12 02:16:14] "GET /virtual-networks?parent_id=22133275-52b5-4107-b8c9-af4657957d86&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008983 10.0.0.130 - - [2026-03-12 02:16:14] "POST /fqname-to-id HTTP/1.1" 403 339 0.009974 10.0.0.130 - - [2026-03-12 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.130 - - [2026-03-12 02:16:15] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002882 10.0.0.130 - - [2026-03-12 02:16:15] "GET /virtual-networks?parent_id=22133275-52b5-4107-b8c9-af4657957d86&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010447 10.0.0.130 - - [2026-03-12 02:16:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.009621 10.0.0.130 - - [2026-03-12 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.130 - - [2026-03-12 02:16:15] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002812 10.0.0.130 - - [2026-03-12 02:16:15] "GET /virtual-networks?parent_id=22133275-52b5-4107-b8c9-af4657957d86&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009045 10.0.0.130 - - [2026-03-12 02:16:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.010103 10.0.0.130 - - [2026-03-12 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.130 - - [2026-03-12 02:16:15] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003347 10.0.0.130 - - [2026-03-12 02:16:15] "GET /virtual-networks?parent_id=22133275-52b5-4107-b8c9-af4657957d86&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009816 10.0.0.130 - - [2026-03-12 02:16:17] "POST /neutron/port HTTP/1.1" 200 1118 0.015078 10.0.0.130 - - [2026-03-12 02:16:17] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006783 10.0.0.130 - - [2026-03-12 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.011923 10.0.0.130 - - [2026-03-12 02:16:18] "GET /virtual-network/475025a0-c742-4a1f-8826-a407f5c72cb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1978 0.015468 10.0.0.130 - - [2026-03-12 02:16:20] "POST /fqname-to-id HTTP/1.1" 403 339 0.010583 10.0.0.130 - - [2026-03-12 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.130 - - [2026-03-12 02:16:20] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003329 10.0.0.130 - - [2026-03-12 02:16:20] "GET /virtual-networks?parent_id=22133275-52b5-4107-b8c9-af4657957d86&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011529 10.0.0.130 - - [2026-03-12 02:16:20] "POST /fqname-to-id HTTP/1.1" 403 339 0.009413 10.0.0.130 - - [2026-03-12 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002347 10.0.0.130 - - [2026-03-12 02:16:20] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003185 10.0.0.130 - - [2026-03-12 02:16:20] "GET /virtual-networks?parent_id=22133275-52b5-4107-b8c9-af4657957d86&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009328 10.0.0.130 - - [2026-03-12 02:16:20] "POST /fqname-to-id HTTP/1.1" 403 361 0.009407 10.0.0.130 - - [2026-03-12 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.130 - - [2026-03-12 02:16:20] "GET /routing-instance/f0cad864-0945-4d6c-b6a0-ccf8ed3977d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.003292 10.0.0.130 - - [2026-03-12 02:16:20] "GET /route-target/3e5bb940-e727-4d50-8708-cfb65fccf552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009653 10.0.0.130 - - [2026-03-12 02:16:20] "GET /route-target/3e5bb940-e727-4d50-8708-cfb65fccf552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003018 10.0.0.130 - - [2026-03-12 02:16:20] "POST /fqname-to-id HTTP/1.1" 403 339 0.011595 10.0.0.130 - - [2026-03-12 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.130 - - [2026-03-12 02:16:20] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005042 10.0.0.130 - - [2026-03-12 02:16:21] "GET /virtual-networks?parent_id=22133275-52b5-4107-b8c9-af4657957d86&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009813 10.0.0.130 - - [2026-03-12 02:16:21] "POST /fqname-to-id HTTP/1.1" 403 361 0.009002 10.0.0.130 - - [2026-03-12 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.130 - - [2026-03-12 02:16:21] "GET /routing-instance/f0cad864-0945-4d6c-b6a0-ccf8ed3977d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.004258 10.0.0.130 - - [2026-03-12 02:16:21] "GET /route-target/3e5bb940-e727-4d50-8708-cfb65fccf552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010262 10.0.0.130 - - [2026-03-12 02:16:21] "GET /route-target/3e5bb940-e727-4d50-8708-cfb65fccf552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004192 10.0.0.130 - - [2026-03-12 02:16:21] "GET /obj-perms HTTP/1.1" 200 4934 0.010770 10.0.0.130 - - [2026-03-12 02:16:21] "GET /virtual-machine/dda224b4-961a-4052-9920-3edfa790b73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.011213 10.0.0.130 - - [2026-03-12 02:16:23] "GET /obj-perms HTTP/1.1" 200 4934 0.008849 10.0.0.130 - - [2026-03-12 02:16:23] "GET /virtual-machine/dda224b4-961a-4052-9920-3edfa790b73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.009620 10.0.0.130 - - [2026-03-12 02:16:23] "GET /obj-perms HTTP/1.1" 200 4934 0.008505 10.0.0.130 - - [2026-03-12 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.130 - - [2026-03-12 02:16:23] "GET /virtual-machine-interface/2042d5d3-c712-45da-aab1-d81f1d2be0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.013790 10.0.0.130 - - [2026-03-12 02:16:23] "GET /obj-perms HTTP/1.1" 200 4934 0.008836 10.0.0.130 - - [2026-03-12 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.130 - - [2026-03-12 02:16:23] "GET /virtual-machine-interface/2042d5d3-c712-45da-aab1-d81f1d2be0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.014371 10.0.0.130 - - [2026-03-12 02:16:23] "GET /obj-perms HTTP/1.1" 200 4934 0.009714 10.0.0.130 - - [2026-03-12 02:16:23] "GET /virtual-machine/dda224b4-961a-4052-9920-3edfa790b73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.009956 10.0.0.130 - - [2026-03-12 02:16:23] "GET /obj-perms HTTP/1.1" 200 4934 0.008233 10.0.0.130 - - [2026-03-12 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.130 - - [2026-03-12 02:16:23] "GET /virtual-machine-interface/2042d5d3-c712-45da-aab1-d81f1d2be0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.013811 10.0.0.130 - - [2026-03-12 02:16:23] "GET /obj-perms HTTP/1.1" 200 4934 0.010081 10.0.0.130 - - [2026-03-12 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.130 - - [2026-03-12 02:16:24] "GET /virtual-network/475025a0-c742-4a1f-8826-a407f5c72cb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1978 0.011972 10.0.0.130 - - [2026-03-12 02:16:24] "GET /obj-perms HTTP/1.1" 200 4934 0.009269 10.0.0.130 - - [2026-03-12 02:16:24] "GET /virtual-machine/dda224b4-961a-4052-9920-3edfa790b73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.009040 10.0.0.130 - - [2026-03-12 02:16:24] "GET /obj-perms HTTP/1.1" 200 4934 0.009675 10.0.0.130 - - [2026-03-12 02:16:24] "GET /obj-perms HTTP/1.1" 200 4934 0.008835 10.0.0.130 - - [2026-03-12 02:16:24] "GET /obj-perms HTTP/1.1" 200 4934 0.051774 10.0.0.130 - - [2026-03-12 02:16:24] "GET /obj-perms HTTP/1.1" 200 4934 0.007820 10.0.0.130 - - [2026-03-12 02:16:25] "GET /obj-perms HTTP/1.1" 200 5039 0.063966 10.0.0.130 - - [2026-03-12 02:16:25] "GET /obj-perms HTTP/1.1" 200 5039 0.003479 10.0.0.130 - - [2026-03-12 02:16:25] "GET /obj-perms HTTP/1.1" 200 4934 0.009052 10.0.0.130 - - [2026-03-12 02:16:25] "GET /obj-perms HTTP/1.1" 200 4934 0.008800 10.0.0.130 - - [2026-03-12 02:16:25] "GET /obj-perms HTTP/1.1" 200 4934 0.055510 10.0.0.130 - - [2026-03-12 02:16:25] "GET /obj-perms HTTP/1.1" 200 4934 0.008839 10.0.0.130 - - [2026-03-12 02:16:25] "GET /obj-perms HTTP/1.1" 200 5039 0.002929 10.0.0.130 - - [2026-03-12 02:16:25] "GET /obj-perms HTTP/1.1" 200 5039 0.003249 10.0.0.130 - - [2026-03-12 02:16:25] "GET /obj-perms HTTP/1.1" 200 4934 0.008283 10.0.0.130 - - [2026-03-12 02:16:25] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.009405 10.0.0.130 - - [2026-03-12 02:16:26] "GET /virtual-machine/dda224b4-961a-4052-9920-3edfa790b73d HTTP/1.1" 200 1290 0.011302 10.0.0.130 - - [2026-03-12 02:16:26] "POST /neutron/port HTTP/1.1" 200 1118 0.012720 10.0.0.130 - - [2026-03-12 02:16:26] "POST /neutron/port HTTP/1.1" 200 1108 0.010948 10.0.0.130 - - [2026-03-12 02:16:26] "POST /neutron/port HTTP/1.1" 200 151 0.098701 10.0.0.130 - - [2026-03-12 02:16:28] "GET /virtual-machine/dda224b4-961a-4052-9920-3edfa790b73d HTTP/1.1" 404 171 0.008351 10.0.0.130 - - [2026-03-12 02:16:28] "GET /virtual-machine/dda224b4-961a-4052-9920-3edfa790b73d HTTP/1.1" 404 171 0.007795 10.0.0.130 - - [2026-03-12 02:16:28] "GET /virtual-machine/dda224b4-961a-4052-9920-3edfa790b73d HTTP/1.1" 404 171 0.007868 10.0.0.130 - - [2026-03-12 02:16:28] "POST /fqname-to-id HTTP/1.1" 403 339 0.011250 10.0.0.130 - - [2026-03-12 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.130 - - [2026-03-12 02:16:28] "GET /global-vrouter-config/36a1b3a6-d774-440b-99cd-945e88f416e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003718 10.0.0.130 - - [2026-03-12 02:16:28] "GET /virtual-networks?parent_id=22133275-52b5-4107-b8c9-af4657957d86&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010894 10.0.0.130 - - [2026-03-12 02:16:28] "POST /fqname-to-id HTTP/1.1" 403 361 0.009018 10.0.0.130 - - [2026-03-12 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.130 - - [2026-03-12 02:16:28] "GET /routing-instance/f0cad864-0945-4d6c-b6a0-ccf8ed3977d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.004553 10.0.0.130 - - [2026-03-12 02:16:28] "GET /route-target/3e5bb940-e727-4d50-8708-cfb65fccf552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.011710 10.0.0.130 - - [2026-03-12 02:16:28] "GET /route-target/3e5bb940-e727-4d50-8708-cfb65fccf552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003093 10.0.0.130 - - [2026-03-12 02:16:28] "GET /obj-perms HTTP/1.1" 200 4934 0.008630 10.0.0.130 - - [2026-03-12 02:16:28] "GET /obj-perms HTTP/1.1" 200 4934 0.007386 10.0.0.130 - - [2026-03-12 02:16:28] "GET /obj-perms HTTP/1.1" 200 4934 0.060617 10.0.0.130 - - [2026-03-12 02:16:28] "GET /obj-perms HTTP/1.1" 200 4934 0.010461 10.0.0.130 - - [2026-03-12 02:16:28] "GET /obj-perms HTTP/1.1" 200 5039 0.003105 10.0.0.130 - - [2026-03-12 02:16:32] "GET /obj-perms HTTP/1.1" 200 5039 0.003081 10.0.0.130 - - [2026-03-12 02:16:35] "GET /obj-perms HTTP/1.1" 200 5039 0.003229 10.0.0.130 - - [2026-03-12 02:16:38] "GET /obj-perms HTTP/1.1" 200 5039 0.003337 10.0.0.130 - - [2026-03-12 02:16:41] "GET /obj-perms HTTP/1.1" 200 5039 0.003435 10.0.0.130 - - [2026-03-12 02:16:44] "GET /obj-perms HTTP/1.1" 200 5039 0.003111 10.0.0.130 - - [2026-03-12 02:16:47] "GET /obj-perms HTTP/1.1" 200 5039 0.002876 10.0.0.130 - - [2026-03-12 02:16:50] "GET /obj-perms HTTP/1.1" 200 5039 0.003676 10.0.0.130 - - [2026-03-12 02:16:53] "GET /obj-perms HTTP/1.1" 200 5039 0.003182 10.0.0.130 - - [2026-03-12 02:16:56] "GET /obj-perms HTTP/1.1" 200 5039 0.003810 10.0.0.130 - - [2026-03-12 02:16:59] "GET /obj-perms HTTP/1.1" 200 5039 0.003086 10.0.0.130 - - [2026-03-12 02:17:02] "GET /obj-perms HTTP/1.1" 200 5039 0.002968 10.0.0.130 - - [2026-03-12 02:17:05] "GET /obj-perms HTTP/1.1" 200 5039 0.002810 10.0.0.130 - - [2026-03-12 02:17:08] "GET /obj-perms HTTP/1.1" 200 5039 0.003195 10.0.0.130 - - [2026-03-12 02:17:11] "GET /obj-perms HTTP/1.1" 200 5039 0.003803 10.0.0.130 - - [2026-03-12 02:17:14] "GET /obj-perms HTTP/1.1" 200 5039 0.003068 10.0.0.130 - - [2026-03-12 02:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.130 - - [2026-03-12 02:17:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002429 10.0.0.130 - - [2026-03-12 02:17:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002077 10.0.0.130 - - [2026-03-12 02:17:14] "DELETE /virtual-network/475025a0-c742-4a1f-8826-a407f5c72cb9 HTTP/1.1" 200 115 0.085823 10.0.0.130 - - [2026-03-12 02:17:14] "DELETE /route-target/3e5bb940-e727-4d50-8708-cfb65fccf552 HTTP/1.1" 200 115 0.025449 10.0.0.130 - - [2026-03-12 02:17:14] "DELETE /api-access-list/8970a5f7-2170-4a8d-ba1e-2f7b1113ce4c HTTP/1.1" 200 115 0.018884 10.0.0.130 - - [2026-03-12 02:17:14] "GET /api-access-list/8970a5f7-2170-4a8d-ba1e-2f7b1113ce4c HTTP/1.1" 404 171 0.002205 10.0.0.130 - - [2026-03-12 02:17:14] "GET /projects?obj_uuids=22133275-52b5-4107-b8c9-af4657957d86&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001057 10.0.0.130 - - [2026-03-12 02:17:14] "GET /project/22133275-52b5-4107-b8c9-af4657957d86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.022441 10.0.0.130 - - [2026-03-12 02:17:14] "GET /projects?obj_uuids=22133275-52b5-4107-b8c9-af4657957d86&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001482 10.0.0.130 - - [2026-03-12 02:17:14] "GET /project/22133275-52b5-4107-b8c9-af4657957d86?fields=virtual_networks HTTP/1.1" 200 1024 0.063697 10.0.0.130 - - [2026-03-12 02:17:14] "GET /projects?obj_uuids=22133275-52b5-4107-b8c9-af4657957d86&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001355 10.0.0.130 - - [2026-03-12 02:17:14] "GET /project/22133275-52b5-4107-b8c9-af4657957d86?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.023572 10.0.0.130 - - [2026-03-12 02:17:14] "GET /projects?obj_uuids=22133275-52b5-4107-b8c9-af4657957d86&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001049 10.0.0.130 - - [2026-03-12 02:17:14] "GET /project/22133275-52b5-4107-b8c9-af4657957d86?fields=security_groups HTTP/1.1" 200 1246 0.023769 10.0.0.130 - - [2026-03-12 02:17:15] "GET /obj-perms HTTP/1.1" 200 5075 0.072756 10.0.0.130 - - [2026-03-12 02:17:15] "GET /projects?obj_uuids=e3967314-2b40-4156-9f09-f8fe927d8546&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001207 10.0.0.130 - - [2026-03-12 02:17:15] "GET /project/e3967314-2b40-4156-9f09-f8fe927d8546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.022088 10.0.0.130 - - [2026-03-12 02:17:15] "GET /projects?obj_uuids=e3967314-2b40-4156-9f09-f8fe927d8546&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000925 10.0.0.130 - - [2026-03-12 02:17:15] "GET /obj-perms HTTP/1.1" 200 5075 0.146974 10.0.0.130 - - [2026-03-12 02:17:15] "GET /project/e3967314-2b40-4156-9f09-f8fe927d8546?fields=virtual_networks HTTP/1.1" 200 1025 0.067498 10.0.0.130 - - [2026-03-12 02:17:16] "GET /projects?obj_uuids=e3967314-2b40-4156-9f09-f8fe927d8546&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001009 10.0.0.130 - - [2026-03-12 02:17:16] "GET /project/e3967314-2b40-4156-9f09-f8fe927d8546?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.020983 10.0.0.130 - - [2026-03-12 02:17:16] "GET /projects?obj_uuids=e3967314-2b40-4156-9f09-f8fe927d8546&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001119 10.0.0.130 - - [2026-03-12 02:17:16] "GET /project/e3967314-2b40-4156-9f09-f8fe927d8546?fields=security_groups HTTP/1.1" 200 1247 0.022841 10.0.0.130 - - [2026-03-12 02:17:17] "GET /api-access-list/bf2b16a2-2cf0-4824-a88e-43868c56a592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003171 10.0.0.130 - - [2026-03-12 02:17:17] "PUT /api-access-list/bf2b16a2-2cf0-4824-a88e-43868c56a592 HTTP/1.1" 200 265 0.009112 10.0.0.130 - - [2026-03-12 02:17:17] "GET /projects?obj_uuids=2a42ce01-70ea-4035-b61c-68e965fbb81a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001024 10.0.0.130 - - [2026-03-12 02:17:17] "GET /project/2a42ce01-70ea-4035-b61c-68e965fbb81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.027894 10.0.0.130 - - [2026-03-12 02:17:17] "GET /projects?obj_uuids=2a42ce01-70ea-4035-b61c-68e965fbb81a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001353 10.0.0.130 - - [2026-03-12 02:17:17] "GET /project/2a42ce01-70ea-4035-b61c-68e965fbb81a?fields=virtual_networks HTTP/1.1" 200 1024 0.076119 10.0.0.130 - - [2026-03-12 02:17:17] "GET /projects?obj_uuids=2a42ce01-70ea-4035-b61c-68e965fbb81a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001393 10.0.0.130 - - [2026-03-12 02:17:17] "GET /project/2a42ce01-70ea-4035-b61c-68e965fbb81a?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.024234 10.0.0.130 - - [2026-03-12 02:17:17] "GET /projects?obj_uuids=2a42ce01-70ea-4035-b61c-68e965fbb81a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001116 10.0.0.130 - - [2026-03-12 02:17:17] "GET /project/2a42ce01-70ea-4035-b61c-68e965fbb81a?fields=security_groups HTTP/1.1" 200 1246 0.025176 10.0.0.130 - - [2026-03-12 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 188 0.029969 10.0.0.130 - - [2026-03-12 02:17:18] "GET /projects?obj_uuids=8e11bfe5-d5d7-4be4-baed-595d4e2cc810&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002097 10.0.0.130 - - [2026-03-12 02:17:18] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.130 - - [2026-03-12 02:17:18] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.005961 10.0.0.130 - - [2026-03-12 02:17:18] "POST /id-to-fqname HTTP/1.1" 200 190 0.001479 10.0.0.130 - - [2026-03-12 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 199 0.002074 10.0.0.130 - - [2026-03-12 02:17:18] "POST /security-groups HTTP/1.1" 200 591 0.060103 10.0.0.130 - - [2026-03-12 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.002417 10.0.0.130 - - [2026-03-12 02:17:18] "POST /projects HTTP/1.1" 200 585 0.207504 10.0.0.130 - - [2026-03-12 02:17:18] "POST /access-control-lists HTTP/1.1" 200 598 0.054517 10.0.0.130 - - [2026-03-12 02:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.280593 10.0.0.130 - - [2026-03-12 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 233 0.003113 10.0.0.130 - - [2026-03-12 02:17:18] "GET /project/8e11bfe5-d5d7-4be4-baed-595d4e2cc810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.396962 10.0.0.130 - - [2026-03-12 02:17:18] "POST /access-control-lists HTTP/1.1" 200 596 0.060357 10.0.0.130 - - [2026-03-12 02:17:19] "GET / HTTP/1.1" 200 36215 0.001835 10.0.0.130 - - [2026-03-12 02:17:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000433 10.0.0.130 - - [2026-03-12 02:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.030019 10.0.0.130 - - [2026-03-12 02:17:22] "GET /api-access-list/bf2b16a2-2cf0-4824-a88e-43868c56a592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003155 10.0.0.130 - - [2026-03-12 02:17:22] "GET /api-access-list/bf2b16a2-2cf0-4824-a88e-43868c56a592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002947 10.0.0.130 - - [2026-03-12 02:17:22] "GET /api-access-list/bf2b16a2-2cf0-4824-a88e-43868c56a592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002973 10.0.0.130 - - [2026-03-12 02:17:22] "PUT /api-access-list/bf2b16a2-2cf0-4824-a88e-43868c56a592 HTTP/1.1" 200 265 0.008165 10.0.0.130 - - [2026-03-12 02:17:22] "GET /aaa-mode HTTP/1.1" 200 128 0.000983 10.0.0.130 - - [2026-03-12 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 188 0.025102 10.0.0.130 - - [2026-03-12 02:17:23] "GET /projects?obj_uuids=9506441d-3775-4b26-8543-db03b7dd8fac&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002433 10.0.0.130 - - [2026-03-12 02:17:23] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001164 10.0.0.130 - - [2026-03-12 02:17:23] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006977 10.0.0.130 - - [2026-03-12 02:17:23] "POST /id-to-fqname HTTP/1.1" 200 190 0.001996 10.0.0.130 - - [2026-03-12 02:17:23] "POST /fqname-to-id HTTP/1.1" 404 199 0.002787 10.0.0.130 - - [2026-03-12 02:17:23] "POST /security-groups HTTP/1.1" 200 591 0.064182 10.0.0.130 - - [2026-03-12 02:17:23] "POST /fqname-to-id HTTP/1.1" 404 234 0.002477 10.0.0.130 - - [2026-03-12 02:17:23] "POST /projects HTTP/1.1" 200 585 0.210300 10.0.0.130 - - [2026-03-12 02:17:23] "POST /access-control-lists HTTP/1.1" 200 598 0.057323 10.0.0.130 - - [2026-03-12 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.286541 10.0.0.130 - - [2026-03-12 02:17:23] "POST /fqname-to-id HTTP/1.1" 404 233 0.002528 10.0.0.130 - - [2026-03-12 02:17:23] "GET /project/9506441d-3775-4b26-8543-db03b7dd8fac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.409393 10.0.0.130 - - [2026-03-12 02:17:23] "POST /access-control-lists HTTP/1.1" 200 596 0.056535 10.0.0.130 - - [2026-03-12 02:17:23] "POST /fqname-to-id HTTP/1.1" 404 188 0.024594 10.0.0.130 - - [2026-03-12 02:17:23] "GET /projects?obj_uuids=df53a3ba-1a64-48cf-bdbf-4bbd4353c45b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002654 10.0.0.130 - - [2026-03-12 02:17:23] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001039 10.0.0.130 - - [2026-03-12 02:17:23] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006620 10.0.0.130 - - [2026-03-12 02:17:23] "POST /id-to-fqname HTTP/1.1" 200 190 0.001493 10.0.0.130 - - [2026-03-12 02:17:23] "POST /fqname-to-id HTTP/1.1" 404 199 0.001952 10.0.0.130 - - [2026-03-12 02:17:24] "POST /security-groups HTTP/1.1" 200 591 0.063479 10.0.0.130 - - [2026-03-12 02:17:24] "POST /fqname-to-id HTTP/1.1" 404 234 0.002051 10.0.0.130 - - [2026-03-12 02:17:24] "POST /projects HTTP/1.1" 200 585 0.206675 10.0.0.130 - - [2026-03-12 02:17:24] "POST /access-control-lists HTTP/1.1" 200 598 0.056674 10.0.0.130 - - [2026-03-12 02:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.274929 10.0.0.130 - - [2026-03-12 02:17:24] "POST /fqname-to-id HTTP/1.1" 404 233 0.002712 10.0.0.130 - - [2026-03-12 02:17:24] "GET /project/df53a3ba-1a64-48cf-bdbf-4bbd4353c45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.393439 10.0.0.130 - - [2026-03-12 02:17:24] "POST /access-control-lists HTTP/1.1" 200 596 0.060122 10.0.0.130 - - [2026-03-12 02:17:24] "GET / HTTP/1.1" 200 36215 0.001921 10.0.0.130 - - [2026-03-12 02:17:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.130 - - [2026-03-12 02:17:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.130 - - [2026-03-12 02:17:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.130 - - [2026-03-12 02:17:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.130 - - [2026-03-12 02:17:25] "GET / HTTP/1.1" 200 36215 0.001741 10.0.0.130 - - [2026-03-12 02:17:25] "POST /fqname-to-id HTTP/1.1" 404 183 0.002577 10.0.0.130 - - [2026-03-12 02:17:25] "POST /api-access-lists HTTP/1.1" 200 523 0.012107 10.0.0.130 - - [2026-03-12 02:17:26] "GET /api-access-list/ff18353f-668f-4ce8-8683-828ee071ef9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004856 10.0.0.130 - - [2026-03-12 02:17:26] "GET /api-access-list/ff18353f-668f-4ce8-8683-828ee071ef9c HTTP/1.1" 401 293 0.000516 10.0.0.130 - - [2026-03-12 02:17:26] "GET /api-access-list/ff18353f-668f-4ce8-8683-828ee071ef9c HTTP/1.1" 200 1291 0.062591 10.0.0.130 - - [2026-03-12 02:17:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000384 10.0.0.130 - - [2026-03-12 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.038974 10.0.0.130 - - [2026-03-12 02:17:26] "GET /projects?obj_uuids=9506441d-3775-4b26-8543-db03b7dd8fac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.130 - - [2026-03-12 02:17:26] "GET /project/9506441d-3775-4b26-8543-db03b7dd8fac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.030983 10.0.0.130 - - [2026-03-12 02:17:26] "GET /virtual-networks?parent_id=9506441d-3775-4b26-8543-db03b7dd8fac&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009553 10.0.0.130 - - [2026-03-12 02:17:26] "POST /virtual-networks HTTP/1.1" 200 585 0.047778 10.0.0.130 - - [2026-03-12 02:17:27] "POST /route-targets HTTP/1.1" 200 328 0.010290 10.0.0.130 - - [2026-03-12 02:17:27] "POST /ref-update HTTP/1.1" 200 156 0.011760 10.0.0.130 - - [2026-03-12 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.011802 10.0.0.130 - - [2026-03-12 02:17:27] "GET /network-ipam/09b17961-d03a-4147-b54c-ec9d7320be70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.009842 10.0.0.130 - - [2026-03-12 02:17:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003058 10.0.0.130 - - [2026-03-12 02:17:27] "POST /ref-update HTTP/1.1" 200 156 0.041598 10.0.0.130 - - [2026-03-12 02:17:27] "POST /neutron/network HTTP/1.1" 200 847 0.051120 10.0.0.130 - - [2026-03-12 02:17:27] "POST /neutron/network HTTP/1.1" 200 847 0.017551 10.0.0.130 - - [2026-03-12 02:17:27] "GET /virtual-network/c2731015-d557-44d2-bf24-97432bcf8d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.014800 10.0.0.130 - - [2026-03-12 02:17:27] "POST /neutron/network HTTP/1.1" 200 847 0.017736 10.0.0.130 - - [2026-03-12 02:17:27] "POST /neutron/subnet HTTP/1.1" 200 674 0.031732 10.0.0.130 - - [2026-03-12 02:17:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000523 10.0.0.130 - - [2026-03-12 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.036821 10.0.0.130 - - [2026-03-12 02:17:27] "GET /projects?obj_uuids=df53a3ba-1a64-48cf-bdbf-4bbd4353c45b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001100 10.0.0.130 - - [2026-03-12 02:17:27] "GET /project/df53a3ba-1a64-48cf-bdbf-4bbd4353c45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.028653 10.0.0.130 - - [2026-03-12 02:17:27] "GET /virtual-networks?parent_id=df53a3ba-1a64-48cf-bdbf-4bbd4353c45b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011254 10.0.0.130 - - [2026-03-12 02:17:27] "POST /virtual-networks HTTP/1.1" 200 585 0.044267 10.0.0.130 - - [2026-03-12 02:17:27] "POST /route-targets HTTP/1.1" 200 328 0.010140 10.0.0.130 - - [2026-03-12 02:17:27] "POST /ref-update HTTP/1.1" 200 156 0.010164 10.0.0.130 - - [2026-03-12 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.011372 10.0.0.130 - - [2026-03-12 02:17:28] "GET /network-ipam/09b17961-d03a-4147-b54c-ec9d7320be70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.008944 10.0.0.130 - - [2026-03-12 02:17:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002910 10.0.0.130 - - [2026-03-12 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.049237 10.0.0.130 - - [2026-03-12 02:17:28] "POST /neutron/network HTTP/1.1" 200 849 0.040795 10.0.0.130 - - [2026-03-12 02:17:28] "POST /neutron/network HTTP/1.1" 200 849 0.016314 10.0.0.130 - - [2026-03-12 02:17:28] "GET /virtual-network/dc4bd6d0-b5d3-46bd-a7fc-0b5122851f9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.010646 10.0.0.130 - - [2026-03-12 02:17:28] "POST /neutron/network HTTP/1.1" 200 849 0.018169 10.0.0.130 - - [2026-03-12 02:17:28] "POST /neutron/subnet HTTP/1.1" 200 681 0.022902 10.0.0.130 - - [2026-03-12 02:17:28] "GET /virtual-network/c2731015-d557-44d2-bf24-97432bcf8d8c HTTP/1.1" 401 293 0.000516 10.0.0.130 - - [2026-03-12 02:17:28] "GET /virtual-network/c2731015-d557-44d2-bf24-97432bcf8d8c HTTP/1.1" 200 2315 0.042597 10.0.0.130 - - [2026-03-12 02:17:28] "GET /virtual-network/c2731015-d557-44d2-bf24-97432bcf8d8c HTTP/1.1" 401 293 0.000484 10.0.0.130 - - [2026-03-12 02:17:29] "GET /virtual-network/c2731015-d557-44d2-bf24-97432bcf8d8c HTTP/1.1" 403 376 0.038538 10.0.0.130 - - [2026-03-12 02:17:29] "GET /virtual-network/c2731015-d557-44d2-bf24-97432bcf8d8c HTTP/1.1" 200 2315 0.004905 10.0.0.130 - - [2026-03-12 02:17:29] "GET /virtual-networks HTTP/1.1" 200 372 0.017373 10.0.0.130 - - [2026-03-12 02:17:29] "GET /virtual-networks HTTP/1.1" 200 372 0.014514 10.0.0.130 - - [2026-03-12 02:17:29] "GET /obj-perms HTTP/1.1" 403 257 0.029448 10.0.0.130 - - [2026-03-12 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001964 10.0.0.130 - - [2026-03-12 02:17:29] "GET /virtual-network/c2731015-d557-44d2-bf24-97432bcf8d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.011329 10.0.0.130 - - [2026-03-12 02:17:29] "GET /obj-perms HTTP/1.1" 403 257 0.029920 10.0.0.130 - - [2026-03-12 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002015 10.0.0.130 - - [2026-03-12 02:17:29] "GET /virtual-network/c2731015-d557-44d2-bf24-97432bcf8d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.010344 10.0.0.130 - - [2026-03-12 02:17:30] "GET /obj-perms HTTP/1.1" 200 5049 0.057009 10.0.0.130 - - [2026-03-12 02:17:30] "GET /obj-perms HTTP/1.1" 403 257 0.007165 10.0.0.130 - - [2026-03-12 02:17:30] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.018552 10.0.0.130 - - [2026-03-12 02:17:30] "GET /obj-perms HTTP/1.1" 403 257 0.006563 10.0.0.130 - - [2026-03-12 02:17:30] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.015421 10.0.0.130 - - [2026-03-12 02:17:30] "GET /obj-perms HTTP/1.1" 200 5049 0.003065 10.0.0.130 - - [2026-03-12 02:17:30] "PUT /virtual-network/c2731015-d557-44d2-bf24-97432bcf8d8c HTTP/1.1" 200 265 0.028120 10.0.0.130 - - [2026-03-12 02:17:30] "GET /virtual-networks HTTP/1.1" 200 132 0.017256 10.0.0.130 - - [2026-03-12 02:17:30] "GET /virtual-networks HTTP/1.1" 200 613 0.014884 10.0.0.130 - - [2026-03-12 02:17:30] "GET /virtual-networks HTTP/1.1" 200 1435 0.002566 10.0.0.130 - - [2026-03-12 02:17:30] "GET /obj-perms HTTP/1.1" 403 257 0.007602 10.0.0.130 - - [2026-03-12 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002162 10.0.0.130 - - [2026-03-12 02:17:30] "GET /virtual-network/c2731015-d557-44d2-bf24-97432bcf8d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.007833 10.0.0.130 - - [2026-03-12 02:17:31] "GET /obj-perms HTTP/1.1" 403 257 0.041340 10.0.0.130 - - [2026-03-12 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002327 10.0.0.130 - - [2026-03-12 02:17:31] "GET /virtual-network/c2731015-d557-44d2-bf24-97432bcf8d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008227 10.0.0.130 - - [2026-03-12 02:17:31] "GET /obj-perms HTTP/1.1" 403 257 0.008629 10.0.0.130 - - [2026-03-12 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.130 - - [2026-03-12 02:17:31] "GET /virtual-network/c2731015-d557-44d2-bf24-97432bcf8d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.011773 10.0.0.130 - - [2026-03-12 02:17:31] "GET /obj-perms HTTP/1.1" 200 5049 0.003405 10.0.0.130 - - [2026-03-12 02:17:31] "GET /obj-perms HTTP/1.1" 403 257 0.007567 10.0.0.130 - - [2026-03-12 02:17:31] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016581 10.0.0.130 - - [2026-03-12 02:17:31] "GET /obj-perms HTTP/1.1" 403 257 0.006322 10.0.0.130 - - [2026-03-12 02:17:31] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.016144 10.0.0.130 - - [2026-03-12 02:17:31] "GET /obj-perms HTTP/1.1" 200 5049 0.002848 10.0.0.130 - - [2026-03-12 02:17:31] "PUT /virtual-network/c2731015-d557-44d2-bf24-97432bcf8d8c HTTP/1.1" 200 265 0.026346 10.0.0.130 - - [2026-03-12 02:17:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002960 10.0.0.130 - - [2026-03-12 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.130 - - [2026-03-12 02:17:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001514 10.0.0.130 - - [2026-03-12 02:17:31] "DELETE /virtual-network/dc4bd6d0-b5d3-46bd-a7fc-0b5122851f9e HTTP/1.1" 200 115 0.066280 10.0.0.130 - - [2026-03-12 02:17:31] "DELETE /route-target/7dae8841-f488-4ad6-aa43-bfc543f2ab33 HTTP/1.1" 200 115 0.018449 10.0.0.130 - - [2026-03-12 02:17:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002154 10.0.0.130 - - [2026-03-12 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.130 - - [2026-03-12 02:17:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001701 10.0.0.130 - - [2026-03-12 02:17:31] "DELETE /virtual-network/c2731015-d557-44d2-bf24-97432bcf8d8c HTTP/1.1" 200 115 0.066447 10.0.0.130 - - [2026-03-12 02:17:31] "DELETE /route-target/9aefc7f1-acf2-4ef2-acb1-1381356325ab HTTP/1.1" 200 115 0.013119 10.0.0.130 - - [2026-03-12 02:17:31] "DELETE /api-access-list/ff18353f-668f-4ce8-8683-828ee071ef9c HTTP/1.1" 200 115 0.017855 10.0.0.130 - - [2026-03-12 02:17:31] "GET /api-access-list/ff18353f-668f-4ce8-8683-828ee071ef9c HTTP/1.1" 404 171 0.002209 10.0.0.130 - - [2026-03-12 02:17:32] "GET /projects?obj_uuids=df53a3ba-1a64-48cf-bdbf-4bbd4353c45b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001076 10.0.0.130 - - [2026-03-12 02:17:32] "GET /project/df53a3ba-1a64-48cf-bdbf-4bbd4353c45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.023162 10.0.0.130 - - [2026-03-12 02:17:32] "GET /projects?obj_uuids=df53a3ba-1a64-48cf-bdbf-4bbd4353c45b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000845 10.0.0.130 - - [2026-03-12 02:17:32] "GET /project/df53a3ba-1a64-48cf-bdbf-4bbd4353c45b?fields=virtual_networks HTTP/1.1" 200 1035 0.062511 10.0.0.130 - - [2026-03-12 02:17:32] "GET /projects?obj_uuids=df53a3ba-1a64-48cf-bdbf-4bbd4353c45b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001458 10.0.0.130 - - [2026-03-12 02:17:32] "GET /project/df53a3ba-1a64-48cf-bdbf-4bbd4353c45b?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.028823 10.0.0.130 - - [2026-03-12 02:17:32] "GET /projects?obj_uuids=df53a3ba-1a64-48cf-bdbf-4bbd4353c45b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001320 10.0.0.130 - - [2026-03-12 02:17:32] "GET /project/df53a3ba-1a64-48cf-bdbf-4bbd4353c45b?fields=security_groups HTTP/1.1" 200 1262 0.023094 10.0.0.130 - - [2026-03-12 02:17:32] "GET /projects?obj_uuids=9506441d-3775-4b26-8543-db03b7dd8fac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001102 10.0.0.130 - - [2026-03-12 02:17:32] "GET /project/9506441d-3775-4b26-8543-db03b7dd8fac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.021643 10.0.0.130 - - [2026-03-12 02:17:32] "GET /projects?obj_uuids=9506441d-3775-4b26-8543-db03b7dd8fac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001329 10.0.0.130 - - [2026-03-12 02:17:32] "GET /project/9506441d-3775-4b26-8543-db03b7dd8fac?fields=virtual_networks HTTP/1.1" 200 1034 0.066841 10.0.0.130 - - [2026-03-12 02:17:32] "GET /projects?obj_uuids=9506441d-3775-4b26-8543-db03b7dd8fac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000950 10.0.0.130 - - [2026-03-12 02:17:33] "GET /project/9506441d-3775-4b26-8543-db03b7dd8fac?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.022964 10.0.0.130 - - [2026-03-12 02:17:33] "GET /projects?obj_uuids=9506441d-3775-4b26-8543-db03b7dd8fac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001249 10.0.0.130 - - [2026-03-12 02:17:33] "GET /project/9506441d-3775-4b26-8543-db03b7dd8fac?fields=security_groups HTTP/1.1" 200 1261 0.030185 10.0.0.130 - - [2026-03-12 02:17:33] "GET /aaa-mode HTTP/1.1" 200 128 0.001020 10.0.0.130 - - [2026-03-12 02:17:34] "GET / HTTP/1.1" 200 36215 0.001785 10.0.0.130 - - [2026-03-12 02:17:35] "GET / HTTP/1.1" 200 36215 0.001836 10.0.0.130 - - [2026-03-12 02:17:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000483 10.0.0.130 - - [2026-03-12 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.066164 10.0.0.130 - - [2026-03-12 02:17:35] "GET /projects?obj_uuids=8e11bfe5-d5d7-4be4-baed-595d4e2cc810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001114 10.0.0.130 - - [2026-03-12 02:17:35] "GET /project/8e11bfe5-d5d7-4be4-baed-595d4e2cc810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.026894 10.0.0.130 - - [2026-03-12 02:17:36] "GET /virtual-networks?parent_id=8e11bfe5-d5d7-4be4-baed-595d4e2cc810&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007430 10.0.0.130 - - [2026-03-12 02:17:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.008598 10.0.0.130 - - [2026-03-12 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.008412 10.0.0.130 - - [2026-03-12 02:17:36] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001202 10.0.0.130 - - [2026-03-12 02:17:36] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012977 10.0.0.130 - - [2026-03-12 02:17:36] "POST /service-templates HTTP/1.1" 403 264 0.006070 10.0.0.130 - - [2026-03-12 02:17:36] "POST /fqname-to-id HTTP/1.1" 404 215 0.002436 10.0.0.130 - - [2026-03-12 02:17:36] "POST /api-access-lists HTTP/1.1" 200 557 0.014156 10.0.0.130 - - [2026-03-12 02:17:36] "GET /api-access-list/2f99190f-7bb9-4514-b3d3-82e6b24071f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.004417 10.0.0.130 - - [2026-03-12 02:17:36] "GET /api-access-list/2f99190f-7bb9-4514-b3d3-82e6b24071f9 HTTP/1.1" 200 1325 0.002990 10.0.0.130 - - [2026-03-12 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.009877 10.0.0.130 - - [2026-03-12 02:17:36] "GET /projects?obj_uuids=8e11bfe5-d5d7-4be4-baed-595d4e2cc810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001099 10.0.0.130 - - [2026-03-12 02:17:36] "GET /project/8e11bfe5-d5d7-4be4-baed-595d4e2cc810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.032637 10.0.0.130 - - [2026-03-12 02:17:36] "GET /virtual-networks?parent_id=8e11bfe5-d5d7-4be4-baed-595d4e2cc810&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009875 10.0.0.130 - - [2026-03-12 02:17:36] "POST /virtual-networks HTTP/1.1" 200 585 0.044633 10.0.0.130 - - [2026-03-12 02:17:36] "POST /route-targets HTTP/1.1" 200 328 0.009544 10.0.0.130 - - [2026-03-12 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.011601 10.0.0.130 - - [2026-03-12 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.010129 10.0.0.130 - - [2026-03-12 02:17:36] "GET /network-ipam/09b17961-d03a-4147-b54c-ec9d7320be70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.009394 10.0.0.130 - - [2026-03-12 02:17:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003765 10.0.0.130 - - [2026-03-12 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.037094 10.0.0.130 - - [2026-03-12 02:17:36] "POST /neutron/network HTTP/1.1" 200 847 0.042125 10.0.0.130 - - [2026-03-12 02:17:36] "POST /neutron/network HTTP/1.1" 200 847 0.017851 10.0.0.130 - - [2026-03-12 02:17:36] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.010934 10.0.0.130 - - [2026-03-12 02:17:36] "POST /neutron/network HTTP/1.1" 200 847 0.015683 10.0.0.130 - - [2026-03-12 02:17:36] "POST /neutron/subnet HTTP/1.1" 200 671 0.021806 10.0.0.130 - - [2026-03-12 02:17:37] "POST /neutron/network HTTP/1.1" 200 847 0.058874 10.0.0.130 - - [2026-03-12 02:17:37] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.004448 10.0.0.130 - - [2026-03-12 02:17:37] "GET /network-ipam/09b17961-d03a-4147-b54c-ec9d7320be70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.002901 10.0.0.130 - - [2026-03-12 02:17:37] "GET /domains HTTP/1.1" 200 281 0.002370 10.0.0.130 - - [2026-03-12 02:17:37] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000998 10.0.0.130 - - [2026-03-12 02:17:37] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 3502 0.006063 10.0.0.130 - - [2026-03-12 02:17:37] "GET /projects?obj_uuids=8e11bfe5-d5d7-4be4-baed-595d4e2cc810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001008 10.0.0.130 - - [2026-03-12 02:17:37] "GET /project/8e11bfe5-d5d7-4be4-baed-595d4e2cc810 HTTP/1.1" 200 2360 0.065042 10.0.0.130 - - [2026-03-12 02:17:37] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67 HTTP/1.1" 200 2313 0.006621 10.0.0.130 - - [2026-03-12 02:17:37] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67 HTTP/1.1" 200 2313 0.004880 10.0.0.130 - - [2026-03-12 02:17:37] "GET /routing-instance/2c6bb2b9-3f26-4e27-9714-f2e26c1c002f HTTP/1.1" 200 1558 0.003740 10.0.0.130 - - [2026-03-12 02:17:37] "GET /routing-instance/2c6bb2b9-3f26-4e27-9714-f2e26c1c002f HTTP/1.1" 200 1558 0.002844 10.0.0.130 - - [2026-03-12 02:17:37] "GET /route-target/5237e860-90f7-47f2-bf5d-105f7ff96b5d HTTP/1.1" 200 1246 0.002920 10.0.0.130 - - [2026-03-12 02:17:37] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67 HTTP/1.1" 200 2313 0.005197 10.0.0.130 - - [2026-03-12 02:17:37] "GET /routing-instance/2c6bb2b9-3f26-4e27-9714-f2e26c1c002f HTTP/1.1" 200 1558 0.002970 10.0.0.130 - - [2026-03-12 02:17:37] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005201 10.0.0.130 - - [2026-03-12 02:17:37] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67 HTTP/1.1" 200 2313 0.005496 10.0.0.130 - - [2026-03-12 02:17:37] "GET /routing-instance/2c6bb2b9-3f26-4e27-9714-f2e26c1c002f HTTP/1.1" 200 1558 0.003013 10.0.0.130 - - [2026-03-12 02:17:37] "GET /routing-instance/2c6bb2b9-3f26-4e27-9714-f2e26c1c002f HTTP/1.1" 200 1558 0.002844 10.0.0.130 - - [2026-03-12 02:17:37] "GET /route-target/5237e860-90f7-47f2-bf5d-105f7ff96b5d HTTP/1.1" 200 1246 0.002729 10.0.0.130 - - [2026-03-12 02:17:37] "GET /domains HTTP/1.1" 200 281 0.002297 10.0.0.130 - - [2026-03-12 02:17:37] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001213 10.0.0.130 - - [2026-03-12 02:17:37] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49 HTTP/1.1" 200 3502 0.006178 10.0.0.130 - - [2026-03-12 02:17:37] "GET /projects?obj_uuids=8e11bfe5-d5d7-4be4-baed-595d4e2cc810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000879 10.0.0.130 - - [2026-03-12 02:17:37] "GET /project/8e11bfe5-d5d7-4be4-baed-595d4e2cc810 HTTP/1.1" 200 2360 0.065839 10.0.0.130 - - [2026-03-12 02:17:37] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67 HTTP/1.1" 200 2313 0.005656 10.0.0.130 - - [2026-03-12 02:17:37] "GET /obj-perms HTTP/1.1" 200 5049 0.002570 10.0.0.130 - - [2026-03-12 02:17:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.007835 10.0.0.130 - - [2026-03-12 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.009470 10.0.0.130 - - [2026-03-12 02:17:37] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.130 - - [2026-03-12 02:17:37] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.013565 10.0.0.130 - - [2026-03-12 02:17:37] "POST /service-templates HTTP/1.1" 403 264 0.007224 10.0.0.130 - - [2026-03-12 02:17:37] "POST /fqname-to-id HTTP/1.1" 404 183 0.002538 10.0.0.130 - - [2026-03-12 02:17:37] "POST /api-access-lists HTTP/1.1" 200 523 0.012038 10.0.0.130 - - [2026-03-12 02:17:37] "GET /api-access-list/ddf409b6-4ce6-458d-848f-687d6f945797?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.004267 10.0.0.130 - - [2026-03-12 02:17:37] "GET /api-access-list/ddf409b6-4ce6-458d-848f-687d6f945797 HTTP/1.1" 200 1292 0.003033 10.0.0.130 - - [2026-03-12 02:17:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.008914 10.0.0.130 - - [2026-03-12 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.009733 10.0.0.130 - - [2026-03-12 02:17:37] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.130 - - [2026-03-12 02:17:37] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.013465 10.0.0.130 - - [2026-03-12 02:17:37] "POST /service-templates HTTP/1.1" 200 553 0.024036 10.0.0.130 - - [2026-03-12 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.010712 10.0.0.130 - - [2026-03-12 02:17:37] "GET /service-template/31652163-514b-4f8e-80cd-4208dabee752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.012800 10.0.0.130 - - [2026-03-12 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.011018 10.0.0.130 - - [2026-03-12 02:17:38] "GET /service-template/31652163-514b-4f8e-80cd-4208dabee752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.011780 10.0.0.130 - - [2026-03-12 02:17:38] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67 HTTP/1.1" 401 293 0.000486 10.0.0.130 - - [2026-03-12 02:17:38] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67 HTTP/1.1" 403 263 0.029809 10.0.0.130 - - [2026-03-12 02:17:38] "GET /service-template/31652163-514b-4f8e-80cd-4208dabee752 HTTP/1.1" 403 264 0.007195 10.0.0.130 - - [2026-03-12 02:17:38] "GET /service-template/31652163-514b-4f8e-80cd-4208dabee752 HTTP/1.1" 403 264 0.031727 10.0.0.130 - - [2026-03-12 02:17:39] "GET /obj-perms HTTP/1.1" 403 257 0.033827 10.0.0.130 - - [2026-03-12 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002223 10.0.0.130 - - [2026-03-12 02:17:39] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.009519 10.0.0.130 - - [2026-03-12 02:17:39] "GET /obj-perms HTTP/1.1" 403 257 0.008059 10.0.0.130 - - [2026-03-12 02:17:39] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008026 10.0.0.130 - - [2026-03-12 02:17:39] "GET /api-access-list/2f99190f-7bb9-4514-b3d3-82e6b24071f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.003612 10.0.0.130 - - [2026-03-12 02:17:39] "PUT /api-access-list/2f99190f-7bb9-4514-b3d3-82e6b24071f9 HTTP/1.1" 200 265 0.008718 10.0.0.130 - - [2026-03-12 02:17:39] "GET /api-access-list/2f99190f-7bb9-4514-b3d3-82e6b24071f9 HTTP/1.1" 200 1462 0.004272 10.0.0.130 - - [2026-03-12 02:17:39] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67 HTTP/1.1" 200 2313 0.016737 10.0.0.130 - - [2026-03-12 02:17:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000577 10.0.0.130 - - [2026-03-12 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.033778 10.0.0.130 - - [2026-03-12 02:17:39] "GET /projects?obj_uuids=8e11bfe5-d5d7-4be4-baed-595d4e2cc810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.027695 10.0.0.130 - - [2026-03-12 02:17:39] "GET /project/8e11bfe5-d5d7-4be4-baed-595d4e2cc810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.060476 10.0.0.130 - - [2026-03-12 02:17:39] "GET /virtual-networks?parent_id=8e11bfe5-d5d7-4be4-baed-595d4e2cc810&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.012550 10.0.0.130 - - [2026-03-12 02:17:39] "POST /virtual-networks HTTP/1.1" 403 263 0.007794 10.0.0.130 - - [2026-03-12 02:17:39] "GET /service-template/31652163-514b-4f8e-80cd-4208dabee752 HTTP/1.1" 403 264 0.007917 10.0.0.130 - - [2026-03-12 02:17:40] "GET /service-template/31652163-514b-4f8e-80cd-4208dabee752 HTTP/1.1" 403 264 0.031917 10.0.0.130 - - [2026-03-12 02:17:40] "GET /obj-perms HTTP/1.1" 403 257 0.007293 10.0.0.130 - - [2026-03-12 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.130 - - [2026-03-12 02:17:40] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.013300 10.0.0.130 - - [2026-03-12 02:17:40] "GET /obj-perms HTTP/1.1" 403 257 0.008377 10.0.0.130 - - [2026-03-12 02:17:40] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.014920 10.0.0.130 - - [2026-03-12 02:17:40] "GET /api-access-list/ddf409b6-4ce6-458d-848f-687d6f945797?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.003256 10.0.0.130 - - [2026-03-12 02:17:40] "PUT /api-access-list/ddf409b6-4ce6-458d-848f-687d6f945797 HTTP/1.1" 200 265 0.007845 10.0.0.130 - - [2026-03-12 02:17:40] "GET /api-access-list/ddf409b6-4ce6-458d-848f-687d6f945797 HTTP/1.1" 200 1430 0.003074 10.0.0.130 - - [2026-03-12 02:17:40] "GET /service-template/31652163-514b-4f8e-80cd-4208dabee752 HTTP/1.1" 200 1854 0.010403 10.0.0.130 - - [2026-03-12 02:17:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.007564 10.0.0.130 - - [2026-03-12 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.009256 10.0.0.130 - - [2026-03-12 02:17:40] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001011 10.0.0.130 - - [2026-03-12 02:17:40] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.013582 10.0.0.130 - - [2026-03-12 02:17:40] "POST /service-templates HTTP/1.1" 403 264 0.008779 10.0.0.130 - - [2026-03-12 02:17:40] "GET /api-access-list/2f99190f-7bb9-4514-b3d3-82e6b24071f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.003013 10.0.0.130 - - [2026-03-12 02:17:40] "PUT /api-access-list/2f99190f-7bb9-4514-b3d3-82e6b24071f9 HTTP/1.1" 200 265 0.007685 10.0.0.130 - - [2026-03-12 02:17:40] "GET /api-access-list/2f99190f-7bb9-4514-b3d3-82e6b24071f9 HTTP/1.1" 200 1325 0.003055 10.0.0.130 - - [2026-03-12 02:17:40] "GET /api-access-list/ddf409b6-4ce6-458d-848f-687d6f945797?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.002657 10.0.0.130 - - [2026-03-12 02:17:40] "PUT /api-access-list/ddf409b6-4ce6-458d-848f-687d6f945797 HTTP/1.1" 200 265 0.008115 10.0.0.130 - - [2026-03-12 02:17:40] "GET /api-access-list/ddf409b6-4ce6-458d-848f-687d6f945797 HTTP/1.1" 200 1292 0.003611 10.0.0.130 - - [2026-03-12 02:17:40] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67 HTTP/1.1" 403 263 0.007541 10.0.0.130 - - [2026-03-12 02:17:41] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67 HTTP/1.1" 403 263 0.030204 10.0.0.130 - - [2026-03-12 02:17:41] "GET /service-template/31652163-514b-4f8e-80cd-4208dabee752 HTTP/1.1" 403 264 0.007187 10.0.0.130 - - [2026-03-12 02:17:41] "GET /service-template/31652163-514b-4f8e-80cd-4208dabee752 HTTP/1.1" 403 264 0.040729 10.0.0.130 - - [2026-03-12 02:17:41] "GET /obj-perms HTTP/1.1" 403 257 0.008718 10.0.0.130 - - [2026-03-12 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002303 10.0.0.130 - - [2026-03-12 02:17:41] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007254 10.0.0.130 - - [2026-03-12 02:17:42] "GET /obj-perms HTTP/1.1" 403 257 0.031444 10.0.0.130 - - [2026-03-12 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002209 10.0.0.130 - - [2026-03-12 02:17:42] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007833 10.0.0.130 - - [2026-03-12 02:17:42] "GET /obj-perms HTTP/1.1" 403 257 0.007549 10.0.0.130 - - [2026-03-12 02:17:42] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007936 10.0.0.130 - - [2026-03-12 02:17:42] "GET /api-access-list/bf2b16a2-2cf0-4824-a88e-43868c56a592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003035 10.0.0.130 - - [2026-03-12 02:17:42] "PUT /api-access-list/bf2b16a2-2cf0-4824-a88e-43868c56a592 HTTP/1.1" 200 265 0.007660 10.0.0.130 - - [2026-03-12 02:17:42] "GET /service-template/31652163-514b-4f8e-80cd-4208dabee752 HTTP/1.1" 200 1854 0.010694 10.0.0.130 - - [2026-03-12 02:17:42] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67 HTTP/1.1" 200 2313 0.014629 10.0.0.130 - - [2026-03-12 02:17:42] "GET /obj-perms HTTP/1.1" 403 257 0.007082 10.0.0.130 - - [2026-03-12 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002530 10.0.0.130 - - [2026-03-12 02:17:42] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.017283 10.0.0.130 - - [2026-03-12 02:17:42] "GET /obj-perms HTTP/1.1" 403 257 0.007883 10.0.0.130 - - [2026-03-12 02:17:42] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.017623 10.0.0.130 - - [2026-03-12 02:17:42] "DELETE /api-access-list/2f99190f-7bb9-4514-b3d3-82e6b24071f9 HTTP/1.1" 200 115 0.019401 10.0.0.130 - - [2026-03-12 02:17:42] "GET /api-access-list/2f99190f-7bb9-4514-b3d3-82e6b24071f9 HTTP/1.1" 404 171 0.003746 10.0.0.130 - - [2026-03-12 02:17:42] "DELETE /api-access-list/ddf409b6-4ce6-458d-848f-687d6f945797 HTTP/1.1" 200 115 0.019128 10.0.0.130 - - [2026-03-12 02:17:42] "GET /api-access-list/ddf409b6-4ce6-458d-848f-687d6f945797 HTTP/1.1" 404 171 0.002552 10.0.0.130 - - [2026-03-12 02:17:42] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67 HTTP/1.1" 401 293 0.000447 10.0.0.130 - - [2026-03-12 02:17:43] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67 HTTP/1.1" 403 263 0.034893 10.0.0.130 - - [2026-03-12 02:17:43] "GET /service-template/31652163-514b-4f8e-80cd-4208dabee752 HTTP/1.1" 403 264 0.006966 10.0.0.130 - - [2026-03-12 02:17:43] "GET /service-template/31652163-514b-4f8e-80cd-4208dabee752 HTTP/1.1" 403 264 0.032252 10.0.0.130 - - [2026-03-12 02:17:43] "GET /obj-perms HTTP/1.1" 403 257 0.031777 10.0.0.130 - - [2026-03-12 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002327 10.0.0.130 - - [2026-03-12 02:17:43] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006118 10.0.0.130 - - [2026-03-12 02:17:43] "GET /obj-perms HTTP/1.1" 403 257 0.007161 10.0.0.130 - - [2026-03-12 02:17:43] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006345 10.0.0.130 - - [2026-03-12 02:17:43] "GET /api-access-list/bf2b16a2-2cf0-4824-a88e-43868c56a592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.003363 10.0.0.130 - - [2026-03-12 02:17:43] "PUT /api-access-list/bf2b16a2-2cf0-4824-a88e-43868c56a592 HTTP/1.1" 200 265 0.007740 10.0.0.130 - - [2026-03-12 02:17:43] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67 HTTP/1.1" 200 2313 0.011927 10.0.0.130 - - [2026-03-12 02:17:43] "GET /service-template/31652163-514b-4f8e-80cd-4208dabee752 HTTP/1.1" 200 1854 0.008280 10.0.0.130 - - [2026-03-12 02:17:43] "GET /obj-perms HTTP/1.1" 403 257 0.006003 10.0.0.130 - - [2026-03-12 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002529 10.0.0.130 - - [2026-03-12 02:17:44] "GET /virtual-network/932746ff-f880-4708-9380-94392a1abf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.012570 10.0.0.130 - - [2026-03-12 02:17:44] "GET /obj-perms HTTP/1.1" 403 257 0.006360 10.0.0.130 - - [2026-03-12 02:17:44] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.014141 10.0.0.130 - - [2026-03-12 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.009710 10.0.0.130 - - [2026-03-12 02:17:44] "DELETE /service-template/31652163-514b-4f8e-80cd-4208dabee752 HTTP/1.1" 200 115 0.021488 10.0.0.130 - - [2026-03-12 02:17:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.007531 10.0.0.130 - - [2026-03-12 02:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002103 10.0.0.130 - - [2026-03-12 02:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001730 10.0.0.130 - - [2026-03-12 02:17:44] "DELETE /virtual-network/932746ff-f880-4708-9380-94392a1abf67 HTTP/1.1" 200 115 0.061666 10.0.0.130 - - [2026-03-12 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.029625 10.0.0.130 - - [2026-03-12 02:17:44] "DELETE /route-target/5237e860-90f7-47f2-bf5d-105f7ff96b5d HTTP/1.1" 200 115 0.031024 10.0.0.130 - - [2026-03-12 02:17:44] "GET /api-access-list/bf2b16a2-2cf0-4824-a88e-43868c56a592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004316 10.0.0.130 - - [2026-03-12 02:17:44] "PUT /api-access-list/bf2b16a2-2cf0-4824-a88e-43868c56a592 HTTP/1.1" 200 265 0.008156 10.0.0.130 - - [2026-03-12 02:17:44] "GET /api-access-list/bf2b16a2-2cf0-4824-a88e-43868c56a592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.003198 10.0.0.130 - - [2026-03-12 02:17:44] "PUT /api-access-list/bf2b16a2-2cf0-4824-a88e-43868c56a592 HTTP/1.1" 200 265 0.008281 10.0.0.130 - - [2026-03-12 02:17:45] "GET /api-access-list/bf2b16a2-2cf0-4824-a88e-43868c56a592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003613 10.0.0.130 - - [2026-03-12 02:17:45] "PUT /api-access-list/bf2b16a2-2cf0-4824-a88e-43868c56a592 HTTP/1.1" 200 265 0.008302 10.0.0.130 - - [2026-03-12 02:17:45] "GET /projects?obj_uuids=8e11bfe5-d5d7-4be4-baed-595d4e2cc810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001391 10.0.0.130 - - [2026-03-12 02:17:45] "GET /project/8e11bfe5-d5d7-4be4-baed-595d4e2cc810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.021891 10.0.0.130 - - [2026-03-12 02:17:45] "GET /projects?obj_uuids=8e11bfe5-d5d7-4be4-baed-595d4e2cc810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000961 10.0.0.130 - - [2026-03-12 02:17:45] "GET /project/8e11bfe5-d5d7-4be4-baed-595d4e2cc810?fields=virtual_networks HTTP/1.1" 200 1035 0.061573 10.0.0.130 - - [2026-03-12 02:17:45] "GET /projects?obj_uuids=8e11bfe5-d5d7-4be4-baed-595d4e2cc810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000989 10.0.0.130 - - [2026-03-12 02:17:45] "GET /project/8e11bfe5-d5d7-4be4-baed-595d4e2cc810?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.019775 10.0.0.130 - - [2026-03-12 02:17:45] "GET /projects?obj_uuids=8e11bfe5-d5d7-4be4-baed-595d4e2cc810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001118 10.0.0.130 - - [2026-03-12 02:17:45] "GET /project/8e11bfe5-d5d7-4be4-baed-595d4e2cc810?fields=security_groups HTTP/1.1" 200 1262 0.022638 10.0.0.130 - - [2026-03-12 02:17:46] "GET /projects?obj_uuids=b1b8eabb-2534-4970-b243-c408d178d9be&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001085 10.0.0.130 - - [2026-03-12 02:17:46] "GET /project/b1b8eabb-2534-4970-b243-c408d178d9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.022527 [Introspect:8084]10.0.0.130 - - [2026-03-12 02:17:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001455 10.0.0.130 - - [2026-03-12 02:17:47] "POST /fqname-to-id HTTP/1.1" 404 184 0.027054 10.0.0.130 - - [2026-03-12 02:17:47] "GET /projects?obj_uuids=82b8c659-e7b3-49fa-991c-63fdee69bd42&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002109 10.0.0.130 - - [2026-03-12 02:17:47] "GET /domains?obj_uuids=787fd62d-62b9-4211-873b-9aee834b5b49&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.130 - - [2026-03-12 02:17:47] "GET /domain/787fd62d-62b9-4211-873b-9aee834b5b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006565 10.0.0.130 - - [2026-03-12 02:17:47] "POST /id-to-fqname HTTP/1.1" 200 186 0.001128 10.0.0.130 - - [2026-03-12 02:17:47] "POST /fqname-to-id HTTP/1.1" 404 195 0.003533 10.0.0.130 - - [2026-03-12 02:17:47] "POST /security-groups HTTP/1.1" 200 587 0.072181 10.0.0.130 - - [2026-03-12 02:17:47] "POST /fqname-to-id HTTP/1.1" 404 230 0.002201 10.0.0.130 - - [2026-03-12 02:17:47] "POST /projects HTTP/1.1" 200 577 0.212114 10.0.0.130 - - [2026-03-12 02:17:47] "POST /access-control-lists HTTP/1.1" 200 594 0.059517 10.0.0.130 - - [2026-03-12 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.281618 10.0.0.130 - - [2026-03-12 02:17:47] "POST /fqname-to-id HTTP/1.1" 404 229 0.002423 10.0.0.130 - - [2026-03-12 02:17:47] "GET /project/82b8c659-e7b3-49fa-991c-63fdee69bd42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.403087 10.0.0.130 - - [2026-03-12 02:17:47] "POST /access-control-lists HTTP/1.1" 200 592 0.060216 10.0.0.130 - - [2026-03-12 02:17:48] "GET / HTTP/1.1" 200 36215 0.002272 10.0.0.130 - - [2026-03-12 02:17:49] "GET /projects?obj_uuids=82b8c659-e7b3-49fa-991c-63fdee69bd42&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001130 10.0.0.130 - - [2026-03-12 02:17:49] "GET /project/82b8c659-e7b3-49fa-991c-63fdee69bd42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.023124 10.0.0.130 - - [2026-03-12 02:17:49] "GET /projects?obj_uuids=82b8c659-e7b3-49fa-991c-63fdee69bd42&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001372 10.0.0.130 - - [2026-03-12 02:17:49] "GET /project/82b8c659-e7b3-49fa-991c-63fdee69bd42?fields=virtual_networks HTTP/1.1" 200 1026 0.064747 10.0.0.130 - - [2026-03-12 02:17:49] "GET /projects?obj_uuids=82b8c659-e7b3-49fa-991c-63fdee69bd42&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001002 10.0.0.130 - - [2026-03-12 02:17:49] "GET /project/82b8c659-e7b3-49fa-991c-63fdee69bd42?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.023667 10.0.0.130 - - [2026-03-12 02:17:49] "GET /projects?obj_uuids=82b8c659-e7b3-49fa-991c-63fdee69bd42&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001004 10.0.0.130 - - [2026-03-12 02:17:49] "GET /project/82b8c659-e7b3-49fa-991c-63fdee69bd42?fields=security_groups HTTP/1.1" 200 1249 0.021320 10.0.0.130 - - [2026-03-12 02:18:07] "DELETE /project/df53a3ba1a6448cfbdbf4bbd4353c45b HTTP/1.1" 404 173 0.042171 10.0.0.130 - - [2026-03-12 02:18:07] "GET /projects?obj_uuids=e3967314-2b40-4156-9f09-f8fe927d8546&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001011 10.0.0.130 - - [2026-03-12 02:18:07] "GET /project/e3967314-2b40-4156-9f09-f8fe927d8546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.035335 10.0.0.130 - - [2026-03-12 02:18:07] "GET /projects?obj_uuids=22133275-52b5-4107-b8c9-af4657957d86&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001016 10.0.0.130 - - [2026-03-12 02:18:07] "GET /projects?obj_uuids=e3967314-2b40-4156-9f09-f8fe927d8546&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000828 10.0.0.130 - - [2026-03-12 02:18:07] "GET /projects?obj_uuids=82b8c659-e7b3-49fa-991c-63fdee69bd42&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000890 10.0.0.130 - - [2026-03-12 02:18:07] "GET /project/22133275-52b5-4107-b8c9-af4657957d86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.049635 10.0.0.130 - - [2026-03-12 02:18:07] "GET /project/e3967314-2b40-4156-9f09-f8fe927d8546?fields=security_groups HTTP/1.1" 200 1349 0.051563 10.0.0.130 - - [2026-03-12 02:18:07] "GET /projects?obj_uuids=9506441d-3775-4b26-8543-db03b7dd8fac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001050 10.0.0.130 - - [2026-03-12 02:18:07] "GET /projects?obj_uuids=2a42ce01-70ea-4035-b61c-68e965fbb81a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000909 10.0.0.130 - - [2026-03-12 02:18:07] "DELETE /project/82b8c659e7b349fa991c63fdee69bd42 HTTP/1.1" 404 173 0.159680 10.0.0.130 - - [2026-03-12 02:18:07] "GET /project/82b8c659-e7b3-49fa-991c-63fdee69bd42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.086874 10.0.0.130 - - [2026-03-12 02:18:07] "GET /project/9506441d-3775-4b26-8543-db03b7dd8fac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.057900 10.0.0.130 - - [2026-03-12 02:18:07] "GET /projects?obj_uuids=22133275-52b5-4107-b8c9-af4657957d86&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001029 10.0.0.130 - - [2026-03-12 02:18:07] "DELETE /project/9506441d37754b268543db03b7dd8fac HTTP/1.1" 404 173 0.193849 10.0.0.130 - - [2026-03-12 02:18:07] "GET /projects?obj_uuids=9506441d-3775-4b26-8543-db03b7dd8fac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001240 10.0.0.130 - - [2026-03-12 02:18:07] "GET /projects?obj_uuids=8e11bfe5-d5d7-4be4-baed-595d4e2cc810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001335 10.0.0.130 - - [2026-03-12 02:18:07] "GET /projects?obj_uuids=82b8c659-e7b3-49fa-991c-63fdee69bd42&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002164 10.0.0.130 - - [2026-03-12 02:18:07] "GET /project/2a42ce01-70ea-4035-b61c-68e965fbb81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.114901 10.0.0.130 - - [2026-03-12 02:18:07] "GET /project/22133275-52b5-4107-b8c9-af4657957d86?fields=security_groups HTTP/1.1" 200 1348 0.104198 10.0.0.130 - - [2026-03-12 02:18:07] "DELETE /project/8e11bfe5d5d74be4baed595d4e2cc810 HTTP/1.1" 404 173 0.263778 10.0.0.130 - - [2026-03-12 02:18:07] "GET /projects?obj_uuids=df53a3ba-1a64-48cf-bdbf-4bbd4353c45b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001299 10.0.0.130 - - [2026-03-12 02:18:07] "GET /project/8e11bfe5-d5d7-4be4-baed-595d4e2cc810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.090961 10.0.0.130 - - [2026-03-12 02:18:07] "GET /projects?obj_uuids=2a42ce01-70ea-4035-b61c-68e965fbb81a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001466 10.0.0.130 - - [2026-03-12 02:18:07] "GET /project/9506441d-3775-4b26-8543-db03b7dd8fac?fields=security_groups HTTP/1.1" 200 1363 0.155611 10.0.0.130 - - [2026-03-12 02:18:07] "GET /projects?obj_uuids=8e11bfe5-d5d7-4be4-baed-595d4e2cc810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001605 10.0.0.130 - - [2026-03-12 02:18:07] "DELETE /security-group/84cf0a5c-4eb7-42f7-b491-200bbe8dfc8f HTTP/1.1" 200 115 0.173422 10.0.0.130 - - [2026-03-12 02:18:07] "GET /project/82b8c659-e7b3-49fa-991c-63fdee69bd42?fields=security_groups HTTP/1.1" 200 1351 0.146709 10.0.0.130 - - [2026-03-12 02:18:07] "GET /project/df53a3ba-1a64-48cf-bdbf-4bbd4353c45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.144618 10.0.0.130 - - [2026-03-12 02:18:07] "GET /projects?obj_uuids=e3967314-2b40-4156-9f09-f8fe927d8546&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002040 10.0.0.130 - - [2026-03-12 02:18:07] "DELETE /access-control-list/cc03ac02-27f2-4c11-9b06-dfe2982c77c0 HTTP/1.1" 200 115 0.112591 10.0.0.130 - - [2026-03-12 02:18:07] "GET /project/2a42ce01-70ea-4035-b61c-68e965fbb81a?fields=security_groups HTTP/1.1" 200 1348 0.122292 10.0.0.130 - - [2026-03-12 02:18:07] "GET /projects?obj_uuids=df53a3ba-1a64-48cf-bdbf-4bbd4353c45b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001081 10.0.0.130 - - [2026-03-12 02:18:07] "GET /project/8e11bfe5-d5d7-4be4-baed-595d4e2cc810?fields=security_groups HTTP/1.1" 200 1364 0.143954 10.0.0.130 - - [2026-03-12 02:18:07] "GET /project/e3967314-2b40-4156-9f09-f8fe927d8546?fields=application_policy_sets HTTP/1.1" 200 1388 0.109463 10.0.0.130 - - [2026-03-12 02:18:08] "GET /project/df53a3ba-1a64-48cf-bdbf-4bbd4353c45b?fields=security_groups HTTP/1.1" 200 1364 0.085146 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /access-control-list/616d4be9-e4a7-410f-b2e2-b4402f95e7a9 HTTP/1.1" 200 115 0.128725 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /security-group/6f15e38e-f683-4646-935d-f9e8e5c4dbcd HTTP/1.1" 200 115 0.257906 10.0.0.130 - - [2026-03-12 02:18:08] "GET /projects?obj_uuids=22133275-52b5-4107-b8c9-af4657957d86&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001362 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /access-control-list/4b3f361d-5e19-4d27-bcba-b5a3469ee779 HTTP/1.1" 200 115 0.049494 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /security-group/c8ff59d3-a5da-401e-a271-09204e9906fc HTTP/1.1" 200 115 0.226586 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /security-group/6dab4b44-dda5-4e90-a428-17897b747817 HTTP/1.1" 200 115 0.225712 10.0.0.130 - - [2026-03-12 02:18:08] "GET /projects?obj_uuids=9506441d-3775-4b26-8543-db03b7dd8fac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000984 10.0.0.130 - - [2026-03-12 02:18:08] "GET /project/22133275-52b5-4107-b8c9-af4657957d86?fields=application_policy_sets HTTP/1.1" 200 1387 0.064463 10.0.0.130 - - [2026-03-12 02:18:08] "GET /projects?obj_uuids=82b8c659-e7b3-49fa-991c-63fdee69bd42&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001024 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /security-group/7d93e8aa-33b5-4838-aae2-9baad3a349b2 HTTP/1.1" 200 115 0.185128 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /access-control-list/dac6506e-3c54-4fad-a14d-0dd68ce58f0f HTTP/1.1" 200 115 0.057976 10.0.0.130 - - [2026-03-12 02:18:08] "GET /projects?obj_uuids=2a42ce01-70ea-4035-b61c-68e965fbb81a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001098 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /security-group/a14c796b-4e85-4b13-8683-af0e7bd44626 HTTP/1.1" 200 115 0.142976 10.0.0.130 - - [2026-03-12 02:18:08] "GET /projects?obj_uuids=8e11bfe5-d5d7-4be4-baed-595d4e2cc810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001021 10.0.0.130 - - [2026-03-12 02:18:08] "GET /project/9506441d-3775-4b26-8543-db03b7dd8fac?fields=application_policy_sets HTTP/1.1" 200 1402 0.097483 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /security-group/2b9bc6c8-36b4-46c0-8988-c7e55c22e5ff HTTP/1.1" 200 115 0.142614 10.0.0.130 - - [2026-03-12 02:18:08] "GET /project/2a42ce01-70ea-4035-b61c-68e965fbb81a?fields=application_policy_sets HTTP/1.1" 200 1387 0.085050 10.0.0.130 - - [2026-03-12 02:18:08] "GET /project/82b8c659-e7b3-49fa-991c-63fdee69bd42?fields=application_policy_sets HTTP/1.1" 200 1390 0.116296 10.0.0.130 - - [2026-03-12 02:18:08] "GET /projects?obj_uuids=df53a3ba-1a64-48cf-bdbf-4bbd4353c45b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001003 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /access-control-list/c6f7af5b-6f55-482a-95d3-106748603341 HTTP/1.1" 200 115 0.112546 10.0.0.130 - - [2026-03-12 02:18:08] "GET /project/8e11bfe5-d5d7-4be4-baed-595d4e2cc810?fields=application_policy_sets HTTP/1.1" 200 1403 0.125098 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /project/e3967314-2b40-4156-9f09-f8fe927d8546 HTTP/1.1" 200 115 0.825229 10.0.0.130 - - [2026-03-12 02:18:08] "GET /project/df53a3ba-1a64-48cf-bdbf-4bbd4353c45b?fields=application_policy_sets HTTP/1.1" 200 1403 0.131951 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /access-control-list/7f830e0c-129f-45a0-8a1a-f71e67f95271 HTTP/1.1" 200 115 0.094336 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /access-control-list/13de9e20-8e9c-4c2b-96e4-431cbb96eece HTTP/1.1" 200 115 0.092233 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /project/22133275-52b5-4107-b8c9-af4657957d86 HTTP/1.1" 200 115 1.024606 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /project/9506441d-3775-4b26-8543-db03b7dd8fac HTTP/1.1" 200 115 1.050087 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /access-control-list/3a38e4bf-2a4c-46ea-ae21-b470f516d318 HTTP/1.1" 200 115 0.048921 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /project/2a42ce01-70ea-4035-b61c-68e965fbb81a HTTP/1.1" 200 115 1.070044 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /project/82b8c659-e7b3-49fa-991c-63fdee69bd42 HTTP/1.1" 200 115 1.081297 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /project/8e11bfe5-d5d7-4be4-baed-595d4e2cc810 HTTP/1.1" 200 115 1.095850 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /access-control-list/3b75d498-0c4e-4373-9272-31f8679b254e HTTP/1.1" 200 115 0.030418 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /project/df53a3ba-1a64-48cf-bdbf-4bbd4353c45b HTTP/1.1" 200 115 1.093341 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /access-control-list/1140639f-8445-4d05-a014-3418d2873cbe HTTP/1.1" 200 115 0.019797 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /access-control-list/3985fe52-c43e-4c40-9cb1-4ff96f8b16d6 HTTP/1.1" 200 115 0.029579 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /access-control-list/6260fbfd-d743-43fd-81b2-b982c3d6769e HTTP/1.1" 200 115 0.018188 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /access-control-list/eed38090-404a-4d6e-9c6a-6c11341cff99 HTTP/1.1" 200 115 0.013279 10.0.0.130 - - [2026-03-12 02:18:08] "DELETE /access-control-list/4669b2aa-b935-459f-bba1-1c0165edc490 HTTP/1.1" 200 115 0.019202 10.0.0.130 - - [2026-03-12 02:18:16] "GET /obj-perms HTTP/1.1" 200 5075 0.057086 10.0.0.130 - - [2026-03-12 02:18:16] "GET /obj-perms HTTP/1.1" 200 5075 0.050729 [Introspect:8084]10.0.0.130 - - [2026-03-12 02:18:23] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001174 [Introspect:8084]10.0.0.130 - - [2026-03-12 02:18:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000997