+++ date ++ echo 'INFO: =================== Mon Feb 2 02:02:02 AM UTC 2026 ===================' INFO: =================== Mon Feb 2 02:02:02 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.130 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.130 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.130 ++ ANALYTICSDB_NODES=10.0.0.130 ++ ANALYTICS_SNMP_NODES=10.0.0.130 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8081 ' +++ '[' -n '10.0.0.130:8081 ' ']' +++ echo 10.0.0.130:8081 ++ ANALYTICS_SERVERS=10.0.0.130:8081 +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9042 ' +++ '[' -n '10.0.0.130:9042 ' ']' +++ echo 10.0.0.130:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.130:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.130 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8086 ' +++ '[' -n '10.0.0.130:8086 ' ']' +++ echo 10.0.0.130:8086 ++ COLLECTOR_SERVERS=10.0.0.130:8086 ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.130 ++ CONFIGDB_NODES=10.0.0.130 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8082 ' +++ '[' -n '10.0.0.130:8082 ' ']' +++ echo 10.0.0.130:8082 ++ CONFIG_SERVERS=10.0.0.130:8082 +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9161 ' +++ '[' -n '10.0.0.130:9161 ' ']' +++ echo 10.0.0.130:9161 ++ CONFIGDB_SERVERS=10.0.0.130:9161 +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9041 ' +++ '[' -n '10.0.0.130:9041 ' ']' +++ echo 10.0.0.130:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.130:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.130 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:2181, +++ '[' -n 10.0.0.130:2181, ']' +++ echo 10.0.0.130:2181 ++ ZOOKEEPER_SERVERS=10.0.0.130:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:2181 ' +++ '[' -n '10.0.0.130:2181 ' ']' +++ echo 10.0.0.130:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.130:2181 ++ RABBITMQ_NODES=10.0.0.130 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:5673, +++ '[' -n 10.0.0.130:5673, ']' +++ echo 10.0.0.130:5673 ++ RABBITMQ_SERVERS=10.0.0.130:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:6379 ' +++ '[' -n '10.0.0.130:6379 ' ']' +++ echo 10.0.0.130:6379 ++ REDIS_SERVERS=10.0.0.130:6379 ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.130 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9092 ' +++ '[' -n '10.0.0.130:9092 ' ']' +++ echo 10.0.0.130:9092 ++ KAFKA_SERVERS=10.0.0.130:9092 ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.130 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.130 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.130 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.130 ++ cut -d , -f 1 + local cassandra=10.0.0.130 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.130 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.130 +++ local servers=10.0.0.130 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.130,10.20.0.18,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.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.130, ]] +++ echo 10.0.0.130 1 +++ return ++ local ip=10.0.0.130 ++ [[ -z 10.0.0.130 ]] ++ echo 10.0.0.130 + host_ip=10.0.0.130 + [[ cql == \c\q\l ]] ++ echo 10.0.0.130:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.130:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.130:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 02/02/2026 02:02:10.897 7f543b6c6d00 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/02/2026 02:02:11.035 7f543b6c6d00 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/02/2026 02:02:11.046 7f543b6c6d00 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/02/2026 02:02:11.047 7f543b6c6d00 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.130:8082/ Hit Ctrl-C to quit. 10.0.0.130 - - [2026-02-02 02:02:15] "GET / HTTP/1.1" 503 181 0.000229 10.0.0.130 - - [2026-02-02 02:02:15] "GET / HTTP/1.1" 503 181 0.000255 10.0.0.130 - - [2026-02-02 02:02:15] "GET / HTTP/1.1" 200 36215 0.001436 10.0.0.130 - - [2026-02-02 02:02:16] "GET / HTTP/1.1" 200 45871 0.002305 10.0.0.130 - - [2026-02-02 02:02:16] "GET / HTTP/1.1" 200 45871 0.001015 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.130 - - [2026-02-02 02:02:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000651 10.0.0.130 - - [2026-02-02 02:02:16] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000222 10.0.0.130 - - [2026-02-02 02:02:16] "GET / HTTP/1.1" 200 36215 0.001369 10.0.0.130 - - [2026-02-02 02:02:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000423 10.0.0.130 - - [2026-02-02 02:02:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000481 10.0.0.130 - - [2026-02-02 02:02:18] "GET / HTTP/1.1" 200 36215 0.001445 10.0.0.130 - - [2026-02-02 02:02:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000448 10.0.0.130 - - [2026-02-02 02:02:18] "GET / HTTP/1.1" 200 36215 0.001407 10.0.0.130 - - [2026-02-02 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.974687 10.0.0.130 - - [2026-02-02 02:02:18] "GET /global-system-config/e0a7bf04-286d-4d10-968f-f1ccc4e076b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.009825 10.0.0.130 - - [2026-02-02 02:02:18] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.291969 10.0.0.130 - - [2026-02-02 02:02:18] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002544 10.0.0.130 - - [2026-02-02 02:02:18] "POST /fqname-to-id HTTP/1.1" 404 220 0.003972 10.0.0.130 - - [2026-02-02 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 1.626371 10.0.0.130 - - [2026-02-02 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.130 - - [2026-02-02 02:02:18] "POST /fqname-to-id HTTP/1.1" 404 186 0.133237 10.0.0.130 - - [2026-02-02 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.008534 10.0.0.130 - - [2026-02-02 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.495064 10.0.0.130 - - [2026-02-02 02:02:18] "POST /config-nodes HTTP/1.1" 200 601 0.049918 10.0.0.130 - - [2026-02-02 02:02:18] "GET /network-ipam/a2f6a9cf-9275-4a00-9aba-eb7f619db79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.007273 10.0.0.130 - - [2026-02-02 02:02:18] "GET /global-system-config/e0a7bf04-286d-4d10-968f-f1ccc4e076b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.014230 10.0.0.130 - - [2026-02-02 02:02:18] "POST /service-appliance-sets HTTP/1.1" 200 555 0.030572 10.0.0.130 - - [2026-02-02 02:02:18] "POST /fqname-to-id HTTP/1.1" 404 180 0.003400 10.0.0.130 - - [2026-02-02 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.130 - - [2026-02-02 02:02:19] "GET /global-system-config/e0a7bf04-286d-4d10-968f-f1ccc4e076b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.013542 10.0.0.130 - - [2026-02-02 02:02:19] "GET / HTTP/1.1" 200 36215 0.001926 10.0.0.130 - - [2026-02-02 02:02:19] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000370 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.130 - - [2026-02-02 02:02:19] "POST /service-appliance-sets HTTP/1.1" 200 543 0.029885 10.0.0.130 - - [2026-02-02 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.130 - - [2026-02-02 02:02:19] "GET /network-ipam/a2f6a9cf-9275-4a00-9aba-eb7f619db79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.007439 10.0.0.130 - - [2026-02-02 02:02:19] "POST /fqname-to-id HTTP/1.1" 404 225 0.008639 10.0.0.130 - - [2026-02-02 02:02:19] "POST /service-templates HTTP/1.1" 200 513 0.041534 10.0.0.130 - - [2026-02-02 02:02:19] "POST /access-control-lists HTTP/1.1" 200 589 0.038233 10.0.0.130 - - [2026-02-02 02:02:19] "POST /service-templates HTTP/1.1" 200 503 0.038230 10.0.0.130 - - [2026-02-02 02:02:19] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.080582 10.0.0.130 - - [2026-02-02 02:02:19] "POST /fqname-to-id HTTP/1.1" 404 224 0.002819 10.0.0.130 - - [2026-02-02 02:02:19] "GET / HTTP/1.1" 200 36215 0.001596 10.0.0.130 - - [2026-02-02 02:02:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000397 10.0.0.130 - - [2026-02-02 02:02:19] "POST /service-templates HTTP/1.1" 200 517 0.017203 10.0.0.130 - - [2026-02-02 02:02:19] "POST /access-control-lists HTTP/1.1" 200 587 0.020360 10.0.0.130 - - [2026-02-02 02:02:19] "POST /service-templates HTTP/1.1" 200 537 0.024433 10.0.0.130 - - [2026-02-02 02:02:19] "POST /route-targets HTTP/1.1" 200 328 0.026591 10.0.0.130 - - [2026-02-02 02:02:19] "POST /service-templates HTTP/1.1" 200 509 0.040795 10.0.0.130 - - [2026-02-02 02:02:19] "POST /ref-update HTTP/1.1" 200 156 0.016781 10.0.0.130 - - [2026-02-02 02:02:19] "POST /route-targets HTTP/1.1" 200 328 0.011145 10.0.0.130 - - [2026-02-02 02:02:19] "POST /ref-update HTTP/1.1" 200 156 0.114850 10.0.0.130 - - [2026-02-02 02:02:19] "POST /route-targets HTTP/1.1" 200 328 0.015560 10.0.0.130 - - [2026-02-02 02:02:20] "POST /ref-update HTTP/1.1" 200 156 0.015190 10.0.0.130 - - [2026-02-02 02:02:20] "POST /route-targets HTTP/1.1" 200 328 0.012723 10.0.0.130 - - [2026-02-02 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.348498 10.0.0.130 - - [2026-02-02 02:02:20] "GET /global-system-config/e0a7bf04-286d-4d10-968f-f1ccc4e076b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.007952 10.0.0.130 - - [2026-02-02 02:02:20] "POST /ref-update HTTP/1.1" 200 156 0.013817 10.0.0.130 - - [2026-02-02 02:02:20] "POST /fqname-to-id HTTP/1.1" 404 220 0.002439 10.0.0.130 - - [2026-02-02 02:02:20] "POST /fqname-to-id HTTP/1.1" 404 201 0.002653 10.0.0.130 - - [2026-02-02 02:02:20] "POST /config-database-nodes HTTP/1.1" 200 619 0.015996 10.0.0.130 - - [2026-02-02 02:02:20] "POST /access-control-lists HTTP/1.1" 200 553 0.066221 10.0.0.130 - - [2026-02-02 02:02:20] "PUT /access-control-list/e2a08da5-5c4a-4fc2-b82b-9060d1472161 HTTP/1.1" 200 273 0.013200 10.0.0.130 - - [2026-02-02 02:02:20] "PUT /access-control-list/cb4b5d9b-cf0b-4274-803d-b98fd44d5a61 HTTP/1.1" 200 273 0.012048 10.0.0.130 - - [2026-02-02 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.130 - - [2026-02-02 02:02:24] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.003256 10.0.0.130 - - [2026-02-02 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.130 - - [2026-02-02 02:02:24] "PUT /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee HTTP/1.1" 200 277 0.010715 10.0.0.130 - - [2026-02-02 02:02:24] "GET / HTTP/1.1" 200 36215 0.001585 10.0.0.130 - - [2026-02-02 02:02:24] "POST /alarms HTTP/1.1" 401 293 0.000411 10.0.0.130 - - [2026-02-02 02:02:25] "POST /alarms HTTP/1.1" 200 583 0.049578 10.0.0.130 - - [2026-02-02 02:02:25] "POST /alarms HTTP/1.1" 200 577 0.016706 10.0.0.130 - - [2026-02-02 02:02:25] "POST /alarms HTTP/1.1" 200 577 0.031737 10.0.0.130 - - [2026-02-02 02:02:25] "POST /alarms HTTP/1.1" 200 561 0.017737 10.0.0.130 - - [2026-02-02 02:02:25] "POST /alarms HTTP/1.1" 200 557 0.016067 10.0.0.130 - - [2026-02-02 02:02:25] "POST /alarms HTTP/1.1" 200 559 0.018176 10.0.0.130 - - [2026-02-02 02:02:25] "POST /alarms HTTP/1.1" 200 567 0.015208 10.0.0.130 - - [2026-02-02 02:02:25] "POST /alarms HTTP/1.1" 200 551 0.016286 10.0.0.130 - - [2026-02-02 02:02:25] "POST /alarms HTTP/1.1" 200 559 0.028039 10.0.0.130 - - [2026-02-02 02:02:25] "POST /alarms HTTP/1.1" 200 569 0.022967 10.0.0.130 - - [2026-02-02 02:02:25] "POST /alarms HTTP/1.1" 200 557 0.020416 10.0.0.130 - - [2026-02-02 02:02:25] "POST /alarms HTTP/1.1" 200 569 0.017112 10.0.0.130 - - [2026-02-02 02:02:26] "POST /alarms HTTP/1.1" 200 577 0.062260 10.0.0.130 - - [2026-02-02 02:02:26] "POST /alarms HTTP/1.1" 200 571 0.034706 10.0.0.130 - - [2026-02-02 02:02:26] "POST /alarms HTTP/1.1" 200 563 0.019766 10.0.0.130 - - [2026-02-02 02:02:26] "POST /alarms HTTP/1.1" 200 563 0.021895 10.0.0.130 - - [2026-02-02 02:02:26] "POST /alarms HTTP/1.1" 200 563 0.023323 10.0.0.130 - - [2026-02-02 02:02:26] "POST /alarms HTTP/1.1" 200 549 0.018108 10.0.0.130 - - [2026-02-02 02:02:26] "POST /alarms HTTP/1.1" 200 597 0.018119 10.0.0.130 - - [2026-02-02 02:02:26] "POST /alarms HTTP/1.1" 200 577 0.030333 10.0.0.130 - - [2026-02-02 02:02:26] "POST /alarms HTTP/1.1" 200 573 0.031962 10.0.0.130 - - [2026-02-02 02:02:26] "POST /alarms HTTP/1.1" 200 585 0.017575 10.0.0.130 - - [2026-02-02 02:02:26] "POST /alarms HTTP/1.1" 200 611 0.031145 10.0.0.130 - - [2026-02-02 02:02:26] "GET / HTTP/1.1" 200 36215 0.001615 10.0.0.130 - - [2026-02-02 02:02:26] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000384 10.0.0.130 - - [2026-02-02 02:02:27] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.028564 10.0.0.130 - - [2026-02-02 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.130 - - [2026-02-02 02:02:27] "PUT /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee HTTP/1.1" 200 277 0.009152 10.0.0.130 - - [2026-02-02 02:02:27] "GET / HTTP/1.1" 200 36215 0.001994 10.0.0.130 - - [2026-02-02 02:02:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000338 10.0.0.130 - - [2026-02-02 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.032737 10.0.0.130 - - [2026-02-02 02:02:28] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003798 10.0.0.130 - - [2026-02-02 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.130 - - [2026-02-02 02:02:28] "PUT /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee HTTP/1.1" 200 277 0.009799 10.0.0.130 - - [2026-02-02 02:02:28] "GET / HTTP/1.1" 200 36215 0.001782 10.0.0.130 - - [2026-02-02 02:02:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000388 10.0.0.130 - - [2026-02-02 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.025514 10.0.0.130 - - [2026-02-02 02:02:28] "GET /global-system-config/e0a7bf04-286d-4d10-968f-f1ccc4e076b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.006290 10.0.0.130 - - [2026-02-02 02:02:28] "PUT /global-system-config/e0a7bf04-286d-4d10-968f-f1ccc4e076b0 HTTP/1.1" 200 275 0.017097 10.0.0.130 - - [2026-02-02 02:02:42] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.130 - - [2026-02-02 02:02:42] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.130 - - [2026-02-02 02:02:42] "GET /global-system-configs HTTP/1.1" 401 293 0.000588 10.0.0.130 - - [2026-02-02 02:02:43] "GET /global-system-configs HTTP/1.1" 401 293 0.000735 10.0.0.130 - - [2026-02-02 02:03:22] "GET / HTTP/1.1" 200 36215 0.001335 10.0.0.130 - - [2026-02-02 02:03:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000376 10.0.0.130 - - [2026-02-02 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.027182 10.0.0.130 - - [2026-02-02 02:03:23] "GET /routing-instance/6cafd19d-320c-4bb1-8fd3-dda27f29d292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.004136 10.0.0.130 - - [2026-02-02 02:03:23] "POST /bgp-routers HTTP/1.1" 200 622 0.022573 10.0.0.130 - - [2026-02-02 02:03:23] "GET /bgp-router/54855b2b-ae58-48af-9679-24716e6f1292?fields=global_system_config_back_refs HTTP/1.1" 200 1118 0.005121 10.0.0.130 - - [2026-02-02 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.130 - - [2026-02-02 02:03:23] "GET /global-system-config/e0a7bf04-286d-4d10-968f-f1ccc4e076b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005339 10.0.0.130 - - [2026-02-02 02:03:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003499 10.0.0.130 - - [2026-02-02 02:03:23] "POST /ref-update HTTP/1.1" 200 156 0.007250 10.0.0.130 - - [2026-02-02 02:03:51] "GET / HTTP/1.1" 200 36215 0.001549 10.0.0.130 - - [2026-02-02 02:03:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000390 10.0.0.130 - - [2026-02-02 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.028194 10.0.0.130 - - [2026-02-02 02:03:52] "GET /global-system-config/e0a7bf04-286d-4d10-968f-f1ccc4e076b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.008537 10.0.0.130 - - [2026-02-02 02:03:52] "POST /fqname-to-id HTTP/1.1" 404 220 0.002991 10.0.0.130 - - [2026-02-02 02:03:52] "POST /database-nodes HTTP/1.1" 200 605 0.021686 10.0.0.130 - - [2026-02-02 02:04:23] "GET / HTTP/1.1" 200 36215 0.001409 10.0.0.130 - - [2026-02-02 02:04:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000414 10.0.0.130 - - [2026-02-02 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.028933 10.0.0.130 - - [2026-02-02 02:04:24] "GET /global-system-config/e0a7bf04-286d-4d10-968f-f1ccc4e076b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.005165 10.0.0.130 - - [2026-02-02 02:04:24] "POST /fqname-to-id HTTP/1.1" 404 220 0.002569 10.0.0.130 - - [2026-02-02 02:04:24] "POST /analytics-nodes HTTP/1.1" 200 607 0.017688 10.0.0.130 - - [2026-02-02 02:04:30] "GET / HTTP/1.1" 200 36215 0.001644 10.0.0.130 - - [2026-02-02 02:04:42] "GET / HTTP/1.1" 200 36215 0.001311 10.0.0.130 - - [2026-02-02 02:04:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000378 10.0.0.130 - - [2026-02-02 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.029949 10.0.0.130 - - [2026-02-02 02:04:42] "GET /global-system-config/e0a7bf04-286d-4d10-968f-f1ccc4e076b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.007688 10.0.0.130 - - [2026-02-02 02:04:42] "POST /fqname-to-id HTTP/1.1" 404 220 0.003530 10.0.0.130 - - [2026-02-02 02:04:42] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.022833 10.0.0.130 - - [2026-02-02 02:04:58] "GET / HTTP/1.1" 200 36215 0.001326 10.0.0.130 - - [2026-02-02 02:04:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000739 10.0.0.130 - - [2026-02-02 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.027595 10.0.0.130 - - [2026-02-02 02:04:58] "GET /global-system-config/e0a7bf04-286d-4d10-968f-f1ccc4e076b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.005300 10.0.0.130 - - [2026-02-02 02:04:58] "POST /fqname-to-id HTTP/1.1" 404 220 0.002656 10.0.0.130 - - [2026-02-02 02:04:58] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.021598 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.130 - - [2026-02-02 02:05:21] "GET /obj-perms HTTP/1.1" 200 5075 0.373555 10.0.0.130 - - [2026-02-02 02:05:21] "GET /obj-perms HTTP/1.1" 200 5075 0.052855 10.0.0.130 - - [2026-02-02 02:06:22] "GET /obj-perms HTTP/1.1" 200 5075 0.057913 10.0.0.130 - - [2026-02-02 02:06:22] "GET /obj-perms HTTP/1.1" 200 5075 0.058714 10.0.0.130 - - [2026-02-02 02:06:50] "GET / HTTP/1.1" 200 36215 0.001466 10.0.0.130 - - [2026-02-02 02:06:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000351 10.0.0.130 - - [2026-02-02 02:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.026606 10.0.0.130 - - [2026-02-02 02:06:50] "GET /global-system-config/e0a7bf04-286d-4d10-968f-f1ccc4e076b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.006503 10.0.0.130 - - [2026-02-02 02:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.130 - - [2026-02-02 02:06:51] "GET /routing-instance/6cafd19d-320c-4bb1-8fd3-dda27f29d292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.004863 10.0.0.130 - - [2026-02-02 02:06:51] "PUT /global-system-config/e0a7bf04-286d-4d10-968f-f1ccc4e076b0 HTTP/1.1" 200 275 0.011925 10.0.0.130 - - [2026-02-02 02:06:51] "POST /fqname-to-id HTTP/1.1" 404 218 0.003450 10.0.0.130 - - [2026-02-02 02:06:51] "POST /virtual-routers HTTP/1.1" 200 605 0.021129 10.0.0.130 - - [2026-02-02 02:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.130 - - [2026-02-02 02:06:51] "GET /virtual-router/cc3ef255-32c6-449d-a83a-daa3625c4368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.005868 10.0.0.130 - - [2026-02-02 02:06:51] "POST /fqname-to-id HTTP/1.1" 404 231 0.003051 10.0.0.130 - - [2026-02-02 02:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.130 - - [2026-02-02 02:06:51] "GET /virtual-network/dbd42276-dff8-4fdc-9225-03b24913fe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.005223 10.0.0.130 - - [2026-02-02 02:06:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.056785 10.0.0.130 - - [2026-02-02 02:06:52] "PUT /access-control-list/32af1cf1-1d3e-4478-9c6e-85cf4b6af140 HTTP/1.1" 200 273 0.011932 [Introspect:8084]10.0.0.130 - - [2026-02-02 02:06:57] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000852 [Introspect:8084]10.0.0.130 - - [2026-02-02 02:06:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000758 [Introspect:8084]10.0.0.130 - - [2026-02-02 02:07:00] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001113 [Introspect:8084]10.0.0.130 - - [2026-02-02 02:07:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001270 10.0.0.130 - - [2026-02-02 02:07:22] "GET /obj-perms HTTP/1.1" 200 5075 0.046848 10.0.0.130 - - [2026-02-02 02:07:23] "GET /obj-perms HTTP/1.1" 200 5075 0.048966 10.0.0.130 - - [2026-02-02 02:07:42] "GET /global-system-configs HTTP/1.1" 401 293 0.000428 10.0.0.130 - - [2026-02-02 02:07:42] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.130 - - [2026-02-02 02:07:42] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.130 - - [2026-02-02 02:07:42] "GET /global-system-configs HTTP/1.1" 401 293 0.000542 10.0.0.130 - - [2026-02-02 02:08:02] "GET / HTTP/1.1" 200 36215 0.001575 10.0.0.130 - - [2026-02-02 02:08:02] "GET /project/0772f4eb-9679-44a1-b6f1-21a081f62a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000429 10.0.0.130 - - [2026-02-02 02:08:03] "GET /projects?obj_uuids=0772f4eb-9679-44a1-b6f1-21a081f62a7c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.023519 10.0.0.130 - - [2026-02-02 02:08:03] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001127 10.0.0.130 - - [2026-02-02 02:08:03] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032902 10.0.0.130 - - [2026-02-02 02:08:03] "POST /id-to-fqname HTTP/1.1" 200 167 0.003287 10.0.0.130 - - [2026-02-02 02:08:03] "POST /fqname-to-id HTTP/1.1" 404 176 0.002571 10.0.0.130 - - [2026-02-02 02:08:03] "POST /security-groups HTTP/1.1" 200 568 0.078048 10.0.0.130 - - [2026-02-02 02:08:03] "POST /projects HTTP/1.1" 200 539 0.233091 10.0.0.130 - - [2026-02-02 02:08:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.047990 10.0.0.130 - - [2026-02-02 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.306861 10.0.0.130 - - [2026-02-02 02:08:03] "POST /access-control-lists HTTP/1.1" 200 575 0.060649 10.0.0.130 - - [2026-02-02 02:08:03] "GET /project/0772f4eb-9679-44a1-b6f1-21a081f62a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.469637 10.0.0.130 - - [2026-02-02 02:08:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.002862 10.0.0.130 - - [2026-02-02 02:08:03] "POST /access-control-lists HTTP/1.1" 200 573 0.061038 [Introspect:8084]10.0.0.130 - - [2026-02-02 02:08:03] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001048 10.0.0.130 - - [2026-02-02 02:08:04] "POST /fqname-to-id HTTP/1.1" 404 199 0.023548 10.0.0.130 - - [2026-02-02 02:08:04] "GET /projects?obj_uuids=91d88ab4-2890-4822-b2eb-27690ca74f87&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002529 10.0.0.130 - - [2026-02-02 02:08:04] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000902 10.0.0.130 - - [2026-02-02 02:08:04] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006067 10.0.0.130 - - [2026-02-02 02:08:04] "POST /id-to-fqname HTTP/1.1" 200 201 0.001876 10.0.0.130 - - [2026-02-02 02:08:04] "POST /fqname-to-id HTTP/1.1" 404 210 0.003597 10.0.0.130 - - [2026-02-02 02:08:04] "POST /security-groups HTTP/1.1" 200 602 0.060602 10.0.0.130 - - [2026-02-02 02:08:04] "POST /fqname-to-id HTTP/1.1" 404 245 0.002579 10.0.0.130 - - [2026-02-02 02:08:04] "POST /projects HTTP/1.1" 200 607 0.224600 10.0.0.130 - - [2026-02-02 02:08:04] "POST /access-control-lists HTTP/1.1" 200 609 0.061277 10.0.0.130 - - [2026-02-02 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.296408 10.0.0.130 - - [2026-02-02 02:08:04] "POST /fqname-to-id HTTP/1.1" 404 244 0.003062 10.0.0.130 - - [2026-02-02 02:08:04] "GET /project/91d88ab4-2890-4822-b2eb-27690ca74f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.430732 10.0.0.130 - - [2026-02-02 02:08:04] "POST /access-control-lists HTTP/1.1" 200 607 0.065392 10.0.0.130 - - [2026-02-02 02:08:06] "GET / HTTP/1.1" 200 36215 0.048133 10.0.0.130 - - [2026-02-02 02:08:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000422 10.0.0.130 - - [2026-02-02 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.061980 10.0.0.130 - - [2026-02-02 02:08:06] "GET /projects?obj_uuids=91d88ab4-2890-4822-b2eb-27690ca74f87&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001267 10.0.0.130 - - [2026-02-02 02:08:07] "GET /project/91d88ab4-2890-4822-b2eb-27690ca74f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038086 10.0.0.130 - - [2026-02-02 02:08:07] "POST /neutron/network HTTP/1.1" 200 117 0.043158 10.0.0.130 - - [2026-02-02 02:08:07] "GET /projects?obj_uuids=91d88ab4-2890-4822-b2eb-27690ca74f87&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001150 10.0.0.130 - - [2026-02-02 02:08:07] "POST /neutron/network HTTP/1.1" 200 620 0.074829 10.0.0.130 - - [2026-02-02 02:08:07] "POST /route-targets HTTP/1.1" 200 328 0.009984 10.0.0.130 - - [2026-02-02 02:08:07] "POST /ref-update HTTP/1.1" 200 156 0.013115 10.0.0.130 - - [2026-02-02 02:08:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004169 10.0.0.130 - - [2026-02-02 02:08:07] "POST /neutron/subnet HTTP/1.1" 200 730 0.139189 10.0.0.130 - - [2026-02-02 02:08:07] "POST /neutron/network HTTP/1.1" 200 840 0.005272 10.0.0.130 - - [2026-02-02 02:08:07] "POST /id-to-fqname HTTP/1.1" 200 233 0.001085 10.0.0.130 - - [2026-02-02 02:08:07] "GET /virtual-network/885985e1-7cf2-4d60-ac35-f03a1eb06fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004921 10.0.0.130 - - [2026-02-02 02:08:07] "POST /neutron/network HTTP/1.1" 200 840 0.005423 10.0.0.130 - - [2026-02-02 02:08:07] "GET /virtual-network/885985e1-7cf2-4d60-ac35-f03a1eb06fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005396 10.0.0.130 - - [2026-02-02 02:08:07] "POST /neutron/network HTTP/1.1" 200 840 0.007646 10.0.0.130 - - [2026-02-02 02:08:07] "POST /neutron/subnet HTTP/1.1" 200 730 0.010351 10.0.0.130 - - [2026-02-02 02:08:07] "GET /domains HTTP/1.1" 401 293 0.000388 10.0.0.130 - - [2026-02-02 02:08:08] "GET /domains HTTP/1.1" 200 281 0.030519 10.0.0.130 - - [2026-02-02 02:08:08] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000886 10.0.0.130 - - [2026-02-02 02:08:08] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2594 0.012139 10.0.0.130 - - [2026-02-02 02:08:08] "GET /projects?obj_uuids=91d88ab4-2890-4822-b2eb-27690ca74f87&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002030 10.0.0.130 - - [2026-02-02 02:08:08] "GET /project/91d88ab4-2890-4822-b2eb-27690ca74f87 HTTP/1.1" 200 2175 0.088052 10.0.0.130 - - [2026-02-02 02:08:08] "GET /virtual-network/885985e1-7cf2-4d60-ac35-f03a1eb06fc1 HTTP/1.1" 200 2349 0.007611 10.0.0.130 - - [2026-02-02 02:08:08] "GET /virtual-network/885985e1-7cf2-4d60-ac35-f03a1eb06fc1 HTTP/1.1" 200 2349 0.004655 10.0.0.130 - - [2026-02-02 02:08:08] "GET /routing-instance/924d3808-ff93-4b03-af19-452e7e99a36b HTTP/1.1" 200 1498 0.003385 10.0.0.130 - - [2026-02-02 02:08:08] "GET /routing-instance/924d3808-ff93-4b03-af19-452e7e99a36b HTTP/1.1" 200 1498 0.003238 10.0.0.130 - - [2026-02-02 02:08:08] "GET /route-target/e372ca84-4fa8-46b5-8c19-a639978785d2 HTTP/1.1" 200 1222 0.003103 10.0.0.130 - - [2026-02-02 02:08:08] "GET /virtual-network/885985e1-7cf2-4d60-ac35-f03a1eb06fc1 HTTP/1.1" 200 2349 0.005296 10.0.0.130 - - [2026-02-02 02:08:08] "GET /routing-instance/924d3808-ff93-4b03-af19-452e7e99a36b HTTP/1.1" 200 1498 0.003641 10.0.0.130 - - [2026-02-02 02:08:08] "GET /virtual-network/885985e1-7cf2-4d60-ac35-f03a1eb06fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004479 10.0.0.130 - - [2026-02-02 02:08:08] "GET /virtual-network/885985e1-7cf2-4d60-ac35-f03a1eb06fc1 HTTP/1.1" 200 2349 0.004870 10.0.0.130 - - [2026-02-02 02:08:08] "GET /routing-instance/924d3808-ff93-4b03-af19-452e7e99a36b HTTP/1.1" 200 1498 0.003153 10.0.0.130 - - [2026-02-02 02:08:08] "GET /routing-instance/924d3808-ff93-4b03-af19-452e7e99a36b HTTP/1.1" 200 1498 0.003098 10.0.0.130 - - [2026-02-02 02:08:08] "GET /route-target/e372ca84-4fa8-46b5-8c19-a639978785d2 HTTP/1.1" 200 1222 0.002905 10.0.0.130 - - [2026-02-02 02:08:08] "GET /domains HTTP/1.1" 200 281 0.002525 10.0.0.130 - - [2026-02-02 02:08:08] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000910 10.0.0.130 - - [2026-02-02 02:08:08] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2594 0.006302 10.0.0.130 - - [2026-02-02 02:08:08] "GET /projects?obj_uuids=91d88ab4-2890-4822-b2eb-27690ca74f87&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001032 10.0.0.130 - - [2026-02-02 02:08:08] "GET /project/91d88ab4-2890-4822-b2eb-27690ca74f87 HTTP/1.1" 200 2175 0.073019 10.0.0.130 - - [2026-02-02 02:08:08] "GET /virtual-network/885985e1-7cf2-4d60-ac35-f03a1eb06fc1 HTTP/1.1" 200 2349 0.006656 10.0.0.130 - - [2026-02-02 02:08:08] "GET /obj-perms HTTP/1.1" 200 5071 0.051526 10.0.0.130 - - [2026-02-02 02:08:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001615 10.0.0.130 - - [2026-02-02 02:08:10] "POST /neutron/network HTTP/1.1" 200 850 0.007210 10.0.0.130 - - [2026-02-02 02:08:10] "GET /aaa-mode HTTP/1.1" 401 293 0.000539 10.0.0.130 - - [2026-02-02 02:08:10] "GET / HTTP/1.1" 200 36215 0.001526 10.0.0.130 - - [2026-02-02 02:08:10] "GET /project/91d88ab4-2890-4822-b2eb-27690ca74f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000499 10.0.0.130 - - [2026-02-02 02:08:11] "GET /projects?obj_uuids=91d88ab4-2890-4822-b2eb-27690ca74f87&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000989 10.0.0.130 - - [2026-02-02 02:08:11] "GET /project/91d88ab4-2890-4822-b2eb-27690ca74f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.058330 10.0.0.130 - - [2026-02-02 02:08:11] "POST /neutron/network HTTP/1.1" 200 840 0.031110 10.0.0.130 - - [2026-02-02 02:08:11] "POST /neutron/port HTTP/1.1" 200 117 0.004724 10.0.0.130 - - [2026-02-02 02:08:12] "POST /neutron/port HTTP/1.1" 200 117 0.004472 10.0.0.130 - - [2026-02-02 02:08:12] "POST /neutron/port HTTP/1.1" 200 117 0.004903 10.0.0.130 - - [2026-02-02 02:08:12] "POST /neutron/network HTTP/1.1" 200 850 0.005391 10.0.0.130 - - [2026-02-02 02:08:13] "GET /projects?obj_uuids=91d88ab4-2890-4822-b2eb-27690ca74f87&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001171 10.0.0.130 - - [2026-02-02 02:08:13] "POST /neutron/port HTTP/1.1" 200 1072 0.260037 10.0.0.130 - - [2026-02-02 02:08:13] "POST /neutron/port HTTP/1.1" 200 1072 0.036702 10.0.0.130 - - [2026-02-02 02:08:13] "POST /neutron/port HTTP/1.1" 200 1072 0.009644 10.0.0.130 - - [2026-02-02 02:08:13] "POST /neutron/port HTTP/1.1" 200 1126 0.056673 10.0.0.130 - - [2026-02-02 02:08:13] "POST /neutron/port HTTP/1.1" 200 1136 0.013505 10.0.0.130 - - [2026-02-02 02:08:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004094 10.0.0.130 - - [2026-02-02 02:08:13] "POST /neutron/subnet HTTP/1.1" 200 704 0.006454 10.0.0.130 - - [2026-02-02 02:08:13] "POST /neutron/port HTTP/1.1" 200 117 0.001641 10.0.0.130 - - [2026-02-02 02:08:13] "POST /neutron/network HTTP/1.1" 200 840 0.007675 10.0.0.130 - - [2026-02-02 02:08:17] "POST /neutron/port HTTP/1.1" 200 1136 0.014287 10.0.0.130 - - [2026-02-02 02:08:17] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007467 10.0.0.130 - - [2026-02-02 02:08:19] "DELETE /project/0772f4eb967944a1b6f121a081f62a7c HTTP/1.1" 404 173 0.004836 10.0.0.130 - - [2026-02-02 02:08:19] "DELETE /project/91d88ab428904822b2eb27690ca74f87 HTTP/1.1" 404 173 0.002781 10.0.0.130 - - [2026-02-02 02:08:22] "POST /neutron/port HTTP/1.1" 200 1136 0.015892 10.0.0.130 - - [2026-02-02 02:08:22] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007655 10.0.0.130 - - [2026-02-02 02:08:22] "GET /obj-perms HTTP/1.1" 200 5071 0.003404 10.0.0.130 - - [2026-02-02 02:08:23] "GET /obj-perms HTTP/1.1" 200 5071 0.003244 10.0.0.130 - - [2026-02-02 02:08:23] "GET /obj-perms HTTP/1.1" 200 5075 0.058764 10.0.0.130 - - [2026-02-02 02:08:23] "GET /obj-perms HTTP/1.1" 200 5075 0.047591 10.0.0.130 - - [2026-02-02 02:08:24] "GET /obj-perms HTTP/1.1" 200 5071 0.002913 10.0.0.130 - - [2026-02-02 02:08:25] "GET /obj-perms HTTP/1.1" 200 5071 0.003729 10.0.0.130 - - [2026-02-02 02:08:26] "GET /obj-perms HTTP/1.1" 200 5071 0.003979 10.0.0.130 - - [2026-02-02 02:08:27] "POST /neutron/network HTTP/1.1" 200 840 0.012246 10.0.0.130 - - [2026-02-02 02:08:27] "POST /neutron/network HTTP/1.1" 400 204 0.020250 10.0.0.130 - - [2026-02-02 02:08:28] "POST /neutron/port HTTP/1.1" 200 1136 0.012149 10.0.0.130 - - [2026-02-02 02:08:28] "POST /neutron/port HTTP/1.1" 200 1126 0.010710 10.0.0.130 - - [2026-02-02 02:08:28] "POST /neutron/port HTTP/1.1" 200 151 0.113553 10.0.0.130 - - [2026-02-02 02:08:28] "POST /neutron/port HTTP/1.1" 200 117 0.028287 10.0.0.130 - - [2026-02-02 02:08:29] "POST /neutron/network HTTP/1.1" 200 840 0.006699 10.0.0.130 - - [2026-02-02 02:08:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002077 10.0.0.130 - - [2026-02-02 02:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.130 - - [2026-02-02 02:08:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001862 10.0.0.130 - - [2026-02-02 02:08:29] "POST /neutron/network HTTP/1.1" 200 151 0.093188 10.0.0.130 - - [2026-02-02 02:08:29] "GET /routing-instance/924d3808-ff93-4b03-af19-452e7e99a36b HTTP/1.1" 404 171 0.007760 10.0.0.130 - - [2026-02-02 02:08:29] "DELETE /route-target/e372ca84-4fa8-46b5-8c19-a639978785d2 HTTP/1.1" 200 115 0.018685 10.0.0.130 - - [2026-02-02 02:08:29] "GET /domains HTTP/1.1" 200 281 0.003094 10.0.0.130 - - [2026-02-02 02:08:29] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001816 10.0.0.130 - - [2026-02-02 02:08:29] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2594 0.051034 10.0.0.130 - - [2026-02-02 02:08:29] "GET /projects?obj_uuids=91d88ab4-2890-4822-b2eb-27690ca74f87&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000932 10.0.0.130 - - [2026-02-02 02:08:29] "GET /project/91d88ab4-2890-4822-b2eb-27690ca74f87 HTTP/1.1" 200 1924 0.071260 10.0.0.130 - - [2026-02-02 02:08:30] "GET /projects?obj_uuids=91d88ab4-2890-4822-b2eb-27690ca74f87&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000889 10.0.0.130 - - [2026-02-02 02:08:30] "GET /project/91d88ab4-2890-4822-b2eb-27690ca74f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.027292 10.0.0.130 - - [2026-02-02 02:08:30] "GET /projects?obj_uuids=91d88ab4-2890-4822-b2eb-27690ca74f87&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000944 10.0.0.130 - - [2026-02-02 02:08:30] "GET /project/91d88ab4-2890-4822-b2eb-27690ca74f87?fields=virtual_networks HTTP/1.1" 200 1057 0.067019 10.0.0.130 - - [2026-02-02 02:08:30] "GET /projects?obj_uuids=91d88ab4-2890-4822-b2eb-27690ca74f87&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001303 10.0.0.130 - - [2026-02-02 02:08:30] "GET /project/91d88ab4-2890-4822-b2eb-27690ca74f87?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.032317 10.0.0.130 - - [2026-02-02 02:08:30] "GET /projects?obj_uuids=91d88ab4-2890-4822-b2eb-27690ca74f87&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000885 10.0.0.130 - - [2026-02-02 02:08:30] "GET /project/91d88ab4-2890-4822-b2eb-27690ca74f87?fields=security_groups HTTP/1.1" 200 1295 0.032475 10.0.0.130 - - [2026-02-02 02:08:30] "GET /projects?obj_uuids=0772f4eb-9679-44a1-b6f1-21a081f62a7c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000902 10.0.0.130 - - [2026-02-02 02:08:30] "GET /project/0772f4eb-9679-44a1-b6f1-21a081f62a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.028614 10.0.0.130 - - [2026-02-02 02:08:34] "GET /projects?obj_uuids=0772f4eb-9679-44a1-b6f1-21a081f62a7c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000865 10.0.0.130 - - [2026-02-02 02:08:34] "GET /project/0772f4eb-9679-44a1-b6f1-21a081f62a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.027869 10.0.0.130 - - [2026-02-02 02:08:35] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003358 10.0.0.130 - - [2026-02-02 02:08:35] "POST /fqname-to-id HTTP/1.1" 404 200 0.025916 10.0.0.130 - - [2026-02-02 02:08:35] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002407 10.0.0.130 - - [2026-02-02 02:08:35] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000865 10.0.0.130 - - [2026-02-02 02:08:35] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006105 10.0.0.130 - - [2026-02-02 02:08:35] "POST /id-to-fqname HTTP/1.1" 200 202 0.002181 10.0.0.130 - - [2026-02-02 02:08:35] "POST /fqname-to-id HTTP/1.1" 404 211 0.004615 10.0.0.130 - - [2026-02-02 02:08:35] "POST /security-groups HTTP/1.1" 200 603 0.062719 10.0.0.130 - - [2026-02-02 02:08:35] "POST /fqname-to-id HTTP/1.1" 404 246 0.002542 10.0.0.130 - - [2026-02-02 02:08:35] "POST /projects HTTP/1.1" 200 609 0.219898 10.0.0.130 - - [2026-02-02 02:08:35] "POST /access-control-lists HTTP/1.1" 200 610 0.059548 10.0.0.130 - - [2026-02-02 02:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.291511 10.0.0.130 - - [2026-02-02 02:08:35] "POST /fqname-to-id HTTP/1.1" 404 245 0.002831 10.0.0.130 - - [2026-02-02 02:08:35] "GET /project/cb54d71c-615a-4caa-bc27-7cf967bf385e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.408110 10.0.0.130 - - [2026-02-02 02:08:36] "POST /access-control-lists HTTP/1.1" 200 608 0.062513 10.0.0.130 - - [2026-02-02 02:08:37] "GET / HTTP/1.1" 200 36215 0.002332 10.0.0.130 - - [2026-02-02 02:08:37] "GET /projects?obj_uuids=0772f4eb-9679-44a1-b6f1-21a081f62a7c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001199 10.0.0.130 - - [2026-02-02 02:08:37] "GET /project/0772f4eb-9679-44a1-b6f1-21a081f62a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.028453 10.0.0.130 - - [2026-02-02 02:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.130 - - [2026-02-02 02:08:38] "GET /security-group/525315e8-6802-4f44-8982-e763b05a866e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.004463 10.0.0.130 - - [2026-02-02 02:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.130 - - [2026-02-02 02:08:38] "GET /projects?obj_uuids=0772f4eb-9679-44a1-b6f1-21a081f62a7c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001253 10.0.0.130 - - [2026-02-02 02:08:38] "GET /project/0772f4eb-9679-44a1-b6f1-21a081f62a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.025658 10.0.0.130 - - [2026-02-02 02:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.130 - - [2026-02-02 02:08:38] "GET /security-group/525315e8-6802-4f44-8982-e763b05a866e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.003733 10.0.0.130 - - [2026-02-02 02:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.130 - - [2026-02-02 02:08:38] "PUT /security-group/525315e8-6802-4f44-8982-e763b05a866e HTTP/1.1" 200 263 0.014457 10.0.0.130 - - [2026-02-02 02:08:38] "PUT /access-control-list/5272e56d-23c8-4637-ad63-faec31ed4d00 HTTP/1.1" 200 273 0.008493 10.0.0.130 - - [2026-02-02 02:08:38] "PUT /access-control-list/cf29a7da-96e6-4122-9b94-d305507622d9 HTTP/1.1" 200 273 0.012851 10.0.0.130 - - [2026-02-02 02:08:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000537 10.0.0.130 - - [2026-02-02 02:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.058171 10.0.0.130 - - [2026-02-02 02:08:39] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000942 10.0.0.130 - - [2026-02-02 02:08:39] "GET /project/cb54d71c-615a-4caa-bc27-7cf967bf385e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.023953 10.0.0.130 - - [2026-02-02 02:08:39] "POST /neutron/network HTTP/1.1" 200 117 0.034620 10.0.0.130 - - [2026-02-02 02:08:39] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000908 10.0.0.130 - - [2026-02-02 02:08:39] "POST /neutron/network HTTP/1.1" 200 619 0.068441 10.0.0.130 - - [2026-02-02 02:08:39] "POST /route-targets HTTP/1.1" 200 328 0.011826 10.0.0.130 - - [2026-02-02 02:08:39] "POST /ref-update HTTP/1.1" 200 156 0.017688 10.0.0.130 - - [2026-02-02 02:08:39] "POST /useragent-kv HTTP/1.1" 200 115 0.005478 10.0.0.130 - - [2026-02-02 02:08:39] "POST /neutron/subnet HTTP/1.1" 200 724 0.147383 10.0.0.130 - - [2026-02-02 02:08:39] "POST /neutron/network HTTP/1.1" 200 838 0.005160 10.0.0.130 - - [2026-02-02 02:08:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.001034 10.0.0.130 - - [2026-02-02 02:08:39] "GET /virtual-network/cd024bef-1763-48f6-9291-5846c3a38fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004753 10.0.0.130 - - [2026-02-02 02:08:39] "POST /neutron/network HTTP/1.1" 200 838 0.005038 10.0.0.130 - - [2026-02-02 02:08:39] "GET /virtual-network/cd024bef-1763-48f6-9291-5846c3a38fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.015988 10.0.0.130 - - [2026-02-02 02:08:39] "POST /neutron/network HTTP/1.1" 200 838 0.006679 10.0.0.130 - - [2026-02-02 02:08:39] "POST /neutron/subnet HTTP/1.1" 200 724 0.007600 10.0.0.130 - - [2026-02-02 02:08:39] "GET /domains HTTP/1.1" 401 293 0.000346 10.0.0.130 - - [2026-02-02 02:08:40] "GET /domains HTTP/1.1" 200 281 0.035092 10.0.0.130 - - [2026-02-02 02:08:40] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.130 - - [2026-02-02 02:08:40] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2793 0.008555 10.0.0.130 - - [2026-02-02 02:08:40] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001098 10.0.0.130 - - [2026-02-02 02:08:40] "GET /project/cb54d71c-615a-4caa-bc27-7cf967bf385e HTTP/1.1" 200 2181 0.072212 10.0.0.130 - - [2026-02-02 02:08:40] "GET /virtual-network/cd024bef-1763-48f6-9291-5846c3a38fdd HTTP/1.1" 200 2345 0.006056 10.0.0.130 - - [2026-02-02 02:08:40] "GET /virtual-network/cd024bef-1763-48f6-9291-5846c3a38fdd HTTP/1.1" 200 2345 0.004694 10.0.0.130 - - [2026-02-02 02:08:40] "GET /routing-instance/39f0a8a7-15c7-49c6-ac36-2664fe34d587 HTTP/1.1" 200 1494 0.003288 10.0.0.130 - - [2026-02-02 02:08:40] "GET /routing-instance/39f0a8a7-15c7-49c6-ac36-2664fe34d587 HTTP/1.1" 200 1494 0.002950 10.0.0.130 - - [2026-02-02 02:08:40] "GET /route-target/6ea0c1d9-a34f-42c4-a4d7-13dd369b6f45 HTTP/1.1" 200 1220 0.010385 10.0.0.130 - - [2026-02-02 02:08:40] "GET /virtual-network/cd024bef-1763-48f6-9291-5846c3a38fdd HTTP/1.1" 200 2345 0.005180 10.0.0.130 - - [2026-02-02 02:08:40] "GET /routing-instance/39f0a8a7-15c7-49c6-ac36-2664fe34d587 HTTP/1.1" 200 1494 0.003560 10.0.0.130 - - [2026-02-02 02:08:40] "GET /virtual-network/cd024bef-1763-48f6-9291-5846c3a38fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008878 10.0.0.130 - - [2026-02-02 02:08:40] "GET /virtual-network/cd024bef-1763-48f6-9291-5846c3a38fdd HTTP/1.1" 200 2345 0.004596 10.0.0.130 - - [2026-02-02 02:08:40] "GET /routing-instance/39f0a8a7-15c7-49c6-ac36-2664fe34d587 HTTP/1.1" 200 1494 0.003871 10.0.0.130 - - [2026-02-02 02:08:40] "GET /routing-instance/39f0a8a7-15c7-49c6-ac36-2664fe34d587 HTTP/1.1" 200 1494 0.002829 10.0.0.130 - - [2026-02-02 02:08:40] "GET /route-target/6ea0c1d9-a34f-42c4-a4d7-13dd369b6f45 HTTP/1.1" 200 1220 0.002720 10.0.0.130 - - [2026-02-02 02:08:40] "GET /domains HTTP/1.1" 200 281 0.002995 10.0.0.130 - - [2026-02-02 02:08:40] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001273 10.0.0.130 - - [2026-02-02 02:08:40] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2793 0.006994 10.0.0.130 - - [2026-02-02 02:08:40] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000969 10.0.0.130 - - [2026-02-02 02:08:40] "GET /project/cb54d71c-615a-4caa-bc27-7cf967bf385e HTTP/1.1" 200 2181 0.075718 10.0.0.130 - - [2026-02-02 02:08:40] "GET /virtual-network/cd024bef-1763-48f6-9291-5846c3a38fdd HTTP/1.1" 200 2345 0.004836 10.0.0.130 - - [2026-02-02 02:08:40] "GET /obj-perms HTTP/1.1" 200 5073 0.053289 10.0.0.130 - - [2026-02-02 02:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.130 - - [2026-02-02 02:08:40] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001009 10.0.0.130 - - [2026-02-02 02:08:40] "GET /project/cb54d71c-615a-4caa-bc27-7cf967bf385e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.056295 10.0.0.130 - - [2026-02-02 02:08:40] "POST /neutron/network HTTP/1.1" 200 117 0.011645 10.0.0.130 - - [2026-02-02 02:08:40] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000927 10.0.0.130 - - [2026-02-02 02:08:40] "POST /neutron/network HTTP/1.1" 200 619 0.076475 10.0.0.130 - - [2026-02-02 02:08:40] "POST /route-targets HTTP/1.1" 200 328 0.015159 10.0.0.130 - - [2026-02-02 02:08:41] "POST /ref-update HTTP/1.1" 200 156 0.012555 10.0.0.130 - - [2026-02-02 02:08:41] "POST /useragent-kv HTTP/1.1" 200 115 0.005257 10.0.0.130 - - [2026-02-02 02:08:41] "POST /neutron/subnet HTTP/1.1" 200 720 0.147122 10.0.0.130 - - [2026-02-02 02:08:41] "POST /neutron/network HTTP/1.1" 200 837 0.006969 10.0.0.130 - - [2026-02-02 02:08:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.001262 10.0.0.130 - - [2026-02-02 02:08:41] "GET /virtual-network/5c8a2ee5-08fb-4ffb-a9da-13b9ce480f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004921 10.0.0.130 - - [2026-02-02 02:08:41] "POST /neutron/network HTTP/1.1" 200 837 0.008368 10.0.0.130 - - [2026-02-02 02:08:41] "GET /virtual-network/5c8a2ee5-08fb-4ffb-a9da-13b9ce480f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004944 10.0.0.130 - - [2026-02-02 02:08:41] "POST /neutron/network HTTP/1.1" 200 837 0.005335 10.0.0.130 - - [2026-02-02 02:08:41] "POST /neutron/subnet HTTP/1.1" 200 720 0.008464 10.0.0.130 - - [2026-02-02 02:08:41] "GET /domains HTTP/1.1" 200 281 0.002368 10.0.0.130 - - [2026-02-02 02:08:41] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001176 10.0.0.130 - - [2026-02-02 02:08:41] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2793 0.006939 10.0.0.130 - - [2026-02-02 02:08:41] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000902 10.0.0.130 - - [2026-02-02 02:08:41] "GET /project/cb54d71c-615a-4caa-bc27-7cf967bf385e HTTP/1.1" 200 2410 0.077554 10.0.0.130 - - [2026-02-02 02:08:41] "GET /virtual-network/5c8a2ee5-08fb-4ffb-a9da-13b9ce480f2d HTTP/1.1" 200 2341 0.006371 10.0.0.130 - - [2026-02-02 02:08:41] "GET /virtual-network/5c8a2ee5-08fb-4ffb-a9da-13b9ce480f2d HTTP/1.1" 200 2341 0.004288 10.0.0.130 - - [2026-02-02 02:08:41] "GET /routing-instance/ae652899-4964-4c11-965b-9a93d94893a8 HTTP/1.1" 200 1495 0.004654 10.0.0.130 - - [2026-02-02 02:08:41] "GET /routing-instance/ae652899-4964-4c11-965b-9a93d94893a8 HTTP/1.1" 200 1495 0.003758 10.0.0.130 - - [2026-02-02 02:08:41] "GET /route-target/b7e5e530-27c1-4cb5-b3f3-75f575751d2f HTTP/1.1" 200 1221 0.004313 10.0.0.130 - - [2026-02-02 02:08:41] "GET /virtual-network/5c8a2ee5-08fb-4ffb-a9da-13b9ce480f2d HTTP/1.1" 200 2341 0.005435 10.0.0.130 - - [2026-02-02 02:08:41] "GET /routing-instance/ae652899-4964-4c11-965b-9a93d94893a8 HTTP/1.1" 200 1495 0.003370 10.0.0.130 - - [2026-02-02 02:08:41] "GET /virtual-network/5c8a2ee5-08fb-4ffb-a9da-13b9ce480f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004779 10.0.0.130 - - [2026-02-02 02:08:41] "GET /virtual-network/5c8a2ee5-08fb-4ffb-a9da-13b9ce480f2d HTTP/1.1" 200 2341 0.004581 10.0.0.130 - - [2026-02-02 02:08:41] "GET /routing-instance/ae652899-4964-4c11-965b-9a93d94893a8 HTTP/1.1" 200 1495 0.003444 10.0.0.130 - - [2026-02-02 02:08:41] "GET /routing-instance/ae652899-4964-4c11-965b-9a93d94893a8 HTTP/1.1" 200 1495 0.003091 10.0.0.130 - - [2026-02-02 02:08:41] "GET /route-target/b7e5e530-27c1-4cb5-b3f3-75f575751d2f HTTP/1.1" 200 1221 0.003379 10.0.0.130 - - [2026-02-02 02:08:41] "GET /domains HTTP/1.1" 200 281 0.003507 10.0.0.130 - - [2026-02-02 02:08:41] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001331 10.0.0.130 - - [2026-02-02 02:08:41] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2793 0.007904 10.0.0.130 - - [2026-02-02 02:08:41] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001320 10.0.0.130 - - [2026-02-02 02:08:41] "GET /project/cb54d71c-615a-4caa-bc27-7cf967bf385e HTTP/1.1" 200 2410 0.076581 10.0.0.130 - - [2026-02-02 02:08:41] "GET /virtual-network/5c8a2ee5-08fb-4ffb-a9da-13b9ce480f2d HTTP/1.1" 200 2341 0.006070 10.0.0.130 - - [2026-02-02 02:08:41] "GET /obj-perms HTTP/1.1" 200 5073 0.003432 10.0.0.130 - - [2026-02-02 02:08:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.001546 10.0.0.130 - - [2026-02-02 02:08:41] "POST /neutron/network HTTP/1.1" 200 847 0.005425 10.0.0.130 - - [2026-02-02 02:08:41] "GET /aaa-mode HTTP/1.1" 401 293 0.000372 10.0.0.130 - - [2026-02-02 02:08:42] "GET / HTTP/1.1" 200 36215 0.001393 10.0.0.130 - - [2026-02-02 02:08:42] "GET /project/cb54d71c-615a-4caa-bc27-7cf967bf385e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000327 10.0.0.130 - - [2026-02-02 02:08:42] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001066 10.0.0.130 - - [2026-02-02 02:08:42] "GET /project/cb54d71c-615a-4caa-bc27-7cf967bf385e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.049181 10.0.0.130 - - [2026-02-02 02:08:42] "POST /neutron/network HTTP/1.1" 200 837 0.005178 10.0.0.130 - - [2026-02-02 02:08:42] "POST /neutron/port HTTP/1.1" 200 117 0.004718 10.0.0.130 - - [2026-02-02 02:08:42] "POST /neutron/port HTTP/1.1" 200 117 0.004984 10.0.0.130 - - [2026-02-02 02:08:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001185 10.0.0.130 - - [2026-02-02 02:08:42] "POST /neutron/port HTTP/1.1" 200 117 0.005084 10.0.0.130 - - [2026-02-02 02:08:42] "POST /neutron/network HTTP/1.1" 200 848 0.008198 10.0.0.130 - - [2026-02-02 02:08:42] "GET /aaa-mode HTTP/1.1" 401 293 0.000383 10.0.0.130 - - [2026-02-02 02:08:43] "POST /neutron/network HTTP/1.1" 200 847 0.007542 10.0.0.130 - - [2026-02-02 02:08:43] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001125 10.0.0.130 - - [2026-02-02 02:08:43] "GET / HTTP/1.1" 200 36215 0.001602 10.0.0.130 - - [2026-02-02 02:08:43] "GET /project/cb54d71c-615a-4caa-bc27-7cf967bf385e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000483 10.0.0.130 - - [2026-02-02 02:08:43] "POST /neutron/port HTTP/1.1" 200 1071 0.205326 10.0.0.130 - - [2026-02-02 02:08:43] "POST /neutron/port HTTP/1.1" 200 1071 0.009419 10.0.0.130 - - [2026-02-02 02:08:43] "POST /neutron/port HTTP/1.1" 200 1071 0.009023 10.0.0.130 - - [2026-02-02 02:08:43] "POST /neutron/port HTTP/1.1" 200 1125 0.060687 10.0.0.130 - - [2026-02-02 02:08:43] "POST /neutron/port HTTP/1.1" 200 1135 0.012845 10.0.0.130 - - [2026-02-02 02:08:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003322 10.0.0.130 - - [2026-02-02 02:08:43] "POST /neutron/subnet HTTP/1.1" 200 694 0.006634 10.0.0.130 - - [2026-02-02 02:08:43] "POST /neutron/port HTTP/1.1" 200 117 0.001071 10.0.0.130 - - [2026-02-02 02:08:43] "POST /neutron/network HTTP/1.1" 200 837 0.005726 10.0.0.130 - - [2026-02-02 02:08:43] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001577 10.0.0.130 - - [2026-02-02 02:08:43] "GET /project/cb54d71c-615a-4caa-bc27-7cf967bf385e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.061456 10.0.0.130 - - [2026-02-02 02:08:43] "POST /neutron/network HTTP/1.1" 200 838 0.005375 10.0.0.130 - - [2026-02-02 02:08:43] "POST /neutron/port HTTP/1.1" 200 1135 0.017419 10.0.0.130 - - [2026-02-02 02:08:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005612 10.0.0.130 - - [2026-02-02 02:08:43] "POST /neutron/port HTTP/1.1" 200 117 0.004916 10.0.0.130 - - [2026-02-02 02:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.130 - - [2026-02-02 02:08:43] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000873 10.0.0.130 - - [2026-02-02 02:08:43] "GET /project/cb54d71c-615a-4caa-bc27-7cf967bf385e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.034763 10.0.0.130 - - [2026-02-02 02:08:43] "GET /virtual-network/cd024bef-1763-48f6-9291-5846c3a38fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007468 10.0.0.130 - - [2026-02-02 02:08:44] "GET /floating-ip-pools?parent_id=cd024bef-1763-48f6-9291-5846c3a38fdd&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002952 10.0.0.130 - - [2026-02-02 02:08:44] "GET /virtual-network/cd024bef-1763-48f6-9291-5846c3a38fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005032 10.0.0.130 - - [2026-02-02 02:08:44] "POST /neutron/network HTTP/1.1" 200 848 0.008740 10.0.0.130 - - [2026-02-02 02:08:44] "POST /floating-ip-pools HTTP/1.1" 200 611 0.028939 10.0.0.130 - - [2026-02-02 02:08:44] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000923 10.0.0.130 - - [2026-02-02 02:08:44] "POST /ref-update HTTP/1.1" 200 156 0.017279 10.0.0.130 - - [2026-02-02 02:08:44] "GET /virtual-network/cd024bef-1763-48f6-9291-5846c3a38fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.038851 10.0.0.130 - - [2026-02-02 02:08:44] "GET /domains HTTP/1.1" 200 281 0.004870 10.0.0.130 - - [2026-02-02 02:08:44] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000870 10.0.0.130 - - [2026-02-02 02:08:44] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2793 0.008296 10.0.0.130 - - [2026-02-02 02:08:44] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000802 10.0.0.130 - - [2026-02-02 02:08:44] "POST /neutron/port HTTP/1.1" 200 1072 0.231813 10.0.0.130 - - [2026-02-02 02:08:44] "GET /project/cb54d71c-615a-4caa-bc27-7cf967bf385e HTTP/1.1" 200 3255 0.064121 10.0.0.130 - - [2026-02-02 02:08:44] "GET /virtual-network/cd024bef-1763-48f6-9291-5846c3a38fdd HTTP/1.1" 200 3160 0.014227 10.0.0.130 - - [2026-02-02 02:08:44] "GET /floating-ip-pool/e92bc7b8-e0aa-4c7c-8a55-f0c1a9697a5a HTTP/1.1" 200 1444 0.005171 10.0.0.130 - - [2026-02-02 02:08:44] "POST /neutron/port HTTP/1.1" 200 1072 0.031803 10.0.0.130 - - [2026-02-02 02:08:44] "GET /domains HTTP/1.1" 200 281 0.001745 10.0.0.130 - - [2026-02-02 02:08:44] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000849 10.0.0.130 - - [2026-02-02 02:08:44] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2793 0.009841 10.0.0.130 - - [2026-02-02 02:08:44] "POST /neutron/port HTTP/1.1" 200 1072 0.015565 10.0.0.130 - - [2026-02-02 02:08:44] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000733 10.0.0.130 - - [2026-02-02 02:08:44] "GET /project/cb54d71c-615a-4caa-bc27-7cf967bf385e HTTP/1.1" 200 3255 0.102304 10.0.0.130 - - [2026-02-02 02:08:44] "POST /neutron/port HTTP/1.1" 200 1126 0.104902 10.0.0.130 - - [2026-02-02 02:08:44] "GET /virtual-network/cd024bef-1763-48f6-9291-5846c3a38fdd HTTP/1.1" 200 3160 0.010877 10.0.0.130 - - [2026-02-02 02:08:44] "GET /virtual-network/cd024bef-1763-48f6-9291-5846c3a38fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004621 10.0.0.130 - - [2026-02-02 02:08:44] "POST /neutron/port HTTP/1.1" 200 1135 0.025771 10.0.0.130 - - [2026-02-02 02:08:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006391 10.0.0.130 - - [2026-02-02 02:08:44] "POST /neutron/port HTTP/1.1" 200 1136 0.035066 10.0.0.130 - - [2026-02-02 02:08:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004917 10.0.0.130 - - [2026-02-02 02:08:44] "POST /neutron/subnet HTTP/1.1" 200 698 0.010544 10.0.0.130 - - [2026-02-02 02:08:44] "POST /neutron/port HTTP/1.1" 200 117 0.000944 10.0.0.130 - - [2026-02-02 02:08:44] "POST /neutron/port HTTP/1.1" 200 1135 0.013172 10.0.0.130 - - [2026-02-02 02:08:44] "POST /neutron/network HTTP/1.1" 200 838 0.011025 10.0.0.130 - - [2026-02-02 02:08:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.015169 10.0.0.130 - - [2026-02-02 02:08:44] "POST /neutron/port HTTP/1.1" 200 1135 0.018386 10.0.0.130 - - [2026-02-02 02:08:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005704 10.0.0.130 - - [2026-02-02 02:08:44] "GET /virtual-machine/1686597e-3e4c-4ebe-b180-e1cb7c3e4f77 HTTP/1.1" 200 1306 0.004148 10.0.0.130 - - [2026-02-02 02:08:44] "GET /virtual-machine-interface/d3d1eb5e-49e1-41f0-a4bb-2157a5b187fa HTTP/1.1" 200 3012 0.004279 10.0.0.130 - - [2026-02-02 02:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005138 10.0.0.130 - - [2026-02-02 02:08:44] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003879 10.0.0.130 - - [2026-02-02 02:08:45] "GET /virtual-networks?parent_id=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.005998 10.0.0.130 - - [2026-02-02 02:08:45] "GET /virtual-network/5c8a2ee5-08fb-4ffb-a9da-13b9ce480f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008816 10.0.0.130 - - [2026-02-02 02:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.130 - - [2026-02-02 02:08:48] "GET /virtual-network/5c8a2ee5-08fb-4ffb-a9da-13b9ce480f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004293 10.0.0.130 - - [2026-02-02 02:08:48] "POST /neutron/port HTTP/1.1" 200 1135 0.017873 10.0.0.130 - - [2026-02-02 02:08:48] "POST /neutron/port HTTP/1.1" 200 1135 0.011933 10.0.0.130 - - [2026-02-02 02:08:48] "POST /neutron/network HTTP/1.1" 200 847 0.005738 10.0.0.130 - - [2026-02-02 02:08:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003088 10.0.0.130 - - [2026-02-02 02:08:48] "POST /neutron/subnet HTTP/1.1" 200 694 0.009224 10.0.0.130 - - [2026-02-02 02:08:48] "POST /neutron/port HTTP/1.1" 200 117 0.001030 10.0.0.130 - - [2026-02-02 02:08:49] "POST /neutron/network HTTP/1.1" 200 837 0.006118 10.0.0.130 - - [2026-02-02 02:08:52] "POST /neutron/port HTTP/1.1" 200 1135 0.012916 10.0.0.130 - - [2026-02-02 02:08:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007846 10.0.0.130 - - [2026-02-02 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.130 - - [2026-02-02 02:08:52] "GET /virtual-network/5c8a2ee5-08fb-4ffb-a9da-13b9ce480f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004630 10.0.0.130 - - [2026-02-02 02:08:53] "POST /neutron/port HTTP/1.1" 200 1136 0.010834 10.0.0.130 - - [2026-02-02 02:08:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006574 10.0.0.130 - - [2026-02-02 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.130 - - [2026-02-02 02:08:54] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003566 10.0.0.130 - - [2026-02-02 02:08:54] "GET /virtual-networks?parent_id=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003311 10.0.0.130 - - [2026-02-02 02:08:54] "GET /virtual-network/5c8a2ee5-08fb-4ffb-a9da-13b9ce480f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005833 10.0.0.130 - - [2026-02-02 02:08:54] "POST /neutron/port HTTP/1.1" 200 1135 0.011107 10.0.0.130 - - [2026-02-02 02:08:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005882 10.0.0.130 - - [2026-02-02 02:08:59] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000909 10.0.0.130 - - [2026-02-02 02:08:59] "POST /neutron/floatingip HTTP/1.1" 200 530 0.074238 10.0.0.130 - - [2026-02-02 02:08:59] "POST /neutron/port HTTP/1.1" 200 1135 0.015464 10.0.0.130 - - [2026-02-02 02:08:59] "POST /neutron/floatingip HTTP/1.1" 200 530 0.006174 10.0.0.130 - - [2026-02-02 02:08:59] "POST /neutron/floatingip HTTP/1.1" 200 576 0.037073 10.0.0.130 - - [2026-02-02 02:08:59] "POST /neutron/port HTTP/1.1" 200 1136 0.012403 10.0.0.130 - - [2026-02-02 02:08:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005611 10.0.0.130 - - [2026-02-02 02:08:59] "POST /neutron/port HTTP/1.1" 200 1136 0.012100 10.0.0.130 - - [2026-02-02 02:08:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006112 10.0.0.130 - - [2026-02-02 02:09:00] "POST /neutron/port HTTP/1.1" 200 1136 0.013815 10.0.0.130 - - [2026-02-02 02:09:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007703 10.0.0.130 - - [2026-02-02 02:09:00] "GET /virtual-machine/3c745c73-b2d2-4543-96c0-b69512cae422 HTTP/1.1" 200 1306 0.005170 10.0.0.130 - - [2026-02-02 02:09:00] "GET /virtual-machine-interface/0091921a-8a17-4f2d-a914-90610d21e09f HTTP/1.1" 200 3009 0.005169 10.0.0.130 - - [2026-02-02 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.130 - - [2026-02-02 02:09:00] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003009 10.0.0.130 - - [2026-02-02 02:09:00] "GET /virtual-networks?parent_id=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002826 10.0.0.130 - - [2026-02-02 02:09:00] "GET /virtual-network/cd024bef-1763-48f6-9291-5846c3a38fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006334 10.0.0.130 - - [2026-02-02 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.130 - - [2026-02-02 02:09:01] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002992 10.0.0.130 - - [2026-02-02 02:09:01] "GET /virtual-networks?parent_id=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003062 10.0.0.130 - - [2026-02-02 02:09:01] "GET /virtual-network/cd024bef-1763-48f6-9291-5846c3a38fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006027 10.0.0.130 - - [2026-02-02 02:09:01] "POST /neutron/floatingip HTTP/1.1" 200 576 0.010865 10.0.0.130 - - [2026-02-02 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002258 10.0.0.130 - - [2026-02-02 02:09:01] "GET /routing-instance/39f0a8a7-15c7-49c6-ac36-2664fe34d587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.003649 10.0.0.130 - - [2026-02-02 02:09:01] "GET /route-target/6ea0c1d9-a34f-42c4-a4d7-13dd369b6f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003145 10.0.0.130 - - [2026-02-02 02:09:01] "GET /floating-ip/3ffdf399-c259-48ea-b70c-a6f94af873b9 HTTP/1.1" 200 1892 0.004725 10.0.0.130 - - [2026-02-02 02:09:04] "POST /neutron/floatingip HTTP/1.1" 200 576 0.012456 10.0.0.130 - - [2026-02-02 02:09:04] "POST /neutron/floatingip HTTP/1.1" 200 530 0.018108 10.0.0.130 - - [2026-02-02 02:09:04] "POST /neutron/floatingip HTTP/1.1" 200 530 0.004758 10.0.0.130 - - [2026-02-02 02:09:04] "POST /neutron/floatingip HTTP/1.1" 200 115 0.035855 10.0.0.130 - - [2026-02-02 02:09:04] "GET /floating-ip-pool/e92bc7b8-e0aa-4c7c-8a55-f0c1a9697a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.002903 10.0.0.130 - - [2026-02-02 02:09:04] "POST /ref-update HTTP/1.1" 200 156 0.010727 10.0.0.130 - - [2026-02-02 02:09:04] "DELETE /floating-ip-pool/e92bc7b8-e0aa-4c7c-8a55-f0c1a9697a5a HTTP/1.1" 200 115 0.021786 10.0.0.130 - - [2026-02-02 02:09:05] "POST /neutron/network HTTP/1.1" 200 837 0.007491 10.0.0.130 - - [2026-02-02 02:09:05] "POST /neutron/network HTTP/1.1" 400 204 0.013971 10.0.0.130 - - [2026-02-02 02:09:05] "POST /neutron/port HTTP/1.1" 200 1136 0.014117 10.0.0.130 - - [2026-02-02 02:09:05] "POST /neutron/port HTTP/1.1" 200 1126 0.016864 10.0.0.130 - - [2026-02-02 02:09:05] "POST /neutron/port HTTP/1.1" 200 1135 0.014574 10.0.0.130 - - [2026-02-02 02:09:05] "POST /neutron/port HTTP/1.1" 200 1125 0.013370 10.0.0.130 - - [2026-02-02 02:09:05] "POST /neutron/port HTTP/1.1" 200 151 0.133069 10.0.0.130 - - [2026-02-02 02:09:05] "POST /neutron/port HTTP/1.1" 200 151 0.142486 10.0.0.130 - - [2026-02-02 02:09:07] "POST /neutron/network HTTP/1.1" 200 837 0.006673 10.0.0.130 - - [2026-02-02 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.130 - - [2026-02-02 02:09:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003138 10.0.0.130 - - [2026-02-02 02:09:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001706 10.0.0.130 - - [2026-02-02 02:09:07] "POST /neutron/network HTTP/1.1" 200 151 0.089919 10.0.0.130 - - [2026-02-02 02:09:07] "DELETE /route-target/b7e5e530-27c1-4cb5-b3f3-75f575751d2f HTTP/1.1" 200 115 0.018074 10.0.0.130 - - [2026-02-02 02:09:07] "GET /routing-instance/ae652899-4964-4c11-965b-9a93d94893a8 HTTP/1.1" 404 171 0.003205 10.0.0.130 - - [2026-02-02 02:09:07] "GET /domains HTTP/1.1" 200 281 0.003098 10.0.0.130 - - [2026-02-02 02:09:07] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001270 10.0.0.130 - - [2026-02-02 02:09:07] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2793 0.048731 10.0.0.130 - - [2026-02-02 02:09:07] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000906 10.0.0.130 - - [2026-02-02 02:09:07] "GET /project/cb54d71c-615a-4caa-bc27-7cf967bf385e HTTP/1.1" 200 2181 0.070043 10.0.0.130 - - [2026-02-02 02:09:07] "POST /neutron/network HTTP/1.1" 200 838 0.005189 10.0.0.130 - - [2026-02-02 02:09:07] "POST /useragent-kv HTTP/1.1" 200 115 0.009614 10.0.0.130 - - [2026-02-02 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.130 - - [2026-02-02 02:09:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002461 10.0.0.130 - - [2026-02-02 02:09:07] "POST /neutron/network HTTP/1.1" 200 151 0.095870 10.0.0.130 - - [2026-02-02 02:09:07] "GET /routing-instance/39f0a8a7-15c7-49c6-ac36-2664fe34d587 HTTP/1.1" 404 171 0.003934 10.0.0.130 - - [2026-02-02 02:09:07] "DELETE /route-target/6ea0c1d9-a34f-42c4-a4d7-13dd369b6f45 HTTP/1.1" 200 115 0.021418 10.0.0.130 - - [2026-02-02 02:09:07] "GET /domains HTTP/1.1" 200 281 0.003037 10.0.0.130 - - [2026-02-02 02:09:07] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.130 - - [2026-02-02 02:09:07] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2793 0.049514 10.0.0.130 - - [2026-02-02 02:09:07] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000894 10.0.0.130 - - [2026-02-02 02:09:07] "GET /project/cb54d71c-615a-4caa-bc27-7cf967bf385e HTTP/1.1" 200 1930 0.068162 10.0.0.130 - - [2026-02-02 02:09:07] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001166 10.0.0.130 - - [2026-02-02 02:09:07] "GET /project/cb54d71c-615a-4caa-bc27-7cf967bf385e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.028035 10.0.0.130 - - [2026-02-02 02:09:07] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000962 10.0.0.130 - - [2026-02-02 02:09:08] "GET /project/cb54d71c-615a-4caa-bc27-7cf967bf385e?fields=virtual_networks HTTP/1.1" 200 1059 0.078999 10.0.0.130 - - [2026-02-02 02:09:08] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000975 10.0.0.130 - - [2026-02-02 02:09:08] "GET /project/cb54d71c-615a-4caa-bc27-7cf967bf385e?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.033053 10.0.0.130 - - [2026-02-02 02:09:08] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001090 10.0.0.130 - - [2026-02-02 02:09:08] "GET /project/cb54d71c-615a-4caa-bc27-7cf967bf385e?fields=security_groups HTTP/1.1" 200 1298 0.031010 10.0.0.130 - - [2026-02-02 02:09:09] "POST /fqname-to-id HTTP/1.1" 404 183 0.025778 10.0.0.130 - - [2026-02-02 02:09:09] "GET /projects?obj_uuids=d91bb810-8c03-4d35-8d78-5c3ae3b4cc7b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.009968 10.0.0.130 - - [2026-02-02 02:09:09] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000853 10.0.0.130 - - [2026-02-02 02:09:09] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006068 10.0.0.130 - - [2026-02-02 02:09:09] "POST /id-to-fqname HTTP/1.1" 200 185 0.001401 10.0.0.130 - - [2026-02-02 02:09:09] "POST /fqname-to-id HTTP/1.1" 404 194 0.001813 10.0.0.130 - - [2026-02-02 02:09:09] "POST /security-groups HTTP/1.1" 200 586 0.060615 10.0.0.130 - - [2026-02-02 02:09:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.003627 10.0.0.130 - - [2026-02-02 02:09:09] "POST /projects HTTP/1.1" 200 575 0.210147 10.0.0.130 - - [2026-02-02 02:09:09] "POST /access-control-lists HTTP/1.1" 200 593 0.059228 10.0.0.130 - - [2026-02-02 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.289903 10.0.0.130 - - [2026-02-02 02:09:09] "POST /fqname-to-id HTTP/1.1" 404 228 0.002516 10.0.0.130 - - [2026-02-02 02:09:09] "GET /project/d91bb810-8c03-4d35-8d78-5c3ae3b4cc7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.421273 10.0.0.130 - - [2026-02-02 02:09:09] "POST /access-control-lists HTTP/1.1" 200 591 0.056760 10.0.0.130 - - [2026-02-02 02:09:10] "GET / HTTP/1.1" 200 36215 0.002126 10.0.0.130 - - [2026-02-02 02:09:11] "GET /projects?obj_uuids=d91bb810-8c03-4d35-8d78-5c3ae3b4cc7b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000998 10.0.0.130 - - [2026-02-02 02:09:11] "GET /project/d91bb810-8c03-4d35-8d78-5c3ae3b4cc7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.023881 10.0.0.130 - - [2026-02-02 02:09:11] "GET /projects?obj_uuids=d91bb810-8c03-4d35-8d78-5c3ae3b4cc7b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000872 10.0.0.130 - - [2026-02-02 02:09:11] "GET /project/d91bb810-8c03-4d35-8d78-5c3ae3b4cc7b?fields=virtual_networks HTTP/1.1" 200 1025 0.064783 10.0.0.130 - - [2026-02-02 02:09:11] "GET /projects?obj_uuids=d91bb810-8c03-4d35-8d78-5c3ae3b4cc7b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000865 10.0.0.130 - - [2026-02-02 02:09:11] "GET /project/d91bb810-8c03-4d35-8d78-5c3ae3b4cc7b?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.025256 10.0.0.130 - - [2026-02-02 02:09:12] "GET /projects?obj_uuids=d91bb810-8c03-4d35-8d78-5c3ae3b4cc7b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000987 10.0.0.130 - - [2026-02-02 02:09:12] "GET /project/d91bb810-8c03-4d35-8d78-5c3ae3b4cc7b?fields=security_groups HTTP/1.1" 200 1247 0.028114 10.0.0.130 - - [2026-02-02 02:09:12] "POST /fqname-to-id HTTP/1.1" 404 183 0.027428 10.0.0.130 - - [2026-02-02 02:09:12] "GET /projects?obj_uuids=98e77561-e8cd-416a-9ee6-922922ff219e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002624 10.0.0.130 - - [2026-02-02 02:09:13] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000835 10.0.0.130 - - [2026-02-02 02:09:13] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008324 10.0.0.130 - - [2026-02-02 02:09:13] "POST /id-to-fqname HTTP/1.1" 200 185 0.003168 10.0.0.130 - - [2026-02-02 02:09:13] "POST /fqname-to-id HTTP/1.1" 404 194 0.002865 10.0.0.130 - - [2026-02-02 02:09:13] "POST /security-groups HTTP/1.1" 200 586 0.065369 10.0.0.130 - - [2026-02-02 02:09:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.002192 10.0.0.130 - - [2026-02-02 02:09:13] "POST /projects HTTP/1.1" 200 575 0.223404 10.0.0.130 - - [2026-02-02 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.257924 10.0.0.130 - - [2026-02-02 02:09:13] "POST /access-control-lists HTTP/1.1" 200 593 0.059699 10.0.0.130 - - [2026-02-02 02:09:13] "GET /project/98e77561-e8cd-416a-9ee6-922922ff219e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.385993 10.0.0.130 - - [2026-02-02 02:09:13] "POST /fqname-to-id HTTP/1.1" 404 228 0.002764 10.0.0.130 - - [2026-02-02 02:09:13] "POST /access-control-lists HTTP/1.1" 200 591 0.056735 10.0.0.130 - - [2026-02-02 02:09:14] "GET / HTTP/1.1" 200 36215 0.001837 10.0.0.130 - - [2026-02-02 02:09:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.003036 10.0.0.130 - - [2026-02-02 02:09:14] "GET /projects?obj_uuids=0772f4eb-9679-44a1-b6f1-21a081f62a7c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000920 10.0.0.130 - - [2026-02-02 02:09:14] "POST /fqname-to-id HTTP/1.1" 404 228 0.002485 10.0.0.130 - - [2026-02-02 02:09:14] "POST /access-control-lists HTTP/1.1" 200 592 0.014025 10.0.0.130 - - [2026-02-02 02:09:15] "POST /fqname-to-id HTTP/1.1" 404 227 0.002614 10.0.0.130 - - [2026-02-02 02:09:15] "POST /access-control-lists HTTP/1.1" 200 590 0.027523 10.0.0.130 - - [2026-02-02 02:09:15] "PUT /access-control-list/7bce1a73-fe6f-4498-a8b3-357e49ba547e HTTP/1.1" 200 273 0.007395 10.0.0.130 - - [2026-02-02 02:09:15] "PUT /access-control-list/3ed512af-84a2-4b95-b2e5-6c3318cc5581 HTTP/1.1" 200 273 0.009304 10.0.0.130 - - [2026-02-02 02:09:15] "POST /neutron/security_group HTTP/1.1" 200 1364 0.378073 10.0.0.130 - - [2026-02-02 02:09:15] "GET /projects?obj_uuids=0772f4eb-9679-44a1-b6f1-21a081f62a7c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000883 10.0.0.130 - - [2026-02-02 02:09:15] "PUT /access-control-list/3ed512af-84a2-4b95-b2e5-6c3318cc5581 HTTP/1.1" 200 273 0.019774 10.0.0.130 - - [2026-02-02 02:09:15] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.041280 10.0.0.130 - - [2026-02-02 02:09:15] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.013484 10.0.0.130 - - [2026-02-02 02:09:15] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.173882 10.0.0.130 - - [2026-02-02 02:09:15] "PUT /access-control-list/3ed512af-84a2-4b95-b2e5-6c3318cc5581 HTTP/1.1" 200 273 0.009069 10.0.0.130 - - [2026-02-02 02:09:15] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.007276 10.0.0.130 - - [2026-02-02 02:09:15] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.125960 10.0.0.130 - - [2026-02-02 02:09:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.002502 10.0.0.130 - - [2026-02-02 02:09:15] "PUT /access-control-list/3ed512af-84a2-4b95-b2e5-6c3318cc5581 HTTP/1.1" 200 273 0.008967 10.0.0.130 - - [2026-02-02 02:09:15] "GET /projects?obj_uuids=0772f4eb-9679-44a1-b6f1-21a081f62a7c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000841 10.0.0.130 - - [2026-02-02 02:09:15] "POST /fqname-to-id HTTP/1.1" 404 228 0.002120 10.0.0.130 - - [2026-02-02 02:09:15] "POST /access-control-lists HTTP/1.1" 200 592 0.016375 10.0.0.130 - - [2026-02-02 02:09:15] "POST /fqname-to-id HTTP/1.1" 404 227 0.002239 10.0.0.130 - - [2026-02-02 02:09:15] "POST /access-control-lists HTTP/1.1" 200 590 0.012715 10.0.0.130 - - [2026-02-02 02:09:15] "PUT /access-control-list/68bc0520-3eb1-4665-b624-49001446af3b HTTP/1.1" 200 273 0.008918 10.0.0.130 - - [2026-02-02 02:09:15] "PUT /access-control-list/932330aa-e056-40a0-a3f6-74aec1e337cd HTTP/1.1" 200 273 0.010025 10.0.0.130 - - [2026-02-02 02:09:16] "POST /neutron/security_group HTTP/1.1" 200 1364 0.322233 10.0.0.130 - - [2026-02-02 02:09:16] "GET /projects?obj_uuids=0772f4eb-9679-44a1-b6f1-21a081f62a7c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000835 10.0.0.130 - - [2026-02-02 02:09:16] "PUT /access-control-list/932330aa-e056-40a0-a3f6-74aec1e337cd HTTP/1.1" 200 273 0.013403 10.0.0.130 - - [2026-02-02 02:09:16] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.030317 10.0.0.130 - - [2026-02-02 02:09:16] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.006831 10.0.0.130 - - [2026-02-02 02:09:16] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.094929 10.0.0.130 - - [2026-02-02 02:09:16] "PUT /access-control-list/932330aa-e056-40a0-a3f6-74aec1e337cd HTTP/1.1" 200 273 0.009391 10.0.0.130 - - [2026-02-02 02:09:16] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011995 10.0.0.130 - - [2026-02-02 02:09:16] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.155820 10.0.0.130 - - [2026-02-02 02:09:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000428 10.0.0.130 - - [2026-02-02 02:09:16] "PUT /access-control-list/932330aa-e056-40a0-a3f6-74aec1e337cd HTTP/1.1" 200 273 0.014349 10.0.0.130 - - [2026-02-02 02:09:16] "POST /fqname-to-id HTTP/1.1" 404 210 0.031430 10.0.0.130 - - [2026-02-02 02:09:16] "GET /projects?obj_uuids=98e77561-e8cd-416a-9ee6-922922ff219e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000932 10.0.0.130 - - [2026-02-02 02:09:16] "POST /fqname-to-id HTTP/1.1" 404 245 0.002021 10.0.0.130 - - [2026-02-02 02:09:16] "POST /access-control-lists HTTP/1.1" 200 609 0.012507 10.0.0.130 - - [2026-02-02 02:09:16] "POST /fqname-to-id HTTP/1.1" 404 244 0.002357 10.0.0.130 - - [2026-02-02 02:09:16] "POST /access-control-lists HTTP/1.1" 200 607 0.017302 10.0.0.130 - - [2026-02-02 02:09:16] "PUT /access-control-list/050384cb-2afb-4da6-89a4-07abc73a53eb HTTP/1.1" 200 273 0.008131 10.0.0.130 - - [2026-02-02 02:09:16] "POST /neutron/security_group HTTP/1.1" 200 1379 0.294430 10.0.0.130 - - [2026-02-02 02:09:17] "GET /projects?obj_uuids=98e77561-e8cd-416a-9ee6-922922ff219e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000868 10.0.0.130 - - [2026-02-02 02:09:17] "PUT /access-control-list/0259ea98-b3e6-4a9a-b4f4-f23af08c646d HTTP/1.1" 200 273 0.008354 10.0.0.130 - - [2026-02-02 02:09:17] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.030545 10.0.0.130 - - [2026-02-02 02:09:17] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010345 10.0.0.130 - - [2026-02-02 02:09:17] "PUT /access-control-list/0259ea98-b3e6-4a9a-b4f4-f23af08c646d HTTP/1.1" 200 273 0.007539 10.0.0.130 - - [2026-02-02 02:09:17] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.140991 10.0.0.130 - - [2026-02-02 02:09:17] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011958 10.0.0.130 - - [2026-02-02 02:09:17] "PUT /access-control-list/0259ea98-b3e6-4a9a-b4f4-f23af08c646d HTTP/1.1" 200 273 0.010588 10.0.0.130 - - [2026-02-02 02:09:17] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.126366 10.0.0.130 - - [2026-02-02 02:09:17] "POST /fqname-to-id HTTP/1.1" 404 210 0.002026 10.0.0.130 - - [2026-02-02 02:09:17] "PUT /access-control-list/0259ea98-b3e6-4a9a-b4f4-f23af08c646d HTTP/1.1" 200 273 0.008119 10.0.0.130 - - [2026-02-02 02:09:17] "GET /projects?obj_uuids=98e77561-e8cd-416a-9ee6-922922ff219e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000907 10.0.0.130 - - [2026-02-02 02:09:17] "POST /fqname-to-id HTTP/1.1" 404 245 0.002364 10.0.0.130 - - [2026-02-02 02:09:17] "POST /access-control-lists HTTP/1.1" 200 609 0.014807 10.0.0.130 - - [2026-02-02 02:09:17] "POST /fqname-to-id HTTP/1.1" 404 244 0.002650 10.0.0.130 - - [2026-02-02 02:09:17] "POST /access-control-lists HTTP/1.1" 200 607 0.015312 10.0.0.130 - - [2026-02-02 02:09:17] "PUT /access-control-list/b9d51e4b-4c6f-4f20-b015-14c9dfa1ef92 HTTP/1.1" 200 273 0.007276 10.0.0.130 - - [2026-02-02 02:09:17] "PUT /access-control-list/c246ad95-d39c-49ac-8b89-5c0a93c0f426 HTTP/1.1" 200 273 0.009976 10.0.0.130 - - [2026-02-02 02:09:17] "POST /neutron/security_group HTTP/1.1" 200 1379 0.305778 10.0.0.130 - - [2026-02-02 02:09:17] "GET /projects?obj_uuids=98e77561-e8cd-416a-9ee6-922922ff219e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001003 10.0.0.130 - - [2026-02-02 02:09:17] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.030901 10.0.0.130 - - [2026-02-02 02:09:17] "PUT /access-control-list/c246ad95-d39c-49ac-8b89-5c0a93c0f426 HTTP/1.1" 200 273 0.010231 10.0.0.130 - - [2026-02-02 02:09:17] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.014063 10.0.0.130 - - [2026-02-02 02:09:17] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.170027 10.0.0.130 - - [2026-02-02 02:09:17] "PUT /access-control-list/c246ad95-d39c-49ac-8b89-5c0a93c0f426 HTTP/1.1" 200 273 0.008619 10.0.0.130 - - [2026-02-02 02:09:17] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011303 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.149025 10.0.0.130 - - [2026-02-02 02:09:18] "PUT /access-control-list/c246ad95-d39c-49ac-8b89-5c0a93c0f426 HTTP/1.1" 200 273 0.008858 10.0.0.130 - - [2026-02-02 02:09:18] "GET /projects?obj_uuids=0772f4eb-9679-44a1-b6f1-21a081f62a7c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000948 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.043741 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.003225 10.0.0.130 - - [2026-02-02 02:09:18] "POST /route-targets HTTP/1.1" 200 328 0.013994 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.003914 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.004089 10.0.0.130 - - [2026-02-02 02:09:18] "PUT /logical-router/f96a86f6-185f-41d6-9a32-b3d733a9add5 HTTP/1.1" 200 263 0.027614 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.005458 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.002889 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.003057 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.005352 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.003563 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.002795 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.003070 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.002829 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.002881 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.003183 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.003528 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.002773 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.003036 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.003095 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.003055 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.003090 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.003131 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.003297 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.003528 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.002942 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.003014 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.003155 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.003064 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.003164 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.004126 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.003827 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.003796 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.002923 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.002899 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.013494 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.003196 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 542 0.015506 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 542 0.003551 10.0.0.130 - - [2026-02-02 02:09:18] "GET /logical-router/f96a86f6-185f-41d6-9a32-b3d733a9add5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004516 10.0.0.130 - - [2026-02-02 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 151 0.041532 10.0.0.130 - - [2026-02-02 02:09:18] "GET /projects?obj_uuids=0772f4eb-9679-44a1-b6f1-21a081f62a7c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001851 10.0.0.130 - - [2026-02-02 02:09:18] "DELETE /route-target/cb420182-1f71-40c6-ac86-b6e8e0844991 HTTP/1.1" 200 115 0.022569 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.053818 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.002741 10.0.0.130 - - [2026-02-02 02:09:18] "POST /route-targets HTTP/1.1" 200 328 0.011539 10.0.0.130 - - [2026-02-02 02:09:18] "POST /neutron/router HTTP/1.1" 200 541 0.002562 10.0.0.130 - - [2026-02-02 02:09:19] "PUT /logical-router/789056c1-04cb-47f4-ab75-925e4762f997 HTTP/1.1" 200 263 0.015733 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.005686 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003282 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003344 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003178 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.002865 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003106 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003299 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.002934 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.005388 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003156 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.002954 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003109 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003043 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003269 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.002846 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003289 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003295 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003059 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003518 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003388 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003028 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003807 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003654 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003378 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003759 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.002781 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003239 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003228 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003002 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003214 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.015329 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 541 0.003147 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 542 0.017925 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 542 0.004312 10.0.0.130 - - [2026-02-02 02:09:19] "GET /logical-router/789056c1-04cb-47f4-ab75-925e4762f997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004660 10.0.0.130 - - [2026-02-02 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 151 0.037544 10.0.0.130 - - [2026-02-02 02:09:19] "GET /projects?obj_uuids=98e77561-e8cd-416a-9ee6-922922ff219e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001131 10.0.0.130 - - [2026-02-02 02:09:19] "DELETE /route-target/a33028c7-6e5f-4d4e-b1eb-7b05ec6191a2 HTTP/1.1" 200 115 0.015739 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.041677 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.003778 10.0.0.130 - - [2026-02-02 02:09:19] "POST /route-targets HTTP/1.1" 200 328 0.013052 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.002648 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.002952 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.003066 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.003167 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.003321 10.0.0.130 - - [2026-02-02 02:09:19] "PUT /logical-router/9fd4ddf6-6465-4aa4-bb3f-63c4144debb4 HTTP/1.1" 200 263 0.013801 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.003803 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.003120 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.002831 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.002884 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.003224 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.003808 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.003031 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.003059 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.003100 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.002903 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.002756 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.003846 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.002869 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.008785 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.002961 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.003554 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.004960 10.0.0.130 - - [2026-02-02 02:09:19] "DELETE /project/d91bb8108c034d358d785c3ae3b4cc7b HTTP/1.1" 404 173 0.010094 10.0.0.130 - - [2026-02-02 02:09:19] "DELETE /project/cb54d71c615a4caabc277cf967bf385e HTTP/1.1" 404 173 0.009300 10.0.0.130 - - [2026-02-02 02:09:19] "DELETE /project/98e77561e8cd416a9ee6922922ff219e HTTP/1.1" 404 173 0.007645 10.0.0.130 - - [2026-02-02 02:09:19] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000898 10.0.0.130 - - [2026-02-02 02:09:19] "GET /projects?obj_uuids=d91bb810-8c03-4d35-8d78-5c3ae3b4cc7b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000809 10.0.0.130 - - [2026-02-02 02:09:19] "GET /projects?obj_uuids=91d88ab4-2890-4822-b2eb-27690ca74f87&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000751 10.0.0.130 - - [2026-02-02 02:09:19] "GET /project/d91bb810-8c03-4d35-8d78-5c3ae3b4cc7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.030551 10.0.0.130 - - [2026-02-02 02:09:19] "GET /project/cb54d71c-615a-4caa-bc27-7cf967bf385e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.037922 10.0.0.130 - - [2026-02-02 02:09:19] "GET /project/91d88ab4-2890-4822-b2eb-27690ca74f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.039260 10.0.0.130 - - [2026-02-02 02:09:19] "GET /projects?obj_uuids=d91bb810-8c03-4d35-8d78-5c3ae3b4cc7b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001252 10.0.0.130 - - [2026-02-02 02:09:19] "GET /projects?obj_uuids=91d88ab4-2890-4822-b2eb-27690ca74f87&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000763 10.0.0.130 - - [2026-02-02 02:09:19] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000689 10.0.0.130 - - [2026-02-02 02:09:19] "GET /project/d91bb810-8c03-4d35-8d78-5c3ae3b4cc7b?fields=security_groups HTTP/1.1" 200 1349 0.032988 10.0.0.130 - - [2026-02-02 02:09:19] "GET /project/cb54d71c-615a-4caa-bc27-7cf967bf385e?fields=security_groups HTTP/1.1" 200 1400 0.034748 10.0.0.130 - - [2026-02-02 02:09:19] "GET /project/91d88ab4-2890-4822-b2eb-27690ca74f87?fields=security_groups HTTP/1.1" 200 1397 0.036894 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.002754 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.003573 10.0.0.130 - - [2026-02-02 02:09:19] "POST /neutron/router HTTP/1.1" 200 559 0.004951 10.0.0.130 - - [2026-02-02 02:09:20] "POST /neutron/router HTTP/1.1" 200 559 0.003900 10.0.0.130 - - [2026-02-02 02:09:20] "POST /neutron/router HTTP/1.1" 200 559 0.006274 10.0.0.130 - - [2026-02-02 02:09:20] "DELETE /security-group/05df307c-1bdf-4b95-86ac-693bef8baf03 HTTP/1.1" 200 115 0.053939 10.0.0.130 - - [2026-02-02 02:09:20] "POST /neutron/router HTTP/1.1" 200 559 0.002695 10.0.0.130 - - [2026-02-02 02:09:20] "GET /projects?obj_uuids=d91bb810-8c03-4d35-8d78-5c3ae3b4cc7b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000858 10.0.0.130 - - [2026-02-02 02:09:20] "POST /neutron/router HTTP/1.1" 200 559 0.003470 10.0.0.130 - - [2026-02-02 02:09:20] "DELETE /security-group/843ef67c-f416-4fd1-845c-a79a42cebf14 HTTP/1.1" 200 115 0.079740 10.0.0.130 - - [2026-02-02 02:09:20] "GET /projects?obj_uuids=cb54d71c-615a-4caa-bc27-7cf967bf385e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000838 10.0.0.130 - - [2026-02-02 02:09:20] "DELETE /access-control-list/0531e855-9bd5-44a7-b55c-f94da2d52a0c HTTP/1.1" 200 115 0.059132 10.0.0.130 - - [2026-02-02 02:09:20] "POST /neutron/router HTTP/1.1" 200 559 0.003878 10.0.0.130 - - [2026-02-02 02:09:20] "GET /project/d91bb810-8c03-4d35-8d78-5c3ae3b4cc7b?fields=application_policy_sets HTTP/1.1" 200 1388 0.045877 10.0.0.130 - - [2026-02-02 02:09:20] "DELETE /security-group/8eaf2b05-053a-412b-8033-e57ee1d45e64 HTTP/1.1" 200 115 0.096733 10.0.0.130 - - [2026-02-02 02:09:20] "GET /projects?obj_uuids=91d88ab4-2890-4822-b2eb-27690ca74f87&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000867 10.0.0.130 - - [2026-02-02 02:09:20] "POST /neutron/router HTTP/1.1" 200 559 0.006603 10.0.0.130 - - [2026-02-02 02:09:20] "GET /project/91d88ab4-2890-4822-b2eb-27690ca74f87?fields=application_policy_sets HTTP/1.1" 200 1436 0.029738 10.0.0.130 - - [2026-02-02 02:09:20] "DELETE /access-control-list/004bd7e4-e7d2-45f5-91e2-fcae65e72cc7 HTTP/1.1" 200 115 0.042670 10.0.0.130 - - [2026-02-02 02:09:20] "POST /neutron/router HTTP/1.1" 200 559 0.027921 10.0.0.130 - - [2026-02-02 02:09:20] "POST /neutron/router HTTP/1.1" 200 559 0.003684 10.0.0.130 - - [2026-02-02 02:09:20] "GET /project/cb54d71c-615a-4caa-bc27-7cf967bf385e?fields=application_policy_sets HTTP/1.1" 200 1439 0.095427 10.0.0.130 - - [2026-02-02 02:09:20] "POST /neutron/router HTTP/1.1" 200 559 0.041646 10.0.0.130 - - [2026-02-02 02:09:20] "DELETE /access-control-list/a8e72c6f-652b-4dbd-bf5e-154138b89110 HTTP/1.1" 200 115 0.056966 10.0.0.130 - - [2026-02-02 02:09:20] "POST /neutron/router HTTP/1.1" 200 559 0.003033 10.0.0.130 - - [2026-02-02 02:09:20] "DELETE /access-control-list/f3f6f31e-1051-4edc-aca7-73d69ce45b59 HTTP/1.1" 200 115 0.049760 10.0.0.130 - - [2026-02-02 02:09:20] "GET /logical-router/9fd4ddf6-6465-4aa4-bb3f-63c4144debb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003072 10.0.0.130 - - [2026-02-02 02:09:20] "DELETE /project/d91bb810-8c03-4d35-8d78-5c3ae3b4cc7b HTTP/1.1" 200 115 0.438817 10.0.0.130 - - [2026-02-02 02:09:20] "DELETE /access-control-list/c96eb6d5-b7d8-4d33-9a1f-c4edbd3777d7 HTTP/1.1" 200 115 0.037319 10.0.0.130 - - [2026-02-02 02:09:20] "POST /neutron/router HTTP/1.1" 200 151 0.079781 10.0.0.130 - - [2026-02-02 02:09:20] "DELETE /project/91d88ab4-2890-4822-b2eb-27690ca74f87 HTTP/1.1" 200 115 0.447325 10.0.0.130 - - [2026-02-02 02:09:20] "POST /neutron/security_group HTTP/1.1" 200 521 0.005151 10.0.0.130 - - [2026-02-02 02:09:20] "DELETE /project/cb54d71c-615a-4caa-bc27-7cf967bf385e HTTP/1.1" 200 115 0.480249 10.0.0.130 - - [2026-02-02 02:09:20] "DELETE /access-control-list/0d7e9364-b186-4b43-8dda-6ce180cb3dcb HTTP/1.1" 200 115 0.052435 10.0.0.130 - - [2026-02-02 02:09:20] "POST /neutron/security_group HTTP/1.1" 200 151 0.051240 10.0.0.130 - - [2026-02-02 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.001947 10.0.0.130 - - [2026-02-02 02:09:20] "POST /neutron/security_group HTTP/1.1" 200 521 0.010672 10.0.0.130 - - [2026-02-02 02:09:20] "POST /neutron/security_group HTTP/1.1" 200 151 0.033017 10.0.0.130 - - [2026-02-02 02:09:20] "DELETE /route-target/5f551e41-90de-4bff-b2ba-4a0a77c608fc HTTP/1.1" 200 115 0.016068 10.0.0.130 - - [2026-02-02 02:09:20] "POST /neutron/security_group HTTP/1.1" 200 506 0.003491 10.0.0.130 - - [2026-02-02 02:09:20] "DELETE /access-control-list/b9d51e4b-4c6f-4f20-b015-14c9dfa1ef92 HTTP/1.1" 200 115 0.015508 10.0.0.130 - - [2026-02-02 02:09:20] "DELETE /access-control-list/c246ad95-d39c-49ac-8b89-5c0a93c0f426 HTTP/1.1" 200 115 0.021045 10.0.0.130 - - [2026-02-02 02:09:20] "POST /neutron/security_group HTTP/1.1" 200 151 0.040731 10.0.0.130 - - [2026-02-02 02:09:20] "POST /neutron/security_group HTTP/1.1" 200 506 0.003880 10.0.0.130 - - [2026-02-02 02:09:20] "DELETE /access-control-list/050384cb-2afb-4da6-89a4-07abc73a53eb HTTP/1.1" 200 115 0.016026 10.0.0.130 - - [2026-02-02 02:09:20] "DELETE /access-control-list/0259ea98-b3e6-4a9a-b4f4-f23af08c646d HTTP/1.1" 200 115 0.019705 10.0.0.130 - - [2026-02-02 02:09:20] "DELETE /access-control-list/68bc0520-3eb1-4665-b624-49001446af3b HTTP/1.1" 200 115 0.029704 10.0.0.130 - - [2026-02-02 02:09:20] "POST /neutron/security_group HTTP/1.1" 200 151 0.068367 10.0.0.130 - - [2026-02-02 02:09:20] "DELETE /access-control-list/932330aa-e056-40a0-a3f6-74aec1e337cd HTTP/1.1" 200 115 0.018888 10.0.0.130 - - [2026-02-02 02:09:20] "DELETE /access-control-list/7bce1a73-fe6f-4498-a8b3-357e49ba547e HTTP/1.1" 200 115 0.013776 10.0.0.130 - - [2026-02-02 02:09:20] "DELETE /access-control-list/3ed512af-84a2-4b95-b2e5-6c3318cc5581 HTTP/1.1" 200 115 0.016590 10.0.0.130 - - [2026-02-02 02:09:20] "GET /projects?obj_uuids=98e77561-e8cd-416a-9ee6-922922ff219e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000895 10.0.0.130 - - [2026-02-02 02:09:20] "GET /project/98e77561-e8cd-416a-9ee6-922922ff219e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.023108 10.0.0.130 - - [2026-02-02 02:09:20] "GET /projects?obj_uuids=98e77561-e8cd-416a-9ee6-922922ff219e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001200 10.0.0.130 - - [2026-02-02 02:09:20] "GET /project/98e77561-e8cd-416a-9ee6-922922ff219e?fields=virtual_networks HTTP/1.1" 200 1025 0.066814 10.0.0.130 - - [2026-02-02 02:09:20] "GET /projects?obj_uuids=98e77561-e8cd-416a-9ee6-922922ff219e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000957 10.0.0.130 - - [2026-02-02 02:09:20] "GET /project/98e77561-e8cd-416a-9ee6-922922ff219e?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.024841 10.0.0.130 - - [2026-02-02 02:09:21] "GET /projects?obj_uuids=98e77561-e8cd-416a-9ee6-922922ff219e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001105 10.0.0.130 - - [2026-02-02 02:09:21] "GET /project/98e77561-e8cd-416a-9ee6-922922ff219e?fields=security_groups HTTP/1.1" 200 1247 0.047225 10.0.0.130 - - [2026-02-02 02:09:21] "POST /fqname-to-id HTTP/1.1" 404 184 0.026194 10.0.0.130 - - [2026-02-02 02:09:21] "GET /projects?obj_uuids=f3968649-7f33-4597-bd72-bda6c173ab24&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002056 10.0.0.130 - - [2026-02-02 02:09:21] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.130 - - [2026-02-02 02:09:21] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007457 10.0.0.130 - - [2026-02-02 02:09:22] "POST /id-to-fqname HTTP/1.1" 200 186 0.001426 10.0.0.130 - - [2026-02-02 02:09:22] "POST /fqname-to-id HTTP/1.1" 404 195 0.002065 10.0.0.130 - - [2026-02-02 02:09:22] "POST /security-groups HTTP/1.1" 200 587 0.060905 10.0.0.130 - - [2026-02-02 02:09:22] "POST /fqname-to-id HTTP/1.1" 404 230 0.002326 10.0.0.130 - - [2026-02-02 02:09:22] "POST /projects HTTP/1.1" 200 577 0.217977 10.0.0.130 - - [2026-02-02 02:09:22] "POST /access-control-lists HTTP/1.1" 200 594 0.061969 10.0.0.130 - - [2026-02-02 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.289573 10.0.0.130 - - [2026-02-02 02:09:22] "POST /fqname-to-id HTTP/1.1" 404 229 0.002745 10.0.0.130 - - [2026-02-02 02:09:22] "GET /project/f3968649-7f33-4597-bd72-bda6c173ab24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.434598 10.0.0.130 - - [2026-02-02 02:09:22] "POST /access-control-lists HTTP/1.1" 200 592 0.062209 10.0.0.130 - - [2026-02-02 02:09:23] "GET / HTTP/1.1" 200 36215 0.001797 10.0.0.130 - - [2026-02-02 02:09:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000436 10.0.0.130 - - [2026-02-02 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.044045 10.0.0.130 - - [2026-02-02 02:09:24] "GET /projects?obj_uuids=f3968649-7f33-4597-bd72-bda6c173ab24&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000908 10.0.0.130 - - [2026-02-02 02:09:24] "GET /project/f3968649-7f33-4597-bd72-bda6c173ab24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.029531 10.0.0.130 - - [2026-02-02 02:09:24] "GET /obj-perms HTTP/1.1" 200 5075 0.473715 10.0.0.130 - - [2026-02-02 02:09:25] "POST /neutron/network HTTP/1.1" 200 117 0.279391 10.0.0.130 - - [2026-02-02 02:09:25] "GET /projects?obj_uuids=f3968649-7f33-4597-bd72-bda6c173ab24&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000961 10.0.0.130 - - [2026-02-02 02:09:25] "GET /obj-perms HTTP/1.1" 200 5075 0.093045 10.0.0.130 - - [2026-02-02 02:09:25] "POST /neutron/network HTTP/1.1" 200 601 0.071265 10.0.0.130 - - [2026-02-02 02:09:25] "POST /route-targets HTTP/1.1" 200 328 0.012297 10.0.0.130 - - [2026-02-02 02:09:25] "POST /ref-update HTTP/1.1" 200 156 0.011171 10.0.0.130 - - [2026-02-02 02:09:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002401 10.0.0.130 - - [2026-02-02 02:09:25] "POST /neutron/subnet HTTP/1.1" 200 714 0.197855 10.0.0.130 - - [2026-02-02 02:09:25] "POST /neutron/network HTTP/1.1" 200 818 0.004663 10.0.0.130 - - [2026-02-02 02:09:25] "POST /id-to-fqname HTTP/1.1" 200 216 0.001164 10.0.0.130 - - [2026-02-02 02:09:25] "GET /virtual-network/7d92a984-2782-42a0-b42b-f38632cee0fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.004838 10.0.0.130 - - [2026-02-02 02:09:25] "POST /neutron/network HTTP/1.1" 200 818 0.006229 10.0.0.130 - - [2026-02-02 02:09:25] "GET /virtual-network/7d92a984-2782-42a0-b42b-f38632cee0fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.004209 10.0.0.130 - - [2026-02-02 02:09:25] "POST /neutron/network HTTP/1.1" 200 818 0.005593 10.0.0.130 - - [2026-02-02 02:09:25] "POST /neutron/subnet HTTP/1.1" 200 714 0.006176 10.0.0.130 - - [2026-02-02 02:09:25] "POST /fqname-to-id HTTP/1.1" 404 206 0.002222 10.0.0.130 - - [2026-02-02 02:09:25] "GET /virtual-network/7d92a984-2782-42a0-b42b-f38632cee0fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.004836 10.0.0.130 - - [2026-02-02 02:09:25] "GET /projects?obj_uuids=f3968649-7f33-4597-bd72-bda6c173ab24&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001417 10.0.0.130 - - [2026-02-02 02:09:25] "POST /neutron/port HTTP/1.1" 200 1015 0.189481 10.0.0.130 - - [2026-02-02 02:09:25] "GET /virtual-machine-interface/4e3f456c-e5b5-41fb-946d-429d790d4a44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.004324 10.0.0.130 - - [2026-02-02 02:09:25] "GET /virtual-machine-interface/4e3f456c-e5b5-41fb-946d-429d790d4a44?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.004196 10.0.0.130 - - [2026-02-02 02:09:25] "GET /instance-ip/734827d4-a765-4f0f-a3e5-0f3776bfd301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.003450 10.0.0.130 - - [2026-02-02 02:09:25] "GET /virtual-machine-interface/4e3f456c-e5b5-41fb-946d-429d790d4a44 HTTP/1.1" 401 293 0.000483 10.0.0.130 - - [2026-02-02 02:09:26] "GET /virtual-machine-interface/4e3f456c-e5b5-41fb-946d-429d790d4a44 HTTP/1.1" 200 2611 0.028509 10.0.0.130 - - [2026-02-02 02:09:26] "POST /neutron/port HTTP/1.1" 200 1015 0.015118 10.0.0.130 - - [2026-02-02 02:09:26] "POST /neutron/port HTTP/1.1" 200 151 0.082576 10.0.0.130 - - [2026-02-02 02:09:26] "POST /neutron/network HTTP/1.1" 200 818 0.006551 10.0.0.130 - - [2026-02-02 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.130 - - [2026-02-02 02:09:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001756 10.0.0.130 - - [2026-02-02 02:09:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002432 10.0.0.130 - - [2026-02-02 02:09:26] "POST /neutron/network HTTP/1.1" 200 151 0.082339 10.0.0.130 - - [2026-02-02 02:09:26] "DELETE /route-target/69be5c39-3ed1-4a41-a8a9-159278165485 HTTP/1.1" 200 115 0.012911 10.0.0.130 - - [2026-02-02 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.130 - - [2026-02-02 02:09:26] "GET /projects?obj_uuids=f3968649-7f33-4597-bd72-bda6c173ab24&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000882 10.0.0.130 - - [2026-02-02 02:09:27] "GET /project/f3968649-7f33-4597-bd72-bda6c173ab24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.035165 10.0.0.130 - - [2026-02-02 02:09:27] "POST /neutron/network HTTP/1.1" 200 117 0.007550 10.0.0.130 - - [2026-02-02 02:09:27] "GET /projects?obj_uuids=f3968649-7f33-4597-bd72-bda6c173ab24&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001604 10.0.0.130 - - [2026-02-02 02:09:27] "POST /neutron/network HTTP/1.1" 200 603 0.063175 10.0.0.130 - - [2026-02-02 02:09:27] "POST /route-targets HTTP/1.1" 200 328 0.007942 10.0.0.130 - - [2026-02-02 02:09:27] "POST /ref-update HTTP/1.1" 200 156 0.009981 10.0.0.130 - - [2026-02-02 02:09:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002786 10.0.0.130 - - [2026-02-02 02:09:27] "POST /neutron/subnet HTTP/1.1" 200 725 0.194611 10.0.0.130 - - [2026-02-02 02:09:27] "POST /useragent-kv HTTP/1.1" 200 115 0.006284 10.0.0.130 - - [2026-02-02 02:09:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.198377 10.0.0.130 - - [2026-02-02 02:09:27] "POST /neutron/network HTTP/1.1" 200 978 0.006040 10.0.0.130 - - [2026-02-02 02:09:27] "POST /id-to-fqname HTTP/1.1" 200 217 0.001250 10.0.0.130 - - [2026-02-02 02:09:27] "GET /virtual-network/3c227aba-d8e1-49d4-8de2-3018764ce61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.004714 10.0.0.130 - - [2026-02-02 02:09:27] "POST /neutron/network HTTP/1.1" 200 978 0.006993 10.0.0.130 - - [2026-02-02 02:09:27] "GET /virtual-network/3c227aba-d8e1-49d4-8de2-3018764ce61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005120 10.0.0.130 - - [2026-02-02 02:09:27] "POST /neutron/network HTTP/1.1" 200 978 0.006307 10.0.0.130 - - [2026-02-02 02:09:27] "POST /neutron/subnet HTTP/1.1" 200 725 0.005738 10.0.0.130 - - [2026-02-02 02:09:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.005802 10.0.0.130 - - [2026-02-02 02:09:27] "GET /projects?obj_uuids=f3968649-7f33-4597-bd72-bda6c173ab24&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000957 10.0.0.130 - - [2026-02-02 02:09:27] "POST /neutron/port HTTP/1.1" 200 1018 0.151083 10.0.0.130 - - [2026-02-02 02:09:27] "GET /projects?obj_uuids=f3968649-7f33-4597-bd72-bda6c173ab24&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000978 10.0.0.130 - - [2026-02-02 02:09:28] "POST /neutron/port HTTP/1.1" 200 1018 0.175749 10.0.0.130 - - [2026-02-02 02:09:28] "POST /id-to-fqname HTTP/1.1" 200 217 0.001123 10.0.0.130 - - [2026-02-02 02:09:28] "POST /neutron/port HTTP/1.1" 200 1018 0.007555 10.0.0.130 - - [2026-02-02 02:09:28] "POST /neutron/port HTTP/1.1" 200 1018 0.008437 10.0.0.130 - - [2026-02-02 02:09:28] "POST /neutron/network HTTP/1.1" 200 978 0.005780 10.0.0.130 - - [2026-02-02 02:09:28] "POST /neutron/port HTTP/1.1" 200 1018 0.007957 10.0.0.130 - - [2026-02-02 02:09:28] "POST /neutron/port HTTP/1.1" 200 117 0.004210 10.0.0.130 - - [2026-02-02 02:09:28] "POST /neutron/port HTTP/1.1" 200 117 0.004567 10.0.0.130 - - [2026-02-02 02:09:28] "POST /id-to-fqname HTTP/1.1" 200 217 0.001070 10.0.0.130 - - [2026-02-02 02:09:28] "POST /neutron/port HTTP/1.1" 200 117 0.005104 10.0.0.130 - - [2026-02-02 02:09:28] "POST /neutron/port HTTP/1.1" 200 1018 0.008395 10.0.0.130 - - [2026-02-02 02:09:28] "POST /neutron/port HTTP/1.1" 200 1018 0.007908 10.0.0.130 - - [2026-02-02 02:09:28] "POST /neutron/network HTTP/1.1" 200 978 0.005892 10.0.0.130 - - [2026-02-02 02:09:28] "POST /neutron/port HTTP/1.1" 200 1018 0.007324 10.0.0.130 - - [2026-02-02 02:09:28] "POST /neutron/port HTTP/1.1" 200 1018 0.020375 10.0.0.130 - - [2026-02-02 02:09:28] "POST /neutron/port HTTP/1.1" 200 1018 0.013120 10.0.0.130 - - [2026-02-02 02:09:28] "POST /neutron/port HTTP/1.1" 200 117 0.004888 10.0.0.130 - - [2026-02-02 02:09:28] "POST /neutron/port HTTP/1.1" 200 117 0.004177 10.0.0.130 - - [2026-02-02 02:09:28] "POST /neutron/port HTTP/1.1" 200 117 0.004808 10.0.0.130 - - [2026-02-02 02:09:29] "POST /neutron/port HTTP/1.1" 200 1018 0.009948 10.0.0.130 - - [2026-02-02 02:09:29] "POST /neutron/network HTTP/1.1" 200 988 0.005019 10.0.0.130 - - [2026-02-02 02:09:29] "POST /neutron/port HTTP/1.1" 200 1018 0.010092 10.0.0.130 - - [2026-02-02 02:09:29] "POST /neutron/port HTTP/1.1" 200 1018 0.009598 10.0.0.130 - - [2026-02-02 02:09:29] "POST /neutron/network HTTP/1.1" 200 988 0.005300 10.0.0.130 - - [2026-02-02 02:09:29] "POST /neutron/port HTTP/1.1" 200 1018 0.008095 10.0.0.130 - - [2026-02-02 02:09:29] "POST /neutron/port HTTP/1.1" 200 1018 0.009492 10.0.0.130 - - [2026-02-02 02:09:29] "POST /neutron/port HTTP/1.1" 200 1018 0.013232 10.0.0.130 - - [2026-02-02 02:09:29] "POST /neutron/port HTTP/1.1" 200 1110 0.114069 10.0.0.130 - - [2026-02-02 02:09:29] "POST /neutron/port HTTP/1.1" 200 1110 0.109379 10.0.0.130 - - [2026-02-02 02:09:29] "POST /neutron/port HTTP/1.1" 200 1120 0.009820 10.0.0.130 - - [2026-02-02 02:09:29] "POST /neutron/port HTTP/1.1" 200 1120 0.009980 10.0.0.130 - - [2026-02-02 02:09:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002298 10.0.0.130 - - [2026-02-02 02:09:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004291 10.0.0.130 - - [2026-02-02 02:09:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.010557 10.0.0.130 - - [2026-02-02 02:09:29] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.130 - - [2026-02-02 02:09:29] "POST /neutron/subnet HTTP/1.1" 200 698 0.007395 10.0.0.130 - - [2026-02-02 02:09:29] "POST /neutron/network HTTP/1.1" 200 978 0.005350 10.0.0.130 - - [2026-02-02 02:09:29] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.130 - - [2026-02-02 02:09:29] "POST /neutron/network HTTP/1.1" 200 978 0.005787 10.0.0.130 - - [2026-02-02 02:09:33] "POST /neutron/port HTTP/1.1" 200 1120 0.016321 10.0.0.130 - - [2026-02-02 02:09:33] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007143 10.0.0.130 - - [2026-02-02 02:09:34] "POST /neutron/port HTTP/1.1" 200 1120 0.012040 10.0.0.130 - - [2026-02-02 02:09:34] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007028 10.0.0.130 - - [2026-02-02 02:09:34] "POST /neutron/port HTTP/1.1" 200 1120 0.016657 10.0.0.130 - - [2026-02-02 02:09:34] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005332 10.0.0.130 - - [2026-02-02 02:09:34] "GET /virtual-machine/2d25cc32-f508-4721-b06b-e6b87328a4af HTTP/1.1" 200 1286 0.004065 10.0.0.130 - - [2026-02-02 02:09:34] "GET /virtual-machine-interface/2ac519f0-b0fe-4966-9372-993d49c6f47a HTTP/1.1" 200 2931 0.005499 10.0.0.130 - - [2026-02-02 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002521 10.0.0.130 - - [2026-02-02 02:09:34] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002898 10.0.0.130 - - [2026-02-02 02:09:34] "GET /virtual-networks?parent_id=f3968649-7f33-4597-bd72-bda6c173ab24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003220 10.0.0.130 - - [2026-02-02 02:09:34] "GET /virtual-network/3c227aba-d8e1-49d4-8de2-3018764ce61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.004886 10.0.0.130 - - [2026-02-02 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.130 - - [2026-02-02 02:09:37] "GET /virtual-network/3c227aba-d8e1-49d4-8de2-3018764ce61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005222 10.0.0.130 - - [2026-02-02 02:09:38] "POST /neutron/port HTTP/1.1" 200 1120 0.012847 10.0.0.130 - - [2026-02-02 02:09:38] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007182 10.0.0.130 - - [2026-02-02 02:09:38] "POST /neutron/port HTTP/1.1" 200 1120 0.016739 10.0.0.130 - - [2026-02-02 02:09:38] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004824 10.0.0.130 - - [2026-02-02 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.130 - - [2026-02-02 02:09:39] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003632 10.0.0.130 - - [2026-02-02 02:09:39] "GET /virtual-networks?parent_id=f3968649-7f33-4597-bd72-bda6c173ab24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004611 10.0.0.130 - - [2026-02-02 02:09:39] "GET /virtual-network/3c227aba-d8e1-49d4-8de2-3018764ce61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005650 10.0.0.130 - - [2026-02-02 02:09:39] "POST /neutron/port HTTP/1.1" 200 1120 0.016139 10.0.0.130 - - [2026-02-02 02:09:39] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005403 10.0.0.130 - - [2026-02-02 02:09:45] "POST /neutron/port HTTP/1.1" 200 1120 0.010222 10.0.0.130 - - [2026-02-02 02:09:45] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004601 10.0.0.130 - - [2026-02-02 02:09:45] "POST /neutron/port HTTP/1.1" 200 1120 0.010541 10.0.0.130 - - [2026-02-02 02:09:45] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005859 10.0.0.130 - - [2026-02-02 02:09:45] "POST /neutron/port HTTP/1.1" 200 1120 0.011139 10.0.0.130 - - [2026-02-02 02:09:45] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005874 10.0.0.130 - - [2026-02-02 02:09:45] "GET /virtual-machine/effc421f-b1e1-4d4d-bcde-d1aa2e136aef HTTP/1.1" 200 1287 0.003881 10.0.0.130 - - [2026-02-02 02:09:45] "GET /virtual-machine-interface/f36f7246-611e-4254-8514-68e260bfbe19 HTTP/1.1" 200 2931 0.004229 10.0.0.130 - - [2026-02-02 02:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002338 10.0.0.130 - - [2026-02-02 02:09:45] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002563 10.0.0.130 - - [2026-02-02 02:09:45] "GET /virtual-networks?parent_id=f3968649-7f33-4597-bd72-bda6c173ab24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002846 10.0.0.130 - - [2026-02-02 02:09:45] "GET /virtual-network/3c227aba-d8e1-49d4-8de2-3018764ce61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006444 10.0.0.130 - - [2026-02-02 02:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002368 10.0.0.130 - - [2026-02-02 02:09:46] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002842 10.0.0.130 - - [2026-02-02 02:09:46] "GET /virtual-networks?parent_id=f3968649-7f33-4597-bd72-bda6c173ab24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002819 10.0.0.130 - - [2026-02-02 02:09:46] "GET /virtual-network/3c227aba-d8e1-49d4-8de2-3018764ce61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.004633 10.0.0.130 - - [2026-02-02 02:09:49] "POST /neutron/port HTTP/1.1" 200 1110 0.009322 10.0.0.130 - - [2026-02-02 02:09:49] "POST /neutron/port HTTP/1.1" 200 1110 0.010919 10.0.0.130 - - [2026-02-02 02:09:49] "POST /neutron/port HTTP/1.1" 200 151 0.078759 10.0.0.130 - - [2026-02-02 02:09:49] "POST /neutron/port HTTP/1.1" 200 1110 0.015132 10.0.0.130 - - [2026-02-02 02:09:49] "POST /neutron/port HTTP/1.1" 200 1110 0.009063 10.0.0.130 - - [2026-02-02 02:09:49] "POST /neutron/port HTTP/1.1" 200 151 0.088364 10.0.0.130 - - [2026-02-02 02:09:49] "POST /neutron/network HTTP/1.1" 200 978 0.008997 10.0.0.130 - - [2026-02-02 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.130 - - [2026-02-02 02:09:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002402 10.0.0.130 - - [2026-02-02 02:09:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001526 10.0.0.130 - - [2026-02-02 02:09:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001736 10.0.0.130 - - [2026-02-02 02:09:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001313 10.0.0.130 - - [2026-02-02 02:09:50] "POST /neutron/network HTTP/1.1" 200 151 0.102402 10.0.0.130 - - [2026-02-02 02:09:50] "DELETE /route-target/12fc3719-fc70-45ea-ab5a-ce4a3fa277e4 HTTP/1.1" 200 115 0.023239 10.0.0.130 - - [2026-02-02 02:09:50] "GET /projects?obj_uuids=f3968649-7f33-4597-bd72-bda6c173ab24&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000890 10.0.0.130 - - [2026-02-02 02:09:50] "GET /project/f3968649-7f33-4597-bd72-bda6c173ab24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.036136 10.0.0.130 - - [2026-02-02 02:09:50] "GET /projects?obj_uuids=f3968649-7f33-4597-bd72-bda6c173ab24&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000852 10.0.0.130 - - [2026-02-02 02:09:50] "GET /project/f3968649-7f33-4597-bd72-bda6c173ab24?fields=virtual_networks HTTP/1.1" 200 1027 0.023643 10.0.0.130 - - [2026-02-02 02:09:50] "GET /projects?obj_uuids=f3968649-7f33-4597-bd72-bda6c173ab24&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001095 10.0.0.130 - - [2026-02-02 02:09:50] "GET /project/f3968649-7f33-4597-bd72-bda6c173ab24?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.033232 10.0.0.130 - - [2026-02-02 02:09:50] "GET /projects?obj_uuids=f3968649-7f33-4597-bd72-bda6c173ab24&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001142 10.0.0.130 - - [2026-02-02 02:09:50] "GET /project/f3968649-7f33-4597-bd72-bda6c173ab24?fields=security_groups HTTP/1.1" 200 1250 0.031161 10.0.0.130 - - [2026-02-02 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 186 0.027811 10.0.0.130 - - [2026-02-02 02:09:51] "GET /projects?obj_uuids=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002069 10.0.0.130 - - [2026-02-02 02:09:51] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001300 10.0.0.130 - - [2026-02-02 02:09:51] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008088 10.0.0.130 - - [2026-02-02 02:09:51] "POST /id-to-fqname HTTP/1.1" 200 188 0.001502 10.0.0.130 - - [2026-02-02 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.005749 10.0.0.130 - - [2026-02-02 02:09:51] "POST /security-groups HTTP/1.1" 200 589 0.059345 10.0.0.130 - - [2026-02-02 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 232 0.002263 10.0.0.130 - - [2026-02-02 02:09:51] "POST /projects HTTP/1.1" 200 581 0.215412 10.0.0.130 - - [2026-02-02 02:09:51] "POST /access-control-lists HTTP/1.1" 200 596 0.061705 10.0.0.130 - - [2026-02-02 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.288744 10.0.0.130 - - [2026-02-02 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 231 0.002562 10.0.0.130 - - [2026-02-02 02:09:51] "GET /project/7dab6e6c-a04e-40a0-a9de-84d0967bc34b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.426702 10.0.0.130 - - [2026-02-02 02:09:51] "POST /access-control-lists HTTP/1.1" 200 594 0.080709 10.0.0.130 - - [2026-02-02 02:09:52] "GET / HTTP/1.1" 200 36215 0.001823 10.0.0.130 - - [2026-02-02 02:09:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000413 10.0.0.130 - - [2026-02-02 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.059841 10.0.0.130 - - [2026-02-02 02:09:54] "GET /projects?obj_uuids=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000827 10.0.0.130 - - [2026-02-02 02:09:54] "GET /project/7dab6e6c-a04e-40a0-a9de-84d0967bc34b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.023108 10.0.0.130 - - [2026-02-02 02:09:54] "POST /neutron/network HTTP/1.1" 200 117 0.031107 10.0.0.130 - - [2026-02-02 02:09:54] "GET /projects?obj_uuids=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000992 10.0.0.130 - - [2026-02-02 02:09:54] "POST /neutron/network HTTP/1.1" 200 605 0.065185 10.0.0.130 - - [2026-02-02 02:09:54] "POST /route-targets HTTP/1.1" 200 328 0.012491 10.0.0.130 - - [2026-02-02 02:09:54] "POST /ref-update HTTP/1.1" 200 156 0.013540 10.0.0.130 - - [2026-02-02 02:09:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001837 10.0.0.130 - - [2026-02-02 02:09:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.206171 10.0.0.130 - - [2026-02-02 02:09:54] "POST /neutron/network HTTP/1.1" 200 823 0.005852 10.0.0.130 - - [2026-02-02 02:09:54] "POST /id-to-fqname HTTP/1.1" 200 219 0.001535 10.0.0.130 - - [2026-02-02 02:09:54] "GET /virtual-network/3d479be7-1f17-4e2b-aa63-80e4856817a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004177 10.0.0.130 - - [2026-02-02 02:09:54] "POST /neutron/network HTTP/1.1" 200 823 0.005338 10.0.0.130 - - [2026-02-02 02:09:54] "GET /virtual-network/3d479be7-1f17-4e2b-aa63-80e4856817a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004482 10.0.0.130 - - [2026-02-02 02:09:54] "POST /neutron/network HTTP/1.1" 200 823 0.006022 10.0.0.130 - - [2026-02-02 02:09:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.011287 10.0.0.130 - - [2026-02-02 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005988 10.0.0.130 - - [2026-02-02 02:09:54] "GET /projects?obj_uuids=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000880 10.0.0.130 - - [2026-02-02 02:09:54] "GET /project/7dab6e6c-a04e-40a0-a9de-84d0967bc34b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.025295 10.0.0.130 - - [2026-02-02 02:09:54] "POST /neutron/network HTTP/1.1" 200 117 0.009165 10.0.0.130 - - [2026-02-02 02:09:54] "GET /projects?obj_uuids=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000880 10.0.0.130 - - [2026-02-02 02:09:54] "POST /neutron/network HTTP/1.1" 200 605 0.057982 10.0.0.130 - - [2026-02-02 02:09:54] "POST /route-targets HTTP/1.1" 200 328 0.010070 10.0.0.130 - - [2026-02-02 02:09:54] "POST /ref-update HTTP/1.1" 200 156 0.024289 10.0.0.130 - - [2026-02-02 02:09:54] "POST /useragent-kv HTTP/1.1" 200 115 0.005175 10.0.0.130 - - [2026-02-02 02:09:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.197258 10.0.0.130 - - [2026-02-02 02:09:55] "POST /neutron/network HTTP/1.1" 200 825 0.006468 10.0.0.130 - - [2026-02-02 02:09:55] "POST /id-to-fqname HTTP/1.1" 200 219 0.001590 10.0.0.130 - - [2026-02-02 02:09:55] "GET /virtual-network/ebaef7bd-42f1-4e55-9529-a487240c96ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005358 10.0.0.130 - - [2026-02-02 02:09:55] "POST /neutron/port HTTP/1.1" 200 117 0.004469 10.0.0.130 - - [2026-02-02 02:09:55] "POST /neutron/port HTTP/1.1" 400 205 0.004052 10.0.0.130 - - [2026-02-02 02:09:55] "POST /neutron/port HTTP/1.1" 200 117 0.005906 10.0.0.130 - - [2026-02-02 02:09:55] "POST /neutron/network HTTP/1.1" 200 825 0.006451 10.0.0.130 - - [2026-02-02 02:09:55] "POST /neutron/port HTTP/1.1" 400 205 0.002687 10.0.0.130 - - [2026-02-02 02:09:55] "GET /virtual-network/ebaef7bd-42f1-4e55-9529-a487240c96ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005893 10.0.0.130 - - [2026-02-02 02:09:55] "POST /neutron/network HTTP/1.1" 200 825 0.004760 10.0.0.130 - - [2026-02-02 02:09:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.006463 10.0.0.130 - - [2026-02-02 02:09:55] "POST /id-to-fqname HTTP/1.1" 200 219 0.004955 10.0.0.130 - - [2026-02-02 02:09:55] "POST /neutron/port HTTP/1.1" 200 117 0.006028 10.0.0.130 - - [2026-02-02 02:09:55] "POST /neutron/network HTTP/1.1" 200 833 0.004529 10.0.0.130 - - [2026-02-02 02:09:55] "GET /aaa-mode HTTP/1.1" 401 293 0.000352 10.0.0.130 - - [2026-02-02 02:09:55] "GET / HTTP/1.1" 200 36215 0.001946 10.0.0.130 - - [2026-02-02 02:09:55] "GET /project/7dab6e6c-a04e-40a0-a9de-84d0967bc34b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000613 10.0.0.130 - - [2026-02-02 02:09:56] "GET /projects?obj_uuids=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000952 10.0.0.130 - - [2026-02-02 02:09:56] "GET /project/7dab6e6c-a04e-40a0-a9de-84d0967bc34b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.053370 10.0.0.130 - - [2026-02-02 02:09:56] "POST /neutron/network HTTP/1.1" 200 823 0.005005 10.0.0.130 - - [2026-02-02 02:09:56] "POST /neutron/port HTTP/1.1" 200 117 0.004533 10.0.0.130 - - [2026-02-02 02:09:56] "POST /neutron/port HTTP/1.1" 200 117 0.005454 10.0.0.130 - - [2026-02-02 02:09:56] "POST /id-to-fqname HTTP/1.1" 200 219 0.001269 10.0.0.130 - - [2026-02-02 02:09:56] "POST /neutron/port HTTP/1.1" 200 117 0.004105 10.0.0.130 - - [2026-02-02 02:09:56] "POST /neutron/network HTTP/1.1" 200 835 0.004441 10.0.0.130 - - [2026-02-02 02:09:56] "GET /aaa-mode HTTP/1.1" 401 293 0.000401 10.0.0.130 - - [2026-02-02 02:09:56] "POST /neutron/network HTTP/1.1" 200 833 0.004586 10.0.0.130 - - [2026-02-02 02:09:56] "GET /projects?obj_uuids=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000912 10.0.0.130 - - [2026-02-02 02:09:56] "GET / HTTP/1.1" 200 36215 0.001662 10.0.0.130 - - [2026-02-02 02:09:56] "GET /project/7dab6e6c-a04e-40a0-a9de-84d0967bc34b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000383 10.0.0.130 - - [2026-02-02 02:09:57] "POST /neutron/port HTTP/1.1" 200 1057 0.211404 10.0.0.130 - - [2026-02-02 02:09:57] "POST /neutron/port HTTP/1.1" 200 1057 0.010687 10.0.0.130 - - [2026-02-02 02:09:57] "POST /neutron/port HTTP/1.1" 200 1057 0.009124 10.0.0.130 - - [2026-02-02 02:09:57] "POST /neutron/port HTTP/1.1" 200 1111 0.066246 10.0.0.130 - - [2026-02-02 02:09:57] "POST /neutron/port HTTP/1.1" 200 1121 0.009914 10.0.0.130 - - [2026-02-02 02:09:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002582 10.0.0.130 - - [2026-02-02 02:09:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.006030 10.0.0.130 - - [2026-02-02 02:09:57] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.130 - - [2026-02-02 02:09:57] "POST /neutron/network HTTP/1.1" 200 823 0.004538 10.0.0.130 - - [2026-02-02 02:09:57] "GET /projects?obj_uuids=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001229 10.0.0.130 - - [2026-02-02 02:09:57] "GET /project/7dab6e6c-a04e-40a0-a9de-84d0967bc34b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.053262 10.0.0.130 - - [2026-02-02 02:09:57] "POST /neutron/network HTTP/1.1" 200 825 0.007921 10.0.0.130 - - [2026-02-02 02:09:57] "POST /neutron/port HTTP/1.1" 200 1121 0.017219 10.0.0.130 - - [2026-02-02 02:09:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007908 10.0.0.130 - - [2026-02-02 02:09:57] "POST /neutron/port HTTP/1.1" 200 117 0.006367 10.0.0.130 - - [2026-02-02 02:09:57] "GET /projects?obj_uuids=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001056 10.0.0.130 - - [2026-02-02 02:09:57] "POST /neutron/router HTTP/1.1" 200 580 0.057007 10.0.0.130 - - [2026-02-02 02:09:57] "POST /neutron/router HTTP/1.1" 200 580 0.005517 10.0.0.130 - - [2026-02-02 02:09:57] "POST /route-targets HTTP/1.1" 200 328 0.021959 10.0.0.130 - - [2026-02-02 02:09:57] "GET /projects?obj_uuids=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002864 10.0.0.130 - - [2026-02-02 02:09:57] "PUT /logical-router/15cb1224-aaff-4eef-9947-92dd184c4fbf HTTP/1.1" 200 263 0.027952 10.0.0.130 - - [2026-02-02 02:09:57] "POST /neutron/router HTTP/1.1" 200 344 0.241818 10.0.0.130 - - [2026-02-02 02:09:57] "POST /ref-update HTTP/1.1" 200 156 0.012928 10.0.0.130 - - [2026-02-02 02:09:58] "POST /neutron/port HTTP/1.1" 200 1121 0.010960 10.0.0.130 - - [2026-02-02 02:09:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006961 10.0.0.130 - - [2026-02-02 02:09:58] "POST /neutron/network HTTP/1.1" 200 835 0.003696 10.0.0.130 - - [2026-02-02 02:09:58] "GET /projects?obj_uuids=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001310 10.0.0.130 - - [2026-02-02 02:09:58] "POST /neutron/port HTTP/1.1" 200 1059 0.208099 10.0.0.130 - - [2026-02-02 02:09:58] "POST /neutron/port HTTP/1.1" 200 1059 0.009835 10.0.0.130 - - [2026-02-02 02:09:58] "POST /neutron/port HTTP/1.1" 200 1059 0.008799 10.0.0.130 - - [2026-02-02 02:09:58] "POST /neutron/port HTTP/1.1" 200 1113 0.073886 10.0.0.130 - - [2026-02-02 02:09:58] "POST /neutron/port HTTP/1.1" 200 1123 0.017993 10.0.0.130 - - [2026-02-02 02:09:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004265 10.0.0.130 - - [2026-02-02 02:09:58] "POST /neutron/subnet HTTP/1.1" 200 703 0.007536 10.0.0.130 - - [2026-02-02 02:09:58] "POST /neutron/port HTTP/1.1" 200 117 0.001033 10.0.0.130 - - [2026-02-02 02:09:58] "POST /neutron/network HTTP/1.1" 200 825 0.005224 10.0.0.130 - - [2026-02-02 02:10:03] "POST /neutron/port HTTP/1.1" 200 1121 0.017556 10.0.0.130 - - [2026-02-02 02:10:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005987 10.0.0.130 - - [2026-02-02 02:10:03] "POST /neutron/port HTTP/1.1" 200 1121 0.011443 10.0.0.130 - - [2026-02-02 02:10:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006272 10.0.0.130 - - [2026-02-02 02:10:03] "POST /neutron/port HTTP/1.1" 200 1121 0.012096 10.0.0.130 - - [2026-02-02 02:10:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007329 10.0.0.130 - - [2026-02-02 02:10:03] "GET /virtual-machine/4bdcdf9a-3262-4c18-96a1-27a5cf1bf05f HTTP/1.1" 401 293 0.000542 10.0.0.130 - - [2026-02-02 02:10:03] "GET /virtual-machine/4bdcdf9a-3262-4c18-96a1-27a5cf1bf05f HTTP/1.1" 200 1292 0.042830 10.0.0.130 - - [2026-02-02 02:10:03] "GET /virtual-machine-interface/948b4d51-031b-4cee-b517-0690cba80300 HTTP/1.1" 200 2942 0.007040 10.0.0.130 - - [2026-02-02 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.130 - - [2026-02-02 02:10:03] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004260 10.0.0.130 - - [2026-02-02 02:10:03] "GET /virtual-networks?parent_id=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003561 10.0.0.130 - - [2026-02-02 02:10:03] "GET /virtual-network/3d479be7-1f17-4e2b-aa63-80e4856817a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008491 10.0.0.130 - - [2026-02-02 02:10:06] "POST /neutron/port HTTP/1.1" 200 1121 0.012817 10.0.0.130 - - [2026-02-02 02:10:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007671 10.0.0.130 - - [2026-02-02 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.130 - - [2026-02-02 02:10:06] "GET /virtual-network/3d479be7-1f17-4e2b-aa63-80e4856817a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005995 10.0.0.130 - - [2026-02-02 02:10:07] "POST /neutron/port HTTP/1.1" 200 1123 0.013409 10.0.0.130 - - [2026-02-02 02:10:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005322 10.0.0.130 - - [2026-02-02 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002424 10.0.0.130 - - [2026-02-02 02:10:09] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002578 10.0.0.130 - - [2026-02-02 02:10:09] "GET /virtual-networks?parent_id=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002991 10.0.0.130 - - [2026-02-02 02:10:09] "GET /virtual-network/3d479be7-1f17-4e2b-aa63-80e4856817a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005394 10.0.0.130 - - [2026-02-02 02:10:09] "POST /neutron/port HTTP/1.1" 200 1123 0.010839 10.0.0.130 - - [2026-02-02 02:10:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005238 10.0.0.130 - - [2026-02-02 02:10:09] "POST /neutron/port HTTP/1.1" 200 1123 0.010607 10.0.0.130 - - [2026-02-02 02:10:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005190 10.0.0.130 - - [2026-02-02 02:10:09] "POST /neutron/port HTTP/1.1" 200 1123 0.011202 10.0.0.130 - - [2026-02-02 02:10:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.017218 10.0.0.130 - - [2026-02-02 02:10:09] "GET /virtual-machine/7c62ff25-d76c-4c8c-995f-62beda17d815 HTTP/1.1" 200 1292 0.004550 10.0.0.130 - - [2026-02-02 02:10:09] "GET /virtual-machine-interface/acfebf77-5132-4872-abb4-8639b75539a9 HTTP/1.1" 200 2942 0.004194 10.0.0.130 - - [2026-02-02 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.130 - - [2026-02-02 02:10:09] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002710 10.0.0.130 - - [2026-02-02 02:10:09] "GET /virtual-networks?parent_id=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003080 10.0.0.130 - - [2026-02-02 02:10:09] "GET /virtual-network/ebaef7bd-42f1-4e55-9529-a487240c96ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004833 10.0.0.130 - - [2026-02-02 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.130 - - [2026-02-02 02:10:10] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004088 10.0.0.130 - - [2026-02-02 02:10:10] "GET /virtual-networks?parent_id=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002862 10.0.0.130 - - [2026-02-02 02:10:10] "GET /virtual-network/ebaef7bd-42f1-4e55-9529-a487240c96ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004745 10.0.0.130 - - [2026-02-02 02:10:16] "POST /neutron/router HTTP/1.1" 200 580 0.003474 10.0.0.130 - - [2026-02-02 02:10:16] "GET /projects?obj_uuids=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001079 10.0.0.130 - - [2026-02-02 02:10:16] "POST /neutron/router HTTP/1.1" 200 344 0.191400 10.0.0.130 - - [2026-02-02 02:10:16] "POST /neutron/port HTTP/1.1" 200 1920 0.015886 10.0.0.130 - - [2026-02-02 02:10:16] "POST /ref-update HTTP/1.1" 200 156 0.008154 10.0.0.130 - - [2026-02-02 02:10:20] "DELETE /project/7dab6e6ca04e40a0a9de84d0967bc34b HTTP/1.1" 404 173 0.009910 10.0.0.130 - - [2026-02-02 02:10:20] "DELETE /project/f39686497f334597bd72bda6c173ab24 HTTP/1.1" 404 173 0.005585 10.0.0.130 - - [2026-02-02 02:10:20] "GET /projects?obj_uuids=f3968649-7f33-4597-bd72-bda6c173ab24&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000820 10.0.0.130 - - [2026-02-02 02:10:20] "GET /projects?obj_uuids=98e77561-e8cd-416a-9ee6-922922ff219e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000772 10.0.0.130 - - [2026-02-02 02:10:20] "GET /project/98e77561-e8cd-416a-9ee6-922922ff219e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.034085 10.0.0.130 - - [2026-02-02 02:10:20] "GET /project/f3968649-7f33-4597-bd72-bda6c173ab24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.039362 10.0.0.130 - - [2026-02-02 02:10:20] "GET /projects?obj_uuids=f3968649-7f33-4597-bd72-bda6c173ab24&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001120 10.0.0.130 - - [2026-02-02 02:10:20] "GET /projects?obj_uuids=98e77561-e8cd-416a-9ee6-922922ff219e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000732 10.0.0.130 - - [2026-02-02 02:10:20] "GET /project/98e77561-e8cd-416a-9ee6-922922ff219e?fields=security_groups HTTP/1.1" 200 1349 0.033828 10.0.0.130 - - [2026-02-02 02:10:20] "GET /project/f3968649-7f33-4597-bd72-bda6c173ab24?fields=security_groups HTTP/1.1" 200 1352 0.038412 10.0.0.130 - - [2026-02-02 02:10:20] "DELETE /security-group/c8956679-bbac-492f-a233-0b1ce5786340 HTTP/1.1" 200 115 0.044077 10.0.0.130 - - [2026-02-02 02:10:20] "GET /projects?obj_uuids=98e77561-e8cd-416a-9ee6-922922ff219e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000862 10.0.0.130 - - [2026-02-02 02:10:20] "DELETE /security-group/d2a19c1f-2baa-40c7-87f3-44b78d462b0e HTTP/1.1" 200 115 0.052594 10.0.0.130 - - [2026-02-02 02:10:20] "DELETE /access-control-list/a6d66a79-3af5-4d15-b0b5-fe5c933c5b4d HTTP/1.1" 200 115 0.041878 10.0.0.130 - - [2026-02-02 02:10:20] "GET /projects?obj_uuids=f3968649-7f33-4597-bd72-bda6c173ab24&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000823 10.0.0.130 - - [2026-02-02 02:10:20] "GET /project/98e77561-e8cd-416a-9ee6-922922ff219e?fields=application_policy_sets HTTP/1.1" 200 1388 0.036178 10.0.0.130 - - [2026-02-02 02:10:20] "DELETE /access-control-list/162829d4-80b9-482b-a924-552f82a65f0d HTTP/1.1" 200 115 0.025685 10.0.0.130 - - [2026-02-02 02:10:20] "DELETE /access-control-list/95dccd32-ebb9-476c-b0c4-6c5c02c10f35 HTTP/1.1" 200 115 0.017626 10.0.0.130 - - [2026-02-02 02:10:20] "GET /project/f3968649-7f33-4597-bd72-bda6c173ab24?fields=application_policy_sets HTTP/1.1" 200 1391 0.070426 10.0.0.130 - - [2026-02-02 02:10:20] "DELETE /access-control-list/088abcf1-c883-49a3-8867-e09401188578 HTTP/1.1" 200 115 0.032342 10.0.0.130 - - [2026-02-02 02:10:20] "DELETE /project/98e77561-e8cd-416a-9ee6-922922ff219e HTTP/1.1" 200 115 0.331268 10.0.0.130 - - [2026-02-02 02:10:20] "DELETE /project/f3968649-7f33-4597-bd72-bda6c173ab24 HTTP/1.1" 200 115 0.365065 10.0.0.130 - - [2026-02-02 02:10:22] "POST /neutron/router HTTP/1.1" 200 580 0.003374 10.0.0.130 - - [2026-02-02 02:10:22] "POST /ref-update HTTP/1.1" 200 156 0.010397 10.0.0.130 - - [2026-02-02 02:10:22] "POST /neutron/router HTTP/1.1" 200 344 0.104026 10.0.0.130 - - [2026-02-02 02:10:25] "GET /obj-perms HTTP/1.1" 200 5075 0.054025 10.0.0.130 - - [2026-02-02 02:10:25] "GET /obj-perms HTTP/1.1" 200 5075 0.055367 10.0.0.130 - - [2026-02-02 02:10:26] "POST /neutron/router HTTP/1.1" 200 580 0.007179 10.0.0.130 - - [2026-02-02 02:10:26] "GET /projects?obj_uuids=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.130 - - [2026-02-02 02:10:26] "POST /neutron/router HTTP/1.1" 200 344 0.213384 10.0.0.130 - - [2026-02-02 02:10:26] "POST /ref-update HTTP/1.1" 200 156 0.009067 10.0.0.130 - - [2026-02-02 02:10:28] "POST /neutron/router HTTP/1.1" 200 580 0.005250 10.0.0.130 - - [2026-02-02 02:10:28] "POST /ref-update HTTP/1.1" 200 156 0.010654 10.0.0.130 - - [2026-02-02 02:10:28] "POST /neutron/router HTTP/1.1" 200 344 0.097993 10.0.0.130 - - [2026-02-02 02:10:28] "POST /neutron/router HTTP/1.1" 200 580 0.005674 10.0.0.130 - - [2026-02-02 02:10:28] "POST /ref-update HTTP/1.1" 200 156 0.012500 10.0.0.130 - - [2026-02-02 02:10:28] "POST /neutron/router HTTP/1.1" 200 344 0.098156 10.0.0.130 - - [2026-02-02 02:10:28] "POST /neutron/router HTTP/1.1" 200 580 0.004383 10.0.0.130 - - [2026-02-02 02:10:28] "POST /neutron/router HTTP/1.1" 200 151 0.042408 10.0.0.130 - - [2026-02-02 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004734 10.0.0.130 - - [2026-02-02 02:10:28] "GET /logical-router/15cb1224-aaff-4eef-9947-92dd184c4fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004132 10.0.0.130 - - [2026-02-02 02:10:28] "DELETE /route-target/d14ab777-54d8-480b-acc4-c83b45869ab0 HTTP/1.1" 200 115 0.020679 10.0.0.130 - - [2026-02-02 02:10:29] "POST /neutron/network HTTP/1.1" 200 825 0.006143 10.0.0.130 - - [2026-02-02 02:10:29] "POST /neutron/network HTTP/1.1" 400 204 0.013207 10.0.0.130 - - [2026-02-02 02:10:29] "POST /neutron/port HTTP/1.1" 200 1123 0.011003 10.0.0.130 - - [2026-02-02 02:10:29] "POST /neutron/port HTTP/1.1" 200 1113 0.008655 10.0.0.130 - - [2026-02-02 02:10:29] "POST /neutron/port HTTP/1.1" 200 1121 0.017773 10.0.0.130 - - [2026-02-02 02:10:29] "POST /neutron/port HTTP/1.1" 200 151 0.120463 10.0.0.130 - - [2026-02-02 02:10:29] "POST /neutron/port HTTP/1.1" 200 1111 0.012345 10.0.0.130 - - [2026-02-02 02:10:29] "POST /neutron/port HTTP/1.1" 200 151 0.099499 10.0.0.130 - - [2026-02-02 02:10:31] "POST /neutron/network HTTP/1.1" 200 825 0.004735 10.0.0.130 - - [2026-02-02 02:10:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003064 10.0.0.130 - - [2026-02-02 02:10:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003960 10.0.0.130 - - [2026-02-02 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.130 - - [2026-02-02 02:10:31] "POST /neutron/network HTTP/1.1" 200 151 0.089703 10.0.0.130 - - [2026-02-02 02:10:31] "DELETE /route-target/3767e180-0b04-4bde-bafc-ecb1cede0611 HTTP/1.1" 200 115 0.023010 10.0.0.130 - - [2026-02-02 02:10:31] "POST /neutron/network HTTP/1.1" 200 823 0.008016 10.0.0.130 - - [2026-02-02 02:10:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002441 10.0.0.130 - - [2026-02-02 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.130 - - [2026-02-02 02:10:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002108 10.0.0.130 - - [2026-02-02 02:10:31] "POST /neutron/network HTTP/1.1" 200 151 0.077780 10.0.0.130 - - [2026-02-02 02:10:31] "DELETE /route-target/c6aa0db3-e5a5-4f3b-82d1-ef3bf824551d HTTP/1.1" 200 115 0.021233 10.0.0.130 - - [2026-02-02 02:10:31] "GET /projects?obj_uuids=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000929 10.0.0.130 - - [2026-02-02 02:10:31] "GET /project/7dab6e6c-a04e-40a0-a9de-84d0967bc34b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.020032 10.0.0.130 - - [2026-02-02 02:10:31] "GET /projects?obj_uuids=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000864 10.0.0.130 - - [2026-02-02 02:10:31] "GET /project/7dab6e6c-a04e-40a0-a9de-84d0967bc34b?fields=virtual_networks HTTP/1.1" 200 1030 0.065039 10.0.0.130 - - [2026-02-02 02:10:31] "GET /projects?obj_uuids=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000863 10.0.0.130 - - [2026-02-02 02:10:31] "GET /project/7dab6e6c-a04e-40a0-a9de-84d0967bc34b?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.025556 10.0.0.130 - - [2026-02-02 02:10:31] "GET /projects?obj_uuids=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000907 10.0.0.130 - - [2026-02-02 02:10:31] "GET /project/7dab6e6c-a04e-40a0-a9de-84d0967bc34b?fields=security_groups HTTP/1.1" 200 1255 0.028666 10.0.0.130 - - [2026-02-02 02:10:32] "POST /fqname-to-id HTTP/1.1" 404 191 0.024815 10.0.0.130 - - [2026-02-02 02:10:32] "GET /projects?obj_uuids=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001904 10.0.0.130 - - [2026-02-02 02:10:32] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001157 10.0.0.130 - - [2026-02-02 02:10:32] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006254 10.0.0.130 - - [2026-02-02 02:10:32] "POST /id-to-fqname HTTP/1.1" 200 193 0.002240 10.0.0.130 - - [2026-02-02 02:10:32] "POST /fqname-to-id HTTP/1.1" 404 202 0.002834 10.0.0.130 - - [2026-02-02 02:10:32] "POST /security-groups HTTP/1.1" 200 594 0.060284 10.0.0.130 - - [2026-02-02 02:10:32] "POST /fqname-to-id HTTP/1.1" 404 237 0.002813 10.0.0.130 - - [2026-02-02 02:10:32] "POST /projects HTTP/1.1" 200 591 0.198889 10.0.0.130 - - [2026-02-02 02:10:32] "POST /access-control-lists HTTP/1.1" 200 601 0.056859 10.0.0.130 - - [2026-02-02 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.270673 10.0.0.130 - - [2026-02-02 02:10:33] "POST /fqname-to-id HTTP/1.1" 404 236 0.002820 10.0.0.130 - - [2026-02-02 02:10:33] "GET /project/3a66aca5-78a5-4983-a82e-55c5e8263529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.387094 10.0.0.130 - - [2026-02-02 02:10:33] "POST /access-control-lists HTTP/1.1" 200 599 0.060537 10.0.0.130 - - [2026-02-02 02:10:34] "GET / HTTP/1.1" 200 36215 0.001721 10.0.0.130 - - [2026-02-02 02:10:35] "GET /project/3a66aca5-78a5-4983-a82e-55c5e8263529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000700 10.0.0.130 - - [2026-02-02 02:10:35] "GET /projects?obj_uuids=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001085 10.0.0.130 - - [2026-02-02 02:10:35] "GET /project/3a66aca5-78a5-4983-a82e-55c5e8263529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.056815 10.0.0.130 - - [2026-02-02 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002118 10.0.0.130 - - [2026-02-02 02:10:35] "GET /security-group/640bce11-e2d5-401e-869f-7b665ffe7aee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004634 10.0.0.130 - - [2026-02-02 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.130 - - [2026-02-02 02:10:35] "GET /projects?obj_uuids=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001425 10.0.0.130 - - [2026-02-02 02:10:35] "GET /project/3a66aca5-78a5-4983-a82e-55c5e8263529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.024281 10.0.0.130 - - [2026-02-02 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.130 - - [2026-02-02 02:10:35] "GET /security-group/640bce11-e2d5-401e-869f-7b665ffe7aee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004428 10.0.0.130 - - [2026-02-02 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.130 - - [2026-02-02 02:10:35] "PUT /security-group/640bce11-e2d5-401e-869f-7b665ffe7aee HTTP/1.1" 200 263 0.012741 10.0.0.130 - - [2026-02-02 02:10:35] "PUT /access-control-list/25233a1d-26b3-4e5b-873f-12a534d5f81c HTTP/1.1" 200 273 0.008022 10.0.0.130 - - [2026-02-02 02:10:35] "PUT /access-control-list/a8d3940e-ff4d-48c0-a3ef-91100e2eab66 HTTP/1.1" 200 273 0.011338 10.0.0.130 - - [2026-02-02 02:10:35] "POST /fqname-to-id HTTP/1.1" 404 202 0.002291 10.0.0.130 - - [2026-02-02 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002638 10.0.0.130 - - [2026-02-02 02:10:36] "GET /projects?obj_uuids=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001269 10.0.0.130 - - [2026-02-02 02:10:36] "GET /project/3a66aca5-78a5-4983-a82e-55c5e8263529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.020073 10.0.0.130 - - [2026-02-02 02:10:36] "POST /neutron/network HTTP/1.1" 200 117 0.030012 10.0.0.130 - - [2026-02-02 02:10:36] "GET /projects?obj_uuids=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000858 10.0.0.130 - - [2026-02-02 02:10:36] "POST /neutron/network HTTP/1.1" 200 608 0.055933 10.0.0.130 - - [2026-02-02 02:10:36] "POST /route-targets HTTP/1.1" 200 328 0.010900 10.0.0.130 - - [2026-02-02 02:10:36] "POST /ref-update HTTP/1.1" 200 156 0.011626 10.0.0.130 - - [2026-02-02 02:10:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003299 10.0.0.130 - - [2026-02-02 02:10:36] "POST /neutron/subnet HTTP/1.1" 200 734 0.192701 10.0.0.130 - - [2026-02-02 02:10:36] "POST /neutron/network HTTP/1.1" 200 829 0.004536 10.0.0.130 - - [2026-02-02 02:10:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001058 10.0.0.130 - - [2026-02-02 02:10:36] "GET /virtual-network/29b6b851-7722-4fbd-95ee-c7ba77fc5ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004014 10.0.0.130 - - [2026-02-02 02:10:36] "POST /neutron/network HTTP/1.1" 200 829 0.006734 10.0.0.130 - - [2026-02-02 02:10:36] "GET /virtual-network/29b6b851-7722-4fbd-95ee-c7ba77fc5ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006892 10.0.0.130 - - [2026-02-02 02:10:36] "POST /neutron/network HTTP/1.1" 200 829 0.004925 10.0.0.130 - - [2026-02-02 02:10:36] "POST /neutron/subnet HTTP/1.1" 200 734 0.005607 10.0.0.130 - - [2026-02-02 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001938 10.0.0.130 - - [2026-02-02 02:10:36] "GET /projects?obj_uuids=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000850 10.0.0.130 - - [2026-02-02 02:10:36] "GET /project/3a66aca5-78a5-4983-a82e-55c5e8263529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.025415 10.0.0.130 - - [2026-02-02 02:10:36] "POST /neutron/network HTTP/1.1" 200 117 0.009460 10.0.0.130 - - [2026-02-02 02:10:36] "GET /projects?obj_uuids=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000910 10.0.0.130 - - [2026-02-02 02:10:36] "POST /neutron/network HTTP/1.1" 200 615 0.078077 10.0.0.130 - - [2026-02-02 02:10:36] "POST /route-targets HTTP/1.1" 200 328 0.011357 10.0.0.130 - - [2026-02-02 02:10:36] "POST /ref-update HTTP/1.1" 200 156 0.012729 10.0.0.130 - - [2026-02-02 02:10:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002440 10.0.0.130 - - [2026-02-02 02:10:37] "POST /neutron/subnet HTTP/1.1" 200 719 0.166496 10.0.0.130 - - [2026-02-02 02:10:37] "POST /neutron/network HTTP/1.1" 200 833 0.004478 10.0.0.130 - - [2026-02-02 02:10:37] "POST /id-to-fqname HTTP/1.1" 200 227 0.001140 10.0.0.130 - - [2026-02-02 02:10:37] "GET /virtual-network/af3463c1-fe51-42d7-9b2e-846218dd6879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004095 10.0.0.130 - - [2026-02-02 02:10:37] "POST /neutron/network HTTP/1.1" 200 833 0.004687 10.0.0.130 - - [2026-02-02 02:10:37] "GET /virtual-network/af3463c1-fe51-42d7-9b2e-846218dd6879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004284 10.0.0.130 - - [2026-02-02 02:10:37] "POST /neutron/network HTTP/1.1" 200 833 0.007326 10.0.0.130 - - [2026-02-02 02:10:37] "POST /neutron/subnet HTTP/1.1" 200 719 0.006355 10.0.0.130 - - [2026-02-02 02:10:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.000966 10.0.0.130 - - [2026-02-02 02:10:37] "POST /neutron/network HTTP/1.1" 200 839 0.004693 10.0.0.130 - - [2026-02-02 02:10:37] "GET /aaa-mode HTTP/1.1" 401 293 0.000410 10.0.0.130 - - [2026-02-02 02:10:37] "GET / HTTP/1.1" 200 36215 0.002177 10.0.0.130 - - [2026-02-02 02:10:37] "GET /project/3a66aca5-78a5-4983-a82e-55c5e8263529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000670 10.0.0.130 - - [2026-02-02 02:10:38] "GET /projects?obj_uuids=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001060 10.0.0.130 - - [2026-02-02 02:10:38] "GET /project/3a66aca5-78a5-4983-a82e-55c5e8263529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.051568 10.0.0.130 - - [2026-02-02 02:10:38] "POST /neutron/network HTTP/1.1" 200 829 0.004775 10.0.0.130 - - [2026-02-02 02:10:38] "POST /neutron/port HTTP/1.1" 200 117 0.004601 10.0.0.130 - - [2026-02-02 02:10:38] "POST /neutron/port HTTP/1.1" 200 117 0.004570 10.0.0.130 - - [2026-02-02 02:10:38] "POST /id-to-fqname HTTP/1.1" 200 227 0.001123 10.0.0.130 - - [2026-02-02 02:10:38] "POST /neutron/port HTTP/1.1" 200 117 0.004184 10.0.0.130 - - [2026-02-02 02:10:38] "POST /neutron/network HTTP/1.1" 200 843 0.004786 10.0.0.130 - - [2026-02-02 02:10:38] "GET /aaa-mode HTTP/1.1" 401 293 0.000386 10.0.0.130 - - [2026-02-02 02:10:38] "POST /neutron/network HTTP/1.1" 200 839 0.007155 10.0.0.130 - - [2026-02-02 02:10:38] "GET /projects?obj_uuids=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001654 10.0.0.130 - - [2026-02-02 02:10:38] "GET / HTTP/1.1" 200 36215 0.001483 10.0.0.130 - - [2026-02-02 02:10:38] "GET /project/3a66aca5-78a5-4983-a82e-55c5e8263529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000356 10.0.0.130 - - [2026-02-02 02:10:38] "POST /neutron/port HTTP/1.1" 200 1065 0.208408 10.0.0.130 - - [2026-02-02 02:10:38] "POST /neutron/port HTTP/1.1" 200 1065 0.012138 10.0.0.130 - - [2026-02-02 02:10:38] "POST /neutron/port HTTP/1.1" 200 1065 0.009572 10.0.0.130 - - [2026-02-02 02:10:39] "POST /neutron/port HTTP/1.1" 200 1119 0.057750 10.0.0.130 - - [2026-02-02 02:10:39] "POST /neutron/port HTTP/1.1" 200 1129 0.010851 10.0.0.130 - - [2026-02-02 02:10:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003049 10.0.0.130 - - [2026-02-02 02:10:39] "POST /neutron/subnet HTTP/1.1" 200 708 0.006921 10.0.0.130 - - [2026-02-02 02:10:39] "POST /neutron/port HTTP/1.1" 200 117 0.001506 10.0.0.130 - - [2026-02-02 02:10:39] "POST /neutron/network HTTP/1.1" 200 829 0.009715 10.0.0.130 - - [2026-02-02 02:10:39] "GET /projects?obj_uuids=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001444 10.0.0.130 - - [2026-02-02 02:10:39] "GET /project/3a66aca5-78a5-4983-a82e-55c5e8263529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.066514 10.0.0.130 - - [2026-02-02 02:10:39] "POST /neutron/network HTTP/1.1" 200 833 0.006788 10.0.0.130 - - [2026-02-02 02:10:39] "POST /neutron/port HTTP/1.1" 200 1129 0.018920 10.0.0.130 - - [2026-02-02 02:10:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006252 10.0.0.130 - - [2026-02-02 02:10:39] "POST /neutron/port HTTP/1.1" 200 117 0.004196 10.0.0.130 - - [2026-02-02 02:10:39] "GET /projects?obj_uuids=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000971 10.0.0.130 - - [2026-02-02 02:10:39] "POST /neutron/router HTTP/1.1" 200 585 0.064137 10.0.0.130 - - [2026-02-02 02:10:39] "POST /neutron/router HTTP/1.1" 200 585 0.010808 10.0.0.130 - - [2026-02-02 02:10:39] "POST /route-targets HTTP/1.1" 200 328 0.028453 10.0.0.130 - - [2026-02-02 02:10:39] "POST /neutron/router HTTP/1.1" 200 656 0.035176 10.0.0.130 - - [2026-02-02 02:10:39] "GET /logical-router/1461fc49-3dfa-4422-9dfe-f805fd77d476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.011175 10.0.0.130 - - [2026-02-02 02:10:39] "POST /neutron/router HTTP/1.1" 200 656 0.009156 10.0.0.130 - - [2026-02-02 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.012137 10.0.0.130 - - [2026-02-02 02:10:39] "PUT /logical-router/1461fc49-3dfa-4422-9dfe-f805fd77d476 HTTP/1.1" 200 263 0.049944 10.0.0.130 - - [2026-02-02 02:10:39] "GET /projects?obj_uuids=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.006212 10.0.0.130 - - [2026-02-02 02:10:39] "GET /service-template/1f93c928-f814-4c8b-a793-13ac9744fb85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.004257 10.0.0.130 - - [2026-02-02 02:10:39] "POST /fqname-to-id HTTP/1.1" 404 215 0.001987 10.0.0.130 - - [2026-02-02 02:10:39] "POST /neutron/network HTTP/1.1" 200 843 0.013375 10.0.0.130 - - [2026-02-02 02:10:39] "GET /projects?obj_uuids=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001953 10.0.0.130 - - [2026-02-02 02:10:40] "POST /useragent-kv HTTP/1.1" 200 115 0.009277 10.0.0.130 - - [2026-02-02 02:10:40] "POST /virtual-networks HTTP/1.1" 200 696 0.249725 10.0.0.130 - - [2026-02-02 02:10:40] "POST /route-targets HTTP/1.1" 200 328 0.046169 10.0.0.130 - - [2026-02-02 02:10:40] "POST /neutron/router HTTP/1.1" 200 344 0.532082 10.0.0.130 - - [2026-02-02 02:10:40] "POST /ref-update HTTP/1.1" 200 156 0.090012 10.0.0.130 - - [2026-02-02 02:10:40] "POST /service-instances HTTP/1.1" 200 672 0.135294 10.0.0.130 - - [2026-02-02 02:10:40] "POST /neutron/port HTTP/1.1" 200 1129 0.055674 10.0.0.130 - - [2026-02-02 02:10:40] "POST /ref-update HTTP/1.1" 200 156 0.020597 10.0.0.130 - - [2026-02-02 02:10:40] "POST /route-tables HTTP/1.1" 200 584 0.049448 10.0.0.130 - - [2026-02-02 02:10:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.015132 10.0.0.130 - - [2026-02-02 02:10:40] "PUT /logical-router/1461fc49-3dfa-4422-9dfe-f805fd77d476 HTTP/1.1" 200 263 0.034766 10.0.0.130 - - [2026-02-02 02:10:40] "POST /neutron/port HTTP/1.1" 200 1062 0.522848 10.0.0.130 - - [2026-02-02 02:10:40] "POST /neutron/port HTTP/1.1" 200 1062 0.016592 10.0.0.130 - - [2026-02-02 02:10:40] "POST /ref-update HTTP/1.1" 200 156 0.039479 10.0.0.130 - - [2026-02-02 02:10:40] "POST /neutron/port HTTP/1.1" 200 1062 0.024844 10.0.0.130 - - [2026-02-02 02:10:40] "POST /neutron/port HTTP/1.1" 200 1116 0.068704 10.0.0.130 - - [2026-02-02 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.130 - - [2026-02-02 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.001826 10.0.0.130 - - [2026-02-02 02:10:40] "POST /neutron/port HTTP/1.1" 200 1126 0.010789 10.0.0.130 - - [2026-02-02 02:10:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002459 10.0.0.130 - - [2026-02-02 02:10:40] "POST /virtual-machines HTTP/1.1" 200 554 0.023745 10.0.0.130 - - [2026-02-02 02:10:40] "POST /neutron/subnet HTTP/1.1" 200 693 0.019779 10.0.0.130 - - [2026-02-02 02:10:40] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.130 - - [2026-02-02 02:10:40] "POST /neutron/network HTTP/1.1" 200 833 0.008798 10.0.0.130 - - [2026-02-02 02:10:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.093552 10.0.0.130 - - [2026-02-02 02:10:40] "POST /chown HTTP/1.1" 200 109 0.009389 10.0.0.130 - - [2026-02-02 02:10:40] "POST /instance-ips HTTP/1.1" 200 552 0.032717 10.0.0.130 - - [2026-02-02 02:10:40] "POST /instance-ips HTTP/1.1" 400 246 0.020739 10.0.0.130 - - [2026-02-02 02:10:41] "POST /chown HTTP/1.1" 200 109 0.008576 10.0.0.130 - - [2026-02-02 02:10:41] "PUT /virtual-machine-interface/bb56a572-dd9c-491c-bf3e-4fb36776378b HTTP/1.1" 200 285 0.009025 10.0.0.130 - - [2026-02-02 02:10:41] "PUT /instance-ip/0f271da1-26b2-4c4a-b3f6-2b2d312bd688 HTTP/1.1" 200 257 0.009219 10.0.0.130 - - [2026-02-02 02:10:41] "POST /ref-update HTTP/1.1" 200 156 0.009516 10.0.0.130 - - [2026-02-02 02:10:41] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.091159 10.0.0.130 - - [2026-02-02 02:10:41] "POST /chown HTTP/1.1" 200 109 0.008735 10.0.0.130 - - [2026-02-02 02:10:41] "POST /instance-ips HTTP/1.1" 200 550 0.028280 10.0.0.130 - - [2026-02-02 02:10:41] "POST /instance-ips HTTP/1.1" 400 316 0.012307 10.0.0.130 - - [2026-02-02 02:10:41] "POST /chown HTTP/1.1" 200 109 0.007401 10.0.0.130 - - [2026-02-02 02:10:41] "PUT /virtual-machine-interface/aad2d4fc-d6b7-4a74-b880-02a4a5c46c92 HTTP/1.1" 200 285 0.013329 10.0.0.130 - - [2026-02-02 02:10:41] "PUT /instance-ip/d55dad23-67fb-4b02-971c-be8c414ccfa9 HTTP/1.1" 200 257 0.010640 10.0.0.130 - - [2026-02-02 02:10:41] "POST /ref-update HTTP/1.1" 200 156 0.012454 10.0.0.130 - - [2026-02-02 02:10:41] "POST /ref-update HTTP/1.1" 200 156 0.009566 10.0.0.130 - - [2026-02-02 02:10:41] "PUT /routing-instance/8b00c48e-9c40-4fcb-9d9e-f2967c30e3d5 HTTP/1.1" 200 267 0.044684 10.0.0.130 - - [2026-02-02 02:10:41] "POST /ref-update HTTP/1.1" 200 156 0.034944 10.0.0.130 - - [2026-02-02 02:10:41] "POST /virtual-machines HTTP/1.1" 200 554 0.014446 10.0.0.130 - - [2026-02-02 02:10:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.096734 10.0.0.130 - - [2026-02-02 02:10:42] "POST /chown HTTP/1.1" 200 109 0.009096 10.0.0.130 - - [2026-02-02 02:10:42] "POST /instance-ips HTTP/1.1" 400 246 0.025245 10.0.0.130 - - [2026-02-02 02:10:42] "POST /chown HTTP/1.1" 200 109 0.006487 10.0.0.130 - - [2026-02-02 02:10:42] "PUT /virtual-machine-interface/4a37fd51-baeb-4d27-a405-b6f055c2b353 HTTP/1.1" 200 285 0.010974 10.0.0.130 - - [2026-02-02 02:10:42] "PUT /instance-ip/0f271da1-26b2-4c4a-b3f6-2b2d312bd688 HTTP/1.1" 200 257 0.014667 10.0.0.130 - - [2026-02-02 02:10:42] "POST /ref-update HTTP/1.1" 200 156 0.009961 10.0.0.130 - - [2026-02-02 02:10:42] "POST /ref-update HTTP/1.1" 200 156 0.011720 10.0.0.130 - - [2026-02-02 02:10:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.087933 10.0.0.130 - - [2026-02-02 02:10:42] "POST /ref-update HTTP/1.1" 200 156 0.015828 10.0.0.130 - - [2026-02-02 02:10:42] "PUT /routing-instance/8b00c48e-9c40-4fcb-9d9e-f2967c30e3d5 HTTP/1.1" 200 267 0.013871 10.0.0.130 - - [2026-02-02 02:10:42] "POST /chown HTTP/1.1" 200 109 0.005791 10.0.0.130 - - [2026-02-02 02:10:42] "POST /instance-ips HTTP/1.1" 400 316 0.011417 10.0.0.130 - - [2026-02-02 02:10:42] "POST /chown HTTP/1.1" 200 109 0.007218 10.0.0.130 - - [2026-02-02 02:10:42] "PUT /virtual-machine-interface/128733fa-ea1b-42ca-b40e-c0bcd8debecb HTTP/1.1" 200 285 0.011801 10.0.0.130 - - [2026-02-02 02:10:42] "PUT /instance-ip/d55dad23-67fb-4b02-971c-be8c414ccfa9 HTTP/1.1" 200 257 0.011383 10.0.0.130 - - [2026-02-02 02:10:42] "POST /ref-update HTTP/1.1" 200 156 0.010769 10.0.0.130 - - [2026-02-02 02:10:42] "POST /ref-update HTTP/1.1" 200 156 0.014111 10.0.0.130 - - [2026-02-02 02:10:42] "PUT /routing-instance/8b00c48e-9c40-4fcb-9d9e-f2967c30e3d5 HTTP/1.1" 200 267 0.009836 10.0.0.130 - - [2026-02-02 02:10:42] "POST /ref-update HTTP/1.1" 200 156 0.007957 10.0.0.130 - - [2026-02-02 02:10:45] "POST /neutron/port HTTP/1.1" 200 1129 0.011745 10.0.0.130 - - [2026-02-02 02:10:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005466 10.0.0.130 - - [2026-02-02 02:10:45] "POST /neutron/port HTTP/1.1" 200 1129 0.013433 10.0.0.130 - - [2026-02-02 02:10:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005771 10.0.0.130 - - [2026-02-02 02:10:45] "POST /neutron/port HTTP/1.1" 200 1129 0.011634 10.0.0.130 - - [2026-02-02 02:10:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005310 10.0.0.130 - - [2026-02-02 02:10:45] "GET /virtual-machine/07ccc105-b281-416a-8e27-ed9038c8fb06 HTTP/1.1" 401 293 0.000362 10.0.0.130 - - [2026-02-02 02:10:45] "GET /virtual-machine/07ccc105-b281-416a-8e27-ed9038c8fb06 HTTP/1.1" 200 1296 0.032197 10.0.0.130 - - [2026-02-02 02:10:45] "GET /virtual-machine-interface/6dee5c48-2ace-4065-b223-cf6831b59364 HTTP/1.1" 200 2963 0.011162 10.0.0.130 - - [2026-02-02 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.130 - - [2026-02-02 02:10:45] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004880 10.0.0.130 - - [2026-02-02 02:10:45] "GET /virtual-networks?parent_id=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003109 10.0.0.130 - - [2026-02-02 02:10:46] "GET /virtual-network/29b6b851-7722-4fbd-95ee-c7ba77fc5ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005112 10.0.0.130 - - [2026-02-02 02:10:47] "POST /neutron/port HTTP/1.1" 200 1129 0.011220 10.0.0.130 - - [2026-02-02 02:10:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009799 10.0.0.130 - - [2026-02-02 02:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.130 - - [2026-02-02 02:10:49] "GET /virtual-network/29b6b851-7722-4fbd-95ee-c7ba77fc5ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005964 10.0.0.130 - - [2026-02-02 02:10:49] "POST /neutron/port HTTP/1.1" 200 1126 0.011171 10.0.0.130 - - [2026-02-02 02:10:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004581 10.0.0.130 - - [2026-02-02 02:10:49] "POST /neutron/port HTTP/1.1" 200 1129 0.013489 10.0.0.130 - - [2026-02-02 02:10:49] "POST /neutron/port HTTP/1.1" 200 1129 0.012488 10.0.0.130 - - [2026-02-02 02:10:49] "POST /neutron/network HTTP/1.1" 200 839 0.006345 10.0.0.130 - - [2026-02-02 02:10:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003454 10.0.0.130 - - [2026-02-02 02:10:49] "POST /neutron/subnet HTTP/1.1" 200 708 0.007228 10.0.0.130 - - [2026-02-02 02:10:49] "POST /neutron/port HTTP/1.1" 200 117 0.001107 10.0.0.130 - - [2026-02-02 02:10:50] "POST /neutron/network HTTP/1.1" 200 829 0.004643 10.0.0.130 - - [2026-02-02 02:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.130 - - [2026-02-02 02:10:51] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003355 10.0.0.130 - - [2026-02-02 02:10:51] "GET /virtual-networks?parent_id=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002597 10.0.0.130 - - [2026-02-02 02:10:51] "GET /virtual-network/29b6b851-7722-4fbd-95ee-c7ba77fc5ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005140 10.0.0.130 - - [2026-02-02 02:10:51] "POST /neutron/port HTTP/1.1" 200 1126 0.011670 10.0.0.130 - - [2026-02-02 02:10:51] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005567 10.0.0.130 - - [2026-02-02 02:10:51] "POST /neutron/port HTTP/1.1" 200 1126 0.012214 10.0.0.130 - - [2026-02-02 02:10:51] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005487 10.0.0.130 - - [2026-02-02 02:10:51] "POST /neutron/port HTTP/1.1" 200 1126 0.011294 10.0.0.130 - - [2026-02-02 02:10:51] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005463 10.0.0.130 - - [2026-02-02 02:10:51] "GET /virtual-machine/c5ae7f8a-7517-438e-b3a1-5831d72e2260 HTTP/1.1" 200 1298 0.011524 10.0.0.130 - - [2026-02-02 02:10:51] "GET /virtual-machine-interface/2e6a3932-e23a-49df-820e-3735521a2bb0 HTTP/1.1" 200 2974 0.004574 10.0.0.130 - - [2026-02-02 02:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002532 10.0.0.130 - - [2026-02-02 02:10:51] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003114 10.0.0.130 - - [2026-02-02 02:10:51] "GET /virtual-networks?parent_id=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002764 10.0.0.130 - - [2026-02-02 02:10:51] "GET /virtual-network/af3463c1-fe51-42d7-9b2e-846218dd6879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004671 10.0.0.130 - - [2026-02-02 02:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002538 10.0.0.130 - - [2026-02-02 02:10:53] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003473 10.0.0.130 - - [2026-02-02 02:10:53] "GET /virtual-networks?parent_id=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002610 10.0.0.130 - - [2026-02-02 02:10:53] "GET /virtual-network/af3463c1-fe51-42d7-9b2e-846218dd6879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005685 10.0.0.130 - - [2026-02-02 02:10:57] "POST /neutron/router HTTP/1.1" 200 656 0.003668 10.0.0.130 - - [2026-02-02 02:10:57] "POST /ref-update HTTP/1.1" 200 156 0.009127 10.0.0.130 - - [2026-02-02 02:10:57] "POST /neutron/router HTTP/1.1" 200 344 0.084944 10.0.0.130 - - [2026-02-02 02:10:57] "POST /neutron/router HTTP/1.1" 200 656 0.004177 10.0.0.130 - - [2026-02-02 02:10:57] "GET /logical-router/1461fc49-3dfa-4422-9dfe-f805fd77d476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.004198 10.0.0.130 - - [2026-02-02 02:10:57] "GET /service-instance/70a58271-c690-419b-8ae2-c2f310e75d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2318 0.003935 10.0.0.130 - - [2026-02-02 02:10:57] "POST /neutron/router HTTP/1.1" 200 151 0.061124 10.0.0.130 - - [2026-02-02 02:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.130 - - [2026-02-02 02:10:57] "DELETE /route-target/3e6b7436-d2ab-4666-af04-6e39c044a415 HTTP/1.1" 409 240 0.004124 10.0.0.130 - - [2026-02-02 02:10:57] "PUT /logical-router/1461fc49-3dfa-4422-9dfe-f805fd77d476 HTTP/1.1" 404 171 0.002299 10.0.0.130 - - [2026-02-02 02:10:57] "POST /ref-update HTTP/1.1" 200 156 0.013656 10.0.0.130 - - [2026-02-02 02:10:57] "DELETE /route-table/48ffce16-7fd4-4ae4-8855-fb754e9ce2a2 HTTP/1.1" 200 115 0.038501 10.0.0.130 - - [2026-02-02 02:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.130 - - [2026-02-02 02:10:57] "PUT /routing-instance/8b00c48e-9c40-4fcb-9d9e-f2967c30e3d5 HTTP/1.1" 200 267 0.009828 10.0.0.130 - - [2026-02-02 02:10:57] "GET /virtual-network/ad94feea-3e06-4539-ba10-ddc9c971893d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.005013 10.0.0.130 - - [2026-02-02 02:10:57] "POST /neutron/network HTTP/1.1" 200 833 0.009983 10.0.0.130 - - [2026-02-02 02:10:57] "POST /neutron/network HTTP/1.1" 400 204 0.032939 10.0.0.130 - - [2026-02-02 02:10:57] "POST /ref-update HTTP/1.1" 200 156 0.012532 10.0.0.130 - - [2026-02-02 02:10:57] "POST /ref-update HTTP/1.1" 200 156 0.008686 10.0.0.130 - - [2026-02-02 02:10:57] "DELETE /instance-ip/d55dad23-67fb-4b02-971c-be8c414ccfa9 HTTP/1.1" 200 115 0.038953 10.0.0.130 - - [2026-02-02 02:10:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003472 10.0.0.130 - - [2026-02-02 02:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.009056 10.0.0.130 - - [2026-02-02 02:10:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006062 10.0.0.130 - - [2026-02-02 02:10:57] "DELETE /virtual-network/ad94feea-3e06-4539-ba10-ddc9c971893d HTTP/1.1" 200 115 0.124451 10.0.0.130 - - [2026-02-02 02:10:57] "DELETE /route-target/9c2232e1-b160-40e1-937f-78850be83fb6 HTTP/1.1" 200 115 0.018466 10.0.0.130 - - [2026-02-02 02:10:57] "DELETE /service-instance/70a58271-c690-419b-8ae2-c2f310e75d5b HTTP/1.1" 200 115 0.046590 10.0.0.130 - - [2026-02-02 02:10:57] "GET /logical-router/1461fc49-3dfa-4422-9dfe-f805fd77d476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004816 10.0.0.130 - - [2026-02-02 02:10:57] "GET /service-instance/70a58271-c690-419b-8ae2-c2f310e75d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002470 10.0.0.130 - - [2026-02-02 02:10:57] "POST /neutron/port HTTP/1.1" 200 1126 0.014755 10.0.0.130 - - [2026-02-02 02:10:57] "POST /neutron/port HTTP/1.1" 200 1116 0.014197 10.0.0.130 - - [2026-02-02 02:10:57] "GET /virtual-machine-interface/aad2d4fc-d6b7-4a74-b880-02a4a5c46c92?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1336 0.006407 10.0.0.130 - - [2026-02-02 02:10:57] "POST /neutron/port HTTP/1.1" 200 1129 0.016227 10.0.0.130 - - [2026-02-02 02:10:57] "POST /neutron/port HTTP/1.1" 200 1119 0.016216 10.0.0.130 - - [2026-02-02 02:10:57] "POST /neutron/port HTTP/1.1" 200 151 0.127606 10.0.0.130 - - [2026-02-02 02:10:58] "DELETE /virtual-machine-interface/aad2d4fc-d6b7-4a74-b880-02a4a5c46c92 HTTP/1.1" 200 115 0.063394 10.0.0.130 - - [2026-02-02 02:10:58] "GET /virtual-machine-interface/bb56a572-dd9c-491c-bf3e-4fb36776378b?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1657 0.004447 10.0.0.130 - - [2026-02-02 02:10:58] "POST /ref-update HTTP/1.1" 200 156 0.019150 10.0.0.130 - - [2026-02-02 02:10:58] "POST /neutron/port HTTP/1.1" 200 151 0.136542 10.0.0.130 - - [2026-02-02 02:10:58] "GET /instance-ip/0f271da1-26b2-4c4a-b3f6-2b2d312bd688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004499 10.0.0.130 - - [2026-02-02 02:10:58] "DELETE /virtual-machine-interface/bb56a572-dd9c-491c-bf3e-4fb36776378b HTTP/1.1" 200 115 0.034904 10.0.0.130 - - [2026-02-02 02:10:58] "POST /ref-update HTTP/1.1" 200 156 0.009926 10.0.0.130 - - [2026-02-02 02:10:58] "DELETE /virtual-machine/ba6b660a-fea7-4f15-9d76-ae94686de411 HTTP/1.1" 200 115 0.016810 10.0.0.130 - - [2026-02-02 02:10:58] "GET /virtual-machine-interface/4a37fd51-baeb-4d27-a405-b6f055c2b353?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1656 0.005110 10.0.0.130 - - [2026-02-02 02:10:58] "POST /ref-update HTTP/1.1" 200 156 0.010491 10.0.0.130 - - [2026-02-02 02:10:58] "GET /instance-ip/0f271da1-26b2-4c4a-b3f6-2b2d312bd688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.004931 10.0.0.130 - - [2026-02-02 02:10:58] "DELETE /instance-ip/0f271da1-26b2-4c4a-b3f6-2b2d312bd688 HTTP/1.1" 200 115 0.022557 10.0.0.130 - - [2026-02-02 02:10:58] "DELETE /virtual-machine-interface/4a37fd51-baeb-4d27-a405-b6f055c2b353 HTTP/1.1" 200 115 0.028156 10.0.0.130 - - [2026-02-02 02:10:58] "GET /virtual-machine-interface/128733fa-ea1b-42ca-b40e-c0bcd8debecb?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1335 0.005972 10.0.0.130 - - [2026-02-02 02:10:58] "DELETE /virtual-machine-interface/128733fa-ea1b-42ca-b40e-c0bcd8debecb HTTP/1.1" 200 115 0.026953 10.0.0.130 - - [2026-02-02 02:10:58] "DELETE /virtual-machine/b3c0178d-3ece-4dad-9c5c-3313b03d9e00 HTTP/1.1" 200 115 0.019893 10.0.0.130 - - [2026-02-02 02:10:59] "POST /neutron/network HTTP/1.1" 200 833 0.004814 10.0.0.130 - - [2026-02-02 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002310 10.0.0.130 - - [2026-02-02 02:10:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001836 10.0.0.130 - - [2026-02-02 02:10:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001507 10.0.0.130 - - [2026-02-02 02:10:59] "POST /neutron/network HTTP/1.1" 200 151 0.069185 10.0.0.130 - - [2026-02-02 02:10:59] "DELETE /route-target/e7e38221-5c5c-42a3-9b6e-423a194baa16 HTTP/1.1" 200 115 0.024883 10.0.0.130 - - [2026-02-02 02:10:59] "POST /neutron/network HTTP/1.1" 200 829 0.004430 10.0.0.130 - - [2026-02-02 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002572 10.0.0.130 - - [2026-02-02 02:10:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002428 10.0.0.130 - - [2026-02-02 02:10:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001489 10.0.0.130 - - [2026-02-02 02:10:59] "POST /neutron/network HTTP/1.1" 200 151 0.067843 10.0.0.130 - - [2026-02-02 02:10:59] "DELETE /route-target/fce04983-92b1-431f-906d-3bbc25f7d8e9 HTTP/1.1" 200 115 0.014649 10.0.0.130 - - [2026-02-02 02:10:59] "GET /projects?obj_uuids=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000875 10.0.0.130 - - [2026-02-02 02:10:59] "GET /project/3a66aca5-78a5-4983-a82e-55c5e8263529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.026704 10.0.0.130 - - [2026-02-02 02:10:59] "GET /projects?obj_uuids=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000894 10.0.0.130 - - [2026-02-02 02:10:59] "GET /project/3a66aca5-78a5-4983-a82e-55c5e8263529?fields=virtual_networks HTTP/1.1" 200 1040 0.068590 10.0.0.130 - - [2026-02-02 02:11:00] "GET /projects?obj_uuids=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001553 10.0.0.130 - - [2026-02-02 02:11:00] "GET /project/3a66aca5-78a5-4983-a82e-55c5e8263529?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.027571 10.0.0.130 - - [2026-02-02 02:11:00] "GET /projects?obj_uuids=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001135 10.0.0.130 - - [2026-02-02 02:11:00] "GET /project/3a66aca5-78a5-4983-a82e-55c5e8263529?fields=security_groups HTTP/1.1" 200 1270 0.030671 10.0.0.130 - - [2026-02-02 02:11:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.025336 10.0.0.130 - - [2026-02-02 02:11:01] "GET /projects?obj_uuids=be0d4311-c8dd-4585-b06c-1a6768602283&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001990 10.0.0.130 - - [2026-02-02 02:11:01] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001165 10.0.0.130 - - [2026-02-02 02:11:01] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007175 10.0.0.130 - - [2026-02-02 02:11:01] "POST /id-to-fqname HTTP/1.1" 200 198 0.003788 10.0.0.130 - - [2026-02-02 02:11:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.001957 10.0.0.130 - - [2026-02-02 02:11:01] "POST /security-groups HTTP/1.1" 200 599 0.060202 10.0.0.130 - - [2026-02-02 02:11:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.002272 10.0.0.130 - - [2026-02-02 02:11:01] "POST /projects HTTP/1.1" 200 601 0.212462 10.0.0.130 - - [2026-02-02 02:11:01] "POST /access-control-lists HTTP/1.1" 200 606 0.057848 10.0.0.130 - - [2026-02-02 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.284271 10.0.0.130 - - [2026-02-02 02:11:01] "POST /fqname-to-id HTTP/1.1" 404 241 0.002612 10.0.0.130 - - [2026-02-02 02:11:01] "GET /project/be0d4311-c8dd-4585-b06c-1a6768602283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.405551 10.0.0.130 - - [2026-02-02 02:11:01] "POST /access-control-lists HTTP/1.1" 200 604 0.066145 10.0.0.130 - - [2026-02-02 02:11:02] "GET / HTTP/1.1" 200 36215 0.001713 10.0.0.130 - - [2026-02-02 02:11:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000580 10.0.0.130 - - [2026-02-02 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.062129 10.0.0.130 - - [2026-02-02 02:11:03] "GET /projects?obj_uuids=be0d4311-c8dd-4585-b06c-1a6768602283&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.130 - - [2026-02-02 02:11:03] "GET /project/be0d4311-c8dd-4585-b06c-1a6768602283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.022439 10.0.0.130 - - [2026-02-02 02:11:03] "POST /neutron/network HTTP/1.1" 200 117 0.032792 10.0.0.130 - - [2026-02-02 02:11:03] "GET /projects?obj_uuids=be0d4311-c8dd-4585-b06c-1a6768602283&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001160 10.0.0.130 - - [2026-02-02 02:11:03] "POST /neutron/network HTTP/1.1" 200 613 0.057420 10.0.0.130 - - [2026-02-02 02:11:03] "POST /route-targets HTTP/1.1" 200 328 0.009645 10.0.0.130 - - [2026-02-02 02:11:03] "POST /ref-update HTTP/1.1" 200 156 0.012376 10.0.0.130 - - [2026-02-02 02:11:03] "POST /useragent-kv HTTP/1.1" 200 115 0.005410 10.0.0.130 - - [2026-02-02 02:11:03] "POST /neutron/subnet HTTP/1.1" 200 719 0.132229 10.0.0.130 - - [2026-02-02 02:11:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000349 10.0.0.130 - - [2026-02-02 02:11:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003759 10.0.0.130 - - [2026-02-02 02:11:04] "POST /neutron/subnet HTTP/1.1" 200 828 0.184065 10.0.0.130 - - [2026-02-02 02:11:04] "POST /neutron/network HTTP/1.1" 200 1005 0.007585 10.0.0.130 - - [2026-02-02 02:11:04] "POST /id-to-fqname HTTP/1.1" 200 228 0.001088 10.0.0.130 - - [2026-02-02 02:11:04] "GET /virtual-network/598e8c44-89fe-40ab-b341-f37c8376c184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004133 10.0.0.130 - - [2026-02-02 02:11:04] "POST /neutron/network HTTP/1.1" 200 1005 0.006208 10.0.0.130 - - [2026-02-02 02:11:04] "GET /virtual-network/598e8c44-89fe-40ab-b341-f37c8376c184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004626 10.0.0.130 - - [2026-02-02 02:11:04] "POST /neutron/network HTTP/1.1" 200 1005 0.062639 10.0.0.130 - - [2026-02-02 02:11:04] "POST /neutron/subnet HTTP/1.1" 200 719 0.007487 10.0.0.130 - - [2026-02-02 02:11:04] "POST /neutron/subnet HTTP/1.1" 200 828 0.005603 10.0.0.130 - - [2026-02-02 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.130 - - [2026-02-02 02:11:04] "GET /projects?obj_uuids=be0d4311-c8dd-4585-b06c-1a6768602283&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001118 10.0.0.130 - - [2026-02-02 02:11:04] "GET /project/be0d4311-c8dd-4585-b06c-1a6768602283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.029813 10.0.0.130 - - [2026-02-02 02:11:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.028500 10.0.0.130 - - [2026-02-02 02:11:04] "POST /neutron/network HTTP/1.1" 200 117 0.009665 10.0.0.130 - - [2026-02-02 02:11:04] "GET /projects?obj_uuids=be0d4311-c8dd-4585-b06c-1a6768602283&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000891 10.0.0.130 - - [2026-02-02 02:11:04] "POST /neutron/network HTTP/1.1" 200 613 0.067947 10.0.0.130 - - [2026-02-02 02:11:04] "POST /route-targets HTTP/1.1" 200 328 0.012072 10.0.0.130 - - [2026-02-02 02:11:04] "POST /ref-update HTTP/1.1" 200 156 0.012158 10.0.0.130 - - [2026-02-02 02:11:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002358 10.0.0.130 - - [2026-02-02 02:11:04] "POST /neutron/subnet HTTP/1.1" 200 715 0.142224 10.0.0.130 - - [2026-02-02 02:11:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.004042 10.0.0.130 - - [2026-02-02 02:11:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004511 10.0.0.130 - - [2026-02-02 02:11:04] "POST /neutron/subnet HTTP/1.1" 200 823 0.188202 10.0.0.130 - - [2026-02-02 02:11:04] "POST /neutron/network HTTP/1.1" 200 1003 0.007752 10.0.0.130 - - [2026-02-02 02:11:04] "POST /id-to-fqname HTTP/1.1" 200 228 0.001042 10.0.0.130 - - [2026-02-02 02:11:04] "GET /virtual-network/825f65aa-7f11-4bbc-a29e-ca2599aaf933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005083 10.0.0.130 - - [2026-02-02 02:11:04] "POST /neutron/network HTTP/1.1" 200 1003 0.011828 10.0.0.130 - - [2026-02-02 02:11:04] "GET /virtual-network/825f65aa-7f11-4bbc-a29e-ca2599aaf933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005492 10.0.0.130 - - [2026-02-02 02:11:04] "POST /neutron/network HTTP/1.1" 200 1003 0.007917 10.0.0.130 - - [2026-02-02 02:11:05] "POST /neutron/subnet HTTP/1.1" 200 715 0.007610 10.0.0.130 - - [2026-02-02 02:11:05] "POST /neutron/subnet HTTP/1.1" 200 823 0.007340 10.0.0.130 - - [2026-02-02 02:11:05] "POST /fqname-to-id HTTP/1.1" 404 234 0.002398 10.0.0.130 - - [2026-02-02 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.130 - - [2026-02-02 02:11:05] "GET /projects?obj_uuids=be0d4311-c8dd-4585-b06c-1a6768602283&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001650 10.0.0.130 - - [2026-02-02 02:11:05] "GET /project/be0d4311-c8dd-4585-b06c-1a6768602283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.021616 10.0.0.130 - - [2026-02-02 02:11:05] "POST /network-policys HTTP/1.1" 200 579 0.061378 10.0.0.130 - - [2026-02-02 02:11:05] "GET /network-policy/b31a88ac-e2c8-4fd5-a889-207c639e89c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.005582 10.0.0.130 - - [2026-02-02 02:11:05] "POST /neutron/network HTTP/1.1" 200 1005 0.009229 10.0.0.130 - - [2026-02-02 02:11:05] "POST /fqname-to-id HTTP/1.1" 404 242 0.007369 10.0.0.130 - - [2026-02-02 02:11:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.005113 10.0.0.130 - - [2026-02-02 02:11:05] "POST /neutron/network HTTP/1.1" 200 1113 0.060130 10.0.0.130 - - [2026-02-02 02:11:05] "POST /access-control-lists HTTP/1.1" 200 598 0.070587 10.0.0.130 - - [2026-02-02 02:11:05] "POST /neutron/network HTTP/1.1" 200 1113 0.054526 10.0.0.130 - - [2026-02-02 02:11:05] "GET /virtual-network/598e8c44-89fe-40ab-b341-f37c8376c184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005406 10.0.0.130 - - [2026-02-02 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002415 10.0.0.130 - - [2026-02-02 02:11:05] "GET /network-policy/b31a88ac-e2c8-4fd5-a889-207c639e89c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.004557 10.0.0.130 - - [2026-02-02 02:11:05] "POST /neutron/network HTTP/1.1" 200 1003 0.007772 10.0.0.130 - - [2026-02-02 02:11:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.002254 10.0.0.130 - - [2026-02-02 02:11:05] "PUT /access-control-list/fd56a857-212f-4d68-ba51-911fa9b91087 HTTP/1.1" 200 273 0.065344 10.0.0.130 - - [2026-02-02 02:11:05] "POST /neutron/network HTTP/1.1" 200 1111 0.101591 10.0.0.130 - - [2026-02-02 02:11:05] "POST /fqname-to-id HTTP/1.1" 404 242 0.003744 10.0.0.130 - - [2026-02-02 02:11:05] "POST /neutron/network HTTP/1.1" 200 1111 0.009983 10.0.0.130 - - [2026-02-02 02:11:05] "GET /virtual-network/825f65aa-7f11-4bbc-a29e-ca2599aaf933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005635 10.0.0.130 - - [2026-02-02 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.130 - - [2026-02-02 02:11:05] "GET /network-policy/b31a88ac-e2c8-4fd5-a889-207c639e89c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.032143 10.0.0.130 - - [2026-02-02 02:11:05] "POST /access-control-lists HTTP/1.1" 200 598 0.061461 10.0.0.130 - - [2026-02-02 02:11:05] "GET /domains HTTP/1.1" 401 293 0.000309 10.0.0.130 - - [2026-02-02 02:11:05] "POST /ref-update HTTP/1.1" 200 156 0.010873 10.0.0.130 - - [2026-02-02 02:11:06] "GET /domains HTTP/1.1" 200 281 0.025331 10.0.0.130 - - [2026-02-02 02:11:06] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001297 10.0.0.130 - - [2026-02-02 02:11:06] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2966 0.008340 10.0.0.130 - - [2026-02-02 02:11:06] "GET /projects?obj_uuids=be0d4311-c8dd-4585-b06c-1a6768602283&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000913 10.0.0.130 - - [2026-02-02 02:11:06] "GET /project/be0d4311-c8dd-4585-b06c-1a6768602283 HTTP/1.1" 200 2634 0.069748 10.0.0.130 - - [2026-02-02 02:11:06] "GET /virtual-network/598e8c44-89fe-40ab-b341-f37c8376c184 HTTP/1.1" 200 3509 0.006119 10.0.0.130 - - [2026-02-02 02:11:06] "GET /virtual-network/598e8c44-89fe-40ab-b341-f37c8376c184 HTTP/1.1" 200 3509 0.006336 10.0.0.130 - - [2026-02-02 02:11:06] "GET /routing-instance/79db1ff5-dea1-4469-9aa3-fe58ffa64553 HTTP/1.1" 200 1799 0.005661 10.0.0.130 - - [2026-02-02 02:11:06] "GET /routing-instance/79db1ff5-dea1-4469-9aa3-fe58ffa64553 HTTP/1.1" 200 1799 0.003781 10.0.0.130 - - [2026-02-02 02:11:06] "GET /route-target/3a1631f5-1c7e-470a-b7e8-8470781a9234 HTTP/1.1" 200 1214 0.002917 10.0.0.130 - - [2026-02-02 02:11:06] "GET /virtual-network/598e8c44-89fe-40ab-b341-f37c8376c184 HTTP/1.1" 200 3509 0.004343 10.0.0.130 - - [2026-02-02 02:11:06] "GET /routing-instance/79db1ff5-dea1-4469-9aa3-fe58ffa64553 HTTP/1.1" 200 1799 0.004867 10.0.0.130 - - [2026-02-02 02:11:06] "GET /virtual-network/598e8c44-89fe-40ab-b341-f37c8376c184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004755 10.0.0.130 - - [2026-02-02 02:11:06] "GET /virtual-network/598e8c44-89fe-40ab-b341-f37c8376c184 HTTP/1.1" 200 3509 0.005444 10.0.0.130 - - [2026-02-02 02:11:06] "GET /routing-instance/79db1ff5-dea1-4469-9aa3-fe58ffa64553 HTTP/1.1" 200 1799 0.003338 10.0.0.130 - - [2026-02-02 02:11:06] "GET /routing-instance/79db1ff5-dea1-4469-9aa3-fe58ffa64553 HTTP/1.1" 200 1799 0.003111 10.0.0.130 - - [2026-02-02 02:11:06] "GET /route-target/3a1631f5-1c7e-470a-b7e8-8470781a9234 HTTP/1.1" 200 1214 0.002836 10.0.0.130 - - [2026-02-02 02:11:06] "GET /domains HTTP/1.1" 200 281 0.002482 10.0.0.130 - - [2026-02-02 02:11:06] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.130 - - [2026-02-02 02:11:06] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2966 0.006840 10.0.0.130 - - [2026-02-02 02:11:06] "GET /projects?obj_uuids=be0d4311-c8dd-4585-b06c-1a6768602283&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001181 10.0.0.130 - - [2026-02-02 02:11:06] "GET /project/be0d4311-c8dd-4585-b06c-1a6768602283 HTTP/1.1" 200 2634 0.067461 10.0.0.130 - - [2026-02-02 02:11:06] "GET /virtual-network/598e8c44-89fe-40ab-b341-f37c8376c184 HTTP/1.1" 200 3509 0.003905 10.0.0.130 - - [2026-02-02 02:11:06] "GET /obj-perms HTTP/1.1" 200 5065 0.057880 10.0.0.130 - - [2026-02-02 02:11:06] "GET /domains HTTP/1.1" 200 281 0.002534 10.0.0.130 - - [2026-02-02 02:11:06] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001151 10.0.0.130 - - [2026-02-02 02:11:06] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2966 0.005918 10.0.0.130 - - [2026-02-02 02:11:06] "GET /projects?obj_uuids=be0d4311-c8dd-4585-b06c-1a6768602283&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000844 10.0.0.130 - - [2026-02-02 02:11:06] "GET /project/be0d4311-c8dd-4585-b06c-1a6768602283 HTTP/1.1" 200 2634 0.063537 10.0.0.130 - - [2026-02-02 02:11:06] "GET /virtual-network/825f65aa-7f11-4bbc-a29e-ca2599aaf933 HTTP/1.1" 200 3503 0.005729 10.0.0.130 - - [2026-02-02 02:11:06] "GET /virtual-network/825f65aa-7f11-4bbc-a29e-ca2599aaf933 HTTP/1.1" 200 3503 0.003957 10.0.0.130 - - [2026-02-02 02:11:06] "GET /routing-instance/b6d9ca4a-9a3a-4939-ab8d-7959f3c59130 HTTP/1.1" 200 1800 0.002715 10.0.0.130 - - [2026-02-02 02:11:06] "GET /routing-instance/b6d9ca4a-9a3a-4939-ab8d-7959f3c59130 HTTP/1.1" 200 1800 0.002983 10.0.0.130 - - [2026-02-02 02:11:06] "GET /route-target/ca169922-ebbe-4853-a9e7-e1af3f7db17d HTTP/1.1" 200 1215 0.002470 10.0.0.130 - - [2026-02-02 02:11:07] "GET /virtual-network/825f65aa-7f11-4bbc-a29e-ca2599aaf933 HTTP/1.1" 200 3503 0.004251 10.0.0.130 - - [2026-02-02 02:11:07] "GET /routing-instance/b6d9ca4a-9a3a-4939-ab8d-7959f3c59130 HTTP/1.1" 200 1800 0.002861 10.0.0.130 - - [2026-02-02 02:11:07] "GET /virtual-network/825f65aa-7f11-4bbc-a29e-ca2599aaf933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.004155 10.0.0.130 - - [2026-02-02 02:11:07] "GET /virtual-network/825f65aa-7f11-4bbc-a29e-ca2599aaf933 HTTP/1.1" 200 3503 0.003962 10.0.0.130 - - [2026-02-02 02:11:07] "GET /routing-instance/b6d9ca4a-9a3a-4939-ab8d-7959f3c59130 HTTP/1.1" 200 1800 0.002800 10.0.0.130 - - [2026-02-02 02:11:07] "GET /routing-instance/b6d9ca4a-9a3a-4939-ab8d-7959f3c59130 HTTP/1.1" 200 1800 0.002944 10.0.0.130 - - [2026-02-02 02:11:07] "GET /route-target/ca169922-ebbe-4853-a9e7-e1af3f7db17d HTTP/1.1" 200 1215 0.002503 10.0.0.130 - - [2026-02-02 02:11:07] "GET /domains HTTP/1.1" 200 281 0.002256 10.0.0.130 - - [2026-02-02 02:11:07] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000887 10.0.0.130 - - [2026-02-02 02:11:07] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2966 0.005575 10.0.0.130 - - [2026-02-02 02:11:07] "GET /projects?obj_uuids=be0d4311-c8dd-4585-b06c-1a6768602283&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000795 10.0.0.130 - - [2026-02-02 02:11:07] "GET /project/be0d4311-c8dd-4585-b06c-1a6768602283 HTTP/1.1" 200 2634 0.063945 10.0.0.130 - - [2026-02-02 02:11:07] "GET /virtual-network/825f65aa-7f11-4bbc-a29e-ca2599aaf933 HTTP/1.1" 200 3503 0.004583 10.0.0.130 - - [2026-02-02 02:11:07] "GET /obj-perms HTTP/1.1" 200 5065 0.002719 10.0.0.130 - - [2026-02-02 02:11:07] "GET /virtual-network/825f65aa-7f11-4bbc-a29e-ca2599aaf933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005165 10.0.0.130 - - [2026-02-02 02:11:07] "POST /neutron/network HTTP/1.1" 200 1111 0.006761 10.0.0.130 - - [2026-02-02 02:11:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.002814 10.0.0.130 - - [2026-02-02 02:11:07] "POST /neutron/network HTTP/1.1" 200 1003 0.042732 10.0.0.130 - - [2026-02-02 02:11:07] "DELETE /access-control-list/81d571b8-1e62-4caf-81e4-e3cefebc95a4 HTTP/1.1" 200 115 0.028291 10.0.0.130 - - [2026-02-02 02:11:07] "POST /neutron/network HTTP/1.1" 200 1003 0.006763 10.0.0.130 - - [2026-02-02 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.015373 10.0.0.130 - - [2026-02-02 02:11:07] "GET /virtual-network/825f65aa-7f11-4bbc-a29e-ca2599aaf933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006103 10.0.0.130 - - [2026-02-02 02:11:07] "GET /virtual-network/598e8c44-89fe-40ab-b341-f37c8376c184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005862 10.0.0.130 - - [2026-02-02 02:11:07] "POST /neutron/network HTTP/1.1" 200 1113 0.007276 10.0.0.130 - - [2026-02-02 02:11:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.010564 10.0.0.130 - - [2026-02-02 02:11:07] "POST /neutron/network HTTP/1.1" 200 1005 0.040092 10.0.0.130 - - [2026-02-02 02:11:07] "DELETE /access-control-list/fd56a857-212f-4d68-ba51-911fa9b91087 HTTP/1.1" 200 115 0.035162 10.0.0.130 - - [2026-02-02 02:11:07] "POST /neutron/network HTTP/1.1" 200 1005 0.010474 10.0.0.130 - - [2026-02-02 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.011387 10.0.0.130 - - [2026-02-02 02:11:07] "GET /virtual-network/598e8c44-89fe-40ab-b341-f37c8376c184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006058 10.0.0.130 - - [2026-02-02 02:11:07] "DELETE /network-policy/b31a88ac-e2c8-4fd5-a889-207c639e89c5 HTTP/1.1" 200 115 0.033813 10.0.0.130 - - [2026-02-02 02:11:07] "POST /neutron/network HTTP/1.1" 200 1003 0.005627 10.0.0.130 - - [2026-02-02 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.130 - - [2026-02-02 02:11:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001723 10.0.0.130 - - [2026-02-02 02:11:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003165 10.0.0.130 - - [2026-02-02 02:11:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001641 10.0.0.130 - - [2026-02-02 02:11:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001273 10.0.0.130 - - [2026-02-02 02:11:07] "POST /neutron/network HTTP/1.1" 200 151 0.079724 10.0.0.130 - - [2026-02-02 02:11:07] "DELETE /route-target/ca169922-ebbe-4853-a9e7-e1af3f7db17d HTTP/1.1" 200 115 0.024449 10.0.0.130 - - [2026-02-02 02:11:07] "GET /routing-instance/b6d9ca4a-9a3a-4939-ab8d-7959f3c59130 HTTP/1.1" 404 171 0.001951 10.0.0.130 - - [2026-02-02 02:11:07] "GET /domains HTTP/1.1" 200 281 0.003311 10.0.0.130 - - [2026-02-02 02:11:07] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.130 - - [2026-02-02 02:11:07] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2966 0.049052 10.0.0.130 - - [2026-02-02 02:11:07] "GET /projects?obj_uuids=be0d4311-c8dd-4585-b06c-1a6768602283&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000854 10.0.0.130 - - [2026-02-02 02:11:07] "GET /project/be0d4311-c8dd-4585-b06c-1a6768602283 HTTP/1.1" 200 2152 0.065580 10.0.0.130 - - [2026-02-02 02:11:07] "POST /neutron/network HTTP/1.1" 200 1005 0.005916 10.0.0.130 - - [2026-02-02 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.130 - - [2026-02-02 02:11:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002572 10.0.0.130 - - [2026-02-02 02:11:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001563 10.0.0.130 - - [2026-02-02 02:11:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001662 10.0.0.130 - - [2026-02-02 02:11:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001318 10.0.0.130 - - [2026-02-02 02:11:07] "POST /neutron/network HTTP/1.1" 200 151 0.072737 10.0.0.130 - - [2026-02-02 02:11:07] "DELETE /route-target/3a1631f5-1c7e-470a-b7e8-8470781a9234 HTTP/1.1" 200 115 0.018106 10.0.0.130 - - [2026-02-02 02:11:07] "GET /routing-instance/79db1ff5-dea1-4469-9aa3-fe58ffa64553 HTTP/1.1" 404 171 0.001998 10.0.0.130 - - [2026-02-02 02:11:07] "GET /domains HTTP/1.1" 200 281 0.001838 10.0.0.130 - - [2026-02-02 02:11:07] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000731 10.0.0.130 - - [2026-02-02 02:11:07] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2966 0.046233 10.0.0.130 - - [2026-02-02 02:11:07] "GET /projects?obj_uuids=be0d4311-c8dd-4585-b06c-1a6768602283&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001186 10.0.0.130 - - [2026-02-02 02:11:07] "GET /project/be0d4311-c8dd-4585-b06c-1a6768602283 HTTP/1.1" 200 1906 0.062859 10.0.0.130 - - [2026-02-02 02:11:08] "GET /projects?obj_uuids=be0d4311-c8dd-4585-b06c-1a6768602283&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.130 - - [2026-02-02 02:11:08] "GET /project/be0d4311-c8dd-4585-b06c-1a6768602283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.026995 10.0.0.130 - - [2026-02-02 02:11:08] "GET /projects?obj_uuids=be0d4311-c8dd-4585-b06c-1a6768602283&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000967 10.0.0.130 - - [2026-02-02 02:11:08] "GET /project/be0d4311-c8dd-4585-b06c-1a6768602283?fields=virtual_networks HTTP/1.1" 200 1051 0.061890 10.0.0.130 - - [2026-02-02 02:11:08] "GET /projects?obj_uuids=be0d4311-c8dd-4585-b06c-1a6768602283&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001182 10.0.0.130 - - [2026-02-02 02:11:08] "GET /project/be0d4311-c8dd-4585-b06c-1a6768602283?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.025362 10.0.0.130 - - [2026-02-02 02:11:08] "GET /projects?obj_uuids=be0d4311-c8dd-4585-b06c-1a6768602283&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000954 10.0.0.130 - - [2026-02-02 02:11:08] "GET /project/be0d4311-c8dd-4585-b06c-1a6768602283?fields=security_groups HTTP/1.1" 200 1286 0.022260 10.0.0.130 - - [2026-02-02 02:11:09] "POST /fqname-to-id HTTP/1.1" 404 204 0.029786 10.0.0.130 - - [2026-02-02 02:11:09] "GET /projects?obj_uuids=521064ab-1a76-494a-99c6-9642bf69e3c9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004445 10.0.0.130 - - [2026-02-02 02:11:09] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.130 - - [2026-02-02 02:11:09] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006344 10.0.0.130 - - [2026-02-02 02:11:09] "POST /id-to-fqname HTTP/1.1" 200 206 0.001417 10.0.0.130 - - [2026-02-02 02:11:09] "POST /fqname-to-id HTTP/1.1" 404 215 0.002852 10.0.0.130 - - [2026-02-02 02:11:09] "POST /security-groups HTTP/1.1" 200 607 0.060097 10.0.0.130 - - [2026-02-02 02:11:09] "POST /fqname-to-id HTTP/1.1" 404 250 0.002035 10.0.0.130 - - [2026-02-02 02:11:09] "POST /projects HTTP/1.1" 200 617 0.201967 10.0.0.130 - - [2026-02-02 02:11:09] "POST /access-control-lists HTTP/1.1" 200 614 0.059951 10.0.0.130 - - [2026-02-02 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.272532 10.0.0.130 - - [2026-02-02 02:11:09] "POST /fqname-to-id HTTP/1.1" 404 249 0.002387 10.0.0.130 - - [2026-02-02 02:11:09] "GET /project/521064ab-1a76-494a-99c6-9642bf69e3c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.395533 10.0.0.130 - - [2026-02-02 02:11:09] "POST /access-control-lists HTTP/1.1" 200 612 0.060692 10.0.0.130 - - [2026-02-02 02:11:10] "GET / HTTP/1.1" 200 36215 0.001764 10.0.0.130 - - [2026-02-02 02:11:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000468 10.0.0.130 - - [2026-02-02 02:11:12] "POST /fqname-to-id HTTP/1.1" 404 233 0.056625 10.0.0.130 - - [2026-02-02 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002435 10.0.0.130 - - [2026-02-02 02:11:12] "GET /projects?obj_uuids=521064ab-1a76-494a-99c6-9642bf69e3c9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000901 10.0.0.130 - - [2026-02-02 02:11:12] "GET /project/521064ab-1a76-494a-99c6-9642bf69e3c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.018904 10.0.0.130 - - [2026-02-02 02:11:12] "POST /network-policys HTTP/1.1" 200 569 0.064156 10.0.0.130 - - [2026-02-02 02:11:12] "GET /network-policy/d3d78b1f-22ef-4f65-bc53-899ee9af3f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.004299 10.0.0.130 - - [2026-02-02 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.130 - - [2026-02-02 02:11:12] "GET /projects?obj_uuids=521064ab-1a76-494a-99c6-9642bf69e3c9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001194 10.0.0.130 - - [2026-02-02 02:11:12] "GET /project/521064ab-1a76-494a-99c6-9642bf69e3c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.040734 10.0.0.130 - - [2026-02-02 02:11:12] "POST /neutron/network HTTP/1.1" 200 117 0.031124 10.0.0.130 - - [2026-02-02 02:11:12] "GET /projects?obj_uuids=521064ab-1a76-494a-99c6-9642bf69e3c9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000975 10.0.0.130 - - [2026-02-02 02:11:12] "POST /neutron/network HTTP/1.1" 200 623 0.064755 10.0.0.130 - - [2026-02-02 02:11:12] "POST /route-targets HTTP/1.1" 200 328 0.009731 10.0.0.130 - - [2026-02-02 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.011256 10.0.0.130 - - [2026-02-02 02:11:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004197 10.0.0.130 - - [2026-02-02 02:11:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.173919 10.0.0.130 - - [2026-02-02 02:11:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.005587 10.0.0.130 - - [2026-02-02 02:11:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003930 10.0.0.130 - - [2026-02-02 02:11:12] "POST /neutron/subnet HTTP/1.1" 200 823 0.212285 10.0.0.130 - - [2026-02-02 02:11:13] "POST /neutron/network HTTP/1.1" 200 1016 0.006366 10.0.0.130 - - [2026-02-02 02:11:13] "POST /id-to-fqname HTTP/1.1" 200 237 0.001081 10.0.0.130 - - [2026-02-02 02:11:13] "GET /virtual-network/b47abb3b-95a0-415a-91c2-28952ba4ff8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.004335 10.0.0.130 - - [2026-02-02 02:11:13] "POST /neutron/network HTTP/1.1" 200 1016 0.006949 10.0.0.130 - - [2026-02-02 02:11:13] "GET /virtual-network/b47abb3b-95a0-415a-91c2-28952ba4ff8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.005424 10.0.0.130 - - [2026-02-02 02:11:13] "POST /neutron/network HTTP/1.1" 200 1016 0.006190 10.0.0.130 - - [2026-02-02 02:11:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.005845 10.0.0.130 - - [2026-02-02 02:11:13] "POST /neutron/subnet HTTP/1.1" 200 823 0.005895 10.0.0.130 - - [2026-02-02 02:11:13] "POST /neutron/network HTTP/1.1" 200 1016 0.005822 10.0.0.130 - - [2026-02-02 02:11:13] "POST /fqname-to-id HTTP/1.1" 404 252 0.004972 10.0.0.130 - - [2026-02-02 02:11:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.003048 10.0.0.130 - - [2026-02-02 02:11:13] "POST /neutron/network HTTP/1.1" 200 1123 0.039260 10.0.0.130 - - [2026-02-02 02:11:13] "POST /access-control-lists HTTP/1.1" 200 609 0.060176 10.0.0.130 - - [2026-02-02 02:11:13] "POST /neutron/network HTTP/1.1" 200 1123 0.049129 10.0.0.130 - - [2026-02-02 02:11:13] "GET /virtual-network/b47abb3b-95a0-415a-91c2-28952ba4ff8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2987 0.004318 10.0.0.130 - - [2026-02-02 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002014 10.0.0.130 - - [2026-02-02 02:11:13] "GET /network-policy/d3d78b1f-22ef-4f65-bc53-899ee9af3f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.003830 10.0.0.130 - - [2026-02-02 02:11:13] "GET /domains HTTP/1.1" 401 293 0.000402 10.0.0.130 - - [2026-02-02 02:11:13] "GET /domains HTTP/1.1" 200 281 0.026989 10.0.0.130 - - [2026-02-02 02:11:13] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.130 - - [2026-02-02 02:11:13] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 3169 0.006974 10.0.0.130 - - [2026-02-02 02:11:13] "GET /projects?obj_uuids=521064ab-1a76-494a-99c6-9642bf69e3c9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000837 10.0.0.130 - - [2026-02-02 02:11:13] "GET /project/521064ab-1a76-494a-99c6-9642bf69e3c9 HTTP/1.1" 200 2465 0.067897 10.0.0.130 - - [2026-02-02 02:11:13] "GET /virtual-network/b47abb3b-95a0-415a-91c2-28952ba4ff8e HTTP/1.1" 200 3551 0.005681 10.0.0.130 - - [2026-02-02 02:11:13] "GET /virtual-network/b47abb3b-95a0-415a-91c2-28952ba4ff8e HTTP/1.1" 200 3551 0.003850 10.0.0.130 - - [2026-02-02 02:11:13] "GET /routing-instance/a77faa7e-bb2c-4e9b-9c5c-8bd37188d683 HTTP/1.1" 200 1499 0.003061 10.0.0.130 - - [2026-02-02 02:11:13] "GET /routing-instance/a77faa7e-bb2c-4e9b-9c5c-8bd37188d683 HTTP/1.1" 200 1499 0.002603 10.0.0.130 - - [2026-02-02 02:11:13] "GET /route-target/5459905f-dc9e-4e1c-8517-3c39a85bb3cc HTTP/1.1" 200 1223 0.002343 10.0.0.130 - - [2026-02-02 02:11:13] "GET /virtual-network/b47abb3b-95a0-415a-91c2-28952ba4ff8e HTTP/1.1" 200 3551 0.003987 10.0.0.130 - - [2026-02-02 02:11:13] "GET /routing-instance/a77faa7e-bb2c-4e9b-9c5c-8bd37188d683 HTTP/1.1" 200 1499 0.003794 10.0.0.130 - - [2026-02-02 02:11:13] "GET /virtual-network/b47abb3b-95a0-415a-91c2-28952ba4ff8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2987 0.005926 10.0.0.130 - - [2026-02-02 02:11:13] "GET /virtual-network/b47abb3b-95a0-415a-91c2-28952ba4ff8e HTTP/1.1" 200 3551 0.005726 10.0.0.130 - - [2026-02-02 02:11:13] "GET /routing-instance/a77faa7e-bb2c-4e9b-9c5c-8bd37188d683 HTTP/1.1" 200 1499 0.003060 10.0.0.130 - - [2026-02-02 02:11:13] "GET /routing-instance/a77faa7e-bb2c-4e9b-9c5c-8bd37188d683 HTTP/1.1" 200 1499 0.002647 10.0.0.130 - - [2026-02-02 02:11:13] "GET /route-target/5459905f-dc9e-4e1c-8517-3c39a85bb3cc HTTP/1.1" 200 1223 0.002815 10.0.0.130 - - [2026-02-02 02:11:13] "GET /domains HTTP/1.1" 200 281 0.002218 10.0.0.130 - - [2026-02-02 02:11:13] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000873 10.0.0.130 - - [2026-02-02 02:11:13] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 3169 0.005836 10.0.0.130 - - [2026-02-02 02:11:13] "GET /projects?obj_uuids=521064ab-1a76-494a-99c6-9642bf69e3c9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000928 10.0.0.130 - - [2026-02-02 02:11:14] "GET /project/521064ab-1a76-494a-99c6-9642bf69e3c9 HTTP/1.1" 200 2465 0.067570 10.0.0.130 - - [2026-02-02 02:11:14] "GET /virtual-network/b47abb3b-95a0-415a-91c2-28952ba4ff8e HTTP/1.1" 200 3551 0.004268 10.0.0.130 - - [2026-02-02 02:11:14] "GET /obj-perms HTTP/1.1" 200 5081 0.062369 10.0.0.130 - - [2026-02-02 02:11:14] "GET /domains HTTP/1.1" 200 281 0.002743 10.0.0.130 - - [2026-02-02 02:11:14] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000853 10.0.0.130 - - [2026-02-02 02:11:14] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 3169 0.006261 10.0.0.130 - - [2026-02-02 02:11:14] "GET /projects?obj_uuids=521064ab-1a76-494a-99c6-9642bf69e3c9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000811 10.0.0.130 - - [2026-02-02 02:11:14] "GET /project/521064ab-1a76-494a-99c6-9642bf69e3c9 HTTP/1.1" 200 2465 0.071441 10.0.0.130 - - [2026-02-02 02:11:14] "GET /network-policy/d3d78b1f-22ef-4f65-bc53-899ee9af3f87 HTTP/1.1" 200 3483 0.004198 10.0.0.130 - - [2026-02-02 02:11:14] "DELETE /network-policy/d3d78b1f-22ef-4f65-bc53-899ee9af3f87 HTTP/1.1" 409 239 0.005309 10.0.0.130 - - [2026-02-02 02:11:14] "POST /neutron/network HTTP/1.1" 200 1123 0.006405 10.0.0.130 - - [2026-02-02 02:11:14] "DELETE /access-control-list/cdcdda7e-e1da-4463-bd49-b790b05ee25a HTTP/1.1" 200 115 0.021391 10.0.0.130 - - [2026-02-02 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.130 - - [2026-02-02 02:11:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001968 10.0.0.130 - - [2026-02-02 02:11:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001827 10.0.0.130 - - [2026-02-02 02:11:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001587 10.0.0.130 - - [2026-02-02 02:11:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001649 10.0.0.130 - - [2026-02-02 02:11:14] "POST /neutron/network HTTP/1.1" 200 151 0.087681 10.0.0.130 - - [2026-02-02 02:11:14] "GET /routing-instance/a77faa7e-bb2c-4e9b-9c5c-8bd37188d683 HTTP/1.1" 404 171 0.001832 10.0.0.130 - - [2026-02-02 02:11:14] "GET /domains HTTP/1.1" 200 281 0.002443 10.0.0.130 - - [2026-02-02 02:11:14] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000823 10.0.0.130 - - [2026-02-02 02:11:14] "DELETE /route-target/5459905f-dc9e-4e1c-8517-3c39a85bb3cc HTTP/1.1" 200 115 0.012276 10.0.0.130 - - [2026-02-02 02:11:14] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 3169 0.048511 10.0.0.130 - - [2026-02-02 02:11:14] "GET /projects?obj_uuids=521064ab-1a76-494a-99c6-9642bf69e3c9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000921 10.0.0.130 - - [2026-02-02 02:11:14] "GET /project/521064ab-1a76-494a-99c6-9642bf69e3c9 HTTP/1.1" 200 2210 0.067965 10.0.0.130 - - [2026-02-02 02:11:14] "DELETE /network-policy/d3d78b1f-22ef-4f65-bc53-899ee9af3f87 HTTP/1.1" 200 115 0.018820 10.0.0.130 - - [2026-02-02 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.130 - - [2026-02-02 02:11:14] "GET /projects?obj_uuids=521064ab-1a76-494a-99c6-9642bf69e3c9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000913 10.0.0.130 - - [2026-02-02 02:11:14] "GET /project/521064ab-1a76-494a-99c6-9642bf69e3c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.025115 10.0.0.130 - - [2026-02-02 02:11:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-09293328&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003988 10.0.0.130 - - [2026-02-02 02:11:15] "GET /projects?obj_uuids=521064ab-1a76-494a-99c6-9642bf69e3c9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001183 10.0.0.130 - - [2026-02-02 02:11:15] "GET /project/521064ab-1a76-494a-99c6-9642bf69e3c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.019195 10.0.0.130 - - [2026-02-02 02:11:15] "GET /projects?obj_uuids=521064ab-1a76-494a-99c6-9642bf69e3c9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000966 10.0.0.130 - - [2026-02-02 02:11:15] "GET /project/521064ab-1a76-494a-99c6-9642bf69e3c9?fields=virtual_networks HTTP/1.1" 200 1066 0.065665 10.0.0.130 - - [2026-02-02 02:11:15] "GET /projects?obj_uuids=521064ab-1a76-494a-99c6-9642bf69e3c9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000886 10.0.0.130 - - [2026-02-02 02:11:15] "GET /project/521064ab-1a76-494a-99c6-9642bf69e3c9?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.019665 10.0.0.130 - - [2026-02-02 02:11:15] "GET /projects?obj_uuids=521064ab-1a76-494a-99c6-9642bf69e3c9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001147 10.0.0.130 - - [2026-02-02 02:11:15] "GET /project/521064ab-1a76-494a-99c6-9642bf69e3c9?fields=security_groups HTTP/1.1" 200 1309 0.022770 10.0.0.130 - - [2026-02-02 02:11:16] "POST /fqname-to-id HTTP/1.1" 404 190 0.028103 10.0.0.130 - - [2026-02-02 02:11:16] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002205 10.0.0.130 - - [2026-02-02 02:11:16] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003078 10.0.0.130 - - [2026-02-02 02:11:16] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009615 10.0.0.130 - - [2026-02-02 02:11:16] "POST /id-to-fqname HTTP/1.1" 200 192 0.001044 10.0.0.130 - - [2026-02-02 02:11:16] "POST /fqname-to-id HTTP/1.1" 404 201 0.002598 10.0.0.130 - - [2026-02-02 02:11:16] "POST /security-groups HTTP/1.1" 200 593 0.064405 10.0.0.130 - - [2026-02-02 02:11:16] "POST /fqname-to-id HTTP/1.1" 404 236 0.002318 10.0.0.130 - - [2026-02-02 02:11:16] "POST /projects HTTP/1.1" 200 589 0.219622 10.0.0.130 - - [2026-02-02 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.261253 10.0.0.130 - - [2026-02-02 02:11:16] "POST /access-control-lists HTTP/1.1" 200 600 0.056127 10.0.0.130 - - [2026-02-02 02:11:17] "GET /project/e6aed1d6-f207-4eb9-8a26-551403620ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.412795 10.0.0.130 - - [2026-02-02 02:11:17] "POST /fqname-to-id HTTP/1.1" 404 235 0.002644 10.0.0.130 - - [2026-02-02 02:11:17] "POST /access-control-lists HTTP/1.1" 200 598 0.060286 10.0.0.130 - - [2026-02-02 02:11:18] "GET / HTTP/1.1" 200 36215 0.002967 10.0.0.130 - - [2026-02-02 02:11:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000492 10.0.0.130 - - [2026-02-02 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.052476 10.0.0.130 - - [2026-02-02 02:11:19] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000880 10.0.0.130 - - [2026-02-02 02:11:19] "GET /project/e6aed1d6-f207-4eb9-8a26-551403620ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.019402 10.0.0.130 - - [2026-02-02 02:11:19] "POST /neutron/network HTTP/1.1" 200 117 0.032036 10.0.0.130 - - [2026-02-02 02:11:19] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000875 10.0.0.130 - - [2026-02-02 02:11:19] "POST /neutron/network HTTP/1.1" 200 607 0.062442 10.0.0.130 - - [2026-02-02 02:11:19] "POST /route-targets HTTP/1.1" 200 328 0.010310 10.0.0.130 - - [2026-02-02 02:11:19] "POST /ref-update HTTP/1.1" 200 156 0.012741 10.0.0.130 - - [2026-02-02 02:11:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003614 10.0.0.130 - - [2026-02-02 02:11:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.155966 10.0.0.130 - - [2026-02-02 02:11:19] "POST /neutron/network HTTP/1.1" 200 827 0.004254 10.0.0.130 - - [2026-02-02 02:11:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001032 10.0.0.130 - - [2026-02-02 02:11:19] "GET /virtual-network/8d0d748b-e19e-475b-bf25-1cee8046dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005085 10.0.0.130 - - [2026-02-02 02:11:19] "POST /neutron/network HTTP/1.1" 200 827 0.007478 10.0.0.130 - - [2026-02-02 02:11:19] "GET /virtual-network/8d0d748b-e19e-475b-bf25-1cee8046dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004228 10.0.0.130 - - [2026-02-02 02:11:19] "POST /neutron/network HTTP/1.1" 200 827 0.005157 10.0.0.130 - - [2026-02-02 02:11:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.006407 10.0.0.130 - - [2026-02-02 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002256 10.0.0.130 - - [2026-02-02 02:11:19] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000895 10.0.0.130 - - [2026-02-02 02:11:19] "GET /project/e6aed1d6-f207-4eb9-8a26-551403620ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.029306 10.0.0.130 - - [2026-02-02 02:11:19] "POST /neutron/network HTTP/1.1" 200 117 0.007959 10.0.0.130 - - [2026-02-02 02:11:19] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000911 10.0.0.130 - - [2026-02-02 02:11:19] "POST /neutron/network HTTP/1.1" 200 607 0.058115 10.0.0.130 - - [2026-02-02 02:11:19] "POST /route-targets HTTP/1.1" 200 328 0.010392 10.0.0.130 - - [2026-02-02 02:11:19] "POST /ref-update HTTP/1.1" 200 156 0.010894 10.0.0.130 - - [2026-02-02 02:11:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003389 10.0.0.130 - - [2026-02-02 02:11:20] "POST /neutron/subnet HTTP/1.1" 200 724 0.125615 10.0.0.130 - - [2026-02-02 02:11:20] "POST /neutron/network HTTP/1.1" 200 826 0.004680 10.0.0.130 - - [2026-02-02 02:11:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.000969 10.0.0.130 - - [2026-02-02 02:11:20] "GET /virtual-network/9f147572-76bd-4747-901e-385b669e32af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004297 10.0.0.130 - - [2026-02-02 02:11:20] "POST /neutron/network HTTP/1.1" 200 826 0.005144 10.0.0.130 - - [2026-02-02 02:11:20] "GET /virtual-network/9f147572-76bd-4747-901e-385b669e32af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006696 10.0.0.130 - - [2026-02-02 02:11:20] "POST /neutron/network HTTP/1.1" 200 826 0.006303 10.0.0.130 - - [2026-02-02 02:11:20] "POST /neutron/subnet HTTP/1.1" 200 724 0.006597 10.0.0.130 - - [2026-02-02 02:11:20] "POST /fqname-to-id HTTP/1.1" 404 228 0.002329 10.0.0.130 - - [2026-02-02 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.130 - - [2026-02-02 02:11:20] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002756 10.0.0.130 - - [2026-02-02 02:11:20] "GET /project/e6aed1d6-f207-4eb9-8a26-551403620ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.022693 10.0.0.130 - - [2026-02-02 02:11:20] "POST /network-policys HTTP/1.1" 200 573 0.015648 10.0.0.130 - - [2026-02-02 02:11:20] "GET /network-policy/db7474f5-938e-431a-87b1-c72482dc1363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.004350 10.0.0.130 - - [2026-02-02 02:11:20] "POST /neutron/network HTTP/1.1" 200 827 0.004859 10.0.0.130 - - [2026-02-02 02:11:20] "POST /fqname-to-id HTTP/1.1" 404 236 0.004012 10.0.0.130 - - [2026-02-02 02:11:20] "POST /neutron/network HTTP/1.1" 200 929 0.040613 10.0.0.130 - - [2026-02-02 02:11:20] "POST /neutron/network HTTP/1.1" 200 929 0.036946 10.0.0.130 - - [2026-02-02 02:11:20] "POST /access-control-lists HTTP/1.1" 200 592 0.063499 10.0.0.130 - - [2026-02-02 02:11:20] "GET /virtual-network/8d0d748b-e19e-475b-bf25-1cee8046dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006408 10.0.0.130 - - [2026-02-02 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.001956 10.0.0.130 - - [2026-02-02 02:11:20] "GET /network-policy/db7474f5-938e-431a-87b1-c72482dc1363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.003505 10.0.0.130 - - [2026-02-02 02:11:20] "POST /neutron/network HTTP/1.1" 200 826 0.005334 10.0.0.130 - - [2026-02-02 02:11:20] "POST /fqname-to-id HTTP/1.1" 404 236 0.002895 10.0.0.130 - - [2026-02-02 02:11:20] "POST /neutron/network HTTP/1.1" 200 928 0.039065 10.0.0.130 - - [2026-02-02 02:11:20] "POST /neutron/network HTTP/1.1" 200 928 0.004796 10.0.0.130 - - [2026-02-02 02:11:20] "GET /virtual-network/9f147572-76bd-4747-901e-385b669e32af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.044379 10.0.0.130 - - [2026-02-02 02:11:20] "POST /access-control-lists HTTP/1.1" 200 592 0.077314 10.0.0.130 - - [2026-02-02 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.130 - - [2026-02-02 02:11:20] "DELETE /project/e6aed1d6f2074eb98a26551403620ee0 HTTP/1.1" 404 173 0.017765 10.0.0.130 - - [2026-02-02 02:11:20] "DELETE /project/3a66aca578a54983a82e55c5e8263529 HTTP/1.1" 404 173 0.016943 10.0.0.130 - - [2026-02-02 02:11:20] "DELETE /project/521064ab1a76494a99c69642bf69e3c9 HTTP/1.1" 404 173 0.012703 10.0.0.130 - - [2026-02-02 02:11:20] "DELETE /project/be0d4311c8dd4585b06c1a6768602283 HTTP/1.1" 404 173 0.009300 10.0.0.130 - - [2026-02-02 02:11:20] "GET /projects?obj_uuids=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000844 10.0.0.130 - - [2026-02-02 02:11:20] "GET /projects?obj_uuids=521064ab-1a76-494a-99c6-9642bf69e3c9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001282 10.0.0.130 - - [2026-02-02 02:11:20] "GET /projects?obj_uuids=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000742 10.0.0.130 - - [2026-02-02 02:11:20] "GET /projects?obj_uuids=be0d4311-c8dd-4585-b06c-1a6768602283&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000804 10.0.0.130 - - [2026-02-02 02:11:20] "GET /network-policy/db7474f5-938e-431a-87b1-c72482dc1363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.011094 10.0.0.130 - - [2026-02-02 02:11:20] "POST /ref-update HTTP/1.1" 200 156 0.026320 10.0.0.130 - - [2026-02-02 02:11:20] "GET /project/521064ab-1a76-494a-99c6-9642bf69e3c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.057986 10.0.0.130 - - [2026-02-02 02:11:20] "GET /project/be0d4311-c8dd-4585-b06c-1a6768602283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.056740 10.0.0.130 - - [2026-02-02 02:11:20] "GET /project/7dab6e6c-a04e-40a0-a9de-84d0967bc34b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.067395 10.0.0.130 - - [2026-02-02 02:11:20] "GET /project/3a66aca5-78a5-4983-a82e-55c5e8263529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.074998 10.0.0.130 - - [2026-02-02 02:11:20] "GET /domains HTTP/1.1" 401 293 0.000959 10.0.0.130 - - [2026-02-02 02:11:20] "GET /projects?obj_uuids=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000944 10.0.0.130 - - [2026-02-02 02:11:20] "GET /projects?obj_uuids=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000990 10.0.0.130 - - [2026-02-02 02:11:20] "GET /projects?obj_uuids=be0d4311-c8dd-4585-b06c-1a6768602283&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000765 10.0.0.130 - - [2026-02-02 02:11:20] "GET /projects?obj_uuids=521064ab-1a76-494a-99c6-9642bf69e3c9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000693 10.0.0.130 - - [2026-02-02 02:11:20] "PUT /access-control-list/8e33e414-ae94-4209-9f25-8702a3d062df HTTP/1.1" 200 273 0.074640 10.0.0.130 - - [2026-02-02 02:11:21] "GET /project/7dab6e6c-a04e-40a0-a9de-84d0967bc34b?fields=security_groups HTTP/1.1" 200 1357 0.094123 10.0.0.130 - - [2026-02-02 02:11:21] "GET /project/3a66aca5-78a5-4983-a82e-55c5e8263529?fields=security_groups HTTP/1.1" 200 1372 0.100638 10.0.0.130 - - [2026-02-02 02:11:21] "GET /project/be0d4311-c8dd-4585-b06c-1a6768602283?fields=security_groups HTTP/1.1" 200 1388 0.109174 10.0.0.130 - - [2026-02-02 02:11:21] "GET /project/521064ab-1a76-494a-99c6-9642bf69e3c9?fields=security_groups HTTP/1.1" 200 1411 0.116655 10.0.0.130 - - [2026-02-02 02:11:21] "DELETE /security-group/5e606570-f2f0-4334-9e74-f5fef16b1dd5 HTTP/1.1" 200 115 0.079090 10.0.0.130 - - [2026-02-02 02:11:21] "GET /projects?obj_uuids=7dab6e6c-a04e-40a0-a9de-84d0967bc34b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000906 10.0.0.130 - - [2026-02-02 02:11:21] "DELETE /access-control-list/a79266ae-40b0-4eb0-93ad-69edda5de8b8 HTTP/1.1" 200 115 0.049417 10.0.0.130 - - [2026-02-02 02:11:21] "DELETE /security-group/640bce11-e2d5-401e-869f-7b665ffe7aee HTTP/1.1" 200 115 0.082902 10.0.0.130 - - [2026-02-02 02:11:21] "GET /projects?obj_uuids=3a66aca5-78a5-4983-a82e-55c5e8263529&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000830 10.0.0.130 - - [2026-02-02 02:11:21] "DELETE /security-group/6f623401-95bb-476c-b4cc-759e19a14209 HTTP/1.1" 200 115 0.090007 10.0.0.130 - - [2026-02-02 02:11:21] "DELETE /security-group/78468029-9f3f-418b-ae72-a8d9f2a9e0ac HTTP/1.1" 200 115 0.094424 10.0.0.130 - - [2026-02-02 02:11:21] "GET /projects?obj_uuids=be0d4311-c8dd-4585-b06c-1a6768602283&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001253 10.0.0.130 - - [2026-02-02 02:11:21] "GET /project/7dab6e6c-a04e-40a0-a9de-84d0967bc34b?fields=application_policy_sets HTTP/1.1" 200 1396 0.049055 10.0.0.130 - - [2026-02-02 02:11:21] "GET /projects?obj_uuids=521064ab-1a76-494a-99c6-9642bf69e3c9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000904 10.0.0.130 - - [2026-02-02 02:11:21] "DELETE /access-control-list/0898a296-1337-46d6-bc01-9606db6b2e0c HTTP/1.1" 200 115 0.052203 10.0.0.130 - - [2026-02-02 02:11:21] "GET /project/be0d4311-c8dd-4585-b06c-1a6768602283?fields=application_policy_sets HTTP/1.1" 200 1427 0.063618 10.0.0.130 - - [2026-02-02 02:11:21] "GET /project/521064ab-1a76-494a-99c6-9642bf69e3c9?fields=application_policy_sets HTTP/1.1" 200 1450 0.063438 10.0.0.130 - - [2026-02-02 02:11:21] "GET /project/3a66aca5-78a5-4983-a82e-55c5e8263529?fields=application_policy_sets HTTP/1.1" 200 1411 0.098341 10.0.0.130 - - [2026-02-02 02:11:21] "GET /domains HTTP/1.1" 200 281 0.033540 10.0.0.130 - - [2026-02-02 02:11:21] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000845 10.0.0.130 - - [2026-02-02 02:11:21] "DELETE /access-control-list/25233a1d-26b3-4e5b-873f-12a534d5f81c HTTP/1.1" 200 115 0.059273 10.0.0.130 - - [2026-02-02 02:11:21] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 3358 0.055810 10.0.0.130 - - [2026-02-02 02:11:21] "DELETE /access-control-list/a8d3940e-ff4d-48c0-a3ef-91100e2eab66 HTTP/1.1" 200 115 0.045017 10.0.0.130 - - [2026-02-02 02:11:21] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000800 10.0.0.130 - - [2026-02-02 02:11:21] "DELETE /access-control-list/dfa46723-7c45-4475-8c95-49d140a83755 HTTP/1.1" 200 115 0.042374 10.0.0.130 - - [2026-02-02 02:11:21] "DELETE /project/7dab6e6c-a04e-40a0-a9de-84d0967bc34b HTTP/1.1" 200 115 0.562910 10.0.0.130 - - [2026-02-02 02:11:21] "GET /project/e6aed1d6-f207-4eb9-8a26-551403620ee0 HTTP/1.1" 200 2579 0.076443 10.0.0.130 - - [2026-02-02 02:11:21] "DELETE /access-control-list/3b7e7214-b406-4186-b304-67e838748992 HTTP/1.1" 200 115 0.047036 10.0.0.130 - - [2026-02-02 02:11:21] "DELETE /project/be0d4311-c8dd-4585-b06c-1a6768602283 HTTP/1.1" 200 115 0.596349 10.0.0.130 - - [2026-02-02 02:11:21] "DELETE /project/521064ab-1a76-494a-99c6-9642bf69e3c9 HTTP/1.1" 200 115 0.601555 10.0.0.130 - - [2026-02-02 02:11:21] "DELETE /project/3a66aca5-78a5-4983-a82e-55c5e8263529 HTTP/1.1" 200 115 0.605485 10.0.0.130 - - [2026-02-02 02:11:21] "GET /virtual-network/8d0d748b-e19e-475b-bf25-1cee8046dd94 HTTP/1.1" 200 2902 0.017996 10.0.0.130 - - [2026-02-02 02:11:21] "GET /virtual-network/8d0d748b-e19e-475b-bf25-1cee8046dd94 HTTP/1.1" 200 2902 0.004511 10.0.0.130 - - [2026-02-02 02:11:21] "GET /routing-instance/bafcd777-115d-4904-a86c-137e7f083f32 HTTP/1.1" 200 1788 0.003333 10.0.0.130 - - [2026-02-02 02:11:21] "GET /routing-instance/bafcd777-115d-4904-a86c-137e7f083f32 HTTP/1.1" 200 1788 0.003710 10.0.0.130 - - [2026-02-02 02:11:21] "GET /route-target/f878af39-dc2b-4ff5-950e-610c15f9ee99 HTTP/1.1" 200 1209 0.002920 10.0.0.130 - - [2026-02-02 02:11:21] "DELETE /access-control-list/f0d97c8d-6278-49ed-9ebf-60466c27173d HTTP/1.1" 200 115 0.032153 10.0.0.130 - - [2026-02-02 02:11:21] "GET /virtual-network/8d0d748b-e19e-475b-bf25-1cee8046dd94 HTTP/1.1" 200 2902 0.005863 10.0.0.130 - - [2026-02-02 02:11:21] "GET /routing-instance/bafcd777-115d-4904-a86c-137e7f083f32 HTTP/1.1" 200 1788 0.002865 10.0.0.130 - - [2026-02-02 02:11:21] "GET /virtual-network/8d0d748b-e19e-475b-bf25-1cee8046dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006461 10.0.0.130 - - [2026-02-02 02:11:21] "DELETE /access-control-list/5151f76b-cf5a-4705-b438-a42382f5fa21 HTTP/1.1" 200 115 0.031334 10.0.0.130 - - [2026-02-02 02:11:21] "GET /virtual-network/8d0d748b-e19e-475b-bf25-1cee8046dd94 HTTP/1.1" 200 2902 0.004321 10.0.0.130 - - [2026-02-02 02:11:21] "GET /routing-instance/bafcd777-115d-4904-a86c-137e7f083f32 HTTP/1.1" 200 1788 0.003006 10.0.0.130 - - [2026-02-02 02:11:21] "GET /routing-instance/bafcd777-115d-4904-a86c-137e7f083f32 HTTP/1.1" 200 1788 0.003029 10.0.0.130 - - [2026-02-02 02:11:21] "GET /route-target/f878af39-dc2b-4ff5-950e-610c15f9ee99 HTTP/1.1" 200 1209 0.003801 10.0.0.130 - - [2026-02-02 02:11:21] "GET /domains HTTP/1.1" 200 281 0.002265 10.0.0.130 - - [2026-02-02 02:11:21] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000879 10.0.0.130 - - [2026-02-02 02:11:21] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2585 0.007923 10.0.0.130 - - [2026-02-02 02:11:21] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000908 10.0.0.130 - - [2026-02-02 02:11:21] "GET /project/e6aed1d6-f207-4eb9-8a26-551403620ee0 HTTP/1.1" 200 2579 0.064012 10.0.0.130 - - [2026-02-02 02:11:21] "GET /virtual-network/8d0d748b-e19e-475b-bf25-1cee8046dd94 HTTP/1.1" 200 2902 0.003971 10.0.0.130 - - [2026-02-02 02:11:21] "GET /obj-perms HTTP/1.1" 200 5053 0.054103 10.0.0.130 - - [2026-02-02 02:11:21] "GET /domains HTTP/1.1" 200 281 0.002547 10.0.0.130 - - [2026-02-02 02:11:22] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.130 - - [2026-02-02 02:11:22] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2585 0.006574 10.0.0.130 - - [2026-02-02 02:11:22] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000921 10.0.0.130 - - [2026-02-02 02:11:22] "GET /project/e6aed1d6-f207-4eb9-8a26-551403620ee0 HTTP/1.1" 200 2579 0.065983 10.0.0.130 - - [2026-02-02 02:11:22] "GET /virtual-network/9f147572-76bd-4747-901e-385b669e32af HTTP/1.1" 200 2899 0.006246 10.0.0.130 - - [2026-02-02 02:11:22] "GET /virtual-network/9f147572-76bd-4747-901e-385b669e32af HTTP/1.1" 200 2899 0.005242 10.0.0.130 - - [2026-02-02 02:11:22] "GET /routing-instance/d669769d-0c06-45a0-b832-6b30b422d10f HTTP/1.1" 200 1788 0.004004 10.0.0.130 - - [2026-02-02 02:11:22] "GET /routing-instance/d669769d-0c06-45a0-b832-6b30b422d10f HTTP/1.1" 200 1788 0.004220 10.0.0.130 - - [2026-02-02 02:11:22] "GET /route-target/828ddc69-d920-410a-a906-3729372e0646 HTTP/1.1" 200 1208 0.003367 10.0.0.130 - - [2026-02-02 02:11:22] "GET /virtual-network/9f147572-76bd-4747-901e-385b669e32af HTTP/1.1" 200 2899 0.004292 10.0.0.130 - - [2026-02-02 02:11:22] "GET /routing-instance/d669769d-0c06-45a0-b832-6b30b422d10f HTTP/1.1" 200 1788 0.003179 10.0.0.130 - - [2026-02-02 02:11:22] "GET /virtual-network/9f147572-76bd-4747-901e-385b669e32af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004113 10.0.0.130 - - [2026-02-02 02:11:22] "GET /virtual-network/9f147572-76bd-4747-901e-385b669e32af HTTP/1.1" 200 2899 0.004033 10.0.0.130 - - [2026-02-02 02:11:22] "GET /routing-instance/d669769d-0c06-45a0-b832-6b30b422d10f HTTP/1.1" 200 1788 0.002721 10.0.0.130 - - [2026-02-02 02:11:22] "GET /routing-instance/d669769d-0c06-45a0-b832-6b30b422d10f HTTP/1.1" 200 1788 0.002843 10.0.0.130 - - [2026-02-02 02:11:22] "GET /route-target/828ddc69-d920-410a-a906-3729372e0646 HTTP/1.1" 200 1208 0.003504 10.0.0.130 - - [2026-02-02 02:11:22] "GET /domains HTTP/1.1" 200 281 0.002563 10.0.0.130 - - [2026-02-02 02:11:22] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.130 - - [2026-02-02 02:11:22] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2585 0.006813 10.0.0.130 - - [2026-02-02 02:11:22] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000950 10.0.0.130 - - [2026-02-02 02:11:22] "GET /project/e6aed1d6-f207-4eb9-8a26-551403620ee0 HTTP/1.1" 200 2579 0.073152 10.0.0.130 - - [2026-02-02 02:11:22] "GET /virtual-network/9f147572-76bd-4747-901e-385b669e32af HTTP/1.1" 200 2899 0.004432 10.0.0.130 - - [2026-02-02 02:11:22] "GET /obj-perms HTTP/1.1" 200 5053 0.002528 10.0.0.130 - - [2026-02-02 02:11:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001240 10.0.0.130 - - [2026-02-02 02:11:22] "POST /neutron/network HTTP/1.1" 200 939 0.005161 10.0.0.130 - - [2026-02-02 02:11:22] "GET /aaa-mode HTTP/1.1" 401 293 0.000373 10.0.0.130 - - [2026-02-02 02:11:22] "GET / HTTP/1.1" 200 36215 0.001514 10.0.0.130 - - [2026-02-02 02:11:22] "GET /project/e6aed1d6-f207-4eb9-8a26-551403620ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000365 10.0.0.130 - - [2026-02-02 02:11:23] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000966 10.0.0.130 - - [2026-02-02 02:11:23] "GET /project/e6aed1d6-f207-4eb9-8a26-551403620ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.043043 10.0.0.130 - - [2026-02-02 02:11:23] "POST /neutron/network HTTP/1.1" 200 929 0.004542 10.0.0.130 - - [2026-02-02 02:11:23] "POST /neutron/port HTTP/1.1" 200 117 0.004129 10.0.0.130 - - [2026-02-02 02:11:23] "POST /neutron/port HTTP/1.1" 200 117 0.004776 10.0.0.130 - - [2026-02-02 02:11:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001256 10.0.0.130 - - [2026-02-02 02:11:23] "POST /neutron/port HTTP/1.1" 200 117 0.010415 10.0.0.130 - - [2026-02-02 02:11:23] "POST /neutron/network HTTP/1.1" 200 938 0.004854 10.0.0.130 - - [2026-02-02 02:11:23] "GET /aaa-mode HTTP/1.1" 401 293 0.000364 10.0.0.130 - - [2026-02-02 02:11:23] "POST /neutron/network HTTP/1.1" 200 939 0.005331 10.0.0.130 - - [2026-02-02 02:11:23] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000965 10.0.0.130 - - [2026-02-02 02:11:23] "GET / HTTP/1.1" 200 36215 0.001722 10.0.0.130 - - [2026-02-02 02:11:23] "GET /project/e6aed1d6-f207-4eb9-8a26-551403620ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000371 10.0.0.130 - - [2026-02-02 02:11:23] "POST /neutron/port HTTP/1.1" 200 1063 0.196451 10.0.0.130 - - [2026-02-02 02:11:23] "POST /neutron/port HTTP/1.1" 200 1063 0.009871 10.0.0.130 - - [2026-02-02 02:11:23] "POST /neutron/port HTTP/1.1" 200 1063 0.010564 10.0.0.130 - - [2026-02-02 02:11:24] "POST /neutron/port HTTP/1.1" 200 1117 0.054329 10.0.0.130 - - [2026-02-02 02:11:24] "POST /neutron/port HTTP/1.1" 200 1127 0.016990 10.0.0.130 - - [2026-02-02 02:11:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002818 10.0.0.130 - - [2026-02-02 02:11:24] "POST /neutron/subnet HTTP/1.1" 200 703 0.006266 10.0.0.130 - - [2026-02-02 02:11:24] "POST /neutron/port HTTP/1.1" 200 117 0.001121 10.0.0.130 - - [2026-02-02 02:11:24] "POST /neutron/network HTTP/1.1" 200 929 0.004863 10.0.0.130 - - [2026-02-02 02:11:24] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001934 10.0.0.130 - - [2026-02-02 02:11:24] "GET /project/e6aed1d6-f207-4eb9-8a26-551403620ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.066801 10.0.0.130 - - [2026-02-02 02:11:24] "POST /neutron/network HTTP/1.1" 200 928 0.005136 10.0.0.130 - - [2026-02-02 02:11:24] "POST /neutron/port HTTP/1.1" 200 1127 0.019554 10.0.0.130 - - [2026-02-02 02:11:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010210 10.0.0.130 - - [2026-02-02 02:11:24] "POST /neutron/port HTTP/1.1" 200 117 0.004567 10.0.0.130 - - [2026-02-02 02:11:24] "POST /neutron/port HTTP/1.1" 200 1127 0.011819 10.0.0.130 - - [2026-02-02 02:11:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006741 10.0.0.130 - - [2026-02-02 02:11:24] "POST /neutron/network HTTP/1.1" 200 938 0.006582 10.0.0.130 - - [2026-02-02 02:11:24] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001156 10.0.0.130 - - [2026-02-02 02:11:25] "PUT /access-control-list/6f2cdf44-8d0b-4492-a20f-c08c0b9f1865 HTTP/1.1" 200 273 0.017294 10.0.0.130 - - [2026-02-02 02:11:25] "POST /neutron/port HTTP/1.1" 200 1062 0.259881 10.0.0.130 - - [2026-02-02 02:11:25] "POST /neutron/port HTTP/1.1" 200 1062 0.013488 10.0.0.130 - - [2026-02-02 02:11:25] "POST /neutron/port HTTP/1.1" 200 1062 0.018291 10.0.0.130 - - [2026-02-02 02:11:25] "POST /neutron/port HTTP/1.1" 200 1116 0.108301 10.0.0.130 - - [2026-02-02 02:11:25] "POST /neutron/port HTTP/1.1" 200 1126 0.013452 10.0.0.130 - - [2026-02-02 02:11:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006524 10.0.0.130 - - [2026-02-02 02:11:25] "POST /neutron/subnet HTTP/1.1" 200 698 0.009758 10.0.0.130 - - [2026-02-02 02:11:25] "POST /neutron/port HTTP/1.1" 200 117 0.001798 10.0.0.130 - - [2026-02-02 02:11:25] "POST /neutron/network HTTP/1.1" 200 928 0.010123 10.0.0.130 - - [2026-02-02 02:11:26] "GET /obj-perms HTTP/1.1" 200 5075 0.057736 10.0.0.130 - - [2026-02-02 02:11:26] "GET /obj-perms HTTP/1.1" 200 5075 0.068150 10.0.0.130 - - [2026-02-02 02:11:29] "POST /neutron/port HTTP/1.1" 200 1127 0.011111 10.0.0.130 - - [2026-02-02 02:11:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005509 10.0.0.130 - - [2026-02-02 02:11:29] "POST /neutron/port HTTP/1.1" 200 1127 0.011996 10.0.0.130 - - [2026-02-02 02:11:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005799 10.0.0.130 - - [2026-02-02 02:11:29] "POST /neutron/port HTTP/1.1" 200 1127 0.014871 10.0.0.130 - - [2026-02-02 02:11:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006948 10.0.0.130 - - [2026-02-02 02:11:29] "GET /virtual-machine/9cc85175-f903-41b7-a555-9610faf3b6e3 HTTP/1.1" 200 1297 0.006186 10.0.0.130 - - [2026-02-02 02:11:29] "GET /virtual-machine-interface/a4b6c194-d707-4d0d-9c8e-0c4542bf7788 HTTP/1.1" 200 2959 0.005461 10.0.0.130 - - [2026-02-02 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.130 - - [2026-02-02 02:11:29] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003213 10.0.0.130 - - [2026-02-02 02:11:29] "GET /virtual-networks?parent_id=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004098 10.0.0.130 - - [2026-02-02 02:11:29] "GET /virtual-network/8d0d748b-e19e-475b-bf25-1cee8046dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.004861 10.0.0.130 - - [2026-02-02 02:11:32] "POST /neutron/port HTTP/1.1" 200 1127 0.011019 10.0.0.130 - - [2026-02-02 02:11:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005121 10.0.0.130 - - [2026-02-02 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.130 - - [2026-02-02 02:11:33] "GET /virtual-network/8d0d748b-e19e-475b-bf25-1cee8046dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005034 10.0.0.130 - - [2026-02-02 02:11:34] "POST /neutron/port HTTP/1.1" 200 1126 0.013079 10.0.0.130 - - [2026-02-02 02:11:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004567 10.0.0.130 - - [2026-02-02 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.130 - - [2026-02-02 02:11:35] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002642 10.0.0.130 - - [2026-02-02 02:11:35] "GET /virtual-networks?parent_id=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002525 10.0.0.130 - - [2026-02-02 02:11:35] "GET /virtual-network/8d0d748b-e19e-475b-bf25-1cee8046dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.004554 10.0.0.130 - - [2026-02-02 02:11:35] "POST /neutron/port HTTP/1.1" 200 1126 0.012609 10.0.0.130 - - [2026-02-02 02:11:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007664 10.0.0.130 - - [2026-02-02 02:11:35] "POST /neutron/port HTTP/1.1" 200 1126 0.013190 10.0.0.130 - - [2026-02-02 02:11:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005132 10.0.0.130 - - [2026-02-02 02:11:35] "POST /neutron/port HTTP/1.1" 200 1126 0.012064 10.0.0.130 - - [2026-02-02 02:11:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005335 10.0.0.130 - - [2026-02-02 02:11:35] "GET /virtual-machine/33821a4f-68f7-4c21-a2f0-59ebf755bd6c HTTP/1.1" 200 1296 0.004068 10.0.0.130 - - [2026-02-02 02:11:35] "GET /virtual-machine-interface/75fbc69c-1eb1-4526-80b3-e1a05444a60b HTTP/1.1" 200 2957 0.005611 10.0.0.130 - - [2026-02-02 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.130 - - [2026-02-02 02:11:35] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003063 10.0.0.130 - - [2026-02-02 02:11:35] "GET /virtual-networks?parent_id=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003047 10.0.0.130 - - [2026-02-02 02:11:35] "GET /virtual-network/9f147572-76bd-4747-901e-385b669e32af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005111 10.0.0.130 - - [2026-02-02 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002463 10.0.0.130 - - [2026-02-02 02:11:36] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003184 10.0.0.130 - - [2026-02-02 02:11:37] "GET /virtual-networks?parent_id=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002511 10.0.0.130 - - [2026-02-02 02:11:37] "GET /virtual-network/9f147572-76bd-4747-901e-385b669e32af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005177 10.0.0.130 - - [2026-02-02 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.130 - - [2026-02-02 02:11:41] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000870 10.0.0.130 - - [2026-02-02 02:11:41] "GET /project/e6aed1d6-f207-4eb9-8a26-551403620ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.019920 10.0.0.130 - - [2026-02-02 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.130 - - [2026-02-02 02:11:41] "PUT /network-policy/db7474f5-938e-431a-87b1-c72482dc1363 HTTP/1.1" 200 263 0.008734 10.0.0.130 - - [2026-02-02 02:11:41] "PUT /access-control-list/6f2cdf44-8d0b-4492-a20f-c08c0b9f1865 HTTP/1.1" 200 273 0.050218 10.0.0.130 - - [2026-02-02 02:11:41] "POST /ref-update HTTP/1.1" 200 156 0.009977 10.0.0.130 - - [2026-02-02 02:11:41] "PUT /access-control-list/8e33e414-ae94-4209-9f25-8702a3d062df HTTP/1.1" 200 273 0.049594 10.0.0.130 - - [2026-02-02 02:11:41] "POST /ref-update HTTP/1.1" 200 156 0.011276 10.0.0.130 - - [2026-02-02 02:11:44] "GET /virtual-network/9f147572-76bd-4747-901e-385b669e32af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006264 10.0.0.130 - - [2026-02-02 02:11:44] "POST /neutron/network HTTP/1.1" 200 928 0.005774 10.0.0.130 - - [2026-02-02 02:11:44] "POST /neutron/network HTTP/1.1" 200 826 0.039117 10.0.0.130 - - [2026-02-02 02:11:44] "DELETE /access-control-list/6f2cdf44-8d0b-4492-a20f-c08c0b9f1865 HTTP/1.1" 200 115 0.032430 10.0.0.130 - - [2026-02-02 02:11:44] "POST /neutron/network HTTP/1.1" 200 826 0.008650 10.0.0.130 - - [2026-02-02 02:11:44] "GET /virtual-network/9f147572-76bd-4747-901e-385b669e32af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004939 10.0.0.130 - - [2026-02-02 02:11:44] "GET /virtual-network/8d0d748b-e19e-475b-bf25-1cee8046dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006002 10.0.0.130 - - [2026-02-02 02:11:44] "POST /neutron/network HTTP/1.1" 200 929 0.006028 10.0.0.130 - - [2026-02-02 02:11:45] "POST /neutron/network HTTP/1.1" 200 827 0.048667 10.0.0.130 - - [2026-02-02 02:11:45] "POST /neutron/network HTTP/1.1" 200 827 0.013381 10.0.0.130 - - [2026-02-02 02:11:45] "DELETE /access-control-list/8e33e414-ae94-4209-9f25-8702a3d062df HTTP/1.1" 200 115 0.044474 10.0.0.130 - - [2026-02-02 02:11:45] "GET /virtual-network/8d0d748b-e19e-475b-bf25-1cee8046dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007153 10.0.0.130 - - [2026-02-02 02:11:45] "DELETE /network-policy/db7474f5-938e-431a-87b1-c72482dc1363 HTTP/1.1" 200 115 0.022699 10.0.0.130 - - [2026-02-02 02:11:45] "POST /neutron/network HTTP/1.1" 200 826 0.004742 10.0.0.130 - - [2026-02-02 02:11:45] "POST /neutron/network HTTP/1.1" 400 204 0.007396 10.0.0.130 - - [2026-02-02 02:11:45] "POST /neutron/port HTTP/1.1" 200 1126 0.011014 10.0.0.130 - - [2026-02-02 02:11:45] "POST /neutron/port HTTP/1.1" 200 1116 0.011097 10.0.0.130 - - [2026-02-02 02:11:45] "POST /neutron/port HTTP/1.1" 200 1127 0.018309 10.0.0.130 - - [2026-02-02 02:11:45] "POST /neutron/port HTTP/1.1" 200 1117 0.010953 10.0.0.130 - - [2026-02-02 02:11:45] "POST /neutron/port HTTP/1.1" 200 151 0.107433 10.0.0.130 - - [2026-02-02 02:11:45] "POST /neutron/port HTTP/1.1" 200 151 0.097533 10.0.0.130 - - [2026-02-02 02:11:47] "POST /neutron/network HTTP/1.1" 200 826 0.005227 10.0.0.130 - - [2026-02-02 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.130 - - [2026-02-02 02:11:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001720 10.0.0.130 - - [2026-02-02 02:11:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002253 10.0.0.130 - - [2026-02-02 02:11:47] "POST /neutron/network HTTP/1.1" 200 151 0.078943 10.0.0.130 - - [2026-02-02 02:11:47] "DELETE /route-target/828ddc69-d920-410a-a906-3729372e0646 HTTP/1.1" 200 115 0.014430 10.0.0.130 - - [2026-02-02 02:11:47] "GET /routing-instance/d669769d-0c06-45a0-b832-6b30b422d10f HTTP/1.1" 404 171 0.002146 10.0.0.130 - - [2026-02-02 02:11:47] "GET /domains HTTP/1.1" 200 281 0.002018 10.0.0.130 - - [2026-02-02 02:11:47] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001413 10.0.0.130 - - [2026-02-02 02:11:47] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2585 0.048593 10.0.0.130 - - [2026-02-02 02:11:47] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000927 10.0.0.130 - - [2026-02-02 02:11:47] "GET /project/e6aed1d6-f207-4eb9-8a26-551403620ee0 HTTP/1.1" 200 2109 0.063183 10.0.0.130 - - [2026-02-02 02:11:47] "POST /neutron/network HTTP/1.1" 200 827 0.004842 10.0.0.130 - - [2026-02-02 02:11:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002475 10.0.0.130 - - [2026-02-02 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.130 - - [2026-02-02 02:11:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001595 10.0.0.130 - - [2026-02-02 02:11:47] "POST /neutron/network HTTP/1.1" 200 151 0.063074 10.0.0.130 - - [2026-02-02 02:11:47] "GET /routing-instance/bafcd777-115d-4904-a86c-137e7f083f32 HTTP/1.1" 404 171 0.001971 10.0.0.130 - - [2026-02-02 02:11:47] "DELETE /route-target/f878af39-dc2b-4ff5-950e-610c15f9ee99 HTTP/1.1" 200 115 0.016400 10.0.0.130 - - [2026-02-02 02:11:47] "GET /domains HTTP/1.1" 200 281 0.005902 10.0.0.130 - - [2026-02-02 02:11:47] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000829 10.0.0.130 - - [2026-02-02 02:11:47] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2585 0.053149 10.0.0.130 - - [2026-02-02 02:11:47] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000962 10.0.0.130 - - [2026-02-02 02:11:47] "GET /project/e6aed1d6-f207-4eb9-8a26-551403620ee0 HTTP/1.1" 200 1869 0.071428 10.0.0.130 - - [2026-02-02 02:11:47] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000921 10.0.0.130 - - [2026-02-02 02:11:47] "GET /project/e6aed1d6-f207-4eb9-8a26-551403620ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.022018 10.0.0.130 - - [2026-02-02 02:11:47] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000919 10.0.0.130 - - [2026-02-02 02:11:47] "GET /project/e6aed1d6-f207-4eb9-8a26-551403620ee0?fields=virtual_networks HTTP/1.1" 200 1038 0.067334 10.0.0.130 - - [2026-02-02 02:11:48] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000950 10.0.0.130 - - [2026-02-02 02:11:48] "GET /project/e6aed1d6-f207-4eb9-8a26-551403620ee0?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.022183 10.0.0.130 - - [2026-02-02 02:11:48] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000937 10.0.0.130 - - [2026-02-02 02:11:48] "GET /project/e6aed1d6-f207-4eb9-8a26-551403620ee0?fields=security_groups HTTP/1.1" 200 1267 0.024095 10.0.0.130 - - [2026-02-02 02:11:48] "POST /fqname-to-id HTTP/1.1" 404 181 0.026181 10.0.0.130 - - [2026-02-02 02:11:48] "GET /projects?obj_uuids=58db4aca-968c-4730-8d1b-b665d6d1f916&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005630 10.0.0.130 - - [2026-02-02 02:11:49] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.130 - - [2026-02-02 02:11:49] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006088 10.0.0.130 - - [2026-02-02 02:11:49] "POST /id-to-fqname HTTP/1.1" 200 183 0.001336 10.0.0.130 - - [2026-02-02 02:11:49] "POST /fqname-to-id HTTP/1.1" 404 192 0.002217 10.0.0.130 - - [2026-02-02 02:11:49] "POST /security-groups HTTP/1.1" 200 584 0.064572 10.0.0.130 - - [2026-02-02 02:11:49] "POST /fqname-to-id HTTP/1.1" 404 227 0.002818 10.0.0.130 - - [2026-02-02 02:11:49] "POST /projects HTTP/1.1" 200 571 0.211865 10.0.0.130 - - [2026-02-02 02:11:49] "POST /access-control-lists HTTP/1.1" 200 591 0.060680 10.0.0.130 - - [2026-02-02 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.282578 10.0.0.130 - - [2026-02-02 02:11:49] "POST /fqname-to-id HTTP/1.1" 404 226 0.002908 10.0.0.130 - - [2026-02-02 02:11:49] "GET /project/58db4aca-968c-4730-8d1b-b665d6d1f916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.413676 10.0.0.130 - - [2026-02-02 02:11:49] "POST /access-control-lists HTTP/1.1" 200 589 0.059473 10.0.0.130 - - [2026-02-02 02:11:50] "GET / HTTP/1.1" 200 36215 0.001876 10.0.0.130 - - [2026-02-02 02:11:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.001067 10.0.0.130 - - [2026-02-02 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.057160 10.0.0.130 - - [2026-02-02 02:11:51] "GET /projects?obj_uuids=58db4aca-968c-4730-8d1b-b665d6d1f916&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000930 10.0.0.130 - - [2026-02-02 02:11:51] "GET /project/58db4aca-968c-4730-8d1b-b665d6d1f916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.020446 10.0.0.130 - - [2026-02-02 02:11:51] "POST /neutron/network HTTP/1.1" 200 117 0.032214 10.0.0.130 - - [2026-02-02 02:11:51] "GET /projects?obj_uuids=58db4aca-968c-4730-8d1b-b665d6d1f916&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001282 10.0.0.130 - - [2026-02-02 02:11:51] "POST /neutron/network HTTP/1.1" 200 612 0.061426 10.0.0.130 - - [2026-02-02 02:11:51] "POST /route-targets HTTP/1.1" 200 328 0.011420 10.0.0.130 - - [2026-02-02 02:11:51] "POST /ref-update HTTP/1.1" 200 156 0.013221 10.0.0.130 - - [2026-02-02 02:11:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003433 10.0.0.130 - - [2026-02-02 02:11:52] "POST /neutron/subnet HTTP/1.1" 200 715 0.167030 10.0.0.130 - - [2026-02-02 02:11:52] "POST /neutron/network HTTP/1.1" 200 829 0.006237 10.0.0.130 - - [2026-02-02 02:11:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001119 10.0.0.130 - - [2026-02-02 02:11:52] "GET /virtual-network/522349e7-b814-4265-b748-9f9b216387a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004548 10.0.0.130 - - [2026-02-02 02:11:52] "POST /neutron/network HTTP/1.1" 200 829 0.007974 10.0.0.130 - - [2026-02-02 02:11:52] "GET /virtual-network/522349e7-b814-4265-b748-9f9b216387a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004986 10.0.0.130 - - [2026-02-02 02:11:52] "POST /neutron/network HTTP/1.1" 200 829 0.004987 10.0.0.130 - - [2026-02-02 02:11:52] "POST /neutron/subnet HTTP/1.1" 200 715 0.006223 10.0.0.130 - - [2026-02-02 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002011 10.0.0.130 - - [2026-02-02 02:11:52] "GET /virtual-network/522349e7-b814-4265-b748-9f9b216387a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004845 10.0.0.130 - - [2026-02-02 02:11:52] "PUT /virtual-network/522349e7-b814-4265-b748-9f9b216387a5 HTTP/1.1" 200 265 0.031900 10.0.0.130 - - [2026-02-02 02:11:52] "POST /route-targets HTTP/1.1" 200 324 0.013906 10.0.0.130 - - [2026-02-02 02:11:52] "POST /ref-update HTTP/1.1" 200 156 0.010310 10.0.0.130 - - [2026-02-02 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.130 - - [2026-02-02 02:11:52] "GET /projects?obj_uuids=58db4aca-968c-4730-8d1b-b665d6d1f916&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000949 10.0.0.130 - - [2026-02-02 02:11:52] "GET /project/58db4aca-968c-4730-8d1b-b665d6d1f916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.031371 10.0.0.130 - - [2026-02-02 02:11:52] "POST /neutron/network HTTP/1.1" 200 117 0.009210 10.0.0.130 - - [2026-02-02 02:11:52] "GET /projects?obj_uuids=58db4aca-968c-4730-8d1b-b665d6d1f916&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000932 10.0.0.130 - - [2026-02-02 02:11:52] "POST /neutron/network HTTP/1.1" 200 612 0.068201 10.0.0.130 - - [2026-02-02 02:11:52] "POST /route-targets HTTP/1.1" 200 328 0.012642 10.0.0.130 - - [2026-02-02 02:11:52] "POST /ref-update HTTP/1.1" 200 156 0.011199 10.0.0.130 - - [2026-02-02 02:11:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004179 10.0.0.130 - - [2026-02-02 02:11:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.191178 10.0.0.130 - - [2026-02-02 02:11:52] "POST /neutron/network HTTP/1.1" 200 830 0.005122 10.0.0.130 - - [2026-02-02 02:11:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001054 10.0.0.130 - - [2026-02-02 02:11:52] "GET /virtual-network/cfeed4ee-159d-41b1-a991-da6d1fc111b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005044 10.0.0.130 - - [2026-02-02 02:11:52] "POST /neutron/network HTTP/1.1" 200 830 0.006501 10.0.0.130 - - [2026-02-02 02:11:52] "GET /virtual-network/cfeed4ee-159d-41b1-a991-da6d1fc111b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005946 10.0.0.130 - - [2026-02-02 02:11:52] "POST /neutron/network HTTP/1.1" 200 830 0.005627 10.0.0.130 - - [2026-02-02 02:11:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.008799 10.0.0.130 - - [2026-02-02 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002362 10.0.0.130 - - [2026-02-02 02:11:53] "GET /virtual-network/cfeed4ee-159d-41b1-a991-da6d1fc111b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004891 10.0.0.130 - - [2026-02-02 02:11:53] "POST /ref-update HTTP/1.1" 200 156 0.011806 10.0.0.130 - - [2026-02-02 02:11:53] "PUT /virtual-network/cfeed4ee-159d-41b1-a991-da6d1fc111b8 HTTP/1.1" 200 265 0.037663 10.0.0.130 - - [2026-02-02 02:11:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001262 10.0.0.130 - - [2026-02-02 02:11:53] "POST /neutron/network HTTP/1.1" 200 839 0.004531 10.0.0.130 - - [2026-02-02 02:11:53] "GET /aaa-mode HTTP/1.1" 401 293 0.000360 10.0.0.130 - - [2026-02-02 02:11:53] "GET / HTTP/1.1" 200 36215 0.001911 10.0.0.130 - - [2026-02-02 02:11:53] "GET /project/58db4aca-968c-4730-8d1b-b665d6d1f916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000323 10.0.0.130 - - [2026-02-02 02:11:54] "GET /projects?obj_uuids=58db4aca-968c-4730-8d1b-b665d6d1f916&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001002 10.0.0.130 - - [2026-02-02 02:11:54] "GET /project/58db4aca-968c-4730-8d1b-b665d6d1f916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.056738 10.0.0.130 - - [2026-02-02 02:11:54] "POST /neutron/network HTTP/1.1" 200 829 0.004579 10.0.0.130 - - [2026-02-02 02:11:54] "POST /neutron/port HTTP/1.1" 200 117 0.004285 10.0.0.130 - - [2026-02-02 02:11:54] "POST /neutron/port HTTP/1.1" 200 117 0.005250 10.0.0.130 - - [2026-02-02 02:11:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001570 10.0.0.130 - - [2026-02-02 02:11:54] "POST /neutron/port HTTP/1.1" 200 117 0.004265 10.0.0.130 - - [2026-02-02 02:11:54] "POST /neutron/network HTTP/1.1" 200 840 0.004811 10.0.0.130 - - [2026-02-02 02:11:54] "GET /aaa-mode HTTP/1.1" 401 293 0.000392 10.0.0.130 - - [2026-02-02 02:11:54] "POST /neutron/network HTTP/1.1" 200 839 0.004807 10.0.0.130 - - [2026-02-02 02:11:54] "GET /projects?obj_uuids=58db4aca-968c-4730-8d1b-b665d6d1f916&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001270 10.0.0.130 - - [2026-02-02 02:11:54] "GET / HTTP/1.1" 200 36215 0.002025 10.0.0.130 - - [2026-02-02 02:11:54] "GET /project/58db4aca-968c-4730-8d1b-b665d6d1f916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000691 10.0.0.130 - - [2026-02-02 02:11:54] "POST /neutron/port HTTP/1.1" 200 1051 0.234608 10.0.0.130 - - [2026-02-02 02:11:54] "POST /neutron/port HTTP/1.1" 200 1051 0.008272 10.0.0.130 - - [2026-02-02 02:11:54] "POST /neutron/port HTTP/1.1" 200 1051 0.007048 10.0.0.130 - - [2026-02-02 02:11:54] "POST /neutron/port HTTP/1.1" 200 1105 0.059340 10.0.0.130 - - [2026-02-02 02:11:54] "POST /neutron/port HTTP/1.1" 200 1115 0.012538 10.0.0.130 - - [2026-02-02 02:11:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002765 10.0.0.130 - - [2026-02-02 02:11:55] "POST /neutron/subnet HTTP/1.1" 200 689 0.005706 10.0.0.130 - - [2026-02-02 02:11:55] "POST /neutron/port HTTP/1.1" 200 117 0.000973 10.0.0.130 - - [2026-02-02 02:11:55] "POST /neutron/network HTTP/1.1" 200 829 0.006215 10.0.0.130 - - [2026-02-02 02:11:55] "GET /projects?obj_uuids=58db4aca-968c-4730-8d1b-b665d6d1f916&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002189 10.0.0.130 - - [2026-02-02 02:11:55] "GET /project/58db4aca-968c-4730-8d1b-b665d6d1f916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.060264 10.0.0.130 - - [2026-02-02 02:11:55] "POST /neutron/network HTTP/1.1" 200 830 0.004480 10.0.0.130 - - [2026-02-02 02:11:55] "POST /neutron/port HTTP/1.1" 200 1115 0.016270 10.0.0.130 - - [2026-02-02 02:11:55] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005171 10.0.0.130 - - [2026-02-02 02:11:55] "POST /neutron/port HTTP/1.1" 200 117 0.004250 10.0.0.130 - - [2026-02-02 02:11:55] "POST /neutron/port HTTP/1.1" 200 1115 0.012553 10.0.0.130 - - [2026-02-02 02:11:55] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005942 10.0.0.130 - - [2026-02-02 02:11:55] "POST /neutron/network HTTP/1.1" 200 840 0.006800 10.0.0.130 - - [2026-02-02 02:11:55] "GET /projects?obj_uuids=58db4aca-968c-4730-8d1b-b665d6d1f916&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000946 10.0.0.130 - - [2026-02-02 02:11:55] "POST /neutron/port HTTP/1.1" 200 1052 0.254504 10.0.0.130 - - [2026-02-02 02:11:55] "POST /neutron/port HTTP/1.1" 200 1052 0.017592 10.0.0.130 - - [2026-02-02 02:11:56] "POST /neutron/port HTTP/1.1" 200 1052 0.010780 10.0.0.130 - - [2026-02-02 02:11:56] "POST /neutron/port HTTP/1.1" 200 1106 0.078631 10.0.0.130 - - [2026-02-02 02:11:56] "POST /neutron/port HTTP/1.1" 200 1116 0.011612 10.0.0.130 - - [2026-02-02 02:11:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003419 10.0.0.130 - - [2026-02-02 02:11:56] "POST /neutron/subnet HTTP/1.1" 200 694 0.007003 10.0.0.130 - - [2026-02-02 02:11:56] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.130 - - [2026-02-02 02:11:56] "POST /neutron/network HTTP/1.1" 200 830 0.004812 10.0.0.130 - - [2026-02-02 02:12:00] "POST /neutron/port HTTP/1.1" 200 1115 0.013476 10.0.0.130 - - [2026-02-02 02:12:00] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007628 10.0.0.130 - - [2026-02-02 02:12:00] "POST /neutron/port HTTP/1.1" 200 1115 0.014486 10.0.0.130 - - [2026-02-02 02:12:00] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005395 10.0.0.130 - - [2026-02-02 02:12:00] "POST /neutron/port HTTP/1.1" 200 1115 0.013217 10.0.0.130 - - [2026-02-02 02:12:00] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005295 10.0.0.130 - - [2026-02-02 02:12:00] "GET /virtual-machine/c50fe148-5311-4cc2-99f6-d1369087f5ed HTTP/1.1" 401 293 0.000458 10.0.0.130 - - [2026-02-02 02:12:01] "GET /virtual-machine/c50fe148-5311-4cc2-99f6-d1369087f5ed HTTP/1.1" 200 1288 0.028520 10.0.0.130 - - [2026-02-02 02:12:01] "GET /virtual-machine-interface/b5440384-66bb-40c0-ba02-f092637ff7ae HTTP/1.1" 200 2935 0.004593 10.0.0.130 - - [2026-02-02 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002486 10.0.0.130 - - [2026-02-02 02:12:01] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003528 10.0.0.130 - - [2026-02-02 02:12:01] "GET /virtual-networks?parent_id=58db4aca-968c-4730-8d1b-b665d6d1f916&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002781 10.0.0.130 - - [2026-02-02 02:12:01] "GET /virtual-network/522349e7-b814-4265-b748-9f9b216387a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.004667 10.0.0.130 - - [2026-02-02 02:12:03] "POST /neutron/port HTTP/1.1" 200 1115 0.012854 10.0.0.130 - - [2026-02-02 02:12:03] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004365 10.0.0.130 - - [2026-02-02 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002586 10.0.0.130 - - [2026-02-02 02:12:04] "GET /virtual-network/522349e7-b814-4265-b748-9f9b216387a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005191 10.0.0.130 - - [2026-02-02 02:12:05] "POST /neutron/port HTTP/1.1" 200 1116 0.013313 10.0.0.130 - - [2026-02-02 02:12:05] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005050 10.0.0.130 - - [2026-02-02 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.130 - - [2026-02-02 02:12:06] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002856 10.0.0.130 - - [2026-02-02 02:12:06] "GET /virtual-networks?parent_id=58db4aca-968c-4730-8d1b-b665d6d1f916&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002955 10.0.0.130 - - [2026-02-02 02:12:06] "GET /virtual-network/522349e7-b814-4265-b748-9f9b216387a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.004926 10.0.0.130 - - [2026-02-02 02:12:06] "POST /neutron/port HTTP/1.1" 200 1116 0.014718 10.0.0.130 - - [2026-02-02 02:12:06] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005778 10.0.0.130 - - [2026-02-02 02:12:06] "POST /neutron/port HTTP/1.1" 200 1116 0.015323 10.0.0.130 - - [2026-02-02 02:12:06] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005624 10.0.0.130 - - [2026-02-02 02:12:07] "POST /neutron/port HTTP/1.1" 200 1116 0.013923 10.0.0.130 - - [2026-02-02 02:12:07] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006089 10.0.0.130 - - [2026-02-02 02:12:07] "GET /virtual-machine/612a17c8-7d44-4487-8c92-13a872d064b1 HTTP/1.1" 200 1287 0.005061 10.0.0.130 - - [2026-02-02 02:12:07] "GET /virtual-machine-interface/774ba831-b7b8-4aab-a500-2176a426a9de HTTP/1.1" 200 2934 0.006853 10.0.0.130 - - [2026-02-02 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.130 - - [2026-02-02 02:12:07] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003972 10.0.0.130 - - [2026-02-02 02:12:07] "GET /virtual-networks?parent_id=58db4aca-968c-4730-8d1b-b665d6d1f916&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002771 10.0.0.130 - - [2026-02-02 02:12:07] "GET /virtual-network/cfeed4ee-159d-41b1-a991-da6d1fc111b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.004734 10.0.0.130 - - [2026-02-02 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.130 - - [2026-02-02 02:12:08] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003013 10.0.0.130 - - [2026-02-02 02:12:08] "GET /virtual-networks?parent_id=58db4aca-968c-4730-8d1b-b665d6d1f916&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003151 10.0.0.130 - - [2026-02-02 02:12:08] "GET /virtual-network/cfeed4ee-159d-41b1-a991-da6d1fc111b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.004895 10.0.0.130 - - [2026-02-02 02:12:08] "POST /routing-policys HTTP/1.1" 200 536 0.016474 10.0.0.130 - - [2026-02-02 02:12:08] "GET /virtual-network/522349e7-b814-4265-b748-9f9b216387a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.004069 10.0.0.130 - - [2026-02-02 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.010643 10.0.0.130 - - [2026-02-02 02:12:08] "PUT /virtual-network/522349e7-b814-4265-b748-9f9b216387a5 HTTP/1.1" 200 265 0.031398 10.0.0.130 - - [2026-02-02 02:12:12] "POST /ref-update HTTP/1.1" 200 156 0.024049 10.0.0.130 - - [2026-02-02 02:12:12] "POST /ref-update HTTP/1.1" 200 156 0.008775 10.0.0.130 - - [2026-02-02 02:12:12] "DELETE /routing-policy/b3262794-cae1-4b37-9d39-c7b034d78f54 HTTP/1.1" 200 115 0.024953 10.0.0.130 - - [2026-02-02 02:12:12] "POST /neutron/network HTTP/1.1" 200 830 0.005068 10.0.0.130 - - [2026-02-02 02:12:12] "POST /neutron/network HTTP/1.1" 400 204 0.008982 10.0.0.130 - - [2026-02-02 02:12:13] "POST /neutron/port HTTP/1.1" 200 1116 0.012053 10.0.0.130 - - [2026-02-02 02:12:13] "POST /neutron/port HTTP/1.1" 200 1106 0.013665 10.0.0.130 - - [2026-02-02 02:12:13] "POST /neutron/port HTTP/1.1" 200 1115 0.010847 10.0.0.130 - - [2026-02-02 02:12:13] "POST /neutron/port HTTP/1.1" 200 1105 0.018791 10.0.0.130 - - [2026-02-02 02:12:13] "POST /neutron/port HTTP/1.1" 200 151 0.132988 10.0.0.130 - - [2026-02-02 02:12:13] "POST /neutron/port HTTP/1.1" 200 151 0.122839 10.0.0.130 - - [2026-02-02 02:12:14] "POST /neutron/network HTTP/1.1" 200 830 0.005191 10.0.0.130 - - [2026-02-02 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.130 - - [2026-02-02 02:12:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002338 10.0.0.130 - - [2026-02-02 02:12:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002856 10.0.0.130 - - [2026-02-02 02:12:14] "POST /neutron/network HTTP/1.1" 200 151 0.076455 10.0.0.130 - - [2026-02-02 02:12:14] "DELETE /route-target/52c0cc57-21ca-449b-beb4-58f77962722a HTTP/1.1" 200 115 0.016015 10.0.0.130 - - [2026-02-02 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002489 10.0.0.130 - - [2026-02-02 02:12:14] "POST /neutron/network HTTP/1.1" 200 829 0.007389 10.0.0.130 - - [2026-02-02 02:12:14] "DELETE /route-target/f146c94b-23a1-42e9-b734-2c75fcc84290 HTTP/1.1" 409 240 0.004045 10.0.0.130 - - [2026-02-02 02:12:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001972 10.0.0.130 - - [2026-02-02 02:12:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001842 10.0.0.130 - - [2026-02-02 02:12:14] "POST /neutron/network HTTP/1.1" 200 151 0.082549 10.0.0.130 - - [2026-02-02 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002095 10.0.0.130 - - [2026-02-02 02:12:14] "DELETE /route-target/dfdfc863-a440-4174-8206-aca4bd3489eb HTTP/1.1" 200 115 0.018524 10.0.0.130 - - [2026-02-02 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002225 10.0.0.130 - - [2026-02-02 02:12:15] "DELETE /route-target/f146c94b-23a1-42e9-b734-2c75fcc84290 HTTP/1.1" 200 115 0.014607 10.0.0.130 - - [2026-02-02 02:12:15] "GET /projects?obj_uuids=58db4aca-968c-4730-8d1b-b665d6d1f916&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000928 10.0.0.130 - - [2026-02-02 02:12:15] "GET /project/58db4aca-968c-4730-8d1b-b665d6d1f916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.026889 10.0.0.130 - - [2026-02-02 02:12:15] "GET /projects?obj_uuids=58db4aca-968c-4730-8d1b-b665d6d1f916&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000909 10.0.0.130 - - [2026-02-02 02:12:15] "GET /project/58db4aca-968c-4730-8d1b-b665d6d1f916?fields=virtual_networks HTTP/1.1" 200 1020 0.064339 10.0.0.130 - - [2026-02-02 02:12:15] "GET /projects?obj_uuids=58db4aca-968c-4730-8d1b-b665d6d1f916&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000967 10.0.0.130 - - [2026-02-02 02:12:15] "GET /project/58db4aca-968c-4730-8d1b-b665d6d1f916?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.019999 10.0.0.130 - - [2026-02-02 02:12:15] "GET /projects?obj_uuids=58db4aca-968c-4730-8d1b-b665d6d1f916&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001357 10.0.0.130 - - [2026-02-02 02:12:15] "GET /project/58db4aca-968c-4730-8d1b-b665d6d1f916?fields=security_groups HTTP/1.1" 200 1240 0.023353 10.0.0.130 - - [2026-02-02 02:12:16] "POST /fqname-to-id HTTP/1.1" 404 186 0.025477 10.0.0.130 - - [2026-02-02 02:12:16] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001835 10.0.0.130 - - [2026-02-02 02:12:16] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000888 10.0.0.130 - - [2026-02-02 02:12:16] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005674 10.0.0.130 - - [2026-02-02 02:12:16] "POST /id-to-fqname HTTP/1.1" 200 188 0.001008 10.0.0.130 - - [2026-02-02 02:12:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.004932 10.0.0.130 - - [2026-02-02 02:12:16] "POST /security-groups HTTP/1.1" 200 589 0.060813 10.0.0.130 - - [2026-02-02 02:12:16] "POST /fqname-to-id HTTP/1.1" 404 232 0.002905 10.0.0.130 - - [2026-02-02 02:12:16] "POST /projects HTTP/1.1" 200 581 0.196923 10.0.0.130 - - [2026-02-02 02:12:16] "POST /access-control-lists HTTP/1.1" 200 596 0.057742 10.0.0.130 - - [2026-02-02 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.265090 10.0.0.130 - - [2026-02-02 02:12:16] "POST /fqname-to-id HTTP/1.1" 404 231 0.002380 10.0.0.130 - - [2026-02-02 02:12:16] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.377420 10.0.0.130 - - [2026-02-02 02:12:16] "POST /access-control-lists HTTP/1.1" 200 594 0.063068 10.0.0.130 - - [2026-02-02 02:12:17] "GET / HTTP/1.1" 200 36215 0.001884 10.0.0.130 - - [2026-02-02 02:12:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000419 10.0.0.130 - - [2026-02-02 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.058633 10.0.0.130 - - [2026-02-02 02:12:18] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000879 10.0.0.130 - - [2026-02-02 02:12:18] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.019881 10.0.0.130 - - [2026-02-02 02:12:18] "POST /neutron/network HTTP/1.1" 200 117 0.031072 10.0.0.130 - - [2026-02-02 02:12:18] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001472 10.0.0.130 - - [2026-02-02 02:12:18] "POST /neutron/network HTTP/1.1" 200 613 0.054070 10.0.0.130 - - [2026-02-02 02:12:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003286 10.0.0.130 - - [2026-02-02 02:12:19] "POST /neutron/subnet HTTP/1.1" 200 715 0.150882 10.0.0.130 - - [2026-02-02 02:12:19] "POST /neutron/network HTTP/1.1" 200 830 0.006350 10.0.0.130 - - [2026-02-02 02:12:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.001158 10.0.0.130 - - [2026-02-02 02:12:19] "GET /virtual-network/ee8e0e4b-6aa0-43e8-a4c4-e8b92ac9e920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004671 10.0.0.130 - - [2026-02-02 02:12:19] "POST /neutron/network HTTP/1.1" 200 830 0.007015 10.0.0.130 - - [2026-02-02 02:12:19] "GET /virtual-network/ee8e0e4b-6aa0-43e8-a4c4-e8b92ac9e920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005574 10.0.0.130 - - [2026-02-02 02:12:19] "POST /neutron/network HTTP/1.1" 200 830 0.004458 10.0.0.130 - - [2026-02-02 02:12:19] "POST /neutron/subnet HTTP/1.1" 200 715 0.012208 10.0.0.130 - - [2026-02-02 02:12:19] "GET /domains HTTP/1.1" 401 293 0.000346 10.0.0.130 - - [2026-02-02 02:12:19] "POST /route-targets HTTP/1.1" 200 328 0.010396 10.0.0.130 - - [2026-02-02 02:12:19] "POST /ref-update HTTP/1.1" 200 156 0.009789 10.0.0.130 - - [2026-02-02 02:12:19] "GET /domains HTTP/1.1" 200 281 0.030172 10.0.0.130 - - [2026-02-02 02:12:19] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001237 10.0.0.130 - - [2026-02-02 02:12:19] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2950 0.007211 10.0.0.130 - - [2026-02-02 02:12:19] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000837 10.0.0.130 - - [2026-02-02 02:12:19] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e HTTP/1.1" 200 2086 0.067685 10.0.0.130 - - [2026-02-02 02:12:19] "GET /virtual-network/ee8e0e4b-6aa0-43e8-a4c4-e8b92ac9e920 HTTP/1.1" 200 2318 0.007450 10.0.0.130 - - [2026-02-02 02:12:19] "GET /virtual-network/ee8e0e4b-6aa0-43e8-a4c4-e8b92ac9e920 HTTP/1.1" 200 2318 0.005588 10.0.0.130 - - [2026-02-02 02:12:19] "GET /routing-instance/6f775df9-6797-4e2b-993d-9c64187d105a HTTP/1.1" 200 1496 0.002937 10.0.0.130 - - [2026-02-02 02:12:19] "GET /routing-instance/6f775df9-6797-4e2b-993d-9c64187d105a HTTP/1.1" 200 1496 0.002875 10.0.0.130 - - [2026-02-02 02:12:19] "GET /route-target/7fdc9bc5-2e9c-412a-a504-dfba029bc617 HTTP/1.1" 200 1214 0.004772 10.0.0.130 - - [2026-02-02 02:12:19] "GET /virtual-network/ee8e0e4b-6aa0-43e8-a4c4-e8b92ac9e920 HTTP/1.1" 200 2318 0.004109 10.0.0.130 - - [2026-02-02 02:12:19] "GET /routing-instance/6f775df9-6797-4e2b-993d-9c64187d105a HTTP/1.1" 200 1496 0.004127 10.0.0.130 - - [2026-02-02 02:12:19] "GET /virtual-network/ee8e0e4b-6aa0-43e8-a4c4-e8b92ac9e920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004334 10.0.0.130 - - [2026-02-02 02:12:19] "GET /virtual-network/ee8e0e4b-6aa0-43e8-a4c4-e8b92ac9e920 HTTP/1.1" 200 2318 0.004315 10.0.0.130 - - [2026-02-02 02:12:19] "GET /routing-instance/6f775df9-6797-4e2b-993d-9c64187d105a HTTP/1.1" 200 1496 0.002720 10.0.0.130 - - [2026-02-02 02:12:19] "GET /routing-instance/6f775df9-6797-4e2b-993d-9c64187d105a HTTP/1.1" 200 1496 0.003157 10.0.0.130 - - [2026-02-02 02:12:19] "GET /route-target/7fdc9bc5-2e9c-412a-a504-dfba029bc617 HTTP/1.1" 200 1214 0.002759 10.0.0.130 - - [2026-02-02 02:12:19] "GET /domains HTTP/1.1" 200 281 0.002301 10.0.0.130 - - [2026-02-02 02:12:19] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.130 - - [2026-02-02 02:12:19] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2950 0.005643 10.0.0.130 - - [2026-02-02 02:12:19] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000818 10.0.0.130 - - [2026-02-02 02:12:19] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e HTTP/1.1" 200 2086 0.070639 10.0.0.130 - - [2026-02-02 02:12:19] "GET /virtual-network/ee8e0e4b-6aa0-43e8-a4c4-e8b92ac9e920 HTTP/1.1" 200 2318 0.004360 10.0.0.130 - - [2026-02-02 02:12:20] "GET /obj-perms HTTP/1.1" 200 5045 0.050553 10.0.0.130 - - [2026-02-02 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.130 - - [2026-02-02 02:12:20] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000953 10.0.0.130 - - [2026-02-02 02:12:20] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.023975 10.0.0.130 - - [2026-02-02 02:12:20] "POST /neutron/network HTTP/1.1" 200 117 0.008801 10.0.0.130 - - [2026-02-02 02:12:20] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000885 10.0.0.130 - - [2026-02-02 02:12:20] "POST /neutron/network HTTP/1.1" 200 613 0.053452 10.0.0.130 - - [2026-02-02 02:12:20] "POST /route-targets HTTP/1.1" 200 328 0.009718 10.0.0.130 - - [2026-02-02 02:12:20] "POST /ref-update HTTP/1.1" 200 156 0.010297 10.0.0.130 - - [2026-02-02 02:12:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002665 10.0.0.130 - - [2026-02-02 02:12:20] "POST /neutron/subnet HTTP/1.1" 200 715 0.185694 10.0.0.130 - - [2026-02-02 02:12:20] "POST /neutron/network HTTP/1.1" 200 830 0.004268 10.0.0.130 - - [2026-02-02 02:12:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.000938 10.0.0.130 - - [2026-02-02 02:12:20] "GET /virtual-network/ccfb0de6-a142-4f8f-ac49-179dfa77a318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004059 10.0.0.130 - - [2026-02-02 02:12:20] "POST /neutron/network HTTP/1.1" 200 830 0.006266 10.0.0.130 - - [2026-02-02 02:12:20] "GET /virtual-network/ccfb0de6-a142-4f8f-ac49-179dfa77a318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004443 10.0.0.130 - - [2026-02-02 02:12:20] "POST /neutron/network HTTP/1.1" 200 830 0.005624 10.0.0.130 - - [2026-02-02 02:12:20] "POST /neutron/subnet HTTP/1.1" 200 715 0.006320 10.0.0.130 - - [2026-02-02 02:12:20] "GET /domains HTTP/1.1" 200 281 0.002483 10.0.0.130 - - [2026-02-02 02:12:20] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000920 10.0.0.130 - - [2026-02-02 02:12:20] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2950 0.006069 10.0.0.130 - - [2026-02-02 02:12:20] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001037 10.0.0.130 - - [2026-02-02 02:12:20] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e HTTP/1.1" 200 2305 0.066615 10.0.0.130 - - [2026-02-02 02:12:20] "GET /virtual-network/ccfb0de6-a142-4f8f-ac49-179dfa77a318 HTTP/1.1" 200 2318 0.005391 10.0.0.130 - - [2026-02-02 02:12:20] "GET /virtual-network/ccfb0de6-a142-4f8f-ac49-179dfa77a318 HTTP/1.1" 200 2318 0.004017 10.0.0.130 - - [2026-02-02 02:12:20] "GET /routing-instance/3fb3d1df-0fe7-454c-a86d-3d9ec5914db8 HTTP/1.1" 200 1496 0.003093 10.0.0.130 - - [2026-02-02 02:12:20] "GET /routing-instance/3fb3d1df-0fe7-454c-a86d-3d9ec5914db8 HTTP/1.1" 200 1496 0.003063 10.0.0.130 - - [2026-02-02 02:12:20] "GET /route-target/9bf994bd-c0a9-4e66-ae9b-97b670cfc827 HTTP/1.1" 200 1215 0.002529 10.0.0.130 - - [2026-02-02 02:12:20] "GET /virtual-network/ccfb0de6-a142-4f8f-ac49-179dfa77a318 HTTP/1.1" 200 2318 0.003814 10.0.0.130 - - [2026-02-02 02:12:20] "GET /routing-instance/3fb3d1df-0fe7-454c-a86d-3d9ec5914db8 HTTP/1.1" 200 1496 0.002833 10.0.0.130 - - [2026-02-02 02:12:20] "GET /virtual-network/ccfb0de6-a142-4f8f-ac49-179dfa77a318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003786 10.0.0.130 - - [2026-02-02 02:12:20] "GET /virtual-network/ccfb0de6-a142-4f8f-ac49-179dfa77a318 HTTP/1.1" 200 2318 0.003802 10.0.0.130 - - [2026-02-02 02:12:20] "GET /routing-instance/3fb3d1df-0fe7-454c-a86d-3d9ec5914db8 HTTP/1.1" 200 1496 0.002489 10.0.0.130 - - [2026-02-02 02:12:20] "GET /routing-instance/3fb3d1df-0fe7-454c-a86d-3d9ec5914db8 HTTP/1.1" 200 1496 0.002689 10.0.0.130 - - [2026-02-02 02:12:20] "GET /route-target/9bf994bd-c0a9-4e66-ae9b-97b670cfc827 HTTP/1.1" 200 1215 0.002421 10.0.0.130 - - [2026-02-02 02:12:20] "GET /domains HTTP/1.1" 200 281 0.002335 10.0.0.130 - - [2026-02-02 02:12:20] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000782 10.0.0.130 - - [2026-02-02 02:12:20] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2950 0.007941 10.0.0.130 - - [2026-02-02 02:12:20] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000800 10.0.0.130 - - [2026-02-02 02:12:21] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e HTTP/1.1" 200 2305 0.061112 10.0.0.130 - - [2026-02-02 02:12:21] "GET /virtual-network/ccfb0de6-a142-4f8f-ac49-179dfa77a318 HTTP/1.1" 200 2318 0.004350 10.0.0.130 - - [2026-02-02 02:12:21] "GET /obj-perms HTTP/1.1" 200 5045 0.002374 10.0.0.130 - - [2026-02-02 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002218 10.0.0.130 - - [2026-02-02 02:12:21] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001210 10.0.0.130 - - [2026-02-02 02:12:21] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.021914 10.0.0.130 - - [2026-02-02 02:12:21] "POST /neutron/network HTTP/1.1" 200 117 0.009734 10.0.0.130 - - [2026-02-02 02:12:21] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000887 10.0.0.130 - - [2026-02-02 02:12:21] "POST /neutron/network HTTP/1.1" 200 615 0.071523 10.0.0.130 - - [2026-02-02 02:12:21] "POST /ref-update HTTP/1.1" 200 156 0.009410 10.0.0.130 - - [2026-02-02 02:12:21] "POST /useragent-kv HTTP/1.1" 200 115 0.006670 10.0.0.130 - - [2026-02-02 02:12:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.201445 10.0.0.130 - - [2026-02-02 02:12:21] "DELETE /project/58db4aca968c47308d1bb665d6d1f916 HTTP/1.1" 404 173 0.011383 10.0.0.130 - - [2026-02-02 02:12:21] "DELETE /project/5e2cf47252894c0299f9a7a064b7440e HTTP/1.1" 404 173 0.010254 10.0.0.130 - - [2026-02-02 02:12:21] "GET /projects?obj_uuids=58db4aca-968c-4730-8d1b-b665d6d1f916&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000790 10.0.0.130 - - [2026-02-02 02:12:21] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000737 10.0.0.130 - - [2026-02-02 02:12:21] "POST /neutron/network HTTP/1.1" 200 836 0.010161 10.0.0.130 - - [2026-02-02 02:12:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.002461 10.0.0.130 - - [2026-02-02 02:12:21] "GET /virtual-network/7c7d6182-dc7d-44ce-8318-325b4ff9107a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004135 10.0.0.130 - - [2026-02-02 02:12:21] "GET /project/e6aed1d6-f207-4eb9-8a26-551403620ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.036398 10.0.0.130 - - [2026-02-02 02:12:21] "GET /project/58db4aca-968c-4730-8d1b-b665d6d1f916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.041382 10.0.0.130 - - [2026-02-02 02:12:21] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000944 10.0.0.130 - - [2026-02-02 02:12:21] "GET /project/e6aed1d6-f207-4eb9-8a26-551403620ee0?fields=security_groups HTTP/1.1" 200 1369 0.024654 10.0.0.130 - - [2026-02-02 02:12:21] "POST /neutron/network HTTP/1.1" 200 836 0.004849 10.0.0.130 - - [2026-02-02 02:12:21] "GET /virtual-network/7c7d6182-dc7d-44ce-8318-325b4ff9107a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005463 10.0.0.130 - - [2026-02-02 02:12:21] "GET /projects?obj_uuids=58db4aca-968c-4730-8d1b-b665d6d1f916&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000861 10.0.0.130 - - [2026-02-02 02:12:21] "GET /project/58db4aca-968c-4730-8d1b-b665d6d1f916?fields=security_groups HTTP/1.1" 200 1342 0.021362 10.0.0.130 - - [2026-02-02 02:12:21] "POST /neutron/network HTTP/1.1" 200 836 0.005311 10.0.0.130 - - [2026-02-02 02:12:21] "DELETE /security-group/f82e1660-6b5a-4fe9-8f31-2bb0bced5fb0 HTTP/1.1" 200 115 0.039126 10.0.0.130 - - [2026-02-02 02:12:21] "GET /projects?obj_uuids=e6aed1d6-f207-4eb9-8a26-551403620ee0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000970 10.0.0.130 - - [2026-02-02 02:12:21] "DELETE /access-control-list/4b7344af-c1b0-442d-ad6f-07f88116a985 HTTP/1.1" 200 115 0.036262 10.0.0.130 - - [2026-02-02 02:12:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.008300 10.0.0.130 - - [2026-02-02 02:12:21] "GET /domains HTTP/1.1" 200 281 0.003410 10.0.0.130 - - [2026-02-02 02:12:21] "GET /project/e6aed1d6-f207-4eb9-8a26-551403620ee0?fields=application_policy_sets HTTP/1.1" 200 1408 0.040164 10.0.0.130 - - [2026-02-02 02:12:21] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.130 - - [2026-02-02 02:12:21] "DELETE /access-control-list/d56f5e5a-0533-4340-8eb5-481c253a77ab HTTP/1.1" 200 115 0.036305 10.0.0.130 - - [2026-02-02 02:12:21] "DELETE /security-group/c1a4aa69-b12d-4929-943a-f5f87bd9c8e1 HTTP/1.1" 200 115 0.060592 10.0.0.130 - - [2026-02-02 02:12:21] "GET /projects?obj_uuids=58db4aca-968c-4730-8d1b-b665d6d1f916&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000868 10.0.0.130 - - [2026-02-02 02:12:21] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2950 0.063531 10.0.0.130 - - [2026-02-02 02:12:21] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000920 10.0.0.130 - - [2026-02-02 02:12:21] "GET /project/58db4aca-968c-4730-8d1b-b665d6d1f916?fields=application_policy_sets HTTP/1.1" 200 1381 0.034585 10.0.0.130 - - [2026-02-02 02:12:21] "DELETE /access-control-list/4375b4e5-300a-41bb-a037-e662c484c2e5 HTTP/1.1" 200 115 0.043769 10.0.0.130 - - [2026-02-02 02:12:21] "DELETE /access-control-list/d2e02cac-2b27-439c-bac8-209f463758ee HTTP/1.1" 200 115 0.022486 10.0.0.130 - - [2026-02-02 02:12:21] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e HTTP/1.1" 200 2525 0.084288 10.0.0.130 - - [2026-02-02 02:12:21] "DELETE /project/e6aed1d6-f207-4eb9-8a26-551403620ee0 HTTP/1.1" 200 115 0.359282 10.0.0.130 - - [2026-02-02 02:12:21] "GET /virtual-network/7c7d6182-dc7d-44ce-8318-325b4ff9107a HTTP/1.1" 200 2333 0.011398 10.0.0.130 - - [2026-02-02 02:12:21] "GET /virtual-network/7c7d6182-dc7d-44ce-8318-325b4ff9107a HTTP/1.1" 200 2333 0.004146 10.0.0.130 - - [2026-02-02 02:12:21] "GET /routing-instance/b6525283-bf30-4952-a258-b82c3e9ccbd9 HTTP/1.1" 200 1501 0.005963 10.0.0.130 - - [2026-02-02 02:12:21] "GET /routing-instance/b6525283-bf30-4952-a258-b82c3e9ccbd9 HTTP/1.1" 200 1501 0.004230 10.0.0.130 - - [2026-02-02 02:12:21] "GET /route-target/3e6b7436-d2ab-4666-af04-6e39c044a415 HTTP/1.1" 200 1216 0.002672 10.0.0.130 - - [2026-02-02 02:12:21] "GET /virtual-network/7c7d6182-dc7d-44ce-8318-325b4ff9107a HTTP/1.1" 200 2333 0.005093 10.0.0.130 - - [2026-02-02 02:12:21] "GET /routing-instance/b6525283-bf30-4952-a258-b82c3e9ccbd9 HTTP/1.1" 200 1501 0.003446 10.0.0.130 - - [2026-02-02 02:12:21] "DELETE /project/58db4aca-968c-4730-8d1b-b665d6d1f916 HTTP/1.1" 200 115 0.416618 10.0.0.130 - - [2026-02-02 02:12:21] "GET /virtual-network/7c7d6182-dc7d-44ce-8318-325b4ff9107a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004118 10.0.0.130 - - [2026-02-02 02:12:21] "GET /virtual-network/7c7d6182-dc7d-44ce-8318-325b4ff9107a HTTP/1.1" 200 2333 0.004402 10.0.0.130 - - [2026-02-02 02:12:21] "GET /routing-instance/b6525283-bf30-4952-a258-b82c3e9ccbd9 HTTP/1.1" 200 1501 0.003043 10.0.0.130 - - [2026-02-02 02:12:21] "GET /routing-instance/b6525283-bf30-4952-a258-b82c3e9ccbd9 HTTP/1.1" 200 1501 0.002893 10.0.0.130 - - [2026-02-02 02:12:21] "GET /route-target/3e6b7436-d2ab-4666-af04-6e39c044a415 HTTP/1.1" 200 1216 0.003100 10.0.0.130 - - [2026-02-02 02:12:21] "GET /domains HTTP/1.1" 200 281 0.002285 10.0.0.130 - - [2026-02-02 02:12:21] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000870 10.0.0.130 - - [2026-02-02 02:12:21] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2581 0.007165 10.0.0.130 - - [2026-02-02 02:12:21] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000811 10.0.0.130 - - [2026-02-02 02:12:22] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e HTTP/1.1" 200 2525 0.064300 10.0.0.130 - - [2026-02-02 02:12:22] "GET /virtual-network/7c7d6182-dc7d-44ce-8318-325b4ff9107a HTTP/1.1" 200 2333 0.004674 10.0.0.130 - - [2026-02-02 02:12:22] "GET /obj-perms HTTP/1.1" 200 5045 0.003181 10.0.0.130 - - [2026-02-02 02:12:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001348 10.0.0.130 - - [2026-02-02 02:12:22] "POST /neutron/network HTTP/1.1" 200 840 0.004662 10.0.0.130 - - [2026-02-02 02:12:22] "GET /aaa-mode HTTP/1.1" 401 293 0.000373 10.0.0.130 - - [2026-02-02 02:12:22] "GET / HTTP/1.1" 200 36215 0.001652 10.0.0.130 - - [2026-02-02 02:12:22] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000443 10.0.0.130 - - [2026-02-02 02:12:22] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001187 10.0.0.130 - - [2026-02-02 02:12:22] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.058286 10.0.0.130 - - [2026-02-02 02:12:22] "POST /neutron/network HTTP/1.1" 200 830 0.005030 10.0.0.130 - - [2026-02-02 02:12:23] "POST /neutron/port HTTP/1.1" 200 117 0.004853 10.0.0.130 - - [2026-02-02 02:12:23] "POST /neutron/port HTTP/1.1" 200 117 0.004949 10.0.0.130 - - [2026-02-02 02:12:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001271 10.0.0.130 - - [2026-02-02 02:12:23] "POST /neutron/port HTTP/1.1" 200 117 0.004489 10.0.0.130 - - [2026-02-02 02:12:23] "POST /neutron/network HTTP/1.1" 200 846 0.004521 10.0.0.130 - - [2026-02-02 02:12:23] "GET /aaa-mode HTTP/1.1" 401 293 0.000356 10.0.0.130 - - [2026-02-02 02:12:23] "POST /neutron/network HTTP/1.1" 200 840 0.004574 10.0.0.130 - - [2026-02-02 02:12:23] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001382 10.0.0.130 - - [2026-02-02 02:12:23] "GET / HTTP/1.1" 200 36215 0.001693 10.0.0.130 - - [2026-02-02 02:12:23] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000401 10.0.0.130 - - [2026-02-02 02:12:23] "POST /neutron/port HTTP/1.1" 200 1056 0.194916 10.0.0.130 - - [2026-02-02 02:12:23] "POST /neutron/port HTTP/1.1" 200 1056 0.008916 10.0.0.130 - - [2026-02-02 02:12:23] "POST /neutron/port HTTP/1.1" 200 1056 0.008427 10.0.0.130 - - [2026-02-02 02:12:23] "POST /neutron/port HTTP/1.1" 200 1110 0.064676 10.0.0.130 - - [2026-02-02 02:12:23] "POST /neutron/port HTTP/1.1" 200 1120 0.009968 10.0.0.130 - - [2026-02-02 02:12:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003702 10.0.0.130 - - [2026-02-02 02:12:23] "POST /neutron/subnet HTTP/1.1" 200 689 0.011537 10.0.0.130 - - [2026-02-02 02:12:23] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.130 - - [2026-02-02 02:12:24] "POST /neutron/network HTTP/1.1" 200 830 0.004636 10.0.0.130 - - [2026-02-02 02:12:24] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001272 10.0.0.130 - - [2026-02-02 02:12:24] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.060776 10.0.0.130 - - [2026-02-02 02:12:24] "POST /neutron/network HTTP/1.1" 200 836 0.005878 10.0.0.130 - - [2026-02-02 02:12:24] "POST /neutron/port HTTP/1.1" 200 1120 0.019308 10.0.0.130 - - [2026-02-02 02:12:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006770 10.0.0.130 - - [2026-02-02 02:12:24] "POST /neutron/port HTTP/1.1" 200 117 0.006203 10.0.0.130 - - [2026-02-02 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.002218 10.0.0.130 - - [2026-02-02 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.130 - - [2026-02-02 02:12:24] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001267 10.0.0.130 - - [2026-02-02 02:12:24] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007558 10.0.0.130 - - [2026-02-02 02:12:24] "POST /service-templates HTTP/1.1" 200 545 0.026667 10.0.0.130 - - [2026-02-02 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.130 - - [2026-02-02 02:12:24] "GET /service-template/ba037cb8-c5f0-42ef-8b37-a1bb176dc9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.007819 10.0.0.130 - - [2026-02-02 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.130 - - [2026-02-02 02:12:24] "GET /service-template/ba037cb8-c5f0-42ef-8b37-a1bb176dc9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.003518 10.0.0.130 - - [2026-02-02 02:12:24] "POST /neutron/network HTTP/1.1" 200 846 0.009563 10.0.0.130 - - [2026-02-02 02:12:24] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001185 10.0.0.130 - - [2026-02-02 02:12:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001206 10.0.0.130 - - [2026-02-02 02:12:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001745 10.0.0.130 - - [2026-02-02 02:12:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.001396 10.0.0.130 - - [2026-02-02 02:12:25] "POST /neutron/port HTTP/1.1" 200 2038 0.054177 10.0.0.130 - - [2026-02-02 02:12:25] "POST /neutron/port HTTP/1.1" 200 1060 0.305536 10.0.0.130 - - [2026-02-02 02:12:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008092 10.0.0.130 - - [2026-02-02 02:12:25] "POST /neutron/port HTTP/1.1" 200 1060 0.010772 10.0.0.130 - - [2026-02-02 02:12:25] "POST /neutron/port HTTP/1.1" 200 1060 0.015812 10.0.0.130 - - [2026-02-02 02:12:25] "POST /neutron/port HTTP/1.1" 200 1114 0.106774 10.0.0.130 - - [2026-02-02 02:12:25] "POST /neutron/port HTTP/1.1" 200 1124 0.013764 10.0.0.130 - - [2026-02-02 02:12:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006161 10.0.0.130 - - [2026-02-02 02:12:25] "POST /neutron/subnet HTTP/1.1" 200 708 0.006156 10.0.0.130 - - [2026-02-02 02:12:25] "POST /neutron/port HTTP/1.1" 200 117 0.001261 10.0.0.130 - - [2026-02-02 02:12:25] "POST /neutron/network HTTP/1.1" 200 836 0.005680 10.0.0.130 - - [2026-02-02 02:12:25] "POST /neutron/network HTTP/1.1" 200 2221 0.010579 10.0.0.130 - - [2026-02-02 02:12:25] "GET /aaa-mode HTTP/1.1" 401 293 0.000527 10.0.0.130 - - [2026-02-02 02:12:26] "GET / HTTP/1.1" 200 36215 0.001588 10.0.0.130 - - [2026-02-02 02:12:26] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000320 10.0.0.130 - - [2026-02-02 02:12:26] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000968 10.0.0.130 - - [2026-02-02 02:12:26] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.057676 10.0.0.130 - - [2026-02-02 02:12:26] "POST /neutron/network HTTP/1.1" 200 830 0.005313 10.0.0.130 - - [2026-02-02 02:12:26] "POST /neutron/network HTTP/1.1" 200 830 0.005158 10.0.0.130 - - [2026-02-02 02:12:26] "POST /neutron/network HTTP/1.1" 200 836 0.004326 10.0.0.130 - - [2026-02-02 02:12:26] "POST /neutron/port HTTP/1.1" 200 2092 0.020298 10.0.0.130 - - [2026-02-02 02:12:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006696 10.0.0.130 - - [2026-02-02 02:12:26] "POST /neutron/port HTTP/1.1" 200 117 0.004880 10.0.0.130 - - [2026-02-02 02:12:26] "POST /neutron/port HTTP/1.1" 200 117 0.004623 10.0.0.130 - - [2026-02-02 02:12:26] "GET /obj-perms HTTP/1.1" 200 5075 0.065078 10.0.0.130 - - [2026-02-02 02:12:27] "POST /neutron/network HTTP/1.1" 200 2221 0.008373 10.0.0.130 - - [2026-02-02 02:12:27] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001975 10.0.0.130 - - [2026-02-02 02:12:27] "POST /neutron/port HTTP/1.1" 200 1056 0.220472 10.0.0.130 - - [2026-02-02 02:12:27] "GET /obj-perms HTTP/1.1" 200 5075 0.108930 10.0.0.130 - - [2026-02-02 02:12:27] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000908 10.0.0.130 - - [2026-02-02 02:12:27] "POST /neutron/port HTTP/1.1" 200 1056 0.194181 10.0.0.130 - - [2026-02-02 02:12:27] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.130 - - [2026-02-02 02:12:27] "POST /neutron/port HTTP/1.1" 200 1060 0.182845 10.0.0.130 - - [2026-02-02 02:12:27] "POST /neutron/port HTTP/1.1" 200 1056 0.012852 10.0.0.130 - - [2026-02-02 02:12:27] "POST /neutron/port HTTP/1.1" 200 1056 0.013106 10.0.0.130 - - [2026-02-02 02:12:27] "POST /neutron/port HTTP/1.1" 200 1110 0.085133 10.0.0.130 - - [2026-02-02 02:12:28] "POST /neutron/port HTTP/1.1" 200 1056 0.014903 10.0.0.130 - - [2026-02-02 02:12:28] "POST /neutron/port HTTP/1.1" 200 1056 0.011106 10.0.0.130 - - [2026-02-02 02:12:28] "POST /neutron/port HTTP/1.1" 200 1110 0.096492 10.0.0.130 - - [2026-02-02 02:12:28] "POST /neutron/port HTTP/1.1" 200 1060 0.010905 10.0.0.130 - - [2026-02-02 02:12:28] "POST /neutron/port HTTP/1.1" 200 1060 0.010992 10.0.0.130 - - [2026-02-02 02:12:28] "POST /neutron/port HTTP/1.1" 200 1114 0.076390 10.0.0.130 - - [2026-02-02 02:12:28] "POST /neutron/port HTTP/1.1" 200 3059 0.022069 10.0.0.130 - - [2026-02-02 02:12:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003570 10.0.0.130 - - [2026-02-02 02:12:28] "POST /neutron/subnet HTTP/1.1" 200 689 0.006440 10.0.0.130 - - [2026-02-02 02:12:28] "POST /neutron/port HTTP/1.1" 200 117 0.001115 10.0.0.130 - - [2026-02-02 02:12:28] "POST /neutron/network HTTP/1.1" 200 830 0.004369 10.0.0.130 - - [2026-02-02 02:12:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003078 10.0.0.130 - - [2026-02-02 02:12:28] "POST /neutron/subnet HTTP/1.1" 200 689 0.007581 10.0.0.130 - - [2026-02-02 02:12:28] "POST /neutron/port HTTP/1.1" 200 117 0.001667 10.0.0.130 - - [2026-02-02 02:12:28] "POST /neutron/network HTTP/1.1" 200 830 0.007961 10.0.0.130 - - [2026-02-02 02:12:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004262 10.0.0.130 - - [2026-02-02 02:12:28] "POST /neutron/subnet HTTP/1.1" 200 708 0.007651 10.0.0.130 - - [2026-02-02 02:12:28] "POST /neutron/port HTTP/1.1" 200 117 0.001196 10.0.0.130 - - [2026-02-02 02:12:28] "POST /neutron/network HTTP/1.1" 200 836 0.005177 10.0.0.130 - - [2026-02-02 02:12:31] "POST /neutron/port HTTP/1.1" 200 3059 0.022468 10.0.0.130 - - [2026-02-02 02:12:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005597 10.0.0.130 - - [2026-02-02 02:12:31] "POST /neutron/port HTTP/1.1" 200 3059 0.018840 10.0.0.130 - - [2026-02-02 02:12:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005496 10.0.0.130 - - [2026-02-02 02:12:32] "POST /neutron/port HTTP/1.1" 200 3059 0.019049 10.0.0.130 - - [2026-02-02 02:12:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005511 10.0.0.130 - - [2026-02-02 02:12:32] "POST /neutron/port HTTP/1.1" 200 3059 0.018510 10.0.0.130 - - [2026-02-02 02:12:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009815 10.0.0.130 - - [2026-02-02 02:12:32] "POST /neutron/port HTTP/1.1" 200 3059 0.022636 10.0.0.130 - - [2026-02-02 02:12:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006918 10.0.0.130 - - [2026-02-02 02:12:32] "GET /virtual-machine/1b7fee09-77ef-4ca7-90c8-243768aeae6b HTTP/1.1" 200 1806 0.004890 10.0.0.130 - - [2026-02-02 02:12:32] "GET /virtual-machine-interface/098a1040-fff0-4cde-a68c-921de8bf6c0a HTTP/1.1" 200 2952 0.004738 10.0.0.130 - - [2026-02-02 02:12:32] "GET /virtual-machine-interface/5e89918d-7d8a-4309-a363-16cdd9b04219 HTTP/1.1" 200 2956 0.004904 10.0.0.130 - - [2026-02-02 02:12:32] "GET /virtual-machine-interface/739fb752-d5a7-40d0-9449-fb36e4068a0b HTTP/1.1" 200 2953 0.004596 10.0.0.130 - - [2026-02-02 02:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.130 - - [2026-02-02 02:12:32] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002599 10.0.0.130 - - [2026-02-02 02:12:32] "GET /virtual-networks?parent_id=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002933 10.0.0.130 - - [2026-02-02 02:12:32] "GET /virtual-network/ee8e0e4b-6aa0-43e8-a4c4-e8b92ac9e920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004970 10.0.0.130 - - [2026-02-02 02:12:32] "POST /neutron/port HTTP/1.1" 200 1120 0.009799 10.0.0.130 - - [2026-02-02 02:12:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004421 10.0.0.130 - - [2026-02-02 02:12:34] "POST /neutron/port HTTP/1.1" 200 1124 0.011740 10.0.0.130 - - [2026-02-02 02:12:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004989 10.0.0.130 - - [2026-02-02 02:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002431 10.0.0.130 - - [2026-02-02 02:12:35] "GET /virtual-network/ee8e0e4b-6aa0-43e8-a4c4-e8b92ac9e920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004174 10.0.0.130 - - [2026-02-02 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002408 10.0.0.130 - - [2026-02-02 02:12:39] "GET /virtual-network/ee8e0e4b-6aa0-43e8-a4c4-e8b92ac9e920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005599 10.0.0.130 - - [2026-02-02 02:12:42] "GET /global-system-configs HTTP/1.1" 401 293 0.000512 10.0.0.130 - - [2026-02-02 02:12:42] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.130 - - [2026-02-02 02:12:42] "GET /global-system-configs HTTP/1.1" 401 293 0.000549 10.0.0.130 - - [2026-02-02 02:12:43] "GET /global-system-configs HTTP/1.1" 401 293 0.000595 10.0.0.130 - - [2026-02-02 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.130 - - [2026-02-02 02:12:43] "GET /virtual-network/ee8e0e4b-6aa0-43e8-a4c4-e8b92ac9e920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005059 10.0.0.130 - - [2026-02-02 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.130 - - [2026-02-02 02:12:47] "GET /virtual-network/ee8e0e4b-6aa0-43e8-a4c4-e8b92ac9e920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004203 10.0.0.130 - - [2026-02-02 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002566 10.0.0.130 - - [2026-02-02 02:12:50] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002668 10.0.0.130 - - [2026-02-02 02:12:50] "GET /virtual-networks?parent_id=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002536 10.0.0.130 - - [2026-02-02 02:12:50] "GET /virtual-network/ee8e0e4b-6aa0-43e8-a4c4-e8b92ac9e920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005010 10.0.0.130 - - [2026-02-02 02:12:50] "POST /neutron/port HTTP/1.1" 200 3059 0.018574 10.0.0.130 - - [2026-02-02 02:12:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004955 10.0.0.130 - - [2026-02-02 02:12:50] "POST /neutron/port HTTP/1.1" 200 1120 0.012249 10.0.0.130 - - [2026-02-02 02:12:50] "POST /neutron/port HTTP/1.1" 200 1120 0.011967 10.0.0.130 - - [2026-02-02 02:12:50] "POST /neutron/network HTTP/1.1" 200 840 0.004786 10.0.0.130 - - [2026-02-02 02:12:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003521 10.0.0.130 - - [2026-02-02 02:12:50] "POST /neutron/subnet HTTP/1.1" 200 689 0.006038 10.0.0.130 - - [2026-02-02 02:12:50] "POST /neutron/port HTTP/1.1" 200 117 0.001019 10.0.0.130 - - [2026-02-02 02:12:50] "POST /neutron/network HTTP/1.1" 200 830 0.004547 10.0.0.130 - - [2026-02-02 02:12:55] "POST /neutron/port HTTP/1.1" 200 3059 0.017532 10.0.0.130 - - [2026-02-02 02:12:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004827 10.0.0.130 - - [2026-02-02 02:12:59] "POST /neutron/port HTTP/1.1" 200 3059 0.017931 10.0.0.130 - - [2026-02-02 02:12:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004105 10.0.0.130 - - [2026-02-02 02:13:00] "POST /neutron/port HTTP/1.1" 200 3059 0.018861 10.0.0.130 - - [2026-02-02 02:13:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005317 10.0.0.130 - - [2026-02-02 02:13:05] "POST /neutron/port HTTP/1.1" 200 3059 0.019562 10.0.0.130 - - [2026-02-02 02:13:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005565 10.0.0.130 - - [2026-02-02 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.130 - - [2026-02-02 02:13:10] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003284 10.0.0.130 - - [2026-02-02 02:13:11] "GET /virtual-networks?parent_id=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002780 10.0.0.130 - - [2026-02-02 02:13:11] "GET /virtual-network/ccfb0de6-a142-4f8f-ac49-179dfa77a318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004901 10.0.0.130 - - [2026-02-02 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.130 - - [2026-02-02 02:13:11] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003656 10.0.0.130 - - [2026-02-02 02:13:11] "GET /virtual-networks?parent_id=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003637 10.0.0.130 - - [2026-02-02 02:13:11] "GET /virtual-network/7c7d6182-dc7d-44ce-8318-325b4ff9107a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008350 10.0.0.130 - - [2026-02-02 02:13:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.003822 10.0.0.130 - - [2026-02-02 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002177 10.0.0.130 - - [2026-02-02 02:13:11] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.037764 10.0.0.130 - - [2026-02-02 02:13:11] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.066449 10.0.0.130 - - [2026-02-02 02:13:11] "POST /service-instances HTTP/1.1" 200 545 0.060163 10.0.0.130 - - [2026-02-02 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.130 - - [2026-02-02 02:13:11] "GET /service-instance/52d98c1c-8c85-4e40-ac46-bc0b39039424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.006139 10.0.0.130 - - [2026-02-02 02:13:12] "POST /port-tuples HTTP/1.1" 200 588 0.024661 10.0.0.130 - - [2026-02-02 02:13:12] "GET /virtual-machine-interface/098a1040-fff0-4cde-a68c-921de8bf6c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.005710 10.0.0.130 - - [2026-02-02 02:13:12] "PUT /virtual-machine-interface/098a1040-fff0-4cde-a68c-921de8bf6c0a HTTP/1.1" 200 285 0.011561 10.0.0.130 - - [2026-02-02 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.012876 10.0.0.130 - - [2026-02-02 02:13:12] "POST /instance-ips HTTP/1.1" 200 386 0.026627 10.0.0.130 - - [2026-02-02 02:13:12] "GET /virtual-machine-interface/739fb752-d5a7-40d0-9449-fb36e4068a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.007450 10.0.0.130 - - [2026-02-02 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.013812 10.0.0.130 - - [2026-02-02 02:13:12] "PUT /virtual-machine-interface/739fb752-d5a7-40d0-9449-fb36e4068a0b HTTP/1.1" 200 285 0.012384 10.0.0.130 - - [2026-02-02 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.016526 10.0.0.130 - - [2026-02-02 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.007767 10.0.0.130 - - [2026-02-02 02:13:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003669 10.0.0.130 - - [2026-02-02 02:13:12] "GET /virtual-machine-interface/5e89918d-7d8a-4309-a363-16cdd9b04219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.004670 10.0.0.130 - - [2026-02-02 02:13:12] "POST /instance-ips HTTP/1.1" 200 386 0.021351 10.0.0.130 - - [2026-02-02 02:13:12] "PUT /virtual-machine-interface/5e89918d-7d8a-4309-a363-16cdd9b04219 HTTP/1.1" 200 285 0.010026 10.0.0.130 - - [2026-02-02 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.007949 10.0.0.130 - - [2026-02-02 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.018521 10.0.0.130 - - [2026-02-02 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.007956 10.0.0.130 - - [2026-02-02 02:13:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003254 10.0.0.130 - - [2026-02-02 02:13:12] "POST /neutron/port HTTP/1.1" 200 1120 0.012638 10.0.0.130 - - [2026-02-02 02:13:12] "POST /instance-ips HTTP/1.1" 200 374 0.017090 10.0.0.130 - - [2026-02-02 02:13:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007731 10.0.0.130 - - [2026-02-02 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.011762 10.0.0.130 - - [2026-02-02 02:13:12] "POST /neutron/port HTTP/1.1" 200 1120 0.019856 10.0.0.130 - - [2026-02-02 02:13:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005470 10.0.0.130 - - [2026-02-02 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.008404 10.0.0.130 - - [2026-02-02 02:13:12] "POST /neutron/port HTTP/1.1" 200 1120 0.012923 10.0.0.130 - - [2026-02-02 02:13:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003202 10.0.0.130 - - [2026-02-02 02:13:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007645 10.0.0.130 - - [2026-02-02 02:13:12] "GET /virtual-machine/b3b305e7-b3f0-4339-8773-2e2bd726067f HTTP/1.1" 200 1292 0.004735 10.0.0.130 - - [2026-02-02 02:13:12] "GET /virtual-machine-interface/dd5b0905-590c-4707-93ad-dde16b4b3d74 HTTP/1.1" 200 2954 0.004270 10.0.0.130 - - [2026-02-02 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.130 - - [2026-02-02 02:13:12] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003418 10.0.0.130 - - [2026-02-02 02:13:12] "POST /instance-ips HTTP/1.1" 200 374 0.017715 10.0.0.130 - - [2026-02-02 02:13:12] "GET /virtual-networks?parent_id=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002424 10.0.0.130 - - [2026-02-02 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.008679 10.0.0.130 - - [2026-02-02 02:13:12] "GET /virtual-network/ccfb0de6-a142-4f8f-ac49-179dfa77a318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004960 10.0.0.130 - - [2026-02-02 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.010121 10.0.0.130 - - [2026-02-02 02:13:13] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002699 10.0.0.130 - - [2026-02-02 02:13:13] "POST /instance-ips HTTP/1.1" 200 376 0.014226 10.0.0.130 - - [2026-02-02 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.008444 10.0.0.130 - - [2026-02-02 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.008370 10.0.0.130 - - [2026-02-02 02:13:13] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002681 10.0.0.130 - - [2026-02-02 02:13:13] "POST /instance-ips HTTP/1.1" 200 376 0.019667 10.0.0.130 - - [2026-02-02 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.008075 10.0.0.130 - - [2026-02-02 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.008425 10.0.0.130 - - [2026-02-02 02:13:13] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002593 10.0.0.130 - - [2026-02-02 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.130 - - [2026-02-02 02:13:14] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002600 10.0.0.130 - - [2026-02-02 02:13:14] "GET /virtual-networks?parent_id=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002745 10.0.0.130 - - [2026-02-02 02:13:14] "GET /virtual-network/ccfb0de6-a142-4f8f-ac49-179dfa77a318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005890 10.0.0.130 - - [2026-02-02 02:13:14] "POST /neutron/port HTTP/1.1" 200 1124 0.012432 10.0.0.130 - - [2026-02-02 02:13:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006555 10.0.0.130 - - [2026-02-02 02:13:14] "POST /neutron/port HTTP/1.1" 200 1124 0.011076 10.0.0.130 - - [2026-02-02 02:13:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006212 10.0.0.130 - - [2026-02-02 02:13:14] "POST /neutron/port HTTP/1.1" 200 1124 0.010885 10.0.0.130 - - [2026-02-02 02:13:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005254 10.0.0.130 - - [2026-02-02 02:13:14] "GET /virtual-machine/ba5d5cef-df7a-4fcc-bb34-a5a5ec2cc532 HTTP/1.1" 200 1293 0.004020 10.0.0.130 - - [2026-02-02 02:13:14] "GET /virtual-machine-interface/81a1fe33-50e4-40fe-aefb-f11a921174e0 HTTP/1.1" 200 2956 0.005503 10.0.0.130 - - [2026-02-02 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002189 10.0.0.130 - - [2026-02-02 02:13:14] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002558 10.0.0.130 - - [2026-02-02 02:13:14] "GET /virtual-networks?parent_id=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002958 10.0.0.130 - - [2026-02-02 02:13:14] "GET /virtual-network/7c7d6182-dc7d-44ce-8318-325b4ff9107a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004906 10.0.0.130 - - [2026-02-02 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002539 10.0.0.130 - - [2026-02-02 02:13:15] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002861 10.0.0.130 - - [2026-02-02 02:13:15] "GET /virtual-networks?parent_id=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002822 10.0.0.130 - - [2026-02-02 02:13:15] "GET /virtual-network/7c7d6182-dc7d-44ce-8318-325b4ff9107a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004757 10.0.0.130 - - [2026-02-02 02:13:16] "POST /fqname-to-id HTTP/1.1" 404 211 0.002455 10.0.0.130 - - [2026-02-02 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002227 10.0.0.130 - - [2026-02-02 02:13:16] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000995 10.0.0.130 - - [2026-02-02 02:13:16] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.030194 10.0.0.130 - - [2026-02-02 02:13:16] "POST /network-policys HTTP/1.1" 200 549 0.016605 10.0.0.130 - - [2026-02-02 02:13:16] "GET /network-policy/6d61c10d-11e5-4305-b414-6d8586b87e46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004540 10.0.0.130 - - [2026-02-02 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.130 - - [2026-02-02 02:13:16] "GET /virtual-network/ccfb0de6-a142-4f8f-ac49-179dfa77a318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004814 10.0.0.130 - - [2026-02-02 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002403 10.0.0.130 - - [2026-02-02 02:13:16] "GET /network-policy/6d61c10d-11e5-4305-b414-6d8586b87e46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003152 10.0.0.130 - - [2026-02-02 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.029276 10.0.0.130 - - [2026-02-02 02:13:16] "POST /fqname-to-id HTTP/1.1" 404 242 0.031121 10.0.0.130 - - [2026-02-02 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.130 - - [2026-02-02 02:13:16] "POST /access-control-lists HTTP/1.1" 200 603 0.058377 10.0.0.130 - - [2026-02-02 02:13:16] "GET /network-policy/6d61c10d-11e5-4305-b414-6d8586b87e46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004338 10.0.0.130 - - [2026-02-02 02:13:16] "POST /neutron/network HTTP/1.1" 200 918 0.007216 10.0.0.130 - - [2026-02-02 02:13:16] "GET /virtual-network/ccfb0de6-a142-4f8f-ac49-179dfa77a318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004060 10.0.0.130 - - [2026-02-02 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002329 10.0.0.130 - - [2026-02-02 02:13:16] "GET /network-policy/6d61c10d-11e5-4305-b414-6d8586b87e46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003229 10.0.0.130 - - [2026-02-02 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.130 - - [2026-02-02 02:13:16] "GET /virtual-network/7c7d6182-dc7d-44ce-8318-325b4ff9107a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004624 10.0.0.130 - - [2026-02-02 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.130 - - [2026-02-02 02:13:17] "GET /network-policy/6d61c10d-11e5-4305-b414-6d8586b87e46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003176 10.0.0.130 - - [2026-02-02 02:13:17] "POST /fqname-to-id HTTP/1.1" 404 244 0.003787 10.0.0.130 - - [2026-02-02 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.028172 10.0.0.130 - - [2026-02-02 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002456 10.0.0.130 - - [2026-02-02 02:13:17] "POST /access-control-lists HTTP/1.1" 200 606 0.059129 10.0.0.130 - - [2026-02-02 02:13:17] "GET /network-policy/6d61c10d-11e5-4305-b414-6d8586b87e46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003184 10.0.0.130 - - [2026-02-02 02:13:17] "POST /routing-instances HTTP/1.1" 200 761 0.015088 10.0.0.130 - - [2026-02-02 02:13:17] "POST /neutron/network HTTP/1.1" 200 924 0.007305 10.0.0.130 - - [2026-02-02 02:13:17] "GET /virtual-network/7c7d6182-dc7d-44ce-8318-325b4ff9107a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.004328 10.0.0.130 - - [2026-02-02 02:13:17] "POST /route-targets HTTP/1.1" 200 328 0.008612 10.0.0.130 - - [2026-02-02 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002480 10.0.0.130 - - [2026-02-02 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.009146 10.0.0.130 - - [2026-02-02 02:13:17] "GET /network-policy/6d61c10d-11e5-4305-b414-6d8586b87e46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003077 10.0.0.130 - - [2026-02-02 02:13:17] "GET /routing-instance/85880964-96a6-4023-8bdd-719330652f8b?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.003574 10.0.0.130 - - [2026-02-02 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.130 - - [2026-02-02 02:13:17] "GET /routing-instance/85880964-96a6-4023-8bdd-719330652f8b?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.003397 10.0.0.130 - - [2026-02-02 02:13:17] "GET /service-template/ba037cb8-c5f0-42ef-8b37-a1bb176dc9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.003021 10.0.0.130 - - [2026-02-02 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.008633 10.0.0.130 - - [2026-02-02 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002458 10.0.0.130 - - [2026-02-02 02:13:17] "POST /routing-instances HTTP/1.1" 200 762 0.014642 10.0.0.130 - - [2026-02-02 02:13:17] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001276 10.0.0.130 - - [2026-02-02 02:13:17] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.022276 10.0.0.130 - - [2026-02-02 02:13:17] "POST /route-targets HTTP/1.1" 200 328 0.009909 10.0.0.130 - - [2026-02-02 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.130 - - [2026-02-02 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.010113 10.0.0.130 - - [2026-02-02 02:13:17] "GET /service-instance/52d98c1c-8c85-4e40-ac46-bc0b39039424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.004630 10.0.0.130 - - [2026-02-02 02:13:17] "GET /routing-instance/1f11a7fd-1873-428a-b771-e89d99d4866e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.003495 10.0.0.130 - - [2026-02-02 02:13:17] "GET /domains HTTP/1.1" 200 281 0.002820 10.0.0.130 - - [2026-02-02 02:13:17] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000886 10.0.0.130 - - [2026-02-02 02:13:17] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2782 0.006891 10.0.0.130 - - [2026-02-02 02:13:17] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000902 10.0.0.130 - - [2026-02-02 02:13:17] "GET /routing-instance/1f11a7fd-1873-428a-b771-e89d99d4866e?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.003465 10.0.0.130 - - [2026-02-02 02:13:17] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e HTTP/1.1" 200 4248 0.064925 10.0.0.130 - - [2026-02-02 02:13:17] "GET /service-instance/52d98c1c-8c85-4e40-ac46-bc0b39039424 HTTP/1.1" 200 3793 0.006657 10.0.0.130 - - [2026-02-02 02:13:17] "PUT /routing-instance/85880964-96a6-4023-8bdd-719330652f8b HTTP/1.1" 200 267 0.011712 10.0.0.130 - - [2026-02-02 02:13:17] "GET /domains HTTP/1.1" 200 281 0.002652 10.0.0.130 - - [2026-02-02 02:13:17] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000919 10.0.0.130 - - [2026-02-02 02:13:17] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2782 0.006582 10.0.0.130 - - [2026-02-02 02:13:17] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000901 10.0.0.130 - - [2026-02-02 02:13:17] "PUT /routing-instance/1f11a7fd-1873-428a-b771-e89d99d4866e HTTP/1.1" 200 267 0.010908 10.0.0.130 - - [2026-02-02 02:13:17] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e HTTP/1.1" 200 4248 0.067017 10.0.0.130 - - [2026-02-02 02:13:17] "GET /service-instance/52d98c1c-8c85-4e40-ac46-bc0b39039424 HTTP/1.1" 200 3793 0.003786 10.0.0.130 - - [2026-02-02 02:13:17] "GET /port-tuple/845d3a4b-0617-4d7d-b61e-7d972fed3f1c HTTP/1.1" 200 1984 0.004458 10.0.0.130 - - [2026-02-02 02:13:17] "GET /virtual-machine-interface/098a1040-fff0-4cde-a68c-921de8bf6c0a HTTP/1.1" 200 3825 0.005412 10.0.0.130 - - [2026-02-02 02:13:18] "GET /virtual-machine-interface/5e89918d-7d8a-4309-a363-16cdd9b04219 HTTP/1.1" 200 3814 0.004515 10.0.0.130 - - [2026-02-02 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.014420 10.0.0.130 - - [2026-02-02 02:13:18] "GET /virtual-machine-interface/739fb752-d5a7-40d0-9449-fb36e4068a0b HTTP/1.1" 200 3808 0.006611 10.0.0.130 - - [2026-02-02 02:13:18] "PUT /access-control-list/6f7bddfa-2e3b-40f4-9984-0c5f910b32ec HTTP/1.1" 200 273 0.021227 10.0.0.130 - - [2026-02-02 02:13:18] "POST /neutron/port HTTP/1.1" 200 3830 0.063607 10.0.0.130 - - [2026-02-02 02:13:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005238 10.0.0.130 - - [2026-02-02 02:13:18] "PUT /access-control-list/8e960009-08b4-4651-8584-569cbac44221 HTTP/1.1" 200 273 0.011358 10.0.0.130 - - [2026-02-02 02:13:18] "POST /neutron/port HTTP/1.1" 200 3830 0.031106 10.0.0.130 - - [2026-02-02 02:13:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005258 10.0.0.130 - - [2026-02-02 02:13:18] "POST /neutron/port HTTP/1.1" 200 3830 0.033407 10.0.0.130 - - [2026-02-02 02:13:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005782 10.0.0.130 - - [2026-02-02 02:13:18] "POST /neutron/port HTTP/1.1" 200 3830 0.029531 10.0.0.130 - - [2026-02-02 02:13:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006851 10.0.0.130 - - [2026-02-02 02:13:18] "POST /neutron/network HTTP/1.1" 200 892 0.012219 10.0.0.130 - - [2026-02-02 02:13:18] "POST /neutron/network HTTP/1.1" 200 918 0.004455 10.0.0.130 - - [2026-02-02 02:13:18] "POST /neutron/network HTTP/1.1" 200 804 0.014365 10.0.0.130 - - [2026-02-02 02:13:18] "POST /neutron/network HTTP/1.1" 200 830 0.006261 10.0.0.130 - - [2026-02-02 02:13:18] "POST /neutron/network HTTP/1.1" 200 898 0.011758 10.0.0.130 - - [2026-02-02 02:13:18] "POST /neutron/network HTTP/1.1" 200 924 0.004721 10.0.0.130 - - [2026-02-02 02:13:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.001284 10.0.0.130 - - [2026-02-02 02:13:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.000925 10.0.0.130 - - [2026-02-02 02:13:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001284 10.0.0.130 - - [2026-02-02 02:13:18] "GET /virtual-machine/1b7fee09-77ef-4ca7-90c8-243768aeae6b HTTP/1.1" 200 1806 0.004412 10.0.0.130 - - [2026-02-02 02:13:18] "GET /virtual-machine-interface/098a1040-fff0-4cde-a68c-921de8bf6c0a HTTP/1.1" 200 3825 0.007186 10.0.0.130 - - [2026-02-02 02:13:18] "GET /virtual-machine-interface/5e89918d-7d8a-4309-a363-16cdd9b04219 HTTP/1.1" 200 3814 0.005763 10.0.0.130 - - [2026-02-02 02:13:18] "GET /virtual-machine-interface/739fb752-d5a7-40d0-9449-fb36e4068a0b HTTP/1.1" 200 3808 0.005193 10.0.0.130 - - [2026-02-02 02:13:18] "GET /instance-ip/417ef112-a336-4854-8e80-5da16b00adb8 HTTP/1.1" 200 1982 0.003576 10.0.0.130 - - [2026-02-02 02:13:18] "GET /instance-ip/670a28da-3660-4e0f-8b14-ed50746a178e HTTP/1.1" 200 1622 0.005026 10.0.0.130 - - [2026-02-02 02:13:18] "GET /instance-ip/7a69e4cc-cd79-4463-a4c5-e13fa09d3547 HTTP/1.1" 200 1984 0.004015 10.0.0.130 - - [2026-02-02 02:13:18] "GET /instance-ip/bb972706-9900-4b3f-9195-42b8dd7cc5fe HTTP/1.1" 200 1965 0.003800 10.0.0.130 - - [2026-02-02 02:13:18] "GET /instance-ip/e094fd9d-e95d-420f-91d7-f9d12f3cd7ca HTTP/1.1" 200 1963 0.003811 10.0.0.130 - - [2026-02-02 02:13:18] "GET /instance-ip/ede1a4b4-6d6b-44f7-9755-d9f5c9098544 HTTP/1.1" 200 1628 0.004766 10.0.0.130 - - [2026-02-02 02:13:18] "GET /instance-ip/61f68044-4bd4-47e3-a58e-acd573d3fe4a HTTP/1.1" 200 1960 0.002939 10.0.0.130 - - [2026-02-02 02:13:18] "GET /instance-ip/72f911ac-6a2a-4dee-8492-d6fddb255256 HTTP/1.1" 200 1621 0.003931 10.0.0.130 - - [2026-02-02 02:13:18] "GET /instance-ip/c0264a49-6c66-4a66-ac4f-8fd4f0207eb0 HTTP/1.1" 200 1959 0.003273 10.0.0.130 - - [2026-02-02 02:13:18] "POST /neutron/port HTTP/1.1" 200 3830 0.029473 10.0.0.130 - - [2026-02-02 02:13:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007847 10.0.0.130 - - [2026-02-02 02:13:18] "POST /neutron/port HTTP/1.1" 200 3830 0.032444 10.0.0.130 - - [2026-02-02 02:13:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005535 10.0.0.130 - - [2026-02-02 02:13:19] "POST /neutron/port HTTP/1.1" 200 3830 0.031465 10.0.0.130 - - [2026-02-02 02:13:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006246 10.0.0.130 - - [2026-02-02 02:13:19] "POST /neutron/port HTTP/1.1" 200 3830 0.034983 10.0.0.130 - - [2026-02-02 02:13:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006152 10.0.0.130 - - [2026-02-02 02:13:19] "GET /virtual-machine/1b7fee09-77ef-4ca7-90c8-243768aeae6b HTTP/1.1" 200 1806 0.003390 10.0.0.130 - - [2026-02-02 02:13:19] "GET /virtual-machine-interface/098a1040-fff0-4cde-a68c-921de8bf6c0a HTTP/1.1" 200 3825 0.006746 10.0.0.130 - - [2026-02-02 02:13:19] "GET /virtual-machine-interface/5e89918d-7d8a-4309-a363-16cdd9b04219 HTTP/1.1" 200 3814 0.006486 10.0.0.130 - - [2026-02-02 02:13:19] "GET /virtual-machine-interface/739fb752-d5a7-40d0-9449-fb36e4068a0b HTTP/1.1" 200 3808 0.005162 10.0.0.130 - - [2026-02-02 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.130 - - [2026-02-02 02:13:19] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004208 10.0.0.130 - - [2026-02-02 02:13:19] "GET /virtual-networks?parent_id=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003035 10.0.0.130 - - [2026-02-02 02:13:19] "GET /virtual-network/ccfb0de6-a142-4f8f-ac49-179dfa77a318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.008481 10.0.0.130 - - [2026-02-02 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.130 - - [2026-02-02 02:13:20] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002877 10.0.0.130 - - [2026-02-02 02:13:20] "GET /virtual-networks?parent_id=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002797 10.0.0.130 - - [2026-02-02 02:13:20] "GET /virtual-network/ccfb0de6-a142-4f8f-ac49-179dfa77a318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006493 10.0.0.130 - - [2026-02-02 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.130 - - [2026-02-02 02:13:20] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003962 10.0.0.130 - - [2026-02-02 02:13:20] "GET /virtual-networks?parent_id=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003587 10.0.0.130 - - [2026-02-02 02:13:20] "GET /virtual-network/ccfb0de6-a142-4f8f-ac49-179dfa77a318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005054 10.0.0.130 - - [2026-02-02 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.130 - - [2026-02-02 02:13:20] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003194 10.0.0.130 - - [2026-02-02 02:13:20] "GET /virtual-networks?parent_id=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002656 10.0.0.130 - - [2026-02-02 02:13:21] "GET /virtual-network/ccfb0de6-a142-4f8f-ac49-179dfa77a318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004536 10.0.0.130 - - [2026-02-02 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.130 - - [2026-02-02 02:13:21] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003683 10.0.0.130 - - [2026-02-02 02:13:21] "GET /virtual-networks?parent_id=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002738 10.0.0.130 - - [2026-02-02 02:13:21] "GET /virtual-network/ccfb0de6-a142-4f8f-ac49-179dfa77a318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005636 10.0.0.130 - - [2026-02-02 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.130 - - [2026-02-02 02:13:21] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002978 10.0.0.130 - - [2026-02-02 02:13:21] "GET /virtual-networks?parent_id=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002583 10.0.0.130 - - [2026-02-02 02:13:21] "GET /virtual-network/ee8e0e4b-6aa0-43e8-a4c4-e8b92ac9e920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004964 10.0.0.130 - - [2026-02-02 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.130 - - [2026-02-02 02:13:21] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003408 10.0.0.130 - - [2026-02-02 02:13:21] "GET /virtual-networks?parent_id=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003156 10.0.0.130 - - [2026-02-02 02:13:21] "GET /virtual-network/ee8e0e4b-6aa0-43e8-a4c4-e8b92ac9e920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004946 10.0.0.130 - - [2026-02-02 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002409 10.0.0.130 - - [2026-02-02 02:13:21] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003575 10.0.0.130 - - [2026-02-02 02:13:21] "GET /virtual-networks?parent_id=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003050 10.0.0.130 - - [2026-02-02 02:13:21] "GET /virtual-network/ee8e0e4b-6aa0-43e8-a4c4-e8b92ac9e920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005433 10.0.0.130 - - [2026-02-02 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004690 10.0.0.130 - - [2026-02-02 02:13:21] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003658 10.0.0.130 - - [2026-02-02 02:13:22] "GET /virtual-networks?parent_id=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002622 10.0.0.130 - - [2026-02-02 02:13:22] "GET /virtual-network/ee8e0e4b-6aa0-43e8-a4c4-e8b92ac9e920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004758 10.0.0.130 - - [2026-02-02 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.130 - - [2026-02-02 02:13:22] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003568 10.0.0.130 - - [2026-02-02 02:13:22] "GET /virtual-networks?parent_id=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003068 10.0.0.130 - - [2026-02-02 02:13:22] "GET /virtual-network/7c7d6182-dc7d-44ce-8318-325b4ff9107a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.004970 10.0.0.130 - - [2026-02-02 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.130 - - [2026-02-02 02:13:22] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008161 10.0.0.130 - - [2026-02-02 02:13:22] "GET /virtual-networks?parent_id=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002938 10.0.0.130 - - [2026-02-02 02:13:22] "GET /virtual-network/7c7d6182-dc7d-44ce-8318-325b4ff9107a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.005666 10.0.0.130 - - [2026-02-02 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.130 - - [2026-02-02 02:13:22] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003126 10.0.0.130 - - [2026-02-02 02:13:22] "GET /virtual-networks?parent_id=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003367 10.0.0.130 - - [2026-02-02 02:13:22] "GET /virtual-network/7c7d6182-dc7d-44ce-8318-325b4ff9107a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.006017 10.0.0.130 - - [2026-02-02 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.130 - - [2026-02-02 02:13:22] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003151 10.0.0.130 - - [2026-02-02 02:13:22] "GET /virtual-networks?parent_id=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002804 10.0.0.130 - - [2026-02-02 02:13:22] "GET /virtual-network/7c7d6182-dc7d-44ce-8318-325b4ff9107a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.005081 10.0.0.130 - - [2026-02-02 02:13:23] "GET /virtual-machine/1b7fee09-77ef-4ca7-90c8-243768aeae6b HTTP/1.1" 200 1806 0.003612 10.0.0.130 - - [2026-02-02 02:13:23] "GET /domains HTTP/1.1" 200 281 0.002076 10.0.0.130 - - [2026-02-02 02:13:23] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001615 10.0.0.130 - - [2026-02-02 02:13:23] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2782 0.006468 10.0.0.130 - - [2026-02-02 02:13:23] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000821 10.0.0.130 - - [2026-02-02 02:13:23] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e HTTP/1.1" 200 4248 0.067131 10.0.0.130 - - [2026-02-02 02:13:23] "GET /service-instance/52d98c1c-8c85-4e40-ac46-bc0b39039424 HTTP/1.1" 200 3793 0.003143 10.0.0.130 - - [2026-02-02 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001998 10.0.0.130 - - [2026-02-02 02:13:23] "GET /routing-instance/3fb3d1df-0fe7-454c-a86d-3d9ec5914db8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.002857 10.0.0.130 - - [2026-02-02 02:13:23] "GET /routing-instance/3fb3d1df-0fe7-454c-a86d-3d9ec5914db8?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.004857 10.0.0.130 - - [2026-02-02 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.130 - - [2026-02-02 02:13:23] "GET /routing-instance/b6525283-bf30-4952-a258-b82c3e9ccbd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1897 0.003710 10.0.0.130 - - [2026-02-02 02:13:23] "GET /routing-instance/b6525283-bf30-4952-a258-b82c3e9ccbd9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2028 0.004245 10.0.0.130 - - [2026-02-02 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.130 - - [2026-02-02 02:13:23] "GET /virtual-network/ccfb0de6-a142-4f8f-ac49-179dfa77a318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004670 10.0.0.130 - - [2026-02-02 02:13:23] "GET /virtual-network/ccfb0de6-a142-4f8f-ac49-179dfa77a318?fields=routing_instances HTTP/1.1" 200 1688 0.005866 10.0.0.130 - - [2026-02-02 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002595 10.0.0.130 - - [2026-02-02 02:13:23] "GET /virtual-network/7c7d6182-dc7d-44ce-8318-325b4ff9107a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.004740 10.0.0.130 - - [2026-02-02 02:13:23] "GET /virtual-network/7c7d6182-dc7d-44ce-8318-325b4ff9107a?fields=routing_instances HTTP/1.1" 200 1691 0.006012 10.0.0.130 - - [2026-02-02 02:13:27] "POST /ref-update HTTP/1.1" 200 156 0.050023 10.0.0.130 - - [2026-02-02 02:13:27] "POST /neutron/network HTTP/1.1" 200 836 0.014568 10.0.0.130 - - [2026-02-02 02:13:27] "DELETE /access-control-list/8e960009-08b4-4651-8584-569cbac44221 HTTP/1.1" 200 115 0.066000 10.0.0.130 - - [2026-02-02 02:13:27] "GET /virtual-network/7c7d6182-dc7d-44ce-8318-325b4ff9107a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008446 10.0.0.130 - - [2026-02-02 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002410 10.0.0.130 - - [2026-02-02 02:13:27] "DELETE /routing-instance/85880964-96a6-4023-8bdd-719330652f8b HTTP/1.1" 200 115 0.046219 10.0.0.130 - - [2026-02-02 02:13:27] "GET /network-policy/6d61c10d-11e5-4305-b414-6d8586b87e46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004139 10.0.0.130 - - [2026-02-02 02:13:27] "GET /obj-perms HTTP/1.1" 200 5075 0.064113 10.0.0.130 - - [2026-02-02 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005554 10.0.0.130 - - [2026-02-02 02:13:27] "DELETE /route-target/b4436f64-5a3f-43f5-85b1-db4488685306 HTTP/1.1" 200 115 0.041222 10.0.0.130 - - [2026-02-02 02:13:27] "POST /ref-update HTTP/1.1" 200 156 0.050300 10.0.0.130 - - [2026-02-02 02:13:27] "DELETE /routing-instance/1f11a7fd-1873-428a-b771-e89d99d4866e HTTP/1.1" 200 115 0.035621 10.0.0.130 - - [2026-02-02 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.130 - - [2026-02-02 02:13:27] "POST /neutron/network HTTP/1.1" 200 830 0.009273 10.0.0.130 - - [2026-02-02 02:13:27] "GET /virtual-network/ccfb0de6-a142-4f8f-ac49-179dfa77a318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004743 10.0.0.130 - - [2026-02-02 02:13:28] "DELETE /route-target/dd94407b-cd9d-4714-8959-546500bbe122 HTTP/1.1" 200 115 0.015919 10.0.0.130 - - [2026-02-02 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.130 - - [2026-02-02 02:13:28] "GET /network-policy/6d61c10d-11e5-4305-b414-6d8586b87e46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003618 10.0.0.130 - - [2026-02-02 02:13:28] "DELETE /network-policy/6d61c10d-11e5-4305-b414-6d8586b87e46 HTTP/1.1" 200 115 0.023582 10.0.0.130 - - [2026-02-02 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.130 - - [2026-02-02 02:13:28] "GET /obj-perms HTTP/1.1" 200 5075 0.062949 10.0.0.130 - - [2026-02-02 02:13:28] "DELETE /service-instance/52d98c1c-8c85-4e40-ac46-bc0b39039424 HTTP/1.1" 200 115 0.035825 10.0.0.130 - - [2026-02-02 02:13:28] "GET /domains HTTP/1.1" 200 281 0.001679 10.0.0.130 - - [2026-02-02 02:13:28] "POST /ref-update HTTP/1.1" 200 156 0.009918 10.0.0.130 - - [2026-02-02 02:13:28] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.130 - - [2026-02-02 02:13:28] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2782 0.008309 10.0.0.130 - - [2026-02-02 02:13:28] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000857 10.0.0.130 - - [2026-02-02 02:13:28] "DELETE /instance-ip/c0264a49-6c66-4a66-ac4f-8fd4f0207eb0 HTTP/1.1" 200 115 0.022368 10.0.0.130 - - [2026-02-02 02:13:28] "POST /ref-update HTTP/1.1" 200 156 0.009209 10.0.0.130 - - [2026-02-02 02:13:28] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e HTTP/1.1" 200 3772 0.068350 10.0.0.130 - - [2026-02-02 02:13:28] "GET /virtual-machine/1b7fee09-77ef-4ca7-90c8-243768aeae6b HTTP/1.1" 200 1806 0.006408 10.0.0.130 - - [2026-02-02 02:13:28] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002573 10.0.0.130 - - [2026-02-02 02:13:28] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001577 10.0.0.130 - - [2026-02-02 02:13:28] "DELETE /instance-ip/61f68044-4bd4-47e3-a58e-acd573d3fe4a HTTP/1.1" 200 115 0.024108 10.0.0.130 - - [2026-02-02 02:13:28] "POST /ref-update HTTP/1.1" 200 156 0.009531 10.0.0.130 - - [2026-02-02 02:13:28] "DELETE /instance-ip/bb972706-9900-4b3f-9195-42b8dd7cc5fe HTTP/1.1" 200 115 0.022598 10.0.0.130 - - [2026-02-02 02:13:28] "POST /ref-update HTTP/1.1" 200 156 0.010588 10.0.0.130 - - [2026-02-02 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.009713 10.0.0.130 - - [2026-02-02 02:13:28] "DELETE /service-template/ba037cb8-c5f0-42ef-8b37-a1bb176dc9d3 HTTP/1.1" 200 115 0.019685 10.0.0.130 - - [2026-02-02 02:13:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.003025 10.0.0.130 - - [2026-02-02 02:13:28] "DELETE /instance-ip/417ef112-a336-4854-8e80-5da16b00adb8 HTTP/1.1" 200 115 0.035357 10.0.0.130 - - [2026-02-02 02:13:28] "POST /ref-update HTTP/1.1" 200 156 0.010226 10.0.0.130 - - [2026-02-02 02:13:28] "DELETE /access-control-list/6f7bddfa-2e3b-40f4-9984-0c5f910b32ec HTTP/1.1" 200 115 0.025243 10.0.0.130 - - [2026-02-02 02:13:28] "DELETE /instance-ip/e094fd9d-e95d-420f-91d7-f9d12f3cd7ca HTTP/1.1" 200 115 0.025103 10.0.0.130 - - [2026-02-02 02:13:28] "POST /ref-update HTTP/1.1" 200 156 0.008880 10.0.0.130 - - [2026-02-02 02:13:28] "DELETE /instance-ip/7a69e4cc-cd79-4463-a4c5-e13fa09d3547 HTTP/1.1" 200 115 0.026969 10.0.0.130 - - [2026-02-02 02:13:28] "POST /neutron/network HTTP/1.1" 200 836 0.005416 10.0.0.130 - - [2026-02-02 02:13:28] "POST /neutron/network HTTP/1.1" 400 204 0.008689 10.0.0.130 - - [2026-02-02 02:13:29] "POST /neutron/port HTTP/1.1" 200 1124 0.011297 10.0.0.130 - - [2026-02-02 02:13:29] "POST /neutron/port HTTP/1.1" 200 1114 0.010146 10.0.0.130 - - [2026-02-02 02:13:29] "POST /neutron/port HTTP/1.1" 200 1120 0.011238 10.0.0.130 - - [2026-02-02 02:13:29] "POST /neutron/port HTTP/1.1" 200 1110 0.012617 10.0.0.130 - - [2026-02-02 02:13:29] "POST /neutron/port HTTP/1.1" 200 151 0.126168 10.0.0.130 - - [2026-02-02 02:13:29] "POST /neutron/port HTTP/1.1" 200 151 0.129856 10.0.0.130 - - [2026-02-02 02:13:29] "POST /neutron/port HTTP/1.1" 200 3059 0.019816 10.0.0.130 - - [2026-02-02 02:13:29] "POST /neutron/port HTTP/1.1" 200 1114 0.010164 10.0.0.130 - - [2026-02-02 02:13:29] "POST /neutron/port HTTP/1.1" 200 151 0.106787 10.0.0.130 - - [2026-02-02 02:13:29] "POST /neutron/port HTTP/1.1" 200 1110 0.009113 10.0.0.130 - - [2026-02-02 02:13:29] "POST /neutron/port HTTP/1.1" 200 151 0.092641 10.0.0.130 - - [2026-02-02 02:13:29] "POST /neutron/port HTTP/1.1" 200 1110 0.008598 10.0.0.130 - - [2026-02-02 02:13:29] "POST /neutron/port HTTP/1.1" 200 151 0.088187 10.0.0.130 - - [2026-02-02 02:13:30] "POST /neutron/network HTTP/1.1" 200 836 0.005157 10.0.0.130 - - [2026-02-02 02:13:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003180 10.0.0.130 - - [2026-02-02 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.130 - - [2026-02-02 02:13:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001548 10.0.0.130 - - [2026-02-02 02:13:30] "POST /neutron/network HTTP/1.1" 200 151 0.071155 10.0.0.130 - - [2026-02-02 02:13:30] "DELETE /route-target/3e6b7436-d2ab-4666-af04-6e39c044a415 HTTP/1.1" 200 115 0.012152 10.0.0.130 - - [2026-02-02 02:13:30] "GET /routing-instance/b6525283-bf30-4952-a258-b82c3e9ccbd9 HTTP/1.1" 404 171 0.001918 10.0.0.130 - - [2026-02-02 02:13:30] "GET /domains HTTP/1.1" 200 281 0.002208 10.0.0.130 - - [2026-02-02 02:13:30] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000865 10.0.0.130 - - [2026-02-02 02:13:30] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2581 0.048177 10.0.0.130 - - [2026-02-02 02:13:30] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.130 - - [2026-02-02 02:13:31] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e HTTP/1.1" 200 2305 0.067213 10.0.0.130 - - [2026-02-02 02:13:31] "POST /neutron/network HTTP/1.1" 200 830 0.005968 10.0.0.130 - - [2026-02-02 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.130 - - [2026-02-02 02:13:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001758 10.0.0.130 - - [2026-02-02 02:13:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002476 10.0.0.130 - - [2026-02-02 02:13:31] "POST /neutron/network HTTP/1.1" 200 151 0.072393 10.0.0.130 - - [2026-02-02 02:13:31] "DELETE /route-target/9bf994bd-c0a9-4e66-ae9b-97b670cfc827 HTTP/1.1" 200 115 0.015387 10.0.0.130 - - [2026-02-02 02:13:31] "GET /routing-instance/3fb3d1df-0fe7-454c-a86d-3d9ec5914db8 HTTP/1.1" 404 171 0.004545 10.0.0.130 - - [2026-02-02 02:13:31] "GET /domains HTTP/1.1" 200 281 0.002577 10.0.0.130 - - [2026-02-02 02:13:31] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.130 - - [2026-02-02 02:13:31] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2581 0.049525 10.0.0.130 - - [2026-02-02 02:13:31] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001352 10.0.0.130 - - [2026-02-02 02:13:31] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e HTTP/1.1" 200 2086 0.063358 10.0.0.130 - - [2026-02-02 02:13:31] "POST /neutron/network HTTP/1.1" 200 830 0.005020 10.0.0.130 - - [2026-02-02 02:13:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003763 10.0.0.130 - - [2026-02-02 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.130 - - [2026-02-02 02:13:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002330 10.0.0.130 - - [2026-02-02 02:13:31] "POST /neutron/network HTTP/1.1" 200 151 0.073467 10.0.0.130 - - [2026-02-02 02:13:31] "DELETE /route-target/7fdc9bc5-2e9c-412a-a504-dfba029bc617 HTTP/1.1" 200 115 0.014182 10.0.0.130 - - [2026-02-02 02:13:31] "GET /routing-instance/6f775df9-6797-4e2b-993d-9c64187d105a HTTP/1.1" 404 171 0.002827 10.0.0.130 - - [2026-02-02 02:13:31] "GET /domains HTTP/1.1" 200 281 0.001961 10.0.0.130 - - [2026-02-02 02:13:31] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000792 10.0.0.130 - - [2026-02-02 02:13:31] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2581 0.050443 10.0.0.130 - - [2026-02-02 02:13:31] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.130 - - [2026-02-02 02:13:31] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e HTTP/1.1" 200 1845 0.064433 10.0.0.130 - - [2026-02-02 02:13:31] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001581 10.0.0.130 - - [2026-02-02 02:13:31] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.046163 10.0.0.130 - - [2026-02-02 02:13:31] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001223 10.0.0.130 - - [2026-02-02 02:13:31] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e?fields=virtual_networks HTTP/1.1" 200 1030 0.061908 10.0.0.130 - - [2026-02-02 02:13:31] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.130 - - [2026-02-02 02:13:31] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.023576 10.0.0.130 - - [2026-02-02 02:13:32] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001034 10.0.0.130 - - [2026-02-02 02:13:32] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e?fields=security_groups HTTP/1.1" 200 1255 0.020427 10.0.0.130 - - [2026-02-02 02:13:32] "POST /fqname-to-id HTTP/1.1" 404 189 0.025590 10.0.0.130 - - [2026-02-02 02:13:32] "GET /projects?obj_uuids=25b90e11-e922-4e12-8c03-0b69dfb5e8b0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002025 10.0.0.130 - - [2026-02-02 02:13:32] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000944 10.0.0.130 - - [2026-02-02 02:13:32] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035780 10.0.0.130 - - [2026-02-02 02:13:33] "POST /id-to-fqname HTTP/1.1" 200 191 0.001124 10.0.0.130 - - [2026-02-02 02:13:33] "POST /fqname-to-id HTTP/1.1" 404 200 0.003067 10.0.0.130 - - [2026-02-02 02:13:33] "POST /security-groups HTTP/1.1" 200 592 0.060230 10.0.0.130 - - [2026-02-02 02:13:33] "POST /fqname-to-id HTTP/1.1" 404 235 0.002268 10.0.0.130 - - [2026-02-02 02:13:33] "POST /projects HTTP/1.1" 200 587 0.203838 10.0.0.130 - - [2026-02-02 02:13:33] "POST /access-control-lists HTTP/1.1" 200 599 0.059027 10.0.0.130 - - [2026-02-02 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.271323 10.0.0.130 - - [2026-02-02 02:13:33] "POST /fqname-to-id HTTP/1.1" 404 234 0.002371 10.0.0.130 - - [2026-02-02 02:13:33] "GET /project/25b90e11-e922-4e12-8c03-0b69dfb5e8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.426893 10.0.0.130 - - [2026-02-02 02:13:33] "POST /access-control-lists HTTP/1.1" 200 597 0.064167 10.0.0.130 - - [2026-02-02 02:13:34] "GET / HTTP/1.1" 200 36215 0.001862 10.0.0.130 - - [2026-02-02 02:13:35] "GET /project/25b90e11-e922-4e12-8c03-0b69dfb5e8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000470 10.0.0.130 - - [2026-02-02 02:13:35] "GET /projects?obj_uuids=25b90e11-e922-4e12-8c03-0b69dfb5e8b0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000924 10.0.0.130 - - [2026-02-02 02:13:35] "GET /project/25b90e11-e922-4e12-8c03-0b69dfb5e8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.057291 10.0.0.130 - - [2026-02-02 02:13:35] "POST /fqname-to-id HTTP/1.1" 404 180 0.002162 10.0.0.130 - - [2026-02-02 02:13:35] "POST /virtual-DNSs HTTP/1.1" 200 509 0.016481 10.0.0.130 - - [2026-02-02 02:13:35] "GET /virtual-DNS/6e3f62eb-5b09-44cc-a002-884478de53e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.003981 10.0.0.130 - - [2026-02-02 02:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.130 - - [2026-02-02 02:13:35] "GET /virtual-DNS/6e3f62eb-5b09-44cc-a002-884478de53e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.002951 10.0.0.130 - - [2026-02-02 02:13:36] "GET /domains HTTP/1.1" 401 293 0.000379 10.0.0.130 - - [2026-02-02 02:13:36] "GET /domains HTTP/1.1" 200 281 0.027823 10.0.0.130 - - [2026-02-02 02:13:36] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.130 - - [2026-02-02 02:13:36] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2970 0.008943 10.0.0.130 - - [2026-02-02 02:13:36] "GET /virtual-DNS/6e3f62eb-5b09-44cc-a002-884478de53e7 HTTP/1.1" 200 1440 0.003870 10.0.0.130 - - [2026-02-02 02:13:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.001956 10.0.0.130 - - [2026-02-02 02:13:36] "POST /network-ipams HTTP/1.1" 200 516 0.014731 10.0.0.130 - - [2026-02-02 02:13:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.002580 10.0.0.130 - - [2026-02-02 02:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.130 - - [2026-02-02 02:13:36] "GET /network-ipam/c5f51690-a8b9-46e3-bd7b-766facb2ec0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.005340 10.0.0.130 - - [2026-02-02 02:13:36] "PUT /network-ipam/c5f51690-a8b9-46e3-bd7b-766facb2ec0e HTTP/1.1" 200 259 0.009749 10.0.0.130 - - [2026-02-02 02:13:36] "POST /ref-update HTTP/1.1" 200 156 0.008184 10.0.0.130 - - [2026-02-02 02:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.130 - - [2026-02-02 02:13:36] "GET /projects?obj_uuids=25b90e11-e922-4e12-8c03-0b69dfb5e8b0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001072 10.0.0.130 - - [2026-02-02 02:13:36] "GET /project/25b90e11-e922-4e12-8c03-0b69dfb5e8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.025871 10.0.0.130 - - [2026-02-02 02:13:36] "POST /neutron/network HTTP/1.1" 200 117 0.033534 10.0.0.130 - - [2026-02-02 02:13:36] "GET /projects?obj_uuids=25b90e11-e922-4e12-8c03-0b69dfb5e8b0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000888 10.0.0.130 - - [2026-02-02 02:13:36] "POST /neutron/network HTTP/1.1" 200 618 0.058521 10.0.0.130 - - [2026-02-02 02:13:36] "POST /route-targets HTTP/1.1" 200 328 0.012984 10.0.0.130 - - [2026-02-02 02:13:36] "POST /ref-update HTTP/1.1" 200 156 0.012910 10.0.0.130 - - [2026-02-02 02:13:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002146 10.0.0.130 - - [2026-02-02 02:13:37] "POST /neutron/subnet HTTP/1.1" 200 711 0.174867 10.0.0.130 - - [2026-02-02 02:13:37] "POST /neutron/network HTTP/1.1" 200 833 0.004558 10.0.0.130 - - [2026-02-02 02:13:37] "POST /id-to-fqname HTTP/1.1" 200 227 0.001043 10.0.0.130 - - [2026-02-02 02:13:37] "GET /virtual-network/74b6b731-44f8-40fd-941c-9b3cc89408e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004176 10.0.0.130 - - [2026-02-02 02:13:37] "POST /neutron/network HTTP/1.1" 200 833 0.006133 10.0.0.130 - - [2026-02-02 02:13:37] "GET /virtual-network/74b6b731-44f8-40fd-941c-9b3cc89408e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005450 10.0.0.130 - - [2026-02-02 02:13:37] "POST /neutron/network HTTP/1.1" 200 833 0.004838 10.0.0.130 - - [2026-02-02 02:13:37] "POST /neutron/subnet HTTP/1.1" 200 711 0.006334 10.0.0.130 - - [2026-02-02 02:13:37] "POST /neutron/network HTTP/1.1" 200 807 0.008264 10.0.0.130 - - [2026-02-02 02:13:37] "POST /neutron/network HTTP/1.1" 200 833 0.004467 10.0.0.130 - - [2026-02-02 02:13:37] "POST /id-to-fqname HTTP/1.1" 200 227 0.001016 10.0.0.130 - - [2026-02-02 02:13:37] "POST /neutron/network HTTP/1.1" 200 843 0.005375 10.0.0.130 - - [2026-02-02 02:13:37] "GET /aaa-mode HTTP/1.1" 401 293 0.000371 10.0.0.130 - - [2026-02-02 02:13:37] "GET / HTTP/1.1" 200 36215 0.001401 10.0.0.130 - - [2026-02-02 02:13:37] "GET /project/25b90e11-e922-4e12-8c03-0b69dfb5e8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000339 10.0.0.130 - - [2026-02-02 02:13:38] "GET /projects?obj_uuids=25b90e11-e922-4e12-8c03-0b69dfb5e8b0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000908 10.0.0.130 - - [2026-02-02 02:13:38] "GET /project/25b90e11-e922-4e12-8c03-0b69dfb5e8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.044361 10.0.0.130 - - [2026-02-02 02:13:38] "POST /neutron/network HTTP/1.1" 200 833 0.027223 10.0.0.130 - - [2026-02-02 02:13:38] "POST /neutron/port HTTP/1.1" 200 117 0.008016 10.0.0.130 - - [2026-02-02 02:13:38] "POST /neutron/port HTTP/1.1" 200 117 0.004616 10.0.0.130 - - [2026-02-02 02:13:38] "POST /neutron/port HTTP/1.1" 200 117 0.004144 10.0.0.130 - - [2026-02-02 02:13:38] "POST /neutron/network HTTP/1.1" 200 843 0.005018 10.0.0.130 - - [2026-02-02 02:13:38] "GET /projects?obj_uuids=25b90e11-e922-4e12-8c03-0b69dfb5e8b0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000939 10.0.0.130 - - [2026-02-02 02:13:39] "POST /neutron/port HTTP/1.1" 200 1058 0.171287 10.0.0.130 - - [2026-02-02 02:13:39] "POST /neutron/port HTTP/1.1" 200 1058 0.036564 10.0.0.130 - - [2026-02-02 02:13:39] "POST /neutron/port HTTP/1.1" 200 1058 0.008021 10.0.0.130 - - [2026-02-02 02:13:39] "POST /neutron/port HTTP/1.1" 200 1112 0.049191 10.0.0.130 - - [2026-02-02 02:13:39] "POST /neutron/port HTTP/1.1" 200 1122 0.010900 10.0.0.130 - - [2026-02-02 02:13:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002350 10.0.0.130 - - [2026-02-02 02:13:39] "POST /neutron/subnet HTTP/1.1" 200 685 0.005561 10.0.0.130 - - [2026-02-02 02:13:39] "POST /neutron/port HTTP/1.1" 200 117 0.001014 10.0.0.130 - - [2026-02-02 02:13:39] "POST /neutron/network HTTP/1.1" 200 833 0.004588 10.0.0.130 - - [2026-02-02 02:13:43] "POST /neutron/port HTTP/1.1" 200 1122 0.012068 10.0.0.130 - - [2026-02-02 02:13:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005373 10.0.0.130 - - [2026-02-02 02:13:43] "POST /neutron/port HTTP/1.1" 200 1122 0.010499 10.0.0.130 - - [2026-02-02 02:13:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004906 10.0.0.130 - - [2026-02-02 02:13:43] "POST /neutron/port HTTP/1.1" 200 1122 0.010908 10.0.0.130 - - [2026-02-02 02:13:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005381 10.0.0.130 - - [2026-02-02 02:13:43] "GET /virtual-machine/a5a2bfad-4677-4bb1-b5a2-48939c9b73f4 HTTP/1.1" 200 1296 0.004283 10.0.0.130 - - [2026-02-02 02:13:43] "GET /virtual-machine-interface/5e222e18-b06e-4b1c-975c-5412ee470f0c HTTP/1.1" 200 2971 0.004145 10.0.0.130 - - [2026-02-02 02:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002368 10.0.0.130 - - [2026-02-02 02:13:43] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002757 10.0.0.130 - - [2026-02-02 02:13:43] "GET /virtual-networks?parent_id=25b90e11-e922-4e12-8c03-0b69dfb5e8b0&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003245 10.0.0.130 - - [2026-02-02 02:13:43] "GET /virtual-network/74b6b731-44f8-40fd-941c-9b3cc89408e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005501 10.0.0.130 - - [2026-02-02 02:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.130 - - [2026-02-02 02:13:46] "GET /virtual-network/74b6b731-44f8-40fd-941c-9b3cc89408e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005183 10.0.0.130 - - [2026-02-02 02:13:47] "POST /neutron/port HTTP/1.1" 200 1122 0.033839 10.0.0.130 - - [2026-02-02 02:13:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004598 10.0.0.130 - - [2026-02-02 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.130 - - [2026-02-02 02:13:49] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002748 10.0.0.130 - - [2026-02-02 02:13:49] "GET /virtual-networks?parent_id=25b90e11-e922-4e12-8c03-0b69dfb5e8b0&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002597 10.0.0.130 - - [2026-02-02 02:13:49] "GET /virtual-network/74b6b731-44f8-40fd-941c-9b3cc89408e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005694 10.0.0.130 - - [2026-02-02 02:13:53] "POST /neutron/network HTTP/1.1" 200 807 0.009764 10.0.0.130 - - [2026-02-02 02:13:53] "POST /neutron/network HTTP/1.1" 200 833 0.005028 10.0.0.130 - - [2026-02-02 02:13:53] "POST /id-to-fqname HTTP/1.1" 200 227 0.001057 10.0.0.130 - - [2026-02-02 02:13:53] "POST /neutron/port HTTP/1.1" 200 1122 0.011991 10.0.0.130 - - [2026-02-02 02:13:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005580 10.0.0.130 - - [2026-02-02 02:13:53] "POST /neutron/network HTTP/1.1" 200 843 0.005028 10.0.0.130 - - [2026-02-02 02:13:53] "GET /aaa-mode HTTP/1.1" 401 293 0.000391 10.0.0.130 - - [2026-02-02 02:13:54] "GET / HTTP/1.1" 200 36215 0.001688 10.0.0.130 - - [2026-02-02 02:13:54] "GET /project/25b90e11-e922-4e12-8c03-0b69dfb5e8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000430 10.0.0.130 - - [2026-02-02 02:13:54] "GET /projects?obj_uuids=25b90e11-e922-4e12-8c03-0b69dfb5e8b0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000932 10.0.0.130 - - [2026-02-02 02:13:54] "GET /project/25b90e11-e922-4e12-8c03-0b69dfb5e8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.058510 10.0.0.130 - - [2026-02-02 02:13:54] "POST /neutron/network HTTP/1.1" 200 833 0.004615 10.0.0.130 - - [2026-02-02 02:13:54] "POST /neutron/port HTTP/1.1" 200 1122 0.014424 10.0.0.130 - - [2026-02-02 02:13:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006140 10.0.0.130 - - [2026-02-02 02:13:54] "POST /neutron/port HTTP/1.1" 200 117 0.004060 10.0.0.130 - - [2026-02-02 02:13:54] "POST /neutron/port HTTP/1.1" 200 117 0.003840 10.0.0.130 - - [2026-02-02 02:13:55] "POST /neutron/network HTTP/1.1" 200 843 0.005129 10.0.0.130 - - [2026-02-02 02:13:55] "GET /projects?obj_uuids=25b90e11-e922-4e12-8c03-0b69dfb5e8b0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002255 10.0.0.130 - - [2026-02-02 02:13:55] "POST /neutron/port HTTP/1.1" 200 1058 0.170187 10.0.0.130 - - [2026-02-02 02:13:55] "POST /neutron/port HTTP/1.1" 200 1058 0.010529 10.0.0.130 - - [2026-02-02 02:13:55] "POST /neutron/port HTTP/1.1" 200 1058 0.013853 10.0.0.130 - - [2026-02-02 02:13:55] "POST /neutron/port HTTP/1.1" 200 1112 0.066588 10.0.0.130 - - [2026-02-02 02:13:55] "POST /neutron/port HTTP/1.1" 200 1122 0.010948 10.0.0.130 - - [2026-02-02 02:13:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003001 10.0.0.130 - - [2026-02-02 02:13:55] "POST /neutron/subnet HTTP/1.1" 200 685 0.009833 10.0.0.130 - - [2026-02-02 02:13:55] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.130 - - [2026-02-02 02:13:55] "POST /neutron/network HTTP/1.1" 200 833 0.005038 10.0.0.130 - - [2026-02-02 02:13:59] "POST /neutron/port HTTP/1.1" 200 1122 0.014164 10.0.0.130 - - [2026-02-02 02:13:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005788 10.0.0.130 - - [2026-02-02 02:13:59] "POST /neutron/port HTTP/1.1" 200 1122 0.010894 10.0.0.130 - - [2026-02-02 02:13:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005334 10.0.0.130 - - [2026-02-02 02:13:59] "POST /neutron/port HTTP/1.1" 200 1122 0.012743 10.0.0.130 - - [2026-02-02 02:13:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005888 10.0.0.130 - - [2026-02-02 02:13:59] "GET /virtual-machine/0c0b4f55-d7a2-4a7f-8f12-41a1d17fbeee HTTP/1.1" 200 1294 0.003678 10.0.0.130 - - [2026-02-02 02:13:59] "GET /virtual-machine-interface/1ccdd15d-0fac-4250-8cb0-ab6d9f6c2d5e HTTP/1.1" 200 2971 0.004096 10.0.0.130 - - [2026-02-02 02:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002590 10.0.0.130 - - [2026-02-02 02:13:59] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002537 10.0.0.130 - - [2026-02-02 02:14:00] "GET /virtual-networks?parent_id=25b90e11-e922-4e12-8c03-0b69dfb5e8b0&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002738 10.0.0.130 - - [2026-02-02 02:14:00] "GET /virtual-network/74b6b731-44f8-40fd-941c-9b3cc89408e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004630 10.0.0.130 - - [2026-02-02 02:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.130 - - [2026-02-02 02:14:03] "GET /virtual-network/74b6b731-44f8-40fd-941c-9b3cc89408e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005663 10.0.0.130 - - [2026-02-02 02:14:04] "POST /neutron/port HTTP/1.1" 200 1122 0.014486 10.0.0.130 - - [2026-02-02 02:14:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004747 10.0.0.130 - - [2026-02-02 02:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.130 - - [2026-02-02 02:14:05] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002691 10.0.0.130 - - [2026-02-02 02:14:05] "GET /virtual-networks?parent_id=25b90e11-e922-4e12-8c03-0b69dfb5e8b0&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002638 10.0.0.130 - - [2026-02-02 02:14:05] "GET /virtual-network/74b6b731-44f8-40fd-941c-9b3cc89408e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005300 10.0.0.130 - - [2026-02-02 02:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002617 10.0.0.130 - - [2026-02-02 02:14:12] "DELETE /virtual-DNS/6e3f62eb-5b09-44cc-a002-884478de53e7 HTTP/1.1" 409 236 0.006507 10.0.0.130 - - [2026-02-02 02:14:12] "POST /fqname-to-id HTTP/1.1" 404 192 0.002402 10.0.0.130 - - [2026-02-02 02:14:12] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.014449 10.0.0.130 - - [2026-02-02 02:14:12] "GET /virtual-DNS-record/348e92c3-43be-404b-8fe9-e0df9d8d1d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.004611 10.0.0.130 - - [2026-02-02 02:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.130 - - [2026-02-02 02:14:12] "GET /virtual-DNS-record/348e92c3-43be-404b-8fe9-e0df9d8d1d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.003157 10.0.0.130 - - [2026-02-02 02:14:12] "GET /domains HTTP/1.1" 200 281 0.003186 10.0.0.130 - - [2026-02-02 02:14:12] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.130 - - [2026-02-02 02:14:12] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2970 0.005870 10.0.0.130 - - [2026-02-02 02:14:12] "GET /virtual-DNS/6e3f62eb-5b09-44cc-a002-884478de53e7 HTTP/1.1" 200 1911 0.003929 10.0.0.130 - - [2026-02-02 02:14:12] "GET /virtual-DNS-record/348e92c3-43be-404b-8fe9-e0df9d8d1d02 HTTP/1.1" 200 1338 0.002570 10.0.0.130 - - [2026-02-02 02:14:17] "DELETE /virtual-DNS-record/348e92c3-43be-404b-8fe9-e0df9d8d1d02 HTTP/1.1" 200 115 0.016347 10.0.0.130 - - [2026-02-02 02:14:17] "POST /fqname-to-id HTTP/1.1" 404 184 0.002635 10.0.0.130 - - [2026-02-02 02:14:18] "POST /neutron/network HTTP/1.1" 200 833 0.007445 10.0.0.130 - - [2026-02-02 02:14:18] "POST /neutron/network HTTP/1.1" 400 204 0.010852 10.0.0.130 - - [2026-02-02 02:14:18] "POST /neutron/port HTTP/1.1" 200 1122 0.014126 10.0.0.130 - - [2026-02-02 02:14:18] "POST /neutron/port HTTP/1.1" 200 1112 0.013038 10.0.0.130 - - [2026-02-02 02:14:18] "POST /neutron/port HTTP/1.1" 200 1122 0.021185 10.0.0.130 - - [2026-02-02 02:14:18] "POST /neutron/port HTTP/1.1" 200 1112 0.010586 10.0.0.130 - - [2026-02-02 02:14:18] "POST /neutron/port HTTP/1.1" 200 151 0.108233 10.0.0.130 - - [2026-02-02 02:14:18] "POST /neutron/port HTTP/1.1" 200 151 0.154166 10.0.0.130 - - [2026-02-02 02:14:20] "POST /neutron/network HTTP/1.1" 200 833 0.005495 10.0.0.130 - - [2026-02-02 02:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.130 - - [2026-02-02 02:14:20] "DELETE /route-target/9d37a40f-e39a-44f2-8f32-111ca19983b8 HTTP/1.1" 200 115 0.043283 10.0.0.130 - - [2026-02-02 02:14:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002796 10.0.0.130 - - [2026-02-02 02:14:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002114 10.0.0.130 - - [2026-02-02 02:14:20] "POST /neutron/network HTTP/1.1" 200 151 0.172243 10.0.0.130 - - [2026-02-02 02:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002271 10.0.0.130 - - [2026-02-02 02:14:20] "DELETE /network-ipam/c5f51690-a8b9-46e3-bd7b-766facb2ec0e HTTP/1.1" 200 115 0.020856 10.0.0.130 - - [2026-02-02 02:14:20] "DELETE /virtual-DNS/6e3f62eb-5b09-44cc-a002-884478de53e7 HTTP/1.1" 200 115 0.023693 10.0.0.130 - - [2026-02-02 02:14:20] "POST /fqname-to-id HTTP/1.1" 404 180 0.003463 10.0.0.130 - - [2026-02-02 02:14:20] "GET /domains HTTP/1.1" 200 281 0.007658 10.0.0.130 - - [2026-02-02 02:14:20] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.130 - - [2026-02-02 02:14:20] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2769 0.007819 10.0.0.130 - - [2026-02-02 02:14:20] "GET /projects?obj_uuids=25b90e11-e922-4e12-8c03-0b69dfb5e8b0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000953 10.0.0.130 - - [2026-02-02 02:14:20] "GET /project/25b90e11-e922-4e12-8c03-0b69dfb5e8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.019765 10.0.0.130 - - [2026-02-02 02:14:20] "GET /projects?obj_uuids=25b90e11-e922-4e12-8c03-0b69dfb5e8b0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001049 10.0.0.130 - - [2026-02-02 02:14:20] "GET /project/25b90e11-e922-4e12-8c03-0b69dfb5e8b0?fields=virtual_networks HTTP/1.1" 200 1036 0.064966 10.0.0.130 - - [2026-02-02 02:14:20] "GET /projects?obj_uuids=25b90e11-e922-4e12-8c03-0b69dfb5e8b0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000991 10.0.0.130 - - [2026-02-02 02:14:20] "GET /project/25b90e11-e922-4e12-8c03-0b69dfb5e8b0?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.023875 10.0.0.130 - - [2026-02-02 02:14:21] "GET /projects?obj_uuids=25b90e11-e922-4e12-8c03-0b69dfb5e8b0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000930 10.0.0.130 - - [2026-02-02 02:14:21] "GET /project/25b90e11-e922-4e12-8c03-0b69dfb5e8b0?fields=security_groups HTTP/1.1" 200 1264 0.020173 10.0.0.130 - - [2026-02-02 02:14:21] "POST /fqname-to-id HTTP/1.1" 404 189 0.024516 10.0.0.130 - - [2026-02-02 02:14:21] "GET /projects?obj_uuids=586db06c-eb50-4a3a-82fa-1164412ff827&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002801 10.0.0.130 - - [2026-02-02 02:14:21] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.130 - - [2026-02-02 02:14:21] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005807 10.0.0.130 - - [2026-02-02 02:14:22] "DELETE /project/25b90e11e9224e128c030b69dfb5e8b0 HTTP/1.1" 404 173 0.007384 10.0.0.130 - - [2026-02-02 02:14:22] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001271 10.0.0.130 - - [2026-02-02 02:14:22] "GET /projects?obj_uuids=25b90e11-e922-4e12-8c03-0b69dfb5e8b0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001054 10.0.0.130 - - [2026-02-02 02:14:22] "GET /project/25b90e11-e922-4e12-8c03-0b69dfb5e8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.034753 10.0.0.130 - - [2026-02-02 02:14:22] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.041370 10.0.0.130 - - [2026-02-02 02:14:22] "GET /projects?obj_uuids=25b90e11-e922-4e12-8c03-0b69dfb5e8b0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000865 10.0.0.130 - - [2026-02-02 02:14:22] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001035 10.0.0.130 - - [2026-02-02 02:14:22] "POST /id-to-fqname HTTP/1.1" 200 191 0.000977 10.0.0.130 - - [2026-02-02 02:14:22] "GET /project/25b90e11-e922-4e12-8c03-0b69dfb5e8b0?fields=security_groups HTTP/1.1" 200 1366 0.034924 10.0.0.130 - - [2026-02-02 02:14:22] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e?fields=security_groups HTTP/1.1" 200 1357 0.035158 10.0.0.130 - - [2026-02-02 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 200 0.002237 10.0.0.130 - - [2026-02-02 02:14:22] "DELETE /security-group/dcf8f5d8-4959-49fa-b9c0-9b61466b6b48 HTTP/1.1" 200 115 0.052748 10.0.0.130 - - [2026-02-02 02:14:22] "DELETE /security-group/40f6f44e-16c4-4a12-ae07-34aada2164a1 HTTP/1.1" 200 115 0.055379 10.0.0.130 - - [2026-02-02 02:14:22] "GET /projects?obj_uuids=25b90e11-e922-4e12-8c03-0b69dfb5e8b0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000896 10.0.0.130 - - [2026-02-02 02:14:22] "GET /projects?obj_uuids=5e2cf472-5289-4c02-99f9-a7a064b7440e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000795 10.0.0.130 - - [2026-02-02 02:14:22] "DELETE /access-control-list/d707c4a5-6fc0-471f-93e6-a7d2f822756f HTTP/1.1" 200 115 0.037126 10.0.0.130 - - [2026-02-02 02:14:22] "POST /security-groups HTTP/1.1" 200 592 0.081670 10.0.0.130 - - [2026-02-02 02:14:22] "GET /project/25b90e11-e922-4e12-8c03-0b69dfb5e8b0?fields=application_policy_sets HTTP/1.1" 200 1405 0.075763 10.0.0.130 - - [2026-02-02 02:14:22] "GET /project/5e2cf472-5289-4c02-99f9-a7a064b7440e?fields=application_policy_sets HTTP/1.1" 200 1396 0.075307 10.0.0.130 - - [2026-02-02 02:14:22] "DELETE /access-control-list/cc1e8e79-e676-4702-91a9-b059636bdcad HTTP/1.1" 200 115 0.078311 10.0.0.130 - - [2026-02-02 02:14:22] "POST /projects HTTP/1.1" 200 587 0.330052 10.0.0.130 - - [2026-02-02 02:14:22] "DELETE /access-control-list/f6395136-b329-4d07-bb14-da63028452b3 HTTP/1.1" 200 115 0.016370 10.0.0.130 - - [2026-02-02 02:14:22] "DELETE /access-control-list/5fa804b8-89a5-409f-977d-3db444586187 HTTP/1.1" 200 115 0.029244 10.0.0.130 - - [2026-02-02 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.412589 10.0.0.130 - - [2026-02-02 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 235 0.003081 10.0.0.130 - - [2026-02-02 02:14:22] "DELETE /project/25b90e11-e922-4e12-8c03-0b69dfb5e8b0 HTTP/1.1" 200 115 0.385906 10.0.0.130 - - [2026-02-02 02:14:22] "DELETE /project/5e2cf472-5289-4c02-99f9-a7a064b7440e HTTP/1.1" 200 115 0.389767 10.0.0.130 - - [2026-02-02 02:14:22] "GET /project/586db06c-eb50-4a3a-82fa-1164412ff827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.534128 10.0.0.130 - - [2026-02-02 02:14:22] "POST /access-control-lists HTTP/1.1" 200 599 0.030674 10.0.0.130 - - [2026-02-02 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 234 0.002764 10.0.0.130 - - [2026-02-02 02:14:22] "POST /access-control-lists HTTP/1.1" 200 597 0.060339 10.0.0.130 - - [2026-02-02 02:14:23] "GET / HTTP/1.1" 200 36215 0.003458 10.0.0.130 - - [2026-02-02 02:14:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000460 10.0.0.130 - - [2026-02-02 02:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.058344 10.0.0.130 - - [2026-02-02 02:14:24] "GET /projects?obj_uuids=586db06c-eb50-4a3a-82fa-1164412ff827&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001057 10.0.0.130 - - [2026-02-02 02:14:24] "GET /project/586db06c-eb50-4a3a-82fa-1164412ff827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.022526 10.0.0.130 - - [2026-02-02 02:14:24] "POST /neutron/network HTTP/1.1" 200 117 0.031942 10.0.0.130 - - [2026-02-02 02:14:24] "GET /projects?obj_uuids=586db06c-eb50-4a3a-82fa-1164412ff827&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001354 10.0.0.130 - - [2026-02-02 02:14:24] "POST /neutron/network HTTP/1.1" 200 606 0.057127 10.0.0.130 - - [2026-02-02 02:14:24] "POST /route-targets HTTP/1.1" 200 328 0.008554 10.0.0.130 - - [2026-02-02 02:14:24] "POST /ref-update HTTP/1.1" 200 156 0.009481 10.0.0.130 - - [2026-02-02 02:14:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002077 10.0.0.130 - - [2026-02-02 02:14:24] "POST /neutron/subnet HTTP/1.1" 200 715 0.185231 10.0.0.130 - - [2026-02-02 02:14:24] "POST /neutron/network HTTP/1.1" 200 823 0.004724 10.0.0.130 - - [2026-02-02 02:14:25] "POST /id-to-fqname HTTP/1.1" 200 221 0.001188 10.0.0.130 - - [2026-02-02 02:14:25] "GET /virtual-network/5bc95e7c-26c5-404e-a3b7-5218c7037d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005322 10.0.0.130 - - [2026-02-02 02:14:25] "POST /neutron/network HTTP/1.1" 200 823 0.005503 10.0.0.130 - - [2026-02-02 02:14:25] "GET /virtual-network/5bc95e7c-26c5-404e-a3b7-5218c7037d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010064 10.0.0.130 - - [2026-02-02 02:14:25] "POST /neutron/network HTTP/1.1" 200 823 0.005083 10.0.0.130 - - [2026-02-02 02:14:25] "POST /neutron/subnet HTTP/1.1" 200 715 0.020390 10.0.0.130 - - [2026-02-02 02:14:25] "POST /id-to-fqname HTTP/1.1" 200 221 0.001243 10.0.0.130 - - [2026-02-02 02:14:25] "POST /neutron/network HTTP/1.1" 200 833 0.006632 10.0.0.130 - - [2026-02-02 02:14:25] "GET /aaa-mode HTTP/1.1" 401 293 0.000985 10.0.0.130 - - [2026-02-02 02:14:25] "GET / HTTP/1.1" 200 36215 0.001746 10.0.0.130 - - [2026-02-02 02:14:25] "GET /project/586db06c-eb50-4a3a-82fa-1164412ff827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000542 10.0.0.130 - - [2026-02-02 02:14:26] "GET /projects?obj_uuids=586db06c-eb50-4a3a-82fa-1164412ff827&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000966 10.0.0.130 - - [2026-02-02 02:14:26] "GET /project/586db06c-eb50-4a3a-82fa-1164412ff827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.047308 10.0.0.130 - - [2026-02-02 02:14:26] "POST /neutron/network HTTP/1.1" 200 823 0.006713 10.0.0.130 - - [2026-02-02 02:14:26] "POST /neutron/port HTTP/1.1" 200 117 0.005360 10.0.0.130 - - [2026-02-02 02:14:26] "POST /neutron/port HTTP/1.1" 200 117 0.006564 10.0.0.130 - - [2026-02-02 02:14:26] "POST /id-to-fqname HTTP/1.1" 200 221 0.001328 10.0.0.130 - - [2026-02-02 02:14:26] "POST /neutron/port HTTP/1.1" 200 117 0.005383 10.0.0.130 - - [2026-02-02 02:14:26] "POST /neutron/network HTTP/1.1" 200 833 0.006468 10.0.0.130 - - [2026-02-02 02:14:26] "GET /aaa-mode HTTP/1.1" 401 293 0.000501 10.0.0.130 - - [2026-02-02 02:14:26] "POST /neutron/network HTTP/1.1" 200 833 0.005887 10.0.0.130 - - [2026-02-02 02:14:26] "GET /projects?obj_uuids=586db06c-eb50-4a3a-82fa-1164412ff827&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001867 10.0.0.130 - - [2026-02-02 02:14:26] "GET / HTTP/1.1" 200 36215 0.001641 10.0.0.130 - - [2026-02-02 02:14:26] "GET /project/586db06c-eb50-4a3a-82fa-1164412ff827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000369 10.0.0.130 - - [2026-02-02 02:14:26] "POST /neutron/port HTTP/1.1" 200 1059 0.210407 10.0.0.130 - - [2026-02-02 02:14:26] "POST /neutron/port HTTP/1.1" 200 1059 0.013030 10.0.0.130 - - [2026-02-02 02:14:26] "POST /neutron/port HTTP/1.1" 200 1059 0.008316 10.0.0.130 - - [2026-02-02 02:14:27] "POST /neutron/port HTTP/1.1" 200 1113 0.060416 10.0.0.130 - - [2026-02-02 02:14:27] "POST /neutron/port HTTP/1.1" 200 1123 0.012143 10.0.0.130 - - [2026-02-02 02:14:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003947 10.0.0.130 - - [2026-02-02 02:14:27] "POST /neutron/subnet HTTP/1.1" 200 689 0.007951 10.0.0.130 - - [2026-02-02 02:14:27] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.130 - - [2026-02-02 02:14:27] "POST /neutron/network HTTP/1.1" 200 823 0.004663 10.0.0.130 - - [2026-02-02 02:14:27] "GET /projects?obj_uuids=586db06c-eb50-4a3a-82fa-1164412ff827&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001701 10.0.0.130 - - [2026-02-02 02:14:27] "GET /project/586db06c-eb50-4a3a-82fa-1164412ff827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.068827 10.0.0.130 - - [2026-02-02 02:14:27] "POST /neutron/network HTTP/1.1" 200 823 0.011608 10.0.0.130 - - [2026-02-02 02:14:27] "POST /neutron/port HTTP/1.1" 200 1123 0.027518 10.0.0.130 - - [2026-02-02 02:14:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006477 10.0.0.130 - - [2026-02-02 02:14:27] "POST /neutron/port HTTP/1.1" 200 117 0.004486 10.0.0.130 - - [2026-02-02 02:14:27] "POST /neutron/port HTTP/1.1" 200 1123 0.010581 10.0.0.130 - - [2026-02-02 02:14:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005707 10.0.0.130 - - [2026-02-02 02:14:27] "POST /neutron/network HTTP/1.1" 200 833 0.008869 10.0.0.130 - - [2026-02-02 02:14:27] "GET /projects?obj_uuids=586db06c-eb50-4a3a-82fa-1164412ff827&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000963 10.0.0.130 - - [2026-02-02 02:14:28] "POST /neutron/port HTTP/1.1" 200 1059 0.239090 10.0.0.130 - - [2026-02-02 02:14:28] "POST /neutron/port HTTP/1.1" 200 1059 0.023522 10.0.0.130 - - [2026-02-02 02:14:28] "POST /neutron/port HTTP/1.1" 200 1059 0.016146 10.0.0.130 - - [2026-02-02 02:14:28] "POST /neutron/port HTTP/1.1" 200 1113 0.106878 10.0.0.130 - - [2026-02-02 02:14:28] "POST /neutron/port HTTP/1.1" 200 1123 0.035452 10.0.0.130 - - [2026-02-02 02:14:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004058 10.0.0.130 - - [2026-02-02 02:14:28] "POST /neutron/subnet HTTP/1.1" 200 689 0.012243 10.0.0.130 - - [2026-02-02 02:14:28] "POST /neutron/port HTTP/1.1" 200 117 0.001146 10.0.0.130 - - [2026-02-02 02:14:28] "POST /neutron/network HTTP/1.1" 200 823 0.004956 10.0.0.130 - - [2026-02-02 02:14:28] "GET /obj-perms HTTP/1.1" 200 5075 0.080245 10.0.0.130 - - [2026-02-02 02:14:29] "GET /obj-perms HTTP/1.1" 200 5075 0.074307 10.0.0.130 - - [2026-02-02 02:14:32] "POST /neutron/port HTTP/1.1" 200 1123 0.011587 10.0.0.130 - - [2026-02-02 02:14:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005511 10.0.0.130 - - [2026-02-02 02:14:32] "POST /neutron/port HTTP/1.1" 200 1123 0.011204 10.0.0.130 - - [2026-02-02 02:14:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005912 10.0.0.130 - - [2026-02-02 02:14:32] "POST /neutron/port HTTP/1.1" 200 1123 0.010533 10.0.0.130 - - [2026-02-02 02:14:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004844 10.0.0.130 - - [2026-02-02 02:14:32] "GET /virtual-machine/3ac68ee8-a7f0-4dc8-b762-01e868cb00bd HTTP/1.1" 401 293 0.000384 10.0.0.130 - - [2026-02-02 02:14:33] "GET /virtual-machine/3ac68ee8-a7f0-4dc8-b762-01e868cb00bd HTTP/1.1" 200 1295 0.027708 10.0.0.130 - - [2026-02-02 02:14:33] "GET /virtual-machine-interface/5264a72e-a3b3-49e7-8289-1281d390797e HTTP/1.1" 200 2952 0.005060 10.0.0.130 - - [2026-02-02 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.130 - - [2026-02-02 02:14:33] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003257 10.0.0.130 - - [2026-02-02 02:14:33] "GET /virtual-networks?parent_id=586db06c-eb50-4a3a-82fa-1164412ff827&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002446 10.0.0.130 - - [2026-02-02 02:14:33] "GET /virtual-network/5bc95e7c-26c5-404e-a3b7-5218c7037d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006186 10.0.0.130 - - [2026-02-02 02:14:36] "POST /neutron/port HTTP/1.1" 200 1123 0.010686 10.0.0.130 - - [2026-02-02 02:14:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005773 10.0.0.130 - - [2026-02-02 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.130 - - [2026-02-02 02:14:36] "GET /virtual-network/5bc95e7c-26c5-404e-a3b7-5218c7037d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004859 10.0.0.130 - - [2026-02-02 02:14:37] "POST /neutron/port HTTP/1.1" 200 1123 0.012877 10.0.0.130 - - [2026-02-02 02:14:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005622 10.0.0.130 - - [2026-02-02 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002447 10.0.0.130 - - [2026-02-02 02:14:38] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002741 10.0.0.130 - - [2026-02-02 02:14:38] "GET /virtual-networks?parent_id=586db06c-eb50-4a3a-82fa-1164412ff827&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002903 10.0.0.130 - - [2026-02-02 02:14:38] "GET /virtual-network/5bc95e7c-26c5-404e-a3b7-5218c7037d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006229 10.0.0.130 - - [2026-02-02 02:14:38] "POST /neutron/port HTTP/1.1" 200 1123 0.010962 10.0.0.130 - - [2026-02-02 02:14:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005176 10.0.0.130 - - [2026-02-02 02:14:38] "POST /neutron/port HTTP/1.1" 200 1123 0.011997 10.0.0.130 - - [2026-02-02 02:14:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005169 10.0.0.130 - - [2026-02-02 02:14:39] "POST /neutron/port HTTP/1.1" 200 1123 0.011413 10.0.0.130 - - [2026-02-02 02:14:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006340 10.0.0.130 - - [2026-02-02 02:14:39] "GET /virtual-machine/a0d6369b-7e13-4984-ae0d-8425bef7efb9 HTTP/1.1" 200 1296 0.004132 10.0.0.130 - - [2026-02-02 02:14:39] "GET /virtual-machine-interface/c51424e6-8df1-4d8e-ba43-4d17a599e80d HTTP/1.1" 200 2954 0.004873 10.0.0.130 - - [2026-02-02 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.130 - - [2026-02-02 02:14:39] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002707 10.0.0.130 - - [2026-02-02 02:14:39] "GET /virtual-networks?parent_id=586db06c-eb50-4a3a-82fa-1164412ff827&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002801 10.0.0.130 - - [2026-02-02 02:14:39] "GET /virtual-network/5bc95e7c-26c5-404e-a3b7-5218c7037d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004966 10.0.0.130 - - [2026-02-02 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002411 10.0.0.130 - - [2026-02-02 02:14:40] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003083 10.0.0.130 - - [2026-02-02 02:14:40] "GET /virtual-networks?parent_id=586db06c-eb50-4a3a-82fa-1164412ff827&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002533 10.0.0.130 - - [2026-02-02 02:14:40] "GET /virtual-network/5bc95e7c-26c5-404e-a3b7-5218c7037d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004921 10.0.0.130 - - [2026-02-02 02:14:45] "POST /neutron/network HTTP/1.1" 200 823 0.007001 10.0.0.130 - - [2026-02-02 02:14:45] "POST /neutron/network HTTP/1.1" 400 204 0.019627 10.0.0.130 - - [2026-02-02 02:14:45] "POST /neutron/port HTTP/1.1" 200 1123 0.010356 10.0.0.130 - - [2026-02-02 02:14:45] "POST /neutron/port HTTP/1.1" 200 1113 0.009282 10.0.0.130 - - [2026-02-02 02:14:45] "POST /neutron/port HTTP/1.1" 200 151 0.097919 10.0.0.130 - - [2026-02-02 02:14:45] "POST /neutron/port HTTP/1.1" 200 1123 0.016949 10.0.0.130 - - [2026-02-02 02:14:45] "POST /neutron/port HTTP/1.1" 200 1113 0.016499 10.0.0.130 - - [2026-02-02 02:14:45] "POST /neutron/port HTTP/1.1" 200 151 0.125948 10.0.0.130 - - [2026-02-02 02:14:47] "POST /neutron/network HTTP/1.1" 200 823 0.006252 10.0.0.130 - - [2026-02-02 02:14:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002747 10.0.0.130 - - [2026-02-02 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.130 - - [2026-02-02 02:14:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001518 10.0.0.130 - - [2026-02-02 02:14:47] "POST /neutron/network HTTP/1.1" 200 151 0.074175 10.0.0.130 - - [2026-02-02 02:14:47] "DELETE /route-target/62e2717e-061e-4c5b-a71e-0910ea3c852c HTTP/1.1" 200 115 0.012888 10.0.0.130 - - [2026-02-02 02:14:47] "GET /projects?obj_uuids=586db06c-eb50-4a3a-82fa-1164412ff827&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000948 10.0.0.130 - - [2026-02-02 02:14:47] "GET /project/586db06c-eb50-4a3a-82fa-1164412ff827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.020989 10.0.0.130 - - [2026-02-02 02:14:47] "GET /projects?obj_uuids=586db06c-eb50-4a3a-82fa-1164412ff827&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001227 10.0.0.130 - - [2026-02-02 02:14:47] "GET /project/586db06c-eb50-4a3a-82fa-1164412ff827?fields=virtual_networks HTTP/1.1" 200 1035 0.064376 10.0.0.130 - - [2026-02-02 02:14:47] "GET /projects?obj_uuids=586db06c-eb50-4a3a-82fa-1164412ff827&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000921 10.0.0.130 - - [2026-02-02 02:14:47] "GET /project/586db06c-eb50-4a3a-82fa-1164412ff827?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.021898 10.0.0.130 - - [2026-02-02 02:14:47] "GET /projects?obj_uuids=586db06c-eb50-4a3a-82fa-1164412ff827&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001092 10.0.0.130 - - [2026-02-02 02:14:47] "GET /project/586db06c-eb50-4a3a-82fa-1164412ff827?fields=security_groups HTTP/1.1" 200 1263 0.024111 10.0.0.130 - - [2026-02-02 02:14:48] "POST /fqname-to-id HTTP/1.1" 404 188 0.024883 10.0.0.130 - - [2026-02-02 02:14:48] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003138 10.0.0.130 - - [2026-02-02 02:14:48] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001242 10.0.0.130 - - [2026-02-02 02:14:48] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006605 10.0.0.130 - - [2026-02-02 02:14:48] "POST /id-to-fqname HTTP/1.1" 200 190 0.001102 10.0.0.130 - - [2026-02-02 02:14:48] "POST /fqname-to-id HTTP/1.1" 404 199 0.003407 10.0.0.130 - - [2026-02-02 02:14:48] "POST /security-groups HTTP/1.1" 200 591 0.064182 10.0.0.130 - - [2026-02-02 02:14:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.002322 10.0.0.130 - - [2026-02-02 02:14:48] "POST /projects HTTP/1.1" 200 585 0.205155 10.0.0.130 - - [2026-02-02 02:14:48] "POST /access-control-lists HTTP/1.1" 200 598 0.055711 10.0.0.130 - - [2026-02-02 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.276105 10.0.0.130 - - [2026-02-02 02:14:48] "POST /fqname-to-id HTTP/1.1" 404 233 0.008298 10.0.0.130 - - [2026-02-02 02:14:49] "GET /project/a54d7f38-ac6a-47f1-b018-c8fa4c459f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.400204 10.0.0.130 - - [2026-02-02 02:14:49] "POST /access-control-lists HTTP/1.1" 200 596 0.061589 10.0.0.130 - - [2026-02-02 02:14:50] "GET / HTTP/1.1" 200 36215 0.001923 10.0.0.130 - - [2026-02-02 02:14:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000496 10.0.0.130 - - [2026-02-02 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.060967 10.0.0.130 - - [2026-02-02 02:14:51] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000918 10.0.0.130 - - [2026-02-02 02:14:51] "GET /project/a54d7f38-ac6a-47f1-b018-c8fa4c459f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.022916 10.0.0.130 - - [2026-02-02 02:14:51] "POST /neutron/network HTTP/1.1" 200 117 0.034640 10.0.0.130 - - [2026-02-02 02:14:51] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001476 10.0.0.130 - - [2026-02-02 02:14:51] "POST /neutron/network HTTP/1.1" 200 625 0.055381 10.0.0.130 - - [2026-02-02 02:14:51] "POST /route-targets HTTP/1.1" 200 328 0.009930 10.0.0.130 - - [2026-02-02 02:14:51] "POST /ref-update HTTP/1.1" 200 156 0.012069 10.0.0.130 - - [2026-02-02 02:14:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002145 10.0.0.130 - - [2026-02-02 02:14:51] "POST /neutron/subnet HTTP/1.1" 200 701 0.166033 10.0.0.130 - - [2026-02-02 02:14:51] "POST /neutron/network HTTP/1.1" 200 839 0.005196 10.0.0.130 - - [2026-02-02 02:14:51] "POST /id-to-fqname HTTP/1.1" 200 230 0.001149 10.0.0.130 - - [2026-02-02 02:14:51] "GET /virtual-network/78b04f10-6fb1-4e43-b974-c5f25b5ac1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004319 10.0.0.130 - - [2026-02-02 02:14:51] "POST /neutron/network HTTP/1.1" 200 839 0.005944 10.0.0.130 - - [2026-02-02 02:14:51] "GET /virtual-network/78b04f10-6fb1-4e43-b974-c5f25b5ac1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004426 10.0.0.130 - - [2026-02-02 02:14:51] "POST /neutron/network HTTP/1.1" 200 839 0.005352 10.0.0.130 - - [2026-02-02 02:14:51] "POST /neutron/subnet HTTP/1.1" 200 701 0.005894 10.0.0.130 - - [2026-02-02 02:14:51] "POST /neutron/network HTTP/1.1" 200 839 0.004876 10.0.0.130 - - [2026-02-02 02:14:51] "POST /id-to-fqname HTTP/1.1" 200 230 0.001038 10.0.0.130 - - [2026-02-02 02:14:51] "POST /neutron/network HTTP/1.1" 200 849 0.008120 10.0.0.130 - - [2026-02-02 02:14:51] "GET /aaa-mode HTTP/1.1" 401 293 0.000409 10.0.0.130 - - [2026-02-02 02:14:52] "GET / HTTP/1.1" 200 36215 0.001568 10.0.0.130 - - [2026-02-02 02:14:52] "GET /project/a54d7f38-ac6a-47f1-b018-c8fa4c459f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000376 10.0.0.130 - - [2026-02-02 02:14:52] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000941 10.0.0.130 - - [2026-02-02 02:14:52] "GET /project/a54d7f38-ac6a-47f1-b018-c8fa4c459f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051512 10.0.0.130 - - [2026-02-02 02:14:52] "POST /neutron/network HTTP/1.1" 200 839 0.004833 10.0.0.130 - - [2026-02-02 02:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.004910 10.0.0.130 - - [2026-02-02 02:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.005677 10.0.0.130 - - [2026-02-02 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002361 10.0.0.130 - - [2026-02-02 02:14:52] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002654 10.0.0.130 - - [2026-02-02 02:14:52] "PUT /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee HTTP/1.1" 200 277 0.010329 10.0.0.130 - - [2026-02-02 02:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.004579 10.0.0.130 - - [2026-02-02 02:14:53] "POST /neutron/network HTTP/1.1" 200 849 0.005457 10.0.0.130 - - [2026-02-02 02:14:53] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001041 10.0.0.130 - - [2026-02-02 02:14:53] "POST /neutron/port HTTP/1.1" 200 1055 0.244549 10.0.0.130 - - [2026-02-02 02:14:53] "POST /neutron/port HTTP/1.1" 200 1055 0.014076 10.0.0.130 - - [2026-02-02 02:14:53] "POST /neutron/port HTTP/1.1" 200 1055 0.007623 10.0.0.130 - - [2026-02-02 02:14:53] "POST /neutron/port HTTP/1.1" 200 1109 0.059901 10.0.0.130 - - [2026-02-02 02:14:53] "POST /neutron/port HTTP/1.1" 200 1119 0.013152 10.0.0.130 - - [2026-02-02 02:14:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002753 10.0.0.130 - - [2026-02-02 02:14:53] "POST /neutron/subnet HTTP/1.1" 200 675 0.006702 10.0.0.130 - - [2026-02-02 02:14:53] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.130 - - [2026-02-02 02:14:53] "POST /neutron/network HTTP/1.1" 200 839 0.005533 10.0.0.130 - - [2026-02-02 02:14:58] "POST /neutron/port HTTP/1.1" 200 1119 0.010244 10.0.0.130 - - [2026-02-02 02:14:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005966 10.0.0.130 - - [2026-02-02 02:14:58] "POST /neutron/port HTTP/1.1" 200 1119 0.012491 10.0.0.130 - - [2026-02-02 02:14:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005797 10.0.0.130 - - [2026-02-02 02:14:58] "POST /neutron/port HTTP/1.1" 200 1119 0.010486 10.0.0.130 - - [2026-02-02 02:14:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005666 10.0.0.130 - - [2026-02-02 02:14:58] "GET /virtual-machine/69b949c5-c75e-4ad8-bded-710d5a94c7e3 HTTP/1.1" 401 293 0.000403 10.0.0.130 - - [2026-02-02 02:14:58] "GET /virtual-machine/69b949c5-c75e-4ad8-bded-710d5a94c7e3 HTTP/1.1" 200 1294 0.054088 10.0.0.130 - - [2026-02-02 02:14:58] "GET /virtual-machine-interface/aedbc3cf-7e2d-48bd-8f9d-dde096c545b6 HTTP/1.1" 200 2979 0.009309 10.0.0.130 - - [2026-02-02 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002585 10.0.0.130 - - [2026-02-02 02:14:58] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003191 10.0.0.130 - - [2026-02-02 02:14:58] "GET /virtual-networks?parent_id=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002795 10.0.0.130 - - [2026-02-02 02:14:58] "GET /virtual-network/78b04f10-6fb1-4e43-b974-c5f25b5ac1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004799 10.0.0.130 - - [2026-02-02 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.130 - - [2026-02-02 02:15:01] "GET /virtual-network/78b04f10-6fb1-4e43-b974-c5f25b5ac1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006479 10.0.0.130 - - [2026-02-02 02:15:02] "POST /neutron/port HTTP/1.1" 200 1119 0.012414 10.0.0.130 - - [2026-02-02 02:15:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007530 10.0.0.130 - - [2026-02-02 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.130 - - [2026-02-02 02:15:04] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002930 10.0.0.130 - - [2026-02-02 02:15:04] "GET /virtual-networks?parent_id=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002811 10.0.0.130 - - [2026-02-02 02:15:04] "GET /virtual-network/78b04f10-6fb1-4e43-b974-c5f25b5ac1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005056 10.0.0.130 - - [2026-02-02 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002328 10.0.0.130 - - [2026-02-02 02:15:06] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002290 10.0.0.130 - - [2026-02-02 02:15:06] "PUT /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee HTTP/1.1" 200 277 0.008001 10.0.0.130 - - [2026-02-02 02:15:06] "POST /neutron/network HTTP/1.1" 200 839 0.006194 10.0.0.130 - - [2026-02-02 02:15:06] "POST /neutron/network HTTP/1.1" 400 204 0.011353 10.0.0.130 - - [2026-02-02 02:15:06] "POST /neutron/port HTTP/1.1" 200 1119 0.013620 10.0.0.130 - - [2026-02-02 02:15:06] "POST /neutron/port HTTP/1.1" 200 1109 0.009115 10.0.0.130 - - [2026-02-02 02:15:07] "POST /neutron/port HTTP/1.1" 200 151 0.108760 10.0.0.130 - - [2026-02-02 02:15:08] "POST /neutron/network HTTP/1.1" 200 839 0.005200 10.0.0.130 - - [2026-02-02 02:15:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003307 10.0.0.130 - - [2026-02-02 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005092 10.0.0.130 - - [2026-02-02 02:15:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003381 10.0.0.130 - - [2026-02-02 02:15:08] "POST /neutron/network HTTP/1.1" 200 151 0.068910 10.0.0.130 - - [2026-02-02 02:15:08] "DELETE /route-target/70086a4b-35d6-4f27-8772-3c01d67d5434 HTTP/1.1" 200 115 0.017100 10.0.0.130 - - [2026-02-02 02:15:09] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002370 10.0.0.130 - - [2026-02-02 02:15:09] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee HTTP/1.1" 200 1883 0.002988 10.0.0.130 - - [2026-02-02 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002218 10.0.0.130 - - [2026-02-02 02:15:09] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001111 10.0.0.130 - - [2026-02-02 02:15:09] "GET /project/a54d7f38-ac6a-47f1-b018-c8fa4c459f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.021236 10.0.0.130 - - [2026-02-02 02:15:09] "POST /neutron/network HTTP/1.1" 200 117 0.007034 10.0.0.130 - - [2026-02-02 02:15:09] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001025 10.0.0.130 - - [2026-02-02 02:15:09] "POST /neutron/network HTTP/1.1" 200 605 0.059140 10.0.0.130 - - [2026-02-02 02:15:09] "POST /route-targets HTTP/1.1" 200 328 0.009190 10.0.0.130 - - [2026-02-02 02:15:09] "POST /ref-update HTTP/1.1" 200 156 0.010714 10.0.0.130 - - [2026-02-02 02:15:09] "POST /useragent-kv HTTP/1.1" 200 115 0.005092 10.0.0.130 - - [2026-02-02 02:15:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.175302 10.0.0.130 - - [2026-02-02 02:15:09] "POST /neutron/network HTTP/1.1" 200 824 0.004556 10.0.0.130 - - [2026-02-02 02:15:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001107 10.0.0.130 - - [2026-02-02 02:15:09] "GET /virtual-network/8094cb64-a183-4f4c-8be1-afbe8ea42857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003958 10.0.0.130 - - [2026-02-02 02:15:09] "POST /neutron/network HTTP/1.1" 200 824 0.004689 10.0.0.130 - - [2026-02-02 02:15:09] "GET /virtual-network/8094cb64-a183-4f4c-8be1-afbe8ea42857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004496 10.0.0.130 - - [2026-02-02 02:15:09] "POST /neutron/network HTTP/1.1" 200 824 0.005111 10.0.0.130 - - [2026-02-02 02:15:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.006330 10.0.0.130 - - [2026-02-02 02:15:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.000996 10.0.0.130 - - [2026-02-02 02:15:09] "POST /neutron/network HTTP/1.1" 200 834 0.004615 10.0.0.130 - - [2026-02-02 02:15:09] "GET /aaa-mode HTTP/1.1" 401 293 0.000343 10.0.0.130 - - [2026-02-02 02:15:10] "GET / HTTP/1.1" 200 36215 0.001521 10.0.0.130 - - [2026-02-02 02:15:10] "GET /project/a54d7f38-ac6a-47f1-b018-c8fa4c459f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000375 10.0.0.130 - - [2026-02-02 02:15:10] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000963 10.0.0.130 - - [2026-02-02 02:15:10] "GET /project/a54d7f38-ac6a-47f1-b018-c8fa4c459f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047533 10.0.0.130 - - [2026-02-02 02:15:10] "POST /neutron/network HTTP/1.1" 200 824 0.005205 10.0.0.130 - - [2026-02-02 02:15:10] "POST /neutron/port HTTP/1.1" 200 117 0.005584 10.0.0.130 - - [2026-02-02 02:15:10] "POST /neutron/port HTTP/1.1" 200 117 0.005665 10.0.0.130 - - [2026-02-02 02:15:10] "POST /neutron/port HTTP/1.1" 200 117 0.004233 10.0.0.130 - - [2026-02-02 02:15:11] "POST /neutron/network HTTP/1.1" 200 834 0.005035 10.0.0.130 - - [2026-02-02 02:15:11] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001230 10.0.0.130 - - [2026-02-02 02:15:11] "POST /neutron/port HTTP/1.1" 200 1060 0.192424 10.0.0.130 - - [2026-02-02 02:15:11] "POST /neutron/port HTTP/1.1" 200 1060 0.008423 10.0.0.130 - - [2026-02-02 02:15:11] "POST /neutron/port HTTP/1.1" 200 1060 0.008630 10.0.0.130 - - [2026-02-02 02:15:11] "POST /neutron/port HTTP/1.1" 200 1114 0.049263 10.0.0.130 - - [2026-02-02 02:15:11] "POST /neutron/port HTTP/1.1" 200 1124 0.011554 10.0.0.130 - - [2026-02-02 02:15:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003041 10.0.0.130 - - [2026-02-02 02:15:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.005521 10.0.0.130 - - [2026-02-02 02:15:11] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.130 - - [2026-02-02 02:15:11] "POST /neutron/network HTTP/1.1" 200 824 0.005113 10.0.0.130 - - [2026-02-02 02:15:15] "POST /neutron/port HTTP/1.1" 200 1124 0.013925 10.0.0.130 - - [2026-02-02 02:15:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005343 10.0.0.130 - - [2026-02-02 02:15:15] "POST /neutron/port HTTP/1.1" 200 1124 0.009897 10.0.0.130 - - [2026-02-02 02:15:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004800 10.0.0.130 - - [2026-02-02 02:15:15] "POST /neutron/port HTTP/1.1" 200 1124 0.011347 10.0.0.130 - - [2026-02-02 02:15:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005702 10.0.0.130 - - [2026-02-02 02:15:15] "GET /virtual-machine/20f659ab-ea90-4882-b20b-a2f7304793d5 HTTP/1.1" 200 1294 0.003686 10.0.0.130 - - [2026-02-02 02:15:15] "GET /virtual-machine-interface/e92b4009-9790-4be2-a9ca-c402f3660564 HTTP/1.1" 200 2949 0.003811 10.0.0.130 - - [2026-02-02 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.130 - - [2026-02-02 02:15:15] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003124 10.0.0.130 - - [2026-02-02 02:15:16] "GET /virtual-networks?parent_id=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003139 10.0.0.130 - - [2026-02-02 02:15:16] "GET /virtual-network/8094cb64-a183-4f4c-8be1-afbe8ea42857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004792 10.0.0.130 - - [2026-02-02 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.130 - - [2026-02-02 02:15:19] "GET /virtual-network/8094cb64-a183-4f4c-8be1-afbe8ea42857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004407 10.0.0.130 - - [2026-02-02 02:15:19] "POST /neutron/port HTTP/1.1" 200 1124 0.011999 10.0.0.130 - - [2026-02-02 02:15:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004486 10.0.0.130 - - [2026-02-02 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.130 - - [2026-02-02 02:15:21] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002606 10.0.0.130 - - [2026-02-02 02:15:21] "GET /virtual-networks?parent_id=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002537 10.0.0.130 - - [2026-02-02 02:15:21] "GET /virtual-network/8094cb64-a183-4f4c-8be1-afbe8ea42857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004762 10.0.0.130 - - [2026-02-02 02:15:22] "DELETE /project/a54d7f38ac6a47f1b018c8fa4c459f15 HTTP/1.1" 404 173 0.003819 10.0.0.130 - - [2026-02-02 02:15:22] "GET /projects?obj_uuids=586db06c-eb50-4a3a-82fa-1164412ff827&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000865 10.0.0.130 - - [2026-02-02 02:15:22] "GET /project/586db06c-eb50-4a3a-82fa-1164412ff827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.027627 10.0.0.130 - - [2026-02-02 02:15:22] "GET /projects?obj_uuids=586db06c-eb50-4a3a-82fa-1164412ff827&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000932 10.0.0.130 - - [2026-02-02 02:15:22] "GET /project/586db06c-eb50-4a3a-82fa-1164412ff827?fields=security_groups HTTP/1.1" 200 1365 0.082833 10.0.0.130 - - [2026-02-02 02:15:22] "DELETE /security-group/daf81816-c2b8-4515-9c9a-72f37ea7016b HTTP/1.1" 200 115 0.040924 10.0.0.130 - - [2026-02-02 02:15:22] "GET /projects?obj_uuids=586db06c-eb50-4a3a-82fa-1164412ff827&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000868 10.0.0.130 - - [2026-02-02 02:15:22] "DELETE /access-control-list/0b558c77-0598-441f-ade6-a23e73c67a80 HTTP/1.1" 200 115 0.032470 10.0.0.130 - - [2026-02-02 02:15:22] "GET /project/586db06c-eb50-4a3a-82fa-1164412ff827?fields=application_policy_sets HTTP/1.1" 200 1404 0.030704 10.0.0.130 - - [2026-02-02 02:15:22] "DELETE /access-control-list/931d2219-4643-4389-9cbb-d89cc9038399 HTTP/1.1" 200 115 0.021241 10.0.0.130 - - [2026-02-02 02:15:22] "DELETE /project/586db06c-eb50-4a3a-82fa-1164412ff827 HTTP/1.1" 200 115 0.338396 10.0.0.130 - - [2026-02-02 02:15:23] "POST /neutron/network HTTP/1.1" 200 824 0.005209 10.0.0.130 - - [2026-02-02 02:15:23] "POST /neutron/network HTTP/1.1" 400 204 0.011261 10.0.0.130 - - [2026-02-02 02:15:23] "POST /neutron/port HTTP/1.1" 200 1124 0.010454 10.0.0.130 - - [2026-02-02 02:15:23] "POST /neutron/port HTTP/1.1" 200 1114 0.008063 10.0.0.130 - - [2026-02-02 02:15:23] "POST /neutron/port HTTP/1.1" 200 151 0.077426 10.0.0.130 - - [2026-02-02 02:15:25] "POST /neutron/network HTTP/1.1" 200 824 0.006134 10.0.0.130 - - [2026-02-02 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005046 10.0.0.130 - - [2026-02-02 02:15:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002059 10.0.0.130 - - [2026-02-02 02:15:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002194 10.0.0.130 - - [2026-02-02 02:15:25] "POST /neutron/network HTTP/1.1" 200 151 0.064786 10.0.0.130 - - [2026-02-02 02:15:25] "DELETE /route-target/80e409f6-6ef2-4cde-ad8a-7cc29483f90b HTTP/1.1" 200 115 0.013285 10.0.0.130 - - [2026-02-02 02:15:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002442 10.0.0.130 - - [2026-02-02 02:15:26] "POST /network-ipams HTTP/1.1" 200 543 0.013623 10.0.0.130 - - [2026-02-02 02:15:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.002459 10.0.0.130 - - [2026-02-02 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002389 10.0.0.130 - - [2026-02-02 02:15:26] "GET /network-ipam/90c2b097-2380-4abb-b505-58c20f6bcf15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.004370 10.0.0.130 - - [2026-02-02 02:15:26] "PUT /network-ipam/90c2b097-2380-4abb-b505-58c20f6bcf15 HTTP/1.1" 200 259 0.008596 10.0.0.130 - - [2026-02-02 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002425 10.0.0.130 - - [2026-02-02 02:15:26] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001008 10.0.0.130 - - [2026-02-02 02:15:26] "GET /project/a54d7f38-ac6a-47f1-b018-c8fa4c459f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.030970 10.0.0.130 - - [2026-02-02 02:15:26] "POST /neutron/network HTTP/1.1" 200 117 0.007842 10.0.0.130 - - [2026-02-02 02:15:26] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001219 10.0.0.130 - - [2026-02-02 02:15:26] "POST /neutron/network HTTP/1.1" 200 605 0.057347 10.0.0.130 - - [2026-02-02 02:15:26] "POST /route-targets HTTP/1.1" 200 328 0.010745 10.0.0.130 - - [2026-02-02 02:15:26] "POST /ref-update HTTP/1.1" 200 156 0.012843 10.0.0.130 - - [2026-02-02 02:15:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004410 10.0.0.130 - - [2026-02-02 02:15:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.185016 10.0.0.130 - - [2026-02-02 02:15:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004185 10.0.0.130 - - [2026-02-02 02:15:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.148145 10.0.0.130 - - [2026-02-02 02:15:26] "POST /neutron/network HTTP/1.1" 200 994 0.007293 10.0.0.130 - - [2026-02-02 02:15:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001176 10.0.0.130 - - [2026-02-02 02:15:26] "GET /virtual-network/efacc644-6977-44fb-8e1e-fb3c94883260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005485 10.0.0.130 - - [2026-02-02 02:15:27] "POST /neutron/network HTTP/1.1" 200 994 0.006889 10.0.0.130 - - [2026-02-02 02:15:27] "GET /virtual-network/efacc644-6977-44fb-8e1e-fb3c94883260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005188 10.0.0.130 - - [2026-02-02 02:15:27] "POST /neutron/network HTTP/1.1" 200 994 0.007558 10.0.0.130 - - [2026-02-02 02:15:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.006076 10.0.0.130 - - [2026-02-02 02:15:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.005582 10.0.0.130 - - [2026-02-02 02:15:27] "POST /neutron/network HTTP/1.1" 200 994 0.005308 10.0.0.130 - - [2026-02-02 02:15:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.005655 10.0.0.130 - - [2026-02-02 02:15:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.005499 10.0.0.130 - - [2026-02-02 02:15:27] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001261 10.0.0.130 - - [2026-02-02 02:15:27] "POST /neutron/port HTTP/1.1" 200 1017 0.167279 10.0.0.130 - - [2026-02-02 02:15:27] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000902 10.0.0.130 - - [2026-02-02 02:15:27] "POST /neutron/port HTTP/1.1" 200 1017 0.175114 10.0.0.130 - - [2026-02-02 02:15:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001134 10.0.0.130 - - [2026-02-02 02:15:27] "POST /neutron/port HTTP/1.1" 200 1017 0.007984 10.0.0.130 - - [2026-02-02 02:15:27] "POST /neutron/port HTTP/1.1" 200 1017 0.007938 10.0.0.130 - - [2026-02-02 02:15:27] "POST /neutron/network HTTP/1.1" 200 994 0.005918 10.0.0.130 - - [2026-02-02 02:15:27] "POST /neutron/port HTTP/1.1" 200 1017 0.009142 10.0.0.130 - - [2026-02-02 02:15:27] "POST /neutron/port HTTP/1.1" 200 117 0.015096 10.0.0.130 - - [2026-02-02 02:15:27] "POST /neutron/port HTTP/1.1" 200 1017 0.015810 10.0.0.130 - - [2026-02-02 02:15:27] "POST /neutron/port HTTP/1.1" 200 117 0.011086 10.0.0.130 - - [2026-02-02 02:15:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001205 10.0.0.130 - - [2026-02-02 02:15:27] "POST /neutron/port HTTP/1.1" 200 117 0.004187 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/port HTTP/1.1" 200 1017 0.007990 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/port HTTP/1.1" 200 1017 0.008337 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/network HTTP/1.1" 200 994 0.005516 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/port HTTP/1.1" 200 1017 0.007333 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/port HTTP/1.1" 200 1017 0.008194 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/port HTTP/1.1" 200 117 0.005401 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/port HTTP/1.1" 200 1017 0.010270 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/port HTTP/1.1" 200 117 0.003339 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/network HTTP/1.1" 200 1004 0.005519 10.0.0.130 - - [2026-02-02 02:15:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001356 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/port HTTP/1.1" 200 1017 0.008785 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/port HTTP/1.1" 200 1017 0.007657 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/port HTTP/1.1" 200 1109 0.068850 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/port HTTP/1.1" 200 1119 0.025308 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006789 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/port HTTP/1.1" 200 1119 0.010465 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003169 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/subnet HTTP/1.1" 200 673 0.007237 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/network HTTP/1.1" 200 1004 0.006313 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/port HTTP/1.1" 200 117 0.000998 10.0.0.130 - - [2026-02-02 02:15:28] "GET /aaa-mode HTTP/1.1" 401 293 0.000365 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/network HTTP/1.1" 200 994 0.006829 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/port HTTP/1.1" 200 1017 0.007435 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/network HTTP/1.1" 200 1004 0.004797 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/port HTTP/1.1" 200 1017 0.010713 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/port HTTP/1.1" 200 1017 0.006672 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/port HTTP/1.1" 200 1109 0.055695 10.0.0.130 - - [2026-02-02 02:15:28] "GET / HTTP/1.1" 200 36215 0.001407 10.0.0.130 - - [2026-02-02 02:15:28] "GET /project/a54d7f38-ac6a-47f1-b018-c8fa4c459f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000379 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/port HTTP/1.1" 200 1119 0.011711 10.0.0.130 - - [2026-02-02 02:15:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003100 10.0.0.130 - - [2026-02-02 02:15:29] "POST /neutron/subnet HTTP/1.1" 200 673 0.011731 10.0.0.130 - - [2026-02-02 02:15:29] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.130 - - [2026-02-02 02:15:29] "POST /neutron/network HTTP/1.1" 200 994 0.007491 10.0.0.130 - - [2026-02-02 02:15:29] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001150 10.0.0.130 - - [2026-02-02 02:15:29] "GET /project/a54d7f38-ac6a-47f1-b018-c8fa4c459f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.178617 10.0.0.130 - - [2026-02-02 02:15:29] "POST /neutron/network HTTP/1.1" 200 994 0.013914 10.0.0.130 - - [2026-02-02 02:15:29] "GET /obj-perms HTTP/1.1" 200 5075 0.105953 10.0.0.130 - - [2026-02-02 02:15:29] "POST /neutron/port HTTP/1.1" 200 2086 0.019850 10.0.0.130 - - [2026-02-02 02:15:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008059 10.0.0.130 - - [2026-02-02 02:15:29] "POST /neutron/port HTTP/1.1" 200 117 0.004187 10.0.0.130 - - [2026-02-02 02:15:29] "GET /domains HTTP/1.1" 200 281 0.004689 10.0.0.130 - - [2026-02-02 02:15:29] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001384 10.0.0.130 - - [2026-02-02 02:15:29] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2583 0.010860 10.0.0.130 - - [2026-02-02 02:15:29] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001304 10.0.0.130 - - [2026-02-02 02:15:29] "GET /project/a54d7f38-ac6a-47f1-b018-c8fa4c459f15 HTTP/1.1" 200 2852 0.071907 10.0.0.130 - - [2026-02-02 02:15:29] "GET /network-ipam/90c2b097-2380-4abb-b505-58c20f6bcf15 HTTP/1.1" 200 2650 0.004432 10.0.0.130 - - [2026-02-02 02:15:29] "GET /domains HTTP/1.1" 200 281 0.002801 10.0.0.130 - - [2026-02-02 02:15:29] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.130 - - [2026-02-02 02:15:29] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2583 0.008483 10.0.0.130 - - [2026-02-02 02:15:29] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000932 10.0.0.130 - - [2026-02-02 02:15:29] "GET /obj-perms HTTP/1.1" 200 5075 0.063403 10.0.0.130 - - [2026-02-02 02:15:29] "GET /project/a54d7f38-ac6a-47f1-b018-c8fa4c459f15 HTTP/1.1" 200 2852 0.083253 10.0.0.130 - - [2026-02-02 02:15:29] "GET /virtual-network/efacc644-6977-44fb-8e1e-fb3c94883260 HTTP/1.1" 200 3789 0.009977 10.0.0.130 - - [2026-02-02 02:15:29] "GET /virtual-network/efacc644-6977-44fb-8e1e-fb3c94883260 HTTP/1.1" 200 3789 0.004676 10.0.0.130 - - [2026-02-02 02:15:29] "GET /routing-instance/70af89a4-331d-4ff9-92a7-692499ac2327 HTTP/1.1" 200 2385 0.004707 10.0.0.130 - - [2026-02-02 02:15:30] "GET /routing-instance/70af89a4-331d-4ff9-92a7-692499ac2327 HTTP/1.1" 200 2385 0.004208 10.0.0.130 - - [2026-02-02 02:15:30] "GET /route-target/a2df06ed-9498-450a-9ce3-cfecea202e7b HTTP/1.1" 200 1207 0.002944 10.0.0.130 - - [2026-02-02 02:15:30] "GET /virtual-network/efacc644-6977-44fb-8e1e-fb3c94883260 HTTP/1.1" 200 3789 0.004845 10.0.0.130 - - [2026-02-02 02:15:30] "GET /routing-instance/70af89a4-331d-4ff9-92a7-692499ac2327 HTTP/1.1" 200 2385 0.003078 10.0.0.130 - - [2026-02-02 02:15:30] "GET /virtual-network/efacc644-6977-44fb-8e1e-fb3c94883260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005279 10.0.0.130 - - [2026-02-02 02:15:30] "GET /virtual-network/efacc644-6977-44fb-8e1e-fb3c94883260 HTTP/1.1" 200 3789 0.004653 10.0.0.130 - - [2026-02-02 02:15:30] "GET /routing-instance/70af89a4-331d-4ff9-92a7-692499ac2327 HTTP/1.1" 200 2385 0.003137 10.0.0.130 - - [2026-02-02 02:15:30] "GET /routing-instance/70af89a4-331d-4ff9-92a7-692499ac2327 HTTP/1.1" 200 2385 0.003459 10.0.0.130 - - [2026-02-02 02:15:30] "GET /route-target/a2df06ed-9498-450a-9ce3-cfecea202e7b HTTP/1.1" 200 1207 0.006145 10.0.0.130 - - [2026-02-02 02:15:30] "GET /domains HTTP/1.1" 200 281 0.002778 10.0.0.130 - - [2026-02-02 02:15:30] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.130 - - [2026-02-02 02:15:30] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2583 0.006481 10.0.0.130 - - [2026-02-02 02:15:30] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000962 10.0.0.130 - - [2026-02-02 02:15:30] "GET /project/a54d7f38-ac6a-47f1-b018-c8fa4c459f15 HTTP/1.1" 200 2852 0.075699 10.0.0.130 - - [2026-02-02 02:15:30] "GET /virtual-network/efacc644-6977-44fb-8e1e-fb3c94883260 HTTP/1.1" 200 3789 0.009521 10.0.0.130 - - [2026-02-02 02:15:30] "POST /neutron/network HTTP/1.1" 200 1004 0.018061 10.0.0.130 - - [2026-02-02 02:15:30] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000977 10.0.0.130 - - [2026-02-02 02:15:30] "POST /neutron/port HTTP/1.1" 200 1055 0.220981 10.0.0.130 - - [2026-02-02 02:15:30] "POST /neutron/port HTTP/1.1" 200 1055 0.013310 10.0.0.130 - - [2026-02-02 02:15:30] "POST /neutron/port HTTP/1.1" 200 1055 0.009348 10.0.0.130 - - [2026-02-02 02:15:30] "GET /obj-perms HTTP/1.1" 200 5049 0.086708 10.0.0.130 - - [2026-02-02 02:15:30] "POST /neutron/port HTTP/1.1" 200 1109 0.115117 10.0.0.130 - - [2026-02-02 02:15:30] "POST /neutron/port HTTP/1.1" 200 1119 0.016349 10.0.0.130 - - [2026-02-02 02:15:30] "POST /neutron/port HTTP/1.1" 200 1119 0.013558 10.0.0.130 - - [2026-02-02 02:15:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008842 10.0.0.130 - - [2026-02-02 02:15:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002848 10.0.0.130 - - [2026-02-02 02:15:30] "POST /neutron/subnet HTTP/1.1" 200 673 0.016961 10.0.0.130 - - [2026-02-02 02:15:30] "POST /neutron/port HTTP/1.1" 200 1119 0.017007 10.0.0.130 - - [2026-02-02 02:15:30] "POST /neutron/port HTTP/1.1" 200 117 0.001048 10.0.0.130 - - [2026-02-02 02:15:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005035 10.0.0.130 - - [2026-02-02 02:15:30] "POST /neutron/network HTTP/1.1" 200 994 0.006062 10.0.0.130 - - [2026-02-02 02:15:30] "POST /neutron/port HTTP/1.1" 200 1119 0.010245 10.0.0.130 - - [2026-02-02 02:15:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007634 10.0.0.130 - - [2026-02-02 02:15:30] "GET /virtual-machine/5483d4e3-a343-459b-933e-46659f4c6da7 HTTP/1.1" 200 1290 0.007080 10.0.0.130 - - [2026-02-02 02:15:30] "GET /virtual-machine-interface/de52bd54-609a-4757-8be5-1a1952b36adb HTTP/1.1" 200 2949 0.007655 10.0.0.130 - - [2026-02-02 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.130 - - [2026-02-02 02:15:31] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003577 10.0.0.130 - - [2026-02-02 02:15:31] "GET /virtual-networks?parent_id=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002579 10.0.0.130 - - [2026-02-02 02:15:31] "GET /virtual-network/efacc644-6977-44fb-8e1e-fb3c94883260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005194 10.0.0.130 - - [2026-02-02 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002557 10.0.0.130 - - [2026-02-02 02:15:34] "GET /virtual-network/efacc644-6977-44fb-8e1e-fb3c94883260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004367 10.0.0.130 - - [2026-02-02 02:15:37] "POST /neutron/port HTTP/1.1" 200 1119 0.017606 10.0.0.130 - - [2026-02-02 02:15:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006179 10.0.0.130 - - [2026-02-02 02:15:38] "POST /neutron/port HTTP/1.1" 200 1119 0.013532 10.0.0.130 - - [2026-02-02 02:15:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005102 10.0.0.130 - - [2026-02-02 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.130 - - [2026-02-02 02:15:38] "GET /virtual-network/efacc644-6977-44fb-8e1e-fb3c94883260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005835 10.0.0.130 - - [2026-02-02 02:15:39] "POST /neutron/port HTTP/1.1" 200 1119 0.013189 10.0.0.130 - - [2026-02-02 02:15:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004757 10.0.0.130 - - [2026-02-02 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002627 10.0.0.130 - - [2026-02-02 02:15:40] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002967 10.0.0.130 - - [2026-02-02 02:15:40] "GET /virtual-networks?parent_id=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002690 10.0.0.130 - - [2026-02-02 02:15:40] "GET /virtual-network/efacc644-6977-44fb-8e1e-fb3c94883260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004945 10.0.0.130 - - [2026-02-02 02:15:40] "POST /neutron/port HTTP/1.1" 200 1119 0.017760 10.0.0.130 - - [2026-02-02 02:15:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006712 10.0.0.130 - - [2026-02-02 02:15:40] "POST /neutron/port HTTP/1.1" 200 1119 0.019189 10.0.0.130 - - [2026-02-02 02:15:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005341 10.0.0.130 - - [2026-02-02 02:15:40] "POST /neutron/port HTTP/1.1" 200 1119 0.013172 10.0.0.130 - - [2026-02-02 02:15:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005698 10.0.0.130 - - [2026-02-02 02:15:41] "GET /virtual-machine/1aafdd28-ce84-41fa-bbde-1a0021053b7a HTTP/1.1" 200 1290 0.004333 10.0.0.130 - - [2026-02-02 02:15:41] "GET /virtual-machine-interface/6fc12a6f-cbdf-43c2-a125-4a35004d9482 HTTP/1.1" 200 2948 0.004225 10.0.0.130 - - [2026-02-02 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002505 10.0.0.130 - - [2026-02-02 02:15:41] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002893 10.0.0.130 - - [2026-02-02 02:15:41] "GET /virtual-networks?parent_id=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002989 10.0.0.130 - - [2026-02-02 02:15:41] "GET /virtual-network/efacc644-6977-44fb-8e1e-fb3c94883260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005003 10.0.0.130 - - [2026-02-02 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.130 - - [2026-02-02 02:15:42] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002737 10.0.0.130 - - [2026-02-02 02:15:42] "GET /virtual-networks?parent_id=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002585 10.0.0.130 - - [2026-02-02 02:15:42] "GET /virtual-network/efacc644-6977-44fb-8e1e-fb3c94883260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005925 10.0.0.130 - - [2026-02-02 02:15:42] "POST /neutron/port HTTP/1.1" 200 1119 0.011592 10.0.0.130 - - [2026-02-02 02:15:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005624 10.0.0.130 - - [2026-02-02 02:15:42] "POST /neutron/port HTTP/1.1" 200 1119 0.012696 10.0.0.130 - - [2026-02-02 02:15:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006235 10.0.0.130 - - [2026-02-02 02:15:42] "POST /neutron/port HTTP/1.1" 200 1119 0.011281 10.0.0.130 - - [2026-02-02 02:15:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006619 10.0.0.130 - - [2026-02-02 02:15:42] "GET /virtual-machine/bf600cdd-40e2-4aef-b87a-2d5f14f750b9 HTTP/1.1" 200 1295 0.004982 10.0.0.130 - - [2026-02-02 02:15:42] "GET /virtual-machine-interface/d7f38301-8210-4723-bf92-86fc4cc0ebaa HTTP/1.1" 200 2949 0.004491 10.0.0.130 - - [2026-02-02 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.130 - - [2026-02-02 02:15:42] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003973 10.0.0.130 - - [2026-02-02 02:15:42] "GET /virtual-networks?parent_id=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003626 10.0.0.130 - - [2026-02-02 02:15:42] "GET /virtual-network/efacc644-6977-44fb-8e1e-fb3c94883260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.007127 10.0.0.130 - - [2026-02-02 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002539 10.0.0.130 - - [2026-02-02 02:15:44] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002562 10.0.0.130 - - [2026-02-02 02:15:44] "GET /virtual-networks?parent_id=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003136 10.0.0.130 - - [2026-02-02 02:15:44] "GET /virtual-network/efacc644-6977-44fb-8e1e-fb3c94883260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004727 10.0.0.130 - - [2026-02-02 02:15:52] "POST /neutron/port HTTP/1.1" 200 1119 0.011615 10.0.0.130 - - [2026-02-02 02:15:52] "POST /neutron/port HTTP/1.1" 200 1119 0.010236 10.0.0.130 - - [2026-02-02 02:15:52] "POST /neutron/network HTTP/1.1" 200 1004 0.005171 10.0.0.130 - - [2026-02-02 02:15:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003142 10.0.0.130 - - [2026-02-02 02:15:52] "POST /neutron/subnet HTTP/1.1" 200 673 0.007862 10.0.0.130 - - [2026-02-02 02:15:52] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.130 - - [2026-02-02 02:15:53] "POST /neutron/network HTTP/1.1" 200 994 0.006065 10.0.0.130 - - [2026-02-02 02:16:00] "POST /neutron/port HTTP/1.1" 200 1109 0.022248 10.0.0.130 - - [2026-02-02 02:16:00] "POST /neutron/port HTTP/1.1" 200 1109 0.008541 10.0.0.130 - - [2026-02-02 02:16:00] "POST /neutron/port HTTP/1.1" 200 151 0.101142 10.0.0.130 - - [2026-02-02 02:16:00] "POST /neutron/port HTTP/1.1" 200 1109 0.009904 10.0.0.130 - - [2026-02-02 02:16:00] "POST /neutron/port HTTP/1.1" 200 1109 0.009526 10.0.0.130 - - [2026-02-02 02:16:00] "POST /neutron/port HTTP/1.1" 200 151 0.113851 10.0.0.130 - - [2026-02-02 02:16:00] "POST /neutron/network HTTP/1.1" 200 994 0.006577 10.0.0.130 - - [2026-02-02 02:16:00] "POST /neutron/network HTTP/1.1" 400 204 0.017548 10.0.0.130 - - [2026-02-02 02:16:00] "POST /neutron/port HTTP/1.1" 200 1119 0.018519 10.0.0.130 - - [2026-02-02 02:16:00] "POST /neutron/port HTTP/1.1" 200 1109 0.011906 10.0.0.130 - - [2026-02-02 02:16:00] "POST /neutron/port HTTP/1.1" 200 151 0.117492 10.0.0.130 - - [2026-02-02 02:16:02] "POST /neutron/network HTTP/1.1" 200 994 0.006692 10.0.0.130 - - [2026-02-02 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.130 - - [2026-02-02 02:16:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001750 10.0.0.130 - - [2026-02-02 02:16:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001723 10.0.0.130 - - [2026-02-02 02:16:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002049 10.0.0.130 - - [2026-02-02 02:16:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001579 10.0.0.130 - - [2026-02-02 02:16:02] "POST /neutron/network HTTP/1.1" 200 151 0.091635 10.0.0.130 - - [2026-02-02 02:16:02] "DELETE /route-target/a2df06ed-9498-450a-9ce3-cfecea202e7b HTTP/1.1" 200 115 0.029841 10.0.0.130 - - [2026-02-02 02:16:02] "GET /routing-instance/70af89a4-331d-4ff9-92a7-692499ac2327 HTTP/1.1" 404 171 0.002357 10.0.0.130 - - [2026-02-02 02:16:02] "GET /domains HTTP/1.1" 200 281 0.002012 10.0.0.130 - - [2026-02-02 02:16:02] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.130 - - [2026-02-02 02:16:02] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 2583 0.046176 10.0.0.130 - - [2026-02-02 02:16:02] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001347 10.0.0.130 - - [2026-02-02 02:16:02] "GET /project/a54d7f38-ac6a-47f1-b018-c8fa4c459f15 HTTP/1.1" 200 2092 0.065113 10.0.0.130 - - [2026-02-02 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002342 10.0.0.130 - - [2026-02-02 02:16:02] "DELETE /network-ipam/90c2b097-2380-4abb-b505-58c20f6bcf15 HTTP/1.1" 200 115 0.019328 10.0.0.130 - - [2026-02-02 02:16:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.002171 10.0.0.130 - - [2026-02-02 02:16:03] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001446 10.0.0.130 - - [2026-02-02 02:16:03] "GET /project/a54d7f38-ac6a-47f1-b018-c8fa4c459f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.022768 10.0.0.130 - - [2026-02-02 02:16:03] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000897 10.0.0.130 - - [2026-02-02 02:16:03] "GET /project/a54d7f38-ac6a-47f1-b018-c8fa4c459f15?fields=virtual_networks HTTP/1.1" 200 1035 0.068118 10.0.0.130 - - [2026-02-02 02:16:03] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000912 10.0.0.130 - - [2026-02-02 02:16:03] "GET /project/a54d7f38-ac6a-47f1-b018-c8fa4c459f15?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.025961 10.0.0.130 - - [2026-02-02 02:16:03] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000932 10.0.0.130 - - [2026-02-02 02:16:03] "GET /project/a54d7f38-ac6a-47f1-b018-c8fa4c459f15?fields=security_groups HTTP/1.1" 200 1262 0.025697 10.0.0.130 - - [2026-02-02 02:16:05] "POST /neutron/port HTTP/1.1" 200 117 0.007245 10.0.0.130 - - [2026-02-02 02:16:05] "POST /neutron/port HTTP/1.1" 400 205 0.003939 10.0.0.130 - - [2026-02-02 02:16:05] "POST /neutron/port HTTP/1.1" 200 117 0.005654 10.0.0.130 - - [2026-02-02 02:16:05] "POST /neutron/port HTTP/1.1" 400 205 0.003836 10.0.0.130 - - [2026-02-02 02:16:10] "GET / HTTP/1.1" 200 36215 0.002600 10.0.0.130 - - [2026-02-02 02:16:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000731 10.0.0.130 - - [2026-02-02 02:16:11] "POST /fqname-to-id HTTP/1.1" 404 183 0.048171 10.0.0.130 - - [2026-02-02 02:16:12] "GET /projects?obj_uuids=3fad96e1-1c4e-420e-ab72-4f0aecf34b3f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002183 10.0.0.130 - - [2026-02-02 02:16:12] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001221 10.0.0.130 - - [2026-02-02 02:16:12] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007554 10.0.0.130 - - [2026-02-02 02:16:12] "POST /id-to-fqname HTTP/1.1" 200 185 0.001163 10.0.0.130 - - [2026-02-02 02:16:12] "POST /fqname-to-id HTTP/1.1" 404 194 0.003233 10.0.0.130 - - [2026-02-02 02:16:12] "POST /security-groups HTTP/1.1" 200 586 0.060503 10.0.0.130 - - [2026-02-02 02:16:12] "POST /fqname-to-id HTTP/1.1" 404 229 0.002930 10.0.0.130 - - [2026-02-02 02:16:12] "POST /projects HTTP/1.1" 200 575 0.214021 10.0.0.130 - - [2026-02-02 02:16:12] "POST /access-control-lists HTTP/1.1" 200 593 0.055948 10.0.0.130 - - [2026-02-02 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.291476 10.0.0.130 - - [2026-02-02 02:16:12] "POST /fqname-to-id HTTP/1.1" 404 228 0.002491 10.0.0.130 - - [2026-02-02 02:16:12] "GET /project/3fad96e1-1c4e-420e-ab72-4f0aecf34b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.414596 10.0.0.130 - - [2026-02-02 02:16:12] "POST /access-control-lists HTTP/1.1" 200 591 0.061082 10.0.0.130 - - [2026-02-02 02:16:13] "GET / HTTP/1.1" 200 36215 0.001761 10.0.0.130 - - [2026-02-02 02:16:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000538 10.0.0.130 - - [2026-02-02 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.026443 10.0.0.130 - - [2026-02-02 02:16:15] "GET /api-access-list/ece365f5-e29c-4a6e-a357-331bce3ea5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003616 10.0.0.130 - - [2026-02-02 02:16:15] "GET /api-access-list/ece365f5-e29c-4a6e-a357-331bce3ea5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003158 10.0.0.130 - - [2026-02-02 02:16:16] "GET /api-access-list/ece365f5-e29c-4a6e-a357-331bce3ea5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002821 10.0.0.130 - - [2026-02-02 02:16:16] "PUT /api-access-list/ece365f5-e29c-4a6e-a357-331bce3ea5e8 HTTP/1.1" 200 265 0.009934 10.0.0.130 - - [2026-02-02 02:16:16] "GET /aaa-mode HTTP/1.1" 401 293 0.000404 10.0.0.130 - - [2026-02-02 02:16:16] "GET /aaa-mode HTTP/1.1" 200 128 0.024782 10.0.0.130 - - [2026-02-02 02:16:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.025878 10.0.0.130 - - [2026-02-02 02:16:17] "GET /projects?obj_uuids=c4b8226d-db06-4101-87c4-3de4ab178884&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002708 10.0.0.130 - - [2026-02-02 02:16:17] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001204 10.0.0.130 - - [2026-02-02 02:16:17] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006891 10.0.0.130 - - [2026-02-02 02:16:17] "POST /id-to-fqname HTTP/1.1" 200 185 0.001393 10.0.0.130 - - [2026-02-02 02:16:17] "POST /fqname-to-id HTTP/1.1" 404 194 0.004699 10.0.0.130 - - [2026-02-02 02:16:17] "POST /security-groups HTTP/1.1" 200 586 0.063293 10.0.0.130 - - [2026-02-02 02:16:17] "POST /fqname-to-id HTTP/1.1" 404 229 0.002459 10.0.0.130 - - [2026-02-02 02:16:17] "POST /projects HTTP/1.1" 200 575 0.212073 10.0.0.130 - - [2026-02-02 02:16:17] "POST /access-control-lists HTTP/1.1" 200 593 0.060654 10.0.0.130 - - [2026-02-02 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.285636 10.0.0.130 - - [2026-02-02 02:16:17] "POST /fqname-to-id HTTP/1.1" 404 228 0.002992 10.0.0.130 - - [2026-02-02 02:16:17] "GET /project/c4b8226d-db06-4101-87c4-3de4ab178884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.415188 10.0.0.130 - - [2026-02-02 02:16:17] "POST /access-control-lists HTTP/1.1" 200 591 0.068073 10.0.0.130 - - [2026-02-02 02:16:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.025294 10.0.0.130 - - [2026-02-02 02:16:17] "GET /projects?obj_uuids=f82373c5-0811-4449-852d-a98a0963855f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002572 10.0.0.130 - - [2026-02-02 02:16:17] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.130 - - [2026-02-02 02:16:17] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006387 10.0.0.130 - - [2026-02-02 02:16:18] "POST /id-to-fqname HTTP/1.1" 200 185 0.001119 10.0.0.130 - - [2026-02-02 02:16:18] "POST /fqname-to-id HTTP/1.1" 404 194 0.006100 10.0.0.130 - - [2026-02-02 02:16:18] "POST /security-groups HTTP/1.1" 200 586 0.060008 10.0.0.130 - - [2026-02-02 02:16:18] "POST /fqname-to-id HTTP/1.1" 404 229 0.002286 10.0.0.130 - - [2026-02-02 02:16:18] "POST /projects HTTP/1.1" 200 575 0.209659 10.0.0.130 - - [2026-02-02 02:16:18] "POST /access-control-lists HTTP/1.1" 200 593 0.058366 10.0.0.130 - - [2026-02-02 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.280995 10.0.0.130 - - [2026-02-02 02:16:18] "POST /fqname-to-id HTTP/1.1" 404 228 0.002703 10.0.0.130 - - [2026-02-02 02:16:18] "GET /project/f82373c5-0811-4449-852d-a98a0963855f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.408687 10.0.0.130 - - [2026-02-02 02:16:18] "POST /access-control-lists HTTP/1.1" 200 591 0.060264 10.0.0.130 - - [2026-02-02 02:16:18] "GET / HTTP/1.1" 200 36215 0.004162 10.0.0.130 - - [2026-02-02 02:16:19] "GET / HTTP/1.1" 200 36215 0.001285 10.0.0.130 - - [2026-02-02 02:16:20] "POST /fqname-to-id HTTP/1.1" 404 183 0.003165 10.0.0.130 - - [2026-02-02 02:16:20] "POST /api-access-lists HTTP/1.1" 200 523 0.014371 10.0.0.130 - - [2026-02-02 02:16:20] "GET /api-access-list/262a1fd0-aca1-4670-bcf2-6fb68ef0b094?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.006299 10.0.0.130 - - [2026-02-02 02:16:20] "GET /api-access-list/262a1fd0-aca1-4670-bcf2-6fb68ef0b094 HTTP/1.1" 401 293 0.000797 10.0.0.130 - - [2026-02-02 02:16:20] "GET /api-access-list/262a1fd0-aca1-4670-bcf2-6fb68ef0b094 HTTP/1.1" 200 1267 0.060695 10.0.0.130 - - [2026-02-02 02:16:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000347 10.0.0.130 - - [2026-02-02 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.060384 10.0.0.130 - - [2026-02-02 02:16:20] "GET /projects?obj_uuids=c4b8226d-db06-4101-87c4-3de4ab178884&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001149 10.0.0.130 - - [2026-02-02 02:16:20] "GET /project/c4b8226d-db06-4101-87c4-3de4ab178884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.029821 10.0.0.130 - - [2026-02-02 02:16:21] "GET /virtual-networks?parent_id=c4b8226d-db06-4101-87c4-3de4ab178884&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009901 10.0.0.130 - - [2026-02-02 02:16:21] "POST /virtual-networks HTTP/1.1" 200 570 0.048669 10.0.0.130 - - [2026-02-02 02:16:21] "POST /route-targets HTTP/1.1" 200 328 0.008193 10.0.0.130 - - [2026-02-02 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.011253 10.0.0.130 - - [2026-02-02 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.011186 10.0.0.130 - - [2026-02-02 02:16:21] "GET /network-ipam/9ae332cb-86c1-4dd0-ae7b-2fa83c8ea512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.009992 10.0.0.130 - - [2026-02-02 02:16:21] "POST /useragent-kv HTTP/1.1" 200 115 0.005369 10.0.0.130 - - [2026-02-02 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.046283 10.0.0.130 - - [2026-02-02 02:16:21] "POST /neutron/network HTTP/1.1" 200 831 0.045511 10.0.0.130 - - [2026-02-02 02:16:21] "POST /neutron/network HTTP/1.1" 200 831 0.015424 10.0.0.130 - - [2026-02-02 02:16:21] "GET /virtual-network/6267b2be-0289-4ff1-a91d-0e4ae478f2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.012063 10.0.0.130 - - [2026-02-02 02:16:21] "POST /neutron/network HTTP/1.1" 200 831 0.018886 10.0.0.130 - - [2026-02-02 02:16:21] "POST /neutron/subnet HTTP/1.1" 200 670 0.026704 10.0.0.130 - - [2026-02-02 02:16:21] "GET /virtual-network/6267b2be-0289-4ff1-a91d-0e4ae478f2fa HTTP/1.1" 401 293 0.001590 10.0.0.130 - - [2026-02-02 02:16:21] "GET /virtual-network/6267b2be-0289-4ff1-a91d-0e4ae478f2fa HTTP/1.1" 200 2266 0.042919 10.0.0.130 - - [2026-02-02 02:16:21] "GET /virtual-network/6267b2be-0289-4ff1-a91d-0e4ae478f2fa HTTP/1.1" 401 293 0.000364 10.0.0.130 - - [2026-02-02 02:16:22] "GET /virtual-network/6267b2be-0289-4ff1-a91d-0e4ae478f2fa HTTP/1.1" 200 2005 0.046997 10.0.0.130 - - [2026-02-02 02:16:22] "GET /obj-perms HTTP/1.1" 200 4934 0.057448 10.0.0.130 - - [2026-02-02 02:16:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000317 10.0.0.130 - - [2026-02-02 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.035653 10.0.0.130 - - [2026-02-02 02:16:23] "GET /virtual-network/6267b2be-0289-4ff1-a91d-0e4ae478f2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.023293 10.0.0.130 - - [2026-02-02 02:16:23] "DELETE /project/f82373c508114449852da98a0963855f HTTP/1.1" 404 173 0.005439 10.0.0.130 - - [2026-02-02 02:16:23] "DELETE /project/3fad96e11c4e420eab724f0aecf34b3f HTTP/1.1" 404 173 0.003689 10.0.0.130 - - [2026-02-02 02:16:23] "DELETE /project/c4b8226ddb06410187c43de4ab178884 HTTP/1.1" 404 173 0.005113 10.0.0.130 - - [2026-02-02 02:16:23] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000785 10.0.0.130 - - [2026-02-02 02:16:23] "GET /project/a54d7f38-ac6a-47f1-b018-c8fa4c459f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.020927 10.0.0.130 - - [2026-02-02 02:16:23] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001155 10.0.0.130 - - [2026-02-02 02:16:23] "GET /obj-perms HTTP/1.1" 200 4934 0.008900 10.0.0.130 - - [2026-02-02 02:16:23] "GET /project/a54d7f38-ac6a-47f1-b018-c8fa4c459f15?fields=security_groups HTTP/1.1" 200 1364 0.072266 10.0.0.130 - - [2026-02-02 02:16:23] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.015273 10.0.0.130 - - [2026-02-02 02:16:23] "DELETE /security-group/2b28abb1-de5d-4750-bc0e-0d8cc47d3c72 HTTP/1.1" 200 115 0.037111 10.0.0.130 - - [2026-02-02 02:16:23] "GET /projects?obj_uuids=a54d7f38-ac6a-47f1-b018-c8fa4c459f15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001608 10.0.0.130 - - [2026-02-02 02:16:23] "GET /project/a54d7f38-ac6a-47f1-b018-c8fa4c459f15?fields=application_policy_sets HTTP/1.1" 200 1403 0.035376 10.0.0.130 - - [2026-02-02 02:16:23] "DELETE /access-control-list/f48c8bb1-d742-4f52-80a4-abefc616cf49 HTTP/1.1" 200 115 0.141993 10.0.0.130 - - [2026-02-02 02:16:23] "DELETE /access-control-list/e81b7dba-4e08-4dde-b025-728976260963 HTTP/1.1" 200 115 0.019422 10.0.0.130 - - [2026-02-02 02:16:23] "DELETE /project/a54d7f38-ac6a-47f1-b018-c8fa4c459f15 HTTP/1.1" 200 115 0.334074 10.0.0.130 - - [2026-02-02 02:16:23] "GET /obj-perms HTTP/1.1" 200 4934 0.050735 10.0.0.130 - - [2026-02-02 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002027 10.0.0.130 - - [2026-02-02 02:16:23] "GET /virtual-network/6267b2be-0289-4ff1-a91d-0e4ae478f2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.013471 10.0.0.130 - - [2026-02-02 02:16:23] "GET /obj-perms HTTP/1.1" 200 4934 0.008359 10.0.0.130 - - [2026-02-02 02:16:23] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.014528 10.0.0.130 - - [2026-02-02 02:16:23] "POST /id-to-fqname HTTP/1.1" 401 293 0.000422 10.0.0.130 - - [2026-02-02 02:16:24] "POST /id-to-fqname HTTP/1.1" 200 230 0.031066 10.0.0.130 - - [2026-02-02 02:16:24] "POST /neutron/network HTTP/1.1" 200 841 0.040562 10.0.0.130 - - [2026-02-02 02:16:24] "GET /aaa-mode HTTP/1.1" 401 293 0.000396 10.0.0.130 - - [2026-02-02 02:16:25] "GET / HTTP/1.1" 200 36215 0.001581 10.0.0.130 - - [2026-02-02 02:16:25] "GET /project/f82373c5-0811-4449-852d-a98a0963855f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000346 10.0.0.130 - - [2026-02-02 02:16:25] "GET /projects?obj_uuids=f82373c5-0811-4449-852d-a98a0963855f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001050 10.0.0.130 - - [2026-02-02 02:16:25] "GET /project/f82373c5-0811-4449-852d-a98a0963855f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.044162 10.0.0.130 - - [2026-02-02 02:16:25] "POST /neutron/network HTTP/1.1" 200 831 0.005000 10.0.0.130 - - [2026-02-02 02:16:25] "POST /neutron/port HTTP/1.1" 200 117 0.026395 10.0.0.130 - - [2026-02-02 02:16:25] "POST /neutron/port HTTP/1.1" 200 117 0.004776 10.0.0.130 - - [2026-02-02 02:16:25] "POST /neutron/port HTTP/1.1" 200 117 0.004816 10.0.0.130 - - [2026-02-02 02:16:25] "POST /neutron/network HTTP/1.1" 200 841 0.019746 10.0.0.130 - - [2026-02-02 02:16:25] "POST /neutron/network HTTP/1.1" 200 831 0.019729 10.0.0.130 - - [2026-02-02 02:16:25] "GET /projects?obj_uuids=f82373c5-0811-4449-852d-a98a0963855f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001029 10.0.0.130 - - [2026-02-02 02:16:26] "POST /neutron/port HTTP/1.1" 200 1054 0.329659 10.0.0.130 - - [2026-02-02 02:16:26] "POST /neutron/port HTTP/1.1" 200 1054 0.014892 10.0.0.130 - - [2026-02-02 02:16:26] "POST /neutron/port HTTP/1.1" 200 1054 0.010695 10.0.0.130 - - [2026-02-02 02:16:26] "POST /neutron/port HTTP/1.1" 200 1108 0.058007 10.0.0.130 - - [2026-02-02 02:16:26] "POST /neutron/port HTTP/1.1" 200 1118 0.014071 10.0.0.130 - - [2026-02-02 02:16:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002666 10.0.0.130 - - [2026-02-02 02:16:26] "POST /neutron/subnet HTTP/1.1" 200 644 0.010119 10.0.0.130 - - [2026-02-02 02:16:26] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.130 - - [2026-02-02 02:16:26] "POST /neutron/network HTTP/1.1" 200 831 0.004906 10.0.0.130 - - [2026-02-02 02:16:30] "GET /obj-perms HTTP/1.1" 200 5075 0.053635 10.0.0.130 - - [2026-02-02 02:16:30] "GET /obj-perms HTTP/1.1" 200 5075 0.046420 10.0.0.130 - - [2026-02-02 02:16:30] "POST /neutron/port HTTP/1.1" 200 1118 0.010214 10.0.0.130 - - [2026-02-02 02:16:30] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004908 10.0.0.130 - - [2026-02-02 02:16:30] "POST /neutron/port HTTP/1.1" 200 1118 0.013498 10.0.0.130 - - [2026-02-02 02:16:30] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006045 10.0.0.130 - - [2026-02-02 02:16:30] "POST /neutron/port HTTP/1.1" 200 1118 0.011091 10.0.0.130 - - [2026-02-02 02:16:30] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007281 10.0.0.130 - - [2026-02-02 02:16:30] "POST /neutron/port HTTP/1.1" 200 1118 0.012343 10.0.0.130 - - [2026-02-02 02:16:30] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006652 10.0.0.130 - - [2026-02-02 02:16:30] "GET /virtual-machine/57cc16dc-0a23-4aed-b9de-4c6c9947efb5 HTTP/1.1" 200 1289 0.015381 10.0.0.130 - - [2026-02-02 02:16:31] "GET /virtual-machine/57cc16dc-0a23-4aed-b9de-4c6c9947efb5 HTTP/1.1" 200 1289 0.009871 10.0.0.130 - - [2026-02-02 02:16:31] "GET /virtual-machine-interface/89246809-a5c5-4c90-9129-265fcd6f9fc9 HTTP/1.1" 200 2536 0.015678 10.0.0.130 - - [2026-02-02 02:16:31] "GET /virtual-machine/57cc16dc-0a23-4aed-b9de-4c6c9947efb5 HTTP/1.1" 200 1289 0.012646 10.0.0.130 - - [2026-02-02 02:16:31] "GET /virtual-machine-interface/89246809-a5c5-4c90-9129-265fcd6f9fc9 HTTP/1.1" 200 2536 0.014693 10.0.0.130 - - [2026-02-02 02:16:31] "GET /instance-ip/842a204e-913d-46a0-97bc-6c9a0739aea1 HTTP/1.1" 200 1627 0.012850 10.0.0.130 - - [2026-02-02 02:16:31] "GET /virtual-machine/57cc16dc-0a23-4aed-b9de-4c6c9947efb5 HTTP/1.1" 200 1289 0.010633 10.0.0.130 - - [2026-02-02 02:16:31] "GET /virtual-machine-interface/89246809-a5c5-4c90-9129-265fcd6f9fc9 HTTP/1.1" 200 2536 0.015680 10.0.0.130 - - [2026-02-02 02:16:31] "GET /instance-ip/842a204e-913d-46a0-97bc-6c9a0739aea1 HTTP/1.1" 200 1627 0.013637 10.0.0.130 - - [2026-02-02 02:16:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.008360 10.0.0.130 - - [2026-02-02 02:16:31] "GET / HTTP/1.1" 200 36215 0.001559 10.0.0.130 - - [2026-02-02 02:16:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000415 10.0.0.130 - - [2026-02-02 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.026511 10.0.0.130 - - [2026-02-02 02:16:31] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002687 10.0.0.130 - - [2026-02-02 02:16:31] "GET /virtual-networks?parent_id=f82373c5-0811-4449-852d-a98a0963855f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009352 10.0.0.130 - - [2026-02-02 02:16:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.009671 10.0.0.130 - - [2026-02-02 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.130 - - [2026-02-02 02:16:31] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003280 10.0.0.130 - - [2026-02-02 02:16:32] "GET /virtual-networks?parent_id=f82373c5-0811-4449-852d-a98a0963855f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010734 10.0.0.130 - - [2026-02-02 02:16:32] "POST /fqname-to-id HTTP/1.1" 403 339 0.009491 10.0.0.130 - - [2026-02-02 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.130 - - [2026-02-02 02:16:32] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002761 10.0.0.130 - - [2026-02-02 02:16:32] "GET /virtual-networks?parent_id=f82373c5-0811-4449-852d-a98a0963855f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009084 10.0.0.130 - - [2026-02-02 02:16:32] "POST /fqname-to-id HTTP/1.1" 403 339 0.007979 10.0.0.130 - - [2026-02-02 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002584 10.0.0.130 - - [2026-02-02 02:16:32] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002759 10.0.0.130 - - [2026-02-02 02:16:32] "GET /virtual-networks?parent_id=f82373c5-0811-4449-852d-a98a0963855f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008955 10.0.0.130 - - [2026-02-02 02:16:32] "POST /fqname-to-id HTTP/1.1" 403 339 0.008773 10.0.0.130 - - [2026-02-02 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.130 - - [2026-02-02 02:16:32] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002528 10.0.0.130 - - [2026-02-02 02:16:32] "GET /virtual-networks?parent_id=f82373c5-0811-4449-852d-a98a0963855f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008838 10.0.0.130 - - [2026-02-02 02:16:35] "POST /neutron/port HTTP/1.1" 200 1118 0.012071 10.0.0.130 - - [2026-02-02 02:16:35] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004357 10.0.0.130 - - [2026-02-02 02:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.009241 10.0.0.130 - - [2026-02-02 02:16:35] "GET /virtual-network/6267b2be-0289-4ff1-a91d-0e4ae478f2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.021126 10.0.0.130 - - [2026-02-02 02:16:37] "POST /fqname-to-id HTTP/1.1" 403 339 0.009869 10.0.0.130 - - [2026-02-02 02:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002270 10.0.0.130 - - [2026-02-02 02:16:37] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002928 10.0.0.130 - - [2026-02-02 02:16:37] "GET /virtual-networks?parent_id=f82373c5-0811-4449-852d-a98a0963855f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011056 10.0.0.130 - - [2026-02-02 02:16:37] "POST /fqname-to-id HTTP/1.1" 403 339 0.009389 10.0.0.130 - - [2026-02-02 02:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.001889 10.0.0.130 - - [2026-02-02 02:16:37] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002489 10.0.0.130 - - [2026-02-02 02:16:37] "GET /virtual-networks?parent_id=f82373c5-0811-4449-852d-a98a0963855f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008478 10.0.0.130 - - [2026-02-02 02:16:37] "POST /fqname-to-id HTTP/1.1" 403 361 0.021966 10.0.0.130 - - [2026-02-02 02:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.130 - - [2026-02-02 02:16:37] "GET /routing-instance/64533c80-0cc1-4852-9218-f6e04014d544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003355 10.0.0.130 - - [2026-02-02 02:16:37] "GET /route-target/e9105053-f1ee-43ec-af09-badd112b0c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008764 10.0.0.130 - - [2026-02-02 02:16:37] "GET /route-target/e9105053-f1ee-43ec-af09-badd112b0c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004089 10.0.0.130 - - [2026-02-02 02:16:38] "POST /fqname-to-id HTTP/1.1" 403 339 0.009261 10.0.0.130 - - [2026-02-02 02:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002385 10.0.0.130 - - [2026-02-02 02:16:38] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003058 10.0.0.130 - - [2026-02-02 02:16:38] "GET /virtual-networks?parent_id=f82373c5-0811-4449-852d-a98a0963855f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009140 10.0.0.130 - - [2026-02-02 02:16:38] "POST /fqname-to-id HTTP/1.1" 403 361 0.007824 10.0.0.130 - - [2026-02-02 02:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002474 10.0.0.130 - - [2026-02-02 02:16:38] "GET /routing-instance/64533c80-0cc1-4852-9218-f6e04014d544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.002936 10.0.0.130 - - [2026-02-02 02:16:38] "GET /route-target/e9105053-f1ee-43ec-af09-badd112b0c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008749 10.0.0.130 - - [2026-02-02 02:16:38] "GET /route-target/e9105053-f1ee-43ec-af09-badd112b0c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.002638 10.0.0.130 - - [2026-02-02 02:16:38] "GET /obj-perms HTTP/1.1" 200 4934 0.008435 10.0.0.130 - - [2026-02-02 02:16:38] "GET /virtual-machine/57cc16dc-0a23-4aed-b9de-4c6c9947efb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008804 10.0.0.130 - - [2026-02-02 02:16:40] "GET /obj-perms HTTP/1.1" 200 4934 0.008436 10.0.0.130 - - [2026-02-02 02:16:40] "GET /virtual-machine/57cc16dc-0a23-4aed-b9de-4c6c9947efb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009351 10.0.0.130 - - [2026-02-02 02:16:42] "GET /obj-perms HTTP/1.1" 200 4934 0.010616 10.0.0.130 - - [2026-02-02 02:16:42] "GET /virtual-machine/57cc16dc-0a23-4aed-b9de-4c6c9947efb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009184 10.0.0.130 - - [2026-02-02 02:16:44] "GET /obj-perms HTTP/1.1" 200 4934 0.007984 10.0.0.130 - - [2026-02-02 02:16:44] "GET /virtual-machine/57cc16dc-0a23-4aed-b9de-4c6c9947efb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008501 10.0.0.130 - - [2026-02-02 02:16:46] "GET /obj-perms HTTP/1.1" 200 4934 0.011693 10.0.0.130 - - [2026-02-02 02:16:46] "GET /virtual-machine/57cc16dc-0a23-4aed-b9de-4c6c9947efb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.012131 10.0.0.130 - - [2026-02-02 02:16:48] "GET /obj-perms HTTP/1.1" 200 4934 0.008920 10.0.0.130 - - [2026-02-02 02:16:48] "GET /virtual-machine/57cc16dc-0a23-4aed-b9de-4c6c9947efb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010676 10.0.0.130 - - [2026-02-02 02:16:50] "GET /obj-perms HTTP/1.1" 200 4934 0.010955 10.0.0.130 - - [2026-02-02 02:16:50] "GET /virtual-machine/57cc16dc-0a23-4aed-b9de-4c6c9947efb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.016916 10.0.0.130 - - [2026-02-02 02:16:50] "GET /obj-perms HTTP/1.1" 200 4934 0.008848 10.0.0.130 - - [2026-02-02 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.130 - - [2026-02-02 02:16:50] "GET /virtual-machine-interface/89246809-a5c5-4c90-9129-265fcd6f9fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.015975 10.0.0.130 - - [2026-02-02 02:16:51] "GET /obj-perms HTTP/1.1" 200 4934 0.009217 10.0.0.130 - - [2026-02-02 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.130 - - [2026-02-02 02:16:51] "GET /virtual-machine-interface/89246809-a5c5-4c90-9129-265fcd6f9fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.013408 10.0.0.130 - - [2026-02-02 02:16:51] "GET /obj-perms HTTP/1.1" 200 4934 0.008776 10.0.0.130 - - [2026-02-02 02:16:51] "GET /virtual-machine/57cc16dc-0a23-4aed-b9de-4c6c9947efb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009819 10.0.0.130 - - [2026-02-02 02:16:51] "GET /obj-perms HTTP/1.1" 200 4934 0.009120 10.0.0.130 - - [2026-02-02 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002549 10.0.0.130 - - [2026-02-02 02:16:51] "GET /virtual-machine-interface/89246809-a5c5-4c90-9129-265fcd6f9fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.014798 10.0.0.130 - - [2026-02-02 02:16:51] "GET /obj-perms HTTP/1.1" 200 4934 0.008691 10.0.0.130 - - [2026-02-02 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.130 - - [2026-02-02 02:16:51] "GET /virtual-network/6267b2be-0289-4ff1-a91d-0e4ae478f2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.011307 10.0.0.130 - - [2026-02-02 02:16:51] "GET /obj-perms HTTP/1.1" 200 4934 0.009133 10.0.0.130 - - [2026-02-02 02:16:51] "GET /virtual-machine/57cc16dc-0a23-4aed-b9de-4c6c9947efb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010808 10.0.0.130 - - [2026-02-02 02:16:51] "GET /obj-perms HTTP/1.1" 200 4934 0.009118 10.0.0.130 - - [2026-02-02 02:16:51] "GET /obj-perms HTTP/1.1" 200 4934 0.008577 10.0.0.130 - - [2026-02-02 02:16:52] "GET /obj-perms HTTP/1.1" 200 4934 0.064106 10.0.0.130 - - [2026-02-02 02:16:52] "GET /obj-perms HTTP/1.1" 200 4934 0.008501 10.0.0.130 - - [2026-02-02 02:16:52] "GET /obj-perms HTTP/1.1" 200 5039 0.057316 10.0.0.130 - - [2026-02-02 02:16:52] "GET /obj-perms HTTP/1.1" 200 5039 0.002924 10.0.0.130 - - [2026-02-02 02:16:52] "GET /obj-perms HTTP/1.1" 200 4934 0.016247 10.0.0.130 - - [2026-02-02 02:16:52] "GET /obj-perms HTTP/1.1" 200 4934 0.008720 10.0.0.130 - - [2026-02-02 02:16:53] "GET /obj-perms HTTP/1.1" 200 4934 0.073084 10.0.0.130 - - [2026-02-02 02:16:53] "GET /obj-perms HTTP/1.1" 200 4934 0.011689 10.0.0.130 - - [2026-02-02 02:16:53] "GET /obj-perms HTTP/1.1" 200 5039 0.002945 10.0.0.130 - - [2026-02-02 02:16:53] "GET /obj-perms HTTP/1.1" 200 5039 0.002836 10.0.0.130 - - [2026-02-02 02:16:53] "GET /obj-perms HTTP/1.1" 200 4934 0.010172 10.0.0.130 - - [2026-02-02 02:16:53] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.011136 10.0.0.130 - - [2026-02-02 02:16:53] "GET /virtual-machine/57cc16dc-0a23-4aed-b9de-4c6c9947efb5 HTTP/1.1" 200 1289 0.017409 10.0.0.130 - - [2026-02-02 02:16:54] "POST /neutron/port HTTP/1.1" 200 1118 0.012793 10.0.0.130 - - [2026-02-02 02:16:54] "POST /neutron/port HTTP/1.1" 200 1108 0.009442 10.0.0.130 - - [2026-02-02 02:16:54] "POST /neutron/port HTTP/1.1" 200 151 0.090436 10.0.0.130 - - [2026-02-02 02:16:55] "GET /virtual-machine/57cc16dc-0a23-4aed-b9de-4c6c9947efb5 HTTP/1.1" 404 171 0.008936 10.0.0.130 - - [2026-02-02 02:16:55] "GET /virtual-machine/57cc16dc-0a23-4aed-b9de-4c6c9947efb5 HTTP/1.1" 404 171 0.007682 10.0.0.130 - - [2026-02-02 02:16:55] "GET /virtual-machine/57cc16dc-0a23-4aed-b9de-4c6c9947efb5 HTTP/1.1" 404 171 0.007047 10.0.0.130 - - [2026-02-02 02:16:55] "POST /fqname-to-id HTTP/1.1" 403 339 0.009260 10.0.0.130 - - [2026-02-02 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001779 10.0.0.130 - - [2026-02-02 02:16:55] "GET /global-vrouter-config/1f1afd76-e1b4-442f-85db-cae30775e2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002253 10.0.0.130 - - [2026-02-02 02:16:55] "GET /virtual-networks?parent_id=f82373c5-0811-4449-852d-a98a0963855f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008637 10.0.0.130 - - [2026-02-02 02:16:55] "POST /fqname-to-id HTTP/1.1" 403 361 0.007682 10.0.0.130 - - [2026-02-02 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.130 - - [2026-02-02 02:16:55] "GET /routing-instance/64533c80-0cc1-4852-9218-f6e04014d544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.002948 10.0.0.130 - - [2026-02-02 02:16:55] "GET /route-target/e9105053-f1ee-43ec-af09-badd112b0c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008791 10.0.0.130 - - [2026-02-02 02:16:55] "GET /route-target/e9105053-f1ee-43ec-af09-badd112b0c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.002487 10.0.0.130 - - [2026-02-02 02:16:56] "GET /obj-perms HTTP/1.1" 200 4934 0.009471 10.0.0.130 - - [2026-02-02 02:16:56] "GET /obj-perms HTTP/1.1" 200 4934 0.007941 10.0.0.130 - - [2026-02-02 02:16:56] "GET /obj-perms HTTP/1.1" 200 4934 0.065013 10.0.0.130 - - [2026-02-02 02:16:56] "GET /obj-perms HTTP/1.1" 200 4934 0.014444 10.0.0.130 - - [2026-02-02 02:16:56] "GET /obj-perms HTTP/1.1" 200 5039 0.004361 10.0.0.130 - - [2026-02-02 02:16:59] "GET /obj-perms HTTP/1.1" 200 5039 0.002990 10.0.0.130 - - [2026-02-02 02:17:02] "GET /obj-perms HTTP/1.1" 200 5039 0.002908 10.0.0.130 - - [2026-02-02 02:17:05] "GET /obj-perms HTTP/1.1" 200 5039 0.003267 10.0.0.130 - - [2026-02-02 02:17:08] "GET /obj-perms HTTP/1.1" 200 5039 0.002874 10.0.0.130 - - [2026-02-02 02:17:11] "GET /obj-perms HTTP/1.1" 200 5039 0.002827 10.0.0.130 - - [2026-02-02 02:17:14] "GET /obj-perms HTTP/1.1" 200 5039 0.003020 10.0.0.130 - - [2026-02-02 02:17:17] "GET /obj-perms HTTP/1.1" 200 5039 0.002955 10.0.0.130 - - [2026-02-02 02:17:20] "GET /obj-perms HTTP/1.1" 200 5039 0.003392 10.0.0.130 - - [2026-02-02 02:17:23] "GET /obj-perms HTTP/1.1" 200 5039 0.002764 10.0.0.130 - - [2026-02-02 02:17:26] "GET /obj-perms HTTP/1.1" 200 5039 0.002902 10.0.0.130 - - [2026-02-02 02:17:29] "GET /obj-perms HTTP/1.1" 200 5039 0.003061 10.0.0.130 - - [2026-02-02 02:17:31] "GET /obj-perms HTTP/1.1" 200 5075 0.049158 10.0.0.130 - - [2026-02-02 02:17:31] "GET /obj-perms HTTP/1.1" 200 5075 0.054425 10.0.0.130 - - [2026-02-02 02:17:32] "GET /obj-perms HTTP/1.1" 200 5039 0.002932 10.0.0.130 - - [2026-02-02 02:17:35] "GET /obj-perms HTTP/1.1" 200 5039 0.003148 10.0.0.130 - - [2026-02-02 02:17:38] "GET /obj-perms HTTP/1.1" 200 5039 0.002777 10.0.0.130 - - [2026-02-02 02:17:41] "GET /obj-perms HTTP/1.1" 200 5039 0.003166 10.0.0.130 - - [2026-02-02 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.130 - - [2026-02-02 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003213 10.0.0.130 - - [2026-02-02 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001888 10.0.0.130 - - [2026-02-02 02:17:41] "DELETE /virtual-network/6267b2be-0289-4ff1-a91d-0e4ae478f2fa HTTP/1.1" 200 115 0.074883 10.0.0.130 - - [2026-02-02 02:17:41] "DELETE /route-target/e9105053-f1ee-43ec-af09-badd112b0c29 HTTP/1.1" 200 115 0.024332 10.0.0.130 - - [2026-02-02 02:17:41] "DELETE /api-access-list/262a1fd0-aca1-4670-bcf2-6fb68ef0b094 HTTP/1.1" 200 115 0.020785 10.0.0.130 - - [2026-02-02 02:17:41] "GET /api-access-list/262a1fd0-aca1-4670-bcf2-6fb68ef0b094 HTTP/1.1" 404 171 0.002532 10.0.0.130 - - [2026-02-02 02:17:42] "GET /projects?obj_uuids=f82373c5-0811-4449-852d-a98a0963855f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000967 10.0.0.130 - - [2026-02-02 02:17:42] "GET /project/f82373c5-0811-4449-852d-a98a0963855f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.022480 10.0.0.130 - - [2026-02-02 02:17:42] "GET /projects?obj_uuids=f82373c5-0811-4449-852d-a98a0963855f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001116 10.0.0.130 - - [2026-02-02 02:17:42] "GET /project/f82373c5-0811-4449-852d-a98a0963855f?fields=virtual_networks HTTP/1.1" 200 1024 0.072380 10.0.0.130 - - [2026-02-02 02:17:42] "GET /projects?obj_uuids=f82373c5-0811-4449-852d-a98a0963855f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001155 10.0.0.130 - - [2026-02-02 02:17:42] "GET /project/f82373c5-0811-4449-852d-a98a0963855f?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.025602 10.0.0.130 - - [2026-02-02 02:17:42] "GET /projects?obj_uuids=f82373c5-0811-4449-852d-a98a0963855f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000999 10.0.0.130 - - [2026-02-02 02:17:42] "GET /project/f82373c5-0811-4449-852d-a98a0963855f?fields=security_groups HTTP/1.1" 200 1246 0.026890 10.0.0.130 - - [2026-02-02 02:17:42] "GET /global-system-configs HTTP/1.1" 401 293 0.000548 10.0.0.130 - - [2026-02-02 02:17:42] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.130 - - [2026-02-02 02:17:42] "GET /projects?obj_uuids=c4b8226d-db06-4101-87c4-3de4ab178884&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001276 10.0.0.130 - - [2026-02-02 02:17:42] "GET /project/c4b8226d-db06-4101-87c4-3de4ab178884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.021155 10.0.0.130 - - [2026-02-02 02:17:42] "GET /projects?obj_uuids=c4b8226d-db06-4101-87c4-3de4ab178884&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000885 10.0.0.130 - - [2026-02-02 02:17:42] "GET /project/c4b8226d-db06-4101-87c4-3de4ab178884?fields=virtual_networks HTTP/1.1" 200 1024 0.064327 10.0.0.130 - - [2026-02-02 02:17:42] "GET /projects?obj_uuids=c4b8226d-db06-4101-87c4-3de4ab178884&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001162 10.0.0.130 - - [2026-02-02 02:17:42] "GET /project/c4b8226d-db06-4101-87c4-3de4ab178884?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.031581 10.0.0.130 - - [2026-02-02 02:17:42] "GET /global-system-configs HTTP/1.1" 401 293 0.000672 10.0.0.130 - - [2026-02-02 02:17:42] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.130 - - [2026-02-02 02:17:43] "GET /projects?obj_uuids=c4b8226d-db06-4101-87c4-3de4ab178884&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001338 10.0.0.130 - - [2026-02-02 02:17:43] "GET /project/c4b8226d-db06-4101-87c4-3de4ab178884?fields=security_groups HTTP/1.1" 200 1246 0.025626 10.0.0.130 - - [2026-02-02 02:17:44] "GET /api-access-list/ece365f5-e29c-4a6e-a357-331bce3ea5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003156 10.0.0.130 - - [2026-02-02 02:17:44] "PUT /api-access-list/ece365f5-e29c-4a6e-a357-331bce3ea5e8 HTTP/1.1" 200 265 0.006716 10.0.0.130 - - [2026-02-02 02:17:44] "GET /projects?obj_uuids=3fad96e1-1c4e-420e-ab72-4f0aecf34b3f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000920 10.0.0.130 - - [2026-02-02 02:17:44] "GET /project/3fad96e1-1c4e-420e-ab72-4f0aecf34b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.023656 10.0.0.130 - - [2026-02-02 02:17:44] "GET /projects?obj_uuids=3fad96e1-1c4e-420e-ab72-4f0aecf34b3f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000827 10.0.0.130 - - [2026-02-02 02:17:44] "GET /project/3fad96e1-1c4e-420e-ab72-4f0aecf34b3f?fields=virtual_networks HTTP/1.1" 200 1024 0.067341 10.0.0.130 - - [2026-02-02 02:17:44] "GET /projects?obj_uuids=3fad96e1-1c4e-420e-ab72-4f0aecf34b3f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001401 10.0.0.130 - - [2026-02-02 02:17:44] "GET /project/3fad96e1-1c4e-420e-ab72-4f0aecf34b3f?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.024943 10.0.0.130 - - [2026-02-02 02:17:44] "GET /projects?obj_uuids=3fad96e1-1c4e-420e-ab72-4f0aecf34b3f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000866 10.0.0.130 - - [2026-02-02 02:17:44] "GET /project/3fad96e1-1c4e-420e-ab72-4f0aecf34b3f?fields=security_groups HTTP/1.1" 200 1246 0.024339 10.0.0.130 - - [2026-02-02 02:17:45] "POST /fqname-to-id HTTP/1.1" 404 188 0.031647 10.0.0.130 - - [2026-02-02 02:17:45] "GET /projects?obj_uuids=3b5372f3-d1a1-466b-b8a1-e0f9f689397a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002145 10.0.0.130 - - [2026-02-02 02:17:45] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.130 - - [2026-02-02 02:17:45] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006593 10.0.0.130 - - [2026-02-02 02:17:45] "POST /id-to-fqname HTTP/1.1" 200 190 0.001549 10.0.0.130 - - [2026-02-02 02:17:45] "POST /fqname-to-id HTTP/1.1" 404 199 0.002731 10.0.0.130 - - [2026-02-02 02:17:45] "POST /security-groups HTTP/1.1" 200 591 0.068643 10.0.0.130 - - [2026-02-02 02:17:45] "POST /fqname-to-id HTTP/1.1" 404 234 0.002206 10.0.0.130 - - [2026-02-02 02:17:45] "POST /projects HTTP/1.1" 200 585 0.214935 10.0.0.130 - - [2026-02-02 02:17:45] "POST /access-control-lists HTTP/1.1" 200 598 0.059507 10.0.0.130 - - [2026-02-02 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.286415 10.0.0.130 - - [2026-02-02 02:17:45] "POST /fqname-to-id HTTP/1.1" 404 233 0.002464 10.0.0.130 - - [2026-02-02 02:17:45] "GET /project/3b5372f3-d1a1-466b-b8a1-e0f9f689397a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.415286 10.0.0.130 - - [2026-02-02 02:17:45] "POST /access-control-lists HTTP/1.1" 200 596 0.060322 10.0.0.130 - - [2026-02-02 02:17:46] "GET / HTTP/1.1" 200 36215 0.001912 10.0.0.130 - - [2026-02-02 02:17:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000490 10.0.0.130 - - [2026-02-02 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.026844 10.0.0.130 - - [2026-02-02 02:17:49] "GET /api-access-list/ece365f5-e29c-4a6e-a357-331bce3ea5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003511 10.0.0.130 - - [2026-02-02 02:17:49] "GET /api-access-list/ece365f5-e29c-4a6e-a357-331bce3ea5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002846 10.0.0.130 - - [2026-02-02 02:17:49] "GET /api-access-list/ece365f5-e29c-4a6e-a357-331bce3ea5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003099 10.0.0.130 - - [2026-02-02 02:17:49] "PUT /api-access-list/ece365f5-e29c-4a6e-a357-331bce3ea5e8 HTTP/1.1" 200 265 0.007664 10.0.0.130 - - [2026-02-02 02:17:49] "GET /aaa-mode HTTP/1.1" 200 128 0.001040 10.0.0.130 - - [2026-02-02 02:17:49] "POST /fqname-to-id HTTP/1.1" 404 188 0.029025 10.0.0.130 - - [2026-02-02 02:17:49] "GET /projects?obj_uuids=e4c8a1ae-cd41-4a6f-bbbb-20a6663b125a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002284 10.0.0.130 - - [2026-02-02 02:17:50] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000878 10.0.0.130 - - [2026-02-02 02:17:50] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006600 10.0.0.130 - - [2026-02-02 02:17:50] "POST /id-to-fqname HTTP/1.1" 200 190 0.001188 10.0.0.130 - - [2026-02-02 02:17:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.004364 10.0.0.130 - - [2026-02-02 02:17:50] "POST /security-groups HTTP/1.1" 200 591 0.059875 10.0.0.130 - - [2026-02-02 02:17:50] "POST /fqname-to-id HTTP/1.1" 404 234 0.002306 10.0.0.130 - - [2026-02-02 02:17:50] "POST /projects HTTP/1.1" 200 585 0.197130 10.0.0.130 - - [2026-02-02 02:17:50] "POST /access-control-lists HTTP/1.1" 200 598 0.057057 10.0.0.130 - - [2026-02-02 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.278179 10.0.0.130 - - [2026-02-02 02:17:50] "POST /fqname-to-id HTTP/1.1" 404 233 0.002557 10.0.0.130 - - [2026-02-02 02:17:50] "GET /project/e4c8a1ae-cd41-4a6f-bbbb-20a6663b125a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.401099 10.0.0.130 - - [2026-02-02 02:17:50] "POST /access-control-lists HTTP/1.1" 200 596 0.055812 10.0.0.130 - - [2026-02-02 02:17:50] "POST /fqname-to-id HTTP/1.1" 404 188 0.023842 10.0.0.130 - - [2026-02-02 02:17:50] "GET /projects?obj_uuids=89fdb1a1-6be4-4e37-b775-344f2c2f76d5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002909 10.0.0.130 - - [2026-02-02 02:17:50] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000948 10.0.0.130 - - [2026-02-02 02:17:50] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006136 10.0.0.130 - - [2026-02-02 02:17:50] "POST /id-to-fqname HTTP/1.1" 200 190 0.001514 10.0.0.130 - - [2026-02-02 02:17:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.002501 10.0.0.130 - - [2026-02-02 02:17:51] "POST /security-groups HTTP/1.1" 200 591 0.062975 10.0.0.130 - - [2026-02-02 02:17:51] "POST /fqname-to-id HTTP/1.1" 404 234 0.002903 10.0.0.130 - - [2026-02-02 02:17:51] "POST /projects HTTP/1.1" 200 585 0.214721 10.0.0.130 - - [2026-02-02 02:17:51] "POST /access-control-lists HTTP/1.1" 200 598 0.058304 10.0.0.130 - - [2026-02-02 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.289018 10.0.0.130 - - [2026-02-02 02:17:51] "POST /fqname-to-id HTTP/1.1" 404 233 0.002445 10.0.0.130 - - [2026-02-02 02:17:51] "GET /project/89fdb1a1-6be4-4e37-b775-344f2c2f76d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.408475 10.0.0.130 - - [2026-02-02 02:17:51] "POST /access-control-lists HTTP/1.1" 200 596 0.060765 10.0.0.130 - - [2026-02-02 02:17:51] "GET / HTTP/1.1" 200 36215 0.001849 10.0.0.130 - - [2026-02-02 02:17:52] "GET / HTTP/1.1" 200 36215 0.001353 10.0.0.130 - - [2026-02-02 02:17:52] "POST /fqname-to-id HTTP/1.1" 404 183 0.002661 10.0.0.130 - - [2026-02-02 02:17:52] "POST /api-access-lists HTTP/1.1" 200 523 0.012172 10.0.0.130 - - [2026-02-02 02:17:52] "GET /api-access-list/941eb87e-a832-4f1c-ace6-1355d4031ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.004030 10.0.0.130 - - [2026-02-02 02:17:53] "GET /api-access-list/941eb87e-a832-4f1c-ace6-1355d4031ba7 HTTP/1.1" 401 293 0.000464 10.0.0.130 - - [2026-02-02 02:17:53] "GET /api-access-list/941eb87e-a832-4f1c-ace6-1355d4031ba7 HTTP/1.1" 200 1292 0.054884 10.0.0.130 - - [2026-02-02 02:17:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000350 10.0.0.130 - - [2026-02-02 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.039632 10.0.0.130 - - [2026-02-02 02:17:53] "GET /projects?obj_uuids=e4c8a1ae-cd41-4a6f-bbbb-20a6663b125a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001069 10.0.0.130 - - [2026-02-02 02:17:53] "GET /project/e4c8a1ae-cd41-4a6f-bbbb-20a6663b125a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.033094 10.0.0.130 - - [2026-02-02 02:17:53] "GET /virtual-networks?parent_id=e4c8a1ae-cd41-4a6f-bbbb-20a6663b125a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010700 10.0.0.130 - - [2026-02-02 02:17:53] "POST /virtual-networks HTTP/1.1" 200 585 0.044092 10.0.0.130 - - [2026-02-02 02:17:53] "POST /route-targets HTTP/1.1" 200 328 0.009115 10.0.0.130 - - [2026-02-02 02:17:53] "POST /ref-update HTTP/1.1" 200 156 0.008680 10.0.0.130 - - [2026-02-02 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.011851 10.0.0.130 - - [2026-02-02 02:17:54] "GET /network-ipam/9ae332cb-86c1-4dd0-ae7b-2fa83c8ea512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.009435 10.0.0.130 - - [2026-02-02 02:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003274 10.0.0.130 - - [2026-02-02 02:17:54] "POST /ref-update HTTP/1.1" 200 156 0.045122 10.0.0.130 - - [2026-02-02 02:17:54] "POST /neutron/network HTTP/1.1" 200 848 0.040431 10.0.0.130 - - [2026-02-02 02:17:54] "POST /neutron/network HTTP/1.1" 200 848 0.015368 10.0.0.130 - - [2026-02-02 02:17:54] "GET /virtual-network/3eac1f12-137e-44cb-8a7a-c8317aa107c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.011030 10.0.0.130 - - [2026-02-02 02:17:54] "POST /neutron/network HTTP/1.1" 200 848 0.015042 10.0.0.130 - - [2026-02-02 02:17:54] "POST /neutron/subnet HTTP/1.1" 200 676 0.022984 10.0.0.130 - - [2026-02-02 02:17:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000427 10.0.0.130 - - [2026-02-02 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.034904 10.0.0.130 - - [2026-02-02 02:17:54] "GET /projects?obj_uuids=89fdb1a1-6be4-4e37-b775-344f2c2f76d5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.130 - - [2026-02-02 02:17:54] "GET /project/89fdb1a1-6be4-4e37-b775-344f2c2f76d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.029260 10.0.0.130 - - [2026-02-02 02:17:54] "GET /virtual-networks?parent_id=89fdb1a1-6be4-4e37-b775-344f2c2f76d5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008903 10.0.0.130 - - [2026-02-02 02:17:54] "POST /virtual-networks HTTP/1.1" 200 585 0.043837 10.0.0.130 - - [2026-02-02 02:17:54] "POST /route-targets HTTP/1.1" 200 328 0.008666 10.0.0.130 - - [2026-02-02 02:17:54] "POST /ref-update HTTP/1.1" 200 156 0.010782 10.0.0.130 - - [2026-02-02 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.009498 10.0.0.130 - - [2026-02-02 02:17:54] "GET /network-ipam/9ae332cb-86c1-4dd0-ae7b-2fa83c8ea512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.009268 10.0.0.130 - - [2026-02-02 02:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004369 10.0.0.130 - - [2026-02-02 02:17:55] "POST /ref-update HTTP/1.1" 200 156 0.042295 10.0.0.130 - - [2026-02-02 02:17:55] "POST /neutron/network HTTP/1.1" 200 847 0.052073 10.0.0.130 - - [2026-02-02 02:17:55] "POST /neutron/network HTTP/1.1" 200 847 0.020654 10.0.0.130 - - [2026-02-02 02:17:55] "GET /virtual-network/94bfa44f-3e21-4c43-9c08-0942aa9cf20e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.011859 10.0.0.130 - - [2026-02-02 02:17:55] "POST /neutron/network HTTP/1.1" 200 847 0.018830 10.0.0.130 - - [2026-02-02 02:17:55] "POST /neutron/subnet HTTP/1.1" 200 671 0.022179 10.0.0.130 - - [2026-02-02 02:17:55] "GET /virtual-network/3eac1f12-137e-44cb-8a7a-c8317aa107c4 HTTP/1.1" 401 293 0.000368 10.0.0.130 - - [2026-02-02 02:17:55] "GET /virtual-network/3eac1f12-137e-44cb-8a7a-c8317aa107c4 HTTP/1.1" 200 2314 0.040177 10.0.0.130 - - [2026-02-02 02:17:55] "GET /virtual-network/3eac1f12-137e-44cb-8a7a-c8317aa107c4 HTTP/1.1" 401 293 0.000367 10.0.0.130 - - [2026-02-02 02:17:55] "GET /virtual-network/3eac1f12-137e-44cb-8a7a-c8317aa107c4 HTTP/1.1" 403 376 0.033191 10.0.0.130 - - [2026-02-02 02:17:55] "GET /virtual-network/3eac1f12-137e-44cb-8a7a-c8317aa107c4 HTTP/1.1" 200 2314 0.003893 10.0.0.130 - - [2026-02-02 02:17:55] "GET /virtual-networks HTTP/1.1" 200 372 0.016624 10.0.0.130 - - [2026-02-02 02:17:55] "GET /virtual-networks HTTP/1.1" 200 372 0.015115 10.0.0.130 - - [2026-02-02 02:17:56] "GET /obj-perms HTTP/1.1" 403 257 0.031659 10.0.0.130 - - [2026-02-02 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002295 10.0.0.130 - - [2026-02-02 02:17:56] "GET /virtual-network/3eac1f12-137e-44cb-8a7a-c8317aa107c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.011451 10.0.0.130 - - [2026-02-02 02:17:56] "GET /obj-perms HTTP/1.1" 403 257 0.030645 10.0.0.130 - - [2026-02-02 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002095 10.0.0.130 - - [2026-02-02 02:17:56] "GET /virtual-network/3eac1f12-137e-44cb-8a7a-c8317aa107c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008468 10.0.0.130 - - [2026-02-02 02:17:57] "GET /obj-perms HTTP/1.1" 200 5049 0.048275 10.0.0.130 - - [2026-02-02 02:17:57] "GET /obj-perms HTTP/1.1" 403 257 0.007208 10.0.0.130 - - [2026-02-02 02:17:57] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.019959 10.0.0.130 - - [2026-02-02 02:17:57] "GET /obj-perms HTTP/1.1" 403 257 0.006681 10.0.0.130 - - [2026-02-02 02:17:57] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.017330 10.0.0.130 - - [2026-02-02 02:17:57] "GET /obj-perms HTTP/1.1" 200 5049 0.002890 10.0.0.130 - - [2026-02-02 02:17:57] "PUT /virtual-network/3eac1f12-137e-44cb-8a7a-c8317aa107c4 HTTP/1.1" 200 265 0.025507 10.0.0.130 - - [2026-02-02 02:17:57] "GET /virtual-networks HTTP/1.1" 200 132 0.019789 10.0.0.130 - - [2026-02-02 02:17:57] "GET /virtual-networks HTTP/1.1" 200 613 0.017915 10.0.0.130 - - [2026-02-02 02:17:57] "GET /virtual-networks HTTP/1.1" 200 1435 0.003011 10.0.0.130 - - [2026-02-02 02:17:57] "GET /obj-perms HTTP/1.1" 403 257 0.007529 10.0.0.130 - - [2026-02-02 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002042 10.0.0.130 - - [2026-02-02 02:17:57] "GET /virtual-network/3eac1f12-137e-44cb-8a7a-c8317aa107c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008576 10.0.0.130 - - [2026-02-02 02:17:57] "GET /obj-perms HTTP/1.1" 403 257 0.033309 10.0.0.130 - - [2026-02-02 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002041 10.0.0.130 - - [2026-02-02 02:17:58] "GET /virtual-network/3eac1f12-137e-44cb-8a7a-c8317aa107c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009498 10.0.0.130 - - [2026-02-02 02:17:58] "GET /obj-perms HTTP/1.1" 403 257 0.009070 10.0.0.130 - - [2026-02-02 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.130 - - [2026-02-02 02:17:58] "GET /virtual-network/3eac1f12-137e-44cb-8a7a-c8317aa107c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.014239 10.0.0.130 - - [2026-02-02 02:17:58] "GET /obj-perms HTTP/1.1" 200 5049 0.003243 10.0.0.130 - - [2026-02-02 02:17:58] "GET /obj-perms HTTP/1.1" 403 257 0.009054 10.0.0.130 - - [2026-02-02 02:17:58] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019049 10.0.0.130 - - [2026-02-02 02:17:58] "GET /obj-perms HTTP/1.1" 403 257 0.006730 10.0.0.130 - - [2026-02-02 02:17:58] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.016047 10.0.0.130 - - [2026-02-02 02:17:58] "GET /obj-perms HTTP/1.1" 200 5049 0.003272 10.0.0.130 - - [2026-02-02 02:17:58] "PUT /virtual-network/3eac1f12-137e-44cb-8a7a-c8317aa107c4 HTTP/1.1" 200 265 0.025421 10.0.0.130 - - [2026-02-02 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.130 - - [2026-02-02 02:17:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003006 10.0.0.130 - - [2026-02-02 02:17:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002254 10.0.0.130 - - [2026-02-02 02:17:58] "DELETE /virtual-network/94bfa44f-3e21-4c43-9c08-0942aa9cf20e HTTP/1.1" 200 115 0.069118 10.0.0.130 - - [2026-02-02 02:17:58] "DELETE /route-target/4938fa63-0d8f-43b4-b5b8-10ab63ec47ae HTTP/1.1" 200 115 0.015465 10.0.0.130 - - [2026-02-02 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002569 10.0.0.130 - - [2026-02-02 02:17:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004394 10.0.0.130 - - [2026-02-02 02:17:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002836 10.0.0.130 - - [2026-02-02 02:17:58] "DELETE /virtual-network/3eac1f12-137e-44cb-8a7a-c8317aa107c4 HTTP/1.1" 200 115 0.067948 10.0.0.130 - - [2026-02-02 02:17:58] "DELETE /route-target/d0ddc2c8-3cf4-4daf-9fae-b5ccd83694f6 HTTP/1.1" 200 115 0.017622 10.0.0.130 - - [2026-02-02 02:17:58] "DELETE /api-access-list/941eb87e-a832-4f1c-ace6-1355d4031ba7 HTTP/1.1" 200 115 0.018115 10.0.0.130 - - [2026-02-02 02:17:58] "GET /api-access-list/941eb87e-a832-4f1c-ace6-1355d4031ba7 HTTP/1.1" 404 171 0.002199 10.0.0.130 - - [2026-02-02 02:17:59] "GET /projects?obj_uuids=89fdb1a1-6be4-4e37-b775-344f2c2f76d5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000908 10.0.0.130 - - [2026-02-02 02:17:59] "GET /project/89fdb1a1-6be4-4e37-b775-344f2c2f76d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.022993 10.0.0.130 - - [2026-02-02 02:17:59] "GET /projects?obj_uuids=89fdb1a1-6be4-4e37-b775-344f2c2f76d5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000873 10.0.0.130 - - [2026-02-02 02:17:59] "GET /project/89fdb1a1-6be4-4e37-b775-344f2c2f76d5?fields=virtual_networks HTTP/1.1" 200 1034 0.065765 10.0.0.130 - - [2026-02-02 02:17:59] "GET /projects?obj_uuids=89fdb1a1-6be4-4e37-b775-344f2c2f76d5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000883 10.0.0.130 - - [2026-02-02 02:17:59] "GET /project/89fdb1a1-6be4-4e37-b775-344f2c2f76d5?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.021157 10.0.0.130 - - [2026-02-02 02:17:59] "GET /projects?obj_uuids=89fdb1a1-6be4-4e37-b775-344f2c2f76d5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000888 10.0.0.130 - - [2026-02-02 02:17:59] "GET /project/89fdb1a1-6be4-4e37-b775-344f2c2f76d5?fields=security_groups HTTP/1.1" 200 1261 0.024854 10.0.0.130 - - [2026-02-02 02:17:59] "GET /projects?obj_uuids=e4c8a1ae-cd41-4a6f-bbbb-20a6663b125a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000910 10.0.0.130 - - [2026-02-02 02:17:59] "GET /project/e4c8a1ae-cd41-4a6f-bbbb-20a6663b125a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.022694 10.0.0.130 - - [2026-02-02 02:17:59] "GET /projects?obj_uuids=e4c8a1ae-cd41-4a6f-bbbb-20a6663b125a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000895 10.0.0.130 - - [2026-02-02 02:17:59] "GET /project/e4c8a1ae-cd41-4a6f-bbbb-20a6663b125a?fields=virtual_networks HTTP/1.1" 200 1035 0.059839 10.0.0.130 - - [2026-02-02 02:17:59] "GET /projects?obj_uuids=e4c8a1ae-cd41-4a6f-bbbb-20a6663b125a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001067 10.0.0.130 - - [2026-02-02 02:17:59] "GET /project/e4c8a1ae-cd41-4a6f-bbbb-20a6663b125a?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.020726 10.0.0.130 - - [2026-02-02 02:17:59] "GET /projects?obj_uuids=e4c8a1ae-cd41-4a6f-bbbb-20a6663b125a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000920 10.0.0.130 - - [2026-02-02 02:17:59] "GET /project/e4c8a1ae-cd41-4a6f-bbbb-20a6663b125a?fields=security_groups HTTP/1.1" 200 1262 0.018947 10.0.0.130 - - [2026-02-02 02:18:00] "GET /aaa-mode HTTP/1.1" 200 128 0.001419 10.0.0.130 - - [2026-02-02 02:18:01] "GET / HTTP/1.1" 200 36215 0.001545 10.0.0.130 - - [2026-02-02 02:18:02] "GET / HTTP/1.1" 200 36215 0.001518 10.0.0.130 - - [2026-02-02 02:18:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000526 10.0.0.130 - - [2026-02-02 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.086078 10.0.0.130 - - [2026-02-02 02:18:02] "GET /projects?obj_uuids=3b5372f3-d1a1-466b-b8a1-e0f9f689397a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001001 10.0.0.130 - - [2026-02-02 02:18:02] "GET /project/3b5372f3-d1a1-466b-b8a1-e0f9f689397a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.033944 10.0.0.130 - - [2026-02-02 02:18:03] "GET /virtual-networks?parent_id=3b5372f3-d1a1-466b-b8a1-e0f9f689397a&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008061 10.0.0.130 - - [2026-02-02 02:18:03] "POST /fqname-to-id HTTP/1.1" 404 197 0.008159 10.0.0.130 - - [2026-02-02 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.008187 10.0.0.130 - - [2026-02-02 02:18:03] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001125 10.0.0.130 - - [2026-02-02 02:18:03] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012974 10.0.0.130 - - [2026-02-02 02:18:03] "POST /service-templates HTTP/1.1" 403 264 0.006165 10.0.0.130 - - [2026-02-02 02:18:03] "POST /fqname-to-id HTTP/1.1" 404 215 0.002599 10.0.0.130 - - [2026-02-02 02:18:03] "POST /api-access-lists HTTP/1.1" 200 557 0.015237 10.0.0.130 - - [2026-02-02 02:18:03] "GET /api-access-list/6704ffd3-7b83-42f2-8b01-ea0b76df43e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.004067 10.0.0.130 - - [2026-02-02 02:18:03] "GET /api-access-list/6704ffd3-7b83-42f2-8b01-ea0b76df43e7 HTTP/1.1" 200 1325 0.002891 10.0.0.130 - - [2026-02-02 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.009648 10.0.0.130 - - [2026-02-02 02:18:03] "GET /projects?obj_uuids=3b5372f3-d1a1-466b-b8a1-e0f9f689397a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001024 10.0.0.130 - - [2026-02-02 02:18:03] "GET /project/3b5372f3-d1a1-466b-b8a1-e0f9f689397a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.030515 10.0.0.130 - - [2026-02-02 02:18:03] "GET /virtual-networks?parent_id=3b5372f3-d1a1-466b-b8a1-e0f9f689397a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009757 10.0.0.130 - - [2026-02-02 02:18:03] "POST /virtual-networks HTTP/1.1" 200 585 0.042520 10.0.0.130 - - [2026-02-02 02:18:03] "POST /route-targets HTTP/1.1" 200 328 0.009453 10.0.0.130 - - [2026-02-02 02:18:03] "POST /ref-update HTTP/1.1" 200 156 0.010249 10.0.0.130 - - [2026-02-02 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.012135 10.0.0.130 - - [2026-02-02 02:18:03] "GET /network-ipam/9ae332cb-86c1-4dd0-ae7b-2fa83c8ea512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.015624 10.0.0.130 - - [2026-02-02 02:18:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004723 10.0.0.130 - - [2026-02-02 02:18:03] "POST /ref-update HTTP/1.1" 200 156 0.046997 10.0.0.130 - - [2026-02-02 02:18:03] "POST /neutron/network HTTP/1.1" 200 846 0.043945 10.0.0.130 - - [2026-02-02 02:18:03] "POST /neutron/network HTTP/1.1" 200 846 0.020979 10.0.0.130 - - [2026-02-02 02:18:03] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.013954 10.0.0.130 - - [2026-02-02 02:18:03] "POST /neutron/network HTTP/1.1" 200 846 0.020316 10.0.0.130 - - [2026-02-02 02:18:04] "POST /neutron/subnet HTTP/1.1" 200 669 0.026023 10.0.0.130 - - [2026-02-02 02:18:04] "POST /neutron/network HTTP/1.1" 200 846 0.060840 10.0.0.130 - - [2026-02-02 02:18:04] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.004380 10.0.0.130 - - [2026-02-02 02:18:04] "GET /network-ipam/9ae332cb-86c1-4dd0-ae7b-2fa83c8ea512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.002835 10.0.0.130 - - [2026-02-02 02:18:04] "GET /domains HTTP/1.1" 200 281 0.002524 10.0.0.130 - - [2026-02-02 02:18:04] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.130 - - [2026-02-02 02:18:04] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 3503 0.005808 10.0.0.130 - - [2026-02-02 02:18:04] "GET /projects?obj_uuids=3b5372f3-d1a1-466b-b8a1-e0f9f689397a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001309 10.0.0.130 - - [2026-02-02 02:18:04] "GET /project/3b5372f3-d1a1-466b-b8a1-e0f9f689397a HTTP/1.1" 200 2359 0.079403 10.0.0.130 - - [2026-02-02 02:18:04] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705 HTTP/1.1" 200 2312 0.005517 10.0.0.130 - - [2026-02-02 02:18:04] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705 HTTP/1.1" 200 2312 0.004414 10.0.0.130 - - [2026-02-02 02:18:04] "GET /routing-instance/ceae28d5-087b-4d90-9600-253334401b2d HTTP/1.1" 200 1559 0.005302 10.0.0.130 - - [2026-02-02 02:18:04] "GET /routing-instance/ceae28d5-087b-4d90-9600-253334401b2d HTTP/1.1" 200 1559 0.002809 10.0.0.130 - - [2026-02-02 02:18:04] "GET /route-target/07f0c6f9-82b1-436d-88ac-59a1999b8a03 HTTP/1.1" 200 1244 0.002629 10.0.0.130 - - [2026-02-02 02:18:04] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705 HTTP/1.1" 200 2312 0.003987 10.0.0.130 - - [2026-02-02 02:18:04] "GET /routing-instance/ceae28d5-087b-4d90-9600-253334401b2d HTTP/1.1" 200 1559 0.003170 10.0.0.130 - - [2026-02-02 02:18:04] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005528 10.0.0.130 - - [2026-02-02 02:18:04] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705 HTTP/1.1" 200 2312 0.003901 10.0.0.130 - - [2026-02-02 02:18:04] "GET /routing-instance/ceae28d5-087b-4d90-9600-253334401b2d HTTP/1.1" 200 1559 0.003320 10.0.0.130 - - [2026-02-02 02:18:04] "GET /routing-instance/ceae28d5-087b-4d90-9600-253334401b2d HTTP/1.1" 200 1559 0.004247 10.0.0.130 - - [2026-02-02 02:18:04] "GET /route-target/07f0c6f9-82b1-436d-88ac-59a1999b8a03 HTTP/1.1" 200 1244 0.002746 10.0.0.130 - - [2026-02-02 02:18:04] "GET /domains HTTP/1.1" 200 281 0.002441 10.0.0.130 - - [2026-02-02 02:18:04] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001156 10.0.0.130 - - [2026-02-02 02:18:04] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843 HTTP/1.1" 200 3503 0.006090 10.0.0.130 - - [2026-02-02 02:18:04] "GET /projects?obj_uuids=3b5372f3-d1a1-466b-b8a1-e0f9f689397a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000850 10.0.0.130 - - [2026-02-02 02:18:04] "GET /project/3b5372f3-d1a1-466b-b8a1-e0f9f689397a HTTP/1.1" 200 2359 0.062135 10.0.0.130 - - [2026-02-02 02:18:04] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705 HTTP/1.1" 200 2312 0.005823 10.0.0.130 - - [2026-02-02 02:18:04] "GET /obj-perms HTTP/1.1" 200 5049 0.003407 10.0.0.130 - - [2026-02-02 02:18:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.008011 10.0.0.130 - - [2026-02-02 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.008801 10.0.0.130 - - [2026-02-02 02:18:04] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.130 - - [2026-02-02 02:18:04] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012277 10.0.0.130 - - [2026-02-02 02:18:04] "POST /service-templates HTTP/1.1" 403 264 0.006997 10.0.0.130 - - [2026-02-02 02:18:04] "POST /fqname-to-id HTTP/1.1" 404 183 0.002450 10.0.0.130 - - [2026-02-02 02:18:04] "POST /api-access-lists HTTP/1.1" 200 523 0.014857 10.0.0.130 - - [2026-02-02 02:18:04] "GET /api-access-list/a4bef098-a8cd-4d53-8767-4e0066f0d01b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.003808 10.0.0.130 - - [2026-02-02 02:18:04] "GET /api-access-list/a4bef098-a8cd-4d53-8767-4e0066f0d01b HTTP/1.1" 200 1292 0.003175 10.0.0.130 - - [2026-02-02 02:18:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.010125 10.0.0.130 - - [2026-02-02 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009261 10.0.0.130 - - [2026-02-02 02:18:04] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001046 10.0.0.130 - - [2026-02-02 02:18:04] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.013255 10.0.0.130 - - [2026-02-02 02:18:04] "POST /service-templates HTTP/1.1" 200 553 0.021778 10.0.0.130 - - [2026-02-02 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.012627 10.0.0.130 - - [2026-02-02 02:18:05] "GET /service-template/d1d77472-6356-4495-bdbd-dea5e64848c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.011134 10.0.0.130 - - [2026-02-02 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.009453 10.0.0.130 - - [2026-02-02 02:18:05] "GET /service-template/d1d77472-6356-4495-bdbd-dea5e64848c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.011970 10.0.0.130 - - [2026-02-02 02:18:05] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705 HTTP/1.1" 401 293 0.004307 10.0.0.130 - - [2026-02-02 02:18:05] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705 HTTP/1.1" 403 263 0.035674 10.0.0.130 - - [2026-02-02 02:18:05] "GET /service-template/d1d77472-6356-4495-bdbd-dea5e64848c2 HTTP/1.1" 403 264 0.007172 10.0.0.130 - - [2026-02-02 02:18:05] "GET /service-template/d1d77472-6356-4495-bdbd-dea5e64848c2 HTTP/1.1" 403 264 0.037551 10.0.0.130 - - [2026-02-02 02:18:06] "GET /obj-perms HTTP/1.1" 403 257 0.032683 10.0.0.130 - - [2026-02-02 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002010 10.0.0.130 - - [2026-02-02 02:18:06] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.009358 10.0.0.130 - - [2026-02-02 02:18:06] "GET /obj-perms HTTP/1.1" 403 257 0.009080 10.0.0.130 - - [2026-02-02 02:18:06] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.009636 10.0.0.130 - - [2026-02-02 02:18:06] "GET /api-access-list/6704ffd3-7b83-42f2-8b01-ea0b76df43e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.004269 10.0.0.130 - - [2026-02-02 02:18:06] "PUT /api-access-list/6704ffd3-7b83-42f2-8b01-ea0b76df43e7 HTTP/1.1" 200 265 0.009690 10.0.0.130 - - [2026-02-02 02:18:06] "GET /api-access-list/6704ffd3-7b83-42f2-8b01-ea0b76df43e7 HTTP/1.1" 200 1462 0.002901 10.0.0.130 - - [2026-02-02 02:18:06] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705 HTTP/1.1" 200 2312 0.013488 10.0.0.130 - - [2026-02-02 02:18:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000355 10.0.0.130 - - [2026-02-02 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.041281 10.0.0.130 - - [2026-02-02 02:18:06] "GET /projects?obj_uuids=3b5372f3-d1a1-466b-b8a1-e0f9f689397a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001088 10.0.0.130 - - [2026-02-02 02:18:06] "GET /project/3b5372f3-d1a1-466b-b8a1-e0f9f689397a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.033827 10.0.0.130 - - [2026-02-02 02:18:06] "GET /virtual-networks?parent_id=3b5372f3-d1a1-466b-b8a1-e0f9f689397a&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.014034 10.0.0.130 - - [2026-02-02 02:18:06] "POST /virtual-networks HTTP/1.1" 403 263 0.009109 10.0.0.130 - - [2026-02-02 02:18:07] "GET /service-template/d1d77472-6356-4495-bdbd-dea5e64848c2 HTTP/1.1" 403 264 0.010050 10.0.0.130 - - [2026-02-02 02:18:07] "GET /service-template/d1d77472-6356-4495-bdbd-dea5e64848c2 HTTP/1.1" 403 264 0.037973 10.0.0.130 - - [2026-02-02 02:18:07] "GET /obj-perms HTTP/1.1" 403 257 0.007747 10.0.0.130 - - [2026-02-02 02:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002449 10.0.0.130 - - [2026-02-02 02:18:07] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.014644 10.0.0.130 - - [2026-02-02 02:18:07] "GET /obj-perms HTTP/1.1" 403 257 0.007514 10.0.0.130 - - [2026-02-02 02:18:07] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.016160 10.0.0.130 - - [2026-02-02 02:18:07] "GET /api-access-list/a4bef098-a8cd-4d53-8767-4e0066f0d01b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.002906 10.0.0.130 - - [2026-02-02 02:18:07] "PUT /api-access-list/a4bef098-a8cd-4d53-8767-4e0066f0d01b HTTP/1.1" 200 265 0.006659 10.0.0.130 - - [2026-02-02 02:18:07] "GET /api-access-list/a4bef098-a8cd-4d53-8767-4e0066f0d01b HTTP/1.1" 200 1430 0.003625 10.0.0.130 - - [2026-02-02 02:18:07] "GET /service-template/d1d77472-6356-4495-bdbd-dea5e64848c2 HTTP/1.1" 200 1856 0.013722 10.0.0.130 - - [2026-02-02 02:18:07] "POST /fqname-to-id HTTP/1.1" 404 197 0.007871 10.0.0.130 - - [2026-02-02 02:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.010128 10.0.0.130 - - [2026-02-02 02:18:07] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001351 10.0.0.130 - - [2026-02-02 02:18:07] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.017800 10.0.0.130 - - [2026-02-02 02:18:07] "POST /service-templates HTTP/1.1" 403 264 0.008519 10.0.0.130 - - [2026-02-02 02:18:07] "GET /api-access-list/6704ffd3-7b83-42f2-8b01-ea0b76df43e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.002900 10.0.0.130 - - [2026-02-02 02:18:07] "PUT /api-access-list/6704ffd3-7b83-42f2-8b01-ea0b76df43e7 HTTP/1.1" 200 265 0.007666 10.0.0.130 - - [2026-02-02 02:18:07] "GET /api-access-list/6704ffd3-7b83-42f2-8b01-ea0b76df43e7 HTTP/1.1" 200 1325 0.003307 10.0.0.130 - - [2026-02-02 02:18:07] "GET /api-access-list/a4bef098-a8cd-4d53-8767-4e0066f0d01b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.002620 10.0.0.130 - - [2026-02-02 02:18:07] "PUT /api-access-list/a4bef098-a8cd-4d53-8767-4e0066f0d01b HTTP/1.1" 200 265 0.008238 10.0.0.130 - - [2026-02-02 02:18:08] "GET /api-access-list/a4bef098-a8cd-4d53-8767-4e0066f0d01b HTTP/1.1" 200 1292 0.003267 10.0.0.130 - - [2026-02-02 02:18:08] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705 HTTP/1.1" 403 263 0.008959 10.0.0.130 - - [2026-02-02 02:18:08] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705 HTTP/1.1" 403 263 0.037888 10.0.0.130 - - [2026-02-02 02:18:08] "GET /service-template/d1d77472-6356-4495-bdbd-dea5e64848c2 HTTP/1.1" 403 264 0.008440 10.0.0.130 - - [2026-02-02 02:18:08] "GET /service-template/d1d77472-6356-4495-bdbd-dea5e64848c2 HTTP/1.1" 403 264 0.032825 10.0.0.130 - - [2026-02-02 02:18:08] "GET /obj-perms HTTP/1.1" 403 257 0.007348 10.0.0.130 - - [2026-02-02 02:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002030 10.0.0.130 - - [2026-02-02 02:18:08] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007578 10.0.0.130 - - [2026-02-02 02:18:09] "GET /obj-perms HTTP/1.1" 403 257 0.033492 10.0.0.130 - - [2026-02-02 02:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.130 - - [2026-02-02 02:18:09] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.010183 10.0.0.130 - - [2026-02-02 02:18:09] "GET /obj-perms HTTP/1.1" 403 257 0.010357 10.0.0.130 - - [2026-02-02 02:18:09] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007866 10.0.0.130 - - [2026-02-02 02:18:09] "GET /api-access-list/ece365f5-e29c-4a6e-a357-331bce3ea5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003206 10.0.0.130 - - [2026-02-02 02:18:09] "PUT /api-access-list/ece365f5-e29c-4a6e-a357-331bce3ea5e8 HTTP/1.1" 200 265 0.009843 10.0.0.130 - - [2026-02-02 02:18:09] "GET /service-template/d1d77472-6356-4495-bdbd-dea5e64848c2 HTTP/1.1" 200 1856 0.012238 10.0.0.130 - - [2026-02-02 02:18:09] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705 HTTP/1.1" 200 2312 0.015509 10.0.0.130 - - [2026-02-02 02:18:09] "GET /obj-perms HTTP/1.1" 403 257 0.007292 10.0.0.130 - - [2026-02-02 02:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001773 10.0.0.130 - - [2026-02-02 02:18:09] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.014015 10.0.0.130 - - [2026-02-02 02:18:09] "GET /obj-perms HTTP/1.1" 403 257 0.007734 10.0.0.130 - - [2026-02-02 02:18:09] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.016001 10.0.0.130 - - [2026-02-02 02:18:09] "DELETE /api-access-list/6704ffd3-7b83-42f2-8b01-ea0b76df43e7 HTTP/1.1" 200 115 0.020434 10.0.0.130 - - [2026-02-02 02:18:09] "GET /api-access-list/6704ffd3-7b83-42f2-8b01-ea0b76df43e7 HTTP/1.1" 404 171 0.002035 10.0.0.130 - - [2026-02-02 02:18:09] "DELETE /api-access-list/a4bef098-a8cd-4d53-8767-4e0066f0d01b HTTP/1.1" 200 115 0.015508 10.0.0.130 - - [2026-02-02 02:18:09] "GET /api-access-list/a4bef098-a8cd-4d53-8767-4e0066f0d01b HTTP/1.1" 404 171 0.002028 10.0.0.130 - - [2026-02-02 02:18:09] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705 HTTP/1.1" 401 293 0.000356 10.0.0.130 - - [2026-02-02 02:18:10] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705 HTTP/1.1" 403 263 0.036860 10.0.0.130 - - [2026-02-02 02:18:10] "GET /service-template/d1d77472-6356-4495-bdbd-dea5e64848c2 HTTP/1.1" 403 264 0.007197 10.0.0.130 - - [2026-02-02 02:18:10] "GET /service-template/d1d77472-6356-4495-bdbd-dea5e64848c2 HTTP/1.1" 403 264 0.033784 10.0.0.130 - - [2026-02-02 02:18:10] "GET /obj-perms HTTP/1.1" 403 257 0.033311 10.0.0.130 - - [2026-02-02 02:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002035 10.0.0.130 - - [2026-02-02 02:18:10] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.005877 10.0.0.130 - - [2026-02-02 02:18:10] "GET /obj-perms HTTP/1.1" 403 257 0.006561 10.0.0.130 - - [2026-02-02 02:18:10] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007416 10.0.0.130 - - [2026-02-02 02:18:11] "GET /api-access-list/ece365f5-e29c-4a6e-a357-331bce3ea5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.003053 10.0.0.130 - - [2026-02-02 02:18:11] "PUT /api-access-list/ece365f5-e29c-4a6e-a357-331bce3ea5e8 HTTP/1.1" 200 265 0.007682 10.0.0.130 - - [2026-02-02 02:18:11] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705 HTTP/1.1" 200 2312 0.011860 10.0.0.130 - - [2026-02-02 02:18:11] "GET /service-template/d1d77472-6356-4495-bdbd-dea5e64848c2 HTTP/1.1" 200 1856 0.008206 10.0.0.130 - - [2026-02-02 02:18:11] "GET /obj-perms HTTP/1.1" 403 257 0.005841 10.0.0.130 - - [2026-02-02 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002353 10.0.0.130 - - [2026-02-02 02:18:11] "GET /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.011911 10.0.0.130 - - [2026-02-02 02:18:11] "GET /obj-perms HTTP/1.1" 403 257 0.005927 10.0.0.130 - - [2026-02-02 02:18:11] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.014448 10.0.0.130 - - [2026-02-02 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008344 10.0.0.130 - - [2026-02-02 02:18:11] "DELETE /service-template/d1d77472-6356-4495-bdbd-dea5e64848c2 HTTP/1.1" 200 115 0.020884 10.0.0.130 - - [2026-02-02 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.008782 10.0.0.130 - - [2026-02-02 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.130 - - [2026-02-02 02:18:11] "DELETE /route-target/07f0c6f9-82b1-436d-88ac-59a1999b8a03 HTTP/1.1" 200 115 0.012951 10.0.0.130 - - [2026-02-02 02:18:11] "POST /useragent-kv HTTP/1.1" 200 115 0.031017 10.0.0.130 - - [2026-02-02 02:18:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001802 10.0.0.130 - - [2026-02-02 02:18:11] "DELETE /virtual-network/9f83a46e-c8c7-4a35-a694-c12904278705 HTTP/1.1" 200 115 0.089157 10.0.0.130 - - [2026-02-02 02:18:11] "GET /api-access-list/ece365f5-e29c-4a6e-a357-331bce3ea5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.003129 10.0.0.130 - - [2026-02-02 02:18:11] "PUT /api-access-list/ece365f5-e29c-4a6e-a357-331bce3ea5e8 HTTP/1.1" 200 265 0.007963 10.0.0.130 - - [2026-02-02 02:18:11] "GET /api-access-list/ece365f5-e29c-4a6e-a357-331bce3ea5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.003185 10.0.0.130 - - [2026-02-02 02:18:11] "PUT /api-access-list/ece365f5-e29c-4a6e-a357-331bce3ea5e8 HTTP/1.1" 200 265 0.009219 10.0.0.130 - - [2026-02-02 02:18:12] "GET /api-access-list/ece365f5-e29c-4a6e-a357-331bce3ea5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003280 10.0.0.130 - - [2026-02-02 02:18:12] "PUT /api-access-list/ece365f5-e29c-4a6e-a357-331bce3ea5e8 HTTP/1.1" 200 265 0.007646 10.0.0.130 - - [2026-02-02 02:18:12] "GET /projects?obj_uuids=3b5372f3-d1a1-466b-b8a1-e0f9f689397a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000949 10.0.0.130 - - [2026-02-02 02:18:12] "GET /project/3b5372f3-d1a1-466b-b8a1-e0f9f689397a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.036249 10.0.0.130 - - [2026-02-02 02:18:12] "GET /projects?obj_uuids=3b5372f3-d1a1-466b-b8a1-e0f9f689397a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001243 10.0.0.130 - - [2026-02-02 02:18:12] "GET /project/3b5372f3-d1a1-466b-b8a1-e0f9f689397a?fields=virtual_networks HTTP/1.1" 200 1034 0.071239 10.0.0.130 - - [2026-02-02 02:18:12] "GET /projects?obj_uuids=3b5372f3-d1a1-466b-b8a1-e0f9f689397a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000914 10.0.0.130 - - [2026-02-02 02:18:12] "GET /project/3b5372f3-d1a1-466b-b8a1-e0f9f689397a?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.029111 10.0.0.130 - - [2026-02-02 02:18:12] "GET /projects?obj_uuids=3b5372f3-d1a1-466b-b8a1-e0f9f689397a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001581 10.0.0.130 - - [2026-02-02 02:18:13] "GET /project/3b5372f3-d1a1-466b-b8a1-e0f9f689397a?fields=security_groups HTTP/1.1" 200 1261 0.035379 10.0.0.130 - - [2026-02-02 02:18:13] "GET /projects?obj_uuids=0772f4eb-9679-44a1-b6f1-21a081f62a7c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000916 10.0.0.130 - - [2026-02-02 02:18:13] "GET /project/0772f4eb-9679-44a1-b6f1-21a081f62a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.026063 [Introspect:8084]10.0.0.130 - - [2026-02-02 02:18:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001369 10.0.0.130 - - [2026-02-02 02:18:14] "POST /fqname-to-id HTTP/1.1" 404 184 0.026538 10.0.0.130 - - [2026-02-02 02:18:14] "GET /projects?obj_uuids=f856f358-e31e-4ac6-9b9e-0dbbb3e7d823&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002220 10.0.0.130 - - [2026-02-02 02:18:14] "GET /domains?obj_uuids=2c1e3d39-3dd7-4b5e-acaf-6c5099be7843&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000960 10.0.0.130 - - [2026-02-02 02:18:14] "GET /domain/2c1e3d39-3dd7-4b5e-acaf-6c5099be7843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005875 10.0.0.130 - - [2026-02-02 02:18:14] "POST /id-to-fqname HTTP/1.1" 200 186 0.001138 10.0.0.130 - - [2026-02-02 02:18:14] "POST /fqname-to-id HTTP/1.1" 404 195 0.001926 10.0.0.130 - - [2026-02-02 02:18:14] "POST /security-groups HTTP/1.1" 200 587 0.063841 10.0.0.130 - - [2026-02-02 02:18:14] "POST /fqname-to-id HTTP/1.1" 404 230 0.002106 10.0.0.130 - - [2026-02-02 02:18:14] "POST /projects HTTP/1.1" 200 577 0.199188 10.0.0.130 - - [2026-02-02 02:18:14] "POST /access-control-lists HTTP/1.1" 200 594 0.057770 10.0.0.130 - - [2026-02-02 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.271241 10.0.0.130 - - [2026-02-02 02:18:14] "POST /fqname-to-id HTTP/1.1" 404 229 0.002469 10.0.0.130 - - [2026-02-02 02:18:14] "GET /project/f856f358-e31e-4ac6-9b9e-0dbbb3e7d823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.392402 10.0.0.130 - - [2026-02-02 02:18:14] "POST /access-control-lists HTTP/1.1" 200 592 0.064376 10.0.0.130 - - [2026-02-02 02:18:15] "GET / HTTP/1.1" 200 36215 0.003384 10.0.0.130 - - [2026-02-02 02:18:16] "GET /projects?obj_uuids=f856f358-e31e-4ac6-9b9e-0dbbb3e7d823&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000946 10.0.0.130 - - [2026-02-02 02:18:16] "GET /project/f856f358-e31e-4ac6-9b9e-0dbbb3e7d823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.020928 10.0.0.130 - - [2026-02-02 02:18:16] "GET /projects?obj_uuids=f856f358-e31e-4ac6-9b9e-0dbbb3e7d823&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001382 10.0.0.130 - - [2026-02-02 02:18:16] "GET /project/f856f358-e31e-4ac6-9b9e-0dbbb3e7d823?fields=virtual_networks HTTP/1.1" 200 1027 0.065405 10.0.0.130 - - [2026-02-02 02:18:16] "GET /projects?obj_uuids=f856f358-e31e-4ac6-9b9e-0dbbb3e7d823&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000945 10.0.0.130 - - [2026-02-02 02:18:16] "GET /project/f856f358-e31e-4ac6-9b9e-0dbbb3e7d823?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.024407 10.0.0.130 - - [2026-02-02 02:18:16] "GET /projects?obj_uuids=f856f358-e31e-4ac6-9b9e-0dbbb3e7d823&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000931 10.0.0.130 - - [2026-02-02 02:18:16] "GET /project/f856f358-e31e-4ac6-9b9e-0dbbb3e7d823?fields=security_groups HTTP/1.1" 200 1250 0.022221 10.0.0.130 - - [2026-02-02 02:18:23] "DELETE /project/e4c8a1aecd414a6fbbbb20a6663b125a HTTP/1.1" 404 173 0.026735 10.0.0.130 - - [2026-02-02 02:18:23] "DELETE /project/f856f358e31e4ac69b9e0dbbb3e7d823 HTTP/1.1" 404 173 0.025937 10.0.0.130 - - [2026-02-02 02:18:23] "DELETE /project/3b5372f3d1a1466bb8a1e0f9f689397a HTTP/1.1" 404 173 0.018776 10.0.0.130 - - [2026-02-02 02:18:23] "DELETE /project/89fdb1a16be44e37b775344f2c2f76d5 HTTP/1.1" 404 173 0.013329 10.0.0.130 - - [2026-02-02 02:18:23] "GET /projects?obj_uuids=89fdb1a1-6be4-4e37-b775-344f2c2f76d5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001014 10.0.0.130 - - [2026-02-02 02:18:23] "GET /projects?obj_uuids=f82373c5-0811-4449-852d-a98a0963855f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000886 10.0.0.130 - - [2026-02-02 02:18:23] "GET /projects?obj_uuids=3b5372f3-d1a1-466b-b8a1-e0f9f689397a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000771 10.0.0.130 - - [2026-02-02 02:18:23] "GET /projects?obj_uuids=f856f358-e31e-4ac6-9b9e-0dbbb3e7d823&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000718 10.0.0.130 - - [2026-02-02 02:18:23] "GET /projects?obj_uuids=c4b8226d-db06-4101-87c4-3de4ab178884&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001066 10.0.0.130 - - [2026-02-02 02:18:23] "GET /projects?obj_uuids=e4c8a1ae-cd41-4a6f-bbbb-20a6663b125a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000865 10.0.0.130 - - [2026-02-02 02:18:23] "GET /projects?obj_uuids=3fad96e1-1c4e-420e-ab72-4f0aecf34b3f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001165 10.0.0.130 - - [2026-02-02 02:18:23] "GET /project/f82373c5-0811-4449-852d-a98a0963855f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.076456 10.0.0.130 - - [2026-02-02 02:18:23] "GET /project/c4b8226d-db06-4101-87c4-3de4ab178884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.076076 10.0.0.130 - - [2026-02-02 02:18:23] "GET /project/f856f358-e31e-4ac6-9b9e-0dbbb3e7d823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.082128 10.0.0.130 - - [2026-02-02 02:18:23] "GET /project/3b5372f3-d1a1-466b-b8a1-e0f9f689397a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.088054 10.0.0.130 - - [2026-02-02 02:18:23] "GET /project/e4c8a1ae-cd41-4a6f-bbbb-20a6663b125a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.079778 10.0.0.130 - - [2026-02-02 02:18:23] "GET /project/89fdb1a1-6be4-4e37-b775-344f2c2f76d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.108896 10.0.0.130 - - [2026-02-02 02:18:23] "GET /projects?obj_uuids=e4c8a1ae-cd41-4a6f-bbbb-20a6663b125a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001255 10.0.0.130 - - [2026-02-02 02:18:23] "GET /projects?obj_uuids=3b5372f3-d1a1-466b-b8a1-e0f9f689397a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000943 10.0.0.130 - - [2026-02-02 02:18:23] "GET /projects?obj_uuids=f856f358-e31e-4ac6-9b9e-0dbbb3e7d823&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001123 10.0.0.130 - - [2026-02-02 02:18:23] "GET /projects?obj_uuids=c4b8226d-db06-4101-87c4-3de4ab178884&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001307 10.0.0.130 - - [2026-02-02 02:18:23] "GET /projects?obj_uuids=f82373c5-0811-4449-852d-a98a0963855f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000741 10.0.0.130 - - [2026-02-02 02:18:23] "GET /projects?obj_uuids=89fdb1a1-6be4-4e37-b775-344f2c2f76d5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000906 10.0.0.130 - - [2026-02-02 02:18:23] "GET /project/3fad96e1-1c4e-420e-ab72-4f0aecf34b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.161086 10.0.0.130 - - [2026-02-02 02:18:23] "GET /project/f856f358-e31e-4ac6-9b9e-0dbbb3e7d823?fields=security_groups HTTP/1.1" 200 1352 0.098613 10.0.0.130 - - [2026-02-02 02:18:23] "GET /project/c4b8226d-db06-4101-87c4-3de4ab178884?fields=security_groups HTTP/1.1" 200 1348 0.106359 10.0.0.130 - - [2026-02-02 02:18:23] "GET /project/3b5372f3-d1a1-466b-b8a1-e0f9f689397a?fields=security_groups HTTP/1.1" 200 1363 0.109318 10.0.0.130 - - [2026-02-02 02:18:23] "GET /project/89fdb1a1-6be4-4e37-b775-344f2c2f76d5?fields=security_groups HTTP/1.1" 200 1363 0.104160 10.0.0.130 - - [2026-02-02 02:18:23] "GET /project/e4c8a1ae-cd41-4a6f-bbbb-20a6663b125a?fields=security_groups HTTP/1.1" 200 1364 0.114146 10.0.0.130 - - [2026-02-02 02:18:23] "GET /projects?obj_uuids=3fad96e1-1c4e-420e-ab72-4f0aecf34b3f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000999 10.0.0.130 - - [2026-02-02 02:18:23] "GET /project/f82373c5-0811-4449-852d-a98a0963855f?fields=security_groups HTTP/1.1" 200 1348 0.150149 10.0.0.130 - - [2026-02-02 02:18:23] "GET /project/3fad96e1-1c4e-420e-ab72-4f0aecf34b3f?fields=security_groups HTTP/1.1" 200 1348 0.175764 10.0.0.130 - - [2026-02-02 02:18:23] "DELETE /security-group/a01351bb-11cf-45ac-bf88-9cddf929623b HTTP/1.1" 200 115 0.135087 10.0.0.130 - - [2026-02-02 02:18:23] "DELETE /security-group/e41d50ed-8f23-4a84-b5f4-2c345a6cedff HTTP/1.1" 200 115 0.142808 10.0.0.130 - - [2026-02-02 02:18:23] "GET /projects?obj_uuids=f82373c5-0811-4449-852d-a98a0963855f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001251 10.0.0.130 - - [2026-02-02 02:18:23] "DELETE /security-group/d825aeb5-4f6e-4af2-aac5-f09ef79cc78c HTTP/1.1" 200 115 0.151690 10.0.0.130 - - [2026-02-02 02:18:23] "GET /projects?obj_uuids=f856f358-e31e-4ac6-9b9e-0dbbb3e7d823&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000880 10.0.0.130 - - [2026-02-02 02:18:23] "GET /projects?obj_uuids=c4b8226d-db06-4101-87c4-3de4ab178884&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001163 10.0.0.130 - - [2026-02-02 02:18:24] "GET /project/f82373c5-0811-4449-852d-a98a0963855f?fields=application_policy_sets HTTP/1.1" 200 1387 0.066764 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /security-group/c0d6d22c-5c18-47d3-8c76-1adf7545570b HTTP/1.1" 200 115 0.201922 10.0.0.130 - - [2026-02-02 02:18:24] "GET /projects?obj_uuids=3b5372f3-d1a1-466b-b8a1-e0f9f689397a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001299 10.0.0.130 - - [2026-02-02 02:18:24] "GET /project/c4b8226d-db06-4101-87c4-3de4ab178884?fields=application_policy_sets HTTP/1.1" 200 1387 0.069146 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /access-control-list/56a11494-b149-4174-a725-945cefde134b HTTP/1.1" 200 115 0.177881 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /security-group/9859d28a-b6f6-447e-9de7-c185714a6728 HTTP/1.1" 200 115 0.225296 10.0.0.130 - - [2026-02-02 02:18:24] "GET /projects?obj_uuids=89fdb1a1-6be4-4e37-b775-344f2c2f76d5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000942 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /security-group/fd6ea2bf-5e29-46f1-a385-727f1c8e86ab HTTP/1.1" 200 115 0.224581 10.0.0.130 - - [2026-02-02 02:18:24] "GET /project/f856f358-e31e-4ac6-9b9e-0dbbb3e7d823?fields=application_policy_sets HTTP/1.1" 200 1391 0.126597 10.0.0.130 - - [2026-02-02 02:18:24] "GET /projects?obj_uuids=e4c8a1ae-cd41-4a6f-bbbb-20a6663b125a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001062 10.0.0.130 - - [2026-02-02 02:18:24] "GET /project/89fdb1a1-6be4-4e37-b775-344f2c2f76d5?fields=application_policy_sets HTTP/1.1" 200 1402 0.069778 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /security-group/90357192-9895-4cde-85e1-9ccdf2b34f1d HTTP/1.1" 200 115 0.170550 10.0.0.130 - - [2026-02-02 02:18:24] "GET /project/3b5372f3-d1a1-466b-b8a1-e0f9f689397a?fields=application_policy_sets HTTP/1.1" 200 1402 0.119138 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /access-control-list/f9029111-9118-47df-b1cf-5ce9eab9e64c HTTP/1.1" 200 115 0.092330 10.0.0.130 - - [2026-02-02 02:18:24] "GET /projects?obj_uuids=3fad96e1-1c4e-420e-ab72-4f0aecf34b3f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000990 10.0.0.130 - - [2026-02-02 02:18:24] "GET /project/e4c8a1ae-cd41-4a6f-bbbb-20a6663b125a?fields=application_policy_sets HTTP/1.1" 200 1403 0.129707 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /access-control-list/2294185c-fc56-443a-80a7-20a159ed5e8d HTTP/1.1" 200 115 0.073843 10.0.0.130 - - [2026-02-02 02:18:24] "GET /project/3fad96e1-1c4e-420e-ab72-4f0aecf34b3f?fields=application_policy_sets HTTP/1.1" 200 1387 0.112735 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /access-control-list/5c76f697-5f7f-43fd-93c8-6dc14a9bb9a5 HTTP/1.1" 200 115 0.077703 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /project/f82373c5-0811-4449-852d-a98a0963855f HTTP/1.1" 200 115 0.794402 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /project/c4b8226d-db06-4101-87c4-3de4ab178884 HTTP/1.1" 200 115 0.839901 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /project/f856f358-e31e-4ac6-9b9e-0dbbb3e7d823 HTTP/1.1" 200 115 0.842342 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /access-control-list/68e613e5-dd7b-492d-84b5-b851c4413783 HTTP/1.1" 200 115 0.049289 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /project/89fdb1a1-6be4-4e37-b775-344f2c2f76d5 HTTP/1.1" 200 115 0.870826 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /project/3b5372f3-d1a1-466b-b8a1-e0f9f689397a HTTP/1.1" 200 115 0.874920 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /project/e4c8a1ae-cd41-4a6f-bbbb-20a6663b125a HTTP/1.1" 200 115 0.884786 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /access-control-list/b259f21d-9c33-4410-aed3-17da27f22f48 HTTP/1.1" 200 115 0.040194 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /access-control-list/4a99771e-7a25-48d2-a6c0-1696e6b1ca03 HTTP/1.1" 200 115 0.034803 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /project/3fad96e1-1c4e-420e-ab72-4f0aecf34b3f HTTP/1.1" 200 115 0.900194 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /access-control-list/ee8ca8e8-80b5-4c86-9ce1-6916adf67ea4 HTTP/1.1" 200 115 0.018709 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /access-control-list/ee15308f-b6e7-4d4d-8162-59f467c0e0f1 HTTP/1.1" 200 115 0.025640 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /access-control-list/ceae1353-ed11-4044-9221-1d59fbc84c99 HTTP/1.1" 200 115 0.024624 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /access-control-list/7e6f380f-d5db-471d-9aa5-649ce4ec4727 HTTP/1.1" 200 115 0.021253 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /access-control-list/ca5f8f81-8298-4bd2-80d0-0c9df5938180 HTTP/1.1" 200 115 0.016301 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /access-control-list/918b359b-c820-4719-88b0-3b809968a114 HTTP/1.1" 200 115 0.016391 10.0.0.130 - - [2026-02-02 02:18:24] "DELETE /access-control-list/1bf898a4-f10b-45ce-be83-d31b32785da2 HTTP/1.1" 200 115 0.027252 10.0.0.130 - - [2026-02-02 02:18:31] "GET /obj-perms HTTP/1.1" 200 5075 0.050802 10.0.0.130 - - [2026-02-02 02:18:32] "GET /obj-perms HTTP/1.1" 200 5075 0.051969 [Introspect:8084]10.0.0.130 - - [2026-02-02 02:18:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000963 [Introspect:8084]10.0.0.130 - - [2026-02-02 02:18:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001065