+++ date ++ echo 'INFO: =================== Mon Apr 6 01:55:46 AM UTC 2026 ===================' INFO: =================== Mon Apr 6 01:55:46 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 '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.130 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.130 ++ ANALYTICSDB_NODES=10.0.0.130 ++ ANALYTICS_SNMP_NODES=10.0.0.130 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8081 ' +++ '[' -n '10.0.0.130:8081 ' ']' +++ echo 10.0.0.130:8081 ++ ANALYTICS_SERVERS=10.0.0.130:8081 +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9042 ' +++ '[' -n '10.0.0.130:9042 ' ']' +++ echo 10.0.0.130:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.130:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.130 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8086 ' +++ '[' -n '10.0.0.130:8086 ' ']' +++ echo 10.0.0.130:8086 ++ COLLECTOR_SERVERS=10.0.0.130:8086 ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.130 ++ CONFIGDB_NODES=10.0.0.130 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8082 ' +++ '[' -n '10.0.0.130:8082 ' ']' +++ echo 10.0.0.130:8082 ++ CONFIG_SERVERS=10.0.0.130:8082 +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9161 ' +++ '[' -n '10.0.0.130:9161 ' ']' +++ echo 10.0.0.130:9161 ++ CONFIGDB_SERVERS=10.0.0.130:9161 +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9041 ' +++ '[' -n '10.0.0.130:9041 ' ']' +++ echo 10.0.0.130:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.130:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.17 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.17 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.130 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:2181, +++ '[' -n 10.0.0.130:2181, ']' +++ echo 10.0.0.130:2181 ++ ZOOKEEPER_SERVERS=10.0.0.130:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:2181 ' +++ '[' -n '10.0.0.130:2181 ' ']' +++ echo 10.0.0.130:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.130:2181 ++ RABBITMQ_NODES=10.0.0.130 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:5673, +++ '[' -n 10.0.0.130:5673, ']' +++ echo 10.0.0.130:5673 ++ RABBITMQ_SERVERS=10.0.0.130:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:6379 ' +++ '[' -n '10.0.0.130:6379 ' ']' +++ echo 10.0.0.130:6379 ++ REDIS_SERVERS=10.0.0.130:6379 ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.130 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9092 ' +++ '[' -n '10.0.0.130:9092 ' ']' +++ echo 10.0.0.130:9092 ++ KAFKA_SERVERS=10.0.0.130:9092 ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.130 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.130 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.130 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.130 ++ cut -d , -f 1 + local cassandra=10.0.0.130 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.130 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.130 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.130 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.130,10.20.0.17,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.130'\''))' +++ local server_ip=10.0.0.130 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.130 ]] +++ [[ ,10.0.0.130,10.20.0.17,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.130, ]] +++ echo 10.0.0.130 1 +++ return ++ local ip=10.0.0.130 ++ [[ -z 10.0.0.130 ]] ++ echo 10.0.0.130 + host_ip=10.0.0.130 + [[ cql == \c\q\l ]] ++ echo 10.0.0.130:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.130:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.130:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 04/06/2026 01:55:54.539 7f22935df980 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/06/2026 01:55:54.670 7f22935df980 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/06/2026 01:55:54.681 7f22935df980 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/06/2026 01:55:54.681 7f22935df980 [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-04-06 01:55:58] "GET / HTTP/1.1" 503 181 0.000198 10.0.0.130 - - [2026-04-06 01:55:58] "GET / HTTP/1.1" 503 181 0.000156 10.0.0.130 - - [2026-04-06 01:55:59] "GET / HTTP/1.1" 200 45871 0.001345 10.0.0.130 - - [2026-04-06 01:55:59] "GET / HTTP/1.1" 200 45871 0.001018 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-04-06 01:55:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000532 10.0.0.130 - - [2026-04-06 01:55:59] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000238 10.0.0.130 - - [2026-04-06 01:55:59] "GET / HTTP/1.1" 200 36215 0.001379 10.0.0.130 - - [2026-04-06 01:56:00] "GET / HTTP/1.1" 200 36215 0.001554 10.0.0.130 - - [2026-04-06 01:56:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000445 10.0.0.130 - - [2026-04-06 01:56:00] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.662413 10.0.0.130 - - [2026-04-06 01:56:00] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003286 10.0.0.130 - - [2026-04-06 01:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.995236 10.0.0.130 - - [2026-04-06 01:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.130 - - [2026-04-06 01:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.113531 10.0.0.130 - - [2026-04-06 01:56:01] "GET /global-system-config/f7b83a0d-3635-41d2-b7bf-9dda8014ad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.012224 10.0.0.130 - - [2026-04-06 01:56:01] "POST /fqname-to-id HTTP/1.1" 404 220 0.002787 10.0.0.130 - - [2026-04-06 01:56:01] "POST /config-nodes HTTP/1.1" 200 601 0.024055 10.0.0.130 - - [2026-04-06 01:56:01] "GET / HTTP/1.1" 200 36215 0.001379 10.0.0.130 - - [2026-04-06 01:56:01] "GET / HTTP/1.1" 200 36215 0.001123 /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-04-06 01:56:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000506 10.0.0.130 - - [2026-04-06 01:56:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000382 10.0.0.130 - - [2026-04-06 01:56:01] "GET / HTTP/1.1" 200 36215 0.001444 10.0.0.130 - - [2026-04-06 01:56:01] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000346 10.0.0.130 - - [2026-04-06 01:56:02] "POST /fqname-to-id HTTP/1.1" 404 186 0.652800 10.0.0.130 - - [2026-04-06 01:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.362750 10.0.0.130 - - [2026-04-06 01:56:02] "GET /network-ipam/15461864-8571-46e0-90fe-019006ea68e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.003768 10.0.0.130 - - [2026-04-06 01:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.130 - - [2026-04-06 01:56:02] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.082805 10.0.0.130 - - [2026-04-06 01:56:02] "GET /global-system-config/f7b83a0d-3635-41d2-b7bf-9dda8014ad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.011027 10.0.0.130 - - [2026-04-06 01:56:02] "POST /service-appliance-sets HTTP/1.1" 200 555 0.024504 10.0.0.130 - - [2026-04-06 01:56:02] "POST /fqname-to-id HTTP/1.1" 404 180 0.004763 10.0.0.130 - - [2026-04-06 01:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.130 - - [2026-04-06 01:56:02] "GET /global-system-config/f7b83a0d-3635-41d2-b7bf-9dda8014ad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005961 10.0.0.130 - - [2026-04-06 01:56:02] "POST /service-appliance-sets HTTP/1.1" 200 543 0.075217 10.0.0.130 - - [2026-04-06 01:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.130 - - [2026-04-06 01:56:02] "GET /network-ipam/15461864-8571-46e0-90fe-019006ea68e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.003623 10.0.0.130 - - [2026-04-06 01:56:02] "POST /fqname-to-id HTTP/1.1" 404 225 0.003526 10.0.0.130 - - [2026-04-06 01:56:02] "POST /access-control-lists HTTP/1.1" 200 589 0.018450 10.0.0.130 - - [2026-04-06 01:56:03] "POST /service-templates HTTP/1.1" 200 513 0.026446 10.0.0.130 - - [2026-04-06 01:56:03] "POST /fqname-to-id HTTP/1.1" 404 224 0.002885 10.0.0.130 - - [2026-04-06 01:56:03] "POST /service-templates HTTP/1.1" 200 503 0.027491 10.0.0.130 - - [2026-04-06 01:56:03] "POST /access-control-lists HTTP/1.1" 200 587 0.019669 10.0.0.130 - - [2026-04-06 01:56:03] "POST /service-templates HTTP/1.1" 200 517 0.017926 10.0.0.130 - - [2026-04-06 01:56:03] "POST /route-targets HTTP/1.1" 200 328 0.010917 10.0.0.130 - - [2026-04-06 01:56:03] "POST /service-templates HTTP/1.1" 200 537 0.023283 10.0.0.130 - - [2026-04-06 01:56:03] "POST /ref-update HTTP/1.1" 200 156 0.010579 10.0.0.130 - - [2026-04-06 01:56:03] "POST /service-templates HTTP/1.1" 200 509 0.017736 10.0.0.130 - - [2026-04-06 01:56:03] "POST /route-targets HTTP/1.1" 200 328 0.031704 10.0.0.130 - - [2026-04-06 01:56:03] "POST /ref-update HTTP/1.1" 200 156 0.009896 10.0.0.130 - - [2026-04-06 01:56:03] "POST /route-targets HTTP/1.1" 200 328 0.012507 10.0.0.130 - - [2026-04-06 01:56:03] "POST /ref-update HTTP/1.1" 200 156 0.010079 10.0.0.130 - - [2026-04-06 01:56:03] "POST /route-targets HTTP/1.1" 200 328 0.010314 10.0.0.130 - - [2026-04-06 01:56:03] "POST /ref-update HTTP/1.1" 200 156 0.009586 10.0.0.130 - - [2026-04-06 01:56:03] "POST /fqname-to-id HTTP/1.1" 404 201 0.002421 10.0.0.130 - - [2026-04-06 01:56:03] "POST /access-control-lists HTTP/1.1" 200 553 0.065322 10.0.0.130 - - [2026-04-06 01:56:03] "PUT /access-control-list/645f6d29-3880-41f9-86de-9a3fa0f2c09b HTTP/1.1" 200 273 0.009294 10.0.0.130 - - [2026-04-06 01:56:03] "PUT /access-control-list/e1b552f8-054a-4688-acd4-f3bdd29d943e HTTP/1.1" 200 273 0.010751 10.0.0.130 - - [2026-04-06 01:56:03] "GET / HTTP/1.1" 200 36215 0.002020 10.0.0.130 - - [2026-04-06 01:56:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000364 10.0.0.130 - - [2026-04-06 01:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.023743 10.0.0.130 - - [2026-04-06 01:56:04] "GET /global-system-config/f7b83a0d-3635-41d2-b7bf-9dda8014ad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005408 10.0.0.130 - - [2026-04-06 01:56:04] "POST /fqname-to-id HTTP/1.1" 404 220 0.003027 10.0.0.130 - - [2026-04-06 01:56:04] "POST /config-database-nodes HTTP/1.1" 200 619 0.016432 10.0.0.130 - - [2026-04-06 01:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.130 - - [2026-04-06 01:56:07] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.004297 10.0.0.130 - - [2026-04-06 01:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.130 - - [2026-04-06 01:56:07] "PUT /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0 HTTP/1.1" 200 277 0.011032 10.0.0.130 - - [2026-04-06 01:56:07] "GET / HTTP/1.1" 200 36215 0.001743 10.0.0.130 - - [2026-04-06 01:56:07] "POST /alarms HTTP/1.1" 401 293 0.000348 10.0.0.130 - - [2026-04-06 01:56:08] "POST /alarms HTTP/1.1" 200 583 0.043152 10.0.0.130 - - [2026-04-06 01:56:08] "POST /alarms HTTP/1.1" 200 577 0.019159 10.0.0.130 - - [2026-04-06 01:56:08] "POST /alarms HTTP/1.1" 200 577 0.024065 10.0.0.130 - - [2026-04-06 01:56:08] "POST /alarms HTTP/1.1" 200 561 0.021858 10.0.0.130 - - [2026-04-06 01:56:08] "POST /alarms HTTP/1.1" 200 557 0.015587 10.0.0.130 - - [2026-04-06 01:56:08] "POST /alarms HTTP/1.1" 200 559 0.022345 10.0.0.130 - - [2026-04-06 01:56:08] "POST /alarms HTTP/1.1" 200 567 0.015630 10.0.0.130 - - [2026-04-06 01:56:08] "POST /alarms HTTP/1.1" 200 551 0.018846 10.0.0.130 - - [2026-04-06 01:56:08] "POST /alarms HTTP/1.1" 200 559 0.016031 10.0.0.130 - - [2026-04-06 01:56:08] "POST /alarms HTTP/1.1" 200 569 0.019743 10.0.0.130 - - [2026-04-06 01:56:08] "POST /alarms HTTP/1.1" 200 557 0.016109 10.0.0.130 - - [2026-04-06 01:56:08] "POST /alarms HTTP/1.1" 200 569 0.020288 10.0.0.130 - - [2026-04-06 01:56:08] "POST /alarms HTTP/1.1" 200 577 0.057879 10.0.0.130 - - [2026-04-06 01:56:08] "POST /alarms HTTP/1.1" 200 571 0.015653 10.0.0.130 - - [2026-04-06 01:56:09] "POST /alarms HTTP/1.1" 200 563 0.016924 10.0.0.130 - - [2026-04-06 01:56:09] "POST /alarms HTTP/1.1" 200 563 0.017809 10.0.0.130 - - [2026-04-06 01:56:09] "POST /alarms HTTP/1.1" 200 563 0.014599 10.0.0.130 - - [2026-04-06 01:56:09] "POST /alarms HTTP/1.1" 200 549 0.016177 10.0.0.130 - - [2026-04-06 01:56:09] "POST /alarms HTTP/1.1" 200 597 0.016989 10.0.0.130 - - [2026-04-06 01:56:09] "POST /alarms HTTP/1.1" 200 577 0.019072 10.0.0.130 - - [2026-04-06 01:56:09] "POST /alarms HTTP/1.1" 200 573 0.016398 10.0.0.130 - - [2026-04-06 01:56:09] "POST /alarms HTTP/1.1" 200 585 0.016165 10.0.0.130 - - [2026-04-06 01:56:09] "POST /alarms HTTP/1.1" 200 611 0.021948 10.0.0.130 - - [2026-04-06 01:56:09] "GET / HTTP/1.1" 200 36215 0.001341 10.0.0.130 - - [2026-04-06 01:56:09] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000366 10.0.0.130 - - [2026-04-06 01:56:10] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.029965 10.0.0.130 - - [2026-04-06 01:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002363 10.0.0.130 - - [2026-04-06 01:56:10] "PUT /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0 HTTP/1.1" 200 277 0.009155 10.0.0.130 - - [2026-04-06 01:56:10] "GET / HTTP/1.1" 200 36215 0.001701 10.0.0.130 - - [2026-04-06 01:56:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000367 10.0.0.130 - - [2026-04-06 01:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.025868 10.0.0.130 - - [2026-04-06 01:56:10] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003499 10.0.0.130 - - [2026-04-06 01:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.130 - - [2026-04-06 01:56:10] "PUT /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0 HTTP/1.1" 200 277 0.010001 10.0.0.130 - - [2026-04-06 01:56:11] "GET / HTTP/1.1" 200 36215 0.001500 10.0.0.130 - - [2026-04-06 01:56:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000802 10.0.0.130 - - [2026-04-06 01:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.023608 10.0.0.130 - - [2026-04-06 01:56:11] "GET /global-system-config/f7b83a0d-3635-41d2-b7bf-9dda8014ad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.004740 10.0.0.130 - - [2026-04-06 01:56:11] "PUT /global-system-config/f7b83a0d-3635-41d2-b7bf-9dda8014ad2c HTTP/1.1" 200 275 0.021530 10.0.0.130 - - [2026-04-06 01:56:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.130 - - [2026-04-06 01:56:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.130 - - [2026-04-06 01:56:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000363 10.0.0.130 - - [2026-04-06 01:56:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000353 10.0.0.130 - - [2026-04-06 01:56:48] "GET / HTTP/1.1" 200 36215 0.001797 10.0.0.130 - - [2026-04-06 01:56:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000366 10.0.0.130 - - [2026-04-06 01:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.029145 10.0.0.130 - - [2026-04-06 01:56:48] "GET /routing-instance/63c954a5-9031-4bf7-9738-7953e38ef59c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003813 10.0.0.130 - - [2026-04-06 01:56:49] "POST /bgp-routers HTTP/1.1" 200 622 0.021282 10.0.0.130 - - [2026-04-06 01:56:49] "GET /bgp-router/a52992d7-9f51-4681-9fb3-80212e883435?fields=global_system_config_back_refs HTTP/1.1" 200 1129 0.007388 10.0.0.130 - - [2026-04-06 01:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.130 - - [2026-04-06 01:56:49] "GET /global-system-config/f7b83a0d-3635-41d2-b7bf-9dda8014ad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005898 10.0.0.130 - - [2026-04-06 01:56:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003030 10.0.0.130 - - [2026-04-06 01:56:49] "POST /ref-update HTTP/1.1" 200 156 0.007753 10.0.0.130 - - [2026-04-06 01:57:12] "GET / HTTP/1.1" 200 36215 0.001472 10.0.0.130 - - [2026-04-06 01:57:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000359 10.0.0.130 - - [2026-04-06 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.025550 10.0.0.130 - - [2026-04-06 01:57:13] "GET /global-system-config/f7b83a0d-3635-41d2-b7bf-9dda8014ad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.009115 10.0.0.130 - - [2026-04-06 01:57:13] "POST /fqname-to-id HTTP/1.1" 404 220 0.003238 10.0.0.130 - - [2026-04-06 01:57:13] "POST /database-nodes HTTP/1.1" 200 605 0.020036 10.0.0.130 - - [2026-04-06 01:57:38] "GET / HTTP/1.1" 200 36215 0.001417 10.0.0.130 - - [2026-04-06 01:57:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000352 10.0.0.130 - - [2026-04-06 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.022790 10.0.0.130 - - [2026-04-06 01:57:38] "GET /global-system-config/f7b83a0d-3635-41d2-b7bf-9dda8014ad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.005064 10.0.0.130 - - [2026-04-06 01:57:38] "POST /fqname-to-id HTTP/1.1" 404 220 0.002628 10.0.0.130 - - [2026-04-06 01:57:39] "POST /analytics-nodes HTTP/1.1" 200 607 0.018068 10.0.0.130 - - [2026-04-06 01:57:44] "GET / HTTP/1.1" 200 36215 0.002451 10.0.0.130 - - [2026-04-06 01:57:54] "GET / HTTP/1.1" 200 36215 0.001335 10.0.0.130 - - [2026-04-06 01:57:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000389 10.0.0.130 - - [2026-04-06 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.031592 10.0.0.130 - - [2026-04-06 01:57:55] "GET /global-system-config/f7b83a0d-3635-41d2-b7bf-9dda8014ad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.004754 10.0.0.130 - - [2026-04-06 01:57:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.002941 10.0.0.130 - - [2026-04-06 01:57:55] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.027089 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-04-06 01:58:04] "GET /obj-perms HTTP/1.1" 200 5075 0.384016 10.0.0.130 - - [2026-04-06 01:58:04] "GET /obj-perms HTTP/1.1" 200 5075 0.065493 10.0.0.130 - - [2026-04-06 01:58:10] "GET / HTTP/1.1" 200 36215 0.001372 10.0.0.130 - - [2026-04-06 01:58:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000404 10.0.0.130 - - [2026-04-06 01:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.024648 10.0.0.130 - - [2026-04-06 01:58:10] "GET /global-system-config/f7b83a0d-3635-41d2-b7bf-9dda8014ad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.006459 10.0.0.130 - - [2026-04-06 01:58:10] "POST /fqname-to-id HTTP/1.1" 404 220 0.002565 10.0.0.130 - - [2026-04-06 01:58:10] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.037433 10.0.0.130 - - [2026-04-06 01:59:05] "GET /obj-perms HTTP/1.1" 200 5075 0.044540 10.0.0.130 - - [2026-04-06 01:59:05] "GET /obj-perms HTTP/1.1" 200 5075 0.046003 10.0.0.130 - - [2026-04-06 01:59:39] "GET / HTTP/1.1" 200 36215 0.001558 10.0.0.130 - - [2026-04-06 01:59:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000468 10.0.0.130 - - [2026-04-06 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.039105 10.0.0.130 - - [2026-04-06 01:59:39] "GET /global-system-config/f7b83a0d-3635-41d2-b7bf-9dda8014ad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.018846 10.0.0.130 - - [2026-04-06 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.130 - - [2026-04-06 01:59:39] "GET /routing-instance/63c954a5-9031-4bf7-9738-7953e38ef59c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003739 10.0.0.130 - - [2026-04-06 01:59:40] "PUT /global-system-config/f7b83a0d-3635-41d2-b7bf-9dda8014ad2c HTTP/1.1" 200 275 0.011398 10.0.0.130 - - [2026-04-06 01:59:40] "POST /fqname-to-id HTTP/1.1" 404 218 0.002754 10.0.0.130 - - [2026-04-06 01:59:40] "POST /virtual-routers HTTP/1.1" 200 605 0.017465 10.0.0.130 - - [2026-04-06 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.130 - - [2026-04-06 01:59:40] "GET /virtual-router/592d0f11-c40e-4827-b36d-f53553c70790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.004954 10.0.0.130 - - [2026-04-06 01:59:40] "POST /fqname-to-id HTTP/1.1" 404 231 0.002515 10.0.0.130 - - [2026-04-06 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.130 - - [2026-04-06 01:59:40] "GET /virtual-network/67c19f81-e20f-4b9f-b478-a3b8e4de67cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.005076 10.0.0.130 - - [2026-04-06 01:59:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.117571 10.0.0.130 - - [2026-04-06 01:59:41] "PUT /access-control-list/dc3c65b6-6ce3-4f4c-b8fc-b1bdb9a3133b HTTP/1.1" 200 273 0.023106 [Introspect:8084]10.0.0.130 - - [2026-04-06 01:59:45] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000908 [Introspect:8084]10.0.0.130 - - [2026-04-06 01:59:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000882 [Introspect:8084]10.0.0.130 - - [2026-04-06 01:59:48] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001008 [Introspect:8084]10.0.0.130 - - [2026-04-06 01:59:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000986 10.0.0.130 - - [2026-04-06 02:00:06] "GET /obj-perms HTTP/1.1" 200 5075 0.050639 10.0.0.130 - - [2026-04-06 02:00:06] "GET /obj-perms HTTP/1.1" 200 5075 0.051740 10.0.0.130 - - [2026-04-06 02:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.130 - - [2026-04-06 02:00:06] "GET /virtual-router/592d0f11-c40e-4827-b36d-f53553c70790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.003850 10.0.0.130 - - [2026-04-06 02:00:45] "GET / HTTP/1.1" 200 36215 0.002189 10.0.0.130 - - [2026-04-06 02:00:46] "GET /project/3ac49aa3-56fc-4f9e-9b33-c65f2a77bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000451 10.0.0.130 - - [2026-04-06 02:00:46] "GET /projects?obj_uuids=3ac49aa3-56fc-4f9e-9b33-c65f2a77bdb2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002612 10.0.0.130 - - [2026-04-06 02:00:46] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000877 10.0.0.130 - - [2026-04-06 02:00:46] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050473 10.0.0.130 - - [2026-04-06 02:00:46] "POST /id-to-fqname HTTP/1.1" 200 167 0.001376 10.0.0.130 - - [2026-04-06 02:00:46] "POST /fqname-to-id HTTP/1.1" 404 176 0.005227 10.0.0.130 - - [2026-04-06 02:00:46] "POST /security-groups HTTP/1.1" 200 568 0.068876 10.0.0.130 - - [2026-04-06 02:00:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.002710 10.0.0.130 - - [2026-04-06 02:00:46] "POST /projects HTTP/1.1" 200 539 0.220294 10.0.0.130 - - [2026-04-06 02:00:46] "POST /access-control-lists HTTP/1.1" 200 575 0.059133 10.0.0.130 - - [2026-04-06 02:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.292652 10.0.0.130 - - [2026-04-06 02:00:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.002704 10.0.0.130 - - [2026-04-06 02:00:46] "GET /project/3ac49aa3-56fc-4f9e-9b33-c65f2a77bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.450503 10.0.0.130 - - [2026-04-06 02:00:46] "POST /access-control-lists HTTP/1.1" 200 573 0.061078 [Introspect:8084]10.0.0.130 - - [2026-04-06 02:00:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001367 10.0.0.130 - - [2026-04-06 02:00:47] "POST /fqname-to-id HTTP/1.1" 404 199 0.024158 10.0.0.130 - - [2026-04-06 02:00:47] "GET /projects?obj_uuids=ef6eebe1-b99e-44b2-9075-db582281a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002551 10.0.0.130 - - [2026-04-06 02:00:47] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000903 10.0.0.130 - - [2026-04-06 02:00:47] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006198 10.0.0.130 - - [2026-04-06 02:00:47] "POST /id-to-fqname HTTP/1.1" 200 201 0.004546 10.0.0.130 - - [2026-04-06 02:00:47] "POST /fqname-to-id HTTP/1.1" 404 210 0.003395 10.0.0.130 - - [2026-04-06 02:00:47] "POST /security-groups HTTP/1.1" 200 602 0.065346 10.0.0.130 - - [2026-04-06 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 245 0.002539 10.0.0.130 - - [2026-04-06 02:00:48] "POST /projects HTTP/1.1" 200 607 0.219434 10.0.0.130 - - [2026-04-06 02:00:48] "POST /access-control-lists HTTP/1.1" 200 609 0.059812 10.0.0.130 - - [2026-04-06 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.290605 10.0.0.130 - - [2026-04-06 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 244 0.002693 10.0.0.130 - - [2026-04-06 02:00:48] "GET /project/ef6eebe1-b99e-44b2-9075-db582281a0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.415331 10.0.0.130 - - [2026-04-06 02:00:48] "POST /access-control-lists HTTP/1.1" 200 607 0.061033 10.0.0.130 - - [2026-04-06 02:00:49] "GET / HTTP/1.1" 200 36215 0.001629 10.0.0.130 - - [2026-04-06 02:00:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000424 10.0.0.130 - - [2026-04-06 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.052961 10.0.0.130 - - [2026-04-06 02:00:50] "GET /projects?obj_uuids=ef6eebe1-b99e-44b2-9075-db582281a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001057 10.0.0.130 - - [2026-04-06 02:00:50] "GET /project/ef6eebe1-b99e-44b2-9075-db582281a0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.028827 10.0.0.130 - - [2026-04-06 02:00:50] "POST /neutron/network HTTP/1.1" 200 117 0.044550 10.0.0.130 - - [2026-04-06 02:00:50] "GET /projects?obj_uuids=ef6eebe1-b99e-44b2-9075-db582281a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000873 10.0.0.130 - - [2026-04-06 02:00:50] "POST /neutron/network HTTP/1.1" 200 620 0.070254 10.0.0.130 - - [2026-04-06 02:00:50] "POST /route-targets HTTP/1.1" 200 328 0.008994 10.0.0.130 - - [2026-04-06 02:00:50] "POST /ref-update HTTP/1.1" 200 156 0.012589 10.0.0.130 - - [2026-04-06 02:00:50] "POST /useragent-kv HTTP/1.1" 200 115 0.005270 10.0.0.130 - - [2026-04-06 02:00:50] "POST /neutron/subnet HTTP/1.1" 200 724 0.191332 10.0.0.130 - - [2026-04-06 02:00:50] "POST /neutron/network HTTP/1.1" 200 839 0.007503 10.0.0.130 - - [2026-04-06 02:00:50] "POST /id-to-fqname HTTP/1.1" 200 233 0.001008 10.0.0.130 - - [2026-04-06 02:00:50] "GET /virtual-network/2f79f61a-acc5-40c9-b050-c58f1df8993b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004478 10.0.0.130 - - [2026-04-06 02:00:50] "POST /neutron/network HTTP/1.1" 200 839 0.005456 10.0.0.130 - - [2026-04-06 02:00:50] "GET /virtual-network/2f79f61a-acc5-40c9-b050-c58f1df8993b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004251 10.0.0.130 - - [2026-04-06 02:00:50] "POST /neutron/network HTTP/1.1" 200 839 0.005059 10.0.0.130 - - [2026-04-06 02:00:50] "POST /neutron/subnet HTTP/1.1" 200 724 0.006038 10.0.0.130 - - [2026-04-06 02:00:50] "GET /domains HTTP/1.1" 401 293 0.000324 10.0.0.130 - - [2026-04-06 02:00:51] "GET /domains HTTP/1.1" 200 281 0.024661 10.0.0.130 - - [2026-04-06 02:00:51] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000940 10.0.0.130 - - [2026-04-06 02:00:51] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2594 0.011204 10.0.0.130 - - [2026-04-06 02:00:51] "GET /projects?obj_uuids=ef6eebe1-b99e-44b2-9075-db582281a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001033 10.0.0.130 - - [2026-04-06 02:00:51] "GET /project/ef6eebe1-b99e-44b2-9075-db582281a0bc HTTP/1.1" 200 2185 0.067382 10.0.0.130 - - [2026-04-06 02:00:51] "GET /virtual-network/2f79f61a-acc5-40c9-b050-c58f1df8993b HTTP/1.1" 200 2346 0.005508 10.0.0.130 - - [2026-04-06 02:00:51] "GET /virtual-network/2f79f61a-acc5-40c9-b050-c58f1df8993b HTTP/1.1" 200 2346 0.004424 10.0.0.130 - - [2026-04-06 02:00:51] "GET /routing-instance/fe7265ec-a0e4-4d23-bf83-8fb30c45671f HTTP/1.1" 200 1498 0.003057 10.0.0.130 - - [2026-04-06 02:00:51] "GET /routing-instance/fe7265ec-a0e4-4d23-bf83-8fb30c45671f HTTP/1.1" 200 1498 0.002949 10.0.0.130 - - [2026-04-06 02:00:51] "GET /route-target/edf42801-4d27-49a4-8dc1-ce1f61a8ff93 HTTP/1.1" 200 1222 0.002442 10.0.0.130 - - [2026-04-06 02:00:51] "GET /virtual-network/2f79f61a-acc5-40c9-b050-c58f1df8993b HTTP/1.1" 200 2346 0.004210 10.0.0.130 - - [2026-04-06 02:00:51] "GET /routing-instance/fe7265ec-a0e4-4d23-bf83-8fb30c45671f HTTP/1.1" 200 1498 0.003408 10.0.0.130 - - [2026-04-06 02:00:51] "GET /virtual-network/2f79f61a-acc5-40c9-b050-c58f1df8993b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.003909 10.0.0.130 - - [2026-04-06 02:00:51] "GET /virtual-network/2f79f61a-acc5-40c9-b050-c58f1df8993b HTTP/1.1" 200 2346 0.004278 10.0.0.130 - - [2026-04-06 02:00:51] "GET /routing-instance/fe7265ec-a0e4-4d23-bf83-8fb30c45671f HTTP/1.1" 200 1498 0.002544 10.0.0.130 - - [2026-04-06 02:00:51] "GET /routing-instance/fe7265ec-a0e4-4d23-bf83-8fb30c45671f HTTP/1.1" 200 1498 0.002382 10.0.0.130 - - [2026-04-06 02:00:51] "GET /route-target/edf42801-4d27-49a4-8dc1-ce1f61a8ff93 HTTP/1.1" 200 1222 0.002662 10.0.0.130 - - [2026-04-06 02:00:51] "GET /domains HTTP/1.1" 200 281 0.002033 10.0.0.130 - - [2026-04-06 02:00:51] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000722 10.0.0.130 - - [2026-04-06 02:00:51] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2594 0.006689 10.0.0.130 - - [2026-04-06 02:00:51] "GET /projects?obj_uuids=ef6eebe1-b99e-44b2-9075-db582281a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000747 10.0.0.130 - - [2026-04-06 02:00:51] "GET /project/ef6eebe1-b99e-44b2-9075-db582281a0bc HTTP/1.1" 200 2185 0.075755 10.0.0.130 - - [2026-04-06 02:00:51] "GET /virtual-network/2f79f61a-acc5-40c9-b050-c58f1df8993b HTTP/1.1" 200 2346 0.004171 10.0.0.130 - - [2026-04-06 02:00:51] "GET /obj-perms HTTP/1.1" 200 5071 0.043763 10.0.0.130 - - [2026-04-06 02:00:51] "POST /id-to-fqname HTTP/1.1" 200 233 0.001196 10.0.0.130 - - [2026-04-06 02:00:53] "POST /neutron/network HTTP/1.1" 200 849 0.006832 10.0.0.130 - - [2026-04-06 02:00:53] "GET /aaa-mode HTTP/1.1" 401 293 0.000450 10.0.0.130 - - [2026-04-06 02:00:53] "GET / HTTP/1.1" 200 36215 0.001394 10.0.0.130 - - [2026-04-06 02:00:53] "GET /project/ef6eebe1-b99e-44b2-9075-db582281a0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000371 10.0.0.130 - - [2026-04-06 02:00:54] "GET /projects?obj_uuids=ef6eebe1-b99e-44b2-9075-db582281a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000885 10.0.0.130 - - [2026-04-06 02:00:54] "GET /project/ef6eebe1-b99e-44b2-9075-db582281a0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.044169 10.0.0.130 - - [2026-04-06 02:00:54] "POST /neutron/network HTTP/1.1" 200 839 0.027698 10.0.0.130 - - [2026-04-06 02:00:54] "POST /neutron/port HTTP/1.1" 200 117 0.012661 10.0.0.130 - - [2026-04-06 02:00:54] "POST /neutron/port HTTP/1.1" 200 117 0.004850 10.0.0.130 - - [2026-04-06 02:00:54] "POST /neutron/port HTTP/1.1" 200 117 0.005679 10.0.0.130 - - [2026-04-06 02:00:55] "POST /neutron/network HTTP/1.1" 200 849 0.007077 10.0.0.130 - - [2026-04-06 02:00:55] "GET /projects?obj_uuids=ef6eebe1-b99e-44b2-9075-db582281a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001185 10.0.0.130 - - [2026-04-06 02:00:56] "POST /neutron/port HTTP/1.1" 200 1071 0.198936 10.0.0.130 - - [2026-04-06 02:00:56] "POST /neutron/port HTTP/1.1" 200 1071 0.036781 10.0.0.130 - - [2026-04-06 02:00:56] "POST /neutron/port HTTP/1.1" 200 1071 0.008194 10.0.0.130 - - [2026-04-06 02:00:56] "POST /neutron/port HTTP/1.1" 200 1125 0.053830 10.0.0.130 - - [2026-04-06 02:00:56] "POST /neutron/port HTTP/1.1" 200 1135 0.012521 10.0.0.130 - - [2026-04-06 02:00:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003263 10.0.0.130 - - [2026-04-06 02:00:56] "POST /neutron/subnet HTTP/1.1" 200 698 0.008229 10.0.0.130 - - [2026-04-06 02:00:56] "POST /neutron/port HTTP/1.1" 200 117 0.001041 10.0.0.130 - - [2026-04-06 02:00:56] "POST /neutron/network HTTP/1.1" 200 839 0.005591 10.0.0.130 - - [2026-04-06 02:01:00] "POST /neutron/port HTTP/1.1" 200 1135 0.014906 10.0.0.130 - - [2026-04-06 02:01:00] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006357 10.0.0.130 - - [2026-04-06 02:01:01] "DELETE /project/3ac49aa356fc4f9e9b33c65f2a77bdb2 HTTP/1.1" 404 173 0.028723 10.0.0.130 - - [2026-04-06 02:01:01] "DELETE /project/ef6eebe1b99e44b29075db582281a0bc HTTP/1.1" 404 173 0.044278 10.0.0.130 - - [2026-04-06 02:01:05] "POST /neutron/port HTTP/1.1" 200 1135 0.012904 10.0.0.130 - - [2026-04-06 02:01:05] "POST /neutron/security_group HTTP/1.1" 200 2069 0.005919 10.0.0.130 - - [2026-04-06 02:01:05] "GET /obj-perms HTTP/1.1" 200 5071 0.003419 10.0.0.130 - - [2026-04-06 02:01:06] "GET /obj-perms HTTP/1.1" 200 5071 0.003304 10.0.0.130 - - [2026-04-06 02:01:06] "GET /obj-perms HTTP/1.1" 200 5075 0.047909 10.0.0.130 - - [2026-04-06 02:01:07] "GET /obj-perms HTTP/1.1" 200 5075 0.048913 10.0.0.130 - - [2026-04-06 02:01:07] "GET /obj-perms HTTP/1.1" 200 5071 0.003079 10.0.0.130 - - [2026-04-06 02:01:08] "GET /obj-perms HTTP/1.1" 200 5071 0.003179 10.0.0.130 - - [2026-04-06 02:01:09] "GET /obj-perms HTTP/1.1" 200 5071 0.003430 10.0.0.130 - - [2026-04-06 02:01:10] "POST /neutron/network HTTP/1.1" 200 839 0.005216 10.0.0.130 - - [2026-04-06 02:01:10] "POST /neutron/network HTTP/1.1" 400 204 0.020557 10.0.0.130 - - [2026-04-06 02:01:10] "POST /neutron/port HTTP/1.1" 200 1135 0.017572 10.0.0.130 - - [2026-04-06 02:01:10] "POST /neutron/port HTTP/1.1" 200 1125 0.010138 10.0.0.130 - - [2026-04-06 02:01:11] "POST /neutron/port HTTP/1.1" 200 151 0.127350 10.0.0.130 - - [2026-04-06 02:01:11] "POST /neutron/port HTTP/1.1" 200 117 0.050261 10.0.0.130 - - [2026-04-06 02:01:12] "POST /neutron/network HTTP/1.1" 200 839 0.005293 10.0.0.130 - - [2026-04-06 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.034050 10.0.0.130 - - [2026-04-06 02:01:12] "DELETE /route-target/edf42801-4d27-49a4-8dc1-ce1f61a8ff93 HTTP/1.1" 200 115 0.018471 10.0.0.130 - - [2026-04-06 02:01:12] "POST /useragent-kv HTTP/1.1" 200 115 0.066370 10.0.0.130 - - [2026-04-06 02:01:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002094 10.0.0.130 - - [2026-04-06 02:01:12] "POST /neutron/network HTTP/1.1" 200 151 0.160431 10.0.0.130 - - [2026-04-06 02:01:12] "GET /routing-instance/fe7265ec-a0e4-4d23-bf83-8fb30c45671f HTTP/1.1" 404 171 0.002701 10.0.0.130 - - [2026-04-06 02:01:12] "GET /domains HTTP/1.1" 200 281 0.002336 10.0.0.130 - - [2026-04-06 02:01:12] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000836 10.0.0.130 - - [2026-04-06 02:01:12] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2594 0.047987 10.0.0.130 - - [2026-04-06 02:01:12] "GET /projects?obj_uuids=ef6eebe1-b99e-44b2-9075-db582281a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001312 10.0.0.130 - - [2026-04-06 02:01:12] "GET /project/ef6eebe1-b99e-44b2-9075-db582281a0bc HTTP/1.1" 200 1934 0.076575 10.0.0.130 - - [2026-04-06 02:01:12] "GET /projects?obj_uuids=ef6eebe1-b99e-44b2-9075-db582281a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000969 10.0.0.130 - - [2026-04-06 02:01:12] "GET /project/ef6eebe1-b99e-44b2-9075-db582281a0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.031796 10.0.0.130 - - [2026-04-06 02:01:13] "GET /projects?obj_uuids=ef6eebe1-b99e-44b2-9075-db582281a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001024 10.0.0.130 - - [2026-04-06 02:01:13] "GET /project/ef6eebe1-b99e-44b2-9075-db582281a0bc?fields=virtual_networks HTTP/1.1" 200 1067 0.077146 10.0.0.130 - - [2026-04-06 02:01:13] "GET /projects?obj_uuids=ef6eebe1-b99e-44b2-9075-db582281a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001271 10.0.0.130 - - [2026-04-06 02:01:13] "GET /project/ef6eebe1-b99e-44b2-9075-db582281a0bc?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.026671 10.0.0.130 - - [2026-04-06 02:01:13] "GET /projects?obj_uuids=ef6eebe1-b99e-44b2-9075-db582281a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000965 10.0.0.130 - - [2026-04-06 02:01:13] "GET /project/ef6eebe1-b99e-44b2-9075-db582281a0bc?fields=security_groups HTTP/1.1" 200 1305 0.024895 10.0.0.130 - - [2026-04-06 02:01:13] "GET /projects?obj_uuids=3ac49aa3-56fc-4f9e-9b33-c65f2a77bdb2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000871 10.0.0.130 - - [2026-04-06 02:01:13] "GET /project/3ac49aa3-56fc-4f9e-9b33-c65f2a77bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.025704 10.0.0.130 - - [2026-04-06 02:01:17] "GET /projects?obj_uuids=3ac49aa3-56fc-4f9e-9b33-c65f2a77bdb2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001158 10.0.0.130 - - [2026-04-06 02:01:17] "GET /project/3ac49aa3-56fc-4f9e-9b33-c65f2a77bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.023920 10.0.0.130 - - [2026-04-06 02:01:18] "GET /documentation/index.html HTTP/1.1" 200 219571 0.003199 10.0.0.130 - - [2026-04-06 02:01:18] "POST /fqname-to-id HTTP/1.1" 404 200 0.024410 10.0.0.130 - - [2026-04-06 02:01:18] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002709 10.0.0.130 - - [2026-04-06 02:01:18] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001200 10.0.0.130 - - [2026-04-06 02:01:18] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008778 10.0.0.130 - - [2026-04-06 02:01:18] "POST /id-to-fqname HTTP/1.1" 200 202 0.001025 10.0.0.130 - - [2026-04-06 02:01:18] "POST /fqname-to-id HTTP/1.1" 404 211 0.003306 10.0.0.130 - - [2026-04-06 02:01:18] "POST /security-groups HTTP/1.1" 200 603 0.064705 10.0.0.130 - - [2026-04-06 02:01:18] "POST /fqname-to-id HTTP/1.1" 404 246 0.002305 10.0.0.130 - - [2026-04-06 02:01:18] "POST /projects HTTP/1.1" 200 609 0.211877 10.0.0.130 - - [2026-04-06 02:01:18] "POST /access-control-lists HTTP/1.1" 200 610 0.056483 10.0.0.130 - - [2026-04-06 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.283835 10.0.0.130 - - [2026-04-06 02:01:18] "POST /fqname-to-id HTTP/1.1" 404 245 0.002553 10.0.0.130 - - [2026-04-06 02:01:18] "GET /project/6caff165-f9a6-47eb-b647-31b2cc2780ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.413036 10.0.0.130 - - [2026-04-06 02:01:18] "POST /access-control-lists HTTP/1.1" 200 608 0.069088 10.0.0.130 - - [2026-04-06 02:01:19] "GET / HTTP/1.1" 200 36215 0.001656 10.0.0.130 - - [2026-04-06 02:01:20] "GET /projects?obj_uuids=3ac49aa3-56fc-4f9e-9b33-c65f2a77bdb2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001560 10.0.0.130 - - [2026-04-06 02:01:20] "GET /project/3ac49aa3-56fc-4f9e-9b33-c65f2a77bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.026737 10.0.0.130 - - [2026-04-06 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.130 - - [2026-04-06 02:01:21] "GET /security-group/8010084a-037a-4418-9aee-e0aece649d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3697 0.008174 10.0.0.130 - - [2026-04-06 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.130 - - [2026-04-06 02:01:21] "GET /projects?obj_uuids=3ac49aa3-56fc-4f9e-9b33-c65f2a77bdb2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001263 10.0.0.130 - - [2026-04-06 02:01:21] "GET /project/3ac49aa3-56fc-4f9e-9b33-c65f2a77bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.029088 10.0.0.130 - - [2026-04-06 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.130 - - [2026-04-06 02:01:21] "GET /security-group/8010084a-037a-4418-9aee-e0aece649d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3697 0.003601 10.0.0.130 - - [2026-04-06 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002509 10.0.0.130 - - [2026-04-06 02:01:21] "PUT /security-group/8010084a-037a-4418-9aee-e0aece649d5f HTTP/1.1" 200 263 0.014289 10.0.0.130 - - [2026-04-06 02:01:21] "PUT /access-control-list/f0907f98-dcd6-4300-a4dc-99203e4aad58 HTTP/1.1" 200 273 0.008112 10.0.0.130 - - [2026-04-06 02:01:21] "PUT /access-control-list/20542491-f35f-4e4a-8fdd-1bea9fce1a0e HTTP/1.1" 200 273 0.011034 10.0.0.130 - - [2026-04-06 02:01:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000670 10.0.0.130 - - [2026-04-06 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.051089 10.0.0.130 - - [2026-04-06 02:01:22] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000902 10.0.0.130 - - [2026-04-06 02:01:22] "GET /project/6caff165-f9a6-47eb-b647-31b2cc2780ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.025728 10.0.0.130 - - [2026-04-06 02:01:22] "POST /neutron/network HTTP/1.1" 200 117 0.030631 10.0.0.130 - - [2026-04-06 02:01:22] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000862 10.0.0.130 - - [2026-04-06 02:01:22] "POST /neutron/network HTTP/1.1" 200 619 0.057969 10.0.0.130 - - [2026-04-06 02:01:22] "POST /route-targets HTTP/1.1" 200 328 0.009894 10.0.0.130 - - [2026-04-06 02:01:22] "POST /ref-update HTTP/1.1" 200 156 0.010202 10.0.0.130 - - [2026-04-06 02:01:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004318 10.0.0.130 - - [2026-04-06 02:01:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.166979 10.0.0.130 - - [2026-04-06 02:01:22] "POST /neutron/network HTTP/1.1" 200 838 0.004801 10.0.0.130 - - [2026-04-06 02:01:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.001072 10.0.0.130 - - [2026-04-06 02:01:22] "GET /virtual-network/d555b657-4144-4038-89bd-17f065840409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004688 10.0.0.130 - - [2026-04-06 02:01:22] "POST /neutron/network HTTP/1.1" 200 838 0.004910 10.0.0.130 - - [2026-04-06 02:01:22] "GET /virtual-network/d555b657-4144-4038-89bd-17f065840409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005184 10.0.0.130 - - [2026-04-06 02:01:22] "POST /neutron/network HTTP/1.1" 200 838 0.005481 10.0.0.130 - - [2026-04-06 02:01:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.006168 10.0.0.130 - - [2026-04-06 02:01:22] "GET /domains HTTP/1.1" 401 293 0.000332 10.0.0.130 - - [2026-04-06 02:01:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000343 10.0.0.130 - - [2026-04-06 02:01:22] "GET /domains HTTP/1.1" 200 281 0.033606 10.0.0.130 - - [2026-04-06 02:01:22] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.130 - - [2026-04-06 02:01:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000276 10.0.0.130 - - [2026-04-06 02:01:22] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2793 0.008233 10.0.0.130 - - [2026-04-06 02:01:22] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000818 10.0.0.130 - - [2026-04-06 02:01:23] "GET /project/6caff165-f9a6-47eb-b647-31b2cc2780ae HTTP/1.1" 200 2180 0.068311 10.0.0.130 - - [2026-04-06 02:01:23] "GET /virtual-network/d555b657-4144-4038-89bd-17f065840409 HTTP/1.1" 200 2344 0.005360 10.0.0.130 - - [2026-04-06 02:01:23] "GET /virtual-network/d555b657-4144-4038-89bd-17f065840409 HTTP/1.1" 200 2344 0.004436 10.0.0.130 - - [2026-04-06 02:01:23] "GET /routing-instance/047ad4f6-ac0d-4e03-88f2-dabc3672baf2 HTTP/1.1" 200 1492 0.002953 10.0.0.130 - - [2026-04-06 02:01:23] "GET /routing-instance/047ad4f6-ac0d-4e03-88f2-dabc3672baf2 HTTP/1.1" 200 1492 0.002584 10.0.0.130 - - [2026-04-06 02:01:23] "GET /route-target/ef17e764-6087-4b8e-9abe-a6071c137bf6 HTTP/1.1" 200 1221 0.002883 10.0.0.130 - - [2026-04-06 02:01:23] "GET /virtual-network/d555b657-4144-4038-89bd-17f065840409 HTTP/1.1" 200 2344 0.003762 10.0.0.130 - - [2026-04-06 02:01:23] "GET /routing-instance/047ad4f6-ac0d-4e03-88f2-dabc3672baf2 HTTP/1.1" 200 1492 0.002701 10.0.0.130 - - [2026-04-06 02:01:23] "GET /virtual-network/d555b657-4144-4038-89bd-17f065840409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004295 10.0.0.130 - - [2026-04-06 02:01:23] "GET /virtual-network/d555b657-4144-4038-89bd-17f065840409 HTTP/1.1" 200 2344 0.005282 10.0.0.130 - - [2026-04-06 02:01:23] "GET /routing-instance/047ad4f6-ac0d-4e03-88f2-dabc3672baf2 HTTP/1.1" 200 1492 0.003772 10.0.0.130 - - [2026-04-06 02:01:23] "GET /routing-instance/047ad4f6-ac0d-4e03-88f2-dabc3672baf2 HTTP/1.1" 200 1492 0.003119 10.0.0.130 - - [2026-04-06 02:01:23] "GET /route-target/ef17e764-6087-4b8e-9abe-a6071c137bf6 HTTP/1.1" 200 1221 0.002257 10.0.0.130 - - [2026-04-06 02:01:23] "GET /domains HTTP/1.1" 200 281 0.001936 10.0.0.130 - - [2026-04-06 02:01:23] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000776 10.0.0.130 - - [2026-04-06 02:01:23] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2793 0.005267 10.0.0.130 - - [2026-04-06 02:01:23] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000741 10.0.0.130 - - [2026-04-06 02:01:23] "GET /project/6caff165-f9a6-47eb-b647-31b2cc2780ae HTTP/1.1" 200 2180 0.068247 10.0.0.130 - - [2026-04-06 02:01:23] "GET /virtual-network/d555b657-4144-4038-89bd-17f065840409 HTTP/1.1" 200 2344 0.004584 10.0.0.130 - - [2026-04-06 02:01:23] "GET /obj-perms HTTP/1.1" 200 5073 0.050656 10.0.0.130 - - [2026-04-06 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.130 - - [2026-04-06 02:01:23] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000879 10.0.0.130 - - [2026-04-06 02:01:23] "GET /project/6caff165-f9a6-47eb-b647-31b2cc2780ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.024430 10.0.0.130 - - [2026-04-06 02:01:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000327 10.0.0.130 - - [2026-04-06 02:01:23] "POST /neutron/network HTTP/1.1" 200 117 0.016715 10.0.0.130 - - [2026-04-06 02:01:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000294 10.0.0.130 - - [2026-04-06 02:01:23] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000902 10.0.0.130 - - [2026-04-06 02:01:23] "POST /neutron/network HTTP/1.1" 200 619 0.082598 10.0.0.130 - - [2026-04-06 02:01:23] "POST /route-targets HTTP/1.1" 200 328 0.016574 10.0.0.130 - - [2026-04-06 02:01:23] "POST /ref-update HTTP/1.1" 200 156 0.010682 10.0.0.130 - - [2026-04-06 02:01:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005566 10.0.0.130 - - [2026-04-06 02:01:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.202884 10.0.0.130 - - [2026-04-06 02:01:23] "POST /neutron/network HTTP/1.1" 200 838 0.005412 10.0.0.130 - - [2026-04-06 02:01:23] "POST /id-to-fqname HTTP/1.1" 200 233 0.001003 10.0.0.130 - - [2026-04-06 02:01:23] "GET /virtual-network/5d761548-891b-45e6-83d0-55d6722981fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004522 10.0.0.130 - - [2026-04-06 02:01:24] "POST /neutron/network HTTP/1.1" 200 838 0.005083 10.0.0.130 - - [2026-04-06 02:01:24] "GET /virtual-network/5d761548-891b-45e6-83d0-55d6722981fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004314 10.0.0.130 - - [2026-04-06 02:01:24] "POST /neutron/network HTTP/1.1" 200 838 0.005054 10.0.0.130 - - [2026-04-06 02:01:24] "POST /neutron/subnet HTTP/1.1" 200 725 0.006482 10.0.0.130 - - [2026-04-06 02:01:24] "GET /domains HTTP/1.1" 200 281 0.001811 10.0.0.130 - - [2026-04-06 02:01:24] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000850 10.0.0.130 - - [2026-04-06 02:01:24] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2793 0.005723 10.0.0.130 - - [2026-04-06 02:01:24] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000726 10.0.0.130 - - [2026-04-06 02:01:24] "GET /project/6caff165-f9a6-47eb-b647-31b2cc2780ae HTTP/1.1" 200 2409 0.066069 10.0.0.130 - - [2026-04-06 02:01:24] "GET /virtual-network/5d761548-891b-45e6-83d0-55d6722981fc HTTP/1.1" 200 2343 0.006302 10.0.0.130 - - [2026-04-06 02:01:24] "GET /virtual-network/5d761548-891b-45e6-83d0-55d6722981fc HTTP/1.1" 200 2343 0.004986 10.0.0.130 - - [2026-04-06 02:01:24] "GET /routing-instance/f553c85d-add6-4b5f-a68a-127501633793 HTTP/1.1" 200 1495 0.003050 10.0.0.130 - - [2026-04-06 02:01:24] "GET /routing-instance/f553c85d-add6-4b5f-a68a-127501633793 HTTP/1.1" 200 1495 0.003039 10.0.0.130 - - [2026-04-06 02:01:24] "GET /route-target/895de793-e1c4-4502-b1f5-49fc98d5e094 HTTP/1.1" 200 1220 0.003655 10.0.0.130 - - [2026-04-06 02:01:24] "GET /virtual-network/5d761548-891b-45e6-83d0-55d6722981fc HTTP/1.1" 200 2343 0.004279 10.0.0.130 - - [2026-04-06 02:01:24] "GET /routing-instance/f553c85d-add6-4b5f-a68a-127501633793 HTTP/1.1" 200 1495 0.003007 10.0.0.130 - - [2026-04-06 02:01:24] "GET /virtual-network/5d761548-891b-45e6-83d0-55d6722981fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004406 10.0.0.130 - - [2026-04-06 02:01:24] "GET /virtual-network/5d761548-891b-45e6-83d0-55d6722981fc HTTP/1.1" 200 2343 0.003668 10.0.0.130 - - [2026-04-06 02:01:24] "GET /routing-instance/f553c85d-add6-4b5f-a68a-127501633793 HTTP/1.1" 200 1495 0.002404 10.0.0.130 - - [2026-04-06 02:01:24] "GET /routing-instance/f553c85d-add6-4b5f-a68a-127501633793 HTTP/1.1" 200 1495 0.002443 10.0.0.130 - - [2026-04-06 02:01:24] "GET /route-target/895de793-e1c4-4502-b1f5-49fc98d5e094 HTTP/1.1" 200 1220 0.002335 10.0.0.130 - - [2026-04-06 02:01:24] "GET /domains HTTP/1.1" 200 281 0.002204 10.0.0.130 - - [2026-04-06 02:01:24] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001093 10.0.0.130 - - [2026-04-06 02:01:24] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2793 0.006395 10.0.0.130 - - [2026-04-06 02:01:24] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000781 10.0.0.130 - - [2026-04-06 02:01:24] "GET /project/6caff165-f9a6-47eb-b647-31b2cc2780ae HTTP/1.1" 200 2409 0.067026 10.0.0.130 - - [2026-04-06 02:01:24] "GET /virtual-network/5d761548-891b-45e6-83d0-55d6722981fc HTTP/1.1" 200 2343 0.004640 10.0.0.130 - - [2026-04-06 02:01:24] "GET /obj-perms HTTP/1.1" 200 5073 0.002448 10.0.0.130 - - [2026-04-06 02:01:24] "POST /id-to-fqname HTTP/1.1" 200 233 0.001087 10.0.0.130 - - [2026-04-06 02:01:24] "POST /neutron/network HTTP/1.1" 200 848 0.006603 10.0.0.130 - - [2026-04-06 02:01:24] "GET /aaa-mode HTTP/1.1" 401 293 0.000392 10.0.0.130 - - [2026-04-06 02:01:24] "GET / HTTP/1.1" 200 36215 0.001363 10.0.0.130 - - [2026-04-06 02:01:24] "GET /project/6caff165-f9a6-47eb-b647-31b2cc2780ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000343 10.0.0.130 - - [2026-04-06 02:01:25] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000885 10.0.0.130 - - [2026-04-06 02:01:25] "GET /project/6caff165-f9a6-47eb-b647-31b2cc2780ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.045457 10.0.0.130 - - [2026-04-06 02:01:25] "POST /neutron/network HTTP/1.1" 200 838 0.004753 10.0.0.130 - - [2026-04-06 02:01:25] "POST /neutron/port HTTP/1.1" 200 117 0.005342 10.0.0.130 - - [2026-04-06 02:01:25] "POST /neutron/port HTTP/1.1" 200 117 0.004303 10.0.0.130 - - [2026-04-06 02:01:25] "POST /id-to-fqname HTTP/1.1" 200 233 0.001644 10.0.0.130 - - [2026-04-06 02:01:25] "POST /neutron/port HTTP/1.1" 200 117 0.004691 10.0.0.130 - - [2026-04-06 02:01:25] "POST /neutron/network HTTP/1.1" 200 848 0.005335 10.0.0.130 - - [2026-04-06 02:01:25] "GET /aaa-mode HTTP/1.1" 401 293 0.000515 10.0.0.130 - - [2026-04-06 02:01:25] "POST /neutron/network HTTP/1.1" 200 848 0.004711 10.0.0.130 - - [2026-04-06 02:01:25] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000918 10.0.0.130 - - [2026-04-06 02:01:25] "GET / HTTP/1.1" 200 36215 0.001488 10.0.0.130 - - [2026-04-06 02:01:25] "GET /project/6caff165-f9a6-47eb-b647-31b2cc2780ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000359 10.0.0.130 - - [2026-04-06 02:01:26] "POST /neutron/port HTTP/1.1" 200 1072 0.228974 10.0.0.130 - - [2026-04-06 02:01:26] "POST /neutron/port HTTP/1.1" 200 1072 0.011624 10.0.0.130 - - [2026-04-06 02:01:26] "POST /neutron/port HTTP/1.1" 200 1072 0.009909 10.0.0.130 - - [2026-04-06 02:01:26] "POST /neutron/port HTTP/1.1" 200 1126 0.067468 10.0.0.130 - - [2026-04-06 02:01:26] "POST /neutron/port HTTP/1.1" 200 1136 0.011424 10.0.0.130 - - [2026-04-06 02:01:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003406 10.0.0.130 - - [2026-04-06 02:01:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.006017 10.0.0.130 - - [2026-04-06 02:01:26] "POST /neutron/port HTTP/1.1" 200 117 0.000961 10.0.0.130 - - [2026-04-06 02:01:26] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001266 10.0.0.130 - - [2026-04-06 02:01:26] "POST /neutron/network HTTP/1.1" 200 838 0.017617 10.0.0.130 - - [2026-04-06 02:01:26] "GET /project/6caff165-f9a6-47eb-b647-31b2cc2780ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.068642 10.0.0.130 - - [2026-04-06 02:01:26] "POST /neutron/network HTTP/1.1" 200 838 0.004809 10.0.0.130 - - [2026-04-06 02:01:26] "POST /neutron/port HTTP/1.1" 200 1136 0.012869 10.0.0.130 - - [2026-04-06 02:01:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010755 10.0.0.130 - - [2026-04-06 02:01:26] "POST /neutron/port HTTP/1.1" 200 117 0.005358 10.0.0.130 - - [2026-04-06 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.130 - - [2026-04-06 02:01:26] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001169 10.0.0.130 - - [2026-04-06 02:01:26] "GET /project/6caff165-f9a6-47eb-b647-31b2cc2780ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.042078 10.0.0.130 - - [2026-04-06 02:01:26] "GET /virtual-network/d555b657-4144-4038-89bd-17f065840409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007380 10.0.0.130 - - [2026-04-06 02:01:26] "GET /floating-ip-pools?parent_id=d555b657-4144-4038-89bd-17f065840409&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004238 10.0.0.130 - - [2026-04-06 02:01:26] "GET /virtual-network/d555b657-4144-4038-89bd-17f065840409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006866 10.0.0.130 - - [2026-04-06 02:01:26] "POST /neutron/network HTTP/1.1" 200 848 0.007453 10.0.0.130 - - [2026-04-06 02:01:26] "POST /floating-ip-pools HTTP/1.1" 200 611 0.032500 10.0.0.130 - - [2026-04-06 02:01:26] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000950 10.0.0.130 - - [2026-04-06 02:01:26] "POST /ref-update HTTP/1.1" 200 156 0.019325 10.0.0.130 - - [2026-04-06 02:01:26] "GET /virtual-network/d555b657-4144-4038-89bd-17f065840409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004696 10.0.0.130 - - [2026-04-06 02:01:27] "GET /domains HTTP/1.1" 200 281 0.002698 10.0.0.130 - - [2026-04-06 02:01:27] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000824 10.0.0.130 - - [2026-04-06 02:01:27] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2793 0.011646 10.0.0.130 - - [2026-04-06 02:01:27] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001521 10.0.0.130 - - [2026-04-06 02:01:27] "GET /project/6caff165-f9a6-47eb-b647-31b2cc2780ae HTTP/1.1" 200 3254 0.083627 10.0.0.130 - - [2026-04-06 02:01:27] "GET /virtual-network/d555b657-4144-4038-89bd-17f065840409 HTTP/1.1" 200 2937 0.007494 10.0.0.130 - - [2026-04-06 02:01:27] "GET /floating-ip-pool/fed81691-0717-4719-97f8-728e7f24e8a7 HTTP/1.1" 200 1445 0.006652 10.0.0.130 - - [2026-04-06 02:01:27] "GET /domains HTTP/1.1" 200 281 0.003919 10.0.0.130 - - [2026-04-06 02:01:27] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001533 10.0.0.130 - - [2026-04-06 02:01:27] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2793 0.014584 10.0.0.130 - - [2026-04-06 02:01:27] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000870 10.0.0.130 - - [2026-04-06 02:01:27] "POST /neutron/port HTTP/1.1" 200 1072 0.333940 10.0.0.130 - - [2026-04-06 02:01:27] "GET /project/6caff165-f9a6-47eb-b647-31b2cc2780ae HTTP/1.1" 200 3254 0.081042 10.0.0.130 - - [2026-04-06 02:01:27] "GET /virtual-network/d555b657-4144-4038-89bd-17f065840409 HTTP/1.1" 200 3159 0.011996 10.0.0.130 - - [2026-04-06 02:01:27] "GET /virtual-network/d555b657-4144-4038-89bd-17f065840409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007242 10.0.0.130 - - [2026-04-06 02:01:27] "POST /neutron/port HTTP/1.1" 200 1072 0.039268 10.0.0.130 - - [2026-04-06 02:01:27] "POST /neutron/port HTTP/1.1" 200 1072 0.041396 10.0.0.130 - - [2026-04-06 02:01:27] "POST /neutron/port HTTP/1.1" 200 1136 0.037876 10.0.0.130 - - [2026-04-06 02:01:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008462 10.0.0.130 - - [2026-04-06 02:01:27] "POST /neutron/port HTTP/1.1" 200 1126 0.130733 10.0.0.130 - - [2026-04-06 02:01:27] "POST /neutron/port HTTP/1.1" 200 1136 0.011680 10.0.0.130 - - [2026-04-06 02:01:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002700 10.0.0.130 - - [2026-04-06 02:01:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.007360 10.0.0.130 - - [2026-04-06 02:01:27] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.130 - - [2026-04-06 02:01:27] "POST /neutron/network HTTP/1.1" 200 838 0.004864 10.0.0.130 - - [2026-04-06 02:01:32] "POST /neutron/port HTTP/1.1" 200 1136 0.011042 10.0.0.130 - - [2026-04-06 02:01:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006098 10.0.0.130 - - [2026-04-06 02:01:32] "POST /neutron/port HTTP/1.1" 200 1136 0.011622 10.0.0.130 - - [2026-04-06 02:01:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007408 10.0.0.130 - - [2026-04-06 02:01:32] "POST /neutron/port HTTP/1.1" 200 1136 0.011539 10.0.0.130 - - [2026-04-06 02:01:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004730 10.0.0.130 - - [2026-04-06 02:01:32] "GET /virtual-machine/92300d0b-0696-4a07-8ea3-b4b3abff980f HTTP/1.1" 200 1307 0.005427 10.0.0.130 - - [2026-04-06 02:01:32] "GET /virtual-machine-interface/239cacae-268f-44f2-b1bf-8b9737971b8d HTTP/1.1" 200 3011 0.005762 10.0.0.130 - - [2026-04-06 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002539 10.0.0.130 - - [2026-04-06 02:01:32] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002885 10.0.0.130 - - [2026-04-06 02:01:32] "GET /virtual-networks?parent_id=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002591 10.0.0.130 - - [2026-04-06 02:01:32] "GET /virtual-network/5d761548-891b-45e6-83d0-55d6722981fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005222 10.0.0.130 - - [2026-04-06 02:01:34] "POST /neutron/port HTTP/1.1" 200 1136 0.019762 10.0.0.130 - - [2026-04-06 02:01:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009999 10.0.0.130 - - [2026-04-06 02:01:35] "POST /neutron/port HTTP/1.1" 200 1136 0.013930 10.0.0.130 - - [2026-04-06 02:01:35] "POST /neutron/port HTTP/1.1" 200 1136 0.011274 10.0.0.130 - - [2026-04-06 02:01:35] "POST /neutron/network HTTP/1.1" 200 848 0.004862 10.0.0.130 - - [2026-04-06 02:01:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002846 10.0.0.130 - - [2026-04-06 02:01:35] "POST /neutron/subnet HTTP/1.1" 200 699 0.005672 10.0.0.130 - - [2026-04-06 02:01:35] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.130 - - [2026-04-06 02:01:35] "POST /neutron/network HTTP/1.1" 200 838 0.005796 10.0.0.130 - - [2026-04-06 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002511 10.0.0.130 - - [2026-04-06 02:01:35] "GET /virtual-network/5d761548-891b-45e6-83d0-55d6722981fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004203 10.0.0.130 - - [2026-04-06 02:01:35] "POST /neutron/port HTTP/1.1" 200 1136 0.011170 10.0.0.130 - - [2026-04-06 02:01:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004010 10.0.0.130 - - [2026-04-06 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005085 10.0.0.130 - - [2026-04-06 02:01:37] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002878 10.0.0.130 - - [2026-04-06 02:01:38] "GET /virtual-networks?parent_id=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003832 10.0.0.130 - - [2026-04-06 02:01:38] "GET /virtual-network/5d761548-891b-45e6-83d0-55d6722981fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004952 10.0.0.130 - - [2026-04-06 02:01:38] "POST /neutron/port HTTP/1.1" 200 1136 0.016813 10.0.0.130 - - [2026-04-06 02:01:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008331 10.0.0.130 - - [2026-04-06 02:01:43] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001020 10.0.0.130 - - [2026-04-06 02:01:43] "POST /neutron/floatingip HTTP/1.1" 200 530 0.052498 10.0.0.130 - - [2026-04-06 02:01:43] "POST /neutron/port HTTP/1.1" 200 1136 0.011982 10.0.0.130 - - [2026-04-06 02:01:43] "POST /neutron/floatingip HTTP/1.1" 200 530 0.004105 10.0.0.130 - - [2026-04-06 02:01:43] "POST /neutron/floatingip HTTP/1.1" 200 577 0.028328 10.0.0.130 - - [2026-04-06 02:01:43] "POST /neutron/port HTTP/1.1" 200 1136 0.012029 10.0.0.130 - - [2026-04-06 02:01:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005858 10.0.0.130 - - [2026-04-06 02:01:43] "POST /neutron/port HTTP/1.1" 200 1136 0.010900 10.0.0.130 - - [2026-04-06 02:01:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007130 10.0.0.130 - - [2026-04-06 02:01:43] "POST /neutron/port HTTP/1.1" 200 1136 0.012536 10.0.0.130 - - [2026-04-06 02:01:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005384 10.0.0.130 - - [2026-04-06 02:01:43] "GET /virtual-machine/573051e5-472d-44e5-9659-849aacc7b2cf HTTP/1.1" 200 1306 0.017870 10.0.0.130 - - [2026-04-06 02:01:43] "GET /virtual-machine-interface/2a67b356-875b-4955-bfd0-a709ec9ead93 HTTP/1.1" 200 3011 0.004141 10.0.0.130 - - [2026-04-06 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002193 10.0.0.130 - - [2026-04-06 02:01:43] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002604 10.0.0.130 - - [2026-04-06 02:01:43] "GET /virtual-networks?parent_id=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002886 10.0.0.130 - - [2026-04-06 02:01:43] "GET /virtual-network/d555b657-4144-4038-89bd-17f065840409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006455 10.0.0.130 - - [2026-04-06 02:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.130 - - [2026-04-06 02:01:44] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003015 10.0.0.130 - - [2026-04-06 02:01:44] "GET /virtual-networks?parent_id=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002627 10.0.0.130 - - [2026-04-06 02:01:44] "GET /virtual-network/d555b657-4144-4038-89bd-17f065840409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004579 10.0.0.130 - - [2026-04-06 02:01:45] "POST /neutron/floatingip HTTP/1.1" 200 577 0.010348 10.0.0.130 - - [2026-04-06 02:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.130 - - [2026-04-06 02:01:45] "GET /routing-instance/047ad4f6-ac0d-4e03-88f2-dabc3672baf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.002659 10.0.0.130 - - [2026-04-06 02:01:45] "GET /route-target/ef17e764-6087-4b8e-9abe-a6071c137bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003210 10.0.0.130 - - [2026-04-06 02:01:45] "GET /floating-ip/0f98ad6a-39f5-46b8-a46f-301f4224c7f4 HTTP/1.1" 200 1893 0.005537 10.0.0.130 - - [2026-04-06 02:01:48] "POST /neutron/floatingip HTTP/1.1" 200 577 0.011205 10.0.0.130 - - [2026-04-06 02:01:48] "POST /neutron/floatingip HTTP/1.1" 200 530 0.014927 10.0.0.130 - - [2026-04-06 02:01:48] "POST /neutron/floatingip HTTP/1.1" 200 530 0.005653 10.0.0.130 - - [2026-04-06 02:01:48] "POST /neutron/floatingip HTTP/1.1" 200 115 0.036697 10.0.0.130 - - [2026-04-06 02:01:48] "GET /floating-ip-pool/fed81691-0717-4719-97f8-728e7f24e8a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.003696 10.0.0.130 - - [2026-04-06 02:01:48] "POST /ref-update HTTP/1.1" 200 156 0.008292 10.0.0.130 - - [2026-04-06 02:01:48] "DELETE /floating-ip-pool/fed81691-0717-4719-97f8-728e7f24e8a7 HTTP/1.1" 200 115 0.020761 10.0.0.130 - - [2026-04-06 02:01:48] "POST /neutron/network HTTP/1.1" 200 838 0.005457 10.0.0.130 - - [2026-04-06 02:01:48] "POST /neutron/network HTTP/1.1" 400 204 0.011492 10.0.0.130 - - [2026-04-06 02:01:48] "POST /neutron/port HTTP/1.1" 200 1136 0.010464 10.0.0.130 - - [2026-04-06 02:01:48] "POST /neutron/port HTTP/1.1" 200 1126 0.011654 10.0.0.130 - - [2026-04-06 02:01:48] "POST /neutron/port HTTP/1.1" 200 1136 0.018749 10.0.0.130 - - [2026-04-06 02:01:48] "POST /neutron/port HTTP/1.1" 200 1126 0.009547 10.0.0.130 - - [2026-04-06 02:01:49] "POST /neutron/port HTTP/1.1" 200 151 0.132303 10.0.0.130 - - [2026-04-06 02:01:49] "POST /neutron/port HTTP/1.1" 200 151 0.135133 10.0.0.130 - - [2026-04-06 02:01:50] "POST /neutron/network HTTP/1.1" 200 838 0.004750 10.0.0.130 - - [2026-04-06 02:01:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002405 10.0.0.130 - - [2026-04-06 02:01:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001474 10.0.0.130 - - [2026-04-06 02:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005462 10.0.0.130 - - [2026-04-06 02:01:50] "POST /neutron/network HTTP/1.1" 200 151 0.084774 10.0.0.130 - - [2026-04-06 02:01:50] "GET /routing-instance/f553c85d-add6-4b5f-a68a-127501633793 HTTP/1.1" 404 171 0.001697 10.0.0.130 - - [2026-04-06 02:01:50] "GET /domains HTTP/1.1" 200 281 0.002034 10.0.0.130 - - [2026-04-06 02:01:50] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.130 - - [2026-04-06 02:01:50] "DELETE /route-target/895de793-e1c4-4502-b1f5-49fc98d5e094 HTTP/1.1" 200 115 0.021622 10.0.0.130 - - [2026-04-06 02:01:50] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2793 0.049062 10.0.0.130 - - [2026-04-06 02:01:50] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000868 10.0.0.130 - - [2026-04-06 02:01:50] "GET /project/6caff165-f9a6-47eb-b647-31b2cc2780ae HTTP/1.1" 200 2180 0.066974 10.0.0.130 - - [2026-04-06 02:01:50] "POST /neutron/network HTTP/1.1" 200 838 0.006033 10.0.0.130 - - [2026-04-06 02:01:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002904 10.0.0.130 - - [2026-04-06 02:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.130 - - [2026-04-06 02:01:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001484 10.0.0.130 - - [2026-04-06 02:01:50] "POST /neutron/network HTTP/1.1" 200 151 0.070126 10.0.0.130 - - [2026-04-06 02:01:50] "GET /routing-instance/047ad4f6-ac0d-4e03-88f2-dabc3672baf2 HTTP/1.1" 404 171 0.002323 10.0.0.130 - - [2026-04-06 02:01:50] "DELETE /route-target/ef17e764-6087-4b8e-9abe-a6071c137bf6 HTTP/1.1" 200 115 0.016171 10.0.0.130 - - [2026-04-06 02:01:50] "GET /domains HTTP/1.1" 200 281 0.002120 10.0.0.130 - - [2026-04-06 02:01:50] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000763 10.0.0.130 - - [2026-04-06 02:01:50] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2793 0.048749 10.0.0.130 - - [2026-04-06 02:01:50] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000847 10.0.0.130 - - [2026-04-06 02:01:50] "GET /project/6caff165-f9a6-47eb-b647-31b2cc2780ae HTTP/1.1" 200 1929 0.063954 10.0.0.130 - - [2026-04-06 02:01:51] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000922 10.0.0.130 - - [2026-04-06 02:01:51] "GET /project/6caff165-f9a6-47eb-b647-31b2cc2780ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.024625 10.0.0.130 - - [2026-04-06 02:01:51] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000817 10.0.0.130 - - [2026-04-06 02:01:51] "GET /project/6caff165-f9a6-47eb-b647-31b2cc2780ae?fields=virtual_networks HTTP/1.1" 200 1058 0.063093 10.0.0.130 - - [2026-04-06 02:01:51] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000897 10.0.0.130 - - [2026-04-06 02:01:51] "GET /project/6caff165-f9a6-47eb-b647-31b2cc2780ae?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.032844 10.0.0.130 - - [2026-04-06 02:01:51] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000940 10.0.0.130 - - [2026-04-06 02:01:51] "GET /project/6caff165-f9a6-47eb-b647-31b2cc2780ae?fields=security_groups HTTP/1.1" 200 1297 0.026871 10.0.0.130 - - [2026-04-06 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 183 0.023286 10.0.0.130 - - [2026-04-06 02:01:52] "GET /projects?obj_uuids=ecd5fc2a-2ab6-4bfd-b20d-f0beee39adf6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005726 10.0.0.130 - - [2026-04-06 02:01:52] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000875 10.0.0.130 - - [2026-04-06 02:01:52] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005753 10.0.0.130 - - [2026-04-06 02:01:52] "POST /id-to-fqname HTTP/1.1" 200 185 0.001041 10.0.0.130 - - [2026-04-06 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 194 0.003424 10.0.0.130 - - [2026-04-06 02:01:52] "POST /security-groups HTTP/1.1" 200 586 0.060398 10.0.0.130 - - [2026-04-06 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 229 0.002069 10.0.0.130 - - [2026-04-06 02:01:52] "POST /projects HTTP/1.1" 200 575 0.207729 10.0.0.130 - - [2026-04-06 02:01:52] "POST /access-control-lists HTTP/1.1" 200 593 0.059745 10.0.0.130 - - [2026-04-06 02:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.284086 10.0.0.130 - - [2026-04-06 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 228 0.002390 10.0.0.130 - - [2026-04-06 02:01:52] "GET /project/ecd5fc2a-2ab6-4bfd-b20d-f0beee39adf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.402583 10.0.0.130 - - [2026-04-06 02:01:52] "POST /access-control-lists HTTP/1.1" 200 591 0.056831 10.0.0.130 - - [2026-04-06 02:01:53] "GET / HTTP/1.1" 200 36215 0.001940 10.0.0.130 - - [2026-04-06 02:01:54] "GET /projects?obj_uuids=ecd5fc2a-2ab6-4bfd-b20d-f0beee39adf6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000902 10.0.0.130 - - [2026-04-06 02:01:54] "GET /project/ecd5fc2a-2ab6-4bfd-b20d-f0beee39adf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.034039 10.0.0.130 - - [2026-04-06 02:01:54] "GET /projects?obj_uuids=ecd5fc2a-2ab6-4bfd-b20d-f0beee39adf6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000893 10.0.0.130 - - [2026-04-06 02:01:54] "GET /project/ecd5fc2a-2ab6-4bfd-b20d-f0beee39adf6?fields=virtual_networks HTTP/1.1" 200 1025 0.069169 10.0.0.130 - - [2026-04-06 02:01:55] "GET /projects?obj_uuids=ecd5fc2a-2ab6-4bfd-b20d-f0beee39adf6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000884 10.0.0.130 - - [2026-04-06 02:01:55] "GET /project/ecd5fc2a-2ab6-4bfd-b20d-f0beee39adf6?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.020149 10.0.0.130 - - [2026-04-06 02:01:55] "GET /projects?obj_uuids=ecd5fc2a-2ab6-4bfd-b20d-f0beee39adf6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000911 10.0.0.130 - - [2026-04-06 02:01:55] "GET /project/ecd5fc2a-2ab6-4bfd-b20d-f0beee39adf6?fields=security_groups HTTP/1.1" 200 1247 0.023918 10.0.0.130 - - [2026-04-06 02:01:55] "POST /fqname-to-id HTTP/1.1" 404 183 0.022956 10.0.0.130 - - [2026-04-06 02:01:55] "GET /projects?obj_uuids=c0bac236-1a98-4824-9cf6-3f87f6034e65&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002075 10.0.0.130 - - [2026-04-06 02:01:56] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000913 10.0.0.130 - - [2026-04-06 02:01:56] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006154 10.0.0.130 - - [2026-04-06 02:01:56] "POST /id-to-fqname HTTP/1.1" 200 185 0.000981 10.0.0.130 - - [2026-04-06 02:01:56] "POST /fqname-to-id HTTP/1.1" 404 194 0.001996 10.0.0.130 - - [2026-04-06 02:01:56] "POST /security-groups HTTP/1.1" 200 586 0.060709 10.0.0.130 - - [2026-04-06 02:01:56] "POST /fqname-to-id HTTP/1.1" 404 229 0.003430 10.0.0.130 - - [2026-04-06 02:01:56] "POST /projects HTTP/1.1" 200 575 0.192591 10.0.0.130 - - [2026-04-06 02:01:56] "POST /access-control-lists HTTP/1.1" 200 593 0.062214 10.0.0.130 - - [2026-04-06 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.267039 10.0.0.130 - - [2026-04-06 02:01:56] "POST /fqname-to-id HTTP/1.1" 404 228 0.002308 10.0.0.130 - - [2026-04-06 02:01:56] "GET /project/c0bac236-1a98-4824-9cf6-3f87f6034e65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.381625 10.0.0.130 - - [2026-04-06 02:01:56] "POST /access-control-lists HTTP/1.1" 200 591 0.061625 10.0.0.130 - - [2026-04-06 02:01:57] "GET / HTTP/1.1" 200 36215 0.001741 10.0.0.130 - - [2026-04-06 02:01:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.002354 10.0.0.130 - - [2026-04-06 02:01:57] "GET /projects?obj_uuids=3ac49aa3-56fc-4f9e-9b33-c65f2a77bdb2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000941 10.0.0.130 - - [2026-04-06 02:01:57] "POST /fqname-to-id HTTP/1.1" 404 228 0.002867 10.0.0.130 - - [2026-04-06 02:01:57] "POST /access-control-lists HTTP/1.1" 200 592 0.013362 10.0.0.130 - - [2026-04-06 02:01:58] "POST /fqname-to-id HTTP/1.1" 404 227 0.002502 10.0.0.130 - - [2026-04-06 02:01:58] "POST /access-control-lists HTTP/1.1" 200 590 0.015987 10.0.0.130 - - [2026-04-06 02:01:58] "PUT /access-control-list/8b071fcf-96bc-437e-9030-5f0e763d9f42 HTTP/1.1" 200 273 0.007353 10.0.0.130 - - [2026-04-06 02:01:58] "PUT /access-control-list/0b65cc1e-7680-4af0-a151-ec934a0062d6 HTTP/1.1" 200 273 0.008039 10.0.0.130 - - [2026-04-06 02:01:58] "POST /neutron/security_group HTTP/1.1" 200 1364 0.342388 10.0.0.130 - - [2026-04-06 02:01:58] "GET /projects?obj_uuids=3ac49aa3-56fc-4f9e-9b33-c65f2a77bdb2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001129 10.0.0.130 - - [2026-04-06 02:01:58] "PUT /access-control-list/0b65cc1e-7680-4af0-a151-ec934a0062d6 HTTP/1.1" 200 273 0.008486 10.0.0.130 - - [2026-04-06 02:01:58] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.030642 10.0.0.130 - - [2026-04-06 02:01:58] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009794 10.0.0.130 - - [2026-04-06 02:01:58] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.133203 10.0.0.130 - - [2026-04-06 02:01:58] "PUT /access-control-list/0b65cc1e-7680-4af0-a151-ec934a0062d6 HTTP/1.1" 200 273 0.011317 10.0.0.130 - - [2026-04-06 02:01:58] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.007674 10.0.0.130 - - [2026-04-06 02:01:58] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.171373 10.0.0.130 - - [2026-04-06 02:01:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.003196 10.0.0.130 - - [2026-04-06 02:01:58] "PUT /access-control-list/0b65cc1e-7680-4af0-a151-ec934a0062d6 HTTP/1.1" 200 273 0.011247 10.0.0.130 - - [2026-04-06 02:01:58] "GET /projects?obj_uuids=3ac49aa3-56fc-4f9e-9b33-c65f2a77bdb2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000922 10.0.0.130 - - [2026-04-06 02:01:58] "POST /fqname-to-id HTTP/1.1" 404 228 0.002235 10.0.0.130 - - [2026-04-06 02:01:58] "POST /access-control-lists HTTP/1.1" 200 592 0.014719 10.0.0.130 - - [2026-04-06 02:01:58] "POST /fqname-to-id HTTP/1.1" 404 227 0.002529 10.0.0.130 - - [2026-04-06 02:01:58] "POST /access-control-lists HTTP/1.1" 200 590 0.015037 10.0.0.130 - - [2026-04-06 02:01:58] "PUT /access-control-list/8e166471-e973-447c-aecf-d8e0900f304d HTTP/1.1" 200 273 0.010846 10.0.0.130 - - [2026-04-06 02:01:58] "PUT /access-control-list/4b59d70b-3524-446e-b725-54af2f973fd4 HTTP/1.1" 200 273 0.009060 10.0.0.130 - - [2026-04-06 02:01:58] "POST /neutron/security_group HTTP/1.1" 200 1364 0.328220 10.0.0.130 - - [2026-04-06 02:01:58] "GET /projects?obj_uuids=3ac49aa3-56fc-4f9e-9b33-c65f2a77bdb2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000868 10.0.0.130 - - [2026-04-06 02:01:58] "PUT /access-control-list/4b59d70b-3524-446e-b725-54af2f973fd4 HTTP/1.1" 200 273 0.008103 10.0.0.130 - - [2026-04-06 02:01:59] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.033608 10.0.0.130 - - [2026-04-06 02:01:59] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007311 10.0.0.130 - - [2026-04-06 02:01:59] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.163346 10.0.0.130 - - [2026-04-06 02:01:59] "PUT /access-control-list/4b59d70b-3524-446e-b725-54af2f973fd4 HTTP/1.1" 200 273 0.012226 10.0.0.130 - - [2026-04-06 02:01:59] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013531 10.0.0.130 - - [2026-04-06 02:01:59] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.141354 10.0.0.130 - - [2026-04-06 02:01:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000323 10.0.0.130 - - [2026-04-06 02:01:59] "PUT /access-control-list/4b59d70b-3524-446e-b725-54af2f973fd4 HTTP/1.1" 200 273 0.008041 10.0.0.130 - - [2026-04-06 02:01:59] "POST /fqname-to-id HTTP/1.1" 404 210 0.023385 10.0.0.130 - - [2026-04-06 02:01:59] "GET /projects?obj_uuids=c0bac236-1a98-4824-9cf6-3f87f6034e65&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000865 10.0.0.130 - - [2026-04-06 02:01:59] "POST /fqname-to-id HTTP/1.1" 404 245 0.002914 10.0.0.130 - - [2026-04-06 02:01:59] "POST /access-control-lists HTTP/1.1" 200 609 0.020051 10.0.0.130 - - [2026-04-06 02:01:59] "POST /fqname-to-id HTTP/1.1" 404 244 0.002507 10.0.0.130 - - [2026-04-06 02:01:59] "POST /access-control-lists HTTP/1.1" 200 607 0.016436 10.0.0.130 - - [2026-04-06 02:01:59] "PUT /access-control-list/4cfab19e-db0a-4f80-9878-392e02c32228 HTTP/1.1" 200 273 0.007085 10.0.0.130 - - [2026-04-06 02:01:59] "PUT /access-control-list/76e992f8-e0c2-43db-8cca-a8c2b4758325 HTTP/1.1" 200 273 0.007593 10.0.0.130 - - [2026-04-06 02:02:00] "POST /neutron/security_group HTTP/1.1" 200 1379 0.395875 10.0.0.130 - - [2026-04-06 02:02:00] "PUT /access-control-list/76e992f8-e0c2-43db-8cca-a8c2b4758325 HTTP/1.1" 200 273 0.008151 10.0.0.130 - - [2026-04-06 02:02:00] "GET /projects?obj_uuids=c0bac236-1a98-4824-9cf6-3f87f6034e65&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001247 10.0.0.130 - - [2026-04-06 02:02:00] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.024733 10.0.0.130 - - [2026-04-06 02:02:00] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007997 10.0.0.130 - - [2026-04-06 02:02:00] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.104068 10.0.0.130 - - [2026-04-06 02:02:00] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.007460 10.0.0.130 - - [2026-04-06 02:02:00] "PUT /access-control-list/76e992f8-e0c2-43db-8cca-a8c2b4758325 HTTP/1.1" 200 273 0.011726 10.0.0.130 - - [2026-04-06 02:02:00] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.156022 10.0.0.130 - - [2026-04-06 02:02:00] "POST /fqname-to-id HTTP/1.1" 404 210 0.001748 10.0.0.130 - - [2026-04-06 02:02:00] "PUT /access-control-list/76e992f8-e0c2-43db-8cca-a8c2b4758325 HTTP/1.1" 200 273 0.008397 10.0.0.130 - - [2026-04-06 02:02:00] "GET /projects?obj_uuids=c0bac236-1a98-4824-9cf6-3f87f6034e65&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001269 10.0.0.130 - - [2026-04-06 02:02:00] "POST /fqname-to-id HTTP/1.1" 404 245 0.002215 10.0.0.130 - - [2026-04-06 02:02:00] "POST /access-control-lists HTTP/1.1" 200 609 0.012766 10.0.0.130 - - [2026-04-06 02:02:00] "POST /fqname-to-id HTTP/1.1" 404 244 0.002565 10.0.0.130 - - [2026-04-06 02:02:00] "POST /access-control-lists HTTP/1.1" 200 607 0.014853 10.0.0.130 - - [2026-04-06 02:02:00] "PUT /access-control-list/5cb1954b-817b-4b9d-a8ff-f66970fb75de HTTP/1.1" 200 273 0.006927 10.0.0.130 - - [2026-04-06 02:02:00] "PUT /access-control-list/f8c0a381-1e43-4420-b63d-4c97931e8053 HTTP/1.1" 200 273 0.008295 10.0.0.130 - - [2026-04-06 02:02:00] "POST /neutron/security_group HTTP/1.1" 200 1379 0.312923 10.0.0.130 - - [2026-04-06 02:02:00] "GET /projects?obj_uuids=c0bac236-1a98-4824-9cf6-3f87f6034e65&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000827 10.0.0.130 - - [2026-04-06 02:02:00] "PUT /access-control-list/f8c0a381-1e43-4420-b63d-4c97931e8053 HTTP/1.1" 200 273 0.015254 10.0.0.130 - - [2026-04-06 02:02:00] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.034636 10.0.0.130 - - [2026-04-06 02:02:00] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007774 10.0.0.130 - - [2026-04-06 02:02:00] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.099277 10.0.0.130 - - [2026-04-06 02:02:00] "PUT /access-control-list/f8c0a381-1e43-4420-b63d-4c97931e8053 HTTP/1.1" 200 273 0.009015 10.0.0.130 - - [2026-04-06 02:02:00] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010067 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.134728 10.0.0.130 - - [2026-04-06 02:02:01] "PUT /access-control-list/f8c0a381-1e43-4420-b63d-4c97931e8053 HTTP/1.1" 200 273 0.007126 10.0.0.130 - - [2026-04-06 02:02:01] "GET /projects?obj_uuids=3ac49aa3-56fc-4f9e-9b33-c65f2a77bdb2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000957 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.038321 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.003934 10.0.0.130 - - [2026-04-06 02:02:01] "POST /route-targets HTTP/1.1" 200 328 0.012269 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.006519 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.002743 10.0.0.130 - - [2026-04-06 02:02:01] "PUT /logical-router/5b065f36-2645-4550-811d-c4836b7e77bf HTTP/1.1" 200 263 0.019424 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.003320 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.002415 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.002579 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.002866 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.002466 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.002887 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.002601 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.002667 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.002580 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.002872 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.004828 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.004600 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.003115 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.003107 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.004090 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.003289 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.002968 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.003368 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.003081 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.003190 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.003124 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.002945 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.003199 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.003481 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.003405 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.003019 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.003056 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.002835 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.002944 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.019979 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 541 0.003121 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 542 0.021333 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 542 0.003011 10.0.0.130 - - [2026-04-06 02:02:01] "GET /logical-router/5b065f36-2645-4550-811d-c4836b7e77bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.001981 10.0.0.130 - - [2026-04-06 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 151 0.040143 10.0.0.130 - - [2026-04-06 02:02:01] "GET /projects?obj_uuids=c0bac236-1a98-4824-9cf6-3f87f6034e65&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001113 10.0.0.130 - - [2026-04-06 02:02:01] "DELETE /route-target/2f6e9173-2319-47e6-9955-7a9a70571d28 HTTP/1.1" 200 115 0.019757 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 559 0.040419 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 559 0.003938 10.0.0.130 - - [2026-04-06 02:02:01] "POST /route-targets HTTP/1.1" 200 328 0.014412 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 559 0.002858 10.0.0.130 - - [2026-04-06 02:02:01] "PUT /logical-router/ce094bb4-4ef6-441d-8f8b-8cd5ca804292 HTTP/1.1" 200 263 0.016597 10.0.0.130 - - [2026-04-06 02:02:01] "POST /neutron/router HTTP/1.1" 200 559 0.005680 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.003217 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.003038 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.003099 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.011955 10.0.0.130 - - [2026-04-06 02:02:02] "DELETE /project/ecd5fc2a2ab64bfdb20df0beee39adf6 HTTP/1.1" 404 173 0.008757 10.0.0.130 - - [2026-04-06 02:02:02] "DELETE /project/6caff165f9a647ebb64731b2cc2780ae HTTP/1.1" 404 173 0.004367 10.0.0.130 - - [2026-04-06 02:02:02] "DELETE /project/c0bac2361a9848249cf63f87f6034e65 HTTP/1.1" 404 173 0.002595 10.0.0.130 - - [2026-04-06 02:02:02] "GET /projects?obj_uuids=ecd5fc2a-2ab6-4bfd-b20d-f0beee39adf6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000811 10.0.0.130 - - [2026-04-06 02:02:02] "GET /projects?obj_uuids=ef6eebe1-b99e-44b2-9075-db582281a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000746 10.0.0.130 - - [2026-04-06 02:02:02] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000755 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.005215 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.003364 10.0.0.130 - - [2026-04-06 02:02:02] "GET /project/ecd5fc2a-2ab6-4bfd-b20d-f0beee39adf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.052339 10.0.0.130 - - [2026-04-06 02:02:02] "GET /project/ef6eebe1-b99e-44b2-9075-db582281a0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.054376 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.018217 10.0.0.130 - - [2026-04-06 02:02:02] "GET /project/6caff165-f9a6-47eb-b647-31b2cc2780ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.058388 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.009122 10.0.0.130 - - [2026-04-06 02:02:02] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000796 10.0.0.130 - - [2026-04-06 02:02:02] "GET /projects?obj_uuids=ef6eebe1-b99e-44b2-9075-db582281a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000755 10.0.0.130 - - [2026-04-06 02:02:02] "GET /projects?obj_uuids=ecd5fc2a-2ab6-4bfd-b20d-f0beee39adf6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000727 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.003304 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.003646 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.018187 10.0.0.130 - - [2026-04-06 02:02:02] "GET /project/ecd5fc2a-2ab6-4bfd-b20d-f0beee39adf6?fields=security_groups HTTP/1.1" 200 1349 0.063709 10.0.0.130 - - [2026-04-06 02:02:02] "GET /project/ef6eebe1-b99e-44b2-9075-db582281a0bc?fields=security_groups HTTP/1.1" 200 1407 0.070993 10.0.0.130 - - [2026-04-06 02:02:02] "GET /project/6caff165-f9a6-47eb-b647-31b2cc2780ae?fields=security_groups HTTP/1.1" 200 1399 0.072810 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.010678 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.002473 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.003083 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.002657 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.003321 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.002728 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.005549 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.008173 10.0.0.130 - - [2026-04-06 02:02:02] "DELETE /security-group/065cbae9-f49d-49e7-8105-21774b627ce8 HTTP/1.1" 200 115 0.063665 10.0.0.130 - - [2026-04-06 02:02:02] "GET /projects?obj_uuids=ecd5fc2a-2ab6-4bfd-b20d-f0beee39adf6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000845 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.004674 10.0.0.130 - - [2026-04-06 02:02:02] "DELETE /security-group/16ad1bc5-4113-400c-a8c2-69775c126b23 HTTP/1.1" 200 115 0.068581 10.0.0.130 - - [2026-04-06 02:02:02] "GET /projects?obj_uuids=ef6eebe1-b99e-44b2-9075-db582281a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000863 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.003076 10.0.0.130 - - [2026-04-06 02:02:02] "DELETE /security-group/2a6b3d22-c69a-4141-8532-8cbfefb3a981 HTTP/1.1" 200 115 0.075055 10.0.0.130 - - [2026-04-06 02:02:02] "DELETE /access-control-list/092c5a91-b369-4e9a-90de-7c9ca6a2d043 HTTP/1.1" 200 115 0.057260 10.0.0.130 - - [2026-04-06 02:02:02] "GET /projects?obj_uuids=6caff165-f9a6-47eb-b647-31b2cc2780ae&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000938 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.005313 10.0.0.130 - - [2026-04-06 02:02:02] "GET /project/ecd5fc2a-2ab6-4bfd-b20d-f0beee39adf6?fields=application_policy_sets HTTP/1.1" 200 1388 0.046388 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.002803 10.0.0.130 - - [2026-04-06 02:02:02] "GET /project/6caff165-f9a6-47eb-b647-31b2cc2780ae?fields=application_policy_sets HTTP/1.1" 200 1438 0.043940 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.013988 10.0.0.130 - - [2026-04-06 02:02:02] "DELETE /access-control-list/659b2b47-c7d4-44aa-8a69-a21d2487d652 HTTP/1.1" 200 115 0.044966 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.003429 10.0.0.130 - - [2026-04-06 02:02:02] "GET /project/ef6eebe1-b99e-44b2-9075-db582281a0bc?fields=application_policy_sets HTTP/1.1" 200 1446 0.091555 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.007475 10.0.0.130 - - [2026-04-06 02:02:02] "DELETE /access-control-list/793cb925-2dcc-4955-aad8-882dbba82e87 HTTP/1.1" 200 115 0.035003 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.005144 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.003888 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.003140 10.0.0.130 - - [2026-04-06 02:02:02] "DELETE /access-control-list/e7b8be32-d659-40eb-b4bb-d5f380059522 HTTP/1.1" 200 115 0.043414 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.032711 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.004338 10.0.0.130 - - [2026-04-06 02:02:02] "DELETE /access-control-list/1dcf2cf7-366f-46c4-9604-5688bcbc6451 HTTP/1.1" 200 115 0.051468 10.0.0.130 - - [2026-04-06 02:02:02] "DELETE /project/ecd5fc2a-2ab6-4bfd-b20d-f0beee39adf6 HTTP/1.1" 200 115 0.482134 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.036597 10.0.0.130 - - [2026-04-06 02:02:02] "DELETE /project/6caff165-f9a6-47eb-b647-31b2cc2780ae HTTP/1.1" 200 115 0.507523 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 559 0.005250 10.0.0.130 - - [2026-04-06 02:02:02] "DELETE /access-control-list/26fe2467-6a03-40ce-9743-0ed87553ae37 HTTP/1.1" 200 115 0.045662 10.0.0.130 - - [2026-04-06 02:02:02] "DELETE /project/ef6eebe1-b99e-44b2-9075-db582281a0bc HTTP/1.1" 200 115 0.542200 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 151 0.041898 10.0.0.130 - - [2026-04-06 02:02:02] "GET /logical-router/ce094bb4-4ef6-441d-8f8b-8cd5ca804292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002003 10.0.0.130 - - [2026-04-06 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001889 10.0.0.130 - - [2026-04-06 02:02:02] "GET /projects?obj_uuids=3ac49aa3-56fc-4f9e-9b33-c65f2a77bdb2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001543 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.045021 10.0.0.130 - - [2026-04-06 02:02:02] "DELETE /route-target/7afca27a-d590-4ebd-b2fb-46c6923165b2 HTTP/1.1" 200 115 0.013626 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.005104 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.003119 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.004357 10.0.0.130 - - [2026-04-06 02:02:02] "POST /route-targets HTTP/1.1" 200 328 0.012533 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.003037 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.003387 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.003785 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.004085 10.0.0.130 - - [2026-04-06 02:02:02] "PUT /logical-router/6880dfc9-efa6-4230-90da-97fbbbe2a219 HTTP/1.1" 200 263 0.016683 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.007310 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.003033 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.003291 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.002964 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.002447 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.002783 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.003411 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.003424 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.002717 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.002807 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.003183 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.002813 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.002989 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.002723 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.002613 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.002884 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.002925 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.003224 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.002588 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.002738 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.002818 10.0.0.130 - - [2026-04-06 02:02:02] "POST /neutron/router HTTP/1.1" 200 541 0.002721 10.0.0.130 - - [2026-04-06 02:02:03] "POST /neutron/router HTTP/1.1" 200 541 0.002788 10.0.0.130 - - [2026-04-06 02:02:03] "POST /neutron/router HTTP/1.1" 200 541 0.002702 10.0.0.130 - - [2026-04-06 02:02:03] "POST /neutron/router HTTP/1.1" 200 541 0.002984 10.0.0.130 - - [2026-04-06 02:02:03] "POST /neutron/router HTTP/1.1" 200 541 0.011743 10.0.0.130 - - [2026-04-06 02:02:03] "POST /neutron/router HTTP/1.1" 200 541 0.003066 10.0.0.130 - - [2026-04-06 02:02:03] "POST /neutron/router HTTP/1.1" 200 542 0.017056 10.0.0.130 - - [2026-04-06 02:02:03] "POST /neutron/router HTTP/1.1" 200 542 0.003038 10.0.0.130 - - [2026-04-06 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002376 10.0.0.130 - - [2026-04-06 02:02:03] "POST /neutron/router HTTP/1.1" 200 151 0.042974 10.0.0.130 - - [2026-04-06 02:02:03] "GET /logical-router/6880dfc9-efa6-4230-90da-97fbbbe2a219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003629 10.0.0.130 - - [2026-04-06 02:02:03] "POST /neutron/security_group HTTP/1.1" 200 521 0.004711 10.0.0.130 - - [2026-04-06 02:02:03] "DELETE /route-target/829a835b-a420-42e0-8d4c-09de231cba0f HTTP/1.1" 200 115 0.019676 10.0.0.130 - - [2026-04-06 02:02:03] "POST /neutron/security_group HTTP/1.1" 200 151 0.034271 10.0.0.130 - - [2026-04-06 02:02:03] "DELETE /access-control-list/5cb1954b-817b-4b9d-a8ff-f66970fb75de HTTP/1.1" 200 115 0.017195 10.0.0.130 - - [2026-04-06 02:02:03] "POST /neutron/security_group HTTP/1.1" 200 521 0.005026 10.0.0.130 - - [2026-04-06 02:02:03] "DELETE /access-control-list/f8c0a381-1e43-4420-b63d-4c97931e8053 HTTP/1.1" 200 115 0.023928 10.0.0.130 - - [2026-04-06 02:02:03] "POST /neutron/security_group HTTP/1.1" 200 151 0.039135 10.0.0.130 - - [2026-04-06 02:02:03] "DELETE /access-control-list/4cfab19e-db0a-4f80-9878-392e02c32228 HTTP/1.1" 200 115 0.017819 10.0.0.130 - - [2026-04-06 02:02:03] "POST /neutron/security_group HTTP/1.1" 200 506 0.002823 10.0.0.130 - - [2026-04-06 02:02:03] "DELETE /access-control-list/76e992f8-e0c2-43db-8cca-a8c2b4758325 HTTP/1.1" 200 115 0.022829 10.0.0.130 - - [2026-04-06 02:02:03] "POST /neutron/security_group HTTP/1.1" 200 151 0.037284 10.0.0.130 - - [2026-04-06 02:02:03] "DELETE /access-control-list/8e166471-e973-447c-aecf-d8e0900f304d HTTP/1.1" 200 115 0.016068 10.0.0.130 - - [2026-04-06 02:02:03] "POST /neutron/security_group HTTP/1.1" 200 506 0.003345 10.0.0.130 - - [2026-04-06 02:02:03] "DELETE /access-control-list/4b59d70b-3524-446e-b725-54af2f973fd4 HTTP/1.1" 200 115 0.024765 10.0.0.130 - - [2026-04-06 02:02:03] "POST /neutron/security_group HTTP/1.1" 200 151 0.037735 10.0.0.130 - - [2026-04-06 02:02:03] "DELETE /access-control-list/8b071fcf-96bc-437e-9030-5f0e763d9f42 HTTP/1.1" 200 115 0.018088 10.0.0.130 - - [2026-04-06 02:02:03] "DELETE /access-control-list/0b65cc1e-7680-4af0-a151-ec934a0062d6 HTTP/1.1" 200 115 0.015762 10.0.0.130 - - [2026-04-06 02:02:03] "GET /projects?obj_uuids=c0bac236-1a98-4824-9cf6-3f87f6034e65&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001086 10.0.0.130 - - [2026-04-06 02:02:03] "GET /project/c0bac236-1a98-4824-9cf6-3f87f6034e65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.024780 10.0.0.130 - - [2026-04-06 02:02:03] "GET /projects?obj_uuids=c0bac236-1a98-4824-9cf6-3f87f6034e65&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001008 10.0.0.130 - - [2026-04-06 02:02:03] "GET /project/c0bac236-1a98-4824-9cf6-3f87f6034e65?fields=virtual_networks HTTP/1.1" 200 1025 0.074765 10.0.0.130 - - [2026-04-06 02:02:03] "GET /projects?obj_uuids=c0bac236-1a98-4824-9cf6-3f87f6034e65&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000937 10.0.0.130 - - [2026-04-06 02:02:03] "GET /project/c0bac236-1a98-4824-9cf6-3f87f6034e65?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.022631 10.0.0.130 - - [2026-04-06 02:02:03] "GET /projects?obj_uuids=c0bac236-1a98-4824-9cf6-3f87f6034e65&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001016 10.0.0.130 - - [2026-04-06 02:02:03] "GET /project/c0bac236-1a98-4824-9cf6-3f87f6034e65?fields=security_groups HTTP/1.1" 200 1247 0.022748 10.0.0.130 - - [2026-04-06 02:02:04] "POST /fqname-to-id HTTP/1.1" 404 184 0.023809 10.0.0.130 - - [2026-04-06 02:02:04] "GET /projects?obj_uuids=a7cd19b9-d20f-462a-8e08-cb8903516aac&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002252 10.0.0.130 - - [2026-04-06 02:02:04] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000839 10.0.0.130 - - [2026-04-06 02:02:04] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005582 10.0.0.130 - - [2026-04-06 02:02:04] "POST /id-to-fqname HTTP/1.1" 200 186 0.001092 10.0.0.130 - - [2026-04-06 02:02:04] "POST /fqname-to-id HTTP/1.1" 404 195 0.002644 10.0.0.130 - - [2026-04-06 02:02:04] "POST /security-groups HTTP/1.1" 200 587 0.059481 10.0.0.130 - - [2026-04-06 02:02:04] "POST /fqname-to-id HTTP/1.1" 404 230 0.002737 10.0.0.130 - - [2026-04-06 02:02:04] "POST /projects HTTP/1.1" 200 577 0.204977 10.0.0.130 - - [2026-04-06 02:02:04] "POST /access-control-lists HTTP/1.1" 200 594 0.054990 10.0.0.130 - - [2026-04-06 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.279668 10.0.0.130 - - [2026-04-06 02:02:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.002341 10.0.0.130 - - [2026-04-06 02:02:05] "GET /project/a7cd19b9-d20f-462a-8e08-cb8903516aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.400392 10.0.0.130 - - [2026-04-06 02:02:05] "POST /access-control-lists HTTP/1.1" 200 592 0.068550 10.0.0.130 - - [2026-04-06 02:02:06] "GET / HTTP/1.1" 200 36215 0.001891 10.0.0.130 - - [2026-04-06 02:02:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000422 10.0.0.130 - - [2026-04-06 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.057432 10.0.0.130 - - [2026-04-06 02:02:07] "GET /projects?obj_uuids=a7cd19b9-d20f-462a-8e08-cb8903516aac&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001109 10.0.0.130 - - [2026-04-06 02:02:07] "GET /project/a7cd19b9-d20f-462a-8e08-cb8903516aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.024658 10.0.0.130 - - [2026-04-06 02:02:07] "POST /neutron/network HTTP/1.1" 200 117 0.266001 10.0.0.130 - - [2026-04-06 02:02:07] "GET /projects?obj_uuids=a7cd19b9-d20f-462a-8e08-cb8903516aac&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000867 10.0.0.130 - - [2026-04-06 02:02:07] "GET /obj-perms HTTP/1.1" 200 5075 0.074362 10.0.0.130 - - [2026-04-06 02:02:07] "POST /neutron/network HTTP/1.1" 200 601 0.057568 10.0.0.130 - - [2026-04-06 02:02:07] "POST /route-targets HTTP/1.1" 200 328 0.011231 10.0.0.130 - - [2026-04-06 02:02:07] "POST /ref-update HTTP/1.1" 200 156 0.008943 10.0.0.130 - - [2026-04-06 02:02:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003470 10.0.0.130 - - [2026-04-06 02:02:07] "POST /neutron/subnet HTTP/1.1" 200 730 0.159873 10.0.0.130 - - [2026-04-06 02:02:07] "POST /neutron/network HTTP/1.1" 200 821 0.004498 10.0.0.130 - - [2026-04-06 02:02:07] "POST /id-to-fqname HTTP/1.1" 200 216 0.001231 10.0.0.130 - - [2026-04-06 02:02:07] "GET /virtual-network/590c8a5c-71ac-4cc4-af02-97df46932776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004529 10.0.0.130 - - [2026-04-06 02:02:07] "POST /neutron/network HTTP/1.1" 200 821 0.008843 10.0.0.130 - - [2026-04-06 02:02:07] "GET /virtual-network/590c8a5c-71ac-4cc4-af02-97df46932776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004658 10.0.0.130 - - [2026-04-06 02:02:07] "POST /neutron/network HTTP/1.1" 200 821 0.004631 10.0.0.130 - - [2026-04-06 02:02:07] "POST /neutron/subnet HTTP/1.1" 200 730 0.007338 10.0.0.130 - - [2026-04-06 02:02:07] "POST /fqname-to-id HTTP/1.1" 404 206 0.002117 10.0.0.130 - - [2026-04-06 02:02:07] "GET /virtual-network/590c8a5c-71ac-4cc4-af02-97df46932776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004583 10.0.0.130 - - [2026-04-06 02:02:07] "GET /obj-perms HTTP/1.1" 200 5075 0.043605 10.0.0.130 - - [2026-04-06 02:02:07] "GET /projects?obj_uuids=a7cd19b9-d20f-462a-8e08-cb8903516aac&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001156 10.0.0.130 - - [2026-04-06 02:02:08] "POST /neutron/port HTTP/1.1" 200 1018 0.160337 10.0.0.130 - - [2026-04-06 02:02:08] "GET /virtual-machine-interface/092649bb-a983-437b-982d-fa0afe1fe289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.006247 10.0.0.130 - - [2026-04-06 02:02:08] "GET /virtual-machine-interface/092649bb-a983-437b-982d-fa0afe1fe289?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.006384 10.0.0.130 - - [2026-04-06 02:02:08] "GET /instance-ip/a30b1390-eb38-4dbc-a326-ee08adfd208f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1599 0.003502 10.0.0.130 - - [2026-04-06 02:02:08] "GET /virtual-machine-interface/092649bb-a983-437b-982d-fa0afe1fe289 HTTP/1.1" 401 293 0.000382 10.0.0.130 - - [2026-04-06 02:02:08] "GET /virtual-machine-interface/092649bb-a983-437b-982d-fa0afe1fe289 HTTP/1.1" 200 2610 0.028170 10.0.0.130 - - [2026-04-06 02:02:08] "POST /neutron/port HTTP/1.1" 200 1018 0.007422 10.0.0.130 - - [2026-04-06 02:02:08] "POST /neutron/port HTTP/1.1" 200 151 0.058051 10.0.0.130 - - [2026-04-06 02:02:08] "POST /neutron/network HTTP/1.1" 200 821 0.004415 10.0.0.130 - - [2026-04-06 02:02:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003314 10.0.0.130 - - [2026-04-06 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.130 - - [2026-04-06 02:02:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002586 10.0.0.130 - - [2026-04-06 02:02:08] "POST /neutron/network HTTP/1.1" 200 151 0.069270 10.0.0.130 - - [2026-04-06 02:02:08] "DELETE /route-target/0fdf1a0e-e2e8-48d8-a363-9c0ee0d39f97 HTTP/1.1" 200 115 0.019625 10.0.0.130 - - [2026-04-06 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002490 10.0.0.130 - - [2026-04-06 02:02:09] "GET /projects?obj_uuids=a7cd19b9-d20f-462a-8e08-cb8903516aac&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000800 10.0.0.130 - - [2026-04-06 02:02:09] "GET /project/a7cd19b9-d20f-462a-8e08-cb8903516aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.021808 10.0.0.130 - - [2026-04-06 02:02:09] "POST /neutron/network HTTP/1.1" 200 117 0.007253 10.0.0.130 - - [2026-04-06 02:02:09] "GET /projects?obj_uuids=a7cd19b9-d20f-462a-8e08-cb8903516aac&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001231 10.0.0.130 - - [2026-04-06 02:02:09] "POST /neutron/network HTTP/1.1" 200 603 0.054009 10.0.0.130 - - [2026-04-06 02:02:09] "POST /route-targets HTTP/1.1" 200 328 0.008839 10.0.0.130 - - [2026-04-06 02:02:09] "POST /ref-update HTTP/1.1" 200 156 0.009026 10.0.0.130 - - [2026-04-06 02:02:09] "POST /useragent-kv HTTP/1.1" 200 115 0.005727 10.0.0.130 - - [2026-04-06 02:02:09] "POST /neutron/subnet HTTP/1.1" 200 715 0.183144 10.0.0.130 - - [2026-04-06 02:02:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004911 10.0.0.130 - - [2026-04-06 02:02:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.119630 10.0.0.130 - - [2026-04-06 02:02:09] "POST /neutron/network HTTP/1.1" 200 977 0.006160 10.0.0.130 - - [2026-04-06 02:02:09] "POST /id-to-fqname HTTP/1.1" 200 217 0.000965 10.0.0.130 - - [2026-04-06 02:02:09] "GET /virtual-network/4f335855-43d9-42b7-97f7-02466a84d872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.004338 10.0.0.130 - - [2026-04-06 02:02:09] "POST /neutron/network HTTP/1.1" 200 977 0.006893 10.0.0.130 - - [2026-04-06 02:02:09] "GET /virtual-network/4f335855-43d9-42b7-97f7-02466a84d872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.004563 10.0.0.130 - - [2026-04-06 02:02:09] "POST /neutron/network HTTP/1.1" 200 977 0.006383 10.0.0.130 - - [2026-04-06 02:02:09] "POST /neutron/subnet HTTP/1.1" 200 715 0.014400 10.0.0.130 - - [2026-04-06 02:02:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.005891 10.0.0.130 - - [2026-04-06 02:02:09] "GET /projects?obj_uuids=a7cd19b9-d20f-462a-8e08-cb8903516aac&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000898 10.0.0.130 - - [2026-04-06 02:02:10] "POST /neutron/port HTTP/1.1" 200 1016 0.156903 10.0.0.130 - - [2026-04-06 02:02:10] "GET /projects?obj_uuids=a7cd19b9-d20f-462a-8e08-cb8903516aac&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000907 10.0.0.130 - - [2026-04-06 02:02:10] "POST /neutron/port HTTP/1.1" 200 1019 0.156189 10.0.0.130 - - [2026-04-06 02:02:10] "POST /id-to-fqname HTTP/1.1" 200 217 0.001081 10.0.0.130 - - [2026-04-06 02:02:10] "POST /neutron/port HTTP/1.1" 200 1016 0.007407 10.0.0.130 - - [2026-04-06 02:02:10] "POST /neutron/port HTTP/1.1" 200 1016 0.007533 10.0.0.130 - - [2026-04-06 02:02:10] "POST /neutron/network HTTP/1.1" 200 977 0.005486 10.0.0.130 - - [2026-04-06 02:02:10] "POST /neutron/port HTTP/1.1" 200 1016 0.007354 10.0.0.130 - - [2026-04-06 02:02:10] "POST /neutron/port HTTP/1.1" 200 117 0.004515 10.0.0.130 - - [2026-04-06 02:02:10] "POST /neutron/port HTTP/1.1" 200 117 0.004177 10.0.0.130 - - [2026-04-06 02:02:10] "POST /id-to-fqname HTTP/1.1" 200 217 0.001075 10.0.0.130 - - [2026-04-06 02:02:10] "POST /neutron/port HTTP/1.1" 200 117 0.004693 10.0.0.130 - - [2026-04-06 02:02:10] "POST /neutron/port HTTP/1.1" 200 1019 0.008438 10.0.0.130 - - [2026-04-06 02:02:10] "POST /neutron/port HTTP/1.1" 200 1019 0.006880 10.0.0.130 - - [2026-04-06 02:02:10] "POST /neutron/network HTTP/1.1" 200 977 0.006769 10.0.0.130 - - [2026-04-06 02:02:10] "POST /neutron/port HTTP/1.1" 200 1019 0.006790 10.0.0.130 - - [2026-04-06 02:02:10] "POST /neutron/port HTTP/1.1" 200 1016 0.011821 10.0.0.130 - - [2026-04-06 02:02:10] "POST /neutron/port HTTP/1.1" 200 1019 0.007357 10.0.0.130 - - [2026-04-06 02:02:11] "POST /neutron/port HTTP/1.1" 200 117 0.004870 10.0.0.130 - - [2026-04-06 02:02:11] "POST /neutron/port HTTP/1.1" 200 117 0.004412 10.0.0.130 - - [2026-04-06 02:02:11] "POST /neutron/port HTTP/1.1" 200 117 0.004390 10.0.0.130 - - [2026-04-06 02:02:11] "POST /neutron/port HTTP/1.1" 200 1019 0.011580 10.0.0.130 - - [2026-04-06 02:02:11] "POST /neutron/network HTTP/1.1" 200 987 0.004504 10.0.0.130 - - [2026-04-06 02:02:11] "POST /neutron/port HTTP/1.1" 200 1019 0.007731 10.0.0.130 - - [2026-04-06 02:02:11] "POST /neutron/port HTTP/1.1" 200 1019 0.007787 10.0.0.130 - - [2026-04-06 02:02:11] "POST /neutron/port HTTP/1.1" 200 1016 0.016215 10.0.0.130 - - [2026-04-06 02:02:11] "POST /neutron/network HTTP/1.1" 200 987 0.014509 10.0.0.130 - - [2026-04-06 02:02:11] "POST /neutron/port HTTP/1.1" 200 1111 0.091471 10.0.0.130 - - [2026-04-06 02:02:11] "POST /neutron/port HTTP/1.1" 200 1016 0.007032 10.0.0.130 - - [2026-04-06 02:02:11] "POST /neutron/port HTTP/1.1" 200 1016 0.009068 10.0.0.130 - - [2026-04-06 02:02:11] "POST /neutron/port HTTP/1.1" 200 1121 0.013460 10.0.0.130 - - [2026-04-06 02:02:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003729 10.0.0.130 - - [2026-04-06 02:02:11] "POST /neutron/port HTTP/1.1" 200 1108 0.075175 10.0.0.130 - - [2026-04-06 02:02:11] "POST /neutron/subnet HTTP/1.1" 200 703 0.008133 10.0.0.130 - - [2026-04-06 02:02:11] "POST /neutron/port HTTP/1.1" 200 117 0.001041 10.0.0.130 - - [2026-04-06 02:02:11] "POST /neutron/network HTTP/1.1" 200 977 0.008236 10.0.0.130 - - [2026-04-06 02:02:11] "POST /neutron/port HTTP/1.1" 200 1118 0.013090 10.0.0.130 - - [2026-04-06 02:02:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005391 10.0.0.130 - - [2026-04-06 02:02:11] "POST /neutron/subnet HTTP/1.1" 200 689 0.007414 10.0.0.130 - - [2026-04-06 02:02:12] "POST /neutron/port HTTP/1.1" 200 117 0.001058 10.0.0.130 - - [2026-04-06 02:02:12] "POST /neutron/network HTTP/1.1" 200 977 0.010479 10.0.0.130 - - [2026-04-06 02:02:16] "POST /neutron/port HTTP/1.1" 200 1118 0.011465 10.0.0.130 - - [2026-04-06 02:02:16] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005272 10.0.0.130 - - [2026-04-06 02:02:16] "POST /neutron/port HTTP/1.1" 200 1118 0.011355 10.0.0.130 - - [2026-04-06 02:02:16] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005619 10.0.0.130 - - [2026-04-06 02:02:16] "POST /neutron/port HTTP/1.1" 200 1118 0.013015 10.0.0.130 - - [2026-04-06 02:02:16] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004723 10.0.0.130 - - [2026-04-06 02:02:16] "GET /virtual-machine/4f3e4b0c-5c5e-4e79-83a1-5dc013f192cd HTTP/1.1" 200 1285 0.003777 10.0.0.130 - - [2026-04-06 02:02:16] "GET /virtual-machine-interface/60021f28-a514-4364-a9e9-0f8a0c228a36 HTTP/1.1" 200 2931 0.004081 10.0.0.130 - - [2026-04-06 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002496 10.0.0.130 - - [2026-04-06 02:02:16] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003074 10.0.0.130 - - [2026-04-06 02:02:16] "GET /virtual-networks?parent_id=a7cd19b9-d20f-462a-8e08-cb8903516aac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002695 10.0.0.130 - - [2026-04-06 02:02:16] "GET /virtual-network/4f335855-43d9-42b7-97f7-02466a84d872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006781 10.0.0.130 - - [2026-04-06 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.130 - - [2026-04-06 02:02:19] "GET /virtual-network/4f335855-43d9-42b7-97f7-02466a84d872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.004642 10.0.0.130 - - [2026-04-06 02:02:20] "POST /neutron/port HTTP/1.1" 200 1121 0.016832 10.0.0.130 - - [2026-04-06 02:02:20] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004581 10.0.0.130 - - [2026-04-06 02:02:20] "POST /neutron/port HTTP/1.1" 200 1118 0.010088 10.0.0.130 - - [2026-04-06 02:02:20] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005429 10.0.0.130 - - [2026-04-06 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002709 10.0.0.130 - - [2026-04-06 02:02:21] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008727 10.0.0.130 - - [2026-04-06 02:02:21] "GET /virtual-networks?parent_id=a7cd19b9-d20f-462a-8e08-cb8903516aac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004396 10.0.0.130 - - [2026-04-06 02:02:21] "GET /virtual-network/4f335855-43d9-42b7-97f7-02466a84d872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.004976 10.0.0.130 - - [2026-04-06 02:02:22] "POST /neutron/port HTTP/1.1" 200 1121 0.011018 10.0.0.130 - - [2026-04-06 02:02:22] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005078 10.0.0.130 - - [2026-04-06 02:02:22] "POST /neutron/port HTTP/1.1" 200 1121 0.010052 10.0.0.130 - - [2026-04-06 02:02:22] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006248 10.0.0.130 - - [2026-04-06 02:02:22] "POST /neutron/port HTTP/1.1" 200 1121 0.011925 10.0.0.130 - - [2026-04-06 02:02:22] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005758 10.0.0.130 - - [2026-04-06 02:02:22] "GET /virtual-machine/a3c11b8c-e748-4aa8-b650-b597cc7bf4f1 HTTP/1.1" 200 1287 0.006832 10.0.0.130 - - [2026-04-06 02:02:22] "GET /virtual-machine-interface/f1892ee9-1b68-4b78-a809-79e11c5d0df2 HTTP/1.1" 200 2932 0.004256 10.0.0.130 - - [2026-04-06 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.130 - - [2026-04-06 02:02:22] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003330 10.0.0.130 - - [2026-04-06 02:02:22] "GET /virtual-networks?parent_id=a7cd19b9-d20f-462a-8e08-cb8903516aac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002518 10.0.0.130 - - [2026-04-06 02:02:22] "GET /virtual-network/4f335855-43d9-42b7-97f7-02466a84d872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.004785 10.0.0.130 - - [2026-04-06 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.130 - - [2026-04-06 02:02:23] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002715 10.0.0.130 - - [2026-04-06 02:02:23] "GET /virtual-networks?parent_id=a7cd19b9-d20f-462a-8e08-cb8903516aac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002563 10.0.0.130 - - [2026-04-06 02:02:23] "GET /virtual-network/4f335855-43d9-42b7-97f7-02466a84d872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.004735 10.0.0.130 - - [2026-04-06 02:02:27] "POST /neutron/port HTTP/1.1" 200 1111 0.009027 10.0.0.130 - - [2026-04-06 02:02:27] "POST /neutron/port HTTP/1.1" 200 1111 0.010435 10.0.0.130 - - [2026-04-06 02:02:27] "POST /neutron/port HTTP/1.1" 200 151 0.093649 10.0.0.130 - - [2026-04-06 02:02:27] "POST /neutron/port HTTP/1.1" 200 1108 0.013853 10.0.0.130 - - [2026-04-06 02:02:27] "POST /neutron/port HTTP/1.1" 200 1108 0.013518 10.0.0.130 - - [2026-04-06 02:02:28] "POST /neutron/port HTTP/1.1" 200 151 0.156339 10.0.0.130 - - [2026-04-06 02:02:28] "POST /neutron/network HTTP/1.1" 200 977 0.011643 10.0.0.130 - - [2026-04-06 02:02:28] "POST /neutron/port HTTP/1.1" 200 117 0.004681 10.0.0.130 - - [2026-04-06 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.130 - - [2026-04-06 02:02:28] "POST /neutron/port HTTP/1.1" 400 205 0.002934 10.0.0.130 - - [2026-04-06 02:02:28] "POST /useragent-kv HTTP/1.1" 200 115 0.008067 10.0.0.130 - - [2026-04-06 02:02:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002627 10.0.0.130 - - [2026-04-06 02:02:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002368 10.0.0.130 - - [2026-04-06 02:02:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002579 10.0.0.130 - - [2026-04-06 02:02:28] "DELETE /route-target/724cff7b-c814-4c37-a12d-c64454474d9d HTTP/1.1" 200 115 0.046101 10.0.0.130 - - [2026-04-06 02:02:28] "POST /neutron/network HTTP/1.1" 200 151 0.137851 10.0.0.130 - - [2026-04-06 02:02:28] "GET /projects?obj_uuids=a7cd19b9-d20f-462a-8e08-cb8903516aac&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000890 10.0.0.130 - - [2026-04-06 02:02:28] "GET /project/a7cd19b9-d20f-462a-8e08-cb8903516aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.023537 10.0.0.130 - - [2026-04-06 02:02:28] "GET /projects?obj_uuids=a7cd19b9-d20f-462a-8e08-cb8903516aac&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001283 10.0.0.130 - - [2026-04-06 02:02:28] "GET /project/a7cd19b9-d20f-462a-8e08-cb8903516aac?fields=virtual_networks HTTP/1.1" 200 1027 0.063291 10.0.0.130 - - [2026-04-06 02:02:28] "GET /projects?obj_uuids=a7cd19b9-d20f-462a-8e08-cb8903516aac&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000871 10.0.0.130 - - [2026-04-06 02:02:28] "GET /project/a7cd19b9-d20f-462a-8e08-cb8903516aac?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.027041 10.0.0.130 - - [2026-04-06 02:02:28] "GET /projects?obj_uuids=a7cd19b9-d20f-462a-8e08-cb8903516aac&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001052 10.0.0.130 - - [2026-04-06 02:02:28] "GET /project/a7cd19b9-d20f-462a-8e08-cb8903516aac?fields=security_groups HTTP/1.1" 200 1250 0.022861 10.0.0.130 - - [2026-04-06 02:02:29] "POST /fqname-to-id HTTP/1.1" 404 186 0.027709 10.0.0.130 - - [2026-04-06 02:02:29] "GET /projects?obj_uuids=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002160 10.0.0.130 - - [2026-04-06 02:02:29] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000934 10.0.0.130 - - [2026-04-06 02:02:29] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006613 10.0.0.130 - - [2026-04-06 02:02:29] "POST /id-to-fqname HTTP/1.1" 200 188 0.000994 10.0.0.130 - - [2026-04-06 02:02:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.001675 10.0.0.130 - - [2026-04-06 02:02:29] "POST /security-groups HTTP/1.1" 200 589 0.060453 10.0.0.130 - - [2026-04-06 02:02:29] "POST /fqname-to-id HTTP/1.1" 404 232 0.002120 10.0.0.130 - - [2026-04-06 02:02:29] "POST /projects HTTP/1.1" 200 581 0.203829 10.0.0.130 - - [2026-04-06 02:02:29] "POST /access-control-lists HTTP/1.1" 200 596 0.057135 10.0.0.130 - - [2026-04-06 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.276276 10.0.0.130 - - [2026-04-06 02:02:30] "POST /fqname-to-id HTTP/1.1" 404 231 0.002397 10.0.0.130 - - [2026-04-06 02:02:30] "GET /project/77b66304-4f99-47c0-9e45-955cd83dfb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.391474 10.0.0.130 - - [2026-04-06 02:02:30] "POST /access-control-lists HTTP/1.1" 200 594 0.056448 10.0.0.130 - - [2026-04-06 02:02:31] "GET / HTTP/1.1" 200 36215 0.001813 10.0.0.130 - - [2026-04-06 02:02:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000451 10.0.0.130 - - [2026-04-06 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.057685 10.0.0.130 - - [2026-04-06 02:02:32] "GET /projects?obj_uuids=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000914 10.0.0.130 - - [2026-04-06 02:02:32] "GET /project/77b66304-4f99-47c0-9e45-955cd83dfb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.025994 10.0.0.130 - - [2026-04-06 02:02:32] "POST /neutron/network HTTP/1.1" 200 117 0.030441 10.0.0.130 - - [2026-04-06 02:02:32] "GET /projects?obj_uuids=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001001 10.0.0.130 - - [2026-04-06 02:02:32] "POST /neutron/network HTTP/1.1" 200 605 0.059523 10.0.0.130 - - [2026-04-06 02:02:32] "POST /route-targets HTTP/1.1" 200 328 0.009671 10.0.0.130 - - [2026-04-06 02:02:32] "POST /ref-update HTTP/1.1" 200 156 0.009425 10.0.0.130 - - [2026-04-06 02:02:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003421 10.0.0.130 - - [2026-04-06 02:02:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.188345 10.0.0.130 - - [2026-04-06 02:02:32] "POST /neutron/network HTTP/1.1" 200 823 0.005464 10.0.0.130 - - [2026-04-06 02:02:32] "POST /id-to-fqname HTTP/1.1" 200 219 0.001454 10.0.0.130 - - [2026-04-06 02:02:32] "GET /virtual-network/a2426ac0-1c26-4555-ab40-311c4e636e69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004032 10.0.0.130 - - [2026-04-06 02:02:32] "POST /neutron/network HTTP/1.1" 200 823 0.004544 10.0.0.130 - - [2026-04-06 02:02:32] "GET /virtual-network/a2426ac0-1c26-4555-ab40-311c4e636e69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004630 10.0.0.130 - - [2026-04-06 02:02:32] "POST /neutron/network HTTP/1.1" 200 823 0.004564 10.0.0.130 - - [2026-04-06 02:02:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.006386 10.0.0.130 - - [2026-04-06 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002325 10.0.0.130 - - [2026-04-06 02:02:32] "GET /projects?obj_uuids=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001024 10.0.0.130 - - [2026-04-06 02:02:32] "GET /project/77b66304-4f99-47c0-9e45-955cd83dfb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.023582 10.0.0.130 - - [2026-04-06 02:02:32] "POST /neutron/network HTTP/1.1" 200 117 0.009411 10.0.0.130 - - [2026-04-06 02:02:32] "GET /projects?obj_uuids=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000894 10.0.0.130 - - [2026-04-06 02:02:32] "POST /neutron/network HTTP/1.1" 200 605 0.070404 10.0.0.130 - - [2026-04-06 02:02:32] "POST /route-targets HTTP/1.1" 200 328 0.021434 10.0.0.130 - - [2026-04-06 02:02:32] "POST /ref-update HTTP/1.1" 200 156 0.017299 10.0.0.130 - - [2026-04-06 02:02:33] "POST /neutron/port HTTP/1.1" 200 117 0.004323 10.0.0.130 - - [2026-04-06 02:02:33] "POST /neutron/port HTTP/1.1" 400 205 0.002815 10.0.0.130 - - [2026-04-06 02:02:33] "POST /useragent-kv HTTP/1.1" 200 115 0.005876 10.0.0.130 - - [2026-04-06 02:02:33] "POST /neutron/subnet HTTP/1.1" 200 734 0.238872 10.0.0.130 - - [2026-04-06 02:02:33] "POST /neutron/network HTTP/1.1" 200 826 0.014041 10.0.0.130 - - [2026-04-06 02:02:33] "POST /id-to-fqname HTTP/1.1" 200 219 0.001146 10.0.0.130 - - [2026-04-06 02:02:33] "GET /virtual-network/cada8f8d-5f59-48b0-9823-80612fdcd15f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004409 10.0.0.130 - - [2026-04-06 02:02:33] "POST /neutron/network HTTP/1.1" 200 826 0.005789 10.0.0.130 - - [2026-04-06 02:02:33] "GET /virtual-network/cada8f8d-5f59-48b0-9823-80612fdcd15f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005421 10.0.0.130 - - [2026-04-06 02:02:33] "POST /neutron/network HTTP/1.1" 200 826 0.005819 10.0.0.130 - - [2026-04-06 02:02:33] "POST /neutron/subnet HTTP/1.1" 200 734 0.006124 10.0.0.130 - - [2026-04-06 02:02:33] "POST /id-to-fqname HTTP/1.1" 200 219 0.000999 10.0.0.130 - - [2026-04-06 02:02:33] "POST /neutron/network HTTP/1.1" 200 833 0.004778 10.0.0.130 - - [2026-04-06 02:02:33] "GET /aaa-mode HTTP/1.1" 401 293 0.000345 10.0.0.130 - - [2026-04-06 02:02:33] "GET / HTTP/1.1" 200 36215 0.001536 10.0.0.130 - - [2026-04-06 02:02:33] "GET /project/77b66304-4f99-47c0-9e45-955cd83dfb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000343 10.0.0.130 - - [2026-04-06 02:02:34] "GET /projects?obj_uuids=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000905 10.0.0.130 - - [2026-04-06 02:02:34] "GET /project/77b66304-4f99-47c0-9e45-955cd83dfb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.046227 10.0.0.130 - - [2026-04-06 02:02:34] "POST /neutron/network HTTP/1.1" 200 823 0.004671 10.0.0.130 - - [2026-04-06 02:02:34] "POST /neutron/port HTTP/1.1" 200 117 0.004725 10.0.0.130 - - [2026-04-06 02:02:34] "POST /neutron/port HTTP/1.1" 200 117 0.005572 10.0.0.130 - - [2026-04-06 02:02:34] "POST /id-to-fqname HTTP/1.1" 200 219 0.001499 10.0.0.130 - - [2026-04-06 02:02:34] "POST /neutron/port HTTP/1.1" 200 117 0.004349 10.0.0.130 - - [2026-04-06 02:02:34] "POST /neutron/network HTTP/1.1" 200 836 0.004991 10.0.0.130 - - [2026-04-06 02:02:34] "GET /aaa-mode HTTP/1.1" 401 293 0.000392 10.0.0.130 - - [2026-04-06 02:02:34] "POST /neutron/network HTTP/1.1" 200 833 0.004723 10.0.0.130 - - [2026-04-06 02:02:34] "GET /projects?obj_uuids=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002334 10.0.0.130 - - [2026-04-06 02:02:35] "GET / HTTP/1.1" 200 36215 0.001451 10.0.0.130 - - [2026-04-06 02:02:35] "GET /project/77b66304-4f99-47c0-9e45-955cd83dfb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000388 10.0.0.130 - - [2026-04-06 02:02:35] "POST /neutron/port HTTP/1.1" 200 1057 0.218291 10.0.0.130 - - [2026-04-06 02:02:35] "POST /neutron/port HTTP/1.1" 200 1057 0.008665 10.0.0.130 - - [2026-04-06 02:02:35] "POST /neutron/port HTTP/1.1" 200 1057 0.007860 10.0.0.130 - - [2026-04-06 02:02:35] "POST /neutron/port HTTP/1.1" 200 1111 0.058759 10.0.0.130 - - [2026-04-06 02:02:35] "POST /neutron/port HTTP/1.1" 200 1121 0.010681 10.0.0.130 - - [2026-04-06 02:02:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003097 10.0.0.130 - - [2026-04-06 02:02:35] "POST /neutron/subnet HTTP/1.1" 200 694 0.007001 10.0.0.130 - - [2026-04-06 02:02:35] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.130 - - [2026-04-06 02:02:35] "POST /neutron/network HTTP/1.1" 200 823 0.005178 10.0.0.130 - - [2026-04-06 02:02:35] "GET /projects?obj_uuids=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001210 10.0.0.130 - - [2026-04-06 02:02:35] "GET /project/77b66304-4f99-47c0-9e45-955cd83dfb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.052192 10.0.0.130 - - [2026-04-06 02:02:35] "POST /neutron/network HTTP/1.1" 200 826 0.005224 10.0.0.130 - - [2026-04-06 02:02:35] "POST /neutron/port HTTP/1.1" 200 1121 0.018729 10.0.0.130 - - [2026-04-06 02:02:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010113 10.0.0.130 - - [2026-04-06 02:02:35] "POST /neutron/port HTTP/1.1" 200 117 0.007032 10.0.0.130 - - [2026-04-06 02:02:35] "GET /projects?obj_uuids=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000894 10.0.0.130 - - [2026-04-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 580 0.046336 10.0.0.130 - - [2026-04-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 580 0.004616 10.0.0.130 - - [2026-04-06 02:02:35] "POST /route-targets HTTP/1.1" 200 328 0.016674 10.0.0.130 - - [2026-04-06 02:02:35] "GET /projects?obj_uuids=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001209 10.0.0.130 - - [2026-04-06 02:02:35] "PUT /logical-router/06b79745-e1c9-414b-a0ef-8e2da78b8154 HTTP/1.1" 200 263 0.023019 10.0.0.130 - - [2026-04-06 02:02:35] "POST /neutron/router HTTP/1.1" 200 344 0.229884 10.0.0.130 - - [2026-04-06 02:02:35] "POST /ref-update HTTP/1.1" 200 156 0.013153 10.0.0.130 - - [2026-04-06 02:02:36] "POST /neutron/port HTTP/1.1" 200 1121 0.011008 10.0.0.130 - - [2026-04-06 02:02:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006719 10.0.0.130 - - [2026-04-06 02:02:36] "POST /neutron/network HTTP/1.1" 200 836 0.010485 10.0.0.130 - - [2026-04-06 02:02:36] "GET /projects?obj_uuids=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001363 10.0.0.130 - - [2026-04-06 02:02:36] "POST /neutron/port HTTP/1.1" 200 1060 0.206816 10.0.0.130 - - [2026-04-06 02:02:36] "POST /neutron/port HTTP/1.1" 200 1060 0.011757 10.0.0.130 - - [2026-04-06 02:02:36] "POST /neutron/port HTTP/1.1" 200 1060 0.008559 10.0.0.130 - - [2026-04-06 02:02:36] "POST /neutron/port HTTP/1.1" 200 1114 0.063966 10.0.0.130 - - [2026-04-06 02:02:36] "POST /neutron/port HTTP/1.1" 200 1124 0.014101 10.0.0.130 - - [2026-04-06 02:02:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005225 10.0.0.130 - - [2026-04-06 02:02:36] "POST /neutron/subnet HTTP/1.1" 200 708 0.006955 10.0.0.130 - - [2026-04-06 02:02:36] "POST /neutron/port HTTP/1.1" 200 117 0.001540 10.0.0.130 - - [2026-04-06 02:02:36] "POST /neutron/network HTTP/1.1" 200 826 0.005042 10.0.0.130 - - [2026-04-06 02:02:41] "POST /neutron/port HTTP/1.1" 200 1121 0.013360 10.0.0.130 - - [2026-04-06 02:02:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004618 10.0.0.130 - - [2026-04-06 02:02:41] "POST /neutron/port HTTP/1.1" 200 1121 0.010989 10.0.0.130 - - [2026-04-06 02:02:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006775 10.0.0.130 - - [2026-04-06 02:02:41] "POST /neutron/port HTTP/1.1" 200 1121 0.011141 10.0.0.130 - - [2026-04-06 02:02:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006284 10.0.0.130 - - [2026-04-06 02:02:41] "GET /virtual-machine/1120b3f5-5300-4a32-81de-8ed75eb3d322 HTTP/1.1" 401 293 0.000438 10.0.0.130 - - [2026-04-06 02:02:41] "GET /virtual-machine/1120b3f5-5300-4a32-81de-8ed75eb3d322 HTTP/1.1" 200 1291 0.026168 10.0.0.130 - - [2026-04-06 02:02:41] "GET /virtual-machine-interface/4518619f-5be7-46d3-a832-6f976ecefaca HTTP/1.1" 200 2941 0.004291 10.0.0.130 - - [2026-04-06 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.130 - - [2026-04-06 02:02:41] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002976 10.0.0.130 - - [2026-04-06 02:02:41] "GET /virtual-networks?parent_id=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002592 10.0.0.130 - - [2026-04-06 02:02:41] "GET /virtual-network/a2426ac0-1c26-4555-ab40-311c4e636e69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005278 10.0.0.130 - - [2026-04-06 02:02:43] "POST /neutron/port HTTP/1.1" 200 1121 0.009989 10.0.0.130 - - [2026-04-06 02:02:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.003813 10.0.0.130 - - [2026-04-06 02:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.130 - - [2026-04-06 02:02:44] "GET /virtual-network/a2426ac0-1c26-4555-ab40-311c4e636e69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004736 10.0.0.130 - - [2026-04-06 02:02:44] "POST /neutron/port HTTP/1.1" 200 1124 0.012502 10.0.0.130 - - [2026-04-06 02:02:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004680 10.0.0.130 - - [2026-04-06 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002564 10.0.0.130 - - [2026-04-06 02:02:46] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002561 10.0.0.130 - - [2026-04-06 02:02:47] "GET /virtual-networks?parent_id=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002744 10.0.0.130 - - [2026-04-06 02:02:47] "GET /virtual-network/a2426ac0-1c26-4555-ab40-311c4e636e69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004932 10.0.0.130 - - [2026-04-06 02:02:47] "POST /neutron/port HTTP/1.1" 200 1121 0.016490 10.0.0.130 - - [2026-04-06 02:02:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005288 10.0.0.130 - - [2026-04-06 02:02:52] "POST /neutron/port HTTP/1.1" 200 1124 0.010609 10.0.0.130 - - [2026-04-06 02:02:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005013 10.0.0.130 - - [2026-04-06 02:02:52] "POST /neutron/port HTTP/1.1" 200 1124 0.012183 10.0.0.130 - - [2026-04-06 02:02:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005156 10.0.0.130 - - [2026-04-06 02:02:52] "POST /neutron/port HTTP/1.1" 200 1124 0.011711 10.0.0.130 - - [2026-04-06 02:02:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004897 10.0.0.130 - - [2026-04-06 02:02:52] "GET /virtual-machine/5964fc55-d1f4-4852-a5b8-b34da9d2eedc HTTP/1.1" 200 1292 0.003633 10.0.0.130 - - [2026-04-06 02:02:52] "GET /virtual-machine-interface/2a4bf4b1-3be8-4dd7-8e5c-eac31fcd8926 HTTP/1.1" 200 2941 0.003845 10.0.0.130 - - [2026-04-06 02:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002429 10.0.0.130 - - [2026-04-06 02:02:52] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002967 10.0.0.130 - - [2026-04-06 02:02:52] "GET /virtual-networks?parent_id=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002487 10.0.0.130 - - [2026-04-06 02:02:52] "GET /virtual-network/cada8f8d-5f59-48b0-9823-80612fdcd15f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005009 10.0.0.130 - - [2026-04-06 02:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.130 - - [2026-04-06 02:02:53] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002464 10.0.0.130 - - [2026-04-06 02:02:53] "GET /virtual-networks?parent_id=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002536 10.0.0.130 - - [2026-04-06 02:02:53] "GET /virtual-network/cada8f8d-5f59-48b0-9823-80612fdcd15f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004468 10.0.0.130 - - [2026-04-06 02:02:59] "POST /neutron/router HTTP/1.1" 200 580 0.003187 10.0.0.130 - - [2026-04-06 02:02:59] "GET /projects?obj_uuids=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.130 - - [2026-04-06 02:02:59] "POST /neutron/router HTTP/1.1" 200 344 0.175974 10.0.0.130 - - [2026-04-06 02:02:59] "POST /neutron/port HTTP/1.1" 200 1921 0.019594 10.0.0.130 - - [2026-04-06 02:02:59] "POST /ref-update HTTP/1.1" 200 156 0.007398 10.0.0.130 - - [2026-04-06 02:03:02] "DELETE /project/a7cd19b9d20f462a8e08cb8903516aac HTTP/1.1" 404 173 0.010646 10.0.0.130 - - [2026-04-06 02:03:02] "DELETE /project/77b663044f9947c09e45955cd83dfb98 HTTP/1.1" 404 173 0.009541 10.0.0.130 - - [2026-04-06 02:03:02] "GET /projects?obj_uuids=a7cd19b9-d20f-462a-8e08-cb8903516aac&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000810 10.0.0.130 - - [2026-04-06 02:03:02] "GET /projects?obj_uuids=c0bac236-1a98-4824-9cf6-3f87f6034e65&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000724 10.0.0.130 - - [2026-04-06 02:03:02] "GET /project/c0bac236-1a98-4824-9cf6-3f87f6034e65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.030657 10.0.0.130 - - [2026-04-06 02:03:02] "GET /project/a7cd19b9-d20f-462a-8e08-cb8903516aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.037388 10.0.0.130 - - [2026-04-06 02:03:02] "GET /projects?obj_uuids=a7cd19b9-d20f-462a-8e08-cb8903516aac&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001164 10.0.0.130 - - [2026-04-06 02:03:02] "GET /projects?obj_uuids=c0bac236-1a98-4824-9cf6-3f87f6034e65&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000769 10.0.0.130 - - [2026-04-06 02:03:02] "GET /project/c0bac236-1a98-4824-9cf6-3f87f6034e65?fields=security_groups HTTP/1.1" 200 1349 0.027239 10.0.0.130 - - [2026-04-06 02:03:02] "GET /project/a7cd19b9-d20f-462a-8e08-cb8903516aac?fields=security_groups HTTP/1.1" 200 1352 0.031218 10.0.0.130 - - [2026-04-06 02:03:02] "DELETE /security-group/8afb35a1-8bd3-4dba-921b-cae42e8ba4d3 HTTP/1.1" 200 115 0.040763 10.0.0.130 - - [2026-04-06 02:03:02] "GET /projects?obj_uuids=c0bac236-1a98-4824-9cf6-3f87f6034e65&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000873 10.0.0.130 - - [2026-04-06 02:03:02] "DELETE /security-group/789f6c58-a357-4f0c-aa6b-898eb595cff4 HTTP/1.1" 200 115 0.045129 10.0.0.130 - - [2026-04-06 02:03:02] "DELETE /access-control-list/a138bd16-72ba-4447-b24b-76cb98072f1b HTTP/1.1" 200 115 0.031259 10.0.0.130 - - [2026-04-06 02:03:02] "GET /projects?obj_uuids=a7cd19b9-d20f-462a-8e08-cb8903516aac&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000779 10.0.0.130 - - [2026-04-06 02:03:02] "GET /project/c0bac236-1a98-4824-9cf6-3f87f6034e65?fields=application_policy_sets HTTP/1.1" 200 1388 0.032271 10.0.0.130 - - [2026-04-06 02:03:02] "DELETE /access-control-list/33adc6cf-da0f-41b9-830e-769c5fff97ea HTTP/1.1" 200 115 0.022505 10.0.0.130 - - [2026-04-06 02:03:02] "DELETE /access-control-list/09c130d5-010d-4832-a5a7-34d6847e5179 HTTP/1.1" 200 115 0.016328 10.0.0.130 - - [2026-04-06 02:03:02] "DELETE /access-control-list/15860b6a-e933-4554-a8f3-f58d91f05e00 HTTP/1.1" 200 115 0.017317 10.0.0.130 - - [2026-04-06 02:03:02] "GET /project/a7cd19b9-d20f-462a-8e08-cb8903516aac?fields=application_policy_sets HTTP/1.1" 200 1391 0.077918 10.0.0.130 - - [2026-04-06 02:03:02] "DELETE /project/c0bac236-1a98-4824-9cf6-3f87f6034e65 HTTP/1.1" 200 115 0.299991 10.0.0.130 - - [2026-04-06 02:03:02] "DELETE /project/a7cd19b9-d20f-462a-8e08-cb8903516aac HTTP/1.1" 200 115 0.337966 10.0.0.130 - - [2026-04-06 02:03:05] "POST /neutron/router HTTP/1.1" 200 580 0.003268 10.0.0.130 - - [2026-04-06 02:03:05] "POST /ref-update HTTP/1.1" 200 156 0.012527 10.0.0.130 - - [2026-04-06 02:03:05] "POST /neutron/router HTTP/1.1" 200 344 0.102906 10.0.0.130 - - [2026-04-06 02:03:08] "GET /obj-perms HTTP/1.1" 200 5075 0.056347 10.0.0.130 - - [2026-04-06 02:03:08] "GET /obj-perms HTTP/1.1" 200 5075 0.047518 10.0.0.130 - - [2026-04-06 02:03:09] "POST /neutron/router HTTP/1.1" 200 580 0.004742 10.0.0.130 - - [2026-04-06 02:03:09] "GET /projects?obj_uuids=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000884 10.0.0.130 - - [2026-04-06 02:03:09] "POST /neutron/router HTTP/1.1" 200 344 0.176236 10.0.0.130 - - [2026-04-06 02:03:09] "POST /ref-update HTTP/1.1" 200 156 0.009048 10.0.0.130 - - [2026-04-06 02:03:11] "POST /neutron/router HTTP/1.1" 200 580 0.005346 10.0.0.130 - - [2026-04-06 02:03:11] "POST /ref-update HTTP/1.1" 200 156 0.014369 10.0.0.130 - - [2026-04-06 02:03:11] "POST /neutron/router HTTP/1.1" 200 344 0.110524 10.0.0.130 - - [2026-04-06 02:03:11] "POST /neutron/router HTTP/1.1" 200 580 0.006293 10.0.0.130 - - [2026-04-06 02:03:11] "POST /ref-update HTTP/1.1" 200 156 0.011129 10.0.0.130 - - [2026-04-06 02:03:11] "POST /neutron/router HTTP/1.1" 200 344 0.099956 10.0.0.130 - - [2026-04-06 02:03:11] "POST /neutron/router HTTP/1.1" 200 580 0.004468 10.0.0.130 - - [2026-04-06 02:03:11] "GET /logical-router/06b79745-e1c9-414b-a0ef-8e2da78b8154?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004255 10.0.0.130 - - [2026-04-06 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.130 - - [2026-04-06 02:03:11] "POST /neutron/router HTTP/1.1" 200 151 0.046065 10.0.0.130 - - [2026-04-06 02:03:11] "DELETE /route-target/65cf6583-7200-430e-ab5c-9504c633c24d HTTP/1.1" 200 115 0.012387 10.0.0.130 - - [2026-04-06 02:03:11] "POST /neutron/network HTTP/1.1" 200 826 0.007614 10.0.0.130 - - [2026-04-06 02:03:12] "POST /neutron/network HTTP/1.1" 400 204 0.009285 10.0.0.130 - - [2026-04-06 02:03:12] "POST /neutron/port HTTP/1.1" 200 1124 0.010669 10.0.0.130 - - [2026-04-06 02:03:12] "POST /neutron/port HTTP/1.1" 200 1114 0.008852 10.0.0.130 - - [2026-04-06 02:03:12] "POST /neutron/port HTTP/1.1" 200 1121 0.014181 10.0.0.130 - - [2026-04-06 02:03:12] "POST /neutron/port HTTP/1.1" 200 1111 0.010769 10.0.0.130 - - [2026-04-06 02:03:12] "POST /neutron/port HTTP/1.1" 200 151 0.103182 10.0.0.130 - - [2026-04-06 02:03:12] "POST /neutron/port HTTP/1.1" 200 151 0.109783 10.0.0.130 - - [2026-04-06 02:03:14] "POST /neutron/network HTTP/1.1" 200 826 0.004697 10.0.0.130 - - [2026-04-06 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.130 - - [2026-04-06 02:03:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003599 10.0.0.130 - - [2026-04-06 02:03:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002417 10.0.0.130 - - [2026-04-06 02:03:14] "POST /neutron/network HTTP/1.1" 200 151 0.083599 10.0.0.130 - - [2026-04-06 02:03:14] "DELETE /route-target/b30824ff-abfe-4ded-b5b1-fd1b9afc326f HTTP/1.1" 200 115 0.032880 10.0.0.130 - - [2026-04-06 02:03:14] "POST /neutron/network HTTP/1.1" 200 823 0.009139 10.0.0.130 - - [2026-04-06 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.130 - - [2026-04-06 02:03:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002542 10.0.0.130 - - [2026-04-06 02:03:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001877 10.0.0.130 - - [2026-04-06 02:03:14] "POST /neutron/network HTTP/1.1" 200 151 0.076935 10.0.0.130 - - [2026-04-06 02:03:14] "DELETE /route-target/d3c4014e-e448-47bb-84d5-3239e3f7803e HTTP/1.1" 200 115 0.019698 10.0.0.130 - - [2026-04-06 02:03:14] "GET /projects?obj_uuids=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000917 10.0.0.130 - - [2026-04-06 02:03:14] "GET /project/77b66304-4f99-47c0-9e45-955cd83dfb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.025328 10.0.0.130 - - [2026-04-06 02:03:14] "GET /projects?obj_uuids=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000899 10.0.0.130 - - [2026-04-06 02:03:14] "GET /project/77b66304-4f99-47c0-9e45-955cd83dfb98?fields=virtual_networks HTTP/1.1" 200 1030 0.065560 10.0.0.130 - - [2026-04-06 02:03:14] "GET /projects?obj_uuids=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000931 10.0.0.130 - - [2026-04-06 02:03:14] "GET /project/77b66304-4f99-47c0-9e45-955cd83dfb98?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.025640 10.0.0.130 - - [2026-04-06 02:03:14] "GET /projects?obj_uuids=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001375 10.0.0.130 - - [2026-04-06 02:03:14] "GET /project/77b66304-4f99-47c0-9e45-955cd83dfb98?fields=security_groups HTTP/1.1" 200 1255 0.025655 10.0.0.130 - - [2026-04-06 02:03:15] "POST /fqname-to-id HTTP/1.1" 404 191 0.025248 10.0.0.130 - - [2026-04-06 02:03:15] "GET /projects?obj_uuids=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001988 10.0.0.130 - - [2026-04-06 02:03:15] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.130 - - [2026-04-06 02:03:15] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005815 10.0.0.130 - - [2026-04-06 02:03:15] "POST /id-to-fqname HTTP/1.1" 200 193 0.001099 10.0.0.130 - - [2026-04-06 02:03:15] "POST /fqname-to-id HTTP/1.1" 404 202 0.004193 10.0.0.130 - - [2026-04-06 02:03:15] "POST /security-groups HTTP/1.1" 200 594 0.059823 10.0.0.130 - - [2026-04-06 02:03:15] "POST /fqname-to-id HTTP/1.1" 404 237 0.002191 10.0.0.130 - - [2026-04-06 02:03:15] "POST /projects HTTP/1.1" 200 591 0.201738 10.0.0.130 - - [2026-04-06 02:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.275556 10.0.0.130 - - [2026-04-06 02:03:15] "POST /access-control-lists HTTP/1.1" 200 601 0.083950 10.0.0.130 - - [2026-04-06 02:03:15] "GET /project/80f8c701-b80e-4a49-b6f0-f18d81bdc6a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.396135 10.0.0.130 - - [2026-04-06 02:03:15] "POST /fqname-to-id HTTP/1.1" 404 236 0.006140 10.0.0.130 - - [2026-04-06 02:03:16] "POST /access-control-lists HTTP/1.1" 200 599 0.061329 10.0.0.130 - - [2026-04-06 02:03:16] "GET / HTTP/1.1" 200 36215 0.001810 10.0.0.130 - - [2026-04-06 02:03:18] "GET /project/80f8c701-b80e-4a49-b6f0-f18d81bdc6a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000395 10.0.0.130 - - [2026-04-06 02:03:18] "GET /projects?obj_uuids=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001092 10.0.0.130 - - [2026-04-06 02:03:18] "GET /project/80f8c701-b80e-4a49-b6f0-f18d81bdc6a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.049063 10.0.0.130 - - [2026-04-06 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002161 10.0.0.130 - - [2026-04-06 02:03:18] "GET /security-group/0b15cf5f-f440-4276-b6e5-5b86fc7caabc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004531 10.0.0.130 - - [2026-04-06 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002596 10.0.0.130 - - [2026-04-06 02:03:18] "GET /projects?obj_uuids=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001242 10.0.0.130 - - [2026-04-06 02:03:18] "GET /project/80f8c701-b80e-4a49-b6f0-f18d81bdc6a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.023663 10.0.0.130 - - [2026-04-06 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.130 - - [2026-04-06 02:03:18] "GET /security-group/0b15cf5f-f440-4276-b6e5-5b86fc7caabc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.003281 10.0.0.130 - - [2026-04-06 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.130 - - [2026-04-06 02:03:18] "PUT /security-group/0b15cf5f-f440-4276-b6e5-5b86fc7caabc HTTP/1.1" 200 263 0.011768 10.0.0.130 - - [2026-04-06 02:03:18] "PUT /access-control-list/ddff0b57-0cab-4a9c-b5a1-b5781643d24a HTTP/1.1" 200 273 0.008217 10.0.0.130 - - [2026-04-06 02:03:18] "PUT /access-control-list/b98d327b-1468-4100-97ef-79155dcf0dba HTTP/1.1" 200 273 0.008326 10.0.0.130 - - [2026-04-06 02:03:18] "POST /fqname-to-id HTTP/1.1" 404 202 0.002241 10.0.0.130 - - [2026-04-06 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.130 - - [2026-04-06 02:03:18] "GET /projects?obj_uuids=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001286 10.0.0.130 - - [2026-04-06 02:03:18] "GET /project/80f8c701-b80e-4a49-b6f0-f18d81bdc6a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.036666 10.0.0.130 - - [2026-04-06 02:03:18] "POST /neutron/network HTTP/1.1" 200 117 0.028414 10.0.0.130 - - [2026-04-06 02:03:19] "GET /projects?obj_uuids=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001191 10.0.0.130 - - [2026-04-06 02:03:19] "POST /neutron/network HTTP/1.1" 200 608 0.056185 10.0.0.130 - - [2026-04-06 02:03:19] "POST /route-targets HTTP/1.1" 200 328 0.009212 10.0.0.130 - - [2026-04-06 02:03:19] "POST /ref-update HTTP/1.1" 200 156 0.010694 10.0.0.130 - - [2026-04-06 02:03:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002848 10.0.0.130 - - [2026-04-06 02:03:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.191356 10.0.0.130 - - [2026-04-06 02:03:19] "POST /neutron/network HTTP/1.1" 200 827 0.004569 10.0.0.130 - - [2026-04-06 02:03:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.000999 10.0.0.130 - - [2026-04-06 02:03:19] "GET /virtual-network/f2b7282a-183f-40c8-ad35-4c2c819b2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004194 10.0.0.130 - - [2026-04-06 02:03:19] "POST /neutron/network HTTP/1.1" 200 827 0.005216 10.0.0.130 - - [2026-04-06 02:03:19] "GET /virtual-network/f2b7282a-183f-40c8-ad35-4c2c819b2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004042 10.0.0.130 - - [2026-04-06 02:03:19] "POST /neutron/network HTTP/1.1" 200 827 0.005073 10.0.0.130 - - [2026-04-06 02:03:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.005249 10.0.0.130 - - [2026-04-06 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001775 10.0.0.130 - - [2026-04-06 02:03:19] "GET /projects?obj_uuids=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000950 10.0.0.130 - - [2026-04-06 02:03:19] "GET /project/80f8c701-b80e-4a49-b6f0-f18d81bdc6a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.024935 10.0.0.130 - - [2026-04-06 02:03:19] "POST /neutron/network HTTP/1.1" 200 117 0.009031 10.0.0.130 - - [2026-04-06 02:03:19] "GET /projects?obj_uuids=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000953 10.0.0.130 - - [2026-04-06 02:03:19] "POST /neutron/network HTTP/1.1" 200 615 0.078641 10.0.0.130 - - [2026-04-06 02:03:19] "POST /route-targets HTTP/1.1" 200 328 0.016208 10.0.0.130 - - [2026-04-06 02:03:19] "POST /ref-update HTTP/1.1" 200 156 0.018334 10.0.0.130 - - [2026-04-06 02:03:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003285 10.0.0.130 - - [2026-04-06 02:03:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.186016 10.0.0.130 - - [2026-04-06 02:03:19] "POST /neutron/network HTTP/1.1" 200 834 0.004829 10.0.0.130 - - [2026-04-06 02:03:19] "POST /id-to-fqname HTTP/1.1" 200 227 0.001007 10.0.0.130 - - [2026-04-06 02:03:19] "GET /virtual-network/4571aa09-5bf2-4e4f-94e6-b6f43ed8d02b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004093 10.0.0.130 - - [2026-04-06 02:03:19] "POST /neutron/network HTTP/1.1" 200 834 0.004524 10.0.0.130 - - [2026-04-06 02:03:19] "GET /virtual-network/4571aa09-5bf2-4e4f-94e6-b6f43ed8d02b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004657 10.0.0.130 - - [2026-04-06 02:03:20] "POST /neutron/network HTTP/1.1" 200 834 0.005369 10.0.0.130 - - [2026-04-06 02:03:20] "POST /neutron/subnet HTTP/1.1" 200 724 0.006094 10.0.0.130 - - [2026-04-06 02:03:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001178 10.0.0.130 - - [2026-04-06 02:03:20] "POST /neutron/network HTTP/1.1" 200 837 0.004946 10.0.0.130 - - [2026-04-06 02:03:20] "GET /aaa-mode HTTP/1.1" 401 293 0.000392 10.0.0.130 - - [2026-04-06 02:03:20] "GET / HTTP/1.1" 200 36215 0.001512 10.0.0.130 - - [2026-04-06 02:03:20] "GET /project/80f8c701-b80e-4a49-b6f0-f18d81bdc6a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000309 10.0.0.130 - - [2026-04-06 02:03:20] "GET /projects?obj_uuids=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001276 10.0.0.130 - - [2026-04-06 02:03:20] "GET /project/80f8c701-b80e-4a49-b6f0-f18d81bdc6a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.056638 10.0.0.130 - - [2026-04-06 02:03:20] "POST /neutron/network HTTP/1.1" 200 827 0.004672 10.0.0.130 - - [2026-04-06 02:03:21] "POST /neutron/port HTTP/1.1" 200 117 0.004045 10.0.0.130 - - [2026-04-06 02:03:21] "POST /neutron/port HTTP/1.1" 200 117 0.004072 10.0.0.130 - - [2026-04-06 02:03:21] "POST /id-to-fqname HTTP/1.1" 200 227 0.001050 10.0.0.130 - - [2026-04-06 02:03:21] "POST /neutron/port HTTP/1.1" 200 117 0.004671 10.0.0.130 - - [2026-04-06 02:03:21] "POST /neutron/network HTTP/1.1" 200 844 0.004997 10.0.0.130 - - [2026-04-06 02:03:21] "GET /aaa-mode HTTP/1.1" 401 293 0.000372 10.0.0.130 - - [2026-04-06 02:03:21] "POST /neutron/network HTTP/1.1" 200 837 0.004764 10.0.0.130 - - [2026-04-06 02:03:21] "GET /projects?obj_uuids=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001143 10.0.0.130 - - [2026-04-06 02:03:21] "GET / HTTP/1.1" 200 36215 0.001453 10.0.0.130 - - [2026-04-06 02:03:21] "GET /project/80f8c701-b80e-4a49-b6f0-f18d81bdc6a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000410 10.0.0.130 - - [2026-04-06 02:03:21] "POST /neutron/port HTTP/1.1" 200 1063 0.202900 10.0.0.130 - - [2026-04-06 02:03:21] "POST /neutron/port HTTP/1.1" 200 1063 0.008831 10.0.0.130 - - [2026-04-06 02:03:21] "POST /neutron/port HTTP/1.1" 200 1063 0.007913 10.0.0.130 - - [2026-04-06 02:03:21] "POST /neutron/port HTTP/1.1" 200 1117 0.054911 10.0.0.130 - - [2026-04-06 02:03:21] "POST /neutron/port HTTP/1.1" 200 1127 0.014290 10.0.0.130 - - [2026-04-06 02:03:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002731 10.0.0.130 - - [2026-04-06 02:03:21] "POST /neutron/subnet HTTP/1.1" 200 698 0.006801 10.0.0.130 - - [2026-04-06 02:03:21] "POST /neutron/port HTTP/1.1" 200 117 0.001238 10.0.0.130 - - [2026-04-06 02:03:21] "POST /neutron/network HTTP/1.1" 200 827 0.004821 10.0.0.130 - - [2026-04-06 02:03:21] "GET /projects?obj_uuids=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001205 10.0.0.130 - - [2026-04-06 02:03:21] "GET /project/80f8c701-b80e-4a49-b6f0-f18d81bdc6a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.048110 10.0.0.130 - - [2026-04-06 02:03:21] "POST /neutron/network HTTP/1.1" 200 834 0.004848 10.0.0.130 - - [2026-04-06 02:03:22] "POST /neutron/port HTTP/1.1" 200 1127 0.022794 10.0.0.130 - - [2026-04-06 02:03:22] "POST /neutron/security_group HTTP/1.1" 200 2002 0.017839 10.0.0.130 - - [2026-04-06 02:03:22] "POST /neutron/port HTTP/1.1" 200 117 0.004410 10.0.0.130 - - [2026-04-06 02:03:22] "GET /projects?obj_uuids=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000850 10.0.0.130 - - [2026-04-06 02:03:22] "POST /neutron/router HTTP/1.1" 200 585 0.046359 10.0.0.130 - - [2026-04-06 02:03:22] "POST /neutron/router HTTP/1.1" 200 585 0.006813 10.0.0.130 - - [2026-04-06 02:03:22] "POST /route-targets HTTP/1.1" 200 328 0.022079 10.0.0.130 - - [2026-04-06 02:03:22] "PUT /logical-router/e9c3339e-62d5-4c12-8f80-f784602fb7aa HTTP/1.1" 200 263 0.024423 10.0.0.130 - - [2026-04-06 02:03:22] "POST /neutron/router HTTP/1.1" 200 656 0.036249 10.0.0.130 - - [2026-04-06 02:03:22] "GET /logical-router/e9c3339e-62d5-4c12-8f80-f784602fb7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1646 0.003711 10.0.0.130 - - [2026-04-06 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.130 - - [2026-04-06 02:03:22] "POST /neutron/router HTTP/1.1" 200 656 0.005064 10.0.0.130 - - [2026-04-06 02:03:22] "GET /projects?obj_uuids=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001548 10.0.0.130 - - [2026-04-06 02:03:22] "GET /service-template/9e5d8c97-6896-4a9f-8634-5ba835b617ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1693 0.004529 10.0.0.130 - - [2026-04-06 02:03:22] "POST /fqname-to-id HTTP/1.1" 404 215 0.004081 10.0.0.130 - - [2026-04-06 02:03:22] "POST /neutron/network HTTP/1.1" 200 844 0.014305 10.0.0.130 - - [2026-04-06 02:03:22] "GET /projects?obj_uuids=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001020 10.0.0.130 - - [2026-04-06 02:03:22] "POST /neutron/router HTTP/1.1" 200 344 0.286837 10.0.0.130 - - [2026-04-06 02:03:22] "POST /ref-update HTTP/1.1" 200 156 0.035738 10.0.0.130 - - [2026-04-06 02:03:22] "POST /neutron/port HTTP/1.1" 200 1127 0.036318 10.0.0.130 - - [2026-04-06 02:03:22] "POST /useragent-kv HTTP/1.1" 200 115 0.010322 10.0.0.130 - - [2026-04-06 02:03:22] "POST /virtual-networks HTTP/1.1" 200 696 0.242835 10.0.0.130 - - [2026-04-06 02:03:22] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008703 10.0.0.130 - - [2026-04-06 02:03:22] "POST /route-targets HTTP/1.1" 200 328 0.060710 10.0.0.130 - - [2026-04-06 02:03:22] "POST /ref-update HTTP/1.1" 200 156 0.020922 10.0.0.130 - - [2026-04-06 02:03:22] "POST /service-instances HTTP/1.1" 200 672 0.121607 10.0.0.130 - - [2026-04-06 02:03:22] "POST /neutron/port HTTP/1.1" 200 1063 0.387518 10.0.0.130 - - [2026-04-06 02:03:22] "POST /route-tables HTTP/1.1" 200 584 0.027147 10.0.0.130 - - [2026-04-06 02:03:22] "POST /neutron/port HTTP/1.1" 200 1063 0.012048 10.0.0.130 - - [2026-04-06 02:03:23] "POST /neutron/port HTTP/1.1" 200 1063 0.011562 10.0.0.130 - - [2026-04-06 02:03:23] "PUT /logical-router/e9c3339e-62d5-4c12-8f80-f784602fb7aa HTTP/1.1" 200 263 0.024738 10.0.0.130 - - [2026-04-06 02:03:23] "POST /neutron/port HTTP/1.1" 200 1117 0.082204 10.0.0.130 - - [2026-04-06 02:03:23] "POST /ref-update HTTP/1.1" 200 156 0.013421 10.0.0.130 - - [2026-04-06 02:03:23] "POST /neutron/port HTTP/1.1" 200 1127 0.012140 10.0.0.130 - - [2026-04-06 02:03:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003137 10.0.0.130 - - [2026-04-06 02:03:23] "POST /neutron/subnet HTTP/1.1" 200 698 0.008012 10.0.0.130 - - [2026-04-06 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005971 10.0.0.130 - - [2026-04-06 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002005 10.0.0.130 - - [2026-04-06 02:03:23] "POST /neutron/port HTTP/1.1" 200 117 0.000834 10.0.0.130 - - [2026-04-06 02:03:23] "POST /neutron/network HTTP/1.1" 200 834 0.004675 10.0.0.130 - - [2026-04-06 02:03:23] "POST /virtual-machines HTTP/1.1" 200 554 0.014958 10.0.0.130 - - [2026-04-06 02:03:23] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.083381 10.0.0.130 - - [2026-04-06 02:03:23] "POST /chown HTTP/1.1" 200 109 0.007549 10.0.0.130 - - [2026-04-06 02:03:23] "POST /instance-ips HTTP/1.1" 200 552 0.021232 10.0.0.130 - - [2026-04-06 02:03:23] "POST /instance-ips HTTP/1.1" 400 246 0.017968 10.0.0.130 - - [2026-04-06 02:03:23] "POST /chown HTTP/1.1" 200 109 0.007686 10.0.0.130 - - [2026-04-06 02:03:23] "PUT /virtual-machine-interface/5c221415-5a79-4f66-a1f8-7e1fd28b386b HTTP/1.1" 200 285 0.011581 10.0.0.130 - - [2026-04-06 02:03:23] "PUT /instance-ip/d4ddbd1b-5ee9-457f-ac4d-1eb2e3232cb8 HTTP/1.1" 200 257 0.011716 10.0.0.130 - - [2026-04-06 02:03:23] "POST /ref-update HTTP/1.1" 200 156 0.009661 10.0.0.130 - - [2026-04-06 02:03:23] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.092412 10.0.0.130 - - [2026-04-06 02:03:23] "POST /chown HTTP/1.1" 200 109 0.008377 10.0.0.130 - - [2026-04-06 02:03:24] "POST /instance-ips HTTP/1.1" 200 550 0.046827 10.0.0.130 - - [2026-04-06 02:03:24] "POST /instance-ips HTTP/1.1" 400 316 0.012593 10.0.0.130 - - [2026-04-06 02:03:24] "POST /chown HTTP/1.1" 200 109 0.007416 10.0.0.130 - - [2026-04-06 02:03:24] "PUT /virtual-machine-interface/ee959cff-ad2a-462b-b7a1-4f17ade94b37 HTTP/1.1" 200 285 0.008534 10.0.0.130 - - [2026-04-06 02:03:24] "PUT /instance-ip/f7328613-878a-4b52-9bad-56693db84357 HTTP/1.1" 200 257 0.010154 10.0.0.130 - - [2026-04-06 02:03:24] "POST /ref-update HTTP/1.1" 200 156 0.015425 10.0.0.130 - - [2026-04-06 02:03:24] "POST /ref-update HTTP/1.1" 200 156 0.011579 10.0.0.130 - - [2026-04-06 02:03:24] "PUT /routing-instance/2f8f64ef-727d-4d3e-897f-ac7ad83fb4f6 HTTP/1.1" 200 267 0.012328 10.0.0.130 - - [2026-04-06 02:03:24] "POST /ref-update HTTP/1.1" 200 156 0.011158 10.0.0.130 - - [2026-04-06 02:03:24] "POST /virtual-machines HTTP/1.1" 200 554 0.010930 10.0.0.130 - - [2026-04-06 02:03:24] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.082067 10.0.0.130 - - [2026-04-06 02:03:24] "POST /chown HTTP/1.1" 200 109 0.006220 10.0.0.130 - - [2026-04-06 02:03:24] "POST /instance-ips HTTP/1.1" 400 246 0.016545 10.0.0.130 - - [2026-04-06 02:03:24] "POST /chown HTTP/1.1" 200 109 0.006778 10.0.0.130 - - [2026-04-06 02:03:24] "PUT /virtual-machine-interface/d6e09102-2654-473d-a62d-f1d23542b745 HTTP/1.1" 200 285 0.009108 10.0.0.130 - - [2026-04-06 02:03:24] "PUT /instance-ip/d4ddbd1b-5ee9-457f-ac4d-1eb2e3232cb8 HTTP/1.1" 200 257 0.010438 10.0.0.130 - - [2026-04-06 02:03:24] "POST /ref-update HTTP/1.1" 200 156 0.009692 10.0.0.130 - - [2026-04-06 02:03:25] "POST /ref-update HTTP/1.1" 200 156 0.011554 10.0.0.130 - - [2026-04-06 02:03:25] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.091173 10.0.0.130 - - [2026-04-06 02:03:25] "POST /chown HTTP/1.1" 200 109 0.006187 10.0.0.130 - - [2026-04-06 02:03:25] "POST /instance-ips HTTP/1.1" 400 316 0.015032 10.0.0.130 - - [2026-04-06 02:03:25] "POST /chown HTTP/1.1" 200 109 0.006048 10.0.0.130 - - [2026-04-06 02:03:25] "PUT /virtual-machine-interface/4ba34c3c-5957-42db-938e-00211a64ba1d HTTP/1.1" 200 285 0.007896 10.0.0.130 - - [2026-04-06 02:03:25] "PUT /instance-ip/f7328613-878a-4b52-9bad-56693db84357 HTTP/1.1" 200 257 0.013022 10.0.0.130 - - [2026-04-06 02:03:25] "POST /ref-update HTTP/1.1" 200 156 0.010220 10.0.0.130 - - [2026-04-06 02:03:25] "POST /ref-update HTTP/1.1" 200 156 0.009929 10.0.0.130 - - [2026-04-06 02:03:27] "POST /neutron/port HTTP/1.1" 200 1127 0.011240 10.0.0.130 - - [2026-04-06 02:03:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005357 10.0.0.130 - - [2026-04-06 02:03:27] "POST /neutron/port HTTP/1.1" 200 1127 0.016537 10.0.0.130 - - [2026-04-06 02:03:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006330 10.0.0.130 - - [2026-04-06 02:03:27] "POST /neutron/port HTTP/1.1" 200 1127 0.011470 10.0.0.130 - - [2026-04-06 02:03:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005496 10.0.0.130 - - [2026-04-06 02:03:28] "GET /virtual-machine/5066b16b-9b84-4f77-a01d-9a96a0b547b3 HTTP/1.1" 401 293 0.000447 10.0.0.130 - - [2026-04-06 02:03:28] "GET /virtual-machine/5066b16b-9b84-4f77-a01d-9a96a0b547b3 HTTP/1.1" 200 1297 0.033800 10.0.0.130 - - [2026-04-06 02:03:28] "GET /virtual-machine-interface/356168e4-f0ff-4a01-8543-258be16dcf94 HTTP/1.1" 200 2962 0.003963 10.0.0.130 - - [2026-04-06 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.130 - - [2026-04-06 02:03:28] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002898 10.0.0.130 - - [2026-04-06 02:03:28] "GET /virtual-networks?parent_id=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002518 10.0.0.130 - - [2026-04-06 02:03:28] "GET /virtual-network/f2b7282a-183f-40c8-ad35-4c2c819b2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004682 10.0.0.130 - - [2026-04-06 02:03:30] "POST /neutron/port HTTP/1.1" 200 1127 0.010588 10.0.0.130 - - [2026-04-06 02:03:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004511 10.0.0.130 - - [2026-04-06 02:03:31] "POST /neutron/port HTTP/1.1" 200 1127 0.010985 10.0.0.130 - - [2026-04-06 02:03:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004249 10.0.0.130 - - [2026-04-06 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002382 10.0.0.130 - - [2026-04-06 02:03:31] "GET /virtual-network/f2b7282a-183f-40c8-ad35-4c2c819b2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004407 10.0.0.130 - - [2026-04-06 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.130 - - [2026-04-06 02:03:33] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004443 10.0.0.130 - - [2026-04-06 02:03:33] "GET /virtual-networks?parent_id=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002259 10.0.0.130 - - [2026-04-06 02:03:33] "GET /virtual-network/f2b7282a-183f-40c8-ad35-4c2c819b2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004999 10.0.0.130 - - [2026-04-06 02:03:34] "POST /neutron/port HTTP/1.1" 200 1127 0.010961 10.0.0.130 - - [2026-04-06 02:03:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005147 10.0.0.130 - - [2026-04-06 02:03:34] "POST /neutron/port HTTP/1.1" 200 1127 0.011864 10.0.0.130 - - [2026-04-06 02:03:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006644 10.0.0.130 - - [2026-04-06 02:03:34] "POST /neutron/port HTTP/1.1" 200 1127 0.012207 10.0.0.130 - - [2026-04-06 02:03:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006241 10.0.0.130 - - [2026-04-06 02:03:34] "GET /virtual-machine/293bf336-d842-4ff1-8383-cebfcc6c0d26 HTTP/1.1" 200 1296 0.004572 10.0.0.130 - - [2026-04-06 02:03:34] "GET /virtual-machine-interface/81fc0346-0a07-4c8b-93f7-f7c5b2e6c619 HTTP/1.1" 200 2975 0.005762 10.0.0.130 - - [2026-04-06 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002665 10.0.0.130 - - [2026-04-06 02:03:34] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002841 10.0.0.130 - - [2026-04-06 02:03:34] "GET /virtual-networks?parent_id=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002450 10.0.0.130 - - [2026-04-06 02:03:34] "GET /virtual-network/4571aa09-5bf2-4e4f-94e6-b6f43ed8d02b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006429 10.0.0.130 - - [2026-04-06 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.130 - - [2026-04-06 02:03:35] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003038 10.0.0.130 - - [2026-04-06 02:03:35] "GET /virtual-networks?parent_id=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002666 10.0.0.130 - - [2026-04-06 02:03:35] "GET /virtual-network/4571aa09-5bf2-4e4f-94e6-b6f43ed8d02b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004888 10.0.0.130 - - [2026-04-06 02:03:36] "POST /neutron/port HTTP/1.1" 200 1127 0.011702 10.0.0.130 - - [2026-04-06 02:03:36] "POST /neutron/port HTTP/1.1" 200 1127 0.010414 10.0.0.130 - - [2026-04-06 02:03:36] "POST /neutron/network HTTP/1.1" 200 837 0.004822 10.0.0.130 - - [2026-04-06 02:03:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003095 10.0.0.130 - - [2026-04-06 02:03:36] "POST /neutron/subnet HTTP/1.1" 200 698 0.006073 10.0.0.130 - - [2026-04-06 02:03:36] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.130 - - [2026-04-06 02:03:36] "POST /neutron/network HTTP/1.1" 200 827 0.005072 10.0.0.130 - - [2026-04-06 02:03:39] "POST /neutron/router HTTP/1.1" 200 656 0.003497 10.0.0.130 - - [2026-04-06 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.007939 10.0.0.130 - - [2026-04-06 02:03:39] "POST /neutron/router HTTP/1.1" 200 344 0.079087 10.0.0.130 - - [2026-04-06 02:03:39] "POST /neutron/router HTTP/1.1" 200 656 0.006721 10.0.0.130 - - [2026-04-06 02:03:39] "GET /logical-router/e9c3339e-62d5-4c12-8f80-f784602fb7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1978 0.005624 10.0.0.130 - - [2026-04-06 02:03:39] "GET /service-instance/077cac87-fa25-453a-9ea0-1643bbbd2ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2317 0.005134 10.0.0.130 - - [2026-04-06 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002621 10.0.0.130 - - [2026-04-06 02:03:39] "POST /neutron/router HTTP/1.1" 200 151 0.051292 10.0.0.130 - - [2026-04-06 02:03:39] "DELETE /route-target/6f8159ba-87c8-41b8-aed5-d18c74daf5c3 HTTP/1.1" 409 240 0.008323 10.0.0.130 - - [2026-04-06 02:03:39] "PUT /logical-router/e9c3339e-62d5-4c12-8f80-f784602fb7aa HTTP/1.1" 404 171 0.002555 10.0.0.130 - - [2026-04-06 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.008991 10.0.0.130 - - [2026-04-06 02:03:39] "DELETE /route-table/9b240da6-7ae4-4437-8740-1d3e3fc59403 HTTP/1.1" 200 115 0.027385 10.0.0.130 - - [2026-04-06 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002201 10.0.0.130 - - [2026-04-06 02:03:39] "PUT /routing-instance/2f8f64ef-727d-4d3e-897f-ac7ad83fb4f6 HTTP/1.1" 200 267 0.008739 10.0.0.130 - - [2026-04-06 02:03:39] "GET /virtual-network/6077e3d1-11af-41b1-b69c-e275b0063631?fields=instance_ip_back_refs%2Cvirtual_machine_interface_back_refs HTTP/1.1" 200 2304 0.005975 10.0.0.130 - - [2026-04-06 02:03:39] "POST /neutron/network HTTP/1.1" 200 834 0.007205 10.0.0.130 - - [2026-04-06 02:03:39] "POST /neutron/network HTTP/1.1" 400 204 0.039815 10.0.0.130 - - [2026-04-06 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.011553 10.0.0.130 - - [2026-04-06 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.008463 10.0.0.130 - - [2026-04-06 02:03:39] "GET /virtual-machine-interface/4ba34c3c-5957-42db-938e-00211a64ba1d?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1653 0.004958 10.0.0.130 - - [2026-04-06 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.011410 10.0.0.130 - - [2026-04-06 02:03:39] "GET /instance-ip/f7328613-878a-4b52-9bad-56693db84357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.003669 10.0.0.130 - - [2026-04-06 02:03:40] "DELETE /virtual-machine-interface/4ba34c3c-5957-42db-938e-00211a64ba1d HTTP/1.1" 200 115 0.031474 10.0.0.130 - - [2026-04-06 02:03:40] "GET /virtual-machine-interface/ee959cff-ad2a-462b-b7a1-4f17ade94b37?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1654 0.005124 10.0.0.130 - - [2026-04-06 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.020324 10.0.0.130 - - [2026-04-06 02:03:40] "POST /neutron/port HTTP/1.1" 200 1127 0.021742 10.0.0.130 - - [2026-04-06 02:03:40] "POST /neutron/port HTTP/1.1" 200 1117 0.010012 10.0.0.130 - - [2026-04-06 02:03:40] "GET /instance-ip/f7328613-878a-4b52-9bad-56693db84357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1762 0.004937 10.0.0.130 - - [2026-04-06 02:03:40] "POST /neutron/port HTTP/1.1" 200 1127 0.020385 10.0.0.130 - - [2026-04-06 02:03:40] "DELETE /instance-ip/f7328613-878a-4b52-9bad-56693db84357 HTTP/1.1" 200 115 0.054476 10.0.0.130 - - [2026-04-06 02:03:40] "POST /neutron/port HTTP/1.1" 200 1117 0.019277 10.0.0.130 - - [2026-04-06 02:03:40] "POST /neutron/port HTTP/1.1" 200 151 0.153244 10.0.0.130 - - [2026-04-06 02:03:40] "DELETE /virtual-machine-interface/ee959cff-ad2a-462b-b7a1-4f17ade94b37 HTTP/1.1" 200 115 0.067483 10.0.0.130 - - [2026-04-06 02:03:40] "DELETE /instance-ip/f7328613-878a-4b52-9bad-56693db84357 HTTP/1.1" 404 177 0.002212 10.0.0.130 - - [2026-04-06 02:03:40] "POST /neutron/port HTTP/1.1" 200 151 0.205963 10.0.0.130 - - [2026-04-06 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.130 - - [2026-04-06 02:03:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002101 10.0.0.130 - - [2026-04-06 02:03:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002357 10.0.0.130 - - [2026-04-06 02:03:40] "DELETE /virtual-network/6077e3d1-11af-41b1-b69c-e275b0063631 HTTP/1.1" 200 115 0.089079 10.0.0.130 - - [2026-04-06 02:03:40] "DELETE /route-target/1b1c29a6-cf6a-4b3e-aac0-6ab118772077 HTTP/1.1" 200 115 0.018739 10.0.0.130 - - [2026-04-06 02:03:40] "DELETE /service-instance/077cac87-fa25-453a-9ea0-1643bbbd2ff5 HTTP/1.1" 200 115 0.022947 10.0.0.130 - - [2026-04-06 02:03:40] "GET /logical-router/e9c3339e-62d5-4c12-8f80-f784602fb7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002362 10.0.0.130 - - [2026-04-06 02:03:40] "GET /service-instance/077cac87-fa25-453a-9ea0-1643bbbd2ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002507 10.0.0.130 - - [2026-04-06 02:03:40] "GET /virtual-machine-interface/d6e09102-2654-473d-a62d-f1d23542b745?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1657 0.005150 10.0.0.130 - - [2026-04-06 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.010122 10.0.0.130 - - [2026-04-06 02:03:40] "GET /instance-ip/d4ddbd1b-5ee9-457f-ac4d-1eb2e3232cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.003849 10.0.0.130 - - [2026-04-06 02:03:40] "DELETE /virtual-machine-interface/d6e09102-2654-473d-a62d-f1d23542b745 HTTP/1.1" 200 115 0.030199 10.0.0.130 - - [2026-04-06 02:03:40] "DELETE /virtual-machine/b5f0ba3f-c728-4a0d-98f8-ea39d9c4a91b HTTP/1.1" 200 115 0.016047 10.0.0.130 - - [2026-04-06 02:03:40] "GET /virtual-machine-interface/5c221415-5a79-4f66-a1f8-7e1fd28b386b?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1656 0.006423 10.0.0.130 - - [2026-04-06 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.010990 10.0.0.130 - - [2026-04-06 02:03:41] "GET /instance-ip/d4ddbd1b-5ee9-457f-ac4d-1eb2e3232cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1698 0.005009 10.0.0.130 - - [2026-04-06 02:03:41] "DELETE /instance-ip/d4ddbd1b-5ee9-457f-ac4d-1eb2e3232cb8 HTTP/1.1" 200 115 0.023452 10.0.0.130 - - [2026-04-06 02:03:41] "DELETE /virtual-machine-interface/5c221415-5a79-4f66-a1f8-7e1fd28b386b HTTP/1.1" 200 115 0.025926 10.0.0.130 - - [2026-04-06 02:03:41] "POST /ref-update HTTP/1.1" 200 156 0.007232 10.0.0.130 - - [2026-04-06 02:03:41] "DELETE /virtual-machine/af25097e-281b-45cd-9a1b-0979f5f4b7d8 HTTP/1.1" 200 115 0.014799 10.0.0.130 - - [2026-04-06 02:03:41] "POST /neutron/network HTTP/1.1" 200 834 0.005944 10.0.0.130 - - [2026-04-06 02:03:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002597 10.0.0.130 - - [2026-04-06 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.130 - - [2026-04-06 02:03:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001538 10.0.0.130 - - [2026-04-06 02:03:41] "POST /neutron/network HTTP/1.1" 200 151 0.065816 10.0.0.130 - - [2026-04-06 02:03:41] "DELETE /route-target/5b89358f-5f2f-460c-807e-44d3e29da4e3 HTTP/1.1" 200 115 0.020132 10.0.0.130 - - [2026-04-06 02:03:41] "POST /neutron/network HTTP/1.1" 200 827 0.007332 10.0.0.130 - - [2026-04-06 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002469 10.0.0.130 - - [2026-04-06 02:03:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002743 10.0.0.130 - - [2026-04-06 02:03:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001622 10.0.0.130 - - [2026-04-06 02:03:41] "POST /neutron/network HTTP/1.1" 200 151 0.072379 10.0.0.130 - - [2026-04-06 02:03:41] "DELETE /route-target/2de2e555-ae46-4961-8ab3-7ab90fd0a99f HTTP/1.1" 200 115 0.016949 10.0.0.130 - - [2026-04-06 02:03:42] "GET /projects?obj_uuids=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000940 10.0.0.130 - - [2026-04-06 02:03:42] "GET /project/80f8c701-b80e-4a49-b6f0-f18d81bdc6a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.031320 10.0.0.130 - - [2026-04-06 02:03:42] "GET /projects?obj_uuids=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000868 10.0.0.130 - - [2026-04-06 02:03:42] "GET /project/80f8c701-b80e-4a49-b6f0-f18d81bdc6a9?fields=virtual_networks HTTP/1.1" 200 1040 0.063116 10.0.0.130 - - [2026-04-06 02:03:42] "GET /projects?obj_uuids=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000957 10.0.0.130 - - [2026-04-06 02:03:42] "GET /project/80f8c701-b80e-4a49-b6f0-f18d81bdc6a9?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.023525 10.0.0.130 - - [2026-04-06 02:03:42] "GET /projects?obj_uuids=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000918 10.0.0.130 - - [2026-04-06 02:03:42] "GET /project/80f8c701-b80e-4a49-b6f0-f18d81bdc6a9?fields=security_groups HTTP/1.1" 200 1270 0.030443 10.0.0.130 - - [2026-04-06 02:03:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.024270 10.0.0.130 - - [2026-04-06 02:03:43] "GET /projects?obj_uuids=d692836d-c2fe-4cca-9a6f-3113194d0d06&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002060 10.0.0.130 - - [2026-04-06 02:03:43] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.130 - - [2026-04-06 02:03:43] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005749 10.0.0.130 - - [2026-04-06 02:03:43] "POST /id-to-fqname HTTP/1.1" 200 198 0.001252 10.0.0.130 - - [2026-04-06 02:03:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.003344 10.0.0.130 - - [2026-04-06 02:03:43] "POST /security-groups HTTP/1.1" 200 599 0.064587 10.0.0.130 - - [2026-04-06 02:03:43] "POST /fqname-to-id HTTP/1.1" 404 242 0.002106 10.0.0.130 - - [2026-04-06 02:03:43] "POST /projects HTTP/1.1" 200 601 0.201157 10.0.0.130 - - [2026-04-06 02:03:43] "POST /access-control-lists HTTP/1.1" 200 606 0.057604 10.0.0.130 - - [2026-04-06 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.270435 10.0.0.130 - - [2026-04-06 02:03:43] "POST /fqname-to-id HTTP/1.1" 404 241 0.002633 10.0.0.130 - - [2026-04-06 02:03:43] "GET /project/d692836d-c2fe-4cca-9a6f-3113194d0d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.389977 10.0.0.130 - - [2026-04-06 02:03:43] "POST /access-control-lists HTTP/1.1" 200 604 0.060300 10.0.0.130 - - [2026-04-06 02:03:44] "GET / HTTP/1.1" 200 36215 0.001701 10.0.0.130 - - [2026-04-06 02:03:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000439 10.0.0.130 - - [2026-04-06 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.058210 10.0.0.130 - - [2026-04-06 02:03:45] "GET /projects?obj_uuids=d692836d-c2fe-4cca-9a6f-3113194d0d06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001230 10.0.0.130 - - [2026-04-06 02:03:45] "GET /project/d692836d-c2fe-4cca-9a6f-3113194d0d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.022442 10.0.0.130 - - [2026-04-06 02:03:45] "POST /neutron/network HTTP/1.1" 200 117 0.035502 10.0.0.130 - - [2026-04-06 02:03:45] "GET /projects?obj_uuids=d692836d-c2fe-4cca-9a6f-3113194d0d06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.130 - - [2026-04-06 02:03:45] "POST /neutron/network HTTP/1.1" 200 613 0.054984 10.0.0.130 - - [2026-04-06 02:03:46] "POST /route-targets HTTP/1.1" 200 328 0.011464 10.0.0.130 - - [2026-04-06 02:03:46] "POST /ref-update HTTP/1.1" 200 156 0.012362 10.0.0.130 - - [2026-04-06 02:03:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003776 10.0.0.130 - - [2026-04-06 02:03:46] "POST /neutron/subnet HTTP/1.1" 200 710 0.150948 10.0.0.130 - - [2026-04-06 02:03:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000337 10.0.0.130 - - [2026-04-06 02:03:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001785 10.0.0.130 - - [2026-04-06 02:03:46] "POST /neutron/subnet HTTP/1.1" 200 828 0.177384 10.0.0.130 - - [2026-04-06 02:03:46] "POST /neutron/network HTTP/1.1" 200 1003 0.005898 10.0.0.130 - - [2026-04-06 02:03:46] "POST /id-to-fqname HTTP/1.1" 200 228 0.001021 10.0.0.130 - - [2026-04-06 02:03:46] "GET /virtual-network/eeba6c01-05e9-4868-aaef-0a932c29f730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004392 10.0.0.130 - - [2026-04-06 02:03:46] "POST /neutron/network HTTP/1.1" 200 1003 0.006521 10.0.0.130 - - [2026-04-06 02:03:46] "GET /virtual-network/eeba6c01-05e9-4868-aaef-0a932c29f730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004775 10.0.0.130 - - [2026-04-06 02:03:46] "POST /neutron/network HTTP/1.1" 200 1003 0.006564 10.0.0.130 - - [2026-04-06 02:03:46] "POST /neutron/subnet HTTP/1.1" 200 710 0.005944 10.0.0.130 - - [2026-04-06 02:03:46] "POST /neutron/subnet HTTP/1.1" 200 828 0.005925 10.0.0.130 - - [2026-04-06 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001986 10.0.0.130 - - [2026-04-06 02:03:46] "GET /projects?obj_uuids=d692836d-c2fe-4cca-9a6f-3113194d0d06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000821 10.0.0.130 - - [2026-04-06 02:03:46] "GET /project/d692836d-c2fe-4cca-9a6f-3113194d0d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.020408 10.0.0.130 - - [2026-04-06 02:03:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.027022 10.0.0.130 - - [2026-04-06 02:03:46] "POST /neutron/network HTTP/1.1" 200 117 0.010707 10.0.0.130 - - [2026-04-06 02:03:46] "GET /projects?obj_uuids=d692836d-c2fe-4cca-9a6f-3113194d0d06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000882 10.0.0.130 - - [2026-04-06 02:03:46] "POST /neutron/network HTTP/1.1" 200 613 0.056427 10.0.0.130 - - [2026-04-06 02:03:46] "POST /route-targets HTTP/1.1" 200 328 0.019094 10.0.0.130 - - [2026-04-06 02:03:46] "POST /ref-update HTTP/1.1" 200 156 0.010460 10.0.0.130 - - [2026-04-06 02:03:46] "POST /useragent-kv HTTP/1.1" 200 115 0.006111 10.0.0.130 - - [2026-04-06 02:03:46] "POST /neutron/subnet HTTP/1.1" 200 715 0.143953 10.0.0.130 - - [2026-04-06 02:03:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.004607 10.0.0.130 - - [2026-04-06 02:03:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003984 10.0.0.130 - - [2026-04-06 02:03:47] "POST /neutron/subnet HTTP/1.1" 200 823 0.134328 10.0.0.130 - - [2026-04-06 02:03:47] "POST /neutron/network HTTP/1.1" 200 1003 0.006244 10.0.0.130 - - [2026-04-06 02:03:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.000954 10.0.0.130 - - [2026-04-06 02:03:47] "GET /virtual-network/1e4c488f-2125-4504-868b-14e7b8e93c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.004001 10.0.0.130 - - [2026-04-06 02:03:47] "POST /neutron/network HTTP/1.1" 200 1003 0.006236 10.0.0.130 - - [2026-04-06 02:03:47] "GET /virtual-network/1e4c488f-2125-4504-868b-14e7b8e93c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.004764 10.0.0.130 - - [2026-04-06 02:03:47] "POST /neutron/network HTTP/1.1" 200 1003 0.006545 10.0.0.130 - - [2026-04-06 02:03:47] "POST /neutron/subnet HTTP/1.1" 200 715 0.005277 10.0.0.130 - - [2026-04-06 02:03:47] "POST /neutron/subnet HTTP/1.1" 200 823 0.005531 10.0.0.130 - - [2026-04-06 02:03:47] "POST /fqname-to-id HTTP/1.1" 404 234 0.001889 10.0.0.130 - - [2026-04-06 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001828 10.0.0.130 - - [2026-04-06 02:03:47] "GET /projects?obj_uuids=d692836d-c2fe-4cca-9a6f-3113194d0d06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.130 - - [2026-04-06 02:03:47] "GET /project/d692836d-c2fe-4cca-9a6f-3113194d0d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.024339 10.0.0.130 - - [2026-04-06 02:03:47] "POST /network-policys HTTP/1.1" 200 579 0.056784 10.0.0.130 - - [2026-04-06 02:03:47] "GET /network-policy/479cee20-e736-4d88-937d-7e645a68bab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.004458 10.0.0.130 - - [2026-04-06 02:03:47] "POST /neutron/network HTTP/1.1" 200 1003 0.007089 10.0.0.130 - - [2026-04-06 02:03:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.007180 10.0.0.130 - - [2026-04-06 02:03:47] "POST /fqname-to-id HTTP/1.1" 404 242 0.004686 10.0.0.130 - - [2026-04-06 02:03:47] "POST /neutron/network HTTP/1.1" 200 1111 0.047000 10.0.0.130 - - [2026-04-06 02:03:47] "POST /access-control-lists HTTP/1.1" 200 598 0.063785 10.0.0.130 - - [2026-04-06 02:03:47] "POST /neutron/network HTTP/1.1" 200 1111 0.041527 10.0.0.130 - - [2026-04-06 02:03:47] "GET /virtual-network/eeba6c01-05e9-4868-aaef-0a932c29f730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.009421 10.0.0.130 - - [2026-04-06 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.130 - - [2026-04-06 02:03:47] "GET /network-policy/479cee20-e736-4d88-937d-7e645a68bab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.003576 10.0.0.130 - - [2026-04-06 02:03:47] "POST /neutron/network HTTP/1.1" 200 1003 0.007010 10.0.0.130 - - [2026-04-06 02:03:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.003720 10.0.0.130 - - [2026-04-06 02:03:47] "POST /fqname-to-id HTTP/1.1" 404 242 0.001795 10.0.0.130 - - [2026-04-06 02:03:47] "POST /neutron/network HTTP/1.1" 200 1111 0.038864 10.0.0.130 - - [2026-04-06 02:03:47] "POST /neutron/network HTTP/1.1" 200 1111 0.005927 10.0.0.130 - - [2026-04-06 02:03:47] "GET /virtual-network/1e4c488f-2125-4504-868b-14e7b8e93c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.041599 10.0.0.130 - - [2026-04-06 02:03:47] "POST /access-control-lists HTTP/1.1" 200 598 0.074938 10.0.0.130 - - [2026-04-06 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005740 10.0.0.130 - - [2026-04-06 02:03:47] "GET /network-policy/479cee20-e736-4d88-937d-7e645a68bab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.004558 10.0.0.130 - - [2026-04-06 02:03:47] "POST /ref-update HTTP/1.1" 200 156 0.013489 10.0.0.130 - - [2026-04-06 02:03:47] "GET /domains HTTP/1.1" 401 293 0.000414 10.0.0.130 - - [2026-04-06 02:03:48] "PUT /access-control-list/bf8c4e81-825e-4568-8d1e-46b5e8dc6164 HTTP/1.1" 200 273 0.056937 10.0.0.130 - - [2026-04-06 02:03:48] "GET /domains HTTP/1.1" 200 281 0.026081 10.0.0.130 - - [2026-04-06 02:03:48] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000871 10.0.0.130 - - [2026-04-06 02:03:48] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2966 0.007306 10.0.0.130 - - [2026-04-06 02:03:48] "GET /projects?obj_uuids=d692836d-c2fe-4cca-9a6f-3113194d0d06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000846 10.0.0.130 - - [2026-04-06 02:03:48] "GET /project/d692836d-c2fe-4cca-9a6f-3113194d0d06 HTTP/1.1" 200 2634 0.068348 10.0.0.130 - - [2026-04-06 02:03:48] "GET /virtual-network/eeba6c01-05e9-4868-aaef-0a932c29f730 HTTP/1.1" 200 3504 0.006736 10.0.0.130 - - [2026-04-06 02:03:48] "GET /virtual-network/eeba6c01-05e9-4868-aaef-0a932c29f730 HTTP/1.1" 200 3504 0.004797 10.0.0.130 - - [2026-04-06 02:03:48] "GET /routing-instance/470d3951-cceb-46be-b979-489d45dbf08f HTTP/1.1" 200 1799 0.003186 10.0.0.130 - - [2026-04-06 02:03:48] "GET /routing-instance/470d3951-cceb-46be-b979-489d45dbf08f HTTP/1.1" 200 1799 0.002814 10.0.0.130 - - [2026-04-06 02:03:48] "GET /route-target/12bd4051-f4b1-4232-bbc9-d1b869e59bbe HTTP/1.1" 200 1214 0.003381 10.0.0.130 - - [2026-04-06 02:03:48] "GET /virtual-network/eeba6c01-05e9-4868-aaef-0a932c29f730 HTTP/1.1" 200 3504 0.004750 10.0.0.130 - - [2026-04-06 02:03:48] "GET /routing-instance/470d3951-cceb-46be-b979-489d45dbf08f HTTP/1.1" 200 1799 0.003569 10.0.0.130 - - [2026-04-06 02:03:48] "GET /virtual-network/eeba6c01-05e9-4868-aaef-0a932c29f730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.004495 10.0.0.130 - - [2026-04-06 02:03:48] "GET /virtual-network/eeba6c01-05e9-4868-aaef-0a932c29f730 HTTP/1.1" 200 3504 0.004385 10.0.0.130 - - [2026-04-06 02:03:48] "GET /routing-instance/470d3951-cceb-46be-b979-489d45dbf08f HTTP/1.1" 200 1799 0.004006 10.0.0.130 - - [2026-04-06 02:03:48] "GET /routing-instance/470d3951-cceb-46be-b979-489d45dbf08f HTTP/1.1" 200 1799 0.004042 10.0.0.130 - - [2026-04-06 02:03:48] "GET /route-target/12bd4051-f4b1-4232-bbc9-d1b869e59bbe HTTP/1.1" 200 1214 0.005090 10.0.0.130 - - [2026-04-06 02:03:48] "GET /domains HTTP/1.1" 200 281 0.002824 10.0.0.130 - - [2026-04-06 02:03:48] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000889 10.0.0.130 - - [2026-04-06 02:03:48] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2966 0.005983 10.0.0.130 - - [2026-04-06 02:03:48] "GET /projects?obj_uuids=d692836d-c2fe-4cca-9a6f-3113194d0d06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000790 10.0.0.130 - - [2026-04-06 02:03:48] "GET /project/d692836d-c2fe-4cca-9a6f-3113194d0d06 HTTP/1.1" 200 2634 0.062098 10.0.0.130 - - [2026-04-06 02:03:48] "GET /virtual-network/eeba6c01-05e9-4868-aaef-0a932c29f730 HTTP/1.1" 200 3504 0.005644 10.0.0.130 - - [2026-04-06 02:03:48] "GET /obj-perms HTTP/1.1" 200 5065 0.056422 10.0.0.130 - - [2026-04-06 02:03:48] "GET /domains HTTP/1.1" 200 281 0.002300 10.0.0.130 - - [2026-04-06 02:03:48] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000886 10.0.0.130 - - [2026-04-06 02:03:48] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2966 0.005954 10.0.0.130 - - [2026-04-06 02:03:48] "GET /projects?obj_uuids=d692836d-c2fe-4cca-9a6f-3113194d0d06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000820 10.0.0.130 - - [2026-04-06 02:03:49] "GET /project/d692836d-c2fe-4cca-9a6f-3113194d0d06 HTTP/1.1" 200 2634 0.066014 10.0.0.130 - - [2026-04-06 02:03:49] "GET /virtual-network/1e4c488f-2125-4504-868b-14e7b8e93c20 HTTP/1.1" 200 3502 0.006069 10.0.0.130 - - [2026-04-06 02:03:49] "GET /virtual-network/1e4c488f-2125-4504-868b-14e7b8e93c20 HTTP/1.1" 200 3502 0.004230 10.0.0.130 - - [2026-04-06 02:03:49] "GET /routing-instance/a13b3b75-7c68-4bd4-8089-f5d68709358f HTTP/1.1" 200 1799 0.003162 10.0.0.130 - - [2026-04-06 02:03:49] "GET /routing-instance/a13b3b75-7c68-4bd4-8089-f5d68709358f HTTP/1.1" 200 1799 0.003082 10.0.0.130 - - [2026-04-06 02:03:49] "GET /route-target/4f6adfe2-4284-497a-9852-3df07399687c HTTP/1.1" 200 1214 0.003316 10.0.0.130 - - [2026-04-06 02:03:49] "GET /virtual-network/1e4c488f-2125-4504-868b-14e7b8e93c20 HTTP/1.1" 200 3502 0.004268 10.0.0.130 - - [2026-04-06 02:03:49] "GET /routing-instance/a13b3b75-7c68-4bd4-8089-f5d68709358f HTTP/1.1" 200 1799 0.002864 10.0.0.130 - - [2026-04-06 02:03:49] "GET /virtual-network/1e4c488f-2125-4504-868b-14e7b8e93c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.004804 10.0.0.130 - - [2026-04-06 02:03:49] "GET /virtual-network/1e4c488f-2125-4504-868b-14e7b8e93c20 HTTP/1.1" 200 3502 0.004498 10.0.0.130 - - [2026-04-06 02:03:49] "GET /routing-instance/a13b3b75-7c68-4bd4-8089-f5d68709358f HTTP/1.1" 200 1799 0.003306 10.0.0.130 - - [2026-04-06 02:03:49] "GET /routing-instance/a13b3b75-7c68-4bd4-8089-f5d68709358f HTTP/1.1" 200 1799 0.003359 10.0.0.130 - - [2026-04-06 02:03:49] "GET /route-target/4f6adfe2-4284-497a-9852-3df07399687c HTTP/1.1" 200 1214 0.009387 10.0.0.130 - - [2026-04-06 02:03:49] "GET /domains HTTP/1.1" 200 281 0.003236 10.0.0.130 - - [2026-04-06 02:03:49] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000829 10.0.0.130 - - [2026-04-06 02:03:49] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2966 0.005666 10.0.0.130 - - [2026-04-06 02:03:49] "GET /projects?obj_uuids=d692836d-c2fe-4cca-9a6f-3113194d0d06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000838 10.0.0.130 - - [2026-04-06 02:03:49] "GET /project/d692836d-c2fe-4cca-9a6f-3113194d0d06 HTTP/1.1" 200 2634 0.062752 10.0.0.130 - - [2026-04-06 02:03:49] "GET /virtual-network/1e4c488f-2125-4504-868b-14e7b8e93c20 HTTP/1.1" 200 3502 0.004769 10.0.0.130 - - [2026-04-06 02:03:49] "GET /obj-perms HTTP/1.1" 200 5065 0.002765 10.0.0.130 - - [2026-04-06 02:03:49] "GET /virtual-network/1e4c488f-2125-4504-868b-14e7b8e93c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005271 10.0.0.130 - - [2026-04-06 02:03:49] "POST /neutron/network HTTP/1.1" 200 1111 0.006824 10.0.0.130 - - [2026-04-06 02:03:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.004375 10.0.0.130 - - [2026-04-06 02:03:49] "POST /neutron/network HTTP/1.1" 200 1003 0.040822 10.0.0.130 - - [2026-04-06 02:03:49] "DELETE /access-control-list/3b65e7ee-fa6b-46a6-a133-94757bd46a80 HTTP/1.1" 200 115 0.028639 10.0.0.130 - - [2026-04-06 02:03:49] "POST /neutron/network HTTP/1.1" 200 1003 0.011295 10.0.0.130 - - [2026-04-06 02:03:49] "GET /virtual-network/1e4c488f-2125-4504-868b-14e7b8e93c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005549 10.0.0.130 - - [2026-04-06 02:03:49] "POST /ref-update HTTP/1.1" 200 156 0.018202 10.0.0.130 - - [2026-04-06 02:03:49] "GET /virtual-network/eeba6c01-05e9-4868-aaef-0a932c29f730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.010968 10.0.0.130 - - [2026-04-06 02:03:49] "POST /neutron/network HTTP/1.1" 200 1111 0.006630 10.0.0.130 - - [2026-04-06 02:03:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.004890 10.0.0.130 - - [2026-04-06 02:03:49] "POST /neutron/network HTTP/1.1" 200 1003 0.044600 10.0.0.130 - - [2026-04-06 02:03:49] "DELETE /access-control-list/bf8c4e81-825e-4568-8d1e-46b5e8dc6164 HTTP/1.1" 200 115 0.028639 10.0.0.130 - - [2026-04-06 02:03:49] "POST /neutron/network HTTP/1.1" 200 1003 0.008569 10.0.0.130 - - [2026-04-06 02:03:49] "POST /ref-update HTTP/1.1" 200 156 0.013352 10.0.0.130 - - [2026-04-06 02:03:49] "GET /virtual-network/eeba6c01-05e9-4868-aaef-0a932c29f730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004847 10.0.0.130 - - [2026-04-06 02:03:49] "DELETE /network-policy/479cee20-e736-4d88-937d-7e645a68bab5 HTTP/1.1" 200 115 0.018571 10.0.0.130 - - [2026-04-06 02:03:49] "POST /neutron/network HTTP/1.1" 200 1003 0.007360 10.0.0.130 - - [2026-04-06 02:03:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002163 10.0.0.130 - - [2026-04-06 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005438 10.0.0.130 - - [2026-04-06 02:03:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002732 10.0.0.130 - - [2026-04-06 02:03:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002942 10.0.0.130 - - [2026-04-06 02:03:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001546 10.0.0.130 - - [2026-04-06 02:03:49] "POST /neutron/network HTTP/1.1" 200 151 0.073761 10.0.0.130 - - [2026-04-06 02:03:49] "DELETE /route-target/4f6adfe2-4284-497a-9852-3df07399687c HTTP/1.1" 200 115 0.015619 10.0.0.130 - - [2026-04-06 02:03:49] "GET /routing-instance/a13b3b75-7c68-4bd4-8089-f5d68709358f HTTP/1.1" 404 171 0.001955 10.0.0.130 - - [2026-04-06 02:03:49] "GET /domains HTTP/1.1" 200 281 0.001793 10.0.0.130 - - [2026-04-06 02:03:49] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000792 10.0.0.130 - - [2026-04-06 02:03:49] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2966 0.048336 10.0.0.130 - - [2026-04-06 02:03:49] "GET /projects?obj_uuids=d692836d-c2fe-4cca-9a6f-3113194d0d06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000924 10.0.0.130 - - [2026-04-06 02:03:49] "GET /project/d692836d-c2fe-4cca-9a6f-3113194d0d06 HTTP/1.1" 200 2152 0.063232 10.0.0.130 - - [2026-04-06 02:03:49] "POST /neutron/network HTTP/1.1" 200 1003 0.006553 10.0.0.130 - - [2026-04-06 02:03:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001924 10.0.0.130 - - [2026-04-06 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.130 - - [2026-04-06 02:03:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001642 10.0.0.130 - - [2026-04-06 02:03:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002419 10.0.0.130 - - [2026-04-06 02:03:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001595 10.0.0.130 - - [2026-04-06 02:03:49] "POST /neutron/network HTTP/1.1" 200 151 0.072170 10.0.0.130 - - [2026-04-06 02:03:49] "DELETE /route-target/12bd4051-f4b1-4232-bbc9-d1b869e59bbe HTTP/1.1" 200 115 0.013931 10.0.0.130 - - [2026-04-06 02:03:49] "GET /routing-instance/470d3951-cceb-46be-b979-489d45dbf08f HTTP/1.1" 404 171 0.002252 10.0.0.130 - - [2026-04-06 02:03:49] "GET /domains HTTP/1.1" 200 281 0.002141 10.0.0.130 - - [2026-04-06 02:03:49] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000863 10.0.0.130 - - [2026-04-06 02:03:49] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2966 0.048917 10.0.0.130 - - [2026-04-06 02:03:49] "GET /projects?obj_uuids=d692836d-c2fe-4cca-9a6f-3113194d0d06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001270 10.0.0.130 - - [2026-04-06 02:03:50] "GET /project/d692836d-c2fe-4cca-9a6f-3113194d0d06 HTTP/1.1" 200 1906 0.067793 10.0.0.130 - - [2026-04-06 02:03:50] "GET /projects?obj_uuids=d692836d-c2fe-4cca-9a6f-3113194d0d06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000900 10.0.0.130 - - [2026-04-06 02:03:50] "GET /project/d692836d-c2fe-4cca-9a6f-3113194d0d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.020611 10.0.0.130 - - [2026-04-06 02:03:50] "GET /projects?obj_uuids=d692836d-c2fe-4cca-9a6f-3113194d0d06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000847 10.0.0.130 - - [2026-04-06 02:03:50] "GET /project/d692836d-c2fe-4cca-9a6f-3113194d0d06?fields=virtual_networks HTTP/1.1" 200 1051 0.061139 10.0.0.130 - - [2026-04-06 02:03:50] "GET /projects?obj_uuids=d692836d-c2fe-4cca-9a6f-3113194d0d06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001297 10.0.0.130 - - [2026-04-06 02:03:50] "GET /project/d692836d-c2fe-4cca-9a6f-3113194d0d06?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.023575 10.0.0.130 - - [2026-04-06 02:03:50] "GET /projects?obj_uuids=d692836d-c2fe-4cca-9a6f-3113194d0d06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001050 10.0.0.130 - - [2026-04-06 02:03:50] "GET /project/d692836d-c2fe-4cca-9a6f-3113194d0d06?fields=security_groups HTTP/1.1" 200 1286 0.022387 10.0.0.130 - - [2026-04-06 02:03:51] "POST /fqname-to-id HTTP/1.1" 404 204 0.023340 10.0.0.130 - - [2026-04-06 02:03:51] "GET /projects?obj_uuids=0b6ab2e7-6591-41d1-815f-54d6c1935d30&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002403 10.0.0.130 - - [2026-04-06 02:03:51] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001151 10.0.0.130 - - [2026-04-06 02:03:51] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006399 10.0.0.130 - - [2026-04-06 02:03:51] "POST /id-to-fqname HTTP/1.1" 200 206 0.001126 10.0.0.130 - - [2026-04-06 02:03:51] "POST /fqname-to-id HTTP/1.1" 404 215 0.002740 10.0.0.130 - - [2026-04-06 02:03:51] "POST /security-groups HTTP/1.1" 200 607 0.067785 10.0.0.130 - - [2026-04-06 02:03:51] "POST /fqname-to-id HTTP/1.1" 404 250 0.002165 10.0.0.130 - - [2026-04-06 02:03:51] "POST /projects HTTP/1.1" 200 617 0.211124 10.0.0.130 - - [2026-04-06 02:03:51] "POST /access-control-lists HTTP/1.1" 200 614 0.055193 10.0.0.130 - - [2026-04-06 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.282115 10.0.0.130 - - [2026-04-06 02:03:51] "POST /fqname-to-id HTTP/1.1" 404 249 0.002341 10.0.0.130 - - [2026-04-06 02:03:51] "GET /project/0b6ab2e7-6591-41d1-815f-54d6c1935d30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.398643 10.0.0.130 - - [2026-04-06 02:03:51] "POST /access-control-lists HTTP/1.1" 200 612 0.056900 10.0.0.130 - - [2026-04-06 02:03:52] "GET / HTTP/1.1" 200 36215 0.001806 10.0.0.130 - - [2026-04-06 02:03:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000480 10.0.0.130 - - [2026-04-06 02:03:54] "POST /fqname-to-id HTTP/1.1" 404 233 0.051551 10.0.0.130 - - [2026-04-06 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002206 10.0.0.130 - - [2026-04-06 02:03:54] "GET /projects?obj_uuids=0b6ab2e7-6591-41d1-815f-54d6c1935d30&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000970 10.0.0.130 - - [2026-04-06 02:03:54] "GET /project/0b6ab2e7-6591-41d1-815f-54d6c1935d30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.020449 10.0.0.130 - - [2026-04-06 02:03:54] "POST /network-policys HTTP/1.1" 200 569 0.056730 10.0.0.130 - - [2026-04-06 02:03:54] "GET /network-policy/b16bee28-9957-47b7-9a17-36a1622bcc3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.004326 10.0.0.130 - - [2026-04-06 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002386 10.0.0.130 - - [2026-04-06 02:03:54] "GET /projects?obj_uuids=0b6ab2e7-6591-41d1-815f-54d6c1935d30&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000962 10.0.0.130 - - [2026-04-06 02:03:54] "GET /project/0b6ab2e7-6591-41d1-815f-54d6c1935d30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.020038 10.0.0.130 - - [2026-04-06 02:03:54] "POST /neutron/network HTTP/1.1" 200 117 0.032405 10.0.0.130 - - [2026-04-06 02:03:54] "GET /projects?obj_uuids=0b6ab2e7-6591-41d1-815f-54d6c1935d30&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000957 10.0.0.130 - - [2026-04-06 02:03:54] "POST /neutron/network HTTP/1.1" 200 623 0.059987 10.0.0.130 - - [2026-04-06 02:03:54] "POST /route-targets HTTP/1.1" 200 328 0.008880 10.0.0.130 - - [2026-04-06 02:03:54] "POST /ref-update HTTP/1.1" 200 156 0.009312 10.0.0.130 - - [2026-04-06 02:03:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003244 10.0.0.130 - - [2026-04-06 02:03:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.190430 10.0.0.130 - - [2026-04-06 02:03:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.004041 10.0.0.130 - - [2026-04-06 02:03:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002280 10.0.0.130 - - [2026-04-06 02:03:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.119632 10.0.0.130 - - [2026-04-06 02:03:54] "POST /neutron/network HTTP/1.1" 200 1016 0.006346 10.0.0.130 - - [2026-04-06 02:03:54] "POST /id-to-fqname HTTP/1.1" 200 237 0.001094 10.0.0.130 - - [2026-04-06 02:03:54] "GET /virtual-network/58202684-f002-4dd3-b79f-1e94b9a360b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.007038 10.0.0.130 - - [2026-04-06 02:03:54] "POST /neutron/network HTTP/1.1" 200 1016 0.006479 10.0.0.130 - - [2026-04-06 02:03:55] "GET /virtual-network/58202684-f002-4dd3-b79f-1e94b9a360b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.015164 10.0.0.130 - - [2026-04-06 02:03:55] "POST /neutron/network HTTP/1.1" 200 1016 0.005984 10.0.0.130 - - [2026-04-06 02:03:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.005331 10.0.0.130 - - [2026-04-06 02:03:55] "POST /neutron/subnet HTTP/1.1" 200 828 0.005322 10.0.0.130 - - [2026-04-06 02:03:55] "POST /neutron/network HTTP/1.1" 200 1016 0.005201 10.0.0.130 - - [2026-04-06 02:03:55] "POST /fqname-to-id HTTP/1.1" 404 252 0.004519 10.0.0.130 - - [2026-04-06 02:03:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.003259 10.0.0.130 - - [2026-04-06 02:03:55] "POST /neutron/network HTTP/1.1" 200 1123 0.038792 10.0.0.130 - - [2026-04-06 02:03:55] "POST /access-control-lists HTTP/1.1" 200 609 0.060024 10.0.0.130 - - [2026-04-06 02:03:55] "POST /neutron/network HTTP/1.1" 200 1123 0.040609 10.0.0.130 - - [2026-04-06 02:03:55] "GET /virtual-network/58202684-f002-4dd3-b79f-1e94b9a360b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.004339 10.0.0.130 - - [2026-04-06 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001875 10.0.0.130 - - [2026-04-06 02:03:55] "GET /network-policy/b16bee28-9957-47b7-9a17-36a1622bcc3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.003006 10.0.0.130 - - [2026-04-06 02:03:55] "GET /domains HTTP/1.1" 401 293 0.000386 10.0.0.130 - - [2026-04-06 02:03:55] "GET /domains HTTP/1.1" 200 281 0.026026 10.0.0.130 - - [2026-04-06 02:03:55] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001179 10.0.0.130 - - [2026-04-06 02:03:55] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 3169 0.007799 10.0.0.130 - - [2026-04-06 02:03:55] "GET /projects?obj_uuids=0b6ab2e7-6591-41d1-815f-54d6c1935d30&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000891 10.0.0.130 - - [2026-04-06 02:03:55] "GET /project/0b6ab2e7-6591-41d1-815f-54d6c1935d30 HTTP/1.1" 200 2463 0.075682 10.0.0.130 - - [2026-04-06 02:03:55] "GET /virtual-network/58202684-f002-4dd3-b79f-1e94b9a360b0 HTTP/1.1" 200 3550 0.006032 10.0.0.130 - - [2026-04-06 02:03:55] "GET /virtual-network/58202684-f002-4dd3-b79f-1e94b9a360b0 HTTP/1.1" 200 3550 0.004019 10.0.0.130 - - [2026-04-06 02:03:55] "GET /routing-instance/e1310b93-eb93-4b21-8766-24f0fbed4bd3 HTTP/1.1" 200 1498 0.002652 10.0.0.130 - - [2026-04-06 02:03:55] "GET /routing-instance/e1310b93-eb93-4b21-8766-24f0fbed4bd3 HTTP/1.1" 200 1498 0.002325 10.0.0.130 - - [2026-04-06 02:03:55] "GET /route-target/39b773e2-c22e-4bcd-8563-a0ef7f4672ca HTTP/1.1" 200 1223 0.002659 10.0.0.130 - - [2026-04-06 02:03:55] "GET /virtual-network/58202684-f002-4dd3-b79f-1e94b9a360b0 HTTP/1.1" 200 3550 0.004987 10.0.0.130 - - [2026-04-06 02:03:55] "GET /routing-instance/e1310b93-eb93-4b21-8766-24f0fbed4bd3 HTTP/1.1" 200 1498 0.002241 10.0.0.130 - - [2026-04-06 02:03:55] "GET /virtual-network/58202684-f002-4dd3-b79f-1e94b9a360b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.003438 10.0.0.130 - - [2026-04-06 02:03:55] "GET /virtual-network/58202684-f002-4dd3-b79f-1e94b9a360b0 HTTP/1.1" 200 3550 0.003700 10.0.0.130 - - [2026-04-06 02:03:55] "GET /routing-instance/e1310b93-eb93-4b21-8766-24f0fbed4bd3 HTTP/1.1" 200 1498 0.002330 10.0.0.130 - - [2026-04-06 02:03:55] "GET /routing-instance/e1310b93-eb93-4b21-8766-24f0fbed4bd3 HTTP/1.1" 200 1498 0.002328 10.0.0.130 - - [2026-04-06 02:03:55] "GET /route-target/39b773e2-c22e-4bcd-8563-a0ef7f4672ca HTTP/1.1" 200 1223 0.002137 10.0.0.130 - - [2026-04-06 02:03:55] "GET /domains HTTP/1.1" 200 281 0.002182 10.0.0.130 - - [2026-04-06 02:03:55] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000749 10.0.0.130 - - [2026-04-06 02:03:55] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 3169 0.005882 10.0.0.130 - - [2026-04-06 02:03:55] "GET /projects?obj_uuids=0b6ab2e7-6591-41d1-815f-54d6c1935d30&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000824 10.0.0.130 - - [2026-04-06 02:03:55] "GET /project/0b6ab2e7-6591-41d1-815f-54d6c1935d30 HTTP/1.1" 200 2463 0.065082 10.0.0.130 - - [2026-04-06 02:03:55] "GET /virtual-network/58202684-f002-4dd3-b79f-1e94b9a360b0 HTTP/1.1" 200 3550 0.003997 10.0.0.130 - - [2026-04-06 02:03:56] "GET /obj-perms HTTP/1.1" 200 5081 0.049023 10.0.0.130 - - [2026-04-06 02:03:56] "GET /domains HTTP/1.1" 200 281 0.002237 10.0.0.130 - - [2026-04-06 02:03:56] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000781 10.0.0.130 - - [2026-04-06 02:03:56] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 3169 0.005496 10.0.0.130 - - [2026-04-06 02:03:56] "GET /projects?obj_uuids=0b6ab2e7-6591-41d1-815f-54d6c1935d30&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000777 10.0.0.130 - - [2026-04-06 02:03:56] "GET /project/0b6ab2e7-6591-41d1-815f-54d6c1935d30 HTTP/1.1" 200 2463 0.066705 10.0.0.130 - - [2026-04-06 02:03:56] "GET /network-policy/b16bee28-9957-47b7-9a17-36a1622bcc3e HTTP/1.1" 200 3483 0.003311 10.0.0.130 - - [2026-04-06 02:03:56] "DELETE /network-policy/b16bee28-9957-47b7-9a17-36a1622bcc3e HTTP/1.1" 409 239 0.004739 10.0.0.130 - - [2026-04-06 02:03:56] "POST /neutron/network HTTP/1.1" 200 1123 0.005501 10.0.0.130 - - [2026-04-06 02:03:56] "DELETE /access-control-list/97854999-ac1f-4c58-bb41-980a82fb9f2d HTTP/1.1" 200 115 0.032224 10.0.0.130 - - [2026-04-06 02:03:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002998 10.0.0.130 - - [2026-04-06 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004801 10.0.0.130 - - [2026-04-06 02:03:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001763 10.0.0.130 - - [2026-04-06 02:03:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001737 10.0.0.130 - - [2026-04-06 02:03:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001612 10.0.0.130 - - [2026-04-06 02:03:56] "POST /neutron/network HTTP/1.1" 200 151 0.090709 10.0.0.130 - - [2026-04-06 02:03:56] "GET /routing-instance/e1310b93-eb93-4b21-8766-24f0fbed4bd3 HTTP/1.1" 404 171 0.001772 10.0.0.130 - - [2026-04-06 02:03:56] "GET /domains HTTP/1.1" 200 281 0.001646 10.0.0.130 - - [2026-04-06 02:03:56] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000771 10.0.0.130 - - [2026-04-06 02:03:56] "DELETE /route-target/39b773e2-c22e-4bcd-8563-a0ef7f4672ca HTTP/1.1" 200 115 0.013085 10.0.0.130 - - [2026-04-06 02:03:56] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 3169 0.049574 10.0.0.130 - - [2026-04-06 02:03:56] "GET /projects?obj_uuids=0b6ab2e7-6591-41d1-815f-54d6c1935d30&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000920 10.0.0.130 - - [2026-04-06 02:03:56] "GET /project/0b6ab2e7-6591-41d1-815f-54d6c1935d30 HTTP/1.1" 200 2208 0.064023 10.0.0.130 - - [2026-04-06 02:03:56] "DELETE /network-policy/b16bee28-9957-47b7-9a17-36a1622bcc3e HTTP/1.1" 200 115 0.021804 10.0.0.130 - - [2026-04-06 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002431 10.0.0.130 - - [2026-04-06 02:03:56] "GET /projects?obj_uuids=0b6ab2e7-6591-41d1-815f-54d6c1935d30&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001206 10.0.0.130 - - [2026-04-06 02:03:56] "GET /project/0b6ab2e7-6591-41d1-815f-54d6c1935d30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.022410 10.0.0.130 - - [2026-04-06 02:03:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-91708597&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004192 10.0.0.130 - - [2026-04-06 02:03:57] "GET /projects?obj_uuids=0b6ab2e7-6591-41d1-815f-54d6c1935d30&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001036 10.0.0.130 - - [2026-04-06 02:03:57] "GET /project/0b6ab2e7-6591-41d1-815f-54d6c1935d30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.020872 10.0.0.130 - - [2026-04-06 02:03:57] "GET /projects?obj_uuids=0b6ab2e7-6591-41d1-815f-54d6c1935d30&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000844 10.0.0.130 - - [2026-04-06 02:03:57] "GET /project/0b6ab2e7-6591-41d1-815f-54d6c1935d30?fields=virtual_networks HTTP/1.1" 200 1064 0.060675 10.0.0.130 - - [2026-04-06 02:03:57] "GET /projects?obj_uuids=0b6ab2e7-6591-41d1-815f-54d6c1935d30&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001135 10.0.0.130 - - [2026-04-06 02:03:57] "GET /project/0b6ab2e7-6591-41d1-815f-54d6c1935d30?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.020921 10.0.0.130 - - [2026-04-06 02:03:57] "GET /projects?obj_uuids=0b6ab2e7-6591-41d1-815f-54d6c1935d30&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000877 10.0.0.130 - - [2026-04-06 02:03:57] "GET /project/0b6ab2e7-6591-41d1-815f-54d6c1935d30?fields=security_groups HTTP/1.1" 200 1307 0.023188 10.0.0.130 - - [2026-04-06 02:03:58] "POST /fqname-to-id HTTP/1.1" 404 190 0.023793 10.0.0.130 - - [2026-04-06 02:03:58] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001948 10.0.0.130 - - [2026-04-06 02:03:58] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.130 - - [2026-04-06 02:03:58] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006068 10.0.0.130 - - [2026-04-06 02:03:58] "POST /id-to-fqname HTTP/1.1" 200 192 0.001052 10.0.0.130 - - [2026-04-06 02:03:58] "POST /fqname-to-id HTTP/1.1" 404 201 0.002396 10.0.0.130 - - [2026-04-06 02:03:58] "POST /security-groups HTTP/1.1" 200 593 0.060143 10.0.0.130 - - [2026-04-06 02:03:58] "POST /fqname-to-id HTTP/1.1" 404 236 0.002206 10.0.0.130 - - [2026-04-06 02:03:58] "POST /projects HTTP/1.1" 200 589 0.197036 10.0.0.130 - - [2026-04-06 02:03:58] "POST /access-control-lists HTTP/1.1" 200 600 0.054301 10.0.0.130 - - [2026-04-06 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.263178 10.0.0.130 - - [2026-04-06 02:03:58] "POST /fqname-to-id HTTP/1.1" 404 235 0.002594 10.0.0.130 - - [2026-04-06 02:03:58] "GET /project/c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.382218 10.0.0.130 - - [2026-04-06 02:03:58] "POST /access-control-lists HTTP/1.1" 200 598 0.056674 10.0.0.130 - - [2026-04-06 02:03:59] "GET / HTTP/1.1" 200 36215 0.001784 10.0.0.130 - - [2026-04-06 02:04:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000558 10.0.0.130 - - [2026-04-06 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.057730 10.0.0.130 - - [2026-04-06 02:04:00] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000897 10.0.0.130 - - [2026-04-06 02:04:00] "GET /project/c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.027297 10.0.0.130 - - [2026-04-06 02:04:00] "POST /neutron/network HTTP/1.1" 200 117 0.036436 10.0.0.130 - - [2026-04-06 02:04:00] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001185 10.0.0.130 - - [2026-04-06 02:04:00] "POST /neutron/network HTTP/1.1" 200 607 0.051213 10.0.0.130 - - [2026-04-06 02:04:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002023 10.0.0.130 - - [2026-04-06 02:04:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.146458 10.0.0.130 - - [2026-04-06 02:04:01] "POST /neutron/network HTTP/1.1" 200 825 0.004489 10.0.0.130 - - [2026-04-06 02:04:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.000988 10.0.0.130 - - [2026-04-06 02:04:01] "GET /virtual-network/658d7233-0a7e-4ae3-8efc-5568af925455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008428 10.0.0.130 - - [2026-04-06 02:04:01] "POST /neutron/network HTTP/1.1" 200 825 0.004669 10.0.0.130 - - [2026-04-06 02:04:01] "GET /virtual-network/658d7233-0a7e-4ae3-8efc-5568af925455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004391 10.0.0.130 - - [2026-04-06 02:04:01] "POST /neutron/network HTTP/1.1" 200 825 0.004918 10.0.0.130 - - [2026-04-06 02:04:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.007155 10.0.0.130 - - [2026-04-06 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.001791 10.0.0.130 - - [2026-04-06 02:04:01] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000993 10.0.0.130 - - [2026-04-06 02:04:01] "GET /project/c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.022088 10.0.0.130 - - [2026-04-06 02:04:01] "POST /neutron/network HTTP/1.1" 200 117 0.008031 10.0.0.130 - - [2026-04-06 02:04:01] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001101 10.0.0.130 - - [2026-04-06 02:04:01] "POST /route-targets HTTP/1.1" 200 328 0.010401 10.0.0.130 - - [2026-04-06 02:04:01] "POST /ref-update HTTP/1.1" 200 156 0.010395 10.0.0.130 - - [2026-04-06 02:04:01] "POST /neutron/network HTTP/1.1" 200 607 0.070492 10.0.0.130 - - [2026-04-06 02:04:01] "POST /route-targets HTTP/1.1" 200 328 0.008725 10.0.0.130 - - [2026-04-06 02:04:01] "POST /ref-update HTTP/1.1" 200 156 0.010054 10.0.0.130 - - [2026-04-06 02:04:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004171 10.0.0.130 - - [2026-04-06 02:04:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.186627 10.0.0.130 - - [2026-04-06 02:04:01] "POST /neutron/network HTTP/1.1" 200 825 0.004618 10.0.0.130 - - [2026-04-06 02:04:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.000980 10.0.0.130 - - [2026-04-06 02:04:01] "GET /virtual-network/2b3e2b65-da4f-40fc-9abd-998a84c570ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004550 10.0.0.130 - - [2026-04-06 02:04:01] "POST /neutron/network HTTP/1.1" 200 825 0.004795 10.0.0.130 - - [2026-04-06 02:04:01] "GET /virtual-network/2b3e2b65-da4f-40fc-9abd-998a84c570ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006022 10.0.0.130 - - [2026-04-06 02:04:01] "POST /neutron/network HTTP/1.1" 200 825 0.005160 10.0.0.130 - - [2026-04-06 02:04:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.006538 10.0.0.130 - - [2026-04-06 02:04:01] "POST /fqname-to-id HTTP/1.1" 404 228 0.003004 10.0.0.130 - - [2026-04-06 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.130 - - [2026-04-06 02:04:02] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000999 10.0.0.130 - - [2026-04-06 02:04:02] "GET /project/c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.036301 10.0.0.130 - - [2026-04-06 02:04:02] "POST /network-policys HTTP/1.1" 200 573 0.016613 10.0.0.130 - - [2026-04-06 02:04:02] "GET /network-policy/68ee9495-25ed-47a7-887e-75cca9d11520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004941 10.0.0.130 - - [2026-04-06 02:04:02] "POST /neutron/network HTTP/1.1" 200 825 0.004503 10.0.0.130 - - [2026-04-06 02:04:02] "POST /fqname-to-id HTTP/1.1" 404 236 0.006409 10.0.0.130 - - [2026-04-06 02:04:02] "POST /neutron/network HTTP/1.1" 200 927 0.041427 10.0.0.130 - - [2026-04-06 02:04:02] "POST /neutron/network HTTP/1.1" 200 927 0.037753 10.0.0.130 - - [2026-04-06 02:04:02] "POST /access-control-lists HTTP/1.1" 200 592 0.062693 10.0.0.130 - - [2026-04-06 02:04:02] "GET /virtual-network/658d7233-0a7e-4ae3-8efc-5568af925455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004051 10.0.0.130 - - [2026-04-06 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001891 10.0.0.130 - - [2026-04-06 02:04:02] "GET /network-policy/68ee9495-25ed-47a7-887e-75cca9d11520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003036 10.0.0.130 - - [2026-04-06 02:04:02] "POST /neutron/network HTTP/1.1" 200 825 0.004652 10.0.0.130 - - [2026-04-06 02:04:02] "PUT /access-control-list/87053259-4355-4a38-9a87-0464300d34a6 HTTP/1.1" 200 273 0.054751 10.0.0.130 - - [2026-04-06 02:04:02] "POST /neutron/network HTTP/1.1" 200 927 0.086062 10.0.0.130 - - [2026-04-06 02:04:02] "POST /fqname-to-id HTTP/1.1" 404 236 0.011309 10.0.0.130 - - [2026-04-06 02:04:02] "POST /neutron/network HTTP/1.1" 200 927 0.005221 10.0.0.130 - - [2026-04-06 02:04:02] "GET /virtual-network/2b3e2b65-da4f-40fc-9abd-998a84c570ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003741 10.0.0.130 - - [2026-04-06 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001809 10.0.0.130 - - [2026-04-06 02:04:02] "GET /network-policy/68ee9495-25ed-47a7-887e-75cca9d11520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.032522 10.0.0.130 - - [2026-04-06 02:04:02] "POST /access-control-lists HTTP/1.1" 200 592 0.057655 10.0.0.130 - - [2026-04-06 02:04:02] "GET /domains HTTP/1.1" 401 293 0.000409 10.0.0.130 - - [2026-04-06 02:04:02] "POST /ref-update HTTP/1.1" 200 156 0.009262 10.0.0.130 - - [2026-04-06 02:04:02] "GET /domains HTTP/1.1" 200 281 0.026268 10.0.0.130 - - [2026-04-06 02:04:02] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000862 10.0.0.130 - - [2026-04-06 02:04:03] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 3358 0.006641 10.0.0.130 - - [2026-04-06 02:04:03] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000939 10.0.0.130 - - [2026-04-06 02:04:03] "DELETE /project/d692836dc2fe4cca9a6f3113194d0d06 HTTP/1.1" 404 173 0.017386 10.0.0.130 - - [2026-04-06 02:04:03] "DELETE /project/c11cc8d4e8b640f7a95bd30ef0e58c1a HTTP/1.1" 404 173 0.014987 10.0.0.130 - - [2026-04-06 02:04:03] "DELETE /project/0b6ab2e7659141d1815f54d6c1935d30 HTTP/1.1" 404 173 0.014214 10.0.0.130 - - [2026-04-06 02:04:03] "DELETE /project/80f8c701b80e4a49b6f0f18d81bdc6a9 HTTP/1.1" 404 173 0.007861 10.0.0.130 - - [2026-04-06 02:04:03] "GET /projects?obj_uuids=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000793 10.0.0.130 - - [2026-04-06 02:04:03] "GET /projects?obj_uuids=d692836d-c2fe-4cca-9a6f-3113194d0d06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000757 10.0.0.130 - - [2026-04-06 02:04:03] "GET /projects?obj_uuids=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000714 10.0.0.130 - - [2026-04-06 02:04:03] "GET /projects?obj_uuids=0b6ab2e7-6591-41d1-815f-54d6c1935d30&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001050 10.0.0.130 - - [2026-04-06 02:04:03] "GET /project/77b66304-4f99-47c0-9e45-955cd83dfb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.045788 10.0.0.130 - - [2026-04-06 02:04:03] "GET /project/c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a HTTP/1.1" 200 2580 0.095824 10.0.0.130 - - [2026-04-06 02:04:03] "GET /project/80f8c701-b80e-4a49-b6f0-f18d81bdc6a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.052227 10.0.0.130 - - [2026-04-06 02:04:03] "GET /project/0b6ab2e7-6591-41d1-815f-54d6c1935d30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.050959 10.0.0.130 - - [2026-04-06 02:04:03] "GET /project/d692836d-c2fe-4cca-9a6f-3113194d0d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.062424 10.0.0.130 - - [2026-04-06 02:04:03] "GET /projects?obj_uuids=d692836d-c2fe-4cca-9a6f-3113194d0d06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001095 10.0.0.130 - - [2026-04-06 02:04:03] "GET /projects?obj_uuids=0b6ab2e7-6591-41d1-815f-54d6c1935d30&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000964 10.0.0.130 - - [2026-04-06 02:04:03] "GET /projects?obj_uuids=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000919 10.0.0.130 - - [2026-04-06 02:04:03] "GET /projects?obj_uuids=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001064 10.0.0.130 - - [2026-04-06 02:04:03] "GET /virtual-network/658d7233-0a7e-4ae3-8efc-5568af925455 HTTP/1.1" 200 2895 0.022301 10.0.0.130 - - [2026-04-06 02:04:03] "GET /virtual-network/658d7233-0a7e-4ae3-8efc-5568af925455 HTTP/1.1" 200 2895 0.005571 10.0.0.130 - - [2026-04-06 02:04:03] "GET /routing-instance/c82b5e2e-fb7a-4c9c-94d8-20a89c5610fd HTTP/1.1" 200 1788 0.004494 10.0.0.130 - - [2026-04-06 02:04:03] "GET /routing-instance/c82b5e2e-fb7a-4c9c-94d8-20a89c5610fd HTTP/1.1" 200 1788 0.004077 10.0.0.130 - - [2026-04-06 02:04:03] "GET /project/77b66304-4f99-47c0-9e45-955cd83dfb98?fields=security_groups HTTP/1.1" 200 1357 0.058603 10.0.0.130 - - [2026-04-06 02:04:03] "GET /project/0b6ab2e7-6591-41d1-815f-54d6c1935d30?fields=security_groups HTTP/1.1" 200 1409 0.058981 10.0.0.130 - - [2026-04-06 02:04:03] "GET /project/80f8c701-b80e-4a49-b6f0-f18d81bdc6a9?fields=security_groups HTTP/1.1" 200 1372 0.064541 10.0.0.130 - - [2026-04-06 02:04:03] "GET /project/d692836d-c2fe-4cca-9a6f-3113194d0d06?fields=security_groups HTTP/1.1" 200 1388 0.065154 10.0.0.130 - - [2026-04-06 02:04:03] "GET /route-target/fac7026b-d12e-4ca4-8647-ba3e72d70639 HTTP/1.1" 200 1208 0.005411 10.0.0.130 - - [2026-04-06 02:04:03] "GET /virtual-network/658d7233-0a7e-4ae3-8efc-5568af925455 HTTP/1.1" 200 2895 0.004990 10.0.0.130 - - [2026-04-06 02:04:03] "GET /routing-instance/c82b5e2e-fb7a-4c9c-94d8-20a89c5610fd HTTP/1.1" 200 1788 0.002331 10.0.0.130 - - [2026-04-06 02:04:03] "GET /virtual-network/658d7233-0a7e-4ae3-8efc-5568af925455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003639 10.0.0.130 - - [2026-04-06 02:04:03] "GET /virtual-network/658d7233-0a7e-4ae3-8efc-5568af925455 HTTP/1.1" 200 2895 0.004496 10.0.0.130 - - [2026-04-06 02:04:03] "GET /routing-instance/c82b5e2e-fb7a-4c9c-94d8-20a89c5610fd HTTP/1.1" 200 1788 0.004992 10.0.0.130 - - [2026-04-06 02:04:03] "GET /routing-instance/c82b5e2e-fb7a-4c9c-94d8-20a89c5610fd HTTP/1.1" 200 1788 0.003222 10.0.0.130 - - [2026-04-06 02:04:03] "GET /route-target/fac7026b-d12e-4ca4-8647-ba3e72d70639 HTTP/1.1" 200 1208 0.002768 10.0.0.130 - - [2026-04-06 02:04:03] "GET /domains HTTP/1.1" 200 281 0.006038 10.0.0.130 - - [2026-04-06 02:04:03] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.130 - - [2026-04-06 02:04:03] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 3358 0.010862 10.0.0.130 - - [2026-04-06 02:04:03] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001642 10.0.0.130 - - [2026-04-06 02:04:03] "DELETE /security-group/8cad1f29-0a3f-496b-80dd-bae83c877078 HTTP/1.1" 200 115 0.090690 10.0.0.130 - - [2026-04-06 02:04:03] "GET /projects?obj_uuids=77b66304-4f99-47c0-9e45-955cd83dfb98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000916 10.0.0.130 - - [2026-04-06 02:04:03] "DELETE /security-group/0b15cf5f-f440-4276-b6e5-5b86fc7caabc HTTP/1.1" 200 115 0.091959 10.0.0.130 - - [2026-04-06 02:04:03] "GET /projects?obj_uuids=80f8c701-b80e-4a49-b6f0-f18d81bdc6a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000863 10.0.0.130 - - [2026-04-06 02:04:03] "DELETE /security-group/bde68807-dfff-45d6-a65b-2d7a50c2079a HTTP/1.1" 200 115 0.103528 10.0.0.130 - - [2026-04-06 02:04:03] "DELETE /access-control-list/f7216748-1b96-4261-883d-c34537fde7ba HTTP/1.1" 200 115 0.071614 10.0.0.130 - - [2026-04-06 02:04:03] "GET /projects?obj_uuids=0b6ab2e7-6591-41d1-815f-54d6c1935d30&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000853 10.0.0.130 - - [2026-04-06 02:04:03] "DELETE /security-group/8d620b6e-aaf8-423c-ac4a-8f257bb16847 HTTP/1.1" 200 115 0.114093 10.0.0.130 - - [2026-04-06 02:04:03] "GET /project/77b66304-4f99-47c0-9e45-955cd83dfb98?fields=application_policy_sets HTTP/1.1" 200 1396 0.050502 10.0.0.130 - - [2026-04-06 02:04:03] "GET /projects?obj_uuids=d692836d-c2fe-4cca-9a6f-3113194d0d06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000987 10.0.0.130 - - [2026-04-06 02:04:03] "GET /project/0b6ab2e7-6591-41d1-815f-54d6c1935d30?fields=application_policy_sets HTTP/1.1" 200 1448 0.047133 10.0.0.130 - - [2026-04-06 02:04:03] "GET /project/c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a HTTP/1.1" 200 2580 0.095651 10.0.0.130 - - [2026-04-06 02:04:03] "GET /virtual-network/658d7233-0a7e-4ae3-8efc-5568af925455 HTTP/1.1" 200 2895 0.006192 10.0.0.130 - - [2026-04-06 02:04:03] "DELETE /access-control-list/48295142-f886-4045-93f3-791fa41fac1c HTTP/1.1" 200 115 0.070781 10.0.0.130 - - [2026-04-06 02:04:03] "GET /project/80f8c701-b80e-4a49-b6f0-f18d81bdc6a9?fields=application_policy_sets HTTP/1.1" 200 1411 0.101682 10.0.0.130 - - [2026-04-06 02:04:03] "GET /project/d692836d-c2fe-4cca-9a6f-3113194d0d06?fields=application_policy_sets HTTP/1.1" 200 1427 0.082033 10.0.0.130 - - [2026-04-06 02:04:03] "DELETE /access-control-list/ddff0b57-0cab-4a9c-b5a1-b5781643d24a HTTP/1.1" 200 115 0.047671 10.0.0.130 - - [2026-04-06 02:04:03] "DELETE /access-control-list/b98d327b-1468-4100-97ef-79155dcf0dba HTTP/1.1" 200 115 0.038484 10.0.0.130 - - [2026-04-06 02:04:03] "DELETE /project/77b66304-4f99-47c0-9e45-955cd83dfb98 HTTP/1.1" 200 115 0.496208 10.0.0.130 - - [2026-04-06 02:04:03] "DELETE /project/0b6ab2e7-6591-41d1-815f-54d6c1935d30 HTTP/1.1" 200 115 0.510816 10.0.0.130 - - [2026-04-06 02:04:03] "DELETE /access-control-list/2af0a2d0-4b71-43a2-a380-645b8754a4c7 HTTP/1.1" 200 115 0.035134 10.0.0.130 - - [2026-04-06 02:04:03] "DELETE /project/80f8c701-b80e-4a49-b6f0-f18d81bdc6a9 HTTP/1.1" 200 115 0.539987 10.0.0.130 - - [2026-04-06 02:04:03] "DELETE /access-control-list/219f8375-9341-4f23-bba6-75205c5197b6 HTTP/1.1" 200 115 0.034260 10.0.0.130 - - [2026-04-06 02:04:03] "DELETE /project/d692836d-c2fe-4cca-9a6f-3113194d0d06 HTTP/1.1" 200 115 0.567484 10.0.0.130 - - [2026-04-06 02:04:03] "DELETE /access-control-list/e98a01fd-8307-4022-bbee-241e35f34263 HTTP/1.1" 200 115 0.014529 10.0.0.130 - - [2026-04-06 02:04:03] "DELETE /access-control-list/da1885f1-519a-4534-94e4-dcdbaa5ff247 HTTP/1.1" 200 115 0.015532 10.0.0.130 - - [2026-04-06 02:04:03] "GET /obj-perms HTTP/1.1" 200 5053 0.053259 10.0.0.130 - - [2026-04-06 02:04:03] "GET /domains HTTP/1.1" 200 281 0.002224 10.0.0.130 - - [2026-04-06 02:04:03] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001480 10.0.0.130 - - [2026-04-06 02:04:03] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2585 0.007072 10.0.0.130 - - [2026-04-06 02:04:03] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000816 10.0.0.130 - - [2026-04-06 02:04:03] "GET /project/c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a HTTP/1.1" 200 2580 0.068790 10.0.0.130 - - [2026-04-06 02:04:03] "GET /virtual-network/2b3e2b65-da4f-40fc-9abd-998a84c570ed HTTP/1.1" 200 2895 0.007858 10.0.0.130 - - [2026-04-06 02:04:03] "GET /virtual-network/2b3e2b65-da4f-40fc-9abd-998a84c570ed HTTP/1.1" 200 2895 0.007828 10.0.0.130 - - [2026-04-06 02:04:03] "GET /routing-instance/0ce036d0-200c-497e-bf8b-adc9ac84e9d2 HTTP/1.1" 200 1786 0.003090 10.0.0.130 - - [2026-04-06 02:04:03] "GET /routing-instance/0ce036d0-200c-497e-bf8b-adc9ac84e9d2 HTTP/1.1" 200 1786 0.002907 10.0.0.130 - - [2026-04-06 02:04:03] "GET /route-target/22d9d4e7-231c-4ef3-9c85-79119e5a229f HTTP/1.1" 200 1208 0.004557 10.0.0.130 - - [2026-04-06 02:04:03] "GET /virtual-network/2b3e2b65-da4f-40fc-9abd-998a84c570ed HTTP/1.1" 200 2895 0.004023 10.0.0.130 - - [2026-04-06 02:04:03] "GET /routing-instance/0ce036d0-200c-497e-bf8b-adc9ac84e9d2 HTTP/1.1" 200 1786 0.002733 10.0.0.130 - - [2026-04-06 02:04:03] "GET /virtual-network/2b3e2b65-da4f-40fc-9abd-998a84c570ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004474 10.0.0.130 - - [2026-04-06 02:04:03] "GET /virtual-network/2b3e2b65-da4f-40fc-9abd-998a84c570ed HTTP/1.1" 200 2895 0.004470 10.0.0.130 - - [2026-04-06 02:04:03] "GET /routing-instance/0ce036d0-200c-497e-bf8b-adc9ac84e9d2 HTTP/1.1" 200 1786 0.003849 10.0.0.130 - - [2026-04-06 02:04:03] "GET /routing-instance/0ce036d0-200c-497e-bf8b-adc9ac84e9d2 HTTP/1.1" 200 1786 0.003544 10.0.0.130 - - [2026-04-06 02:04:03] "GET /route-target/22d9d4e7-231c-4ef3-9c85-79119e5a229f HTTP/1.1" 200 1208 0.003355 10.0.0.130 - - [2026-04-06 02:04:04] "GET /domains HTTP/1.1" 200 281 0.002653 10.0.0.130 - - [2026-04-06 02:04:04] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.130 - - [2026-04-06 02:04:04] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2585 0.005997 10.0.0.130 - - [2026-04-06 02:04:04] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000963 10.0.0.130 - - [2026-04-06 02:04:04] "GET /project/c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a HTTP/1.1" 200 2580 0.066968 10.0.0.130 - - [2026-04-06 02:04:04] "GET /virtual-network/2b3e2b65-da4f-40fc-9abd-998a84c570ed HTTP/1.1" 200 2895 0.004252 10.0.0.130 - - [2026-04-06 02:04:04] "GET /obj-perms HTTP/1.1" 200 5053 0.002887 10.0.0.130 - - [2026-04-06 02:04:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001265 10.0.0.130 - - [2026-04-06 02:04:04] "POST /neutron/network HTTP/1.1" 200 937 0.005045 10.0.0.130 - - [2026-04-06 02:04:04] "GET /aaa-mode HTTP/1.1" 401 293 0.000332 10.0.0.130 - - [2026-04-06 02:04:04] "GET / HTTP/1.1" 200 36215 0.001429 10.0.0.130 - - [2026-04-06 02:04:04] "GET /project/c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000347 10.0.0.130 - - [2026-04-06 02:04:04] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000919 10.0.0.130 - - [2026-04-06 02:04:04] "GET /project/c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.042203 10.0.0.130 - - [2026-04-06 02:04:04] "POST /neutron/network HTTP/1.1" 200 927 0.004505 10.0.0.130 - - [2026-04-06 02:04:05] "POST /neutron/port HTTP/1.1" 200 117 0.004767 10.0.0.130 - - [2026-04-06 02:04:05] "POST /neutron/port HTTP/1.1" 200 117 0.004609 10.0.0.130 - - [2026-04-06 02:04:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.001136 10.0.0.130 - - [2026-04-06 02:04:05] "POST /neutron/port HTTP/1.1" 200 117 0.004721 10.0.0.130 - - [2026-04-06 02:04:05] "POST /neutron/network HTTP/1.1" 200 937 0.004664 10.0.0.130 - - [2026-04-06 02:04:05] "GET /aaa-mode HTTP/1.1" 401 293 0.000348 10.0.0.130 - - [2026-04-06 02:04:05] "POST /neutron/network HTTP/1.1" 200 937 0.004739 10.0.0.130 - - [2026-04-06 02:04:05] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000922 10.0.0.130 - - [2026-04-06 02:04:05] "GET / HTTP/1.1" 200 36215 0.005049 10.0.0.130 - - [2026-04-06 02:04:05] "GET /project/c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000325 10.0.0.130 - - [2026-04-06 02:04:05] "POST /neutron/port HTTP/1.1" 200 1061 0.187270 10.0.0.130 - - [2026-04-06 02:04:05] "POST /neutron/port HTTP/1.1" 200 1061 0.010343 10.0.0.130 - - [2026-04-06 02:04:05] "POST /neutron/port HTTP/1.1" 200 1061 0.008304 10.0.0.130 - - [2026-04-06 02:04:05] "POST /neutron/port HTTP/1.1" 200 1115 0.052739 10.0.0.130 - - [2026-04-06 02:04:05] "POST /neutron/port HTTP/1.1" 200 1125 0.010112 10.0.0.130 - - [2026-04-06 02:04:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002904 10.0.0.130 - - [2026-04-06 02:04:05] "POST /neutron/subnet HTTP/1.1" 200 694 0.006227 10.0.0.130 - - [2026-04-06 02:04:05] "POST /neutron/port HTTP/1.1" 200 117 0.001024 10.0.0.130 - - [2026-04-06 02:04:05] "POST /neutron/network HTTP/1.1" 200 927 0.004709 10.0.0.130 - - [2026-04-06 02:04:06] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001339 10.0.0.130 - - [2026-04-06 02:04:06] "GET /project/c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.048837 10.0.0.130 - - [2026-04-06 02:04:06] "POST /neutron/network HTTP/1.1" 200 927 0.004818 10.0.0.130 - - [2026-04-06 02:04:06] "POST /neutron/port HTTP/1.1" 200 1125 0.031058 10.0.0.130 - - [2026-04-06 02:04:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007228 10.0.0.130 - - [2026-04-06 02:04:06] "POST /neutron/port HTTP/1.1" 200 117 0.004086 10.0.0.130 - - [2026-04-06 02:04:06] "POST /neutron/port HTTP/1.1" 200 1125 0.016994 10.0.0.130 - - [2026-04-06 02:04:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008021 10.0.0.130 - - [2026-04-06 02:04:06] "POST /neutron/network HTTP/1.1" 200 937 0.005104 10.0.0.130 - - [2026-04-06 02:04:06] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000990 10.0.0.130 - - [2026-04-06 02:04:06] "PUT /access-control-list/90999906-81bc-4426-b8d7-beb311fa56f9 HTTP/1.1" 200 273 0.069260 10.0.0.130 - - [2026-04-06 02:04:06] "POST /neutron/port HTTP/1.1" 200 1061 0.277016 10.0.0.130 - - [2026-04-06 02:04:06] "POST /neutron/port HTTP/1.1" 200 1061 0.017350 10.0.0.130 - - [2026-04-06 02:04:06] "POST /neutron/port HTTP/1.1" 200 1061 0.012264 10.0.0.130 - - [2026-04-06 02:04:06] "POST /neutron/port HTTP/1.1" 200 1115 0.060942 10.0.0.130 - - [2026-04-06 02:04:06] "POST /neutron/port HTTP/1.1" 200 1125 0.010142 10.0.0.130 - - [2026-04-06 02:04:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003446 10.0.0.130 - - [2026-04-06 02:04:07] "POST /neutron/subnet HTTP/1.1" 200 694 0.005904 10.0.0.130 - - [2026-04-06 02:04:07] "POST /neutron/port HTTP/1.1" 200 117 0.000966 10.0.0.130 - - [2026-04-06 02:04:07] "POST /neutron/network HTTP/1.1" 200 927 0.004240 10.0.0.130 - - [2026-04-06 02:04:08] "GET /obj-perms HTTP/1.1" 200 5075 0.044378 10.0.0.130 - - [2026-04-06 02:04:09] "GET /obj-perms HTTP/1.1" 200 5075 0.051772 10.0.0.130 - - [2026-04-06 02:04:11] "POST /neutron/port HTTP/1.1" 200 1125 0.012187 10.0.0.130 - - [2026-04-06 02:04:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005460 10.0.0.130 - - [2026-04-06 02:04:11] "POST /neutron/port HTTP/1.1" 200 1125 0.014979 10.0.0.130 - - [2026-04-06 02:04:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005041 10.0.0.130 - - [2026-04-06 02:04:11] "POST /neutron/port HTTP/1.1" 200 1125 0.011187 10.0.0.130 - - [2026-04-06 02:04:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008756 10.0.0.130 - - [2026-04-06 02:04:11] "GET /virtual-machine/cee6e130-072e-43bb-bc78-10f0ef2c9368 HTTP/1.1" 200 1297 0.004399 10.0.0.130 - - [2026-04-06 02:04:11] "GET /virtual-machine-interface/8e024ff7-763b-4ab5-b518-bad3a1017285 HTTP/1.1" 200 2959 0.005345 10.0.0.130 - - [2026-04-06 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.130 - - [2026-04-06 02:04:11] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002784 10.0.0.130 - - [2026-04-06 02:04:11] "GET /virtual-networks?parent_id=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002558 10.0.0.130 - - [2026-04-06 02:04:11] "GET /virtual-network/658d7233-0a7e-4ae3-8efc-5568af925455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005640 10.0.0.130 - - [2026-04-06 02:04:14] "POST /neutron/port HTTP/1.1" 200 1125 0.010965 10.0.0.130 - - [2026-04-06 02:04:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005756 10.0.0.130 - - [2026-04-06 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002420 10.0.0.130 - - [2026-04-06 02:04:14] "GET /virtual-network/658d7233-0a7e-4ae3-8efc-5568af925455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004301 10.0.0.130 - - [2026-04-06 02:04:15] "POST /neutron/port HTTP/1.1" 200 1125 0.013379 10.0.0.130 - - [2026-04-06 02:04:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006392 10.0.0.130 - - [2026-04-06 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.130 - - [2026-04-06 02:04:16] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003041 10.0.0.130 - - [2026-04-06 02:04:17] "GET /virtual-networks?parent_id=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002968 10.0.0.130 - - [2026-04-06 02:04:17] "GET /virtual-network/658d7233-0a7e-4ae3-8efc-5568af925455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004846 10.0.0.130 - - [2026-04-06 02:04:17] "POST /neutron/port HTTP/1.1" 200 1125 0.011251 10.0.0.130 - - [2026-04-06 02:04:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005541 10.0.0.130 - - [2026-04-06 02:04:17] "POST /neutron/port HTTP/1.1" 200 1125 0.011281 10.0.0.130 - - [2026-04-06 02:04:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006069 10.0.0.130 - - [2026-04-06 02:04:17] "POST /neutron/port HTTP/1.1" 200 1125 0.011149 10.0.0.130 - - [2026-04-06 02:04:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005070 10.0.0.130 - - [2026-04-06 02:04:17] "GET /virtual-machine/1e409288-803f-498f-9120-868209c89f63 HTTP/1.1" 200 1296 0.003749 10.0.0.130 - - [2026-04-06 02:04:17] "GET /virtual-machine-interface/ac3fbd52-8b57-45c2-a34b-381517a7906c HTTP/1.1" 200 2959 0.004482 10.0.0.130 - - [2026-04-06 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.130 - - [2026-04-06 02:04:17] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003545 10.0.0.130 - - [2026-04-06 02:04:17] "GET /virtual-networks?parent_id=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002614 10.0.0.130 - - [2026-04-06 02:04:17] "GET /virtual-network/2b3e2b65-da4f-40fc-9abd-998a84c570ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006109 10.0.0.130 - - [2026-04-06 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.130 - - [2026-04-06 02:04:18] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002896 10.0.0.130 - - [2026-04-06 02:04:18] "GET /virtual-networks?parent_id=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002636 10.0.0.130 - - [2026-04-06 02:04:18] "GET /virtual-network/2b3e2b65-da4f-40fc-9abd-998a84c570ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004579 10.0.0.130 - - [2026-04-06 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.130 - - [2026-04-06 02:04:23] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001153 10.0.0.130 - - [2026-04-06 02:04:23] "GET /project/c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.043937 10.0.0.130 - - [2026-04-06 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002481 10.0.0.130 - - [2026-04-06 02:04:23] "PUT /network-policy/68ee9495-25ed-47a7-887e-75cca9d11520 HTTP/1.1" 200 263 0.009034 10.0.0.130 - - [2026-04-06 02:04:23] "PUT /access-control-list/87053259-4355-4a38-9a87-0464300d34a6 HTTP/1.1" 200 273 0.050927 10.0.0.130 - - [2026-04-06 02:04:23] "POST /ref-update HTTP/1.1" 200 156 0.010865 10.0.0.130 - - [2026-04-06 02:04:23] "PUT /access-control-list/90999906-81bc-4426-b8d7-beb311fa56f9 HTTP/1.1" 200 273 0.049918 10.0.0.130 - - [2026-04-06 02:04:23] "POST /ref-update HTTP/1.1" 200 156 0.009879 10.0.0.130 - - [2026-04-06 02:04:26] "GET /virtual-network/2b3e2b65-da4f-40fc-9abd-998a84c570ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004789 10.0.0.130 - - [2026-04-06 02:04:26] "POST /neutron/network HTTP/1.1" 200 927 0.004801 10.0.0.130 - - [2026-04-06 02:04:26] "POST /neutron/network HTTP/1.1" 200 825 0.044295 10.0.0.130 - - [2026-04-06 02:04:26] "DELETE /access-control-list/90999906-81bc-4426-b8d7-beb311fa56f9 HTTP/1.1" 200 115 0.023159 10.0.0.130 - - [2026-04-06 02:04:26] "POST /neutron/network HTTP/1.1" 200 825 0.005658 10.0.0.130 - - [2026-04-06 02:04:26] "GET /virtual-network/2b3e2b65-da4f-40fc-9abd-998a84c570ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005560 10.0.0.130 - - [2026-04-06 02:04:26] "GET /virtual-network/658d7233-0a7e-4ae3-8efc-5568af925455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004341 10.0.0.130 - - [2026-04-06 02:04:26] "POST /neutron/network HTTP/1.1" 200 927 0.006781 10.0.0.130 - - [2026-04-06 02:04:26] "POST /neutron/network HTTP/1.1" 200 825 0.044582 10.0.0.130 - - [2026-04-06 02:04:26] "DELETE /access-control-list/87053259-4355-4a38-9a87-0464300d34a6 HTTP/1.1" 200 115 0.022310 10.0.0.130 - - [2026-04-06 02:04:26] "POST /neutron/network HTTP/1.1" 200 825 0.012983 10.0.0.130 - - [2026-04-06 02:04:26] "GET /virtual-network/658d7233-0a7e-4ae3-8efc-5568af925455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004899 10.0.0.130 - - [2026-04-06 02:04:26] "DELETE /network-policy/68ee9495-25ed-47a7-887e-75cca9d11520 HTTP/1.1" 200 115 0.022140 10.0.0.130 - - [2026-04-06 02:04:26] "POST /neutron/network HTTP/1.1" 200 825 0.004694 10.0.0.130 - - [2026-04-06 02:04:26] "POST /neutron/network HTTP/1.1" 400 204 0.011948 10.0.0.130 - - [2026-04-06 02:04:26] "POST /neutron/port HTTP/1.1" 200 1125 0.010418 10.0.0.130 - - [2026-04-06 02:04:27] "POST /neutron/port HTTP/1.1" 200 1115 0.020821 10.0.0.130 - - [2026-04-06 02:04:27] "POST /neutron/port HTTP/1.1" 200 1125 0.013014 10.0.0.130 - - [2026-04-06 02:04:27] "POST /neutron/port HTTP/1.1" 200 1115 0.008200 10.0.0.130 - - [2026-04-06 02:04:27] "POST /neutron/port HTTP/1.1" 200 151 0.108574 10.0.0.130 - - [2026-04-06 02:04:27] "POST /neutron/port HTTP/1.1" 200 151 0.113091 10.0.0.130 - - [2026-04-06 02:04:28] "POST /neutron/network HTTP/1.1" 200 825 0.004999 10.0.0.130 - - [2026-04-06 02:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.130 - - [2026-04-06 02:04:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003455 10.0.0.130 - - [2026-04-06 02:04:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001503 10.0.0.130 - - [2026-04-06 02:04:28] "POST /neutron/network HTTP/1.1" 200 151 0.087919 10.0.0.130 - - [2026-04-06 02:04:28] "DELETE /route-target/22d9d4e7-231c-4ef3-9c85-79119e5a229f HTTP/1.1" 200 115 0.021265 10.0.0.130 - - [2026-04-06 02:04:28] "GET /routing-instance/0ce036d0-200c-497e-bf8b-adc9ac84e9d2 HTTP/1.1" 404 171 0.002091 10.0.0.130 - - [2026-04-06 02:04:28] "GET /domains HTTP/1.1" 200 281 0.002024 10.0.0.130 - - [2026-04-06 02:04:28] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000840 10.0.0.130 - - [2026-04-06 02:04:29] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2585 0.046742 10.0.0.130 - - [2026-04-06 02:04:29] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000932 10.0.0.130 - - [2026-04-06 02:04:29] "GET /project/c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a HTTP/1.1" 200 2110 0.065390 10.0.0.130 - - [2026-04-06 02:04:29] "POST /neutron/network HTTP/1.1" 200 825 0.004826 10.0.0.130 - - [2026-04-06 02:04:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003110 10.0.0.130 - - [2026-04-06 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.130 - - [2026-04-06 02:04:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002166 10.0.0.130 - - [2026-04-06 02:04:29] "POST /neutron/network HTTP/1.1" 200 151 0.067273 10.0.0.130 - - [2026-04-06 02:04:29] "GET /routing-instance/c82b5e2e-fb7a-4c9c-94d8-20a89c5610fd HTTP/1.1" 404 171 0.004230 10.0.0.130 - - [2026-04-06 02:04:29] "DELETE /route-target/fac7026b-d12e-4ca4-8647-ba3e72d70639 HTTP/1.1" 200 115 0.019999 10.0.0.130 - - [2026-04-06 02:04:29] "GET /domains HTTP/1.1" 200 281 0.002251 10.0.0.130 - - [2026-04-06 02:04:29] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001188 10.0.0.130 - - [2026-04-06 02:04:29] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2585 0.049448 10.0.0.130 - - [2026-04-06 02:04:29] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000899 10.0.0.130 - - [2026-04-06 02:04:29] "GET /project/c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a HTTP/1.1" 200 1870 0.068813 10.0.0.130 - - [2026-04-06 02:04:29] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.130 - - [2026-04-06 02:04:29] "GET /project/c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.021223 10.0.0.130 - - [2026-04-06 02:04:29] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000849 10.0.0.130 - - [2026-04-06 02:04:29] "GET /project/c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a?fields=virtual_networks HTTP/1.1" 200 1039 0.074026 10.0.0.130 - - [2026-04-06 02:04:29] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000952 10.0.0.130 - - [2026-04-06 02:04:29] "GET /project/c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.022850 10.0.0.130 - - [2026-04-06 02:04:29] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000924 10.0.0.130 - - [2026-04-06 02:04:29] "GET /project/c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a?fields=security_groups HTTP/1.1" 200 1268 0.021944 10.0.0.130 - - [2026-04-06 02:04:30] "POST /fqname-to-id HTTP/1.1" 404 181 0.025707 10.0.0.130 - - [2026-04-06 02:04:30] "GET /projects?obj_uuids=8555ca99-13d2-44d5-a987-008fce3e806c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002251 10.0.0.130 - - [2026-04-06 02:04:30] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001225 10.0.0.130 - - [2026-04-06 02:04:30] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005795 10.0.0.130 - - [2026-04-06 02:04:30] "POST /id-to-fqname HTTP/1.1" 200 183 0.001575 10.0.0.130 - - [2026-04-06 02:04:30] "POST /fqname-to-id HTTP/1.1" 404 192 0.002756 10.0.0.130 - - [2026-04-06 02:04:30] "POST /security-groups HTTP/1.1" 200 584 0.060230 10.0.0.130 - - [2026-04-06 02:04:30] "POST /fqname-to-id HTTP/1.1" 404 227 0.002515 10.0.0.130 - - [2026-04-06 02:04:30] "POST /projects HTTP/1.1" 200 571 0.198032 10.0.0.130 - - [2026-04-06 02:04:30] "POST /access-control-lists HTTP/1.1" 200 591 0.055755 10.0.0.130 - - [2026-04-06 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.266126 10.0.0.130 - - [2026-04-06 02:04:31] "POST /fqname-to-id HTTP/1.1" 404 226 0.002366 10.0.0.130 - - [2026-04-06 02:04:31] "GET /project/8555ca99-13d2-44d5-a987-008fce3e806c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.381994 10.0.0.130 - - [2026-04-06 02:04:31] "POST /access-control-lists HTTP/1.1" 200 589 0.056442 10.0.0.130 - - [2026-04-06 02:04:32] "GET / HTTP/1.1" 200 36215 0.003047 10.0.0.130 - - [2026-04-06 02:04:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000439 10.0.0.130 - - [2026-04-06 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.059051 10.0.0.130 - - [2026-04-06 02:04:33] "GET /projects?obj_uuids=8555ca99-13d2-44d5-a987-008fce3e806c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000952 10.0.0.130 - - [2026-04-06 02:04:33] "GET /project/8555ca99-13d2-44d5-a987-008fce3e806c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.022812 10.0.0.130 - - [2026-04-06 02:04:33] "POST /neutron/network HTTP/1.1" 200 117 0.031663 10.0.0.130 - - [2026-04-06 02:04:33] "GET /projects?obj_uuids=8555ca99-13d2-44d5-a987-008fce3e806c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001793 10.0.0.130 - - [2026-04-06 02:04:33] "POST /neutron/network HTTP/1.1" 200 612 0.063467 10.0.0.130 - - [2026-04-06 02:04:33] "POST /route-targets HTTP/1.1" 200 328 0.015429 10.0.0.130 - - [2026-04-06 02:04:33] "POST /ref-update HTTP/1.1" 200 156 0.013494 10.0.0.130 - - [2026-04-06 02:04:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004627 10.0.0.130 - - [2026-04-06 02:04:33] "POST /neutron/subnet HTTP/1.1" 200 719 0.209250 10.0.0.130 - - [2026-04-06 02:04:33] "POST /neutron/network HTTP/1.1" 200 830 0.008013 10.0.0.130 - - [2026-04-06 02:04:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001374 10.0.0.130 - - [2026-04-06 02:04:33] "GET /virtual-network/8bfb691e-7893-415f-b840-89cd1d5fa2f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005288 10.0.0.130 - - [2026-04-06 02:04:33] "POST /neutron/network HTTP/1.1" 200 830 0.005455 10.0.0.130 - - [2026-04-06 02:04:33] "GET /virtual-network/8bfb691e-7893-415f-b840-89cd1d5fa2f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004208 10.0.0.130 - - [2026-04-06 02:04:33] "POST /neutron/network HTTP/1.1" 200 830 0.004893 10.0.0.130 - - [2026-04-06 02:04:33] "POST /neutron/subnet HTTP/1.1" 200 719 0.005361 10.0.0.130 - - [2026-04-06 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001755 10.0.0.130 - - [2026-04-06 02:04:33] "GET /virtual-network/8bfb691e-7893-415f-b840-89cd1d5fa2f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004369 10.0.0.130 - - [2026-04-06 02:04:33] "PUT /virtual-network/8bfb691e-7893-415f-b840-89cd1d5fa2f9 HTTP/1.1" 200 265 0.030488 10.0.0.130 - - [2026-04-06 02:04:33] "POST /route-targets HTTP/1.1" 200 324 0.013580 10.0.0.130 - - [2026-04-06 02:04:33] "POST /ref-update HTTP/1.1" 200 156 0.013116 10.0.0.130 - - [2026-04-06 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.130 - - [2026-04-06 02:04:34] "GET /projects?obj_uuids=8555ca99-13d2-44d5-a987-008fce3e806c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000916 10.0.0.130 - - [2026-04-06 02:04:34] "GET /project/8555ca99-13d2-44d5-a987-008fce3e806c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.023142 10.0.0.130 - - [2026-04-06 02:04:34] "POST /neutron/network HTTP/1.1" 200 117 0.009467 10.0.0.130 - - [2026-04-06 02:04:34] "GET /projects?obj_uuids=8555ca99-13d2-44d5-a987-008fce3e806c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000948 10.0.0.130 - - [2026-04-06 02:04:34] "POST /neutron/network HTTP/1.1" 200 612 0.056094 10.0.0.130 - - [2026-04-06 02:04:34] "POST /route-targets HTTP/1.1" 200 328 0.010560 10.0.0.130 - - [2026-04-06 02:04:34] "POST /ref-update HTTP/1.1" 200 156 0.011927 10.0.0.130 - - [2026-04-06 02:04:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003320 10.0.0.130 - - [2026-04-06 02:04:34] "POST /neutron/subnet HTTP/1.1" 200 724 0.203056 10.0.0.130 - - [2026-04-06 02:04:34] "POST /neutron/network HTTP/1.1" 200 831 0.004676 10.0.0.130 - - [2026-04-06 02:04:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001039 10.0.0.130 - - [2026-04-06 02:04:34] "GET /virtual-network/f74dff45-3965-449b-a7e1-5667dbc028f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004577 10.0.0.130 - - [2026-04-06 02:04:34] "POST /neutron/network HTTP/1.1" 200 831 0.004786 10.0.0.130 - - [2026-04-06 02:04:34] "GET /virtual-network/f74dff45-3965-449b-a7e1-5667dbc028f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004241 10.0.0.130 - - [2026-04-06 02:04:34] "POST /neutron/network HTTP/1.1" 200 831 0.004749 10.0.0.130 - - [2026-04-06 02:04:34] "POST /neutron/subnet HTTP/1.1" 200 724 0.006086 10.0.0.130 - - [2026-04-06 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.001883 10.0.0.130 - - [2026-04-06 02:04:34] "GET /virtual-network/f74dff45-3965-449b-a7e1-5667dbc028f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004930 10.0.0.130 - - [2026-04-06 02:04:34] "PUT /virtual-network/f74dff45-3965-449b-a7e1-5667dbc028f3 HTTP/1.1" 200 265 0.027206 10.0.0.130 - - [2026-04-06 02:04:34] "POST /ref-update HTTP/1.1" 200 156 0.008339 10.0.0.130 - - [2026-04-06 02:04:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001242 10.0.0.130 - - [2026-04-06 02:04:34] "POST /neutron/network HTTP/1.1" 200 840 0.005550 10.0.0.130 - - [2026-04-06 02:04:34] "GET /aaa-mode HTTP/1.1" 401 293 0.000490 10.0.0.130 - - [2026-04-06 02:04:35] "GET / HTTP/1.1" 200 36215 0.001570 10.0.0.130 - - [2026-04-06 02:04:35] "GET /project/8555ca99-13d2-44d5-a987-008fce3e806c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000367 10.0.0.130 - - [2026-04-06 02:04:35] "GET /projects?obj_uuids=8555ca99-13d2-44d5-a987-008fce3e806c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000882 10.0.0.130 - - [2026-04-06 02:04:35] "GET /project/8555ca99-13d2-44d5-a987-008fce3e806c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.049307 10.0.0.130 - - [2026-04-06 02:04:35] "POST /neutron/network HTTP/1.1" 200 830 0.004330 10.0.0.130 - - [2026-04-06 02:04:35] "POST /neutron/port HTTP/1.1" 200 117 0.004164 10.0.0.130 - - [2026-04-06 02:04:35] "POST /neutron/port HTTP/1.1" 200 117 0.004912 10.0.0.130 - - [2026-04-06 02:04:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001152 10.0.0.130 - - [2026-04-06 02:04:35] "POST /neutron/port HTTP/1.1" 200 117 0.004193 10.0.0.130 - - [2026-04-06 02:04:35] "POST /neutron/network HTTP/1.1" 200 841 0.005103 10.0.0.130 - - [2026-04-06 02:04:35] "GET /aaa-mode HTTP/1.1" 401 293 0.000450 10.0.0.130 - - [2026-04-06 02:04:36] "GET / HTTP/1.1" 200 36215 0.002387 10.0.0.130 - - [2026-04-06 02:04:36] "GET /project/8555ca99-13d2-44d5-a987-008fce3e806c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000402 10.0.0.130 - - [2026-04-06 02:04:36] "POST /neutron/network HTTP/1.1" 200 840 0.005101 10.0.0.130 - - [2026-04-06 02:04:36] "GET /projects?obj_uuids=8555ca99-13d2-44d5-a987-008fce3e806c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000904 10.0.0.130 - - [2026-04-06 02:04:36] "POST /neutron/port HTTP/1.1" 200 1052 0.178830 10.0.0.130 - - [2026-04-06 02:04:36] "POST /neutron/port HTTP/1.1" 200 1052 0.010818 10.0.0.130 - - [2026-04-06 02:04:36] "POST /neutron/port HTTP/1.1" 200 1052 0.009141 10.0.0.130 - - [2026-04-06 02:04:36] "POST /neutron/port HTTP/1.1" 200 1106 0.055616 10.0.0.130 - - [2026-04-06 02:04:36] "POST /neutron/port HTTP/1.1" 200 1116 0.013143 10.0.0.130 - - [2026-04-06 02:04:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003099 10.0.0.130 - - [2026-04-06 02:04:36] "GET /projects?obj_uuids=8555ca99-13d2-44d5-a987-008fce3e806c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000928 10.0.0.130 - - [2026-04-06 02:04:36] "POST /neutron/subnet HTTP/1.1" 200 693 0.006325 10.0.0.130 - - [2026-04-06 02:04:36] "GET /project/8555ca99-13d2-44d5-a987-008fce3e806c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.055169 10.0.0.130 - - [2026-04-06 02:04:36] "POST /neutron/port HTTP/1.1" 200 117 0.000924 10.0.0.130 - - [2026-04-06 02:04:36] "POST /neutron/network HTTP/1.1" 200 830 0.004838 10.0.0.130 - - [2026-04-06 02:04:36] "POST /neutron/network HTTP/1.1" 200 831 0.008813 10.0.0.130 - - [2026-04-06 02:04:36] "POST /neutron/port HTTP/1.1" 200 1116 0.013039 10.0.0.130 - - [2026-04-06 02:04:36] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006163 10.0.0.130 - - [2026-04-06 02:04:36] "POST /neutron/port HTTP/1.1" 200 117 0.013376 10.0.0.130 - - [2026-04-06 02:04:37] "POST /neutron/port HTTP/1.1" 200 1116 0.016959 10.0.0.130 - - [2026-04-06 02:04:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008692 10.0.0.130 - - [2026-04-06 02:04:37] "POST /neutron/network HTTP/1.1" 200 841 0.007654 10.0.0.130 - - [2026-04-06 02:04:37] "GET /projects?obj_uuids=8555ca99-13d2-44d5-a987-008fce3e806c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000964 10.0.0.130 - - [2026-04-06 02:04:37] "POST /neutron/port HTTP/1.1" 200 1053 0.190130 10.0.0.130 - - [2026-04-06 02:04:37] "POST /neutron/port HTTP/1.1" 200 1053 0.008718 10.0.0.130 - - [2026-04-06 02:04:37] "POST /neutron/port HTTP/1.1" 200 1053 0.015458 10.0.0.130 - - [2026-04-06 02:04:37] "POST /neutron/port HTTP/1.1" 200 1107 0.079903 10.0.0.130 - - [2026-04-06 02:04:37] "POST /neutron/port HTTP/1.1" 200 1117 0.010141 10.0.0.130 - - [2026-04-06 02:04:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003982 10.0.0.130 - - [2026-04-06 02:04:37] "POST /neutron/subnet HTTP/1.1" 200 698 0.007467 10.0.0.130 - - [2026-04-06 02:04:37] "POST /neutron/port HTTP/1.1" 200 117 0.000924 10.0.0.130 - - [2026-04-06 02:04:37] "POST /neutron/network HTTP/1.1" 200 831 0.004180 10.0.0.130 - - [2026-04-06 02:04:42] "POST /neutron/port HTTP/1.1" 200 1116 0.011110 10.0.0.130 - - [2026-04-06 02:04:42] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004954 10.0.0.130 - - [2026-04-06 02:04:42] "POST /neutron/port HTTP/1.1" 200 1116 0.011412 10.0.0.130 - - [2026-04-06 02:04:42] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005103 10.0.0.130 - - [2026-04-06 02:04:42] "POST /neutron/port HTTP/1.1" 200 1116 0.010604 10.0.0.130 - - [2026-04-06 02:04:42] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005475 10.0.0.130 - - [2026-04-06 02:04:42] "GET /virtual-machine/42d1e71c-ce35-4ccc-9b09-90ca952a604f HTTP/1.1" 401 293 0.000396 10.0.0.130 - - [2026-04-06 02:04:42] "GET /virtual-machine/42d1e71c-ce35-4ccc-9b09-90ca952a604f HTTP/1.1" 200 1287 0.032844 10.0.0.130 - - [2026-04-06 02:04:42] "GET /virtual-machine-interface/c4339754-5f3d-4237-8010-2ee5d8ad86fe HTTP/1.1" 200 2934 0.006499 10.0.0.130 - - [2026-04-06 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.130 - - [2026-04-06 02:04:42] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003084 10.0.0.130 - - [2026-04-06 02:04:42] "GET /virtual-networks?parent_id=8555ca99-13d2-44d5-a987-008fce3e806c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002466 10.0.0.130 - - [2026-04-06 02:04:42] "GET /virtual-network/8bfb691e-7893-415f-b840-89cd1d5fa2f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.004726 10.0.0.130 - - [2026-04-06 02:04:45] "POST /neutron/port HTTP/1.1" 200 1116 0.012583 10.0.0.130 - - [2026-04-06 02:04:45] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005985 10.0.0.130 - - [2026-04-06 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.130 - - [2026-04-06 02:04:45] "GET /virtual-network/8bfb691e-7893-415f-b840-89cd1d5fa2f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005956 10.0.0.130 - - [2026-04-06 02:04:46] "POST /neutron/port HTTP/1.1" 200 1117 0.012623 10.0.0.130 - - [2026-04-06 02:04:46] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004752 10.0.0.130 - - [2026-04-06 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.130 - - [2026-04-06 02:04:48] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002680 10.0.0.130 - - [2026-04-06 02:04:48] "GET /virtual-networks?parent_id=8555ca99-13d2-44d5-a987-008fce3e806c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003669 10.0.0.130 - - [2026-04-06 02:04:48] "GET /virtual-network/8bfb691e-7893-415f-b840-89cd1d5fa2f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005347 10.0.0.130 - - [2026-04-06 02:04:48] "POST /neutron/port HTTP/1.1" 200 1117 0.010469 10.0.0.130 - - [2026-04-06 02:04:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005386 10.0.0.130 - - [2026-04-06 02:04:48] "POST /neutron/port HTTP/1.1" 200 1117 0.010814 10.0.0.130 - - [2026-04-06 02:04:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005882 10.0.0.130 - - [2026-04-06 02:04:48] "POST /neutron/port HTTP/1.1" 200 1117 0.010415 10.0.0.130 - - [2026-04-06 02:04:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005735 10.0.0.130 - - [2026-04-06 02:04:48] "GET /virtual-machine/f40d5b0f-d36d-4a7c-ae78-1819a5064b9e HTTP/1.1" 200 1288 0.004465 10.0.0.130 - - [2026-04-06 02:04:48] "GET /virtual-machine-interface/545c1c76-b5a2-4e68-b2ae-c2e5ec20799c HTTP/1.1" 200 2934 0.004612 10.0.0.130 - - [2026-04-06 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002605 10.0.0.130 - - [2026-04-06 02:04:48] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003008 10.0.0.130 - - [2026-04-06 02:04:48] "GET /virtual-networks?parent_id=8555ca99-13d2-44d5-a987-008fce3e806c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002560 10.0.0.130 - - [2026-04-06 02:04:48] "GET /virtual-network/f74dff45-3965-449b-a7e1-5667dbc028f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.004684 10.0.0.130 - - [2026-04-06 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.130 - - [2026-04-06 02:04:49] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002685 10.0.0.130 - - [2026-04-06 02:04:49] "GET /virtual-networks?parent_id=8555ca99-13d2-44d5-a987-008fce3e806c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002415 10.0.0.130 - - [2026-04-06 02:04:49] "GET /virtual-network/f74dff45-3965-449b-a7e1-5667dbc028f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005260 10.0.0.130 - - [2026-04-06 02:04:50] "POST /routing-policys HTTP/1.1" 200 536 0.023571 10.0.0.130 - - [2026-04-06 02:04:50] "GET /virtual-network/8bfb691e-7893-415f-b840-89cd1d5fa2f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.009068 10.0.0.130 - - [2026-04-06 02:04:50] "POST /ref-update HTTP/1.1" 200 156 0.010156 10.0.0.130 - - [2026-04-06 02:04:50] "PUT /virtual-network/8bfb691e-7893-415f-b840-89cd1d5fa2f9 HTTP/1.1" 200 265 0.032036 10.0.0.130 - - [2026-04-06 02:04:53] "POST /ref-update HTTP/1.1" 200 156 0.011782 10.0.0.130 - - [2026-04-06 02:04:53] "POST /ref-update HTTP/1.1" 200 156 0.029947 10.0.0.130 - - [2026-04-06 02:04:53] "DELETE /routing-policy/1289c9a4-5823-424a-a401-7be6a99e3ca8 HTTP/1.1" 200 115 0.019068 10.0.0.130 - - [2026-04-06 02:04:54] "POST /neutron/network HTTP/1.1" 200 831 0.004576 10.0.0.130 - - [2026-04-06 02:04:54] "POST /neutron/network HTTP/1.1" 400 204 0.012413 10.0.0.130 - - [2026-04-06 02:04:54] "POST /neutron/port HTTP/1.1" 200 1117 0.019084 10.0.0.130 - - [2026-04-06 02:04:54] "POST /neutron/port HTTP/1.1" 200 1107 0.014013 10.0.0.130 - - [2026-04-06 02:04:54] "POST /neutron/port HTTP/1.1" 200 1116 0.010285 10.0.0.130 - - [2026-04-06 02:04:54] "POST /neutron/port HTTP/1.1" 200 1106 0.009495 10.0.0.130 - - [2026-04-06 02:04:54] "POST /neutron/port HTTP/1.1" 200 151 0.104503 10.0.0.130 - - [2026-04-06 02:04:54] "POST /neutron/port HTTP/1.1" 200 151 0.094351 10.0.0.130 - - [2026-04-06 02:04:56] "POST /neutron/network HTTP/1.1" 200 831 0.004882 10.0.0.130 - - [2026-04-06 02:04:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001673 10.0.0.130 - - [2026-04-06 02:04:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001909 10.0.0.130 - - [2026-04-06 02:04:56] "POST /neutron/network HTTP/1.1" 200 151 0.066618 10.0.0.130 - - [2026-04-06 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002167 10.0.0.130 - - [2026-04-06 02:04:56] "POST /neutron/network HTTP/1.1" 200 830 0.003990 10.0.0.130 - - [2026-04-06 02:04:56] "DELETE /route-target/5619a479-9cf1-48cc-9dd9-56ba740fca35 HTTP/1.1" 200 115 0.013541 10.0.0.130 - - [2026-04-06 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005191 10.0.0.130 - - [2026-04-06 02:04:56] "DELETE /route-target/36d959e3-4a44-4cfe-a4d6-8d3a8ff21d38 HTTP/1.1" 200 115 0.021111 10.0.0.130 - - [2026-04-06 02:04:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002156 10.0.0.130 - - [2026-04-06 02:04:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001593 10.0.0.130 - - [2026-04-06 02:04:56] "POST /neutron/network HTTP/1.1" 200 151 0.079320 10.0.0.130 - - [2026-04-06 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001988 10.0.0.130 - - [2026-04-06 02:04:56] "DELETE /route-target/167a8c2c-4268-4d96-beca-ccf36add2004 HTTP/1.1" 200 115 0.016984 10.0.0.130 - - [2026-04-06 02:04:56] "POST /fqname-to-id HTTP/1.1" 404 160 0.001999 10.0.0.130 - - [2026-04-06 02:04:56] "GET /projects?obj_uuids=8555ca99-13d2-44d5-a987-008fce3e806c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000896 10.0.0.130 - - [2026-04-06 02:04:56] "GET /project/8555ca99-13d2-44d5-a987-008fce3e806c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.022039 10.0.0.130 - - [2026-04-06 02:04:56] "GET /projects?obj_uuids=8555ca99-13d2-44d5-a987-008fce3e806c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000830 10.0.0.130 - - [2026-04-06 02:04:56] "GET /project/8555ca99-13d2-44d5-a987-008fce3e806c?fields=virtual_networks HTTP/1.1" 200 1020 0.061891 10.0.0.130 - - [2026-04-06 02:04:56] "GET /projects?obj_uuids=8555ca99-13d2-44d5-a987-008fce3e806c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000916 10.0.0.130 - - [2026-04-06 02:04:56] "GET /project/8555ca99-13d2-44d5-a987-008fce3e806c?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.024631 10.0.0.130 - - [2026-04-06 02:04:56] "GET /projects?obj_uuids=8555ca99-13d2-44d5-a987-008fce3e806c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000900 10.0.0.130 - - [2026-04-06 02:04:56] "GET /project/8555ca99-13d2-44d5-a987-008fce3e806c?fields=security_groups HTTP/1.1" 200 1240 0.020197 10.0.0.130 - - [2026-04-06 02:04:57] "POST /fqname-to-id HTTP/1.1" 404 186 0.023343 10.0.0.130 - - [2026-04-06 02:04:57] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002036 10.0.0.130 - - [2026-04-06 02:04:57] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000845 10.0.0.130 - - [2026-04-06 02:04:57] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005869 10.0.0.130 - - [2026-04-06 02:04:57] "POST /id-to-fqname HTTP/1.1" 200 188 0.001812 10.0.0.130 - - [2026-04-06 02:04:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.002360 10.0.0.130 - - [2026-04-06 02:04:57] "POST /security-groups HTTP/1.1" 200 589 0.064268 10.0.0.130 - - [2026-04-06 02:04:57] "POST /fqname-to-id HTTP/1.1" 404 232 0.002228 10.0.0.130 - - [2026-04-06 02:04:57] "POST /projects HTTP/1.1" 200 581 0.206446 10.0.0.130 - - [2026-04-06 02:04:57] "POST /access-control-lists HTTP/1.1" 200 596 0.058764 10.0.0.130 - - [2026-04-06 02:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.278710 10.0.0.130 - - [2026-04-06 02:04:57] "POST /fqname-to-id HTTP/1.1" 404 231 0.002600 10.0.0.130 - - [2026-04-06 02:04:57] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.396182 10.0.0.130 - - [2026-04-06 02:04:58] "POST /access-control-lists HTTP/1.1" 200 594 0.060579 10.0.0.130 - - [2026-04-06 02:04:58] "GET / HTTP/1.1" 200 36215 0.001674 10.0.0.130 - - [2026-04-06 02:04:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000561 10.0.0.130 - - [2026-04-06 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.057636 10.0.0.130 - - [2026-04-06 02:05:00] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000921 10.0.0.130 - - [2026-04-06 02:05:00] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.025419 10.0.0.130 - - [2026-04-06 02:05:00] "POST /neutron/network HTTP/1.1" 200 117 0.032757 10.0.0.130 - - [2026-04-06 02:05:00] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001233 10.0.0.130 - - [2026-04-06 02:05:00] "POST /neutron/network HTTP/1.1" 200 613 0.049017 10.0.0.130 - - [2026-04-06 02:05:00] "POST /route-targets HTTP/1.1" 200 328 0.009152 10.0.0.130 - - [2026-04-06 02:05:00] "POST /ref-update HTTP/1.1" 200 156 0.010337 10.0.0.130 - - [2026-04-06 02:05:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002486 10.0.0.130 - - [2026-04-06 02:05:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.192202 10.0.0.130 - - [2026-04-06 02:05:00] "POST /neutron/network HTTP/1.1" 200 833 0.004091 10.0.0.130 - - [2026-04-06 02:05:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.000925 10.0.0.130 - - [2026-04-06 02:05:00] "GET /virtual-network/00d48ac1-cd0e-476f-b817-df2e3b63671b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003829 10.0.0.130 - - [2026-04-06 02:05:00] "POST /neutron/network HTTP/1.1" 200 833 0.004792 10.0.0.130 - - [2026-04-06 02:05:00] "GET /virtual-network/00d48ac1-cd0e-476f-b817-df2e3b63671b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003927 10.0.0.130 - - [2026-04-06 02:05:00] "POST /neutron/network HTTP/1.1" 200 833 0.005177 10.0.0.130 - - [2026-04-06 02:05:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.006116 10.0.0.130 - - [2026-04-06 02:05:00] "GET /domains HTTP/1.1" 401 293 0.000304 10.0.0.130 - - [2026-04-06 02:05:00] "GET /domains HTTP/1.1" 200 281 0.026073 10.0.0.130 - - [2026-04-06 02:05:00] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.130 - - [2026-04-06 02:05:00] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2950 0.006792 10.0.0.130 - - [2026-04-06 02:05:00] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000885 10.0.0.130 - - [2026-04-06 02:05:00] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339 HTTP/1.1" 200 2087 0.064912 10.0.0.130 - - [2026-04-06 02:05:00] "GET /virtual-network/00d48ac1-cd0e-476f-b817-df2e3b63671b HTTP/1.1" 200 2324 0.004999 10.0.0.130 - - [2026-04-06 02:05:00] "GET /virtual-network/00d48ac1-cd0e-476f-b817-df2e3b63671b HTTP/1.1" 200 2324 0.004139 10.0.0.130 - - [2026-04-06 02:05:00] "GET /routing-instance/9b8ff02e-75c9-49d4-95e1-c3e477d0977d HTTP/1.1" 200 1497 0.003071 10.0.0.130 - - [2026-04-06 02:05:00] "GET /routing-instance/9b8ff02e-75c9-49d4-95e1-c3e477d0977d HTTP/1.1" 200 1497 0.002664 10.0.0.130 - - [2026-04-06 02:05:00] "GET /route-target/cefabbaf-5b87-4ea5-98fe-7e0bfe8f67d0 HTTP/1.1" 200 1215 0.002781 10.0.0.130 - - [2026-04-06 02:05:01] "GET /virtual-network/00d48ac1-cd0e-476f-b817-df2e3b63671b HTTP/1.1" 200 2324 0.003835 10.0.0.130 - - [2026-04-06 02:05:01] "GET /routing-instance/9b8ff02e-75c9-49d4-95e1-c3e477d0977d HTTP/1.1" 200 1497 0.002684 10.0.0.130 - - [2026-04-06 02:05:01] "GET /virtual-network/00d48ac1-cd0e-476f-b817-df2e3b63671b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004049 10.0.0.130 - - [2026-04-06 02:05:01] "GET /virtual-network/00d48ac1-cd0e-476f-b817-df2e3b63671b HTTP/1.1" 200 2324 0.004400 10.0.0.130 - - [2026-04-06 02:05:01] "GET /routing-instance/9b8ff02e-75c9-49d4-95e1-c3e477d0977d HTTP/1.1" 200 1497 0.002521 10.0.0.130 - - [2026-04-06 02:05:01] "GET /routing-instance/9b8ff02e-75c9-49d4-95e1-c3e477d0977d HTTP/1.1" 200 1497 0.002396 10.0.0.130 - - [2026-04-06 02:05:01] "GET /route-target/cefabbaf-5b87-4ea5-98fe-7e0bfe8f67d0 HTTP/1.1" 200 1215 0.002107 10.0.0.130 - - [2026-04-06 02:05:01] "GET /domains HTTP/1.1" 200 281 0.002141 10.0.0.130 - - [2026-04-06 02:05:01] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000757 10.0.0.130 - - [2026-04-06 02:05:01] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2950 0.005060 10.0.0.130 - - [2026-04-06 02:05:01] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001071 10.0.0.130 - - [2026-04-06 02:05:01] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339 HTTP/1.1" 200 2087 0.064399 10.0.0.130 - - [2026-04-06 02:05:01] "GET /virtual-network/00d48ac1-cd0e-476f-b817-df2e3b63671b HTTP/1.1" 200 2324 0.004258 10.0.0.130 - - [2026-04-06 02:05:01] "GET /obj-perms HTTP/1.1" 200 5045 0.052435 10.0.0.130 - - [2026-04-06 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.130 - - [2026-04-06 02:05:01] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000823 10.0.0.130 - - [2026-04-06 02:05:01] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.025672 10.0.0.130 - - [2026-04-06 02:05:01] "POST /neutron/network HTTP/1.1" 200 117 0.008318 10.0.0.130 - - [2026-04-06 02:05:01] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000868 10.0.0.130 - - [2026-04-06 02:05:01] "POST /neutron/network HTTP/1.1" 200 613 0.058066 10.0.0.130 - - [2026-04-06 02:05:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002142 10.0.0.130 - - [2026-04-06 02:05:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.174641 10.0.0.130 - - [2026-04-06 02:05:01] "POST /neutron/network HTTP/1.1" 200 833 0.005155 10.0.0.130 - - [2026-04-06 02:05:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.000935 10.0.0.130 - - [2026-04-06 02:05:01] "GET /virtual-network/079c7f14-d16b-4d67-9a7d-5d760837f283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.003906 10.0.0.130 - - [2026-04-06 02:05:01] "POST /neutron/network HTTP/1.1" 200 833 0.004994 10.0.0.130 - - [2026-04-06 02:05:01] "GET /virtual-network/079c7f14-d16b-4d67-9a7d-5d760837f283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004666 10.0.0.130 - - [2026-04-06 02:05:02] "POST /neutron/network HTTP/1.1" 200 833 0.004603 10.0.0.130 - - [2026-04-06 02:05:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.005923 10.0.0.130 - - [2026-04-06 02:05:02] "GET /domains HTTP/1.1" 200 281 0.001954 10.0.0.130 - - [2026-04-06 02:05:02] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000821 10.0.0.130 - - [2026-04-06 02:05:02] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2950 0.005296 10.0.0.130 - - [2026-04-06 02:05:02] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000912 10.0.0.130 - - [2026-04-06 02:05:02] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339 HTTP/1.1" 200 2306 0.066386 10.0.0.130 - - [2026-04-06 02:05:02] "GET /virtual-network/079c7f14-d16b-4d67-9a7d-5d760837f283 HTTP/1.1" 200 2325 0.005355 10.0.0.130 - - [2026-04-06 02:05:02] "GET /virtual-network/079c7f14-d16b-4d67-9a7d-5d760837f283 HTTP/1.1" 200 2325 0.004042 10.0.0.130 - - [2026-04-06 02:05:02] "GET /routing-instance/946e2738-e234-4279-9275-25171a95a51e HTTP/1.1" 200 1275 0.003242 10.0.0.130 - - [2026-04-06 02:05:02] "GET /routing-instance/946e2738-e234-4279-9275-25171a95a51e HTTP/1.1" 200 1275 0.003148 10.0.0.130 - - [2026-04-06 02:05:02] "POST /route-targets HTTP/1.1" 200 328 0.009745 10.0.0.130 - - [2026-04-06 02:05:02] "POST /ref-update HTTP/1.1" 200 156 0.011227 10.0.0.130 - - [2026-04-06 02:05:03] "DELETE /project/c88f5e15b03c43b58cc8eb1f5f95b339 HTTP/1.1" 404 173 0.008308 10.0.0.130 - - [2026-04-06 02:05:03] "DELETE /project/8555ca9913d244d5a987008fce3e806c HTTP/1.1" 404 173 0.007548 10.0.0.130 - - [2026-04-06 02:05:03] "GET /projects?obj_uuids=8555ca99-13d2-44d5-a987-008fce3e806c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000797 10.0.0.130 - - [2026-04-06 02:05:03] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000727 10.0.0.130 - - [2026-04-06 02:05:03] "GET /project/c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.029446 10.0.0.130 - - [2026-04-06 02:05:03] "GET /project/8555ca99-13d2-44d5-a987-008fce3e806c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.032957 10.0.0.130 - - [2026-04-06 02:05:03] "GET /projects?obj_uuids=8555ca99-13d2-44d5-a987-008fce3e806c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000813 10.0.0.130 - - [2026-04-06 02:05:03] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000733 10.0.0.130 - - [2026-04-06 02:05:03] "GET /project/8555ca99-13d2-44d5-a987-008fce3e806c?fields=security_groups HTTP/1.1" 200 1342 0.067135 10.0.0.130 - - [2026-04-06 02:05:03] "GET /project/c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a?fields=security_groups HTTP/1.1" 200 1370 0.073415 10.0.0.130 - - [2026-04-06 02:05:03] "DELETE /security-group/3f70a84d-2f16-4e43-8416-29373c734929 HTTP/1.1" 200 115 0.039820 10.0.0.130 - - [2026-04-06 02:05:03] "DELETE /security-group/9f80b590-eb3d-4823-a7bc-ba0db8fa7d16 HTTP/1.1" 200 115 0.042771 10.0.0.130 - - [2026-04-06 02:05:03] "GET /projects?obj_uuids=8555ca99-13d2-44d5-a987-008fce3e806c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000834 10.0.0.130 - - [2026-04-06 02:05:03] "GET /projects?obj_uuids=c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000783 10.0.0.130 - - [2026-04-06 02:05:03] "DELETE /access-control-list/8b786c75-e6ef-4f64-b838-93f533194d2c HTTP/1.1" 200 115 0.033153 10.0.0.130 - - [2026-04-06 02:05:03] "GET /project/8555ca99-13d2-44d5-a987-008fce3e806c?fields=application_policy_sets HTTP/1.1" 200 1381 0.030391 10.0.0.130 - - [2026-04-06 02:05:03] "GET /project/c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a?fields=application_policy_sets HTTP/1.1" 200 1409 0.031647 10.0.0.130 - - [2026-04-06 02:05:03] "DELETE /access-control-list/0e47aa32-771b-4a49-be5f-0c88eaebe70f HTTP/1.1" 200 115 0.029067 10.0.0.130 - - [2026-04-06 02:05:03] "DELETE /access-control-list/34ce95a7-bcac-41e9-ac33-958ba0b80c06 HTTP/1.1" 200 115 0.013968 10.0.0.130 - - [2026-04-06 02:05:03] "DELETE /access-control-list/42dcbf3f-a14c-4e37-a915-80f70c62cd22 HTTP/1.1" 200 115 0.026674 10.0.0.130 - - [2026-04-06 02:05:04] "DELETE /project/8555ca99-13d2-44d5-a987-008fce3e806c HTTP/1.1" 200 115 0.364970 10.0.0.130 - - [2026-04-06 02:05:04] "DELETE /project/c11cc8d4-e8b6-40f7-a95b-d30ef0e58c1a HTTP/1.1" 200 115 0.362381 10.0.0.130 - - [2026-04-06 02:05:07] "GET /domains HTTP/1.1" 200 281 0.002326 10.0.0.130 - - [2026-04-06 02:05:07] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000878 10.0.0.130 - - [2026-04-06 02:05:07] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2581 0.007094 10.0.0.130 - - [2026-04-06 02:05:07] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001426 10.0.0.130 - - [2026-04-06 02:05:07] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339 HTTP/1.1" 200 2306 0.059963 10.0.0.130 - - [2026-04-06 02:05:07] "GET /virtual-network/079c7f14-d16b-4d67-9a7d-5d760837f283 HTTP/1.1" 200 2325 0.004211 10.0.0.130 - - [2026-04-06 02:05:07] "GET /virtual-network/079c7f14-d16b-4d67-9a7d-5d760837f283 HTTP/1.1" 200 2325 0.004214 10.0.0.130 - - [2026-04-06 02:05:07] "GET /routing-instance/946e2738-e234-4279-9275-25171a95a51e HTTP/1.1" 200 1497 0.003695 10.0.0.130 - - [2026-04-06 02:05:07] "GET /routing-instance/946e2738-e234-4279-9275-25171a95a51e HTTP/1.1" 200 1497 0.002425 10.0.0.130 - - [2026-04-06 02:05:07] "GET /route-target/a81fcdcf-79b0-432e-9af7-b1ad0c6531fe HTTP/1.1" 200 1215 0.002824 10.0.0.130 - - [2026-04-06 02:05:07] "GET /virtual-network/079c7f14-d16b-4d67-9a7d-5d760837f283 HTTP/1.1" 200 2325 0.004011 10.0.0.130 - - [2026-04-06 02:05:07] "GET /routing-instance/946e2738-e234-4279-9275-25171a95a51e HTTP/1.1" 200 1497 0.002844 10.0.0.130 - - [2026-04-06 02:05:07] "GET /virtual-network/079c7f14-d16b-4d67-9a7d-5d760837f283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006074 10.0.0.130 - - [2026-04-06 02:05:07] "GET /virtual-network/079c7f14-d16b-4d67-9a7d-5d760837f283 HTTP/1.1" 200 2325 0.004178 10.0.0.130 - - [2026-04-06 02:05:07] "GET /routing-instance/946e2738-e234-4279-9275-25171a95a51e HTTP/1.1" 200 1497 0.002834 10.0.0.130 - - [2026-04-06 02:05:07] "GET /routing-instance/946e2738-e234-4279-9275-25171a95a51e HTTP/1.1" 200 1497 0.002652 10.0.0.130 - - [2026-04-06 02:05:07] "GET /route-target/a81fcdcf-79b0-432e-9af7-b1ad0c6531fe HTTP/1.1" 200 1215 0.002487 10.0.0.130 - - [2026-04-06 02:05:07] "GET /domains HTTP/1.1" 200 281 0.002180 10.0.0.130 - - [2026-04-06 02:05:07] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152 10.0.0.130 - - [2026-04-06 02:05:07] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2581 0.006310 10.0.0.130 - - [2026-04-06 02:05:07] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000829 10.0.0.130 - - [2026-04-06 02:05:07] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339 HTTP/1.1" 200 2306 0.065528 10.0.0.130 - - [2026-04-06 02:05:07] "GET /virtual-network/079c7f14-d16b-4d67-9a7d-5d760837f283 HTTP/1.1" 200 2325 0.004618 10.0.0.130 - - [2026-04-06 02:05:07] "GET /obj-perms HTTP/1.1" 200 5045 0.002465 10.0.0.130 - - [2026-04-06 02:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002196 10.0.0.130 - - [2026-04-06 02:05:07] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001086 10.0.0.130 - - [2026-04-06 02:05:07] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.018573 10.0.0.130 - - [2026-04-06 02:05:07] "POST /neutron/network HTTP/1.1" 200 117 0.010755 10.0.0.130 - - [2026-04-06 02:05:07] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000847 10.0.0.130 - - [2026-04-06 02:05:07] "POST /neutron/network HTTP/1.1" 200 615 0.054298 10.0.0.130 - - [2026-04-06 02:05:07] "POST /ref-update HTTP/1.1" 200 156 0.007774 10.0.0.130 - - [2026-04-06 02:05:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004190 10.0.0.130 - - [2026-04-06 02:05:07] "POST /neutron/subnet HTTP/1.1" 200 719 0.136414 10.0.0.130 - - [2026-04-06 02:05:07] "POST /neutron/network HTTP/1.1" 200 833 0.005888 10.0.0.130 - - [2026-04-06 02:05:07] "POST /id-to-fqname HTTP/1.1" 200 224 0.002526 10.0.0.130 - - [2026-04-06 02:05:07] "GET /virtual-network/11608e4f-a501-4ff3-961e-f95c4e834728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004846 10.0.0.130 - - [2026-04-06 02:05:07] "POST /neutron/network HTTP/1.1" 200 833 0.004744 10.0.0.130 - - [2026-04-06 02:05:07] "GET /virtual-network/11608e4f-a501-4ff3-961e-f95c4e834728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005932 10.0.0.130 - - [2026-04-06 02:05:07] "POST /neutron/network HTTP/1.1" 200 833 0.004730 10.0.0.130 - - [2026-04-06 02:05:07] "POST /neutron/subnet HTTP/1.1" 200 719 0.005556 10.0.0.130 - - [2026-04-06 02:05:07] "GET /domains HTTP/1.1" 200 281 0.001692 10.0.0.130 - - [2026-04-06 02:05:07] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000847 10.0.0.130 - - [2026-04-06 02:05:07] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2581 0.005246 10.0.0.130 - - [2026-04-06 02:05:07] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000767 10.0.0.130 - - [2026-04-06 02:05:07] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339 HTTP/1.1" 200 2526 0.061897 10.0.0.130 - - [2026-04-06 02:05:07] "GET /virtual-network/11608e4f-a501-4ff3-961e-f95c4e834728 HTTP/1.1" 200 2325 0.005757 10.0.0.130 - - [2026-04-06 02:05:07] "GET /virtual-network/11608e4f-a501-4ff3-961e-f95c4e834728 HTTP/1.1" 200 2325 0.003838 10.0.0.130 - - [2026-04-06 02:05:08] "GET /routing-instance/cf472907-f7cb-428d-80f3-428e4743c2e5 HTTP/1.1" 200 1500 0.002823 10.0.0.130 - - [2026-04-06 02:05:08] "GET /routing-instance/cf472907-f7cb-428d-80f3-428e4743c2e5 HTTP/1.1" 200 1500 0.002474 10.0.0.130 - - [2026-04-06 02:05:08] "GET /route-target/6f8159ba-87c8-41b8-aed5-d18c74daf5c3 HTTP/1.1" 200 1216 0.002336 10.0.0.130 - - [2026-04-06 02:05:08] "GET /virtual-network/11608e4f-a501-4ff3-961e-f95c4e834728 HTTP/1.1" 200 2325 0.004384 10.0.0.130 - - [2026-04-06 02:05:08] "GET /routing-instance/cf472907-f7cb-428d-80f3-428e4743c2e5 HTTP/1.1" 200 1500 0.003404 10.0.0.130 - - [2026-04-06 02:05:08] "GET /virtual-network/11608e4f-a501-4ff3-961e-f95c4e834728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003913 10.0.0.130 - - [2026-04-06 02:05:08] "GET /virtual-network/11608e4f-a501-4ff3-961e-f95c4e834728 HTTP/1.1" 200 2325 0.004169 10.0.0.130 - - [2026-04-06 02:05:08] "GET /routing-instance/cf472907-f7cb-428d-80f3-428e4743c2e5 HTTP/1.1" 200 1500 0.002573 10.0.0.130 - - [2026-04-06 02:05:08] "GET /routing-instance/cf472907-f7cb-428d-80f3-428e4743c2e5 HTTP/1.1" 200 1500 0.002695 10.0.0.130 - - [2026-04-06 02:05:08] "GET /route-target/6f8159ba-87c8-41b8-aed5-d18c74daf5c3 HTTP/1.1" 200 1216 0.002333 10.0.0.130 - - [2026-04-06 02:05:08] "GET /domains HTTP/1.1" 200 281 0.002640 10.0.0.130 - - [2026-04-06 02:05:08] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001722 10.0.0.130 - - [2026-04-06 02:05:08] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2581 0.006850 10.0.0.130 - - [2026-04-06 02:05:08] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000784 10.0.0.130 - - [2026-04-06 02:05:08] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339 HTTP/1.1" 200 2526 0.061490 10.0.0.130 - - [2026-04-06 02:05:08] "GET /virtual-network/11608e4f-a501-4ff3-961e-f95c4e834728 HTTP/1.1" 200 2325 0.003981 10.0.0.130 - - [2026-04-06 02:05:08] "GET /obj-perms HTTP/1.1" 200 5045 0.002195 10.0.0.130 - - [2026-04-06 02:05:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001516 10.0.0.130 - - [2026-04-06 02:05:08] "POST /neutron/network HTTP/1.1" 200 843 0.005507 10.0.0.130 - - [2026-04-06 02:05:08] "GET /aaa-mode HTTP/1.1" 401 293 0.000374 10.0.0.130 - - [2026-04-06 02:05:08] "GET / HTTP/1.1" 200 36215 0.001394 10.0.0.130 - - [2026-04-06 02:05:08] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000344 10.0.0.130 - - [2026-04-06 02:05:09] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000973 10.0.0.130 - - [2026-04-06 02:05:09] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.052591 10.0.0.130 - - [2026-04-06 02:05:09] "POST /neutron/network HTTP/1.1" 200 833 0.005068 10.0.0.130 - - [2026-04-06 02:05:09] "POST /neutron/port HTTP/1.1" 200 117 0.004949 10.0.0.130 - - [2026-04-06 02:05:09] "POST /neutron/port HTTP/1.1" 200 117 0.004291 10.0.0.130 - - [2026-04-06 02:05:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.001232 10.0.0.130 - - [2026-04-06 02:05:09] "POST /neutron/port HTTP/1.1" 200 117 0.004394 10.0.0.130 - - [2026-04-06 02:05:09] "POST /neutron/network HTTP/1.1" 200 843 0.004973 10.0.0.130 - - [2026-04-06 02:05:09] "GET /aaa-mode HTTP/1.1" 401 293 0.000433 10.0.0.130 - - [2026-04-06 02:05:09] "POST /neutron/network HTTP/1.1" 200 843 0.010058 10.0.0.130 - - [2026-04-06 02:05:09] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001002 10.0.0.130 - - [2026-04-06 02:05:09] "GET / HTTP/1.1" 200 36215 0.002631 10.0.0.130 - - [2026-04-06 02:05:09] "GET /obj-perms HTTP/1.1" 200 5075 0.081486 10.0.0.130 - - [2026-04-06 02:05:09] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000321 10.0.0.130 - - [2026-04-06 02:05:09] "POST /neutron/port HTTP/1.1" 200 1059 0.211902 10.0.0.130 - - [2026-04-06 02:05:09] "POST /neutron/port HTTP/1.1" 200 1059 0.008923 10.0.0.130 - - [2026-04-06 02:05:09] "POST /neutron/port HTTP/1.1" 200 1059 0.008717 10.0.0.130 - - [2026-04-06 02:05:09] "POST /neutron/port HTTP/1.1" 200 1113 0.072708 10.0.0.130 - - [2026-04-06 02:05:10] "POST /neutron/port HTTP/1.1" 200 1123 0.010771 10.0.0.130 - - [2026-04-06 02:05:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003518 10.0.0.130 - - [2026-04-06 02:05:10] "POST /neutron/subnet HTTP/1.1" 200 703 0.009959 10.0.0.130 - - [2026-04-06 02:05:10] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.130 - - [2026-04-06 02:05:10] "POST /neutron/network HTTP/1.1" 200 833 0.006164 10.0.0.130 - - [2026-04-06 02:05:10] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000922 10.0.0.130 - - [2026-04-06 02:05:10] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.070751 10.0.0.130 - - [2026-04-06 02:05:10] "GET /obj-perms HTTP/1.1" 200 5075 0.085521 10.0.0.130 - - [2026-04-06 02:05:10] "POST /neutron/network HTTP/1.1" 200 833 0.004833 10.0.0.130 - - [2026-04-06 02:05:10] "POST /neutron/port HTTP/1.1" 200 1123 0.012744 10.0.0.130 - - [2026-04-06 02:05:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005698 10.0.0.130 - - [2026-04-06 02:05:10] "POST /neutron/port HTTP/1.1" 200 117 0.005114 10.0.0.130 - - [2026-04-06 02:05:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.003227 10.0.0.130 - - [2026-04-06 02:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002136 10.0.0.130 - - [2026-04-06 02:05:10] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.130 - - [2026-04-06 02:05:10] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006175 10.0.0.130 - - [2026-04-06 02:05:10] "POST /service-templates HTTP/1.1" 200 545 0.022861 10.0.0.130 - - [2026-04-06 02:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.130 - - [2026-04-06 02:05:10] "GET /service-template/a2cab799-d0d2-4805-927c-d0b1e3092ba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.007821 10.0.0.130 - - [2026-04-06 02:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002519 10.0.0.130 - - [2026-04-06 02:05:10] "GET /service-template/a2cab799-d0d2-4805-927c-d0b1e3092ba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.002945 10.0.0.130 - - [2026-04-06 02:05:10] "POST /neutron/network HTTP/1.1" 200 843 0.007245 10.0.0.130 - - [2026-04-06 02:05:10] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000987 10.0.0.130 - - [2026-04-06 02:05:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001254 10.0.0.130 - - [2026-04-06 02:05:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001064 10.0.0.130 - - [2026-04-06 02:05:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.000998 10.0.0.130 - - [2026-04-06 02:05:10] "POST /neutron/port HTTP/1.1" 200 1057 0.218510 10.0.0.130 - - [2026-04-06 02:05:10] "POST /neutron/port HTTP/1.1" 200 1057 0.010923 10.0.0.130 - - [2026-04-06 02:05:11] "POST /neutron/port HTTP/1.1" 200 1057 0.009281 10.0.0.130 - - [2026-04-06 02:05:11] "POST /neutron/port HTTP/1.1" 200 1111 0.099081 10.0.0.130 - - [2026-04-06 02:05:11] "POST /neutron/port HTTP/1.1" 200 2092 0.026973 10.0.0.130 - - [2026-04-06 02:05:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005497 10.0.0.130 - - [2026-04-06 02:05:11] "POST /neutron/port HTTP/1.1" 200 1121 0.015246 10.0.0.130 - - [2026-04-06 02:05:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002387 10.0.0.130 - - [2026-04-06 02:05:11] "POST /neutron/subnet HTTP/1.1" 200 693 0.008762 10.0.0.130 - - [2026-04-06 02:05:11] "POST /neutron/port HTTP/1.1" 200 117 0.001199 10.0.0.130 - - [2026-04-06 02:05:11] "POST /neutron/network HTTP/1.1" 200 833 0.004881 10.0.0.130 - - [2026-04-06 02:05:11] "POST /neutron/network HTTP/1.1" 200 2224 0.012592 10.0.0.130 - - [2026-04-06 02:05:11] "GET /aaa-mode HTTP/1.1" 401 293 0.000376 10.0.0.130 - - [2026-04-06 02:05:12] "GET / HTTP/1.1" 200 36215 0.001531 10.0.0.130 - - [2026-04-06 02:05:12] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000324 10.0.0.130 - - [2026-04-06 02:05:12] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001226 10.0.0.130 - - [2026-04-06 02:05:12] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.055272 10.0.0.130 - - [2026-04-06 02:05:12] "POST /neutron/network HTTP/1.1" 200 833 0.004822 10.0.0.130 - - [2026-04-06 02:05:12] "POST /neutron/network HTTP/1.1" 200 833 0.004276 10.0.0.130 - - [2026-04-06 02:05:12] "POST /neutron/network HTTP/1.1" 200 833 0.004752 10.0.0.130 - - [2026-04-06 02:05:12] "POST /neutron/port HTTP/1.1" 200 2092 0.017202 10.0.0.130 - - [2026-04-06 02:05:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008381 10.0.0.130 - - [2026-04-06 02:05:12] "POST /neutron/port HTTP/1.1" 200 117 0.009487 10.0.0.130 - - [2026-04-06 02:05:12] "POST /neutron/port HTTP/1.1" 200 117 0.004440 10.0.0.130 - - [2026-04-06 02:05:13] "POST /neutron/network HTTP/1.1" 200 2224 0.013536 10.0.0.130 - - [2026-04-06 02:05:13] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001464 10.0.0.130 - - [2026-04-06 02:05:13] "POST /neutron/port HTTP/1.1" 200 1059 0.278976 10.0.0.130 - - [2026-04-06 02:05:13] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001875 10.0.0.130 - - [2026-04-06 02:05:13] "POST /neutron/port HTTP/1.1" 200 1059 0.178885 10.0.0.130 - - [2026-04-06 02:05:13] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001464 10.0.0.130 - - [2026-04-06 02:05:13] "POST /neutron/port HTTP/1.1" 200 1057 0.180922 10.0.0.130 - - [2026-04-06 02:05:13] "POST /neutron/port HTTP/1.1" 200 1059 0.012409 10.0.0.130 - - [2026-04-06 02:05:13] "POST /neutron/port HTTP/1.1" 200 1059 0.007651 10.0.0.130 - - [2026-04-06 02:05:14] "POST /neutron/port HTTP/1.1" 200 1113 0.065432 10.0.0.130 - - [2026-04-06 02:05:14] "POST /neutron/port HTTP/1.1" 200 1059 0.009419 10.0.0.130 - - [2026-04-06 02:05:14] "POST /neutron/port HTTP/1.1" 200 1059 0.008625 10.0.0.130 - - [2026-04-06 02:05:14] "POST /neutron/port HTTP/1.1" 200 1113 0.057445 10.0.0.130 - - [2026-04-06 02:05:14] "POST /neutron/port HTTP/1.1" 200 1057 0.008302 10.0.0.130 - - [2026-04-06 02:05:14] "POST /neutron/port HTTP/1.1" 200 1057 0.015595 10.0.0.130 - - [2026-04-06 02:05:14] "POST /neutron/port HTTP/1.1" 200 1111 0.068424 10.0.0.130 - - [2026-04-06 02:05:14] "POST /neutron/port HTTP/1.1" 200 3062 0.022310 10.0.0.130 - - [2026-04-06 02:05:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006901 10.0.0.130 - - [2026-04-06 02:05:14] "POST /neutron/subnet HTTP/1.1" 200 703 0.008006 10.0.0.130 - - [2026-04-06 02:05:14] "POST /neutron/port HTTP/1.1" 200 117 0.001108 10.0.0.130 - - [2026-04-06 02:05:14] "POST /neutron/network HTTP/1.1" 200 833 0.004986 10.0.0.130 - - [2026-04-06 02:05:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003611 10.0.0.130 - - [2026-04-06 02:05:14] "POST /neutron/subnet HTTP/1.1" 200 703 0.006807 10.0.0.130 - - [2026-04-06 02:05:14] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.130 - - [2026-04-06 02:05:14] "POST /neutron/network HTTP/1.1" 200 833 0.007505 10.0.0.130 - - [2026-04-06 02:05:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002879 10.0.0.130 - - [2026-04-06 02:05:14] "POST /neutron/subnet HTTP/1.1" 200 693 0.009325 10.0.0.130 - - [2026-04-06 02:05:14] "POST /neutron/port HTTP/1.1" 200 117 0.001794 10.0.0.130 - - [2026-04-06 02:05:14] "POST /neutron/network HTTP/1.1" 200 833 0.009247 10.0.0.130 - - [2026-04-06 02:05:17] "POST /neutron/port HTTP/1.1" 200 3062 0.017549 10.0.0.130 - - [2026-04-06 02:05:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005045 10.0.0.130 - - [2026-04-06 02:05:18] "POST /neutron/port HTTP/1.1" 200 3062 0.021676 10.0.0.130 - - [2026-04-06 02:05:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008533 10.0.0.130 - - [2026-04-06 02:05:18] "POST /neutron/port HTTP/1.1" 200 3062 0.017079 10.0.0.130 - - [2026-04-06 02:05:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005148 10.0.0.130 - - [2026-04-06 02:05:18] "POST /neutron/port HTTP/1.1" 200 3062 0.018769 10.0.0.130 - - [2026-04-06 02:05:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005067 10.0.0.130 - - [2026-04-06 02:05:18] "POST /neutron/port HTTP/1.1" 200 3062 0.017174 10.0.0.130 - - [2026-04-06 02:05:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005446 10.0.0.130 - - [2026-04-06 02:05:18] "GET /virtual-machine/700c8e4c-483e-4d1b-be1b-065328e9e5d1 HTTP/1.1" 200 1806 0.004314 10.0.0.130 - - [2026-04-06 02:05:18] "GET /virtual-machine-interface/5ed1dc51-51b7-4cf6-8deb-de352932871b HTTP/1.1" 200 2953 0.004316 10.0.0.130 - - [2026-04-06 02:05:18] "GET /virtual-machine-interface/92410265-aa7a-4931-a0e4-7687d382af18 HTTP/1.1" 200 2957 0.004880 10.0.0.130 - - [2026-04-06 02:05:18] "GET /virtual-machine-interface/ef0d0a1c-2b70-44b7-a463-520b000de45d HTTP/1.1" 200 2954 0.004585 10.0.0.130 - - [2026-04-06 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.130 - - [2026-04-06 02:05:18] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003343 10.0.0.130 - - [2026-04-06 02:05:18] "GET /virtual-networks?parent_id=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002728 10.0.0.130 - - [2026-04-06 02:05:18] "GET /virtual-network/00d48ac1-cd0e-476f-b817-df2e3b63671b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006313 10.0.0.130 - - [2026-04-06 02:05:18] "POST /neutron/port HTTP/1.1" 200 1123 0.011125 10.0.0.130 - - [2026-04-06 02:05:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004639 10.0.0.130 - - [2026-04-06 02:05:19] "POST /neutron/port HTTP/1.1" 200 1121 0.010604 10.0.0.130 - - [2026-04-06 02:05:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006576 10.0.0.130 - - [2026-04-06 02:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002565 10.0.0.130 - - [2026-04-06 02:05:21] "GET /virtual-network/00d48ac1-cd0e-476f-b817-df2e3b63671b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004533 10.0.0.130 - - [2026-04-06 02:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.130 - - [2026-04-06 02:05:25] "GET /virtual-network/00d48ac1-cd0e-476f-b817-df2e3b63671b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004260 10.0.0.130 - - [2026-04-06 02:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002457 10.0.0.130 - - [2026-04-06 02:05:29] "GET /virtual-network/00d48ac1-cd0e-476f-b817-df2e3b63671b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004738 10.0.0.130 - - [2026-04-06 02:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.130 - - [2026-04-06 02:05:33] "GET /virtual-network/00d48ac1-cd0e-476f-b817-df2e3b63671b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004788 10.0.0.130 - - [2026-04-06 02:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.130 - - [2026-04-06 02:05:36] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002656 10.0.0.130 - - [2026-04-06 02:05:36] "GET /virtual-networks?parent_id=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002712 10.0.0.130 - - [2026-04-06 02:05:36] "GET /virtual-network/00d48ac1-cd0e-476f-b817-df2e3b63671b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004736 10.0.0.130 - - [2026-04-06 02:05:36] "POST /neutron/port HTTP/1.1" 200 3062 0.016843 10.0.0.130 - - [2026-04-06 02:05:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005879 10.0.0.130 - - [2026-04-06 02:05:39] "POST /neutron/port HTTP/1.1" 200 1123 0.011092 10.0.0.130 - - [2026-04-06 02:05:39] "POST /neutron/port HTTP/1.1" 200 1123 0.011140 10.0.0.130 - - [2026-04-06 02:05:39] "POST /neutron/network HTTP/1.1" 200 843 0.004642 10.0.0.130 - - [2026-04-06 02:05:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003164 10.0.0.130 - - [2026-04-06 02:05:39] "POST /neutron/subnet HTTP/1.1" 200 703 0.005998 10.0.0.130 - - [2026-04-06 02:05:39] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.130 - - [2026-04-06 02:05:39] "POST /neutron/network HTTP/1.1" 200 833 0.004773 10.0.0.130 - - [2026-04-06 02:05:41] "POST /neutron/port HTTP/1.1" 200 3062 0.020082 10.0.0.130 - - [2026-04-06 02:05:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005332 10.0.0.130 - - [2026-04-06 02:05:44] "POST /neutron/port HTTP/1.1" 200 3062 0.021686 10.0.0.130 - - [2026-04-06 02:05:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005272 10.0.0.130 - - [2026-04-06 02:05:46] "POST /neutron/port HTTP/1.1" 200 3062 0.016388 10.0.0.130 - - [2026-04-06 02:05:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006815 10.0.0.130 - - [2026-04-06 02:05:51] "POST /neutron/port HTTP/1.1" 200 3062 0.016277 10.0.0.130 - - [2026-04-06 02:05:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005271 10.0.0.130 - - [2026-04-06 02:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.130 - - [2026-04-06 02:05:57] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003060 10.0.0.130 - - [2026-04-06 02:05:57] "GET /virtual-networks?parent_id=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002464 10.0.0.130 - - [2026-04-06 02:05:57] "GET /virtual-network/079c7f14-d16b-4d67-9a7d-5d760837f283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006746 10.0.0.130 - - [2026-04-06 02:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002453 10.0.0.130 - - [2026-04-06 02:05:57] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002513 10.0.0.130 - - [2026-04-06 02:05:57] "GET /virtual-networks?parent_id=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002589 10.0.0.130 - - [2026-04-06 02:05:57] "GET /virtual-network/11608e4f-a501-4ff3-961e-f95c4e834728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005378 10.0.0.130 - - [2026-04-06 02:05:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.002484 10.0.0.130 - - [2026-04-06 02:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002083 10.0.0.130 - - [2026-04-06 02:05:57] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000983 10.0.0.130 - - [2026-04-06 02:05:57] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.020892 10.0.0.130 - - [2026-04-06 02:05:57] "POST /service-instances HTTP/1.1" 200 545 0.060498 10.0.0.130 - - [2026-04-06 02:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.130 - - [2026-04-06 02:05:57] "GET /service-instance/acb49d8b-e13d-49f1-92e3-cb4d24b37f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.004677 10.0.0.130 - - [2026-04-06 02:05:57] "POST /port-tuples HTTP/1.1" 200 588 0.020239 10.0.0.130 - - [2026-04-06 02:05:58] "GET /virtual-machine-interface/ef0d0a1c-2b70-44b7-a463-520b000de45d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.005185 10.0.0.130 - - [2026-04-06 02:05:58] "PUT /virtual-machine-interface/ef0d0a1c-2b70-44b7-a463-520b000de45d HTTP/1.1" 200 285 0.009195 10.0.0.130 - - [2026-04-06 02:05:58] "POST /ref-update HTTP/1.1" 200 156 0.009130 10.0.0.130 - - [2026-04-06 02:05:58] "POST /instance-ips HTTP/1.1" 200 386 0.021902 10.0.0.130 - - [2026-04-06 02:05:58] "POST /ref-update HTTP/1.1" 200 156 0.009054 10.0.0.130 - - [2026-04-06 02:05:58] "GET /virtual-machine-interface/5ed1dc51-51b7-4cf6-8deb-de352932871b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.005520 10.0.0.130 - - [2026-04-06 02:05:58] "POST /ref-update HTTP/1.1" 200 156 0.010429 10.0.0.130 - - [2026-04-06 02:05:58] "PUT /virtual-machine-interface/5ed1dc51-51b7-4cf6-8deb-de352932871b HTTP/1.1" 200 285 0.012014 10.0.0.130 - - [2026-04-06 02:05:58] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002573 10.0.0.130 - - [2026-04-06 02:05:58] "POST /ref-update HTTP/1.1" 200 156 0.007144 10.0.0.130 - - [2026-04-06 02:05:58] "GET /virtual-machine-interface/92410265-aa7a-4931-a0e4-7687d382af18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.004704 10.0.0.130 - - [2026-04-06 02:05:58] "POST /instance-ips HTTP/1.1" 200 386 0.022887 10.0.0.130 - - [2026-04-06 02:05:58] "PUT /virtual-machine-interface/92410265-aa7a-4931-a0e4-7687d382af18 HTTP/1.1" 200 285 0.010759 10.0.0.130 - - [2026-04-06 02:05:58] "POST /ref-update HTTP/1.1" 200 156 0.007522 10.0.0.130 - - [2026-04-06 02:05:58] "POST /ref-update HTTP/1.1" 200 156 0.009777 10.0.0.130 - - [2026-04-06 02:05:58] "POST /ref-update HTTP/1.1" 200 156 0.009720 10.0.0.130 - - [2026-04-06 02:05:58] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002683 10.0.0.130 - - [2026-04-06 02:05:58] "POST /neutron/port HTTP/1.1" 200 1123 0.013603 10.0.0.130 - - [2026-04-06 02:05:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006027 10.0.0.130 - - [2026-04-06 02:05:58] "POST /instance-ips HTTP/1.1" 200 374 0.013878 10.0.0.130 - - [2026-04-06 02:05:58] "POST /neutron/port HTTP/1.1" 200 1123 0.010283 10.0.0.130 - - [2026-04-06 02:05:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005367 10.0.0.130 - - [2026-04-06 02:05:58] "POST /ref-update HTTP/1.1" 200 156 0.011389 10.0.0.130 - - [2026-04-06 02:05:58] "POST /neutron/port HTTP/1.1" 200 1123 0.011501 10.0.0.130 - - [2026-04-06 02:05:58] "POST /ref-update HTTP/1.1" 200 156 0.006646 10.0.0.130 - - [2026-04-06 02:05:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006913 10.0.0.130 - - [2026-04-06 02:05:58] "GET /virtual-machine/cc6b7bc2-849c-4f0a-bddf-89ac4235bb93 HTTP/1.1" 200 1293 0.003814 10.0.0.130 - - [2026-04-06 02:05:58] "GET /virtual-machine-interface/1cc1dc10-b457-4bc1-9014-0a7c6e4cf785 HTTP/1.1" 200 2953 0.004462 10.0.0.130 - - [2026-04-06 02:05:58] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002333 10.0.0.130 - - [2026-04-06 02:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002434 10.0.0.130 - - [2026-04-06 02:05:58] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002649 10.0.0.130 - - [2026-04-06 02:05:58] "GET /virtual-networks?parent_id=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002778 10.0.0.130 - - [2026-04-06 02:05:58] "POST /instance-ips HTTP/1.1" 200 374 0.014174 10.0.0.130 - - [2026-04-06 02:05:58] "GET /virtual-network/079c7f14-d16b-4d67-9a7d-5d760837f283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004804 10.0.0.130 - - [2026-04-06 02:05:58] "POST /ref-update HTTP/1.1" 200 156 0.006842 10.0.0.130 - - [2026-04-06 02:05:58] "POST /ref-update HTTP/1.1" 200 156 0.007287 10.0.0.130 - - [2026-04-06 02:05:58] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002461 10.0.0.130 - - [2026-04-06 02:05:58] "POST /instance-ips HTTP/1.1" 200 376 0.015431 10.0.0.130 - - [2026-04-06 02:05:59] "POST /ref-update HTTP/1.1" 200 156 0.008166 10.0.0.130 - - [2026-04-06 02:05:59] "POST /ref-update HTTP/1.1" 200 156 0.010210 10.0.0.130 - - [2026-04-06 02:05:59] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002734 10.0.0.130 - - [2026-04-06 02:05:59] "POST /instance-ips HTTP/1.1" 200 376 0.013197 10.0.0.130 - - [2026-04-06 02:05:59] "POST /ref-update HTTP/1.1" 200 156 0.007462 10.0.0.130 - - [2026-04-06 02:05:59] "POST /ref-update HTTP/1.1" 200 156 0.007519 10.0.0.130 - - [2026-04-06 02:05:59] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002545 10.0.0.130 - - [2026-04-06 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.130 - - [2026-04-06 02:05:59] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002865 10.0.0.130 - - [2026-04-06 02:05:59] "GET /virtual-networks?parent_id=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002729 10.0.0.130 - - [2026-04-06 02:06:00] "GET /virtual-network/079c7f14-d16b-4d67-9a7d-5d760837f283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004771 10.0.0.130 - - [2026-04-06 02:06:00] "POST /neutron/port HTTP/1.1" 200 1121 0.011660 10.0.0.130 - - [2026-04-06 02:06:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005119 10.0.0.130 - - [2026-04-06 02:06:00] "POST /neutron/port HTTP/1.1" 200 1121 0.018344 10.0.0.130 - - [2026-04-06 02:06:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005885 10.0.0.130 - - [2026-04-06 02:06:00] "POST /neutron/port HTTP/1.1" 200 1121 0.010826 10.0.0.130 - - [2026-04-06 02:06:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005296 10.0.0.130 - - [2026-04-06 02:06:00] "GET /virtual-machine/a1bfae69-cc3e-4261-8a27-d1d9338e4999 HTTP/1.1" 200 1292 0.005731 10.0.0.130 - - [2026-04-06 02:06:00] "GET /virtual-machine-interface/128377bf-4eb2-4103-86aa-80f79e2381cd HTTP/1.1" 200 2955 0.004398 10.0.0.130 - - [2026-04-06 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.130 - - [2026-04-06 02:06:00] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002744 10.0.0.130 - - [2026-04-06 02:06:00] "GET /virtual-networks?parent_id=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002594 10.0.0.130 - - [2026-04-06 02:06:00] "GET /virtual-network/11608e4f-a501-4ff3-961e-f95c4e834728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004569 10.0.0.130 - - [2026-04-06 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.130 - - [2026-04-06 02:06:01] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004544 10.0.0.130 - - [2026-04-06 02:06:01] "GET /virtual-networks?parent_id=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003175 10.0.0.130 - - [2026-04-06 02:06:01] "GET /virtual-network/11608e4f-a501-4ff3-961e-f95c4e834728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004834 10.0.0.130 - - [2026-04-06 02:06:01] "POST /fqname-to-id HTTP/1.1" 404 211 0.002512 10.0.0.130 - - [2026-04-06 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002129 10.0.0.130 - - [2026-04-06 02:06:02] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001022 10.0.0.130 - - [2026-04-06 02:06:02] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.022382 10.0.0.130 - - [2026-04-06 02:06:02] "POST /network-policys HTTP/1.1" 200 549 0.014030 10.0.0.130 - - [2026-04-06 02:06:02] "GET /network-policy/2f3850be-4308-49ee-a6f7-2fba198d9ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004624 10.0.0.130 - - [2026-04-06 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002402 10.0.0.130 - - [2026-04-06 02:06:02] "GET /virtual-network/079c7f14-d16b-4d67-9a7d-5d760837f283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004754 10.0.0.130 - - [2026-04-06 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002371 10.0.0.130 - - [2026-04-06 02:06:02] "GET /network-policy/2f3850be-4308-49ee-a6f7-2fba198d9ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.002968 10.0.0.130 - - [2026-04-06 02:06:02] "POST /ref-update HTTP/1.1" 200 156 0.024505 10.0.0.130 - - [2026-04-06 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002342 10.0.0.130 - - [2026-04-06 02:06:02] "GET /network-policy/2f3850be-4308-49ee-a6f7-2fba198d9ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003775 10.0.0.130 - - [2026-04-06 02:06:02] "POST /neutron/network HTTP/1.1" 200 921 0.006290 10.0.0.130 - - [2026-04-06 02:06:02] "GET /virtual-network/079c7f14-d16b-4d67-9a7d-5d760837f283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004598 10.0.0.130 - - [2026-04-06 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002444 10.0.0.130 - - [2026-04-06 02:06:02] "GET /network-policy/2f3850be-4308-49ee-a6f7-2fba198d9ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003828 10.0.0.130 - - [2026-04-06 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002686 10.0.0.130 - - [2026-04-06 02:06:02] "GET /virtual-network/11608e4f-a501-4ff3-961e-f95c4e834728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004858 10.0.0.130 - - [2026-04-06 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.130 - - [2026-04-06 02:06:02] "GET /network-policy/2f3850be-4308-49ee-a6f7-2fba198d9ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003076 10.0.0.130 - - [2026-04-06 02:06:02] "POST /fqname-to-id HTTP/1.1" 404 242 0.002115 10.0.0.130 - - [2026-04-06 02:06:03] "POST /access-control-lists HTTP/1.1" 200 603 0.067832 10.0.0.130 - - [2026-04-06 02:06:03] "POST /ref-update HTTP/1.1" 200 156 0.066994 10.0.0.130 - - [2026-04-06 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.130 - - [2026-04-06 02:06:03] "POST /fqname-to-id HTTP/1.1" 404 244 0.001930 10.0.0.130 - - [2026-04-06 02:06:03] "GET /network-policy/2f3850be-4308-49ee-a6f7-2fba198d9ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003444 10.0.0.130 - - [2026-04-06 02:06:03] "POST /access-control-lists HTTP/1.1" 200 606 0.058007 10.0.0.130 - - [2026-04-06 02:06:03] "POST /neutron/network HTTP/1.1" 200 921 0.010875 10.0.0.130 - - [2026-04-06 02:06:03] "GET /virtual-network/11608e4f-a501-4ff3-961e-f95c4e834728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003930 10.0.0.130 - - [2026-04-06 02:06:03] "POST /routing-instances HTTP/1.1" 200 761 0.023199 10.0.0.130 - - [2026-04-06 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.130 - - [2026-04-06 02:06:03] "GET /network-policy/2f3850be-4308-49ee-a6f7-2fba198d9ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004866 10.0.0.130 - - [2026-04-06 02:06:03] "POST /route-targets HTTP/1.1" 200 328 0.012923 10.0.0.130 - - [2026-04-06 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002375 10.0.0.130 - - [2026-04-06 02:06:03] "POST /ref-update HTTP/1.1" 200 156 0.009809 10.0.0.130 - - [2026-04-06 02:06:03] "GET /service-template/a2cab799-d0d2-4805-927c-d0b1e3092ba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.003081 10.0.0.130 - - [2026-04-06 02:06:03] "GET /routing-instance/0a7f1a70-6e5c-4754-bb4c-97dc4003414f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.003263 10.0.0.130 - - [2026-04-06 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002502 10.0.0.130 - - [2026-04-06 02:06:03] "GET /routing-instance/0a7f1a70-6e5c-4754-bb4c-97dc4003414f?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.003200 10.0.0.130 - - [2026-04-06 02:06:03] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.130 - - [2026-04-06 02:06:03] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.030336 10.0.0.130 - - [2026-04-06 02:06:03] "POST /ref-update HTTP/1.1" 200 156 0.019006 10.0.0.130 - - [2026-04-06 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.130 - - [2026-04-06 02:06:03] "POST /routing-instances HTTP/1.1" 200 762 0.012650 10.0.0.130 - - [2026-04-06 02:06:03] "GET /service-instance/acb49d8b-e13d-49f1-92e3-cb4d24b37f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3539 0.004534 10.0.0.130 - - [2026-04-06 02:06:03] "POST /route-targets HTTP/1.1" 200 328 0.010090 10.0.0.130 - - [2026-04-06 02:06:03] "GET /domains HTTP/1.1" 200 281 0.002218 10.0.0.130 - - [2026-04-06 02:06:03] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001075 10.0.0.130 - - [2026-04-06 02:06:03] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2782 0.008426 10.0.0.130 - - [2026-04-06 02:06:03] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000840 10.0.0.130 - - [2026-04-06 02:06:03] "POST /ref-update HTTP/1.1" 200 156 0.010362 10.0.0.130 - - [2026-04-06 02:06:03] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339 HTTP/1.1" 200 4249 0.072196 10.0.0.130 - - [2026-04-06 02:06:03] "GET /routing-instance/2eb6dec4-adab-4dd3-ae9d-7df0d71fc782?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.007984 10.0.0.130 - - [2026-04-06 02:06:03] "GET /service-instance/acb49d8b-e13d-49f1-92e3-cb4d24b37f0d HTTP/1.1" 200 3794 0.003805 10.0.0.130 - - [2026-04-06 02:06:03] "GET /domains HTTP/1.1" 200 281 0.001740 10.0.0.130 - - [2026-04-06 02:06:03] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001261 10.0.0.130 - - [2026-04-06 02:06:03] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2782 0.008634 10.0.0.130 - - [2026-04-06 02:06:03] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001145 10.0.0.130 - - [2026-04-06 02:06:03] "GET /routing-instance/2eb6dec4-adab-4dd3-ae9d-7df0d71fc782?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.004350 10.0.0.130 - - [2026-04-06 02:06:03] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339 HTTP/1.1" 200 4249 0.069422 10.0.0.130 - - [2026-04-06 02:06:03] "GET /service-instance/acb49d8b-e13d-49f1-92e3-cb4d24b37f0d HTTP/1.1" 200 3794 0.003610 10.0.0.130 - - [2026-04-06 02:06:03] "PUT /routing-instance/0a7f1a70-6e5c-4754-bb4c-97dc4003414f HTTP/1.1" 200 267 0.011775 10.0.0.130 - - [2026-04-06 02:06:03] "GET /port-tuple/930310e3-7e59-4c03-b7fe-34c3bb1cbec3 HTTP/1.1" 200 1985 0.009525 10.0.0.130 - - [2026-04-06 02:06:03] "GET /virtual-machine-interface/5ed1dc51-51b7-4cf6-8deb-de352932871b HTTP/1.1" 200 3808 0.004880 10.0.0.130 - - [2026-04-06 02:06:03] "GET /virtual-machine-interface/92410265-aa7a-4931-a0e4-7687d382af18 HTTP/1.1" 200 3815 0.005028 10.0.0.130 - - [2026-04-06 02:06:03] "GET /virtual-machine-interface/ef0d0a1c-2b70-44b7-a463-520b000de45d HTTP/1.1" 200 3827 0.005240 10.0.0.130 - - [2026-04-06 02:06:03] "PUT /routing-instance/2eb6dec4-adab-4dd3-ae9d-7df0d71fc782 HTTP/1.1" 200 267 0.010822 10.0.0.130 - - [2026-04-06 02:06:03] "POST /ref-update HTTP/1.1" 200 156 0.010346 10.0.0.130 - - [2026-04-06 02:06:03] "POST /neutron/port HTTP/1.1" 200 3833 0.049436 10.0.0.130 - - [2026-04-06 02:06:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005634 10.0.0.130 - - [2026-04-06 02:06:04] "PUT /access-control-list/5c3e0004-0d0f-4fdd-ba4b-e53b97fda41c HTTP/1.1" 200 273 0.012243 10.0.0.130 - - [2026-04-06 02:06:04] "POST /neutron/port HTTP/1.1" 200 3833 0.029260 10.0.0.130 - - [2026-04-06 02:06:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008370 10.0.0.130 - - [2026-04-06 02:06:04] "PUT /access-control-list/50736e54-fa6e-4d6a-8b2d-761b303d0462 HTTP/1.1" 200 273 0.017776 10.0.0.130 - - [2026-04-06 02:06:04] "POST /neutron/port HTTP/1.1" 200 3833 0.033819 10.0.0.130 - - [2026-04-06 02:06:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005637 10.0.0.130 - - [2026-04-06 02:06:04] "POST /neutron/port HTTP/1.1" 200 3833 0.025305 10.0.0.130 - - [2026-04-06 02:06:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004955 10.0.0.130 - - [2026-04-06 02:06:04] "POST /neutron/network HTTP/1.1" 200 895 0.010180 10.0.0.130 - - [2026-04-06 02:06:04] "POST /neutron/network HTTP/1.1" 200 921 0.004296 10.0.0.130 - - [2026-04-06 02:06:04] "POST /neutron/network HTTP/1.1" 200 807 0.009591 10.0.0.130 - - [2026-04-06 02:06:04] "POST /neutron/network HTTP/1.1" 200 833 0.004474 10.0.0.130 - - [2026-04-06 02:06:04] "POST /neutron/network HTTP/1.1" 200 895 0.009405 10.0.0.130 - - [2026-04-06 02:06:04] "POST /neutron/network HTTP/1.1" 200 921 0.004347 10.0.0.130 - - [2026-04-06 02:06:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001024 10.0.0.130 - - [2026-04-06 02:06:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001278 10.0.0.130 - - [2026-04-06 02:06:04] "POST /id-to-fqname HTTP/1.1" 200 224 0.001575 10.0.0.130 - - [2026-04-06 02:06:04] "GET /virtual-machine/700c8e4c-483e-4d1b-be1b-065328e9e5d1 HTTP/1.1" 200 1806 0.004072 10.0.0.130 - - [2026-04-06 02:06:04] "GET /virtual-machine-interface/5ed1dc51-51b7-4cf6-8deb-de352932871b HTTP/1.1" 200 3808 0.004772 10.0.0.130 - - [2026-04-06 02:06:04] "GET /virtual-machine-interface/92410265-aa7a-4931-a0e4-7687d382af18 HTTP/1.1" 200 3815 0.004678 10.0.0.130 - - [2026-04-06 02:06:04] "GET /virtual-machine-interface/ef0d0a1c-2b70-44b7-a463-520b000de45d HTTP/1.1" 200 3827 0.004366 10.0.0.130 - - [2026-04-06 02:06:04] "GET /instance-ip/1a00e710-2049-4015-b703-143a94be6a5c HTTP/1.1" 200 1960 0.002833 10.0.0.130 - - [2026-04-06 02:06:04] "GET /instance-ip/44278369-a748-49c6-83ca-f3d99db74522 HTTP/1.1" 200 1957 0.002648 10.0.0.130 - - [2026-04-06 02:06:04] "GET /instance-ip/893a7018-da3c-48ad-ade8-8e8b3b779589 HTTP/1.1" 200 1625 0.004227 10.0.0.130 - - [2026-04-06 02:06:04] "GET /instance-ip/3f196607-32b5-4837-ba94-b73d94261764 HTTP/1.1" 200 1964 0.003366 10.0.0.130 - - [2026-04-06 02:06:04] "GET /instance-ip/abd56618-9a87-4260-860b-f263d950765a HTTP/1.1" 200 1962 0.003767 10.0.0.130 - - [2026-04-06 02:06:04] "GET /instance-ip/f525a8c4-edf0-4575-8443-55f7926b0578 HTTP/1.1" 200 1624 0.004908 10.0.0.130 - - [2026-04-06 02:06:04] "GET /instance-ip/678b7a65-d114-4d7e-b3be-6a00fe96efe8 HTTP/1.1" 200 1984 0.002491 10.0.0.130 - - [2026-04-06 02:06:04] "GET /instance-ip/7e9a8f3e-1ad6-4be7-8f47-000361ec4490 HTTP/1.1" 200 1625 0.003811 10.0.0.130 - - [2026-04-06 02:06:04] "GET /instance-ip/af6eae89-69f8-4c95-8a01-a97df0cb55b8 HTTP/1.1" 200 1982 0.002704 10.0.0.130 - - [2026-04-06 02:06:04] "POST /neutron/port HTTP/1.1" 200 3833 0.027112 10.0.0.130 - - [2026-04-06 02:06:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006545 10.0.0.130 - - [2026-04-06 02:06:04] "POST /neutron/port HTTP/1.1" 200 3833 0.027538 10.0.0.130 - - [2026-04-06 02:06:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005553 10.0.0.130 - - [2026-04-06 02:06:04] "POST /neutron/port HTTP/1.1" 200 3833 0.027032 10.0.0.130 - - [2026-04-06 02:06:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004978 10.0.0.130 - - [2026-04-06 02:06:04] "POST /neutron/port HTTP/1.1" 200 3833 0.025388 10.0.0.130 - - [2026-04-06 02:06:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005184 10.0.0.130 - - [2026-04-06 02:06:04] "GET /virtual-machine/700c8e4c-483e-4d1b-be1b-065328e9e5d1 HTTP/1.1" 200 1806 0.003099 10.0.0.130 - - [2026-04-06 02:06:04] "GET /virtual-machine-interface/5ed1dc51-51b7-4cf6-8deb-de352932871b HTTP/1.1" 200 3808 0.003927 10.0.0.130 - - [2026-04-06 02:06:04] "GET /virtual-machine-interface/92410265-aa7a-4931-a0e4-7687d382af18 HTTP/1.1" 200 3815 0.003882 10.0.0.130 - - [2026-04-06 02:06:04] "GET /virtual-machine-interface/ef0d0a1c-2b70-44b7-a463-520b000de45d HTTP/1.1" 200 3827 0.004329 10.0.0.130 - - [2026-04-06 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.130 - - [2026-04-06 02:06:04] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002531 10.0.0.130 - - [2026-04-06 02:06:05] "GET /virtual-networks?parent_id=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002899 10.0.0.130 - - [2026-04-06 02:06:05] "GET /virtual-network/079c7f14-d16b-4d67-9a7d-5d760837f283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004545 10.0.0.130 - - [2026-04-06 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.130 - - [2026-04-06 02:06:06] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003097 10.0.0.130 - - [2026-04-06 02:06:06] "GET /virtual-networks?parent_id=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002730 10.0.0.130 - - [2026-04-06 02:06:06] "GET /virtual-network/079c7f14-d16b-4d67-9a7d-5d760837f283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005027 10.0.0.130 - - [2026-04-06 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.130 - - [2026-04-06 02:06:06] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003295 10.0.0.130 - - [2026-04-06 02:06:06] "GET /virtual-networks?parent_id=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002513 10.0.0.130 - - [2026-04-06 02:06:06] "GET /virtual-network/079c7f14-d16b-4d67-9a7d-5d760837f283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006097 10.0.0.130 - - [2026-04-06 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.130 - - [2026-04-06 02:06:06] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003843 10.0.0.130 - - [2026-04-06 02:06:06] "GET /virtual-networks?parent_id=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002610 10.0.0.130 - - [2026-04-06 02:06:06] "GET /virtual-network/079c7f14-d16b-4d67-9a7d-5d760837f283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004686 10.0.0.130 - - [2026-04-06 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002554 10.0.0.130 - - [2026-04-06 02:06:06] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003157 10.0.0.130 - - [2026-04-06 02:06:06] "GET /virtual-networks?parent_id=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.007202 10.0.0.130 - - [2026-04-06 02:06:06] "GET /virtual-network/079c7f14-d16b-4d67-9a7d-5d760837f283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004891 10.0.0.130 - - [2026-04-06 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.130 - - [2026-04-06 02:06:07] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003148 10.0.0.130 - - [2026-04-06 02:06:07] "GET /virtual-networks?parent_id=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002614 10.0.0.130 - - [2026-04-06 02:06:07] "GET /virtual-network/00d48ac1-cd0e-476f-b817-df2e3b63671b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004960 10.0.0.130 - - [2026-04-06 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002574 10.0.0.130 - - [2026-04-06 02:06:07] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003187 10.0.0.130 - - [2026-04-06 02:06:07] "GET /virtual-networks?parent_id=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002999 10.0.0.130 - - [2026-04-06 02:06:07] "GET /virtual-network/00d48ac1-cd0e-476f-b817-df2e3b63671b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006365 10.0.0.130 - - [2026-04-06 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.130 - - [2026-04-06 02:06:07] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003330 10.0.0.130 - - [2026-04-06 02:06:07] "GET /virtual-networks?parent_id=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002639 10.0.0.130 - - [2026-04-06 02:06:07] "GET /virtual-network/00d48ac1-cd0e-476f-b817-df2e3b63671b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004549 10.0.0.130 - - [2026-04-06 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.130 - - [2026-04-06 02:06:07] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003142 10.0.0.130 - - [2026-04-06 02:06:07] "GET /virtual-networks?parent_id=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002390 10.0.0.130 - - [2026-04-06 02:06:07] "GET /virtual-network/00d48ac1-cd0e-476f-b817-df2e3b63671b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004499 10.0.0.130 - - [2026-04-06 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.130 - - [2026-04-06 02:06:07] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003235 10.0.0.130 - - [2026-04-06 02:06:07] "GET /virtual-networks?parent_id=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002634 10.0.0.130 - - [2026-04-06 02:06:08] "GET /virtual-network/11608e4f-a501-4ff3-961e-f95c4e834728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004516 10.0.0.130 - - [2026-04-06 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002524 10.0.0.130 - - [2026-04-06 02:06:08] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003523 10.0.0.130 - - [2026-04-06 02:06:08] "GET /virtual-networks?parent_id=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002327 10.0.0.130 - - [2026-04-06 02:06:08] "GET /virtual-network/11608e4f-a501-4ff3-961e-f95c4e834728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004690 10.0.0.130 - - [2026-04-06 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002199 10.0.0.130 - - [2026-04-06 02:06:08] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002866 10.0.0.130 - - [2026-04-06 02:06:08] "GET /virtual-networks?parent_id=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002736 10.0.0.130 - - [2026-04-06 02:06:08] "GET /virtual-network/11608e4f-a501-4ff3-961e-f95c4e834728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004850 10.0.0.130 - - [2026-04-06 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002567 10.0.0.130 - - [2026-04-06 02:06:08] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003263 10.0.0.130 - - [2026-04-06 02:06:08] "GET /virtual-networks?parent_id=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002614 10.0.0.130 - - [2026-04-06 02:06:08] "GET /virtual-network/11608e4f-a501-4ff3-961e-f95c4e834728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004776 10.0.0.130 - - [2026-04-06 02:06:08] "GET /virtual-machine/700c8e4c-483e-4d1b-be1b-065328e9e5d1 HTTP/1.1" 200 1806 0.003108 10.0.0.130 - - [2026-04-06 02:06:08] "GET /domains HTTP/1.1" 200 281 0.002181 10.0.0.130 - - [2026-04-06 02:06:08] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033 10.0.0.130 - - [2026-04-06 02:06:08] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2782 0.005486 10.0.0.130 - - [2026-04-06 02:06:08] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000774 10.0.0.130 - - [2026-04-06 02:06:08] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339 HTTP/1.1" 200 4249 0.063142 10.0.0.130 - - [2026-04-06 02:06:08] "GET /service-instance/acb49d8b-e13d-49f1-92e3-cb4d24b37f0d HTTP/1.1" 200 3794 0.003011 10.0.0.130 - - [2026-04-06 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002033 10.0.0.130 - - [2026-04-06 02:06:08] "GET /routing-instance/946e2738-e234-4279-9275-25171a95a51e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.002640 10.0.0.130 - - [2026-04-06 02:06:08] "GET /routing-instance/946e2738-e234-4279-9275-25171a95a51e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2025 0.004769 10.0.0.130 - - [2026-04-06 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002529 10.0.0.130 - - [2026-04-06 02:06:08] "GET /routing-instance/cf472907-f7cb-428d-80f3-428e4743c2e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1896 0.003906 10.0.0.130 - - [2026-04-06 02:06:08] "GET /routing-instance/cf472907-f7cb-428d-80f3-428e4743c2e5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2027 0.004614 10.0.0.130 - - [2026-04-06 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.130 - - [2026-04-06 02:06:09] "GET /virtual-network/079c7f14-d16b-4d67-9a7d-5d760837f283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004742 10.0.0.130 - - [2026-04-06 02:06:09] "GET /virtual-network/079c7f14-d16b-4d67-9a7d-5d760837f283?fields=routing_instances HTTP/1.1" 200 1686 0.005885 10.0.0.130 - - [2026-04-06 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.130 - - [2026-04-06 02:06:09] "GET /virtual-network/11608e4f-a501-4ff3-961e-f95c4e834728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004766 10.0.0.130 - - [2026-04-06 02:06:09] "GET /virtual-network/11608e4f-a501-4ff3-961e-f95c4e834728?fields=routing_instances HTTP/1.1" 200 1692 0.006172 10.0.0.130 - - [2026-04-06 02:06:10] "GET /obj-perms HTTP/1.1" 200 5075 0.047746 10.0.0.130 - - [2026-04-06 02:06:10] "GET /obj-perms HTTP/1.1" 200 5075 0.065741 10.0.0.130 - - [2026-04-06 02:06:13] "POST /ref-update HTTP/1.1" 200 156 0.037200 10.0.0.130 - - [2026-04-06 02:06:13] "POST /neutron/network HTTP/1.1" 200 833 0.007437 10.0.0.130 - - [2026-04-06 02:06:13] "GET /virtual-network/11608e4f-a501-4ff3-961e-f95c4e834728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006885 10.0.0.130 - - [2026-04-06 02:06:13] "DELETE /access-control-list/50736e54-fa6e-4d6a-8b2d-761b303d0462 HTTP/1.1" 200 115 0.064662 10.0.0.130 - - [2026-04-06 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002479 10.0.0.130 - - [2026-04-06 02:06:13] "GET /network-policy/2f3850be-4308-49ee-a6f7-2fba198d9ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.002304 10.0.0.130 - - [2026-04-06 02:06:13] "DELETE /routing-instance/0a7f1a70-6e5c-4754-bb4c-97dc4003414f HTTP/1.1" 200 115 0.026471 10.0.0.130 - - [2026-04-06 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.130 - - [2026-04-06 02:06:13] "POST /ref-update HTTP/1.1" 200 156 0.029350 10.0.0.130 - - [2026-04-06 02:06:13] "DELETE /route-target/151e8fa6-b985-4940-90bc-5699865a2736 HTTP/1.1" 200 115 0.021382 10.0.0.130 - - [2026-04-06 02:06:13] "DELETE /routing-instance/2eb6dec4-adab-4dd3-ae9d-7df0d71fc782 HTTP/1.1" 200 115 0.028044 10.0.0.130 - - [2026-04-06 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.130 - - [2026-04-06 02:06:13] "POST /neutron/network HTTP/1.1" 200 833 0.008691 10.0.0.130 - - [2026-04-06 02:06:13] "GET /virtual-network/079c7f14-d16b-4d67-9a7d-5d760837f283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005713 10.0.0.130 - - [2026-04-06 02:06:13] "DELETE /route-target/3dbc299c-8f06-48de-8eea-507085243571 HTTP/1.1" 200 115 0.011897 10.0.0.130 - - [2026-04-06 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002316 10.0.0.130 - - [2026-04-06 02:06:13] "DELETE /access-control-list/5c3e0004-0d0f-4fdd-ba4b-e53b97fda41c HTTP/1.1" 200 115 0.021299 10.0.0.130 - - [2026-04-06 02:06:13] "GET /network-policy/2f3850be-4308-49ee-a6f7-2fba198d9ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003163 10.0.0.130 - - [2026-04-06 02:06:13] "DELETE /network-policy/2f3850be-4308-49ee-a6f7-2fba198d9ca3 HTTP/1.1" 200 115 0.024161 10.0.0.130 - - [2026-04-06 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002358 10.0.0.130 - - [2026-04-06 02:06:13] "DELETE /service-instance/acb49d8b-e13d-49f1-92e3-cb4d24b37f0d HTTP/1.1" 200 115 0.037571 10.0.0.130 - - [2026-04-06 02:06:13] "GET /domains HTTP/1.1" 200 281 0.002786 10.0.0.130 - - [2026-04-06 02:06:13] "POST /ref-update HTTP/1.1" 200 156 0.025032 10.0.0.130 - - [2026-04-06 02:06:13] "DELETE /instance-ip/af6eae89-69f8-4c95-8a01-a97df0cb55b8 HTTP/1.1" 200 115 0.027991 10.0.0.130 - - [2026-04-06 02:06:13] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.037794 10.0.0.130 - - [2026-04-06 02:06:13] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2782 0.047973 10.0.0.130 - - [2026-04-06 02:06:13] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001202 10.0.0.130 - - [2026-04-06 02:06:13] "POST /ref-update HTTP/1.1" 200 156 0.015927 10.0.0.130 - - [2026-04-06 02:06:14] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339 HTTP/1.1" 200 3773 0.074134 10.0.0.130 - - [2026-04-06 02:06:14] "GET /virtual-machine/700c8e4c-483e-4d1b-be1b-065328e9e5d1 HTTP/1.1" 200 1806 0.003053 10.0.0.130 - - [2026-04-06 02:06:14] "DELETE /instance-ip/1a00e710-2049-4015-b703-143a94be6a5c HTTP/1.1" 200 115 0.036705 10.0.0.130 - - [2026-04-06 02:06:14] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002514 10.0.0.130 - - [2026-04-06 02:06:14] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001666 10.0.0.130 - - [2026-04-06 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.007178 10.0.0.130 - - [2026-04-06 02:06:14] "DELETE /instance-ip/abd56618-9a87-4260-860b-f263d950765a HTTP/1.1" 200 115 0.026276 10.0.0.130 - - [2026-04-06 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.008105 10.0.0.130 - - [2026-04-06 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.130 - - [2026-04-06 02:06:14] "DELETE /service-template/a2cab799-d0d2-4805-927c-d0b1e3092ba2 HTTP/1.1" 200 115 0.029874 10.0.0.130 - - [2026-04-06 02:06:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.004775 10.0.0.130 - - [2026-04-06 02:06:14] "DELETE /instance-ip/44278369-a748-49c6-83ca-f3d99db74522 HTTP/1.1" 200 115 0.042554 10.0.0.130 - - [2026-04-06 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.025033 10.0.0.130 - - [2026-04-06 02:06:14] "DELETE /instance-ip/678b7a65-d114-4d7e-b3be-6a00fe96efe8 HTTP/1.1" 200 115 0.020149 10.0.0.130 - - [2026-04-06 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.009040 10.0.0.130 - - [2026-04-06 02:06:14] "DELETE /instance-ip/3f196607-32b5-4837-ba94-b73d94261764 HTTP/1.1" 200 115 0.015456 10.0.0.130 - - [2026-04-06 02:06:14] "POST /neutron/network HTTP/1.1" 200 833 0.005346 10.0.0.130 - - [2026-04-06 02:06:14] "POST /neutron/network HTTP/1.1" 400 204 0.009034 10.0.0.130 - - [2026-04-06 02:06:14] "POST /neutron/port HTTP/1.1" 200 1121 0.014122 10.0.0.130 - - [2026-04-06 02:06:14] "POST /neutron/port HTTP/1.1" 200 1111 0.008771 10.0.0.130 - - [2026-04-06 02:06:14] "POST /neutron/port HTTP/1.1" 200 1123 0.019087 10.0.0.130 - - [2026-04-06 02:06:14] "POST /neutron/port HTTP/1.1" 200 1113 0.009601 10.0.0.130 - - [2026-04-06 02:06:15] "POST /neutron/port HTTP/1.1" 200 151 0.136339 10.0.0.130 - - [2026-04-06 02:06:15] "POST /neutron/port HTTP/1.1" 200 151 0.108449 10.0.0.130 - - [2026-04-06 02:06:15] "POST /neutron/port HTTP/1.1" 200 3062 0.019095 10.0.0.130 - - [2026-04-06 02:06:15] "POST /neutron/port HTTP/1.1" 200 1111 0.008164 10.0.0.130 - - [2026-04-06 02:06:15] "POST /neutron/port HTTP/1.1" 200 151 0.101887 10.0.0.130 - - [2026-04-06 02:06:15] "POST /neutron/port HTTP/1.1" 200 1113 0.009152 10.0.0.130 - - [2026-04-06 02:06:15] "POST /neutron/port HTTP/1.1" 200 151 0.093069 10.0.0.130 - - [2026-04-06 02:06:15] "POST /neutron/port HTTP/1.1" 200 1113 0.007978 10.0.0.130 - - [2026-04-06 02:06:15] "POST /neutron/port HTTP/1.1" 200 151 0.092142 10.0.0.130 - - [2026-04-06 02:06:16] "POST /neutron/network HTTP/1.1" 200 833 0.005254 10.0.0.130 - - [2026-04-06 02:06:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003054 10.0.0.130 - - [2026-04-06 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.130 - - [2026-04-06 02:06:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002307 10.0.0.130 - - [2026-04-06 02:06:16] "POST /neutron/network HTTP/1.1" 200 151 0.071631 10.0.0.130 - - [2026-04-06 02:06:16] "GET /routing-instance/cf472907-f7cb-428d-80f3-428e4743c2e5 HTTP/1.1" 404 171 0.002642 10.0.0.130 - - [2026-04-06 02:06:16] "DELETE /route-target/6f8159ba-87c8-41b8-aed5-d18c74daf5c3 HTTP/1.1" 200 115 0.016887 10.0.0.130 - - [2026-04-06 02:06:16] "GET /domains HTTP/1.1" 200 281 0.002175 10.0.0.130 - - [2026-04-06 02:06:16] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000867 10.0.0.130 - - [2026-04-06 02:06:16] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2581 0.049788 10.0.0.130 - - [2026-04-06 02:06:16] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001845 10.0.0.130 - - [2026-04-06 02:06:16] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339 HTTP/1.1" 200 2306 0.068795 10.0.0.130 - - [2026-04-06 02:06:16] "POST /neutron/network HTTP/1.1" 200 833 0.005025 10.0.0.130 - - [2026-04-06 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007955 10.0.0.130 - - [2026-04-06 02:06:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003205 10.0.0.130 - - [2026-04-06 02:06:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002887 10.0.0.130 - - [2026-04-06 02:06:16] "POST /neutron/network HTTP/1.1" 200 151 0.072503 10.0.0.130 - - [2026-04-06 02:06:16] "DELETE /route-target/a81fcdcf-79b0-432e-9af7-b1ad0c6531fe HTTP/1.1" 200 115 0.020062 10.0.0.130 - - [2026-04-06 02:06:16] "GET /routing-instance/946e2738-e234-4279-9275-25171a95a51e HTTP/1.1" 404 171 0.004603 10.0.0.130 - - [2026-04-06 02:06:16] "GET /domains HTTP/1.1" 200 281 0.002075 10.0.0.130 - - [2026-04-06 02:06:16] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000779 10.0.0.130 - - [2026-04-06 02:06:16] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2581 0.046758 10.0.0.130 - - [2026-04-06 02:06:16] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001307 10.0.0.130 - - [2026-04-06 02:06:16] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339 HTTP/1.1" 200 2087 0.064345 10.0.0.130 - - [2026-04-06 02:06:16] "POST /neutron/network HTTP/1.1" 200 833 0.004350 10.0.0.130 - - [2026-04-06 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.130 - - [2026-04-06 02:06:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002622 10.0.0.130 - - [2026-04-06 02:06:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001605 10.0.0.130 - - [2026-04-06 02:06:17] "POST /neutron/network HTTP/1.1" 200 151 0.068185 10.0.0.130 - - [2026-04-06 02:06:17] "DELETE /route-target/cefabbaf-5b87-4ea5-98fe-7e0bfe8f67d0 HTTP/1.1" 200 115 0.017061 10.0.0.130 - - [2026-04-06 02:06:17] "GET /routing-instance/9b8ff02e-75c9-49d4-95e1-c3e477d0977d HTTP/1.1" 404 171 0.001917 10.0.0.130 - - [2026-04-06 02:06:17] "GET /domains HTTP/1.1" 200 281 0.001754 10.0.0.130 - - [2026-04-06 02:06:17] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000765 10.0.0.130 - - [2026-04-06 02:06:17] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2581 0.046780 10.0.0.130 - - [2026-04-06 02:06:17] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001434 10.0.0.130 - - [2026-04-06 02:06:17] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339 HTTP/1.1" 200 1846 0.064009 10.0.0.130 - - [2026-04-06 02:06:17] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000930 10.0.0.130 - - [2026-04-06 02:06:17] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.047712 10.0.0.130 - - [2026-04-06 02:06:17] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.130 - - [2026-04-06 02:06:17] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339?fields=virtual_networks HTTP/1.1" 200 1031 0.066221 10.0.0.130 - - [2026-04-06 02:06:17] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000878 10.0.0.130 - - [2026-04-06 02:06:17] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.022355 10.0.0.130 - - [2026-04-06 02:06:17] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001301 10.0.0.130 - - [2026-04-06 02:06:17] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339?fields=security_groups HTTP/1.1" 200 1256 0.023494 10.0.0.130 - - [2026-04-06 02:06:18] "POST /fqname-to-id HTTP/1.1" 404 189 0.025604 10.0.0.130 - - [2026-04-06 02:06:18] "GET /projects?obj_uuids=ae8e8220-8d1f-4b95-995c-c33ad981040c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002063 10.0.0.130 - - [2026-04-06 02:06:18] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000894 10.0.0.130 - - [2026-04-06 02:06:18] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035300 10.0.0.130 - - [2026-04-06 02:06:18] "POST /id-to-fqname HTTP/1.1" 200 191 0.001128 10.0.0.130 - - [2026-04-06 02:06:18] "POST /fqname-to-id HTTP/1.1" 404 200 0.003333 10.0.0.130 - - [2026-04-06 02:06:18] "POST /security-groups HTTP/1.1" 200 592 0.064213 10.0.0.130 - - [2026-04-06 02:06:18] "POST /fqname-to-id HTTP/1.1" 404 235 0.002022 10.0.0.130 - - [2026-04-06 02:06:18] "POST /projects HTTP/1.1" 200 587 0.199354 10.0.0.130 - - [2026-04-06 02:06:18] "POST /access-control-lists HTTP/1.1" 200 599 0.056365 10.0.0.130 - - [2026-04-06 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.271687 10.0.0.130 - - [2026-04-06 02:06:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.002676 10.0.0.130 - - [2026-04-06 02:06:18] "GET /project/ae8e8220-8d1f-4b95-995c-c33ad981040c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.413965 10.0.0.130 - - [2026-04-06 02:06:19] "POST /access-control-lists HTTP/1.1" 200 597 0.056345 10.0.0.130 - - [2026-04-06 02:06:19] "GET / HTTP/1.1" 200 36215 0.001848 10.0.0.130 - - [2026-04-06 02:06:21] "GET /project/ae8e8220-8d1f-4b95-995c-c33ad981040c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000453 10.0.0.130 - - [2026-04-06 02:06:21] "GET /projects?obj_uuids=ae8e8220-8d1f-4b95-995c-c33ad981040c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001122 10.0.0.130 - - [2026-04-06 02:06:21] "GET /project/ae8e8220-8d1f-4b95-995c-c33ad981040c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.046214 10.0.0.130 - - [2026-04-06 02:06:21] "POST /fqname-to-id HTTP/1.1" 404 180 0.002205 10.0.0.130 - - [2026-04-06 02:06:21] "POST /virtual-DNSs HTTP/1.1" 200 509 0.017343 10.0.0.130 - - [2026-04-06 02:06:21] "GET /virtual-DNS/ffb4785b-cfa7-40cc-a69f-bff1ca864219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.004041 10.0.0.130 - - [2026-04-06 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.130 - - [2026-04-06 02:06:21] "GET /virtual-DNS/ffb4785b-cfa7-40cc-a69f-bff1ca864219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.003029 10.0.0.130 - - [2026-04-06 02:06:21] "GET /domains HTTP/1.1" 401 293 0.000385 10.0.0.130 - - [2026-04-06 02:06:21] "GET /domains HTTP/1.1" 200 281 0.027432 10.0.0.130 - - [2026-04-06 02:06:21] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000873 10.0.0.130 - - [2026-04-06 02:06:21] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2970 0.006904 10.0.0.130 - - [2026-04-06 02:06:21] "GET /virtual-DNS/ffb4785b-cfa7-40cc-a69f-bff1ca864219 HTTP/1.1" 200 1441 0.003554 10.0.0.130 - - [2026-04-06 02:06:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.001838 10.0.0.130 - - [2026-04-06 02:06:22] "POST /network-ipams HTTP/1.1" 200 516 0.013677 10.0.0.130 - - [2026-04-06 02:06:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.002384 10.0.0.130 - - [2026-04-06 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002340 10.0.0.130 - - [2026-04-06 02:06:22] "GET /network-ipam/12f381df-8b5a-4cf8-a8d7-4c30f5ce703c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.004019 10.0.0.130 - - [2026-04-06 02:06:22] "PUT /network-ipam/12f381df-8b5a-4cf8-a8d7-4c30f5ce703c HTTP/1.1" 200 259 0.008538 10.0.0.130 - - [2026-04-06 02:06:22] "POST /ref-update HTTP/1.1" 200 156 0.008340 10.0.0.130 - - [2026-04-06 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.130 - - [2026-04-06 02:06:22] "GET /projects?obj_uuids=ae8e8220-8d1f-4b95-995c-c33ad981040c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001089 10.0.0.130 - - [2026-04-06 02:06:22] "GET /project/ae8e8220-8d1f-4b95-995c-c33ad981040c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.022978 10.0.0.130 - - [2026-04-06 02:06:22] "POST /neutron/network HTTP/1.1" 200 117 0.030642 10.0.0.130 - - [2026-04-06 02:06:22] "GET /projects?obj_uuids=ae8e8220-8d1f-4b95-995c-c33ad981040c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000891 10.0.0.130 - - [2026-04-06 02:06:22] "POST /neutron/network HTTP/1.1" 200 618 0.054630 10.0.0.130 - - [2026-04-06 02:06:22] "POST /route-targets HTTP/1.1" 200 328 0.008645 10.0.0.130 - - [2026-04-06 02:06:22] "POST /ref-update HTTP/1.1" 200 156 0.009464 10.0.0.130 - - [2026-04-06 02:06:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002179 10.0.0.130 - - [2026-04-06 02:06:22] "POST /neutron/subnet HTTP/1.1" 200 711 0.181108 10.0.0.130 - - [2026-04-06 02:06:22] "POST /neutron/network HTTP/1.1" 200 833 0.004290 10.0.0.130 - - [2026-04-06 02:06:22] "POST /id-to-fqname HTTP/1.1" 200 227 0.000950 10.0.0.130 - - [2026-04-06 02:06:22] "GET /virtual-network/5d798601-af97-4465-956c-615574fe02b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004027 10.0.0.130 - - [2026-04-06 02:06:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000488 10.0.0.130 - - [2026-04-06 02:06:22] "POST /neutron/network HTTP/1.1" 200 833 0.011236 10.0.0.130 - - [2026-04-06 02:06:22] "GET /virtual-network/5d798601-af97-4465-956c-615574fe02b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004278 10.0.0.130 - - [2026-04-06 02:06:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000272 10.0.0.130 - - [2026-04-06 02:06:22] "POST /neutron/network HTTP/1.1" 200 833 0.004853 10.0.0.130 - - [2026-04-06 02:06:22] "POST /neutron/subnet HTTP/1.1" 200 711 0.005956 10.0.0.130 - - [2026-04-06 02:06:22] "POST /neutron/network HTTP/1.1" 200 807 0.008703 10.0.0.130 - - [2026-04-06 02:06:22] "POST /neutron/network HTTP/1.1" 200 833 0.004479 10.0.0.130 - - [2026-04-06 02:06:22] "POST /id-to-fqname HTTP/1.1" 200 227 0.001019 10.0.0.130 - - [2026-04-06 02:06:23] "POST /neutron/network HTTP/1.1" 200 843 0.005497 10.0.0.130 - - [2026-04-06 02:06:23] "GET /aaa-mode HTTP/1.1" 401 293 0.000376 10.0.0.130 - - [2026-04-06 02:06:23] "GET / HTTP/1.1" 200 36215 0.001498 10.0.0.130 - - [2026-04-06 02:06:23] "GET /project/ae8e8220-8d1f-4b95-995c-c33ad981040c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000320 10.0.0.130 - - [2026-04-06 02:06:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000370 10.0.0.130 - - [2026-04-06 02:06:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000370 10.0.0.130 - - [2026-04-06 02:06:23] "GET /projects?obj_uuids=ae8e8220-8d1f-4b95-995c-c33ad981040c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000946 10.0.0.130 - - [2026-04-06 02:06:23] "GET /project/ae8e8220-8d1f-4b95-995c-c33ad981040c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.049840 10.0.0.130 - - [2026-04-06 02:06:23] "POST /neutron/network HTTP/1.1" 200 833 0.027715 10.0.0.130 - - [2026-04-06 02:06:23] "POST /neutron/port HTTP/1.1" 200 117 0.004619 10.0.0.130 - - [2026-04-06 02:06:24] "POST /neutron/port HTTP/1.1" 200 117 0.005105 10.0.0.130 - - [2026-04-06 02:06:24] "POST /neutron/port HTTP/1.1" 200 117 0.004383 10.0.0.130 - - [2026-04-06 02:06:24] "POST /neutron/network HTTP/1.1" 200 843 0.004709 10.0.0.130 - - [2026-04-06 02:06:24] "GET /projects?obj_uuids=ae8e8220-8d1f-4b95-995c-c33ad981040c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000979 10.0.0.130 - - [2026-04-06 02:06:24] "POST /neutron/port HTTP/1.1" 200 1058 0.200484 10.0.0.130 - - [2026-04-06 02:06:24] "POST /neutron/port HTTP/1.1" 200 1058 0.033807 10.0.0.130 - - [2026-04-06 02:06:24] "POST /neutron/port HTTP/1.1" 200 1058 0.009623 10.0.0.130 - - [2026-04-06 02:06:24] "POST /neutron/port HTTP/1.1" 200 1112 0.048140 10.0.0.130 - - [2026-04-06 02:06:24] "POST /neutron/port HTTP/1.1" 200 1122 0.010776 10.0.0.130 - - [2026-04-06 02:06:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003220 10.0.0.130 - - [2026-04-06 02:06:24] "POST /neutron/subnet HTTP/1.1" 200 685 0.005707 10.0.0.130 - - [2026-04-06 02:06:24] "POST /neutron/port HTTP/1.1" 200 117 0.001041 10.0.0.130 - - [2026-04-06 02:06:24] "POST /neutron/network HTTP/1.1" 200 833 0.005048 10.0.0.130 - - [2026-04-06 02:06:29] "POST /neutron/port HTTP/1.1" 200 1122 0.011102 10.0.0.130 - - [2026-04-06 02:06:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004671 10.0.0.130 - - [2026-04-06 02:06:29] "POST /neutron/port HTTP/1.1" 200 1122 0.011556 10.0.0.130 - - [2026-04-06 02:06:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004783 10.0.0.130 - - [2026-04-06 02:06:29] "POST /neutron/port HTTP/1.1" 200 1122 0.011662 10.0.0.130 - - [2026-04-06 02:06:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005912 10.0.0.130 - - [2026-04-06 02:06:29] "GET /virtual-machine/126cdb9f-01b4-4c45-b211-d0b5cd4a3571 HTTP/1.1" 200 1295 0.005428 10.0.0.130 - - [2026-04-06 02:06:29] "GET /virtual-machine-interface/15b170ec-9b37-4f51-a1a2-f85aaf0bc3a0 HTTP/1.1" 200 2971 0.004408 10.0.0.130 - - [2026-04-06 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.130 - - [2026-04-06 02:06:29] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002746 10.0.0.130 - - [2026-04-06 02:06:29] "GET /virtual-networks?parent_id=ae8e8220-8d1f-4b95-995c-c33ad981040c&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003539 10.0.0.130 - - [2026-04-06 02:06:29] "GET /virtual-network/5d798601-af97-4465-956c-615574fe02b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007183 10.0.0.130 - - [2026-04-06 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002548 10.0.0.130 - - [2026-04-06 02:06:32] "GET /virtual-network/5d798601-af97-4465-956c-615574fe02b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004658 10.0.0.130 - - [2026-04-06 02:06:33] "POST /neutron/port HTTP/1.1" 200 1122 0.033613 10.0.0.130 - - [2026-04-06 02:06:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004809 10.0.0.130 - - [2026-04-06 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002488 10.0.0.130 - - [2026-04-06 02:06:34] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002628 10.0.0.130 - - [2026-04-06 02:06:34] "GET /virtual-networks?parent_id=ae8e8220-8d1f-4b95-995c-c33ad981040c&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002421 10.0.0.130 - - [2026-04-06 02:06:34] "GET /virtual-network/5d798601-af97-4465-956c-615574fe02b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005023 10.0.0.130 - - [2026-04-06 02:06:39] "POST /neutron/network HTTP/1.1" 200 807 0.009663 10.0.0.130 - - [2026-04-06 02:06:39] "POST /neutron/network HTTP/1.1" 200 833 0.004900 10.0.0.130 - - [2026-04-06 02:06:39] "POST /id-to-fqname HTTP/1.1" 200 227 0.001039 10.0.0.130 - - [2026-04-06 02:06:39] "POST /neutron/port HTTP/1.1" 200 1122 0.010370 10.0.0.130 - - [2026-04-06 02:06:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004887 10.0.0.130 - - [2026-04-06 02:06:39] "POST /neutron/network HTTP/1.1" 200 843 0.005372 10.0.0.130 - - [2026-04-06 02:06:39] "GET /aaa-mode HTTP/1.1" 401 293 0.000383 10.0.0.130 - - [2026-04-06 02:06:39] "GET / HTTP/1.1" 200 36215 0.002356 10.0.0.130 - - [2026-04-06 02:06:39] "GET /project/ae8e8220-8d1f-4b95-995c-c33ad981040c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000488 10.0.0.130 - - [2026-04-06 02:06:40] "GET /projects?obj_uuids=ae8e8220-8d1f-4b95-995c-c33ad981040c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000946 10.0.0.130 - - [2026-04-06 02:06:40] "GET /project/ae8e8220-8d1f-4b95-995c-c33ad981040c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.052031 10.0.0.130 - - [2026-04-06 02:06:40] "POST /neutron/network HTTP/1.1" 200 833 0.004658 10.0.0.130 - - [2026-04-06 02:06:40] "POST /neutron/port HTTP/1.1" 200 1122 0.013176 10.0.0.130 - - [2026-04-06 02:06:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005526 10.0.0.130 - - [2026-04-06 02:06:40] "POST /neutron/port HTTP/1.1" 200 117 0.007082 10.0.0.130 - - [2026-04-06 02:06:40] "POST /neutron/port HTTP/1.1" 200 117 0.004538 10.0.0.130 - - [2026-04-06 02:06:40] "POST /neutron/network HTTP/1.1" 200 843 0.005332 10.0.0.130 - - [2026-04-06 02:06:40] "GET /projects?obj_uuids=ae8e8220-8d1f-4b95-995c-c33ad981040c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001685 10.0.0.130 - - [2026-04-06 02:06:40] "POST /neutron/port HTTP/1.1" 200 1058 0.160367 10.0.0.130 - - [2026-04-06 02:06:40] "POST /neutron/port HTTP/1.1" 200 1058 0.008576 10.0.0.130 - - [2026-04-06 02:06:40] "POST /neutron/port HTTP/1.1" 200 1058 0.009617 10.0.0.130 - - [2026-04-06 02:06:40] "POST /neutron/port HTTP/1.1" 200 1112 0.059310 10.0.0.130 - - [2026-04-06 02:06:40] "POST /neutron/port HTTP/1.1" 200 1122 0.011238 10.0.0.130 - - [2026-04-06 02:06:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003277 10.0.0.130 - - [2026-04-06 02:06:41] "POST /neutron/subnet HTTP/1.1" 200 685 0.006245 10.0.0.130 - - [2026-04-06 02:06:41] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.130 - - [2026-04-06 02:06:41] "POST /neutron/network HTTP/1.1" 200 833 0.004691 10.0.0.130 - - [2026-04-06 02:06:45] "POST /neutron/port HTTP/1.1" 200 1122 0.011273 10.0.0.130 - - [2026-04-06 02:06:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005169 10.0.0.130 - - [2026-04-06 02:06:45] "POST /neutron/port HTTP/1.1" 200 1122 0.010847 10.0.0.130 - - [2026-04-06 02:06:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005719 10.0.0.130 - - [2026-04-06 02:06:45] "POST /neutron/port HTTP/1.1" 200 1122 0.011567 10.0.0.130 - - [2026-04-06 02:06:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005101 10.0.0.130 - - [2026-04-06 02:06:45] "GET /virtual-machine/89e50877-b328-4ef0-9ed7-bb7ef0bf05d6 HTTP/1.1" 200 1295 0.003923 10.0.0.130 - - [2026-04-06 02:06:45] "GET /virtual-machine-interface/04bf8405-717a-40c9-828e-7cf40ced7b2d HTTP/1.1" 200 2969 0.004184 10.0.0.130 - - [2026-04-06 02:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.130 - - [2026-04-06 02:06:45] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002629 10.0.0.130 - - [2026-04-06 02:06:45] "GET /virtual-networks?parent_id=ae8e8220-8d1f-4b95-995c-c33ad981040c&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002718 10.0.0.130 - - [2026-04-06 02:06:45] "GET /virtual-network/5d798601-af97-4465-956c-615574fe02b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005266 10.0.0.130 - - [2026-04-06 02:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002547 10.0.0.130 - - [2026-04-06 02:06:48] "GET /virtual-network/5d798601-af97-4465-956c-615574fe02b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005325 10.0.0.130 - - [2026-04-06 02:06:49] "POST /neutron/port HTTP/1.1" 200 1122 0.011641 10.0.0.130 - - [2026-04-06 02:06:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005224 10.0.0.130 - - [2026-04-06 02:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.130 - - [2026-04-06 02:06:50] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003029 10.0.0.130 - - [2026-04-06 02:06:51] "GET /virtual-networks?parent_id=ae8e8220-8d1f-4b95-995c-c33ad981040c&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002667 10.0.0.130 - - [2026-04-06 02:06:51] "GET /virtual-network/5d798601-af97-4465-956c-615574fe02b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004787 10.0.0.130 - - [2026-04-06 02:06:51] "POST /neutron/port HTTP/1.1" 200 1122 0.012235 10.0.0.130 - - [2026-04-06 02:06:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004665 10.0.0.130 - - [2026-04-06 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002605 10.0.0.130 - - [2026-04-06 02:07:02] "DELETE /virtual-DNS/ffb4785b-cfa7-40cc-a69f-bff1ca864219 HTTP/1.1" 409 236 0.004705 10.0.0.130 - - [2026-04-06 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 192 0.002457 10.0.0.130 - - [2026-04-06 02:07:02] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.013759 10.0.0.130 - - [2026-04-06 02:07:02] "GET /virtual-DNS-record/3c0be453-137b-4748-a1d1-439a57a65a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.004425 10.0.0.130 - - [2026-04-06 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.130 - - [2026-04-06 02:07:02] "GET /virtual-DNS-record/3c0be453-137b-4748-a1d1-439a57a65a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.003103 10.0.0.130 - - [2026-04-06 02:07:02] "GET /domains HTTP/1.1" 200 281 0.002244 10.0.0.130 - - [2026-04-06 02:07:02] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000834 10.0.0.130 - - [2026-04-06 02:07:02] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2970 0.005625 10.0.0.130 - - [2026-04-06 02:07:02] "GET /virtual-DNS/ffb4785b-cfa7-40cc-a69f-bff1ca864219 HTTP/1.1" 200 1912 0.003156 10.0.0.130 - - [2026-04-06 02:07:02] "GET /virtual-DNS-record/3c0be453-137b-4748-a1d1-439a57a65a9b HTTP/1.1" 200 1338 0.002355 10.0.0.130 - - [2026-04-06 02:07:04] "DELETE /project/ae8e82208d1f4b95995cc33ad981040c HTTP/1.1" 404 173 0.002712 10.0.0.130 - - [2026-04-06 02:07:04] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000792 10.0.0.130 - - [2026-04-06 02:07:04] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.022911 10.0.0.130 - - [2026-04-06 02:07:04] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001100 10.0.0.130 - - [2026-04-06 02:07:04] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339?fields=security_groups HTTP/1.1" 200 1358 0.072166 10.0.0.130 - - [2026-04-06 02:07:04] "DELETE /security-group/f6eaa897-ce8f-4c9b-967e-4aa952da80c1 HTTP/1.1" 200 115 0.034292 10.0.0.130 - - [2026-04-06 02:07:04] "GET /projects?obj_uuids=c88f5e15-b03c-43b5-8cc8-eb1f5f95b339&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001837 10.0.0.130 - - [2026-04-06 02:07:04] "DELETE /access-control-list/722de1fe-625f-4d4d-b860-c2ee2f741569 HTTP/1.1" 200 115 0.022472 10.0.0.130 - - [2026-04-06 02:07:04] "GET /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339?fields=application_policy_sets HTTP/1.1" 200 1397 0.026066 10.0.0.130 - - [2026-04-06 02:07:04] "DELETE /access-control-list/d359eedc-6718-4c4d-ab3a-aa16d0d4b0e6 HTTP/1.1" 200 115 0.020447 10.0.0.130 - - [2026-04-06 02:07:04] "DELETE /project/c88f5e15-b03c-43b5-8cc8-eb1f5f95b339 HTTP/1.1" 200 115 0.305710 10.0.0.130 - - [2026-04-06 02:07:07] "DELETE /virtual-DNS-record/3c0be453-137b-4748-a1d1-439a57a65a9b HTTP/1.1" 200 115 0.019789 10.0.0.130 - - [2026-04-06 02:07:07] "POST /fqname-to-id HTTP/1.1" 404 184 0.002014 10.0.0.130 - - [2026-04-06 02:07:07] "POST /neutron/network HTTP/1.1" 200 833 0.004980 10.0.0.130 - - [2026-04-06 02:07:07] "POST /neutron/network HTTP/1.1" 400 204 0.012924 10.0.0.130 - - [2026-04-06 02:07:08] "POST /neutron/port HTTP/1.1" 200 1122 0.010756 10.0.0.130 - - [2026-04-06 02:07:08] "POST /neutron/port HTTP/1.1" 200 1112 0.008227 10.0.0.130 - - [2026-04-06 02:07:08] "POST /neutron/port HTTP/1.1" 200 151 0.081462 10.0.0.130 - - [2026-04-06 02:07:08] "POST /neutron/port HTTP/1.1" 200 1122 0.011102 10.0.0.130 - - [2026-04-06 02:07:08] "POST /neutron/port HTTP/1.1" 200 1112 0.007495 10.0.0.130 - - [2026-04-06 02:07:08] "POST /neutron/port HTTP/1.1" 200 151 0.090932 10.0.0.130 - - [2026-04-06 02:07:09] "POST /neutron/network HTTP/1.1" 200 833 0.004989 10.0.0.130 - - [2026-04-06 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.130 - - [2026-04-06 02:07:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002732 10.0.0.130 - - [2026-04-06 02:07:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003313 10.0.0.130 - - [2026-04-06 02:07:10] "POST /neutron/network HTTP/1.1" 200 151 0.138586 10.0.0.130 - - [2026-04-06 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008514 10.0.0.130 - - [2026-04-06 02:07:10] "DELETE /route-target/7b8efa81-b095-48ff-a389-092619c34f75 HTTP/1.1" 200 115 0.043639 10.0.0.130 - - [2026-04-06 02:07:10] "DELETE /network-ipam/12f381df-8b5a-4cf8-a8d7-4c30f5ce703c HTTP/1.1" 200 115 0.040829 10.0.0.130 - - [2026-04-06 02:07:10] "DELETE /virtual-DNS/ffb4785b-cfa7-40cc-a69f-bff1ca864219 HTTP/1.1" 200 115 0.027966 10.0.0.130 - - [2026-04-06 02:07:10] "POST /fqname-to-id HTTP/1.1" 404 180 0.002258 10.0.0.130 - - [2026-04-06 02:07:10] "GET /domains HTTP/1.1" 200 281 0.002453 10.0.0.130 - - [2026-04-06 02:07:10] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000876 10.0.0.130 - - [2026-04-06 02:07:10] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2584 0.007123 10.0.0.130 - - [2026-04-06 02:07:10] "GET /projects?obj_uuids=ae8e8220-8d1f-4b95-995c-c33ad981040c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001290 10.0.0.130 - - [2026-04-06 02:07:10] "GET /project/ae8e8220-8d1f-4b95-995c-c33ad981040c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.023727 10.0.0.130 - - [2026-04-06 02:07:10] "GET /projects?obj_uuids=ae8e8220-8d1f-4b95-995c-c33ad981040c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000866 10.0.0.130 - - [2026-04-06 02:07:10] "GET /project/ae8e8220-8d1f-4b95-995c-c33ad981040c?fields=virtual_networks HTTP/1.1" 200 1037 0.061449 10.0.0.130 - - [2026-04-06 02:07:10] "GET /projects?obj_uuids=ae8e8220-8d1f-4b95-995c-c33ad981040c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000885 10.0.0.130 - - [2026-04-06 02:07:10] "GET /project/ae8e8220-8d1f-4b95-995c-c33ad981040c?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.027038 10.0.0.130 - - [2026-04-06 02:07:10] "GET /projects?obj_uuids=ae8e8220-8d1f-4b95-995c-c33ad981040c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000915 10.0.0.130 - - [2026-04-06 02:07:10] "GET /project/ae8e8220-8d1f-4b95-995c-c33ad981040c?fields=security_groups HTTP/1.1" 200 1265 0.024644 10.0.0.130 - - [2026-04-06 02:07:11] "GET /obj-perms HTTP/1.1" 200 5075 0.056287 10.0.0.130 - - [2026-04-06 02:07:11] "GET /obj-perms HTTP/1.1" 200 5075 0.141943 10.0.0.130 - - [2026-04-06 02:07:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.023703 10.0.0.130 - - [2026-04-06 02:07:12] "GET /projects?obj_uuids=c481dd75-1bb8-4d6c-bf82-e625cdaba63b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002172 10.0.0.130 - - [2026-04-06 02:07:12] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000895 10.0.0.130 - - [2026-04-06 02:07:12] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005625 10.0.0.130 - - [2026-04-06 02:07:12] "POST /id-to-fqname HTTP/1.1" 200 191 0.001016 10.0.0.130 - - [2026-04-06 02:07:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.002576 10.0.0.130 - - [2026-04-06 02:07:12] "POST /security-groups HTTP/1.1" 200 592 0.060167 10.0.0.130 - - [2026-04-06 02:07:12] "POST /fqname-to-id HTTP/1.1" 404 235 0.002208 10.0.0.130 - - [2026-04-06 02:07:12] "POST /projects HTTP/1.1" 200 587 0.197782 10.0.0.130 - - [2026-04-06 02:07:12] "POST /access-control-lists HTTP/1.1" 200 599 0.057303 10.0.0.130 - - [2026-04-06 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.266105 10.0.0.130 - - [2026-04-06 02:07:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.002439 10.0.0.130 - - [2026-04-06 02:07:12] "GET /project/c481dd75-1bb8-4d6c-bf82-e625cdaba63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.384142 10.0.0.130 - - [2026-04-06 02:07:12] "POST /access-control-lists HTTP/1.1" 200 597 0.056412 10.0.0.130 - - [2026-04-06 02:07:13] "GET / HTTP/1.1" 200 36215 0.001906 10.0.0.130 - - [2026-04-06 02:07:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000465 10.0.0.130 - - [2026-04-06 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.052640 10.0.0.130 - - [2026-04-06 02:07:14] "GET /projects?obj_uuids=c481dd75-1bb8-4d6c-bf82-e625cdaba63b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000796 10.0.0.130 - - [2026-04-06 02:07:14] "GET /project/c481dd75-1bb8-4d6c-bf82-e625cdaba63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.021590 10.0.0.130 - - [2026-04-06 02:07:14] "POST /neutron/network HTTP/1.1" 200 117 0.037492 10.0.0.130 - - [2026-04-06 02:07:14] "GET /projects?obj_uuids=c481dd75-1bb8-4d6c-bf82-e625cdaba63b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001171 10.0.0.130 - - [2026-04-06 02:07:14] "POST /neutron/network HTTP/1.1" 200 606 0.055503 10.0.0.130 - - [2026-04-06 02:07:14] "POST /route-targets HTTP/1.1" 200 328 0.010657 10.0.0.130 - - [2026-04-06 02:07:14] "POST /ref-update HTTP/1.1" 200 156 0.010194 10.0.0.130 - - [2026-04-06 02:07:14] "POST /useragent-kv HTTP/1.1" 200 115 0.008165 10.0.0.130 - - [2026-04-06 02:07:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.200810 10.0.0.130 - - [2026-04-06 02:07:14] "POST /neutron/network HTTP/1.1" 200 826 0.005486 10.0.0.130 - - [2026-04-06 02:07:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001327 10.0.0.130 - - [2026-04-06 02:07:14] "GET /virtual-network/39ddf9f3-9e15-419c-a3f1-fa1d696d5732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004013 10.0.0.130 - - [2026-04-06 02:07:15] "POST /neutron/network HTTP/1.1" 200 826 0.005419 10.0.0.130 - - [2026-04-06 02:07:15] "GET /virtual-network/39ddf9f3-9e15-419c-a3f1-fa1d696d5732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004058 10.0.0.130 - - [2026-04-06 02:07:15] "POST /neutron/network HTTP/1.1" 200 826 0.004768 10.0.0.130 - - [2026-04-06 02:07:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.005515 10.0.0.130 - - [2026-04-06 02:07:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.001127 10.0.0.130 - - [2026-04-06 02:07:15] "POST /neutron/network HTTP/1.1" 200 836 0.005115 10.0.0.130 - - [2026-04-06 02:07:15] "GET /aaa-mode HTTP/1.1" 401 293 0.000410 10.0.0.130 - - [2026-04-06 02:07:15] "GET / HTTP/1.1" 200 36215 0.001540 10.0.0.130 - - [2026-04-06 02:07:15] "GET /project/c481dd75-1bb8-4d6c-bf82-e625cdaba63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000332 10.0.0.130 - - [2026-04-06 02:07:16] "GET /projects?obj_uuids=c481dd75-1bb8-4d6c-bf82-e625cdaba63b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000952 10.0.0.130 - - [2026-04-06 02:07:16] "GET /project/c481dd75-1bb8-4d6c-bf82-e625cdaba63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.049559 10.0.0.130 - - [2026-04-06 02:07:16] "POST /neutron/network HTTP/1.1" 200 826 0.004542 10.0.0.130 - - [2026-04-06 02:07:16] "POST /neutron/port HTTP/1.1" 200 117 0.004456 10.0.0.130 - - [2026-04-06 02:07:16] "POST /neutron/port HTTP/1.1" 200 117 0.004440 10.0.0.130 - - [2026-04-06 02:07:16] "POST /id-to-fqname HTTP/1.1" 200 221 0.001096 10.0.0.130 - - [2026-04-06 02:07:16] "POST /neutron/port HTTP/1.1" 200 117 0.005801 10.0.0.130 - - [2026-04-06 02:07:16] "POST /neutron/network HTTP/1.1" 200 836 0.005012 10.0.0.130 - - [2026-04-06 02:07:16] "GET /aaa-mode HTTP/1.1" 401 293 0.000380 10.0.0.130 - - [2026-04-06 02:07:16] "POST /neutron/network HTTP/1.1" 200 836 0.005912 10.0.0.130 - - [2026-04-06 02:07:16] "GET /projects?obj_uuids=c481dd75-1bb8-4d6c-bf82-e625cdaba63b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001269 10.0.0.130 - - [2026-04-06 02:07:16] "GET / HTTP/1.1" 200 36215 0.001537 10.0.0.130 - - [2026-04-06 02:07:16] "GET /project/c481dd75-1bb8-4d6c-bf82-e625cdaba63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000363 10.0.0.130 - - [2026-04-06 02:07:16] "POST /neutron/port HTTP/1.1" 200 1062 0.178415 10.0.0.130 - - [2026-04-06 02:07:16] "POST /neutron/port HTTP/1.1" 200 1062 0.009364 10.0.0.130 - - [2026-04-06 02:07:16] "POST /neutron/port HTTP/1.1" 200 1062 0.007934 10.0.0.130 - - [2026-04-06 02:07:16] "POST /neutron/port HTTP/1.1" 200 1116 0.049089 10.0.0.130 - - [2026-04-06 02:07:16] "POST /neutron/port HTTP/1.1" 200 1126 0.010217 10.0.0.130 - - [2026-04-06 02:07:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003088 10.0.0.130 - - [2026-04-06 02:07:17] "POST /neutron/subnet HTTP/1.1" 200 703 0.005781 10.0.0.130 - - [2026-04-06 02:07:17] "POST /neutron/port HTTP/1.1" 200 117 0.001029 10.0.0.130 - - [2026-04-06 02:07:17] "POST /neutron/network HTTP/1.1" 200 826 0.004869 10.0.0.130 - - [2026-04-06 02:07:17] "GET /projects?obj_uuids=c481dd75-1bb8-4d6c-bf82-e625cdaba63b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001281 10.0.0.130 - - [2026-04-06 02:07:17] "GET /project/c481dd75-1bb8-4d6c-bf82-e625cdaba63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.044223 10.0.0.130 - - [2026-04-06 02:07:17] "POST /neutron/network HTTP/1.1" 200 826 0.004444 10.0.0.130 - - [2026-04-06 02:07:17] "POST /neutron/port HTTP/1.1" 200 1126 0.018283 10.0.0.130 - - [2026-04-06 02:07:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005332 10.0.0.130 - - [2026-04-06 02:07:17] "POST /neutron/port HTTP/1.1" 200 117 0.004660 10.0.0.130 - - [2026-04-06 02:07:17] "POST /neutron/port HTTP/1.1" 200 1126 0.012973 10.0.0.130 - - [2026-04-06 02:07:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007919 10.0.0.130 - - [2026-04-06 02:07:17] "POST /neutron/network HTTP/1.1" 200 836 0.004886 10.0.0.130 - - [2026-04-06 02:07:17] "GET /projects?obj_uuids=c481dd75-1bb8-4d6c-bf82-e625cdaba63b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000919 10.0.0.130 - - [2026-04-06 02:07:17] "POST /neutron/port HTTP/1.1" 200 1062 0.184515 10.0.0.130 - - [2026-04-06 02:07:17] "POST /neutron/port HTTP/1.1" 200 1062 0.009418 10.0.0.130 - - [2026-04-06 02:07:17] "POST /neutron/port HTTP/1.1" 200 1062 0.013249 10.0.0.130 - - [2026-04-06 02:07:17] "POST /neutron/port HTTP/1.1" 200 1116 0.078545 10.0.0.130 - - [2026-04-06 02:07:18] "POST /neutron/port HTTP/1.1" 200 1126 0.010829 10.0.0.130 - - [2026-04-06 02:07:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003165 10.0.0.130 - - [2026-04-06 02:07:18] "POST /neutron/subnet HTTP/1.1" 200 703 0.005883 10.0.0.130 - - [2026-04-06 02:07:18] "POST /neutron/port HTTP/1.1" 200 117 0.001736 10.0.0.130 - - [2026-04-06 02:07:18] "POST /neutron/network HTTP/1.1" 200 826 0.005467 10.0.0.130 - - [2026-04-06 02:07:22] "POST /neutron/port HTTP/1.1" 200 1126 0.010766 10.0.0.130 - - [2026-04-06 02:07:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005425 10.0.0.130 - - [2026-04-06 02:07:22] "POST /neutron/port HTTP/1.1" 200 1126 0.011220 10.0.0.130 - - [2026-04-06 02:07:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006426 10.0.0.130 - - [2026-04-06 02:07:22] "POST /neutron/port HTTP/1.1" 200 1126 0.010928 10.0.0.130 - - [2026-04-06 02:07:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005218 10.0.0.130 - - [2026-04-06 02:07:22] "GET /virtual-machine/94b02bc3-8752-48db-938b-b3d24263768e HTTP/1.1" 401 293 0.000368 10.0.0.130 - - [2026-04-06 02:07:23] "GET /virtual-machine/94b02bc3-8752-48db-938b-b3d24263768e HTTP/1.1" 200 1296 0.027969 10.0.0.130 - - [2026-04-06 02:07:23] "GET /virtual-machine-interface/6488553d-67bf-4b5a-b244-ea106f1a3584 HTTP/1.1" 200 2953 0.004546 10.0.0.130 - - [2026-04-06 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002458 10.0.0.130 - - [2026-04-06 02:07:23] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002680 10.0.0.130 - - [2026-04-06 02:07:23] "GET /virtual-networks?parent_id=c481dd75-1bb8-4d6c-bf82-e625cdaba63b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002320 10.0.0.130 - - [2026-04-06 02:07:23] "GET /virtual-network/39ddf9f3-9e15-419c-a3f1-fa1d696d5732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005451 10.0.0.130 - - [2026-04-06 02:07:25] "POST /neutron/port HTTP/1.1" 200 1126 0.010498 10.0.0.130 - - [2026-04-06 02:07:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004906 10.0.0.130 - - [2026-04-06 02:07:26] "POST /neutron/port HTTP/1.1" 200 1126 0.010931 10.0.0.130 - - [2026-04-06 02:07:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005601 10.0.0.130 - - [2026-04-06 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.130 - - [2026-04-06 02:07:26] "GET /virtual-network/39ddf9f3-9e15-419c-a3f1-fa1d696d5732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005717 10.0.0.130 - - [2026-04-06 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002558 10.0.0.130 - - [2026-04-06 02:07:28] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002750 10.0.0.130 - - [2026-04-06 02:07:28] "GET /virtual-networks?parent_id=c481dd75-1bb8-4d6c-bf82-e625cdaba63b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003969 10.0.0.130 - - [2026-04-06 02:07:28] "GET /virtual-network/39ddf9f3-9e15-419c-a3f1-fa1d696d5732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004694 10.0.0.130 - - [2026-04-06 02:07:28] "POST /neutron/port HTTP/1.1" 200 1126 0.010914 10.0.0.130 - - [2026-04-06 02:07:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005446 10.0.0.130 - - [2026-04-06 02:07:28] "POST /neutron/port HTTP/1.1" 200 1126 0.011841 10.0.0.130 - - [2026-04-06 02:07:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005363 10.0.0.130 - - [2026-04-06 02:07:28] "POST /neutron/port HTTP/1.1" 200 1126 0.010024 10.0.0.130 - - [2026-04-06 02:07:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005183 10.0.0.130 - - [2026-04-06 02:07:28] "GET /virtual-machine/2bf4cd6e-c09e-465a-9796-3b7503ac224e HTTP/1.1" 200 1295 0.003640 10.0.0.130 - - [2026-04-06 02:07:28] "GET /virtual-machine-interface/bb2e2ea9-9517-460d-a7b5-6a5a2cdc4db4 HTTP/1.1" 200 2954 0.004069 10.0.0.130 - - [2026-04-06 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002405 10.0.0.130 - - [2026-04-06 02:07:28] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003225 10.0.0.130 - - [2026-04-06 02:07:28] "GET /virtual-networks?parent_id=c481dd75-1bb8-4d6c-bf82-e625cdaba63b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002506 10.0.0.130 - - [2026-04-06 02:07:29] "GET /virtual-network/39ddf9f3-9e15-419c-a3f1-fa1d696d5732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005248 10.0.0.130 - - [2026-04-06 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002481 10.0.0.130 - - [2026-04-06 02:07:30] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002642 10.0.0.130 - - [2026-04-06 02:07:30] "GET /virtual-networks?parent_id=c481dd75-1bb8-4d6c-bf82-e625cdaba63b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002424 10.0.0.130 - - [2026-04-06 02:07:30] "GET /virtual-network/39ddf9f3-9e15-419c-a3f1-fa1d696d5732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004891 10.0.0.130 - - [2026-04-06 02:07:34] "POST /neutron/network HTTP/1.1" 200 826 0.006733 10.0.0.130 - - [2026-04-06 02:07:34] "POST /neutron/network HTTP/1.1" 400 204 0.008526 10.0.0.130 - - [2026-04-06 02:07:35] "POST /neutron/port HTTP/1.1" 200 1126 0.011152 10.0.0.130 - - [2026-04-06 02:07:35] "POST /neutron/port HTTP/1.1" 200 1116 0.008791 10.0.0.130 - - [2026-04-06 02:07:35] "POST /neutron/port HTTP/1.1" 200 1126 0.014781 10.0.0.130 - - [2026-04-06 02:07:35] "POST /neutron/port HTTP/1.1" 200 1116 0.010136 10.0.0.130 - - [2026-04-06 02:07:35] "POST /neutron/port HTTP/1.1" 200 151 0.111557 10.0.0.130 - - [2026-04-06 02:07:35] "POST /neutron/port HTTP/1.1" 200 151 0.106655 10.0.0.130 - - [2026-04-06 02:07:36] "POST /neutron/network HTTP/1.1" 200 826 0.005435 10.0.0.130 - - [2026-04-06 02:07:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003260 10.0.0.130 - - [2026-04-06 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.130 - - [2026-04-06 02:07:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002282 10.0.0.130 - - [2026-04-06 02:07:36] "POST /neutron/network HTTP/1.1" 200 151 0.065879 10.0.0.130 - - [2026-04-06 02:07:36] "DELETE /route-target/2e749098-b8a3-4b36-9e07-6b92c5f8be3c HTTP/1.1" 200 115 0.016328 10.0.0.130 - - [2026-04-06 02:07:37] "GET /projects?obj_uuids=c481dd75-1bb8-4d6c-bf82-e625cdaba63b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001454 10.0.0.130 - - [2026-04-06 02:07:37] "GET /project/c481dd75-1bb8-4d6c-bf82-e625cdaba63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.031454 10.0.0.130 - - [2026-04-06 02:07:37] "GET /projects?obj_uuids=c481dd75-1bb8-4d6c-bf82-e625cdaba63b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000866 10.0.0.130 - - [2026-04-06 02:07:37] "GET /project/c481dd75-1bb8-4d6c-bf82-e625cdaba63b?fields=virtual_networks HTTP/1.1" 200 1037 0.068419 10.0.0.130 - - [2026-04-06 02:07:37] "GET /projects?obj_uuids=c481dd75-1bb8-4d6c-bf82-e625cdaba63b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000901 10.0.0.130 - - [2026-04-06 02:07:37] "GET /project/c481dd75-1bb8-4d6c-bf82-e625cdaba63b?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.020852 10.0.0.130 - - [2026-04-06 02:07:37] "GET /projects?obj_uuids=c481dd75-1bb8-4d6c-bf82-e625cdaba63b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000916 10.0.0.130 - - [2026-04-06 02:07:37] "GET /project/c481dd75-1bb8-4d6c-bf82-e625cdaba63b?fields=security_groups HTTP/1.1" 200 1265 0.021424 10.0.0.130 - - [2026-04-06 02:08:04] "DELETE /project/c481dd751bb84d6cbf82e625cdaba63b HTTP/1.1" 404 173 0.007591 10.0.0.130 - - [2026-04-06 02:08:04] "GET /projects?obj_uuids=ae8e8220-8d1f-4b95-995c-c33ad981040c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001084 10.0.0.130 - - [2026-04-06 02:08:04] "GET /project/ae8e8220-8d1f-4b95-995c-c33ad981040c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.024445 10.0.0.130 - - [2026-04-06 02:08:04] "GET /projects?obj_uuids=ae8e8220-8d1f-4b95-995c-c33ad981040c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001177 10.0.0.130 - - [2026-04-06 02:08:04] "GET /project/ae8e8220-8d1f-4b95-995c-c33ad981040c?fields=security_groups HTTP/1.1" 200 1367 0.061797 10.0.0.130 - - [2026-04-06 02:08:04] "DELETE /security-group/9f3370b2-0ce6-4fbc-9ab4-d4d4ee52a937 HTTP/1.1" 200 115 0.034458 10.0.0.130 - - [2026-04-06 02:08:04] "GET /projects?obj_uuids=ae8e8220-8d1f-4b95-995c-c33ad981040c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000895 10.0.0.130 - - [2026-04-06 02:08:04] "DELETE /access-control-list/2f600932-b0b4-4bdd-a176-c9f8f127fd76 HTTP/1.1" 200 115 0.029200 10.0.0.130 - - [2026-04-06 02:08:04] "GET /project/ae8e8220-8d1f-4b95-995c-c33ad981040c?fields=application_policy_sets HTTP/1.1" 200 1406 0.030716 10.0.0.130 - - [2026-04-06 02:08:04] "DELETE /access-control-list/a766545e-a4ad-4468-9b22-e0a03af56f0f HTTP/1.1" 200 115 0.022264 10.0.0.130 - - [2026-04-06 02:08:04] "DELETE /project/ae8e8220-8d1f-4b95-995c-c33ad981040c HTTP/1.1" 200 115 0.290618 10.0.0.130 - - [2026-04-06 02:08:12] "GET /obj-perms HTTP/1.1" 200 5075 0.044980 10.0.0.130 - - [2026-04-06 02:08:12] "GET /obj-perms HTTP/1.1" 200 5075 0.048377 10.0.0.130 - - [2026-04-06 02:08:38] "POST /fqname-to-id HTTP/1.1" 404 188 0.023758 10.0.0.130 - - [2026-04-06 02:08:38] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002260 10.0.0.130 - - [2026-04-06 02:08:38] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000903 10.0.0.130 - - [2026-04-06 02:08:38] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005808 10.0.0.130 - - [2026-04-06 02:08:38] "POST /id-to-fqname HTTP/1.1" 200 190 0.001143 10.0.0.130 - - [2026-04-06 02:08:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.002736 10.0.0.130 - - [2026-04-06 02:08:38] "POST /security-groups HTTP/1.1" 200 591 0.060044 10.0.0.130 - - [2026-04-06 02:08:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.002115 10.0.0.130 - - [2026-04-06 02:08:38] "POST /projects HTTP/1.1" 200 585 0.207720 10.0.0.130 - - [2026-04-06 02:08:38] "POST /access-control-lists HTTP/1.1" 200 598 0.056630 10.0.0.130 - - [2026-04-06 02:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.278908 10.0.0.130 - - [2026-04-06 02:08:38] "POST /fqname-to-id HTTP/1.1" 404 233 0.002484 10.0.0.130 - - [2026-04-06 02:08:38] "GET /project/83e89be1-d7fa-4114-a5e8-7b0998ab85b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.392624 10.0.0.130 - - [2026-04-06 02:08:38] "POST /access-control-lists HTTP/1.1" 200 596 0.056832 10.0.0.130 - - [2026-04-06 02:08:39] "GET / HTTP/1.1" 200 36215 0.001774 10.0.0.130 - - [2026-04-06 02:08:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000414 10.0.0.130 - - [2026-04-06 02:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.055748 10.0.0.130 - - [2026-04-06 02:08:40] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000826 10.0.0.130 - - [2026-04-06 02:08:40] "GET /project/83e89be1-d7fa-4114-a5e8-7b0998ab85b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.021119 10.0.0.130 - - [2026-04-06 02:08:40] "POST /neutron/network HTTP/1.1" 200 117 0.029890 10.0.0.130 - - [2026-04-06 02:08:40] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001231 10.0.0.130 - - [2026-04-06 02:08:40] "POST /neutron/network HTTP/1.1" 200 625 0.055392 10.0.0.130 - - [2026-04-06 02:08:40] "POST /route-targets HTTP/1.1" 200 328 0.008509 10.0.0.130 - - [2026-04-06 02:08:40] "POST /ref-update HTTP/1.1" 200 156 0.012752 10.0.0.130 - - [2026-04-06 02:08:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004263 10.0.0.130 - - [2026-04-06 02:08:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.168924 10.0.0.130 - - [2026-04-06 02:08:41] "POST /neutron/network HTTP/1.1" 200 839 0.006199 10.0.0.130 - - [2026-04-06 02:08:41] "POST /id-to-fqname HTTP/1.1" 200 230 0.001071 10.0.0.130 - - [2026-04-06 02:08:41] "GET /virtual-network/087ad530-1fdc-4f7f-888b-4cf1ea62ed75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004067 10.0.0.130 - - [2026-04-06 02:08:41] "POST /neutron/network HTTP/1.1" 200 839 0.005265 10.0.0.130 - - [2026-04-06 02:08:41] "GET /virtual-network/087ad530-1fdc-4f7f-888b-4cf1ea62ed75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004737 10.0.0.130 - - [2026-04-06 02:08:41] "POST /neutron/network HTTP/1.1" 200 839 0.004857 10.0.0.130 - - [2026-04-06 02:08:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.006675 10.0.0.130 - - [2026-04-06 02:08:41] "POST /neutron/network HTTP/1.1" 200 839 0.004446 10.0.0.130 - - [2026-04-06 02:08:41] "POST /id-to-fqname HTTP/1.1" 200 230 0.001053 10.0.0.130 - - [2026-04-06 02:08:41] "POST /neutron/network HTTP/1.1" 200 849 0.005704 10.0.0.130 - - [2026-04-06 02:08:41] "GET /aaa-mode HTTP/1.1" 401 293 0.000355 10.0.0.130 - - [2026-04-06 02:08:41] "GET / HTTP/1.1" 200 36215 0.001708 10.0.0.130 - - [2026-04-06 02:08:41] "GET /project/83e89be1-d7fa-4114-a5e8-7b0998ab85b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000352 10.0.0.130 - - [2026-04-06 02:08:42] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000965 10.0.0.130 - - [2026-04-06 02:08:42] "GET /project/83e89be1-d7fa-4114-a5e8-7b0998ab85b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048244 10.0.0.130 - - [2026-04-06 02:08:42] "POST /neutron/network HTTP/1.1" 200 839 0.004527 10.0.0.130 - - [2026-04-06 02:08:42] "POST /neutron/port HTTP/1.1" 200 117 0.004255 10.0.0.130 - - [2026-04-06 02:08:42] "POST /neutron/port HTTP/1.1" 200 117 0.005138 10.0.0.130 - - [2026-04-06 02:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.130 - - [2026-04-06 02:08:42] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002867 10.0.0.130 - - [2026-04-06 02:08:42] "PUT /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0 HTTP/1.1" 200 277 0.007934 10.0.0.130 - - [2026-04-06 02:08:42] "POST /neutron/port HTTP/1.1" 200 117 0.004647 10.0.0.130 - - [2026-04-06 02:08:42] "POST /neutron/network HTTP/1.1" 200 849 0.004874 10.0.0.130 - - [2026-04-06 02:08:42] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000969 10.0.0.130 - - [2026-04-06 02:08:42] "POST /neutron/port HTTP/1.1" 200 1055 0.164844 10.0.0.130 - - [2026-04-06 02:08:42] "POST /neutron/port HTTP/1.1" 200 1055 0.008490 10.0.0.130 - - [2026-04-06 02:08:42] "POST /neutron/port HTTP/1.1" 200 1055 0.008536 10.0.0.130 - - [2026-04-06 02:08:42] "POST /neutron/port HTTP/1.1" 200 1109 0.056934 10.0.0.130 - - [2026-04-06 02:08:42] "POST /neutron/port HTTP/1.1" 200 1119 0.009803 10.0.0.130 - - [2026-04-06 02:08:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002842 10.0.0.130 - - [2026-04-06 02:08:42] "POST /neutron/subnet HTTP/1.1" 200 675 0.008968 10.0.0.130 - - [2026-04-06 02:08:42] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.130 - - [2026-04-06 02:08:42] "POST /neutron/network HTTP/1.1" 200 839 0.004644 10.0.0.130 - - [2026-04-06 02:08:47] "POST /neutron/port HTTP/1.1" 200 1119 0.010790 10.0.0.130 - - [2026-04-06 02:08:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004798 10.0.0.130 - - [2026-04-06 02:08:47] "POST /neutron/port HTTP/1.1" 200 1119 0.011960 10.0.0.130 - - [2026-04-06 02:08:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006538 10.0.0.130 - - [2026-04-06 02:08:47] "POST /neutron/port HTTP/1.1" 200 1119 0.011060 10.0.0.130 - - [2026-04-06 02:08:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005270 10.0.0.130 - - [2026-04-06 02:08:47] "GET /virtual-machine/1434d64f-d409-4e8c-ab30-ab6c09fd04a1 HTTP/1.1" 401 293 0.000412 10.0.0.130 - - [2026-04-06 02:08:48] "GET /virtual-machine/1434d64f-d409-4e8c-ab30-ab6c09fd04a1 HTTP/1.1" 200 1294 0.035511 10.0.0.130 - - [2026-04-06 02:08:48] "GET /virtual-machine-interface/c37647de-9d3c-4fd3-b9ea-b5e6ae14248b HTTP/1.1" 200 2979 0.005530 10.0.0.130 - - [2026-04-06 02:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.130 - - [2026-04-06 02:08:48] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002851 10.0.0.130 - - [2026-04-06 02:08:48] "GET /virtual-networks?parent_id=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002642 10.0.0.130 - - [2026-04-06 02:08:48] "GET /virtual-network/087ad530-1fdc-4f7f-888b-4cf1ea62ed75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004825 10.0.0.130 - - [2026-04-06 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.130 - - [2026-04-06 02:08:51] "GET /virtual-network/087ad530-1fdc-4f7f-888b-4cf1ea62ed75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004066 10.0.0.130 - - [2026-04-06 02:08:51] "POST /neutron/port HTTP/1.1" 200 1119 0.010817 10.0.0.130 - - [2026-04-06 02:08:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005738 10.0.0.130 - - [2026-04-06 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002538 10.0.0.130 - - [2026-04-06 02:08:53] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003003 10.0.0.130 - - [2026-04-06 02:08:53] "GET /virtual-networks?parent_id=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002404 10.0.0.130 - - [2026-04-06 02:08:53] "GET /virtual-network/087ad530-1fdc-4f7f-888b-4cf1ea62ed75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005342 10.0.0.130 - - [2026-04-06 02:08:53] "POST /neutron/port HTTP/1.1" 200 1119 0.076869 10.0.0.130 - - [2026-04-06 02:08:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005232 10.0.0.130 - - [2026-04-06 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.130 - - [2026-04-06 02:09:01] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003041 10.0.0.130 - - [2026-04-06 02:09:01] "PUT /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0 HTTP/1.1" 200 277 0.007822 10.0.0.130 - - [2026-04-06 02:09:01] "POST /neutron/network HTTP/1.1" 200 839 0.004683 10.0.0.130 - - [2026-04-06 02:09:01] "POST /neutron/network HTTP/1.1" 400 204 0.008326 10.0.0.130 - - [2026-04-06 02:09:01] "POST /neutron/port HTTP/1.1" 200 1119 0.012533 10.0.0.130 - - [2026-04-06 02:09:01] "POST /neutron/port HTTP/1.1" 200 1109 0.009135 10.0.0.130 - - [2026-04-06 02:09:01] "POST /neutron/port HTTP/1.1" 200 151 0.097963 10.0.0.130 - - [2026-04-06 02:09:03] "POST /neutron/network HTTP/1.1" 200 839 0.006166 10.0.0.130 - - [2026-04-06 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.130 - - [2026-04-06 02:09:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004497 10.0.0.130 - - [2026-04-06 02:09:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001677 10.0.0.130 - - [2026-04-06 02:09:03] "POST /neutron/network HTTP/1.1" 200 151 0.076752 10.0.0.130 - - [2026-04-06 02:09:03] "DELETE /route-target/72f1f04c-5c66-4e4d-a4d3-3ac733aa596a HTTP/1.1" 200 115 0.017530 10.0.0.130 - - [2026-04-06 02:09:03] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002537 10.0.0.130 - - [2026-04-06 02:09:03] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0 HTTP/1.1" 200 1883 0.003556 10.0.0.130 - - [2026-04-06 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.130 - - [2026-04-06 02:09:03] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000903 10.0.0.130 - - [2026-04-06 02:09:03] "GET /project/83e89be1-d7fa-4114-a5e8-7b0998ab85b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.025111 10.0.0.130 - - [2026-04-06 02:09:04] "POST /neutron/network HTTP/1.1" 200 117 0.008404 10.0.0.130 - - [2026-04-06 02:09:04] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000931 10.0.0.130 - - [2026-04-06 02:09:04] "POST /neutron/network HTTP/1.1" 200 605 0.055548 10.0.0.130 - - [2026-04-06 02:09:04] "POST /route-targets HTTP/1.1" 200 328 0.010405 10.0.0.130 - - [2026-04-06 02:09:04] "POST /ref-update HTTP/1.1" 200 156 0.009861 10.0.0.130 - - [2026-04-06 02:09:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002775 10.0.0.130 - - [2026-04-06 02:09:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.134194 10.0.0.130 - - [2026-04-06 02:09:04] "POST /neutron/network HTTP/1.1" 200 824 0.004434 10.0.0.130 - - [2026-04-06 02:09:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001319 10.0.0.130 - - [2026-04-06 02:09:04] "GET /virtual-network/ffc81b1b-5bcd-4c8d-b262-a37996bfdd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004307 10.0.0.130 - - [2026-04-06 02:09:04] "POST /neutron/network HTTP/1.1" 200 824 0.004631 10.0.0.130 - - [2026-04-06 02:09:04] "GET /virtual-network/ffc81b1b-5bcd-4c8d-b262-a37996bfdd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003968 10.0.0.130 - - [2026-04-06 02:09:04] "POST /neutron/network HTTP/1.1" 200 824 0.004957 10.0.0.130 - - [2026-04-06 02:09:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.006287 10.0.0.130 - - [2026-04-06 02:09:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001060 10.0.0.130 - - [2026-04-06 02:09:04] "POST /neutron/network HTTP/1.1" 200 834 0.004835 10.0.0.130 - - [2026-04-06 02:09:04] "GET /aaa-mode HTTP/1.1" 401 293 0.000472 10.0.0.130 - - [2026-04-06 02:09:04] "DELETE /project/83e89be1d7fa4114a5e87b0998ab85b7 HTTP/1.1" 404 173 0.005701 10.0.0.130 - - [2026-04-06 02:09:04] "GET /projects?obj_uuids=c481dd75-1bb8-4d6c-bf82-e625cdaba63b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000895 10.0.0.130 - - [2026-04-06 02:09:04] "GET /project/c481dd75-1bb8-4d6c-bf82-e625cdaba63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.020409 10.0.0.130 - - [2026-04-06 02:09:04] "GET /projects?obj_uuids=c481dd75-1bb8-4d6c-bf82-e625cdaba63b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000787 10.0.0.130 - - [2026-04-06 02:09:04] "GET / HTTP/1.1" 200 36215 0.002080 10.0.0.130 - - [2026-04-06 02:09:04] "GET /project/83e89be1-d7fa-4114-a5e8-7b0998ab85b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000421 10.0.0.130 - - [2026-04-06 02:09:04] "GET /project/c481dd75-1bb8-4d6c-bf82-e625cdaba63b?fields=security_groups HTTP/1.1" 200 1367 0.068348 10.0.0.130 - - [2026-04-06 02:09:04] "DELETE /security-group/d1c37d3a-37fa-4601-a233-d39618bce4b8 HTTP/1.1" 200 115 0.030369 10.0.0.130 - - [2026-04-06 02:09:05] "GET /projects?obj_uuids=c481dd75-1bb8-4d6c-bf82-e625cdaba63b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001280 10.0.0.130 - - [2026-04-06 02:09:05] "DELETE /access-control-list/44b0f9de-149e-4fc7-bcce-2fd2a696187d HTTP/1.1" 200 115 0.038308 10.0.0.130 - - [2026-04-06 02:09:05] "GET /project/c481dd75-1bb8-4d6c-bf82-e625cdaba63b?fields=application_policy_sets HTTP/1.1" 200 1406 0.045357 10.0.0.130 - - [2026-04-06 02:09:05] "DELETE /access-control-list/79c74174-1a5e-42c0-b912-41bf21b70863 HTTP/1.1" 200 115 0.033251 10.0.0.130 - - [2026-04-06 02:09:05] "DELETE /project/c481dd75-1bb8-4d6c-bf82-e625cdaba63b HTTP/1.1" 200 115 0.315196 10.0.0.130 - - [2026-04-06 02:09:05] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001069 10.0.0.130 - - [2026-04-06 02:09:05] "GET /project/83e89be1-d7fa-4114-a5e8-7b0998ab85b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.042078 10.0.0.130 - - [2026-04-06 02:09:05] "POST /neutron/network HTTP/1.1" 200 824 0.004589 10.0.0.130 - - [2026-04-06 02:09:05] "POST /neutron/port HTTP/1.1" 200 117 0.004214 10.0.0.130 - - [2026-04-06 02:09:05] "POST /neutron/port HTTP/1.1" 200 117 0.004226 10.0.0.130 - - [2026-04-06 02:09:05] "POST /neutron/port HTTP/1.1" 200 117 0.004341 10.0.0.130 - - [2026-04-06 02:09:05] "POST /neutron/network HTTP/1.1" 200 834 0.007097 10.0.0.130 - - [2026-04-06 02:09:05] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000973 10.0.0.130 - - [2026-04-06 02:09:06] "POST /neutron/port HTTP/1.1" 200 1060 0.211239 10.0.0.130 - - [2026-04-06 02:09:06] "POST /neutron/port HTTP/1.1" 200 1060 0.008674 10.0.0.130 - - [2026-04-06 02:09:06] "POST /neutron/port HTTP/1.1" 200 1060 0.011068 10.0.0.130 - - [2026-04-06 02:09:06] "POST /neutron/port HTTP/1.1" 200 1114 0.057138 10.0.0.130 - - [2026-04-06 02:09:06] "POST /neutron/port HTTP/1.1" 200 1124 0.012754 10.0.0.130 - - [2026-04-06 02:09:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003044 10.0.0.130 - - [2026-04-06 02:09:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.006430 10.0.0.130 - - [2026-04-06 02:09:06] "POST /neutron/port HTTP/1.1" 200 117 0.001067 10.0.0.130 - - [2026-04-06 02:09:06] "POST /neutron/network HTTP/1.1" 200 824 0.005486 10.0.0.130 - - [2026-04-06 02:09:10] "POST /neutron/port HTTP/1.1" 200 1124 0.010917 10.0.0.130 - - [2026-04-06 02:09:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005377 10.0.0.130 - - [2026-04-06 02:09:10] "POST /neutron/port HTTP/1.1" 200 1124 0.012283 10.0.0.130 - - [2026-04-06 02:09:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006912 10.0.0.130 - - [2026-04-06 02:09:10] "POST /neutron/port HTTP/1.1" 200 1124 0.012033 10.0.0.130 - - [2026-04-06 02:09:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005813 10.0.0.130 - - [2026-04-06 02:09:10] "GET /virtual-machine/b5d21893-2220-4bd5-a4d9-4559f1200e96 HTTP/1.1" 200 1295 0.004806 10.0.0.130 - - [2026-04-06 02:09:10] "GET /virtual-machine-interface/be698362-83e5-49c3-a0f1-34c0ced61b9c HTTP/1.1" 200 2949 0.004269 10.0.0.130 - - [2026-04-06 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.130 - - [2026-04-06 02:09:10] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002945 10.0.0.130 - - [2026-04-06 02:09:10] "GET /virtual-networks?parent_id=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002494 10.0.0.130 - - [2026-04-06 02:09:10] "GET /virtual-network/ffc81b1b-5bcd-4c8d-b262-a37996bfdd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005026 10.0.0.130 - - [2026-04-06 02:09:12] "GET /obj-perms HTTP/1.1" 200 5075 0.059117 10.0.0.130 - - [2026-04-06 02:09:13] "GET /obj-perms HTTP/1.1" 200 5075 0.052744 10.0.0.130 - - [2026-04-06 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.130 - - [2026-04-06 02:09:13] "GET /virtual-network/ffc81b1b-5bcd-4c8d-b262-a37996bfdd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004716 10.0.0.130 - - [2026-04-06 02:09:14] "POST /neutron/port HTTP/1.1" 200 1124 0.014887 10.0.0.130 - - [2026-04-06 02:09:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004921 10.0.0.130 - - [2026-04-06 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.130 - - [2026-04-06 02:09:16] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006010 10.0.0.130 - - [2026-04-06 02:09:16] "GET /virtual-networks?parent_id=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003335 10.0.0.130 - - [2026-04-06 02:09:16] "GET /virtual-network/ffc81b1b-5bcd-4c8d-b262-a37996bfdd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004975 10.0.0.130 - - [2026-04-06 02:09:18] "POST /neutron/network HTTP/1.1" 200 824 0.006516 10.0.0.130 - - [2026-04-06 02:09:18] "POST /neutron/network HTTP/1.1" 400 204 0.008885 10.0.0.130 - - [2026-04-06 02:09:18] "POST /neutron/port HTTP/1.1" 200 1124 0.010869 10.0.0.130 - - [2026-04-06 02:09:18] "POST /neutron/port HTTP/1.1" 200 1114 0.008521 10.0.0.130 - - [2026-04-06 02:09:18] "POST /neutron/port HTTP/1.1" 200 151 0.085707 10.0.0.130 - - [2026-04-06 02:09:20] "POST /neutron/network HTTP/1.1" 200 824 0.006742 10.0.0.130 - - [2026-04-06 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.130 - - [2026-04-06 02:09:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001646 10.0.0.130 - - [2026-04-06 02:09:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002209 10.0.0.130 - - [2026-04-06 02:09:20] "POST /neutron/network HTTP/1.1" 200 151 0.069922 10.0.0.130 - - [2026-04-06 02:09:20] "DELETE /route-target/e5c47ba9-204c-44f4-9fe4-cfe6f1e0f01d HTTP/1.1" 200 115 0.014574 10.0.0.130 - - [2026-04-06 02:09:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002521 10.0.0.130 - - [2026-04-06 02:09:20] "POST /network-ipams HTTP/1.1" 200 543 0.013392 10.0.0.130 - - [2026-04-06 02:09:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.002609 10.0.0.130 - - [2026-04-06 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002513 10.0.0.130 - - [2026-04-06 02:09:20] "GET /network-ipam/1d4f4e48-0f0f-417f-8e28-7a7ab67a6279?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.004470 10.0.0.130 - - [2026-04-06 02:09:21] "PUT /network-ipam/1d4f4e48-0f0f-417f-8e28-7a7ab67a6279 HTTP/1.1" 200 259 0.008593 10.0.0.130 - - [2026-04-06 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002498 10.0.0.130 - - [2026-04-06 02:09:21] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.130 - - [2026-04-06 02:09:21] "GET /project/83e89be1-d7fa-4114-a5e8-7b0998ab85b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.021044 10.0.0.130 - - [2026-04-06 02:09:21] "POST /neutron/network HTTP/1.1" 200 117 0.007109 10.0.0.130 - - [2026-04-06 02:09:21] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000889 10.0.0.130 - - [2026-04-06 02:09:21] "POST /neutron/network HTTP/1.1" 200 605 0.055233 10.0.0.130 - - [2026-04-06 02:09:21] "POST /route-targets HTTP/1.1" 200 328 0.010117 10.0.0.130 - - [2026-04-06 02:09:21] "POST /ref-update HTTP/1.1" 200 156 0.009873 10.0.0.130 - - [2026-04-06 02:09:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002957 10.0.0.130 - - [2026-04-06 02:09:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.123562 10.0.0.130 - - [2026-04-06 02:09:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003950 10.0.0.130 - - [2026-04-06 02:09:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.134741 10.0.0.130 - - [2026-04-06 02:09:21] "POST /neutron/network HTTP/1.1" 200 994 0.006916 10.0.0.130 - - [2026-04-06 02:09:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001012 10.0.0.130 - - [2026-04-06 02:09:21] "GET /virtual-network/2fbd0f9a-5b46-45b6-96ab-d4e31d972078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004156 10.0.0.130 - - [2026-04-06 02:09:21] "POST /neutron/network HTTP/1.1" 200 994 0.007447 10.0.0.130 - - [2026-04-06 02:09:21] "GET /virtual-network/2fbd0f9a-5b46-45b6-96ab-d4e31d972078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004491 10.0.0.130 - - [2026-04-06 02:09:21] "POST /neutron/network HTTP/1.1" 200 994 0.006372 10.0.0.130 - - [2026-04-06 02:09:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.006434 10.0.0.130 - - [2026-04-06 02:09:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.006293 10.0.0.130 - - [2026-04-06 02:09:21] "POST /neutron/network HTTP/1.1" 200 994 0.006986 10.0.0.130 - - [2026-04-06 02:09:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.006413 10.0.0.130 - - [2026-04-06 02:09:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.005851 10.0.0.130 - - [2026-04-06 02:09:21] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001084 10.0.0.130 - - [2026-04-06 02:09:21] "POST /neutron/port HTTP/1.1" 200 1017 0.164530 10.0.0.130 - - [2026-04-06 02:09:21] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000870 10.0.0.130 - - [2026-04-06 02:09:22] "POST /neutron/port HTTP/1.1" 200 1017 0.143890 10.0.0.130 - - [2026-04-06 02:09:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001117 10.0.0.130 - - [2026-04-06 02:09:22] "POST /neutron/port HTTP/1.1" 200 1017 0.007635 10.0.0.130 - - [2026-04-06 02:09:22] "POST /neutron/port HTTP/1.1" 200 1017 0.007022 10.0.0.130 - - [2026-04-06 02:09:22] "POST /neutron/network HTTP/1.1" 200 994 0.005465 10.0.0.130 - - [2026-04-06 02:09:22] "POST /neutron/port HTTP/1.1" 200 1017 0.006969 10.0.0.130 - - [2026-04-06 02:09:22] "POST /neutron/port HTTP/1.1" 200 117 0.007081 10.0.0.130 - - [2026-04-06 02:09:22] "POST /neutron/port HTTP/1.1" 200 117 0.005763 10.0.0.130 - - [2026-04-06 02:09:22] "POST /neutron/port HTTP/1.1" 200 1017 0.011840 10.0.0.130 - - [2026-04-06 02:09:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.000981 10.0.0.130 - - [2026-04-06 02:09:22] "POST /neutron/port HTTP/1.1" 200 117 0.004115 10.0.0.130 - - [2026-04-06 02:09:22] "POST /neutron/port HTTP/1.1" 200 1017 0.007698 10.0.0.130 - - [2026-04-06 02:09:22] "POST /neutron/port HTTP/1.1" 200 1017 0.008883 10.0.0.130 - - [2026-04-06 02:09:22] "POST /neutron/network HTTP/1.1" 200 994 0.005640 10.0.0.130 - - [2026-04-06 02:09:22] "POST /neutron/port HTTP/1.1" 200 1017 0.008252 10.0.0.130 - - [2026-04-06 02:09:22] "POST /neutron/port HTTP/1.1" 200 1017 0.008316 10.0.0.130 - - [2026-04-06 02:09:22] "POST /neutron/port HTTP/1.1" 200 117 0.004969 10.0.0.130 - - [2026-04-06 02:09:22] "POST /neutron/port HTTP/1.1" 200 117 0.004192 10.0.0.130 - - [2026-04-06 02:09:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001158 10.0.0.130 - - [2026-04-06 02:09:22] "POST /neutron/port HTTP/1.1" 200 1017 0.008306 10.0.0.130 - - [2026-04-06 02:09:22] "POST /neutron/port HTTP/1.1" 200 117 0.004794 10.0.0.130 - - [2026-04-06 02:09:22] "POST /neutron/network HTTP/1.1" 200 1004 0.005953 10.0.0.130 - - [2026-04-06 02:09:22] "POST /neutron/port HTTP/1.1" 200 1017 0.013550 10.0.0.130 - - [2026-04-06 02:09:22] "POST /neutron/port HTTP/1.1" 200 1017 0.011708 10.0.0.130 - - [2026-04-06 02:09:23] "POST /neutron/network HTTP/1.1" 200 1004 0.015390 10.0.0.130 - - [2026-04-06 02:09:23] "GET /aaa-mode HTTP/1.1" 401 293 0.000471 10.0.0.130 - - [2026-04-06 02:09:23] "POST /neutron/port HTTP/1.1" 200 1109 0.081197 10.0.0.130 - - [2026-04-06 02:09:23] "POST /neutron/port HTTP/1.1" 200 1119 0.015971 10.0.0.130 - - [2026-04-06 02:09:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002945 10.0.0.130 - - [2026-04-06 02:09:23] "POST /neutron/subnet HTTP/1.1" 200 673 0.007947 10.0.0.130 - - [2026-04-06 02:09:23] "POST /neutron/port HTTP/1.1" 200 117 0.001032 10.0.0.130 - - [2026-04-06 02:09:23] "POST /neutron/network HTTP/1.1" 200 994 0.007614 10.0.0.130 - - [2026-04-06 02:09:23] "POST /neutron/port HTTP/1.1" 200 1017 0.007925 10.0.0.130 - - [2026-04-06 02:09:23] "POST /neutron/network HTTP/1.1" 200 1004 0.008173 10.0.0.130 - - [2026-04-06 02:09:23] "POST /neutron/port HTTP/1.1" 200 1017 0.009040 10.0.0.130 - - [2026-04-06 02:09:23] "POST /neutron/port HTTP/1.1" 200 1017 0.006963 10.0.0.130 - - [2026-04-06 02:09:23] "GET / HTTP/1.1" 200 36215 0.001296 10.0.0.130 - - [2026-04-06 02:09:23] "GET /project/83e89be1-d7fa-4114-a5e8-7b0998ab85b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000279 10.0.0.130 - - [2026-04-06 02:09:23] "POST /neutron/port HTTP/1.1" 200 1109 0.058230 10.0.0.130 - - [2026-04-06 02:09:23] "POST /neutron/port HTTP/1.1" 200 1119 0.010516 10.0.0.130 - - [2026-04-06 02:09:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002583 10.0.0.130 - - [2026-04-06 02:09:23] "POST /neutron/subnet HTTP/1.1" 200 673 0.007945 10.0.0.130 - - [2026-04-06 02:09:23] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.130 - - [2026-04-06 02:09:23] "POST /neutron/network HTTP/1.1" 200 994 0.007619 10.0.0.130 - - [2026-04-06 02:09:23] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000948 10.0.0.130 - - [2026-04-06 02:09:23] "GET /project/83e89be1-d7fa-4114-a5e8-7b0998ab85b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.056559 10.0.0.130 - - [2026-04-06 02:09:23] "POST /neutron/network HTTP/1.1" 200 994 0.006829 10.0.0.130 - - [2026-04-06 02:09:23] "POST /neutron/port HTTP/1.1" 200 2086 0.024529 10.0.0.130 - - [2026-04-06 02:09:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009580 10.0.0.130 - - [2026-04-06 02:09:23] "POST /neutron/port HTTP/1.1" 200 117 0.004765 10.0.0.130 - - [2026-04-06 02:09:24] "GET /domains HTTP/1.1" 200 281 0.002287 10.0.0.130 - - [2026-04-06 02:09:24] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000838 10.0.0.130 - - [2026-04-06 02:09:24] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2583 0.009315 10.0.0.130 - - [2026-04-06 02:09:24] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001718 10.0.0.130 - - [2026-04-06 02:09:24] "GET /project/83e89be1-d7fa-4114-a5e8-7b0998ab85b7 HTTP/1.1" 200 2851 0.066005 10.0.0.130 - - [2026-04-06 02:09:24] "GET /network-ipam/1d4f4e48-0f0f-417f-8e28-7a7ab67a6279 HTTP/1.1" 200 2649 0.004760 10.0.0.130 - - [2026-04-06 02:09:24] "GET /domains HTTP/1.1" 200 281 0.002454 10.0.0.130 - - [2026-04-06 02:09:24] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000845 10.0.0.130 - - [2026-04-06 02:09:24] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2583 0.005463 10.0.0.130 - - [2026-04-06 02:09:24] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000871 10.0.0.130 - - [2026-04-06 02:09:24] "GET /project/83e89be1-d7fa-4114-a5e8-7b0998ab85b7 HTTP/1.1" 200 2851 0.099903 10.0.0.130 - - [2026-04-06 02:09:24] "GET /virtual-network/2fbd0f9a-5b46-45b6-96ab-d4e31d972078 HTTP/1.1" 200 3788 0.013128 10.0.0.130 - - [2026-04-06 02:09:24] "GET /virtual-network/2fbd0f9a-5b46-45b6-96ab-d4e31d972078 HTTP/1.1" 200 3788 0.006148 10.0.0.130 - - [2026-04-06 02:09:24] "GET /routing-instance/9dad55d5-2a92-4912-b03a-3125b5d0574f HTTP/1.1" 200 2386 0.004573 10.0.0.130 - - [2026-04-06 02:09:24] "GET /routing-instance/9dad55d5-2a92-4912-b03a-3125b5d0574f HTTP/1.1" 200 2386 0.005485 10.0.0.130 - - [2026-04-06 02:09:24] "GET /route-target/f5e35863-db9f-482f-9601-0d37cadc4da0 HTTP/1.1" 200 1207 0.004606 10.0.0.130 - - [2026-04-06 02:09:24] "GET /virtual-network/2fbd0f9a-5b46-45b6-96ab-d4e31d972078 HTTP/1.1" 200 3788 0.006819 10.0.0.130 - - [2026-04-06 02:09:24] "GET /routing-instance/9dad55d5-2a92-4912-b03a-3125b5d0574f HTTP/1.1" 200 2386 0.004472 10.0.0.130 - - [2026-04-06 02:09:24] "GET /virtual-network/2fbd0f9a-5b46-45b6-96ab-d4e31d972078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006051 10.0.0.130 - - [2026-04-06 02:09:24] "GET /virtual-network/2fbd0f9a-5b46-45b6-96ab-d4e31d972078 HTTP/1.1" 200 3788 0.005776 10.0.0.130 - - [2026-04-06 02:09:24] "GET /routing-instance/9dad55d5-2a92-4912-b03a-3125b5d0574f HTTP/1.1" 200 2386 0.003806 10.0.0.130 - - [2026-04-06 02:09:24] "GET /routing-instance/9dad55d5-2a92-4912-b03a-3125b5d0574f HTTP/1.1" 200 2386 0.004192 10.0.0.130 - - [2026-04-06 02:09:24] "GET /route-target/f5e35863-db9f-482f-9601-0d37cadc4da0 HTTP/1.1" 200 1207 0.003481 10.0.0.130 - - [2026-04-06 02:09:24] "POST /neutron/network HTTP/1.1" 200 1004 0.009839 10.0.0.130 - - [2026-04-06 02:09:24] "GET /domains HTTP/1.1" 200 281 0.002220 10.0.0.130 - - [2026-04-06 02:09:24] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001166 10.0.0.130 - - [2026-04-06 02:09:24] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2583 0.017937 10.0.0.130 - - [2026-04-06 02:09:24] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001331 10.0.0.130 - - [2026-04-06 02:09:24] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000932 10.0.0.130 - - [2026-04-06 02:09:24] "GET /project/83e89be1-d7fa-4114-a5e8-7b0998ab85b7 HTTP/1.1" 200 2851 0.030608 10.0.0.130 - - [2026-04-06 02:09:24] "GET /virtual-network/2fbd0f9a-5b46-45b6-96ab-d4e31d972078 HTTP/1.1" 200 3788 0.008769 10.0.0.130 - - [2026-04-06 02:09:24] "POST /neutron/port HTTP/1.1" 200 1055 0.332257 10.0.0.130 - - [2026-04-06 02:09:24] "POST /neutron/port HTTP/1.1" 200 1055 0.009253 10.0.0.130 - - [2026-04-06 02:09:24] "POST /neutron/port HTTP/1.1" 200 1055 0.016919 10.0.0.130 - - [2026-04-06 02:09:24] "POST /neutron/port HTTP/1.1" 200 1109 0.086877 10.0.0.130 - - [2026-04-06 02:09:24] "GET /obj-perms HTTP/1.1" 200 5049 0.091461 10.0.0.130 - - [2026-04-06 02:09:24] "POST /neutron/port HTTP/1.1" 200 1119 0.011651 10.0.0.130 - - [2026-04-06 02:09:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003586 10.0.0.130 - - [2026-04-06 02:09:24] "POST /neutron/port HTTP/1.1" 200 1119 0.012679 10.0.0.130 - - [2026-04-06 02:09:24] "POST /neutron/subnet HTTP/1.1" 200 673 0.010713 10.0.0.130 - - [2026-04-06 02:09:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005466 10.0.0.130 - - [2026-04-06 02:09:25] "POST /neutron/port HTTP/1.1" 200 117 0.001062 10.0.0.130 - - [2026-04-06 02:09:25] "POST /neutron/network HTTP/1.1" 200 994 0.008274 10.0.0.130 - - [2026-04-06 02:09:25] "POST /neutron/port HTTP/1.1" 200 1119 0.012093 10.0.0.130 - - [2026-04-06 02:09:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007085 10.0.0.130 - - [2026-04-06 02:09:25] "POST /neutron/port HTTP/1.1" 200 1119 0.010775 10.0.0.130 - - [2026-04-06 02:09:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005355 10.0.0.130 - - [2026-04-06 02:09:25] "GET /virtual-machine/87d63c83-605f-4ea7-8b09-ddf9a5cca645 HTTP/1.1" 200 1290 0.003951 10.0.0.130 - - [2026-04-06 02:09:25] "GET /virtual-machine-interface/e600c4ae-70ad-438b-a062-570ecb822183 HTTP/1.1" 200 2949 0.003961 10.0.0.130 - - [2026-04-06 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002281 10.0.0.130 - - [2026-04-06 02:09:25] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002889 10.0.0.130 - - [2026-04-06 02:09:25] "GET /virtual-networks?parent_id=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003290 10.0.0.130 - - [2026-04-06 02:09:25] "GET /virtual-network/2fbd0f9a-5b46-45b6-96ab-d4e31d972078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.011671 10.0.0.130 - - [2026-04-06 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.130 - - [2026-04-06 02:09:28] "GET /virtual-network/2fbd0f9a-5b46-45b6-96ab-d4e31d972078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005772 10.0.0.130 - - [2026-04-06 02:09:32] "POST /neutron/port HTTP/1.1" 200 1119 0.011206 10.0.0.130 - - [2026-04-06 02:09:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005376 10.0.0.130 - - [2026-04-06 02:09:32] "POST /neutron/port HTTP/1.1" 200 1119 0.011544 10.0.0.130 - - [2026-04-06 02:09:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004653 10.0.0.130 - - [2026-04-06 02:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.130 - - [2026-04-06 02:09:32] "GET /virtual-network/2fbd0f9a-5b46-45b6-96ab-d4e31d972078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004474 10.0.0.130 - - [2026-04-06 02:09:33] "POST /neutron/port HTTP/1.1" 200 1119 0.011521 10.0.0.130 - - [2026-04-06 02:09:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005713 10.0.0.130 - - [2026-04-06 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.130 - - [2026-04-06 02:09:34] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002744 10.0.0.130 - - [2026-04-06 02:09:34] "GET /virtual-networks?parent_id=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002721 10.0.0.130 - - [2026-04-06 02:09:34] "GET /virtual-network/2fbd0f9a-5b46-45b6-96ab-d4e31d972078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.007622 10.0.0.130 - - [2026-04-06 02:09:35] "POST /neutron/port HTTP/1.1" 200 1119 0.011922 10.0.0.130 - - [2026-04-06 02:09:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007231 10.0.0.130 - - [2026-04-06 02:09:35] "POST /neutron/port HTTP/1.1" 200 1119 0.015884 10.0.0.130 - - [2026-04-06 02:09:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005723 10.0.0.130 - - [2026-04-06 02:09:35] "POST /neutron/port HTTP/1.1" 200 1119 0.012275 10.0.0.130 - - [2026-04-06 02:09:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005084 10.0.0.130 - - [2026-04-06 02:09:35] "GET /virtual-machine/29c7051c-84cb-44cb-bfab-304a397f2baf HTTP/1.1" 200 1290 0.005153 10.0.0.130 - - [2026-04-06 02:09:35] "GET /virtual-machine-interface/4b0660e7-ec99-4cdd-b2c1-389ea60217a3 HTTP/1.1" 200 2948 0.005460 10.0.0.130 - - [2026-04-06 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004552 10.0.0.130 - - [2026-04-06 02:09:35] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003402 10.0.0.130 - - [2026-04-06 02:09:35] "GET /virtual-networks?parent_id=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003136 10.0.0.130 - - [2026-04-06 02:09:35] "GET /virtual-network/2fbd0f9a-5b46-45b6-96ab-d4e31d972078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005144 10.0.0.130 - - [2026-04-06 02:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002339 10.0.0.130 - - [2026-04-06 02:09:36] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002526 10.0.0.130 - - [2026-04-06 02:09:36] "GET /virtual-networks?parent_id=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002518 10.0.0.130 - - [2026-04-06 02:09:36] "GET /virtual-network/2fbd0f9a-5b46-45b6-96ab-d4e31d972078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004937 10.0.0.130 - - [2026-04-06 02:09:36] "POST /neutron/port HTTP/1.1" 200 1119 0.010526 10.0.0.130 - - [2026-04-06 02:09:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005092 10.0.0.130 - - [2026-04-06 02:09:36] "POST /neutron/port HTTP/1.1" 200 1119 0.010611 10.0.0.130 - - [2026-04-06 02:09:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004889 10.0.0.130 - - [2026-04-06 02:09:36] "POST /neutron/port HTTP/1.1" 200 1119 0.011133 10.0.0.130 - - [2026-04-06 02:09:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004880 10.0.0.130 - - [2026-04-06 02:09:36] "GET /virtual-machine/bf1a96bb-584e-4b9c-b4fd-1bbc988b2aa8 HTTP/1.1" 200 1295 0.004483 10.0.0.130 - - [2026-04-06 02:09:36] "GET /virtual-machine-interface/412a22da-6445-4669-a9dd-03534d258bca HTTP/1.1" 200 2948 0.004168 10.0.0.130 - - [2026-04-06 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002372 10.0.0.130 - - [2026-04-06 02:09:37] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002983 10.0.0.130 - - [2026-04-06 02:09:37] "GET /virtual-networks?parent_id=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003084 10.0.0.130 - - [2026-04-06 02:09:37] "GET /virtual-network/2fbd0f9a-5b46-45b6-96ab-d4e31d972078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004859 10.0.0.130 - - [2026-04-06 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.130 - - [2026-04-06 02:09:38] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002662 10.0.0.130 - - [2026-04-06 02:09:38] "GET /virtual-networks?parent_id=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002490 10.0.0.130 - - [2026-04-06 02:09:38] "GET /virtual-network/2fbd0f9a-5b46-45b6-96ab-d4e31d972078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004896 10.0.0.130 - - [2026-04-06 02:09:44] "POST /neutron/port HTTP/1.1" 200 1119 0.011433 10.0.0.130 - - [2026-04-06 02:09:44] "POST /neutron/port HTTP/1.1" 200 1119 0.011155 10.0.0.130 - - [2026-04-06 02:09:44] "POST /neutron/network HTTP/1.1" 200 1004 0.005403 10.0.0.130 - - [2026-04-06 02:09:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002604 10.0.0.130 - - [2026-04-06 02:09:44] "POST /neutron/subnet HTTP/1.1" 200 673 0.006827 10.0.0.130 - - [2026-04-06 02:09:44] "POST /neutron/port HTTP/1.1" 200 117 0.001084 10.0.0.130 - - [2026-04-06 02:09:44] "POST /neutron/network HTTP/1.1" 200 994 0.006066 10.0.0.130 - - [2026-04-06 02:09:53] "POST /neutron/port HTTP/1.1" 200 1109 0.009116 10.0.0.130 - - [2026-04-06 02:09:53] "POST /neutron/port HTTP/1.1" 200 1109 0.014635 10.0.0.130 - - [2026-04-06 02:09:54] "POST /neutron/port HTTP/1.1" 200 151 0.097841 10.0.0.130 - - [2026-04-06 02:09:54] "POST /neutron/port HTTP/1.1" 200 1109 0.011676 10.0.0.130 - - [2026-04-06 02:09:54] "POST /neutron/port HTTP/1.1" 200 1109 0.010414 10.0.0.130 - - [2026-04-06 02:09:54] "POST /neutron/port HTTP/1.1" 200 151 0.094147 10.0.0.130 - - [2026-04-06 02:09:54] "POST /neutron/network HTTP/1.1" 200 994 0.007158 10.0.0.130 - - [2026-04-06 02:09:54] "POST /neutron/network HTTP/1.1" 400 204 0.010378 10.0.0.130 - - [2026-04-06 02:09:54] "POST /neutron/port HTTP/1.1" 200 1119 0.015358 10.0.0.130 - - [2026-04-06 02:09:54] "POST /neutron/port HTTP/1.1" 200 1109 0.009984 10.0.0.130 - - [2026-04-06 02:09:54] "POST /neutron/port HTTP/1.1" 200 151 0.090422 10.0.0.130 - - [2026-04-06 02:09:56] "POST /neutron/network HTTP/1.1" 200 994 0.014117 10.0.0.130 - - [2026-04-06 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.130 - - [2026-04-06 02:09:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001505 10.0.0.130 - - [2026-04-06 02:09:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003121 10.0.0.130 - - [2026-04-06 02:09:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001438 10.0.0.130 - - [2026-04-06 02:09:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001291 10.0.0.130 - - [2026-04-06 02:09:56] "POST /neutron/network HTTP/1.1" 200 151 0.091147 10.0.0.130 - - [2026-04-06 02:09:56] "DELETE /route-target/f5e35863-db9f-482f-9601-0d37cadc4da0 HTTP/1.1" 200 115 0.020136 10.0.0.130 - - [2026-04-06 02:09:56] "GET /routing-instance/9dad55d5-2a92-4912-b03a-3125b5d0574f HTTP/1.1" 404 171 0.001855 10.0.0.130 - - [2026-04-06 02:09:56] "GET /domains HTTP/1.1" 200 281 0.001774 10.0.0.130 - - [2026-04-06 02:09:56] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.130 - - [2026-04-06 02:09:56] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 2583 0.048161 10.0.0.130 - - [2026-04-06 02:09:56] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001311 10.0.0.130 - - [2026-04-06 02:09:56] "GET /project/83e89be1-d7fa-4114-a5e8-7b0998ab85b7 HTTP/1.1" 200 2091 0.067519 10.0.0.130 - - [2026-04-06 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.130 - - [2026-04-06 02:09:56] "DELETE /network-ipam/1d4f4e48-0f0f-417f-8e28-7a7ab67a6279 HTTP/1.1" 200 115 0.017815 10.0.0.130 - - [2026-04-06 02:09:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.002818 10.0.0.130 - - [2026-04-06 02:09:56] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000973 10.0.0.130 - - [2026-04-06 02:09:56] "GET /project/83e89be1-d7fa-4114-a5e8-7b0998ab85b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.033457 10.0.0.130 - - [2026-04-06 02:09:56] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000888 10.0.0.130 - - [2026-04-06 02:09:56] "GET /project/83e89be1-d7fa-4114-a5e8-7b0998ab85b7?fields=virtual_networks HTTP/1.1" 200 1034 0.065404 10.0.0.130 - - [2026-04-06 02:09:57] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.130 - - [2026-04-06 02:09:57] "GET /project/83e89be1-d7fa-4114-a5e8-7b0998ab85b7?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.022227 10.0.0.130 - - [2026-04-06 02:09:57] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000920 10.0.0.130 - - [2026-04-06 02:09:57] "GET /project/83e89be1-d7fa-4114-a5e8-7b0998ab85b7?fields=security_groups HTTP/1.1" 200 1261 0.023969 10.0.0.130 - - [2026-04-06 02:09:59] "POST /neutron/port HTTP/1.1" 200 117 0.009385 10.0.0.130 - - [2026-04-06 02:09:59] "POST /neutron/port HTTP/1.1" 400 205 0.002943 10.0.0.130 - - [2026-04-06 02:09:59] "POST /neutron/port HTTP/1.1" 200 117 0.004251 10.0.0.130 - - [2026-04-06 02:09:59] "POST /neutron/port HTTP/1.1" 400 205 0.002908 10.0.0.130 - - [2026-04-06 02:10:04] "GET / HTTP/1.1" 200 36215 0.001733 10.0.0.130 - - [2026-04-06 02:10:05] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000815 10.0.0.130 - - [2026-04-06 02:10:05] "GET /project/83e89be1-d7fa-4114-a5e8-7b0998ab85b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.029824 10.0.0.130 - - [2026-04-06 02:10:05] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001013 10.0.0.130 - - [2026-04-06 02:10:05] "GET /project/83e89be1-d7fa-4114-a5e8-7b0998ab85b7?fields=security_groups HTTP/1.1" 200 1363 0.071425 10.0.0.130 - - [2026-04-06 02:10:05] "DELETE /security-group/3013ebc0-05d5-4c63-bced-01da0405122b HTTP/1.1" 200 115 0.033019 10.0.0.130 - - [2026-04-06 02:10:05] "GET /projects?obj_uuids=83e89be1-d7fa-4114-a5e8-7b0998ab85b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000916 10.0.0.130 - - [2026-04-06 02:10:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000472 10.0.0.130 - - [2026-04-06 02:10:05] "DELETE /access-control-list/10dcd43a-387e-4e24-a81f-d487fe53a9ea HTTP/1.1" 200 115 0.028013 10.0.0.130 - - [2026-04-06 02:10:05] "GET /project/83e89be1-d7fa-4114-a5e8-7b0998ab85b7?fields=application_policy_sets HTTP/1.1" 200 1402 0.037656 10.0.0.130 - - [2026-04-06 02:10:05] "DELETE /access-control-list/b48fc675-38ce-41af-8fa1-4774f3ff60d1 HTTP/1.1" 200 115 0.028561 10.0.0.130 - - [2026-04-06 02:10:05] "DELETE /project/83e89be1-d7fa-4114-a5e8-7b0998ab85b7 HTTP/1.1" 200 115 0.319864 10.0.0.130 - - [2026-04-06 02:10:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.047544 10.0.0.130 - - [2026-04-06 02:10:05] "GET /projects?obj_uuids=5277f53e-8033-4b56-8943-c91fbac52cd4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002718 10.0.0.130 - - [2026-04-06 02:10:05] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.130 - - [2026-04-06 02:10:05] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006102 10.0.0.130 - - [2026-04-06 02:10:05] "POST /id-to-fqname HTTP/1.1" 200 185 0.001364 10.0.0.130 - - [2026-04-06 02:10:05] "POST /fqname-to-id HTTP/1.1" 404 194 0.003163 10.0.0.130 - - [2026-04-06 02:10:06] "POST /security-groups HTTP/1.1" 200 586 0.064047 10.0.0.130 - - [2026-04-06 02:10:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.002271 10.0.0.130 - - [2026-04-06 02:10:06] "POST /projects HTTP/1.1" 200 575 0.211060 10.0.0.130 - - [2026-04-06 02:10:06] "POST /access-control-lists HTTP/1.1" 200 593 0.063097 10.0.0.130 - - [2026-04-06 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.284611 10.0.0.130 - - [2026-04-06 02:10:06] "POST /fqname-to-id HTTP/1.1" 404 228 0.002371 10.0.0.130 - - [2026-04-06 02:10:06] "GET /project/5277f53e-8033-4b56-8943-c91fbac52cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.410307 10.0.0.130 - - [2026-04-06 02:10:06] "POST /access-control-lists HTTP/1.1" 200 591 0.056498 10.0.0.130 - - [2026-04-06 02:10:07] "GET / HTTP/1.1" 200 36215 0.001944 10.0.0.130 - - [2026-04-06 02:10:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000413 10.0.0.130 - - [2026-04-06 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.025582 10.0.0.130 - - [2026-04-06 02:10:09] "GET /api-access-list/d3442d19-0203-4172-b925-daa884f5c90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003522 10.0.0.130 - - [2026-04-06 02:10:09] "GET /api-access-list/d3442d19-0203-4172-b925-daa884f5c90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003071 10.0.0.130 - - [2026-04-06 02:10:09] "GET /api-access-list/d3442d19-0203-4172-b925-daa884f5c90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003408 10.0.0.130 - - [2026-04-06 02:10:09] "PUT /api-access-list/d3442d19-0203-4172-b925-daa884f5c90d HTTP/1.1" 200 265 0.008579 10.0.0.130 - - [2026-04-06 02:10:10] "GET /aaa-mode HTTP/1.1" 401 293 0.000419 10.0.0.130 - - [2026-04-06 02:10:10] "GET /aaa-mode HTTP/1.1" 200 128 0.024367 10.0.0.130 - - [2026-04-06 02:10:10] "POST /fqname-to-id HTTP/1.1" 404 183 0.023331 10.0.0.130 - - [2026-04-06 02:10:10] "GET /projects?obj_uuids=87cd283e-94a0-4233-9250-bc4e2dc81b2f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002092 10.0.0.130 - - [2026-04-06 02:10:10] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000889 10.0.0.130 - - [2026-04-06 02:10:10] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005707 10.0.0.130 - - [2026-04-06 02:10:10] "POST /id-to-fqname HTTP/1.1" 200 185 0.001195 10.0.0.130 - - [2026-04-06 02:10:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.001929 10.0.0.130 - - [2026-04-06 02:10:11] "POST /security-groups HTTP/1.1" 200 586 0.063683 10.0.0.130 - - [2026-04-06 02:10:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.002081 10.0.0.130 - - [2026-04-06 02:10:11] "POST /projects HTTP/1.1" 200 575 0.212372 10.0.0.130 - - [2026-04-06 02:10:11] "POST /access-control-lists HTTP/1.1" 200 593 0.058335 10.0.0.130 - - [2026-04-06 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.288939 10.0.0.130 - - [2026-04-06 02:10:11] "POST /fqname-to-id HTTP/1.1" 404 228 0.002381 10.0.0.130 - - [2026-04-06 02:10:11] "GET /project/87cd283e-94a0-4233-9250-bc4e2dc81b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.406398 10.0.0.130 - - [2026-04-06 02:10:11] "POST /access-control-lists HTTP/1.1" 200 591 0.064196 10.0.0.130 - - [2026-04-06 02:10:11] "POST /fqname-to-id HTTP/1.1" 404 183 0.028411 10.0.0.130 - - [2026-04-06 02:10:11] "GET /projects?obj_uuids=0647980c-6904-48f7-b151-1722157835cb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001953 10.0.0.130 - - [2026-04-06 02:10:11] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.130 - - [2026-04-06 02:10:11] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005760 10.0.0.130 - - [2026-04-06 02:10:11] "POST /id-to-fqname HTTP/1.1" 200 185 0.001064 10.0.0.130 - - [2026-04-06 02:10:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.004395 10.0.0.130 - - [2026-04-06 02:10:11] "POST /security-groups HTTP/1.1" 200 586 0.059854 10.0.0.130 - - [2026-04-06 02:10:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.002228 10.0.0.130 - - [2026-04-06 02:10:11] "POST /projects HTTP/1.1" 200 575 0.207899 10.0.0.130 - - [2026-04-06 02:10:11] "POST /access-control-lists HTTP/1.1" 200 593 0.056505 10.0.0.130 - - [2026-04-06 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.277663 10.0.0.130 - - [2026-04-06 02:10:11] "POST /fqname-to-id HTTP/1.1" 404 228 0.006172 10.0.0.130 - - [2026-04-06 02:10:12] "GET /project/0647980c-6904-48f7-b151-1722157835cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.403166 10.0.0.130 - - [2026-04-06 02:10:12] "POST /access-control-lists HTTP/1.1" 200 591 0.079486 10.0.0.130 - - [2026-04-06 02:10:12] "GET / HTTP/1.1" 200 36215 0.002065 10.0.0.130 - - [2026-04-06 02:10:13] "GET / HTTP/1.1" 200 36215 0.001597 10.0.0.130 - - [2026-04-06 02:10:13] "GET /obj-perms HTTP/1.1" 200 5075 0.337025 10.0.0.130 - - [2026-04-06 02:10:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.005517 10.0.0.130 - - [2026-04-06 02:10:14] "GET /obj-perms HTTP/1.1" 200 5075 0.078116 10.0.0.130 - - [2026-04-06 02:10:14] "POST /api-access-lists HTTP/1.1" 200 523 0.023943 10.0.0.130 - - [2026-04-06 02:10:14] "GET /api-access-list/c401a73a-a366-46b4-bc55-f3601a51d7d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1268 0.003990 10.0.0.130 - - [2026-04-06 02:10:14] "GET /api-access-list/c401a73a-a366-46b4-bc55-f3601a51d7d6 HTTP/1.1" 401 293 0.000371 10.0.0.130 - - [2026-04-06 02:10:14] "GET /api-access-list/c401a73a-a366-46b4-bc55-f3601a51d7d6 HTTP/1.1" 200 1268 0.024454 10.0.0.130 - - [2026-04-06 02:10:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000383 10.0.0.130 - - [2026-04-06 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.058107 10.0.0.130 - - [2026-04-06 02:10:15] "GET /projects?obj_uuids=87cd283e-94a0-4233-9250-bc4e2dc81b2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000859 10.0.0.130 - - [2026-04-06 02:10:15] "GET /project/87cd283e-94a0-4233-9250-bc4e2dc81b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.029018 10.0.0.130 - - [2026-04-06 02:10:15] "GET /virtual-networks?parent_id=87cd283e-94a0-4233-9250-bc4e2dc81b2f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010228 10.0.0.130 - - [2026-04-06 02:10:15] "POST /virtual-networks HTTP/1.1" 200 570 0.057507 10.0.0.130 - - [2026-04-06 02:10:15] "POST /route-targets HTTP/1.1" 200 328 0.008086 10.0.0.130 - - [2026-04-06 02:10:15] "POST /ref-update HTTP/1.1" 200 156 0.009910 10.0.0.130 - - [2026-04-06 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.011897 10.0.0.130 - - [2026-04-06 02:10:15] "GET /network-ipam/34514849-10a1-4b6b-ae49-8c189e7b4979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.010054 10.0.0.130 - - [2026-04-06 02:10:15] "POST /useragent-kv HTTP/1.1" 200 115 0.005582 10.0.0.130 - - [2026-04-06 02:10:15] "POST /ref-update HTTP/1.1" 200 156 0.044647 10.0.0.130 - - [2026-04-06 02:10:15] "POST /neutron/network HTTP/1.1" 200 833 0.041797 10.0.0.130 - - [2026-04-06 02:10:15] "POST /neutron/network HTTP/1.1" 200 833 0.018493 10.0.0.130 - - [2026-04-06 02:10:15] "GET /virtual-network/91555f6b-3734-4b61-a289-03f077b17b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.013703 10.0.0.130 - - [2026-04-06 02:10:15] "POST /neutron/network HTTP/1.1" 200 833 0.016641 10.0.0.130 - - [2026-04-06 02:10:15] "POST /neutron/subnet HTTP/1.1" 200 680 0.021996 10.0.0.130 - - [2026-04-06 02:10:15] "GET /virtual-network/91555f6b-3734-4b61-a289-03f077b17b91 HTTP/1.1" 401 293 0.000353 10.0.0.130 - - [2026-04-06 02:10:16] "GET /virtual-network/91555f6b-3734-4b61-a289-03f077b17b91 HTTP/1.1" 200 2273 0.042940 10.0.0.130 - - [2026-04-06 02:10:16] "GET /virtual-network/91555f6b-3734-4b61-a289-03f077b17b91 HTTP/1.1" 401 293 0.000339 10.0.0.130 - - [2026-04-06 02:10:16] "GET /virtual-network/91555f6b-3734-4b61-a289-03f077b17b91 HTTP/1.1" 200 2012 0.041660 10.0.0.130 - - [2026-04-06 02:10:16] "GET /obj-perms HTTP/1.1" 200 4934 0.072112 10.0.0.130 - - [2026-04-06 02:10:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000400 10.0.0.130 - - [2026-04-06 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.024932 10.0.0.130 - - [2026-04-06 02:10:17] "GET /virtual-network/91555f6b-3734-4b61-a289-03f077b17b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.010610 10.0.0.130 - - [2026-04-06 02:10:17] "GET /obj-perms HTTP/1.1" 200 4934 0.009527 10.0.0.130 - - [2026-04-06 02:10:17] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.015087 10.0.0.130 - - [2026-04-06 02:10:17] "GET /obj-perms HTTP/1.1" 200 4934 0.063104 10.0.0.130 - - [2026-04-06 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002109 10.0.0.130 - - [2026-04-06 02:10:17] "GET /virtual-network/91555f6b-3734-4b61-a289-03f077b17b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.013272 10.0.0.130 - - [2026-04-06 02:10:17] "GET /obj-perms HTTP/1.1" 200 4934 0.008287 10.0.0.130 - - [2026-04-06 02:10:17] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.014265 10.0.0.130 - - [2026-04-06 02:10:17] "POST /id-to-fqname HTTP/1.1" 401 293 0.000437 10.0.0.130 - - [2026-04-06 02:10:18] "POST /id-to-fqname HTTP/1.1" 200 230 0.037439 10.0.0.130 - - [2026-04-06 02:10:18] "POST /neutron/network HTTP/1.1" 200 843 0.040817 10.0.0.130 - - [2026-04-06 02:10:18] "GET /aaa-mode HTTP/1.1" 401 293 0.000371 10.0.0.130 - - [2026-04-06 02:10:19] "GET / HTTP/1.1" 200 36215 0.001644 10.0.0.130 - - [2026-04-06 02:10:19] "GET /project/0647980c-6904-48f7-b151-1722157835cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000336 10.0.0.130 - - [2026-04-06 02:10:19] "GET /projects?obj_uuids=0647980c-6904-48f7-b151-1722157835cb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000934 10.0.0.130 - - [2026-04-06 02:10:19] "GET /project/0647980c-6904-48f7-b151-1722157835cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.048354 10.0.0.130 - - [2026-04-06 02:10:19] "POST /neutron/network HTTP/1.1" 200 833 0.004346 10.0.0.130 - - [2026-04-06 02:10:19] "POST /neutron/port HTTP/1.1" 200 117 0.026774 10.0.0.130 - - [2026-04-06 02:10:19] "POST /neutron/port HTTP/1.1" 200 117 0.004531 10.0.0.130 - - [2026-04-06 02:10:19] "POST /neutron/port HTTP/1.1" 200 117 0.004597 10.0.0.130 - - [2026-04-06 02:10:20] "POST /neutron/network HTTP/1.1" 200 843 0.020119 10.0.0.130 - - [2026-04-06 02:10:20] "POST /neutron/network HTTP/1.1" 200 833 0.017458 10.0.0.130 - - [2026-04-06 02:10:20] "GET /projects?obj_uuids=0647980c-6904-48f7-b151-1722157835cb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001253 10.0.0.130 - - [2026-04-06 02:10:20] "POST /neutron/port HTTP/1.1" 200 1056 0.279501 10.0.0.130 - - [2026-04-06 02:10:20] "POST /neutron/port HTTP/1.1" 200 1056 0.009024 10.0.0.130 - - [2026-04-06 02:10:20] "POST /neutron/port HTTP/1.1" 200 1056 0.010578 10.0.0.130 - - [2026-04-06 02:10:20] "POST /neutron/port HTTP/1.1" 200 1110 0.045472 10.0.0.130 - - [2026-04-06 02:10:20] "POST /neutron/port HTTP/1.1" 200 1120 0.009987 10.0.0.130 - - [2026-04-06 02:10:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002446 10.0.0.130 - - [2026-04-06 02:10:20] "POST /neutron/subnet HTTP/1.1" 200 654 0.005316 10.0.0.130 - - [2026-04-06 02:10:20] "POST /neutron/port HTTP/1.1" 200 117 0.000881 10.0.0.130 - - [2026-04-06 02:10:20] "POST /neutron/network HTTP/1.1" 200 833 0.004200 10.0.0.130 - - [2026-04-06 02:10:24] "POST /neutron/port HTTP/1.1" 200 1120 0.013355 10.0.0.130 - - [2026-04-06 02:10:24] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006034 10.0.0.130 - - [2026-04-06 02:10:24] "POST /neutron/port HTTP/1.1" 200 1120 0.010259 10.0.0.130 - - [2026-04-06 02:10:24] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004445 10.0.0.130 - - [2026-04-06 02:10:24] "POST /neutron/port HTTP/1.1" 200 1120 0.010430 10.0.0.130 - - [2026-04-06 02:10:24] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004488 10.0.0.130 - - [2026-04-06 02:10:25] "POST /neutron/port HTTP/1.1" 200 1120 0.010667 10.0.0.130 - - [2026-04-06 02:10:25] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004822 10.0.0.130 - - [2026-04-06 02:10:25] "GET /virtual-machine/eacf9135-6a19-4f2a-b00b-7d82be3e71ac HTTP/1.1" 200 1290 0.012223 10.0.0.130 - - [2026-04-06 02:10:25] "GET /virtual-machine/eacf9135-6a19-4f2a-b00b-7d82be3e71ac HTTP/1.1" 200 1290 0.009792 10.0.0.130 - - [2026-04-06 02:10:25] "GET /virtual-machine-interface/dc26e3b7-a324-4af9-a0e5-c661ecbb5cc7 HTTP/1.1" 200 2537 0.013732 10.0.0.130 - - [2026-04-06 02:10:25] "GET /virtual-machine/eacf9135-6a19-4f2a-b00b-7d82be3e71ac HTTP/1.1" 200 1290 0.009253 10.0.0.130 - - [2026-04-06 02:10:25] "GET /virtual-machine-interface/dc26e3b7-a324-4af9-a0e5-c661ecbb5cc7 HTTP/1.1" 200 2537 0.011993 10.0.0.130 - - [2026-04-06 02:10:25] "GET /instance-ip/bce4d8be-cdb3-48a6-bcac-5845e43a8d88 HTTP/1.1" 200 1630 0.010918 10.0.0.130 - - [2026-04-06 02:10:25] "GET /virtual-machine/eacf9135-6a19-4f2a-b00b-7d82be3e71ac HTTP/1.1" 200 1290 0.008729 10.0.0.130 - - [2026-04-06 02:10:25] "GET /virtual-machine-interface/dc26e3b7-a324-4af9-a0e5-c661ecbb5cc7 HTTP/1.1" 200 2537 0.012726 10.0.0.130 - - [2026-04-06 02:10:25] "GET /instance-ip/bce4d8be-cdb3-48a6-bcac-5845e43a8d88 HTTP/1.1" 200 1630 0.011208 10.0.0.130 - - [2026-04-06 02:10:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.008382 10.0.0.130 - - [2026-04-06 02:10:25] "GET / HTTP/1.1" 200 36215 0.001489 10.0.0.130 - - [2026-04-06 02:10:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.001923 10.0.0.130 - - [2026-04-06 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.023869 10.0.0.130 - - [2026-04-06 02:10:25] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003311 10.0.0.130 - - [2026-04-06 02:10:25] "GET /virtual-networks?parent_id=0647980c-6904-48f7-b151-1722157835cb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012061 10.0.0.130 - - [2026-04-06 02:10:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.009316 10.0.0.130 - - [2026-04-06 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002473 10.0.0.130 - - [2026-04-06 02:10:25] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002591 10.0.0.130 - - [2026-04-06 02:10:26] "GET /virtual-networks?parent_id=0647980c-6904-48f7-b151-1722157835cb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010575 10.0.0.130 - - [2026-04-06 02:10:26] "POST /fqname-to-id HTTP/1.1" 403 339 0.010395 10.0.0.130 - - [2026-04-06 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.130 - - [2026-04-06 02:10:26] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002749 10.0.0.130 - - [2026-04-06 02:10:26] "GET /virtual-networks?parent_id=0647980c-6904-48f7-b151-1722157835cb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010517 10.0.0.130 - - [2026-04-06 02:10:26] "POST /fqname-to-id HTTP/1.1" 403 339 0.008420 10.0.0.130 - - [2026-04-06 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002465 10.0.0.130 - - [2026-04-06 02:10:26] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003612 10.0.0.130 - - [2026-04-06 02:10:26] "GET /virtual-networks?parent_id=0647980c-6904-48f7-b151-1722157835cb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010895 10.0.0.130 - - [2026-04-06 02:10:26] "POST /fqname-to-id HTTP/1.1" 403 339 0.008103 10.0.0.130 - - [2026-04-06 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002430 10.0.0.130 - - [2026-04-06 02:10:26] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002805 10.0.0.130 - - [2026-04-06 02:10:26] "GET /virtual-networks?parent_id=0647980c-6904-48f7-b151-1722157835cb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009572 10.0.0.130 - - [2026-04-06 02:10:28] "POST /neutron/port HTTP/1.1" 200 1120 0.012785 10.0.0.130 - - [2026-04-06 02:10:28] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005276 10.0.0.130 - - [2026-04-06 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.009244 10.0.0.130 - - [2026-04-06 02:10:29] "GET /virtual-network/91555f6b-3734-4b61-a289-03f077b17b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.010909 10.0.0.130 - - [2026-04-06 02:10:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.009113 10.0.0.130 - - [2026-04-06 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001850 10.0.0.130 - - [2026-04-06 02:10:31] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002105 10.0.0.130 - - [2026-04-06 02:10:31] "GET /virtual-networks?parent_id=0647980c-6904-48f7-b151-1722157835cb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008638 10.0.0.130 - - [2026-04-06 02:10:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.009345 10.0.0.130 - - [2026-04-06 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001776 10.0.0.130 - - [2026-04-06 02:10:31] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002289 10.0.0.130 - - [2026-04-06 02:10:31] "GET /virtual-networks?parent_id=0647980c-6904-48f7-b151-1722157835cb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009064 10.0.0.130 - - [2026-04-06 02:10:31] "POST /fqname-to-id HTTP/1.1" 403 361 0.008135 10.0.0.130 - - [2026-04-06 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.130 - - [2026-04-06 02:10:31] "GET /routing-instance/7f93d7f0-c46a-4735-99f7-d9a0e41c2345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.002938 10.0.0.130 - - [2026-04-06 02:10:31] "GET /route-target/b1f71529-a97b-4d94-a214-42a8533f3510?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008706 10.0.0.130 - - [2026-04-06 02:10:31] "GET /route-target/b1f71529-a97b-4d94-a214-42a8533f3510?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.002816 10.0.0.130 - - [2026-04-06 02:10:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.013155 10.0.0.130 - - [2026-04-06 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001970 10.0.0.130 - - [2026-04-06 02:10:32] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003102 10.0.0.130 - - [2026-04-06 02:10:32] "GET /virtual-networks?parent_id=0647980c-6904-48f7-b151-1722157835cb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010934 10.0.0.130 - - [2026-04-06 02:10:32] "POST /fqname-to-id HTTP/1.1" 403 361 0.008870 10.0.0.130 - - [2026-04-06 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.130 - - [2026-04-06 02:10:32] "GET /routing-instance/7f93d7f0-c46a-4735-99f7-d9a0e41c2345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.002869 10.0.0.130 - - [2026-04-06 02:10:32] "GET /route-target/b1f71529-a97b-4d94-a214-42a8533f3510?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008523 10.0.0.130 - - [2026-04-06 02:10:32] "GET /route-target/b1f71529-a97b-4d94-a214-42a8533f3510?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.002533 10.0.0.130 - - [2026-04-06 02:10:32] "GET /obj-perms HTTP/1.1" 200 4934 0.008453 10.0.0.130 - - [2026-04-06 02:10:32] "GET /virtual-machine/eacf9135-6a19-4f2a-b00b-7d82be3e71ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.008750 10.0.0.130 - - [2026-04-06 02:10:34] "GET /obj-perms HTTP/1.1" 200 4934 0.008840 10.0.0.130 - - [2026-04-06 02:10:34] "GET /virtual-machine/eacf9135-6a19-4f2a-b00b-7d82be3e71ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.008652 10.0.0.130 - - [2026-04-06 02:10:36] "GET /obj-perms HTTP/1.1" 200 4934 0.008401 10.0.0.130 - - [2026-04-06 02:10:36] "GET /virtual-machine/eacf9135-6a19-4f2a-b00b-7d82be3e71ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.008511 10.0.0.130 - - [2026-04-06 02:10:38] "GET /obj-perms HTTP/1.1" 200 4934 0.008368 10.0.0.130 - - [2026-04-06 02:10:38] "GET /virtual-machine/eacf9135-6a19-4f2a-b00b-7d82be3e71ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.008451 10.0.0.130 - - [2026-04-06 02:10:38] "GET /obj-perms HTTP/1.1" 200 4934 0.008020 10.0.0.130 - - [2026-04-06 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.130 - - [2026-04-06 02:10:38] "GET /virtual-machine-interface/dc26e3b7-a324-4af9-a0e5-c661ecbb5cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.014452 10.0.0.130 - - [2026-04-06 02:10:38] "GET /obj-perms HTTP/1.1" 200 4934 0.010825 10.0.0.130 - - [2026-04-06 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002393 10.0.0.130 - - [2026-04-06 02:10:38] "GET /virtual-machine-interface/dc26e3b7-a324-4af9-a0e5-c661ecbb5cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.013417 10.0.0.130 - - [2026-04-06 02:10:38] "GET /obj-perms HTTP/1.1" 200 4934 0.009430 10.0.0.130 - - [2026-04-06 02:10:38] "GET /virtual-machine/eacf9135-6a19-4f2a-b00b-7d82be3e71ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.009252 10.0.0.130 - - [2026-04-06 02:10:38] "GET /obj-perms HTTP/1.1" 200 4934 0.009042 10.0.0.130 - - [2026-04-06 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002433 10.0.0.130 - - [2026-04-06 02:10:39] "GET /virtual-machine-interface/dc26e3b7-a324-4af9-a0e5-c661ecbb5cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.012817 10.0.0.130 - - [2026-04-06 02:10:39] "GET /obj-perms HTTP/1.1" 200 4934 0.007962 10.0.0.130 - - [2026-04-06 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002488 10.0.0.130 - - [2026-04-06 02:10:39] "GET /virtual-network/91555f6b-3734-4b61-a289-03f077b17b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.011708 10.0.0.130 - - [2026-04-06 02:10:39] "GET /obj-perms HTTP/1.1" 200 4934 0.009123 10.0.0.130 - - [2026-04-06 02:10:39] "GET /virtual-machine/eacf9135-6a19-4f2a-b00b-7d82be3e71ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.010117 10.0.0.130 - - [2026-04-06 02:10:39] "GET /obj-perms HTTP/1.1" 200 4934 0.008581 10.0.0.130 - - [2026-04-06 02:10:39] "GET /obj-perms HTTP/1.1" 200 4934 0.008621 10.0.0.130 - - [2026-04-06 02:10:39] "GET /obj-perms HTTP/1.1" 200 4934 0.055469 10.0.0.130 - - [2026-04-06 02:10:39] "GET /obj-perms HTTP/1.1" 200 4934 0.008610 10.0.0.130 - - [2026-04-06 02:10:40] "GET /obj-perms HTTP/1.1" 200 5039 0.048077 10.0.0.130 - - [2026-04-06 02:10:40] "GET /obj-perms HTTP/1.1" 200 5039 0.003101 10.0.0.130 - - [2026-04-06 02:10:40] "GET /obj-perms HTTP/1.1" 200 4934 0.015139 10.0.0.130 - - [2026-04-06 02:10:40] "GET /obj-perms HTTP/1.1" 200 4934 0.009821 10.0.0.130 - - [2026-04-06 02:10:40] "GET /obj-perms HTTP/1.1" 200 4934 0.058671 10.0.0.130 - - [2026-04-06 02:10:40] "GET /obj-perms HTTP/1.1" 200 4934 0.009432 10.0.0.130 - - [2026-04-06 02:10:40] "GET /obj-perms HTTP/1.1" 200 5039 0.002926 10.0.0.130 - - [2026-04-06 02:10:40] "GET /obj-perms HTTP/1.1" 200 5039 0.003009 10.0.0.130 - - [2026-04-06 02:10:41] "GET /obj-perms HTTP/1.1" 200 4934 0.008408 10.0.0.130 - - [2026-04-06 02:10:41] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.009892 10.0.0.130 - - [2026-04-06 02:10:41] "GET /virtual-machine/eacf9135-6a19-4f2a-b00b-7d82be3e71ac HTTP/1.1" 200 1290 0.011590 10.0.0.130 - - [2026-04-06 02:10:41] "POST /neutron/port HTTP/1.1" 200 1120 0.010292 10.0.0.130 - - [2026-04-06 02:10:41] "POST /neutron/port HTTP/1.1" 200 1110 0.008809 10.0.0.130 - - [2026-04-06 02:10:41] "POST /neutron/port HTTP/1.1" 200 151 0.090743 10.0.0.130 - - [2026-04-06 02:10:43] "GET /virtual-machine/eacf9135-6a19-4f2a-b00b-7d82be3e71ac HTTP/1.1" 404 171 0.010526 10.0.0.130 - - [2026-04-06 02:10:43] "GET /virtual-machine/eacf9135-6a19-4f2a-b00b-7d82be3e71ac HTTP/1.1" 404 171 0.009341 10.0.0.130 - - [2026-04-06 02:10:43] "GET /virtual-machine/eacf9135-6a19-4f2a-b00b-7d82be3e71ac HTTP/1.1" 404 171 0.007742 10.0.0.130 - - [2026-04-06 02:10:43] "POST /fqname-to-id HTTP/1.1" 403 339 0.008112 10.0.0.130 - - [2026-04-06 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001819 10.0.0.130 - - [2026-04-06 02:10:43] "GET /global-vrouter-config/5100ba7d-1e19-43ed-86cf-d9436dd7adc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002244 10.0.0.130 - - [2026-04-06 02:10:43] "GET /virtual-networks?parent_id=0647980c-6904-48f7-b151-1722157835cb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008795 10.0.0.130 - - [2026-04-06 02:10:43] "POST /fqname-to-id HTTP/1.1" 403 361 0.007465 10.0.0.130 - - [2026-04-06 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.130 - - [2026-04-06 02:10:43] "GET /routing-instance/7f93d7f0-c46a-4735-99f7-d9a0e41c2345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.002611 10.0.0.130 - - [2026-04-06 02:10:43] "GET /route-target/b1f71529-a97b-4d94-a214-42a8533f3510?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009411 10.0.0.130 - - [2026-04-06 02:10:43] "GET /route-target/b1f71529-a97b-4d94-a214-42a8533f3510?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.002329 10.0.0.130 - - [2026-04-06 02:10:43] "GET /obj-perms HTTP/1.1" 200 4934 0.008712 10.0.0.130 - - [2026-04-06 02:10:43] "GET /obj-perms HTTP/1.1" 200 4934 0.006966 10.0.0.130 - - [2026-04-06 02:10:44] "GET /obj-perms HTTP/1.1" 200 4934 0.055430 10.0.0.130 - - [2026-04-06 02:10:44] "GET /obj-perms HTTP/1.1" 200 4934 0.007991 10.0.0.130 - - [2026-04-06 02:10:44] "GET /obj-perms HTTP/1.1" 200 5039 0.002901 10.0.0.130 - - [2026-04-06 02:10:47] "GET /obj-perms HTTP/1.1" 200 5039 0.002834 10.0.0.130 - - [2026-04-06 02:10:50] "GET /obj-perms HTTP/1.1" 200 5039 0.002988 10.0.0.130 - - [2026-04-06 02:10:53] "GET /obj-perms HTTP/1.1" 200 5039 0.003443 10.0.0.130 - - [2026-04-06 02:10:56] "GET /obj-perms HTTP/1.1" 200 5039 0.002806 10.0.0.130 - - [2026-04-06 02:10:59] "GET /obj-perms HTTP/1.1" 200 5039 0.002829 10.0.0.130 - - [2026-04-06 02:11:02] "GET /obj-perms HTTP/1.1" 200 5039 0.002764 10.0.0.130 - - [2026-04-06 02:11:05] "GET /obj-perms HTTP/1.1" 200 5039 0.002949 10.0.0.130 - - [2026-04-06 02:11:05] "DELETE /project/87cd283e94a042339250bc4e2dc81b2f HTTP/1.1" 404 173 0.005577 10.0.0.130 - - [2026-04-06 02:11:05] "DELETE /project/5277f53e80334b568943c91fbac52cd4 HTTP/1.1" 404 173 0.004718 10.0.0.130 - - [2026-04-06 02:11:05] "DELETE /project/0647980c690448f7b1511722157835cb HTTP/1.1" 404 173 0.003593 10.0.0.130 - - [2026-04-06 02:11:08] "GET /obj-perms HTTP/1.1" 200 5039 0.002767 10.0.0.130 - - [2026-04-06 02:11:11] "GET /obj-perms HTTP/1.1" 200 5039 0.003025 10.0.0.130 - - [2026-04-06 02:11:14] "GET /obj-perms HTTP/1.1" 200 5039 0.002882 10.0.0.130 - - [2026-04-06 02:11:14] "GET /obj-perms HTTP/1.1" 200 5075 0.051034 10.0.0.130 - - [2026-04-06 02:11:15] "GET /obj-perms HTTP/1.1" 200 5075 0.047956 10.0.0.130 - - [2026-04-06 02:11:17] "GET /obj-perms HTTP/1.1" 200 5039 0.002859 10.0.0.130 - - [2026-04-06 02:11:20] "GET /obj-perms HTTP/1.1" 200 5039 0.002722 10.0.0.130 - - [2026-04-06 02:11:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.130 - - [2026-04-06 02:11:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.130 - - [2026-04-06 02:11:23] "GET /obj-perms HTTP/1.1" 200 5039 0.003093 10.0.0.130 - - [2026-04-06 02:11:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000351 10.0.0.130 - - [2026-04-06 02:11:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.130 - - [2026-04-06 02:11:26] "GET /obj-perms HTTP/1.1" 200 5039 0.003081 10.0.0.130 - - [2026-04-06 02:11:29] "GET /obj-perms HTTP/1.1" 200 5039 0.002714 10.0.0.130 - - [2026-04-06 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.044018 10.0.0.130 - - [2026-04-06 02:11:29] "DELETE /route-target/b1f71529-a97b-4d94-a214-42a8533f3510 HTTP/1.1" 200 115 0.014684 10.0.0.130 - - [2026-04-06 02:11:29] "POST /useragent-kv HTTP/1.1" 200 115 0.058518 10.0.0.130 - - [2026-04-06 02:11:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001901 10.0.0.130 - - [2026-04-06 02:11:29] "DELETE /virtual-network/91555f6b-3734-4b61-a289-03f077b17b91 HTTP/1.1" 200 115 0.127425 10.0.0.130 - - [2026-04-06 02:11:29] "DELETE /api-access-list/c401a73a-a366-46b4-bc55-f3601a51d7d6 HTTP/1.1" 200 115 0.015140 10.0.0.130 - - [2026-04-06 02:11:29] "GET /api-access-list/c401a73a-a366-46b4-bc55-f3601a51d7d6 HTTP/1.1" 404 171 0.001994 10.0.0.130 - - [2026-04-06 02:11:29] "GET /projects?obj_uuids=0647980c-6904-48f7-b151-1722157835cb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001053 10.0.0.130 - - [2026-04-06 02:11:29] "GET /project/0647980c-6904-48f7-b151-1722157835cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.030222 10.0.0.130 - - [2026-04-06 02:11:29] "GET /projects?obj_uuids=0647980c-6904-48f7-b151-1722157835cb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000881 10.0.0.130 - - [2026-04-06 02:11:29] "GET /project/0647980c-6904-48f7-b151-1722157835cb?fields=virtual_networks HTTP/1.1" 200 1023 0.068104 10.0.0.130 - - [2026-04-06 02:11:29] "GET /projects?obj_uuids=0647980c-6904-48f7-b151-1722157835cb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001021 10.0.0.130 - - [2026-04-06 02:11:29] "GET /project/0647980c-6904-48f7-b151-1722157835cb?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.022451 10.0.0.130 - - [2026-04-06 02:11:29] "GET /projects?obj_uuids=0647980c-6904-48f7-b151-1722157835cb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000917 10.0.0.130 - - [2026-04-06 02:11:29] "GET /project/0647980c-6904-48f7-b151-1722157835cb?fields=security_groups HTTP/1.1" 200 1245 0.024394 10.0.0.130 - - [2026-04-06 02:11:30] "GET /projects?obj_uuids=87cd283e-94a0-4233-9250-bc4e2dc81b2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000987 10.0.0.130 - - [2026-04-06 02:11:30] "GET /project/87cd283e-94a0-4233-9250-bc4e2dc81b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.020746 10.0.0.130 - - [2026-04-06 02:11:30] "GET /projects?obj_uuids=87cd283e-94a0-4233-9250-bc4e2dc81b2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000961 10.0.0.130 - - [2026-04-06 02:11:30] "GET /project/87cd283e-94a0-4233-9250-bc4e2dc81b2f?fields=virtual_networks HTTP/1.1" 200 1024 0.066289 10.0.0.130 - - [2026-04-06 02:11:30] "GET /projects?obj_uuids=87cd283e-94a0-4233-9250-bc4e2dc81b2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000865 10.0.0.130 - - [2026-04-06 02:11:30] "GET /project/87cd283e-94a0-4233-9250-bc4e2dc81b2f?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.023415 10.0.0.130 - - [2026-04-06 02:11:30] "GET /projects?obj_uuids=87cd283e-94a0-4233-9250-bc4e2dc81b2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000969 10.0.0.130 - - [2026-04-06 02:11:30] "GET /project/87cd283e-94a0-4233-9250-bc4e2dc81b2f?fields=security_groups HTTP/1.1" 200 1246 0.024395 10.0.0.130 - - [2026-04-06 02:11:31] "GET /api-access-list/d3442d19-0203-4172-b925-daa884f5c90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003189 10.0.0.130 - - [2026-04-06 02:11:31] "PUT /api-access-list/d3442d19-0203-4172-b925-daa884f5c90d HTTP/1.1" 200 265 0.008092 10.0.0.130 - - [2026-04-06 02:11:31] "GET /projects?obj_uuids=5277f53e-8033-4b56-8943-c91fbac52cd4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000879 10.0.0.130 - - [2026-04-06 02:11:31] "GET /project/5277f53e-8033-4b56-8943-c91fbac52cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.021005 10.0.0.130 - - [2026-04-06 02:11:31] "GET /projects?obj_uuids=5277f53e-8033-4b56-8943-c91fbac52cd4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000915 10.0.0.130 - - [2026-04-06 02:11:31] "GET /project/5277f53e-8033-4b56-8943-c91fbac52cd4?fields=virtual_networks HTTP/1.1" 200 1023 0.065524 10.0.0.130 - - [2026-04-06 02:11:31] "GET /projects?obj_uuids=5277f53e-8033-4b56-8943-c91fbac52cd4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000958 10.0.0.130 - - [2026-04-06 02:11:31] "GET /project/5277f53e-8033-4b56-8943-c91fbac52cd4?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.020642 10.0.0.130 - - [2026-04-06 02:11:31] "GET /projects?obj_uuids=5277f53e-8033-4b56-8943-c91fbac52cd4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000929 10.0.0.130 - - [2026-04-06 02:11:32] "GET /project/5277f53e-8033-4b56-8943-c91fbac52cd4?fields=security_groups HTTP/1.1" 200 1245 0.019065 10.0.0.130 - - [2026-04-06 02:11:32] "POST /fqname-to-id HTTP/1.1" 404 188 0.023892 10.0.0.130 - - [2026-04-06 02:11:32] "GET /projects?obj_uuids=5b370f13-87ec-445f-a586-afc1109e0205&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002134 10.0.0.130 - - [2026-04-06 02:11:32] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001321 10.0.0.130 - - [2026-04-06 02:11:32] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038545 10.0.0.130 - - [2026-04-06 02:11:33] "POST /id-to-fqname HTTP/1.1" 200 190 0.001529 10.0.0.130 - - [2026-04-06 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.002849 10.0.0.130 - - [2026-04-06 02:11:33] "POST /security-groups HTTP/1.1" 200 591 0.060063 10.0.0.130 - - [2026-04-06 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 234 0.002491 10.0.0.130 - - [2026-04-06 02:11:33] "POST /projects HTTP/1.1" 200 585 0.195015 10.0.0.130 - - [2026-04-06 02:11:33] "POST /access-control-lists HTTP/1.1" 200 598 0.057962 10.0.0.130 - - [2026-04-06 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.265165 10.0.0.130 - - [2026-04-06 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 233 0.002328 10.0.0.130 - - [2026-04-06 02:11:33] "GET /project/5b370f13-87ec-445f-a586-afc1109e0205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.421192 10.0.0.130 - - [2026-04-06 02:11:33] "POST /access-control-lists HTTP/1.1" 200 596 0.060367 10.0.0.130 - - [2026-04-06 02:11:34] "GET / HTTP/1.1" 200 36215 0.001701 10.0.0.130 - - [2026-04-06 02:11:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000423 10.0.0.130 - - [2026-04-06 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.028696 10.0.0.130 - - [2026-04-06 02:11:36] "GET /api-access-list/d3442d19-0203-4172-b925-daa884f5c90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002755 10.0.0.130 - - [2026-04-06 02:11:36] "GET /api-access-list/d3442d19-0203-4172-b925-daa884f5c90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003780 10.0.0.130 - - [2026-04-06 02:11:36] "GET /api-access-list/d3442d19-0203-4172-b925-daa884f5c90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003440 10.0.0.130 - - [2026-04-06 02:11:36] "PUT /api-access-list/d3442d19-0203-4172-b925-daa884f5c90d HTTP/1.1" 200 265 0.008226 10.0.0.130 - - [2026-04-06 02:11:36] "GET /aaa-mode HTTP/1.1" 200 128 0.001037 10.0.0.130 - - [2026-04-06 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 188 0.021344 10.0.0.130 - - [2026-04-06 02:11:37] "GET /projects?obj_uuids=d9d5525f-2e60-4166-a1a5-69f6737284ab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002094 10.0.0.130 - - [2026-04-06 02:11:37] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.130 - - [2026-04-06 02:11:37] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006396 10.0.0.130 - - [2026-04-06 02:11:37] "POST /id-to-fqname HTTP/1.1" 200 190 0.000981 10.0.0.130 - - [2026-04-06 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 199 0.003449 10.0.0.130 - - [2026-04-06 02:11:37] "POST /security-groups HTTP/1.1" 200 591 0.056711 10.0.0.130 - - [2026-04-06 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 234 0.002278 10.0.0.130 - - [2026-04-06 02:11:37] "POST /projects HTTP/1.1" 200 585 0.194685 10.0.0.130 - - [2026-04-06 02:11:37] "POST /access-control-lists HTTP/1.1" 200 598 0.054446 10.0.0.130 - - [2026-04-06 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.267909 10.0.0.130 - - [2026-04-06 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 233 0.002388 10.0.0.130 - - [2026-04-06 02:11:37] "GET /project/d9d5525f-2e60-4166-a1a5-69f6737284ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.381202 10.0.0.130 - - [2026-04-06 02:11:37] "POST /access-control-lists HTTP/1.1" 200 596 0.059319 10.0.0.130 - - [2026-04-06 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 188 0.026673 10.0.0.130 - - [2026-04-06 02:11:38] "GET /projects?obj_uuids=20f43805-e1e8-4744-b917-2d71a9296388&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003119 10.0.0.130 - - [2026-04-06 02:11:38] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001252 10.0.0.130 - - [2026-04-06 02:11:38] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007846 10.0.0.130 - - [2026-04-06 02:11:38] "POST /id-to-fqname HTTP/1.1" 200 190 0.001015 10.0.0.130 - - [2026-04-06 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.001832 10.0.0.130 - - [2026-04-06 02:11:38] "POST /security-groups HTTP/1.1" 200 591 0.068310 10.0.0.130 - - [2026-04-06 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.002028 10.0.0.130 - - [2026-04-06 02:11:38] "POST /projects HTTP/1.1" 200 585 0.198774 10.0.0.130 - - [2026-04-06 02:11:38] "POST /access-control-lists HTTP/1.1" 200 598 0.056951 10.0.0.130 - - [2026-04-06 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.269239 10.0.0.130 - - [2026-04-06 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 233 0.002482 10.0.0.130 - - [2026-04-06 02:11:38] "GET /project/20f43805-e1e8-4744-b917-2d71a9296388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.403560 10.0.0.130 - - [2026-04-06 02:11:38] "POST /access-control-lists HTTP/1.1" 200 596 0.056142 10.0.0.130 - - [2026-04-06 02:11:39] "GET / HTTP/1.1" 200 36215 0.001979 10.0.0.130 - - [2026-04-06 02:11:39] "GET / HTTP/1.1" 200 36215 0.001363 10.0.0.130 - - [2026-04-06 02:11:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.002724 10.0.0.130 - - [2026-04-06 02:11:40] "POST /api-access-lists HTTP/1.1" 200 523 0.012373 10.0.0.130 - - [2026-04-06 02:11:40] "GET /api-access-list/d924efec-c093-498d-97d5-b7e96e95f132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.004101 10.0.0.130 - - [2026-04-06 02:11:40] "GET /api-access-list/d924efec-c093-498d-97d5-b7e96e95f132 HTTP/1.1" 401 293 0.000406 10.0.0.130 - - [2026-04-06 02:11:40] "GET /api-access-list/d924efec-c093-498d-97d5-b7e96e95f132 HTTP/1.1" 200 1292 0.049440 10.0.0.130 - - [2026-04-06 02:11:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000312 10.0.0.130 - - [2026-04-06 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.033159 10.0.0.130 - - [2026-04-06 02:11:41] "GET /projects?obj_uuids=d9d5525f-2e60-4166-a1a5-69f6737284ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000906 10.0.0.130 - - [2026-04-06 02:11:41] "GET /project/d9d5525f-2e60-4166-a1a5-69f6737284ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.028570 10.0.0.130 - - [2026-04-06 02:11:41] "GET /virtual-networks?parent_id=d9d5525f-2e60-4166-a1a5-69f6737284ab&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009665 10.0.0.130 - - [2026-04-06 02:11:41] "POST /virtual-networks HTTP/1.1" 200 585 0.041620 10.0.0.130 - - [2026-04-06 02:11:41] "POST /route-targets HTTP/1.1" 200 328 0.008732 10.0.0.130 - - [2026-04-06 02:11:41] "POST /ref-update HTTP/1.1" 200 156 0.010742 10.0.0.130 - - [2026-04-06 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.009917 10.0.0.130 - - [2026-04-06 02:11:41] "GET /network-ipam/34514849-10a1-4b6b-ae49-8c189e7b4979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.009353 10.0.0.130 - - [2026-04-06 02:11:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004368 10.0.0.130 - - [2026-04-06 02:11:41] "POST /ref-update HTTP/1.1" 200 156 0.044463 10.0.0.130 - - [2026-04-06 02:11:41] "POST /neutron/network HTTP/1.1" 200 848 0.040480 10.0.0.130 - - [2026-04-06 02:11:41] "POST /neutron/network HTTP/1.1" 200 848 0.019063 10.0.0.130 - - [2026-04-06 02:11:41] "GET /virtual-network/1e1eb178-1d59-484d-98ea-928dc14b1561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.011391 10.0.0.130 - - [2026-04-06 02:11:41] "POST /neutron/network HTTP/1.1" 200 848 0.016304 10.0.0.130 - - [2026-04-06 02:11:41] "POST /neutron/subnet HTTP/1.1" 200 679 0.023129 10.0.0.130 - - [2026-04-06 02:11:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000396 10.0.0.130 - - [2026-04-06 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.033724 10.0.0.130 - - [2026-04-06 02:11:41] "GET /projects?obj_uuids=20f43805-e1e8-4744-b917-2d71a9296388&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000900 10.0.0.130 - - [2026-04-06 02:11:41] "GET /project/20f43805-e1e8-4744-b917-2d71a9296388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.028108 10.0.0.130 - - [2026-04-06 02:11:42] "GET /virtual-networks?parent_id=20f43805-e1e8-4744-b917-2d71a9296388&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009329 10.0.0.130 - - [2026-04-06 02:11:42] "POST /virtual-networks HTTP/1.1" 200 585 0.042854 10.0.0.130 - - [2026-04-06 02:11:42] "POST /route-targets HTTP/1.1" 200 328 0.007566 10.0.0.130 - - [2026-04-06 02:11:42] "POST /ref-update HTTP/1.1" 200 156 0.008313 10.0.0.130 - - [2026-04-06 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.009980 10.0.0.130 - - [2026-04-06 02:11:42] "GET /network-ipam/34514849-10a1-4b6b-ae49-8c189e7b4979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.010385 10.0.0.130 - - [2026-04-06 02:11:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002652 10.0.0.130 - - [2026-04-06 02:11:42] "POST /ref-update HTTP/1.1" 200 156 0.040718 10.0.0.130 - - [2026-04-06 02:11:42] "POST /neutron/network HTTP/1.1" 200 849 0.039297 10.0.0.130 - - [2026-04-06 02:11:42] "POST /neutron/network HTTP/1.1" 200 849 0.016202 10.0.0.130 - - [2026-04-06 02:11:42] "GET /virtual-network/72a2576e-6a45-4e0c-a0eb-4715c2233466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.011612 10.0.0.130 - - [2026-04-06 02:11:42] "POST /neutron/network HTTP/1.1" 200 849 0.021390 10.0.0.130 - - [2026-04-06 02:11:42] "POST /neutron/subnet HTTP/1.1" 200 681 0.022337 10.0.0.130 - - [2026-04-06 02:11:42] "GET /virtual-network/1e1eb178-1d59-484d-98ea-928dc14b1561 HTTP/1.1" 401 293 0.000339 10.0.0.130 - - [2026-04-06 02:11:42] "GET /virtual-network/1e1eb178-1d59-484d-98ea-928dc14b1561 HTTP/1.1" 200 2317 0.034950 10.0.0.130 - - [2026-04-06 02:11:42] "GET /virtual-network/1e1eb178-1d59-484d-98ea-928dc14b1561 HTTP/1.1" 401 293 0.000448 10.0.0.130 - - [2026-04-06 02:11:43] "GET /virtual-network/1e1eb178-1d59-484d-98ea-928dc14b1561 HTTP/1.1" 403 376 0.031232 10.0.0.130 - - [2026-04-06 02:11:43] "GET /virtual-network/1e1eb178-1d59-484d-98ea-928dc14b1561 HTTP/1.1" 200 2317 0.006274 10.0.0.130 - - [2026-04-06 02:11:43] "GET /virtual-networks HTTP/1.1" 200 372 0.019805 10.0.0.130 - - [2026-04-06 02:11:43] "GET /virtual-networks HTTP/1.1" 200 372 0.015802 10.0.0.130 - - [2026-04-06 02:11:43] "GET /obj-perms HTTP/1.1" 403 257 0.029984 10.0.0.130 - - [2026-04-06 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001783 10.0.0.130 - - [2026-04-06 02:11:43] "GET /virtual-network/1e1eb178-1d59-484d-98ea-928dc14b1561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.011659 10.0.0.130 - - [2026-04-06 02:11:43] "GET /obj-perms HTTP/1.1" 403 257 0.028429 10.0.0.130 - - [2026-04-06 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002315 10.0.0.130 - - [2026-04-06 02:11:44] "GET /virtual-network/1e1eb178-1d59-484d-98ea-928dc14b1561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009654 10.0.0.130 - - [2026-04-06 02:11:44] "GET /obj-perms HTTP/1.1" 200 5049 0.055432 10.0.0.130 - - [2026-04-06 02:11:44] "GET /obj-perms HTTP/1.1" 403 257 0.006737 10.0.0.130 - - [2026-04-06 02:11:44] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.016041 10.0.0.130 - - [2026-04-06 02:11:44] "GET /obj-perms HTTP/1.1" 403 257 0.006634 10.0.0.130 - - [2026-04-06 02:11:44] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.016679 10.0.0.130 - - [2026-04-06 02:11:44] "GET /obj-perms HTTP/1.1" 200 5049 0.002696 10.0.0.130 - - [2026-04-06 02:11:44] "PUT /virtual-network/1e1eb178-1d59-484d-98ea-928dc14b1561 HTTP/1.1" 200 265 0.023565 10.0.0.130 - - [2026-04-06 02:11:44] "GET /virtual-networks HTTP/1.1" 200 132 0.015366 10.0.0.130 - - [2026-04-06 02:11:44] "GET /virtual-networks HTTP/1.1" 200 613 0.015074 10.0.0.130 - - [2026-04-06 02:11:44] "GET /virtual-networks HTTP/1.1" 200 1435 0.001765 10.0.0.130 - - [2026-04-06 02:11:44] "GET /obj-perms HTTP/1.1" 403 257 0.005715 10.0.0.130 - - [2026-04-06 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001772 10.0.0.130 - - [2026-04-06 02:11:44] "GET /virtual-network/1e1eb178-1d59-484d-98ea-928dc14b1561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008220 10.0.0.130 - - [2026-04-06 02:11:45] "GET /obj-perms HTTP/1.1" 403 257 0.029863 10.0.0.130 - - [2026-04-06 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001892 10.0.0.130 - - [2026-04-06 02:11:45] "GET /virtual-network/1e1eb178-1d59-484d-98ea-928dc14b1561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009261 10.0.0.130 - - [2026-04-06 02:11:45] "GET /obj-perms HTTP/1.1" 403 257 0.006721 10.0.0.130 - - [2026-04-06 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002483 10.0.0.130 - - [2026-04-06 02:11:45] "GET /virtual-network/1e1eb178-1d59-484d-98ea-928dc14b1561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.015064 10.0.0.130 - - [2026-04-06 02:11:45] "GET /obj-perms HTTP/1.1" 200 5049 0.003679 10.0.0.130 - - [2026-04-06 02:11:45] "GET /obj-perms HTTP/1.1" 403 257 0.010179 10.0.0.130 - - [2026-04-06 02:11:45] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018318 10.0.0.130 - - [2026-04-06 02:11:45] "GET /obj-perms HTTP/1.1" 403 257 0.006622 10.0.0.130 - - [2026-04-06 02:11:45] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.015007 10.0.0.130 - - [2026-04-06 02:11:45] "GET /obj-perms HTTP/1.1" 200 5049 0.003687 10.0.0.130 - - [2026-04-06 02:11:45] "PUT /virtual-network/1e1eb178-1d59-484d-98ea-928dc14b1561 HTTP/1.1" 200 265 0.026037 10.0.0.130 - - [2026-04-06 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.130 - - [2026-04-06 02:11:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001789 10.0.0.130 - - [2026-04-06 02:11:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001563 10.0.0.130 - - [2026-04-06 02:11:45] "DELETE /virtual-network/72a2576e-6a45-4e0c-a0eb-4715c2233466 HTTP/1.1" 200 115 0.074134 10.0.0.130 - - [2026-04-06 02:11:45] "DELETE /route-target/fd580664-f55e-486b-9a7e-fbd3249bb199 HTTP/1.1" 200 115 0.019839 10.0.0.130 - - [2026-04-06 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.130 - - [2026-04-06 02:11:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002831 10.0.0.130 - - [2026-04-06 02:11:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003671 10.0.0.130 - - [2026-04-06 02:11:46] "DELETE /virtual-network/1e1eb178-1d59-484d-98ea-928dc14b1561 HTTP/1.1" 200 115 0.081605 10.0.0.130 - - [2026-04-06 02:11:46] "DELETE /route-target/261b9a26-9b89-4897-bcc2-bfe17e58d2bb HTTP/1.1" 200 115 0.025376 10.0.0.130 - - [2026-04-06 02:11:46] "DELETE /api-access-list/d924efec-c093-498d-97d5-b7e96e95f132 HTTP/1.1" 200 115 0.026067 10.0.0.130 - - [2026-04-06 02:11:46] "GET /api-access-list/d924efec-c093-498d-97d5-b7e96e95f132 HTTP/1.1" 404 171 0.002707 10.0.0.130 - - [2026-04-06 02:11:46] "GET /projects?obj_uuids=20f43805-e1e8-4744-b917-2d71a9296388&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000902 10.0.0.130 - - [2026-04-06 02:11:46] "GET /project/20f43805-e1e8-4744-b917-2d71a9296388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.021847 10.0.0.130 - - [2026-04-06 02:11:46] "GET /projects?obj_uuids=20f43805-e1e8-4744-b917-2d71a9296388&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000927 10.0.0.130 - - [2026-04-06 02:11:46] "GET /project/20f43805-e1e8-4744-b917-2d71a9296388?fields=virtual_networks HTTP/1.1" 200 1034 0.064571 10.0.0.130 - - [2026-04-06 02:11:46] "GET /projects?obj_uuids=20f43805-e1e8-4744-b917-2d71a9296388&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000963 10.0.0.130 - - [2026-04-06 02:11:46] "GET /project/20f43805-e1e8-4744-b917-2d71a9296388?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.024116 10.0.0.130 - - [2026-04-06 02:11:46] "GET /projects?obj_uuids=20f43805-e1e8-4744-b917-2d71a9296388&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000973 10.0.0.130 - - [2026-04-06 02:11:46] "GET /project/20f43805-e1e8-4744-b917-2d71a9296388?fields=security_groups HTTP/1.1" 200 1261 0.024726 10.0.0.130 - - [2026-04-06 02:11:46] "GET /projects?obj_uuids=d9d5525f-2e60-4166-a1a5-69f6737284ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000994 10.0.0.130 - - [2026-04-06 02:11:47] "GET /project/d9d5525f-2e60-4166-a1a5-69f6737284ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.026003 10.0.0.130 - - [2026-04-06 02:11:47] "GET /projects?obj_uuids=d9d5525f-2e60-4166-a1a5-69f6737284ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000939 10.0.0.130 - - [2026-04-06 02:11:47] "GET /project/d9d5525f-2e60-4166-a1a5-69f6737284ab?fields=virtual_networks HTTP/1.1" 200 1035 0.062831 10.0.0.130 - - [2026-04-06 02:11:47] "GET /projects?obj_uuids=d9d5525f-2e60-4166-a1a5-69f6737284ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000899 10.0.0.130 - - [2026-04-06 02:11:47] "GET /project/d9d5525f-2e60-4166-a1a5-69f6737284ab?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.026569 10.0.0.130 - - [2026-04-06 02:11:47] "GET /projects?obj_uuids=d9d5525f-2e60-4166-a1a5-69f6737284ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001064 10.0.0.130 - - [2026-04-06 02:11:47] "GET /project/d9d5525f-2e60-4166-a1a5-69f6737284ab?fields=security_groups HTTP/1.1" 200 1262 0.025810 10.0.0.130 - - [2026-04-06 02:11:47] "GET /aaa-mode HTTP/1.1" 200 128 0.001057 10.0.0.130 - - [2026-04-06 02:11:48] "GET / HTTP/1.1" 200 36215 0.001731 10.0.0.130 - - [2026-04-06 02:11:49] "GET / HTTP/1.1" 200 36215 0.001302 10.0.0.130 - - [2026-04-06 02:11:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000488 10.0.0.130 - - [2026-04-06 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.059440 10.0.0.130 - - [2026-04-06 02:11:50] "GET /projects?obj_uuids=5b370f13-87ec-445f-a586-afc1109e0205&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000997 10.0.0.130 - - [2026-04-06 02:11:50] "GET /project/5b370f13-87ec-445f-a586-afc1109e0205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.035525 10.0.0.130 - - [2026-04-06 02:11:50] "GET /virtual-networks?parent_id=5b370f13-87ec-445f-a586-afc1109e0205&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006946 10.0.0.130 - - [2026-04-06 02:11:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.007485 10.0.0.130 - - [2026-04-06 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.009090 10.0.0.130 - - [2026-04-06 02:11:50] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000979 10.0.0.130 - - [2026-04-06 02:11:50] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.011799 10.0.0.130 - - [2026-04-06 02:11:50] "POST /service-templates HTTP/1.1" 403 264 0.006135 10.0.0.130 - - [2026-04-06 02:11:50] "POST /fqname-to-id HTTP/1.1" 404 215 0.002510 10.0.0.130 - - [2026-04-06 02:11:50] "POST /api-access-lists HTTP/1.1" 200 557 0.013441 10.0.0.130 - - [2026-04-06 02:11:50] "GET /api-access-list/38eae65b-baa9-454c-90ac-67191c059b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.004241 10.0.0.130 - - [2026-04-06 02:11:50] "GET /api-access-list/38eae65b-baa9-454c-90ac-67191c059b4b HTTP/1.1" 200 1325 0.003124 10.0.0.130 - - [2026-04-06 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.012213 10.0.0.130 - - [2026-04-06 02:11:50] "GET /projects?obj_uuids=5b370f13-87ec-445f-a586-afc1109e0205&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001123 10.0.0.130 - - [2026-04-06 02:11:50] "GET /project/5b370f13-87ec-445f-a586-afc1109e0205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.032626 10.0.0.130 - - [2026-04-06 02:11:50] "GET /virtual-networks?parent_id=5b370f13-87ec-445f-a586-afc1109e0205&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010773 10.0.0.130 - - [2026-04-06 02:11:50] "POST /virtual-networks HTTP/1.1" 200 585 0.042280 10.0.0.130 - - [2026-04-06 02:11:50] "POST /route-targets HTTP/1.1" 200 328 0.007398 10.0.0.130 - - [2026-04-06 02:11:50] "POST /ref-update HTTP/1.1" 200 156 0.009273 10.0.0.130 - - [2026-04-06 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.009907 10.0.0.130 - - [2026-04-06 02:11:50] "GET /network-ipam/34514849-10a1-4b6b-ae49-8c189e7b4979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.010489 10.0.0.130 - - [2026-04-06 02:11:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003931 10.0.0.130 - - [2026-04-06 02:11:50] "POST /ref-update HTTP/1.1" 200 156 0.043099 10.0.0.130 - - [2026-04-06 02:11:50] "POST /neutron/network HTTP/1.1" 200 848 0.051162 10.0.0.130 - - [2026-04-06 02:11:50] "POST /neutron/network HTTP/1.1" 200 848 0.018363 10.0.0.130 - - [2026-04-06 02:11:51] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.011992 10.0.0.130 - - [2026-04-06 02:11:51] "POST /neutron/network HTTP/1.1" 200 848 0.015998 10.0.0.130 - - [2026-04-06 02:11:51] "POST /neutron/subnet HTTP/1.1" 200 679 0.027045 10.0.0.130 - - [2026-04-06 02:11:51] "POST /neutron/network HTTP/1.1" 200 848 0.061618 10.0.0.130 - - [2026-04-06 02:11:51] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.004899 10.0.0.130 - - [2026-04-06 02:11:51] "GET /network-ipam/34514849-10a1-4b6b-ae49-8c189e7b4979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.003073 10.0.0.130 - - [2026-04-06 02:11:51] "GET /domains HTTP/1.1" 200 281 0.002480 10.0.0.130 - - [2026-04-06 02:11:51] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001106 10.0.0.130 - - [2026-04-06 02:11:51] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 3503 0.006223 10.0.0.130 - - [2026-04-06 02:11:51] "GET /projects?obj_uuids=5b370f13-87ec-445f-a586-afc1109e0205&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000865 10.0.0.130 - - [2026-04-06 02:11:51] "GET /project/5b370f13-87ec-445f-a586-afc1109e0205 HTTP/1.1" 200 2359 0.066729 10.0.0.130 - - [2026-04-06 02:11:51] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4 HTTP/1.1" 200 2317 0.006118 10.0.0.130 - - [2026-04-06 02:11:51] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4 HTTP/1.1" 200 2317 0.005961 10.0.0.130 - - [2026-04-06 02:11:51] "GET /routing-instance/745e65de-b0a7-4ae0-b6ec-97ce09044685 HTTP/1.1" 200 1558 0.003484 10.0.0.130 - - [2026-04-06 02:11:51] "GET /routing-instance/745e65de-b0a7-4ae0-b6ec-97ce09044685 HTTP/1.1" 200 1558 0.002880 10.0.0.130 - - [2026-04-06 02:11:51] "GET /route-target/74bb8f98-ed99-4569-b7b1-bf3ea61d7d16 HTTP/1.1" 200 1246 0.002810 10.0.0.130 - - [2026-04-06 02:11:51] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4 HTTP/1.1" 200 2317 0.004119 10.0.0.130 - - [2026-04-06 02:11:51] "GET /routing-instance/745e65de-b0a7-4ae0-b6ec-97ce09044685 HTTP/1.1" 200 1558 0.003155 10.0.0.130 - - [2026-04-06 02:11:51] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.004313 10.0.0.130 - - [2026-04-06 02:11:51] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4 HTTP/1.1" 200 2317 0.004255 10.0.0.130 - - [2026-04-06 02:11:51] "GET /routing-instance/745e65de-b0a7-4ae0-b6ec-97ce09044685 HTTP/1.1" 200 1558 0.002790 10.0.0.130 - - [2026-04-06 02:11:51] "GET /routing-instance/745e65de-b0a7-4ae0-b6ec-97ce09044685 HTTP/1.1" 200 1558 0.002890 10.0.0.130 - - [2026-04-06 02:11:51] "GET /route-target/74bb8f98-ed99-4569-b7b1-bf3ea61d7d16 HTTP/1.1" 200 1246 0.002790 10.0.0.130 - - [2026-04-06 02:11:51] "GET /domains HTTP/1.1" 200 281 0.002167 10.0.0.130 - - [2026-04-06 02:11:51] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000900 10.0.0.130 - - [2026-04-06 02:11:51] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7 HTTP/1.1" 200 3503 0.006703 10.0.0.130 - - [2026-04-06 02:11:51] "GET /projects?obj_uuids=5b370f13-87ec-445f-a586-afc1109e0205&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000967 10.0.0.130 - - [2026-04-06 02:11:51] "GET /project/5b370f13-87ec-445f-a586-afc1109e0205 HTTP/1.1" 200 2359 0.063880 10.0.0.130 - - [2026-04-06 02:11:51] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4 HTTP/1.1" 200 2317 0.005080 10.0.0.130 - - [2026-04-06 02:11:51] "GET /obj-perms HTTP/1.1" 200 5049 0.002988 10.0.0.130 - - [2026-04-06 02:11:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.008359 10.0.0.130 - - [2026-04-06 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.009139 10.0.0.130 - - [2026-04-06 02:11:51] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001141 10.0.0.130 - - [2026-04-06 02:11:51] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012970 10.0.0.130 - - [2026-04-06 02:11:51] "POST /service-templates HTTP/1.1" 403 264 0.006752 10.0.0.130 - - [2026-04-06 02:11:51] "POST /fqname-to-id HTTP/1.1" 404 183 0.002283 10.0.0.130 - - [2026-04-06 02:11:51] "POST /api-access-lists HTTP/1.1" 200 523 0.016040 10.0.0.130 - - [2026-04-06 02:11:51] "GET /api-access-list/df01061c-f448-4e45-9c98-417716634438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.004452 10.0.0.130 - - [2026-04-06 02:11:51] "GET /api-access-list/df01061c-f448-4e45-9c98-417716634438 HTTP/1.1" 200 1293 0.003027 10.0.0.130 - - [2026-04-06 02:11:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.008858 10.0.0.130 - - [2026-04-06 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007871 10.0.0.130 - - [2026-04-06 02:11:51] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001011 10.0.0.130 - - [2026-04-06 02:11:51] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.013300 10.0.0.130 - - [2026-04-06 02:11:51] "POST /service-templates HTTP/1.1" 200 553 0.023660 10.0.0.130 - - [2026-04-06 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.012532 10.0.0.130 - - [2026-04-06 02:11:52] "GET /service-template/862c476d-53c4-4679-a386-6e34f92a3382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.011925 10.0.0.130 - - [2026-04-06 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.010126 10.0.0.130 - - [2026-04-06 02:11:52] "GET /service-template/862c476d-53c4-4679-a386-6e34f92a3382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.009757 10.0.0.130 - - [2026-04-06 02:11:52] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4 HTTP/1.1" 401 293 0.000880 10.0.0.130 - - [2026-04-06 02:11:52] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4 HTTP/1.1" 403 263 0.031427 10.0.0.130 - - [2026-04-06 02:11:52] "GET /service-template/862c476d-53c4-4679-a386-6e34f92a3382 HTTP/1.1" 403 264 0.007382 10.0.0.130 - - [2026-04-06 02:11:52] "GET /service-template/862c476d-53c4-4679-a386-6e34f92a3382 HTTP/1.1" 403 264 0.035216 10.0.0.130 - - [2026-04-06 02:11:53] "GET /obj-perms HTTP/1.1" 403 257 0.037251 10.0.0.130 - - [2026-04-06 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.001998 10.0.0.130 - - [2026-04-06 02:11:53] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007487 10.0.0.130 - - [2026-04-06 02:11:53] "GET /obj-perms HTTP/1.1" 403 257 0.007509 10.0.0.130 - - [2026-04-06 02:11:53] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008724 10.0.0.130 - - [2026-04-06 02:11:53] "GET /api-access-list/38eae65b-baa9-454c-90ac-67191c059b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.003540 10.0.0.130 - - [2026-04-06 02:11:53] "PUT /api-access-list/38eae65b-baa9-454c-90ac-67191c059b4b HTTP/1.1" 200 265 0.007706 10.0.0.130 - - [2026-04-06 02:11:53] "GET /api-access-list/38eae65b-baa9-454c-90ac-67191c059b4b HTTP/1.1" 200 1462 0.003147 10.0.0.130 - - [2026-04-06 02:11:53] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4 HTTP/1.1" 200 2317 0.013137 10.0.0.130 - - [2026-04-06 02:11:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000339 10.0.0.130 - - [2026-04-06 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.035062 10.0.0.130 - - [2026-04-06 02:11:53] "GET /projects?obj_uuids=5b370f13-87ec-445f-a586-afc1109e0205&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000973 10.0.0.130 - - [2026-04-06 02:11:53] "GET /project/5b370f13-87ec-445f-a586-afc1109e0205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.032220 10.0.0.130 - - [2026-04-06 02:11:53] "GET /virtual-networks?parent_id=5b370f13-87ec-445f-a586-afc1109e0205&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.012434 10.0.0.130 - - [2026-04-06 02:11:53] "POST /virtual-networks HTTP/1.1" 403 263 0.008387 10.0.0.130 - - [2026-04-06 02:11:54] "GET /service-template/862c476d-53c4-4679-a386-6e34f92a3382 HTTP/1.1" 403 264 0.009009 10.0.0.130 - - [2026-04-06 02:11:54] "GET /service-template/862c476d-53c4-4679-a386-6e34f92a3382 HTTP/1.1" 403 264 0.032197 10.0.0.130 - - [2026-04-06 02:11:54] "GET /obj-perms HTTP/1.1" 403 257 0.007245 10.0.0.130 - - [2026-04-06 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.001965 10.0.0.130 - - [2026-04-06 02:11:54] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.012497 10.0.0.130 - - [2026-04-06 02:11:54] "GET /obj-perms HTTP/1.1" 403 257 0.008616 10.0.0.130 - - [2026-04-06 02:11:54] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.016023 10.0.0.130 - - [2026-04-06 02:11:54] "GET /api-access-list/df01061c-f448-4e45-9c98-417716634438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.002902 10.0.0.130 - - [2026-04-06 02:11:54] "PUT /api-access-list/df01061c-f448-4e45-9c98-417716634438 HTTP/1.1" 200 265 0.008384 10.0.0.130 - - [2026-04-06 02:11:54] "GET /api-access-list/df01061c-f448-4e45-9c98-417716634438 HTTP/1.1" 200 1431 0.002969 10.0.0.130 - - [2026-04-06 02:11:54] "GET /service-template/862c476d-53c4-4679-a386-6e34f92a3382 HTTP/1.1" 200 1855 0.010146 10.0.0.130 - - [2026-04-06 02:11:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.007471 10.0.0.130 - - [2026-04-06 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.008990 10.0.0.130 - - [2026-04-06 02:11:54] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.130 - - [2026-04-06 02:11:54] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.013924 10.0.0.130 - - [2026-04-06 02:11:54] "POST /service-templates HTTP/1.1" 403 264 0.007891 10.0.0.130 - - [2026-04-06 02:11:54] "GET /api-access-list/38eae65b-baa9-454c-90ac-67191c059b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.002834 10.0.0.130 - - [2026-04-06 02:11:54] "PUT /api-access-list/38eae65b-baa9-454c-90ac-67191c059b4b HTTP/1.1" 200 265 0.006422 10.0.0.130 - - [2026-04-06 02:11:54] "GET /api-access-list/38eae65b-baa9-454c-90ac-67191c059b4b HTTP/1.1" 200 1325 0.003839 10.0.0.130 - - [2026-04-06 02:11:54] "GET /api-access-list/df01061c-f448-4e45-9c98-417716634438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.002587 10.0.0.130 - - [2026-04-06 02:11:54] "PUT /api-access-list/df01061c-f448-4e45-9c98-417716634438 HTTP/1.1" 200 265 0.008654 10.0.0.130 - - [2026-04-06 02:11:55] "GET /api-access-list/df01061c-f448-4e45-9c98-417716634438 HTTP/1.1" 200 1293 0.003026 10.0.0.130 - - [2026-04-06 02:11:55] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4 HTTP/1.1" 403 263 0.007425 10.0.0.130 - - [2026-04-06 02:11:55] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4 HTTP/1.1" 403 263 0.032315 10.0.0.130 - - [2026-04-06 02:11:55] "GET /service-template/862c476d-53c4-4679-a386-6e34f92a3382 HTTP/1.1" 403 264 0.007044 10.0.0.130 - - [2026-04-06 02:11:55] "GET /service-template/862c476d-53c4-4679-a386-6e34f92a3382 HTTP/1.1" 403 264 0.029675 10.0.0.130 - - [2026-04-06 02:11:55] "GET /obj-perms HTTP/1.1" 403 257 0.007277 10.0.0.130 - - [2026-04-06 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001899 10.0.0.130 - - [2026-04-06 02:11:55] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008800 10.0.0.130 - - [2026-04-06 02:11:56] "GET /obj-perms HTTP/1.1" 403 257 0.036891 10.0.0.130 - - [2026-04-06 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002391 10.0.0.130 - - [2026-04-06 02:11:56] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008107 10.0.0.130 - - [2026-04-06 02:11:56] "GET /obj-perms HTTP/1.1" 403 257 0.008275 10.0.0.130 - - [2026-04-06 02:11:56] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007457 10.0.0.130 - - [2026-04-06 02:11:56] "GET /api-access-list/d3442d19-0203-4172-b925-daa884f5c90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.002958 10.0.0.130 - - [2026-04-06 02:11:56] "PUT /api-access-list/d3442d19-0203-4172-b925-daa884f5c90d HTTP/1.1" 200 265 0.008666 10.0.0.130 - - [2026-04-06 02:11:56] "GET /service-template/862c476d-53c4-4679-a386-6e34f92a3382 HTTP/1.1" 200 1855 0.010558 10.0.0.130 - - [2026-04-06 02:11:56] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4 HTTP/1.1" 200 2317 0.015788 10.0.0.130 - - [2026-04-06 02:11:56] "GET /obj-perms HTTP/1.1" 403 257 0.008041 10.0.0.130 - - [2026-04-06 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001947 10.0.0.130 - - [2026-04-06 02:11:56] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.013447 10.0.0.130 - - [2026-04-06 02:11:56] "GET /obj-perms HTTP/1.1" 403 257 0.009085 10.0.0.130 - - [2026-04-06 02:11:56] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.016059 10.0.0.130 - - [2026-04-06 02:11:56] "DELETE /api-access-list/38eae65b-baa9-454c-90ac-67191c059b4b HTTP/1.1" 200 115 0.017953 10.0.0.130 - - [2026-04-06 02:11:56] "GET /api-access-list/38eae65b-baa9-454c-90ac-67191c059b4b HTTP/1.1" 404 171 0.002766 10.0.0.130 - - [2026-04-06 02:11:56] "DELETE /api-access-list/df01061c-f448-4e45-9c98-417716634438 HTTP/1.1" 200 115 0.018579 10.0.0.130 - - [2026-04-06 02:11:56] "GET /api-access-list/df01061c-f448-4e45-9c98-417716634438 HTTP/1.1" 404 171 0.002476 10.0.0.130 - - [2026-04-06 02:11:56] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4 HTTP/1.1" 401 293 0.000484 10.0.0.130 - - [2026-04-06 02:11:57] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4 HTTP/1.1" 403 263 0.036817 10.0.0.130 - - [2026-04-06 02:11:57] "GET /service-template/862c476d-53c4-4679-a386-6e34f92a3382 HTTP/1.1" 403 264 0.005465 10.0.0.130 - - [2026-04-06 02:11:57] "GET /service-template/862c476d-53c4-4679-a386-6e34f92a3382 HTTP/1.1" 403 264 0.030692 10.0.0.130 - - [2026-04-06 02:11:57] "GET /obj-perms HTTP/1.1" 403 257 0.028259 10.0.0.130 - - [2026-04-06 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001976 10.0.0.130 - - [2026-04-06 02:11:57] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006007 10.0.0.130 - - [2026-04-06 02:11:57] "GET /obj-perms HTTP/1.1" 403 257 0.006993 10.0.0.130 - - [2026-04-06 02:11:57] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006985 10.0.0.130 - - [2026-04-06 02:11:57] "GET /api-access-list/d3442d19-0203-4172-b925-daa884f5c90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.004343 10.0.0.130 - - [2026-04-06 02:11:57] "PUT /api-access-list/d3442d19-0203-4172-b925-daa884f5c90d HTTP/1.1" 200 265 0.009168 10.0.0.130 - - [2026-04-06 02:11:57] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4 HTTP/1.1" 200 2317 0.012453 10.0.0.130 - - [2026-04-06 02:11:57] "GET /service-template/862c476d-53c4-4679-a386-6e34f92a3382 HTTP/1.1" 200 1855 0.007924 10.0.0.130 - - [2026-04-06 02:11:57] "GET /obj-perms HTTP/1.1" 403 257 0.005487 10.0.0.130 - - [2026-04-06 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002175 10.0.0.130 - - [2026-04-06 02:11:58] "GET /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.012378 10.0.0.130 - - [2026-04-06 02:11:58] "GET /obj-perms HTTP/1.1" 403 257 0.018527 10.0.0.130 - - [2026-04-06 02:11:58] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.016306 10.0.0.130 - - [2026-04-06 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.008917 10.0.0.130 - - [2026-04-06 02:11:58] "DELETE /service-template/862c476d-53c4-4679-a386-6e34f92a3382 HTTP/1.1" 200 115 0.018024 10.0.0.130 - - [2026-04-06 02:11:58] "POST /fqname-to-id HTTP/1.1" 404 197 0.008621 10.0.0.130 - - [2026-04-06 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.130 - - [2026-04-06 02:11:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001747 10.0.0.130 - - [2026-04-06 02:11:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002487 10.0.0.130 - - [2026-04-06 02:11:58] "DELETE /virtual-network/daeda021-d14e-4b26-8171-a7e5cc29adc4 HTTP/1.1" 200 115 0.059021 10.0.0.130 - - [2026-04-06 02:11:58] "DELETE /route-target/74bb8f98-ed99-4569-b7b1-bf3ea61d7d16 HTTP/1.1" 200 115 0.015496 10.0.0.130 - - [2026-04-06 02:11:58] "GET /api-access-list/d3442d19-0203-4172-b925-daa884f5c90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.003167 10.0.0.130 - - [2026-04-06 02:11:58] "PUT /api-access-list/d3442d19-0203-4172-b925-daa884f5c90d HTTP/1.1" 200 265 0.007402 10.0.0.130 - - [2026-04-06 02:11:58] "GET /api-access-list/d3442d19-0203-4172-b925-daa884f5c90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.003082 10.0.0.130 - - [2026-04-06 02:11:58] "PUT /api-access-list/d3442d19-0203-4172-b925-daa884f5c90d HTTP/1.1" 200 265 0.008011 10.0.0.130 - - [2026-04-06 02:11:59] "GET /api-access-list/d3442d19-0203-4172-b925-daa884f5c90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003272 10.0.0.130 - - [2026-04-06 02:11:59] "PUT /api-access-list/d3442d19-0203-4172-b925-daa884f5c90d HTTP/1.1" 200 265 0.007073 10.0.0.130 - - [2026-04-06 02:11:59] "GET /projects?obj_uuids=5b370f13-87ec-445f-a586-afc1109e0205&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000982 10.0.0.130 - - [2026-04-06 02:11:59] "GET /project/5b370f13-87ec-445f-a586-afc1109e0205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.021431 10.0.0.130 - - [2026-04-06 02:11:59] "GET /projects?obj_uuids=5b370f13-87ec-445f-a586-afc1109e0205&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.130 - - [2026-04-06 02:11:59] "GET /project/5b370f13-87ec-445f-a586-afc1109e0205?fields=virtual_networks HTTP/1.1" 200 1034 0.066288 10.0.0.130 - - [2026-04-06 02:11:59] "GET /projects?obj_uuids=5b370f13-87ec-445f-a586-afc1109e0205&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000973 10.0.0.130 - - [2026-04-06 02:11:59] "GET /project/5b370f13-87ec-445f-a586-afc1109e0205?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.023634 10.0.0.130 - - [2026-04-06 02:11:59] "GET /projects?obj_uuids=5b370f13-87ec-445f-a586-afc1109e0205&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000943 10.0.0.130 - - [2026-04-06 02:11:59] "GET /project/5b370f13-87ec-445f-a586-afc1109e0205?fields=security_groups HTTP/1.1" 200 1261 0.021213 10.0.0.130 - - [2026-04-06 02:12:00] "GET /projects?obj_uuids=3ac49aa3-56fc-4f9e-9b33-c65f2a77bdb2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000891 10.0.0.130 - - [2026-04-06 02:12:00] "GET /project/3ac49aa3-56fc-4f9e-9b33-c65f2a77bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.021689 [Introspect:8084]10.0.0.130 - - [2026-04-06 02:12:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001041 10.0.0.130 - - [2026-04-06 02:12:01] "POST /fqname-to-id HTTP/1.1" 404 184 0.024470 10.0.0.130 - - [2026-04-06 02:12:01] "GET /projects?obj_uuids=c2cb0f78-326f-4f81-bd61-fa1728f2b655&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002079 10.0.0.130 - - [2026-04-06 02:12:01] "GET /domains?obj_uuids=67cebe42-d453-484f-b0c8-017deef30ab7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001173 10.0.0.130 - - [2026-04-06 02:12:01] "GET /domain/67cebe42-d453-484f-b0c8-017deef30ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006156 10.0.0.130 - - [2026-04-06 02:12:01] "POST /id-to-fqname HTTP/1.1" 200 186 0.001886 10.0.0.130 - - [2026-04-06 02:12:01] "POST /fqname-to-id HTTP/1.1" 404 195 0.002061 10.0.0.130 - - [2026-04-06 02:12:01] "POST /security-groups HTTP/1.1" 200 587 0.076530 10.0.0.130 - - [2026-04-06 02:12:01] "POST /fqname-to-id HTTP/1.1" 404 230 0.002296 10.0.0.130 - - [2026-04-06 02:12:01] "POST /projects HTTP/1.1" 200 577 0.215995 10.0.0.130 - - [2026-04-06 02:12:01] "POST /access-control-lists HTTP/1.1" 200 594 0.057076 10.0.0.130 - - [2026-04-06 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.282582 10.0.0.130 - - [2026-04-06 02:12:01] "POST /fqname-to-id HTTP/1.1" 404 229 0.002566 10.0.0.130 - - [2026-04-06 02:12:01] "GET /project/c2cb0f78-326f-4f81-bd61-fa1728f2b655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.396698 10.0.0.130 - - [2026-04-06 02:12:01] "POST /access-control-lists HTTP/1.1" 200 592 0.060410 10.0.0.130 - - [2026-04-06 02:12:02] "GET / HTTP/1.1" 200 36215 0.001792 10.0.0.130 - - [2026-04-06 02:12:02] "GET /projects?obj_uuids=c2cb0f78-326f-4f81-bd61-fa1728f2b655&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001070 10.0.0.130 - - [2026-04-06 02:12:02] "GET /project/c2cb0f78-326f-4f81-bd61-fa1728f2b655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.025054 10.0.0.130 - - [2026-04-06 02:12:02] "GET /projects?obj_uuids=c2cb0f78-326f-4f81-bd61-fa1728f2b655&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000869 10.0.0.130 - - [2026-04-06 02:12:03] "GET /project/c2cb0f78-326f-4f81-bd61-fa1728f2b655?fields=virtual_networks HTTP/1.1" 200 1027 0.064074 10.0.0.130 - - [2026-04-06 02:12:03] "GET /projects?obj_uuids=c2cb0f78-326f-4f81-bd61-fa1728f2b655&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000948 10.0.0.130 - - [2026-04-06 02:12:03] "GET /project/c2cb0f78-326f-4f81-bd61-fa1728f2b655?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.021081 10.0.0.130 - - [2026-04-06 02:12:03] "GET /projects?obj_uuids=c2cb0f78-326f-4f81-bd61-fa1728f2b655&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000962 10.0.0.130 - - [2026-04-06 02:12:03] "GET /project/c2cb0f78-326f-4f81-bd61-fa1728f2b655?fields=security_groups HTTP/1.1" 200 1250 0.022520 10.0.0.130 - - [2026-04-06 02:12:05] "DELETE /project/d9d5525f2e604166a1a569f6737284ab HTTP/1.1" 404 173 0.021103 10.0.0.130 - - [2026-04-06 02:12:05] "DELETE /project/5b370f1387ec445fa586afc1109e0205 HTTP/1.1" 404 173 0.020520 10.0.0.130 - - [2026-04-06 02:12:05] "DELETE /project/c2cb0f78326f4f81bd61fa1728f2b655 HTTP/1.1" 404 173 0.019774 10.0.0.130 - - [2026-04-06 02:12:05] "DELETE /project/20f43805e1e84744b9172d71a9296388 HTTP/1.1" 404 173 0.011404 10.0.0.130 - - [2026-04-06 02:12:05] "GET /projects?obj_uuids=87cd283e-94a0-4233-9250-bc4e2dc81b2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000847 10.0.0.130 - - [2026-04-06 02:12:05] "GET /projects?obj_uuids=20f43805-e1e8-4744-b917-2d71a9296388&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000736 10.0.0.130 - - [2026-04-06 02:12:05] "GET /projects?obj_uuids=5277f53e-8033-4b56-8943-c91fbac52cd4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000750 10.0.0.130 - - [2026-04-06 02:12:05] "GET /projects?obj_uuids=5b370f13-87ec-445f-a586-afc1109e0205&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000746 10.0.0.130 - - [2026-04-06 02:12:05] "GET /projects?obj_uuids=c2cb0f78-326f-4f81-bd61-fa1728f2b655&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001050 10.0.0.130 - - [2026-04-06 02:12:05] "GET /projects?obj_uuids=d9d5525f-2e60-4166-a1a5-69f6737284ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001002 10.0.0.130 - - [2026-04-06 02:12:05] "GET /projects?obj_uuids=0647980c-6904-48f7-b151-1722157835cb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001098 10.0.0.130 - - [2026-04-06 02:12:05] "GET /project/5277f53e-8033-4b56-8943-c91fbac52cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.066035 10.0.0.130 - - [2026-04-06 02:12:05] "GET /project/c2cb0f78-326f-4f81-bd61-fa1728f2b655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.064955 10.0.0.130 - - [2026-04-06 02:12:05] "GET /project/5b370f13-87ec-445f-a586-afc1109e0205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.071552 10.0.0.130 - - [2026-04-06 02:12:05] "GET /project/20f43805-e1e8-4744-b917-2d71a9296388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.078336 10.0.0.130 - - [2026-04-06 02:12:05] "GET /project/d9d5525f-2e60-4166-a1a5-69f6737284ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.071097 10.0.0.130 - - [2026-04-06 02:12:05] "GET /project/87cd283e-94a0-4233-9250-bc4e2dc81b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.084872 10.0.0.130 - - [2026-04-06 02:12:05] "GET /projects?obj_uuids=87cd283e-94a0-4233-9250-bc4e2dc81b2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001644 10.0.0.130 - - [2026-04-06 02:12:05] "GET /projects?obj_uuids=d9d5525f-2e60-4166-a1a5-69f6737284ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000946 10.0.0.130 - - [2026-04-06 02:12:05] "GET /projects?obj_uuids=20f43805-e1e8-4744-b917-2d71a9296388&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001158 10.0.0.130 - - [2026-04-06 02:12:05] "GET /projects?obj_uuids=5b370f13-87ec-445f-a586-afc1109e0205&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001432 10.0.0.130 - - [2026-04-06 02:12:05] "GET /projects?obj_uuids=c2cb0f78-326f-4f81-bd61-fa1728f2b655&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001098 10.0.0.130 - - [2026-04-06 02:12:05] "GET /projects?obj_uuids=5277f53e-8033-4b56-8943-c91fbac52cd4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001687 10.0.0.130 - - [2026-04-06 02:12:05] "GET /project/0647980c-6904-48f7-b151-1722157835cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.147804 10.0.0.130 - - [2026-04-06 02:12:05] "GET /project/c2cb0f78-326f-4f81-bd61-fa1728f2b655?fields=security_groups HTTP/1.1" 200 1352 0.083282 10.0.0.130 - - [2026-04-06 02:12:05] "GET /project/5b370f13-87ec-445f-a586-afc1109e0205?fields=security_groups HTTP/1.1" 200 1363 0.086799 10.0.0.130 - - [2026-04-06 02:12:05] "GET /project/87cd283e-94a0-4233-9250-bc4e2dc81b2f?fields=security_groups HTTP/1.1" 200 1348 0.097441 10.0.0.130 - - [2026-04-06 02:12:05] "GET /project/20f43805-e1e8-4744-b917-2d71a9296388?fields=security_groups HTTP/1.1" 200 1363 0.105319 10.0.0.130 - - [2026-04-06 02:12:05] "GET /project/d9d5525f-2e60-4166-a1a5-69f6737284ab?fields=security_groups HTTP/1.1" 200 1364 0.107990 10.0.0.130 - - [2026-04-06 02:12:05] "GET /projects?obj_uuids=0647980c-6904-48f7-b151-1722157835cb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001215 10.0.0.130 - - [2026-04-06 02:12:05] "GET /project/5277f53e-8033-4b56-8943-c91fbac52cd4?fields=security_groups HTTP/1.1" 200 1347 0.166779 10.0.0.130 - - [2026-04-06 02:12:06] "GET /project/0647980c-6904-48f7-b151-1722157835cb?fields=security_groups HTTP/1.1" 200 1347 0.064865 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /security-group/8d55bca9-0984-452f-8eea-421a11e47ab9 HTTP/1.1" 200 115 0.128736 10.0.0.130 - - [2026-04-06 02:12:06] "GET /projects?obj_uuids=c2cb0f78-326f-4f81-bd61-fa1728f2b655&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000876 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /access-control-list/a3ba5b1f-7df5-4e96-acff-b6fe9bcd709a HTTP/1.1" 200 115 0.067349 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /security-group/9ebe30bb-81c6-4d6b-87c0-999d4711d532 HTTP/1.1" 200 115 0.147561 10.0.0.130 - - [2026-04-06 02:12:06] "GET /projects?obj_uuids=5b370f13-87ec-445f-a586-afc1109e0205&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /security-group/2593e769-04eb-4438-8972-dbfb81a6d7ad HTTP/1.1" 200 115 0.122544 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /security-group/a6dc299e-5270-418b-8b43-3a48bc775980 HTTP/1.1" 200 115 0.125395 10.0.0.130 - - [2026-04-06 02:12:06] "GET /projects?obj_uuids=87cd283e-94a0-4233-9250-bc4e2dc81b2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000774 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /security-group/ee94bc3b-f2fa-4a19-b5a3-f2a5f6e2645e HTTP/1.1" 200 115 0.132658 10.0.0.130 - - [2026-04-06 02:12:06] "GET /projects?obj_uuids=d9d5525f-2e60-4166-a1a5-69f6737284ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000820 10.0.0.130 - - [2026-04-06 02:12:06] "GET /projects?obj_uuids=20f43805-e1e8-4744-b917-2d71a9296388&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000777 10.0.0.130 - - [2026-04-06 02:12:06] "GET /project/c2cb0f78-326f-4f81-bd61-fa1728f2b655?fields=application_policy_sets HTTP/1.1" 200 1391 0.059681 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /security-group/3c96d9a8-238e-4b75-8ad7-6524d64dc341 HTTP/1.1" 200 115 0.141922 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /access-control-list/4e1f49da-6b54-4314-93f1-8b081688fd74 HTTP/1.1" 200 115 0.068697 10.0.0.130 - - [2026-04-06 02:12:06] "GET /projects?obj_uuids=0647980c-6904-48f7-b151-1722157835cb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000884 10.0.0.130 - - [2026-04-06 02:12:06] "GET /project/87cd283e-94a0-4233-9250-bc4e2dc81b2f?fields=application_policy_sets HTTP/1.1" 200 1387 0.058722 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /security-group/780fe6e0-6e1a-4f66-a423-7a296440f8dd HTTP/1.1" 200 115 0.137266 10.0.0.130 - - [2026-04-06 02:12:06] "GET /project/d9d5525f-2e60-4166-a1a5-69f6737284ab?fields=application_policy_sets HTTP/1.1" 200 1403 0.061324 10.0.0.130 - - [2026-04-06 02:12:06] "GET /projects?obj_uuids=5277f53e-8033-4b56-8943-c91fbac52cd4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001074 10.0.0.130 - - [2026-04-06 02:12:06] "GET /project/5b370f13-87ec-445f-a586-afc1109e0205?fields=application_policy_sets HTTP/1.1" 200 1402 0.099745 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /access-control-list/56ecd8b4-b568-4b98-a47a-851dbf8efe4e HTTP/1.1" 200 115 0.045321 10.0.0.130 - - [2026-04-06 02:12:06] "GET /project/20f43805-e1e8-4744-b917-2d71a9296388?fields=application_policy_sets HTTP/1.1" 200 1402 0.109148 10.0.0.130 - - [2026-04-06 02:12:06] "GET /project/0647980c-6904-48f7-b151-1722157835cb?fields=application_policy_sets HTTP/1.1" 200 1386 0.109162 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /access-control-list/add1e610-daba-4510-9418-d8017fcdbc5c HTTP/1.1" 200 115 0.070829 10.0.0.130 - - [2026-04-06 02:12:06] "GET /project/5277f53e-8033-4b56-8943-c91fbac52cd4?fields=application_policy_sets HTTP/1.1" 200 1386 0.123505 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /access-control-list/01e712d7-281f-4184-bc18-1bd09d2a3ad7 HTTP/1.1" 200 115 0.067667 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /access-control-list/176f7f5a-868b-43cc-a197-474964296875 HTTP/1.1" 200 115 0.046192 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /project/c2cb0f78-326f-4f81-bd61-fa1728f2b655 HTTP/1.1" 200 115 0.724150 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /project/87cd283e-94a0-4233-9250-bc4e2dc81b2f HTTP/1.1" 200 115 0.719089 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /project/d9d5525f-2e60-4166-a1a5-69f6737284ab HTTP/1.1" 200 115 0.713747 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /project/5b370f13-87ec-445f-a586-afc1109e0205 HTTP/1.1" 200 115 0.725216 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /project/20f43805-e1e8-4744-b917-2d71a9296388 HTTP/1.1" 200 115 0.743215 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /access-control-list/447672b5-9db9-4c97-999e-86f47e9cbec7 HTTP/1.1" 200 115 0.038643 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /project/0647980c-6904-48f7-b151-1722157835cb HTTP/1.1" 200 115 0.731210 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /project/5277f53e-8033-4b56-8943-c91fbac52cd4 HTTP/1.1" 200 115 0.769844 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /access-control-list/d40cd03c-7a8d-433b-9c1d-38ae4de17d91 HTTP/1.1" 200 115 0.019116 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /access-control-list/bd11f467-7866-4d83-9549-cbd928f695c1 HTTP/1.1" 200 115 0.021775 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /access-control-list/3d65ece6-76a5-4b80-8f8c-db5857299630 HTTP/1.1" 200 115 0.026621 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /access-control-list/ea6b4e2f-f7c4-4a5e-9991-b0e49c460b8b HTTP/1.1" 200 115 0.024433 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /access-control-list/333b0919-ee85-4dfd-b8dd-25ff68888734 HTTP/1.1" 200 115 0.019752 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /access-control-list/46a1cb49-316c-45b9-ad10-510695fd6e48 HTTP/1.1" 200 115 0.017298 10.0.0.130 - - [2026-04-06 02:12:06] "DELETE /access-control-list/bdae4fc9-4e37-4209-9bad-058a2406e64a HTTP/1.1" 200 115 0.022629 10.0.0.130 - - [2026-04-06 02:12:15] "GET /obj-perms HTTP/1.1" 200 5075 0.062866 10.0.0.130 - - [2026-04-06 02:12:15] "GET /obj-perms HTTP/1.1" 200 5075 0.052085 [Introspect:8084]10.0.0.130 - - [2026-04-06 02:12:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000860 [Introspect:8084]10.0.0.130 - - [2026-04-06 02:12:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000827